Started by timer Running as SYSTEM Agent basic-gv2g8 is provisioned from template basic --- apiVersion: "v1" kind: "Pod" metadata: labels: jenkins: "slave" jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd" jenkins/label: "basic" name: "basic-gv2g8" namespace: "cdo" spec: containers: - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.cdo.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "basic-gv2g8" - name: "JENKINS_REMOTING_JAVA_OPTS" value: "-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true\ \ -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true" - name: "JAVA_TOOL_OPTIONS" value: "" - name: "_JAVA_OPTIONS" value: "" - name: "OPENJ9_JAVA_OPTIONS" value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle" - name: "JENKINS_NAME" value: "basic-gv2g8" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.cdo.svc.cluster.local/cdo/" image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-3160.vd76b_9ddd10cc" imagePullPolicy: "Always" name: "jnlp" resources: limits: cpu: "2000m" memory: "4096Mi" requests: cpu: "1000m" memory: "4096Mi" tty: true volumeMounts: - mountPath: "/home/jenkins/.m2/toolchains.xml" name: "m2-dir" readOnly: true subPath: "toolchains.xml" - mountPath: "/home/jenkins/.mavenrc" name: "m2-dir" readOnly: true subPath: ".mavenrc" - mountPath: "/opt/tools" name: "volume-0" readOnly: false - mountPath: "/home/jenkins" name: "volume-2" readOnly: false - mountPath: "/home/jenkins/.m2/repository" name: "volume-3" readOnly: false - mountPath: "/home/jenkins/.m2/settings-security.xml" name: "m2-secret-dir" readOnly: true subPath: "settings-security.xml" - mountPath: "/home/jenkins/.m2/wrapper" name: "volume-4" readOnly: false - mountPath: "/home/jenkins/.m2/settings.xml" name: "m2-secret-dir" readOnly: true subPath: "settings.xml" - mountPath: "/home/jenkins/.ssh" name: "volume-1" readOnly: false subPath: "" - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false workingDir: "/home/jenkins/agent" nodeSelector: kubernetes.io/os: "linux" restartPolicy: "Never" volumes: - name: "volume-0" persistentVolumeClaim: claimName: "tools-claim-jiro-cdo" readOnly: true - name: "m2-secret-dir" secret: secretName: "m2-secret-dir" - emptyDir: medium: "" name: "volume-2" - configMap: name: "m2-dir" name: "m2-dir" - configMap: name: "known-hosts" name: "volume-1" - emptyDir: medium: "" name: "workspace-volume" - emptyDir: medium: "" name: "volume-4" - emptyDir: medium: "" name: "volume-3" Building remotely on basic-gv2g8 (basic) in workspace /home/jenkins/agent/workspace/emf-cdo-integration The recommended git tool is: NONE No credentials specified Cloning the remote Git repository Cloning repository https://github.com/eclipse-cdo/cdo.git > git init /home/jenkins/agent/workspace/emf-cdo-integration/git # timeout=10 Fetching upstream changes from https://github.com/eclipse-cdo/cdo.git > git --version # timeout=10 > git --version # 'git version 2.20.1' > git fetch --tags --force --progress -- https://github.com/eclipse-cdo/cdo.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://github.com/eclipse-cdo/cdo.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch > git rev-parse origin/master^{commit} # timeout=10 Checking out Revision ea6758a3ef4f0bbcc58f20a7466e97989407d8f8 (origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f ea6758a3ef4f0bbcc58f20a7466e97989407d8f8 # timeout=10 Commit message: "org.eclipse.net4j.util.lifecycle.Lifecycle is not fully thread-safe #44" > git rev-list --no-walk ea6758a3ef4f0bbcc58f20a7466e97989407d8f8 # timeout=10 Unpacking https://archive.apache.org/dist/ant/binaries/apache-ant-1.10.12-bin.zip to /home/jenkins/agent/tools/hudson.tasks.Ant_AntInstallation/apache-ant-latest on basic-gv2g8 [hudson] $ /home/jenkins/agent/tools/hudson.tasks.Ant_AntInstallation/apache-ant-latest/bin/ant -file build-info.ant -DBUILD_TYPE= -DskipTests=false build-info Buildfile: /home/jenkins/agent/workspace/emf-cdo-integration/git/releng/org.eclipse.emf.cdo.releng/hudson/build-info.ant build-info: [touch] Creating /home/jenkins/agent/workspace/emf-cdo-integration/signing.marker [echo] stream = 4.x [echo] branch = master [echo] train = 2024-06 [echo] build.type = I [echo] build.sign = true [echo] build.trigger = timer [echo] build.qualifier = I20240503-0100 BUILD SUCCESSFUL Total time: 2 seconds New run name is 'I20240503-0100' [hudson] $ /home/jenkins/agent/tools/hudson.tasks.Ant_AntInstallation/apache-ant-latest/bin/ant -file rewrite-target-definition.ant -DBUILD_TYPE= -DskipTests=false rewrite-target-definition Buildfile: /home/jenkins/agent/workspace/emf-cdo-integration/git/releng/org.eclipse.emf.cdo.releng/hudson/rewrite-target-definition.ant rewrite-target-definition: BUILD SUCCESSFUL Total time: 0 seconds [emf-cdo-integration] $ /opt/tools/apache-maven/latest/bin/mvn -f git/pom.xml -DBUILD_TYPE= -DskipTests=false -DCDO_TESTS=IntegrationTests -DBUILD_INFO_PROPERTIES=/home/jenkins/agent/workspace/emf-cdo-integration/build-info.properties -DSIGNING_MARKER=/home/jenkins/agent/workspace/emf-cdo-integration/signing.marker clean verify Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546) Maven home: /opt/tools/apache-maven/latest Java version: 17.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-17/17.0.2+8 Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix" [INFO] Scanning for projects... [WARNING] The POM for org.eclipse.platform:org.eclipse.equinox.common:jar:3.18.100-SNAPSHOT is missing, no dependency information available [WARNING] The POM for org.eclipse.platform:org.eclipse.core.jobs:jar:3.15.100-SNAPSHOT is missing, no dependency information available [WARNING] The POM for org.eclipse.platform:org.eclipse.equinox.registry:jar:3.11.300-SNAPSHOT is missing, no dependency information available [WARNING] The POM for org.eclipse.platform:org.eclipse.equinox.preferences:jar:3.10.300-SNAPSHOT is missing, no dependency information available [WARNING] The POM for org.eclipse.platform:org.eclipse.core.contenttype:jar:3.9.200-SNAPSHOT is missing, no dependency information available [WARNING] The POM for org.eclipse.platform:org.eclipse.equinox.app:jar:1.6.300-SNAPSHOT is missing, no dependency information available [WARNING] The POM for org.eclipse.platform:org.eclipse.equinox.common:jar:3.19.0-SNAPSHOT is missing, no dependency information available [WARNING] The POM for org.eclipse.platform:org.eclipse.core.jobs:jar:3.15.200-SNAPSHOT is missing, no dependency information available [WARNING] The POM for org.eclipse.platform:org.eclipse.equinox.registry:jar:3.12.0-SNAPSHOT is missing, no dependency information available [WARNING] The POM for org.eclipse.platform:org.eclipse.equinox.preferences:jar:3.11.0-SNAPSHOT is missing, no dependency information available [WARNING] The POM for org.eclipse.platform:org.eclipse.core.contenttype:jar:3.9.300-SNAPSHOT is missing, no dependency information available [WARNING] The POM for org.eclipse.platform:org.eclipse.equinox.app:jar:1.7.0-SNAPSHOT is missing, no dependency information available [WARNING] The POM for org.eclipse.platform:org.eclipse.core.runtime:jar:3.31.0-SNAPSHOT is missing, no dependency information available [WARNING] The POM for org.eclipse.platform:org.eclipse.equinox.p2.artifact.repository:jar:1.5.300-SNAPSHOT is missing, no dependency information available [WARNING] The POM for org.eclipse.platform:org.eclipse.equinox.p2.core:jar:2.11.0-SNAPSHOT is missing, no dependency information available [WARNING] The POM for org.eclipse.platform:org.eclipse.equinox.p2.metadata:jar:2.9.0-SNAPSHOT is missing, no dependency information available [WARNING] The POM for org.eclipse.platform:org.eclipse.equinox.p2.metadata.repository:jar:1.5.300-SNAPSHOT is missing, no dependency information available [WARNING] The POM for org.eclipse.platform:org.eclipse.equinox.p2.repository:jar:2.8.100-SNAPSHOT is missing, no dependency information available [INFO] ### Using TychoRepositoryTransport for remote P2 access ### [INFO] Cache location: /home/jenkins/.m2/repository/.cache/tycho [INFO] Transport mode: online [INFO] Update mode: cache first [INFO] Minimum cache duration: 60 minutes [INFO] (you can configure this with -Dtycho.p2.transport.min-cache-minutes=) [INFO] Resolving target definition file:/home/jenkins/agent/workspace/emf-cdo-integration/git/releng/org.eclipse.emf.cdo.releng.parent/tp/org.eclipse.emf.cdo.releng.tp.target for environments=[win32/win32/x86_64, macosx/cocoa/x86_64, linux/gtk/x86_64], include source mode=honor, execution environment=StandardEEResolutionHints [executionEnvironment=OSGi profile 'JavaSE-17' { source level: 17, target level: 17}], remote p2 repository options=org.eclipse.tycho.p2.remote.RemoteAgent@1447bef2... [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo.features:org.eclipse.emf.cdo:4.24.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo-feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo.features:org.eclipse.emf.cdo.all:4.24.2-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.all-feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo.features:org.eclipse.emf.cdo.compare:4.10.4-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.compare-feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo.features:org.eclipse.emf.cdo.dawn:2.5.3-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.dawn-feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo.features:org.eclipse.emf.cdo.doc:4.3.10-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.doc-feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo.features:org.eclipse.emf.cdo.ecore.dependencies:1.0.4-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.ecore.dependencies-feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo.features:org.eclipse.emf.cdo.examples:4.6.3-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.examples-feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo.features:org.eclipse.emf.cdo.examples.installer:4.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.examples.installer-feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo.features:org.eclipse.emf.cdo.license:4.1.604-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.license-feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo.features:org.eclipse.emf.cdo.lm:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.lm-feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo.features:org.eclipse.emf.cdo.migrator:4.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.migrator-feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo.features:org.eclipse.emf.cdo.sdk:5.14.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.sdk-feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo.features:org.eclipse.emf.cdo.server:4.24.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.server-feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo.features:org.eclipse.emf.cdo.server.db:4.13.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.server.db-feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo.features:org.eclipse.emf.cdo.server.embedded:4.24.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.server.embedded-feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo.features:org.eclipse.emf.cdo.server.lissome:4.3.8-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.server.lissome-feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo.features:org.eclipse.emf.cdo.server.mongodb:5.1.8-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.server.mongodb-feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo.features:org.eclipse.emf.cdo.tests:4.7.3-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.tests-feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo.features:org.eclipse.net4j:4.24.2-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.net4j-feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo.features:org.eclipse.net4j.db:4.22.2-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.net4j.db-feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo.features:org.eclipse.net4j.db.derby:4.2.504-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.net4j.db.derby-feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo.features:org.eclipse.net4j.db.doc:4.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.net4j.db.doc-feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo.features:org.eclipse.net4j.db.h2:4.5.4-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.net4j.db.h2-feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo.features:org.eclipse.net4j.db.hsqldb:4.4.4-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.net4j.db.hsqldb-feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo.features:org.eclipse.net4j.db.mysql:4.4.4-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.net4j.db.mysql-feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo.features:org.eclipse.net4j.db.oracle:1.3.5-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.net4j.db.oracle-feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo.features:org.eclipse.net4j.db.postgresql:4.4.4-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.net4j.db.postgresql-feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo.features:org.eclipse.net4j.doc:4.3.8-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.net4j.doc-feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo.features:org.eclipse.net4j.examples:4.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.net4j.examples-feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo.features:org.eclipse.net4j.examples.installer:4.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.net4j.examples.installer-feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo.features:org.eclipse.net4j.sdk:4.24.2-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.net4j.sdk-feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo.features:org.eclipse.net4j.tests:4.3.11-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.net4j.tests-feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo.features:org.eclipse.net4j.ui:4.8.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.net4j.ui-feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo.features:org.eclipse.net4j.util:4.22.2-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.net4j.util-feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo.features:org.eclipse.net4j.util.doc:4.3.8-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.net4j.util.doc-feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo.features:org.eclipse.net4j.util.ui:4.22.2-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.net4j.util.ui-feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo.features:org.eclipse.net4j.ws:1.2.4-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.net4j.ws-feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo:4.23.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.admin:4.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.admin/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.common:4.22.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.common/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.compare:4.7.3-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.compare/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.dawn:2.3.6-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.dawn/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.dawn.emf:2.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.dawn.emf/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.dawn.gmf:2.3.4-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.dawn.gmf/pom.xml [WARNING] [7332a04f-0070-411c-8469-35177678648c][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] The digest algorithms (md5) used to verify osgi.bundle,javax.inject,1.0.0.v20091030 have severely compromised security. Please report this concern to the artifact provider. [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.dawn.graphiti:2.3.2-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.dawn.graphiti/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.dawn.ui:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.dawn.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.dawn.util:2.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.dawn.util/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.doc:4.2.10-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.doc/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.ecore:1.1.4-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.ecore/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.ecore.dependencies:1.0.4-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.ecore.dependencies/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.edit:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.edit/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.examples:4.1.9-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.examples/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.examples.client:4.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.examples.client/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.examples.client.offline:4.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.examples.client.offline/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.examples.clone:4.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.examples.clone/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.examples.company:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.examples.company/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.examples.company.edit:4.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.examples.company.edit/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.examples.installer:4.3.2-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.examples.installer/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.examples.master:4.2.7-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.examples.master/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.examples.server:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.examples.server/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.explorer:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.explorer/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.explorer.ui:4.7.11-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.explorer.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.expressions:4.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.expressions/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.expressions.edit:4.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.expressions.edit/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.genmodel:1.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.genmodel/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.gmf.notation:1.10.2-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.gmf.notation/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.lm:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.lm/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.lm.assembly:1.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.lm.assembly/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.lm.assembly.edit:1.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.lm.assembly.edit/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.lm.client:1.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.lm.client/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.lm.edit:1.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.lm.edit/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.lm.modules:1.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.lm.modules/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.lm.modules.edit:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.lm.modules.edit/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.lm.security:1.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.lm.security/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.lm.security.edit:1.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.lm.security.edit/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.lm.server:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.lm.server/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.lm.ui:1.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.lm.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.migrator:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.migrator/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.net4j:4.6.3-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.net4j/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.sdk:4.1.605-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.sdk/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.security:4.7.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.security/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.security.edit:4.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.security.edit/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.security.ui:4.5.3-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.security.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.server:4.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.server/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.server.admin:4.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.server.admin/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.server.db:4.13.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.server.db/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.server.embedded:4.10.3-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.server.embedded/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.server.lissome:4.3.6-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.server.lissome/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.server.mongodb:4.1.4-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.server.mongodb/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.server.net4j:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.server.net4j/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.server.ocl:4.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.server.ocl/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.server.product:4.2.8-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.server.product/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.server.security:4.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.server.security/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.tests:4.2.3-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.tests.all:4.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.all/pom.xml [WARNING] [7332a04f-0070-411c-8469-35177678648c][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,com.mysql.jdbc,5.1.26. [WARNING] [7332a04f-0070-411c-8469-35177678648c][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] The digest algorithms (md5) used to verify osgi.bundle,org.apache.derby,10.11.1.1_v201605202053 have severely compromised security. Please report this concern to the artifact provider. [WARNING] [7332a04f-0070-411c-8469-35177678648c][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.hsqldb,2.3.2. [WARNING] [7332a04f-0070-411c-8469-35177678648c][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.postgresql,9.2.1003. [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.tests.db:4.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.db/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.tests.lissome:4.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.lissome/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.tests.lm:1.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.lm/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.tests.mango:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.mango/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.tests.model1:3.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.model1/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.tests.model2:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.model2/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.tests.model3:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.model3/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.tests.model4:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.model4/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.tests.model4interfaces:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.model4interfaces/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.tests.model5:3.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.model5/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.tests.model6:4.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.model6/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.tests.mongodb:4.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.mongodb/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.transfer:4.4.6-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.transfer/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.transfer.repository:4.3.5-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.transfer.repository/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.transfer.ui:4.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.transfer.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.transfer.workspace:4.4.4-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.transfer.workspace/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.transfer.workspace.ui:4.4.3-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.transfer.workspace.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.ui:4.16.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.ui.admin:4.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.ui.admin/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.ui.compare:4.7.3-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.ui.compare/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.ui.jdt:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.ui.jdt/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.ui.shared:4.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.ui.shared/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.ui.team:4.4.3-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.ui.team/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.workspace:4.4.5-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.workspace/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.net4j:4.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.net4j.buddies:4.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.buddies/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.net4j.buddies.chat:4.1.3-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.buddies.chat/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.net4j.buddies.chat.ui:4.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.buddies.chat.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.net4j.buddies.common:4.1.3-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.buddies.common/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.net4j.buddies.server:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.buddies.server/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.net4j.buddies.ui:4.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.buddies.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.net4j.db:4.12.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.db/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.net4j.db.derby:4.3.4-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.db.derby/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.net4j.db.doc:4.3.2-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.db.doc/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.net4j.db.h2:4.5.4-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.db.h2/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.net4j.db.hsqldb:4.4.4-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.db.hsqldb/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.net4j.db.jdbc:4.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.db.jdbc/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.net4j.db.mysql:4.4.4-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.db.mysql/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.net4j.db.oracle:1.3.5-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.db.oracle/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.net4j.db.postgresql:4.4.4-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.db.postgresql/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.net4j.db.tests:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.db.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.net4j.debug:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.debug/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.net4j.doc:4.2.8-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.doc/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.net4j.examples:4.1.5-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.examples/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.net4j.examples.installer:4.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.examples.installer/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.net4j.jms:4.1.3-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.jms/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.net4j.jms.admin:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.jms.admin/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.net4j.jms.api:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.jms.api/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.net4j.jms.server:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.jms.server/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.net4j.jms.server.jdbc:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.jms.server.jdbc/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.net4j.jms.tests:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.jms.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.net4j.jvm:4.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.jvm/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.net4j.sdk:4.1.605-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.sdk/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.net4j.tcp:4.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.tcp/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.net4j.tests:4.2.11-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.net4j.trace:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.trace/pom.xml [WARNING] [7332a04f-0070-411c-8469-35177678648c][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.aspectj.runtime,1.9.2.201908131520. [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.net4j.trace.aspectj:1.1.6-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.trace.aspectj/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.net4j.ui:4.4.5-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.net4j.ui.shared:4.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.ui.shared/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.net4j.util:3.23.2-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.util/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.net4j.util.doc:4.2.8-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.util.doc/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.net4j.util.ui:3.18.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.util.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.net4j.ws:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.ws/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.gastro.business:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.gastro.business/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.gastro.business.edit:4.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.gastro.business.edit/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.gastro.inventory:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.gastro.inventory/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.gastro.inventory.edit:4.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.gastro.inventory.edit/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.gastro.rcp:4.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.gastro.rcp/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.gastro.rcp.department:4.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.gastro.rcp.department/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.gastro.rcp.table:4.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.gastro.rcp.table/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.gastro.server:4.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.gastro.server/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.gastro.server.web:4.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.gastro.server.web/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.gastro.testclient:4.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.gastro.testclient/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.releng:4.3.5-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/releng/org.eclipse.emf.cdo.releng/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.releng.apireports:1.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/releng/org.eclipse.emf.cdo.releng.apireports/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.releng.help:4.2.7-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/releng/org.eclipse.emf.cdo.releng.help/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo.features:org.eclipse.emf.cdo.releng.site:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/releng/org.eclipse.emf.cdo.releng.site/pom.xml [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] org.eclipse.emf.cdo.releng.parent [pom] [INFO] org.eclipse.emf.cdo.features [pom] [INFO] org.eclipse.emf.cdo.plugins [pom] [INFO] org.eclipse.net4j.util [eclipse-plugin] [INFO] org.eclipse.emf.cdo.common [eclipse-plugin] [INFO] org.eclipse.emf.cdo [eclipse-plugin] [INFO] org.eclipse.net4j [eclipse-plugin] [INFO] org.eclipse.emf.cdo.net4j [eclipse-plugin] [INFO] org.eclipse.emf.cdo.admin [eclipse-plugin] [INFO] org.eclipse.emf.cdo.edit [eclipse-plugin] [INFO] org.eclipse.emf.cdo.server [eclipse-plugin] [INFO] org.eclipse.emf.cdo.server.net4j [eclipse-plugin] [INFO] org.eclipse.net4j.jvm [eclipse-plugin] [INFO] org.eclipse.emf.cdo.workspace [eclipse-plugin] [INFO] org.eclipse.net4j.db.jdbc [eclipse-plugin] [INFO] org.eclipse.net4j.db [eclipse-plugin] [INFO] org.eclipse.emf.cdo.server.db [eclipse-plugin] [INFO] org.eclipse.emf.cdo.expressions [eclipse-plugin] [INFO] org.eclipse.emf.cdo.security [eclipse-plugin] [INFO] org.eclipse.emf.cdo.server.security [eclipse-plugin] [INFO] org.eclipse.emf.cdo.lm.modules [eclipse-plugin] [INFO] org.eclipse.emf.cdo.lm [eclipse-plugin] [INFO] org.eclipse.emf.cdo.server.embedded [eclipse-plugin] [INFO] org.eclipse.emf.cdo.lm.server [eclipse-plugin] [INFO] org.eclipse.net4j.db.h2 [eclipse-plugin] [INFO] org.eclipse.emf.cdo.explorer [eclipse-plugin] [INFO] org.eclipse.emf.cdo.compare [eclipse-plugin] [INFO] org.eclipse.net4j.ui.shared [eclipse-plugin] [INFO] org.eclipse.emf.cdo.transfer [eclipse-plugin] [INFO] org.eclipse.emf.cdo.transfer.repository [eclipse-plugin] [INFO] org.eclipse.net4j.util.ui [eclipse-plugin] [INFO] org.eclipse.emf.cdo.ui.shared [eclipse-plugin] [INFO] org.eclipse.emf.cdo.transfer.workspace [eclipse-plugin] [INFO] org.eclipse.emf.cdo.transfer.ui [eclipse-plugin] [INFO] org.eclipse.emf.cdo.ui [eclipse-plugin] [INFO] org.eclipse.emf.cdo.ui.compare [eclipse-plugin] [INFO] org.eclipse.emf.cdo.ui.team [eclipse-plugin] [INFO] org.eclipse.emf.cdo.explorer.ui [eclipse-plugin] [INFO] org.eclipse.emf.cdo.expressions.edit [eclipse-plugin] [INFO] org.eclipse.emf.cdo.license [eclipse-feature] [INFO] org.eclipse.emf.cdo.security.edit [eclipse-plugin] [INFO] org.eclipse.emf.cdo.security.ui [eclipse-plugin] [INFO] org.eclipse.net4j.tcp [eclipse-plugin] [INFO] org.eclipse.net4j.ui [eclipse-plugin] [INFO] org.eclipse.emf.cdo.ui.admin [eclipse-plugin] [INFO] org.eclipse.emf.cdo.ui.jdt [eclipse-plugin] [INFO] org.eclipse.emf.cdo.transfer.workspace.ui [eclipse-plugin] [INFO] org.eclipse.emf.cdo [eclipse-feature] [INFO] org.eclipse.emf.cdo.dawn.util [eclipse-plugin] [INFO] org.eclipse.emf.cdo.dawn [eclipse-plugin] [INFO] org.eclipse.emf.cdo.dawn.emf [eclipse-plugin] [INFO] org.eclipse.emf.cdo.dawn.ui [eclipse-plugin] [INFO] org.eclipse.emf.cdo.dawn.gmf [eclipse-plugin] [INFO] org.eclipse.emf.cdo.dawn.graphiti [eclipse-plugin] [INFO] org.eclipse.emf.cdo.dawn [eclipse-feature] [INFO] org.eclipse.emf.cdo.lm.assembly [eclipse-plugin] [INFO] org.eclipse.emf.cdo.lm.modules.edit [eclipse-plugin] [INFO] org.eclipse.emf.cdo.lm.assembly.edit [eclipse-plugin] [INFO] org.eclipse.emf.cdo.lm.client [eclipse-plugin] [INFO] org.eclipse.emf.cdo.lm.edit [eclipse-plugin] [INFO] org.eclipse.emf.cdo.lm.ui [eclipse-plugin] [INFO] org.eclipse.emf.cdo.lm.security [eclipse-plugin] [INFO] org.eclipse.emf.cdo.lm.security.edit [eclipse-plugin] [INFO] org.eclipse.emf.cdo.lm [eclipse-feature] [INFO] org.eclipse.emf.cdo.examples.company [eclipse-plugin] [INFO] org.eclipse.emf.cdo.examples [eclipse-plugin] [INFO] org.eclipse.emf.cdo.examples.company.edit [eclipse-plugin] [INFO] org.eclipse.emf.cdo.examples.installer [eclipse-plugin] [INFO] org.eclipse.emf.cdo.examples.installer [eclipse-feature] [INFO] org.gastro.inventory [eclipse-plugin] [INFO] org.gastro.business [eclipse-plugin] [INFO] org.gastro.inventory.edit [eclipse-plugin] [INFO] org.gastro.business.edit [eclipse-plugin] [INFO] org.gastro.rcp [eclipse-plugin] [INFO] org.gastro.rcp.department [eclipse-plugin] [INFO] org.gastro.rcp.table [eclipse-plugin] [INFO] org.gastro.server [eclipse-plugin] [INFO] org.gastro.server.web [eclipse-plugin] [INFO] org.gastro.testclient [eclipse-plugin] [INFO] org.eclipse.emf.cdo.examples [eclipse-feature] [INFO] org.eclipse.emf.cdo.compare [eclipse-feature] [INFO] org.eclipse.net4j.db.derby [eclipse-plugin] [INFO] org.eclipse.net4j.util.doc [eclipse-plugin] [INFO] org.eclipse.net4j.db.hsqldb [eclipse-plugin] [INFO] org.eclipse.net4j.db.mysql [eclipse-plugin] [INFO] org.eclipse.net4j.db.postgresql [eclipse-plugin] [INFO] org.eclipse.net4j.db.doc [eclipse-plugin] [INFO] org.eclipse.net4j.debug [eclipse-plugin] [INFO] org.eclipse.net4j.ws [eclipse-plugin] [INFO] org.eclipse.net4j.doc [eclipse-plugin] [INFO] org.eclipse.emf.cdo.server.mongodb [eclipse-plugin] [INFO] org.eclipse.emf.cdo.server.ocl [eclipse-plugin] [INFO] org.eclipse.emf.cdo.doc [eclipse-plugin] [INFO] org.eclipse.emf.cdo.doc [eclipse-feature] [INFO] org.eclipse.emf.cdo.ecore.dependencies [eclipse-plugin] [INFO] org.eclipse.emf.cdo.ecore.dependencies [eclipse-feature] [INFO] org.eclipse.emf.cdo.migrator [eclipse-plugin] [INFO] org.eclipse.emf.cdo.migrator [eclipse-feature] [INFO] org.eclipse.emf.cdo.server.admin [eclipse-plugin] [INFO] org.eclipse.emf.cdo.server.product [eclipse-plugin] [INFO] org.eclipse.emf.cdo.server [eclipse-feature] [INFO] org.eclipse.emf.cdo.server.embedded [eclipse-feature] [INFO] org.eclipse.emf.cdo.server.db [eclipse-feature] [INFO] org.eclipse.emf.cdo.sdk [eclipse-plugin] [INFO] org.eclipse.emf.cdo.sdk [eclipse-feature] [INFO] org.eclipse.emf.cdo.server.lissome [eclipse-plugin] [INFO] org.eclipse.net4j.tests [eclipse-plugin] [INFO] org.eclipse.emf.cdo.tests.mango [eclipse-plugin] [INFO] org.eclipse.emf.cdo.tests.model1 [eclipse-plugin] [INFO] org.eclipse.emf.cdo.tests.model2 [eclipse-plugin] [INFO] org.eclipse.emf.cdo.tests.model3 [eclipse-plugin] [INFO] org.eclipse.emf.cdo.tests.model4interfaces [eclipse-plugin] [INFO] org.eclipse.emf.cdo.tests.model4 [eclipse-plugin] [INFO] org.eclipse.emf.cdo.tests.model5 [eclipse-plugin] [INFO] org.eclipse.emf.cdo.tests.model6 [eclipse-plugin] [INFO] org.eclipse.emf.cdo.tests [eclipse-test-plugin] [INFO] org.eclipse.net4j.db.oracle [eclipse-plugin] [INFO] org.eclipse.emf.cdo.tests.db [eclipse-test-plugin] [INFO] org.eclipse.emf.cdo.tests.all [eclipse-plugin] [INFO] org.eclipse.emf.cdo.tests.lm [eclipse-test-plugin] [INFO] org.eclipse.emf.cdo.tests.lissome [eclipse-plugin] [INFO] org.eclipse.emf.cdo.tests.mongodb [eclipse-plugin] [INFO] org.eclipse.emf.cdo.tests [eclipse-feature] [INFO] org.eclipse.emf.cdo.server.mongodb [eclipse-feature] [INFO] org.eclipse.emf.cdo.server.lissome [eclipse-feature] [INFO] org.eclipse.net4j.db.derby [eclipse-feature] [INFO] org.eclipse.net4j.db.hsqldb [eclipse-feature] [INFO] org.eclipse.net4j.db.mysql [eclipse-feature] [INFO] org.eclipse.net4j.db.oracle [eclipse-feature] [INFO] org.eclipse.net4j.db.postgresql [eclipse-feature] [INFO] org.eclipse.net4j.ws [eclipse-feature] [INFO] org.eclipse.net4j.buddies.common [eclipse-plugin] [INFO] org.eclipse.net4j.buddies [eclipse-plugin] [INFO] org.eclipse.net4j.buddies.chat [eclipse-plugin] [INFO] org.eclipse.net4j.buddies.ui [eclipse-plugin] [INFO] org.eclipse.net4j.buddies.chat.ui [eclipse-plugin] [INFO] org.eclipse.net4j.buddies.server [eclipse-plugin] [INFO] org.eclipse.net4j.examples [eclipse-plugin] [INFO] org.eclipse.net4j.examples.installer [eclipse-plugin] [INFO] org.eclipse.net4j.examples.installer [eclipse-feature] [INFO] org.eclipse.net4j.jms.api [eclipse-plugin] [INFO] org.eclipse.net4j.jms [eclipse-plugin] [INFO] org.eclipse.net4j.jms.admin [eclipse-plugin] [INFO] org.eclipse.net4j.jms.server [eclipse-plugin] [INFO] org.eclipse.net4j.jms.server.jdbc [eclipse-plugin] [INFO] org.eclipse.net4j.jms.tests [eclipse-plugin] [INFO] org.eclipse.net4j.examples [eclipse-feature] [INFO] org.eclipse.net4j.db.doc [eclipse-feature] [INFO] org.eclipse.net4j.db.h2 [eclipse-feature] [INFO] org.eclipse.net4j.db [eclipse-feature] [INFO] org.eclipse.net4j.doc [eclipse-feature] [INFO] org.eclipse.net4j.util [eclipse-feature] [INFO] org.eclipse.net4j.util.ui [eclipse-feature] [INFO] org.eclipse.net4j [eclipse-feature] [INFO] org.eclipse.net4j.ui [eclipse-feature] [INFO] org.eclipse.net4j.sdk [eclipse-plugin] [INFO] org.eclipse.net4j.util.doc [eclipse-feature] [INFO] org.eclipse.net4j.sdk [eclipse-feature] [INFO] org.eclipse.net4j.db.tests [eclipse-plugin] [INFO] org.eclipse.net4j.tests [eclipse-feature] [INFO] org.eclipse.emf.cdo.examples.server [eclipse-plugin] [INFO] org.eclipse.emf.cdo.releng.apireports [eclipse-plugin] [INFO] org.eclipse.emf.cdo.releng.help [eclipse-plugin] [INFO] org.eclipse.emf.cdo.ecore [eclipse-plugin] [INFO] org.eclipse.emf.cdo.gmf.notation [eclipse-plugin] [INFO] org.eclipse.emf.cdo.genmodel [eclipse-plugin] [INFO] org.eclipse.net4j.trace [eclipse-plugin] [INFO] org.eclipse.net4j.trace.aspectj [eclipse-plugin] [INFO] org.eclipse.emf.cdo.all [eclipse-feature] [INFO] org.eclipse.emf.cdo.examples.client [eclipse-plugin] [INFO] org.eclipse.emf.cdo.examples.client.offline [eclipse-plugin] [INFO] org.eclipse.emf.cdo.examples.clone [eclipse-plugin] [INFO] org.eclipse.emf.cdo.examples.master [eclipse-plugin] [INFO] org.eclipse.emf.cdo.releng.tp [eclipse-target-definition] [INFO] org.eclipse.emf.cdo.releng [eclipse-plugin] [INFO] org.eclipse.emf.cdo.releng.site [eclipse-repository] [INFO] org.eclipse.emf.cdo.root [pom] [INFO] [INFO] -------< org.eclipse.emf.cdo:org.eclipse.emf.cdo.releng.parent >-------- [INFO] Building org.eclipse.emf.cdo.releng.parent 1.0.0-SNAPSHOT [1/177] [INFO] from releng/org.eclipse.emf.cdo.releng.parent/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.emf.cdo.releng.parent --- [INFO] [INFO] --- properties:1.0.0:read-project-properties (default) @ org.eclipse.emf.cdo.releng.parent --- [INFO] [INFO] ----------< org.eclipse.emf.cdo:org.eclipse.emf.cdo.features >---------- [INFO] Building org.eclipse.emf.cdo.features 4.7.0-SNAPSHOT [2/177] [INFO] from releng/org.eclipse.emf.cdo.releng.parent/features/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.emf.cdo.features --- [INFO] [INFO] --- properties:1.0.0:read-project-properties (default) @ org.eclipse.emf.cdo.features --- [INFO] [INFO] --- tycho-source:3.0.5:feature-source (feature-source) @ org.eclipse.emf.cdo.features --- [INFO] [INFO] --- eclipse-jarsigner:1.3.3:sign (sign) @ org.eclipse.emf.cdo.features --- [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.cdo.features --- [INFO] [INFO] ----------< org.eclipse.emf.cdo:org.eclipse.emf.cdo.plugins >----------- [INFO] Building org.eclipse.emf.cdo.plugins 4.7.0-SNAPSHOT [3/177] [INFO] from releng/org.eclipse.emf.cdo.releng.parent/plugins/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.emf.cdo.plugins --- [INFO] [INFO] --- properties:1.0.0:read-project-properties (default) @ org.eclipse.emf.cdo.plugins --- [INFO] [INFO] --- tycho-source:3.0.5:plugin-source (attach-source) @ org.eclipse.emf.cdo.plugins --- [INFO] [INFO] --- eclipse-jarsigner:1.3.3:sign (sign) @ org.eclipse.emf.cdo.plugins --- [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.cdo.plugins --- [INFO] [INFO] -------------< org.eclipse.emf.cdo:org.eclipse.net4j.util >------------- [INFO] Building org.eclipse.net4j.util 3.23.2-SNAPSHOT [4/177] [INFO] from plugins/org.eclipse.net4j.util/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.net4j.util --- [INFO] [INFO] --- tycho-packaging:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.net4j.util --- [INFO] The project's OSGi version is 3.23.2.v20240322-0819 [INFO] [INFO] --- tycho-packaging:3.0.5:validate-id (default-validate-id) @ org.eclipse.net4j.util --- [INFO] [INFO] --- tycho-packaging:3.0.5:validate-version (default-validate-version) @ org.eclipse.net4j.util --- [INFO] [INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.net4j.util --- [INFO] [INFO] --- tycho-compiler:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.net4j.util --- [INFO] Resolving class path of org.eclipse.net4j.util... [INFO] [INFO] --- properties:1.0.0:read-project-properties (default) @ org.eclipse.net4j.util --- [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.net4j.util --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- tycho-compiler:3.0.5:compile (default-compile) @ org.eclipse.net4j.util --- [INFO] Compiling 461 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.util/target/classes [INFO] [INFO] --- tycho-ds:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.net4j.util --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.net4j.util --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.util/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.5:testCompile (default-testCompile) @ org.eclipse.net4j.util --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.net4j.util --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.net4j.util --- [INFO] [INFO] --- tycho-source:3.0.5:plugin-source (attach-source) @ org.eclipse.net4j.util --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.util/target/org.eclipse.net4j.util-3.23.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.net4j.util --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.util/target/org.eclipse.net4j.util-3.23.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.net4j.util --- [INFO] [INFO] --- eclipse-jarsigner:1.3.3:sign (sign) @ org.eclipse.net4j.util --- [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.util/target/org.eclipse.net4j.util-3.23.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.util/target/org.eclipse.net4j.util-3.23.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.net4j.util --- [INFO] [INFO] --- tycho-surefire:3.0.5:integration-test (default-integration-test) @ org.eclipse.net4j.util --- [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.net4j.util --- [INFO] No tests to run. [INFO] [INFO] -----------< org.eclipse.emf.cdo:org.eclipse.emf.cdo.common >----------- [INFO] Building org.eclipse.emf.cdo.common 4.22.0-SNAPSHOT [5/177] [INFO] from plugins/org.eclipse.emf.cdo.common/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.emf.cdo.common --- [INFO] [INFO] --- tycho-packaging:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.emf.cdo.common --- [INFO] The project's OSGi version is 4.22.0.v20231124-1621 [INFO] [INFO] --- tycho-packaging:3.0.5:validate-id (default-validate-id) @ org.eclipse.emf.cdo.common --- [INFO] [INFO] --- tycho-packaging:3.0.5:validate-version (default-validate-version) @ org.eclipse.emf.cdo.common --- [INFO] [INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.emf.cdo.common --- [INFO] [INFO] --- tycho-compiler:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.emf.cdo.common --- [INFO] Resolving class path of org.eclipse.emf.cdo.common... [INFO] [INFO] --- properties:1.0.0:read-project-properties (default) @ org.eclipse.emf.cdo.common --- [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.emf.cdo.common --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.common/src/main/resources [INFO] [INFO] --- tycho-compiler:3.0.5:compile (default-compile) @ org.eclipse.emf.cdo.common --- [INFO] Compiling 299 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.common/target/classes [INFO] [INFO] --- tycho-ds:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.emf.cdo.common --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.emf.cdo.common --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.common/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.5:testCompile (default-testCompile) @ org.eclipse.emf.cdo.common --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.emf.cdo.common --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.cdo.common --- [INFO] [INFO] --- tycho-source:3.0.5:plugin-source (attach-source) @ org.eclipse.emf.cdo.common --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.common/target/org.eclipse.emf.cdo.common-4.22.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.emf.cdo.common --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.common/target/org.eclipse.emf.cdo.common-4.22.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.cdo.common --- [INFO] [INFO] --- eclipse-jarsigner:1.3.3:sign (sign) @ org.eclipse.emf.cdo.common --- [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.common/target/org.eclipse.emf.cdo.common-4.22.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.common/target/org.eclipse.emf.cdo.common-4.22.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.cdo.common --- [INFO] [INFO] --- tycho-surefire:3.0.5:integration-test (default-integration-test) @ org.eclipse.emf.cdo.common --- [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.emf.cdo.common --- [INFO] No tests to run. [INFO] [INFO] --------------< org.eclipse.emf.cdo:org.eclipse.emf.cdo >--------------- [INFO] Building org.eclipse.emf.cdo 4.23.0-SNAPSHOT [6/177] [INFO] from plugins/org.eclipse.emf.cdo/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.emf.cdo --- [INFO] [INFO] --- tycho-packaging:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.emf.cdo --- [INFO] The project's OSGi version is 4.23.0.v20231124-1621 [INFO] [INFO] --- tycho-packaging:3.0.5:validate-id (default-validate-id) @ org.eclipse.emf.cdo --- [INFO] [INFO] --- tycho-packaging:3.0.5:validate-version (default-validate-version) @ org.eclipse.emf.cdo --- [INFO] [INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.emf.cdo --- [INFO] [INFO] --- tycho-compiler:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.emf.cdo --- [INFO] Resolving class path of org.eclipse.emf.cdo... [INFO] [INFO] --- properties:1.0.0:read-project-properties (default) @ org.eclipse.emf.cdo --- [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.emf.cdo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- tycho-compiler:3.0.5:compile (default-compile) @ org.eclipse.emf.cdo --- [INFO] Compiling 302 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo/target/classes [INFO] [INFO] --- tycho-ds:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.emf.cdo --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.emf.cdo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.5:testCompile (default-testCompile) @ org.eclipse.emf.cdo --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.emf.cdo --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.cdo --- [INFO] [INFO] --- tycho-source:3.0.5:plugin-source (attach-source) @ org.eclipse.emf.cdo --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo/target/org.eclipse.emf.cdo-4.23.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.emf.cdo --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo/target/org.eclipse.emf.cdo-4.23.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.cdo --- [INFO] [INFO] --- eclipse-jarsigner:1.3.3:sign (sign) @ org.eclipse.emf.cdo --- [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo/target/org.eclipse.emf.cdo-4.23.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo/target/org.eclipse.emf.cdo-4.23.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.cdo --- [INFO] [INFO] --- tycho-surefire:3.0.5:integration-test (default-integration-test) @ org.eclipse.emf.cdo --- [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.emf.cdo --- [INFO] No tests to run. [INFO] [INFO] ---------------< org.eclipse.emf.cdo:org.eclipse.net4j >---------------- [INFO] Building org.eclipse.net4j 4.19.0-SNAPSHOT [7/177] [INFO] from plugins/org.eclipse.net4j/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.net4j --- [INFO] [INFO] --- tycho-packaging:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.net4j --- [INFO] The project's OSGi version is 4.19.0.v20231127-2112 [INFO] [INFO] --- tycho-packaging:3.0.5:validate-id (default-validate-id) @ org.eclipse.net4j --- [INFO] [INFO] --- tycho-packaging:3.0.5:validate-version (default-validate-version) @ org.eclipse.net4j --- [INFO] [INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.net4j --- [INFO] [INFO] --- tycho-compiler:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.net4j --- [INFO] Resolving class path of org.eclipse.net4j... [INFO] [INFO] --- properties:1.0.0:read-project-properties (default) @ org.eclipse.net4j --- [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.net4j --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- tycho-compiler:3.0.5:compile (default-compile) @ org.eclipse.net4j --- [INFO] Compiling 105 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j/target/classes [INFO] [INFO] --- tycho-ds:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.net4j --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.net4j --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.5:testCompile (default-testCompile) @ org.eclipse.net4j --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.net4j --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.net4j --- [INFO] [INFO] --- tycho-source:3.0.5:plugin-source (attach-source) @ org.eclipse.net4j --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j/target/org.eclipse.net4j-4.19.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.net4j --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j/target/org.eclipse.net4j-4.19.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.net4j --- [INFO] [INFO] --- eclipse-jarsigner:1.3.3:sign (sign) @ org.eclipse.net4j --- [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j/target/org.eclipse.net4j-4.19.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j/target/org.eclipse.net4j-4.19.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.net4j --- [INFO] [INFO] --- tycho-surefire:3.0.5:integration-test (default-integration-test) @ org.eclipse.net4j --- [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.net4j --- [INFO] No tests to run. [INFO] [INFO] -----------< org.eclipse.emf.cdo:org.eclipse.emf.cdo.net4j >------------ [INFO] Building org.eclipse.emf.cdo.net4j 4.6.3-SNAPSHOT [8/177] [INFO] from plugins/org.eclipse.emf.cdo.net4j/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.emf.cdo.net4j --- [INFO] [INFO] --- tycho-packaging:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.emf.cdo.net4j --- [INFO] The project's OSGi version is 4.6.3.v20231122-0952 [INFO] [INFO] --- tycho-packaging:3.0.5:validate-id (default-validate-id) @ org.eclipse.emf.cdo.net4j --- [INFO] [INFO] --- tycho-packaging:3.0.5:validate-version (default-validate-version) @ org.eclipse.emf.cdo.net4j --- [INFO] [INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.emf.cdo.net4j --- [INFO] [INFO] --- tycho-compiler:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.emf.cdo.net4j --- [INFO] Resolving class path of org.eclipse.emf.cdo.net4j... [INFO] [INFO] --- properties:1.0.0:read-project-properties (default) @ org.eclipse.emf.cdo.net4j --- [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.emf.cdo.net4j --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.net4j/src/main/resources [INFO] [INFO] --- tycho-compiler:3.0.5:compile (default-compile) @ org.eclipse.emf.cdo.net4j --- [INFO] Compiling 107 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.net4j/target/classes [INFO] [INFO] --- tycho-ds:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.emf.cdo.net4j --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.emf.cdo.net4j --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.net4j/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.5:testCompile (default-testCompile) @ org.eclipse.emf.cdo.net4j --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.emf.cdo.net4j --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.cdo.net4j --- [INFO] [INFO] --- tycho-source:3.0.5:plugin-source (attach-source) @ org.eclipse.emf.cdo.net4j --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.net4j/target/org.eclipse.emf.cdo.net4j-4.6.3-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.emf.cdo.net4j --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.net4j/target/org.eclipse.emf.cdo.net4j-4.6.3-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.cdo.net4j --- [INFO] [INFO] --- eclipse-jarsigner:1.3.3:sign (sign) @ org.eclipse.emf.cdo.net4j --- [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.net4j/target/org.eclipse.emf.cdo.net4j-4.6.3-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.net4j/target/org.eclipse.emf.cdo.net4j-4.6.3-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.cdo.net4j --- [INFO] [INFO] --- tycho-surefire:3.0.5:integration-test (default-integration-test) @ org.eclipse.emf.cdo.net4j --- [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.emf.cdo.net4j --- [INFO] No tests to run. [INFO] [INFO] -----------< org.eclipse.emf.cdo:org.eclipse.emf.cdo.admin >------------ [INFO] Building org.eclipse.emf.cdo.admin 4.4.0-SNAPSHOT [9/177] [INFO] from plugins/org.eclipse.emf.cdo.admin/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.emf.cdo.admin --- [INFO] [INFO] --- tycho-packaging:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.emf.cdo.admin --- [INFO] The project's OSGi version is 4.4.0.v20231122-0952 [INFO] [INFO] --- tycho-packaging:3.0.5:validate-id (default-validate-id) @ org.eclipse.emf.cdo.admin --- [INFO] [INFO] --- tycho-packaging:3.0.5:validate-version (default-validate-version) @ org.eclipse.emf.cdo.admin --- [INFO] [INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.emf.cdo.admin --- [INFO] [INFO] --- tycho-compiler:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.emf.cdo.admin --- [INFO] Resolving class path of org.eclipse.emf.cdo.admin... [INFO] [INFO] --- properties:1.0.0:read-project-properties (default) @ org.eclipse.emf.cdo.admin --- [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.emf.cdo.admin --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.admin/src/main/resources [INFO] [INFO] --- tycho-compiler:3.0.5:compile (default-compile) @ org.eclipse.emf.cdo.admin --- [INFO] Compiling 18 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.admin/target/classes [INFO] [INFO] --- tycho-ds:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.emf.cdo.admin --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.emf.cdo.admin --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.admin/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.5:testCompile (default-testCompile) @ org.eclipse.emf.cdo.admin --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.emf.cdo.admin --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.cdo.admin --- [INFO] [INFO] --- tycho-source:3.0.5:plugin-source (attach-source) @ org.eclipse.emf.cdo.admin --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.admin/target/org.eclipse.emf.cdo.admin-4.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.emf.cdo.admin --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.admin/target/org.eclipse.emf.cdo.admin-4.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.cdo.admin --- [INFO] [INFO] --- eclipse-jarsigner:1.3.3:sign (sign) @ org.eclipse.emf.cdo.admin --- [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.admin/target/org.eclipse.emf.cdo.admin-4.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.admin/target/org.eclipse.emf.cdo.admin-4.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.cdo.admin --- [INFO] [INFO] --- tycho-surefire:3.0.5:integration-test (default-integration-test) @ org.eclipse.emf.cdo.admin --- [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.emf.cdo.admin --- [INFO] No tests to run. [INFO] [INFO] ------------< org.eclipse.emf.cdo:org.eclipse.emf.cdo.edit >------------ [INFO] Building org.eclipse.emf.cdo.edit 4.6.1-SNAPSHOT [10/177] [INFO] from plugins/org.eclipse.emf.cdo.edit/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.emf.cdo.edit --- [INFO] [INFO] --- tycho-packaging:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.emf.cdo.edit --- [INFO] The project's OSGi version is 4.6.1.v20231124-1229 [INFO] [INFO] --- tycho-packaging:3.0.5:validate-id (default-validate-id) @ org.eclipse.emf.cdo.edit --- [INFO] [INFO] --- tycho-packaging:3.0.5:validate-version (default-validate-version) @ org.eclipse.emf.cdo.edit --- [INFO] [INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.emf.cdo.edit --- [INFO] [INFO] --- tycho-compiler:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.emf.cdo.edit --- [INFO] Resolving class path of org.eclipse.emf.cdo.edit... [INFO] [INFO] --- properties:1.0.0:read-project-properties (default) @ org.eclipse.emf.cdo.edit --- [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.emf.cdo.edit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.edit/src/main/resources [INFO] [INFO] --- tycho-compiler:3.0.5:compile (default-compile) @ org.eclipse.emf.cdo.edit --- [INFO] Compiling 20 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.edit/target/classes [INFO] [INFO] --- tycho-ds:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.emf.cdo.edit --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.emf.cdo.edit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.edit/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.5:testCompile (default-testCompile) @ org.eclipse.emf.cdo.edit --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.emf.cdo.edit --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.cdo.edit --- [INFO] [INFO] --- tycho-source:3.0.5:plugin-source (attach-source) @ org.eclipse.emf.cdo.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.edit/target/org.eclipse.emf.cdo.edit-4.6.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.emf.cdo.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.edit/target/org.eclipse.emf.cdo.edit-4.6.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.cdo.edit --- [INFO] [INFO] --- eclipse-jarsigner:1.3.3:sign (sign) @ org.eclipse.emf.cdo.edit --- [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.edit/target/org.eclipse.emf.cdo.edit-4.6.1-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.edit/target/org.eclipse.emf.cdo.edit-4.6.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.cdo.edit --- [INFO] [INFO] --- tycho-surefire:3.0.5:integration-test (default-integration-test) @ org.eclipse.emf.cdo.edit --- [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.emf.cdo.edit --- [INFO] No tests to run. [INFO] [INFO] -----------< org.eclipse.emf.cdo:org.eclipse.emf.cdo.server >----------- [INFO] Building org.eclipse.emf.cdo.server 4.20.0-SNAPSHOT [11/177] [INFO] from plugins/org.eclipse.emf.cdo.server/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.emf.cdo.server --- [INFO] [INFO] --- tycho-packaging:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.emf.cdo.server --- [INFO] The project's OSGi version is 4.20.0.v20231129-1230 [INFO] [INFO] --- tycho-packaging:3.0.5:validate-id (default-validate-id) @ org.eclipse.emf.cdo.server --- [INFO] [INFO] --- tycho-packaging:3.0.5:validate-version (default-validate-version) @ org.eclipse.emf.cdo.server --- [INFO] [INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.emf.cdo.server --- [INFO] [INFO] --- tycho-compiler:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.emf.cdo.server --- [INFO] Resolving class path of org.eclipse.emf.cdo.server... [INFO] [INFO] --- properties:1.0.0:read-project-properties (default) @ org.eclipse.emf.cdo.server --- [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.emf.cdo.server --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- tycho-compiler:3.0.5:compile (default-compile) @ org.eclipse.emf.cdo.server --- [INFO] Compiling 125 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.server/target/classes [INFO] [INFO] --- tycho-ds:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.emf.cdo.server --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.emf.cdo.server --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.server/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.5:testCompile (default-testCompile) @ org.eclipse.emf.cdo.server --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.emf.cdo.server --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.cdo.server --- [INFO] [INFO] --- tycho-source:3.0.5:plugin-source (attach-source) @ org.eclipse.emf.cdo.server --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.server/target/org.eclipse.emf.cdo.server-4.20.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.emf.cdo.server --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.server/target/org.eclipse.emf.cdo.server-4.20.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.cdo.server --- [INFO] [INFO] --- eclipse-jarsigner:1.3.3:sign (sign) @ org.eclipse.emf.cdo.server --- [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.server/target/org.eclipse.emf.cdo.server-4.20.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.server/target/org.eclipse.emf.cdo.server-4.20.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.cdo.server --- [INFO] [INFO] --- tycho-surefire:3.0.5:integration-test (default-integration-test) @ org.eclipse.emf.cdo.server --- [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.emf.cdo.server --- [INFO] No tests to run. [INFO] [INFO] --------< org.eclipse.emf.cdo:org.eclipse.emf.cdo.server.net4j >-------- [INFO] Building org.eclipse.emf.cdo.server.net4j 4.7.0-SNAPSHOT [12/177] [INFO] from plugins/org.eclipse.emf.cdo.server.net4j/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.emf.cdo.server.net4j --- [INFO] [INFO] --- tycho-packaging:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.emf.cdo.server.net4j --- [INFO] The project's OSGi version is 4.7.0.v20231128-1954 [INFO] [INFO] --- tycho-packaging:3.0.5:validate-id (default-validate-id) @ org.eclipse.emf.cdo.server.net4j --- [INFO] [INFO] --- tycho-packaging:3.0.5:validate-version (default-validate-version) @ org.eclipse.emf.cdo.server.net4j --- [INFO] [INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.emf.cdo.server.net4j --- [INFO] [INFO] --- tycho-compiler:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.emf.cdo.server.net4j --- [INFO] Resolving class path of org.eclipse.emf.cdo.server.net4j... [INFO] [INFO] --- properties:1.0.0:read-project-properties (default) @ org.eclipse.emf.cdo.server.net4j --- [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.emf.cdo.server.net4j --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.server.net4j/src/main/resources [INFO] [INFO] --- tycho-compiler:3.0.5:compile (default-compile) @ org.eclipse.emf.cdo.server.net4j --- [INFO] Compiling 84 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.server.net4j/target/classes [INFO] [INFO] --- tycho-ds:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.emf.cdo.server.net4j --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.emf.cdo.server.net4j --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.server.net4j/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.5:testCompile (default-testCompile) @ org.eclipse.emf.cdo.server.net4j --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.emf.cdo.server.net4j --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.cdo.server.net4j --- [INFO] [INFO] --- tycho-source:3.0.5:plugin-source (attach-source) @ org.eclipse.emf.cdo.server.net4j --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.server.net4j/target/org.eclipse.emf.cdo.server.net4j-4.7.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.emf.cdo.server.net4j --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.server.net4j/target/org.eclipse.emf.cdo.server.net4j-4.7.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.cdo.server.net4j --- [INFO] [INFO] --- eclipse-jarsigner:1.3.3:sign (sign) @ org.eclipse.emf.cdo.server.net4j --- [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.server.net4j/target/org.eclipse.emf.cdo.server.net4j-4.7.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.server.net4j/target/org.eclipse.emf.cdo.server.net4j-4.7.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.cdo.server.net4j --- [INFO] [INFO] --- tycho-surefire:3.0.5:integration-test (default-integration-test) @ org.eclipse.emf.cdo.server.net4j --- [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.emf.cdo.server.net4j --- [INFO] No tests to run. [INFO] [INFO] -------------< org.eclipse.emf.cdo:org.eclipse.net4j.jvm >-------------- [INFO] Building org.eclipse.net4j.jvm 4.3.1-SNAPSHOT [13/177] [INFO] from plugins/org.eclipse.net4j.jvm/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.net4j.jvm --- [INFO] [INFO] --- tycho-packaging:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.net4j.jvm --- [INFO] The project's OSGi version is 4.3.1.v20231122-0952 [INFO] [INFO] --- tycho-packaging:3.0.5:validate-id (default-validate-id) @ org.eclipse.net4j.jvm --- [INFO] [INFO] --- tycho-packaging:3.0.5:validate-version (default-validate-version) @ org.eclipse.net4j.jvm --- [INFO] [INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.net4j.jvm --- [INFO] [INFO] --- tycho-compiler:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.net4j.jvm --- [INFO] Resolving class path of org.eclipse.net4j.jvm... [INFO] [INFO] --- properties:1.0.0:read-project-properties (default) @ org.eclipse.net4j.jvm --- [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.net4j.jvm --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.jvm/src/main/resources [INFO] [INFO] --- tycho-compiler:3.0.5:compile (default-compile) @ org.eclipse.net4j.jvm --- [INFO] Compiling 16 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.jvm/target/classes [INFO] [INFO] --- tycho-ds:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.net4j.jvm --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.net4j.jvm --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.jvm/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.5:testCompile (default-testCompile) @ org.eclipse.net4j.jvm --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.net4j.jvm --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.net4j.jvm --- [INFO] [INFO] --- tycho-source:3.0.5:plugin-source (attach-source) @ org.eclipse.net4j.jvm --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.jvm/target/org.eclipse.net4j.jvm-4.3.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.net4j.jvm --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.jvm/target/org.eclipse.net4j.jvm-4.3.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.net4j.jvm --- [INFO] [INFO] --- eclipse-jarsigner:1.3.3:sign (sign) @ org.eclipse.net4j.jvm --- [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.jvm/target/org.eclipse.net4j.jvm-4.3.1-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.jvm/target/org.eclipse.net4j.jvm-4.3.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.net4j.jvm --- [INFO] [INFO] --- tycho-surefire:3.0.5:integration-test (default-integration-test) @ org.eclipse.net4j.jvm --- [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.net4j.jvm --- [INFO] No tests to run. [INFO] [INFO] ---------< org.eclipse.emf.cdo:org.eclipse.emf.cdo.workspace >---------- [INFO] Building org.eclipse.emf.cdo.workspace 4.4.5-SNAPSHOT [14/177] [INFO] from plugins/org.eclipse.emf.cdo.workspace/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.emf.cdo.workspace --- [INFO] [INFO] --- tycho-packaging:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.emf.cdo.workspace --- [INFO] The project's OSGi version is 4.4.5.v20231124-1621 [INFO] [INFO] --- tycho-packaging:3.0.5:validate-id (default-validate-id) @ org.eclipse.emf.cdo.workspace --- [INFO] [INFO] --- tycho-packaging:3.0.5:validate-version (default-validate-version) @ org.eclipse.emf.cdo.workspace --- [INFO] [INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.emf.cdo.workspace --- [INFO] [INFO] --- tycho-compiler:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.emf.cdo.workspace --- [INFO] Resolving class path of org.eclipse.emf.cdo.workspace... [INFO] [INFO] --- properties:1.0.0:read-project-properties (default) @ org.eclipse.emf.cdo.workspace --- [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.emf.cdo.workspace --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.workspace/src/main/resources [INFO] [INFO] --- tycho-compiler:3.0.5:compile (default-compile) @ org.eclipse.emf.cdo.workspace --- [INFO] Compiling 16 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.workspace/target/classes [INFO] [INFO] --- tycho-ds:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.emf.cdo.workspace --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.emf.cdo.workspace --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.workspace/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.5:testCompile (default-testCompile) @ org.eclipse.emf.cdo.workspace --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.emf.cdo.workspace --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.cdo.workspace --- [INFO] [INFO] --- tycho-source:3.0.5:plugin-source (attach-source) @ org.eclipse.emf.cdo.workspace --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.workspace/target/org.eclipse.emf.cdo.workspace-4.4.5-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.emf.cdo.workspace --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.workspace/target/org.eclipse.emf.cdo.workspace-4.4.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.cdo.workspace --- [INFO] [INFO] --- eclipse-jarsigner:1.3.3:sign (sign) @ org.eclipse.emf.cdo.workspace --- [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.workspace/target/org.eclipse.emf.cdo.workspace-4.4.5-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.workspace/target/org.eclipse.emf.cdo.workspace-4.4.5-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.cdo.workspace --- [INFO] [INFO] --- tycho-surefire:3.0.5:integration-test (default-integration-test) @ org.eclipse.emf.cdo.workspace --- [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.emf.cdo.workspace --- [INFO] No tests to run. [INFO] [INFO] -----------< org.eclipse.emf.cdo:org.eclipse.net4j.db.jdbc >------------ [INFO] Building org.eclipse.net4j.db.jdbc 4.4.0-SNAPSHOT [15/177] [INFO] from plugins/org.eclipse.net4j.db.jdbc/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.net4j.db.jdbc --- [INFO] [INFO] --- tycho-packaging:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.net4j.db.jdbc --- [INFO] The project's OSGi version is 4.4.0.v20230221-1613 [INFO] [INFO] --- tycho-packaging:3.0.5:validate-id (default-validate-id) @ org.eclipse.net4j.db.jdbc --- [INFO] [INFO] --- tycho-packaging:3.0.5:validate-version (default-validate-version) @ org.eclipse.net4j.db.jdbc --- [INFO] [INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.net4j.db.jdbc --- [INFO] [INFO] --- tycho-compiler:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.net4j.db.jdbc --- [INFO] Resolving class path of org.eclipse.net4j.db.jdbc... [INFO] [INFO] --- properties:1.0.0:read-project-properties (default) @ org.eclipse.net4j.db.jdbc --- [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.net4j.db.jdbc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.db.jdbc/src/main/resources [INFO] [INFO] --- tycho-compiler:3.0.5:compile (default-compile) @ org.eclipse.net4j.db.jdbc --- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.db.jdbc/target/classes [INFO] [INFO] --- tycho-ds:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.net4j.db.jdbc --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.net4j.db.jdbc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.db.jdbc/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.5:testCompile (default-testCompile) @ org.eclipse.net4j.db.jdbc --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.net4j.db.jdbc --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.net4j.db.jdbc --- [INFO] [INFO] --- tycho-source:3.0.5:plugin-source (attach-source) @ org.eclipse.net4j.db.jdbc --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.db.jdbc/target/org.eclipse.net4j.db.jdbc-4.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.net4j.db.jdbc --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.db.jdbc/target/org.eclipse.net4j.db.jdbc-4.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.net4j.db.jdbc --- [INFO] [INFO] --- eclipse-jarsigner:1.3.3:sign (sign) @ org.eclipse.net4j.db.jdbc --- [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.db.jdbc/target/org.eclipse.net4j.db.jdbc-4.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.db.jdbc/target/org.eclipse.net4j.db.jdbc-4.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.net4j.db.jdbc --- [INFO] [INFO] --- tycho-surefire:3.0.5:integration-test (default-integration-test) @ org.eclipse.net4j.db.jdbc --- [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.net4j.db.jdbc --- [INFO] No tests to run. [INFO] [INFO] --------------< org.eclipse.emf.cdo:org.eclipse.net4j.db >-------------- [INFO] Building org.eclipse.net4j.db 4.12.0-SNAPSHOT [16/177] [INFO] from plugins/org.eclipse.net4j.db/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.net4j.db --- [INFO] [INFO] --- tycho-packaging:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.net4j.db --- [INFO] The project's OSGi version is 4.12.0.v20231124-1621 [INFO] [INFO] --- tycho-packaging:3.0.5:validate-id (default-validate-id) @ org.eclipse.net4j.db --- [INFO] [INFO] --- tycho-packaging:3.0.5:validate-version (default-validate-version) @ org.eclipse.net4j.db --- [INFO] [INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.net4j.db --- [INFO] [INFO] --- tycho-compiler:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.net4j.db --- [INFO] Resolving class path of org.eclipse.net4j.db... [INFO] [INFO] --- properties:1.0.0:read-project-properties (default) @ org.eclipse.net4j.db --- [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.net4j.db --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- tycho-compiler:3.0.5:compile (default-compile) @ org.eclipse.net4j.db --- [INFO] Compiling 82 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.db/target/classes [INFO] [INFO] --- tycho-ds:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.net4j.db --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.net4j.db --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.db/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.5:testCompile (default-testCompile) @ org.eclipse.net4j.db --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.net4j.db --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.net4j.db --- [INFO] [INFO] --- tycho-source:3.0.5:plugin-source (attach-source) @ org.eclipse.net4j.db --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.db/target/org.eclipse.net4j.db-4.12.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.net4j.db --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.db/target/org.eclipse.net4j.db-4.12.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.net4j.db --- [INFO] [INFO] --- eclipse-jarsigner:1.3.3:sign (sign) @ org.eclipse.net4j.db --- [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.db/target/org.eclipse.net4j.db-4.12.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.db/target/org.eclipse.net4j.db-4.12.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.net4j.db --- [INFO] [INFO] --- tycho-surefire:3.0.5:integration-test (default-integration-test) @ org.eclipse.net4j.db --- [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.net4j.db --- [INFO] No tests to run. [INFO] [INFO] ---------< org.eclipse.emf.cdo:org.eclipse.emf.cdo.server.db >---------- [INFO] Building org.eclipse.emf.cdo.server.db 4.13.1-SNAPSHOT [17/177] [INFO] from plugins/org.eclipse.emf.cdo.server.db/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.emf.cdo.server.db --- [INFO] [INFO] --- tycho-packaging:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.emf.cdo.server.db --- [INFO] The project's OSGi version is 4.13.1.v20240318-1854 [INFO] [INFO] --- tycho-packaging:3.0.5:validate-id (default-validate-id) @ org.eclipse.emf.cdo.server.db --- [INFO] [INFO] --- tycho-packaging:3.0.5:validate-version (default-validate-version) @ org.eclipse.emf.cdo.server.db --- [INFO] [INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.emf.cdo.server.db --- [INFO] [INFO] --- tycho-compiler:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.emf.cdo.server.db --- [INFO] Resolving class path of org.eclipse.emf.cdo.server.db... [INFO] [INFO] --- properties:1.0.0:read-project-properties (default) @ org.eclipse.emf.cdo.server.db --- [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.emf.cdo.server.db --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- tycho-compiler:3.0.5:compile (default-compile) @ org.eclipse.emf.cdo.server.db --- [INFO] Compiling 79 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.server.db/target/classes [INFO] [INFO] --- tycho-ds:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.emf.cdo.server.db --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.emf.cdo.server.db --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.server.db/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.5:testCompile (default-testCompile) @ org.eclipse.emf.cdo.server.db --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.emf.cdo.server.db --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.cdo.server.db --- [INFO] [INFO] --- tycho-source:3.0.5:plugin-source (attach-source) @ org.eclipse.emf.cdo.server.db --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.server.db/target/org.eclipse.emf.cdo.server.db-4.13.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.emf.cdo.server.db --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.server.db/target/org.eclipse.emf.cdo.server.db-4.13.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.cdo.server.db --- [INFO] [INFO] --- eclipse-jarsigner:1.3.3:sign (sign) @ org.eclipse.emf.cdo.server.db --- [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.server.db/target/org.eclipse.emf.cdo.server.db-4.13.1-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.server.db/target/org.eclipse.emf.cdo.server.db-4.13.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.cdo.server.db --- [INFO] [INFO] --- tycho-surefire:3.0.5:integration-test (default-integration-test) @ org.eclipse.emf.cdo.server.db --- [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.emf.cdo.server.db --- [INFO] No tests to run. [INFO] [INFO] --------< org.eclipse.emf.cdo:org.eclipse.emf.cdo.expressions >--------- [INFO] Building org.eclipse.emf.cdo.expressions 4.4.1-SNAPSHOT [18/177] [INFO] from plugins/org.eclipse.emf.cdo.expressions/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.emf.cdo.expressions --- [INFO] [INFO] --- tycho-packaging:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.emf.cdo.expressions --- [INFO] The project's OSGi version is 4.4.1.v20230830-1044 [INFO] [INFO] --- tycho-packaging:3.0.5:validate-id (default-validate-id) @ org.eclipse.emf.cdo.expressions --- [INFO] [INFO] --- tycho-packaging:3.0.5:validate-version (default-validate-version) @ org.eclipse.emf.cdo.expressions --- [INFO] [INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.emf.cdo.expressions --- [INFO] [INFO] --- tycho-compiler:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.emf.cdo.expressions --- [INFO] Resolving class path of org.eclipse.emf.cdo.expressions... [INFO] [INFO] --- properties:1.0.0:read-project-properties (default) @ org.eclipse.emf.cdo.expressions --- [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.emf.cdo.expressions --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.expressions/src/main/resources [INFO] [INFO] --- tycho-compiler:3.0.5:compile (default-compile) @ org.eclipse.emf.cdo.expressions --- [INFO] Compiling 55 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.expressions/target/classes [INFO] [INFO] --- tycho-ds:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.emf.cdo.expressions --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.emf.cdo.expressions --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.expressions/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.5:testCompile (default-testCompile) @ org.eclipse.emf.cdo.expressions --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.emf.cdo.expressions --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.cdo.expressions --- [INFO] [INFO] --- tycho-source:3.0.5:plugin-source (attach-source) @ org.eclipse.emf.cdo.expressions --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.expressions/target/org.eclipse.emf.cdo.expressions-4.4.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.emf.cdo.expressions --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.expressions/target/org.eclipse.emf.cdo.expressions-4.4.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.cdo.expressions --- [INFO] [INFO] --- eclipse-jarsigner:1.3.3:sign (sign) @ org.eclipse.emf.cdo.expressions --- [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.expressions/target/org.eclipse.emf.cdo.expressions-4.4.1-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.expressions/target/org.eclipse.emf.cdo.expressions-4.4.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.cdo.expressions --- [INFO] [INFO] --- tycho-surefire:3.0.5:integration-test (default-integration-test) @ org.eclipse.emf.cdo.expressions --- [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.emf.cdo.expressions --- [INFO] No tests to run. [INFO] [INFO] ----------< org.eclipse.emf.cdo:org.eclipse.emf.cdo.security >---------- [INFO] Building org.eclipse.emf.cdo.security 4.7.1-SNAPSHOT [19/177] [INFO] from plugins/org.eclipse.emf.cdo.security/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.emf.cdo.security --- [INFO] [INFO] --- tycho-packaging:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.emf.cdo.security --- [INFO] The project's OSGi version is 4.7.1.v20231122-0952 [INFO] [INFO] --- tycho-packaging:3.0.5:validate-id (default-validate-id) @ org.eclipse.emf.cdo.security --- [INFO] [INFO] --- tycho-packaging:3.0.5:validate-version (default-validate-version) @ org.eclipse.emf.cdo.security --- [INFO] [INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.emf.cdo.security --- [INFO] [INFO] --- tycho-compiler:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.emf.cdo.security --- [INFO] Resolving class path of org.eclipse.emf.cdo.security... [INFO] [INFO] --- properties:1.0.0:read-project-properties (default) @ org.eclipse.emf.cdo.security --- [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.emf.cdo.security --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.security/src/main/resources [INFO] [INFO] --- tycho-compiler:3.0.5:compile (default-compile) @ org.eclipse.emf.cdo.security --- [INFO] Compiling 72 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.security/target/classes [INFO] [INFO] --- tycho-ds:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.emf.cdo.security --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.emf.cdo.security --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.security/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.5:testCompile (default-testCompile) @ org.eclipse.emf.cdo.security --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.emf.cdo.security --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.cdo.security --- [INFO] [INFO] --- tycho-source:3.0.5:plugin-source (attach-source) @ org.eclipse.emf.cdo.security --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.security/target/org.eclipse.emf.cdo.security-4.7.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.emf.cdo.security --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.security/target/org.eclipse.emf.cdo.security-4.7.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.cdo.security --- [INFO] [INFO] --- eclipse-jarsigner:1.3.3:sign (sign) @ org.eclipse.emf.cdo.security --- [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.security/target/org.eclipse.emf.cdo.security-4.7.1-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.security/target/org.eclipse.emf.cdo.security-4.7.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.cdo.security --- [INFO] [INFO] --- tycho-surefire:3.0.5:integration-test (default-integration-test) @ org.eclipse.emf.cdo.security --- [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.emf.cdo.security --- [INFO] No tests to run. [INFO] [INFO] ------< org.eclipse.emf.cdo:org.eclipse.emf.cdo.server.security >------- [INFO] Building org.eclipse.emf.cdo.server.security 4.11.0-SNAPSHOT [20/177] [INFO] from plugins/org.eclipse.emf.cdo.server.security/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.emf.cdo.server.security --- [INFO] [INFO] --- tycho-packaging:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.emf.cdo.server.security --- [INFO] The project's OSGi version is 4.11.0.v20231129-1121 [INFO] [INFO] --- tycho-packaging:3.0.5:validate-id (default-validate-id) @ org.eclipse.emf.cdo.server.security --- [INFO] [INFO] --- tycho-packaging:3.0.5:validate-version (default-validate-version) @ org.eclipse.emf.cdo.server.security --- [INFO] [INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.emf.cdo.server.security --- [INFO] [INFO] --- tycho-compiler:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.emf.cdo.server.security --- [INFO] Resolving class path of org.eclipse.emf.cdo.server.security... [INFO] [INFO] --- properties:1.0.0:read-project-properties (default) @ org.eclipse.emf.cdo.server.security --- [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.emf.cdo.server.security --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.server.security/src/main/resources [INFO] [INFO] --- tycho-compiler:3.0.5:compile (default-compile) @ org.eclipse.emf.cdo.server.security --- [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.server.security/target/classes [INFO] [INFO] --- tycho-ds:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.emf.cdo.server.security --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.emf.cdo.server.security --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.server.security/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.5:testCompile (default-testCompile) @ org.eclipse.emf.cdo.server.security --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.emf.cdo.server.security --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.cdo.server.security --- [INFO] [INFO] --- tycho-source:3.0.5:plugin-source (attach-source) @ org.eclipse.emf.cdo.server.security --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.server.security/target/org.eclipse.emf.cdo.server.security-4.11.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.emf.cdo.server.security --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.server.security/target/org.eclipse.emf.cdo.server.security-4.11.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.cdo.server.security --- [INFO] [INFO] --- eclipse-jarsigner:1.3.3:sign (sign) @ org.eclipse.emf.cdo.server.security --- [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.server.security/target/org.eclipse.emf.cdo.server.security-4.11.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.server.security/target/org.eclipse.emf.cdo.server.security-4.11.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.cdo.server.security --- [INFO] [INFO] --- tycho-surefire:3.0.5:integration-test (default-integration-test) @ org.eclipse.emf.cdo.server.security --- [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.emf.cdo.server.security --- [INFO] No tests to run. [INFO] [INFO] ---------< org.eclipse.emf.cdo:org.eclipse.emf.cdo.lm.modules >--------- [INFO] Building org.eclipse.emf.cdo.lm.modules 1.0.2-SNAPSHOT [21/177] [INFO] from plugins/org.eclipse.emf.cdo.lm.modules/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.emf.cdo.lm.modules --- [INFO] [INFO] --- tycho-packaging:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.emf.cdo.lm.modules --- [INFO] The project's OSGi version is 1.0.2.v20230914-0810 [INFO] [INFO] --- tycho-packaging:3.0.5:validate-id (default-validate-id) @ org.eclipse.emf.cdo.lm.modules --- [INFO] [INFO] --- tycho-packaging:3.0.5:validate-version (default-validate-version) @ org.eclipse.emf.cdo.lm.modules --- [INFO] [INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.emf.cdo.lm.modules --- [INFO] [INFO] --- tycho-compiler:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.emf.cdo.lm.modules --- [INFO] Resolving class path of org.eclipse.emf.cdo.lm.modules... [INFO] [INFO] --- properties:1.0.0:read-project-properties (default) @ org.eclipse.emf.cdo.lm.modules --- [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.emf.cdo.lm.modules --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.lm.modules/src/main/resources [INFO] [INFO] --- tycho-compiler:3.0.5:compile (default-compile) @ org.eclipse.emf.cdo.lm.modules --- [INFO] Compiling 16 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.lm.modules/target/classes [INFO] [INFO] --- tycho-ds:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.emf.cdo.lm.modules --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.emf.cdo.lm.modules --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.lm.modules/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.5:testCompile (default-testCompile) @ org.eclipse.emf.cdo.lm.modules --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.emf.cdo.lm.modules --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.cdo.lm.modules --- [INFO] [INFO] --- tycho-source:3.0.5:plugin-source (attach-source) @ org.eclipse.emf.cdo.lm.modules --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.lm.modules/target/org.eclipse.emf.cdo.lm.modules-1.0.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.emf.cdo.lm.modules --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.lm.modules/target/org.eclipse.emf.cdo.lm.modules-1.0.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.cdo.lm.modules --- [INFO] [INFO] --- eclipse-jarsigner:1.3.3:sign (sign) @ org.eclipse.emf.cdo.lm.modules --- [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.lm.modules/target/org.eclipse.emf.cdo.lm.modules-1.0.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.lm.modules/target/org.eclipse.emf.cdo.lm.modules-1.0.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.cdo.lm.modules --- [INFO] [INFO] --- tycho-surefire:3.0.5:integration-test (default-integration-test) @ org.eclipse.emf.cdo.lm.modules --- [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.emf.cdo.lm.modules --- [INFO] No tests to run. [INFO] [INFO] -------------< org.eclipse.emf.cdo:org.eclipse.emf.cdo.lm >------------- [INFO] Building org.eclipse.emf.cdo.lm 1.1.2-SNAPSHOT [22/177] [INFO] from plugins/org.eclipse.emf.cdo.lm/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.emf.cdo.lm --- [INFO] [INFO] --- tycho-packaging:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.emf.cdo.lm --- [INFO] The project's OSGi version is 1.1.2.v20240318-1847 [INFO] [INFO] --- tycho-packaging:3.0.5:validate-id (default-validate-id) @ org.eclipse.emf.cdo.lm --- [INFO] [INFO] --- tycho-packaging:3.0.5:validate-version (default-validate-version) @ org.eclipse.emf.cdo.lm --- [INFO] [INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.emf.cdo.lm --- [INFO] [INFO] --- tycho-compiler:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.emf.cdo.lm --- [INFO] Resolving class path of org.eclipse.emf.cdo.lm... [INFO] [INFO] --- properties:1.0.0:read-project-properties (default) @ org.eclipse.emf.cdo.lm --- [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.emf.cdo.lm --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- tycho-compiler:3.0.5:compile (default-compile) @ org.eclipse.emf.cdo.lm --- [INFO] Compiling 45 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.lm/target/classes [INFO] [INFO] --- tycho-ds:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.emf.cdo.lm --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.emf.cdo.lm --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.lm/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.5:testCompile (default-testCompile) @ org.eclipse.emf.cdo.lm --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.emf.cdo.lm --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.cdo.lm --- [INFO] [INFO] --- tycho-source:3.0.5:plugin-source (attach-source) @ org.eclipse.emf.cdo.lm --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.lm/target/org.eclipse.emf.cdo.lm-1.1.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.emf.cdo.lm --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.lm/target/org.eclipse.emf.cdo.lm-1.1.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.cdo.lm --- [INFO] [INFO] --- eclipse-jarsigner:1.3.3:sign (sign) @ org.eclipse.emf.cdo.lm --- [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.lm/target/org.eclipse.emf.cdo.lm-1.1.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.lm/target/org.eclipse.emf.cdo.lm-1.1.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.cdo.lm --- [INFO] [INFO] --- tycho-surefire:3.0.5:integration-test (default-integration-test) @ org.eclipse.emf.cdo.lm --- [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.emf.cdo.lm --- [INFO] No tests to run. [INFO] [INFO] ------< org.eclipse.emf.cdo:org.eclipse.emf.cdo.server.embedded >------- [INFO] Building org.eclipse.emf.cdo.server.embedded 4.10.3-SNAPSHOT [23/177] [INFO] from plugins/org.eclipse.emf.cdo.server.embedded/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.emf.cdo.server.embedded --- [INFO] [INFO] --- tycho-packaging:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.emf.cdo.server.embedded --- [INFO] The project's OSGi version is 4.10.3.v20231122-0952 [INFO] [INFO] --- tycho-packaging:3.0.5:validate-id (default-validate-id) @ org.eclipse.emf.cdo.server.embedded --- [INFO] [INFO] --- tycho-packaging:3.0.5:validate-version (default-validate-version) @ org.eclipse.emf.cdo.server.embedded --- [INFO] [INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.emf.cdo.server.embedded --- [INFO] [INFO] --- tycho-compiler:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.emf.cdo.server.embedded --- [INFO] Resolving class path of org.eclipse.emf.cdo.server.embedded... [INFO] [INFO] --- properties:1.0.0:read-project-properties (default) @ org.eclipse.emf.cdo.server.embedded --- [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.emf.cdo.server.embedded --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- tycho-compiler:3.0.5:compile (default-compile) @ org.eclipse.emf.cdo.server.embedded --- [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.server.embedded/target/classes [INFO] [INFO] --- tycho-ds:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.emf.cdo.server.embedded --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.emf.cdo.server.embedded --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.server.embedded/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.5:testCompile (default-testCompile) @ org.eclipse.emf.cdo.server.embedded --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.emf.cdo.server.embedded --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.cdo.server.embedded --- [INFO] [INFO] --- tycho-source:3.0.5:plugin-source (attach-source) @ org.eclipse.emf.cdo.server.embedded --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.server.embedded/target/org.eclipse.emf.cdo.server.embedded-4.10.3-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.emf.cdo.server.embedded --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.server.embedded/target/org.eclipse.emf.cdo.server.embedded-4.10.3-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.cdo.server.embedded --- [INFO] [INFO] --- eclipse-jarsigner:1.3.3:sign (sign) @ org.eclipse.emf.cdo.server.embedded --- [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.server.embedded/target/org.eclipse.emf.cdo.server.embedded-4.10.3-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.server.embedded/target/org.eclipse.emf.cdo.server.embedded-4.10.3-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.cdo.server.embedded --- [INFO] [INFO] --- tycho-surefire:3.0.5:integration-test (default-integration-test) @ org.eclipse.emf.cdo.server.embedded --- [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.emf.cdo.server.embedded --- [INFO] No tests to run. [INFO] [INFO] ---------< org.eclipse.emf.cdo:org.eclipse.emf.cdo.lm.server >---------- [INFO] Building org.eclipse.emf.cdo.lm.server 1.3.0-SNAPSHOT [24/177] [INFO] from plugins/org.eclipse.emf.cdo.lm.server/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.emf.cdo.lm.server --- [INFO] [INFO] --- tycho-packaging:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.emf.cdo.lm.server --- [INFO] The project's OSGi version is 1.3.0.v20231128-1920 [INFO] [INFO] --- tycho-packaging:3.0.5:validate-id (default-validate-id) @ org.eclipse.emf.cdo.lm.server --- [INFO] [INFO] --- tycho-packaging:3.0.5:validate-version (default-validate-version) @ org.eclipse.emf.cdo.lm.server --- [INFO] [INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.emf.cdo.lm.server --- [INFO] [INFO] --- tycho-compiler:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.emf.cdo.lm.server --- [INFO] Resolving class path of org.eclipse.emf.cdo.lm.server... [INFO] [INFO] --- properties:1.0.0:read-project-properties (default) @ org.eclipse.emf.cdo.lm.server --- [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.emf.cdo.lm.server --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.lm.server/src/main/resources [INFO] [INFO] --- tycho-compiler:3.0.5:compile (default-compile) @ org.eclipse.emf.cdo.lm.server --- [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.lm.server/target/classes [INFO] [INFO] --- tycho-ds:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.emf.cdo.lm.server --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.emf.cdo.lm.server --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.lm.server/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.5:testCompile (default-testCompile) @ org.eclipse.emf.cdo.lm.server --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.emf.cdo.lm.server --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.cdo.lm.server --- [INFO] [INFO] --- tycho-source:3.0.5:plugin-source (attach-source) @ org.eclipse.emf.cdo.lm.server --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.lm.server/target/org.eclipse.emf.cdo.lm.server-1.3.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.emf.cdo.lm.server --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.lm.server/target/org.eclipse.emf.cdo.lm.server-1.3.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.cdo.lm.server --- [INFO] [INFO] --- eclipse-jarsigner:1.3.3:sign (sign) @ org.eclipse.emf.cdo.lm.server --- [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.lm.server/target/org.eclipse.emf.cdo.lm.server-1.3.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.lm.server/target/org.eclipse.emf.cdo.lm.server-1.3.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.cdo.lm.server --- [INFO] [INFO] --- tycho-surefire:3.0.5:integration-test (default-integration-test) @ org.eclipse.emf.cdo.lm.server --- [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.emf.cdo.lm.server --- [INFO] No tests to run. [INFO] [INFO] ------------< org.eclipse.emf.cdo:org.eclipse.net4j.db.h2 >------------- [INFO] Building org.eclipse.net4j.db.h2 4.5.4-SNAPSHOT [25/177] [INFO] from plugins/org.eclipse.net4j.db.h2/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.net4j.db.h2 --- [INFO] [INFO] --- tycho-packaging:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.net4j.db.h2 --- [INFO] The project's OSGi version is 4.5.4.v20231122-0952 [INFO] [INFO] --- tycho-packaging:3.0.5:validate-id (default-validate-id) @ org.eclipse.net4j.db.h2 --- [INFO] [INFO] --- tycho-packaging:3.0.5:validate-version (default-validate-version) @ org.eclipse.net4j.db.h2 --- [INFO] [INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.net4j.db.h2 --- [INFO] [INFO] --- tycho-compiler:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.net4j.db.h2 --- [INFO] Resolving class path of org.eclipse.net4j.db.h2... [INFO] [INFO] --- properties:1.0.0:read-project-properties (default) @ org.eclipse.net4j.db.h2 --- [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.net4j.db.h2 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- tycho-compiler:3.0.5:compile (default-compile) @ org.eclipse.net4j.db.h2 --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.db.h2/target/classes [INFO] [INFO] --- tycho-ds:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.net4j.db.h2 --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.net4j.db.h2 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.db.h2/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.5:testCompile (default-testCompile) @ org.eclipse.net4j.db.h2 --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.net4j.db.h2 --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.net4j.db.h2 --- [INFO] [INFO] --- tycho-source:3.0.5:plugin-source (attach-source) @ org.eclipse.net4j.db.h2 --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.db.h2/target/org.eclipse.net4j.db.h2-4.5.4-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.net4j.db.h2 --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.db.h2/target/org.eclipse.net4j.db.h2-4.5.4-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.net4j.db.h2 --- [INFO] [INFO] --- eclipse-jarsigner:1.3.3:sign (sign) @ org.eclipse.net4j.db.h2 --- [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.db.h2/target/org.eclipse.net4j.db.h2-4.5.4-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.db.h2/target/org.eclipse.net4j.db.h2-4.5.4-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.net4j.db.h2 --- [INFO] [INFO] --- tycho-surefire:3.0.5:integration-test (default-integration-test) @ org.eclipse.net4j.db.h2 --- [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.net4j.db.h2 --- [INFO] No tests to run. [INFO] [INFO] ----------< org.eclipse.emf.cdo:org.eclipse.emf.cdo.explorer >---------- [INFO] Building org.eclipse.emf.cdo.explorer 4.14.0-SNAPSHOT [26/177] [INFO] from plugins/org.eclipse.emf.cdo.explorer/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.emf.cdo.explorer --- [INFO] [INFO] --- tycho-packaging:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.emf.cdo.explorer --- [INFO] The project's OSGi version is 4.14.0.v20231124-1621 [INFO] [INFO] --- tycho-packaging:3.0.5:validate-id (default-validate-id) @ org.eclipse.emf.cdo.explorer --- [INFO] [INFO] --- tycho-packaging:3.0.5:validate-version (default-validate-version) @ org.eclipse.emf.cdo.explorer --- [INFO] [INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.emf.cdo.explorer --- [INFO] [INFO] --- tycho-compiler:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.emf.cdo.explorer --- [INFO] Resolving class path of org.eclipse.emf.cdo.explorer... [INFO] [INFO] --- properties:1.0.0:read-project-properties (default) @ org.eclipse.emf.cdo.explorer --- [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.emf.cdo.explorer --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.explorer/src/main/resources [INFO] [INFO] --- tycho-compiler:3.0.5:compile (default-compile) @ org.eclipse.emf.cdo.explorer --- [INFO] Compiling 34 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.explorer/target/classes [INFO] [INFO] --- tycho-ds:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.emf.cdo.explorer --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.emf.cdo.explorer --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.explorer/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.5:testCompile (default-testCompile) @ org.eclipse.emf.cdo.explorer --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.emf.cdo.explorer --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.cdo.explorer --- [INFO] [INFO] --- tycho-source:3.0.5:plugin-source (attach-source) @ org.eclipse.emf.cdo.explorer --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.explorer/target/org.eclipse.emf.cdo.explorer-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.emf.cdo.explorer --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.explorer/target/org.eclipse.emf.cdo.explorer-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.cdo.explorer --- [INFO] [INFO] --- eclipse-jarsigner:1.3.3:sign (sign) @ org.eclipse.emf.cdo.explorer --- [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.explorer/target/org.eclipse.emf.cdo.explorer-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.explorer/target/org.eclipse.emf.cdo.explorer-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.cdo.explorer --- [INFO] [INFO] --- tycho-surefire:3.0.5:integration-test (default-integration-test) @ org.eclipse.emf.cdo.explorer --- [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.emf.cdo.explorer --- [INFO] No tests to run. [INFO] [INFO] ----------< org.eclipse.emf.cdo:org.eclipse.emf.cdo.compare >----------- [INFO] Building org.eclipse.emf.cdo.compare 4.7.3-SNAPSHOT [27/177] [INFO] from plugins/org.eclipse.emf.cdo.compare/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.emf.cdo.compare --- [INFO] [INFO] --- tycho-packaging:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.emf.cdo.compare --- [INFO] The project's OSGi version is 4.7.3.v20231122-1107 [INFO] [INFO] --- tycho-packaging:3.0.5:validate-id (default-validate-id) @ org.eclipse.emf.cdo.compare --- [INFO] [INFO] --- tycho-packaging:3.0.5:validate-version (default-validate-version) @ org.eclipse.emf.cdo.compare --- [INFO] [INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.emf.cdo.compare --- [INFO] [INFO] --- tycho-compiler:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.emf.cdo.compare --- [INFO] Resolving class path of org.eclipse.emf.cdo.compare... [INFO] [INFO] --- properties:1.0.0:read-project-properties (default) @ org.eclipse.emf.cdo.compare --- [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.emf.cdo.compare --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- tycho-compiler:3.0.5:compile (default-compile) @ org.eclipse.emf.cdo.compare --- [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.compare/target/classes [INFO] [INFO] --- tycho-ds:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.emf.cdo.compare --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.emf.cdo.compare --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.compare/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.5:testCompile (default-testCompile) @ org.eclipse.emf.cdo.compare --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.emf.cdo.compare --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.cdo.compare --- [INFO] [INFO] --- tycho-source:3.0.5:plugin-source (attach-source) @ org.eclipse.emf.cdo.compare --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.compare/target/org.eclipse.emf.cdo.compare-4.7.3-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.emf.cdo.compare --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.compare/target/org.eclipse.emf.cdo.compare-4.7.3-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.cdo.compare --- [INFO] [INFO] --- eclipse-jarsigner:1.3.3:sign (sign) @ org.eclipse.emf.cdo.compare --- [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.compare/target/org.eclipse.emf.cdo.compare-4.7.3-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.compare/target/org.eclipse.emf.cdo.compare-4.7.3-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.cdo.compare --- [INFO] [INFO] --- tycho-surefire:3.0.5:integration-test (default-integration-test) @ org.eclipse.emf.cdo.compare --- [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.emf.cdo.compare --- [INFO] No tests to run. [INFO] [INFO] ----------< org.eclipse.emf.cdo:org.eclipse.net4j.ui.shared >----------- [INFO] Building org.eclipse.net4j.ui.shared 4.8.0-SNAPSHOT [28/177] [INFO] from plugins/org.eclipse.net4j.ui.shared/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.net4j.ui.shared --- [INFO] [INFO] --- tycho-packaging:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.net4j.ui.shared --- [INFO] The project's OSGi version is 4.8.0.v20230830-1044 [INFO] [INFO] --- tycho-packaging:3.0.5:validate-id (default-validate-id) @ org.eclipse.net4j.ui.shared --- [INFO] [INFO] --- tycho-packaging:3.0.5:validate-version (default-validate-version) @ org.eclipse.net4j.ui.shared --- [INFO] [INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.net4j.ui.shared --- [INFO] [INFO] --- tycho-compiler:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.net4j.ui.shared --- [INFO] Resolving class path of org.eclipse.net4j.ui.shared... [INFO] [INFO] --- properties:1.0.0:read-project-properties (default) @ org.eclipse.net4j.ui.shared --- [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.net4j.ui.shared --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.ui.shared/src/main/resources [INFO] [INFO] --- tycho-compiler:3.0.5:compile (default-compile) @ org.eclipse.net4j.ui.shared --- [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.ui.shared/target/classes [INFO] [INFO] --- tycho-ds:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.net4j.ui.shared --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.net4j.ui.shared --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.ui.shared/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.5:testCompile (default-testCompile) @ org.eclipse.net4j.ui.shared --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.net4j.ui.shared --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.net4j.ui.shared --- [INFO] [INFO] --- tycho-source:3.0.5:plugin-source (attach-source) @ org.eclipse.net4j.ui.shared --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.ui.shared/target/org.eclipse.net4j.ui.shared-4.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.net4j.ui.shared --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.ui.shared/target/org.eclipse.net4j.ui.shared-4.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.net4j.ui.shared --- [INFO] [INFO] --- eclipse-jarsigner:1.3.3:sign (sign) @ org.eclipse.net4j.ui.shared --- [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.ui.shared/target/org.eclipse.net4j.ui.shared-4.8.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.ui.shared/target/org.eclipse.net4j.ui.shared-4.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.net4j.ui.shared --- [INFO] [INFO] --- tycho-surefire:3.0.5:integration-test (default-integration-test) @ org.eclipse.net4j.ui.shared --- [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.net4j.ui.shared --- [INFO] No tests to run. [INFO] [INFO] ----------< org.eclipse.emf.cdo:org.eclipse.emf.cdo.transfer >---------- [INFO] Building org.eclipse.emf.cdo.transfer 4.4.6-SNAPSHOT [29/177] [INFO] from plugins/org.eclipse.emf.cdo.transfer/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.emf.cdo.transfer --- [INFO] [INFO] --- tycho-packaging:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.emf.cdo.transfer --- [INFO] The project's OSGi version is 4.4.6.v20231122-0952 [INFO] [INFO] --- tycho-packaging:3.0.5:validate-id (default-validate-id) @ org.eclipse.emf.cdo.transfer --- [INFO] [INFO] --- tycho-packaging:3.0.5:validate-version (default-validate-version) @ org.eclipse.emf.cdo.transfer --- [INFO] [INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.emf.cdo.transfer --- [INFO] [INFO] --- tycho-compiler:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.emf.cdo.transfer --- [INFO] Resolving class path of org.eclipse.emf.cdo.transfer... [INFO] [INFO] --- properties:1.0.0:read-project-properties (default) @ org.eclipse.emf.cdo.transfer --- [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.emf.cdo.transfer --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- tycho-compiler:3.0.5:compile (default-compile) @ org.eclipse.emf.cdo.transfer --- [INFO] Compiling 11 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.transfer/target/classes [INFO] [INFO] --- tycho-ds:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.emf.cdo.transfer --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.emf.cdo.transfer --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.transfer/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.5:testCompile (default-testCompile) @ org.eclipse.emf.cdo.transfer --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.emf.cdo.transfer --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.cdo.transfer --- [INFO] [INFO] --- tycho-source:3.0.5:plugin-source (attach-source) @ org.eclipse.emf.cdo.transfer --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.transfer/target/org.eclipse.emf.cdo.transfer-4.4.6-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.emf.cdo.transfer --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.transfer/target/org.eclipse.emf.cdo.transfer-4.4.6-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.cdo.transfer --- [INFO] [INFO] --- eclipse-jarsigner:1.3.3:sign (sign) @ org.eclipse.emf.cdo.transfer --- [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.transfer/target/org.eclipse.emf.cdo.transfer-4.4.6-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.transfer/target/org.eclipse.emf.cdo.transfer-4.4.6-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.cdo.transfer --- [INFO] [INFO] --- tycho-surefire:3.0.5:integration-test (default-integration-test) @ org.eclipse.emf.cdo.transfer --- [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.emf.cdo.transfer --- [INFO] No tests to run. [INFO] [INFO] ----< org.eclipse.emf.cdo:org.eclipse.emf.cdo.transfer.repository >----- [INFO] Building org.eclipse.emf.cdo.transfer.repository 4.3.5-SNAPSHOT [30/177] [INFO] from plugins/org.eclipse.emf.cdo.transfer.repository/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.emf.cdo.transfer.repository --- [INFO] [INFO] --- tycho-packaging:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.emf.cdo.transfer.repository --- [INFO] The project's OSGi version is 4.3.5.v20230914-1725 [INFO] [INFO] --- tycho-packaging:3.0.5:validate-id (default-validate-id) @ org.eclipse.emf.cdo.transfer.repository --- [INFO] [INFO] --- tycho-packaging:3.0.5:validate-version (default-validate-version) @ org.eclipse.emf.cdo.transfer.repository --- [INFO] [INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.emf.cdo.transfer.repository --- [INFO] [INFO] --- tycho-compiler:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.emf.cdo.transfer.repository --- [INFO] Resolving class path of org.eclipse.emf.cdo.transfer.repository... [INFO] [INFO] --- properties:1.0.0:read-project-properties (default) @ org.eclipse.emf.cdo.transfer.repository --- [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.emf.cdo.transfer.repository --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- tycho-compiler:3.0.5:compile (default-compile) @ org.eclipse.emf.cdo.transfer.repository --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.transfer.repository/target/classes [INFO] [INFO] --- tycho-ds:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.emf.cdo.transfer.repository --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.emf.cdo.transfer.repository --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.transfer.repository/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.5:testCompile (default-testCompile) @ org.eclipse.emf.cdo.transfer.repository --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.emf.cdo.transfer.repository --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.cdo.transfer.repository --- [INFO] [INFO] --- tycho-source:3.0.5:plugin-source (attach-source) @ org.eclipse.emf.cdo.transfer.repository --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.transfer.repository/target/org.eclipse.emf.cdo.transfer.repository-4.3.5-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.emf.cdo.transfer.repository --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.transfer.repository/target/org.eclipse.emf.cdo.transfer.repository-4.3.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.cdo.transfer.repository --- [INFO] [INFO] --- eclipse-jarsigner:1.3.3:sign (sign) @ org.eclipse.emf.cdo.transfer.repository --- [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.transfer.repository/target/org.eclipse.emf.cdo.transfer.repository-4.3.5-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.transfer.repository/target/org.eclipse.emf.cdo.transfer.repository-4.3.5-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.cdo.transfer.repository --- [INFO] [INFO] --- tycho-surefire:3.0.5:integration-test (default-integration-test) @ org.eclipse.emf.cdo.transfer.repository --- [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.emf.cdo.transfer.repository --- [INFO] No tests to run. [INFO] [INFO] -----------< org.eclipse.emf.cdo:org.eclipse.net4j.util.ui >------------ [INFO] Building org.eclipse.net4j.util.ui 3.18.1-SNAPSHOT [31/177] [INFO] from plugins/org.eclipse.net4j.util.ui/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.net4j.util.ui --- [INFO] [INFO] --- tycho-packaging:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.net4j.util.ui --- [INFO] The project's OSGi version is 3.18.1.v20231209-0827 [INFO] [INFO] --- tycho-packaging:3.0.5:validate-id (default-validate-id) @ org.eclipse.net4j.util.ui --- [INFO] [INFO] --- tycho-packaging:3.0.5:validate-version (default-validate-version) @ org.eclipse.net4j.util.ui --- [INFO] [INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.net4j.util.ui --- [INFO] [INFO] --- tycho-compiler:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.net4j.util.ui --- [INFO] Resolving class path of org.eclipse.net4j.util.ui... [INFO] [INFO] --- properties:1.0.0:read-project-properties (default) @ org.eclipse.net4j.util.ui --- [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.net4j.util.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- tycho-compiler:3.0.5:compile (default-compile) @ org.eclipse.net4j.util.ui --- [INFO] Compiling 103 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.util.ui/target/classes [INFO] [INFO] --- tycho-ds:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.net4j.util.ui --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.net4j.util.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.util.ui/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.5:testCompile (default-testCompile) @ org.eclipse.net4j.util.ui --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.net4j.util.ui --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.net4j.util.ui --- [INFO] [INFO] --- tycho-source:3.0.5:plugin-source (attach-source) @ org.eclipse.net4j.util.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.util.ui/target/org.eclipse.net4j.util.ui-3.18.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.net4j.util.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.util.ui/target/org.eclipse.net4j.util.ui-3.18.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.net4j.util.ui --- [INFO] [INFO] --- eclipse-jarsigner:1.3.3:sign (sign) @ org.eclipse.net4j.util.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.util.ui/target/org.eclipse.net4j.util.ui-3.18.1-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.util.ui/target/org.eclipse.net4j.util.ui-3.18.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.net4j.util.ui --- [INFO] [INFO] --- tycho-surefire:3.0.5:integration-test (default-integration-test) @ org.eclipse.net4j.util.ui --- [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.net4j.util.ui --- [INFO] No tests to run. [INFO] [INFO] ---------< org.eclipse.emf.cdo:org.eclipse.emf.cdo.ui.shared >---------- [INFO] Building org.eclipse.emf.cdo.ui.shared 4.8.0-SNAPSHOT [32/177] [INFO] from plugins/org.eclipse.emf.cdo.ui.shared/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.emf.cdo.ui.shared --- [INFO] [INFO] --- tycho-packaging:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.emf.cdo.ui.shared --- [INFO] The project's OSGi version is 4.8.0.v20230830-1044 [INFO] [INFO] --- tycho-packaging:3.0.5:validate-id (default-validate-id) @ org.eclipse.emf.cdo.ui.shared --- [INFO] [INFO] --- tycho-packaging:3.0.5:validate-version (default-validate-version) @ org.eclipse.emf.cdo.ui.shared --- [INFO] [INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.emf.cdo.ui.shared --- [INFO] [INFO] --- tycho-compiler:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.emf.cdo.ui.shared --- [INFO] Resolving class path of org.eclipse.emf.cdo.ui.shared... [INFO] [INFO] --- properties:1.0.0:read-project-properties (default) @ org.eclipse.emf.cdo.ui.shared --- [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.emf.cdo.ui.shared --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.ui.shared/src/main/resources [INFO] [INFO] --- tycho-compiler:3.0.5:compile (default-compile) @ org.eclipse.emf.cdo.ui.shared --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.ui.shared/target/classes [INFO] [INFO] --- tycho-ds:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.emf.cdo.ui.shared --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.emf.cdo.ui.shared --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.ui.shared/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.5:testCompile (default-testCompile) @ org.eclipse.emf.cdo.ui.shared --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.emf.cdo.ui.shared --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.cdo.ui.shared --- [INFO] [INFO] --- tycho-source:3.0.5:plugin-source (attach-source) @ org.eclipse.emf.cdo.ui.shared --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.ui.shared/target/org.eclipse.emf.cdo.ui.shared-4.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.emf.cdo.ui.shared --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.ui.shared/target/org.eclipse.emf.cdo.ui.shared-4.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.cdo.ui.shared --- [INFO] [INFO] --- eclipse-jarsigner:1.3.3:sign (sign) @ org.eclipse.emf.cdo.ui.shared --- [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.ui.shared/target/org.eclipse.emf.cdo.ui.shared-4.8.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.ui.shared/target/org.eclipse.emf.cdo.ui.shared-4.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.cdo.ui.shared --- [INFO] [INFO] --- tycho-surefire:3.0.5:integration-test (default-integration-test) @ org.eclipse.emf.cdo.ui.shared --- [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.emf.cdo.ui.shared --- [INFO] No tests to run. [INFO] [INFO] -----< org.eclipse.emf.cdo:org.eclipse.emf.cdo.transfer.workspace >----- [INFO] Building org.eclipse.emf.cdo.transfer.workspace 4.4.4-SNAPSHOT [33/177] [INFO] from plugins/org.eclipse.emf.cdo.transfer.workspace/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.emf.cdo.transfer.workspace --- [INFO] [INFO] --- tycho-packaging:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.emf.cdo.transfer.workspace --- [INFO] The project's OSGi version is 4.4.4.v20231014-0654 [INFO] [INFO] --- tycho-packaging:3.0.5:validate-id (default-validate-id) @ org.eclipse.emf.cdo.transfer.workspace --- [INFO] [INFO] --- tycho-packaging:3.0.5:validate-version (default-validate-version) @ org.eclipse.emf.cdo.transfer.workspace --- [INFO] [INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.emf.cdo.transfer.workspace --- [INFO] [INFO] --- tycho-compiler:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.emf.cdo.transfer.workspace --- [INFO] Resolving class path of org.eclipse.emf.cdo.transfer.workspace... [INFO] [INFO] --- properties:1.0.0:read-project-properties (default) @ org.eclipse.emf.cdo.transfer.workspace --- [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.emf.cdo.transfer.workspace --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- tycho-compiler:3.0.5:compile (default-compile) @ org.eclipse.emf.cdo.transfer.workspace --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.transfer.workspace/target/classes [INFO] [INFO] --- tycho-ds:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.emf.cdo.transfer.workspace --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.emf.cdo.transfer.workspace --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.transfer.workspace/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.5:testCompile (default-testCompile) @ org.eclipse.emf.cdo.transfer.workspace --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.emf.cdo.transfer.workspace --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.cdo.transfer.workspace --- [INFO] [INFO] --- tycho-source:3.0.5:plugin-source (attach-source) @ org.eclipse.emf.cdo.transfer.workspace --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.transfer.workspace/target/org.eclipse.emf.cdo.transfer.workspace-4.4.4-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.emf.cdo.transfer.workspace --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.transfer.workspace/target/org.eclipse.emf.cdo.transfer.workspace-4.4.4-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.cdo.transfer.workspace --- [INFO] [INFO] --- eclipse-jarsigner:1.3.3:sign (sign) @ org.eclipse.emf.cdo.transfer.workspace --- [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.transfer.workspace/target/org.eclipse.emf.cdo.transfer.workspace-4.4.4-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.transfer.workspace/target/org.eclipse.emf.cdo.transfer.workspace-4.4.4-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.cdo.transfer.workspace --- [INFO] [INFO] --- tycho-surefire:3.0.5:integration-test (default-integration-test) @ org.eclipse.emf.cdo.transfer.workspace --- [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.emf.cdo.transfer.workspace --- [INFO] No tests to run. [INFO] [INFO] --------< org.eclipse.emf.cdo:org.eclipse.emf.cdo.transfer.ui >--------- [INFO] Building org.eclipse.emf.cdo.transfer.ui 4.5.0-SNAPSHOT [34/177] [INFO] from plugins/org.eclipse.emf.cdo.transfer.ui/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.emf.cdo.transfer.ui --- [INFO] [INFO] --- tycho-packaging:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.emf.cdo.transfer.ui --- [INFO] The project's OSGi version is 4.5.0.v20231124-1621 [INFO] [INFO] --- tycho-packaging:3.0.5:validate-id (default-validate-id) @ org.eclipse.emf.cdo.transfer.ui --- [INFO] [INFO] --- tycho-packaging:3.0.5:validate-version (default-validate-version) @ org.eclipse.emf.cdo.transfer.ui --- [INFO] [INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.emf.cdo.transfer.ui --- [INFO] [INFO] --- tycho-compiler:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.emf.cdo.transfer.ui --- [INFO] Resolving class path of org.eclipse.emf.cdo.transfer.ui... [INFO] [INFO] --- properties:1.0.0:read-project-properties (default) @ org.eclipse.emf.cdo.transfer.ui --- [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.emf.cdo.transfer.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.transfer.ui/src/main/resources [INFO] [INFO] --- tycho-compiler:3.0.5:compile (default-compile) @ org.eclipse.emf.cdo.transfer.ui --- [INFO] Compiling 19 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.transfer.ui/target/classes [INFO] [INFO] --- tycho-ds:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.emf.cdo.transfer.ui --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.emf.cdo.transfer.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.transfer.ui/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.5:testCompile (default-testCompile) @ org.eclipse.emf.cdo.transfer.ui --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.emf.cdo.transfer.ui --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.cdo.transfer.ui --- [INFO] [INFO] --- tycho-source:3.0.5:plugin-source (attach-source) @ org.eclipse.emf.cdo.transfer.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.transfer.ui/target/org.eclipse.emf.cdo.transfer.ui-4.5.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.emf.cdo.transfer.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.transfer.ui/target/org.eclipse.emf.cdo.transfer.ui-4.5.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.cdo.transfer.ui --- [INFO] [INFO] --- eclipse-jarsigner:1.3.3:sign (sign) @ org.eclipse.emf.cdo.transfer.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.transfer.ui/target/org.eclipse.emf.cdo.transfer.ui-4.5.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.transfer.ui/target/org.eclipse.emf.cdo.transfer.ui-4.5.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.cdo.transfer.ui --- [INFO] [INFO] --- tycho-surefire:3.0.5:integration-test (default-integration-test) @ org.eclipse.emf.cdo.transfer.ui --- [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.emf.cdo.transfer.ui --- [INFO] No tests to run. [INFO] [INFO] -------------< org.eclipse.emf.cdo:org.eclipse.emf.cdo.ui >------------- [INFO] Building org.eclipse.emf.cdo.ui 4.16.0-SNAPSHOT [35/177] [INFO] from plugins/org.eclipse.emf.cdo.ui/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.emf.cdo.ui --- [INFO] [INFO] --- tycho-packaging:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.emf.cdo.ui --- [INFO] The project's OSGi version is 4.16.0.v20231124-1621 [INFO] [INFO] --- tycho-packaging:3.0.5:validate-id (default-validate-id) @ org.eclipse.emf.cdo.ui --- [INFO] [INFO] --- tycho-packaging:3.0.5:validate-version (default-validate-version) @ org.eclipse.emf.cdo.ui --- [INFO] [INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.emf.cdo.ui --- [INFO] [INFO] --- tycho-compiler:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.emf.cdo.ui --- [INFO] Resolving class path of org.eclipse.emf.cdo.ui... [INFO] [INFO] --- properties:1.0.0:read-project-properties (default) @ org.eclipse.emf.cdo.ui --- [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.emf.cdo.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.ui/src/main/resources [INFO] [INFO] --- tycho-compiler:3.0.5:compile (default-compile) @ org.eclipse.emf.cdo.ui --- [INFO] Compiling 158 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.ui/target/classes [INFO] [INFO] --- tycho-ds:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.emf.cdo.ui --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.emf.cdo.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.ui/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.5:testCompile (default-testCompile) @ org.eclipse.emf.cdo.ui --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.emf.cdo.ui --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.cdo.ui --- [INFO] [INFO] --- tycho-source:3.0.5:plugin-source (attach-source) @ org.eclipse.emf.cdo.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.ui/target/org.eclipse.emf.cdo.ui-4.16.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.emf.cdo.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.ui/target/org.eclipse.emf.cdo.ui-4.16.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.cdo.ui --- [INFO] [INFO] --- eclipse-jarsigner:1.3.3:sign (sign) @ org.eclipse.emf.cdo.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.ui/target/org.eclipse.emf.cdo.ui-4.16.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.ui/target/org.eclipse.emf.cdo.ui-4.16.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.cdo.ui --- [INFO] [INFO] --- tycho-surefire:3.0.5:integration-test (default-integration-test) @ org.eclipse.emf.cdo.ui --- [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.emf.cdo.ui --- [INFO] No tests to run. [INFO] [INFO] ---------< org.eclipse.emf.cdo:org.eclipse.emf.cdo.ui.compare >--------- [INFO] Building org.eclipse.emf.cdo.ui.compare 4.7.3-SNAPSHOT [36/177] [INFO] from plugins/org.eclipse.emf.cdo.ui.compare/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.emf.cdo.ui.compare --- [INFO] [INFO] --- tycho-packaging:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.emf.cdo.ui.compare --- [INFO] The project's OSGi version is 4.7.3.v20231122-1107 [INFO] [INFO] --- tycho-packaging:3.0.5:validate-id (default-validate-id) @ org.eclipse.emf.cdo.ui.compare --- [INFO] [INFO] --- tycho-packaging:3.0.5:validate-version (default-validate-version) @ org.eclipse.emf.cdo.ui.compare --- [INFO] [INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.emf.cdo.ui.compare --- [INFO] [INFO] --- tycho-compiler:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.emf.cdo.ui.compare --- [INFO] Resolving class path of org.eclipse.emf.cdo.ui.compare... [INFO] [INFO] --- properties:1.0.0:read-project-properties (default) @ org.eclipse.emf.cdo.ui.compare --- [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.emf.cdo.ui.compare --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.ui.compare/src/main/resources [INFO] [INFO] --- tycho-compiler:3.0.5:compile (default-compile) @ org.eclipse.emf.cdo.ui.compare --- [INFO] Compiling 14 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.ui.compare/target/classes [INFO] [INFO] --- tycho-ds:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.emf.cdo.ui.compare --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.emf.cdo.ui.compare --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.ui.compare/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.5:testCompile (default-testCompile) @ org.eclipse.emf.cdo.ui.compare --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.emf.cdo.ui.compare --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.cdo.ui.compare --- [INFO] [INFO] --- tycho-source:3.0.5:plugin-source (attach-source) @ org.eclipse.emf.cdo.ui.compare --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.ui.compare/target/org.eclipse.emf.cdo.ui.compare-4.7.3-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.emf.cdo.ui.compare --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.ui.compare/target/org.eclipse.emf.cdo.ui.compare-4.7.3-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.cdo.ui.compare --- [INFO] [INFO] --- eclipse-jarsigner:1.3.3:sign (sign) @ org.eclipse.emf.cdo.ui.compare --- [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.ui.compare/target/org.eclipse.emf.cdo.ui.compare-4.7.3-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.ui.compare/target/org.eclipse.emf.cdo.ui.compare-4.7.3-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.cdo.ui.compare --- [INFO] [INFO] --- tycho-surefire:3.0.5:integration-test (default-integration-test) @ org.eclipse.emf.cdo.ui.compare --- [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.emf.cdo.ui.compare --- [INFO] No tests to run. [INFO] [INFO] ----------< org.eclipse.emf.cdo:org.eclipse.emf.cdo.ui.team >----------- [INFO] Building org.eclipse.emf.cdo.ui.team 4.4.3-SNAPSHOT [37/177] [INFO] from plugins/org.eclipse.emf.cdo.ui.team/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.emf.cdo.ui.team --- [INFO] [INFO] --- tycho-packaging:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.emf.cdo.ui.team --- [INFO] The project's OSGi version is 4.4.3.v20230830-1044 [INFO] [INFO] --- tycho-packaging:3.0.5:validate-id (default-validate-id) @ org.eclipse.emf.cdo.ui.team --- [INFO] [INFO] --- tycho-packaging:3.0.5:validate-version (default-validate-version) @ org.eclipse.emf.cdo.ui.team --- [INFO] [INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.emf.cdo.ui.team --- [INFO] [INFO] --- tycho-compiler:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.emf.cdo.ui.team --- [INFO] Resolving class path of org.eclipse.emf.cdo.ui.team... [INFO] [INFO] --- properties:1.0.0:read-project-properties (default) @ org.eclipse.emf.cdo.ui.team --- [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.emf.cdo.ui.team --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.ui.team/src/main/resources [INFO] [INFO] --- tycho-compiler:3.0.5:compile (default-compile) @ org.eclipse.emf.cdo.ui.team --- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.ui.team/target/classes [INFO] [INFO] --- tycho-ds:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.emf.cdo.ui.team --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.emf.cdo.ui.team --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.ui.team/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.5:testCompile (default-testCompile) @ org.eclipse.emf.cdo.ui.team --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.emf.cdo.ui.team --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.cdo.ui.team --- [INFO] [INFO] --- tycho-source:3.0.5:plugin-source (attach-source) @ org.eclipse.emf.cdo.ui.team --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.ui.team/target/org.eclipse.emf.cdo.ui.team-4.4.3-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.emf.cdo.ui.team --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.ui.team/target/org.eclipse.emf.cdo.ui.team-4.4.3-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.cdo.ui.team --- [INFO] [INFO] --- eclipse-jarsigner:1.3.3:sign (sign) @ org.eclipse.emf.cdo.ui.team --- [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.ui.team/target/org.eclipse.emf.cdo.ui.team-4.4.3-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.ui.team/target/org.eclipse.emf.cdo.ui.team-4.4.3-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.cdo.ui.team --- [INFO] [INFO] --- tycho-surefire:3.0.5:integration-test (default-integration-test) @ org.eclipse.emf.cdo.ui.team --- [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.emf.cdo.ui.team --- [INFO] No tests to run. [INFO] [INFO] --------< org.eclipse.emf.cdo:org.eclipse.emf.cdo.explorer.ui >--------- [INFO] Building org.eclipse.emf.cdo.explorer.ui 4.7.11-SNAPSHOT [38/177] [INFO] from plugins/org.eclipse.emf.cdo.explorer.ui/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.emf.cdo.explorer.ui --- [INFO] [INFO] --- tycho-packaging:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.emf.cdo.explorer.ui --- [INFO] The project's OSGi version is 4.7.11.v20231124-1621 [INFO] [INFO] --- tycho-packaging:3.0.5:validate-id (default-validate-id) @ org.eclipse.emf.cdo.explorer.ui --- [INFO] [INFO] --- tycho-packaging:3.0.5:validate-version (default-validate-version) @ org.eclipse.emf.cdo.explorer.ui --- [INFO] [INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.emf.cdo.explorer.ui --- [INFO] [INFO] --- tycho-compiler:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.emf.cdo.explorer.ui --- [INFO] Resolving class path of org.eclipse.emf.cdo.explorer.ui... [INFO] [INFO] --- properties:1.0.0:read-project-properties (default) @ org.eclipse.emf.cdo.explorer.ui --- [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.emf.cdo.explorer.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.explorer.ui/src/main/resources [INFO] [INFO] --- tycho-compiler:3.0.5:compile (default-compile) @ org.eclipse.emf.cdo.explorer.ui --- [INFO] Compiling 87 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.explorer.ui/target/classes [INFO] [INFO] --- tycho-ds:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.emf.cdo.explorer.ui --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.emf.cdo.explorer.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.explorer.ui/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.5:testCompile (default-testCompile) @ org.eclipse.emf.cdo.explorer.ui --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.emf.cdo.explorer.ui --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.cdo.explorer.ui --- [INFO] [INFO] --- tycho-source:3.0.5:plugin-source (attach-source) @ org.eclipse.emf.cdo.explorer.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.explorer.ui/target/org.eclipse.emf.cdo.explorer.ui-4.7.11-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.emf.cdo.explorer.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.explorer.ui/target/org.eclipse.emf.cdo.explorer.ui-4.7.11-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.cdo.explorer.ui --- [INFO] [INFO] --- eclipse-jarsigner:1.3.3:sign (sign) @ org.eclipse.emf.cdo.explorer.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.explorer.ui/target/org.eclipse.emf.cdo.explorer.ui-4.7.11-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.explorer.ui/target/org.eclipse.emf.cdo.explorer.ui-4.7.11-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.cdo.explorer.ui --- [INFO] [INFO] --- tycho-surefire:3.0.5:integration-test (default-integration-test) @ org.eclipse.emf.cdo.explorer.ui --- [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.emf.cdo.explorer.ui --- [INFO] No tests to run. [INFO] [INFO] ------< org.eclipse.emf.cdo:org.eclipse.emf.cdo.expressions.edit >------ [INFO] Building org.eclipse.emf.cdo.expressions.edit 4.4.2-SNAPSHOT [39/177] [INFO] from plugins/org.eclipse.emf.cdo.expressions.edit/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.emf.cdo.expressions.edit --- [INFO] [INFO] --- tycho-packaging:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.emf.cdo.expressions.edit --- [INFO] The project's OSGi version is 4.4.2.v20230830-1044 [INFO] [INFO] --- tycho-packaging:3.0.5:validate-id (default-validate-id) @ org.eclipse.emf.cdo.expressions.edit --- [INFO] [INFO] --- tycho-packaging:3.0.5:validate-version (default-validate-version) @ org.eclipse.emf.cdo.expressions.edit --- [INFO] [INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.emf.cdo.expressions.edit --- [INFO] [INFO] --- tycho-compiler:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.emf.cdo.expressions.edit --- [INFO] Resolving class path of org.eclipse.emf.cdo.expressions.edit... [INFO] [INFO] --- properties:1.0.0:read-project-properties (default) @ org.eclipse.emf.cdo.expressions.edit --- [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.emf.cdo.expressions.edit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.expressions.edit/src/main/resources [INFO] [INFO] --- tycho-compiler:3.0.5:compile (default-compile) @ org.eclipse.emf.cdo.expressions.edit --- [INFO] Compiling 24 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.expressions.edit/target/classes [INFO] [INFO] --- tycho-ds:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.emf.cdo.expressions.edit --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.emf.cdo.expressions.edit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.expressions.edit/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.5:testCompile (default-testCompile) @ org.eclipse.emf.cdo.expressions.edit --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.emf.cdo.expressions.edit --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.cdo.expressions.edit --- [INFO] [INFO] --- tycho-source:3.0.5:plugin-source (attach-source) @ org.eclipse.emf.cdo.expressions.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.expressions.edit/target/org.eclipse.emf.cdo.expressions.edit-4.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.emf.cdo.expressions.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.expressions.edit/target/org.eclipse.emf.cdo.expressions.edit-4.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.cdo.expressions.edit --- [INFO] [INFO] --- eclipse-jarsigner:1.3.3:sign (sign) @ org.eclipse.emf.cdo.expressions.edit --- [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.expressions.edit/target/org.eclipse.emf.cdo.expressions.edit-4.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.expressions.edit/target/org.eclipse.emf.cdo.expressions.edit-4.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.cdo.expressions.edit --- [INFO] [INFO] --- tycho-surefire:3.0.5:integration-test (default-integration-test) @ org.eclipse.emf.cdo.expressions.edit --- [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.emf.cdo.expressions.edit --- [INFO] No tests to run. [INFO] [INFO] ------< org.eclipse.emf.cdo.features:org.eclipse.emf.cdo.license >------ [INFO] Building org.eclipse.emf.cdo.license 4.1.604-SNAPSHOT [40/177] [INFO] from features/org.eclipse.emf.cdo.license-feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier-aggregator (default-build-qualifier-aggregator)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier-aggregator (default-build-qualifier-aggregator)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-feature (default-package-feature)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-feature (default-package-feature)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.emf.cdo.license --- [INFO] Deleting /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.license-feature/target [INFO] [INFO] --- tycho-packaging:3.0.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.emf.cdo.license --- [INFO] The project's OSGi version is 4.1.604.v20230221-1613 [INFO] [INFO] --- tycho-packaging:3.0.5:validate-id (default-validate-id) @ org.eclipse.emf.cdo.license --- [INFO] [INFO] --- tycho-packaging:3.0.5:validate-version (default-validate-version) @ org.eclipse.emf.cdo.license --- [INFO] [INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.emf.cdo.license --- [INFO] [INFO] --- properties:1.0.0:read-project-properties (default) @ org.eclipse.emf.cdo.license --- [INFO] [INFO] --- tycho-packaging:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.cdo.license --- [INFO] [INFO] --- tycho-packaging:3.0.5:package-feature (default-package-feature) @ org.eclipse.emf.cdo.license --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.license-feature/target/org.eclipse.emf.cdo.license-4.1.604-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.cdo.license --- [INFO] [INFO] --- tycho-p2:3.0.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.emf.cdo.license --- [INFO] [INFO] --- tycho-source:3.0.5:feature-source (feature-source) @ org.eclipse.emf.cdo.license --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.license-feature/target/org.eclipse.emf.cdo.license-4.1.604-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- eclipse-jarsigner:1.3.3:sign (sign) @ org.eclipse.emf.cdo.license --- [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.license-feature/target/org.eclipse.emf.cdo.license-4.1.604-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.license-feature/target/org.eclipse.emf.cdo.license-4.1.604-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.cdo.license --- [INFO] [INFO] -------< org.eclipse.emf.cdo:org.eclipse.emf.cdo.security.edit >-------- [INFO] Building org.eclipse.emf.cdo.security.edit 4.6.0-SNAPSHOT [41/177] [INFO] from plugins/org.eclipse.emf.cdo.security.edit/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.emf.cdo.security.edit --- [INFO] [INFO] --- tycho-packaging:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.emf.cdo.security.edit --- [INFO] The project's OSGi version is 4.6.0.v20231122-0952 [INFO] [INFO] --- tycho-packaging:3.0.5:validate-id (default-validate-id) @ org.eclipse.emf.cdo.security.edit --- [INFO] [INFO] --- tycho-packaging:3.0.5:validate-version (default-validate-version) @ org.eclipse.emf.cdo.security.edit --- [INFO] [INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.emf.cdo.security.edit --- [INFO] [INFO] --- tycho-compiler:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.emf.cdo.security.edit --- [INFO] Resolving class path of org.eclipse.emf.cdo.security.edit... [INFO] [INFO] --- properties:1.0.0:read-project-properties (default) @ org.eclipse.emf.cdo.security.edit --- [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.emf.cdo.security.edit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.security.edit/src/main/resources [INFO] [INFO] --- tycho-compiler:3.0.5:compile (default-compile) @ org.eclipse.emf.cdo.security.edit --- [INFO] Compiling 29 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.security.edit/target/classes [INFO] [INFO] --- tycho-ds:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.emf.cdo.security.edit --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.emf.cdo.security.edit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.security.edit/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.5:testCompile (default-testCompile) @ org.eclipse.emf.cdo.security.edit --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.emf.cdo.security.edit --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.cdo.security.edit --- [INFO] [INFO] --- tycho-source:3.0.5:plugin-source (attach-source) @ org.eclipse.emf.cdo.security.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.security.edit/target/org.eclipse.emf.cdo.security.edit-4.6.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.emf.cdo.security.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.security.edit/target/org.eclipse.emf.cdo.security.edit-4.6.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.cdo.security.edit --- [INFO] [INFO] --- eclipse-jarsigner:1.3.3:sign (sign) @ org.eclipse.emf.cdo.security.edit --- [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.security.edit/target/org.eclipse.emf.cdo.security.edit-4.6.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.security.edit/target/org.eclipse.emf.cdo.security.edit-4.6.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.cdo.security.edit --- [INFO] [INFO] --- tycho-surefire:3.0.5:integration-test (default-integration-test) @ org.eclipse.emf.cdo.security.edit --- [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.emf.cdo.security.edit --- [INFO] No tests to run. [INFO] [INFO] --------< org.eclipse.emf.cdo:org.eclipse.emf.cdo.security.ui >--------- [INFO] Building org.eclipse.emf.cdo.security.ui 4.5.3-SNAPSHOT [42/177] [INFO] from plugins/org.eclipse.emf.cdo.security.ui/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.emf.cdo.security.ui --- [INFO] [INFO] --- tycho-packaging:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.emf.cdo.security.ui --- [INFO] The project's OSGi version is 4.5.3.v20231122-0952 [INFO] [INFO] --- tycho-packaging:3.0.5:validate-id (default-validate-id) @ org.eclipse.emf.cdo.security.ui --- [INFO] [INFO] --- tycho-packaging:3.0.5:validate-version (default-validate-version) @ org.eclipse.emf.cdo.security.ui --- [INFO] [INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.emf.cdo.security.ui --- [INFO] [INFO] --- tycho-compiler:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.emf.cdo.security.ui --- [INFO] Resolving class path of org.eclipse.emf.cdo.security.ui... [INFO] [INFO] --- properties:1.0.0:read-project-properties (default) @ org.eclipse.emf.cdo.security.ui --- [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.emf.cdo.security.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.security.ui/src/main/resources [INFO] [INFO] --- tycho-compiler:3.0.5:compile (default-compile) @ org.eclipse.emf.cdo.security.ui --- [INFO] Compiling 30 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.security.ui/target/classes [INFO] [INFO] --- tycho-ds:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.emf.cdo.security.ui --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.emf.cdo.security.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.security.ui/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.5:testCompile (default-testCompile) @ org.eclipse.emf.cdo.security.ui --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.emf.cdo.security.ui --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.cdo.security.ui --- [INFO] [INFO] --- tycho-source:3.0.5:plugin-source (attach-source) @ org.eclipse.emf.cdo.security.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.security.ui/target/org.eclipse.emf.cdo.security.ui-4.5.3-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.emf.cdo.security.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.security.ui/target/org.eclipse.emf.cdo.security.ui-4.5.3-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.cdo.security.ui --- [INFO] [INFO] --- eclipse-jarsigner:1.3.3:sign (sign) @ org.eclipse.emf.cdo.security.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.security.ui/target/org.eclipse.emf.cdo.security.ui-4.5.3-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.security.ui/target/org.eclipse.emf.cdo.security.ui-4.5.3-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.cdo.security.ui --- [INFO] [INFO] --- tycho-surefire:3.0.5:integration-test (default-integration-test) @ org.eclipse.emf.cdo.security.ui --- [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.emf.cdo.security.ui --- [INFO] No tests to run. [INFO] [INFO] -------------< org.eclipse.emf.cdo:org.eclipse.net4j.tcp >-------------- [INFO] Building org.eclipse.net4j.tcp 4.4.1-SNAPSHOT [43/177] [INFO] from plugins/org.eclipse.net4j.tcp/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.net4j.tcp --- [INFO] [INFO] --- tycho-packaging:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.net4j.tcp --- [INFO] The project's OSGi version is 4.4.1.v20231122-0952 [INFO] [INFO] --- tycho-packaging:3.0.5:validate-id (default-validate-id) @ org.eclipse.net4j.tcp --- [INFO] [INFO] --- tycho-packaging:3.0.5:validate-version (default-validate-version) @ org.eclipse.net4j.tcp --- [INFO] [INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.net4j.tcp --- [INFO] [INFO] --- tycho-compiler:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.net4j.tcp --- [INFO] Resolving class path of org.eclipse.net4j.tcp... [INFO] [INFO] --- properties:1.0.0:read-project-properties (default) @ org.eclipse.net4j.tcp --- [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.net4j.tcp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.tcp/src/main/resources [INFO] [INFO] --- tycho-compiler:3.0.5:compile (default-compile) @ org.eclipse.net4j.tcp --- [INFO] Compiling 33 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.tcp/target/classes [INFO] [INFO] --- tycho-ds:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.net4j.tcp --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.net4j.tcp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.tcp/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.5:testCompile (default-testCompile) @ org.eclipse.net4j.tcp --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.net4j.tcp --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.net4j.tcp --- [INFO] [INFO] --- tycho-source:3.0.5:plugin-source (attach-source) @ org.eclipse.net4j.tcp --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.tcp/target/org.eclipse.net4j.tcp-4.4.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.net4j.tcp --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.tcp/target/org.eclipse.net4j.tcp-4.4.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.net4j.tcp --- [INFO] [INFO] --- eclipse-jarsigner:1.3.3:sign (sign) @ org.eclipse.net4j.tcp --- [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.tcp/target/org.eclipse.net4j.tcp-4.4.1-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.tcp/target/org.eclipse.net4j.tcp-4.4.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.net4j.tcp --- [INFO] [INFO] --- tycho-surefire:3.0.5:integration-test (default-integration-test) @ org.eclipse.net4j.tcp --- [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.net4j.tcp --- [INFO] No tests to run. [INFO] [INFO] --------------< org.eclipse.emf.cdo:org.eclipse.net4j.ui >-------------- [INFO] Building org.eclipse.net4j.ui 4.4.5-SNAPSHOT [44/177] [INFO] from plugins/org.eclipse.net4j.ui/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.net4j.ui --- [INFO] [INFO] --- tycho-packaging:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.net4j.ui --- [INFO] The project's OSGi version is 4.4.5.v20231122-0952 [INFO] [INFO] --- tycho-packaging:3.0.5:validate-id (default-validate-id) @ org.eclipse.net4j.ui --- [INFO] [INFO] --- tycho-packaging:3.0.5:validate-version (default-validate-version) @ org.eclipse.net4j.ui --- [INFO] [INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.net4j.ui --- [INFO] [INFO] --- tycho-compiler:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.net4j.ui --- [INFO] Resolving class path of org.eclipse.net4j.ui... [INFO] [INFO] --- properties:1.0.0:read-project-properties (default) @ org.eclipse.net4j.ui --- [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.net4j.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- tycho-compiler:3.0.5:compile (default-compile) @ org.eclipse.net4j.ui --- [INFO] Compiling 15 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.ui/target/classes [INFO] [INFO] --- tycho-ds:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.net4j.ui --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.net4j.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.ui/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.5:testCompile (default-testCompile) @ org.eclipse.net4j.ui --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.net4j.ui --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.net4j.ui --- [INFO] [INFO] --- tycho-source:3.0.5:plugin-source (attach-source) @ org.eclipse.net4j.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.ui/target/org.eclipse.net4j.ui-4.4.5-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.net4j.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.ui/target/org.eclipse.net4j.ui-4.4.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.net4j.ui --- [INFO] [INFO] --- eclipse-jarsigner:1.3.3:sign (sign) @ org.eclipse.net4j.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.ui/target/org.eclipse.net4j.ui-4.4.5-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.ui/target/org.eclipse.net4j.ui-4.4.5-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.net4j.ui --- [INFO] [INFO] --- tycho-surefire:3.0.5:integration-test (default-integration-test) @ org.eclipse.net4j.ui --- [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.net4j.ui --- [INFO] No tests to run. [INFO] [INFO] ----------< org.eclipse.emf.cdo:org.eclipse.emf.cdo.ui.admin >---------- [INFO] Building org.eclipse.emf.cdo.ui.admin 4.3.0-SNAPSHOT [45/177] [INFO] from plugins/org.eclipse.emf.cdo.ui.admin/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.emf.cdo.ui.admin --- [INFO] [INFO] --- tycho-packaging:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.emf.cdo.ui.admin --- [INFO] The project's OSGi version is 4.3.0.v20230623-1652 [INFO] [INFO] --- tycho-packaging:3.0.5:validate-id (default-validate-id) @ org.eclipse.emf.cdo.ui.admin --- [INFO] [INFO] --- tycho-packaging:3.0.5:validate-version (default-validate-version) @ org.eclipse.emf.cdo.ui.admin --- [INFO] [INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.emf.cdo.ui.admin --- [INFO] [INFO] --- tycho-compiler:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.emf.cdo.ui.admin --- [INFO] Resolving class path of org.eclipse.emf.cdo.ui.admin... [INFO] [INFO] --- properties:1.0.0:read-project-properties (default) @ org.eclipse.emf.cdo.ui.admin --- [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.emf.cdo.ui.admin --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.ui.admin/src/main/resources [INFO] [INFO] --- tycho-compiler:3.0.5:compile (default-compile) @ org.eclipse.emf.cdo.ui.admin --- [INFO] Compiling 11 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.ui.admin/target/classes [INFO] [INFO] --- tycho-ds:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.emf.cdo.ui.admin --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.emf.cdo.ui.admin --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.ui.admin/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.5:testCompile (default-testCompile) @ org.eclipse.emf.cdo.ui.admin --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.emf.cdo.ui.admin --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.cdo.ui.admin --- [INFO] [INFO] --- tycho-source:3.0.5:plugin-source (attach-source) @ org.eclipse.emf.cdo.ui.admin --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.ui.admin/target/org.eclipse.emf.cdo.ui.admin-4.3.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.emf.cdo.ui.admin --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.ui.admin/target/org.eclipse.emf.cdo.ui.admin-4.3.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.cdo.ui.admin --- [INFO] [INFO] --- eclipse-jarsigner:1.3.3:sign (sign) @ org.eclipse.emf.cdo.ui.admin --- [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.ui.admin/target/org.eclipse.emf.cdo.ui.admin-4.3.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.ui.admin/target/org.eclipse.emf.cdo.ui.admin-4.3.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.cdo.ui.admin --- [INFO] [INFO] --- tycho-surefire:3.0.5:integration-test (default-integration-test) @ org.eclipse.emf.cdo.ui.admin --- [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.emf.cdo.ui.admin --- [INFO] No tests to run. [INFO] [INFO] -----------< org.eclipse.emf.cdo:org.eclipse.emf.cdo.ui.jdt >----------- [INFO] Building org.eclipse.emf.cdo.ui.jdt 1.0.0-SNAPSHOT [46/177] [INFO] from plugins/org.eclipse.emf.cdo.ui.jdt/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.emf.cdo.ui.jdt --- [INFO] [INFO] --- tycho-packaging:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.emf.cdo.ui.jdt --- [INFO] The project's OSGi version is 1.0.0.v20230623-1652 [INFO] [INFO] --- tycho-packaging:3.0.5:validate-id (default-validate-id) @ org.eclipse.emf.cdo.ui.jdt --- [INFO] [INFO] --- tycho-packaging:3.0.5:validate-version (default-validate-version) @ org.eclipse.emf.cdo.ui.jdt --- [INFO] [INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.emf.cdo.ui.jdt --- [INFO] [INFO] --- tycho-compiler:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.emf.cdo.ui.jdt --- [INFO] Resolving class path of org.eclipse.emf.cdo.ui.jdt... [INFO] [INFO] --- properties:1.0.0:read-project-properties (default) @ org.eclipse.emf.cdo.ui.jdt --- [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.emf.cdo.ui.jdt --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.ui.jdt/src/main/resources [INFO] [INFO] --- tycho-compiler:3.0.5:compile (default-compile) @ org.eclipse.emf.cdo.ui.jdt --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.ui.jdt/target/classes [INFO] [INFO] --- tycho-ds:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.emf.cdo.ui.jdt --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.emf.cdo.ui.jdt --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.ui.jdt/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.5:testCompile (default-testCompile) @ org.eclipse.emf.cdo.ui.jdt --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.emf.cdo.ui.jdt --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.cdo.ui.jdt --- [INFO] [INFO] --- tycho-source:3.0.5:plugin-source (attach-source) @ org.eclipse.emf.cdo.ui.jdt --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.ui.jdt/target/org.eclipse.emf.cdo.ui.jdt-1.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.emf.cdo.ui.jdt --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.ui.jdt/target/org.eclipse.emf.cdo.ui.jdt-1.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.cdo.ui.jdt --- [INFO] [INFO] --- eclipse-jarsigner:1.3.3:sign (sign) @ org.eclipse.emf.cdo.ui.jdt --- [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.ui.jdt/target/org.eclipse.emf.cdo.ui.jdt-1.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.ui.jdt/target/org.eclipse.emf.cdo.ui.jdt-1.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.cdo.ui.jdt --- [INFO] [INFO] --- tycho-surefire:3.0.5:integration-test (default-integration-test) @ org.eclipse.emf.cdo.ui.jdt --- [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.emf.cdo.ui.jdt --- [INFO] No tests to run. [INFO] [INFO] ---< org.eclipse.emf.cdo:org.eclipse.emf.cdo.transfer.workspace.ui >---- [INFO] Building org.eclipse.emf.cdo.transfer.workspace.ui 4.4.3-SNAPSHOT [47/177] [INFO] from plugins/org.eclipse.emf.cdo.transfer.workspace.ui/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.emf.cdo.transfer.workspace.ui --- [INFO] [INFO] --- tycho-packaging:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.emf.cdo.transfer.workspace.ui --- [INFO] The project's OSGi version is 4.4.3.v20231014-0654 [INFO] [INFO] --- tycho-packaging:3.0.5:validate-id (default-validate-id) @ org.eclipse.emf.cdo.transfer.workspace.ui --- [INFO] [INFO] --- tycho-packaging:3.0.5:validate-version (default-validate-version) @ org.eclipse.emf.cdo.transfer.workspace.ui --- [INFO] [INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.emf.cdo.transfer.workspace.ui --- [INFO] [INFO] --- tycho-compiler:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.emf.cdo.transfer.workspace.ui --- [INFO] Resolving class path of org.eclipse.emf.cdo.transfer.workspace.ui... [INFO] [INFO] --- properties:1.0.0:read-project-properties (default) @ org.eclipse.emf.cdo.transfer.workspace.ui --- [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.emf.cdo.transfer.workspace.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.transfer.workspace.ui/src/main/resources [INFO] [INFO] --- tycho-compiler:3.0.5:compile (default-compile) @ org.eclipse.emf.cdo.transfer.workspace.ui --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.transfer.workspace.ui/target/classes [INFO] [INFO] --- tycho-ds:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.emf.cdo.transfer.workspace.ui --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.emf.cdo.transfer.workspace.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.transfer.workspace.ui/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.5:testCompile (default-testCompile) @ org.eclipse.emf.cdo.transfer.workspace.ui --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.emf.cdo.transfer.workspace.ui --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.cdo.transfer.workspace.ui --- [INFO] [INFO] --- tycho-source:3.0.5:plugin-source (attach-source) @ org.eclipse.emf.cdo.transfer.workspace.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.transfer.workspace.ui/target/org.eclipse.emf.cdo.transfer.workspace.ui-4.4.3-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.emf.cdo.transfer.workspace.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.transfer.workspace.ui/target/org.eclipse.emf.cdo.transfer.workspace.ui-4.4.3-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.cdo.transfer.workspace.ui --- [INFO] [INFO] --- eclipse-jarsigner:1.3.3:sign (sign) @ org.eclipse.emf.cdo.transfer.workspace.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.transfer.workspace.ui/target/org.eclipse.emf.cdo.transfer.workspace.ui-4.4.3-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.transfer.workspace.ui/target/org.eclipse.emf.cdo.transfer.workspace.ui-4.4.3-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.cdo.transfer.workspace.ui --- [INFO] [INFO] --- tycho-surefire:3.0.5:integration-test (default-integration-test) @ org.eclipse.emf.cdo.transfer.workspace.ui --- [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.emf.cdo.transfer.workspace.ui --- [INFO] No tests to run. [INFO] [INFO] ----------< org.eclipse.emf.cdo.features:org.eclipse.emf.cdo >---------- [INFO] Building org.eclipse.emf.cdo 4.24.0-SNAPSHOT [48/177] [INFO] from features/org.eclipse.emf.cdo-feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier-aggregator (default-build-qualifier-aggregator)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier-aggregator (default-build-qualifier-aggregator)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-feature (default-package-feature)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-feature (default-package-feature)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.emf.cdo --- [INFO] Deleting /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo-feature/target [INFO] [INFO] --- tycho-packaging:3.0.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.emf.cdo --- [INFO] The project's OSGi version is 4.24.0.v20231124-1621 [INFO] [INFO] --- tycho-packaging:3.0.5:validate-id (default-validate-id) @ org.eclipse.emf.cdo --- [INFO] [INFO] --- tycho-packaging:3.0.5:validate-version (default-validate-version) @ org.eclipse.emf.cdo --- [INFO] [INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.emf.cdo --- [INFO] [INFO] --- properties:1.0.0:read-project-properties (default) @ org.eclipse.emf.cdo --- [INFO] [INFO] --- tycho-packaging:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.cdo --- [INFO] [INFO] --- tycho-packaging:3.0.5:package-feature (default-package-feature) @ org.eclipse.emf.cdo --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo-feature/target/org.eclipse.emf.cdo-4.24.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.cdo --- [INFO] [INFO] --- tycho-p2:3.0.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.emf.cdo --- [INFO] [INFO] --- tycho-source:3.0.5:feature-source (feature-source) @ org.eclipse.emf.cdo --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo-feature/target/org.eclipse.emf.cdo-4.24.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- eclipse-jarsigner:1.3.3:sign (sign) @ org.eclipse.emf.cdo --- [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo-feature/target/org.eclipse.emf.cdo-4.24.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo-feature/target/org.eclipse.emf.cdo-4.24.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.cdo --- [INFO] [INFO] ---------< org.eclipse.emf.cdo:org.eclipse.emf.cdo.dawn.util >---------- [INFO] Building org.eclipse.emf.cdo.dawn.util 2.2.1-SNAPSHOT [49/177] [INFO] from plugins/org.eclipse.emf.cdo.dawn.util/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.emf.cdo.dawn.util --- [INFO] [INFO] --- tycho-packaging:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.emf.cdo.dawn.util --- [INFO] The project's OSGi version is 2.2.1.v20231014-0654 [INFO] [INFO] --- tycho-packaging:3.0.5:validate-id (default-validate-id) @ org.eclipse.emf.cdo.dawn.util --- [INFO] [INFO] --- tycho-packaging:3.0.5:validate-version (default-validate-version) @ org.eclipse.emf.cdo.dawn.util --- [INFO] [INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.emf.cdo.dawn.util --- [INFO] [INFO] --- tycho-compiler:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.emf.cdo.dawn.util --- [INFO] Resolving class path of org.eclipse.emf.cdo.dawn.util... [INFO] [INFO] --- properties:1.0.0:read-project-properties (default) @ org.eclipse.emf.cdo.dawn.util --- [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.emf.cdo.dawn.util --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.dawn.util/src/main/resources [INFO] [INFO] --- tycho-compiler:3.0.5:compile (default-compile) @ org.eclipse.emf.cdo.dawn.util --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.dawn.util/target/classes [INFO] [INFO] --- tycho-ds:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.emf.cdo.dawn.util --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.emf.cdo.dawn.util --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.dawn.util/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.5:testCompile (default-testCompile) @ org.eclipse.emf.cdo.dawn.util --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.emf.cdo.dawn.util --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.cdo.dawn.util --- [INFO] [INFO] --- tycho-source:3.0.5:plugin-source (attach-source) @ org.eclipse.emf.cdo.dawn.util --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.dawn.util/target/org.eclipse.emf.cdo.dawn.util-2.2.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.emf.cdo.dawn.util --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.dawn.util/target/org.eclipse.emf.cdo.dawn.util-2.2.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.cdo.dawn.util --- [INFO] [INFO] --- eclipse-jarsigner:1.3.3:sign (sign) @ org.eclipse.emf.cdo.dawn.util --- [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.dawn.util/target/org.eclipse.emf.cdo.dawn.util-2.2.1-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.dawn.util/target/org.eclipse.emf.cdo.dawn.util-2.2.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.cdo.dawn.util --- [INFO] [INFO] --- tycho-surefire:3.0.5:integration-test (default-integration-test) @ org.eclipse.emf.cdo.dawn.util --- [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.emf.cdo.dawn.util --- [INFO] No tests to run. [INFO] [INFO] ------------< org.eclipse.emf.cdo:org.eclipse.emf.cdo.dawn >------------ [INFO] Building org.eclipse.emf.cdo.dawn 2.3.6-SNAPSHOT [50/177] [INFO] from plugins/org.eclipse.emf.cdo.dawn/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.emf.cdo.dawn --- [INFO] [INFO] --- tycho-packaging:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.emf.cdo.dawn --- [INFO] The project's OSGi version is 2.3.6.v20231122-0952 [INFO] [INFO] --- tycho-packaging:3.0.5:validate-id (default-validate-id) @ org.eclipse.emf.cdo.dawn --- [INFO] [INFO] --- tycho-packaging:3.0.5:validate-version (default-validate-version) @ org.eclipse.emf.cdo.dawn --- [INFO] [INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.emf.cdo.dawn --- [INFO] [INFO] --- tycho-compiler:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.emf.cdo.dawn --- [INFO] Resolving class path of org.eclipse.emf.cdo.dawn... [INFO] [INFO] --- properties:1.0.0:read-project-properties (default) @ org.eclipse.emf.cdo.dawn --- [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.emf.cdo.dawn --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- tycho-compiler:3.0.5:compile (default-compile) @ org.eclipse.emf.cdo.dawn --- [INFO] Compiling 30 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.dawn/target/classes [INFO] [INFO] --- tycho-ds:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.emf.cdo.dawn --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.emf.cdo.dawn --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.dawn/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.5:testCompile (default-testCompile) @ org.eclipse.emf.cdo.dawn --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.emf.cdo.dawn --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.cdo.dawn --- [INFO] [INFO] --- tycho-source:3.0.5:plugin-source (attach-source) @ org.eclipse.emf.cdo.dawn --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.dawn/target/org.eclipse.emf.cdo.dawn-2.3.6-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.emf.cdo.dawn --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.dawn/target/org.eclipse.emf.cdo.dawn-2.3.6-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.cdo.dawn --- [INFO] [INFO] --- eclipse-jarsigner:1.3.3:sign (sign) @ org.eclipse.emf.cdo.dawn --- [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.dawn/target/org.eclipse.emf.cdo.dawn-2.3.6-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.dawn/target/org.eclipse.emf.cdo.dawn-2.3.6-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.cdo.dawn --- [INFO] [INFO] --- tycho-surefire:3.0.5:integration-test (default-integration-test) @ org.eclipse.emf.cdo.dawn --- [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.emf.cdo.dawn --- [INFO] No tests to run. [INFO] [INFO] ----------< org.eclipse.emf.cdo:org.eclipse.emf.cdo.dawn.emf >---------- [INFO] Building org.eclipse.emf.cdo.dawn.emf 2.2.2-SNAPSHOT [51/177] [INFO] from plugins/org.eclipse.emf.cdo.dawn.emf/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.emf.cdo.dawn.emf --- [INFO] [INFO] --- tycho-packaging:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.emf.cdo.dawn.emf --- [INFO] The project's OSGi version is 2.2.2.v20231122-0952 [INFO] [INFO] --- tycho-packaging:3.0.5:validate-id (default-validate-id) @ org.eclipse.emf.cdo.dawn.emf --- [INFO] [INFO] --- tycho-packaging:3.0.5:validate-version (default-validate-version) @ org.eclipse.emf.cdo.dawn.emf --- [INFO] [INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.emf.cdo.dawn.emf --- [INFO] [INFO] --- tycho-compiler:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.emf.cdo.dawn.emf --- [INFO] Resolving class path of org.eclipse.emf.cdo.dawn.emf... [INFO] [INFO] --- properties:1.0.0:read-project-properties (default) @ org.eclipse.emf.cdo.dawn.emf --- [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.emf.cdo.dawn.emf --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.dawn.emf/src/main/resources [INFO] [INFO] --- tycho-compiler:3.0.5:compile (default-compile) @ org.eclipse.emf.cdo.dawn.emf --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.dawn.emf/target/classes [INFO] [INFO] --- tycho-ds:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.emf.cdo.dawn.emf --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.emf.cdo.dawn.emf --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.dawn.emf/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.5:testCompile (default-testCompile) @ org.eclipse.emf.cdo.dawn.emf --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.emf.cdo.dawn.emf --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.cdo.dawn.emf --- [INFO] [INFO] --- tycho-source:3.0.5:plugin-source (attach-source) @ org.eclipse.emf.cdo.dawn.emf --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.dawn.emf/target/org.eclipse.emf.cdo.dawn.emf-2.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.emf.cdo.dawn.emf --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.dawn.emf/target/org.eclipse.emf.cdo.dawn.emf-2.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.cdo.dawn.emf --- [INFO] [INFO] --- eclipse-jarsigner:1.3.3:sign (sign) @ org.eclipse.emf.cdo.dawn.emf --- [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.dawn.emf/target/org.eclipse.emf.cdo.dawn.emf-2.2.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.dawn.emf/target/org.eclipse.emf.cdo.dawn.emf-2.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.cdo.dawn.emf --- [INFO] [INFO] --- tycho-surefire:3.0.5:integration-test (default-integration-test) @ org.eclipse.emf.cdo.dawn.emf --- [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.emf.cdo.dawn.emf --- [INFO] No tests to run. [INFO] [INFO] ----------< org.eclipse.emf.cdo:org.eclipse.emf.cdo.dawn.ui >----------- [INFO] Building org.eclipse.emf.cdo.dawn.ui 2.3.0-SNAPSHOT [52/177] [INFO] from plugins/org.eclipse.emf.cdo.dawn.ui/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.emf.cdo.dawn.ui --- [INFO] [INFO] --- tycho-packaging:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.emf.cdo.dawn.ui --- [INFO] The project's OSGi version is 2.3.0.v20230623-1652 [INFO] [INFO] --- tycho-packaging:3.0.5:validate-id (default-validate-id) @ org.eclipse.emf.cdo.dawn.ui --- [INFO] [INFO] --- tycho-packaging:3.0.5:validate-version (default-validate-version) @ org.eclipse.emf.cdo.dawn.ui --- [INFO] [INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.emf.cdo.dawn.ui --- [INFO] [INFO] --- tycho-compiler:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.emf.cdo.dawn.ui --- [INFO] Resolving class path of org.eclipse.emf.cdo.dawn.ui... [INFO] [INFO] --- properties:1.0.0:read-project-properties (default) @ org.eclipse.emf.cdo.dawn.ui --- [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.emf.cdo.dawn.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.dawn.ui/src/main/resources [INFO] [INFO] --- tycho-compiler:3.0.5:compile (default-compile) @ org.eclipse.emf.cdo.dawn.ui --- [INFO] Compiling 23 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.dawn.ui/target/classes [INFO] [INFO] --- tycho-ds:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.emf.cdo.dawn.ui --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.emf.cdo.dawn.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.dawn.ui/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.5:testCompile (default-testCompile) @ org.eclipse.emf.cdo.dawn.ui --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.emf.cdo.dawn.ui --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.cdo.dawn.ui --- [INFO] [INFO] --- tycho-source:3.0.5:plugin-source (attach-source) @ org.eclipse.emf.cdo.dawn.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.dawn.ui/target/org.eclipse.emf.cdo.dawn.ui-2.3.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.emf.cdo.dawn.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.dawn.ui/target/org.eclipse.emf.cdo.dawn.ui-2.3.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.cdo.dawn.ui --- [INFO] [INFO] --- eclipse-jarsigner:1.3.3:sign (sign) @ org.eclipse.emf.cdo.dawn.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.dawn.ui/target/org.eclipse.emf.cdo.dawn.ui-2.3.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.dawn.ui/target/org.eclipse.emf.cdo.dawn.ui-2.3.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.cdo.dawn.ui --- [INFO] [INFO] --- tycho-surefire:3.0.5:integration-test (default-integration-test) @ org.eclipse.emf.cdo.dawn.ui --- [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.emf.cdo.dawn.ui --- [INFO] No tests to run. [INFO] [INFO] ----------< org.eclipse.emf.cdo:org.eclipse.emf.cdo.dawn.gmf >---------- [INFO] Building org.eclipse.emf.cdo.dawn.gmf 2.3.4-SNAPSHOT [53/177] [INFO] from plugins/org.eclipse.emf.cdo.dawn.gmf/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.emf.cdo.dawn.gmf --- [INFO] [INFO] --- tycho-packaging:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.emf.cdo.dawn.gmf --- [INFO] The project's OSGi version is 2.3.4.v20231122-0952 [INFO] [INFO] --- tycho-packaging:3.0.5:validate-id (default-validate-id) @ org.eclipse.emf.cdo.dawn.gmf --- [INFO] [INFO] --- tycho-packaging:3.0.5:validate-version (default-validate-version) @ org.eclipse.emf.cdo.dawn.gmf --- [INFO] [INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.emf.cdo.dawn.gmf --- [INFO] [INFO] --- tycho-compiler:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.emf.cdo.dawn.gmf --- [INFO] Resolving class path of org.eclipse.emf.cdo.dawn.gmf... [INFO] [INFO] --- properties:1.0.0:read-project-properties (default) @ org.eclipse.emf.cdo.dawn.gmf --- [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.emf.cdo.dawn.gmf --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.dawn.gmf/src/main/resources [INFO] [INFO] --- tycho-compiler:3.0.5:compile (default-compile) @ org.eclipse.emf.cdo.dawn.gmf --- [INFO] Compiling 23 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.dawn.gmf/target/classes [INFO] [INFO] --- tycho-ds:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.emf.cdo.dawn.gmf --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.emf.cdo.dawn.gmf --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.dawn.gmf/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.5:testCompile (default-testCompile) @ org.eclipse.emf.cdo.dawn.gmf --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.emf.cdo.dawn.gmf --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.cdo.dawn.gmf --- [INFO] [INFO] --- tycho-source:3.0.5:plugin-source (attach-source) @ org.eclipse.emf.cdo.dawn.gmf --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.dawn.gmf/target/org.eclipse.emf.cdo.dawn.gmf-2.3.4-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.emf.cdo.dawn.gmf --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.dawn.gmf/target/org.eclipse.emf.cdo.dawn.gmf-2.3.4-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.cdo.dawn.gmf --- [INFO] [INFO] --- eclipse-jarsigner:1.3.3:sign (sign) @ org.eclipse.emf.cdo.dawn.gmf --- [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.dawn.gmf/target/org.eclipse.emf.cdo.dawn.gmf-2.3.4-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.dawn.gmf/target/org.eclipse.emf.cdo.dawn.gmf-2.3.4-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.cdo.dawn.gmf --- [INFO] [INFO] --- tycho-surefire:3.0.5:integration-test (default-integration-test) @ org.eclipse.emf.cdo.dawn.gmf --- [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.emf.cdo.dawn.gmf --- [INFO] No tests to run. [INFO] [INFO] -------< org.eclipse.emf.cdo:org.eclipse.emf.cdo.dawn.graphiti >-------- [INFO] Building org.eclipse.emf.cdo.dawn.graphiti 2.3.2-SNAPSHOT [54/177] [INFO] from plugins/org.eclipse.emf.cdo.dawn.graphiti/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.emf.cdo.dawn.graphiti --- [INFO] [INFO] --- tycho-packaging:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.emf.cdo.dawn.graphiti --- [INFO] The project's OSGi version is 2.3.2.v20231122-0952 [INFO] [INFO] --- tycho-packaging:3.0.5:validate-id (default-validate-id) @ org.eclipse.emf.cdo.dawn.graphiti --- [INFO] [INFO] --- tycho-packaging:3.0.5:validate-version (default-validate-version) @ org.eclipse.emf.cdo.dawn.graphiti --- [INFO] [INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.emf.cdo.dawn.graphiti --- [INFO] [INFO] --- tycho-compiler:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.emf.cdo.dawn.graphiti --- [INFO] Resolving class path of org.eclipse.emf.cdo.dawn.graphiti... [INFO] [INFO] --- properties:1.0.0:read-project-properties (default) @ org.eclipse.emf.cdo.dawn.graphiti --- [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.emf.cdo.dawn.graphiti --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.dawn.graphiti/src/main/resources [INFO] [INFO] --- tycho-compiler:3.0.5:compile (default-compile) @ org.eclipse.emf.cdo.dawn.graphiti --- [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.dawn.graphiti/target/classes [INFO] [INFO] --- tycho-ds:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.emf.cdo.dawn.graphiti --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.emf.cdo.dawn.graphiti --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.dawn.graphiti/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.5:testCompile (default-testCompile) @ org.eclipse.emf.cdo.dawn.graphiti --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.emf.cdo.dawn.graphiti --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.cdo.dawn.graphiti --- [INFO] [INFO] --- tycho-source:3.0.5:plugin-source (attach-source) @ org.eclipse.emf.cdo.dawn.graphiti --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.dawn.graphiti/target/org.eclipse.emf.cdo.dawn.graphiti-2.3.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.emf.cdo.dawn.graphiti --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.dawn.graphiti/target/org.eclipse.emf.cdo.dawn.graphiti-2.3.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.cdo.dawn.graphiti --- [INFO] [INFO] --- eclipse-jarsigner:1.3.3:sign (sign) @ org.eclipse.emf.cdo.dawn.graphiti --- [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.dawn.graphiti/target/org.eclipse.emf.cdo.dawn.graphiti-2.3.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.dawn.graphiti/target/org.eclipse.emf.cdo.dawn.graphiti-2.3.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.cdo.dawn.graphiti --- [INFO] [INFO] --- tycho-surefire:3.0.5:integration-test (default-integration-test) @ org.eclipse.emf.cdo.dawn.graphiti --- [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.emf.cdo.dawn.graphiti --- [INFO] No tests to run. [INFO] [INFO] -------< org.eclipse.emf.cdo.features:org.eclipse.emf.cdo.dawn >-------- [INFO] Building org.eclipse.emf.cdo.dawn 2.5.3-SNAPSHOT [55/177] [INFO] from features/org.eclipse.emf.cdo.dawn-feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier-aggregator (default-build-qualifier-aggregator)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier-aggregator (default-build-qualifier-aggregator)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-feature (default-package-feature)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-feature (default-package-feature)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.emf.cdo.dawn --- [INFO] Deleting /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.dawn-feature/target [INFO] [INFO] --- tycho-packaging:3.0.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.emf.cdo.dawn --- [INFO] The project's OSGi version is 2.5.3.v20231122-0952 [INFO] [INFO] --- tycho-packaging:3.0.5:validate-id (default-validate-id) @ org.eclipse.emf.cdo.dawn --- [INFO] [INFO] --- tycho-packaging:3.0.5:validate-version (default-validate-version) @ org.eclipse.emf.cdo.dawn --- [INFO] [INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.emf.cdo.dawn --- [INFO] [INFO] --- properties:1.0.0:read-project-properties (default) @ org.eclipse.emf.cdo.dawn --- [INFO] [INFO] --- tycho-packaging:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.cdo.dawn --- [INFO] [INFO] --- tycho-packaging:3.0.5:package-feature (default-package-feature) @ org.eclipse.emf.cdo.dawn --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.dawn-feature/target/org.eclipse.emf.cdo.dawn-2.5.3-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.cdo.dawn --- [INFO] [INFO] --- tycho-p2:3.0.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.emf.cdo.dawn --- [INFO] [INFO] --- tycho-source:3.0.5:feature-source (feature-source) @ org.eclipse.emf.cdo.dawn --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.dawn-feature/target/org.eclipse.emf.cdo.dawn-2.5.3-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- eclipse-jarsigner:1.3.3:sign (sign) @ org.eclipse.emf.cdo.dawn --- [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.dawn-feature/target/org.eclipse.emf.cdo.dawn-2.5.3-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.dawn-feature/target/org.eclipse.emf.cdo.dawn-2.5.3-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.cdo.dawn --- [INFO] [INFO] --------< org.eclipse.emf.cdo:org.eclipse.emf.cdo.lm.assembly >--------- [INFO] Building org.eclipse.emf.cdo.lm.assembly 1.0.2-SNAPSHOT [56/177] [INFO] from plugins/org.eclipse.emf.cdo.lm.assembly/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.emf.cdo.lm.assembly --- [INFO] [INFO] --- tycho-packaging:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.emf.cdo.lm.assembly --- [INFO] The project's OSGi version is 1.0.2.v20230914-0810 [INFO] [INFO] --- tycho-packaging:3.0.5:validate-id (default-validate-id) @ org.eclipse.emf.cdo.lm.assembly --- [INFO] [INFO] --- tycho-packaging:3.0.5:validate-version (default-validate-version) @ org.eclipse.emf.cdo.lm.assembly --- [INFO] [INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.emf.cdo.lm.assembly --- [INFO] [INFO] --- tycho-compiler:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.emf.cdo.lm.assembly --- [INFO] Resolving class path of org.eclipse.emf.cdo.lm.assembly... [INFO] [INFO] --- properties:1.0.0:read-project-properties (default) @ org.eclipse.emf.cdo.lm.assembly --- [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.emf.cdo.lm.assembly --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.lm.assembly/src/main/resources [INFO] [INFO] --- tycho-compiler:3.0.5:compile (default-compile) @ org.eclipse.emf.cdo.lm.assembly --- [INFO] Compiling 16 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.lm.assembly/target/classes [INFO] [INFO] --- tycho-ds:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.emf.cdo.lm.assembly --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.emf.cdo.lm.assembly --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.lm.assembly/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.5:testCompile (default-testCompile) @ org.eclipse.emf.cdo.lm.assembly --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.emf.cdo.lm.assembly --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.cdo.lm.assembly --- [INFO] [INFO] --- tycho-source:3.0.5:plugin-source (attach-source) @ org.eclipse.emf.cdo.lm.assembly --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.lm.assembly/target/org.eclipse.emf.cdo.lm.assembly-1.0.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.emf.cdo.lm.assembly --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.lm.assembly/target/org.eclipse.emf.cdo.lm.assembly-1.0.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.cdo.lm.assembly --- [INFO] [INFO] --- eclipse-jarsigner:1.3.3:sign (sign) @ org.eclipse.emf.cdo.lm.assembly --- [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.lm.assembly/target/org.eclipse.emf.cdo.lm.assembly-1.0.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.lm.assembly/target/org.eclipse.emf.cdo.lm.assembly-1.0.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.cdo.lm.assembly --- [INFO] [INFO] --- tycho-surefire:3.0.5:integration-test (default-integration-test) @ org.eclipse.emf.cdo.lm.assembly --- [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.emf.cdo.lm.assembly --- [INFO] No tests to run. [INFO] [INFO] ------< org.eclipse.emf.cdo:org.eclipse.emf.cdo.lm.modules.edit >------- [INFO] Building org.eclipse.emf.cdo.lm.modules.edit 1.2.0-SNAPSHOT [57/177] [INFO] from plugins/org.eclipse.emf.cdo.lm.modules.edit/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.emf.cdo.lm.modules.edit --- [INFO] [INFO] --- tycho-packaging:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.emf.cdo.lm.modules.edit --- [INFO] The project's OSGi version is 1.2.0.v20231124-1229 [INFO] [INFO] --- tycho-packaging:3.0.5:validate-id (default-validate-id) @ org.eclipse.emf.cdo.lm.modules.edit --- [INFO] [INFO] --- tycho-packaging:3.0.5:validate-version (default-validate-version) @ org.eclipse.emf.cdo.lm.modules.edit --- [INFO] [INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.emf.cdo.lm.modules.edit --- [INFO] [INFO] --- tycho-compiler:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.emf.cdo.lm.modules.edit --- [INFO] Resolving class path of org.eclipse.emf.cdo.lm.modules.edit... [INFO] [INFO] --- properties:1.0.0:read-project-properties (default) @ org.eclipse.emf.cdo.lm.modules.edit --- [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.emf.cdo.lm.modules.edit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.lm.modules.edit/src/main/resources [INFO] [INFO] --- tycho-compiler:3.0.5:compile (default-compile) @ org.eclipse.emf.cdo.lm.modules.edit --- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.lm.modules.edit/target/classes [INFO] [INFO] --- tycho-ds:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.emf.cdo.lm.modules.edit --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.emf.cdo.lm.modules.edit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.lm.modules.edit/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.5:testCompile (default-testCompile) @ org.eclipse.emf.cdo.lm.modules.edit --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.emf.cdo.lm.modules.edit --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.cdo.lm.modules.edit --- [INFO] [INFO] --- tycho-source:3.0.5:plugin-source (attach-source) @ org.eclipse.emf.cdo.lm.modules.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.lm.modules.edit/target/org.eclipse.emf.cdo.lm.modules.edit-1.2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.emf.cdo.lm.modules.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.lm.modules.edit/target/org.eclipse.emf.cdo.lm.modules.edit-1.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.cdo.lm.modules.edit --- [INFO] [INFO] --- eclipse-jarsigner:1.3.3:sign (sign) @ org.eclipse.emf.cdo.lm.modules.edit --- [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.lm.modules.edit/target/org.eclipse.emf.cdo.lm.modules.edit-1.2.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.lm.modules.edit/target/org.eclipse.emf.cdo.lm.modules.edit-1.2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.cdo.lm.modules.edit --- [INFO] [INFO] --- tycho-surefire:3.0.5:integration-test (default-integration-test) @ org.eclipse.emf.cdo.lm.modules.edit --- [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.emf.cdo.lm.modules.edit --- [INFO] No tests to run. [INFO] [INFO] ------< org.eclipse.emf.cdo:org.eclipse.emf.cdo.lm.assembly.edit >------ [INFO] Building org.eclipse.emf.cdo.lm.assembly.edit 1.1.1-SNAPSHOT [58/177] [INFO] from plugins/org.eclipse.emf.cdo.lm.assembly.edit/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.emf.cdo.lm.assembly.edit --- [INFO] [INFO] --- tycho-packaging:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.emf.cdo.lm.assembly.edit --- [INFO] The project's OSGi version is 1.1.1.v20230914-0810 [INFO] [INFO] --- tycho-packaging:3.0.5:validate-id (default-validate-id) @ org.eclipse.emf.cdo.lm.assembly.edit --- [INFO] [INFO] --- tycho-packaging:3.0.5:validate-version (default-validate-version) @ org.eclipse.emf.cdo.lm.assembly.edit --- [INFO] [INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.emf.cdo.lm.assembly.edit --- [INFO] [INFO] --- tycho-compiler:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.emf.cdo.lm.assembly.edit --- [INFO] Resolving class path of org.eclipse.emf.cdo.lm.assembly.edit... [INFO] [INFO] --- properties:1.0.0:read-project-properties (default) @ org.eclipse.emf.cdo.lm.assembly.edit --- [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.emf.cdo.lm.assembly.edit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.lm.assembly.edit/src/main/resources [INFO] [INFO] --- tycho-compiler:3.0.5:compile (default-compile) @ org.eclipse.emf.cdo.lm.assembly.edit --- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.lm.assembly.edit/target/classes [INFO] [INFO] --- tycho-ds:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.emf.cdo.lm.assembly.edit --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.emf.cdo.lm.assembly.edit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.lm.assembly.edit/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.5:testCompile (default-testCompile) @ org.eclipse.emf.cdo.lm.assembly.edit --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.emf.cdo.lm.assembly.edit --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.cdo.lm.assembly.edit --- [INFO] [INFO] --- tycho-source:3.0.5:plugin-source (attach-source) @ org.eclipse.emf.cdo.lm.assembly.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.lm.assembly.edit/target/org.eclipse.emf.cdo.lm.assembly.edit-1.1.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.emf.cdo.lm.assembly.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.lm.assembly.edit/target/org.eclipse.emf.cdo.lm.assembly.edit-1.1.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.cdo.lm.assembly.edit --- [INFO] [INFO] --- eclipse-jarsigner:1.3.3:sign (sign) @ org.eclipse.emf.cdo.lm.assembly.edit --- [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.lm.assembly.edit/target/org.eclipse.emf.cdo.lm.assembly.edit-1.1.1-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.lm.assembly.edit/target/org.eclipse.emf.cdo.lm.assembly.edit-1.1.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.cdo.lm.assembly.edit --- [INFO] [INFO] --- tycho-surefire:3.0.5:integration-test (default-integration-test) @ org.eclipse.emf.cdo.lm.assembly.edit --- [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.emf.cdo.lm.assembly.edit --- [INFO] No tests to run. [INFO] [INFO] ---------< org.eclipse.emf.cdo:org.eclipse.emf.cdo.lm.client >---------- [INFO] Building org.eclipse.emf.cdo.lm.client 1.2.1-SNAPSHOT [59/177] [INFO] from plugins/org.eclipse.emf.cdo.lm.client/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.emf.cdo.lm.client --- [INFO] [INFO] --- tycho-packaging:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.emf.cdo.lm.client --- [INFO] The project's OSGi version is 1.2.1.v20231124-1229 [INFO] [INFO] --- tycho-packaging:3.0.5:validate-id (default-validate-id) @ org.eclipse.emf.cdo.lm.client --- [INFO] [INFO] --- tycho-packaging:3.0.5:validate-version (default-validate-version) @ org.eclipse.emf.cdo.lm.client --- [INFO] [INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.emf.cdo.lm.client --- [INFO] [INFO] --- tycho-compiler:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.emf.cdo.lm.client --- [INFO] Resolving class path of org.eclipse.emf.cdo.lm.client... [INFO] [INFO] --- properties:1.0.0:read-project-properties (default) @ org.eclipse.emf.cdo.lm.client --- [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.emf.cdo.lm.client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.lm.client/src/main/resources [INFO] [INFO] --- tycho-compiler:3.0.5:compile (default-compile) @ org.eclipse.emf.cdo.lm.client --- [INFO] Compiling 18 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.lm.client/target/classes [INFO] [INFO] --- tycho-ds:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.emf.cdo.lm.client --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.emf.cdo.lm.client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.lm.client/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.5:testCompile (default-testCompile) @ org.eclipse.emf.cdo.lm.client --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.emf.cdo.lm.client --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.cdo.lm.client --- [INFO] [INFO] --- tycho-source:3.0.5:plugin-source (attach-source) @ org.eclipse.emf.cdo.lm.client --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.lm.client/target/org.eclipse.emf.cdo.lm.client-1.2.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.emf.cdo.lm.client --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.lm.client/target/org.eclipse.emf.cdo.lm.client-1.2.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.cdo.lm.client --- [INFO] [INFO] --- eclipse-jarsigner:1.3.3:sign (sign) @ org.eclipse.emf.cdo.lm.client --- [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.lm.client/target/org.eclipse.emf.cdo.lm.client-1.2.1-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.lm.client/target/org.eclipse.emf.cdo.lm.client-1.2.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.cdo.lm.client --- [INFO] [INFO] --- tycho-surefire:3.0.5:integration-test (default-integration-test) @ org.eclipse.emf.cdo.lm.client --- [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.emf.cdo.lm.client --- [INFO] No tests to run. [INFO] [INFO] ----------< org.eclipse.emf.cdo:org.eclipse.emf.cdo.lm.edit >----------- [INFO] Building org.eclipse.emf.cdo.lm.edit 1.1.1-SNAPSHOT [60/177] [INFO] from plugins/org.eclipse.emf.cdo.lm.edit/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.emf.cdo.lm.edit --- [INFO] [INFO] --- tycho-packaging:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.emf.cdo.lm.edit --- [INFO] The project's OSGi version is 1.1.1.v20230914-0810 [INFO] [INFO] --- tycho-packaging:3.0.5:validate-id (default-validate-id) @ org.eclipse.emf.cdo.lm.edit --- [INFO] [INFO] --- tycho-packaging:3.0.5:validate-version (default-validate-version) @ org.eclipse.emf.cdo.lm.edit --- [INFO] [INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.emf.cdo.lm.edit --- [INFO] [INFO] --- tycho-compiler:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.emf.cdo.lm.edit --- [INFO] Resolving class path of org.eclipse.emf.cdo.lm.edit... [INFO] [INFO] --- properties:1.0.0:read-project-properties (default) @ org.eclipse.emf.cdo.lm.edit --- [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.emf.cdo.lm.edit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.lm.edit/src/main/resources [INFO] [INFO] --- tycho-compiler:3.0.5:compile (default-compile) @ org.eclipse.emf.cdo.lm.edit --- [INFO] Compiling 20 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.lm.edit/target/classes [INFO] [INFO] --- tycho-ds:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.emf.cdo.lm.edit --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.emf.cdo.lm.edit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.lm.edit/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.5:testCompile (default-testCompile) @ org.eclipse.emf.cdo.lm.edit --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.emf.cdo.lm.edit --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.cdo.lm.edit --- [INFO] [INFO] --- tycho-source:3.0.5:plugin-source (attach-source) @ org.eclipse.emf.cdo.lm.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.lm.edit/target/org.eclipse.emf.cdo.lm.edit-1.1.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.emf.cdo.lm.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.lm.edit/target/org.eclipse.emf.cdo.lm.edit-1.1.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.cdo.lm.edit --- [INFO] [INFO] --- eclipse-jarsigner:1.3.3:sign (sign) @ org.eclipse.emf.cdo.lm.edit --- [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.lm.edit/target/org.eclipse.emf.cdo.lm.edit-1.1.1-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.lm.edit/target/org.eclipse.emf.cdo.lm.edit-1.1.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.cdo.lm.edit --- [INFO] [INFO] --- tycho-surefire:3.0.5:integration-test (default-integration-test) @ org.eclipse.emf.cdo.lm.edit --- [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.emf.cdo.lm.edit --- [INFO] No tests to run. [INFO] [INFO] -----------< org.eclipse.emf.cdo:org.eclipse.emf.cdo.lm.ui >------------ [INFO] Building org.eclipse.emf.cdo.lm.ui 1.0.2-SNAPSHOT [61/177] [INFO] from plugins/org.eclipse.emf.cdo.lm.ui/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.emf.cdo.lm.ui --- [INFO] [INFO] --- tycho-packaging:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.emf.cdo.lm.ui --- [INFO] The project's OSGi version is 1.0.2.v20231122-0952 [INFO] [INFO] --- tycho-packaging:3.0.5:validate-id (default-validate-id) @ org.eclipse.emf.cdo.lm.ui --- [INFO] [INFO] --- tycho-packaging:3.0.5:validate-version (default-validate-version) @ org.eclipse.emf.cdo.lm.ui --- [INFO] [INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.emf.cdo.lm.ui --- [INFO] [INFO] --- tycho-compiler:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.emf.cdo.lm.ui --- [INFO] Resolving class path of org.eclipse.emf.cdo.lm.ui... [INFO] [INFO] --- properties:1.0.0:read-project-properties (default) @ org.eclipse.emf.cdo.lm.ui --- [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.emf.cdo.lm.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.lm.ui/src/main/resources [INFO] [INFO] --- tycho-compiler:3.0.5:compile (default-compile) @ org.eclipse.emf.cdo.lm.ui --- [INFO] Compiling 27 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.lm.ui/target/classes [INFO] [INFO] --- tycho-ds:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.emf.cdo.lm.ui --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.emf.cdo.lm.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.lm.ui/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.5:testCompile (default-testCompile) @ org.eclipse.emf.cdo.lm.ui --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.emf.cdo.lm.ui --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.cdo.lm.ui --- [INFO] [INFO] --- tycho-source:3.0.5:plugin-source (attach-source) @ org.eclipse.emf.cdo.lm.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.lm.ui/target/org.eclipse.emf.cdo.lm.ui-1.0.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.emf.cdo.lm.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.lm.ui/target/org.eclipse.emf.cdo.lm.ui-1.0.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.cdo.lm.ui --- [INFO] [INFO] --- eclipse-jarsigner:1.3.3:sign (sign) @ org.eclipse.emf.cdo.lm.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.lm.ui/target/org.eclipse.emf.cdo.lm.ui-1.0.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.lm.ui/target/org.eclipse.emf.cdo.lm.ui-1.0.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.cdo.lm.ui --- [INFO] [INFO] --- tycho-surefire:3.0.5:integration-test (default-integration-test) @ org.eclipse.emf.cdo.lm.ui --- [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.emf.cdo.lm.ui --- [INFO] No tests to run. [INFO] [INFO] --------< org.eclipse.emf.cdo:org.eclipse.emf.cdo.lm.security >--------- [INFO] Building org.eclipse.emf.cdo.lm.security 1.1.1-SNAPSHOT [62/177] [INFO] from plugins/org.eclipse.emf.cdo.lm.security/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.emf.cdo.lm.security --- [INFO] [INFO] --- tycho-packaging:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.emf.cdo.lm.security --- [INFO] The project's OSGi version is 1.1.1.v20230914-0810 [INFO] [INFO] --- tycho-packaging:3.0.5:validate-id (default-validate-id) @ org.eclipse.emf.cdo.lm.security --- [INFO] [INFO] --- tycho-packaging:3.0.5:validate-version (default-validate-version) @ org.eclipse.emf.cdo.lm.security --- [INFO] [INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.emf.cdo.lm.security --- [INFO] [INFO] --- tycho-compiler:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.emf.cdo.lm.security --- [INFO] Resolving class path of org.eclipse.emf.cdo.lm.security... [INFO] [INFO] --- properties:1.0.0:read-project-properties (default) @ org.eclipse.emf.cdo.lm.security --- [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.emf.cdo.lm.security --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.lm.security/src/main/resources [INFO] [INFO] --- tycho-compiler:3.0.5:compile (default-compile) @ org.eclipse.emf.cdo.lm.security --- [INFO] Compiling 15 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.lm.security/target/classes [INFO] [INFO] --- tycho-ds:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.emf.cdo.lm.security --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.emf.cdo.lm.security --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.lm.security/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.5:testCompile (default-testCompile) @ org.eclipse.emf.cdo.lm.security --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.emf.cdo.lm.security --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.cdo.lm.security --- [INFO] [INFO] --- tycho-source:3.0.5:plugin-source (attach-source) @ org.eclipse.emf.cdo.lm.security --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.lm.security/target/org.eclipse.emf.cdo.lm.security-1.1.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.emf.cdo.lm.security --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.lm.security/target/org.eclipse.emf.cdo.lm.security-1.1.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.cdo.lm.security --- [INFO] [INFO] --- eclipse-jarsigner:1.3.3:sign (sign) @ org.eclipse.emf.cdo.lm.security --- [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.lm.security/target/org.eclipse.emf.cdo.lm.security-1.1.1-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.lm.security/target/org.eclipse.emf.cdo.lm.security-1.1.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.cdo.lm.security --- [INFO] [INFO] --- tycho-surefire:3.0.5:integration-test (default-integration-test) @ org.eclipse.emf.cdo.lm.security --- [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.emf.cdo.lm.security --- [INFO] No tests to run. [INFO] [INFO] ------< org.eclipse.emf.cdo:org.eclipse.emf.cdo.lm.security.edit >------ [INFO] Building org.eclipse.emf.cdo.lm.security.edit 1.0.1-SNAPSHOT [63/177] [INFO] from plugins/org.eclipse.emf.cdo.lm.security.edit/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.emf.cdo.lm.security.edit --- [INFO] [INFO] --- tycho-packaging:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.emf.cdo.lm.security.edit --- [INFO] The project's OSGi version is 1.0.1.v20230914-0810 [INFO] [INFO] --- tycho-packaging:3.0.5:validate-id (default-validate-id) @ org.eclipse.emf.cdo.lm.security.edit --- [INFO] [INFO] --- tycho-packaging:3.0.5:validate-version (default-validate-version) @ org.eclipse.emf.cdo.lm.security.edit --- [INFO] [INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.emf.cdo.lm.security.edit --- [INFO] [INFO] --- tycho-compiler:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.emf.cdo.lm.security.edit --- [INFO] Resolving class path of org.eclipse.emf.cdo.lm.security.edit... [INFO] [INFO] --- properties:1.0.0:read-project-properties (default) @ org.eclipse.emf.cdo.lm.security.edit --- [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.emf.cdo.lm.security.edit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.lm.security.edit/src/main/resources [INFO] [INFO] --- tycho-compiler:3.0.5:compile (default-compile) @ org.eclipse.emf.cdo.lm.security.edit --- [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.lm.security.edit/target/classes [INFO] [INFO] --- tycho-ds:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.emf.cdo.lm.security.edit --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.emf.cdo.lm.security.edit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.lm.security.edit/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.5:testCompile (default-testCompile) @ org.eclipse.emf.cdo.lm.security.edit --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.emf.cdo.lm.security.edit --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.cdo.lm.security.edit --- [INFO] [INFO] --- tycho-source:3.0.5:plugin-source (attach-source) @ org.eclipse.emf.cdo.lm.security.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.lm.security.edit/target/org.eclipse.emf.cdo.lm.security.edit-1.0.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.emf.cdo.lm.security.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.lm.security.edit/target/org.eclipse.emf.cdo.lm.security.edit-1.0.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.cdo.lm.security.edit --- [INFO] [INFO] --- eclipse-jarsigner:1.3.3:sign (sign) @ org.eclipse.emf.cdo.lm.security.edit --- [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.lm.security.edit/target/org.eclipse.emf.cdo.lm.security.edit-1.0.1-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.lm.security.edit/target/org.eclipse.emf.cdo.lm.security.edit-1.0.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.cdo.lm.security.edit --- [INFO] [INFO] --- tycho-surefire:3.0.5:integration-test (default-integration-test) @ org.eclipse.emf.cdo.lm.security.edit --- [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.emf.cdo.lm.security.edit --- [INFO] No tests to run. [INFO] [INFO] --------< org.eclipse.emf.cdo.features:org.eclipse.emf.cdo.lm >--------- [INFO] Building org.eclipse.emf.cdo.lm 1.3.1-SNAPSHOT [64/177] [INFO] from features/org.eclipse.emf.cdo.lm-feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier-aggregator (default-build-qualifier-aggregator)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier-aggregator (default-build-qualifier-aggregator)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-feature (default-package-feature)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-feature (default-package-feature)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.emf.cdo.lm --- [INFO] Deleting /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.lm-feature/target [INFO] [INFO] --- tycho-packaging:3.0.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.emf.cdo.lm --- [INFO] The project's OSGi version is 1.3.1.v20240318-1847 [INFO] [INFO] --- tycho-packaging:3.0.5:validate-id (default-validate-id) @ org.eclipse.emf.cdo.lm --- [INFO] [INFO] --- tycho-packaging:3.0.5:validate-version (default-validate-version) @ org.eclipse.emf.cdo.lm --- [INFO] [INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.emf.cdo.lm --- [INFO] [INFO] --- properties:1.0.0:read-project-properties (default) @ org.eclipse.emf.cdo.lm --- [INFO] [INFO] --- tycho-packaging:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.cdo.lm --- [INFO] [INFO] --- tycho-packaging:3.0.5:package-feature (default-package-feature) @ org.eclipse.emf.cdo.lm --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.lm-feature/target/org.eclipse.emf.cdo.lm-1.3.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.cdo.lm --- [INFO] [INFO] --- tycho-p2:3.0.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.emf.cdo.lm --- [INFO] [INFO] --- tycho-source:3.0.5:feature-source (feature-source) @ org.eclipse.emf.cdo.lm --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.lm-feature/target/org.eclipse.emf.cdo.lm-1.3.1-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- eclipse-jarsigner:1.3.3:sign (sign) @ org.eclipse.emf.cdo.lm --- [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.lm-feature/target/org.eclipse.emf.cdo.lm-1.3.1-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.lm-feature/target/org.eclipse.emf.cdo.lm-1.3.1-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.cdo.lm --- [INFO] [INFO] ------< org.eclipse.emf.cdo:org.eclipse.emf.cdo.examples.company >------ [INFO] Building org.eclipse.emf.cdo.examples.company 4.1.0-SNAPSHOT [65/177] [INFO] from plugins/org.eclipse.emf.cdo.examples.company/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.emf.cdo.examples.company --- [INFO] [INFO] --- tycho-packaging:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.emf.cdo.examples.company --- [INFO] The project's OSGi version is 4.1.0.v20230221-1613 [INFO] [INFO] --- tycho-packaging:3.0.5:validate-id (default-validate-id) @ org.eclipse.emf.cdo.examples.company --- [INFO] [INFO] --- tycho-packaging:3.0.5:validate-version (default-validate-version) @ org.eclipse.emf.cdo.examples.company --- [INFO] [INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.emf.cdo.examples.company --- [INFO] [INFO] --- tycho-compiler:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.emf.cdo.examples.company --- [INFO] Resolving class path of org.eclipse.emf.cdo.examples.company... [INFO] [INFO] --- properties:1.0.0:read-project-properties (default) @ org.eclipse.emf.cdo.examples.company --- [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.emf.cdo.examples.company --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.examples.company/src/main/resources [INFO] [INFO] --- tycho-compiler:3.0.5:compile (default-compile) @ org.eclipse.emf.cdo.examples.company --- [INFO] Compiling 36 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.examples.company/target/classes [INFO] [INFO] --- tycho-ds:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.emf.cdo.examples.company --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.emf.cdo.examples.company --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.examples.company/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.5:testCompile (default-testCompile) @ org.eclipse.emf.cdo.examples.company --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.emf.cdo.examples.company --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.cdo.examples.company --- [INFO] [INFO] --- tycho-source:3.0.5:plugin-source (attach-source) @ org.eclipse.emf.cdo.examples.company --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.examples.company/target/org.eclipse.emf.cdo.examples.company-4.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.emf.cdo.examples.company --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.examples.company/target/org.eclipse.emf.cdo.examples.company-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.cdo.examples.company --- [INFO] [INFO] --- eclipse-jarsigner:1.3.3:sign (sign) @ org.eclipse.emf.cdo.examples.company --- [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.examples.company/target/org.eclipse.emf.cdo.examples.company-4.1.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.examples.company/target/org.eclipse.emf.cdo.examples.company-4.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.cdo.examples.company --- [INFO] [INFO] --- tycho-surefire:3.0.5:integration-test (default-integration-test) @ org.eclipse.emf.cdo.examples.company --- [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.emf.cdo.examples.company --- [INFO] No tests to run. [INFO] [INFO] ----------< org.eclipse.emf.cdo:org.eclipse.emf.cdo.examples >---------- [INFO] Building org.eclipse.emf.cdo.examples 4.1.9-SNAPSHOT [66/177] [INFO] from plugins/org.eclipse.emf.cdo.examples/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.emf.cdo.examples --- [INFO] [INFO] --- tycho-packaging:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.emf.cdo.examples --- [INFO] The project's OSGi version is 4.1.9.v20240319-0838 [INFO] [INFO] --- tycho-packaging:3.0.5:validate-id (default-validate-id) @ org.eclipse.emf.cdo.examples --- [INFO] [INFO] --- tycho-packaging:3.0.5:validate-version (default-validate-version) @ org.eclipse.emf.cdo.examples --- [INFO] [INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.emf.cdo.examples --- [INFO] [INFO] --- tycho-compiler:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.emf.cdo.examples --- [INFO] Resolving class path of org.eclipse.emf.cdo.examples... [INFO] [INFO] --- properties:1.0.0:read-project-properties (default) @ org.eclipse.emf.cdo.examples --- [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.emf.cdo.examples --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- tycho-compiler:3.0.5:compile (default-compile) @ org.eclipse.emf.cdo.examples --- [INFO] Compiling 20 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.examples/target/classes [INFO] [INFO] --- tycho-ds:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.emf.cdo.examples --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.emf.cdo.examples --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.examples/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.5:testCompile (default-testCompile) @ org.eclipse.emf.cdo.examples --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.emf.cdo.examples --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.cdo.examples --- [INFO] [INFO] --- tycho-source:3.0.5:plugin-source (attach-source) @ org.eclipse.emf.cdo.examples --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.examples/target/org.eclipse.emf.cdo.examples-4.1.9-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.emf.cdo.examples --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.examples/target/org.eclipse.emf.cdo.examples-4.1.9-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.cdo.examples --- [INFO] [INFO] --- eclipse-jarsigner:1.3.3:sign (sign) @ org.eclipse.emf.cdo.examples --- [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.examples/target/org.eclipse.emf.cdo.examples-4.1.9-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.examples/target/org.eclipse.emf.cdo.examples-4.1.9-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.cdo.examples --- [INFO] [INFO] --- tycho-surefire:3.0.5:integration-test (default-integration-test) @ org.eclipse.emf.cdo.examples --- [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.emf.cdo.examples --- [INFO] No tests to run. [INFO] [INFO] ---< org.eclipse.emf.cdo:org.eclipse.emf.cdo.examples.company.edit >---- [INFO] Building org.eclipse.emf.cdo.examples.company.edit 4.1.1-SNAPSHOT [67/177] [INFO] from plugins/org.eclipse.emf.cdo.examples.company.edit/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.emf.cdo.examples.company.edit --- [INFO] [INFO] --- tycho-packaging:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.emf.cdo.examples.company.edit --- [INFO] The project's OSGi version is 4.1.1.v20230221-1613 [INFO] [INFO] --- tycho-packaging:3.0.5:validate-id (default-validate-id) @ org.eclipse.emf.cdo.examples.company.edit --- [INFO] [INFO] --- tycho-packaging:3.0.5:validate-version (default-validate-version) @ org.eclipse.emf.cdo.examples.company.edit --- [INFO] [INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.emf.cdo.examples.company.edit --- [INFO] [INFO] --- tycho-compiler:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.emf.cdo.examples.company.edit --- [INFO] Resolving class path of org.eclipse.emf.cdo.examples.company.edit... [INFO] [INFO] --- properties:1.0.0:read-project-properties (default) @ org.eclipse.emf.cdo.examples.company.edit --- [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.emf.cdo.examples.company.edit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.examples.company.edit/src/main/resources [INFO] [INFO] --- tycho-compiler:3.0.5:compile (default-compile) @ org.eclipse.emf.cdo.examples.company.edit --- [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.examples.company.edit/target/classes [INFO] [INFO] --- tycho-ds:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.emf.cdo.examples.company.edit --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.emf.cdo.examples.company.edit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.examples.company.edit/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.5:testCompile (default-testCompile) @ org.eclipse.emf.cdo.examples.company.edit --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.emf.cdo.examples.company.edit --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.cdo.examples.company.edit --- [INFO] [INFO] --- tycho-source:3.0.5:plugin-source (attach-source) @ org.eclipse.emf.cdo.examples.company.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.examples.company.edit/target/org.eclipse.emf.cdo.examples.company.edit-4.1.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.emf.cdo.examples.company.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.examples.company.edit/target/org.eclipse.emf.cdo.examples.company.edit-4.1.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.cdo.examples.company.edit --- [INFO] [INFO] --- eclipse-jarsigner:1.3.3:sign (sign) @ org.eclipse.emf.cdo.examples.company.edit --- [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.examples.company.edit/target/org.eclipse.emf.cdo.examples.company.edit-4.1.1-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.examples.company.edit/target/org.eclipse.emf.cdo.examples.company.edit-4.1.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.cdo.examples.company.edit --- [INFO] [INFO] --- tycho-surefire:3.0.5:integration-test (default-integration-test) @ org.eclipse.emf.cdo.examples.company.edit --- [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.emf.cdo.examples.company.edit --- [INFO] No tests to run. [INFO] [INFO] -----< org.eclipse.emf.cdo:org.eclipse.emf.cdo.examples.installer >----- [INFO] Building org.eclipse.emf.cdo.examples.installer 4.3.2-SNAPSHOT [68/177] [INFO] from plugins/org.eclipse.emf.cdo.examples.installer/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.emf.cdo.examples.installer --- [INFO] [INFO] --- tycho-packaging:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.emf.cdo.examples.installer --- [INFO] The project's OSGi version is 4.3.2.v20231218-1001 [INFO] [INFO] --- tycho-packaging:3.0.5:validate-id (default-validate-id) @ org.eclipse.emf.cdo.examples.installer --- [INFO] [INFO] --- tycho-packaging:3.0.5:validate-version (default-validate-version) @ org.eclipse.emf.cdo.examples.installer --- [INFO] [INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.emf.cdo.examples.installer --- [INFO] [INFO] --- tycho-compiler:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.emf.cdo.examples.installer --- [INFO] Resolving class path of org.eclipse.emf.cdo.examples.installer... [INFO] [INFO] --- properties:1.0.0:read-project-properties (default) @ org.eclipse.emf.cdo.examples.installer --- [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.emf.cdo.examples.installer --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- tycho-compiler:3.0.5:compile (default-compile) @ org.eclipse.emf.cdo.examples.installer --- [INFO] [INFO] --- tycho-ds:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.emf.cdo.examples.installer --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.emf.cdo.examples.installer --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.examples.installer/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.5:testCompile (default-testCompile) @ org.eclipse.emf.cdo.examples.installer --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.emf.cdo.examples.installer --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.cdo.examples.installer --- [INFO] [INFO] --- tycho-source:3.0.5:plugin-source (attach-source) @ org.eclipse.emf.cdo.examples.installer --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.examples.installer/target/org.eclipse.emf.cdo.examples.installer-4.3.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.emf.cdo.examples.installer --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.examples.installer/target/org.eclipse.emf.cdo.examples.installer-4.3.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.cdo.examples.installer --- [INFO] [INFO] --- eclipse-jarsigner:1.3.3:sign (sign) @ org.eclipse.emf.cdo.examples.installer --- [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.examples.installer/target/org.eclipse.emf.cdo.examples.installer-4.3.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.examples.installer/target/org.eclipse.emf.cdo.examples.installer-4.3.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.cdo.examples.installer --- [INFO] [INFO] --- tycho-surefire:3.0.5:integration-test (default-integration-test) @ org.eclipse.emf.cdo.examples.installer --- [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.emf.cdo.examples.installer --- [INFO] No tests to run. [INFO] [INFO] --< org.eclipse.emf.cdo.features:org.eclipse.emf.cdo.examples.installer >-- [INFO] Building org.eclipse.emf.cdo.examples.installer 4.4.2-SNAPSHOT [69/177] [INFO] from features/org.eclipse.emf.cdo.examples.installer-feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier-aggregator (default-build-qualifier-aggregator)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier-aggregator (default-build-qualifier-aggregator)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-feature (default-package-feature)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-feature (default-package-feature)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.emf.cdo.examples.installer --- [INFO] Deleting /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.examples.installer-feature/target [INFO] [INFO] --- tycho-packaging:3.0.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.emf.cdo.examples.installer --- [INFO] The project's OSGi version is 4.4.2.v20231218-1001 [INFO] [INFO] --- tycho-packaging:3.0.5:validate-id (default-validate-id) @ org.eclipse.emf.cdo.examples.installer --- [INFO] [INFO] --- tycho-packaging:3.0.5:validate-version (default-validate-version) @ org.eclipse.emf.cdo.examples.installer --- [INFO] [INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.emf.cdo.examples.installer --- [INFO] [INFO] --- properties:1.0.0:read-project-properties (default) @ org.eclipse.emf.cdo.examples.installer --- [INFO] [INFO] --- tycho-packaging:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.cdo.examples.installer --- [INFO] [INFO] --- tycho-packaging:3.0.5:package-feature (default-package-feature) @ org.eclipse.emf.cdo.examples.installer --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.examples.installer-feature/target/org.eclipse.emf.cdo.examples.installer-4.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.cdo.examples.installer --- [INFO] [INFO] --- tycho-p2:3.0.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.emf.cdo.examples.installer --- [INFO] [INFO] --- tycho-source:3.0.5:feature-source (feature-source) @ org.eclipse.emf.cdo.examples.installer --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.examples.installer-feature/target/org.eclipse.emf.cdo.examples.installer-4.4.2-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- eclipse-jarsigner:1.3.3:sign (sign) @ org.eclipse.emf.cdo.examples.installer --- [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.examples.installer-feature/target/org.eclipse.emf.cdo.examples.installer-4.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.examples.installer-feature/target/org.eclipse.emf.cdo.examples.installer-4.4.2-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.cdo.examples.installer --- [INFO] [INFO] --------------< org.eclipse.emf.cdo:org.gastro.inventory >-------------- [INFO] Building org.gastro.inventory 4.1.0-SNAPSHOT [70/177] [INFO] from plugins/org.gastro.inventory/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.gastro.inventory --- [INFO] [INFO] --- tycho-packaging:3.0.5:build-qualifier (default-build-qualifier) @ org.gastro.inventory --- [INFO] The project's OSGi version is 4.1.0.v20230221-1613 [INFO] [INFO] --- tycho-packaging:3.0.5:validate-id (default-validate-id) @ org.gastro.inventory --- [INFO] [INFO] --- tycho-packaging:3.0.5:validate-version (default-validate-version) @ org.gastro.inventory --- [INFO] [INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.gastro.inventory --- [INFO] [INFO] --- tycho-compiler:3.0.5:validate-classpath (default-validate-classpath) @ org.gastro.inventory --- [INFO] Resolving class path of org.gastro.inventory... [INFO] [INFO] --- properties:1.0.0:read-project-properties (default) @ org.gastro.inventory --- [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.gastro.inventory --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.gastro.inventory/src/main/resources [INFO] [INFO] --- tycho-compiler:3.0.5:compile (default-compile) @ org.gastro.inventory --- [INFO] Compiling 32 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.gastro.inventory/target/classes [INFO] [INFO] --- tycho-ds:3.0.5:declarative-services (default-declarative-services) @ org.gastro.inventory --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.gastro.inventory --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.gastro.inventory/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.5:testCompile (default-testCompile) @ org.gastro.inventory --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.gastro.inventory --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.gastro.inventory --- [INFO] [INFO] --- tycho-source:3.0.5:plugin-source (attach-source) @ org.gastro.inventory --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.gastro.inventory/target/org.gastro.inventory-4.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.5:package-plugin (default-package-plugin) @ org.gastro.inventory --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.gastro.inventory/target/org.gastro.inventory-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.gastro.inventory --- [INFO] [INFO] --- eclipse-jarsigner:1.3.3:sign (sign) @ org.gastro.inventory --- [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.gastro.inventory/target/org.gastro.inventory-4.1.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.gastro.inventory/target/org.gastro.inventory-4.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata (attach-p2-metadata) @ org.gastro.inventory --- [INFO] [INFO] --- tycho-surefire:3.0.5:integration-test (default-integration-test) @ org.gastro.inventory --- [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.gastro.inventory --- [INFO] No tests to run. [INFO] [INFO] --------------< org.eclipse.emf.cdo:org.gastro.business >--------------- [INFO] Building org.gastro.business 4.1.0-SNAPSHOT [71/177] [INFO] from plugins/org.gastro.business/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.gastro.business --- [INFO] [INFO] --- tycho-packaging:3.0.5:build-qualifier (default-build-qualifier) @ org.gastro.business --- [INFO] The project's OSGi version is 4.1.0.v20230221-1613 [INFO] [INFO] --- tycho-packaging:3.0.5:validate-id (default-validate-id) @ org.gastro.business --- [INFO] [INFO] --- tycho-packaging:3.0.5:validate-version (default-validate-version) @ org.gastro.business --- [INFO] [INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.gastro.business --- [INFO] [INFO] --- tycho-compiler:3.0.5:validate-classpath (default-validate-classpath) @ org.gastro.business --- [INFO] Resolving class path of org.gastro.business... [INFO] [INFO] --- properties:1.0.0:read-project-properties (default) @ org.gastro.business --- [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.gastro.business --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.gastro.business/src/main/resources [INFO] [INFO] --- tycho-compiler:3.0.5:compile (default-compile) @ org.gastro.business --- [INFO] Compiling 15 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.gastro.business/target/classes [INFO] [INFO] --- tycho-ds:3.0.5:declarative-services (default-declarative-services) @ org.gastro.business --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.gastro.business --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.gastro.business/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.5:testCompile (default-testCompile) @ org.gastro.business --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.gastro.business --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.gastro.business --- [INFO] [INFO] --- tycho-source:3.0.5:plugin-source (attach-source) @ org.gastro.business --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.gastro.business/target/org.gastro.business-4.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.5:package-plugin (default-package-plugin) @ org.gastro.business --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.gastro.business/target/org.gastro.business-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.gastro.business --- [INFO] [INFO] --- eclipse-jarsigner:1.3.3:sign (sign) @ org.gastro.business --- [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.gastro.business/target/org.gastro.business-4.1.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.gastro.business/target/org.gastro.business-4.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata (attach-p2-metadata) @ org.gastro.business --- [INFO] [INFO] --- tycho-surefire:3.0.5:integration-test (default-integration-test) @ org.gastro.business --- [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.gastro.business --- [INFO] No tests to run. [INFO] [INFO] -----------< org.eclipse.emf.cdo:org.gastro.inventory.edit >------------ [INFO] Building org.gastro.inventory.edit 4.1.1-SNAPSHOT [72/177] [INFO] from plugins/org.gastro.inventory.edit/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.gastro.inventory.edit --- [INFO] [INFO] --- tycho-packaging:3.0.5:build-qualifier (default-build-qualifier) @ org.gastro.inventory.edit --- [INFO] The project's OSGi version is 4.1.1.v20230221-1613 [INFO] [INFO] --- tycho-packaging:3.0.5:validate-id (default-validate-id) @ org.gastro.inventory.edit --- [INFO] [INFO] --- tycho-packaging:3.0.5:validate-version (default-validate-version) @ org.gastro.inventory.edit --- [INFO] [INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.gastro.inventory.edit --- [INFO] [INFO] --- tycho-compiler:3.0.5:validate-classpath (default-validate-classpath) @ org.gastro.inventory.edit --- [INFO] Resolving class path of org.gastro.inventory.edit... [INFO] [INFO] --- properties:1.0.0:read-project-properties (default) @ org.gastro.inventory.edit --- [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.gastro.inventory.edit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.gastro.inventory.edit/src/main/resources [INFO] [INFO] --- tycho-compiler:3.0.5:compile (default-compile) @ org.gastro.inventory.edit --- [INFO] Compiling 15 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.gastro.inventory.edit/target/classes [INFO] [INFO] --- tycho-ds:3.0.5:declarative-services (default-declarative-services) @ org.gastro.inventory.edit --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.gastro.inventory.edit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.gastro.inventory.edit/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.5:testCompile (default-testCompile) @ org.gastro.inventory.edit --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.gastro.inventory.edit --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.gastro.inventory.edit --- [INFO] [INFO] --- tycho-source:3.0.5:plugin-source (attach-source) @ org.gastro.inventory.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.gastro.inventory.edit/target/org.gastro.inventory.edit-4.1.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.5:package-plugin (default-package-plugin) @ org.gastro.inventory.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.gastro.inventory.edit/target/org.gastro.inventory.edit-4.1.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.gastro.inventory.edit --- [INFO] [INFO] --- eclipse-jarsigner:1.3.3:sign (sign) @ org.gastro.inventory.edit --- [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.gastro.inventory.edit/target/org.gastro.inventory.edit-4.1.1-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.gastro.inventory.edit/target/org.gastro.inventory.edit-4.1.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata (attach-p2-metadata) @ org.gastro.inventory.edit --- [INFO] [INFO] --- tycho-surefire:3.0.5:integration-test (default-integration-test) @ org.gastro.inventory.edit --- [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.gastro.inventory.edit --- [INFO] No tests to run. [INFO] [INFO] ------------< org.eclipse.emf.cdo:org.gastro.business.edit >------------ [INFO] Building org.gastro.business.edit 4.1.1-SNAPSHOT [73/177] [INFO] from plugins/org.gastro.business.edit/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.gastro.business.edit --- [INFO] [INFO] --- tycho-packaging:3.0.5:build-qualifier (default-build-qualifier) @ org.gastro.business.edit --- [INFO] The project's OSGi version is 4.1.1.v20230221-1613 [INFO] [INFO] --- tycho-packaging:3.0.5:validate-id (default-validate-id) @ org.gastro.business.edit --- [INFO] [INFO] --- tycho-packaging:3.0.5:validate-version (default-validate-version) @ org.gastro.business.edit --- [INFO] [INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.gastro.business.edit --- [INFO] [INFO] --- tycho-compiler:3.0.5:validate-classpath (default-validate-classpath) @ org.gastro.business.edit --- [INFO] Resolving class path of org.gastro.business.edit... [INFO] [INFO] --- properties:1.0.0:read-project-properties (default) @ org.gastro.business.edit --- [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.gastro.business.edit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.gastro.business.edit/src/main/resources [INFO] [INFO] --- tycho-compiler:3.0.5:compile (default-compile) @ org.gastro.business.edit --- [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.gastro.business.edit/target/classes [INFO] [INFO] --- tycho-ds:3.0.5:declarative-services (default-declarative-services) @ org.gastro.business.edit --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.gastro.business.edit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.gastro.business.edit/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.5:testCompile (default-testCompile) @ org.gastro.business.edit --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.gastro.business.edit --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.gastro.business.edit --- [INFO] [INFO] --- tycho-source:3.0.5:plugin-source (attach-source) @ org.gastro.business.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.gastro.business.edit/target/org.gastro.business.edit-4.1.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.5:package-plugin (default-package-plugin) @ org.gastro.business.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.gastro.business.edit/target/org.gastro.business.edit-4.1.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.gastro.business.edit --- [INFO] [INFO] --- eclipse-jarsigner:1.3.3:sign (sign) @ org.gastro.business.edit --- [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.gastro.business.edit/target/org.gastro.business.edit-4.1.1-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.gastro.business.edit/target/org.gastro.business.edit-4.1.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata (attach-p2-metadata) @ org.gastro.business.edit --- [INFO] [INFO] --- tycho-surefire:3.0.5:integration-test (default-integration-test) @ org.gastro.business.edit --- [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.gastro.business.edit --- [INFO] No tests to run. [INFO] [INFO] -----------------< org.eclipse.emf.cdo:org.gastro.rcp >----------------- [INFO] Building org.gastro.rcp 4.3.1-SNAPSHOT [74/177] [INFO] from plugins/org.gastro.rcp/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.gastro.rcp --- [INFO] [INFO] --- tycho-packaging:3.0.5:build-qualifier (default-build-qualifier) @ org.gastro.rcp --- [INFO] The project's OSGi version is 4.3.1.v20231014-0751 [INFO] [INFO] --- tycho-packaging:3.0.5:validate-id (default-validate-id) @ org.gastro.rcp --- [INFO] [INFO] --- tycho-packaging:3.0.5:validate-version (default-validate-version) @ org.gastro.rcp --- [INFO] [INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.gastro.rcp --- [INFO] [INFO] --- tycho-compiler:3.0.5:validate-classpath (default-validate-classpath) @ org.gastro.rcp --- [INFO] Resolving class path of org.gastro.rcp... [INFO] [INFO] --- properties:1.0.0:read-project-properties (default) @ org.gastro.rcp --- [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.gastro.rcp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.gastro.rcp/src/main/resources [INFO] [INFO] --- tycho-compiler:3.0.5:compile (default-compile) @ org.gastro.rcp --- [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.gastro.rcp/target/classes [INFO] [INFO] --- tycho-ds:3.0.5:declarative-services (default-declarative-services) @ org.gastro.rcp --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.gastro.rcp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.gastro.rcp/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.5:testCompile (default-testCompile) @ org.gastro.rcp --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.gastro.rcp --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.gastro.rcp --- [INFO] [INFO] --- tycho-source:3.0.5:plugin-source (attach-source) @ org.gastro.rcp --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.gastro.rcp/target/org.gastro.rcp-4.3.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.5:package-plugin (default-package-plugin) @ org.gastro.rcp --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.gastro.rcp/target/org.gastro.rcp-4.3.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.gastro.rcp --- [INFO] [INFO] --- eclipse-jarsigner:1.3.3:sign (sign) @ org.gastro.rcp --- [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.gastro.rcp/target/org.gastro.rcp-4.3.1-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.gastro.rcp/target/org.gastro.rcp-4.3.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata (attach-p2-metadata) @ org.gastro.rcp --- [INFO] [INFO] --- tycho-surefire:3.0.5:integration-test (default-integration-test) @ org.gastro.rcp --- [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.gastro.rcp --- [INFO] No tests to run. [INFO] [INFO] -----------< org.eclipse.emf.cdo:org.gastro.rcp.department >------------ [INFO] Building org.gastro.rcp.department 4.2.1-SNAPSHOT [75/177] [INFO] from plugins/org.gastro.rcp.department/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.gastro.rcp.department --- [INFO] [INFO] --- tycho-packaging:3.0.5:build-qualifier (default-build-qualifier) @ org.gastro.rcp.department --- [INFO] The project's OSGi version is 4.2.1.v20231014-0751 [INFO] [INFO] --- tycho-packaging:3.0.5:validate-id (default-validate-id) @ org.gastro.rcp.department --- [INFO] [INFO] --- tycho-packaging:3.0.5:validate-version (default-validate-version) @ org.gastro.rcp.department --- [INFO] [INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.gastro.rcp.department --- [INFO] [INFO] --- tycho-compiler:3.0.5:validate-classpath (default-validate-classpath) @ org.gastro.rcp.department --- [INFO] Resolving class path of org.gastro.rcp.department... [INFO] [INFO] --- properties:1.0.0:read-project-properties (default) @ org.gastro.rcp.department --- [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.gastro.rcp.department --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.gastro.rcp.department/src/main/resources [INFO] [INFO] --- tycho-compiler:3.0.5:compile (default-compile) @ org.gastro.rcp.department --- [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.gastro.rcp.department/target/classes [INFO] [INFO] --- tycho-ds:3.0.5:declarative-services (default-declarative-services) @ org.gastro.rcp.department --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.gastro.rcp.department --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.gastro.rcp.department/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.5:testCompile (default-testCompile) @ org.gastro.rcp.department --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.gastro.rcp.department --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.gastro.rcp.department --- [INFO] [INFO] --- tycho-source:3.0.5:plugin-source (attach-source) @ org.gastro.rcp.department --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.gastro.rcp.department/target/org.gastro.rcp.department-4.2.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.5:package-plugin (default-package-plugin) @ org.gastro.rcp.department --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.gastro.rcp.department/target/org.gastro.rcp.department-4.2.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.gastro.rcp.department --- [INFO] [INFO] --- eclipse-jarsigner:1.3.3:sign (sign) @ org.gastro.rcp.department --- [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.gastro.rcp.department/target/org.gastro.rcp.department-4.2.1-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.gastro.rcp.department/target/org.gastro.rcp.department-4.2.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata (attach-p2-metadata) @ org.gastro.rcp.department --- [INFO] [INFO] --- tycho-surefire:3.0.5:integration-test (default-integration-test) @ org.gastro.rcp.department --- [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.gastro.rcp.department --- [INFO] No tests to run. [INFO] [INFO] --------------< org.eclipse.emf.cdo:org.gastro.rcp.table >-------------- [INFO] Building org.gastro.rcp.table 4.2.1-SNAPSHOT [76/177] [INFO] from plugins/org.gastro.rcp.table/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.gastro.rcp.table --- [INFO] [INFO] --- tycho-packaging:3.0.5:build-qualifier (default-build-qualifier) @ org.gastro.rcp.table --- [INFO] The project's OSGi version is 4.2.1.v20231014-0751 [INFO] [INFO] --- tycho-packaging:3.0.5:validate-id (default-validate-id) @ org.gastro.rcp.table --- [INFO] [INFO] --- tycho-packaging:3.0.5:validate-version (default-validate-version) @ org.gastro.rcp.table --- [INFO] [INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.gastro.rcp.table --- [INFO] [INFO] --- tycho-compiler:3.0.5:validate-classpath (default-validate-classpath) @ org.gastro.rcp.table --- [INFO] Resolving class path of org.gastro.rcp.table... [INFO] [INFO] --- properties:1.0.0:read-project-properties (default) @ org.gastro.rcp.table --- [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.gastro.rcp.table --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.gastro.rcp.table/src/main/resources [INFO] [INFO] --- tycho-compiler:3.0.5:compile (default-compile) @ org.gastro.rcp.table --- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.gastro.rcp.table/target/classes [INFO] [INFO] --- tycho-ds:3.0.5:declarative-services (default-declarative-services) @ org.gastro.rcp.table --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.gastro.rcp.table --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.gastro.rcp.table/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.5:testCompile (default-testCompile) @ org.gastro.rcp.table --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.gastro.rcp.table --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.gastro.rcp.table --- [INFO] [INFO] --- tycho-source:3.0.5:plugin-source (attach-source) @ org.gastro.rcp.table --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.gastro.rcp.table/target/org.gastro.rcp.table-4.2.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.5:package-plugin (default-package-plugin) @ org.gastro.rcp.table --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.gastro.rcp.table/target/org.gastro.rcp.table-4.2.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.gastro.rcp.table --- [INFO] [INFO] --- eclipse-jarsigner:1.3.3:sign (sign) @ org.gastro.rcp.table --- [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.gastro.rcp.table/target/org.gastro.rcp.table-4.2.1-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.gastro.rcp.table/target/org.gastro.rcp.table-4.2.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata (attach-p2-metadata) @ org.gastro.rcp.table --- [INFO] [INFO] --- tycho-surefire:3.0.5:integration-test (default-integration-test) @ org.gastro.rcp.table --- [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.gastro.rcp.table --- [INFO] No tests to run. [INFO] [INFO] ---------------< org.eclipse.emf.cdo:org.gastro.server >---------------- [INFO] Building org.gastro.server 4.1.1-SNAPSHOT [77/177] [INFO] from plugins/org.gastro.server/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.gastro.server --- [INFO] [INFO] --- tycho-packaging:3.0.5:build-qualifier (default-build-qualifier) @ org.gastro.server --- [INFO] The project's OSGi version is 4.1.1.v20230830-1044 [INFO] [INFO] --- tycho-packaging:3.0.5:validate-id (default-validate-id) @ org.gastro.server --- [INFO] [INFO] --- tycho-packaging:3.0.5:validate-version (default-validate-version) @ org.gastro.server --- [INFO] [INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.gastro.server --- [INFO] [INFO] --- tycho-compiler:3.0.5:validate-classpath (default-validate-classpath) @ org.gastro.server --- [INFO] Resolving class path of org.gastro.server... [INFO] [INFO] --- properties:1.0.0:read-project-properties (default) @ org.gastro.server --- [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.gastro.server --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.gastro.server/src/main/resources [INFO] [INFO] --- tycho-compiler:3.0.5:compile (default-compile) @ org.gastro.server --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.gastro.server/target/classes [INFO] [INFO] --- tycho-ds:3.0.5:declarative-services (default-declarative-services) @ org.gastro.server --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.gastro.server --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.gastro.server/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.5:testCompile (default-testCompile) @ org.gastro.server --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.gastro.server --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.gastro.server --- [INFO] [INFO] --- tycho-source:3.0.5:plugin-source (attach-source) @ org.gastro.server --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.gastro.server/target/org.gastro.server-4.1.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.5:package-plugin (default-package-plugin) @ org.gastro.server --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.gastro.server/target/org.gastro.server-4.1.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.gastro.server --- [INFO] [INFO] --- eclipse-jarsigner:1.3.3:sign (sign) @ org.gastro.server --- [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.gastro.server/target/org.gastro.server-4.1.1-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.gastro.server/target/org.gastro.server-4.1.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata (attach-p2-metadata) @ org.gastro.server --- [INFO] [INFO] --- tycho-surefire:3.0.5:integration-test (default-integration-test) @ org.gastro.server --- [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.gastro.server --- [INFO] No tests to run. [INFO] [INFO] -------------< org.eclipse.emf.cdo:org.gastro.server.web >-------------- [INFO] Building org.gastro.server.web 4.4.1-SNAPSHOT [78/177] [INFO] from plugins/org.gastro.server.web/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.gastro.server.web --- [INFO] [INFO] --- tycho-packaging:3.0.5:build-qualifier (default-build-qualifier) @ org.gastro.server.web --- [INFO] The project's OSGi version is 4.4.1.v20231122-1038 [INFO] [INFO] --- tycho-packaging:3.0.5:validate-id (default-validate-id) @ org.gastro.server.web --- [INFO] [INFO] --- tycho-packaging:3.0.5:validate-version (default-validate-version) @ org.gastro.server.web --- [INFO] [INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.gastro.server.web --- [INFO] [INFO] --- tycho-compiler:3.0.5:validate-classpath (default-validate-classpath) @ org.gastro.server.web --- [INFO] Resolving class path of org.gastro.server.web... [INFO] [INFO] --- properties:1.0.0:read-project-properties (default) @ org.gastro.server.web --- [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.gastro.server.web --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.gastro.server.web/src/main/resources [INFO] [INFO] --- tycho-compiler:3.0.5:compile (default-compile) @ org.gastro.server.web --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.gastro.server.web/target/classes [INFO] [INFO] --- tycho-ds:3.0.5:declarative-services (default-declarative-services) @ org.gastro.server.web --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.gastro.server.web --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.gastro.server.web/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.5:testCompile (default-testCompile) @ org.gastro.server.web --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.gastro.server.web --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.gastro.server.web --- [INFO] [INFO] --- tycho-source:3.0.5:plugin-source (attach-source) @ org.gastro.server.web --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.gastro.server.web/target/org.gastro.server.web-4.4.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.5:package-plugin (default-package-plugin) @ org.gastro.server.web --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.gastro.server.web/target/org.gastro.server.web-4.4.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.gastro.server.web --- [INFO] [INFO] --- eclipse-jarsigner:1.3.3:sign (sign) @ org.gastro.server.web --- [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.gastro.server.web/target/org.gastro.server.web-4.4.1-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.gastro.server.web/target/org.gastro.server.web-4.4.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata (attach-p2-metadata) @ org.gastro.server.web --- [INFO] [INFO] --- tycho-surefire:3.0.5:integration-test (default-integration-test) @ org.gastro.server.web --- [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.gastro.server.web --- [INFO] No tests to run. [INFO] [INFO] -------------< org.eclipse.emf.cdo:org.gastro.testclient >-------------- [INFO] Building org.gastro.testclient 4.2.1-SNAPSHOT [79/177] [INFO] from plugins/org.gastro.testclient/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.gastro.testclient --- [INFO] [INFO] --- tycho-packaging:3.0.5:build-qualifier (default-build-qualifier) @ org.gastro.testclient --- [INFO] The project's OSGi version is 4.2.1.v20231014-0751 [INFO] [INFO] --- tycho-packaging:3.0.5:validate-id (default-validate-id) @ org.gastro.testclient --- [INFO] [INFO] --- tycho-packaging:3.0.5:validate-version (default-validate-version) @ org.gastro.testclient --- [INFO] [INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.gastro.testclient --- [INFO] [INFO] --- tycho-compiler:3.0.5:validate-classpath (default-validate-classpath) @ org.gastro.testclient --- [INFO] Resolving class path of org.gastro.testclient... [INFO] [INFO] --- properties:1.0.0:read-project-properties (default) @ org.gastro.testclient --- [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.gastro.testclient --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.gastro.testclient/src/main/resources [INFO] [INFO] --- tycho-compiler:3.0.5:compile (default-compile) @ org.gastro.testclient --- [INFO] [INFO] --- tycho-ds:3.0.5:declarative-services (default-declarative-services) @ org.gastro.testclient --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.gastro.testclient --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.gastro.testclient/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.5:testCompile (default-testCompile) @ org.gastro.testclient --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.gastro.testclient --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.gastro.testclient --- [INFO] [INFO] --- tycho-source:3.0.5:plugin-source (attach-source) @ org.gastro.testclient --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.gastro.testclient/target/org.gastro.testclient-4.2.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.5:package-plugin (default-package-plugin) @ org.gastro.testclient --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.gastro.testclient/target/org.gastro.testclient-4.2.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.gastro.testclient --- [INFO] [INFO] --- eclipse-jarsigner:1.3.3:sign (sign) @ org.gastro.testclient --- [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.gastro.testclient/target/org.gastro.testclient-4.2.1-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.gastro.testclient/target/org.gastro.testclient-4.2.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata (attach-p2-metadata) @ org.gastro.testclient --- [INFO] [INFO] --- tycho-surefire:3.0.5:integration-test (default-integration-test) @ org.gastro.testclient --- [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.gastro.testclient --- [INFO] No tests to run. [INFO] [INFO] -----< org.eclipse.emf.cdo.features:org.eclipse.emf.cdo.examples >------ [INFO] Building org.eclipse.emf.cdo.examples 4.6.3-SNAPSHOT [80/177] [INFO] from features/org.eclipse.emf.cdo.examples-feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier-aggregator (default-build-qualifier-aggregator)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier-aggregator (default-build-qualifier-aggregator)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-feature (default-package-feature)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-feature (default-package-feature)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.emf.cdo.examples --- [INFO] Deleting /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.examples-feature/target [INFO] [INFO] --- tycho-packaging:3.0.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.emf.cdo.examples --- [INFO] The project's OSGi version is 4.6.3.v20240319-0838 [INFO] [INFO] --- tycho-packaging:3.0.5:validate-id (default-validate-id) @ org.eclipse.emf.cdo.examples --- [INFO] [INFO] --- tycho-packaging:3.0.5:validate-version (default-validate-version) @ org.eclipse.emf.cdo.examples --- [INFO] [INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.emf.cdo.examples --- [INFO] [INFO] --- properties:1.0.0:read-project-properties (default) @ org.eclipse.emf.cdo.examples --- [INFO] [INFO] --- tycho-packaging:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.cdo.examples --- [INFO] [INFO] --- tycho-packaging:3.0.5:package-feature (default-package-feature) @ org.eclipse.emf.cdo.examples --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.examples-feature/target/org.eclipse.emf.cdo.examples-4.6.3-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.cdo.examples --- [INFO] [INFO] --- tycho-p2:3.0.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.emf.cdo.examples --- [INFO] [INFO] --- tycho-source:3.0.5:feature-source (feature-source) @ org.eclipse.emf.cdo.examples --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.examples-feature/target/org.eclipse.emf.cdo.examples-4.6.3-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- eclipse-jarsigner:1.3.3:sign (sign) @ org.eclipse.emf.cdo.examples --- [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.examples-feature/target/org.eclipse.emf.cdo.examples-4.6.3-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.examples-feature/target/org.eclipse.emf.cdo.examples-4.6.3-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.cdo.examples --- [INFO] [INFO] ------< org.eclipse.emf.cdo.features:org.eclipse.emf.cdo.compare >------ [INFO] Building org.eclipse.emf.cdo.compare 4.10.4-SNAPSHOT [81/177] [INFO] from features/org.eclipse.emf.cdo.compare-feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier-aggregator (default-build-qualifier-aggregator)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier-aggregator (default-build-qualifier-aggregator)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-feature (default-package-feature)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-feature (default-package-feature)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.emf.cdo.compare --- [INFO] Deleting /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.compare-feature/target [INFO] [INFO] --- tycho-packaging:3.0.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.emf.cdo.compare --- [INFO] The project's OSGi version is 4.10.4.v20231122-1107 [INFO] [INFO] --- tycho-packaging:3.0.5:validate-id (default-validate-id) @ org.eclipse.emf.cdo.compare --- [INFO] [INFO] --- tycho-packaging:3.0.5:validate-version (default-validate-version) @ org.eclipse.emf.cdo.compare --- [INFO] [INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.emf.cdo.compare --- [INFO] [INFO] --- properties:1.0.0:read-project-properties (default) @ org.eclipse.emf.cdo.compare --- [INFO] [INFO] --- tycho-packaging:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.cdo.compare --- [INFO] [INFO] --- tycho-packaging:3.0.5:package-feature (default-package-feature) @ org.eclipse.emf.cdo.compare --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.compare-feature/target/org.eclipse.emf.cdo.compare-4.10.4-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.cdo.compare --- [INFO] [INFO] --- tycho-p2:3.0.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.emf.cdo.compare --- [INFO] [INFO] --- tycho-source:3.0.5:feature-source (feature-source) @ org.eclipse.emf.cdo.compare --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.compare-feature/target/org.eclipse.emf.cdo.compare-4.10.4-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- eclipse-jarsigner:1.3.3:sign (sign) @ org.eclipse.emf.cdo.compare --- [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.compare-feature/target/org.eclipse.emf.cdo.compare-4.10.4-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.compare-feature/target/org.eclipse.emf.cdo.compare-4.10.4-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.cdo.compare --- [INFO] [INFO] -----------< org.eclipse.emf.cdo:org.eclipse.net4j.db.derby >----------- [INFO] Building org.eclipse.net4j.db.derby 4.3.4-SNAPSHOT [82/177] [INFO] from plugins/org.eclipse.net4j.db.derby/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.net4j.db.derby --- [INFO] [INFO] --- tycho-packaging:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.net4j.db.derby --- [INFO] The project's OSGi version is 4.3.4.v20231122-0952 [INFO] [INFO] --- tycho-packaging:3.0.5:validate-id (default-validate-id) @ org.eclipse.net4j.db.derby --- [INFO] [INFO] --- tycho-packaging:3.0.5:validate-version (default-validate-version) @ org.eclipse.net4j.db.derby --- [INFO] [INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.net4j.db.derby --- [INFO] [INFO] --- tycho-compiler:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.net4j.db.derby --- [INFO] Resolving class path of org.eclipse.net4j.db.derby... [INFO] [INFO] --- properties:1.0.0:read-project-properties (default) @ org.eclipse.net4j.db.derby --- [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.net4j.db.derby --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- tycho-compiler:3.0.5:compile (default-compile) @ org.eclipse.net4j.db.derby --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.db.derby/target/classes [INFO] [INFO] --- tycho-ds:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.net4j.db.derby --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.net4j.db.derby --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.db.derby/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.5:testCompile (default-testCompile) @ org.eclipse.net4j.db.derby --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.net4j.db.derby --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.net4j.db.derby --- [INFO] [INFO] --- tycho-source:3.0.5:plugin-source (attach-source) @ org.eclipse.net4j.db.derby --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.db.derby/target/org.eclipse.net4j.db.derby-4.3.4-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.net4j.db.derby --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.db.derby/target/org.eclipse.net4j.db.derby-4.3.4-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.net4j.db.derby --- [INFO] [INFO] --- eclipse-jarsigner:1.3.3:sign (sign) @ org.eclipse.net4j.db.derby --- [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.db.derby/target/org.eclipse.net4j.db.derby-4.3.4-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.db.derby/target/org.eclipse.net4j.db.derby-4.3.4-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.net4j.db.derby --- [INFO] [INFO] --- tycho-surefire:3.0.5:integration-test (default-integration-test) @ org.eclipse.net4j.db.derby --- [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.net4j.db.derby --- [INFO] No tests to run. [INFO] [INFO] -----------< org.eclipse.emf.cdo:org.eclipse.net4j.util.doc >----------- [INFO] Building org.eclipse.net4j.util.doc 4.2.8-SNAPSHOT [83/177] [INFO] from plugins/org.eclipse.net4j.util.doc/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.net4j.util.doc --- [INFO] [INFO] --- tycho-packaging:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.net4j.util.doc --- [INFO] The project's OSGi version is 4.2.8.v20231209-2009 [INFO] [INFO] --- tycho-packaging:3.0.5:validate-id (default-validate-id) @ org.eclipse.net4j.util.doc --- [INFO] [INFO] --- tycho-packaging:3.0.5:validate-version (default-validate-version) @ org.eclipse.net4j.util.doc --- [INFO] [INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.net4j.util.doc --- [INFO] [INFO] --- tycho-compiler:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.net4j.util.doc --- [INFO] Resolving class path of org.eclipse.net4j.util.doc... [INFO] [INFO] --- properties:1.0.0:read-project-properties (default) @ org.eclipse.net4j.util.doc --- [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.net4j.util.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- tycho-compiler:3.0.5:compile (default-compile) @ org.eclipse.net4j.util.doc --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- tycho-ds:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.net4j.util.doc --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.net4j.util.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.util.doc/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.5:testCompile (default-testCompile) @ org.eclipse.net4j.util.doc --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.net4j.util.doc --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.net4j.util.doc --- [INFO] [INFO] --- tycho-source:3.0.5:plugin-source (attach-source) @ org.eclipse.net4j.util.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.util.doc/target/org.eclipse.net4j.util.doc-4.2.8-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.net4j.util.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.util.doc/target/org.eclipse.net4j.util.doc-4.2.8-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.net4j.util.doc --- [INFO] [INFO] --- eclipse-jarsigner:1.3.3:sign (sign) @ org.eclipse.net4j.util.doc --- [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.util.doc/target/org.eclipse.net4j.util.doc-4.2.8-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.util.doc/target/org.eclipse.net4j.util.doc-4.2.8-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.net4j.util.doc --- [INFO] [INFO] --- tycho-surefire:3.0.5:integration-test (default-integration-test) @ org.eclipse.net4j.util.doc --- [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.net4j.util.doc --- [INFO] No tests to run. [INFO] [INFO] ----------< org.eclipse.emf.cdo:org.eclipse.net4j.db.hsqldb >----------- [INFO] Building org.eclipse.net4j.db.hsqldb 4.4.4-SNAPSHOT [84/177] [INFO] from plugins/org.eclipse.net4j.db.hsqldb/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.net4j.db.hsqldb --- [INFO] [INFO] --- tycho-packaging:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.net4j.db.hsqldb --- [INFO] The project's OSGi version is 4.4.4.v20231122-0952 [INFO] [INFO] --- tycho-packaging:3.0.5:validate-id (default-validate-id) @ org.eclipse.net4j.db.hsqldb --- [INFO] [INFO] --- tycho-packaging:3.0.5:validate-version (default-validate-version) @ org.eclipse.net4j.db.hsqldb --- [INFO] [INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.net4j.db.hsqldb --- [INFO] [INFO] --- tycho-compiler:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.net4j.db.hsqldb --- [INFO] Resolving class path of org.eclipse.net4j.db.hsqldb... [INFO] [INFO] --- properties:1.0.0:read-project-properties (default) @ org.eclipse.net4j.db.hsqldb --- [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.net4j.db.hsqldb --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- tycho-compiler:3.0.5:compile (default-compile) @ org.eclipse.net4j.db.hsqldb --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.db.hsqldb/target/classes [INFO] [INFO] --- tycho-ds:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.net4j.db.hsqldb --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.net4j.db.hsqldb --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.db.hsqldb/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.5:testCompile (default-testCompile) @ org.eclipse.net4j.db.hsqldb --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.net4j.db.hsqldb --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.net4j.db.hsqldb --- [INFO] [INFO] --- tycho-source:3.0.5:plugin-source (attach-source) @ org.eclipse.net4j.db.hsqldb --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.db.hsqldb/target/org.eclipse.net4j.db.hsqldb-4.4.4-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.net4j.db.hsqldb --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.db.hsqldb/target/org.eclipse.net4j.db.hsqldb-4.4.4-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.net4j.db.hsqldb --- [INFO] [INFO] --- eclipse-jarsigner:1.3.3:sign (sign) @ org.eclipse.net4j.db.hsqldb --- [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.db.hsqldb/target/org.eclipse.net4j.db.hsqldb-4.4.4-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.db.hsqldb/target/org.eclipse.net4j.db.hsqldb-4.4.4-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.net4j.db.hsqldb --- [INFO] [INFO] --- tycho-surefire:3.0.5:integration-test (default-integration-test) @ org.eclipse.net4j.db.hsqldb --- [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.net4j.db.hsqldb --- [INFO] No tests to run. [INFO] [INFO] -----------< org.eclipse.emf.cdo:org.eclipse.net4j.db.mysql >----------- [INFO] Building org.eclipse.net4j.db.mysql 4.4.4-SNAPSHOT [85/177] [INFO] from plugins/org.eclipse.net4j.db.mysql/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.net4j.db.mysql --- [INFO] [INFO] --- tycho-packaging:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.net4j.db.mysql --- [INFO] The project's OSGi version is 4.4.4.v20231122-0952 [INFO] [INFO] --- tycho-packaging:3.0.5:validate-id (default-validate-id) @ org.eclipse.net4j.db.mysql --- [INFO] [INFO] --- tycho-packaging:3.0.5:validate-version (default-validate-version) @ org.eclipse.net4j.db.mysql --- [INFO] [INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.net4j.db.mysql --- [INFO] [INFO] --- tycho-compiler:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.net4j.db.mysql --- [INFO] Resolving class path of org.eclipse.net4j.db.mysql... [INFO] [INFO] --- properties:1.0.0:read-project-properties (default) @ org.eclipse.net4j.db.mysql --- [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.net4j.db.mysql --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- tycho-compiler:3.0.5:compile (default-compile) @ org.eclipse.net4j.db.mysql --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.db.mysql/target/classes [INFO] [INFO] --- tycho-ds:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.net4j.db.mysql --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.net4j.db.mysql --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.db.mysql/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.5:testCompile (default-testCompile) @ org.eclipse.net4j.db.mysql --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.net4j.db.mysql --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.net4j.db.mysql --- [INFO] [INFO] --- tycho-source:3.0.5:plugin-source (attach-source) @ org.eclipse.net4j.db.mysql --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.db.mysql/target/org.eclipse.net4j.db.mysql-4.4.4-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.net4j.db.mysql --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.db.mysql/target/org.eclipse.net4j.db.mysql-4.4.4-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.net4j.db.mysql --- [INFO] [INFO] --- eclipse-jarsigner:1.3.3:sign (sign) @ org.eclipse.net4j.db.mysql --- [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.db.mysql/target/org.eclipse.net4j.db.mysql-4.4.4-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.db.mysql/target/org.eclipse.net4j.db.mysql-4.4.4-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.net4j.db.mysql --- [INFO] [INFO] --- tycho-surefire:3.0.5:integration-test (default-integration-test) @ org.eclipse.net4j.db.mysql --- [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.net4j.db.mysql --- [INFO] No tests to run. [INFO] [INFO] --------< org.eclipse.emf.cdo:org.eclipse.net4j.db.postgresql >--------- [INFO] Building org.eclipse.net4j.db.postgresql 4.4.4-SNAPSHOT [86/177] [INFO] from plugins/org.eclipse.net4j.db.postgresql/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.net4j.db.postgresql --- [INFO] [INFO] --- tycho-packaging:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.net4j.db.postgresql --- [INFO] The project's OSGi version is 4.4.4.v20231122-0952 [INFO] [INFO] --- tycho-packaging:3.0.5:validate-id (default-validate-id) @ org.eclipse.net4j.db.postgresql --- [INFO] [INFO] --- tycho-packaging:3.0.5:validate-version (default-validate-version) @ org.eclipse.net4j.db.postgresql --- [INFO] [INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.net4j.db.postgresql --- [INFO] [INFO] --- tycho-compiler:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.net4j.db.postgresql --- [INFO] Resolving class path of org.eclipse.net4j.db.postgresql... [INFO] [INFO] --- properties:1.0.0:read-project-properties (default) @ org.eclipse.net4j.db.postgresql --- [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.net4j.db.postgresql --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- tycho-compiler:3.0.5:compile (default-compile) @ org.eclipse.net4j.db.postgresql --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.db.postgresql/target/classes [INFO] [INFO] --- tycho-ds:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.net4j.db.postgresql --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.net4j.db.postgresql --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.db.postgresql/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.5:testCompile (default-testCompile) @ org.eclipse.net4j.db.postgresql --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.net4j.db.postgresql --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.net4j.db.postgresql --- [INFO] [INFO] --- tycho-source:3.0.5:plugin-source (attach-source) @ org.eclipse.net4j.db.postgresql --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.db.postgresql/target/org.eclipse.net4j.db.postgresql-4.4.4-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.net4j.db.postgresql --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.db.postgresql/target/org.eclipse.net4j.db.postgresql-4.4.4-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.net4j.db.postgresql --- [INFO] [INFO] --- eclipse-jarsigner:1.3.3:sign (sign) @ org.eclipse.net4j.db.postgresql --- [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.db.postgresql/target/org.eclipse.net4j.db.postgresql-4.4.4-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.db.postgresql/target/org.eclipse.net4j.db.postgresql-4.4.4-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.net4j.db.postgresql --- [INFO] [INFO] --- tycho-surefire:3.0.5:integration-test (default-integration-test) @ org.eclipse.net4j.db.postgresql --- [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.net4j.db.postgresql --- [INFO] No tests to run. [INFO] [INFO] ------------< org.eclipse.emf.cdo:org.eclipse.net4j.db.doc >------------ [INFO] Building org.eclipse.net4j.db.doc 4.3.2-SNAPSHOT [87/177] [INFO] from plugins/org.eclipse.net4j.db.doc/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.net4j.db.doc --- [INFO] [INFO] --- tycho-packaging:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.net4j.db.doc --- [INFO] The project's OSGi version is 4.3.2.v20231209-0827 [INFO] [INFO] --- tycho-packaging:3.0.5:validate-id (default-validate-id) @ org.eclipse.net4j.db.doc --- [INFO] [INFO] --- tycho-packaging:3.0.5:validate-version (default-validate-version) @ org.eclipse.net4j.db.doc --- [INFO] [INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.net4j.db.doc --- [INFO] [INFO] --- tycho-compiler:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.net4j.db.doc --- [INFO] Resolving class path of org.eclipse.net4j.db.doc... [INFO] [INFO] --- properties:1.0.0:read-project-properties (default) @ org.eclipse.net4j.db.doc --- [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.net4j.db.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- tycho-compiler:3.0.5:compile (default-compile) @ org.eclipse.net4j.db.doc --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- tycho-ds:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.net4j.db.doc --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.net4j.db.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.db.doc/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.5:testCompile (default-testCompile) @ org.eclipse.net4j.db.doc --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.net4j.db.doc --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.net4j.db.doc --- [INFO] [INFO] --- tycho-source:3.0.5:plugin-source (attach-source) @ org.eclipse.net4j.db.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.db.doc/target/org.eclipse.net4j.db.doc-4.3.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.net4j.db.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.db.doc/target/org.eclipse.net4j.db.doc-4.3.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.net4j.db.doc --- [INFO] [INFO] --- eclipse-jarsigner:1.3.3:sign (sign) @ org.eclipse.net4j.db.doc --- [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.db.doc/target/org.eclipse.net4j.db.doc-4.3.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.db.doc/target/org.eclipse.net4j.db.doc-4.3.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.net4j.db.doc --- [INFO] [INFO] --- tycho-surefire:3.0.5:integration-test (default-integration-test) @ org.eclipse.net4j.db.doc --- [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.net4j.db.doc --- [INFO] No tests to run. [INFO] [INFO] ------------< org.eclipse.emf.cdo:org.eclipse.net4j.debug >------------- [INFO] Building org.eclipse.net4j.debug 3.2.0-SNAPSHOT [88/177] [INFO] from plugins/org.eclipse.net4j.debug/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.net4j.debug --- [INFO] [INFO] --- tycho-packaging:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.net4j.debug --- [INFO] The project's OSGi version is 3.2.0.v20230623-1652 [INFO] [INFO] --- tycho-packaging:3.0.5:validate-id (default-validate-id) @ org.eclipse.net4j.debug --- [INFO] [INFO] --- tycho-packaging:3.0.5:validate-version (default-validate-version) @ org.eclipse.net4j.debug --- [INFO] [INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.net4j.debug --- [INFO] [INFO] --- tycho-compiler:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.net4j.debug --- [INFO] Resolving class path of org.eclipse.net4j.debug... [INFO] [INFO] --- properties:1.0.0:read-project-properties (default) @ org.eclipse.net4j.debug --- [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.net4j.debug --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.debug/src/main/resources [INFO] [INFO] --- tycho-compiler:3.0.5:compile (default-compile) @ org.eclipse.net4j.debug --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.debug/target/classes [INFO] [INFO] --- tycho-ds:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.net4j.debug --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.net4j.debug --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.debug/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.5:testCompile (default-testCompile) @ org.eclipse.net4j.debug --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.net4j.debug --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.net4j.debug --- [INFO] [INFO] --- tycho-source:3.0.5:plugin-source (attach-source) @ org.eclipse.net4j.debug --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.debug/target/org.eclipse.net4j.debug-3.2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.net4j.debug --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.debug/target/org.eclipse.net4j.debug-3.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.net4j.debug --- [INFO] [INFO] --- eclipse-jarsigner:1.3.3:sign (sign) @ org.eclipse.net4j.debug --- [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.debug/target/org.eclipse.net4j.debug-3.2.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.debug/target/org.eclipse.net4j.debug-3.2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.net4j.debug --- [INFO] [INFO] --- tycho-surefire:3.0.5:integration-test (default-integration-test) @ org.eclipse.net4j.debug --- [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.net4j.debug --- [INFO] No tests to run. [INFO] [INFO] --------------< org.eclipse.emf.cdo:org.eclipse.net4j.ws >-------------- [INFO] Building org.eclipse.net4j.ws 1.2.2-SNAPSHOT [89/177] [INFO] from plugins/org.eclipse.net4j.ws/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.net4j.ws --- [INFO] [INFO] --- tycho-packaging:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.net4j.ws --- [INFO] The project's OSGi version is 1.2.2.v20231122-0952 [INFO] [INFO] --- tycho-packaging:3.0.5:validate-id (default-validate-id) @ org.eclipse.net4j.ws --- [INFO] [INFO] --- tycho-packaging:3.0.5:validate-version (default-validate-version) @ org.eclipse.net4j.ws --- [INFO] [INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.net4j.ws --- [INFO] [INFO] --- tycho-compiler:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.net4j.ws --- [INFO] Resolving class path of org.eclipse.net4j.ws... [INFO] [INFO] --- properties:1.0.0:read-project-properties (default) @ org.eclipse.net4j.ws --- [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.net4j.ws --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- tycho-compiler:3.0.5:compile (default-compile) @ org.eclipse.net4j.ws --- [INFO] Compiling 17 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.ws/target/classes [INFO] [INFO] --- tycho-ds:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.net4j.ws --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.net4j.ws --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.ws/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.5:testCompile (default-testCompile) @ org.eclipse.net4j.ws --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.net4j.ws --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.net4j.ws --- [INFO] [INFO] --- tycho-source:3.0.5:plugin-source (attach-source) @ org.eclipse.net4j.ws --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.ws/target/org.eclipse.net4j.ws-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.net4j.ws --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.ws/target/org.eclipse.net4j.ws-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.net4j.ws --- [INFO] [INFO] --- eclipse-jarsigner:1.3.3:sign (sign) @ org.eclipse.net4j.ws --- [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.ws/target/org.eclipse.net4j.ws-1.2.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.ws/target/org.eclipse.net4j.ws-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.net4j.ws --- [INFO] [INFO] --- tycho-surefire:3.0.5:integration-test (default-integration-test) @ org.eclipse.net4j.ws --- [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.net4j.ws --- [INFO] No tests to run. [INFO] [INFO] -------------< org.eclipse.emf.cdo:org.eclipse.net4j.doc >-------------- [INFO] Building org.eclipse.net4j.doc 4.2.8-SNAPSHOT [90/177] [INFO] from plugins/org.eclipse.net4j.doc/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.net4j.doc --- [INFO] [INFO] --- tycho-packaging:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.net4j.doc --- [INFO] The project's OSGi version is 4.2.8.v20231209-2009 [INFO] [INFO] --- tycho-packaging:3.0.5:validate-id (default-validate-id) @ org.eclipse.net4j.doc --- [INFO] [INFO] --- tycho-packaging:3.0.5:validate-version (default-validate-version) @ org.eclipse.net4j.doc --- [INFO] [INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.net4j.doc --- [INFO] [INFO] --- tycho-compiler:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.net4j.doc --- [INFO] Resolving class path of org.eclipse.net4j.doc... [INFO] [INFO] --- properties:1.0.0:read-project-properties (default) @ org.eclipse.net4j.doc --- [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.net4j.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- tycho-compiler:3.0.5:compile (default-compile) @ org.eclipse.net4j.doc --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- tycho-ds:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.net4j.doc --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.net4j.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.doc/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.5:testCompile (default-testCompile) @ org.eclipse.net4j.doc --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.net4j.doc --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.net4j.doc --- [INFO] [INFO] --- tycho-source:3.0.5:plugin-source (attach-source) @ org.eclipse.net4j.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.doc/target/org.eclipse.net4j.doc-4.2.8-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.net4j.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.doc/target/org.eclipse.net4j.doc-4.2.8-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.net4j.doc --- [INFO] [INFO] --- eclipse-jarsigner:1.3.3:sign (sign) @ org.eclipse.net4j.doc --- [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.doc/target/org.eclipse.net4j.doc-4.2.8-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.doc/target/org.eclipse.net4j.doc-4.2.8-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.net4j.doc --- [INFO] [INFO] --- tycho-surefire:3.0.5:integration-test (default-integration-test) @ org.eclipse.net4j.doc --- [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.net4j.doc --- [INFO] No tests to run. [INFO] [INFO] -------< org.eclipse.emf.cdo:org.eclipse.emf.cdo.server.mongodb >------- [INFO] Building org.eclipse.emf.cdo.server.mongodb 4.1.4-SNAPSHOT [91/177] [INFO] from plugins/org.eclipse.emf.cdo.server.mongodb/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.emf.cdo.server.mongodb --- [INFO] [INFO] --- tycho-packaging:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.emf.cdo.server.mongodb --- [INFO] The project's OSGi version is 4.1.4.v20231124-1229 [INFO] [INFO] --- tycho-packaging:3.0.5:validate-id (default-validate-id) @ org.eclipse.emf.cdo.server.mongodb --- [INFO] [INFO] --- tycho-packaging:3.0.5:validate-version (default-validate-version) @ org.eclipse.emf.cdo.server.mongodb --- [INFO] [INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.emf.cdo.server.mongodb --- [INFO] [INFO] --- tycho-compiler:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.emf.cdo.server.mongodb --- [INFO] Resolving class path of org.eclipse.emf.cdo.server.mongodb... [INFO] [INFO] --- properties:1.0.0:read-project-properties (default) @ org.eclipse.emf.cdo.server.mongodb --- [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.emf.cdo.server.mongodb --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- tycho-compiler:3.0.5:compile (default-compile) @ org.eclipse.emf.cdo.server.mongodb --- [INFO] Compiling 14 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.server.mongodb/target/classes [INFO] [INFO] --- tycho-ds:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.emf.cdo.server.mongodb --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.emf.cdo.server.mongodb --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.server.mongodb/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.5:testCompile (default-testCompile) @ org.eclipse.emf.cdo.server.mongodb --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.emf.cdo.server.mongodb --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.cdo.server.mongodb --- [INFO] [INFO] --- tycho-source:3.0.5:plugin-source (attach-source) @ org.eclipse.emf.cdo.server.mongodb --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.server.mongodb/target/org.eclipse.emf.cdo.server.mongodb-4.1.4-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.emf.cdo.server.mongodb --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.server.mongodb/target/org.eclipse.emf.cdo.server.mongodb-4.1.4-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.cdo.server.mongodb --- [INFO] [INFO] --- eclipse-jarsigner:1.3.3:sign (sign) @ org.eclipse.emf.cdo.server.mongodb --- [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.server.mongodb/target/org.eclipse.emf.cdo.server.mongodb-4.1.4-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.server.mongodb/target/org.eclipse.emf.cdo.server.mongodb-4.1.4-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.cdo.server.mongodb --- [INFO] [INFO] --- tycho-surefire:3.0.5:integration-test (default-integration-test) @ org.eclipse.emf.cdo.server.mongodb --- [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.emf.cdo.server.mongodb --- [INFO] No tests to run. [INFO] [INFO] ---------< org.eclipse.emf.cdo:org.eclipse.emf.cdo.server.ocl >--------- [INFO] Building org.eclipse.emf.cdo.server.ocl 4.5.0-SNAPSHOT [92/177] [INFO] from plugins/org.eclipse.emf.cdo.server.ocl/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.emf.cdo.server.ocl --- [INFO] [INFO] --- tycho-packaging:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.emf.cdo.server.ocl --- [INFO] The project's OSGi version is 4.5.0.v20231124-1229 [INFO] [INFO] --- tycho-packaging:3.0.5:validate-id (default-validate-id) @ org.eclipse.emf.cdo.server.ocl --- [INFO] [INFO] --- tycho-packaging:3.0.5:validate-version (default-validate-version) @ org.eclipse.emf.cdo.server.ocl --- [INFO] [INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.emf.cdo.server.ocl --- [INFO] [INFO] --- tycho-compiler:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.emf.cdo.server.ocl --- [INFO] Resolving class path of org.eclipse.emf.cdo.server.ocl... [INFO] [INFO] --- properties:1.0.0:read-project-properties (default) @ org.eclipse.emf.cdo.server.ocl --- [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.emf.cdo.server.ocl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.server.ocl/src/main/resources [INFO] [INFO] --- tycho-compiler:3.0.5:compile (default-compile) @ org.eclipse.emf.cdo.server.ocl --- [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.server.ocl/target/classes [INFO] [INFO] --- tycho-ds:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.emf.cdo.server.ocl --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.emf.cdo.server.ocl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.server.ocl/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.5:testCompile (default-testCompile) @ org.eclipse.emf.cdo.server.ocl --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.emf.cdo.server.ocl --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.cdo.server.ocl --- [INFO] [INFO] --- tycho-source:3.0.5:plugin-source (attach-source) @ org.eclipse.emf.cdo.server.ocl --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.server.ocl/target/org.eclipse.emf.cdo.server.ocl-4.5.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.emf.cdo.server.ocl --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.server.ocl/target/org.eclipse.emf.cdo.server.ocl-4.5.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.cdo.server.ocl --- [INFO] [INFO] --- eclipse-jarsigner:1.3.3:sign (sign) @ org.eclipse.emf.cdo.server.ocl --- [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.server.ocl/target/org.eclipse.emf.cdo.server.ocl-4.5.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.server.ocl/target/org.eclipse.emf.cdo.server.ocl-4.5.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.cdo.server.ocl --- [INFO] [INFO] --- tycho-surefire:3.0.5:integration-test (default-integration-test) @ org.eclipse.emf.cdo.server.ocl --- [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.emf.cdo.server.ocl --- [INFO] No tests to run. [INFO] [INFO] ------------< org.eclipse.emf.cdo:org.eclipse.emf.cdo.doc >------------- [INFO] Building org.eclipse.emf.cdo.doc 4.2.10-SNAPSHOT [93/177] [INFO] from plugins/org.eclipse.emf.cdo.doc/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.emf.cdo.doc --- [INFO] [INFO] --- tycho-packaging:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.emf.cdo.doc --- [INFO] The project's OSGi version is 4.2.10.v20231209-2009 [INFO] [INFO] --- tycho-packaging:3.0.5:validate-id (default-validate-id) @ org.eclipse.emf.cdo.doc --- [INFO] [INFO] --- tycho-packaging:3.0.5:validate-version (default-validate-version) @ org.eclipse.emf.cdo.doc --- [INFO] [INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.emf.cdo.doc --- [INFO] [INFO] --- tycho-compiler:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.emf.cdo.doc --- [INFO] Resolving class path of org.eclipse.emf.cdo.doc... [INFO] [INFO] --- properties:1.0.0:read-project-properties (default) @ org.eclipse.emf.cdo.doc --- [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.emf.cdo.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- tycho-compiler:3.0.5:compile (default-compile) @ org.eclipse.emf.cdo.doc --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- tycho-ds:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.emf.cdo.doc --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.emf.cdo.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.doc/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.5:testCompile (default-testCompile) @ org.eclipse.emf.cdo.doc --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.emf.cdo.doc --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.cdo.doc --- [INFO] [INFO] --- tycho-source:3.0.5:plugin-source (attach-source) @ org.eclipse.emf.cdo.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.doc/target/org.eclipse.emf.cdo.doc-4.2.10-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.emf.cdo.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.doc/target/org.eclipse.emf.cdo.doc-4.2.10-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.cdo.doc --- [INFO] [INFO] --- eclipse-jarsigner:1.3.3:sign (sign) @ org.eclipse.emf.cdo.doc --- [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.doc/target/org.eclipse.emf.cdo.doc-4.2.10-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.doc/target/org.eclipse.emf.cdo.doc-4.2.10-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.cdo.doc --- [INFO] [INFO] --- tycho-surefire:3.0.5:integration-test (default-integration-test) @ org.eclipse.emf.cdo.doc --- [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.emf.cdo.doc --- [INFO] No tests to run. [INFO] [INFO] --------< org.eclipse.emf.cdo.features:org.eclipse.emf.cdo.doc >-------- [INFO] Building org.eclipse.emf.cdo.doc 4.3.10-SNAPSHOT [94/177] [INFO] from features/org.eclipse.emf.cdo.doc-feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier-aggregator (default-build-qualifier-aggregator)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier-aggregator (default-build-qualifier-aggregator)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-feature (default-package-feature)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-feature (default-package-feature)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.emf.cdo.doc --- [INFO] Deleting /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.doc-feature/target [INFO] [INFO] --- tycho-packaging:3.0.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.emf.cdo.doc --- [INFO] The project's OSGi version is 4.3.10.v20231209-2009 [INFO] [INFO] --- tycho-packaging:3.0.5:validate-id (default-validate-id) @ org.eclipse.emf.cdo.doc --- [INFO] [INFO] --- tycho-packaging:3.0.5:validate-version (default-validate-version) @ org.eclipse.emf.cdo.doc --- [INFO] [INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.emf.cdo.doc --- [INFO] [INFO] --- properties:1.0.0:read-project-properties (default) @ org.eclipse.emf.cdo.doc --- [INFO] [INFO] --- tycho-packaging:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.cdo.doc --- [INFO] [INFO] --- tycho-packaging:3.0.5:package-feature (default-package-feature) @ org.eclipse.emf.cdo.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.doc-feature/target/org.eclipse.emf.cdo.doc-4.3.10-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.cdo.doc --- [INFO] [INFO] --- tycho-p2:3.0.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.emf.cdo.doc --- [INFO] [INFO] --- tycho-source:3.0.5:feature-source (feature-source) @ org.eclipse.emf.cdo.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.doc-feature/target/org.eclipse.emf.cdo.doc-4.3.10-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- eclipse-jarsigner:1.3.3:sign (sign) @ org.eclipse.emf.cdo.doc --- [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.doc-feature/target/org.eclipse.emf.cdo.doc-4.3.10-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.doc-feature/target/org.eclipse.emf.cdo.doc-4.3.10-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.cdo.doc --- [INFO] [INFO] -----< org.eclipse.emf.cdo:org.eclipse.emf.cdo.ecore.dependencies >----- [INFO] Building org.eclipse.emf.cdo.ecore.dependencies 1.0.4-SNAPSHOT [95/177] [INFO] from plugins/org.eclipse.emf.cdo.ecore.dependencies/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.emf.cdo.ecore.dependencies --- [INFO] [INFO] --- tycho-packaging:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.emf.cdo.ecore.dependencies --- [INFO] The project's OSGi version is 1.0.4.v20231122-0952 [INFO] [INFO] --- tycho-packaging:3.0.5:validate-id (default-validate-id) @ org.eclipse.emf.cdo.ecore.dependencies --- [INFO] [INFO] --- tycho-packaging:3.0.5:validate-version (default-validate-version) @ org.eclipse.emf.cdo.ecore.dependencies --- [INFO] [INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.emf.cdo.ecore.dependencies --- [INFO] [INFO] --- tycho-compiler:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.emf.cdo.ecore.dependencies --- [INFO] Resolving class path of org.eclipse.emf.cdo.ecore.dependencies... [INFO] [INFO] --- properties:1.0.0:read-project-properties (default) @ org.eclipse.emf.cdo.ecore.dependencies --- [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.emf.cdo.ecore.dependencies --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- tycho-compiler:3.0.5:compile (default-compile) @ org.eclipse.emf.cdo.ecore.dependencies --- [INFO] Compiling 27 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.ecore.dependencies/target/classes [INFO] [INFO] --- tycho-ds:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.emf.cdo.ecore.dependencies --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.emf.cdo.ecore.dependencies --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.ecore.dependencies/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.5:testCompile (default-testCompile) @ org.eclipse.emf.cdo.ecore.dependencies --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.emf.cdo.ecore.dependencies --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.cdo.ecore.dependencies --- [INFO] [INFO] --- tycho-source:3.0.5:plugin-source (attach-source) @ org.eclipse.emf.cdo.ecore.dependencies --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.ecore.dependencies/target/org.eclipse.emf.cdo.ecore.dependencies-1.0.4-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.emf.cdo.ecore.dependencies --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.ecore.dependencies/target/org.eclipse.emf.cdo.ecore.dependencies-1.0.4-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.cdo.ecore.dependencies --- [INFO] [INFO] --- eclipse-jarsigner:1.3.3:sign (sign) @ org.eclipse.emf.cdo.ecore.dependencies --- [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.ecore.dependencies/target/org.eclipse.emf.cdo.ecore.dependencies-1.0.4-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.ecore.dependencies/target/org.eclipse.emf.cdo.ecore.dependencies-1.0.4-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.cdo.ecore.dependencies --- [INFO] [INFO] --- tycho-surefire:3.0.5:integration-test (default-integration-test) @ org.eclipse.emf.cdo.ecore.dependencies --- [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.emf.cdo.ecore.dependencies --- [INFO] No tests to run. [INFO] [INFO] --< org.eclipse.emf.cdo.features:org.eclipse.emf.cdo.ecore.dependencies >-- [INFO] Building org.eclipse.emf.cdo.ecore.dependencies 1.0.4-SNAPSHOT [96/177] [INFO] from features/org.eclipse.emf.cdo.ecore.dependencies-feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier-aggregator (default-build-qualifier-aggregator)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier-aggregator (default-build-qualifier-aggregator)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-feature (default-package-feature)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-feature (default-package-feature)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.emf.cdo.ecore.dependencies --- [INFO] Deleting /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.ecore.dependencies-feature/target [INFO] [INFO] --- tycho-packaging:3.0.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.emf.cdo.ecore.dependencies --- [INFO] The project's OSGi version is 1.0.4.v20231122-0952 [INFO] [INFO] --- tycho-packaging:3.0.5:validate-id (default-validate-id) @ org.eclipse.emf.cdo.ecore.dependencies --- [INFO] [INFO] --- tycho-packaging:3.0.5:validate-version (default-validate-version) @ org.eclipse.emf.cdo.ecore.dependencies --- [INFO] [INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.emf.cdo.ecore.dependencies --- [INFO] [INFO] --- properties:1.0.0:read-project-properties (default) @ org.eclipse.emf.cdo.ecore.dependencies --- [INFO] [INFO] --- tycho-packaging:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.cdo.ecore.dependencies --- [INFO] [INFO] --- tycho-packaging:3.0.5:package-feature (default-package-feature) @ org.eclipse.emf.cdo.ecore.dependencies --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.ecore.dependencies-feature/target/org.eclipse.emf.cdo.ecore.dependencies-1.0.4-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.cdo.ecore.dependencies --- [INFO] [INFO] --- tycho-p2:3.0.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.emf.cdo.ecore.dependencies --- [INFO] [INFO] --- tycho-source:3.0.5:feature-source (feature-source) @ org.eclipse.emf.cdo.ecore.dependencies --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.ecore.dependencies-feature/target/org.eclipse.emf.cdo.ecore.dependencies-1.0.4-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- eclipse-jarsigner:1.3.3:sign (sign) @ org.eclipse.emf.cdo.ecore.dependencies --- [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.ecore.dependencies-feature/target/org.eclipse.emf.cdo.ecore.dependencies-1.0.4-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.ecore.dependencies-feature/target/org.eclipse.emf.cdo.ecore.dependencies-1.0.4-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.cdo.ecore.dependencies --- [INFO] [INFO] ----------< org.eclipse.emf.cdo:org.eclipse.emf.cdo.migrator >---------- [INFO] Building org.eclipse.emf.cdo.migrator 3.4.0-SNAPSHOT [97/177] [INFO] from plugins/org.eclipse.emf.cdo.migrator/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.emf.cdo.migrator --- [INFO] [INFO] --- tycho-packaging:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.emf.cdo.migrator --- [INFO] The project's OSGi version is 3.4.0.v20231122-0952 [INFO] [INFO] --- tycho-packaging:3.0.5:validate-id (default-validate-id) @ org.eclipse.emf.cdo.migrator --- [INFO] [INFO] --- tycho-packaging:3.0.5:validate-version (default-validate-version) @ org.eclipse.emf.cdo.migrator --- [INFO] [INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.emf.cdo.migrator --- [INFO] [INFO] --- tycho-compiler:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.emf.cdo.migrator --- [INFO] Resolving class path of org.eclipse.emf.cdo.migrator... [INFO] [INFO] --- properties:1.0.0:read-project-properties (default) @ org.eclipse.emf.cdo.migrator --- [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.emf.cdo.migrator --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- tycho-compiler:3.0.5:compile (default-compile) @ org.eclipse.emf.cdo.migrator --- [INFO] Compiling 19 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.migrator/target/classes Failed to init Classpath for jar file /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.migrator/target/ant_tasks/cdo.ant.tasks.jar-classes java.nio.file.NoSuchFileException: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.migrator/target/ant_tasks/cdo.ant.tasks.jar-classes at java.base/sun.nio.fs.UnixException.translateToIOException(UnixException.java:92) at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:106) at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:111) at java.base/sun.nio.fs.UnixFileAttributeViews$Basic.readAttributes(UnixFileAttributeViews.java:55) at java.base/sun.nio.fs.UnixFileSystemProvider.readAttributes(UnixFileSystemProvider.java:148) at java.base/sun.nio.fs.LinuxFileSystemProvider.readAttributes(LinuxFileSystemProvider.java:99) at java.base/java.nio.file.Files.readAttributes(Files.java:1851) at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:1264) at java.base/java.util.zip.ZipFile$CleanableResource.(ZipFile.java:709) at java.base/java.util.zip.ZipFile.(ZipFile.java:243) at java.base/java.util.zip.ZipFile.(ZipFile.java:172) at java.base/java.util.zip.ZipFile.(ZipFile.java:186) at org.eclipse.jdt.internal.compiler.batch.ClasspathJar.initialize(ClasspathJar.java:204) at org.eclipse.jdt.internal.compiler.batch.ClasspathMultiReleaseJar.initialize(ClasspathMultiReleaseJar.java:38) at org.eclipse.jdt.internal.compiler.batch.FileSystem.(FileSystem.java:235) at org.eclipse.jdt.internal.compiler.batch.Main.getLibraryAccess(Main.java:3501) at org.eclipse.jdt.internal.compiler.batch.Main.performCompilation(Main.java:4747) at org.eclipse.jdt.internal.compiler.batch.Main.compile(Main.java:1802) at org.eclipse.tycho.compiler.jdt.JDTCompiler.compileInProcess(JDTCompiler.java:390) at org.eclipse.tycho.compiler.jdt.JDTCompiler.performCompile(JDTCompiler.java:119) at copied.org.apache.maven.plugin.AbstractCompilerMojo.execute(AbstractCompilerMojo.java:414) at org.eclipse.tycho.compiler.AbstractOsgiCompilerMojo.doCompile(AbstractOsgiCompilerMojo.java:370) at org.eclipse.tycho.compiler.AbstractOsgiCompilerMojo.execute(AbstractOsgiCompilerMojo.java:351) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:126) at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2(MojoExecutor.java:328) at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute(MojoExecutor.java:316) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:212) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:174) at org.apache.maven.lifecycle.internal.MojoExecutor.access$000(MojoExecutor.java:75) at org.apache.maven.lifecycle.internal.MojoExecutor$1.run(MojoExecutor.java:162) at org.apache.maven.plugin.DefaultMojosExecutionStrategy.execute(DefaultMojosExecutionStrategy.java:39) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:159) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:105) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:73) at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:53) at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:118) at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:261) at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:173) at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:101) at org.apache.maven.cli.MavenCli.execute(MavenCli.java:906) at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:283) at org.apache.maven.cli.MavenCli.main(MavenCli.java:206) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:283) at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:226) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:407) at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:348) [INFO] Compiling 19 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.migrator/target/ant_tasks/cdo.ant.tasks.jar-classes [INFO] [INFO] --- tycho-ds:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.emf.cdo.migrator --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.emf.cdo.migrator --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.migrator/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.5:testCompile (default-testCompile) @ org.eclipse.emf.cdo.migrator --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.emf.cdo.migrator --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.cdo.migrator --- [INFO] [INFO] --- tycho-source:3.0.5:plugin-source (attach-source) @ org.eclipse.emf.cdo.migrator --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.migrator/target/org.eclipse.emf.cdo.migrator-3.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.emf.cdo.migrator --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.migrator/ant_tasks/cdo.ant.tasks.jar [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.migrator/target/org.eclipse.emf.cdo.migrator-3.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.cdo.migrator --- [INFO] [INFO] --- eclipse-jarsigner:1.3.3:sign (sign) @ org.eclipse.emf.cdo.migrator --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.migrator/target/org.eclipse.emf.cdo.migrator-3.4.0-SNAPSHOT.jar_unpacked_2249708496119006165/ant_tasks/cdo.ant.tasks.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.migrator/target/org.eclipse.emf.cdo.migrator-3.4.0-SNAPSHOT.jar_unpacked_2249708496119006165/ant_tasks/cdo.ant.tasks.jar [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.migrator/target/org.eclipse.emf.cdo.migrator-3.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.migrator/target/org.eclipse.emf.cdo.migrator-3.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.cdo.migrator --- [INFO] [INFO] --- tycho-surefire:3.0.5:integration-test (default-integration-test) @ org.eclipse.emf.cdo.migrator --- [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.emf.cdo.migrator --- [INFO] No tests to run. [INFO] [INFO] -----< org.eclipse.emf.cdo.features:org.eclipse.emf.cdo.migrator >------ [INFO] Building org.eclipse.emf.cdo.migrator 4.6.0-SNAPSHOT [98/177] [INFO] from features/org.eclipse.emf.cdo.migrator-feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier-aggregator (default-build-qualifier-aggregator)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier-aggregator (default-build-qualifier-aggregator)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-feature (default-package-feature)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-feature (default-package-feature)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.emf.cdo.migrator --- [INFO] Deleting /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.migrator-feature/target [INFO] [INFO] --- tycho-packaging:3.0.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.emf.cdo.migrator --- [INFO] The project's OSGi version is 4.6.0.v20231122-0952 [INFO] [INFO] --- tycho-packaging:3.0.5:validate-id (default-validate-id) @ org.eclipse.emf.cdo.migrator --- [INFO] [INFO] --- tycho-packaging:3.0.5:validate-version (default-validate-version) @ org.eclipse.emf.cdo.migrator --- [INFO] [INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.emf.cdo.migrator --- [INFO] [INFO] --- properties:1.0.0:read-project-properties (default) @ org.eclipse.emf.cdo.migrator --- [INFO] [INFO] --- tycho-packaging:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.cdo.migrator --- [INFO] [INFO] --- tycho-packaging:3.0.5:package-feature (default-package-feature) @ org.eclipse.emf.cdo.migrator --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.migrator-feature/target/org.eclipse.emf.cdo.migrator-4.6.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.cdo.migrator --- [INFO] [INFO] --- tycho-p2:3.0.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.emf.cdo.migrator --- [INFO] [INFO] --- tycho-source:3.0.5:feature-source (feature-source) @ org.eclipse.emf.cdo.migrator --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.migrator-feature/target/org.eclipse.emf.cdo.migrator-4.6.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- eclipse-jarsigner:1.3.3:sign (sign) @ org.eclipse.emf.cdo.migrator --- [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.migrator-feature/target/org.eclipse.emf.cdo.migrator-4.6.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.migrator-feature/target/org.eclipse.emf.cdo.migrator-4.6.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.cdo.migrator --- [INFO] [INFO] --------< org.eclipse.emf.cdo:org.eclipse.emf.cdo.server.admin >-------- [INFO] Building org.eclipse.emf.cdo.server.admin 4.4.0-SNAPSHOT [99/177] [INFO] from plugins/org.eclipse.emf.cdo.server.admin/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.emf.cdo.server.admin --- [INFO] [INFO] --- tycho-packaging:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.emf.cdo.server.admin --- [INFO] The project's OSGi version is 4.4.0.v20231127-2112 [INFO] [INFO] --- tycho-packaging:3.0.5:validate-id (default-validate-id) @ org.eclipse.emf.cdo.server.admin --- [INFO] [INFO] --- tycho-packaging:3.0.5:validate-version (default-validate-version) @ org.eclipse.emf.cdo.server.admin --- [INFO] [INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.emf.cdo.server.admin --- [INFO] [INFO] --- tycho-compiler:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.emf.cdo.server.admin --- [INFO] Resolving class path of org.eclipse.emf.cdo.server.admin... [INFO] [INFO] --- properties:1.0.0:read-project-properties (default) @ org.eclipse.emf.cdo.server.admin --- [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.emf.cdo.server.admin --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.server.admin/src/main/resources [INFO] [INFO] --- tycho-compiler:3.0.5:compile (default-compile) @ org.eclipse.emf.cdo.server.admin --- [INFO] Compiling 32 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.server.admin/target/classes [INFO] [INFO] --- tycho-ds:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.emf.cdo.server.admin --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.emf.cdo.server.admin --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.server.admin/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.5:testCompile (default-testCompile) @ org.eclipse.emf.cdo.server.admin --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.emf.cdo.server.admin --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.cdo.server.admin --- [INFO] [INFO] --- tycho-source:3.0.5:plugin-source (attach-source) @ org.eclipse.emf.cdo.server.admin --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.server.admin/target/org.eclipse.emf.cdo.server.admin-4.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.emf.cdo.server.admin --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.server.admin/target/org.eclipse.emf.cdo.server.admin-4.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.cdo.server.admin --- [INFO] [INFO] --- eclipse-jarsigner:1.3.3:sign (sign) @ org.eclipse.emf.cdo.server.admin --- [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.server.admin/target/org.eclipse.emf.cdo.server.admin-4.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.server.admin/target/org.eclipse.emf.cdo.server.admin-4.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.cdo.server.admin --- [INFO] [INFO] --- tycho-surefire:3.0.5:integration-test (default-integration-test) @ org.eclipse.emf.cdo.server.admin --- [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.emf.cdo.server.admin --- [INFO] No tests to run. [INFO] [INFO] -------< org.eclipse.emf.cdo:org.eclipse.emf.cdo.server.product >------- [INFO] Building org.eclipse.emf.cdo.server.product 4.2.8-SNAPSHOT [100/177] [INFO] from plugins/org.eclipse.emf.cdo.server.product/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.emf.cdo.server.product --- [INFO] [INFO] --- tycho-packaging:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.emf.cdo.server.product --- [INFO] The project's OSGi version is 4.2.8.v20231218-1001 [INFO] [INFO] --- tycho-packaging:3.0.5:validate-id (default-validate-id) @ org.eclipse.emf.cdo.server.product --- [INFO] [INFO] --- tycho-packaging:3.0.5:validate-version (default-validate-version) @ org.eclipse.emf.cdo.server.product --- [INFO] [INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.emf.cdo.server.product --- [INFO] [INFO] --- tycho-compiler:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.emf.cdo.server.product --- [INFO] Resolving class path of org.eclipse.emf.cdo.server.product... [INFO] [INFO] --- properties:1.0.0:read-project-properties (default) @ org.eclipse.emf.cdo.server.product --- [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.emf.cdo.server.product --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.server.product/src/main/resources [INFO] [INFO] --- tycho-compiler:3.0.5:compile (default-compile) @ org.eclipse.emf.cdo.server.product --- [INFO] [INFO] --- tycho-ds:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.emf.cdo.server.product --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.emf.cdo.server.product --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.server.product/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.5:testCompile (default-testCompile) @ org.eclipse.emf.cdo.server.product --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.emf.cdo.server.product --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.cdo.server.product --- [INFO] [INFO] --- tycho-source:3.0.5:plugin-source (attach-source) @ org.eclipse.emf.cdo.server.product --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.server.product/target/org.eclipse.emf.cdo.server.product-4.2.8-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.emf.cdo.server.product --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.server.product/target/org.eclipse.emf.cdo.server.product-4.2.8-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.cdo.server.product --- [INFO] [INFO] --- eclipse-jarsigner:1.3.3:sign (sign) @ org.eclipse.emf.cdo.server.product --- [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.server.product/target/org.eclipse.emf.cdo.server.product-4.2.8-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.server.product/target/org.eclipse.emf.cdo.server.product-4.2.8-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.cdo.server.product --- [INFO] [INFO] --- tycho-surefire:3.0.5:integration-test (default-integration-test) @ org.eclipse.emf.cdo.server.product --- [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.emf.cdo.server.product --- [INFO] No tests to run. [INFO] [INFO] ------< org.eclipse.emf.cdo.features:org.eclipse.emf.cdo.server >------- [INFO] Building org.eclipse.emf.cdo.server 4.24.1-SNAPSHOT [101/177] [INFO] from features/org.eclipse.emf.cdo.server-feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier-aggregator (default-build-qualifier-aggregator)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier-aggregator (default-build-qualifier-aggregator)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-feature (default-package-feature)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-feature (default-package-feature)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.emf.cdo.server --- [INFO] Deleting /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.server-feature/target [INFO] [INFO] --- tycho-packaging:3.0.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.emf.cdo.server --- [INFO] The project's OSGi version is 4.24.1.v20231218-1001 [INFO] [INFO] --- tycho-packaging:3.0.5:validate-id (default-validate-id) @ org.eclipse.emf.cdo.server --- [INFO] [INFO] --- tycho-packaging:3.0.5:validate-version (default-validate-version) @ org.eclipse.emf.cdo.server --- [INFO] [INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.emf.cdo.server --- [INFO] [INFO] --- properties:1.0.0:read-project-properties (default) @ org.eclipse.emf.cdo.server --- [INFO] [INFO] --- tycho-packaging:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.cdo.server --- [INFO] [INFO] --- tycho-packaging:3.0.5:package-feature (default-package-feature) @ org.eclipse.emf.cdo.server --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.server-feature/target/org.eclipse.emf.cdo.server-4.24.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.cdo.server --- [INFO] [INFO] --- tycho-p2:3.0.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.emf.cdo.server --- [INFO] [INFO] --- tycho-source:3.0.5:feature-source (feature-source) @ org.eclipse.emf.cdo.server --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.server-feature/target/org.eclipse.emf.cdo.server-4.24.1-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- eclipse-jarsigner:1.3.3:sign (sign) @ org.eclipse.emf.cdo.server --- [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.server-feature/target/org.eclipse.emf.cdo.server-4.24.1-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.server-feature/target/org.eclipse.emf.cdo.server-4.24.1-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.cdo.server --- [INFO] [INFO] --< org.eclipse.emf.cdo.features:org.eclipse.emf.cdo.server.embedded >-- [INFO] Building org.eclipse.emf.cdo.server.embedded 4.24.1-SNAPSHOT [102/177] [INFO] from features/org.eclipse.emf.cdo.server.embedded-feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier-aggregator (default-build-qualifier-aggregator)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier-aggregator (default-build-qualifier-aggregator)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-feature (default-package-feature)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-feature (default-package-feature)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.emf.cdo.server.embedded --- [INFO] Deleting /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.server.embedded-feature/target [INFO] [INFO] --- tycho-packaging:3.0.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.emf.cdo.server.embedded --- [INFO] The project's OSGi version is 4.24.1.v20231218-1001 [INFO] [INFO] --- tycho-packaging:3.0.5:validate-id (default-validate-id) @ org.eclipse.emf.cdo.server.embedded --- [INFO] [INFO] --- tycho-packaging:3.0.5:validate-version (default-validate-version) @ org.eclipse.emf.cdo.server.embedded --- [INFO] [INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.emf.cdo.server.embedded --- [INFO] [INFO] --- properties:1.0.0:read-project-properties (default) @ org.eclipse.emf.cdo.server.embedded --- [INFO] [INFO] --- tycho-packaging:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.cdo.server.embedded --- [INFO] [INFO] --- tycho-packaging:3.0.5:package-feature (default-package-feature) @ org.eclipse.emf.cdo.server.embedded --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.server.embedded-feature/target/org.eclipse.emf.cdo.server.embedded-4.24.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.cdo.server.embedded --- [INFO] [INFO] --- tycho-p2:3.0.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.emf.cdo.server.embedded --- [INFO] [INFO] --- tycho-source:3.0.5:feature-source (feature-source) @ org.eclipse.emf.cdo.server.embedded --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.server.embedded-feature/target/org.eclipse.emf.cdo.server.embedded-4.24.1-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- eclipse-jarsigner:1.3.3:sign (sign) @ org.eclipse.emf.cdo.server.embedded --- [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.server.embedded-feature/target/org.eclipse.emf.cdo.server.embedded-4.24.1-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.server.embedded-feature/target/org.eclipse.emf.cdo.server.embedded-4.24.1-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.cdo.server.embedded --- [INFO] [INFO] -----< org.eclipse.emf.cdo.features:org.eclipse.emf.cdo.server.db >----- [INFO] Building org.eclipse.emf.cdo.server.db 4.13.1-SNAPSHOT [103/177] [INFO] from features/org.eclipse.emf.cdo.server.db-feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier-aggregator (default-build-qualifier-aggregator)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier-aggregator (default-build-qualifier-aggregator)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-feature (default-package-feature)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-feature (default-package-feature)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.emf.cdo.server.db --- [INFO] Deleting /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.server.db-feature/target [INFO] [INFO] --- tycho-packaging:3.0.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.emf.cdo.server.db --- [INFO] The project's OSGi version is 4.13.1.v20240318-1854 [INFO] [INFO] --- tycho-packaging:3.0.5:validate-id (default-validate-id) @ org.eclipse.emf.cdo.server.db --- [INFO] [INFO] --- tycho-packaging:3.0.5:validate-version (default-validate-version) @ org.eclipse.emf.cdo.server.db --- [INFO] [INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.emf.cdo.server.db --- [INFO] [INFO] --- properties:1.0.0:read-project-properties (default) @ org.eclipse.emf.cdo.server.db --- [INFO] [INFO] --- tycho-packaging:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.cdo.server.db --- [INFO] [INFO] --- tycho-packaging:3.0.5:package-feature (default-package-feature) @ org.eclipse.emf.cdo.server.db --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.server.db-feature/target/org.eclipse.emf.cdo.server.db-4.13.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.cdo.server.db --- [INFO] [INFO] --- tycho-p2:3.0.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.emf.cdo.server.db --- [INFO] [INFO] --- tycho-source:3.0.5:feature-source (feature-source) @ org.eclipse.emf.cdo.server.db --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.server.db-feature/target/org.eclipse.emf.cdo.server.db-4.13.1-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- eclipse-jarsigner:1.3.3:sign (sign) @ org.eclipse.emf.cdo.server.db --- [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.server.db-feature/target/org.eclipse.emf.cdo.server.db-4.13.1-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.server.db-feature/target/org.eclipse.emf.cdo.server.db-4.13.1-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.cdo.server.db --- [INFO] [INFO] ------------< org.eclipse.emf.cdo:org.eclipse.emf.cdo.sdk >------------- [INFO] Building org.eclipse.emf.cdo.sdk 4.1.605-SNAPSHOT [104/177] [INFO] from plugins/org.eclipse.emf.cdo.sdk/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.emf.cdo.sdk --- [INFO] [INFO] --- tycho-packaging:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.emf.cdo.sdk --- [INFO] The project's OSGi version is 4.1.605.v20231122-0952 [INFO] [INFO] --- tycho-packaging:3.0.5:validate-id (default-validate-id) @ org.eclipse.emf.cdo.sdk --- [INFO] [INFO] --- tycho-packaging:3.0.5:validate-version (default-validate-version) @ org.eclipse.emf.cdo.sdk --- [INFO] [INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.emf.cdo.sdk --- [INFO] [INFO] --- tycho-compiler:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.emf.cdo.sdk --- [INFO] Resolving class path of org.eclipse.emf.cdo.sdk... [INFO] [INFO] --- properties:1.0.0:read-project-properties (default) @ org.eclipse.emf.cdo.sdk --- [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.emf.cdo.sdk --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- tycho-compiler:3.0.5:compile (default-compile) @ org.eclipse.emf.cdo.sdk --- [INFO] [INFO] --- tycho-ds:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.emf.cdo.sdk --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.emf.cdo.sdk --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.sdk/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.5:testCompile (default-testCompile) @ org.eclipse.emf.cdo.sdk --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.emf.cdo.sdk --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.cdo.sdk --- [INFO] [INFO] --- tycho-source:3.0.5:plugin-source (attach-source) @ org.eclipse.emf.cdo.sdk --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.sdk/target/org.eclipse.emf.cdo.sdk-4.1.605-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.emf.cdo.sdk --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.sdk/target/org.eclipse.emf.cdo.sdk-4.1.605-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.cdo.sdk --- [INFO] [INFO] --- eclipse-jarsigner:1.3.3:sign (sign) @ org.eclipse.emf.cdo.sdk --- [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.sdk/target/org.eclipse.emf.cdo.sdk-4.1.605-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.sdk/target/org.eclipse.emf.cdo.sdk-4.1.605-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.cdo.sdk --- [INFO] [INFO] --- tycho-surefire:3.0.5:integration-test (default-integration-test) @ org.eclipse.emf.cdo.sdk --- [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.emf.cdo.sdk --- [INFO] No tests to run. [INFO] [INFO] --------< org.eclipse.emf.cdo.features:org.eclipse.emf.cdo.sdk >-------- [INFO] Building org.eclipse.emf.cdo.sdk 5.14.1-SNAPSHOT [105/177] [INFO] from features/org.eclipse.emf.cdo.sdk-feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier-aggregator (default-build-qualifier-aggregator)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier-aggregator (default-build-qualifier-aggregator)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-feature (default-package-feature)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-feature (default-package-feature)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.emf.cdo.sdk --- [INFO] Deleting /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.sdk-feature/target [INFO] [INFO] --- tycho-packaging:3.0.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.emf.cdo.sdk --- [INFO] The project's OSGi version is 5.14.1.v20240318-1854 [INFO] [INFO] --- tycho-packaging:3.0.5:validate-id (default-validate-id) @ org.eclipse.emf.cdo.sdk --- [INFO] [INFO] --- tycho-packaging:3.0.5:validate-version (default-validate-version) @ org.eclipse.emf.cdo.sdk --- [INFO] [INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.emf.cdo.sdk --- [INFO] [INFO] --- properties:1.0.0:read-project-properties (default) @ org.eclipse.emf.cdo.sdk --- [INFO] [INFO] --- tycho-packaging:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.cdo.sdk --- [INFO] [INFO] --- tycho-packaging:3.0.5:package-feature (default-package-feature) @ org.eclipse.emf.cdo.sdk --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.sdk-feature/target/org.eclipse.emf.cdo.sdk-5.14.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.cdo.sdk --- [INFO] [INFO] --- tycho-p2:3.0.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.emf.cdo.sdk --- [INFO] [INFO] --- tycho-source:3.0.5:feature-source (feature-source) @ org.eclipse.emf.cdo.sdk --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.sdk-feature/target/org.eclipse.emf.cdo.sdk-5.14.1-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- eclipse-jarsigner:1.3.3:sign (sign) @ org.eclipse.emf.cdo.sdk --- [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.sdk-feature/target/org.eclipse.emf.cdo.sdk-5.14.1-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.sdk-feature/target/org.eclipse.emf.cdo.sdk-5.14.1-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.cdo.sdk --- [INFO] [INFO] -------< org.eclipse.emf.cdo:org.eclipse.emf.cdo.server.lissome >------- [INFO] Building org.eclipse.emf.cdo.server.lissome 4.3.6-SNAPSHOT [106/177] [INFO] from plugins/org.eclipse.emf.cdo.server.lissome/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.emf.cdo.server.lissome --- [INFO] [INFO] --- tycho-packaging:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.emf.cdo.server.lissome --- [INFO] The project's OSGi version is 4.3.6.v20231122-0952 [INFO] [INFO] --- tycho-packaging:3.0.5:validate-id (default-validate-id) @ org.eclipse.emf.cdo.server.lissome --- [INFO] [INFO] --- tycho-packaging:3.0.5:validate-version (default-validate-version) @ org.eclipse.emf.cdo.server.lissome --- [INFO] [INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.emf.cdo.server.lissome --- [INFO] [INFO] --- tycho-compiler:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.emf.cdo.server.lissome --- [INFO] Resolving class path of org.eclipse.emf.cdo.server.lissome... [INFO] [INFO] --- properties:1.0.0:read-project-properties (default) @ org.eclipse.emf.cdo.server.lissome --- [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.emf.cdo.server.lissome --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- tycho-compiler:3.0.5:compile (default-compile) @ org.eclipse.emf.cdo.server.lissome --- [INFO] Compiling 30 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.server.lissome/target/classes [INFO] [INFO] --- tycho-ds:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.emf.cdo.server.lissome --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.emf.cdo.server.lissome --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.server.lissome/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.5:testCompile (default-testCompile) @ org.eclipse.emf.cdo.server.lissome --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.emf.cdo.server.lissome --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.cdo.server.lissome --- [INFO] [INFO] --- tycho-source:3.0.5:plugin-source (attach-source) @ org.eclipse.emf.cdo.server.lissome --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.server.lissome/target/org.eclipse.emf.cdo.server.lissome-4.3.6-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.emf.cdo.server.lissome --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.server.lissome/target/org.eclipse.emf.cdo.server.lissome-4.3.6-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.cdo.server.lissome --- [INFO] [INFO] --- eclipse-jarsigner:1.3.3:sign (sign) @ org.eclipse.emf.cdo.server.lissome --- [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.server.lissome/target/org.eclipse.emf.cdo.server.lissome-4.3.6-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.server.lissome/target/org.eclipse.emf.cdo.server.lissome-4.3.6-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.cdo.server.lissome --- [INFO] [INFO] --- tycho-surefire:3.0.5:integration-test (default-integration-test) @ org.eclipse.emf.cdo.server.lissome --- [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.emf.cdo.server.lissome --- [INFO] No tests to run. [INFO] [INFO] ------------< org.eclipse.emf.cdo:org.eclipse.net4j.tests >------------- [INFO] Building org.eclipse.net4j.tests 4.2.11-SNAPSHOT [107/177] [INFO] from plugins/org.eclipse.net4j.tests/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.net4j.tests --- [INFO] [INFO] --- tycho-packaging:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.net4j.tests --- [INFO] The project's OSGi version is 4.2.11.v20231122-0952 [INFO] [INFO] --- tycho-packaging:3.0.5:validate-id (default-validate-id) @ org.eclipse.net4j.tests --- [INFO] [INFO] --- tycho-packaging:3.0.5:validate-version (default-validate-version) @ org.eclipse.net4j.tests --- [INFO] [INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.net4j.tests --- [INFO] [INFO] --- tycho-compiler:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.net4j.tests --- [INFO] Resolving class path of org.eclipse.net4j.tests... [INFO] [INFO] --- properties:1.0.0:read-project-properties (default) @ org.eclipse.net4j.tests --- [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.net4j.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- tycho-compiler:3.0.5:compile (default-compile) @ org.eclipse.net4j.tests --- [INFO] Compiling 70 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.tests/target/classes [INFO] [INFO] --- tycho-ds:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.net4j.tests --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.net4j.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.tests/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.5:testCompile (default-testCompile) @ org.eclipse.net4j.tests --- [INFO] Compiling 70 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.tests/target/test-classes [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.net4j.tests --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.net4j.tests --- [INFO] [INFO] --- tycho-source:3.0.5:plugin-source (attach-source) @ org.eclipse.net4j.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.tests/target/org.eclipse.net4j.tests-4.2.11-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.net4j.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.tests/target/org.eclipse.net4j.tests-4.2.11-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.net4j.tests --- [INFO] [INFO] --- eclipse-jarsigner:1.3.3:sign (sign) @ org.eclipse.net4j.tests --- [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.tests/target/org.eclipse.net4j.tests-4.2.11-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.tests/target/org.eclipse.net4j.tests-4.2.11-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.net4j.tests --- [INFO] [INFO] --- tycho-surefire:3.0.5:integration-test (default-integration-test) @ org.eclipse.net4j.tests --- [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.net4j.tests --- [INFO] No tests to run. [INFO] [INFO] --------< org.eclipse.emf.cdo:org.eclipse.emf.cdo.tests.mango >--------- [INFO] Building org.eclipse.emf.cdo.tests.mango 3.1.0-SNAPSHOT [108/177] [INFO] from plugins/org.eclipse.emf.cdo.tests.mango/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.emf.cdo.tests.mango --- [INFO] [INFO] --- tycho-packaging:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.emf.cdo.tests.mango --- [INFO] The project's OSGi version is 3.1.0.v20230221-1613 [INFO] [INFO] --- tycho-packaging:3.0.5:validate-id (default-validate-id) @ org.eclipse.emf.cdo.tests.mango --- [INFO] [INFO] --- tycho-packaging:3.0.5:validate-version (default-validate-version) @ org.eclipse.emf.cdo.tests.mango --- [INFO] [INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.emf.cdo.tests.mango --- [INFO] [INFO] --- tycho-compiler:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.emf.cdo.tests.mango --- [INFO] Resolving class path of org.eclipse.emf.cdo.tests.mango... [INFO] [INFO] --- properties:1.0.0:read-project-properties (default) @ org.eclipse.emf.cdo.tests.mango --- [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.emf.cdo.tests.mango --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.mango/src/main/resources [INFO] [INFO] --- tycho-compiler:3.0.5:compile (default-compile) @ org.eclipse.emf.cdo.tests.mango --- [INFO] Compiling 22 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.mango/target/classes [INFO] [INFO] --- tycho-ds:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.emf.cdo.tests.mango --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.emf.cdo.tests.mango --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.mango/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.5:testCompile (default-testCompile) @ org.eclipse.emf.cdo.tests.mango --- [INFO] Compiling 22 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.mango/target/test-classes [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.emf.cdo.tests.mango --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.cdo.tests.mango --- [INFO] [INFO] --- tycho-source:3.0.5:plugin-source (attach-source) @ org.eclipse.emf.cdo.tests.mango --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.mango/target/org.eclipse.emf.cdo.tests.mango-3.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.emf.cdo.tests.mango --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.mango/target/org.eclipse.emf.cdo.tests.mango-3.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.cdo.tests.mango --- [INFO] [INFO] --- eclipse-jarsigner:1.3.3:sign (sign) @ org.eclipse.emf.cdo.tests.mango --- [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.mango/target/org.eclipse.emf.cdo.tests.mango-3.1.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.mango/target/org.eclipse.emf.cdo.tests.mango-3.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.cdo.tests.mango --- [INFO] [INFO] --- tycho-surefire:3.0.5:integration-test (default-integration-test) @ org.eclipse.emf.cdo.tests.mango --- [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.emf.cdo.tests.mango --- [INFO] No tests to run. [INFO] [INFO] --------< org.eclipse.emf.cdo:org.eclipse.emf.cdo.tests.model1 >-------- [INFO] Building org.eclipse.emf.cdo.tests.model1 3.1.1-SNAPSHOT [109/177] [INFO] from plugins/org.eclipse.emf.cdo.tests.model1/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.emf.cdo.tests.model1 --- [INFO] [INFO] --- tycho-packaging:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.emf.cdo.tests.model1 --- [INFO] The project's OSGi version is 3.1.1.v20230221-1613 [INFO] [INFO] --- tycho-packaging:3.0.5:validate-id (default-validate-id) @ org.eclipse.emf.cdo.tests.model1 --- [INFO] [INFO] --- tycho-packaging:3.0.5:validate-version (default-validate-version) @ org.eclipse.emf.cdo.tests.model1 --- [INFO] [INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.emf.cdo.tests.model1 --- [INFO] [INFO] --- tycho-compiler:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.emf.cdo.tests.model1 --- [INFO] Resolving class path of org.eclipse.emf.cdo.tests.model1... [INFO] [INFO] --- properties:1.0.0:read-project-properties (default) @ org.eclipse.emf.cdo.tests.model1 --- [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.emf.cdo.tests.model1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.model1/src/main/resources [INFO] [INFO] --- tycho-compiler:3.0.5:compile (default-compile) @ org.eclipse.emf.cdo.tests.model1 --- [INFO] Compiling 48 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.model1/target/classes [INFO] [INFO] --- tycho-ds:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.emf.cdo.tests.model1 --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.emf.cdo.tests.model1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.model1/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.5:testCompile (default-testCompile) @ org.eclipse.emf.cdo.tests.model1 --- [INFO] Compiling 48 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.model1/target/test-classes [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.emf.cdo.tests.model1 --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.cdo.tests.model1 --- [INFO] [INFO] --- tycho-source:3.0.5:plugin-source (attach-source) @ org.eclipse.emf.cdo.tests.model1 --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.model1/target/org.eclipse.emf.cdo.tests.model1-3.1.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.emf.cdo.tests.model1 --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.model1/target/org.eclipse.emf.cdo.tests.model1-3.1.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.cdo.tests.model1 --- [INFO] [INFO] --- eclipse-jarsigner:1.3.3:sign (sign) @ org.eclipse.emf.cdo.tests.model1 --- [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.model1/target/org.eclipse.emf.cdo.tests.model1-3.1.1-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.model1/target/org.eclipse.emf.cdo.tests.model1-3.1.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.cdo.tests.model1 --- [INFO] [INFO] --- tycho-surefire:3.0.5:integration-test (default-integration-test) @ org.eclipse.emf.cdo.tests.model1 --- [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.emf.cdo.tests.model1 --- [INFO] No tests to run. [INFO] [INFO] --------< org.eclipse.emf.cdo:org.eclipse.emf.cdo.tests.model2 >-------- [INFO] Building org.eclipse.emf.cdo.tests.model2 3.1.0-SNAPSHOT [110/177] [INFO] from plugins/org.eclipse.emf.cdo.tests.model2/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.emf.cdo.tests.model2 --- [INFO] [INFO] --- tycho-packaging:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.emf.cdo.tests.model2 --- [INFO] The project's OSGi version is 3.1.0.v20230221-1613 [INFO] [INFO] --- tycho-packaging:3.0.5:validate-id (default-validate-id) @ org.eclipse.emf.cdo.tests.model2 --- [INFO] [INFO] --- tycho-packaging:3.0.5:validate-version (default-validate-version) @ org.eclipse.emf.cdo.tests.model2 --- [INFO] [INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.emf.cdo.tests.model2 --- [INFO] [INFO] --- tycho-compiler:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.emf.cdo.tests.model2 --- [INFO] Resolving class path of org.eclipse.emf.cdo.tests.model2... [INFO] [INFO] --- properties:1.0.0:read-project-properties (default) @ org.eclipse.emf.cdo.tests.model2 --- [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.emf.cdo.tests.model2 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.model2/src/main/resources [INFO] [INFO] --- tycho-compiler:3.0.5:compile (default-compile) @ org.eclipse.emf.cdo.tests.model2 --- [INFO] Compiling 63 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.model2/target/classes [INFO] [INFO] --- tycho-ds:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.emf.cdo.tests.model2 --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.emf.cdo.tests.model2 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.model2/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.5:testCompile (default-testCompile) @ org.eclipse.emf.cdo.tests.model2 --- [INFO] Compiling 63 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.model2/target/test-classes [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.emf.cdo.tests.model2 --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.cdo.tests.model2 --- [INFO] [INFO] --- tycho-source:3.0.5:plugin-source (attach-source) @ org.eclipse.emf.cdo.tests.model2 --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.model2/target/org.eclipse.emf.cdo.tests.model2-3.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.emf.cdo.tests.model2 --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.model2/target/org.eclipse.emf.cdo.tests.model2-3.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.cdo.tests.model2 --- [INFO] [INFO] --- eclipse-jarsigner:1.3.3:sign (sign) @ org.eclipse.emf.cdo.tests.model2 --- [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.model2/target/org.eclipse.emf.cdo.tests.model2-3.1.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.model2/target/org.eclipse.emf.cdo.tests.model2-3.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.cdo.tests.model2 --- [INFO] [INFO] --- tycho-surefire:3.0.5:integration-test (default-integration-test) @ org.eclipse.emf.cdo.tests.model2 --- [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.emf.cdo.tests.model2 --- [INFO] No tests to run. [INFO] [INFO] --------< org.eclipse.emf.cdo:org.eclipse.emf.cdo.tests.model3 >-------- [INFO] Building org.eclipse.emf.cdo.tests.model3 3.1.0-SNAPSHOT [111/177] [INFO] from plugins/org.eclipse.emf.cdo.tests.model3/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.emf.cdo.tests.model3 --- [INFO] [INFO] --- tycho-packaging:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.emf.cdo.tests.model3 --- [INFO] The project's OSGi version is 3.1.0.v20230221-1613 [INFO] [INFO] --- tycho-packaging:3.0.5:validate-id (default-validate-id) @ org.eclipse.emf.cdo.tests.model3 --- [INFO] [INFO] --- tycho-packaging:3.0.5:validate-version (default-validate-version) @ org.eclipse.emf.cdo.tests.model3 --- [INFO] [INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.emf.cdo.tests.model3 --- [INFO] [INFO] --- tycho-compiler:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.emf.cdo.tests.model3 --- [INFO] Resolving class path of org.eclipse.emf.cdo.tests.model3... [INFO] [INFO] --- properties:1.0.0:read-project-properties (default) @ org.eclipse.emf.cdo.tests.model3 --- [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.emf.cdo.tests.model3 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.model3/src/main/resources [INFO] [INFO] --- tycho-compiler:3.0.5:compile (default-compile) @ org.eclipse.emf.cdo.tests.model3 --- [INFO] Compiling 85 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.model3/target/classes [INFO] [INFO] --- tycho-ds:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.emf.cdo.tests.model3 --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.emf.cdo.tests.model3 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.model3/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.5:testCompile (default-testCompile) @ org.eclipse.emf.cdo.tests.model3 --- [INFO] Compiling 85 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.model3/target/test-classes [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.emf.cdo.tests.model3 --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.cdo.tests.model3 --- [INFO] [INFO] --- tycho-source:3.0.5:plugin-source (attach-source) @ org.eclipse.emf.cdo.tests.model3 --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.model3/target/org.eclipse.emf.cdo.tests.model3-3.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.emf.cdo.tests.model3 --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.model3/target/org.eclipse.emf.cdo.tests.model3-3.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.cdo.tests.model3 --- [INFO] [INFO] --- eclipse-jarsigner:1.3.3:sign (sign) @ org.eclipse.emf.cdo.tests.model3 --- [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.model3/target/org.eclipse.emf.cdo.tests.model3-3.1.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.model3/target/org.eclipse.emf.cdo.tests.model3-3.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.cdo.tests.model3 --- [INFO] [INFO] --- tycho-surefire:3.0.5:integration-test (default-integration-test) @ org.eclipse.emf.cdo.tests.model3 --- [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.emf.cdo.tests.model3 --- [INFO] No tests to run. [INFO] [INFO] ---< org.eclipse.emf.cdo:org.eclipse.emf.cdo.tests.model4interfaces >--- [INFO] Building org.eclipse.emf.cdo.tests.model4interfaces 3.1.0-SNAPSHOT [112/177] [INFO] from plugins/org.eclipse.emf.cdo.tests.model4interfaces/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.emf.cdo.tests.model4interfaces --- [INFO] [INFO] --- tycho-packaging:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.emf.cdo.tests.model4interfaces --- [INFO] The project's OSGi version is 3.1.0.v20230221-1613 [INFO] [INFO] --- tycho-packaging:3.0.5:validate-id (default-validate-id) @ org.eclipse.emf.cdo.tests.model4interfaces --- [INFO] [INFO] --- tycho-packaging:3.0.5:validate-version (default-validate-version) @ org.eclipse.emf.cdo.tests.model4interfaces --- [INFO] [INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.emf.cdo.tests.model4interfaces --- [INFO] [INFO] --- tycho-compiler:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.emf.cdo.tests.model4interfaces --- [INFO] Resolving class path of org.eclipse.emf.cdo.tests.model4interfaces... [INFO] [INFO] --- properties:1.0.0:read-project-properties (default) @ org.eclipse.emf.cdo.tests.model4interfaces --- [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.emf.cdo.tests.model4interfaces --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.model4interfaces/src/main/resources [INFO] [INFO] --- tycho-compiler:3.0.5:compile (default-compile) @ org.eclipse.emf.cdo.tests.model4interfaces --- [INFO] Compiling 26 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.model4interfaces/target/classes [INFO] [INFO] --- tycho-ds:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.emf.cdo.tests.model4interfaces --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.emf.cdo.tests.model4interfaces --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.model4interfaces/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.5:testCompile (default-testCompile) @ org.eclipse.emf.cdo.tests.model4interfaces --- [INFO] Compiling 26 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.model4interfaces/target/test-classes [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.emf.cdo.tests.model4interfaces --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.cdo.tests.model4interfaces --- [INFO] [INFO] --- tycho-source:3.0.5:plugin-source (attach-source) @ org.eclipse.emf.cdo.tests.model4interfaces --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.model4interfaces/target/org.eclipse.emf.cdo.tests.model4interfaces-3.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.emf.cdo.tests.model4interfaces --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.model4interfaces/target/org.eclipse.emf.cdo.tests.model4interfaces-3.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.cdo.tests.model4interfaces --- [INFO] [INFO] --- eclipse-jarsigner:1.3.3:sign (sign) @ org.eclipse.emf.cdo.tests.model4interfaces --- [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.model4interfaces/target/org.eclipse.emf.cdo.tests.model4interfaces-3.1.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.model4interfaces/target/org.eclipse.emf.cdo.tests.model4interfaces-3.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.cdo.tests.model4interfaces --- [INFO] [INFO] --- tycho-surefire:3.0.5:integration-test (default-integration-test) @ org.eclipse.emf.cdo.tests.model4interfaces --- [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.emf.cdo.tests.model4interfaces --- [INFO] No tests to run. [INFO] [INFO] --------< org.eclipse.emf.cdo:org.eclipse.emf.cdo.tests.model4 >-------- [INFO] Building org.eclipse.emf.cdo.tests.model4 3.1.0-SNAPSHOT [113/177] [INFO] from plugins/org.eclipse.emf.cdo.tests.model4/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.emf.cdo.tests.model4 --- [INFO] [INFO] --- tycho-packaging:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.emf.cdo.tests.model4 --- [INFO] The project's OSGi version is 3.1.0.v20230221-1613 [INFO] [INFO] --- tycho-packaging:3.0.5:validate-id (default-validate-id) @ org.eclipse.emf.cdo.tests.model4 --- [INFO] [INFO] --- tycho-packaging:3.0.5:validate-version (default-validate-version) @ org.eclipse.emf.cdo.tests.model4 --- [INFO] [INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.emf.cdo.tests.model4 --- [INFO] [INFO] --- tycho-compiler:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.emf.cdo.tests.model4 --- [INFO] Resolving class path of org.eclipse.emf.cdo.tests.model4... [INFO] [INFO] --- properties:1.0.0:read-project-properties (default) @ org.eclipse.emf.cdo.tests.model4 --- [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.emf.cdo.tests.model4 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.model4/src/main/resources [INFO] [INFO] --- tycho-compiler:3.0.5:compile (default-compile) @ org.eclipse.emf.cdo.tests.model4 --- [INFO] Compiling 116 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.model4/target/classes [INFO] [INFO] --- tycho-ds:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.emf.cdo.tests.model4 --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.emf.cdo.tests.model4 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.model4/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.5:testCompile (default-testCompile) @ org.eclipse.emf.cdo.tests.model4 --- [INFO] Compiling 116 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.model4/target/test-classes [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.emf.cdo.tests.model4 --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.cdo.tests.model4 --- [INFO] [INFO] --- tycho-source:3.0.5:plugin-source (attach-source) @ org.eclipse.emf.cdo.tests.model4 --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.model4/target/org.eclipse.emf.cdo.tests.model4-3.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.emf.cdo.tests.model4 --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.model4/target/org.eclipse.emf.cdo.tests.model4-3.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.cdo.tests.model4 --- [INFO] [INFO] --- eclipse-jarsigner:1.3.3:sign (sign) @ org.eclipse.emf.cdo.tests.model4 --- [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.model4/target/org.eclipse.emf.cdo.tests.model4-3.1.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.model4/target/org.eclipse.emf.cdo.tests.model4-3.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.cdo.tests.model4 --- [INFO] [INFO] --- tycho-surefire:3.0.5:integration-test (default-integration-test) @ org.eclipse.emf.cdo.tests.model4 --- [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.emf.cdo.tests.model4 --- [INFO] No tests to run. [INFO] [INFO] --------< org.eclipse.emf.cdo:org.eclipse.emf.cdo.tests.model5 >-------- [INFO] Building org.eclipse.emf.cdo.tests.model5 3.1.2-SNAPSHOT [114/177] [INFO] from plugins/org.eclipse.emf.cdo.tests.model5/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.emf.cdo.tests.model5 --- [INFO] [INFO] --- tycho-packaging:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.emf.cdo.tests.model5 --- [INFO] The project's OSGi version is 3.1.2.v20230221-1613 [INFO] [INFO] --- tycho-packaging:3.0.5:validate-id (default-validate-id) @ org.eclipse.emf.cdo.tests.model5 --- [INFO] [INFO] --- tycho-packaging:3.0.5:validate-version (default-validate-version) @ org.eclipse.emf.cdo.tests.model5 --- [INFO] [INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.emf.cdo.tests.model5 --- [INFO] [INFO] --- tycho-compiler:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.emf.cdo.tests.model5 --- [INFO] Resolving class path of org.eclipse.emf.cdo.tests.model5... [INFO] [INFO] --- properties:1.0.0:read-project-properties (default) @ org.eclipse.emf.cdo.tests.model5 --- [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.emf.cdo.tests.model5 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.model5/src/main/resources [INFO] [INFO] --- tycho-compiler:3.0.5:compile (default-compile) @ org.eclipse.emf.cdo.tests.model5 --- [INFO] Compiling 62 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.model5/target/classes [INFO] [INFO] --- tycho-ds:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.emf.cdo.tests.model5 --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.emf.cdo.tests.model5 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.model5/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.5:testCompile (default-testCompile) @ org.eclipse.emf.cdo.tests.model5 --- [INFO] Compiling 62 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.model5/target/test-classes [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.emf.cdo.tests.model5 --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.cdo.tests.model5 --- [INFO] [INFO] --- tycho-source:3.0.5:plugin-source (attach-source) @ org.eclipse.emf.cdo.tests.model5 --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.model5/target/org.eclipse.emf.cdo.tests.model5-3.1.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.emf.cdo.tests.model5 --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.model5/target/org.eclipse.emf.cdo.tests.model5-3.1.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.cdo.tests.model5 --- [INFO] [INFO] --- eclipse-jarsigner:1.3.3:sign (sign) @ org.eclipse.emf.cdo.tests.model5 --- [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.model5/target/org.eclipse.emf.cdo.tests.model5-3.1.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.model5/target/org.eclipse.emf.cdo.tests.model5-3.1.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.cdo.tests.model5 --- [INFO] [INFO] --- tycho-surefire:3.0.5:integration-test (default-integration-test) @ org.eclipse.emf.cdo.tests.model5 --- [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.emf.cdo.tests.model5 --- [INFO] No tests to run. [INFO] [INFO] --------< org.eclipse.emf.cdo:org.eclipse.emf.cdo.tests.model6 >-------- [INFO] Building org.eclipse.emf.cdo.tests.model6 4.1.1-SNAPSHOT [115/177] [INFO] from plugins/org.eclipse.emf.cdo.tests.model6/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.emf.cdo.tests.model6 --- [INFO] [INFO] --- tycho-packaging:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.emf.cdo.tests.model6 --- [INFO] The project's OSGi version is 4.1.1.v20230221-1613 [INFO] [INFO] --- tycho-packaging:3.0.5:validate-id (default-validate-id) @ org.eclipse.emf.cdo.tests.model6 --- [INFO] [INFO] --- tycho-packaging:3.0.5:validate-version (default-validate-version) @ org.eclipse.emf.cdo.tests.model6 --- [INFO] [INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.emf.cdo.tests.model6 --- [INFO] [INFO] --- tycho-compiler:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.emf.cdo.tests.model6 --- [INFO] Resolving class path of org.eclipse.emf.cdo.tests.model6... [INFO] [INFO] --- properties:1.0.0:read-project-properties (default) @ org.eclipse.emf.cdo.tests.model6 --- [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.emf.cdo.tests.model6 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.model6/src/main/resources [INFO] [INFO] --- tycho-compiler:3.0.5:compile (default-compile) @ org.eclipse.emf.cdo.tests.model6 --- [INFO] Compiling 87 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.model6/target/classes [INFO] [INFO] --- tycho-ds:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.emf.cdo.tests.model6 --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.emf.cdo.tests.model6 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.model6/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.5:testCompile (default-testCompile) @ org.eclipse.emf.cdo.tests.model6 --- [INFO] Compiling 87 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.model6/target/test-classes [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.emf.cdo.tests.model6 --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.cdo.tests.model6 --- [INFO] [INFO] --- tycho-source:3.0.5:plugin-source (attach-source) @ org.eclipse.emf.cdo.tests.model6 --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.model6/target/org.eclipse.emf.cdo.tests.model6-4.1.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.emf.cdo.tests.model6 --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.model6/target/org.eclipse.emf.cdo.tests.model6-4.1.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.cdo.tests.model6 --- [INFO] [INFO] --- eclipse-jarsigner:1.3.3:sign (sign) @ org.eclipse.emf.cdo.tests.model6 --- [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.model6/target/org.eclipse.emf.cdo.tests.model6-4.1.1-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.model6/target/org.eclipse.emf.cdo.tests.model6-4.1.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.cdo.tests.model6 --- [INFO] [INFO] --- tycho-surefire:3.0.5:integration-test (default-integration-test) @ org.eclipse.emf.cdo.tests.model6 --- [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.emf.cdo.tests.model6 --- [INFO] No tests to run. [INFO] [INFO] -----------< org.eclipse.emf.cdo:org.eclipse.emf.cdo.tests >------------ [INFO] Building org.eclipse.emf.cdo.tests 4.2.3-SNAPSHOT [116/177] [INFO] from plugins/org.eclipse.emf.cdo.tests/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.emf.cdo.tests --- [INFO] [INFO] --- tycho-packaging:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.emf.cdo.tests --- [INFO] The project's OSGi version is 4.2.3.v20240319-1536 [INFO] [INFO] --- tycho-packaging:3.0.5:validate-id (default-validate-id) @ org.eclipse.emf.cdo.tests --- [INFO] [INFO] --- tycho-packaging:3.0.5:validate-version (default-validate-version) @ org.eclipse.emf.cdo.tests --- [INFO] [INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.emf.cdo.tests --- [INFO] [INFO] --- tycho-compiler:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.emf.cdo.tests --- [INFO] Resolving class path of org.eclipse.emf.cdo.tests... [INFO] [INFO] --- properties:1.0.0:read-project-properties (default) @ org.eclipse.emf.cdo.tests --- [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.emf.cdo.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- tycho-compiler:3.0.5:compile (default-compile) @ org.eclipse.emf.cdo.tests --- [INFO] Compiling 526 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests/target/classes [INFO] [INFO] --- tycho-ds:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.emf.cdo.tests --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.emf.cdo.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests/src/test/resources [INFO] [INFO] --- tycho-packaging:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.cdo.tests --- [INFO] [INFO] --- tycho-source:3.0.5:plugin-source (attach-source) @ org.eclipse.emf.cdo.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests/target/org.eclipse.emf.cdo.tests-4.2.3-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.emf.cdo.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests/target/org.eclipse.emf.cdo.tests-4.2.3-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.cdo.tests --- [INFO] [INFO] --- eclipse-jarsigner:1.3.3:sign (sign) @ org.eclipse.emf.cdo.tests --- [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests/target/org.eclipse.emf.cdo.tests-4.2.3-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests/target/org.eclipse.emf.cdo.tests-4.2.3-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.cdo.tests --- [INFO] [INFO] --- tycho-surefire:3.0.5:test (default-test) @ org.eclipse.emf.cdo.tests --- [INFO] Could not find a java toolchain of type jdk, using java from JAVA_HOME instead (/opt/tools/java/openjdk/jdk-17/latest/bin/java) [INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-17/latest/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -Ddisable.main.suite.finished=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.800.v20240426-1701/org.eclipse.equinox.launcher-1.6.800.v20240426-1701.jar, -data, /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests/target/work/data, -install, /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests/target/work, -configuration, /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests/target/surefire.properties] Running org.eclipse.emf.cdo.tests.IntegrationTestsLegacy ******************************************************* AdapterManagerTest.testStrongReferencePolicy_ALL [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* AdapterManagerTest.testStrongReferencePolicy_ALL_AttachObject [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* AdapterManagerTest.testStrongReferencePolicy_ALL_DetachObject [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* AdapterManagerTest.testStrongReferencePolicy_NONE [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* AttributeTest.testBigDecimalAndBigInteger [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* AttributeTest.testBigDecimalAndBigIntegerNull [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* AttributeTest.testByteArray [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* AttributeTest.testByteArrayEmpty [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* AttributeTest.testByteArrayNull [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* AttributeTest.testEnumDefaults [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* AttributeTest.testJavaClass [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* AttributeTest.testJavaObject [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* AttributeTest.testManyValuedCustomDataType_Bugzilla_319950 [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* AttributeTest.testManyValuedCustomDataType_Contains [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* AttributeTest.testManyValuedCustomDataType_ContainsAll [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* AttributeTest.testManyValuedCustomDataType_Get [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* AttributeTest.testManyValuedCustomDataType_IndexOf [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* AttributeTest.testManyValuedCustomDataType_LastIndexOf [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* AttributeTest.testNillableAttributeOfCustomType [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* AttributeTest.testPrimitiveDefaults [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* AuditEMapTest.testAuditedEMap [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* AuditSameSessionTest.testAddingContents [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* AuditSameSessionTest.testCanCreateAuditAtRepoCreationTime [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* AuditSameSessionTest.testCannotCreateAuditWithTimestampPriorToRepo [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* AuditSameSessionTest.testCannotSetAuditTimestampPriorToRepo [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* AuditSameSessionTest.testChangePath [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* AuditSameSessionTest.testChangeURI [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* AuditSameSessionTest.testChangedAudit [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* AuditSameSessionTest.testKeepHandle [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* AuditSameSessionTest.testNewAudit [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* AuditSameSessionTest.testRemovingContents [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* AuditSameSessionTest.testRemovingContentsKeepHandle [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* AuditSameSessionTest.testRepositoryCreationTime [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* AuditSameSessionTest.testRepositoryTime [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* AuditTest.testAddingContents [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* AuditTest.testCanCreateAuditAtRepoCreationTime [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* AuditTest.testCannotCreateAuditWithTimestampPriorToRepo [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* AuditTest.testCannotSetAuditTimestampPriorToRepo [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* AuditTest.testChangePath [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* AuditTest.testChangeURI [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* AuditTest.testChangedAudit [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* AuditTest.testKeepHandle [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* AuditTest.testNewAudit [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* AuditTest.testRemovingContents [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* AuditTest.testRemovingContentsKeepHandle [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* AutoAttacherTest.testAddingObjectAndCrawl [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* AutoAttacherTest.testSimple [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* BackupBinaryTest.testImport [MEM-branching, JVM, Legacy] ******************************************************* repo1repo1��<ܢ��<ܢ����������8http://www.eclipse.org/emf/CDO/tests/legacy/model1/1.0.0������1+ 8http://www.eclipse.org/emf/CDO/tests/legacy/model1/1.0.0MAIN�����1:http://www.eclipse.org/emf/CDO/Eresource/4.0.0#CDOResource������1�����1�:http://www.eclipse.org/emf/CDO/Eresource/4.0.0#CDOResource������1��@http://www.eclipse.org/emf/CDO/Eresource/4.0.0#CDOResourceFolder������1�BackupBinaryTest_testImport�:http://www.eclipse.org/emf/CDO/Eresource/4.0.0#CDOResource������1�����1�res1���:http://www.eclipse.org/emf/CDO/Eresource/4.0.0#CDOResource������1�res1����Ahttp://www.eclipse.org/emf/CDO/tests/legacy/model1/1.0.0#Customer������1�����1�EikeAhttp://www.eclipse.org/emf/CDO/tests/legacy/model1/1.0.0#Customer������1�Eike�Ahttp://www.eclipse.org/emf/CDO/tests/legacy/model1/1.0.0#Customer������1�JosAhttp://www.eclipse.org/emf/CDO/tests/legacy/model1/1.0.0#Customer������1�SimonChttp://www.eclipse.org/emf/CDO/tests/legacy/model1/1.0.0#SalesOrder������1���$�Dhttp://www.eclipse.org/emf/CDO/tests/legacy/model1/1.0.0#OrderDetail������1�������1�����1�����1�����1�����1�����1 CDO_SYSTEM � CDOResourceFolder@OID2("BackupBinaryTest_testImport") CDOResource@OID3("cdo://repo2/BackupBinaryTest_testImport/res1") org.eclipse.emf.cdo.tests.model1.legacy.impl.CustomerImpl@4584304 (name: Eike, street: null, city: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.CustomerImpl@51888019 (name: Jos, street: null, city: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.CustomerImpl@6f50d55c (name: Simon, street: null, city: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.SalesOrderImpl@19b5214b (id: 4711) org.eclipse.emf.cdo.tests.model1.legacy.impl.OrderDetailImpl@5fb3111a (price: 0.0) ******************************************************* BackupBinaryTest.testImportBlob [MEM-branching, JVM, Legacy] ******************************************************* repo1repo1��<ܣ!�<ܣK���������8http://www.eclipse.org/emf/CDO/tests/legacy/model3/1.0.0������1"� 8http://www.eclipse.org/emf/CDO/tests/legacy/model3/1.0.0http://www.eclipse.org/emf/CDO/tests/legacy/model3/1.0.0#Image������1���������� B|ʝ'�ő�jT�������� B|ʝ'�ő�j��
�����1�����1�����1�����1 CDO_SYSTEM � CDOResourceFolder@OID2("BackupBinaryTest_testImportBlob") CDOResource@OID3("cdo://repo2/BackupBinaryTest_testImportBlob/res1") org.eclipse.emf.cdo.tests.model3.legacy.impl.ImageImpl@7a606260 (width: 320, height: 200, data: CDOBlob[id=a2e8edf7a4f2a8de0b427cca9d27b81cc591e76a, size=87,172]) ******************************************************* BackupBinaryTest.testImportByteArray [MEM-branching, JVM, Legacy] ******************************************************* repo1repo1��<ܣ��<ܣ����������8http://www.eclipse.org/emf/CDO/tests/legacy/model6/1.0.0������11
8http://www.eclipse.org/emf/CDO/tests/legacy/model6/1.0.0MAIN�����1:http://www.eclipse.org/emf/CDO/Eresource/4.0.0#CDOResource������1�����1�:http://www.eclipse.org/emf/CDO/Eresource/4.0.0#CDOResource������1��@http://www.eclipse.org/emf/CDO/Eresource/4.0.0#CDOResourceFolder������1�$BackupBinaryTest_testImportByteArray�:http://www.eclipse.org/emf/CDO/Eresource/4.0.0#CDOResource������1�res1�Mhttp://www.eclipse.org/emf/CDO/tests/legacy/model6/1.0.0#UnsettableAttributes������1� ���������1�����1�����1�����1 CDO_SYSTEM � CDOResourceFolder@OID2("BackupBinaryTest_testImportByteArray") CDOResource@OID3("cdo://repo2/BackupBinaryTest_testImportByteArray/res1") org.eclipse.emf.cdo.tests.model6.legacy.impl.UnsettableAttributesImpl@785ed99c (attrBigDecimal: , attrBigInteger: , attrBoolean: , attrBooleanObject: , attrByte: , attrByteArray: [B@6c4ce583, attrByteObject: , attrChar: , attrCharacterObject: , attrDate: , attrDouble: , attrDoubleObject: , attrFloat: , attrFloatObject: , attrInt: , attrIntegerObject: , attrJavaClass: , attrJavaObject: , attrLong: , attrLongObject: , attrShort: , attrShortObject: , attrString: ) ******************************************************* BackupBinaryTest.testImportClob [MEM-branching, JVM, Legacy] ******************************************************* repo1repo1��<ܤ%�<ܤn���������8http://www.eclipse.org/emf/CDO/tests/legacy/model3/1.0.0������1"� 8http://www.eclipse.org/emf/CDO/tests/legacy/model3/1.0.0 <xmi:XMI xmi:version="2.1" xmlns:xmi="http://schema.omg.org/spec/XMI/2.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:Ecore="http://www.eclipse.org/uml2/schemas/Ecore/4" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" xmlns:uml="http://www.eclipse.org/uml2/2.1.0/UML" xsi:schemaLocation="http://www.eclipse.org/uml2/schemas/Ecore/4 pathmap://UML_PROFILES/Ecore.profile.uml#_B7dOIMEREduRdatXodjBjA"> <uml:Model xmi:id="_SeWiQMX_EduPJbEsMYXjUQ" name="Ecor�"> <packagedElement xmi:type="uml:Class" xmi:id="_SeWj6cX_EduPJbEsMYXjUQ" name="EAnnotation"> <eAnnotations xmi:id="_SeWj6sX_EduPJbEsMYXjUQ" source="http://www.eclipse.org/emf/2002/Ecore"> <details xmi:id="_SeWj68X_EduPJbEsMYXjUQ" key="constraints" value="WellFormedSourceURI"/> </eAnnotations> <generalization xmi:id="_SeWj7MX_EduPJbEsMYXjUQ" general="_SeWihMX_EduPJbEsMYXjUQ"/> <ownedAttribute xmi:id="_SeWj7cX_EduPJbEsMYXjUQ" name="source" visibility="public" type="_SeWkisX_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWj7sX_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWj78X_EduPJbEsMYXjUQ" name="details" type="_SeWj-sX_EduPJbEsMYXjUQ" isOrdered="true" aggregation="composite" association="_SeWj_8X_EduPJbEsMYXjUQ"> <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_SeWj8MX_EduPJbEsMYXjUQ" value="*"/> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWj8cX_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWj8sX_EduPJbEsMYXjUQ" name="eModelElement" type="_SeWihMX_EduPJbEsMYXjUQ" isOrdered="true" association="_SeWkAcX_EduPJbEsMYXjUQ"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWj88X_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWj9MX_EduPJbEsMYXjUQ" name="contents" type="_SeWijsX_EduPJbEsMYXjUQ" isOrdered="true" aggregation="composite" association="_SeWkAsX_EduPJbEsMYXjUQ"> <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_SeWj9cX_EduPJbEsMYXjUQ" value="*"/> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWj9sX_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWj98X_EduPJbEsMYXjUQ" name="references" type="_SeWijsX_EduPJbEsMYXjUQ" isOrdered="true" association="_SeWkBMX_EduPJbEsMYXjUQ"> <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_SeWj-MX_EduPJbEsMYXjUQ" value="*"/> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWj-cX_EduPJbEsMYXjUQ"/> </ownedAttribute> </packagedElement> <packagedElement xmi:type="uml:Class" xmi:id="_SeWiQcX_EduPJbEsMYXjUQ" name="EAttribute"> <eAnnotations xmi:id="_SeWiQsX_EduPJbEsMYXjUQ" source="http://www.eclipse.org/emf/2002/Ecore"> <details xmi:id="_SeWiQ8X_EduPJbEsMYXjUQ" key="constraints" value="ConsistentTransient"/> </eAnnotations> <generalization xmi:id="_SeWiRMX_EduPJbEsMYXjUQ" general="_SeWiSMX_EduPJbEsMYXjUQ"/> <ownedAttribute xmi:id="_SeWiRcX_EduPJbEsMYXjUQ" name="id" visibility="public" type="_SeWkM8X_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWiRsX_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWiR8X_EduPJbEsMYXjUQ" name="eAttributeType" type="_SeWjasX_EduPJbEsMYXjUQ" isOrdered="true" isReadOnly="true" isDerived="true" association="_SeWkCsX_EduPJbEsMYXjUQ"/> </packagedElement> <packagedElement xmi:type="uml:Class" xmi:id="_SeWizcX_EduPJbEsMYXjUQ" name="EClass"> <eAnnotations xmi:id="_SeWizsX_EduPJbEsMYXjUQ" source="http://www.eclipse.org/emf/2002/Ecore"> <details xmi:id="_SeWiz8X_EduPJbEsMYXjUQ" key="constraints" value="InterfaceIsAbstract AtMostOneID UniqueFeatureNames UniqueOperationSignatures NoCircularSuperTypes WellFormedMapEntryClass ConsistentSuperTypes"/> </eAnnotations> <generalization xmi:id="_SeWi0MX_EduPJbEsMYXjUQ" general="_SeWjG8X_EduPJbEsMYXjUQ"/> <ownedAttribute xmi:id="_SeWi0cX_EduPJbEsMYXjUQ" name="abstract" visibility="public" type="_SeWkM8X_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWi0sX_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWi08X_EduPJbEsMYXjUQ" name="interface" visibility="public" type="_SeWkM8X_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWi1MX_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWi1cX_EduPJbEsMYXjUQ" name="eSuperTypes" type="_SeWizcX_EduPJbEsMYXjUQ" isOrdered="true" association="_SeWjlsX_EduPJbEsMYXjUQ"> <eAnnotations xmi:id="_SeWi1sX_EduPJbEsMYXjUQ" source="http://www.eclipse.org/emf/2002/GenModel"> <details xmi:id="_SeWi18X_EduPJbEsMYXjUQ" key="suppressedUnsetVisibility" value="true"/> <details xmi:id="_SeWi2MX_EduPJbEsMYXjUQ" key="suppressedIsSetVisibility" value="true"/> </eAnnotations> <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_SeWi2cX_EduPJbEsMYXjUQ" value="*"/> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWi2sX_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWi28X_EduPJbEsMYXjUQ" name="eOperations" type="_SeWjmMX_EduPJbEsMYXjUQ" isOrdered="true" aggregation="composite" association="_SeWjsMX_EduPJbEsMYXjUQ"> <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_SeWi3MX_EduPJbEsMYXjUQ" value="*"/> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWi3cX_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWi3sX_EduPJbEsMYXjUQ" name="eAllAttributes" type="_SeWiQcX_EduPJbEsMYXjUQ" isOrdered="true" isReadOnly="true" isDerived="true" association="_SeWjvMX_EduPJbEsMYXjUQ"> <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_SeWi38X_EduPJbEsMYXjUQ" value="*"/> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWi4MX_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWi4cX_EduPJbEsMYXjUQ" name="eAllReferences" type="_SeWjvsX_EduPJbEsMYXjUQ" isOrdered="true" isReadOnly="true" isDerived="true" association="_SeWj1MX_EduPJbEsMYXjUQ"> <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_SeWi4sX_EduPJbEsMYXjUQ" value="*"/> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWi48X_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWi5MX_EduPJbEsMYXjUQ" name="eReferences" type="_SeWjvsX_EduPJbEsMYXjUQ" isOrdered="true" isReadOnly="true" isDerived="true" association="_SeWj1sX_EduPJbEsMYXjUQ"> <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_SeWi5cX_EduPJbEsMYXjUQ" value="*"/> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWi5sX_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWi58X_EduPJbEsMYXjUQ" name="eAttributes" type="_SeWiQcX_EduPJbEsMYXjUQ" isOrdered="true" isReadOnly="true" isDerived="true" association="_SeWj2MX_EduPJbEsMYXjUQ"> <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_SeWi6MX_EduPJbEsMYXjUQ" value="*"/> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWi6cX_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWi6sX_EduPJbEsMYXjUQ" name="eAllContainments" type="_SeWjvsX_EduPJbEsMYXjUQ" isOrdered="true" isReadOnly="true" isDerived="true" association="_SeWj2sX_EduPJbEsMYXjUQ"> <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_SeWi68X_EduPJbEsMYXjUQ" value="*"/> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWi7MX_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWi7cX_EduPJbEsMYXjUQ" name="eAllOperations" type="_SeWjmMX_EduPJbEsMYXjUQ" isOrdered="true" isReadOnly="true" isDerived="true" association="_SeWj3MX_EduPJbEsMYXjUQ"> <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_SeWi7sX_EduPJbEsMYXjUQ" value="*"/> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWi78X_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWi8MX_EduPJbEsMYXjUQ" name="eAllStructuralFeatures" type="_SeWiSMX_EduPJbEsMYXjUQ" isOrdered="true" isReadOnly="true" isDerived="true" association="_SeWj3sX_EduPJbEsMYXjUQ"> <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_SeWi8cX_EduPJbEsMYXjUQ" value="*"/> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWi8sX_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWi88X_EduPJbEsMYXjUQ" name="eAllSuperTypes" type="_SeWizcX_EduPJbEsMYXjUQ" isOrdered="true" isReadOnly="true" isDerived="true" association="_SeWj4MX_EduPJbEsMYXjUQ"> <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_SeWi9MX_EduPJbEsMYXjUQ" value="*"/> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWi9cX_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWi9sX_EduPJbEsMYXjUQ" name="eIDAttribute" type="_SeWiQcX_EduPJbEsMYXjUQ" isOrdered="true" isReadOnly="true" isDerived="true" association="_SeWj4sX_EduPJbEsMYXjUQ"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWi98X_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWi-MX_EduPJbEsMYXjUQ" name="eStructuralFeatures" type="_SeWiSMX_EduPJbEsMYXjUQ" isOrdered="true" aggregation="composite" association="_SeWj5MX_EduPJbEsMYXjUQ"> <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_SeWi-cX_EduPJbEsMYXjUQ" value="*"/> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWi-sX_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWi-8X_EduPJbEsMYXjUQ" name="eGenericSuperTypes" type="_SeWjdsX_EduPJbEsMYXjUQ" isOrdered="true" aggregation="composite" association="_SeWj5cX_EduPJbEsMYXjUQ"> <eAnnotations xmi:id="_SeWi_MX_EduPJbEsMYXjUQ" source="http://www.eclipse.org/emf/2002/GenModel"> <details xmi:id="_SeWi_cX_EduPJbEsMYXjUQ" key="suppressedUnsetVisibility" value="true"/> <details xmi:id="_SeWi_sX_EduPJbEsMYXjUQ" key="suppressedIsSetVisibility" value="true"/> </eAnnotations> <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_SeWi_8X_EduPJbEsMYXjUQ" value="*"/> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjAMX_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWjAcX_EduPJbEsMYXjUQ" name="eAllGenericSuperTypes" type="_SeWjdsX_EduPJbEsMYXjUQ" isOrdered="true" isReadOnly="true" isDerived="true" association="_SeWj58X_EduPJbEsMYXjUQ"> <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_SeWjAsX_EduPJbEsMYXjUQ" value="*"/> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjA8X_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedOperation xmi:id="_SeWjBMX_EduPJbEsMYXjUQ" name="isSuperTypeOf" visibility="public"> <ownedParameter xmi:id="_SeWjBcX_EduPJbEsMYXjUQ" type="_SeWkM8X_EduPJbEsMYXjUQ" isOrdered="true" direction="return"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjBsX_EduPJbEsMYXjUQ"/> </ownedParameter> <ownedParameter xmi:id="_SeWjB8X_EduPJbEsMYXjUQ" name="someClass" type="_SeWizcX_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjCMX_EduPJbEsMYXjUQ"/> </ownedParameter> </ownedOperation> <ownedOperation xmi:id="_SeWjCcX_EduPJbEsMYXjUQ" name="getFeatureCount" visibility="public"> <ownedParameter xmi:id="_SeWjCsX_EduPJbEsMYXjUQ" type="_SeWkZcX_EduPJbEsMYXjUQ" isOrdered="true" direction="return"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjC8X_EduPJbEsMYXjUQ"/> </ownedParameter> </ownedOperation> <ownedOperation xmi:id="_SeWjDMX_EduPJbEsMYXjUQ" name="getEStructuralFeature" visibility="public"> <ownedParameter xmi:id="_SeWjDcX_EduPJbEsMYXjUQ" type="_SeWiSMX_EduPJbEsMYXjUQ" isOrdered="true" direction="return"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjDsX_EduPJbEsMYXjUQ"/> </ownedParameter> <ownedParameter xmi:id="_SeWjD8X_EduPJbEsMYXjUQ" name="featureID" type="_SeWkZcX_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjEMX_EduPJbEsMYXjUQ"/> </ownedParameter> </ownedOperation> <ownedOperation xmi:id="_SeWjEcX_EduPJbEsMYXjUQ" name="getFeatureID" visibility="public"> <ownedParameter xmi:id="_SeWjEsX_EduPJbEsMYXjUQ" type="_SeWkZcX_EduPJbEsMYXjUQ" isOrdered="true" direction="return"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjE8X_EduPJbEsMYXjUQ"/> </ownedParameter> <ownedParameter xmi:id="_SeWjFMX_EduPJbEsMYXjUQ" name="feature" type="_SeWiSMX_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjFcX_EduPJbEsMYXjUQ"/> </ownedParameter> </ownedOperation> <ownedOperation xmi:id="_SeWjFsX_EduPJbEsMYXjUQ" name="getEStructuralFeature" visibility="public"> <ownedParameter xmi:id="_SeWjF8X_EduPJbEsMYXjUQ" type="_SeWiSMX_EduPJbEsMYXjUQ" isOrdered="true" direction="return"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjGMX_EduPJbEsMYXjUQ"/> </ownedParameter> <ownedParameter xmi:id="_SeWjGcX_EduPJbEsMYXjUQ" name="featureName" type="_SeWkisX_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjGsX_EduPJbEsMYXjUQ"/> </ownedParameter> </ownedOperation> </packagedElement> <packagedElement xmi:type="uml:Class" xmi:id="_SeWjG8X_EduPJbEsMYXjUQ" name="EClassifier" isAbstract="true"> <eAnnotations xmi:id="_SeWjHMX_EduPJbEsMYXjUQ" source="http://www.eclipse.org/emf/2002/Ecore"> <details xmi:id="_SeWjHcX_EduPJbEsMYXjUQ" key="constraints" value="WellFormedInstanceTypeName UniqueTypeParameterNames"/> </eAnnotations> <generalization xmi:id="_SeWjHsX_EduPJbEsMYXjUQ" general="_SeWifsX_EduPJbEsMYXjUQ"/> <ownedAttribute xmi:id="_SeWjH8X_EduPJbEsMYXjUQ" name="instanceClassName" visibility="public" type="_SeWkisX_EduPJbEsMYXjUQ" isOrdered="true"> <eAnnotations xmi:id="_SeWjIMX_EduPJbEsMYXjUQ" source="http://www.eclipse.org/emf/2002/GenModel"> <details xmi:id="_SeWjIcX_EduPJbEsMYXjUQ" key="suppressedUnsetVisibility" value="true"/> <details xmi:id="_SeWjIsX_EduPJbEsMYXjUQ" key="suppressedIsSetVisibility" value="true"/> </eAnnotations> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjI8X_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWjJMX_EduPJbEsMYXjUQ" name="instanceClass" visibility="public" type="_SeWjM8X_EduPJbEsMYXjUQ" isOrdered="true" isReadOnly="true" isDerived="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjJcX_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWjJsX_EduPJbEsMYXjUQ" name="defaultValue" visibility="public" type="_SeWkccX_EduPJbEsMYXjUQ" isOrdered="true" isReadOnly="true" isDerived="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjJ8X_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWjKMX_EduPJbEsMYXjUQ" name="instanceTypeName" visibility="public" type="_SeWkisX_EduPJbEsMYXjUQ" isOrdered="true"> <eAnnotations xmi:id="_SeWjKcX_EduPJbEsMYXjUQ" source="http://www.eclipse.org/emf/2002/GenModel"> <details xmi:id="_SeWjKsX_EduPJbEsMYXjUQ" key="suppressedUnsetVisibility" value="true"/> <details xmi:id="_SeWjK8X_EduPJbEsMYXjUQ" key="suppressedIsSetVisibility" value="true"/> </eAnnotations> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjLMX_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWjLcX_EduPJbEsMYXjUQ" name="ePackage" type="_SeWjPsX_EduPJbEsMYXjUQ" isOrdered="true" isReadOnly="true" association="_SeWjb8X_EduPJbEsMYXjUQ"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjLsX_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWjL8X_EduPJbEsMYXjUQ" name="eTypeParameters" type="_SeWjccX_EduPJbEsMYXjUQ" isOrdered="true" aggregation="composite" association="_SeWjlMX_EduPJbEsMYXjUQ"> <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_SeWjMMX_EduPJbEsMYXjUQ" value="*"/> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjMcX_EduPJbEsMYXjUQ"/> </ownedAttribute> <nestedClassifier xmi:type="uml:Class" xmi:id="_SeWjMsX_EduPJbEsMYXjUQ" name="Wildcard"/> <nestedClassifier xmi:type="uml:PrimitiveType" xmi:id="_SeWjM8X_EduPJbEsMYXjUQ" name="EJavaClass_Wildcard"> <templateBinding xmi:id="_SeWjNMX_EduPJbEsMYXjUQ" signature="_SeWkbsX_EduPJbEsMYXjUQ"> <parameterSubstitution xmi:id="_SeWjNcX_EduPJbEsMYXjUQ" formal="_SeWkb8X_EduPJbEsMYXjUQ" actual="_SeWjMsX_EduPJbEsMYXjUQ"/> </templateBinding> </nestedClassifier> <ownedOperation xmi:id="_SeWjNsX_EduPJbEsMYXjUQ" name="isInstance" visibility="public"> <ownedParameter xmi:id="_SeWjN8X_EduPJbEsMYXjUQ" type="_SeWkM8X_EduPJbEsMYXjUQ" isOrdered="true" direction="return"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjOMX_EduPJbEsMYXjUQ"/> </ownedParameter> <ownedParameter xmi:id="_SeWjOcX_EduPJbEsMYXjUQ" name="object" type="_SeWkccX_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjOsX_EduPJbEsMYXjUQ"/> </ownedParameter> </ownedOperation> <ownedOperation xmi:id="_SeWjO8X_EduPJbEsMYXjUQ" name="getClassifierID" visibility="public"> <ownedParameter xmi:id="_SeWjPMX_EduPJbEsMYXjUQ" type="_SeWkZcX_EduPJbEsMYXjUQ" isOrdered="true" direction="return"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjPcX_EduPJbEsMYXjUQ"/> </ownedParameter> </ownedOperation> </packagedElement> <packagedElement xmi:type="uml:Class" xmi:id="_SeWjasX_EduPJbEsMYXjUQ" name="EDataType"> <generalization xmi:id="_SeWja8X_EduPJbEsMYXjUQ" general="_SeWjG8X_EduPJbEsMYXjUQ"/> <ownedAttribute xmi:id="_SeWjbMX_EduPJbEsMYXjUQ" name="serializable" visibility="public" type="_SeWkM8X_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjbcX_EduPJbEsMYXjUQ"/> </ownedAttribute> </packagedElement> <packagedElement xmi:type="uml:Class" xmi:id="_SeWkDMX_EduPJbEsMYXjUQ" name="EEnum"> <eAnnotations xmi:id="_SeWkDcX_EduPJbEsMYXjUQ" source="http://www.eclipse.org/emf/2002/Ecore"> <details xmi:id="_SeWkDsX_EduPJbEsMYXjUQ" key="constraints" value="UniqueEnumeratorNames UniqueEnumeratorLiterals"/> </eAnnotations> <generalization xmi:id="_SeWkD8X_EduPJbEsMYXjUQ" general="_SeWjasX_EduPJbEsMYXjUQ"/> <ownedAttribute xmi:id="_SeWkEMX_EduPJbEsMYXjUQ" name="eLiterals" type="_SeWkIsX_EduPJbEsMYXjUQ" isOrdered="true" aggregation="composite" association="_SeWkLMX_EduPJbEsMYXjUQ"> <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_SeWkEcX_EduPJbEsMYXjUQ" value="*"/> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWkEsX_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedOperation xmi:id="_SeWkE8X_EduPJbEsMYXjUQ" name="getEEnumLiteral" visibility="public"> <ownedParameter xmi:id="_SeWkFMX_EduPJbEsMYXjUQ" type="_SeWkIsX_EduPJbEsMYXjUQ" isOrdered="true" direction="return"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWkFcX_EduPJbEsMYXjUQ"/> </ownedParameter> <ownedParameter xmi:id="_SeWkFsX_EduPJbEsMYXjUQ" name="name" type="_SeWkisX_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWkF8X_EduPJbEsMYXjUQ"/> </ownedParameter> </ownedOperation> <ownedOperation xmi:id="_SeWkGMX_EduPJbEsMYXjUQ" name="getEEnumLiteral" visibility="public"> <ownedParameter xmi:id="_SeWkGcX_EduPJbEsMYXjUQ" type="_SeWkIsX_EduPJbEsMYXjUQ" isOrdered="true" direction="return"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWkGsX_EduPJbEsMYXjUQ"/> </ownedParameter> <ownedParameter xmi:id="_SeWkG8X_EduPJbEsMYXjUQ" name="value" type="_SeWkZcX_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWkHMX_EduPJbEsMYXjUQ"/> </ownedParameter> </ownedOperation> <ownedOperation xmi:id="_SeWkHcX_EduPJbEsMYXjUQ" name="getEEnumLiteralByLiteral" visibility="public"> <ownedParameter xmi:id="_SeWkHsX_EduPJbEsMYXjUQ" type="_SeWkIsX_EduPJbEsMYXjUQ" isOrdered="true" direction="return"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWkH8X_EduPJbEsMYXjUQ"/> </ownedParameter> <ownedParameter xmi:id="_SeWkIMX_EduPJbEsMYXjUQ" name="literal" type="_SeWkisX_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWkIcX_EduPJbEsMYXjUQ"/> </ownedParameter> </ownedOperation> </packagedElement> <packagedElement xmi:type="uml:Class" xmi:id="_SeWkIsX_EduPJbEsMYXjUQ" name="EEnumLiteral"> <generalization xmi:id="_SeWkI8X_EduPJbEsMYXjUQ" general="_SeWifsX_EduPJbEsMYXjUQ"/> <ownedAttribute xmi:id="_SeWkJMX_EduPJbEsMYXjUQ" name="value" visibility="public" type="_SeWkZcX_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWkJcX_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWkJsX_EduPJbEsMYXjUQ" name="instance" visibility="public" type="_SeWkWsX_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWkJ8X_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWkKMX_EduPJbEsMYXjUQ" name="literal" visibility="public" type="_SeWkisX_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWkKcX_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWkKsX_EduPJbEsMYXjUQ" name="eEnum" type="_SeWkDMX_EduPJbEsMYXjUQ" isOrdered="true" isReadOnly="true" association="_SeWkLMX_EduPJbEsMYXjUQ"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWkK8X_EduPJbEsMYXjUQ"/> </ownedAttribute> </packagedElement> <packagedElement xmi:type="uml:Class" xmi:id="_SeWjVMX_EduPJbEsMYXjUQ" name="EFactory"> <generalization xmi:id="_SeWjVcX_EduPJbEsMYXjUQ" general="_SeWihMX_EduPJbEsMYXjUQ"/> <ownedAttribute xmi:id="_SeWjVsX_EduPJbEsMYXjUQ" name="ePackage" type="_SeWjPsX_EduPJbEsMYXjUQ" isOrdered="true" association="_SeWjbsX_EduPJbEsMYXjUQ"/> <ownedOperation xmi:id="_SeWjV8X_EduPJbEsMYXjUQ" name="create" visibility="public"> <ownedParameter xmi:id="_SeWjWMX_EduPJbEsMYXjUQ" type="_SeWijsX_EduPJbEsMYXjUQ" isOrdered="true" direction="return"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjWcX_EduPJbEsMYXjUQ"/> </ownedParameter> <ownedParameter xmi:id="_SeWjWsX_EduPJbEsMYXjUQ" name="eClass" type="_SeWizcX_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjW8X_EduPJbEsMYXjUQ"/> </ownedParameter> </ownedOperation> <ownedOperation xmi:id="_SeWjXMX_EduPJbEsMYXjUQ" name="createFromString" visibility="public"> <ownedParameter xmi:id="_SeWjXcX_EduPJbEsMYXjUQ" type="_SeWkccX_EduPJbEsMYXjUQ" isOrdered="true" direction="return"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjXsX_EduPJbEsMYXjUQ"/> </ownedParameter> <ownedParameter xmi:id="_SeWjX8X_EduPJbEsMYXjUQ" name="eDataType" type="_SeWjasX_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjYMX_EduPJbEsMYXjUQ"/> </ownedParameter> <ownedParameter xmi:id="_SeWjYcX_EduPJbEsMYXjUQ" name="literalValue" type="_SeWkisX_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjYsX_EduPJbEsMYXjUQ"/> </ownedParameter> </ownedOperation> <ownedOperation xmi:id="_SeWjY8X_EduPJbEsMYXjUQ" name="convertToString" visibility="public"> <ownedParameter xmi:id="_SeWjZMX_EduPJbEsMYXjUQ" type="_SeWkisX_EduPJbEsMYXjUQ" isOrdered="true" direction="return"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjZcX_EduPJbEsMYXjUQ"/> </ownedParameter> <ownedParameter xmi:id="_SeWjZsX_EduPJbEsMYXjUQ" name="eDataType" type="_SeWjasX_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjZ8X_EduPJbEsMYXjUQ"/> </ownedParameter> <ownedParameter xmi:id="_SeWjaMX_EduPJbEsMYXjUQ" name="instanceValue" type="_SeWkccX_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjacX_EduPJbEsMYXjUQ"/> </ownedParameter> </ownedOperation> </packagedElement> <packagedElement xmi:type="uml:Class" xmi:id="_SeWjdsX_EduPJbEsMYXjUQ" name="EGenericType"> <eAnnotations xmi:id="_SeWjd8X_EduPJbEsMYXjUQ" source="http://www.eclipse.org/emf/2002/Ecore"> <details xmi:id="_SeWjeMX_EduPJbEsMYXjUQ" key="constraints" value="ConsistentType ConsistentBounds ConsistentArguments"/> </eAnnotations> <generalization xmi:id="_SeWjecX_EduPJbEsMYXjUQ" general="_SeWijsX_EduPJbEsMYXjUQ"/> <ownedAttribute xmi:id="_SeWjesX_EduPJbEsMYXjUQ" name="eUpperBound" type="_SeWjdsX_EduPJbEsMYXjUQ" isOrdered="true" aggregation="composite" association="_SeWjhsX_EduPJbEsMYXjUQ"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWje8X_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWjfMX_EduPJbEsMYXjUQ" name="eTypeArguments" type="_SeWjdsX_EduPJbEsMYXjUQ" isOrdered="true" aggregation="composite" association="_SeWjiMX_EduPJbEsMYXjUQ"> <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_SeWjfcX_EduPJbEsMYXjUQ" value="*"/> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjfsX_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWjf8X_EduPJbEsMYXjUQ" name="eRawType" type="_SeWjG8X_EduPJbEsMYXjUQ" isOrdered="true" isReadOnly="true" isDerived="true" association="_SeWjisX_EduPJbEsMYXjUQ"/> <ownedAttribute xmi:id="_SeWjgMX_EduPJbEsMYXjUQ" name="eLowerBound" type="_SeWjdsX_EduPJbEsMYXjUQ" isOrdered="true" aggregation="composite" association="_SeWjjMX_EduPJbEsMYXjUQ"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjgcX_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWjgsX_EduPJbEsMYXjUQ" name="eTypeParameter" type="_SeWjccX_EduPJbEsMYXjUQ" isOrdered="true" association="_SeWjjsX_EduPJbEsMYXjUQ"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjg8X_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWjhMX_EduPJbEsMYXjUQ" name="eClassifier" type="_SeWjG8X_EduPJbEsMYXjUQ" isOrdered="true" association="_SeWjkMX_EduPJbEsMYXjUQ"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjhcX_EduPJbEsMYXjUQ"/> </ownedAttribute> </packagedElement> <packagedElement xmi:type="uml:Class" xmi:id="_SeWihMX_EduPJbEsMYXjUQ" name="EModelElement" isAbstract="true"> <generalization xmi:id="_SeWihcX_EduPJbEsMYXjUQ" general="_SeWijsX_EduPJbEsMYXjUQ"/> <ownedAttribute xmi:id="_SeWihsX_EduPJbEsMYXjUQ" name="eAnnotations" type="_SeWj6cX_EduPJbEsMYXjUQ" isOrdered="true" aggregation="composite" association="_SeWkAcX_EduPJbEsMYXjUQ"> <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_SeWih8X_EduPJbEsMYXjUQ" value="*"/> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWiiMX_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedOperation xmi:id="_SeWiicX_EduPJbEsMYXjUQ" name="getEAnnotation" visibility="public"> <ownedParameter xmi:id="_SeWiisX_EduPJbEsMYXjUQ" type="_SeWj6cX_EduPJbEsMYXjUQ" isOrdered="true" direction="return"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWii8X_EduPJbEsMYXjUQ"/> </ownedParameter> <ownedParameter xmi:id="_SeWijMX_EduPJbEsMYXjUQ" name="source" type="_SeWkisX_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWijcX_EduPJbEsMYXjUQ"/> </ownedParameter> </ownedOperation> </packagedElement> <packagedElement xmi:type="uml:Class" xmi:id="_SeWifsX_EduPJbEsMYXjUQ" name="ENamedElement" isAbstract="true"> <eAnnotations xmi:id="_SeWif8X_EduPJbEsMYXjUQ" source="http://www.eclipse.org/emf/2002/Ecore"> <details xmi:id="_SeWigMX_EduPJbEsMYXjUQ" key="constraints" value="WellFormedName"/> </eAnnotations> <generalization xmi:id="_SeWigcX_EduPJbEsMYXjUQ" general="_SeWihMX_EduPJbEsMYXjUQ"/> <ownedAttribute xmi:id="_SeWigsX_EduPJbEsMYXjUQ" name="name" visibility="public" type="_SeWkisX_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWig8X_EduPJbEsMYXjUQ"/> </ownedAttribute> </packagedElement> <packagedElement xmi:type="uml:Class" xmi:id="_SeWijsX_EduPJbEsMYXjUQ" name="EObject"> <nestedClassifier xmi:type="uml:PrimitiveType" xmi:id="_SeWij8X_EduPJbEsMYXjUQ" name="EEList_EObject"> <templateBinding xmi:id="_SeWikMX_EduPJbEsMYXjUQ" signature="_SeWkV8X_EduPJbEsMYXjUQ"> <parameterSubstitution xmi:id="_SeWikcX_EduPJbEsMYXjUQ" formal="_SeWkWMX_EduPJbEsMYXjUQ" actual="_SeWijsX_EduPJbEsMYXjUQ"/> </templateBinding> </nestedClassifier> <nestedClassifier xmi:type="uml:PrimitiveType" xmi:id="_SeWiksX_EduPJbEsMYXjUQ" name="ETreeIterator_EObject"> <templateBinding xmi:id="_SeWik8X_EduPJbEsMYXjUQ" signature="_SeWkjsX_EduPJbEsMYXjUQ"> <parameterSubstitution xmi:id="_SeWilMX_EduPJbEsMYXjUQ" formal="_SeWkj8X_EduPJbEsMYXjUQ" actual="_SeWijsX_EduPJbEsMYXjUQ"/> </templateBinding> </nestedClassifier> <ownedOperation xmi:id="_SeWilcX_EduPJbEsMYXjUQ" name="eClass" visibility="public"> <ownedParameter xmi:id="_SeWilsX_EduPJbEsMYXjUQ" type="_SeWizcX_EduPJbEsMYXjUQ" isOrdered="true" direction="return"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWil8X_EduPJbEsMYXjUQ"/> </ownedParameter> </ownedOperation> <ownedOperation xmi:id="_SeWimMX_EduPJbEsMYXjUQ" name="eIsProxy" visibility="public"> <ownedParameter xmi:id="_SeWimcX_EduPJbEsMYXjUQ" type="_SeWkM8X_EduPJbEsMYXjUQ" isOrdered="true" direction="return"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWimsX_EduPJbEsMYXjUQ"/> </ownedParameter> </ownedOperation> <ownedOperation xmi:id="_SeWim8X_EduPJbEsMYXjUQ" name="eResource" visibility="public"> <ownedParameter xmi:id="_SeWinMX_EduPJbEsMYXjUQ" type="_SeWkgMX_EduPJbEsMYXjUQ" isOrdered="true" direction="return"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWincX_EduPJbEsMYXjUQ"/> </ownedParameter> </ownedOperation> <ownedOperation xmi:id="_SeWinsX_EduPJbEsMYXjUQ" name="eContainer" visibility="public"> <ownedParameter xmi:id="_SeWin8X_EduPJbEsMYXjUQ" type="_SeWijsX_EduPJbEsMYXjUQ" isOrdered="true" direction="return"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWioMX_EduPJbEsMYXjUQ"/> </ownedParameter> </ownedOperation> <ownedOperation xmi:id="_SeWiocX_EduPJbEsMYXjUQ" name="eContainingFeature" visibility="public"> <ownedParameter xmi:id="_SeWiosX_EduPJbEsMYXjUQ" type="_SeWiSMX_EduPJbEsMYXjUQ" isOrdered="true" direction="return"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWio8X_EduPJbEsMYXjUQ"/> </ownedParameter> </ownedOperation> <ownedOperation xmi:id="_SeWipMX_EduPJbEsMYXjUQ" name="eContainmentFeature" visibility="public"> <ownedParameter xmi:id="_SeWipcX_EduPJbEsMYXjUQ" type="_SeWjvsX_EduPJbEsMYXjUQ" isOrdered="true" direction="return"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWipsX_EduPJbEsMYXjUQ"/> </ownedParameter> </ownedOperation> <ownedOperation xmi:id="_SeWip8X_EduPJbEsMYXjUQ" name="eContents" visibility="public"> <ownedParameter xmi:id="_SeWiqMX_EduPJbEsMYXjUQ" type="_SeWij8X_EduPJbEsMYXjUQ" isOrdered="true" direction="return"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWiqcX_EduPJbEsMYXjUQ"/> </ownedParameter> </ownedOperation> <ownedOperation xmi:id="_SeWiqsX_EduPJbEsMYXjUQ" name="eAllContents" visibility="public"> <ownedParameter xmi:id="_SeWiq8X_EduPJbEsMYXjUQ" type="_SeWiksX_EduPJbEsMYXjUQ" isOrdered="true" direction="return"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWirMX_EduPJbEsMYXjUQ"/> </ownedParameter> </ownedOperation> <ownedOperation xmi:id="_SeWircX_EduPJbEsMYXjUQ" name="eCrossReferences" visibility="public"> <ownedParameter xmi:id="_SeWirsX_EduPJbEsMYXjUQ" type="_SeWij8X_EduPJbEsMYXjUQ" isOrdered="true" direction="return"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWir8X_EduPJbEsMYXjUQ"/> </ownedParameter> </ownedOperation> <ownedOperation xmi:id="_SeWisMX_EduPJbEsMYXjUQ" name="eGet" visibility="public"> <ownedParameter xmi:id="_SeWiscX_EduPJbEsMYXjUQ" type="_SeWkccX_EduPJbEsMYXjUQ" isOrdered="true" direction="return"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWissX_EduPJbEsMYXjUQ"/> </ownedParameter> <ownedParameter xmi:id="_SeWis8X_EduPJbEsMYXjUQ" name="feature" type="_SeWiSMX_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWitMX_EduPJbEsMYXjUQ"/> </ownedParameter> </ownedOperation> <ownedOperation xmi:id="_SeWitcX_EduPJbEsMYXjUQ" name="eGet" visibility="public"> <ownedParameter xmi:id="_SeWitsX_EduPJbEsMYXjUQ" type="_SeWkccX_EduPJbEsMYXjUQ" isOrdered="true" direction="return"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWit8X_EduPJbEsMYXjUQ"/> </ownedParameter> <ownedParameter xmi:id="_SeWiuMX_EduPJbEsMYXjUQ" name="feature" type="_SeWiSMX_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWiucX_EduPJbEsMYXjUQ"/> </ownedParameter> <ownedParameter xmi:id="_SeWiusX_EduPJbEsMYXjUQ" name="resolve" type="_SeWkM8X_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWiu8X_EduPJbEsMYXjUQ"/> </ownedParameter> </ownedOperation> <ownedOperation xmi:id="_SeWivMX_EduPJbEsMYXjUQ" name="eSet" visibility="public"> <ownedParameter xmi:id="_SeWivcX_EduPJbEsMYXjUQ" isOrdered="true" direction="return"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWivsX_EduPJbEsMYXjUQ"/> </ownedParameter> <ownedParameter xmi:id="_SeWiv8X_EduPJbEsMYXjUQ" name="feature" type="_SeWiSMX_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWiwMX_EduPJbEsMYXjUQ"/> </ownedParameter> <ownedParameter xmi:id="_SeWiwcX_EduPJbEsMYXjUQ" name="newValue" type="_SeWkccX_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWiwsX_EduPJbEsMYXjUQ"/> </ownedParameter> </ownedOperation> <ownedOperation xmi:id="_SeWiw8X_EduPJbEsMYXjUQ" name="eIsSet" visibility="public"> <ownedParameter xmi:id="_SeWixMX_EduPJbEsMYXjUQ" type="_SeWkM8X_EduPJbEsMYXjUQ" isOrdered="true" direction="return"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWixcX_EduPJbEsMYXjUQ"/> </ownedParameter> <ownedParameter xmi:id="_SeWixsX_EduPJbEsMYXjUQ" name="feature" type="_SeWiSMX_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWix8X_EduPJbEsMYXjUQ"/> </ownedParameter> </ownedOperation> <ownedOperation xmi:id="_SeWiyMX_EduPJbEsMYXjUQ" name="eUnset" visibility="public"> <ownedParameter xmi:id="_SeWiycX_EduPJbEsMYXjUQ" isOrdered="true" direction="return"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWiysX_EduPJbEsMYXjUQ"/> </ownedParameter> <ownedParameter xmi:id="_SeWiy8X_EduPJbEsMYXjUQ" name="feature" type="_SeWiSMX_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWizMX_EduPJbEsMYXjUQ"/> </ownedParameter> </ownedOperation> </packagedElement> <packagedElement xmi:type="uml:Class" xmi:id="_SeWjmMX_EduPJbEsMYXjUQ" name="EOperation"> <eAnnotations xmi:id="_SeWjmcX_EduPJbEsMYXjUQ" source="http://www.eclipse.org/emf/2002/Ecore"> <details xmi:id="_SeWjmsX_EduPJbEsMYXjUQ" key="constraints" value="UniqueParameterNames UniqueTypeParameterNames NoRepeatingVoid"/> </eAnnotations> <generalization xmi:id="_SeWjm8X_EduPJbEsMYXjUQ" general="_SeWiZMX_EduPJbEsMYXjUQ"/> <ownedAttribute xmi:id="_SeWjnMX_EduPJbEsMYXjUQ" name="eContainingClass" type="_SeWizcX_EduPJbEsMYXjUQ" isOrdered="true" isReadOnly="true" association="_SeWjsMX_EduPJbEsMYXjUQ"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjncX_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWjnsX_EduPJbEsMYXjUQ" name="eTypeParameters" type="_SeWjccX_EduPJbEsMYXjUQ" isOrdered="true" aggregation="composite" association="_SeWjscX_EduPJbEsMYXjUQ"> <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_SeWjn8X_EduPJbEsMYXjUQ" value="*"/> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjoMX_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWjocX_EduPJbEsMYXjUQ" name="eParameters" type="_SeWjs8X_EduPJbEsMYXjUQ" isOrdered="true" aggregation="composite" association="_SeWjt8X_EduPJbEsMYXjUQ"> <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_SeWjosX_EduPJbEsMYXjUQ" value="*"/> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjo8X_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWjpMX_EduPJbEsMYXjUQ" name="eExceptions" type="_SeWjG8X_EduPJbEsMYXjUQ" isOrdered="true" association="_SeWjuMX_EduPJbEsMYXjUQ"> <eAnnotations xmi:id="_SeWjpcX_EduPJbEsMYXjUQ" source="http://www.eclipse.org/emf/2002/GenModel"> <details xmi:id="_SeWjpsX_EduPJbEsMYXjUQ" key="suppressedUnsetVisibility" value="true"/> <details xmi:id="_SeWjp8X_EduPJbEsMYXjUQ" key="suppressedIsSetVisibility" value="true"/> </eAnnotations> <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_SeWjqMX_EduPJbEsMYXjUQ" value="*"/> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjqcX_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWjqsX_EduPJbEsMYXjUQ" name="eGenericExceptions" type="_SeWjdsX_EduPJbEsMYXjUQ" isOrdered="true" aggregation="composite" association="_SeWjusX_EduPJbEsMYXjUQ"> <eAnnotations xmi:id="_SeWjq8X_EduPJbEsMYXjUQ" source="http://www.eclipse.org/emf/2002/GenModel"> <details xmi:id="_SeWjrMX_EduPJbEsMYXjUQ" key="suppressedUnsetVisibility" value="true"/> <details xmi:id="_SeWjrcX_EduPJbEsMYXjUQ" key="suppressedIsSetVisibility" value="true"/> </eAnnotations> <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_SeWjrsX_EduPJbEsMYXjUQ" value="*"/> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjr8X_EduPJbEsMYXjUQ"/> </ownedAttribute> </packagedElement> <packagedElement xmi:type="uml:Class" xmi:id="_SeWjPsX_EduPJbEsMYXjUQ" name="EPackage"> <eAnnotations xmi:id="_SeWjP8X_EduPJbEsMYXjUQ" source="http://www.eclipse.org/emf/2002/Ecore"> <details xmi:id="_SeWjQMX_EduPJbEsMYXjUQ" key="constraints" value="WellFormedNsURI WellFormedNsPrefix UniqueSubpackageNames UniqueClassifierNames UniqueNsURIs"/> </eAnnotations> <generalization xmi:id="_SeWjQcX_EduPJbEsMYXjUQ" general="_SeWifsX_EduPJbEsMYXjUQ"/> <ownedAttribute xmi:id="_SeWjQsX_EduPJbEsMYXjUQ" name="nsURI" visibility="public" type="_SeWkisX_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjQ8X_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWjRMX_EduPJbEsMYXjUQ" name="nsPrefix" visibility="public" type="_SeWkisX_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjRcX_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWjRsX_EduPJbEsMYXjUQ" name="eFactoryInstance" type="_SeWjVMX_EduPJbEsMYXjUQ" isOrdered="true" association="_SeWjbsX_EduPJbEsMYXjUQ"/> <ownedAttribute xmi:id="_SeWjR8X_EduPJbEsMYXjUQ" name="eClassifiers" type="_SeWjG8X_EduPJbEsMYXjUQ" isOrdered="true" aggregation="composite" association="_SeWjb8X_EduPJbEsMYXjUQ"> <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_SeWjSMX_EduPJbEsMYXjUQ" value="*"/> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjScX_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWjSsX_EduPJbEsMYXjUQ" name="eSubpackages" type="_SeWjPsX_EduPJbEsMYXjUQ" isOrdered="true" aggregation="composite" association="_SeWjcMX_EduPJbEsMYXjUQ"> <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_SeWjS8X_EduPJbEsMYXjUQ" value="*"/> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjTMX_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWjTcX_EduPJbEsMYXjUQ" name="eSuperPackage" type="_SeWjPsX_EduPJbEsMYXjUQ" isOrdered="true" isReadOnly="true" association="_SeWjcMX_EduPJbEsMYXjUQ"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjTsX_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedOperation xmi:id="_SeWjT8X_EduPJbEsMYXjUQ" name="getEClassifier" visibility="public"> <ownedParameter xmi:id="_SeWjUMX_EduPJbEsMYXjUQ" type="_SeWjG8X_EduPJbEsMYXjUQ" isOrdered="true" direction="return"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjUcX_EduPJbEsMYXjUQ"/> </ownedParameter> <ownedParameter xmi:id="_SeWjUsX_EduPJbEsMYXjUQ" name="name" type="_SeWkisX_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjU8X_EduPJbEsMYXjUQ"/> </ownedParameter> </ownedOperation> </packagedElement> <packagedElement xmi:type="uml:Class" xmi:id="_SeWjs8X_EduPJbEsMYXjUQ" name="EParameter"> <generalization xmi:id="_SeWjtMX_EduPJbEsMYXjUQ" general="_SeWiZMX_EduPJbEsMYXjUQ"/> <ownedAttribute xmi:id="_SeWjtcX_EduPJbEsMYXjUQ" name="eOperation" type="_SeWjmMX_EduPJbEsMYXjUQ" isOrdered="true" isReadOnly="true" association="_SeWjt8X_EduPJbEsMYXjUQ"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjtsX_EduPJbEsMYXjUQ"/> </ownedAttribute> </packagedElement> <packagedElement xmi:type="uml:Class" xmi:id="_SeWjvsX_EduPJbEsMYXjUQ" name="EReference"> <eAnnotations xmi:id="_SeWjv8X_EduPJbEsMYXjUQ" source="http://www.eclipse.org/emf/2002/Ecore"> <details xmi:id="_SeWjwMX_EduPJbEsMYXjUQ" key="constraints" value="ConsistentOpposite SingleContainer ConsistentKeys"/> </eAnnotations> <generalization xmi:id="_SeWjwcX_EduPJbEsMYXjUQ" general="_SeWiSMX_EduPJbEsMYXjUQ"/> <ownedAttribute xmi:id="_SeWjwsX_EduPJbEsMYXjUQ" name="containment" visibility="public" type="_SeWkM8X_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjw8X_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWjxMX_EduPJbEsMYXjUQ" name="container" visibility="public" type="_SeWkM8X_EduPJbEsMYXjUQ" isOrdered="true" isReadOnly="true" isDerived="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjxcX_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWjxsX_EduPJbEsMYXjUQ" name="resolveProxies" visibility="public" type="_SeWkM8X_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjx8X_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWjyMX_EduPJbEsMYXjUQ" name="eOpposite" type="_SeWjvsX_EduPJbEsMYXjUQ" isOrdered="true" association="_SeWjzsX_EduPJbEsMYXjUQ"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjycX_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWjysX_EduPJbEsMYXjUQ" name="eReferenceType" type="_SeWizcX_EduPJbEsMYXjUQ" isOrdered="true" isReadOnly="true" isDerived="true" association="_SeWj0MX_EduPJbEsMYXjUQ"/> <ownedAttribute xmi:id="_SeWjy8X_EduPJbEsMYXjUQ" name="eKeys" type="_SeWiQcX_EduPJbEsMYXjUQ" isOrdered="true" association="_SeWj0sX_EduPJbEsMYXjUQ"> <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_SeWjzMX_EduPJbEsMYXjUQ" value="*"/> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjzcX_EduPJbEsMYXjUQ"/> </ownedAttribute> </packagedElement> <packagedElement xmi:type="uml:Class" xmi:id="_SeWj-sX_EduPJbEsMYXjUQ" name="EStringToStringMapEntry"> <ownedAttribute xmi:id="_SeWj-8X_EduPJbEsMYXjUQ" name="key" visibility="public" type="_SeWkisX_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWj_MX_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWj_cX_EduPJbEsMYXjUQ" name="value" visibility="public" type="_SeWkisX_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWj_sX_EduPJbEsMYXjUQ"/> </ownedAttribute> </packagedElement> <packagedElement xmi:type="uml:Class" xmi:id="_SeWiSMX_EduPJbEsMYXjUQ" name="EStructuralFeature" isAbstract="true"> <generalization xmi:id="_SeWiScX_EduPJbEsMYXjUQ" general="_SeWiZMX_EduPJbEsMYXjUQ"/> <ownedAttribute xmi:id="_SeWiSsX_EduPJbEsMYXjUQ" name="eContainingClass" type="_SeWizcX_EduPJbEsMYXjUQ" isOrdered="true" isReadOnly="true" association="_SeWj5MX_EduPJbEsMYXjUQ"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWiS8X_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWiTMX_EduPJbEsMYXjUQ" name="changeable" visibility="public" type="_SeWkM8X_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWiTcX_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWiTsX_EduPJbEsMYXjUQ" name="volatile" visibility="public" type="_SeWkM8X_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWiT8X_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWiUMX_EduPJbEsMYXjUQ" name="transient" visibility="public" type="_SeWkM8X_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWiUcX_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWiUsX_EduPJbEsMYXjUQ" name="defaultValueLiteral" visibility="public" type="_SeWkisX_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWiU8X_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWiVMX_EduPJbEsMYXjUQ" name="defaultValue" visibility="public" type="_SeWkccX_EduPJbEsMYXjUQ" isOrdered="true" isReadOnly="true" isDerived="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWiVcX_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWiVsX_EduPJbEsMYXjUQ" name="unsettable" visibility="public" type="_SeWkM8X_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWiV8X_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWiWMX_EduPJbEsMYXjUQ" name="derived" visibility="public" type="_SeWkM8X_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWiWcX_EduPJbEsMYXjUQ"/> </ownedAttribute> <nestedClassifier xmi:type="uml:Class" xmi:id="_SeWiWsX_EduPJbEsMYXjUQ" name="Wildcard"/> <nestedClassifier xmi:type="uml:PrimitiveType" xmi:id="_SeWiW8X_EduPJbEsMYXjUQ" name="EJavaClass_Wildcard"> <templateBinding xmi:id="_SeWiXMX_EduPJbEsMYXjUQ" signature="_SeWkbsX_EduPJbEsMYXjUQ"> <parameterSubstitution xmi:id="_SeWiXcX_EduPJbEsMYXjUQ" formal="_SeWkb8X_EduPJbEsMYXjUQ" actual="_SeWiWsX_EduPJbEsMYXjUQ"/> </templateBinding> </nestedClassifier> <ownedOperation xmi:id="_SeWiXsX_EduPJbEsMYXjUQ" name="getFeatureID" visibility="public"> <ownedParameter xmi:id="_SeWiX8X_EduPJbEsMYXjUQ" type="_SeWkZcX_EduPJbEsMYXjUQ" isOrdered="true" direction="return"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWiYMX_EduPJbEsMYXjUQ"/> </ownedParameter> </ownedOperation> <ownedOperation xmi:id="_SeWiYcX_EduPJbEsMYXjUQ" name="getContainerClass" visibility="public"> <ownedParameter xmi:id="_SeWiYsX_EduPJbEsMYXjUQ" type="_SeWiW8X_EduPJbEsMYXjUQ" isOrdered="true" direction="return"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWiY8X_EduPJbEsMYXjUQ"/> </ownedParameter> </ownedOperation> </packagedElement> <packagedElement xmi:type="uml:Class" xmi:id="_SeWiZMX_EduPJbEsMYXjUQ" name="ETypedElement" isAbstract="true"> <eAnnotations xmi:id="_SeWiZcX_EduPJbEsMYXjUQ" source="http://www.eclipse.org/emf/2002/Ecore"> <details xmi:id="_SeWiZsX_EduPJbEsMYXjUQ" key="constraints" value="ValidLowerBound ValidUpperBound ConsistentBounds ValidType"/> </eAnnotations> <generalization xmi:id="_SeWiZ8X_EduPJbEsMYXjUQ" general="_SeWifsX_EduPJbEsMYXjUQ"/> <ownedAttribute xmi:id="_SeWiaMX_EduPJbEsMYXjUQ" name="ordered" visibility="public" type="_SeWkM8X_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWiacX_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWiasX_EduPJbEsMYXjUQ" name="unique" visibility="public" type="_SeWkM8X_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWia8X_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWibMX_EduPJbEsMYXjUQ" name="lowerBound" visibility="public" type="_SeWkZcX_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWibcX_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWibsX_EduPJbEsMYXjUQ" name="upperBound" visibility="public" type="_SeWkZcX_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWib8X_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWicMX_EduPJbEsMYXjUQ" name="many" visibility="public" type="_SeWkM8X_EduPJbEsMYXjUQ" isOrdered="true" isReadOnly="true" isDerived="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWiccX_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWicsX_EduPJbEsMYXjUQ" name="required" visibility="public" type="_SeWkM8X_EduPJbEsMYXjUQ" isOrdered="true" isReadOnly="true" isDerived="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWic8X_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWidMX_EduPJbEsMYXjUQ" name="eType" type="_SeWjG8X_EduPJbEsMYXjUQ" isOrdered="true" association="_SeWkBsX_EduPJbEsMYXjUQ"> <eAnnotations xmi:id="_SeWidcX_EduPJbEsMYXjUQ" source="http://www.eclipse.org/emf/2002/GenModel"> <details xmi:id="_SeWidsX_EduPJbEsMYXjUQ" key="suppressedUnsetVisibility" value="true"/> <details xmi:id="_SeWid8X_EduPJbEsMYXjUQ" key="suppressedIsSetVisibility" value="true"/> </eAnnotations> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWieMX_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWiecX_EduPJbEsMYXjUQ" name="eGenericType" type="_SeWjdsX_EduPJbEsMYXjUQ" isOrdered="true" aggregation="composite" association="_SeWkCMX_EduPJbEsMYXjUQ"> <eAnnotations xmi:id="_SeWiesX_EduPJbEsMYXjUQ" source="http://www.eclipse.org/emf/2002/GenModel"> <details xmi:id="_SeWie8X_EduPJbEsMYXjUQ" key="suppressedUnsetVisibility" value="true"/> <details xmi:id="_SeWifMX_EduPJbEsMYXjUQ" key="suppressedIsSetVisibility" value="true"/> </eAnnotations> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWifcX_EduPJbEsMYXjUQ"/> </ownedAttribute> </packagedElement> <packagedElement xmi:type="uml:Class" xmi:id="_SeWjccX_EduPJbEsMYXjUQ" name="ETypeParameter"> <generalization xmi:id="_SeWjcsX_EduPJbEsMYXjUQ" general="_SeWifsX_EduPJbEsMYXjUQ"/> <ownedAttribute xmi:id="_SeWjc8X_EduPJbEsMYXjUQ" name="eBounds" type="_SeWjdsX_EduPJbEsMYXjUQ" isOrdered="true" aggregation="composite" association="_SeWjksX_EduPJbEsMYXjUQ"> <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_SeWjdMX_EduPJbEsMYXjUQ" value="*"/> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjdcX_EduPJbEsMYXjUQ"/> </ownedAttribute> </packagedElement> <packagedElement xmi:type="uml:Association" xmi:id="_SeWjbsX_EduPJbEsMYXjUQ" memberEnd="_SeWjVsX_EduPJbEsMYXjUQ _SeWjRsX_EduPJbEsMYXjUQ"/> <packagedElement xmi:type="uml:Association" xmi:id="_SeWjb8X_EduPJbEsMYXjUQ" memberEnd="_SeWjR8X_EduPJbEsMYXjUQ _SeWjLcX_EduPJbEsMYXjUQ"/> <packagedElement xmi:type="uml:Association" xmi:id="_SeWjcMX_EduPJbEsMYXjUQ" memberEnd="_SeWjSsX_EduPJbEsMYXjUQ _SeWjTcX_EduPJbEsMYXjUQ"/> <packagedElement xmi:type="uml:Association" xmi:id="_SeWjhsX_EduPJbEsMYXjUQ" memberEnd="_SeWjesX_EduPJbEsMYXjUQ _SeWjh8X_EduPJbEsMYXjUQ"> <ownedEnd xmi:id="_SeWjh8X_EduPJbEsMYXjUQ" type="_SeWjdsX_EduPJbEsMYXjUQ" association="_SeWjhsX_EduPJbEsMYXjUQ"/> </packagedElement> <packagedElement xmi:type="uml:Association" xmi:id="_SeWjiMX_EduPJbEsMYXjUQ" memberEnd="_SeWjfMX_EduPJbEsMYXjUQ _SeWjicX_EduPJbEsMYXjUQ"> <ownedEnd xmi:id="_SeWjicX_EduPJbEsMYXjUQ" type="_SeWjdsX_EduPJbEsMYXjUQ" association="_SeWjiMX_EduPJbEsMYXjUQ"/> </packagedElement> <packagedElement xmi:type="uml:Association" xmi:id="_SeWjisX_EduPJbEsMYXjUQ" memberEnd="_SeWjf8X_EduPJbEsMYXjUQ _SeWji8X_EduPJbEsMYXjUQ"> <ownedEnd xmi:id="_SeWji8X_EduPJbEsMYXjUQ" type="_SeWjdsX_EduPJbEsMYXjUQ" association="_SeWjisX_EduPJbEsMYXjUQ"/> </packagedElement> <packagedElement xmi:type="uml:Association" xmi:id="_SeWjjMX_EduPJbEsMYXjUQ" memberEnd="_SeWjgMX_EduPJbEsMYXjUQ _SeWjjcX_EduPJbEsMYXjUQ"> <ownedEnd xmi:id="_SeWjjcX_EduPJbEsMYXjUQ" type="_SeWjdsX_EduPJbEsMYXjUQ" association="_SeWjjMX_EduPJbEsMYXjUQ"/> </packagedElement> <packagedElement xmi:type="uml:Association" xmi:id="_SeWjjsX_EduPJbEsMYXjUQ" memberEnd="_SeWjgsX_EduPJbEsMYXjUQ _SeWjj8X_EduPJbEsMYXjUQ"> <ownedEnd xmi:id="_SeWjj8X_EduPJbEsMYXjUQ" type="_SeWjdsX_EduPJbEsMYXjUQ" association="_SeWjjsX_EduPJbEsMYXjUQ"/> </packagedElement> <packagedElement xmi:type="uml:Association" xmi:id="_SeWjkMX_EduPJbEsMYXjUQ" memberEnd="_SeWjhMX_EduPJbEsMYXjUQ _SeWjkcX_EduPJbEsMYXjUQ"> <ownedEnd xmi:id="_SeWjkcX_EduPJbEsMYXjUQ" type="_SeWjdsX_EduPJbEsMYXjUQ" association="_SeWjkMX_EduPJbEsMYXjUQ"/> </packagedElement> <packagedElement xmi:type="uml:Association" xmi:id="_SeWjksX_EduPJbEsMYXjUQ" memberEnd="_SeWjc8X_EduPJbEsMYXjUQ _SeWjk8X_EduPJbEsMYXjUQ"> <ownedEnd xmi:id="_SeWjk8X_EduPJbEsMYXjUQ" type="_SeWjccX_EduPJbEsMYXjUQ" association="_SeWjksX_EduPJbEsMYXjUQ"/> </packagedElement> <packagedElement xmi:type="uml:Association" xmi:id="_SeWjlMX_EduPJbEsMYXjUQ" memberEnd="_SeWjL8X_EduPJbEsMYXjUQ _SeWjlcX_EduPJbEsMYXjUQ"> <ownedEnd xmi:id="_SeWjlcX_EduPJbEsMYXjUQ" type="_SeWjG8X_EduPJbEsMYXjUQ" association="_SeWjlMX_EduPJbEsMYXjUQ"/> </packagedElement> <packagedElement xmi:type="uml:Association" xmi:id="_SeWjlsX_EduPJbEsMYXjUQ" memberEnd="_SeWi1cX_EduPJbEsMYXjUQ _SeWjl8X_EduPJbEsMYXjUQ"> <ownedEnd xmi:id="_SeWjl8X_EduPJbEsMYXjUQ" type="_SeWizcX_EduPJbEsMYXjUQ" association="_SeWjlsX_EduPJbEsMYXjUQ"/> </packagedElement> <packagedElement xmi:type="uml:Association" xmi:id="_SeWjsMX_EduPJbEsMYXjUQ" memberEnd="_SeWi28X_EduPJbEsMYXjUQ _SeWjnMX_EduPJbEsMYXjUQ"/> <packagedElement xmi:type="uml:Association" xmi:id="_SeWjscX_EduPJbEsMYXjUQ" memberEnd="_SeWjnsX_EduPJbEsMYXjUQ _SeWjssX_EduPJbEsMYXjUQ"> <ownedEnd xmi:id="_SeWjssX_EduPJbEsMYXjUQ" type="_SeWjmMX_EduPJbEsMYXjUQ" association="_SeWjscX_EduPJbEsMYXjUQ"/> </packagedElement> <packagedElement xmi:type="uml:Association" xmi:id="_SeWjt8X_EduPJbEsMYXjUQ" memberEnd="_SeWjocX_EduPJbEsMYXjUQ _SeWjtcX_EduPJbEsMYXjUQ"/> <packagedElement xmi:type="uml:Association" xmi:id="_SeWjuMX_EduPJbEsMYXjUQ" memberEnd="_SeWjpMX_EduPJbEsMYXjUQ _SeWjucX_EduPJbEsMYXjUQ"> <ownedEnd xmi:id="_SeWjucX_EduPJbEsMYXjUQ" type="_SeWjmMX_EduPJbEsMYXjUQ" association="_SeWjuMX_EduPJbEsMYXjUQ"/> </packagedElement> <packagedElement xmi:type="uml:Association" xmi:id="_SeWjusX_EduPJbEsMYXjUQ" memberEnd="_SeWjqsX_EduPJbEsMYXjUQ _SeWju8X_EduPJbEsMYXjUQ"> <ownedEnd xmi:id="_SeWju8X_EduPJbEsMYXjUQ" type="_SeWjmMX_EduPJbEsMYXjUQ" association="_SeWjusX_EduPJbEsMYXjUQ"/> </packagedElement> <packagedElement xmi:type="uml:Association" xmi:id="_SeWjvMX_EduPJbEsMYXjUQ" memberEnd="_SeWi3sX_EduPJbEsMYXjUQ _SeWjvcX_EduPJbEsMYXjUQ"> <ownedEnd xmi:id="_SeWjvcX_EduPJbEsMYXjUQ" type="_SeWizcX_EduPJbEsMYXjUQ" association="_SeWjvMX_EduPJbEsMYXjUQ"/> </packagedElement> <packagedElement xmi:type="uml:Association" xmi:id="_SeWjzsX_EduPJbEsMYXjUQ" memberEnd="_SeWjyMX_EduPJbEsMYXjUQ _SeWjz8X_EduPJbEsMYXjUQ"> <ownedEnd xmi:id="_SeWjz8X_EduPJbEsMYXjUQ" type="_SeWjvsX_EduPJbEsMYXjUQ" association="_SeWjzsX_EduPJbEsMYXjUQ"/> </packagedElement> <packagedElement xmi:type="uml:Association" xmi:id="_SeWj0MX_EduPJbEsMYXjUQ" memberEnd="_SeWjysX_EduPJbEsMYXjUQ _SeWj0cX_EduPJbEsMYXjUQ"> <ownedEnd xmi:id="_SeWj0cX_EduPJbEsMYXjUQ" type="_SeWjvsX_EduPJbEsMYXjUQ" association="_SeWj0MX_EduPJbEsMYXjUQ"/> </packagedElement> <packagedElement xmi:type="uml:Association" xmi:id="_SeWj0sX_EduPJbEsMYXjUQ" memberEnd="_SeWjy8X_EduPJbEsMYXjUQ _SeWj08X_EduPJbEsMYXjUQ"> <ownedEnd xmi:id="_SeWj08X_EduPJbEsMYXjUQ" type="_SeWjvsX_EduPJbEsMYXjUQ" association="_SeWj0sX_EduPJbEsMYXjUQ"/> </packagedElement> <packagedElement xmi:type="uml:Association" xmi:id="_SeWj1MX_EduPJbEsMYXjUQ" memberEnd="_SeWi4cX_EduPJbEsMYXjUQ _SeWj1cX_EduPJbEsMYXjUQ"> <ownedEnd xmi:id="_SeWj1cX_EduPJbEsMYXjUQ" type="_SeWizcX_EduPJbEsMYXjUQ" association="_SeWj1MX_EduPJbEsMYXjUQ"/> </packagedElement> <packagedElement xmi:type="uml:Association" xmi:id="_SeWj1sX_EduPJbEsMYXjUQ" memberEnd="_SeWi5MX_EduPJbEsMYXjUQ _SeWj18X_EduPJbEsMYXjUQ"> <ownedEnd xmi:id="_SeWj18X_EduPJbEsMYXjUQ" type="_SeWizcX_EduPJbEsMYXjUQ" association="_SeWj1sX_EduPJbEsMYXjUQ"/> </packagedElement> <packagedElement xmi:type="uml:Association" xmi:id="_SeWj2MX_EduPJbEsMYXjUQ" memberEnd="_SeWi58X_EduPJbEsMYXjUQ _SeWj2cX_EduPJbEsMYXjUQ"> <ownedEnd xmi:id="_SeWj2cX_EduPJbEsMYXjUQ" type="_SeWizcX_EduPJbEsMYXjUQ" association="_SeWj2MX_EduPJbEsMYXjUQ"/> </packagedElement> <packagedElement xmi:type="uml:Association" xmi:id="_SeWj2sX_EduPJbEsMYXjUQ" memberEnd="_SeWi6sX_EduPJbEsMYXjUQ _SeWj28X_EduPJbEsMYXjUQ"> <ownedEnd xmi:id="_SeWj28X_EduPJbEsMYXjUQ" type="_SeWizcX_EduPJbEsMYXjUQ" association="_SeWj2sX_EduPJbEsMYXjUQ"/> </packagedElement> <packagedElement xmi:type="uml:Association" xmi:id="_SeWj3MX_EduPJbEsMYXjUQ" memberEnd="_SeWi7cX_EduPJbEsMYXjUQ _SeWj3cX_EduPJbEsMYXjUQ"> <ownedEnd xmi:id="_SeWj3cX_EduPJbEsMYXjUQ" type="_SeWizcX_EduPJbEsMYXjUQ" association="_SeWj3MX_EduPJbEsMYXjUQ"/> </packagedElement> <packagedElement xmi:type="uml:Association" xmi:id="_SeWj3sX_EduPJbEsMYXjUQ" memberEnd="_SeWi8MX_EduPJbEsMYXjUQ _SeWj38X_EduPJbEsMYXjUQ"> <ownedEnd xmi:id="_SeWj38X_EduPJbEsMYXjUQ" type="_SeWizcX_EduPJbEsMYXjUQ" association="_SeWj3sX_EduPJbEsMYXjUQ"/> </packagedElement> <packagedElement xmi:type="uml:Association" xmi:id="_SeWj4MX_EduPJbEsMYXjUQ" memberEnd="_SeWi88X_EduPJbEsMYXjUQ _SeWj4cX_EduPJbEsMYXjUQ"> <ownedEnd xmi:id="_SeWj4cX_EduPJbEsMYXjUQ" type="_SeWizcX_EduPJbEsMYXjUQ" association="_SeWj4MX_EduPJbEsMYXjUQ"/> </packagedElement> <packagedElement xmi:type="uml:Association" xmi:id="_SeWj4sX_EduPJbEsMYXjUQ" memberEnd="_SeWi9sX_EduPJbEsMYXjUQ _SeWj48X_EduPJbEsMYXjUQ"> <ownedEnd xmi:id="_SeWj48X_EduPJbEsMYXjUQ" type="_SeWizcX_EduPJbEsMYXjUQ" association="_SeWj4sX_EduPJbEsMYXjUQ"/> </packagedElement> <packagedElement xmi:type="uml:Association" xmi:id="_SeWj5MX_EduPJbEsMYXjUQ" memberEnd="_SeWi-MX_EduPJbEsMYXjUQ _SeWiSsX_EduPJbEsMYXjUQ"/> <packagedElement xmi:type="uml:Association" xmi:id="_SeWj5cX_EduPJbEsMYXjUQ" memberEnd="_SeWi-8X_EduPJbEsMYXjUQ _SeWj5sX_EduPJbEsMYXjUQ"> <ownedEnd xmi:id="_SeWj5sX_EduPJbEsMYXjUQ" type="_SeWizcX_EduPJbEsMYXjUQ" association="_SeWj5cX_EduPJbEsMYXjUQ"/> </packagedElement> <packagedElement xmi:type="uml:Association" xmi:id="_SeWj58X_EduPJbEsMYXjUQ" memberEnd="_SeWjAcX_EduPJbEsMYXjUQ _SeWj6MX_EduPJbEsMYXjUQ"> <ownedEnd xmi:id="_SeWj6MX_EduPJbEsMYXjUQ" type="_SeWizcX_EduPJbEsMYXjUQ" association="_SeWj58X_EduPJbEsMYXjUQ"/> </packagedElement> <packagedElement xmi:type="uml:Association" xmi:id="_SeWj_8X_EduPJbEsMYXjUQ" memberEnd="_SeWj78X_EduPJbEsMYXjUQ _SeWkAMX_EduPJbEsMYXjUQ"> <ownedEnd xmi:id="_SeWkAMX_EduPJbEsMYXjUQ" type="_SeWj6cX_EduPJbEsMYXjUQ" association="_SeWj_8X_EduPJbEsMYXjUQ"/> </packagedElement> <packagedElement xmi:type="uml:Association" xmi:id="_SeWkAcX_EduPJbEsMYXjUQ" memberEnd="_SeWihsX_EduPJbEsMYXjUQ _SeWj8sX_EduPJbEsMYXjUQ"/> <packagedElement xmi:type="uml:Association" xmi:id="_SeWkAsX_EduPJbEsMYXjUQ" memberEnd="_SeWj9MX_EduPJbEsMYXjUQ _SeWkA8X_EduPJbEsMYXjUQ"> <ownedEnd xmi:id="_SeWkA8X_EduPJbEsMYXjUQ" type="_SeWj6cX_EduPJbEsMYXjUQ" association="_SeWkAsX_EduPJbEsMYXjUQ"/> </packagedElement> <packagedElement xmi:type="uml:Association" xmi:id="_SeWkBMX_EduPJbEsMYXjUQ" memberEnd="_SeWj98X_EduPJbEsMYXjUQ _SeWkBcX_EduPJbEsMYXjUQ"> <ownedEnd xmi:id="_SeWkBcX_EduPJbEsMYXjUQ" type="_SeWj6cX_EduPJbEsMYXjUQ" association="_SeWkBMX_EduPJbEsMYXjUQ"/> </packagedElement> <packagedElement xmi:type="uml:Association" xmi:id="_SeWkBsX_EduPJbEsMYXjUQ" memberEnd="_SeWidMX_EduPJbEsMYXjUQ _SeWkB8X_EduPJbEsMYXjUQ"> <ownedEnd xmi:id="_SeWkB8X_EduPJbEsMYXjUQ" type="_SeWiZMX_EduPJbEsMYXjUQ" association="_SeWkBsX_EduPJbEsMYXjUQ"/> </packagedElement> <packagedElement xmi:type="uml:Association" xmi:id="_SeWkCMX_EduPJbEsMYXjUQ" memberEnd="_SeWiecX_EduPJbEsMYXjUQ _SeWkCcX_EduPJbEsMYXjUQ"> <ownedEnd xmi:id="_SeWkCcX_EduPJbEsMYXjUQ" type="_SeWiZMX_EduPJbEsMYXjUQ" association="_SeWkCMX_EduPJbEsMYXjUQ"/> </packagedElement> <packagedElement xmi:type="uml:Association" xmi:id="_SeWkCsX_EduPJbEsMYXjUQ" memberEnd="_SeWiR8X_EduPJbEsMYXjUQ _SeWkC8X_EduPJbEsMYXjUQ"> <ownedEnd xmi:id="_SeWkC8X_EduPJbEsMYXjUQ" type="_SeWiQcX_EduPJbEsMYXjUQ" association="_SeWkCsX_EduPJbEsMYXjUQ"/> </packagedElement> <packagedElement xmi:type="uml:Association" xmi:id="_SeWkLMX_EduPJbEsMYXjUQ" memberEnd="_SeWkEMX_EduPJbEsMYXjUQ _SeWkKsX_EduPJbEsMYXjUQ"/> <packagedElement xmi:type="uml:PrimitiveType" xmi:id="_SeWkLcX_EduPJbEsMYXjUQ" name="EBigDecimal"> <eAnnotations xmi:id="_SeWkLsX_EduPJbEsMYXjUQ" source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details xmi:id="_SeWkL8X_EduPJbEsMYXjUQ" key="baseType" value="http://www.w3.org/2001/XMLSchema#decimal"/> </eAnnotations> </packagedElement> <packagedElement xmi:type="uml:PrimitiveType" xmi:id="_SeWkMMX_EduPJbEsMYXjUQ" name="EBigInteger"> <eAnnotations xmi:id="_SeWkMcX_EduPJbEsMYXjUQ" source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details xmi:id="_SeWkMsX_EduPJbEsMYXjUQ" key="baseType" value="http://www.w3.org/2001/XMLSchema#integer"/> </eAnnotations> </packagedElement> <packagedElement xmi:type="uml:PrimitiveType" xmi:id="_SeWkM8X_EduPJbEsMYXjUQ" name="EBoolean"> <eAnnotations xmi:id="_SeWkNMX_EduPJbEsMYXjUQ" source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details xmi:id="_SeWkNcX_EduPJbEsMYXjUQ" key="baseType" value="http://www.w3.org/2001/XMLSchema#boolean"/> </eAnnotations> </packagedElement> <packagedElement xmi:type="uml:PrimitiveType" xmi:id="_SeWkNsX_EduPJbEsMYXjUQ" name="EBooleanObject"> <eAnnotations xmi:id="_SeWkN8X_EduPJbEsMYXjUQ" source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details xmi:id="_SeWkOMX_EduPJbEsMYXjUQ" key="name" value="EBoolean:Object"/> <details xmi:id="_SeWkOcX_EduPJbEsMYXjUQ" key="baseType" value="EBoolean"/> </eAnnotations> <generalization xmi:id="_SeWkOsX_EduPJbEsMYXjUQ" general="_SeWkM8X_EduPJbEsMYXjUQ"/> </packagedElement> <packagedElement xmi:type="uml:PrimitiveType" xmi:id="_SeWkO8X_EduPJbEsMYXjUQ" name="EByte"> <eAnnotations xmi:id="_SeWkPMX_EduPJbEsMYXjUQ" source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details xmi:id="_SeWkPcX_EduPJbEsMYXjUQ" key="baseType" value="http://www.w3.org/2001/XMLSchema#byte"/> </eAnnotations> </packagedElement> <packagedElement xmi:type="uml:PrimitiveType" xmi:id="_SeWkPsX_EduPJbEsMYXjUQ" name="EByteArray"> <eAnnotations xmi:id="_SeWkP8X_EduPJbEsMYXjUQ" source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details xmi:id="_SeWkQMX_EduPJbEsMYXjUQ" key="baseType" value="http://www.w3.org/2001/XMLSchema#hexBinary"/> </eAnnotations> </packagedElement> <packagedElement xmi:type="uml:PrimitiveType" xmi:id="_SeWkQcX_EduPJbEsMYXjUQ" name="EByteObject"> <eAnnotations xmi:id="_SeWkQsX_EduPJbEsMYXjUQ" source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details xmi:id="_SeWkQ8X_EduPJbEsMYXjUQ" key="name" value="EByte:Object"/> <details xmi:id="_SeWkRMX_EduPJbEsMYXjUQ" key="baseType" value="EByte"/> </eAnnotations> <generalization xmi:id="_SeWkRcX_EduPJbEsMYXjUQ" general="_SeWkO8X_EduPJbEsMYXjUQ"/> </packagedElement> <packagedElement xmi:type="uml:PrimitiveType" xmi:id="_SeWkRsX_EduPJbEsMYXjUQ" name="EChar"/> <packagedElement xmi:type="uml:PrimitiveType" xmi:id="_SeWkR8X_EduPJbEsMYXjUQ" name="ECharacterObject"> <eAnnotations xmi:id="_SeWkSMX_EduPJbEsMYXjUQ" source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details xmi:id="_SeWkScX_EduPJbEsMYXjUQ" key="name" value="EChar:Object"/> <details xmi:id="_SeWkSsX_EduPJbEsMYXjUQ" key="baseType" value="EChar"/> </eAnnotations> <generalization xmi:id="_SeWkS8X_EduPJbEsMYXjUQ" general="_SeWkRsX_EduPJbEsMYXjUQ"/> </packagedElement> <packagedElement xmi:type="uml:PrimitiveType" xmi:id="_SeWkTMX_EduPJbEsMYXjUQ" name="EDate"/> <packagedElement xmi:type="uml:PrimitiveType" xmi:id="_SeWkTcX_EduPJbEsMYXjUQ" name="EDiagnosticChain"/> <packagedElement xmi:type="uml:PrimitiveType" xmi:id="_SeWkTsX_EduPJbEsMYXjUQ" name="EDouble"> <eAnnotations xmi:id="_SeWkT8X_EduPJbEsMYXjUQ" source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details xmi:id="_SeWkUMX_EduPJbEsMYXjUQ" key="baseType" value="http://www.w3.org/2001/XMLSchema#double"/> </eAnnotations> </packagedElement> <packagedElement xmi:type="uml:PrimitiveType" xmi:id="_SeWkUcX_EduPJbEsMYXjUQ" name="EDoubleObject"> <eAnnotations xmi:id="_SeWkUsX_EduPJbEsMYXjUQ" source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details xmi:id="_SeWkU8X_EduPJbEsMYXjUQ" key="name" value="EDouble:Object"/> <details xmi:id="_SeWkVMX_EduPJbEsMYXjUQ" key="baseType" value="EDouble"/> </eAnnotations> <generalization xmi:id="_SeWkVcX_EduPJbEsMYXjUQ" general="_SeWkTsX_EduPJbEsMYXjUQ"/> </packagedElement> <packagedElement xmi:type="uml:PrimitiveType" xmi:id="_SeWkVsX_EduPJbEsMYXjUQ" name="EEList"> <ownedTemplateSignature xmi:type="uml:RedefinableTemplateSignature" xmi:id="_SeWkV8X_EduPJbEsMYXjUQ" parameter="_SeWkWMX_EduPJbEsMYXjUQ"> <ownedParameter xmi:type="uml:ClassifierTemplateParameter" xmi:id="_SeWkWMX_EduPJbEsMYXjUQ" parameteredElement="_SeWkWcX_EduPJbEsMYXjUQ"> <ownedParameteredElement xmi:type="uml:Class" xmi:id="_SeWkWcX_EduPJbEsMYXjUQ" name="E" templateParameter="_SeWkWMX_EduPJbEsMYXjUQ"/> </ownedParameter> </ownedTemplateSignature> </packagedElement> <packagedElement xmi:type="uml:PrimitiveType" xmi:id="_SeWkWsX_EduPJbEsMYXjUQ" name="EEnumerator"/> <packagedElement xmi:type="uml:PrimitiveType" xmi:id="_SeWkW8X_EduPJbEsMYXjUQ" name="EFeatureMap"/> <packagedElement xmi:type="uml:PrimitiveType" xmi:id="_SeWkXMX_EduPJbEsMYXjUQ" name="EFeatureMapEntry"/> <packagedElement xmi:type="uml:PrimitiveType" xmi:id="_SeWkXcX_EduPJbEsMYXjUQ" name="EFloat"> <eAnnotations xmi:id="_SeWkXsX_EduPJbEsMYXjUQ" source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details xmi:id="_SeWkX8X_EduPJbEsMYXjUQ" key="baseType" value="http://www.w3.org/2001/XMLSchema#float"/> </eAnnotations> </packagedElement> <packagedElement xmi:type="uml:PrimitiveType" xmi:id="_SeWkYMX_EduPJbEsMYXjUQ" name="EFloatObject"> <eAnnotations xmi:id="_SeWkYcX_EduPJbEsMYXjUQ" source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details xmi:id="_SeWkYsX_EduPJbEsMYXjUQ" key="name" value="EFloat:Object"/> <details xmi:id="_SeWkY8X_EduPJbEsMYXjUQ" key="baseType" value="EFloat"/> </eAnnotations> <generalization xmi:id="_SeWkZMX_EduPJbEsMYXjUQ" general="_SeWkXcX_EduPJbEsMYXjUQ"/> </packagedElement> <packagedElement xmi:type="uml:PrimitiveType" xmi:id="_SeWkZcX_EduPJbEsMYXjUQ" name="EInt"> <eAnnotations xmi:id="_SeWkZsX_EduPJbEsMYXjUQ" source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details xmi:id="_SeWkZ8X_EduPJbEsMYXjUQ" key="baseType" value="http://www.w3.org/2001/XMLSchema#int"/> </eAnnotations> </packagedElement> <packagedElement xmi:type="uml:PrimitiveType" xmi:id="_SeWkaMX_EduPJbEsMYXjUQ" name="EIntegerObject"> <eAnnotations xmi:id="_SeWkacX_EduPJbEsMYXjUQ" source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details xmi:id="_SeWkasX_EduPJbEsMYXjUQ" key="name" value="EInt:Object"/> <details xmi:id="_SeWka8X_EduPJbEsMYXjUQ" key="baseType" value="EInt"/> </eAnnotations> <generalization xmi:id="_SeWkbMX_EduPJbEsMYXjUQ" general="_SeWkZcX_EduPJbEsMYXjUQ"/> </packagedElement> <packagedElement xmi:type="uml:PrimitiveType" xmi:id="_SeWkbcX_EduPJbEsMYXjUQ" name="EJavaClass"> <ownedTemplateSignature xmi:type="uml:RedefinableTemplateSignature" xmi:id="_SeWkbsX_EduPJbEsMYXjUQ" parameter="_SeWkb8X_EduPJbEsMYXjUQ"> <ownedParameter xmi:type="uml:ClassifierTemplateParameter" xmi:id="_SeWkb8X_EduPJbEsMYXjUQ" parameteredElement="_SeWkcMX_EduPJbEsMYXjUQ"> <ownedParameteredElement xmi:type="uml:Class" xmi:id="_SeWkcMX_EduPJbEsMYXjUQ" name="T" templateParameter="_SeWkb8X_EduPJbEsMYXjUQ"/> </ownedParameter> </ownedTemplateSignature> </packagedElement> <packagedElement xmi:type="uml:PrimitiveType" xmi:id="_SeWkccX_EduPJbEsMYXjUQ" name="EJavaObject"/> <packagedElement xmi:type="uml:PrimitiveType" xmi:id="_SeWkcsX_EduPJbEsMYXjUQ" name="ELong"> <eAnnotations xmi:id="_SeWkc8X_EduPJbEsMYXjUQ" source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details xmi:id="_SeWkdMX_EduPJbEsMYXjUQ" key="baseType" value="http://www.w3.org/2001/XMLSchema#long"/> </eAnnotations> </packagedElement> <packagedElement xmi:type="uml:PrimitiveType" xmi:id="_SeWkdcX_EduPJbEsMYXjUQ" name="ELongObject"> <eAnnotations xmi:id="_SeWkdsX_EduPJbEsMYXjUQ" source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details xmi:id="_SeWkd8X_EduPJbEsMYXjUQ" key="name" value="ELong:Object"/> <details xmi:id="_SeWkeMX_EduPJbEsMYXjUQ" key="baseType" value="ELong"/> </eAnnotations> <generalization xmi:id="_SeWkecX_EduPJbEsMYXjUQ" general="_SeWkcsX_EduPJbEsMYXjUQ"/> </packagedElement> <packagedElement xmi:type="uml:PrimitiveType" xmi:id="_SeWkesX_EduPJbEsMYXjUQ" name="EMap"> <ownedTemplateSignature xmi:type="uml:RedefinableTemplateSignature" xmi:id="_SeWke8X_EduPJbEsMYXjUQ" parameter="_SeWkfMX_EduPJbEsMYXjUQ _SeWkfsX_EduPJbEsMYXjUQ"> <ownedParameter xmi:type="uml:ClassifierTemplateParameter" xmi:id="_SeWkfMX_EduPJbEsMYXjUQ" parameteredElement="_SeWkfcX_EduPJbEsMYXjUQ"> <ownedParameteredElement xmi:type="uml:Class" xmi:id="_SeWkfcX_EduPJbEsMYXjUQ" name="K" templateParameter="_SeWkfMX_EduPJbEsMYXjUQ"/> </ownedParameter> <ownedParameter xmi:type="uml:ClassifierTemplateParameter" xmi:id="_SeWkfsX_EduPJbEsMYXjUQ" parameteredElement="_SeWkf8X_EduPJbEsMYXjUQ"> <ownedParameteredElement xmi:type="uml:Class" xmi:id="_SeWkf8X_EduPJbEsMYXjUQ" name="V" templateParameter="_SeWkfsX_EduPJbEsMYXjUQ"/> </ownedParameter> </ownedTemplateSignature> </packagedElement> <packagedElement xmi:type="uml:PrimitiveType" xmi:id="_SeWkgMX_EduPJbEsMYXjUQ" name="EResource"/> <packagedElement xmi:type="uml:PrimitiveType" xmi:id="_SeWkgcX_EduPJbEsMYXjUQ" name="EResourceSet"/> <packagedElement xmi:type="uml:PrimitiveType" xmi:id="_SeWkgsX_EduPJbEsMYXjUQ" name="EShort"> <eAnnotations xmi:id="_SeWkg8X_EduPJbEsMYXjUQ" source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details xmi:id="_SeWkhMX_EduPJbEsMYXjUQ" key="baseType" value="http://www.w3.org/2001/XMLSchema#short"/> </eAnnotations> </packagedElement> <packagedElement xmi:type="uml:PrimitiveType" xmi:id="_SeWkhcX_EduPJbEsMYXjUQ" name="EShortObject"> <eAnnotations xmi:id="_SeWkhsX_EduPJbEsMYXjUQ" source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details xmi:id="_SeWkh8X_EduPJbEsMYXjUQ" key="name" value="EShort:Object"/> <details xmi:id="_SeWkiMX_EduPJbEsMYXjUQ" key="baseType" value="EShort"/> </eAnnotations> <generalization xmi:id="_SeWkicX_EduPJbEsMYXjUQ" general="_SeWkgsX_EduPJbEsMYXjUQ"/> </packagedElement> <packagedElement xmi:type="uml:PrimitiveType" xmi:id="_SeWkisX_EduPJbEsMYXjUQ" name="EString"> <eAnnotations xmi:id="_SeWki8X_EduPJbEsMYXjUQ" source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details xmi:id="_SeWkjMX_EduPJbEsMYXjUQ" key="baseType" value="http://www.w3.org/2001/XMLSchema#string"/> </eAnnotations> </packagedElement> <packagedElement xmi:type="uml:PrimitiveType" xmi:id="_SeWkjcX_EduPJbEsMYXjUQ" name="ETreeIterator"> <ownedTemplateSignature xmi:type="uml:RedefinableTemplateSignature" xmi:id="_SeWkjsX_EduPJbEsMYXjUQ" parameter="_SeWkj8X_EduPJbEsMYXjUQ"> <ownedParameter xmi:type="uml:ClassifierTemplateParameter" xmi:id="_SeWkj8X_EduPJbEsMYXjUQ" parameteredElement="_SeWkkMX_EduPJbEsMYXjUQ"> <ownedParameteredElement xmi:type="uml:Class" xmi:id="_SeWkkMX_EduPJbEsMYXjUQ" name="E" templateParameter="_SeWkj8X_EduPJbEsMYXjUQ"/> </ownedParameter> </ownedTemplateSignature> </packagedElement> <profileApplication xmi:id="_SeWkkcX_EduPJbEsMYXjUQ"> <eAnnotations xmi:id="_SeWkksX_EduPJbEsMYXjUQ" source="http://www.eclipse.org/uml2/2.0.0/UML"> <references xmi:type="ecore:EPackage" href="pathmap://UML_PROFILES/Ecore.profile.uml#_B7dOIMEREduRdatXodjBjA"/> </eAnnotations> <appliedProfile href="pathmap://UML_PROFILES/Ecore.profile.uml#_0"/> </profileApplication> </uml:Model> <Ecore:EPackage xmi:id="_uuJ5sMYcEduPJbEsMYXjUQ" base_Package="_SeWiQMX_EduPJbEsMYXjUQ" packageName="ecore" nsPrefix="ecore" nsURI="http://www.eclipse.org/emf/2002/Ecore"/> <Ecore:EAttribute xmi:id="_uuJ5tMYcEduPJbEsMYXjUQ" base_Property="_SeWiRcX_EduPJbEsMYXjUQ" attributeName="iD"/> <Ecore:EReference xmi:id="_uuJ5tcYcEduPJbEsMYXjUQ" isTransient="true" isVolatile="true" base_Property="_SeWiR8X_EduPJbEsMYXjUQ"/> <Ecore:EReference xmi:id="_uumlqsYcEduPJbEsMYXjUQ" isTransient="true" base_Property="_SeWiSsX_EduPJbEsMYXjUQ" isResolveProxies="false"/> <Ecore:EAttribute xmi:id="_uumlq8YcEduPJbEsMYXjUQ" isTransient="true" isVolatile="true" base_Property="_SeWiVMX_EduPJbEsMYXjUQ"/> <Ecore:EAttribute xmi:id="_uuvvkMYcEduPJbEsMYXjUQ" isTransient="true" isVolatile="true" base_Property="_SeWicMX_EduPJbEsMYXjUQ"/> <Ecore:EAttribute xmi:id="_uvfWcMYcEduPJbEsMYXjUQ" isTransient="true" isVolatile="true" base_Property="_SeWicsX_EduPJbEsMYXjUQ"/> <Ecore:EReference xmi:id="_uvfWccYcEduPJbEsMYXjUQ" isVolatile="true" isUnsettable="true" visibility="ReadWrite" base_Property="_SeWidMX_EduPJbEsMYXjUQ"/> <Ecore:EReference xmi:id="_uvfWcsYcEduPJbEsMYXjUQ" isVolatile="true" isUnsettable="true" visibility="ReadWrite" base_Property="_SeWiecX_EduPJbEsMYXjUQ" isResolveProxies="false"/> <Ecore:EReference xmi:id="_uuc0qsYcEduPJbEsMYXjUQ" base_Property="_SeWihsX_EduPJbEsMYXjUQ" isResolveProxies="false"/> <Ecore:EReference xmi:id="_uuJ5tsYcEduPJbEsMYXjUQ" isUnsettable="true" visibility="ReadWrite" base_Property="_SeWi1cX_EduPJbEsMYXjUQ"/> <Ecore:EReference xmi:id="_uuJ5t8YcEduPJbEsMYXjUQ" base_Property="_SeWi28X_EduPJbEsMYXjUQ" isResolveProxies="false"/> <Ecore:EReference xmi:id="_uuJ5uMYcEduPJbEsMYXjUQ" isTransient="true" isVolatile="true" base_Property="_SeWi3sX_EduPJbEsMYXjUQ"/> <Ecore:EReference xmi:id="_uuJ5ucYcEduPJbEsMYXjUQ" isTransient="true" isVolatile="true" base_Property="_SeWi4cX_EduPJbEsMYXjUQ"/> <Ecore:EReference xmi:id="_uuJ5usYcEduPJbEsMYXjUQ" isTransient="true" isVolatile="true" base_Property="_SeWi5MX_EduPJbEsMYXjUQ"/> <Ecore:EReference xmi:id="_uuTDoMYcEduPJbEsMYXjUQ" isTransient="true" isVolatile="true" base_Property="_SeWi58X_EduPJbEsMYXjUQ"/> <Ecore:EReference xmi:id="_uuTDocYcEduPJbEsMYXjUQ" isTransient="true" isVolatile="true" base_Property="_SeWi6sX_EduPJbEsMYXjUQ"/> <Ecore:EReference xmi:id="_uuTDosYcEduPJbEsMYXjUQ" isTransient="true" isVolatile="true" base_Property="_SeWi7cX_EduPJbEsMYXjUQ"/> <Ecore:EReference xmi:id="_uuTDo8YcEduPJbEsMYXjUQ" isTransient="true" isVolatile="true" base_Property="_SeWi8MX_EduPJbEsMYXjUQ"/> <Ecore:EReference xmi:id="_uuTDpMYcEduPJbEsMYXjUQ" isTransient="true" isVolatile="true" base_Property="_SeWi88X_EduPJbEsMYXjUQ"/> <Ecore:EReference xmi:id="_uuTDpcYcEduPJbEsMYXjUQ" isTransient="true" isVolatile="true" base_Property="_SeWi9sX_EduPJbEsMYXjUQ" isResolveProxies="false"/> <Ecore:EReference xmi:id="_uuTDpsYcEduPJbEsMYXjUQ" base_Property="_SeWi-MX_EduPJbEsMYXjUQ" isResolveProxies="false"/> <Ecore:EReference xmi:id="_uuTDp8YcEduPJbEsMYXjUQ" isUnsettable="true" visibility="ReadWrite" base_Property="_SeWi-8X_EduPJbEsMYXjUQ" isResolveProxies="false"/> <Ecore:EReference xmi:id="_uuTDqMYcEduPJbEsMYXjUQ" isTransient="true" isVolatile="true" base_Property="_SeWjAcX_EduPJbEsMYXjUQ"/> <Ecore:EAttribute xmi:id="_uuTDqcYcEduPJbEsMYXjUQ" isVolatile="true" isUnsettable="true" visibility="ReadWrite" base_Property="_SeWjH8X_EduPJbEsMYXjUQ"/> <Ecore:EAttribute xmi:id="_uuTDqsYcEduPJbEsMYXjUQ" isTransient="true" isVolatile="true" base_Property="_SeWjJMX_EduPJbEsMYXjUQ"/> <Ecore:EAttribute xmi:id="_uuTDq8YcEduPJbEsMYXjUQ" isTransient="true" isVolatile="true" base_Property="_SeWjJsX_EduPJbEsMYXjUQ"/> <Ecore:EAttribute xmi:id="_uuTDrMYcEduPJbEsMYXjUQ" isVolatile="true" isUnsettable="true" visibility="ReadWrite" base_Property="_SeWjKMX_EduPJbEsMYXjUQ"/> <Ecore:EReference xmi:id="_uuc0oMYcEduPJbEsMYXjUQ" isTransient="true" base_Property="_SeWjLcX_EduPJbEsMYXjUQ"/> <Ecore:EReference xmi:id="_uumlpMYcEduPJbEsMYXjUQ" isTransient="true" base_Property="_SeWjRsX_EduPJbEsMYXjUQ" isResolveProxies="false"/> <Ecore:EReference xmi:id="_uumlpcYcEduPJbEsMYXjUQ" isTransient="true" base_Property="_SeWjTcX_EduPJbEsMYXjUQ"/> <Ecore:EReference xmi:id="_uuc0pMYcEduPJbEsMYXjUQ" isTransient="true" base_Property="_SeWjVsX_EduPJbEsMYXjUQ" isResolveProxies="false"/> <Ecore:EReference xmi:id="_uvfWc8YcEduPJbEsMYXjUQ" base_Property="_SeWjc8X_EduPJbEsMYXjUQ" isResolveProxies="false"/> <Ecore:EReference xmi:id="_uuc0pcYcEduPJbEsMYXjUQ" base_Property="_SeWjesX_EduPJbEsMYXjUQ" isResolveProxies="false"/> <Ecore:EReference xmi:id="_uuc0psYcEduPJbEsMYXjUQ" base_Property="_SeWjfMX_EduPJbEsMYXjUQ" isResolveProxies="false"/> <Ecore:EReference xmi:id="_uuc0p8YcEduPJbEsMYXjUQ" isTransient="true" base_Property="_SeWjf8X_EduPJbEsMYXjUQ"/> <Ecore:EReference xmi:id="_uuc0qMYcEduPJbEsMYXjUQ" base_Property="_SeWjgMX_EduPJbEsMYXjUQ" isResolveProxies="false"/> <Ecore:EReference xmi:id="_uuc0qcYcEduPJbEsMYXjUQ" base_Property="_SeWjgsX_EduPJbEsMYXjUQ" isResolveProxies="false"/> <Ecore:EReference xmi:id="_uumloMYcEduPJbEsMYXjUQ" isTransient="true" base_Property="_SeWjnMX_EduPJbEsMYXjUQ" isResolveProxies="false"/> <Ecore:EReference xmi:id="_uumlocYcEduPJbEsMYXjUQ" base_Property="_SeWjocX_EduPJbEsMYXjUQ" isResolveProxies="false"/> <Ecore:EReference xmi:id="_uumlosYcEduPJbEsMYXjUQ" isUnsettable="true" visibility="ReadWrite" base_Property="_SeWjpMX_EduPJbEsMYXjUQ"/> <Ecore:EReference xmi:id="_uumlo8YcEduPJbEsMYXjUQ" isUnsettable="true" visibility="ReadWrite" base_Property="_SeWjqsX_EduPJbEsMYXjUQ" isResolveProxies="false"/> <Ecore:EReference xmi:id="_uumlpsYcEduPJbEsMYXjUQ" isTransient="true" base_Property="_SeWjtcX_EduPJbEsMYXjUQ" isResolveProxies="false"/> <Ecore:EAttribute xmi:id="_uumlp8YcEduPJbEsMYXjUQ" isTransient="true" isVolatile="true" base_Property="_SeWjxMX_EduPJbEsMYXjUQ"/> <Ecore:EReference xmi:id="_uumlqMYcEduPJbEsMYXjUQ" isTransient="true" isVolatile="true" base_Property="_SeWjysX_EduPJbEsMYXjUQ"/> <Ecore:EReference xmi:id="_uuJ5scYcEduPJbEsMYXjUQ" base_Property="_SeWj78X_EduPJbEsMYXjUQ" isResolveProxies="false"/> <Ecore:EReference xmi:id="_uuJ5ssYcEduPJbEsMYXjUQ" isTransient="true" base_Property="_SeWj8sX_EduPJbEsMYXjUQ" isResolveProxies="false"/> <Ecore:EReference xmi:id="_uuJ5s8YcEduPJbEsMYXjUQ" base_Property="_SeWj9MX_EduPJbEsMYXjUQ" isResolveProxies="false"/> <Ecore:EClass xmi:id="_uumlqcYcEduPJbEsMYXjUQ" instanceClassName="java.util.Map$Entry" base_Class="_SeWj-sX_EduPJbEsMYXjUQ"/> <Ecore:EReference xmi:id="_uuc0ocYcEduPJbEsMYXjUQ" base_Property="_SeWkEMX_EduPJbEsMYXjUQ" isResolveProxies="false"/> <Ecore:EAttribute xmi:id="_uuc0osYcEduPJbEsMYXjUQ" isTransient="true" base_Property="_SeWkJsX_EduPJbEsMYXjUQ"/> <Ecore:EReference xmi:id="_uuc0o8YcEduPJbEsMYXjUQ" isTransient="true" base_Property="_SeWkKsX_EduPJbEsMYXjUQ" isResolveProxies="false"/> <Ecore:EDataType xmi:id="_uvpHcMYcEduPJbEsMYXjUQ" instanceClassName="java.math.BigDecimal" base_PrimitiveType="_SeWkLcX_EduPJbEsMYXjUQ"/> <Ecore:EDataType xmi:id="_uvpHccYcEduPJbEsMYXjUQ" instanceClassName="java.math.BigInteger" base_PrimitiveType="_SeWkMMX_EduPJbEsMYXjUQ"/> <Ecore:EDataType xmi:id="_uvpHcsYcEduPJbEsMYXjUQ" instanceClassName="boolean" base_PrimitiveType="_SeWkM8X_EduPJbEsMYXjUQ"/> <Ecore:EDataType xmi:id="_uvpHc8YcEduPJbEsMYXjUQ" xmlName="EBoolean:Object" instanceClassName="java.lang.Boolean" base_PrimitiveType="_SeWkNsX_EduPJbEsMYXjUQ"/> <Ecore:EDataType xmi:id="_uvpHdMYcEduPJbEsMYXjUQ" instanceClassName="byte" base_PrimitiveType="_SeWkO8X_EduPJbEsMYXjUQ"/> <Ecore:EDataType xmi:id="_uvpHdcYcEduPJbEsMYXjUQ" instanceClassName="byte[]" base_PrimitiveType="_SeWkPsX_EduPJbEsMYXjUQ"/> <Ecore:EDataType xmi:id="_uvpHdsYcEduPJbEsMYXjUQ" xmlName="EByte:Object" instanceClassName="java.lang.Byte" base_PrimitiveType="_SeWkQcX_EduPJbEsMYXjUQ"/> <Ecore:EDataType xmi:id="_uvpHd8YcEduPJbEsMYXjUQ" instanceClassName="char" base_PrimitiveType="_SeWkRsX_EduPJbEsMYXjUQ"/> <Ecore:EDataType xmi:id="_uvpHeMYcEduPJbEsMYXjUQ" xmlName="EChar:Object" instanceClassName="java.lang.Character" base_PrimitiveType="_SeWkR8X_EduPJbEsMYXjUQ"/> <Ecore:EDataType xmi:id="_uvpHecYcEduPJbEsMYXjUQ" instanceClassName="java.util.Date" base_PrimitiveType="_SeWkTMX_EduPJbEsMYXjUQ"/> <Ecore:EDataType xmi:id="_uvpHesYcEduPJbEsMYXjUQ" instanceClassName="org.eclipse.emf.common.util.DiagnosticChain" base_PrimitiveType="_SeWkTcX_EduPJbEsMYXjUQ"/> <Ecore:EDataType xmi:id="_uvpHe8YcEduPJbEsMYXjUQ" instanceClassName="double" base_PrimitiveType="_SeWkTsX_EduPJbEsMYXjUQ"/> <Ecore:EDataType xmi:id="_uvpHfMYcEduPJbEsMYXjUQ" xmlName="EDouble:Object" instanceClassName="java.lang.Double" base_PrimitiveType="_SeWkUcX_EduPJbEsMYXjUQ"/> <Ecore:EDataType xmi:id="_uvpHfcYcEduPJbEsMYXjUQ" instanceClassName="org.eclipse.emf.common.util.EList" base_PrimitiveType="_SeWkVsX_EduPJbEsMYXjUQ"/> <Ecore:EDataType xmi:id="_uvpHfsYcEduPJbEsMYXjUQ" instanceClassName="org.eclipse.emf.common.util.Enumerator" base_PrimitiveType="_SeWkWsX_EduPJbEsMYXjUQ"/> <Ecore:EDataType xmi:id="_uvpHf8YcEduPJbEsMYXjUQ" instanceClassName="org.eclipse.emf.ecore.util.FeatureMap" base_PrimitiveType="_SeWkW8X_EduPJbEsMYXjUQ"/> <Ecore:EDataType xmi:id="_uvpHgMYcEduPJbEsMYXjUQ" instanceClassName="org.eclipse.emf.ecore.util.FeatureMap$Entry" base_PrimitiveType="_SeWkXMX_EduPJbEsMYXjUQ"/> <Ecore:EDataType xmi:id="_uvpHgcYcEduPJbEsMYXjUQ" instanceClassName="float" base_PrimitiveType="_SeWkXcX_EduPJbEsMYXjUQ"/> <Ecore:EDataType xmi:id="_uvpHgsYcEduPJbEsMYXjUQ" xmlName="EFloat:Object" instanceClassName="java.lang.Float" base_PrimitiveType="_SeWkYMX_EduPJbEsMYXjUQ"/> <Ecore:EDataType xmi:id="_uvy4cMYcEduPJbEsMYXjUQ" instanceClassName="int" base_PrimitiveType="_SeWkZcX_EduPJbEsMYXjUQ"/> <Ecore:EDataType xmi:id="_uvy4ccYcEduPJbEsMYXjUQ" xmlName="EInt:Object" instanceClassName="java.lang.Integer" base_PrimitiveType="_SeWkaMX_EduPJbEsMYXjUQ"/> <Ecore:EDataType xmi:id="_uvy4csYcEduPJbEsMYXjUQ" instanceClassName="java.lang.Class" base_PrimitiveType="_SeWkbcX_EduPJbEsMYXjUQ"/> <Ecore:EDataType xmi:id="_uvy4c8YcEduPJbEsMYXjUQ" instanceClassName="java.lang.Object" base_PrimitiveType="_SeWkccX_EduPJbEsMYXjUQ"/> <Ecore:EDataType xmi:id="_uvy4dMYcEduPJbEsMYXjUQ" instanceClassName="long" base_PrimitiveType="_SeWkcsX_EduPJbEsMYXjUQ"/> <Ecore:EDataType xmi:id="_uvy4dcYcEduPJbEsMYXjUQ" xmlName="ELong:Object" instanceClassName="java.lang.Long" base_PrimitiveType="_SeWkdcX_EduPJbEsMYXjUQ"/> <Ecore:EDataType xmi:id="_uvy4dsYcEduPJbEsMYXjUQ" instanceClassName="java.util.Map" base_PrimitiveType="_SeWkesX_EduPJbEsMYXjUQ"/> <Ecore:EDataType xmi:id="_uvy4d8YcEduPJbEsMYXjUQ" instanceClassName="org.eclipse.emf.ecore.resource.Resource" base_PrimitiveType="_SeWkgMX_EduPJbEsMYXjUQ"/> <Ecore:EDataType xmi:id="_uvy4eMYcEduPJbEsMYXjUQ" instanceClassName="org.eclipse.emf.ecore.resource.ResourceSet" base_PrimitiveType="_SeWkgcX_EduPJbEsMYXjUQ"/> <Ecore:EDataType xmi:id="_uvy4ecYcEduPJbEsMYXjUQ" instanceClassName="short" base_PrimitiveType="_SeWkgsX_EduPJbEsMYXjUQ"/> <Ecore:EDataType xmi:id="_uvy4esYcEduPJbEsMYXjUQ" xmlName="EShort:Object" instanceClassName="java.lang.Short" base_PrimitiveType="_SeWkhcX_EduPJbEsMYXjUQ"/> <Ecore:EDataType xmi:id="_uvy4e8YcEduPJbEsMYXjUQ" instanceClassName="java.lang.String" base_PrimitiveType="_SeWkisX_EduPJbEsMYXjUQ"/> <Ecore:EDataType xmi:id="_uvy4fMYcEduPJbEsMYXjUQ" instanceClassName="org.eclipse.emf.common.util.TreeIterator" base_PrimitiveType="_SeWkjcX_EduPJbEsMYXjUQ"/> </xmi:XMI> �����1�����1�����1�����1 CDO_SYSTEM � CDOResourceFolder@OID2("BackupBinaryTest_testImportClob") CDOResource@OID3("cdo://repo2/BackupBinaryTest_testImportClob/res1") org.eclipse.emf.cdo.tests.model3.legacy.impl.FileImpl@68dfda77 (name: Ecore.uml, data: CDOClob[id=0cfbfd6dd485f27356077352f8fca3886f9af8c5, size=87,171]) ******************************************************* BackupBinaryTest.testImportCustomDataType [MEM-branching, JVM, Legacy] ******************************************************* repo1repo1��<ܤ��<ܤ����������8http://www.eclipse.org/emf/CDO/tests/legacy/model3/1.0.0������1"� 8http://www.eclipse.org/emf/CDO/tests/legacy/model3/1.0.0� CDOResourceFolder@OID2("BackupBinaryTest_testImportCustomDataType") CDOResource@OID3("cdo://repo2/BackupBinaryTest_testImportCustomDataType/res1") org.eclipse.emf.cdo.tests.model3.legacy.impl.PolygonImpl@7741ae1b (points: [1,2, 3,1, 4,5]) ******************************************************* BackupBinaryTest.testImportDate [MEM-branching, JVM, Legacy] ******************************************************* repo1repo1��<ܥ�<ܥ-���������8http://www.eclipse.org/emf/CDO/tests/legacy/model1/1.0.0������1+ 8http://www.eclipse.org/emf/CDO/tests/legacy/model1/1.0.0MAIN�����1:http://www.eclipse.org/emf/CDO/Eresource/4.0.0#CDOResource������1�����1�:http://www.eclipse.org/emf/CDO/Eresource/4.0.0#CDOResource������1��@http://www.eclipse.org/emf/CDO/Eresource/4.0.0#CDOResourceFolder������1�BackupBinaryTest_testImportDate�:http://www.eclipse.org/emf/CDO/Eresource/4.0.0#CDOResource������1�res1�Fhttp://www.eclipse.org/emf/CDO/tests/legacy/model1/1.0.0#PurchaseOrder������1���K�����1�����1�����1�����1 CDO_SYSTEM � CDOResourceFolder@OID2("BackupBinaryTest_testImportDate") CDOResource@OID3("cdo://repo2/BackupBinaryTest_testImportDate/res1") org.eclipse.emf.cdo.tests.model1.legacy.impl.PurchaseOrderImpl@30b3d899 (date: Thu Jan 01 00:20:34 UTC 1970) ******************************************************* BackupBinaryTest.testImportDetachedRevision [MEM-branching, JVM, Legacy] ******************************************************* repo1repo1��<ܥp�<ܥ����������8http://www.eclipse.org/emf/CDO/tests/legacy/model1/1.0.0������1+ 8http://www.eclipse.org/emf/CDO/tests/legacy/model1/1.0.0MAIN�����1:http://www.eclipse.org/emf/CDO/Eresource/4.0.0#CDOResource������1�����1�:http://www.eclipse.org/emf/CDO/Eresource/4.0.0#CDOResource������1��@http://www.eclipse.org/emf/CDO/Eresource/4.0.0#CDOResourceFolder������1�+BackupBinaryTest_testImportDetachedRevision�:http://www.eclipse.org/emf/CDO/Eresource/4.0.0#CDOResource������1�����1�res1�:http://www.eclipse.org/emf/CDO/Eresource/4.0.0#CDOResource������1�res1Fhttp://www.eclipse.org/emf/CDO/tests/legacy/model1/1.0.0#PurchaseOrder������1�����1���K�Fhttp://www.eclipse.org/emf/CDO/tests/legacy/model1/1.0.0#PurchaseOrder�����1�����1�����1�����1�����1�����1�����1 CDO_SYSTEM � CDOResourceFolder@OID2("BackupBinaryTest_testImportDetachedRevision") CDOResource@OID3("cdo://repo2/BackupBinaryTest_testImportDetachedRevision/res1") ******************************************************* BackupBinaryTest.testImportExternalReference [MEM-branching, JVM, Legacy] ******************************************************* repo1repo1��<ܥ��<ܥ����������8http://www.eclipse.org/emf/CDO/tests/legacy/model1/1.0.0������1+ 8http://www.eclipse.org/emf/CDO/tests/legacy/model1/1.0.0MAIN�����1:http://www.eclipse.org/emf/CDO/Eresource/4.0.0#CDOResource������1�����1�:http://www.eclipse.org/emf/CDO/Eresource/4.0.0#CDOResource������1��@http://www.eclipse.org/emf/CDO/Eresource/4.0.0#CDOResourceFolder������1�,BackupBinaryTest_testImportExternalReference�:http://www.eclipse.org/emf/CDO/Eresource/4.0.0#CDOResource������1�res1�Chttp://www.eclipse.org/emf/CDO/tests/legacy/model1/1.0.0#SalesOrder������1� ext.xmi#/�����1�����1�����1�����1 CDO_SYSTEM � org.eclipse.emf.cdo.tests.model1.legacy.impl.CustomerImpl@5403907 (name: null, street: null, city: null) ******************************************************* BackupBinaryTest.testImportNIL [MEM-branching, JVM, Legacy] ******************************************************* repo1repo1��<ܥ��<ܦ���������8http://www.eclipse.org/emf/CDO/tests/legacy/model2/1.0.0������1>c 8http://www.eclipse.org/emf/CDO/tests/legacy/model2/1.0.08http://www.eclipse.org/emf/CDO/tests/legacy/model1/1.0.0������1+ 8http://www.eclipse.org/emf/CDO/tests/legacy/model1/1.0.0MAIN�����1:http://www.eclipse.org/emf/CDO/Eresource/4.0.0#CDOResource������1�����1�:http://www.eclipse.org/emf/CDO/Eresource/4.0.0#CDOResource������1��@http://www.eclipse.org/emf/CDO/Eresource/4.0.0#CDOResourceFolder������1�BackupBinaryTest_testImportNIL�:http://www.eclipse.org/emf/CDO/Eresource/4.0.0#CDOResource������1�res1�Dhttp://www.eclipse.org/emf/CDO/tests/legacy/model2/1.0.0#Unsettable1������1������1�����1�����1�����1 CDO_SYSTEM � CDOResourceFolder@OID2("BackupBinaryTest_testImportNIL") CDOResource@OID3("cdo://repo2/BackupBinaryTest_testImportNIL/res1") org.eclipse.emf.cdo.tests.model2.legacy.impl.Unsettable1Impl@1537c744 (unsettableBoolean: , unsettableByte: , unsettableChar: , unsettableDate: , unsettableDouble: , unsettableFloat: , unsettableInt: , unsettableLong: , unsettableShort: , unsettableString: null, unsettableVAT: ) ******************************************************* BackupBinaryTest.testImportNullListElement [MEM-branching, JVM, Legacy] ******************************************************* repo1repo1��<ܦR�<ܦd���������8http://www.eclipse.org/emf/CDO/tests/legacy/model3/1.0.0������1"� 8http://www.eclipse.org/emf/CDO/tests/legacy/model3/1.0.0� CDOResourceFolder@OID2("BackupBinaryTest_testImportNullListElement") CDOResource@OID3("cdo://repo2/BackupBinaryTest_testImportNullListElement/res1") org.eclipse.emf.cdo.tests.model3.legacy.impl.PolygonWithDuplicatesImpl@68aec50 (points: [1,2, null, 3,4]) ******************************************************* BackupTest.testImport [MEM-branching, JVM, Legacy] ******************************************************* CDOResourceFolder@OID2("BackupTest_testImport") CDOResource@OID3("cdo://repo2/BackupTest_testImport/res1") org.eclipse.emf.cdo.tests.model1.legacy.impl.CustomerImpl@74c121d4 (name: Eike, street: null, city: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.CustomerImpl@2a484710 (name: Jos, street: null, city: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.CustomerImpl@661e1399 (name: Simon, street: null, city: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.SalesOrderImpl@3ffd4b12 (id: 4711) org.eclipse.emf.cdo.tests.model1.legacy.impl.OrderDetailImpl@424f02b8 (price: 0.0) ******************************************************* BackupTest.testImportBlob [MEM-branching, JVM, Legacy] ******************************************************* CDOResourceFolder@OID2("BackupTest_testImportBlob") CDOResource@OID3("cdo://repo2/BackupTest_testImportBlob/res1") org.eclipse.emf.cdo.tests.model3.legacy.impl.ImageImpl@7c4b5ceb (width: 320, height: 200, data: CDOBlob[id=a2e8edf7a4f2a8de0b427cca9d27b81cc591e76a, size=87,172]) ******************************************************* BackupTest.testImportByteArray [MEM-branching, JVM, Legacy] ******************************************************* CDOResourceFolder@OID2("BackupTest_testImportByteArray") CDOResource@OID3("cdo://repo2/BackupTest_testImportByteArray/res1") org.eclipse.emf.cdo.tests.model6.legacy.impl.UnsettableAttributesImpl@63124022 (attrBigDecimal: , attrBigInteger: , attrBoolean: , attrBooleanObject: , attrByte: , attrByteArray: [B@591f6f83, attrByteObject: , attrChar: , attrCharacterObject: , attrDate: , attrDouble: , attrDoubleObject: , attrFloat: , attrFloatObject: , attrInt: , attrIntegerObject: , attrJavaClass: , attrJavaObject: , attrLong: , attrLongObject: , attrShort: , attrShortObject: , attrString: ) ******************************************************* BackupTest.testImportClob [MEM-branching, JVM, Legacy] *******************************************************
]]> CDOResourceFolder@OID2("BackupTest_testImportClob") CDOResource@OID3("cdo://repo2/BackupTest_testImportClob/res1") org.eclipse.emf.cdo.tests.model3.legacy.impl.FileImpl@374c3975 (name: Ecore.uml, data: CDOClob[id=0cfbfd6dd485f27356077352f8fca3886f9af8c5, size=87,171]) ******************************************************* BackupTest.testImportCustomDataType [MEM-branching, JVM, Legacy] ******************************************************* CDOResourceFolder@OID2("BackupTest_testImportCustomDataType") CDOResource@OID3("cdo://repo2/BackupTest_testImportCustomDataType/res1") org.eclipse.emf.cdo.tests.model3.legacy.impl.PolygonImpl@36551e97 (points: [1,2, 3,1, 4,5]) ******************************************************* BackupTest.testImportDate [MEM-branching, JVM, Legacy] ******************************************************* CDOResourceFolder@OID2("BackupTest_testImportDate") CDOResource@OID3("cdo://repo2/BackupTest_testImportDate/res1") org.eclipse.emf.cdo.tests.model1.legacy.impl.PurchaseOrderImpl@37c1cfa (date: Thu Jan 01 00:20:34 UTC 1970) ******************************************************* BackupTest.testImportDetachedRevision [MEM-branching, JVM, Legacy] ******************************************************* CDOResourceFolder@OID2("BackupTest_testImportDetachedRevision") CDOResource@OID3("cdo://repo2/BackupTest_testImportDetachedRevision/res1") ******************************************************* BackupTest.testImportExternalReference [MEM-branching, JVM, Legacy] ******************************************************* org.eclipse.emf.cdo.tests.model1.legacy.impl.CustomerImpl@104a287c (name: null, street: null, city: null) ******************************************************* BackupTest.testImportNIL [MEM-branching, JVM, Legacy] ******************************************************* CDOResourceFolder@OID2("BackupTest_testImportNIL") CDOResource@OID3("cdo://repo2/BackupTest_testImportNIL/res1") org.eclipse.emf.cdo.tests.model2.legacy.impl.Unsettable1Impl@722787b5 (unsettableBoolean: , unsettableByte: , unsettableChar: , unsettableDate: , unsettableDouble: , unsettableFloat: , unsettableInt: , unsettableLong: , unsettableShort: , unsettableString: null, unsettableVAT: ) ******************************************************* BackupTest.testImportNullListElement [MEM-branching, JVM, Legacy] ******************************************************* CDOResourceFolder@OID2("BackupTest_testImportNullListElement") CDOResource@OID3("cdo://repo2/BackupTest_testImportNullListElement/res1") org.eclipse.emf.cdo.tests.model3.legacy.impl.PolygonWithDuplicatesImpl@34cd65ac (points: [1,2, null, 3,4]) ******************************************************* BranchingSameSessionTest.testAncestor [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* BranchingSameSessionTest.testAuditViewOnBranch [MEM-branching, JVM, Legacy] ******************************************************* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:45.575/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:45.575/2024-05-03 05:10:45.588 CDOResource@OID1:0v2("/") 2024-05-03 05:10:45.589/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:10:45.589/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:45.589/* Product1@OID4:0v1 2024-05-03 05:10:45.589/* OrderDetail@OID5:0v1 2024-05-03 05:10:45.589/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:45.575/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:45.575/2024-05-03 05:10:45.588 CDOResource@OID1:0v2("/") 2024-05-03 05:10:45.589/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:10:45.589/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:45.589/* Product1@OID4:0v1 2024-05-03 05:10:45.589/* OrderDetail@OID5:0v1 2024-05-03 05:10:45.589/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:45.575/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:45.575/2024-05-03 05:10:45.588 CDOResource@OID1:0v2("/") 2024-05-03 05:10:45.589/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:10:45.589/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:45.589/* Product1@OID4:0v1 2024-05-03 05:10:45.589/* OrderDetail@OID5:0v1 2024-05-03 05:10:45.589/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:45.575/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:45.575/2024-05-03 05:10:45.588 CDOResource@OID1:0v2("/") 2024-05-03 05:10:45.589/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:10:45.589/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:45.589/* Product1@OID4:0v1 2024-05-03 05:10:45.589/* OrderDetail@OID5:0v1 2024-05-03 05:10:45.589/2024-05-03 05:10:45.595 OrderDetail@OID5:0v2 2024-05-03 05:10:45.596/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:45.575/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:45.575/2024-05-03 05:10:45.588 CDOResource@OID1:0v2("/") 2024-05-03 05:10:45.589/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:10:45.589/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:45.589/* Product1@OID4:0v1 2024-05-03 05:10:45.589/* OrderDetail@OID5:0v1 2024-05-03 05:10:45.589/2024-05-03 05:10:45.595 OrderDetail@OID5:0v2 2024-05-03 05:10:45.596/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:45.575/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:45.575/2024-05-03 05:10:45.588 CDOResource@OID1:0v2("/") 2024-05-03 05:10:45.589/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:10:45.589/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:45.589/* Product1@OID4:0v1 2024-05-03 05:10:45.589/* OrderDetail@OID5:0v1 2024-05-03 05:10:45.589/2024-05-03 05:10:45.595 OrderDetail@OID5:0v2 2024-05-03 05:10:45.596/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:45.575/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:45.575/2024-05-03 05:10:45.588 CDOResource@OID1:0v2("/") 2024-05-03 05:10:45.589/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:10:45.589/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:45.589/* Product1@OID4:0v1 2024-05-03 05:10:45.589/* OrderDetail@OID5:0v1 2024-05-03 05:10:45.589/2024-05-03 05:10:45.595 OrderDetail@OID5:0v2 2024-05-03 05:10:45.596/* BranchingSameSessionTest_testAuditViewOnBranch_subBranch[1]2024-05-03 05:10:45.600/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:45.627/* Product1@OID4:1v1 2024-05-03 05:10:45.627/* OrderDetail@OID6:1v1 2024-05-03 05:10:45.627/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:45.575/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:45.575/2024-05-03 05:10:45.588 CDOResource@OID1:0v2("/") 2024-05-03 05:10:45.589/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:10:45.589/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:45.589/* Product1@OID4:0v1 2024-05-03 05:10:45.589/* OrderDetail@OID5:0v1 2024-05-03 05:10:45.589/2024-05-03 05:10:45.595 OrderDetail@OID5:0v2 2024-05-03 05:10:45.596/* BranchingSameSessionTest_testAuditViewOnBranch_subBranch[1]2024-05-03 05:10:45.600/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:45.600/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:45.600/2024-05-03 05:10:45.626 CDOResource@OID3:1v1("res") 2024-05-03 05:10:45.627/* Product1@OID4:1v0->0v1 2024-05-03 05:10:45.600/2024-05-03 05:10:45.626 Product1@OID4:1v1 2024-05-03 05:10:45.627/* OrderDetail@OID5:1v0->0v2 2024-05-03 05:10:45.600/* OrderDetail@OID6:1v1 2024-05-03 05:10:45.627/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:45.575/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:45.575/2024-05-03 05:10:45.588 CDOResource@OID1:0v2("/") 2024-05-03 05:10:45.589/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:10:45.589/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:45.589/* Product1@OID4:0v1 2024-05-03 05:10:45.589/* OrderDetail@OID5:0v1 2024-05-03 05:10:45.589/2024-05-03 05:10:45.595 OrderDetail@OID5:0v2 2024-05-03 05:10:45.596/* BranchingSameSessionTest_testAuditViewOnBranch_subBranch[1]2024-05-03 05:10:45.600/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:45.600/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:45.600/2024-05-03 05:10:45.626 CDOResource@OID3:1v1("res") 2024-05-03 05:10:45.627/* Product1@OID4:1v0->0v1 2024-05-03 05:10:45.600/2024-05-03 05:10:45.626 Product1@OID4:1v1 2024-05-03 05:10:45.627/* OrderDetail@OID5:1v0->0v2 2024-05-03 05:10:45.600/* OrderDetail@OID6:1v1 2024-05-03 05:10:45.627/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:45.575/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:45.575/2024-05-03 05:10:45.588 CDOResource@OID1:0v2("/") 2024-05-03 05:10:45.589/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:10:45.589/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:45.589/* Product1@OID4:0v1 2024-05-03 05:10:45.589/* OrderDetail@OID5:0v1 2024-05-03 05:10:45.589/2024-05-03 05:10:45.595 OrderDetail@OID5:0v2 2024-05-03 05:10:45.596/* BranchingSameSessionTest_testAuditViewOnBranch_subBranch[1]2024-05-03 05:10:45.600/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:45.627/* Product1@OID4:1v1 2024-05-03 05:10:45.627/* OrderDetail@OID6:1v1 2024-05-03 05:10:45.627/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:45.575/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:45.575/2024-05-03 05:10:45.588 CDOResource@OID1:0v2("/") 2024-05-03 05:10:45.589/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:10:45.589/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:45.589/* Product1@OID4:0v1 2024-05-03 05:10:45.589/* OrderDetail@OID5:0v1 2024-05-03 05:10:45.589/2024-05-03 05:10:45.595 OrderDetail@OID5:0v2 2024-05-03 05:10:45.596/* BranchingSameSessionTest_testAuditViewOnBranch_subBranch[1]2024-05-03 05:10:45.600/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:45.600/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:45.600/2024-05-03 05:10:45.626 CDOResource@OID3:1v1("res") 2024-05-03 05:10:45.627/* Product1@OID4:1v0->0v1 2024-05-03 05:10:45.600/2024-05-03 05:10:45.626 Product1@OID4:1v1 2024-05-03 05:10:45.627/* OrderDetail@OID5:1v0->0v2 2024-05-03 05:10:45.600/* OrderDetail@OID6:1v1 2024-05-03 05:10:45.627/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:45.575/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:45.575/2024-05-03 05:10:45.588 CDOResource@OID1:0v2("/") 2024-05-03 05:10:45.589/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:10:45.589/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:45.589/* Product1@OID4:0v1 2024-05-03 05:10:45.589/* OrderDetail@OID5:0v1 2024-05-03 05:10:45.589/2024-05-03 05:10:45.595 OrderDetail@OID5:0v2 2024-05-03 05:10:45.596/* BranchingSameSessionTest_testAuditViewOnBranch_subBranch[1]2024-05-03 05:10:45.600/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:45.600/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:45.600/2024-05-03 05:10:45.626 CDOResource@OID3:1v1("res") 2024-05-03 05:10:45.627/* Product1@OID4:1v0->0v1 2024-05-03 05:10:45.600/2024-05-03 05:10:45.626 Product1@OID4:1v1 2024-05-03 05:10:45.627/* OrderDetail@OID5:1v0->0v2 2024-05-03 05:10:45.600/* OrderDetail@OID6:1v1 2024-05-03 05:10:45.627/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:45.575/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:45.575/2024-05-03 05:10:45.588 CDOResource@OID1:0v2("/") 2024-05-03 05:10:45.589/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:10:45.589/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:45.589/* Product1@OID4:0v1 2024-05-03 05:10:45.589/* OrderDetail@OID5:0v1 2024-05-03 05:10:45.589/2024-05-03 05:10:45.595 OrderDetail@OID5:0v2 2024-05-03 05:10:45.596/* BranchingSameSessionTest_testAuditViewOnBranch_subBranch[1]2024-05-03 05:10:45.600/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:45.627/* Product1@OID4:1v1 2024-05-03 05:10:45.627/* OrderDetail@OID6:1v1 2024-05-03 05:10:45.627/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:45.575/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:45.575/2024-05-03 05:10:45.588 CDOResource@OID1:0v2("/") 2024-05-03 05:10:45.589/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:10:45.589/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:45.589/* Product1@OID4:0v1 2024-05-03 05:10:45.589/* OrderDetail@OID5:0v1 2024-05-03 05:10:45.589/2024-05-03 05:10:45.595 OrderDetail@OID5:0v2 2024-05-03 05:10:45.596/* BranchingSameSessionTest_testAuditViewOnBranch_subBranch[1]2024-05-03 05:10:45.600/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:45.600/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:45.600/2024-05-03 05:10:45.626 CDOResource@OID3:1v1("res") 2024-05-03 05:10:45.627/* Product1@OID4:1v0->0v1 2024-05-03 05:10:45.600/2024-05-03 05:10:45.626 Product1@OID4:1v1 2024-05-03 05:10:45.627/* OrderDetail@OID5:1v0->0v2 2024-05-03 05:10:45.600/* OrderDetail@OID6:1v1 2024-05-03 05:10:45.627/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:45.575/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:45.575/2024-05-03 05:10:45.588 CDOResource@OID1:0v2("/") 2024-05-03 05:10:45.589/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:10:45.589/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:45.589/* Product1@OID4:0v1 2024-05-03 05:10:45.589/* OrderDetail@OID5:0v1 2024-05-03 05:10:45.589/2024-05-03 05:10:45.595 OrderDetail@OID5:0v2 2024-05-03 05:10:45.596/* BranchingSameSessionTest_testAuditViewOnBranch_subBranch[1]2024-05-03 05:10:45.600/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:45.600/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:45.600/2024-05-03 05:10:45.626 CDOResource@OID3:1v1("res") 2024-05-03 05:10:45.627/* Product1@OID4:1v0->0v1 2024-05-03 05:10:45.600/2024-05-03 05:10:45.626 Product1@OID4:1v1 2024-05-03 05:10:45.627/* OrderDetail@OID5:1v0->0v2 2024-05-03 05:10:45.600/* OrderDetail@OID6:1v1 2024-05-03 05:10:45.627/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:45.575/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:45.575/2024-05-03 05:10:45.588 CDOResource@OID1:0v2("/") 2024-05-03 05:10:45.589/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:10:45.589/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:45.589/* Product1@OID4:0v1 2024-05-03 05:10:45.589/* OrderDetail@OID5:0v1 2024-05-03 05:10:45.589/2024-05-03 05:10:45.595 OrderDetail@OID5:0v2 2024-05-03 05:10:45.596/* BranchingSameSessionTest_testAuditViewOnBranch_subBranch[1]2024-05-03 05:10:45.600/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:45.627/* Product1@OID4:1v1 2024-05-03 05:10:45.627/* OrderDetail@OID6:1v1 2024-05-03 05:10:45.627/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:45.575/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:45.575/2024-05-03 05:10:45.588 CDOResource@OID1:0v2("/") 2024-05-03 05:10:45.589/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:10:45.589/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:45.589/* Product1@OID4:0v1 2024-05-03 05:10:45.589/* OrderDetail@OID5:0v1 2024-05-03 05:10:45.589/2024-05-03 05:10:45.595 OrderDetail@OID5:0v2 2024-05-03 05:10:45.596/* BranchingSameSessionTest_testAuditViewOnBranch_subBranch[1]2024-05-03 05:10:45.600/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:45.600/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:45.600/2024-05-03 05:10:45.626 CDOResource@OID3:1v1("res") 2024-05-03 05:10:45.627/* Product1@OID4:1v0->0v1 2024-05-03 05:10:45.600/2024-05-03 05:10:45.626 Product1@OID4:1v1 2024-05-03 05:10:45.627/* OrderDetail@OID5:1v0->0v2 2024-05-03 05:10:45.600/* OrderDetail@OID6:1v1 2024-05-03 05:10:45.627/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:45.575/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:45.575/2024-05-03 05:10:45.588 CDOResource@OID1:0v2("/") 2024-05-03 05:10:45.589/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:10:45.589/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:45.589/* Product1@OID4:0v1 2024-05-03 05:10:45.589/* OrderDetail@OID5:0v1 2024-05-03 05:10:45.589/2024-05-03 05:10:45.595 OrderDetail@OID5:0v2 2024-05-03 05:10:45.596/* BranchingSameSessionTest_testAuditViewOnBranch_subBranch[1]2024-05-03 05:10:45.600/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:45.600/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:45.600/2024-05-03 05:10:45.626 CDOResource@OID3:1v1("res") 2024-05-03 05:10:45.627/* Product1@OID4:1v0->0v1 2024-05-03 05:10:45.600/2024-05-03 05:10:45.626 Product1@OID4:1v1 2024-05-03 05:10:45.627/* OrderDetail@OID5:1v0->0v2 2024-05-03 05:10:45.600/* OrderDetail@OID6:1v1 2024-05-03 05:10:45.627/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:45.575/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:45.575/2024-05-03 05:10:45.588 CDOResource@OID1:0v2("/") 2024-05-03 05:10:45.589/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:10:45.589/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:45.589/* Product1@OID4:0v1 2024-05-03 05:10:45.589/* OrderDetail@OID5:0v1 2024-05-03 05:10:45.589/2024-05-03 05:10:45.595 OrderDetail@OID5:0v2 2024-05-03 05:10:45.596/* BranchingSameSessionTest_testAuditViewOnBranch_subBranch[1]2024-05-03 05:10:45.600/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:45.627/* Product1@OID4:1v1 2024-05-03 05:10:45.627/* OrderDetail@OID6:1v1 2024-05-03 05:10:45.627/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:45.575/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:45.575/2024-05-03 05:10:45.588 CDOResource@OID1:0v2("/") 2024-05-03 05:10:45.589/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:10:45.589/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:45.589/* Product1@OID4:0v1 2024-05-03 05:10:45.589/* OrderDetail@OID5:0v1 2024-05-03 05:10:45.589/2024-05-03 05:10:45.595 OrderDetail@OID5:0v2 2024-05-03 05:10:45.596/* BranchingSameSessionTest_testAuditViewOnBranch_subBranch[1]2024-05-03 05:10:45.600/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:45.600/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:45.600/2024-05-03 05:10:45.626 CDOResource@OID3:1v1("res") 2024-05-03 05:10:45.627/* Product1@OID4:1v0->0v1 2024-05-03 05:10:45.600/2024-05-03 05:10:45.626 Product1@OID4:1v1 2024-05-03 05:10:45.627/* OrderDetail@OID5:1v0->0v2 2024-05-03 05:10:45.600/* OrderDetail@OID6:1v1 2024-05-03 05:10:45.627/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:45.575/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:45.575/2024-05-03 05:10:45.588 CDOResource@OID1:0v2("/") 2024-05-03 05:10:45.589/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:10:45.589/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:45.589/* Product1@OID4:0v1 2024-05-03 05:10:45.589/* OrderDetail@OID5:0v1 2024-05-03 05:10:45.589/2024-05-03 05:10:45.595 OrderDetail@OID5:0v2 2024-05-03 05:10:45.596/* BranchingSameSessionTest_testAuditViewOnBranch_subBranch[1]2024-05-03 05:10:45.600/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:45.600/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:45.600/2024-05-03 05:10:45.626 CDOResource@OID3:1v1("res") 2024-05-03 05:10:45.627/* Product1@OID4:1v0->0v1 2024-05-03 05:10:45.600/2024-05-03 05:10:45.626 Product1@OID4:1v1 2024-05-03 05:10:45.627/* OrderDetail@OID5:1v0->0v2 2024-05-03 05:10:45.600/* OrderDetail@OID6:1v1 2024-05-03 05:10:45.627/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:45.575/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:45.575/2024-05-03 05:10:45.588 CDOResource@OID1:0v2("/") 2024-05-03 05:10:45.589/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:10:45.589/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:45.589/* Product1@OID4:0v1 2024-05-03 05:10:45.589/* OrderDetail@OID5:0v1 2024-05-03 05:10:45.589/2024-05-03 05:10:45.595 OrderDetail@OID5:0v2 2024-05-03 05:10:45.596/* BranchingSameSessionTest_testAuditViewOnBranch_subBranch[1]2024-05-03 05:10:45.600/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:45.627/* Product1@OID4:1v1 2024-05-03 05:10:45.627/* OrderDetail@OID6:1v1 2024-05-03 05:10:45.627/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:45.575/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:45.575/2024-05-03 05:10:45.588 CDOResource@OID1:0v2("/") 2024-05-03 05:10:45.589/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:10:45.589/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:45.589/* Product1@OID4:0v1 2024-05-03 05:10:45.589/* OrderDetail@OID5:0v1 2024-05-03 05:10:45.589/2024-05-03 05:10:45.595 OrderDetail@OID5:0v2 2024-05-03 05:10:45.596/* BranchingSameSessionTest_testAuditViewOnBranch_subBranch[1]2024-05-03 05:10:45.600/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:45.600/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:45.600/2024-05-03 05:10:45.626 CDOResource@OID3:1v1("res") 2024-05-03 05:10:45.627/* Product1@OID4:1v0->0v1 2024-05-03 05:10:45.600/2024-05-03 05:10:45.626 Product1@OID4:1v1 2024-05-03 05:10:45.627/* OrderDetail@OID5:1v0->0v2 2024-05-03 05:10:45.600/* OrderDetail@OID6:1v1 2024-05-03 05:10:45.627/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:45.575/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:45.575/2024-05-03 05:10:45.588 CDOResource@OID1:0v2("/") 2024-05-03 05:10:45.589/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:10:45.589/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:45.589/* Product1@OID4:0v1 2024-05-03 05:10:45.589/* OrderDetail@OID5:0v1 2024-05-03 05:10:45.589/2024-05-03 05:10:45.595 OrderDetail@OID5:0v2 2024-05-03 05:10:45.596/* BranchingSameSessionTest_testAuditViewOnBranch_subBranch[1]2024-05-03 05:10:45.600/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:45.600/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:45.600/2024-05-03 05:10:45.626 CDOResource@OID3:1v1("res") 2024-05-03 05:10:45.627/* Product1@OID4:1v0->0v1 2024-05-03 05:10:45.600/2024-05-03 05:10:45.626 Product1@OID4:1v1 2024-05-03 05:10:45.627/* OrderDetail@OID5:1v0->0v2 2024-05-03 05:10:45.600/* OrderDetail@OID6:1v1 2024-05-03 05:10:45.627/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:45.575/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:45.575/2024-05-03 05:10:45.588 CDOResource@OID1:0v2("/") 2024-05-03 05:10:45.589/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:10:45.589/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:45.589/* Product1@OID4:0v1 2024-05-03 05:10:45.589/* OrderDetail@OID5:0v1 2024-05-03 05:10:45.589/2024-05-03 05:10:45.595 OrderDetail@OID5:0v2 2024-05-03 05:10:45.596/* BranchingSameSessionTest_testAuditViewOnBranch_subBranch[1]2024-05-03 05:10:45.600/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:45.627/* Product1@OID4:1v1 2024-05-03 05:10:45.627/* OrderDetail@OID6:1v1 2024-05-03 05:10:45.627/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:45.575/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:45.575/2024-05-03 05:10:45.588 CDOResource@OID1:0v2("/") 2024-05-03 05:10:45.589/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:10:45.589/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:45.589/* Product1@OID4:0v1 2024-05-03 05:10:45.589/* OrderDetail@OID5:0v1 2024-05-03 05:10:45.589/2024-05-03 05:10:45.595 OrderDetail@OID5:0v2 2024-05-03 05:10:45.596/* BranchingSameSessionTest_testAuditViewOnBranch_subBranch[1]2024-05-03 05:10:45.600/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:45.600/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:45.600/2024-05-03 05:10:45.626 CDOResource@OID3:1v1("res") 2024-05-03 05:10:45.627/* Product1@OID4:1v0->0v1 2024-05-03 05:10:45.600/2024-05-03 05:10:45.626 Product1@OID4:1v1 2024-05-03 05:10:45.627/* OrderDetail@OID5:1v0->0v2 2024-05-03 05:10:45.600/* OrderDetail@OID6:1v1 2024-05-03 05:10:45.627/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:45.575/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:45.575/2024-05-03 05:10:45.588 CDOResource@OID1:0v2("/") 2024-05-03 05:10:45.589/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:10:45.589/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:45.589/* Product1@OID4:0v1 2024-05-03 05:10:45.589/* OrderDetail@OID5:0v1 2024-05-03 05:10:45.589/2024-05-03 05:10:45.595 OrderDetail@OID5:0v2 2024-05-03 05:10:45.596/* BranchingSameSessionTest_testAuditViewOnBranch_subBranch[1]2024-05-03 05:10:45.600/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:45.600/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:45.600/2024-05-03 05:10:45.626 CDOResource@OID3:1v1("res") 2024-05-03 05:10:45.627/* Product1@OID4:1v0->0v1 2024-05-03 05:10:45.600/2024-05-03 05:10:45.626 Product1@OID4:1v1 2024-05-03 05:10:45.627/* OrderDetail@OID5:1v0->0v2 2024-05-03 05:10:45.600/* OrderDetail@OID6:1v1 2024-05-03 05:10:45.627/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:45.575/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:45.575/2024-05-03 05:10:45.588 CDOResource@OID1:0v2("/") 2024-05-03 05:10:45.589/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:10:45.589/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:45.589/* Product1@OID4:0v1 2024-05-03 05:10:45.589/* OrderDetail@OID5:0v1 2024-05-03 05:10:45.589/2024-05-03 05:10:45.595 OrderDetail@OID5:0v2 2024-05-03 05:10:45.596/* BranchingSameSessionTest_testAuditViewOnBranch_subBranch[1]2024-05-03 05:10:45.600/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:45.627/* Product1@OID4:1v1 2024-05-03 05:10:45.627/* OrderDetail@OID6:1v1 2024-05-03 05:10:45.627/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:45.575/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:45.575/2024-05-03 05:10:45.588 CDOResource@OID1:0v2("/") 2024-05-03 05:10:45.589/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:10:45.589/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:45.589/* Product1@OID4:0v1 2024-05-03 05:10:45.589/* OrderDetail@OID5:0v1 2024-05-03 05:10:45.589/2024-05-03 05:10:45.595 OrderDetail@OID5:0v2 2024-05-03 05:10:45.596/* BranchingSameSessionTest_testAuditViewOnBranch_subBranch[1]2024-05-03 05:10:45.600/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:45.600/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:45.600/2024-05-03 05:10:45.626 CDOResource@OID3:1v1("res") 2024-05-03 05:10:45.627/* Product1@OID4:1v0->0v1 2024-05-03 05:10:45.600/2024-05-03 05:10:45.626 Product1@OID4:1v1 2024-05-03 05:10:45.627/* OrderDetail@OID5:1v0->0v2 2024-05-03 05:10:45.600/* OrderDetail@OID6:1v1 2024-05-03 05:10:45.627/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:45.575/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:45.575/2024-05-03 05:10:45.588 CDOResource@OID1:0v2("/") 2024-05-03 05:10:45.589/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:10:45.589/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:45.589/* Product1@OID4:0v1 2024-05-03 05:10:45.589/* OrderDetail@OID5:0v1 2024-05-03 05:10:45.589/2024-05-03 05:10:45.595 OrderDetail@OID5:0v2 2024-05-03 05:10:45.596/* BranchingSameSessionTest_testAuditViewOnBranch_subBranch[1]2024-05-03 05:10:45.600/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:45.600/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:45.600/2024-05-03 05:10:45.626 CDOResource@OID3:1v1("res") 2024-05-03 05:10:45.627/* Product1@OID4:1v0->0v1 2024-05-03 05:10:45.600/2024-05-03 05:10:45.626 Product1@OID4:1v1 2024-05-03 05:10:45.627/* OrderDetail@OID5:1v0->0v2 2024-05-03 05:10:45.600/* OrderDetail@OID6:1v1 2024-05-03 05:10:45.627/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:45.575/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:45.575/2024-05-03 05:10:45.588 CDOResource@OID1:0v2("/") 2024-05-03 05:10:45.589/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:10:45.589/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:45.589/* Product1@OID4:0v1 2024-05-03 05:10:45.589/* OrderDetail@OID5:0v1 2024-05-03 05:10:45.589/2024-05-03 05:10:45.595 OrderDetail@OID5:0v2 2024-05-03 05:10:45.596/* BranchingSameSessionTest_testAuditViewOnBranch_subBranch[1]2024-05-03 05:10:45.600/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:45.627/* Product1@OID4:1v1 2024-05-03 05:10:45.627/* OrderDetail@OID6:1v1 2024-05-03 05:10:45.627/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:45.575/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:45.575/2024-05-03 05:10:45.588 CDOResource@OID1:0v2("/") 2024-05-03 05:10:45.589/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:10:45.589/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:45.589/* Product1@OID4:0v1 2024-05-03 05:10:45.589/* OrderDetail@OID5:0v1 2024-05-03 05:10:45.589/2024-05-03 05:10:45.595 OrderDetail@OID5:0v2 2024-05-03 05:10:45.596/* BranchingSameSessionTest_testAuditViewOnBranch_subBranch[1]2024-05-03 05:10:45.600/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:45.600/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:45.600/2024-05-03 05:10:45.626 CDOResource@OID3:1v1("res") 2024-05-03 05:10:45.627/* Product1@OID4:1v0->0v1 2024-05-03 05:10:45.600/2024-05-03 05:10:45.626 Product1@OID4:1v1 2024-05-03 05:10:45.627/* OrderDetail@OID5:1v0->0v2 2024-05-03 05:10:45.600/* OrderDetail@OID6:1v1 2024-05-03 05:10:45.627/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:45.575/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:45.575/2024-05-03 05:10:45.588 CDOResource@OID1:0v2("/") 2024-05-03 05:10:45.589/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:10:45.589/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:45.589/* Product1@OID4:0v1 2024-05-03 05:10:45.589/* OrderDetail@OID5:0v1 2024-05-03 05:10:45.589/2024-05-03 05:10:45.595 OrderDetail@OID5:0v2 2024-05-03 05:10:45.596/* BranchingSameSessionTest_testAuditViewOnBranch_subBranch[1]2024-05-03 05:10:45.600/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:45.600/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:45.600/2024-05-03 05:10:45.626 CDOResource@OID3:1v1("res") 2024-05-03 05:10:45.627/* Product1@OID4:1v0->0v1 2024-05-03 05:10:45.600/2024-05-03 05:10:45.626 Product1@OID4:1v1 2024-05-03 05:10:45.627/* OrderDetail@OID5:1v0->0v2 2024-05-03 05:10:45.600/* OrderDetail@OID6:1v1 2024-05-03 05:10:45.627/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:45.575/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:45.575/2024-05-03 05:10:45.588 CDOResource@OID1:0v2("/") 2024-05-03 05:10:45.589/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:10:45.589/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:45.589/* Product1@OID4:0v1 2024-05-03 05:10:45.589/* OrderDetail@OID5:0v1 2024-05-03 05:10:45.589/2024-05-03 05:10:45.595 OrderDetail@OID5:0v2 2024-05-03 05:10:45.596/* BranchingSameSessionTest_testAuditViewOnBranch_subBranch[1]2024-05-03 05:10:45.600/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:45.627/* Product1@OID4:1v1 2024-05-03 05:10:45.627/* OrderDetail@OID6:1v1 2024-05-03 05:10:45.627/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:45.575/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:45.575/2024-05-03 05:10:45.588 CDOResource@OID1:0v2("/") 2024-05-03 05:10:45.589/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:10:45.589/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:45.589/* Product1@OID4:0v1 2024-05-03 05:10:45.589/* OrderDetail@OID5:0v1 2024-05-03 05:10:45.589/2024-05-03 05:10:45.595 OrderDetail@OID5:0v2 2024-05-03 05:10:45.596/* BranchingSameSessionTest_testAuditViewOnBranch_subBranch[1]2024-05-03 05:10:45.600/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:45.600/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:45.600/2024-05-03 05:10:45.626 CDOResource@OID3:1v1("res") 2024-05-03 05:10:45.627/* Product1@OID4:1v0->0v1 2024-05-03 05:10:45.600/2024-05-03 05:10:45.626 Product1@OID4:1v1 2024-05-03 05:10:45.627/* OrderDetail@OID5:1v0->0v2 2024-05-03 05:10:45.600/* OrderDetail@OID6:1v1 2024-05-03 05:10:45.627/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:45.575/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:45.575/2024-05-03 05:10:45.588 CDOResource@OID1:0v2("/") 2024-05-03 05:10:45.589/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:10:45.589/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:45.589/* Product1@OID4:0v1 2024-05-03 05:10:45.589/* OrderDetail@OID5:0v1 2024-05-03 05:10:45.589/2024-05-03 05:10:45.595 OrderDetail@OID5:0v2 2024-05-03 05:10:45.596/* BranchingSameSessionTest_testAuditViewOnBranch_subBranch[1]2024-05-03 05:10:45.600/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:45.600/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:45.600/2024-05-03 05:10:45.626 CDOResource@OID3:1v1("res") 2024-05-03 05:10:45.627/* Product1@OID4:1v0->0v1 2024-05-03 05:10:45.600/2024-05-03 05:10:45.626 Product1@OID4:1v1 2024-05-03 05:10:45.627/* OrderDetail@OID5:1v0->0v2 2024-05-03 05:10:45.600/* OrderDetail@OID6:1v1 2024-05-03 05:10:45.627/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:45.575/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:45.575/2024-05-03 05:10:45.588 CDOResource@OID1:0v2("/") 2024-05-03 05:10:45.589/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:10:45.589/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:45.589/* Product1@OID4:0v1 2024-05-03 05:10:45.589/* OrderDetail@OID5:0v1 2024-05-03 05:10:45.589/2024-05-03 05:10:45.595 OrderDetail@OID5:0v2 2024-05-03 05:10:45.596/* BranchingSameSessionTest_testAuditViewOnBranch_subBranch[1]2024-05-03 05:10:45.600/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:45.627/* Product1@OID4:1v1 2024-05-03 05:10:45.627/* OrderDetail@OID6:1v1 2024-05-03 05:10:45.627/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:45.575/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:45.575/2024-05-03 05:10:45.588 CDOResource@OID1:0v2("/") 2024-05-03 05:10:45.589/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:10:45.589/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:45.589/* Product1@OID4:0v1 2024-05-03 05:10:45.589/* OrderDetail@OID5:0v1 2024-05-03 05:10:45.589/2024-05-03 05:10:45.595 OrderDetail@OID5:0v2 2024-05-03 05:10:45.596/* BranchingSameSessionTest_testAuditViewOnBranch_subBranch[1]2024-05-03 05:10:45.600/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:45.600/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:45.600/2024-05-03 05:10:45.626 CDOResource@OID3:1v1("res") 2024-05-03 05:10:45.627/* Product1@OID4:1v0->0v1 2024-05-03 05:10:45.600/2024-05-03 05:10:45.626 Product1@OID4:1v1 2024-05-03 05:10:45.627/* OrderDetail@OID5:1v0->0v2 2024-05-03 05:10:45.600/* OrderDetail@OID6:1v1 2024-05-03 05:10:45.627/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:45.575/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:45.575/2024-05-03 05:10:45.588 CDOResource@OID1:0v2("/") 2024-05-03 05:10:45.589/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:10:45.589/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:45.589/* Product1@OID4:0v1 2024-05-03 05:10:45.589/* OrderDetail@OID5:0v1 2024-05-03 05:10:45.589/2024-05-03 05:10:45.595 OrderDetail@OID5:0v2 2024-05-03 05:10:45.596/* BranchingSameSessionTest_testAuditViewOnBranch_subBranch[1]2024-05-03 05:10:45.600/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:45.600/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:45.600/2024-05-03 05:10:45.626 CDOResource@OID3:1v1("res") 2024-05-03 05:10:45.627/* Product1@OID4:1v0->0v1 2024-05-03 05:10:45.600/2024-05-03 05:10:45.626 Product1@OID4:1v1 2024-05-03 05:10:45.627/* OrderDetail@OID5:1v0->0v2 2024-05-03 05:10:45.600/* OrderDetail@OID6:1v1 2024-05-03 05:10:45.627/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:45.575/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:45.575/2024-05-03 05:10:45.588 CDOResource@OID1:0v2("/") 2024-05-03 05:10:45.589/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:10:45.589/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:45.589/* Product1@OID4:0v1 2024-05-03 05:10:45.589/* OrderDetail@OID5:0v1 2024-05-03 05:10:45.589/2024-05-03 05:10:45.595 OrderDetail@OID5:0v2 2024-05-03 05:10:45.596/* BranchingSameSessionTest_testAuditViewOnBranch_subBranch[1]2024-05-03 05:10:45.600/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:45.627/* Product1@OID4:1v1 2024-05-03 05:10:45.627/* OrderDetail@OID6:1v1 2024-05-03 05:10:45.627/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:45.575/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:45.575/2024-05-03 05:10:45.588 CDOResource@OID1:0v2("/") 2024-05-03 05:10:45.589/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:10:45.589/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:45.589/* Product1@OID4:0v1 2024-05-03 05:10:45.589/* OrderDetail@OID5:0v1 2024-05-03 05:10:45.589/2024-05-03 05:10:45.595 OrderDetail@OID5:0v2 2024-05-03 05:10:45.596/* BranchingSameSessionTest_testAuditViewOnBranch_subBranch[1]2024-05-03 05:10:45.600/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:45.600/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:45.600/2024-05-03 05:10:45.626 CDOResource@OID3:1v1("res") 2024-05-03 05:10:45.627/* Product1@OID4:1v0->0v1 2024-05-03 05:10:45.600/2024-05-03 05:10:45.626 Product1@OID4:1v1 2024-05-03 05:10:45.627/* OrderDetail@OID5:1v0->0v2 2024-05-03 05:10:45.600/* OrderDetail@OID6:1v1 2024-05-03 05:10:45.627/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:45.575/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:45.575/2024-05-03 05:10:45.588 CDOResource@OID1:0v2("/") 2024-05-03 05:10:45.589/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:10:45.589/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:45.589/* Product1@OID4:0v1 2024-05-03 05:10:45.589/* OrderDetail@OID5:0v1 2024-05-03 05:10:45.589/2024-05-03 05:10:45.595 OrderDetail@OID5:0v2 2024-05-03 05:10:45.596/* BranchingSameSessionTest_testAuditViewOnBranch_subBranch[1]2024-05-03 05:10:45.600/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:45.600/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:45.600/2024-05-03 05:10:45.626 CDOResource@OID3:1v1("res") 2024-05-03 05:10:45.627/* Product1@OID4:1v0->0v1 2024-05-03 05:10:45.600/2024-05-03 05:10:45.626 Product1@OID4:1v1 2024-05-03 05:10:45.627/* OrderDetail@OID5:1v0->0v2 2024-05-03 05:10:45.600/* OrderDetail@OID6:1v1 2024-05-03 05:10:45.627/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:45.575/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:45.575/2024-05-03 05:10:45.588 CDOResource@OID1:0v2("/") 2024-05-03 05:10:45.589/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:10:45.589/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:45.589/* Product1@OID4:0v1 2024-05-03 05:10:45.589/* OrderDetail@OID5:0v1 2024-05-03 05:10:45.589/2024-05-03 05:10:45.595 OrderDetail@OID5:0v2 2024-05-03 05:10:45.596/* BranchingSameSessionTest_testAuditViewOnBranch_subBranch[1]2024-05-03 05:10:45.600/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:45.627/* Product1@OID4:1v1 2024-05-03 05:10:45.627/* OrderDetail@OID6:1v1 2024-05-03 05:10:45.627/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:45.575/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:45.575/2024-05-03 05:10:45.588 CDOResource@OID1:0v2("/") 2024-05-03 05:10:45.589/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:10:45.589/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:45.589/* Product1@OID4:0v1 2024-05-03 05:10:45.589/* OrderDetail@OID5:0v1 2024-05-03 05:10:45.589/2024-05-03 05:10:45.595 OrderDetail@OID5:0v2 2024-05-03 05:10:45.596/* BranchingSameSessionTest_testAuditViewOnBranch_subBranch[1]2024-05-03 05:10:45.600/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:45.600/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:45.600/2024-05-03 05:10:45.626 CDOResource@OID3:1v1("res") 2024-05-03 05:10:45.627/* Product1@OID4:1v0->0v1 2024-05-03 05:10:45.600/2024-05-03 05:10:45.626 Product1@OID4:1v1 2024-05-03 05:10:45.627/* OrderDetail@OID5:1v0->0v2 2024-05-03 05:10:45.600/* OrderDetail@OID6:1v1 2024-05-03 05:10:45.627/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:45.575/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:45.575/2024-05-03 05:10:45.588 CDOResource@OID1:0v2("/") 2024-05-03 05:10:45.589/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:10:45.589/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:45.589/* Product1@OID4:0v1 2024-05-03 05:10:45.589/* OrderDetail@OID5:0v1 2024-05-03 05:10:45.589/2024-05-03 05:10:45.595 OrderDetail@OID5:0v2 2024-05-03 05:10:45.596/* BranchingSameSessionTest_testAuditViewOnBranch_subBranch[1]2024-05-03 05:10:45.600/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:45.600/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:45.600/2024-05-03 05:10:45.626 CDOResource@OID3:1v1("res") 2024-05-03 05:10:45.627/* Product1@OID4:1v0->0v1 2024-05-03 05:10:45.600/2024-05-03 05:10:45.626 Product1@OID4:1v1 2024-05-03 05:10:45.627/* OrderDetail@OID5:1v0->0v2 2024-05-03 05:10:45.600/* OrderDetail@OID6:1v1 2024-05-03 05:10:45.627/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:45.575/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:45.575/2024-05-03 05:10:45.588 CDOResource@OID1:0v2("/") 2024-05-03 05:10:45.589/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:10:45.589/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:45.589/* Product1@OID4:0v1 2024-05-03 05:10:45.589/* OrderDetail@OID5:0v1 2024-05-03 05:10:45.589/2024-05-03 05:10:45.595 OrderDetail@OID5:0v2 2024-05-03 05:10:45.596/* BranchingSameSessionTest_testAuditViewOnBranch_subBranch[1]2024-05-03 05:10:45.600/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:45.627/* Product1@OID4:1v1 2024-05-03 05:10:45.627/* OrderDetail@OID6:1v1 2024-05-03 05:10:45.627/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:45.575/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:45.575/2024-05-03 05:10:45.588 CDOResource@OID1:0v2("/") 2024-05-03 05:10:45.589/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:10:45.589/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:45.589/* Product1@OID4:0v1 2024-05-03 05:10:45.589/* OrderDetail@OID5:0v1 2024-05-03 05:10:45.589/2024-05-03 05:10:45.595 OrderDetail@OID5:0v2 2024-05-03 05:10:45.596/* BranchingSameSessionTest_testAuditViewOnBranch_subBranch[1]2024-05-03 05:10:45.600/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:45.600/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:45.600/2024-05-03 05:10:45.626 CDOResource@OID3:1v1("res") 2024-05-03 05:10:45.627/* Product1@OID4:1v0->0v1 2024-05-03 05:10:45.600/2024-05-03 05:10:45.626 Product1@OID4:1v1 2024-05-03 05:10:45.627/* OrderDetail@OID5:1v0->0v2 2024-05-03 05:10:45.600/* OrderDetail@OID6:1v1 2024-05-03 05:10:45.627/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:45.575/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:45.575/2024-05-03 05:10:45.588 CDOResource@OID1:0v2("/") 2024-05-03 05:10:45.589/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:10:45.589/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:45.589/* Product1@OID4:0v1 2024-05-03 05:10:45.589/* OrderDetail@OID5:0v1 2024-05-03 05:10:45.589/2024-05-03 05:10:45.595 OrderDetail@OID5:0v2 2024-05-03 05:10:45.596/* BranchingSameSessionTest_testAuditViewOnBranch_subBranch[1]2024-05-03 05:10:45.600/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:45.600/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:45.600/2024-05-03 05:10:45.626 CDOResource@OID3:1v1("res") 2024-05-03 05:10:45.627/* Product1@OID4:1v0->0v1 2024-05-03 05:10:45.600/2024-05-03 05:10:45.626 Product1@OID4:1v1 2024-05-03 05:10:45.627/* OrderDetail@OID5:1v0->0v2 2024-05-03 05:10:45.600/* OrderDetail@OID6:1v1 2024-05-03 05:10:45.627/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:45.575/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:45.575/2024-05-03 05:10:45.588 CDOResource@OID1:0v2("/") 2024-05-03 05:10:45.589/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:10:45.589/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:45.589/* Product1@OID4:0v1 2024-05-03 05:10:45.589/* OrderDetail@OID5:0v1 2024-05-03 05:10:45.589/2024-05-03 05:10:45.595 OrderDetail@OID5:0v2 2024-05-03 05:10:45.596/* BranchingSameSessionTest_testAuditViewOnBranch_subBranch[1]2024-05-03 05:10:45.600/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:45.627/* Product1@OID4:1v1 2024-05-03 05:10:45.627/* OrderDetail@OID6:1v1 2024-05-03 05:10:45.627/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:45.575/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:45.575/2024-05-03 05:10:45.588 CDOResource@OID1:0v2("/") 2024-05-03 05:10:45.589/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:10:45.589/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:45.589/* Product1@OID4:0v1 2024-05-03 05:10:45.589/* OrderDetail@OID5:0v1 2024-05-03 05:10:45.589/2024-05-03 05:10:45.595 OrderDetail@OID5:0v2 2024-05-03 05:10:45.596/* BranchingSameSessionTest_testAuditViewOnBranch_subBranch[1]2024-05-03 05:10:45.600/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:45.600/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:45.600/2024-05-03 05:10:45.626 CDOResource@OID3:1v1("res") 2024-05-03 05:10:45.627/* Product1@OID4:1v0->0v1 2024-05-03 05:10:45.600/2024-05-03 05:10:45.626 Product1@OID4:1v1 2024-05-03 05:10:45.627/* OrderDetail@OID5:1v0->0v2 2024-05-03 05:10:45.600/* OrderDetail@OID6:1v1 2024-05-03 05:10:45.627/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:45.575/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:45.575/2024-05-03 05:10:45.588 CDOResource@OID1:0v2("/") 2024-05-03 05:10:45.589/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:10:45.589/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:45.589/* Product1@OID4:0v1 2024-05-03 05:10:45.589/* OrderDetail@OID5:0v1 2024-05-03 05:10:45.589/2024-05-03 05:10:45.595 OrderDetail@OID5:0v2 2024-05-03 05:10:45.596/* BranchingSameSessionTest_testAuditViewOnBranch_subBranch[1]2024-05-03 05:10:45.600/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:45.600/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:45.600/2024-05-03 05:10:45.626 CDOResource@OID3:1v1("res") 2024-05-03 05:10:45.627/* Product1@OID4:1v0->0v1 2024-05-03 05:10:45.600/2024-05-03 05:10:45.626 Product1@OID4:1v1 2024-05-03 05:10:45.627/* OrderDetail@OID5:1v0->0v2 2024-05-03 05:10:45.600/* OrderDetail@OID6:1v1 2024-05-03 05:10:45.627/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:45.575/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:45.575/2024-05-03 05:10:45.588 CDOResource@OID1:0v2("/") 2024-05-03 05:10:45.589/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:10:45.589/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:45.589/* Product1@OID4:0v1 2024-05-03 05:10:45.589/* OrderDetail@OID5:0v1 2024-05-03 05:10:45.589/2024-05-03 05:10:45.595 OrderDetail@OID5:0v2 2024-05-03 05:10:45.596/* BranchingSameSessionTest_testAuditViewOnBranch_subBranch[1]2024-05-03 05:10:45.600/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:45.627/* Product1@OID4:1v1 2024-05-03 05:10:45.627/* OrderDetail@OID6:1v1 2024-05-03 05:10:45.627/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:45.575/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:45.575/2024-05-03 05:10:45.588 CDOResource@OID1:0v2("/") 2024-05-03 05:10:45.589/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:10:45.589/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:45.589/* Product1@OID4:0v1 2024-05-03 05:10:45.589/* OrderDetail@OID5:0v1 2024-05-03 05:10:45.589/2024-05-03 05:10:45.595 OrderDetail@OID5:0v2 2024-05-03 05:10:45.596/* BranchingSameSessionTest_testAuditViewOnBranch_subBranch[1]2024-05-03 05:10:45.600/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:45.600/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:45.600/2024-05-03 05:10:45.626 CDOResource@OID3:1v1("res") 2024-05-03 05:10:45.627/* Product1@OID4:1v0->0v1 2024-05-03 05:10:45.600/2024-05-03 05:10:45.626 Product1@OID4:1v1 2024-05-03 05:10:45.627/* OrderDetail@OID5:1v0->0v2 2024-05-03 05:10:45.600/* OrderDetail@OID6:1v1 2024-05-03 05:10:45.627/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:45.575/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:45.575/2024-05-03 05:10:45.588 CDOResource@OID1:0v2("/") 2024-05-03 05:10:45.589/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:10:45.589/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:45.589/* Product1@OID4:0v1 2024-05-03 05:10:45.589/* OrderDetail@OID5:0v1 2024-05-03 05:10:45.589/2024-05-03 05:10:45.595 OrderDetail@OID5:0v2 2024-05-03 05:10:45.596/* BranchingSameSessionTest_testAuditViewOnBranch_subBranch[1]2024-05-03 05:10:45.600/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:45.600/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:45.600/2024-05-03 05:10:45.626 CDOResource@OID3:1v1("res") 2024-05-03 05:10:45.627/* Product1@OID4:1v0->0v1 2024-05-03 05:10:45.600/2024-05-03 05:10:45.626 Product1@OID4:1v1 2024-05-03 05:10:45.627/* OrderDetail@OID5:1v0->0v2 2024-05-03 05:10:45.600/* OrderDetail@OID6:1v1 2024-05-03 05:10:45.627/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:45.575/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:45.575/2024-05-03 05:10:45.588 CDOResource@OID1:0v2("/") 2024-05-03 05:10:45.589/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:10:45.589/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:45.589/* Product1@OID4:0v1 2024-05-03 05:10:45.589/* OrderDetail@OID5:0v1 2024-05-03 05:10:45.589/2024-05-03 05:10:45.595 OrderDetail@OID5:0v2 2024-05-03 05:10:45.596/* BranchingSameSessionTest_testAuditViewOnBranch_subBranch[1]2024-05-03 05:10:45.600/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:45.627/* Product1@OID4:1v1 2024-05-03 05:10:45.627/* OrderDetail@OID6:1v1 2024-05-03 05:10:45.627/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:45.575/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:45.575/2024-05-03 05:10:45.588 CDOResource@OID1:0v2("/") 2024-05-03 05:10:45.589/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:10:45.589/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:45.589/* Product1@OID4:0v1 2024-05-03 05:10:45.589/* OrderDetail@OID5:0v1 2024-05-03 05:10:45.589/2024-05-03 05:10:45.595 OrderDetail@OID5:0v2 2024-05-03 05:10:45.596/* BranchingSameSessionTest_testAuditViewOnBranch_subBranch[1]2024-05-03 05:10:45.600/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:45.600/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:45.600/2024-05-03 05:10:45.626 CDOResource@OID3:1v1("res") 2024-05-03 05:10:45.627/* Product1@OID4:1v0->0v1 2024-05-03 05:10:45.600/2024-05-03 05:10:45.626 Product1@OID4:1v1 2024-05-03 05:10:45.627/* OrderDetail@OID5:1v0->0v2 2024-05-03 05:10:45.600/* OrderDetail@OID6:1v1 2024-05-03 05:10:45.627/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:45.575/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:45.575/2024-05-03 05:10:45.588 CDOResource@OID1:0v2("/") 2024-05-03 05:10:45.589/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:10:45.589/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:45.589/* Product1@OID4:0v1 2024-05-03 05:10:45.589/* OrderDetail@OID5:0v1 2024-05-03 05:10:45.589/2024-05-03 05:10:45.595 OrderDetail@OID5:0v2 2024-05-03 05:10:45.596/* BranchingSameSessionTest_testAuditViewOnBranch_subBranch[1]2024-05-03 05:10:45.600/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:45.600/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:45.600/2024-05-03 05:10:45.626 CDOResource@OID3:1v1("res") 2024-05-03 05:10:45.627/* Product1@OID4:1v0->0v1 2024-05-03 05:10:45.600/2024-05-03 05:10:45.626 Product1@OID4:1v1 2024-05-03 05:10:45.627/* OrderDetail@OID5:1v0->0v2 2024-05-03 05:10:45.600/* OrderDetail@OID6:1v1 2024-05-03 05:10:45.627/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:45.575/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:45.575/2024-05-03 05:10:45.588 CDOResource@OID1:0v2("/") 2024-05-03 05:10:45.589/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:10:45.589/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:45.589/* Product1@OID4:0v1 2024-05-03 05:10:45.589/* OrderDetail@OID5:0v1 2024-05-03 05:10:45.589/2024-05-03 05:10:45.595 OrderDetail@OID5:0v2 2024-05-03 05:10:45.596/* BranchingSameSessionTest_testAuditViewOnBranch_subBranch[1]2024-05-03 05:10:45.600/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:45.627/* Product1@OID4:1v1 2024-05-03 05:10:45.627/* OrderDetail@OID6:1v1 2024-05-03 05:10:45.627/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:45.575/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:45.575/2024-05-03 05:10:45.588 CDOResource@OID1:0v2("/") 2024-05-03 05:10:45.589/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:10:45.589/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:45.589/* Product1@OID4:0v1 2024-05-03 05:10:45.589/* OrderDetail@OID5:0v1 2024-05-03 05:10:45.589/2024-05-03 05:10:45.595 OrderDetail@OID5:0v2 2024-05-03 05:10:45.596/* BranchingSameSessionTest_testAuditViewOnBranch_subBranch[1]2024-05-03 05:10:45.600/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:45.600/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:45.600/2024-05-03 05:10:45.626 CDOResource@OID3:1v1("res") 2024-05-03 05:10:45.627/* Product1@OID4:1v0->0v1 2024-05-03 05:10:45.600/2024-05-03 05:10:45.626 Product1@OID4:1v1 2024-05-03 05:10:45.627/* OrderDetail@OID5:1v0->0v2 2024-05-03 05:10:45.600/* OrderDetail@OID6:1v1 2024-05-03 05:10:45.627/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:45.575/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:45.575/2024-05-03 05:10:45.588 CDOResource@OID1:0v2("/") 2024-05-03 05:10:45.589/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:10:45.589/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:45.589/* Product1@OID4:0v1 2024-05-03 05:10:45.589/* OrderDetail@OID5:0v1 2024-05-03 05:10:45.589/2024-05-03 05:10:45.595 OrderDetail@OID5:0v2 2024-05-03 05:10:45.596/* BranchingSameSessionTest_testAuditViewOnBranch_subBranch[1]2024-05-03 05:10:45.600/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:45.600/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:45.600/2024-05-03 05:10:45.626 CDOResource@OID3:1v1("res") 2024-05-03 05:10:45.627/* Product1@OID4:1v0->0v1 2024-05-03 05:10:45.600/2024-05-03 05:10:45.626 Product1@OID4:1v1 2024-05-03 05:10:45.627/* OrderDetail@OID5:1v0->0v2 2024-05-03 05:10:45.600/* OrderDetail@OID6:1v1 2024-05-03 05:10:45.627/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:45.575/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:45.575/2024-05-03 05:10:45.588 CDOResource@OID1:0v2("/") 2024-05-03 05:10:45.589/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:10:45.589/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:45.589/* Product1@OID4:0v1 2024-05-03 05:10:45.589/* OrderDetail@OID5:0v1 2024-05-03 05:10:45.589/2024-05-03 05:10:45.595 OrderDetail@OID5:0v2 2024-05-03 05:10:45.596/* BranchingSameSessionTest_testAuditViewOnBranch_subBranch[1]2024-05-03 05:10:45.600/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:45.627/* Product1@OID4:1v1 2024-05-03 05:10:45.627/* OrderDetail@OID6:1v1 2024-05-03 05:10:45.627/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:45.575/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:45.575/2024-05-03 05:10:45.588 CDOResource@OID1:0v2("/") 2024-05-03 05:10:45.589/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:10:45.589/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:45.589/* Product1@OID4:0v1 2024-05-03 05:10:45.589/* OrderDetail@OID5:0v1 2024-05-03 05:10:45.589/2024-05-03 05:10:45.595 OrderDetail@OID5:0v2 2024-05-03 05:10:45.596/* BranchingSameSessionTest_testAuditViewOnBranch_subBranch[1]2024-05-03 05:10:45.600/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:45.600/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:45.600/2024-05-03 05:10:45.626 CDOResource@OID3:1v1("res") 2024-05-03 05:10:45.627/* Product1@OID4:1v0->0v1 2024-05-03 05:10:45.600/2024-05-03 05:10:45.626 Product1@OID4:1v1 2024-05-03 05:10:45.627/* OrderDetail@OID5:1v0->0v2 2024-05-03 05:10:45.600/* OrderDetail@OID6:1v1 2024-05-03 05:10:45.627/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:45.575/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:45.575/2024-05-03 05:10:45.588 CDOResource@OID1:0v2("/") 2024-05-03 05:10:45.589/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:10:45.589/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:45.589/* Product1@OID4:0v1 2024-05-03 05:10:45.589/* OrderDetail@OID5:0v1 2024-05-03 05:10:45.589/2024-05-03 05:10:45.595 OrderDetail@OID5:0v2 2024-05-03 05:10:45.596/* BranchingSameSessionTest_testAuditViewOnBranch_subBranch[1]2024-05-03 05:10:45.600/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:45.600/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:45.600/2024-05-03 05:10:45.626 CDOResource@OID3:1v1("res") 2024-05-03 05:10:45.627/* Product1@OID4:1v0->0v1 2024-05-03 05:10:45.600/2024-05-03 05:10:45.626 Product1@OID4:1v1 2024-05-03 05:10:45.627/* OrderDetail@OID5:1v0->0v2 2024-05-03 05:10:45.600/* OrderDetail@OID6:1v1 2024-05-03 05:10:45.627/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:45.575/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:45.575/2024-05-03 05:10:45.588 CDOResource@OID1:0v2("/") 2024-05-03 05:10:45.589/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:10:45.589/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:45.589/* Product1@OID4:0v1 2024-05-03 05:10:45.589/* OrderDetail@OID5:0v1 2024-05-03 05:10:45.589/2024-05-03 05:10:45.595 OrderDetail@OID5:0v2 2024-05-03 05:10:45.596/* BranchingSameSessionTest_testAuditViewOnBranch_subBranch[1]2024-05-03 05:10:45.600/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:45.627/* Product1@OID4:1v1 2024-05-03 05:10:45.627/* OrderDetail@OID6:1v1 2024-05-03 05:10:45.627/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:45.575/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:45.575/2024-05-03 05:10:45.588 CDOResource@OID1:0v2("/") 2024-05-03 05:10:45.589/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:10:45.589/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:45.589/* Product1@OID4:0v1 2024-05-03 05:10:45.589/* OrderDetail@OID5:0v1 2024-05-03 05:10:45.589/2024-05-03 05:10:45.595 OrderDetail@OID5:0v2 2024-05-03 05:10:45.596/* BranchingSameSessionTest_testAuditViewOnBranch_subBranch[1]2024-05-03 05:10:45.600/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:45.600/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:45.600/2024-05-03 05:10:45.626 CDOResource@OID3:1v1("res") 2024-05-03 05:10:45.627/* Product1@OID4:1v0->0v1 2024-05-03 05:10:45.600/2024-05-03 05:10:45.626 Product1@OID4:1v1 2024-05-03 05:10:45.627/* OrderDetail@OID5:1v0->0v2 2024-05-03 05:10:45.600/* OrderDetail@OID6:1v1 2024-05-03 05:10:45.627/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:45.575/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:45.575/2024-05-03 05:10:45.588 CDOResource@OID1:0v2("/") 2024-05-03 05:10:45.589/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:10:45.589/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:45.589/* Product1@OID4:0v1 2024-05-03 05:10:45.589/* OrderDetail@OID5:0v1 2024-05-03 05:10:45.589/2024-05-03 05:10:45.595 OrderDetail@OID5:0v2 2024-05-03 05:10:45.596/* BranchingSameSessionTest_testAuditViewOnBranch_subBranch[1]2024-05-03 05:10:45.600/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:45.600/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:45.600/2024-05-03 05:10:45.626 CDOResource@OID3:1v1("res") 2024-05-03 05:10:45.627/* Product1@OID4:1v0->0v1 2024-05-03 05:10:45.600/2024-05-03 05:10:45.626 Product1@OID4:1v1 2024-05-03 05:10:45.627/* OrderDetail@OID5:1v0->0v2 2024-05-03 05:10:45.600/* OrderDetail@OID6:1v1 2024-05-03 05:10:45.627/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:45.575/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:45.575/2024-05-03 05:10:45.588 CDOResource@OID1:0v2("/") 2024-05-03 05:10:45.589/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:10:45.589/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:45.589/* Product1@OID4:0v1 2024-05-03 05:10:45.589/* OrderDetail@OID5:0v1 2024-05-03 05:10:45.589/2024-05-03 05:10:45.595 OrderDetail@OID5:0v2 2024-05-03 05:10:45.596/* BranchingSameSessionTest_testAuditViewOnBranch_subBranch[1]2024-05-03 05:10:45.600/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:45.627/* Product1@OID4:1v1 2024-05-03 05:10:45.627/* OrderDetail@OID6:1v1 2024-05-03 05:10:45.627/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:45.575/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:45.575/2024-05-03 05:10:45.588 CDOResource@OID1:0v2("/") 2024-05-03 05:10:45.589/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:10:45.589/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:45.589/* Product1@OID4:0v1 2024-05-03 05:10:45.589/* OrderDetail@OID5:0v1 2024-05-03 05:10:45.589/2024-05-03 05:10:45.595 OrderDetail@OID5:0v2 2024-05-03 05:10:45.596/* BranchingSameSessionTest_testAuditViewOnBranch_subBranch[1]2024-05-03 05:10:45.600/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:45.600/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:45.600/2024-05-03 05:10:45.626 CDOResource@OID3:1v1("res") 2024-05-03 05:10:45.627/* Product1@OID4:1v0->0v1 2024-05-03 05:10:45.600/2024-05-03 05:10:45.626 Product1@OID4:1v1 2024-05-03 05:10:45.627/* OrderDetail@OID5:1v0->0v2 2024-05-03 05:10:45.600/* OrderDetail@OID6:1v1 2024-05-03 05:10:45.627/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:45.575/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:45.575/2024-05-03 05:10:45.588 CDOResource@OID1:0v2("/") 2024-05-03 05:10:45.589/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:10:45.589/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:45.589/* Product1@OID4:0v1 2024-05-03 05:10:45.589/* OrderDetail@OID5:0v1 2024-05-03 05:10:45.589/2024-05-03 05:10:45.595 OrderDetail@OID5:0v2 2024-05-03 05:10:45.596/* BranchingSameSessionTest_testAuditViewOnBranch_subBranch[1]2024-05-03 05:10:45.600/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:45.600/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:45.600/2024-05-03 05:10:45.626 CDOResource@OID3:1v1("res") 2024-05-03 05:10:45.627/* Product1@OID4:1v0->0v1 2024-05-03 05:10:45.600/2024-05-03 05:10:45.626 Product1@OID4:1v1 2024-05-03 05:10:45.627/* OrderDetail@OID5:1v0->0v2 2024-05-03 05:10:45.600/* OrderDetail@OID6:1v1 2024-05-03 05:10:45.627/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:45.575/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:45.575/2024-05-03 05:10:45.588 CDOResource@OID1:0v2("/") 2024-05-03 05:10:45.589/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:10:45.589/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:45.589/* Product1@OID4:0v1 2024-05-03 05:10:45.589/* OrderDetail@OID5:0v1 2024-05-03 05:10:45.589/2024-05-03 05:10:45.595 OrderDetail@OID5:0v2 2024-05-03 05:10:45.596/* BranchingSameSessionTest_testAuditViewOnBranch_subBranch[1]2024-05-03 05:10:45.600/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:45.627/* Product1@OID4:1v1 2024-05-03 05:10:45.627/* OrderDetail@OID6:1v1 2024-05-03 05:10:45.627/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:45.575/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:45.575/2024-05-03 05:10:45.588 CDOResource@OID1:0v2("/") 2024-05-03 05:10:45.589/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:10:45.589/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:45.589/* Product1@OID4:0v1 2024-05-03 05:10:45.589/* OrderDetail@OID5:0v1 2024-05-03 05:10:45.589/2024-05-03 05:10:45.595 OrderDetail@OID5:0v2 2024-05-03 05:10:45.596/* BranchingSameSessionTest_testAuditViewOnBranch_subBranch[1]2024-05-03 05:10:45.600/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:45.600/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:45.600/2024-05-03 05:10:45.626 CDOResource@OID3:1v1("res") 2024-05-03 05:10:45.627/* Product1@OID4:1v0->0v1 2024-05-03 05:10:45.600/2024-05-03 05:10:45.626 Product1@OID4:1v1 2024-05-03 05:10:45.627/* OrderDetail@OID5:1v0->0v2 2024-05-03 05:10:45.600/* OrderDetail@OID6:1v1 2024-05-03 05:10:45.627/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:45.575/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:45.575/2024-05-03 05:10:45.588 CDOResource@OID1:0v2("/") 2024-05-03 05:10:45.589/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:10:45.589/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:45.589/* Product1@OID4:0v1 2024-05-03 05:10:45.589/* OrderDetail@OID5:0v1 2024-05-03 05:10:45.589/2024-05-03 05:10:45.595 OrderDetail@OID5:0v2 2024-05-03 05:10:45.596/* BranchingSameSessionTest_testAuditViewOnBranch_subBranch[1]2024-05-03 05:10:45.600/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:45.600/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:45.600/2024-05-03 05:10:45.626 CDOResource@OID3:1v1("res") 2024-05-03 05:10:45.627/* Product1@OID4:1v0->0v1 2024-05-03 05:10:45.600/2024-05-03 05:10:45.626 Product1@OID4:1v1 2024-05-03 05:10:45.627/* OrderDetail@OID5:1v0->0v2 2024-05-03 05:10:45.600/* OrderDetail@OID6:1v1 2024-05-03 05:10:45.627/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:45.575/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:45.575/2024-05-03 05:10:45.588 CDOResource@OID1:0v2("/") 2024-05-03 05:10:45.589/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:10:45.589/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:45.589/* Product1@OID4:0v1 2024-05-03 05:10:45.589/* OrderDetail@OID5:0v1 2024-05-03 05:10:45.589/2024-05-03 05:10:45.595 OrderDetail@OID5:0v2 2024-05-03 05:10:45.596/* BranchingSameSessionTest_testAuditViewOnBranch_subBranch[1]2024-05-03 05:10:45.600/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:45.627/* Product1@OID4:1v1 2024-05-03 05:10:45.627/* OrderDetail@OID6:1v1 2024-05-03 05:10:45.627/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:45.575/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:45.575/2024-05-03 05:10:45.588 CDOResource@OID1:0v2("/") 2024-05-03 05:10:45.589/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:10:45.589/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:45.589/* Product1@OID4:0v1 2024-05-03 05:10:45.589/* OrderDetail@OID5:0v1 2024-05-03 05:10:45.589/2024-05-03 05:10:45.595 OrderDetail@OID5:0v2 2024-05-03 05:10:45.596/* BranchingSameSessionTest_testAuditViewOnBranch_subBranch[1]2024-05-03 05:10:45.600/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:45.600/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:45.600/2024-05-03 05:10:45.626 CDOResource@OID3:1v1("res") 2024-05-03 05:10:45.627/* Product1@OID4:1v0->0v1 2024-05-03 05:10:45.600/2024-05-03 05:10:45.626 Product1@OID4:1v1 2024-05-03 05:10:45.627/* OrderDetail@OID5:1v0->0v2 2024-05-03 05:10:45.600/* OrderDetail@OID6:1v1 2024-05-03 05:10:45.627/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:45.575/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:45.575/2024-05-03 05:10:45.588 CDOResource@OID1:0v2("/") 2024-05-03 05:10:45.589/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:10:45.589/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:45.589/* Product1@OID4:0v1 2024-05-03 05:10:45.589/* OrderDetail@OID5:0v1 2024-05-03 05:10:45.589/2024-05-03 05:10:45.595 OrderDetail@OID5:0v2 2024-05-03 05:10:45.596/* BranchingSameSessionTest_testAuditViewOnBranch_subBranch[1]2024-05-03 05:10:45.600/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:45.600/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:45.600/2024-05-03 05:10:45.626 CDOResource@OID3:1v1("res") 2024-05-03 05:10:45.627/* Product1@OID4:1v0->0v1 2024-05-03 05:10:45.600/2024-05-03 05:10:45.626 Product1@OID4:1v1 2024-05-03 05:10:45.627/* OrderDetail@OID5:1v0->0v2 2024-05-03 05:10:45.600/* OrderDetail@OID6:1v1 2024-05-03 05:10:45.627/* ******************************************************* BranchingSameSessionTest.testBasePath [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* BranchingSameSessionTest.testCommit [MEM-branching, JVM, Legacy] ******************************************************* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:45.838/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:45.838/2024-05-03 05:10:45.852 CDOResource@OID1:0v2("/") 2024-05-03 05:10:45.853/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:10:45.853/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:45.853/* Product1@OID4:0v1 2024-05-03 05:10:45.853/* OrderDetail@OID5:0v1 2024-05-03 05:10:45.853/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:45.838/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:45.838/2024-05-03 05:10:45.852 CDOResource@OID1:0v2("/") 2024-05-03 05:10:45.853/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:10:45.853/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:45.853/* Product1@OID4:0v1 2024-05-03 05:10:45.853/* OrderDetail@OID5:0v1 2024-05-03 05:10:45.853/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:45.838/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:45.838/2024-05-03 05:10:45.852 CDOResource@OID1:0v2("/") 2024-05-03 05:10:45.853/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:10:45.853/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:45.853/* Product1@OID4:0v1 2024-05-03 05:10:45.853/* OrderDetail@OID5:0v1 2024-05-03 05:10:45.853/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:45.838/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:45.838/2024-05-03 05:10:45.852 CDOResource@OID1:0v2("/") 2024-05-03 05:10:45.853/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:10:45.853/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:45.853/* Product1@OID4:0v1 2024-05-03 05:10:45.853/* OrderDetail@OID5:0v1 2024-05-03 05:10:45.853/* BranchingSameSessionTest_testCommit_subBranch[1]2024-05-03 05:10:45.853/* OrderDetail@OID5:1v1 2024-05-03 05:10:45.860/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:45.838/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:45.838/2024-05-03 05:10:45.852 CDOResource@OID1:0v2("/") 2024-05-03 05:10:45.853/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:10:45.853/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:45.853/* Product1@OID4:0v1 2024-05-03 05:10:45.853/* OrderDetail@OID5:0v1 2024-05-03 05:10:45.853/* BranchingSameSessionTest_testCommit_subBranch[1]2024-05-03 05:10:45.853/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:45.853/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:45.853/* Product1@OID4:1v0->0v1 2024-05-03 05:10:45.853/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:45.853/2024-05-03 05:10:45.859 OrderDetail@OID5:1v1 2024-05-03 05:10:45.860/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:45.838/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:45.838/2024-05-03 05:10:45.852 CDOResource@OID1:0v2("/") 2024-05-03 05:10:45.853/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:10:45.853/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:45.853/* Product1@OID4:0v1 2024-05-03 05:10:45.853/* OrderDetail@OID5:0v1 2024-05-03 05:10:45.853/* BranchingSameSessionTest_testCommit_subBranch[1]2024-05-03 05:10:45.853/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:45.853/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:45.853/* Product1@OID4:1v0->0v1 2024-05-03 05:10:45.853/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:45.853/2024-05-03 05:10:45.859 OrderDetail@OID5:1v1 2024-05-03 05:10:45.860/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:45.838/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:45.838/2024-05-03 05:10:45.852 CDOResource@OID1:0v2("/") 2024-05-03 05:10:45.853/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:10:45.853/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:45.853/* Product1@OID4:0v1 2024-05-03 05:10:45.853/* OrderDetail@OID5:0v1 2024-05-03 05:10:45.853/* BranchingSameSessionTest_testCommit_subBranch[1]2024-05-03 05:10:45.853/* OrderDetail@OID5:1v1 2024-05-03 05:10:45.860/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:45.838/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:45.838/2024-05-03 05:10:45.852 CDOResource@OID1:0v2("/") 2024-05-03 05:10:45.853/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:10:45.853/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:45.853/* Product1@OID4:0v1 2024-05-03 05:10:45.853/* OrderDetail@OID5:0v1 2024-05-03 05:10:45.853/* BranchingSameSessionTest_testCommit_subBranch[1]2024-05-03 05:10:45.853/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:45.853/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:45.853/* Product1@OID4:1v0->0v1 2024-05-03 05:10:45.853/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:45.853/2024-05-03 05:10:45.859 OrderDetail@OID5:1v1 2024-05-03 05:10:45.860/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:45.838/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:45.838/2024-05-03 05:10:45.852 CDOResource@OID1:0v2("/") 2024-05-03 05:10:45.853/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:10:45.853/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:45.853/* Product1@OID4:0v1 2024-05-03 05:10:45.853/* OrderDetail@OID5:0v1 2024-05-03 05:10:45.853/* BranchingSameSessionTest_testCommit_subBranch[1]2024-05-03 05:10:45.853/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:45.853/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:45.853/* Product1@OID4:1v0->0v1 2024-05-03 05:10:45.853/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:45.853/2024-05-03 05:10:45.859 OrderDetail@OID5:1v1 2024-05-03 05:10:45.860/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:45.838/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:45.838/2024-05-03 05:10:45.852 CDOResource@OID1:0v2("/") 2024-05-03 05:10:45.853/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:10:45.853/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:45.853/* Product1@OID4:0v1 2024-05-03 05:10:45.853/* OrderDetail@OID5:0v1 2024-05-03 05:10:45.853/* BranchingSameSessionTest_testCommit_subBranch[1]2024-05-03 05:10:45.853/* OrderDetail@OID5:1v1 2024-05-03 05:10:45.860/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:45.838/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:45.838/2024-05-03 05:10:45.852 CDOResource@OID1:0v2("/") 2024-05-03 05:10:45.853/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:10:45.853/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:45.853/* Product1@OID4:0v1 2024-05-03 05:10:45.853/* OrderDetail@OID5:0v1 2024-05-03 05:10:45.853/* BranchingSameSessionTest_testCommit_subBranch[1]2024-05-03 05:10:45.853/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:45.853/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:45.853/* Product1@OID4:1v0->0v1 2024-05-03 05:10:45.853/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:45.853/2024-05-03 05:10:45.859 OrderDetail@OID5:1v1 2024-05-03 05:10:45.860/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:45.838/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:45.838/2024-05-03 05:10:45.852 CDOResource@OID1:0v2("/") 2024-05-03 05:10:45.853/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:10:45.853/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:45.853/* Product1@OID4:0v1 2024-05-03 05:10:45.853/* OrderDetail@OID5:0v1 2024-05-03 05:10:45.853/* BranchingSameSessionTest_testCommit_subBranch[1]2024-05-03 05:10:45.853/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:45.853/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:45.853/* Product1@OID4:1v0->0v1 2024-05-03 05:10:45.853/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:45.853/2024-05-03 05:10:45.859 OrderDetail@OID5:1v1 2024-05-03 05:10:45.860/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:45.838/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:45.838/2024-05-03 05:10:45.852 CDOResource@OID1:0v2("/") 2024-05-03 05:10:45.853/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:10:45.853/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:45.853/* Product1@OID4:0v1 2024-05-03 05:10:45.853/* OrderDetail@OID5:0v1 2024-05-03 05:10:45.853/* BranchingSameSessionTest_testCommit_subBranch[1]2024-05-03 05:10:45.853/* OrderDetail@OID5:1v1 2024-05-03 05:10:45.860/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:45.838/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:45.838/2024-05-03 05:10:45.852 CDOResource@OID1:0v2("/") 2024-05-03 05:10:45.853/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:10:45.853/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:45.853/* Product1@OID4:0v1 2024-05-03 05:10:45.853/* OrderDetail@OID5:0v1 2024-05-03 05:10:45.853/* BranchingSameSessionTest_testCommit_subBranch[1]2024-05-03 05:10:45.853/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:45.853/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:45.853/* Product1@OID4:1v0->0v1 2024-05-03 05:10:45.853/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:45.853/2024-05-03 05:10:45.859 OrderDetail@OID5:1v1 2024-05-03 05:10:45.860/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:45.838/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:45.838/2024-05-03 05:10:45.852 CDOResource@OID1:0v2("/") 2024-05-03 05:10:45.853/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:10:45.853/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:45.853/* Product1@OID4:0v1 2024-05-03 05:10:45.853/* OrderDetail@OID5:0v1 2024-05-03 05:10:45.853/* BranchingSameSessionTest_testCommit_subBranch[1]2024-05-03 05:10:45.853/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:45.853/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:45.853/* Product1@OID4:1v0->0v1 2024-05-03 05:10:45.853/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:45.853/2024-05-03 05:10:45.859 OrderDetail@OID5:1v1 2024-05-03 05:10:45.860/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:45.838/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:45.838/2024-05-03 05:10:45.852 CDOResource@OID1:0v2("/") 2024-05-03 05:10:45.853/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:10:45.853/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:45.853/* Product1@OID4:0v1 2024-05-03 05:10:45.853/* OrderDetail@OID5:0v1 2024-05-03 05:10:45.853/* BranchingSameSessionTest_testCommit_subBranch[1]2024-05-03 05:10:45.853/* OrderDetail@OID5:1v1 2024-05-03 05:10:45.860/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:45.838/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:45.838/2024-05-03 05:10:45.852 CDOResource@OID1:0v2("/") 2024-05-03 05:10:45.853/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:10:45.853/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:45.853/* Product1@OID4:0v1 2024-05-03 05:10:45.853/* OrderDetail@OID5:0v1 2024-05-03 05:10:45.853/* BranchingSameSessionTest_testCommit_subBranch[1]2024-05-03 05:10:45.853/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:45.853/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:45.853/* Product1@OID4:1v0->0v1 2024-05-03 05:10:45.853/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:45.853/2024-05-03 05:10:45.859 OrderDetail@OID5:1v1 2024-05-03 05:10:45.860/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:45.838/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:45.838/2024-05-03 05:10:45.852 CDOResource@OID1:0v2("/") 2024-05-03 05:10:45.853/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:10:45.853/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:45.853/* Product1@OID4:0v1 2024-05-03 05:10:45.853/* OrderDetail@OID5:0v1 2024-05-03 05:10:45.853/* BranchingSameSessionTest_testCommit_subBranch[1]2024-05-03 05:10:45.853/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:45.853/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:45.853/* Product1@OID4:1v0->0v1 2024-05-03 05:10:45.853/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:45.853/2024-05-03 05:10:45.859 OrderDetail@OID5:1v1 2024-05-03 05:10:45.860/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:45.838/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:45.838/2024-05-03 05:10:45.852 CDOResource@OID1:0v2("/") 2024-05-03 05:10:45.853/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:10:45.853/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:45.853/* Product1@OID4:0v1 2024-05-03 05:10:45.853/* OrderDetail@OID5:0v1 2024-05-03 05:10:45.853/* BranchingSameSessionTest_testCommit_subBranch[1]2024-05-03 05:10:45.853/* OrderDetail@OID5:1v1 2024-05-03 05:10:45.860/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:45.838/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:45.838/2024-05-03 05:10:45.852 CDOResource@OID1:0v2("/") 2024-05-03 05:10:45.853/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:10:45.853/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:45.853/* Product1@OID4:0v1 2024-05-03 05:10:45.853/* OrderDetail@OID5:0v1 2024-05-03 05:10:45.853/* BranchingSameSessionTest_testCommit_subBranch[1]2024-05-03 05:10:45.853/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:45.853/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:45.853/* Product1@OID4:1v0->0v1 2024-05-03 05:10:45.853/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:45.853/2024-05-03 05:10:45.859 OrderDetail@OID5:1v1 2024-05-03 05:10:45.860/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:45.838/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:45.838/2024-05-03 05:10:45.852 CDOResource@OID1:0v2("/") 2024-05-03 05:10:45.853/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:10:45.853/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:45.853/* Product1@OID4:0v1 2024-05-03 05:10:45.853/* OrderDetail@OID5:0v1 2024-05-03 05:10:45.853/* BranchingSameSessionTest_testCommit_subBranch[1]2024-05-03 05:10:45.853/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:45.853/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:45.853/* Product1@OID4:1v0->0v1 2024-05-03 05:10:45.853/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:45.853/2024-05-03 05:10:45.859 OrderDetail@OID5:1v1 2024-05-03 05:10:45.860/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:45.838/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:45.838/2024-05-03 05:10:45.852 CDOResource@OID1:0v2("/") 2024-05-03 05:10:45.853/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:10:45.853/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:45.853/* Product1@OID4:0v1 2024-05-03 05:10:45.853/* OrderDetail@OID5:0v1 2024-05-03 05:10:45.853/* BranchingSameSessionTest_testCommit_subBranch[1]2024-05-03 05:10:45.853/* OrderDetail@OID5:1v1 2024-05-03 05:10:45.860/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:45.838/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:45.838/2024-05-03 05:10:45.852 CDOResource@OID1:0v2("/") 2024-05-03 05:10:45.853/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:10:45.853/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:45.853/* Product1@OID4:0v1 2024-05-03 05:10:45.853/* OrderDetail@OID5:0v1 2024-05-03 05:10:45.853/* BranchingSameSessionTest_testCommit_subBranch[1]2024-05-03 05:10:45.853/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:45.853/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:45.853/* Product1@OID4:1v0->0v1 2024-05-03 05:10:45.853/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:45.853/2024-05-03 05:10:45.859 OrderDetail@OID5:1v1 2024-05-03 05:10:45.860/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:45.838/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:45.838/2024-05-03 05:10:45.852 CDOResource@OID1:0v2("/") 2024-05-03 05:10:45.853/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:10:45.853/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:45.853/* Product1@OID4:0v1 2024-05-03 05:10:45.853/* OrderDetail@OID5:0v1 2024-05-03 05:10:45.853/* BranchingSameSessionTest_testCommit_subBranch[1]2024-05-03 05:10:45.853/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:45.853/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:45.853/* Product1@OID4:1v0->0v1 2024-05-03 05:10:45.853/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:45.853/2024-05-03 05:10:45.859 OrderDetail@OID5:1v1 2024-05-03 05:10:45.860/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:45.838/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:45.838/2024-05-03 05:10:45.852 CDOResource@OID1:0v2("/") 2024-05-03 05:10:45.853/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:10:45.853/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:45.853/* Product1@OID4:0v1 2024-05-03 05:10:45.853/* OrderDetail@OID5:0v1 2024-05-03 05:10:45.853/* BranchingSameSessionTest_testCommit_subBranch[1]2024-05-03 05:10:45.853/* OrderDetail@OID5:1v1 2024-05-03 05:10:45.860/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:45.838/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:45.838/2024-05-03 05:10:45.852 CDOResource@OID1:0v2("/") 2024-05-03 05:10:45.853/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:10:45.853/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:45.853/* Product1@OID4:0v1 2024-05-03 05:10:45.853/* OrderDetail@OID5:0v1 2024-05-03 05:10:45.853/* BranchingSameSessionTest_testCommit_subBranch[1]2024-05-03 05:10:45.853/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:45.853/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:45.853/* Product1@OID4:1v0->0v1 2024-05-03 05:10:45.853/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:45.853/2024-05-03 05:10:45.859 OrderDetail@OID5:1v1 2024-05-03 05:10:45.860/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:45.838/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:45.838/2024-05-03 05:10:45.852 CDOResource@OID1:0v2("/") 2024-05-03 05:10:45.853/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:10:45.853/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:45.853/* Product1@OID4:0v1 2024-05-03 05:10:45.853/* OrderDetail@OID5:0v1 2024-05-03 05:10:45.853/* BranchingSameSessionTest_testCommit_subBranch[1]2024-05-03 05:10:45.853/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:45.853/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:45.853/* Product1@OID4:1v0->0v1 2024-05-03 05:10:45.853/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:45.853/2024-05-03 05:10:45.859 OrderDetail@OID5:1v1 2024-05-03 05:10:45.860/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:45.838/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:45.838/2024-05-03 05:10:45.852 CDOResource@OID1:0v2("/") 2024-05-03 05:10:45.853/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:10:45.853/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:45.853/* Product1@OID4:0v1 2024-05-03 05:10:45.853/* OrderDetail@OID5:0v1 2024-05-03 05:10:45.853/* BranchingSameSessionTest_testCommit_subBranch[1]2024-05-03 05:10:45.853/* OrderDetail@OID5:1v1 2024-05-03 05:10:45.860/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:45.838/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:45.838/2024-05-03 05:10:45.852 CDOResource@OID1:0v2("/") 2024-05-03 05:10:45.853/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:10:45.853/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:45.853/* Product1@OID4:0v1 2024-05-03 05:10:45.853/* OrderDetail@OID5:0v1 2024-05-03 05:10:45.853/* BranchingSameSessionTest_testCommit_subBranch[1]2024-05-03 05:10:45.853/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:45.853/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:45.853/* Product1@OID4:1v0->0v1 2024-05-03 05:10:45.853/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:45.853/2024-05-03 05:10:45.859 OrderDetail@OID5:1v1 2024-05-03 05:10:45.860/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:45.838/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:45.838/2024-05-03 05:10:45.852 CDOResource@OID1:0v2("/") 2024-05-03 05:10:45.853/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:10:45.853/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:45.853/* Product1@OID4:0v1 2024-05-03 05:10:45.853/* OrderDetail@OID5:0v1 2024-05-03 05:10:45.853/* BranchingSameSessionTest_testCommit_subBranch[1]2024-05-03 05:10:45.853/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:45.853/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:45.853/* Product1@OID4:1v0->0v1 2024-05-03 05:10:45.853/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:45.853/2024-05-03 05:10:45.859 OrderDetail@OID5:1v1 2024-05-03 05:10:45.860/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:45.838/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:45.838/2024-05-03 05:10:45.852 CDOResource@OID1:0v2("/") 2024-05-03 05:10:45.853/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:10:45.853/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:45.853/* Product1@OID4:0v1 2024-05-03 05:10:45.853/* OrderDetail@OID5:0v1 2024-05-03 05:10:45.853/* BranchingSameSessionTest_testCommit_subBranch[1]2024-05-03 05:10:45.853/* OrderDetail@OID5:1v1 2024-05-03 05:10:45.860/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:45.838/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:45.838/2024-05-03 05:10:45.852 CDOResource@OID1:0v2("/") 2024-05-03 05:10:45.853/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:10:45.853/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:45.853/* Product1@OID4:0v1 2024-05-03 05:10:45.853/* OrderDetail@OID5:0v1 2024-05-03 05:10:45.853/* BranchingSameSessionTest_testCommit_subBranch[1]2024-05-03 05:10:45.853/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:45.853/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:45.853/* Product1@OID4:1v0->0v1 2024-05-03 05:10:45.853/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:45.853/2024-05-03 05:10:45.859 OrderDetail@OID5:1v1 2024-05-03 05:10:45.860/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:45.838/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:45.838/2024-05-03 05:10:45.852 CDOResource@OID1:0v2("/") 2024-05-03 05:10:45.853/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:10:45.853/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:45.853/* Product1@OID4:0v1 2024-05-03 05:10:45.853/* OrderDetail@OID5:0v1 2024-05-03 05:10:45.853/* BranchingSameSessionTest_testCommit_subBranch[1]2024-05-03 05:10:45.853/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:45.853/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:45.853/* Product1@OID4:1v0->0v1 2024-05-03 05:10:45.853/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:45.853/2024-05-03 05:10:45.859 OrderDetail@OID5:1v1 2024-05-03 05:10:45.860/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:45.838/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:45.838/2024-05-03 05:10:45.852 CDOResource@OID1:0v2("/") 2024-05-03 05:10:45.853/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:10:45.853/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:45.853/* Product1@OID4:0v1 2024-05-03 05:10:45.853/* OrderDetail@OID5:0v1 2024-05-03 05:10:45.853/* BranchingSameSessionTest_testCommit_subBranch[1]2024-05-03 05:10:45.853/* OrderDetail@OID5:1v1 2024-05-03 05:10:45.860/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:45.838/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:45.838/2024-05-03 05:10:45.852 CDOResource@OID1:0v2("/") 2024-05-03 05:10:45.853/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:10:45.853/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:45.853/* Product1@OID4:0v1 2024-05-03 05:10:45.853/* OrderDetail@OID5:0v1 2024-05-03 05:10:45.853/* BranchingSameSessionTest_testCommit_subBranch[1]2024-05-03 05:10:45.853/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:45.853/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:45.853/* Product1@OID4:1v0->0v1 2024-05-03 05:10:45.853/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:45.853/2024-05-03 05:10:45.859 OrderDetail@OID5:1v1 2024-05-03 05:10:45.860/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:45.838/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:45.838/2024-05-03 05:10:45.852 CDOResource@OID1:0v2("/") 2024-05-03 05:10:45.853/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:10:45.853/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:45.853/* Product1@OID4:0v1 2024-05-03 05:10:45.853/* OrderDetail@OID5:0v1 2024-05-03 05:10:45.853/* BranchingSameSessionTest_testCommit_subBranch[1]2024-05-03 05:10:45.853/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:45.853/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:45.853/* Product1@OID4:1v0->0v1 2024-05-03 05:10:45.853/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:45.853/2024-05-03 05:10:45.859 OrderDetail@OID5:1v1 2024-05-03 05:10:45.860/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:45.838/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:45.838/2024-05-03 05:10:45.852 CDOResource@OID1:0v2("/") 2024-05-03 05:10:45.853/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:10:45.853/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:45.853/* Product1@OID4:0v1 2024-05-03 05:10:45.853/* OrderDetail@OID5:0v1 2024-05-03 05:10:45.853/* BranchingSameSessionTest_testCommit_subBranch[1]2024-05-03 05:10:45.853/* OrderDetail@OID5:1v1 2024-05-03 05:10:45.860/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:45.838/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:45.838/2024-05-03 05:10:45.852 CDOResource@OID1:0v2("/") 2024-05-03 05:10:45.853/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:10:45.853/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:45.853/* Product1@OID4:0v1 2024-05-03 05:10:45.853/* OrderDetail@OID5:0v1 2024-05-03 05:10:45.853/* BranchingSameSessionTest_testCommit_subBranch[1]2024-05-03 05:10:45.853/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:45.853/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:45.853/* Product1@OID4:1v0->0v1 2024-05-03 05:10:45.853/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:45.853/2024-05-03 05:10:45.859 OrderDetail@OID5:1v1 2024-05-03 05:10:45.860/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:45.838/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:45.838/2024-05-03 05:10:45.852 CDOResource@OID1:0v2("/") 2024-05-03 05:10:45.853/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:10:45.853/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:45.853/* Product1@OID4:0v1 2024-05-03 05:10:45.853/* OrderDetail@OID5:0v1 2024-05-03 05:10:45.853/* BranchingSameSessionTest_testCommit_subBranch[1]2024-05-03 05:10:45.853/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:45.853/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:45.853/* Product1@OID4:1v0->0v1 2024-05-03 05:10:45.853/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:45.853/2024-05-03 05:10:45.859 OrderDetail@OID5:1v1 2024-05-03 05:10:45.860/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:45.838/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:45.838/2024-05-03 05:10:45.852 CDOResource@OID1:0v2("/") 2024-05-03 05:10:45.853/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:10:45.853/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:45.853/* Product1@OID4:0v1 2024-05-03 05:10:45.853/* OrderDetail@OID5:0v1 2024-05-03 05:10:45.853/* BranchingSameSessionTest_testCommit_subBranch[1]2024-05-03 05:10:45.853/* OrderDetail@OID5:1v1 2024-05-03 05:10:45.860/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:45.838/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:45.838/2024-05-03 05:10:45.852 CDOResource@OID1:0v2("/") 2024-05-03 05:10:45.853/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:10:45.853/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:45.853/* Product1@OID4:0v1 2024-05-03 05:10:45.853/* OrderDetail@OID5:0v1 2024-05-03 05:10:45.853/* BranchingSameSessionTest_testCommit_subBranch[1]2024-05-03 05:10:45.853/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:45.853/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:45.853/* Product1@OID4:1v0->0v1 2024-05-03 05:10:45.853/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:45.853/2024-05-03 05:10:45.859 OrderDetail@OID5:1v1 2024-05-03 05:10:45.860/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:45.838/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:45.838/2024-05-03 05:10:45.852 CDOResource@OID1:0v2("/") 2024-05-03 05:10:45.853/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:10:45.853/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:45.853/* Product1@OID4:0v1 2024-05-03 05:10:45.853/* OrderDetail@OID5:0v1 2024-05-03 05:10:45.853/* BranchingSameSessionTest_testCommit_subBranch[1]2024-05-03 05:10:45.853/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:45.853/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:45.853/* Product1@OID4:1v0->0v1 2024-05-03 05:10:45.853/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:45.853/2024-05-03 05:10:45.859 OrderDetail@OID5:1v1 2024-05-03 05:10:45.860/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:45.838/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:45.838/2024-05-03 05:10:45.852 CDOResource@OID1:0v2("/") 2024-05-03 05:10:45.853/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:10:45.853/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:45.853/* Product1@OID4:0v1 2024-05-03 05:10:45.853/* OrderDetail@OID5:0v1 2024-05-03 05:10:45.853/* BranchingSameSessionTest_testCommit_subBranch[1]2024-05-03 05:10:45.853/* OrderDetail@OID5:1v1 2024-05-03 05:10:45.860/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:45.838/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:45.838/2024-05-03 05:10:45.852 CDOResource@OID1:0v2("/") 2024-05-03 05:10:45.853/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:10:45.853/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:45.853/* Product1@OID4:0v1 2024-05-03 05:10:45.853/* OrderDetail@OID5:0v1 2024-05-03 05:10:45.853/* BranchingSameSessionTest_testCommit_subBranch[1]2024-05-03 05:10:45.853/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:45.853/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:45.853/* Product1@OID4:1v0->0v1 2024-05-03 05:10:45.853/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:45.853/2024-05-03 05:10:45.859 OrderDetail@OID5:1v1 2024-05-03 05:10:45.860/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:45.838/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:45.838/2024-05-03 05:10:45.852 CDOResource@OID1:0v2("/") 2024-05-03 05:10:45.853/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:10:45.853/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:45.853/* Product1@OID4:0v1 2024-05-03 05:10:45.853/* OrderDetail@OID5:0v1 2024-05-03 05:10:45.853/* BranchingSameSessionTest_testCommit_subBranch[1]2024-05-03 05:10:45.853/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:45.853/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:45.853/* Product1@OID4:1v0->0v1 2024-05-03 05:10:45.853/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:45.853/2024-05-03 05:10:45.859 OrderDetail@OID5:1v1 2024-05-03 05:10:45.860/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:45.838/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:45.838/2024-05-03 05:10:45.852 CDOResource@OID1:0v2("/") 2024-05-03 05:10:45.853/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:10:45.853/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:45.853/* Product1@OID4:0v1 2024-05-03 05:10:45.853/* OrderDetail@OID5:0v1 2024-05-03 05:10:45.853/* BranchingSameSessionTest_testCommit_subBranch[1]2024-05-03 05:10:45.853/* OrderDetail@OID5:1v1 2024-05-03 05:10:45.860/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:45.838/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:45.838/2024-05-03 05:10:45.852 CDOResource@OID1:0v2("/") 2024-05-03 05:10:45.853/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:10:45.853/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:45.853/* Product1@OID4:0v1 2024-05-03 05:10:45.853/* OrderDetail@OID5:0v1 2024-05-03 05:10:45.853/* BranchingSameSessionTest_testCommit_subBranch[1]2024-05-03 05:10:45.853/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:45.853/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:45.853/* Product1@OID4:1v0->0v1 2024-05-03 05:10:45.853/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:45.853/2024-05-03 05:10:45.859 OrderDetail@OID5:1v1 2024-05-03 05:10:45.860/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:45.838/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:45.838/2024-05-03 05:10:45.852 CDOResource@OID1:0v2("/") 2024-05-03 05:10:45.853/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:10:45.853/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:45.853/* Product1@OID4:0v1 2024-05-03 05:10:45.853/* OrderDetail@OID5:0v1 2024-05-03 05:10:45.853/* BranchingSameSessionTest_testCommit_subBranch[1]2024-05-03 05:10:45.853/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:45.853/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:45.853/* Product1@OID4:1v0->0v1 2024-05-03 05:10:45.853/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:45.853/2024-05-03 05:10:45.859 OrderDetail@OID5:1v1 2024-05-03 05:10:45.860/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:45.838/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:45.838/2024-05-03 05:10:45.852 CDOResource@OID1:0v2("/") 2024-05-03 05:10:45.853/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:10:45.853/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:45.853/* Product1@OID4:0v1 2024-05-03 05:10:45.853/* OrderDetail@OID5:0v1 2024-05-03 05:10:45.853/* BranchingSameSessionTest_testCommit_subBranch[1]2024-05-03 05:10:45.853/* OrderDetail@OID5:1v1 2024-05-03 05:10:45.860/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:45.838/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:45.838/2024-05-03 05:10:45.852 CDOResource@OID1:0v2("/") 2024-05-03 05:10:45.853/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:10:45.853/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:45.853/* Product1@OID4:0v1 2024-05-03 05:10:45.853/* OrderDetail@OID5:0v1 2024-05-03 05:10:45.853/* BranchingSameSessionTest_testCommit_subBranch[1]2024-05-03 05:10:45.853/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:45.853/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:45.853/* Product1@OID4:1v0->0v1 2024-05-03 05:10:45.853/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:45.853/2024-05-03 05:10:45.859 OrderDetail@OID5:1v1 2024-05-03 05:10:45.860/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:45.838/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:45.838/2024-05-03 05:10:45.852 CDOResource@OID1:0v2("/") 2024-05-03 05:10:45.853/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:10:45.853/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:45.853/* Product1@OID4:0v1 2024-05-03 05:10:45.853/* OrderDetail@OID5:0v1 2024-05-03 05:10:45.853/* BranchingSameSessionTest_testCommit_subBranch[1]2024-05-03 05:10:45.853/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:45.853/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:45.853/* Product1@OID4:1v0->0v1 2024-05-03 05:10:45.853/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:45.853/2024-05-03 05:10:45.859 OrderDetail@OID5:1v1 2024-05-03 05:10:45.860/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:45.838/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:45.838/2024-05-03 05:10:45.852 CDOResource@OID1:0v2("/") 2024-05-03 05:10:45.853/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:10:45.853/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:45.853/* Product1@OID4:0v1 2024-05-03 05:10:45.853/* OrderDetail@OID5:0v1 2024-05-03 05:10:45.853/* BranchingSameSessionTest_testCommit_subBranch[1]2024-05-03 05:10:45.853/* OrderDetail@OID5:1v1 2024-05-03 05:10:45.860/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:45.838/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:45.838/2024-05-03 05:10:45.852 CDOResource@OID1:0v2("/") 2024-05-03 05:10:45.853/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:10:45.853/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:45.853/* Product1@OID4:0v1 2024-05-03 05:10:45.853/* OrderDetail@OID5:0v1 2024-05-03 05:10:45.853/* BranchingSameSessionTest_testCommit_subBranch[1]2024-05-03 05:10:45.853/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:45.853/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:45.853/* Product1@OID4:1v0->0v1 2024-05-03 05:10:45.853/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:45.853/2024-05-03 05:10:45.859 OrderDetail@OID5:1v1 2024-05-03 05:10:45.860/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:45.838/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:45.838/2024-05-03 05:10:45.852 CDOResource@OID1:0v2("/") 2024-05-03 05:10:45.853/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:10:45.853/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:45.853/* Product1@OID4:0v1 2024-05-03 05:10:45.853/* OrderDetail@OID5:0v1 2024-05-03 05:10:45.853/* BranchingSameSessionTest_testCommit_subBranch[1]2024-05-03 05:10:45.853/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:45.853/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:45.853/* Product1@OID4:1v0->0v1 2024-05-03 05:10:45.853/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:45.853/2024-05-03 05:10:45.859 OrderDetail@OID5:1v1 2024-05-03 05:10:45.860/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:45.838/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:45.838/2024-05-03 05:10:45.852 CDOResource@OID1:0v2("/") 2024-05-03 05:10:45.853/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:10:45.853/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:45.853/* Product1@OID4:0v1 2024-05-03 05:10:45.853/* OrderDetail@OID5:0v1 2024-05-03 05:10:45.853/* BranchingSameSessionTest_testCommit_subBranch[1]2024-05-03 05:10:45.853/* OrderDetail@OID5:1v1 2024-05-03 05:10:45.860/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:45.838/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:45.838/2024-05-03 05:10:45.852 CDOResource@OID1:0v2("/") 2024-05-03 05:10:45.853/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:10:45.853/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:45.853/* Product1@OID4:0v1 2024-05-03 05:10:45.853/* OrderDetail@OID5:0v1 2024-05-03 05:10:45.853/* BranchingSameSessionTest_testCommit_subBranch[1]2024-05-03 05:10:45.853/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:45.853/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:45.853/* Product1@OID4:1v0->0v1 2024-05-03 05:10:45.853/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:45.853/2024-05-03 05:10:45.859 OrderDetail@OID5:1v1 2024-05-03 05:10:45.860/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:45.838/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:45.838/2024-05-03 05:10:45.852 CDOResource@OID1:0v2("/") 2024-05-03 05:10:45.853/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:10:45.853/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:45.853/* Product1@OID4:0v1 2024-05-03 05:10:45.853/* OrderDetail@OID5:0v1 2024-05-03 05:10:45.853/* BranchingSameSessionTest_testCommit_subBranch[1]2024-05-03 05:10:45.853/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:45.853/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:45.853/* Product1@OID4:1v0->0v1 2024-05-03 05:10:45.853/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:45.853/2024-05-03 05:10:45.859 OrderDetail@OID5:1v1 2024-05-03 05:10:45.860/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:45.838/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:45.838/2024-05-03 05:10:45.852 CDOResource@OID1:0v2("/") 2024-05-03 05:10:45.853/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:10:45.853/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:45.853/* Product1@OID4:0v1 2024-05-03 05:10:45.853/* OrderDetail@OID5:0v1 2024-05-03 05:10:45.853/* BranchingSameSessionTest_testCommit_subBranch[1]2024-05-03 05:10:45.853/* OrderDetail@OID5:1v1 2024-05-03 05:10:45.860/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:45.838/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:45.838/2024-05-03 05:10:45.852 CDOResource@OID1:0v2("/") 2024-05-03 05:10:45.853/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:10:45.853/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:45.853/* Product1@OID4:0v1 2024-05-03 05:10:45.853/* OrderDetail@OID5:0v1 2024-05-03 05:10:45.853/* BranchingSameSessionTest_testCommit_subBranch[1]2024-05-03 05:10:45.853/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:45.853/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:45.853/* Product1@OID4:1v0->0v1 2024-05-03 05:10:45.853/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:45.853/2024-05-03 05:10:45.859 OrderDetail@OID5:1v1 2024-05-03 05:10:45.860/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:45.838/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:45.838/2024-05-03 05:10:45.852 CDOResource@OID1:0v2("/") 2024-05-03 05:10:45.853/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:10:45.853/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:45.853/* Product1@OID4:0v1 2024-05-03 05:10:45.853/* OrderDetail@OID5:0v1 2024-05-03 05:10:45.853/* BranchingSameSessionTest_testCommit_subBranch[1]2024-05-03 05:10:45.853/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:45.853/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:45.853/* Product1@OID4:1v0->0v1 2024-05-03 05:10:45.853/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:45.853/2024-05-03 05:10:45.859 OrderDetail@OID5:1v1 2024-05-03 05:10:45.860/* ******************************************************* BranchingSameSessionTest.testCommitAddOrderDetail [MEM-branching, JVM, Legacy] ******************************************************* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:45.939/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:45.939/2024-05-03 05:10:45.953 CDOResource@OID1:0v2("/") 2024-05-03 05:10:45.954/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:10:45.954/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:45.954/* Product1@OID4:0v1 2024-05-03 05:10:45.954/* OrderDetail@OID5:0v1 2024-05-03 05:10:45.954/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:45.939/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:45.939/2024-05-03 05:10:45.953 CDOResource@OID1:0v2("/") 2024-05-03 05:10:45.954/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:10:45.954/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:45.954/* Product1@OID4:0v1 2024-05-03 05:10:45.954/* OrderDetail@OID5:0v1 2024-05-03 05:10:45.954/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:45.939/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:45.939/2024-05-03 05:10:45.953 CDOResource@OID1:0v2("/") 2024-05-03 05:10:45.954/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:10:45.954/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:45.954/* Product1@OID4:0v1 2024-05-03 05:10:45.954/* OrderDetail@OID5:0v1 2024-05-03 05:10:45.954/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:45.939/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:45.939/2024-05-03 05:10:45.953 CDOResource@OID1:0v2("/") 2024-05-03 05:10:45.954/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:10:45.954/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:45.954/* Product1@OID4:0v1 2024-05-03 05:10:45.954/* OrderDetail@OID5:0v1 2024-05-03 05:10:45.954/* BranchingSameSessionTest_testCommitAddOrderDetail_subBranch[1]2024-05-03 05:10:45.954/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:45.961/* Product1@OID4:1v1 2024-05-03 05:10:45.961/* OrderDetail@OID6:1v1 2024-05-03 05:10:45.961/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:45.939/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:45.939/2024-05-03 05:10:45.953 CDOResource@OID1:0v2("/") 2024-05-03 05:10:45.954/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:10:45.954/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:45.954/* Product1@OID4:0v1 2024-05-03 05:10:45.954/* OrderDetail@OID5:0v1 2024-05-03 05:10:45.954/* BranchingSameSessionTest_testCommitAddOrderDetail_subBranch[1]2024-05-03 05:10:45.954/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:45.954/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:45.954/2024-05-03 05:10:45.960 CDOResource@OID3:1v1("res") 2024-05-03 05:10:45.961/* Product1@OID4:1v0->0v1 2024-05-03 05:10:45.954/2024-05-03 05:10:45.960 Product1@OID4:1v1 2024-05-03 05:10:45.961/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:45.954/* OrderDetail@OID6:1v1 2024-05-03 05:10:45.961/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:45.939/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:45.939/2024-05-03 05:10:45.953 CDOResource@OID1:0v2("/") 2024-05-03 05:10:45.954/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:10:45.954/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:45.954/* Product1@OID4:0v1 2024-05-03 05:10:45.954/* OrderDetail@OID5:0v1 2024-05-03 05:10:45.954/* BranchingSameSessionTest_testCommitAddOrderDetail_subBranch[1]2024-05-03 05:10:45.954/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:45.954/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:45.954/2024-05-03 05:10:45.960 CDOResource@OID3:1v1("res") 2024-05-03 05:10:45.961/* Product1@OID4:1v0->0v1 2024-05-03 05:10:45.954/2024-05-03 05:10:45.960 Product1@OID4:1v1 2024-05-03 05:10:45.961/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:45.954/* OrderDetail@OID6:1v1 2024-05-03 05:10:45.961/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:45.939/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:45.939/2024-05-03 05:10:45.953 CDOResource@OID1:0v2("/") 2024-05-03 05:10:45.954/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:10:45.954/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:45.954/* Product1@OID4:0v1 2024-05-03 05:10:45.954/* OrderDetail@OID5:0v1 2024-05-03 05:10:45.954/* BranchingSameSessionTest_testCommitAddOrderDetail_subBranch[1]2024-05-03 05:10:45.954/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:45.961/* Product1@OID4:1v1 2024-05-03 05:10:45.961/* OrderDetail@OID6:1v1 2024-05-03 05:10:45.961/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:45.939/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:45.939/2024-05-03 05:10:45.953 CDOResource@OID1:0v2("/") 2024-05-03 05:10:45.954/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:10:45.954/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:45.954/* Product1@OID4:0v1 2024-05-03 05:10:45.954/* OrderDetail@OID5:0v1 2024-05-03 05:10:45.954/* BranchingSameSessionTest_testCommitAddOrderDetail_subBranch[1]2024-05-03 05:10:45.954/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:45.954/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:45.954/2024-05-03 05:10:45.960 CDOResource@OID3:1v1("res") 2024-05-03 05:10:45.961/* Product1@OID4:1v0->0v1 2024-05-03 05:10:45.954/2024-05-03 05:10:45.960 Product1@OID4:1v1 2024-05-03 05:10:45.961/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:45.954/* OrderDetail@OID6:1v1 2024-05-03 05:10:45.961/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:45.939/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:45.939/2024-05-03 05:10:45.953 CDOResource@OID1:0v2("/") 2024-05-03 05:10:45.954/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:10:45.954/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:45.954/* Product1@OID4:0v1 2024-05-03 05:10:45.954/* OrderDetail@OID5:0v1 2024-05-03 05:10:45.954/* BranchingSameSessionTest_testCommitAddOrderDetail_subBranch[1]2024-05-03 05:10:45.954/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:45.954/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:45.954/2024-05-03 05:10:45.960 CDOResource@OID3:1v1("res") 2024-05-03 05:10:45.961/* Product1@OID4:1v0->0v1 2024-05-03 05:10:45.954/2024-05-03 05:10:45.960 Product1@OID4:1v1 2024-05-03 05:10:45.961/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:45.954/* OrderDetail@OID6:1v1 2024-05-03 05:10:45.961/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:45.939/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:45.939/2024-05-03 05:10:45.953 CDOResource@OID1:0v2("/") 2024-05-03 05:10:45.954/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:10:45.954/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:45.954/* Product1@OID4:0v1 2024-05-03 05:10:45.954/* OrderDetail@OID5:0v1 2024-05-03 05:10:45.954/* BranchingSameSessionTest_testCommitAddOrderDetail_subBranch[1]2024-05-03 05:10:45.954/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:45.961/* Product1@OID4:1v1 2024-05-03 05:10:45.961/* OrderDetail@OID6:1v1 2024-05-03 05:10:45.961/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:45.939/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:45.939/2024-05-03 05:10:45.953 CDOResource@OID1:0v2("/") 2024-05-03 05:10:45.954/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:10:45.954/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:45.954/* Product1@OID4:0v1 2024-05-03 05:10:45.954/* OrderDetail@OID5:0v1 2024-05-03 05:10:45.954/* BranchingSameSessionTest_testCommitAddOrderDetail_subBranch[1]2024-05-03 05:10:45.954/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:45.954/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:45.954/2024-05-03 05:10:45.960 CDOResource@OID3:1v1("res") 2024-05-03 05:10:45.961/* Product1@OID4:1v0->0v1 2024-05-03 05:10:45.954/2024-05-03 05:10:45.960 Product1@OID4:1v1 2024-05-03 05:10:45.961/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:45.954/* OrderDetail@OID6:1v1 2024-05-03 05:10:45.961/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:45.939/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:45.939/2024-05-03 05:10:45.953 CDOResource@OID1:0v2("/") 2024-05-03 05:10:45.954/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:10:45.954/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:45.954/* Product1@OID4:0v1 2024-05-03 05:10:45.954/* OrderDetail@OID5:0v1 2024-05-03 05:10:45.954/* BranchingSameSessionTest_testCommitAddOrderDetail_subBranch[1]2024-05-03 05:10:45.954/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:45.954/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:45.954/2024-05-03 05:10:45.960 CDOResource@OID3:1v1("res") 2024-05-03 05:10:45.961/* Product1@OID4:1v0->0v1 2024-05-03 05:10:45.954/2024-05-03 05:10:45.960 Product1@OID4:1v1 2024-05-03 05:10:45.961/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:45.954/* OrderDetail@OID6:1v1 2024-05-03 05:10:45.961/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:45.939/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:45.939/2024-05-03 05:10:45.953 CDOResource@OID1:0v2("/") 2024-05-03 05:10:45.954/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:10:45.954/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:45.954/* Product1@OID4:0v1 2024-05-03 05:10:45.954/* OrderDetail@OID5:0v1 2024-05-03 05:10:45.954/* BranchingSameSessionTest_testCommitAddOrderDetail_subBranch[1]2024-05-03 05:10:45.954/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:45.961/* Product1@OID4:1v1 2024-05-03 05:10:45.961/* OrderDetail@OID6:1v1 2024-05-03 05:10:45.961/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:45.939/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:45.939/2024-05-03 05:10:45.953 CDOResource@OID1:0v2("/") 2024-05-03 05:10:45.954/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:10:45.954/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:45.954/* Product1@OID4:0v1 2024-05-03 05:10:45.954/* OrderDetail@OID5:0v1 2024-05-03 05:10:45.954/* BranchingSameSessionTest_testCommitAddOrderDetail_subBranch[1]2024-05-03 05:10:45.954/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:45.954/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:45.954/2024-05-03 05:10:45.960 CDOResource@OID3:1v1("res") 2024-05-03 05:10:45.961/* Product1@OID4:1v0->0v1 2024-05-03 05:10:45.954/2024-05-03 05:10:45.960 Product1@OID4:1v1 2024-05-03 05:10:45.961/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:45.954/* OrderDetail@OID6:1v1 2024-05-03 05:10:45.961/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:45.939/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:45.939/2024-05-03 05:10:45.953 CDOResource@OID1:0v2("/") 2024-05-03 05:10:45.954/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:10:45.954/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:45.954/* Product1@OID4:0v1 2024-05-03 05:10:45.954/* OrderDetail@OID5:0v1 2024-05-03 05:10:45.954/* BranchingSameSessionTest_testCommitAddOrderDetail_subBranch[1]2024-05-03 05:10:45.954/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:45.954/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:45.954/2024-05-03 05:10:45.960 CDOResource@OID3:1v1("res") 2024-05-03 05:10:45.961/* Product1@OID4:1v0->0v1 2024-05-03 05:10:45.954/2024-05-03 05:10:45.960 Product1@OID4:1v1 2024-05-03 05:10:45.961/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:45.954/* OrderDetail@OID6:1v1 2024-05-03 05:10:45.961/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:45.939/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:45.939/2024-05-03 05:10:45.953 CDOResource@OID1:0v2("/") 2024-05-03 05:10:45.954/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:10:45.954/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:45.954/* Product1@OID4:0v1 2024-05-03 05:10:45.954/* OrderDetail@OID5:0v1 2024-05-03 05:10:45.954/* BranchingSameSessionTest_testCommitAddOrderDetail_subBranch[1]2024-05-03 05:10:45.954/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:45.961/* Product1@OID4:1v1 2024-05-03 05:10:45.961/* OrderDetail@OID6:1v1 2024-05-03 05:10:45.961/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:45.939/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:45.939/2024-05-03 05:10:45.953 CDOResource@OID1:0v2("/") 2024-05-03 05:10:45.954/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:10:45.954/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:45.954/* Product1@OID4:0v1 2024-05-03 05:10:45.954/* OrderDetail@OID5:0v1 2024-05-03 05:10:45.954/* BranchingSameSessionTest_testCommitAddOrderDetail_subBranch[1]2024-05-03 05:10:45.954/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:45.954/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:45.954/2024-05-03 05:10:45.960 CDOResource@OID3:1v1("res") 2024-05-03 05:10:45.961/* Product1@OID4:1v0->0v1 2024-05-03 05:10:45.954/2024-05-03 05:10:45.960 Product1@OID4:1v1 2024-05-03 05:10:45.961/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:45.954/* OrderDetail@OID6:1v1 2024-05-03 05:10:45.961/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:45.939/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:45.939/2024-05-03 05:10:45.953 CDOResource@OID1:0v2("/") 2024-05-03 05:10:45.954/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:10:45.954/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:45.954/* Product1@OID4:0v1 2024-05-03 05:10:45.954/* OrderDetail@OID5:0v1 2024-05-03 05:10:45.954/* BranchingSameSessionTest_testCommitAddOrderDetail_subBranch[1]2024-05-03 05:10:45.954/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:45.954/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:45.954/2024-05-03 05:10:45.960 CDOResource@OID3:1v1("res") 2024-05-03 05:10:45.961/* Product1@OID4:1v0->0v1 2024-05-03 05:10:45.954/2024-05-03 05:10:45.960 Product1@OID4:1v1 2024-05-03 05:10:45.961/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:45.954/* OrderDetail@OID6:1v1 2024-05-03 05:10:45.961/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:45.939/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:45.939/2024-05-03 05:10:45.953 CDOResource@OID1:0v2("/") 2024-05-03 05:10:45.954/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:10:45.954/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:45.954/* Product1@OID4:0v1 2024-05-03 05:10:45.954/* OrderDetail@OID5:0v1 2024-05-03 05:10:45.954/* BranchingSameSessionTest_testCommitAddOrderDetail_subBranch[1]2024-05-03 05:10:45.954/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:45.961/* Product1@OID4:1v1 2024-05-03 05:10:45.961/* OrderDetail@OID6:1v1 2024-05-03 05:10:45.961/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:45.939/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:45.939/2024-05-03 05:10:45.953 CDOResource@OID1:0v2("/") 2024-05-03 05:10:45.954/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:10:45.954/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:45.954/* Product1@OID4:0v1 2024-05-03 05:10:45.954/* OrderDetail@OID5:0v1 2024-05-03 05:10:45.954/* BranchingSameSessionTest_testCommitAddOrderDetail_subBranch[1]2024-05-03 05:10:45.954/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:45.954/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:45.954/2024-05-03 05:10:45.960 CDOResource@OID3:1v1("res") 2024-05-03 05:10:45.961/* Product1@OID4:1v0->0v1 2024-05-03 05:10:45.954/2024-05-03 05:10:45.960 Product1@OID4:1v1 2024-05-03 05:10:45.961/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:45.954/* OrderDetail@OID6:1v1 2024-05-03 05:10:45.961/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:45.939/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:45.939/2024-05-03 05:10:45.953 CDOResource@OID1:0v2("/") 2024-05-03 05:10:45.954/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:10:45.954/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:45.954/* Product1@OID4:0v1 2024-05-03 05:10:45.954/* OrderDetail@OID5:0v1 2024-05-03 05:10:45.954/* BranchingSameSessionTest_testCommitAddOrderDetail_subBranch[1]2024-05-03 05:10:45.954/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:45.954/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:45.954/2024-05-03 05:10:45.960 CDOResource@OID3:1v1("res") 2024-05-03 05:10:45.961/* Product1@OID4:1v0->0v1 2024-05-03 05:10:45.954/2024-05-03 05:10:45.960 Product1@OID4:1v1 2024-05-03 05:10:45.961/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:45.954/* OrderDetail@OID6:1v1 2024-05-03 05:10:45.961/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:45.939/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:45.939/2024-05-03 05:10:45.953 CDOResource@OID1:0v2("/") 2024-05-03 05:10:45.954/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:10:45.954/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:45.954/* Product1@OID4:0v1 2024-05-03 05:10:45.954/* OrderDetail@OID5:0v1 2024-05-03 05:10:45.954/* BranchingSameSessionTest_testCommitAddOrderDetail_subBranch[1]2024-05-03 05:10:45.954/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:45.961/* Product1@OID4:1v1 2024-05-03 05:10:45.961/* OrderDetail@OID6:1v1 2024-05-03 05:10:45.961/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:45.939/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:45.939/2024-05-03 05:10:45.953 CDOResource@OID1:0v2("/") 2024-05-03 05:10:45.954/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:10:45.954/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:45.954/* Product1@OID4:0v1 2024-05-03 05:10:45.954/* OrderDetail@OID5:0v1 2024-05-03 05:10:45.954/* BranchingSameSessionTest_testCommitAddOrderDetail_subBranch[1]2024-05-03 05:10:45.954/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:45.954/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:45.954/2024-05-03 05:10:45.960 CDOResource@OID3:1v1("res") 2024-05-03 05:10:45.961/* Product1@OID4:1v0->0v1 2024-05-03 05:10:45.954/2024-05-03 05:10:45.960 Product1@OID4:1v1 2024-05-03 05:10:45.961/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:45.954/* OrderDetail@OID6:1v1 2024-05-03 05:10:45.961/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:45.939/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:45.939/2024-05-03 05:10:45.953 CDOResource@OID1:0v2("/") 2024-05-03 05:10:45.954/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:10:45.954/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:45.954/* Product1@OID4:0v1 2024-05-03 05:10:45.954/* OrderDetail@OID5:0v1 2024-05-03 05:10:45.954/* BranchingSameSessionTest_testCommitAddOrderDetail_subBranch[1]2024-05-03 05:10:45.954/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:45.954/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:45.954/2024-05-03 05:10:45.960 CDOResource@OID3:1v1("res") 2024-05-03 05:10:45.961/* Product1@OID4:1v0->0v1 2024-05-03 05:10:45.954/2024-05-03 05:10:45.960 Product1@OID4:1v1 2024-05-03 05:10:45.961/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:45.954/* OrderDetail@OID6:1v1 2024-05-03 05:10:45.961/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:45.939/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:45.939/2024-05-03 05:10:45.953 CDOResource@OID1:0v2("/") 2024-05-03 05:10:45.954/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:10:45.954/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:45.954/* Product1@OID4:0v1 2024-05-03 05:10:45.954/* OrderDetail@OID5:0v1 2024-05-03 05:10:45.954/* BranchingSameSessionTest_testCommitAddOrderDetail_subBranch[1]2024-05-03 05:10:45.954/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:45.961/* Product1@OID4:1v1 2024-05-03 05:10:45.961/* OrderDetail@OID6:1v1 2024-05-03 05:10:45.961/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:45.939/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:45.939/2024-05-03 05:10:45.953 CDOResource@OID1:0v2("/") 2024-05-03 05:10:45.954/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:10:45.954/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:45.954/* Product1@OID4:0v1 2024-05-03 05:10:45.954/* OrderDetail@OID5:0v1 2024-05-03 05:10:45.954/* BranchingSameSessionTest_testCommitAddOrderDetail_subBranch[1]2024-05-03 05:10:45.954/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:45.954/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:45.954/2024-05-03 05:10:45.960 CDOResource@OID3:1v1("res") 2024-05-03 05:10:45.961/* Product1@OID4:1v0->0v1 2024-05-03 05:10:45.954/2024-05-03 05:10:45.960 Product1@OID4:1v1 2024-05-03 05:10:45.961/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:45.954/* OrderDetail@OID6:1v1 2024-05-03 05:10:45.961/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:45.939/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:45.939/2024-05-03 05:10:45.953 CDOResource@OID1:0v2("/") 2024-05-03 05:10:45.954/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:10:45.954/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:45.954/* Product1@OID4:0v1 2024-05-03 05:10:45.954/* OrderDetail@OID5:0v1 2024-05-03 05:10:45.954/* BranchingSameSessionTest_testCommitAddOrderDetail_subBranch[1]2024-05-03 05:10:45.954/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:45.954/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:45.954/2024-05-03 05:10:45.960 CDOResource@OID3:1v1("res") 2024-05-03 05:10:45.961/* Product1@OID4:1v0->0v1 2024-05-03 05:10:45.954/2024-05-03 05:10:45.960 Product1@OID4:1v1 2024-05-03 05:10:45.961/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:45.954/* OrderDetail@OID6:1v1 2024-05-03 05:10:45.961/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:45.939/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:45.939/2024-05-03 05:10:45.953 CDOResource@OID1:0v2("/") 2024-05-03 05:10:45.954/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:10:45.954/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:45.954/* Product1@OID4:0v1 2024-05-03 05:10:45.954/* OrderDetail@OID5:0v1 2024-05-03 05:10:45.954/* BranchingSameSessionTest_testCommitAddOrderDetail_subBranch[1]2024-05-03 05:10:45.954/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:45.961/* Product1@OID4:1v1 2024-05-03 05:10:45.961/* OrderDetail@OID6:1v1 2024-05-03 05:10:45.961/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:45.939/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:45.939/2024-05-03 05:10:45.953 CDOResource@OID1:0v2("/") 2024-05-03 05:10:45.954/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:10:45.954/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:45.954/* Product1@OID4:0v1 2024-05-03 05:10:45.954/* OrderDetail@OID5:0v1 2024-05-03 05:10:45.954/* BranchingSameSessionTest_testCommitAddOrderDetail_subBranch[1]2024-05-03 05:10:45.954/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:45.954/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:45.954/2024-05-03 05:10:45.960 CDOResource@OID3:1v1("res") 2024-05-03 05:10:45.961/* Product1@OID4:1v0->0v1 2024-05-03 05:10:45.954/2024-05-03 05:10:45.960 Product1@OID4:1v1 2024-05-03 05:10:45.961/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:45.954/* OrderDetail@OID6:1v1 2024-05-03 05:10:45.961/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:45.939/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:45.939/2024-05-03 05:10:45.953 CDOResource@OID1:0v2("/") 2024-05-03 05:10:45.954/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:10:45.954/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:45.954/* Product1@OID4:0v1 2024-05-03 05:10:45.954/* OrderDetail@OID5:0v1 2024-05-03 05:10:45.954/* BranchingSameSessionTest_testCommitAddOrderDetail_subBranch[1]2024-05-03 05:10:45.954/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:45.954/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:45.954/2024-05-03 05:10:45.960 CDOResource@OID3:1v1("res") 2024-05-03 05:10:45.961/* Product1@OID4:1v0->0v1 2024-05-03 05:10:45.954/2024-05-03 05:10:45.960 Product1@OID4:1v1 2024-05-03 05:10:45.961/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:45.954/* OrderDetail@OID6:1v1 2024-05-03 05:10:45.961/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:45.939/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:45.939/2024-05-03 05:10:45.953 CDOResource@OID1:0v2("/") 2024-05-03 05:10:45.954/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:10:45.954/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:45.954/* Product1@OID4:0v1 2024-05-03 05:10:45.954/* OrderDetail@OID5:0v1 2024-05-03 05:10:45.954/* BranchingSameSessionTest_testCommitAddOrderDetail_subBranch[1]2024-05-03 05:10:45.954/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:45.961/* Product1@OID4:1v1 2024-05-03 05:10:45.961/* OrderDetail@OID6:1v1 2024-05-03 05:10:45.961/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:45.939/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:45.939/2024-05-03 05:10:45.953 CDOResource@OID1:0v2("/") 2024-05-03 05:10:45.954/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:10:45.954/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:45.954/* Product1@OID4:0v1 2024-05-03 05:10:45.954/* OrderDetail@OID5:0v1 2024-05-03 05:10:45.954/* BranchingSameSessionTest_testCommitAddOrderDetail_subBranch[1]2024-05-03 05:10:45.954/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:45.954/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:45.954/2024-05-03 05:10:45.960 CDOResource@OID3:1v1("res") 2024-05-03 05:10:45.961/* Product1@OID4:1v0->0v1 2024-05-03 05:10:45.954/2024-05-03 05:10:45.960 Product1@OID4:1v1 2024-05-03 05:10:45.961/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:45.954/* OrderDetail@OID6:1v1 2024-05-03 05:10:45.961/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:45.939/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:45.939/2024-05-03 05:10:45.953 CDOResource@OID1:0v2("/") 2024-05-03 05:10:45.954/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:10:45.954/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:45.954/* Product1@OID4:0v1 2024-05-03 05:10:45.954/* OrderDetail@OID5:0v1 2024-05-03 05:10:45.954/* BranchingSameSessionTest_testCommitAddOrderDetail_subBranch[1]2024-05-03 05:10:45.954/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:45.954/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:45.954/2024-05-03 05:10:45.960 CDOResource@OID3:1v1("res") 2024-05-03 05:10:45.961/* Product1@OID4:1v0->0v1 2024-05-03 05:10:45.954/2024-05-03 05:10:45.960 Product1@OID4:1v1 2024-05-03 05:10:45.961/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:45.954/* OrderDetail@OID6:1v1 2024-05-03 05:10:45.961/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:45.939/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:45.939/2024-05-03 05:10:45.953 CDOResource@OID1:0v2("/") 2024-05-03 05:10:45.954/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:10:45.954/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:45.954/* Product1@OID4:0v1 2024-05-03 05:10:45.954/* OrderDetail@OID5:0v1 2024-05-03 05:10:45.954/* BranchingSameSessionTest_testCommitAddOrderDetail_subBranch[1]2024-05-03 05:10:45.954/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:45.961/* Product1@OID4:1v1 2024-05-03 05:10:45.961/* OrderDetail@OID6:1v1 2024-05-03 05:10:45.961/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:45.939/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:45.939/2024-05-03 05:10:45.953 CDOResource@OID1:0v2("/") 2024-05-03 05:10:45.954/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:10:45.954/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:45.954/* Product1@OID4:0v1 2024-05-03 05:10:45.954/* OrderDetail@OID5:0v1 2024-05-03 05:10:45.954/* BranchingSameSessionTest_testCommitAddOrderDetail_subBranch[1]2024-05-03 05:10:45.954/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:45.954/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:45.954/2024-05-03 05:10:45.960 CDOResource@OID3:1v1("res") 2024-05-03 05:10:45.961/* Product1@OID4:1v0->0v1 2024-05-03 05:10:45.954/2024-05-03 05:10:45.960 Product1@OID4:1v1 2024-05-03 05:10:45.961/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:45.954/* OrderDetail@OID6:1v1 2024-05-03 05:10:45.961/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:45.939/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:45.939/2024-05-03 05:10:45.953 CDOResource@OID1:0v2("/") 2024-05-03 05:10:45.954/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:10:45.954/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:45.954/* Product1@OID4:0v1 2024-05-03 05:10:45.954/* OrderDetail@OID5:0v1 2024-05-03 05:10:45.954/* BranchingSameSessionTest_testCommitAddOrderDetail_subBranch[1]2024-05-03 05:10:45.954/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:45.954/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:45.954/2024-05-03 05:10:45.960 CDOResource@OID3:1v1("res") 2024-05-03 05:10:45.961/* Product1@OID4:1v0->0v1 2024-05-03 05:10:45.954/2024-05-03 05:10:45.960 Product1@OID4:1v1 2024-05-03 05:10:45.961/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:45.954/* OrderDetail@OID6:1v1 2024-05-03 05:10:45.961/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:45.939/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:45.939/2024-05-03 05:10:45.953 CDOResource@OID1:0v2("/") 2024-05-03 05:10:45.954/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:10:45.954/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:45.954/* Product1@OID4:0v1 2024-05-03 05:10:45.954/* OrderDetail@OID5:0v1 2024-05-03 05:10:45.954/* BranchingSameSessionTest_testCommitAddOrderDetail_subBranch[1]2024-05-03 05:10:45.954/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:45.961/* Product1@OID4:1v1 2024-05-03 05:10:45.961/* OrderDetail@OID6:1v1 2024-05-03 05:10:45.961/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:45.939/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:45.939/2024-05-03 05:10:45.953 CDOResource@OID1:0v2("/") 2024-05-03 05:10:45.954/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:10:45.954/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:45.954/* Product1@OID4:0v1 2024-05-03 05:10:45.954/* OrderDetail@OID5:0v1 2024-05-03 05:10:45.954/* BranchingSameSessionTest_testCommitAddOrderDetail_subBranch[1]2024-05-03 05:10:45.954/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:45.954/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:45.954/2024-05-03 05:10:45.960 CDOResource@OID3:1v1("res") 2024-05-03 05:10:45.961/* Product1@OID4:1v0->0v1 2024-05-03 05:10:45.954/2024-05-03 05:10:45.960 Product1@OID4:1v1 2024-05-03 05:10:45.961/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:45.954/* OrderDetail@OID6:1v1 2024-05-03 05:10:45.961/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:45.939/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:45.939/2024-05-03 05:10:45.953 CDOResource@OID1:0v2("/") 2024-05-03 05:10:45.954/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:10:45.954/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:45.954/* Product1@OID4:0v1 2024-05-03 05:10:45.954/* OrderDetail@OID5:0v1 2024-05-03 05:10:45.954/* BranchingSameSessionTest_testCommitAddOrderDetail_subBranch[1]2024-05-03 05:10:45.954/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:45.954/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:45.954/2024-05-03 05:10:45.960 CDOResource@OID3:1v1("res") 2024-05-03 05:10:45.961/* Product1@OID4:1v0->0v1 2024-05-03 05:10:45.954/2024-05-03 05:10:45.960 Product1@OID4:1v1 2024-05-03 05:10:45.961/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:45.954/* OrderDetail@OID6:1v1 2024-05-03 05:10:45.961/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:45.939/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:45.939/2024-05-03 05:10:45.953 CDOResource@OID1:0v2("/") 2024-05-03 05:10:45.954/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:10:45.954/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:45.954/* Product1@OID4:0v1 2024-05-03 05:10:45.954/* OrderDetail@OID5:0v1 2024-05-03 05:10:45.954/* BranchingSameSessionTest_testCommitAddOrderDetail_subBranch[1]2024-05-03 05:10:45.954/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:45.961/* Product1@OID4:1v1 2024-05-03 05:10:45.961/* OrderDetail@OID6:1v1 2024-05-03 05:10:45.961/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:45.939/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:45.939/2024-05-03 05:10:45.953 CDOResource@OID1:0v2("/") 2024-05-03 05:10:45.954/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:10:45.954/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:45.954/* Product1@OID4:0v1 2024-05-03 05:10:45.954/* OrderDetail@OID5:0v1 2024-05-03 05:10:45.954/* BranchingSameSessionTest_testCommitAddOrderDetail_subBranch[1]2024-05-03 05:10:45.954/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:45.954/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:45.954/2024-05-03 05:10:45.960 CDOResource@OID3:1v1("res") 2024-05-03 05:10:45.961/* Product1@OID4:1v0->0v1 2024-05-03 05:10:45.954/2024-05-03 05:10:45.960 Product1@OID4:1v1 2024-05-03 05:10:45.961/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:45.954/* OrderDetail@OID6:1v1 2024-05-03 05:10:45.961/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:45.939/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:45.939/2024-05-03 05:10:45.953 CDOResource@OID1:0v2("/") 2024-05-03 05:10:45.954/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:10:45.954/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:45.954/* Product1@OID4:0v1 2024-05-03 05:10:45.954/* OrderDetail@OID5:0v1 2024-05-03 05:10:45.954/* BranchingSameSessionTest_testCommitAddOrderDetail_subBranch[1]2024-05-03 05:10:45.954/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:45.954/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:45.954/2024-05-03 05:10:45.960 CDOResource@OID3:1v1("res") 2024-05-03 05:10:45.961/* Product1@OID4:1v0->0v1 2024-05-03 05:10:45.954/2024-05-03 05:10:45.960 Product1@OID4:1v1 2024-05-03 05:10:45.961/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:45.954/* OrderDetail@OID6:1v1 2024-05-03 05:10:45.961/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:45.939/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:45.939/2024-05-03 05:10:45.953 CDOResource@OID1:0v2("/") 2024-05-03 05:10:45.954/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:10:45.954/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:45.954/* Product1@OID4:0v1 2024-05-03 05:10:45.954/* OrderDetail@OID5:0v1 2024-05-03 05:10:45.954/* BranchingSameSessionTest_testCommitAddOrderDetail_subBranch[1]2024-05-03 05:10:45.954/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:45.961/* Product1@OID4:1v1 2024-05-03 05:10:45.961/* OrderDetail@OID6:1v1 2024-05-03 05:10:45.961/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:45.939/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:45.939/2024-05-03 05:10:45.953 CDOResource@OID1:0v2("/") 2024-05-03 05:10:45.954/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:10:45.954/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:45.954/* Product1@OID4:0v1 2024-05-03 05:10:45.954/* OrderDetail@OID5:0v1 2024-05-03 05:10:45.954/* BranchingSameSessionTest_testCommitAddOrderDetail_subBranch[1]2024-05-03 05:10:45.954/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:45.954/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:45.954/2024-05-03 05:10:45.960 CDOResource@OID3:1v1("res") 2024-05-03 05:10:45.961/* Product1@OID4:1v0->0v1 2024-05-03 05:10:45.954/2024-05-03 05:10:45.960 Product1@OID4:1v1 2024-05-03 05:10:45.961/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:45.954/* OrderDetail@OID6:1v1 2024-05-03 05:10:45.961/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:45.939/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:45.939/2024-05-03 05:10:45.953 CDOResource@OID1:0v2("/") 2024-05-03 05:10:45.954/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:10:45.954/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:45.954/* Product1@OID4:0v1 2024-05-03 05:10:45.954/* OrderDetail@OID5:0v1 2024-05-03 05:10:45.954/* BranchingSameSessionTest_testCommitAddOrderDetail_subBranch[1]2024-05-03 05:10:45.954/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:45.954/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:45.954/2024-05-03 05:10:45.960 CDOResource@OID3:1v1("res") 2024-05-03 05:10:45.961/* Product1@OID4:1v0->0v1 2024-05-03 05:10:45.954/2024-05-03 05:10:45.960 Product1@OID4:1v1 2024-05-03 05:10:45.961/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:45.954/* OrderDetail@OID6:1v1 2024-05-03 05:10:45.961/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:45.939/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:45.939/2024-05-03 05:10:45.953 CDOResource@OID1:0v2("/") 2024-05-03 05:10:45.954/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:10:45.954/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:45.954/* Product1@OID4:0v1 2024-05-03 05:10:45.954/* OrderDetail@OID5:0v1 2024-05-03 05:10:45.954/* BranchingSameSessionTest_testCommitAddOrderDetail_subBranch[1]2024-05-03 05:10:45.954/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:45.961/* Product1@OID4:1v1 2024-05-03 05:10:45.961/* OrderDetail@OID6:1v1 2024-05-03 05:10:45.961/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:45.939/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:45.939/2024-05-03 05:10:45.953 CDOResource@OID1:0v2("/") 2024-05-03 05:10:45.954/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:10:45.954/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:45.954/* Product1@OID4:0v1 2024-05-03 05:10:45.954/* OrderDetail@OID5:0v1 2024-05-03 05:10:45.954/* BranchingSameSessionTest_testCommitAddOrderDetail_subBranch[1]2024-05-03 05:10:45.954/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:45.954/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:45.954/2024-05-03 05:10:45.960 CDOResource@OID3:1v1("res") 2024-05-03 05:10:45.961/* Product1@OID4:1v0->0v1 2024-05-03 05:10:45.954/2024-05-03 05:10:45.960 Product1@OID4:1v1 2024-05-03 05:10:45.961/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:45.954/* OrderDetail@OID6:1v1 2024-05-03 05:10:45.961/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:45.939/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:45.939/2024-05-03 05:10:45.953 CDOResource@OID1:0v2("/") 2024-05-03 05:10:45.954/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:10:45.954/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:45.954/* Product1@OID4:0v1 2024-05-03 05:10:45.954/* OrderDetail@OID5:0v1 2024-05-03 05:10:45.954/* BranchingSameSessionTest_testCommitAddOrderDetail_subBranch[1]2024-05-03 05:10:45.954/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:45.954/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:45.954/2024-05-03 05:10:45.960 CDOResource@OID3:1v1("res") 2024-05-03 05:10:45.961/* Product1@OID4:1v0->0v1 2024-05-03 05:10:45.954/2024-05-03 05:10:45.960 Product1@OID4:1v1 2024-05-03 05:10:45.961/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:45.954/* OrderDetail@OID6:1v1 2024-05-03 05:10:45.961/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:45.939/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:45.939/2024-05-03 05:10:45.953 CDOResource@OID1:0v2("/") 2024-05-03 05:10:45.954/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:10:45.954/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:45.954/* Product1@OID4:0v1 2024-05-03 05:10:45.954/* OrderDetail@OID5:0v1 2024-05-03 05:10:45.954/* BranchingSameSessionTest_testCommitAddOrderDetail_subBranch[1]2024-05-03 05:10:45.954/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:45.961/* Product1@OID4:1v1 2024-05-03 05:10:45.961/* OrderDetail@OID6:1v1 2024-05-03 05:10:45.961/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:45.939/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:45.939/2024-05-03 05:10:45.953 CDOResource@OID1:0v2("/") 2024-05-03 05:10:45.954/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:10:45.954/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:45.954/* Product1@OID4:0v1 2024-05-03 05:10:45.954/* OrderDetail@OID5:0v1 2024-05-03 05:10:45.954/* BranchingSameSessionTest_testCommitAddOrderDetail_subBranch[1]2024-05-03 05:10:45.954/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:45.954/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:45.954/2024-05-03 05:10:45.960 CDOResource@OID3:1v1("res") 2024-05-03 05:10:45.961/* Product1@OID4:1v0->0v1 2024-05-03 05:10:45.954/2024-05-03 05:10:45.960 Product1@OID4:1v1 2024-05-03 05:10:45.961/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:45.954/* OrderDetail@OID6:1v1 2024-05-03 05:10:45.961/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:45.939/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:45.939/2024-05-03 05:10:45.953 CDOResource@OID1:0v2("/") 2024-05-03 05:10:45.954/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:10:45.954/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:45.954/* Product1@OID4:0v1 2024-05-03 05:10:45.954/* OrderDetail@OID5:0v1 2024-05-03 05:10:45.954/* BranchingSameSessionTest_testCommitAddOrderDetail_subBranch[1]2024-05-03 05:10:45.954/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:45.954/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:45.954/2024-05-03 05:10:45.960 CDOResource@OID3:1v1("res") 2024-05-03 05:10:45.961/* Product1@OID4:1v0->0v1 2024-05-03 05:10:45.954/2024-05-03 05:10:45.960 Product1@OID4:1v1 2024-05-03 05:10:45.961/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:45.954/* OrderDetail@OID6:1v1 2024-05-03 05:10:45.961/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:45.939/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:45.939/2024-05-03 05:10:45.953 CDOResource@OID1:0v2("/") 2024-05-03 05:10:45.954/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:10:45.954/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:45.954/* Product1@OID4:0v1 2024-05-03 05:10:45.954/* OrderDetail@OID5:0v1 2024-05-03 05:10:45.954/* BranchingSameSessionTest_testCommitAddOrderDetail_subBranch[1]2024-05-03 05:10:45.954/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:45.961/* Product1@OID4:1v1 2024-05-03 05:10:45.961/* OrderDetail@OID6:1v1 2024-05-03 05:10:45.961/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:45.939/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:45.939/2024-05-03 05:10:45.953 CDOResource@OID1:0v2("/") 2024-05-03 05:10:45.954/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:10:45.954/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:45.954/* Product1@OID4:0v1 2024-05-03 05:10:45.954/* OrderDetail@OID5:0v1 2024-05-03 05:10:45.954/* BranchingSameSessionTest_testCommitAddOrderDetail_subBranch[1]2024-05-03 05:10:45.954/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:45.954/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:45.954/2024-05-03 05:10:45.960 CDOResource@OID3:1v1("res") 2024-05-03 05:10:45.961/* Product1@OID4:1v0->0v1 2024-05-03 05:10:45.954/2024-05-03 05:10:45.960 Product1@OID4:1v1 2024-05-03 05:10:45.961/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:45.954/* OrderDetail@OID6:1v1 2024-05-03 05:10:45.961/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:45.939/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:45.939/2024-05-03 05:10:45.953 CDOResource@OID1:0v2("/") 2024-05-03 05:10:45.954/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:10:45.954/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:45.954/* Product1@OID4:0v1 2024-05-03 05:10:45.954/* OrderDetail@OID5:0v1 2024-05-03 05:10:45.954/* BranchingSameSessionTest_testCommitAddOrderDetail_subBranch[1]2024-05-03 05:10:45.954/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:45.954/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:45.954/2024-05-03 05:10:45.960 CDOResource@OID3:1v1("res") 2024-05-03 05:10:45.961/* Product1@OID4:1v0->0v1 2024-05-03 05:10:45.954/2024-05-03 05:10:45.960 Product1@OID4:1v1 2024-05-03 05:10:45.961/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:45.954/* OrderDetail@OID6:1v1 2024-05-03 05:10:45.961/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:45.939/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:45.939/2024-05-03 05:10:45.953 CDOResource@OID1:0v2("/") 2024-05-03 05:10:45.954/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:10:45.954/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:45.954/* Product1@OID4:0v1 2024-05-03 05:10:45.954/* OrderDetail@OID5:0v1 2024-05-03 05:10:45.954/* BranchingSameSessionTest_testCommitAddOrderDetail_subBranch[1]2024-05-03 05:10:45.954/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:45.961/* Product1@OID4:1v1 2024-05-03 05:10:45.961/* OrderDetail@OID6:1v1 2024-05-03 05:10:45.961/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:45.939/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:45.939/2024-05-03 05:10:45.953 CDOResource@OID1:0v2("/") 2024-05-03 05:10:45.954/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:10:45.954/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:45.954/* Product1@OID4:0v1 2024-05-03 05:10:45.954/* OrderDetail@OID5:0v1 2024-05-03 05:10:45.954/* BranchingSameSessionTest_testCommitAddOrderDetail_subBranch[1]2024-05-03 05:10:45.954/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:45.954/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:45.954/2024-05-03 05:10:45.960 CDOResource@OID3:1v1("res") 2024-05-03 05:10:45.961/* Product1@OID4:1v0->0v1 2024-05-03 05:10:45.954/2024-05-03 05:10:45.960 Product1@OID4:1v1 2024-05-03 05:10:45.961/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:45.954/* OrderDetail@OID6:1v1 2024-05-03 05:10:45.961/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:45.939/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:45.939/2024-05-03 05:10:45.953 CDOResource@OID1:0v2("/") 2024-05-03 05:10:45.954/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:10:45.954/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:45.954/* Product1@OID4:0v1 2024-05-03 05:10:45.954/* OrderDetail@OID5:0v1 2024-05-03 05:10:45.954/* BranchingSameSessionTest_testCommitAddOrderDetail_subBranch[1]2024-05-03 05:10:45.954/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:45.954/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:45.954/2024-05-03 05:10:45.960 CDOResource@OID3:1v1("res") 2024-05-03 05:10:45.961/* Product1@OID4:1v0->0v1 2024-05-03 05:10:45.954/2024-05-03 05:10:45.960 Product1@OID4:1v1 2024-05-03 05:10:45.961/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:45.954/* OrderDetail@OID6:1v1 2024-05-03 05:10:45.961/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:45.939/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:45.939/2024-05-03 05:10:45.953 CDOResource@OID1:0v2("/") 2024-05-03 05:10:45.954/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:10:45.954/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:45.954/* Product1@OID4:0v1 2024-05-03 05:10:45.954/* OrderDetail@OID5:0v1 2024-05-03 05:10:45.954/* BranchingSameSessionTest_testCommitAddOrderDetail_subBranch[1]2024-05-03 05:10:45.954/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:45.961/* Product1@OID4:1v1 2024-05-03 05:10:45.961/* OrderDetail@OID6:1v1 2024-05-03 05:10:45.961/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:45.939/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:45.939/2024-05-03 05:10:45.953 CDOResource@OID1:0v2("/") 2024-05-03 05:10:45.954/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:10:45.954/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:45.954/* Product1@OID4:0v1 2024-05-03 05:10:45.954/* OrderDetail@OID5:0v1 2024-05-03 05:10:45.954/* BranchingSameSessionTest_testCommitAddOrderDetail_subBranch[1]2024-05-03 05:10:45.954/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:45.954/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:45.954/2024-05-03 05:10:45.960 CDOResource@OID3:1v1("res") 2024-05-03 05:10:45.961/* Product1@OID4:1v0->0v1 2024-05-03 05:10:45.954/2024-05-03 05:10:45.960 Product1@OID4:1v1 2024-05-03 05:10:45.961/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:45.954/* OrderDetail@OID6:1v1 2024-05-03 05:10:45.961/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:45.939/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:45.939/2024-05-03 05:10:45.953 CDOResource@OID1:0v2("/") 2024-05-03 05:10:45.954/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:10:45.954/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:45.954/* Product1@OID4:0v1 2024-05-03 05:10:45.954/* OrderDetail@OID5:0v1 2024-05-03 05:10:45.954/* BranchingSameSessionTest_testCommitAddOrderDetail_subBranch[1]2024-05-03 05:10:45.954/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:45.954/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:45.954/2024-05-03 05:10:45.960 CDOResource@OID3:1v1("res") 2024-05-03 05:10:45.961/* Product1@OID4:1v0->0v1 2024-05-03 05:10:45.954/2024-05-03 05:10:45.960 Product1@OID4:1v1 2024-05-03 05:10:45.961/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:45.954/* OrderDetail@OID6:1v1 2024-05-03 05:10:45.961/* ******************************************************* BranchingSameSessionTest.testCommitRemoveOrderDetail [MEM-branching, JVM, Legacy] ******************************************************* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:46.054/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:46.054/2024-05-03 05:10:46.067 CDOResource@OID1:0v2("/") 2024-05-03 05:10:46.068/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testCommitRemoveOrderDetail")2024-05-03 05:10:46.068/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:46.068/* OrderDetail@OID4:0v1 2024-05-03 05:10:46.068/* Product1@OID5:0v1 2024-05-03 05:10:46.068/* OrderDetail@OID6:0v1 2024-05-03 05:10:46.068/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:46.054/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:46.054/2024-05-03 05:10:46.067 CDOResource@OID1:0v2("/") 2024-05-03 05:10:46.068/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testCommitRemoveOrderDetail")2024-05-03 05:10:46.068/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:46.068/* OrderDetail@OID4:0v1 2024-05-03 05:10:46.068/* Product1@OID5:0v1 2024-05-03 05:10:46.068/* OrderDetail@OID6:0v1 2024-05-03 05:10:46.068/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:46.054/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:46.054/2024-05-03 05:10:46.067 CDOResource@OID1:0v2("/") 2024-05-03 05:10:46.068/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testCommitRemoveOrderDetail")2024-05-03 05:10:46.068/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:46.068/* OrderDetail@OID4:0v1 2024-05-03 05:10:46.068/* Product1@OID5:0v1 2024-05-03 05:10:46.068/* OrderDetail@OID6:0v1 2024-05-03 05:10:46.068/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:46.054/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:46.054/2024-05-03 05:10:46.067 CDOResource@OID1:0v2("/") 2024-05-03 05:10:46.068/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testCommitRemoveOrderDetail")2024-05-03 05:10:46.068/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:46.068/* OrderDetail@OID4:0v1 2024-05-03 05:10:46.068/* Product1@OID5:0v1 2024-05-03 05:10:46.068/* OrderDetail@OID6:0v1 2024-05-03 05:10:46.068/* BranchingSameSessionTest_testCommitRemoveOrderDetail_subBranch[1]2024-05-03 05:10:46.068/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:46.077/* OrderDetail@OID4:1v1d 2024-05-03 05:10:46.077/* Product1@OID5:1v1 2024-05-03 05:10:46.077/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:46.054/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:46.054/2024-05-03 05:10:46.067 CDOResource@OID1:0v2("/") 2024-05-03 05:10:46.068/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testCommitRemoveOrderDetail")2024-05-03 05:10:46.068/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:46.068/* OrderDetail@OID4:0v1 2024-05-03 05:10:46.068/* Product1@OID5:0v1 2024-05-03 05:10:46.068/* OrderDetail@OID6:0v1 2024-05-03 05:10:46.068/* BranchingSameSessionTest_testCommitRemoveOrderDetail_subBranch[1]2024-05-03 05:10:46.068/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:46.068/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:46.068/2024-05-03 05:10:46.076 CDOResource@OID3:1v1("res") 2024-05-03 05:10:46.077/* OrderDetail@OID4:1v0->0v1 2024-05-03 05:10:46.068/2024-05-03 05:10:46.076 Product1@OID5:1v0->0v1 2024-05-03 05:10:46.068/2024-05-03 05:10:46.076 Product1@OID5:1v1 2024-05-03 05:10:46.077/* OrderDetail@OID6:1v0->0v1 2024-05-03 05:10:46.068/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:46.054/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:46.054/2024-05-03 05:10:46.067 CDOResource@OID1:0v2("/") 2024-05-03 05:10:46.068/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testCommitRemoveOrderDetail")2024-05-03 05:10:46.068/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:46.068/* OrderDetail@OID4:0v1 2024-05-03 05:10:46.068/* Product1@OID5:0v1 2024-05-03 05:10:46.068/* OrderDetail@OID6:0v1 2024-05-03 05:10:46.068/* BranchingSameSessionTest_testCommitRemoveOrderDetail_subBranch[1]2024-05-03 05:10:46.068/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:46.068/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:46.068/2024-05-03 05:10:46.076 CDOResource@OID3:1v1("res") 2024-05-03 05:10:46.077/* Product1@OID5:1v0->0v1 2024-05-03 05:10:46.068/2024-05-03 05:10:46.076 Product1@OID5:1v1 2024-05-03 05:10:46.077/* OrderDetail@OID6:1v0->0v1 2024-05-03 05:10:46.068/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:46.054/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:46.054/2024-05-03 05:10:46.067 CDOResource@OID1:0v2("/") 2024-05-03 05:10:46.068/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testCommitRemoveOrderDetail")2024-05-03 05:10:46.068/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:46.068/* OrderDetail@OID4:0v1 2024-05-03 05:10:46.068/* Product1@OID5:0v1 2024-05-03 05:10:46.068/* OrderDetail@OID6:0v1 2024-05-03 05:10:46.068/* BranchingSameSessionTest_testCommitRemoveOrderDetail_subBranch[1]2024-05-03 05:10:46.068/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:46.077/* OrderDetail@OID4:1v1d 2024-05-03 05:10:46.077/* Product1@OID5:1v1 2024-05-03 05:10:46.077/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:46.054/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:46.054/2024-05-03 05:10:46.067 CDOResource@OID1:0v2("/") 2024-05-03 05:10:46.068/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testCommitRemoveOrderDetail")2024-05-03 05:10:46.068/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:46.068/* OrderDetail@OID4:0v1 2024-05-03 05:10:46.068/* Product1@OID5:0v1 2024-05-03 05:10:46.068/* OrderDetail@OID6:0v1 2024-05-03 05:10:46.068/* BranchingSameSessionTest_testCommitRemoveOrderDetail_subBranch[1]2024-05-03 05:10:46.068/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:46.068/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:46.068/2024-05-03 05:10:46.076 CDOResource@OID3:1v1("res") 2024-05-03 05:10:46.077/* OrderDetail@OID4:1v0->0v1 2024-05-03 05:10:46.068/2024-05-03 05:10:46.076 Product1@OID5:1v0->0v1 2024-05-03 05:10:46.068/2024-05-03 05:10:46.076 Product1@OID5:1v1 2024-05-03 05:10:46.077/* OrderDetail@OID6:1v0->0v1 2024-05-03 05:10:46.068/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:46.054/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:46.054/2024-05-03 05:10:46.067 CDOResource@OID1:0v2("/") 2024-05-03 05:10:46.068/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testCommitRemoveOrderDetail")2024-05-03 05:10:46.068/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:46.068/* OrderDetail@OID4:0v1 2024-05-03 05:10:46.068/* Product1@OID5:0v1 2024-05-03 05:10:46.068/* OrderDetail@OID6:0v1 2024-05-03 05:10:46.068/* BranchingSameSessionTest_testCommitRemoveOrderDetail_subBranch[1]2024-05-03 05:10:46.068/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:46.068/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:46.068/2024-05-03 05:10:46.076 CDOResource@OID3:1v1("res") 2024-05-03 05:10:46.077/* Product1@OID5:1v0->0v1 2024-05-03 05:10:46.068/2024-05-03 05:10:46.076 Product1@OID5:1v1 2024-05-03 05:10:46.077/* OrderDetail@OID6:1v0->0v1 2024-05-03 05:10:46.068/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:46.054/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:46.054/2024-05-03 05:10:46.067 CDOResource@OID1:0v2("/") 2024-05-03 05:10:46.068/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testCommitRemoveOrderDetail")2024-05-03 05:10:46.068/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:46.068/* OrderDetail@OID4:0v1 2024-05-03 05:10:46.068/* Product1@OID5:0v1 2024-05-03 05:10:46.068/* OrderDetail@OID6:0v1 2024-05-03 05:10:46.068/* BranchingSameSessionTest_testCommitRemoveOrderDetail_subBranch[1]2024-05-03 05:10:46.068/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:46.077/* OrderDetail@OID4:1v1d 2024-05-03 05:10:46.077/* Product1@OID5:1v1 2024-05-03 05:10:46.077/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:46.054/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:46.054/2024-05-03 05:10:46.067 CDOResource@OID1:0v2("/") 2024-05-03 05:10:46.068/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testCommitRemoveOrderDetail")2024-05-03 05:10:46.068/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:46.068/* OrderDetail@OID4:0v1 2024-05-03 05:10:46.068/* Product1@OID5:0v1 2024-05-03 05:10:46.068/* OrderDetail@OID6:0v1 2024-05-03 05:10:46.068/* BranchingSameSessionTest_testCommitRemoveOrderDetail_subBranch[1]2024-05-03 05:10:46.068/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:46.068/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:46.068/2024-05-03 05:10:46.076 CDOResource@OID3:1v1("res") 2024-05-03 05:10:46.077/* OrderDetail@OID4:1v0->0v1 2024-05-03 05:10:46.068/2024-05-03 05:10:46.076 Product1@OID5:1v0->0v1 2024-05-03 05:10:46.068/2024-05-03 05:10:46.076 Product1@OID5:1v1 2024-05-03 05:10:46.077/* OrderDetail@OID6:1v0->0v1 2024-05-03 05:10:46.068/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:46.054/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:46.054/2024-05-03 05:10:46.067 CDOResource@OID1:0v2("/") 2024-05-03 05:10:46.068/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testCommitRemoveOrderDetail")2024-05-03 05:10:46.068/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:46.068/* OrderDetail@OID4:0v1 2024-05-03 05:10:46.068/* Product1@OID5:0v1 2024-05-03 05:10:46.068/* OrderDetail@OID6:0v1 2024-05-03 05:10:46.068/* BranchingSameSessionTest_testCommitRemoveOrderDetail_subBranch[1]2024-05-03 05:10:46.068/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:46.068/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:46.068/2024-05-03 05:10:46.076 CDOResource@OID3:1v1("res") 2024-05-03 05:10:46.077/* Product1@OID5:1v0->0v1 2024-05-03 05:10:46.068/2024-05-03 05:10:46.076 Product1@OID5:1v1 2024-05-03 05:10:46.077/* OrderDetail@OID6:1v0->0v1 2024-05-03 05:10:46.068/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:46.054/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:46.054/2024-05-03 05:10:46.067 CDOResource@OID1:0v2("/") 2024-05-03 05:10:46.068/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testCommitRemoveOrderDetail")2024-05-03 05:10:46.068/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:46.068/* OrderDetail@OID4:0v1 2024-05-03 05:10:46.068/* Product1@OID5:0v1 2024-05-03 05:10:46.068/* OrderDetail@OID6:0v1 2024-05-03 05:10:46.068/* BranchingSameSessionTest_testCommitRemoveOrderDetail_subBranch[1]2024-05-03 05:10:46.068/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:46.077/* OrderDetail@OID4:1v1d 2024-05-03 05:10:46.077/* Product1@OID5:1v1 2024-05-03 05:10:46.077/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:46.054/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:46.054/2024-05-03 05:10:46.067 CDOResource@OID1:0v2("/") 2024-05-03 05:10:46.068/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testCommitRemoveOrderDetail")2024-05-03 05:10:46.068/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:46.068/* OrderDetail@OID4:0v1 2024-05-03 05:10:46.068/* Product1@OID5:0v1 2024-05-03 05:10:46.068/* OrderDetail@OID6:0v1 2024-05-03 05:10:46.068/* BranchingSameSessionTest_testCommitRemoveOrderDetail_subBranch[1]2024-05-03 05:10:46.068/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:46.068/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:46.068/2024-05-03 05:10:46.076 CDOResource@OID3:1v1("res") 2024-05-03 05:10:46.077/* OrderDetail@OID4:1v0->0v1 2024-05-03 05:10:46.068/2024-05-03 05:10:46.076 Product1@OID5:1v0->0v1 2024-05-03 05:10:46.068/2024-05-03 05:10:46.076 Product1@OID5:1v1 2024-05-03 05:10:46.077/* OrderDetail@OID6:1v0->0v1 2024-05-03 05:10:46.068/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:46.054/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:46.054/2024-05-03 05:10:46.067 CDOResource@OID1:0v2("/") 2024-05-03 05:10:46.068/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testCommitRemoveOrderDetail")2024-05-03 05:10:46.068/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:46.068/* OrderDetail@OID4:0v1 2024-05-03 05:10:46.068/* Product1@OID5:0v1 2024-05-03 05:10:46.068/* OrderDetail@OID6:0v1 2024-05-03 05:10:46.068/* BranchingSameSessionTest_testCommitRemoveOrderDetail_subBranch[1]2024-05-03 05:10:46.068/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:46.068/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:46.068/2024-05-03 05:10:46.076 CDOResource@OID3:1v1("res") 2024-05-03 05:10:46.077/* Product1@OID5:1v0->0v1 2024-05-03 05:10:46.068/2024-05-03 05:10:46.076 Product1@OID5:1v1 2024-05-03 05:10:46.077/* OrderDetail@OID6:1v0->0v1 2024-05-03 05:10:46.068/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:46.054/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:46.054/2024-05-03 05:10:46.067 CDOResource@OID1:0v2("/") 2024-05-03 05:10:46.068/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testCommitRemoveOrderDetail")2024-05-03 05:10:46.068/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:46.068/* OrderDetail@OID4:0v1 2024-05-03 05:10:46.068/* Product1@OID5:0v1 2024-05-03 05:10:46.068/* OrderDetail@OID6:0v1 2024-05-03 05:10:46.068/* BranchingSameSessionTest_testCommitRemoveOrderDetail_subBranch[1]2024-05-03 05:10:46.068/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:46.077/* OrderDetail@OID4:1v1d 2024-05-03 05:10:46.077/* Product1@OID5:1v1 2024-05-03 05:10:46.077/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:46.054/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:46.054/2024-05-03 05:10:46.067 CDOResource@OID1:0v2("/") 2024-05-03 05:10:46.068/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testCommitRemoveOrderDetail")2024-05-03 05:10:46.068/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:46.068/* OrderDetail@OID4:0v1 2024-05-03 05:10:46.068/* Product1@OID5:0v1 2024-05-03 05:10:46.068/* OrderDetail@OID6:0v1 2024-05-03 05:10:46.068/* BranchingSameSessionTest_testCommitRemoveOrderDetail_subBranch[1]2024-05-03 05:10:46.068/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:46.068/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:46.068/2024-05-03 05:10:46.076 CDOResource@OID3:1v1("res") 2024-05-03 05:10:46.077/* OrderDetail@OID4:1v0->0v1 2024-05-03 05:10:46.068/2024-05-03 05:10:46.076 Product1@OID5:1v0->0v1 2024-05-03 05:10:46.068/2024-05-03 05:10:46.076 Product1@OID5:1v1 2024-05-03 05:10:46.077/* OrderDetail@OID6:1v0->0v1 2024-05-03 05:10:46.068/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:46.054/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:46.054/2024-05-03 05:10:46.067 CDOResource@OID1:0v2("/") 2024-05-03 05:10:46.068/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testCommitRemoveOrderDetail")2024-05-03 05:10:46.068/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:46.068/* OrderDetail@OID4:0v1 2024-05-03 05:10:46.068/* Product1@OID5:0v1 2024-05-03 05:10:46.068/* OrderDetail@OID6:0v1 2024-05-03 05:10:46.068/* BranchingSameSessionTest_testCommitRemoveOrderDetail_subBranch[1]2024-05-03 05:10:46.068/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:46.068/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:46.068/2024-05-03 05:10:46.076 CDOResource@OID3:1v1("res") 2024-05-03 05:10:46.077/* Product1@OID5:1v0->0v1 2024-05-03 05:10:46.068/2024-05-03 05:10:46.076 Product1@OID5:1v1 2024-05-03 05:10:46.077/* OrderDetail@OID6:1v0->0v1 2024-05-03 05:10:46.068/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:46.054/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:46.054/2024-05-03 05:10:46.067 CDOResource@OID1:0v2("/") 2024-05-03 05:10:46.068/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testCommitRemoveOrderDetail")2024-05-03 05:10:46.068/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:46.068/* OrderDetail@OID4:0v1 2024-05-03 05:10:46.068/* Product1@OID5:0v1 2024-05-03 05:10:46.068/* OrderDetail@OID6:0v1 2024-05-03 05:10:46.068/* BranchingSameSessionTest_testCommitRemoveOrderDetail_subBranch[1]2024-05-03 05:10:46.068/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:46.077/* OrderDetail@OID4:1v1d 2024-05-03 05:10:46.077/* Product1@OID5:1v1 2024-05-03 05:10:46.077/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:46.054/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:46.054/2024-05-03 05:10:46.067 CDOResource@OID1:0v2("/") 2024-05-03 05:10:46.068/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testCommitRemoveOrderDetail")2024-05-03 05:10:46.068/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:46.068/* OrderDetail@OID4:0v1 2024-05-03 05:10:46.068/* Product1@OID5:0v1 2024-05-03 05:10:46.068/* OrderDetail@OID6:0v1 2024-05-03 05:10:46.068/* BranchingSameSessionTest_testCommitRemoveOrderDetail_subBranch[1]2024-05-03 05:10:46.068/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:46.068/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:46.068/2024-05-03 05:10:46.076 CDOResource@OID3:1v1("res") 2024-05-03 05:10:46.077/* OrderDetail@OID4:1v0->0v1 2024-05-03 05:10:46.068/2024-05-03 05:10:46.076 Product1@OID5:1v0->0v1 2024-05-03 05:10:46.068/2024-05-03 05:10:46.076 Product1@OID5:1v1 2024-05-03 05:10:46.077/* OrderDetail@OID6:1v0->0v1 2024-05-03 05:10:46.068/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:46.054/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:46.054/2024-05-03 05:10:46.067 CDOResource@OID1:0v2("/") 2024-05-03 05:10:46.068/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testCommitRemoveOrderDetail")2024-05-03 05:10:46.068/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:46.068/* OrderDetail@OID4:0v1 2024-05-03 05:10:46.068/* Product1@OID5:0v1 2024-05-03 05:10:46.068/* OrderDetail@OID6:0v1 2024-05-03 05:10:46.068/* BranchingSameSessionTest_testCommitRemoveOrderDetail_subBranch[1]2024-05-03 05:10:46.068/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:46.068/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:46.068/2024-05-03 05:10:46.076 CDOResource@OID3:1v1("res") 2024-05-03 05:10:46.077/* Product1@OID5:1v0->0v1 2024-05-03 05:10:46.068/2024-05-03 05:10:46.076 Product1@OID5:1v1 2024-05-03 05:10:46.077/* OrderDetail@OID6:1v0->0v1 2024-05-03 05:10:46.068/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:46.054/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:46.054/2024-05-03 05:10:46.067 CDOResource@OID1:0v2("/") 2024-05-03 05:10:46.068/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testCommitRemoveOrderDetail")2024-05-03 05:10:46.068/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:46.068/* OrderDetail@OID4:0v1 2024-05-03 05:10:46.068/* Product1@OID5:0v1 2024-05-03 05:10:46.068/* OrderDetail@OID6:0v1 2024-05-03 05:10:46.068/* BranchingSameSessionTest_testCommitRemoveOrderDetail_subBranch[1]2024-05-03 05:10:46.068/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:46.077/* OrderDetail@OID4:1v1d 2024-05-03 05:10:46.077/* Product1@OID5:1v1 2024-05-03 05:10:46.077/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:46.054/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:46.054/2024-05-03 05:10:46.067 CDOResource@OID1:0v2("/") 2024-05-03 05:10:46.068/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testCommitRemoveOrderDetail")2024-05-03 05:10:46.068/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:46.068/* OrderDetail@OID4:0v1 2024-05-03 05:10:46.068/* Product1@OID5:0v1 2024-05-03 05:10:46.068/* OrderDetail@OID6:0v1 2024-05-03 05:10:46.068/* BranchingSameSessionTest_testCommitRemoveOrderDetail_subBranch[1]2024-05-03 05:10:46.068/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:46.068/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:46.068/2024-05-03 05:10:46.076 CDOResource@OID3:1v1("res") 2024-05-03 05:10:46.077/* OrderDetail@OID4:1v0->0v1 2024-05-03 05:10:46.068/2024-05-03 05:10:46.076 Product1@OID5:1v0->0v1 2024-05-03 05:10:46.068/2024-05-03 05:10:46.076 Product1@OID5:1v1 2024-05-03 05:10:46.077/* OrderDetail@OID6:1v0->0v1 2024-05-03 05:10:46.068/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:46.054/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:46.054/2024-05-03 05:10:46.067 CDOResource@OID1:0v2("/") 2024-05-03 05:10:46.068/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testCommitRemoveOrderDetail")2024-05-03 05:10:46.068/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:46.068/* OrderDetail@OID4:0v1 2024-05-03 05:10:46.068/* Product1@OID5:0v1 2024-05-03 05:10:46.068/* OrderDetail@OID6:0v1 2024-05-03 05:10:46.068/* BranchingSameSessionTest_testCommitRemoveOrderDetail_subBranch[1]2024-05-03 05:10:46.068/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:46.068/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:46.068/2024-05-03 05:10:46.076 CDOResource@OID3:1v1("res") 2024-05-03 05:10:46.077/* Product1@OID5:1v0->0v1 2024-05-03 05:10:46.068/2024-05-03 05:10:46.076 Product1@OID5:1v1 2024-05-03 05:10:46.077/* OrderDetail@OID6:1v0->0v1 2024-05-03 05:10:46.068/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:46.054/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:46.054/2024-05-03 05:10:46.067 CDOResource@OID1:0v2("/") 2024-05-03 05:10:46.068/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testCommitRemoveOrderDetail")2024-05-03 05:10:46.068/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:46.068/* OrderDetail@OID4:0v1 2024-05-03 05:10:46.068/* Product1@OID5:0v1 2024-05-03 05:10:46.068/* OrderDetail@OID6:0v1 2024-05-03 05:10:46.068/* BranchingSameSessionTest_testCommitRemoveOrderDetail_subBranch[1]2024-05-03 05:10:46.068/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:46.077/* OrderDetail@OID4:1v1d 2024-05-03 05:10:46.077/* Product1@OID5:1v1 2024-05-03 05:10:46.077/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:46.054/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:46.054/2024-05-03 05:10:46.067 CDOResource@OID1:0v2("/") 2024-05-03 05:10:46.068/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testCommitRemoveOrderDetail")2024-05-03 05:10:46.068/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:46.068/* OrderDetail@OID4:0v1 2024-05-03 05:10:46.068/* Product1@OID5:0v1 2024-05-03 05:10:46.068/* OrderDetail@OID6:0v1 2024-05-03 05:10:46.068/* BranchingSameSessionTest_testCommitRemoveOrderDetail_subBranch[1]2024-05-03 05:10:46.068/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:46.068/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:46.068/2024-05-03 05:10:46.076 CDOResource@OID3:1v1("res") 2024-05-03 05:10:46.077/* OrderDetail@OID4:1v0->0v1 2024-05-03 05:10:46.068/2024-05-03 05:10:46.076 Product1@OID5:1v0->0v1 2024-05-03 05:10:46.068/2024-05-03 05:10:46.076 Product1@OID5:1v1 2024-05-03 05:10:46.077/* OrderDetail@OID6:1v0->0v1 2024-05-03 05:10:46.068/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:46.054/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:46.054/2024-05-03 05:10:46.067 CDOResource@OID1:0v2("/") 2024-05-03 05:10:46.068/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testCommitRemoveOrderDetail")2024-05-03 05:10:46.068/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:46.068/* OrderDetail@OID4:0v1 2024-05-03 05:10:46.068/* Product1@OID5:0v1 2024-05-03 05:10:46.068/* OrderDetail@OID6:0v1 2024-05-03 05:10:46.068/* BranchingSameSessionTest_testCommitRemoveOrderDetail_subBranch[1]2024-05-03 05:10:46.068/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:46.068/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:46.068/2024-05-03 05:10:46.076 CDOResource@OID3:1v1("res") 2024-05-03 05:10:46.077/* Product1@OID5:1v0->0v1 2024-05-03 05:10:46.068/2024-05-03 05:10:46.076 Product1@OID5:1v1 2024-05-03 05:10:46.077/* OrderDetail@OID6:1v0->0v1 2024-05-03 05:10:46.068/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:46.054/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:46.054/2024-05-03 05:10:46.067 CDOResource@OID1:0v2("/") 2024-05-03 05:10:46.068/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testCommitRemoveOrderDetail")2024-05-03 05:10:46.068/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:46.068/* OrderDetail@OID4:0v1 2024-05-03 05:10:46.068/* Product1@OID5:0v1 2024-05-03 05:10:46.068/* OrderDetail@OID6:0v1 2024-05-03 05:10:46.068/* BranchingSameSessionTest_testCommitRemoveOrderDetail_subBranch[1]2024-05-03 05:10:46.068/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:46.077/* OrderDetail@OID4:1v1d 2024-05-03 05:10:46.077/* Product1@OID5:1v1 2024-05-03 05:10:46.077/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:46.054/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:46.054/2024-05-03 05:10:46.067 CDOResource@OID1:0v2("/") 2024-05-03 05:10:46.068/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testCommitRemoveOrderDetail")2024-05-03 05:10:46.068/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:46.068/* OrderDetail@OID4:0v1 2024-05-03 05:10:46.068/* Product1@OID5:0v1 2024-05-03 05:10:46.068/* OrderDetail@OID6:0v1 2024-05-03 05:10:46.068/* BranchingSameSessionTest_testCommitRemoveOrderDetail_subBranch[1]2024-05-03 05:10:46.068/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:46.068/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:46.068/2024-05-03 05:10:46.076 CDOResource@OID3:1v1("res") 2024-05-03 05:10:46.077/* OrderDetail@OID4:1v0->0v1 2024-05-03 05:10:46.068/2024-05-03 05:10:46.076 Product1@OID5:1v0->0v1 2024-05-03 05:10:46.068/2024-05-03 05:10:46.076 Product1@OID5:1v1 2024-05-03 05:10:46.077/* OrderDetail@OID6:1v0->0v1 2024-05-03 05:10:46.068/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:46.054/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:46.054/2024-05-03 05:10:46.067 CDOResource@OID1:0v2("/") 2024-05-03 05:10:46.068/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testCommitRemoveOrderDetail")2024-05-03 05:10:46.068/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:46.068/* OrderDetail@OID4:0v1 2024-05-03 05:10:46.068/* Product1@OID5:0v1 2024-05-03 05:10:46.068/* OrderDetail@OID6:0v1 2024-05-03 05:10:46.068/* BranchingSameSessionTest_testCommitRemoveOrderDetail_subBranch[1]2024-05-03 05:10:46.068/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:46.068/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:46.068/2024-05-03 05:10:46.076 CDOResource@OID3:1v1("res") 2024-05-03 05:10:46.077/* Product1@OID5:1v0->0v1 2024-05-03 05:10:46.068/2024-05-03 05:10:46.076 Product1@OID5:1v1 2024-05-03 05:10:46.077/* OrderDetail@OID6:1v0->0v1 2024-05-03 05:10:46.068/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:46.054/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:46.054/2024-05-03 05:10:46.067 CDOResource@OID1:0v2("/") 2024-05-03 05:10:46.068/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testCommitRemoveOrderDetail")2024-05-03 05:10:46.068/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:46.068/* OrderDetail@OID4:0v1 2024-05-03 05:10:46.068/* Product1@OID5:0v1 2024-05-03 05:10:46.068/* OrderDetail@OID6:0v1 2024-05-03 05:10:46.068/* BranchingSameSessionTest_testCommitRemoveOrderDetail_subBranch[1]2024-05-03 05:10:46.068/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:46.077/* OrderDetail@OID4:1v1d 2024-05-03 05:10:46.077/* Product1@OID5:1v1 2024-05-03 05:10:46.077/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:46.054/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:46.054/2024-05-03 05:10:46.067 CDOResource@OID1:0v2("/") 2024-05-03 05:10:46.068/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testCommitRemoveOrderDetail")2024-05-03 05:10:46.068/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:46.068/* OrderDetail@OID4:0v1 2024-05-03 05:10:46.068/* Product1@OID5:0v1 2024-05-03 05:10:46.068/* OrderDetail@OID6:0v1 2024-05-03 05:10:46.068/* BranchingSameSessionTest_testCommitRemoveOrderDetail_subBranch[1]2024-05-03 05:10:46.068/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:46.068/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:46.068/2024-05-03 05:10:46.076 CDOResource@OID3:1v1("res") 2024-05-03 05:10:46.077/* OrderDetail@OID4:1v0->0v1 2024-05-03 05:10:46.068/2024-05-03 05:10:46.076 Product1@OID5:1v0->0v1 2024-05-03 05:10:46.068/2024-05-03 05:10:46.076 Product1@OID5:1v1 2024-05-03 05:10:46.077/* OrderDetail@OID6:1v0->0v1 2024-05-03 05:10:46.068/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:46.054/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:46.054/2024-05-03 05:10:46.067 CDOResource@OID1:0v2("/") 2024-05-03 05:10:46.068/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testCommitRemoveOrderDetail")2024-05-03 05:10:46.068/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:46.068/* OrderDetail@OID4:0v1 2024-05-03 05:10:46.068/* Product1@OID5:0v1 2024-05-03 05:10:46.068/* OrderDetail@OID6:0v1 2024-05-03 05:10:46.068/* BranchingSameSessionTest_testCommitRemoveOrderDetail_subBranch[1]2024-05-03 05:10:46.068/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:46.068/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:46.068/2024-05-03 05:10:46.076 CDOResource@OID3:1v1("res") 2024-05-03 05:10:46.077/* Product1@OID5:1v0->0v1 2024-05-03 05:10:46.068/2024-05-03 05:10:46.076 Product1@OID5:1v1 2024-05-03 05:10:46.077/* OrderDetail@OID6:1v0->0v1 2024-05-03 05:10:46.068/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:46.054/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:46.054/2024-05-03 05:10:46.067 CDOResource@OID1:0v2("/") 2024-05-03 05:10:46.068/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testCommitRemoveOrderDetail")2024-05-03 05:10:46.068/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:46.068/* OrderDetail@OID4:0v1 2024-05-03 05:10:46.068/* Product1@OID5:0v1 2024-05-03 05:10:46.068/* OrderDetail@OID6:0v1 2024-05-03 05:10:46.068/* BranchingSameSessionTest_testCommitRemoveOrderDetail_subBranch[1]2024-05-03 05:10:46.068/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:46.077/* OrderDetail@OID4:1v1d 2024-05-03 05:10:46.077/* Product1@OID5:1v1 2024-05-03 05:10:46.077/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:46.054/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:46.054/2024-05-03 05:10:46.067 CDOResource@OID1:0v2("/") 2024-05-03 05:10:46.068/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testCommitRemoveOrderDetail")2024-05-03 05:10:46.068/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:46.068/* OrderDetail@OID4:0v1 2024-05-03 05:10:46.068/* Product1@OID5:0v1 2024-05-03 05:10:46.068/* OrderDetail@OID6:0v1 2024-05-03 05:10:46.068/* BranchingSameSessionTest_testCommitRemoveOrderDetail_subBranch[1]2024-05-03 05:10:46.068/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:46.068/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:46.068/2024-05-03 05:10:46.076 CDOResource@OID3:1v1("res") 2024-05-03 05:10:46.077/* OrderDetail@OID4:1v0->0v1 2024-05-03 05:10:46.068/2024-05-03 05:10:46.076 Product1@OID5:1v0->0v1 2024-05-03 05:10:46.068/2024-05-03 05:10:46.076 Product1@OID5:1v1 2024-05-03 05:10:46.077/* OrderDetail@OID6:1v0->0v1 2024-05-03 05:10:46.068/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:46.054/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:46.054/2024-05-03 05:10:46.067 CDOResource@OID1:0v2("/") 2024-05-03 05:10:46.068/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testCommitRemoveOrderDetail")2024-05-03 05:10:46.068/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:46.068/* OrderDetail@OID4:0v1 2024-05-03 05:10:46.068/* Product1@OID5:0v1 2024-05-03 05:10:46.068/* OrderDetail@OID6:0v1 2024-05-03 05:10:46.068/* BranchingSameSessionTest_testCommitRemoveOrderDetail_subBranch[1]2024-05-03 05:10:46.068/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:46.068/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:46.068/2024-05-03 05:10:46.076 CDOResource@OID3:1v1("res") 2024-05-03 05:10:46.077/* Product1@OID5:1v0->0v1 2024-05-03 05:10:46.068/2024-05-03 05:10:46.076 Product1@OID5:1v1 2024-05-03 05:10:46.077/* OrderDetail@OID6:1v0->0v1 2024-05-03 05:10:46.068/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:46.054/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:46.054/2024-05-03 05:10:46.067 CDOResource@OID1:0v2("/") 2024-05-03 05:10:46.068/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testCommitRemoveOrderDetail")2024-05-03 05:10:46.068/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:46.068/* OrderDetail@OID4:0v1 2024-05-03 05:10:46.068/* Product1@OID5:0v1 2024-05-03 05:10:46.068/* OrderDetail@OID6:0v1 2024-05-03 05:10:46.068/* BranchingSameSessionTest_testCommitRemoveOrderDetail_subBranch[1]2024-05-03 05:10:46.068/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:46.077/* OrderDetail@OID4:1v1d 2024-05-03 05:10:46.077/* Product1@OID5:1v1 2024-05-03 05:10:46.077/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:46.054/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:46.054/2024-05-03 05:10:46.067 CDOResource@OID1:0v2("/") 2024-05-03 05:10:46.068/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testCommitRemoveOrderDetail")2024-05-03 05:10:46.068/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:46.068/* OrderDetail@OID4:0v1 2024-05-03 05:10:46.068/* Product1@OID5:0v1 2024-05-03 05:10:46.068/* OrderDetail@OID6:0v1 2024-05-03 05:10:46.068/* BranchingSameSessionTest_testCommitRemoveOrderDetail_subBranch[1]2024-05-03 05:10:46.068/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:46.068/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:46.068/2024-05-03 05:10:46.076 CDOResource@OID3:1v1("res") 2024-05-03 05:10:46.077/* OrderDetail@OID4:1v0->0v1 2024-05-03 05:10:46.068/2024-05-03 05:10:46.076 Product1@OID5:1v0->0v1 2024-05-03 05:10:46.068/2024-05-03 05:10:46.076 Product1@OID5:1v1 2024-05-03 05:10:46.077/* OrderDetail@OID6:1v0->0v1 2024-05-03 05:10:46.068/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:46.054/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:46.054/2024-05-03 05:10:46.067 CDOResource@OID1:0v2("/") 2024-05-03 05:10:46.068/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testCommitRemoveOrderDetail")2024-05-03 05:10:46.068/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:46.068/* OrderDetail@OID4:0v1 2024-05-03 05:10:46.068/* Product1@OID5:0v1 2024-05-03 05:10:46.068/* OrderDetail@OID6:0v1 2024-05-03 05:10:46.068/* BranchingSameSessionTest_testCommitRemoveOrderDetail_subBranch[1]2024-05-03 05:10:46.068/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:46.068/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:46.068/2024-05-03 05:10:46.076 CDOResource@OID3:1v1("res") 2024-05-03 05:10:46.077/* OrderDetail@OID4:1v0->0v1 2024-05-03 05:10:46.068/2024-05-03 05:10:46.076 Product1@OID5:1v0->0v1 2024-05-03 05:10:46.068/2024-05-03 05:10:46.076 Product1@OID5:1v1 2024-05-03 05:10:46.077/* OrderDetail@OID6:1v0->0v1 2024-05-03 05:10:46.068/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:46.054/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:46.054/2024-05-03 05:10:46.067 CDOResource@OID1:0v2("/") 2024-05-03 05:10:46.068/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testCommitRemoveOrderDetail")2024-05-03 05:10:46.068/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:46.068/* OrderDetail@OID4:0v1 2024-05-03 05:10:46.068/* Product1@OID5:0v1 2024-05-03 05:10:46.068/* OrderDetail@OID6:0v1 2024-05-03 05:10:46.068/* BranchingSameSessionTest_testCommitRemoveOrderDetail_subBranch[1]2024-05-03 05:10:46.068/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:46.077/* OrderDetail@OID4:1v1d 2024-05-03 05:10:46.077/* Product1@OID5:1v1 2024-05-03 05:10:46.077/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:46.054/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:46.054/2024-05-03 05:10:46.067 CDOResource@OID1:0v2("/") 2024-05-03 05:10:46.068/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testCommitRemoveOrderDetail")2024-05-03 05:10:46.068/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:46.068/* OrderDetail@OID4:0v1 2024-05-03 05:10:46.068/* Product1@OID5:0v1 2024-05-03 05:10:46.068/* OrderDetail@OID6:0v1 2024-05-03 05:10:46.068/* BranchingSameSessionTest_testCommitRemoveOrderDetail_subBranch[1]2024-05-03 05:10:46.068/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:46.068/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:46.068/2024-05-03 05:10:46.076 CDOResource@OID3:1v1("res") 2024-05-03 05:10:46.077/* OrderDetail@OID4:1v0->0v1 2024-05-03 05:10:46.068/2024-05-03 05:10:46.076 Product1@OID5:1v0->0v1 2024-05-03 05:10:46.068/2024-05-03 05:10:46.076 Product1@OID5:1v1 2024-05-03 05:10:46.077/* OrderDetail@OID6:1v0->0v1 2024-05-03 05:10:46.068/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:46.054/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:46.054/2024-05-03 05:10:46.067 CDOResource@OID1:0v2("/") 2024-05-03 05:10:46.068/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testCommitRemoveOrderDetail")2024-05-03 05:10:46.068/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:46.068/* OrderDetail@OID4:0v1 2024-05-03 05:10:46.068/* Product1@OID5:0v1 2024-05-03 05:10:46.068/* OrderDetail@OID6:0v1 2024-05-03 05:10:46.068/* BranchingSameSessionTest_testCommitRemoveOrderDetail_subBranch[1]2024-05-03 05:10:46.068/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:46.068/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:46.068/2024-05-03 05:10:46.076 CDOResource@OID3:1v1("res") 2024-05-03 05:10:46.077/* OrderDetail@OID4:1v0->0v1 2024-05-03 05:10:46.068/2024-05-03 05:10:46.076 Product1@OID5:1v0->0v1 2024-05-03 05:10:46.068/2024-05-03 05:10:46.076 Product1@OID5:1v1 2024-05-03 05:10:46.077/* OrderDetail@OID6:1v0->0v1 2024-05-03 05:10:46.068/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:46.054/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:46.054/2024-05-03 05:10:46.067 CDOResource@OID1:0v2("/") 2024-05-03 05:10:46.068/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testCommitRemoveOrderDetail")2024-05-03 05:10:46.068/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:46.068/* OrderDetail@OID4:0v1 2024-05-03 05:10:46.068/* Product1@OID5:0v1 2024-05-03 05:10:46.068/* OrderDetail@OID6:0v1 2024-05-03 05:10:46.068/* BranchingSameSessionTest_testCommitRemoveOrderDetail_subBranch[1]2024-05-03 05:10:46.068/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:46.077/* OrderDetail@OID4:1v1d 2024-05-03 05:10:46.077/* Product1@OID5:1v1 2024-05-03 05:10:46.077/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:46.054/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:46.054/2024-05-03 05:10:46.067 CDOResource@OID1:0v2("/") 2024-05-03 05:10:46.068/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testCommitRemoveOrderDetail")2024-05-03 05:10:46.068/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:46.068/* OrderDetail@OID4:0v1 2024-05-03 05:10:46.068/* Product1@OID5:0v1 2024-05-03 05:10:46.068/* OrderDetail@OID6:0v1 2024-05-03 05:10:46.068/* BranchingSameSessionTest_testCommitRemoveOrderDetail_subBranch[1]2024-05-03 05:10:46.068/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:46.068/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:46.068/2024-05-03 05:10:46.076 CDOResource@OID3:1v1("res") 2024-05-03 05:10:46.077/* OrderDetail@OID4:1v0->0v1 2024-05-03 05:10:46.068/2024-05-03 05:10:46.076 Product1@OID5:1v0->0v1 2024-05-03 05:10:46.068/2024-05-03 05:10:46.076 Product1@OID5:1v1 2024-05-03 05:10:46.077/* OrderDetail@OID6:1v0->0v1 2024-05-03 05:10:46.068/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:46.054/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:46.054/2024-05-03 05:10:46.067 CDOResource@OID1:0v2("/") 2024-05-03 05:10:46.068/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testCommitRemoveOrderDetail")2024-05-03 05:10:46.068/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:46.068/* OrderDetail@OID4:0v1 2024-05-03 05:10:46.068/* Product1@OID5:0v1 2024-05-03 05:10:46.068/* OrderDetail@OID6:0v1 2024-05-03 05:10:46.068/* BranchingSameSessionTest_testCommitRemoveOrderDetail_subBranch[1]2024-05-03 05:10:46.068/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:46.068/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:46.068/2024-05-03 05:10:46.076 CDOResource@OID3:1v1("res") 2024-05-03 05:10:46.077/* OrderDetail@OID4:1v0->0v1 2024-05-03 05:10:46.068/2024-05-03 05:10:46.076 Product1@OID5:1v0->0v1 2024-05-03 05:10:46.068/2024-05-03 05:10:46.076 Product1@OID5:1v1 2024-05-03 05:10:46.077/* OrderDetail@OID6:1v0->0v1 2024-05-03 05:10:46.068/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:46.054/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:46.054/2024-05-03 05:10:46.067 CDOResource@OID1:0v2("/") 2024-05-03 05:10:46.068/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testCommitRemoveOrderDetail")2024-05-03 05:10:46.068/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:46.068/* OrderDetail@OID4:0v1 2024-05-03 05:10:46.068/* Product1@OID5:0v1 2024-05-03 05:10:46.068/* OrderDetail@OID6:0v1 2024-05-03 05:10:46.068/* BranchingSameSessionTest_testCommitRemoveOrderDetail_subBranch[1]2024-05-03 05:10:46.068/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:46.077/* OrderDetail@OID4:1v1d 2024-05-03 05:10:46.077/* Product1@OID5:1v1 2024-05-03 05:10:46.077/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:46.054/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:46.054/2024-05-03 05:10:46.067 CDOResource@OID1:0v2("/") 2024-05-03 05:10:46.068/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testCommitRemoveOrderDetail")2024-05-03 05:10:46.068/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:46.068/* OrderDetail@OID4:0v1 2024-05-03 05:10:46.068/* Product1@OID5:0v1 2024-05-03 05:10:46.068/* OrderDetail@OID6:0v1 2024-05-03 05:10:46.068/* BranchingSameSessionTest_testCommitRemoveOrderDetail_subBranch[1]2024-05-03 05:10:46.068/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:46.068/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:46.068/2024-05-03 05:10:46.076 CDOResource@OID3:1v1("res") 2024-05-03 05:10:46.077/* OrderDetail@OID4:1v0->0v1 2024-05-03 05:10:46.068/2024-05-03 05:10:46.076 Product1@OID5:1v0->0v1 2024-05-03 05:10:46.068/2024-05-03 05:10:46.076 Product1@OID5:1v1 2024-05-03 05:10:46.077/* OrderDetail@OID6:1v0->0v1 2024-05-03 05:10:46.068/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:46.054/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:46.054/2024-05-03 05:10:46.067 CDOResource@OID1:0v2("/") 2024-05-03 05:10:46.068/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testCommitRemoveOrderDetail")2024-05-03 05:10:46.068/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:46.068/* OrderDetail@OID4:0v1 2024-05-03 05:10:46.068/* Product1@OID5:0v1 2024-05-03 05:10:46.068/* OrderDetail@OID6:0v1 2024-05-03 05:10:46.068/* BranchingSameSessionTest_testCommitRemoveOrderDetail_subBranch[1]2024-05-03 05:10:46.068/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:46.068/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:46.068/2024-05-03 05:10:46.076 CDOResource@OID3:1v1("res") 2024-05-03 05:10:46.077/* OrderDetail@OID4:1v0->0v1 2024-05-03 05:10:46.068/2024-05-03 05:10:46.076 Product1@OID5:1v0->0v1 2024-05-03 05:10:46.068/2024-05-03 05:10:46.076 Product1@OID5:1v1 2024-05-03 05:10:46.077/* OrderDetail@OID6:1v0->0v1 2024-05-03 05:10:46.068/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:46.054/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:46.054/2024-05-03 05:10:46.067 CDOResource@OID1:0v2("/") 2024-05-03 05:10:46.068/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testCommitRemoveOrderDetail")2024-05-03 05:10:46.068/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:46.068/* OrderDetail@OID4:0v1 2024-05-03 05:10:46.068/* Product1@OID5:0v1 2024-05-03 05:10:46.068/* OrderDetail@OID6:0v1 2024-05-03 05:10:46.068/* BranchingSameSessionTest_testCommitRemoveOrderDetail_subBranch[1]2024-05-03 05:10:46.068/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:46.077/* OrderDetail@OID4:1v1d 2024-05-03 05:10:46.077/* Product1@OID5:1v1 2024-05-03 05:10:46.077/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:46.054/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:46.054/2024-05-03 05:10:46.067 CDOResource@OID1:0v2("/") 2024-05-03 05:10:46.068/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testCommitRemoveOrderDetail")2024-05-03 05:10:46.068/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:46.068/* OrderDetail@OID4:0v1 2024-05-03 05:10:46.068/* Product1@OID5:0v1 2024-05-03 05:10:46.068/* OrderDetail@OID6:0v1 2024-05-03 05:10:46.068/* BranchingSameSessionTest_testCommitRemoveOrderDetail_subBranch[1]2024-05-03 05:10:46.068/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:46.068/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:46.068/2024-05-03 05:10:46.076 CDOResource@OID3:1v1("res") 2024-05-03 05:10:46.077/* OrderDetail@OID4:1v0->0v1 2024-05-03 05:10:46.068/2024-05-03 05:10:46.076 Product1@OID5:1v0->0v1 2024-05-03 05:10:46.068/2024-05-03 05:10:46.076 Product1@OID5:1v1 2024-05-03 05:10:46.077/* OrderDetail@OID6:1v0->0v1 2024-05-03 05:10:46.068/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:46.054/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:46.054/2024-05-03 05:10:46.067 CDOResource@OID1:0v2("/") 2024-05-03 05:10:46.068/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testCommitRemoveOrderDetail")2024-05-03 05:10:46.068/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:46.068/* OrderDetail@OID4:0v1 2024-05-03 05:10:46.068/* Product1@OID5:0v1 2024-05-03 05:10:46.068/* OrderDetail@OID6:0v1 2024-05-03 05:10:46.068/* BranchingSameSessionTest_testCommitRemoveOrderDetail_subBranch[1]2024-05-03 05:10:46.068/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:46.068/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:46.068/2024-05-03 05:10:46.076 CDOResource@OID3:1v1("res") 2024-05-03 05:10:46.077/* OrderDetail@OID4:1v0->0v1 2024-05-03 05:10:46.068/2024-05-03 05:10:46.076 Product1@OID5:1v0->0v1 2024-05-03 05:10:46.068/2024-05-03 05:10:46.076 Product1@OID5:1v1 2024-05-03 05:10:46.077/* OrderDetail@OID6:1v0->0v1 2024-05-03 05:10:46.068/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:46.054/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:46.054/2024-05-03 05:10:46.067 CDOResource@OID1:0v2("/") 2024-05-03 05:10:46.068/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testCommitRemoveOrderDetail")2024-05-03 05:10:46.068/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:46.068/* OrderDetail@OID4:0v1 2024-05-03 05:10:46.068/* Product1@OID5:0v1 2024-05-03 05:10:46.068/* OrderDetail@OID6:0v1 2024-05-03 05:10:46.068/* BranchingSameSessionTest_testCommitRemoveOrderDetail_subBranch[1]2024-05-03 05:10:46.068/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:46.077/* OrderDetail@OID4:1v1d 2024-05-03 05:10:46.077/* Product1@OID5:1v1 2024-05-03 05:10:46.077/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:46.054/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:46.054/2024-05-03 05:10:46.067 CDOResource@OID1:0v2("/") 2024-05-03 05:10:46.068/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testCommitRemoveOrderDetail")2024-05-03 05:10:46.068/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:46.068/* OrderDetail@OID4:0v1 2024-05-03 05:10:46.068/* Product1@OID5:0v1 2024-05-03 05:10:46.068/* OrderDetail@OID6:0v1 2024-05-03 05:10:46.068/* BranchingSameSessionTest_testCommitRemoveOrderDetail_subBranch[1]2024-05-03 05:10:46.068/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:46.068/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:46.068/2024-05-03 05:10:46.076 CDOResource@OID3:1v1("res") 2024-05-03 05:10:46.077/* OrderDetail@OID4:1v0->0v1 2024-05-03 05:10:46.068/2024-05-03 05:10:46.076 Product1@OID5:1v0->0v1 2024-05-03 05:10:46.068/2024-05-03 05:10:46.076 Product1@OID5:1v1 2024-05-03 05:10:46.077/* OrderDetail@OID6:1v0->0v1 2024-05-03 05:10:46.068/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:46.054/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:46.054/2024-05-03 05:10:46.067 CDOResource@OID1:0v2("/") 2024-05-03 05:10:46.068/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testCommitRemoveOrderDetail")2024-05-03 05:10:46.068/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:46.068/* OrderDetail@OID4:0v1 2024-05-03 05:10:46.068/* Product1@OID5:0v1 2024-05-03 05:10:46.068/* OrderDetail@OID6:0v1 2024-05-03 05:10:46.068/* BranchingSameSessionTest_testCommitRemoveOrderDetail_subBranch[1]2024-05-03 05:10:46.068/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:46.068/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:46.068/2024-05-03 05:10:46.076 CDOResource@OID3:1v1("res") 2024-05-03 05:10:46.077/* OrderDetail@OID4:1v0->0v1 2024-05-03 05:10:46.068/2024-05-03 05:10:46.076 Product1@OID5:1v0->0v1 2024-05-03 05:10:46.068/2024-05-03 05:10:46.076 Product1@OID5:1v1 2024-05-03 05:10:46.077/* OrderDetail@OID6:1v0->0v1 2024-05-03 05:10:46.068/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:46.054/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:46.054/2024-05-03 05:10:46.067 CDOResource@OID1:0v2("/") 2024-05-03 05:10:46.068/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testCommitRemoveOrderDetail")2024-05-03 05:10:46.068/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:46.068/* OrderDetail@OID4:0v1 2024-05-03 05:10:46.068/* Product1@OID5:0v1 2024-05-03 05:10:46.068/* OrderDetail@OID6:0v1 2024-05-03 05:10:46.068/* BranchingSameSessionTest_testCommitRemoveOrderDetail_subBranch[1]2024-05-03 05:10:46.068/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:46.077/* OrderDetail@OID4:1v1d 2024-05-03 05:10:46.077/* Product1@OID5:1v1 2024-05-03 05:10:46.077/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:46.054/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:46.054/2024-05-03 05:10:46.067 CDOResource@OID1:0v2("/") 2024-05-03 05:10:46.068/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testCommitRemoveOrderDetail")2024-05-03 05:10:46.068/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:46.068/* OrderDetail@OID4:0v1 2024-05-03 05:10:46.068/* Product1@OID5:0v1 2024-05-03 05:10:46.068/* OrderDetail@OID6:0v1 2024-05-03 05:10:46.068/* BranchingSameSessionTest_testCommitRemoveOrderDetail_subBranch[1]2024-05-03 05:10:46.068/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:46.068/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:46.068/2024-05-03 05:10:46.076 CDOResource@OID3:1v1("res") 2024-05-03 05:10:46.077/* OrderDetail@OID4:1v0->0v1 2024-05-03 05:10:46.068/2024-05-03 05:10:46.076 Product1@OID5:1v0->0v1 2024-05-03 05:10:46.068/2024-05-03 05:10:46.076 Product1@OID5:1v1 2024-05-03 05:10:46.077/* OrderDetail@OID6:1v0->0v1 2024-05-03 05:10:46.068/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:46.054/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:46.054/2024-05-03 05:10:46.067 CDOResource@OID1:0v2("/") 2024-05-03 05:10:46.068/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testCommitRemoveOrderDetail")2024-05-03 05:10:46.068/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:46.068/* OrderDetail@OID4:0v1 2024-05-03 05:10:46.068/* Product1@OID5:0v1 2024-05-03 05:10:46.068/* OrderDetail@OID6:0v1 2024-05-03 05:10:46.068/* BranchingSameSessionTest_testCommitRemoveOrderDetail_subBranch[1]2024-05-03 05:10:46.068/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:46.068/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:46.068/2024-05-03 05:10:46.076 CDOResource@OID3:1v1("res") 2024-05-03 05:10:46.077/* OrderDetail@OID4:1v0->0v1 2024-05-03 05:10:46.068/2024-05-03 05:10:46.076 Product1@OID5:1v0->0v1 2024-05-03 05:10:46.068/2024-05-03 05:10:46.076 Product1@OID5:1v1 2024-05-03 05:10:46.077/* OrderDetail@OID6:1v0->0v1 2024-05-03 05:10:46.068/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:46.054/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:46.054/2024-05-03 05:10:46.067 CDOResource@OID1:0v2("/") 2024-05-03 05:10:46.068/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testCommitRemoveOrderDetail")2024-05-03 05:10:46.068/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:46.068/* OrderDetail@OID4:0v1 2024-05-03 05:10:46.068/* Product1@OID5:0v1 2024-05-03 05:10:46.068/* OrderDetail@OID6:0v1 2024-05-03 05:10:46.068/* BranchingSameSessionTest_testCommitRemoveOrderDetail_subBranch[1]2024-05-03 05:10:46.068/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:46.077/* OrderDetail@OID4:1v1d 2024-05-03 05:10:46.077/* Product1@OID5:1v1 2024-05-03 05:10:46.077/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:46.054/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:46.054/2024-05-03 05:10:46.067 CDOResource@OID1:0v2("/") 2024-05-03 05:10:46.068/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testCommitRemoveOrderDetail")2024-05-03 05:10:46.068/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:46.068/* OrderDetail@OID4:0v1 2024-05-03 05:10:46.068/* Product1@OID5:0v1 2024-05-03 05:10:46.068/* OrderDetail@OID6:0v1 2024-05-03 05:10:46.068/* BranchingSameSessionTest_testCommitRemoveOrderDetail_subBranch[1]2024-05-03 05:10:46.068/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:46.068/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:46.068/2024-05-03 05:10:46.076 CDOResource@OID3:1v1("res") 2024-05-03 05:10:46.077/* OrderDetail@OID4:1v0->0v1 2024-05-03 05:10:46.068/2024-05-03 05:10:46.076 Product1@OID5:1v0->0v1 2024-05-03 05:10:46.068/2024-05-03 05:10:46.076 Product1@OID5:1v1 2024-05-03 05:10:46.077/* OrderDetail@OID6:1v0->0v1 2024-05-03 05:10:46.068/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:46.054/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:46.054/2024-05-03 05:10:46.067 CDOResource@OID1:0v2("/") 2024-05-03 05:10:46.068/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testCommitRemoveOrderDetail")2024-05-03 05:10:46.068/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:46.068/* OrderDetail@OID4:0v1 2024-05-03 05:10:46.068/* Product1@OID5:0v1 2024-05-03 05:10:46.068/* OrderDetail@OID6:0v1 2024-05-03 05:10:46.068/* BranchingSameSessionTest_testCommitRemoveOrderDetail_subBranch[1]2024-05-03 05:10:46.068/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:46.068/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:46.068/2024-05-03 05:10:46.076 CDOResource@OID3:1v1("res") 2024-05-03 05:10:46.077/* OrderDetail@OID4:1v0->0v1 2024-05-03 05:10:46.068/2024-05-03 05:10:46.076 Product1@OID5:1v0->0v1 2024-05-03 05:10:46.068/2024-05-03 05:10:46.076 Product1@OID5:1v1 2024-05-03 05:10:46.077/* OrderDetail@OID6:1v0->0v1 2024-05-03 05:10:46.068/* ******************************************************* BranchingSameSessionTest.testContainment [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* BranchingSameSessionTest.testCreateBranch [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* BranchingSameSessionTest.testCreateBranchDuplicate [MEM-branching, JVM, Legacy] ******************************************************* [ERROR] The branch MAIN/BranchingSameSessionTest_testCreateBranchDuplicate_existing already exists org.eclipse.emf.cdo.common.branch.CDODuplicateBranchException: The branch MAIN/BranchingSameSessionTest_testCreateBranchDuplicate_existing already exists at org.eclipse.emf.cdo.internal.server.Repository.checkDuplicateBranchBase(Repository.java:688) at org.eclipse.emf.cdo.internal.server.Repository.createBranch(Repository.java:549) at org.eclipse.emf.cdo.tests.config.impl.RepositoryConfig$6.createBranch(RepositoryConfig.java:755) at org.eclipse.emf.cdo.internal.common.branch.CDOBranchManagerImpl.createBranch(CDOBranchManagerImpl.java:364) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CreateBranchIndication.responding(CreateBranchIndication.java:51) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerIndication.responding(CDOServerIndication.java:162) at org.eclipse.net4j.signal.IndicationWithResponse.doExtendedOutput(IndicationWithResponse.java:100) at org.eclipse.net4j.signal.Signal.doOutput(Signal.java:407) at org.eclipse.net4j.signal.IndicationWithResponse.execute(IndicationWithResponse.java:74) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerWriteIndication.execute(CDOServerWriteIndication.java:34) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) ******************************************************* BranchingSameSessionTest.testCreateBranchIllegalName [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* BranchingSameSessionTest.testDeleteBranch [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* BranchingSameSessionTest.testDetachExisting [MEM-branching, JVM, Legacy] ******************************************************* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:46.504/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:46.504/2024-05-03 05:10:46.535 CDOResource@OID1:0v2("/") 2024-05-03 05:10:46.536/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testDetachExisting")2024-05-03 05:10:46.536/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:46.536/* Product1@OID4:0v1 2024-05-03 05:10:46.536/* OrderDetail@OID5:0v1 2024-05-03 05:10:46.536/* BranchingSameSessionTest_testDetachExisting_subBranch[1]2024-05-03 05:10:46.536/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:46.545/2024-05-03 05:10:46.546 CDOResource@OID3:1v2("res") 2024-05-03 05:10:46.547/* Product1@OID4:1v1 2024-05-03 05:10:46.545/2024-05-03 05:10:46.546 Product1@OID4:1v2 2024-05-03 05:10:46.547/* OrderDetail@OID5:1v1 2024-05-03 05:10:46.542/2024-05-03 05:10:46.544 OrderDetail@OID5:1v2d 2024-05-03 05:10:46.545/* OrderDetail@OID6:1v1 2024-05-03 05:10:46.547/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:46.504/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:46.504/2024-05-03 05:10:46.535 CDOResource@OID1:0v2("/") 2024-05-03 05:10:46.536/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testDetachExisting")2024-05-03 05:10:46.536/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:46.536/* Product1@OID4:0v1 2024-05-03 05:10:46.536/* OrderDetail@OID5:0v1 2024-05-03 05:10:46.536/* BranchingSameSessionTest_testDetachExisting_subBranch[1]2024-05-03 05:10:46.536/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:46.536/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:46.536/2024-05-03 05:10:46.544 CDOResource@OID3:1v1("res") 2024-05-03 05:10:46.545/2024-05-03 05:10:46.546 CDOResource@OID3:1v2("res") 2024-05-03 05:10:46.547/* Product1@OID4:1v0->0v1 2024-05-03 05:10:46.536/2024-05-03 05:10:46.544 Product1@OID4:1v1 2024-05-03 05:10:46.545/2024-05-03 05:10:46.546 Product1@OID4:1v2 2024-05-03 05:10:46.547/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:46.536/2024-05-03 05:10:46.541 OrderDetail@OID5:1v1 2024-05-03 05:10:46.542/2024-05-03 05:10:46.544 OrderDetail@OID6:1v1 2024-05-03 05:10:46.547/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:46.504/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:46.504/2024-05-03 05:10:46.535 CDOResource@OID1:0v2("/") 2024-05-03 05:10:46.536/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testDetachExisting")2024-05-03 05:10:46.536/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:46.536/* Product1@OID4:0v1 2024-05-03 05:10:46.536/* OrderDetail@OID5:0v1 2024-05-03 05:10:46.536/* BranchingSameSessionTest_testDetachExisting_subBranch[1]2024-05-03 05:10:46.536/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:46.536/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:46.536/2024-05-03 05:10:46.544 CDOResource@OID3:1v1("res") 2024-05-03 05:10:46.545/2024-05-03 05:10:46.546 CDOResource@OID3:1v2("res") 2024-05-03 05:10:46.547/* Product1@OID4:1v0->0v1 2024-05-03 05:10:46.536/2024-05-03 05:10:46.544 Product1@OID4:1v1 2024-05-03 05:10:46.545/2024-05-03 05:10:46.546 Product1@OID4:1v2 2024-05-03 05:10:46.547/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:46.536/2024-05-03 05:10:46.541 OrderDetail@OID6:1v1 2024-05-03 05:10:46.547/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:46.504/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:46.504/2024-05-03 05:10:46.535 CDOResource@OID1:0v2("/") 2024-05-03 05:10:46.536/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testDetachExisting")2024-05-03 05:10:46.536/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:46.536/* Product1@OID4:0v1 2024-05-03 05:10:46.536/* OrderDetail@OID5:0v1 2024-05-03 05:10:46.536/* BranchingSameSessionTest_testDetachExisting_subBranch[1]2024-05-03 05:10:46.536/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:46.545/2024-05-03 05:10:46.546 CDOResource@OID3:1v2("res") 2024-05-03 05:10:46.547/* Product1@OID4:1v1 2024-05-03 05:10:46.545/2024-05-03 05:10:46.546 Product1@OID4:1v2 2024-05-03 05:10:46.547/* OrderDetail@OID5:1v1 2024-05-03 05:10:46.542/2024-05-03 05:10:46.544 OrderDetail@OID5:1v2d 2024-05-03 05:10:46.545/* OrderDetail@OID6:1v1 2024-05-03 05:10:46.547/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:46.504/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:46.504/2024-05-03 05:10:46.535 CDOResource@OID1:0v2("/") 2024-05-03 05:10:46.536/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testDetachExisting")2024-05-03 05:10:46.536/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:46.536/* Product1@OID4:0v1 2024-05-03 05:10:46.536/* OrderDetail@OID5:0v1 2024-05-03 05:10:46.536/* BranchingSameSessionTest_testDetachExisting_subBranch[1]2024-05-03 05:10:46.536/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:46.536/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:46.536/2024-05-03 05:10:46.544 CDOResource@OID3:1v1("res") 2024-05-03 05:10:46.545/2024-05-03 05:10:46.546 CDOResource@OID3:1v2("res") 2024-05-03 05:10:46.547/* Product1@OID4:1v0->0v1 2024-05-03 05:10:46.536/2024-05-03 05:10:46.544 Product1@OID4:1v1 2024-05-03 05:10:46.545/2024-05-03 05:10:46.546 Product1@OID4:1v2 2024-05-03 05:10:46.547/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:46.536/2024-05-03 05:10:46.541 OrderDetail@OID5:1v1 2024-05-03 05:10:46.542/2024-05-03 05:10:46.544 OrderDetail@OID6:1v1 2024-05-03 05:10:46.547/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:46.504/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:46.504/2024-05-03 05:10:46.535 CDOResource@OID1:0v2("/") 2024-05-03 05:10:46.536/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testDetachExisting")2024-05-03 05:10:46.536/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:46.536/* Product1@OID4:0v1 2024-05-03 05:10:46.536/* OrderDetail@OID5:0v1 2024-05-03 05:10:46.536/* BranchingSameSessionTest_testDetachExisting_subBranch[1]2024-05-03 05:10:46.536/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:46.536/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:46.536/2024-05-03 05:10:46.544 CDOResource@OID3:1v1("res") 2024-05-03 05:10:46.545/2024-05-03 05:10:46.546 CDOResource@OID3:1v2("res") 2024-05-03 05:10:46.547/* Product1@OID4:1v0->0v1 2024-05-03 05:10:46.536/2024-05-03 05:10:46.544 Product1@OID4:1v1 2024-05-03 05:10:46.545/2024-05-03 05:10:46.546 Product1@OID4:1v2 2024-05-03 05:10:46.547/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:46.536/2024-05-03 05:10:46.541 OrderDetail@OID6:1v1 2024-05-03 05:10:46.547/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:46.504/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:46.504/2024-05-03 05:10:46.535 CDOResource@OID1:0v2("/") 2024-05-03 05:10:46.536/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testDetachExisting")2024-05-03 05:10:46.536/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:46.536/* Product1@OID4:0v1 2024-05-03 05:10:46.536/* OrderDetail@OID5:0v1 2024-05-03 05:10:46.536/* BranchingSameSessionTest_testDetachExisting_subBranch[1]2024-05-03 05:10:46.536/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:46.545/2024-05-03 05:10:46.546 CDOResource@OID3:1v2("res") 2024-05-03 05:10:46.547/* Product1@OID4:1v1 2024-05-03 05:10:46.545/2024-05-03 05:10:46.546 Product1@OID4:1v2 2024-05-03 05:10:46.547/* OrderDetail@OID5:1v1 2024-05-03 05:10:46.542/2024-05-03 05:10:46.544 OrderDetail@OID5:1v2d 2024-05-03 05:10:46.545/* OrderDetail@OID6:1v1 2024-05-03 05:10:46.547/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:46.504/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:46.504/2024-05-03 05:10:46.535 CDOResource@OID1:0v2("/") 2024-05-03 05:10:46.536/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testDetachExisting")2024-05-03 05:10:46.536/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:46.536/* Product1@OID4:0v1 2024-05-03 05:10:46.536/* OrderDetail@OID5:0v1 2024-05-03 05:10:46.536/* BranchingSameSessionTest_testDetachExisting_subBranch[1]2024-05-03 05:10:46.536/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:46.536/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:46.536/2024-05-03 05:10:46.544 CDOResource@OID3:1v1("res") 2024-05-03 05:10:46.545/2024-05-03 05:10:46.546 CDOResource@OID3:1v2("res") 2024-05-03 05:10:46.547/* Product1@OID4:1v0->0v1 2024-05-03 05:10:46.536/2024-05-03 05:10:46.544 Product1@OID4:1v1 2024-05-03 05:10:46.545/2024-05-03 05:10:46.546 Product1@OID4:1v2 2024-05-03 05:10:46.547/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:46.536/2024-05-03 05:10:46.541 OrderDetail@OID5:1v1 2024-05-03 05:10:46.542/2024-05-03 05:10:46.544 OrderDetail@OID6:1v1 2024-05-03 05:10:46.547/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:46.504/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:46.504/2024-05-03 05:10:46.535 CDOResource@OID1:0v2("/") 2024-05-03 05:10:46.536/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testDetachExisting")2024-05-03 05:10:46.536/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:46.536/* Product1@OID4:0v1 2024-05-03 05:10:46.536/* OrderDetail@OID5:0v1 2024-05-03 05:10:46.536/* BranchingSameSessionTest_testDetachExisting_subBranch[1]2024-05-03 05:10:46.536/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:46.536/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:46.536/2024-05-03 05:10:46.544 CDOResource@OID3:1v1("res") 2024-05-03 05:10:46.545/2024-05-03 05:10:46.546 CDOResource@OID3:1v2("res") 2024-05-03 05:10:46.547/* Product1@OID4:1v0->0v1 2024-05-03 05:10:46.536/2024-05-03 05:10:46.544 Product1@OID4:1v1 2024-05-03 05:10:46.545/2024-05-03 05:10:46.546 Product1@OID4:1v2 2024-05-03 05:10:46.547/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:46.536/2024-05-03 05:10:46.541 OrderDetail@OID6:1v1 2024-05-03 05:10:46.547/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:46.504/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:46.504/2024-05-03 05:10:46.535 CDOResource@OID1:0v2("/") 2024-05-03 05:10:46.536/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testDetachExisting")2024-05-03 05:10:46.536/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:46.536/* Product1@OID4:0v1 2024-05-03 05:10:46.536/* OrderDetail@OID5:0v1 2024-05-03 05:10:46.536/* BranchingSameSessionTest_testDetachExisting_subBranch[1]2024-05-03 05:10:46.536/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:46.545/2024-05-03 05:10:46.546 CDOResource@OID3:1v2("res") 2024-05-03 05:10:46.547/* Product1@OID4:1v1 2024-05-03 05:10:46.545/2024-05-03 05:10:46.546 Product1@OID4:1v2 2024-05-03 05:10:46.547/* OrderDetail@OID5:1v1 2024-05-03 05:10:46.542/2024-05-03 05:10:46.544 OrderDetail@OID5:1v2d 2024-05-03 05:10:46.545/* OrderDetail@OID6:1v1 2024-05-03 05:10:46.547/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:46.504/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:46.504/2024-05-03 05:10:46.535 CDOResource@OID1:0v2("/") 2024-05-03 05:10:46.536/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testDetachExisting")2024-05-03 05:10:46.536/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:46.536/* Product1@OID4:0v1 2024-05-03 05:10:46.536/* OrderDetail@OID5:0v1 2024-05-03 05:10:46.536/* BranchingSameSessionTest_testDetachExisting_subBranch[1]2024-05-03 05:10:46.536/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:46.536/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:46.536/2024-05-03 05:10:46.544 CDOResource@OID3:1v1("res") 2024-05-03 05:10:46.545/2024-05-03 05:10:46.546 CDOResource@OID3:1v2("res") 2024-05-03 05:10:46.547/* Product1@OID4:1v0->0v1 2024-05-03 05:10:46.536/2024-05-03 05:10:46.544 Product1@OID4:1v1 2024-05-03 05:10:46.545/2024-05-03 05:10:46.546 Product1@OID4:1v2 2024-05-03 05:10:46.547/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:46.536/2024-05-03 05:10:46.541 OrderDetail@OID5:1v1 2024-05-03 05:10:46.542/2024-05-03 05:10:46.544 OrderDetail@OID6:1v1 2024-05-03 05:10:46.547/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:46.504/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:46.504/2024-05-03 05:10:46.535 CDOResource@OID1:0v2("/") 2024-05-03 05:10:46.536/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testDetachExisting")2024-05-03 05:10:46.536/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:46.536/* Product1@OID4:0v1 2024-05-03 05:10:46.536/* OrderDetail@OID5:0v1 2024-05-03 05:10:46.536/* BranchingSameSessionTest_testDetachExisting_subBranch[1]2024-05-03 05:10:46.536/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:46.536/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:46.536/2024-05-03 05:10:46.544 CDOResource@OID3:1v1("res") 2024-05-03 05:10:46.545/2024-05-03 05:10:46.546 CDOResource@OID3:1v2("res") 2024-05-03 05:10:46.547/* Product1@OID4:1v0->0v1 2024-05-03 05:10:46.536/2024-05-03 05:10:46.544 Product1@OID4:1v1 2024-05-03 05:10:46.545/2024-05-03 05:10:46.546 Product1@OID4:1v2 2024-05-03 05:10:46.547/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:46.536/2024-05-03 05:10:46.541 OrderDetail@OID6:1v1 2024-05-03 05:10:46.547/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:46.504/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:46.504/2024-05-03 05:10:46.535 CDOResource@OID1:0v2("/") 2024-05-03 05:10:46.536/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testDetachExisting")2024-05-03 05:10:46.536/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:46.536/* Product1@OID4:0v1 2024-05-03 05:10:46.536/* OrderDetail@OID5:0v1 2024-05-03 05:10:46.536/* BranchingSameSessionTest_testDetachExisting_subBranch[1]2024-05-03 05:10:46.536/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:46.545/2024-05-03 05:10:46.546 CDOResource@OID3:1v2("res") 2024-05-03 05:10:46.547/* Product1@OID4:1v1 2024-05-03 05:10:46.545/2024-05-03 05:10:46.546 Product1@OID4:1v2 2024-05-03 05:10:46.547/* OrderDetail@OID5:1v1 2024-05-03 05:10:46.542/2024-05-03 05:10:46.544 OrderDetail@OID5:1v2d 2024-05-03 05:10:46.545/* OrderDetail@OID6:1v1 2024-05-03 05:10:46.547/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:46.504/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:46.504/2024-05-03 05:10:46.535 CDOResource@OID1:0v2("/") 2024-05-03 05:10:46.536/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testDetachExisting")2024-05-03 05:10:46.536/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:46.536/* Product1@OID4:0v1 2024-05-03 05:10:46.536/* OrderDetail@OID5:0v1 2024-05-03 05:10:46.536/* BranchingSameSessionTest_testDetachExisting_subBranch[1]2024-05-03 05:10:46.536/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:46.536/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:46.536/2024-05-03 05:10:46.544 CDOResource@OID3:1v1("res") 2024-05-03 05:10:46.545/2024-05-03 05:10:46.546 CDOResource@OID3:1v2("res") 2024-05-03 05:10:46.547/* Product1@OID4:1v0->0v1 2024-05-03 05:10:46.536/2024-05-03 05:10:46.544 Product1@OID4:1v1 2024-05-03 05:10:46.545/2024-05-03 05:10:46.546 Product1@OID4:1v2 2024-05-03 05:10:46.547/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:46.536/2024-05-03 05:10:46.541 OrderDetail@OID5:1v1 2024-05-03 05:10:46.542/2024-05-03 05:10:46.544 OrderDetail@OID6:1v1 2024-05-03 05:10:46.547/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:46.504/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:46.504/2024-05-03 05:10:46.535 CDOResource@OID1:0v2("/") 2024-05-03 05:10:46.536/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testDetachExisting")2024-05-03 05:10:46.536/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:46.536/* Product1@OID4:0v1 2024-05-03 05:10:46.536/* OrderDetail@OID5:0v1 2024-05-03 05:10:46.536/* BranchingSameSessionTest_testDetachExisting_subBranch[1]2024-05-03 05:10:46.536/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:46.536/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:46.536/2024-05-03 05:10:46.544 CDOResource@OID3:1v1("res") 2024-05-03 05:10:46.545/2024-05-03 05:10:46.546 CDOResource@OID3:1v2("res") 2024-05-03 05:10:46.547/* Product1@OID4:1v0->0v1 2024-05-03 05:10:46.536/2024-05-03 05:10:46.544 Product1@OID4:1v1 2024-05-03 05:10:46.545/2024-05-03 05:10:46.546 Product1@OID4:1v2 2024-05-03 05:10:46.547/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:46.536/2024-05-03 05:10:46.541 OrderDetail@OID6:1v1 2024-05-03 05:10:46.547/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:46.504/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:46.504/2024-05-03 05:10:46.535 CDOResource@OID1:0v2("/") 2024-05-03 05:10:46.536/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testDetachExisting")2024-05-03 05:10:46.536/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:46.536/* Product1@OID4:0v1 2024-05-03 05:10:46.536/* OrderDetail@OID5:0v1 2024-05-03 05:10:46.536/* BranchingSameSessionTest_testDetachExisting_subBranch[1]2024-05-03 05:10:46.536/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:46.545/2024-05-03 05:10:46.546 CDOResource@OID3:1v2("res") 2024-05-03 05:10:46.547/* Product1@OID4:1v1 2024-05-03 05:10:46.545/2024-05-03 05:10:46.546 Product1@OID4:1v2 2024-05-03 05:10:46.547/* OrderDetail@OID5:1v1 2024-05-03 05:10:46.542/2024-05-03 05:10:46.544 OrderDetail@OID5:1v2d 2024-05-03 05:10:46.545/* OrderDetail@OID6:1v1 2024-05-03 05:10:46.547/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:46.504/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:46.504/2024-05-03 05:10:46.535 CDOResource@OID1:0v2("/") 2024-05-03 05:10:46.536/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testDetachExisting")2024-05-03 05:10:46.536/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:46.536/* Product1@OID4:0v1 2024-05-03 05:10:46.536/* OrderDetail@OID5:0v1 2024-05-03 05:10:46.536/* BranchingSameSessionTest_testDetachExisting_subBranch[1]2024-05-03 05:10:46.536/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:46.536/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:46.536/2024-05-03 05:10:46.544 CDOResource@OID3:1v1("res") 2024-05-03 05:10:46.545/2024-05-03 05:10:46.546 CDOResource@OID3:1v2("res") 2024-05-03 05:10:46.547/* Product1@OID4:1v0->0v1 2024-05-03 05:10:46.536/2024-05-03 05:10:46.544 Product1@OID4:1v1 2024-05-03 05:10:46.545/2024-05-03 05:10:46.546 Product1@OID4:1v2 2024-05-03 05:10:46.547/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:46.536/2024-05-03 05:10:46.541 OrderDetail@OID5:1v1 2024-05-03 05:10:46.542/2024-05-03 05:10:46.544 OrderDetail@OID6:1v1 2024-05-03 05:10:46.547/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:46.504/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:46.504/2024-05-03 05:10:46.535 CDOResource@OID1:0v2("/") 2024-05-03 05:10:46.536/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testDetachExisting")2024-05-03 05:10:46.536/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:46.536/* Product1@OID4:0v1 2024-05-03 05:10:46.536/* OrderDetail@OID5:0v1 2024-05-03 05:10:46.536/* BranchingSameSessionTest_testDetachExisting_subBranch[1]2024-05-03 05:10:46.536/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:46.536/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:46.536/2024-05-03 05:10:46.544 CDOResource@OID3:1v1("res") 2024-05-03 05:10:46.545/2024-05-03 05:10:46.546 CDOResource@OID3:1v2("res") 2024-05-03 05:10:46.547/* Product1@OID4:1v0->0v1 2024-05-03 05:10:46.536/2024-05-03 05:10:46.544 Product1@OID4:1v1 2024-05-03 05:10:46.545/2024-05-03 05:10:46.546 Product1@OID4:1v2 2024-05-03 05:10:46.547/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:46.536/2024-05-03 05:10:46.541 OrderDetail@OID6:1v1 2024-05-03 05:10:46.547/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:46.504/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:46.504/2024-05-03 05:10:46.535 CDOResource@OID1:0v2("/") 2024-05-03 05:10:46.536/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testDetachExisting")2024-05-03 05:10:46.536/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:46.536/* Product1@OID4:0v1 2024-05-03 05:10:46.536/* OrderDetail@OID5:0v1 2024-05-03 05:10:46.536/* BranchingSameSessionTest_testDetachExisting_subBranch[1]2024-05-03 05:10:46.536/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:46.545/2024-05-03 05:10:46.546 CDOResource@OID3:1v2("res") 2024-05-03 05:10:46.547/* Product1@OID4:1v1 2024-05-03 05:10:46.545/2024-05-03 05:10:46.546 Product1@OID4:1v2 2024-05-03 05:10:46.547/* OrderDetail@OID5:1v1 2024-05-03 05:10:46.542/2024-05-03 05:10:46.544 OrderDetail@OID5:1v2d 2024-05-03 05:10:46.545/* OrderDetail@OID6:1v1 2024-05-03 05:10:46.547/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:46.504/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:46.504/2024-05-03 05:10:46.535 CDOResource@OID1:0v2("/") 2024-05-03 05:10:46.536/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testDetachExisting")2024-05-03 05:10:46.536/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:46.536/* Product1@OID4:0v1 2024-05-03 05:10:46.536/* OrderDetail@OID5:0v1 2024-05-03 05:10:46.536/* BranchingSameSessionTest_testDetachExisting_subBranch[1]2024-05-03 05:10:46.536/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:46.536/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:46.536/2024-05-03 05:10:46.544 CDOResource@OID3:1v1("res") 2024-05-03 05:10:46.545/2024-05-03 05:10:46.546 CDOResource@OID3:1v2("res") 2024-05-03 05:10:46.547/* Product1@OID4:1v0->0v1 2024-05-03 05:10:46.536/2024-05-03 05:10:46.544 Product1@OID4:1v1 2024-05-03 05:10:46.545/2024-05-03 05:10:46.546 Product1@OID4:1v2 2024-05-03 05:10:46.547/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:46.536/2024-05-03 05:10:46.541 OrderDetail@OID5:1v1 2024-05-03 05:10:46.542/2024-05-03 05:10:46.544 OrderDetail@OID6:1v1 2024-05-03 05:10:46.547/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:46.504/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:46.504/2024-05-03 05:10:46.535 CDOResource@OID1:0v2("/") 2024-05-03 05:10:46.536/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testDetachExisting")2024-05-03 05:10:46.536/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:46.536/* Product1@OID4:0v1 2024-05-03 05:10:46.536/* OrderDetail@OID5:0v1 2024-05-03 05:10:46.536/* BranchingSameSessionTest_testDetachExisting_subBranch[1]2024-05-03 05:10:46.536/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:46.536/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:46.536/2024-05-03 05:10:46.544 CDOResource@OID3:1v1("res") 2024-05-03 05:10:46.545/2024-05-03 05:10:46.546 CDOResource@OID3:1v2("res") 2024-05-03 05:10:46.547/* Product1@OID4:1v0->0v1 2024-05-03 05:10:46.536/2024-05-03 05:10:46.544 Product1@OID4:1v1 2024-05-03 05:10:46.545/2024-05-03 05:10:46.546 Product1@OID4:1v2 2024-05-03 05:10:46.547/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:46.536/2024-05-03 05:10:46.541 OrderDetail@OID6:1v1 2024-05-03 05:10:46.547/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:46.504/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:46.504/2024-05-03 05:10:46.535 CDOResource@OID1:0v2("/") 2024-05-03 05:10:46.536/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testDetachExisting")2024-05-03 05:10:46.536/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:46.536/* Product1@OID4:0v1 2024-05-03 05:10:46.536/* OrderDetail@OID5:0v1 2024-05-03 05:10:46.536/* BranchingSameSessionTest_testDetachExisting_subBranch[1]2024-05-03 05:10:46.536/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:46.545/2024-05-03 05:10:46.546 CDOResource@OID3:1v2("res") 2024-05-03 05:10:46.547/* Product1@OID4:1v1 2024-05-03 05:10:46.545/2024-05-03 05:10:46.546 Product1@OID4:1v2 2024-05-03 05:10:46.547/* OrderDetail@OID5:1v1 2024-05-03 05:10:46.542/2024-05-03 05:10:46.544 OrderDetail@OID5:1v2d 2024-05-03 05:10:46.545/* OrderDetail@OID6:1v1 2024-05-03 05:10:46.547/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:46.504/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:46.504/2024-05-03 05:10:46.535 CDOResource@OID1:0v2("/") 2024-05-03 05:10:46.536/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testDetachExisting")2024-05-03 05:10:46.536/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:46.536/* Product1@OID4:0v1 2024-05-03 05:10:46.536/* OrderDetail@OID5:0v1 2024-05-03 05:10:46.536/* BranchingSameSessionTest_testDetachExisting_subBranch[1]2024-05-03 05:10:46.536/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:46.536/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:46.536/2024-05-03 05:10:46.544 CDOResource@OID3:1v1("res") 2024-05-03 05:10:46.545/2024-05-03 05:10:46.546 CDOResource@OID3:1v2("res") 2024-05-03 05:10:46.547/* Product1@OID4:1v0->0v1 2024-05-03 05:10:46.536/2024-05-03 05:10:46.544 Product1@OID4:1v1 2024-05-03 05:10:46.545/2024-05-03 05:10:46.546 Product1@OID4:1v2 2024-05-03 05:10:46.547/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:46.536/2024-05-03 05:10:46.541 OrderDetail@OID5:1v1 2024-05-03 05:10:46.542/2024-05-03 05:10:46.544 OrderDetail@OID6:1v1 2024-05-03 05:10:46.547/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:46.504/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:46.504/2024-05-03 05:10:46.535 CDOResource@OID1:0v2("/") 2024-05-03 05:10:46.536/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testDetachExisting")2024-05-03 05:10:46.536/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:46.536/* Product1@OID4:0v1 2024-05-03 05:10:46.536/* OrderDetail@OID5:0v1 2024-05-03 05:10:46.536/* BranchingSameSessionTest_testDetachExisting_subBranch[1]2024-05-03 05:10:46.536/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:46.536/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:46.536/2024-05-03 05:10:46.544 CDOResource@OID3:1v1("res") 2024-05-03 05:10:46.545/2024-05-03 05:10:46.546 CDOResource@OID3:1v2("res") 2024-05-03 05:10:46.547/* Product1@OID4:1v0->0v1 2024-05-03 05:10:46.536/2024-05-03 05:10:46.544 Product1@OID4:1v1 2024-05-03 05:10:46.545/2024-05-03 05:10:46.546 Product1@OID4:1v2 2024-05-03 05:10:46.547/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:46.536/2024-05-03 05:10:46.541 OrderDetail@OID6:1v1 2024-05-03 05:10:46.547/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:46.504/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:46.504/2024-05-03 05:10:46.535 CDOResource@OID1:0v2("/") 2024-05-03 05:10:46.536/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testDetachExisting")2024-05-03 05:10:46.536/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:46.536/* Product1@OID4:0v1 2024-05-03 05:10:46.536/* OrderDetail@OID5:0v1 2024-05-03 05:10:46.536/* BranchingSameSessionTest_testDetachExisting_subBranch[1]2024-05-03 05:10:46.536/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:46.545/2024-05-03 05:10:46.546 CDOResource@OID3:1v2("res") 2024-05-03 05:10:46.547/* Product1@OID4:1v1 2024-05-03 05:10:46.545/2024-05-03 05:10:46.546 Product1@OID4:1v2 2024-05-03 05:10:46.547/* OrderDetail@OID5:1v1 2024-05-03 05:10:46.542/2024-05-03 05:10:46.544 OrderDetail@OID5:1v2d 2024-05-03 05:10:46.545/* OrderDetail@OID6:1v1 2024-05-03 05:10:46.547/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:46.504/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:46.504/2024-05-03 05:10:46.535 CDOResource@OID1:0v2("/") 2024-05-03 05:10:46.536/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testDetachExisting")2024-05-03 05:10:46.536/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:46.536/* Product1@OID4:0v1 2024-05-03 05:10:46.536/* OrderDetail@OID5:0v1 2024-05-03 05:10:46.536/* BranchingSameSessionTest_testDetachExisting_subBranch[1]2024-05-03 05:10:46.536/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:46.536/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:46.536/2024-05-03 05:10:46.544 CDOResource@OID3:1v1("res") 2024-05-03 05:10:46.545/2024-05-03 05:10:46.546 CDOResource@OID3:1v2("res") 2024-05-03 05:10:46.547/* Product1@OID4:1v0->0v1 2024-05-03 05:10:46.536/2024-05-03 05:10:46.544 Product1@OID4:1v1 2024-05-03 05:10:46.545/2024-05-03 05:10:46.546 Product1@OID4:1v2 2024-05-03 05:10:46.547/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:46.536/2024-05-03 05:10:46.541 OrderDetail@OID5:1v1 2024-05-03 05:10:46.542/2024-05-03 05:10:46.544 OrderDetail@OID6:1v1 2024-05-03 05:10:46.547/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:46.504/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:46.504/2024-05-03 05:10:46.535 CDOResource@OID1:0v2("/") 2024-05-03 05:10:46.536/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testDetachExisting")2024-05-03 05:10:46.536/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:46.536/* Product1@OID4:0v1 2024-05-03 05:10:46.536/* OrderDetail@OID5:0v1 2024-05-03 05:10:46.536/* BranchingSameSessionTest_testDetachExisting_subBranch[1]2024-05-03 05:10:46.536/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:46.536/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:46.536/2024-05-03 05:10:46.544 CDOResource@OID3:1v1("res") 2024-05-03 05:10:46.545/2024-05-03 05:10:46.546 CDOResource@OID3:1v2("res") 2024-05-03 05:10:46.547/* Product1@OID4:1v0->0v1 2024-05-03 05:10:46.536/2024-05-03 05:10:46.544 Product1@OID4:1v1 2024-05-03 05:10:46.545/2024-05-03 05:10:46.546 Product1@OID4:1v2 2024-05-03 05:10:46.547/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:46.536/2024-05-03 05:10:46.541 OrderDetail@OID6:1v1 2024-05-03 05:10:46.547/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:46.504/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:46.504/2024-05-03 05:10:46.535 CDOResource@OID1:0v2("/") 2024-05-03 05:10:46.536/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testDetachExisting")2024-05-03 05:10:46.536/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:46.536/* Product1@OID4:0v1 2024-05-03 05:10:46.536/* OrderDetail@OID5:0v1 2024-05-03 05:10:46.536/* BranchingSameSessionTest_testDetachExisting_subBranch[1]2024-05-03 05:10:46.536/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:46.545/2024-05-03 05:10:46.546 CDOResource@OID3:1v2("res") 2024-05-03 05:10:46.547/* Product1@OID4:1v1 2024-05-03 05:10:46.545/2024-05-03 05:10:46.546 Product1@OID4:1v2 2024-05-03 05:10:46.547/* OrderDetail@OID5:1v1 2024-05-03 05:10:46.542/2024-05-03 05:10:46.544 OrderDetail@OID5:1v2d 2024-05-03 05:10:46.545/* OrderDetail@OID6:1v1 2024-05-03 05:10:46.547/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:46.504/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:46.504/2024-05-03 05:10:46.535 CDOResource@OID1:0v2("/") 2024-05-03 05:10:46.536/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testDetachExisting")2024-05-03 05:10:46.536/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:46.536/* Product1@OID4:0v1 2024-05-03 05:10:46.536/* OrderDetail@OID5:0v1 2024-05-03 05:10:46.536/* BranchingSameSessionTest_testDetachExisting_subBranch[1]2024-05-03 05:10:46.536/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:46.536/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:46.536/2024-05-03 05:10:46.544 CDOResource@OID3:1v1("res") 2024-05-03 05:10:46.545/2024-05-03 05:10:46.546 CDOResource@OID3:1v2("res") 2024-05-03 05:10:46.547/* Product1@OID4:1v0->0v1 2024-05-03 05:10:46.536/2024-05-03 05:10:46.544 Product1@OID4:1v1 2024-05-03 05:10:46.545/2024-05-03 05:10:46.546 Product1@OID4:1v2 2024-05-03 05:10:46.547/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:46.536/2024-05-03 05:10:46.541 OrderDetail@OID5:1v1 2024-05-03 05:10:46.542/2024-05-03 05:10:46.544 OrderDetail@OID6:1v1 2024-05-03 05:10:46.547/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:46.504/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:46.504/2024-05-03 05:10:46.535 CDOResource@OID1:0v2("/") 2024-05-03 05:10:46.536/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testDetachExisting")2024-05-03 05:10:46.536/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:46.536/* Product1@OID4:0v1 2024-05-03 05:10:46.536/* OrderDetail@OID5:0v1 2024-05-03 05:10:46.536/* BranchingSameSessionTest_testDetachExisting_subBranch[1]2024-05-03 05:10:46.536/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:46.536/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:46.536/2024-05-03 05:10:46.544 CDOResource@OID3:1v1("res") 2024-05-03 05:10:46.545/2024-05-03 05:10:46.546 CDOResource@OID3:1v2("res") 2024-05-03 05:10:46.547/* Product1@OID4:1v0->0v1 2024-05-03 05:10:46.536/2024-05-03 05:10:46.544 Product1@OID4:1v1 2024-05-03 05:10:46.545/2024-05-03 05:10:46.546 Product1@OID4:1v2 2024-05-03 05:10:46.547/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:46.536/2024-05-03 05:10:46.541 OrderDetail@OID6:1v1 2024-05-03 05:10:46.547/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:46.504/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:46.504/2024-05-03 05:10:46.535 CDOResource@OID1:0v2("/") 2024-05-03 05:10:46.536/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testDetachExisting")2024-05-03 05:10:46.536/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:46.536/* Product1@OID4:0v1 2024-05-03 05:10:46.536/* OrderDetail@OID5:0v1 2024-05-03 05:10:46.536/* BranchingSameSessionTest_testDetachExisting_subBranch[1]2024-05-03 05:10:46.536/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:46.545/2024-05-03 05:10:46.546 CDOResource@OID3:1v2("res") 2024-05-03 05:10:46.547/* Product1@OID4:1v1 2024-05-03 05:10:46.545/2024-05-03 05:10:46.546 Product1@OID4:1v2 2024-05-03 05:10:46.547/* OrderDetail@OID5:1v1 2024-05-03 05:10:46.542/2024-05-03 05:10:46.544 OrderDetail@OID5:1v2d 2024-05-03 05:10:46.545/* OrderDetail@OID6:1v1 2024-05-03 05:10:46.547/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:46.504/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:46.504/2024-05-03 05:10:46.535 CDOResource@OID1:0v2("/") 2024-05-03 05:10:46.536/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testDetachExisting")2024-05-03 05:10:46.536/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:46.536/* Product1@OID4:0v1 2024-05-03 05:10:46.536/* OrderDetail@OID5:0v1 2024-05-03 05:10:46.536/* BranchingSameSessionTest_testDetachExisting_subBranch[1]2024-05-03 05:10:46.536/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:46.536/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:46.536/2024-05-03 05:10:46.544 CDOResource@OID3:1v1("res") 2024-05-03 05:10:46.545/2024-05-03 05:10:46.546 CDOResource@OID3:1v2("res") 2024-05-03 05:10:46.547/* Product1@OID4:1v0->0v1 2024-05-03 05:10:46.536/2024-05-03 05:10:46.544 Product1@OID4:1v1 2024-05-03 05:10:46.545/2024-05-03 05:10:46.546 Product1@OID4:1v2 2024-05-03 05:10:46.547/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:46.536/2024-05-03 05:10:46.541 OrderDetail@OID5:1v1 2024-05-03 05:10:46.542/2024-05-03 05:10:46.544 OrderDetail@OID6:1v1 2024-05-03 05:10:46.547/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:46.504/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:46.504/2024-05-03 05:10:46.535 CDOResource@OID1:0v2("/") 2024-05-03 05:10:46.536/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testDetachExisting")2024-05-03 05:10:46.536/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:46.536/* Product1@OID4:0v1 2024-05-03 05:10:46.536/* OrderDetail@OID5:0v1 2024-05-03 05:10:46.536/* BranchingSameSessionTest_testDetachExisting_subBranch[1]2024-05-03 05:10:46.536/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:46.536/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:46.536/2024-05-03 05:10:46.544 CDOResource@OID3:1v1("res") 2024-05-03 05:10:46.545/2024-05-03 05:10:46.546 CDOResource@OID3:1v2("res") 2024-05-03 05:10:46.547/* Product1@OID4:1v0->0v1 2024-05-03 05:10:46.536/2024-05-03 05:10:46.544 Product1@OID4:1v1 2024-05-03 05:10:46.545/2024-05-03 05:10:46.546 Product1@OID4:1v2 2024-05-03 05:10:46.547/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:46.536/2024-05-03 05:10:46.541 OrderDetail@OID6:1v1 2024-05-03 05:10:46.547/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:46.504/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:46.504/2024-05-03 05:10:46.535 CDOResource@OID1:0v2("/") 2024-05-03 05:10:46.536/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testDetachExisting")2024-05-03 05:10:46.536/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:46.536/* Product1@OID4:0v1 2024-05-03 05:10:46.536/* OrderDetail@OID5:0v1 2024-05-03 05:10:46.536/* BranchingSameSessionTest_testDetachExisting_subBranch[1]2024-05-03 05:10:46.536/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:46.545/2024-05-03 05:10:46.546 CDOResource@OID3:1v2("res") 2024-05-03 05:10:46.547/* Product1@OID4:1v1 2024-05-03 05:10:46.545/2024-05-03 05:10:46.546 Product1@OID4:1v2 2024-05-03 05:10:46.547/* OrderDetail@OID5:1v1 2024-05-03 05:10:46.542/2024-05-03 05:10:46.544 OrderDetail@OID5:1v2d 2024-05-03 05:10:46.545/* OrderDetail@OID6:1v1 2024-05-03 05:10:46.547/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:46.504/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:46.504/2024-05-03 05:10:46.535 CDOResource@OID1:0v2("/") 2024-05-03 05:10:46.536/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testDetachExisting")2024-05-03 05:10:46.536/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:46.536/* Product1@OID4:0v1 2024-05-03 05:10:46.536/* OrderDetail@OID5:0v1 2024-05-03 05:10:46.536/* BranchingSameSessionTest_testDetachExisting_subBranch[1]2024-05-03 05:10:46.536/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:46.536/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:46.536/2024-05-03 05:10:46.544 CDOResource@OID3:1v1("res") 2024-05-03 05:10:46.545/2024-05-03 05:10:46.546 CDOResource@OID3:1v2("res") 2024-05-03 05:10:46.547/* Product1@OID4:1v0->0v1 2024-05-03 05:10:46.536/2024-05-03 05:10:46.544 Product1@OID4:1v1 2024-05-03 05:10:46.545/2024-05-03 05:10:46.546 Product1@OID4:1v2 2024-05-03 05:10:46.547/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:46.536/2024-05-03 05:10:46.541 OrderDetail@OID5:1v1 2024-05-03 05:10:46.542/2024-05-03 05:10:46.544 OrderDetail@OID6:1v1 2024-05-03 05:10:46.547/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:46.504/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:46.504/2024-05-03 05:10:46.535 CDOResource@OID1:0v2("/") 2024-05-03 05:10:46.536/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testDetachExisting")2024-05-03 05:10:46.536/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:46.536/* Product1@OID4:0v1 2024-05-03 05:10:46.536/* OrderDetail@OID5:0v1 2024-05-03 05:10:46.536/* BranchingSameSessionTest_testDetachExisting_subBranch[1]2024-05-03 05:10:46.536/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:46.536/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:46.536/2024-05-03 05:10:46.544 CDOResource@OID3:1v1("res") 2024-05-03 05:10:46.545/2024-05-03 05:10:46.546 CDOResource@OID3:1v2("res") 2024-05-03 05:10:46.547/* Product1@OID4:1v0->0v1 2024-05-03 05:10:46.536/2024-05-03 05:10:46.544 Product1@OID4:1v1 2024-05-03 05:10:46.545/2024-05-03 05:10:46.546 Product1@OID4:1v2 2024-05-03 05:10:46.547/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:46.536/2024-05-03 05:10:46.541 OrderDetail@OID6:1v1 2024-05-03 05:10:46.547/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:46.504/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:46.504/2024-05-03 05:10:46.535 CDOResource@OID1:0v2("/") 2024-05-03 05:10:46.536/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testDetachExisting")2024-05-03 05:10:46.536/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:46.536/* Product1@OID4:0v1 2024-05-03 05:10:46.536/* OrderDetail@OID5:0v1 2024-05-03 05:10:46.536/* BranchingSameSessionTest_testDetachExisting_subBranch[1]2024-05-03 05:10:46.536/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:46.545/2024-05-03 05:10:46.546 CDOResource@OID3:1v2("res") 2024-05-03 05:10:46.547/* Product1@OID4:1v1 2024-05-03 05:10:46.545/2024-05-03 05:10:46.546 Product1@OID4:1v2 2024-05-03 05:10:46.547/* OrderDetail@OID5:1v1 2024-05-03 05:10:46.542/2024-05-03 05:10:46.544 OrderDetail@OID5:1v2d 2024-05-03 05:10:46.545/* OrderDetail@OID6:1v1 2024-05-03 05:10:46.547/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:46.504/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:46.504/2024-05-03 05:10:46.535 CDOResource@OID1:0v2("/") 2024-05-03 05:10:46.536/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testDetachExisting")2024-05-03 05:10:46.536/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:46.536/* Product1@OID4:0v1 2024-05-03 05:10:46.536/* OrderDetail@OID5:0v1 2024-05-03 05:10:46.536/* BranchingSameSessionTest_testDetachExisting_subBranch[1]2024-05-03 05:10:46.536/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:46.536/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:46.536/2024-05-03 05:10:46.544 CDOResource@OID3:1v1("res") 2024-05-03 05:10:46.545/2024-05-03 05:10:46.546 CDOResource@OID3:1v2("res") 2024-05-03 05:10:46.547/* Product1@OID4:1v0->0v1 2024-05-03 05:10:46.536/2024-05-03 05:10:46.544 Product1@OID4:1v1 2024-05-03 05:10:46.545/2024-05-03 05:10:46.546 Product1@OID4:1v2 2024-05-03 05:10:46.547/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:46.536/2024-05-03 05:10:46.541 OrderDetail@OID5:1v1 2024-05-03 05:10:46.542/2024-05-03 05:10:46.544 OrderDetail@OID6:1v1 2024-05-03 05:10:46.547/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:46.504/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:46.504/2024-05-03 05:10:46.535 CDOResource@OID1:0v2("/") 2024-05-03 05:10:46.536/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testDetachExisting")2024-05-03 05:10:46.536/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:46.536/* Product1@OID4:0v1 2024-05-03 05:10:46.536/* OrderDetail@OID5:0v1 2024-05-03 05:10:46.536/* BranchingSameSessionTest_testDetachExisting_subBranch[1]2024-05-03 05:10:46.536/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:46.536/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:46.536/2024-05-03 05:10:46.544 CDOResource@OID3:1v1("res") 2024-05-03 05:10:46.545/2024-05-03 05:10:46.546 CDOResource@OID3:1v2("res") 2024-05-03 05:10:46.547/* Product1@OID4:1v0->0v1 2024-05-03 05:10:46.536/2024-05-03 05:10:46.544 Product1@OID4:1v1 2024-05-03 05:10:46.545/2024-05-03 05:10:46.546 Product1@OID4:1v2 2024-05-03 05:10:46.547/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:46.536/2024-05-03 05:10:46.541 OrderDetail@OID6:1v1 2024-05-03 05:10:46.547/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:46.504/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:46.504/2024-05-03 05:10:46.535 CDOResource@OID1:0v2("/") 2024-05-03 05:10:46.536/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testDetachExisting")2024-05-03 05:10:46.536/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:46.536/* Product1@OID4:0v1 2024-05-03 05:10:46.536/* OrderDetail@OID5:0v1 2024-05-03 05:10:46.536/* BranchingSameSessionTest_testDetachExisting_subBranch[1]2024-05-03 05:10:46.536/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:46.545/2024-05-03 05:10:46.546 CDOResource@OID3:1v2("res") 2024-05-03 05:10:46.547/* Product1@OID4:1v1 2024-05-03 05:10:46.545/2024-05-03 05:10:46.546 Product1@OID4:1v2 2024-05-03 05:10:46.547/* OrderDetail@OID5:1v1 2024-05-03 05:10:46.542/2024-05-03 05:10:46.544 OrderDetail@OID5:1v2d 2024-05-03 05:10:46.545/* OrderDetail@OID6:1v1 2024-05-03 05:10:46.547/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:46.504/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:46.504/2024-05-03 05:10:46.535 CDOResource@OID1:0v2("/") 2024-05-03 05:10:46.536/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testDetachExisting")2024-05-03 05:10:46.536/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:46.536/* Product1@OID4:0v1 2024-05-03 05:10:46.536/* OrderDetail@OID5:0v1 2024-05-03 05:10:46.536/* BranchingSameSessionTest_testDetachExisting_subBranch[1]2024-05-03 05:10:46.536/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:46.536/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:46.536/2024-05-03 05:10:46.544 CDOResource@OID3:1v1("res") 2024-05-03 05:10:46.545/2024-05-03 05:10:46.546 CDOResource@OID3:1v2("res") 2024-05-03 05:10:46.547/* Product1@OID4:1v0->0v1 2024-05-03 05:10:46.536/2024-05-03 05:10:46.544 Product1@OID4:1v1 2024-05-03 05:10:46.545/2024-05-03 05:10:46.546 Product1@OID4:1v2 2024-05-03 05:10:46.547/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:46.536/2024-05-03 05:10:46.541 OrderDetail@OID5:1v1 2024-05-03 05:10:46.542/2024-05-03 05:10:46.544 OrderDetail@OID6:1v1 2024-05-03 05:10:46.547/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:46.504/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:46.504/2024-05-03 05:10:46.535 CDOResource@OID1:0v2("/") 2024-05-03 05:10:46.536/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testDetachExisting")2024-05-03 05:10:46.536/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:46.536/* Product1@OID4:0v1 2024-05-03 05:10:46.536/* OrderDetail@OID5:0v1 2024-05-03 05:10:46.536/* BranchingSameSessionTest_testDetachExisting_subBranch[1]2024-05-03 05:10:46.536/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:46.536/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:46.536/2024-05-03 05:10:46.544 CDOResource@OID3:1v1("res") 2024-05-03 05:10:46.545/2024-05-03 05:10:46.546 CDOResource@OID3:1v2("res") 2024-05-03 05:10:46.547/* Product1@OID4:1v0->0v1 2024-05-03 05:10:46.536/2024-05-03 05:10:46.544 Product1@OID4:1v1 2024-05-03 05:10:46.545/2024-05-03 05:10:46.546 Product1@OID4:1v2 2024-05-03 05:10:46.547/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:46.536/2024-05-03 05:10:46.541 OrderDetail@OID6:1v1 2024-05-03 05:10:46.547/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:46.504/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:46.504/2024-05-03 05:10:46.535 CDOResource@OID1:0v2("/") 2024-05-03 05:10:46.536/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testDetachExisting")2024-05-03 05:10:46.536/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:46.536/* Product1@OID4:0v1 2024-05-03 05:10:46.536/* OrderDetail@OID5:0v1 2024-05-03 05:10:46.536/* BranchingSameSessionTest_testDetachExisting_subBranch[1]2024-05-03 05:10:46.536/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:46.545/2024-05-03 05:10:46.546 CDOResource@OID3:1v2("res") 2024-05-03 05:10:46.547/* Product1@OID4:1v1 2024-05-03 05:10:46.545/2024-05-03 05:10:46.546 Product1@OID4:1v2 2024-05-03 05:10:46.547/* OrderDetail@OID5:1v1 2024-05-03 05:10:46.542/2024-05-03 05:10:46.544 OrderDetail@OID5:1v2d 2024-05-03 05:10:46.545/* OrderDetail@OID6:1v1 2024-05-03 05:10:46.547/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:46.504/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:46.504/2024-05-03 05:10:46.535 CDOResource@OID1:0v2("/") 2024-05-03 05:10:46.536/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testDetachExisting")2024-05-03 05:10:46.536/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:46.536/* Product1@OID4:0v1 2024-05-03 05:10:46.536/* OrderDetail@OID5:0v1 2024-05-03 05:10:46.536/* BranchingSameSessionTest_testDetachExisting_subBranch[1]2024-05-03 05:10:46.536/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:46.536/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:46.536/2024-05-03 05:10:46.544 CDOResource@OID3:1v1("res") 2024-05-03 05:10:46.545/2024-05-03 05:10:46.546 CDOResource@OID3:1v2("res") 2024-05-03 05:10:46.547/* Product1@OID4:1v0->0v1 2024-05-03 05:10:46.536/2024-05-03 05:10:46.544 Product1@OID4:1v1 2024-05-03 05:10:46.545/2024-05-03 05:10:46.546 Product1@OID4:1v2 2024-05-03 05:10:46.547/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:46.536/2024-05-03 05:10:46.541 OrderDetail@OID5:1v1 2024-05-03 05:10:46.542/2024-05-03 05:10:46.544 OrderDetail@OID6:1v1 2024-05-03 05:10:46.547/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:46.504/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:46.504/2024-05-03 05:10:46.535 CDOResource@OID1:0v2("/") 2024-05-03 05:10:46.536/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testDetachExisting")2024-05-03 05:10:46.536/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:46.536/* Product1@OID4:0v1 2024-05-03 05:10:46.536/* OrderDetail@OID5:0v1 2024-05-03 05:10:46.536/* BranchingSameSessionTest_testDetachExisting_subBranch[1]2024-05-03 05:10:46.536/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:46.536/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:46.536/2024-05-03 05:10:46.544 CDOResource@OID3:1v1("res") 2024-05-03 05:10:46.545/2024-05-03 05:10:46.546 CDOResource@OID3:1v2("res") 2024-05-03 05:10:46.547/* Product1@OID4:1v0->0v1 2024-05-03 05:10:46.536/2024-05-03 05:10:46.544 Product1@OID4:1v1 2024-05-03 05:10:46.545/2024-05-03 05:10:46.546 Product1@OID4:1v2 2024-05-03 05:10:46.547/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:46.536/2024-05-03 05:10:46.541 OrderDetail@OID6:1v1 2024-05-03 05:10:46.547/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:46.504/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:46.504/2024-05-03 05:10:46.535 CDOResource@OID1:0v2("/") 2024-05-03 05:10:46.536/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testDetachExisting")2024-05-03 05:10:46.536/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:46.536/* Product1@OID4:0v1 2024-05-03 05:10:46.536/* OrderDetail@OID5:0v1 2024-05-03 05:10:46.536/* BranchingSameSessionTest_testDetachExisting_subBranch[1]2024-05-03 05:10:46.536/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:46.545/2024-05-03 05:10:46.546 CDOResource@OID3:1v2("res") 2024-05-03 05:10:46.547/* Product1@OID4:1v1 2024-05-03 05:10:46.545/2024-05-03 05:10:46.546 Product1@OID4:1v2 2024-05-03 05:10:46.547/* OrderDetail@OID5:1v1 2024-05-03 05:10:46.542/2024-05-03 05:10:46.544 OrderDetail@OID5:1v2d 2024-05-03 05:10:46.545/* OrderDetail@OID6:1v1 2024-05-03 05:10:46.547/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:46.504/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:46.504/2024-05-03 05:10:46.535 CDOResource@OID1:0v2("/") 2024-05-03 05:10:46.536/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testDetachExisting")2024-05-03 05:10:46.536/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:46.536/* Product1@OID4:0v1 2024-05-03 05:10:46.536/* OrderDetail@OID5:0v1 2024-05-03 05:10:46.536/* BranchingSameSessionTest_testDetachExisting_subBranch[1]2024-05-03 05:10:46.536/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:46.536/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:46.536/2024-05-03 05:10:46.544 CDOResource@OID3:1v1("res") 2024-05-03 05:10:46.545/2024-05-03 05:10:46.546 CDOResource@OID3:1v2("res") 2024-05-03 05:10:46.547/* Product1@OID4:1v0->0v1 2024-05-03 05:10:46.536/2024-05-03 05:10:46.544 Product1@OID4:1v1 2024-05-03 05:10:46.545/2024-05-03 05:10:46.546 Product1@OID4:1v2 2024-05-03 05:10:46.547/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:46.536/2024-05-03 05:10:46.541 OrderDetail@OID5:1v1 2024-05-03 05:10:46.542/2024-05-03 05:10:46.544 OrderDetail@OID6:1v1 2024-05-03 05:10:46.547/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:46.504/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:46.504/2024-05-03 05:10:46.535 CDOResource@OID1:0v2("/") 2024-05-03 05:10:46.536/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testDetachExisting")2024-05-03 05:10:46.536/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:46.536/* Product1@OID4:0v1 2024-05-03 05:10:46.536/* OrderDetail@OID5:0v1 2024-05-03 05:10:46.536/* BranchingSameSessionTest_testDetachExisting_subBranch[1]2024-05-03 05:10:46.536/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:46.536/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:46.536/2024-05-03 05:10:46.544 CDOResource@OID3:1v1("res") 2024-05-03 05:10:46.545/2024-05-03 05:10:46.546 CDOResource@OID3:1v2("res") 2024-05-03 05:10:46.547/* Product1@OID4:1v0->0v1 2024-05-03 05:10:46.536/2024-05-03 05:10:46.544 Product1@OID4:1v1 2024-05-03 05:10:46.545/2024-05-03 05:10:46.546 Product1@OID4:1v2 2024-05-03 05:10:46.547/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:46.536/2024-05-03 05:10:46.541 OrderDetail@OID6:1v1 2024-05-03 05:10:46.547/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:46.504/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:46.504/2024-05-03 05:10:46.535 CDOResource@OID1:0v2("/") 2024-05-03 05:10:46.536/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testDetachExisting")2024-05-03 05:10:46.536/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:46.536/* Product1@OID4:0v1 2024-05-03 05:10:46.536/* OrderDetail@OID5:0v1 2024-05-03 05:10:46.536/* BranchingSameSessionTest_testDetachExisting_subBranch[1]2024-05-03 05:10:46.536/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:46.545/2024-05-03 05:10:46.546 CDOResource@OID3:1v2("res") 2024-05-03 05:10:46.547/* Product1@OID4:1v1 2024-05-03 05:10:46.545/2024-05-03 05:10:46.546 Product1@OID4:1v2 2024-05-03 05:10:46.547/* OrderDetail@OID5:1v1 2024-05-03 05:10:46.542/2024-05-03 05:10:46.544 OrderDetail@OID5:1v2d 2024-05-03 05:10:46.545/* OrderDetail@OID6:1v1 2024-05-03 05:10:46.547/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:46.504/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:46.504/2024-05-03 05:10:46.535 CDOResource@OID1:0v2("/") 2024-05-03 05:10:46.536/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testDetachExisting")2024-05-03 05:10:46.536/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:46.536/* Product1@OID4:0v1 2024-05-03 05:10:46.536/* OrderDetail@OID5:0v1 2024-05-03 05:10:46.536/* BranchingSameSessionTest_testDetachExisting_subBranch[1]2024-05-03 05:10:46.536/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:46.536/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:46.536/2024-05-03 05:10:46.544 CDOResource@OID3:1v1("res") 2024-05-03 05:10:46.545/2024-05-03 05:10:46.546 CDOResource@OID3:1v2("res") 2024-05-03 05:10:46.547/* Product1@OID4:1v0->0v1 2024-05-03 05:10:46.536/2024-05-03 05:10:46.544 Product1@OID4:1v1 2024-05-03 05:10:46.545/2024-05-03 05:10:46.546 Product1@OID4:1v2 2024-05-03 05:10:46.547/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:46.536/2024-05-03 05:10:46.541 OrderDetail@OID5:1v1 2024-05-03 05:10:46.542/2024-05-03 05:10:46.544 OrderDetail@OID6:1v1 2024-05-03 05:10:46.547/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:46.504/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:46.504/2024-05-03 05:10:46.535 CDOResource@OID1:0v2("/") 2024-05-03 05:10:46.536/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testDetachExisting")2024-05-03 05:10:46.536/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:46.536/* Product1@OID4:0v1 2024-05-03 05:10:46.536/* OrderDetail@OID5:0v1 2024-05-03 05:10:46.536/* BranchingSameSessionTest_testDetachExisting_subBranch[1]2024-05-03 05:10:46.536/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:46.536/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:46.536/2024-05-03 05:10:46.544 CDOResource@OID3:1v1("res") 2024-05-03 05:10:46.545/2024-05-03 05:10:46.546 CDOResource@OID3:1v2("res") 2024-05-03 05:10:46.547/* Product1@OID4:1v0->0v1 2024-05-03 05:10:46.536/2024-05-03 05:10:46.544 Product1@OID4:1v1 2024-05-03 05:10:46.545/2024-05-03 05:10:46.546 Product1@OID4:1v2 2024-05-03 05:10:46.547/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:46.536/2024-05-03 05:10:46.541 OrderDetail@OID6:1v1 2024-05-03 05:10:46.547/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:46.504/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:46.504/2024-05-03 05:10:46.535 CDOResource@OID1:0v2("/") 2024-05-03 05:10:46.536/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testDetachExisting")2024-05-03 05:10:46.536/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:46.536/* Product1@OID4:0v1 2024-05-03 05:10:46.536/* OrderDetail@OID5:0v1 2024-05-03 05:10:46.536/* BranchingSameSessionTest_testDetachExisting_subBranch[1]2024-05-03 05:10:46.536/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:46.545/2024-05-03 05:10:46.546 CDOResource@OID3:1v2("res") 2024-05-03 05:10:46.547/* Product1@OID4:1v1 2024-05-03 05:10:46.545/2024-05-03 05:10:46.546 Product1@OID4:1v2 2024-05-03 05:10:46.547/* OrderDetail@OID5:1v1 2024-05-03 05:10:46.542/2024-05-03 05:10:46.544 OrderDetail@OID5:1v2d 2024-05-03 05:10:46.545/* OrderDetail@OID6:1v1 2024-05-03 05:10:46.547/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:46.504/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:46.504/2024-05-03 05:10:46.535 CDOResource@OID1:0v2("/") 2024-05-03 05:10:46.536/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testDetachExisting")2024-05-03 05:10:46.536/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:46.536/* Product1@OID4:0v1 2024-05-03 05:10:46.536/* OrderDetail@OID5:0v1 2024-05-03 05:10:46.536/* BranchingSameSessionTest_testDetachExisting_subBranch[1]2024-05-03 05:10:46.536/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:46.536/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:46.536/2024-05-03 05:10:46.544 CDOResource@OID3:1v1("res") 2024-05-03 05:10:46.545/2024-05-03 05:10:46.546 CDOResource@OID3:1v2("res") 2024-05-03 05:10:46.547/* Product1@OID4:1v0->0v1 2024-05-03 05:10:46.536/2024-05-03 05:10:46.544 Product1@OID4:1v1 2024-05-03 05:10:46.545/2024-05-03 05:10:46.546 Product1@OID4:1v2 2024-05-03 05:10:46.547/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:46.536/2024-05-03 05:10:46.541 OrderDetail@OID5:1v1 2024-05-03 05:10:46.542/2024-05-03 05:10:46.544 OrderDetail@OID6:1v1 2024-05-03 05:10:46.547/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:46.504/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:46.504/2024-05-03 05:10:46.535 CDOResource@OID1:0v2("/") 2024-05-03 05:10:46.536/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testDetachExisting")2024-05-03 05:10:46.536/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:46.536/* Product1@OID4:0v1 2024-05-03 05:10:46.536/* OrderDetail@OID5:0v1 2024-05-03 05:10:46.536/* BranchingSameSessionTest_testDetachExisting_subBranch[1]2024-05-03 05:10:46.536/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:46.536/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:46.536/2024-05-03 05:10:46.544 CDOResource@OID3:1v1("res") 2024-05-03 05:10:46.545/2024-05-03 05:10:46.546 CDOResource@OID3:1v2("res") 2024-05-03 05:10:46.547/* Product1@OID4:1v0->0v1 2024-05-03 05:10:46.536/2024-05-03 05:10:46.544 Product1@OID4:1v1 2024-05-03 05:10:46.545/2024-05-03 05:10:46.546 Product1@OID4:1v2 2024-05-03 05:10:46.547/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:46.536/2024-05-03 05:10:46.541 OrderDetail@OID6:1v1 2024-05-03 05:10:46.547/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:46.504/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:46.504/2024-05-03 05:10:46.535 CDOResource@OID1:0v2("/") 2024-05-03 05:10:46.536/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testDetachExisting")2024-05-03 05:10:46.536/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:46.536/* Product1@OID4:0v1 2024-05-03 05:10:46.536/* OrderDetail@OID5:0v1 2024-05-03 05:10:46.536/* BranchingSameSessionTest_testDetachExisting_subBranch[1]2024-05-03 05:10:46.536/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:46.545/2024-05-03 05:10:46.546 CDOResource@OID3:1v2("res") 2024-05-03 05:10:46.547/* Product1@OID4:1v1 2024-05-03 05:10:46.545/2024-05-03 05:10:46.546 Product1@OID4:1v2 2024-05-03 05:10:46.547/* OrderDetail@OID5:1v1 2024-05-03 05:10:46.542/2024-05-03 05:10:46.544 OrderDetail@OID5:1v2d 2024-05-03 05:10:46.545/* OrderDetail@OID6:1v1 2024-05-03 05:10:46.547/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:46.504/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:46.504/2024-05-03 05:10:46.535 CDOResource@OID1:0v2("/") 2024-05-03 05:10:46.536/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testDetachExisting")2024-05-03 05:10:46.536/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:46.536/* Product1@OID4:0v1 2024-05-03 05:10:46.536/* OrderDetail@OID5:0v1 2024-05-03 05:10:46.536/* BranchingSameSessionTest_testDetachExisting_subBranch[1]2024-05-03 05:10:46.536/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:46.536/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:46.536/2024-05-03 05:10:46.544 CDOResource@OID3:1v1("res") 2024-05-03 05:10:46.545/2024-05-03 05:10:46.546 CDOResource@OID3:1v2("res") 2024-05-03 05:10:46.547/* Product1@OID4:1v0->0v1 2024-05-03 05:10:46.536/2024-05-03 05:10:46.544 Product1@OID4:1v1 2024-05-03 05:10:46.545/2024-05-03 05:10:46.546 Product1@OID4:1v2 2024-05-03 05:10:46.547/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:46.536/2024-05-03 05:10:46.541 OrderDetail@OID5:1v1 2024-05-03 05:10:46.542/2024-05-03 05:10:46.544 OrderDetail@OID6:1v1 2024-05-03 05:10:46.547/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:46.504/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:46.504/2024-05-03 05:10:46.535 CDOResource@OID1:0v2("/") 2024-05-03 05:10:46.536/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testDetachExisting")2024-05-03 05:10:46.536/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:46.536/* Product1@OID4:0v1 2024-05-03 05:10:46.536/* OrderDetail@OID5:0v1 2024-05-03 05:10:46.536/* BranchingSameSessionTest_testDetachExisting_subBranch[1]2024-05-03 05:10:46.536/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:46.536/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:46.536/2024-05-03 05:10:46.544 CDOResource@OID3:1v1("res") 2024-05-03 05:10:46.545/2024-05-03 05:10:46.546 CDOResource@OID3:1v2("res") 2024-05-03 05:10:46.547/* Product1@OID4:1v0->0v1 2024-05-03 05:10:46.536/2024-05-03 05:10:46.544 Product1@OID4:1v1 2024-05-03 05:10:46.545/2024-05-03 05:10:46.546 Product1@OID4:1v2 2024-05-03 05:10:46.547/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:46.536/2024-05-03 05:10:46.541 OrderDetail@OID6:1v1 2024-05-03 05:10:46.547/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:46.504/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:46.504/2024-05-03 05:10:46.535 CDOResource@OID1:0v2("/") 2024-05-03 05:10:46.536/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testDetachExisting")2024-05-03 05:10:46.536/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:46.536/* Product1@OID4:0v1 2024-05-03 05:10:46.536/* OrderDetail@OID5:0v1 2024-05-03 05:10:46.536/* BranchingSameSessionTest_testDetachExisting_subBranch[1]2024-05-03 05:10:46.536/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:46.545/2024-05-03 05:10:46.546 CDOResource@OID3:1v2("res") 2024-05-03 05:10:46.547/* Product1@OID4:1v1 2024-05-03 05:10:46.545/2024-05-03 05:10:46.546 Product1@OID4:1v2 2024-05-03 05:10:46.547/* OrderDetail@OID5:1v1 2024-05-03 05:10:46.542/2024-05-03 05:10:46.544 OrderDetail@OID5:1v2d 2024-05-03 05:10:46.545/* OrderDetail@OID6:1v1 2024-05-03 05:10:46.547/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:46.504/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:46.504/2024-05-03 05:10:46.535 CDOResource@OID1:0v2("/") 2024-05-03 05:10:46.536/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testDetachExisting")2024-05-03 05:10:46.536/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:46.536/* Product1@OID4:0v1 2024-05-03 05:10:46.536/* OrderDetail@OID5:0v1 2024-05-03 05:10:46.536/* BranchingSameSessionTest_testDetachExisting_subBranch[1]2024-05-03 05:10:46.536/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:46.536/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:46.536/2024-05-03 05:10:46.544 CDOResource@OID3:1v1("res") 2024-05-03 05:10:46.545/2024-05-03 05:10:46.546 CDOResource@OID3:1v2("res") 2024-05-03 05:10:46.547/* Product1@OID4:1v0->0v1 2024-05-03 05:10:46.536/2024-05-03 05:10:46.544 Product1@OID4:1v1 2024-05-03 05:10:46.545/2024-05-03 05:10:46.546 Product1@OID4:1v2 2024-05-03 05:10:46.547/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:46.536/2024-05-03 05:10:46.541 OrderDetail@OID5:1v1 2024-05-03 05:10:46.542/2024-05-03 05:10:46.544 OrderDetail@OID6:1v1 2024-05-03 05:10:46.547/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:46.504/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:46.504/2024-05-03 05:10:46.535 CDOResource@OID1:0v2("/") 2024-05-03 05:10:46.536/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testDetachExisting")2024-05-03 05:10:46.536/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:46.536/* Product1@OID4:0v1 2024-05-03 05:10:46.536/* OrderDetail@OID5:0v1 2024-05-03 05:10:46.536/* BranchingSameSessionTest_testDetachExisting_subBranch[1]2024-05-03 05:10:46.536/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:46.536/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:46.536/2024-05-03 05:10:46.544 CDOResource@OID3:1v1("res") 2024-05-03 05:10:46.545/2024-05-03 05:10:46.546 CDOResource@OID3:1v2("res") 2024-05-03 05:10:46.547/* Product1@OID4:1v0->0v1 2024-05-03 05:10:46.536/2024-05-03 05:10:46.544 Product1@OID4:1v1 2024-05-03 05:10:46.545/2024-05-03 05:10:46.546 Product1@OID4:1v2 2024-05-03 05:10:46.547/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:46.536/2024-05-03 05:10:46.541 OrderDetail@OID5:1v1 2024-05-03 05:10:46.542/2024-05-03 05:10:46.544 OrderDetail@OID6:1v1 2024-05-03 05:10:46.547/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:46.504/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:46.504/2024-05-03 05:10:46.535 CDOResource@OID1:0v2("/") 2024-05-03 05:10:46.536/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testDetachExisting")2024-05-03 05:10:46.536/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:46.536/* Product1@OID4:0v1 2024-05-03 05:10:46.536/* OrderDetail@OID5:0v1 2024-05-03 05:10:46.536/* BranchingSameSessionTest_testDetachExisting_subBranch[1]2024-05-03 05:10:46.536/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:46.545/2024-05-03 05:10:46.546 CDOResource@OID3:1v2("res") 2024-05-03 05:10:46.547/* Product1@OID4:1v1 2024-05-03 05:10:46.545/2024-05-03 05:10:46.546 Product1@OID4:1v2 2024-05-03 05:10:46.547/* OrderDetail@OID5:1v1 2024-05-03 05:10:46.542/2024-05-03 05:10:46.544 OrderDetail@OID5:1v2d 2024-05-03 05:10:46.545/* OrderDetail@OID6:1v1 2024-05-03 05:10:46.547/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:46.504/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:46.504/2024-05-03 05:10:46.535 CDOResource@OID1:0v2("/") 2024-05-03 05:10:46.536/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testDetachExisting")2024-05-03 05:10:46.536/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:46.536/* Product1@OID4:0v1 2024-05-03 05:10:46.536/* OrderDetail@OID5:0v1 2024-05-03 05:10:46.536/* BranchingSameSessionTest_testDetachExisting_subBranch[1]2024-05-03 05:10:46.536/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:46.536/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:46.536/2024-05-03 05:10:46.544 CDOResource@OID3:1v1("res") 2024-05-03 05:10:46.545/2024-05-03 05:10:46.546 CDOResource@OID3:1v2("res") 2024-05-03 05:10:46.547/* Product1@OID4:1v0->0v1 2024-05-03 05:10:46.536/2024-05-03 05:10:46.544 Product1@OID4:1v1 2024-05-03 05:10:46.545/2024-05-03 05:10:46.546 Product1@OID4:1v2 2024-05-03 05:10:46.547/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:46.536/2024-05-03 05:10:46.541 OrderDetail@OID5:1v1 2024-05-03 05:10:46.542/2024-05-03 05:10:46.544 OrderDetail@OID6:1v1 2024-05-03 05:10:46.547/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:46.504/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:46.504/2024-05-03 05:10:46.535 CDOResource@OID1:0v2("/") 2024-05-03 05:10:46.536/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testDetachExisting")2024-05-03 05:10:46.536/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:46.536/* Product1@OID4:0v1 2024-05-03 05:10:46.536/* OrderDetail@OID5:0v1 2024-05-03 05:10:46.536/* BranchingSameSessionTest_testDetachExisting_subBranch[1]2024-05-03 05:10:46.536/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:46.536/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:46.536/2024-05-03 05:10:46.544 CDOResource@OID3:1v1("res") 2024-05-03 05:10:46.545/2024-05-03 05:10:46.546 CDOResource@OID3:1v2("res") 2024-05-03 05:10:46.547/* Product1@OID4:1v0->0v1 2024-05-03 05:10:46.536/2024-05-03 05:10:46.544 Product1@OID4:1v1 2024-05-03 05:10:46.545/2024-05-03 05:10:46.546 Product1@OID4:1v2 2024-05-03 05:10:46.547/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:46.536/2024-05-03 05:10:46.541 OrderDetail@OID5:1v1 2024-05-03 05:10:46.542/2024-05-03 05:10:46.544 OrderDetail@OID6:1v1 2024-05-03 05:10:46.547/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:46.504/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:46.504/2024-05-03 05:10:46.535 CDOResource@OID1:0v2("/") 2024-05-03 05:10:46.536/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testDetachExisting")2024-05-03 05:10:46.536/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:46.536/* Product1@OID4:0v1 2024-05-03 05:10:46.536/* OrderDetail@OID5:0v1 2024-05-03 05:10:46.536/* BranchingSameSessionTest_testDetachExisting_subBranch[1]2024-05-03 05:10:46.536/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:46.545/2024-05-03 05:10:46.546 CDOResource@OID3:1v2("res") 2024-05-03 05:10:46.547/* Product1@OID4:1v1 2024-05-03 05:10:46.545/2024-05-03 05:10:46.546 Product1@OID4:1v2 2024-05-03 05:10:46.547/* OrderDetail@OID5:1v1 2024-05-03 05:10:46.542/2024-05-03 05:10:46.544 OrderDetail@OID5:1v2d 2024-05-03 05:10:46.545/* OrderDetail@OID6:1v1 2024-05-03 05:10:46.547/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:46.504/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:46.504/2024-05-03 05:10:46.535 CDOResource@OID1:0v2("/") 2024-05-03 05:10:46.536/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testDetachExisting")2024-05-03 05:10:46.536/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:46.536/* Product1@OID4:0v1 2024-05-03 05:10:46.536/* OrderDetail@OID5:0v1 2024-05-03 05:10:46.536/* BranchingSameSessionTest_testDetachExisting_subBranch[1]2024-05-03 05:10:46.536/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:46.536/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:46.536/2024-05-03 05:10:46.544 CDOResource@OID3:1v1("res") 2024-05-03 05:10:46.545/2024-05-03 05:10:46.546 CDOResource@OID3:1v2("res") 2024-05-03 05:10:46.547/* Product1@OID4:1v0->0v1 2024-05-03 05:10:46.536/2024-05-03 05:10:46.544 Product1@OID4:1v1 2024-05-03 05:10:46.545/2024-05-03 05:10:46.546 Product1@OID4:1v2 2024-05-03 05:10:46.547/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:46.536/2024-05-03 05:10:46.541 OrderDetail@OID5:1v1 2024-05-03 05:10:46.542/2024-05-03 05:10:46.544 OrderDetail@OID6:1v1 2024-05-03 05:10:46.547/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:46.504/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:46.504/2024-05-03 05:10:46.535 CDOResource@OID1:0v2("/") 2024-05-03 05:10:46.536/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testDetachExisting")2024-05-03 05:10:46.536/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:46.536/* Product1@OID4:0v1 2024-05-03 05:10:46.536/* OrderDetail@OID5:0v1 2024-05-03 05:10:46.536/* BranchingSameSessionTest_testDetachExisting_subBranch[1]2024-05-03 05:10:46.536/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:46.536/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:46.536/2024-05-03 05:10:46.544 CDOResource@OID3:1v1("res") 2024-05-03 05:10:46.545/2024-05-03 05:10:46.546 CDOResource@OID3:1v2("res") 2024-05-03 05:10:46.547/* Product1@OID4:1v0->0v1 2024-05-03 05:10:46.536/2024-05-03 05:10:46.544 Product1@OID4:1v1 2024-05-03 05:10:46.545/2024-05-03 05:10:46.546 Product1@OID4:1v2 2024-05-03 05:10:46.547/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:46.536/2024-05-03 05:10:46.541 OrderDetail@OID5:1v1 2024-05-03 05:10:46.542/2024-05-03 05:10:46.544 OrderDetail@OID6:1v1 2024-05-03 05:10:46.547/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:46.504/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:46.504/2024-05-03 05:10:46.535 CDOResource@OID1:0v2("/") 2024-05-03 05:10:46.536/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testDetachExisting")2024-05-03 05:10:46.536/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:46.536/* Product1@OID4:0v1 2024-05-03 05:10:46.536/* OrderDetail@OID5:0v1 2024-05-03 05:10:46.536/* BranchingSameSessionTest_testDetachExisting_subBranch[1]2024-05-03 05:10:46.536/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:46.545/2024-05-03 05:10:46.546 CDOResource@OID3:1v2("res") 2024-05-03 05:10:46.547/* Product1@OID4:1v1 2024-05-03 05:10:46.545/2024-05-03 05:10:46.546 Product1@OID4:1v2 2024-05-03 05:10:46.547/* OrderDetail@OID5:1v1 2024-05-03 05:10:46.542/2024-05-03 05:10:46.544 OrderDetail@OID5:1v2d 2024-05-03 05:10:46.545/* OrderDetail@OID6:1v1 2024-05-03 05:10:46.547/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:46.504/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:46.504/2024-05-03 05:10:46.535 CDOResource@OID1:0v2("/") 2024-05-03 05:10:46.536/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testDetachExisting")2024-05-03 05:10:46.536/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:46.536/* Product1@OID4:0v1 2024-05-03 05:10:46.536/* OrderDetail@OID5:0v1 2024-05-03 05:10:46.536/* BranchingSameSessionTest_testDetachExisting_subBranch[1]2024-05-03 05:10:46.536/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:46.536/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:46.536/2024-05-03 05:10:46.544 CDOResource@OID3:1v1("res") 2024-05-03 05:10:46.545/2024-05-03 05:10:46.546 CDOResource@OID3:1v2("res") 2024-05-03 05:10:46.547/* Product1@OID4:1v0->0v1 2024-05-03 05:10:46.536/2024-05-03 05:10:46.544 Product1@OID4:1v1 2024-05-03 05:10:46.545/2024-05-03 05:10:46.546 Product1@OID4:1v2 2024-05-03 05:10:46.547/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:46.536/2024-05-03 05:10:46.541 OrderDetail@OID5:1v1 2024-05-03 05:10:46.542/2024-05-03 05:10:46.544 OrderDetail@OID6:1v1 2024-05-03 05:10:46.547/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:46.504/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:46.504/2024-05-03 05:10:46.535 CDOResource@OID1:0v2("/") 2024-05-03 05:10:46.536/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testDetachExisting")2024-05-03 05:10:46.536/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:46.536/* Product1@OID4:0v1 2024-05-03 05:10:46.536/* OrderDetail@OID5:0v1 2024-05-03 05:10:46.536/* BranchingSameSessionTest_testDetachExisting_subBranch[1]2024-05-03 05:10:46.536/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:46.536/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:46.536/2024-05-03 05:10:46.544 CDOResource@OID3:1v1("res") 2024-05-03 05:10:46.545/2024-05-03 05:10:46.546 CDOResource@OID3:1v2("res") 2024-05-03 05:10:46.547/* Product1@OID4:1v0->0v1 2024-05-03 05:10:46.536/2024-05-03 05:10:46.544 Product1@OID4:1v1 2024-05-03 05:10:46.545/2024-05-03 05:10:46.546 Product1@OID4:1v2 2024-05-03 05:10:46.547/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:46.536/2024-05-03 05:10:46.541 OrderDetail@OID5:1v1 2024-05-03 05:10:46.542/2024-05-03 05:10:46.544 OrderDetail@OID6:1v1 2024-05-03 05:10:46.547/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:46.504/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:46.504/2024-05-03 05:10:46.535 CDOResource@OID1:0v2("/") 2024-05-03 05:10:46.536/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testDetachExisting")2024-05-03 05:10:46.536/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:46.536/* Product1@OID4:0v1 2024-05-03 05:10:46.536/* OrderDetail@OID5:0v1 2024-05-03 05:10:46.536/* BranchingSameSessionTest_testDetachExisting_subBranch[1]2024-05-03 05:10:46.536/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:46.545/2024-05-03 05:10:46.546 CDOResource@OID3:1v2("res") 2024-05-03 05:10:46.547/* Product1@OID4:1v1 2024-05-03 05:10:46.545/2024-05-03 05:10:46.546 Product1@OID4:1v2 2024-05-03 05:10:46.547/* OrderDetail@OID5:1v1 2024-05-03 05:10:46.542/2024-05-03 05:10:46.544 OrderDetail@OID5:1v2d 2024-05-03 05:10:46.545/* OrderDetail@OID6:1v1 2024-05-03 05:10:46.547/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:46.504/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:46.504/2024-05-03 05:10:46.535 CDOResource@OID1:0v2("/") 2024-05-03 05:10:46.536/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testDetachExisting")2024-05-03 05:10:46.536/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:46.536/* Product1@OID4:0v1 2024-05-03 05:10:46.536/* OrderDetail@OID5:0v1 2024-05-03 05:10:46.536/* BranchingSameSessionTest_testDetachExisting_subBranch[1]2024-05-03 05:10:46.536/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:46.536/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:46.536/2024-05-03 05:10:46.544 CDOResource@OID3:1v1("res") 2024-05-03 05:10:46.545/2024-05-03 05:10:46.546 CDOResource@OID3:1v2("res") 2024-05-03 05:10:46.547/* Product1@OID4:1v0->0v1 2024-05-03 05:10:46.536/2024-05-03 05:10:46.544 Product1@OID4:1v1 2024-05-03 05:10:46.545/2024-05-03 05:10:46.546 Product1@OID4:1v2 2024-05-03 05:10:46.547/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:46.536/2024-05-03 05:10:46.541 OrderDetail@OID5:1v1 2024-05-03 05:10:46.542/2024-05-03 05:10:46.544 OrderDetail@OID6:1v1 2024-05-03 05:10:46.547/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:46.504/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:46.504/2024-05-03 05:10:46.535 CDOResource@OID1:0v2("/") 2024-05-03 05:10:46.536/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testDetachExisting")2024-05-03 05:10:46.536/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:46.536/* Product1@OID4:0v1 2024-05-03 05:10:46.536/* OrderDetail@OID5:0v1 2024-05-03 05:10:46.536/* BranchingSameSessionTest_testDetachExisting_subBranch[1]2024-05-03 05:10:46.536/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:46.536/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:46.536/2024-05-03 05:10:46.544 CDOResource@OID3:1v1("res") 2024-05-03 05:10:46.545/2024-05-03 05:10:46.546 CDOResource@OID3:1v2("res") 2024-05-03 05:10:46.547/* Product1@OID4:1v0->0v1 2024-05-03 05:10:46.536/2024-05-03 05:10:46.544 Product1@OID4:1v1 2024-05-03 05:10:46.545/2024-05-03 05:10:46.546 Product1@OID4:1v2 2024-05-03 05:10:46.547/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:46.536/2024-05-03 05:10:46.541 OrderDetail@OID5:1v1 2024-05-03 05:10:46.542/2024-05-03 05:10:46.544 OrderDetail@OID6:1v1 2024-05-03 05:10:46.547/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:46.504/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:46.504/2024-05-03 05:10:46.535 CDOResource@OID1:0v2("/") 2024-05-03 05:10:46.536/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testDetachExisting")2024-05-03 05:10:46.536/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:46.536/* Product1@OID4:0v1 2024-05-03 05:10:46.536/* OrderDetail@OID5:0v1 2024-05-03 05:10:46.536/* BranchingSameSessionTest_testDetachExisting_subBranch[1]2024-05-03 05:10:46.536/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:46.545/2024-05-03 05:10:46.546 CDOResource@OID3:1v2("res") 2024-05-03 05:10:46.547/* Product1@OID4:1v1 2024-05-03 05:10:46.545/2024-05-03 05:10:46.546 Product1@OID4:1v2 2024-05-03 05:10:46.547/* OrderDetail@OID5:1v1 2024-05-03 05:10:46.542/2024-05-03 05:10:46.544 OrderDetail@OID5:1v2d 2024-05-03 05:10:46.545/* OrderDetail@OID6:1v1 2024-05-03 05:10:46.547/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:46.504/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:46.504/2024-05-03 05:10:46.535 CDOResource@OID1:0v2("/") 2024-05-03 05:10:46.536/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testDetachExisting")2024-05-03 05:10:46.536/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:46.536/* Product1@OID4:0v1 2024-05-03 05:10:46.536/* OrderDetail@OID5:0v1 2024-05-03 05:10:46.536/* BranchingSameSessionTest_testDetachExisting_subBranch[1]2024-05-03 05:10:46.536/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:46.536/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:46.536/2024-05-03 05:10:46.544 CDOResource@OID3:1v1("res") 2024-05-03 05:10:46.545/2024-05-03 05:10:46.546 CDOResource@OID3:1v2("res") 2024-05-03 05:10:46.547/* Product1@OID4:1v0->0v1 2024-05-03 05:10:46.536/2024-05-03 05:10:46.544 Product1@OID4:1v1 2024-05-03 05:10:46.545/2024-05-03 05:10:46.546 Product1@OID4:1v2 2024-05-03 05:10:46.547/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:46.536/2024-05-03 05:10:46.541 OrderDetail@OID5:1v1 2024-05-03 05:10:46.542/2024-05-03 05:10:46.544 OrderDetail@OID6:1v1 2024-05-03 05:10:46.547/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:46.504/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:46.504/2024-05-03 05:10:46.535 CDOResource@OID1:0v2("/") 2024-05-03 05:10:46.536/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testDetachExisting")2024-05-03 05:10:46.536/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:46.536/* Product1@OID4:0v1 2024-05-03 05:10:46.536/* OrderDetail@OID5:0v1 2024-05-03 05:10:46.536/* BranchingSameSessionTest_testDetachExisting_subBranch[1]2024-05-03 05:10:46.536/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:46.536/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:46.536/2024-05-03 05:10:46.544 CDOResource@OID3:1v1("res") 2024-05-03 05:10:46.545/2024-05-03 05:10:46.546 CDOResource@OID3:1v2("res") 2024-05-03 05:10:46.547/* Product1@OID4:1v0->0v1 2024-05-03 05:10:46.536/2024-05-03 05:10:46.544 Product1@OID4:1v1 2024-05-03 05:10:46.545/2024-05-03 05:10:46.546 Product1@OID4:1v2 2024-05-03 05:10:46.547/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:46.536/2024-05-03 05:10:46.541 OrderDetail@OID5:1v1 2024-05-03 05:10:46.542/2024-05-03 05:10:46.544 OrderDetail@OID6:1v1 2024-05-03 05:10:46.547/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:46.504/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:46.504/2024-05-03 05:10:46.535 CDOResource@OID1:0v2("/") 2024-05-03 05:10:46.536/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testDetachExisting")2024-05-03 05:10:46.536/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:46.536/* Product1@OID4:0v1 2024-05-03 05:10:46.536/* OrderDetail@OID5:0v1 2024-05-03 05:10:46.536/* BranchingSameSessionTest_testDetachExisting_subBranch[1]2024-05-03 05:10:46.536/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:46.545/2024-05-03 05:10:46.546 CDOResource@OID3:1v2("res") 2024-05-03 05:10:46.547/* Product1@OID4:1v1 2024-05-03 05:10:46.545/2024-05-03 05:10:46.546 Product1@OID4:1v2 2024-05-03 05:10:46.547/* OrderDetail@OID5:1v1 2024-05-03 05:10:46.542/2024-05-03 05:10:46.544 OrderDetail@OID5:1v2d 2024-05-03 05:10:46.545/* OrderDetail@OID6:1v1 2024-05-03 05:10:46.547/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:46.504/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:46.504/2024-05-03 05:10:46.535 CDOResource@OID1:0v2("/") 2024-05-03 05:10:46.536/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testDetachExisting")2024-05-03 05:10:46.536/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:46.536/* Product1@OID4:0v1 2024-05-03 05:10:46.536/* OrderDetail@OID5:0v1 2024-05-03 05:10:46.536/* BranchingSameSessionTest_testDetachExisting_subBranch[1]2024-05-03 05:10:46.536/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:46.536/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:46.536/2024-05-03 05:10:46.544 CDOResource@OID3:1v1("res") 2024-05-03 05:10:46.545/2024-05-03 05:10:46.546 CDOResource@OID3:1v2("res") 2024-05-03 05:10:46.547/* Product1@OID4:1v0->0v1 2024-05-03 05:10:46.536/2024-05-03 05:10:46.544 Product1@OID4:1v1 2024-05-03 05:10:46.545/2024-05-03 05:10:46.546 Product1@OID4:1v2 2024-05-03 05:10:46.547/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:46.536/2024-05-03 05:10:46.541 OrderDetail@OID5:1v1 2024-05-03 05:10:46.542/2024-05-03 05:10:46.544 OrderDetail@OID6:1v1 2024-05-03 05:10:46.547/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:46.504/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:46.504/2024-05-03 05:10:46.535 CDOResource@OID1:0v2("/") 2024-05-03 05:10:46.536/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testDetachExisting")2024-05-03 05:10:46.536/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:46.536/* Product1@OID4:0v1 2024-05-03 05:10:46.536/* OrderDetail@OID5:0v1 2024-05-03 05:10:46.536/* BranchingSameSessionTest_testDetachExisting_subBranch[1]2024-05-03 05:10:46.536/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:46.536/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:46.536/2024-05-03 05:10:46.544 CDOResource@OID3:1v1("res") 2024-05-03 05:10:46.545/2024-05-03 05:10:46.546 CDOResource@OID3:1v2("res") 2024-05-03 05:10:46.547/* Product1@OID4:1v0->0v1 2024-05-03 05:10:46.536/2024-05-03 05:10:46.544 Product1@OID4:1v1 2024-05-03 05:10:46.545/2024-05-03 05:10:46.546 Product1@OID4:1v2 2024-05-03 05:10:46.547/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:46.536/2024-05-03 05:10:46.541 OrderDetail@OID5:1v1 2024-05-03 05:10:46.542/2024-05-03 05:10:46.544 OrderDetail@OID6:1v1 2024-05-03 05:10:46.547/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:46.504/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:46.504/2024-05-03 05:10:46.535 CDOResource@OID1:0v2("/") 2024-05-03 05:10:46.536/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testDetachExisting")2024-05-03 05:10:46.536/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:46.536/* Product1@OID4:0v1 2024-05-03 05:10:46.536/* OrderDetail@OID5:0v1 2024-05-03 05:10:46.536/* BranchingSameSessionTest_testDetachExisting_subBranch[1]2024-05-03 05:10:46.536/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:46.545/2024-05-03 05:10:46.546 CDOResource@OID3:1v2("res") 2024-05-03 05:10:46.547/* Product1@OID4:1v1 2024-05-03 05:10:46.545/2024-05-03 05:10:46.546 Product1@OID4:1v2 2024-05-03 05:10:46.547/* OrderDetail@OID5:1v1 2024-05-03 05:10:46.542/2024-05-03 05:10:46.544 OrderDetail@OID5:1v2d 2024-05-03 05:10:46.545/* OrderDetail@OID6:1v1 2024-05-03 05:10:46.547/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:46.504/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:46.504/2024-05-03 05:10:46.535 CDOResource@OID1:0v2("/") 2024-05-03 05:10:46.536/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testDetachExisting")2024-05-03 05:10:46.536/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:46.536/* Product1@OID4:0v1 2024-05-03 05:10:46.536/* OrderDetail@OID5:0v1 2024-05-03 05:10:46.536/* BranchingSameSessionTest_testDetachExisting_subBranch[1]2024-05-03 05:10:46.536/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:46.536/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:46.536/2024-05-03 05:10:46.544 CDOResource@OID3:1v1("res") 2024-05-03 05:10:46.545/2024-05-03 05:10:46.546 CDOResource@OID3:1v2("res") 2024-05-03 05:10:46.547/* Product1@OID4:1v0->0v1 2024-05-03 05:10:46.536/2024-05-03 05:10:46.544 Product1@OID4:1v1 2024-05-03 05:10:46.545/2024-05-03 05:10:46.546 Product1@OID4:1v2 2024-05-03 05:10:46.547/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:46.536/2024-05-03 05:10:46.541 OrderDetail@OID5:1v1 2024-05-03 05:10:46.542/2024-05-03 05:10:46.544 OrderDetail@OID6:1v1 2024-05-03 05:10:46.547/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:46.504/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:46.504/2024-05-03 05:10:46.535 CDOResource@OID1:0v2("/") 2024-05-03 05:10:46.536/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testDetachExisting")2024-05-03 05:10:46.536/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:46.536/* Product1@OID4:0v1 2024-05-03 05:10:46.536/* OrderDetail@OID5:0v1 2024-05-03 05:10:46.536/* BranchingSameSessionTest_testDetachExisting_subBranch[1]2024-05-03 05:10:46.536/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:46.536/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:46.536/2024-05-03 05:10:46.544 CDOResource@OID3:1v1("res") 2024-05-03 05:10:46.545/2024-05-03 05:10:46.546 CDOResource@OID3:1v2("res") 2024-05-03 05:10:46.547/* Product1@OID4:1v0->0v1 2024-05-03 05:10:46.536/2024-05-03 05:10:46.544 Product1@OID4:1v1 2024-05-03 05:10:46.545/2024-05-03 05:10:46.546 Product1@OID4:1v2 2024-05-03 05:10:46.547/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:46.536/2024-05-03 05:10:46.541 OrderDetail@OID5:1v1 2024-05-03 05:10:46.542/2024-05-03 05:10:46.544 OrderDetail@OID6:1v1 2024-05-03 05:10:46.547/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:46.504/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:46.504/2024-05-03 05:10:46.535 CDOResource@OID1:0v2("/") 2024-05-03 05:10:46.536/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testDetachExisting")2024-05-03 05:10:46.536/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:46.536/* Product1@OID4:0v1 2024-05-03 05:10:46.536/* OrderDetail@OID5:0v1 2024-05-03 05:10:46.536/* BranchingSameSessionTest_testDetachExisting_subBranch[1]2024-05-03 05:10:46.536/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:46.545/2024-05-03 05:10:46.546 CDOResource@OID3:1v2("res") 2024-05-03 05:10:46.547/* Product1@OID4:1v1 2024-05-03 05:10:46.545/2024-05-03 05:10:46.546 Product1@OID4:1v2 2024-05-03 05:10:46.547/* OrderDetail@OID5:1v1 2024-05-03 05:10:46.542/2024-05-03 05:10:46.544 OrderDetail@OID5:1v2d 2024-05-03 05:10:46.545/* OrderDetail@OID6:1v1 2024-05-03 05:10:46.547/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:46.504/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:46.504/2024-05-03 05:10:46.535 CDOResource@OID1:0v2("/") 2024-05-03 05:10:46.536/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testDetachExisting")2024-05-03 05:10:46.536/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:46.536/* Product1@OID4:0v1 2024-05-03 05:10:46.536/* OrderDetail@OID5:0v1 2024-05-03 05:10:46.536/* BranchingSameSessionTest_testDetachExisting_subBranch[1]2024-05-03 05:10:46.536/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:46.536/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:46.536/2024-05-03 05:10:46.544 CDOResource@OID3:1v1("res") 2024-05-03 05:10:46.545/2024-05-03 05:10:46.546 CDOResource@OID3:1v2("res") 2024-05-03 05:10:46.547/* Product1@OID4:1v0->0v1 2024-05-03 05:10:46.536/2024-05-03 05:10:46.544 Product1@OID4:1v1 2024-05-03 05:10:46.545/2024-05-03 05:10:46.546 Product1@OID4:1v2 2024-05-03 05:10:46.547/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:46.536/2024-05-03 05:10:46.541 OrderDetail@OID5:1v1 2024-05-03 05:10:46.542/2024-05-03 05:10:46.544 OrderDetail@OID6:1v1 2024-05-03 05:10:46.547/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:46.504/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:46.504/2024-05-03 05:10:46.535 CDOResource@OID1:0v2("/") 2024-05-03 05:10:46.536/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testDetachExisting")2024-05-03 05:10:46.536/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:46.536/* Product1@OID4:0v1 2024-05-03 05:10:46.536/* OrderDetail@OID5:0v1 2024-05-03 05:10:46.536/* BranchingSameSessionTest_testDetachExisting_subBranch[1]2024-05-03 05:10:46.536/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:46.536/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:46.536/2024-05-03 05:10:46.544 CDOResource@OID3:1v1("res") 2024-05-03 05:10:46.545/2024-05-03 05:10:46.546 CDOResource@OID3:1v2("res") 2024-05-03 05:10:46.547/* Product1@OID4:1v0->0v1 2024-05-03 05:10:46.536/2024-05-03 05:10:46.544 Product1@OID4:1v1 2024-05-03 05:10:46.545/2024-05-03 05:10:46.546 Product1@OID4:1v2 2024-05-03 05:10:46.547/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:46.536/2024-05-03 05:10:46.541 OrderDetail@OID5:1v1 2024-05-03 05:10:46.542/2024-05-03 05:10:46.544 OrderDetail@OID6:1v1 2024-05-03 05:10:46.547/* ******************************************************* BranchingSameSessionTest.testDetachWithoutRevision [MEM-branching, JVM, Legacy] ******************************************************* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:46.666/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:46.666/2024-05-03 05:10:46.680 CDOResource@OID1:0v2("/") 2024-05-03 05:10:46.681/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testDetachWithoutRevision")2024-05-03 05:10:46.681/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:46.681/* Product1@OID4:0v1 2024-05-03 05:10:46.681/* BranchingSameSessionTest_testDetachWithoutRevision_subBranch[1]2024-05-03 05:10:46.681/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:46.732/* Product1@OID4:1v1d 2024-05-03 05:10:46.732/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:46.666/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:46.666/2024-05-03 05:10:46.680 CDOResource@OID1:0v2("/") 2024-05-03 05:10:46.681/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testDetachWithoutRevision")2024-05-03 05:10:46.681/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:46.681/* Product1@OID4:0v1 2024-05-03 05:10:46.681/* BranchingSameSessionTest_testDetachWithoutRevision_subBranch[1]2024-05-03 05:10:46.681/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:46.681/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:46.681/2024-05-03 05:10:46.731 CDOResource@OID3:1v1("res") 2024-05-03 05:10:46.732/* Product1@OID4:1v0->0v1 2024-05-03 05:10:46.681/2024-05-03 05:10:46.731 ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:46.666/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:46.666/2024-05-03 05:10:46.680 CDOResource@OID1:0v2("/") 2024-05-03 05:10:46.681/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testDetachWithoutRevision")2024-05-03 05:10:46.681/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:46.681/* Product1@OID4:0v1 2024-05-03 05:10:46.681/* BranchingSameSessionTest_testDetachWithoutRevision_subBranch[1]2024-05-03 05:10:46.681/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:46.681/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:46.681/2024-05-03 05:10:46.731 CDOResource@OID3:1v1("res") 2024-05-03 05:10:46.732/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:46.666/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:46.666/2024-05-03 05:10:46.680 CDOResource@OID1:0v2("/") 2024-05-03 05:10:46.681/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testDetachWithoutRevision")2024-05-03 05:10:46.681/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:46.681/* Product1@OID4:0v1 2024-05-03 05:10:46.681/* BranchingSameSessionTest_testDetachWithoutRevision_subBranch[1]2024-05-03 05:10:46.681/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:46.732/* Product1@OID4:1v1d 2024-05-03 05:10:46.732/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:46.666/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:46.666/2024-05-03 05:10:46.680 CDOResource@OID1:0v2("/") 2024-05-03 05:10:46.681/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testDetachWithoutRevision")2024-05-03 05:10:46.681/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:46.681/* Product1@OID4:0v1 2024-05-03 05:10:46.681/* BranchingSameSessionTest_testDetachWithoutRevision_subBranch[1]2024-05-03 05:10:46.681/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:46.681/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:46.681/2024-05-03 05:10:46.731 CDOResource@OID3:1v1("res") 2024-05-03 05:10:46.732/* Product1@OID4:1v0->0v1 2024-05-03 05:10:46.681/2024-05-03 05:10:46.731 ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:46.666/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:46.666/2024-05-03 05:10:46.680 CDOResource@OID1:0v2("/") 2024-05-03 05:10:46.681/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testDetachWithoutRevision")2024-05-03 05:10:46.681/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:46.681/* Product1@OID4:0v1 2024-05-03 05:10:46.681/* BranchingSameSessionTest_testDetachWithoutRevision_subBranch[1]2024-05-03 05:10:46.681/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:46.681/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:46.681/2024-05-03 05:10:46.731 CDOResource@OID3:1v1("res") 2024-05-03 05:10:46.732/* Product1@OID4:1v0->0v1 2024-05-03 05:10:46.681/2024-05-03 05:10:46.731 MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:46.666/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:46.666/2024-05-03 05:10:46.680 CDOResource@OID1:0v2("/") 2024-05-03 05:10:46.681/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testDetachWithoutRevision")2024-05-03 05:10:46.681/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:46.681/* Product1@OID4:0v1 2024-05-03 05:10:46.681/* BranchingSameSessionTest_testDetachWithoutRevision_subBranch[1]2024-05-03 05:10:46.681/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:46.732/* Product1@OID4:1v1d 2024-05-03 05:10:46.732/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:46.666/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:46.666/2024-05-03 05:10:46.680 CDOResource@OID1:0v2("/") 2024-05-03 05:10:46.681/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testDetachWithoutRevision")2024-05-03 05:10:46.681/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:46.681/* Product1@OID4:0v1 2024-05-03 05:10:46.681/* BranchingSameSessionTest_testDetachWithoutRevision_subBranch[1]2024-05-03 05:10:46.681/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:46.681/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:46.681/2024-05-03 05:10:46.731 CDOResource@OID3:1v1("res") 2024-05-03 05:10:46.732/* Product1@OID4:1v0->0v1 2024-05-03 05:10:46.681/2024-05-03 05:10:46.731 ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:46.666/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:46.666/2024-05-03 05:10:46.680 CDOResource@OID1:0v2("/") 2024-05-03 05:10:46.681/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testDetachWithoutRevision")2024-05-03 05:10:46.681/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:46.681/* Product1@OID4:0v1 2024-05-03 05:10:46.681/* BranchingSameSessionTest_testDetachWithoutRevision_subBranch[1]2024-05-03 05:10:46.681/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:46.681/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:46.681/2024-05-03 05:10:46.731 CDOResource@OID3:1v1("res") 2024-05-03 05:10:46.732/* Product1@OID4:1v0->0v1 2024-05-03 05:10:46.681/2024-05-03 05:10:46.731 ******************************************************* BranchingSameSessionTest.testDetachWithoutRevision_CheckMainBranch [MEM-branching, JVM, Legacy] ******************************************************* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:46.753/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:46.753/2024-05-03 05:10:46.765 CDOResource@OID1:0v2("/") 2024-05-03 05:10:46.766/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testDetachWithoutRevision_CheckMainBranch")2024-05-03 05:10:46.766/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:46.766/* Product1@OID4:0v1 2024-05-03 05:10:46.766/* BranchingSameSessionTest_testDetachWithoutRevision_CheckMainBranch_subBranch[1]2024-05-03 05:10:46.766/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:46.771/* Product1@OID4:1v1d 2024-05-03 05:10:46.771/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:46.753/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:46.753/2024-05-03 05:10:46.765 CDOResource@OID1:0v2("/") 2024-05-03 05:10:46.766/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testDetachWithoutRevision_CheckMainBranch")2024-05-03 05:10:46.766/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:46.766/* Product1@OID4:0v1 2024-05-03 05:10:46.766/* BranchingSameSessionTest_testDetachWithoutRevision_CheckMainBranch_subBranch[1]2024-05-03 05:10:46.766/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:46.766/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:46.766/2024-05-03 05:10:46.770 CDOResource@OID3:1v1("res") 2024-05-03 05:10:46.771/* Product1@OID4:1v0->0v1 2024-05-03 05:10:46.766/2024-05-03 05:10:46.770 ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:46.753/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:46.753/2024-05-03 05:10:46.765 CDOResource@OID1:0v2("/") 2024-05-03 05:10:46.766/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testDetachWithoutRevision_CheckMainBranch")2024-05-03 05:10:46.766/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:46.766/* Product1@OID4:0v1 2024-05-03 05:10:46.766/* BranchingSameSessionTest_testDetachWithoutRevision_CheckMainBranch_subBranch[1]2024-05-03 05:10:46.766/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:46.766/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:46.766/2024-05-03 05:10:46.770 CDOResource@OID3:1v1("res") 2024-05-03 05:10:46.771/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:46.753/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:46.753/2024-05-03 05:10:46.765 CDOResource@OID1:0v2("/") 2024-05-03 05:10:46.766/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testDetachWithoutRevision_CheckMainBranch")2024-05-03 05:10:46.766/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:46.766/* Product1@OID4:0v1 2024-05-03 05:10:46.766/* BranchingSameSessionTest_testDetachWithoutRevision_CheckMainBranch_subBranch[1]2024-05-03 05:10:46.766/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:46.771/* Product1@OID4:1v1d 2024-05-03 05:10:46.771/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:46.753/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:46.753/2024-05-03 05:10:46.765 CDOResource@OID1:0v2("/") 2024-05-03 05:10:46.766/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testDetachWithoutRevision_CheckMainBranch")2024-05-03 05:10:46.766/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:46.766/* Product1@OID4:0v1 2024-05-03 05:10:46.766/* BranchingSameSessionTest_testDetachWithoutRevision_CheckMainBranch_subBranch[1]2024-05-03 05:10:46.766/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:46.766/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:46.766/2024-05-03 05:10:46.770 CDOResource@OID3:1v1("res") 2024-05-03 05:10:46.771/* Product1@OID4:1v0->0v1 2024-05-03 05:10:46.766/2024-05-03 05:10:46.770 ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:46.753/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:46.753/2024-05-03 05:10:46.765 CDOResource@OID1:0v2("/") 2024-05-03 05:10:46.766/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testDetachWithoutRevision_CheckMainBranch")2024-05-03 05:10:46.766/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:46.766/* Product1@OID4:0v1 2024-05-03 05:10:46.766/* BranchingSameSessionTest_testDetachWithoutRevision_CheckMainBranch_subBranch[1]2024-05-03 05:10:46.766/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:46.766/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:46.766/2024-05-03 05:10:46.770 CDOResource@OID3:1v1("res") 2024-05-03 05:10:46.771/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:46.753/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:46.753/2024-05-03 05:10:46.765 CDOResource@OID1:0v2("/") 2024-05-03 05:10:46.766/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testDetachWithoutRevision_CheckMainBranch")2024-05-03 05:10:46.766/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:46.766/* Product1@OID4:0v1 2024-05-03 05:10:46.766/* BranchingSameSessionTest_testDetachWithoutRevision_CheckMainBranch_subBranch[1]2024-05-03 05:10:46.766/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:46.771/* Product1@OID4:1v1d 2024-05-03 05:10:46.771/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:46.753/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:46.753/2024-05-03 05:10:46.765 CDOResource@OID1:0v2("/") 2024-05-03 05:10:46.766/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testDetachWithoutRevision_CheckMainBranch")2024-05-03 05:10:46.766/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:46.766/* Product1@OID4:0v1 2024-05-03 05:10:46.766/* BranchingSameSessionTest_testDetachWithoutRevision_CheckMainBranch_subBranch[1]2024-05-03 05:10:46.766/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:46.766/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:46.766/2024-05-03 05:10:46.770 CDOResource@OID3:1v1("res") 2024-05-03 05:10:46.771/* Product1@OID4:1v0->0v1 2024-05-03 05:10:46.766/2024-05-03 05:10:46.770 ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:46.753/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:46.753/2024-05-03 05:10:46.765 CDOResource@OID1:0v2("/") 2024-05-03 05:10:46.766/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testDetachWithoutRevision_CheckMainBranch")2024-05-03 05:10:46.766/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:46.766/* Product1@OID4:0v1 2024-05-03 05:10:46.766/* BranchingSameSessionTest_testDetachWithoutRevision_CheckMainBranch_subBranch[1]2024-05-03 05:10:46.766/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:46.766/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:46.766/2024-05-03 05:10:46.770 CDOResource@OID3:1v1("res") 2024-05-03 05:10:46.771/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:46.753/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:46.753/2024-05-03 05:10:46.765 CDOResource@OID1:0v2("/") 2024-05-03 05:10:46.766/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testDetachWithoutRevision_CheckMainBranch")2024-05-03 05:10:46.766/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:46.766/* Product1@OID4:0v1 2024-05-03 05:10:46.766/* BranchingSameSessionTest_testDetachWithoutRevision_CheckMainBranch_subBranch[1]2024-05-03 05:10:46.766/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:46.771/* Product1@OID4:1v1d 2024-05-03 05:10:46.771/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:46.753/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:46.753/2024-05-03 05:10:46.765 CDOResource@OID1:0v2("/") 2024-05-03 05:10:46.766/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testDetachWithoutRevision_CheckMainBranch")2024-05-03 05:10:46.766/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:46.766/* Product1@OID4:0v1 2024-05-03 05:10:46.766/* BranchingSameSessionTest_testDetachWithoutRevision_CheckMainBranch_subBranch[1]2024-05-03 05:10:46.766/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:46.766/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:46.766/2024-05-03 05:10:46.770 CDOResource@OID3:1v1("res") 2024-05-03 05:10:46.771/* Product1@OID4:1v0->0v1 2024-05-03 05:10:46.766/2024-05-03 05:10:46.770 ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:46.753/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:46.753/2024-05-03 05:10:46.765 CDOResource@OID1:0v2("/") 2024-05-03 05:10:46.766/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testDetachWithoutRevision_CheckMainBranch")2024-05-03 05:10:46.766/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:46.766/* Product1@OID4:0v1 2024-05-03 05:10:46.766/* BranchingSameSessionTest_testDetachWithoutRevision_CheckMainBranch_subBranch[1]2024-05-03 05:10:46.766/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:46.766/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:46.766/2024-05-03 05:10:46.770 CDOResource@OID3:1v1("res") 2024-05-03 05:10:46.771/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:46.753/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:46.753/2024-05-03 05:10:46.765 CDOResource@OID1:0v2("/") 2024-05-03 05:10:46.766/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testDetachWithoutRevision_CheckMainBranch")2024-05-03 05:10:46.766/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:46.766/* Product1@OID4:0v1 2024-05-03 05:10:46.766/* BranchingSameSessionTest_testDetachWithoutRevision_CheckMainBranch_subBranch[1]2024-05-03 05:10:46.766/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:46.771/* Product1@OID4:1v1d 2024-05-03 05:10:46.771/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:46.753/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:46.753/2024-05-03 05:10:46.765 CDOResource@OID1:0v2("/") 2024-05-03 05:10:46.766/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testDetachWithoutRevision_CheckMainBranch")2024-05-03 05:10:46.766/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:46.766/* Product1@OID4:0v1 2024-05-03 05:10:46.766/* BranchingSameSessionTest_testDetachWithoutRevision_CheckMainBranch_subBranch[1]2024-05-03 05:10:46.766/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:46.766/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:46.766/2024-05-03 05:10:46.770 CDOResource@OID3:1v1("res") 2024-05-03 05:10:46.771/* Product1@OID4:1v0->0v1 2024-05-03 05:10:46.766/2024-05-03 05:10:46.770 ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:46.753/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:46.753/2024-05-03 05:10:46.765 CDOResource@OID1:0v2("/") 2024-05-03 05:10:46.766/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testDetachWithoutRevision_CheckMainBranch")2024-05-03 05:10:46.766/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:46.766/* Product1@OID4:0v1 2024-05-03 05:10:46.766/* BranchingSameSessionTest_testDetachWithoutRevision_CheckMainBranch_subBranch[1]2024-05-03 05:10:46.766/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:46.766/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:46.766/2024-05-03 05:10:46.770 CDOResource@OID3:1v1("res") 2024-05-03 05:10:46.771/* Product1@OID4:1v0->0v1 2024-05-03 05:10:46.766/2024-05-03 05:10:46.770 MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:46.753/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:46.753/2024-05-03 05:10:46.765 CDOResource@OID1:0v2("/") 2024-05-03 05:10:46.766/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testDetachWithoutRevision_CheckMainBranch")2024-05-03 05:10:46.766/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:46.766/* Product1@OID4:0v1 2024-05-03 05:10:46.766/* BranchingSameSessionTest_testDetachWithoutRevision_CheckMainBranch_subBranch[1]2024-05-03 05:10:46.766/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:46.771/* Product1@OID4:1v1d 2024-05-03 05:10:46.771/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:46.753/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:46.753/2024-05-03 05:10:46.765 CDOResource@OID1:0v2("/") 2024-05-03 05:10:46.766/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testDetachWithoutRevision_CheckMainBranch")2024-05-03 05:10:46.766/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:46.766/* Product1@OID4:0v1 2024-05-03 05:10:46.766/* BranchingSameSessionTest_testDetachWithoutRevision_CheckMainBranch_subBranch[1]2024-05-03 05:10:46.766/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:46.766/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:46.766/2024-05-03 05:10:46.770 CDOResource@OID3:1v1("res") 2024-05-03 05:10:46.771/* Product1@OID4:1v0->0v1 2024-05-03 05:10:46.766/2024-05-03 05:10:46.770 ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:46.753/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:46.753/2024-05-03 05:10:46.765 CDOResource@OID1:0v2("/") 2024-05-03 05:10:46.766/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testDetachWithoutRevision_CheckMainBranch")2024-05-03 05:10:46.766/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:46.766/* Product1@OID4:0v1 2024-05-03 05:10:46.766/* BranchingSameSessionTest_testDetachWithoutRevision_CheckMainBranch_subBranch[1]2024-05-03 05:10:46.766/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:46.766/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:46.766/2024-05-03 05:10:46.770 CDOResource@OID3:1v1("res") 2024-05-03 05:10:46.771/* Product1@OID4:1v0->0v1 2024-05-03 05:10:46.766/2024-05-03 05:10:46.770 ******************************************************* BranchingSameSessionTest.testEvent [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* BranchingSameSessionTest.testFutureBaseTime [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* BranchingSameSessionTest.testGetBranch [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* BranchingSameSessionTest.testGetPath [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* BranchingSameSessionTest.testGetPathName [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* BranchingSameSessionTest.testGetSubBranches [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* BranchingSameSessionTest.testHandleRevisionsAfterDetachInSubBranch [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* BranchingSameSessionTest.testMainBranch [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* BranchingSameSessionTest.testObjectLifetime [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* BranchingSameSessionTest.testRenameBranch [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* BranchingSameSessionTest.testRenameBranchDuplicate [MEM-branching, JVM, Legacy] ******************************************************* [ERROR] The branch MAIN/BranchingSameSessionTest_testRenameBranchDuplicate_existing already exists org.eclipse.emf.cdo.common.branch.CDODuplicateBranchException: The branch MAIN/BranchingSameSessionTest_testRenameBranchDuplicate_existing already exists at org.eclipse.emf.cdo.internal.server.Repository.checkDuplicateBranchBase(Repository.java:688) at org.eclipse.emf.cdo.internal.server.Repository.checkDuplicateBranch(Repository.java:679) at org.eclipse.emf.cdo.internal.server.Repository.renameBranch(Repository.java:663) at org.eclipse.emf.cdo.tests.config.impl.RepositoryConfig$6.renameBranch(RepositoryConfig.java:779) at org.eclipse.emf.cdo.internal.common.branch.CDOBranchImpl.setName(CDOBranchImpl.java:150) at org.eclipse.emf.cdo.server.internal.net4j.protocol.RenameBranchIndication.responding(RenameBranchIndication.java:60) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerIndication.responding(CDOServerIndication.java:162) at org.eclipse.net4j.signal.IndicationWithResponse.doExtendedOutput(IndicationWithResponse.java:100) at org.eclipse.net4j.signal.Signal.doOutput(Signal.java:407) at org.eclipse.net4j.signal.IndicationWithResponse.execute(IndicationWithResponse.java:74) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerWriteIndication.execute(CDOServerWriteIndication.java:34) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) ******************************************************* BranchingSameSessionTest.testRenameBranchIllegalName [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* BranchingSameSessionTest.testSwitchTransactionTarget [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* BranchingSameSessionTest.testSwitchViewTarget [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* BranchingTest.testAncestor [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* BranchingTest.testAuditViewOnBranch [MEM-branching, JVM, Legacy] ******************************************************* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:47.365/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:47.365/2024-05-03 05:10:47.378 CDOResource@OID1:0v2("/") 2024-05-03 05:10:47.379/* CDOResourceFolder@OID2:0v1("BranchingTest_testAuditViewOnBranch")2024-05-03 05:10:47.379/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.379/* Product1@OID4:0v1 2024-05-03 05:10:47.379/* OrderDetail@OID5:0v1 2024-05-03 05:10:47.379/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:47.365/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:47.365/2024-05-03 05:10:47.378 CDOResource@OID1:0v2("/") 2024-05-03 05:10:47.379/* CDOResourceFolder@OID2:0v1("BranchingTest_testAuditViewOnBranch")2024-05-03 05:10:47.379/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.379/* Product1@OID4:0v1 2024-05-03 05:10:47.379/* OrderDetail@OID5:0v1 2024-05-03 05:10:47.379/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:47.365/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:47.365/2024-05-03 05:10:47.378 CDOResource@OID1:0v2("/") 2024-05-03 05:10:47.379/* CDOResourceFolder@OID2:0v1("BranchingTest_testAuditViewOnBranch")2024-05-03 05:10:47.379/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.379/* Product1@OID4:0v1 2024-05-03 05:10:47.379/* OrderDetail@OID5:0v1 2024-05-03 05:10:47.379/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:47.365/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:47.365/2024-05-03 05:10:47.378 CDOResource@OID1:0v2("/") 2024-05-03 05:10:47.379/* CDOResourceFolder@OID2:0v1("BranchingTest_testAuditViewOnBranch")2024-05-03 05:10:47.379/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.379/* Product1@OID4:0v1 2024-05-03 05:10:47.379/* OrderDetail@OID5:0v1 2024-05-03 05:10:47.379/2024-05-03 05:10:47.381 OrderDetail@OID5:0v2 2024-05-03 05:10:47.382/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:47.365/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:47.365/2024-05-03 05:10:47.378 CDOResource@OID1:0v2("/") 2024-05-03 05:10:47.379/* CDOResourceFolder@OID2:0v1("BranchingTest_testAuditViewOnBranch")2024-05-03 05:10:47.379/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.379/* Product1@OID4:0v1 2024-05-03 05:10:47.379/* OrderDetail@OID5:0v1 2024-05-03 05:10:47.379/2024-05-03 05:10:47.381 OrderDetail@OID5:0v2 2024-05-03 05:10:47.382/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:47.365/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:47.365/2024-05-03 05:10:47.378 CDOResource@OID1:0v2("/") 2024-05-03 05:10:47.379/* CDOResourceFolder@OID2:0v1("BranchingTest_testAuditViewOnBranch")2024-05-03 05:10:47.379/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.379/* Product1@OID4:0v1 2024-05-03 05:10:47.379/* OrderDetail@OID5:0v1 2024-05-03 05:10:47.379/2024-05-03 05:10:47.381 OrderDetail@OID5:0v2 2024-05-03 05:10:47.382/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:47.365/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:47.365/2024-05-03 05:10:47.378 CDOResource@OID1:0v2("/") 2024-05-03 05:10:47.379/* CDOResourceFolder@OID2:0v1("BranchingTest_testAuditViewOnBranch")2024-05-03 05:10:47.379/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.379/* Product1@OID4:0v1 2024-05-03 05:10:47.379/* OrderDetail@OID5:0v1 2024-05-03 05:10:47.379/2024-05-03 05:10:47.381 OrderDetail@OID5:0v2 2024-05-03 05:10:47.382/* BranchingTest_testAuditViewOnBranch_subBranch[1]2024-05-03 05:10:47.384/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:47.389/* Product1@OID4:1v1 2024-05-03 05:10:47.389/* OrderDetail@OID6:1v1 2024-05-03 05:10:47.389/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:47.365/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:47.365/2024-05-03 05:10:47.378 CDOResource@OID1:0v2("/") 2024-05-03 05:10:47.379/* CDOResourceFolder@OID2:0v1("BranchingTest_testAuditViewOnBranch")2024-05-03 05:10:47.379/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.379/* Product1@OID4:0v1 2024-05-03 05:10:47.379/* OrderDetail@OID5:0v1 2024-05-03 05:10:47.379/2024-05-03 05:10:47.381 OrderDetail@OID5:0v2 2024-05-03 05:10:47.382/* BranchingTest_testAuditViewOnBranch_subBranch[1]2024-05-03 05:10:47.384/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:47.384/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:47.384/2024-05-03 05:10:47.388 CDOResource@OID3:1v1("res") 2024-05-03 05:10:47.389/* Product1@OID4:1v0->0v1 2024-05-03 05:10:47.384/2024-05-03 05:10:47.388 Product1@OID4:1v1 2024-05-03 05:10:47.389/* OrderDetail@OID5:1v0->0v2 2024-05-03 05:10:47.384/* OrderDetail@OID6:1v1 2024-05-03 05:10:47.389/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:47.365/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:47.365/2024-05-03 05:10:47.378 CDOResource@OID1:0v2("/") 2024-05-03 05:10:47.379/* CDOResourceFolder@OID2:0v1("BranchingTest_testAuditViewOnBranch")2024-05-03 05:10:47.379/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.379/* Product1@OID4:0v1 2024-05-03 05:10:47.379/* OrderDetail@OID5:0v1 2024-05-03 05:10:47.379/2024-05-03 05:10:47.381 OrderDetail@OID5:0v2 2024-05-03 05:10:47.382/* BranchingTest_testAuditViewOnBranch_subBranch[1]2024-05-03 05:10:47.384/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:47.384/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:47.384/2024-05-03 05:10:47.388 CDOResource@OID3:1v1("res") 2024-05-03 05:10:47.389/* Product1@OID4:1v0->0v1 2024-05-03 05:10:47.384/2024-05-03 05:10:47.388 Product1@OID4:1v1 2024-05-03 05:10:47.389/* OrderDetail@OID5:1v0->0v2 2024-05-03 05:10:47.384/* OrderDetail@OID6:1v1 2024-05-03 05:10:47.389/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:47.365/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:47.365/2024-05-03 05:10:47.378 CDOResource@OID1:0v2("/") 2024-05-03 05:10:47.379/* CDOResourceFolder@OID2:0v1("BranchingTest_testAuditViewOnBranch")2024-05-03 05:10:47.379/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.379/* Product1@OID4:0v1 2024-05-03 05:10:47.379/* OrderDetail@OID5:0v1 2024-05-03 05:10:47.379/2024-05-03 05:10:47.381 OrderDetail@OID5:0v2 2024-05-03 05:10:47.382/* BranchingTest_testAuditViewOnBranch_subBranch[1]2024-05-03 05:10:47.384/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:47.389/* Product1@OID4:1v1 2024-05-03 05:10:47.389/* OrderDetail@OID6:1v1 2024-05-03 05:10:47.389/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:47.365/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:47.365/2024-05-03 05:10:47.378 CDOResource@OID1:0v2("/") 2024-05-03 05:10:47.379/* CDOResourceFolder@OID2:0v1("BranchingTest_testAuditViewOnBranch")2024-05-03 05:10:47.379/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.379/* Product1@OID4:0v1 2024-05-03 05:10:47.379/* OrderDetail@OID5:0v1 2024-05-03 05:10:47.379/2024-05-03 05:10:47.381 OrderDetail@OID5:0v2 2024-05-03 05:10:47.382/* BranchingTest_testAuditViewOnBranch_subBranch[1]2024-05-03 05:10:47.384/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:47.384/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:47.384/2024-05-03 05:10:47.388 CDOResource@OID3:1v1("res") 2024-05-03 05:10:47.389/* Product1@OID4:1v0->0v1 2024-05-03 05:10:47.384/2024-05-03 05:10:47.388 Product1@OID4:1v1 2024-05-03 05:10:47.389/* OrderDetail@OID5:1v0->0v2 2024-05-03 05:10:47.384/* OrderDetail@OID6:1v1 2024-05-03 05:10:47.389/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:47.365/* CDOResourceFolder@OID2:0v1("BranchingTest_testAuditViewOnBranch")2024-05-03 05:10:47.379/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.379/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:47.365/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:47.365/2024-05-03 05:10:47.378 CDOResource@OID1:0v2("/") 2024-05-03 05:10:47.379/* CDOResourceFolder@OID2:0v1("BranchingTest_testAuditViewOnBranch")2024-05-03 05:10:47.379/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.379/* Product1@OID4:0v1 2024-05-03 05:10:47.379/* OrderDetail@OID5:0v1 2024-05-03 05:10:47.379/2024-05-03 05:10:47.381 OrderDetail@OID5:0v2 2024-05-03 05:10:47.382/* BranchingTest_testAuditViewOnBranch_subBranch[1]2024-05-03 05:10:47.384/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:47.389/* Product1@OID4:1v1 2024-05-03 05:10:47.389/* OrderDetail@OID6:1v1 2024-05-03 05:10:47.389/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:47.365/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:47.365/2024-05-03 05:10:47.378 CDOResource@OID1:0v2("/") 2024-05-03 05:10:47.379/* CDOResourceFolder@OID2:0v1("BranchingTest_testAuditViewOnBranch")2024-05-03 05:10:47.379/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.379/* Product1@OID4:0v1 2024-05-03 05:10:47.379/* OrderDetail@OID5:0v1 2024-05-03 05:10:47.379/2024-05-03 05:10:47.381 OrderDetail@OID5:0v2 2024-05-03 05:10:47.382/* BranchingTest_testAuditViewOnBranch_subBranch[1]2024-05-03 05:10:47.384/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:47.384/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:47.384/2024-05-03 05:10:47.388 CDOResource@OID3:1v1("res") 2024-05-03 05:10:47.389/* Product1@OID4:1v0->0v1 2024-05-03 05:10:47.384/2024-05-03 05:10:47.388 Product1@OID4:1v1 2024-05-03 05:10:47.389/* OrderDetail@OID5:1v0->0v2 2024-05-03 05:10:47.384/* OrderDetail@OID6:1v1 2024-05-03 05:10:47.389/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:47.365/* CDOResourceFolder@OID2:0v1("BranchingTest_testAuditViewOnBranch")2024-05-03 05:10:47.379/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.379/* Product1@OID4:0v1 2024-05-03 05:10:47.379/* OrderDetail@OID5:0v1 2024-05-03 05:10:47.379/2024-05-03 05:10:47.381 MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:47.365/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:47.365/2024-05-03 05:10:47.378 CDOResource@OID1:0v2("/") 2024-05-03 05:10:47.379/* CDOResourceFolder@OID2:0v1("BranchingTest_testAuditViewOnBranch")2024-05-03 05:10:47.379/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.379/* Product1@OID4:0v1 2024-05-03 05:10:47.379/* OrderDetail@OID5:0v1 2024-05-03 05:10:47.379/2024-05-03 05:10:47.381 OrderDetail@OID5:0v2 2024-05-03 05:10:47.382/* BranchingTest_testAuditViewOnBranch_subBranch[1]2024-05-03 05:10:47.384/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:47.389/* Product1@OID4:1v1 2024-05-03 05:10:47.389/* OrderDetail@OID6:1v1 2024-05-03 05:10:47.389/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:47.365/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:47.365/2024-05-03 05:10:47.378 CDOResource@OID1:0v2("/") 2024-05-03 05:10:47.379/* CDOResourceFolder@OID2:0v1("BranchingTest_testAuditViewOnBranch")2024-05-03 05:10:47.379/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.379/* Product1@OID4:0v1 2024-05-03 05:10:47.379/* OrderDetail@OID5:0v1 2024-05-03 05:10:47.379/2024-05-03 05:10:47.381 OrderDetail@OID5:0v2 2024-05-03 05:10:47.382/* BranchingTest_testAuditViewOnBranch_subBranch[1]2024-05-03 05:10:47.384/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:47.384/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:47.384/2024-05-03 05:10:47.388 CDOResource@OID3:1v1("res") 2024-05-03 05:10:47.389/* Product1@OID4:1v0->0v1 2024-05-03 05:10:47.384/2024-05-03 05:10:47.388 Product1@OID4:1v1 2024-05-03 05:10:47.389/* OrderDetail@OID5:1v0->0v2 2024-05-03 05:10:47.384/* OrderDetail@OID6:1v1 2024-05-03 05:10:47.389/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:47.365/* CDOResourceFolder@OID2:0v1("BranchingTest_testAuditViewOnBranch")2024-05-03 05:10:47.379/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.379/* Product1@OID4:0v1 2024-05-03 05:10:47.379/* OrderDetail@OID5:0v1 2024-05-03 05:10:47.379/2024-05-03 05:10:47.381 MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:47.365/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:47.365/2024-05-03 05:10:47.378 CDOResource@OID1:0v2("/") 2024-05-03 05:10:47.379/* CDOResourceFolder@OID2:0v1("BranchingTest_testAuditViewOnBranch")2024-05-03 05:10:47.379/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.379/* Product1@OID4:0v1 2024-05-03 05:10:47.379/* OrderDetail@OID5:0v1 2024-05-03 05:10:47.379/2024-05-03 05:10:47.381 OrderDetail@OID5:0v2 2024-05-03 05:10:47.382/* BranchingTest_testAuditViewOnBranch_subBranch[1]2024-05-03 05:10:47.384/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:47.389/* Product1@OID4:1v1 2024-05-03 05:10:47.389/* OrderDetail@OID6:1v1 2024-05-03 05:10:47.389/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:47.365/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:47.365/2024-05-03 05:10:47.378 CDOResource@OID1:0v2("/") 2024-05-03 05:10:47.379/* CDOResourceFolder@OID2:0v1("BranchingTest_testAuditViewOnBranch")2024-05-03 05:10:47.379/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.379/* Product1@OID4:0v1 2024-05-03 05:10:47.379/* OrderDetail@OID5:0v1 2024-05-03 05:10:47.379/2024-05-03 05:10:47.381 OrderDetail@OID5:0v2 2024-05-03 05:10:47.382/* BranchingTest_testAuditViewOnBranch_subBranch[1]2024-05-03 05:10:47.384/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:47.384/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:47.384/2024-05-03 05:10:47.388 CDOResource@OID3:1v1("res") 2024-05-03 05:10:47.389/* Product1@OID4:1v0->0v1 2024-05-03 05:10:47.384/2024-05-03 05:10:47.388 Product1@OID4:1v1 2024-05-03 05:10:47.389/* OrderDetail@OID5:1v0->0v2 2024-05-03 05:10:47.384/* OrderDetail@OID6:1v1 2024-05-03 05:10:47.389/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:47.365/* CDOResourceFolder@OID2:0v1("BranchingTest_testAuditViewOnBranch")2024-05-03 05:10:47.379/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.379/* Product1@OID4:0v1 2024-05-03 05:10:47.379/* OrderDetail@OID5:0v1 2024-05-03 05:10:47.379/2024-05-03 05:10:47.381 MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:47.365/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:47.365/2024-05-03 05:10:47.378 CDOResource@OID1:0v2("/") 2024-05-03 05:10:47.379/* CDOResourceFolder@OID2:0v1("BranchingTest_testAuditViewOnBranch")2024-05-03 05:10:47.379/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.379/* Product1@OID4:0v1 2024-05-03 05:10:47.379/* OrderDetail@OID5:0v1 2024-05-03 05:10:47.379/2024-05-03 05:10:47.381 OrderDetail@OID5:0v2 2024-05-03 05:10:47.382/* BranchingTest_testAuditViewOnBranch_subBranch[1]2024-05-03 05:10:47.384/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:47.389/* Product1@OID4:1v1 2024-05-03 05:10:47.389/* OrderDetail@OID6:1v1 2024-05-03 05:10:47.389/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:47.365/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:47.365/2024-05-03 05:10:47.378 CDOResource@OID1:0v2("/") 2024-05-03 05:10:47.379/* CDOResourceFolder@OID2:0v1("BranchingTest_testAuditViewOnBranch")2024-05-03 05:10:47.379/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.379/* Product1@OID4:0v1 2024-05-03 05:10:47.379/* OrderDetail@OID5:0v1 2024-05-03 05:10:47.379/2024-05-03 05:10:47.381 OrderDetail@OID5:0v2 2024-05-03 05:10:47.382/* BranchingTest_testAuditViewOnBranch_subBranch[1]2024-05-03 05:10:47.384/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:47.384/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:47.384/2024-05-03 05:10:47.388 CDOResource@OID3:1v1("res") 2024-05-03 05:10:47.389/* Product1@OID4:1v0->0v1 2024-05-03 05:10:47.384/2024-05-03 05:10:47.388 Product1@OID4:1v1 2024-05-03 05:10:47.389/* OrderDetail@OID5:1v0->0v2 2024-05-03 05:10:47.384/* OrderDetail@OID6:1v1 2024-05-03 05:10:47.389/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:47.365/* CDOResourceFolder@OID2:0v1("BranchingTest_testAuditViewOnBranch")2024-05-03 05:10:47.379/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.379/* Product1@OID4:0v1 2024-05-03 05:10:47.379/* OrderDetail@OID5:0v1 2024-05-03 05:10:47.379/2024-05-03 05:10:47.381 OrderDetail@OID5:0v2 2024-05-03 05:10:47.382/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:47.365/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:47.365/2024-05-03 05:10:47.378 CDOResource@OID1:0v2("/") 2024-05-03 05:10:47.379/* CDOResourceFolder@OID2:0v1("BranchingTest_testAuditViewOnBranch")2024-05-03 05:10:47.379/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.379/* Product1@OID4:0v1 2024-05-03 05:10:47.379/* OrderDetail@OID5:0v1 2024-05-03 05:10:47.379/2024-05-03 05:10:47.381 OrderDetail@OID5:0v2 2024-05-03 05:10:47.382/* BranchingTest_testAuditViewOnBranch_subBranch[1]2024-05-03 05:10:47.384/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:47.389/* Product1@OID4:1v1 2024-05-03 05:10:47.389/* OrderDetail@OID6:1v1 2024-05-03 05:10:47.389/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:47.365/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:47.365/2024-05-03 05:10:47.378 CDOResource@OID1:0v2("/") 2024-05-03 05:10:47.379/* CDOResourceFolder@OID2:0v1("BranchingTest_testAuditViewOnBranch")2024-05-03 05:10:47.379/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.379/* Product1@OID4:0v1 2024-05-03 05:10:47.379/* OrderDetail@OID5:0v1 2024-05-03 05:10:47.379/2024-05-03 05:10:47.381 OrderDetail@OID5:0v2 2024-05-03 05:10:47.382/* BranchingTest_testAuditViewOnBranch_subBranch[1]2024-05-03 05:10:47.384/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:47.384/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:47.384/2024-05-03 05:10:47.388 CDOResource@OID3:1v1("res") 2024-05-03 05:10:47.389/* Product1@OID4:1v0->0v1 2024-05-03 05:10:47.384/2024-05-03 05:10:47.388 Product1@OID4:1v1 2024-05-03 05:10:47.389/* OrderDetail@OID5:1v0->0v2 2024-05-03 05:10:47.384/* OrderDetail@OID6:1v1 2024-05-03 05:10:47.389/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:47.365/* CDOResourceFolder@OID2:0v1("BranchingTest_testAuditViewOnBranch")2024-05-03 05:10:47.379/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.379/* Product1@OID4:0v1 2024-05-03 05:10:47.379/* OrderDetail@OID5:0v1 2024-05-03 05:10:47.379/2024-05-03 05:10:47.381 OrderDetail@OID5:0v2 2024-05-03 05:10:47.382/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:47.365/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:47.365/2024-05-03 05:10:47.378 CDOResource@OID1:0v2("/") 2024-05-03 05:10:47.379/* CDOResourceFolder@OID2:0v1("BranchingTest_testAuditViewOnBranch")2024-05-03 05:10:47.379/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.379/* Product1@OID4:0v1 2024-05-03 05:10:47.379/* OrderDetail@OID5:0v1 2024-05-03 05:10:47.379/2024-05-03 05:10:47.381 OrderDetail@OID5:0v2 2024-05-03 05:10:47.382/* BranchingTest_testAuditViewOnBranch_subBranch[1]2024-05-03 05:10:47.384/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:47.389/* Product1@OID4:1v1 2024-05-03 05:10:47.389/* OrderDetail@OID6:1v1 2024-05-03 05:10:47.389/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:47.365/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:47.365/2024-05-03 05:10:47.378 CDOResource@OID1:0v2("/") 2024-05-03 05:10:47.379/* CDOResourceFolder@OID2:0v1("BranchingTest_testAuditViewOnBranch")2024-05-03 05:10:47.379/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.379/* Product1@OID4:0v1 2024-05-03 05:10:47.379/* OrderDetail@OID5:0v1 2024-05-03 05:10:47.379/2024-05-03 05:10:47.381 OrderDetail@OID5:0v2 2024-05-03 05:10:47.382/* BranchingTest_testAuditViewOnBranch_subBranch[1]2024-05-03 05:10:47.384/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:47.384/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:47.384/2024-05-03 05:10:47.388 CDOResource@OID3:1v1("res") 2024-05-03 05:10:47.389/* Product1@OID4:1v0->0v1 2024-05-03 05:10:47.384/2024-05-03 05:10:47.388 Product1@OID4:1v1 2024-05-03 05:10:47.389/* OrderDetail@OID5:1v0->0v2 2024-05-03 05:10:47.384/* OrderDetail@OID6:1v1 2024-05-03 05:10:47.389/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:47.365/* CDOResourceFolder@OID2:0v1("BranchingTest_testAuditViewOnBranch")2024-05-03 05:10:47.379/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.379/* Product1@OID4:0v1 2024-05-03 05:10:47.379/* OrderDetail@OID5:0v1 2024-05-03 05:10:47.379/2024-05-03 05:10:47.381 OrderDetail@OID5:0v2 2024-05-03 05:10:47.382/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:47.365/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:47.365/2024-05-03 05:10:47.378 CDOResource@OID1:0v2("/") 2024-05-03 05:10:47.379/* CDOResourceFolder@OID2:0v1("BranchingTest_testAuditViewOnBranch")2024-05-03 05:10:47.379/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.379/* Product1@OID4:0v1 2024-05-03 05:10:47.379/* OrderDetail@OID5:0v1 2024-05-03 05:10:47.379/2024-05-03 05:10:47.381 OrderDetail@OID5:0v2 2024-05-03 05:10:47.382/* BranchingTest_testAuditViewOnBranch_subBranch[1]2024-05-03 05:10:47.384/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:47.389/* Product1@OID4:1v1 2024-05-03 05:10:47.389/* OrderDetail@OID6:1v1 2024-05-03 05:10:47.389/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:47.365/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:47.365/2024-05-03 05:10:47.378 CDOResource@OID1:0v2("/") 2024-05-03 05:10:47.379/* CDOResourceFolder@OID2:0v1("BranchingTest_testAuditViewOnBranch")2024-05-03 05:10:47.379/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.379/* Product1@OID4:0v1 2024-05-03 05:10:47.379/* OrderDetail@OID5:0v1 2024-05-03 05:10:47.379/2024-05-03 05:10:47.381 OrderDetail@OID5:0v2 2024-05-03 05:10:47.382/* BranchingTest_testAuditViewOnBranch_subBranch[1]2024-05-03 05:10:47.384/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:47.384/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:47.384/2024-05-03 05:10:47.388 CDOResource@OID3:1v1("res") 2024-05-03 05:10:47.389/* Product1@OID4:1v0->0v1 2024-05-03 05:10:47.384/2024-05-03 05:10:47.388 Product1@OID4:1v1 2024-05-03 05:10:47.389/* OrderDetail@OID5:1v0->0v2 2024-05-03 05:10:47.384/* OrderDetail@OID6:1v1 2024-05-03 05:10:47.389/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:47.365/* CDOResourceFolder@OID2:0v1("BranchingTest_testAuditViewOnBranch")2024-05-03 05:10:47.379/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.379/* Product1@OID4:0v1 2024-05-03 05:10:47.379/* OrderDetail@OID5:0v1 2024-05-03 05:10:47.379/2024-05-03 05:10:47.381 OrderDetail@OID5:0v2 2024-05-03 05:10:47.382/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:47.365/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:47.365/2024-05-03 05:10:47.378 CDOResource@OID1:0v2("/") 2024-05-03 05:10:47.379/* CDOResourceFolder@OID2:0v1("BranchingTest_testAuditViewOnBranch")2024-05-03 05:10:47.379/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.379/* Product1@OID4:0v1 2024-05-03 05:10:47.379/* OrderDetail@OID5:0v1 2024-05-03 05:10:47.379/2024-05-03 05:10:47.381 OrderDetail@OID5:0v2 2024-05-03 05:10:47.382/* BranchingTest_testAuditViewOnBranch_subBranch[1]2024-05-03 05:10:47.384/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:47.389/* Product1@OID4:1v1 2024-05-03 05:10:47.389/* OrderDetail@OID6:1v1 2024-05-03 05:10:47.389/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:47.365/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:47.365/2024-05-03 05:10:47.378 CDOResource@OID1:0v2("/") 2024-05-03 05:10:47.379/* CDOResourceFolder@OID2:0v1("BranchingTest_testAuditViewOnBranch")2024-05-03 05:10:47.379/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.379/* Product1@OID4:0v1 2024-05-03 05:10:47.379/* OrderDetail@OID5:0v1 2024-05-03 05:10:47.379/2024-05-03 05:10:47.381 OrderDetail@OID5:0v2 2024-05-03 05:10:47.382/* BranchingTest_testAuditViewOnBranch_subBranch[1]2024-05-03 05:10:47.384/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:47.384/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:47.384/2024-05-03 05:10:47.388 CDOResource@OID3:1v1("res") 2024-05-03 05:10:47.389/* Product1@OID4:1v0->0v1 2024-05-03 05:10:47.384/2024-05-03 05:10:47.388 Product1@OID4:1v1 2024-05-03 05:10:47.389/* OrderDetail@OID5:1v0->0v2 2024-05-03 05:10:47.384/* OrderDetail@OID6:1v1 2024-05-03 05:10:47.389/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:47.365/* CDOResourceFolder@OID2:0v1("BranchingTest_testAuditViewOnBranch")2024-05-03 05:10:47.379/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.379/* Product1@OID4:0v1 2024-05-03 05:10:47.379/* OrderDetail@OID5:0v1 2024-05-03 05:10:47.379/2024-05-03 05:10:47.381 OrderDetail@OID5:0v2 2024-05-03 05:10:47.382/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:47.365/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:47.365/2024-05-03 05:10:47.378 CDOResource@OID1:0v2("/") 2024-05-03 05:10:47.379/* CDOResourceFolder@OID2:0v1("BranchingTest_testAuditViewOnBranch")2024-05-03 05:10:47.379/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.379/* Product1@OID4:0v1 2024-05-03 05:10:47.379/* OrderDetail@OID5:0v1 2024-05-03 05:10:47.379/2024-05-03 05:10:47.381 OrderDetail@OID5:0v2 2024-05-03 05:10:47.382/* BranchingTest_testAuditViewOnBranch_subBranch[1]2024-05-03 05:10:47.384/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:47.389/* Product1@OID4:1v1 2024-05-03 05:10:47.389/* OrderDetail@OID6:1v1 2024-05-03 05:10:47.389/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:47.365/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:47.365/2024-05-03 05:10:47.378 CDOResource@OID1:0v2("/") 2024-05-03 05:10:47.379/* CDOResourceFolder@OID2:0v1("BranchingTest_testAuditViewOnBranch")2024-05-03 05:10:47.379/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.379/* Product1@OID4:0v1 2024-05-03 05:10:47.379/* OrderDetail@OID5:0v1 2024-05-03 05:10:47.379/2024-05-03 05:10:47.381 OrderDetail@OID5:0v2 2024-05-03 05:10:47.382/* BranchingTest_testAuditViewOnBranch_subBranch[1]2024-05-03 05:10:47.384/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:47.384/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:47.384/2024-05-03 05:10:47.388 CDOResource@OID3:1v1("res") 2024-05-03 05:10:47.389/* Product1@OID4:1v0->0v1 2024-05-03 05:10:47.384/2024-05-03 05:10:47.388 Product1@OID4:1v1 2024-05-03 05:10:47.389/* OrderDetail@OID5:1v0->0v2 2024-05-03 05:10:47.384/* OrderDetail@OID6:1v1 2024-05-03 05:10:47.389/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:47.365/* CDOResourceFolder@OID2:0v1("BranchingTest_testAuditViewOnBranch")2024-05-03 05:10:47.379/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.379/* Product1@OID4:0v1 2024-05-03 05:10:47.379/* OrderDetail@OID5:0v1 2024-05-03 05:10:47.379/2024-05-03 05:10:47.381 OrderDetail@OID5:0v2 2024-05-03 05:10:47.382/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:47.365/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:47.365/2024-05-03 05:10:47.378 CDOResource@OID1:0v2("/") 2024-05-03 05:10:47.379/* CDOResourceFolder@OID2:0v1("BranchingTest_testAuditViewOnBranch")2024-05-03 05:10:47.379/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.379/* Product1@OID4:0v1 2024-05-03 05:10:47.379/* OrderDetail@OID5:0v1 2024-05-03 05:10:47.379/2024-05-03 05:10:47.381 OrderDetail@OID5:0v2 2024-05-03 05:10:47.382/* BranchingTest_testAuditViewOnBranch_subBranch[1]2024-05-03 05:10:47.384/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:47.389/* Product1@OID4:1v1 2024-05-03 05:10:47.389/* OrderDetail@OID6:1v1 2024-05-03 05:10:47.389/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:47.365/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:47.365/2024-05-03 05:10:47.378 CDOResource@OID1:0v2("/") 2024-05-03 05:10:47.379/* CDOResourceFolder@OID2:0v1("BranchingTest_testAuditViewOnBranch")2024-05-03 05:10:47.379/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.379/* Product1@OID4:0v1 2024-05-03 05:10:47.379/* OrderDetail@OID5:0v1 2024-05-03 05:10:47.379/2024-05-03 05:10:47.381 OrderDetail@OID5:0v2 2024-05-03 05:10:47.382/* BranchingTest_testAuditViewOnBranch_subBranch[1]2024-05-03 05:10:47.384/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:47.384/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:47.384/2024-05-03 05:10:47.388 CDOResource@OID3:1v1("res") 2024-05-03 05:10:47.389/* Product1@OID4:1v0->0v1 2024-05-03 05:10:47.384/2024-05-03 05:10:47.388 Product1@OID4:1v1 2024-05-03 05:10:47.389/* OrderDetail@OID5:1v0->0v2 2024-05-03 05:10:47.384/* OrderDetail@OID6:1v1 2024-05-03 05:10:47.389/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:47.365/* CDOResourceFolder@OID2:0v1("BranchingTest_testAuditViewOnBranch")2024-05-03 05:10:47.379/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.379/* Product1@OID4:0v1 2024-05-03 05:10:47.379/* OrderDetail@OID5:0v1 2024-05-03 05:10:47.379/2024-05-03 05:10:47.381 OrderDetail@OID5:0v2 2024-05-03 05:10:47.382/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:47.365/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:47.365/2024-05-03 05:10:47.378 CDOResource@OID1:0v2("/") 2024-05-03 05:10:47.379/* CDOResourceFolder@OID2:0v1("BranchingTest_testAuditViewOnBranch")2024-05-03 05:10:47.379/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.379/* Product1@OID4:0v1 2024-05-03 05:10:47.379/* OrderDetail@OID5:0v1 2024-05-03 05:10:47.379/2024-05-03 05:10:47.381 OrderDetail@OID5:0v2 2024-05-03 05:10:47.382/* BranchingTest_testAuditViewOnBranch_subBranch[1]2024-05-03 05:10:47.384/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:47.389/* Product1@OID4:1v1 2024-05-03 05:10:47.389/* OrderDetail@OID6:1v1 2024-05-03 05:10:47.389/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:47.365/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:47.365/2024-05-03 05:10:47.378 CDOResource@OID1:0v2("/") 2024-05-03 05:10:47.379/* CDOResourceFolder@OID2:0v1("BranchingTest_testAuditViewOnBranch")2024-05-03 05:10:47.379/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.379/* Product1@OID4:0v1 2024-05-03 05:10:47.379/* OrderDetail@OID5:0v1 2024-05-03 05:10:47.379/2024-05-03 05:10:47.381 OrderDetail@OID5:0v2 2024-05-03 05:10:47.382/* BranchingTest_testAuditViewOnBranch_subBranch[1]2024-05-03 05:10:47.384/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:47.384/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:47.384/2024-05-03 05:10:47.388 CDOResource@OID3:1v1("res") 2024-05-03 05:10:47.389/* Product1@OID4:1v0->0v1 2024-05-03 05:10:47.384/2024-05-03 05:10:47.388 Product1@OID4:1v1 2024-05-03 05:10:47.389/* OrderDetail@OID5:1v0->0v2 2024-05-03 05:10:47.384/* OrderDetail@OID6:1v1 2024-05-03 05:10:47.389/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:47.365/* CDOResourceFolder@OID2:0v1("BranchingTest_testAuditViewOnBranch")2024-05-03 05:10:47.379/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.379/* Product1@OID4:0v1 2024-05-03 05:10:47.379/* OrderDetail@OID5:0v1 2024-05-03 05:10:47.379/2024-05-03 05:10:47.381 OrderDetail@OID5:0v2 2024-05-03 05:10:47.382/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:47.365/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:47.365/2024-05-03 05:10:47.378 CDOResource@OID1:0v2("/") 2024-05-03 05:10:47.379/* CDOResourceFolder@OID2:0v1("BranchingTest_testAuditViewOnBranch")2024-05-03 05:10:47.379/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.379/* Product1@OID4:0v1 2024-05-03 05:10:47.379/* OrderDetail@OID5:0v1 2024-05-03 05:10:47.379/2024-05-03 05:10:47.381 OrderDetail@OID5:0v2 2024-05-03 05:10:47.382/* BranchingTest_testAuditViewOnBranch_subBranch[1]2024-05-03 05:10:47.384/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:47.389/* Product1@OID4:1v1 2024-05-03 05:10:47.389/* OrderDetail@OID6:1v1 2024-05-03 05:10:47.389/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:47.365/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:47.365/2024-05-03 05:10:47.378 CDOResource@OID1:0v2("/") 2024-05-03 05:10:47.379/* CDOResourceFolder@OID2:0v1("BranchingTest_testAuditViewOnBranch")2024-05-03 05:10:47.379/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.379/* Product1@OID4:0v1 2024-05-03 05:10:47.379/* OrderDetail@OID5:0v1 2024-05-03 05:10:47.379/2024-05-03 05:10:47.381 OrderDetail@OID5:0v2 2024-05-03 05:10:47.382/* BranchingTest_testAuditViewOnBranch_subBranch[1]2024-05-03 05:10:47.384/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:47.384/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:47.384/2024-05-03 05:10:47.388 CDOResource@OID3:1v1("res") 2024-05-03 05:10:47.389/* Product1@OID4:1v0->0v1 2024-05-03 05:10:47.384/2024-05-03 05:10:47.388 Product1@OID4:1v1 2024-05-03 05:10:47.389/* OrderDetail@OID5:1v0->0v2 2024-05-03 05:10:47.384/* OrderDetail@OID6:1v1 2024-05-03 05:10:47.389/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:47.365/* CDOResourceFolder@OID2:0v1("BranchingTest_testAuditViewOnBranch")2024-05-03 05:10:47.379/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.379/* Product1@OID4:0v1 2024-05-03 05:10:47.379/* OrderDetail@OID5:0v1 2024-05-03 05:10:47.379/2024-05-03 05:10:47.381 OrderDetail@OID5:0v2 2024-05-03 05:10:47.382/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:47.365/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:47.365/2024-05-03 05:10:47.378 CDOResource@OID1:0v2("/") 2024-05-03 05:10:47.379/* CDOResourceFolder@OID2:0v1("BranchingTest_testAuditViewOnBranch")2024-05-03 05:10:47.379/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.379/* Product1@OID4:0v1 2024-05-03 05:10:47.379/* OrderDetail@OID5:0v1 2024-05-03 05:10:47.379/2024-05-03 05:10:47.381 OrderDetail@OID5:0v2 2024-05-03 05:10:47.382/* BranchingTest_testAuditViewOnBranch_subBranch[1]2024-05-03 05:10:47.384/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:47.389/* Product1@OID4:1v1 2024-05-03 05:10:47.389/* OrderDetail@OID6:1v1 2024-05-03 05:10:47.389/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:47.365/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:47.365/2024-05-03 05:10:47.378 CDOResource@OID1:0v2("/") 2024-05-03 05:10:47.379/* CDOResourceFolder@OID2:0v1("BranchingTest_testAuditViewOnBranch")2024-05-03 05:10:47.379/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.379/* Product1@OID4:0v1 2024-05-03 05:10:47.379/* OrderDetail@OID5:0v1 2024-05-03 05:10:47.379/2024-05-03 05:10:47.381 OrderDetail@OID5:0v2 2024-05-03 05:10:47.382/* BranchingTest_testAuditViewOnBranch_subBranch[1]2024-05-03 05:10:47.384/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:47.384/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:47.384/2024-05-03 05:10:47.388 CDOResource@OID3:1v1("res") 2024-05-03 05:10:47.389/* Product1@OID4:1v0->0v1 2024-05-03 05:10:47.384/2024-05-03 05:10:47.388 Product1@OID4:1v1 2024-05-03 05:10:47.389/* OrderDetail@OID5:1v0->0v2 2024-05-03 05:10:47.384/* OrderDetail@OID6:1v1 2024-05-03 05:10:47.389/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:47.365/* CDOResourceFolder@OID2:0v1("BranchingTest_testAuditViewOnBranch")2024-05-03 05:10:47.379/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.379/* Product1@OID4:0v1 2024-05-03 05:10:47.379/* OrderDetail@OID5:0v1 2024-05-03 05:10:47.379/2024-05-03 05:10:47.381 OrderDetail@OID5:0v2 2024-05-03 05:10:47.382/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:47.365/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:47.365/2024-05-03 05:10:47.378 CDOResource@OID1:0v2("/") 2024-05-03 05:10:47.379/* CDOResourceFolder@OID2:0v1("BranchingTest_testAuditViewOnBranch")2024-05-03 05:10:47.379/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.379/* Product1@OID4:0v1 2024-05-03 05:10:47.379/* OrderDetail@OID5:0v1 2024-05-03 05:10:47.379/2024-05-03 05:10:47.381 OrderDetail@OID5:0v2 2024-05-03 05:10:47.382/* BranchingTest_testAuditViewOnBranch_subBranch[1]2024-05-03 05:10:47.384/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:47.389/* Product1@OID4:1v1 2024-05-03 05:10:47.389/* OrderDetail@OID6:1v1 2024-05-03 05:10:47.389/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:47.365/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:47.365/2024-05-03 05:10:47.378 CDOResource@OID1:0v2("/") 2024-05-03 05:10:47.379/* CDOResourceFolder@OID2:0v1("BranchingTest_testAuditViewOnBranch")2024-05-03 05:10:47.379/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.379/* Product1@OID4:0v1 2024-05-03 05:10:47.379/* OrderDetail@OID5:0v1 2024-05-03 05:10:47.379/2024-05-03 05:10:47.381 OrderDetail@OID5:0v2 2024-05-03 05:10:47.382/* BranchingTest_testAuditViewOnBranch_subBranch[1]2024-05-03 05:10:47.384/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:47.384/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:47.384/2024-05-03 05:10:47.388 CDOResource@OID3:1v1("res") 2024-05-03 05:10:47.389/* Product1@OID4:1v0->0v1 2024-05-03 05:10:47.384/2024-05-03 05:10:47.388 Product1@OID4:1v1 2024-05-03 05:10:47.389/* OrderDetail@OID5:1v0->0v2 2024-05-03 05:10:47.384/* OrderDetail@OID6:1v1 2024-05-03 05:10:47.389/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:47.365/* CDOResourceFolder@OID2:0v1("BranchingTest_testAuditViewOnBranch")2024-05-03 05:10:47.379/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.379/* Product1@OID4:0v1 2024-05-03 05:10:47.379/* OrderDetail@OID5:0v1 2024-05-03 05:10:47.379/2024-05-03 05:10:47.381 OrderDetail@OID5:0v2 2024-05-03 05:10:47.382/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:47.365/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:47.365/2024-05-03 05:10:47.378 CDOResource@OID1:0v2("/") 2024-05-03 05:10:47.379/* CDOResourceFolder@OID2:0v1("BranchingTest_testAuditViewOnBranch")2024-05-03 05:10:47.379/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.379/* Product1@OID4:0v1 2024-05-03 05:10:47.379/* OrderDetail@OID5:0v1 2024-05-03 05:10:47.379/2024-05-03 05:10:47.381 OrderDetail@OID5:0v2 2024-05-03 05:10:47.382/* BranchingTest_testAuditViewOnBranch_subBranch[1]2024-05-03 05:10:47.384/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:47.389/* Product1@OID4:1v1 2024-05-03 05:10:47.389/* OrderDetail@OID6:1v1 2024-05-03 05:10:47.389/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:47.365/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:47.365/2024-05-03 05:10:47.378 CDOResource@OID1:0v2("/") 2024-05-03 05:10:47.379/* CDOResourceFolder@OID2:0v1("BranchingTest_testAuditViewOnBranch")2024-05-03 05:10:47.379/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.379/* Product1@OID4:0v1 2024-05-03 05:10:47.379/* OrderDetail@OID5:0v1 2024-05-03 05:10:47.379/2024-05-03 05:10:47.381 OrderDetail@OID5:0v2 2024-05-03 05:10:47.382/* BranchingTest_testAuditViewOnBranch_subBranch[1]2024-05-03 05:10:47.384/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:47.384/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:47.384/2024-05-03 05:10:47.388 CDOResource@OID3:1v1("res") 2024-05-03 05:10:47.389/* Product1@OID4:1v0->0v1 2024-05-03 05:10:47.384/2024-05-03 05:10:47.388 Product1@OID4:1v1 2024-05-03 05:10:47.389/* OrderDetail@OID5:1v0->0v2 2024-05-03 05:10:47.384/* OrderDetail@OID6:1v1 2024-05-03 05:10:47.389/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:47.365/* CDOResourceFolder@OID2:0v1("BranchingTest_testAuditViewOnBranch")2024-05-03 05:10:47.379/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.379/* Product1@OID4:0v1 2024-05-03 05:10:47.379/* OrderDetail@OID5:0v1 2024-05-03 05:10:47.379/2024-05-03 05:10:47.381 OrderDetail@OID5:0v2 2024-05-03 05:10:47.382/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:47.365/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:47.365/2024-05-03 05:10:47.378 CDOResource@OID1:0v2("/") 2024-05-03 05:10:47.379/* CDOResourceFolder@OID2:0v1("BranchingTest_testAuditViewOnBranch")2024-05-03 05:10:47.379/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.379/* Product1@OID4:0v1 2024-05-03 05:10:47.379/* OrderDetail@OID5:0v1 2024-05-03 05:10:47.379/2024-05-03 05:10:47.381 OrderDetail@OID5:0v2 2024-05-03 05:10:47.382/* BranchingTest_testAuditViewOnBranch_subBranch[1]2024-05-03 05:10:47.384/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:47.389/* Product1@OID4:1v1 2024-05-03 05:10:47.389/* OrderDetail@OID6:1v1 2024-05-03 05:10:47.389/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:47.365/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:47.365/2024-05-03 05:10:47.378 CDOResource@OID1:0v2("/") 2024-05-03 05:10:47.379/* CDOResourceFolder@OID2:0v1("BranchingTest_testAuditViewOnBranch")2024-05-03 05:10:47.379/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.379/* Product1@OID4:0v1 2024-05-03 05:10:47.379/* OrderDetail@OID5:0v1 2024-05-03 05:10:47.379/2024-05-03 05:10:47.381 OrderDetail@OID5:0v2 2024-05-03 05:10:47.382/* BranchingTest_testAuditViewOnBranch_subBranch[1]2024-05-03 05:10:47.384/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:47.384/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:47.384/2024-05-03 05:10:47.388 CDOResource@OID3:1v1("res") 2024-05-03 05:10:47.389/* Product1@OID4:1v0->0v1 2024-05-03 05:10:47.384/2024-05-03 05:10:47.388 Product1@OID4:1v1 2024-05-03 05:10:47.389/* OrderDetail@OID5:1v0->0v2 2024-05-03 05:10:47.384/* OrderDetail@OID6:1v1 2024-05-03 05:10:47.389/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:47.365/* CDOResourceFolder@OID2:0v1("BranchingTest_testAuditViewOnBranch")2024-05-03 05:10:47.379/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.379/* Product1@OID4:0v1 2024-05-03 05:10:47.379/* OrderDetail@OID5:0v1 2024-05-03 05:10:47.379/2024-05-03 05:10:47.381 OrderDetail@OID5:0v2 2024-05-03 05:10:47.382/* BranchingTest_testAuditViewOnBranch_subBranch[1]2024-05-03 05:10:47.384/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:47.384/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:47.389/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:47.365/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:47.365/2024-05-03 05:10:47.378 CDOResource@OID1:0v2("/") 2024-05-03 05:10:47.379/* CDOResourceFolder@OID2:0v1("BranchingTest_testAuditViewOnBranch")2024-05-03 05:10:47.379/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.379/* Product1@OID4:0v1 2024-05-03 05:10:47.379/* OrderDetail@OID5:0v1 2024-05-03 05:10:47.379/2024-05-03 05:10:47.381 OrderDetail@OID5:0v2 2024-05-03 05:10:47.382/* BranchingTest_testAuditViewOnBranch_subBranch[1]2024-05-03 05:10:47.384/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:47.389/* Product1@OID4:1v1 2024-05-03 05:10:47.389/* OrderDetail@OID6:1v1 2024-05-03 05:10:47.389/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:47.365/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:47.365/2024-05-03 05:10:47.378 CDOResource@OID1:0v2("/") 2024-05-03 05:10:47.379/* CDOResourceFolder@OID2:0v1("BranchingTest_testAuditViewOnBranch")2024-05-03 05:10:47.379/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.379/* Product1@OID4:0v1 2024-05-03 05:10:47.379/* OrderDetail@OID5:0v1 2024-05-03 05:10:47.379/2024-05-03 05:10:47.381 OrderDetail@OID5:0v2 2024-05-03 05:10:47.382/* BranchingTest_testAuditViewOnBranch_subBranch[1]2024-05-03 05:10:47.384/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:47.384/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:47.384/2024-05-03 05:10:47.388 CDOResource@OID3:1v1("res") 2024-05-03 05:10:47.389/* Product1@OID4:1v0->0v1 2024-05-03 05:10:47.384/2024-05-03 05:10:47.388 Product1@OID4:1v1 2024-05-03 05:10:47.389/* OrderDetail@OID5:1v0->0v2 2024-05-03 05:10:47.384/* OrderDetail@OID6:1v1 2024-05-03 05:10:47.389/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:47.365/* CDOResourceFolder@OID2:0v1("BranchingTest_testAuditViewOnBranch")2024-05-03 05:10:47.379/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.379/* Product1@OID4:0v1 2024-05-03 05:10:47.379/* OrderDetail@OID5:0v1 2024-05-03 05:10:47.379/2024-05-03 05:10:47.381 OrderDetail@OID5:0v2 2024-05-03 05:10:47.382/* BranchingTest_testAuditViewOnBranch_subBranch[1]2024-05-03 05:10:47.384/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:47.384/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:47.389/* Product1@OID4:1v1 2024-05-03 05:10:47.389/* OrderDetail@OID5:1v0->0v2 2024-05-03 05:10:47.384/* OrderDetail@OID6:1v1 2024-05-03 05:10:47.389/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:47.365/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:47.365/2024-05-03 05:10:47.378 CDOResource@OID1:0v2("/") 2024-05-03 05:10:47.379/* CDOResourceFolder@OID2:0v1("BranchingTest_testAuditViewOnBranch")2024-05-03 05:10:47.379/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.379/* Product1@OID4:0v1 2024-05-03 05:10:47.379/* OrderDetail@OID5:0v1 2024-05-03 05:10:47.379/2024-05-03 05:10:47.381 OrderDetail@OID5:0v2 2024-05-03 05:10:47.382/* BranchingTest_testAuditViewOnBranch_subBranch[1]2024-05-03 05:10:47.384/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:47.389/* Product1@OID4:1v1 2024-05-03 05:10:47.389/* OrderDetail@OID6:1v1 2024-05-03 05:10:47.389/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:47.365/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:47.365/2024-05-03 05:10:47.378 CDOResource@OID1:0v2("/") 2024-05-03 05:10:47.379/* CDOResourceFolder@OID2:0v1("BranchingTest_testAuditViewOnBranch")2024-05-03 05:10:47.379/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.379/* Product1@OID4:0v1 2024-05-03 05:10:47.379/* OrderDetail@OID5:0v1 2024-05-03 05:10:47.379/2024-05-03 05:10:47.381 OrderDetail@OID5:0v2 2024-05-03 05:10:47.382/* BranchingTest_testAuditViewOnBranch_subBranch[1]2024-05-03 05:10:47.384/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:47.384/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:47.384/2024-05-03 05:10:47.388 CDOResource@OID3:1v1("res") 2024-05-03 05:10:47.389/* Product1@OID4:1v0->0v1 2024-05-03 05:10:47.384/2024-05-03 05:10:47.388 Product1@OID4:1v1 2024-05-03 05:10:47.389/* OrderDetail@OID5:1v0->0v2 2024-05-03 05:10:47.384/* OrderDetail@OID6:1v1 2024-05-03 05:10:47.389/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:47.365/* CDOResourceFolder@OID2:0v1("BranchingTest_testAuditViewOnBranch")2024-05-03 05:10:47.379/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.379/* Product1@OID4:0v1 2024-05-03 05:10:47.379/* OrderDetail@OID5:0v1 2024-05-03 05:10:47.379/2024-05-03 05:10:47.381 OrderDetail@OID5:0v2 2024-05-03 05:10:47.382/* BranchingTest_testAuditViewOnBranch_subBranch[1]2024-05-03 05:10:47.384/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:47.384/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:47.389/* Product1@OID4:1v1 2024-05-03 05:10:47.389/* OrderDetail@OID5:1v0->0v2 2024-05-03 05:10:47.384/* OrderDetail@OID6:1v1 2024-05-03 05:10:47.389/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:47.365/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:47.365/2024-05-03 05:10:47.378 CDOResource@OID1:0v2("/") 2024-05-03 05:10:47.379/* CDOResourceFolder@OID2:0v1("BranchingTest_testAuditViewOnBranch")2024-05-03 05:10:47.379/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.379/* Product1@OID4:0v1 2024-05-03 05:10:47.379/* OrderDetail@OID5:0v1 2024-05-03 05:10:47.379/2024-05-03 05:10:47.381 OrderDetail@OID5:0v2 2024-05-03 05:10:47.382/* BranchingTest_testAuditViewOnBranch_subBranch[1]2024-05-03 05:10:47.384/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:47.389/* Product1@OID4:1v1 2024-05-03 05:10:47.389/* OrderDetail@OID6:1v1 2024-05-03 05:10:47.389/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:47.365/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:47.365/2024-05-03 05:10:47.378 CDOResource@OID1:0v2("/") 2024-05-03 05:10:47.379/* CDOResourceFolder@OID2:0v1("BranchingTest_testAuditViewOnBranch")2024-05-03 05:10:47.379/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.379/* Product1@OID4:0v1 2024-05-03 05:10:47.379/* OrderDetail@OID5:0v1 2024-05-03 05:10:47.379/2024-05-03 05:10:47.381 OrderDetail@OID5:0v2 2024-05-03 05:10:47.382/* BranchingTest_testAuditViewOnBranch_subBranch[1]2024-05-03 05:10:47.384/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:47.384/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:47.384/2024-05-03 05:10:47.388 CDOResource@OID3:1v1("res") 2024-05-03 05:10:47.389/* Product1@OID4:1v0->0v1 2024-05-03 05:10:47.384/2024-05-03 05:10:47.388 Product1@OID4:1v1 2024-05-03 05:10:47.389/* OrderDetail@OID5:1v0->0v2 2024-05-03 05:10:47.384/* OrderDetail@OID6:1v1 2024-05-03 05:10:47.389/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:47.365/* CDOResourceFolder@OID2:0v1("BranchingTest_testAuditViewOnBranch")2024-05-03 05:10:47.379/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.379/* Product1@OID4:0v1 2024-05-03 05:10:47.379/* OrderDetail@OID5:0v1 2024-05-03 05:10:47.379/2024-05-03 05:10:47.381 OrderDetail@OID5:0v2 2024-05-03 05:10:47.382/* BranchingTest_testAuditViewOnBranch_subBranch[1]2024-05-03 05:10:47.384/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:47.384/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:47.389/* Product1@OID4:1v1 2024-05-03 05:10:47.389/* OrderDetail@OID5:1v0->0v2 2024-05-03 05:10:47.384/* OrderDetail@OID6:1v1 2024-05-03 05:10:47.389/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:47.365/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:47.365/2024-05-03 05:10:47.378 CDOResource@OID1:0v2("/") 2024-05-03 05:10:47.379/* CDOResourceFolder@OID2:0v1("BranchingTest_testAuditViewOnBranch")2024-05-03 05:10:47.379/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.379/* Product1@OID4:0v1 2024-05-03 05:10:47.379/* OrderDetail@OID5:0v1 2024-05-03 05:10:47.379/2024-05-03 05:10:47.381 OrderDetail@OID5:0v2 2024-05-03 05:10:47.382/* BranchingTest_testAuditViewOnBranch_subBranch[1]2024-05-03 05:10:47.384/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:47.389/* Product1@OID4:1v1 2024-05-03 05:10:47.389/* OrderDetail@OID6:1v1 2024-05-03 05:10:47.389/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:47.365/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:47.365/2024-05-03 05:10:47.378 CDOResource@OID1:0v2("/") 2024-05-03 05:10:47.379/* CDOResourceFolder@OID2:0v1("BranchingTest_testAuditViewOnBranch")2024-05-03 05:10:47.379/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.379/* Product1@OID4:0v1 2024-05-03 05:10:47.379/* OrderDetail@OID5:0v1 2024-05-03 05:10:47.379/2024-05-03 05:10:47.381 OrderDetail@OID5:0v2 2024-05-03 05:10:47.382/* BranchingTest_testAuditViewOnBranch_subBranch[1]2024-05-03 05:10:47.384/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:47.384/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:47.384/2024-05-03 05:10:47.388 CDOResource@OID3:1v1("res") 2024-05-03 05:10:47.389/* Product1@OID4:1v0->0v1 2024-05-03 05:10:47.384/2024-05-03 05:10:47.388 Product1@OID4:1v1 2024-05-03 05:10:47.389/* OrderDetail@OID5:1v0->0v2 2024-05-03 05:10:47.384/* OrderDetail@OID6:1v1 2024-05-03 05:10:47.389/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:47.365/* CDOResourceFolder@OID2:0v1("BranchingTest_testAuditViewOnBranch")2024-05-03 05:10:47.379/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.379/* Product1@OID4:0v1 2024-05-03 05:10:47.379/* OrderDetail@OID5:0v1 2024-05-03 05:10:47.379/2024-05-03 05:10:47.381 OrderDetail@OID5:0v2 2024-05-03 05:10:47.382/* BranchingTest_testAuditViewOnBranch_subBranch[1]2024-05-03 05:10:47.384/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:47.384/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:47.389/* Product1@OID4:1v1 2024-05-03 05:10:47.389/* OrderDetail@OID5:1v0->0v2 2024-05-03 05:10:47.384/* OrderDetail@OID6:1v1 2024-05-03 05:10:47.389/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:47.365/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:47.365/2024-05-03 05:10:47.378 CDOResource@OID1:0v2("/") 2024-05-03 05:10:47.379/* CDOResourceFolder@OID2:0v1("BranchingTest_testAuditViewOnBranch")2024-05-03 05:10:47.379/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.379/* Product1@OID4:0v1 2024-05-03 05:10:47.379/* OrderDetail@OID5:0v1 2024-05-03 05:10:47.379/2024-05-03 05:10:47.381 OrderDetail@OID5:0v2 2024-05-03 05:10:47.382/* BranchingTest_testAuditViewOnBranch_subBranch[1]2024-05-03 05:10:47.384/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:47.389/* Product1@OID4:1v1 2024-05-03 05:10:47.389/* OrderDetail@OID6:1v1 2024-05-03 05:10:47.389/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:47.365/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:47.365/2024-05-03 05:10:47.378 CDOResource@OID1:0v2("/") 2024-05-03 05:10:47.379/* CDOResourceFolder@OID2:0v1("BranchingTest_testAuditViewOnBranch")2024-05-03 05:10:47.379/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.379/* Product1@OID4:0v1 2024-05-03 05:10:47.379/* OrderDetail@OID5:0v1 2024-05-03 05:10:47.379/2024-05-03 05:10:47.381 OrderDetail@OID5:0v2 2024-05-03 05:10:47.382/* BranchingTest_testAuditViewOnBranch_subBranch[1]2024-05-03 05:10:47.384/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:47.384/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:47.384/2024-05-03 05:10:47.388 CDOResource@OID3:1v1("res") 2024-05-03 05:10:47.389/* Product1@OID4:1v0->0v1 2024-05-03 05:10:47.384/2024-05-03 05:10:47.388 Product1@OID4:1v1 2024-05-03 05:10:47.389/* OrderDetail@OID5:1v0->0v2 2024-05-03 05:10:47.384/* OrderDetail@OID6:1v1 2024-05-03 05:10:47.389/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:47.365/* CDOResourceFolder@OID2:0v1("BranchingTest_testAuditViewOnBranch")2024-05-03 05:10:47.379/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.379/* Product1@OID4:0v1 2024-05-03 05:10:47.379/* OrderDetail@OID5:0v1 2024-05-03 05:10:47.379/2024-05-03 05:10:47.381 OrderDetail@OID5:0v2 2024-05-03 05:10:47.382/* BranchingTest_testAuditViewOnBranch_subBranch[1]2024-05-03 05:10:47.384/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:47.384/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:47.389/* Product1@OID4:1v1 2024-05-03 05:10:47.389/* OrderDetail@OID5:1v0->0v2 2024-05-03 05:10:47.384/* OrderDetail@OID6:1v1 2024-05-03 05:10:47.389/* ******************************************************* BranchingTest.testBasePath [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* BranchingTest.testCommit [MEM-branching, JVM, Legacy] ******************************************************* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:47.537/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:47.537/2024-05-03 05:10:47.551 CDOResource@OID1:0v2("/") 2024-05-03 05:10:47.552/* CDOResourceFolder@OID2:0v1("BranchingTest_testCommit")2024-05-03 05:10:47.552/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.552/* Product1@OID4:0v1 2024-05-03 05:10:47.552/* OrderDetail@OID5:0v1 2024-05-03 05:10:47.552/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:47.537/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:47.537/2024-05-03 05:10:47.551 CDOResource@OID1:0v2("/") 2024-05-03 05:10:47.552/* CDOResourceFolder@OID2:0v1("BranchingTest_testCommit")2024-05-03 05:10:47.552/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.552/* Product1@OID4:0v1 2024-05-03 05:10:47.552/* OrderDetail@OID5:0v1 2024-05-03 05:10:47.552/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:47.537/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:47.537/2024-05-03 05:10:47.551 CDOResource@OID1:0v2("/") 2024-05-03 05:10:47.552/* CDOResourceFolder@OID2:0v1("BranchingTest_testCommit")2024-05-03 05:10:47.552/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.552/* Product1@OID4:0v1 2024-05-03 05:10:47.552/* OrderDetail@OID5:0v1 2024-05-03 05:10:47.552/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:47.537/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:47.537/2024-05-03 05:10:47.551 CDOResource@OID1:0v2("/") 2024-05-03 05:10:47.552/* CDOResourceFolder@OID2:0v1("BranchingTest_testCommit")2024-05-03 05:10:47.552/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.552/* Product1@OID4:0v1 2024-05-03 05:10:47.552/* OrderDetail@OID5:0v1 2024-05-03 05:10:47.552/* BranchingTest_testCommit_subBranch[1] 2024-05-03 05:10:47.552/* OrderDetail@OID5:1v1 2024-05-03 05:10:47.559/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:47.537/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:47.537/2024-05-03 05:10:47.551 CDOResource@OID1:0v2("/") 2024-05-03 05:10:47.552/* CDOResourceFolder@OID2:0v1("BranchingTest_testCommit")2024-05-03 05:10:47.552/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.552/* Product1@OID4:0v1 2024-05-03 05:10:47.552/* OrderDetail@OID5:0v1 2024-05-03 05:10:47.552/* BranchingTest_testCommit_subBranch[1] 2024-05-03 05:10:47.552/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:47.552/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:47.552/* Product1@OID4:1v0->0v1 2024-05-03 05:10:47.552/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:47.552/2024-05-03 05:10:47.558 OrderDetail@OID5:1v1 2024-05-03 05:10:47.559/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:47.537/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:47.537/2024-05-03 05:10:47.551 CDOResource@OID1:0v2("/") 2024-05-03 05:10:47.552/* CDOResourceFolder@OID2:0v1("BranchingTest_testCommit")2024-05-03 05:10:47.552/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.552/* Product1@OID4:0v1 2024-05-03 05:10:47.552/* OrderDetail@OID5:0v1 2024-05-03 05:10:47.552/* BranchingTest_testCommit_subBranch[1] 2024-05-03 05:10:47.552/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:47.552/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:47.552/* Product1@OID4:1v0->0v1 2024-05-03 05:10:47.552/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:47.552/2024-05-03 05:10:47.558 OrderDetail@OID5:1v1 2024-05-03 05:10:47.559/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:47.537/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:47.537/2024-05-03 05:10:47.551 CDOResource@OID1:0v2("/") 2024-05-03 05:10:47.552/* CDOResourceFolder@OID2:0v1("BranchingTest_testCommit")2024-05-03 05:10:47.552/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.552/* Product1@OID4:0v1 2024-05-03 05:10:47.552/* OrderDetail@OID5:0v1 2024-05-03 05:10:47.552/* BranchingTest_testCommit_subBranch[1] 2024-05-03 05:10:47.552/* OrderDetail@OID5:1v1 2024-05-03 05:10:47.559/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:47.537/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:47.537/2024-05-03 05:10:47.551 CDOResource@OID1:0v2("/") 2024-05-03 05:10:47.552/* CDOResourceFolder@OID2:0v1("BranchingTest_testCommit")2024-05-03 05:10:47.552/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.552/* Product1@OID4:0v1 2024-05-03 05:10:47.552/* OrderDetail@OID5:0v1 2024-05-03 05:10:47.552/* BranchingTest_testCommit_subBranch[1] 2024-05-03 05:10:47.552/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:47.552/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:47.552/* Product1@OID4:1v0->0v1 2024-05-03 05:10:47.552/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:47.552/2024-05-03 05:10:47.558 OrderDetail@OID5:1v1 2024-05-03 05:10:47.559/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:47.537/* CDOResourceFolder@OID2:0v1("BranchingTest_testCommit")2024-05-03 05:10:47.552/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.552/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:47.537/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:47.537/2024-05-03 05:10:47.551 CDOResource@OID1:0v2("/") 2024-05-03 05:10:47.552/* CDOResourceFolder@OID2:0v1("BranchingTest_testCommit")2024-05-03 05:10:47.552/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.552/* Product1@OID4:0v1 2024-05-03 05:10:47.552/* OrderDetail@OID5:0v1 2024-05-03 05:10:47.552/* BranchingTest_testCommit_subBranch[1] 2024-05-03 05:10:47.552/* OrderDetail@OID5:1v1 2024-05-03 05:10:47.559/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:47.537/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:47.537/2024-05-03 05:10:47.551 CDOResource@OID1:0v2("/") 2024-05-03 05:10:47.552/* CDOResourceFolder@OID2:0v1("BranchingTest_testCommit")2024-05-03 05:10:47.552/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.552/* Product1@OID4:0v1 2024-05-03 05:10:47.552/* OrderDetail@OID5:0v1 2024-05-03 05:10:47.552/* BranchingTest_testCommit_subBranch[1] 2024-05-03 05:10:47.552/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:47.552/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:47.552/* Product1@OID4:1v0->0v1 2024-05-03 05:10:47.552/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:47.552/2024-05-03 05:10:47.558 OrderDetail@OID5:1v1 2024-05-03 05:10:47.559/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:47.537/* CDOResourceFolder@OID2:0v1("BranchingTest_testCommit")2024-05-03 05:10:47.552/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.552/* Product1@OID4:0v1 2024-05-03 05:10:47.552/* OrderDetail@OID5:0v1 2024-05-03 05:10:47.552/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:47.537/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:47.537/2024-05-03 05:10:47.551 CDOResource@OID1:0v2("/") 2024-05-03 05:10:47.552/* CDOResourceFolder@OID2:0v1("BranchingTest_testCommit")2024-05-03 05:10:47.552/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.552/* Product1@OID4:0v1 2024-05-03 05:10:47.552/* OrderDetail@OID5:0v1 2024-05-03 05:10:47.552/* BranchingTest_testCommit_subBranch[1] 2024-05-03 05:10:47.552/* OrderDetail@OID5:1v1 2024-05-03 05:10:47.559/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:47.537/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:47.537/2024-05-03 05:10:47.551 CDOResource@OID1:0v2("/") 2024-05-03 05:10:47.552/* CDOResourceFolder@OID2:0v1("BranchingTest_testCommit")2024-05-03 05:10:47.552/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.552/* Product1@OID4:0v1 2024-05-03 05:10:47.552/* OrderDetail@OID5:0v1 2024-05-03 05:10:47.552/* BranchingTest_testCommit_subBranch[1] 2024-05-03 05:10:47.552/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:47.552/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:47.552/* Product1@OID4:1v0->0v1 2024-05-03 05:10:47.552/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:47.552/2024-05-03 05:10:47.558 OrderDetail@OID5:1v1 2024-05-03 05:10:47.559/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:47.537/* CDOResourceFolder@OID2:0v1("BranchingTest_testCommit")2024-05-03 05:10:47.552/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.552/* Product1@OID4:0v1 2024-05-03 05:10:47.552/* OrderDetail@OID5:0v1 2024-05-03 05:10:47.552/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:47.537/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:47.537/2024-05-03 05:10:47.551 CDOResource@OID1:0v2("/") 2024-05-03 05:10:47.552/* CDOResourceFolder@OID2:0v1("BranchingTest_testCommit")2024-05-03 05:10:47.552/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.552/* Product1@OID4:0v1 2024-05-03 05:10:47.552/* OrderDetail@OID5:0v1 2024-05-03 05:10:47.552/* BranchingTest_testCommit_subBranch[1] 2024-05-03 05:10:47.552/* OrderDetail@OID5:1v1 2024-05-03 05:10:47.559/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:47.537/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:47.537/2024-05-03 05:10:47.551 CDOResource@OID1:0v2("/") 2024-05-03 05:10:47.552/* CDOResourceFolder@OID2:0v1("BranchingTest_testCommit")2024-05-03 05:10:47.552/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.552/* Product1@OID4:0v1 2024-05-03 05:10:47.552/* OrderDetail@OID5:0v1 2024-05-03 05:10:47.552/* BranchingTest_testCommit_subBranch[1] 2024-05-03 05:10:47.552/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:47.552/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:47.552/* Product1@OID4:1v0->0v1 2024-05-03 05:10:47.552/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:47.552/2024-05-03 05:10:47.558 OrderDetail@OID5:1v1 2024-05-03 05:10:47.559/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:47.537/* CDOResourceFolder@OID2:0v1("BranchingTest_testCommit")2024-05-03 05:10:47.552/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.552/* Product1@OID4:0v1 2024-05-03 05:10:47.552/* OrderDetail@OID5:0v1 2024-05-03 05:10:47.552/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:47.537/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:47.537/2024-05-03 05:10:47.551 CDOResource@OID1:0v2("/") 2024-05-03 05:10:47.552/* CDOResourceFolder@OID2:0v1("BranchingTest_testCommit")2024-05-03 05:10:47.552/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.552/* Product1@OID4:0v1 2024-05-03 05:10:47.552/* OrderDetail@OID5:0v1 2024-05-03 05:10:47.552/* BranchingTest_testCommit_subBranch[1] 2024-05-03 05:10:47.552/* OrderDetail@OID5:1v1 2024-05-03 05:10:47.559/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:47.537/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:47.537/2024-05-03 05:10:47.551 CDOResource@OID1:0v2("/") 2024-05-03 05:10:47.552/* CDOResourceFolder@OID2:0v1("BranchingTest_testCommit")2024-05-03 05:10:47.552/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.552/* Product1@OID4:0v1 2024-05-03 05:10:47.552/* OrderDetail@OID5:0v1 2024-05-03 05:10:47.552/* BranchingTest_testCommit_subBranch[1] 2024-05-03 05:10:47.552/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:47.552/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:47.552/* Product1@OID4:1v0->0v1 2024-05-03 05:10:47.552/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:47.552/2024-05-03 05:10:47.558 OrderDetail@OID5:1v1 2024-05-03 05:10:47.559/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:47.537/* CDOResourceFolder@OID2:0v1("BranchingTest_testCommit")2024-05-03 05:10:47.552/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.552/* Product1@OID4:0v1 2024-05-03 05:10:47.552/* OrderDetail@OID5:0v1 2024-05-03 05:10:47.552/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:47.537/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:47.537/2024-05-03 05:10:47.551 CDOResource@OID1:0v2("/") 2024-05-03 05:10:47.552/* CDOResourceFolder@OID2:0v1("BranchingTest_testCommit")2024-05-03 05:10:47.552/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.552/* Product1@OID4:0v1 2024-05-03 05:10:47.552/* OrderDetail@OID5:0v1 2024-05-03 05:10:47.552/* BranchingTest_testCommit_subBranch[1] 2024-05-03 05:10:47.552/* OrderDetail@OID5:1v1 2024-05-03 05:10:47.559/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:47.537/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:47.537/2024-05-03 05:10:47.551 CDOResource@OID1:0v2("/") 2024-05-03 05:10:47.552/* CDOResourceFolder@OID2:0v1("BranchingTest_testCommit")2024-05-03 05:10:47.552/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.552/* Product1@OID4:0v1 2024-05-03 05:10:47.552/* OrderDetail@OID5:0v1 2024-05-03 05:10:47.552/* BranchingTest_testCommit_subBranch[1] 2024-05-03 05:10:47.552/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:47.552/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:47.552/* Product1@OID4:1v0->0v1 2024-05-03 05:10:47.552/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:47.552/2024-05-03 05:10:47.558 OrderDetail@OID5:1v1 2024-05-03 05:10:47.559/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:47.537/* CDOResourceFolder@OID2:0v1("BranchingTest_testCommit")2024-05-03 05:10:47.552/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.552/* Product1@OID4:0v1 2024-05-03 05:10:47.552/* OrderDetail@OID5:0v1 2024-05-03 05:10:47.552/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:47.537/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:47.537/2024-05-03 05:10:47.551 CDOResource@OID1:0v2("/") 2024-05-03 05:10:47.552/* CDOResourceFolder@OID2:0v1("BranchingTest_testCommit")2024-05-03 05:10:47.552/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.552/* Product1@OID4:0v1 2024-05-03 05:10:47.552/* OrderDetail@OID5:0v1 2024-05-03 05:10:47.552/* BranchingTest_testCommit_subBranch[1] 2024-05-03 05:10:47.552/* OrderDetail@OID5:1v1 2024-05-03 05:10:47.559/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:47.537/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:47.537/2024-05-03 05:10:47.551 CDOResource@OID1:0v2("/") 2024-05-03 05:10:47.552/* CDOResourceFolder@OID2:0v1("BranchingTest_testCommit")2024-05-03 05:10:47.552/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.552/* Product1@OID4:0v1 2024-05-03 05:10:47.552/* OrderDetail@OID5:0v1 2024-05-03 05:10:47.552/* BranchingTest_testCommit_subBranch[1] 2024-05-03 05:10:47.552/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:47.552/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:47.552/* Product1@OID4:1v0->0v1 2024-05-03 05:10:47.552/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:47.552/2024-05-03 05:10:47.558 OrderDetail@OID5:1v1 2024-05-03 05:10:47.559/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:47.537/* CDOResourceFolder@OID2:0v1("BranchingTest_testCommit")2024-05-03 05:10:47.552/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.552/* Product1@OID4:0v1 2024-05-03 05:10:47.552/* OrderDetail@OID5:0v1 2024-05-03 05:10:47.552/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:47.537/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:47.537/2024-05-03 05:10:47.551 CDOResource@OID1:0v2("/") 2024-05-03 05:10:47.552/* CDOResourceFolder@OID2:0v1("BranchingTest_testCommit")2024-05-03 05:10:47.552/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.552/* Product1@OID4:0v1 2024-05-03 05:10:47.552/* OrderDetail@OID5:0v1 2024-05-03 05:10:47.552/* BranchingTest_testCommit_subBranch[1] 2024-05-03 05:10:47.552/* OrderDetail@OID5:1v1 2024-05-03 05:10:47.559/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:47.537/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:47.537/2024-05-03 05:10:47.551 CDOResource@OID1:0v2("/") 2024-05-03 05:10:47.552/* CDOResourceFolder@OID2:0v1("BranchingTest_testCommit")2024-05-03 05:10:47.552/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.552/* Product1@OID4:0v1 2024-05-03 05:10:47.552/* OrderDetail@OID5:0v1 2024-05-03 05:10:47.552/* BranchingTest_testCommit_subBranch[1] 2024-05-03 05:10:47.552/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:47.552/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:47.552/* Product1@OID4:1v0->0v1 2024-05-03 05:10:47.552/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:47.552/2024-05-03 05:10:47.558 OrderDetail@OID5:1v1 2024-05-03 05:10:47.559/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:47.537/* CDOResourceFolder@OID2:0v1("BranchingTest_testCommit")2024-05-03 05:10:47.552/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.552/* Product1@OID4:0v1 2024-05-03 05:10:47.552/* OrderDetail@OID5:0v1 2024-05-03 05:10:47.552/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:47.537/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:47.537/2024-05-03 05:10:47.551 CDOResource@OID1:0v2("/") 2024-05-03 05:10:47.552/* CDOResourceFolder@OID2:0v1("BranchingTest_testCommit")2024-05-03 05:10:47.552/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.552/* Product1@OID4:0v1 2024-05-03 05:10:47.552/* OrderDetail@OID5:0v1 2024-05-03 05:10:47.552/* BranchingTest_testCommit_subBranch[1] 2024-05-03 05:10:47.552/* OrderDetail@OID5:1v1 2024-05-03 05:10:47.559/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:47.537/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:47.537/2024-05-03 05:10:47.551 CDOResource@OID1:0v2("/") 2024-05-03 05:10:47.552/* CDOResourceFolder@OID2:0v1("BranchingTest_testCommit")2024-05-03 05:10:47.552/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.552/* Product1@OID4:0v1 2024-05-03 05:10:47.552/* OrderDetail@OID5:0v1 2024-05-03 05:10:47.552/* BranchingTest_testCommit_subBranch[1] 2024-05-03 05:10:47.552/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:47.552/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:47.552/* Product1@OID4:1v0->0v1 2024-05-03 05:10:47.552/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:47.552/2024-05-03 05:10:47.558 OrderDetail@OID5:1v1 2024-05-03 05:10:47.559/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:47.537/* CDOResourceFolder@OID2:0v1("BranchingTest_testCommit")2024-05-03 05:10:47.552/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.552/* Product1@OID4:0v1 2024-05-03 05:10:47.552/* OrderDetail@OID5:0v1 2024-05-03 05:10:47.552/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:47.537/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:47.537/2024-05-03 05:10:47.551 CDOResource@OID1:0v2("/") 2024-05-03 05:10:47.552/* CDOResourceFolder@OID2:0v1("BranchingTest_testCommit")2024-05-03 05:10:47.552/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.552/* Product1@OID4:0v1 2024-05-03 05:10:47.552/* OrderDetail@OID5:0v1 2024-05-03 05:10:47.552/* BranchingTest_testCommit_subBranch[1] 2024-05-03 05:10:47.552/* OrderDetail@OID5:1v1 2024-05-03 05:10:47.559/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:47.537/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:47.537/2024-05-03 05:10:47.551 CDOResource@OID1:0v2("/") 2024-05-03 05:10:47.552/* CDOResourceFolder@OID2:0v1("BranchingTest_testCommit")2024-05-03 05:10:47.552/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.552/* Product1@OID4:0v1 2024-05-03 05:10:47.552/* OrderDetail@OID5:0v1 2024-05-03 05:10:47.552/* BranchingTest_testCommit_subBranch[1] 2024-05-03 05:10:47.552/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:47.552/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:47.552/* Product1@OID4:1v0->0v1 2024-05-03 05:10:47.552/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:47.552/2024-05-03 05:10:47.558 OrderDetail@OID5:1v1 2024-05-03 05:10:47.559/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:47.537/* CDOResourceFolder@OID2:0v1("BranchingTest_testCommit")2024-05-03 05:10:47.552/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.552/* Product1@OID4:0v1 2024-05-03 05:10:47.552/* OrderDetail@OID5:0v1 2024-05-03 05:10:47.552/* BranchingTest_testCommit_subBranch[1] 2024-05-03 05:10:47.552/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:47.552/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:47.552/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:47.537/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:47.537/2024-05-03 05:10:47.551 CDOResource@OID1:0v2("/") 2024-05-03 05:10:47.552/* CDOResourceFolder@OID2:0v1("BranchingTest_testCommit")2024-05-03 05:10:47.552/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.552/* Product1@OID4:0v1 2024-05-03 05:10:47.552/* OrderDetail@OID5:0v1 2024-05-03 05:10:47.552/* BranchingTest_testCommit_subBranch[1] 2024-05-03 05:10:47.552/* OrderDetail@OID5:1v1 2024-05-03 05:10:47.559/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:47.537/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:47.537/2024-05-03 05:10:47.551 CDOResource@OID1:0v2("/") 2024-05-03 05:10:47.552/* CDOResourceFolder@OID2:0v1("BranchingTest_testCommit")2024-05-03 05:10:47.552/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.552/* Product1@OID4:0v1 2024-05-03 05:10:47.552/* OrderDetail@OID5:0v1 2024-05-03 05:10:47.552/* BranchingTest_testCommit_subBranch[1] 2024-05-03 05:10:47.552/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:47.552/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:47.552/* Product1@OID4:1v0->0v1 2024-05-03 05:10:47.552/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:47.552/2024-05-03 05:10:47.558 OrderDetail@OID5:1v1 2024-05-03 05:10:47.559/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:47.537/* CDOResourceFolder@OID2:0v1("BranchingTest_testCommit")2024-05-03 05:10:47.552/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.552/* Product1@OID4:0v1 2024-05-03 05:10:47.552/* OrderDetail@OID5:0v1 2024-05-03 05:10:47.552/* BranchingTest_testCommit_subBranch[1] 2024-05-03 05:10:47.552/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:47.552/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:47.552/* Product1@OID4:1v0->0v1 2024-05-03 05:10:47.552/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:47.552/2024-05-03 05:10:47.558 MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:47.537/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:47.537/2024-05-03 05:10:47.551 CDOResource@OID1:0v2("/") 2024-05-03 05:10:47.552/* CDOResourceFolder@OID2:0v1("BranchingTest_testCommit")2024-05-03 05:10:47.552/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.552/* Product1@OID4:0v1 2024-05-03 05:10:47.552/* OrderDetail@OID5:0v1 2024-05-03 05:10:47.552/* BranchingTest_testCommit_subBranch[1] 2024-05-03 05:10:47.552/* OrderDetail@OID5:1v1 2024-05-03 05:10:47.559/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:47.537/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:47.537/2024-05-03 05:10:47.551 CDOResource@OID1:0v2("/") 2024-05-03 05:10:47.552/* CDOResourceFolder@OID2:0v1("BranchingTest_testCommit")2024-05-03 05:10:47.552/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.552/* Product1@OID4:0v1 2024-05-03 05:10:47.552/* OrderDetail@OID5:0v1 2024-05-03 05:10:47.552/* BranchingTest_testCommit_subBranch[1] 2024-05-03 05:10:47.552/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:47.552/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:47.552/* Product1@OID4:1v0->0v1 2024-05-03 05:10:47.552/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:47.552/2024-05-03 05:10:47.558 OrderDetail@OID5:1v1 2024-05-03 05:10:47.559/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:47.537/* CDOResourceFolder@OID2:0v1("BranchingTest_testCommit")2024-05-03 05:10:47.552/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.552/* Product1@OID4:0v1 2024-05-03 05:10:47.552/* OrderDetail@OID5:0v1 2024-05-03 05:10:47.552/* BranchingTest_testCommit_subBranch[1] 2024-05-03 05:10:47.552/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:47.552/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:47.552/* Product1@OID4:1v0->0v1 2024-05-03 05:10:47.552/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:47.552/2024-05-03 05:10:47.558 MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:47.537/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:47.537/2024-05-03 05:10:47.551 CDOResource@OID1:0v2("/") 2024-05-03 05:10:47.552/* CDOResourceFolder@OID2:0v1("BranchingTest_testCommit")2024-05-03 05:10:47.552/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.552/* Product1@OID4:0v1 2024-05-03 05:10:47.552/* OrderDetail@OID5:0v1 2024-05-03 05:10:47.552/* BranchingTest_testCommit_subBranch[1] 2024-05-03 05:10:47.552/* OrderDetail@OID5:1v1 2024-05-03 05:10:47.559/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:47.537/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:47.537/2024-05-03 05:10:47.551 CDOResource@OID1:0v2("/") 2024-05-03 05:10:47.552/* CDOResourceFolder@OID2:0v1("BranchingTest_testCommit")2024-05-03 05:10:47.552/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.552/* Product1@OID4:0v1 2024-05-03 05:10:47.552/* OrderDetail@OID5:0v1 2024-05-03 05:10:47.552/* BranchingTest_testCommit_subBranch[1] 2024-05-03 05:10:47.552/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:47.552/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:47.552/* Product1@OID4:1v0->0v1 2024-05-03 05:10:47.552/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:47.552/2024-05-03 05:10:47.558 OrderDetail@OID5:1v1 2024-05-03 05:10:47.559/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:47.537/* CDOResourceFolder@OID2:0v1("BranchingTest_testCommit")2024-05-03 05:10:47.552/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.552/* Product1@OID4:0v1 2024-05-03 05:10:47.552/* OrderDetail@OID5:0v1 2024-05-03 05:10:47.552/* BranchingTest_testCommit_subBranch[1] 2024-05-03 05:10:47.552/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:47.552/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:47.552/* Product1@OID4:1v0->0v1 2024-05-03 05:10:47.552/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:47.552/2024-05-03 05:10:47.558 MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:47.537/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:47.537/2024-05-03 05:10:47.551 CDOResource@OID1:0v2("/") 2024-05-03 05:10:47.552/* CDOResourceFolder@OID2:0v1("BranchingTest_testCommit")2024-05-03 05:10:47.552/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.552/* Product1@OID4:0v1 2024-05-03 05:10:47.552/* OrderDetail@OID5:0v1 2024-05-03 05:10:47.552/* BranchingTest_testCommit_subBranch[1] 2024-05-03 05:10:47.552/* OrderDetail@OID5:1v1 2024-05-03 05:10:47.559/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:47.537/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:47.537/2024-05-03 05:10:47.551 CDOResource@OID1:0v2("/") 2024-05-03 05:10:47.552/* CDOResourceFolder@OID2:0v1("BranchingTest_testCommit")2024-05-03 05:10:47.552/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.552/* Product1@OID4:0v1 2024-05-03 05:10:47.552/* OrderDetail@OID5:0v1 2024-05-03 05:10:47.552/* BranchingTest_testCommit_subBranch[1] 2024-05-03 05:10:47.552/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:47.552/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:47.552/* Product1@OID4:1v0->0v1 2024-05-03 05:10:47.552/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:47.552/2024-05-03 05:10:47.558 OrderDetail@OID5:1v1 2024-05-03 05:10:47.559/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:47.537/* CDOResourceFolder@OID2:0v1("BranchingTest_testCommit")2024-05-03 05:10:47.552/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.552/* Product1@OID4:0v1 2024-05-03 05:10:47.552/* OrderDetail@OID5:0v1 2024-05-03 05:10:47.552/* BranchingTest_testCommit_subBranch[1] 2024-05-03 05:10:47.552/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:47.552/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:47.552/* Product1@OID4:1v0->0v1 2024-05-03 05:10:47.552/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:47.552/2024-05-03 05:10:47.558 OrderDetail@OID5:1v1 2024-05-03 05:10:47.559/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:47.537/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:47.537/2024-05-03 05:10:47.551 CDOResource@OID1:0v2("/") 2024-05-03 05:10:47.552/* CDOResourceFolder@OID2:0v1("BranchingTest_testCommit")2024-05-03 05:10:47.552/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.552/* Product1@OID4:0v1 2024-05-03 05:10:47.552/* OrderDetail@OID5:0v1 2024-05-03 05:10:47.552/* BranchingTest_testCommit_subBranch[1] 2024-05-03 05:10:47.552/* OrderDetail@OID5:1v1 2024-05-03 05:10:47.559/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:47.537/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:47.537/2024-05-03 05:10:47.551 CDOResource@OID1:0v2("/") 2024-05-03 05:10:47.552/* CDOResourceFolder@OID2:0v1("BranchingTest_testCommit")2024-05-03 05:10:47.552/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.552/* Product1@OID4:0v1 2024-05-03 05:10:47.552/* OrderDetail@OID5:0v1 2024-05-03 05:10:47.552/* BranchingTest_testCommit_subBranch[1] 2024-05-03 05:10:47.552/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:47.552/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:47.552/* Product1@OID4:1v0->0v1 2024-05-03 05:10:47.552/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:47.552/2024-05-03 05:10:47.558 OrderDetail@OID5:1v1 2024-05-03 05:10:47.559/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:47.537/* CDOResourceFolder@OID2:0v1("BranchingTest_testCommit")2024-05-03 05:10:47.552/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.552/* Product1@OID4:0v1 2024-05-03 05:10:47.552/* OrderDetail@OID5:0v1 2024-05-03 05:10:47.552/* BranchingTest_testCommit_subBranch[1] 2024-05-03 05:10:47.552/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:47.552/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:47.552/* Product1@OID4:1v0->0v1 2024-05-03 05:10:47.552/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:47.552/2024-05-03 05:10:47.558 OrderDetail@OID5:1v1 2024-05-03 05:10:47.559/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:47.537/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:47.537/2024-05-03 05:10:47.551 CDOResource@OID1:0v2("/") 2024-05-03 05:10:47.552/* CDOResourceFolder@OID2:0v1("BranchingTest_testCommit")2024-05-03 05:10:47.552/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.552/* Product1@OID4:0v1 2024-05-03 05:10:47.552/* OrderDetail@OID5:0v1 2024-05-03 05:10:47.552/* BranchingTest_testCommit_subBranch[1] 2024-05-03 05:10:47.552/* OrderDetail@OID5:1v1 2024-05-03 05:10:47.559/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:47.537/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:47.537/2024-05-03 05:10:47.551 CDOResource@OID1:0v2("/") 2024-05-03 05:10:47.552/* CDOResourceFolder@OID2:0v1("BranchingTest_testCommit")2024-05-03 05:10:47.552/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.552/* Product1@OID4:0v1 2024-05-03 05:10:47.552/* OrderDetail@OID5:0v1 2024-05-03 05:10:47.552/* BranchingTest_testCommit_subBranch[1] 2024-05-03 05:10:47.552/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:47.552/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:47.552/* Product1@OID4:1v0->0v1 2024-05-03 05:10:47.552/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:47.552/2024-05-03 05:10:47.558 OrderDetail@OID5:1v1 2024-05-03 05:10:47.559/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:47.537/* CDOResourceFolder@OID2:0v1("BranchingTest_testCommit")2024-05-03 05:10:47.552/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.552/* Product1@OID4:0v1 2024-05-03 05:10:47.552/* OrderDetail@OID5:0v1 2024-05-03 05:10:47.552/* BranchingTest_testCommit_subBranch[1] 2024-05-03 05:10:47.552/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:47.552/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:47.552/* Product1@OID4:1v0->0v1 2024-05-03 05:10:47.552/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:47.552/2024-05-03 05:10:47.558 OrderDetail@OID5:1v1 2024-05-03 05:10:47.559/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:47.537/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:47.537/2024-05-03 05:10:47.551 CDOResource@OID1:0v2("/") 2024-05-03 05:10:47.552/* CDOResourceFolder@OID2:0v1("BranchingTest_testCommit")2024-05-03 05:10:47.552/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.552/* Product1@OID4:0v1 2024-05-03 05:10:47.552/* OrderDetail@OID5:0v1 2024-05-03 05:10:47.552/* BranchingTest_testCommit_subBranch[1] 2024-05-03 05:10:47.552/* OrderDetail@OID5:1v1 2024-05-03 05:10:47.559/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:47.537/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:47.537/2024-05-03 05:10:47.551 CDOResource@OID1:0v2("/") 2024-05-03 05:10:47.552/* CDOResourceFolder@OID2:0v1("BranchingTest_testCommit")2024-05-03 05:10:47.552/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.552/* Product1@OID4:0v1 2024-05-03 05:10:47.552/* OrderDetail@OID5:0v1 2024-05-03 05:10:47.552/* BranchingTest_testCommit_subBranch[1] 2024-05-03 05:10:47.552/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:47.552/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:47.552/* Product1@OID4:1v0->0v1 2024-05-03 05:10:47.552/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:47.552/2024-05-03 05:10:47.558 OrderDetail@OID5:1v1 2024-05-03 05:10:47.559/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:47.537/* CDOResourceFolder@OID2:0v1("BranchingTest_testCommit")2024-05-03 05:10:47.552/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.552/* Product1@OID4:0v1 2024-05-03 05:10:47.552/* OrderDetail@OID5:0v1 2024-05-03 05:10:47.552/* BranchingTest_testCommit_subBranch[1] 2024-05-03 05:10:47.552/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:47.552/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:47.552/* Product1@OID4:1v0->0v1 2024-05-03 05:10:47.552/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:47.552/2024-05-03 05:10:47.558 OrderDetail@OID5:1v1 2024-05-03 05:10:47.559/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:47.537/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:47.537/2024-05-03 05:10:47.551 CDOResource@OID1:0v2("/") 2024-05-03 05:10:47.552/* CDOResourceFolder@OID2:0v1("BranchingTest_testCommit")2024-05-03 05:10:47.552/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.552/* Product1@OID4:0v1 2024-05-03 05:10:47.552/* OrderDetail@OID5:0v1 2024-05-03 05:10:47.552/* BranchingTest_testCommit_subBranch[1] 2024-05-03 05:10:47.552/* OrderDetail@OID5:1v1 2024-05-03 05:10:47.559/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:47.537/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:47.537/2024-05-03 05:10:47.551 CDOResource@OID1:0v2("/") 2024-05-03 05:10:47.552/* CDOResourceFolder@OID2:0v1("BranchingTest_testCommit")2024-05-03 05:10:47.552/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.552/* Product1@OID4:0v1 2024-05-03 05:10:47.552/* OrderDetail@OID5:0v1 2024-05-03 05:10:47.552/* BranchingTest_testCommit_subBranch[1] 2024-05-03 05:10:47.552/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:47.552/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:47.552/* Product1@OID4:1v0->0v1 2024-05-03 05:10:47.552/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:47.552/2024-05-03 05:10:47.558 OrderDetail@OID5:1v1 2024-05-03 05:10:47.559/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:47.537/* CDOResourceFolder@OID2:0v1("BranchingTest_testCommit")2024-05-03 05:10:47.552/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.552/* Product1@OID4:0v1 2024-05-03 05:10:47.552/* OrderDetail@OID5:0v1 2024-05-03 05:10:47.552/* BranchingTest_testCommit_subBranch[1] 2024-05-03 05:10:47.552/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:47.552/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:47.552/* Product1@OID4:1v0->0v1 2024-05-03 05:10:47.552/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:47.552/2024-05-03 05:10:47.558 OrderDetail@OID5:1v1 2024-05-03 05:10:47.559/* ******************************************************* BranchingTest.testCommitAddOrderDetail [MEM-branching, JVM, Legacy] ******************************************************* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:47.637/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:47.637/2024-05-03 05:10:47.653 CDOResource@OID1:0v2("/") 2024-05-03 05:10:47.654/* CDOResourceFolder@OID2:0v1("BranchingTest_testCommitAddOrderDetail")2024-05-03 05:10:47.654/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.654/* Product1@OID4:0v1 2024-05-03 05:10:47.654/* OrderDetail@OID5:0v1 2024-05-03 05:10:47.654/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:47.637/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:47.637/2024-05-03 05:10:47.653 CDOResource@OID1:0v2("/") 2024-05-03 05:10:47.654/* CDOResourceFolder@OID2:0v1("BranchingTest_testCommitAddOrderDetail")2024-05-03 05:10:47.654/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.654/* Product1@OID4:0v1 2024-05-03 05:10:47.654/* OrderDetail@OID5:0v1 2024-05-03 05:10:47.654/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:47.637/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:47.637/2024-05-03 05:10:47.653 CDOResource@OID1:0v2("/") 2024-05-03 05:10:47.654/* CDOResourceFolder@OID2:0v1("BranchingTest_testCommitAddOrderDetail")2024-05-03 05:10:47.654/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.654/* Product1@OID4:0v1 2024-05-03 05:10:47.654/* OrderDetail@OID5:0v1 2024-05-03 05:10:47.654/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:47.637/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:47.637/2024-05-03 05:10:47.653 CDOResource@OID1:0v2("/") 2024-05-03 05:10:47.654/* CDOResourceFolder@OID2:0v1("BranchingTest_testCommitAddOrderDetail")2024-05-03 05:10:47.654/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.654/* Product1@OID4:0v1 2024-05-03 05:10:47.654/* OrderDetail@OID5:0v1 2024-05-03 05:10:47.654/* BranchingTest_testCommitAddOrderDetail_subBranch[1]2024-05-03 05:10:47.654/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:47.662/* Product1@OID4:1v1 2024-05-03 05:10:47.662/* OrderDetail@OID6:1v1 2024-05-03 05:10:47.662/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:47.637/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:47.637/2024-05-03 05:10:47.653 CDOResource@OID1:0v2("/") 2024-05-03 05:10:47.654/* CDOResourceFolder@OID2:0v1("BranchingTest_testCommitAddOrderDetail")2024-05-03 05:10:47.654/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.654/* Product1@OID4:0v1 2024-05-03 05:10:47.654/* OrderDetail@OID5:0v1 2024-05-03 05:10:47.654/* BranchingTest_testCommitAddOrderDetail_subBranch[1]2024-05-03 05:10:47.654/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:47.654/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:47.654/2024-05-03 05:10:47.661 CDOResource@OID3:1v1("res") 2024-05-03 05:10:47.662/* Product1@OID4:1v0->0v1 2024-05-03 05:10:47.654/2024-05-03 05:10:47.661 Product1@OID4:1v1 2024-05-03 05:10:47.662/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:47.654/* OrderDetail@OID6:1v1 2024-05-03 05:10:47.662/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:47.637/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:47.637/2024-05-03 05:10:47.653 CDOResource@OID1:0v2("/") 2024-05-03 05:10:47.654/* CDOResourceFolder@OID2:0v1("BranchingTest_testCommitAddOrderDetail")2024-05-03 05:10:47.654/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.654/* Product1@OID4:0v1 2024-05-03 05:10:47.654/* OrderDetail@OID5:0v1 2024-05-03 05:10:47.654/* BranchingTest_testCommitAddOrderDetail_subBranch[1]2024-05-03 05:10:47.654/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:47.654/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:47.654/2024-05-03 05:10:47.661 CDOResource@OID3:1v1("res") 2024-05-03 05:10:47.662/* Product1@OID4:1v0->0v1 2024-05-03 05:10:47.654/2024-05-03 05:10:47.661 Product1@OID4:1v1 2024-05-03 05:10:47.662/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:47.654/* OrderDetail@OID6:1v1 2024-05-03 05:10:47.662/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:47.637/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:47.637/2024-05-03 05:10:47.653 CDOResource@OID1:0v2("/") 2024-05-03 05:10:47.654/* CDOResourceFolder@OID2:0v1("BranchingTest_testCommitAddOrderDetail")2024-05-03 05:10:47.654/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.654/* Product1@OID4:0v1 2024-05-03 05:10:47.654/* OrderDetail@OID5:0v1 2024-05-03 05:10:47.654/* BranchingTest_testCommitAddOrderDetail_subBranch[1]2024-05-03 05:10:47.654/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:47.662/* Product1@OID4:1v1 2024-05-03 05:10:47.662/* OrderDetail@OID6:1v1 2024-05-03 05:10:47.662/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:47.637/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:47.637/2024-05-03 05:10:47.653 CDOResource@OID1:0v2("/") 2024-05-03 05:10:47.654/* CDOResourceFolder@OID2:0v1("BranchingTest_testCommitAddOrderDetail")2024-05-03 05:10:47.654/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.654/* Product1@OID4:0v1 2024-05-03 05:10:47.654/* OrderDetail@OID5:0v1 2024-05-03 05:10:47.654/* BranchingTest_testCommitAddOrderDetail_subBranch[1]2024-05-03 05:10:47.654/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:47.654/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:47.654/2024-05-03 05:10:47.661 CDOResource@OID3:1v1("res") 2024-05-03 05:10:47.662/* Product1@OID4:1v0->0v1 2024-05-03 05:10:47.654/2024-05-03 05:10:47.661 Product1@OID4:1v1 2024-05-03 05:10:47.662/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:47.654/* OrderDetail@OID6:1v1 2024-05-03 05:10:47.662/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:47.637/* CDOResourceFolder@OID2:0v1("BranchingTest_testCommitAddOrderDetail")2024-05-03 05:10:47.654/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.654/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:47.637/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:47.637/2024-05-03 05:10:47.653 CDOResource@OID1:0v2("/") 2024-05-03 05:10:47.654/* CDOResourceFolder@OID2:0v1("BranchingTest_testCommitAddOrderDetail")2024-05-03 05:10:47.654/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.654/* Product1@OID4:0v1 2024-05-03 05:10:47.654/* OrderDetail@OID5:0v1 2024-05-03 05:10:47.654/* BranchingTest_testCommitAddOrderDetail_subBranch[1]2024-05-03 05:10:47.654/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:47.662/* Product1@OID4:1v1 2024-05-03 05:10:47.662/* OrderDetail@OID6:1v1 2024-05-03 05:10:47.662/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:47.637/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:47.637/2024-05-03 05:10:47.653 CDOResource@OID1:0v2("/") 2024-05-03 05:10:47.654/* CDOResourceFolder@OID2:0v1("BranchingTest_testCommitAddOrderDetail")2024-05-03 05:10:47.654/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.654/* Product1@OID4:0v1 2024-05-03 05:10:47.654/* OrderDetail@OID5:0v1 2024-05-03 05:10:47.654/* BranchingTest_testCommitAddOrderDetail_subBranch[1]2024-05-03 05:10:47.654/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:47.654/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:47.654/2024-05-03 05:10:47.661 CDOResource@OID3:1v1("res") 2024-05-03 05:10:47.662/* Product1@OID4:1v0->0v1 2024-05-03 05:10:47.654/2024-05-03 05:10:47.661 Product1@OID4:1v1 2024-05-03 05:10:47.662/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:47.654/* OrderDetail@OID6:1v1 2024-05-03 05:10:47.662/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:47.637/* CDOResourceFolder@OID2:0v1("BranchingTest_testCommitAddOrderDetail")2024-05-03 05:10:47.654/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.654/* Product1@OID4:0v1 2024-05-03 05:10:47.654/* OrderDetail@OID5:0v1 2024-05-03 05:10:47.654/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:47.637/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:47.637/2024-05-03 05:10:47.653 CDOResource@OID1:0v2("/") 2024-05-03 05:10:47.654/* CDOResourceFolder@OID2:0v1("BranchingTest_testCommitAddOrderDetail")2024-05-03 05:10:47.654/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.654/* Product1@OID4:0v1 2024-05-03 05:10:47.654/* OrderDetail@OID5:0v1 2024-05-03 05:10:47.654/* BranchingTest_testCommitAddOrderDetail_subBranch[1]2024-05-03 05:10:47.654/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:47.662/* Product1@OID4:1v1 2024-05-03 05:10:47.662/* OrderDetail@OID6:1v1 2024-05-03 05:10:47.662/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:47.637/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:47.637/2024-05-03 05:10:47.653 CDOResource@OID1:0v2("/") 2024-05-03 05:10:47.654/* CDOResourceFolder@OID2:0v1("BranchingTest_testCommitAddOrderDetail")2024-05-03 05:10:47.654/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.654/* Product1@OID4:0v1 2024-05-03 05:10:47.654/* OrderDetail@OID5:0v1 2024-05-03 05:10:47.654/* BranchingTest_testCommitAddOrderDetail_subBranch[1]2024-05-03 05:10:47.654/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:47.654/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:47.654/2024-05-03 05:10:47.661 CDOResource@OID3:1v1("res") 2024-05-03 05:10:47.662/* Product1@OID4:1v0->0v1 2024-05-03 05:10:47.654/2024-05-03 05:10:47.661 Product1@OID4:1v1 2024-05-03 05:10:47.662/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:47.654/* OrderDetail@OID6:1v1 2024-05-03 05:10:47.662/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:47.637/* CDOResourceFolder@OID2:0v1("BranchingTest_testCommitAddOrderDetail")2024-05-03 05:10:47.654/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.654/* Product1@OID4:0v1 2024-05-03 05:10:47.654/* OrderDetail@OID5:0v1 2024-05-03 05:10:47.654/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:47.637/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:47.637/2024-05-03 05:10:47.653 CDOResource@OID1:0v2("/") 2024-05-03 05:10:47.654/* CDOResourceFolder@OID2:0v1("BranchingTest_testCommitAddOrderDetail")2024-05-03 05:10:47.654/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.654/* Product1@OID4:0v1 2024-05-03 05:10:47.654/* OrderDetail@OID5:0v1 2024-05-03 05:10:47.654/* BranchingTest_testCommitAddOrderDetail_subBranch[1]2024-05-03 05:10:47.654/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:47.662/* Product1@OID4:1v1 2024-05-03 05:10:47.662/* OrderDetail@OID6:1v1 2024-05-03 05:10:47.662/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:47.637/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:47.637/2024-05-03 05:10:47.653 CDOResource@OID1:0v2("/") 2024-05-03 05:10:47.654/* CDOResourceFolder@OID2:0v1("BranchingTest_testCommitAddOrderDetail")2024-05-03 05:10:47.654/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.654/* Product1@OID4:0v1 2024-05-03 05:10:47.654/* OrderDetail@OID5:0v1 2024-05-03 05:10:47.654/* BranchingTest_testCommitAddOrderDetail_subBranch[1]2024-05-03 05:10:47.654/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:47.654/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:47.654/2024-05-03 05:10:47.661 CDOResource@OID3:1v1("res") 2024-05-03 05:10:47.662/* Product1@OID4:1v0->0v1 2024-05-03 05:10:47.654/2024-05-03 05:10:47.661 Product1@OID4:1v1 2024-05-03 05:10:47.662/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:47.654/* OrderDetail@OID6:1v1 2024-05-03 05:10:47.662/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:47.637/* CDOResourceFolder@OID2:0v1("BranchingTest_testCommitAddOrderDetail")2024-05-03 05:10:47.654/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.654/* Product1@OID4:0v1 2024-05-03 05:10:47.654/* OrderDetail@OID5:0v1 2024-05-03 05:10:47.654/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:47.637/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:47.637/2024-05-03 05:10:47.653 CDOResource@OID1:0v2("/") 2024-05-03 05:10:47.654/* CDOResourceFolder@OID2:0v1("BranchingTest_testCommitAddOrderDetail")2024-05-03 05:10:47.654/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.654/* Product1@OID4:0v1 2024-05-03 05:10:47.654/* OrderDetail@OID5:0v1 2024-05-03 05:10:47.654/* BranchingTest_testCommitAddOrderDetail_subBranch[1]2024-05-03 05:10:47.654/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:47.662/* Product1@OID4:1v1 2024-05-03 05:10:47.662/* OrderDetail@OID6:1v1 2024-05-03 05:10:47.662/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:47.637/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:47.637/2024-05-03 05:10:47.653 CDOResource@OID1:0v2("/") 2024-05-03 05:10:47.654/* CDOResourceFolder@OID2:0v1("BranchingTest_testCommitAddOrderDetail")2024-05-03 05:10:47.654/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.654/* Product1@OID4:0v1 2024-05-03 05:10:47.654/* OrderDetail@OID5:0v1 2024-05-03 05:10:47.654/* BranchingTest_testCommitAddOrderDetail_subBranch[1]2024-05-03 05:10:47.654/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:47.654/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:47.654/2024-05-03 05:10:47.661 CDOResource@OID3:1v1("res") 2024-05-03 05:10:47.662/* Product1@OID4:1v0->0v1 2024-05-03 05:10:47.654/2024-05-03 05:10:47.661 Product1@OID4:1v1 2024-05-03 05:10:47.662/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:47.654/* OrderDetail@OID6:1v1 2024-05-03 05:10:47.662/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:47.637/* CDOResourceFolder@OID2:0v1("BranchingTest_testCommitAddOrderDetail")2024-05-03 05:10:47.654/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.654/* Product1@OID4:0v1 2024-05-03 05:10:47.654/* OrderDetail@OID5:0v1 2024-05-03 05:10:47.654/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:47.637/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:47.637/2024-05-03 05:10:47.653 CDOResource@OID1:0v2("/") 2024-05-03 05:10:47.654/* CDOResourceFolder@OID2:0v1("BranchingTest_testCommitAddOrderDetail")2024-05-03 05:10:47.654/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.654/* Product1@OID4:0v1 2024-05-03 05:10:47.654/* OrderDetail@OID5:0v1 2024-05-03 05:10:47.654/* BranchingTest_testCommitAddOrderDetail_subBranch[1]2024-05-03 05:10:47.654/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:47.662/* Product1@OID4:1v1 2024-05-03 05:10:47.662/* OrderDetail@OID6:1v1 2024-05-03 05:10:47.662/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:47.637/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:47.637/2024-05-03 05:10:47.653 CDOResource@OID1:0v2("/") 2024-05-03 05:10:47.654/* CDOResourceFolder@OID2:0v1("BranchingTest_testCommitAddOrderDetail")2024-05-03 05:10:47.654/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.654/* Product1@OID4:0v1 2024-05-03 05:10:47.654/* OrderDetail@OID5:0v1 2024-05-03 05:10:47.654/* BranchingTest_testCommitAddOrderDetail_subBranch[1]2024-05-03 05:10:47.654/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:47.654/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:47.654/2024-05-03 05:10:47.661 CDOResource@OID3:1v1("res") 2024-05-03 05:10:47.662/* Product1@OID4:1v0->0v1 2024-05-03 05:10:47.654/2024-05-03 05:10:47.661 Product1@OID4:1v1 2024-05-03 05:10:47.662/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:47.654/* OrderDetail@OID6:1v1 2024-05-03 05:10:47.662/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:47.637/* CDOResourceFolder@OID2:0v1("BranchingTest_testCommitAddOrderDetail")2024-05-03 05:10:47.654/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.654/* Product1@OID4:0v1 2024-05-03 05:10:47.654/* OrderDetail@OID5:0v1 2024-05-03 05:10:47.654/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:47.637/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:47.637/2024-05-03 05:10:47.653 CDOResource@OID1:0v2("/") 2024-05-03 05:10:47.654/* CDOResourceFolder@OID2:0v1("BranchingTest_testCommitAddOrderDetail")2024-05-03 05:10:47.654/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.654/* Product1@OID4:0v1 2024-05-03 05:10:47.654/* OrderDetail@OID5:0v1 2024-05-03 05:10:47.654/* BranchingTest_testCommitAddOrderDetail_subBranch[1]2024-05-03 05:10:47.654/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:47.662/* Product1@OID4:1v1 2024-05-03 05:10:47.662/* OrderDetail@OID6:1v1 2024-05-03 05:10:47.662/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:47.637/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:47.637/2024-05-03 05:10:47.653 CDOResource@OID1:0v2("/") 2024-05-03 05:10:47.654/* CDOResourceFolder@OID2:0v1("BranchingTest_testCommitAddOrderDetail")2024-05-03 05:10:47.654/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.654/* Product1@OID4:0v1 2024-05-03 05:10:47.654/* OrderDetail@OID5:0v1 2024-05-03 05:10:47.654/* BranchingTest_testCommitAddOrderDetail_subBranch[1]2024-05-03 05:10:47.654/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:47.654/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:47.654/2024-05-03 05:10:47.661 CDOResource@OID3:1v1("res") 2024-05-03 05:10:47.662/* Product1@OID4:1v0->0v1 2024-05-03 05:10:47.654/2024-05-03 05:10:47.661 Product1@OID4:1v1 2024-05-03 05:10:47.662/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:47.654/* OrderDetail@OID6:1v1 2024-05-03 05:10:47.662/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:47.637/* CDOResourceFolder@OID2:0v1("BranchingTest_testCommitAddOrderDetail")2024-05-03 05:10:47.654/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.654/* Product1@OID4:0v1 2024-05-03 05:10:47.654/* OrderDetail@OID5:0v1 2024-05-03 05:10:47.654/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:47.637/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:47.637/2024-05-03 05:10:47.653 CDOResource@OID1:0v2("/") 2024-05-03 05:10:47.654/* CDOResourceFolder@OID2:0v1("BranchingTest_testCommitAddOrderDetail")2024-05-03 05:10:47.654/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.654/* Product1@OID4:0v1 2024-05-03 05:10:47.654/* OrderDetail@OID5:0v1 2024-05-03 05:10:47.654/* BranchingTest_testCommitAddOrderDetail_subBranch[1]2024-05-03 05:10:47.654/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:47.662/* Product1@OID4:1v1 2024-05-03 05:10:47.662/* OrderDetail@OID6:1v1 2024-05-03 05:10:47.662/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:47.637/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:47.637/2024-05-03 05:10:47.653 CDOResource@OID1:0v2("/") 2024-05-03 05:10:47.654/* CDOResourceFolder@OID2:0v1("BranchingTest_testCommitAddOrderDetail")2024-05-03 05:10:47.654/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.654/* Product1@OID4:0v1 2024-05-03 05:10:47.654/* OrderDetail@OID5:0v1 2024-05-03 05:10:47.654/* BranchingTest_testCommitAddOrderDetail_subBranch[1]2024-05-03 05:10:47.654/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:47.654/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:47.654/2024-05-03 05:10:47.661 CDOResource@OID3:1v1("res") 2024-05-03 05:10:47.662/* Product1@OID4:1v0->0v1 2024-05-03 05:10:47.654/2024-05-03 05:10:47.661 Product1@OID4:1v1 2024-05-03 05:10:47.662/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:47.654/* OrderDetail@OID6:1v1 2024-05-03 05:10:47.662/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:47.637/* CDOResourceFolder@OID2:0v1("BranchingTest_testCommitAddOrderDetail")2024-05-03 05:10:47.654/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.654/* Product1@OID4:0v1 2024-05-03 05:10:47.654/* OrderDetail@OID5:0v1 2024-05-03 05:10:47.654/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:47.637/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:47.637/2024-05-03 05:10:47.653 CDOResource@OID1:0v2("/") 2024-05-03 05:10:47.654/* CDOResourceFolder@OID2:0v1("BranchingTest_testCommitAddOrderDetail")2024-05-03 05:10:47.654/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.654/* Product1@OID4:0v1 2024-05-03 05:10:47.654/* OrderDetail@OID5:0v1 2024-05-03 05:10:47.654/* BranchingTest_testCommitAddOrderDetail_subBranch[1]2024-05-03 05:10:47.654/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:47.662/* Product1@OID4:1v1 2024-05-03 05:10:47.662/* OrderDetail@OID6:1v1 2024-05-03 05:10:47.662/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:47.637/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:47.637/2024-05-03 05:10:47.653 CDOResource@OID1:0v2("/") 2024-05-03 05:10:47.654/* CDOResourceFolder@OID2:0v1("BranchingTest_testCommitAddOrderDetail")2024-05-03 05:10:47.654/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.654/* Product1@OID4:0v1 2024-05-03 05:10:47.654/* OrderDetail@OID5:0v1 2024-05-03 05:10:47.654/* BranchingTest_testCommitAddOrderDetail_subBranch[1]2024-05-03 05:10:47.654/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:47.654/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:47.654/2024-05-03 05:10:47.661 CDOResource@OID3:1v1("res") 2024-05-03 05:10:47.662/* Product1@OID4:1v0->0v1 2024-05-03 05:10:47.654/2024-05-03 05:10:47.661 Product1@OID4:1v1 2024-05-03 05:10:47.662/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:47.654/* OrderDetail@OID6:1v1 2024-05-03 05:10:47.662/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:47.637/* CDOResourceFolder@OID2:0v1("BranchingTest_testCommitAddOrderDetail")2024-05-03 05:10:47.654/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.654/* Product1@OID4:0v1 2024-05-03 05:10:47.654/* OrderDetail@OID5:0v1 2024-05-03 05:10:47.654/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:47.637/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:47.637/2024-05-03 05:10:47.653 CDOResource@OID1:0v2("/") 2024-05-03 05:10:47.654/* CDOResourceFolder@OID2:0v1("BranchingTest_testCommitAddOrderDetail")2024-05-03 05:10:47.654/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.654/* Product1@OID4:0v1 2024-05-03 05:10:47.654/* OrderDetail@OID5:0v1 2024-05-03 05:10:47.654/* BranchingTest_testCommitAddOrderDetail_subBranch[1]2024-05-03 05:10:47.654/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:47.662/* Product1@OID4:1v1 2024-05-03 05:10:47.662/* OrderDetail@OID6:1v1 2024-05-03 05:10:47.662/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:47.637/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:47.637/2024-05-03 05:10:47.653 CDOResource@OID1:0v2("/") 2024-05-03 05:10:47.654/* CDOResourceFolder@OID2:0v1("BranchingTest_testCommitAddOrderDetail")2024-05-03 05:10:47.654/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.654/* Product1@OID4:0v1 2024-05-03 05:10:47.654/* OrderDetail@OID5:0v1 2024-05-03 05:10:47.654/* BranchingTest_testCommitAddOrderDetail_subBranch[1]2024-05-03 05:10:47.654/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:47.654/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:47.654/2024-05-03 05:10:47.661 CDOResource@OID3:1v1("res") 2024-05-03 05:10:47.662/* Product1@OID4:1v0->0v1 2024-05-03 05:10:47.654/2024-05-03 05:10:47.661 Product1@OID4:1v1 2024-05-03 05:10:47.662/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:47.654/* OrderDetail@OID6:1v1 2024-05-03 05:10:47.662/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:47.637/* CDOResourceFolder@OID2:0v1("BranchingTest_testCommitAddOrderDetail")2024-05-03 05:10:47.654/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.654/* Product1@OID4:0v1 2024-05-03 05:10:47.654/* OrderDetail@OID5:0v1 2024-05-03 05:10:47.654/* BranchingTest_testCommitAddOrderDetail_subBranch[1]2024-05-03 05:10:47.654/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:47.654/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:47.654/2024-05-03 05:10:47.661 MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:47.637/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:47.637/2024-05-03 05:10:47.653 CDOResource@OID1:0v2("/") 2024-05-03 05:10:47.654/* CDOResourceFolder@OID2:0v1("BranchingTest_testCommitAddOrderDetail")2024-05-03 05:10:47.654/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.654/* Product1@OID4:0v1 2024-05-03 05:10:47.654/* OrderDetail@OID5:0v1 2024-05-03 05:10:47.654/* BranchingTest_testCommitAddOrderDetail_subBranch[1]2024-05-03 05:10:47.654/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:47.662/* Product1@OID4:1v1 2024-05-03 05:10:47.662/* OrderDetail@OID6:1v1 2024-05-03 05:10:47.662/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:47.637/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:47.637/2024-05-03 05:10:47.653 CDOResource@OID1:0v2("/") 2024-05-03 05:10:47.654/* CDOResourceFolder@OID2:0v1("BranchingTest_testCommitAddOrderDetail")2024-05-03 05:10:47.654/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.654/* Product1@OID4:0v1 2024-05-03 05:10:47.654/* OrderDetail@OID5:0v1 2024-05-03 05:10:47.654/* BranchingTest_testCommitAddOrderDetail_subBranch[1]2024-05-03 05:10:47.654/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:47.654/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:47.654/2024-05-03 05:10:47.661 CDOResource@OID3:1v1("res") 2024-05-03 05:10:47.662/* Product1@OID4:1v0->0v1 2024-05-03 05:10:47.654/2024-05-03 05:10:47.661 Product1@OID4:1v1 2024-05-03 05:10:47.662/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:47.654/* OrderDetail@OID6:1v1 2024-05-03 05:10:47.662/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:47.637/* CDOResourceFolder@OID2:0v1("BranchingTest_testCommitAddOrderDetail")2024-05-03 05:10:47.654/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.654/* Product1@OID4:0v1 2024-05-03 05:10:47.654/* OrderDetail@OID5:0v1 2024-05-03 05:10:47.654/* BranchingTest_testCommitAddOrderDetail_subBranch[1]2024-05-03 05:10:47.654/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:47.654/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:47.654/2024-05-03 05:10:47.661 Product1@OID4:1v0->0v1 2024-05-03 05:10:47.654/2024-05-03 05:10:47.661 OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:47.654/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:47.637/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:47.637/2024-05-03 05:10:47.653 CDOResource@OID1:0v2("/") 2024-05-03 05:10:47.654/* CDOResourceFolder@OID2:0v1("BranchingTest_testCommitAddOrderDetail")2024-05-03 05:10:47.654/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.654/* Product1@OID4:0v1 2024-05-03 05:10:47.654/* OrderDetail@OID5:0v1 2024-05-03 05:10:47.654/* BranchingTest_testCommitAddOrderDetail_subBranch[1]2024-05-03 05:10:47.654/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:47.662/* Product1@OID4:1v1 2024-05-03 05:10:47.662/* OrderDetail@OID6:1v1 2024-05-03 05:10:47.662/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:47.637/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:47.637/2024-05-03 05:10:47.653 CDOResource@OID1:0v2("/") 2024-05-03 05:10:47.654/* CDOResourceFolder@OID2:0v1("BranchingTest_testCommitAddOrderDetail")2024-05-03 05:10:47.654/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.654/* Product1@OID4:0v1 2024-05-03 05:10:47.654/* OrderDetail@OID5:0v1 2024-05-03 05:10:47.654/* BranchingTest_testCommitAddOrderDetail_subBranch[1]2024-05-03 05:10:47.654/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:47.654/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:47.654/2024-05-03 05:10:47.661 CDOResource@OID3:1v1("res") 2024-05-03 05:10:47.662/* Product1@OID4:1v0->0v1 2024-05-03 05:10:47.654/2024-05-03 05:10:47.661 Product1@OID4:1v1 2024-05-03 05:10:47.662/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:47.654/* OrderDetail@OID6:1v1 2024-05-03 05:10:47.662/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:47.637/* CDOResourceFolder@OID2:0v1("BranchingTest_testCommitAddOrderDetail")2024-05-03 05:10:47.654/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.654/* Product1@OID4:0v1 2024-05-03 05:10:47.654/* OrderDetail@OID5:0v1 2024-05-03 05:10:47.654/* BranchingTest_testCommitAddOrderDetail_subBranch[1]2024-05-03 05:10:47.654/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:47.654/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:47.654/2024-05-03 05:10:47.661 Product1@OID4:1v0->0v1 2024-05-03 05:10:47.654/2024-05-03 05:10:47.661 OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:47.654/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:47.637/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:47.637/2024-05-03 05:10:47.653 CDOResource@OID1:0v2("/") 2024-05-03 05:10:47.654/* CDOResourceFolder@OID2:0v1("BranchingTest_testCommitAddOrderDetail")2024-05-03 05:10:47.654/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.654/* Product1@OID4:0v1 2024-05-03 05:10:47.654/* OrderDetail@OID5:0v1 2024-05-03 05:10:47.654/* BranchingTest_testCommitAddOrderDetail_subBranch[1]2024-05-03 05:10:47.654/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:47.662/* Product1@OID4:1v1 2024-05-03 05:10:47.662/* OrderDetail@OID6:1v1 2024-05-03 05:10:47.662/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:47.637/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:47.637/2024-05-03 05:10:47.653 CDOResource@OID1:0v2("/") 2024-05-03 05:10:47.654/* CDOResourceFolder@OID2:0v1("BranchingTest_testCommitAddOrderDetail")2024-05-03 05:10:47.654/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.654/* Product1@OID4:0v1 2024-05-03 05:10:47.654/* OrderDetail@OID5:0v1 2024-05-03 05:10:47.654/* BranchingTest_testCommitAddOrderDetail_subBranch[1]2024-05-03 05:10:47.654/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:47.654/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:47.654/2024-05-03 05:10:47.661 CDOResource@OID3:1v1("res") 2024-05-03 05:10:47.662/* Product1@OID4:1v0->0v1 2024-05-03 05:10:47.654/2024-05-03 05:10:47.661 Product1@OID4:1v1 2024-05-03 05:10:47.662/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:47.654/* OrderDetail@OID6:1v1 2024-05-03 05:10:47.662/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:47.637/* CDOResourceFolder@OID2:0v1("BranchingTest_testCommitAddOrderDetail")2024-05-03 05:10:47.654/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.654/* Product1@OID4:0v1 2024-05-03 05:10:47.654/* OrderDetail@OID5:0v1 2024-05-03 05:10:47.654/* BranchingTest_testCommitAddOrderDetail_subBranch[1]2024-05-03 05:10:47.654/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:47.654/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:47.654/2024-05-03 05:10:47.661 CDOResource@OID3:1v1("res") 2024-05-03 05:10:47.662/* Product1@OID4:1v0->0v1 2024-05-03 05:10:47.654/2024-05-03 05:10:47.661 OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:47.654/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:47.637/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:47.637/2024-05-03 05:10:47.653 CDOResource@OID1:0v2("/") 2024-05-03 05:10:47.654/* CDOResourceFolder@OID2:0v1("BranchingTest_testCommitAddOrderDetail")2024-05-03 05:10:47.654/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.654/* Product1@OID4:0v1 2024-05-03 05:10:47.654/* OrderDetail@OID5:0v1 2024-05-03 05:10:47.654/* BranchingTest_testCommitAddOrderDetail_subBranch[1]2024-05-03 05:10:47.654/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:47.662/* Product1@OID4:1v1 2024-05-03 05:10:47.662/* OrderDetail@OID6:1v1 2024-05-03 05:10:47.662/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:47.637/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:47.637/2024-05-03 05:10:47.653 CDOResource@OID1:0v2("/") 2024-05-03 05:10:47.654/* CDOResourceFolder@OID2:0v1("BranchingTest_testCommitAddOrderDetail")2024-05-03 05:10:47.654/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.654/* Product1@OID4:0v1 2024-05-03 05:10:47.654/* OrderDetail@OID5:0v1 2024-05-03 05:10:47.654/* BranchingTest_testCommitAddOrderDetail_subBranch[1]2024-05-03 05:10:47.654/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:47.654/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:47.654/2024-05-03 05:10:47.661 CDOResource@OID3:1v1("res") 2024-05-03 05:10:47.662/* Product1@OID4:1v0->0v1 2024-05-03 05:10:47.654/2024-05-03 05:10:47.661 Product1@OID4:1v1 2024-05-03 05:10:47.662/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:47.654/* OrderDetail@OID6:1v1 2024-05-03 05:10:47.662/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:47.637/* CDOResourceFolder@OID2:0v1("BranchingTest_testCommitAddOrderDetail")2024-05-03 05:10:47.654/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.654/* Product1@OID4:0v1 2024-05-03 05:10:47.654/* OrderDetail@OID5:0v1 2024-05-03 05:10:47.654/* BranchingTest_testCommitAddOrderDetail_subBranch[1]2024-05-03 05:10:47.654/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:47.654/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:47.654/2024-05-03 05:10:47.661 CDOResource@OID3:1v1("res") 2024-05-03 05:10:47.662/* Product1@OID4:1v0->0v1 2024-05-03 05:10:47.654/2024-05-03 05:10:47.661 Product1@OID4:1v1 2024-05-03 05:10:47.662/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:47.654/* OrderDetail@OID6:1v1 2024-05-03 05:10:47.662/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:47.637/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:47.637/2024-05-03 05:10:47.653 CDOResource@OID1:0v2("/") 2024-05-03 05:10:47.654/* CDOResourceFolder@OID2:0v1("BranchingTest_testCommitAddOrderDetail")2024-05-03 05:10:47.654/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.654/* Product1@OID4:0v1 2024-05-03 05:10:47.654/* OrderDetail@OID5:0v1 2024-05-03 05:10:47.654/* BranchingTest_testCommitAddOrderDetail_subBranch[1]2024-05-03 05:10:47.654/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:47.662/* Product1@OID4:1v1 2024-05-03 05:10:47.662/* OrderDetail@OID6:1v1 2024-05-03 05:10:47.662/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:47.637/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:47.637/2024-05-03 05:10:47.653 CDOResource@OID1:0v2("/") 2024-05-03 05:10:47.654/* CDOResourceFolder@OID2:0v1("BranchingTest_testCommitAddOrderDetail")2024-05-03 05:10:47.654/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.654/* Product1@OID4:0v1 2024-05-03 05:10:47.654/* OrderDetail@OID5:0v1 2024-05-03 05:10:47.654/* BranchingTest_testCommitAddOrderDetail_subBranch[1]2024-05-03 05:10:47.654/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:47.654/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:47.654/2024-05-03 05:10:47.661 CDOResource@OID3:1v1("res") 2024-05-03 05:10:47.662/* Product1@OID4:1v0->0v1 2024-05-03 05:10:47.654/2024-05-03 05:10:47.661 Product1@OID4:1v1 2024-05-03 05:10:47.662/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:47.654/* OrderDetail@OID6:1v1 2024-05-03 05:10:47.662/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:47.637/* CDOResourceFolder@OID2:0v1("BranchingTest_testCommitAddOrderDetail")2024-05-03 05:10:47.654/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.654/* Product1@OID4:0v1 2024-05-03 05:10:47.654/* OrderDetail@OID5:0v1 2024-05-03 05:10:47.654/* BranchingTest_testCommitAddOrderDetail_subBranch[1]2024-05-03 05:10:47.654/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:47.654/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:47.654/2024-05-03 05:10:47.661 CDOResource@OID3:1v1("res") 2024-05-03 05:10:47.662/* Product1@OID4:1v0->0v1 2024-05-03 05:10:47.654/2024-05-03 05:10:47.661 Product1@OID4:1v1 2024-05-03 05:10:47.662/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:47.654/* OrderDetail@OID6:1v1 2024-05-03 05:10:47.662/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:47.637/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:47.637/2024-05-03 05:10:47.653 CDOResource@OID1:0v2("/") 2024-05-03 05:10:47.654/* CDOResourceFolder@OID2:0v1("BranchingTest_testCommitAddOrderDetail")2024-05-03 05:10:47.654/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.654/* Product1@OID4:0v1 2024-05-03 05:10:47.654/* OrderDetail@OID5:0v1 2024-05-03 05:10:47.654/* BranchingTest_testCommitAddOrderDetail_subBranch[1]2024-05-03 05:10:47.654/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:47.662/* Product1@OID4:1v1 2024-05-03 05:10:47.662/* OrderDetail@OID6:1v1 2024-05-03 05:10:47.662/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:47.637/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:47.637/2024-05-03 05:10:47.653 CDOResource@OID1:0v2("/") 2024-05-03 05:10:47.654/* CDOResourceFolder@OID2:0v1("BranchingTest_testCommitAddOrderDetail")2024-05-03 05:10:47.654/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.654/* Product1@OID4:0v1 2024-05-03 05:10:47.654/* OrderDetail@OID5:0v1 2024-05-03 05:10:47.654/* BranchingTest_testCommitAddOrderDetail_subBranch[1]2024-05-03 05:10:47.654/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:47.654/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:47.654/2024-05-03 05:10:47.661 CDOResource@OID3:1v1("res") 2024-05-03 05:10:47.662/* Product1@OID4:1v0->0v1 2024-05-03 05:10:47.654/2024-05-03 05:10:47.661 Product1@OID4:1v1 2024-05-03 05:10:47.662/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:47.654/* OrderDetail@OID6:1v1 2024-05-03 05:10:47.662/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:47.637/* CDOResourceFolder@OID2:0v1("BranchingTest_testCommitAddOrderDetail")2024-05-03 05:10:47.654/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.654/* Product1@OID4:0v1 2024-05-03 05:10:47.654/* OrderDetail@OID5:0v1 2024-05-03 05:10:47.654/* BranchingTest_testCommitAddOrderDetail_subBranch[1]2024-05-03 05:10:47.654/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:47.654/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:47.654/2024-05-03 05:10:47.661 CDOResource@OID3:1v1("res") 2024-05-03 05:10:47.662/* Product1@OID4:1v0->0v1 2024-05-03 05:10:47.654/2024-05-03 05:10:47.661 Product1@OID4:1v1 2024-05-03 05:10:47.662/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:47.654/* OrderDetail@OID6:1v1 2024-05-03 05:10:47.662/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:47.637/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:47.637/2024-05-03 05:10:47.653 CDOResource@OID1:0v2("/") 2024-05-03 05:10:47.654/* CDOResourceFolder@OID2:0v1("BranchingTest_testCommitAddOrderDetail")2024-05-03 05:10:47.654/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.654/* Product1@OID4:0v1 2024-05-03 05:10:47.654/* OrderDetail@OID5:0v1 2024-05-03 05:10:47.654/* BranchingTest_testCommitAddOrderDetail_subBranch[1]2024-05-03 05:10:47.654/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:47.662/* Product1@OID4:1v1 2024-05-03 05:10:47.662/* OrderDetail@OID6:1v1 2024-05-03 05:10:47.662/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:47.637/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:47.637/2024-05-03 05:10:47.653 CDOResource@OID1:0v2("/") 2024-05-03 05:10:47.654/* CDOResourceFolder@OID2:0v1("BranchingTest_testCommitAddOrderDetail")2024-05-03 05:10:47.654/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.654/* Product1@OID4:0v1 2024-05-03 05:10:47.654/* OrderDetail@OID5:0v1 2024-05-03 05:10:47.654/* BranchingTest_testCommitAddOrderDetail_subBranch[1]2024-05-03 05:10:47.654/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:47.654/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:47.654/2024-05-03 05:10:47.661 CDOResource@OID3:1v1("res") 2024-05-03 05:10:47.662/* Product1@OID4:1v0->0v1 2024-05-03 05:10:47.654/2024-05-03 05:10:47.661 Product1@OID4:1v1 2024-05-03 05:10:47.662/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:47.654/* OrderDetail@OID6:1v1 2024-05-03 05:10:47.662/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:47.637/* CDOResourceFolder@OID2:0v1("BranchingTest_testCommitAddOrderDetail")2024-05-03 05:10:47.654/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.654/* Product1@OID4:0v1 2024-05-03 05:10:47.654/* OrderDetail@OID5:0v1 2024-05-03 05:10:47.654/* BranchingTest_testCommitAddOrderDetail_subBranch[1]2024-05-03 05:10:47.654/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:47.654/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:47.654/2024-05-03 05:10:47.661 CDOResource@OID3:1v1("res") 2024-05-03 05:10:47.662/* Product1@OID4:1v0->0v1 2024-05-03 05:10:47.654/2024-05-03 05:10:47.661 Product1@OID4:1v1 2024-05-03 05:10:47.662/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:47.654/* OrderDetail@OID6:1v1 2024-05-03 05:10:47.662/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:47.637/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:47.637/2024-05-03 05:10:47.653 CDOResource@OID1:0v2("/") 2024-05-03 05:10:47.654/* CDOResourceFolder@OID2:0v1("BranchingTest_testCommitAddOrderDetail")2024-05-03 05:10:47.654/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.654/* Product1@OID4:0v1 2024-05-03 05:10:47.654/* OrderDetail@OID5:0v1 2024-05-03 05:10:47.654/* BranchingTest_testCommitAddOrderDetail_subBranch[1]2024-05-03 05:10:47.654/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:47.662/* Product1@OID4:1v1 2024-05-03 05:10:47.662/* OrderDetail@OID6:1v1 2024-05-03 05:10:47.662/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:47.637/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:47.637/2024-05-03 05:10:47.653 CDOResource@OID1:0v2("/") 2024-05-03 05:10:47.654/* CDOResourceFolder@OID2:0v1("BranchingTest_testCommitAddOrderDetail")2024-05-03 05:10:47.654/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.654/* Product1@OID4:0v1 2024-05-03 05:10:47.654/* OrderDetail@OID5:0v1 2024-05-03 05:10:47.654/* BranchingTest_testCommitAddOrderDetail_subBranch[1]2024-05-03 05:10:47.654/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:47.654/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:47.654/2024-05-03 05:10:47.661 CDOResource@OID3:1v1("res") 2024-05-03 05:10:47.662/* Product1@OID4:1v0->0v1 2024-05-03 05:10:47.654/2024-05-03 05:10:47.661 Product1@OID4:1v1 2024-05-03 05:10:47.662/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:47.654/* OrderDetail@OID6:1v1 2024-05-03 05:10:47.662/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:47.637/* CDOResourceFolder@OID2:0v1("BranchingTest_testCommitAddOrderDetail")2024-05-03 05:10:47.654/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.654/* Product1@OID4:0v1 2024-05-03 05:10:47.654/* OrderDetail@OID5:0v1 2024-05-03 05:10:47.654/* BranchingTest_testCommitAddOrderDetail_subBranch[1]2024-05-03 05:10:47.654/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:47.654/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:47.654/2024-05-03 05:10:47.661 CDOResource@OID3:1v1("res") 2024-05-03 05:10:47.662/* Product1@OID4:1v0->0v1 2024-05-03 05:10:47.654/2024-05-03 05:10:47.661 Product1@OID4:1v1 2024-05-03 05:10:47.662/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:47.654/* OrderDetail@OID6:1v1 2024-05-03 05:10:47.662/* ******************************************************* BranchingTest.testCommitRemoveOrderDetail [MEM-branching, JVM, Legacy] ******************************************************* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:47.755/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:47.755/2024-05-03 05:10:47.772 CDOResource@OID1:0v2("/") 2024-05-03 05:10:47.773/* CDOResourceFolder@OID2:0v1("BranchingTest_testCommitRemoveOrderDetail")2024-05-03 05:10:47.773/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.773/* OrderDetail@OID4:0v1 2024-05-03 05:10:47.773/* Product1@OID5:0v1 2024-05-03 05:10:47.773/* OrderDetail@OID6:0v1 2024-05-03 05:10:47.773/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:47.755/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:47.755/2024-05-03 05:10:47.772 CDOResource@OID1:0v2("/") 2024-05-03 05:10:47.773/* CDOResourceFolder@OID2:0v1("BranchingTest_testCommitRemoveOrderDetail")2024-05-03 05:10:47.773/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.773/* OrderDetail@OID4:0v1 2024-05-03 05:10:47.773/* Product1@OID5:0v1 2024-05-03 05:10:47.773/* OrderDetail@OID6:0v1 2024-05-03 05:10:47.773/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:47.755/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:47.755/2024-05-03 05:10:47.772 CDOResource@OID1:0v2("/") 2024-05-03 05:10:47.773/* CDOResourceFolder@OID2:0v1("BranchingTest_testCommitRemoveOrderDetail")2024-05-03 05:10:47.773/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.773/* OrderDetail@OID4:0v1 2024-05-03 05:10:47.773/* Product1@OID5:0v1 2024-05-03 05:10:47.773/* OrderDetail@OID6:0v1 2024-05-03 05:10:47.773/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:47.755/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:47.755/2024-05-03 05:10:47.772 CDOResource@OID1:0v2("/") 2024-05-03 05:10:47.773/* CDOResourceFolder@OID2:0v1("BranchingTest_testCommitRemoveOrderDetail")2024-05-03 05:10:47.773/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.773/* OrderDetail@OID4:0v1 2024-05-03 05:10:47.773/* Product1@OID5:0v1 2024-05-03 05:10:47.773/* OrderDetail@OID6:0v1 2024-05-03 05:10:47.773/* BranchingTest_testCommitRemoveOrderDetail_subBranch[1]2024-05-03 05:10:47.773/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:47.781/* OrderDetail@OID4:1v1d 2024-05-03 05:10:47.781/* Product1@OID5:1v1 2024-05-03 05:10:47.781/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:47.755/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:47.755/2024-05-03 05:10:47.772 CDOResource@OID1:0v2("/") 2024-05-03 05:10:47.773/* CDOResourceFolder@OID2:0v1("BranchingTest_testCommitRemoveOrderDetail")2024-05-03 05:10:47.773/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.773/* OrderDetail@OID4:0v1 2024-05-03 05:10:47.773/* Product1@OID5:0v1 2024-05-03 05:10:47.773/* OrderDetail@OID6:0v1 2024-05-03 05:10:47.773/* BranchingTest_testCommitRemoveOrderDetail_subBranch[1]2024-05-03 05:10:47.773/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:47.773/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:47.773/2024-05-03 05:10:47.780 CDOResource@OID3:1v1("res") 2024-05-03 05:10:47.781/* OrderDetail@OID4:1v0->0v1 2024-05-03 05:10:47.773/2024-05-03 05:10:47.780 Product1@OID5:1v0->0v1 2024-05-03 05:10:47.773/2024-05-03 05:10:47.780 Product1@OID5:1v1 2024-05-03 05:10:47.781/* OrderDetail@OID6:1v0->0v1 2024-05-03 05:10:47.773/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:47.755/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:47.755/2024-05-03 05:10:47.772 CDOResource@OID1:0v2("/") 2024-05-03 05:10:47.773/* CDOResourceFolder@OID2:0v1("BranchingTest_testCommitRemoveOrderDetail")2024-05-03 05:10:47.773/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.773/* OrderDetail@OID4:0v1 2024-05-03 05:10:47.773/* Product1@OID5:0v1 2024-05-03 05:10:47.773/* OrderDetail@OID6:0v1 2024-05-03 05:10:47.773/* BranchingTest_testCommitRemoveOrderDetail_subBranch[1]2024-05-03 05:10:47.773/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:47.773/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:47.773/2024-05-03 05:10:47.780 CDOResource@OID3:1v1("res") 2024-05-03 05:10:47.781/* Product1@OID5:1v0->0v1 2024-05-03 05:10:47.773/2024-05-03 05:10:47.780 Product1@OID5:1v1 2024-05-03 05:10:47.781/* OrderDetail@OID6:1v0->0v1 2024-05-03 05:10:47.773/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:47.755/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:47.755/2024-05-03 05:10:47.772 CDOResource@OID1:0v2("/") 2024-05-03 05:10:47.773/* CDOResourceFolder@OID2:0v1("BranchingTest_testCommitRemoveOrderDetail")2024-05-03 05:10:47.773/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.773/* OrderDetail@OID4:0v1 2024-05-03 05:10:47.773/* Product1@OID5:0v1 2024-05-03 05:10:47.773/* OrderDetail@OID6:0v1 2024-05-03 05:10:47.773/* BranchingTest_testCommitRemoveOrderDetail_subBranch[1]2024-05-03 05:10:47.773/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:47.781/* OrderDetail@OID4:1v1d 2024-05-03 05:10:47.781/* Product1@OID5:1v1 2024-05-03 05:10:47.781/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:47.755/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:47.755/2024-05-03 05:10:47.772 CDOResource@OID1:0v2("/") 2024-05-03 05:10:47.773/* CDOResourceFolder@OID2:0v1("BranchingTest_testCommitRemoveOrderDetail")2024-05-03 05:10:47.773/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.773/* OrderDetail@OID4:0v1 2024-05-03 05:10:47.773/* Product1@OID5:0v1 2024-05-03 05:10:47.773/* OrderDetail@OID6:0v1 2024-05-03 05:10:47.773/* BranchingTest_testCommitRemoveOrderDetail_subBranch[1]2024-05-03 05:10:47.773/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:47.773/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:47.773/2024-05-03 05:10:47.780 CDOResource@OID3:1v1("res") 2024-05-03 05:10:47.781/* OrderDetail@OID4:1v0->0v1 2024-05-03 05:10:47.773/2024-05-03 05:10:47.780 Product1@OID5:1v0->0v1 2024-05-03 05:10:47.773/2024-05-03 05:10:47.780 Product1@OID5:1v1 2024-05-03 05:10:47.781/* OrderDetail@OID6:1v0->0v1 2024-05-03 05:10:47.773/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:47.755/* CDOResourceFolder@OID2:0v1("BranchingTest_testCommitRemoveOrderDetail")2024-05-03 05:10:47.773/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.773/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:47.755/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:47.755/2024-05-03 05:10:47.772 CDOResource@OID1:0v2("/") 2024-05-03 05:10:47.773/* CDOResourceFolder@OID2:0v1("BranchingTest_testCommitRemoveOrderDetail")2024-05-03 05:10:47.773/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.773/* OrderDetail@OID4:0v1 2024-05-03 05:10:47.773/* Product1@OID5:0v1 2024-05-03 05:10:47.773/* OrderDetail@OID6:0v1 2024-05-03 05:10:47.773/* BranchingTest_testCommitRemoveOrderDetail_subBranch[1]2024-05-03 05:10:47.773/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:47.781/* OrderDetail@OID4:1v1d 2024-05-03 05:10:47.781/* Product1@OID5:1v1 2024-05-03 05:10:47.781/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:47.755/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:47.755/2024-05-03 05:10:47.772 CDOResource@OID1:0v2("/") 2024-05-03 05:10:47.773/* CDOResourceFolder@OID2:0v1("BranchingTest_testCommitRemoveOrderDetail")2024-05-03 05:10:47.773/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.773/* OrderDetail@OID4:0v1 2024-05-03 05:10:47.773/* Product1@OID5:0v1 2024-05-03 05:10:47.773/* OrderDetail@OID6:0v1 2024-05-03 05:10:47.773/* BranchingTest_testCommitRemoveOrderDetail_subBranch[1]2024-05-03 05:10:47.773/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:47.773/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:47.773/2024-05-03 05:10:47.780 CDOResource@OID3:1v1("res") 2024-05-03 05:10:47.781/* OrderDetail@OID4:1v0->0v1 2024-05-03 05:10:47.773/2024-05-03 05:10:47.780 Product1@OID5:1v0->0v1 2024-05-03 05:10:47.773/2024-05-03 05:10:47.780 Product1@OID5:1v1 2024-05-03 05:10:47.781/* OrderDetail@OID6:1v0->0v1 2024-05-03 05:10:47.773/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:47.755/* CDOResourceFolder@OID2:0v1("BranchingTest_testCommitRemoveOrderDetail")2024-05-03 05:10:47.773/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.773/* OrderDetail@OID4:0v1 2024-05-03 05:10:47.773/* Product1@OID5:0v1 2024-05-03 05:10:47.773/* OrderDetail@OID6:0v1 2024-05-03 05:10:47.773/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:47.755/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:47.755/2024-05-03 05:10:47.772 CDOResource@OID1:0v2("/") 2024-05-03 05:10:47.773/* CDOResourceFolder@OID2:0v1("BranchingTest_testCommitRemoveOrderDetail")2024-05-03 05:10:47.773/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.773/* OrderDetail@OID4:0v1 2024-05-03 05:10:47.773/* Product1@OID5:0v1 2024-05-03 05:10:47.773/* OrderDetail@OID6:0v1 2024-05-03 05:10:47.773/* BranchingTest_testCommitRemoveOrderDetail_subBranch[1]2024-05-03 05:10:47.773/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:47.781/* OrderDetail@OID4:1v1d 2024-05-03 05:10:47.781/* Product1@OID5:1v1 2024-05-03 05:10:47.781/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:47.755/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:47.755/2024-05-03 05:10:47.772 CDOResource@OID1:0v2("/") 2024-05-03 05:10:47.773/* CDOResourceFolder@OID2:0v1("BranchingTest_testCommitRemoveOrderDetail")2024-05-03 05:10:47.773/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.773/* OrderDetail@OID4:0v1 2024-05-03 05:10:47.773/* Product1@OID5:0v1 2024-05-03 05:10:47.773/* OrderDetail@OID6:0v1 2024-05-03 05:10:47.773/* BranchingTest_testCommitRemoveOrderDetail_subBranch[1]2024-05-03 05:10:47.773/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:47.773/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:47.773/2024-05-03 05:10:47.780 CDOResource@OID3:1v1("res") 2024-05-03 05:10:47.781/* OrderDetail@OID4:1v0->0v1 2024-05-03 05:10:47.773/2024-05-03 05:10:47.780 Product1@OID5:1v0->0v1 2024-05-03 05:10:47.773/2024-05-03 05:10:47.780 Product1@OID5:1v1 2024-05-03 05:10:47.781/* OrderDetail@OID6:1v0->0v1 2024-05-03 05:10:47.773/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:47.755/* CDOResourceFolder@OID2:0v1("BranchingTest_testCommitRemoveOrderDetail")2024-05-03 05:10:47.773/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.773/* OrderDetail@OID4:0v1 2024-05-03 05:10:47.773/* Product1@OID5:0v1 2024-05-03 05:10:47.773/* OrderDetail@OID6:0v1 2024-05-03 05:10:47.773/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:47.755/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:47.755/2024-05-03 05:10:47.772 CDOResource@OID1:0v2("/") 2024-05-03 05:10:47.773/* CDOResourceFolder@OID2:0v1("BranchingTest_testCommitRemoveOrderDetail")2024-05-03 05:10:47.773/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.773/* OrderDetail@OID4:0v1 2024-05-03 05:10:47.773/* Product1@OID5:0v1 2024-05-03 05:10:47.773/* OrderDetail@OID6:0v1 2024-05-03 05:10:47.773/* BranchingTest_testCommitRemoveOrderDetail_subBranch[1]2024-05-03 05:10:47.773/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:47.781/* OrderDetail@OID4:1v1d 2024-05-03 05:10:47.781/* Product1@OID5:1v1 2024-05-03 05:10:47.781/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:47.755/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:47.755/2024-05-03 05:10:47.772 CDOResource@OID1:0v2("/") 2024-05-03 05:10:47.773/* CDOResourceFolder@OID2:0v1("BranchingTest_testCommitRemoveOrderDetail")2024-05-03 05:10:47.773/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.773/* OrderDetail@OID4:0v1 2024-05-03 05:10:47.773/* Product1@OID5:0v1 2024-05-03 05:10:47.773/* OrderDetail@OID6:0v1 2024-05-03 05:10:47.773/* BranchingTest_testCommitRemoveOrderDetail_subBranch[1]2024-05-03 05:10:47.773/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:47.773/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:47.773/2024-05-03 05:10:47.780 CDOResource@OID3:1v1("res") 2024-05-03 05:10:47.781/* OrderDetail@OID4:1v0->0v1 2024-05-03 05:10:47.773/2024-05-03 05:10:47.780 Product1@OID5:1v0->0v1 2024-05-03 05:10:47.773/2024-05-03 05:10:47.780 Product1@OID5:1v1 2024-05-03 05:10:47.781/* OrderDetail@OID6:1v0->0v1 2024-05-03 05:10:47.773/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:47.755/* CDOResourceFolder@OID2:0v1("BranchingTest_testCommitRemoveOrderDetail")2024-05-03 05:10:47.773/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.773/* OrderDetail@OID4:0v1 2024-05-03 05:10:47.773/* Product1@OID5:0v1 2024-05-03 05:10:47.773/* OrderDetail@OID6:0v1 2024-05-03 05:10:47.773/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:47.755/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:47.755/2024-05-03 05:10:47.772 CDOResource@OID1:0v2("/") 2024-05-03 05:10:47.773/* CDOResourceFolder@OID2:0v1("BranchingTest_testCommitRemoveOrderDetail")2024-05-03 05:10:47.773/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.773/* OrderDetail@OID4:0v1 2024-05-03 05:10:47.773/* Product1@OID5:0v1 2024-05-03 05:10:47.773/* OrderDetail@OID6:0v1 2024-05-03 05:10:47.773/* BranchingTest_testCommitRemoveOrderDetail_subBranch[1]2024-05-03 05:10:47.773/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:47.781/* OrderDetail@OID4:1v1d 2024-05-03 05:10:47.781/* Product1@OID5:1v1 2024-05-03 05:10:47.781/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:47.755/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:47.755/2024-05-03 05:10:47.772 CDOResource@OID1:0v2("/") 2024-05-03 05:10:47.773/* CDOResourceFolder@OID2:0v1("BranchingTest_testCommitRemoveOrderDetail")2024-05-03 05:10:47.773/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.773/* OrderDetail@OID4:0v1 2024-05-03 05:10:47.773/* Product1@OID5:0v1 2024-05-03 05:10:47.773/* OrderDetail@OID6:0v1 2024-05-03 05:10:47.773/* BranchingTest_testCommitRemoveOrderDetail_subBranch[1]2024-05-03 05:10:47.773/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:47.773/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:47.773/2024-05-03 05:10:47.780 CDOResource@OID3:1v1("res") 2024-05-03 05:10:47.781/* OrderDetail@OID4:1v0->0v1 2024-05-03 05:10:47.773/2024-05-03 05:10:47.780 Product1@OID5:1v0->0v1 2024-05-03 05:10:47.773/2024-05-03 05:10:47.780 Product1@OID5:1v1 2024-05-03 05:10:47.781/* OrderDetail@OID6:1v0->0v1 2024-05-03 05:10:47.773/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:47.755/* CDOResourceFolder@OID2:0v1("BranchingTest_testCommitRemoveOrderDetail")2024-05-03 05:10:47.773/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.773/* OrderDetail@OID4:0v1 2024-05-03 05:10:47.773/* Product1@OID5:0v1 2024-05-03 05:10:47.773/* OrderDetail@OID6:0v1 2024-05-03 05:10:47.773/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:47.755/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:47.755/2024-05-03 05:10:47.772 CDOResource@OID1:0v2("/") 2024-05-03 05:10:47.773/* CDOResourceFolder@OID2:0v1("BranchingTest_testCommitRemoveOrderDetail")2024-05-03 05:10:47.773/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.773/* OrderDetail@OID4:0v1 2024-05-03 05:10:47.773/* Product1@OID5:0v1 2024-05-03 05:10:47.773/* OrderDetail@OID6:0v1 2024-05-03 05:10:47.773/* BranchingTest_testCommitRemoveOrderDetail_subBranch[1]2024-05-03 05:10:47.773/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:47.781/* OrderDetail@OID4:1v1d 2024-05-03 05:10:47.781/* Product1@OID5:1v1 2024-05-03 05:10:47.781/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:47.755/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:47.755/2024-05-03 05:10:47.772 CDOResource@OID1:0v2("/") 2024-05-03 05:10:47.773/* CDOResourceFolder@OID2:0v1("BranchingTest_testCommitRemoveOrderDetail")2024-05-03 05:10:47.773/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.773/* OrderDetail@OID4:0v1 2024-05-03 05:10:47.773/* Product1@OID5:0v1 2024-05-03 05:10:47.773/* OrderDetail@OID6:0v1 2024-05-03 05:10:47.773/* BranchingTest_testCommitRemoveOrderDetail_subBranch[1]2024-05-03 05:10:47.773/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:47.773/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:47.773/2024-05-03 05:10:47.780 CDOResource@OID3:1v1("res") 2024-05-03 05:10:47.781/* OrderDetail@OID4:1v0->0v1 2024-05-03 05:10:47.773/2024-05-03 05:10:47.780 Product1@OID5:1v0->0v1 2024-05-03 05:10:47.773/2024-05-03 05:10:47.780 Product1@OID5:1v1 2024-05-03 05:10:47.781/* OrderDetail@OID6:1v0->0v1 2024-05-03 05:10:47.773/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:47.755/* CDOResourceFolder@OID2:0v1("BranchingTest_testCommitRemoveOrderDetail")2024-05-03 05:10:47.773/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.773/* OrderDetail@OID4:0v1 2024-05-03 05:10:47.773/* Product1@OID5:0v1 2024-05-03 05:10:47.773/* OrderDetail@OID6:0v1 2024-05-03 05:10:47.773/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:47.755/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:47.755/2024-05-03 05:10:47.772 CDOResource@OID1:0v2("/") 2024-05-03 05:10:47.773/* CDOResourceFolder@OID2:0v1("BranchingTest_testCommitRemoveOrderDetail")2024-05-03 05:10:47.773/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.773/* OrderDetail@OID4:0v1 2024-05-03 05:10:47.773/* Product1@OID5:0v1 2024-05-03 05:10:47.773/* OrderDetail@OID6:0v1 2024-05-03 05:10:47.773/* BranchingTest_testCommitRemoveOrderDetail_subBranch[1]2024-05-03 05:10:47.773/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:47.781/* OrderDetail@OID4:1v1d 2024-05-03 05:10:47.781/* Product1@OID5:1v1 2024-05-03 05:10:47.781/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:47.755/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:47.755/2024-05-03 05:10:47.772 CDOResource@OID1:0v2("/") 2024-05-03 05:10:47.773/* CDOResourceFolder@OID2:0v1("BranchingTest_testCommitRemoveOrderDetail")2024-05-03 05:10:47.773/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.773/* OrderDetail@OID4:0v1 2024-05-03 05:10:47.773/* Product1@OID5:0v1 2024-05-03 05:10:47.773/* OrderDetail@OID6:0v1 2024-05-03 05:10:47.773/* BranchingTest_testCommitRemoveOrderDetail_subBranch[1]2024-05-03 05:10:47.773/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:47.773/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:47.773/2024-05-03 05:10:47.780 CDOResource@OID3:1v1("res") 2024-05-03 05:10:47.781/* OrderDetail@OID4:1v0->0v1 2024-05-03 05:10:47.773/2024-05-03 05:10:47.780 Product1@OID5:1v0->0v1 2024-05-03 05:10:47.773/2024-05-03 05:10:47.780 Product1@OID5:1v1 2024-05-03 05:10:47.781/* OrderDetail@OID6:1v0->0v1 2024-05-03 05:10:47.773/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:47.755/* CDOResourceFolder@OID2:0v1("BranchingTest_testCommitRemoveOrderDetail")2024-05-03 05:10:47.773/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.773/* OrderDetail@OID4:0v1 2024-05-03 05:10:47.773/* Product1@OID5:0v1 2024-05-03 05:10:47.773/* OrderDetail@OID6:0v1 2024-05-03 05:10:47.773/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:47.755/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:47.755/2024-05-03 05:10:47.772 CDOResource@OID1:0v2("/") 2024-05-03 05:10:47.773/* CDOResourceFolder@OID2:0v1("BranchingTest_testCommitRemoveOrderDetail")2024-05-03 05:10:47.773/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.773/* OrderDetail@OID4:0v1 2024-05-03 05:10:47.773/* Product1@OID5:0v1 2024-05-03 05:10:47.773/* OrderDetail@OID6:0v1 2024-05-03 05:10:47.773/* BranchingTest_testCommitRemoveOrderDetail_subBranch[1]2024-05-03 05:10:47.773/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:47.781/* OrderDetail@OID4:1v1d 2024-05-03 05:10:47.781/* Product1@OID5:1v1 2024-05-03 05:10:47.781/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:47.755/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:47.755/2024-05-03 05:10:47.772 CDOResource@OID1:0v2("/") 2024-05-03 05:10:47.773/* CDOResourceFolder@OID2:0v1("BranchingTest_testCommitRemoveOrderDetail")2024-05-03 05:10:47.773/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.773/* OrderDetail@OID4:0v1 2024-05-03 05:10:47.773/* Product1@OID5:0v1 2024-05-03 05:10:47.773/* OrderDetail@OID6:0v1 2024-05-03 05:10:47.773/* BranchingTest_testCommitRemoveOrderDetail_subBranch[1]2024-05-03 05:10:47.773/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:47.773/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:47.773/2024-05-03 05:10:47.780 CDOResource@OID3:1v1("res") 2024-05-03 05:10:47.781/* OrderDetail@OID4:1v0->0v1 2024-05-03 05:10:47.773/2024-05-03 05:10:47.780 Product1@OID5:1v0->0v1 2024-05-03 05:10:47.773/2024-05-03 05:10:47.780 Product1@OID5:1v1 2024-05-03 05:10:47.781/* OrderDetail@OID6:1v0->0v1 2024-05-03 05:10:47.773/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:47.755/* CDOResourceFolder@OID2:0v1("BranchingTest_testCommitRemoveOrderDetail")2024-05-03 05:10:47.773/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.773/* OrderDetail@OID4:0v1 2024-05-03 05:10:47.773/* Product1@OID5:0v1 2024-05-03 05:10:47.773/* OrderDetail@OID6:0v1 2024-05-03 05:10:47.773/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:47.755/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:47.755/2024-05-03 05:10:47.772 CDOResource@OID1:0v2("/") 2024-05-03 05:10:47.773/* CDOResourceFolder@OID2:0v1("BranchingTest_testCommitRemoveOrderDetail")2024-05-03 05:10:47.773/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.773/* OrderDetail@OID4:0v1 2024-05-03 05:10:47.773/* Product1@OID5:0v1 2024-05-03 05:10:47.773/* OrderDetail@OID6:0v1 2024-05-03 05:10:47.773/* BranchingTest_testCommitRemoveOrderDetail_subBranch[1]2024-05-03 05:10:47.773/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:47.781/* OrderDetail@OID4:1v1d 2024-05-03 05:10:47.781/* Product1@OID5:1v1 2024-05-03 05:10:47.781/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:47.755/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:47.755/2024-05-03 05:10:47.772 CDOResource@OID1:0v2("/") 2024-05-03 05:10:47.773/* CDOResourceFolder@OID2:0v1("BranchingTest_testCommitRemoveOrderDetail")2024-05-03 05:10:47.773/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.773/* OrderDetail@OID4:0v1 2024-05-03 05:10:47.773/* Product1@OID5:0v1 2024-05-03 05:10:47.773/* OrderDetail@OID6:0v1 2024-05-03 05:10:47.773/* BranchingTest_testCommitRemoveOrderDetail_subBranch[1]2024-05-03 05:10:47.773/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:47.773/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:47.773/2024-05-03 05:10:47.780 CDOResource@OID3:1v1("res") 2024-05-03 05:10:47.781/* OrderDetail@OID4:1v0->0v1 2024-05-03 05:10:47.773/2024-05-03 05:10:47.780 Product1@OID5:1v0->0v1 2024-05-03 05:10:47.773/2024-05-03 05:10:47.780 Product1@OID5:1v1 2024-05-03 05:10:47.781/* OrderDetail@OID6:1v0->0v1 2024-05-03 05:10:47.773/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:47.755/* CDOResourceFolder@OID2:0v1("BranchingTest_testCommitRemoveOrderDetail")2024-05-03 05:10:47.773/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.773/* OrderDetail@OID4:0v1 2024-05-03 05:10:47.773/* Product1@OID5:0v1 2024-05-03 05:10:47.773/* OrderDetail@OID6:0v1 2024-05-03 05:10:47.773/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:47.755/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:47.755/2024-05-03 05:10:47.772 CDOResource@OID1:0v2("/") 2024-05-03 05:10:47.773/* CDOResourceFolder@OID2:0v1("BranchingTest_testCommitRemoveOrderDetail")2024-05-03 05:10:47.773/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.773/* OrderDetail@OID4:0v1 2024-05-03 05:10:47.773/* Product1@OID5:0v1 2024-05-03 05:10:47.773/* OrderDetail@OID6:0v1 2024-05-03 05:10:47.773/* BranchingTest_testCommitRemoveOrderDetail_subBranch[1]2024-05-03 05:10:47.773/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:47.781/* OrderDetail@OID4:1v1d 2024-05-03 05:10:47.781/* Product1@OID5:1v1 2024-05-03 05:10:47.781/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:47.755/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:47.755/2024-05-03 05:10:47.772 CDOResource@OID1:0v2("/") 2024-05-03 05:10:47.773/* CDOResourceFolder@OID2:0v1("BranchingTest_testCommitRemoveOrderDetail")2024-05-03 05:10:47.773/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.773/* OrderDetail@OID4:0v1 2024-05-03 05:10:47.773/* Product1@OID5:0v1 2024-05-03 05:10:47.773/* OrderDetail@OID6:0v1 2024-05-03 05:10:47.773/* BranchingTest_testCommitRemoveOrderDetail_subBranch[1]2024-05-03 05:10:47.773/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:47.773/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:47.773/2024-05-03 05:10:47.780 CDOResource@OID3:1v1("res") 2024-05-03 05:10:47.781/* OrderDetail@OID4:1v0->0v1 2024-05-03 05:10:47.773/2024-05-03 05:10:47.780 Product1@OID5:1v0->0v1 2024-05-03 05:10:47.773/2024-05-03 05:10:47.780 Product1@OID5:1v1 2024-05-03 05:10:47.781/* OrderDetail@OID6:1v0->0v1 2024-05-03 05:10:47.773/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:47.755/* CDOResourceFolder@OID2:0v1("BranchingTest_testCommitRemoveOrderDetail")2024-05-03 05:10:47.773/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.773/* OrderDetail@OID4:0v1 2024-05-03 05:10:47.773/* Product1@OID5:0v1 2024-05-03 05:10:47.773/* OrderDetail@OID6:0v1 2024-05-03 05:10:47.773/* BranchingTest_testCommitRemoveOrderDetail_subBranch[1]2024-05-03 05:10:47.773/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:47.773/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:47.773/2024-05-03 05:10:47.780 MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:47.755/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:47.755/2024-05-03 05:10:47.772 CDOResource@OID1:0v2("/") 2024-05-03 05:10:47.773/* CDOResourceFolder@OID2:0v1("BranchingTest_testCommitRemoveOrderDetail")2024-05-03 05:10:47.773/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.773/* OrderDetail@OID4:0v1 2024-05-03 05:10:47.773/* Product1@OID5:0v1 2024-05-03 05:10:47.773/* OrderDetail@OID6:0v1 2024-05-03 05:10:47.773/* BranchingTest_testCommitRemoveOrderDetail_subBranch[1]2024-05-03 05:10:47.773/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:47.781/* OrderDetail@OID4:1v1d 2024-05-03 05:10:47.781/* Product1@OID5:1v1 2024-05-03 05:10:47.781/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:47.755/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:47.755/2024-05-03 05:10:47.772 CDOResource@OID1:0v2("/") 2024-05-03 05:10:47.773/* CDOResourceFolder@OID2:0v1("BranchingTest_testCommitRemoveOrderDetail")2024-05-03 05:10:47.773/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.773/* OrderDetail@OID4:0v1 2024-05-03 05:10:47.773/* Product1@OID5:0v1 2024-05-03 05:10:47.773/* OrderDetail@OID6:0v1 2024-05-03 05:10:47.773/* BranchingTest_testCommitRemoveOrderDetail_subBranch[1]2024-05-03 05:10:47.773/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:47.773/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:47.773/2024-05-03 05:10:47.780 CDOResource@OID3:1v1("res") 2024-05-03 05:10:47.781/* OrderDetail@OID4:1v0->0v1 2024-05-03 05:10:47.773/2024-05-03 05:10:47.780 Product1@OID5:1v0->0v1 2024-05-03 05:10:47.773/2024-05-03 05:10:47.780 Product1@OID5:1v1 2024-05-03 05:10:47.781/* OrderDetail@OID6:1v0->0v1 2024-05-03 05:10:47.773/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:47.755/* CDOResourceFolder@OID2:0v1("BranchingTest_testCommitRemoveOrderDetail")2024-05-03 05:10:47.773/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.773/* OrderDetail@OID4:0v1 2024-05-03 05:10:47.773/* Product1@OID5:0v1 2024-05-03 05:10:47.773/* OrderDetail@OID6:0v1 2024-05-03 05:10:47.773/* BranchingTest_testCommitRemoveOrderDetail_subBranch[1]2024-05-03 05:10:47.773/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:47.773/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:47.773/2024-05-03 05:10:47.780 OrderDetail@OID4:1v0->0v1 2024-05-03 05:10:47.773/2024-05-03 05:10:47.780 Product1@OID5:1v0->0v1 2024-05-03 05:10:47.773/2024-05-03 05:10:47.780 OrderDetail@OID6:1v0->0v1 2024-05-03 05:10:47.773/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:47.755/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:47.755/2024-05-03 05:10:47.772 CDOResource@OID1:0v2("/") 2024-05-03 05:10:47.773/* CDOResourceFolder@OID2:0v1("BranchingTest_testCommitRemoveOrderDetail")2024-05-03 05:10:47.773/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.773/* OrderDetail@OID4:0v1 2024-05-03 05:10:47.773/* Product1@OID5:0v1 2024-05-03 05:10:47.773/* OrderDetail@OID6:0v1 2024-05-03 05:10:47.773/* BranchingTest_testCommitRemoveOrderDetail_subBranch[1]2024-05-03 05:10:47.773/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:47.781/* OrderDetail@OID4:1v1d 2024-05-03 05:10:47.781/* Product1@OID5:1v1 2024-05-03 05:10:47.781/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:47.755/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:47.755/2024-05-03 05:10:47.772 CDOResource@OID1:0v2("/") 2024-05-03 05:10:47.773/* CDOResourceFolder@OID2:0v1("BranchingTest_testCommitRemoveOrderDetail")2024-05-03 05:10:47.773/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.773/* OrderDetail@OID4:0v1 2024-05-03 05:10:47.773/* Product1@OID5:0v1 2024-05-03 05:10:47.773/* OrderDetail@OID6:0v1 2024-05-03 05:10:47.773/* BranchingTest_testCommitRemoveOrderDetail_subBranch[1]2024-05-03 05:10:47.773/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:47.773/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:47.773/2024-05-03 05:10:47.780 CDOResource@OID3:1v1("res") 2024-05-03 05:10:47.781/* OrderDetail@OID4:1v0->0v1 2024-05-03 05:10:47.773/2024-05-03 05:10:47.780 Product1@OID5:1v0->0v1 2024-05-03 05:10:47.773/2024-05-03 05:10:47.780 Product1@OID5:1v1 2024-05-03 05:10:47.781/* OrderDetail@OID6:1v0->0v1 2024-05-03 05:10:47.773/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:47.755/* CDOResourceFolder@OID2:0v1("BranchingTest_testCommitRemoveOrderDetail")2024-05-03 05:10:47.773/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.773/* OrderDetail@OID4:0v1 2024-05-03 05:10:47.773/* Product1@OID5:0v1 2024-05-03 05:10:47.773/* OrderDetail@OID6:0v1 2024-05-03 05:10:47.773/* BranchingTest_testCommitRemoveOrderDetail_subBranch[1]2024-05-03 05:10:47.773/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:47.773/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:47.773/2024-05-03 05:10:47.780 OrderDetail@OID4:1v0->0v1 2024-05-03 05:10:47.773/2024-05-03 05:10:47.780 Product1@OID5:1v0->0v1 2024-05-03 05:10:47.773/2024-05-03 05:10:47.780 OrderDetail@OID6:1v0->0v1 2024-05-03 05:10:47.773/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:47.755/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:47.755/2024-05-03 05:10:47.772 CDOResource@OID1:0v2("/") 2024-05-03 05:10:47.773/* CDOResourceFolder@OID2:0v1("BranchingTest_testCommitRemoveOrderDetail")2024-05-03 05:10:47.773/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.773/* OrderDetail@OID4:0v1 2024-05-03 05:10:47.773/* Product1@OID5:0v1 2024-05-03 05:10:47.773/* OrderDetail@OID6:0v1 2024-05-03 05:10:47.773/* BranchingTest_testCommitRemoveOrderDetail_subBranch[1]2024-05-03 05:10:47.773/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:47.781/* OrderDetail@OID4:1v1d 2024-05-03 05:10:47.781/* Product1@OID5:1v1 2024-05-03 05:10:47.781/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:47.755/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:47.755/2024-05-03 05:10:47.772 CDOResource@OID1:0v2("/") 2024-05-03 05:10:47.773/* CDOResourceFolder@OID2:0v1("BranchingTest_testCommitRemoveOrderDetail")2024-05-03 05:10:47.773/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.773/* OrderDetail@OID4:0v1 2024-05-03 05:10:47.773/* Product1@OID5:0v1 2024-05-03 05:10:47.773/* OrderDetail@OID6:0v1 2024-05-03 05:10:47.773/* BranchingTest_testCommitRemoveOrderDetail_subBranch[1]2024-05-03 05:10:47.773/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:47.773/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:47.773/2024-05-03 05:10:47.780 CDOResource@OID3:1v1("res") 2024-05-03 05:10:47.781/* OrderDetail@OID4:1v0->0v1 2024-05-03 05:10:47.773/2024-05-03 05:10:47.780 Product1@OID5:1v0->0v1 2024-05-03 05:10:47.773/2024-05-03 05:10:47.780 Product1@OID5:1v1 2024-05-03 05:10:47.781/* OrderDetail@OID6:1v0->0v1 2024-05-03 05:10:47.773/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:47.755/* CDOResourceFolder@OID2:0v1("BranchingTest_testCommitRemoveOrderDetail")2024-05-03 05:10:47.773/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.773/* OrderDetail@OID4:0v1 2024-05-03 05:10:47.773/* Product1@OID5:0v1 2024-05-03 05:10:47.773/* OrderDetail@OID6:0v1 2024-05-03 05:10:47.773/* BranchingTest_testCommitRemoveOrderDetail_subBranch[1]2024-05-03 05:10:47.773/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:47.773/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:47.773/2024-05-03 05:10:47.780 CDOResource@OID3:1v1("res") 2024-05-03 05:10:47.781/* OrderDetail@OID4:1v0->0v1 2024-05-03 05:10:47.773/2024-05-03 05:10:47.780 Product1@OID5:1v0->0v1 2024-05-03 05:10:47.773/2024-05-03 05:10:47.780 OrderDetail@OID6:1v0->0v1 2024-05-03 05:10:47.773/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:47.755/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:47.755/2024-05-03 05:10:47.772 CDOResource@OID1:0v2("/") 2024-05-03 05:10:47.773/* CDOResourceFolder@OID2:0v1("BranchingTest_testCommitRemoveOrderDetail")2024-05-03 05:10:47.773/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.773/* OrderDetail@OID4:0v1 2024-05-03 05:10:47.773/* Product1@OID5:0v1 2024-05-03 05:10:47.773/* OrderDetail@OID6:0v1 2024-05-03 05:10:47.773/* BranchingTest_testCommitRemoveOrderDetail_subBranch[1]2024-05-03 05:10:47.773/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:47.781/* OrderDetail@OID4:1v1d 2024-05-03 05:10:47.781/* Product1@OID5:1v1 2024-05-03 05:10:47.781/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:47.755/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:47.755/2024-05-03 05:10:47.772 CDOResource@OID1:0v2("/") 2024-05-03 05:10:47.773/* CDOResourceFolder@OID2:0v1("BranchingTest_testCommitRemoveOrderDetail")2024-05-03 05:10:47.773/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.773/* OrderDetail@OID4:0v1 2024-05-03 05:10:47.773/* Product1@OID5:0v1 2024-05-03 05:10:47.773/* OrderDetail@OID6:0v1 2024-05-03 05:10:47.773/* BranchingTest_testCommitRemoveOrderDetail_subBranch[1]2024-05-03 05:10:47.773/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:47.773/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:47.773/2024-05-03 05:10:47.780 CDOResource@OID3:1v1("res") 2024-05-03 05:10:47.781/* OrderDetail@OID4:1v0->0v1 2024-05-03 05:10:47.773/2024-05-03 05:10:47.780 Product1@OID5:1v0->0v1 2024-05-03 05:10:47.773/2024-05-03 05:10:47.780 Product1@OID5:1v1 2024-05-03 05:10:47.781/* OrderDetail@OID6:1v0->0v1 2024-05-03 05:10:47.773/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:47.755/* CDOResourceFolder@OID2:0v1("BranchingTest_testCommitRemoveOrderDetail")2024-05-03 05:10:47.773/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.773/* OrderDetail@OID4:0v1 2024-05-03 05:10:47.773/* Product1@OID5:0v1 2024-05-03 05:10:47.773/* OrderDetail@OID6:0v1 2024-05-03 05:10:47.773/* BranchingTest_testCommitRemoveOrderDetail_subBranch[1]2024-05-03 05:10:47.773/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:47.773/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:47.773/2024-05-03 05:10:47.780 CDOResource@OID3:1v1("res") 2024-05-03 05:10:47.781/* OrderDetail@OID4:1v0->0v1 2024-05-03 05:10:47.773/2024-05-03 05:10:47.780 Product1@OID5:1v0->0v1 2024-05-03 05:10:47.773/2024-05-03 05:10:47.780 Product1@OID5:1v1 2024-05-03 05:10:47.781/* OrderDetail@OID6:1v0->0v1 2024-05-03 05:10:47.773/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:47.755/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:47.755/2024-05-03 05:10:47.772 CDOResource@OID1:0v2("/") 2024-05-03 05:10:47.773/* CDOResourceFolder@OID2:0v1("BranchingTest_testCommitRemoveOrderDetail")2024-05-03 05:10:47.773/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.773/* OrderDetail@OID4:0v1 2024-05-03 05:10:47.773/* Product1@OID5:0v1 2024-05-03 05:10:47.773/* OrderDetail@OID6:0v1 2024-05-03 05:10:47.773/* BranchingTest_testCommitRemoveOrderDetail_subBranch[1]2024-05-03 05:10:47.773/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:47.781/* OrderDetail@OID4:1v1d 2024-05-03 05:10:47.781/* Product1@OID5:1v1 2024-05-03 05:10:47.781/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:47.755/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:47.755/2024-05-03 05:10:47.772 CDOResource@OID1:0v2("/") 2024-05-03 05:10:47.773/* CDOResourceFolder@OID2:0v1("BranchingTest_testCommitRemoveOrderDetail")2024-05-03 05:10:47.773/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.773/* OrderDetail@OID4:0v1 2024-05-03 05:10:47.773/* Product1@OID5:0v1 2024-05-03 05:10:47.773/* OrderDetail@OID6:0v1 2024-05-03 05:10:47.773/* BranchingTest_testCommitRemoveOrderDetail_subBranch[1]2024-05-03 05:10:47.773/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:47.773/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:47.773/2024-05-03 05:10:47.780 CDOResource@OID3:1v1("res") 2024-05-03 05:10:47.781/* OrderDetail@OID4:1v0->0v1 2024-05-03 05:10:47.773/2024-05-03 05:10:47.780 Product1@OID5:1v0->0v1 2024-05-03 05:10:47.773/2024-05-03 05:10:47.780 Product1@OID5:1v1 2024-05-03 05:10:47.781/* OrderDetail@OID6:1v0->0v1 2024-05-03 05:10:47.773/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:47.755/* CDOResourceFolder@OID2:0v1("BranchingTest_testCommitRemoveOrderDetail")2024-05-03 05:10:47.773/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.773/* OrderDetail@OID4:0v1 2024-05-03 05:10:47.773/* Product1@OID5:0v1 2024-05-03 05:10:47.773/* OrderDetail@OID6:0v1 2024-05-03 05:10:47.773/* BranchingTest_testCommitRemoveOrderDetail_subBranch[1]2024-05-03 05:10:47.773/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:47.773/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:47.773/2024-05-03 05:10:47.780 CDOResource@OID3:1v1("res") 2024-05-03 05:10:47.781/* OrderDetail@OID4:1v0->0v1 2024-05-03 05:10:47.773/2024-05-03 05:10:47.780 Product1@OID5:1v0->0v1 2024-05-03 05:10:47.773/2024-05-03 05:10:47.780 Product1@OID5:1v1 2024-05-03 05:10:47.781/* OrderDetail@OID6:1v0->0v1 2024-05-03 05:10:47.773/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:47.755/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:47.755/2024-05-03 05:10:47.772 CDOResource@OID1:0v2("/") 2024-05-03 05:10:47.773/* CDOResourceFolder@OID2:0v1("BranchingTest_testCommitRemoveOrderDetail")2024-05-03 05:10:47.773/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.773/* OrderDetail@OID4:0v1 2024-05-03 05:10:47.773/* Product1@OID5:0v1 2024-05-03 05:10:47.773/* OrderDetail@OID6:0v1 2024-05-03 05:10:47.773/* BranchingTest_testCommitRemoveOrderDetail_subBranch[1]2024-05-03 05:10:47.773/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:47.781/* OrderDetail@OID4:1v1d 2024-05-03 05:10:47.781/* Product1@OID5:1v1 2024-05-03 05:10:47.781/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:47.755/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:47.755/2024-05-03 05:10:47.772 CDOResource@OID1:0v2("/") 2024-05-03 05:10:47.773/* CDOResourceFolder@OID2:0v1("BranchingTest_testCommitRemoveOrderDetail")2024-05-03 05:10:47.773/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.773/* OrderDetail@OID4:0v1 2024-05-03 05:10:47.773/* Product1@OID5:0v1 2024-05-03 05:10:47.773/* OrderDetail@OID6:0v1 2024-05-03 05:10:47.773/* BranchingTest_testCommitRemoveOrderDetail_subBranch[1]2024-05-03 05:10:47.773/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:47.773/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:47.773/2024-05-03 05:10:47.780 CDOResource@OID3:1v1("res") 2024-05-03 05:10:47.781/* OrderDetail@OID4:1v0->0v1 2024-05-03 05:10:47.773/2024-05-03 05:10:47.780 Product1@OID5:1v0->0v1 2024-05-03 05:10:47.773/2024-05-03 05:10:47.780 Product1@OID5:1v1 2024-05-03 05:10:47.781/* OrderDetail@OID6:1v0->0v1 2024-05-03 05:10:47.773/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:47.755/* CDOResourceFolder@OID2:0v1("BranchingTest_testCommitRemoveOrderDetail")2024-05-03 05:10:47.773/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.773/* OrderDetail@OID4:0v1 2024-05-03 05:10:47.773/* Product1@OID5:0v1 2024-05-03 05:10:47.773/* OrderDetail@OID6:0v1 2024-05-03 05:10:47.773/* BranchingTest_testCommitRemoveOrderDetail_subBranch[1]2024-05-03 05:10:47.773/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:47.773/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:47.773/2024-05-03 05:10:47.780 CDOResource@OID3:1v1("res") 2024-05-03 05:10:47.781/* OrderDetail@OID4:1v0->0v1 2024-05-03 05:10:47.773/2024-05-03 05:10:47.780 Product1@OID5:1v0->0v1 2024-05-03 05:10:47.773/2024-05-03 05:10:47.780 Product1@OID5:1v1 2024-05-03 05:10:47.781/* OrderDetail@OID6:1v0->0v1 2024-05-03 05:10:47.773/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:47.755/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:47.755/2024-05-03 05:10:47.772 CDOResource@OID1:0v2("/") 2024-05-03 05:10:47.773/* CDOResourceFolder@OID2:0v1("BranchingTest_testCommitRemoveOrderDetail")2024-05-03 05:10:47.773/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.773/* OrderDetail@OID4:0v1 2024-05-03 05:10:47.773/* Product1@OID5:0v1 2024-05-03 05:10:47.773/* OrderDetail@OID6:0v1 2024-05-03 05:10:47.773/* BranchingTest_testCommitRemoveOrderDetail_subBranch[1]2024-05-03 05:10:47.773/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:47.781/* OrderDetail@OID4:1v1d 2024-05-03 05:10:47.781/* Product1@OID5:1v1 2024-05-03 05:10:47.781/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:47.755/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:47.755/2024-05-03 05:10:47.772 CDOResource@OID1:0v2("/") 2024-05-03 05:10:47.773/* CDOResourceFolder@OID2:0v1("BranchingTest_testCommitRemoveOrderDetail")2024-05-03 05:10:47.773/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.773/* OrderDetail@OID4:0v1 2024-05-03 05:10:47.773/* Product1@OID5:0v1 2024-05-03 05:10:47.773/* OrderDetail@OID6:0v1 2024-05-03 05:10:47.773/* BranchingTest_testCommitRemoveOrderDetail_subBranch[1]2024-05-03 05:10:47.773/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:47.773/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:47.773/2024-05-03 05:10:47.780 CDOResource@OID3:1v1("res") 2024-05-03 05:10:47.781/* OrderDetail@OID4:1v0->0v1 2024-05-03 05:10:47.773/2024-05-03 05:10:47.780 Product1@OID5:1v0->0v1 2024-05-03 05:10:47.773/2024-05-03 05:10:47.780 Product1@OID5:1v1 2024-05-03 05:10:47.781/* OrderDetail@OID6:1v0->0v1 2024-05-03 05:10:47.773/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:47.755/* CDOResourceFolder@OID2:0v1("BranchingTest_testCommitRemoveOrderDetail")2024-05-03 05:10:47.773/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.773/* OrderDetail@OID4:0v1 2024-05-03 05:10:47.773/* Product1@OID5:0v1 2024-05-03 05:10:47.773/* OrderDetail@OID6:0v1 2024-05-03 05:10:47.773/* BranchingTest_testCommitRemoveOrderDetail_subBranch[1]2024-05-03 05:10:47.773/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:47.773/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:47.773/2024-05-03 05:10:47.780 CDOResource@OID3:1v1("res") 2024-05-03 05:10:47.781/* OrderDetail@OID4:1v0->0v1 2024-05-03 05:10:47.773/2024-05-03 05:10:47.780 Product1@OID5:1v0->0v1 2024-05-03 05:10:47.773/2024-05-03 05:10:47.780 Product1@OID5:1v1 2024-05-03 05:10:47.781/* OrderDetail@OID6:1v0->0v1 2024-05-03 05:10:47.773/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:47.755/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:47.755/2024-05-03 05:10:47.772 CDOResource@OID1:0v2("/") 2024-05-03 05:10:47.773/* CDOResourceFolder@OID2:0v1("BranchingTest_testCommitRemoveOrderDetail")2024-05-03 05:10:47.773/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.773/* OrderDetail@OID4:0v1 2024-05-03 05:10:47.773/* Product1@OID5:0v1 2024-05-03 05:10:47.773/* OrderDetail@OID6:0v1 2024-05-03 05:10:47.773/* BranchingTest_testCommitRemoveOrderDetail_subBranch[1]2024-05-03 05:10:47.773/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:47.781/* OrderDetail@OID4:1v1d 2024-05-03 05:10:47.781/* Product1@OID5:1v1 2024-05-03 05:10:47.781/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:47.755/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:47.755/2024-05-03 05:10:47.772 CDOResource@OID1:0v2("/") 2024-05-03 05:10:47.773/* CDOResourceFolder@OID2:0v1("BranchingTest_testCommitRemoveOrderDetail")2024-05-03 05:10:47.773/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.773/* OrderDetail@OID4:0v1 2024-05-03 05:10:47.773/* Product1@OID5:0v1 2024-05-03 05:10:47.773/* OrderDetail@OID6:0v1 2024-05-03 05:10:47.773/* BranchingTest_testCommitRemoveOrderDetail_subBranch[1]2024-05-03 05:10:47.773/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:47.773/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:47.773/2024-05-03 05:10:47.780 CDOResource@OID3:1v1("res") 2024-05-03 05:10:47.781/* OrderDetail@OID4:1v0->0v1 2024-05-03 05:10:47.773/2024-05-03 05:10:47.780 Product1@OID5:1v0->0v1 2024-05-03 05:10:47.773/2024-05-03 05:10:47.780 Product1@OID5:1v1 2024-05-03 05:10:47.781/* OrderDetail@OID6:1v0->0v1 2024-05-03 05:10:47.773/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:47.755/* CDOResourceFolder@OID2:0v1("BranchingTest_testCommitRemoveOrderDetail")2024-05-03 05:10:47.773/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:47.773/* OrderDetail@OID4:0v1 2024-05-03 05:10:47.773/* Product1@OID5:0v1 2024-05-03 05:10:47.773/* OrderDetail@OID6:0v1 2024-05-03 05:10:47.773/* BranchingTest_testCommitRemoveOrderDetail_subBranch[1]2024-05-03 05:10:47.773/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:47.773/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:47.773/2024-05-03 05:10:47.780 CDOResource@OID3:1v1("res") 2024-05-03 05:10:47.781/* OrderDetail@OID4:1v0->0v1 2024-05-03 05:10:47.773/2024-05-03 05:10:47.780 Product1@OID5:1v0->0v1 2024-05-03 05:10:47.773/2024-05-03 05:10:47.780 Product1@OID5:1v1 2024-05-03 05:10:47.781/* OrderDetail@OID6:1v0->0v1 2024-05-03 05:10:47.773/* ******************************************************* BranchingTest.testContainment [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* BranchingTest.testCreateBranch [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* BranchingTest.testCreateBranchDuplicate [MEM-branching, JVM, Legacy] ******************************************************* [ERROR] The branch MAIN/BranchingTest_testCreateBranchDuplicate_existing already exists org.eclipse.emf.cdo.common.branch.CDODuplicateBranchException: The branch MAIN/BranchingTest_testCreateBranchDuplicate_existing already exists at org.eclipse.emf.cdo.internal.server.Repository.checkDuplicateBranchBase(Repository.java:688) at org.eclipse.emf.cdo.internal.server.Repository.createBranch(Repository.java:549) at org.eclipse.emf.cdo.tests.config.impl.RepositoryConfig$6.createBranch(RepositoryConfig.java:755) at org.eclipse.emf.cdo.internal.common.branch.CDOBranchManagerImpl.createBranch(CDOBranchManagerImpl.java:364) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CreateBranchIndication.responding(CreateBranchIndication.java:51) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerIndication.responding(CDOServerIndication.java:162) at org.eclipse.net4j.signal.IndicationWithResponse.doExtendedOutput(IndicationWithResponse.java:100) at org.eclipse.net4j.signal.Signal.doOutput(Signal.java:407) at org.eclipse.net4j.signal.IndicationWithResponse.execute(IndicationWithResponse.java:74) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerWriteIndication.execute(CDOServerWriteIndication.java:34) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) ******************************************************* BranchingTest.testCreateBranchIllegalName [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* BranchingTest.testDeleteBranch [MEM-branching, JVM, Legacy] ******************************************************* [ERROR] Cannot invoke "java.util.concurrent.ConcurrentMap.values()" because "infos" is null java.lang.NullPointerException: Cannot invoke "java.util.concurrent.ConcurrentMap.values()" because "infos" is null at org.eclipse.emf.internal.cdo.session.CDOLockStateCacheImpl.remapOwner(CDOLockStateCacheImpl.java:356) at org.eclipse.emf.cdo.internal.net4j.protocol.LockOwnerRemappedNotificationIndication.indicating(LockOwnerRemappedNotificationIndication.java:40) at org.eclipse.emf.cdo.internal.net4j.protocol.CDOClientIndication.indicating(CDOClientIndication.java:77) at org.eclipse.net4j.signal.Indication.doExtendedInput(Indication.java:57) at org.eclipse.net4j.signal.Signal.doInput(Signal.java:434) at org.eclipse.net4j.signal.Indication.execute(Indication.java:51) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) ******************************************************* BranchingTest.testDetachExisting [MEM-branching, JVM, Legacy] ******************************************************* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:48.177/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:48.177/2024-05-03 05:10:48.192 CDOResource@OID1:0v2("/") 2024-05-03 05:10:48.193/* CDOResourceFolder@OID2:0v1("BranchingTest_testDetachExisting")2024-05-03 05:10:48.193/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:48.193/* Product1@OID4:0v1 2024-05-03 05:10:48.193/* OrderDetail@OID5:0v1 2024-05-03 05:10:48.193/* BranchingTest_testDetachExisting_subBranch[1] 2024-05-03 05:10:48.193/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:48.200/2024-05-03 05:10:48.201 CDOResource@OID3:1v2("res") 2024-05-03 05:10:48.202/* Product1@OID4:1v1 2024-05-03 05:10:48.200/2024-05-03 05:10:48.201 Product1@OID4:1v2 2024-05-03 05:10:48.202/* OrderDetail@OID5:1v1 2024-05-03 05:10:48.198/2024-05-03 05:10:48.199 OrderDetail@OID5:1v2d 2024-05-03 05:10:48.200/* OrderDetail@OID6:1v1 2024-05-03 05:10:48.202/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:48.177/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:48.177/2024-05-03 05:10:48.192 CDOResource@OID1:0v2("/") 2024-05-03 05:10:48.193/* CDOResourceFolder@OID2:0v1("BranchingTest_testDetachExisting")2024-05-03 05:10:48.193/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:48.193/* Product1@OID4:0v1 2024-05-03 05:10:48.193/* OrderDetail@OID5:0v1 2024-05-03 05:10:48.193/* BranchingTest_testDetachExisting_subBranch[1] 2024-05-03 05:10:48.193/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:48.193/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:48.193/2024-05-03 05:10:48.199 CDOResource@OID3:1v1("res") 2024-05-03 05:10:48.200/2024-05-03 05:10:48.201 CDOResource@OID3:1v2("res") 2024-05-03 05:10:48.202/* Product1@OID4:1v0->0v1 2024-05-03 05:10:48.193/2024-05-03 05:10:48.199 Product1@OID4:1v1 2024-05-03 05:10:48.200/2024-05-03 05:10:48.201 Product1@OID4:1v2 2024-05-03 05:10:48.202/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:48.193/2024-05-03 05:10:48.197 OrderDetail@OID5:1v1 2024-05-03 05:10:48.198/2024-05-03 05:10:48.199 OrderDetail@OID6:1v1 2024-05-03 05:10:48.202/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:48.177/* CDOResourceFolder@OID2:0v1("BranchingTest_testDetachExisting")2024-05-03 05:10:48.193/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:48.193/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:48.177/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:48.177/2024-05-03 05:10:48.192 CDOResource@OID1:0v2("/") 2024-05-03 05:10:48.193/* CDOResourceFolder@OID2:0v1("BranchingTest_testDetachExisting")2024-05-03 05:10:48.193/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:48.193/* Product1@OID4:0v1 2024-05-03 05:10:48.193/* OrderDetail@OID5:0v1 2024-05-03 05:10:48.193/* BranchingTest_testDetachExisting_subBranch[1] 2024-05-03 05:10:48.193/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:48.200/2024-05-03 05:10:48.201 CDOResource@OID3:1v2("res") 2024-05-03 05:10:48.202/* Product1@OID4:1v1 2024-05-03 05:10:48.200/2024-05-03 05:10:48.201 Product1@OID4:1v2 2024-05-03 05:10:48.202/* OrderDetail@OID5:1v1 2024-05-03 05:10:48.198/2024-05-03 05:10:48.199 OrderDetail@OID5:1v2d 2024-05-03 05:10:48.200/* OrderDetail@OID6:1v1 2024-05-03 05:10:48.202/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:48.177/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:48.177/2024-05-03 05:10:48.192 CDOResource@OID1:0v2("/") 2024-05-03 05:10:48.193/* CDOResourceFolder@OID2:0v1("BranchingTest_testDetachExisting")2024-05-03 05:10:48.193/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:48.193/* Product1@OID4:0v1 2024-05-03 05:10:48.193/* OrderDetail@OID5:0v1 2024-05-03 05:10:48.193/* BranchingTest_testDetachExisting_subBranch[1] 2024-05-03 05:10:48.193/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:48.193/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:48.193/2024-05-03 05:10:48.199 CDOResource@OID3:1v1("res") 2024-05-03 05:10:48.200/2024-05-03 05:10:48.201 CDOResource@OID3:1v2("res") 2024-05-03 05:10:48.202/* Product1@OID4:1v0->0v1 2024-05-03 05:10:48.193/2024-05-03 05:10:48.199 Product1@OID4:1v1 2024-05-03 05:10:48.200/2024-05-03 05:10:48.201 Product1@OID4:1v2 2024-05-03 05:10:48.202/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:48.193/2024-05-03 05:10:48.197 OrderDetail@OID5:1v1 2024-05-03 05:10:48.198/2024-05-03 05:10:48.199 OrderDetail@OID6:1v1 2024-05-03 05:10:48.202/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:48.177/* CDOResourceFolder@OID2:0v1("BranchingTest_testDetachExisting")2024-05-03 05:10:48.193/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:48.193/* Product1@OID4:0v1 2024-05-03 05:10:48.193/* OrderDetail@OID5:0v1 2024-05-03 05:10:48.193/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:48.177/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:48.177/2024-05-03 05:10:48.192 CDOResource@OID1:0v2("/") 2024-05-03 05:10:48.193/* CDOResourceFolder@OID2:0v1("BranchingTest_testDetachExisting")2024-05-03 05:10:48.193/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:48.193/* Product1@OID4:0v1 2024-05-03 05:10:48.193/* OrderDetail@OID5:0v1 2024-05-03 05:10:48.193/* BranchingTest_testDetachExisting_subBranch[1] 2024-05-03 05:10:48.193/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:48.200/2024-05-03 05:10:48.201 CDOResource@OID3:1v2("res") 2024-05-03 05:10:48.202/* Product1@OID4:1v1 2024-05-03 05:10:48.200/2024-05-03 05:10:48.201 Product1@OID4:1v2 2024-05-03 05:10:48.202/* OrderDetail@OID5:1v1 2024-05-03 05:10:48.198/2024-05-03 05:10:48.199 OrderDetail@OID5:1v2d 2024-05-03 05:10:48.200/* OrderDetail@OID6:1v1 2024-05-03 05:10:48.202/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:48.177/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:48.177/2024-05-03 05:10:48.192 CDOResource@OID1:0v2("/") 2024-05-03 05:10:48.193/* CDOResourceFolder@OID2:0v1("BranchingTest_testDetachExisting")2024-05-03 05:10:48.193/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:48.193/* Product1@OID4:0v1 2024-05-03 05:10:48.193/* OrderDetail@OID5:0v1 2024-05-03 05:10:48.193/* BranchingTest_testDetachExisting_subBranch[1] 2024-05-03 05:10:48.193/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:48.193/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:48.193/2024-05-03 05:10:48.199 CDOResource@OID3:1v1("res") 2024-05-03 05:10:48.200/2024-05-03 05:10:48.201 CDOResource@OID3:1v2("res") 2024-05-03 05:10:48.202/* Product1@OID4:1v0->0v1 2024-05-03 05:10:48.193/2024-05-03 05:10:48.199 Product1@OID4:1v1 2024-05-03 05:10:48.200/2024-05-03 05:10:48.201 Product1@OID4:1v2 2024-05-03 05:10:48.202/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:48.193/2024-05-03 05:10:48.197 OrderDetail@OID5:1v1 2024-05-03 05:10:48.198/2024-05-03 05:10:48.199 OrderDetail@OID6:1v1 2024-05-03 05:10:48.202/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:48.177/* CDOResourceFolder@OID2:0v1("BranchingTest_testDetachExisting")2024-05-03 05:10:48.193/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:48.193/* Product1@OID4:0v1 2024-05-03 05:10:48.193/* OrderDetail@OID5:0v1 2024-05-03 05:10:48.193/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:48.177/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:48.177/2024-05-03 05:10:48.192 CDOResource@OID1:0v2("/") 2024-05-03 05:10:48.193/* CDOResourceFolder@OID2:0v1("BranchingTest_testDetachExisting")2024-05-03 05:10:48.193/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:48.193/* Product1@OID4:0v1 2024-05-03 05:10:48.193/* OrderDetail@OID5:0v1 2024-05-03 05:10:48.193/* BranchingTest_testDetachExisting_subBranch[1] 2024-05-03 05:10:48.193/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:48.200/2024-05-03 05:10:48.201 CDOResource@OID3:1v2("res") 2024-05-03 05:10:48.202/* Product1@OID4:1v1 2024-05-03 05:10:48.200/2024-05-03 05:10:48.201 Product1@OID4:1v2 2024-05-03 05:10:48.202/* OrderDetail@OID5:1v1 2024-05-03 05:10:48.198/2024-05-03 05:10:48.199 OrderDetail@OID5:1v2d 2024-05-03 05:10:48.200/* OrderDetail@OID6:1v1 2024-05-03 05:10:48.202/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:48.177/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:48.177/2024-05-03 05:10:48.192 CDOResource@OID1:0v2("/") 2024-05-03 05:10:48.193/* CDOResourceFolder@OID2:0v1("BranchingTest_testDetachExisting")2024-05-03 05:10:48.193/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:48.193/* Product1@OID4:0v1 2024-05-03 05:10:48.193/* OrderDetail@OID5:0v1 2024-05-03 05:10:48.193/* BranchingTest_testDetachExisting_subBranch[1] 2024-05-03 05:10:48.193/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:48.193/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:48.193/2024-05-03 05:10:48.199 CDOResource@OID3:1v1("res") 2024-05-03 05:10:48.200/2024-05-03 05:10:48.201 CDOResource@OID3:1v2("res") 2024-05-03 05:10:48.202/* Product1@OID4:1v0->0v1 2024-05-03 05:10:48.193/2024-05-03 05:10:48.199 Product1@OID4:1v1 2024-05-03 05:10:48.200/2024-05-03 05:10:48.201 Product1@OID4:1v2 2024-05-03 05:10:48.202/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:48.193/2024-05-03 05:10:48.197 OrderDetail@OID5:1v1 2024-05-03 05:10:48.198/2024-05-03 05:10:48.199 OrderDetail@OID6:1v1 2024-05-03 05:10:48.202/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:48.177/* CDOResourceFolder@OID2:0v1("BranchingTest_testDetachExisting")2024-05-03 05:10:48.193/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:48.193/* Product1@OID4:0v1 2024-05-03 05:10:48.193/* OrderDetail@OID5:0v1 2024-05-03 05:10:48.193/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:48.177/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:48.177/2024-05-03 05:10:48.192 CDOResource@OID1:0v2("/") 2024-05-03 05:10:48.193/* CDOResourceFolder@OID2:0v1("BranchingTest_testDetachExisting")2024-05-03 05:10:48.193/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:48.193/* Product1@OID4:0v1 2024-05-03 05:10:48.193/* OrderDetail@OID5:0v1 2024-05-03 05:10:48.193/* BranchingTest_testDetachExisting_subBranch[1] 2024-05-03 05:10:48.193/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:48.200/2024-05-03 05:10:48.201 CDOResource@OID3:1v2("res") 2024-05-03 05:10:48.202/* Product1@OID4:1v1 2024-05-03 05:10:48.200/2024-05-03 05:10:48.201 Product1@OID4:1v2 2024-05-03 05:10:48.202/* OrderDetail@OID5:1v1 2024-05-03 05:10:48.198/2024-05-03 05:10:48.199 OrderDetail@OID5:1v2d 2024-05-03 05:10:48.200/* OrderDetail@OID6:1v1 2024-05-03 05:10:48.202/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:48.177/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:48.177/2024-05-03 05:10:48.192 CDOResource@OID1:0v2("/") 2024-05-03 05:10:48.193/* CDOResourceFolder@OID2:0v1("BranchingTest_testDetachExisting")2024-05-03 05:10:48.193/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:48.193/* Product1@OID4:0v1 2024-05-03 05:10:48.193/* OrderDetail@OID5:0v1 2024-05-03 05:10:48.193/* BranchingTest_testDetachExisting_subBranch[1] 2024-05-03 05:10:48.193/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:48.193/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:48.193/2024-05-03 05:10:48.199 CDOResource@OID3:1v1("res") 2024-05-03 05:10:48.200/2024-05-03 05:10:48.201 CDOResource@OID3:1v2("res") 2024-05-03 05:10:48.202/* Product1@OID4:1v0->0v1 2024-05-03 05:10:48.193/2024-05-03 05:10:48.199 Product1@OID4:1v1 2024-05-03 05:10:48.200/2024-05-03 05:10:48.201 Product1@OID4:1v2 2024-05-03 05:10:48.202/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:48.193/2024-05-03 05:10:48.197 OrderDetail@OID5:1v1 2024-05-03 05:10:48.198/2024-05-03 05:10:48.199 OrderDetail@OID6:1v1 2024-05-03 05:10:48.202/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:48.177/* CDOResourceFolder@OID2:0v1("BranchingTest_testDetachExisting")2024-05-03 05:10:48.193/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:48.193/* Product1@OID4:0v1 2024-05-03 05:10:48.193/* OrderDetail@OID5:0v1 2024-05-03 05:10:48.193/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:48.177/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:48.177/2024-05-03 05:10:48.192 CDOResource@OID1:0v2("/") 2024-05-03 05:10:48.193/* CDOResourceFolder@OID2:0v1("BranchingTest_testDetachExisting")2024-05-03 05:10:48.193/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:48.193/* Product1@OID4:0v1 2024-05-03 05:10:48.193/* OrderDetail@OID5:0v1 2024-05-03 05:10:48.193/* BranchingTest_testDetachExisting_subBranch[1] 2024-05-03 05:10:48.193/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:48.200/2024-05-03 05:10:48.201 CDOResource@OID3:1v2("res") 2024-05-03 05:10:48.202/* Product1@OID4:1v1 2024-05-03 05:10:48.200/2024-05-03 05:10:48.201 Product1@OID4:1v2 2024-05-03 05:10:48.202/* OrderDetail@OID5:1v1 2024-05-03 05:10:48.198/2024-05-03 05:10:48.199 OrderDetail@OID5:1v2d 2024-05-03 05:10:48.200/* OrderDetail@OID6:1v1 2024-05-03 05:10:48.202/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:48.177/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:48.177/2024-05-03 05:10:48.192 CDOResource@OID1:0v2("/") 2024-05-03 05:10:48.193/* CDOResourceFolder@OID2:0v1("BranchingTest_testDetachExisting")2024-05-03 05:10:48.193/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:48.193/* Product1@OID4:0v1 2024-05-03 05:10:48.193/* OrderDetail@OID5:0v1 2024-05-03 05:10:48.193/* BranchingTest_testDetachExisting_subBranch[1] 2024-05-03 05:10:48.193/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:48.193/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:48.193/2024-05-03 05:10:48.199 CDOResource@OID3:1v1("res") 2024-05-03 05:10:48.200/2024-05-03 05:10:48.201 CDOResource@OID3:1v2("res") 2024-05-03 05:10:48.202/* Product1@OID4:1v0->0v1 2024-05-03 05:10:48.193/2024-05-03 05:10:48.199 Product1@OID4:1v1 2024-05-03 05:10:48.200/2024-05-03 05:10:48.201 Product1@OID4:1v2 2024-05-03 05:10:48.202/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:48.193/2024-05-03 05:10:48.197 OrderDetail@OID5:1v1 2024-05-03 05:10:48.198/2024-05-03 05:10:48.199 OrderDetail@OID6:1v1 2024-05-03 05:10:48.202/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:48.177/* CDOResourceFolder@OID2:0v1("BranchingTest_testDetachExisting")2024-05-03 05:10:48.193/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:48.193/* Product1@OID4:0v1 2024-05-03 05:10:48.193/* OrderDetail@OID5:0v1 2024-05-03 05:10:48.193/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:48.177/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:48.177/2024-05-03 05:10:48.192 CDOResource@OID1:0v2("/") 2024-05-03 05:10:48.193/* CDOResourceFolder@OID2:0v1("BranchingTest_testDetachExisting")2024-05-03 05:10:48.193/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:48.193/* Product1@OID4:0v1 2024-05-03 05:10:48.193/* OrderDetail@OID5:0v1 2024-05-03 05:10:48.193/* BranchingTest_testDetachExisting_subBranch[1] 2024-05-03 05:10:48.193/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:48.200/2024-05-03 05:10:48.201 CDOResource@OID3:1v2("res") 2024-05-03 05:10:48.202/* Product1@OID4:1v1 2024-05-03 05:10:48.200/2024-05-03 05:10:48.201 Product1@OID4:1v2 2024-05-03 05:10:48.202/* OrderDetail@OID5:1v1 2024-05-03 05:10:48.198/2024-05-03 05:10:48.199 OrderDetail@OID5:1v2d 2024-05-03 05:10:48.200/* OrderDetail@OID6:1v1 2024-05-03 05:10:48.202/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:48.177/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:48.177/2024-05-03 05:10:48.192 CDOResource@OID1:0v2("/") 2024-05-03 05:10:48.193/* CDOResourceFolder@OID2:0v1("BranchingTest_testDetachExisting")2024-05-03 05:10:48.193/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:48.193/* Product1@OID4:0v1 2024-05-03 05:10:48.193/* OrderDetail@OID5:0v1 2024-05-03 05:10:48.193/* BranchingTest_testDetachExisting_subBranch[1] 2024-05-03 05:10:48.193/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:48.193/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:48.193/2024-05-03 05:10:48.199 CDOResource@OID3:1v1("res") 2024-05-03 05:10:48.200/2024-05-03 05:10:48.201 CDOResource@OID3:1v2("res") 2024-05-03 05:10:48.202/* Product1@OID4:1v0->0v1 2024-05-03 05:10:48.193/2024-05-03 05:10:48.199 Product1@OID4:1v1 2024-05-03 05:10:48.200/2024-05-03 05:10:48.201 Product1@OID4:1v2 2024-05-03 05:10:48.202/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:48.193/2024-05-03 05:10:48.197 OrderDetail@OID5:1v1 2024-05-03 05:10:48.198/2024-05-03 05:10:48.199 OrderDetail@OID6:1v1 2024-05-03 05:10:48.202/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:48.177/* CDOResourceFolder@OID2:0v1("BranchingTest_testDetachExisting")2024-05-03 05:10:48.193/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:48.193/* Product1@OID4:0v1 2024-05-03 05:10:48.193/* OrderDetail@OID5:0v1 2024-05-03 05:10:48.193/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:48.177/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:48.177/2024-05-03 05:10:48.192 CDOResource@OID1:0v2("/") 2024-05-03 05:10:48.193/* CDOResourceFolder@OID2:0v1("BranchingTest_testDetachExisting")2024-05-03 05:10:48.193/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:48.193/* Product1@OID4:0v1 2024-05-03 05:10:48.193/* OrderDetail@OID5:0v1 2024-05-03 05:10:48.193/* BranchingTest_testDetachExisting_subBranch[1] 2024-05-03 05:10:48.193/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:48.200/2024-05-03 05:10:48.201 CDOResource@OID3:1v2("res") 2024-05-03 05:10:48.202/* Product1@OID4:1v1 2024-05-03 05:10:48.200/2024-05-03 05:10:48.201 Product1@OID4:1v2 2024-05-03 05:10:48.202/* OrderDetail@OID5:1v1 2024-05-03 05:10:48.198/2024-05-03 05:10:48.199 OrderDetail@OID5:1v2d 2024-05-03 05:10:48.200/* OrderDetail@OID6:1v1 2024-05-03 05:10:48.202/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:48.177/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:48.177/2024-05-03 05:10:48.192 CDOResource@OID1:0v2("/") 2024-05-03 05:10:48.193/* CDOResourceFolder@OID2:0v1("BranchingTest_testDetachExisting")2024-05-03 05:10:48.193/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:48.193/* Product1@OID4:0v1 2024-05-03 05:10:48.193/* OrderDetail@OID5:0v1 2024-05-03 05:10:48.193/* BranchingTest_testDetachExisting_subBranch[1] 2024-05-03 05:10:48.193/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:48.193/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:48.193/2024-05-03 05:10:48.199 CDOResource@OID3:1v1("res") 2024-05-03 05:10:48.200/2024-05-03 05:10:48.201 CDOResource@OID3:1v2("res") 2024-05-03 05:10:48.202/* Product1@OID4:1v0->0v1 2024-05-03 05:10:48.193/2024-05-03 05:10:48.199 Product1@OID4:1v1 2024-05-03 05:10:48.200/2024-05-03 05:10:48.201 Product1@OID4:1v2 2024-05-03 05:10:48.202/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:48.193/2024-05-03 05:10:48.197 OrderDetail@OID5:1v1 2024-05-03 05:10:48.198/2024-05-03 05:10:48.199 OrderDetail@OID6:1v1 2024-05-03 05:10:48.202/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:48.177/* CDOResourceFolder@OID2:0v1("BranchingTest_testDetachExisting")2024-05-03 05:10:48.193/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:48.193/* Product1@OID4:0v1 2024-05-03 05:10:48.193/* OrderDetail@OID5:0v1 2024-05-03 05:10:48.193/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:48.177/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:48.177/2024-05-03 05:10:48.192 CDOResource@OID1:0v2("/") 2024-05-03 05:10:48.193/* CDOResourceFolder@OID2:0v1("BranchingTest_testDetachExisting")2024-05-03 05:10:48.193/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:48.193/* Product1@OID4:0v1 2024-05-03 05:10:48.193/* OrderDetail@OID5:0v1 2024-05-03 05:10:48.193/* BranchingTest_testDetachExisting_subBranch[1] 2024-05-03 05:10:48.193/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:48.200/2024-05-03 05:10:48.201 CDOResource@OID3:1v2("res") 2024-05-03 05:10:48.202/* Product1@OID4:1v1 2024-05-03 05:10:48.200/2024-05-03 05:10:48.201 Product1@OID4:1v2 2024-05-03 05:10:48.202/* OrderDetail@OID5:1v1 2024-05-03 05:10:48.198/2024-05-03 05:10:48.199 OrderDetail@OID5:1v2d 2024-05-03 05:10:48.200/* OrderDetail@OID6:1v1 2024-05-03 05:10:48.202/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:48.177/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:48.177/2024-05-03 05:10:48.192 CDOResource@OID1:0v2("/") 2024-05-03 05:10:48.193/* CDOResourceFolder@OID2:0v1("BranchingTest_testDetachExisting")2024-05-03 05:10:48.193/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:48.193/* Product1@OID4:0v1 2024-05-03 05:10:48.193/* OrderDetail@OID5:0v1 2024-05-03 05:10:48.193/* BranchingTest_testDetachExisting_subBranch[1] 2024-05-03 05:10:48.193/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:48.193/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:48.193/2024-05-03 05:10:48.199 CDOResource@OID3:1v1("res") 2024-05-03 05:10:48.200/2024-05-03 05:10:48.201 CDOResource@OID3:1v2("res") 2024-05-03 05:10:48.202/* Product1@OID4:1v0->0v1 2024-05-03 05:10:48.193/2024-05-03 05:10:48.199 Product1@OID4:1v1 2024-05-03 05:10:48.200/2024-05-03 05:10:48.201 Product1@OID4:1v2 2024-05-03 05:10:48.202/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:48.193/2024-05-03 05:10:48.197 OrderDetail@OID5:1v1 2024-05-03 05:10:48.198/2024-05-03 05:10:48.199 OrderDetail@OID6:1v1 2024-05-03 05:10:48.202/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:48.177/* CDOResourceFolder@OID2:0v1("BranchingTest_testDetachExisting")2024-05-03 05:10:48.193/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:48.193/* Product1@OID4:0v1 2024-05-03 05:10:48.193/* OrderDetail@OID5:0v1 2024-05-03 05:10:48.193/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:48.177/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:48.177/2024-05-03 05:10:48.192 CDOResource@OID1:0v2("/") 2024-05-03 05:10:48.193/* CDOResourceFolder@OID2:0v1("BranchingTest_testDetachExisting")2024-05-03 05:10:48.193/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:48.193/* Product1@OID4:0v1 2024-05-03 05:10:48.193/* OrderDetail@OID5:0v1 2024-05-03 05:10:48.193/* BranchingTest_testDetachExisting_subBranch[1] 2024-05-03 05:10:48.193/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:48.200/2024-05-03 05:10:48.201 CDOResource@OID3:1v2("res") 2024-05-03 05:10:48.202/* Product1@OID4:1v1 2024-05-03 05:10:48.200/2024-05-03 05:10:48.201 Product1@OID4:1v2 2024-05-03 05:10:48.202/* OrderDetail@OID5:1v1 2024-05-03 05:10:48.198/2024-05-03 05:10:48.199 OrderDetail@OID5:1v2d 2024-05-03 05:10:48.200/* OrderDetail@OID6:1v1 2024-05-03 05:10:48.202/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:48.177/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:48.177/2024-05-03 05:10:48.192 CDOResource@OID1:0v2("/") 2024-05-03 05:10:48.193/* CDOResourceFolder@OID2:0v1("BranchingTest_testDetachExisting")2024-05-03 05:10:48.193/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:48.193/* Product1@OID4:0v1 2024-05-03 05:10:48.193/* OrderDetail@OID5:0v1 2024-05-03 05:10:48.193/* BranchingTest_testDetachExisting_subBranch[1] 2024-05-03 05:10:48.193/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:48.193/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:48.193/2024-05-03 05:10:48.199 CDOResource@OID3:1v1("res") 2024-05-03 05:10:48.200/2024-05-03 05:10:48.201 CDOResource@OID3:1v2("res") 2024-05-03 05:10:48.202/* Product1@OID4:1v0->0v1 2024-05-03 05:10:48.193/2024-05-03 05:10:48.199 Product1@OID4:1v1 2024-05-03 05:10:48.200/2024-05-03 05:10:48.201 Product1@OID4:1v2 2024-05-03 05:10:48.202/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:48.193/2024-05-03 05:10:48.197 OrderDetail@OID5:1v1 2024-05-03 05:10:48.198/2024-05-03 05:10:48.199 OrderDetail@OID6:1v1 2024-05-03 05:10:48.202/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:48.177/* CDOResourceFolder@OID2:0v1("BranchingTest_testDetachExisting")2024-05-03 05:10:48.193/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:48.193/* Product1@OID4:0v1 2024-05-03 05:10:48.193/* OrderDetail@OID5:0v1 2024-05-03 05:10:48.193/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:48.177/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:48.177/2024-05-03 05:10:48.192 CDOResource@OID1:0v2("/") 2024-05-03 05:10:48.193/* CDOResourceFolder@OID2:0v1("BranchingTest_testDetachExisting")2024-05-03 05:10:48.193/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:48.193/* Product1@OID4:0v1 2024-05-03 05:10:48.193/* OrderDetail@OID5:0v1 2024-05-03 05:10:48.193/* BranchingTest_testDetachExisting_subBranch[1] 2024-05-03 05:10:48.193/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:48.200/2024-05-03 05:10:48.201 CDOResource@OID3:1v2("res") 2024-05-03 05:10:48.202/* Product1@OID4:1v1 2024-05-03 05:10:48.200/2024-05-03 05:10:48.201 Product1@OID4:1v2 2024-05-03 05:10:48.202/* OrderDetail@OID5:1v1 2024-05-03 05:10:48.198/2024-05-03 05:10:48.199 OrderDetail@OID5:1v2d 2024-05-03 05:10:48.200/* OrderDetail@OID6:1v1 2024-05-03 05:10:48.202/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:48.177/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:48.177/2024-05-03 05:10:48.192 CDOResource@OID1:0v2("/") 2024-05-03 05:10:48.193/* CDOResourceFolder@OID2:0v1("BranchingTest_testDetachExisting")2024-05-03 05:10:48.193/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:48.193/* Product1@OID4:0v1 2024-05-03 05:10:48.193/* OrderDetail@OID5:0v1 2024-05-03 05:10:48.193/* BranchingTest_testDetachExisting_subBranch[1] 2024-05-03 05:10:48.193/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:48.193/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:48.193/2024-05-03 05:10:48.199 CDOResource@OID3:1v1("res") 2024-05-03 05:10:48.200/2024-05-03 05:10:48.201 CDOResource@OID3:1v2("res") 2024-05-03 05:10:48.202/* Product1@OID4:1v0->0v1 2024-05-03 05:10:48.193/2024-05-03 05:10:48.199 Product1@OID4:1v1 2024-05-03 05:10:48.200/2024-05-03 05:10:48.201 Product1@OID4:1v2 2024-05-03 05:10:48.202/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:48.193/2024-05-03 05:10:48.197 OrderDetail@OID5:1v1 2024-05-03 05:10:48.198/2024-05-03 05:10:48.199 OrderDetail@OID6:1v1 2024-05-03 05:10:48.202/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:48.177/* CDOResourceFolder@OID2:0v1("BranchingTest_testDetachExisting")2024-05-03 05:10:48.193/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:48.193/* Product1@OID4:0v1 2024-05-03 05:10:48.193/* OrderDetail@OID5:0v1 2024-05-03 05:10:48.193/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:48.177/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:48.177/2024-05-03 05:10:48.192 CDOResource@OID1:0v2("/") 2024-05-03 05:10:48.193/* CDOResourceFolder@OID2:0v1("BranchingTest_testDetachExisting")2024-05-03 05:10:48.193/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:48.193/* Product1@OID4:0v1 2024-05-03 05:10:48.193/* OrderDetail@OID5:0v1 2024-05-03 05:10:48.193/* BranchingTest_testDetachExisting_subBranch[1] 2024-05-03 05:10:48.193/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:48.200/2024-05-03 05:10:48.201 CDOResource@OID3:1v2("res") 2024-05-03 05:10:48.202/* Product1@OID4:1v1 2024-05-03 05:10:48.200/2024-05-03 05:10:48.201 Product1@OID4:1v2 2024-05-03 05:10:48.202/* OrderDetail@OID5:1v1 2024-05-03 05:10:48.198/2024-05-03 05:10:48.199 OrderDetail@OID5:1v2d 2024-05-03 05:10:48.200/* OrderDetail@OID6:1v1 2024-05-03 05:10:48.202/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:48.177/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:48.177/2024-05-03 05:10:48.192 CDOResource@OID1:0v2("/") 2024-05-03 05:10:48.193/* CDOResourceFolder@OID2:0v1("BranchingTest_testDetachExisting")2024-05-03 05:10:48.193/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:48.193/* Product1@OID4:0v1 2024-05-03 05:10:48.193/* OrderDetail@OID5:0v1 2024-05-03 05:10:48.193/* BranchingTest_testDetachExisting_subBranch[1] 2024-05-03 05:10:48.193/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:48.193/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:48.193/2024-05-03 05:10:48.199 CDOResource@OID3:1v1("res") 2024-05-03 05:10:48.200/2024-05-03 05:10:48.201 CDOResource@OID3:1v2("res") 2024-05-03 05:10:48.202/* Product1@OID4:1v0->0v1 2024-05-03 05:10:48.193/2024-05-03 05:10:48.199 Product1@OID4:1v1 2024-05-03 05:10:48.200/2024-05-03 05:10:48.201 Product1@OID4:1v2 2024-05-03 05:10:48.202/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:48.193/2024-05-03 05:10:48.197 OrderDetail@OID5:1v1 2024-05-03 05:10:48.198/2024-05-03 05:10:48.199 OrderDetail@OID6:1v1 2024-05-03 05:10:48.202/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:48.177/* CDOResourceFolder@OID2:0v1("BranchingTest_testDetachExisting")2024-05-03 05:10:48.193/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:48.193/* Product1@OID4:0v1 2024-05-03 05:10:48.193/* OrderDetail@OID5:0v1 2024-05-03 05:10:48.193/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:48.177/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:48.177/2024-05-03 05:10:48.192 CDOResource@OID1:0v2("/") 2024-05-03 05:10:48.193/* CDOResourceFolder@OID2:0v1("BranchingTest_testDetachExisting")2024-05-03 05:10:48.193/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:48.193/* Product1@OID4:0v1 2024-05-03 05:10:48.193/* OrderDetail@OID5:0v1 2024-05-03 05:10:48.193/* BranchingTest_testDetachExisting_subBranch[1] 2024-05-03 05:10:48.193/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:48.200/2024-05-03 05:10:48.201 CDOResource@OID3:1v2("res") 2024-05-03 05:10:48.202/* Product1@OID4:1v1 2024-05-03 05:10:48.200/2024-05-03 05:10:48.201 Product1@OID4:1v2 2024-05-03 05:10:48.202/* OrderDetail@OID5:1v1 2024-05-03 05:10:48.198/2024-05-03 05:10:48.199 OrderDetail@OID5:1v2d 2024-05-03 05:10:48.200/* OrderDetail@OID6:1v1 2024-05-03 05:10:48.202/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:48.177/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:48.177/2024-05-03 05:10:48.192 CDOResource@OID1:0v2("/") 2024-05-03 05:10:48.193/* CDOResourceFolder@OID2:0v1("BranchingTest_testDetachExisting")2024-05-03 05:10:48.193/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:48.193/* Product1@OID4:0v1 2024-05-03 05:10:48.193/* OrderDetail@OID5:0v1 2024-05-03 05:10:48.193/* BranchingTest_testDetachExisting_subBranch[1] 2024-05-03 05:10:48.193/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:48.193/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:48.193/2024-05-03 05:10:48.199 CDOResource@OID3:1v1("res") 2024-05-03 05:10:48.200/2024-05-03 05:10:48.201 CDOResource@OID3:1v2("res") 2024-05-03 05:10:48.202/* Product1@OID4:1v0->0v1 2024-05-03 05:10:48.193/2024-05-03 05:10:48.199 Product1@OID4:1v1 2024-05-03 05:10:48.200/2024-05-03 05:10:48.201 Product1@OID4:1v2 2024-05-03 05:10:48.202/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:48.193/2024-05-03 05:10:48.197 OrderDetail@OID5:1v1 2024-05-03 05:10:48.198/2024-05-03 05:10:48.199 OrderDetail@OID6:1v1 2024-05-03 05:10:48.202/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:48.177/* CDOResourceFolder@OID2:0v1("BranchingTest_testDetachExisting")2024-05-03 05:10:48.193/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:48.193/* Product1@OID4:0v1 2024-05-03 05:10:48.193/* OrderDetail@OID5:0v1 2024-05-03 05:10:48.193/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:48.177/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:48.177/2024-05-03 05:10:48.192 CDOResource@OID1:0v2("/") 2024-05-03 05:10:48.193/* CDOResourceFolder@OID2:0v1("BranchingTest_testDetachExisting")2024-05-03 05:10:48.193/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:48.193/* Product1@OID4:0v1 2024-05-03 05:10:48.193/* OrderDetail@OID5:0v1 2024-05-03 05:10:48.193/* BranchingTest_testDetachExisting_subBranch[1] 2024-05-03 05:10:48.193/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:48.200/2024-05-03 05:10:48.201 CDOResource@OID3:1v2("res") 2024-05-03 05:10:48.202/* Product1@OID4:1v1 2024-05-03 05:10:48.200/2024-05-03 05:10:48.201 Product1@OID4:1v2 2024-05-03 05:10:48.202/* OrderDetail@OID5:1v1 2024-05-03 05:10:48.198/2024-05-03 05:10:48.199 OrderDetail@OID5:1v2d 2024-05-03 05:10:48.200/* OrderDetail@OID6:1v1 2024-05-03 05:10:48.202/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:48.177/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:48.177/2024-05-03 05:10:48.192 CDOResource@OID1:0v2("/") 2024-05-03 05:10:48.193/* CDOResourceFolder@OID2:0v1("BranchingTest_testDetachExisting")2024-05-03 05:10:48.193/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:48.193/* Product1@OID4:0v1 2024-05-03 05:10:48.193/* OrderDetail@OID5:0v1 2024-05-03 05:10:48.193/* BranchingTest_testDetachExisting_subBranch[1] 2024-05-03 05:10:48.193/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:48.193/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:48.193/2024-05-03 05:10:48.199 CDOResource@OID3:1v1("res") 2024-05-03 05:10:48.200/2024-05-03 05:10:48.201 CDOResource@OID3:1v2("res") 2024-05-03 05:10:48.202/* Product1@OID4:1v0->0v1 2024-05-03 05:10:48.193/2024-05-03 05:10:48.199 Product1@OID4:1v1 2024-05-03 05:10:48.200/2024-05-03 05:10:48.201 Product1@OID4:1v2 2024-05-03 05:10:48.202/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:48.193/2024-05-03 05:10:48.197 OrderDetail@OID5:1v1 2024-05-03 05:10:48.198/2024-05-03 05:10:48.199 OrderDetail@OID6:1v1 2024-05-03 05:10:48.202/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:48.177/* CDOResourceFolder@OID2:0v1("BranchingTest_testDetachExisting")2024-05-03 05:10:48.193/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:48.193/* Product1@OID4:0v1 2024-05-03 05:10:48.193/* OrderDetail@OID5:0v1 2024-05-03 05:10:48.193/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:48.177/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:48.177/2024-05-03 05:10:48.192 CDOResource@OID1:0v2("/") 2024-05-03 05:10:48.193/* CDOResourceFolder@OID2:0v1("BranchingTest_testDetachExisting")2024-05-03 05:10:48.193/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:48.193/* Product1@OID4:0v1 2024-05-03 05:10:48.193/* OrderDetail@OID5:0v1 2024-05-03 05:10:48.193/* BranchingTest_testDetachExisting_subBranch[1] 2024-05-03 05:10:48.193/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:48.200/2024-05-03 05:10:48.201 CDOResource@OID3:1v2("res") 2024-05-03 05:10:48.202/* Product1@OID4:1v1 2024-05-03 05:10:48.200/2024-05-03 05:10:48.201 Product1@OID4:1v2 2024-05-03 05:10:48.202/* OrderDetail@OID5:1v1 2024-05-03 05:10:48.198/2024-05-03 05:10:48.199 OrderDetail@OID5:1v2d 2024-05-03 05:10:48.200/* OrderDetail@OID6:1v1 2024-05-03 05:10:48.202/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:48.177/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:48.177/2024-05-03 05:10:48.192 CDOResource@OID1:0v2("/") 2024-05-03 05:10:48.193/* CDOResourceFolder@OID2:0v1("BranchingTest_testDetachExisting")2024-05-03 05:10:48.193/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:48.193/* Product1@OID4:0v1 2024-05-03 05:10:48.193/* OrderDetail@OID5:0v1 2024-05-03 05:10:48.193/* BranchingTest_testDetachExisting_subBranch[1] 2024-05-03 05:10:48.193/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:48.193/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:48.193/2024-05-03 05:10:48.199 CDOResource@OID3:1v1("res") 2024-05-03 05:10:48.200/2024-05-03 05:10:48.201 CDOResource@OID3:1v2("res") 2024-05-03 05:10:48.202/* Product1@OID4:1v0->0v1 2024-05-03 05:10:48.193/2024-05-03 05:10:48.199 Product1@OID4:1v1 2024-05-03 05:10:48.200/2024-05-03 05:10:48.201 Product1@OID4:1v2 2024-05-03 05:10:48.202/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:48.193/2024-05-03 05:10:48.197 OrderDetail@OID5:1v1 2024-05-03 05:10:48.198/2024-05-03 05:10:48.199 OrderDetail@OID6:1v1 2024-05-03 05:10:48.202/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:48.177/* CDOResourceFolder@OID2:0v1("BranchingTest_testDetachExisting")2024-05-03 05:10:48.193/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:48.193/* Product1@OID4:0v1 2024-05-03 05:10:48.193/* OrderDetail@OID5:0v1 2024-05-03 05:10:48.193/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:48.177/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:48.177/2024-05-03 05:10:48.192 CDOResource@OID1:0v2("/") 2024-05-03 05:10:48.193/* CDOResourceFolder@OID2:0v1("BranchingTest_testDetachExisting")2024-05-03 05:10:48.193/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:48.193/* Product1@OID4:0v1 2024-05-03 05:10:48.193/* OrderDetail@OID5:0v1 2024-05-03 05:10:48.193/* BranchingTest_testDetachExisting_subBranch[1] 2024-05-03 05:10:48.193/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:48.200/2024-05-03 05:10:48.201 CDOResource@OID3:1v2("res") 2024-05-03 05:10:48.202/* Product1@OID4:1v1 2024-05-03 05:10:48.200/2024-05-03 05:10:48.201 Product1@OID4:1v2 2024-05-03 05:10:48.202/* OrderDetail@OID5:1v1 2024-05-03 05:10:48.198/2024-05-03 05:10:48.199 OrderDetail@OID5:1v2d 2024-05-03 05:10:48.200/* OrderDetail@OID6:1v1 2024-05-03 05:10:48.202/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:48.177/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:48.177/2024-05-03 05:10:48.192 CDOResource@OID1:0v2("/") 2024-05-03 05:10:48.193/* CDOResourceFolder@OID2:0v1("BranchingTest_testDetachExisting")2024-05-03 05:10:48.193/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:48.193/* Product1@OID4:0v1 2024-05-03 05:10:48.193/* OrderDetail@OID5:0v1 2024-05-03 05:10:48.193/* BranchingTest_testDetachExisting_subBranch[1] 2024-05-03 05:10:48.193/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:48.193/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:48.193/2024-05-03 05:10:48.199 CDOResource@OID3:1v1("res") 2024-05-03 05:10:48.200/2024-05-03 05:10:48.201 CDOResource@OID3:1v2("res") 2024-05-03 05:10:48.202/* Product1@OID4:1v0->0v1 2024-05-03 05:10:48.193/2024-05-03 05:10:48.199 Product1@OID4:1v1 2024-05-03 05:10:48.200/2024-05-03 05:10:48.201 Product1@OID4:1v2 2024-05-03 05:10:48.202/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:48.193/2024-05-03 05:10:48.197 OrderDetail@OID5:1v1 2024-05-03 05:10:48.198/2024-05-03 05:10:48.199 OrderDetail@OID6:1v1 2024-05-03 05:10:48.202/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:48.177/* CDOResourceFolder@OID2:0v1("BranchingTest_testDetachExisting")2024-05-03 05:10:48.193/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:48.193/* Product1@OID4:0v1 2024-05-03 05:10:48.193/* OrderDetail@OID5:0v1 2024-05-03 05:10:48.193/* BranchingTest_testDetachExisting_subBranch[1] 2024-05-03 05:10:48.193/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:48.193/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:48.193/2024-05-03 05:10:48.199 MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:48.177/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:48.177/2024-05-03 05:10:48.192 CDOResource@OID1:0v2("/") 2024-05-03 05:10:48.193/* CDOResourceFolder@OID2:0v1("BranchingTest_testDetachExisting")2024-05-03 05:10:48.193/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:48.193/* Product1@OID4:0v1 2024-05-03 05:10:48.193/* OrderDetail@OID5:0v1 2024-05-03 05:10:48.193/* BranchingTest_testDetachExisting_subBranch[1] 2024-05-03 05:10:48.193/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:48.200/2024-05-03 05:10:48.201 CDOResource@OID3:1v2("res") 2024-05-03 05:10:48.202/* Product1@OID4:1v1 2024-05-03 05:10:48.200/2024-05-03 05:10:48.201 Product1@OID4:1v2 2024-05-03 05:10:48.202/* OrderDetail@OID5:1v1 2024-05-03 05:10:48.198/2024-05-03 05:10:48.199 OrderDetail@OID5:1v2d 2024-05-03 05:10:48.200/* OrderDetail@OID6:1v1 2024-05-03 05:10:48.202/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:48.177/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:48.177/2024-05-03 05:10:48.192 CDOResource@OID1:0v2("/") 2024-05-03 05:10:48.193/* CDOResourceFolder@OID2:0v1("BranchingTest_testDetachExisting")2024-05-03 05:10:48.193/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:48.193/* Product1@OID4:0v1 2024-05-03 05:10:48.193/* OrderDetail@OID5:0v1 2024-05-03 05:10:48.193/* BranchingTest_testDetachExisting_subBranch[1] 2024-05-03 05:10:48.193/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:48.193/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:48.193/2024-05-03 05:10:48.199 CDOResource@OID3:1v1("res") 2024-05-03 05:10:48.200/2024-05-03 05:10:48.201 CDOResource@OID3:1v2("res") 2024-05-03 05:10:48.202/* Product1@OID4:1v0->0v1 2024-05-03 05:10:48.193/2024-05-03 05:10:48.199 Product1@OID4:1v1 2024-05-03 05:10:48.200/2024-05-03 05:10:48.201 Product1@OID4:1v2 2024-05-03 05:10:48.202/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:48.193/2024-05-03 05:10:48.197 OrderDetail@OID5:1v1 2024-05-03 05:10:48.198/2024-05-03 05:10:48.199 OrderDetail@OID6:1v1 2024-05-03 05:10:48.202/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:48.177/* CDOResourceFolder@OID2:0v1("BranchingTest_testDetachExisting")2024-05-03 05:10:48.193/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:48.193/* Product1@OID4:0v1 2024-05-03 05:10:48.193/* OrderDetail@OID5:0v1 2024-05-03 05:10:48.193/* BranchingTest_testDetachExisting_subBranch[1] 2024-05-03 05:10:48.193/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:48.193/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:48.193/2024-05-03 05:10:48.199 Product1@OID4:1v0->0v1 2024-05-03 05:10:48.193/2024-05-03 05:10:48.199 OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:48.193/2024-05-03 05:10:48.197 MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:48.177/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:48.177/2024-05-03 05:10:48.192 CDOResource@OID1:0v2("/") 2024-05-03 05:10:48.193/* CDOResourceFolder@OID2:0v1("BranchingTest_testDetachExisting")2024-05-03 05:10:48.193/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:48.193/* Product1@OID4:0v1 2024-05-03 05:10:48.193/* OrderDetail@OID5:0v1 2024-05-03 05:10:48.193/* BranchingTest_testDetachExisting_subBranch[1] 2024-05-03 05:10:48.193/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:48.200/2024-05-03 05:10:48.201 CDOResource@OID3:1v2("res") 2024-05-03 05:10:48.202/* Product1@OID4:1v1 2024-05-03 05:10:48.200/2024-05-03 05:10:48.201 Product1@OID4:1v2 2024-05-03 05:10:48.202/* OrderDetail@OID5:1v1 2024-05-03 05:10:48.198/2024-05-03 05:10:48.199 OrderDetail@OID5:1v2d 2024-05-03 05:10:48.200/* OrderDetail@OID6:1v1 2024-05-03 05:10:48.202/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:48.177/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:48.177/2024-05-03 05:10:48.192 CDOResource@OID1:0v2("/") 2024-05-03 05:10:48.193/* CDOResourceFolder@OID2:0v1("BranchingTest_testDetachExisting")2024-05-03 05:10:48.193/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:48.193/* Product1@OID4:0v1 2024-05-03 05:10:48.193/* OrderDetail@OID5:0v1 2024-05-03 05:10:48.193/* BranchingTest_testDetachExisting_subBranch[1] 2024-05-03 05:10:48.193/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:48.193/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:48.193/2024-05-03 05:10:48.199 CDOResource@OID3:1v1("res") 2024-05-03 05:10:48.200/2024-05-03 05:10:48.201 CDOResource@OID3:1v2("res") 2024-05-03 05:10:48.202/* Product1@OID4:1v0->0v1 2024-05-03 05:10:48.193/2024-05-03 05:10:48.199 Product1@OID4:1v1 2024-05-03 05:10:48.200/2024-05-03 05:10:48.201 Product1@OID4:1v2 2024-05-03 05:10:48.202/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:48.193/2024-05-03 05:10:48.197 OrderDetail@OID5:1v1 2024-05-03 05:10:48.198/2024-05-03 05:10:48.199 OrderDetail@OID6:1v1 2024-05-03 05:10:48.202/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:48.177/* CDOResourceFolder@OID2:0v1("BranchingTest_testDetachExisting")2024-05-03 05:10:48.193/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:48.193/* Product1@OID4:0v1 2024-05-03 05:10:48.193/* OrderDetail@OID5:0v1 2024-05-03 05:10:48.193/* BranchingTest_testDetachExisting_subBranch[1] 2024-05-03 05:10:48.193/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:48.193/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:48.193/2024-05-03 05:10:48.199 Product1@OID4:1v0->0v1 2024-05-03 05:10:48.193/2024-05-03 05:10:48.199 OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:48.193/2024-05-03 05:10:48.197 MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:48.177/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:48.177/2024-05-03 05:10:48.192 CDOResource@OID1:0v2("/") 2024-05-03 05:10:48.193/* CDOResourceFolder@OID2:0v1("BranchingTest_testDetachExisting")2024-05-03 05:10:48.193/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:48.193/* Product1@OID4:0v1 2024-05-03 05:10:48.193/* OrderDetail@OID5:0v1 2024-05-03 05:10:48.193/* BranchingTest_testDetachExisting_subBranch[1] 2024-05-03 05:10:48.193/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:48.200/2024-05-03 05:10:48.201 CDOResource@OID3:1v2("res") 2024-05-03 05:10:48.202/* Product1@OID4:1v1 2024-05-03 05:10:48.200/2024-05-03 05:10:48.201 Product1@OID4:1v2 2024-05-03 05:10:48.202/* OrderDetail@OID5:1v1 2024-05-03 05:10:48.198/2024-05-03 05:10:48.199 OrderDetail@OID5:1v2d 2024-05-03 05:10:48.200/* OrderDetail@OID6:1v1 2024-05-03 05:10:48.202/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:48.177/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:48.177/2024-05-03 05:10:48.192 CDOResource@OID1:0v2("/") 2024-05-03 05:10:48.193/* CDOResourceFolder@OID2:0v1("BranchingTest_testDetachExisting")2024-05-03 05:10:48.193/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:48.193/* Product1@OID4:0v1 2024-05-03 05:10:48.193/* OrderDetail@OID5:0v1 2024-05-03 05:10:48.193/* BranchingTest_testDetachExisting_subBranch[1] 2024-05-03 05:10:48.193/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:48.193/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:48.193/2024-05-03 05:10:48.199 CDOResource@OID3:1v1("res") 2024-05-03 05:10:48.200/2024-05-03 05:10:48.201 CDOResource@OID3:1v2("res") 2024-05-03 05:10:48.202/* Product1@OID4:1v0->0v1 2024-05-03 05:10:48.193/2024-05-03 05:10:48.199 Product1@OID4:1v1 2024-05-03 05:10:48.200/2024-05-03 05:10:48.201 Product1@OID4:1v2 2024-05-03 05:10:48.202/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:48.193/2024-05-03 05:10:48.197 OrderDetail@OID5:1v1 2024-05-03 05:10:48.198/2024-05-03 05:10:48.199 OrderDetail@OID6:1v1 2024-05-03 05:10:48.202/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:48.177/* CDOResourceFolder@OID2:0v1("BranchingTest_testDetachExisting")2024-05-03 05:10:48.193/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:48.193/* Product1@OID4:0v1 2024-05-03 05:10:48.193/* OrderDetail@OID5:0v1 2024-05-03 05:10:48.193/* BranchingTest_testDetachExisting_subBranch[1] 2024-05-03 05:10:48.193/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:48.193/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:48.193/2024-05-03 05:10:48.199 Product1@OID4:1v0->0v1 2024-05-03 05:10:48.193/2024-05-03 05:10:48.199 OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:48.193/2024-05-03 05:10:48.197 MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:48.177/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:48.177/2024-05-03 05:10:48.192 CDOResource@OID1:0v2("/") 2024-05-03 05:10:48.193/* CDOResourceFolder@OID2:0v1("BranchingTest_testDetachExisting")2024-05-03 05:10:48.193/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:48.193/* Product1@OID4:0v1 2024-05-03 05:10:48.193/* OrderDetail@OID5:0v1 2024-05-03 05:10:48.193/* BranchingTest_testDetachExisting_subBranch[1] 2024-05-03 05:10:48.193/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:48.200/2024-05-03 05:10:48.201 CDOResource@OID3:1v2("res") 2024-05-03 05:10:48.202/* Product1@OID4:1v1 2024-05-03 05:10:48.200/2024-05-03 05:10:48.201 Product1@OID4:1v2 2024-05-03 05:10:48.202/* OrderDetail@OID5:1v1 2024-05-03 05:10:48.198/2024-05-03 05:10:48.199 OrderDetail@OID5:1v2d 2024-05-03 05:10:48.200/* OrderDetail@OID6:1v1 2024-05-03 05:10:48.202/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:48.177/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:48.177/2024-05-03 05:10:48.192 CDOResource@OID1:0v2("/") 2024-05-03 05:10:48.193/* CDOResourceFolder@OID2:0v1("BranchingTest_testDetachExisting")2024-05-03 05:10:48.193/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:48.193/* Product1@OID4:0v1 2024-05-03 05:10:48.193/* OrderDetail@OID5:0v1 2024-05-03 05:10:48.193/* BranchingTest_testDetachExisting_subBranch[1] 2024-05-03 05:10:48.193/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:48.193/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:48.193/2024-05-03 05:10:48.199 CDOResource@OID3:1v1("res") 2024-05-03 05:10:48.200/2024-05-03 05:10:48.201 CDOResource@OID3:1v2("res") 2024-05-03 05:10:48.202/* Product1@OID4:1v0->0v1 2024-05-03 05:10:48.193/2024-05-03 05:10:48.199 Product1@OID4:1v1 2024-05-03 05:10:48.200/2024-05-03 05:10:48.201 Product1@OID4:1v2 2024-05-03 05:10:48.202/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:48.193/2024-05-03 05:10:48.197 OrderDetail@OID5:1v1 2024-05-03 05:10:48.198/2024-05-03 05:10:48.199 OrderDetail@OID6:1v1 2024-05-03 05:10:48.202/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:48.177/* CDOResourceFolder@OID2:0v1("BranchingTest_testDetachExisting")2024-05-03 05:10:48.193/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:48.193/* Product1@OID4:0v1 2024-05-03 05:10:48.193/* OrderDetail@OID5:0v1 2024-05-03 05:10:48.193/* BranchingTest_testDetachExisting_subBranch[1] 2024-05-03 05:10:48.193/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:48.193/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:48.193/2024-05-03 05:10:48.199 Product1@OID4:1v0->0v1 2024-05-03 05:10:48.193/2024-05-03 05:10:48.199 OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:48.193/2024-05-03 05:10:48.197 OrderDetail@OID5:1v1 2024-05-03 05:10:48.198/2024-05-03 05:10:48.199 MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:48.177/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:48.177/2024-05-03 05:10:48.192 CDOResource@OID1:0v2("/") 2024-05-03 05:10:48.193/* CDOResourceFolder@OID2:0v1("BranchingTest_testDetachExisting")2024-05-03 05:10:48.193/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:48.193/* Product1@OID4:0v1 2024-05-03 05:10:48.193/* OrderDetail@OID5:0v1 2024-05-03 05:10:48.193/* BranchingTest_testDetachExisting_subBranch[1] 2024-05-03 05:10:48.193/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:48.200/2024-05-03 05:10:48.201 CDOResource@OID3:1v2("res") 2024-05-03 05:10:48.202/* Product1@OID4:1v1 2024-05-03 05:10:48.200/2024-05-03 05:10:48.201 Product1@OID4:1v2 2024-05-03 05:10:48.202/* OrderDetail@OID5:1v1 2024-05-03 05:10:48.198/2024-05-03 05:10:48.199 OrderDetail@OID5:1v2d 2024-05-03 05:10:48.200/* OrderDetail@OID6:1v1 2024-05-03 05:10:48.202/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:48.177/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:48.177/2024-05-03 05:10:48.192 CDOResource@OID1:0v2("/") 2024-05-03 05:10:48.193/* CDOResourceFolder@OID2:0v1("BranchingTest_testDetachExisting")2024-05-03 05:10:48.193/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:48.193/* Product1@OID4:0v1 2024-05-03 05:10:48.193/* OrderDetail@OID5:0v1 2024-05-03 05:10:48.193/* BranchingTest_testDetachExisting_subBranch[1] 2024-05-03 05:10:48.193/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:48.193/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:48.193/2024-05-03 05:10:48.199 CDOResource@OID3:1v1("res") 2024-05-03 05:10:48.200/2024-05-03 05:10:48.201 CDOResource@OID3:1v2("res") 2024-05-03 05:10:48.202/* Product1@OID4:1v0->0v1 2024-05-03 05:10:48.193/2024-05-03 05:10:48.199 Product1@OID4:1v1 2024-05-03 05:10:48.200/2024-05-03 05:10:48.201 Product1@OID4:1v2 2024-05-03 05:10:48.202/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:48.193/2024-05-03 05:10:48.197 OrderDetail@OID5:1v1 2024-05-03 05:10:48.198/2024-05-03 05:10:48.199 OrderDetail@OID6:1v1 2024-05-03 05:10:48.202/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:48.177/* CDOResourceFolder@OID2:0v1("BranchingTest_testDetachExisting")2024-05-03 05:10:48.193/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:48.193/* Product1@OID4:0v1 2024-05-03 05:10:48.193/* OrderDetail@OID5:0v1 2024-05-03 05:10:48.193/* BranchingTest_testDetachExisting_subBranch[1] 2024-05-03 05:10:48.193/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:48.193/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:48.193/2024-05-03 05:10:48.199 Product1@OID4:1v0->0v1 2024-05-03 05:10:48.193/2024-05-03 05:10:48.199 OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:48.193/2024-05-03 05:10:48.197 OrderDetail@OID5:1v1 2024-05-03 05:10:48.198/2024-05-03 05:10:48.199 MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:48.177/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:48.177/2024-05-03 05:10:48.192 CDOResource@OID1:0v2("/") 2024-05-03 05:10:48.193/* CDOResourceFolder@OID2:0v1("BranchingTest_testDetachExisting")2024-05-03 05:10:48.193/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:48.193/* Product1@OID4:0v1 2024-05-03 05:10:48.193/* OrderDetail@OID5:0v1 2024-05-03 05:10:48.193/* BranchingTest_testDetachExisting_subBranch[1] 2024-05-03 05:10:48.193/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:48.200/2024-05-03 05:10:48.201 CDOResource@OID3:1v2("res") 2024-05-03 05:10:48.202/* Product1@OID4:1v1 2024-05-03 05:10:48.200/2024-05-03 05:10:48.201 Product1@OID4:1v2 2024-05-03 05:10:48.202/* OrderDetail@OID5:1v1 2024-05-03 05:10:48.198/2024-05-03 05:10:48.199 OrderDetail@OID5:1v2d 2024-05-03 05:10:48.200/* OrderDetail@OID6:1v1 2024-05-03 05:10:48.202/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:48.177/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:48.177/2024-05-03 05:10:48.192 CDOResource@OID1:0v2("/") 2024-05-03 05:10:48.193/* CDOResourceFolder@OID2:0v1("BranchingTest_testDetachExisting")2024-05-03 05:10:48.193/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:48.193/* Product1@OID4:0v1 2024-05-03 05:10:48.193/* OrderDetail@OID5:0v1 2024-05-03 05:10:48.193/* BranchingTest_testDetachExisting_subBranch[1] 2024-05-03 05:10:48.193/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:48.193/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:48.193/2024-05-03 05:10:48.199 CDOResource@OID3:1v1("res") 2024-05-03 05:10:48.200/2024-05-03 05:10:48.201 CDOResource@OID3:1v2("res") 2024-05-03 05:10:48.202/* Product1@OID4:1v0->0v1 2024-05-03 05:10:48.193/2024-05-03 05:10:48.199 Product1@OID4:1v1 2024-05-03 05:10:48.200/2024-05-03 05:10:48.201 Product1@OID4:1v2 2024-05-03 05:10:48.202/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:48.193/2024-05-03 05:10:48.197 OrderDetail@OID5:1v1 2024-05-03 05:10:48.198/2024-05-03 05:10:48.199 OrderDetail@OID6:1v1 2024-05-03 05:10:48.202/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:48.177/* CDOResourceFolder@OID2:0v1("BranchingTest_testDetachExisting")2024-05-03 05:10:48.193/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:48.193/* Product1@OID4:0v1 2024-05-03 05:10:48.193/* OrderDetail@OID5:0v1 2024-05-03 05:10:48.193/* BranchingTest_testDetachExisting_subBranch[1] 2024-05-03 05:10:48.193/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:48.193/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:48.193/2024-05-03 05:10:48.199 CDOResource@OID3:1v1("res") 2024-05-03 05:10:48.200/2024-05-03 05:10:48.201 Product1@OID4:1v0->0v1 2024-05-03 05:10:48.193/2024-05-03 05:10:48.199 OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:48.193/2024-05-03 05:10:48.197 OrderDetail@OID5:1v1 2024-05-03 05:10:48.198/2024-05-03 05:10:48.199 MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:48.177/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:48.177/2024-05-03 05:10:48.192 CDOResource@OID1:0v2("/") 2024-05-03 05:10:48.193/* CDOResourceFolder@OID2:0v1("BranchingTest_testDetachExisting")2024-05-03 05:10:48.193/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:48.193/* Product1@OID4:0v1 2024-05-03 05:10:48.193/* OrderDetail@OID5:0v1 2024-05-03 05:10:48.193/* BranchingTest_testDetachExisting_subBranch[1] 2024-05-03 05:10:48.193/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:48.200/2024-05-03 05:10:48.201 CDOResource@OID3:1v2("res") 2024-05-03 05:10:48.202/* Product1@OID4:1v1 2024-05-03 05:10:48.200/2024-05-03 05:10:48.201 Product1@OID4:1v2 2024-05-03 05:10:48.202/* OrderDetail@OID5:1v1 2024-05-03 05:10:48.198/2024-05-03 05:10:48.199 OrderDetail@OID5:1v2d 2024-05-03 05:10:48.200/* OrderDetail@OID6:1v1 2024-05-03 05:10:48.202/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:48.177/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:48.177/2024-05-03 05:10:48.192 CDOResource@OID1:0v2("/") 2024-05-03 05:10:48.193/* CDOResourceFolder@OID2:0v1("BranchingTest_testDetachExisting")2024-05-03 05:10:48.193/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:48.193/* Product1@OID4:0v1 2024-05-03 05:10:48.193/* OrderDetail@OID5:0v1 2024-05-03 05:10:48.193/* BranchingTest_testDetachExisting_subBranch[1] 2024-05-03 05:10:48.193/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:48.193/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:48.193/2024-05-03 05:10:48.199 CDOResource@OID3:1v1("res") 2024-05-03 05:10:48.200/2024-05-03 05:10:48.201 CDOResource@OID3:1v2("res") 2024-05-03 05:10:48.202/* Product1@OID4:1v0->0v1 2024-05-03 05:10:48.193/2024-05-03 05:10:48.199 Product1@OID4:1v1 2024-05-03 05:10:48.200/2024-05-03 05:10:48.201 Product1@OID4:1v2 2024-05-03 05:10:48.202/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:48.193/2024-05-03 05:10:48.197 OrderDetail@OID5:1v1 2024-05-03 05:10:48.198/2024-05-03 05:10:48.199 OrderDetail@OID6:1v1 2024-05-03 05:10:48.202/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:48.177/* CDOResourceFolder@OID2:0v1("BranchingTest_testDetachExisting")2024-05-03 05:10:48.193/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:48.193/* Product1@OID4:0v1 2024-05-03 05:10:48.193/* OrderDetail@OID5:0v1 2024-05-03 05:10:48.193/* BranchingTest_testDetachExisting_subBranch[1] 2024-05-03 05:10:48.193/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:48.193/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:48.193/2024-05-03 05:10:48.199 CDOResource@OID3:1v1("res") 2024-05-03 05:10:48.200/2024-05-03 05:10:48.201 CDOResource@OID3:1v2("res") 2024-05-03 05:10:48.202/* Product1@OID4:1v0->0v1 2024-05-03 05:10:48.193/2024-05-03 05:10:48.199 OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:48.193/2024-05-03 05:10:48.197 OrderDetail@OID5:1v1 2024-05-03 05:10:48.198/2024-05-03 05:10:48.199 MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:48.177/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:48.177/2024-05-03 05:10:48.192 CDOResource@OID1:0v2("/") 2024-05-03 05:10:48.193/* CDOResourceFolder@OID2:0v1("BranchingTest_testDetachExisting")2024-05-03 05:10:48.193/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:48.193/* Product1@OID4:0v1 2024-05-03 05:10:48.193/* OrderDetail@OID5:0v1 2024-05-03 05:10:48.193/* BranchingTest_testDetachExisting_subBranch[1] 2024-05-03 05:10:48.193/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:48.200/2024-05-03 05:10:48.201 CDOResource@OID3:1v2("res") 2024-05-03 05:10:48.202/* Product1@OID4:1v1 2024-05-03 05:10:48.200/2024-05-03 05:10:48.201 Product1@OID4:1v2 2024-05-03 05:10:48.202/* OrderDetail@OID5:1v1 2024-05-03 05:10:48.198/2024-05-03 05:10:48.199 OrderDetail@OID5:1v2d 2024-05-03 05:10:48.200/* OrderDetail@OID6:1v1 2024-05-03 05:10:48.202/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:48.177/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:48.177/2024-05-03 05:10:48.192 CDOResource@OID1:0v2("/") 2024-05-03 05:10:48.193/* CDOResourceFolder@OID2:0v1("BranchingTest_testDetachExisting")2024-05-03 05:10:48.193/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:48.193/* Product1@OID4:0v1 2024-05-03 05:10:48.193/* OrderDetail@OID5:0v1 2024-05-03 05:10:48.193/* BranchingTest_testDetachExisting_subBranch[1] 2024-05-03 05:10:48.193/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:48.193/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:48.193/2024-05-03 05:10:48.199 CDOResource@OID3:1v1("res") 2024-05-03 05:10:48.200/2024-05-03 05:10:48.201 CDOResource@OID3:1v2("res") 2024-05-03 05:10:48.202/* Product1@OID4:1v0->0v1 2024-05-03 05:10:48.193/2024-05-03 05:10:48.199 Product1@OID4:1v1 2024-05-03 05:10:48.200/2024-05-03 05:10:48.201 Product1@OID4:1v2 2024-05-03 05:10:48.202/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:48.193/2024-05-03 05:10:48.197 OrderDetail@OID5:1v1 2024-05-03 05:10:48.198/2024-05-03 05:10:48.199 OrderDetail@OID6:1v1 2024-05-03 05:10:48.202/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:48.177/* CDOResourceFolder@OID2:0v1("BranchingTest_testDetachExisting")2024-05-03 05:10:48.193/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:48.193/* Product1@OID4:0v1 2024-05-03 05:10:48.193/* OrderDetail@OID5:0v1 2024-05-03 05:10:48.193/* BranchingTest_testDetachExisting_subBranch[1] 2024-05-03 05:10:48.193/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:48.193/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:48.193/2024-05-03 05:10:48.199 CDOResource@OID3:1v1("res") 2024-05-03 05:10:48.200/2024-05-03 05:10:48.201 CDOResource@OID3:1v2("res") 2024-05-03 05:10:48.202/* Product1@OID4:1v0->0v1 2024-05-03 05:10:48.193/2024-05-03 05:10:48.199 Product1@OID4:1v2 2024-05-03 05:10:48.202/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:48.193/2024-05-03 05:10:48.197 OrderDetail@OID5:1v1 2024-05-03 05:10:48.198/2024-05-03 05:10:48.199 OrderDetail@OID6:1v1 2024-05-03 05:10:48.202/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:48.177/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:48.177/2024-05-03 05:10:48.192 CDOResource@OID1:0v2("/") 2024-05-03 05:10:48.193/* CDOResourceFolder@OID2:0v1("BranchingTest_testDetachExisting")2024-05-03 05:10:48.193/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:48.193/* Product1@OID4:0v1 2024-05-03 05:10:48.193/* OrderDetail@OID5:0v1 2024-05-03 05:10:48.193/* BranchingTest_testDetachExisting_subBranch[1] 2024-05-03 05:10:48.193/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:48.200/2024-05-03 05:10:48.201 CDOResource@OID3:1v2("res") 2024-05-03 05:10:48.202/* Product1@OID4:1v1 2024-05-03 05:10:48.200/2024-05-03 05:10:48.201 Product1@OID4:1v2 2024-05-03 05:10:48.202/* OrderDetail@OID5:1v1 2024-05-03 05:10:48.198/2024-05-03 05:10:48.199 OrderDetail@OID5:1v2d 2024-05-03 05:10:48.200/* OrderDetail@OID6:1v1 2024-05-03 05:10:48.202/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:48.177/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:48.177/2024-05-03 05:10:48.192 CDOResource@OID1:0v2("/") 2024-05-03 05:10:48.193/* CDOResourceFolder@OID2:0v1("BranchingTest_testDetachExisting")2024-05-03 05:10:48.193/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:48.193/* Product1@OID4:0v1 2024-05-03 05:10:48.193/* OrderDetail@OID5:0v1 2024-05-03 05:10:48.193/* BranchingTest_testDetachExisting_subBranch[1] 2024-05-03 05:10:48.193/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:48.193/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:48.193/2024-05-03 05:10:48.199 CDOResource@OID3:1v1("res") 2024-05-03 05:10:48.200/2024-05-03 05:10:48.201 CDOResource@OID3:1v2("res") 2024-05-03 05:10:48.202/* Product1@OID4:1v0->0v1 2024-05-03 05:10:48.193/2024-05-03 05:10:48.199 Product1@OID4:1v1 2024-05-03 05:10:48.200/2024-05-03 05:10:48.201 Product1@OID4:1v2 2024-05-03 05:10:48.202/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:48.193/2024-05-03 05:10:48.197 OrderDetail@OID5:1v1 2024-05-03 05:10:48.198/2024-05-03 05:10:48.199 OrderDetail@OID6:1v1 2024-05-03 05:10:48.202/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:48.177/* CDOResourceFolder@OID2:0v1("BranchingTest_testDetachExisting")2024-05-03 05:10:48.193/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:48.193/* Product1@OID4:0v1 2024-05-03 05:10:48.193/* OrderDetail@OID5:0v1 2024-05-03 05:10:48.193/* BranchingTest_testDetachExisting_subBranch[1] 2024-05-03 05:10:48.193/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:48.193/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:48.193/2024-05-03 05:10:48.199 CDOResource@OID3:1v1("res") 2024-05-03 05:10:48.200/2024-05-03 05:10:48.201 CDOResource@OID3:1v2("res") 2024-05-03 05:10:48.202/* Product1@OID4:1v0->0v1 2024-05-03 05:10:48.193/2024-05-03 05:10:48.199 Product1@OID4:1v2 2024-05-03 05:10:48.202/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:48.193/2024-05-03 05:10:48.197 OrderDetail@OID5:1v1 2024-05-03 05:10:48.198/2024-05-03 05:10:48.199 OrderDetail@OID6:1v1 2024-05-03 05:10:48.202/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:48.177/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:48.177/2024-05-03 05:10:48.192 CDOResource@OID1:0v2("/") 2024-05-03 05:10:48.193/* CDOResourceFolder@OID2:0v1("BranchingTest_testDetachExisting")2024-05-03 05:10:48.193/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:48.193/* Product1@OID4:0v1 2024-05-03 05:10:48.193/* OrderDetail@OID5:0v1 2024-05-03 05:10:48.193/* BranchingTest_testDetachExisting_subBranch[1] 2024-05-03 05:10:48.193/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:48.200/2024-05-03 05:10:48.201 CDOResource@OID3:1v2("res") 2024-05-03 05:10:48.202/* Product1@OID4:1v1 2024-05-03 05:10:48.200/2024-05-03 05:10:48.201 Product1@OID4:1v2 2024-05-03 05:10:48.202/* OrderDetail@OID5:1v1 2024-05-03 05:10:48.198/2024-05-03 05:10:48.199 OrderDetail@OID5:1v2d 2024-05-03 05:10:48.200/* OrderDetail@OID6:1v1 2024-05-03 05:10:48.202/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:48.177/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:48.177/2024-05-03 05:10:48.192 CDOResource@OID1:0v2("/") 2024-05-03 05:10:48.193/* CDOResourceFolder@OID2:0v1("BranchingTest_testDetachExisting")2024-05-03 05:10:48.193/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:48.193/* Product1@OID4:0v1 2024-05-03 05:10:48.193/* OrderDetail@OID5:0v1 2024-05-03 05:10:48.193/* BranchingTest_testDetachExisting_subBranch[1] 2024-05-03 05:10:48.193/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:48.193/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:48.193/2024-05-03 05:10:48.199 CDOResource@OID3:1v1("res") 2024-05-03 05:10:48.200/2024-05-03 05:10:48.201 CDOResource@OID3:1v2("res") 2024-05-03 05:10:48.202/* Product1@OID4:1v0->0v1 2024-05-03 05:10:48.193/2024-05-03 05:10:48.199 Product1@OID4:1v1 2024-05-03 05:10:48.200/2024-05-03 05:10:48.201 Product1@OID4:1v2 2024-05-03 05:10:48.202/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:48.193/2024-05-03 05:10:48.197 OrderDetail@OID5:1v1 2024-05-03 05:10:48.198/2024-05-03 05:10:48.199 OrderDetail@OID6:1v1 2024-05-03 05:10:48.202/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:48.177/* CDOResourceFolder@OID2:0v1("BranchingTest_testDetachExisting")2024-05-03 05:10:48.193/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:48.193/* Product1@OID4:0v1 2024-05-03 05:10:48.193/* OrderDetail@OID5:0v1 2024-05-03 05:10:48.193/* BranchingTest_testDetachExisting_subBranch[1] 2024-05-03 05:10:48.193/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:48.193/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:48.193/2024-05-03 05:10:48.199 CDOResource@OID3:1v1("res") 2024-05-03 05:10:48.200/2024-05-03 05:10:48.201 CDOResource@OID3:1v2("res") 2024-05-03 05:10:48.202/* Product1@OID4:1v0->0v1 2024-05-03 05:10:48.193/2024-05-03 05:10:48.199 Product1@OID4:1v2 2024-05-03 05:10:48.202/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:48.193/2024-05-03 05:10:48.197 OrderDetail@OID5:1v1 2024-05-03 05:10:48.198/2024-05-03 05:10:48.199 OrderDetail@OID6:1v1 2024-05-03 05:10:48.202/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:48.177/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:48.177/2024-05-03 05:10:48.192 CDOResource@OID1:0v2("/") 2024-05-03 05:10:48.193/* CDOResourceFolder@OID2:0v1("BranchingTest_testDetachExisting")2024-05-03 05:10:48.193/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:48.193/* Product1@OID4:0v1 2024-05-03 05:10:48.193/* OrderDetail@OID5:0v1 2024-05-03 05:10:48.193/* BranchingTest_testDetachExisting_subBranch[1] 2024-05-03 05:10:48.193/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:48.200/2024-05-03 05:10:48.201 CDOResource@OID3:1v2("res") 2024-05-03 05:10:48.202/* Product1@OID4:1v1 2024-05-03 05:10:48.200/2024-05-03 05:10:48.201 Product1@OID4:1v2 2024-05-03 05:10:48.202/* OrderDetail@OID5:1v1 2024-05-03 05:10:48.198/2024-05-03 05:10:48.199 OrderDetail@OID5:1v2d 2024-05-03 05:10:48.200/* OrderDetail@OID6:1v1 2024-05-03 05:10:48.202/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:48.177/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:48.177/2024-05-03 05:10:48.192 CDOResource@OID1:0v2("/") 2024-05-03 05:10:48.193/* CDOResourceFolder@OID2:0v1("BranchingTest_testDetachExisting")2024-05-03 05:10:48.193/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:48.193/* Product1@OID4:0v1 2024-05-03 05:10:48.193/* OrderDetail@OID5:0v1 2024-05-03 05:10:48.193/* BranchingTest_testDetachExisting_subBranch[1] 2024-05-03 05:10:48.193/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:48.193/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:48.193/2024-05-03 05:10:48.199 CDOResource@OID3:1v1("res") 2024-05-03 05:10:48.200/2024-05-03 05:10:48.201 CDOResource@OID3:1v2("res") 2024-05-03 05:10:48.202/* Product1@OID4:1v0->0v1 2024-05-03 05:10:48.193/2024-05-03 05:10:48.199 Product1@OID4:1v1 2024-05-03 05:10:48.200/2024-05-03 05:10:48.201 Product1@OID4:1v2 2024-05-03 05:10:48.202/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:48.193/2024-05-03 05:10:48.197 OrderDetail@OID5:1v1 2024-05-03 05:10:48.198/2024-05-03 05:10:48.199 OrderDetail@OID6:1v1 2024-05-03 05:10:48.202/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:48.177/* CDOResourceFolder@OID2:0v1("BranchingTest_testDetachExisting")2024-05-03 05:10:48.193/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:48.193/* Product1@OID4:0v1 2024-05-03 05:10:48.193/* OrderDetail@OID5:0v1 2024-05-03 05:10:48.193/* BranchingTest_testDetachExisting_subBranch[1] 2024-05-03 05:10:48.193/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:48.193/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:48.193/2024-05-03 05:10:48.199 CDOResource@OID3:1v1("res") 2024-05-03 05:10:48.200/2024-05-03 05:10:48.201 CDOResource@OID3:1v2("res") 2024-05-03 05:10:48.202/* Product1@OID4:1v0->0v1 2024-05-03 05:10:48.193/2024-05-03 05:10:48.199 Product1@OID4:1v2 2024-05-03 05:10:48.202/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:48.193/2024-05-03 05:10:48.197 OrderDetail@OID5:1v1 2024-05-03 05:10:48.198/2024-05-03 05:10:48.199 OrderDetail@OID6:1v1 2024-05-03 05:10:48.202/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:48.177/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:48.177/2024-05-03 05:10:48.192 CDOResource@OID1:0v2("/") 2024-05-03 05:10:48.193/* CDOResourceFolder@OID2:0v1("BranchingTest_testDetachExisting")2024-05-03 05:10:48.193/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:48.193/* Product1@OID4:0v1 2024-05-03 05:10:48.193/* OrderDetail@OID5:0v1 2024-05-03 05:10:48.193/* BranchingTest_testDetachExisting_subBranch[1] 2024-05-03 05:10:48.193/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:48.200/2024-05-03 05:10:48.201 CDOResource@OID3:1v2("res") 2024-05-03 05:10:48.202/* Product1@OID4:1v1 2024-05-03 05:10:48.200/2024-05-03 05:10:48.201 Product1@OID4:1v2 2024-05-03 05:10:48.202/* OrderDetail@OID5:1v1 2024-05-03 05:10:48.198/2024-05-03 05:10:48.199 OrderDetail@OID5:1v2d 2024-05-03 05:10:48.200/* OrderDetail@OID6:1v1 2024-05-03 05:10:48.202/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:48.177/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:48.177/2024-05-03 05:10:48.192 CDOResource@OID1:0v2("/") 2024-05-03 05:10:48.193/* CDOResourceFolder@OID2:0v1("BranchingTest_testDetachExisting")2024-05-03 05:10:48.193/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:48.193/* Product1@OID4:0v1 2024-05-03 05:10:48.193/* OrderDetail@OID5:0v1 2024-05-03 05:10:48.193/* BranchingTest_testDetachExisting_subBranch[1] 2024-05-03 05:10:48.193/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:48.193/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:48.193/2024-05-03 05:10:48.199 CDOResource@OID3:1v1("res") 2024-05-03 05:10:48.200/2024-05-03 05:10:48.201 CDOResource@OID3:1v2("res") 2024-05-03 05:10:48.202/* Product1@OID4:1v0->0v1 2024-05-03 05:10:48.193/2024-05-03 05:10:48.199 Product1@OID4:1v1 2024-05-03 05:10:48.200/2024-05-03 05:10:48.201 Product1@OID4:1v2 2024-05-03 05:10:48.202/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:48.193/2024-05-03 05:10:48.197 OrderDetail@OID5:1v1 2024-05-03 05:10:48.198/2024-05-03 05:10:48.199 OrderDetail@OID6:1v1 2024-05-03 05:10:48.202/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:48.177/* CDOResourceFolder@OID2:0v1("BranchingTest_testDetachExisting")2024-05-03 05:10:48.193/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:48.193/* Product1@OID4:0v1 2024-05-03 05:10:48.193/* OrderDetail@OID5:0v1 2024-05-03 05:10:48.193/* BranchingTest_testDetachExisting_subBranch[1] 2024-05-03 05:10:48.193/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:48.193/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:48.193/2024-05-03 05:10:48.199 CDOResource@OID3:1v1("res") 2024-05-03 05:10:48.200/2024-05-03 05:10:48.201 CDOResource@OID3:1v2("res") 2024-05-03 05:10:48.202/* Product1@OID4:1v0->0v1 2024-05-03 05:10:48.193/2024-05-03 05:10:48.199 Product1@OID4:1v2 2024-05-03 05:10:48.202/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:48.193/2024-05-03 05:10:48.197 OrderDetail@OID5:1v1 2024-05-03 05:10:48.198/2024-05-03 05:10:48.199 OrderDetail@OID6:1v1 2024-05-03 05:10:48.202/* ******************************************************* BranchingTest.testDetachWithoutRevision [MEM-branching, JVM, Legacy] ******************************************************* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:48.331/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:48.331/2024-05-03 05:10:48.343 CDOResource@OID1:0v2("/") 2024-05-03 05:10:48.344/* CDOResourceFolder@OID2:0v1("BranchingTest_testDetachWithoutRevision")2024-05-03 05:10:48.344/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:48.344/* Product1@OID4:0v1 2024-05-03 05:10:48.344/* BranchingTest_testDetachWithoutRevision_subBranch[1]2024-05-03 05:10:48.344/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:48.349/* Product1@OID4:1v1d 2024-05-03 05:10:48.349/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:48.331/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:48.331/2024-05-03 05:10:48.343 CDOResource@OID1:0v2("/") 2024-05-03 05:10:48.344/* CDOResourceFolder@OID2:0v1("BranchingTest_testDetachWithoutRevision")2024-05-03 05:10:48.344/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:48.344/* Product1@OID4:0v1 2024-05-03 05:10:48.344/* BranchingTest_testDetachWithoutRevision_subBranch[1]2024-05-03 05:10:48.344/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:48.344/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:48.344/2024-05-03 05:10:48.348 CDOResource@OID3:1v1("res") 2024-05-03 05:10:48.349/* Product1@OID4:1v0->0v1 2024-05-03 05:10:48.344/2024-05-03 05:10:48.348 ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:48.331/* CDOResourceFolder@OID2:0v1("BranchingTest_testDetachWithoutRevision")2024-05-03 05:10:48.344/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:48.344/* BranchingTest_testDetachWithoutRevision_subBranch[1]2024-05-03 05:10:48.344/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:48.344/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:48.344/2024-05-03 05:10:48.348 MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:48.331/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:48.331/2024-05-03 05:10:48.343 CDOResource@OID1:0v2("/") 2024-05-03 05:10:48.344/* CDOResourceFolder@OID2:0v1("BranchingTest_testDetachWithoutRevision")2024-05-03 05:10:48.344/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:48.344/* Product1@OID4:0v1 2024-05-03 05:10:48.344/* BranchingTest_testDetachWithoutRevision_subBranch[1]2024-05-03 05:10:48.344/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:48.349/* Product1@OID4:1v1d 2024-05-03 05:10:48.349/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:48.331/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:48.331/2024-05-03 05:10:48.343 CDOResource@OID1:0v2("/") 2024-05-03 05:10:48.344/* CDOResourceFolder@OID2:0v1("BranchingTest_testDetachWithoutRevision")2024-05-03 05:10:48.344/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:48.344/* Product1@OID4:0v1 2024-05-03 05:10:48.344/* BranchingTest_testDetachWithoutRevision_subBranch[1]2024-05-03 05:10:48.344/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:48.344/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:48.344/2024-05-03 05:10:48.348 CDOResource@OID3:1v1("res") 2024-05-03 05:10:48.349/* Product1@OID4:1v0->0v1 2024-05-03 05:10:48.344/2024-05-03 05:10:48.348 ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:48.331/* CDOResourceFolder@OID2:0v1("BranchingTest_testDetachWithoutRevision")2024-05-03 05:10:48.344/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:48.344/* Product1@OID4:0v1 2024-05-03 05:10:48.344/* BranchingTest_testDetachWithoutRevision_subBranch[1]2024-05-03 05:10:48.344/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:48.344/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:48.344/2024-05-03 05:10:48.348 CDOResource@OID3:1v1("res") 2024-05-03 05:10:48.349/* Product1@OID4:1v0->0v1 2024-05-03 05:10:48.344/2024-05-03 05:10:48.348 MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:48.331/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:48.331/2024-05-03 05:10:48.343 CDOResource@OID1:0v2("/") 2024-05-03 05:10:48.344/* CDOResourceFolder@OID2:0v1("BranchingTest_testDetachWithoutRevision")2024-05-03 05:10:48.344/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:48.344/* Product1@OID4:0v1 2024-05-03 05:10:48.344/* BranchingTest_testDetachWithoutRevision_subBranch[1]2024-05-03 05:10:48.344/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:48.349/* Product1@OID4:1v1d 2024-05-03 05:10:48.349/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:48.331/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:48.331/2024-05-03 05:10:48.343 CDOResource@OID1:0v2("/") 2024-05-03 05:10:48.344/* CDOResourceFolder@OID2:0v1("BranchingTest_testDetachWithoutRevision")2024-05-03 05:10:48.344/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:48.344/* Product1@OID4:0v1 2024-05-03 05:10:48.344/* BranchingTest_testDetachWithoutRevision_subBranch[1]2024-05-03 05:10:48.344/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:48.344/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:48.344/2024-05-03 05:10:48.348 CDOResource@OID3:1v1("res") 2024-05-03 05:10:48.349/* Product1@OID4:1v0->0v1 2024-05-03 05:10:48.344/2024-05-03 05:10:48.348 ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:48.331/* CDOResourceFolder@OID2:0v1("BranchingTest_testDetachWithoutRevision")2024-05-03 05:10:48.344/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:48.344/* Product1@OID4:0v1 2024-05-03 05:10:48.344/* BranchingTest_testDetachWithoutRevision_subBranch[1]2024-05-03 05:10:48.344/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:48.344/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:48.344/2024-05-03 05:10:48.348 CDOResource@OID3:1v1("res") 2024-05-03 05:10:48.349/* Product1@OID4:1v0->0v1 2024-05-03 05:10:48.344/2024-05-03 05:10:48.348 ******************************************************* BranchingTest.testDetachWithoutRevision_CheckMainBranch [MEM-branching, JVM, Legacy] ******************************************************* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:48.370/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:48.370/2024-05-03 05:10:48.382 CDOResource@OID1:0v2("/") 2024-05-03 05:10:48.383/* CDOResourceFolder@OID2:0v1("BranchingTest_testDetachWithoutRevision_CheckMainBranch")2024-05-03 05:10:48.383/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:48.383/* Product1@OID4:0v1 2024-05-03 05:10:48.383/* BranchingTest_testDetachWithoutRevision_CheckMainBranch_subBranch[1]2024-05-03 05:10:48.383/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:48.389/* Product1@OID4:1v1d 2024-05-03 05:10:48.389/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:48.370/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:48.370/2024-05-03 05:10:48.382 CDOResource@OID1:0v2("/") 2024-05-03 05:10:48.383/* CDOResourceFolder@OID2:0v1("BranchingTest_testDetachWithoutRevision_CheckMainBranch")2024-05-03 05:10:48.383/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:48.383/* Product1@OID4:0v1 2024-05-03 05:10:48.383/* BranchingTest_testDetachWithoutRevision_CheckMainBranch_subBranch[1]2024-05-03 05:10:48.383/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:48.383/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:48.383/2024-05-03 05:10:48.388 CDOResource@OID3:1v1("res") 2024-05-03 05:10:48.389/* Product1@OID4:1v0->0v1 2024-05-03 05:10:48.383/2024-05-03 05:10:48.388 ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:48.370/* CDOResourceFolder@OID2:0v1("BranchingTest_testDetachWithoutRevision_CheckMainBranch")2024-05-03 05:10:48.383/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:48.383/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:48.370/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:48.370/2024-05-03 05:10:48.382 CDOResource@OID1:0v2("/") 2024-05-03 05:10:48.383/* CDOResourceFolder@OID2:0v1("BranchingTest_testDetachWithoutRevision_CheckMainBranch")2024-05-03 05:10:48.383/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:48.383/* Product1@OID4:0v1 2024-05-03 05:10:48.383/* BranchingTest_testDetachWithoutRevision_CheckMainBranch_subBranch[1]2024-05-03 05:10:48.383/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:48.389/* Product1@OID4:1v1d 2024-05-03 05:10:48.389/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:48.370/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:48.370/2024-05-03 05:10:48.382 CDOResource@OID1:0v2("/") 2024-05-03 05:10:48.383/* CDOResourceFolder@OID2:0v1("BranchingTest_testDetachWithoutRevision_CheckMainBranch")2024-05-03 05:10:48.383/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:48.383/* Product1@OID4:0v1 2024-05-03 05:10:48.383/* BranchingTest_testDetachWithoutRevision_CheckMainBranch_subBranch[1]2024-05-03 05:10:48.383/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:48.383/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:48.383/2024-05-03 05:10:48.388 CDOResource@OID3:1v1("res") 2024-05-03 05:10:48.389/* Product1@OID4:1v0->0v1 2024-05-03 05:10:48.383/2024-05-03 05:10:48.388 ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:48.370/* CDOResourceFolder@OID2:0v1("BranchingTest_testDetachWithoutRevision_CheckMainBranch")2024-05-03 05:10:48.383/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:48.383/* Product1@OID4:0v1 2024-05-03 05:10:48.383/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:48.370/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:48.370/2024-05-03 05:10:48.382 CDOResource@OID1:0v2("/") 2024-05-03 05:10:48.383/* CDOResourceFolder@OID2:0v1("BranchingTest_testDetachWithoutRevision_CheckMainBranch")2024-05-03 05:10:48.383/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:48.383/* Product1@OID4:0v1 2024-05-03 05:10:48.383/* BranchingTest_testDetachWithoutRevision_CheckMainBranch_subBranch[1]2024-05-03 05:10:48.383/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:48.389/* Product1@OID4:1v1d 2024-05-03 05:10:48.389/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:48.370/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:48.370/2024-05-03 05:10:48.382 CDOResource@OID1:0v2("/") 2024-05-03 05:10:48.383/* CDOResourceFolder@OID2:0v1("BranchingTest_testDetachWithoutRevision_CheckMainBranch")2024-05-03 05:10:48.383/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:48.383/* Product1@OID4:0v1 2024-05-03 05:10:48.383/* BranchingTest_testDetachWithoutRevision_CheckMainBranch_subBranch[1]2024-05-03 05:10:48.383/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:48.383/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:48.383/2024-05-03 05:10:48.388 CDOResource@OID3:1v1("res") 2024-05-03 05:10:48.389/* Product1@OID4:1v0->0v1 2024-05-03 05:10:48.383/2024-05-03 05:10:48.388 ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:48.370/* CDOResourceFolder@OID2:0v1("BranchingTest_testDetachWithoutRevision_CheckMainBranch")2024-05-03 05:10:48.383/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:48.383/* Product1@OID4:0v1 2024-05-03 05:10:48.383/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:48.370/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:48.370/2024-05-03 05:10:48.382 CDOResource@OID1:0v2("/") 2024-05-03 05:10:48.383/* CDOResourceFolder@OID2:0v1("BranchingTest_testDetachWithoutRevision_CheckMainBranch")2024-05-03 05:10:48.383/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:48.383/* Product1@OID4:0v1 2024-05-03 05:10:48.383/* BranchingTest_testDetachWithoutRevision_CheckMainBranch_subBranch[1]2024-05-03 05:10:48.383/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:48.389/* Product1@OID4:1v1d 2024-05-03 05:10:48.389/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:48.370/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:48.370/2024-05-03 05:10:48.382 CDOResource@OID1:0v2("/") 2024-05-03 05:10:48.383/* CDOResourceFolder@OID2:0v1("BranchingTest_testDetachWithoutRevision_CheckMainBranch")2024-05-03 05:10:48.383/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:48.383/* Product1@OID4:0v1 2024-05-03 05:10:48.383/* BranchingTest_testDetachWithoutRevision_CheckMainBranch_subBranch[1]2024-05-03 05:10:48.383/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:48.383/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:48.383/2024-05-03 05:10:48.388 CDOResource@OID3:1v1("res") 2024-05-03 05:10:48.389/* Product1@OID4:1v0->0v1 2024-05-03 05:10:48.383/2024-05-03 05:10:48.388 ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:48.370/* CDOResourceFolder@OID2:0v1("BranchingTest_testDetachWithoutRevision_CheckMainBranch")2024-05-03 05:10:48.383/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:48.383/* Product1@OID4:0v1 2024-05-03 05:10:48.383/* BranchingTest_testDetachWithoutRevision_CheckMainBranch_subBranch[1]2024-05-03 05:10:48.383/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:48.383/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:48.383/2024-05-03 05:10:48.388 MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:48.370/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:48.370/2024-05-03 05:10:48.382 CDOResource@OID1:0v2("/") 2024-05-03 05:10:48.383/* CDOResourceFolder@OID2:0v1("BranchingTest_testDetachWithoutRevision_CheckMainBranch")2024-05-03 05:10:48.383/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:48.383/* Product1@OID4:0v1 2024-05-03 05:10:48.383/* BranchingTest_testDetachWithoutRevision_CheckMainBranch_subBranch[1]2024-05-03 05:10:48.383/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:48.389/* Product1@OID4:1v1d 2024-05-03 05:10:48.389/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:48.370/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:48.370/2024-05-03 05:10:48.382 CDOResource@OID1:0v2("/") 2024-05-03 05:10:48.383/* CDOResourceFolder@OID2:0v1("BranchingTest_testDetachWithoutRevision_CheckMainBranch")2024-05-03 05:10:48.383/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:48.383/* Product1@OID4:0v1 2024-05-03 05:10:48.383/* BranchingTest_testDetachWithoutRevision_CheckMainBranch_subBranch[1]2024-05-03 05:10:48.383/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:48.383/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:48.383/2024-05-03 05:10:48.388 CDOResource@OID3:1v1("res") 2024-05-03 05:10:48.389/* Product1@OID4:1v0->0v1 2024-05-03 05:10:48.383/2024-05-03 05:10:48.388 ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:48.370/* CDOResourceFolder@OID2:0v1("BranchingTest_testDetachWithoutRevision_CheckMainBranch")2024-05-03 05:10:48.383/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:48.383/* Product1@OID4:0v1 2024-05-03 05:10:48.383/* BranchingTest_testDetachWithoutRevision_CheckMainBranch_subBranch[1]2024-05-03 05:10:48.383/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:48.383/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:48.383/2024-05-03 05:10:48.388 CDOResource@OID3:1v1("res") 2024-05-03 05:10:48.389/* Product1@OID4:1v0->0v1 2024-05-03 05:10:48.383/2024-05-03 05:10:48.388 MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:48.370/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:48.370/2024-05-03 05:10:48.382 CDOResource@OID1:0v2("/") 2024-05-03 05:10:48.383/* CDOResourceFolder@OID2:0v1("BranchingTest_testDetachWithoutRevision_CheckMainBranch")2024-05-03 05:10:48.383/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:48.383/* Product1@OID4:0v1 2024-05-03 05:10:48.383/* BranchingTest_testDetachWithoutRevision_CheckMainBranch_subBranch[1]2024-05-03 05:10:48.383/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:48.389/* Product1@OID4:1v1d 2024-05-03 05:10:48.389/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:48.370/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:48.370/2024-05-03 05:10:48.382 CDOResource@OID1:0v2("/") 2024-05-03 05:10:48.383/* CDOResourceFolder@OID2:0v1("BranchingTest_testDetachWithoutRevision_CheckMainBranch")2024-05-03 05:10:48.383/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:48.383/* Product1@OID4:0v1 2024-05-03 05:10:48.383/* BranchingTest_testDetachWithoutRevision_CheckMainBranch_subBranch[1]2024-05-03 05:10:48.383/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:48.383/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:48.383/2024-05-03 05:10:48.388 CDOResource@OID3:1v1("res") 2024-05-03 05:10:48.389/* Product1@OID4:1v0->0v1 2024-05-03 05:10:48.383/2024-05-03 05:10:48.388 ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:48.370/* CDOResourceFolder@OID2:0v1("BranchingTest_testDetachWithoutRevision_CheckMainBranch")2024-05-03 05:10:48.383/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:48.383/* Product1@OID4:0v1 2024-05-03 05:10:48.383/* BranchingTest_testDetachWithoutRevision_CheckMainBranch_subBranch[1]2024-05-03 05:10:48.383/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:48.383/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:48.383/2024-05-03 05:10:48.388 CDOResource@OID3:1v1("res") 2024-05-03 05:10:48.389/* Product1@OID4:1v0->0v1 2024-05-03 05:10:48.383/2024-05-03 05:10:48.388 ******************************************************* BranchingTest.testEvent [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* BranchingTest.testFutureBaseTime [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* BranchingTest.testGetBranch [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* BranchingTest.testGetPath [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* BranchingTest.testGetPathName [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* BranchingTest.testGetSubBranches [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* BranchingTest.testHandleRevisionsAfterDetachInSubBranch [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* BranchingTest.testMainBranch [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* BranchingTest.testObjectLifetime [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* BranchingTest.testRenameBranch [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* BranchingTest.testRenameBranchDuplicate [MEM-branching, JVM, Legacy] ******************************************************* [ERROR] The branch MAIN/BranchingTest_testRenameBranchDuplicate_existing already exists org.eclipse.emf.cdo.common.branch.CDODuplicateBranchException: The branch MAIN/BranchingTest_testRenameBranchDuplicate_existing already exists at org.eclipse.emf.cdo.internal.server.Repository.checkDuplicateBranchBase(Repository.java:688) at org.eclipse.emf.cdo.internal.server.Repository.checkDuplicateBranch(Repository.java:679) at org.eclipse.emf.cdo.internal.server.Repository.renameBranch(Repository.java:663) at org.eclipse.emf.cdo.tests.config.impl.RepositoryConfig$6.renameBranch(RepositoryConfig.java:779) at org.eclipse.emf.cdo.internal.common.branch.CDOBranchImpl.setName(CDOBranchImpl.java:150) at org.eclipse.emf.cdo.server.internal.net4j.protocol.RenameBranchIndication.responding(RenameBranchIndication.java:60) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerIndication.responding(CDOServerIndication.java:162) at org.eclipse.net4j.signal.IndicationWithResponse.doExtendedOutput(IndicationWithResponse.java:100) at org.eclipse.net4j.signal.Signal.doOutput(Signal.java:407) at org.eclipse.net4j.signal.IndicationWithResponse.execute(IndicationWithResponse.java:74) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerWriteIndication.execute(CDOServerWriteIndication.java:34) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) ******************************************************* BranchingTest.testRenameBranchIllegalName [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* BranchingTest.testSwitchTransactionTarget [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* BranchingTest.testSwitchViewTarget [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* BranchingWithCacheClearTest.testAncestor [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* BranchingWithCacheClearTest.testAuditViewOnBranch [MEM-branching, JVM, Legacy] ******************************************************* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:48.944/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:48.944/2024-05-03 05:10:48.956 CDOResource@OID1:0v2("/") 2024-05-03 05:10:48.957/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testAuditViewOnBranch")2024-05-03 05:10:48.957/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:48.957/* Product1@OID4:0v1 2024-05-03 05:10:48.957/* OrderDetail@OID5:0v1 2024-05-03 05:10:48.957/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:48.944/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:48.944/2024-05-03 05:10:48.956 CDOResource@OID1:0v2("/") 2024-05-03 05:10:48.957/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testAuditViewOnBranch")2024-05-03 05:10:48.957/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:48.957/* Product1@OID4:0v1 2024-05-03 05:10:48.957/* OrderDetail@OID5:0v1 2024-05-03 05:10:48.957/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:48.944/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:48.944/2024-05-03 05:10:48.956 CDOResource@OID1:0v2("/") 2024-05-03 05:10:48.957/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testAuditViewOnBranch")2024-05-03 05:10:48.957/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:48.957/* Product1@OID4:0v1 2024-05-03 05:10:48.957/* OrderDetail@OID5:0v1 2024-05-03 05:10:48.957/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:48.944/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:48.944/2024-05-03 05:10:48.956 CDOResource@OID1:0v2("/") 2024-05-03 05:10:48.957/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testAuditViewOnBranch")2024-05-03 05:10:48.957/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:48.957/* Product1@OID4:0v1 2024-05-03 05:10:48.957/* OrderDetail@OID5:0v1 2024-05-03 05:10:48.957/2024-05-03 05:10:48.958 OrderDetail@OID5:0v2 2024-05-03 05:10:48.959/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:48.944/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:48.944/2024-05-03 05:10:48.956 CDOResource@OID1:0v2("/") 2024-05-03 05:10:48.957/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testAuditViewOnBranch")2024-05-03 05:10:48.957/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:48.957/* Product1@OID4:0v1 2024-05-03 05:10:48.957/* OrderDetail@OID5:0v1 2024-05-03 05:10:48.957/2024-05-03 05:10:48.958 OrderDetail@OID5:0v2 2024-05-03 05:10:48.959/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:48.944/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:48.944/2024-05-03 05:10:48.956 CDOResource@OID1:0v2("/") 2024-05-03 05:10:48.957/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testAuditViewOnBranch")2024-05-03 05:10:48.957/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:48.957/* Product1@OID4:0v1 2024-05-03 05:10:48.957/* OrderDetail@OID5:0v1 2024-05-03 05:10:48.957/2024-05-03 05:10:48.958 OrderDetail@OID5:0v2 2024-05-03 05:10:48.959/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:48.944/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:48.944/2024-05-03 05:10:48.956 CDOResource@OID1:0v2("/") 2024-05-03 05:10:48.957/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testAuditViewOnBranch")2024-05-03 05:10:48.957/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:48.957/* Product1@OID4:0v1 2024-05-03 05:10:48.957/* OrderDetail@OID5:0v1 2024-05-03 05:10:48.957/2024-05-03 05:10:48.958 OrderDetail@OID5:0v2 2024-05-03 05:10:48.959/* BranchingWithCacheClearTest_testAuditViewOnBranch_subBranch[1]2024-05-03 05:10:48.961/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:48.966/* Product1@OID4:1v1 2024-05-03 05:10:48.966/* OrderDetail@OID6:1v1 2024-05-03 05:10:48.966/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:48.944/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:48.944/2024-05-03 05:10:48.956 CDOResource@OID1:0v2("/") 2024-05-03 05:10:48.957/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testAuditViewOnBranch")2024-05-03 05:10:48.957/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:48.957/* Product1@OID4:0v1 2024-05-03 05:10:48.957/* OrderDetail@OID5:0v1 2024-05-03 05:10:48.957/2024-05-03 05:10:48.958 OrderDetail@OID5:0v2 2024-05-03 05:10:48.959/* BranchingWithCacheClearTest_testAuditViewOnBranch_subBranch[1]2024-05-03 05:10:48.961/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:48.961/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:48.961/2024-05-03 05:10:48.965 CDOResource@OID3:1v1("res") 2024-05-03 05:10:48.966/* Product1@OID4:1v0->0v1 2024-05-03 05:10:48.961/2024-05-03 05:10:48.965 Product1@OID4:1v1 2024-05-03 05:10:48.966/* OrderDetail@OID5:1v0->0v2 2024-05-03 05:10:48.961/* OrderDetail@OID6:1v1 2024-05-03 05:10:48.966/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:48.944/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:48.944/2024-05-03 05:10:48.956 CDOResource@OID1:0v2("/") 2024-05-03 05:10:48.957/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testAuditViewOnBranch")2024-05-03 05:10:48.957/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:48.957/* Product1@OID4:0v1 2024-05-03 05:10:48.957/* OrderDetail@OID5:0v1 2024-05-03 05:10:48.957/2024-05-03 05:10:48.958 OrderDetail@OID5:0v2 2024-05-03 05:10:48.959/* BranchingWithCacheClearTest_testAuditViewOnBranch_subBranch[1]2024-05-03 05:10:48.961/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:48.961/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:48.961/2024-05-03 05:10:48.965 CDOResource@OID3:1v1("res") 2024-05-03 05:10:48.966/* Product1@OID4:1v0->0v1 2024-05-03 05:10:48.961/2024-05-03 05:10:48.965 Product1@OID4:1v1 2024-05-03 05:10:48.966/* OrderDetail@OID5:1v0->0v2 2024-05-03 05:10:48.961/* OrderDetail@OID6:1v1 2024-05-03 05:10:48.966/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:48.944/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:48.944/2024-05-03 05:10:48.956 CDOResource@OID1:0v2("/") 2024-05-03 05:10:48.957/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testAuditViewOnBranch")2024-05-03 05:10:48.957/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:48.957/* Product1@OID4:0v1 2024-05-03 05:10:48.957/* OrderDetail@OID5:0v1 2024-05-03 05:10:48.957/2024-05-03 05:10:48.958 OrderDetail@OID5:0v2 2024-05-03 05:10:48.959/* BranchingWithCacheClearTest_testAuditViewOnBranch_subBranch[1]2024-05-03 05:10:48.961/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:48.966/* Product1@OID4:1v1 2024-05-03 05:10:48.966/* OrderDetail@OID6:1v1 2024-05-03 05:10:48.966/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:48.944/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testAuditViewOnBranch")2024-05-03 05:10:48.957/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:48.957/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:48.944/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testAuditViewOnBranch")2024-05-03 05:10:48.957/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:48.957/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:48.944/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:48.944/2024-05-03 05:10:48.956 CDOResource@OID1:0v2("/") 2024-05-03 05:10:48.957/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testAuditViewOnBranch")2024-05-03 05:10:48.957/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:48.957/* Product1@OID4:0v1 2024-05-03 05:10:48.957/* OrderDetail@OID5:0v1 2024-05-03 05:10:48.957/2024-05-03 05:10:48.958 OrderDetail@OID5:0v2 2024-05-03 05:10:48.959/* BranchingWithCacheClearTest_testAuditViewOnBranch_subBranch[1]2024-05-03 05:10:48.961/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:48.966/* Product1@OID4:1v1 2024-05-03 05:10:48.966/* OrderDetail@OID6:1v1 2024-05-03 05:10:48.966/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:48.944/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testAuditViewOnBranch")2024-05-03 05:10:48.957/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:48.957/* Product1@OID4:0v1 2024-05-03 05:10:48.957/* OrderDetail@OID5:0v1 2024-05-03 05:10:48.957/2024-05-03 05:10:48.958 ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:48.944/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testAuditViewOnBranch")2024-05-03 05:10:48.957/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:48.957/* Product1@OID4:0v1 2024-05-03 05:10:48.957/* OrderDetail@OID5:0v1 2024-05-03 05:10:48.957/2024-05-03 05:10:48.958 MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:48.944/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:48.944/2024-05-03 05:10:48.956 CDOResource@OID1:0v2("/") 2024-05-03 05:10:48.957/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testAuditViewOnBranch")2024-05-03 05:10:48.957/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:48.957/* Product1@OID4:0v1 2024-05-03 05:10:48.957/* OrderDetail@OID5:0v1 2024-05-03 05:10:48.957/2024-05-03 05:10:48.958 OrderDetail@OID5:0v2 2024-05-03 05:10:48.959/* BranchingWithCacheClearTest_testAuditViewOnBranch_subBranch[1]2024-05-03 05:10:48.961/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:48.966/* Product1@OID4:1v1 2024-05-03 05:10:48.966/* OrderDetail@OID6:1v1 2024-05-03 05:10:48.966/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:48.944/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testAuditViewOnBranch")2024-05-03 05:10:48.957/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:48.957/* Product1@OID4:0v1 2024-05-03 05:10:48.957/* OrderDetail@OID5:0v1 2024-05-03 05:10:48.957/2024-05-03 05:10:48.958 ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:48.944/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testAuditViewOnBranch")2024-05-03 05:10:48.957/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:48.957/* Product1@OID4:0v1 2024-05-03 05:10:48.957/* OrderDetail@OID5:0v1 2024-05-03 05:10:48.957/2024-05-03 05:10:48.958 MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:48.944/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:48.944/2024-05-03 05:10:48.956 CDOResource@OID1:0v2("/") 2024-05-03 05:10:48.957/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testAuditViewOnBranch")2024-05-03 05:10:48.957/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:48.957/* Product1@OID4:0v1 2024-05-03 05:10:48.957/* OrderDetail@OID5:0v1 2024-05-03 05:10:48.957/2024-05-03 05:10:48.958 OrderDetail@OID5:0v2 2024-05-03 05:10:48.959/* BranchingWithCacheClearTest_testAuditViewOnBranch_subBranch[1]2024-05-03 05:10:48.961/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:48.966/* Product1@OID4:1v1 2024-05-03 05:10:48.966/* OrderDetail@OID6:1v1 2024-05-03 05:10:48.966/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:48.944/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testAuditViewOnBranch")2024-05-03 05:10:48.957/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:48.957/* Product1@OID4:0v1 2024-05-03 05:10:48.957/* OrderDetail@OID5:0v1 2024-05-03 05:10:48.957/2024-05-03 05:10:48.958 ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:48.944/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testAuditViewOnBranch")2024-05-03 05:10:48.957/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:48.957/* Product1@OID4:0v1 2024-05-03 05:10:48.957/* OrderDetail@OID5:0v1 2024-05-03 05:10:48.957/2024-05-03 05:10:48.958 MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:48.944/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:48.944/2024-05-03 05:10:48.956 CDOResource@OID1:0v2("/") 2024-05-03 05:10:48.957/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testAuditViewOnBranch")2024-05-03 05:10:48.957/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:48.957/* Product1@OID4:0v1 2024-05-03 05:10:48.957/* OrderDetail@OID5:0v1 2024-05-03 05:10:48.957/2024-05-03 05:10:48.958 OrderDetail@OID5:0v2 2024-05-03 05:10:48.959/* BranchingWithCacheClearTest_testAuditViewOnBranch_subBranch[1]2024-05-03 05:10:48.961/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:48.966/* Product1@OID4:1v1 2024-05-03 05:10:48.966/* OrderDetail@OID6:1v1 2024-05-03 05:10:48.966/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:48.944/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testAuditViewOnBranch")2024-05-03 05:10:48.957/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:48.957/* Product1@OID4:0v1 2024-05-03 05:10:48.957/* OrderDetail@OID5:0v1 2024-05-03 05:10:48.957/2024-05-03 05:10:48.958 OrderDetail@OID5:0v2 2024-05-03 05:10:48.959/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:48.944/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testAuditViewOnBranch")2024-05-03 05:10:48.957/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:48.957/* Product1@OID4:0v1 2024-05-03 05:10:48.957/* OrderDetail@OID5:0v1 2024-05-03 05:10:48.957/2024-05-03 05:10:48.958 OrderDetail@OID5:0v2 2024-05-03 05:10:48.959/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:48.944/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:48.944/2024-05-03 05:10:48.956 CDOResource@OID1:0v2("/") 2024-05-03 05:10:48.957/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testAuditViewOnBranch")2024-05-03 05:10:48.957/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:48.957/* Product1@OID4:0v1 2024-05-03 05:10:48.957/* OrderDetail@OID5:0v1 2024-05-03 05:10:48.957/2024-05-03 05:10:48.958 OrderDetail@OID5:0v2 2024-05-03 05:10:48.959/* BranchingWithCacheClearTest_testAuditViewOnBranch_subBranch[1]2024-05-03 05:10:48.961/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:48.966/* Product1@OID4:1v1 2024-05-03 05:10:48.966/* OrderDetail@OID6:1v1 2024-05-03 05:10:48.966/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:48.944/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testAuditViewOnBranch")2024-05-03 05:10:48.957/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:48.957/* Product1@OID4:0v1 2024-05-03 05:10:48.957/* OrderDetail@OID5:0v1 2024-05-03 05:10:48.957/2024-05-03 05:10:48.958 OrderDetail@OID5:0v2 2024-05-03 05:10:48.959/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:48.944/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testAuditViewOnBranch")2024-05-03 05:10:48.957/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:48.957/* Product1@OID4:0v1 2024-05-03 05:10:48.957/* OrderDetail@OID5:0v1 2024-05-03 05:10:48.957/2024-05-03 05:10:48.958 OrderDetail@OID5:0v2 2024-05-03 05:10:48.959/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:48.944/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:48.944/2024-05-03 05:10:48.956 CDOResource@OID1:0v2("/") 2024-05-03 05:10:48.957/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testAuditViewOnBranch")2024-05-03 05:10:48.957/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:48.957/* Product1@OID4:0v1 2024-05-03 05:10:48.957/* OrderDetail@OID5:0v1 2024-05-03 05:10:48.957/2024-05-03 05:10:48.958 OrderDetail@OID5:0v2 2024-05-03 05:10:48.959/* BranchingWithCacheClearTest_testAuditViewOnBranch_subBranch[1]2024-05-03 05:10:48.961/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:48.966/* Product1@OID4:1v1 2024-05-03 05:10:48.966/* OrderDetail@OID6:1v1 2024-05-03 05:10:48.966/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:48.944/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testAuditViewOnBranch")2024-05-03 05:10:48.957/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:48.957/* Product1@OID4:0v1 2024-05-03 05:10:48.957/* OrderDetail@OID5:0v1 2024-05-03 05:10:48.957/2024-05-03 05:10:48.958 OrderDetail@OID5:0v2 2024-05-03 05:10:48.959/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:48.944/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testAuditViewOnBranch")2024-05-03 05:10:48.957/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:48.957/* Product1@OID4:0v1 2024-05-03 05:10:48.957/* OrderDetail@OID5:0v1 2024-05-03 05:10:48.957/2024-05-03 05:10:48.958 OrderDetail@OID5:0v2 2024-05-03 05:10:48.959/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:48.944/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:48.944/2024-05-03 05:10:48.956 CDOResource@OID1:0v2("/") 2024-05-03 05:10:48.957/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testAuditViewOnBranch")2024-05-03 05:10:48.957/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:48.957/* Product1@OID4:0v1 2024-05-03 05:10:48.957/* OrderDetail@OID5:0v1 2024-05-03 05:10:48.957/2024-05-03 05:10:48.958 OrderDetail@OID5:0v2 2024-05-03 05:10:48.959/* BranchingWithCacheClearTest_testAuditViewOnBranch_subBranch[1]2024-05-03 05:10:48.961/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:48.966/* Product1@OID4:1v1 2024-05-03 05:10:48.966/* OrderDetail@OID6:1v1 2024-05-03 05:10:48.966/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:48.944/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testAuditViewOnBranch")2024-05-03 05:10:48.957/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:48.957/* Product1@OID4:0v1 2024-05-03 05:10:48.957/* OrderDetail@OID5:0v1 2024-05-03 05:10:48.957/2024-05-03 05:10:48.958 OrderDetail@OID5:0v2 2024-05-03 05:10:48.959/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:48.944/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testAuditViewOnBranch")2024-05-03 05:10:48.957/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:48.957/* Product1@OID4:0v1 2024-05-03 05:10:48.957/* OrderDetail@OID5:0v1 2024-05-03 05:10:48.957/2024-05-03 05:10:48.958 OrderDetail@OID5:0v2 2024-05-03 05:10:48.959/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:48.944/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:48.944/2024-05-03 05:10:48.956 CDOResource@OID1:0v2("/") 2024-05-03 05:10:48.957/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testAuditViewOnBranch")2024-05-03 05:10:48.957/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:48.957/* Product1@OID4:0v1 2024-05-03 05:10:48.957/* OrderDetail@OID5:0v1 2024-05-03 05:10:48.957/2024-05-03 05:10:48.958 OrderDetail@OID5:0v2 2024-05-03 05:10:48.959/* BranchingWithCacheClearTest_testAuditViewOnBranch_subBranch[1]2024-05-03 05:10:48.961/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:48.966/* Product1@OID4:1v1 2024-05-03 05:10:48.966/* OrderDetail@OID6:1v1 2024-05-03 05:10:48.966/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:48.944/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testAuditViewOnBranch")2024-05-03 05:10:48.957/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:48.957/* Product1@OID4:0v1 2024-05-03 05:10:48.957/* OrderDetail@OID5:0v1 2024-05-03 05:10:48.957/2024-05-03 05:10:48.958 OrderDetail@OID5:0v2 2024-05-03 05:10:48.959/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:48.944/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testAuditViewOnBranch")2024-05-03 05:10:48.957/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:48.957/* Product1@OID4:0v1 2024-05-03 05:10:48.957/* OrderDetail@OID5:0v1 2024-05-03 05:10:48.957/2024-05-03 05:10:48.958 OrderDetail@OID5:0v2 2024-05-03 05:10:48.959/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:48.944/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:48.944/2024-05-03 05:10:48.956 CDOResource@OID1:0v2("/") 2024-05-03 05:10:48.957/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testAuditViewOnBranch")2024-05-03 05:10:48.957/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:48.957/* Product1@OID4:0v1 2024-05-03 05:10:48.957/* OrderDetail@OID5:0v1 2024-05-03 05:10:48.957/2024-05-03 05:10:48.958 OrderDetail@OID5:0v2 2024-05-03 05:10:48.959/* BranchingWithCacheClearTest_testAuditViewOnBranch_subBranch[1]2024-05-03 05:10:48.961/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:48.966/* Product1@OID4:1v1 2024-05-03 05:10:48.966/* OrderDetail@OID6:1v1 2024-05-03 05:10:48.966/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:48.944/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testAuditViewOnBranch")2024-05-03 05:10:48.957/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:48.957/* Product1@OID4:0v1 2024-05-03 05:10:48.957/* OrderDetail@OID5:0v1 2024-05-03 05:10:48.957/2024-05-03 05:10:48.958 OrderDetail@OID5:0v2 2024-05-03 05:10:48.959/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:48.944/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testAuditViewOnBranch")2024-05-03 05:10:48.957/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:48.957/* Product1@OID4:0v1 2024-05-03 05:10:48.957/* OrderDetail@OID5:0v1 2024-05-03 05:10:48.957/2024-05-03 05:10:48.958 OrderDetail@OID5:0v2 2024-05-03 05:10:48.959/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:48.944/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:48.944/2024-05-03 05:10:48.956 CDOResource@OID1:0v2("/") 2024-05-03 05:10:48.957/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testAuditViewOnBranch")2024-05-03 05:10:48.957/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:48.957/* Product1@OID4:0v1 2024-05-03 05:10:48.957/* OrderDetail@OID5:0v1 2024-05-03 05:10:48.957/2024-05-03 05:10:48.958 OrderDetail@OID5:0v2 2024-05-03 05:10:48.959/* BranchingWithCacheClearTest_testAuditViewOnBranch_subBranch[1]2024-05-03 05:10:48.961/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:48.966/* Product1@OID4:1v1 2024-05-03 05:10:48.966/* OrderDetail@OID6:1v1 2024-05-03 05:10:48.966/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:48.944/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testAuditViewOnBranch")2024-05-03 05:10:48.957/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:48.957/* Product1@OID4:0v1 2024-05-03 05:10:48.957/* OrderDetail@OID5:0v1 2024-05-03 05:10:48.957/2024-05-03 05:10:48.958 OrderDetail@OID5:0v2 2024-05-03 05:10:48.959/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:48.944/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testAuditViewOnBranch")2024-05-03 05:10:48.957/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:48.957/* Product1@OID4:0v1 2024-05-03 05:10:48.957/* OrderDetail@OID5:0v1 2024-05-03 05:10:48.957/2024-05-03 05:10:48.958 OrderDetail@OID5:0v2 2024-05-03 05:10:48.959/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:48.944/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:48.944/2024-05-03 05:10:48.956 CDOResource@OID1:0v2("/") 2024-05-03 05:10:48.957/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testAuditViewOnBranch")2024-05-03 05:10:48.957/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:48.957/* Product1@OID4:0v1 2024-05-03 05:10:48.957/* OrderDetail@OID5:0v1 2024-05-03 05:10:48.957/2024-05-03 05:10:48.958 OrderDetail@OID5:0v2 2024-05-03 05:10:48.959/* BranchingWithCacheClearTest_testAuditViewOnBranch_subBranch[1]2024-05-03 05:10:48.961/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:48.966/* Product1@OID4:1v1 2024-05-03 05:10:48.966/* OrderDetail@OID6:1v1 2024-05-03 05:10:48.966/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:48.944/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testAuditViewOnBranch")2024-05-03 05:10:48.957/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:48.957/* Product1@OID4:0v1 2024-05-03 05:10:48.957/* OrderDetail@OID5:0v1 2024-05-03 05:10:48.957/2024-05-03 05:10:48.958 OrderDetail@OID5:0v2 2024-05-03 05:10:48.959/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:48.944/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testAuditViewOnBranch")2024-05-03 05:10:48.957/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:48.957/* Product1@OID4:0v1 2024-05-03 05:10:48.957/* OrderDetail@OID5:0v1 2024-05-03 05:10:48.957/2024-05-03 05:10:48.958 OrderDetail@OID5:0v2 2024-05-03 05:10:48.959/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:48.944/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:48.944/2024-05-03 05:10:48.956 CDOResource@OID1:0v2("/") 2024-05-03 05:10:48.957/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testAuditViewOnBranch")2024-05-03 05:10:48.957/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:48.957/* Product1@OID4:0v1 2024-05-03 05:10:48.957/* OrderDetail@OID5:0v1 2024-05-03 05:10:48.957/2024-05-03 05:10:48.958 OrderDetail@OID5:0v2 2024-05-03 05:10:48.959/* BranchingWithCacheClearTest_testAuditViewOnBranch_subBranch[1]2024-05-03 05:10:48.961/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:48.966/* Product1@OID4:1v1 2024-05-03 05:10:48.966/* OrderDetail@OID6:1v1 2024-05-03 05:10:48.966/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:48.944/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testAuditViewOnBranch")2024-05-03 05:10:48.957/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:48.957/* Product1@OID4:0v1 2024-05-03 05:10:48.957/* OrderDetail@OID5:0v1 2024-05-03 05:10:48.957/2024-05-03 05:10:48.958 OrderDetail@OID5:0v2 2024-05-03 05:10:48.959/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:48.944/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testAuditViewOnBranch")2024-05-03 05:10:48.957/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:48.957/* Product1@OID4:0v1 2024-05-03 05:10:48.957/* OrderDetail@OID5:0v1 2024-05-03 05:10:48.957/2024-05-03 05:10:48.958 OrderDetail@OID5:0v2 2024-05-03 05:10:48.959/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:48.944/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:48.944/2024-05-03 05:10:48.956 CDOResource@OID1:0v2("/") 2024-05-03 05:10:48.957/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testAuditViewOnBranch")2024-05-03 05:10:48.957/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:48.957/* Product1@OID4:0v1 2024-05-03 05:10:48.957/* OrderDetail@OID5:0v1 2024-05-03 05:10:48.957/2024-05-03 05:10:48.958 OrderDetail@OID5:0v2 2024-05-03 05:10:48.959/* BranchingWithCacheClearTest_testAuditViewOnBranch_subBranch[1]2024-05-03 05:10:48.961/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:48.966/* Product1@OID4:1v1 2024-05-03 05:10:48.966/* OrderDetail@OID6:1v1 2024-05-03 05:10:48.966/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:48.944/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testAuditViewOnBranch")2024-05-03 05:10:48.957/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:48.957/* Product1@OID4:0v1 2024-05-03 05:10:48.957/* OrderDetail@OID5:0v1 2024-05-03 05:10:48.957/2024-05-03 05:10:48.958 OrderDetail@OID5:0v2 2024-05-03 05:10:48.959/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:48.944/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testAuditViewOnBranch")2024-05-03 05:10:48.957/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:48.957/* Product1@OID4:0v1 2024-05-03 05:10:48.957/* OrderDetail@OID5:0v1 2024-05-03 05:10:48.957/2024-05-03 05:10:48.958 OrderDetail@OID5:0v2 2024-05-03 05:10:48.959/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:48.944/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:48.944/2024-05-03 05:10:48.956 CDOResource@OID1:0v2("/") 2024-05-03 05:10:48.957/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testAuditViewOnBranch")2024-05-03 05:10:48.957/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:48.957/* Product1@OID4:0v1 2024-05-03 05:10:48.957/* OrderDetail@OID5:0v1 2024-05-03 05:10:48.957/2024-05-03 05:10:48.958 OrderDetail@OID5:0v2 2024-05-03 05:10:48.959/* BranchingWithCacheClearTest_testAuditViewOnBranch_subBranch[1]2024-05-03 05:10:48.961/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:48.966/* Product1@OID4:1v1 2024-05-03 05:10:48.966/* OrderDetail@OID6:1v1 2024-05-03 05:10:48.966/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:48.944/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testAuditViewOnBranch")2024-05-03 05:10:48.957/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:48.957/* Product1@OID4:0v1 2024-05-03 05:10:48.957/* OrderDetail@OID5:0v1 2024-05-03 05:10:48.957/2024-05-03 05:10:48.958 OrderDetail@OID5:0v2 2024-05-03 05:10:48.959/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:48.944/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testAuditViewOnBranch")2024-05-03 05:10:48.957/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:48.957/* Product1@OID4:0v1 2024-05-03 05:10:48.957/* OrderDetail@OID5:0v1 2024-05-03 05:10:48.957/2024-05-03 05:10:48.958 OrderDetail@OID5:0v2 2024-05-03 05:10:48.959/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:48.944/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:48.944/2024-05-03 05:10:48.956 CDOResource@OID1:0v2("/") 2024-05-03 05:10:48.957/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testAuditViewOnBranch")2024-05-03 05:10:48.957/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:48.957/* Product1@OID4:0v1 2024-05-03 05:10:48.957/* OrderDetail@OID5:0v1 2024-05-03 05:10:48.957/2024-05-03 05:10:48.958 OrderDetail@OID5:0v2 2024-05-03 05:10:48.959/* BranchingWithCacheClearTest_testAuditViewOnBranch_subBranch[1]2024-05-03 05:10:48.961/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:48.966/* Product1@OID4:1v1 2024-05-03 05:10:48.966/* OrderDetail@OID6:1v1 2024-05-03 05:10:48.966/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:48.944/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testAuditViewOnBranch")2024-05-03 05:10:48.957/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:48.957/* Product1@OID4:0v1 2024-05-03 05:10:48.957/* OrderDetail@OID5:0v1 2024-05-03 05:10:48.957/2024-05-03 05:10:48.958 OrderDetail@OID5:0v2 2024-05-03 05:10:48.959/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:48.944/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testAuditViewOnBranch")2024-05-03 05:10:48.957/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:48.957/* Product1@OID4:0v1 2024-05-03 05:10:48.957/* OrderDetail@OID5:0v1 2024-05-03 05:10:48.957/2024-05-03 05:10:48.958 OrderDetail@OID5:0v2 2024-05-03 05:10:48.959/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:48.944/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:48.944/2024-05-03 05:10:48.956 CDOResource@OID1:0v2("/") 2024-05-03 05:10:48.957/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testAuditViewOnBranch")2024-05-03 05:10:48.957/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:48.957/* Product1@OID4:0v1 2024-05-03 05:10:48.957/* OrderDetail@OID5:0v1 2024-05-03 05:10:48.957/2024-05-03 05:10:48.958 OrderDetail@OID5:0v2 2024-05-03 05:10:48.959/* BranchingWithCacheClearTest_testAuditViewOnBranch_subBranch[1]2024-05-03 05:10:48.961/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:48.966/* Product1@OID4:1v1 2024-05-03 05:10:48.966/* OrderDetail@OID6:1v1 2024-05-03 05:10:48.966/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:48.944/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testAuditViewOnBranch")2024-05-03 05:10:48.957/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:48.957/* Product1@OID4:0v1 2024-05-03 05:10:48.957/* OrderDetail@OID5:0v1 2024-05-03 05:10:48.957/2024-05-03 05:10:48.958 OrderDetail@OID5:0v2 2024-05-03 05:10:48.959/* BranchingWithCacheClearTest_testAuditViewOnBranch_subBranch[1]2024-05-03 05:10:48.961/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:48.961/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:48.966/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:48.944/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testAuditViewOnBranch")2024-05-03 05:10:48.957/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:48.957/* Product1@OID4:0v1 2024-05-03 05:10:48.957/* OrderDetail@OID5:0v1 2024-05-03 05:10:48.957/2024-05-03 05:10:48.958 OrderDetail@OID5:0v2 2024-05-03 05:10:48.959/* BranchingWithCacheClearTest_testAuditViewOnBranch_subBranch[1]2024-05-03 05:10:48.961/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:48.961/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:48.966/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:48.944/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:48.944/2024-05-03 05:10:48.956 CDOResource@OID1:0v2("/") 2024-05-03 05:10:48.957/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testAuditViewOnBranch")2024-05-03 05:10:48.957/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:48.957/* Product1@OID4:0v1 2024-05-03 05:10:48.957/* OrderDetail@OID5:0v1 2024-05-03 05:10:48.957/2024-05-03 05:10:48.958 OrderDetail@OID5:0v2 2024-05-03 05:10:48.959/* BranchingWithCacheClearTest_testAuditViewOnBranch_subBranch[1]2024-05-03 05:10:48.961/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:48.966/* Product1@OID4:1v1 2024-05-03 05:10:48.966/* OrderDetail@OID6:1v1 2024-05-03 05:10:48.966/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:48.944/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testAuditViewOnBranch")2024-05-03 05:10:48.957/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:48.957/* Product1@OID4:0v1 2024-05-03 05:10:48.957/* OrderDetail@OID5:0v1 2024-05-03 05:10:48.957/2024-05-03 05:10:48.958 OrderDetail@OID5:0v2 2024-05-03 05:10:48.959/* BranchingWithCacheClearTest_testAuditViewOnBranch_subBranch[1]2024-05-03 05:10:48.961/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:48.961/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:48.966/* Product1@OID4:1v1 2024-05-03 05:10:48.966/* OrderDetail@OID5:1v0->0v2 2024-05-03 05:10:48.961/* OrderDetail@OID6:1v1 2024-05-03 05:10:48.966/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:48.944/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testAuditViewOnBranch")2024-05-03 05:10:48.957/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:48.957/* Product1@OID4:0v1 2024-05-03 05:10:48.957/* OrderDetail@OID5:0v1 2024-05-03 05:10:48.957/2024-05-03 05:10:48.958 OrderDetail@OID5:0v2 2024-05-03 05:10:48.959/* BranchingWithCacheClearTest_testAuditViewOnBranch_subBranch[1]2024-05-03 05:10:48.961/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:48.961/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:48.966/* Product1@OID4:1v1 2024-05-03 05:10:48.966/* OrderDetail@OID5:1v0->0v2 2024-05-03 05:10:48.961/* OrderDetail@OID6:1v1 2024-05-03 05:10:48.966/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:48.944/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:48.944/2024-05-03 05:10:48.956 CDOResource@OID1:0v2("/") 2024-05-03 05:10:48.957/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testAuditViewOnBranch")2024-05-03 05:10:48.957/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:48.957/* Product1@OID4:0v1 2024-05-03 05:10:48.957/* OrderDetail@OID5:0v1 2024-05-03 05:10:48.957/2024-05-03 05:10:48.958 OrderDetail@OID5:0v2 2024-05-03 05:10:48.959/* BranchingWithCacheClearTest_testAuditViewOnBranch_subBranch[1]2024-05-03 05:10:48.961/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:48.966/* Product1@OID4:1v1 2024-05-03 05:10:48.966/* OrderDetail@OID6:1v1 2024-05-03 05:10:48.966/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:48.944/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testAuditViewOnBranch")2024-05-03 05:10:48.957/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:48.957/* Product1@OID4:0v1 2024-05-03 05:10:48.957/* OrderDetail@OID5:0v1 2024-05-03 05:10:48.957/2024-05-03 05:10:48.958 OrderDetail@OID5:0v2 2024-05-03 05:10:48.959/* BranchingWithCacheClearTest_testAuditViewOnBranch_subBranch[1]2024-05-03 05:10:48.961/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:48.961/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:48.966/* Product1@OID4:1v1 2024-05-03 05:10:48.966/* OrderDetail@OID5:1v0->0v2 2024-05-03 05:10:48.961/* OrderDetail@OID6:1v1 2024-05-03 05:10:48.966/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:48.944/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testAuditViewOnBranch")2024-05-03 05:10:48.957/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:48.957/* Product1@OID4:0v1 2024-05-03 05:10:48.957/* OrderDetail@OID5:0v1 2024-05-03 05:10:48.957/2024-05-03 05:10:48.958 OrderDetail@OID5:0v2 2024-05-03 05:10:48.959/* BranchingWithCacheClearTest_testAuditViewOnBranch_subBranch[1]2024-05-03 05:10:48.961/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:48.961/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:48.966/* Product1@OID4:1v1 2024-05-03 05:10:48.966/* OrderDetail@OID5:1v0->0v2 2024-05-03 05:10:48.961/* OrderDetail@OID6:1v1 2024-05-03 05:10:48.966/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:48.944/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:48.944/2024-05-03 05:10:48.956 CDOResource@OID1:0v2("/") 2024-05-03 05:10:48.957/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testAuditViewOnBranch")2024-05-03 05:10:48.957/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:48.957/* Product1@OID4:0v1 2024-05-03 05:10:48.957/* OrderDetail@OID5:0v1 2024-05-03 05:10:48.957/2024-05-03 05:10:48.958 OrderDetail@OID5:0v2 2024-05-03 05:10:48.959/* BranchingWithCacheClearTest_testAuditViewOnBranch_subBranch[1]2024-05-03 05:10:48.961/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:48.966/* Product1@OID4:1v1 2024-05-03 05:10:48.966/* OrderDetail@OID6:1v1 2024-05-03 05:10:48.966/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:48.944/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testAuditViewOnBranch")2024-05-03 05:10:48.957/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:48.957/* Product1@OID4:0v1 2024-05-03 05:10:48.957/* OrderDetail@OID5:0v1 2024-05-03 05:10:48.957/2024-05-03 05:10:48.958 OrderDetail@OID5:0v2 2024-05-03 05:10:48.959/* BranchingWithCacheClearTest_testAuditViewOnBranch_subBranch[1]2024-05-03 05:10:48.961/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:48.961/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:48.966/* Product1@OID4:1v1 2024-05-03 05:10:48.966/* OrderDetail@OID5:1v0->0v2 2024-05-03 05:10:48.961/* OrderDetail@OID6:1v1 2024-05-03 05:10:48.966/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:48.944/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testAuditViewOnBranch")2024-05-03 05:10:48.957/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:48.957/* Product1@OID4:0v1 2024-05-03 05:10:48.957/* OrderDetail@OID5:0v1 2024-05-03 05:10:48.957/2024-05-03 05:10:48.958 OrderDetail@OID5:0v2 2024-05-03 05:10:48.959/* BranchingWithCacheClearTest_testAuditViewOnBranch_subBranch[1]2024-05-03 05:10:48.961/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:48.961/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:48.966/* Product1@OID4:1v1 2024-05-03 05:10:48.966/* OrderDetail@OID5:1v0->0v2 2024-05-03 05:10:48.961/* OrderDetail@OID6:1v1 2024-05-03 05:10:48.966/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:48.944/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:48.944/2024-05-03 05:10:48.956 CDOResource@OID1:0v2("/") 2024-05-03 05:10:48.957/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testAuditViewOnBranch")2024-05-03 05:10:48.957/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:48.957/* Product1@OID4:0v1 2024-05-03 05:10:48.957/* OrderDetail@OID5:0v1 2024-05-03 05:10:48.957/2024-05-03 05:10:48.958 OrderDetail@OID5:0v2 2024-05-03 05:10:48.959/* BranchingWithCacheClearTest_testAuditViewOnBranch_subBranch[1]2024-05-03 05:10:48.961/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:48.966/* Product1@OID4:1v1 2024-05-03 05:10:48.966/* OrderDetail@OID6:1v1 2024-05-03 05:10:48.966/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:48.944/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testAuditViewOnBranch")2024-05-03 05:10:48.957/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:48.957/* Product1@OID4:0v1 2024-05-03 05:10:48.957/* OrderDetail@OID5:0v1 2024-05-03 05:10:48.957/2024-05-03 05:10:48.958 OrderDetail@OID5:0v2 2024-05-03 05:10:48.959/* BranchingWithCacheClearTest_testAuditViewOnBranch_subBranch[1]2024-05-03 05:10:48.961/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:48.961/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:48.966/* Product1@OID4:1v1 2024-05-03 05:10:48.966/* OrderDetail@OID5:1v0->0v2 2024-05-03 05:10:48.961/* OrderDetail@OID6:1v1 2024-05-03 05:10:48.966/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:48.944/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testAuditViewOnBranch")2024-05-03 05:10:48.957/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:48.957/* Product1@OID4:0v1 2024-05-03 05:10:48.957/* OrderDetail@OID5:0v1 2024-05-03 05:10:48.957/2024-05-03 05:10:48.958 OrderDetail@OID5:0v2 2024-05-03 05:10:48.959/* BranchingWithCacheClearTest_testAuditViewOnBranch_subBranch[1]2024-05-03 05:10:48.961/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:48.961/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:48.966/* Product1@OID4:1v1 2024-05-03 05:10:48.966/* OrderDetail@OID5:1v0->0v2 2024-05-03 05:10:48.961/* OrderDetail@OID6:1v1 2024-05-03 05:10:48.966/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:48.944/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:48.944/2024-05-03 05:10:48.956 CDOResource@OID1:0v2("/") 2024-05-03 05:10:48.957/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testAuditViewOnBranch")2024-05-03 05:10:48.957/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:48.957/* Product1@OID4:0v1 2024-05-03 05:10:48.957/* OrderDetail@OID5:0v1 2024-05-03 05:10:48.957/2024-05-03 05:10:48.958 OrderDetail@OID5:0v2 2024-05-03 05:10:48.959/* BranchingWithCacheClearTest_testAuditViewOnBranch_subBranch[1]2024-05-03 05:10:48.961/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:48.966/* Product1@OID4:1v1 2024-05-03 05:10:48.966/* OrderDetail@OID6:1v1 2024-05-03 05:10:48.966/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:48.944/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testAuditViewOnBranch")2024-05-03 05:10:48.957/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:48.957/* Product1@OID4:0v1 2024-05-03 05:10:48.957/* OrderDetail@OID5:0v1 2024-05-03 05:10:48.957/2024-05-03 05:10:48.958 OrderDetail@OID5:0v2 2024-05-03 05:10:48.959/* BranchingWithCacheClearTest_testAuditViewOnBranch_subBranch[1]2024-05-03 05:10:48.961/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:48.961/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:48.966/* Product1@OID4:1v1 2024-05-03 05:10:48.966/* OrderDetail@OID5:1v0->0v2 2024-05-03 05:10:48.961/* OrderDetail@OID6:1v1 2024-05-03 05:10:48.966/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:48.944/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testAuditViewOnBranch")2024-05-03 05:10:48.957/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:48.957/* Product1@OID4:0v1 2024-05-03 05:10:48.957/* OrderDetail@OID5:0v1 2024-05-03 05:10:48.957/2024-05-03 05:10:48.958 OrderDetail@OID5:0v2 2024-05-03 05:10:48.959/* BranchingWithCacheClearTest_testAuditViewOnBranch_subBranch[1]2024-05-03 05:10:48.961/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:48.961/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:48.966/* Product1@OID4:1v1 2024-05-03 05:10:48.966/* OrderDetail@OID5:1v0->0v2 2024-05-03 05:10:48.961/* OrderDetail@OID6:1v1 2024-05-03 05:10:48.966/* ******************************************************* BranchingWithCacheClearTest.testBasePath [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* BranchingWithCacheClearTest.testCommit [MEM-branching, JVM, Legacy] ******************************************************* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:49.063/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:49.063/2024-05-03 05:10:49.076 CDOResource@OID1:0v2("/") 2024-05-03 05:10:49.077/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testCommit")2024-05-03 05:10:49.077/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.077/* Product1@OID4:0v1 2024-05-03 05:10:49.077/* OrderDetail@OID5:0v1 2024-05-03 05:10:49.077/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:49.063/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:49.063/2024-05-03 05:10:49.076 CDOResource@OID1:0v2("/") 2024-05-03 05:10:49.077/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testCommit")2024-05-03 05:10:49.077/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.077/* Product1@OID4:0v1 2024-05-03 05:10:49.077/* OrderDetail@OID5:0v1 2024-05-03 05:10:49.077/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:49.063/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:49.063/2024-05-03 05:10:49.076 CDOResource@OID1:0v2("/") 2024-05-03 05:10:49.077/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testCommit")2024-05-03 05:10:49.077/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.077/* Product1@OID4:0v1 2024-05-03 05:10:49.077/* OrderDetail@OID5:0v1 2024-05-03 05:10:49.077/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:49.063/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:49.063/2024-05-03 05:10:49.076 CDOResource@OID1:0v2("/") 2024-05-03 05:10:49.077/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testCommit")2024-05-03 05:10:49.077/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.077/* Product1@OID4:0v1 2024-05-03 05:10:49.077/* OrderDetail@OID5:0v1 2024-05-03 05:10:49.077/* BranchingWithCacheClearTest_testCommit_subBranch[1]2024-05-03 05:10:49.077/* OrderDetail@OID5:1v1 2024-05-03 05:10:49.084/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:49.063/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:49.063/2024-05-03 05:10:49.076 CDOResource@OID1:0v2("/") 2024-05-03 05:10:49.077/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testCommit")2024-05-03 05:10:49.077/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.077/* Product1@OID4:0v1 2024-05-03 05:10:49.077/* OrderDetail@OID5:0v1 2024-05-03 05:10:49.077/* BranchingWithCacheClearTest_testCommit_subBranch[1]2024-05-03 05:10:49.077/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:49.077/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:49.077/* Product1@OID4:1v0->0v1 2024-05-03 05:10:49.077/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:49.077/2024-05-03 05:10:49.083 OrderDetail@OID5:1v1 2024-05-03 05:10:49.084/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:49.063/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:49.063/2024-05-03 05:10:49.076 CDOResource@OID1:0v2("/") 2024-05-03 05:10:49.077/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testCommit")2024-05-03 05:10:49.077/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.077/* Product1@OID4:0v1 2024-05-03 05:10:49.077/* OrderDetail@OID5:0v1 2024-05-03 05:10:49.077/* BranchingWithCacheClearTest_testCommit_subBranch[1]2024-05-03 05:10:49.077/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:49.077/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:49.077/* Product1@OID4:1v0->0v1 2024-05-03 05:10:49.077/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:49.077/2024-05-03 05:10:49.083 OrderDetail@OID5:1v1 2024-05-03 05:10:49.084/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:49.063/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:49.063/2024-05-03 05:10:49.076 CDOResource@OID1:0v2("/") 2024-05-03 05:10:49.077/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testCommit")2024-05-03 05:10:49.077/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.077/* Product1@OID4:0v1 2024-05-03 05:10:49.077/* OrderDetail@OID5:0v1 2024-05-03 05:10:49.077/* BranchingWithCacheClearTest_testCommit_subBranch[1]2024-05-03 05:10:49.077/* OrderDetail@OID5:1v1 2024-05-03 05:10:49.084/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:49.063/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testCommit")2024-05-03 05:10:49.077/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.077/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:49.063/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testCommit")2024-05-03 05:10:49.077/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.077/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:49.063/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:49.063/2024-05-03 05:10:49.076 CDOResource@OID1:0v2("/") 2024-05-03 05:10:49.077/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testCommit")2024-05-03 05:10:49.077/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.077/* Product1@OID4:0v1 2024-05-03 05:10:49.077/* OrderDetail@OID5:0v1 2024-05-03 05:10:49.077/* BranchingWithCacheClearTest_testCommit_subBranch[1]2024-05-03 05:10:49.077/* OrderDetail@OID5:1v1 2024-05-03 05:10:49.084/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:49.063/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testCommit")2024-05-03 05:10:49.077/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.077/* Product1@OID4:0v1 2024-05-03 05:10:49.077/* OrderDetail@OID5:0v1 2024-05-03 05:10:49.077/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:49.063/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testCommit")2024-05-03 05:10:49.077/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.077/* Product1@OID4:0v1 2024-05-03 05:10:49.077/* OrderDetail@OID5:0v1 2024-05-03 05:10:49.077/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:49.063/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:49.063/2024-05-03 05:10:49.076 CDOResource@OID1:0v2("/") 2024-05-03 05:10:49.077/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testCommit")2024-05-03 05:10:49.077/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.077/* Product1@OID4:0v1 2024-05-03 05:10:49.077/* OrderDetail@OID5:0v1 2024-05-03 05:10:49.077/* BranchingWithCacheClearTest_testCommit_subBranch[1]2024-05-03 05:10:49.077/* OrderDetail@OID5:1v1 2024-05-03 05:10:49.084/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:49.063/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testCommit")2024-05-03 05:10:49.077/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.077/* Product1@OID4:0v1 2024-05-03 05:10:49.077/* OrderDetail@OID5:0v1 2024-05-03 05:10:49.077/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:49.063/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testCommit")2024-05-03 05:10:49.077/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.077/* Product1@OID4:0v1 2024-05-03 05:10:49.077/* OrderDetail@OID5:0v1 2024-05-03 05:10:49.077/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:49.063/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:49.063/2024-05-03 05:10:49.076 CDOResource@OID1:0v2("/") 2024-05-03 05:10:49.077/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testCommit")2024-05-03 05:10:49.077/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.077/* Product1@OID4:0v1 2024-05-03 05:10:49.077/* OrderDetail@OID5:0v1 2024-05-03 05:10:49.077/* BranchingWithCacheClearTest_testCommit_subBranch[1]2024-05-03 05:10:49.077/* OrderDetail@OID5:1v1 2024-05-03 05:10:49.084/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:49.063/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testCommit")2024-05-03 05:10:49.077/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.077/* Product1@OID4:0v1 2024-05-03 05:10:49.077/* OrderDetail@OID5:0v1 2024-05-03 05:10:49.077/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:49.063/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testCommit")2024-05-03 05:10:49.077/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.077/* Product1@OID4:0v1 2024-05-03 05:10:49.077/* OrderDetail@OID5:0v1 2024-05-03 05:10:49.077/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:49.063/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:49.063/2024-05-03 05:10:49.076 CDOResource@OID1:0v2("/") 2024-05-03 05:10:49.077/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testCommit")2024-05-03 05:10:49.077/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.077/* Product1@OID4:0v1 2024-05-03 05:10:49.077/* OrderDetail@OID5:0v1 2024-05-03 05:10:49.077/* BranchingWithCacheClearTest_testCommit_subBranch[1]2024-05-03 05:10:49.077/* OrderDetail@OID5:1v1 2024-05-03 05:10:49.084/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:49.063/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testCommit")2024-05-03 05:10:49.077/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.077/* Product1@OID4:0v1 2024-05-03 05:10:49.077/* OrderDetail@OID5:0v1 2024-05-03 05:10:49.077/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:49.063/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testCommit")2024-05-03 05:10:49.077/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.077/* Product1@OID4:0v1 2024-05-03 05:10:49.077/* OrderDetail@OID5:0v1 2024-05-03 05:10:49.077/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:49.063/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:49.063/2024-05-03 05:10:49.076 CDOResource@OID1:0v2("/") 2024-05-03 05:10:49.077/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testCommit")2024-05-03 05:10:49.077/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.077/* Product1@OID4:0v1 2024-05-03 05:10:49.077/* OrderDetail@OID5:0v1 2024-05-03 05:10:49.077/* BranchingWithCacheClearTest_testCommit_subBranch[1]2024-05-03 05:10:49.077/* OrderDetail@OID5:1v1 2024-05-03 05:10:49.084/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:49.063/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testCommit")2024-05-03 05:10:49.077/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.077/* Product1@OID4:0v1 2024-05-03 05:10:49.077/* OrderDetail@OID5:0v1 2024-05-03 05:10:49.077/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:49.063/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testCommit")2024-05-03 05:10:49.077/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.077/* Product1@OID4:0v1 2024-05-03 05:10:49.077/* OrderDetail@OID5:0v1 2024-05-03 05:10:49.077/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:49.063/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:49.063/2024-05-03 05:10:49.076 CDOResource@OID1:0v2("/") 2024-05-03 05:10:49.077/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testCommit")2024-05-03 05:10:49.077/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.077/* Product1@OID4:0v1 2024-05-03 05:10:49.077/* OrderDetail@OID5:0v1 2024-05-03 05:10:49.077/* BranchingWithCacheClearTest_testCommit_subBranch[1]2024-05-03 05:10:49.077/* OrderDetail@OID5:1v1 2024-05-03 05:10:49.084/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:49.063/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testCommit")2024-05-03 05:10:49.077/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.077/* Product1@OID4:0v1 2024-05-03 05:10:49.077/* OrderDetail@OID5:0v1 2024-05-03 05:10:49.077/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:49.063/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testCommit")2024-05-03 05:10:49.077/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.077/* Product1@OID4:0v1 2024-05-03 05:10:49.077/* OrderDetail@OID5:0v1 2024-05-03 05:10:49.077/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:49.063/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:49.063/2024-05-03 05:10:49.076 CDOResource@OID1:0v2("/") 2024-05-03 05:10:49.077/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testCommit")2024-05-03 05:10:49.077/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.077/* Product1@OID4:0v1 2024-05-03 05:10:49.077/* OrderDetail@OID5:0v1 2024-05-03 05:10:49.077/* BranchingWithCacheClearTest_testCommit_subBranch[1]2024-05-03 05:10:49.077/* OrderDetail@OID5:1v1 2024-05-03 05:10:49.084/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:49.063/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testCommit")2024-05-03 05:10:49.077/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.077/* Product1@OID4:0v1 2024-05-03 05:10:49.077/* OrderDetail@OID5:0v1 2024-05-03 05:10:49.077/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:49.063/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testCommit")2024-05-03 05:10:49.077/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.077/* Product1@OID4:0v1 2024-05-03 05:10:49.077/* OrderDetail@OID5:0v1 2024-05-03 05:10:49.077/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:49.063/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:49.063/2024-05-03 05:10:49.076 CDOResource@OID1:0v2("/") 2024-05-03 05:10:49.077/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testCommit")2024-05-03 05:10:49.077/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.077/* Product1@OID4:0v1 2024-05-03 05:10:49.077/* OrderDetail@OID5:0v1 2024-05-03 05:10:49.077/* BranchingWithCacheClearTest_testCommit_subBranch[1]2024-05-03 05:10:49.077/* OrderDetail@OID5:1v1 2024-05-03 05:10:49.084/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:49.063/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testCommit")2024-05-03 05:10:49.077/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.077/* Product1@OID4:0v1 2024-05-03 05:10:49.077/* OrderDetail@OID5:0v1 2024-05-03 05:10:49.077/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:49.063/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testCommit")2024-05-03 05:10:49.077/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.077/* Product1@OID4:0v1 2024-05-03 05:10:49.077/* OrderDetail@OID5:0v1 2024-05-03 05:10:49.077/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:49.063/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:49.063/2024-05-03 05:10:49.076 CDOResource@OID1:0v2("/") 2024-05-03 05:10:49.077/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testCommit")2024-05-03 05:10:49.077/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.077/* Product1@OID4:0v1 2024-05-03 05:10:49.077/* OrderDetail@OID5:0v1 2024-05-03 05:10:49.077/* BranchingWithCacheClearTest_testCommit_subBranch[1]2024-05-03 05:10:49.077/* OrderDetail@OID5:1v1 2024-05-03 05:10:49.084/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:49.063/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testCommit")2024-05-03 05:10:49.077/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.077/* Product1@OID4:0v1 2024-05-03 05:10:49.077/* OrderDetail@OID5:0v1 2024-05-03 05:10:49.077/* BranchingWithCacheClearTest_testCommit_subBranch[1]2024-05-03 05:10:49.077/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:49.077/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:49.077/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:49.063/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testCommit")2024-05-03 05:10:49.077/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.077/* Product1@OID4:0v1 2024-05-03 05:10:49.077/* OrderDetail@OID5:0v1 2024-05-03 05:10:49.077/* BranchingWithCacheClearTest_testCommit_subBranch[1]2024-05-03 05:10:49.077/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:49.077/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:49.077/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:49.063/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:49.063/2024-05-03 05:10:49.076 CDOResource@OID1:0v2("/") 2024-05-03 05:10:49.077/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testCommit")2024-05-03 05:10:49.077/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.077/* Product1@OID4:0v1 2024-05-03 05:10:49.077/* OrderDetail@OID5:0v1 2024-05-03 05:10:49.077/* BranchingWithCacheClearTest_testCommit_subBranch[1]2024-05-03 05:10:49.077/* OrderDetail@OID5:1v1 2024-05-03 05:10:49.084/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:49.063/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testCommit")2024-05-03 05:10:49.077/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.077/* Product1@OID4:0v1 2024-05-03 05:10:49.077/* OrderDetail@OID5:0v1 2024-05-03 05:10:49.077/* BranchingWithCacheClearTest_testCommit_subBranch[1]2024-05-03 05:10:49.077/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:49.077/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:49.077/* Product1@OID4:1v0->0v1 2024-05-03 05:10:49.077/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:49.077/2024-05-03 05:10:49.083 ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:49.063/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testCommit")2024-05-03 05:10:49.077/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.077/* Product1@OID4:0v1 2024-05-03 05:10:49.077/* OrderDetail@OID5:0v1 2024-05-03 05:10:49.077/* BranchingWithCacheClearTest_testCommit_subBranch[1]2024-05-03 05:10:49.077/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:49.077/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:49.077/* Product1@OID4:1v0->0v1 2024-05-03 05:10:49.077/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:49.077/2024-05-03 05:10:49.083 MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:49.063/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:49.063/2024-05-03 05:10:49.076 CDOResource@OID1:0v2("/") 2024-05-03 05:10:49.077/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testCommit")2024-05-03 05:10:49.077/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.077/* Product1@OID4:0v1 2024-05-03 05:10:49.077/* OrderDetail@OID5:0v1 2024-05-03 05:10:49.077/* BranchingWithCacheClearTest_testCommit_subBranch[1]2024-05-03 05:10:49.077/* OrderDetail@OID5:1v1 2024-05-03 05:10:49.084/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:49.063/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testCommit")2024-05-03 05:10:49.077/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.077/* Product1@OID4:0v1 2024-05-03 05:10:49.077/* OrderDetail@OID5:0v1 2024-05-03 05:10:49.077/* BranchingWithCacheClearTest_testCommit_subBranch[1]2024-05-03 05:10:49.077/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:49.077/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:49.077/* Product1@OID4:1v0->0v1 2024-05-03 05:10:49.077/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:49.077/2024-05-03 05:10:49.083 ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:49.063/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testCommit")2024-05-03 05:10:49.077/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.077/* Product1@OID4:0v1 2024-05-03 05:10:49.077/* OrderDetail@OID5:0v1 2024-05-03 05:10:49.077/* BranchingWithCacheClearTest_testCommit_subBranch[1]2024-05-03 05:10:49.077/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:49.077/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:49.077/* Product1@OID4:1v0->0v1 2024-05-03 05:10:49.077/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:49.077/2024-05-03 05:10:49.083 MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:49.063/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:49.063/2024-05-03 05:10:49.076 CDOResource@OID1:0v2("/") 2024-05-03 05:10:49.077/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testCommit")2024-05-03 05:10:49.077/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.077/* Product1@OID4:0v1 2024-05-03 05:10:49.077/* OrderDetail@OID5:0v1 2024-05-03 05:10:49.077/* BranchingWithCacheClearTest_testCommit_subBranch[1]2024-05-03 05:10:49.077/* OrderDetail@OID5:1v1 2024-05-03 05:10:49.084/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:49.063/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testCommit")2024-05-03 05:10:49.077/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.077/* Product1@OID4:0v1 2024-05-03 05:10:49.077/* OrderDetail@OID5:0v1 2024-05-03 05:10:49.077/* BranchingWithCacheClearTest_testCommit_subBranch[1]2024-05-03 05:10:49.077/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:49.077/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:49.077/* Product1@OID4:1v0->0v1 2024-05-03 05:10:49.077/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:49.077/2024-05-03 05:10:49.083 ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:49.063/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testCommit")2024-05-03 05:10:49.077/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.077/* Product1@OID4:0v1 2024-05-03 05:10:49.077/* OrderDetail@OID5:0v1 2024-05-03 05:10:49.077/* BranchingWithCacheClearTest_testCommit_subBranch[1]2024-05-03 05:10:49.077/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:49.077/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:49.077/* Product1@OID4:1v0->0v1 2024-05-03 05:10:49.077/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:49.077/2024-05-03 05:10:49.083 MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:49.063/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:49.063/2024-05-03 05:10:49.076 CDOResource@OID1:0v2("/") 2024-05-03 05:10:49.077/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testCommit")2024-05-03 05:10:49.077/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.077/* Product1@OID4:0v1 2024-05-03 05:10:49.077/* OrderDetail@OID5:0v1 2024-05-03 05:10:49.077/* BranchingWithCacheClearTest_testCommit_subBranch[1]2024-05-03 05:10:49.077/* OrderDetail@OID5:1v1 2024-05-03 05:10:49.084/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:49.063/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testCommit")2024-05-03 05:10:49.077/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.077/* Product1@OID4:0v1 2024-05-03 05:10:49.077/* OrderDetail@OID5:0v1 2024-05-03 05:10:49.077/* BranchingWithCacheClearTest_testCommit_subBranch[1]2024-05-03 05:10:49.077/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:49.077/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:49.077/* Product1@OID4:1v0->0v1 2024-05-03 05:10:49.077/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:49.077/2024-05-03 05:10:49.083 OrderDetail@OID5:1v1 2024-05-03 05:10:49.084/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:49.063/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testCommit")2024-05-03 05:10:49.077/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.077/* Product1@OID4:0v1 2024-05-03 05:10:49.077/* OrderDetail@OID5:0v1 2024-05-03 05:10:49.077/* BranchingWithCacheClearTest_testCommit_subBranch[1]2024-05-03 05:10:49.077/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:49.077/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:49.077/* Product1@OID4:1v0->0v1 2024-05-03 05:10:49.077/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:49.077/2024-05-03 05:10:49.083 OrderDetail@OID5:1v1 2024-05-03 05:10:49.084/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:49.063/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:49.063/2024-05-03 05:10:49.076 CDOResource@OID1:0v2("/") 2024-05-03 05:10:49.077/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testCommit")2024-05-03 05:10:49.077/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.077/* Product1@OID4:0v1 2024-05-03 05:10:49.077/* OrderDetail@OID5:0v1 2024-05-03 05:10:49.077/* BranchingWithCacheClearTest_testCommit_subBranch[1]2024-05-03 05:10:49.077/* OrderDetail@OID5:1v1 2024-05-03 05:10:49.084/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:49.063/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testCommit")2024-05-03 05:10:49.077/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.077/* Product1@OID4:0v1 2024-05-03 05:10:49.077/* OrderDetail@OID5:0v1 2024-05-03 05:10:49.077/* BranchingWithCacheClearTest_testCommit_subBranch[1]2024-05-03 05:10:49.077/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:49.077/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:49.077/* Product1@OID4:1v0->0v1 2024-05-03 05:10:49.077/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:49.077/2024-05-03 05:10:49.083 OrderDetail@OID5:1v1 2024-05-03 05:10:49.084/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:49.063/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testCommit")2024-05-03 05:10:49.077/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.077/* Product1@OID4:0v1 2024-05-03 05:10:49.077/* OrderDetail@OID5:0v1 2024-05-03 05:10:49.077/* BranchingWithCacheClearTest_testCommit_subBranch[1]2024-05-03 05:10:49.077/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:49.077/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:49.077/* Product1@OID4:1v0->0v1 2024-05-03 05:10:49.077/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:49.077/2024-05-03 05:10:49.083 OrderDetail@OID5:1v1 2024-05-03 05:10:49.084/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:49.063/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:49.063/2024-05-03 05:10:49.076 CDOResource@OID1:0v2("/") 2024-05-03 05:10:49.077/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testCommit")2024-05-03 05:10:49.077/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.077/* Product1@OID4:0v1 2024-05-03 05:10:49.077/* OrderDetail@OID5:0v1 2024-05-03 05:10:49.077/* BranchingWithCacheClearTest_testCommit_subBranch[1]2024-05-03 05:10:49.077/* OrderDetail@OID5:1v1 2024-05-03 05:10:49.084/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:49.063/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testCommit")2024-05-03 05:10:49.077/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.077/* Product1@OID4:0v1 2024-05-03 05:10:49.077/* OrderDetail@OID5:0v1 2024-05-03 05:10:49.077/* BranchingWithCacheClearTest_testCommit_subBranch[1]2024-05-03 05:10:49.077/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:49.077/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:49.077/* Product1@OID4:1v0->0v1 2024-05-03 05:10:49.077/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:49.077/2024-05-03 05:10:49.083 OrderDetail@OID5:1v1 2024-05-03 05:10:49.084/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:49.063/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testCommit")2024-05-03 05:10:49.077/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.077/* Product1@OID4:0v1 2024-05-03 05:10:49.077/* OrderDetail@OID5:0v1 2024-05-03 05:10:49.077/* BranchingWithCacheClearTest_testCommit_subBranch[1]2024-05-03 05:10:49.077/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:49.077/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:49.077/* Product1@OID4:1v0->0v1 2024-05-03 05:10:49.077/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:49.077/2024-05-03 05:10:49.083 OrderDetail@OID5:1v1 2024-05-03 05:10:49.084/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:49.063/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:49.063/2024-05-03 05:10:49.076 CDOResource@OID1:0v2("/") 2024-05-03 05:10:49.077/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testCommit")2024-05-03 05:10:49.077/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.077/* Product1@OID4:0v1 2024-05-03 05:10:49.077/* OrderDetail@OID5:0v1 2024-05-03 05:10:49.077/* BranchingWithCacheClearTest_testCommit_subBranch[1]2024-05-03 05:10:49.077/* OrderDetail@OID5:1v1 2024-05-03 05:10:49.084/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:49.063/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testCommit")2024-05-03 05:10:49.077/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.077/* Product1@OID4:0v1 2024-05-03 05:10:49.077/* OrderDetail@OID5:0v1 2024-05-03 05:10:49.077/* BranchingWithCacheClearTest_testCommit_subBranch[1]2024-05-03 05:10:49.077/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:49.077/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:49.077/* Product1@OID4:1v0->0v1 2024-05-03 05:10:49.077/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:49.077/2024-05-03 05:10:49.083 OrderDetail@OID5:1v1 2024-05-03 05:10:49.084/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:49.063/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testCommit")2024-05-03 05:10:49.077/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.077/* Product1@OID4:0v1 2024-05-03 05:10:49.077/* OrderDetail@OID5:0v1 2024-05-03 05:10:49.077/* BranchingWithCacheClearTest_testCommit_subBranch[1]2024-05-03 05:10:49.077/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:49.077/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:49.077/* Product1@OID4:1v0->0v1 2024-05-03 05:10:49.077/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:49.077/2024-05-03 05:10:49.083 OrderDetail@OID5:1v1 2024-05-03 05:10:49.084/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:49.063/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:49.063/2024-05-03 05:10:49.076 CDOResource@OID1:0v2("/") 2024-05-03 05:10:49.077/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testCommit")2024-05-03 05:10:49.077/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.077/* Product1@OID4:0v1 2024-05-03 05:10:49.077/* OrderDetail@OID5:0v1 2024-05-03 05:10:49.077/* BranchingWithCacheClearTest_testCommit_subBranch[1]2024-05-03 05:10:49.077/* OrderDetail@OID5:1v1 2024-05-03 05:10:49.084/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:49.063/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testCommit")2024-05-03 05:10:49.077/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.077/* Product1@OID4:0v1 2024-05-03 05:10:49.077/* OrderDetail@OID5:0v1 2024-05-03 05:10:49.077/* BranchingWithCacheClearTest_testCommit_subBranch[1]2024-05-03 05:10:49.077/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:49.077/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:49.077/* Product1@OID4:1v0->0v1 2024-05-03 05:10:49.077/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:49.077/2024-05-03 05:10:49.083 OrderDetail@OID5:1v1 2024-05-03 05:10:49.084/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:49.063/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testCommit")2024-05-03 05:10:49.077/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.077/* Product1@OID4:0v1 2024-05-03 05:10:49.077/* OrderDetail@OID5:0v1 2024-05-03 05:10:49.077/* BranchingWithCacheClearTest_testCommit_subBranch[1]2024-05-03 05:10:49.077/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:49.077/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:49.077/* Product1@OID4:1v0->0v1 2024-05-03 05:10:49.077/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:49.077/2024-05-03 05:10:49.083 OrderDetail@OID5:1v1 2024-05-03 05:10:49.084/* ******************************************************* BranchingWithCacheClearTest.testCommitAddOrderDetail [MEM-branching, JVM, Legacy] ******************************************************* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:49.146/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:49.146/2024-05-03 05:10:49.158 CDOResource@OID1:0v2("/") 2024-05-03 05:10:49.159/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testCommitAddOrderDetail")2024-05-03 05:10:49.159/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.159/* Product1@OID4:0v1 2024-05-03 05:10:49.159/* OrderDetail@OID5:0v1 2024-05-03 05:10:49.159/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:49.146/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:49.146/2024-05-03 05:10:49.158 CDOResource@OID1:0v2("/") 2024-05-03 05:10:49.159/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testCommitAddOrderDetail")2024-05-03 05:10:49.159/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.159/* Product1@OID4:0v1 2024-05-03 05:10:49.159/* OrderDetail@OID5:0v1 2024-05-03 05:10:49.159/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:49.146/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:49.146/2024-05-03 05:10:49.158 CDOResource@OID1:0v2("/") 2024-05-03 05:10:49.159/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testCommitAddOrderDetail")2024-05-03 05:10:49.159/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.159/* Product1@OID4:0v1 2024-05-03 05:10:49.159/* OrderDetail@OID5:0v1 2024-05-03 05:10:49.159/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:49.146/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:49.146/2024-05-03 05:10:49.158 CDOResource@OID1:0v2("/") 2024-05-03 05:10:49.159/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testCommitAddOrderDetail")2024-05-03 05:10:49.159/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.159/* Product1@OID4:0v1 2024-05-03 05:10:49.159/* OrderDetail@OID5:0v1 2024-05-03 05:10:49.159/* BranchingWithCacheClearTest_testCommitAddOrderDetail_subBranch[1]2024-05-03 05:10:49.159/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:49.165/* Product1@OID4:1v1 2024-05-03 05:10:49.165/* OrderDetail@OID6:1v1 2024-05-03 05:10:49.165/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:49.146/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:49.146/2024-05-03 05:10:49.158 CDOResource@OID1:0v2("/") 2024-05-03 05:10:49.159/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testCommitAddOrderDetail")2024-05-03 05:10:49.159/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.159/* Product1@OID4:0v1 2024-05-03 05:10:49.159/* OrderDetail@OID5:0v1 2024-05-03 05:10:49.159/* BranchingWithCacheClearTest_testCommitAddOrderDetail_subBranch[1]2024-05-03 05:10:49.159/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:49.159/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:49.159/2024-05-03 05:10:49.164 CDOResource@OID3:1v1("res") 2024-05-03 05:10:49.165/* Product1@OID4:1v0->0v1 2024-05-03 05:10:49.159/2024-05-03 05:10:49.164 Product1@OID4:1v1 2024-05-03 05:10:49.165/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:49.159/* OrderDetail@OID6:1v1 2024-05-03 05:10:49.165/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:49.146/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:49.146/2024-05-03 05:10:49.158 CDOResource@OID1:0v2("/") 2024-05-03 05:10:49.159/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testCommitAddOrderDetail")2024-05-03 05:10:49.159/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.159/* Product1@OID4:0v1 2024-05-03 05:10:49.159/* OrderDetail@OID5:0v1 2024-05-03 05:10:49.159/* BranchingWithCacheClearTest_testCommitAddOrderDetail_subBranch[1]2024-05-03 05:10:49.159/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:49.159/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:49.159/2024-05-03 05:10:49.164 CDOResource@OID3:1v1("res") 2024-05-03 05:10:49.165/* Product1@OID4:1v0->0v1 2024-05-03 05:10:49.159/2024-05-03 05:10:49.164 Product1@OID4:1v1 2024-05-03 05:10:49.165/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:49.159/* OrderDetail@OID6:1v1 2024-05-03 05:10:49.165/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:49.146/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:49.146/2024-05-03 05:10:49.158 CDOResource@OID1:0v2("/") 2024-05-03 05:10:49.159/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testCommitAddOrderDetail")2024-05-03 05:10:49.159/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.159/* Product1@OID4:0v1 2024-05-03 05:10:49.159/* OrderDetail@OID5:0v1 2024-05-03 05:10:49.159/* BranchingWithCacheClearTest_testCommitAddOrderDetail_subBranch[1]2024-05-03 05:10:49.159/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:49.165/* Product1@OID4:1v1 2024-05-03 05:10:49.165/* OrderDetail@OID6:1v1 2024-05-03 05:10:49.165/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:49.146/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testCommitAddOrderDetail")2024-05-03 05:10:49.159/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.159/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:49.146/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testCommitAddOrderDetail")2024-05-03 05:10:49.159/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.159/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:49.146/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:49.146/2024-05-03 05:10:49.158 CDOResource@OID1:0v2("/") 2024-05-03 05:10:49.159/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testCommitAddOrderDetail")2024-05-03 05:10:49.159/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.159/* Product1@OID4:0v1 2024-05-03 05:10:49.159/* OrderDetail@OID5:0v1 2024-05-03 05:10:49.159/* BranchingWithCacheClearTest_testCommitAddOrderDetail_subBranch[1]2024-05-03 05:10:49.159/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:49.165/* Product1@OID4:1v1 2024-05-03 05:10:49.165/* OrderDetail@OID6:1v1 2024-05-03 05:10:49.165/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:49.146/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testCommitAddOrderDetail")2024-05-03 05:10:49.159/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.159/* Product1@OID4:0v1 2024-05-03 05:10:49.159/* OrderDetail@OID5:0v1 2024-05-03 05:10:49.159/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:49.146/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testCommitAddOrderDetail")2024-05-03 05:10:49.159/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.159/* Product1@OID4:0v1 2024-05-03 05:10:49.159/* OrderDetail@OID5:0v1 2024-05-03 05:10:49.159/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:49.146/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:49.146/2024-05-03 05:10:49.158 CDOResource@OID1:0v2("/") 2024-05-03 05:10:49.159/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testCommitAddOrderDetail")2024-05-03 05:10:49.159/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.159/* Product1@OID4:0v1 2024-05-03 05:10:49.159/* OrderDetail@OID5:0v1 2024-05-03 05:10:49.159/* BranchingWithCacheClearTest_testCommitAddOrderDetail_subBranch[1]2024-05-03 05:10:49.159/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:49.165/* Product1@OID4:1v1 2024-05-03 05:10:49.165/* OrderDetail@OID6:1v1 2024-05-03 05:10:49.165/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:49.146/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testCommitAddOrderDetail")2024-05-03 05:10:49.159/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.159/* Product1@OID4:0v1 2024-05-03 05:10:49.159/* OrderDetail@OID5:0v1 2024-05-03 05:10:49.159/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:49.146/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testCommitAddOrderDetail")2024-05-03 05:10:49.159/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.159/* Product1@OID4:0v1 2024-05-03 05:10:49.159/* OrderDetail@OID5:0v1 2024-05-03 05:10:49.159/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:49.146/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:49.146/2024-05-03 05:10:49.158 CDOResource@OID1:0v2("/") 2024-05-03 05:10:49.159/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testCommitAddOrderDetail")2024-05-03 05:10:49.159/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.159/* Product1@OID4:0v1 2024-05-03 05:10:49.159/* OrderDetail@OID5:0v1 2024-05-03 05:10:49.159/* BranchingWithCacheClearTest_testCommitAddOrderDetail_subBranch[1]2024-05-03 05:10:49.159/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:49.165/* Product1@OID4:1v1 2024-05-03 05:10:49.165/* OrderDetail@OID6:1v1 2024-05-03 05:10:49.165/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:49.146/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testCommitAddOrderDetail")2024-05-03 05:10:49.159/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.159/* Product1@OID4:0v1 2024-05-03 05:10:49.159/* OrderDetail@OID5:0v1 2024-05-03 05:10:49.159/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:49.146/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testCommitAddOrderDetail")2024-05-03 05:10:49.159/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.159/* Product1@OID4:0v1 2024-05-03 05:10:49.159/* OrderDetail@OID5:0v1 2024-05-03 05:10:49.159/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:49.146/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:49.146/2024-05-03 05:10:49.158 CDOResource@OID1:0v2("/") 2024-05-03 05:10:49.159/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testCommitAddOrderDetail")2024-05-03 05:10:49.159/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.159/* Product1@OID4:0v1 2024-05-03 05:10:49.159/* OrderDetail@OID5:0v1 2024-05-03 05:10:49.159/* BranchingWithCacheClearTest_testCommitAddOrderDetail_subBranch[1]2024-05-03 05:10:49.159/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:49.165/* Product1@OID4:1v1 2024-05-03 05:10:49.165/* OrderDetail@OID6:1v1 2024-05-03 05:10:49.165/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:49.146/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testCommitAddOrderDetail")2024-05-03 05:10:49.159/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.159/* Product1@OID4:0v1 2024-05-03 05:10:49.159/* OrderDetail@OID5:0v1 2024-05-03 05:10:49.159/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:49.146/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testCommitAddOrderDetail")2024-05-03 05:10:49.159/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.159/* Product1@OID4:0v1 2024-05-03 05:10:49.159/* OrderDetail@OID5:0v1 2024-05-03 05:10:49.159/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:49.146/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:49.146/2024-05-03 05:10:49.158 CDOResource@OID1:0v2("/") 2024-05-03 05:10:49.159/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testCommitAddOrderDetail")2024-05-03 05:10:49.159/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.159/* Product1@OID4:0v1 2024-05-03 05:10:49.159/* OrderDetail@OID5:0v1 2024-05-03 05:10:49.159/* BranchingWithCacheClearTest_testCommitAddOrderDetail_subBranch[1]2024-05-03 05:10:49.159/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:49.165/* Product1@OID4:1v1 2024-05-03 05:10:49.165/* OrderDetail@OID6:1v1 2024-05-03 05:10:49.165/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:49.146/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testCommitAddOrderDetail")2024-05-03 05:10:49.159/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.159/* Product1@OID4:0v1 2024-05-03 05:10:49.159/* OrderDetail@OID5:0v1 2024-05-03 05:10:49.159/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:49.146/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testCommitAddOrderDetail")2024-05-03 05:10:49.159/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.159/* Product1@OID4:0v1 2024-05-03 05:10:49.159/* OrderDetail@OID5:0v1 2024-05-03 05:10:49.159/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:49.146/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:49.146/2024-05-03 05:10:49.158 CDOResource@OID1:0v2("/") 2024-05-03 05:10:49.159/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testCommitAddOrderDetail")2024-05-03 05:10:49.159/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.159/* Product1@OID4:0v1 2024-05-03 05:10:49.159/* OrderDetail@OID5:0v1 2024-05-03 05:10:49.159/* BranchingWithCacheClearTest_testCommitAddOrderDetail_subBranch[1]2024-05-03 05:10:49.159/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:49.165/* Product1@OID4:1v1 2024-05-03 05:10:49.165/* OrderDetail@OID6:1v1 2024-05-03 05:10:49.165/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:49.146/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testCommitAddOrderDetail")2024-05-03 05:10:49.159/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.159/* Product1@OID4:0v1 2024-05-03 05:10:49.159/* OrderDetail@OID5:0v1 2024-05-03 05:10:49.159/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:49.146/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testCommitAddOrderDetail")2024-05-03 05:10:49.159/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.159/* Product1@OID4:0v1 2024-05-03 05:10:49.159/* OrderDetail@OID5:0v1 2024-05-03 05:10:49.159/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:49.146/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:49.146/2024-05-03 05:10:49.158 CDOResource@OID1:0v2("/") 2024-05-03 05:10:49.159/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testCommitAddOrderDetail")2024-05-03 05:10:49.159/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.159/* Product1@OID4:0v1 2024-05-03 05:10:49.159/* OrderDetail@OID5:0v1 2024-05-03 05:10:49.159/* BranchingWithCacheClearTest_testCommitAddOrderDetail_subBranch[1]2024-05-03 05:10:49.159/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:49.165/* Product1@OID4:1v1 2024-05-03 05:10:49.165/* OrderDetail@OID6:1v1 2024-05-03 05:10:49.165/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:49.146/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testCommitAddOrderDetail")2024-05-03 05:10:49.159/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.159/* Product1@OID4:0v1 2024-05-03 05:10:49.159/* OrderDetail@OID5:0v1 2024-05-03 05:10:49.159/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:49.146/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testCommitAddOrderDetail")2024-05-03 05:10:49.159/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.159/* Product1@OID4:0v1 2024-05-03 05:10:49.159/* OrderDetail@OID5:0v1 2024-05-03 05:10:49.159/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:49.146/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:49.146/2024-05-03 05:10:49.158 CDOResource@OID1:0v2("/") 2024-05-03 05:10:49.159/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testCommitAddOrderDetail")2024-05-03 05:10:49.159/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.159/* Product1@OID4:0v1 2024-05-03 05:10:49.159/* OrderDetail@OID5:0v1 2024-05-03 05:10:49.159/* BranchingWithCacheClearTest_testCommitAddOrderDetail_subBranch[1]2024-05-03 05:10:49.159/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:49.165/* Product1@OID4:1v1 2024-05-03 05:10:49.165/* OrderDetail@OID6:1v1 2024-05-03 05:10:49.165/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:49.146/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testCommitAddOrderDetail")2024-05-03 05:10:49.159/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.159/* Product1@OID4:0v1 2024-05-03 05:10:49.159/* OrderDetail@OID5:0v1 2024-05-03 05:10:49.159/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:49.146/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testCommitAddOrderDetail")2024-05-03 05:10:49.159/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.159/* Product1@OID4:0v1 2024-05-03 05:10:49.159/* OrderDetail@OID5:0v1 2024-05-03 05:10:49.159/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:49.146/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:49.146/2024-05-03 05:10:49.158 CDOResource@OID1:0v2("/") 2024-05-03 05:10:49.159/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testCommitAddOrderDetail")2024-05-03 05:10:49.159/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.159/* Product1@OID4:0v1 2024-05-03 05:10:49.159/* OrderDetail@OID5:0v1 2024-05-03 05:10:49.159/* BranchingWithCacheClearTest_testCommitAddOrderDetail_subBranch[1]2024-05-03 05:10:49.159/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:49.165/* Product1@OID4:1v1 2024-05-03 05:10:49.165/* OrderDetail@OID6:1v1 2024-05-03 05:10:49.165/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:49.146/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testCommitAddOrderDetail")2024-05-03 05:10:49.159/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.159/* Product1@OID4:0v1 2024-05-03 05:10:49.159/* OrderDetail@OID5:0v1 2024-05-03 05:10:49.159/* BranchingWithCacheClearTest_testCommitAddOrderDetail_subBranch[1]2024-05-03 05:10:49.159/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:49.159/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:49.159/2024-05-03 05:10:49.164 ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:49.146/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testCommitAddOrderDetail")2024-05-03 05:10:49.159/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.159/* Product1@OID4:0v1 2024-05-03 05:10:49.159/* OrderDetail@OID5:0v1 2024-05-03 05:10:49.159/* BranchingWithCacheClearTest_testCommitAddOrderDetail_subBranch[1]2024-05-03 05:10:49.159/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:49.159/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:49.159/2024-05-03 05:10:49.164 MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:49.146/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:49.146/2024-05-03 05:10:49.158 CDOResource@OID1:0v2("/") 2024-05-03 05:10:49.159/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testCommitAddOrderDetail")2024-05-03 05:10:49.159/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.159/* Product1@OID4:0v1 2024-05-03 05:10:49.159/* OrderDetail@OID5:0v1 2024-05-03 05:10:49.159/* BranchingWithCacheClearTest_testCommitAddOrderDetail_subBranch[1]2024-05-03 05:10:49.159/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:49.165/* Product1@OID4:1v1 2024-05-03 05:10:49.165/* OrderDetail@OID6:1v1 2024-05-03 05:10:49.165/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:49.146/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testCommitAddOrderDetail")2024-05-03 05:10:49.159/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.159/* Product1@OID4:0v1 2024-05-03 05:10:49.159/* OrderDetail@OID5:0v1 2024-05-03 05:10:49.159/* BranchingWithCacheClearTest_testCommitAddOrderDetail_subBranch[1]2024-05-03 05:10:49.159/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:49.159/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:49.159/2024-05-03 05:10:49.164 Product1@OID4:1v0->0v1 2024-05-03 05:10:49.159/2024-05-03 05:10:49.164 OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:49.159/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:49.146/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testCommitAddOrderDetail")2024-05-03 05:10:49.159/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.159/* Product1@OID4:0v1 2024-05-03 05:10:49.159/* OrderDetail@OID5:0v1 2024-05-03 05:10:49.159/* BranchingWithCacheClearTest_testCommitAddOrderDetail_subBranch[1]2024-05-03 05:10:49.159/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:49.159/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:49.159/2024-05-03 05:10:49.164 Product1@OID4:1v0->0v1 2024-05-03 05:10:49.159/2024-05-03 05:10:49.164 OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:49.159/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:49.146/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:49.146/2024-05-03 05:10:49.158 CDOResource@OID1:0v2("/") 2024-05-03 05:10:49.159/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testCommitAddOrderDetail")2024-05-03 05:10:49.159/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.159/* Product1@OID4:0v1 2024-05-03 05:10:49.159/* OrderDetail@OID5:0v1 2024-05-03 05:10:49.159/* BranchingWithCacheClearTest_testCommitAddOrderDetail_subBranch[1]2024-05-03 05:10:49.159/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:49.165/* Product1@OID4:1v1 2024-05-03 05:10:49.165/* OrderDetail@OID6:1v1 2024-05-03 05:10:49.165/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:49.146/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testCommitAddOrderDetail")2024-05-03 05:10:49.159/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.159/* Product1@OID4:0v1 2024-05-03 05:10:49.159/* OrderDetail@OID5:0v1 2024-05-03 05:10:49.159/* BranchingWithCacheClearTest_testCommitAddOrderDetail_subBranch[1]2024-05-03 05:10:49.159/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:49.159/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:49.159/2024-05-03 05:10:49.164 Product1@OID4:1v0->0v1 2024-05-03 05:10:49.159/2024-05-03 05:10:49.164 OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:49.159/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:49.146/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testCommitAddOrderDetail")2024-05-03 05:10:49.159/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.159/* Product1@OID4:0v1 2024-05-03 05:10:49.159/* OrderDetail@OID5:0v1 2024-05-03 05:10:49.159/* BranchingWithCacheClearTest_testCommitAddOrderDetail_subBranch[1]2024-05-03 05:10:49.159/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:49.159/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:49.159/2024-05-03 05:10:49.164 Product1@OID4:1v0->0v1 2024-05-03 05:10:49.159/2024-05-03 05:10:49.164 OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:49.159/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:49.146/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:49.146/2024-05-03 05:10:49.158 CDOResource@OID1:0v2("/") 2024-05-03 05:10:49.159/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testCommitAddOrderDetail")2024-05-03 05:10:49.159/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.159/* Product1@OID4:0v1 2024-05-03 05:10:49.159/* OrderDetail@OID5:0v1 2024-05-03 05:10:49.159/* BranchingWithCacheClearTest_testCommitAddOrderDetail_subBranch[1]2024-05-03 05:10:49.159/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:49.165/* Product1@OID4:1v1 2024-05-03 05:10:49.165/* OrderDetail@OID6:1v1 2024-05-03 05:10:49.165/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:49.146/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testCommitAddOrderDetail")2024-05-03 05:10:49.159/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.159/* Product1@OID4:0v1 2024-05-03 05:10:49.159/* OrderDetail@OID5:0v1 2024-05-03 05:10:49.159/* BranchingWithCacheClearTest_testCommitAddOrderDetail_subBranch[1]2024-05-03 05:10:49.159/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:49.159/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:49.159/2024-05-03 05:10:49.164 CDOResource@OID3:1v1("res") 2024-05-03 05:10:49.165/* Product1@OID4:1v0->0v1 2024-05-03 05:10:49.159/2024-05-03 05:10:49.164 OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:49.159/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:49.146/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testCommitAddOrderDetail")2024-05-03 05:10:49.159/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.159/* Product1@OID4:0v1 2024-05-03 05:10:49.159/* OrderDetail@OID5:0v1 2024-05-03 05:10:49.159/* BranchingWithCacheClearTest_testCommitAddOrderDetail_subBranch[1]2024-05-03 05:10:49.159/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:49.159/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:49.159/2024-05-03 05:10:49.164 CDOResource@OID3:1v1("res") 2024-05-03 05:10:49.165/* Product1@OID4:1v0->0v1 2024-05-03 05:10:49.159/2024-05-03 05:10:49.164 OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:49.159/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:49.146/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:49.146/2024-05-03 05:10:49.158 CDOResource@OID1:0v2("/") 2024-05-03 05:10:49.159/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testCommitAddOrderDetail")2024-05-03 05:10:49.159/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.159/* Product1@OID4:0v1 2024-05-03 05:10:49.159/* OrderDetail@OID5:0v1 2024-05-03 05:10:49.159/* BranchingWithCacheClearTest_testCommitAddOrderDetail_subBranch[1]2024-05-03 05:10:49.159/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:49.165/* Product1@OID4:1v1 2024-05-03 05:10:49.165/* OrderDetail@OID6:1v1 2024-05-03 05:10:49.165/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:49.146/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testCommitAddOrderDetail")2024-05-03 05:10:49.159/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.159/* Product1@OID4:0v1 2024-05-03 05:10:49.159/* OrderDetail@OID5:0v1 2024-05-03 05:10:49.159/* BranchingWithCacheClearTest_testCommitAddOrderDetail_subBranch[1]2024-05-03 05:10:49.159/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:49.159/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:49.159/2024-05-03 05:10:49.164 CDOResource@OID3:1v1("res") 2024-05-03 05:10:49.165/* Product1@OID4:1v0->0v1 2024-05-03 05:10:49.159/2024-05-03 05:10:49.164 Product1@OID4:1v1 2024-05-03 05:10:49.165/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:49.159/* OrderDetail@OID6:1v1 2024-05-03 05:10:49.165/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:49.146/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testCommitAddOrderDetail")2024-05-03 05:10:49.159/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.159/* Product1@OID4:0v1 2024-05-03 05:10:49.159/* OrderDetail@OID5:0v1 2024-05-03 05:10:49.159/* BranchingWithCacheClearTest_testCommitAddOrderDetail_subBranch[1]2024-05-03 05:10:49.159/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:49.159/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:49.159/2024-05-03 05:10:49.164 CDOResource@OID3:1v1("res") 2024-05-03 05:10:49.165/* Product1@OID4:1v0->0v1 2024-05-03 05:10:49.159/2024-05-03 05:10:49.164 Product1@OID4:1v1 2024-05-03 05:10:49.165/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:49.159/* OrderDetail@OID6:1v1 2024-05-03 05:10:49.165/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:49.146/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:49.146/2024-05-03 05:10:49.158 CDOResource@OID1:0v2("/") 2024-05-03 05:10:49.159/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testCommitAddOrderDetail")2024-05-03 05:10:49.159/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.159/* Product1@OID4:0v1 2024-05-03 05:10:49.159/* OrderDetail@OID5:0v1 2024-05-03 05:10:49.159/* BranchingWithCacheClearTest_testCommitAddOrderDetail_subBranch[1]2024-05-03 05:10:49.159/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:49.165/* Product1@OID4:1v1 2024-05-03 05:10:49.165/* OrderDetail@OID6:1v1 2024-05-03 05:10:49.165/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:49.146/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testCommitAddOrderDetail")2024-05-03 05:10:49.159/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.159/* Product1@OID4:0v1 2024-05-03 05:10:49.159/* OrderDetail@OID5:0v1 2024-05-03 05:10:49.159/* BranchingWithCacheClearTest_testCommitAddOrderDetail_subBranch[1]2024-05-03 05:10:49.159/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:49.159/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:49.159/2024-05-03 05:10:49.164 CDOResource@OID3:1v1("res") 2024-05-03 05:10:49.165/* Product1@OID4:1v0->0v1 2024-05-03 05:10:49.159/2024-05-03 05:10:49.164 Product1@OID4:1v1 2024-05-03 05:10:49.165/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:49.159/* OrderDetail@OID6:1v1 2024-05-03 05:10:49.165/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:49.146/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testCommitAddOrderDetail")2024-05-03 05:10:49.159/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.159/* Product1@OID4:0v1 2024-05-03 05:10:49.159/* OrderDetail@OID5:0v1 2024-05-03 05:10:49.159/* BranchingWithCacheClearTest_testCommitAddOrderDetail_subBranch[1]2024-05-03 05:10:49.159/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:49.159/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:49.159/2024-05-03 05:10:49.164 CDOResource@OID3:1v1("res") 2024-05-03 05:10:49.165/* Product1@OID4:1v0->0v1 2024-05-03 05:10:49.159/2024-05-03 05:10:49.164 Product1@OID4:1v1 2024-05-03 05:10:49.165/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:49.159/* OrderDetail@OID6:1v1 2024-05-03 05:10:49.165/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:49.146/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:49.146/2024-05-03 05:10:49.158 CDOResource@OID1:0v2("/") 2024-05-03 05:10:49.159/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testCommitAddOrderDetail")2024-05-03 05:10:49.159/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.159/* Product1@OID4:0v1 2024-05-03 05:10:49.159/* OrderDetail@OID5:0v1 2024-05-03 05:10:49.159/* BranchingWithCacheClearTest_testCommitAddOrderDetail_subBranch[1]2024-05-03 05:10:49.159/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:49.165/* Product1@OID4:1v1 2024-05-03 05:10:49.165/* OrderDetail@OID6:1v1 2024-05-03 05:10:49.165/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:49.146/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testCommitAddOrderDetail")2024-05-03 05:10:49.159/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.159/* Product1@OID4:0v1 2024-05-03 05:10:49.159/* OrderDetail@OID5:0v1 2024-05-03 05:10:49.159/* BranchingWithCacheClearTest_testCommitAddOrderDetail_subBranch[1]2024-05-03 05:10:49.159/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:49.159/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:49.159/2024-05-03 05:10:49.164 CDOResource@OID3:1v1("res") 2024-05-03 05:10:49.165/* Product1@OID4:1v0->0v1 2024-05-03 05:10:49.159/2024-05-03 05:10:49.164 Product1@OID4:1v1 2024-05-03 05:10:49.165/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:49.159/* OrderDetail@OID6:1v1 2024-05-03 05:10:49.165/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:49.146/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testCommitAddOrderDetail")2024-05-03 05:10:49.159/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.159/* Product1@OID4:0v1 2024-05-03 05:10:49.159/* OrderDetail@OID5:0v1 2024-05-03 05:10:49.159/* BranchingWithCacheClearTest_testCommitAddOrderDetail_subBranch[1]2024-05-03 05:10:49.159/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:49.159/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:49.159/2024-05-03 05:10:49.164 CDOResource@OID3:1v1("res") 2024-05-03 05:10:49.165/* Product1@OID4:1v0->0v1 2024-05-03 05:10:49.159/2024-05-03 05:10:49.164 Product1@OID4:1v1 2024-05-03 05:10:49.165/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:49.159/* OrderDetail@OID6:1v1 2024-05-03 05:10:49.165/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:49.146/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:49.146/2024-05-03 05:10:49.158 CDOResource@OID1:0v2("/") 2024-05-03 05:10:49.159/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testCommitAddOrderDetail")2024-05-03 05:10:49.159/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.159/* Product1@OID4:0v1 2024-05-03 05:10:49.159/* OrderDetail@OID5:0v1 2024-05-03 05:10:49.159/* BranchingWithCacheClearTest_testCommitAddOrderDetail_subBranch[1]2024-05-03 05:10:49.159/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:49.165/* Product1@OID4:1v1 2024-05-03 05:10:49.165/* OrderDetail@OID6:1v1 2024-05-03 05:10:49.165/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:49.146/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testCommitAddOrderDetail")2024-05-03 05:10:49.159/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.159/* Product1@OID4:0v1 2024-05-03 05:10:49.159/* OrderDetail@OID5:0v1 2024-05-03 05:10:49.159/* BranchingWithCacheClearTest_testCommitAddOrderDetail_subBranch[1]2024-05-03 05:10:49.159/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:49.159/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:49.159/2024-05-03 05:10:49.164 CDOResource@OID3:1v1("res") 2024-05-03 05:10:49.165/* Product1@OID4:1v0->0v1 2024-05-03 05:10:49.159/2024-05-03 05:10:49.164 Product1@OID4:1v1 2024-05-03 05:10:49.165/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:49.159/* OrderDetail@OID6:1v1 2024-05-03 05:10:49.165/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:49.146/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testCommitAddOrderDetail")2024-05-03 05:10:49.159/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.159/* Product1@OID4:0v1 2024-05-03 05:10:49.159/* OrderDetail@OID5:0v1 2024-05-03 05:10:49.159/* BranchingWithCacheClearTest_testCommitAddOrderDetail_subBranch[1]2024-05-03 05:10:49.159/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:49.159/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:49.159/2024-05-03 05:10:49.164 CDOResource@OID3:1v1("res") 2024-05-03 05:10:49.165/* Product1@OID4:1v0->0v1 2024-05-03 05:10:49.159/2024-05-03 05:10:49.164 Product1@OID4:1v1 2024-05-03 05:10:49.165/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:49.159/* OrderDetail@OID6:1v1 2024-05-03 05:10:49.165/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:49.146/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:49.146/2024-05-03 05:10:49.158 CDOResource@OID1:0v2("/") 2024-05-03 05:10:49.159/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testCommitAddOrderDetail")2024-05-03 05:10:49.159/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.159/* Product1@OID4:0v1 2024-05-03 05:10:49.159/* OrderDetail@OID5:0v1 2024-05-03 05:10:49.159/* BranchingWithCacheClearTest_testCommitAddOrderDetail_subBranch[1]2024-05-03 05:10:49.159/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:49.165/* Product1@OID4:1v1 2024-05-03 05:10:49.165/* OrderDetail@OID6:1v1 2024-05-03 05:10:49.165/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:49.146/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testCommitAddOrderDetail")2024-05-03 05:10:49.159/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.159/* Product1@OID4:0v1 2024-05-03 05:10:49.159/* OrderDetail@OID5:0v1 2024-05-03 05:10:49.159/* BranchingWithCacheClearTest_testCommitAddOrderDetail_subBranch[1]2024-05-03 05:10:49.159/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:49.159/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:49.159/2024-05-03 05:10:49.164 CDOResource@OID3:1v1("res") 2024-05-03 05:10:49.165/* Product1@OID4:1v0->0v1 2024-05-03 05:10:49.159/2024-05-03 05:10:49.164 Product1@OID4:1v1 2024-05-03 05:10:49.165/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:49.159/* OrderDetail@OID6:1v1 2024-05-03 05:10:49.165/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:49.146/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testCommitAddOrderDetail")2024-05-03 05:10:49.159/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.159/* Product1@OID4:0v1 2024-05-03 05:10:49.159/* OrderDetail@OID5:0v1 2024-05-03 05:10:49.159/* BranchingWithCacheClearTest_testCommitAddOrderDetail_subBranch[1]2024-05-03 05:10:49.159/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:49.159/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:49.159/2024-05-03 05:10:49.164 CDOResource@OID3:1v1("res") 2024-05-03 05:10:49.165/* Product1@OID4:1v0->0v1 2024-05-03 05:10:49.159/2024-05-03 05:10:49.164 Product1@OID4:1v1 2024-05-03 05:10:49.165/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:49.159/* OrderDetail@OID6:1v1 2024-05-03 05:10:49.165/* ******************************************************* BranchingWithCacheClearTest.testCommitRemoveOrderDetail [MEM-branching, JVM, Legacy] ******************************************************* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:49.243/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:49.243/2024-05-03 05:10:49.256 CDOResource@OID1:0v2("/") 2024-05-03 05:10:49.257/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testCommitRemoveOrderDetail")2024-05-03 05:10:49.257/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.257/* OrderDetail@OID4:0v1 2024-05-03 05:10:49.257/* Product1@OID5:0v1 2024-05-03 05:10:49.257/* OrderDetail@OID6:0v1 2024-05-03 05:10:49.257/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:49.243/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:49.243/2024-05-03 05:10:49.256 CDOResource@OID1:0v2("/") 2024-05-03 05:10:49.257/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testCommitRemoveOrderDetail")2024-05-03 05:10:49.257/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.257/* OrderDetail@OID4:0v1 2024-05-03 05:10:49.257/* Product1@OID5:0v1 2024-05-03 05:10:49.257/* OrderDetail@OID6:0v1 2024-05-03 05:10:49.257/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:49.243/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:49.243/2024-05-03 05:10:49.256 CDOResource@OID1:0v2("/") 2024-05-03 05:10:49.257/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testCommitRemoveOrderDetail")2024-05-03 05:10:49.257/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.257/* OrderDetail@OID4:0v1 2024-05-03 05:10:49.257/* Product1@OID5:0v1 2024-05-03 05:10:49.257/* OrderDetail@OID6:0v1 2024-05-03 05:10:49.257/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:49.243/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:49.243/2024-05-03 05:10:49.256 CDOResource@OID1:0v2("/") 2024-05-03 05:10:49.257/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testCommitRemoveOrderDetail")2024-05-03 05:10:49.257/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.257/* OrderDetail@OID4:0v1 2024-05-03 05:10:49.257/* Product1@OID5:0v1 2024-05-03 05:10:49.257/* OrderDetail@OID6:0v1 2024-05-03 05:10:49.257/* BranchingWithCacheClearTest_testCommitRemoveOrderDetail_subBranch[1]2024-05-03 05:10:49.257/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:49.265/* OrderDetail@OID4:1v1d 2024-05-03 05:10:49.265/* Product1@OID5:1v1 2024-05-03 05:10:49.265/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:49.243/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:49.243/2024-05-03 05:10:49.256 CDOResource@OID1:0v2("/") 2024-05-03 05:10:49.257/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testCommitRemoveOrderDetail")2024-05-03 05:10:49.257/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.257/* OrderDetail@OID4:0v1 2024-05-03 05:10:49.257/* Product1@OID5:0v1 2024-05-03 05:10:49.257/* OrderDetail@OID6:0v1 2024-05-03 05:10:49.257/* BranchingWithCacheClearTest_testCommitRemoveOrderDetail_subBranch[1]2024-05-03 05:10:49.257/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:49.257/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:49.257/2024-05-03 05:10:49.264 CDOResource@OID3:1v1("res") 2024-05-03 05:10:49.265/* OrderDetail@OID4:1v0->0v1 2024-05-03 05:10:49.257/2024-05-03 05:10:49.264 Product1@OID5:1v0->0v1 2024-05-03 05:10:49.257/2024-05-03 05:10:49.264 Product1@OID5:1v1 2024-05-03 05:10:49.265/* OrderDetail@OID6:1v0->0v1 2024-05-03 05:10:49.257/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:49.243/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:49.243/2024-05-03 05:10:49.256 CDOResource@OID1:0v2("/") 2024-05-03 05:10:49.257/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testCommitRemoveOrderDetail")2024-05-03 05:10:49.257/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.257/* OrderDetail@OID4:0v1 2024-05-03 05:10:49.257/* Product1@OID5:0v1 2024-05-03 05:10:49.257/* OrderDetail@OID6:0v1 2024-05-03 05:10:49.257/* BranchingWithCacheClearTest_testCommitRemoveOrderDetail_subBranch[1]2024-05-03 05:10:49.257/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:49.257/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:49.257/2024-05-03 05:10:49.264 CDOResource@OID3:1v1("res") 2024-05-03 05:10:49.265/* Product1@OID5:1v0->0v1 2024-05-03 05:10:49.257/2024-05-03 05:10:49.264 Product1@OID5:1v1 2024-05-03 05:10:49.265/* OrderDetail@OID6:1v0->0v1 2024-05-03 05:10:49.257/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:49.243/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:49.243/2024-05-03 05:10:49.256 CDOResource@OID1:0v2("/") 2024-05-03 05:10:49.257/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testCommitRemoveOrderDetail")2024-05-03 05:10:49.257/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.257/* OrderDetail@OID4:0v1 2024-05-03 05:10:49.257/* Product1@OID5:0v1 2024-05-03 05:10:49.257/* OrderDetail@OID6:0v1 2024-05-03 05:10:49.257/* BranchingWithCacheClearTest_testCommitRemoveOrderDetail_subBranch[1]2024-05-03 05:10:49.257/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:49.265/* OrderDetail@OID4:1v1d 2024-05-03 05:10:49.265/* Product1@OID5:1v1 2024-05-03 05:10:49.265/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:49.243/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testCommitRemoveOrderDetail")2024-05-03 05:10:49.257/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.257/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:49.243/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testCommitRemoveOrderDetail")2024-05-03 05:10:49.257/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.257/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:49.243/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:49.243/2024-05-03 05:10:49.256 CDOResource@OID1:0v2("/") 2024-05-03 05:10:49.257/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testCommitRemoveOrderDetail")2024-05-03 05:10:49.257/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.257/* OrderDetail@OID4:0v1 2024-05-03 05:10:49.257/* Product1@OID5:0v1 2024-05-03 05:10:49.257/* OrderDetail@OID6:0v1 2024-05-03 05:10:49.257/* BranchingWithCacheClearTest_testCommitRemoveOrderDetail_subBranch[1]2024-05-03 05:10:49.257/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:49.265/* OrderDetail@OID4:1v1d 2024-05-03 05:10:49.265/* Product1@OID5:1v1 2024-05-03 05:10:49.265/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:49.243/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testCommitRemoveOrderDetail")2024-05-03 05:10:49.257/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.257/* OrderDetail@OID4:0v1 2024-05-03 05:10:49.257/* Product1@OID5:0v1 2024-05-03 05:10:49.257/* OrderDetail@OID6:0v1 2024-05-03 05:10:49.257/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:49.243/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testCommitRemoveOrderDetail")2024-05-03 05:10:49.257/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.257/* OrderDetail@OID4:0v1 2024-05-03 05:10:49.257/* Product1@OID5:0v1 2024-05-03 05:10:49.257/* OrderDetail@OID6:0v1 2024-05-03 05:10:49.257/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:49.243/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:49.243/2024-05-03 05:10:49.256 CDOResource@OID1:0v2("/") 2024-05-03 05:10:49.257/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testCommitRemoveOrderDetail")2024-05-03 05:10:49.257/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.257/* OrderDetail@OID4:0v1 2024-05-03 05:10:49.257/* Product1@OID5:0v1 2024-05-03 05:10:49.257/* OrderDetail@OID6:0v1 2024-05-03 05:10:49.257/* BranchingWithCacheClearTest_testCommitRemoveOrderDetail_subBranch[1]2024-05-03 05:10:49.257/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:49.265/* OrderDetail@OID4:1v1d 2024-05-03 05:10:49.265/* Product1@OID5:1v1 2024-05-03 05:10:49.265/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:49.243/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testCommitRemoveOrderDetail")2024-05-03 05:10:49.257/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.257/* OrderDetail@OID4:0v1 2024-05-03 05:10:49.257/* Product1@OID5:0v1 2024-05-03 05:10:49.257/* OrderDetail@OID6:0v1 2024-05-03 05:10:49.257/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:49.243/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testCommitRemoveOrderDetail")2024-05-03 05:10:49.257/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.257/* OrderDetail@OID4:0v1 2024-05-03 05:10:49.257/* Product1@OID5:0v1 2024-05-03 05:10:49.257/* OrderDetail@OID6:0v1 2024-05-03 05:10:49.257/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:49.243/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:49.243/2024-05-03 05:10:49.256 CDOResource@OID1:0v2("/") 2024-05-03 05:10:49.257/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testCommitRemoveOrderDetail")2024-05-03 05:10:49.257/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.257/* OrderDetail@OID4:0v1 2024-05-03 05:10:49.257/* Product1@OID5:0v1 2024-05-03 05:10:49.257/* OrderDetail@OID6:0v1 2024-05-03 05:10:49.257/* BranchingWithCacheClearTest_testCommitRemoveOrderDetail_subBranch[1]2024-05-03 05:10:49.257/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:49.265/* OrderDetail@OID4:1v1d 2024-05-03 05:10:49.265/* Product1@OID5:1v1 2024-05-03 05:10:49.265/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:49.243/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testCommitRemoveOrderDetail")2024-05-03 05:10:49.257/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.257/* OrderDetail@OID4:0v1 2024-05-03 05:10:49.257/* Product1@OID5:0v1 2024-05-03 05:10:49.257/* OrderDetail@OID6:0v1 2024-05-03 05:10:49.257/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:49.243/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testCommitRemoveOrderDetail")2024-05-03 05:10:49.257/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.257/* OrderDetail@OID4:0v1 2024-05-03 05:10:49.257/* Product1@OID5:0v1 2024-05-03 05:10:49.257/* OrderDetail@OID6:0v1 2024-05-03 05:10:49.257/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:49.243/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:49.243/2024-05-03 05:10:49.256 CDOResource@OID1:0v2("/") 2024-05-03 05:10:49.257/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testCommitRemoveOrderDetail")2024-05-03 05:10:49.257/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.257/* OrderDetail@OID4:0v1 2024-05-03 05:10:49.257/* Product1@OID5:0v1 2024-05-03 05:10:49.257/* OrderDetail@OID6:0v1 2024-05-03 05:10:49.257/* BranchingWithCacheClearTest_testCommitRemoveOrderDetail_subBranch[1]2024-05-03 05:10:49.257/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:49.265/* OrderDetail@OID4:1v1d 2024-05-03 05:10:49.265/* Product1@OID5:1v1 2024-05-03 05:10:49.265/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:49.243/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testCommitRemoveOrderDetail")2024-05-03 05:10:49.257/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.257/* OrderDetail@OID4:0v1 2024-05-03 05:10:49.257/* Product1@OID5:0v1 2024-05-03 05:10:49.257/* OrderDetail@OID6:0v1 2024-05-03 05:10:49.257/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:49.243/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testCommitRemoveOrderDetail")2024-05-03 05:10:49.257/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.257/* OrderDetail@OID4:0v1 2024-05-03 05:10:49.257/* Product1@OID5:0v1 2024-05-03 05:10:49.257/* OrderDetail@OID6:0v1 2024-05-03 05:10:49.257/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:49.243/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:49.243/2024-05-03 05:10:49.256 CDOResource@OID1:0v2("/") 2024-05-03 05:10:49.257/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testCommitRemoveOrderDetail")2024-05-03 05:10:49.257/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.257/* OrderDetail@OID4:0v1 2024-05-03 05:10:49.257/* Product1@OID5:0v1 2024-05-03 05:10:49.257/* OrderDetail@OID6:0v1 2024-05-03 05:10:49.257/* BranchingWithCacheClearTest_testCommitRemoveOrderDetail_subBranch[1]2024-05-03 05:10:49.257/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:49.265/* OrderDetail@OID4:1v1d 2024-05-03 05:10:49.265/* Product1@OID5:1v1 2024-05-03 05:10:49.265/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:49.243/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testCommitRemoveOrderDetail")2024-05-03 05:10:49.257/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.257/* OrderDetail@OID4:0v1 2024-05-03 05:10:49.257/* Product1@OID5:0v1 2024-05-03 05:10:49.257/* OrderDetail@OID6:0v1 2024-05-03 05:10:49.257/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:49.243/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testCommitRemoveOrderDetail")2024-05-03 05:10:49.257/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.257/* OrderDetail@OID4:0v1 2024-05-03 05:10:49.257/* Product1@OID5:0v1 2024-05-03 05:10:49.257/* OrderDetail@OID6:0v1 2024-05-03 05:10:49.257/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:49.243/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:49.243/2024-05-03 05:10:49.256 CDOResource@OID1:0v2("/") 2024-05-03 05:10:49.257/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testCommitRemoveOrderDetail")2024-05-03 05:10:49.257/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.257/* OrderDetail@OID4:0v1 2024-05-03 05:10:49.257/* Product1@OID5:0v1 2024-05-03 05:10:49.257/* OrderDetail@OID6:0v1 2024-05-03 05:10:49.257/* BranchingWithCacheClearTest_testCommitRemoveOrderDetail_subBranch[1]2024-05-03 05:10:49.257/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:49.265/* OrderDetail@OID4:1v1d 2024-05-03 05:10:49.265/* Product1@OID5:1v1 2024-05-03 05:10:49.265/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:49.243/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testCommitRemoveOrderDetail")2024-05-03 05:10:49.257/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.257/* OrderDetail@OID4:0v1 2024-05-03 05:10:49.257/* Product1@OID5:0v1 2024-05-03 05:10:49.257/* OrderDetail@OID6:0v1 2024-05-03 05:10:49.257/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:49.243/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testCommitRemoveOrderDetail")2024-05-03 05:10:49.257/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.257/* OrderDetail@OID4:0v1 2024-05-03 05:10:49.257/* Product1@OID5:0v1 2024-05-03 05:10:49.257/* OrderDetail@OID6:0v1 2024-05-03 05:10:49.257/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:49.243/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:49.243/2024-05-03 05:10:49.256 CDOResource@OID1:0v2("/") 2024-05-03 05:10:49.257/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testCommitRemoveOrderDetail")2024-05-03 05:10:49.257/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.257/* OrderDetail@OID4:0v1 2024-05-03 05:10:49.257/* Product1@OID5:0v1 2024-05-03 05:10:49.257/* OrderDetail@OID6:0v1 2024-05-03 05:10:49.257/* BranchingWithCacheClearTest_testCommitRemoveOrderDetail_subBranch[1]2024-05-03 05:10:49.257/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:49.265/* OrderDetail@OID4:1v1d 2024-05-03 05:10:49.265/* Product1@OID5:1v1 2024-05-03 05:10:49.265/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:49.243/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testCommitRemoveOrderDetail")2024-05-03 05:10:49.257/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.257/* OrderDetail@OID4:0v1 2024-05-03 05:10:49.257/* Product1@OID5:0v1 2024-05-03 05:10:49.257/* OrderDetail@OID6:0v1 2024-05-03 05:10:49.257/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:49.243/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testCommitRemoveOrderDetail")2024-05-03 05:10:49.257/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.257/* OrderDetail@OID4:0v1 2024-05-03 05:10:49.257/* Product1@OID5:0v1 2024-05-03 05:10:49.257/* OrderDetail@OID6:0v1 2024-05-03 05:10:49.257/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:49.243/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:49.243/2024-05-03 05:10:49.256 CDOResource@OID1:0v2("/") 2024-05-03 05:10:49.257/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testCommitRemoveOrderDetail")2024-05-03 05:10:49.257/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.257/* OrderDetail@OID4:0v1 2024-05-03 05:10:49.257/* Product1@OID5:0v1 2024-05-03 05:10:49.257/* OrderDetail@OID6:0v1 2024-05-03 05:10:49.257/* BranchingWithCacheClearTest_testCommitRemoveOrderDetail_subBranch[1]2024-05-03 05:10:49.257/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:49.265/* OrderDetail@OID4:1v1d 2024-05-03 05:10:49.265/* Product1@OID5:1v1 2024-05-03 05:10:49.265/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:49.243/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testCommitRemoveOrderDetail")2024-05-03 05:10:49.257/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.257/* OrderDetail@OID4:0v1 2024-05-03 05:10:49.257/* Product1@OID5:0v1 2024-05-03 05:10:49.257/* OrderDetail@OID6:0v1 2024-05-03 05:10:49.257/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:49.243/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testCommitRemoveOrderDetail")2024-05-03 05:10:49.257/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.257/* OrderDetail@OID4:0v1 2024-05-03 05:10:49.257/* Product1@OID5:0v1 2024-05-03 05:10:49.257/* OrderDetail@OID6:0v1 2024-05-03 05:10:49.257/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:49.243/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:49.243/2024-05-03 05:10:49.256 CDOResource@OID1:0v2("/") 2024-05-03 05:10:49.257/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testCommitRemoveOrderDetail")2024-05-03 05:10:49.257/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.257/* OrderDetail@OID4:0v1 2024-05-03 05:10:49.257/* Product1@OID5:0v1 2024-05-03 05:10:49.257/* OrderDetail@OID6:0v1 2024-05-03 05:10:49.257/* BranchingWithCacheClearTest_testCommitRemoveOrderDetail_subBranch[1]2024-05-03 05:10:49.257/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:49.265/* OrderDetail@OID4:1v1d 2024-05-03 05:10:49.265/* Product1@OID5:1v1 2024-05-03 05:10:49.265/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:49.243/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testCommitRemoveOrderDetail")2024-05-03 05:10:49.257/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.257/* OrderDetail@OID4:0v1 2024-05-03 05:10:49.257/* Product1@OID5:0v1 2024-05-03 05:10:49.257/* OrderDetail@OID6:0v1 2024-05-03 05:10:49.257/* BranchingWithCacheClearTest_testCommitRemoveOrderDetail_subBranch[1]2024-05-03 05:10:49.257/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:49.257/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:49.257/2024-05-03 05:10:49.264 ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:49.243/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testCommitRemoveOrderDetail")2024-05-03 05:10:49.257/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.257/* OrderDetail@OID4:0v1 2024-05-03 05:10:49.257/* Product1@OID5:0v1 2024-05-03 05:10:49.257/* OrderDetail@OID6:0v1 2024-05-03 05:10:49.257/* BranchingWithCacheClearTest_testCommitRemoveOrderDetail_subBranch[1]2024-05-03 05:10:49.257/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:49.257/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:49.257/2024-05-03 05:10:49.264 MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:49.243/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:49.243/2024-05-03 05:10:49.256 CDOResource@OID1:0v2("/") 2024-05-03 05:10:49.257/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testCommitRemoveOrderDetail")2024-05-03 05:10:49.257/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.257/* OrderDetail@OID4:0v1 2024-05-03 05:10:49.257/* Product1@OID5:0v1 2024-05-03 05:10:49.257/* OrderDetail@OID6:0v1 2024-05-03 05:10:49.257/* BranchingWithCacheClearTest_testCommitRemoveOrderDetail_subBranch[1]2024-05-03 05:10:49.257/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:49.265/* OrderDetail@OID4:1v1d 2024-05-03 05:10:49.265/* Product1@OID5:1v1 2024-05-03 05:10:49.265/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:49.243/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testCommitRemoveOrderDetail")2024-05-03 05:10:49.257/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.257/* OrderDetail@OID4:0v1 2024-05-03 05:10:49.257/* Product1@OID5:0v1 2024-05-03 05:10:49.257/* OrderDetail@OID6:0v1 2024-05-03 05:10:49.257/* BranchingWithCacheClearTest_testCommitRemoveOrderDetail_subBranch[1]2024-05-03 05:10:49.257/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:49.257/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:49.257/2024-05-03 05:10:49.264 OrderDetail@OID4:1v0->0v1 2024-05-03 05:10:49.257/2024-05-03 05:10:49.264 Product1@OID5:1v0->0v1 2024-05-03 05:10:49.257/2024-05-03 05:10:49.264 OrderDetail@OID6:1v0->0v1 2024-05-03 05:10:49.257/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:49.243/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testCommitRemoveOrderDetail")2024-05-03 05:10:49.257/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.257/* OrderDetail@OID4:0v1 2024-05-03 05:10:49.257/* Product1@OID5:0v1 2024-05-03 05:10:49.257/* OrderDetail@OID6:0v1 2024-05-03 05:10:49.257/* BranchingWithCacheClearTest_testCommitRemoveOrderDetail_subBranch[1]2024-05-03 05:10:49.257/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:49.257/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:49.257/2024-05-03 05:10:49.264 OrderDetail@OID4:1v0->0v1 2024-05-03 05:10:49.257/2024-05-03 05:10:49.264 Product1@OID5:1v0->0v1 2024-05-03 05:10:49.257/2024-05-03 05:10:49.264 OrderDetail@OID6:1v0->0v1 2024-05-03 05:10:49.257/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:49.243/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:49.243/2024-05-03 05:10:49.256 CDOResource@OID1:0v2("/") 2024-05-03 05:10:49.257/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testCommitRemoveOrderDetail")2024-05-03 05:10:49.257/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.257/* OrderDetail@OID4:0v1 2024-05-03 05:10:49.257/* Product1@OID5:0v1 2024-05-03 05:10:49.257/* OrderDetail@OID6:0v1 2024-05-03 05:10:49.257/* BranchingWithCacheClearTest_testCommitRemoveOrderDetail_subBranch[1]2024-05-03 05:10:49.257/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:49.265/* OrderDetail@OID4:1v1d 2024-05-03 05:10:49.265/* Product1@OID5:1v1 2024-05-03 05:10:49.265/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:49.243/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testCommitRemoveOrderDetail")2024-05-03 05:10:49.257/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.257/* OrderDetail@OID4:0v1 2024-05-03 05:10:49.257/* Product1@OID5:0v1 2024-05-03 05:10:49.257/* OrderDetail@OID6:0v1 2024-05-03 05:10:49.257/* BranchingWithCacheClearTest_testCommitRemoveOrderDetail_subBranch[1]2024-05-03 05:10:49.257/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:49.257/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:49.257/2024-05-03 05:10:49.264 OrderDetail@OID4:1v0->0v1 2024-05-03 05:10:49.257/2024-05-03 05:10:49.264 Product1@OID5:1v0->0v1 2024-05-03 05:10:49.257/2024-05-03 05:10:49.264 OrderDetail@OID6:1v0->0v1 2024-05-03 05:10:49.257/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:49.243/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testCommitRemoveOrderDetail")2024-05-03 05:10:49.257/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.257/* OrderDetail@OID4:0v1 2024-05-03 05:10:49.257/* Product1@OID5:0v1 2024-05-03 05:10:49.257/* OrderDetail@OID6:0v1 2024-05-03 05:10:49.257/* BranchingWithCacheClearTest_testCommitRemoveOrderDetail_subBranch[1]2024-05-03 05:10:49.257/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:49.257/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:49.257/2024-05-03 05:10:49.264 OrderDetail@OID4:1v0->0v1 2024-05-03 05:10:49.257/2024-05-03 05:10:49.264 Product1@OID5:1v0->0v1 2024-05-03 05:10:49.257/2024-05-03 05:10:49.264 OrderDetail@OID6:1v0->0v1 2024-05-03 05:10:49.257/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:49.243/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:49.243/2024-05-03 05:10:49.256 CDOResource@OID1:0v2("/") 2024-05-03 05:10:49.257/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testCommitRemoveOrderDetail")2024-05-03 05:10:49.257/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.257/* OrderDetail@OID4:0v1 2024-05-03 05:10:49.257/* Product1@OID5:0v1 2024-05-03 05:10:49.257/* OrderDetail@OID6:0v1 2024-05-03 05:10:49.257/* BranchingWithCacheClearTest_testCommitRemoveOrderDetail_subBranch[1]2024-05-03 05:10:49.257/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:49.265/* OrderDetail@OID4:1v1d 2024-05-03 05:10:49.265/* Product1@OID5:1v1 2024-05-03 05:10:49.265/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:49.243/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testCommitRemoveOrderDetail")2024-05-03 05:10:49.257/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.257/* OrderDetail@OID4:0v1 2024-05-03 05:10:49.257/* Product1@OID5:0v1 2024-05-03 05:10:49.257/* OrderDetail@OID6:0v1 2024-05-03 05:10:49.257/* BranchingWithCacheClearTest_testCommitRemoveOrderDetail_subBranch[1]2024-05-03 05:10:49.257/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:49.257/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:49.257/2024-05-03 05:10:49.264 CDOResource@OID3:1v1("res") 2024-05-03 05:10:49.265/* OrderDetail@OID4:1v0->0v1 2024-05-03 05:10:49.257/2024-05-03 05:10:49.264 Product1@OID5:1v0->0v1 2024-05-03 05:10:49.257/2024-05-03 05:10:49.264 OrderDetail@OID6:1v0->0v1 2024-05-03 05:10:49.257/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:49.243/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testCommitRemoveOrderDetail")2024-05-03 05:10:49.257/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.257/* OrderDetail@OID4:0v1 2024-05-03 05:10:49.257/* Product1@OID5:0v1 2024-05-03 05:10:49.257/* OrderDetail@OID6:0v1 2024-05-03 05:10:49.257/* BranchingWithCacheClearTest_testCommitRemoveOrderDetail_subBranch[1]2024-05-03 05:10:49.257/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:49.257/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:49.257/2024-05-03 05:10:49.264 CDOResource@OID3:1v1("res") 2024-05-03 05:10:49.265/* OrderDetail@OID4:1v0->0v1 2024-05-03 05:10:49.257/2024-05-03 05:10:49.264 Product1@OID5:1v0->0v1 2024-05-03 05:10:49.257/2024-05-03 05:10:49.264 OrderDetail@OID6:1v0->0v1 2024-05-03 05:10:49.257/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:49.243/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:49.243/2024-05-03 05:10:49.256 CDOResource@OID1:0v2("/") 2024-05-03 05:10:49.257/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testCommitRemoveOrderDetail")2024-05-03 05:10:49.257/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.257/* OrderDetail@OID4:0v1 2024-05-03 05:10:49.257/* Product1@OID5:0v1 2024-05-03 05:10:49.257/* OrderDetail@OID6:0v1 2024-05-03 05:10:49.257/* BranchingWithCacheClearTest_testCommitRemoveOrderDetail_subBranch[1]2024-05-03 05:10:49.257/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:49.265/* OrderDetail@OID4:1v1d 2024-05-03 05:10:49.265/* Product1@OID5:1v1 2024-05-03 05:10:49.265/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:49.243/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testCommitRemoveOrderDetail")2024-05-03 05:10:49.257/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.257/* OrderDetail@OID4:0v1 2024-05-03 05:10:49.257/* Product1@OID5:0v1 2024-05-03 05:10:49.257/* OrderDetail@OID6:0v1 2024-05-03 05:10:49.257/* BranchingWithCacheClearTest_testCommitRemoveOrderDetail_subBranch[1]2024-05-03 05:10:49.257/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:49.257/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:49.257/2024-05-03 05:10:49.264 CDOResource@OID3:1v1("res") 2024-05-03 05:10:49.265/* OrderDetail@OID4:1v0->0v1 2024-05-03 05:10:49.257/2024-05-03 05:10:49.264 Product1@OID5:1v0->0v1 2024-05-03 05:10:49.257/2024-05-03 05:10:49.264 Product1@OID5:1v1 2024-05-03 05:10:49.265/* OrderDetail@OID6:1v0->0v1 2024-05-03 05:10:49.257/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:49.243/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testCommitRemoveOrderDetail")2024-05-03 05:10:49.257/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.257/* OrderDetail@OID4:0v1 2024-05-03 05:10:49.257/* Product1@OID5:0v1 2024-05-03 05:10:49.257/* OrderDetail@OID6:0v1 2024-05-03 05:10:49.257/* BranchingWithCacheClearTest_testCommitRemoveOrderDetail_subBranch[1]2024-05-03 05:10:49.257/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:49.257/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:49.257/2024-05-03 05:10:49.264 CDOResource@OID3:1v1("res") 2024-05-03 05:10:49.265/* OrderDetail@OID4:1v0->0v1 2024-05-03 05:10:49.257/2024-05-03 05:10:49.264 Product1@OID5:1v0->0v1 2024-05-03 05:10:49.257/2024-05-03 05:10:49.264 Product1@OID5:1v1 2024-05-03 05:10:49.265/* OrderDetail@OID6:1v0->0v1 2024-05-03 05:10:49.257/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:49.243/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:49.243/2024-05-03 05:10:49.256 CDOResource@OID1:0v2("/") 2024-05-03 05:10:49.257/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testCommitRemoveOrderDetail")2024-05-03 05:10:49.257/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.257/* OrderDetail@OID4:0v1 2024-05-03 05:10:49.257/* Product1@OID5:0v1 2024-05-03 05:10:49.257/* OrderDetail@OID6:0v1 2024-05-03 05:10:49.257/* BranchingWithCacheClearTest_testCommitRemoveOrderDetail_subBranch[1]2024-05-03 05:10:49.257/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:49.265/* OrderDetail@OID4:1v1d 2024-05-03 05:10:49.265/* Product1@OID5:1v1 2024-05-03 05:10:49.265/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:49.243/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testCommitRemoveOrderDetail")2024-05-03 05:10:49.257/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.257/* OrderDetail@OID4:0v1 2024-05-03 05:10:49.257/* Product1@OID5:0v1 2024-05-03 05:10:49.257/* OrderDetail@OID6:0v1 2024-05-03 05:10:49.257/* BranchingWithCacheClearTest_testCommitRemoveOrderDetail_subBranch[1]2024-05-03 05:10:49.257/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:49.257/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:49.257/2024-05-03 05:10:49.264 CDOResource@OID3:1v1("res") 2024-05-03 05:10:49.265/* OrderDetail@OID4:1v0->0v1 2024-05-03 05:10:49.257/2024-05-03 05:10:49.264 Product1@OID5:1v0->0v1 2024-05-03 05:10:49.257/2024-05-03 05:10:49.264 Product1@OID5:1v1 2024-05-03 05:10:49.265/* OrderDetail@OID6:1v0->0v1 2024-05-03 05:10:49.257/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:49.243/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testCommitRemoveOrderDetail")2024-05-03 05:10:49.257/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.257/* OrderDetail@OID4:0v1 2024-05-03 05:10:49.257/* Product1@OID5:0v1 2024-05-03 05:10:49.257/* OrderDetail@OID6:0v1 2024-05-03 05:10:49.257/* BranchingWithCacheClearTest_testCommitRemoveOrderDetail_subBranch[1]2024-05-03 05:10:49.257/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:49.257/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:49.257/2024-05-03 05:10:49.264 CDOResource@OID3:1v1("res") 2024-05-03 05:10:49.265/* OrderDetail@OID4:1v0->0v1 2024-05-03 05:10:49.257/2024-05-03 05:10:49.264 Product1@OID5:1v0->0v1 2024-05-03 05:10:49.257/2024-05-03 05:10:49.264 Product1@OID5:1v1 2024-05-03 05:10:49.265/* OrderDetail@OID6:1v0->0v1 2024-05-03 05:10:49.257/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:49.243/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:49.243/2024-05-03 05:10:49.256 CDOResource@OID1:0v2("/") 2024-05-03 05:10:49.257/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testCommitRemoveOrderDetail")2024-05-03 05:10:49.257/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.257/* OrderDetail@OID4:0v1 2024-05-03 05:10:49.257/* Product1@OID5:0v1 2024-05-03 05:10:49.257/* OrderDetail@OID6:0v1 2024-05-03 05:10:49.257/* BranchingWithCacheClearTest_testCommitRemoveOrderDetail_subBranch[1]2024-05-03 05:10:49.257/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:49.265/* OrderDetail@OID4:1v1d 2024-05-03 05:10:49.265/* Product1@OID5:1v1 2024-05-03 05:10:49.265/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:49.243/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testCommitRemoveOrderDetail")2024-05-03 05:10:49.257/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.257/* OrderDetail@OID4:0v1 2024-05-03 05:10:49.257/* Product1@OID5:0v1 2024-05-03 05:10:49.257/* OrderDetail@OID6:0v1 2024-05-03 05:10:49.257/* BranchingWithCacheClearTest_testCommitRemoveOrderDetail_subBranch[1]2024-05-03 05:10:49.257/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:49.257/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:49.257/2024-05-03 05:10:49.264 CDOResource@OID3:1v1("res") 2024-05-03 05:10:49.265/* OrderDetail@OID4:1v0->0v1 2024-05-03 05:10:49.257/2024-05-03 05:10:49.264 Product1@OID5:1v0->0v1 2024-05-03 05:10:49.257/2024-05-03 05:10:49.264 Product1@OID5:1v1 2024-05-03 05:10:49.265/* OrderDetail@OID6:1v0->0v1 2024-05-03 05:10:49.257/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:49.243/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testCommitRemoveOrderDetail")2024-05-03 05:10:49.257/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.257/* OrderDetail@OID4:0v1 2024-05-03 05:10:49.257/* Product1@OID5:0v1 2024-05-03 05:10:49.257/* OrderDetail@OID6:0v1 2024-05-03 05:10:49.257/* BranchingWithCacheClearTest_testCommitRemoveOrderDetail_subBranch[1]2024-05-03 05:10:49.257/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:49.257/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:49.257/2024-05-03 05:10:49.264 CDOResource@OID3:1v1("res") 2024-05-03 05:10:49.265/* OrderDetail@OID4:1v0->0v1 2024-05-03 05:10:49.257/2024-05-03 05:10:49.264 Product1@OID5:1v0->0v1 2024-05-03 05:10:49.257/2024-05-03 05:10:49.264 Product1@OID5:1v1 2024-05-03 05:10:49.265/* OrderDetail@OID6:1v0->0v1 2024-05-03 05:10:49.257/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:49.243/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:49.243/2024-05-03 05:10:49.256 CDOResource@OID1:0v2("/") 2024-05-03 05:10:49.257/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testCommitRemoveOrderDetail")2024-05-03 05:10:49.257/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.257/* OrderDetail@OID4:0v1 2024-05-03 05:10:49.257/* Product1@OID5:0v1 2024-05-03 05:10:49.257/* OrderDetail@OID6:0v1 2024-05-03 05:10:49.257/* BranchingWithCacheClearTest_testCommitRemoveOrderDetail_subBranch[1]2024-05-03 05:10:49.257/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:49.265/* OrderDetail@OID4:1v1d 2024-05-03 05:10:49.265/* Product1@OID5:1v1 2024-05-03 05:10:49.265/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:49.243/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testCommitRemoveOrderDetail")2024-05-03 05:10:49.257/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.257/* OrderDetail@OID4:0v1 2024-05-03 05:10:49.257/* Product1@OID5:0v1 2024-05-03 05:10:49.257/* OrderDetail@OID6:0v1 2024-05-03 05:10:49.257/* BranchingWithCacheClearTest_testCommitRemoveOrderDetail_subBranch[1]2024-05-03 05:10:49.257/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:49.257/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:49.257/2024-05-03 05:10:49.264 CDOResource@OID3:1v1("res") 2024-05-03 05:10:49.265/* OrderDetail@OID4:1v0->0v1 2024-05-03 05:10:49.257/2024-05-03 05:10:49.264 Product1@OID5:1v0->0v1 2024-05-03 05:10:49.257/2024-05-03 05:10:49.264 Product1@OID5:1v1 2024-05-03 05:10:49.265/* OrderDetail@OID6:1v0->0v1 2024-05-03 05:10:49.257/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:49.243/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testCommitRemoveOrderDetail")2024-05-03 05:10:49.257/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.257/* OrderDetail@OID4:0v1 2024-05-03 05:10:49.257/* Product1@OID5:0v1 2024-05-03 05:10:49.257/* OrderDetail@OID6:0v1 2024-05-03 05:10:49.257/* BranchingWithCacheClearTest_testCommitRemoveOrderDetail_subBranch[1]2024-05-03 05:10:49.257/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:49.257/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:49.257/2024-05-03 05:10:49.264 CDOResource@OID3:1v1("res") 2024-05-03 05:10:49.265/* OrderDetail@OID4:1v0->0v1 2024-05-03 05:10:49.257/2024-05-03 05:10:49.264 Product1@OID5:1v0->0v1 2024-05-03 05:10:49.257/2024-05-03 05:10:49.264 Product1@OID5:1v1 2024-05-03 05:10:49.265/* OrderDetail@OID6:1v0->0v1 2024-05-03 05:10:49.257/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:49.243/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:49.243/2024-05-03 05:10:49.256 CDOResource@OID1:0v2("/") 2024-05-03 05:10:49.257/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testCommitRemoveOrderDetail")2024-05-03 05:10:49.257/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.257/* OrderDetail@OID4:0v1 2024-05-03 05:10:49.257/* Product1@OID5:0v1 2024-05-03 05:10:49.257/* OrderDetail@OID6:0v1 2024-05-03 05:10:49.257/* BranchingWithCacheClearTest_testCommitRemoveOrderDetail_subBranch[1]2024-05-03 05:10:49.257/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:49.265/* OrderDetail@OID4:1v1d 2024-05-03 05:10:49.265/* Product1@OID5:1v1 2024-05-03 05:10:49.265/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:49.243/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testCommitRemoveOrderDetail")2024-05-03 05:10:49.257/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.257/* OrderDetail@OID4:0v1 2024-05-03 05:10:49.257/* Product1@OID5:0v1 2024-05-03 05:10:49.257/* OrderDetail@OID6:0v1 2024-05-03 05:10:49.257/* BranchingWithCacheClearTest_testCommitRemoveOrderDetail_subBranch[1]2024-05-03 05:10:49.257/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:49.257/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:49.257/2024-05-03 05:10:49.264 CDOResource@OID3:1v1("res") 2024-05-03 05:10:49.265/* OrderDetail@OID4:1v0->0v1 2024-05-03 05:10:49.257/2024-05-03 05:10:49.264 Product1@OID5:1v0->0v1 2024-05-03 05:10:49.257/2024-05-03 05:10:49.264 Product1@OID5:1v1 2024-05-03 05:10:49.265/* OrderDetail@OID6:1v0->0v1 2024-05-03 05:10:49.257/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:49.243/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testCommitRemoveOrderDetail")2024-05-03 05:10:49.257/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.257/* OrderDetail@OID4:0v1 2024-05-03 05:10:49.257/* Product1@OID5:0v1 2024-05-03 05:10:49.257/* OrderDetail@OID6:0v1 2024-05-03 05:10:49.257/* BranchingWithCacheClearTest_testCommitRemoveOrderDetail_subBranch[1]2024-05-03 05:10:49.257/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:49.257/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:49.257/2024-05-03 05:10:49.264 CDOResource@OID3:1v1("res") 2024-05-03 05:10:49.265/* OrderDetail@OID4:1v0->0v1 2024-05-03 05:10:49.257/2024-05-03 05:10:49.264 Product1@OID5:1v0->0v1 2024-05-03 05:10:49.257/2024-05-03 05:10:49.264 Product1@OID5:1v1 2024-05-03 05:10:49.265/* OrderDetail@OID6:1v0->0v1 2024-05-03 05:10:49.257/* ******************************************************* BranchingWithCacheClearTest.testContainment [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* BranchingWithCacheClearTest.testCreateBranch [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* BranchingWithCacheClearTest.testCreateBranchDuplicate [MEM-branching, JVM, Legacy] ******************************************************* [ERROR] The branch MAIN/BranchingWithCacheClearTest_testCreateBranchDuplicate_existing already exists org.eclipse.emf.cdo.common.branch.CDODuplicateBranchException: The branch MAIN/BranchingWithCacheClearTest_testCreateBranchDuplicate_existing already exists at org.eclipse.emf.cdo.internal.server.Repository.checkDuplicateBranchBase(Repository.java:688) at org.eclipse.emf.cdo.internal.server.Repository.createBranch(Repository.java:549) at org.eclipse.emf.cdo.tests.config.impl.RepositoryConfig$6.createBranch(RepositoryConfig.java:755) at org.eclipse.emf.cdo.internal.common.branch.CDOBranchManagerImpl.createBranch(CDOBranchManagerImpl.java:364) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CreateBranchIndication.responding(CreateBranchIndication.java:51) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerIndication.responding(CDOServerIndication.java:162) at org.eclipse.net4j.signal.IndicationWithResponse.doExtendedOutput(IndicationWithResponse.java:100) at org.eclipse.net4j.signal.Signal.doOutput(Signal.java:407) at org.eclipse.net4j.signal.IndicationWithResponse.execute(IndicationWithResponse.java:74) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerWriteIndication.execute(CDOServerWriteIndication.java:34) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) ******************************************************* BranchingWithCacheClearTest.testCreateBranchIllegalName [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* BranchingWithCacheClearTest.testDeleteBranch [MEM-branching, JVM, Legacy] ******************************************************* [ERROR] Cannot invoke "java.util.concurrent.ConcurrentMap.values()" because "infos" is null java.lang.NullPointerException: Cannot invoke "java.util.concurrent.ConcurrentMap.values()" because "infos" is null at org.eclipse.emf.internal.cdo.session.CDOLockStateCacheImpl.remapOwner(CDOLockStateCacheImpl.java:356) at org.eclipse.emf.cdo.internal.net4j.protocol.LockOwnerRemappedNotificationIndication.indicating(LockOwnerRemappedNotificationIndication.java:40) at org.eclipse.emf.cdo.internal.net4j.protocol.CDOClientIndication.indicating(CDOClientIndication.java:77) at org.eclipse.net4j.signal.Indication.doExtendedInput(Indication.java:57) at org.eclipse.net4j.signal.Signal.doInput(Signal.java:434) at org.eclipse.net4j.signal.Indication.execute(Indication.java:51) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) ******************************************************* BranchingWithCacheClearTest.testDetachExisting [MEM-branching, JVM, Legacy] ******************************************************* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:49.593/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:49.593/2024-05-03 05:10:49.605 CDOResource@OID1:0v2("/") 2024-05-03 05:10:49.606/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testDetachExisting")2024-05-03 05:10:49.606/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.606/* Product1@OID4:0v1 2024-05-03 05:10:49.606/* OrderDetail@OID5:0v1 2024-05-03 05:10:49.606/* BranchingWithCacheClearTest_testDetachExisting_subBranch[1]2024-05-03 05:10:49.606/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:49.613/2024-05-03 05:10:49.614 CDOResource@OID3:1v2("res") 2024-05-03 05:10:49.615/* Product1@OID4:1v1 2024-05-03 05:10:49.613/2024-05-03 05:10:49.614 Product1@OID4:1v2 2024-05-03 05:10:49.615/* OrderDetail@OID5:1v1 2024-05-03 05:10:49.611/2024-05-03 05:10:49.612 OrderDetail@OID5:1v2d 2024-05-03 05:10:49.613/* OrderDetail@OID6:1v1 2024-05-03 05:10:49.615/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:49.593/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testDetachExisting")2024-05-03 05:10:49.606/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.606/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:49.593/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testDetachExisting")2024-05-03 05:10:49.606/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.606/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:49.593/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:49.593/2024-05-03 05:10:49.605 CDOResource@OID1:0v2("/") 2024-05-03 05:10:49.606/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testDetachExisting")2024-05-03 05:10:49.606/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.606/* Product1@OID4:0v1 2024-05-03 05:10:49.606/* OrderDetail@OID5:0v1 2024-05-03 05:10:49.606/* BranchingWithCacheClearTest_testDetachExisting_subBranch[1]2024-05-03 05:10:49.606/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:49.613/2024-05-03 05:10:49.614 CDOResource@OID3:1v2("res") 2024-05-03 05:10:49.615/* Product1@OID4:1v1 2024-05-03 05:10:49.613/2024-05-03 05:10:49.614 Product1@OID4:1v2 2024-05-03 05:10:49.615/* OrderDetail@OID5:1v1 2024-05-03 05:10:49.611/2024-05-03 05:10:49.612 OrderDetail@OID5:1v2d 2024-05-03 05:10:49.613/* OrderDetail@OID6:1v1 2024-05-03 05:10:49.615/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:49.593/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testDetachExisting")2024-05-03 05:10:49.606/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.606/* Product1@OID4:0v1 2024-05-03 05:10:49.606/* OrderDetail@OID5:0v1 2024-05-03 05:10:49.606/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:49.593/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testDetachExisting")2024-05-03 05:10:49.606/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.606/* Product1@OID4:0v1 2024-05-03 05:10:49.606/* OrderDetail@OID5:0v1 2024-05-03 05:10:49.606/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:49.593/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:49.593/2024-05-03 05:10:49.605 CDOResource@OID1:0v2("/") 2024-05-03 05:10:49.606/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testDetachExisting")2024-05-03 05:10:49.606/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.606/* Product1@OID4:0v1 2024-05-03 05:10:49.606/* OrderDetail@OID5:0v1 2024-05-03 05:10:49.606/* BranchingWithCacheClearTest_testDetachExisting_subBranch[1]2024-05-03 05:10:49.606/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:49.613/2024-05-03 05:10:49.614 CDOResource@OID3:1v2("res") 2024-05-03 05:10:49.615/* Product1@OID4:1v1 2024-05-03 05:10:49.613/2024-05-03 05:10:49.614 Product1@OID4:1v2 2024-05-03 05:10:49.615/* OrderDetail@OID5:1v1 2024-05-03 05:10:49.611/2024-05-03 05:10:49.612 OrderDetail@OID5:1v2d 2024-05-03 05:10:49.613/* OrderDetail@OID6:1v1 2024-05-03 05:10:49.615/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:49.593/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testDetachExisting")2024-05-03 05:10:49.606/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.606/* Product1@OID4:0v1 2024-05-03 05:10:49.606/* OrderDetail@OID5:0v1 2024-05-03 05:10:49.606/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:49.593/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testDetachExisting")2024-05-03 05:10:49.606/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.606/* Product1@OID4:0v1 2024-05-03 05:10:49.606/* OrderDetail@OID5:0v1 2024-05-03 05:10:49.606/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:49.593/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:49.593/2024-05-03 05:10:49.605 CDOResource@OID1:0v2("/") 2024-05-03 05:10:49.606/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testDetachExisting")2024-05-03 05:10:49.606/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.606/* Product1@OID4:0v1 2024-05-03 05:10:49.606/* OrderDetail@OID5:0v1 2024-05-03 05:10:49.606/* BranchingWithCacheClearTest_testDetachExisting_subBranch[1]2024-05-03 05:10:49.606/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:49.613/2024-05-03 05:10:49.614 CDOResource@OID3:1v2("res") 2024-05-03 05:10:49.615/* Product1@OID4:1v1 2024-05-03 05:10:49.613/2024-05-03 05:10:49.614 Product1@OID4:1v2 2024-05-03 05:10:49.615/* OrderDetail@OID5:1v1 2024-05-03 05:10:49.611/2024-05-03 05:10:49.612 OrderDetail@OID5:1v2d 2024-05-03 05:10:49.613/* OrderDetail@OID6:1v1 2024-05-03 05:10:49.615/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:49.593/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testDetachExisting")2024-05-03 05:10:49.606/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.606/* Product1@OID4:0v1 2024-05-03 05:10:49.606/* OrderDetail@OID5:0v1 2024-05-03 05:10:49.606/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:49.593/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testDetachExisting")2024-05-03 05:10:49.606/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.606/* Product1@OID4:0v1 2024-05-03 05:10:49.606/* OrderDetail@OID5:0v1 2024-05-03 05:10:49.606/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:49.593/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:49.593/2024-05-03 05:10:49.605 CDOResource@OID1:0v2("/") 2024-05-03 05:10:49.606/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testDetachExisting")2024-05-03 05:10:49.606/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.606/* Product1@OID4:0v1 2024-05-03 05:10:49.606/* OrderDetail@OID5:0v1 2024-05-03 05:10:49.606/* BranchingWithCacheClearTest_testDetachExisting_subBranch[1]2024-05-03 05:10:49.606/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:49.613/2024-05-03 05:10:49.614 CDOResource@OID3:1v2("res") 2024-05-03 05:10:49.615/* Product1@OID4:1v1 2024-05-03 05:10:49.613/2024-05-03 05:10:49.614 Product1@OID4:1v2 2024-05-03 05:10:49.615/* OrderDetail@OID5:1v1 2024-05-03 05:10:49.611/2024-05-03 05:10:49.612 OrderDetail@OID5:1v2d 2024-05-03 05:10:49.613/* OrderDetail@OID6:1v1 2024-05-03 05:10:49.615/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:49.593/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testDetachExisting")2024-05-03 05:10:49.606/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.606/* Product1@OID4:0v1 2024-05-03 05:10:49.606/* OrderDetail@OID5:0v1 2024-05-03 05:10:49.606/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:49.593/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testDetachExisting")2024-05-03 05:10:49.606/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.606/* Product1@OID4:0v1 2024-05-03 05:10:49.606/* OrderDetail@OID5:0v1 2024-05-03 05:10:49.606/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:49.593/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:49.593/2024-05-03 05:10:49.605 CDOResource@OID1:0v2("/") 2024-05-03 05:10:49.606/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testDetachExisting")2024-05-03 05:10:49.606/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.606/* Product1@OID4:0v1 2024-05-03 05:10:49.606/* OrderDetail@OID5:0v1 2024-05-03 05:10:49.606/* BranchingWithCacheClearTest_testDetachExisting_subBranch[1]2024-05-03 05:10:49.606/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:49.613/2024-05-03 05:10:49.614 CDOResource@OID3:1v2("res") 2024-05-03 05:10:49.615/* Product1@OID4:1v1 2024-05-03 05:10:49.613/2024-05-03 05:10:49.614 Product1@OID4:1v2 2024-05-03 05:10:49.615/* OrderDetail@OID5:1v1 2024-05-03 05:10:49.611/2024-05-03 05:10:49.612 OrderDetail@OID5:1v2d 2024-05-03 05:10:49.613/* OrderDetail@OID6:1v1 2024-05-03 05:10:49.615/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:49.593/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testDetachExisting")2024-05-03 05:10:49.606/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.606/* Product1@OID4:0v1 2024-05-03 05:10:49.606/* OrderDetail@OID5:0v1 2024-05-03 05:10:49.606/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:49.593/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testDetachExisting")2024-05-03 05:10:49.606/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.606/* Product1@OID4:0v1 2024-05-03 05:10:49.606/* OrderDetail@OID5:0v1 2024-05-03 05:10:49.606/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:49.593/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:49.593/2024-05-03 05:10:49.605 CDOResource@OID1:0v2("/") 2024-05-03 05:10:49.606/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testDetachExisting")2024-05-03 05:10:49.606/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.606/* Product1@OID4:0v1 2024-05-03 05:10:49.606/* OrderDetail@OID5:0v1 2024-05-03 05:10:49.606/* BranchingWithCacheClearTest_testDetachExisting_subBranch[1]2024-05-03 05:10:49.606/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:49.613/2024-05-03 05:10:49.614 CDOResource@OID3:1v2("res") 2024-05-03 05:10:49.615/* Product1@OID4:1v1 2024-05-03 05:10:49.613/2024-05-03 05:10:49.614 Product1@OID4:1v2 2024-05-03 05:10:49.615/* OrderDetail@OID5:1v1 2024-05-03 05:10:49.611/2024-05-03 05:10:49.612 OrderDetail@OID5:1v2d 2024-05-03 05:10:49.613/* OrderDetail@OID6:1v1 2024-05-03 05:10:49.615/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:49.593/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testDetachExisting")2024-05-03 05:10:49.606/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.606/* Product1@OID4:0v1 2024-05-03 05:10:49.606/* OrderDetail@OID5:0v1 2024-05-03 05:10:49.606/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:49.593/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testDetachExisting")2024-05-03 05:10:49.606/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.606/* Product1@OID4:0v1 2024-05-03 05:10:49.606/* OrderDetail@OID5:0v1 2024-05-03 05:10:49.606/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:49.593/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:49.593/2024-05-03 05:10:49.605 CDOResource@OID1:0v2("/") 2024-05-03 05:10:49.606/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testDetachExisting")2024-05-03 05:10:49.606/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.606/* Product1@OID4:0v1 2024-05-03 05:10:49.606/* OrderDetail@OID5:0v1 2024-05-03 05:10:49.606/* BranchingWithCacheClearTest_testDetachExisting_subBranch[1]2024-05-03 05:10:49.606/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:49.613/2024-05-03 05:10:49.614 CDOResource@OID3:1v2("res") 2024-05-03 05:10:49.615/* Product1@OID4:1v1 2024-05-03 05:10:49.613/2024-05-03 05:10:49.614 Product1@OID4:1v2 2024-05-03 05:10:49.615/* OrderDetail@OID5:1v1 2024-05-03 05:10:49.611/2024-05-03 05:10:49.612 OrderDetail@OID5:1v2d 2024-05-03 05:10:49.613/* OrderDetail@OID6:1v1 2024-05-03 05:10:49.615/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:49.593/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testDetachExisting")2024-05-03 05:10:49.606/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.606/* Product1@OID4:0v1 2024-05-03 05:10:49.606/* OrderDetail@OID5:0v1 2024-05-03 05:10:49.606/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:49.593/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testDetachExisting")2024-05-03 05:10:49.606/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.606/* Product1@OID4:0v1 2024-05-03 05:10:49.606/* OrderDetail@OID5:0v1 2024-05-03 05:10:49.606/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:49.593/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:49.593/2024-05-03 05:10:49.605 CDOResource@OID1:0v2("/") 2024-05-03 05:10:49.606/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testDetachExisting")2024-05-03 05:10:49.606/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.606/* Product1@OID4:0v1 2024-05-03 05:10:49.606/* OrderDetail@OID5:0v1 2024-05-03 05:10:49.606/* BranchingWithCacheClearTest_testDetachExisting_subBranch[1]2024-05-03 05:10:49.606/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:49.613/2024-05-03 05:10:49.614 CDOResource@OID3:1v2("res") 2024-05-03 05:10:49.615/* Product1@OID4:1v1 2024-05-03 05:10:49.613/2024-05-03 05:10:49.614 Product1@OID4:1v2 2024-05-03 05:10:49.615/* OrderDetail@OID5:1v1 2024-05-03 05:10:49.611/2024-05-03 05:10:49.612 OrderDetail@OID5:1v2d 2024-05-03 05:10:49.613/* OrderDetail@OID6:1v1 2024-05-03 05:10:49.615/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:49.593/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testDetachExisting")2024-05-03 05:10:49.606/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.606/* Product1@OID4:0v1 2024-05-03 05:10:49.606/* OrderDetail@OID5:0v1 2024-05-03 05:10:49.606/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:49.593/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testDetachExisting")2024-05-03 05:10:49.606/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.606/* Product1@OID4:0v1 2024-05-03 05:10:49.606/* OrderDetail@OID5:0v1 2024-05-03 05:10:49.606/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:49.593/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:49.593/2024-05-03 05:10:49.605 CDOResource@OID1:0v2("/") 2024-05-03 05:10:49.606/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testDetachExisting")2024-05-03 05:10:49.606/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.606/* Product1@OID4:0v1 2024-05-03 05:10:49.606/* OrderDetail@OID5:0v1 2024-05-03 05:10:49.606/* BranchingWithCacheClearTest_testDetachExisting_subBranch[1]2024-05-03 05:10:49.606/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:49.613/2024-05-03 05:10:49.614 CDOResource@OID3:1v2("res") 2024-05-03 05:10:49.615/* Product1@OID4:1v1 2024-05-03 05:10:49.613/2024-05-03 05:10:49.614 Product1@OID4:1v2 2024-05-03 05:10:49.615/* OrderDetail@OID5:1v1 2024-05-03 05:10:49.611/2024-05-03 05:10:49.612 OrderDetail@OID5:1v2d 2024-05-03 05:10:49.613/* OrderDetail@OID6:1v1 2024-05-03 05:10:49.615/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:49.593/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testDetachExisting")2024-05-03 05:10:49.606/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.606/* Product1@OID4:0v1 2024-05-03 05:10:49.606/* OrderDetail@OID5:0v1 2024-05-03 05:10:49.606/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:49.593/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testDetachExisting")2024-05-03 05:10:49.606/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.606/* Product1@OID4:0v1 2024-05-03 05:10:49.606/* OrderDetail@OID5:0v1 2024-05-03 05:10:49.606/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:49.593/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:49.593/2024-05-03 05:10:49.605 CDOResource@OID1:0v2("/") 2024-05-03 05:10:49.606/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testDetachExisting")2024-05-03 05:10:49.606/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.606/* Product1@OID4:0v1 2024-05-03 05:10:49.606/* OrderDetail@OID5:0v1 2024-05-03 05:10:49.606/* BranchingWithCacheClearTest_testDetachExisting_subBranch[1]2024-05-03 05:10:49.606/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:49.613/2024-05-03 05:10:49.614 CDOResource@OID3:1v2("res") 2024-05-03 05:10:49.615/* Product1@OID4:1v1 2024-05-03 05:10:49.613/2024-05-03 05:10:49.614 Product1@OID4:1v2 2024-05-03 05:10:49.615/* OrderDetail@OID5:1v1 2024-05-03 05:10:49.611/2024-05-03 05:10:49.612 OrderDetail@OID5:1v2d 2024-05-03 05:10:49.613/* OrderDetail@OID6:1v1 2024-05-03 05:10:49.615/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:49.593/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testDetachExisting")2024-05-03 05:10:49.606/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.606/* Product1@OID4:0v1 2024-05-03 05:10:49.606/* OrderDetail@OID5:0v1 2024-05-03 05:10:49.606/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:49.593/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testDetachExisting")2024-05-03 05:10:49.606/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.606/* Product1@OID4:0v1 2024-05-03 05:10:49.606/* OrderDetail@OID5:0v1 2024-05-03 05:10:49.606/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:49.593/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:49.593/2024-05-03 05:10:49.605 CDOResource@OID1:0v2("/") 2024-05-03 05:10:49.606/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testDetachExisting")2024-05-03 05:10:49.606/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.606/* Product1@OID4:0v1 2024-05-03 05:10:49.606/* OrderDetail@OID5:0v1 2024-05-03 05:10:49.606/* BranchingWithCacheClearTest_testDetachExisting_subBranch[1]2024-05-03 05:10:49.606/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:49.613/2024-05-03 05:10:49.614 CDOResource@OID3:1v2("res") 2024-05-03 05:10:49.615/* Product1@OID4:1v1 2024-05-03 05:10:49.613/2024-05-03 05:10:49.614 Product1@OID4:1v2 2024-05-03 05:10:49.615/* OrderDetail@OID5:1v1 2024-05-03 05:10:49.611/2024-05-03 05:10:49.612 OrderDetail@OID5:1v2d 2024-05-03 05:10:49.613/* OrderDetail@OID6:1v1 2024-05-03 05:10:49.615/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:49.593/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testDetachExisting")2024-05-03 05:10:49.606/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.606/* Product1@OID4:0v1 2024-05-03 05:10:49.606/* OrderDetail@OID5:0v1 2024-05-03 05:10:49.606/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:49.593/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testDetachExisting")2024-05-03 05:10:49.606/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.606/* Product1@OID4:0v1 2024-05-03 05:10:49.606/* OrderDetail@OID5:0v1 2024-05-03 05:10:49.606/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:49.593/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:49.593/2024-05-03 05:10:49.605 CDOResource@OID1:0v2("/") 2024-05-03 05:10:49.606/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testDetachExisting")2024-05-03 05:10:49.606/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.606/* Product1@OID4:0v1 2024-05-03 05:10:49.606/* OrderDetail@OID5:0v1 2024-05-03 05:10:49.606/* BranchingWithCacheClearTest_testDetachExisting_subBranch[1]2024-05-03 05:10:49.606/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:49.613/2024-05-03 05:10:49.614 CDOResource@OID3:1v2("res") 2024-05-03 05:10:49.615/* Product1@OID4:1v1 2024-05-03 05:10:49.613/2024-05-03 05:10:49.614 Product1@OID4:1v2 2024-05-03 05:10:49.615/* OrderDetail@OID5:1v1 2024-05-03 05:10:49.611/2024-05-03 05:10:49.612 OrderDetail@OID5:1v2d 2024-05-03 05:10:49.613/* OrderDetail@OID6:1v1 2024-05-03 05:10:49.615/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:49.593/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testDetachExisting")2024-05-03 05:10:49.606/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.606/* Product1@OID4:0v1 2024-05-03 05:10:49.606/* OrderDetail@OID5:0v1 2024-05-03 05:10:49.606/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:49.593/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testDetachExisting")2024-05-03 05:10:49.606/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.606/* Product1@OID4:0v1 2024-05-03 05:10:49.606/* OrderDetail@OID5:0v1 2024-05-03 05:10:49.606/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:49.593/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:49.593/2024-05-03 05:10:49.605 CDOResource@OID1:0v2("/") 2024-05-03 05:10:49.606/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testDetachExisting")2024-05-03 05:10:49.606/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.606/* Product1@OID4:0v1 2024-05-03 05:10:49.606/* OrderDetail@OID5:0v1 2024-05-03 05:10:49.606/* BranchingWithCacheClearTest_testDetachExisting_subBranch[1]2024-05-03 05:10:49.606/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:49.613/2024-05-03 05:10:49.614 CDOResource@OID3:1v2("res") 2024-05-03 05:10:49.615/* Product1@OID4:1v1 2024-05-03 05:10:49.613/2024-05-03 05:10:49.614 Product1@OID4:1v2 2024-05-03 05:10:49.615/* OrderDetail@OID5:1v1 2024-05-03 05:10:49.611/2024-05-03 05:10:49.612 OrderDetail@OID5:1v2d 2024-05-03 05:10:49.613/* OrderDetail@OID6:1v1 2024-05-03 05:10:49.615/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:49.593/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testDetachExisting")2024-05-03 05:10:49.606/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.606/* Product1@OID4:0v1 2024-05-03 05:10:49.606/* OrderDetail@OID5:0v1 2024-05-03 05:10:49.606/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:49.593/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testDetachExisting")2024-05-03 05:10:49.606/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.606/* Product1@OID4:0v1 2024-05-03 05:10:49.606/* OrderDetail@OID5:0v1 2024-05-03 05:10:49.606/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:49.593/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:49.593/2024-05-03 05:10:49.605 CDOResource@OID1:0v2("/") 2024-05-03 05:10:49.606/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testDetachExisting")2024-05-03 05:10:49.606/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.606/* Product1@OID4:0v1 2024-05-03 05:10:49.606/* OrderDetail@OID5:0v1 2024-05-03 05:10:49.606/* BranchingWithCacheClearTest_testDetachExisting_subBranch[1]2024-05-03 05:10:49.606/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:49.613/2024-05-03 05:10:49.614 CDOResource@OID3:1v2("res") 2024-05-03 05:10:49.615/* Product1@OID4:1v1 2024-05-03 05:10:49.613/2024-05-03 05:10:49.614 Product1@OID4:1v2 2024-05-03 05:10:49.615/* OrderDetail@OID5:1v1 2024-05-03 05:10:49.611/2024-05-03 05:10:49.612 OrderDetail@OID5:1v2d 2024-05-03 05:10:49.613/* OrderDetail@OID6:1v1 2024-05-03 05:10:49.615/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:49.593/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testDetachExisting")2024-05-03 05:10:49.606/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.606/* Product1@OID4:0v1 2024-05-03 05:10:49.606/* OrderDetail@OID5:0v1 2024-05-03 05:10:49.606/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:49.593/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testDetachExisting")2024-05-03 05:10:49.606/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.606/* Product1@OID4:0v1 2024-05-03 05:10:49.606/* OrderDetail@OID5:0v1 2024-05-03 05:10:49.606/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:49.593/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:49.593/2024-05-03 05:10:49.605 CDOResource@OID1:0v2("/") 2024-05-03 05:10:49.606/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testDetachExisting")2024-05-03 05:10:49.606/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.606/* Product1@OID4:0v1 2024-05-03 05:10:49.606/* OrderDetail@OID5:0v1 2024-05-03 05:10:49.606/* BranchingWithCacheClearTest_testDetachExisting_subBranch[1]2024-05-03 05:10:49.606/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:49.613/2024-05-03 05:10:49.614 CDOResource@OID3:1v2("res") 2024-05-03 05:10:49.615/* Product1@OID4:1v1 2024-05-03 05:10:49.613/2024-05-03 05:10:49.614 Product1@OID4:1v2 2024-05-03 05:10:49.615/* OrderDetail@OID5:1v1 2024-05-03 05:10:49.611/2024-05-03 05:10:49.612 OrderDetail@OID5:1v2d 2024-05-03 05:10:49.613/* OrderDetail@OID6:1v1 2024-05-03 05:10:49.615/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:49.593/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testDetachExisting")2024-05-03 05:10:49.606/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.606/* Product1@OID4:0v1 2024-05-03 05:10:49.606/* OrderDetail@OID5:0v1 2024-05-03 05:10:49.606/* BranchingWithCacheClearTest_testDetachExisting_subBranch[1]2024-05-03 05:10:49.606/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:49.606/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:49.606/2024-05-03 05:10:49.612 ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:49.593/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testDetachExisting")2024-05-03 05:10:49.606/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.606/* Product1@OID4:0v1 2024-05-03 05:10:49.606/* OrderDetail@OID5:0v1 2024-05-03 05:10:49.606/* BranchingWithCacheClearTest_testDetachExisting_subBranch[1]2024-05-03 05:10:49.606/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:49.606/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:49.606/2024-05-03 05:10:49.612 MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:49.593/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:49.593/2024-05-03 05:10:49.605 CDOResource@OID1:0v2("/") 2024-05-03 05:10:49.606/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testDetachExisting")2024-05-03 05:10:49.606/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.606/* Product1@OID4:0v1 2024-05-03 05:10:49.606/* OrderDetail@OID5:0v1 2024-05-03 05:10:49.606/* BranchingWithCacheClearTest_testDetachExisting_subBranch[1]2024-05-03 05:10:49.606/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:49.613/2024-05-03 05:10:49.614 CDOResource@OID3:1v2("res") 2024-05-03 05:10:49.615/* Product1@OID4:1v1 2024-05-03 05:10:49.613/2024-05-03 05:10:49.614 Product1@OID4:1v2 2024-05-03 05:10:49.615/* OrderDetail@OID5:1v1 2024-05-03 05:10:49.611/2024-05-03 05:10:49.612 OrderDetail@OID5:1v2d 2024-05-03 05:10:49.613/* OrderDetail@OID6:1v1 2024-05-03 05:10:49.615/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:49.593/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testDetachExisting")2024-05-03 05:10:49.606/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.606/* Product1@OID4:0v1 2024-05-03 05:10:49.606/* OrderDetail@OID5:0v1 2024-05-03 05:10:49.606/* BranchingWithCacheClearTest_testDetachExisting_subBranch[1]2024-05-03 05:10:49.606/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:49.606/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:49.606/2024-05-03 05:10:49.612 Product1@OID4:1v0->0v1 2024-05-03 05:10:49.606/2024-05-03 05:10:49.612 OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:49.606/2024-05-03 05:10:49.610 ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:49.593/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testDetachExisting")2024-05-03 05:10:49.606/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.606/* Product1@OID4:0v1 2024-05-03 05:10:49.606/* OrderDetail@OID5:0v1 2024-05-03 05:10:49.606/* BranchingWithCacheClearTest_testDetachExisting_subBranch[1]2024-05-03 05:10:49.606/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:49.606/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:49.606/2024-05-03 05:10:49.612 Product1@OID4:1v0->0v1 2024-05-03 05:10:49.606/2024-05-03 05:10:49.612 OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:49.606/2024-05-03 05:10:49.610 MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:49.593/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:49.593/2024-05-03 05:10:49.605 CDOResource@OID1:0v2("/") 2024-05-03 05:10:49.606/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testDetachExisting")2024-05-03 05:10:49.606/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.606/* Product1@OID4:0v1 2024-05-03 05:10:49.606/* OrderDetail@OID5:0v1 2024-05-03 05:10:49.606/* BranchingWithCacheClearTest_testDetachExisting_subBranch[1]2024-05-03 05:10:49.606/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:49.613/2024-05-03 05:10:49.614 CDOResource@OID3:1v2("res") 2024-05-03 05:10:49.615/* Product1@OID4:1v1 2024-05-03 05:10:49.613/2024-05-03 05:10:49.614 Product1@OID4:1v2 2024-05-03 05:10:49.615/* OrderDetail@OID5:1v1 2024-05-03 05:10:49.611/2024-05-03 05:10:49.612 OrderDetail@OID5:1v2d 2024-05-03 05:10:49.613/* OrderDetail@OID6:1v1 2024-05-03 05:10:49.615/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:49.593/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testDetachExisting")2024-05-03 05:10:49.606/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.606/* Product1@OID4:0v1 2024-05-03 05:10:49.606/* OrderDetail@OID5:0v1 2024-05-03 05:10:49.606/* BranchingWithCacheClearTest_testDetachExisting_subBranch[1]2024-05-03 05:10:49.606/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:49.606/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:49.606/2024-05-03 05:10:49.612 Product1@OID4:1v0->0v1 2024-05-03 05:10:49.606/2024-05-03 05:10:49.612 OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:49.606/2024-05-03 05:10:49.610 ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:49.593/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testDetachExisting")2024-05-03 05:10:49.606/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.606/* Product1@OID4:0v1 2024-05-03 05:10:49.606/* OrderDetail@OID5:0v1 2024-05-03 05:10:49.606/* BranchingWithCacheClearTest_testDetachExisting_subBranch[1]2024-05-03 05:10:49.606/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:49.606/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:49.606/2024-05-03 05:10:49.612 Product1@OID4:1v0->0v1 2024-05-03 05:10:49.606/2024-05-03 05:10:49.612 OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:49.606/2024-05-03 05:10:49.610 MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:49.593/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:49.593/2024-05-03 05:10:49.605 CDOResource@OID1:0v2("/") 2024-05-03 05:10:49.606/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testDetachExisting")2024-05-03 05:10:49.606/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.606/* Product1@OID4:0v1 2024-05-03 05:10:49.606/* OrderDetail@OID5:0v1 2024-05-03 05:10:49.606/* BranchingWithCacheClearTest_testDetachExisting_subBranch[1]2024-05-03 05:10:49.606/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:49.613/2024-05-03 05:10:49.614 CDOResource@OID3:1v2("res") 2024-05-03 05:10:49.615/* Product1@OID4:1v1 2024-05-03 05:10:49.613/2024-05-03 05:10:49.614 Product1@OID4:1v2 2024-05-03 05:10:49.615/* OrderDetail@OID5:1v1 2024-05-03 05:10:49.611/2024-05-03 05:10:49.612 OrderDetail@OID5:1v2d 2024-05-03 05:10:49.613/* OrderDetail@OID6:1v1 2024-05-03 05:10:49.615/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:49.593/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testDetachExisting")2024-05-03 05:10:49.606/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.606/* Product1@OID4:0v1 2024-05-03 05:10:49.606/* OrderDetail@OID5:0v1 2024-05-03 05:10:49.606/* BranchingWithCacheClearTest_testDetachExisting_subBranch[1]2024-05-03 05:10:49.606/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:49.606/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:49.606/2024-05-03 05:10:49.612 Product1@OID4:1v0->0v1 2024-05-03 05:10:49.606/2024-05-03 05:10:49.612 OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:49.606/2024-05-03 05:10:49.610 ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:49.593/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testDetachExisting")2024-05-03 05:10:49.606/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.606/* Product1@OID4:0v1 2024-05-03 05:10:49.606/* OrderDetail@OID5:0v1 2024-05-03 05:10:49.606/* BranchingWithCacheClearTest_testDetachExisting_subBranch[1]2024-05-03 05:10:49.606/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:49.606/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:49.606/2024-05-03 05:10:49.612 Product1@OID4:1v0->0v1 2024-05-03 05:10:49.606/2024-05-03 05:10:49.612 OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:49.606/2024-05-03 05:10:49.610 MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:49.593/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:49.593/2024-05-03 05:10:49.605 CDOResource@OID1:0v2("/") 2024-05-03 05:10:49.606/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testDetachExisting")2024-05-03 05:10:49.606/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.606/* Product1@OID4:0v1 2024-05-03 05:10:49.606/* OrderDetail@OID5:0v1 2024-05-03 05:10:49.606/* BranchingWithCacheClearTest_testDetachExisting_subBranch[1]2024-05-03 05:10:49.606/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:49.613/2024-05-03 05:10:49.614 CDOResource@OID3:1v2("res") 2024-05-03 05:10:49.615/* Product1@OID4:1v1 2024-05-03 05:10:49.613/2024-05-03 05:10:49.614 Product1@OID4:1v2 2024-05-03 05:10:49.615/* OrderDetail@OID5:1v1 2024-05-03 05:10:49.611/2024-05-03 05:10:49.612 OrderDetail@OID5:1v2d 2024-05-03 05:10:49.613/* OrderDetail@OID6:1v1 2024-05-03 05:10:49.615/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:49.593/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testDetachExisting")2024-05-03 05:10:49.606/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.606/* Product1@OID4:0v1 2024-05-03 05:10:49.606/* OrderDetail@OID5:0v1 2024-05-03 05:10:49.606/* BranchingWithCacheClearTest_testDetachExisting_subBranch[1]2024-05-03 05:10:49.606/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:49.606/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:49.606/2024-05-03 05:10:49.612 Product1@OID4:1v0->0v1 2024-05-03 05:10:49.606/2024-05-03 05:10:49.612 OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:49.606/2024-05-03 05:10:49.610 OrderDetail@OID5:1v1 2024-05-03 05:10:49.611/2024-05-03 05:10:49.612 ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:49.593/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testDetachExisting")2024-05-03 05:10:49.606/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.606/* Product1@OID4:0v1 2024-05-03 05:10:49.606/* OrderDetail@OID5:0v1 2024-05-03 05:10:49.606/* BranchingWithCacheClearTest_testDetachExisting_subBranch[1]2024-05-03 05:10:49.606/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:49.606/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:49.606/2024-05-03 05:10:49.612 Product1@OID4:1v0->0v1 2024-05-03 05:10:49.606/2024-05-03 05:10:49.612 OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:49.606/2024-05-03 05:10:49.610 OrderDetail@OID5:1v1 2024-05-03 05:10:49.611/2024-05-03 05:10:49.612 MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:49.593/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:49.593/2024-05-03 05:10:49.605 CDOResource@OID1:0v2("/") 2024-05-03 05:10:49.606/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testDetachExisting")2024-05-03 05:10:49.606/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.606/* Product1@OID4:0v1 2024-05-03 05:10:49.606/* OrderDetail@OID5:0v1 2024-05-03 05:10:49.606/* BranchingWithCacheClearTest_testDetachExisting_subBranch[1]2024-05-03 05:10:49.606/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:49.613/2024-05-03 05:10:49.614 CDOResource@OID3:1v2("res") 2024-05-03 05:10:49.615/* Product1@OID4:1v1 2024-05-03 05:10:49.613/2024-05-03 05:10:49.614 Product1@OID4:1v2 2024-05-03 05:10:49.615/* OrderDetail@OID5:1v1 2024-05-03 05:10:49.611/2024-05-03 05:10:49.612 OrderDetail@OID5:1v2d 2024-05-03 05:10:49.613/* OrderDetail@OID6:1v1 2024-05-03 05:10:49.615/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:49.593/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testDetachExisting")2024-05-03 05:10:49.606/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.606/* Product1@OID4:0v1 2024-05-03 05:10:49.606/* OrderDetail@OID5:0v1 2024-05-03 05:10:49.606/* BranchingWithCacheClearTest_testDetachExisting_subBranch[1]2024-05-03 05:10:49.606/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:49.606/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:49.606/2024-05-03 05:10:49.612 Product1@OID4:1v0->0v1 2024-05-03 05:10:49.606/2024-05-03 05:10:49.612 OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:49.606/2024-05-03 05:10:49.610 OrderDetail@OID5:1v1 2024-05-03 05:10:49.611/2024-05-03 05:10:49.612 ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:49.593/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testDetachExisting")2024-05-03 05:10:49.606/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.606/* Product1@OID4:0v1 2024-05-03 05:10:49.606/* OrderDetail@OID5:0v1 2024-05-03 05:10:49.606/* BranchingWithCacheClearTest_testDetachExisting_subBranch[1]2024-05-03 05:10:49.606/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:49.606/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:49.606/2024-05-03 05:10:49.612 Product1@OID4:1v0->0v1 2024-05-03 05:10:49.606/2024-05-03 05:10:49.612 OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:49.606/2024-05-03 05:10:49.610 OrderDetail@OID5:1v1 2024-05-03 05:10:49.611/2024-05-03 05:10:49.612 MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:49.593/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:49.593/2024-05-03 05:10:49.605 CDOResource@OID1:0v2("/") 2024-05-03 05:10:49.606/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testDetachExisting")2024-05-03 05:10:49.606/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.606/* Product1@OID4:0v1 2024-05-03 05:10:49.606/* OrderDetail@OID5:0v1 2024-05-03 05:10:49.606/* BranchingWithCacheClearTest_testDetachExisting_subBranch[1]2024-05-03 05:10:49.606/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:49.613/2024-05-03 05:10:49.614 CDOResource@OID3:1v2("res") 2024-05-03 05:10:49.615/* Product1@OID4:1v1 2024-05-03 05:10:49.613/2024-05-03 05:10:49.614 Product1@OID4:1v2 2024-05-03 05:10:49.615/* OrderDetail@OID5:1v1 2024-05-03 05:10:49.611/2024-05-03 05:10:49.612 OrderDetail@OID5:1v2d 2024-05-03 05:10:49.613/* OrderDetail@OID6:1v1 2024-05-03 05:10:49.615/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:49.593/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testDetachExisting")2024-05-03 05:10:49.606/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.606/* Product1@OID4:0v1 2024-05-03 05:10:49.606/* OrderDetail@OID5:0v1 2024-05-03 05:10:49.606/* BranchingWithCacheClearTest_testDetachExisting_subBranch[1]2024-05-03 05:10:49.606/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:49.606/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:49.606/2024-05-03 05:10:49.612 CDOResource@OID3:1v1("res") 2024-05-03 05:10:49.613/2024-05-03 05:10:49.614 Product1@OID4:1v0->0v1 2024-05-03 05:10:49.606/2024-05-03 05:10:49.612 OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:49.606/2024-05-03 05:10:49.610 OrderDetail@OID5:1v1 2024-05-03 05:10:49.611/2024-05-03 05:10:49.612 ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:49.593/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testDetachExisting")2024-05-03 05:10:49.606/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.606/* Product1@OID4:0v1 2024-05-03 05:10:49.606/* OrderDetail@OID5:0v1 2024-05-03 05:10:49.606/* BranchingWithCacheClearTest_testDetachExisting_subBranch[1]2024-05-03 05:10:49.606/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:49.606/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:49.606/2024-05-03 05:10:49.612 CDOResource@OID3:1v1("res") 2024-05-03 05:10:49.613/2024-05-03 05:10:49.614 Product1@OID4:1v0->0v1 2024-05-03 05:10:49.606/2024-05-03 05:10:49.612 OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:49.606/2024-05-03 05:10:49.610 OrderDetail@OID5:1v1 2024-05-03 05:10:49.611/2024-05-03 05:10:49.612 MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:49.593/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:49.593/2024-05-03 05:10:49.605 CDOResource@OID1:0v2("/") 2024-05-03 05:10:49.606/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testDetachExisting")2024-05-03 05:10:49.606/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.606/* Product1@OID4:0v1 2024-05-03 05:10:49.606/* OrderDetail@OID5:0v1 2024-05-03 05:10:49.606/* BranchingWithCacheClearTest_testDetachExisting_subBranch[1]2024-05-03 05:10:49.606/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:49.613/2024-05-03 05:10:49.614 CDOResource@OID3:1v2("res") 2024-05-03 05:10:49.615/* Product1@OID4:1v1 2024-05-03 05:10:49.613/2024-05-03 05:10:49.614 Product1@OID4:1v2 2024-05-03 05:10:49.615/* OrderDetail@OID5:1v1 2024-05-03 05:10:49.611/2024-05-03 05:10:49.612 OrderDetail@OID5:1v2d 2024-05-03 05:10:49.613/* OrderDetail@OID6:1v1 2024-05-03 05:10:49.615/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:49.593/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testDetachExisting")2024-05-03 05:10:49.606/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.606/* Product1@OID4:0v1 2024-05-03 05:10:49.606/* OrderDetail@OID5:0v1 2024-05-03 05:10:49.606/* BranchingWithCacheClearTest_testDetachExisting_subBranch[1]2024-05-03 05:10:49.606/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:49.606/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:49.606/2024-05-03 05:10:49.612 CDOResource@OID3:1v1("res") 2024-05-03 05:10:49.613/2024-05-03 05:10:49.614 CDOResource@OID3:1v2("res") 2024-05-03 05:10:49.615/* Product1@OID4:1v0->0v1 2024-05-03 05:10:49.606/2024-05-03 05:10:49.612 OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:49.606/2024-05-03 05:10:49.610 OrderDetail@OID5:1v1 2024-05-03 05:10:49.611/2024-05-03 05:10:49.612 ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:49.593/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testDetachExisting")2024-05-03 05:10:49.606/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.606/* Product1@OID4:0v1 2024-05-03 05:10:49.606/* OrderDetail@OID5:0v1 2024-05-03 05:10:49.606/* BranchingWithCacheClearTest_testDetachExisting_subBranch[1]2024-05-03 05:10:49.606/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:49.606/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:49.606/2024-05-03 05:10:49.612 CDOResource@OID3:1v1("res") 2024-05-03 05:10:49.613/2024-05-03 05:10:49.614 CDOResource@OID3:1v2("res") 2024-05-03 05:10:49.615/* Product1@OID4:1v0->0v1 2024-05-03 05:10:49.606/2024-05-03 05:10:49.612 OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:49.606/2024-05-03 05:10:49.610 OrderDetail@OID5:1v1 2024-05-03 05:10:49.611/2024-05-03 05:10:49.612 MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:49.593/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:49.593/2024-05-03 05:10:49.605 CDOResource@OID1:0v2("/") 2024-05-03 05:10:49.606/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testDetachExisting")2024-05-03 05:10:49.606/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.606/* Product1@OID4:0v1 2024-05-03 05:10:49.606/* OrderDetail@OID5:0v1 2024-05-03 05:10:49.606/* BranchingWithCacheClearTest_testDetachExisting_subBranch[1]2024-05-03 05:10:49.606/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:49.613/2024-05-03 05:10:49.614 CDOResource@OID3:1v2("res") 2024-05-03 05:10:49.615/* Product1@OID4:1v1 2024-05-03 05:10:49.613/2024-05-03 05:10:49.614 Product1@OID4:1v2 2024-05-03 05:10:49.615/* OrderDetail@OID5:1v1 2024-05-03 05:10:49.611/2024-05-03 05:10:49.612 OrderDetail@OID5:1v2d 2024-05-03 05:10:49.613/* OrderDetail@OID6:1v1 2024-05-03 05:10:49.615/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:49.593/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testDetachExisting")2024-05-03 05:10:49.606/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.606/* Product1@OID4:0v1 2024-05-03 05:10:49.606/* OrderDetail@OID5:0v1 2024-05-03 05:10:49.606/* BranchingWithCacheClearTest_testDetachExisting_subBranch[1]2024-05-03 05:10:49.606/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:49.606/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:49.606/2024-05-03 05:10:49.612 CDOResource@OID3:1v1("res") 2024-05-03 05:10:49.613/2024-05-03 05:10:49.614 CDOResource@OID3:1v2("res") 2024-05-03 05:10:49.615/* Product1@OID4:1v0->0v1 2024-05-03 05:10:49.606/2024-05-03 05:10:49.612 Product1@OID4:1v2 2024-05-03 05:10:49.615/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:49.606/2024-05-03 05:10:49.610 OrderDetail@OID5:1v1 2024-05-03 05:10:49.611/2024-05-03 05:10:49.612 OrderDetail@OID6:1v1 2024-05-03 05:10:49.615/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:49.593/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testDetachExisting")2024-05-03 05:10:49.606/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.606/* Product1@OID4:0v1 2024-05-03 05:10:49.606/* OrderDetail@OID5:0v1 2024-05-03 05:10:49.606/* BranchingWithCacheClearTest_testDetachExisting_subBranch[1]2024-05-03 05:10:49.606/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:49.606/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:49.606/2024-05-03 05:10:49.612 CDOResource@OID3:1v1("res") 2024-05-03 05:10:49.613/2024-05-03 05:10:49.614 CDOResource@OID3:1v2("res") 2024-05-03 05:10:49.615/* Product1@OID4:1v0->0v1 2024-05-03 05:10:49.606/2024-05-03 05:10:49.612 Product1@OID4:1v2 2024-05-03 05:10:49.615/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:49.606/2024-05-03 05:10:49.610 OrderDetail@OID5:1v1 2024-05-03 05:10:49.611/2024-05-03 05:10:49.612 OrderDetail@OID6:1v1 2024-05-03 05:10:49.615/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:49.593/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:49.593/2024-05-03 05:10:49.605 CDOResource@OID1:0v2("/") 2024-05-03 05:10:49.606/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testDetachExisting")2024-05-03 05:10:49.606/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.606/* Product1@OID4:0v1 2024-05-03 05:10:49.606/* OrderDetail@OID5:0v1 2024-05-03 05:10:49.606/* BranchingWithCacheClearTest_testDetachExisting_subBranch[1]2024-05-03 05:10:49.606/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:49.613/2024-05-03 05:10:49.614 CDOResource@OID3:1v2("res") 2024-05-03 05:10:49.615/* Product1@OID4:1v1 2024-05-03 05:10:49.613/2024-05-03 05:10:49.614 Product1@OID4:1v2 2024-05-03 05:10:49.615/* OrderDetail@OID5:1v1 2024-05-03 05:10:49.611/2024-05-03 05:10:49.612 OrderDetail@OID5:1v2d 2024-05-03 05:10:49.613/* OrderDetail@OID6:1v1 2024-05-03 05:10:49.615/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:49.593/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testDetachExisting")2024-05-03 05:10:49.606/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.606/* Product1@OID4:0v1 2024-05-03 05:10:49.606/* OrderDetail@OID5:0v1 2024-05-03 05:10:49.606/* BranchingWithCacheClearTest_testDetachExisting_subBranch[1]2024-05-03 05:10:49.606/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:49.606/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:49.606/2024-05-03 05:10:49.612 CDOResource@OID3:1v1("res") 2024-05-03 05:10:49.613/2024-05-03 05:10:49.614 CDOResource@OID3:1v2("res") 2024-05-03 05:10:49.615/* Product1@OID4:1v0->0v1 2024-05-03 05:10:49.606/2024-05-03 05:10:49.612 Product1@OID4:1v2 2024-05-03 05:10:49.615/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:49.606/2024-05-03 05:10:49.610 OrderDetail@OID5:1v1 2024-05-03 05:10:49.611/2024-05-03 05:10:49.612 OrderDetail@OID6:1v1 2024-05-03 05:10:49.615/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:49.593/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testDetachExisting")2024-05-03 05:10:49.606/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.606/* Product1@OID4:0v1 2024-05-03 05:10:49.606/* OrderDetail@OID5:0v1 2024-05-03 05:10:49.606/* BranchingWithCacheClearTest_testDetachExisting_subBranch[1]2024-05-03 05:10:49.606/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:49.606/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:49.606/2024-05-03 05:10:49.612 CDOResource@OID3:1v1("res") 2024-05-03 05:10:49.613/2024-05-03 05:10:49.614 CDOResource@OID3:1v2("res") 2024-05-03 05:10:49.615/* Product1@OID4:1v0->0v1 2024-05-03 05:10:49.606/2024-05-03 05:10:49.612 Product1@OID4:1v2 2024-05-03 05:10:49.615/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:49.606/2024-05-03 05:10:49.610 OrderDetail@OID5:1v1 2024-05-03 05:10:49.611/2024-05-03 05:10:49.612 OrderDetail@OID6:1v1 2024-05-03 05:10:49.615/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:49.593/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:49.593/2024-05-03 05:10:49.605 CDOResource@OID1:0v2("/") 2024-05-03 05:10:49.606/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testDetachExisting")2024-05-03 05:10:49.606/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.606/* Product1@OID4:0v1 2024-05-03 05:10:49.606/* OrderDetail@OID5:0v1 2024-05-03 05:10:49.606/* BranchingWithCacheClearTest_testDetachExisting_subBranch[1]2024-05-03 05:10:49.606/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:49.613/2024-05-03 05:10:49.614 CDOResource@OID3:1v2("res") 2024-05-03 05:10:49.615/* Product1@OID4:1v1 2024-05-03 05:10:49.613/2024-05-03 05:10:49.614 Product1@OID4:1v2 2024-05-03 05:10:49.615/* OrderDetail@OID5:1v1 2024-05-03 05:10:49.611/2024-05-03 05:10:49.612 OrderDetail@OID5:1v2d 2024-05-03 05:10:49.613/* OrderDetail@OID6:1v1 2024-05-03 05:10:49.615/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:49.593/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testDetachExisting")2024-05-03 05:10:49.606/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.606/* Product1@OID4:0v1 2024-05-03 05:10:49.606/* OrderDetail@OID5:0v1 2024-05-03 05:10:49.606/* BranchingWithCacheClearTest_testDetachExisting_subBranch[1]2024-05-03 05:10:49.606/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:49.606/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:49.606/2024-05-03 05:10:49.612 CDOResource@OID3:1v1("res") 2024-05-03 05:10:49.613/2024-05-03 05:10:49.614 CDOResource@OID3:1v2("res") 2024-05-03 05:10:49.615/* Product1@OID4:1v0->0v1 2024-05-03 05:10:49.606/2024-05-03 05:10:49.612 Product1@OID4:1v2 2024-05-03 05:10:49.615/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:49.606/2024-05-03 05:10:49.610 OrderDetail@OID5:1v1 2024-05-03 05:10:49.611/2024-05-03 05:10:49.612 OrderDetail@OID6:1v1 2024-05-03 05:10:49.615/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:49.593/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testDetachExisting")2024-05-03 05:10:49.606/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.606/* Product1@OID4:0v1 2024-05-03 05:10:49.606/* OrderDetail@OID5:0v1 2024-05-03 05:10:49.606/* BranchingWithCacheClearTest_testDetachExisting_subBranch[1]2024-05-03 05:10:49.606/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:49.606/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:49.606/2024-05-03 05:10:49.612 CDOResource@OID3:1v1("res") 2024-05-03 05:10:49.613/2024-05-03 05:10:49.614 CDOResource@OID3:1v2("res") 2024-05-03 05:10:49.615/* Product1@OID4:1v0->0v1 2024-05-03 05:10:49.606/2024-05-03 05:10:49.612 Product1@OID4:1v2 2024-05-03 05:10:49.615/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:49.606/2024-05-03 05:10:49.610 OrderDetail@OID5:1v1 2024-05-03 05:10:49.611/2024-05-03 05:10:49.612 OrderDetail@OID6:1v1 2024-05-03 05:10:49.615/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:49.593/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:49.593/2024-05-03 05:10:49.605 CDOResource@OID1:0v2("/") 2024-05-03 05:10:49.606/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testDetachExisting")2024-05-03 05:10:49.606/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.606/* Product1@OID4:0v1 2024-05-03 05:10:49.606/* OrderDetail@OID5:0v1 2024-05-03 05:10:49.606/* BranchingWithCacheClearTest_testDetachExisting_subBranch[1]2024-05-03 05:10:49.606/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:49.613/2024-05-03 05:10:49.614 CDOResource@OID3:1v2("res") 2024-05-03 05:10:49.615/* Product1@OID4:1v1 2024-05-03 05:10:49.613/2024-05-03 05:10:49.614 Product1@OID4:1v2 2024-05-03 05:10:49.615/* OrderDetail@OID5:1v1 2024-05-03 05:10:49.611/2024-05-03 05:10:49.612 OrderDetail@OID5:1v2d 2024-05-03 05:10:49.613/* OrderDetail@OID6:1v1 2024-05-03 05:10:49.615/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:49.593/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testDetachExisting")2024-05-03 05:10:49.606/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.606/* Product1@OID4:0v1 2024-05-03 05:10:49.606/* OrderDetail@OID5:0v1 2024-05-03 05:10:49.606/* BranchingWithCacheClearTest_testDetachExisting_subBranch[1]2024-05-03 05:10:49.606/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:49.606/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:49.606/2024-05-03 05:10:49.612 CDOResource@OID3:1v1("res") 2024-05-03 05:10:49.613/2024-05-03 05:10:49.614 CDOResource@OID3:1v2("res") 2024-05-03 05:10:49.615/* Product1@OID4:1v0->0v1 2024-05-03 05:10:49.606/2024-05-03 05:10:49.612 Product1@OID4:1v2 2024-05-03 05:10:49.615/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:49.606/2024-05-03 05:10:49.610 OrderDetail@OID5:1v1 2024-05-03 05:10:49.611/2024-05-03 05:10:49.612 OrderDetail@OID6:1v1 2024-05-03 05:10:49.615/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:49.593/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testDetachExisting")2024-05-03 05:10:49.606/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.606/* Product1@OID4:0v1 2024-05-03 05:10:49.606/* OrderDetail@OID5:0v1 2024-05-03 05:10:49.606/* BranchingWithCacheClearTest_testDetachExisting_subBranch[1]2024-05-03 05:10:49.606/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:49.606/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:49.606/2024-05-03 05:10:49.612 CDOResource@OID3:1v1("res") 2024-05-03 05:10:49.613/2024-05-03 05:10:49.614 CDOResource@OID3:1v2("res") 2024-05-03 05:10:49.615/* Product1@OID4:1v0->0v1 2024-05-03 05:10:49.606/2024-05-03 05:10:49.612 Product1@OID4:1v2 2024-05-03 05:10:49.615/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:49.606/2024-05-03 05:10:49.610 OrderDetail@OID5:1v1 2024-05-03 05:10:49.611/2024-05-03 05:10:49.612 OrderDetail@OID6:1v1 2024-05-03 05:10:49.615/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:49.593/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:49.593/2024-05-03 05:10:49.605 CDOResource@OID1:0v2("/") 2024-05-03 05:10:49.606/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testDetachExisting")2024-05-03 05:10:49.606/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.606/* Product1@OID4:0v1 2024-05-03 05:10:49.606/* OrderDetail@OID5:0v1 2024-05-03 05:10:49.606/* BranchingWithCacheClearTest_testDetachExisting_subBranch[1]2024-05-03 05:10:49.606/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:49.613/2024-05-03 05:10:49.614 CDOResource@OID3:1v2("res") 2024-05-03 05:10:49.615/* Product1@OID4:1v1 2024-05-03 05:10:49.613/2024-05-03 05:10:49.614 Product1@OID4:1v2 2024-05-03 05:10:49.615/* OrderDetail@OID5:1v1 2024-05-03 05:10:49.611/2024-05-03 05:10:49.612 OrderDetail@OID5:1v2d 2024-05-03 05:10:49.613/* OrderDetail@OID6:1v1 2024-05-03 05:10:49.615/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:49.593/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testDetachExisting")2024-05-03 05:10:49.606/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.606/* Product1@OID4:0v1 2024-05-03 05:10:49.606/* OrderDetail@OID5:0v1 2024-05-03 05:10:49.606/* BranchingWithCacheClearTest_testDetachExisting_subBranch[1]2024-05-03 05:10:49.606/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:49.606/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:49.606/2024-05-03 05:10:49.612 CDOResource@OID3:1v1("res") 2024-05-03 05:10:49.613/2024-05-03 05:10:49.614 CDOResource@OID3:1v2("res") 2024-05-03 05:10:49.615/* Product1@OID4:1v0->0v1 2024-05-03 05:10:49.606/2024-05-03 05:10:49.612 Product1@OID4:1v2 2024-05-03 05:10:49.615/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:49.606/2024-05-03 05:10:49.610 OrderDetail@OID5:1v1 2024-05-03 05:10:49.611/2024-05-03 05:10:49.612 OrderDetail@OID6:1v1 2024-05-03 05:10:49.615/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:49.593/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testDetachExisting")2024-05-03 05:10:49.606/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.606/* Product1@OID4:0v1 2024-05-03 05:10:49.606/* OrderDetail@OID5:0v1 2024-05-03 05:10:49.606/* BranchingWithCacheClearTest_testDetachExisting_subBranch[1]2024-05-03 05:10:49.606/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:49.606/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:49.606/2024-05-03 05:10:49.612 CDOResource@OID3:1v1("res") 2024-05-03 05:10:49.613/2024-05-03 05:10:49.614 CDOResource@OID3:1v2("res") 2024-05-03 05:10:49.615/* Product1@OID4:1v0->0v1 2024-05-03 05:10:49.606/2024-05-03 05:10:49.612 Product1@OID4:1v2 2024-05-03 05:10:49.615/* OrderDetail@OID5:1v0->0v1 2024-05-03 05:10:49.606/2024-05-03 05:10:49.610 OrderDetail@OID5:1v1 2024-05-03 05:10:49.611/2024-05-03 05:10:49.612 OrderDetail@OID6:1v1 2024-05-03 05:10:49.615/* ******************************************************* BranchingWithCacheClearTest.testDetachWithoutRevision [MEM-branching, JVM, Legacy] ******************************************************* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:49.734/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:49.734/2024-05-03 05:10:49.752 CDOResource@OID1:0v2("/") 2024-05-03 05:10:49.753/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testDetachWithoutRevision")2024-05-03 05:10:49.753/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.753/* Product1@OID4:0v1 2024-05-03 05:10:49.753/* BranchingWithCacheClearTest_testDetachWithoutRevision_subBranch[1]2024-05-03 05:10:49.753/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:49.758/* Product1@OID4:1v1d 2024-05-03 05:10:49.758/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:49.734/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testDetachWithoutRevision")2024-05-03 05:10:49.753/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.753/* BranchingWithCacheClearTest_testDetachWithoutRevision_subBranch[1]2024-05-03 05:10:49.753/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:49.753/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:49.753/2024-05-03 05:10:49.757 ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:49.734/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testDetachWithoutRevision")2024-05-03 05:10:49.753/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.753/* BranchingWithCacheClearTest_testDetachWithoutRevision_subBranch[1]2024-05-03 05:10:49.753/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:49.753/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:49.753/2024-05-03 05:10:49.757 MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:49.734/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:49.734/2024-05-03 05:10:49.752 CDOResource@OID1:0v2("/") 2024-05-03 05:10:49.753/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testDetachWithoutRevision")2024-05-03 05:10:49.753/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.753/* Product1@OID4:0v1 2024-05-03 05:10:49.753/* BranchingWithCacheClearTest_testDetachWithoutRevision_subBranch[1]2024-05-03 05:10:49.753/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:49.758/* Product1@OID4:1v1d 2024-05-03 05:10:49.758/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:49.734/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testDetachWithoutRevision")2024-05-03 05:10:49.753/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.753/* Product1@OID4:0v1 2024-05-03 05:10:49.753/* BranchingWithCacheClearTest_testDetachWithoutRevision_subBranch[1]2024-05-03 05:10:49.753/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:49.753/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:49.753/2024-05-03 05:10:49.757 CDOResource@OID3:1v1("res") 2024-05-03 05:10:49.758/* Product1@OID4:1v0->0v1 2024-05-03 05:10:49.753/2024-05-03 05:10:49.757 ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:49.734/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testDetachWithoutRevision")2024-05-03 05:10:49.753/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.753/* Product1@OID4:0v1 2024-05-03 05:10:49.753/* BranchingWithCacheClearTest_testDetachWithoutRevision_subBranch[1]2024-05-03 05:10:49.753/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:49.753/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:49.753/2024-05-03 05:10:49.757 CDOResource@OID3:1v1("res") 2024-05-03 05:10:49.758/* Product1@OID4:1v0->0v1 2024-05-03 05:10:49.753/2024-05-03 05:10:49.757 MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:49.734/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:49.734/2024-05-03 05:10:49.752 CDOResource@OID1:0v2("/") 2024-05-03 05:10:49.753/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testDetachWithoutRevision")2024-05-03 05:10:49.753/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.753/* Product1@OID4:0v1 2024-05-03 05:10:49.753/* BranchingWithCacheClearTest_testDetachWithoutRevision_subBranch[1]2024-05-03 05:10:49.753/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:49.758/* Product1@OID4:1v1d 2024-05-03 05:10:49.758/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:49.734/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testDetachWithoutRevision")2024-05-03 05:10:49.753/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.753/* Product1@OID4:0v1 2024-05-03 05:10:49.753/* BranchingWithCacheClearTest_testDetachWithoutRevision_subBranch[1]2024-05-03 05:10:49.753/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:49.753/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:49.753/2024-05-03 05:10:49.757 CDOResource@OID3:1v1("res") 2024-05-03 05:10:49.758/* Product1@OID4:1v0->0v1 2024-05-03 05:10:49.753/2024-05-03 05:10:49.757 ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:49.734/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testDetachWithoutRevision")2024-05-03 05:10:49.753/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.753/* Product1@OID4:0v1 2024-05-03 05:10:49.753/* BranchingWithCacheClearTest_testDetachWithoutRevision_subBranch[1]2024-05-03 05:10:49.753/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:49.753/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:49.753/2024-05-03 05:10:49.757 CDOResource@OID3:1v1("res") 2024-05-03 05:10:49.758/* Product1@OID4:1v0->0v1 2024-05-03 05:10:49.753/2024-05-03 05:10:49.757 ******************************************************* BranchingWithCacheClearTest.testDetachWithoutRevision_CheckMainBranch [MEM-branching, JVM, Legacy] ******************************************************* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:49.780/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:49.780/2024-05-03 05:10:49.795 CDOResource@OID1:0v2("/") 2024-05-03 05:10:49.796/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testDetachWithoutRevision_CheckMainBranch")2024-05-03 05:10:49.796/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.796/* Product1@OID4:0v1 2024-05-03 05:10:49.796/* BranchingWithCacheClearTest_testDetachWithoutRevision_CheckMainBranch_subBranch[1]2024-05-03 05:10:49.796/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:49.802/* Product1@OID4:1v1d 2024-05-03 05:10:49.802/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:49.780/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testDetachWithoutRevision_CheckMainBranch")2024-05-03 05:10:49.796/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.796/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:49.780/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testDetachWithoutRevision_CheckMainBranch")2024-05-03 05:10:49.796/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.796/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:49.780/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:49.780/2024-05-03 05:10:49.795 CDOResource@OID1:0v2("/") 2024-05-03 05:10:49.796/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testDetachWithoutRevision_CheckMainBranch")2024-05-03 05:10:49.796/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.796/* Product1@OID4:0v1 2024-05-03 05:10:49.796/* BranchingWithCacheClearTest_testDetachWithoutRevision_CheckMainBranch_subBranch[1]2024-05-03 05:10:49.796/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:49.802/* Product1@OID4:1v1d 2024-05-03 05:10:49.802/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:49.780/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testDetachWithoutRevision_CheckMainBranch")2024-05-03 05:10:49.796/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.796/* Product1@OID4:0v1 2024-05-03 05:10:49.796/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:49.780/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testDetachWithoutRevision_CheckMainBranch")2024-05-03 05:10:49.796/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.796/* Product1@OID4:0v1 2024-05-03 05:10:49.796/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:49.780/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:49.780/2024-05-03 05:10:49.795 CDOResource@OID1:0v2("/") 2024-05-03 05:10:49.796/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testDetachWithoutRevision_CheckMainBranch")2024-05-03 05:10:49.796/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.796/* Product1@OID4:0v1 2024-05-03 05:10:49.796/* BranchingWithCacheClearTest_testDetachWithoutRevision_CheckMainBranch_subBranch[1]2024-05-03 05:10:49.796/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:49.802/* Product1@OID4:1v1d 2024-05-03 05:10:49.802/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:49.780/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testDetachWithoutRevision_CheckMainBranch")2024-05-03 05:10:49.796/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.796/* Product1@OID4:0v1 2024-05-03 05:10:49.796/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:49.780/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testDetachWithoutRevision_CheckMainBranch")2024-05-03 05:10:49.796/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.796/* Product1@OID4:0v1 2024-05-03 05:10:49.796/* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:49.780/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:49.780/2024-05-03 05:10:49.795 CDOResource@OID1:0v2("/") 2024-05-03 05:10:49.796/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testDetachWithoutRevision_CheckMainBranch")2024-05-03 05:10:49.796/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.796/* Product1@OID4:0v1 2024-05-03 05:10:49.796/* BranchingWithCacheClearTest_testDetachWithoutRevision_CheckMainBranch_subBranch[1]2024-05-03 05:10:49.796/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:49.802/* Product1@OID4:1v1d 2024-05-03 05:10:49.802/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:49.780/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testDetachWithoutRevision_CheckMainBranch")2024-05-03 05:10:49.796/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.796/* Product1@OID4:0v1 2024-05-03 05:10:49.796/* BranchingWithCacheClearTest_testDetachWithoutRevision_CheckMainBranch_subBranch[1]2024-05-03 05:10:49.796/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:49.796/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:49.796/2024-05-03 05:10:49.801 ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:49.780/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testDetachWithoutRevision_CheckMainBranch")2024-05-03 05:10:49.796/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.796/* Product1@OID4:0v1 2024-05-03 05:10:49.796/* BranchingWithCacheClearTest_testDetachWithoutRevision_CheckMainBranch_subBranch[1]2024-05-03 05:10:49.796/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:49.796/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:49.796/2024-05-03 05:10:49.801 MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:49.780/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:49.780/2024-05-03 05:10:49.795 CDOResource@OID1:0v2("/") 2024-05-03 05:10:49.796/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testDetachWithoutRevision_CheckMainBranch")2024-05-03 05:10:49.796/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.796/* Product1@OID4:0v1 2024-05-03 05:10:49.796/* BranchingWithCacheClearTest_testDetachWithoutRevision_CheckMainBranch_subBranch[1]2024-05-03 05:10:49.796/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:49.802/* Product1@OID4:1v1d 2024-05-03 05:10:49.802/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:49.780/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testDetachWithoutRevision_CheckMainBranch")2024-05-03 05:10:49.796/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.796/* Product1@OID4:0v1 2024-05-03 05:10:49.796/* BranchingWithCacheClearTest_testDetachWithoutRevision_CheckMainBranch_subBranch[1]2024-05-03 05:10:49.796/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:49.796/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:49.796/2024-05-03 05:10:49.801 CDOResource@OID3:1v1("res") 2024-05-03 05:10:49.802/* Product1@OID4:1v0->0v1 2024-05-03 05:10:49.796/2024-05-03 05:10:49.801 ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:49.780/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testDetachWithoutRevision_CheckMainBranch")2024-05-03 05:10:49.796/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.796/* Product1@OID4:0v1 2024-05-03 05:10:49.796/* BranchingWithCacheClearTest_testDetachWithoutRevision_CheckMainBranch_subBranch[1]2024-05-03 05:10:49.796/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:49.796/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:49.796/2024-05-03 05:10:49.801 CDOResource@OID3:1v1("res") 2024-05-03 05:10:49.802/* Product1@OID4:1v0->0v1 2024-05-03 05:10:49.796/2024-05-03 05:10:49.801 MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:10:49.780/* CDOResource@OID1:0v1("/") 2024-05-03 05:10:49.780/2024-05-03 05:10:49.795 CDOResource@OID1:0v2("/") 2024-05-03 05:10:49.796/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testDetachWithoutRevision_CheckMainBranch")2024-05-03 05:10:49.796/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.796/* Product1@OID4:0v1 2024-05-03 05:10:49.796/* BranchingWithCacheClearTest_testDetachWithoutRevision_CheckMainBranch_subBranch[1]2024-05-03 05:10:49.796/* CDOResource@OID3:1v1("res") 2024-05-03 05:10:49.802/* Product1@OID4:1v1d 2024-05-03 05:10:49.802/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:10:49.780/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testDetachWithoutRevision_CheckMainBranch")2024-05-03 05:10:49.796/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.796/* Product1@OID4:0v1 2024-05-03 05:10:49.796/* BranchingWithCacheClearTest_testDetachWithoutRevision_CheckMainBranch_subBranch[1]2024-05-03 05:10:49.796/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:49.796/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:49.796/2024-05-03 05:10:49.801 CDOResource@OID3:1v1("res") 2024-05-03 05:10:49.802/* Product1@OID4:1v0->0v1 2024-05-03 05:10:49.796/2024-05-03 05:10:49.801 ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:10:49.780/* CDOResourceFolder@OID2:0v1("BranchingWithCacheClearTest_testDetachWithoutRevision_CheckMainBranch")2024-05-03 05:10:49.796/* CDOResource@OID3:0v1("res") 2024-05-03 05:10:49.796/* Product1@OID4:0v1 2024-05-03 05:10:49.796/* BranchingWithCacheClearTest_testDetachWithoutRevision_CheckMainBranch_subBranch[1]2024-05-03 05:10:49.796/* CDOResourceFolder@OID2:1v0("?")->0v1 2024-05-03 05:10:49.796/* CDOResource@OID3:1v0("?")->0v1 2024-05-03 05:10:49.796/2024-05-03 05:10:49.801 CDOResource@OID3:1v1("res") 2024-05-03 05:10:49.802/* Product1@OID4:1v0->0v1 2024-05-03 05:10:49.796/2024-05-03 05:10:49.801 ******************************************************* BranchingWithCacheClearTest.testEvent [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* BranchingWithCacheClearTest.testFutureBaseTime [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* BranchingWithCacheClearTest.testGetBranch [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* BranchingWithCacheClearTest.testGetPath [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* BranchingWithCacheClearTest.testGetPathName [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* BranchingWithCacheClearTest.testGetSubBranches [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* BranchingWithCacheClearTest.testHandleRevisionsAfterDetachInSubBranch [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* BranchingWithCacheClearTest.testMainBranch [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* BranchingWithCacheClearTest.testObjectLifetime [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* BranchingWithCacheClearTest.testRenameBranch [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* BranchingWithCacheClearTest.testRenameBranchDuplicate [MEM-branching, JVM, Legacy] ******************************************************* [ERROR] The branch MAIN/BranchingWithCacheClearTest_testRenameBranchDuplicate_existing already exists org.eclipse.emf.cdo.common.branch.CDODuplicateBranchException: The branch MAIN/BranchingWithCacheClearTest_testRenameBranchDuplicate_existing already exists at org.eclipse.emf.cdo.internal.server.Repository.checkDuplicateBranchBase(Repository.java:688) at org.eclipse.emf.cdo.internal.server.Repository.checkDuplicateBranch(Repository.java:679) at org.eclipse.emf.cdo.internal.server.Repository.renameBranch(Repository.java:663) at org.eclipse.emf.cdo.tests.config.impl.RepositoryConfig$6.renameBranch(RepositoryConfig.java:779) at org.eclipse.emf.cdo.internal.common.branch.CDOBranchImpl.setName(CDOBranchImpl.java:150) at org.eclipse.emf.cdo.server.internal.net4j.protocol.RenameBranchIndication.responding(RenameBranchIndication.java:60) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerIndication.responding(CDOServerIndication.java:162) at org.eclipse.net4j.signal.IndicationWithResponse.doExtendedOutput(IndicationWithResponse.java:100) at org.eclipse.net4j.signal.Signal.doOutput(Signal.java:407) at org.eclipse.net4j.signal.IndicationWithResponse.execute(IndicationWithResponse.java:74) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerWriteIndication.execute(CDOServerWriteIndication.java:34) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) ******************************************************* BranchingWithCacheClearTest.testRenameBranchIllegalName [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* BranchingWithCacheClearTest.testSwitchTransactionTarget [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* BranchingWithCacheClearTest.testSwitchViewTarget [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* CDOIDTest.testGetLong_ExtId [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* CDOIDTest.testGetLong_ExtTempId [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* CDOIDTest.testGetLong_LongId [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* CDOIDTest.testGetLong_Null [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* CDOIDTest.testGetLong_NullId [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* CDOIDTest.testGetLong_TempId [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* CDOIDTest.testSetID [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* CDOIDTest.testURIFragment [MEM-branching, JVM, Legacy] ******************************************************* L4 OID4 ******************************************************* CDOStaleReferencePolicyTest.testCDOStaleReferencePolicyWithCDOStoreGetContainer [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* CDOStaleReferencePolicyTest.testCDOStaleReferencePolicyWithCDOStoreGetResource [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* ChangeSubscriptionTest.testInvalidationWithDeltas_SameBranch [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* ChangeSubscriptionTest.testNotificationChain [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* ChangeSubscriptionTest.testRemoveContained [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* ChangeSubscriptionTest.testRemoveManyContained [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* ChangeSubscriptionTest.testRemoveManyXRef [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* ChangeSubscriptionTest.testRemoveXRef [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* ChangeSubscriptionTest.testSameSession [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* ChangeSubscriptionTest.testSameSession_WithoutPolicy [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* ChangeSubscriptionTest.testSeparateSession [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* ChangeSubscriptionTest.testSeparateSession_CUSTOM [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* ChangeSubscriptionTest.testSeparateSession_WithoutPolicy [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* ChangeSubscriptionTest.testTemporaryObject [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* ChunkingClearCachedRevisionTest.testReadNative [MEM-branching, JVM, Legacy] ******************************************************* 0 org.eclipse.emf.cdo.tests.model1.legacy.impl.SalesOrderImpl@7d1cdeb1 (id: 0) 1 org.eclipse.emf.cdo.tests.model1.legacy.impl.SalesOrderImpl@c4551c6 (id: 1) 2 org.eclipse.emf.cdo.tests.model1.legacy.impl.SalesOrderImpl@3a3316b6 (id: 2) 3 org.eclipse.emf.cdo.tests.model1.legacy.impl.SalesOrderImpl@4db46344 (id: 3) 4 org.eclipse.emf.cdo.tests.model1.legacy.impl.SalesOrderImpl@56c6d515 (id: 4) 5 org.eclipse.emf.cdo.tests.model1.legacy.impl.SalesOrderImpl@702b656a (id: 5) 6 org.eclipse.emf.cdo.tests.model1.legacy.impl.SalesOrderImpl@528f5b7f (id: 6) 7 org.eclipse.emf.cdo.tests.model1.legacy.impl.SalesOrderImpl@3ccfac29 (id: 7) 8 org.eclipse.emf.cdo.tests.model1.legacy.impl.SalesOrderImpl@5c41b8d8 (id: 8) 9 org.eclipse.emf.cdo.tests.model1.legacy.impl.SalesOrderImpl@77ea960f (id: 9) 10 org.eclipse.emf.cdo.tests.model1.legacy.impl.SalesOrderImpl@5f166f2e (id: 10) 11 org.eclipse.emf.cdo.tests.model1.legacy.impl.SalesOrderImpl@1ef93e01 (id: 11) 12 org.eclipse.emf.cdo.tests.model1.legacy.impl.SalesOrderImpl@4fafd27e (id: 12) 13 org.eclipse.emf.cdo.tests.model1.legacy.impl.SalesOrderImpl@6cd66f6a (id: 13) 14 org.eclipse.emf.cdo.tests.model1.legacy.impl.SalesOrderImpl@d512c1 (id: 14) 15 org.eclipse.emf.cdo.tests.model1.legacy.impl.SalesOrderImpl@578b2dec (id: 15) 16 org.eclipse.emf.cdo.tests.model1.legacy.impl.SalesOrderImpl@66863941 (id: 16) 17 org.eclipse.emf.cdo.tests.model1.legacy.impl.SalesOrderImpl@39f4a7c4 (id: 17) 18 org.eclipse.emf.cdo.tests.model1.legacy.impl.SalesOrderImpl@111fe921 (id: 18) 19 org.eclipse.emf.cdo.tests.model1.legacy.impl.SalesOrderImpl@1ff542a3 (id: 19) 20 org.eclipse.emf.cdo.tests.model1.legacy.impl.SalesOrderImpl@48ee3c2d (id: 20) 21 org.eclipse.emf.cdo.tests.model1.legacy.impl.SalesOrderImpl@54387873 (id: 21) 22 org.eclipse.emf.cdo.tests.model1.legacy.impl.SalesOrderImpl@3a80c534 (id: 22) 23 org.eclipse.emf.cdo.tests.model1.legacy.impl.SalesOrderImpl@fd5689d (id: 23) 24 org.eclipse.emf.cdo.tests.model1.legacy.impl.SalesOrderImpl@36e3321e (id: 24) 25 org.eclipse.emf.cdo.tests.model1.legacy.impl.SalesOrderImpl@218f2f51 (id: 25) 26 org.eclipse.emf.cdo.tests.model1.legacy.impl.SalesOrderImpl@1d9af731 (id: 26) 27 org.eclipse.emf.cdo.tests.model1.legacy.impl.SalesOrderImpl@39afe59f (id: 27) 28 org.eclipse.emf.cdo.tests.model1.legacy.impl.SalesOrderImpl@16f34376 (id: 28) 29 org.eclipse.emf.cdo.tests.model1.legacy.impl.SalesOrderImpl@4ede035e (id: 29) 30 org.eclipse.emf.cdo.tests.model1.legacy.impl.SalesOrderImpl@43756cb (id: 30) 31 org.eclipse.emf.cdo.tests.model1.legacy.impl.SalesOrderImpl@4272d8cf (id: 31) 32 org.eclipse.emf.cdo.tests.model1.legacy.impl.SalesOrderImpl@4e96cb04 (id: 32) 33 org.eclipse.emf.cdo.tests.model1.legacy.impl.SalesOrderImpl@70ecf57b (id: 33) 34 org.eclipse.emf.cdo.tests.model1.legacy.impl.SalesOrderImpl@4e5364a3 (id: 34) 35 org.eclipse.emf.cdo.tests.model1.legacy.impl.SalesOrderImpl@1a336906 (id: 35) 36 org.eclipse.emf.cdo.tests.model1.legacy.impl.SalesOrderImpl@62054faf (id: 36) 37 org.eclipse.emf.cdo.tests.model1.legacy.impl.SalesOrderImpl@75d539b9 (id: 37) 38 org.eclipse.emf.cdo.tests.model1.legacy.impl.SalesOrderImpl@20f63ddc (id: 38) 39 org.eclipse.emf.cdo.tests.model1.legacy.impl.SalesOrderImpl@210c1b9d (id: 39) 40 org.eclipse.emf.cdo.tests.model1.legacy.impl.SalesOrderImpl@69bc4024 (id: 40) 41 org.eclipse.emf.cdo.tests.model1.legacy.impl.SalesOrderImpl@3578a45b (id: 41) 42 org.eclipse.emf.cdo.tests.model1.legacy.impl.SalesOrderImpl@24f177f5 (id: 42) 43 org.eclipse.emf.cdo.tests.model1.legacy.impl.SalesOrderImpl@65e05005 (id: 43) 44 org.eclipse.emf.cdo.tests.model1.legacy.impl.SalesOrderImpl@6ed691fd (id: 44) 45 org.eclipse.emf.cdo.tests.model1.legacy.impl.SalesOrderImpl@1efcba00 (id: 45) 46 org.eclipse.emf.cdo.tests.model1.legacy.impl.SalesOrderImpl@311d28f5 (id: 46) 47 org.eclipse.emf.cdo.tests.model1.legacy.impl.SalesOrderImpl@569a26ab (id: 47) 48 org.eclipse.emf.cdo.tests.model1.legacy.impl.SalesOrderImpl@c190cfc (id: 48) 49 org.eclipse.emf.cdo.tests.model1.legacy.impl.SalesOrderImpl@77ce8bc5 (id: 49) 50 org.eclipse.emf.cdo.tests.model1.legacy.impl.SalesOrderImpl@2fcc5f49 (id: 50) 51 org.eclipse.emf.cdo.tests.model1.legacy.impl.SalesOrderImpl@28e48b65 (id: 51) 52 org.eclipse.emf.cdo.tests.model1.legacy.impl.SalesOrderImpl@6cde0c69 (id: 52) 53 org.eclipse.emf.cdo.tests.model1.legacy.impl.SalesOrderImpl@6f4d2294 (id: 53) 54 org.eclipse.emf.cdo.tests.model1.legacy.impl.SalesOrderImpl@22361e23 (id: 54) 55 org.eclipse.emf.cdo.tests.model1.legacy.impl.SalesOrderImpl@2e0516a3 (id: 55) 56 org.eclipse.emf.cdo.tests.model1.legacy.impl.SalesOrderImpl@32a4ea4e (id: 56) 57 org.eclipse.emf.cdo.tests.model1.legacy.impl.SalesOrderImpl@347b370c (id: 57) 58 org.eclipse.emf.cdo.tests.model1.legacy.impl.SalesOrderImpl@26aee0a6 (id: 58) 59 org.eclipse.emf.cdo.tests.model1.legacy.impl.SalesOrderImpl@20184ade (id: 59) 60 org.eclipse.emf.cdo.tests.model1.legacy.impl.SalesOrderImpl@35fb3209 (id: 60) 61 org.eclipse.emf.cdo.tests.model1.legacy.impl.SalesOrderImpl@5855b0ed (id: 61) 62 org.eclipse.emf.cdo.tests.model1.legacy.impl.SalesOrderImpl@92fd091 (id: 62) 63 org.eclipse.emf.cdo.tests.model1.legacy.impl.SalesOrderImpl@6b0325d0 (id: 63) 64 org.eclipse.emf.cdo.tests.model1.legacy.impl.SalesOrderImpl@70439c3 (id: 64) 65 org.eclipse.emf.cdo.tests.model1.legacy.impl.SalesOrderImpl@72a33316 (id: 65) 66 org.eclipse.emf.cdo.tests.model1.legacy.impl.SalesOrderImpl@57fce8b (id: 66) 67 org.eclipse.emf.cdo.tests.model1.legacy.impl.SalesOrderImpl@77204651 (id: 67) 68 org.eclipse.emf.cdo.tests.model1.legacy.impl.SalesOrderImpl@51cca357 (id: 68) 69 org.eclipse.emf.cdo.tests.model1.legacy.impl.SalesOrderImpl@3a9c11fb (id: 69) 70 org.eclipse.emf.cdo.tests.model1.legacy.impl.SalesOrderImpl@416c8bb5 (id: 70) 71 org.eclipse.emf.cdo.tests.model1.legacy.impl.SalesOrderImpl@340b4f07 (id: 71) 72 org.eclipse.emf.cdo.tests.model1.legacy.impl.SalesOrderImpl@e994ca (id: 72) 73 org.eclipse.emf.cdo.tests.model1.legacy.impl.SalesOrderImpl@5a205ee5 (id: 73) 74 org.eclipse.emf.cdo.tests.model1.legacy.impl.SalesOrderImpl@7fb44737 (id: 74) 75 org.eclipse.emf.cdo.tests.model1.legacy.impl.SalesOrderImpl@11295cb1 (id: 75) 76 org.eclipse.emf.cdo.tests.model1.legacy.impl.SalesOrderImpl@5daad59a (id: 76) 77 org.eclipse.emf.cdo.tests.model1.legacy.impl.SalesOrderImpl@5256fbc (id: 77) 78 org.eclipse.emf.cdo.tests.model1.legacy.impl.SalesOrderImpl@58f50dd0 (id: 78) 79 org.eclipse.emf.cdo.tests.model1.legacy.impl.SalesOrderImpl@3620eab (id: 79) 80 org.eclipse.emf.cdo.tests.model1.legacy.impl.SalesOrderImpl@8ef1d58 (id: 80) 81 org.eclipse.emf.cdo.tests.model1.legacy.impl.SalesOrderImpl@2619cb76 (id: 81) 82 org.eclipse.emf.cdo.tests.model1.legacy.impl.SalesOrderImpl@56f2c9e8 (id: 82) 83 org.eclipse.emf.cdo.tests.model1.legacy.impl.SalesOrderImpl@457692cb (id: 83) 84 org.eclipse.emf.cdo.tests.model1.legacy.impl.SalesOrderImpl@350342e0 (id: 84) 85 org.eclipse.emf.cdo.tests.model1.legacy.impl.SalesOrderImpl@5d297d4d (id: 85) 86 org.eclipse.emf.cdo.tests.model1.legacy.impl.SalesOrderImpl@1dd44289 (id: 86) 87 org.eclipse.emf.cdo.tests.model1.legacy.impl.SalesOrderImpl@6cc56b32 (id: 87) 88 org.eclipse.emf.cdo.tests.model1.legacy.impl.SalesOrderImpl@43fe2008 (id: 88) 89 org.eclipse.emf.cdo.tests.model1.legacy.impl.SalesOrderImpl@552bee2f (id: 89) 90 org.eclipse.emf.cdo.tests.model1.legacy.impl.SalesOrderImpl@6a543e09 (id: 90) 91 org.eclipse.emf.cdo.tests.model1.legacy.impl.SalesOrderImpl@2d0f548a (id: 91) 92 org.eclipse.emf.cdo.tests.model1.legacy.impl.SalesOrderImpl@1fc3df43 (id: 92) 93 org.eclipse.emf.cdo.tests.model1.legacy.impl.SalesOrderImpl@15130002 (id: 93) 94 org.eclipse.emf.cdo.tests.model1.legacy.impl.SalesOrderImpl@5e7cd0df (id: 94) 95 org.eclipse.emf.cdo.tests.model1.legacy.impl.SalesOrderImpl@900649e (id: 95) 96 org.eclipse.emf.cdo.tests.model1.legacy.impl.SalesOrderImpl@8b89b3a (id: 96) 97 org.eclipse.emf.cdo.tests.model1.legacy.impl.SalesOrderImpl@526893f (id: 97) 98 org.eclipse.emf.cdo.tests.model1.legacy.impl.SalesOrderImpl@3de45b6c (id: 98) 99 org.eclipse.emf.cdo.tests.model1.legacy.impl.SalesOrderImpl@37caecda (id: 99) ******************************************************* ChunkingClearCachedRevisionTest.testWriteNative [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* ChunkingTest.testChunkWithTemporaryObject [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* ChunkingTest.testPartiallyLoadedAdd [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* ChunkingTest.testPartiallyLoadedAddAtIndex [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* ChunkingTest.testPartiallyLoadedRemoveIndex [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* ChunkingTest.testPartiallyLoadedSet [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* ChunkingTest.testReadAfterUpdateAfterCommit [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* ChunkingTest.testReadAfterUpdateBeforeCommit [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* ChunkingTest.testReadNative [MEM-branching, JVM, Legacy] ******************************************************* 0 org.eclipse.emf.cdo.tests.model1.legacy.impl.SalesOrderImpl@74e4be21 (id: 0) 1 org.eclipse.emf.cdo.tests.model1.legacy.impl.SalesOrderImpl@4d174189 (id: 1) 2 org.eclipse.emf.cdo.tests.model1.legacy.impl.SalesOrderImpl@628bd77e (id: 2) 3 org.eclipse.emf.cdo.tests.model1.legacy.impl.SalesOrderImpl@c30f26d (id: 3) 4 org.eclipse.emf.cdo.tests.model1.legacy.impl.SalesOrderImpl@5d74507c (id: 4) 5 org.eclipse.emf.cdo.tests.model1.legacy.impl.SalesOrderImpl@2a984952 (id: 5) 6 org.eclipse.emf.cdo.tests.model1.legacy.impl.SalesOrderImpl@16944b58 (id: 6) 7 org.eclipse.emf.cdo.tests.model1.legacy.impl.SalesOrderImpl@1dbc607d (id: 7) 8 org.eclipse.emf.cdo.tests.model1.legacy.impl.SalesOrderImpl@62b42406 (id: 8) 9 org.eclipse.emf.cdo.tests.model1.legacy.impl.SalesOrderImpl@a0e33db (id: 9) 10 org.eclipse.emf.cdo.tests.model1.legacy.impl.SalesOrderImpl@3ef46749 (id: 10) 11 org.eclipse.emf.cdo.tests.model1.legacy.impl.SalesOrderImpl@40b54762 (id: 11) 12 org.eclipse.emf.cdo.tests.model1.legacy.impl.SalesOrderImpl@362cf66 (id: 12) 13 org.eclipse.emf.cdo.tests.model1.legacy.impl.SalesOrderImpl@7809b43a (id: 13) 14 org.eclipse.emf.cdo.tests.model1.legacy.impl.SalesOrderImpl@65da4a5d (id: 14) 15 org.eclipse.emf.cdo.tests.model1.legacy.impl.SalesOrderImpl@fbe8fd3 (id: 15) 16 org.eclipse.emf.cdo.tests.model1.legacy.impl.SalesOrderImpl@1ab268bd (id: 16) 17 org.eclipse.emf.cdo.tests.model1.legacy.impl.SalesOrderImpl@2fafa7b5 (id: 17) 18 org.eclipse.emf.cdo.tests.model1.legacy.impl.SalesOrderImpl@181098bf (id: 18) 19 org.eclipse.emf.cdo.tests.model1.legacy.impl.SalesOrderImpl@632b5c79 (id: 19) 20 org.eclipse.emf.cdo.tests.model1.legacy.impl.SalesOrderImpl@6a552721 (id: 20) 21 org.eclipse.emf.cdo.tests.model1.legacy.impl.SalesOrderImpl@3815a7d1 (id: 21) 22 org.eclipse.emf.cdo.tests.model1.legacy.impl.SalesOrderImpl@24dc150c (id: 22) 23 org.eclipse.emf.cdo.tests.model1.legacy.impl.SalesOrderImpl@1d2d4d7a (id: 23) 24 org.eclipse.emf.cdo.tests.model1.legacy.impl.SalesOrderImpl@5e020dd1 (id: 24) 25 org.eclipse.emf.cdo.tests.model1.legacy.impl.SalesOrderImpl@4bbc02ef (id: 25) 26 org.eclipse.emf.cdo.tests.model1.legacy.impl.SalesOrderImpl@f0c1ae1 (id: 26) 27 org.eclipse.emf.cdo.tests.model1.legacy.impl.SalesOrderImpl@783dc0e7 (id: 27) 28 org.eclipse.emf.cdo.tests.model1.legacy.impl.SalesOrderImpl@361f26b4 (id: 28) 29 org.eclipse.emf.cdo.tests.model1.legacy.impl.SalesOrderImpl@1d9ff1e2 (id: 29) 30 org.eclipse.emf.cdo.tests.model1.legacy.impl.SalesOrderImpl@722b3ba2 (id: 30) 31 org.eclipse.emf.cdo.tests.model1.legacy.impl.SalesOrderImpl@6487f7f8 (id: 31) 32 org.eclipse.emf.cdo.tests.model1.legacy.impl.SalesOrderImpl@2b62475a (id: 32) 33 org.eclipse.emf.cdo.tests.model1.legacy.impl.SalesOrderImpl@4990b335 (id: 33) 34 org.eclipse.emf.cdo.tests.model1.legacy.impl.SalesOrderImpl@624d778e (id: 34) 35 org.eclipse.emf.cdo.tests.model1.legacy.impl.SalesOrderImpl@39ae6408 (id: 35) 36 org.eclipse.emf.cdo.tests.model1.legacy.impl.SalesOrderImpl@cfacf0 (id: 36) 37 org.eclipse.emf.cdo.tests.model1.legacy.impl.SalesOrderImpl@4c8abec7 (id: 37) 38 org.eclipse.emf.cdo.tests.model1.legacy.impl.SalesOrderImpl@45f241df (id: 38) 39 org.eclipse.emf.cdo.tests.model1.legacy.impl.SalesOrderImpl@f36f34d (id: 39) 40 org.eclipse.emf.cdo.tests.model1.legacy.impl.SalesOrderImpl@72e36677 (id: 40) 41 org.eclipse.emf.cdo.tests.model1.legacy.impl.SalesOrderImpl@6b86826a (id: 41) 42 org.eclipse.emf.cdo.tests.model1.legacy.impl.SalesOrderImpl@3c2dda7c (id: 42) 43 org.eclipse.emf.cdo.tests.model1.legacy.impl.SalesOrderImpl@4b9fa2f (id: 43) 44 org.eclipse.emf.cdo.tests.model1.legacy.impl.SalesOrderImpl@6d80e411 (id: 44) 45 org.eclipse.emf.cdo.tests.model1.legacy.impl.SalesOrderImpl@32caae19 (id: 45) 46 org.eclipse.emf.cdo.tests.model1.legacy.impl.SalesOrderImpl@60e67c06 (id: 46) 47 org.eclipse.emf.cdo.tests.model1.legacy.impl.SalesOrderImpl@2bc59ab7 (id: 47) 48 org.eclipse.emf.cdo.tests.model1.legacy.impl.SalesOrderImpl@410f53b2 (id: 48) 49 org.eclipse.emf.cdo.tests.model1.legacy.impl.SalesOrderImpl@265287ec (id: 49) 50 org.eclipse.emf.cdo.tests.model1.legacy.impl.SalesOrderImpl@7507d96c (id: 50) 51 org.eclipse.emf.cdo.tests.model1.legacy.impl.SalesOrderImpl@7210f559 (id: 51) 52 org.eclipse.emf.cdo.tests.model1.legacy.impl.SalesOrderImpl@49b9ba6a (id: 52) 53 org.eclipse.emf.cdo.tests.model1.legacy.impl.SalesOrderImpl@7be62956 (id: 53) 54 org.eclipse.emf.cdo.tests.model1.legacy.impl.SalesOrderImpl@30e143ff (id: 54) 55 org.eclipse.emf.cdo.tests.model1.legacy.impl.SalesOrderImpl@452ec287 (id: 55) 56 org.eclipse.emf.cdo.tests.model1.legacy.impl.SalesOrderImpl@41404aa2 (id: 56) 57 org.eclipse.emf.cdo.tests.model1.legacy.impl.SalesOrderImpl@b267745 (id: 57) 58 org.eclipse.emf.cdo.tests.model1.legacy.impl.SalesOrderImpl@31e22365 (id: 58) 59 org.eclipse.emf.cdo.tests.model1.legacy.impl.SalesOrderImpl@2ebf524 (id: 59) 60 org.eclipse.emf.cdo.tests.model1.legacy.impl.SalesOrderImpl@41bdaa81 (id: 60) 61 org.eclipse.emf.cdo.tests.model1.legacy.impl.SalesOrderImpl@799971ac (id: 61) 62 org.eclipse.emf.cdo.tests.model1.legacy.impl.SalesOrderImpl@59c08cf1 (id: 62) 63 org.eclipse.emf.cdo.tests.model1.legacy.impl.SalesOrderImpl@45f0038 (id: 63) 64 org.eclipse.emf.cdo.tests.model1.legacy.impl.SalesOrderImpl@289a4b90 (id: 64) 65 org.eclipse.emf.cdo.tests.model1.legacy.impl.SalesOrderImpl@1a3c4b3e (id: 65) 66 org.eclipse.emf.cdo.tests.model1.legacy.impl.SalesOrderImpl@4746fb8c (id: 66) 67 org.eclipse.emf.cdo.tests.model1.legacy.impl.SalesOrderImpl@3be46d9c (id: 67) 68 org.eclipse.emf.cdo.tests.model1.legacy.impl.SalesOrderImpl@41d877bb (id: 68) 69 org.eclipse.emf.cdo.tests.model1.legacy.impl.SalesOrderImpl@39c5a105 (id: 69) 70 org.eclipse.emf.cdo.tests.model1.legacy.impl.SalesOrderImpl@492fa72a (id: 70) 71 org.eclipse.emf.cdo.tests.model1.legacy.impl.SalesOrderImpl@513fab1e (id: 71) 72 org.eclipse.emf.cdo.tests.model1.legacy.impl.SalesOrderImpl@53d87b2d (id: 72) 73 org.eclipse.emf.cdo.tests.model1.legacy.impl.SalesOrderImpl@470135da (id: 73) 74 org.eclipse.emf.cdo.tests.model1.legacy.impl.SalesOrderImpl@7323dce7 (id: 74) 75 org.eclipse.emf.cdo.tests.model1.legacy.impl.SalesOrderImpl@5f68eec6 (id: 75) 76 org.eclipse.emf.cdo.tests.model1.legacy.impl.SalesOrderImpl@4ff9f715 (id: 76) 77 org.eclipse.emf.cdo.tests.model1.legacy.impl.SalesOrderImpl@118a4d5 (id: 77) 78 org.eclipse.emf.cdo.tests.model1.legacy.impl.SalesOrderImpl@6cb194f5 (id: 78) 79 org.eclipse.emf.cdo.tests.model1.legacy.impl.SalesOrderImpl@74b7497b (id: 79) 80 org.eclipse.emf.cdo.tests.model1.legacy.impl.SalesOrderImpl@74f649a7 (id: 80) 81 org.eclipse.emf.cdo.tests.model1.legacy.impl.SalesOrderImpl@308c65e0 (id: 81) 82 org.eclipse.emf.cdo.tests.model1.legacy.impl.SalesOrderImpl@50fa5938 (id: 82) 83 org.eclipse.emf.cdo.tests.model1.legacy.impl.SalesOrderImpl@1e482ecd (id: 83) 84 org.eclipse.emf.cdo.tests.model1.legacy.impl.SalesOrderImpl@58b5f7d2 (id: 84) 85 org.eclipse.emf.cdo.tests.model1.legacy.impl.SalesOrderImpl@bc52a41 (id: 85) 86 org.eclipse.emf.cdo.tests.model1.legacy.impl.SalesOrderImpl@9f48198 (id: 86) 87 org.eclipse.emf.cdo.tests.model1.legacy.impl.SalesOrderImpl@5615f82d (id: 87) 88 org.eclipse.emf.cdo.tests.model1.legacy.impl.SalesOrderImpl@21698e5a (id: 88) 89 org.eclipse.emf.cdo.tests.model1.legacy.impl.SalesOrderImpl@3dc2f14 (id: 89) 90 org.eclipse.emf.cdo.tests.model1.legacy.impl.SalesOrderImpl@2e8986b6 (id: 90) 91 org.eclipse.emf.cdo.tests.model1.legacy.impl.SalesOrderImpl@5724c7da (id: 91) 92 org.eclipse.emf.cdo.tests.model1.legacy.impl.SalesOrderImpl@3ad2883a (id: 92) 93 org.eclipse.emf.cdo.tests.model1.legacy.impl.SalesOrderImpl@5814b4fb (id: 93) 94 org.eclipse.emf.cdo.tests.model1.legacy.impl.SalesOrderImpl@3aca2579 (id: 94) 95 org.eclipse.emf.cdo.tests.model1.legacy.impl.SalesOrderImpl@4ba13fed (id: 95) 96 org.eclipse.emf.cdo.tests.model1.legacy.impl.SalesOrderImpl@651cedfb (id: 96) 97 org.eclipse.emf.cdo.tests.model1.legacy.impl.SalesOrderImpl@18d22ecf (id: 97) 98 org.eclipse.emf.cdo.tests.model1.legacy.impl.SalesOrderImpl@73d83141 (id: 98) 99 org.eclipse.emf.cdo.tests.model1.legacy.impl.SalesOrderImpl@31443680 (id: 99) ******************************************************* ChunkingTest.testRemove [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* ChunkingTest.testWriteNative [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* CommitInfoTest.testClientBranch [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* CommitInfoTest.testClientBranchWithBranch [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* CommitInfoTest.testClientBranchWithWrongBranch [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* CommitInfoTest.testClientComment [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* CommitInfoTest.testClientCommentWithBranch [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* CommitInfoTest.testClientCommentWithWrongBranch [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* CommitInfoTest.testClientPreviousCommitInfo [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* CommitInfoTest.testClientSubBranch [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* CommitInfoTest.testClientSubBranchWithBranch [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* CommitInfoTest.testClientSubBranchWithWrongBranch [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* CommitInfoTest.testClientTimestamp [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* CommitInfoTest.testClientTimestampWithBranch [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* CommitInfoTest.testClientTimestampWithWrongBranch [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* CommitInfoTest.testClientUser [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* CommitInfoTest.testClientUserWithBranch [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* CommitInfoTest.testClientUserWithWrongBranch [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* CommitInfoTest.testLocalBranch [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* CommitInfoTest.testLocalComment [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* CommitInfoTest.testLocalSubBranch [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* CommitInfoTest.testLocalTimestamp [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* CommitInfoTest.testLocalUser [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* CommitInfoTest.testLogAsync [MEM-branching, JVM, Legacy] ******************************************************* CommitInfo[2024-05-03 05:10:52.562 (1714713052562), Branch[id=0, name=MAIN], null, Commit 0, null, CommitData[newPackageUnits=1, newObjects=3, changedObjects=1, detachedObjects=0]] P http://www.eclipse.org/emf/CDO/tests/legacy/model1/1.0.0 + CDOResourceFolder@OID2:0v1("CommitInfoTest_testLogAsync") folder = null name = CommitInfoTest_testLogAsync nodes = [OID3] + CDOResource@OID3:0v1("res") folder = null name = res contents = [OID4] + Product1@OID4:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID1:0v1 contents = CDOFeatureDelta[contents, ADD, value=OID2, index=0] CommitInfo[2024-05-03 05:10:52.563 (1714713052563), Branch[id=0, name=MAIN], null, Commit 1, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID5:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID3:0v1 contents = CDOFeatureDelta[contents, ADD, value=OID5, index=1] CommitInfo[2024-05-03 05:10:52.564 (1714713052564), Branch[id=0, name=MAIN], null, Commit 2, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID6:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID3:0v2 contents = CDOFeatureDelta[contents, ADD, value=OID6, index=2] CommitInfo[2024-05-03 05:10:52.565 (1714713052565), Branch[id=0, name=MAIN], null, Commit 3, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID7:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID3:0v3 contents = CDOFeatureDelta[contents, ADD, value=OID7, index=3] CommitInfo[2024-05-03 05:10:52.566 (1714713052566), Branch[id=0, name=MAIN], null, Commit 4, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID8:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID3:0v4 contents = CDOFeatureDelta[contents, ADD, value=OID8, index=4] CommitInfo[2024-05-03 05:10:52.567 (1714713052567), Branch[id=0, name=MAIN], null, Commit 5, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID9:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID3:0v5 contents = CDOFeatureDelta[contents, ADD, value=OID9, index=5] CommitInfo[2024-05-03 05:10:52.569 (1714713052569), Branch[id=0, name=MAIN], null, Commit 6, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID10:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID3:0v6 contents = CDOFeatureDelta[contents, ADD, value=OID10, index=6] CommitInfo[2024-05-03 05:10:52.570 (1714713052570), Branch[id=0, name=MAIN], null, Commit 7, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID11:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID3:0v7 contents = CDOFeatureDelta[contents, ADD, value=OID11, index=7] CommitInfo[2024-05-03 05:10:52.571 (1714713052571), Branch[id=0, name=MAIN], null, Commit 8, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID12:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID3:0v8 contents = CDOFeatureDelta[contents, ADD, value=OID12, index=8] CommitInfo[2024-05-03 05:10:52.572 (1714713052572), Branch[id=0, name=MAIN], null, Commit 9, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID13:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID3:0v9 contents = CDOFeatureDelta[contents, ADD, value=OID13, index=9] CommitInfo[2024-05-03 05:10:52.573 (1714713052573), Branch[id=0, name=MAIN], null, Commit 10, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID14:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID3:0v10 contents = CDOFeatureDelta[contents, ADD, value=OID14, index=10] CommitInfo[2024-05-03 05:10:52.574 (1714713052574), Branch[id=0, name=MAIN], null, Commit 11, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID15:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID3:0v11 contents = CDOFeatureDelta[contents, ADD, value=OID15, index=11] CommitInfo[2024-05-03 05:10:52.575 (1714713052575), Branch[id=0, name=MAIN], null, Commit 12, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID16:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID3:0v12 contents = CDOFeatureDelta[contents, ADD, value=OID16, index=12] CommitInfo[2024-05-03 05:10:52.576 (1714713052576), Branch[id=0, name=MAIN], null, Commit 13, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID17:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID3:0v13 contents = CDOFeatureDelta[contents, ADD, value=OID17, index=13] CommitInfo[2024-05-03 05:10:52.577 (1714713052577), Branch[id=0, name=MAIN], null, Commit 14, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID18:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID3:0v14 contents = CDOFeatureDelta[contents, ADD, value=OID18, index=14] CommitInfo[2024-05-03 05:10:52.578 (1714713052578), Branch[id=0, name=MAIN], null, Commit 15, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID19:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID3:0v15 contents = CDOFeatureDelta[contents, ADD, value=OID19, index=15] CommitInfo[2024-05-03 05:10:52.579 (1714713052579), Branch[id=0, name=MAIN], null, Commit 16, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID20:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID3:0v16 contents = CDOFeatureDelta[contents, ADD, value=OID20, index=16] CommitInfo[2024-05-03 05:10:52.580 (1714713052580), Branch[id=0, name=MAIN], null, Commit 17, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID21:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID3:0v17 contents = CDOFeatureDelta[contents, ADD, value=OID21, index=17] CommitInfo[2024-05-03 05:10:52.581 (1714713052581), Branch[id=0, name=MAIN], null, Commit 18, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID22:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID3:0v18 contents = CDOFeatureDelta[contents, ADD, value=OID22, index=18] CommitInfo[2024-05-03 05:10:52.582 (1714713052582), Branch[id=0, name=MAIN], null, Commit 19, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID23:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID3:0v19 contents = CDOFeatureDelta[contents, ADD, value=OID23, index=19] ******************************************************* CommitInfoTest.testLogThroughClient [MEM-branching, JVM, Legacy] ******************************************************* CommitInfo[2024-05-03 05:10:52.647 (1714713052647), Branch[id=0, name=MAIN], null, Commit 19, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID23:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID3:0v19 contents = CDOFeatureDelta[contents, ADD, value=OID23, index=19] CommitInfo[2024-05-03 05:10:52.646 (1714713052646), Branch[id=0, name=MAIN], null, Commit 18, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID22:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID3:0v18 contents = CDOFeatureDelta[contents, ADD, value=OID22, index=18] CommitInfo[2024-05-03 05:10:52.645 (1714713052645), Branch[id=0, name=MAIN], null, Commit 17, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID21:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID3:0v17 contents = CDOFeatureDelta[contents, ADD, value=OID21, index=17] CommitInfo[2024-05-03 05:10:52.644 (1714713052644), Branch[id=0, name=MAIN], null, Commit 16, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID20:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID3:0v16 contents = CDOFeatureDelta[contents, ADD, value=OID20, index=16] CommitInfo[2024-05-03 05:10:52.643 (1714713052643), Branch[id=0, name=MAIN], null, Commit 15, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID19:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID3:0v15 contents = CDOFeatureDelta[contents, ADD, value=OID19, index=15] CommitInfo[2024-05-03 05:10:52.642 (1714713052642), Branch[id=0, name=MAIN], null, Commit 14, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID18:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID3:0v14 contents = CDOFeatureDelta[contents, ADD, value=OID18, index=14] CommitInfo[2024-05-03 05:10:52.641 (1714713052641), Branch[id=0, name=MAIN], null, Commit 13, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID17:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID3:0v13 contents = CDOFeatureDelta[contents, ADD, value=OID17, index=13] CommitInfo[2024-05-03 05:10:52.640 (1714713052640), Branch[id=0, name=MAIN], null, Commit 12, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID16:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID3:0v12 contents = CDOFeatureDelta[contents, ADD, value=OID16, index=12] CommitInfo[2024-05-03 05:10:52.639 (1714713052639), Branch[id=0, name=MAIN], null, Commit 11, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID15:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID3:0v11 contents = CDOFeatureDelta[contents, ADD, value=OID15, index=11] CommitInfo[2024-05-03 05:10:52.638 (1714713052638), Branch[id=0, name=MAIN], null, Commit 10, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID14:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID3:0v10 contents = CDOFeatureDelta[contents, ADD, value=OID14, index=10] CommitInfo[2024-05-03 05:10:52.636 (1714713052636), Branch[id=0, name=MAIN], null, Commit 9, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID13:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID3:0v9 contents = CDOFeatureDelta[contents, ADD, value=OID13, index=9] CommitInfo[2024-05-03 05:10:52.634 (1714713052634), Branch[id=0, name=MAIN], null, Commit 8, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID12:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID3:0v8 contents = CDOFeatureDelta[contents, ADD, value=OID12, index=8] CommitInfo[2024-05-03 05:10:52.633 (1714713052633), Branch[id=0, name=MAIN], null, Commit 7, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID11:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID3:0v7 contents = CDOFeatureDelta[contents, ADD, value=OID11, index=7] CommitInfo[2024-05-03 05:10:52.632 (1714713052632), Branch[id=0, name=MAIN], null, Commit 6, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID10:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID3:0v6 contents = CDOFeatureDelta[contents, ADD, value=OID10, index=6] CommitInfo[2024-05-03 05:10:52.631 (1714713052631), Branch[id=0, name=MAIN], null, Commit 5, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID9:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID3:0v5 contents = CDOFeatureDelta[contents, ADD, value=OID9, index=5] CommitInfo[2024-05-03 05:10:52.630 (1714713052630), Branch[id=0, name=MAIN], null, Commit 4, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID8:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID3:0v4 contents = CDOFeatureDelta[contents, ADD, value=OID8, index=4] CommitInfo[2024-05-03 05:10:52.629 (1714713052629), Branch[id=0, name=MAIN], null, Commit 3, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID7:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID3:0v3 contents = CDOFeatureDelta[contents, ADD, value=OID7, index=3] CommitInfo[2024-05-03 05:10:52.628 (1714713052628), Branch[id=0, name=MAIN], null, Commit 2, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID6:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID3:0v2 contents = CDOFeatureDelta[contents, ADD, value=OID6, index=2] CommitInfo[2024-05-03 05:10:52.627 (1714713052627), Branch[id=0, name=MAIN], null, Commit 1, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID5:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID3:0v1 contents = CDOFeatureDelta[contents, ADD, value=OID5, index=1] CommitInfo[2024-05-03 05:10:52.626 (1714713052626), Branch[id=0, name=MAIN], null, Commit 0, null, CommitData[newPackageUnits=1, newObjects=3, changedObjects=1, detachedObjects=0]] P http://www.eclipse.org/emf/CDO/tests/legacy/model1/1.0.0 + CDOResourceFolder@OID2:0v1("CommitInfoTest_testLogThroughClient") folder = null name = CommitInfoTest_testLogThroughClient nodes = [OID3] + CDOResource@OID3:0v1("res") folder = null name = res contents = [OID4] + Product1@OID4:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID1:0v1 contents = CDOFeatureDelta[contents, ADD, value=OID2, index=0] CommitInfo[2024-05-03 05:10:52.592 (1714713052592), Branch[id=0, name=MAIN], CDO_SYSTEM, , null, null] + CDOResource@OID1:0v1("/") folder = null name = null contents = null ******************************************************* CommitInfoTest.testLogThroughCommitInfoHandler [MEM-branching, JVM, Legacy] ******************************************************* CommitInfo[2024-05-03 05:10:52.678 (1714713052678), Branch[id=0, name=MAIN], null, Commit 0, null, CommitData[newPackageUnits=1, newObjects=3, changedObjects=1, detachedObjects=0]] P http://www.eclipse.org/emf/CDO/tests/legacy/model1/1.0.0 + CDOResourceFolder@OID2:0v1("CommitInfoTest_testLogThroughCommitInfoHandler") folder = null name = CommitInfoTest_testLogThroughCommitInfoHandler nodes = [OID3] + CDOResource@OID3:0v1("res") folder = null name = res contents = [OID4] + Product1@OID4:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID1:0v1 contents = CDOFeatureDelta[contents, ADD, value=OID2, index=0] CommitInfo[2024-05-03 05:10:52.680 (1714713052680), Branch[id=0, name=MAIN], null, Commit 1, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID5:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID3:0v1 contents = CDOFeatureDelta[contents, ADD, value=OID5, index=1] CommitInfo[2024-05-03 05:10:52.682 (1714713052682), Branch[id=0, name=MAIN], null, Commit 2, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID6:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID3:0v2 contents = CDOFeatureDelta[contents, ADD, value=OID6, index=2] CommitInfo[2024-05-03 05:10:52.683 (1714713052683), Branch[id=0, name=MAIN], null, Commit 3, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID7:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID3:0v3 contents = CDOFeatureDelta[contents, ADD, value=OID7, index=3] CommitInfo[2024-05-03 05:10:52.684 (1714713052684), Branch[id=0, name=MAIN], null, Commit 4, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID8:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID3:0v4 contents = CDOFeatureDelta[contents, ADD, value=OID8, index=4] CommitInfo[2024-05-03 05:10:52.685 (1714713052685), Branch[id=0, name=MAIN], null, Commit 5, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID9:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID3:0v5 contents = CDOFeatureDelta[contents, ADD, value=OID9, index=5] CommitInfo[2024-05-03 05:10:52.687 (1714713052687), Branch[id=0, name=MAIN], null, Commit 6, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID10:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID3:0v6 contents = CDOFeatureDelta[contents, ADD, value=OID10, index=6] CommitInfo[2024-05-03 05:10:52.688 (1714713052688), Branch[id=0, name=MAIN], null, Commit 7, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID11:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID3:0v7 contents = CDOFeatureDelta[contents, ADD, value=OID11, index=7] CommitInfo[2024-05-03 05:10:52.690 (1714713052690), Branch[id=0, name=MAIN], null, Commit 8, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID12:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID3:0v8 contents = CDOFeatureDelta[contents, ADD, value=OID12, index=8] CommitInfo[2024-05-03 05:10:52.691 (1714713052691), Branch[id=0, name=MAIN], null, Commit 9, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID13:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID3:0v9 contents = CDOFeatureDelta[contents, ADD, value=OID13, index=9] CommitInfo[2024-05-03 05:10:52.693 (1714713052693), Branch[id=0, name=MAIN], null, Commit 10, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID14:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID3:0v10 contents = CDOFeatureDelta[contents, ADD, value=OID14, index=10] CommitInfo[2024-05-03 05:10:52.694 (1714713052694), Branch[id=0, name=MAIN], null, Commit 11, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID15:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID3:0v11 contents = CDOFeatureDelta[contents, ADD, value=OID15, index=11] CommitInfo[2024-05-03 05:10:52.696 (1714713052696), Branch[id=0, name=MAIN], null, Commit 12, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID16:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID3:0v12 contents = CDOFeatureDelta[contents, ADD, value=OID16, index=12] CommitInfo[2024-05-03 05:10:52.697 (1714713052697), Branch[id=0, name=MAIN], null, Commit 13, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID17:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID3:0v13 contents = CDOFeatureDelta[contents, ADD, value=OID17, index=13] CommitInfo[2024-05-03 05:10:52.699 (1714713052699), Branch[id=0, name=MAIN], null, Commit 14, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID18:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID3:0v14 contents = CDOFeatureDelta[contents, ADD, value=OID18, index=14] CommitInfo[2024-05-03 05:10:52.701 (1714713052701), Branch[id=0, name=MAIN], null, Commit 15, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID19:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID3:0v15 contents = CDOFeatureDelta[contents, ADD, value=OID19, index=15] CommitInfo[2024-05-03 05:10:52.702 (1714713052702), Branch[id=0, name=MAIN], null, Commit 16, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID20:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID3:0v16 contents = CDOFeatureDelta[contents, ADD, value=OID20, index=16] CommitInfo[2024-05-03 05:10:52.703 (1714713052703), Branch[id=0, name=MAIN], null, Commit 17, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID21:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID3:0v17 contents = CDOFeatureDelta[contents, ADD, value=OID21, index=17] CommitInfo[2024-05-03 05:10:52.705 (1714713052705), Branch[id=0, name=MAIN], null, Commit 18, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID22:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID3:0v18 contents = CDOFeatureDelta[contents, ADD, value=OID22, index=18] CommitInfo[2024-05-03 05:10:52.706 (1714713052706), Branch[id=0, name=MAIN], null, Commit 19, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID23:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID3:0v19 contents = CDOFeatureDelta[contents, ADD, value=OID23, index=19] ******************************************************* CommitInfoTest.testLogThroughWriteAccessHandler [MEM-branching, JVM, Legacy] ******************************************************* CommitInfo[2024-05-03 05:10:52.751 (1714713052751), Branch[id=0, name=MAIN], null, Commit 0, null, CommitData[newPackageUnits=1, newObjects=3, changedObjects=1, detachedObjects=0]] P http://www.eclipse.org/emf/CDO/tests/legacy/model1/1.0.0 + CDOResourceFolder@OID2:0v1("CommitInfoTest_testLogThroughWriteAccessHandler") folder = null name = CommitInfoTest_testLogThroughWriteAccessHandler nodes = [OID3] + CDOResource@OID3:0v1("res") folder = null name = res contents = [OID4] + Product1@OID4:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID1:0v1 contents = CDOFeatureDelta[contents, ADD, value=OID2, index=0] CommitInfo[2024-05-03 05:10:52.753 (1714713052753), Branch[id=0, name=MAIN], null, Commit 1, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID5:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID3:0v1 contents = CDOFeatureDelta[contents, ADD, value=OID5, index=1] CommitInfo[2024-05-03 05:10:52.754 (1714713052754), Branch[id=0, name=MAIN], null, Commit 2, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID6:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID3:0v2 contents = CDOFeatureDelta[contents, ADD, value=OID6, index=2] CommitInfo[2024-05-03 05:10:52.756 (1714713052756), Branch[id=0, name=MAIN], null, Commit 3, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID7:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID3:0v3 contents = CDOFeatureDelta[contents, ADD, value=OID7, index=3] CommitInfo[2024-05-03 05:10:52.757 (1714713052757), Branch[id=0, name=MAIN], null, Commit 4, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID8:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID3:0v4 contents = CDOFeatureDelta[contents, ADD, value=OID8, index=4] CommitInfo[2024-05-03 05:10:52.758 (1714713052758), Branch[id=0, name=MAIN], null, Commit 5, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID9:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID3:0v5 contents = CDOFeatureDelta[contents, ADD, value=OID9, index=5] CommitInfo[2024-05-03 05:10:52.759 (1714713052759), Branch[id=0, name=MAIN], null, Commit 6, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID10:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID3:0v6 contents = CDOFeatureDelta[contents, ADD, value=OID10, index=6] CommitInfo[2024-05-03 05:10:52.760 (1714713052760), Branch[id=0, name=MAIN], null, Commit 7, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID11:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID3:0v7 contents = CDOFeatureDelta[contents, ADD, value=OID11, index=7] CommitInfo[2024-05-03 05:10:52.761 (1714713052761), Branch[id=0, name=MAIN], null, Commit 8, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID12:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID3:0v8 contents = CDOFeatureDelta[contents, ADD, value=OID12, index=8] CommitInfo[2024-05-03 05:10:52.763 (1714713052763), Branch[id=0, name=MAIN], null, Commit 9, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID13:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID3:0v9 contents = CDOFeatureDelta[contents, ADD, value=OID13, index=9] CommitInfo[2024-05-03 05:10:52.764 (1714713052764), Branch[id=0, name=MAIN], null, Commit 10, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID14:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID3:0v10 contents = CDOFeatureDelta[contents, ADD, value=OID14, index=10] CommitInfo[2024-05-03 05:10:52.765 (1714713052765), Branch[id=0, name=MAIN], null, Commit 11, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID15:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID3:0v11 contents = CDOFeatureDelta[contents, ADD, value=OID15, index=11] CommitInfo[2024-05-03 05:10:52.766 (1714713052766), Branch[id=0, name=MAIN], null, Commit 12, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID16:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID3:0v12 contents = CDOFeatureDelta[contents, ADD, value=OID16, index=12] CommitInfo[2024-05-03 05:10:52.767 (1714713052767), Branch[id=0, name=MAIN], null, Commit 13, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID17:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID3:0v13 contents = CDOFeatureDelta[contents, ADD, value=OID17, index=13] CommitInfo[2024-05-03 05:10:52.769 (1714713052769), Branch[id=0, name=MAIN], null, Commit 14, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID18:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID3:0v14 contents = CDOFeatureDelta[contents, ADD, value=OID18, index=14] CommitInfo[2024-05-03 05:10:52.770 (1714713052770), Branch[id=0, name=MAIN], null, Commit 15, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID19:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID3:0v15 contents = CDOFeatureDelta[contents, ADD, value=OID19, index=15] CommitInfo[2024-05-03 05:10:52.771 (1714713052771), Branch[id=0, name=MAIN], null, Commit 16, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID20:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID3:0v16 contents = CDOFeatureDelta[contents, ADD, value=OID20, index=16] CommitInfo[2024-05-03 05:10:52.772 (1714713052772), Branch[id=0, name=MAIN], null, Commit 17, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID21:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID3:0v17 contents = CDOFeatureDelta[contents, ADD, value=OID21, index=17] CommitInfo[2024-05-03 05:10:52.774 (1714713052774), Branch[id=0, name=MAIN], null, Commit 18, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID22:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID3:0v18 contents = CDOFeatureDelta[contents, ADD, value=OID22, index=18] CommitInfo[2024-05-03 05:10:52.775 (1714713052775), Branch[id=0, name=MAIN], null, Commit 19, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID23:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID3:0v19 contents = CDOFeatureDelta[contents, ADD, value=OID23, index=19] ******************************************************* CommitInfoTest.testMultipleEntries [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* CommitInfoTest.testMultipleEntriesByCountDown [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* CommitInfoTest.testMultipleEntriesByCountUp [MEM-branching, JVM, Legacy] ******************************************************* 1714713052905 1714713052907 1714713052908 1714713052909 1714713052910 1714713052911 1714713052913 1714713052914 1714713052916 1714713052917 1714713052918 1714713052919 1714713052920 1714713052927 1714713052928 1714713052929 1714713052930 1714713052931 1714713052932 1714713052933 1714713052905 -> 1714713052905 1714713052907 -> 1714713052907 1714713052908 -> 1714713052908 1714713052909 -> 1714713052909 1714713052910 -> 1714713052910 1714713052911 -> 1714713052911 1714713052913 -> 1714713052913 1714713052914 -> 1714713052914 1714713052916 -> 1714713052916 1714713052917 -> 1714713052917 ******************************************************* CommitInfoTest.testServerBranch [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* CommitInfoTest.testServerBranchWithBranch [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* CommitInfoTest.testServerBranchWithWrongBranch [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* CommitInfoTest.testServerComment [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* CommitInfoTest.testServerCommentWithBranch [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* CommitInfoTest.testServerCommentWithWrongBranch [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* CommitInfoTest.testServerSubBranch [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* CommitInfoTest.testServerSubBranchWithBranch [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* CommitInfoTest.testServerSubBranchWithWrongBranch [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* CommitInfoTest.testServerTimestamp [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* CommitInfoTest.testServerTimestampWithBranch [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* CommitInfoTest.testServerTimestampWithWrongBranch [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* CommitInfoTest.testServerUser [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* CommitInfoTest.testServerUserWithBranch [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* CommitInfoTest.testServerUserWithWrongBranch [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* CompareTest.testAdditionsInSourceAndTarget [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* CompareTest.testFromBranchWithAdditions [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* CompareTest.testFromBranchWithChangesInSource [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* CompareTest.testFromBranchWithRemovalsInSource [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* CompareTest.testFromEmptyBranches [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* ComplexTest.testCrossResourceGenRefMultiNonContainedUnidirectional [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* ComplexTest.testCrossResourceGenRefSingleNonContainedUnidirectional [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* ComplexTest.testCrossResourceIfcimplMultiNonContainedBidirectional [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* ComplexTest.testCrossResourceIfcimplMultiNonContainedUnidirectional [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* ComplexTest.testCrossResourceIfcimplSingleNonContainedBidirectional [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* ComplexTest.testCrossResourceIfcimplSingleNonContainedUnidirectional [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* ComplexTest.testCrossResourcePlainMultiNonContainedBidirectional [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* ComplexTest.testCrossResourcePlainMultiNonContainedUnidirectional [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* ComplexTest.testCrossResourcePlainSingleNonContainedBidirectional [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* ComplexTest.testCrossResourcePlainSingleNonContainedUnidirectional [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* ComplexTest.testGenRefMultiContainedUnidirectional [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* ComplexTest.testGenRefMultiNonContainedUnidirectional [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* ComplexTest.testGenRefSingleContainedUnidirectional [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* ComplexTest.testGenRefSingleNonContainedUnidirectional [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* ComplexTest.testIfcimplMultiContainedBidirectional [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* ComplexTest.testIfcimplMultiContainedUnidirectional [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* ComplexTest.testIfcimplMultiNonContainedBidirectional [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* ComplexTest.testIfcimplMultiNonContainedUnidirectional [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* ComplexTest.testIfcimplSingleContainedBidirectional [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* ComplexTest.testIfcimplSingleContainedUnidirectional [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* ComplexTest.testIfcimplSingleNonContainedBidirectional [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* ComplexTest.testIfcimplSingleNonContainedUnidirectional [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* ComplexTest.testMigrateContainmentMulti [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* ComplexTest.testMigrateContainmentSingle [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* ComplexTest.testMultipleTransactions2 [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* ComplexTest.testMultipleTransactions3 [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* ComplexTest.testPlainMultiContainedBidirectional [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* ComplexTest.testPlainMultiContainedUnidirectional [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* ComplexTest.testPlainMultiNonContainedBidirectional [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* ComplexTest.testPlainMultiNonContainedUnidirectional [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* ComplexTest.testPlainSingleContainedBidirectional [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* ComplexTest.testPlainSingleContainedUnidirectional [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* ComplexTest.testPlainSingleNonContainedBidirectional [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* ComplexTest.testPlainSingleNonContainedUnidirectional [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* ConflictResolverTest.testMergeLocalChangesPerFeature_BasicException [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* ConflictResolverTest.testMergeLocalChangesPerFeature_Bug1 [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* ConflictResolverTest.testMergeLocalChangesPerFeature_Bug2 [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* ConflictResolverTest.testMergeLocalChangesPerFeature_Bug3 [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* ConflictResolverTest.testMerge_ManyValue [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* ContainmentTest.test3Levels [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* ContainmentTest.testBasicContainment [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* ContainmentTest.testContainmentChangeInSameResource [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* ContainmentTest.testModeledBackPointer [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* ContainmentTest.testModeledBackPointer_Transient [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* ContainmentTest.testModeledBackPointer_Transient_Load [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* ContainmentTest.testObjectNotSameResourceThanItsContainerCDO [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* ContainmentTest.testObjectNotSameResourceThanItsContainer_WithoutCDO [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* ContainmentTest.testRemovedContainment [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* ContainmentTest.testSeparateSession [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* ContainmentTest.testSeparateView [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* ContainmentTest.testSetSingleContainment [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* ContainmentTest.testTransientContainment [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* ContainmentTest.testUnsetSingleContainment [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* CrossReferenceTest.testCrossCreferenceBetweenContainerAndContained [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* CrossReferenceTest.testDetachXRef [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* CrossReferenceTest.testDetachXRefExternal [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* CrossReferenceTest.testDetachXRefReattach [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* CrossReferenceTest.testExternalMakeDangling [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* CrossReferenceTest.testExternalMakeNew [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* CrossReferenceTest.testLoadViaContainment [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* CrossReferenceTest.testLoadViaXRef [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* CrossReferenceTest.testNewMakeExternal [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* CrossReferenceTest.testTwoResources [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* DetachTest.testCleanObjectDeletion [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* DetachTest.testDetachEmptyNewResource [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* DetachTest.testDetachEmptyPersistedResource [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* DetachTest.testDetachNewResource [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* DetachTest.testDetachPersistedResource [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* DetachTest.testDetachPersistedResourceWithPersistedData [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* DetachTest.testDetachProxyResource [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* DetachTest.testKeepValue [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* DetachTest.testNewObjectDeletion [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* DetachTest.testSavePointCleanObjectDeletion [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* DetachTest.testSavePointNewObjectDeletion [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* DynamicPackageTest.testDynamicMaps [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* DynamicXSDTest.testDynamicEcore [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* EMFCompareTest.testAllContentsOfCompany [MEM-branching, JVM, Legacy] ******************************************************* Match: Left: Company@OID4:0v3 Right: Company@OID4:0v2 Differences: org.eclipse.emf.compare.internal.spec.AttributeChangeSpec{attribute=Address.name,value=Eclipse,kind=CHANGE,source=LEFT,state=UNRESOLVED} Match: Left: Category@OID5:0v1 Right: Category@OID5:0v1 Differences: Match: Left: Category@OID6:0v1 Right: Category@OID6:0v1 Differences: Match: Left: Category@OID7:0v1 Right: Category@OID7:0v1 Differences: Match: Left: Category@OID8:0v1 Right: Category@OID8:0v1 Differences: Match: Left: Category@OID9:0v1 Right: Category@OID9:0v1 Differences: ******************************************************* EMFCompareTest.testAllContentsOfRoot [MEM-branching, JVM, Legacy] ******************************************************* Match: Left: CDOResource@OID1:0v2("/") Right: CDOResource@OID1:0v2("/") Differences: ******************************************************* EMFCompareTest.testChanges [MEM-branching, JVM, Legacy] ******************************************************* Match: Left: CDOResource@OID1:0v2("/") Right: CDOResource@OID1:0v2("/") Differences: Match: Left: CDOResourceFolder@OID2:0v1("EMFCompareTest_testChanges") Right: CDOResourceFolder@OID2:0v1("EMFCompareTest_testChanges") Differences: Match: Left: CDOResource@OID3:0v1("res1") Right: CDOResource@OID3:0v1("res1") Differences: Match: Left: Company@OID4:0v1 Right: Company@OID4:0v1 Differences: UNRESOLVED LEFT ADD org.eclipse.emf.compare.internal.spec.ReferenceChangeSpec{reference=Company.categories,value=Category@4a65c40 Category2,parentMatch=org.eclipse.emf.cdo.internal.compare.CDOCompareFactoryImpl$CDOMatchSpec{left=Company@3e4ead73 Company,right=Company@8ad182c Company,origin=,#differences=1,#submatches=2},match of value=org.eclipse.emf.cdo.internal.compare.CDOCompareFactoryImpl$CDOMatchSpec{left=Category@4a65c40 Category2,right=,origin=,#differences=0,#submatches=0}} Match: Left: Category@OID5:0v1 Right: Category@OID5:0v1 Differences: org.eclipse.emf.compare.internal.spec.AttributeChangeSpec{attribute=Category.name,value=CHANGED,kind=CHANGE,source=LEFT,state=UNRESOLVED} Match: Left: Category@oid1:0v0 Right: null Differences: ******************************************************* EMFCompareTest.testChangesDelete [MEM-branching, JVM, Legacy] ******************************************************* Match: Left: CDOResource@OID1:0v2("/") Right: CDOResource@OID1:0v2("/") Differences: Match: Left: CDOResourceFolder@OID2:0v1("EMFCompareTest_testChangesDelete") Right: CDOResourceFolder@OID2:0v1("EMFCompareTest_testChangesDelete") Differences: Match: Left: CDOResource@OID3:0v1("res1") Right: CDOResource@OID3:0v1("res1") Differences: Match: Left: Company@OID4:0v1 Right: Company@OID4:0v1 Differences: UNRESOLVED LEFT DELETE org.eclipse.emf.compare.internal.spec.ReferenceChangeSpec{reference=Company.categories,value=Category@220e1b7b Category,parentMatch=org.eclipse.emf.cdo.internal.compare.CDOCompareFactoryImpl$CDOMatchSpec{left=Company@481c1e92 Company,right=Company@6500e886 Company,origin=,#differences=1,#submatches=1},match of value=org.eclipse.emf.cdo.internal.compare.CDOCompareFactoryImpl$CDOMatchSpec{left=,right=Category@220e1b7b Category,origin=,#differences=0,#submatches=0}} Match: Left: null Right: Category@OID5:0v1 Differences: ******************************************************* EMFCompareTest.testContainmentProxy [MEM-branching, JVM, Legacy] ******************************************************* Match: Left: CDOResource@OID1:0v2("/") Right: CDOResource@OID1:0v2("/") Differences: Match: Left: CDOResourceFolder@OID2:0v1("EMFCompareTest_testContainmentProxy") Right: CDOResourceFolder@OID2:0v1("EMFCompareTest_testContainmentProxy") Differences: Match: Left: CDOResource@OID3:0v1("res1") Right: CDOResource@OID3:0v1("res1") Differences: Match: Left: Company@OID5:0v1 Right: Company@OID5:0v1 Differences: Match: Left: Category@OID6:0v1 Right: Category@OID6:0v1 Differences: Match: Left: Product1@OID7:0v2 Right: Product1@OID7:0v1 Differences: org.eclipse.emf.compare.internal.spec.AttributeChangeSpec{attribute=Product1.name,value=CHANGED,kind=CHANGE,source=LEFT,state=UNRESOLVED} Match: Left: CDOResource@OID4:0v1("res2") Right: CDOResource@OID4:0v1("res2") Differences: ******************************************************* EMFCompareTest.testContainmentProxyEMF [MEM-branching, JVM, Legacy] ******************************************************* Match: Left: org.eclipse.emf.cdo.tests.model1.legacy.impl.CompanyImpl@1dd6e400 (name: Eclipse, street: null, city: null) Right: org.eclipse.emf.cdo.tests.model1.legacy.impl.CompanyImpl@3fe11091 (name: Eclipse, street: null, city: null) Differences: Match: Left: org.eclipse.emf.cdo.tests.model1.legacy.impl.CategoryImpl@7995a589 (name: Category) Right: org.eclipse.emf.cdo.tests.model1.legacy.impl.CategoryImpl@66b3eab0 (name: Category) Differences: Match: Left: org.eclipse.emf.cdo.tests.model1.legacy.impl.Product1Impl@4c6fe482 (name: Product0, vat: vat15, otherVATs: [], description: null) Right: org.eclipse.emf.cdo.tests.model1.legacy.impl.Product1Impl@7bbd0006 (name: ProductB, vat: vat15, otherVATs: [], description: null) Differences: org.eclipse.emf.compare.internal.spec.AttributeChangeSpec{attribute=Product1.name,value=Product0,kind=CHANGE,source=LEFT,state=UNRESOLVED} Match: Left: org.eclipse.emf.cdo.tests.model1.legacy.impl.Product1Impl@2fd05b15 (name: Product1, vat: vat15, otherVATs: [], description: null) Right: org.eclipse.emf.cdo.tests.model1.legacy.impl.Product1Impl@564fc235 (name: Product1, vat: vat15, otherVATs: [], description: null) Differences: Match: Left: org.eclipse.emf.cdo.tests.model1.legacy.impl.Product1Impl@65b7678a (name: Product2, vat: vat15, otherVATs: [], description: null) Right: org.eclipse.emf.cdo.tests.model1.legacy.impl.Product1Impl@7699e60a (name: Product2, vat: vat15, otherVATs: [], description: null) Differences: Match: Left: org.eclipse.emf.cdo.tests.model1.legacy.impl.Product1Impl@5bbc033f (name: Product3, vat: vat15, otherVATs: [], description: null) Right: org.eclipse.emf.cdo.tests.model1.legacy.impl.Product1Impl@734a2c17 (name: Product3, vat: vat15, otherVATs: [], description: null) Differences: Match: Left: org.eclipse.emf.cdo.tests.model1.legacy.impl.Product1Impl@2d1f9ec3 (name: Product4, vat: vat15, otherVATs: [], description: null) Right: org.eclipse.emf.cdo.tests.model1.legacy.impl.Product1Impl@148f94dc (name: Product4, vat: vat15, otherVATs: [], description: null) Differences: Match: Left: org.eclipse.emf.cdo.tests.model1.legacy.impl.Product1Impl@2f11d889 (name: Product5, vat: vat15, otherVATs: [], description: null) Right: org.eclipse.emf.cdo.tests.model1.legacy.impl.Product1Impl@d1973e8 (name: Product5, vat: vat15, otherVATs: [], description: null) Differences: Match: Left: org.eclipse.emf.cdo.tests.model1.legacy.impl.Product1Impl@5ca10d0e (name: Product6, vat: vat15, otherVATs: [], description: null) Right: org.eclipse.emf.cdo.tests.model1.legacy.impl.Product1Impl@34604b32 (name: Product6, vat: vat15, otherVATs: [], description: null) Differences: Match: Left: org.eclipse.emf.cdo.tests.model1.legacy.impl.Product1Impl@159408a7 (name: Product7, vat: vat15, otherVATs: [], description: null) Right: org.eclipse.emf.cdo.tests.model1.legacy.impl.Product1Impl@5354bfce (name: Product7, vat: vat15, otherVATs: [], description: null) Differences: Match: Left: org.eclipse.emf.cdo.tests.model1.legacy.impl.Product1Impl@74901d7 (name: Product8, vat: vat15, otherVATs: [], description: null) Right: org.eclipse.emf.cdo.tests.model1.legacy.impl.Product1Impl@3146f3d7 (name: Product8, vat: vat15, otherVATs: [], description: null) Differences: Match: Left: org.eclipse.emf.cdo.tests.model1.legacy.impl.Product1Impl@4220468 (name: Product9, vat: vat15, otherVATs: [], description: null) Right: org.eclipse.emf.cdo.tests.model1.legacy.impl.Product1Impl@727e61ed (name: Product9, vat: vat15, otherVATs: [], description: null) Differences: ******************************************************* EMFCompareTest.testFeatureFilter [MEM-branching, JVM, Legacy] ******************************************************* Match: Left: CDOResource@OID1:0v2("/") Right: CDOResource@OID1:0v2("/") Differences: Match: Left: CDOResourceFolder@OID2:0v1("EMFCompareTest_testFeatureFilter") Right: CDOResourceFolder@OID2:0v1("EMFCompareTest_testFeatureFilter") Differences: Match: Left: CDOResource@OID3:0v1("res1") Right: CDOResource@OID3:0v1("res1") Differences: org.eclipse.emf.compare.internal.spec.AttributeChangeSpec{attribute=CDOResource.resourceSet,value=org.eclipse.emf.ecore.resource.impl.ResourceSetImpl@24b4f4a resources=[CDOResource@OID3("cdo://repo1/EMFCompareTest_testFeatureFilter/res1")],kind=CHANGE,source=LEFT,state=UNRESOLVED} Match: Left: Company@OID4:0v2 Right: Company@OID4:0v1 Differences: org.eclipse.emf.compare.internal.spec.AttributeChangeSpec{attribute=Address.name,value=Eclipse,kind=CHANGE,source=LEFT,state=UNRESOLVED} ******************************************************* EMFCompareTest.testMinimal [MEM-branching, JVM, Legacy] ******************************************************* Match: Left: CDOResource@OID1:0v2("/") Right: CDOResource@OID1:0v2("/") Differences: Match: Left: CDOResourceFolder@OID2:0v1("EMFCompareTest_testMinimal") Right: CDOResourceFolder@OID2:0v1("EMFCompareTest_testMinimal") Differences: Match: Left: CDOResource@OID3:0v1("res1") Right: CDOResource@OID3:0v1("res1") Differences: Match: Left: Company@OID4:0v3 Right: Company@OID4:0v2 Differences: org.eclipse.emf.compare.internal.spec.AttributeChangeSpec{attribute=Address.name,value=Eclipse,kind=CHANGE,source=LEFT,state=UNRESOLVED} ******************************************************* EMFCompareTest.testNoContainmentProxy [MEM-branching, JVM, Legacy] ******************************************************* Match: Left: CDOResource@OID1:0v2("/") Right: CDOResource@OID1:0v2("/") Differences: Match: Left: CDOResourceFolder@OID2:0v1("EMFCompareTest_testNoContainmentProxy") Right: CDOResourceFolder@OID2:0v1("EMFCompareTest_testNoContainmentProxy") Differences: Match: Left: CDOResource@OID3:0v1("res1") Right: CDOResource@OID3:0v1("res1") Differences: Match: Left: Company@OID4:0v1 Right: Company@OID4:0v1 Differences: Match: Left: Category@OID5:0v1 Right: Category@OID5:0v1 Differences: Match: Left: Product1@OID6:0v2 Right: Product1@OID6:0v1 Differences: org.eclipse.emf.compare.internal.spec.AttributeChangeSpec{attribute=Product1.name,value=EclipseProduct,kind=CHANGE,source=LEFT,state=UNRESOLVED} ******************************************************* EMapTest.testEMap [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* EnumTest.testAttached [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* EnumTest.testAttachedFresh [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* EnumTest.testTransient [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* EnumTest.testTransientFresh [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* ExternalReferenceTest.testExternalWithDynamicEObject [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* ExternalReferenceTest.testExternalWithEClass [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* ExternalReferenceTest.testExternalWithEPackage [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* ExternalReferenceTest.testObjectNotAttached [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* ExternalReferenceTest.testOneXMIResourceManyViewsOnOneResourceSet [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* ExternalReferenceTest.testUsingObjectsBetweenSameTransaction [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* ExternalReferenceTest.testWithXML [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* ExternalReferenceTest.testWithXMLAndPrefetching [MEM-branching, JVM, Legacy] ******************************************************* org.eclipse.emf.cdo.tests.model1.legacy.impl.PurchaseOrderImpl@344cf00f (date: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.PurchaseOrderImpl@598ff2b3 (date: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.PurchaseOrderImpl@1002f859 (date: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.PurchaseOrderImpl@67cd193d (date: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.PurchaseOrderImpl@34525143 (date: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.PurchaseOrderImpl@126e2710 (date: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.PurchaseOrderImpl@1529d534 (date: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.PurchaseOrderImpl@1a22325d (date: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.PurchaseOrderImpl@3c5cb013 (date: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.PurchaseOrderImpl@5f69462f (date: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.PurchaseOrderImpl@432b883 (date: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.PurchaseOrderImpl@f09c282 (date: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.PurchaseOrderImpl@560c3758 (date: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.PurchaseOrderImpl@43414b88 (date: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.PurchaseOrderImpl@52a605c3 (date: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.PurchaseOrderImpl@13fad0c7 (date: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.PurchaseOrderImpl@24fb8317 (date: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.PurchaseOrderImpl@6d2f910b (date: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.PurchaseOrderImpl@f451970 (date: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.PurchaseOrderImpl@4a7c8cb7 (date: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.PurchaseOrderImpl@32675dd4 (date: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.PurchaseOrderImpl@2351255a (date: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.PurchaseOrderImpl@4f836d9 (date: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.PurchaseOrderImpl@2a4f1bc5 (date: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.PurchaseOrderImpl@224e7aa5 (date: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.PurchaseOrderImpl@89ff043 (date: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.PurchaseOrderImpl@4d145177 (date: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.PurchaseOrderImpl@1f57fa23 (date: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.PurchaseOrderImpl@4e9d203e (date: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.PurchaseOrderImpl@39f7cc46 (date: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.PurchaseOrderImpl@5687ade6 (date: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.PurchaseOrderImpl@7621c3f7 (date: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.PurchaseOrderImpl@519a81dd (date: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.PurchaseOrderImpl@5608e254 (date: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.PurchaseOrderImpl@3d8b9dee (date: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.PurchaseOrderImpl@45cddfd3 (date: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.PurchaseOrderImpl@40dc2ade (date: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.PurchaseOrderImpl@51d76ad3 (date: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.PurchaseOrderImpl@30d2f9ea (date: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.PurchaseOrderImpl@1bca9b64 (date: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.PurchaseOrderImpl@3a61d819 (date: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.PurchaseOrderImpl@508abc74 (date: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.PurchaseOrderImpl@77b01226 (date: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.PurchaseOrderImpl@386ea60f (date: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.PurchaseOrderImpl@c7b100b (date: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.PurchaseOrderImpl@99774ec (date: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.PurchaseOrderImpl@7ec176da (date: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.PurchaseOrderImpl@33d2f9d3 (date: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.PurchaseOrderImpl@677d4cea (date: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.PurchaseOrderImpl@55ff64fd (date: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.PurchaseOrderImpl@20fdaf3e (date: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.PurchaseOrderImpl@445c693 (date: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.PurchaseOrderImpl@9d2c0ed (date: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.PurchaseOrderImpl@272485a6 (date: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.PurchaseOrderImpl@6aed4a23 (date: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.PurchaseOrderImpl@40b678b3 (date: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.PurchaseOrderImpl@5f7c1de0 (date: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.PurchaseOrderImpl@5cf6ba1c (date: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.PurchaseOrderImpl@5cca5ff3 (date: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.PurchaseOrderImpl@2fcad739 (date: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.PurchaseOrderImpl@10664c3d (date: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.PurchaseOrderImpl@79a92277 (date: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.PurchaseOrderImpl@7712df76 (date: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.PurchaseOrderImpl@e98adb2 (date: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.PurchaseOrderImpl@2c3d0ff8 (date: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.PurchaseOrderImpl@1cb73a92 (date: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.PurchaseOrderImpl@7d3faf1d (date: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.PurchaseOrderImpl@36017835 (date: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.PurchaseOrderImpl@7207f3c2 (date: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.PurchaseOrderImpl@574134ba (date: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.PurchaseOrderImpl@57063e08 (date: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.PurchaseOrderImpl@6afb240d (date: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.PurchaseOrderImpl@272f5373 (date: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.PurchaseOrderImpl@799557c8 (date: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.PurchaseOrderImpl@1f05d08c (date: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.PurchaseOrderImpl@2c6d442d (date: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.PurchaseOrderImpl@71842e18 (date: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.PurchaseOrderImpl@227c0cf7 (date: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.PurchaseOrderImpl@13cc3984 (date: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.PurchaseOrderImpl@55465bfc (date: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.PurchaseOrderImpl@5625ba2 (date: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.PurchaseOrderImpl@47bbf44d (date: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.PurchaseOrderImpl@35c9f527 (date: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.PurchaseOrderImpl@52b7c1d9 (date: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.PurchaseOrderImpl@451f3f66 (date: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.PurchaseOrderImpl@5d1eb214 (date: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.PurchaseOrderImpl@2784145d (date: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.PurchaseOrderImpl@4bd1b07d (date: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.PurchaseOrderImpl@7789526e (date: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.PurchaseOrderImpl@5fafd099 (date: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.PurchaseOrderImpl@580e01cd (date: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.PurchaseOrderImpl@1e9a10e9 (date: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.PurchaseOrderImpl@233d2b76 (date: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.PurchaseOrderImpl@2370c90 (date: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.PurchaseOrderImpl@2a9f7572 (date: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.PurchaseOrderImpl@644c3590 (date: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.PurchaseOrderImpl@2e60d4f4 (date: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.PurchaseOrderImpl@14091e24 (date: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.PurchaseOrderImpl@45ecdd32 (date: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.PurchaseOrderImpl@408980aa (date: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.PurchaseOrderImpl@68e62b3b (date: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.PurchaseOrderImpl@34c2e03d (date: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.PurchaseOrderImpl@17e4beda (date: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.PurchaseOrderImpl@1be4f05c (date: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.PurchaseOrderImpl@4202bfe8 (date: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.PurchaseOrderImpl@61627c9d (date: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.PurchaseOrderImpl@53c21c05 (date: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.PurchaseOrderImpl@6f986031 (date: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.PurchaseOrderImpl@38326fd5 (date: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.PurchaseOrderImpl@4a467ada (date: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.PurchaseOrderImpl@92775a3 (date: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.PurchaseOrderImpl@2512155e (date: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.PurchaseOrderImpl@ef59aee (date: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.PurchaseOrderImpl@779cb140 (date: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.PurchaseOrderImpl@45a4587d (date: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.PurchaseOrderImpl@70a91d72 (date: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.PurchaseOrderImpl@52a9db63 (date: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.PurchaseOrderImpl@402d76c7 (date: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.PurchaseOrderImpl@27adb90f (date: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.PurchaseOrderImpl@1fd77205 (date: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.PurchaseOrderImpl@3b9c05f (date: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.PurchaseOrderImpl@288915a1 (date: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.PurchaseOrderImpl@62a6a47e (date: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.PurchaseOrderImpl@4645a575 (date: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.PurchaseOrderImpl@b332eda (date: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.PurchaseOrderImpl@6bf70600 (date: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.PurchaseOrderImpl@3ca5da54 (date: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.PurchaseOrderImpl@57a0aeb8 (date: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.PurchaseOrderImpl@45f70f68 (date: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.PurchaseOrderImpl@16e3d6d0 (date: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.PurchaseOrderImpl@406d922 (date: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.PurchaseOrderImpl@56017274 (date: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.PurchaseOrderImpl@2bf0bb93 (date: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.PurchaseOrderImpl@23adbd6b (date: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.PurchaseOrderImpl@11d0bff5 (date: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.PurchaseOrderImpl@4c1fed69 (date: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.PurchaseOrderImpl@629dfb5a (date: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.PurchaseOrderImpl@2c955487 (date: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.PurchaseOrderImpl@38ae69f7 (date: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.PurchaseOrderImpl@be9bf2e (date: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.PurchaseOrderImpl@623d222 (date: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.PurchaseOrderImpl@949f0d (date: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.PurchaseOrderImpl@4b3eaf39 (date: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.PurchaseOrderImpl@d6879bf (date: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.PurchaseOrderImpl@154208f2 (date: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.PurchaseOrderImpl@318a81a0 (date: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.PurchaseOrderImpl@f73a7cf (date: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.PurchaseOrderImpl@4198921f (date: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.PurchaseOrderImpl@44181746 (date: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.PurchaseOrderImpl@21fa19e4 (date: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.PurchaseOrderImpl@33a58fcb (date: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.PurchaseOrderImpl@36a8ebca (date: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.PurchaseOrderImpl@328e687e (date: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.PurchaseOrderImpl@434a72f2 (date: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.PurchaseOrderImpl@5c8e7687 (date: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.PurchaseOrderImpl@2d093067 (date: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.PurchaseOrderImpl@6c056020 (date: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.PurchaseOrderImpl@7cc842b0 (date: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.PurchaseOrderImpl@53dd29e0 (date: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.PurchaseOrderImpl@3733b1f4 (date: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.PurchaseOrderImpl@70f0c352 (date: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.PurchaseOrderImpl@4e93d23e (date: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.PurchaseOrderImpl@743b7025 (date: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.PurchaseOrderImpl@5eadc347 (date: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.PurchaseOrderImpl@28b16193 (date: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.PurchaseOrderImpl@78e34499 (date: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.PurchaseOrderImpl@5776a9f8 (date: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.PurchaseOrderImpl@6771efaa (date: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.PurchaseOrderImpl@446fb72e (date: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.PurchaseOrderImpl@26caf4b6 (date: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.PurchaseOrderImpl@4411a0fe (date: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.PurchaseOrderImpl@2c750b69 (date: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.PurchaseOrderImpl@159a0f0e (date: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.PurchaseOrderImpl@6484364f (date: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.PurchaseOrderImpl@2ddb6c71 (date: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.PurchaseOrderImpl@29f114e0 (date: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.PurchaseOrderImpl@6c569caf (date: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.PurchaseOrderImpl@29a5f924 (date: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.PurchaseOrderImpl@5f6ba085 (date: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.PurchaseOrderImpl@7e1ce99c (date: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.PurchaseOrderImpl@26f7b114 (date: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.PurchaseOrderImpl@209d0037 (date: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.PurchaseOrderImpl@22f0e329 (date: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.PurchaseOrderImpl@3b39bee2 (date: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.PurchaseOrderImpl@20ddc780 (date: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.PurchaseOrderImpl@6889e714 (date: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.PurchaseOrderImpl@4dc5b887 (date: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.PurchaseOrderImpl@3b7dd173 (date: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.PurchaseOrderImpl@7552f05b (date: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.PurchaseOrderImpl@524418a2 (date: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.PurchaseOrderImpl@322593ed (date: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.PurchaseOrderImpl@67062a93 (date: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.PurchaseOrderImpl@5b4ce00 (date: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.PurchaseOrderImpl@7747571c (date: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.PurchaseOrderImpl@69e308e2 (date: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.PurchaseOrderImpl@3f67f5ff (date: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.PurchaseOrderImpl@1c80f8dd (date: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.PurchaseOrderImpl@51b2b3e6 (date: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.PurchaseOrderImpl@20e7152a (date: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.PurchaseOrderImpl@202fd4c4 (date: null) ******************************************************* ExternalReferenceTest.testXRefExternalObject [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* IndexReconstructionTest.testAddAfter1 [MEM-branching, JVM, Legacy] ******************************************************* OID3: CDOResource.contents=2 3 4 5 OID4: Customer.salesOrders=1 2 3 4 ******************************************************* IndexReconstructionTest.testAddAfter4 [MEM-branching, JVM, Legacy] ******************************************************* OID3: CDOResource.contents=5 6 7 8 OID4: Customer.salesOrders=4 5 6 7 ******************************************************* IndexReconstructionTest.testAddBefore1 [MEM-branching, JVM, Legacy] ******************************************************* OID3: CDOResource.contents=2 3 4 5 OID4: Customer.salesOrders=3 2 1 0 ******************************************************* IndexReconstructionTest.testAddBefore4 [MEM-branching, JVM, Legacy] ******************************************************* OID3: CDOResource.contents=5 6 7 8 OID4: Customer.salesOrders=3 2 1 0 ******************************************************* IndexReconstructionTest.testMoveBackward [MEM-branching, JVM, Legacy] ******************************************************* OID3: CDOResource.contents=5 6 7 8 OID4: Customer.salesOrders=2 3 6 7 ******************************************************* IndexReconstructionTest.testMoveBehindEnd [MEM-branching, JVM, Legacy] ******************************************************* OID3: CDOResource.contents=5 6 7 8 OID4: Customer.salesOrders=2 3 4 5 ******************************************************* IndexReconstructionTest.testMoveForward [MEM-branching, JVM, Legacy] ******************************************************* OID3: CDOResource.contents=5 6 7 8 OID4: Customer.salesOrders=6 7 2 3 ******************************************************* IndexReconstructionTest.testReAdded [MEM-branching, JVM, Legacy] ******************************************************* OID3: CDOResource.contents=5 6 7 8 9 10 11 12 OID4: Customer.salesOrders=2 3 4 5 ******************************************************* IndexReconstructionTest.testRemove1 [MEM-branching, JVM, Legacy] ******************************************************* OID3: CDOResource.contents=5 6 7 8 OID4: Customer.salesOrders=3 4 5 6 ******************************************************* IndexReconstructionTest.testRemove4 [MEM-branching, JVM, Legacy] ******************************************************* OID3: CDOResource.contents=5 6 7 8 OID4: Customer.salesOrders=0 1 2 3 ******************************************************* IndexReconstructionTest.testRemoveAdded [MEM-branching, JVM, Legacy] ******************************************************* OID3: CDOResource.contents=5 6 7 8 OID4: Customer.salesOrders=2 3 ******************************************************* IndexReconstructionTest.testRemoveLastAdded [MEM-branching, JVM, Legacy] ******************************************************* OID3: CDOResource.contents=5 6 7 8 ******************************************************* InitialTest.testAttachObject [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* InitialTest.testCommitDirty [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* InitialTest.testCommitDirtyInverseList [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* InitialTest.testCommitNew [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* InitialTest.testCommitNewInverseList [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* InitialTest.testCreateResource [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* InitialTest.testDirectResource [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* InitialTest.testDirectResourceEMF [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* InitialTest.testGetContents [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* InitialTest.testGetResource [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* InitialTest.testLoadObject [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* InitialTest.testLoadObjectInverseList [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* InitialTest.testLoadResource [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* InitialTest.testMultipleInheritence [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* InitialTest.testNullReference [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* InitialTest.testOpenSession [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* InitialTest.testReadObjectClean [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* InitialTest.testReadObjectProxy [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* InitialTest.testReadResourceClean [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* InitialTest.testReadTransientValue [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* InitialTest.testResourceAccessor [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* InitialTest.testStartTransaction [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* InitialTest.testTransientObject [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* InitialTest.testTransientResource [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* InitialTest.testWriteClean [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* InvalidationTest.testConflictDifferentSession [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* InvalidationTest.testConflictSameSession [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* InvalidationTest.testDeleteFromOtherBranch [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* InvalidationTest.testDetach [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* InvalidationTest.testDetachAndPassiveUpdate [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* InvalidationTest.testDetachAndPassiveUpdateWithoutRevisionTimestamp [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* InvalidationTest.testDetachedConflictDifferentSession [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* InvalidationTest.testDetachedConflictSameSession [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* InvalidationTest.testInvalidateAndCache [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* InvalidationTest.testPassiveUpdateMode_CHANGES [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* InvalidationTest.testPassiveUpdateOnAndOff [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* InvalidationTest.testRefreshEmptyRepository [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* InvalidationTest.testSeparateSession [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* InvalidationTest.testSeparateSession_PassiveUpdateDisable [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* InvalidationTest.testSeparateView [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* InvalidationTest.testSeparateViewNotification [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* LobTest.testCommitBlob [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* LobTest.testCommitClob [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* LobTest.testReadBlob [MEM-branching, JVM, Legacy] *******************************************************
******************************************************* LobTest.testReadClob [MEM-branching, JVM, Legacy] *******************************************************
******************************************************* WithSubBranch.testAddReadLockOwner [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* WithSubBranch.testLockStateCache [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* WithSubBranch.testRemoveOwner [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* WithSubBranch.testRemoveReadLockOwner [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* WithSubBranch.testSetWriteLockOwner [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* WithSubBranch.testSetWriteOptionOwner [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* WithSubBranch.testUnsetWriteLockOwner [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* WithSubBranch.testUnsetWriteOptionOwner [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* LockStateCacheTest.testAddReadLockOwner [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* LockStateCacheTest.testLockStateCache [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* LockStateCacheTest.testRemoveOwner [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* LockStateCacheTest.testRemoveReadLockOwner [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* LockStateCacheTest.testSetWriteLockOwner [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* LockStateCacheTest.testSetWriteOptionOwner [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* LockStateCacheTest.testUnsetWriteLockOwner [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* LockStateCacheTest.testUnsetWriteOptionOwner [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* LockingManagerRestartSessionTest.testDisableDurableLocking [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* LockingManagerRestartSessionTest.testDisableDurableLockingAfterRestart [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* LockingManagerRestartSessionTest.testDisableDurableLockingAndReleaseLocks [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* LockingManagerRestartSessionTest.testDuplicateOpenView [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* LockingManagerRestartSessionTest.testDuplicateOpenViewAfterRestart [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* LockingManagerRestartSessionTest.testDurableViewHandler [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* LockingManagerRestartSessionTest.testEnableDurableLockingWithNewObject [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* LockingManagerRestartSessionTest.testGetDurableLockingID [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* LockingManagerRestartSessionTest.testKeepDurableLockingID [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* LockingManagerRestartSessionTest.testLockDowngradeAfterEnable [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* LockingManagerRestartSessionTest.testLockDowngradeBeforeEnable [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* LockingManagerRestartSessionTest.testLockUpgradeAfterEnable [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* LockingManagerRestartSessionTest.testLockUpgradeBeforeEnable [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* LockingManagerRestartSessionTest.testReadLockAfterEnable [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* LockingManagerRestartSessionTest.testReadLockBeforeEnable [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* LockingManagerRestartSessionTest.testWriteLockAfterEnable [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* LockingManagerRestartSessionTest.testWriteLockBeforeEnable [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* LockingManagerRestartSessionTest.testWriteOptionAfterEnable [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* LockingManagerRestartSessionTest.testWriteOptionBeforeEnable [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* LockingManagerRestartSessionTest.testWrongDurableLockingID [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* LockingManagerRestartSessionTest.testWrongReadOnly [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* LockingManagerRestartSessionTest.testWrongReadOnlyAfterRestart [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* LockingManagerRestartTransactionTest.testDisableDurableLocking [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* LockingManagerRestartTransactionTest.testDisableDurableLockingAfterRestart [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* LockingManagerRestartTransactionTest.testDisableDurableLockingAndReleaseLocks [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* LockingManagerRestartTransactionTest.testDuplicateOpenView [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* LockingManagerRestartTransactionTest.testDuplicateOpenViewAfterRestart [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* LockingManagerRestartTransactionTest.testDurableViewHandler [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* LockingManagerRestartTransactionTest.testEnableDurableLockingWithNewObject [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* LockingManagerRestartTransactionTest.testGetDurableLockingID [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* LockingManagerRestartTransactionTest.testKeepDurableLockingID [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* LockingManagerRestartTransactionTest.testLockDowngradeAfterEnable [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* LockingManagerRestartTransactionTest.testLockDowngradeBeforeEnable [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* LockingManagerRestartTransactionTest.testLockUpgradeAfterEnable [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* LockingManagerRestartTransactionTest.testLockUpgradeBeforeEnable [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* LockingManagerRestartTransactionTest.testReadLockAfterEnable [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* LockingManagerRestartTransactionTest.testReadLockBeforeEnable [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* LockingManagerRestartTransactionTest.testWriteLockAfterEnable [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* LockingManagerRestartTransactionTest.testWriteLockBeforeEnable [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* LockingManagerRestartTransactionTest.testWriteOptionAfterEnable [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* LockingManagerRestartTransactionTest.testWriteOptionBeforeEnable [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* LockingManagerRestartTransactionTest.testWrongDurableLockingID [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* LockingManagerRestartTransactionTest.testWrongReadOnly [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* LockingManagerRestartTransactionTest.testWrongReadOnlyAfterRestart [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* LockingManagerTest.testAcquiredLock [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* LockingManagerTest.testAutoReleaseExplicitLocks [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* LockingManagerTest.testAutoReleaseLockFalse_commit [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* LockingManagerTest.testAutoReleaseLockFalse_rollback [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* LockingManagerTest.testAutoReleaseLocks [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* LockingManagerTest.testAutoReleaseLocksOnUnchangedObject [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* LockingManagerTest.testAutoReleaseReadLockWithLockedByOthers [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* LockingManagerTest.testAutoReleaseWriteLockWithLockedByOthers [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* LockingManagerTest.testBasicUpgradeFromReadToWriteLock [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* LockingManagerTest.testBasicWrongUnlock [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* LockingManagerTest.testBugzilla_270345 [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* LockingManagerTest.testDeleteLockedObject [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* LockingManagerTest.testDetachedObjects [MEM-branching, JVM, Legacy] ******************************************************* [ERROR] Object OID4 not found in branch Branch[id=0, name=MAIN] (possibly detached) java.lang.IllegalArgumentException: Object OID4 not found in branch Branch[id=0, name=MAIN] (possibly detached) at org.eclipse.emf.cdo.internal.server.Repository.checkStaleRevisions(Repository.java:2284) at org.eclipse.emf.cdo.internal.server.Repository.doLock(Repository.java:2344) at org.eclipse.emf.cdo.internal.server.Repository.lock(Repository.java:2317) at org.eclipse.emf.cdo.server.internal.net4j.protocol.LockObjectsIndication.indicating(LockObjectsIndication.java:65) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerIndication.indicating(CDOServerIndication.java:107) at org.eclipse.net4j.signal.IndicationWithResponse.doExtendedInput(IndicationWithResponse.java:94) at org.eclipse.net4j.signal.Signal.doInput(Signal.java:434) at org.eclipse.net4j.signal.IndicationWithResponse.execute(IndicationWithResponse.java:72) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerWriteIndication.execute(CDOServerWriteIndication.java:34) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) ******************************************************* LockingManagerTest.testLockContention [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* LockingManagerTest.testLockContentionRecursive [MEM-branching, JVM, Legacy] ******************************************************* CDOLockOwner[2:1] locking org.eclipse.emf.cdo.tests.model1.legacy.impl.CategoryImpl@613d42ab (name: null) CDOLockOwner[2:1] locking org.eclipse.emf.cdo.tests.model1.legacy.impl.CompanyImpl@786e2c5e (name: null, street: null, city: null) CDOLockOwner[2:1] unlocking org.eclipse.emf.cdo.tests.model1.legacy.impl.CategoryImpl@613d42ab (name: null) ******************************************************* LockingManagerTest.testLockDetached [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* LockingManagerTest.testLockOnNewObject [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* LockingManagerTest.testLockRefreshForHeldLock [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* LockingManagerTest.testLockUnlock [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* LockingManagerTest.testReadLockAndCommitFromDifferentTransaction [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* LockingManagerTest.testReadLockAndCommitSameTransaction [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* LockingManagerTest.testReadLockByOthers [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* LockingManagerTest.testReadLockMultiple [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* LockingManagerTest.testReadLockStaleRevision [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* LockingManagerTest.testReadLockedByOthers [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* LockingManagerTest.testReadTimeout [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* LockingManagerTest.testReadUnlockMultiple [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* LockingManagerTest.testRecursiveLock [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* LockingManagerTest.testRefreshLockStates [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* LockingManagerTest.testSessionClose [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* LockingManagerTest.testTransactionClose [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* LockingManagerTest.testTransactionGetLockStates [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* LockingManagerTest.testUnlockAll [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* LockingManagerTest.testViewGetLockStates [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* LockingManagerTest.testWriteLock [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* LockingManagerTest.testWriteLockAndCommitFromDifferentTransaction [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* LockingManagerTest.testWriteLockAndCommitSameTransaction [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* LockingManagerTest.testWriteLockAndRollback [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* LockingManagerTest.testWriteLockByOthers [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* LockingManagerTest.testWriteLockFromDifferenceTransaction [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* LockingManagerTest.testWriteLockMultiple [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* LockingManagerTest.testWriteLockPerformance [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* LockingManagerTest.testWriteLockStaleRevision [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* LockingManagerTest.testWriteLockViaObject [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* LockingManagerTest.testWriteOptions [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* LockingManagerTest.testWriteUnlockMultiple [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* LockingNotificationsTest.testCloseViewDifferentSession [MEM-branching, JVM, Legacy] ******************************************************* CDOViewLocksChangedEvent[source=View 1 [MAIN], sender=null, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:11:16.625], deltas=[ADDED_WRITE[OID4:0 + 2:1]]]] CDOViewLocksChangedEvent[source=View 1 [MAIN], sender=null, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:11:16.627], deltas=[REMOVED_WRITE[OID4:0 - 2:1]]]] ******************************************************* LockingNotificationsTest.testCloseViewSameSession [MEM-branching, JVM, Legacy] ******************************************************* CDOViewLocksChangedEvent[source=View 2 [MAIN], sender=Transaction 1 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:11:16.647], deltas=[ADDED_WRITE[OID4:0 + 2:1]]]] CDOViewLocksChangedEvent[source=View 2 [MAIN], sender=Transaction 1 [closed], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:11:16.645], deltas=[REMOVED_WRITE[OID4:0 - 2:1]]]] ******************************************************* LockingNotificationsTest.testDifferentBranchDifferentSession [MEM-branching, JVM, Legacy] ******************************************************* CDOViewLocksChangedEvent[source=Transaction 1 [MAIN], sender=Transaction 1 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:11:16.669], deltas=[ADDED_WRITE[OID4:0 + 2:1]]]] CDOViewLocksChangedEvent[source=Transaction 1 [MAIN], sender=Transaction 1 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:11:16.770], deltas=[REMOVED_WRITE[OID4:0 - 2:1]]]] CDOViewLocksChangedEvent[source=Transaction 1 [MAIN], sender=Transaction 1 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:11:16.771], deltas=[ADDED_READ[OID4:0 + 2:1]]]] CDOViewLocksChangedEvent[source=Transaction 1 [MAIN], sender=Transaction 1 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:11:16.771], deltas=[REMOVED_READ[OID4:0 - 2:1]]]] CDOViewLocksChangedEvent[source=Transaction 1 [MAIN], sender=Transaction 1 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:11:16.772], deltas=[ADDED_OPTION[OID4:0 + 2:1]]]] CDOViewLocksChangedEvent[source=Transaction 1 [MAIN], sender=Transaction 1 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:11:16.772], deltas=[REMOVED_OPTION[OID4:0 - 2:1]]]] ******************************************************* LockingNotificationsTest.testDifferentBranchDifferentSession_WithAutoRelease [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* LockingNotificationsTest.testDifferentBranchSameSession [MEM-branching, JVM, Legacy] ******************************************************* CDOViewLocksChangedEvent[source=Transaction 2 [MAIN], sender=Transaction 2 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:11:17.426], deltas=[ADDED_WRITE[OID4:0 + 2:2]]]] CDOViewLocksChangedEvent[source=Transaction 2 [MAIN], sender=Transaction 2 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:11:17.527], deltas=[REMOVED_WRITE[OID4:0 - 2:2]]]] CDOViewLocksChangedEvent[source=Transaction 2 [MAIN], sender=Transaction 2 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:11:17.528], deltas=[ADDED_READ[OID4:0 + 2:2]]]] CDOViewLocksChangedEvent[source=Transaction 2 [MAIN], sender=Transaction 2 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:11:17.528], deltas=[REMOVED_READ[OID4:0 - 2:2]]]] CDOViewLocksChangedEvent[source=Transaction 2 [MAIN], sender=Transaction 2 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:11:17.529], deltas=[ADDED_OPTION[OID4:0 + 2:2]]]] CDOViewLocksChangedEvent[source=Transaction 2 [MAIN], sender=Transaction 2 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:11:17.529], deltas=[REMOVED_OPTION[OID4:0 - 2:2]]]] ******************************************************* LockingNotificationsTest.testDifferentBranchSameSession_WithAutoRelease [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* LockingNotificationsTest.testEnableDisableNotifications [MEM-branching, JVM, Legacy] ******************************************************* CDOViewLocksChangedEvent[source=Transaction 1 [MAIN], sender=Transaction 1 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:11:18.180], deltas=[ADDED_WRITE[OID4:0 + 2:1]]]] CDOViewLocksChangedEvent[source=Transaction 1 [MAIN], sender=Transaction 1 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:11:18.281], deltas=[REMOVED_WRITE[OID4:0 - 2:1]]]] CDOViewLocksChangedEvent[source=Transaction 1 [MAIN], sender=Transaction 1 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:11:18.282], deltas=[ADDED_READ[OID4:0 + 2:1]]]] CDOViewLocksChangedEvent[source=Transaction 1 [MAIN], sender=Transaction 1 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:11:18.283], deltas=[REMOVED_READ[OID4:0 - 2:1]]]] CDOViewLocksChangedEvent[source=Transaction 1 [MAIN], sender=Transaction 1 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:11:18.283], deltas=[ADDED_OPTION[OID4:0 + 2:1]]]] CDOViewLocksChangedEvent[source=Transaction 1 [MAIN], sender=Transaction 1 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:11:18.284], deltas=[REMOVED_OPTION[OID4:0 - 2:1]]]] CDOViewLocksChangedEvent[source=Transaction 2 [MAIN], sender=Transaction 2 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:11:18.290], deltas=[ADDED_WRITE[OID5:0 + 2:2]]]] CDOViewLocksChangedEvent[source=View 1 [MAIN], sender=null, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:11:18.290], deltas=[ADDED_WRITE[OID5:0 + 2:2]]]] CDOViewLocksChangedEvent[source=View 1 [MAIN], sender=null, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:11:18.290], deltas=[ADDED_WRITE[OID5:0 + 2:2]]]] CDOViewLocksChangedEvent[source=View 1 [MAIN], sender=null, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:11:18.291], deltas=[REMOVED_WRITE[OID5:0 - 2:2]]]] CDOViewLocksChangedEvent[source=Transaction 2 [MAIN], sender=Transaction 2 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:11:18.291], deltas=[REMOVED_WRITE[OID5:0 - 2:2]]]] CDOViewLocksChangedEvent[source=View 1 [MAIN], sender=null, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:11:18.291], deltas=[REMOVED_WRITE[OID5:0 - 2:2]]]] CDOViewLocksChangedEvent[source=View 1 [MAIN], sender=null, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:11:18.292], deltas=[ADDED_READ[OID5:0 + 2:2]]]] CDOViewLocksChangedEvent[source=Transaction 2 [MAIN], sender=Transaction 2 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:11:18.292], deltas=[ADDED_READ[OID5:0 + 2:2]]]] CDOViewLocksChangedEvent[source=View 1 [MAIN], sender=null, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:11:18.292], deltas=[ADDED_READ[OID5:0 + 2:2]]]] CDOViewLocksChangedEvent[source=Transaction 2 [MAIN], sender=Transaction 2 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:11:18.293], deltas=[REMOVED_READ[OID5:0 - 2:2]]]] CDOViewLocksChangedEvent[source=View 1 [MAIN], sender=null, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:11:18.293], deltas=[REMOVED_READ[OID5:0 - 2:2]]]] CDOViewLocksChangedEvent[source=View 1 [MAIN], sender=null, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:11:18.293], deltas=[REMOVED_READ[OID5:0 - 2:2]]]] CDOViewLocksChangedEvent[source=Transaction 2 [MAIN], sender=Transaction 2 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:11:18.294], deltas=[ADDED_OPTION[OID5:0 + 2:2]]]] CDOViewLocksChangedEvent[source=View 1 [MAIN], sender=null, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:11:18.294], deltas=[ADDED_OPTION[OID5:0 + 2:2]]]] CDOViewLocksChangedEvent[source=View 1 [MAIN], sender=null, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:11:18.294], deltas=[ADDED_OPTION[OID5:0 + 2:2]]]] CDOViewLocksChangedEvent[source=Transaction 2 [MAIN], sender=Transaction 2 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:11:18.300], deltas=[REMOVED_OPTION[OID5:0 - 2:2]]]] CDOViewLocksChangedEvent[source=View 1 [MAIN], sender=null, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:11:18.300], deltas=[REMOVED_OPTION[OID5:0 - 2:2]]]] CDOViewLocksChangedEvent[source=View 1 [MAIN], sender=null, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:11:18.300], deltas=[REMOVED_OPTION[OID5:0 - 2:2]]]] CDOViewLocksChangedEvent[source=Transaction 3 [MAIN], sender=Transaction 3 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:11:18.304], deltas=[ADDED_WRITE[OID6:0 + 2:3]]]] CDOViewLocksChangedEvent[source=Transaction 3 [MAIN], sender=Transaction 3 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:11:18.405], deltas=[REMOVED_WRITE[OID6:0 - 2:3]]]] CDOViewLocksChangedEvent[source=Transaction 3 [MAIN], sender=Transaction 3 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:11:18.406], deltas=[ADDED_READ[OID6:0 + 2:3]]]] CDOViewLocksChangedEvent[source=Transaction 3 [MAIN], sender=Transaction 3 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:11:18.406], deltas=[REMOVED_READ[OID6:0 - 2:3]]]] CDOViewLocksChangedEvent[source=Transaction 3 [MAIN], sender=Transaction 3 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:11:18.407], deltas=[ADDED_OPTION[OID6:0 + 2:3]]]] CDOViewLocksChangedEvent[source=Transaction 3 [MAIN], sender=Transaction 3 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:11:18.407], deltas=[REMOVED_OPTION[OID6:0 - 2:3]]]] ******************************************************* LockingNotificationsTest.testEnableDisableNotificationsSameSession [MEM-branching, JVM, Legacy] ******************************************************* CDOViewLocksChangedEvent[source=Transaction 2 [MAIN], sender=Transaction 2 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:11:18.429], deltas=[ADDED_WRITE[OID4:0 + 2:2]]]] CDOViewLocksChangedEvent[source=Transaction 2 [MAIN], sender=Transaction 2 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:11:18.530], deltas=[REMOVED_WRITE[OID4:0 - 2:2]]]] CDOViewLocksChangedEvent[source=Transaction 2 [MAIN], sender=Transaction 2 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:11:18.531], deltas=[ADDED_READ[OID4:0 + 2:2]]]] CDOViewLocksChangedEvent[source=Transaction 2 [MAIN], sender=Transaction 2 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:11:18.531], deltas=[REMOVED_READ[OID4:0 - 2:2]]]] CDOViewLocksChangedEvent[source=Transaction 2 [MAIN], sender=Transaction 2 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:11:18.532], deltas=[ADDED_OPTION[OID4:0 + 2:2]]]] CDOViewLocksChangedEvent[source=Transaction 2 [MAIN], sender=Transaction 2 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:11:18.532], deltas=[REMOVED_OPTION[OID4:0 - 2:2]]]] CDOViewLocksChangedEvent[source=Transaction 3 [MAIN], sender=Transaction 3 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:11:18.536], deltas=[ADDED_WRITE[OID5:0 + 2:3]]]] CDOViewLocksChangedEvent[source=View 1 [MAIN], sender=Transaction 3 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:11:18.536], deltas=[ADDED_WRITE[OID5:0 + 2:3]]]] CDOViewLocksChangedEvent[source=View 1 [MAIN], sender=Transaction 3 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:11:18.536], deltas=[ADDED_WRITE[OID5:0 + 2:3]]]] CDOViewLocksChangedEvent[source=Transaction 3 [MAIN], sender=Transaction 3 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:11:18.537], deltas=[REMOVED_WRITE[OID5:0 - 2:3]]]] CDOViewLocksChangedEvent[source=View 1 [MAIN], sender=Transaction 3 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:11:18.537], deltas=[REMOVED_WRITE[OID5:0 - 2:3]]]] CDOViewLocksChangedEvent[source=View 1 [MAIN], sender=Transaction 3 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:11:18.537], deltas=[REMOVED_WRITE[OID5:0 - 2:3]]]] CDOViewLocksChangedEvent[source=Transaction 3 [MAIN], sender=Transaction 3 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:11:18.538], deltas=[ADDED_READ[OID5:0 + 2:3]]]] CDOViewLocksChangedEvent[source=View 1 [MAIN], sender=Transaction 3 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:11:18.538], deltas=[ADDED_READ[OID5:0 + 2:3]]]] CDOViewLocksChangedEvent[source=View 1 [MAIN], sender=Transaction 3 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:11:18.538], deltas=[ADDED_READ[OID5:0 + 2:3]]]] CDOViewLocksChangedEvent[source=Transaction 3 [MAIN], sender=Transaction 3 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:11:18.538], deltas=[REMOVED_READ[OID5:0 - 2:3]]]] CDOViewLocksChangedEvent[source=View 1 [MAIN], sender=Transaction 3 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:11:18.538], deltas=[REMOVED_READ[OID5:0 - 2:3]]]] CDOViewLocksChangedEvent[source=View 1 [MAIN], sender=Transaction 3 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:11:18.538], deltas=[REMOVED_READ[OID5:0 - 2:3]]]] CDOViewLocksChangedEvent[source=Transaction 3 [MAIN], sender=Transaction 3 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:11:18.539], deltas=[ADDED_OPTION[OID5:0 + 2:3]]]] CDOViewLocksChangedEvent[source=View 1 [MAIN], sender=Transaction 3 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:11:18.539], deltas=[ADDED_OPTION[OID5:0 + 2:3]]]] CDOViewLocksChangedEvent[source=View 1 [MAIN], sender=Transaction 3 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:11:18.539], deltas=[ADDED_OPTION[OID5:0 + 2:3]]]] CDOViewLocksChangedEvent[source=Transaction 3 [MAIN], sender=Transaction 3 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:11:18.540], deltas=[REMOVED_OPTION[OID5:0 - 2:3]]]] CDOViewLocksChangedEvent[source=View 1 [MAIN], sender=Transaction 3 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:11:18.540], deltas=[REMOVED_OPTION[OID5:0 - 2:3]]]] CDOViewLocksChangedEvent[source=View 1 [MAIN], sender=Transaction 3 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:11:18.540], deltas=[REMOVED_OPTION[OID5:0 - 2:3]]]] CDOViewLocksChangedEvent[source=Transaction 4 [MAIN], sender=Transaction 4 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:11:18.543], deltas=[ADDED_WRITE[OID6:0 + 2:4]]]] CDOViewLocksChangedEvent[source=Transaction 4 [MAIN], sender=Transaction 4 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:11:18.644], deltas=[REMOVED_WRITE[OID6:0 - 2:4]]]] CDOViewLocksChangedEvent[source=Transaction 4 [MAIN], sender=Transaction 4 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:11:18.644], deltas=[ADDED_READ[OID6:0 + 2:4]]]] CDOViewLocksChangedEvent[source=Transaction 4 [MAIN], sender=Transaction 4 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:11:18.645], deltas=[REMOVED_READ[OID6:0 - 2:4]]]] CDOViewLocksChangedEvent[source=Transaction 4 [MAIN], sender=Transaction 4 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:11:18.645], deltas=[ADDED_OPTION[OID6:0 + 2:4]]]] CDOViewLocksChangedEvent[source=Transaction 4 [MAIN], sender=Transaction 4 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:11:18.646], deltas=[REMOVED_OPTION[OID6:0 - 2:4]]]] ******************************************************* LockingNotificationsTest.testEventForNewObjects [MEM-branching, JVM, Legacy] ******************************************************* CDOViewLocksChangedEvent[source=Transaction 1 [MAIN], sender=Transaction 1 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, *], deltas=[ADDED_WRITE[oid3:0 + 2:1]]]] CDOViewLocksChangedEvent[source=Transaction 1 [MAIN], sender=Transaction 1 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, *], deltas=[REMOVED_WRITE[oid3:0 - 2:1], null]]] ******************************************************* LockingNotificationsTest.testLockStateHeldByDurableView [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* LockingNotificationsTest.testLockStateTransientAndNew [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* LockingNotificationsTest.testSameBranchDifferentSession_WithAutoRelease [MEM-branching, JVM, Legacy] ******************************************************* CDOViewLocksChangedEvent[source=View 1 [MAIN], sender=null, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:11:18.728], deltas=[ADDED_READ[OID4:0 + 2:1]]]] Thread[server-thread-13,5,server] at org.eclipse.net4j.util.tests.TestListener2.notifyEvent(TestListener2.java:116) at org.eclipse.net4j.util.event.Notifier.fireEventSafe(Notifier.java:240) at org.eclipse.net4j.util.event.Notifier.fireEvent(Notifier.java:167) at org.eclipse.emf.internal.cdo.view.CDOViewImpl.fireLocksChangedEvent(CDOViewImpl.java:594) at org.eclipse.emf.internal.cdo.view.CDOViewImpl.handleLockNotification(CDOViewImpl.java:585) at org.eclipse.emf.internal.cdo.session.CDOSessionImpl.doHandleLockNotification(CDOSessionImpl.java:1294) at org.eclipse.emf.cdo.tests.AbstractLockingTest$LockingSessionConfiguration$1.doHandleLockNotification(AbstractLockingTest.java:166) at org.eclipse.emf.internal.cdo.session.CDOSessionImpl.handleLockNotification(CDOSessionImpl.java:1258) at org.eclipse.emf.cdo.tests.AbstractLockingTest$LockingSessionConfiguration$1.handleLockNotification(AbstractLockingTest.java:160) at org.eclipse.emf.cdo.internal.net4j.protocol.LockNotificationIndication.indicating(LockNotificationIndication.java:36) at org.eclipse.emf.cdo.internal.net4j.protocol.CDOClientIndication.indicating(CDOClientIndication.java:77) at org.eclipse.net4j.signal.Indication.doExtendedInput(Indication.java:57) at org.eclipse.net4j.signal.Signal.doInput(Signal.java:434) at org.eclipse.net4j.signal.Indication.execute(Indication.java:51) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) CDOViewLocksChangedEvent[source=View 1 [MAIN], sender=null, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:11:18.729], deltas=[REMOVED_READ[OID4:0 - 2:1]]]] Thread[server-thread-17,5,server] at org.eclipse.net4j.util.tests.TestListener2.notifyEvent(TestListener2.java:116) at org.eclipse.net4j.util.event.Notifier.fireEventSafe(Notifier.java:240) at org.eclipse.net4j.util.event.Notifier.fireEvent(Notifier.java:167) at org.eclipse.emf.internal.cdo.view.CDOViewImpl.fireLocksChangedEvent(CDOViewImpl.java:594) at org.eclipse.emf.internal.cdo.view.CDOViewImpl.doInvalidateUnsynced(CDOViewImpl.java:1216) at org.eclipse.emf.internal.cdo.view.CDOViewImpl.doInvalidate(CDOViewImpl.java:1132) at org.eclipse.emf.internal.cdo.view.CDOViewImpl$ViewInvalidation.doRun(CDOViewImpl.java:2907) at org.eclipse.net4j.util.concurrent.RunnableWithName.run(RunnableWithName.java:29) at org.eclipse.net4j.util.concurrent.SerializingExecutor.run(SerializingExecutor.java:82) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) CDOViewLocksChangedEvent[source=View 1 [MAIN], sender=null, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:11:18.730], deltas=[ADDED_WRITE[OID4:0 + 2:1]]]] Thread[server-thread-28,5,server] at org.eclipse.net4j.util.tests.TestListener2.notifyEvent(TestListener2.java:116) at org.eclipse.net4j.util.event.Notifier.fireEventSafe(Notifier.java:240) at org.eclipse.net4j.util.event.Notifier.fireEvent(Notifier.java:167) at org.eclipse.emf.internal.cdo.view.CDOViewImpl.fireLocksChangedEvent(CDOViewImpl.java:594) at org.eclipse.emf.internal.cdo.view.CDOViewImpl.handleLockNotification(CDOViewImpl.java:585) at org.eclipse.emf.internal.cdo.session.CDOSessionImpl.doHandleLockNotification(CDOSessionImpl.java:1294) at org.eclipse.emf.cdo.tests.AbstractLockingTest$LockingSessionConfiguration$1.doHandleLockNotification(AbstractLockingTest.java:166) at org.eclipse.emf.internal.cdo.session.CDOSessionImpl.handleLockNotification(CDOSessionImpl.java:1258) at org.eclipse.emf.cdo.tests.AbstractLockingTest$LockingSessionConfiguration$1.handleLockNotification(AbstractLockingTest.java:160) at org.eclipse.emf.cdo.internal.net4j.protocol.LockNotificationIndication.indicating(LockNotificationIndication.java:36) at org.eclipse.emf.cdo.internal.net4j.protocol.CDOClientIndication.indicating(CDOClientIndication.java:77) at org.eclipse.net4j.signal.Indication.doExtendedInput(Indication.java:57) at org.eclipse.net4j.signal.Signal.doInput(Signal.java:434) at org.eclipse.net4j.signal.Indication.execute(Indication.java:51) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) CDOViewLocksChangedEvent[source=View 1 [MAIN], sender=null, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:11:18.731], deltas=[REMOVED_WRITE[OID4:0 - 2:1]]]] Thread[server-thread-10,5,server] at org.eclipse.net4j.util.tests.TestListener2.notifyEvent(TestListener2.java:116) at org.eclipse.net4j.util.event.Notifier.fireEventSafe(Notifier.java:240) at org.eclipse.net4j.util.event.Notifier.fireEvent(Notifier.java:167) at org.eclipse.emf.internal.cdo.view.CDOViewImpl.fireLocksChangedEvent(CDOViewImpl.java:594) at org.eclipse.emf.internal.cdo.view.CDOViewImpl.doInvalidateUnsynced(CDOViewImpl.java:1216) at org.eclipse.emf.internal.cdo.view.CDOViewImpl.doInvalidate(CDOViewImpl.java:1132) at org.eclipse.emf.internal.cdo.view.CDOViewImpl$ViewInvalidation.doRun(CDOViewImpl.java:2907) at org.eclipse.net4j.util.concurrent.RunnableWithName.run(RunnableWithName.java:29) at org.eclipse.net4j.util.concurrent.SerializingExecutor.run(SerializingExecutor.java:82) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) CDOViewLocksChangedEvent[source=View 1 [MAIN], sender=null, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:11:18.732], deltas=[ADDED_OPTION[OID4:0 + 2:1]]]] Thread[server-thread-9,5,server] at org.eclipse.net4j.util.tests.TestListener2.notifyEvent(TestListener2.java:116) at org.eclipse.net4j.util.event.Notifier.fireEventSafe(Notifier.java:240) at org.eclipse.net4j.util.event.Notifier.fireEvent(Notifier.java:167) at org.eclipse.emf.internal.cdo.view.CDOViewImpl.fireLocksChangedEvent(CDOViewImpl.java:594) at org.eclipse.emf.internal.cdo.view.CDOViewImpl.handleLockNotification(CDOViewImpl.java:585) at org.eclipse.emf.internal.cdo.session.CDOSessionImpl.doHandleLockNotification(CDOSessionImpl.java:1294) at org.eclipse.emf.cdo.tests.AbstractLockingTest$LockingSessionConfiguration$1.doHandleLockNotification(AbstractLockingTest.java:166) at org.eclipse.emf.internal.cdo.session.CDOSessionImpl.handleLockNotification(CDOSessionImpl.java:1258) at org.eclipse.emf.cdo.tests.AbstractLockingTest$LockingSessionConfiguration$1.handleLockNotification(AbstractLockingTest.java:160) at org.eclipse.emf.cdo.internal.net4j.protocol.LockNotificationIndication.indicating(LockNotificationIndication.java:36) at org.eclipse.emf.cdo.internal.net4j.protocol.CDOClientIndication.indicating(CDOClientIndication.java:77) at org.eclipse.net4j.signal.Indication.doExtendedInput(Indication.java:57) at org.eclipse.net4j.signal.Signal.doInput(Signal.java:434) at org.eclipse.net4j.signal.Indication.execute(Indication.java:51) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) CDOViewLocksChangedEvent[source=View 1 [MAIN], sender=null, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:11:18.733], deltas=[REMOVED_OPTION[OID4:0 - 2:1]]]] Thread[server-thread-24,5,server] at org.eclipse.net4j.util.tests.TestListener2.notifyEvent(TestListener2.java:116) at org.eclipse.net4j.util.event.Notifier.fireEventSafe(Notifier.java:240) at org.eclipse.net4j.util.event.Notifier.fireEvent(Notifier.java:167) at org.eclipse.emf.internal.cdo.view.CDOViewImpl.fireLocksChangedEvent(CDOViewImpl.java:594) at org.eclipse.emf.internal.cdo.view.CDOViewImpl.doInvalidateUnsynced(CDOViewImpl.java:1216) at org.eclipse.emf.internal.cdo.view.CDOViewImpl.doInvalidate(CDOViewImpl.java:1132) at org.eclipse.emf.internal.cdo.view.CDOViewImpl$ViewInvalidation.doRun(CDOViewImpl.java:2907) at org.eclipse.net4j.util.concurrent.RunnableWithName.run(RunnableWithName.java:29) at org.eclipse.net4j.util.concurrent.SerializingExecutor.run(SerializingExecutor.java:82) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) ******************************************************* LockingNotificationsTest.testSameBranchDifferentSession_WithoutAutoRelease [MEM-branching, JVM, Legacy] ******************************************************* CDOViewLocksChangedEvent[source=Transaction 1 [MAIN], sender=Transaction 1 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:11:18.754], deltas=[ADDED_WRITE[OID4:0 + 2:1]]]] CDOViewLocksChangedEvent[source=View 1 [MAIN], sender=null, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:11:18.754], deltas=[ADDED_WRITE[OID4:0 + 2:1]]]] CDOViewLocksChangedEvent[source=View 1 [MAIN], sender=null, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:11:18.755], deltas=[REMOVED_WRITE[OID4:0 - 2:1]]]] CDOViewLocksChangedEvent[source=Transaction 1 [MAIN], sender=Transaction 1 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:11:18.755], deltas=[REMOVED_WRITE[OID4:0 - 2:1]]]] CDOViewLocksChangedEvent[source=View 1 [MAIN], sender=null, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:11:18.755], deltas=[ADDED_READ[OID4:0 + 2:1]]]] CDOViewLocksChangedEvent[source=Transaction 1 [MAIN], sender=Transaction 1 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:11:18.755], deltas=[ADDED_READ[OID4:0 + 2:1]]]] CDOViewLocksChangedEvent[source=Transaction 1 [MAIN], sender=Transaction 1 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:11:18.756], deltas=[REMOVED_READ[OID4:0 - 2:1]]]] CDOViewLocksChangedEvent[source=View 1 [MAIN], sender=null, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:11:18.756], deltas=[REMOVED_READ[OID4:0 - 2:1]]]] CDOViewLocksChangedEvent[source=View 1 [MAIN], sender=null, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:11:18.757], deltas=[ADDED_OPTION[OID4:0 + 2:1]]]] CDOViewLocksChangedEvent[source=Transaction 1 [MAIN], sender=Transaction 1 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:11:18.757], deltas=[ADDED_OPTION[OID4:0 + 2:1]]]] CDOViewLocksChangedEvent[source=View 1 [MAIN], sender=null, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:11:18.757], deltas=[REMOVED_OPTION[OID4:0 - 2:1]]]] CDOViewLocksChangedEvent[source=Transaction 1 [MAIN], sender=Transaction 1 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:11:18.757], deltas=[REMOVED_OPTION[OID4:0 - 2:1]]]] ******************************************************* LockingNotificationsTest.testSameBranchSameSession_WithAutoRelease [MEM-branching, JVM, Legacy] ******************************************************* CDOViewLocksChangedEvent[source=View 1 [MAIN], sender=Transaction 2 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:11:18.777], deltas=[ADDED_READ[OID4:0 + 2:2]]]] Thread[server-thread-4,5,server] at org.eclipse.net4j.util.tests.TestListener2.notifyEvent(TestListener2.java:116) at org.eclipse.net4j.util.event.Notifier.fireEventSafe(Notifier.java:240) at org.eclipse.net4j.util.event.Notifier.fireEvent(Notifier.java:167) at org.eclipse.emf.internal.cdo.view.CDOViewImpl.fireLocksChangedEvent(CDOViewImpl.java:594) at org.eclipse.emf.internal.cdo.view.CDOViewImpl.handleLockNotification(CDOViewImpl.java:585) at org.eclipse.emf.internal.cdo.session.CDOSessionImpl.doHandleLockNotification(CDOSessionImpl.java:1294) at org.eclipse.emf.cdo.tests.AbstractLockingTest$LockingSessionConfiguration$1.doHandleLockNotification(AbstractLockingTest.java:166) at org.eclipse.emf.internal.cdo.session.CDOSessionImpl.lambda$3(CDOSessionImpl.java:1254) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) CDOViewLocksChangedEvent[source=View 1 [MAIN], sender=null, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:11:18.778], deltas=[REMOVED_READ[OID4:0 - 2:2]]]] Thread[server-thread-26,5,server] at org.eclipse.net4j.util.tests.TestListener2.notifyEvent(TestListener2.java:116) at org.eclipse.net4j.util.event.Notifier.fireEventSafe(Notifier.java:240) at org.eclipse.net4j.util.event.Notifier.fireEvent(Notifier.java:167) at org.eclipse.emf.internal.cdo.view.CDOViewImpl.fireLocksChangedEvent(CDOViewImpl.java:594) at org.eclipse.emf.internal.cdo.view.CDOViewImpl.doInvalidateUnsynced(CDOViewImpl.java:1216) at org.eclipse.emf.internal.cdo.view.CDOViewImpl.doInvalidate(CDOViewImpl.java:1132) at org.eclipse.emf.internal.cdo.view.CDOViewImpl$ViewInvalidation.doRun(CDOViewImpl.java:2907) at org.eclipse.net4j.util.concurrent.RunnableWithName.run(RunnableWithName.java:29) at org.eclipse.net4j.util.concurrent.SerializingExecutor.run(SerializingExecutor.java:82) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) CDOViewLocksChangedEvent[source=View 1 [MAIN], sender=Transaction 2 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:11:18.779], deltas=[ADDED_WRITE[OID4:0 + 2:2]]]] Thread[server-thread-46,5,server] at org.eclipse.net4j.util.tests.TestListener2.notifyEvent(TestListener2.java:116) at org.eclipse.net4j.util.event.Notifier.fireEventSafe(Notifier.java:240) at org.eclipse.net4j.util.event.Notifier.fireEvent(Notifier.java:167) at org.eclipse.emf.internal.cdo.view.CDOViewImpl.fireLocksChangedEvent(CDOViewImpl.java:594) at org.eclipse.emf.internal.cdo.view.CDOViewImpl.handleLockNotification(CDOViewImpl.java:585) at org.eclipse.emf.internal.cdo.session.CDOSessionImpl.doHandleLockNotification(CDOSessionImpl.java:1294) at org.eclipse.emf.cdo.tests.AbstractLockingTest$LockingSessionConfiguration$1.doHandleLockNotification(AbstractLockingTest.java:166) at org.eclipse.emf.internal.cdo.session.CDOSessionImpl.lambda$3(CDOSessionImpl.java:1254) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) CDOViewLocksChangedEvent[source=View 1 [MAIN], sender=null, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:11:18.780], deltas=[REMOVED_WRITE[OID4:0 - 2:2]]]] Thread[server-thread-38,5,server] at org.eclipse.net4j.util.tests.TestListener2.notifyEvent(TestListener2.java:116) at org.eclipse.net4j.util.event.Notifier.fireEventSafe(Notifier.java:240) at org.eclipse.net4j.util.event.Notifier.fireEvent(Notifier.java:167) at org.eclipse.emf.internal.cdo.view.CDOViewImpl.fireLocksChangedEvent(CDOViewImpl.java:594) at org.eclipse.emf.internal.cdo.view.CDOViewImpl.doInvalidateUnsynced(CDOViewImpl.java:1216) at org.eclipse.emf.internal.cdo.view.CDOViewImpl.doInvalidate(CDOViewImpl.java:1132) at org.eclipse.emf.internal.cdo.view.CDOViewImpl$ViewInvalidation.doRun(CDOViewImpl.java:2907) at org.eclipse.net4j.util.concurrent.RunnableWithName.run(RunnableWithName.java:29) at org.eclipse.net4j.util.concurrent.SerializingExecutor.run(SerializingExecutor.java:82) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) CDOViewLocksChangedEvent[source=View 1 [MAIN], sender=Transaction 2 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:11:18.781], deltas=[ADDED_OPTION[OID4:0 + 2:2]]]] Thread[server-thread-37,5,server] at org.eclipse.net4j.util.tests.TestListener2.notifyEvent(TestListener2.java:116) at org.eclipse.net4j.util.event.Notifier.fireEventSafe(Notifier.java:240) at org.eclipse.net4j.util.event.Notifier.fireEvent(Notifier.java:167) at org.eclipse.emf.internal.cdo.view.CDOViewImpl.fireLocksChangedEvent(CDOViewImpl.java:594) at org.eclipse.emf.internal.cdo.view.CDOViewImpl.handleLockNotification(CDOViewImpl.java:585) at org.eclipse.emf.internal.cdo.session.CDOSessionImpl.doHandleLockNotification(CDOSessionImpl.java:1294) at org.eclipse.emf.cdo.tests.AbstractLockingTest$LockingSessionConfiguration$1.doHandleLockNotification(AbstractLockingTest.java:166) at org.eclipse.emf.internal.cdo.session.CDOSessionImpl.lambda$3(CDOSessionImpl.java:1254) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) CDOViewLocksChangedEvent[source=View 1 [MAIN], sender=null, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:11:18.782], deltas=[REMOVED_OPTION[OID4:0 - 2:2]]]] Thread[server-thread-2,5,server] at org.eclipse.net4j.util.tests.TestListener2.notifyEvent(TestListener2.java:116) at org.eclipse.net4j.util.event.Notifier.fireEventSafe(Notifier.java:240) at org.eclipse.net4j.util.event.Notifier.fireEvent(Notifier.java:167) at org.eclipse.emf.internal.cdo.view.CDOViewImpl.fireLocksChangedEvent(CDOViewImpl.java:594) at org.eclipse.emf.internal.cdo.view.CDOViewImpl.doInvalidateUnsynced(CDOViewImpl.java:1216) at org.eclipse.emf.internal.cdo.view.CDOViewImpl.doInvalidate(CDOViewImpl.java:1132) at org.eclipse.emf.internal.cdo.view.CDOViewImpl$ViewInvalidation.doRun(CDOViewImpl.java:2907) at org.eclipse.net4j.util.concurrent.RunnableWithName.run(RunnableWithName.java:29) at org.eclipse.net4j.util.concurrent.SerializingExecutor.run(SerializingExecutor.java:82) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) ******************************************************* LockingNotificationsTest.testSameBranchSameSession_WithoutAutoRelease [MEM-branching, JVM, Legacy] ******************************************************* CDOViewLocksChangedEvent[source=Transaction 2 [MAIN], sender=Transaction 2 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:11:18.803], deltas=[ADDED_WRITE[OID4:0 + 2:2]]]] CDOViewLocksChangedEvent[source=View 1 [MAIN], sender=Transaction 2 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:11:18.803], deltas=[ADDED_WRITE[OID4:0 + 2:2]]]] CDOViewLocksChangedEvent[source=Transaction 2 [MAIN], sender=Transaction 2 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:11:18.804], deltas=[REMOVED_WRITE[OID4:0 - 2:2]]]] CDOViewLocksChangedEvent[source=View 1 [MAIN], sender=Transaction 2 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:11:18.804], deltas=[REMOVED_WRITE[OID4:0 - 2:2]]]] CDOViewLocksChangedEvent[source=Transaction 2 [MAIN], sender=Transaction 2 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:11:18.804], deltas=[ADDED_READ[OID4:0 + 2:2]]]] CDOViewLocksChangedEvent[source=View 1 [MAIN], sender=Transaction 2 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:11:18.804], deltas=[ADDED_READ[OID4:0 + 2:2]]]] CDOViewLocksChangedEvent[source=Transaction 2 [MAIN], sender=Transaction 2 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:11:18.805], deltas=[REMOVED_READ[OID4:0 - 2:2]]]] CDOViewLocksChangedEvent[source=View 1 [MAIN], sender=Transaction 2 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:11:18.805], deltas=[REMOVED_READ[OID4:0 - 2:2]]]] CDOViewLocksChangedEvent[source=Transaction 2 [MAIN], sender=Transaction 2 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:11:18.805], deltas=[ADDED_OPTION[OID4:0 + 2:2]]]] CDOViewLocksChangedEvent[source=View 1 [MAIN], sender=Transaction 2 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:11:18.805], deltas=[ADDED_OPTION[OID4:0 + 2:2]]]] CDOViewLocksChangedEvent[source=Transaction 2 [MAIN], sender=Transaction 2 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:11:18.806], deltas=[REMOVED_OPTION[OID4:0 - 2:2]]]] CDOViewLocksChangedEvent[source=View 1 [MAIN], sender=Transaction 2 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:11:18.806], deltas=[REMOVED_OPTION[OID4:0 - 2:2]]]] ******************************************************* LockingSequenceTest.testSafeCounter [MEM-branching, JVM, Legacy] ******************************************************* CDOLockOwner[2:2]: Allocated 0 CDOLockOwner[2:2]: Committed CDOLockOwner[2:8]: Allocated 1 CDOLockOwner[2:8]: Committed CDOLockOwner[2:3]: Allocated 2 CDOLockOwner[2:3]: Committed CDOLockOwner[2:4]: Allocated 3 CDOLockOwner[2:4]: Committed CDOLockOwner[2:5]: Allocated 4 CDOLockOwner[2:5]: Committed CDOLockOwner[2:6]: Allocated 5 CDOLockOwner[2:6]: Committed CDOLockOwner[2:7]: Allocated 6 CDOLockOwner[2:7]: Committed CDOLockOwner[2:9]: Allocated 7 CDOLockOwner[2:9]: Committed CDOLockOwner[2:10]: Allocated 8 CDOLockOwner[2:10]: Committed CDOLockOwner[2:11]: Allocated 9 CDOLockOwner[2:11]: Committed CDOLockOwner[2:2]: Allocated 10 CDOLockOwner[2:2]: Committed CDOLockOwner[2:8]: Allocated 11 CDOLockOwner[2:8]: Committed CDOLockOwner[2:3]: Allocated 12 CDOLockOwner[2:3]: Committed CDOLockOwner[2:4]: Allocated 13 CDOLockOwner[2:4]: Committed CDOLockOwner[2:5]: Allocated 14 CDOLockOwner[2:5]: Committed CDOLockOwner[2:6]: Allocated 15 CDOLockOwner[2:6]: Committed CDOLockOwner[2:7]: Allocated 16 CDOLockOwner[2:7]: Committed CDOLockOwner[2:9]: Allocated 17 CDOLockOwner[2:9]: Committed CDOLockOwner[2:10]: Allocated 18 CDOLockOwner[2:10]: Committed CDOLockOwner[2:11]: Allocated 19 CDOLockOwner[2:11]: Committed CDOLockOwner[2:2]: Allocated 20 CDOLockOwner[2:2]: Committed CDOLockOwner[2:8]: Allocated 21 CDOLockOwner[2:8]: Committed CDOLockOwner[2:3]: Allocated 22 CDOLockOwner[2:3]: Committed CDOLockOwner[2:4]: Allocated 23 CDOLockOwner[2:4]: Committed CDOLockOwner[2:5]: Allocated 24 CDOLockOwner[2:5]: Committed CDOLockOwner[2:6]: Allocated 25 CDOLockOwner[2:6]: Committed CDOLockOwner[2:7]: Allocated 26 CDOLockOwner[2:7]: Committed CDOLockOwner[2:9]: Allocated 27 CDOLockOwner[2:9]: Committed CDOLockOwner[2:10]: Allocated 28 CDOLockOwner[2:10]: Committed CDOLockOwner[2:11]: Allocated 29 CDOLockOwner[2:11]: Committed CDOLockOwner[2:2]: Allocated 30 CDOLockOwner[2:2]: Committed CDOLockOwner[2:8]: Allocated 31 CDOLockOwner[2:8]: Committed CDOLockOwner[2:3]: Allocated 32 CDOLockOwner[2:3]: Committed CDOLockOwner[2:4]: Allocated 33 CDOLockOwner[2:4]: Committed CDOLockOwner[2:5]: Allocated 34 CDOLockOwner[2:5]: Committed CDOLockOwner[2:6]: Allocated 35 CDOLockOwner[2:6]: Committed CDOLockOwner[2:7]: Allocated 36 CDOLockOwner[2:7]: Committed CDOLockOwner[2:9]: Allocated 37 CDOLockOwner[2:9]: Committed CDOLockOwner[2:10]: Allocated 38 CDOLockOwner[2:10]: Committed CDOLockOwner[2:11]: Allocated 39 CDOLockOwner[2:11]: Committed CDOLockOwner[2:2]: Allocated 40 CDOLockOwner[2:2]: Committed CDOLockOwner[2:8]: Allocated 41 CDOLockOwner[2:8]: Committed CDOLockOwner[2:3]: Allocated 42 CDOLockOwner[2:3]: Committed CDOLockOwner[2:4]: Allocated 43 CDOLockOwner[2:4]: Committed CDOLockOwner[2:5]: Allocated 44 CDOLockOwner[2:5]: Committed CDOLockOwner[2:6]: Allocated 45 CDOLockOwner[2:6]: Committed CDOLockOwner[2:7]: Allocated 46 CDOLockOwner[2:7]: Committed CDOLockOwner[2:9]: Allocated 47 CDOLockOwner[2:9]: Committed CDOLockOwner[2:10]: Allocated 48 CDOLockOwner[2:10]: Committed CDOLockOwner[2:11]: Allocated 49 CDOLockOwner[2:11]: Committed CDOLockOwner[2:2]: Allocated 50 CDOLockOwner[2:2]: Committed CDOLockOwner[2:8]: Allocated 51 CDOLockOwner[2:8]: Committed CDOLockOwner[2:3]: Allocated 52 CDOLockOwner[2:3]: Committed CDOLockOwner[2:4]: Allocated 53 CDOLockOwner[2:4]: Committed CDOLockOwner[2:5]: Allocated 54 CDOLockOwner[2:5]: Committed CDOLockOwner[2:6]: Allocated 55 CDOLockOwner[2:6]: Committed CDOLockOwner[2:7]: Allocated 56 CDOLockOwner[2:7]: Committed CDOLockOwner[2:9]: Allocated 57 CDOLockOwner[2:9]: Committed CDOLockOwner[2:10]: Allocated 58 CDOLockOwner[2:10]: Committed CDOLockOwner[2:11]: Allocated 59 CDOLockOwner[2:11]: Committed CDOLockOwner[2:2]: Allocated 60 CDOLockOwner[2:2]: Committed CDOLockOwner[2:8]: Allocated 61 CDOLockOwner[2:8]: Committed CDOLockOwner[2:3]: Allocated 62 CDOLockOwner[2:3]: Committed CDOLockOwner[2:4]: Allocated 63 CDOLockOwner[2:4]: Committed CDOLockOwner[2:5]: Allocated 64 CDOLockOwner[2:5]: Committed CDOLockOwner[2:6]: Allocated 65 CDOLockOwner[2:6]: Committed CDOLockOwner[2:7]: Allocated 66 CDOLockOwner[2:7]: Committed CDOLockOwner[2:9]: Allocated 67 CDOLockOwner[2:9]: Committed CDOLockOwner[2:10]: Allocated 68 CDOLockOwner[2:10]: Committed CDOLockOwner[2:11]: Allocated 69 CDOLockOwner[2:11]: Committed CDOLockOwner[2:2]: Allocated 70 CDOLockOwner[2:8]: Allocated 71 CDOLockOwner[2:2]: Committed CDOLockOwner[2:8]: Committed CDOLockOwner[2:3]: Allocated 72 CDOLockOwner[2:3]: Committed CDOLockOwner[2:4]: Allocated 73 CDOLockOwner[2:4]: Committed CDOLockOwner[2:5]: Allocated 74 CDOLockOwner[2:5]: Committed CDOLockOwner[2:6]: Allocated 75 CDOLockOwner[2:6]: Committed CDOLockOwner[2:7]: Allocated 76 CDOLockOwner[2:7]: Committed CDOLockOwner[2:9]: Allocated 77 CDOLockOwner[2:9]: Committed CDOLockOwner[2:10]: Allocated 78 CDOLockOwner[2:10]: Committed CDOLockOwner[2:11]: Allocated 79 CDOLockOwner[2:11]: Committed CDOLockOwner[2:2]: Allocated 80 CDOLockOwner[2:2]: Committed CDOLockOwner[2:8]: Allocated 81 CDOLockOwner[2:8]: Committed CDOLockOwner[2:3]: Allocated 82 CDOLockOwner[2:3]: Committed CDOLockOwner[2:4]: Allocated 83 CDOLockOwner[2:4]: Committed CDOLockOwner[2:5]: Allocated 84 CDOLockOwner[2:5]: Committed CDOLockOwner[2:6]: Allocated 85 CDOLockOwner[2:6]: Committed CDOLockOwner[2:7]: Allocated 86 CDOLockOwner[2:7]: Committed CDOLockOwner[2:9]: Allocated 87 CDOLockOwner[2:9]: Committed CDOLockOwner[2:10]: Allocated 88 CDOLockOwner[2:10]: Committed CDOLockOwner[2:11]: Allocated 89 CDOLockOwner[2:11]: Committed CDOLockOwner[2:2]: Allocated 90 CDOLockOwner[2:2]: Committed CDOLockOwner[2:8]: Allocated 91 CDOLockOwner[2:8]: Committed CDOLockOwner[2:3]: Allocated 92 CDOLockOwner[2:3]: Committed CDOLockOwner[2:4]: Allocated 93 CDOLockOwner[2:4]: Committed CDOLockOwner[2:5]: Allocated 94 CDOLockOwner[2:5]: Committed CDOLockOwner[2:6]: Allocated 95 CDOLockOwner[2:6]: Committed CDOLockOwner[2:7]: Allocated 96 CDOLockOwner[2:7]: Committed CDOLockOwner[2:9]: Allocated 97 CDOLockOwner[2:9]: Committed CDOLockOwner[2:10]: Allocated 98 CDOLockOwner[2:10]: Committed CDOLockOwner[2:11]: Allocated 99 CDOLockOwner[2:11]: Committed CDOLockOwner[2:2]: Allocated 100 CDOLockOwner[2:2]: Committed CDOLockOwner[2:8]: Allocated 101 CDOLockOwner[2:8]: Committed CDOLockOwner[2:3]: Allocated 102 CDOLockOwner[2:3]: Committed CDOLockOwner[2:4]: Allocated 103 CDOLockOwner[2:4]: Committed CDOLockOwner[2:5]: Allocated 104 CDOLockOwner[2:5]: Committed CDOLockOwner[2:6]: Allocated 105 CDOLockOwner[2:6]: Committed CDOLockOwner[2:7]: Allocated 106 CDOLockOwner[2:7]: Committed CDOLockOwner[2:9]: Allocated 107 CDOLockOwner[2:9]: Committed CDOLockOwner[2:10]: Allocated 108 CDOLockOwner[2:10]: Committed CDOLockOwner[2:11]: Allocated 109 CDOLockOwner[2:11]: Committed CDOLockOwner[2:2]: Allocated 110 CDOLockOwner[2:2]: Committed CDOLockOwner[2:8]: Allocated 111 CDOLockOwner[2:8]: Committed CDOLockOwner[2:3]: Allocated 112 CDOLockOwner[2:3]: Committed CDOLockOwner[2:4]: Allocated 113 CDOLockOwner[2:4]: Committed CDOLockOwner[2:5]: Allocated 114 CDOLockOwner[2:5]: Committed CDOLockOwner[2:6]: Allocated 115 CDOLockOwner[2:6]: Committed CDOLockOwner[2:7]: Allocated 116 CDOLockOwner[2:7]: Committed CDOLockOwner[2:9]: Allocated 117 CDOLockOwner[2:9]: Committed CDOLockOwner[2:10]: Allocated 118 CDOLockOwner[2:10]: Committed CDOLockOwner[2:11]: Allocated 119 CDOLockOwner[2:11]: Committed CDOLockOwner[2:2]: Allocated 120 CDOLockOwner[2:2]: Committed CDOLockOwner[2:8]: Allocated 121 CDOLockOwner[2:8]: Committed CDOLockOwner[2:3]: Allocated 122 CDOLockOwner[2:3]: Committed CDOLockOwner[2:4]: Allocated 123 CDOLockOwner[2:4]: Committed CDOLockOwner[2:5]: Allocated 124 CDOLockOwner[2:5]: Committed CDOLockOwner[2:6]: Allocated 125 CDOLockOwner[2:6]: Committed CDOLockOwner[2:7]: Allocated 126 CDOLockOwner[2:7]: Committed CDOLockOwner[2:9]: Allocated 127 CDOLockOwner[2:9]: Committed CDOLockOwner[2:10]: Allocated 128 CDOLockOwner[2:10]: Committed CDOLockOwner[2:11]: Allocated 129 CDOLockOwner[2:11]: Committed CDOLockOwner[2:2]: Allocated 130 CDOLockOwner[2:2]: Committed CDOLockOwner[2:8]: Allocated 131 CDOLockOwner[2:8]: Committed CDOLockOwner[2:3]: Allocated 132 CDOLockOwner[2:3]: Committed CDOLockOwner[2:4]: Allocated 133 CDOLockOwner[2:4]: Committed CDOLockOwner[2:5]: Allocated 134 CDOLockOwner[2:5]: Committed CDOLockOwner[2:6]: Allocated 135 CDOLockOwner[2:6]: Committed CDOLockOwner[2:7]: Allocated 136 CDOLockOwner[2:7]: Committed CDOLockOwner[2:9]: Allocated 137 CDOLockOwner[2:9]: Committed CDOLockOwner[2:10]: Allocated 138 CDOLockOwner[2:10]: Committed CDOLockOwner[2:11]: Allocated 139 CDOLockOwner[2:11]: Committed CDOLockOwner[2:2]: Allocated 140 CDOLockOwner[2:2]: Committed CDOLockOwner[2:8]: Allocated 141 CDOLockOwner[2:8]: Committed CDOLockOwner[2:3]: Allocated 142 CDOLockOwner[2:3]: Committed CDOLockOwner[2:4]: Allocated 143 CDOLockOwner[2:4]: Committed CDOLockOwner[2:5]: Allocated 144 CDOLockOwner[2:5]: Committed CDOLockOwner[2:6]: Allocated 145 CDOLockOwner[2:6]: Committed CDOLockOwner[2:7]: Allocated 146 CDOLockOwner[2:7]: Committed CDOLockOwner[2:9]: Allocated 147 CDOLockOwner[2:9]: Committed CDOLockOwner[2:10]: Allocated 148 CDOLockOwner[2:10]: Committed CDOLockOwner[2:11]: Allocated 149 CDOLockOwner[2:11]: Committed CDOLockOwner[2:2]: Allocated 150 CDOLockOwner[2:2]: Committed CDOLockOwner[2:8]: Allocated 151 CDOLockOwner[2:8]: Committed CDOLockOwner[2:3]: Allocated 152 CDOLockOwner[2:3]: Committed CDOLockOwner[2:4]: Allocated 153 CDOLockOwner[2:4]: Committed CDOLockOwner[2:5]: Allocated 154 CDOLockOwner[2:5]: Committed CDOLockOwner[2:6]: Allocated 155 CDOLockOwner[2:6]: Committed CDOLockOwner[2:7]: Allocated 156 CDOLockOwner[2:7]: Committed CDOLockOwner[2:9]: Allocated 157 CDOLockOwner[2:9]: Committed CDOLockOwner[2:10]: Allocated 158 CDOLockOwner[2:10]: Committed CDOLockOwner[2:11]: Allocated 159 CDOLockOwner[2:11]: Committed CDOLockOwner[2:2]: Allocated 160 CDOLockOwner[2:2]: Committed CDOLockOwner[2:8]: Allocated 161 CDOLockOwner[2:8]: Committed CDOLockOwner[2:3]: Allocated 162 CDOLockOwner[2:3]: Committed CDOLockOwner[2:4]: Allocated 163 CDOLockOwner[2:4]: Committed CDOLockOwner[2:5]: Allocated 164 CDOLockOwner[2:5]: Committed CDOLockOwner[2:6]: Allocated 165 CDOLockOwner[2:6]: Committed CDOLockOwner[2:7]: Allocated 166 CDOLockOwner[2:7]: Committed CDOLockOwner[2:9]: Allocated 167 CDOLockOwner[2:9]: Committed CDOLockOwner[2:10]: Allocated 168 CDOLockOwner[2:10]: Committed CDOLockOwner[2:11]: Allocated 169 CDOLockOwner[2:11]: Committed CDOLockOwner[2:2]: Allocated 170 CDOLockOwner[2:2]: Committed CDOLockOwner[2:8]: Allocated 171 CDOLockOwner[2:3]: Allocated 172 CDOLockOwner[2:8]: Committed CDOLockOwner[2:3]: Committed CDOLockOwner[2:4]: Allocated 173 CDOLockOwner[2:4]: Committed CDOLockOwner[2:5]: Allocated 174 CDOLockOwner[2:5]: Committed CDOLockOwner[2:6]: Allocated 175 CDOLockOwner[2:6]: Committed CDOLockOwner[2:7]: Allocated 176 CDOLockOwner[2:7]: Committed CDOLockOwner[2:9]: Allocated 177 CDOLockOwner[2:9]: Committed CDOLockOwner[2:10]: Allocated 178 CDOLockOwner[2:10]: Committed CDOLockOwner[2:11]: Allocated 179 CDOLockOwner[2:11]: Committed CDOLockOwner[2:2]: Allocated 180 CDOLockOwner[2:2]: Committed CDOLockOwner[2:8]: Allocated 181 CDOLockOwner[2:8]: Committed CDOLockOwner[2:3]: Allocated 182 CDOLockOwner[2:3]: Committed CDOLockOwner[2:4]: Allocated 183 CDOLockOwner[2:4]: Committed CDOLockOwner[2:5]: Allocated 184 CDOLockOwner[2:5]: Committed CDOLockOwner[2:6]: Allocated 185 CDOLockOwner[2:6]: Committed CDOLockOwner[2:7]: Allocated 186 CDOLockOwner[2:7]: Committed CDOLockOwner[2:9]: Allocated 187 CDOLockOwner[2:9]: Committed CDOLockOwner[2:10]: Allocated 188 CDOLockOwner[2:10]: Committed CDOLockOwner[2:11]: Allocated 189 CDOLockOwner[2:11]: Committed CDOLockOwner[2:2]: Allocated 190 CDOLockOwner[2:2]: Committed CDOLockOwner[2:8]: Allocated 191 CDOLockOwner[2:8]: Committed CDOLockOwner[2:3]: Allocated 192 CDOLockOwner[2:3]: Committed CDOLockOwner[2:4]: Allocated 193 CDOLockOwner[2:4]: Committed CDOLockOwner[2:5]: Allocated 194 CDOLockOwner[2:5]: Committed CDOLockOwner[2:6]: Allocated 195 CDOLockOwner[2:6]: Committed CDOLockOwner[2:7]: Allocated 196 CDOLockOwner[2:7]: Committed CDOLockOwner[2:9]: Allocated 197 CDOLockOwner[2:9]: Committed CDOLockOwner[2:10]: Allocated 198 CDOLockOwner[2:10]: Committed CDOLockOwner[2:11]: Allocated 199 CDOLockOwner[2:11]: Committed CDOLockOwner[2:2]: Allocated 200 CDOLockOwner[2:2]: Committed CDOLockOwner[2:8]: Allocated 201 CDOLockOwner[2:8]: Committed CDOLockOwner[2:3]: Allocated 202 CDOLockOwner[2:3]: Committed CDOLockOwner[2:4]: Allocated 203 CDOLockOwner[2:4]: Committed CDOLockOwner[2:5]: Allocated 204 CDOLockOwner[2:5]: Committed CDOLockOwner[2:6]: Allocated 205 CDOLockOwner[2:6]: Committed CDOLockOwner[2:7]: Allocated 206 CDOLockOwner[2:7]: Committed CDOLockOwner[2:9]: Allocated 207 CDOLockOwner[2:9]: Committed CDOLockOwner[2:10]: Allocated 208 CDOLockOwner[2:10]: Committed CDOLockOwner[2:11]: Allocated 209 CDOLockOwner[2:11]: Committed CDOLockOwner[2:2]: Allocated 210 CDOLockOwner[2:2]: Committed CDOLockOwner[2:8]: Allocated 211 CDOLockOwner[2:8]: Committed CDOLockOwner[2:3]: Allocated 212 CDOLockOwner[2:3]: Committed CDOLockOwner[2:4]: Allocated 213 CDOLockOwner[2:4]: Committed CDOLockOwner[2:5]: Allocated 214 CDOLockOwner[2:5]: Committed CDOLockOwner[2:6]: Allocated 215 CDOLockOwner[2:6]: Committed CDOLockOwner[2:7]: Allocated 216 CDOLockOwner[2:7]: Committed CDOLockOwner[2:9]: Allocated 217 CDOLockOwner[2:9]: Committed CDOLockOwner[2:10]: Allocated 218 CDOLockOwner[2:10]: Committed CDOLockOwner[2:11]: Allocated 219 CDOLockOwner[2:11]: Committed CDOLockOwner[2:2]: Allocated 220 CDOLockOwner[2:2]: Committed CDOLockOwner[2:8]: Allocated 221 CDOLockOwner[2:8]: Committed CDOLockOwner[2:3]: Allocated 222 CDOLockOwner[2:3]: Committed CDOLockOwner[2:4]: Allocated 223 CDOLockOwner[2:4]: Committed CDOLockOwner[2:5]: Allocated 224 CDOLockOwner[2:5]: Committed CDOLockOwner[2:6]: Allocated 225 CDOLockOwner[2:6]: Committed CDOLockOwner[2:7]: Allocated 226 CDOLockOwner[2:7]: Committed CDOLockOwner[2:9]: Allocated 227 CDOLockOwner[2:9]: Committed CDOLockOwner[2:10]: Allocated 228 CDOLockOwner[2:10]: Committed CDOLockOwner[2:11]: Allocated 229 CDOLockOwner[2:11]: Committed CDOLockOwner[2:2]: Allocated 230 CDOLockOwner[2:2]: Committed CDOLockOwner[2:8]: Allocated 231 CDOLockOwner[2:8]: Committed CDOLockOwner[2:3]: Allocated 232 CDOLockOwner[2:3]: Committed CDOLockOwner[2:4]: Allocated 233 CDOLockOwner[2:4]: Committed CDOLockOwner[2:5]: Allocated 234 CDOLockOwner[2:5]: Committed CDOLockOwner[2:6]: Allocated 235 CDOLockOwner[2:6]: Committed CDOLockOwner[2:7]: Allocated 236 CDOLockOwner[2:7]: Committed CDOLockOwner[2:9]: Allocated 237 CDOLockOwner[2:9]: Committed CDOLockOwner[2:10]: Allocated 238 CDOLockOwner[2:10]: Committed CDOLockOwner[2:11]: Allocated 239 CDOLockOwner[2:11]: Committed CDOLockOwner[2:2]: Allocated 240 CDOLockOwner[2:2]: Committed CDOLockOwner[2:8]: Allocated 241 CDOLockOwner[2:8]: Committed CDOLockOwner[2:3]: Allocated 242 CDOLockOwner[2:3]: Committed CDOLockOwner[2:4]: Allocated 243 CDOLockOwner[2:4]: Committed CDOLockOwner[2:5]: Allocated 244 CDOLockOwner[2:5]: Committed CDOLockOwner[2:6]: Allocated 245 CDOLockOwner[2:6]: Committed CDOLockOwner[2:7]: Allocated 246 CDOLockOwner[2:7]: Committed CDOLockOwner[2:9]: Allocated 247 CDOLockOwner[2:9]: Committed CDOLockOwner[2:10]: Allocated 248 CDOLockOwner[2:10]: Committed CDOLockOwner[2:11]: Allocated 249 CDOLockOwner[2:11]: Committed CDOLockOwner[2:2]: Allocated 250 CDOLockOwner[2:2]: Committed CDOLockOwner[2:8]: Allocated 251 CDOLockOwner[2:8]: Committed CDOLockOwner[2:3]: Allocated 252 CDOLockOwner[2:3]: Committed CDOLockOwner[2:4]: Allocated 253 CDOLockOwner[2:4]: Committed CDOLockOwner[2:5]: Allocated 254 CDOLockOwner[2:5]: Committed CDOLockOwner[2:6]: Allocated 255 CDOLockOwner[2:7]: Allocated 256 CDOLockOwner[2:6]: Committed CDOLockOwner[2:7]: Committed CDOLockOwner[2:6]: Allocated 257 CDOLockOwner[2:6]: Committed CDOLockOwner[2:9]: Allocated 258 CDOLockOwner[2:9]: Committed CDOLockOwner[2:10]: Allocated 259 CDOLockOwner[2:10]: Committed CDOLockOwner[2:11]: Allocated 260 CDOLockOwner[2:11]: Committed CDOLockOwner[2:2]: Allocated 261 CDOLockOwner[2:2]: Committed CDOLockOwner[2:8]: Allocated 262 CDOLockOwner[2:8]: Committed CDOLockOwner[2:3]: Allocated 263 CDOLockOwner[2:3]: Committed CDOLockOwner[2:4]: Allocated 264 CDOLockOwner[2:4]: Committed CDOLockOwner[2:5]: Allocated 265 CDOLockOwner[2:5]: Committed CDOLockOwner[2:7]: Allocated 266 CDOLockOwner[2:7]: Committed CDOLockOwner[2:6]: Allocated 267 CDOLockOwner[2:6]: Committed CDOLockOwner[2:9]: Allocated 268 CDOLockOwner[2:9]: Committed CDOLockOwner[2:10]: Allocated 269 CDOLockOwner[2:10]: Committed CDOLockOwner[2:11]: Allocated 270 CDOLockOwner[2:11]: Committed CDOLockOwner[2:2]: Allocated 271 CDOLockOwner[2:2]: Committed CDOLockOwner[2:8]: Allocated 272 CDOLockOwner[2:8]: Committed CDOLockOwner[2:3]: Allocated 273 CDOLockOwner[2:3]: Committed CDOLockOwner[2:4]: Allocated 274 CDOLockOwner[2:4]: Committed CDOLockOwner[2:5]: Allocated 275 CDOLockOwner[2:5]: Committed CDOLockOwner[2:7]: Allocated 276 CDOLockOwner[2:7]: Committed CDOLockOwner[2:6]: Allocated 277 CDOLockOwner[2:6]: Committed CDOLockOwner[2:9]: Allocated 278 CDOLockOwner[2:9]: Committed CDOLockOwner[2:10]: Allocated 279 CDOLockOwner[2:10]: Committed CDOLockOwner[2:11]: Allocated 280 CDOLockOwner[2:11]: Committed CDOLockOwner[2:2]: Allocated 281 CDOLockOwner[2:2]: Committed CDOLockOwner[2:8]: Allocated 282 CDOLockOwner[2:8]: Committed CDOLockOwner[2:3]: Allocated 283 CDOLockOwner[2:3]: Committed CDOLockOwner[2:4]: Allocated 284 CDOLockOwner[2:4]: Committed CDOLockOwner[2:5]: Allocated 285 CDOLockOwner[2:5]: Committed CDOLockOwner[2:7]: Allocated 286 CDOLockOwner[2:7]: Committed CDOLockOwner[2:6]: Allocated 287 CDOLockOwner[2:6]: Committed CDOLockOwner[2:9]: Allocated 288 CDOLockOwner[2:9]: Committed CDOLockOwner[2:10]: Allocated 289 CDOLockOwner[2:10]: Committed CDOLockOwner[2:11]: Allocated 290 CDOLockOwner[2:11]: Committed CDOLockOwner[2:2]: Allocated 291 CDOLockOwner[2:2]: Committed CDOLockOwner[2:8]: Allocated 292 CDOLockOwner[2:8]: Committed CDOLockOwner[2:3]: Allocated 293 CDOLockOwner[2:3]: Committed CDOLockOwner[2:4]: Allocated 294 CDOLockOwner[2:4]: Committed CDOLockOwner[2:5]: Allocated 295 CDOLockOwner[2:5]: Committed CDOLockOwner[2:7]: Allocated 296 CDOLockOwner[2:7]: Committed CDOLockOwner[2:9]: Allocated 297 CDOLockOwner[2:9]: Committed CDOLockOwner[2:10]: Allocated 298 CDOLockOwner[2:10]: Committed CDOLockOwner[2:11]: Allocated 299 CDOLockOwner[2:11]: Committed FINISHED SUCCESS ******************************************************* MEMStoreQueryTest.testBasicQuery [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* MEMStoreQueryTest.testBasicQuery_EClassParameter [MEM-branching, JVM, Legacy] ******************************************************* http://www.eclipse.org/emf/CDO/tests/legacy/model1/1.0.0 ******************************************************* MEMStoreQueryTest.testQueryAsync_UnsupportedLanguage [MEM-branching, JVM, Legacy] ******************************************************* [ERROR] Factory not found: org.eclipse.emf.cdo.server.queryHandlerFactories[TESTss] org.eclipse.net4j.util.container.FactoryNotFoundException: Factory not found: org.eclipse.emf.cdo.server.queryHandlerFactories[TESTss] at org.eclipse.net4j.util.container.ManagedContainer.getFactory(ManagedContainer.java:317) at org.eclipse.net4j.util.container.ManagedContainer.createElement(ManagedContainer.java:461) at org.eclipse.net4j.util.container.ManagedContainer.getElement(ManagedContainer.java:404) at org.eclipse.net4j.util.container.ManagedContainer.getElement(ManagedContainer.java:384) at org.eclipse.emf.cdo.spi.server.ContainerQueryHandlerProvider.getQueryHandler(ContainerQueryHandlerProvider.java:49) at org.eclipse.emf.cdo.internal.server.Repository.getQueryHandler(Repository.java:1634) at org.eclipse.emf.cdo.internal.server.QueryManager.execute(QueryManager.java:121) at org.eclipse.emf.cdo.server.internal.net4j.protocol.QueryIndication.indicating(QueryIndication.java:55) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerIndication.indicating(CDOServerIndication.java:107) at org.eclipse.net4j.signal.IndicationWithResponse.doExtendedInput(IndicationWithResponse.java:94) at org.eclipse.net4j.signal.Signal.doInput(Signal.java:434) at org.eclipse.net4j.signal.IndicationWithResponse.execute(IndicationWithResponse.java:72) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerReadIndication.execute(CDOServerReadIndication.java:36) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) ******************************************************* MEMStoreQueryTest.testQueryCancel_SessionClose [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* MEMStoreQueryTest.testQueryCancel_ViewClose [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* MEMStoreQueryTest.testQueryCancel_storeAccessorLeak [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* MEMStoreQueryTest.testQueryCancel_successful [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* MEMStoreQueryTest.testQueryException [MEM-branching, JVM, Legacy] ******************************************************* java.lang.RuntimeException: Simulated problem in query execution at result 5000 at org.eclipse.emf.cdo.tests.config.impl.RepositoryConfig$MEMConfig$MEMStoreAccessor_UT$1.throwExceptionAt(RepositoryConfig.java:1576) at org.eclipse.emf.cdo.tests.config.impl.RepositoryConfig$MEMConfig$MEMStoreAccessor_UT$1.executeQuery(RepositoryConfig.java:1584) at org.eclipse.emf.cdo.tests.config.impl.RepositoryConfig$MEMConfig$MEMStoreAccessor_UT$1.executeQuery(RepositoryConfig.java:1517) at org.eclipse.emf.cdo.internal.server.QueryManager$QueryContext.run(QueryManager.java:329) at org.eclipse.emf.cdo.server.StoreThreadLocal.lambda$0(StoreThreadLocal.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) ******************************************************* MEMStoreQueryTest.testQuerySync_UnsupportedLanguage [MEM-branching, JVM, Legacy] ******************************************************* [ERROR] Factory not found: org.eclipse.emf.cdo.server.queryHandlerFactories[TESTss] org.eclipse.net4j.util.container.FactoryNotFoundException: Factory not found: org.eclipse.emf.cdo.server.queryHandlerFactories[TESTss] at org.eclipse.net4j.util.container.ManagedContainer.getFactory(ManagedContainer.java:317) at org.eclipse.net4j.util.container.ManagedContainer.createElement(ManagedContainer.java:461) at org.eclipse.net4j.util.container.ManagedContainer.getElement(ManagedContainer.java:404) at org.eclipse.net4j.util.container.ManagedContainer.getElement(ManagedContainer.java:384) at org.eclipse.emf.cdo.spi.server.ContainerQueryHandlerProvider.getQueryHandler(ContainerQueryHandlerProvider.java:49) at org.eclipse.emf.cdo.internal.server.Repository.getQueryHandler(Repository.java:1634) at org.eclipse.emf.cdo.internal.server.QueryManager.execute(QueryManager.java:121) at org.eclipse.emf.cdo.server.internal.net4j.protocol.QueryIndication.indicating(QueryIndication.java:55) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerIndication.indicating(CDOServerIndication.java:107) at org.eclipse.net4j.signal.IndicationWithResponse.doExtendedInput(IndicationWithResponse.java:94) at org.eclipse.net4j.signal.Signal.doInput(Signal.java:434) at org.eclipse.net4j.signal.IndicationWithResponse.execute(IndicationWithResponse.java:72) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerReadIndication.execute(CDOServerReadIndication.java:36) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) ******************************************************* MapTest.testEObjectToEObjectBothContainedMap [MEM-branching, JVM, Legacy] ******************************************************* org.eclipse.emf.ecore.impl.EReferenceImpl@798cf6d2 (name: integerToStringMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@1c1fa494 (name: stringToStringMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@77c66a4f (name: stringToVATMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@649b5891 (name: stringToAddressContainmentMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@7a3f08b6 (name: stringToAddressReferenceMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@1be52861 (name: eObjectToEObjectMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@5fb5ad40 (name: eObjectToEObjectKeyContainedMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@615439f7 (name: eObjectToEObjectBothContainedMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@632cf7d3 (name: eObjectToEObjectValueContainedMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) ******************************************************* MapTest.testEObjectToEObjectKeyContainedMap [MEM-branching, JVM, Legacy] ******************************************************* org.eclipse.emf.ecore.impl.EReferenceImpl@798cf6d2 (name: integerToStringMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@1c1fa494 (name: stringToStringMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@77c66a4f (name: stringToVATMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@649b5891 (name: stringToAddressContainmentMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@7a3f08b6 (name: stringToAddressReferenceMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@1be52861 (name: eObjectToEObjectMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@5fb5ad40 (name: eObjectToEObjectKeyContainedMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@615439f7 (name: eObjectToEObjectBothContainedMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@632cf7d3 (name: eObjectToEObjectValueContainedMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) ******************************************************* MapTest.testEObjectToEObjectMap [MEM-branching, JVM, Legacy] ******************************************************* org.eclipse.emf.ecore.impl.EReferenceImpl@798cf6d2 (name: integerToStringMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@1c1fa494 (name: stringToStringMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@77c66a4f (name: stringToVATMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@649b5891 (name: stringToAddressContainmentMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@7a3f08b6 (name: stringToAddressReferenceMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@1be52861 (name: eObjectToEObjectMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@5fb5ad40 (name: eObjectToEObjectKeyContainedMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@615439f7 (name: eObjectToEObjectBothContainedMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@632cf7d3 (name: eObjectToEObjectValueContainedMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) ******************************************************* MapTest.testEObjectToEObjectValueContainedMap [MEM-branching, JVM, Legacy] ******************************************************* org.eclipse.emf.ecore.impl.EReferenceImpl@798cf6d2 (name: integerToStringMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@1c1fa494 (name: stringToStringMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@77c66a4f (name: stringToVATMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@649b5891 (name: stringToAddressContainmentMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@7a3f08b6 (name: stringToAddressReferenceMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@1be52861 (name: eObjectToEObjectMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@5fb5ad40 (name: eObjectToEObjectKeyContainedMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@615439f7 (name: eObjectToEObjectBothContainedMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@632cf7d3 (name: eObjectToEObjectValueContainedMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) ******************************************************* MapTest.testIntegerStringMap [MEM-branching, JVM, Legacy] ******************************************************* org.eclipse.emf.ecore.impl.EReferenceImpl@798cf6d2 (name: integerToStringMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@1c1fa494 (name: stringToStringMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@77c66a4f (name: stringToVATMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@649b5891 (name: stringToAddressContainmentMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@7a3f08b6 (name: stringToAddressReferenceMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@1be52861 (name: eObjectToEObjectMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@5fb5ad40 (name: eObjectToEObjectKeyContainedMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@615439f7 (name: eObjectToEObjectBothContainedMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@632cf7d3 (name: eObjectToEObjectValueContainedMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) ******************************************************* MapTest.testStringStringMap [MEM-branching, JVM, Legacy] ******************************************************* org.eclipse.emf.ecore.impl.EReferenceImpl@798cf6d2 (name: integerToStringMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@1c1fa494 (name: stringToStringMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@77c66a4f (name: stringToVATMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@649b5891 (name: stringToAddressContainmentMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@7a3f08b6 (name: stringToAddressReferenceMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@1be52861 (name: eObjectToEObjectMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@5fb5ad40 (name: eObjectToEObjectKeyContainedMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@615439f7 (name: eObjectToEObjectBothContainedMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@632cf7d3 (name: eObjectToEObjectValueContainedMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) ******************************************************* MapTest.testStringToAddressContainmentMap [MEM-branching, JVM, Legacy] ******************************************************* org.eclipse.emf.ecore.impl.EReferenceImpl@798cf6d2 (name: integerToStringMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@1c1fa494 (name: stringToStringMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@77c66a4f (name: stringToVATMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@649b5891 (name: stringToAddressContainmentMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@7a3f08b6 (name: stringToAddressReferenceMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@1be52861 (name: eObjectToEObjectMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@5fb5ad40 (name: eObjectToEObjectKeyContainedMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@615439f7 (name: eObjectToEObjectBothContainedMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@632cf7d3 (name: eObjectToEObjectValueContainedMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) ******************************************************* MapTest.testStringToAddressReferenceMap [MEM-branching, JVM, Legacy] ******************************************************* org.eclipse.emf.ecore.impl.EReferenceImpl@798cf6d2 (name: integerToStringMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@1c1fa494 (name: stringToStringMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@77c66a4f (name: stringToVATMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@649b5891 (name: stringToAddressContainmentMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@7a3f08b6 (name: stringToAddressReferenceMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@1be52861 (name: eObjectToEObjectMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@5fb5ad40 (name: eObjectToEObjectKeyContainedMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@615439f7 (name: eObjectToEObjectBothContainedMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@632cf7d3 (name: eObjectToEObjectValueContainedMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) ******************************************************* MapTest.testStringVATMap [MEM-branching, JVM, Legacy] ******************************************************* org.eclipse.emf.ecore.impl.EReferenceImpl@798cf6d2 (name: integerToStringMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@1c1fa494 (name: stringToStringMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@77c66a4f (name: stringToVATMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@649b5891 (name: stringToAddressContainmentMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@7a3f08b6 (name: stringToAddressReferenceMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@1be52861 (name: eObjectToEObjectMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@5fb5ad40 (name: eObjectToEObjectKeyContainedMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@615439f7 (name: eObjectToEObjectBothContainedMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@632cf7d3 (name: eObjectToEObjectValueContainedMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) ******************************************************* MapTest.testTransientMap [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* MergingTest.testAdditionsInSourceAndTarget [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* MergingTest.testAutoMerge [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* MergingTest.testFromBranchWithAdditions [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* MergingTest.testFromBranchWithAdditionsTwoTimes [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* MergingTest.testFromBranchWithChangesInSource [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* MergingTest.testFromBranchWithRemovalsInSource [MEM-branching, JVM, Legacy] ******************************************************* MEMStore_UT =========== MAIN[0] 2024-05-03 05:11:21.205/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:21.205/2024-05-03 05:11:21.214 CDOResource@OID1:0v2("/") 2024-05-03 05:11:21.215/* CDOResourceFolder@OID2:0v1("MergingTest_testFromBranchWithRemovalsInSource")2024-05-03 05:11:21.215/* CDOResource@OID3:0v1("res") 2024-05-03 05:11:21.215/* Company@OID4:0v1 2024-05-03 05:11:21.215/* Company@OID5:0v1 2024-05-03 05:11:21.215/* Company@OID6:0v1 2024-05-03 05:11:21.215/* Company@OID7:0v1 2024-05-03 05:11:21.215/* Company@OID8:0v1 2024-05-03 05:11:21.215/* MergingTest_testFromBranchWithRemovalsInSource_source[1]2024-05-03 05:11:21.215/* CDOResource@OID3:1v1("res") 2024-05-03 05:11:21.230/* Company@OID4:1v1 2024-05-03 05:11:21.230/* Company@OID5:1v1d 2024-05-03 05:11:21.230/* ******************************************************* MergingTest.testFromEmptyBranches [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* MergingTest.testMergeClobChangesInSource [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* MergingTest.testMergeClobChangesInSourceConflict [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* MergingTest.testRemergeAfterAdditionsInSource [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* MergingTest.testRemergeAfterAdditionsInSource2 [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* MergingTest.testRemergeAfterAdditionsInSourceAndTarget [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* MergingTest.testRemergeAfterAdditionsInSourceTwoTimes [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* MergingTest.testRemergeAfterChangesInSource [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* MergingTest.testRemergeAfterChangesInSourceConflict [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* MergingTest.testRemergeAfterRemovalsInSource [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* MergingTest.test_Bugzilla_309467 [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* MetaTest.testMetaReference [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* MetaTest.testMetaReference2 [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* MetaTest.testMetaReferenceAttachFirst [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* MultiValuedOfAttributeTest.testListOfBoolean [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* MultiValuedOfAttributeTest.testListOfChar [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* MultiValuedOfAttributeTest.testListOfDate [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* MultiValuedOfAttributeTest.testListOfDouble [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* MultiValuedOfAttributeTest.testListOfFloat [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* MultiValuedOfAttributeTest.testListOfInt [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* MultiValuedOfAttributeTest.testListOfInteger [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* MultiValuedOfAttributeTest.testListOfShort [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* MultiValuedOfAttributeTest.testListOfString [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Lazy.testAllCustomers [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Lazy.testAllEObjects [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Lazy.testAllOrdersAndSubtypes [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Lazy.testAllProductNames [MEM-branching, JVM, Legacy] ******************************************************* QueryResultList[11, 12, 13, 14, 15, 16, 17, 18, 19, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10] ******************************************************* Lazy.testAllProducts [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Lazy.testAllProductsWithName [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Lazy.testAllProductsWithNameParameter [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Lazy.testAllProductsWithVAT [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Lazy.testAllProductsWithVATParameter [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Lazy.testAuditWithDetachedObject [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Lazy.testDeletedObject [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Lazy.testDetachedObject [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Lazy.testDirtyObject [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Lazy.testMultipleQueries [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Lazy.testNewObject [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Lazy.testProductIterator [MEM-branching, JVM, Legacy] ******************************************************* [ERROR] Not active: SignalProtocol[cdo] org.eclipse.net4j.util.lifecycle.LifecycleException: Not active: SignalProtocol[cdo] at org.eclipse.net4j.util.lifecycle.LifecycleUtil.checkActive(LifecycleUtil.java:102) at org.eclipse.net4j.signal.Signal.getProtocol(Signal.java:104) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerIndication.getProtocol(CDOServerIndication.java:54) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerIndication.getProtocol(CDOServerIndication.java:1) at org.eclipse.net4j.signal.IndicationWithResponse.sendExceptionSignal(IndicationWithResponse.java:105) at org.eclipse.net4j.signal.IndicationWithResponse.execute(IndicationWithResponse.java:78) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerReadIndication.execute(CDOServerReadIndication.java:36) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) ******************************************************* Lazy.testSelfNavigation [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Lazy.testTransactionWithDetachedObject [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* OCLQueryTest.testAllCustomers [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* OCLQueryTest.testAllEObjects [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* OCLQueryTest.testAllOrdersAndSubtypes [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* OCLQueryTest.testAllProductNames [MEM-branching, JVM, Legacy] ******************************************************* QueryResultList[11, 12, 13, 14, 15, 16, 17, 18, 19, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10] ******************************************************* OCLQueryTest.testAllProducts [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* OCLQueryTest.testAllProductsWithName [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* OCLQueryTest.testAllProductsWithNameParameter [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* OCLQueryTest.testAllProductsWithVAT [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* OCLQueryTest.testAllProductsWithVATParameter [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* OCLQueryTest.testAuditWithDetachedObject [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* OCLQueryTest.testDeletedObject [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* OCLQueryTest.testDetachedObject [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* OCLQueryTest.testDirtyObject [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* OCLQueryTest.testMultipleQueries [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* OCLQueryTest.testNewObject [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* OCLQueryTest.testProductIterator [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* OCLQueryTest.testSelfNavigation [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* OCLQueryTest.testTransactionWithDetachedObject [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* PackageRegistryTest.testCommitCircularPackages [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* PackageRegistryTest.testCommitNestedPackages [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* PackageRegistryTest.testCommitTopLevelPackages [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* PackageRegistryTest.testCommitTwoPackages [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* PackageRegistryTest.testCommitUnrelatedPackage [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* PackageRegistryTest.testConcurrentPackageRegistration [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* PackageRegistryTest.testConcurrentPackageRegistration2 [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* PackageRegistryTest.testDuplicatePackageRegistration [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* PackageRegistryTest.testDynamicPackageFactory [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* PackageRegistryTest.testDynamicPackageLoaded [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* PackageRegistryTest.testDynamicPackageNewInstance [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* PackageRegistryTest.testGeneratedPackage [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* PackageRegistryTest.testGlobalDynamicPackage [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* PackageRegistryTest.testGlobalDynamicPackageEager [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* PackageRegistryTest.testLaziness [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* PackageRegistryTest.testLoadNestedPackages [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* PackageRegistryTest.testPackageRegistry [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* PackageRegistryTest.testPopulator [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* PackageRegistryTest.testPopulatorGlobal [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* PackageRegistryTest.testReuseCommittedPackage [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* PackageRegistryTest.testSubclassCache [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* PackageRegistryTest.testSubclassCacheInvalidation [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* PartialCommitTest.testCheckWithoutCommit_exception [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* PartialCommitTest.testCheckWithoutCommit_exceptionFast [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* PartialCommitTest.testCommittablesContainUncommittableObjects [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* PartialCommitTest.testDetach [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* PartialCommitTest.testDetachSingleRef [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* PartialCommitTest.testDetachSingleRef_containerOfDetachedObjectNotIncluded [MEM-branching, JVM, Legacy] ******************************************************* ---> Failed properly: org.eclipse.emf.cdo.util.CommitIntegrityException: The former container (or resource) of detached object CDOLegacyAdapter[ContainedElementNoOppositeImpl@null] needs to be included in the commit but isn't ******************************************************* PartialCommitTest.testDetachSingleRef_detachedObjectNotIncluded [MEM-branching, JVM, Legacy] ******************************************************* ---> Failed properly: org.eclipse.emf.cdo.util.CommitIntegrityException: The removed child / refTarget of object CDOLegacyAdapter[RefSingleContainedNPLImpl@OID4] needs to be included in the commit but isn't ******************************************************* PartialCommitTest.testDetach_containerOfDetachedObjectNotIncluded [MEM-branching, JVM, Legacy] ******************************************************* ---> Failed properly: org.eclipse.emf.cdo.util.CommitIntegrityException: The former container (or resource) of detached object CDOLegacyAdapter[PurchaseOrderImpl@null] needs to be included in the commit but isn't ******************************************************* PartialCommitTest.testDetach_detachedObjectNotIncluded [MEM-branching, JVM, Legacy] ******************************************************* ---> Failed properly: org.eclipse.emf.cdo.util.CommitIntegrityException: The removed child / refTarget of object CDOLegacyAdapter[CompanyImpl@OID4] needs to be included in the commit but isn't ******************************************************* PartialCommitTest.testDirty [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* PartialCommitTest.testDirtyMultiBidiChanged [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* PartialCommitTest.testDirtyMultiBidiChanged_newTargetNotIncluded [MEM-branching, JVM, Legacy] ******************************************************* ---> Failed properly: org.eclipse.emf.cdo.util.CommitIntegrityException: The new child / refTarget of object CDOLegacyAdapter[MultiNonContainedElementImpl@OID6] needs to be included in the commit but isn't ******************************************************* PartialCommitTest.testDirtyMultiBidiChanged_oldTargetNotIncluded [MEM-branching, JVM, Legacy] ******************************************************* ---> Failed properly: org.eclipse.emf.cdo.util.CommitIntegrityException: The removed / former child / refTarget of object CDOLegacyAdapter[MultiNonContainedElementImpl@OID6] needs to be included in the commit but isn't ******************************************************* PartialCommitTest.testDirtyMultiBidiNew [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* PartialCommitTest.testDirtyMultiBidiNew_newtargetNotIncluded [MEM-branching, JVM, Legacy] ******************************************************* ---> Failed properly: org.eclipse.emf.cdo.util.CommitIntegrityException: The new child / refTarget of object CDOLegacyAdapter[MultiNonContainedElementImpl@OID7] needs to be included in the commit but isn't ******************************************************* PartialCommitTest.testDirtyMultiBidiRemoved [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* PartialCommitTest.testDirtyMultiBidiRemoved_oldTargetNotIncluded [MEM-branching, JVM, Legacy] ******************************************************* ---> Failed properly: org.eclipse.emf.cdo.util.CommitIntegrityException: The removed child / refTarget of object CDOLegacyAdapter[MultiNonContainedElementImpl@OID6] needs to be included in the commit but isn't ******************************************************* PartialCommitTest.testDirtySingleBidiChanged [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* PartialCommitTest.testDirtySingleBidiChanged_newTargetNotIncluded [MEM-branching, JVM, Legacy] ******************************************************* ---> Failed properly: org.eclipse.emf.cdo.util.CommitIntegrityException: The new child / refTarget of object CDOLegacyAdapter[SingleNonContainedElementImpl@OID6] needs to be included in the commit but isn't ******************************************************* PartialCommitTest.testDirtySingleBidiChanged_oldTargetNotIncluded [MEM-branching, JVM, Legacy] ******************************************************* ---> Failed properly: org.eclipse.emf.cdo.util.CommitIntegrityException: The removed / former child / refTarget of object CDOLegacyAdapter[SingleNonContainedElementImpl@OID6] needs to be included in the commit but isn't ******************************************************* PartialCommitTest.testDirtySingleBidiNew [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* PartialCommitTest.testDirtySingleBidiNew_newtargetNotIncluded [MEM-branching, JVM, Legacy] ******************************************************* ---> Failed properly: org.eclipse.emf.cdo.util.CommitIntegrityException: The new child / refTarget of object CDOLegacyAdapter[SingleNonContainedElementImpl@OID7] needs to be included in the commit but isn't ******************************************************* PartialCommitTest.testDirtySingleBidiRemoved [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* PartialCommitTest.testDirtySingleBidiRemoved_oldTargetNotIncluded [MEM-branching, JVM, Legacy] ******************************************************* ---> Failed properly: org.eclipse.emf.cdo.util.CommitIntegrityException: The removed child / refTarget of object CDOLegacyAdapter[SingleNonContainedElementImpl@OID6] needs to be included in the commit but isn't ******************************************************* PartialCommitTest.testDoubleMove [MEM-branching, JVM, Legacy] ******************************************************* ---> purchaseOrder=org.eclipse.emf.cdo.tests.model1.legacy.impl.PurchaseOrderImpl@7b4b2dcd (date: null) company1=org.eclipse.emf.cdo.tests.model1.legacy.impl.CompanyImpl@779af906 (name: null, street: null, city: null) company2=org.eclipse.emf.cdo.tests.model1.legacy.impl.CompanyImpl@4396910 (name: null, street: null, city: null) company3=org.eclipse.emf.cdo.tests.model1.legacy.impl.CompanyImpl@445ec339 (name: null, street: null, city: null) ******************************************************* PartialCommitTest.testIgnoreDanglingMultiRef_dirtyToDetached [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* PartialCommitTest.testIgnoreDanglingMultiRef_dirtyToTransient [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* PartialCommitTest.testIgnoreDanglingMultiRef_dirtyToTransient2 [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* PartialCommitTest.testIgnoreDanglingMultiRef_newToDetached [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* PartialCommitTest.testIgnoreDanglingMultiRef_newToTransient [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* PartialCommitTest.testIgnoreDanglingSingleRef_dirtyToDetached [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* PartialCommitTest.testIgnoreDanglingSingleRef_dirtyToTransient [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* PartialCommitTest.testIgnoreDanglingSingleRef_dirtyToTransient2 [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* PartialCommitTest.testIgnoreDanglingSingleRef_newToDetached [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* PartialCommitTest.testIgnoreDanglingSingleRef_newToTransient [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* PartialCommitTest.testMove [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* PartialCommitTest.testMoveSingleRef [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* PartialCommitTest.testMoveSingleRef_movedObjectNotIncluded [MEM-branching, JVM, Legacy] ******************************************************* ---> Failed properly: org.eclipse.emf.cdo.util.CommitIntegrityException: The removed child / refTarget of object CDOLegacyAdapter[RefSingleContainedNPLImpl@OID4] needs to be included in the commit but isn't ******************************************************* PartialCommitTest.testMoveSingleRef_newContainerNotIncluded [MEM-branching, JVM, Legacy] ******************************************************* ---> Failed properly: org.eclipse.emf.cdo.util.CommitIntegrityException: The container of moved object CDOLegacyAdapter[ContainedElementNoOppositeImpl@OID5] needs to be included in the commit but isn't ******************************************************* PartialCommitTest.testMoveSingleRef_oldContainerNotIncluded [MEM-branching, JVM, Legacy] ******************************************************* ---> Failed properly: org.eclipse.emf.cdo.util.CommitIntegrityException: The former container of moved object CDOLegacyAdapter[ContainedElementNoOppositeImpl@OID5] needs to be included in the commit but isn't ******************************************************* PartialCommitTest.testMoveSingleRef_onlyMovedObjectIncluded [MEM-branching, JVM, Legacy] ******************************************************* ---> Failed properly: org.eclipse.emf.cdo.util.CommitIntegrityException: The container of moved object CDOLegacyAdapter[ContainedElementNoOppositeImpl@OID5] needs to be included in the commit but isn't ******************************************************* PartialCommitTest.testMoveSingleRef_onlyNewContainerIncluded [MEM-branching, JVM, Legacy] ******************************************************* ---> Failed properly: org.eclipse.emf.cdo.util.CommitIntegrityException: The new child / refTarget of object CDOLegacyAdapter[RefSingleContainedNPLImpl@OID6] needs to be included in the commit but isn't ******************************************************* PartialCommitTest.testMoveSingleRef_onlyOldContainerIncluded [MEM-branching, JVM, Legacy] ******************************************************* ---> Failed properly: org.eclipse.emf.cdo.util.CommitIntegrityException: The removed child / refTarget of object CDOLegacyAdapter[RefSingleContainedNPLImpl@OID4] needs to be included in the commit but isn't ******************************************************* PartialCommitTest.testMove_movedObjectNotIncluded [MEM-branching, JVM, Legacy] ******************************************************* ---> Failed properly: org.eclipse.emf.cdo.util.CommitIntegrityException: The removed child / refTarget of object CDOLegacyAdapter[CompanyImpl@OID4] needs to be included in the commit but isn't ******************************************************* PartialCommitTest.testMove_newContainerNotIncluded [MEM-branching, JVM, Legacy] ******************************************************* ---> Failed properly: org.eclipse.emf.cdo.util.CommitIntegrityException: The container of moved object CDOLegacyAdapter[PurchaseOrderImpl@OID5] needs to be included in the commit but isn't ******************************************************* PartialCommitTest.testMove_oldContainerNotIncluded [MEM-branching, JVM, Legacy] ******************************************************* ---> Failed properly: org.eclipse.emf.cdo.util.CommitIntegrityException: The former container of moved object CDOLegacyAdapter[PurchaseOrderImpl@OID5] needs to be included in the commit but isn't ******************************************************* PartialCommitTest.testMove_onlyMovedObjectIncluded [MEM-branching, JVM, Legacy] ******************************************************* ---> Failed properly: org.eclipse.emf.cdo.util.CommitIntegrityException: The container of moved object CDOLegacyAdapter[PurchaseOrderImpl@OID5] needs to be included in the commit but isn't ******************************************************* PartialCommitTest.testMove_onlyNewContainerIncluded [MEM-branching, JVM, Legacy] ******************************************************* ---> Failed properly: org.eclipse.emf.cdo.util.CommitIntegrityException: The added child / refTarget of object CDOLegacyAdapter[CompanyImpl@OID6] needs to be included in the commit but isn't ******************************************************* PartialCommitTest.testMove_onlyOldContainerIncluded [MEM-branching, JVM, Legacy] ******************************************************* ---> Failed properly: org.eclipse.emf.cdo.util.CommitIntegrityException: The removed child / refTarget of object CDOLegacyAdapter[CompanyImpl@OID4] needs to be included in the commit but isn't ******************************************************* PartialCommitTest.testMultiBidiOnNewObject [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* PartialCommitTest.testMultiBidiOnNewObject_targetNotIncluded [MEM-branching, JVM, Legacy] ******************************************************* ---> Failed properly: org.eclipse.emf.cdo.util.CommitIntegrityException: The target of reference 'parent' of new object CDOLegacyAdapter[MultiNonContainedElementImpl@oid1] needs to be included in the commit but isn't ******************************************************* PartialCommitTest.testMultiBidiOnRemovedObject [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* PartialCommitTest.testMultiBidiOnRemovedObject_targetNotIncluded [MEM-branching, JVM, Legacy] ******************************************************* ---> Failed properly: org.eclipse.emf.cdo.util.CommitIntegrityException: The target of reference 'parent' of detached object CDOLegacyAdapter[MultiNonContainedElementImpl@null] needs to be included in the commit but isn't ******************************************************* PartialCommitTest.testNew [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* PartialCommitTest.testNewNestedResource [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* PartialCommitTest.testNewNestedResource_resourceFolderNotIncluded [MEM-branching, JVM, Legacy] ******************************************************* ---> Failed properly: org.eclipse.emf.cdo.util.CommitIntegrityException: The container of new object CDOResource@oid2[NEW]("cdo://repo1/folder/nested") needs to be included in the commit but isn't ******************************************************* PartialCommitTest.testNewNestedResource_rootResourceNotIncluded [MEM-branching, JVM, Legacy] ******************************************************* ---> Failed properly: org.eclipse.emf.cdo.util.CommitIntegrityException: The resource of new object CDOResourceFolder@oid1[NEW]("folder") needs to be included in the commit but isn't ******************************************************* PartialCommitTest.testNewSingle [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* PartialCommitTest.testNewSingle_containerOfNewObjectNotIncluded [MEM-branching, JVM, Legacy] ******************************************************* ---> Failed properly: org.eclipse.emf.cdo.util.CommitIntegrityException: The container of new object CDOLegacyAdapter[ContainedElementNoOppositeImpl@oid1] needs to be included in the commit but isn't ******************************************************* PartialCommitTest.testNewSingle_newObjectNotIncluded [MEM-branching, JVM, Legacy] ******************************************************* ---> Failed properly: org.eclipse.emf.cdo.util.CommitIntegrityException: The new child / refTarget of object CDOLegacyAdapter[RefSingleContainedNPLImpl@OID6] needs to be included in the commit but isn't ******************************************************* PartialCommitTest.testNewTopLevel [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* PartialCommitTest.testNewTopLevelResource [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* PartialCommitTest.testNewTopLevelResource_rootResourceNotIncluded [MEM-branching, JVM, Legacy] ******************************************************* ---> Failed properly: org.eclipse.emf.cdo.util.CommitIntegrityException: The resource of new object CDOResource@oid1[NEW]("cdo://repo1/top2") needs to be included in the commit but isn't ******************************************************* PartialCommitTest.testNewTopLevel_newObjectNotIncluded [MEM-branching, JVM, Legacy] ******************************************************* ---> Failed properly: org.eclipse.emf.cdo.util.CommitIntegrityException: The added child / refTarget of object CDOResource@OID3[DIRTY]("cdo://repo1/PartialCommitTest_testNewTopLevel_newObjectNotIncluded/r1") needs to be included in the commit but isn't ******************************************************* PartialCommitTest.testNewTopLevel_resourceNotIncluded [MEM-branching, JVM, Legacy] ******************************************************* ---> Failed properly: org.eclipse.emf.cdo.util.CommitIntegrityException: The resource of new object CDOLegacyAdapter[CompanyImpl@oid1] needs to be included in the commit but isn't ******************************************************* PartialCommitTest.testNew_containerOfNewObjectNotIncluded [MEM-branching, JVM, Legacy] ******************************************************* ---> Failed properly: org.eclipse.emf.cdo.util.CommitIntegrityException: The container of new object CDOLegacyAdapter[PurchaseOrderImpl@oid1] needs to be included in the commit but isn't ******************************************************* PartialCommitTest.testNew_newObjectNotIncluded [MEM-branching, JVM, Legacy] ******************************************************* ---> Failed properly: org.eclipse.emf.cdo.util.CommitIntegrityException: The added child / refTarget of object CDOLegacyAdapter[CompanyImpl@OID6] needs to be included in the commit but isn't ******************************************************* PartialCommitTest.testPartialCleanUp_detachedObjects [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* PartialCommitTest.testPartialCleanUp_dirtyObjects [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* PartialCommitTest.testPartialCleanUp_newObjects [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* PartialCommitTest.testSingleBidiOnNewObject [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* PartialCommitTest.testSingleBidiOnNewObject_targetNotIncluded [MEM-branching, JVM, Legacy] ******************************************************* ---> Failed properly: org.eclipse.emf.cdo.util.CommitIntegrityException: The target of reference 'parent' of new object CDOLegacyAdapter[SingleNonContainedElementImpl@oid1] needs to be included in the commit but isn't ******************************************************* PartialCommitTest.testSingleBidiOnRemovedObject [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* PartialCommitTest.testSingleBidiOnRemovedObject_targetNotIncluded [MEM-branching, JVM, Legacy] ******************************************************* ---> Failed properly: org.eclipse.emf.cdo.util.CommitIntegrityException: The target of reference 'parent' of detached object CDOLegacyAdapter[SingleNonContainedElementImpl@null] needs to be included in the commit but isn't ******************************************************* PartialCommitTest.test_noCommittablesAfterCommit [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* PushTransactionTest.testAddNewHierarchy [MEM-branching, JVM, Legacy] ******************************************************* [INFO] Using /tmp/cdo_tx_3_1__15152874506973511171.tmp for push transaction repo1:3:1 [INFO] Using /tmp/cdo_tx_3_1__15152874506973511171.tmp for push transaction repo1:4:1 ******************************************************* PushTransactionTest.testAddNewObjectInObject [MEM-branching, JVM, Legacy] ******************************************************* [INFO] Using /tmp/cdo_tx_3_1__9586175363136708247.tmp for push transaction repo1:3:1 [INFO] Using /tmp/cdo_tx_3_1__9586175363136708247.tmp for push transaction repo1:4:1 ******************************************************* PushTransactionTest.testAddNewObjectInObjectBetweenReloadAndPush [MEM-branching, JVM, Legacy] ******************************************************* [INFO] Using /tmp/cdo_tx_3_1__14437682426637564692.tmp for push transaction repo1:3:1 [INFO] Using /tmp/cdo_tx_3_1__14437682426637564692.tmp for push transaction repo1:4:1 ******************************************************* PushTransactionTest.testAddNewObjectInObjectTwiceBetweenReloadAndPush [MEM-branching, JVM, Legacy] ******************************************************* [INFO] Using /tmp/cdo_tx_3_1__1440081068020131707.tmp for push transaction repo1:3:1 [INFO] Using /tmp/cdo_tx_3_1__1440081068020131707.tmp for push transaction repo1:4:1 ******************************************************* PushTransactionTest.testAddNewObjectInResource [MEM-branching, JVM, Legacy] ******************************************************* [INFO] Using /tmp/cdo_tx_3_1__9614422956357490257.tmp for push transaction repo1:3:1 [INFO] Using /tmp/cdo_tx_3_1__9614422956357490257.tmp for push transaction repo1:4:1 ******************************************************* PushTransactionTest.testClearObjects [MEM-branching, JVM, Legacy] ******************************************************* [INFO] Using /tmp/cdo_tx_3_1__2898233405719923184.tmp for push transaction repo1:3:1 [INFO] Using /tmp/cdo_tx_3_1__2898233405719923184.tmp for push transaction repo1:4:1 ******************************************************* PushTransactionTest.testConflictWithModifiedObject [MEM-branching, JVM, Legacy] ******************************************************* [INFO] Using /tmp/cdo_tx_3_1__4575710499017403506.tmp for push transaction repo1:3:1 [INFO] Using /tmp/cdo_tx_3_1__4575710499017403506.tmp for push transaction repo1:5:1 ******************************************************* PushTransactionTest.testConflictWithRemovedObject [MEM-branching, JVM, Legacy] ******************************************************* [INFO] Using /tmp/cdo_tx_3_1__17406514521549854699.tmp for push transaction repo1:3:1 [INFO] Using /tmp/cdo_tx_3_1__17406514521549854699.tmp for push transaction repo1:5:1 ******************************************************* PushTransactionTest.testDeleteExistingObject [MEM-branching, JVM, Legacy] ******************************************************* [INFO] Using /tmp/cdo_tx_3_1__13478538329721113911.tmp for push transaction repo1:3:1 [INFO] Using /tmp/cdo_tx_3_1__13478538329721113911.tmp for push transaction repo1:4:1 ******************************************************* PushTransactionTest.testMoveObject [MEM-branching, JVM, Legacy] ******************************************************* [INFO] Using /tmp/cdo_tx_3_1__18239255650760315255.tmp for push transaction repo1:3:1 [INFO] Using /tmp/cdo_tx_3_1__18239255650760315255.tmp for push transaction repo1:4:1 ******************************************************* PushTransactionTest.testUnsetValue [MEM-branching, JVM, Legacy] ******************************************************* [INFO] Using /tmp/cdo_tx_3_1__4948126218244339821.tmp for push transaction repo1:3:1 [INFO] Using /tmp/cdo_tx_3_1__4948126218244339821.tmp for push transaction repo1:4:1 ******************************************************* PushTransactionTest.testUnsetValueWithoutPushTX [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* PushTransactionTest.testUpdateExistingObject [MEM-branching, JVM, Legacy] ******************************************************* [INFO] Using /tmp/cdo_tx_3_1__878815445512558656.tmp for push transaction repo1:3:1 [INFO] Using /tmp/cdo_tx_3_1__878815445512558656.tmp for push transaction repo1:4:1 ******************************************************* PushTransactionWithoutReconstructSavepointsTest.testAddNewHierarchy [MEM-branching, JVM, Legacy] ******************************************************* [INFO] Using /tmp/cdo_tx_3_1__2587479826284566277.tmp for push transaction repo1:3:1 [INFO] Using /tmp/cdo_tx_3_1__2587479826284566277.tmp for push transaction repo1:4:1 ******************************************************* PushTransactionWithoutReconstructSavepointsTest.testAddNewObjectInObject [MEM-branching, JVM, Legacy] ******************************************************* [INFO] Using /tmp/cdo_tx_3_1__15493841799446204031.tmp for push transaction repo1:3:1 [INFO] Using /tmp/cdo_tx_3_1__15493841799446204031.tmp for push transaction repo1:4:1 ******************************************************* PushTransactionWithoutReconstructSavepointsTest.testAddNewObjectInObjectBetweenReloadAndPush [MEM-branching, JVM, Legacy] ******************************************************* [INFO] Using /tmp/cdo_tx_3_1__14336847313692722479.tmp for push transaction repo1:3:1 [INFO] Using /tmp/cdo_tx_3_1__14336847313692722479.tmp for push transaction repo1:4:1 ******************************************************* PushTransactionWithoutReconstructSavepointsTest.testAddNewObjectInObjectTwiceBetweenReloadAndPush [MEM-branching, JVM, Legacy] ******************************************************* [INFO] Using /tmp/cdo_tx_3_1__206629202869078888.tmp for push transaction repo1:3:1 [INFO] Using /tmp/cdo_tx_3_1__206629202869078888.tmp for push transaction repo1:4:1 ******************************************************* PushTransactionWithoutReconstructSavepointsTest.testAddNewObjectInResource [MEM-branching, JVM, Legacy] ******************************************************* [INFO] Using /tmp/cdo_tx_3_1__1705082377214461340.tmp for push transaction repo1:3:1 [INFO] Using /tmp/cdo_tx_3_1__1705082377214461340.tmp for push transaction repo1:4:1 ******************************************************* PushTransactionWithoutReconstructSavepointsTest.testClearObjects [MEM-branching, JVM, Legacy] ******************************************************* [INFO] Using /tmp/cdo_tx_3_1__13904196279628559302.tmp for push transaction repo1:3:1 [INFO] Using /tmp/cdo_tx_3_1__13904196279628559302.tmp for push transaction repo1:4:1 ******************************************************* PushTransactionWithoutReconstructSavepointsTest.testConflictWithModifiedObject [MEM-branching, JVM, Legacy] ******************************************************* [INFO] Using /tmp/cdo_tx_3_1__13369897117155120949.tmp for push transaction repo1:3:1 [INFO] Using /tmp/cdo_tx_3_1__13369897117155120949.tmp for push transaction repo1:5:1 ******************************************************* PushTransactionWithoutReconstructSavepointsTest.testConflictWithRemovedObject [MEM-branching, JVM, Legacy] ******************************************************* [INFO] Using /tmp/cdo_tx_3_1__14969008317900927765.tmp for push transaction repo1:3:1 [INFO] Using /tmp/cdo_tx_3_1__14969008317900927765.tmp for push transaction repo1:5:1 ******************************************************* PushTransactionWithoutReconstructSavepointsTest.testDeleteExistingObject [MEM-branching, JVM, Legacy] ******************************************************* [INFO] Using /tmp/cdo_tx_3_1__13755395832048748694.tmp for push transaction repo1:3:1 [INFO] Using /tmp/cdo_tx_3_1__13755395832048748694.tmp for push transaction repo1:4:1 ******************************************************* PushTransactionWithoutReconstructSavepointsTest.testMoveObject [MEM-branching, JVM, Legacy] ******************************************************* [INFO] Using /tmp/cdo_tx_3_1__5566769121965583131.tmp for push transaction repo1:3:1 [INFO] Using /tmp/cdo_tx_3_1__5566769121965583131.tmp for push transaction repo1:4:1 ******************************************************* PushTransactionWithoutReconstructSavepointsTest.testUnsetValue [MEM-branching, JVM, Legacy] ******************************************************* [INFO] Using /tmp/cdo_tx_3_1__7506369080765610263.tmp for push transaction repo1:3:1 [INFO] Using /tmp/cdo_tx_3_1__7506369080765610263.tmp for push transaction repo1:4:1 ******************************************************* PushTransactionWithoutReconstructSavepointsTest.testUnsetValueWithoutPushTX [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* PushTransactionWithoutReconstructSavepointsTest.testUpdateExistingObject [MEM-branching, JVM, Legacy] ******************************************************* [INFO] Using /tmp/cdo_tx_3_1__15591927319209497190.tmp for push transaction repo1:3:1 [INFO] Using /tmp/cdo_tx_3_1__15591927319209497190.tmp for push transaction repo1:4:1 ******************************************************* RepositoryTest.testInsertProperties [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* RepositoryTest.testObjectWriteAccessHandler [MEM-branching, JVM, Legacy] ******************************************************* [ERROR] Adding a customer with name 'Admin' is not allowed java.lang.IllegalStateException: Adding a customer with name 'Admin' is not allowed at org.eclipse.emf.cdo.tests.RepositoryTest$3.handleTransactionBeforeCommitting(RepositoryTest.java:287) at org.eclipse.emf.cdo.spi.server.ObjectWriteAccessHandler.handleTransactionBeforeCommitting(ObjectWriteAccessHandler.java:130) at org.eclipse.emf.cdo.internal.server.Repository.notifyWriteAccessHandlers(Repository.java:1894) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.notifyBeforeCommitting(TransactionCommitContext.java:584) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.applyIDMappings(TransactionCommitContext.java:545) at org.eclipse.emf.cdo.spi.server.StoreAccessor.applyIDMappings(StoreAccessor.java:207) at org.eclipse.emf.cdo.spi.server.StoreAccessor.doWrite(StoreAccessor.java:96) at org.eclipse.emf.cdo.internal.server.mem.MEMStoreAccessor.doWrite(MEMStoreAccessor.java:211) at org.eclipse.emf.cdo.spi.server.StoreAccessorBase.write(StoreAccessorBase.java:144) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.writeAccessor(TransactionCommitContext.java:1894) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.write(TransactionCommitContext.java:839) at org.eclipse.emf.cdo.spi.server.InternalCommitContext$1.runLoop(InternalCommitContext.java:49) at org.eclipse.emf.cdo.spi.server.InternalCommitContext$1.runLoop(InternalCommitContext.java:1) at org.eclipse.net4j.util.om.monitor.ProgressDistributor.run(ProgressDistributor.java:95) at org.eclipse.emf.cdo.internal.server.Repository.commitUnsynced(Repository.java:1562) at org.eclipse.emf.cdo.internal.server.Repository.commit(Repository.java:1550) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicatingCommit(CommitTransactionIndication.java:283) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicating(CommitTransactionIndication.java:96) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerIndicationWithMonitoring.indicating(CDOServerIndicationWithMonitoring.java:118) at org.eclipse.net4j.signal.IndicationWithMonitoring.indicating(IndicationWithMonitoring.java:62) at org.eclipse.net4j.signal.IndicationWithResponse.doExtendedInput(IndicationWithResponse.java:94) at org.eclipse.net4j.signal.Signal.doInput(Signal.java:434) at org.eclipse.net4j.signal.IndicationWithResponse.execute(IndicationWithResponse.java:72) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) ******************************************************* RepositoryTest.testReadAccessHandlers [MEM-branching, JVM, Legacy] ******************************************************* Eike Simon [ERROR] Revisions can not be delivered to Session3 [repo1]: - Confidential! java.lang.IllegalStateException: Revisions can not be delivered to Session3 [repo1]: - Confidential! at org.eclipse.emf.cdo.server.CDOServerUtil$RepositoryReadAccessValidator.throwException(CDOServerUtil.java:458) at org.eclipse.emf.cdo.server.CDOServerUtil$RepositoryReadAccessValidator.throwException(CDOServerUtil.java:453) at org.eclipse.emf.cdo.server.CDOServerUtil$RepositoryReadAccessValidator.handleRevisionsBeforeSending(CDOServerUtil.java:426) at org.eclipse.emf.cdo.internal.server.Repository.notifyReadAccessHandlers(Repository.java:1866) at org.eclipse.emf.cdo.server.internal.net4j.protocol.LoadRevisionsIndication.responding(LoadRevisionsIndication.java:197) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerIndication.responding(CDOServerIndication.java:162) at org.eclipse.net4j.signal.IndicationWithResponse.doExtendedOutput(IndicationWithResponse.java:100) at org.eclipse.net4j.signal.Signal.doOutput(Signal.java:407) at org.eclipse.net4j.signal.IndicationWithResponse.execute(IndicationWithResponse.java:74) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerReadIndication.execute(CDOServerReadIndication.java:36) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) ******************************************************* RepositoryTest.testRemoveProperties [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* RepositoryTest.testSessionClosed [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* RepositoryTest.testUpdateProperties [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* RepositoryTest.testWriteAccessHandlers [MEM-branching, JVM, Legacy] ******************************************************* [ERROR] Adding a customer with name 'Admin' is not allowed java.lang.IllegalStateException: Adding a customer with name 'Admin' is not allowed at org.eclipse.emf.cdo.tests.RepositoryTest$1.handleTransactionBeforeCommitting(RepositoryTest.java:172) at org.eclipse.emf.cdo.internal.server.Repository.notifyWriteAccessHandlers(Repository.java:1894) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.notifyBeforeCommitting(TransactionCommitContext.java:584) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.applyIDMappings(TransactionCommitContext.java:545) at org.eclipse.emf.cdo.spi.server.StoreAccessor.applyIDMappings(StoreAccessor.java:207) at org.eclipse.emf.cdo.spi.server.StoreAccessor.doWrite(StoreAccessor.java:96) at org.eclipse.emf.cdo.internal.server.mem.MEMStoreAccessor.doWrite(MEMStoreAccessor.java:211) at org.eclipse.emf.cdo.spi.server.StoreAccessorBase.write(StoreAccessorBase.java:144) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.writeAccessor(TransactionCommitContext.java:1894) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.write(TransactionCommitContext.java:839) at org.eclipse.emf.cdo.spi.server.InternalCommitContext$1.runLoop(InternalCommitContext.java:49) at org.eclipse.emf.cdo.spi.server.InternalCommitContext$1.runLoop(InternalCommitContext.java:1) at org.eclipse.net4j.util.om.monitor.ProgressDistributor.run(ProgressDistributor.java:95) at org.eclipse.emf.cdo.internal.server.Repository.commitUnsynced(Repository.java:1562) at org.eclipse.emf.cdo.internal.server.Repository.commit(Repository.java:1550) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicatingCommit(CommitTransactionIndication.java:283) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicating(CommitTransactionIndication.java:96) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerIndicationWithMonitoring.indicating(CDOServerIndicationWithMonitoring.java:118) at org.eclipse.net4j.signal.IndicationWithMonitoring.indicating(IndicationWithMonitoring.java:62) at org.eclipse.net4j.signal.IndicationWithResponse.doExtendedInput(IndicationWithResponse.java:94) at org.eclipse.net4j.signal.Signal.doInput(Signal.java:434) at org.eclipse.net4j.signal.IndicationWithResponse.execute(IndicationWithResponse.java:72) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) ******************************************************* RepositoryTest.testWriteAccessHandlers_WithServerCDOView [MEM-branching, JVM, Legacy] ******************************************************* [ERROR] Adding a customer with name 'Admin' is not allowed java.lang.IllegalStateException: Adding a customer with name 'Admin' is not allowed at org.eclipse.emf.cdo.tests.RepositoryTest$2.handleTransactionBeforeCommitting(RepositoryTest.java:230) at org.eclipse.emf.cdo.internal.server.Repository.notifyWriteAccessHandlers(Repository.java:1894) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.notifyBeforeCommitting(TransactionCommitContext.java:584) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.applyIDMappings(TransactionCommitContext.java:545) at org.eclipse.emf.cdo.spi.server.StoreAccessor.applyIDMappings(StoreAccessor.java:207) at org.eclipse.emf.cdo.spi.server.StoreAccessor.doWrite(StoreAccessor.java:96) at org.eclipse.emf.cdo.internal.server.mem.MEMStoreAccessor.doWrite(MEMStoreAccessor.java:211) at org.eclipse.emf.cdo.spi.server.StoreAccessorBase.write(StoreAccessorBase.java:144) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.writeAccessor(TransactionCommitContext.java:1894) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.write(TransactionCommitContext.java:839) at org.eclipse.emf.cdo.spi.server.InternalCommitContext$1.runLoop(InternalCommitContext.java:49) at org.eclipse.emf.cdo.spi.server.InternalCommitContext$1.runLoop(InternalCommitContext.java:1) at org.eclipse.net4j.util.om.monitor.ProgressDistributor.run(ProgressDistributor.java:95) at org.eclipse.emf.cdo.internal.server.Repository.commitUnsynced(Repository.java:1562) at org.eclipse.emf.cdo.internal.server.Repository.commit(Repository.java:1550) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicatingCommit(CommitTransactionIndication.java:283) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicating(CommitTransactionIndication.java:96) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerIndicationWithMonitoring.indicating(CDOServerIndicationWithMonitoring.java:118) at org.eclipse.net4j.signal.IndicationWithMonitoring.indicating(IndicationWithMonitoring.java:62) at org.eclipse.net4j.signal.IndicationWithResponse.doExtendedInput(IndicationWithResponse.java:94) at org.eclipse.net4j.signal.Signal.doInput(Signal.java:434) at org.eclipse.net4j.signal.IndicationWithResponse.execute(IndicationWithResponse.java:72) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) ******************************************************* ResourceModificationTrackingTest.testIgnoreChangesBeforeTrackingEnablement [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* ResourceModificationTrackingTest.testNewResourceModificationTracking [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* ResourceModificationTrackingTest.testNewResourceModificationTracking2 [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* ResourceModificationTrackingTest.testPartialRollbackOperation [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* ResourceModificationTrackingTest.testResourceModificationTracking [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* ResourceModificationTrackingTest.testResourceModificationTracking2 [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* ResourceModificationTrackingTest.testResourceModificationTrackingNotification [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* ResourceModificationTrackingTest.testRollbackOperation [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* ResourceTest.testAttachDetachResourceDepth1_Delete [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* ResourceTest.testAttachDetachResourceDepth1_Remove [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* ResourceTest.testAttachDetachResourceDepth2_Delete [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* ResourceTest.testAttachDetachResourceDepth2_Remove [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* ResourceTest.testAttachDetachResourceDepth3_Delete [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* ResourceTest.testAttachDetachResourceDepth3_Remove [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* ResourceTest.testAttachDetachResourceDepth3_Remove_Tree [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* ResourceTest.testAttachResource [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* ResourceTest.testBinaryResource [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* ResourceTest.testChangePathFromDepth0ToDepth0 [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* ResourceTest.testChangePathFromDepth0ToDepth1 [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* ResourceTest.testChangePathFromDepth0ToDepth2 [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* ResourceTest.testChangePathFromDepth0ToDepth3 [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* ResourceTest.testChangePathFromDepth3ToDepth0 [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* ResourceTest.testChangePathFromDepth3ToDepth1 [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* ResourceTest.testChangePathFromDepth3ToDepth2 [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* ResourceTest.testChangePathFromDepth3ToDepth3 [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* ResourceTest.testChangeResourceFolderURI [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* ResourceTest.testChangeResourceURI [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* ResourceTest.testCommitMultipleResources [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* ResourceTest.testCreateNestedResource_FromResourceSet [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* ResourceTest.testCreateResource_FromResourceSet [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* ResourceTest.testCreateResource_FromTransaction [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* ResourceTest.testCreateResource_WithDeepPath [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* ResourceTest.testDeleteResource [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* ResourceTest.testDeleteResourceDifferentSession [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* ResourceTest.testDeleteResourceDifferentSessionFresh [MEM-branching, JVM, Legacy] ******************************************************* org.eclipse.emf.cdo.util.InvalidURIException: Invalid URI "cdo://repo1/ResourceTest_testDeleteResourceDifferentSessionFresh/resource1": org.eclipse.emf.cdo.common.util.CDOResourceNodeNotFoundException: Resource node not found: resource1 at org.eclipse.emf.internal.cdo.view.AbstractCDOView.registerProxyResource2(AbstractCDOView.java:2484) at org.eclipse.emf.internal.cdo.view.AbstractCDOView.attachResource(AbstractCDOView.java:2437) at org.eclipse.emf.cdo.eresource.impl.CDOResourceImpl.basicSetResourceSet(CDOResourceImpl.java:1718) at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl$ResourcesEList.inverseAdd(ResourceSetImpl.java:586) at org.eclipse.emf.common.notify.impl.NotifyingListImpl.addUnique(NotifyingListImpl.java:286) at org.eclipse.emf.common.util.AbstractEList.add(AbstractEList.java:304) at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.createResource(ResourceSetImpl.java:435) at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandCreateResource(ResourceSetImpl.java:243) at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.getResource(ResourceSetImpl.java:400) at org.eclipse.emf.internal.cdo.view.AbstractCDOView.getResource(AbstractCDOView.java:1394) at org.eclipse.emf.internal.cdo.view.AbstractCDOView.getResource(AbstractCDOView.java:1375) at org.eclipse.emf.cdo.tests.ResourceTest.testDeleteResourceDifferentSessionFresh(ResourceTest.java:1456) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at junit.framework.TestCase.runTest(TestCase.java:177) at org.eclipse.net4j.util.tests.AbstractOMTest.access$0(AbstractOMTest.java:1) at org.eclipse.net4j.util.tests.AbstractOMTest$3.execute(AbstractOMTest.java:315) at org.eclipse.net4j.internal.util.test.TestExecuter.execute(TestExecuter.java:40) at org.eclipse.net4j.util.tests.AbstractOMTest.runBare(AbstractOMTest.java:301) at org.eclipse.emf.cdo.tests.config.impl.ConfigTest.runBare(ConfigTest.java:648) at junit.framework.TestResult$1.protect(TestResult.java:122) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.framework.TestResult.run(TestResult.java:125) at junit.framework.TestCase.run(TestCase.java:130) at org.eclipse.net4j.util.tests.AbstractOMTest.run(AbstractOMTest.java:375) at junit.framework.TestSuite.runTest(TestSuite.java:241) at org.eclipse.emf.cdo.tests.config.impl.ConfigTestSuite$TestClassWrapper.runTest(ConfigTestSuite.java:231) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at org.eclipse.emf.cdo.tests.config.impl.ConfigTestSuite$MainSuite.run(ConfigTestSuite.java:166) at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:364) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:237) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:158) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.apache.maven.surefire.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:167) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:142) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:28) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:679) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:616) at org.eclipse.equinox.launcher.Main.run(Main.java:1492) at org.eclipse.equinox.launcher.Main.main(Main.java:1465) Caused by: org.eclipse.emf.cdo.common.util.CDOResourceNodeNotFoundException: Resource node not found: resource1 at org.eclipse.emf.internal.cdo.view.AbstractCDOView.getResourceNodeID(AbstractCDOView.java:1190) at org.eclipse.emf.internal.cdo.view.AbstractCDOView.getResourceNodeIDChecked(AbstractCDOView.java:1099) at org.eclipse.emf.internal.cdo.view.AbstractCDOView.getResourceNodeID(AbstractCDOView.java:1078) at org.eclipse.emf.internal.cdo.view.AbstractCDOView.registerProxyResource2(AbstractCDOView.java:2467) ... 61 more ******************************************************* ResourceTest.testDeleteResourceFolder [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* ResourceTest.testDeleteResourceFolderDifferentSession [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* ResourceTest.testDeleteResourceFolderDifferentSessionFresh [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* ResourceTest.testDeleteResourceFolderFresh [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* ResourceTest.testDeleteResourceFresh [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* ResourceTest.testDeleteResourceFromRoot [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* ResourceTest.testDuplicatePathAfterDetach [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* ResourceTest.testGetResourceNodeContract [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* ResourceTest.testLoadAbsentResource_FromResourceSet [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* ResourceTest.testLoadMultipleResources [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* ResourceTest.testMove [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* ResourceTest.testMoveConflict [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* ResourceTest.testMoveFromRoot [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* ResourceTest.testMoveToRoot [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* ResourceTest.testNameChecks [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* ResourceTest.testNoUneededResourcesLoadOnMove [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* ResourceTest.testPathNotNull [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* ResourceTest.testPathWithSpaces [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* ResourceTest.testPrefetchContents [MEM-branching, JVM, Legacy] ******************************************************* org.eclipse.emf.cdo.tests.model1.legacy.impl.CompanyImpl@4063af6 (name: null, street: null, city: null) ******************************************************* ResourceTest.testQueryModifiedResources [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* ResourceTest.testQueryModifiedResourcesAsync [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* ResourceTest.testQueryResources [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* ResourceTest.testQueryResourcesAsync [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* ResourceTest.testRemoveResourceByIndex [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* ResourceTest.testRemoveResourceWithCloseView [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* ResourceTest.testResourceIsLoading_crossResourceRef [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* ResourceTest.testResourceIsLoading_legacy [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* ResourceTest.testRootResourceFromURI [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* ResourceTest.testSaveXMI_WithXRef [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* ResourceTest.testSaveXMI_WithXRef_OtherResource [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* ResourceTest.testSetFolder [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* ResourceTest.testSetFolderConflict [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* ResourceTest.testSetPathConflict [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* ResourceTest.testTextResource [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* RevisionDeltaCascadingBranchesTest.testBasicRevisionDelta [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* RevisionDeltaCascadingBranchesTest.testBugzilla214374 [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* RevisionDeltaCascadingBranchesTest.testBugzilla214374_HandleClear [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* RevisionDeltaCascadingBranchesTest.testBugzilla214431 [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* RevisionDeltaCascadingBranchesTest.testBugzilla243282_Exception [MEM-branching, JVM, Legacy] ******************************************************* MAIN[0] 2024-05-03 05:11:34.066/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:34.066/2024-05-03 05:11:34.074 CDOResource@OID1:0v2("/") 2024-05-03 05:11:34.075/* CDOResourceFolder@OID2:0v1("RevisionDeltaCascadingBranchesTest_testBugzilla243282_Exception")2024-05-03 05:11:34.075/* CDOResource@OID3:0v1("test1") 2024-05-03 05:11:34.075/* Customer@OID4:0v1 2024-05-03 05:11:34.075/* ******************************************************* RevisionDeltaCascadingBranchesTest.testDetachWithXRef [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* RevisionDeltaCascadingBranchesTest.testDetachWithXRef_Remove [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* RevisionDeltaCascadingBranchesTest.testInsertAndMove [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* RevisionDeltaCascadingBranchesTest.testInsertAndMoveAndRemove [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* RevisionDeltaCascadingBranchesTest.testInsertAndRemove [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* RevisionDeltaCascadingBranchesTest.testInsertAndSet [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* RevisionDeltaCascadingBranchesTest.testListInsertFirst [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* RevisionDeltaCascadingBranchesTest.testListInsertLast [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* RevisionDeltaCascadingBranchesTest.testListInsertMiddle [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* RevisionDeltaCascadingBranchesTest.testListMoveToFirst [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* RevisionDeltaCascadingBranchesTest.testListMoveToLast [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* RevisionDeltaCascadingBranchesTest.testListMultipleOps [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* RevisionDeltaCascadingBranchesTest.testListMultipleOpsWithClear [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* RevisionDeltaCascadingBranchesTest.testListRemoveFirst [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* RevisionDeltaCascadingBranchesTest.testListRemoveLast [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* RevisionDeltaCascadingBranchesTest.testListRemoveMiddle [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* RevisionDeltaCascadingBranchesTest.testListSimpleMove [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* RevisionDeltaCascadingBranchesTest.testListTwoIndependentMoves [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* RevisionDeltaCascadingBranchesTest.testListTwoIntersectingMoves [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* RevisionDeltaCascadingBranchesTest.testMoveAndDelete [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* RevisionDeltaCascadingBranchesTest.testMultipleInserts [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* RevisionDeltaCascadingBranchesTest.testMultipleRemoves [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* RevisionDeltaCascadingBranchesTest.testSetAndRemove [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* RevisionDeltaInBranchTest.testBasicRevisionDelta [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* RevisionDeltaInBranchTest.testBugzilla214374 [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* RevisionDeltaInBranchTest.testBugzilla214374_HandleClear [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* RevisionDeltaInBranchTest.testBugzilla214431 [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* RevisionDeltaInBranchTest.testBugzilla243282_Exception [MEM-branching, JVM, Legacy] ******************************************************* MAIN[0] 2024-05-03 05:11:35.560/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:35.560/2024-05-03 05:11:35.567 CDOResource@OID1:0v2("/") 2024-05-03 05:11:35.568/* CDOResourceFolder@OID2:0v1("RevisionDeltaInBranchTest_testBugzilla243282_Exception")2024-05-03 05:11:35.568/* CDOResource@OID3:0v1("test1") 2024-05-03 05:11:35.568/* Customer@OID4:0v1 2024-05-03 05:11:35.568/* ******************************************************* RevisionDeltaInBranchTest.testDetachWithXRef [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* RevisionDeltaInBranchTest.testDetachWithXRef_Remove [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* RevisionDeltaInBranchTest.testInsertAndMove [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* RevisionDeltaInBranchTest.testInsertAndMoveAndRemove [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* RevisionDeltaInBranchTest.testInsertAndRemove [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* RevisionDeltaInBranchTest.testInsertAndSet [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* RevisionDeltaInBranchTest.testListInsertFirst [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* RevisionDeltaInBranchTest.testListInsertLast [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* RevisionDeltaInBranchTest.testListInsertMiddle [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* RevisionDeltaInBranchTest.testListMoveToFirst [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* RevisionDeltaInBranchTest.testListMoveToLast [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* RevisionDeltaInBranchTest.testListMultipleOps [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* RevisionDeltaInBranchTest.testListMultipleOpsWithClear [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* RevisionDeltaInBranchTest.testListRemoveFirst [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* RevisionDeltaInBranchTest.testListRemoveLast [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* RevisionDeltaInBranchTest.testListRemoveMiddle [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* RevisionDeltaInBranchTest.testListSimpleMove [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* RevisionDeltaInBranchTest.testListTwoIndependentMoves [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* RevisionDeltaInBranchTest.testListTwoIntersectingMoves [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* RevisionDeltaInBranchTest.testMoveAndDelete [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* RevisionDeltaInBranchTest.testMultipleInserts [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* RevisionDeltaInBranchTest.testMultipleRemoves [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* RevisionDeltaInBranchTest.testSetAndRemove [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* RevisionDeltaTest.testBasicRevisionDelta [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* RevisionDeltaTest.testBugzilla214374 [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* RevisionDeltaTest.testBugzilla214374_HandleClear [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* RevisionDeltaTest.testBugzilla214431 [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* RevisionDeltaTest.testBugzilla243282_Exception [MEM-branching, JVM, Legacy] ******************************************************* MAIN[0] 2024-05-03 05:11:36.589/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:36.589/2024-05-03 05:11:36.596 CDOResource@OID1:0v2("/") 2024-05-03 05:11:36.597/* CDOResourceFolder@OID2:0v1("RevisionDeltaTest_testBugzilla243282_Exception")2024-05-03 05:11:36.597/* CDOResource@OID3:0v1("test1") 2024-05-03 05:11:36.597/* Customer@OID4:0v1 2024-05-03 05:11:36.597/* ******************************************************* RevisionDeltaTest.testDetachWithXRef [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* RevisionDeltaTest.testDetachWithXRef_Remove [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* RevisionDeltaTest.testInsertAndMove [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* RevisionDeltaTest.testInsertAndMoveAndRemove [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* RevisionDeltaTest.testInsertAndRemove [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* RevisionDeltaTest.testInsertAndSet [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* RevisionDeltaTest.testListInsertFirst [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* RevisionDeltaTest.testListInsertLast [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* RevisionDeltaTest.testListInsertMiddle [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* RevisionDeltaTest.testListMoveToFirst [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* RevisionDeltaTest.testListMoveToLast [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* RevisionDeltaTest.testListMultipleOps [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* RevisionDeltaTest.testListMultipleOpsWithClear [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* RevisionDeltaTest.testListRemoveFirst [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* RevisionDeltaTest.testListRemoveLast [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* RevisionDeltaTest.testListRemoveMiddle [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* RevisionDeltaTest.testListSimpleMove [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* RevisionDeltaTest.testListTwoIndependentMoves [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* RevisionDeltaTest.testListTwoIntersectingMoves [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* RevisionDeltaTest.testMoveAndDelete [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* RevisionDeltaTest.testMultipleInserts [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* RevisionDeltaTest.testMultipleRemoves [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* RevisionDeltaTest.testSetAndRemove [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* RevisionManagerClientSideTest.testAvailableUp1_Branch1_Detached [MEM-branching, JVM, Legacy] ******************************************************* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:11:37.241/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:37.241/* EAnnotation@OID2:0v1 2024-05-03 05:11:37.251/2024-05-03 05:11:37.260 EAnnotation@OID2:0v2 2024-05-03 05:11:37.261/2024-05-03 05:11:37.280 EAnnotation@OID2:0v3 2024-05-03 05:11:37.281/2024-05-03 05:11:37.330 EAnnotation@OID2:0v4 2024-05-03 05:11:37.331/2024-05-03 05:11:37.349 EAnnotation@OID2:0v5d 2024-05-03 05:11:37.350/* RevisionManagerClientSideTest_testAvailableUp1_Branch1_Detached_branch1[1]2024-05-03 05:11:37.270/* EAnnotation@OID2:1v1 2024-05-03 05:11:37.275/2024-05-03 05:11:37.284 EAnnotation@OID2:1v2 2024-05-03 05:11:37.285/2024-05-03 05:11:37.304 EAnnotation@OID2:1v3 2024-05-03 05:11:37.305/2024-05-03 05:11:37.313 EAnnotation@OID2:1v4d 2024-05-03 05:11:37.314/* branch2[2] 2024-05-03 05:11:37.364/* branch3[3] 2024-05-03 05:11:37.294/* branch4[4] 2024-05-03 05:11:37.304/* EAnnotation@OID2:4v1d 2024-05-03 05:11:37.333/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:11:37.241/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:37.241/* ClientCache: Getting BranchPoint[MAIN, 2024-05-03 05:11:37.270] =============================================================================================== ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:11:37.241/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:37.241/* EAnnotation@OID2:0v2 2024-05-03 05:11:37.261/2024-05-03 05:11:37.280 ClientCache: Getting BranchPoint[MAIN/RevisionManagerClientSideTest_testAvailableUp1_Branch1_Detached_branch1, 2024-05-03 05:11:37.315] =============================================================================================== MAIN[0] 2024-05-03 05:11:37.241/* EAnnotation@OID2:0v2 2024-05-03 05:11:37.261/2024-05-03 05:11:37.280 ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:11:37.241/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:37.241/* EAnnotation@OID2:0v2 2024-05-03 05:11:37.261/2024-05-03 05:11:37.280 RevisionManagerClientSideTest_testAvailableUp1_Branch1_Detached_branch1[1]2024-05-03 05:11:37.270/* EAnnotation@OID2:1v4d 2024-05-03 05:11:37.314/* ClientCache: Getting BranchPoint[MAIN/RevisionManagerClientSideTest_testAvailableUp1_Branch1_Detached_branch1, 2024-05-03 05:11:37.315] =============================================================================================== MAIN[0] 2024-05-03 05:11:37.241/* EAnnotation@OID2:0v2 2024-05-03 05:11:37.261/2024-05-03 05:11:37.280 RevisionManagerClientSideTest_testAvailableUp1_Branch1_Detached_branch1[1]2024-05-03 05:11:37.270/* EAnnotation@OID2:1v4d 2024-05-03 05:11:37.314/* ******************************************************* RevisionManagerClientSideTest.testAvailableUp1_Branch1_Head [MEM-branching, JVM, Legacy] ******************************************************* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:11:37.377/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:37.377/* EAnnotation@OID2:0v1 2024-05-03 05:11:37.387/2024-05-03 05:11:37.396 EAnnotation@OID2:0v2 2024-05-03 05:11:37.397/2024-05-03 05:11:37.416 EAnnotation@OID2:0v3 2024-05-03 05:11:37.417/2024-05-03 05:11:37.466 EAnnotation@OID2:0v4 2024-05-03 05:11:37.467/2024-05-03 05:11:37.485 EAnnotation@OID2:0v5d 2024-05-03 05:11:37.486/* RevisionManagerClientSideTest_testAvailableUp1_Branch1_Head_branch1[1]2024-05-03 05:11:37.406/* EAnnotation@OID2:1v1 2024-05-03 05:11:37.411/2024-05-03 05:11:37.420 EAnnotation@OID2:1v2 2024-05-03 05:11:37.421/2024-05-03 05:11:37.440 EAnnotation@OID2:1v3 2024-05-03 05:11:37.441/2024-05-03 05:11:37.449 EAnnotation@OID2:1v4d 2024-05-03 05:11:37.450/* branch2[2] 2024-05-03 05:11:37.500/* branch3[3] 2024-05-03 05:11:37.430/* branch4[4] 2024-05-03 05:11:37.440/* EAnnotation@OID2:4v1d 2024-05-03 05:11:37.469/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:11:37.377/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:37.377/* ClientCache: Getting BranchPoint[MAIN, 2024-05-03 05:11:37.406] =============================================================================================== ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:11:37.377/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:37.377/* EAnnotation@OID2:0v2 2024-05-03 05:11:37.397/2024-05-03 05:11:37.416 ClientCache: Getting BranchPoint[MAIN/RevisionManagerClientSideTest_testAvailableUp1_Branch1_Head_branch1, *] =============================================================================================== MAIN[0] 2024-05-03 05:11:37.377/* EAnnotation@OID2:0v2 2024-05-03 05:11:37.397/2024-05-03 05:11:37.416 ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:11:37.377/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:37.377/* EAnnotation@OID2:0v2 2024-05-03 05:11:37.397/2024-05-03 05:11:37.416 RevisionManagerClientSideTest_testAvailableUp1_Branch1_Head_branch1[1]2024-05-03 05:11:37.406/* EAnnotation@OID2:1v4d 2024-05-03 05:11:37.450/* ClientCache: Getting BranchPoint[MAIN/RevisionManagerClientSideTest_testAvailableUp1_Branch1_Head_branch1, *] =============================================================================================== MAIN[0] 2024-05-03 05:11:37.377/* EAnnotation@OID2:0v2 2024-05-03 05:11:37.397/2024-05-03 05:11:37.416 RevisionManagerClientSideTest_testAvailableUp1_Branch1_Head_branch1[1]2024-05-03 05:11:37.406/* EAnnotation@OID2:1v4d 2024-05-03 05:11:37.450/* ******************************************************* RevisionManagerClientSideTest.testAvailableUp1_Branch1_Initial [MEM-branching, JVM, Legacy] ******************************************************* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:11:37.513/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:37.513/* EAnnotation@OID2:0v1 2024-05-03 05:11:37.523/2024-05-03 05:11:37.532 EAnnotation@OID2:0v2 2024-05-03 05:11:37.533/2024-05-03 05:11:37.552 EAnnotation@OID2:0v3 2024-05-03 05:11:37.553/2024-05-03 05:11:37.602 EAnnotation@OID2:0v4 2024-05-03 05:11:37.603/2024-05-03 05:11:37.621 EAnnotation@OID2:0v5d 2024-05-03 05:11:37.622/* RevisionManagerClientSideTest_testAvailableUp1_Branch1_Initial_branch1[1]2024-05-03 05:11:37.542/* EAnnotation@OID2:1v1 2024-05-03 05:11:37.547/2024-05-03 05:11:37.556 EAnnotation@OID2:1v2 2024-05-03 05:11:37.557/2024-05-03 05:11:37.576 EAnnotation@OID2:1v3 2024-05-03 05:11:37.577/2024-05-03 05:11:37.585 EAnnotation@OID2:1v4d 2024-05-03 05:11:37.586/* branch2[2] 2024-05-03 05:11:37.636/* branch3[3] 2024-05-03 05:11:37.566/* branch4[4] 2024-05-03 05:11:37.576/* EAnnotation@OID2:4v1d 2024-05-03 05:11:37.605/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:11:37.513/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:37.513/* ClientCache: Getting BranchPoint[MAIN, 2024-05-03 05:11:37.542] =============================================================================================== ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:11:37.513/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:37.513/* EAnnotation@OID2:0v2 2024-05-03 05:11:37.533/2024-05-03 05:11:37.552 ClientCache: Getting BranchPoint[MAIN/RevisionManagerClientSideTest_testAvailableUp1_Branch1_Initial_branch1, 2024-05-03 05:11:37.546] =============================================================================================== MAIN[0] 2024-05-03 05:11:37.513/* EAnnotation@OID2:0v2 2024-05-03 05:11:37.533/2024-05-03 05:11:37.552 ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:11:37.513/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:37.513/* EAnnotation@OID2:0v2 2024-05-03 05:11:37.533/2024-05-03 05:11:37.552 RevisionManagerClientSideTest_testAvailableUp1_Branch1_Initial_branch1[1]2024-05-03 05:11:37.542/* EAnnotation@OID2:1v0->0v2 2024-05-03 05:11:37.542/2024-05-03 05:11:37.546 ClientCache: Getting BranchPoint[MAIN/RevisionManagerClientSideTest_testAvailableUp1_Branch1_Initial_branch1, 2024-05-03 05:11:37.546] =============================================================================================== MAIN[0] 2024-05-03 05:11:37.513/* EAnnotation@OID2:0v2 2024-05-03 05:11:37.533/2024-05-03 05:11:37.552 RevisionManagerClientSideTest_testAvailableUp1_Branch1_Initial_branch1[1]2024-05-03 05:11:37.542/* EAnnotation@OID2:1v0->0v2 2024-05-03 05:11:37.542/2024-05-03 05:11:37.546 ******************************************************* RevisionManagerClientSideTest.testAvailableUp1_Branch1_Normal [MEM-branching, JVM, Legacy] ******************************************************* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:11:37.648/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:37.648/* EAnnotation@OID2:0v1 2024-05-03 05:11:37.658/2024-05-03 05:11:37.667 EAnnotation@OID2:0v2 2024-05-03 05:11:37.668/2024-05-03 05:11:37.687 EAnnotation@OID2:0v3 2024-05-03 05:11:37.688/2024-05-03 05:11:37.737 EAnnotation@OID2:0v4 2024-05-03 05:11:37.738/2024-05-03 05:11:37.756 EAnnotation@OID2:0v5d 2024-05-03 05:11:37.757/* RevisionManagerClientSideTest_testAvailableUp1_Branch1_Normal_branch1[1]2024-05-03 05:11:37.677/* EAnnotation@OID2:1v1 2024-05-03 05:11:37.682/2024-05-03 05:11:37.691 EAnnotation@OID2:1v2 2024-05-03 05:11:37.692/2024-05-03 05:11:37.711 EAnnotation@OID2:1v3 2024-05-03 05:11:37.712/2024-05-03 05:11:37.720 EAnnotation@OID2:1v4d 2024-05-03 05:11:37.721/* branch2[2] 2024-05-03 05:11:37.770/* branch3[3] 2024-05-03 05:11:37.701/* branch4[4] 2024-05-03 05:11:37.711/* EAnnotation@OID2:4v1d 2024-05-03 05:11:37.740/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:11:37.648/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:37.648/* ClientCache: Getting BranchPoint[MAIN, 2024-05-03 05:11:37.677] =============================================================================================== ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:11:37.648/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:37.648/* EAnnotation@OID2:0v2 2024-05-03 05:11:37.668/2024-05-03 05:11:37.687 ClientCache: Getting BranchPoint[MAIN/RevisionManagerClientSideTest_testAvailableUp1_Branch1_Normal_branch1, 2024-05-03 05:11:37.686] =============================================================================================== MAIN[0] 2024-05-03 05:11:37.648/* EAnnotation@OID2:0v2 2024-05-03 05:11:37.668/2024-05-03 05:11:37.687 ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:11:37.648/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:37.648/* EAnnotation@OID2:0v2 2024-05-03 05:11:37.668/2024-05-03 05:11:37.687 RevisionManagerClientSideTest_testAvailableUp1_Branch1_Normal_branch1[1]2024-05-03 05:11:37.677/* EAnnotation@OID2:1v1 2024-05-03 05:11:37.682/2024-05-03 05:11:37.691 ClientCache: Getting BranchPoint[MAIN/RevisionManagerClientSideTest_testAvailableUp1_Branch1_Normal_branch1, 2024-05-03 05:11:37.686] =============================================================================================== MAIN[0] 2024-05-03 05:11:37.648/* EAnnotation@OID2:0v2 2024-05-03 05:11:37.668/2024-05-03 05:11:37.687 RevisionManagerClientSideTest_testAvailableUp1_Branch1_Normal_branch1[1]2024-05-03 05:11:37.677/* EAnnotation@OID2:1v1 2024-05-03 05:11:37.682/2024-05-03 05:11:37.691 ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:11:37.648/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:37.648/* EAnnotation@OID2:0v2 2024-05-03 05:11:37.668/2024-05-03 05:11:37.687 RevisionManagerClientSideTest_testAvailableUp1_Branch1_Normal_branch1[1]2024-05-03 05:11:37.677/* EAnnotation@OID2:1v1 2024-05-03 05:11:37.682/2024-05-03 05:11:37.691 ClientCache: Getting BranchPoint[MAIN/RevisionManagerClientSideTest_testAvailableUp1_Branch1_Normal_branch1, 2024-05-03 05:11:37.701] =============================================================================================== MAIN[0] 2024-05-03 05:11:37.648/* EAnnotation@OID2:0v2 2024-05-03 05:11:37.668/2024-05-03 05:11:37.687 RevisionManagerClientSideTest_testAvailableUp1_Branch1_Normal_branch1[1]2024-05-03 05:11:37.677/* EAnnotation@OID2:1v1 2024-05-03 05:11:37.682/2024-05-03 05:11:37.691 ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:11:37.648/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:37.648/* EAnnotation@OID2:0v2 2024-05-03 05:11:37.668/2024-05-03 05:11:37.687 RevisionManagerClientSideTest_testAvailableUp1_Branch1_Normal_branch1[1]2024-05-03 05:11:37.677/* EAnnotation@OID2:1v1 2024-05-03 05:11:37.682/2024-05-03 05:11:37.691 EAnnotation@OID2:1v2 2024-05-03 05:11:37.692/2024-05-03 05:11:37.711 ClientCache: Getting BranchPoint[MAIN/RevisionManagerClientSideTest_testAvailableUp1_Branch1_Normal_branch1, 2024-05-03 05:11:37.701] =============================================================================================== MAIN[0] 2024-05-03 05:11:37.648/* EAnnotation@OID2:0v2 2024-05-03 05:11:37.668/2024-05-03 05:11:37.687 RevisionManagerClientSideTest_testAvailableUp1_Branch1_Normal_branch1[1]2024-05-03 05:11:37.677/* EAnnotation@OID2:1v1 2024-05-03 05:11:37.682/2024-05-03 05:11:37.691 EAnnotation@OID2:1v2 2024-05-03 05:11:37.692/2024-05-03 05:11:37.711 ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:11:37.648/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:37.648/* EAnnotation@OID2:0v2 2024-05-03 05:11:37.668/2024-05-03 05:11:37.687 RevisionManagerClientSideTest_testAvailableUp1_Branch1_Normal_branch1[1]2024-05-03 05:11:37.677/* EAnnotation@OID2:1v1 2024-05-03 05:11:37.682/2024-05-03 05:11:37.691 EAnnotation@OID2:1v2 2024-05-03 05:11:37.692/2024-05-03 05:11:37.711 ClientCache: Getting BranchPoint[MAIN/RevisionManagerClientSideTest_testAvailableUp1_Branch1_Normal_branch1, 2024-05-03 05:11:37.716] =============================================================================================== MAIN[0] 2024-05-03 05:11:37.648/* EAnnotation@OID2:0v2 2024-05-03 05:11:37.668/2024-05-03 05:11:37.687 RevisionManagerClientSideTest_testAvailableUp1_Branch1_Normal_branch1[1]2024-05-03 05:11:37.677/* EAnnotation@OID2:1v1 2024-05-03 05:11:37.682/2024-05-03 05:11:37.691 EAnnotation@OID2:1v2 2024-05-03 05:11:37.692/2024-05-03 05:11:37.711 ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:11:37.648/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:37.648/* EAnnotation@OID2:0v2 2024-05-03 05:11:37.668/2024-05-03 05:11:37.687 RevisionManagerClientSideTest_testAvailableUp1_Branch1_Normal_branch1[1]2024-05-03 05:11:37.677/* EAnnotation@OID2:1v1 2024-05-03 05:11:37.682/2024-05-03 05:11:37.691 EAnnotation@OID2:1v2 2024-05-03 05:11:37.692/2024-05-03 05:11:37.711 EAnnotation@OID2:1v3 2024-05-03 05:11:37.712/2024-05-03 05:11:37.720 ClientCache: Getting BranchPoint[MAIN/RevisionManagerClientSideTest_testAvailableUp1_Branch1_Normal_branch1, 2024-05-03 05:11:37.716] =============================================================================================== MAIN[0] 2024-05-03 05:11:37.648/* EAnnotation@OID2:0v2 2024-05-03 05:11:37.668/2024-05-03 05:11:37.687 RevisionManagerClientSideTest_testAvailableUp1_Branch1_Normal_branch1[1]2024-05-03 05:11:37.677/* EAnnotation@OID2:1v1 2024-05-03 05:11:37.682/2024-05-03 05:11:37.691 EAnnotation@OID2:1v2 2024-05-03 05:11:37.692/2024-05-03 05:11:37.711 EAnnotation@OID2:1v3 2024-05-03 05:11:37.712/2024-05-03 05:11:37.720 ******************************************************* RevisionManagerClientSideTest.testAvailableUp1_Branch2_Head [MEM-branching, JVM, Legacy] ******************************************************* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:11:37.783/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:37.783/* EAnnotation@OID2:0v1 2024-05-03 05:11:37.793/2024-05-03 05:11:37.802 EAnnotation@OID2:0v2 2024-05-03 05:11:37.803/2024-05-03 05:11:37.822 EAnnotation@OID2:0v3 2024-05-03 05:11:37.823/2024-05-03 05:11:37.872 EAnnotation@OID2:0v4 2024-05-03 05:11:37.873/2024-05-03 05:11:37.891 EAnnotation@OID2:0v5d 2024-05-03 05:11:37.892/* RevisionManagerClientSideTest_testAvailableUp1_Branch2_Head_branch1[1]2024-05-03 05:11:37.812/* EAnnotation@OID2:1v1 2024-05-03 05:11:37.817/2024-05-03 05:11:37.826 EAnnotation@OID2:1v2 2024-05-03 05:11:37.827/2024-05-03 05:11:37.846 EAnnotation@OID2:1v3 2024-05-03 05:11:37.847/2024-05-03 05:11:37.855 EAnnotation@OID2:1v4d 2024-05-03 05:11:37.856/* branch2[2] 2024-05-03 05:11:37.906/* branch3[3] 2024-05-03 05:11:37.836/* branch4[4] 2024-05-03 05:11:37.846/* EAnnotation@OID2:4v1d 2024-05-03 05:11:37.875/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:11:37.783/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:37.783/* ClientCache: Getting BranchPoint[MAIN/RevisionManagerClientSideTest_testAvailableUp1_Branch2_Head_branch1, 2024-05-03 05:11:37.906] =============================================================================================== ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:11:37.783/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:37.783/* RevisionManagerClientSideTest_testAvailableUp1_Branch2_Head_branch1[1]2024-05-03 05:11:37.812/* EAnnotation@OID2:1v4d 2024-05-03 05:11:37.856/* ClientCache: Getting BranchPoint[MAIN/RevisionManagerClientSideTest_testAvailableUp1_Branch2_Head_branch1/branch2, *] =============================================================================================== RevisionManagerClientSideTest_testAvailableUp1_Branch2_Head_branch1[1]2024-05-03 05:11:37.812/* EAnnotation@OID2:1v4d 2024-05-03 05:11:37.856/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:11:37.783/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:37.783/* RevisionManagerClientSideTest_testAvailableUp1_Branch2_Head_branch1[1]2024-05-03 05:11:37.812/* EAnnotation@OID2:1v4d 2024-05-03 05:11:37.856/* branch2[2] 2024-05-03 05:11:37.906/* EAnnotation@OID2:2v0->1v4 2024-05-03 05:11:37.906/* ClientCache: Getting BranchPoint[MAIN/RevisionManagerClientSideTest_testAvailableUp1_Branch2_Head_branch1/branch2, *] =============================================================================================== RevisionManagerClientSideTest_testAvailableUp1_Branch2_Head_branch1[1]2024-05-03 05:11:37.812/* EAnnotation@OID2:1v4d 2024-05-03 05:11:37.856/* branch2[2] 2024-05-03 05:11:37.906/* EAnnotation@OID2:2v0->2v4 2024-05-03 05:11:37.906/* EAnnotation@OID2:2v4d 2024-05-03 05:11:37.856/* ******************************************************* RevisionManagerClientSideTest.testAvailableUp1_Branch2_Initial [MEM-branching, JVM, Legacy] ******************************************************* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:11:37.919/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:37.919/* EAnnotation@OID2:0v1 2024-05-03 05:11:37.929/2024-05-03 05:11:37.938 EAnnotation@OID2:0v2 2024-05-03 05:11:37.939/2024-05-03 05:11:37.958 EAnnotation@OID2:0v3 2024-05-03 05:11:37.959/2024-05-03 05:11:38.008 EAnnotation@OID2:0v4 2024-05-03 05:11:38.009/2024-05-03 05:11:38.027 EAnnotation@OID2:0v5d 2024-05-03 05:11:38.028/* RevisionManagerClientSideTest_testAvailableUp1_Branch2_Initial_branch1[1]2024-05-03 05:11:37.948/* EAnnotation@OID2:1v1 2024-05-03 05:11:37.953/2024-05-03 05:11:37.962 EAnnotation@OID2:1v2 2024-05-03 05:11:37.963/2024-05-03 05:11:37.982 EAnnotation@OID2:1v3 2024-05-03 05:11:37.983/2024-05-03 05:11:37.991 EAnnotation@OID2:1v4d 2024-05-03 05:11:37.992/* branch2[2] 2024-05-03 05:11:38.042/* branch3[3] 2024-05-03 05:11:37.972/* branch4[4] 2024-05-03 05:11:37.982/* EAnnotation@OID2:4v1d 2024-05-03 05:11:38.011/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:11:37.919/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:37.919/* ClientCache: Getting BranchPoint[MAIN/RevisionManagerClientSideTest_testAvailableUp1_Branch2_Initial_branch1, 2024-05-03 05:11:38.042] =============================================================================================== ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:11:37.919/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:37.919/* RevisionManagerClientSideTest_testAvailableUp1_Branch2_Initial_branch1[1]2024-05-03 05:11:37.948/* EAnnotation@OID2:1v4d 2024-05-03 05:11:37.992/* ClientCache: Getting BranchPoint[MAIN/RevisionManagerClientSideTest_testAvailableUp1_Branch2_Initial_branch1/branch2, 2024-05-03 05:11:38.044] =============================================================================================== RevisionManagerClientSideTest_testAvailableUp1_Branch2_Initial_branch1[1]2024-05-03 05:11:37.948/* EAnnotation@OID2:1v4d 2024-05-03 05:11:37.992/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:11:37.919/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:37.919/* RevisionManagerClientSideTest_testAvailableUp1_Branch2_Initial_branch1[1]2024-05-03 05:11:37.948/* EAnnotation@OID2:1v4d 2024-05-03 05:11:37.992/* branch2[2] 2024-05-03 05:11:38.042/* EAnnotation@OID2:2v0->1v4 2024-05-03 05:11:38.042/* ClientCache: Getting BranchPoint[MAIN/RevisionManagerClientSideTest_testAvailableUp1_Branch2_Initial_branch1/branch2, 2024-05-03 05:11:38.044] =============================================================================================== RevisionManagerClientSideTest_testAvailableUp1_Branch2_Initial_branch1[1]2024-05-03 05:11:37.948/* EAnnotation@OID2:1v4d 2024-05-03 05:11:37.992/* branch2[2] 2024-05-03 05:11:38.042/* EAnnotation@OID2:2v0->2v4 2024-05-03 05:11:38.042/* EAnnotation@OID2:2v4d 2024-05-03 05:11:37.992/* ******************************************************* RevisionManagerClientSideTest.testAvailableUp1_Branch3_Head [MEM-branching, JVM, Legacy] ******************************************************* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:11:38.055/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:38.055/* EAnnotation@OID2:0v1 2024-05-03 05:11:38.065/2024-05-03 05:11:38.074 EAnnotation@OID2:0v2 2024-05-03 05:11:38.075/2024-05-03 05:11:38.094 EAnnotation@OID2:0v3 2024-05-03 05:11:38.095/2024-05-03 05:11:38.144 EAnnotation@OID2:0v4 2024-05-03 05:11:38.145/2024-05-03 05:11:38.163 EAnnotation@OID2:0v5d 2024-05-03 05:11:38.164/* RevisionManagerClientSideTest_testAvailableUp1_Branch3_Head_branch1[1]2024-05-03 05:11:38.084/* EAnnotation@OID2:1v1 2024-05-03 05:11:38.089/2024-05-03 05:11:38.098 EAnnotation@OID2:1v2 2024-05-03 05:11:38.099/2024-05-03 05:11:38.118 EAnnotation@OID2:1v3 2024-05-03 05:11:38.119/2024-05-03 05:11:38.127 EAnnotation@OID2:1v4d 2024-05-03 05:11:38.128/* branch2[2] 2024-05-03 05:11:38.178/* branch3[3] 2024-05-03 05:11:38.108/* branch4[4] 2024-05-03 05:11:38.118/* EAnnotation@OID2:4v1d 2024-05-03 05:11:38.147/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:11:38.055/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:38.055/* ClientCache: Getting BranchPoint[MAIN/RevisionManagerClientSideTest_testAvailableUp1_Branch3_Head_branch1, 2024-05-03 05:11:38.108] =============================================================================================== ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:11:38.055/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:38.055/* RevisionManagerClientSideTest_testAvailableUp1_Branch3_Head_branch1[1]2024-05-03 05:11:38.084/* EAnnotation@OID2:1v2 2024-05-03 05:11:38.099/2024-05-03 05:11:38.118 ClientCache: Getting BranchPoint[MAIN/RevisionManagerClientSideTest_testAvailableUp1_Branch3_Head_branch1/branch3, *] =============================================================================================== RevisionManagerClientSideTest_testAvailableUp1_Branch3_Head_branch1[1]2024-05-03 05:11:38.084/* EAnnotation@OID2:1v2 2024-05-03 05:11:38.099/2024-05-03 05:11:38.118 ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:11:38.055/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:38.055/* RevisionManagerClientSideTest_testAvailableUp1_Branch3_Head_branch1[1]2024-05-03 05:11:38.084/* EAnnotation@OID2:1v2 2024-05-03 05:11:38.099/2024-05-03 05:11:38.118 branch3[3] 2024-05-03 05:11:38.108/* EAnnotation@OID2:3v0->1v2 2024-05-03 05:11:38.108/* ClientCache: Getting BranchPoint[MAIN/RevisionManagerClientSideTest_testAvailableUp1_Branch3_Head_branch1/branch3, *] =============================================================================================== RevisionManagerClientSideTest_testAvailableUp1_Branch3_Head_branch1[1]2024-05-03 05:11:38.084/* EAnnotation@OID2:1v2 2024-05-03 05:11:38.099/2024-05-03 05:11:38.118 branch3[3] 2024-05-03 05:11:38.108/* EAnnotation@OID2:3v0->1v2 2024-05-03 05:11:38.108/* ******************************************************* RevisionManagerClientSideTest.testAvailableUp1_Branch3_Initial [MEM-branching, JVM, Legacy] ******************************************************* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:11:38.191/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:38.191/* EAnnotation@OID2:0v1 2024-05-03 05:11:38.201/2024-05-03 05:11:38.210 EAnnotation@OID2:0v2 2024-05-03 05:11:38.211/2024-05-03 05:11:38.230 EAnnotation@OID2:0v3 2024-05-03 05:11:38.231/2024-05-03 05:11:38.280 EAnnotation@OID2:0v4 2024-05-03 05:11:38.281/2024-05-03 05:11:38.299 EAnnotation@OID2:0v5d 2024-05-03 05:11:38.300/* RevisionManagerClientSideTest_testAvailableUp1_Branch3_Initial_branch1[1]2024-05-03 05:11:38.220/* EAnnotation@OID2:1v1 2024-05-03 05:11:38.225/2024-05-03 05:11:38.234 EAnnotation@OID2:1v2 2024-05-03 05:11:38.235/2024-05-03 05:11:38.254 EAnnotation@OID2:1v3 2024-05-03 05:11:38.255/2024-05-03 05:11:38.263 EAnnotation@OID2:1v4d 2024-05-03 05:11:38.264/* branch2[2] 2024-05-03 05:11:38.314/* branch3[3] 2024-05-03 05:11:38.244/* branch4[4] 2024-05-03 05:11:38.254/* EAnnotation@OID2:4v1d 2024-05-03 05:11:38.283/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:11:38.191/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:38.191/* ClientCache: Getting BranchPoint[MAIN/RevisionManagerClientSideTest_testAvailableUp1_Branch3_Initial_branch1, 2024-05-03 05:11:38.244] =============================================================================================== ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:11:38.191/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:38.191/* RevisionManagerClientSideTest_testAvailableUp1_Branch3_Initial_branch1[1]2024-05-03 05:11:38.220/* EAnnotation@OID2:1v2 2024-05-03 05:11:38.235/2024-05-03 05:11:38.254 ClientCache: Getting BranchPoint[MAIN/RevisionManagerClientSideTest_testAvailableUp1_Branch3_Initial_branch1/branch3, 2024-05-03 05:11:38.246] =============================================================================================== RevisionManagerClientSideTest_testAvailableUp1_Branch3_Initial_branch1[1]2024-05-03 05:11:38.220/* EAnnotation@OID2:1v2 2024-05-03 05:11:38.235/2024-05-03 05:11:38.254 ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:11:38.191/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:38.191/* RevisionManagerClientSideTest_testAvailableUp1_Branch3_Initial_branch1[1]2024-05-03 05:11:38.220/* EAnnotation@OID2:1v2 2024-05-03 05:11:38.235/2024-05-03 05:11:38.254 branch3[3] 2024-05-03 05:11:38.244/* EAnnotation@OID2:3v0->1v2 2024-05-03 05:11:38.244/* ClientCache: Getting BranchPoint[MAIN/RevisionManagerClientSideTest_testAvailableUp1_Branch3_Initial_branch1/branch3, 2024-05-03 05:11:38.246] =============================================================================================== RevisionManagerClientSideTest_testAvailableUp1_Branch3_Initial_branch1[1]2024-05-03 05:11:38.220/* EAnnotation@OID2:1v2 2024-05-03 05:11:38.235/2024-05-03 05:11:38.254 branch3[3] 2024-05-03 05:11:38.244/* EAnnotation@OID2:3v0->1v2 2024-05-03 05:11:38.244/* ******************************************************* RevisionManagerClientSideTest.testAvailableUp1_Branch4_Detached [MEM-branching, JVM, Legacy] ******************************************************* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:11:38.326/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:38.326/* EAnnotation@OID2:0v1 2024-05-03 05:11:38.336/2024-05-03 05:11:38.345 EAnnotation@OID2:0v2 2024-05-03 05:11:38.346/2024-05-03 05:11:38.365 EAnnotation@OID2:0v3 2024-05-03 05:11:38.366/2024-05-03 05:11:38.415 EAnnotation@OID2:0v4 2024-05-03 05:11:38.416/2024-05-03 05:11:38.434 EAnnotation@OID2:0v5d 2024-05-03 05:11:38.435/* RevisionManagerClientSideTest_testAvailableUp1_Branch4_Detached_branch1[1]2024-05-03 05:11:38.355/* EAnnotation@OID2:1v1 2024-05-03 05:11:38.360/2024-05-03 05:11:38.369 EAnnotation@OID2:1v2 2024-05-03 05:11:38.370/2024-05-03 05:11:38.389 EAnnotation@OID2:1v3 2024-05-03 05:11:38.390/2024-05-03 05:11:38.398 EAnnotation@OID2:1v4d 2024-05-03 05:11:38.399/* branch2[2] 2024-05-03 05:11:38.448/* branch3[3] 2024-05-03 05:11:38.379/* branch4[4] 2024-05-03 05:11:38.389/* EAnnotation@OID2:4v1d 2024-05-03 05:11:38.418/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:11:38.326/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:38.326/* ClientCache: Getting BranchPoint[MAIN/RevisionManagerClientSideTest_testAvailableUp1_Branch4_Detached_branch1/branch3, 2024-05-03 05:11:38.389] =============================================================================================== ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:11:38.326/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:38.326/* RevisionManagerClientSideTest_testAvailableUp1_Branch4_Detached_branch1[1]2024-05-03 05:11:38.355/* EAnnotation@OID2:1v2 2024-05-03 05:11:38.370/2024-05-03 05:11:38.389 branch3[3] 2024-05-03 05:11:38.379/* EAnnotation@OID2:3v0->1v2 2024-05-03 05:11:38.379/* ClientCache: Getting BranchPoint[MAIN/RevisionManagerClientSideTest_testAvailableUp1_Branch4_Detached_branch1/branch3/branch4, 2024-05-03 05:11:38.419] =============================================================================================== RevisionManagerClientSideTest_testAvailableUp1_Branch4_Detached_branch1[1]2024-05-03 05:11:38.355/* EAnnotation@OID2:1v2 2024-05-03 05:11:38.370/2024-05-03 05:11:38.389 branch3[3] 2024-05-03 05:11:38.379/* EAnnotation@OID2:3v0->1v2 2024-05-03 05:11:38.379/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:11:38.326/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:38.326/* RevisionManagerClientSideTest_testAvailableUp1_Branch4_Detached_branch1[1]2024-05-03 05:11:38.355/* EAnnotation@OID2:1v2 2024-05-03 05:11:38.370/2024-05-03 05:11:38.389 branch3[3] 2024-05-03 05:11:38.379/* EAnnotation@OID2:3v0->1v2 2024-05-03 05:11:38.379/* branch4[4] 2024-05-03 05:11:38.389/* EAnnotation@OID2:4v1d 2024-05-03 05:11:38.418/* ClientCache: Getting BranchPoint[MAIN/RevisionManagerClientSideTest_testAvailableUp1_Branch4_Detached_branch1/branch3/branch4, 2024-05-03 05:11:38.419] =============================================================================================== RevisionManagerClientSideTest_testAvailableUp1_Branch4_Detached_branch1[1]2024-05-03 05:11:38.355/* EAnnotation@OID2:1v2 2024-05-03 05:11:38.370/2024-05-03 05:11:38.389 branch3[3] 2024-05-03 05:11:38.379/* EAnnotation@OID2:3v0->1v2 2024-05-03 05:11:38.379/* branch4[4] 2024-05-03 05:11:38.389/* EAnnotation@OID2:4v1d 2024-05-03 05:11:38.418/* ******************************************************* RevisionManagerClientSideTest.testAvailableUp1_Branch4_Head [MEM-branching, JVM, Legacy] ******************************************************* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:11:38.461/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:38.461/* EAnnotation@OID2:0v1 2024-05-03 05:11:38.471/2024-05-03 05:11:38.480 EAnnotation@OID2:0v2 2024-05-03 05:11:38.481/2024-05-03 05:11:38.500 EAnnotation@OID2:0v3 2024-05-03 05:11:38.501/2024-05-03 05:11:38.550 EAnnotation@OID2:0v4 2024-05-03 05:11:38.551/2024-05-03 05:11:38.569 EAnnotation@OID2:0v5d 2024-05-03 05:11:38.570/* RevisionManagerClientSideTest_testAvailableUp1_Branch4_Head_branch1[1]2024-05-03 05:11:38.490/* EAnnotation@OID2:1v1 2024-05-03 05:11:38.495/2024-05-03 05:11:38.504 EAnnotation@OID2:1v2 2024-05-03 05:11:38.505/2024-05-03 05:11:38.524 EAnnotation@OID2:1v3 2024-05-03 05:11:38.525/2024-05-03 05:11:38.533 EAnnotation@OID2:1v4d 2024-05-03 05:11:38.534/* branch2[2] 2024-05-03 05:11:38.584/* branch3[3] 2024-05-03 05:11:38.514/* branch4[4] 2024-05-03 05:11:38.524/* EAnnotation@OID2:4v1d 2024-05-03 05:11:38.553/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:11:38.461/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:38.461/* ClientCache: Getting BranchPoint[MAIN/RevisionManagerClientSideTest_testAvailableUp1_Branch4_Head_branch1/branch3, 2024-05-03 05:11:38.524] =============================================================================================== ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:11:38.461/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:38.461/* RevisionManagerClientSideTest_testAvailableUp1_Branch4_Head_branch1[1]2024-05-03 05:11:38.490/* EAnnotation@OID2:1v2 2024-05-03 05:11:38.505/2024-05-03 05:11:38.524 branch3[3] 2024-05-03 05:11:38.514/* EAnnotation@OID2:3v0->1v2 2024-05-03 05:11:38.514/* ClientCache: Getting BranchPoint[MAIN/RevisionManagerClientSideTest_testAvailableUp1_Branch4_Head_branch1/branch3/branch4, *] =============================================================================================== RevisionManagerClientSideTest_testAvailableUp1_Branch4_Head_branch1[1]2024-05-03 05:11:38.490/* EAnnotation@OID2:1v2 2024-05-03 05:11:38.505/2024-05-03 05:11:38.524 branch3[3] 2024-05-03 05:11:38.514/* EAnnotation@OID2:3v0->1v2 2024-05-03 05:11:38.514/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:11:38.461/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:38.461/* RevisionManagerClientSideTest_testAvailableUp1_Branch4_Head_branch1[1]2024-05-03 05:11:38.490/* EAnnotation@OID2:1v2 2024-05-03 05:11:38.505/2024-05-03 05:11:38.524 branch3[3] 2024-05-03 05:11:38.514/* EAnnotation@OID2:3v0->1v2 2024-05-03 05:11:38.514/* branch4[4] 2024-05-03 05:11:38.524/* EAnnotation@OID2:4v1d 2024-05-03 05:11:38.553/* ClientCache: Getting BranchPoint[MAIN/RevisionManagerClientSideTest_testAvailableUp1_Branch4_Head_branch1/branch3/branch4, *] =============================================================================================== RevisionManagerClientSideTest_testAvailableUp1_Branch4_Head_branch1[1]2024-05-03 05:11:38.490/* EAnnotation@OID2:1v2 2024-05-03 05:11:38.505/2024-05-03 05:11:38.524 branch3[3] 2024-05-03 05:11:38.514/* EAnnotation@OID2:3v0->1v2 2024-05-03 05:11:38.514/* branch4[4] 2024-05-03 05:11:38.524/* EAnnotation@OID2:4v1d 2024-05-03 05:11:38.553/* ******************************************************* RevisionManagerClientSideTest.testAvailableUp1_Branch4_Initial [MEM-branching, JVM, Legacy] ******************************************************* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:11:38.596/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:38.596/* EAnnotation@OID2:0v1 2024-05-03 05:11:38.606/2024-05-03 05:11:38.615 EAnnotation@OID2:0v2 2024-05-03 05:11:38.616/2024-05-03 05:11:38.635 EAnnotation@OID2:0v3 2024-05-03 05:11:38.636/2024-05-03 05:11:38.685 EAnnotation@OID2:0v4 2024-05-03 05:11:38.686/2024-05-03 05:11:38.704 EAnnotation@OID2:0v5d 2024-05-03 05:11:38.705/* RevisionManagerClientSideTest_testAvailableUp1_Branch4_Initial_branch1[1]2024-05-03 05:11:38.625/* EAnnotation@OID2:1v1 2024-05-03 05:11:38.630/2024-05-03 05:11:38.639 EAnnotation@OID2:1v2 2024-05-03 05:11:38.640/2024-05-03 05:11:38.659 EAnnotation@OID2:1v3 2024-05-03 05:11:38.660/2024-05-03 05:11:38.668 EAnnotation@OID2:1v4d 2024-05-03 05:11:38.669/* branch2[2] 2024-05-03 05:11:38.718/* branch3[3] 2024-05-03 05:11:38.649/* branch4[4] 2024-05-03 05:11:38.659/* EAnnotation@OID2:4v1d 2024-05-03 05:11:38.688/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:11:38.596/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:38.596/* ClientCache: Getting BranchPoint[MAIN/RevisionManagerClientSideTest_testAvailableUp1_Branch4_Initial_branch1/branch3, 2024-05-03 05:11:38.659] =============================================================================================== ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:11:38.596/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:38.596/* RevisionManagerClientSideTest_testAvailableUp1_Branch4_Initial_branch1[1]2024-05-03 05:11:38.625/* EAnnotation@OID2:1v2 2024-05-03 05:11:38.640/2024-05-03 05:11:38.659 branch3[3] 2024-05-03 05:11:38.649/* EAnnotation@OID2:3v0->1v2 2024-05-03 05:11:38.649/* ClientCache: Getting BranchPoint[MAIN/RevisionManagerClientSideTest_testAvailableUp1_Branch4_Initial_branch1/branch3/branch4, 2024-05-03 05:11:38.687] =============================================================================================== RevisionManagerClientSideTest_testAvailableUp1_Branch4_Initial_branch1[1]2024-05-03 05:11:38.625/* EAnnotation@OID2:1v2 2024-05-03 05:11:38.640/2024-05-03 05:11:38.659 branch3[3] 2024-05-03 05:11:38.649/* EAnnotation@OID2:3v0->1v2 2024-05-03 05:11:38.649/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:11:38.596/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:38.596/* RevisionManagerClientSideTest_testAvailableUp1_Branch4_Initial_branch1[1]2024-05-03 05:11:38.625/* EAnnotation@OID2:1v2 2024-05-03 05:11:38.640/2024-05-03 05:11:38.659 branch3[3] 2024-05-03 05:11:38.649/* EAnnotation@OID2:3v0->1v2 2024-05-03 05:11:38.649/* branch4[4] 2024-05-03 05:11:38.659/* EAnnotation@OID2:4v0->1v2 2024-05-03 05:11:38.659/2024-05-03 05:11:38.687 ClientCache: Getting BranchPoint[MAIN/RevisionManagerClientSideTest_testAvailableUp1_Branch4_Initial_branch1/branch3/branch4, 2024-05-03 05:11:38.687] =============================================================================================== RevisionManagerClientSideTest_testAvailableUp1_Branch4_Initial_branch1[1]2024-05-03 05:11:38.625/* EAnnotation@OID2:1v2 2024-05-03 05:11:38.640/2024-05-03 05:11:38.659 branch3[3] 2024-05-03 05:11:38.649/* EAnnotation@OID2:3v0->1v2 2024-05-03 05:11:38.649/* branch4[4] 2024-05-03 05:11:38.659/* EAnnotation@OID2:4v0->1v2 2024-05-03 05:11:38.659/2024-05-03 05:11:38.687 ******************************************************* RevisionManagerClientSideTest.testAvailableUp2_Branch2_Head [MEM-branching, JVM, Legacy] ******************************************************* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:11:38.732/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:38.732/* EAnnotation@OID2:0v1 2024-05-03 05:11:38.742/2024-05-03 05:11:38.751 EAnnotation@OID2:0v2 2024-05-03 05:11:38.752/2024-05-03 05:11:38.771 EAnnotation@OID2:0v3 2024-05-03 05:11:38.772/2024-05-03 05:11:38.821 EAnnotation@OID2:0v4 2024-05-03 05:11:38.822/2024-05-03 05:11:38.840 EAnnotation@OID2:0v5d 2024-05-03 05:11:38.841/* RevisionManagerClientSideTest_testAvailableUp2_Branch2_Head_branch1[1]2024-05-03 05:11:38.761/* EAnnotation@OID2:1v1 2024-05-03 05:11:38.766/2024-05-03 05:11:38.775 EAnnotation@OID2:1v2 2024-05-03 05:11:38.776/2024-05-03 05:11:38.795 EAnnotation@OID2:1v3 2024-05-03 05:11:38.796/2024-05-03 05:11:38.804 EAnnotation@OID2:1v4d 2024-05-03 05:11:38.805/* branch2[2] 2024-05-03 05:11:38.854/* branch3[3] 2024-05-03 05:11:38.785/* branch4[4] 2024-05-03 05:11:38.795/* EAnnotation@OID2:4v1d 2024-05-03 05:11:38.824/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:11:38.732/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:38.732/* ClientCache: Getting BranchPoint[MAIN, 2024-05-03 05:11:38.761] =============================================================================================== ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:11:38.732/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:38.732/* EAnnotation@OID2:0v2 2024-05-03 05:11:38.752/2024-05-03 05:11:38.771 ClientCache: Getting BranchPoint[MAIN/RevisionManagerClientSideTest_testAvailableUp2_Branch2_Head_branch1/branch2, *] =============================================================================================== MAIN[0] 2024-05-03 05:11:38.732/* EAnnotation@OID2:0v2 2024-05-03 05:11:38.752/2024-05-03 05:11:38.771 ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:11:38.732/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:38.732/* EAnnotation@OID2:0v2 2024-05-03 05:11:38.752/2024-05-03 05:11:38.771 RevisionManagerClientSideTest_testAvailableUp2_Branch2_Head_branch1[1]2024-05-03 05:11:38.761/* EAnnotation@OID2:1v4d 2024-05-03 05:11:38.805/* branch2[2] 2024-05-03 05:11:38.854/* EAnnotation@OID2:2v0->1v4 2024-05-03 05:11:38.854/* ClientCache: Getting BranchPoint[MAIN/RevisionManagerClientSideTest_testAvailableUp2_Branch2_Head_branch1/branch2, *] =============================================================================================== MAIN[0] 2024-05-03 05:11:38.732/* EAnnotation@OID2:0v2 2024-05-03 05:11:38.752/2024-05-03 05:11:38.771 branch2[2] 2024-05-03 05:11:38.854/* EAnnotation@OID2:2v0->2v4 2024-05-03 05:11:38.854/* EAnnotation@OID2:2v4d 2024-05-03 05:11:38.805/* ******************************************************* RevisionManagerClientSideTest.testAvailableUp2_Branch2_Initial [MEM-branching, JVM, Legacy] ******************************************************* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:11:38.867/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:38.867/* EAnnotation@OID2:0v1 2024-05-03 05:11:38.877/2024-05-03 05:11:38.886 EAnnotation@OID2:0v2 2024-05-03 05:11:38.887/2024-05-03 05:11:38.906 EAnnotation@OID2:0v3 2024-05-03 05:11:38.907/2024-05-03 05:11:38.956 EAnnotation@OID2:0v4 2024-05-03 05:11:38.957/2024-05-03 05:11:38.975 EAnnotation@OID2:0v5d 2024-05-03 05:11:38.976/* RevisionManagerClientSideTest_testAvailableUp2_Branch2_Initial_branch1[1]2024-05-03 05:11:38.896/* EAnnotation@OID2:1v1 2024-05-03 05:11:38.901/2024-05-03 05:11:38.910 EAnnotation@OID2:1v2 2024-05-03 05:11:38.911/2024-05-03 05:11:38.930 EAnnotation@OID2:1v3 2024-05-03 05:11:38.931/2024-05-03 05:11:38.939 EAnnotation@OID2:1v4d 2024-05-03 05:11:38.940/* branch2[2] 2024-05-03 05:11:38.990/* branch3[3] 2024-05-03 05:11:38.920/* branch4[4] 2024-05-03 05:11:38.930/* EAnnotation@OID2:4v1d 2024-05-03 05:11:38.959/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:11:38.867/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:38.867/* ClientCache: Getting BranchPoint[MAIN, 2024-05-03 05:11:38.896] =============================================================================================== ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:11:38.867/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:38.867/* EAnnotation@OID2:0v2 2024-05-03 05:11:38.887/2024-05-03 05:11:38.906 ClientCache: Getting BranchPoint[MAIN/RevisionManagerClientSideTest_testAvailableUp2_Branch2_Initial_branch1/branch2, 2024-05-03 05:11:38.992] =============================================================================================== MAIN[0] 2024-05-03 05:11:38.867/* EAnnotation@OID2:0v2 2024-05-03 05:11:38.887/2024-05-03 05:11:38.906 ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:11:38.867/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:38.867/* EAnnotation@OID2:0v2 2024-05-03 05:11:38.887/2024-05-03 05:11:38.906 RevisionManagerClientSideTest_testAvailableUp2_Branch2_Initial_branch1[1]2024-05-03 05:11:38.896/* EAnnotation@OID2:1v4d 2024-05-03 05:11:38.940/* branch2[2] 2024-05-03 05:11:38.990/* EAnnotation@OID2:2v0->1v4 2024-05-03 05:11:38.990/* ClientCache: Getting BranchPoint[MAIN/RevisionManagerClientSideTest_testAvailableUp2_Branch2_Initial_branch1/branch2, 2024-05-03 05:11:38.992] =============================================================================================== MAIN[0] 2024-05-03 05:11:38.867/* EAnnotation@OID2:0v2 2024-05-03 05:11:38.887/2024-05-03 05:11:38.906 branch2[2] 2024-05-03 05:11:38.990/* EAnnotation@OID2:2v0->2v4 2024-05-03 05:11:38.990/* EAnnotation@OID2:2v4d 2024-05-03 05:11:38.940/* ******************************************************* RevisionManagerClientSideTest.testAvailableUp2_Branch3_Head [MEM-branching, JVM, Legacy] ******************************************************* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:11:39.002/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:39.002/* EAnnotation@OID2:0v1 2024-05-03 05:11:39.012/2024-05-03 05:11:39.021 EAnnotation@OID2:0v2 2024-05-03 05:11:39.022/2024-05-03 05:11:39.041 EAnnotation@OID2:0v3 2024-05-03 05:11:39.042/2024-05-03 05:11:39.091 EAnnotation@OID2:0v4 2024-05-03 05:11:39.092/2024-05-03 05:11:39.110 EAnnotation@OID2:0v5d 2024-05-03 05:11:39.111/* RevisionManagerClientSideTest_testAvailableUp2_Branch3_Head_branch1[1]2024-05-03 05:11:39.031/* EAnnotation@OID2:1v1 2024-05-03 05:11:39.036/2024-05-03 05:11:39.045 EAnnotation@OID2:1v2 2024-05-03 05:11:39.046/2024-05-03 05:11:39.065 EAnnotation@OID2:1v3 2024-05-03 05:11:39.066/2024-05-03 05:11:39.074 EAnnotation@OID2:1v4d 2024-05-03 05:11:39.075/* branch2[2] 2024-05-03 05:11:39.124/* branch3[3] 2024-05-03 05:11:39.055/* branch4[4] 2024-05-03 05:11:39.065/* EAnnotation@OID2:4v1d 2024-05-03 05:11:39.094/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:11:39.002/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:39.002/* ClientCache: Getting BranchPoint[MAIN, 2024-05-03 05:11:39.031] =============================================================================================== ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:11:39.002/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:39.002/* EAnnotation@OID2:0v2 2024-05-03 05:11:39.022/2024-05-03 05:11:39.041 ClientCache: Getting BranchPoint[MAIN/RevisionManagerClientSideTest_testAvailableUp2_Branch3_Head_branch1/branch3, *] =============================================================================================== MAIN[0] 2024-05-03 05:11:39.002/* EAnnotation@OID2:0v2 2024-05-03 05:11:39.022/2024-05-03 05:11:39.041 ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:11:39.002/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:39.002/* EAnnotation@OID2:0v2 2024-05-03 05:11:39.022/2024-05-03 05:11:39.041 RevisionManagerClientSideTest_testAvailableUp2_Branch3_Head_branch1[1]2024-05-03 05:11:39.031/* EAnnotation@OID2:1v2 2024-05-03 05:11:39.046/2024-05-03 05:11:39.065 branch3[3] 2024-05-03 05:11:39.055/* EAnnotation@OID2:3v0->1v2 2024-05-03 05:11:39.055/* ClientCache: Getting BranchPoint[MAIN/RevisionManagerClientSideTest_testAvailableUp2_Branch3_Head_branch1/branch3, *] =============================================================================================== MAIN[0] 2024-05-03 05:11:39.002/* EAnnotation@OID2:0v2 2024-05-03 05:11:39.022/2024-05-03 05:11:39.041 RevisionManagerClientSideTest_testAvailableUp2_Branch3_Head_branch1[1]2024-05-03 05:11:39.031/* EAnnotation@OID2:1v2 2024-05-03 05:11:39.046/2024-05-03 05:11:39.065 branch3[3] 2024-05-03 05:11:39.055/* EAnnotation@OID2:3v0->1v2 2024-05-03 05:11:39.055/* ******************************************************* RevisionManagerClientSideTest.testAvailableUp2_Branch3_Initial [MEM-branching, JVM, Legacy] ******************************************************* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:11:39.137/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:39.137/* EAnnotation@OID2:0v1 2024-05-03 05:11:39.147/2024-05-03 05:11:39.156 EAnnotation@OID2:0v2 2024-05-03 05:11:39.157/2024-05-03 05:11:39.176 EAnnotation@OID2:0v3 2024-05-03 05:11:39.177/2024-05-03 05:11:39.226 EAnnotation@OID2:0v4 2024-05-03 05:11:39.227/2024-05-03 05:11:39.245 EAnnotation@OID2:0v5d 2024-05-03 05:11:39.246/* RevisionManagerClientSideTest_testAvailableUp2_Branch3_Initial_branch1[1]2024-05-03 05:11:39.166/* EAnnotation@OID2:1v1 2024-05-03 05:11:39.171/2024-05-03 05:11:39.180 EAnnotation@OID2:1v2 2024-05-03 05:11:39.181/2024-05-03 05:11:39.200 EAnnotation@OID2:1v3 2024-05-03 05:11:39.201/2024-05-03 05:11:39.209 EAnnotation@OID2:1v4d 2024-05-03 05:11:39.210/* branch2[2] 2024-05-03 05:11:39.260/* branch3[3] 2024-05-03 05:11:39.190/* branch4[4] 2024-05-03 05:11:39.200/* EAnnotation@OID2:4v1d 2024-05-03 05:11:39.229/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:11:39.137/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:39.137/* ClientCache: Getting BranchPoint[MAIN, 2024-05-03 05:11:39.166] =============================================================================================== ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:11:39.137/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:39.137/* EAnnotation@OID2:0v2 2024-05-03 05:11:39.157/2024-05-03 05:11:39.176 ClientCache: Getting BranchPoint[MAIN/RevisionManagerClientSideTest_testAvailableUp2_Branch3_Initial_branch1/branch3, 2024-05-03 05:11:39.192] =============================================================================================== MAIN[0] 2024-05-03 05:11:39.137/* EAnnotation@OID2:0v2 2024-05-03 05:11:39.157/2024-05-03 05:11:39.176 ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:11:39.137/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:39.137/* EAnnotation@OID2:0v2 2024-05-03 05:11:39.157/2024-05-03 05:11:39.176 RevisionManagerClientSideTest_testAvailableUp2_Branch3_Initial_branch1[1]2024-05-03 05:11:39.166/* EAnnotation@OID2:1v2 2024-05-03 05:11:39.181/2024-05-03 05:11:39.200 branch3[3] 2024-05-03 05:11:39.190/* EAnnotation@OID2:3v0->1v2 2024-05-03 05:11:39.190/* ClientCache: Getting BranchPoint[MAIN/RevisionManagerClientSideTest_testAvailableUp2_Branch3_Initial_branch1/branch3, 2024-05-03 05:11:39.192] =============================================================================================== MAIN[0] 2024-05-03 05:11:39.137/* EAnnotation@OID2:0v2 2024-05-03 05:11:39.157/2024-05-03 05:11:39.176 RevisionManagerClientSideTest_testAvailableUp2_Branch3_Initial_branch1[1]2024-05-03 05:11:39.166/* EAnnotation@OID2:1v2 2024-05-03 05:11:39.181/2024-05-03 05:11:39.200 branch3[3] 2024-05-03 05:11:39.190/* EAnnotation@OID2:3v0->1v2 2024-05-03 05:11:39.190/* ******************************************************* RevisionManagerClientSideTest.testAvailableUp2_Branch4_Detached [MEM-branching, JVM, Legacy] ******************************************************* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:11:39.272/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:39.272/* EAnnotation@OID2:0v1 2024-05-03 05:11:39.282/2024-05-03 05:11:39.291 EAnnotation@OID2:0v2 2024-05-03 05:11:39.292/2024-05-03 05:11:39.311 EAnnotation@OID2:0v3 2024-05-03 05:11:39.312/2024-05-03 05:11:39.361 EAnnotation@OID2:0v4 2024-05-03 05:11:39.362/2024-05-03 05:11:39.380 EAnnotation@OID2:0v5d 2024-05-03 05:11:39.381/* RevisionManagerClientSideTest_testAvailableUp2_Branch4_Detached_branch1[1]2024-05-03 05:11:39.301/* EAnnotation@OID2:1v1 2024-05-03 05:11:39.306/2024-05-03 05:11:39.315 EAnnotation@OID2:1v2 2024-05-03 05:11:39.316/2024-05-03 05:11:39.335 EAnnotation@OID2:1v3 2024-05-03 05:11:39.336/2024-05-03 05:11:39.344 EAnnotation@OID2:1v4d 2024-05-03 05:11:39.345/* branch2[2] 2024-05-03 05:11:39.394/* branch3[3] 2024-05-03 05:11:39.325/* branch4[4] 2024-05-03 05:11:39.335/* EAnnotation@OID2:4v1d 2024-05-03 05:11:39.364/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:11:39.272/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:39.272/* ClientCache: Getting BranchPoint[MAIN/RevisionManagerClientSideTest_testAvailableUp2_Branch4_Detached_branch1, 2024-05-03 05:11:39.325] =============================================================================================== ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:11:39.272/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:39.272/* RevisionManagerClientSideTest_testAvailableUp2_Branch4_Detached_branch1[1]2024-05-03 05:11:39.301/* EAnnotation@OID2:1v2 2024-05-03 05:11:39.316/2024-05-03 05:11:39.335 ClientCache: Getting BranchPoint[MAIN/RevisionManagerClientSideTest_testAvailableUp2_Branch4_Detached_branch1/branch3/branch4, 2024-05-03 05:11:39.365] =============================================================================================== RevisionManagerClientSideTest_testAvailableUp2_Branch4_Detached_branch1[1]2024-05-03 05:11:39.301/* EAnnotation@OID2:1v2 2024-05-03 05:11:39.316/2024-05-03 05:11:39.335 ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:11:39.272/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:39.272/* RevisionManagerClientSideTest_testAvailableUp2_Branch4_Detached_branch1[1]2024-05-03 05:11:39.301/* EAnnotation@OID2:1v2 2024-05-03 05:11:39.316/2024-05-03 05:11:39.335 branch4[4] 2024-05-03 05:11:39.335/* EAnnotation@OID2:4v1d 2024-05-03 05:11:39.364/* ClientCache: Getting BranchPoint[MAIN/RevisionManagerClientSideTest_testAvailableUp2_Branch4_Detached_branch1/branch3/branch4, 2024-05-03 05:11:39.365] =============================================================================================== RevisionManagerClientSideTest_testAvailableUp2_Branch4_Detached_branch1[1]2024-05-03 05:11:39.301/* EAnnotation@OID2:1v2 2024-05-03 05:11:39.316/2024-05-03 05:11:39.335 branch4[4] 2024-05-03 05:11:39.335/* EAnnotation@OID2:4v1d 2024-05-03 05:11:39.364/* ******************************************************* RevisionManagerClientSideTest.testAvailableUp2_Branch4_Head [MEM-branching, JVM, Legacy] ******************************************************* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:11:39.406/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:39.406/* EAnnotation@OID2:0v1 2024-05-03 05:11:39.416/2024-05-03 05:11:39.425 EAnnotation@OID2:0v2 2024-05-03 05:11:39.426/2024-05-03 05:11:39.445 EAnnotation@OID2:0v3 2024-05-03 05:11:39.446/2024-05-03 05:11:39.495 EAnnotation@OID2:0v4 2024-05-03 05:11:39.496/2024-05-03 05:11:39.514 EAnnotation@OID2:0v5d 2024-05-03 05:11:39.515/* RevisionManagerClientSideTest_testAvailableUp2_Branch4_Head_branch1[1]2024-05-03 05:11:39.435/* EAnnotation@OID2:1v1 2024-05-03 05:11:39.440/2024-05-03 05:11:39.449 EAnnotation@OID2:1v2 2024-05-03 05:11:39.450/2024-05-03 05:11:39.469 EAnnotation@OID2:1v3 2024-05-03 05:11:39.470/2024-05-03 05:11:39.478 EAnnotation@OID2:1v4d 2024-05-03 05:11:39.479/* branch2[2] 2024-05-03 05:11:39.528/* branch3[3] 2024-05-03 05:11:39.459/* branch4[4] 2024-05-03 05:11:39.469/* EAnnotation@OID2:4v1d 2024-05-03 05:11:39.498/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:11:39.406/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:39.406/* ClientCache: Getting BranchPoint[MAIN/RevisionManagerClientSideTest_testAvailableUp2_Branch4_Head_branch1, 2024-05-03 05:11:39.459] =============================================================================================== ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:11:39.406/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:39.406/* RevisionManagerClientSideTest_testAvailableUp2_Branch4_Head_branch1[1]2024-05-03 05:11:39.435/* EAnnotation@OID2:1v2 2024-05-03 05:11:39.450/2024-05-03 05:11:39.469 ClientCache: Getting BranchPoint[MAIN/RevisionManagerClientSideTest_testAvailableUp2_Branch4_Head_branch1/branch3/branch4, *] =============================================================================================== RevisionManagerClientSideTest_testAvailableUp2_Branch4_Head_branch1[1]2024-05-03 05:11:39.435/* EAnnotation@OID2:1v2 2024-05-03 05:11:39.450/2024-05-03 05:11:39.469 ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:11:39.406/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:39.406/* RevisionManagerClientSideTest_testAvailableUp2_Branch4_Head_branch1[1]2024-05-03 05:11:39.435/* EAnnotation@OID2:1v2 2024-05-03 05:11:39.450/2024-05-03 05:11:39.469 branch4[4] 2024-05-03 05:11:39.469/* EAnnotation@OID2:4v1d 2024-05-03 05:11:39.498/* ClientCache: Getting BranchPoint[MAIN/RevisionManagerClientSideTest_testAvailableUp2_Branch4_Head_branch1/branch3/branch4, *] =============================================================================================== RevisionManagerClientSideTest_testAvailableUp2_Branch4_Head_branch1[1]2024-05-03 05:11:39.435/* EAnnotation@OID2:1v2 2024-05-03 05:11:39.450/2024-05-03 05:11:39.469 branch4[4] 2024-05-03 05:11:39.469/* EAnnotation@OID2:4v1d 2024-05-03 05:11:39.498/* ******************************************************* RevisionManagerClientSideTest.testAvailableUp2_Branch4_Initial [MEM-branching, JVM, Legacy] ******************************************************* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:11:39.541/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:39.541/* EAnnotation@OID2:0v1 2024-05-03 05:11:39.551/2024-05-03 05:11:39.560 EAnnotation@OID2:0v2 2024-05-03 05:11:39.561/2024-05-03 05:11:39.580 EAnnotation@OID2:0v3 2024-05-03 05:11:39.581/2024-05-03 05:11:39.630 EAnnotation@OID2:0v4 2024-05-03 05:11:39.631/2024-05-03 05:11:39.649 EAnnotation@OID2:0v5d 2024-05-03 05:11:39.650/* RevisionManagerClientSideTest_testAvailableUp2_Branch4_Initial_branch1[1]2024-05-03 05:11:39.570/* EAnnotation@OID2:1v1 2024-05-03 05:11:39.575/2024-05-03 05:11:39.584 EAnnotation@OID2:1v2 2024-05-03 05:11:39.585/2024-05-03 05:11:39.604 EAnnotation@OID2:1v3 2024-05-03 05:11:39.605/2024-05-03 05:11:39.613 EAnnotation@OID2:1v4d 2024-05-03 05:11:39.614/* branch2[2] 2024-05-03 05:11:39.664/* branch3[3] 2024-05-03 05:11:39.594/* branch4[4] 2024-05-03 05:11:39.604/* EAnnotation@OID2:4v1d 2024-05-03 05:11:39.633/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:11:39.541/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:39.541/* ClientCache: Getting BranchPoint[MAIN/RevisionManagerClientSideTest_testAvailableUp2_Branch4_Initial_branch1, 2024-05-03 05:11:39.594] =============================================================================================== ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:11:39.541/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:39.541/* RevisionManagerClientSideTest_testAvailableUp2_Branch4_Initial_branch1[1]2024-05-03 05:11:39.570/* EAnnotation@OID2:1v2 2024-05-03 05:11:39.585/2024-05-03 05:11:39.604 ClientCache: Getting BranchPoint[MAIN/RevisionManagerClientSideTest_testAvailableUp2_Branch4_Initial_branch1/branch3/branch4, 2024-05-03 05:11:39.632] =============================================================================================== RevisionManagerClientSideTest_testAvailableUp2_Branch4_Initial_branch1[1]2024-05-03 05:11:39.570/* EAnnotation@OID2:1v2 2024-05-03 05:11:39.585/2024-05-03 05:11:39.604 ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:11:39.541/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:39.541/* RevisionManagerClientSideTest_testAvailableUp2_Branch4_Initial_branch1[1]2024-05-03 05:11:39.570/* EAnnotation@OID2:1v2 2024-05-03 05:11:39.585/2024-05-03 05:11:39.604 branch4[4] 2024-05-03 05:11:39.604/* EAnnotation@OID2:4v0->1v2 2024-05-03 05:11:39.604/2024-05-03 05:11:39.632 ClientCache: Getting BranchPoint[MAIN/RevisionManagerClientSideTest_testAvailableUp2_Branch4_Initial_branch1/branch3/branch4, 2024-05-03 05:11:39.632] =============================================================================================== RevisionManagerClientSideTest_testAvailableUp2_Branch4_Initial_branch1[1]2024-05-03 05:11:39.570/* EAnnotation@OID2:1v2 2024-05-03 05:11:39.585/2024-05-03 05:11:39.604 branch4[4] 2024-05-03 05:11:39.604/* EAnnotation@OID2:4v0->1v2 2024-05-03 05:11:39.604/2024-05-03 05:11:39.632 ******************************************************* RevisionManagerClientSideTest.testAvailableUp3_Branch4_Detached [MEM-branching, JVM, Legacy] ******************************************************* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:11:39.676/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:39.676/* EAnnotation@OID2:0v1 2024-05-03 05:11:39.686/2024-05-03 05:11:39.695 EAnnotation@OID2:0v2 2024-05-03 05:11:39.696/2024-05-03 05:11:39.715 EAnnotation@OID2:0v3 2024-05-03 05:11:39.716/2024-05-03 05:11:39.765 EAnnotation@OID2:0v4 2024-05-03 05:11:39.766/2024-05-03 05:11:39.784 EAnnotation@OID2:0v5d 2024-05-03 05:11:39.785/* RevisionManagerClientSideTest_testAvailableUp3_Branch4_Detached_branch1[1]2024-05-03 05:11:39.705/* EAnnotation@OID2:1v1 2024-05-03 05:11:39.710/2024-05-03 05:11:39.719 EAnnotation@OID2:1v2 2024-05-03 05:11:39.720/2024-05-03 05:11:39.739 EAnnotation@OID2:1v3 2024-05-03 05:11:39.740/2024-05-03 05:11:39.748 EAnnotation@OID2:1v4d 2024-05-03 05:11:39.749/* branch2[2] 2024-05-03 05:11:39.798/* branch3[3] 2024-05-03 05:11:39.729/* branch4[4] 2024-05-03 05:11:39.739/* EAnnotation@OID2:4v1d 2024-05-03 05:11:39.768/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:11:39.676/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:39.676/* ClientCache: Getting BranchPoint[MAIN, 2024-05-03 05:11:39.705] =============================================================================================== ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:11:39.676/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:39.676/* EAnnotation@OID2:0v2 2024-05-03 05:11:39.696/2024-05-03 05:11:39.715 ClientCache: Getting BranchPoint[MAIN/RevisionManagerClientSideTest_testAvailableUp3_Branch4_Detached_branch1/branch3/branch4, 2024-05-03 05:11:39.769] =============================================================================================== MAIN[0] 2024-05-03 05:11:39.676/* EAnnotation@OID2:0v2 2024-05-03 05:11:39.696/2024-05-03 05:11:39.715 ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:11:39.676/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:39.676/* EAnnotation@OID2:0v2 2024-05-03 05:11:39.696/2024-05-03 05:11:39.715 branch4[4] 2024-05-03 05:11:39.739/* EAnnotation@OID2:4v1d 2024-05-03 05:11:39.768/* ClientCache: Getting BranchPoint[MAIN/RevisionManagerClientSideTest_testAvailableUp3_Branch4_Detached_branch1/branch3/branch4, 2024-05-03 05:11:39.769] =============================================================================================== MAIN[0] 2024-05-03 05:11:39.676/* EAnnotation@OID2:0v2 2024-05-03 05:11:39.696/2024-05-03 05:11:39.715 branch4[4] 2024-05-03 05:11:39.739/* EAnnotation@OID2:4v1d 2024-05-03 05:11:39.768/* ******************************************************* RevisionManagerClientSideTest.testAvailableUp3_Branch4_Head [MEM-branching, JVM, Legacy] ******************************************************* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:11:39.810/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:39.810/* EAnnotation@OID2:0v1 2024-05-03 05:11:39.820/2024-05-03 05:11:39.829 EAnnotation@OID2:0v2 2024-05-03 05:11:39.830/2024-05-03 05:11:39.849 EAnnotation@OID2:0v3 2024-05-03 05:11:39.850/2024-05-03 05:11:39.899 EAnnotation@OID2:0v4 2024-05-03 05:11:39.900/2024-05-03 05:11:39.918 EAnnotation@OID2:0v5d 2024-05-03 05:11:39.919/* RevisionManagerClientSideTest_testAvailableUp3_Branch4_Head_branch1[1]2024-05-03 05:11:39.839/* EAnnotation@OID2:1v1 2024-05-03 05:11:39.844/2024-05-03 05:11:39.853 EAnnotation@OID2:1v2 2024-05-03 05:11:39.854/2024-05-03 05:11:39.873 EAnnotation@OID2:1v3 2024-05-03 05:11:39.874/2024-05-03 05:11:39.882 EAnnotation@OID2:1v4d 2024-05-03 05:11:39.883/* branch2[2] 2024-05-03 05:11:39.932/* branch3[3] 2024-05-03 05:11:39.863/* branch4[4] 2024-05-03 05:11:39.873/* EAnnotation@OID2:4v1d 2024-05-03 05:11:39.902/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:11:39.810/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:39.810/* ClientCache: Getting BranchPoint[MAIN, 2024-05-03 05:11:39.839] =============================================================================================== ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:11:39.810/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:39.810/* EAnnotation@OID2:0v2 2024-05-03 05:11:39.830/2024-05-03 05:11:39.849 ClientCache: Getting BranchPoint[MAIN/RevisionManagerClientSideTest_testAvailableUp3_Branch4_Head_branch1/branch3/branch4, *] =============================================================================================== MAIN[0] 2024-05-03 05:11:39.810/* EAnnotation@OID2:0v2 2024-05-03 05:11:39.830/2024-05-03 05:11:39.849 ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:11:39.810/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:39.810/* EAnnotation@OID2:0v2 2024-05-03 05:11:39.830/2024-05-03 05:11:39.849 branch4[4] 2024-05-03 05:11:39.873/* EAnnotation@OID2:4v1d 2024-05-03 05:11:39.902/* ClientCache: Getting BranchPoint[MAIN/RevisionManagerClientSideTest_testAvailableUp3_Branch4_Head_branch1/branch3/branch4, *] =============================================================================================== MAIN[0] 2024-05-03 05:11:39.810/* EAnnotation@OID2:0v2 2024-05-03 05:11:39.830/2024-05-03 05:11:39.849 branch4[4] 2024-05-03 05:11:39.873/* EAnnotation@OID2:4v1d 2024-05-03 05:11:39.902/* ******************************************************* RevisionManagerClientSideTest.testAvailableUp3_Branch4_Initial [MEM-branching, JVM, Legacy] ******************************************************* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:11:39.945/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:39.945/* EAnnotation@OID2:0v1 2024-05-03 05:11:39.955/2024-05-03 05:11:39.964 EAnnotation@OID2:0v2 2024-05-03 05:11:39.965/2024-05-03 05:11:39.984 EAnnotation@OID2:0v3 2024-05-03 05:11:39.985/2024-05-03 05:11:40.034 EAnnotation@OID2:0v4 2024-05-03 05:11:40.035/2024-05-03 05:11:40.053 EAnnotation@OID2:0v5d 2024-05-03 05:11:40.054/* RevisionManagerClientSideTest_testAvailableUp3_Branch4_Initial_branch1[1]2024-05-03 05:11:39.974/* EAnnotation@OID2:1v1 2024-05-03 05:11:39.979/2024-05-03 05:11:39.988 EAnnotation@OID2:1v2 2024-05-03 05:11:39.989/2024-05-03 05:11:40.008 EAnnotation@OID2:1v3 2024-05-03 05:11:40.009/2024-05-03 05:11:40.017 EAnnotation@OID2:1v4d 2024-05-03 05:11:40.018/* branch2[2] 2024-05-03 05:11:40.068/* branch3[3] 2024-05-03 05:11:39.998/* branch4[4] 2024-05-03 05:11:40.008/* EAnnotation@OID2:4v1d 2024-05-03 05:11:40.037/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:11:39.945/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:39.945/* ClientCache: Getting BranchPoint[MAIN, 2024-05-03 05:11:39.974] =============================================================================================== ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:11:39.945/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:39.945/* EAnnotation@OID2:0v2 2024-05-03 05:11:39.965/2024-05-03 05:11:39.984 ClientCache: Getting BranchPoint[MAIN/RevisionManagerClientSideTest_testAvailableUp3_Branch4_Initial_branch1/branch3/branch4, 2024-05-03 05:11:40.036] =============================================================================================== MAIN[0] 2024-05-03 05:11:39.945/* EAnnotation@OID2:0v2 2024-05-03 05:11:39.965/2024-05-03 05:11:39.984 ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:11:39.945/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:39.945/* EAnnotation@OID2:0v2 2024-05-03 05:11:39.965/2024-05-03 05:11:39.984 RevisionManagerClientSideTest_testAvailableUp3_Branch4_Initial_branch1[1]2024-05-03 05:11:39.974/* EAnnotation@OID2:1v2 2024-05-03 05:11:39.989/2024-05-03 05:11:40.008 branch4[4] 2024-05-03 05:11:40.008/* EAnnotation@OID2:4v0->1v2 2024-05-03 05:11:40.008/2024-05-03 05:11:40.036 ClientCache: Getting BranchPoint[MAIN/RevisionManagerClientSideTest_testAvailableUp3_Branch4_Initial_branch1/branch3/branch4, 2024-05-03 05:11:40.036] =============================================================================================== MAIN[0] 2024-05-03 05:11:39.945/* EAnnotation@OID2:0v2 2024-05-03 05:11:39.965/2024-05-03 05:11:39.984 RevisionManagerClientSideTest_testAvailableUp3_Branch4_Initial_branch1[1]2024-05-03 05:11:39.974/* EAnnotation@OID2:1v2 2024-05-03 05:11:39.989/2024-05-03 05:11:40.008 branch4[4] 2024-05-03 05:11:40.008/* EAnnotation@OID2:4v0->1v2 2024-05-03 05:11:40.008/2024-05-03 05:11:40.036 ******************************************************* RevisionManagerClientSideTest.testBranch0_Detached [MEM-branching, JVM, Legacy] ******************************************************* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:11:40.083/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:40.083/* EAnnotation@OID2:0v1 2024-05-03 05:11:40.093/2024-05-03 05:11:40.102 EAnnotation@OID2:0v2 2024-05-03 05:11:40.103/2024-05-03 05:11:40.122 EAnnotation@OID2:0v3 2024-05-03 05:11:40.123/2024-05-03 05:11:40.172 EAnnotation@OID2:0v4 2024-05-03 05:11:40.173/2024-05-03 05:11:40.191 EAnnotation@OID2:0v5d 2024-05-03 05:11:40.192/* RevisionManagerClientSideTest_testBranch0_Detached_branch1[1]2024-05-03 05:11:40.112/* EAnnotation@OID2:1v1 2024-05-03 05:11:40.117/2024-05-03 05:11:40.126 EAnnotation@OID2:1v2 2024-05-03 05:11:40.127/2024-05-03 05:11:40.146 EAnnotation@OID2:1v3 2024-05-03 05:11:40.147/2024-05-03 05:11:40.155 EAnnotation@OID2:1v4d 2024-05-03 05:11:40.156/* branch2[2] 2024-05-03 05:11:40.206/* branch3[3] 2024-05-03 05:11:40.136/* branch4[4] 2024-05-03 05:11:40.146/* EAnnotation@OID2:4v1d 2024-05-03 05:11:40.175/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:11:40.083/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:40.083/* ClientCache: Getting BranchPoint[MAIN, 2024-05-03 05:11:40.193] =============================================================================================== ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:11:40.083/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:40.083/* EAnnotation@OID2:0v5d 2024-05-03 05:11:40.192/* ClientCache: Getting BranchPoint[MAIN, 2024-05-03 05:11:40.193] =============================================================================================== MAIN[0] 2024-05-03 05:11:40.083/* EAnnotation@OID2:0v5d 2024-05-03 05:11:40.192/* ******************************************************* RevisionManagerClientSideTest.testBranch0_Head [MEM-branching, JVM, Legacy] ******************************************************* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:11:40.217/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:40.217/* EAnnotation@OID2:0v1 2024-05-03 05:11:40.227/2024-05-03 05:11:40.236 EAnnotation@OID2:0v2 2024-05-03 05:11:40.237/2024-05-03 05:11:40.256 EAnnotation@OID2:0v3 2024-05-03 05:11:40.257/2024-05-03 05:11:40.306 EAnnotation@OID2:0v4 2024-05-03 05:11:40.307/2024-05-03 05:11:40.325 EAnnotation@OID2:0v5d 2024-05-03 05:11:40.326/* RevisionManagerClientSideTest_testBranch0_Head_branch1[1]2024-05-03 05:11:40.246/* EAnnotation@OID2:1v1 2024-05-03 05:11:40.251/2024-05-03 05:11:40.260 EAnnotation@OID2:1v2 2024-05-03 05:11:40.261/2024-05-03 05:11:40.280 EAnnotation@OID2:1v3 2024-05-03 05:11:40.281/2024-05-03 05:11:40.289 EAnnotation@OID2:1v4d 2024-05-03 05:11:40.290/* branch2[2] 2024-05-03 05:11:40.340/* branch3[3] 2024-05-03 05:11:40.270/* branch4[4] 2024-05-03 05:11:40.280/* EAnnotation@OID2:4v1d 2024-05-03 05:11:40.309/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:11:40.217/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:40.217/* ClientCache: Getting BranchPoint[MAIN, *] =============================================================================================== ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:11:40.217/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:40.217/* EAnnotation@OID2:0v5d 2024-05-03 05:11:40.326/* ClientCache: Getting BranchPoint[MAIN, *] =============================================================================================== MAIN[0] 2024-05-03 05:11:40.217/* EAnnotation@OID2:0v5d 2024-05-03 05:11:40.326/* ******************************************************* RevisionManagerClientSideTest.testBranch0_Initial [MEM-branching, JVM, Legacy] ******************************************************* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:11:40.351/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:40.351/* EAnnotation@OID2:0v1 2024-05-03 05:11:40.361/2024-05-03 05:11:40.370 EAnnotation@OID2:0v2 2024-05-03 05:11:40.371/2024-05-03 05:11:40.390 EAnnotation@OID2:0v3 2024-05-03 05:11:40.391/2024-05-03 05:11:40.440 EAnnotation@OID2:0v4 2024-05-03 05:11:40.441/2024-05-03 05:11:40.459 EAnnotation@OID2:0v5d 2024-05-03 05:11:40.460/* RevisionManagerClientSideTest_testBranch0_Initial_branch1[1]2024-05-03 05:11:40.380/* EAnnotation@OID2:1v1 2024-05-03 05:11:40.385/2024-05-03 05:11:40.394 EAnnotation@OID2:1v2 2024-05-03 05:11:40.395/2024-05-03 05:11:40.414 EAnnotation@OID2:1v3 2024-05-03 05:11:40.415/2024-05-03 05:11:40.423 EAnnotation@OID2:1v4d 2024-05-03 05:11:40.424/* branch2[2] 2024-05-03 05:11:40.474/* branch3[3] 2024-05-03 05:11:40.404/* branch4[4] 2024-05-03 05:11:40.414/* EAnnotation@OID2:4v1d 2024-05-03 05:11:40.443/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:11:40.351/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:40.351/* ClientCache: Getting BranchPoint[MAIN, 2024-05-03 05:11:40.360] =============================================================================================== ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:11:40.351/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:40.351/* ClientCache: Getting BranchPoint[MAIN, 2024-05-03 05:11:40.360] =============================================================================================== ******************************************************* RevisionManagerClientSideTest.testBranch0_Normal [MEM-branching, JVM, Legacy] ******************************************************* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:11:40.485/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:40.485/* EAnnotation@OID2:0v1 2024-05-03 05:11:40.495/2024-05-03 05:11:40.504 EAnnotation@OID2:0v2 2024-05-03 05:11:40.505/2024-05-03 05:11:40.524 EAnnotation@OID2:0v3 2024-05-03 05:11:40.525/2024-05-03 05:11:40.574 EAnnotation@OID2:0v4 2024-05-03 05:11:40.575/2024-05-03 05:11:40.593 EAnnotation@OID2:0v5d 2024-05-03 05:11:40.594/* RevisionManagerClientSideTest_testBranch0_Normal_branch1[1]2024-05-03 05:11:40.514/* EAnnotation@OID2:1v1 2024-05-03 05:11:40.519/2024-05-03 05:11:40.528 EAnnotation@OID2:1v2 2024-05-03 05:11:40.529/2024-05-03 05:11:40.548 EAnnotation@OID2:1v3 2024-05-03 05:11:40.549/2024-05-03 05:11:40.557 EAnnotation@OID2:1v4d 2024-05-03 05:11:40.558/* branch2[2] 2024-05-03 05:11:40.608/* branch3[3] 2024-05-03 05:11:40.538/* branch4[4] 2024-05-03 05:11:40.548/* EAnnotation@OID2:4v1d 2024-05-03 05:11:40.577/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:11:40.485/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:40.485/* ClientCache: Getting BranchPoint[MAIN, 2024-05-03 05:11:40.499] =============================================================================================== ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:11:40.485/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:40.485/* EAnnotation@OID2:0v1 2024-05-03 05:11:40.495/2024-05-03 05:11:40.504 ClientCache: Getting BranchPoint[MAIN, 2024-05-03 05:11:40.499] =============================================================================================== MAIN[0] 2024-05-03 05:11:40.485/* EAnnotation@OID2:0v1 2024-05-03 05:11:40.495/2024-05-03 05:11:40.504 ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:11:40.485/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:40.485/* EAnnotation@OID2:0v1 2024-05-03 05:11:40.495/2024-05-03 05:11:40.504 ClientCache: Getting BranchPoint[MAIN, 2024-05-03 05:11:40.514] =============================================================================================== MAIN[0] 2024-05-03 05:11:40.485/* EAnnotation@OID2:0v1 2024-05-03 05:11:40.495/2024-05-03 05:11:40.504 ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:11:40.485/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:40.485/* EAnnotation@OID2:0v1 2024-05-03 05:11:40.495/2024-05-03 05:11:40.504 EAnnotation@OID2:0v2 2024-05-03 05:11:40.505/2024-05-03 05:11:40.524 ClientCache: Getting BranchPoint[MAIN, 2024-05-03 05:11:40.514] =============================================================================================== MAIN[0] 2024-05-03 05:11:40.485/* EAnnotation@OID2:0v1 2024-05-03 05:11:40.495/2024-05-03 05:11:40.504 EAnnotation@OID2:0v2 2024-05-03 05:11:40.505/2024-05-03 05:11:40.524 ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:11:40.485/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:40.485/* EAnnotation@OID2:0v1 2024-05-03 05:11:40.495/2024-05-03 05:11:40.504 EAnnotation@OID2:0v2 2024-05-03 05:11:40.505/2024-05-03 05:11:40.524 ClientCache: Getting BranchPoint[MAIN, 2024-05-03 05:11:40.549] =============================================================================================== MAIN[0] 2024-05-03 05:11:40.485/* EAnnotation@OID2:0v1 2024-05-03 05:11:40.495/2024-05-03 05:11:40.504 EAnnotation@OID2:0v2 2024-05-03 05:11:40.505/2024-05-03 05:11:40.524 ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:11:40.485/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:40.485/* EAnnotation@OID2:0v1 2024-05-03 05:11:40.495/2024-05-03 05:11:40.504 EAnnotation@OID2:0v2 2024-05-03 05:11:40.505/2024-05-03 05:11:40.524 EAnnotation@OID2:0v3 2024-05-03 05:11:40.525/2024-05-03 05:11:40.574 ClientCache: Getting BranchPoint[MAIN, 2024-05-03 05:11:40.549] =============================================================================================== MAIN[0] 2024-05-03 05:11:40.485/* EAnnotation@OID2:0v1 2024-05-03 05:11:40.495/2024-05-03 05:11:40.504 EAnnotation@OID2:0v2 2024-05-03 05:11:40.505/2024-05-03 05:11:40.524 EAnnotation@OID2:0v3 2024-05-03 05:11:40.525/2024-05-03 05:11:40.574 ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:11:40.485/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:40.485/* EAnnotation@OID2:0v1 2024-05-03 05:11:40.495/2024-05-03 05:11:40.504 EAnnotation@OID2:0v2 2024-05-03 05:11:40.505/2024-05-03 05:11:40.524 EAnnotation@OID2:0v3 2024-05-03 05:11:40.525/2024-05-03 05:11:40.574 ClientCache: Getting BranchPoint[MAIN, 2024-05-03 05:11:40.583] =============================================================================================== MAIN[0] 2024-05-03 05:11:40.485/* EAnnotation@OID2:0v1 2024-05-03 05:11:40.495/2024-05-03 05:11:40.504 EAnnotation@OID2:0v2 2024-05-03 05:11:40.505/2024-05-03 05:11:40.524 EAnnotation@OID2:0v3 2024-05-03 05:11:40.525/2024-05-03 05:11:40.574 ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:11:40.485/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:40.485/* EAnnotation@OID2:0v1 2024-05-03 05:11:40.495/2024-05-03 05:11:40.504 EAnnotation@OID2:0v2 2024-05-03 05:11:40.505/2024-05-03 05:11:40.524 EAnnotation@OID2:0v3 2024-05-03 05:11:40.525/2024-05-03 05:11:40.574 EAnnotation@OID2:0v4 2024-05-03 05:11:40.575/2024-05-03 05:11:40.593 ClientCache: Getting BranchPoint[MAIN, 2024-05-03 05:11:40.583] =============================================================================================== MAIN[0] 2024-05-03 05:11:40.485/* EAnnotation@OID2:0v1 2024-05-03 05:11:40.495/2024-05-03 05:11:40.504 EAnnotation@OID2:0v2 2024-05-03 05:11:40.505/2024-05-03 05:11:40.524 EAnnotation@OID2:0v3 2024-05-03 05:11:40.525/2024-05-03 05:11:40.574 EAnnotation@OID2:0v4 2024-05-03 05:11:40.575/2024-05-03 05:11:40.593 ******************************************************* RevisionManagerClientSideTest.testBranch1_Detached [MEM-branching, JVM, Legacy] ******************************************************* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:11:40.622/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:40.622/* EAnnotation@OID2:0v1 2024-05-03 05:11:40.632/2024-05-03 05:11:40.641 EAnnotation@OID2:0v2 2024-05-03 05:11:40.642/2024-05-03 05:11:40.661 EAnnotation@OID2:0v3 2024-05-03 05:11:40.662/2024-05-03 05:11:40.711 EAnnotation@OID2:0v4 2024-05-03 05:11:40.712/2024-05-03 05:11:40.730 EAnnotation@OID2:0v5d 2024-05-03 05:11:40.731/* RevisionManagerClientSideTest_testBranch1_Detached_branch1[1]2024-05-03 05:11:40.651/* EAnnotation@OID2:1v1 2024-05-03 05:11:40.656/2024-05-03 05:11:40.665 EAnnotation@OID2:1v2 2024-05-03 05:11:40.666/2024-05-03 05:11:40.685 EAnnotation@OID2:1v3 2024-05-03 05:11:40.686/2024-05-03 05:11:40.694 EAnnotation@OID2:1v4d 2024-05-03 05:11:40.695/* branch2[2] 2024-05-03 05:11:40.744/* branch3[3] 2024-05-03 05:11:40.675/* branch4[4] 2024-05-03 05:11:40.685/* EAnnotation@OID2:4v1d 2024-05-03 05:11:40.714/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:11:40.622/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:40.622/* ClientCache: Getting BranchPoint[MAIN/RevisionManagerClientSideTest_testBranch1_Detached_branch1, 2024-05-03 05:11:40.696] =============================================================================================== ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:11:40.622/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:40.622/* RevisionManagerClientSideTest_testBranch1_Detached_branch1[1]2024-05-03 05:11:40.651/* EAnnotation@OID2:1v4d 2024-05-03 05:11:40.695/* ClientCache: Getting BranchPoint[MAIN/RevisionManagerClientSideTest_testBranch1_Detached_branch1, 2024-05-03 05:11:40.696] =============================================================================================== RevisionManagerClientSideTest_testBranch1_Detached_branch1[1]2024-05-03 05:11:40.651/* EAnnotation@OID2:1v4d 2024-05-03 05:11:40.695/* ******************************************************* RevisionManagerClientSideTest.testBranch1_Head [MEM-branching, JVM, Legacy] ******************************************************* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:11:40.755/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:40.755/* EAnnotation@OID2:0v1 2024-05-03 05:11:40.765/2024-05-03 05:11:40.774 EAnnotation@OID2:0v2 2024-05-03 05:11:40.775/2024-05-03 05:11:40.794 EAnnotation@OID2:0v3 2024-05-03 05:11:40.795/2024-05-03 05:11:40.844 EAnnotation@OID2:0v4 2024-05-03 05:11:40.845/2024-05-03 05:11:40.863 EAnnotation@OID2:0v5d 2024-05-03 05:11:40.864/* RevisionManagerClientSideTest_testBranch1_Head_branch1[1]2024-05-03 05:11:40.784/* EAnnotation@OID2:1v1 2024-05-03 05:11:40.789/2024-05-03 05:11:40.798 EAnnotation@OID2:1v2 2024-05-03 05:11:40.799/2024-05-03 05:11:40.818 EAnnotation@OID2:1v3 2024-05-03 05:11:40.819/2024-05-03 05:11:40.827 EAnnotation@OID2:1v4d 2024-05-03 05:11:40.828/* branch2[2] 2024-05-03 05:11:40.878/* branch3[3] 2024-05-03 05:11:40.808/* branch4[4] 2024-05-03 05:11:40.818/* EAnnotation@OID2:4v1d 2024-05-03 05:11:40.847/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:11:40.755/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:40.755/* ClientCache: Getting BranchPoint[MAIN/RevisionManagerClientSideTest_testBranch1_Head_branch1, *] =============================================================================================== ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:11:40.755/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:40.755/* RevisionManagerClientSideTest_testBranch1_Head_branch1[1]2024-05-03 05:11:40.784/* EAnnotation@OID2:1v4d 2024-05-03 05:11:40.828/* ClientCache: Getting BranchPoint[MAIN/RevisionManagerClientSideTest_testBranch1_Head_branch1, *] =============================================================================================== RevisionManagerClientSideTest_testBranch1_Head_branch1[1]2024-05-03 05:11:40.784/* EAnnotation@OID2:1v4d 2024-05-03 05:11:40.828/* ******************************************************* RevisionManagerClientSideTest.testBranch1_Initial [MEM-branching, JVM, Legacy] ******************************************************* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:11:40.889/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:40.889/* EAnnotation@OID2:0v1 2024-05-03 05:11:40.899/2024-05-03 05:11:40.908 EAnnotation@OID2:0v2 2024-05-03 05:11:40.909/2024-05-03 05:11:40.928 EAnnotation@OID2:0v3 2024-05-03 05:11:40.929/2024-05-03 05:11:40.978 EAnnotation@OID2:0v4 2024-05-03 05:11:40.979/2024-05-03 05:11:40.997 EAnnotation@OID2:0v5d 2024-05-03 05:11:40.998/* RevisionManagerClientSideTest_testBranch1_Initial_branch1[1]2024-05-03 05:11:40.918/* EAnnotation@OID2:1v1 2024-05-03 05:11:40.923/2024-05-03 05:11:40.932 EAnnotation@OID2:1v2 2024-05-03 05:11:40.933/2024-05-03 05:11:40.952 EAnnotation@OID2:1v3 2024-05-03 05:11:40.953/2024-05-03 05:11:40.961 EAnnotation@OID2:1v4d 2024-05-03 05:11:40.962/* branch2[2] 2024-05-03 05:11:41.012/* branch3[3] 2024-05-03 05:11:40.942/* branch4[4] 2024-05-03 05:11:40.952/* EAnnotation@OID2:4v1d 2024-05-03 05:11:40.981/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:11:40.889/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:40.889/* ClientCache: Getting BranchPoint[MAIN/RevisionManagerClientSideTest_testBranch1_Initial_branch1, 2024-05-03 05:11:40.922] =============================================================================================== ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:11:40.889/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:40.889/* EAnnotation@OID2:0v2 2024-05-03 05:11:40.909/2024-05-03 05:11:40.928 RevisionManagerClientSideTest_testBranch1_Initial_branch1[1]2024-05-03 05:11:40.918/* EAnnotation@OID2:1v0->0v2 2024-05-03 05:11:40.918/2024-05-03 05:11:40.922 ClientCache: Getting BranchPoint[MAIN/RevisionManagerClientSideTest_testBranch1_Initial_branch1, 2024-05-03 05:11:40.922] =============================================================================================== MAIN[0] 2024-05-03 05:11:40.889/* EAnnotation@OID2:0v2 2024-05-03 05:11:40.909/2024-05-03 05:11:40.928 RevisionManagerClientSideTest_testBranch1_Initial_branch1[1]2024-05-03 05:11:40.918/* EAnnotation@OID2:1v0->0v2 2024-05-03 05:11:40.918/2024-05-03 05:11:40.922 ******************************************************* RevisionManagerClientSideTest.testBranch1_Normal [MEM-branching, JVM, Legacy] ******************************************************* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:11:41.024/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:41.024/* EAnnotation@OID2:0v1 2024-05-03 05:11:41.034/2024-05-03 05:11:41.043 EAnnotation@OID2:0v2 2024-05-03 05:11:41.044/2024-05-03 05:11:41.063 EAnnotation@OID2:0v3 2024-05-03 05:11:41.064/2024-05-03 05:11:41.113 EAnnotation@OID2:0v4 2024-05-03 05:11:41.114/2024-05-03 05:11:41.132 EAnnotation@OID2:0v5d 2024-05-03 05:11:41.133/* RevisionManagerClientSideTest_testBranch1_Normal_branch1[1]2024-05-03 05:11:41.053/* EAnnotation@OID2:1v1 2024-05-03 05:11:41.058/2024-05-03 05:11:41.067 EAnnotation@OID2:1v2 2024-05-03 05:11:41.068/2024-05-03 05:11:41.087 EAnnotation@OID2:1v3 2024-05-03 05:11:41.088/2024-05-03 05:11:41.096 EAnnotation@OID2:1v4d 2024-05-03 05:11:41.097/* branch2[2] 2024-05-03 05:11:41.146/* branch3[3] 2024-05-03 05:11:41.077/* branch4[4] 2024-05-03 05:11:41.087/* EAnnotation@OID2:4v1d 2024-05-03 05:11:41.116/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:11:41.024/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:41.024/* ClientCache: Getting BranchPoint[MAIN/RevisionManagerClientSideTest_testBranch1_Normal_branch1, 2024-05-03 05:11:41.062] =============================================================================================== ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:11:41.024/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:41.024/* RevisionManagerClientSideTest_testBranch1_Normal_branch1[1]2024-05-03 05:11:41.053/* EAnnotation@OID2:1v1 2024-05-03 05:11:41.058/2024-05-03 05:11:41.067 ClientCache: Getting BranchPoint[MAIN/RevisionManagerClientSideTest_testBranch1_Normal_branch1, 2024-05-03 05:11:41.062] =============================================================================================== RevisionManagerClientSideTest_testBranch1_Normal_branch1[1]2024-05-03 05:11:41.053/* EAnnotation@OID2:1v1 2024-05-03 05:11:41.058/2024-05-03 05:11:41.067 ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:11:41.024/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:41.024/* RevisionManagerClientSideTest_testBranch1_Normal_branch1[1]2024-05-03 05:11:41.053/* EAnnotation@OID2:1v1 2024-05-03 05:11:41.058/2024-05-03 05:11:41.067 ClientCache: Getting BranchPoint[MAIN/RevisionManagerClientSideTest_testBranch1_Normal_branch1, 2024-05-03 05:11:41.077] =============================================================================================== RevisionManagerClientSideTest_testBranch1_Normal_branch1[1]2024-05-03 05:11:41.053/* EAnnotation@OID2:1v1 2024-05-03 05:11:41.058/2024-05-03 05:11:41.067 ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:11:41.024/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:41.024/* RevisionManagerClientSideTest_testBranch1_Normal_branch1[1]2024-05-03 05:11:41.053/* EAnnotation@OID2:1v1 2024-05-03 05:11:41.058/2024-05-03 05:11:41.067 EAnnotation@OID2:1v2 2024-05-03 05:11:41.068/2024-05-03 05:11:41.087 ClientCache: Getting BranchPoint[MAIN/RevisionManagerClientSideTest_testBranch1_Normal_branch1, 2024-05-03 05:11:41.077] =============================================================================================== RevisionManagerClientSideTest_testBranch1_Normal_branch1[1]2024-05-03 05:11:41.053/* EAnnotation@OID2:1v1 2024-05-03 05:11:41.058/2024-05-03 05:11:41.067 EAnnotation@OID2:1v2 2024-05-03 05:11:41.068/2024-05-03 05:11:41.087 ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:11:41.024/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:41.024/* RevisionManagerClientSideTest_testBranch1_Normal_branch1[1]2024-05-03 05:11:41.053/* EAnnotation@OID2:1v1 2024-05-03 05:11:41.058/2024-05-03 05:11:41.067 EAnnotation@OID2:1v2 2024-05-03 05:11:41.068/2024-05-03 05:11:41.087 ClientCache: Getting BranchPoint[MAIN/RevisionManagerClientSideTest_testBranch1_Normal_branch1, 2024-05-03 05:11:41.092] =============================================================================================== RevisionManagerClientSideTest_testBranch1_Normal_branch1[1]2024-05-03 05:11:41.053/* EAnnotation@OID2:1v1 2024-05-03 05:11:41.058/2024-05-03 05:11:41.067 EAnnotation@OID2:1v2 2024-05-03 05:11:41.068/2024-05-03 05:11:41.087 ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:11:41.024/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:41.024/* RevisionManagerClientSideTest_testBranch1_Normal_branch1[1]2024-05-03 05:11:41.053/* EAnnotation@OID2:1v1 2024-05-03 05:11:41.058/2024-05-03 05:11:41.067 EAnnotation@OID2:1v2 2024-05-03 05:11:41.068/2024-05-03 05:11:41.087 EAnnotation@OID2:1v3 2024-05-03 05:11:41.088/2024-05-03 05:11:41.096 ClientCache: Getting BranchPoint[MAIN/RevisionManagerClientSideTest_testBranch1_Normal_branch1, 2024-05-03 05:11:41.092] =============================================================================================== RevisionManagerClientSideTest_testBranch1_Normal_branch1[1]2024-05-03 05:11:41.053/* EAnnotation@OID2:1v1 2024-05-03 05:11:41.058/2024-05-03 05:11:41.067 EAnnotation@OID2:1v2 2024-05-03 05:11:41.068/2024-05-03 05:11:41.087 EAnnotation@OID2:1v3 2024-05-03 05:11:41.088/2024-05-03 05:11:41.096 ******************************************************* RevisionManagerClientSideTest.testBranch2_Head [MEM-branching, JVM, Legacy] ******************************************************* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:11:41.158/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:41.158/* EAnnotation@OID2:0v1 2024-05-03 05:11:41.168/2024-05-03 05:11:41.177 EAnnotation@OID2:0v2 2024-05-03 05:11:41.178/2024-05-03 05:11:41.197 EAnnotation@OID2:0v3 2024-05-03 05:11:41.198/2024-05-03 05:11:41.247 EAnnotation@OID2:0v4 2024-05-03 05:11:41.248/2024-05-03 05:11:41.266 EAnnotation@OID2:0v5d 2024-05-03 05:11:41.267/* RevisionManagerClientSideTest_testBranch2_Head_branch1[1]2024-05-03 05:11:41.187/* EAnnotation@OID2:1v1 2024-05-03 05:11:41.192/2024-05-03 05:11:41.201 EAnnotation@OID2:1v2 2024-05-03 05:11:41.202/2024-05-03 05:11:41.221 EAnnotation@OID2:1v3 2024-05-03 05:11:41.222/2024-05-03 05:11:41.230 EAnnotation@OID2:1v4d 2024-05-03 05:11:41.231/* branch2[2] 2024-05-03 05:11:41.280/* branch3[3] 2024-05-03 05:11:41.211/* branch4[4] 2024-05-03 05:11:41.221/* EAnnotation@OID2:4v1d 2024-05-03 05:11:41.250/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:11:41.158/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:41.158/* ClientCache: Getting BranchPoint[MAIN/RevisionManagerClientSideTest_testBranch2_Head_branch1/branch2, *] =============================================================================================== ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:11:41.158/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:41.158/* RevisionManagerClientSideTest_testBranch2_Head_branch1[1]2024-05-03 05:11:41.187/* EAnnotation@OID2:1v4d 2024-05-03 05:11:41.231/* branch2[2] 2024-05-03 05:11:41.280/* EAnnotation@OID2:2v0->1v4 2024-05-03 05:11:41.280/* ClientCache: Getting BranchPoint[MAIN/RevisionManagerClientSideTest_testBranch2_Head_branch1/branch2, *] =============================================================================================== branch2[2] 2024-05-03 05:11:41.280/* EAnnotation@OID2:2v0->2v4 2024-05-03 05:11:41.280/* EAnnotation@OID2:2v4d 2024-05-03 05:11:41.231/* ******************************************************* RevisionManagerClientSideTest.testBranch2_Initial [MEM-branching, JVM, Legacy] ******************************************************* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:11:41.292/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:41.292/* EAnnotation@OID2:0v1 2024-05-03 05:11:41.302/2024-05-03 05:11:41.311 EAnnotation@OID2:0v2 2024-05-03 05:11:41.312/2024-05-03 05:11:41.331 EAnnotation@OID2:0v3 2024-05-03 05:11:41.332/2024-05-03 05:11:41.381 EAnnotation@OID2:0v4 2024-05-03 05:11:41.382/2024-05-03 05:11:41.400 EAnnotation@OID2:0v5d 2024-05-03 05:11:41.401/* RevisionManagerClientSideTest_testBranch2_Initial_branch1[1]2024-05-03 05:11:41.321/* EAnnotation@OID2:1v1 2024-05-03 05:11:41.326/2024-05-03 05:11:41.335 EAnnotation@OID2:1v2 2024-05-03 05:11:41.336/2024-05-03 05:11:41.355 EAnnotation@OID2:1v3 2024-05-03 05:11:41.356/2024-05-03 05:11:41.364 EAnnotation@OID2:1v4d 2024-05-03 05:11:41.365/* branch2[2] 2024-05-03 05:11:41.414/* branch3[3] 2024-05-03 05:11:41.345/* branch4[4] 2024-05-03 05:11:41.355/* EAnnotation@OID2:4v1d 2024-05-03 05:11:41.384/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:11:41.292/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:41.292/* ClientCache: Getting BranchPoint[MAIN/RevisionManagerClientSideTest_testBranch2_Initial_branch1/branch2, 2024-05-03 05:11:41.416] =============================================================================================== ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:11:41.292/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:41.292/* RevisionManagerClientSideTest_testBranch2_Initial_branch1[1]2024-05-03 05:11:41.321/* EAnnotation@OID2:1v4d 2024-05-03 05:11:41.365/* branch2[2] 2024-05-03 05:11:41.414/* EAnnotation@OID2:2v0->1v4 2024-05-03 05:11:41.414/* ClientCache: Getting BranchPoint[MAIN/RevisionManagerClientSideTest_testBranch2_Initial_branch1/branch2, 2024-05-03 05:11:41.416] =============================================================================================== branch2[2] 2024-05-03 05:11:41.414/* EAnnotation@OID2:2v0->2v4 2024-05-03 05:11:41.414/* EAnnotation@OID2:2v4d 2024-05-03 05:11:41.365/* ******************************************************* RevisionManagerClientSideTest.testBranch3_Head [MEM-branching, JVM, Legacy] ******************************************************* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:11:41.426/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:41.426/* EAnnotation@OID2:0v1 2024-05-03 05:11:41.436/2024-05-03 05:11:41.445 EAnnotation@OID2:0v2 2024-05-03 05:11:41.446/2024-05-03 05:11:41.465 EAnnotation@OID2:0v3 2024-05-03 05:11:41.466/2024-05-03 05:11:41.515 EAnnotation@OID2:0v4 2024-05-03 05:11:41.516/2024-05-03 05:11:41.534 EAnnotation@OID2:0v5d 2024-05-03 05:11:41.535/* RevisionManagerClientSideTest_testBranch3_Head_branch1[1]2024-05-03 05:11:41.455/* EAnnotation@OID2:1v1 2024-05-03 05:11:41.460/2024-05-03 05:11:41.469 EAnnotation@OID2:1v2 2024-05-03 05:11:41.470/2024-05-03 05:11:41.489 EAnnotation@OID2:1v3 2024-05-03 05:11:41.490/2024-05-03 05:11:41.498 EAnnotation@OID2:1v4d 2024-05-03 05:11:41.499/* branch2[2] 2024-05-03 05:11:41.548/* branch3[3] 2024-05-03 05:11:41.479/* branch4[4] 2024-05-03 05:11:41.489/* EAnnotation@OID2:4v1d 2024-05-03 05:11:41.518/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:11:41.426/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:41.426/* ClientCache: Getting BranchPoint[MAIN/RevisionManagerClientSideTest_testBranch3_Head_branch1/branch3, *] =============================================================================================== ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:11:41.426/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:41.426/* RevisionManagerClientSideTest_testBranch3_Head_branch1[1]2024-05-03 05:11:41.455/* EAnnotation@OID2:1v2 2024-05-03 05:11:41.470/2024-05-03 05:11:41.489 branch3[3] 2024-05-03 05:11:41.479/* EAnnotation@OID2:3v0->1v2 2024-05-03 05:11:41.479/* ClientCache: Getting BranchPoint[MAIN/RevisionManagerClientSideTest_testBranch3_Head_branch1/branch3, *] =============================================================================================== RevisionManagerClientSideTest_testBranch3_Head_branch1[1]2024-05-03 05:11:41.455/* EAnnotation@OID2:1v2 2024-05-03 05:11:41.470/2024-05-03 05:11:41.489 branch3[3] 2024-05-03 05:11:41.479/* EAnnotation@OID2:3v0->1v2 2024-05-03 05:11:41.479/* ******************************************************* RevisionManagerClientSideTest.testBranch3_Initial [MEM-branching, JVM, Legacy] ******************************************************* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:11:41.561/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:41.561/* EAnnotation@OID2:0v1 2024-05-03 05:11:41.571/2024-05-03 05:11:41.580 EAnnotation@OID2:0v2 2024-05-03 05:11:41.581/2024-05-03 05:11:41.600 EAnnotation@OID2:0v3 2024-05-03 05:11:41.601/2024-05-03 05:11:41.650 EAnnotation@OID2:0v4 2024-05-03 05:11:41.651/2024-05-03 05:11:41.669 EAnnotation@OID2:0v5d 2024-05-03 05:11:41.670/* RevisionManagerClientSideTest_testBranch3_Initial_branch1[1]2024-05-03 05:11:41.590/* EAnnotation@OID2:1v1 2024-05-03 05:11:41.595/2024-05-03 05:11:41.604 EAnnotation@OID2:1v2 2024-05-03 05:11:41.605/2024-05-03 05:11:41.624 EAnnotation@OID2:1v3 2024-05-03 05:11:41.625/2024-05-03 05:11:41.633 EAnnotation@OID2:1v4d 2024-05-03 05:11:41.634/* branch2[2] 2024-05-03 05:11:41.684/* branch3[3] 2024-05-03 05:11:41.614/* branch4[4] 2024-05-03 05:11:41.624/* EAnnotation@OID2:4v1d 2024-05-03 05:11:41.653/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:11:41.561/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:41.561/* ClientCache: Getting BranchPoint[MAIN/RevisionManagerClientSideTest_testBranch3_Initial_branch1/branch3, 2024-05-03 05:11:41.616] =============================================================================================== ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:11:41.561/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:41.561/* RevisionManagerClientSideTest_testBranch3_Initial_branch1[1]2024-05-03 05:11:41.590/* EAnnotation@OID2:1v2 2024-05-03 05:11:41.605/2024-05-03 05:11:41.624 branch3[3] 2024-05-03 05:11:41.614/* EAnnotation@OID2:3v0->1v2 2024-05-03 05:11:41.614/* ClientCache: Getting BranchPoint[MAIN/RevisionManagerClientSideTest_testBranch3_Initial_branch1/branch3, 2024-05-03 05:11:41.616] =============================================================================================== RevisionManagerClientSideTest_testBranch3_Initial_branch1[1]2024-05-03 05:11:41.590/* EAnnotation@OID2:1v2 2024-05-03 05:11:41.605/2024-05-03 05:11:41.624 branch3[3] 2024-05-03 05:11:41.614/* EAnnotation@OID2:3v0->1v2 2024-05-03 05:11:41.614/* ******************************************************* RevisionManagerClientSideTest.testBranch4_Detached [MEM-branching, JVM, Legacy] ******************************************************* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:11:41.697/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:41.697/* EAnnotation@OID2:0v1 2024-05-03 05:11:41.707/2024-05-03 05:11:41.716 EAnnotation@OID2:0v2 2024-05-03 05:11:41.717/2024-05-03 05:11:41.736 EAnnotation@OID2:0v3 2024-05-03 05:11:41.737/2024-05-03 05:11:41.786 EAnnotation@OID2:0v4 2024-05-03 05:11:41.787/2024-05-03 05:11:41.805 EAnnotation@OID2:0v5d 2024-05-03 05:11:41.806/* RevisionManagerClientSideTest_testBranch4_Detached_branch1[1]2024-05-03 05:11:41.726/* EAnnotation@OID2:1v1 2024-05-03 05:11:41.731/2024-05-03 05:11:41.740 EAnnotation@OID2:1v2 2024-05-03 05:11:41.741/2024-05-03 05:11:41.760 EAnnotation@OID2:1v3 2024-05-03 05:11:41.761/2024-05-03 05:11:41.769 EAnnotation@OID2:1v4d 2024-05-03 05:11:41.770/* branch2[2] 2024-05-03 05:11:41.820/* branch3[3] 2024-05-03 05:11:41.750/* branch4[4] 2024-05-03 05:11:41.760/* EAnnotation@OID2:4v1d 2024-05-03 05:11:41.789/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:11:41.697/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:41.697/* ClientCache: Getting BranchPoint[MAIN/RevisionManagerClientSideTest_testBranch4_Detached_branch1/branch3/branch4, 2024-05-03 05:11:41.790] =============================================================================================== ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:11:41.697/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:41.697/* branch4[4] 2024-05-03 05:11:41.760/* EAnnotation@OID2:4v1d 2024-05-03 05:11:41.789/* ClientCache: Getting BranchPoint[MAIN/RevisionManagerClientSideTest_testBranch4_Detached_branch1/branch3/branch4, 2024-05-03 05:11:41.790] =============================================================================================== branch4[4] 2024-05-03 05:11:41.760/* EAnnotation@OID2:4v1d 2024-05-03 05:11:41.789/* ******************************************************* RevisionManagerClientSideTest.testBranch4_Head [MEM-branching, JVM, Legacy] ******************************************************* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:11:41.831/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:41.831/* EAnnotation@OID2:0v1 2024-05-03 05:11:41.841/2024-05-03 05:11:41.850 EAnnotation@OID2:0v2 2024-05-03 05:11:41.851/2024-05-03 05:11:41.870 EAnnotation@OID2:0v3 2024-05-03 05:11:41.871/2024-05-03 05:11:41.920 EAnnotation@OID2:0v4 2024-05-03 05:11:41.921/2024-05-03 05:11:41.939 EAnnotation@OID2:0v5d 2024-05-03 05:11:41.940/* RevisionManagerClientSideTest_testBranch4_Head_branch1[1]2024-05-03 05:11:41.860/* EAnnotation@OID2:1v1 2024-05-03 05:11:41.865/2024-05-03 05:11:41.874 EAnnotation@OID2:1v2 2024-05-03 05:11:41.875/2024-05-03 05:11:41.894 EAnnotation@OID2:1v3 2024-05-03 05:11:41.895/2024-05-03 05:11:41.903 EAnnotation@OID2:1v4d 2024-05-03 05:11:41.904/* branch2[2] 2024-05-03 05:11:41.954/* branch3[3] 2024-05-03 05:11:41.884/* branch4[4] 2024-05-03 05:11:41.894/* EAnnotation@OID2:4v1d 2024-05-03 05:11:41.923/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:11:41.831/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:41.831/* ClientCache: Getting BranchPoint[MAIN/RevisionManagerClientSideTest_testBranch4_Head_branch1/branch3/branch4, *] =============================================================================================== ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:11:41.831/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:41.831/* branch4[4] 2024-05-03 05:11:41.894/* EAnnotation@OID2:4v1d 2024-05-03 05:11:41.923/* ClientCache: Getting BranchPoint[MAIN/RevisionManagerClientSideTest_testBranch4_Head_branch1/branch3/branch4, *] =============================================================================================== branch4[4] 2024-05-03 05:11:41.894/* EAnnotation@OID2:4v1d 2024-05-03 05:11:41.923/* ******************************************************* RevisionManagerClientSideTest.testBranch4_Initial [MEM-branching, JVM, Legacy] ******************************************************* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:11:41.965/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:41.965/* EAnnotation@OID2:0v1 2024-05-03 05:11:41.975/2024-05-03 05:11:41.984 EAnnotation@OID2:0v2 2024-05-03 05:11:41.985/2024-05-03 05:11:42.004 EAnnotation@OID2:0v3 2024-05-03 05:11:42.005/2024-05-03 05:11:42.054 EAnnotation@OID2:0v4 2024-05-03 05:11:42.055/2024-05-03 05:11:42.073 EAnnotation@OID2:0v5d 2024-05-03 05:11:42.074/* RevisionManagerClientSideTest_testBranch4_Initial_branch1[1]2024-05-03 05:11:41.994/* EAnnotation@OID2:1v1 2024-05-03 05:11:41.999/2024-05-03 05:11:42.008 EAnnotation@OID2:1v2 2024-05-03 05:11:42.009/2024-05-03 05:11:42.028 EAnnotation@OID2:1v3 2024-05-03 05:11:42.029/2024-05-03 05:11:42.037 EAnnotation@OID2:1v4d 2024-05-03 05:11:42.038/* branch2[2] 2024-05-03 05:11:42.088/* branch3[3] 2024-05-03 05:11:42.018/* branch4[4] 2024-05-03 05:11:42.028/* EAnnotation@OID2:4v1d 2024-05-03 05:11:42.057/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:11:41.965/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:41.965/* ClientCache: Getting BranchPoint[MAIN/RevisionManagerClientSideTest_testBranch4_Initial_branch1/branch3/branch4, 2024-05-03 05:11:42.056] =============================================================================================== ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:11:41.965/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:41.965/* RevisionManagerClientSideTest_testBranch4_Initial_branch1[1]2024-05-03 05:11:41.994/* EAnnotation@OID2:1v2 2024-05-03 05:11:42.009/2024-05-03 05:11:42.028 branch4[4] 2024-05-03 05:11:42.028/* EAnnotation@OID2:4v0->1v2 2024-05-03 05:11:42.028/2024-05-03 05:11:42.056 ClientCache: Getting BranchPoint[MAIN/RevisionManagerClientSideTest_testBranch4_Initial_branch1/branch3/branch4, 2024-05-03 05:11:42.056] =============================================================================================== RevisionManagerClientSideTest_testBranch4_Initial_branch1[1]2024-05-03 05:11:41.994/* EAnnotation@OID2:1v2 2024-05-03 05:11:42.009/2024-05-03 05:11:42.028 branch4[4] 2024-05-03 05:11:42.028/* EAnnotation@OID2:4v0->1v2 2024-05-03 05:11:42.028/2024-05-03 05:11:42.056 ******************************************************* RevisionManagerTest.testAvailableUp1_Branch1_Detached [MEM-branching, JVM, Legacy] ******************************************************* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:11:42.103/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:42.103/* EAnnotation@OID2:0v1 2024-05-03 05:11:42.113/2024-05-03 05:11:42.122 EAnnotation@OID2:0v2 2024-05-03 05:11:42.123/2024-05-03 05:11:42.142 EAnnotation@OID2:0v3 2024-05-03 05:11:42.143/2024-05-03 05:11:42.192 EAnnotation@OID2:0v4 2024-05-03 05:11:42.193/2024-05-03 05:11:42.211 EAnnotation@OID2:0v5d 2024-05-03 05:11:42.212/* RevisionManagerTest_testAvailableUp1_Branch1_Detached_branch1[1]2024-05-03 05:11:42.132/* EAnnotation@OID2:1v1 2024-05-03 05:11:42.137/2024-05-03 05:11:42.146 EAnnotation@OID2:1v2 2024-05-03 05:11:42.147/2024-05-03 05:11:42.166 EAnnotation@OID2:1v3 2024-05-03 05:11:42.167/2024-05-03 05:11:42.175 EAnnotation@OID2:1v4d 2024-05-03 05:11:42.176/* branch2[2] 2024-05-03 05:11:42.226/* branch3[3] 2024-05-03 05:11:42.156/* branch4[4] 2024-05-03 05:11:42.166/* EAnnotation@OID2:4v1d 2024-05-03 05:11:42.195/* ServerCache: Getting BranchPoint[MAIN, 2024-05-03 05:11:42.132] =============================================================================================== MAIN[0] 2024-05-03 05:11:42.103/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:42.103/* ServerCache: Getting BranchPoint[MAIN/RevisionManagerTest_testAvailableUp1_Branch1_Detached_branch1, 2024-05-03 05:11:42.177] =============================================================================================== MAIN[0] 2024-05-03 05:11:42.103/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:42.103/* EAnnotation@OID2:0v2 2024-05-03 05:11:42.123/2024-05-03 05:11:42.142 ServerCache: Getting BranchPoint[MAIN/RevisionManagerTest_testAvailableUp1_Branch1_Detached_branch1, 2024-05-03 05:11:42.177] =============================================================================================== MAIN[0] 2024-05-03 05:11:42.103/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:42.103/* EAnnotation@OID2:0v2 2024-05-03 05:11:42.123/2024-05-03 05:11:42.142 RevisionManagerTest_testAvailableUp1_Branch1_Detached_branch1[1]2024-05-03 05:11:42.132/* EAnnotation@OID2:1v4d 2024-05-03 05:11:42.176/* ******************************************************* RevisionManagerTest.testAvailableUp1_Branch1_Head [MEM-branching, JVM, Legacy] ******************************************************* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:11:42.237/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:42.237/* EAnnotation@OID2:0v1 2024-05-03 05:11:42.247/2024-05-03 05:11:42.256 EAnnotation@OID2:0v2 2024-05-03 05:11:42.257/2024-05-03 05:11:42.276 EAnnotation@OID2:0v3 2024-05-03 05:11:42.277/2024-05-03 05:11:42.326 EAnnotation@OID2:0v4 2024-05-03 05:11:42.327/2024-05-03 05:11:42.345 EAnnotation@OID2:0v5d 2024-05-03 05:11:42.346/* RevisionManagerTest_testAvailableUp1_Branch1_Head_branch1[1]2024-05-03 05:11:42.266/* EAnnotation@OID2:1v1 2024-05-03 05:11:42.271/2024-05-03 05:11:42.280 EAnnotation@OID2:1v2 2024-05-03 05:11:42.281/2024-05-03 05:11:42.300 EAnnotation@OID2:1v3 2024-05-03 05:11:42.301/2024-05-03 05:11:42.309 EAnnotation@OID2:1v4d 2024-05-03 05:11:42.310/* branch2[2] 2024-05-03 05:11:42.360/* branch3[3] 2024-05-03 05:11:42.290/* branch4[4] 2024-05-03 05:11:42.300/* EAnnotation@OID2:4v1d 2024-05-03 05:11:42.329/* ServerCache: Getting BranchPoint[MAIN, 2024-05-03 05:11:42.266] =============================================================================================== MAIN[0] 2024-05-03 05:11:42.237/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:42.237/* ServerCache: Getting BranchPoint[MAIN/RevisionManagerTest_testAvailableUp1_Branch1_Head_branch1, *] =============================================================================================== MAIN[0] 2024-05-03 05:11:42.237/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:42.237/* EAnnotation@OID2:0v2 2024-05-03 05:11:42.257/2024-05-03 05:11:42.276 ServerCache: Getting BranchPoint[MAIN/RevisionManagerTest_testAvailableUp1_Branch1_Head_branch1, *] =============================================================================================== MAIN[0] 2024-05-03 05:11:42.237/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:42.237/* EAnnotation@OID2:0v2 2024-05-03 05:11:42.257/2024-05-03 05:11:42.276 RevisionManagerTest_testAvailableUp1_Branch1_Head_branch1[1]2024-05-03 05:11:42.266/* EAnnotation@OID2:1v4d 2024-05-03 05:11:42.310/* ******************************************************* RevisionManagerTest.testAvailableUp1_Branch1_Initial [MEM-branching, JVM, Legacy] ******************************************************* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:11:42.373/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:42.373/* EAnnotation@OID2:0v1 2024-05-03 05:11:42.383/2024-05-03 05:11:42.392 EAnnotation@OID2:0v2 2024-05-03 05:11:42.393/2024-05-03 05:11:42.412 EAnnotation@OID2:0v3 2024-05-03 05:11:42.413/2024-05-03 05:11:42.462 EAnnotation@OID2:0v4 2024-05-03 05:11:42.463/2024-05-03 05:11:42.481 EAnnotation@OID2:0v5d 2024-05-03 05:11:42.482/* RevisionManagerTest_testAvailableUp1_Branch1_Initial_branch1[1]2024-05-03 05:11:42.402/* EAnnotation@OID2:1v1 2024-05-03 05:11:42.407/2024-05-03 05:11:42.416 EAnnotation@OID2:1v2 2024-05-03 05:11:42.417/2024-05-03 05:11:42.436 EAnnotation@OID2:1v3 2024-05-03 05:11:42.437/2024-05-03 05:11:42.445 EAnnotation@OID2:1v4d 2024-05-03 05:11:42.446/* branch2[2] 2024-05-03 05:11:42.496/* branch3[3] 2024-05-03 05:11:42.426/* branch4[4] 2024-05-03 05:11:42.436/* EAnnotation@OID2:4v1d 2024-05-03 05:11:42.465/* ServerCache: Getting BranchPoint[MAIN, 2024-05-03 05:11:42.402] =============================================================================================== MAIN[0] 2024-05-03 05:11:42.373/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:42.373/* ServerCache: Getting BranchPoint[MAIN/RevisionManagerTest_testAvailableUp1_Branch1_Initial_branch1, 2024-05-03 05:11:42.406] =============================================================================================== MAIN[0] 2024-05-03 05:11:42.373/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:42.373/* EAnnotation@OID2:0v2 2024-05-03 05:11:42.393/2024-05-03 05:11:42.412 ServerCache: Getting BranchPoint[MAIN/RevisionManagerTest_testAvailableUp1_Branch1_Initial_branch1, 2024-05-03 05:11:42.406] =============================================================================================== MAIN[0] 2024-05-03 05:11:42.373/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:42.373/* EAnnotation@OID2:0v2 2024-05-03 05:11:42.393/2024-05-03 05:11:42.412 RevisionManagerTest_testAvailableUp1_Branch1_Initial_branch1[1]2024-05-03 05:11:42.402/* EAnnotation@OID2:1v0->0v2 2024-05-03 05:11:42.402/2024-05-03 05:11:42.406 ******************************************************* RevisionManagerTest.testAvailableUp1_Branch1_Normal [MEM-branching, JVM, Legacy] ******************************************************* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:11:42.507/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:42.507/* EAnnotation@OID2:0v1 2024-05-03 05:11:42.517/2024-05-03 05:11:42.526 EAnnotation@OID2:0v2 2024-05-03 05:11:42.527/2024-05-03 05:11:42.546 EAnnotation@OID2:0v3 2024-05-03 05:11:42.547/2024-05-03 05:11:42.596 EAnnotation@OID2:0v4 2024-05-03 05:11:42.597/2024-05-03 05:11:42.615 EAnnotation@OID2:0v5d 2024-05-03 05:11:42.616/* RevisionManagerTest_testAvailableUp1_Branch1_Normal_branch1[1]2024-05-03 05:11:42.536/* EAnnotation@OID2:1v1 2024-05-03 05:11:42.541/2024-05-03 05:11:42.550 EAnnotation@OID2:1v2 2024-05-03 05:11:42.551/2024-05-03 05:11:42.570 EAnnotation@OID2:1v3 2024-05-03 05:11:42.571/2024-05-03 05:11:42.579 EAnnotation@OID2:1v4d 2024-05-03 05:11:42.580/* branch2[2] 2024-05-03 05:11:42.630/* branch3[3] 2024-05-03 05:11:42.560/* branch4[4] 2024-05-03 05:11:42.570/* EAnnotation@OID2:4v1d 2024-05-03 05:11:42.599/* ServerCache: Getting BranchPoint[MAIN, 2024-05-03 05:11:42.536] =============================================================================================== MAIN[0] 2024-05-03 05:11:42.507/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:42.507/* ServerCache: Getting BranchPoint[MAIN/RevisionManagerTest_testAvailableUp1_Branch1_Normal_branch1, 2024-05-03 05:11:42.545] =============================================================================================== MAIN[0] 2024-05-03 05:11:42.507/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:42.507/* EAnnotation@OID2:0v2 2024-05-03 05:11:42.527/2024-05-03 05:11:42.546 ServerCache: Getting BranchPoint[MAIN/RevisionManagerTest_testAvailableUp1_Branch1_Normal_branch1, 2024-05-03 05:11:42.545] =============================================================================================== MAIN[0] 2024-05-03 05:11:42.507/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:42.507/* EAnnotation@OID2:0v2 2024-05-03 05:11:42.527/2024-05-03 05:11:42.546 RevisionManagerTest_testAvailableUp1_Branch1_Normal_branch1[1]2024-05-03 05:11:42.536/* EAnnotation@OID2:1v1 2024-05-03 05:11:42.541/2024-05-03 05:11:42.550 ServerCache: Getting BranchPoint[MAIN/RevisionManagerTest_testAvailableUp1_Branch1_Normal_branch1, 2024-05-03 05:11:42.560] =============================================================================================== MAIN[0] 2024-05-03 05:11:42.507/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:42.507/* EAnnotation@OID2:0v2 2024-05-03 05:11:42.527/2024-05-03 05:11:42.546 RevisionManagerTest_testAvailableUp1_Branch1_Normal_branch1[1]2024-05-03 05:11:42.536/* EAnnotation@OID2:1v1 2024-05-03 05:11:42.541/2024-05-03 05:11:42.550 ServerCache: Getting BranchPoint[MAIN/RevisionManagerTest_testAvailableUp1_Branch1_Normal_branch1, 2024-05-03 05:11:42.560] =============================================================================================== MAIN[0] 2024-05-03 05:11:42.507/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:42.507/* EAnnotation@OID2:0v2 2024-05-03 05:11:42.527/2024-05-03 05:11:42.546 RevisionManagerTest_testAvailableUp1_Branch1_Normal_branch1[1]2024-05-03 05:11:42.536/* EAnnotation@OID2:1v1 2024-05-03 05:11:42.541/2024-05-03 05:11:42.550 EAnnotation@OID2:1v2 2024-05-03 05:11:42.551/2024-05-03 05:11:42.570 ServerCache: Getting BranchPoint[MAIN/RevisionManagerTest_testAvailableUp1_Branch1_Normal_branch1, 2024-05-03 05:11:42.574] =============================================================================================== MAIN[0] 2024-05-03 05:11:42.507/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:42.507/* EAnnotation@OID2:0v2 2024-05-03 05:11:42.527/2024-05-03 05:11:42.546 RevisionManagerTest_testAvailableUp1_Branch1_Normal_branch1[1]2024-05-03 05:11:42.536/* EAnnotation@OID2:1v1 2024-05-03 05:11:42.541/2024-05-03 05:11:42.550 EAnnotation@OID2:1v2 2024-05-03 05:11:42.551/2024-05-03 05:11:42.570 ServerCache: Getting BranchPoint[MAIN/RevisionManagerTest_testAvailableUp1_Branch1_Normal_branch1, 2024-05-03 05:11:42.574] =============================================================================================== MAIN[0] 2024-05-03 05:11:42.507/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:42.507/* EAnnotation@OID2:0v2 2024-05-03 05:11:42.527/2024-05-03 05:11:42.546 RevisionManagerTest_testAvailableUp1_Branch1_Normal_branch1[1]2024-05-03 05:11:42.536/* EAnnotation@OID2:1v1 2024-05-03 05:11:42.541/2024-05-03 05:11:42.550 EAnnotation@OID2:1v2 2024-05-03 05:11:42.551/2024-05-03 05:11:42.570 EAnnotation@OID2:1v3 2024-05-03 05:11:42.571/2024-05-03 05:11:42.579 ******************************************************* RevisionManagerTest.testAvailableUp1_Branch2_Head [MEM-branching, JVM, Legacy] ******************************************************* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:11:42.642/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:42.642/* EAnnotation@OID2:0v1 2024-05-03 05:11:42.652/2024-05-03 05:11:42.661 EAnnotation@OID2:0v2 2024-05-03 05:11:42.662/2024-05-03 05:11:42.681 EAnnotation@OID2:0v3 2024-05-03 05:11:42.682/2024-05-03 05:11:42.731 EAnnotation@OID2:0v4 2024-05-03 05:11:42.732/2024-05-03 05:11:42.750 EAnnotation@OID2:0v5d 2024-05-03 05:11:42.751/* RevisionManagerTest_testAvailableUp1_Branch2_Head_branch1[1]2024-05-03 05:11:42.671/* EAnnotation@OID2:1v1 2024-05-03 05:11:42.676/2024-05-03 05:11:42.685 EAnnotation@OID2:1v2 2024-05-03 05:11:42.686/2024-05-03 05:11:42.705 EAnnotation@OID2:1v3 2024-05-03 05:11:42.706/2024-05-03 05:11:42.714 EAnnotation@OID2:1v4d 2024-05-03 05:11:42.715/* branch2[2] 2024-05-03 05:11:42.764/* branch3[3] 2024-05-03 05:11:42.695/* branch4[4] 2024-05-03 05:11:42.705/* EAnnotation@OID2:4v1d 2024-05-03 05:11:42.734/* ServerCache: Getting BranchPoint[MAIN/RevisionManagerTest_testAvailableUp1_Branch2_Head_branch1, 2024-05-03 05:11:42.764] =============================================================================================== MAIN[0] 2024-05-03 05:11:42.642/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:42.642/* ServerCache: Getting BranchPoint[MAIN/RevisionManagerTest_testAvailableUp1_Branch2_Head_branch1/branch2, *] =============================================================================================== MAIN[0] 2024-05-03 05:11:42.642/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:42.642/* RevisionManagerTest_testAvailableUp1_Branch2_Head_branch1[1]2024-05-03 05:11:42.671/* EAnnotation@OID2:1v4d 2024-05-03 05:11:42.715/* ServerCache: Getting BranchPoint[MAIN/RevisionManagerTest_testAvailableUp1_Branch2_Head_branch1/branch2, *] =============================================================================================== MAIN[0] 2024-05-03 05:11:42.642/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:42.642/* RevisionManagerTest_testAvailableUp1_Branch2_Head_branch1[1]2024-05-03 05:11:42.671/* EAnnotation@OID2:1v4d 2024-05-03 05:11:42.715/* branch2[2] 2024-05-03 05:11:42.764/* EAnnotation@OID2:2v0->1v4 2024-05-03 05:11:42.764/* ******************************************************* RevisionManagerTest.testAvailableUp1_Branch2_Initial [MEM-branching, JVM, Legacy] ******************************************************* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:11:42.775/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:42.775/* EAnnotation@OID2:0v1 2024-05-03 05:11:42.785/2024-05-03 05:11:42.794 EAnnotation@OID2:0v2 2024-05-03 05:11:42.795/2024-05-03 05:11:42.814 EAnnotation@OID2:0v3 2024-05-03 05:11:42.815/2024-05-03 05:11:42.864 EAnnotation@OID2:0v4 2024-05-03 05:11:42.865/2024-05-03 05:11:42.883 EAnnotation@OID2:0v5d 2024-05-03 05:11:42.884/* RevisionManagerTest_testAvailableUp1_Branch2_Initial_branch1[1]2024-05-03 05:11:42.804/* EAnnotation@OID2:1v1 2024-05-03 05:11:42.809/2024-05-03 05:11:42.818 EAnnotation@OID2:1v2 2024-05-03 05:11:42.819/2024-05-03 05:11:42.838 EAnnotation@OID2:1v3 2024-05-03 05:11:42.839/2024-05-03 05:11:42.847 EAnnotation@OID2:1v4d 2024-05-03 05:11:42.848/* branch2[2] 2024-05-03 05:11:42.898/* branch3[3] 2024-05-03 05:11:42.828/* branch4[4] 2024-05-03 05:11:42.838/* EAnnotation@OID2:4v1d 2024-05-03 05:11:42.867/* ServerCache: Getting BranchPoint[MAIN/RevisionManagerTest_testAvailableUp1_Branch2_Initial_branch1, 2024-05-03 05:11:42.898] =============================================================================================== MAIN[0] 2024-05-03 05:11:42.775/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:42.775/* ServerCache: Getting BranchPoint[MAIN/RevisionManagerTest_testAvailableUp1_Branch2_Initial_branch1/branch2, 2024-05-03 05:11:42.900] =============================================================================================== MAIN[0] 2024-05-03 05:11:42.775/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:42.775/* RevisionManagerTest_testAvailableUp1_Branch2_Initial_branch1[1]2024-05-03 05:11:42.804/* EAnnotation@OID2:1v4d 2024-05-03 05:11:42.848/* ServerCache: Getting BranchPoint[MAIN/RevisionManagerTest_testAvailableUp1_Branch2_Initial_branch1/branch2, 2024-05-03 05:11:42.900] =============================================================================================== MAIN[0] 2024-05-03 05:11:42.775/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:42.775/* RevisionManagerTest_testAvailableUp1_Branch2_Initial_branch1[1]2024-05-03 05:11:42.804/* EAnnotation@OID2:1v4d 2024-05-03 05:11:42.848/* branch2[2] 2024-05-03 05:11:42.898/* EAnnotation@OID2:2v0->1v4 2024-05-03 05:11:42.898/* ******************************************************* RevisionManagerTest.testAvailableUp1_Branch3_Head [MEM-branching, JVM, Legacy] ******************************************************* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:11:42.909/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:42.909/* EAnnotation@OID2:0v1 2024-05-03 05:11:42.919/2024-05-03 05:11:42.928 EAnnotation@OID2:0v2 2024-05-03 05:11:42.929/2024-05-03 05:11:42.948 EAnnotation@OID2:0v3 2024-05-03 05:11:42.949/2024-05-03 05:11:42.998 EAnnotation@OID2:0v4 2024-05-03 05:11:42.999/2024-05-03 05:11:43.017 EAnnotation@OID2:0v5d 2024-05-03 05:11:43.018/* RevisionManagerTest_testAvailableUp1_Branch3_Head_branch1[1]2024-05-03 05:11:42.938/* EAnnotation@OID2:1v1 2024-05-03 05:11:42.943/2024-05-03 05:11:42.952 EAnnotation@OID2:1v2 2024-05-03 05:11:42.953/2024-05-03 05:11:42.972 EAnnotation@OID2:1v3 2024-05-03 05:11:42.973/2024-05-03 05:11:42.981 EAnnotation@OID2:1v4d 2024-05-03 05:11:42.982/* branch2[2] 2024-05-03 05:11:43.032/* branch3[3] 2024-05-03 05:11:42.962/* branch4[4] 2024-05-03 05:11:42.972/* EAnnotation@OID2:4v1d 2024-05-03 05:11:43.001/* ServerCache: Getting BranchPoint[MAIN/RevisionManagerTest_testAvailableUp1_Branch3_Head_branch1, 2024-05-03 05:11:42.962] =============================================================================================== MAIN[0] 2024-05-03 05:11:42.909/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:42.909/* ServerCache: Getting BranchPoint[MAIN/RevisionManagerTest_testAvailableUp1_Branch3_Head_branch1/branch3, *] =============================================================================================== MAIN[0] 2024-05-03 05:11:42.909/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:42.909/* RevisionManagerTest_testAvailableUp1_Branch3_Head_branch1[1]2024-05-03 05:11:42.938/* EAnnotation@OID2:1v2 2024-05-03 05:11:42.953/2024-05-03 05:11:42.972 ServerCache: Getting BranchPoint[MAIN/RevisionManagerTest_testAvailableUp1_Branch3_Head_branch1/branch3, *] =============================================================================================== MAIN[0] 2024-05-03 05:11:42.909/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:42.909/* RevisionManagerTest_testAvailableUp1_Branch3_Head_branch1[1]2024-05-03 05:11:42.938/* EAnnotation@OID2:1v2 2024-05-03 05:11:42.953/2024-05-03 05:11:42.972 branch3[3] 2024-05-03 05:11:42.962/* EAnnotation@OID2:3v0->1v2 2024-05-03 05:11:42.962/* ******************************************************* RevisionManagerTest.testAvailableUp1_Branch3_Initial [MEM-branching, JVM, Legacy] ******************************************************* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:11:43.042/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:43.042/* EAnnotation@OID2:0v1 2024-05-03 05:11:43.052/2024-05-03 05:11:43.061 EAnnotation@OID2:0v2 2024-05-03 05:11:43.062/2024-05-03 05:11:43.081 EAnnotation@OID2:0v3 2024-05-03 05:11:43.082/2024-05-03 05:11:43.131 EAnnotation@OID2:0v4 2024-05-03 05:11:43.132/2024-05-03 05:11:43.150 EAnnotation@OID2:0v5d 2024-05-03 05:11:43.151/* RevisionManagerTest_testAvailableUp1_Branch3_Initial_branch1[1]2024-05-03 05:11:43.071/* EAnnotation@OID2:1v1 2024-05-03 05:11:43.076/2024-05-03 05:11:43.085 EAnnotation@OID2:1v2 2024-05-03 05:11:43.086/2024-05-03 05:11:43.105 EAnnotation@OID2:1v3 2024-05-03 05:11:43.106/2024-05-03 05:11:43.114 EAnnotation@OID2:1v4d 2024-05-03 05:11:43.115/* branch2[2] 2024-05-03 05:11:43.164/* branch3[3] 2024-05-03 05:11:43.095/* branch4[4] 2024-05-03 05:11:43.105/* EAnnotation@OID2:4v1d 2024-05-03 05:11:43.134/* ServerCache: Getting BranchPoint[MAIN/RevisionManagerTest_testAvailableUp1_Branch3_Initial_branch1, 2024-05-03 05:11:43.095] =============================================================================================== MAIN[0] 2024-05-03 05:11:43.042/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:43.042/* ServerCache: Getting BranchPoint[MAIN/RevisionManagerTest_testAvailableUp1_Branch3_Initial_branch1/branch3, 2024-05-03 05:11:43.097] =============================================================================================== MAIN[0] 2024-05-03 05:11:43.042/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:43.042/* RevisionManagerTest_testAvailableUp1_Branch3_Initial_branch1[1]2024-05-03 05:11:43.071/* EAnnotation@OID2:1v2 2024-05-03 05:11:43.086/2024-05-03 05:11:43.105 ServerCache: Getting BranchPoint[MAIN/RevisionManagerTest_testAvailableUp1_Branch3_Initial_branch1/branch3, 2024-05-03 05:11:43.097] =============================================================================================== MAIN[0] 2024-05-03 05:11:43.042/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:43.042/* RevisionManagerTest_testAvailableUp1_Branch3_Initial_branch1[1]2024-05-03 05:11:43.071/* EAnnotation@OID2:1v2 2024-05-03 05:11:43.086/2024-05-03 05:11:43.105 branch3[3] 2024-05-03 05:11:43.095/* EAnnotation@OID2:3v0->1v2 2024-05-03 05:11:43.095/* ******************************************************* RevisionManagerTest.testAvailableUp1_Branch4_Detached [MEM-branching, JVM, Legacy] ******************************************************* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:11:43.174/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:43.174/* EAnnotation@OID2:0v1 2024-05-03 05:11:43.184/2024-05-03 05:11:43.193 EAnnotation@OID2:0v2 2024-05-03 05:11:43.194/2024-05-03 05:11:43.213 EAnnotation@OID2:0v3 2024-05-03 05:11:43.214/2024-05-03 05:11:43.263 EAnnotation@OID2:0v4 2024-05-03 05:11:43.264/2024-05-03 05:11:43.282 EAnnotation@OID2:0v5d 2024-05-03 05:11:43.283/* RevisionManagerTest_testAvailableUp1_Branch4_Detached_branch1[1]2024-05-03 05:11:43.203/* EAnnotation@OID2:1v1 2024-05-03 05:11:43.208/2024-05-03 05:11:43.217 EAnnotation@OID2:1v2 2024-05-03 05:11:43.218/2024-05-03 05:11:43.237 EAnnotation@OID2:1v3 2024-05-03 05:11:43.238/2024-05-03 05:11:43.246 EAnnotation@OID2:1v4d 2024-05-03 05:11:43.247/* branch2[2] 2024-05-03 05:11:43.296/* branch3[3] 2024-05-03 05:11:43.227/* branch4[4] 2024-05-03 05:11:43.237/* EAnnotation@OID2:4v1d 2024-05-03 05:11:43.266/* ServerCache: Getting BranchPoint[MAIN/RevisionManagerTest_testAvailableUp1_Branch4_Detached_branch1/branch3, 2024-05-03 05:11:43.237] =============================================================================================== MAIN[0] 2024-05-03 05:11:43.174/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:43.174/* ServerCache: Getting BranchPoint[MAIN/RevisionManagerTest_testAvailableUp1_Branch4_Detached_branch1/branch3/branch4, 2024-05-03 05:11:43.267] =============================================================================================== MAIN[0] 2024-05-03 05:11:43.174/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:43.174/* RevisionManagerTest_testAvailableUp1_Branch4_Detached_branch1[1]2024-05-03 05:11:43.203/* EAnnotation@OID2:1v2 2024-05-03 05:11:43.218/2024-05-03 05:11:43.237 branch3[3] 2024-05-03 05:11:43.227/* EAnnotation@OID2:3v0->1v2 2024-05-03 05:11:43.227/* ServerCache: Getting BranchPoint[MAIN/RevisionManagerTest_testAvailableUp1_Branch4_Detached_branch1/branch3/branch4, 2024-05-03 05:11:43.267] =============================================================================================== MAIN[0] 2024-05-03 05:11:43.174/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:43.174/* RevisionManagerTest_testAvailableUp1_Branch4_Detached_branch1[1]2024-05-03 05:11:43.203/* EAnnotation@OID2:1v2 2024-05-03 05:11:43.218/2024-05-03 05:11:43.237 branch3[3] 2024-05-03 05:11:43.227/* EAnnotation@OID2:3v0->1v2 2024-05-03 05:11:43.227/* branch4[4] 2024-05-03 05:11:43.237/* EAnnotation@OID2:4v1d 2024-05-03 05:11:43.266/* ******************************************************* RevisionManagerTest.testAvailableUp1_Branch4_Head [MEM-branching, JVM, Legacy] ******************************************************* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:11:43.306/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:43.306/* EAnnotation@OID2:0v1 2024-05-03 05:11:43.316/2024-05-03 05:11:43.325 EAnnotation@OID2:0v2 2024-05-03 05:11:43.326/2024-05-03 05:11:43.345 EAnnotation@OID2:0v3 2024-05-03 05:11:43.346/2024-05-03 05:11:43.395 EAnnotation@OID2:0v4 2024-05-03 05:11:43.396/2024-05-03 05:11:43.414 EAnnotation@OID2:0v5d 2024-05-03 05:11:43.415/* RevisionManagerTest_testAvailableUp1_Branch4_Head_branch1[1]2024-05-03 05:11:43.335/* EAnnotation@OID2:1v1 2024-05-03 05:11:43.340/2024-05-03 05:11:43.349 EAnnotation@OID2:1v2 2024-05-03 05:11:43.350/2024-05-03 05:11:43.369 EAnnotation@OID2:1v3 2024-05-03 05:11:43.370/2024-05-03 05:11:43.378 EAnnotation@OID2:1v4d 2024-05-03 05:11:43.379/* branch2[2] 2024-05-03 05:11:43.428/* branch3[3] 2024-05-03 05:11:43.359/* branch4[4] 2024-05-03 05:11:43.369/* EAnnotation@OID2:4v1d 2024-05-03 05:11:43.398/* ServerCache: Getting BranchPoint[MAIN/RevisionManagerTest_testAvailableUp1_Branch4_Head_branch1/branch3, 2024-05-03 05:11:43.369] =============================================================================================== MAIN[0] 2024-05-03 05:11:43.306/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:43.306/* ServerCache: Getting BranchPoint[MAIN/RevisionManagerTest_testAvailableUp1_Branch4_Head_branch1/branch3/branch4, *] =============================================================================================== MAIN[0] 2024-05-03 05:11:43.306/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:43.306/* RevisionManagerTest_testAvailableUp1_Branch4_Head_branch1[1]2024-05-03 05:11:43.335/* EAnnotation@OID2:1v2 2024-05-03 05:11:43.350/2024-05-03 05:11:43.369 branch3[3] 2024-05-03 05:11:43.359/* EAnnotation@OID2:3v0->1v2 2024-05-03 05:11:43.359/* ServerCache: Getting BranchPoint[MAIN/RevisionManagerTest_testAvailableUp1_Branch4_Head_branch1/branch3/branch4, *] =============================================================================================== MAIN[0] 2024-05-03 05:11:43.306/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:43.306/* RevisionManagerTest_testAvailableUp1_Branch4_Head_branch1[1]2024-05-03 05:11:43.335/* EAnnotation@OID2:1v2 2024-05-03 05:11:43.350/2024-05-03 05:11:43.369 branch3[3] 2024-05-03 05:11:43.359/* EAnnotation@OID2:3v0->1v2 2024-05-03 05:11:43.359/* branch4[4] 2024-05-03 05:11:43.369/* EAnnotation@OID2:4v1d 2024-05-03 05:11:43.398/* ******************************************************* RevisionManagerTest.testAvailableUp1_Branch4_Initial [MEM-branching, JVM, Legacy] ******************************************************* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:11:43.438/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:43.438/* EAnnotation@OID2:0v1 2024-05-03 05:11:43.448/2024-05-03 05:11:43.457 EAnnotation@OID2:0v2 2024-05-03 05:11:43.458/2024-05-03 05:11:43.477 EAnnotation@OID2:0v3 2024-05-03 05:11:43.478/2024-05-03 05:11:43.527 EAnnotation@OID2:0v4 2024-05-03 05:11:43.528/2024-05-03 05:11:43.546 EAnnotation@OID2:0v5d 2024-05-03 05:11:43.547/* RevisionManagerTest_testAvailableUp1_Branch4_Initial_branch1[1]2024-05-03 05:11:43.467/* EAnnotation@OID2:1v1 2024-05-03 05:11:43.472/2024-05-03 05:11:43.481 EAnnotation@OID2:1v2 2024-05-03 05:11:43.482/2024-05-03 05:11:43.501 EAnnotation@OID2:1v3 2024-05-03 05:11:43.502/2024-05-03 05:11:43.510 EAnnotation@OID2:1v4d 2024-05-03 05:11:43.511/* branch2[2] 2024-05-03 05:11:43.560/* branch3[3] 2024-05-03 05:11:43.491/* branch4[4] 2024-05-03 05:11:43.501/* EAnnotation@OID2:4v1d 2024-05-03 05:11:43.530/* ServerCache: Getting BranchPoint[MAIN/RevisionManagerTest_testAvailableUp1_Branch4_Initial_branch1/branch3, 2024-05-03 05:11:43.501] =============================================================================================== MAIN[0] 2024-05-03 05:11:43.438/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:43.438/* ServerCache: Getting BranchPoint[MAIN/RevisionManagerTest_testAvailableUp1_Branch4_Initial_branch1/branch3/branch4, 2024-05-03 05:11:43.529] =============================================================================================== MAIN[0] 2024-05-03 05:11:43.438/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:43.438/* RevisionManagerTest_testAvailableUp1_Branch4_Initial_branch1[1]2024-05-03 05:11:43.467/* EAnnotation@OID2:1v2 2024-05-03 05:11:43.482/2024-05-03 05:11:43.501 branch3[3] 2024-05-03 05:11:43.491/* EAnnotation@OID2:3v0->1v2 2024-05-03 05:11:43.491/* ServerCache: Getting BranchPoint[MAIN/RevisionManagerTest_testAvailableUp1_Branch4_Initial_branch1/branch3/branch4, 2024-05-03 05:11:43.529] =============================================================================================== MAIN[0] 2024-05-03 05:11:43.438/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:43.438/* RevisionManagerTest_testAvailableUp1_Branch4_Initial_branch1[1]2024-05-03 05:11:43.467/* EAnnotation@OID2:1v2 2024-05-03 05:11:43.482/2024-05-03 05:11:43.501 branch3[3] 2024-05-03 05:11:43.491/* EAnnotation@OID2:3v0->1v2 2024-05-03 05:11:43.491/* branch4[4] 2024-05-03 05:11:43.501/* EAnnotation@OID2:4v0->1v2 2024-05-03 05:11:43.501/2024-05-03 05:11:43.529 ******************************************************* RevisionManagerTest.testAvailableUp2_Branch2_Head [MEM-branching, JVM, Legacy] ******************************************************* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:11:43.571/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:43.571/* EAnnotation@OID2:0v1 2024-05-03 05:11:43.581/2024-05-03 05:11:43.590 EAnnotation@OID2:0v2 2024-05-03 05:11:43.591/2024-05-03 05:11:43.610 EAnnotation@OID2:0v3 2024-05-03 05:11:43.611/2024-05-03 05:11:43.660 EAnnotation@OID2:0v4 2024-05-03 05:11:43.661/2024-05-03 05:11:43.679 EAnnotation@OID2:0v5d 2024-05-03 05:11:43.680/* RevisionManagerTest_testAvailableUp2_Branch2_Head_branch1[1]2024-05-03 05:11:43.600/* EAnnotation@OID2:1v1 2024-05-03 05:11:43.605/2024-05-03 05:11:43.614 EAnnotation@OID2:1v2 2024-05-03 05:11:43.615/2024-05-03 05:11:43.634 EAnnotation@OID2:1v3 2024-05-03 05:11:43.635/2024-05-03 05:11:43.643 EAnnotation@OID2:1v4d 2024-05-03 05:11:43.644/* branch2[2] 2024-05-03 05:11:43.694/* branch3[3] 2024-05-03 05:11:43.624/* branch4[4] 2024-05-03 05:11:43.634/* EAnnotation@OID2:4v1d 2024-05-03 05:11:43.663/* ServerCache: Getting BranchPoint[MAIN, 2024-05-03 05:11:43.600] =============================================================================================== MAIN[0] 2024-05-03 05:11:43.571/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:43.571/* ServerCache: Getting BranchPoint[MAIN/RevisionManagerTest_testAvailableUp2_Branch2_Head_branch1/branch2, *] =============================================================================================== MAIN[0] 2024-05-03 05:11:43.571/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:43.571/* EAnnotation@OID2:0v2 2024-05-03 05:11:43.591/2024-05-03 05:11:43.610 ServerCache: Getting BranchPoint[MAIN/RevisionManagerTest_testAvailableUp2_Branch2_Head_branch1/branch2, *] =============================================================================================== MAIN[0] 2024-05-03 05:11:43.571/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:43.571/* EAnnotation@OID2:0v2 2024-05-03 05:11:43.591/2024-05-03 05:11:43.610 RevisionManagerTest_testAvailableUp2_Branch2_Head_branch1[1]2024-05-03 05:11:43.600/* EAnnotation@OID2:1v4d 2024-05-03 05:11:43.644/* branch2[2] 2024-05-03 05:11:43.694/* EAnnotation@OID2:2v0->1v4 2024-05-03 05:11:43.694/* ******************************************************* RevisionManagerTest.testAvailableUp2_Branch2_Initial [MEM-branching, JVM, Legacy] ******************************************************* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:11:43.705/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:43.705/* EAnnotation@OID2:0v1 2024-05-03 05:11:43.715/2024-05-03 05:11:43.724 EAnnotation@OID2:0v2 2024-05-03 05:11:43.725/2024-05-03 05:11:43.744 EAnnotation@OID2:0v3 2024-05-03 05:11:43.745/2024-05-03 05:11:43.794 EAnnotation@OID2:0v4 2024-05-03 05:11:43.795/2024-05-03 05:11:43.813 EAnnotation@OID2:0v5d 2024-05-03 05:11:43.814/* RevisionManagerTest_testAvailableUp2_Branch2_Initial_branch1[1]2024-05-03 05:11:43.734/* EAnnotation@OID2:1v1 2024-05-03 05:11:43.739/2024-05-03 05:11:43.748 EAnnotation@OID2:1v2 2024-05-03 05:11:43.749/2024-05-03 05:11:43.768 EAnnotation@OID2:1v3 2024-05-03 05:11:43.769/2024-05-03 05:11:43.777 EAnnotation@OID2:1v4d 2024-05-03 05:11:43.778/* branch2[2] 2024-05-03 05:11:43.828/* branch3[3] 2024-05-03 05:11:43.758/* branch4[4] 2024-05-03 05:11:43.768/* EAnnotation@OID2:4v1d 2024-05-03 05:11:43.797/* ServerCache: Getting BranchPoint[MAIN, 2024-05-03 05:11:43.734] =============================================================================================== MAIN[0] 2024-05-03 05:11:43.705/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:43.705/* ServerCache: Getting BranchPoint[MAIN/RevisionManagerTest_testAvailableUp2_Branch2_Initial_branch1/branch2, 2024-05-03 05:11:43.830] =============================================================================================== MAIN[0] 2024-05-03 05:11:43.705/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:43.705/* EAnnotation@OID2:0v2 2024-05-03 05:11:43.725/2024-05-03 05:11:43.744 ServerCache: Getting BranchPoint[MAIN/RevisionManagerTest_testAvailableUp2_Branch2_Initial_branch1/branch2, 2024-05-03 05:11:43.830] =============================================================================================== MAIN[0] 2024-05-03 05:11:43.705/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:43.705/* EAnnotation@OID2:0v2 2024-05-03 05:11:43.725/2024-05-03 05:11:43.744 RevisionManagerTest_testAvailableUp2_Branch2_Initial_branch1[1]2024-05-03 05:11:43.734/* EAnnotation@OID2:1v4d 2024-05-03 05:11:43.778/* branch2[2] 2024-05-03 05:11:43.828/* EAnnotation@OID2:2v0->1v4 2024-05-03 05:11:43.828/* ******************************************************* RevisionManagerTest.testAvailableUp2_Branch3_Head [MEM-branching, JVM, Legacy] ******************************************************* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:11:43.839/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:43.839/* EAnnotation@OID2:0v1 2024-05-03 05:11:43.849/2024-05-03 05:11:43.858 EAnnotation@OID2:0v2 2024-05-03 05:11:43.859/2024-05-03 05:11:43.878 EAnnotation@OID2:0v3 2024-05-03 05:11:43.879/2024-05-03 05:11:43.928 EAnnotation@OID2:0v4 2024-05-03 05:11:43.929/2024-05-03 05:11:43.947 EAnnotation@OID2:0v5d 2024-05-03 05:11:43.948/* RevisionManagerTest_testAvailableUp2_Branch3_Head_branch1[1]2024-05-03 05:11:43.868/* EAnnotation@OID2:1v1 2024-05-03 05:11:43.873/2024-05-03 05:11:43.882 EAnnotation@OID2:1v2 2024-05-03 05:11:43.883/2024-05-03 05:11:43.902 EAnnotation@OID2:1v3 2024-05-03 05:11:43.903/2024-05-03 05:11:43.911 EAnnotation@OID2:1v4d 2024-05-03 05:11:43.912/* branch2[2] 2024-05-03 05:11:43.962/* branch3[3] 2024-05-03 05:11:43.892/* branch4[4] 2024-05-03 05:11:43.902/* EAnnotation@OID2:4v1d 2024-05-03 05:11:43.931/* ServerCache: Getting BranchPoint[MAIN, 2024-05-03 05:11:43.868] =============================================================================================== MAIN[0] 2024-05-03 05:11:43.839/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:43.839/* ServerCache: Getting BranchPoint[MAIN/RevisionManagerTest_testAvailableUp2_Branch3_Head_branch1/branch3, *] =============================================================================================== MAIN[0] 2024-05-03 05:11:43.839/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:43.839/* EAnnotation@OID2:0v2 2024-05-03 05:11:43.859/2024-05-03 05:11:43.878 ServerCache: Getting BranchPoint[MAIN/RevisionManagerTest_testAvailableUp2_Branch3_Head_branch1/branch3, *] =============================================================================================== MAIN[0] 2024-05-03 05:11:43.839/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:43.839/* EAnnotation@OID2:0v2 2024-05-03 05:11:43.859/2024-05-03 05:11:43.878 RevisionManagerTest_testAvailableUp2_Branch3_Head_branch1[1]2024-05-03 05:11:43.868/* EAnnotation@OID2:1v2 2024-05-03 05:11:43.883/2024-05-03 05:11:43.902 branch3[3] 2024-05-03 05:11:43.892/* EAnnotation@OID2:3v0->1v2 2024-05-03 05:11:43.892/* ******************************************************* RevisionManagerTest.testAvailableUp2_Branch3_Initial [MEM-branching, JVM, Legacy] ******************************************************* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:11:43.973/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:43.973/* EAnnotation@OID2:0v1 2024-05-03 05:11:43.983/2024-05-03 05:11:43.992 EAnnotation@OID2:0v2 2024-05-03 05:11:43.993/2024-05-03 05:11:44.012 EAnnotation@OID2:0v3 2024-05-03 05:11:44.013/2024-05-03 05:11:44.062 EAnnotation@OID2:0v4 2024-05-03 05:11:44.063/2024-05-03 05:11:44.081 EAnnotation@OID2:0v5d 2024-05-03 05:11:44.082/* RevisionManagerTest_testAvailableUp2_Branch3_Initial_branch1[1]2024-05-03 05:11:44.002/* EAnnotation@OID2:1v1 2024-05-03 05:11:44.007/2024-05-03 05:11:44.016 EAnnotation@OID2:1v2 2024-05-03 05:11:44.017/2024-05-03 05:11:44.036 EAnnotation@OID2:1v3 2024-05-03 05:11:44.037/2024-05-03 05:11:44.045 EAnnotation@OID2:1v4d 2024-05-03 05:11:44.046/* branch2[2] 2024-05-03 05:11:44.096/* branch3[3] 2024-05-03 05:11:44.026/* branch4[4] 2024-05-03 05:11:44.036/* EAnnotation@OID2:4v1d 2024-05-03 05:11:44.065/* ServerCache: Getting BranchPoint[MAIN, 2024-05-03 05:11:44.002] =============================================================================================== MAIN[0] 2024-05-03 05:11:43.973/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:43.973/* ServerCache: Getting BranchPoint[MAIN/RevisionManagerTest_testAvailableUp2_Branch3_Initial_branch1/branch3, 2024-05-03 05:11:44.028] =============================================================================================== MAIN[0] 2024-05-03 05:11:43.973/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:43.973/* EAnnotation@OID2:0v2 2024-05-03 05:11:43.993/2024-05-03 05:11:44.012 ServerCache: Getting BranchPoint[MAIN/RevisionManagerTest_testAvailableUp2_Branch3_Initial_branch1/branch3, 2024-05-03 05:11:44.028] =============================================================================================== MAIN[0] 2024-05-03 05:11:43.973/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:43.973/* EAnnotation@OID2:0v2 2024-05-03 05:11:43.993/2024-05-03 05:11:44.012 RevisionManagerTest_testAvailableUp2_Branch3_Initial_branch1[1]2024-05-03 05:11:44.002/* EAnnotation@OID2:1v2 2024-05-03 05:11:44.017/2024-05-03 05:11:44.036 branch3[3] 2024-05-03 05:11:44.026/* EAnnotation@OID2:3v0->1v2 2024-05-03 05:11:44.026/* ******************************************************* RevisionManagerTest.testAvailableUp2_Branch4_Detached [MEM-branching, JVM, Legacy] ******************************************************* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:11:44.107/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:44.107/* EAnnotation@OID2:0v1 2024-05-03 05:11:44.117/2024-05-03 05:11:44.126 EAnnotation@OID2:0v2 2024-05-03 05:11:44.127/2024-05-03 05:11:44.146 EAnnotation@OID2:0v3 2024-05-03 05:11:44.147/2024-05-03 05:11:44.196 EAnnotation@OID2:0v4 2024-05-03 05:11:44.197/2024-05-03 05:11:44.215 EAnnotation@OID2:0v5d 2024-05-03 05:11:44.216/* RevisionManagerTest_testAvailableUp2_Branch4_Detached_branch1[1]2024-05-03 05:11:44.136/* EAnnotation@OID2:1v1 2024-05-03 05:11:44.141/2024-05-03 05:11:44.150 EAnnotation@OID2:1v2 2024-05-03 05:11:44.151/2024-05-03 05:11:44.170 EAnnotation@OID2:1v3 2024-05-03 05:11:44.171/2024-05-03 05:11:44.179 EAnnotation@OID2:1v4d 2024-05-03 05:11:44.180/* branch2[2] 2024-05-03 05:11:44.230/* branch3[3] 2024-05-03 05:11:44.160/* branch4[4] 2024-05-03 05:11:44.170/* EAnnotation@OID2:4v1d 2024-05-03 05:11:44.199/* ServerCache: Getting BranchPoint[MAIN/RevisionManagerTest_testAvailableUp2_Branch4_Detached_branch1, 2024-05-03 05:11:44.160] =============================================================================================== MAIN[0] 2024-05-03 05:11:44.107/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:44.107/* ServerCache: Getting BranchPoint[MAIN/RevisionManagerTest_testAvailableUp2_Branch4_Detached_branch1/branch3/branch4, 2024-05-03 05:11:44.200] =============================================================================================== MAIN[0] 2024-05-03 05:11:44.107/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:44.107/* RevisionManagerTest_testAvailableUp2_Branch4_Detached_branch1[1]2024-05-03 05:11:44.136/* EAnnotation@OID2:1v2 2024-05-03 05:11:44.151/2024-05-03 05:11:44.170 ServerCache: Getting BranchPoint[MAIN/RevisionManagerTest_testAvailableUp2_Branch4_Detached_branch1/branch3/branch4, 2024-05-03 05:11:44.200] =============================================================================================== MAIN[0] 2024-05-03 05:11:44.107/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:44.107/* RevisionManagerTest_testAvailableUp2_Branch4_Detached_branch1[1]2024-05-03 05:11:44.136/* EAnnotation@OID2:1v2 2024-05-03 05:11:44.151/2024-05-03 05:11:44.170 branch4[4] 2024-05-03 05:11:44.170/* EAnnotation@OID2:4v1d 2024-05-03 05:11:44.199/* ******************************************************* RevisionManagerTest.testAvailableUp2_Branch4_Head [MEM-branching, JVM, Legacy] ******************************************************* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:11:44.240/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:44.240/* EAnnotation@OID2:0v1 2024-05-03 05:11:44.250/2024-05-03 05:11:44.259 EAnnotation@OID2:0v2 2024-05-03 05:11:44.260/2024-05-03 05:11:44.279 EAnnotation@OID2:0v3 2024-05-03 05:11:44.280/2024-05-03 05:11:44.329 EAnnotation@OID2:0v4 2024-05-03 05:11:44.330/2024-05-03 05:11:44.348 EAnnotation@OID2:0v5d 2024-05-03 05:11:44.349/* RevisionManagerTest_testAvailableUp2_Branch4_Head_branch1[1]2024-05-03 05:11:44.269/* EAnnotation@OID2:1v1 2024-05-03 05:11:44.274/2024-05-03 05:11:44.283 EAnnotation@OID2:1v2 2024-05-03 05:11:44.284/2024-05-03 05:11:44.303 EAnnotation@OID2:1v3 2024-05-03 05:11:44.304/2024-05-03 05:11:44.312 EAnnotation@OID2:1v4d 2024-05-03 05:11:44.313/* branch2[2] 2024-05-03 05:11:44.362/* branch3[3] 2024-05-03 05:11:44.293/* branch4[4] 2024-05-03 05:11:44.303/* EAnnotation@OID2:4v1d 2024-05-03 05:11:44.332/* ServerCache: Getting BranchPoint[MAIN/RevisionManagerTest_testAvailableUp2_Branch4_Head_branch1, 2024-05-03 05:11:44.293] =============================================================================================== MAIN[0] 2024-05-03 05:11:44.240/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:44.240/* ServerCache: Getting BranchPoint[MAIN/RevisionManagerTest_testAvailableUp2_Branch4_Head_branch1/branch3/branch4, *] =============================================================================================== MAIN[0] 2024-05-03 05:11:44.240/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:44.240/* RevisionManagerTest_testAvailableUp2_Branch4_Head_branch1[1]2024-05-03 05:11:44.269/* EAnnotation@OID2:1v2 2024-05-03 05:11:44.284/2024-05-03 05:11:44.303 ServerCache: Getting BranchPoint[MAIN/RevisionManagerTest_testAvailableUp2_Branch4_Head_branch1/branch3/branch4, *] =============================================================================================== MAIN[0] 2024-05-03 05:11:44.240/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:44.240/* RevisionManagerTest_testAvailableUp2_Branch4_Head_branch1[1]2024-05-03 05:11:44.269/* EAnnotation@OID2:1v2 2024-05-03 05:11:44.284/2024-05-03 05:11:44.303 branch4[4] 2024-05-03 05:11:44.303/* EAnnotation@OID2:4v1d 2024-05-03 05:11:44.332/* ******************************************************* RevisionManagerTest.testAvailableUp2_Branch4_Initial [MEM-branching, JVM, Legacy] ******************************************************* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:11:44.373/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:44.373/* EAnnotation@OID2:0v1 2024-05-03 05:11:44.383/2024-05-03 05:11:44.392 EAnnotation@OID2:0v2 2024-05-03 05:11:44.393/2024-05-03 05:11:44.412 EAnnotation@OID2:0v3 2024-05-03 05:11:44.413/2024-05-03 05:11:44.462 EAnnotation@OID2:0v4 2024-05-03 05:11:44.463/2024-05-03 05:11:44.481 EAnnotation@OID2:0v5d 2024-05-03 05:11:44.482/* RevisionManagerTest_testAvailableUp2_Branch4_Initial_branch1[1]2024-05-03 05:11:44.402/* EAnnotation@OID2:1v1 2024-05-03 05:11:44.407/2024-05-03 05:11:44.416 EAnnotation@OID2:1v2 2024-05-03 05:11:44.417/2024-05-03 05:11:44.436 EAnnotation@OID2:1v3 2024-05-03 05:11:44.437/2024-05-03 05:11:44.445 EAnnotation@OID2:1v4d 2024-05-03 05:11:44.446/* branch2[2] 2024-05-03 05:11:44.496/* branch3[3] 2024-05-03 05:11:44.426/* branch4[4] 2024-05-03 05:11:44.436/* EAnnotation@OID2:4v1d 2024-05-03 05:11:44.465/* ServerCache: Getting BranchPoint[MAIN/RevisionManagerTest_testAvailableUp2_Branch4_Initial_branch1, 2024-05-03 05:11:44.426] =============================================================================================== MAIN[0] 2024-05-03 05:11:44.373/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:44.373/* ServerCache: Getting BranchPoint[MAIN/RevisionManagerTest_testAvailableUp2_Branch4_Initial_branch1/branch3/branch4, 2024-05-03 05:11:44.464] =============================================================================================== MAIN[0] 2024-05-03 05:11:44.373/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:44.373/* RevisionManagerTest_testAvailableUp2_Branch4_Initial_branch1[1]2024-05-03 05:11:44.402/* EAnnotation@OID2:1v2 2024-05-03 05:11:44.417/2024-05-03 05:11:44.436 ServerCache: Getting BranchPoint[MAIN/RevisionManagerTest_testAvailableUp2_Branch4_Initial_branch1/branch3/branch4, 2024-05-03 05:11:44.464] =============================================================================================== MAIN[0] 2024-05-03 05:11:44.373/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:44.373/* RevisionManagerTest_testAvailableUp2_Branch4_Initial_branch1[1]2024-05-03 05:11:44.402/* EAnnotation@OID2:1v2 2024-05-03 05:11:44.417/2024-05-03 05:11:44.436 branch4[4] 2024-05-03 05:11:44.436/* EAnnotation@OID2:4v0->1v2 2024-05-03 05:11:44.436/2024-05-03 05:11:44.464 ******************************************************* RevisionManagerTest.testAvailableUp3_Branch4_Detached [MEM-branching, JVM, Legacy] ******************************************************* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:11:44.508/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:44.508/* EAnnotation@OID2:0v1 2024-05-03 05:11:44.518/2024-05-03 05:11:44.527 EAnnotation@OID2:0v2 2024-05-03 05:11:44.528/2024-05-03 05:11:44.547 EAnnotation@OID2:0v3 2024-05-03 05:11:44.548/2024-05-03 05:11:44.597 EAnnotation@OID2:0v4 2024-05-03 05:11:44.598/2024-05-03 05:11:44.616 EAnnotation@OID2:0v5d 2024-05-03 05:11:44.617/* RevisionManagerTest_testAvailableUp3_Branch4_Detached_branch1[1]2024-05-03 05:11:44.537/* EAnnotation@OID2:1v1 2024-05-03 05:11:44.542/2024-05-03 05:11:44.551 EAnnotation@OID2:1v2 2024-05-03 05:11:44.552/2024-05-03 05:11:44.571 EAnnotation@OID2:1v3 2024-05-03 05:11:44.572/2024-05-03 05:11:44.580 EAnnotation@OID2:1v4d 2024-05-03 05:11:44.581/* branch2[2] 2024-05-03 05:11:44.630/* branch3[3] 2024-05-03 05:11:44.561/* branch4[4] 2024-05-03 05:11:44.571/* EAnnotation@OID2:4v1d 2024-05-03 05:11:44.600/* ServerCache: Getting BranchPoint[MAIN, 2024-05-03 05:11:44.537] =============================================================================================== MAIN[0] 2024-05-03 05:11:44.508/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:44.508/* ServerCache: Getting BranchPoint[MAIN/RevisionManagerTest_testAvailableUp3_Branch4_Detached_branch1/branch3/branch4, 2024-05-03 05:11:44.601] =============================================================================================== MAIN[0] 2024-05-03 05:11:44.508/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:44.508/* EAnnotation@OID2:0v2 2024-05-03 05:11:44.528/2024-05-03 05:11:44.547 ServerCache: Getting BranchPoint[MAIN/RevisionManagerTest_testAvailableUp3_Branch4_Detached_branch1/branch3/branch4, 2024-05-03 05:11:44.601] =============================================================================================== MAIN[0] 2024-05-03 05:11:44.508/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:44.508/* EAnnotation@OID2:0v2 2024-05-03 05:11:44.528/2024-05-03 05:11:44.547 branch4[4] 2024-05-03 05:11:44.571/* EAnnotation@OID2:4v1d 2024-05-03 05:11:44.600/* ******************************************************* RevisionManagerTest.testAvailableUp3_Branch4_Head [MEM-branching, JVM, Legacy] ******************************************************* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:11:44.641/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:44.641/* EAnnotation@OID2:0v1 2024-05-03 05:11:44.651/2024-05-03 05:11:44.660 EAnnotation@OID2:0v2 2024-05-03 05:11:44.661/2024-05-03 05:11:44.680 EAnnotation@OID2:0v3 2024-05-03 05:11:44.681/2024-05-03 05:11:44.730 EAnnotation@OID2:0v4 2024-05-03 05:11:44.731/2024-05-03 05:11:44.749 EAnnotation@OID2:0v5d 2024-05-03 05:11:44.750/* RevisionManagerTest_testAvailableUp3_Branch4_Head_branch1[1]2024-05-03 05:11:44.670/* EAnnotation@OID2:1v1 2024-05-03 05:11:44.675/2024-05-03 05:11:44.684 EAnnotation@OID2:1v2 2024-05-03 05:11:44.685/2024-05-03 05:11:44.704 EAnnotation@OID2:1v3 2024-05-03 05:11:44.705/2024-05-03 05:11:44.713 EAnnotation@OID2:1v4d 2024-05-03 05:11:44.714/* branch2[2] 2024-05-03 05:11:44.764/* branch3[3] 2024-05-03 05:11:44.694/* branch4[4] 2024-05-03 05:11:44.704/* EAnnotation@OID2:4v1d 2024-05-03 05:11:44.733/* ServerCache: Getting BranchPoint[MAIN, 2024-05-03 05:11:44.670] =============================================================================================== MAIN[0] 2024-05-03 05:11:44.641/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:44.641/* ServerCache: Getting BranchPoint[MAIN/RevisionManagerTest_testAvailableUp3_Branch4_Head_branch1/branch3/branch4, *] =============================================================================================== MAIN[0] 2024-05-03 05:11:44.641/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:44.641/* EAnnotation@OID2:0v2 2024-05-03 05:11:44.661/2024-05-03 05:11:44.680 ServerCache: Getting BranchPoint[MAIN/RevisionManagerTest_testAvailableUp3_Branch4_Head_branch1/branch3/branch4, *] =============================================================================================== MAIN[0] 2024-05-03 05:11:44.641/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:44.641/* EAnnotation@OID2:0v2 2024-05-03 05:11:44.661/2024-05-03 05:11:44.680 branch4[4] 2024-05-03 05:11:44.704/* EAnnotation@OID2:4v1d 2024-05-03 05:11:44.733/* ******************************************************* RevisionManagerTest.testAvailableUp3_Branch4_Initial [MEM-branching, JVM, Legacy] ******************************************************* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:11:44.775/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:44.775/* EAnnotation@OID2:0v1 2024-05-03 05:11:44.785/2024-05-03 05:11:44.794 EAnnotation@OID2:0v2 2024-05-03 05:11:44.795/2024-05-03 05:11:44.814 EAnnotation@OID2:0v3 2024-05-03 05:11:44.815/2024-05-03 05:11:44.864 EAnnotation@OID2:0v4 2024-05-03 05:11:44.865/2024-05-03 05:11:44.883 EAnnotation@OID2:0v5d 2024-05-03 05:11:44.884/* RevisionManagerTest_testAvailableUp3_Branch4_Initial_branch1[1]2024-05-03 05:11:44.804/* EAnnotation@OID2:1v1 2024-05-03 05:11:44.809/2024-05-03 05:11:44.818 EAnnotation@OID2:1v2 2024-05-03 05:11:44.819/2024-05-03 05:11:44.838 EAnnotation@OID2:1v3 2024-05-03 05:11:44.839/2024-05-03 05:11:44.847 EAnnotation@OID2:1v4d 2024-05-03 05:11:44.848/* branch2[2] 2024-05-03 05:11:44.898/* branch3[3] 2024-05-03 05:11:44.828/* branch4[4] 2024-05-03 05:11:44.838/* EAnnotation@OID2:4v1d 2024-05-03 05:11:44.867/* ServerCache: Getting BranchPoint[MAIN, 2024-05-03 05:11:44.804] =============================================================================================== MAIN[0] 2024-05-03 05:11:44.775/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:44.775/* ServerCache: Getting BranchPoint[MAIN/RevisionManagerTest_testAvailableUp3_Branch4_Initial_branch1/branch3/branch4, 2024-05-03 05:11:44.866] =============================================================================================== MAIN[0] 2024-05-03 05:11:44.775/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:44.775/* EAnnotation@OID2:0v2 2024-05-03 05:11:44.795/2024-05-03 05:11:44.814 ServerCache: Getting BranchPoint[MAIN/RevisionManagerTest_testAvailableUp3_Branch4_Initial_branch1/branch3/branch4, 2024-05-03 05:11:44.866] =============================================================================================== MAIN[0] 2024-05-03 05:11:44.775/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:44.775/* EAnnotation@OID2:0v2 2024-05-03 05:11:44.795/2024-05-03 05:11:44.814 RevisionManagerTest_testAvailableUp3_Branch4_Initial_branch1[1]2024-05-03 05:11:44.804/* EAnnotation@OID2:1v2 2024-05-03 05:11:44.819/2024-05-03 05:11:44.838 branch4[4] 2024-05-03 05:11:44.838/* EAnnotation@OID2:4v0->1v2 2024-05-03 05:11:44.838/2024-05-03 05:11:44.866 ******************************************************* RevisionManagerTest.testBranch0_Detached [MEM-branching, JVM, Legacy] ******************************************************* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:11:44.908/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:44.908/* EAnnotation@OID2:0v1 2024-05-03 05:11:44.918/2024-05-03 05:11:44.927 EAnnotation@OID2:0v2 2024-05-03 05:11:44.928/2024-05-03 05:11:44.947 EAnnotation@OID2:0v3 2024-05-03 05:11:44.948/2024-05-03 05:11:44.997 EAnnotation@OID2:0v4 2024-05-03 05:11:44.998/2024-05-03 05:11:45.016 EAnnotation@OID2:0v5d 2024-05-03 05:11:45.017/* RevisionManagerTest_testBranch0_Detached_branch1[1]2024-05-03 05:11:44.937/* EAnnotation@OID2:1v1 2024-05-03 05:11:44.942/2024-05-03 05:11:44.951 EAnnotation@OID2:1v2 2024-05-03 05:11:44.952/2024-05-03 05:11:44.971 EAnnotation@OID2:1v3 2024-05-03 05:11:44.972/2024-05-03 05:11:44.980 EAnnotation@OID2:1v4d 2024-05-03 05:11:44.981/* branch2[2] 2024-05-03 05:11:45.030/* branch3[3] 2024-05-03 05:11:44.961/* branch4[4] 2024-05-03 05:11:44.971/* EAnnotation@OID2:4v1d 2024-05-03 05:11:45.000/* ServerCache: Getting BranchPoint[MAIN, 2024-05-03 05:11:45.018] =============================================================================================== MAIN[0] 2024-05-03 05:11:44.908/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:44.908/* ServerCache: Getting BranchPoint[MAIN, 2024-05-03 05:11:45.018] =============================================================================================== MAIN[0] 2024-05-03 05:11:44.908/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:44.908/* EAnnotation@OID2:0v5d 2024-05-03 05:11:45.017/* ******************************************************* RevisionManagerTest.testBranch0_Head [MEM-branching, JVM, Legacy] ******************************************************* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:11:45.041/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:45.041/* EAnnotation@OID2:0v1 2024-05-03 05:11:45.051/2024-05-03 05:11:45.060 EAnnotation@OID2:0v2 2024-05-03 05:11:45.061/2024-05-03 05:11:45.080 EAnnotation@OID2:0v3 2024-05-03 05:11:45.081/2024-05-03 05:11:45.130 EAnnotation@OID2:0v4 2024-05-03 05:11:45.131/2024-05-03 05:11:45.149 EAnnotation@OID2:0v5d 2024-05-03 05:11:45.150/* RevisionManagerTest_testBranch0_Head_branch1[1] 2024-05-03 05:11:45.070/* EAnnotation@OID2:1v1 2024-05-03 05:11:45.075/2024-05-03 05:11:45.084 EAnnotation@OID2:1v2 2024-05-03 05:11:45.085/2024-05-03 05:11:45.104 EAnnotation@OID2:1v3 2024-05-03 05:11:45.105/2024-05-03 05:11:45.113 EAnnotation@OID2:1v4d 2024-05-03 05:11:45.114/* branch2[2] 2024-05-03 05:11:45.164/* branch3[3] 2024-05-03 05:11:45.094/* branch4[4] 2024-05-03 05:11:45.104/* EAnnotation@OID2:4v1d 2024-05-03 05:11:45.133/* ServerCache: Getting BranchPoint[MAIN, *] =============================================================================================== MAIN[0] 2024-05-03 05:11:45.041/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:45.041/* ServerCache: Getting BranchPoint[MAIN, *] =============================================================================================== MAIN[0] 2024-05-03 05:11:45.041/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:45.041/* EAnnotation@OID2:0v5d 2024-05-03 05:11:45.150/* ******************************************************* RevisionManagerTest.testBranch0_Initial [MEM-branching, JVM, Legacy] ******************************************************* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:11:45.175/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:45.175/* EAnnotation@OID2:0v1 2024-05-03 05:11:45.185/2024-05-03 05:11:45.194 EAnnotation@OID2:0v2 2024-05-03 05:11:45.195/2024-05-03 05:11:45.214 EAnnotation@OID2:0v3 2024-05-03 05:11:45.215/2024-05-03 05:11:45.264 EAnnotation@OID2:0v4 2024-05-03 05:11:45.265/2024-05-03 05:11:45.283 EAnnotation@OID2:0v5d 2024-05-03 05:11:45.284/* RevisionManagerTest_testBranch0_Initial_branch1[1]2024-05-03 05:11:45.204/* EAnnotation@OID2:1v1 2024-05-03 05:11:45.209/2024-05-03 05:11:45.218 EAnnotation@OID2:1v2 2024-05-03 05:11:45.219/2024-05-03 05:11:45.238 EAnnotation@OID2:1v3 2024-05-03 05:11:45.239/2024-05-03 05:11:45.247 EAnnotation@OID2:1v4d 2024-05-03 05:11:45.248/* branch2[2] 2024-05-03 05:11:45.298/* branch3[3] 2024-05-03 05:11:45.228/* branch4[4] 2024-05-03 05:11:45.238/* EAnnotation@OID2:4v1d 2024-05-03 05:11:45.267/* ServerCache: Getting BranchPoint[MAIN, 2024-05-03 05:11:45.184] =============================================================================================== MAIN[0] 2024-05-03 05:11:45.175/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:45.175/* ServerCache: Getting BranchPoint[MAIN, 2024-05-03 05:11:45.184] =============================================================================================== MAIN[0] 2024-05-03 05:11:45.175/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:45.175/* ******************************************************* RevisionManagerTest.testBranch0_Normal [MEM-branching, JVM, Legacy] ******************************************************* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:11:45.309/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:45.309/* EAnnotation@OID2:0v1 2024-05-03 05:11:45.319/2024-05-03 05:11:45.328 EAnnotation@OID2:0v2 2024-05-03 05:11:45.329/2024-05-03 05:11:45.348 EAnnotation@OID2:0v3 2024-05-03 05:11:45.349/2024-05-03 05:11:45.398 EAnnotation@OID2:0v4 2024-05-03 05:11:45.399/2024-05-03 05:11:45.417 EAnnotation@OID2:0v5d 2024-05-03 05:11:45.418/* RevisionManagerTest_testBranch0_Normal_branch1[1]2024-05-03 05:11:45.338/* EAnnotation@OID2:1v1 2024-05-03 05:11:45.343/2024-05-03 05:11:45.352 EAnnotation@OID2:1v2 2024-05-03 05:11:45.353/2024-05-03 05:11:45.372 EAnnotation@OID2:1v3 2024-05-03 05:11:45.373/2024-05-03 05:11:45.381 EAnnotation@OID2:1v4d 2024-05-03 05:11:45.382/* branch2[2] 2024-05-03 05:11:45.432/* branch3[3] 2024-05-03 05:11:45.362/* branch4[4] 2024-05-03 05:11:45.372/* EAnnotation@OID2:4v1d 2024-05-03 05:11:45.401/* ServerCache: Getting BranchPoint[MAIN, 2024-05-03 05:11:45.323] =============================================================================================== MAIN[0] 2024-05-03 05:11:45.309/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:45.309/* ServerCache: Getting BranchPoint[MAIN, 2024-05-03 05:11:45.323] =============================================================================================== MAIN[0] 2024-05-03 05:11:45.309/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:45.309/* EAnnotation@OID2:0v1 2024-05-03 05:11:45.319/2024-05-03 05:11:45.328 ServerCache: Getting BranchPoint[MAIN, 2024-05-03 05:11:45.338] =============================================================================================== MAIN[0] 2024-05-03 05:11:45.309/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:45.309/* EAnnotation@OID2:0v1 2024-05-03 05:11:45.319/2024-05-03 05:11:45.328 ServerCache: Getting BranchPoint[MAIN, 2024-05-03 05:11:45.338] =============================================================================================== MAIN[0] 2024-05-03 05:11:45.309/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:45.309/* EAnnotation@OID2:0v1 2024-05-03 05:11:45.319/2024-05-03 05:11:45.328 EAnnotation@OID2:0v2 2024-05-03 05:11:45.329/2024-05-03 05:11:45.348 ServerCache: Getting BranchPoint[MAIN, 2024-05-03 05:11:45.373] =============================================================================================== MAIN[0] 2024-05-03 05:11:45.309/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:45.309/* EAnnotation@OID2:0v1 2024-05-03 05:11:45.319/2024-05-03 05:11:45.328 EAnnotation@OID2:0v2 2024-05-03 05:11:45.329/2024-05-03 05:11:45.348 ServerCache: Getting BranchPoint[MAIN, 2024-05-03 05:11:45.373] =============================================================================================== MAIN[0] 2024-05-03 05:11:45.309/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:45.309/* EAnnotation@OID2:0v1 2024-05-03 05:11:45.319/2024-05-03 05:11:45.328 EAnnotation@OID2:0v2 2024-05-03 05:11:45.329/2024-05-03 05:11:45.348 EAnnotation@OID2:0v3 2024-05-03 05:11:45.349/2024-05-03 05:11:45.398 ServerCache: Getting BranchPoint[MAIN, 2024-05-03 05:11:45.407] =============================================================================================== MAIN[0] 2024-05-03 05:11:45.309/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:45.309/* EAnnotation@OID2:0v1 2024-05-03 05:11:45.319/2024-05-03 05:11:45.328 EAnnotation@OID2:0v2 2024-05-03 05:11:45.329/2024-05-03 05:11:45.348 EAnnotation@OID2:0v3 2024-05-03 05:11:45.349/2024-05-03 05:11:45.398 ServerCache: Getting BranchPoint[MAIN, 2024-05-03 05:11:45.407] =============================================================================================== MAIN[0] 2024-05-03 05:11:45.309/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:45.309/* EAnnotation@OID2:0v1 2024-05-03 05:11:45.319/2024-05-03 05:11:45.328 EAnnotation@OID2:0v2 2024-05-03 05:11:45.329/2024-05-03 05:11:45.348 EAnnotation@OID2:0v3 2024-05-03 05:11:45.349/2024-05-03 05:11:45.398 EAnnotation@OID2:0v4 2024-05-03 05:11:45.399/2024-05-03 05:11:45.417 ******************************************************* RevisionManagerTest.testBranch1_Detached [MEM-branching, JVM, Legacy] ******************************************************* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:11:45.442/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:45.442/* EAnnotation@OID2:0v1 2024-05-03 05:11:45.452/2024-05-03 05:11:45.461 EAnnotation@OID2:0v2 2024-05-03 05:11:45.462/2024-05-03 05:11:45.481 EAnnotation@OID2:0v3 2024-05-03 05:11:45.482/2024-05-03 05:11:45.531 EAnnotation@OID2:0v4 2024-05-03 05:11:45.532/2024-05-03 05:11:45.550 EAnnotation@OID2:0v5d 2024-05-03 05:11:45.551/* RevisionManagerTest_testBranch1_Detached_branch1[1]2024-05-03 05:11:45.471/* EAnnotation@OID2:1v1 2024-05-03 05:11:45.476/2024-05-03 05:11:45.485 EAnnotation@OID2:1v2 2024-05-03 05:11:45.486/2024-05-03 05:11:45.505 EAnnotation@OID2:1v3 2024-05-03 05:11:45.506/2024-05-03 05:11:45.514 EAnnotation@OID2:1v4d 2024-05-03 05:11:45.515/* branch2[2] 2024-05-03 05:11:45.564/* branch3[3] 2024-05-03 05:11:45.495/* branch4[4] 2024-05-03 05:11:45.505/* EAnnotation@OID2:4v1d 2024-05-03 05:11:45.534/* ServerCache: Getting BranchPoint[MAIN/RevisionManagerTest_testBranch1_Detached_branch1, 2024-05-03 05:11:45.516] =============================================================================================== MAIN[0] 2024-05-03 05:11:45.442/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:45.442/* ServerCache: Getting BranchPoint[MAIN/RevisionManagerTest_testBranch1_Detached_branch1, 2024-05-03 05:11:45.516] =============================================================================================== MAIN[0] 2024-05-03 05:11:45.442/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:45.442/* RevisionManagerTest_testBranch1_Detached_branch1[1]2024-05-03 05:11:45.471/* EAnnotation@OID2:1v4d 2024-05-03 05:11:45.515/* ******************************************************* RevisionManagerTest.testBranch1_Head [MEM-branching, JVM, Legacy] ******************************************************* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:11:45.577/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:45.577/* EAnnotation@OID2:0v1 2024-05-03 05:11:45.587/2024-05-03 05:11:45.596 EAnnotation@OID2:0v2 2024-05-03 05:11:45.597/2024-05-03 05:11:45.616 EAnnotation@OID2:0v3 2024-05-03 05:11:45.617/2024-05-03 05:11:45.666 EAnnotation@OID2:0v4 2024-05-03 05:11:45.667/2024-05-03 05:11:45.685 EAnnotation@OID2:0v5d 2024-05-03 05:11:45.686/* RevisionManagerTest_testBranch1_Head_branch1[1] 2024-05-03 05:11:45.606/* EAnnotation@OID2:1v1 2024-05-03 05:11:45.611/2024-05-03 05:11:45.620 EAnnotation@OID2:1v2 2024-05-03 05:11:45.621/2024-05-03 05:11:45.640 EAnnotation@OID2:1v3 2024-05-03 05:11:45.641/2024-05-03 05:11:45.649 EAnnotation@OID2:1v4d 2024-05-03 05:11:45.650/* branch2[2] 2024-05-03 05:11:45.700/* branch3[3] 2024-05-03 05:11:45.630/* branch4[4] 2024-05-03 05:11:45.640/* EAnnotation@OID2:4v1d 2024-05-03 05:11:45.669/* ServerCache: Getting BranchPoint[MAIN/RevisionManagerTest_testBranch1_Head_branch1, *] =============================================================================================== MAIN[0] 2024-05-03 05:11:45.577/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:45.577/* ServerCache: Getting BranchPoint[MAIN/RevisionManagerTest_testBranch1_Head_branch1, *] =============================================================================================== MAIN[0] 2024-05-03 05:11:45.577/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:45.577/* RevisionManagerTest_testBranch1_Head_branch1[1] 2024-05-03 05:11:45.606/* EAnnotation@OID2:1v4d 2024-05-03 05:11:45.650/* ******************************************************* RevisionManagerTest.testBranch1_Initial [MEM-branching, JVM, Legacy] ******************************************************* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:11:45.711/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:45.711/* EAnnotation@OID2:0v1 2024-05-03 05:11:45.721/2024-05-03 05:11:45.730 EAnnotation@OID2:0v2 2024-05-03 05:11:45.731/2024-05-03 05:11:45.750 EAnnotation@OID2:0v3 2024-05-03 05:11:45.751/2024-05-03 05:11:45.800 EAnnotation@OID2:0v4 2024-05-03 05:11:45.801/2024-05-03 05:11:45.819 EAnnotation@OID2:0v5d 2024-05-03 05:11:45.820/* RevisionManagerTest_testBranch1_Initial_branch1[1]2024-05-03 05:11:45.740/* EAnnotation@OID2:1v1 2024-05-03 05:11:45.745/2024-05-03 05:11:45.754 EAnnotation@OID2:1v2 2024-05-03 05:11:45.755/2024-05-03 05:11:45.774 EAnnotation@OID2:1v3 2024-05-03 05:11:45.775/2024-05-03 05:11:45.783 EAnnotation@OID2:1v4d 2024-05-03 05:11:45.784/* branch2[2] 2024-05-03 05:11:45.834/* branch3[3] 2024-05-03 05:11:45.764/* branch4[4] 2024-05-03 05:11:45.774/* EAnnotation@OID2:4v1d 2024-05-03 05:11:45.803/* ServerCache: Getting BranchPoint[MAIN/RevisionManagerTest_testBranch1_Initial_branch1, 2024-05-03 05:11:45.744] =============================================================================================== MAIN[0] 2024-05-03 05:11:45.711/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:45.711/* ServerCache: Getting BranchPoint[MAIN/RevisionManagerTest_testBranch1_Initial_branch1, 2024-05-03 05:11:45.744] =============================================================================================== MAIN[0] 2024-05-03 05:11:45.711/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:45.711/* EAnnotation@OID2:0v2 2024-05-03 05:11:45.731/2024-05-03 05:11:45.750 RevisionManagerTest_testBranch1_Initial_branch1[1]2024-05-03 05:11:45.740/* EAnnotation@OID2:1v0->0v2 2024-05-03 05:11:45.740/2024-05-03 05:11:45.744 ******************************************************* RevisionManagerTest.testBranch1_Normal [MEM-branching, JVM, Legacy] ******************************************************* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:11:45.846/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:45.846/* EAnnotation@OID2:0v1 2024-05-03 05:11:45.856/2024-05-03 05:11:45.865 EAnnotation@OID2:0v2 2024-05-03 05:11:45.866/2024-05-03 05:11:45.885 EAnnotation@OID2:0v3 2024-05-03 05:11:45.886/2024-05-03 05:11:45.935 EAnnotation@OID2:0v4 2024-05-03 05:11:45.936/2024-05-03 05:11:45.954 EAnnotation@OID2:0v5d 2024-05-03 05:11:45.955/* RevisionManagerTest_testBranch1_Normal_branch1[1]2024-05-03 05:11:45.875/* EAnnotation@OID2:1v1 2024-05-03 05:11:45.880/2024-05-03 05:11:45.889 EAnnotation@OID2:1v2 2024-05-03 05:11:45.890/2024-05-03 05:11:45.909 EAnnotation@OID2:1v3 2024-05-03 05:11:45.910/2024-05-03 05:11:45.918 EAnnotation@OID2:1v4d 2024-05-03 05:11:45.919/* branch2[2] 2024-05-03 05:11:45.968/* branch3[3] 2024-05-03 05:11:45.899/* branch4[4] 2024-05-03 05:11:45.909/* EAnnotation@OID2:4v1d 2024-05-03 05:11:45.938/* ServerCache: Getting BranchPoint[MAIN/RevisionManagerTest_testBranch1_Normal_branch1, 2024-05-03 05:11:45.884] =============================================================================================== MAIN[0] 2024-05-03 05:11:45.846/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:45.846/* ServerCache: Getting BranchPoint[MAIN/RevisionManagerTest_testBranch1_Normal_branch1, 2024-05-03 05:11:45.884] =============================================================================================== MAIN[0] 2024-05-03 05:11:45.846/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:45.846/* RevisionManagerTest_testBranch1_Normal_branch1[1]2024-05-03 05:11:45.875/* EAnnotation@OID2:1v1 2024-05-03 05:11:45.880/2024-05-03 05:11:45.889 ServerCache: Getting BranchPoint[MAIN/RevisionManagerTest_testBranch1_Normal_branch1, 2024-05-03 05:11:45.899] =============================================================================================== MAIN[0] 2024-05-03 05:11:45.846/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:45.846/* RevisionManagerTest_testBranch1_Normal_branch1[1]2024-05-03 05:11:45.875/* EAnnotation@OID2:1v1 2024-05-03 05:11:45.880/2024-05-03 05:11:45.889 ServerCache: Getting BranchPoint[MAIN/RevisionManagerTest_testBranch1_Normal_branch1, 2024-05-03 05:11:45.899] =============================================================================================== MAIN[0] 2024-05-03 05:11:45.846/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:45.846/* RevisionManagerTest_testBranch1_Normal_branch1[1]2024-05-03 05:11:45.875/* EAnnotation@OID2:1v1 2024-05-03 05:11:45.880/2024-05-03 05:11:45.889 EAnnotation@OID2:1v2 2024-05-03 05:11:45.890/2024-05-03 05:11:45.909 ServerCache: Getting BranchPoint[MAIN/RevisionManagerTest_testBranch1_Normal_branch1, 2024-05-03 05:11:45.914] =============================================================================================== MAIN[0] 2024-05-03 05:11:45.846/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:45.846/* RevisionManagerTest_testBranch1_Normal_branch1[1]2024-05-03 05:11:45.875/* EAnnotation@OID2:1v1 2024-05-03 05:11:45.880/2024-05-03 05:11:45.889 EAnnotation@OID2:1v2 2024-05-03 05:11:45.890/2024-05-03 05:11:45.909 ServerCache: Getting BranchPoint[MAIN/RevisionManagerTest_testBranch1_Normal_branch1, 2024-05-03 05:11:45.914] =============================================================================================== MAIN[0] 2024-05-03 05:11:45.846/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:45.846/* RevisionManagerTest_testBranch1_Normal_branch1[1]2024-05-03 05:11:45.875/* EAnnotation@OID2:1v1 2024-05-03 05:11:45.880/2024-05-03 05:11:45.889 EAnnotation@OID2:1v2 2024-05-03 05:11:45.890/2024-05-03 05:11:45.909 EAnnotation@OID2:1v3 2024-05-03 05:11:45.910/2024-05-03 05:11:45.918 ******************************************************* RevisionManagerTest.testBranch2_Head [MEM-branching, JVM, Legacy] ******************************************************* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:11:45.979/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:45.979/* EAnnotation@OID2:0v1 2024-05-03 05:11:45.989/2024-05-03 05:11:45.998 EAnnotation@OID2:0v2 2024-05-03 05:11:45.999/2024-05-03 05:11:46.018 EAnnotation@OID2:0v3 2024-05-03 05:11:46.019/2024-05-03 05:11:46.068 EAnnotation@OID2:0v4 2024-05-03 05:11:46.069/2024-05-03 05:11:46.087 EAnnotation@OID2:0v5d 2024-05-03 05:11:46.088/* RevisionManagerTest_testBranch2_Head_branch1[1] 2024-05-03 05:11:46.008/* EAnnotation@OID2:1v1 2024-05-03 05:11:46.013/2024-05-03 05:11:46.022 EAnnotation@OID2:1v2 2024-05-03 05:11:46.023/2024-05-03 05:11:46.042 EAnnotation@OID2:1v3 2024-05-03 05:11:46.043/2024-05-03 05:11:46.051 EAnnotation@OID2:1v4d 2024-05-03 05:11:46.052/* branch2[2] 2024-05-03 05:11:46.102/* branch3[3] 2024-05-03 05:11:46.032/* branch4[4] 2024-05-03 05:11:46.042/* EAnnotation@OID2:4v1d 2024-05-03 05:11:46.071/* ServerCache: Getting BranchPoint[MAIN/RevisionManagerTest_testBranch2_Head_branch1/branch2, *] =============================================================================================== MAIN[0] 2024-05-03 05:11:45.979/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:45.979/* ServerCache: Getting BranchPoint[MAIN/RevisionManagerTest_testBranch2_Head_branch1/branch2, *] =============================================================================================== MAIN[0] 2024-05-03 05:11:45.979/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:45.979/* RevisionManagerTest_testBranch2_Head_branch1[1] 2024-05-03 05:11:46.008/* EAnnotation@OID2:1v4d 2024-05-03 05:11:46.052/* branch2[2] 2024-05-03 05:11:46.102/* EAnnotation@OID2:2v0->1v4 2024-05-03 05:11:46.102/* ******************************************************* RevisionManagerTest.testBranch2_Initial [MEM-branching, JVM, Legacy] ******************************************************* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:11:46.112/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:46.112/* EAnnotation@OID2:0v1 2024-05-03 05:11:46.122/2024-05-03 05:11:46.131 EAnnotation@OID2:0v2 2024-05-03 05:11:46.132/2024-05-03 05:11:46.151 EAnnotation@OID2:0v3 2024-05-03 05:11:46.152/2024-05-03 05:11:46.201 EAnnotation@OID2:0v4 2024-05-03 05:11:46.202/2024-05-03 05:11:46.220 EAnnotation@OID2:0v5d 2024-05-03 05:11:46.221/* RevisionManagerTest_testBranch2_Initial_branch1[1]2024-05-03 05:11:46.141/* EAnnotation@OID2:1v1 2024-05-03 05:11:46.146/2024-05-03 05:11:46.155 EAnnotation@OID2:1v2 2024-05-03 05:11:46.156/2024-05-03 05:11:46.175 EAnnotation@OID2:1v3 2024-05-03 05:11:46.176/2024-05-03 05:11:46.184 EAnnotation@OID2:1v4d 2024-05-03 05:11:46.185/* branch2[2] 2024-05-03 05:11:46.234/* branch3[3] 2024-05-03 05:11:46.165/* branch4[4] 2024-05-03 05:11:46.175/* EAnnotation@OID2:4v1d 2024-05-03 05:11:46.204/* ServerCache: Getting BranchPoint[MAIN/RevisionManagerTest_testBranch2_Initial_branch1/branch2, 2024-05-03 05:11:46.236] =============================================================================================== MAIN[0] 2024-05-03 05:11:46.112/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:46.112/* ServerCache: Getting BranchPoint[MAIN/RevisionManagerTest_testBranch2_Initial_branch1/branch2, 2024-05-03 05:11:46.236] =============================================================================================== MAIN[0] 2024-05-03 05:11:46.112/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:46.112/* RevisionManagerTest_testBranch2_Initial_branch1[1]2024-05-03 05:11:46.141/* EAnnotation@OID2:1v4d 2024-05-03 05:11:46.185/* branch2[2] 2024-05-03 05:11:46.234/* EAnnotation@OID2:2v0->1v4 2024-05-03 05:11:46.234/* ******************************************************* RevisionManagerTest.testBranch3_Head [MEM-branching, JVM, Legacy] ******************************************************* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:11:46.245/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:46.245/* EAnnotation@OID2:0v1 2024-05-03 05:11:46.255/2024-05-03 05:11:46.264 EAnnotation@OID2:0v2 2024-05-03 05:11:46.265/2024-05-03 05:11:46.284 EAnnotation@OID2:0v3 2024-05-03 05:11:46.285/2024-05-03 05:11:46.334 EAnnotation@OID2:0v4 2024-05-03 05:11:46.335/2024-05-03 05:11:46.353 EAnnotation@OID2:0v5d 2024-05-03 05:11:46.354/* RevisionManagerTest_testBranch3_Head_branch1[1] 2024-05-03 05:11:46.274/* EAnnotation@OID2:1v1 2024-05-03 05:11:46.279/2024-05-03 05:11:46.288 EAnnotation@OID2:1v2 2024-05-03 05:11:46.289/2024-05-03 05:11:46.308 EAnnotation@OID2:1v3 2024-05-03 05:11:46.309/2024-05-03 05:11:46.317 EAnnotation@OID2:1v4d 2024-05-03 05:11:46.318/* branch2[2] 2024-05-03 05:11:46.368/* branch3[3] 2024-05-03 05:11:46.298/* branch4[4] 2024-05-03 05:11:46.308/* EAnnotation@OID2:4v1d 2024-05-03 05:11:46.337/* ServerCache: Getting BranchPoint[MAIN/RevisionManagerTest_testBranch3_Head_branch1/branch3, *] =============================================================================================== MAIN[0] 2024-05-03 05:11:46.245/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:46.245/* ServerCache: Getting BranchPoint[MAIN/RevisionManagerTest_testBranch3_Head_branch1/branch3, *] =============================================================================================== MAIN[0] 2024-05-03 05:11:46.245/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:46.245/* RevisionManagerTest_testBranch3_Head_branch1[1] 2024-05-03 05:11:46.274/* EAnnotation@OID2:1v2 2024-05-03 05:11:46.289/2024-05-03 05:11:46.308 branch3[3] 2024-05-03 05:11:46.298/* EAnnotation@OID2:3v0->1v2 2024-05-03 05:11:46.298/* ******************************************************* RevisionManagerTest.testBranch3_Initial [MEM-branching, JVM, Legacy] ******************************************************* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:11:46.378/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:46.378/* EAnnotation@OID2:0v1 2024-05-03 05:11:46.388/2024-05-03 05:11:46.397 EAnnotation@OID2:0v2 2024-05-03 05:11:46.398/2024-05-03 05:11:46.417 EAnnotation@OID2:0v3 2024-05-03 05:11:46.418/2024-05-03 05:11:46.467 EAnnotation@OID2:0v4 2024-05-03 05:11:46.468/2024-05-03 05:11:46.486 EAnnotation@OID2:0v5d 2024-05-03 05:11:46.487/* RevisionManagerTest_testBranch3_Initial_branch1[1]2024-05-03 05:11:46.407/* EAnnotation@OID2:1v1 2024-05-03 05:11:46.412/2024-05-03 05:11:46.421 EAnnotation@OID2:1v2 2024-05-03 05:11:46.422/2024-05-03 05:11:46.441 EAnnotation@OID2:1v3 2024-05-03 05:11:46.442/2024-05-03 05:11:46.450 EAnnotation@OID2:1v4d 2024-05-03 05:11:46.451/* branch2[2] 2024-05-03 05:11:46.500/* branch3[3] 2024-05-03 05:11:46.431/* branch4[4] 2024-05-03 05:11:46.441/* EAnnotation@OID2:4v1d 2024-05-03 05:11:46.470/* ServerCache: Getting BranchPoint[MAIN/RevisionManagerTest_testBranch3_Initial_branch1/branch3, 2024-05-03 05:11:46.433] =============================================================================================== MAIN[0] 2024-05-03 05:11:46.378/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:46.378/* ServerCache: Getting BranchPoint[MAIN/RevisionManagerTest_testBranch3_Initial_branch1/branch3, 2024-05-03 05:11:46.433] =============================================================================================== MAIN[0] 2024-05-03 05:11:46.378/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:46.378/* RevisionManagerTest_testBranch3_Initial_branch1[1]2024-05-03 05:11:46.407/* EAnnotation@OID2:1v2 2024-05-03 05:11:46.422/2024-05-03 05:11:46.441 branch3[3] 2024-05-03 05:11:46.431/* EAnnotation@OID2:3v0->1v2 2024-05-03 05:11:46.431/* ******************************************************* RevisionManagerTest.testBranch4_Detached [MEM-branching, JVM, Legacy] ******************************************************* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:11:46.509/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:46.509/* EAnnotation@OID2:0v1 2024-05-03 05:11:46.519/2024-05-03 05:11:46.528 EAnnotation@OID2:0v2 2024-05-03 05:11:46.529/2024-05-03 05:11:46.548 EAnnotation@OID2:0v3 2024-05-03 05:11:46.549/2024-05-03 05:11:46.598 EAnnotation@OID2:0v4 2024-05-03 05:11:46.599/2024-05-03 05:11:46.617 EAnnotation@OID2:0v5d 2024-05-03 05:11:46.618/* RevisionManagerTest_testBranch4_Detached_branch1[1]2024-05-03 05:11:46.538/* EAnnotation@OID2:1v1 2024-05-03 05:11:46.543/2024-05-03 05:11:46.552 EAnnotation@OID2:1v2 2024-05-03 05:11:46.553/2024-05-03 05:11:46.572 EAnnotation@OID2:1v3 2024-05-03 05:11:46.573/2024-05-03 05:11:46.581 EAnnotation@OID2:1v4d 2024-05-03 05:11:46.582/* branch2[2] 2024-05-03 05:11:46.632/* branch3[3] 2024-05-03 05:11:46.562/* branch4[4] 2024-05-03 05:11:46.572/* EAnnotation@OID2:4v1d 2024-05-03 05:11:46.601/* ServerCache: Getting BranchPoint[MAIN/RevisionManagerTest_testBranch4_Detached_branch1/branch3/branch4, 2024-05-03 05:11:46.602] =============================================================================================== MAIN[0] 2024-05-03 05:11:46.509/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:46.509/* ServerCache: Getting BranchPoint[MAIN/RevisionManagerTest_testBranch4_Detached_branch1/branch3/branch4, 2024-05-03 05:11:46.602] =============================================================================================== MAIN[0] 2024-05-03 05:11:46.509/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:46.509/* branch4[4] 2024-05-03 05:11:46.572/* EAnnotation@OID2:4v1d 2024-05-03 05:11:46.601/* ******************************************************* RevisionManagerTest.testBranch4_Head [MEM-branching, JVM, Legacy] ******************************************************* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:11:46.642/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:46.642/* EAnnotation@OID2:0v1 2024-05-03 05:11:46.652/2024-05-03 05:11:46.661 EAnnotation@OID2:0v2 2024-05-03 05:11:46.662/2024-05-03 05:11:46.681 EAnnotation@OID2:0v3 2024-05-03 05:11:46.682/2024-05-03 05:11:46.731 EAnnotation@OID2:0v4 2024-05-03 05:11:46.732/2024-05-03 05:11:46.750 EAnnotation@OID2:0v5d 2024-05-03 05:11:46.751/* RevisionManagerTest_testBranch4_Head_branch1[1] 2024-05-03 05:11:46.671/* EAnnotation@OID2:1v1 2024-05-03 05:11:46.676/2024-05-03 05:11:46.685 EAnnotation@OID2:1v2 2024-05-03 05:11:46.686/2024-05-03 05:11:46.705 EAnnotation@OID2:1v3 2024-05-03 05:11:46.706/2024-05-03 05:11:46.714 EAnnotation@OID2:1v4d 2024-05-03 05:11:46.715/* branch2[2] 2024-05-03 05:11:46.764/* branch3[3] 2024-05-03 05:11:46.695/* branch4[4] 2024-05-03 05:11:46.705/* EAnnotation@OID2:4v1d 2024-05-03 05:11:46.734/* ServerCache: Getting BranchPoint[MAIN/RevisionManagerTest_testBranch4_Head_branch1/branch3/branch4, *] =============================================================================================== MAIN[0] 2024-05-03 05:11:46.642/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:46.642/* ServerCache: Getting BranchPoint[MAIN/RevisionManagerTest_testBranch4_Head_branch1/branch3/branch4, *] =============================================================================================== MAIN[0] 2024-05-03 05:11:46.642/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:46.642/* branch4[4] 2024-05-03 05:11:46.705/* EAnnotation@OID2:4v1d 2024-05-03 05:11:46.734/* ******************************************************* RevisionManagerTest.testBranch4_Initial [MEM-branching, JVM, Legacy] ******************************************************* MEMStore =============================================================================================== MAIN[0] 2024-05-03 05:11:46.774/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:46.774/* EAnnotation@OID2:0v1 2024-05-03 05:11:46.784/2024-05-03 05:11:46.793 EAnnotation@OID2:0v2 2024-05-03 05:11:46.794/2024-05-03 05:11:46.813 EAnnotation@OID2:0v3 2024-05-03 05:11:46.814/2024-05-03 05:11:46.863 EAnnotation@OID2:0v4 2024-05-03 05:11:46.864/2024-05-03 05:11:46.882 EAnnotation@OID2:0v5d 2024-05-03 05:11:46.883/* RevisionManagerTest_testBranch4_Initial_branch1[1]2024-05-03 05:11:46.803/* EAnnotation@OID2:1v1 2024-05-03 05:11:46.808/2024-05-03 05:11:46.817 EAnnotation@OID2:1v2 2024-05-03 05:11:46.818/2024-05-03 05:11:46.837 EAnnotation@OID2:1v3 2024-05-03 05:11:46.838/2024-05-03 05:11:46.846 EAnnotation@OID2:1v4d 2024-05-03 05:11:46.847/* branch2[2] 2024-05-03 05:11:46.896/* branch3[3] 2024-05-03 05:11:46.827/* branch4[4] 2024-05-03 05:11:46.837/* EAnnotation@OID2:4v1d 2024-05-03 05:11:46.866/* ServerCache: Getting BranchPoint[MAIN/RevisionManagerTest_testBranch4_Initial_branch1/branch3/branch4, 2024-05-03 05:11:46.865] =============================================================================================== MAIN[0] 2024-05-03 05:11:46.774/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:46.774/* ServerCache: Getting BranchPoint[MAIN/RevisionManagerTest_testBranch4_Initial_branch1/branch3/branch4, 2024-05-03 05:11:46.865] =============================================================================================== MAIN[0] 2024-05-03 05:11:46.774/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:46.774/* RevisionManagerTest_testBranch4_Initial_branch1[1]2024-05-03 05:11:46.803/* EAnnotation@OID2:1v2 2024-05-03 05:11:46.818/2024-05-03 05:11:46.837 branch4[4] 2024-05-03 05:11:46.837/* EAnnotation@OID2:4v0->1v2 2024-05-03 05:11:46.837/2024-05-03 05:11:46.865 ******************************************************* RollbackTest.testRollbackSameSession [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* RollbackTest.testRollbackSeparateSession [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* RollbackTest.test_Bugzilla_296680 [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* SavePointTest.testIsDirty [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* SavePointTest.testNotification [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* SavePointTest.testRollbackWithNewObject_Collection [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* SavePointTest.testRollbackWithNewObject_Commit [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* SavePointTest.testRollbackWithNewObject_Rollback [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* SavePointTest.testRollbackWithPersistedObject_Commit [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* SavePointTest.testRollbackWithPersistedObject_Rollback [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* SavePointTest.testWrongSavePoint [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* SecurityTest.testAndFilter [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* SecurityTest.testNotFilter [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* SecurityTest.testOrFilter [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* SecurityTest.testResourceFilter_EXACT_NoParents [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* SecurityTest.testResourceFilter_EXACT_Parents [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* SecurityTest.testResourceFilter_TREE_NoParents [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* SecurityTest.testResourceFilter_TREE_Parents [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* SecurityTest.testResourceFilter_UserToken_EXACT_NoParents [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* SecurityTest.testResourceFilter_UserToken_EXACT_Parents [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* SecurityTest.testResourceFilter_UserToken_TREE_NoParents [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* SecurityTest.testResourceFilter_UserToken_TREE_Parents [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* SessionTest.testEContentAdapter [MEM-branching, JVM, Legacy] ******************************************************* org.eclipse.emf.ecore.impl.ENotificationImpl@1ae60fb5 (eventType: SET, position: -1, notifier: CDOResource@OID3("cdo://repo1/SessionTest_testEContentAdapter/ttt"), feature: org.eclipse.emf.ecore.impl.EAttributeImpl@5445f5ba (name: resourceSet) (ordered: true, unique: true, lowerBound: 0, upperBound: 1) (changeable: true, volatile: false, transient: true, defaultValueLiteral: null, unsettable: false, derived: false) (iD: false), oldValue: org.eclipse.emf.ecore.resource.impl.ResourceSetImpl@4022fef2 resources=[], newValue: null, isTouch: false, wasSet: true) org.eclipse.emf.cdo.eresource.impl.CDOResourceImpl$10@4df1e60 (eventType: SET, position: -1, notifier: CDOResource@OID3("cdo://repo1/SessionTest_testEContentAdapter/ttt"), feature: null, oldValue: org.eclipse.emf.ecore.resource.impl.ResourceSetImpl@4022fef2 resources=[], newValue: null, isTouch: false, wasSet: true) org.eclipse.emf.ecore.impl.MinimalEObjectImpl$1ArrayDelegatingAdapterList$1@6cc52eb1 (eventType: REMOVING_ADAPTER, touch: true, position: 0, notifier: CDOResource@OID3("cdo://repo1/SessionTest_testEContentAdapter/ttt"), feature: null, oldValue: org.eclipse.emf.cdo.tests.SessionTest$1@355a4108, newValue: null, isTouch: true, wasSet: false) org.eclipse.emf.common.notify.impl.BasicNotifierImpl$EAdapterList$1@4fda9835 (eventType: REMOVING_ADAPTER, touch: true, position: 1, notifier: org.eclipse.emf.cdo.tests.model1.legacy.impl.CompanyImpl@32bfd243 (name: null, street: null, city: null), feature: null, oldValue: org.eclipse.emf.cdo.tests.SessionTest$1@355a4108, newValue: null, isTouch: true, wasSet: false) org.eclipse.emf.common.notify.impl.NotifyingListImpl$1@77810475 (eventType: REMOVE, position: 0, notifier: org.eclipse.emf.ecore.resource.impl.ResourceSetImpl@4022fef2 resources=[], feature: null, oldValue: CDOResource@OID3("cdo://repo1/SessionTest_testEContentAdapter/ttt"), newValue: null, isTouch: false, wasSet: true) ******************************************************* SessionTest.testIsSupportingAudits [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* SessionTest.testLastUpdateLocal [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* SessionTest.testLastUpdateRemote [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* SessionTest.testNoAuthentication [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* SessionTest.testProtocolTimeoutChangedEvent [MEM-branching, JVM, Legacy] ******************************************************* TimeoutChangedEvent [oldTimeout=-1, newTimeout=20000, source=SignalProtocol[1, CLIENT, cdo]] ******************************************************* SessionTest.testRefresh [MEM-branching, JVM, Legacy] ******************************************************* MAIN[0] 2024-05-03 05:11:47.220/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:47.220/2024-05-03 05:11:47.229 CDOResource@OID1:0v2("/") 2024-05-03 05:11:47.230/* CDOResourceFolder@OID2:0v1("SessionTest_testRefresh")2024-05-03 05:11:47.230/* CDOResource@OID3:0v1("ttt") 2024-05-03 05:11:47.230/2024-05-03 05:11:47.232 CDOResource@OID3:0v2("ttt") 2024-05-03 05:11:47.233/* Category@OID4:0v1 2024-05-03 05:11:47.230/* Category@OID5:0v1 2024-05-03 05:11:47.233/* MAIN[0] 2024-05-03 05:11:47.220/* CDOResourceFolder@OID2:0v1("SessionTest_testRefresh")2024-05-03 05:11:47.230/* CDOResource@OID3:0v1("ttt") 2024-05-03 05:11:47.230/* MAIN[0] 2024-05-03 05:11:47.220/* CDOResource@OID3:0v1("ttt") 2024-05-03 05:11:47.230/2024-05-03 05:11:47.232 CDOResource@OID3:0v2("ttt") 2024-05-03 05:11:47.233/* ******************************************************* SessionTest.testRefreshWithPackages [MEM-branching, JVM, Legacy] ******************************************************* MAIN[0] 2024-05-03 05:11:47.240/* CDOResource@OID1:0v1("/") 2024-05-03 05:11:47.240/2024-05-03 05:11:47.243 CDOResource@OID1:0v2("/") 2024-05-03 05:11:47.244/* CDOResourceFolder@OID2:0v1("SessionTest_testRefreshWithPackages")2024-05-03 05:11:47.244/* CDOResource@OID3:0v1("ttt") 2024-05-03 05:11:47.244/2024-05-03 05:11:47.250 CDOResource@OID3:0v2("ttt") 2024-05-03 05:11:47.251/* Category@OID4:0v1 2024-05-03 05:11:47.251/* MAIN[0] 2024-05-03 05:11:47.240/* CDOResourceFolder@OID2:0v1("SessionTest_testRefreshWithPackages")2024-05-03 05:11:47.244/* CDOResource@OID3:0v1("ttt") 2024-05-03 05:11:47.244/* MAIN[0] 2024-05-03 05:11:47.240/* CDOResource@OID3:0v1("ttt") 2024-05-03 05:11:47.244/2024-05-03 05:11:47.250 CDOResource@OID3:0v2("ttt") 2024-05-03 05:11:47.251/* ******************************************************* SessionTest.testRepositoryNotFound [MEM-branching, JVM, Legacy] ******************************************************* [ERROR] Repository not found: sdkghfaifuzicxuhvnjlksah org.eclipse.emf.cdo.server.RepositoryNotFoundException: Repository not found: sdkghfaifuzicxuhvnjlksah at org.eclipse.emf.cdo.server.internal.net4j.protocol.OpenSessionIndication.responding(OpenSessionIndication.java:134) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerIndicationWithMonitoring.responding(CDOServerIndicationWithMonitoring.java:185) at org.eclipse.net4j.signal.IndicationWithMonitoring.responding(IndicationWithMonitoring.java:68) at org.eclipse.net4j.signal.IndicationWithResponse.doExtendedOutput(IndicationWithResponse.java:100) at org.eclipse.net4j.signal.Signal.doOutput(Signal.java:407) at org.eclipse.net4j.signal.IndicationWithResponse.execute(IndicationWithResponse.java:74) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) ******************************************************* SessionTest.testSetProtocolTimeout [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* SessionTest.testWaitForUpdateLocal [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* SessionTest.testWaitForUpdateRemote [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* SessionTest.testWithAuthentication [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* SessionTest.testWithAuthenticationNoCredentials [MEM-branching, JVM, Legacy] ******************************************************* [ERROR] Not active: SignalProtocol[cdo] org.eclipse.net4j.util.lifecycle.LifecycleException: Not active: SignalProtocol[cdo] ******************************************************* SessionTest.testWithAuthenticationNoCredentialsProvider [MEM-branching, JVM, Legacy] ******************************************************* at org.eclipse.net4j.util.lifecycle.LifecycleUtil.checkActive(LifecycleUtil.java:102) at org.eclipse.net4j.signal.Signal.getProtocol(Signal.java:104) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerIndicationWithMonitoring.getProtocol(CDOServerIndicationWithMonitoring.java:60) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerIndicationWithMonitoring.getProtocol(CDOServerIndicationWithMonitoring.java:1) at org.eclipse.net4j.signal.IndicationWithResponse.sendExceptionSignal(IndicationWithResponse.java:105) at org.eclipse.net4j.signal.IndicationWithResponse.execute(IndicationWithResponse.java:78) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) ******************************************************* SessionTest.testWithAuthenticationNoPassword [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* SessionTest.testWithAuthenticationNoUserID [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* SessionTest.testWithAuthenticationWrongCredentials [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableBooleanNoDefault [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableBooleanNoDefault2 [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableBooleanNoDefault_SetDefault [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableByteNoDefault [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableByteNoDefault2 [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableByteNoDefault_SetDefault [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableCharNoDefault [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableCharNoDefault2 [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableCharNoDefault_SetDefault [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableDateNoDefault [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableDateNoDefault_SetDefault [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableDoubleNoDefault [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableDoubleNoDefault2 [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableDoubleNoDefault_SetDefault [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableFloatNoDefault [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableFloatNoDefault2 [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableFloatNoDefault_SetDefault [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableIntNoDefault [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableIntNoDefault2 [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableIntNoDefault_SetDefault [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableLongNoDefault [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableLongNoDefault2 [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableLongNoDefault_SetDefault [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableShortNoDefault [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableShortNoDefault2 [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableShortNoDefault_SetDefault [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableStringNoDefault [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableStringNoDefault2 [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableStringNoDefault_SetDefault [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableVATNoDefault [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableVATNoDefault_SetDefault [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableWithDefaultBoolean [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableWithDefaultBoolean2 [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableWithDefaultBoolean_SetDefault [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableWithDefaultByte [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableWithDefaultByte2 [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableWithDefaultByte_SetDefault [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableWithDefaultChar [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableWithDefaultChar_SetDefault [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableWithDefaultChart2 [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableWithDefaultDate [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableWithDefaultDate_SetDefault [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableWithDefaultDouble [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableWithDefaultDouble2 [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableWithDefaultDouble_SetDefault [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableWithDefaultVAT [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableWithDefaultVAT_SetDefault [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableBooleanNoDefault [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableBooleanNoDefault2 [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableBooleanNoDefault_SetDefault [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableByteNoDefault [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableByteNoDefault2 [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableByteNoDefault_SetDefault [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableCharNoDefault [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableCharNoDefault2 [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableCharNoDefault_SetDefault [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableDateNoDefault [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableDateNoDefault_SetDefault [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableDoubleNoDefault [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableDoubleNoDefault2 [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableDoubleNoDefault_SetDefault [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableFloatNoDefault [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableFloatNoDefault2 [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableFloatNoDefault_SetDefault [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableIntNoDefault [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableIntNoDefault2 [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableIntNoDefault_SetDefault [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableLongNoDefault [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableShortNoDefault [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableShortNoDefault2 [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableShortNoDefault_SetDefault [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableStringNoDefault [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableStringNoDefault2 [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableStringNoDefault_SetDefault [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableVATNoDefault [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableVATNoDefault_SetDefault [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableWithDefaultBoolean [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableWithDefaultBoolean2 [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableWithDefaultByte [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableWithDefaultByte2 [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableWithDefaultByte_SetDefault [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableWithDefaultChar [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableWithDefaultCharNo [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableWithDefaultChar_SetDefault [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableWithDefaultDate [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableWithDefaultDate_SetDefault [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableWithDefaultDouble [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableWithDefaultDouble2 [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableWithDefaultDouble_SetDefault [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableWithDefaultFloat [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableWithDefaultFloat2 [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableWithDefaultFloat_SetDefault [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableWithDefaultInt [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableWithDefaultInt2 [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableWithDefaultInt_SetDefault [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableWithDefaultLong [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableWithDefaultShort [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableWithDefaultShort2 [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableWithDefaultShort_SetDefault [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableWithDefaultString [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableWithDefaultString2 [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableWithDefaultString_SetDefault [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableWithDefaultVAT [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableWithDefaultVAT_SetDefault [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* StateMachineTest.test_NEW_with_ATTACH [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* StateMachineTest.test_NEW_with_COMMIT [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* StateMachineTest.test_NEW_with_INVALIDATE [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* StateMachineTest.test_NEW_with_READ [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* StateMachineTest.test_NEW_with_ROLLBACK [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* StateMachineTest.test_NEW_with_WRITE [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* StateMachineTest.test_PREPARED_with_ATTACH [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* StateMachineTest.test_PREPARED_with_DETACH [MEM-branching, JVM, Legacy] ******************************************************* java.lang.IllegalStateException: Failing event DETACH in state PREPARED for CDOLegacyAdapter[SupplierImpl@null] (data=[]) at org.eclipse.net4j.util.fsm.FiniteStateMachine.process(FiniteStateMachine.java:160) at org.eclipse.emf.internal.cdo.view.CDOStateMachine.detach(CDOStateMachine.java:310) at org.eclipse.emf.cdo.tests.StateMachineTest.detach(StateMachineTest.java:397) at org.eclipse.emf.cdo.tests.StateMachineTest.test_PREPARED_with_DETACH(StateMachineTest.java:192) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at junit.framework.TestCase.runTest(TestCase.java:177) at org.eclipse.net4j.util.tests.AbstractOMTest.access$0(AbstractOMTest.java:1) at org.eclipse.net4j.util.tests.AbstractOMTest$3.execute(AbstractOMTest.java:315) at org.eclipse.net4j.internal.util.test.TestExecuter.execute(TestExecuter.java:40) at org.eclipse.net4j.util.tests.AbstractOMTest.runBare(AbstractOMTest.java:301) at org.eclipse.emf.cdo.tests.config.impl.ConfigTest.runBare(ConfigTest.java:648) at junit.framework.TestResult$1.protect(TestResult.java:122) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.framework.TestResult.run(TestResult.java:125) at junit.framework.TestCase.run(TestCase.java:130) at org.eclipse.net4j.util.tests.AbstractOMTest.run(AbstractOMTest.java:375) at junit.framework.TestSuite.runTest(TestSuite.java:241) at org.eclipse.emf.cdo.tests.config.impl.ConfigTestSuite$TestClassWrapper.runTest(ConfigTestSuite.java:231) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at org.eclipse.emf.cdo.tests.config.impl.ConfigTestSuite$MainSuite.run(ConfigTestSuite.java:166) at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:364) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:237) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:158) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.apache.maven.surefire.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:167) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:142) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:28) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:679) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:616) at org.eclipse.equinox.launcher.Main.run(Main.java:1492) at org.eclipse.equinox.launcher.Main.main(Main.java:1465) ******************************************************* StateMachineTest.test_PREPARED_with_INVALIDATE [MEM-branching, JVM, Legacy] ******************************************************* java.lang.IllegalStateException: Failing event INVALIDATE in state PREPARED for CDOLegacyAdapter[SupplierImpl@null] (data=null) at org.eclipse.net4j.util.fsm.FiniteStateMachine.process(FiniteStateMachine.java:160) at org.eclipse.emf.internal.cdo.view.CDOStateMachine.invalidate(CDOStateMachine.java:499) at org.eclipse.emf.cdo.tests.StateMachineTest.invalidate(StateMachineTest.java:424) at org.eclipse.emf.cdo.tests.StateMachineTest.test_PREPARED_with_INVALIDATE(StateMachineTest.java:235) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at junit.framework.TestCase.runTest(TestCase.java:177) at org.eclipse.net4j.util.tests.AbstractOMTest.access$0(AbstractOMTest.java:1) at org.eclipse.net4j.util.tests.AbstractOMTest$3.execute(AbstractOMTest.java:315) at org.eclipse.net4j.internal.util.test.TestExecuter.execute(TestExecuter.java:40) at org.eclipse.net4j.util.tests.AbstractOMTest.runBare(AbstractOMTest.java:301) at org.eclipse.emf.cdo.tests.config.impl.ConfigTest.runBare(ConfigTest.java:648) at junit.framework.TestResult$1.protect(TestResult.java:122) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.framework.TestResult.run(TestResult.java:125) at junit.framework.TestCase.run(TestCase.java:130) at org.eclipse.net4j.util.tests.AbstractOMTest.run(AbstractOMTest.java:375) at junit.framework.TestSuite.runTest(TestSuite.java:241) at org.eclipse.emf.cdo.tests.config.impl.ConfigTestSuite$TestClassWrapper.runTest(ConfigTestSuite.java:231) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at org.eclipse.emf.cdo.tests.config.impl.ConfigTestSuite$MainSuite.run(ConfigTestSuite.java:166) at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:364) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:237) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:158) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.apache.maven.surefire.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:167) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:142) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:28) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:679) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:616) at org.eclipse.equinox.launcher.Main.run(Main.java:1492) at org.eclipse.equinox.launcher.Main.main(Main.java:1465) ******************************************************* StateMachineTest.test_PREPARED_with_READ [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* StateMachineTest.test_PREPARED_with_ROLLBACK [MEM-branching, JVM, Legacy] ******************************************************* java.lang.IllegalStateException: Failing event ROLLBACK in state PREPARED for CDOLegacyAdapter[SupplierImpl@null] (data=null) at org.eclipse.net4j.util.fsm.FiniteStateMachine.process(FiniteStateMachine.java:160) at org.eclipse.emf.internal.cdo.view.CDOStateMachine.rollback(CDOStateMachine.java:599) at org.eclipse.emf.cdo.tests.StateMachineTest.rollback(StateMachineTest.java:433) at org.eclipse.emf.cdo.tests.StateMachineTest.test_PREPARED_with_ROLLBACK(StateMachineTest.java:252) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at junit.framework.TestCase.runTest(TestCase.java:177) at org.eclipse.net4j.util.tests.AbstractOMTest.access$0(AbstractOMTest.java:1) at org.eclipse.net4j.util.tests.AbstractOMTest$3.execute(AbstractOMTest.java:315) at org.eclipse.net4j.internal.util.test.TestExecuter.execute(TestExecuter.java:40) at org.eclipse.net4j.util.tests.AbstractOMTest.runBare(AbstractOMTest.java:301) at org.eclipse.emf.cdo.tests.config.impl.ConfigTest.runBare(ConfigTest.java:648) at junit.framework.TestResult$1.protect(TestResult.java:122) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.framework.TestResult.run(TestResult.java:125) at junit.framework.TestCase.run(TestCase.java:130) at org.eclipse.net4j.util.tests.AbstractOMTest.run(AbstractOMTest.java:375) at junit.framework.TestSuite.runTest(TestSuite.java:241) at org.eclipse.emf.cdo.tests.config.impl.ConfigTestSuite$TestClassWrapper.runTest(ConfigTestSuite.java:231) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at org.eclipse.emf.cdo.tests.config.impl.ConfigTestSuite$MainSuite.run(ConfigTestSuite.java:166) at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:364) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:237) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:158) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.apache.maven.surefire.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:167) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:142) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:28) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:679) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:616) at org.eclipse.equinox.launcher.Main.run(Main.java:1492) at org.eclipse.equinox.launcher.Main.main(Main.java:1465) ******************************************************* StateMachineTest.test_PREPARED_with_WRITE [MEM-branching, JVM, Legacy] ******************************************************* java.lang.IllegalStateException: Failing event WRITE in state PREPARED for CDOLegacyAdapter[SupplierImpl@null] (data=org.eclipse.emf.internal.cdo.view.CDOStateMachine$FeatureDeltaAndResult@3c68a85f) at org.eclipse.net4j.util.fsm.FiniteStateMachine.process(FiniteStateMachine.java:160) at org.eclipse.emf.internal.cdo.view.CDOStateMachine.writeUnsynced(CDOStateMachine.java:440) at org.eclipse.emf.internal.cdo.view.CDOStateMachine.write(CDOStateMachine.java:418) at org.eclipse.emf.cdo.tests.StateMachineTest.write(StateMachineTest.java:415) at org.eclipse.emf.cdo.tests.StateMachineTest.test_PREPARED_with_WRITE(StateMachineTest.java:218) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at junit.framework.TestCase.runTest(TestCase.java:177) at org.eclipse.net4j.util.tests.AbstractOMTest.access$0(AbstractOMTest.java:1) at org.eclipse.net4j.util.tests.AbstractOMTest$3.execute(AbstractOMTest.java:315) at org.eclipse.net4j.internal.util.test.TestExecuter.execute(TestExecuter.java:40) at org.eclipse.net4j.util.tests.AbstractOMTest.runBare(AbstractOMTest.java:301) at org.eclipse.emf.cdo.tests.config.impl.ConfigTest.runBare(ConfigTest.java:648) at junit.framework.TestResult$1.protect(TestResult.java:122) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.framework.TestResult.run(TestResult.java:125) at junit.framework.TestCase.run(TestCase.java:130) at org.eclipse.net4j.util.tests.AbstractOMTest.run(AbstractOMTest.java:375) at junit.framework.TestSuite.runTest(TestSuite.java:241) at org.eclipse.emf.cdo.tests.config.impl.ConfigTestSuite$TestClassWrapper.runTest(ConfigTestSuite.java:231) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at org.eclipse.emf.cdo.tests.config.impl.ConfigTestSuite$MainSuite.run(ConfigTestSuite.java:166) at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:364) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:237) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:158) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.apache.maven.surefire.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:167) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:142) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:28) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:679) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:616) at org.eclipse.equinox.launcher.Main.run(Main.java:1492) at org.eclipse.equinox.launcher.Main.main(Main.java:1465) ******************************************************* StateMachineTest.test_TRANSIENT_with_ATTACH [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* StateMachineTest.test_TRANSIENT_with_INVALIDATE [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* StateMachineTest.test_TRANSIENT_with_READ [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* StateMachineTest.test_TRANSIENT_with_ROLLBACK [MEM-branching, JVM, Legacy] ******************************************************* java.lang.IllegalStateException: Failing event ROLLBACK in state TRANSIENT for CDOLegacyAdapter[SupplierImpl@null] (data=null) at org.eclipse.net4j.util.fsm.FiniteStateMachine.process(FiniteStateMachine.java:160) at org.eclipse.emf.internal.cdo.view.CDOStateMachine.rollback(CDOStateMachine.java:599) at org.eclipse.emf.cdo.tests.StateMachineTest.rollback(StateMachineTest.java:433) at org.eclipse.emf.cdo.tests.StateMachineTest.test_TRANSIENT_with_ROLLBACK(StateMachineTest.java:146) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at junit.framework.TestCase.runTest(TestCase.java:177) at org.eclipse.net4j.util.tests.AbstractOMTest.access$0(AbstractOMTest.java:1) at org.eclipse.net4j.util.tests.AbstractOMTest$3.execute(AbstractOMTest.java:315) at org.eclipse.net4j.internal.util.test.TestExecuter.execute(TestExecuter.java:40) at org.eclipse.net4j.util.tests.AbstractOMTest.runBare(AbstractOMTest.java:301) at org.eclipse.emf.cdo.tests.config.impl.ConfigTest.runBare(ConfigTest.java:648) at junit.framework.TestResult$1.protect(TestResult.java:122) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.framework.TestResult.run(TestResult.java:125) at junit.framework.TestCase.run(TestCase.java:130) at org.eclipse.net4j.util.tests.AbstractOMTest.run(AbstractOMTest.java:375) at junit.framework.TestSuite.runTest(TestSuite.java:241) at org.eclipse.emf.cdo.tests.config.impl.ConfigTestSuite$TestClassWrapper.runTest(ConfigTestSuite.java:231) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at org.eclipse.emf.cdo.tests.config.impl.ConfigTestSuite$MainSuite.run(ConfigTestSuite.java:166) at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:364) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:237) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:158) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.apache.maven.surefire.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:167) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:142) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:28) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:679) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:616) at org.eclipse.equinox.launcher.Main.run(Main.java:1492) at org.eclipse.equinox.launcher.Main.main(Main.java:1465) java.lang.IllegalStateException: Failing event ROLLBACK in state TRANSIENT for CDOLegacyAdapter[SupplierImpl@null] (data=null) at org.eclipse.net4j.util.fsm.FiniteStateMachine.process(FiniteStateMachine.java:160) at org.eclipse.emf.internal.cdo.view.CDOStateMachine.rollback(CDOStateMachine.java:599) at org.eclipse.emf.cdo.tests.StateMachineTest.rollback(StateMachineTest.java:433) at org.eclipse.emf.cdo.tests.StateMachineTest.test_TRANSIENT_with_ROLLBACK(StateMachineTest.java:157) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at junit.framework.TestCase.runTest(TestCase.java:177) at org.eclipse.net4j.util.tests.AbstractOMTest.access$0(AbstractOMTest.java:1) at org.eclipse.net4j.util.tests.AbstractOMTest$3.execute(AbstractOMTest.java:315) at org.eclipse.net4j.internal.util.test.TestExecuter.execute(TestExecuter.java:40) at org.eclipse.net4j.util.tests.AbstractOMTest.runBare(AbstractOMTest.java:301) at org.eclipse.emf.cdo.tests.config.impl.ConfigTest.runBare(ConfigTest.java:648) at junit.framework.TestResult$1.protect(TestResult.java:122) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.framework.TestResult.run(TestResult.java:125) at junit.framework.TestCase.run(TestCase.java:130) at org.eclipse.net4j.util.tests.AbstractOMTest.run(AbstractOMTest.java:375) at junit.framework.TestSuite.runTest(TestSuite.java:241) at org.eclipse.emf.cdo.tests.config.impl.ConfigTestSuite$TestClassWrapper.runTest(ConfigTestSuite.java:231) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at org.eclipse.emf.cdo.tests.config.impl.ConfigTestSuite$MainSuite.run(ConfigTestSuite.java:166) at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:364) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:237) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:158) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.apache.maven.surefire.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:167) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:142) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:28) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:679) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:616) at org.eclipse.equinox.launcher.Main.run(Main.java:1492) at org.eclipse.equinox.launcher.Main.main(Main.java:1465) ******************************************************* StateMachineTest.test_TRANSIENT_with_WRITE [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* StickyViewsTest.test_changeName [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* StickyViewsTest.test_detachedCommittedObject [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* StickyViewsTest.test_dirtyCommittedObject [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* StickyViewsTest.test_newCommittedObject [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* StickyViewsTest.test_otherSessionCommittedLatest [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* StickyViewsTest.test_refresh [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* StickyViewsTest.test_removeFirst [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* StickyViewsTest.test_removeLast [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* TransactionHandlerTest.testAsyncTransactionHandler [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* TransactionHandlerTest.testAttachingObject [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* TransactionHandlerTest.testAttachingObjectVeto [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* TransactionHandlerTest.testAttachingResourceVeto [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* TransactionHandlerTest.testCommitting [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* TransactionHandlerTest.testDetachingObject [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* TransactionHandlerTest.testDetachingObjectVeto [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* TransactionHandlerTest.testModifyingObject [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* TransactionHandlerTest.testModifyingObjectVeto [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* TransactionHandlerTest.testModifyingResourceVeto [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* TransactionHandlerTest.testRollbacked [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* TransactionTest.testAutoRollbackOnConflictEvent [MEM-branching, JVM, Legacy] ******************************************************* rollback ******************************************************* TransactionTest.testCommitAfterClose [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* TransactionTest.testCommitManyTransactionsMultiThread [MEM-branching, JVM, Legacy] ******************************************************* RUN 1 CloseViewRequest = 100 CommitTransactionRequest = 100 LockObjectsRequest = 100 OpenViewRequest = 100 ******************************************************* TransactionTest.testCommitRedundantChanges [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* TransactionTest.testCreateManySessions [MEM-branching, JVM, Legacy] ******************************************************* Opening session Session 0 Session 1 Session 2 Session 3 Session 4 Session 5 Session 6 Session 7 Session 8 Session 9 Session 10 Session 11 Session 12 Session 13 Session 14 Session 15 Session 16 Session 17 Session 18 Session 19 Session 20 Session 21 Session 22 Session 23 Session 24 Session 25 Session 26 Session 27 Session 28 Session 29 Session 30 Session 31 Session 32 Session 33 Session 34 Session 35 Session 36 Session 37 Session 38 Session 39 Session 40 Session 41 Session 42 Session 43 Session 44 Session 45 Session 46 Session 47 Session 48 Session 49 Session 50 Session 51 Session 52 Session 53 Session 54 Session 55 Session 56 Session 57 Session 58 Session 59 Session 60 Session 61 Session 62 Session 63 Session 64 Session 65 Session 66 Session 67 Session 68 Session 69 Session 70 Session 71 Session 72 Session 73 Session 74 Session 75 Session 76 Session 77 Session 78 Session 79 Session 80 Session 81 Session 82 Session 83 Session 84 Session 85 Session 86 Session 87 Session 88 Session 89 Session 90 Session 91 Session 92 Session 93 Session 94 Session 95 Session 96 Session 97 Session 98 Session 99 ******************************************************* TransactionTest.testCreateManySessionsAndTransactionsMultiThread [MEM-branching, JVM, Legacy] ******************************************************* Thread 0: Started Thread 1: Started Thread 2: Started Thread 3: Started Thread 4: Started Thread 4: Session + Transaction 0 Thread 0: Session + Transaction 0 Thread 2: Session + Transaction 0 Thread 1: Session + Transaction 0 Thread 3: Session + Transaction 0 Thread 0: Session + Transaction 1 Thread 4: Session + Transaction 1 Thread 2: Session + Transaction 1 Thread 1: Session + Transaction 1 Thread 3: Session + Transaction 1 Thread 1: Session + Transaction 2 Thread 4: Session + Transaction 2 Thread 2: Session + Transaction 2 Thread 0: Session + Transaction 2 Thread 3: Session + Transaction 2 Thread 1: Session + Transaction 3 Thread 3: Session + Transaction 3 Thread 0: Session + Transaction 3 Thread 4: Session + Transaction 3 Thread 2: Session + Transaction 3 Thread 1: Session + Transaction 4 Thread 0: Session + Transaction 4 Thread 3: Session + Transaction 4 Thread 4: Session + Transaction 4 Thread 2: Session + Transaction 4 Thread 1: Session + Transaction 5 Thread 0: Session + Transaction 5 Thread 3: Session + Transaction 5 Thread 4: Session + Transaction 5 Thread 2: Session + Transaction 5 Thread 0: Session + Transaction 6 Thread 1: Session + Transaction 6 Thread 4: Session + Transaction 6 Thread 3: Session + Transaction 6 Thread 2: Session + Transaction 6 Thread 0: Session + Transaction 7 Thread 1: Session + Transaction 7 Thread 3: Session + Transaction 7 Thread 2: Session + Transaction 7 Thread 4: Session + Transaction 7 Thread 0: Session + Transaction 8 Thread 1: Session + Transaction 8 Thread 3: Session + Transaction 8 Thread 2: Session + Transaction 8 Thread 4: Session + Transaction 8 Thread 0: Session + Transaction 9 Thread 1: Session + Transaction 9 Thread 3: Session + Transaction 9 Thread 4: Session + Transaction 9 Thread 2: Session + Transaction 9 Thread 1: Session + Transaction 10 Thread 3: Session + Transaction 10 Thread 0: Session + Transaction 10 Thread 4: Session + Transaction 10 Thread 2: Session + Transaction 10 Thread 1: Session + Transaction 11 Thread 0: Session + Transaction 11 Thread 3: Session + Transaction 11 Thread 4: Session + Transaction 11 Thread 2: Session + Transaction 11 Thread 1: Session + Transaction 12 Thread 3: Session + Transaction 12 Thread 4: Session + Transaction 12 Thread 1: Session + Transaction 13 Thread 0: Session + Transaction 12 Thread 3: Session + Transaction 13 Thread 4: Session + Transaction 13 Thread 2: Session + Transaction 12 Thread 1: Session + Transaction 14 Thread 0: Session + Transaction 13 Thread 4: Session + Transaction 14 Thread 3: Session + Transaction 14 Thread 2: Session + Transaction 13 Thread 1: Session + Transaction 15 Thread 0: Session + Transaction 14 Thread 4: Session + Transaction 15 Thread 3: Session + Transaction 15 Thread 2: Session + Transaction 14 Thread 1: Session + Transaction 16 Thread 0: Session + Transaction 15 Thread 4: Session + Transaction 16 Thread 2: Session + Transaction 15 Thread 3: Session + Transaction 16 Thread 1: Session + Transaction 17 Thread 0: Session + Transaction 16 Thread 4: Session + Transaction 17 Thread 2: Session + Transaction 16 Thread 3: Session + Transaction 17 Thread 0: Session + Transaction 17 Thread 1: Session + Transaction 18 Thread 4: Session + Transaction 18 Thread 2: Session + Transaction 17 Thread 3: Session + Transaction 18 Thread 1: Session + Transaction 19 Thread 0: Session + Transaction 18 Thread 4: Session + Transaction 19 Thread 2: Session + Transaction 18 Thread 3: Session + Transaction 19 Thread 1: Session + Transaction 20 Thread 0: Session + Transaction 19 Thread 4: Session + Transaction 20 Thread 2: Session + Transaction 19 Thread 3: Session + Transaction 20 Thread 1: Session + Transaction 21 Thread 0: Session + Transaction 20 Thread 4: Session + Transaction 21 Thread 2: Session + Transaction 20 Thread 3: Session + Transaction 21 Thread 1: Session + Transaction 22 Thread 0: Session + Transaction 21 Thread 4: Session + Transaction 22 Thread 2: Session + Transaction 21 Thread 3: Session + Transaction 22 Thread 1: Session + Transaction 23 Thread 0: Session + Transaction 22 Thread 4: Session + Transaction 23 Thread 2: Session + Transaction 22 Thread 3: Session + Transaction 23 Thread 1: Session + Transaction 24 Thread 0: Session + Transaction 23 Thread 4: Session + Transaction 24 Thread 2: Session + Transaction 23 Thread 3: Session + Transaction 24 Thread 1: Session + Transaction 25 Thread 0: Session + Transaction 24 Thread 4: Session + Transaction 25 Thread 2: Session + Transaction 24 Thread 3: Session + Transaction 25 Thread 1: Session + Transaction 26 Thread 0: Session + Transaction 25 Thread 4: Session + Transaction 26 Thread 2: Session + Transaction 25 Thread 3: Session + Transaction 26 Thread 4: Session + Transaction 27 Thread 0: Session + Transaction 26 Thread 1: Session + Transaction 27 Thread 2: Session + Transaction 26 Thread 3: Session + Transaction 27 Thread 0: Session + Transaction 27 Thread 4: Session + Transaction 28 Thread 1: Session + Transaction 28 Thread 3: Session + Transaction 28 Thread 2: Session + Transaction 27 Thread 0: Session + Transaction 28 Thread 4: Session + Transaction 29 Thread 2: Session + Transaction 28 Thread 1: Session + Transaction 29 Thread 3: Session + Transaction 29 Thread 0: Session + Transaction 29 Thread 2: Session + Transaction 29 Thread 4: Session + Transaction 30 Thread 1: Session + Transaction 30 Thread 3: Session + Transaction 30 Thread 2: Session + Transaction 30 Thread 0: Session + Transaction 30 Thread 1: Session + Transaction 31 Thread 3: Session + Transaction 31 Thread 4: Session + Transaction 31 Thread 2: Session + Transaction 31 Thread 0: Session + Transaction 31 Thread 1: Session + Transaction 32 Thread 4: Session + Transaction 32 Thread 3: Session + Transaction 32 Thread 2: Session + Transaction 32 Thread 1: Session + Transaction 33 Thread 0: Session + Transaction 32 Thread 4: Session + Transaction 33 Thread 3: Session + Transaction 33 Thread 2: Session + Transaction 33 Thread 1: Session + Transaction 34 Thread 0: Session + Transaction 33 Thread 4: Session + Transaction 34 Thread 3: Session + Transaction 34 Thread 2: Session + Transaction 34 Thread 1: Session + Transaction 35 Thread 0: Session + Transaction 34 Thread 4: Session + Transaction 35 Thread 3: Session + Transaction 35 Thread 2: Session + Transaction 35 Thread 1: Session + Transaction 36 Thread 4: Session + Transaction 36 Thread 2: Session + Transaction 36 Thread 0: Session + Transaction 35 Thread 3: Session + Transaction 36 Thread 1: Session + Transaction 37 Thread 4: Session + Transaction 37 Thread 0: Session + Transaction 36 Thread 2: Session + Transaction 37 Thread 3: Session + Transaction 37 Thread 1: Session + Transaction 38 Thread 4: Session + Transaction 38 Thread 0: Session + Transaction 37 Thread 3: Session + Transaction 38 Thread 2: Session + Transaction 38 Thread 1: Session + Transaction 39 Thread 4: Session + Transaction 39 Thread 0: Session + Transaction 38 Thread 2: Session + Transaction 39 Thread 3: Session + Transaction 39 Thread 1: Session + Transaction 40 Thread 4: Session + Transaction 40 Thread 0: Session + Transaction 39 Thread 2: Session + Transaction 40 Thread 3: Session + Transaction 40 Thread 1: Session + Transaction 41 Thread 4: Session + Transaction 41 Thread 0: Session + Transaction 40 Thread 2: Session + Transaction 41 Thread 3: Session + Transaction 41 Thread 4: Session + Transaction 42 Thread 1: Session + Transaction 42 Thread 0: Session + Transaction 41 Thread 3: Session + Transaction 42 Thread 2: Session + Transaction 42 Thread 1: Session + Transaction 43 Thread 4: Session + Transaction 43 Thread 0: Session + Transaction 42 Thread 3: Session + Transaction 43 Thread 2: Session + Transaction 43 Thread 1: Session + Transaction 44 Thread 4: Session + Transaction 44 Thread 3: Session + Transaction 44 Thread 0: Session + Transaction 43 Thread 2: Session + Transaction 44 Thread 4: Session + Transaction 45 Thread 1: Session + Transaction 45 Thread 3: Session + Transaction 45 Thread 2: Session + Transaction 45 Thread 0: Session + Transaction 44 Thread 4: Session + Transaction 46 Thread 1: Session + Transaction 46 Thread 3: Session + Transaction 46 Thread 2: Session + Transaction 46 Thread 0: Session + Transaction 45 Thread 1: Session + Transaction 47 Thread 4: Session + Transaction 47 Thread 3: Session + Transaction 47 Thread 2: Session + Transaction 47 Thread 0: Session + Transaction 46 Thread 4: Session + Transaction 48 Thread 1: Session + Transaction 48 Thread 3: Session + Transaction 48 Thread 2: Session + Transaction 48 Thread 0: Session + Transaction 47 Thread 4: Session + Transaction 49 Thread 3: Session + Transaction 49 Thread 1: Session + Transaction 49 Thread 2: Session + Transaction 49 Thread 0: Session + Transaction 48 Thread 4: Session + Transaction 50 Thread 3: Session + Transaction 50 Thread 1: Session + Transaction 50 Thread 2: Session + Transaction 50 Thread 0: Session + Transaction 49 Thread 3: Session + Transaction 51 Thread 4: Session + Transaction 51 Thread 1: Session + Transaction 51 Thread 2: Session + Transaction 51 Thread 0: Session + Transaction 50 Thread 3: Session + Transaction 52 Thread 2: Session + Transaction 52 Thread 1: Session + Transaction 52 Thread 4: Session + Transaction 52 Thread 0: Session + Transaction 51 Thread 4: Session + Transaction 53 Thread 3: Session + Transaction 53 Thread 1: Session + Transaction 53 Thread 2: Session + Transaction 53 Thread 0: Session + Transaction 52 Thread 4: Session + Transaction 54 Thread 1: Session + Transaction 54 Thread 3: Session + Transaction 54 Thread 2: Session + Transaction 54 Thread 1: Session + Transaction 55 Thread 4: Session + Transaction 55 Thread 0: Session + Transaction 53 Thread 2: Session + Transaction 55 Thread 3: Session + Transaction 55 Thread 1: Session + Transaction 56 Thread 4: Session + Transaction 56 Thread 0: Session + Transaction 54 Thread 3: Session + Transaction 56 Thread 2: Session + Transaction 56 Thread 1: Session + Transaction 57 Thread 4: Session + Transaction 57 Thread 0: Session + Transaction 55 Thread 3: Session + Transaction 57 Thread 2: Session + Transaction 57 Thread 1: Session + Transaction 58 Thread 4: Session + Transaction 58 Thread 0: Session + Transaction 56 Thread 2: Session + Transaction 58 Thread 3: Session + Transaction 58 Thread 4: Session + Transaction 59 Thread 1: Session + Transaction 59 Thread 0: Session + Transaction 57 Thread 3: Session + Transaction 59 Thread 2: Session + Transaction 59 Thread 4: Session + Transaction 60 Thread 1: Session + Transaction 60 Thread 0: Session + Transaction 58 Thread 3: Session + Transaction 60 Thread 2: Session + Transaction 60 Thread 4: Session + Transaction 61 Thread 1: Session + Transaction 61 Thread 0: Session + Transaction 59 Thread 3: Session + Transaction 61 Thread 2: Session + Transaction 61 Thread 4: Session + Transaction 62 Thread 1: Session + Transaction 62 Thread 0: Session + Transaction 60 Thread 3: Session + Transaction 62 Thread 2: Session + Transaction 62 Thread 4: Session + Transaction 63 Thread 3: Session + Transaction 63 Thread 1: Session + Transaction 63 Thread 0: Session + Transaction 61 Thread 2: Session + Transaction 63 Thread 4: Session + Transaction 64 Thread 3: Session + Transaction 64 Thread 1: Session + Transaction 64 Thread 0: Session + Transaction 62 Thread 2: Session + Transaction 64 Thread 4: Session + Transaction 65 Thread 1: Session + Transaction 65 Thread 3: Session + Transaction 65 Thread 0: Session + Transaction 63 Thread 2: Session + Transaction 65 Thread 4: Session + Transaction 66 Thread 1: Session + Transaction 66 Thread 0: Session + Transaction 64 Thread 3: Session + Transaction 66 Thread 2: Session + Transaction 66 Thread 4: Session + Transaction 67 Thread 0: Session + Transaction 65 Thread 1: Session + Transaction 67 Thread 3: Session + Transaction 67 Thread 2: Session + Transaction 67 Thread 4: Session + Transaction 68 Thread 1: Session + Transaction 68 Thread 0: Session + Transaction 66 Thread 3: Session + Transaction 68 Thread 2: Session + Transaction 68 Thread 4: Session + Transaction 69 Thread 1: Session + Transaction 69 Thread 0: Session + Transaction 67 Thread 3: Session + Transaction 69 Thread 2: Session + Transaction 69 Thread 1: Session + Transaction 70 Thread 4: Session + Transaction 70 Thread 0: Session + Transaction 68 Thread 1: Session + Transaction 71 Thread 3: Session + Transaction 70 Thread 0: Session + Transaction 69 Thread 2: Session + Transaction 70 Thread 4: Session + Transaction 71 Thread 1: Session + Transaction 72 Thread 0: Session + Transaction 70 Thread 3: Session + Transaction 71 Thread 2: Session + Transaction 71 Thread 4: Session + Transaction 72 Thread 1: Session + Transaction 73 Thread 0: Session + Transaction 71 Thread 4: Session + Transaction 73 Thread 2: Session + Transaction 72 Thread 3: Session + Transaction 72 Thread 1: Session + Transaction 74 Thread 4: Session + Transaction 74 Thread 0: Session + Transaction 72 Thread 2: Session + Transaction 73 Thread 3: Session + Transaction 73 Thread 1: Session + Transaction 75 Thread 0: Session + Transaction 73 Thread 2: Session + Transaction 74 Thread 4: Session + Transaction 75 Thread 3: Session + Transaction 74 Thread 1: Session + Transaction 76 Thread 0: Session + Transaction 74 Thread 4: Session + Transaction 76 Thread 2: Session + Transaction 75 Thread 3: Session + Transaction 75 Thread 1: Session + Transaction 77 Thread 0: Session + Transaction 75 Thread 4: Session + Transaction 77 Thread 2: Session + Transaction 76 Thread 3: Session + Transaction 76 Thread 1: Session + Transaction 78 Thread 4: Session + Transaction 78 Thread 2: Session + Transaction 77 Thread 0: Session + Transaction 76 Thread 1: Session + Transaction 79 Thread 4: Session + Transaction 79 Thread 2: Session + Transaction 78 Thread 3: Session + Transaction 77 Thread 0: Session + Transaction 77 Thread 4: Session + Transaction 80 Thread 1: Session + Transaction 80 Thread 2: Session + Transaction 79 Thread 3: Session + Transaction 78 Thread 0: Session + Transaction 78 Thread 4: Session + Transaction 81 Thread 2: Session + Transaction 80 Thread 1: Session + Transaction 81 Thread 0: Session + Transaction 79 Thread 3: Session + Transaction 79 Thread 4: Session + Transaction 82 Thread 2: Session + Transaction 81 Thread 1: Session + Transaction 82 Thread 0: Session + Transaction 80 Thread 3: Session + Transaction 80 Thread 4: Session + Transaction 83 Thread 2: Session + Transaction 82 Thread 1: Session + Transaction 83 Thread 0: Session + Transaction 81 Thread 4: Session + Transaction 84 Thread 2: Session + Transaction 83 Thread 1: Session + Transaction 84 Thread 3: Session + Transaction 81 Thread 0: Session + Transaction 82 Thread 4: Session + Transaction 85 Thread 2: Session + Transaction 84 Thread 1: Session + Transaction 85 Thread 3: Session + Transaction 82 Thread 0: Session + Transaction 83 Thread 4: Session + Transaction 86 Thread 2: Session + Transaction 85 Thread 1: Session + Transaction 86 Thread 3: Session + Transaction 83 Thread 0: Session + Transaction 84 Thread 4: Session + Transaction 87 Thread 2: Session + Transaction 86 Thread 1: Session + Transaction 87 Thread 0: Session + Transaction 85 Thread 3: Session + Transaction 84 Thread 4: Session + Transaction 88 Thread 2: Session + Transaction 87 Thread 1: Session + Transaction 88 Thread 0: Session + Transaction 86 Thread 3: Session + Transaction 85 Thread 4: Session + Transaction 89 Thread 1: Session + Transaction 89 Thread 2: Session + Transaction 88 Thread 0: Session + Transaction 87 Thread 4: Session + Transaction 90 Thread 3: Session + Transaction 86 Thread 2: Session + Transaction 89 Thread 1: Session + Transaction 90 Thread 0: Session + Transaction 88 Thread 4: Session + Transaction 91 Thread 2: Session + Transaction 90 Thread 3: Session + Transaction 87 Thread 1: Session + Transaction 91 Thread 0: Session + Transaction 89 Thread 4: Session + Transaction 92 Thread 2: Session + Transaction 91 Thread 1: Session + Transaction 92 Thread 3: Session + Transaction 88 Thread 0: Session + Transaction 90 Thread 4: Session + Transaction 93 Thread 1: Session + Transaction 93 Thread 2: Session + Transaction 92 Thread 0: Session + Transaction 91 Thread 3: Session + Transaction 89 Thread 4: Session + Transaction 94 Thread 1: Session + Transaction 94 Thread 2: Session + Transaction 93 Thread 0: Session + Transaction 92 Thread 3: Session + Transaction 90 Thread 4: Session + Transaction 95 Thread 1: Session + Transaction 95 Thread 2: Session + Transaction 94 Thread 0: Session + Transaction 93 Thread 1: Session + Transaction 96 Thread 3: Session + Transaction 91 Thread 4: Session + Transaction 96 Thread 2: Session + Transaction 95 Thread 0: Session + Transaction 94 Thread 4: Session + Transaction 97 Thread 2: Session + Transaction 96 Thread 1: Session + Transaction 97 Thread 2: Session + Transaction 97 Thread 3: Session + Transaction 92 Thread 0: Session + Transaction 95 Thread 4: Session + Transaction 98 Thread 1: Session + Transaction 98 Thread 2: Session + Transaction 98 Thread 0: Session + Transaction 96 Thread 3: Session + Transaction 93 Thread 4: Session + Transaction 99 Thread 1: Session + Transaction 99 Thread 4: Done Thread 1: Done Thread 0: Session + Transaction 97 Thread 2: Session + Transaction 99 Thread 2: Done Thread 3: Session + Transaction 94 Thread 0: Session + Transaction 98 Thread 3: Session + Transaction 95 Thread 0: Session + Transaction 99 Thread 0: Done Thread 3: Session + Transaction 96 Thread 3: Session + Transaction 97 Thread 3: Session + Transaction 98 Thread 3: Session + Transaction 99 Thread 3: Done ******************************************************* TransactionTest.testCreateManyTransactions [MEM-branching, JVM, Legacy] ******************************************************* Opening session Transaction 0 (0) Transaction 1 (6) Transaction 2 (1) Transaction 3 (2) Transaction 4 (1) Transaction 5 (1) Transaction 6 (2) Transaction 7 (1) Transaction 8 (1) Transaction 9 (1) Transaction 10 (1) Transaction 11 (1) Transaction 12 (2) Transaction 13 (1) Transaction 14 (1) Transaction 15 (1) Transaction 16 (1) Transaction 17 (1) Transaction 18 (1) Transaction 19 (1) Transaction 20 (1) Transaction 21 (1) Transaction 22 (1) Transaction 23 (2) Transaction 24 (1) Transaction 25 (1) Transaction 26 (1) Transaction 27 (1) Transaction 28 (2) Transaction 29 (1) Transaction 30 (1) Transaction 31 (1) Transaction 32 (1) Transaction 33 (1) Transaction 34 (2) Transaction 35 (1) Transaction 36 (1) Transaction 37 (1) Transaction 38 (1) Transaction 39 (1) Transaction 40 (2) Transaction 41 (1) Transaction 42 (20) Transaction 43 (1) Transaction 44 (2) Transaction 45 (1) Transaction 46 (1) Transaction 47 (1) Transaction 48 (1) Transaction 49 (2) Transaction 50 (1) Transaction 51 (1) Transaction 52 (1) Transaction 53 (13) Transaction 54 (1) Transaction 55 (2) Transaction 56 (1) Transaction 57 (1) Transaction 58 (1) Transaction 59 (1) Transaction 60 (1) Transaction 61 (2) Transaction 62 (1) Transaction 63 (1) Transaction 64 (1) Transaction 65 (1) Transaction 66 (2) Transaction 67 (1) Transaction 68 (1) Transaction 69 (1) Transaction 70 (1) Transaction 71 (2) Transaction 72 (1) Transaction 73 (1) Transaction 74 (1) Transaction 75 (2) Transaction 76 (1) Transaction 77 (1) Transaction 78 (1) Transaction 79 (1) Transaction 80 (2) Transaction 81 (1) Transaction 82 (1) Transaction 83 (1) Transaction 84 (1) Transaction 85 (2) Transaction 86 (1) Transaction 87 (1) Transaction 88 (1) Transaction 89 (1) Transaction 90 (2) Transaction 91 (1) Transaction 92 (1) Transaction 93 (1) Transaction 94 (1) Transaction 95 (1) Transaction 96 (2) Transaction 97 (1) Transaction 98 (1) Transaction 99 (1) ******************************************************* TransactionTest.testLastUpdateTime [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* TransactionTest.testLongCommit [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* TransactionTest.testManualRollbackOnConflictException [MEM-branching, JVM, Legacy] ******************************************************* After transaction1.commit(): Category@OID4:0v2 Before transaction2.commit(): Category@OID4:0v1 Before transaction2.rollback(): Category@OID4:0v1 After transaction2.rollback(): Category@OID4:0v2 Before transaction2.commit(): * Category@OID4:0v2 name = CDOFeatureDelta[name, SET, value=session2, oldValue=session1] After transaction2.commit(): Category@OID4:0v3 ******************************************************* TransactionTest.testPushModeDeltas [MEM-branching, JVM, Legacy] ******************************************************* Creating category1 Creating company Adding categories [INFO] Using /tmp/cdo_tx_2_1__845303578245929450.tmp for push transaction repo1:2:1 Creating category2 Creating category3 [INFO] Using /tmp/cdo_tx_2_1__845303578245929450.tmp for push transaction repo1:2:2 ******************************************************* TransactionTest.testPushModeNewObjects [MEM-branching, JVM, Legacy] ******************************************************* Creating category1 Creating category2 Creating category3 Creating company Adding categories [INFO] Using /tmp/cdo_tx_2_1__2259531155352473679.tmp for push transaction repo1:2:1 [INFO] Using /tmp/cdo_tx_2_1__2259531155352473679.tmp for push transaction repo1:2:2 ******************************************************* TransactionTest.testReattachCommit [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* TransactionTest.testReattachCommitWithSavepoints [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* TransactionTest.testReattachModifyCommit [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* TransactionTest.testReattachModifyCommitWithSavepoints [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* TransactionTest.testRevertTo [MEM-branching, JVM, Legacy] ******************************************************* Commit 1714713117409 --> Eclipse 0 Commit 1714713117410 --> Eclipse 1 Commit 1714713117411 --> Eclipse 2 Commit 1714713117412 --> Eclipse 3 Commit 1714713117413 --> Eclipse 4 Commit 1714713117414 --> Eclipse 5 Commit 1714713117415 --> Eclipse 6 Commit 1714713117416 --> Eclipse 7 Commit 1714713117418 --> Eclipse 8 Commit 1714713117419 --> Eclipse 9 Commit 1714713117420 --> Eclipse 10 Revert 1714713117419 --> Eclipse 9 Revert 1714713117418 --> Eclipse 8 Revert 1714713117416 --> Eclipse 7 Revert 1714713117415 --> Eclipse 6 Revert 1714713117414 --> Eclipse 5 Revert 1714713117413 --> Eclipse 4 Revert 1714713117412 --> Eclipse 3 Revert 1714713117411 --> Eclipse 2 Revert 1714713117410 --> Eclipse 1 Revert 1714713117409 --> Eclipse 0 ******************************************************* TransactionTest.testRollbackWithNotification [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* UnsetTest.testIsSetBoolean [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* UnsetTest.testIsSetByte [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* UnsetTest.testIsSetChar [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* UnsetTest.testIsSetDate [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* UnsetTest.testIsSetDouble [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* UnsetTest.testIsSetElement [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* UnsetTest.testIsSetFloat [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* UnsetTest.testIsSetLong [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* UnsetTest.testIsSetMultipleTimes [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* UnsetTest.testIsSetShort [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* UnsetTest.testIsSetString [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* UnsetTest.testIsSetVAT [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* UnsetTest.testReadDefaultValue [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* UnsetTest.testUnsetNonDefaultValue [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* UnsetTest.testUnsettableBaseTypeVsObjectType [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* UnsetTest.testUnsettableObject [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* UnsetTest.testWriteDefaultValue [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* UnsetTest.testWriteNonDefaultValue [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* ViewProviderTest.testConnectionAware [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* ViewProviderTest.testNet4jViewProvider [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* ViewProviderTest.testNormal [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* ViewProviderTest.testPluginViewProvider [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* ViewProviderTest.testSerialize [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* ViewProviderTest.testURIs [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* ViewTest.testCacheReferences [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* ViewTest.testContextify [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* ViewTest.testContextifyDifferentRepository [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* ViewTest.testContextifySameRepository [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* ViewTest.testDeactivateWithSession [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* ViewTest.testExternalResourceSet [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* ViewTest.testGetOrCreateResource [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* ViewTest.testHasResource [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* ViewTest.testIsObjectRegisteredWithNull [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* ViewTest.testNonUniqueResourceContents [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* ViewTest.testUniqueResourceContents [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* ViewTest.testViewNotifiesDeactivation [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* XATransactionTest.testCommitFromTransactionDisabled [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* XATransactionTest.testRollback [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* XATransactionTest.testRollback_AfterSetpoint [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* XATransactionTest.test_ExceptionInReadingStream [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* XRefTest.testCrossReferenceMultivalueEReferenceQuery [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* XRefTest.testLocallyDetachedTarget [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* XRefTest.testSpecificReferences0 [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* XRefTest.testSpecificReferences1 [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* XRefTest.testSpecificReferences2 [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* XRefTest.testXRefsToMany [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* XRefTest.testXRefsToOne [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_241464_Test.testBugzilla_241464 [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_243310_Test.testBugzilla_243310 [MEM-branching, JVM, Legacy] ******************************************************* [ERROR] Not active: SignalProtocol[cdo] org.eclipse.net4j.util.lifecycle.LifecycleException: Not active: SignalProtocol[cdo] at org.eclipse.net4j.util.lifecycle.LifecycleUtil.checkActive(LifecycleUtil.java:102) at org.eclipse.net4j.signal.Signal.getProtocol(Signal.java:104) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerIndication.getProtocol(CDOServerIndication.java:54) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerIndication.getProtocol(CDOServerIndication.java:1) at org.eclipse.net4j.signal.IndicationWithResponse.sendExceptionSignal(IndicationWithResponse.java:105) at org.eclipse.net4j.signal.IndicationWithResponse.execute(IndicationWithResponse.java:78) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerReadIndication.execute(CDOServerReadIndication.java:36) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) ******************************************************* Bugzilla_246442_Test.testBugzilla_246442 [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_246622_Test.testContainerAndMany [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_246622_Test.testSet [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_247141_Test.testBehaviorOnUncommittedObjects [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_247141_Test.testContentAdapterBehavior [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_248124_Test.testBugzilla_248124_getResourceWithCommit [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_248124_Test.testBugzilla_248124_getResourceWithoutCommit [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_248124_Test.testBugzilla_248124_hasResourceWithCommit [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_248124_Test.testBugzilla_248124_hasResourceWithoutCommit [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_248915_Test.testBugzilla_248915_DuplicateID [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_248915_Test.testBugzilla_248915_IncompleteResource [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_250036_Test.testBugzilla_250036_Invalidation [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_250757_Test.testAddAndModifyAndRemoveFromPersistedList [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_250757_Test.testAddAndMoveAndRemoveFromPersistedList [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_250757_Test.testAddAndMoveAndRemoveFromPersistedListWithManySavePoint [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_250757_Test.testAddAndMoveAndRemoveFromPersistedListWithSavePoint [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_250757_Test.testAddAndRemoveFromPersistedList [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_250910_Test.testBugzilla_250910 [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_251087_Test.testSubscription [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_251263_Test.testEOpposite_AdjustMany [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_251263_Test.testEOpposite_AdjustMany_Persisted [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_251263_Test.testEOpposite_AdjustSingleRef [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_251263_Test.testEOpposite_AdjustSingleRef_NoCommit [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_251544_Test.testFromPersistedToTransient [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_251544_Test.testFromTransientToPersisted [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_251752_Test.testBug_251752 [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_251752_Test.testBug_251752_XA [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_252214_Test.testBugzilla_252214 [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_252909_Test.testBugzilla_252909 [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_254489_Test.testBugzilla_254489 [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_255662_Test.testBugzilla_255662 [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_256141_Test.testBugzilla_256141 [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_258278_Test.testBugzilla_258278 [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_258850_Test.testBugzilla_258278 [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_258933_Test.testBugzilla_258278_List [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_258933_Test.testBugzilla_258933 [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_258933_Test.testBugzilla_258933_SetToDefaultValue [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_258933_Test.testBugzilla_258933_String [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_258933_Test.testBugzilla_258933_String_SetToDefaultValue [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_258933_Test.testBugzilla_258933_String_SetToDefaultValue_unsettable [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_258933_Test.testBugzilla_258933_String_SetToNull [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_258933_Test.testBugzilla_258933_String_SetToNull_unsettable [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_258933_Test.testBugzilla_258933_String_unsettable [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_259695_Test.testBugzilla_259695_ClassCast [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_259949_Test.testBugzilla_259949 [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_260756_Test.testBugzilla_260756 [MEM-branching, JVM, Legacy] ******************************************************* http://www.eclipse.org/emf/CDO/tests/legacy/model1/1.0.0 ******************************************************* Bugzilla_260764_Test.testBugzilla_260764 [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_261218_Test.testBugzilla_261218_Containment [MEM-branching, JVM, Legacy] ******************************************************* Adding... Committing... Removing... Committing... ******************************************************* Bugzilla_265114_Test.testResourceSet [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_266857_Test.testBugzilla_266857 [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_266982_Test.testBugzilla_266982 [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_267050_Test.testBugzilla_267050 [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_270429_Test.testTwoWayReferenceDeletion [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_272861_Test.test_Bugzilla_271861_Case1 [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_273233_Test.test_Bugzilla_273233_Simple [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_273233_Test.test_Bugzilla_273233_TwoSessions [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_273233_Test.test_Bugzilla_273233_TwoSessionsWithClearCache [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_273565_Test.testBugzilla_273565_NoThreads [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_273758_Test.test_export_resource_contents [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_276696_Test.testModifiedUnset [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_278900_Test.testBugzilla_278900 [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_279565_Test.testBugzilla_279565 [MEM-branching, JVM, Legacy] ******************************************************* [DEBUG] Problem while deactivating Transaction 1 [closed] java.lang.IllegalStateException: Simulated exception at org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_279565_Test$1.notifyChanged(Bugzilla_279565_Test.java:44) at org.eclipse.emf.common.notify.impl.BasicNotifierImpl.eNotify(BasicNotifierImpl.java:424) at org.eclipse.emf.common.notify.impl.NotifyingListImpl.dispatchNotification(NotifyingListImpl.java:261) at org.eclipse.emf.common.notify.impl.NotifyingListImpl.removeAll(NotifyingListImpl.java:954) at org.eclipse.emf.internal.cdo.view.CDOViewSetImpl.remove(CDOViewSetImpl.java:234) at org.eclipse.emf.internal.cdo.view.CDOViewImpl.doBeforeDeactivate(CDOViewImpl.java:1661) at org.eclipse.net4j.util.lifecycle.Lifecycle.internalDeactivate(Lifecycle.java:142) at org.eclipse.net4j.util.lifecycle.Lifecycle.deactivate(Lifecycle.java:208) at org.eclipse.net4j.util.lifecycle.LifecycleUtil.deactivate(LifecycleUtil.java:254) at org.eclipse.net4j.util.lifecycle.LifecycleUtil.deactivate(LifecycleUtil.java:244) at org.eclipse.net4j.util.lifecycle.LifecycleUtil.deactivate(LifecycleUtil.java:271) at org.eclipse.emf.internal.cdo.view.AbstractCDOView.close(AbstractCDOView.java:3006) at org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_279565_Test.testBugzilla_279565(Bugzilla_279565_Test.java:57) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at junit.framework.TestCase.runTest(TestCase.java:177) at org.eclipse.net4j.util.tests.AbstractOMTest.access$0(AbstractOMTest.java:1) at org.eclipse.net4j.util.tests.AbstractOMTest$3.execute(AbstractOMTest.java:315) at org.eclipse.net4j.internal.util.test.TestExecuter.execute(TestExecuter.java:40) at org.eclipse.net4j.util.tests.AbstractOMTest.runBare(AbstractOMTest.java:301) at org.eclipse.emf.cdo.tests.config.impl.ConfigTest.runBare(ConfigTest.java:648) at junit.framework.TestResult$1.protect(TestResult.java:122) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.framework.TestResult.run(TestResult.java:125) at junit.framework.TestCase.run(TestCase.java:130) at org.eclipse.net4j.util.tests.AbstractOMTest.run(AbstractOMTest.java:375) at junit.framework.TestSuite.runTest(TestSuite.java:241) at org.eclipse.emf.cdo.tests.config.impl.ConfigTestSuite$TestClassWrapper.runTest(ConfigTestSuite.java:231) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at org.eclipse.emf.cdo.tests.config.impl.ConfigTestSuite$MainSuite.run(ConfigTestSuite.java:166) at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:364) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:237) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:158) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.apache.maven.surefire.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:167) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:142) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:28) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:679) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:616) at org.eclipse.equinox.launcher.Main.run(Main.java:1492) at org.eclipse.equinox.launcher.Main.main(Main.java:1465) ******************************************************* Bugzilla_279565_Test.testBugzilla_279565_AddedFromRemote [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_279565_Test.testBugzilla_279565_OwnResourceSet [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_279565_Test.testBugzilla_279565_TXListener [MEM-branching, JVM, Legacy] ******************************************************* [WARN] org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_279565_Test$3@1acdbb4e failed to process CDOTransactionStartedEvent[source=Transaction 1 [MAIN]]: java.lang.IllegalStateException: Simulated exception java.lang.IllegalStateException: Simulated exception at org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_279565_Test$3.notifyEvent(Bugzilla_279565_Test.java:92) at org.eclipse.net4j.util.event.Notifier.fireEventSafe(Notifier.java:240) at org.eclipse.net4j.util.event.Notifier.fireEvent(Notifier.java:167) at org.eclipse.emf.internal.cdo.transaction.CDOTransactionImpl.setDirty(CDOTransactionImpl.java:481) at org.eclipse.emf.internal.cdo.transaction.CDOTransactionImpl.registerNew(CDOTransactionImpl.java:2805) at org.eclipse.emf.internal.cdo.transaction.CDOTransactionImpl.registerDirty(CDOTransactionImpl.java:2790) at org.eclipse.emf.internal.cdo.view.CDOStateMachine$WriteTransition.execute(CDOStateMachine.java:1280) at org.eclipse.emf.internal.cdo.view.CDOStateMachine$AbstractWriteTransition.execute(CDOStateMachine.java:1208) at org.eclipse.emf.internal.cdo.view.CDOStateMachine$WriteTransition.execute(CDOStateMachine.java:1254) at org.eclipse.emf.internal.cdo.view.CDOStateMachine$AbstractWriteTransition.execute(CDOStateMachine.java:1) at org.eclipse.net4j.util.fsm.FiniteStateMachine.process(FiniteStateMachine.java:169) at org.eclipse.emf.internal.cdo.view.CDOStateMachine.writeUnsynced(CDOStateMachine.java:440) at org.eclipse.emf.internal.cdo.view.CDOStateMachine.write(CDOStateMachine.java:418) at org.eclipse.emf.internal.cdo.view.CDOStoreImpl.writeRevision(CDOStoreImpl.java:1021) at org.eclipse.emf.internal.cdo.view.CDOStoreImpl.add(CDOStoreImpl.java:676) at org.eclipse.emf.ecore.impl.EStoreEObjectImpl$BasicEStoreEList.delegateAdd(EStoreEObjectImpl.java:188) at org.eclipse.emf.ecore.impl.EStoreEObjectImpl$BasicEStoreEList.delegateAdd(EStoreEObjectImpl.java:194) at org.eclipse.emf.common.util.DelegatingEList.addUnique(DelegatingEList.java:308) at org.eclipse.emf.common.notify.impl.DelegatingNotifyingListImpl.doAddUnique(DelegatingNotifyingListImpl.java:317) at org.eclipse.emf.common.notify.impl.DelegatingNotifyingListImpl.addUnique(DelegatingNotifyingListImpl.java:301) at org.eclipse.emf.common.util.AbstractEList.add(AbstractEList.java:304) at org.eclipse.emf.internal.cdo.transaction.CDOTransactionImpl.attachNewResourceNode(CDOTransactionImpl.java:1497) at org.eclipse.emf.internal.cdo.transaction.CDOTransactionImpl.getOrCreateResourceFolder(CDOTransactionImpl.java:1463) at org.eclipse.emf.internal.cdo.transaction.CDOTransactionImpl.attachNewResource(CDOTransactionImpl.java:1401) at org.eclipse.emf.internal.cdo.transaction.CDOTransactionImpl.attachResource(CDOTransactionImpl.java:1385) at org.eclipse.emf.cdo.eresource.impl.CDOResourceImpl.basicSetResourceSet(CDOResourceImpl.java:1718) at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl$ResourcesEList.inverseAdd(ResourceSetImpl.java:586) at org.eclipse.emf.common.notify.impl.NotifyingListImpl.addUnique(NotifyingListImpl.java:286) at org.eclipse.emf.common.util.AbstractEList.add(AbstractEList.java:304) at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.createResource(ResourceSetImpl.java:435) at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.createResource(ResourceSetImpl.java:423) at org.eclipse.emf.internal.cdo.transaction.CDOTransactionImpl.createResource(CDOTransactionImpl.java:1206) at org.eclipse.emf.internal.cdo.transaction.CDOTransactionImpl.getOrCreateResource(CDOTransactionImpl.java:1238) at org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_279565_Test.testBugzilla_279565_TXListener(Bugzilla_279565_Test.java:96) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at junit.framework.TestCase.runTest(TestCase.java:177) at org.eclipse.net4j.util.tests.AbstractOMTest.access$0(AbstractOMTest.java:1) at org.eclipse.net4j.util.tests.AbstractOMTest$3.execute(AbstractOMTest.java:315) at org.eclipse.net4j.internal.util.test.TestExecuter.execute(TestExecuter.java:40) at org.eclipse.net4j.util.tests.AbstractOMTest.runBare(AbstractOMTest.java:301) at org.eclipse.emf.cdo.tests.config.impl.ConfigTest.runBare(ConfigTest.java:648) at junit.framework.TestResult$1.protect(TestResult.java:122) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.framework.TestResult.run(TestResult.java:125) at junit.framework.TestCase.run(TestCase.java:130) at org.eclipse.net4j.util.tests.AbstractOMTest.run(AbstractOMTest.java:375) at junit.framework.TestSuite.runTest(TestSuite.java:241) at org.eclipse.emf.cdo.tests.config.impl.ConfigTestSuite$TestClassWrapper.runTest(ConfigTestSuite.java:231) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at org.eclipse.emf.cdo.tests.config.impl.ConfigTestSuite$MainSuite.run(ConfigTestSuite.java:166) at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:364) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:237) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:158) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.apache.maven.surefire.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:167) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:142) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:28) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:679) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:616) at org.eclipse.equinox.launcher.Main.run(Main.java:1492) at org.eclipse.equinox.launcher.Main.main(Main.java:1465) [WARN] org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_279565_Test$3@1acdbb4e failed to process LifecycleEvent[source=Transaction 1 [MAIN], kind=ABOUT_TO_DEACTIVATE]: java.lang.IllegalStateException: Simulated exception java.lang.IllegalStateException: Simulated exception at org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_279565_Test$3.notifyEvent(Bugzilla_279565_Test.java:92) at org.eclipse.net4j.util.event.Notifier.fireEventSafe(Notifier.java:240) at org.eclipse.net4j.util.event.Notifier.fireEvent(Notifier.java:167) at org.eclipse.net4j.util.lifecycle.Lifecycle.internalDeactivate(Lifecycle.java:147) at org.eclipse.net4j.util.lifecycle.Lifecycle.deactivate(Lifecycle.java:208) at org.eclipse.net4j.util.lifecycle.LifecycleUtil.deactivate(LifecycleUtil.java:254) at org.eclipse.net4j.util.lifecycle.LifecycleUtil.deactivate(LifecycleUtil.java:244) at org.eclipse.net4j.util.lifecycle.LifecycleUtil.deactivate(LifecycleUtil.java:271) at org.eclipse.emf.internal.cdo.view.AbstractCDOView.close(AbstractCDOView.java:3006) at org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_279565_Test.testBugzilla_279565_TXListener(Bugzilla_279565_Test.java:97) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at junit.framework.TestCase.runTest(TestCase.java:177) at org.eclipse.net4j.util.tests.AbstractOMTest.access$0(AbstractOMTest.java:1) at org.eclipse.net4j.util.tests.AbstractOMTest$3.execute(AbstractOMTest.java:315) at org.eclipse.net4j.internal.util.test.TestExecuter.execute(TestExecuter.java:40) at org.eclipse.net4j.util.tests.AbstractOMTest.runBare(AbstractOMTest.java:301) at org.eclipse.emf.cdo.tests.config.impl.ConfigTest.runBare(ConfigTest.java:648) at junit.framework.TestResult$1.protect(TestResult.java:122) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.framework.TestResult.run(TestResult.java:125) at junit.framework.TestCase.run(TestCase.java:130) at org.eclipse.net4j.util.tests.AbstractOMTest.run(AbstractOMTest.java:375) at junit.framework.TestSuite.runTest(TestSuite.java:241) at org.eclipse.emf.cdo.tests.config.impl.ConfigTestSuite$TestClassWrapper.runTest(ConfigTestSuite.java:231) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at org.eclipse.emf.cdo.tests.config.impl.ConfigTestSuite$MainSuite.run(ConfigTestSuite.java:166) at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:364) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:237) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:158) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.apache.maven.surefire.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:167) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:142) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:28) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:679) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:616) at org.eclipse.equinox.launcher.Main.run(Main.java:1492) at org.eclipse.equinox.launcher.Main.main(Main.java:1465) [WARN] org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_279565_Test$3@1acdbb4e failed to process LifecycleEvent[source=Transaction 1 [closed], kind=DEACTIVATED]: java.lang.IllegalStateException: Simulated exception java.lang.IllegalStateException: Simulated exception at org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_279565_Test$3.notifyEvent(Bugzilla_279565_Test.java:92) at org.eclipse.net4j.util.event.Notifier.fireEventSafe(Notifier.java:240) at org.eclipse.net4j.util.event.Notifier.fireEvent(Notifier.java:167) at org.eclipse.net4j.util.lifecycle.Lifecycle.internalDeactivate(Lifecycle.java:165) at org.eclipse.net4j.util.lifecycle.Lifecycle.deactivate(Lifecycle.java:208) at org.eclipse.net4j.util.lifecycle.LifecycleUtil.deactivate(LifecycleUtil.java:254) at org.eclipse.net4j.util.lifecycle.LifecycleUtil.deactivate(LifecycleUtil.java:244) at org.eclipse.net4j.util.lifecycle.LifecycleUtil.deactivate(LifecycleUtil.java:271) at org.eclipse.emf.internal.cdo.view.AbstractCDOView.close(AbstractCDOView.java:3006) at org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_279565_Test.testBugzilla_279565_TXListener(Bugzilla_279565_Test.java:97) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at junit.framework.TestCase.runTest(TestCase.java:177) at org.eclipse.net4j.util.tests.AbstractOMTest.access$0(AbstractOMTest.java:1) at org.eclipse.net4j.util.tests.AbstractOMTest$3.execute(AbstractOMTest.java:315) at org.eclipse.net4j.internal.util.test.TestExecuter.execute(TestExecuter.java:40) at org.eclipse.net4j.util.tests.AbstractOMTest.runBare(AbstractOMTest.java:301) at org.eclipse.emf.cdo.tests.config.impl.ConfigTest.runBare(ConfigTest.java:648) at junit.framework.TestResult$1.protect(TestResult.java:122) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.framework.TestResult.run(TestResult.java:125) at junit.framework.TestCase.run(TestCase.java:130) at org.eclipse.net4j.util.tests.AbstractOMTest.run(AbstractOMTest.java:375) at junit.framework.TestSuite.runTest(TestSuite.java:241) at org.eclipse.emf.cdo.tests.config.impl.ConfigTestSuite$TestClassWrapper.runTest(ConfigTestSuite.java:231) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at org.eclipse.emf.cdo.tests.config.impl.ConfigTestSuite$MainSuite.run(ConfigTestSuite.java:166) at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:364) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:237) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:158) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.apache.maven.surefire.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:167) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:142) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:28) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:679) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:616) at org.eclipse.equinox.launcher.Main.run(Main.java:1492) at org.eclipse.equinox.launcher.Main.main(Main.java:1465) ******************************************************* Bugzilla_280102_Test.testRootResourceInReadOnlyView [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_280102_Test.testRootResourceInTransaction [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_283131_Test.testRollbackManyConflictNotification [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_283131_Test.testRollbackManyNotification [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_283131_Test.testRollbackSingleAddNotification [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_283131_Test.testRollbackSingleConflictNotification [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_283131_Test.testRollbackSingleNotification [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_283131_Test.testRollbackSingleRemoveNotification [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_283985_1_Test.testBugzilla283985_DragAndDropMultiple [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_283985_1_Test.testBugzilla283985_DragAndDropMultipleMultiparent [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_283985_1_Test.testBugzilla283985_DragAndDropSingle [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_283985_1_Test.testBugzilla283985_PlainMultiple [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_283985_1_Test.testBugzilla283985_PlainSingle [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_283985_1_Test.testBugzilla283985_RemoveAndAddMultiple [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_283985_1_Test.testBugzilla283985_RemoveAndAddSingle [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_283985_1_Test.testCanDaDmoreThanOnce [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_283985_1_Test.testCanReattachDirtyObject [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_283985_1_Test.testEReferencesCorrupted [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_283985_2_Test.testMoveOnce [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_283985_2_Test.testMoveOnceAndBack [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_283985_3_Test.test4 [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_285008_Test.testCDO_crossReferences [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_285008_Test.testCDO_isSet [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_293283_Test.test1 [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_293283_Test.test2 [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_293283_Test.test3 [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_293283_Test.test4 [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_293283_Test.test5 [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_293283_Test.test6 [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_294859_Test.test [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_296561_Test.testBugzilla_296561 [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_296561_Test.testBugzilla_296561__checkTransactionObjects [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_297491_Test.testCreateAndChangeTags [MEM-branching, JVM, Legacy] ******************************************************* SKIPPING RESTART!!! ContainerEvent[source=CDOTagListImpl, ADDED=BranchTag[tag3, Branch[id=0, name=MAIN], 2024-05-03 05:12:08.690]] ContainerEvent[source=CDOTagListImpl, ADDED=BranchTag[tag3, Branch[id=0, name=MAIN], 2024-05-03 05:12:08.690]] TagRenamedEventImpl[source=CDOTagListImpl, tag=BranchTag[renamed, Branch[id=0, name=MAIN], 2024-05-03 05:12:08.690], oldName=tag3, newName=renamed] TagRenamedEventImpl[source=CDOTagListImpl, tag=BranchTag[renamed, Branch[id=0, name=MAIN], 2024-05-03 05:12:08.690], oldName=tag3, newName=renamed] ContainerEvent[source=CDOTagListImpl, REMOVED=BranchTag[renamed, null, *]] ContainerEvent[source=CDOTagListImpl, REMOVED=BranchTag[renamed, null, *]] ******************************************************* Bugzilla_297491_Test.testLoadTags [MEM-branching, JVM, Legacy] ******************************************************* Branch manager 2 started with modCount=1 [ERROR] Session4 [repo1] is inactive in org.eclipse.emf.cdo.internal.net4j.protocol.TagNotificationIndication org.eclipse.net4j.util.lifecycle.LifecycleException: Session4 [repo1] is inactive in org.eclipse.emf.cdo.internal.net4j.protocol.TagNotificationIndication at org.eclipse.emf.cdo.internal.net4j.protocol.CDOClientIndication.indicating(CDOClientIndication.java:72) at org.eclipse.net4j.signal.Indication.doExtendedInput(Indication.java:57) at org.eclipse.net4j.signal.Signal.doInput(Signal.java:434) at org.eclipse.net4j.signal.Indication.execute(Indication.java:51) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) Caused by: org.eclipse.net4j.util.lifecycle.LifecycleException: Not active: Session4 [repo1] at org.eclipse.net4j.util.lifecycle.LifecycleUtil.checkActive(LifecycleUtil.java:102) at org.eclipse.emf.cdo.internal.net4j.protocol.CDOClientIndication.indicating(CDOClientIndication.******************************************************* Bugzilla_298561_Test.testDirty [MEM-branching, JVM, Legacy] ******************************************************* java:68) ... 9 more ******************************************************* Bugzilla_298561_Test.testDirtyMulti [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_298561_Test.testNew [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_298561_Test.testNewMulti [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_299190_Test.testGenRefSingleContainedUnidirectionalCDO [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_299190_Test.testGenRefSingleContainedUnidirectionalResourceFirstCDO [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_302233_Test.testRemove [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_302233_Test.testUnset [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_302233_Test.testUnset2 [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_302414_Test.test1 [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_302414_Test.test2 [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_303466_Test.test_badUris [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_303466_Test.test_missingDependency [MEM-branching, JVM, Legacy] ******************************************************* [WARN] Package == null for null ******************************************************* Bugzilla_303807_Test.testBugzilla_303807 [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_305527_Test.testAvoidReferencingDifferentViews [MEM-branching, JVM, Legacy] ******************************************************* java.lang.IllegalArgumentException: Object CDOLegacyAdapter[MangoValueImpl@OID4] is managed by a view with different target: View 2 [MAIN, 2024-05-03 05:12:09.143] at org.eclipse.emf.internal.cdo.view.AbstractCDOView.getID(AbstractCDOView.java:2363) at org.eclipse.emf.internal.cdo.transaction.CDOTransactionImpl.getID(CDOTransactionImpl.java:3806) at org.eclipse.emf.internal.cdo.view.AbstractCDOView.convertObjectToID(AbstractCDOView.java:2313) at org.eclipse.emf.internal.cdo.view.CDOStoreImpl.convertToCDOUnsynced(CDOStoreImpl.java:890) at org.eclipse.emf.internal.cdo.view.CDOStoreImpl.convertToCDO(CDOStoreImpl.java:864) at org.eclipse.emf.internal.cdo.CDOObjectImpl.instanceToRevisionFeature(CDOObjectImpl.java:1818) at org.eclipse.emf.internal.cdo.object.CDOLegacyWrapper.instanceToRevisionFeature(CDOLegacyWrapper.java:498) at org.eclipse.emf.internal.cdo.object.CDOLegacyWrapper.instanceToRevision(CDOLegacyWrapper.java:466) at org.eclipse.emf.internal.cdo.object.CDOLegacyWrapper.cdoInternalPostAttach(CDOLegacyWrapper.java:281) at org.eclipse.emf.internal.cdo.view.CDOStateMachine$AttachTransition.execute(CDOStateMachine.java:949) at org.eclipse.emf.internal.cdo.view.CDOStateMachine$AttachTransition.execute(CDOStateMachine.java:1) at org.eclipse.net4j.util.fsm.FiniteStateMachine.process(FiniteStateMachine.java:169) at org.eclipse.emf.internal.cdo.view.CDOStateMachine.attachObject(CDOStateMachine.java:275) at org.eclipse.emf.internal.cdo.view.CDOStateMachine.attachOrReattach(CDOStateMachine.java:248) at org.eclipse.emf.internal.cdo.view.CDOStateMachine.attach(CDOStateMachine.java:224) at org.eclipse.emf.cdo.eresource.impl.CDOResourceImpl.attached(CDOResourceImpl.java:1657) at org.eclipse.emf.cdo.eresource.impl.CDOResourceImpl.access$0(CDOResourceImpl.java:1655) at org.eclipse.emf.cdo.eresource.impl.CDOResourceImpl$ContentsCDOList.inverseAdd(CDOResourceImpl.java:2076) at org.eclipse.emf.common.notify.impl.DelegatingNotifyingListImpl.addUnique(DelegatingNotifyingListImpl.java:304) at org.eclipse.emf.common.util.AbstractEList.add(AbstractEList.java:304) at org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_305527_Test.testAvoidReferencingDifferentViews(Bugzilla_305527_Test.java:62) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at junit.framework.TestCase.runTest(TestCase.java:177) at org.eclipse.net4j.util.tests.AbstractOMTest.access$0(AbstractOMTest.java:1) at org.eclipse.net4j.util.tests.AbstractOMTest$3.execute(AbstractOMTest.java:315) at org.eclipse.net4j.internal.util.test.TestExecuter.execute(TestExecuter.java:40) at org.eclipse.net4j.util.tests.AbstractOMTest.runBare(AbstractOMTest.java:301) at org.eclipse.emf.cdo.tests.config.impl.ConfigTest.runBare(ConfigTest.java:648) at junit.framework.TestResult$1.protect(TestResult.java:122) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.framework.TestResult.run(TestResult.java:125) at junit.framework.TestCase.run(TestCase.java:130) at org.eclipse.net4j.util.tests.AbstractOMTest.run(AbstractOMTest.java:375) at junit.framework.TestSuite.runTest(TestSuite.java:241) at org.eclipse.emf.cdo.tests.config.impl.ConfigTestSuite$TestClassWrapper.runTest(ConfigTestSuite.java:231) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at org.eclipse.emf.cdo.tests.config.impl.ConfigTestSuite$MainSuite.run(ConfigTestSuite.java:166) at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:364) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:237) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:158) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.apache.maven.surefire.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:167) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:142) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:28) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:679) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:616) at org.eclipse.equinox.launcher.Main.run(Main.java:1492) at org.eclipse.equinox.launcher.Main.main(Main.java:1465) ******************************************************* Bugzilla_306710_Test.testBugzilla_306710_addRemove [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_306710_Test.testBugzilla_306710_remove [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_306998_Test.testValidEENumLiteral [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_308895_Test.testCustomDefaultDefault [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_308895_Test.testCustomDefaultInvalidLiteral [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_308895_Test.testCustomDefaultLiteral [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_308895_Test.testCustomRegular [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_310574_Test.testAddAndModifyAndRemoveFromPersistedList [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_310574_Test.testAddAndRemoveWithNull [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_310574_Test.testAddMoveMoveRemove [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_310574_Test.testAddRemoveWithAdditionalAdds [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_310574_Test.testAddRemoveWithAdditionalMoves [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_310574_Test.testListChanges01 [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_310574_Test.testListChanges02 [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_310574_Test.testListChanges03 [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_310574_Test.testListChanges04 [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_310574_Test.testListChanges05 [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_310574_Test.testListChanges06 [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_310574_Test.testListChanges07 [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_310574_Test.testMultipleMove [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_310574_Test.testOptimizeAddAndRemove [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_310574_Test.testOptimizeAddRemove [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_310574_Test.testOptimizeInterleavedAddMoveAndRemove [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_310574_Test.testOptimizeInterleavedAddRemove [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_310574_Test.testOptimizeMove [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_310574_Test.testRemoveAdd [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_310574_Test.testRemoveFromContainerThenFromReferenceList [MEM-branching, JVM, Legacy] ******************************************************* b: 0 b: 1 b: 2 b: 4 b: 6 ******************************************************* Bugzilla_313326_Test.testNotificationBuilderBranch [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_313913_Test.testAccessOldValue [MEM-branching, JVM, Legacy] ******************************************************* [org.eclipse.emf.cdo.tests.model2.legacy.impl.TaskImpl@11444634 (description: null, done: false)] [org.eclipse.emf.cdo.tests.model2.legacy.impl.TaskImpl@1b03b0c2 (description: null, done: false)] [org.eclipse.emf.cdo.tests.model2.legacy.impl.TaskImpl@55e2c6ca (description: null, done: false)] ******************************************************* Bugzilla_314186_Test.testEMFCompliance [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_314264_Test.testMerge [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_314264_Test.testMerge10 [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_314264_Test.testNotificationBuilderTest [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_315026_Test.test [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_315043_Test.testReloadingRevisions [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_316145_Test.testRevisionInListNull [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_316273_Test.testXRef_Many [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_316273_Test.testXRef_Single [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_316434_Test.testInitial [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_316444_Test.testLockParentWithEAttributeChange [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_318518_Test.testCorrectNumberOfFeatureDeltas [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_318844_Test.test [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_318876_Test.test [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_318919_Test.testPrefetchObject [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_318919_Test.testPrefetchResource_CLEAN [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_318919_Test.testPrefetchResource_PROXY [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_318998_Test.testQueryXRefMany [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_318998_Test.testQueryXRefSingle [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_319836_Test.testNodeMovesInTreeCreatesCycle [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_319836_Test.testNodeMovesInTreeDuplicatesNode [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_319836_Test.testNodeMovesInTreeEatsNode [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_320690_Test.testDeleteTarget [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_320690_Test.testDeleteTargetAndReferenceAtOnce [MEM-branching, JVM, Legacy] ******************************************************* MEMStore_UT =========== MAIN[0] 2024-05-03 05:12:14.063/* CDOResource@OID1:0v1("/") 2024-05-03 05:12:14.063/2024-05-03 05:12:14.071 CDOResource@OID1:0v2("/") 2024-05-03 05:12:14.072/* CDOResourceFolder@OID2:0v1("Bugzilla_320690_Test_testDeleteTargetAndReferenceAtOnce")2024-05-03 05:12:14.072/* CDOResource@OID3:0v1("test") 2024-05-03 05:12:14.072/* NodeA@OID4:0v1 2024-05-03 05:12:14.072/* NodeA@OID5:0v1 2024-05-03 05:12:14.072/* NodeA@OID6:0v1 2024-05-03 05:12:14.072/* ******************************************************* Bugzilla_320690_Test.testDeleteTargetRemoveAndAddReference [MEM-branching, JVM, Legacy] ******************************************************* MEMStore_UT =========== MAIN[0] 2024-05-03 05:12:14.080/* CDOResource@OID1:0v1("/") 2024-05-03 05:12:14.080/2024-05-03 05:12:14.127 CDOResource@OID1:0v2("/") 2024-05-03 05:12:14.128/* CDOResourceFolder@OID2:0v1("Bugzilla_320690_Test_testDeleteTargetRemoveAndAddReference")2024-05-03 05:12:14.128/* CDOResource@OID3:0v1("test") 2024-05-03 05:12:14.128/* NodeA@OID4:0v1 2024-05-03 05:12:14.128/* NodeA@OID5:0v1 2024-05-03 05:12:14.128/* NodeA@OID6:0v1 2024-05-03 05:12:14.128/* ******************************************************* Bugzilla_320690_Test.testLockRefTargets [MEM-branching, JVM, Legacy] ******************************************************* MEMStore_UT =========== MAIN[0] 2024-05-03 05:12:14.135/* CDOResource@OID1:0v1("/") 2024-05-03 05:12:14.135/2024-05-03 05:12:14.146 CDOResource@OID1:0v2("/") 2024-05-03 05:12:14.147/* CDOResourceFolder@OID2:0v1("Bugzilla_320690_Test_testLockRefTargets")2024-05-03 05:12:14.147/* CDOResource@OID3:0v1("test") 2024-05-03 05:12:14.147/* RefSingleContainedNPL@OID4:0v1 2024-05-03 05:12:14.147/* ContainedElementNoOpposite@OID5:0v1 2024-05-03 05:12:14.147/* RefSingleNonContainedNPL@OID6:0v1 2024-05-03 05:12:14.147/* MEMStore_UT =========== MAIN[0] 2024-05-03 05:12:14.135/* CDOResource@OID1:0v1("/") 2024-05-03 05:12:14.135/2024-05-03 05:12:14.146 CDOResource@OID1:0v2("/") 2024-05-03 05:12:14.147/* CDOResourceFolder@OID2:0v1("Bugzilla_320690_Test_testLockRefTargets")2024-05-03 05:12:14.147/* CDOResource@OID3:0v1("test") 2024-05-03 05:12:14.147/* RefSingleContainedNPL@OID4:0v1 2024-05-03 05:12:14.147/2024-05-03 05:12:14.150 RefSingleContainedNPL@OID4:0v2 2024-05-03 05:12:14.151/* ContainedElementNoOpposite@OID5:0v1 2024-05-03 05:12:14.147/2024-05-03 05:12:14.150 ContainedElementNoOpposite@OID5:0v2d 2024-05-03 05:12:14.151/* RefSingleNonContainedNPL@OID6:0v1 2024-05-03 05:12:14.147/* MEMStore_UT =========== MAIN[0] 2024-05-03 05:12:14.135/* CDOResource@OID1:0v1("/") 2024-05-03 05:12:14.135/2024-05-03 05:12:14.146 CDOResource@OID1:0v2("/") 2024-05-03 05:12:14.147/* CDOResourceFolder@OID2:0v1("Bugzilla_320690_Test_testLockRefTargets")2024-05-03 05:12:14.147/* CDOResource@OID3:0v1("test") 2024-05-03 05:12:14.147/* RefSingleContainedNPL@OID4:0v1 2024-05-03 05:12:14.147/2024-05-03 05:12:14.150 RefSingleContainedNPL@OID4:0v2 2024-05-03 05:12:14.151/* ContainedElementNoOpposite@OID5:0v1 2024-05-03 05:12:14.147/2024-05-03 05:12:14.150 ContainedElementNoOpposite@OID5:0v2d 2024-05-03 05:12:14.151/* RefSingleNonContainedNPL@OID6:0v1 2024-05-03 05:12:14.147/* ******************************************************* Bugzilla_320837_Test.testLoadContainedBeforeContainer [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_321699_Test.test [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_321986_Test.testRollback [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_322218_Test.testMyEnumList [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_322218_Test.testMyEnumList2 [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_322218_Test.testMyEnumList2PCL [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_322218_Test.testMyEnumList3 [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_322218_Test.testMyEnumList3PCL [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_322218_Test.testMyEnumList3PCL_Reload [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_322218_Test.testMyEnumListPCL [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_322218_Test.testMyEnumListUnsettable [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_322218_Test.testMyEnumListUnsettable2 [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_322218_Test.testMyEnumListUnsettable2PCL [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_322218_Test.testMyEnumListUnsettable3 [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_322218_Test.testMyEnumListUnsettable3PCL [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_322218_Test.testMyEnumListUnsettable3PCL_Reload [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_322218_Test.testMyEnumListUnsettablePCL [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_322754_Test.testResourceDelete [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_322754_Test.testResourceDeleteWithDanglingReferences [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_322804_Test.testAddElementToCustomTypedList [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_323930_Test.testAddXRefByReplace [MEM-branching, JVM, Legacy] ******************************************************* MEMStore_UT =========== MAIN[0] 2024-05-03 05:12:14.883/* CDOResource@OID1:0v1("/") 2024-05-03 05:12:14.883/2024-05-03 05:12:14.928 CDOResource@OID1:0v2("/") 2024-05-03 05:12:14.929/* CDOResourceFolder@OID2:0v1("Bugzilla_323930_Test_testAddXRefByReplace")2024-05-03 05:12:14.929/* CDOResource@OID3:0v1("test") 2024-05-03 05:12:14.929/* NodeA@OID4:0v1 2024-05-03 05:12:14.929/* NodeA@OID5:0v1 2024-05-03 05:12:14.929/* NodeA@OID6:0v1 2024-05-03 05:12:14.929/* NodeA@OID7:0v1 2024-05-03 05:12:14.929/* NodeA@OID8:0v1 2024-05-03 05:12:14.929/* NodeA@OID9:0v1 2024-05-03 05:12:14.929/* [ERROR] This commit deletes object OID9 and adds a reference at the same time java.lang.IllegalStateException: This commit deletes object OID9 and adds a reference at the same time at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.lockTarget(TransactionCommitContext.java:1266) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext$5.visit(TransactionCommitContext.java:1163) at org.eclipse.emf.cdo.internal.common.revision.delta.CDOSetFeatureDeltaImpl.accept(CDOSetFeatureDeltaImpl.java:96) at org.eclipse.emf.cdo.spi.common.revision.CDOFeatureDeltaVisitorImpl.visit(CDOFeatureDeltaVisitorImpl.java:59) at org.eclipse.emf.cdo.internal.common.revision.delta.CDOListFeatureDeltaImpl.accept(CDOListFeatureDeltaImpl.java:613) at org.eclipse.emf.cdo.internal.common.revision.delta.CDORevisionDeltaImpl.accept(CDORevisionDeltaImpl.java:389) at org.eclipse.emf.cdo.internal.common.revision.delta.CDORevisionDeltaImpl.accept(CDORevisionDeltaImpl.java:371) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.lockObjects(TransactionCommitContext.java:1197) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.write(TransactionCommitContext.java:823) at org.eclipse.emf.cdo.spi.server.InternalCommitContext$1.runLoop(InternalCommitContext.java:49) at org.eclipse.emf.cdo.spi.server.InternalCommitContext$1.runLoop(InternalCommitContext.java:1) at org.eclipse.net4j.util.om.monitor.ProgressDistributor.run(ProgressDistributor.java:95) at org.eclipse.emf.cdo.internal.server.Repository.commitUnsynced(Repository.java:1562) at org.eclipse.emf.cdo.internal.server.Repository.commit(Repository.java:1550) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicatingCommit(CommitTransactionIndication.java:283) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicating(CommitTransactionIndication.java:96) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerIndicationWithMonitoring.indicating(CDOServerIndicationWithMonitoring.java:118) at org.eclipse.net4j.signal.IndicationWithMonitoring.indicating(IndicationWithMonitoring.java:62) at org.eclipse.net4j.signal.IndicationWithResponse.doExtendedInput(IndicationWithResponse.java:94) at org.eclipse.net4j.signal.Signal.doInput(Signal.java:434) at org.eclipse.net4j.signal.IndicationWithResponse.execute(IndicationWithResponse.java:72) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) ******************************************************* Bugzilla_323930_Test.testAddXRefByReplace_PrecedingAdd [MEM-branching, JVM, Legacy] ******************************************************* MEMStore_UT =========== MAIN[0] 2024-05-03 05:12:14.939/* CDOResource@OID1:0v1("/") 2024-05-03 05:12:14.939/2024-05-03 05:12:14.949 CDOResource@OID1:0v2("/") 2024-05-03 05:12:14.950/* CDOResourceFolder@OID2:0v1("Bugzilla_323930_Test_testAddXRefByReplace_PrecedingAdd")2024-05-03 05:12:14.950/* CDOResource@OID3:0v1("test") 2024-05-03 05:12:14.950/* NodeA@OID4:0v1 2024-05-03 05:12:14.950/* NodeA@OID5:0v1 2024-05-03 05:12:14.950/* NodeA@OID6:0v1 2024-05-03 05:12:14.950/* NodeA@OID7:0v1 2024-05-03 05:12:14.950/* NodeA@OID8:0v1 2024-05-03 05:12:14.950/* NodeA@OID9:0v1 2024-05-03 05:12:14.950/* [ERROR] This commit deletes object OID9 and adds a reference at the same time java.lang.IllegalStateException: This commit deletes object OID9 and adds a reference at the same time at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.lockTarget(TransactionCommitContext.java:1266) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext$5.visit(TransactionCommitContext.java:1163) at org.eclipse.emf.cdo.internal.common.revision.delta.CDOSetFeatureDeltaImpl.accept(CDOSetFeatureDeltaImpl.java:96) at org.eclipse.emf.cdo.spi.common.revision.CDOFeatureDeltaVisitorImpl.visit(CDOFeatureDeltaVisitorImpl.java:59) at org.eclipse.emf.cdo.internal.common.revision.delta.CDOListFeatureDeltaImpl.accept(CDOListFeatureDeltaImpl.java:613) at org.eclipse.emf.cdo.internal.common.revision.delta.CDORevisionDeltaImpl.accept(CDORevisionDeltaImpl.java:389) at org.eclipse.emf.cdo.internal.common.revision.delta.CDORevisionDeltaImpl.accept(CDORevisionDeltaImpl.java:371) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.lockObjects(TransactionCommitContext.java:1197) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.write(TransactionCommitContext.java:823) at org.eclipse.emf.cdo.spi.server.InternalCommitContext$1.runLoop(InternalCommitContext.java:49) at org.eclipse.emf.cdo.spi.server.InternalCommitContext$1.runLoop(InternalCommitContext.java:1) at org.eclipse.net4j.util.om.monitor.ProgressDistributor.run(ProgressDistributor.java:95) at org.eclipse.emf.cdo.internal.server.Repository.commitUnsynced(Repository.java:1562) at org.eclipse.emf.cdo.internal.server.Repository.commit(Repository.java:1550) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicatingCommit(CommitTransactionIndication.java:283) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicating(CommitTransactionIndication.java:96) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerIndicationWithMonitoring.indicating(CDOServerIndicationWithMonitoring.java:118) at org.eclipse.net4j.signal.IndicationWithMonitoring.indicating(IndicationWithMonitoring.java:62) at org.eclipse.net4j.signal.IndicationWithResponse.doExtendedInput(IndicationWithResponse.java:94) at org.eclipse.net4j.signal.Signal.doInput(Signal.java:434) at org.eclipse.net4j.signal.IndicationWithResponse.execute(IndicationWithResponse.java:72) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) ******************************************************* Bugzilla_323930_Test.testChangeIndexesInSourceList [MEM-branching, JVM, Legacy] ******************************************************* MEMStore_UT =========== MAIN[0] 2024-05-03 05:12:14.959/* CDOResource@OID1:0v1("/") 2024-05-03 05:12:14.959/2024-05-03 05:12:14.969 CDOResource@OID1:0v2("/") 2024-05-03 05:12:14.970/* CDOResourceFolder@OID2:0v1("Bugzilla_323930_Test_testChangeIndexesInSourceList")2024-05-03 05:12:14.970/* CDOResource@OID3:0v1("test") 2024-05-03 05:12:14.970/* NodeA@OID4:0v1 2024-05-03 05:12:14.970/* NodeA@OID5:0v1 2024-05-03 05:12:14.970/* NodeA@OID6:0v1 2024-05-03 05:12:14.970/* NodeA@OID7:0v1 2024-05-03 05:12:14.970/* NodeA@OID8:0v1 2024-05-03 05:12:14.970/* NodeA@OID9:0v1 2024-05-03 05:12:14.970/* ******************************************************* Bugzilla_323930_Test.testChangeIndexesInTargetList [MEM-branching, JVM, Legacy] ******************************************************* MEMStore_UT =========== MAIN[0] 2024-05-03 05:12:14.978/* CDOResource@OID1:0v1("/") 2024-05-03 05:12:14.978/2024-05-03 05:12:14.987 CDOResource@OID1:0v2("/") 2024-05-03 05:12:14.988/* CDOResourceFolder@OID2:0v1("Bugzilla_323930_Test_testChangeIndexesInTargetList")2024-05-03 05:12:14.988/* CDOResource@OID3:0v1("test") 2024-05-03 05:12:14.988/* NodeA@OID4:0v1 2024-05-03 05:12:14.988/* NodeA@OID5:0v1 2024-05-03 05:12:14.988/* NodeA@OID6:0v1 2024-05-03 05:12:14.988/* NodeA@OID7:0v1 2024-05-03 05:12:14.988/* NodeA@OID8:0v1 2024-05-03 05:12:14.988/* NodeA@OID9:0v1 2024-05-03 05:12:14.988/* ******************************************************* Bugzilla_323930_Test.testRemoveXRefByReplace [MEM-branching, JVM, Legacy] ******************************************************* MEMStore_UT =========== MAIN[0] 2024-05-03 05:12:15.032/* CDOResource@OID1:0v1("/") 2024-05-03 05:12:15.032/2024-05-03 05:12:15.041 CDOResource@OID1:0v2("/") 2024-05-03 05:12:15.042/* CDOResourceFolder@OID2:0v1("Bugzilla_323930_Test_testRemoveXRefByReplace")2024-05-03 05:12:15.042/* CDOResource@OID3:0v1("test") 2024-05-03 05:12:15.042/* NodeA@OID4:0v1 2024-05-03 05:12:15.042/* NodeA@OID5:0v1 2024-05-03 05:12:15.042/* NodeA@OID6:0v1 2024-05-03 05:12:15.042/* NodeA@OID7:0v1 2024-05-03 05:12:15.042/* NodeA@OID8:0v1 2024-05-03 05:12:15.042/* NodeA@OID9:0v1 2024-05-03 05:12:15.042/* ******************************************************* Bugzilla_323930_Test.testRemoveXRefByReplace_PrecedingAdd [MEM-branching, JVM, Legacy] ******************************************************* MEMStore_UT =========== MAIN[0] 2024-05-03 05:12:15.050/* CDOResource@OID1:0v1("/") 2024-05-03 05:12:15.050/2024-05-03 05:12:15.059 CDOResource@OID1:0v2("/") 2024-05-03 05:12:15.060/* CDOResourceFolder@OID2:0v1("Bugzilla_323930_Test_testRemoveXRefByReplace_PrecedingAdd")2024-05-03 05:12:15.060/* CDOResource@OID3:0v1("test") 2024-05-03 05:12:15.060/* NodeA@OID4:0v1 2024-05-03 05:12:15.060/* NodeA@OID5:0v1 2024-05-03 05:12:15.060/* NodeA@OID6:0v1 2024-05-03 05:12:15.060/* NodeA@OID7:0v1 2024-05-03 05:12:15.060/* NodeA@OID8:0v1 2024-05-03 05:12:15.060/* NodeA@OID9:0v1 2024-05-03 05:12:15.060/* ******************************************************* Bugzilla_323958_Test.testAdditionFromTransactionHandler [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_323958_Test.testModificationFromTransactionHandler [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_324084_Test.testXRefMergeManyValueTest [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_324084_Test.testXRefMergeSingleValueTest [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_324544_Test.testCommitRefresh [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_324585_Test.testUpdate [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_324635_Test.testTargetGoalDeltaVersion [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_324756_Test.testReattachBranchVersion [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_324756_Test.testReattachBranchVersion2 [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_325603_Test.testModifyResource [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_325866_Test.testXRefReattachBranch [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_325866_Test.testXRefReattachBranchLevel2 [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_326518_Test.testIndexBranchMerge [MEM-branching, JVM, Legacy] ******************************************************* ## ChangeSet: * New objects: 1 - ContainedElementNoOpposite@OID7:0v0 * Changed objects: 1 - CDORevisionDelta[GenRefMultiContained@OID4:0v2 --> [CDOFeatureDelta[elements, LIST, originSize=2, list=[CDOFeatureDelta[elements, REMOVE, value=OID5, index=1], CDOFeatureDelta[elements, ADD, value=OID7, index=0]]]]] * Detached objects: 1 - ContainedElementNoOpposite@OID7:0v0 org.eclipse.emf.cdo.tests.model4.legacy.impl.ContainedElementNoOppositeImpl@69859214 (name: null) org.eclipse.emf.cdo.tests.model4.legacy.impl.ContainedElementNoOppositeImpl@48f749a0 (name: null) ******************************************************* Bugzilla_326743_Test.testDefaultValue [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_327604_Test.testReadObjects [MEM-branching, JVM, Legacy] ******************************************************* CDOWorkspaceBaseline: /tmp/cdo-3421450791903112907 Object: CDOResource@OID3[PROXY]("cdo://local/Bugzilla_327604_Test_testReadObjects/test1") Object: org.eclipse.emf.cdo.tests.model1.legacy.impl.Product1Impl@286ced2a (name: Product No0, vat: vat15, otherVATs: [], description: null) Object: org.eclipse.emf.cdo.tests.model1.legacy.impl.CustomerImpl@28d1030d (name: 0, street: Street 0, city: City 0) Object: org.eclipse.emf.cdo.tests.model1.legacy.impl.SalesOrderImpl@5b6ba5bb (id: 100) Object: org.eclipse.emf.cdo.tests.model1.legacy.impl.OrderDetailImpl@181419c5 (price: 55.123) ******************************************************* Bugzilla_328790_Test.test_newThenAdd1 [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_328790_Test.test_newThenAdd2 [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_328790_Test.test_newThenClear [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_329752_Test.testLoadContainedBeforeContainer [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_329753_Test.testIncreasingVersion [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_329869_Test.testDuplicateID [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_330052_Test.test_auditView [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_330052_Test.test_otherView [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_331619_Test.testAbstractXRef [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_333157_Test.testResourceFolderUpdate [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_333299_Test.testMoveEcoreElement [MEM-branching, JVM, Legacy] ******************************************************* Please fix your code to add using EClass.getEStructuralFeatures() instead of EClass.getEReferences() ******************************************************* Bugzilla_333950_Test.testOpposites [MEM-branching, JVM, Legacy] ******************************************************* ---> instanceA: OID4 ---> instanceB: OID5 ******************************************************* Bugzilla_334608_Test.testOpposites [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_334995_Test.testRename [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_334995_Test.testURIClash [MEM-branching, JVM, Legacy] ******************************************************* Persisted resource: CDOResource@OID3("cdo://repo1/Bugzilla_334995_Test_testURIClash/resA") newObjects: oid1=CDOResource@oid1[NEW]("cdo://repo1/Bugzilla_334995_Test_testURIClash/resB"), state: NEW oid2=CDOLegacyAdapter[SupplierImpl@oid2], state: NEW resources: CDOResource@oid1[NEW]("cdo://repo1/Bugzilla_334995_Test_testURIClash/resB") [WARN] URI clash: resource being instantiated had same URI as a resource already present locally; local resource was renamed from resB to resB~renamed Remote resource: CDOResource@OID3("cdo://repo1/Bugzilla_334995_Test_testURIClash/resB") Local resource: CDOResource@oid1[NEW]("cdo://repo1/Bugzilla_334995_Test_testURIClash/resB~renamed") newObjects: oid1=CDOResource@oid1[NEW]("cdo://repo1/Bugzilla_334995_Test_testURIClash/resB~renamed"), state: NEW oid2=CDOLegacyAdapter[SupplierImpl@oid2], state: NEW resources: CDOResource@oid1[NEW]("cdo://repo1/Bugzilla_334995_Test_testURIClash/resB~renamed") CDOResource@OID3("cdo://repo1/Bugzilla_334995_Test_testURIClash/resB") ******************************************************* Bugzilla_335004_Test.testDuplicatePackageInSystem [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_335675_Test.test0 [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_335675_Test.test1 [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_335772_Test.testMapEntryAddition [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_335772_Test.testMapEntryAdditionPersistence [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_335772_Test.testMapEntryReplacement [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_335772_Test.testMapEntryReplacementPersistence [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_336314_Test.test1 [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_336314_Test.test2 [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_336590_Test.test [MEM-branching, JVM, Legacy] ******************************************************* ---> New object: org.eclipse.emf.cdo.tests.model1.legacy.impl.OrderDetailImpl@5086bce (price: 0.0) ---> listDelta: CDOFeatureDelta[orderDetails, REMOVE, value=OID5, index=0] ******************************************************* Bugzilla_337523_Test.testRootResource_loadByID [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_337587_Test.testRevisionCompare [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_338779_Test.test_passiveUpdate_additions [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_338779_Test.test_passiveUpdate_changes [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_338779_Test.test_passiveUpdate_invalidations [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_338779_Test.test_refresh [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_338884_Test.test_canHandleUnset [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_338884_Test.test_multi [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_338884_Test.test_nonBidiMultiRef_newTarget [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_338884_Test.test_nonBidiSingleRef_newTarget [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_338884_Test.test_single [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_338921_Test.testLoadResourceAfterClearOnCleanResourceSet [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_338921_Test.testLoadResourceAfterClearOnDirtyResourceSet [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_338921_Test.testLoadResourceAfterSingleRemoval [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_338921_Test.testRemoveDirtyResourceOnResourceSetWithMultipleResource [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_338921_Test.testRemoveDirtyResourceOnResourceSetWithSingleResource [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_339313_Test.test [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_339461_Test.test [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_339908_Test.testIDAttribute [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_340961_Test.testMultiUserWork [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_340961_Test.testObjectChildren [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_341875_Test.test [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_341995_Test.test [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_342130_Test.test [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_342135_Test.testDetachedCommitInfo [MEM-branching, JVM, Legacy] ******************************************************* Commit info: CommitInfo[2024-05-03 05:12:34.086 (1714713154086), Branch[id=0, name=MAIN], null, null, null, CommitData[newPackageUnits=0, newObjects=0, changedObjects=1, detachedObjects=1]] Commit info changed objects: [CDORevisionDelta[CDOResource@OID3:0v1 --> [CDOFeatureDelta[contents, LIST, originSize=1, list=[CDOFeatureDelta[contents, REMOVE, value=OID4, index=0]]]]]] Commit info detached objects: [OID4v1] Loaded commit info: CommitInfo[2024-05-03 05:12:34.086 (1714713154086), Branch[id=0, name=MAIN], null, null, null, CommitData[newPackageUnits=0, newObjects=0, changedObjects=1, detachedObjects=1]] Commit info changed objects: [CDORevisionDelta[CDOResource@OID3:0v1 --> [CDOFeatureDelta[contents, LIST, originSize=1, list=[CDOFeatureDelta[contents, REMOVE, value=OID4, index=0]]]]]] Loaded commit info detached objects: [OID4v1] ******************************************************* Bugzilla_343084_Test.testPermissionManagerREAD [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_343084_Test.testPermissionManagerWRITE [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_343332_Test.test [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_349793_Test.testOpeningTransactionDuringInvalidation [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_349804_Test.testDeadlockWithLocking [MEM-branching, JVM, Legacy] ******************************************************* [ERROR] Fail on purpose java.lang.IllegalArgumentException: Fail on purpose at org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_349804_Test$Failure.handleTransactionBeforeCommitting(Bugzilla_349804_Test.java:165) at org.eclipse.emf.cdo.internal.server.Repository.notifyWriteAccessHandlers(Repository.java:1894) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.notifyBeforeCommitting(TransactionCommitContext.java:584) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.applyIDMappings(TransactionCommitContext.java:545) at org.eclipse.emf.cdo.spi.server.StoreAccessor.applyIDMappings(StoreAccessor.java:207) at org.eclipse.emf.cdo.spi.server.StoreAccessor.doWrite(StoreAccessor.java:96) at org.eclipse.emf.cdo.internal.server.mem.MEMStoreAccessor.doWrite(MEMStoreAccessor.java:211) at org.eclipse.emf.cdo.spi.server.StoreAccessorBase.write(StoreAccessorBase.java:144) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.writeAccessor(TransactionCommitContext.java:1894) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.write(TransactionCommitContext.java:839) at org.eclipse.emf.cdo.spi.server.InternalCommitContext$1.runLoop(InternalCommitContext.java:49) at org.eclipse.emf.cdo.spi.server.InternalCommitContext$1.runLoop(InternalCommitContext.java:1) at org.eclipse.net4j.util.om.monitor.ProgressDistributor.run(ProgressDistributor.java:95) at org.eclipse.emf.cdo.internal.server.Repository.commitUnsynced(Repository.java:1562) at org.eclipse.emf.cdo.internal.server.Repository.commit(Repository.java:1550) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicatingCommit(CommitTransactionIndication.java:283) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicating(CommitTransactionIndication.java:96) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerIndicationWithMonitoring.indicating(CDOServerIndicationWithMonitoring.java:118) at org.eclipse.net4j.signal.IndicationWithMonitoring.indicating(IndicationWithMonitoring.java:62) at org.eclipse.net4j.signal.IndicationWithResponse.doExtendedInput(IndicationWithResponse.java:94) at org.eclipse.net4j.signal.Signal.doInput(Signal.java:434) at org.eclipse.net4j.signal.IndicationWithResponse.execute(IndicationWithResponse.java:72) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) ******************************************************* Bugzilla_349804_Test.testInvalidation [MEM-branching, JVM, Legacy] ******************************************************* [ERROR] Fail on purpose java.lang.IllegalArgumentException: Fail on purpose at org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_349804_Test$Failure.handleTransactionBeforeCommitting(Bugzilla_349804_Test.java:165) at org.eclipse.emf.cdo.internal.server.Repository.notifyWriteAccessHandlers(Repository.java:1894) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.notifyBeforeCommitting(TransactionCommitContext.java:584) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.applyIDMappings(TransactionCommitContext.java:545) at org.eclipse.emf.cdo.spi.server.StoreAccessor.applyIDMappings(StoreAccessor.java:207) at org.eclipse.emf.cdo.spi.server.StoreAccessor.doWrite(StoreAccessor.java:96) at org.eclipse.emf.cdo.internal.server.mem.MEMStoreAccessor.doWrite(MEMStoreAccessor.java:211) at org.eclipse.emf.cdo.spi.server.StoreAccessorBase.write(StoreAccessorBase.java:144) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.writeAccessor(TransactionCommitContext.java:1894) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.write(TransactionCommitContext.java:839) at org.eclipse.emf.cdo.spi.server.InternalCommitContext$1.runLoop(InternalCommitContext.java:49) at org.eclipse.emf.cdo.spi.server.InternalCommitContext$1.runLoop(InternalCommitContext.java:1) at org.eclipse.net4j.util.om.monitor.ProgressDistributor.run(ProgressDistributor.java:95) at org.eclipse.emf.cdo.internal.server.Repository.commitUnsynced(Repository.java:1562) at org.eclipse.emf.cdo.internal.server.Repository.commit(Repository.java:1550) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicatingCommit(CommitTransactionIndication.java:283) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicating(CommitTransactionIndication.java:96) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerIndicationWithMonitoring.indicating(CDOServerIndicationWithMonitoring.java:118) at org.eclipse.net4j.signal.IndicationWithMonitoring.indicating(IndicationWithMonitoring.java:62) at org.eclipse.net4j.signal.IndicationWithResponse.doExtendedInput(IndicationWithResponse.java:94) at org.eclipse.net4j.signal.Signal.doInput(Signal.java:434) at org.eclipse.net4j.signal.IndicationWithResponse.execute(IndicationWithResponse.java:72) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) ******************************************************* Bugzilla_350027_Test.testMoveFromLeftToRight [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_350137_Test.testDefault [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_350137_Test.testExplicitZero [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_350987_Test.testRestoringReferences [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_351067_Test.testCommitBlob [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_351096_Test.testCommit2Blob [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_351096_Test.testCommit2Clob [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_351393_Test.testExtRef [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_351921_Test.testDefaultValueNull [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_352204_Test.testWithReconstructSavepoints [MEM-branching, JVM, Legacy] ******************************************************* [INFO] Using /tmp/tmp2834166016373248381 for push transaction repo1:3:1 [INFO] Using /tmp/tmp2834166016373248381 for push transaction repo1:4:1 ******************************************************* Bugzilla_352204_Test.testWithoutReconstructSavepoints [MEM-branching, JVM, Legacy] ******************************************************* [INFO] Using /tmp/tmp3030633759788636509 for push transaction repo1:3:1 [INFO] Using /tmp/tmp3030633759788636509 for push transaction repo1:4:1 ******************************************************* Bugzilla_352303_Test.testReadBlob [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_352832_Test.testNewSingle [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_354395_Test.testContains [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_354395_Test.testIndexOf [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_355045_Test.testLockOnCommitOfSingleNewObject [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_355045_Test.testRecursiveLockOfObjectsTreeContainingASubTreeOfNewObjects [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_355045_Test.testRecursiveLockOnCommitOfNewObjectsTree [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_355915_Test.testDeltaNotification [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_355915_Test.testInvalidationNotification [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_357441_Test.testManyListChanges [MEM-branching, JVM, Legacy] ******************************************************* 0,1 1,1 2,1 3,1 4,1 5,0 6,0 7,40 8,1 9,1 10,1 11,0 12,0 13,0 14,0 15,0 16,1 17,1 18,1 19,1 20,1 21,1 22,2 23,2 24,1 25,2 26,2 27,2 28,1 29,1 30,1 31,1 32,1 33,1 34,0 35,0 36,0 37,1 38,1 39,1 40,1 41,1 42,1 43,1 44,2 45,2 46,2 47,2 48,1 49,1 50,1 51,2 52,2 53,2 54,2 55,2 56,2 57,34 58,2 59,1 60,2 61,1 62,1 63,1 64,1 65,1 66,1 67,1 68,0 69,0 70,1 71,1 72,2 73,1 74,2 75,2 76,1 77,1 78,1 79,1 80,1 81,1 82,0 83,0 84,0 85,0 86,1 87,1 88,1 89,2 90,1 91,1 92,1 93,0 94,1 95,1 96,1 97,1 98,2 99,1 100,1 101,1 102,1 103,1 104,1 105,1 106,1 107,0 108,1 109,0 110,0 111,0 112,1 113,40 114,1 115,1 116,1 117,2 118,1 119,1 120,1 121,0 122,0 123,0 124,1 125,1 126,1 127,0 128,0 129,1 130,0 131,1 132,1 133,2 134,2 135,2 136,1 137,1 138,1 139,1 140,1 141,0 142,0 143,0 144,0 145,1 146,1 147,1 148,2 149,1 150,1 151,1 152,1 153,2 154,2 155,1 156,1 157,1 158,1 159,1 160,0 161,0 162,0 163,0 164,0 165,0 166,0 167,0 168,0 169,0 170,39 171,1 172,0 173,1 174,1 175,1 176,1 177,1 178,0 179,0 180,0 181,1 182,1 183,1 184,2 185,1 186,1 187,1 188,1 189,1 190,0 191,0 192,0 193,0 194,1 195,2 196,2 197,1 198,1 199,1 ******************************************************* Bugzilla_359669_Test.testReloadFromIndex [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_359669_Test.testReloadFromIndexComplex [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_359966_Test.testWithReconstructSavepoints [MEM-branching, JVM, Legacy] ******************************************************* [INFO] Using /tmp/tmp668188425724016631 for push transaction repo1:3:1 [INFO] Using /tmp/tmp668188425724016631 for push transaction repo1:4:1 ******************************************************* Bugzilla_359966_Test.testWithoutPushTransaction [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_359966_Test.testWithoutReconstructSavepoints [MEM-branching, JVM, Legacy] ******************************************************* [INFO] Using /tmp/tmp2622820659192691014 for push transaction repo1:3:1 [INFO] Using /tmp/tmp2622820659192691014 for push transaction repo1:4:1 ******************************************************* Bugzilla_359992_Test.testDeltaNotification [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_359992_Test.testInvalidationNotification [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_361819_Test.testDoubleRefreshBug [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_362270_Test.testNotifierNotACDOLegacyAdapter [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_362270b_Test.testRollback [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_362270c_Test.testNotifierNotACDOLegacyAdapter [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_362293_Test.testNewSingle [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_363287_Test.testDetach [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_363355_Test.testCDOTransactionDirtyOnInvalidation [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_363355_Test.testCannotModifyFrozenRevisionOnInvalidation [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_365204_Test.testAuditViewTimeSwitch [MEM-branching, JVM, Legacy] ******************************************************* Category@OID4:0v2 Category@OID4:0v3 ******************************************************* Bugzilla_365832_Test.testWithReconstructSavepoints [MEM-branching, JVM, Legacy] ******************************************************* [INFO] Using /tmp/tmp5016659944205706449 for push transaction repo1:3:1 [INFO] Using /tmp/tmp5016659944205706449 for push transaction repo1:4:1 ******************************************************* Bugzilla_365832_Test.testWithoutPushTransaction [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_365832_Test.testWithoutReconstructSavepoints [MEM-branching, JVM, Legacy] ******************************************************* [INFO] Using /tmp/tmp13744251973595866552 for push transaction repo1:3:1 [INFO] Using /tmp/tmp13744251973595866552 for push transaction repo1:4:1 ******************************************************* Bugzilla_367738_Test.testOldValue_Attribute [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_367738_Test.testOldValue_ContainmentDetach [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_367738_Test.testOldValue_ContainmentMove [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_367738_Test.testOldValue_XRef [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_368223_Test.testRules1 [MEM-branching, JVM, Legacy] ******************************************************* 1124 ******************************************************* Bugzilla_369646_Test.testSetBranchWithPCL [MEM-branching, JVM, Legacy] ******************************************************* Result: [org.eclipse.emf.cdo.tests.model1.legacy.impl.CategoryImpl@278e13e (name: Test 0), org.eclipse.emf.cdo.tests.model1.legacy.impl.CategoryImpl@2b64ca26 (name: Test 1), org.eclipse.emf.cdo.tests.model1.legacy.impl.CategoryImpl@6e0a5d0c (name: Test 2), org.eclipse.emf.cdo.tests.model1.legacy.impl.CategoryImpl@373639e6 (name: Test 4), org.eclipse.emf.cdo.tests.model1.legacy.impl.CategoryImpl@72025f2f (name: Test 5), org.eclipse.emf.cdo.tests.model1.legacy.impl.CategoryImpl@7fba9eb3 (name: Test 6), org.eclipse.emf.cdo.tests.model1.legacy.impl.CategoryImpl@43645e75 (name: Test 7), org.eclipse.emf.cdo.tests.model1.legacy.impl.CategoryImpl@451bb6f6 (name: Test 9)] ******************************************************* Bugzilla_369646_Test.testSetBranchWithSubBranches [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_370105_Test.testInsertInListOf5thSubBranch [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_372307_Test.testMoveElementToOtherContainer [MEM-branching, JVM, Legacy] ******************************************************* a1: CDOLegacyAdapter[AImpl@OID4] a2: CDOLegacyAdapter[AImpl@OID6] d: CDOLegacyAdapter[DImpl@OID5] ******************************************************* Bugzilla_372307_Test.testMoveElementToOtherContainerSingleValued [MEM-branching, JVM, Legacy] ******************************************************* a1: CDOLegacyAdapter[BImpl@OID4] a2: CDOLegacyAdapter[BImpl@OID6] d: CDOLegacyAdapter[CImpl@OID5] ******************************************************* Bugzilla_373096_Test.testDragAndDrop [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_374418_Test.testControlUncontrol [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_376075_Test.testTransientPut [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_376075_Test.testTransientRemove [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_376610_Test.testRemoveAllEnumLiterals [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_376610_Test.testRemoveOneEnumLiteral [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_376620_Test.testDeltaNotification [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_376620b_Test.testBoolean [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_376620b_Test.testByte [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_376620b_Test.testChar [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_376620b_Test.testDouble [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_376620b_Test.testFloat [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_376620b_Test.testInt [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_376620b_Test.testLong [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_376620b_Test.testShort [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_377173_Test.testCancelCommitWithProgressMonitor [MEM-branching, JVM, Legacy] ******************************************************* [ERROR] MonitorCanceledException org.eclipse.net4j.util.om.monitor.MonitorCanceledException at org.eclipse.net4j.util.om.monitor.Monitor.checkCanceled(Monitor.java:63) at org.eclipse.net4j.util.om.monitor.TimeoutMonitor.checkCanceled(TimeoutMonitor.java:116) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.AbstractMonitor.begin(AbstractMonitor.java:48) at org.eclipse.net4j.util.om.monitor.NestedMonitor.begin(NestedMonitor.java:63) at org.eclipse.net4j.util.om.monitor.AbstractMonitor.begin(AbstractMonitor.java:56) at org.eclipse.net4j.util.om.monitor.AbstractMonitor$AsyncTimerTask.(AbstractMonitor.java:184) at org.eclipse.net4j.util.om.monitor.AbstractMonitor.createAsyncTimerTask(AbstractMonitor.java:144) at org.eclipse.net4j.util.om.monitor.AbstractMonitor.forkAsync(AbstractMonitor.java:89) at org.eclipse.net4j.util.om.monitor.AbstractMonitor.forkAsync(AbstractMonitor.java:103) at org.eclipse.emf.cdo.spi.server.StoreAccessor.doWrite(StoreAccessor.java:142) at org.eclipse.emf.cdo.internal.server.mem.MEMStoreAccessor.doWrite(MEMStoreAccessor.java:211) at org.eclipse.emf.cdo.spi.server.StoreAccessorBase.write(StoreAccessorBase.java:144) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.writeAccessor(TransactionCommitContext.java:1894) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.write(TransactionCommitContext.java:839) at org.eclipse.emf.cdo.spi.server.InternalCommitContext$1.runLoop(InternalCommitContext.java:49) at org.eclipse.emf.cdo.spi.server.InternalCommitContext$1.runLoop(InternalCommitContext.java:1) at org.eclipse.net4j.util.om.monitor.ProgressDistributor.run(ProgressDistributor.java:95) at org.eclipse.emf.cdo.internal.server.Repository.commitUnsynced(Repository.java:1562) at org.eclipse.emf.cdo.internal.server.Repository.commit(Repository.java:1550) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicatingCommit(CommitTransactionIndication.java:283) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicating(CommitTransactionIndication.java:96) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerIndicationWithMonitoring.indicating(CDOServerIndicationWithMonitoring.java:118) at org.eclipse.net4j.signal.IndicationWithMonitoring.indicating(IndicationWithMonitoring.java:62) at org.eclipse.net4j.signal.IndicationWithResponse.doExtendedInput(IndicationWithResponse.java:94) at org.eclipse.net4j.signal.Signal.doInput(Signal.java:434) at org.eclipse.net4j.signal.IndicationWithResponse.execute(IndicationWithResponse.java:72) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) [ERROR] MonitorCanceledException org.eclipse.net4j.util.om.monitor.MonitorCanceledException at org.eclipse.net4j.util.om.monitor.Monitor.checkCanceled(Monitor.java:63) at org.eclipse.net4j.util.om.monitor.TimeoutMonitor.checkCanceled(TimeoutMonitor.java:116) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.AbstractMonitor.begin(AbstractMonitor.java:48) at org.eclipse.net4j.util.om.monitor.NestedMonitor.begin(NestedMonitor.java:63) at org.eclipse.net4j.util.om.monitor.ProgressDistributor.run(ProgressDistributor.java:86) at org.eclipse.emf.cdo.internal.server.Repository.commitUnsynced(Repository.java:1562) at org.eclipse.emf.cdo.internal.server.Repository.commit(Repository.java:1550) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicatingCommit(CommitTransactionIndication.java:283) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicating(CommitTransactionIndication.java:96) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerIndicationWithMonitoring.indicating(CDOServerIndicationWithMonitoring.java:118) at org.eclipse.net4j.signal.IndicationWithMonitoring.indicating(IndicationWithMonitoring.java:62) at org.eclipse.net4j.signal.IndicationWithResponse.doExtendedInput(IndicationWithResponse.java:94) at org.eclipse.net4j.signal.Signal.doInput(Signal.java:434) at org.eclipse.net4j.signal.IndicationWithResponse.execute(IndicationWithResponse.java:72) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) ******************************************************* Bugzilla_377212_Test.testBalancedTree [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_377212_Test.testBalancedTreeLocked [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_381395_Test.testAdapterAddAfterCDOServerShutdown [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_381395_Test.testAdapterAddAfterCDOViewClosed [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_381395_Test.testAdapterRemoveAfterCDOServerShutdown [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_381395_Test.testAdapterRemoveAfterCDOViewClosed [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_381472_Test.testCreateRepo [MEM-branching, JVM, Legacy] ******************************************************* ConnectionStateChangedEvent[connected=true] ContainerEvent[source=jvm://default, ADDED=repo2] ******************************************************* Bugzilla_381472_Test.testCreateRepoWithPropertiesCDOID [MEM-branching, JVM, Legacy] ******************************************************* ContainerEvent[source=jvm://default, ADDED=repo2] ******************************************************* Bugzilla_381472_Test.testCreateRepoWithPropertiesEmpty [MEM-branching, JVM, Legacy] ******************************************************* ContainerEvent[source=jvm://default, ADDED=repo2] ******************************************************* Bugzilla_381472_Test.testCreateRepoWithPropertiesPrimitive [MEM-branching, JVM, Legacy] ******************************************************* ContainerEvent[source=jvm://default, ADDED=repo2] ******************************************************* Bugzilla_381472_Test.testCreateRepoWrongHandlerType [MEM-branching, JVM, Legacy] ******************************************************* [ERROR] Factory not found: org.eclipse.emf.cdo.server.admin.adminHandlers[WRONG] org.eclipse.net4j.util.container.FactoryNotFoundException: Factory not found: org.eclipse.emf.cdo.server.admin.adminHandlers[WRONG] at org.eclipse.net4j.util.container.ManagedContainer.getFactory(ManagedContainer.java:317) at org.eclipse.net4j.util.container.ManagedContainer.createElement(ManagedContainer.java:461) at org.eclipse.net4j.util.container.ManagedContainer.getElement(ManagedContainer.java:404) at org.eclipse.net4j.util.container.ManagedContainer.getElement(ManagedContainer.java:384) at org.eclipse.emf.cdo.server.internal.admin.CDOAdminServer.getAdminHandler(CDOAdminServer.java:367) at org.eclipse.emf.cdo.server.internal.admin.CDOAdminServer.doCreateRepository(CDOAdminServer.java:127) at org.eclipse.emf.cdo.spi.common.admin.AbstractCDOAdmin.createRepository(AbstractCDOAdmin.java:113) at org.eclipse.emf.cdo.server.internal.admin.protocol.CreateRepositoryIndication$1.call(CreateRepositoryIndication.java:77) at org.eclipse.emf.cdo.server.internal.admin.protocol.CreateRepositoryIndication$1.call(CreateRepositoryIndication.java:1) at org.eclipse.emf.cdo.spi.server.AuthenticationUtil$1.doCall(AuthenticationUtil.java:52) at org.eclipse.emf.cdo.spi.server.AuthenticationUtil$AuthenticatingOperation.call(AuthenticationUtil.java:82) at org.eclipse.emf.cdo.server.internal.admin.protocol.CreateRepositoryIndication.createRepository(CreateRepositoryIndication.java:80) at org.eclipse.emf.cdo.server.internal.admin.protocol.CreateRepositoryIndication.responding(CreateRepositoryIndication.java:58) at org.eclipse.net4j.signal.IndicationWithResponse.doExtendedOutput(IndicationWithResponse.java:100) at org.eclipse.net4j.signal.Signal.doOutput(Signal.java:407) at org.eclipse.net4j.signal.IndicationWithResponse.execute(IndicationWithResponse.java:74) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) ******************************************************* Bugzilla_381472_Test.testDeleteRepo [MEM-branching, JVM, Legacy] ******************************************************* ContainerEvent[source=jvm://default, REMOVED=repo1] ******************************************************* Bugzilla_381472_Test.testDeleteRepoWrongHandlerType [MEM-branching, JVM, Legacy] ******************************************************* [ERROR] Factory not found: org.eclipse.emf.cdo.server.admin.adminHandlers[WRONG] org.eclipse.net4j.util.container.FactoryNotFoundException: Factory not found: org.eclipse.emf.cdo.server.admin.adminHandlers[WRONG] at org.eclipse.net4j.util.container.ManagedContainer.getFactory(ManagedContainer.java:317) at org.eclipse.net4j.util.container.ManagedContainer.createElement(ManagedContainer.java:461) at org.eclipse.net4j.util.container.ManagedContainer.getElement(ManagedContainer.java:404) at org.eclipse.net4j.util.container.ManagedContainer.getElement(ManagedContainer.java:384) at org.eclipse.emf.cdo.server.internal.admin.CDOAdminServer.getAdminHandler(CDOAdminServer.java:367) at org.eclipse.emf.cdo.server.internal.admin.CDOAdminServer.doDeleteRepository(CDOAdminServer.java:142) at org.eclipse.emf.cdo.spi.common.admin.AbstractCDOAdmin.deleteRepository(AbstractCDOAdmin.java:129) at org.eclipse.emf.cdo.server.internal.admin.protocol.DeleteRepositoryIndication$1.call(DeleteRepositoryIndication.java:75) at org.eclipse.emf.cdo.server.internal.admin.protocol.DeleteRepositoryIndication$1.call(DeleteRepositoryIndication.java:1) at org.eclipse.emf.cdo.spi.server.AuthenticationUtil$1.doCall(AuthenticationUtil.java:52) at org.eclipse.emf.cdo.spi.server.AuthenticationUtil$AuthenticatingOperation.call(AuthenticationUtil.java:82) at org.eclipse.emf.cdo.server.internal.admin.protocol.DeleteRepositoryIndication.deleteRepository(DeleteRepositoryIndication.java:80) at org.eclipse.emf.cdo.server.internal.admin.protocol.DeleteRepositoryIndication.responding(DeleteRepositoryIndication.java:53) at org.eclipse.net4j.signal.IndicationWithResponse.doExtendedOutput(IndicationWithResponse.java:100) at org.eclipse.net4j.signal.Signal.doOutput(Signal.java:407) at org.eclipse.net4j.signal.IndicationWithResponse.execute(IndicationWithResponse.java:74) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) ******************************************************* Bugzilla_381472_Test.testInitial [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_381472_Test.testRepoAdded [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_381472_Test.testRepoAddedAdded [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_381472_Test.testRepoAddedEvent [MEM-branching, JVM, Legacy] ******************************************************* ContainerEvent[source=jvm://default, ADDED=repo2] ******************************************************* Bugzilla_381472_Test.testRepoAddedRemoved [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_381472_Test.testRepoAddedRemovedAdded [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_381472_Test.testRepoAddedRemovedAddedOther [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_381472_Test.testRepoRemovedEvent [MEM-branching, JVM, Legacy] ******************************************************* ContainerEvent[source=jvm://default, REMOVED=repo1] ******************************************************* Bugzilla_381472_Test.testRepoStateChangedEvent [MEM-branching, JVM, Legacy] ******************************************************* RepositoryStateChangedEvent[source=repo1] ******************************************************* Bugzilla_381472_Test.testRepoTypeChangedEvent [MEM-branching, JVM, Legacy] ******************************************************* RepositoryTypeChangedEvent[source=repo1] ******************************************************* Bugzilla_383370_Test.testSecondLevel [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_383370_Test.testSecondLevelWithChildren [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_383370_Test.testTopLevel [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_383370_Test.testTopLevelWithChildren [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_384496_Test.testSimplest [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_385268_Test.testDetachment [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_385268_Test.testReattachment [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_385268_Test.testReattachment2 [MEM-branching, JVM, Legacy] ******************************************************* Main RemoteUser Main ******************************************************* Bugzilla_387563_Test.testPartialLockOnCommit [MEM-branching, JVM, Legacy] ******************************************************* category1 --> oid4 category2 --> oid5 category4 --> oid6 category6 --> oid7 category5 --> oid8 category7 --> oid9 category3 --> oid10 category8 --> oid11 category10 --> oid12 category9 --> oid13 category11 --> oid14 ******************************************************* Bugzilla_387563_Test.testPartialUnlockOnCommit [MEM-branching, JVM, Legacy] ******************************************************* category1 --> oid4 category2 --> oid5 category4 --> oid6 category6 --> oid7 category5 --> oid8 category7 --> oid9 category3 --> oid10 category8 --> oid11 category10 --> oid12 category9 --> oid13 category11 --> oid14 ******************************************************* Bugzilla_387563b_Test.testExplicitLockingAndUnlockingOfNewObject [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_387563b_Test.testExplicitLockingOfNewObject [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_387563b_Test.testExplicitLockingOfNewObjectExemption [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_387563b_Test.testNoImplicitLockingOfNewObject [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_387564_Test.testLockEventAfterInvalidationEventDifferentSession [MEM-branching, JVM, Legacy] ******************************************************* Initial Changed ******************************************************* Bugzilla_387564_Test.testLockEventAfterInvalidationEventSameSession [MEM-branching, JVM, Legacy] ******************************************************* Initial Changed ******************************************************* Bugzilla_390185_Test.testInvalidationDeadlock [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_390283_Test.testAddAfterRemove [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_390283_Test.testRemoveFromMiddle [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_392956_Test.testPartialPersistence [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_395685_Test.testCorrectOldValue [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_395999_Test.testTwiceGetCDOResourceOnResourceSetImpl [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_395999_Test.testTwiceGetXMIResourceOnResourceSetImpl [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_396181_Test.testCreatePersist [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_397822_Test.testClear_attribute [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_397822_Test.testRemoveAll_attribute [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_397822_Test.testRemoveAll_containment [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_397948_Test.testContains [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_397948_Test.testGet [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_397948_Test.testIndexOf [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_397948_Test.testIsEmpty [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_397948_Test.testIterator [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_397948_Test.testLastIndexOf [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_397948_Test.testListIterator [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_397948_Test.testListIteratorFromEnd [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_397948_Test.testSubList [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_397948_Test.testToArray [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_399279_Test.testRemoveAdapterViewsClosedAndResourcesRemoved [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_399279_Test.testRemoveAdapterWhileResourcesStillLoaded [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_399279_Test.testRemoveAdapterWhileViewStillOpen [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_399470_Test.testUnload [MEM-branching, JVM, Legacy] ******************************************************* [INFO] Security realm created in /security [INFO] Security realm created in /security [INFO] Security realm created in /security ******************************************************* Bugzilla_399641_Test.testContainerAwareFactories [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_399641_Test.testNet4jSessionFactory [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_399956_Test.testDetachment [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_400236_Test.testCommit [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_400311_Test.testOneFeature [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_400311_Test.testTwoFeaturesUndoOne [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_400311b_Test.testTouchModificationDoNotMakeObjectsDirtyOnMultiValuedAttribute [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_400311b_Test.testTouchModificationDoNotMakeObjectsDirtyOnMultiValuedAttributeMove [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_400311b_Test.testTouchModificationDoNotMakeObjectsDirtyOnMultiValuedEnum [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_400311b_Test.testTouchModificationDoNotMakeObjectsDirtyOnMultiValuedEnumMove [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_400311b_Test.testTouchModificationDoNotMakeObjectsDirtyOnMultiValuedReference [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_400311b_Test.testTouchModificationDoNotMakeObjectsDirtyOnMultiValuedReferenceMove [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_400311b_Test.testTouchModificationDoNotMakeObjectsDirtyOnSingleValuedAttribute [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_400311b_Test.testTouchModificationDoNotMakeObjectsDirtyOnSingleValuedEnum [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_400311b_Test.testTouchModificationDoNotMakeObjectsDirtyOnSingleValuedReference [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_400311b_Test.testUndoRevertsToCleanStateOnMultiValuedAttribute [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_400311b_Test.testUndoRevertsToCleanStateOnMultiValuedAttributeMove [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_400311b_Test.testUndoRevertsToCleanStateOnMultiValuedEnum [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_400311b_Test.testUndoRevertsToCleanStateOnMultiValuedEnumMove [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_400311b_Test.testUndoRevertsToCleanStateOnMultiValuedReference [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_400311b_Test.testUndoRevertsToCleanStateOnMultiValuedReferenceMove [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_400311b_Test.testUndoRevertsToCleanStateOnObjectCreation [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_400311b_Test.testUndoRevertsToCleanStateOnSingleValuedAttribute [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_400311b_Test.testUndoRevertsToCleanStateOnSingleValuedEnum [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_400311b_Test.testUndoRevertsToCleanStateOnSingleValuedReference [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_402142_Test.testCheckLockByOther [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_402142_Test.testCheckLockByOtherAfterLockUnlock [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_402142_Test.testLockUnlockOnElementMovedBetweenResources [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_402670_Test.testRollbackOfBooleanValueChange [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_403681_Test.testImportEStructuralFeatureTypes [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_404318_Test.testUnloadedEClass [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_405191_Test.testAllTypesSetAndDefault [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_405191_Test.testAllTypesSetAndDefaultEMF [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_405191_Test.testAllTypesSetAndNull [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_405191_Test.testAllTypesSetAndUnset [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_405191_Test.testSetNonDefaultNullString [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_405400_Test.testRecreateCDOResource [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_405400_Test.testRecreateCDOResourceSeparateSession [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_405543_Test.testIsSetOnUnsettableReference [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_405543_Test.testIsSetOnUnsettableReference2 [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_405543_Test.testIsUnsetOnUnsettableReference [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_405606_Test.testUnchunkedRevisionWithPCL [MEM-branching, JVM, Legacy] ******************************************************* Unchunked: false Unchunked: true Test 0 Test 1 Test 2 Test 3 Test 4 Test 5 Test 6 Test 7 Test 8 Test 9 ******************************************************* Bugzilla_405850_Test.testIndexOutOfBounds [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_407157_Test.testUndoRedo [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_408534_Test.testListElementMove [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_409284_Test.testContainmentCycle [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_409287_Test.testListenersOnRollback [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_411927_Test.testWithFailureAfterTimeStamp [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_411927_Test.testWithFailureBeforeTimeStamp [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_411927_Test.testWithoutFailure [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_414949_Test.testEcoreUtilGetURIWithCDOLegacyWrapperBug [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_415415_Test.testStaleReferenceRemove_FromLocallyDirtyObjectToRemotelyDetachedObject [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_415415_Test.testStaleReferenceRemove_FromRemotelyDirtyObjectToLocallyDetachedObject [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_415836_Test.testCDOTransaction_GetOrCreateBinaryResourceWithEmptyResourcePath [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_415836_Test.testCDOTransaction_GetOrCreateBinaryResourceWithExistingResourceAndTimeoutException [MEM-branching, JVM, Legacy] ******************************************************* [ERROR] java.util.concurrent.TimeoutException: Buffer read timeout expired after 0 milliseconds org.eclipse.emf.cdo.common.util.TransportException: java.util.concurrent.TimeoutException: Buffer read timeout expired after 0 milliseconds at org.eclipse.emf.cdo.internal.net4j.protocol.CDOClientProtocol.send(CDOClientProtocol.java:684) at org.eclipse.emf.cdo.internal.net4j.protocol.CDOClientProtocol.closeView(CDOClientProtocol.java:297) at org.eclipse.emf.internal.cdo.view.CDOViewImpl.doDeactivate(CDOViewImpl.java:1682) at org.eclipse.emf.internal.cdo.transaction.CDOTransactionImpl.doDeactivate(CDOTransactionImpl.java:3937) at org.eclipse.net4j.util.lifecycle.Lifecycle.internalDeactivate(Lifecycle.java:151) at org.eclipse.net4j.util.lifecycle.Lifecycle.deactivate(Lifecycle.java:208) at org.eclipse.net4j.util.lifecycle.LifecycleUtil.deactivate(LifecycleUtil.java:254) at org.eclipse.net4j.util.lifecycle.LifecycleUtil.deactivate(LifecycleUtil.java:244) at org.eclipse.net4j.util.lifecycle.LifecycleUtil.deactivate(LifecycleUtil.java:271) at org.eclipse.emf.internal.cdo.view.AbstractCDOView.close(AbstractCDOView.java:3006) at org.eclipse.emf.internal.cdo.session.CDOViewContainerImpl.doDeactivate(CDOViewContainerImpl.java:252) at org.eclipse.emf.internal.cdo.session.CDOSessionImpl.doDeactivate(CDOSessionImpl.java:1710) at org.eclipse.emf.cdo.internal.net4j.CDONet4jSessionImpl.doDeactivate(CDONet4jSessionImpl.java:340) at org.eclipse.net4j.util.lifecycle.Lifecycle.internalDeactivate(Lifecycle.java:151) at org.eclipse.net4j.util.lifecycle.ShareableLifecycle.internalDeactivate(ShareableLifecycle.java:52) at org.eclipse.net4j.util.lifecycle.Lifecycle.deactivate(Lifecycle.java:208) at org.eclipse.net4j.util.lifecycle.LifecycleUtil.deactivate(LifecycleUtil.java:254) at org.eclipse.net4j.util.lifecycle.LifecycleUtil.deactivate(LifecycleUtil.java:244) at org.eclipse.emf.cdo.tests.config.impl.SessionConfig.closeAllSessions(SessionConfig.java:238) at org.eclipse.emf.cdo.tests.config.impl.SessionConfig.tearDown(SessionConfig.java:277) at org.eclipse.emf.cdo.tests.config.impl.SessionConfig$Net4j.tearDown(SessionConfig.java:478) at org.eclipse.emf.cdo.tests.config.impl.Scenario.tearDown(Scenario.java:241) at org.eclipse.emf.cdo.tests.config.impl.ConfigTest.doTearDown(ConfigTest.java:874) at org.eclipse.emf.cdo.tests.AbstractCDOTest.doTearDown(AbstractCDOTest.java:118) at org.eclipse.net4j.util.tests.AbstractOMTest.tearDown(AbstractOMTest.java:233) at org.eclipse.net4j.util.tests.AbstractOMTest$3.execute(AbstractOMTest.java:325) at org.eclipse.net4j.internal.util.test.TestExecuter.execute(TestExecuter.java:40) at org.eclipse.net4j.util.tests.AbstractOMTest.runBare(AbstractOMTest.java:301) at org.eclipse.emf.cdo.tests.config.impl.ConfigTest.runBare(ConfigTest.java:648) at junit.framework.TestResult$1.protect(TestResult.java:122) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.framework.TestResult.run(TestResult.java:125) at junit.framework.TestCase.run(TestCase.java:130) at org.eclipse.net4j.util.tests.AbstractOMTest.run(AbstractOMTest.java:375) at junit.framework.TestSuite.runTest(TestSuite.java:241) at org.eclipse.emf.cdo.tests.config.impl.ConfigTestSuite$TestClassWrapper.runTest(ConfigTestSuite.java:231) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at org.eclipse.emf.cdo.tests.config.impl.ConfigTestSuite$MainSuite.run(ConfigTestSuite.java:166) at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:364) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:237) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:158) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.apache.maven.surefire.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:167) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:142) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:28) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:679) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:616) at org.eclipse.equinox.launcher.Main.run(Main.java:1492) at org.eclipse.equinox.launcher.Main.main(Main.java:1465) Caused by: java.util.concurrent.TimeoutException: Buffer read timeout expired after 0 milliseconds at org.eclipse.net4j.util.io.IOTimeoutException.createTimeoutException(IOTimeoutException.java:46) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:348) at org.eclipse.net4j.signal.SignalProtocol.startSignal(SignalProtocol.java:557) at org.eclipse.net4j.signal.RequestWithConfirmation.doSend(RequestWithConfirmation.java:90) at org.eclipse.net4j.signal.RequestWithConfirmation.send(RequestWithConfirmation.java:76) at org.eclipse.emf.cdo.internal.net4j.protocol.CDOClientProtocol.send(CDOClientProtocol.java:676) ... 68 more Caused by: org.eclipse.net4j.util.io.IOTimeoutException: Buffer read timeout expired after 0 milliseconds at org.eclipse.net4j.buffer.BufferInputStream.computeTimeout(BufferInputStream.java:357) at org.eclipse.net4j.buffer.BufferInputStream.ensureBuffer(BufferInputStream.java:310) at org.eclipse.net4j.buffer.BufferInputStream.read(BufferInputStream.java:135) at java.base/java.io.DataInputStream.readBoolean(DataInputStream.java:248) at org.eclipse.net4j.util.io.ExtendedDataInput$Delegating.readBoolean(ExtendedDataInput.java:79) at org.eclipse.emf.cdo.internal.net4j.protocol.CloseViewRequest.confirming(CloseViewRequest.java:41) at org.eclipse.emf.cdo.internal.net4j.protocol.CloseViewRequest.confirming(CloseViewRequest.java:1) at org.eclipse.emf.cdo.internal.net4j.protocol.CDOClientRequest.confirming(CDOClientRequest.java:110) at org.eclipse.net4j.signal.RequestWithConfirmation.doExtendedInput(RequestWithConfirmation.java:126) at org.eclipse.net4j.signal.Signal.doInput(Signal.java:434) at org.eclipse.net4j.signal.RequestWithConfirmation.doExecute(RequestWithConfirmation.java:106) at org.eclipse.net4j.signal.SignalActor.execute(SignalActor.java:53) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) ... 72 more ******************************************************* Bugzilla_415836_Test.testCDOTransaction_GetOrCreateBinaryResourceWithNullResourcePath [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_415836_Test.testCDOTransaction_GetOrCreateResourceFolderWithEmptyResourcePath [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_415836_Test.testCDOTransaction_GetOrCreateResourceFolderWithExistingResourceAndTimeoutException [MEM-branching, JVM, Legacy] ******************************************************* [ERROR] java.util.concurrent.TimeoutException: Buffer read timeout expired after 0 milliseconds org.eclipse.emf.cdo.common.util.TransportException: java.util.concurrent.TimeoutException: Buffer read timeout expired after 0 milliseconds at org.eclipse.emf.cdo.internal.net4j.protocol.CDOClientProtocol.send(CDOClientProtocol.java:684) at org.eclipse.emf.cdo.internal.net4j.protocol.CDOClientProtocol.closeView(CDOClientProtocol.java:297) at org.eclipse.emf.internal.cdo.view.CDOViewImpl.doDeactivate(CDOViewImpl.java:1682) at org.eclipse.emf.internal.cdo.transaction.CDOTransactionImpl.doDeactivate(CDOTransactionImpl.java:3937) at org.eclipse.net4j.util.lifecycle.Lifecycle.internalDeactivate(Lifecycle.java:151) at org.eclipse.net4j.util.lifecycle.Lifecycle.deactivate(Lifecycle.java:208) at org.eclipse.net4j.util.lifecycle.LifecycleUtil.deactivate(LifecycleUtil.java:254) at org.eclipse.net4j.util.lifecycle.LifecycleUtil.deactivate(LifecycleUtil.java:244) at org.eclipse.net4j.util.lifecycle.LifecycleUtil.deactivate(LifecycleUtil.java:271) at org.eclipse.emf.internal.cdo.view.AbstractCDOView.close(AbstractCDOView.java:3006) at org.eclipse.emf.internal.cdo.session.CDOViewContainerImpl.doDeactivate(CDOViewContainerImpl.java:252) at org.eclipse.emf.internal.cdo.session.CDOSessionImpl.doDeactivate(CDOSessionImpl.java:1710) at org.eclipse.emf.cdo.internal.net4j.CDONet4jSessionImpl.doDeactivate(CDONet4jSessionImpl.java:340) at org.eclipse.net4j.util.lifecycle.Lifecycle.internalDeactivate(Lifecycle.java:151) at org.eclipse.net4j.util.lifecycle.ShareableLifecycle.internalDeactivate(ShareableLifecycle.java:52) at org.eclipse.net4j.util.lifecycle.Lifecycle.deactivate(Lifecycle.java:208) at org.eclipse.net4j.util.lifecycle.LifecycleUtil.deactivate(LifecycleUtil.java:254) at org.eclipse.net4j.util.lifecycle.LifecycleUtil.deactivate(LifecycleUtil.java:244) at org.eclipse.emf.cdo.tests.config.impl.SessionConfig.closeAllSessions(SessionConfig.java:238) at org.eclipse.emf.cdo.tests.config.impl.SessionConfig.tearDown(SessionConfig.java:277) at org.eclipse.emf.cdo.tests.config.impl.SessionConfig$Net4j.tearDown(SessionConfig.java:478) at org.eclipse.emf.cdo.tests.config.impl.Scenario.tearDown(Scenario.java:241) at org.eclipse.emf.cdo.tests.config.impl.ConfigTest.doTearDown(ConfigTest.java:874) at org.eclipse.emf.cdo.tests.AbstractCDOTest.doTearDown(AbstractCDOTest.java:118) at org.eclipse.net4j.util.tests.AbstractOMTest.tearDown(AbstractOMTest.java:233) at org.eclipse.net4j.util.tests.AbstractOMTest$3.execute(AbstractOMTest.java:325) at org.eclipse.net4j.internal.util.test.TestExecuter.execute(TestExecuter.java:40) at org.eclipse.net4j.util.tests.AbstractOMTest.runBare(AbstractOMTest.java:301) at org.eclipse.emf.cdo.tests.config.impl.ConfigTest.runBare(ConfigTest.java:648) at junit.framework.TestResult$1.protect(TestResult.java:122) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.framework.TestResult.run(TestResult.java:125) at junit.framework.TestCase.run(TestCase.java:130) at org.eclipse.net4j.util.tests.AbstractOMTest.run(AbstractOMTest.java:375) at junit.framework.TestSuite.runTest(TestSuite.java:241) at org.eclipse.emf.cdo.tests.config.impl.ConfigTestSuite$TestClassWrapper.runTest(ConfigTestSuite.java:231) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at org.eclipse.emf.cdo.tests.config.impl.ConfigTestSuite$MainSuite.run(ConfigTestSuite.java:166) at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:364) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:237) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:158) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.apache.maven.surefire.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:167) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:142) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:28) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:679) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:616) at org.eclipse.equinox.launcher.Main.run(Main.java:1492) at org.eclipse.equinox.launcher.Main.main(Main.java:1465) Caused by: java.util.concurrent.TimeoutException: Buffer read timeout expired after 0 milliseconds at org.eclipse.net4j.util.io.IOTimeoutException.createTimeoutException(IOTimeoutException.java:46) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:348) at org.eclipse.net4j.signal.SignalProtocol.startSignal(SignalProtocol.java:557) at org.eclipse.net4j.signal.RequestWithConfirmation.doSend(RequestWithConfirmation.java:90) at org.eclipse.net4j.signal.RequestWithConfirmation.send(RequestWithConfirmation.java:76) at org.eclipse.emf.cdo.internal.net4j.protocol.CDOClientProtocol.send(CDOClientProtocol.java:676) ... 68 more Caused by: org.eclipse.net4j.util.io.IOTimeoutException: Buffer read timeout expired after 0 milliseconds at org.eclipse.net4j.buffer.BufferInputStream.computeTimeout(BufferInputStream.java:357) at org.eclipse.net4j.buffer.BufferInputStream.ensureBuffer(BufferInputStream.java:310) at org.eclipse.net4j.buffer.BufferInputStream.read(BufferInputStream.java:135) at java.base/java.io.DataInputStream.readBoolean(DataInputStream.java:248) at org.eclipse.net4j.util.io.ExtendedDataInput$Delegating.readBoolean(ExtendedDataInput.java:79) at org.eclipse.emf.cdo.internal.net4j.protocol.CloseViewRequest.confirming(CloseViewRequest.java:41) at org.eclipse.emf.cdo.internal.net4j.protocol.CloseViewRequest.confirming(CloseViewRequest.java:1) at org.eclipse.emf.cdo.internal.net4j.protocol.CDOClientRequest.confirming(CDOClientRequest.java:110) at org.eclipse.net4j.signal.RequestWithConfirmation.doExtendedInput(RequestWithConfirmation.java:126) at org.eclipse.net4j.signal.Signal.doInput(Signal.java:434) at org.eclipse.net4j.signal.RequestWithConfirmation.doExecute(RequestWithConfirmation.java:106) at org.eclipse.net4j.signal.SignalActor.execute(SignalActor.java:53) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) ... 72 more ******************************************************* Bugzilla_415836_Test.testCDOTransaction_GetOrCreateResourceFolderWithNullResourcePath [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_415836_Test.testCDOTransaction_GetOrCreateResourceWithEmptyResourcePath [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_415836_Test.testCDOTransaction_GetOrCreateResourceWithExistingResourceAndTimeoutException [MEM-branching, JVM, Legacy] ******************************************************* [ERROR] java.util.concurrent.TimeoutException: Buffer read timeout expired after 0 milliseconds org.eclipse.emf.cdo.common.util.TransportException: java.util.concurrent.TimeoutException: Buffer read timeout expired after 0 milliseconds at org.eclipse.emf.cdo.internal.net4j.protocol.CDOClientProtocol.send(CDOClientProtocol.java:684) at org.eclipse.emf.cdo.internal.net4j.protocol.CDOClientProtocol.closeView(CDOClientProtocol.java:297) at org.eclipse.emf.internal.cdo.view.CDOViewImpl.doDeactivate(CDOViewImpl.java:1682) at org.eclipse.emf.internal.cdo.transaction.CDOTransactionImpl.doDeactivate(CDOTransactionImpl.java:3937) at org.eclipse.net4j.util.lifecycle.Lifecycle.internalDeactivate(Lifecycle.java:151) at org.eclipse.net4j.util.lifecycle.Lifecycle.deactivate(Lifecycle.java:208) at org.eclipse.net4j.util.lifecycle.LifecycleUtil.deactivate(LifecycleUtil.java:254) at org.eclipse.net4j.util.lifecycle.LifecycleUtil.deactivate(LifecycleUtil.java:244) at org.eclipse.net4j.util.lifecycle.LifecycleUtil.deactivate(LifecycleUtil.java:271) at org.eclipse.emf.internal.cdo.view.AbstractCDOView.close(AbstractCDOView.java:3006) at org.eclipse.emf.internal.cdo.session.CDOViewContainerImpl.doDeactivate(CDOViewContainerImpl.java:252) at org.eclipse.emf.internal.cdo.session.CDOSessionImpl.doDeactivate(CDOSessionImpl.java:1710) at org.eclipse.emf.cdo.internal.net4j.CDONet4jSessionImpl.doDeactivate(CDONet4jSessionImpl.java:340) at org.eclipse.net4j.util.lifecycle.Lifecycle.internalDeactivate(Lifecycle.java:151) at org.eclipse.net4j.util.lifecycle.ShareableLifecycle.internalDeactivate(ShareableLifecycle.java:52) at org.eclipse.net4j.util.lifecycle.Lifecycle.deactivate(Lifecycle.java:208) at org.eclipse.net4j.util.lifecycle.LifecycleUtil.deactivate(LifecycleUtil.java:254) at org.eclipse.net4j.util.lifecycle.LifecycleUtil.deactivate(LifecycleUtil.java:244) at org.eclipse.emf.cdo.tests.config.impl.SessionConfig.closeAllSessions(SessionConfig.java:238) at org.eclipse.emf.cdo.tests.config.impl.SessionConfig.tearDown(SessionConfig.java:277) at org.eclipse.emf.cdo.tests.config.impl.SessionConfig$Net4j.tearDown(SessionConfig.java:478) at org.eclipse.emf.cdo.tests.config.impl.Scenario.tearDown(Scenario.java:241) at org.eclipse.emf.cdo.tests.config.impl.ConfigTest.doTearDown(ConfigTest.java:874) at org.eclipse.emf.cdo.tests.AbstractCDOTest.doTearDown(AbstractCDOTest.java:118) at org.eclipse.net4j.util.tests.AbstractOMTest.tearDown(AbstractOMTest.java:233) at org.eclipse.net4j.util.tests.AbstractOMTest$3.execute(AbstractOMTest.java:325) at org.eclipse.net4j.internal.util.test.TestExecuter.execute(TestExecuter.java:40) at org.eclipse.net4j.util.tests.AbstractOMTest.runBare(AbstractOMTest.java:301) at org.eclipse.emf.cdo.tests.config.impl.ConfigTest.runBare(ConfigTest.java:648) at junit.framework.TestResult$1.protect(TestResult.java:122) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.framework.TestResult.run(TestResult.java:125) at junit.framework.TestCase.run(TestCase.java:130) at org.eclipse.net4j.util.tests.AbstractOMTest.run(AbstractOMTest.java:375) at junit.framework.TestSuite.runTest(TestSuite.java:241) at org.eclipse.emf.cdo.tests.config.impl.ConfigTestSuite$TestClassWrapper.runTest(ConfigTestSuite.java:231) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at org.eclipse.emf.cdo.tests.config.impl.ConfigTestSuite$MainSuite.run(ConfigTestSuite.java:166) at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:364) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:237) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:158) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.apache.maven.surefire.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:167) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:142) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:28) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:679) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:616) at org.eclipse.equinox.launcher.Main.run(Main.java:1492) at org.eclipse.equinox.launcher.Main.main(Main.java:1465) Caused by: java.util.concurrent.TimeoutException: Buffer read timeout expired after 0 milliseconds at org.eclipse.net4j.util.io.IOTimeoutException.createTimeoutException(IOTimeoutException.java:46) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:348) at org.eclipse.net4j.signal.SignalProtocol.startSignal(SignalProtocol.java:557) at org.eclipse.net4j.signal.RequestWithConfirmation.doSend(RequestWithConfirmation.java:90) at org.eclipse.net4j.signal.RequestWithConfirmation.send(RequestWithConfirmation.java:76) at org.eclipse.emf.cdo.internal.net4j.protocol.CDOClientProtocol.send(CDOClientProtocol.java:676) ... 68 more Caused by: org.eclipse.net4j.util.io.IOTimeoutException: Buffer read timeout expired after 0 milliseconds at org.eclipse.net4j.buffer.BufferInputStream.computeTimeout(BufferInputStream.java:357) at org.eclipse.net4j.buffer.BufferInputStream.ensureBuffer(BufferInputStream.java:310) at org.eclipse.net4j.buffer.BufferInputStream.read(BufferInputStream.java:135) at java.base/java.io.DataInputStream.readBoolean(DataInputStream.java:248) at org.eclipse.net4j.util.io.ExtendedDataInput$Delegating.readBoolean(ExtendedDataInput.java:79) at org.eclipse.emf.cdo.internal.net4j.protocol.CloseViewRequest.confirming(CloseViewRequest.java:41) at org.eclipse.emf.cdo.internal.net4j.protocol.CloseViewRequest.confirming(CloseViewRequest.java:1) at org.eclipse.emf.cdo.internal.net4j.protocol.CDOClientRequest.confirming(CDOClientRequest.java:110) at org.eclipse.net4j.signal.RequestWithConfirmation.doExtendedInput(RequestWithConfirmation.java:126) at org.eclipse.net4j.signal.Signal.doInput(Signal.java:434) at org.eclipse.net4j.signal.RequestWithConfirmation.doExecute(RequestWithConfirmation.java:106) at org.eclipse.net4j.signal.SignalActor.execute(SignalActor.java:53) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) ... 72 more ******************************************************* Bugzilla_415836_Test.testCDOTransaction_GetOrCreateResourceWithNullResourcePath [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_415836_Test.testCDOTransaction_GetOrCreateTextResourceWithEmptyResourcePath [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_415836_Test.testCDOTransaction_GetOrCreateTextResourceWithExistingResourceAndTimeoutException [MEM-branching, JVM, Legacy] ******************************************************* [ERROR] java.util.concurrent.TimeoutException: Buffer read timeout expired after 0 milliseconds org.eclipse.emf.cdo.common.util.TransportException: java.util.concurrent.TimeoutException: Buffer read timeout expired after 0 milliseconds at org.eclipse.emf.cdo.internal.net4j.protocol.CDOClientProtocol.send(CDOClientProtocol.java:684) at org.eclipse.emf.cdo.internal.net4j.protocol.CDOClientProtocol.closeView(CDOClientProtocol.java:297) at org.eclipse.emf.internal.cdo.view.CDOViewImpl.doDeactivate(CDOViewImpl.java:1682) at org.eclipse.emf.internal.cdo.transaction.CDOTransactionImpl.doDeactivate(CDOTransactionImpl.java:3937) at org.eclipse.net4j.util.lifecycle.Lifecycle.internalDeactivate(Lifecycle.java:151) at org.eclipse.net4j.util.lifecycle.Lifecycle.deactivate(Lifecycle.java:208) at org.eclipse.net4j.util.lifecycle.LifecycleUtil.deactivate(LifecycleUtil.java:254) at org.eclipse.net4j.util.lifecycle.LifecycleUtil.deactivate(LifecycleUtil.java:244) at org.eclipse.net4j.util.lifecycle.LifecycleUtil.deactivate(LifecycleUtil.java:271) at org.eclipse.emf.internal.cdo.view.AbstractCDOView.close(AbstractCDOView.java:3006) at org.eclipse.emf.internal.cdo.session.CDOViewContainerImpl.doDeactivate(CDOViewContainerImpl.java:252) at org.eclipse.emf.internal.cdo.session.CDOSessionImpl.doDeactivate(CDOSessionImpl.java:1710) at org.eclipse.emf.cdo.internal.net4j.CDONet4jSessionImpl.doDeactivate(CDONet4jSessionImpl.java:340) at org.eclipse.net4j.util.lifecycle.Lifecycle.internalDeactivate(Lifecycle.java:151) at org.eclipse.net4j.util.lifecycle.ShareableLifecycle.internalDeactivate(ShareableLifecycle.java:52) at org.eclipse.net4j.util.lifecycle.Lifecycle.deactivate(Lifecycle.java:208) at org.eclipse.net4j.util.lifecycle.LifecycleUtil.deactivate(LifecycleUtil.java:254) at org.eclipse.net4j.util.lifecycle.LifecycleUtil.deactivate(LifecycleUtil.java:244) at org.eclipse.emf.cdo.tests.config.impl.SessionConfig.closeAllSessions(SessionConfig.java:238) at org.eclipse.emf.cdo.tests.config.impl.SessionConfig.tearDown(SessionConfig.java:277) at org.eclipse.emf.cdo.tests.config.impl.SessionConfig$Net4j.tearDown(SessionConfig.java:478) at org.eclipse.emf.cdo.tests.config.impl.Scenario.tearDown(Scenario.java:241) at org.eclipse.emf.cdo.tests.config.impl.ConfigTest.doTearDown(ConfigTest.java:874) at org.eclipse.emf.cdo.tests.AbstractCDOTest.doTearDown(AbstractCDOTest.java:118) at org.eclipse.net4j.util.tests.AbstractOMTest.tearDown(AbstractOMTest.java:233) at org.eclipse.net4j.util.tests.AbstractOMTest$3.execute(AbstractOMTest.java:325) at org.eclipse.net4j.internal.util.test.TestExecuter.execute(TestExecuter.java:40) at org.eclipse.net4j.util.tests.AbstractOMTest.runBare(AbstractOMTest.java:301) at org.eclipse.emf.cdo.tests.config.impl.ConfigTest.runBare(ConfigTest.java:648) at junit.framework.TestResult$1.protect(TestResult.java:122) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.framework.TestResult.run(TestResult.java:125) at junit.framework.TestCase.run(TestCase.java:130) at org.eclipse.net4j.util.tests.AbstractOMTest.run(AbstractOMTest.java:375) at junit.framework.TestSuite.runTest(TestSuite.java:241) at org.eclipse.emf.cdo.tests.config.impl.ConfigTestSuite$TestClassWrapper.runTest(ConfigTestSuite.java:231) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at org.eclipse.emf.cdo.tests.config.impl.ConfigTestSuite$MainSuite.run(ConfigTestSuite.java:166) at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:364) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:237) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:158) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.apache.maven.surefire.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:167) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:142) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:28) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:679) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:616) at org.eclipse.equinox.launcher.Main.run(Main.java:1492) at org.eclipse.equinox.launcher.Main.main(Main.java:1465) Caused by: java.util.concurrent.TimeoutException: Buffer read timeout expired after 0 milliseconds at org.eclipse.net4j.util.io.IOTimeoutException.createTimeoutException(IOTimeoutException.java:46) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:348) at org.eclipse.net4j.signal.SignalProtocol.startSignal(SignalProtocol.java:557) at org.eclipse.net4j.signal.RequestWithConfirmation.doSend(RequestWithConfirmation.java:90) at org.eclipse.net4j.signal.RequestWithConfirmation.send(RequestWithConfirmation.java:76) at org.eclipse.emf.cdo.internal.net4j.protocol.CDOClientProtocol.send(CDOClientProtocol.java:676) ... 68 more Caused by: org.eclipse.net4j.util.io.IOTimeoutException: Buffer read timeout expired after 0 milliseconds at org.eclipse.net4j.buffer.BufferInputStream.computeTimeout(BufferInputStream.java:357) at org.eclipse.net4j.buffer.BufferInputStream.ensureBuffer(BufferInputStream.java:310) at org.eclipse.net4j.buffer.BufferInputStream.read(BufferInputStream.java:135) at java.base/java.io.DataInputStream.readBoolean(DataInputStream.java:248) at org.eclipse.net4j.util.io.ExtendedDataInput$Delegating.readBoolean(ExtendedDataInput.java:79) at org.eclipse.emf.cdo.internal.net4j.protocol.CloseViewRequest.confirming(CloseViewRequest.java:41) at org.eclipse.emf.cdo.internal.net4j.protocol.CloseViewRequest.confirming(CloseViewRequest.java:1) at org.eclipse.emf.cdo.internal.net4j.protocol.CDOClientRequest.confirming(CDOClientRequest.java:110) at org.eclipse.net4j.signal.RequestWithConfirmation.doExtendedInput(RequestWithConfirmation.java:126) at org.eclipse.net4j.signal.Signal.doInput(Signal.java:434) at org.eclipse.net4j.signal.RequestWithConfirmation.doExecute(RequestWithConfirmation.java:106) at org.eclipse.net4j.signal.SignalActor.execute(SignalActor.java:53) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) ... 72 more ******************************************************* Bugzilla_415836_Test.testCDOTransaction_GetOrCreateTextResourceWithNullResourcePath [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_415836_Test.testEnableDisableTimeoutException [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_416298_Test.testGetSetFolderPath [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_416298_Test.testGetSetResourcePath [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_416298_Test.testGetSetResourceURI [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_416366_Test.testImplicitEObjectFeatures [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_416474_Test.testAllProperContentsNoTypeFilter [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_416474_Test.testAllProperContentsTypeFilter [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_416474_Test.testMatchesAnyStringAttribute [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_416555_Test.testQueryInstances [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_416555_Test.testQueryInstancesAsync [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_417483_Test.testCommit_NoPermission [MEM-branching, JVM, Legacy] ******************************************************* [INFO] Security realm created in /security ******************************************************* Bugzilla_417483_Test.testCommit_ReadPermission [MEM-branching, JVM, Legacy] ******************************************************* [INFO] Security realm created in /security ******************************************************* Bugzilla_417483_Test.testCommit_WritePermission [MEM-branching, JVM, Legacy] ******************************************************* [INFO] Security realm created in /security ******************************************************* Bugzilla_417483_Test.testLoad_NoPermission [MEM-branching, JVM, Legacy] ******************************************************* [INFO] Security realm created in /security ******************************************************* Bugzilla_417483_Test.testLoad_ReadPermission [MEM-branching, JVM, Legacy] ******************************************************* [INFO] Security realm created in /security ******************************************************* Bugzilla_417483_Test.testPassiveUpdates_Additions [MEM-branching, JVM, Legacy] ******************************************************* [INFO] Security realm created in /security ******************************************************* Bugzilla_417483_Test.testPassiveUpdates_Additions_WithEditingDomain [MEM-branching, JVM, Legacy] ******************************************************* [INFO] Security realm created in /security ******************************************************* Bugzilla_417483_Test.testPassiveUpdates_Changes [MEM-branching, JVM, Legacy] ******************************************************* [INFO] Security realm created in /security ******************************************************* Bugzilla_417483_Test.testPassiveUpdates_Changes_WithEditingDomain [MEM-branching, JVM, Legacy] ******************************************************* [INFO] Security realm created in /security ******************************************************* Bugzilla_417483_Test.testPassiveUpdates_Invalidations [MEM-branching, JVM, Legacy] ******************************************************* [INFO] Security realm created in /security ******************************************************* Bugzilla_417483_Test.testPassiveUpdates_InvalidationsWithEditingDomain [MEM-branching, JVM, Legacy] ******************************************************* [INFO] Security realm created in /security ******************************************************* Bugzilla_417483_Test.testRemoveUser [MEM-branching, JVM, Legacy] ******************************************************* [INFO] Security realm created in /security ******************************************************* Bugzilla_417782_Test.testEObjectReference [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_417844_Test.testInvalidationRunnerLifecycle [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_418267_Test.testMoveFromNoneToNone [MEM-branching, JVM, Legacy] ******************************************************* [INFO] Security realm created in /security ******************************************************* Bugzilla_418267_Test.testMoveFromNoneToRead [MEM-branching, JVM, Legacy] ******************************************************* [INFO] Security realm created in /security ******************************************************* Bugzilla_418267_Test.testMoveFromNoneToWrite [MEM-branching, JVM, Legacy] ******************************************************* [INFO] Security realm created in /security ******************************************************* Bugzilla_418267_Test.testMoveFromReadToNone [MEM-branching, JVM, Legacy] ******************************************************* [INFO] Security realm created in /security ******************************************************* Bugzilla_418267_Test.testMoveFromReadToRead [MEM-branching, JVM, Legacy] ******************************************************* [INFO] Security realm created in /security ******************************************************* Bugzilla_418267_Test.testMoveFromReadToWrite [MEM-branching, JVM, Legacy] ******************************************************* [INFO] Security realm created in /security ******************************************************* Bugzilla_418267_Test.testMoveFromWriteToNone [MEM-branching, JVM, Legacy] ******************************************************* [INFO] Security realm created in /security ******************************************************* Bugzilla_418267_Test.testMoveFromWriteToRead [MEM-branching, JVM, Legacy] ******************************************************* [INFO] Security realm created in /security ******************************************************* Bugzilla_418267_Test.testMoveFromWriteToWrite [MEM-branching, JVM, Legacy] ******************************************************* [INFO] Security realm created in /security ******************************************************* Bugzilla_419574_Test.testConflict [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_421287_Test.testAsyncQueryForUnknownEClass [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_421287_Test.testSyncQueryForUnknownEClass [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_422170_Test.testPermissionsWithDetachedObject [MEM-branching, JVM, Legacy] ******************************************************* [INFO] Security realm created in /security ******************************************************* Bugzilla_423699_Test.testUnlockDeletedElementsWithDurableLockingAndAutoReleaseLocks [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_423699_Test.testUnlockDeletedElementsWithDurableLockingAndNoAutoReleaseLocks [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_423699_Test.testUnlockDeletedElementsWithNoDurableLockingAndAutoReleaseLocks [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_423699_Test.testUnlockDeletedElementsWithNoDurableLockingAndNoAutoReleaseLocks [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_427773_Test.testParallelAuthenticatedSessionOpening [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_429659_Test.testUnsetOnNonUnsettableMultiValuedFeatureCDOResource [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_429659_Test.testUnsetOnNonUnsettableMultiValuedFeatureXMIResource [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_429659_Test.testUnsetOnNonUnsettableSingleValuedAttributeCDOResource [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_429659_Test.testUnsetOnNonUnsettableSingleValuedAttributeXMIResource [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_429659_Test.testUnsetOnUnsettableMultiValuedFeatureCDOResource [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_429659_Test.testUnsetOnUnsettableMultiValuedFeatureXMIResource [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_429659_Test.testUnsetOnUnsettableSingleValuedAttributeCDOResource [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_429659_Test.testUnsetOnUnsettableSingleValuedAttributeXMIResource [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_429709_Test.testContainmentAddAddSet [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_429709_Test.testContainmentAddSet [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_429709_Test.testContainmentSetSet [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_430251_Test.testMemoryLeakOnResourceSet [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_430794_Test.testConflictResolutionWithSavepoint [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_430836_Test.testXRefQueryOnBranchOtherThenMain [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_435198_Test.testAbstractCDOView_GetObjectWithCDOResourceId_ResourceSetAddition [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_435198_Test.testAbstractCDOView_GetObject_ResourceSetAddition [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_435198_Test.testAbstractCDOView_GetResource_ResourceSetAddition [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_436246_Test.testCDORevisionCDOFetchRuleOnOtherBranchWithChanges [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_436246_Test.testCDORevisionPrefetchOnMainBranch [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_436246_Test.testCDORevisionPrefetchOnOtherBranch [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_436246_Test.testCDORevisionPrefetchOnOtherBranchWithChanges [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_438682_Test.testUnsetNonUnsettableFeatureAndCommit [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_438682_Test.testUnsetUnsettableFeatureAndCommit [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_439173_Test.testSwitchTargetVersion [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_439173_Test.testSwitchTargetVersionResourceID [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_439337_Test.testCDOLockStateWithPrefetch [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_439337_Test.testCDOLockStateWithoutPrefetch [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_439843_Test.testLegacyOpposite_Multiple [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_441136_Test.testRequestWithMonitoringWithProgressMonitor [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_441136_Test.testRequestWithMonitoringWithoutProgressMonitor [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_442178_Test.testCDORevisionUtil_GetResourceNodePath_WithCDOResource [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_442178_Test.testCDORevisionUtil_GetResourceNodePath_WithCDOResourceFolder [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_442178_Test.testCDORevisionUtil_GetResourceNodePath_WithNotRootCDOObject [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_442178_Test.testCDORevisionUtil_GetResourceNodePath_WithNotRootCDOObjectInFragmentedResource [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_442178_Test.testCDORevisionUtil_GetResourceNodePath_WithRootCDOObject [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_442178_Test.testCDORevisionUtil_GetResourceNodePath_WithRootCDOObjectInFragmentedResource [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_443281_Test.testCDOResource_setURI [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_443281_Test.testXMIResource_setURI [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_447593_Test.testTwiceCDOTransactionSetBranch [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_447912_Test.testCDOBranch_getBranches [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_449171_Test.testCommitNotificationIndicationCDOCommitInfoDecoding [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_449665_Test.testCDOObject_GetLockState [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_449665_Test.testCDOResource_GetLockState [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_449806_Test.testCDOFeatureAnalyzerModelBased [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_449806_Test.testCDOFeatureAnalyzerUI [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_450880_Test.testCDODeltaNotificationGetValueWithEnumTypedAttributeOnCDOResource [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_450880_Test.testCDODeltaNotificationGetValueWithEnumTypedAttributeOnXMIResource [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_456993_Test.testAllInstancesInstancesQueryOnBranches [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_456993_Test.testAllInstancesOCLQueryOnBranches [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_458279_Test.testCDOMergingConflictResolverWithoutChangeSubscriptionRequestWithAdditionsPassiveUpdateMode [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_458279_Test.testCDOMergingConflictResolverWithoutChangeSubscriptionRequestWithChangesPassiveUpdateMode [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_458279_Test.testCDOMergingConflictResolverWithoutChangeSubscriptionRequestWithInvalidationsPassiveUpdateMode [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_459104_Test.testCDOObject_GetLockState [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_462953_Test.testRollBackWithACustomEContentAdapter [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_464590_Test.testEObjectEIsSetWithXMIResource [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_465115_Test.testCDOUtilGetViewSet [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_466721_Test.testObjectNotFoundExceptionWithLockStatePrefetchEnabled [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_466951_Test.testCDOObjectCDOLockState [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_467075_Test.testResourceSetRemoveCDOResource [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_467075_Test.testResourceSetRemoveXMIResource [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_467174_Test.testCDOObject_LockStateAndRevisionPrefetch [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_467593_Test.testEListHashCodeOnRefBeforeCommitWithCDOResource [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_467593_Test.testEListHashCodeOnRefBeforeCommitWithXMIResource [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_467616_Test.testTupleOCLQuery [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_468268_Test.testHashCodeCallOnAllFields [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_469301_Test.testLockDetachedObject [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_485394_Test.testReferentialIntegrityWithContainmentProxy [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_485487_Test.testTimeoutDuringCommit [MEM-branching, JVM, Legacy] ******************************************************* [ERROR] org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 1001 millis org.eclipse.net4j.util.om.monitor.MonitorCanceledException: org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 1001 millis at org.eclipse.net4j.util.om.monitor.Monitor.checkCanceled(Monitor.java:58) at org.eclipse.net4j.util.om.monitor.TimeoutMonitor.checkCanceled(TimeoutMonitor.java:116) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.AbstractMonitor.begin(AbstractMonitor.java:48) at org.eclipse.net4j.util.om.monitor.NestedMonitor.begin(NestedMonitor.java:63) at org.eclipse.net4j.util.om.monitor.ProgressDistributor.run(ProgressDistributor.java:86) at org.eclipse.emf.cdo.internal.server.Repository.commitUnsynced(Repository.java:1562) at org.eclipse.emf.cdo.internal.server.Repository.commit(Repository.java:1550) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicatingCommit(CommitTransactionIndication.java:283) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicating(CommitTransactionIndication.java:96) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerIndicationWithMonitoring.indicating(CDOServerIndicationWithMonitoring.java:118) at org.eclipse.net4j.signal.IndicationWithMonitoring.indicating(IndicationWithMonitoring.java:62) at org.eclipse.net4j.signal.IndicationWithResponse.doExtendedInput(IndicationWithResponse.java:94) at org.eclipse.net4j.signal.Signal.doInput(Signal.java:434) at org.eclipse.net4j.signal.IndicationWithResponse.execute(IndicationWithResponse.java:72) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) Caused by: org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 1001 millis at org.eclipse.net4j.util.om.monitor.TimeoutMonitor.handleTimeout(TimeoutMonitor.java:121) at org.eclipse.net4j.util.om.monitor.TimeoutMonitor$1.handleTimeout(TimeoutMonitor.java:61) at org.eclipse.net4j.util.concurrent.Timeouter$1.run(Timeouter.java:89) at java.base/java.util.TimerThread.mainLoop(Timer.java:566) at java.base/java.util.TimerThread.run(Timer.java:516) ******************************************************* Bugzilla_485489_Test.testTransactionCommitAfterAutoLocker [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_485489_Test.testViewCloseAfterAutoLocker [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_485961_Test.testProperContents [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_491499_Test.testObjectOrderWithObjectHandler [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_492898_Test.testReferenceToExternalObject [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_492898_Test.testTouchModificationOnReferenceToExternalObject [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_494954_Test.testFolderNameChange [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_494954_Test.testFolderNameChangeInOtherTransaction [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_494954_Test.testFolderNameGenChange [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_500864_Test.testCommitDataAfterDeletion [MEM-branching, JVM, Legacy] ******************************************************* [INFO] Security realm created in /security ******************************************************* Bugzilla_503564_Test.testSetFeatureDelta_CDOID [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_503564_Test.testSetFeatureDelta_String [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_503573_Test.testCustomDatatype_Single [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_505654_Test.testCrossMerge [MEM-branching, JVM, Legacy] ******************************************************* COMMIT 7 org.eclipse.emf.cdo.tests.model1.legacy.impl.CompanyImpl@334ecf2c (name: null, street: null, city: null) COMMIT 10 org.eclipse.emf.cdo.tests.model1.legacy.impl.CustomerImpl@4e19672a (name: null, street: null, city: null) COMMIT 11 org.eclipse.emf.cdo.tests.model1.legacy.impl.SupplierImpl@7c4e97bd (name: null, street: null, city: null) (preferred: true) <---------------- COMMIT 12 org.eclipse.emf.cdo.tests.model1.legacy.impl.SupplierImpl@a946954 (name: null, street: null, city: null) (preferred: true) org.eclipse.emf.cdo.tests.model1.legacy.impl.CustomerImpl@4e19672a (name: null, street: null, city: null) ----------------> COMMIT 13 org.eclipse.emf.cdo.tests.model1.legacy.impl.SupplierImpl@7c4e97bd (name: null, street: null, city: null) (preferred: true) org.eclipse.emf.cdo.tests.model1.legacy.impl.CustomerImpl@fb17f1b (name: null, street: null, city: null) ******************************************************* Bugzilla_505654_Test.testCrossMergeAndAdditionsAndRemerges [MEM-branching, JVM, Legacy] ******************************************************* COMMIT 7 org.eclipse.emf.cdo.tests.model1.legacy.impl.CompanyImpl@3d004131 (name: null, street: null, city: null) COMMIT 10 org.eclipse.emf.cdo.tests.model1.legacy.impl.CustomerImpl@7b839e80 (name: null, street: null, city: null) COMMIT 11 org.eclipse.emf.cdo.tests.model1.legacy.impl.SupplierImpl@46812738 (name: null, street: null, city: null) (preferred: true) <---------------- COMMIT 12 org.eclipse.emf.cdo.tests.model1.legacy.impl.SupplierImpl@7fefd13e (name: null, street: null, city: null) (preferred: true) org.eclipse.emf.cdo.tests.model1.legacy.impl.CustomerImpl@7b839e80 (name: null, street: null, city: null) ----------------> COMMIT 13 org.eclipse.emf.cdo.tests.model1.legacy.impl.SupplierImpl@46812738 (name: null, street: null, city: null) (preferred: true) org.eclipse.emf.cdo.tests.model1.legacy.impl.CustomerImpl@187f37dd (name: null, street: null, city: null) COMMIT 14 org.eclipse.emf.cdo.tests.model1.legacy.impl.SupplierImpl@7fefd13e (name: null, street: null, city: null) (preferred: true) org.eclipse.emf.cdo.tests.model1.legacy.impl.CustomerImpl@7b839e80 (name: null, street: null, city: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.CustomerImpl@76ac98db (name: null, street: null, city: null) COMMIT 15 org.eclipse.emf.cdo.tests.model1.legacy.impl.SupplierImpl@46812738 (name: null, street: null, city: null) (preferred: true) org.eclipse.emf.cdo.tests.model1.legacy.impl.SupplierImpl@39dbd9d1 (name: null, street: null, city: null) (preferred: true) org.eclipse.emf.cdo.tests.model1.legacy.impl.CustomerImpl@187f37dd (name: null, street: null, city: null) <---------------- COMMIT 16 org.eclipse.emf.cdo.tests.model1.legacy.impl.SupplierImpl@7fefd13e (name: null, street: null, city: null) (preferred: true) org.eclipse.emf.cdo.tests.model1.legacy.impl.SupplierImpl@591c80e0 (name: null, street: null, city: null) (preferred: true) org.eclipse.emf.cdo.tests.model1.legacy.impl.CustomerImpl@7b839e80 (name: null, street: null, city: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.CustomerImpl@76ac98db (name: null, street: null, city: null) COMMIT 17 org.eclipse.emf.cdo.tests.model1.legacy.impl.SupplierImpl@7fefd13e (name: null, street: null, city: null) (preferred: true) org.eclipse.emf.cdo.tests.model1.legacy.impl.SupplierImpl@591c80e0 (name: null, street: null, city: null) (preferred: true) org.eclipse.emf.cdo.tests.model1.legacy.impl.CustomerImpl@7b839e80 (name: null, street: null, city: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.CustomerImpl@76ac98db (name: null, street: null, city: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.CustomerImpl@4be4a158 (name: null, street: null, city: null) COMMIT 18 org.eclipse.emf.cdo.tests.model1.legacy.impl.SupplierImpl@46812738 (name: null, street: null, city: null) (preferred: true) org.eclipse.emf.cdo.tests.model1.legacy.impl.SupplierImpl@39dbd9d1 (name: null, street: null, city: null) (preferred: true) org.eclipse.emf.cdo.tests.model1.legacy.impl.SupplierImpl@2c16fca4 (name: null, street: null, city: null) (preferred: true) org.eclipse.emf.cdo.tests.model1.legacy.impl.CustomerImpl@187f37dd (name: null, street: null, city: null) <---------------- COMMIT 19 org.eclipse.emf.cdo.tests.model1.legacy.impl.SupplierImpl@7fefd13e (name: null, street: null, city: null) (preferred: true) org.eclipse.emf.cdo.tests.model1.legacy.impl.SupplierImpl@591c80e0 (name: null, street: null, city: null) (preferred: true) org.eclipse.emf.cdo.tests.model1.legacy.impl.SupplierImpl@70b9bbe2 (name: null, street: null, city: null) (preferred: true) org.eclipse.emf.cdo.tests.model1.legacy.impl.CustomerImpl@7b839e80 (name: null, street: null, city: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.CustomerImpl@76ac98db (name: null, street: null, city: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.CustomerImpl@4be4a158 (name: null, street: null, city: null) ******************************************************* Bugzilla_505654_Test.testCrossMergeAndAdditionsAndRemerges_SameList [MEM-branching, JVM, Legacy] ******************************************************* COMMIT 7 org.eclipse.emf.cdo.tests.model1.legacy.impl.CompanyImpl@1f4fbb83 (name: null, street: null, city: null) COMMIT 10 org.eclipse.emf.cdo.tests.model1.legacy.impl.CustomerImpl@a18a79d (name: null, street: null, city: null) COMMIT 11 org.eclipse.emf.cdo.tests.model1.legacy.impl.CustomerImpl@4144ef2a (name: null, street: null, city: null) <---------------- COMMIT 12 org.eclipse.emf.cdo.tests.model1.legacy.impl.CustomerImpl@4dd876d3 (name: null, street: null, city: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.CustomerImpl@a18a79d (name: null, street: null, city: null) ----------------> COMMIT 13 org.eclipse.emf.cdo.tests.model1.legacy.impl.CustomerImpl@4144ef2a (name: null, street: null, city: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.CustomerImpl@69a247e0 (name: null, street: null, city: null) COMMIT 14 org.eclipse.emf.cdo.tests.model1.legacy.impl.CustomerImpl@4dd876d3 (name: null, street: null, city: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.CustomerImpl@a18a79d (name: null, street: null, city: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.CustomerImpl@ff9d841 (name: null, street: null, city: null) COMMIT 15 org.eclipse.emf.cdo.tests.model1.legacy.impl.CustomerImpl@4144ef2a (name: null, street: null, city: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.CustomerImpl@69a247e0 (name: null, street: null, city: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.CustomerImpl@153aa55c (name: null, street: null, city: null) <---------------- COMMIT 16 org.eclipse.emf.cdo.tests.model1.legacy.impl.CustomerImpl@4dd876d3 (name: null, street: null, city: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.CustomerImpl@a18a79d (name: null, street: null, city: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.CustomerImpl@2146199c (name: null, street: null, city: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.CustomerImpl@ff9d841 (name: null, street: null, city: null) COMMIT 17 org.eclipse.emf.cdo.tests.model1.legacy.impl.CustomerImpl@4dd876d3 (name: null, street: null, city: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.CustomerImpl@a18a79d (name: null, street: null, city: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.CustomerImpl@2146199c (name: null, street: null, city: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.CustomerImpl@ff9d841 (name: null, street: null, city: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.CustomerImpl@611648ad (name: null, street: null, city: null) COMMIT 18 org.eclipse.emf.cdo.tests.model1.legacy.impl.CustomerImpl@4144ef2a (name: null, street: null, city: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.CustomerImpl@69a247e0 (name: null, street: null, city: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.CustomerImpl@153aa55c (name: null, street: null, city: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.CustomerImpl@2cf3c09d (name: null, street: null, city: null) <---------------- COMMIT 19 org.eclipse.emf.cdo.tests.model1.legacy.impl.CustomerImpl@4dd876d3 (name: null, street: null, city: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.CustomerImpl@a18a79d (name: null, street: null, city: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.CustomerImpl@2146199c (name: null, street: null, city: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.CustomerImpl@4ae28e1f (name: null, street: null, city: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.CustomerImpl@ff9d841 (name: null, street: null, city: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.CustomerImpl@611648ad (name: null, street: null, city: null) ******************************************************* Bugzilla_505654_Test.testCrossMergeAndMultipleRemerges [MEM-branching, JVM, Legacy] ******************************************************* COMMIT 7 org.eclipse.emf.cdo.tests.model1.legacy.impl.CompanyImpl@4e27430b (name: null, street: null, city: null) COMMIT 10 org.eclipse.emf.cdo.tests.model1.legacy.impl.CustomerImpl@7ef999ed (name: null, street: null, city: null) COMMIT 11 org.eclipse.emf.cdo.tests.model1.legacy.impl.SupplierImpl@4a3498a7 (name: null, street: null, city: null) (preferred: true) <---------------- COMMIT 12 org.eclipse.emf.cdo.tests.model1.legacy.impl.SupplierImpl@8794844 (name: null, street: null, city: null) (preferred: true) org.eclipse.emf.cdo.tests.model1.legacy.impl.CustomerImpl@7ef999ed (name: null, street: null, city: null) ----------------> COMMIT 13 org.eclipse.emf.cdo.tests.model1.legacy.impl.SupplierImpl@4a3498a7 (name: null, street: null, city: null) (preferred: true) org.eclipse.emf.cdo.tests.model1.legacy.impl.CustomerImpl@3afd8e57 (name: null, street: null, city: null) COMMIT 14 org.eclipse.emf.cdo.tests.model1.legacy.impl.SupplierImpl@4a3498a7 (name: null, street: null, city: null) (preferred: true) org.eclipse.emf.cdo.tests.model1.legacy.impl.SupplierImpl@25411888 (name: null, street: null, city: null) (preferred: true) org.eclipse.emf.cdo.tests.model1.legacy.impl.CustomerImpl@3afd8e57 (name: null, street: null, city: null) <---------------- COMMIT 15 org.eclipse.emf.cdo.tests.model1.legacy.impl.SupplierImpl@8794844 (name: null, street: null, city: null) (preferred: true) org.eclipse.emf.cdo.tests.model1.legacy.impl.SupplierImpl@4bde4d27 (name: null, street: null, city: null) (preferred: true) org.eclipse.emf.cdo.tests.model1.legacy.impl.CustomerImpl@7ef999ed (name: null, street: null, city: null) COMMIT 16 org.eclipse.emf.cdo.tests.model1.legacy.impl.SupplierImpl@4a3498a7 (name: null, street: null, city: null) (preferred: true) org.eclipse.emf.cdo.tests.model1.legacy.impl.SupplierImpl@25411888 (name: null, street: null, city: null) (preferred: true) org.eclipse.emf.cdo.tests.model1.legacy.impl.SupplierImpl@9271770 (name: null, street: null, city: null) (preferred: true) org.eclipse.emf.cdo.tests.model1.legacy.impl.CustomerImpl@3afd8e57 (name: null, street: null, city: null) <---------------- COMMIT 17 org.eclipse.emf.cdo.tests.model1.legacy.impl.SupplierImpl@8794844 (name: null, street: null, city: null) (preferred: true) org.eclipse.emf.cdo.tests.model1.legacy.impl.SupplierImpl@4bde4d27 (name: null, street: null, city: null) (preferred: true) org.eclipse.emf.cdo.tests.model1.legacy.impl.SupplierImpl@5ffebf35 (name: null, street: null, city: null) (preferred: true) org.eclipse.emf.cdo.tests.model1.legacy.impl.CustomerImpl@7ef999ed (name: null, street: null, city: null) ******************************************************* Bugzilla_505654_Test.testCrossMergeAndMultipleRemerges_SameList [MEM-branching, JVM, Legacy] ******************************************************* COMMIT 7 org.eclipse.emf.cdo.tests.model1.legacy.impl.CompanyImpl@7b90dde7 (name: null, street: null, city: null) COMMIT 10 org.eclipse.emf.cdo.tests.model1.legacy.impl.CustomerImpl@27671b5 (name: null, street: null, city: null) COMMIT 11 org.eclipse.emf.cdo.tests.model1.legacy.impl.CustomerImpl@67d96bd5 (name: null, street: null, city: null) <---------------- COMMIT 12 org.eclipse.emf.cdo.tests.model1.legacy.impl.CustomerImpl@2b1eeb74 (name: null, street: null, city: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.CustomerImpl@27671b5 (name: null, street: null, city: null) ----------------> COMMIT 13 org.eclipse.emf.cdo.tests.model1.legacy.impl.CustomerImpl@67d96bd5 (name: null, street: null, city: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.CustomerImpl@73ede6dd (name: null, street: null, city: null) COMMIT 14 org.eclipse.emf.cdo.tests.model1.legacy.impl.CustomerImpl@67d96bd5 (name: null, street: null, city: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.CustomerImpl@73ede6dd (name: null, street: null, city: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.CustomerImpl@5f46acb6 (name: null, street: null, city: null) <---------------- COMMIT 15 org.eclipse.emf.cdo.tests.model1.legacy.impl.CustomerImpl@2b1eeb74 (name: null, street: null, city: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.CustomerImpl@27671b5 (name: null, street: null, city: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.CustomerImpl@637c6bd6 (name: null, street: null, city: null) COMMIT 16 org.eclipse.emf.cdo.tests.model1.legacy.impl.CustomerImpl@67d96bd5 (name: null, street: null, city: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.CustomerImpl@73ede6dd (name: null, street: null, city: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.CustomerImpl@5f46acb6 (name: null, street: null, city: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.CustomerImpl@3f656986 (name: null, street: null, city: null) <---------------- COMMIT 17 org.eclipse.emf.cdo.tests.model1.legacy.impl.CustomerImpl@2b1eeb74 (name: null, street: null, city: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.CustomerImpl@27671b5 (name: null, street: null, city: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.CustomerImpl@637c6bd6 (name: null, street: null, city: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.CustomerImpl@23a2bbb9 (name: null, street: null, city: null) ******************************************************* Bugzilla_505654_Test.testCrossMergeAndRemerge [MEM-branching, JVM, Legacy] ******************************************************* COMMIT 7 org.eclipse.emf.cdo.tests.model1.legacy.impl.CompanyImpl@781c595f (name: null, street: null, city: null) COMMIT 10 org.eclipse.emf.cdo.tests.model1.legacy.impl.CustomerImpl@5bf50385 (name: null, street: null, city: null) COMMIT 11 org.eclipse.emf.cdo.tests.model1.legacy.impl.SupplierImpl@7ed0df52 (name: null, street: null, city: null) (preferred: true) ----------------> COMMIT 12 org.eclipse.emf.cdo.tests.model1.legacy.impl.SupplierImpl@7ed0df52 (name: null, street: null, city: null) (preferred: true) org.eclipse.emf.cdo.tests.model1.legacy.impl.CustomerImpl@13315bcd (name: null, street: null, city: null) COMMIT 13 org.eclipse.emf.cdo.tests.model1.legacy.impl.SupplierImpl@7ed0df52 (name: null, street: null, city: null) (preferred: true) org.eclipse.emf.cdo.tests.model1.legacy.impl.SupplierImpl@602b9b05 (name: null, street: null, city: null) (preferred: true) org.eclipse.emf.cdo.tests.model1.legacy.impl.CustomerImpl@13315bcd (name: null, street: null, city: null) <---------------- COMMIT 14 org.eclipse.emf.cdo.tests.model1.legacy.impl.SupplierImpl@6a601152 (name: null, street: null, city: null) (preferred: true) org.eclipse.emf.cdo.tests.model1.legacy.impl.SupplierImpl@12327903 (name: null, street: null, city: null) (preferred: true) org.eclipse.emf.cdo.tests.model1.legacy.impl.CustomerImpl@5bf50385 (name: null, street: null, city: null) ******************************************************* Bugzilla_505654_Test.testCrossMergeAndRemerge_SameList [MEM-branching, JVM, Legacy] ******************************************************* COMMIT 7 org.eclipse.emf.cdo.tests.model1.legacy.impl.CompanyImpl@5e30fd41 (name: null, street: null, city: null) COMMIT 10 org.eclipse.emf.cdo.tests.model1.legacy.impl.CustomerImpl@364a139a (name: null, street: null, city: null) COMMIT 11 org.eclipse.emf.cdo.tests.model1.legacy.impl.CustomerImpl@ff21316 (name: null, street: null, city: null) ----------------> COMMIT 12 org.eclipse.emf.cdo.tests.model1.legacy.impl.CustomerImpl@5c343766 (name: null, street: null, city: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.CustomerImpl@ff21316 (name: null, street: null, city: null) COMMIT 13 org.eclipse.emf.cdo.tests.model1.legacy.impl.CustomerImpl@5c343766 (name: null, street: null, city: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.CustomerImpl@ff21316 (name: null, street: null, city: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.CustomerImpl@7a0c2005 (name: null, street: null, city: null) <---------------- COMMIT 14 org.eclipse.emf.cdo.tests.model1.legacy.impl.CustomerImpl@364a139a (name: null, street: null, city: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.CustomerImpl@6579e6f1 (name: null, street: null, city: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.CustomerImpl@7ecd186c (name: null, street: null, city: null) ******************************************************* Bugzilla_505654_Test.testCrossMerge_SameList [MEM-branching, JVM, Legacy] ******************************************************* COMMIT 7 org.eclipse.emf.cdo.tests.model1.legacy.impl.CompanyImpl@425c5531 (name: null, street: null, city: null) COMMIT 10 org.eclipse.emf.cdo.tests.model1.legacy.impl.CustomerImpl@210b5793 (name: null, street: null, city: null) COMMIT 11 org.eclipse.emf.cdo.tests.model1.legacy.impl.CustomerImpl@a2b45b7 (name: null, street: null, city: null) <---------------- COMMIT 12 org.eclipse.emf.cdo.tests.model1.legacy.impl.CustomerImpl@cf7b816 (name: null, street: null, city: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.CustomerImpl@210b5793 (name: null, street: null, city: null) ----------------> COMMIT 13 org.eclipse.emf.cdo.tests.model1.legacy.impl.CustomerImpl@a2b45b7 (name: null, street: null, city: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.CustomerImpl@7e01265d (name: null, street: null, city: null) ******************************************************* Bugzilla_505654_Test.testMergeAndCrossMergeAndRemerge [MEM-branching, JVM, Legacy] ******************************************************* COMMIT 7 org.eclipse.emf.cdo.tests.model1.legacy.impl.CompanyImpl@71f6166f (name: null, street: null, city: null) COMMIT 10 org.eclipse.emf.cdo.tests.model1.legacy.impl.CustomerImpl@4220ce4d (name: null, street: null, city: null) COMMIT 11 org.eclipse.emf.cdo.tests.model1.legacy.impl.SupplierImpl@28c02db4 (name: null, street: null, city: null) (preferred: true) <---------------- COMMIT 12 org.eclipse.emf.cdo.tests.model1.legacy.impl.SupplierImpl@757afdb8 (name: null, street: null, city: null) (preferred: true) org.eclipse.emf.cdo.tests.model1.legacy.impl.CustomerImpl@4220ce4d (name: null, street: null, city: null) ----------------> COMMIT 13 org.eclipse.emf.cdo.tests.model1.legacy.impl.SupplierImpl@28c02db4 (name: null, street: null, city: null) (preferred: true) org.eclipse.emf.cdo.tests.model1.legacy.impl.CustomerImpl@31ec17fc (name: null, street: null, city: null) COMMIT 14 org.eclipse.emf.cdo.tests.model1.legacy.impl.SupplierImpl@28c02db4 (name: null, street: null, city: null) (preferred: true) org.eclipse.emf.cdo.tests.model1.legacy.impl.SupplierImpl@15846074 (name: null, street: null, city: null) (preferred: true) org.eclipse.emf.cdo.tests.model1.legacy.impl.CustomerImpl@31ec17fc (name: null, street: null, city: null) <---------------- COMMIT 15 org.eclipse.emf.cdo.tests.model1.legacy.impl.SupplierImpl@757afdb8 (name: null, street: null, city: null) (preferred: true) org.eclipse.emf.cdo.tests.model1.legacy.impl.SupplierImpl@3c0052fd (name: null, street: null, city: null) (preferred: true) org.eclipse.emf.cdo.tests.model1.legacy.impl.CustomerImpl@4220ce4d (name: null, street: null, city: null) ******************************************************* Bugzilla_505654_Test.testMergeAndCrossMergeAndRemerge_SameList [MEM-branching, JVM, Legacy] ******************************************************* COMMIT 7 org.eclipse.emf.cdo.tests.model1.legacy.impl.CompanyImpl@504a282 (name: null, street: null, city: null) COMMIT 10 org.eclipse.emf.cdo.tests.model1.legacy.impl.CustomerImpl@109d7140 (name: null, street: null, city: null) COMMIT 11 org.eclipse.emf.cdo.tests.model1.legacy.impl.CustomerImpl@1696afa4 (name: null, street: null, city: null) <---------------- COMMIT 12 org.eclipse.emf.cdo.tests.model1.legacy.impl.CustomerImpl@296e1241 (name: null, street: null, city: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.CustomerImpl@109d7140 (name: null, street: null, city: null) ----------------> COMMIT 13 org.eclipse.emf.cdo.tests.model1.legacy.impl.CustomerImpl@1696afa4 (name: null, street: null, city: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.CustomerImpl@771668d6 (name: null, street: null, city: null) COMMIT 14 org.eclipse.emf.cdo.tests.model1.legacy.impl.CustomerImpl@1696afa4 (name: null, street: null, city: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.CustomerImpl@771668d6 (name: null, street: null, city: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.CustomerImpl@545e121f (name: null, street: null, city: null) <---------------- COMMIT 15 org.eclipse.emf.cdo.tests.model1.legacy.impl.CustomerImpl@296e1241 (name: null, street: null, city: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.CustomerImpl@109d7140 (name: null, street: null, city: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.CustomerImpl@15ec155a (name: null, street: null, city: null) ******************************************************* Bugzilla_505654_Test.testMultipleRemerges [MEM-branching, JVM, Legacy] ******************************************************* COMMIT 7 org.eclipse.emf.cdo.tests.model1.legacy.impl.CompanyImpl@13019d49 (name: null, street: null, city: null) COMMIT 10 org.eclipse.emf.cdo.tests.model1.legacy.impl.CustomerImpl@9cec840 (name: null, street: null, city: null) COMMIT 11 org.eclipse.emf.cdo.tests.model1.legacy.impl.SupplierImpl@4e3e0f4a (name: null, street: null, city: null) (preferred: true) <---------------- COMMIT 12 org.eclipse.emf.cdo.tests.model1.legacy.impl.SupplierImpl@2882549a (name: null, street: null, city: null) (preferred: true) org.eclipse.emf.cdo.tests.model1.legacy.impl.CustomerImpl@9cec840 (name: null, street: null, city: null) COMMIT 13 org.eclipse.emf.cdo.tests.model1.legacy.impl.SupplierImpl@2882549a (name: null, street: null, city: null) (preferred: true) org.eclipse.emf.cdo.tests.model1.legacy.impl.CustomerImpl@9cec840 (name: null, street: null, city: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.CustomerImpl@57f11502 (name: null, street: null, city: null) COMMIT 14 org.eclipse.emf.cdo.tests.model1.legacy.impl.SupplierImpl@4e3e0f4a (name: null, street: null, city: null) (preferred: true) org.eclipse.emf.cdo.tests.model1.legacy.impl.SupplierImpl@16b545d6 (name: null, street: null, city: null) (preferred: true) <---------------- COMMIT 15 org.eclipse.emf.cdo.tests.model1.legacy.impl.SupplierImpl@2882549a (name: null, street: null, city: null) (preferred: true) org.eclipse.emf.cdo.tests.model1.legacy.impl.SupplierImpl@284f5c15 (name: null, street: null, city: null) (preferred: true) org.eclipse.emf.cdo.tests.model1.legacy.impl.CustomerImpl@9cec840 (name: null, street: null, city: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.CustomerImpl@57f11502 (name: null, street: null, city: null) COMMIT 16 org.eclipse.emf.cdo.tests.model1.legacy.impl.SupplierImpl@2882549a (name: null, street: null, city: null) (preferred: true) org.eclipse.emf.cdo.tests.model1.legacy.impl.SupplierImpl@284f5c15 (name: null, street: null, city: null) (preferred: true) org.eclipse.emf.cdo.tests.model1.legacy.impl.CustomerImpl@9cec840 (name: null, street: null, city: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.CustomerImpl@57f11502 (name: null, street: null, city: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.CustomerImpl@1253eb02 (name: null, street: null, city: null) COMMIT 17 org.eclipse.emf.cdo.tests.model1.legacy.impl.SupplierImpl@4e3e0f4a (name: null, street: null, city: null) (preferred: true) org.eclipse.emf.cdo.tests.model1.legacy.impl.SupplierImpl@16b545d6 (name: null, street: null, city: null) (preferred: true) org.eclipse.emf.cdo.tests.model1.legacy.impl.SupplierImpl@4d55a54f (name: null, street: null, city: null) (preferred: true) <---------------- COMMIT 18 org.eclipse.emf.cdo.tests.model1.legacy.impl.SupplierImpl@2882549a (name: null, street: null, city: null) (preferred: true) org.eclipse.emf.cdo.tests.model1.legacy.impl.SupplierImpl@284f5c15 (name: null, street: null, city: null) (preferred: true) org.eclipse.emf.cdo.tests.model1.legacy.impl.SupplierImpl@7172d2c6 (name: null, street: null, city: null) (preferred: true) org.eclipse.emf.cdo.tests.model1.legacy.impl.CustomerImpl@9cec840 (name: null, street: null, city: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.CustomerImpl@57f11502 (name: null, street: null, city: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.CustomerImpl@1253eb02 (name: null, street: null, city: null) ******************************************************* Bugzilla_505654_Test.testMultipleRemerges_SameList [MEM-branching, JVM, Legacy] ******************************************************* COMMIT 7 org.eclipse.emf.cdo.tests.model1.legacy.impl.CompanyImpl@6cb6574a (name: null, street: null, city: null) COMMIT 10 org.eclipse.emf.cdo.tests.model1.legacy.impl.CustomerImpl@5d0b665c (name: null, street: null, city: null) COMMIT 11 org.eclipse.emf.cdo.tests.model1.legacy.impl.CustomerImpl@785bcc58 (name: null, street: null, city: null) <---------------- COMMIT 12 org.eclipse.emf.cdo.tests.model1.legacy.impl.CustomerImpl@14c1b1c4 (name: null, street: null, city: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.CustomerImpl@5d0b665c (name: null, street: null, city: null) COMMIT 13 org.eclipse.emf.cdo.tests.model1.legacy.impl.CustomerImpl@14c1b1c4 (name: null, street: null, city: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.CustomerImpl@5d0b665c (name: null, street: null, city: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.CustomerImpl@5c65391a (name: null, street: null, city: null) COMMIT 14 org.eclipse.emf.cdo.tests.model1.legacy.impl.CustomerImpl@785bcc58 (name: null, street: null, city: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.CustomerImpl@7a7a07c2 (name: null, street: null, city: null) <---------------- COMMIT 15 org.eclipse.emf.cdo.tests.model1.legacy.impl.CustomerImpl@14c1b1c4 (name: null, street: null, city: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.CustomerImpl@1525d1d (name: null, street: null, city: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.CustomerImpl@5d0b665c (name: null, street: null, city: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.CustomerImpl@5c65391a (name: null, street: null, city: null) COMMIT 16 org.eclipse.emf.cdo.tests.model1.legacy.impl.CustomerImpl@14c1b1c4 (name: null, street: null, city: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.CustomerImpl@1525d1d (name: null, street: null, city: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.CustomerImpl@5d0b665c (name: null, street: null, city: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.CustomerImpl@5c65391a (name: null, street: null, city: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.CustomerImpl@748a19c4 (name: null, street: null, city: null) COMMIT 17 org.eclipse.emf.cdo.tests.model1.legacy.impl.CustomerImpl@785bcc58 (name: null, street: null, city: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.CustomerImpl@7a7a07c2 (name: null, street: null, city: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.CustomerImpl@5e644480 (name: null, street: null, city: null) <---------------- COMMIT 18 org.eclipse.emf.cdo.tests.model1.legacy.impl.CustomerImpl@14c1b1c4 (name: null, street: null, city: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.CustomerImpl@1525d1d (name: null, street: null, city: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.CustomerImpl@71f70ab7 (name: null, street: null, city: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.CustomerImpl@5d0b665c (name: null, street: null, city: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.CustomerImpl@5c65391a (name: null, street: null, city: null) org.eclipse.emf.cdo.tests.model1.legacy.impl.CustomerImpl@748a19c4 (name: null, street: null, city: null) ******************************************************* Bugzilla_516824_Test.testSetBranch [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_516824_Test.testSetBranchLegacy [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_517168_Test.testDeletedXRef_ManyValue [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_517168_Test.testDeletedXRef_SingleValue [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_517168_Test.testDuplicateXRef_SingleValue [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_517225_Test.testStringCompressorLeak [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_528129_Test.testMoveToPersistentContainment [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_528129_Test.testMoveToTransientContainment [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_528129_Test.testMoveWithinView [MEM-branching, JVM, Legacy] ******************************************************* CDOLegacyAdapter[ClassWithTransientContainmentImpl@oid5]: NEW --> TRANSIENT CDOLegacyAdapter[ClassWithTransientContainmentImpl@null]: TRANSIENT --> PREPARED CDOLegacyAdapter[ClassWithTransientContainmentImpl@oid6]: PREPARED --> NEW ******************************************************* Bugzilla_528129_Test.testPersistentContainment [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_528129_Test.testPersistentContainmentTree [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_528129_Test.testTransientContainment [MEM-branching, JVM, Legacy] ******************************************************* CDOLegacyAdapter[ClassWithTransientContainmentImpl@null]: TRANSIENT --> PREPARED CDOLegacyAdapter[ClassWithTransientContainmentImpl@oid3]: PREPARED --> NEW ******************************************************* Bugzilla_528129_Test.testTransientContainmentTree [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_530498_Test.testNoNullRevisionAfterTransactionRollback [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_541003_Test.testLockStateWithPrefetcher [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_541003_Test.testLockStateWithoutPrefetcher [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_541437_Test.testUUIDWithoutOverride [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_547640_Test.testCommitConflictResolver_OneCommit [MEM-branching, JVM, Legacy] ******************************************************* Suspending commit notifications Resuming commit notifications ******************************************************* Bugzilla_547640_Test.testCommitConflictResolver_TwoCommits [MEM-branching, JVM, Legacy] ******************************************************* Suspending commit notifications Resuming commit notifications ******************************************************* Bugzilla_552043_Test.testRollbackInverseCrossReferencer [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_552043_Test.testRollbackInverseCrossReferencer_WithAttachedRevisionsMap [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_552043_Test.testRollbackMultipleNewObject [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_552043_Test.testRollbackMultipleNewObject_WithAttachedRevisionsMap [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_552043_Test.testRollbackNewObject [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_552043_Test.testRollbackNewObject_WithAttachedRevisionsMap [MEM-branching, JVM, Legacy] ******************************************************* [INFO] Security realm created in /security [ERROR] Not active: SignalProtocol[cdo] org.eclipse.net4j.util.lifecycle.LifecycleException: Not active: SignalProtocol[cdo] at org.eclipse.net4j.util.lifecycle.LifecycleUtil.checkActive(LifecycleUtil.java:102) at org.eclipse.net4j.signal.Signal.getProtocol(Signal.java:104) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerIndication.getProtocol(CDOServerIndication.java:54) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerIndication.getProtocol(CDOServerIndication.java:1) at org.eclipse.net4j.signal.IndicationWithResponse.sendExceptionSignal(IndicationWithResponse.java:105) at org.eclipse.net4j.signal.IndicationWithResponse.execute(IndicationWithResponse.java:78) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerReadIndication.execute(CDOServerReadIndication.java:36) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) ******************************************************* Bugzilla_560957_Test.testDeadlockOnViewGetBranch [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_561250_Test.testMapInitialization [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_562011_Test.testDocumentRoot_FeatureMap [MEM-branching, JVM, Legacy] ******************************************************* DocumentRoot[TRANSIENT] ******************************************************* Bugzilla_562246_Test.testLockAutoReleasePropagation_DifferentSession [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_562246_Test.testLockAutoReleasePropagation_SameSession [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_563616_Test.testImportProxyObject [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_566582_Test.testSubFolderDelete [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_576893_Test.testLockStatePrefetching [MEM-branching, JVM, Legacy] ******************************************************* Testing open view... Prefetching MAIN/* Adding Category@OID5:0v1 Adding Category@OID6:0v1 Adding Category@OID7:0v1 Adding Category@OID8:0v1 Adding Category@OID9:0v1 Adding Product1@OID10:0v1 Adding Product1@OID11:0v1 Adding Category@OID12:0v1 Adding Category@OID13:0v1 Adding Category@OID14:0v1 Adding Category@OID15:0v1 Adding Product1@OID16:0v1 Adding Product1@OID17:0v1 Adding Category@OID18:0v1 Adding Category@OID19:0v1 Adding Category@OID20:0v1 Adding Category@OID21:0v1 Adding Product1@OID22:0v1 Adding Product1@OID23:0v1 Adding Product1@OID24:0v1 Adding Product1@OID25:0v1 Adding Category@OID26:0v1 Adding Category@OID27:0v1 Adding Category@OID28:0v1 Adding Category@OID29:0v1 Adding Category@OID30:0v1 Adding Product1@OID31:0v1 Adding Product1@OID32:0v1 Adding Category@OID33:0v1 Adding Category@OID34:0v1 Adding Category@OID35:0v1 Adding Category@OID36:0v1 Adding Product1@OID37:0v1 Adding Product1@OID38:0v1 Adding Category@OID39:0v1 Adding Category@OID40:0v1 Adding Category@OID41:0v1 Adding Category@OID42:0v1 Adding Product1@OID43:0v1 Adding Product1@OID44:0v1 Adding Product1@OID45:0v1 Adding Product1@OID46:0v1 Adding Category@OID47:0v1 Adding Category@OID48:0v1 Adding Category@OID49:0v1 Adding Category@OID50:0v1 Adding Category@OID51:0v1 Adding Product1@OID52:0v1 Adding Product1@OID53:0v1 Adding Category@OID54:0v1 Adding Category@OID55:0v1 Adding Category@OID56:0v1 Adding Category@OID57:0v1 Adding Product1@OID58:0v1 Adding Product1@OID59:0v1 Adding Category@OID60:0v1 Adding Category@OID61:0v1 Adding Category@OID62:0v1 Adding Category@OID63:0v1 Adding Product1@OID64:0v1 Adding Product1@OID65:0v1 Adding Product1@OID66:0v1 Adding Product1@OID67:0v1 Adding Product1@OID68:0v1 Adding Product1@OID69:0v1 Adding Category@OID4:0v1 Adding Category@OID4:0v1 Adding CDOResource@OID3:0v1("res1") Adding CDOResourceFolder@OID2:0v1("Bugzilla_576893_Test_testLockStatePrefetching") Adding CDOResource@OID1:0v2("/") Adding CDOResource@OID3:0v1("res1") Adding Category@OID5:0v1 Adding Category@OID6:0v1 Adding Category@OID7:0v1 Adding Category@OID8:0v1 Adding Category@OID9:0v1 Adding Product1@OID10:0v1 Adding Product1@OID11:0v1 Adding Category@OID12:0v1 Adding Category@OID13:0v1 Adding Category@OID14:0v1 Adding Category@OID15:0v1 Adding Product1@OID16:0v1 Adding Product1@OID17:0v1 Adding Category@OID18:0v1 Adding Category@OID19:0v1 Adding Category@OID20:0v1 Adding Category@OID21:0v1 Adding Product1@OID22:0v1 Adding Product1@OID23:0v1 Adding Product1@OID24:0v1 Adding Product1@OID25:0v1 Adding Category@OID26:0v1 Adding Category@OID27:0v1 Adding Category@OID28:0v1 Adding Category@OID29:0v1 Adding Category@OID30:0v1 Adding Product1@OID31:0v1 Adding Product1@OID32:0v1 Adding Category@OID33:0v1 Adding Category@OID34:0v1 Adding Category@OID35:0v1 Adding Category@OID36:0v1 Adding Product1@OID37:0v1 Adding Product1@OID38:0v1 Adding Category@OID39:0v1 Adding Category@OID40:0v1 Adding Category@OID41:0v1 Adding Category@OID42:0v1 Adding Product1@OID43:0v1 Adding Product1@OID44:0v1 Adding Product1@OID45:0v1 Adding Product1@OID46:0v1 Adding Category@OID47:0v1 Adding Category@OID48:0v1 Adding Category@OID49:0v1 Adding Category@OID50:0v1 Adding Category@OID51:0v1 Adding Product1@OID52:0v1 Adding Product1@OID53:0v1 Adding Category@OID54:0v1 Adding Category@OID55:0v1 Adding Category@OID56:0v1 Adding Category@OID57:0v1 Adding Product1@OID58:0v1 Adding Product1@OID59:0v1 Adding Category@OID60:0v1 Adding Category@OID61:0v1 Adding Category@OID62:0v1 Adding Category@OID63:0v1 Adding Product1@OID64:0v1 Adding Product1@OID65:0v1 Adding Product1@OID66:0v1 Adding Product1@OID67:0v1 Adding Product1@OID68:0v1 Adding Product1@OID69:0v1 ******************************************************* Bugzilla_576893_Test.testPrefetcherManager [MEM-branching, JVM, Legacy] ******************************************************* Testing open view... Prefetching MAIN/* Adding Category@OID5:0v1 Adding Category@OID6:0v1 Adding Category@OID7:0v1 Adding Category@OID8:0v1 Adding Category@OID9:0v1 Adding Product1@OID10:0v1 Adding Product1@OID11:0v1 Adding Category@OID12:0v1 Adding Category@OID13:0v1 Adding Category@OID14:0v1 Adding Category@OID15:0v1 Adding Product1@OID16:0v1 Adding Product1@OID17:0v1 Adding Category@OID18:0v1 Adding Category@OID19:0v1 Adding Category@OID20:0v1 Adding Category@OID21:0v1 Adding Product1@OID22:0v1 Adding Product1@OID23:0v1 Adding Product1@OID24:0v1 Adding Product1@OID25:0v1 Adding Category@OID26:0v1 Adding Category@OID27:0v1 Adding Category@OID28:0v1 Adding Category@OID29:0v1 Adding Category@OID30:0v1 Adding Product1@OID31:0v1 Adding Product1@OID32:0v1 Adding Category@OID33:0v1 Adding Category@OID34:0v1 Adding Category@OID35:0v1 Adding Category@OID36:0v1 Adding Product1@OID37:0v1 Adding Product1@OID38:0v1 Adding Category@OID39:0v1 Adding Category@OID40:0v1 Adding Category@OID41:0v1 Adding Category@OID42:0v1 Adding Product1@OID43:0v1 Adding Product1@OID44:0v1 Adding Product1@OID45:0v1 Adding Product1@OID46:0v1 Adding Category@OID47:0v1 Adding Category@OID48:0v1 Adding Category@OID49:0v1 Adding Category@OID50:0v1 Adding Category@OID51:0v1 Adding Product1@OID52:0v1 Adding Product1@OID53:0v1 Adding Category@OID54:0v1 Adding Category@OID55:0v1 Adding Category@OID56:0v1 Adding Category@OID57:0v1 Adding Product1@OID58:0v1 Adding Product1@OID59:0v1 Adding Category@OID60:0v1 Adding Category@OID61:0v1 Adding Category@OID62:0v1 Adding Category@OID63:0v1 Adding Product1@OID64:0v1 Adding Product1@OID65:0v1 Adding Product1@OID66:0v1 Adding Product1@OID67:0v1 Adding Product1@OID68:0v1 Adding Product1@OID69:0v1 Adding Category@OID4:0v1 Testing passive update... Adding Category@OID4:0v2 Testing cleanup... Removed Category@OID4:0v1 Testing view target switch... Prefetching Bugzilla_576893_Test_testPrefetcherManager_subBranch/* Adding Category@OID5:1v0->0v1 Adding Category@OID5:0v1 Adding Category@OID6:1v0->0v1 Adding Category@OID6:0v1 Adding Category@OID7:1v0->0v1 Adding Category@OID7:0v1 Adding Category@OID8:1v0->0v1 Adding Category@OID8:0v1 Adding Category@OID9:1v0->0v1 Adding Category@OID9:0v1 Adding Product1@OID10:1v0->0v1 Adding Product1@OID10:0v1 Adding Product1@OID11:1v0->0v1 Adding Product1@OID11:0v1 Adding Category@OID12:1v0->0v1 Adding Category@OID12:0v1 Adding Category@OID13:1v0->0v1 Adding Category@OID13:0v1 Adding Category@OID14:1v0->0v1 Adding Category@OID14:0v1 Adding Category@OID15:1v0->0v1 Adding Category@OID15:0v1 Adding Product1@OID16:1v0->0v1 Adding Product1@OID16:0v1 Adding Product1@OID17:1v0->0v1 Adding Product1@OID17:0v1 Adding Category@OID18:1v0->0v1 Adding Category@OID18:0v1 Adding Category@OID19:1v0->0v1 Adding Category@OID19:0v1 Adding Category@OID20:1v0->0v1 Adding Category@OID20:0v1 Adding Category@OID21:1v0->0v1 Adding Category@OID21:0v1 Adding Product1@OID22:1v0->0v1 Adding Product1@OID22:0v1 Adding Product1@OID23:1v0->0v1 Adding Product1@OID23:0v1 Adding Product1@OID24:1v0->0v1 Adding Product1@OID24:0v1 Adding Product1@OID25:1v0->0v1 Adding Product1@OID25:0v1 Adding Category@OID26:1v0->0v1 Adding Category@OID26:0v1 Adding Category@OID27:1v0->0v1 Adding Category@OID27:0v1 Adding Category@OID28:1v0->0v1 Adding Category@OID28:0v1 Adding Category@OID29:1v0->0v1 Adding Category@OID29:0v1 Adding Category@OID30:1v0->0v1 Adding Category@OID30:0v1 Adding Product1@OID31:1v0->0v1 Adding Product1@OID31:0v1 Adding Product1@OID32:1v0->0v1 Adding Product1@OID32:0v1 Adding Category@OID33:1v0->0v1 Adding Category@OID33:0v1 Adding Category@OID34:1v0->0v1 Adding Category@OID34:0v1 Adding Category@OID35:1v0->0v1 Adding Category@OID35:0v1 Adding Category@OID36:1v0->0v1 Adding Category@OID36:0v1 Adding Product1@OID37:1v0->0v1 Adding Product1@OID37:0v1 Adding Product1@OID38:1v0->0v1 Adding Product1@OID38:0v1 Adding Category@OID39:1v0->0v1 Adding Category@OID39:0v1 Adding Category@OID40:1v0->0v1 Adding Category@OID40:0v1 Adding Category@OID41:1v0->0v1 Adding Category@OID41:0v1 Adding Category@OID42:1v0->0v1 Adding Category@OID42:0v1 Adding Product1@OID43:1v0->0v1 Adding Product1@OID43:0v1 Adding Product1@OID44:1v0->0v1 Adding Product1@OID44:0v1 Adding Product1@OID45:1v0->0v1 Adding Product1@OID45:0v1 Adding Product1@OID46:1v0->0v1 Adding Product1@OID46:0v1 Adding Category@OID47:1v0->0v1 Adding Category@OID47:0v1 Adding Category@OID48:1v0->0v1 Adding Category@OID48:0v1 Adding Category@OID49:1v0->0v1 Adding Category@OID49:0v1 Adding Category@OID50:1v0->0v1 Adding Category@OID50:0v1 Adding Category@OID51:1v0->0v1 Adding Category@OID51:0v1 Adding Product1@OID52:1v0->0v1 Adding Product1@OID52:0v1 Adding Product1@OID53:1v0->0v1 Adding Product1@OID53:0v1 Adding Category@OID54:1v0->0v1 Adding Category@OID54:0v1 Adding Category@OID55:1v0->0v1 Adding Category@OID55:0v1 Adding Category@OID56:1v0->0v1 Adding Category@OID56:0v1 Adding Category@OID57:1v0->0v1 Adding Category@OID57:0v1 Adding Product1@OID58:1v0->0v1 Adding Product1@OID58:0v1 Adding Product1@OID59:1v0->0v1 Adding Product1@OID59:0v1 Adding Category@OID60:1v0->0v1 Adding Category@OID60:0v1 Adding Category@OID61:1v0->0v1 Adding Category@OID61:0v1 Adding Category@OID62:1v0->0v1 Adding Category@OID62:0v1 Adding Category@OID63:1v0->0v1 Adding Category@OID63:0v1 Adding Product1@OID64:1v0->0v1 Adding Product1@OID64:0v1 Adding Product1@OID65:1v0->0v1 Adding Product1@OID65:0v1 Adding Product1@OID66:1v0->0v1 Adding Product1@OID66:0v1 Adding Product1@OID67:1v0->0v1 Adding Product1@OID67:0v1 Adding Product1@OID68:1v0->0v1 Adding Product1@OID68:0v1 Adding Product1@OID69:1v0->0v1 Adding Product1@OID69:0v1 Adding Category@OID4:1v0->0v2 Adding Category@OID4:0v2 Testing committing in sub branch... Adding Category@OID4:1v1 Testing cleanup in sub branch... Removed Category@OID4:1v0->0v2 Removed Category@OID4:0v2 Testing close view... Testing new view in sub branch... Prefetching Bugzilla_576893_Test_testPrefetcherManager_subBranch/* Adding Category@OID5:1v0->0v1 Adding Category@OID5:0v1 Adding Category@OID6:1v0->0v1 Adding Category@OID6:0v1 Adding Category@OID7:1v0->0v1 Adding Category@OID7:0v1 Adding Category@OID8:1v0->0v1 Adding Category@OID8:0v1 Adding Category@OID9:1v0->0v1 Adding Category@OID9:0v1 Adding Product1@OID10:1v0->0v1 Adding Product1@OID10:0v1 Adding Product1@OID11:1v0->0v1 Adding Product1@OID11:0v1 Adding Category@OID12:1v0->0v1 Adding Category@OID12:0v1 Adding Category@OID13:1v0->0v1 Adding Category@OID13:0v1 Adding Category@OID14:1v0->0v1 Adding Category@OID14:0v1 Adding Category@OID15:1v0->0v1 Adding Category@OID15:0v1 Adding Product1@OID16:1v0->0v1 Adding Product1@OID16:0v1 Adding Product1@OID17:1v0->0v1 Adding Product1@OID17:0v1 Adding Category@OID18:1v0->0v1 Adding Category@OID18:0v1 Adding Category@OID19:1v0->0v1 Adding Category@OID19:0v1 Adding Category@OID20:1v0->0v1 Adding Category@OID20:0v1 Adding Category@OID21:1v0->0v1 Adding Category@OID21:0v1 Adding Product1@OID22:1v0->0v1 Adding Product1@OID22:0v1 Adding Product1@OID23:1v0->0v1 Adding Product1@OID23:0v1 Adding Product1@OID24:1v0->0v1 Adding Product1@OID24:0v1 Adding Product1@OID25:1v0->0v1 Adding Product1@OID25:0v1 Adding Category@OID26:1v0->0v1 Adding Category@OID26:0v1 Adding Category@OID27:1v0->0v1 Adding Category@OID27:0v1 Adding Category@OID28:1v0->0v1 Adding Category@OID28:0v1 Adding Category@OID29:1v0->0v1 Adding Category@OID29:0v1 Adding Category@OID30:1v0->0v1 Adding Category@OID30:0v1 Adding Product1@OID31:1v0->0v1 Adding Product1@OID31:0v1 Adding Product1@OID32:1v0->0v1 Adding Product1@OID32:0v1 Adding Category@OID33:1v0->0v1 Adding Category@OID33:0v1 Adding Category@OID34:1v0->0v1 Adding Category@OID34:0v1 Adding Category@OID35:1v0->0v1 Adding Category@OID35:0v1 Adding Category@OID36:1v0->0v1 Adding Category@OID36:0v1 Adding Product1@OID37:1v0->0v1 Adding Product1@OID37:0v1 Adding Product1@OID38:1v0->0v1 Adding Product1@OID38:0v1 Adding Category@OID39:1v0->0v1 Adding Category@OID39:0v1 Adding Category@OID40:1v0->0v1 Adding Category@OID40:0v1 Adding Category@OID41:1v0->0v1 Adding Category@OID41:0v1 Adding Category@OID42:1v0->0v1 Adding Category@OID42:0v1 Adding Product1@OID43:1v0->0v1 Adding Product1@OID43:0v1 Adding Product1@OID44:1v0->0v1 Adding Product1@OID44:0v1 Adding Product1@OID45:1v0->0v1 Adding Product1@OID45:0v1 Adding Product1@OID46:1v0->0v1 Adding Product1@OID46:0v1 Adding Category@OID47:1v0->0v1 Adding Category@OID47:0v1 Adding Category@OID48:1v0->0v1 Adding Category@OID48:0v1 Adding Category@OID49:1v0->0v1 Adding Category@OID49:0v1 Adding Category@OID50:1v0->0v1 Adding Category@OID50:0v1 Adding Category@OID51:1v0->0v1 Adding Category@OID51:0v1 Adding Product1@OID52:1v0->0v1 Adding Product1@OID52:0v1 Adding Product1@OID53:1v0->0v1 Adding Product1@OID53:0v1 Adding Category@OID54:1v0->0v1 Adding Category@OID54:0v1 Adding Category@OID55:1v0->0v1 Adding Category@OID55:0v1 Adding Category@OID56:1v0->0v1 Adding Category@OID56:0v1 Adding Category@OID57:1v0->0v1 Adding Category@OID57:0v1 Adding Product1@OID58:1v0->0v1 Adding Product1@OID58:0v1 Adding Product1@OID59:1v0->0v1 Adding Product1@OID59:0v1 Adding Category@OID60:1v0->0v1 Adding Category@OID60:0v1 Adding Category@OID61:1v0->0v1 Adding Category@OID61:0v1 Adding Category@OID62:1v0->0v1 Adding Category@OID62:0v1 Adding Category@OID63:1v0->0v1 Adding Category@OID63:0v1 Adding Product1@OID64:1v0->0v1 Adding Product1@OID64:0v1 Adding Product1@OID65:1v0->0v1 Adding Product1@OID65:0v1 Adding Product1@OID66:1v0->0v1 Adding Product1@OID66:0v1 Adding Product1@OID67:1v0->0v1 Adding Product1@OID67:0v1 Adding Product1@OID68:1v0->0v1 Adding Product1@OID68:0v1 Adding Product1@OID69:1v0->0v1 Adding Product1@OID69:0v1 Adding Category@OID4:1v1 Testing new session and new view in sub branch... Prefetching Bugzilla_576893_Test_testPrefetcherManager_subBranch/* Adding Category@OID5:1v0->0v1 Adding Category@OID5:0v1 Adding Category@OID6:1v0->0v1 Adding Category@OID6:0v1 Adding Category@OID7:1v0->0v1 Adding Category@OID7:0v1 Adding Category@OID8:1v0->0v1 Adding Category@OID8:0v1 Adding Category@OID9:1v0->0v1 Adding Category@OID9:0v1 Adding Product1@OID10:1v0->0v1 Adding Product1@OID10:0v1 Adding Product1@OID11:1v0->0v1 Adding Product1@OID11:0v1 Adding Category@OID12:1v0->0v1 Adding Category@OID12:0v1 Adding Category@OID13:1v0->0v1 Adding Category@OID13:0v1 Adding Category@OID14:1v0->0v1 Adding Category@OID14:0v1 Adding Category@OID15:1v0->0v1 Adding Category@OID15:0v1 Adding Product1@OID16:1v0->0v1 Adding Product1@OID16:0v1 Adding Product1@OID17:1v0->0v1 Adding Product1@OID17:0v1 Adding Category@OID18:1v0->0v1 Adding Category@OID18:0v1 Adding Category@OID19:1v0->0v1 Adding Category@OID19:0v1 Adding Category@OID20:1v0->0v1 Adding Category@OID20:0v1 Adding Category@OID21:1v0->0v1 Adding Category@OID21:0v1 Adding Product1@OID22:1v0->0v1 Adding Product1@OID22:0v1 Adding Product1@OID23:1v0->0v1 Adding Product1@OID23:0v1 Adding Product1@OID24:1v0->0v1 Adding Product1@OID24:0v1 Adding Product1@OID25:1v0->0v1 Adding Product1@OID25:0v1 Adding Category@OID26:1v0->0v1 Adding Category@OID26:0v1 Adding Category@OID27:1v0->0v1 Adding Category@OID27:0v1 Adding Category@OID28:1v0->0v1 Adding Category@OID28:0v1 Adding Category@OID29:1v0->0v1 Adding Category@OID29:0v1 Adding Category@OID30:1v0->0v1 Adding Category@OID30:0v1 Adding Product1@OID31:1v0->0v1 Adding Product1@OID31:0v1 Adding Product1@OID32:1v0->0v1 Adding Product1@OID32:0v1 Adding Category@OID33:1v0->0v1 Adding Category@OID33:0v1 Adding Category@OID34:1v0->0v1 Adding Category@OID34:0v1 Adding Category@OID35:1v0->0v1 Adding Category@OID35:0v1 Adding Category@OID36:1v0->0v1 Adding Category@OID36:0v1 Adding Product1@OID37:1v0->0v1 Adding Product1@OID37:0v1 Adding Product1@OID38:1v0->0v1 Adding Product1@OID38:0v1 Adding Category@OID39:1v0->0v1 Adding Category@OID39:0v1 Adding Category@OID40:1v0->0v1 Adding Category@OID40:0v1 Adding Category@OID41:1v0->0v1 Adding Category@OID41:0v1 Adding Category@OID42:1v0->0v1 Adding Category@OID42:0v1 Adding Product1@OID43:1v0->0v1 Adding Product1@OID43:0v1 Adding Product1@OID44:1v0->0v1 Adding Product1@OID44:0v1 Adding Product1@OID45:1v0->0v1 Adding Product1@OID45:0v1 Adding Product1@OID46:1v0->0v1 Adding Product1@OID46:0v1 Adding Category@OID47:1v0->0v1 Adding Category@OID47:0v1 Adding Category@OID48:1v0->0v1 Adding Category@OID48:0v1 Adding Category@OID49:1v0->0v1 Adding Category@OID49:0v1 Adding Category@OID50:1v0->0v1 Adding Category@OID50:0v1 Adding Category@OID51:1v0->0v1 Adding Category@OID51:0v1 Adding Product1@OID52:1v0->0v1 Adding Product1@OID52:0v1 Adding Product1@OID53:1v0->0v1 Adding Product1@OID53:0v1 Adding Category@OID54:1v0->0v1 Adding Category@OID54:0v1 Adding Category@OID55:1v0->0v1 Adding Category@OID55:0v1 Adding Category@OID56:1v0->0v1 Adding Category@OID56:0v1 Adding Category@OID57:1v0->0v1 Adding Category@OID57:0v1 Adding Product1@OID58:1v0->0v1 Adding Product1@OID58:0v1 Adding Product1@OID59:1v0->0v1 Adding Product1@OID59:0v1 Adding Category@OID60:1v0->0v1 Adding Category@OID60:0v1 Adding Category@OID61:1v0->0v1 Adding Category@OID61:0v1 Adding Category@OID62:1v0->0v1 Adding Category@OID62:0v1 Adding Category@OID63:1v0->0v1 Adding Category@OID63:0v1 Adding Product1@OID64:1v0->0v1 Adding Product1@OID64:0v1 Adding Product1@OID65:1v0->0v1 Adding Product1@OID65:0v1 Adding Product1@OID66:1v0->0v1 Adding Product1@OID66:0v1 Adding Product1@OID67:1v0->0v1 Adding Product1@OID67:0v1 Adding Product1@OID68:1v0->0v1 Adding Product1@OID68:0v1 Adding Product1@OID69:1v0->0v1 Adding Product1@OID69:0v1 Adding Category@OID4:1v1 ******************************************************* Bugzilla_579786_Test.testDisableResponseTimeout [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_579786_Test.testSlowQueryHandler [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_580001_Test.testTypeHandler [MEM-branching, JVM, Legacy] ******************************************************* ******************************************************* Bugzilla_580974_Test.testCacheAdapter [MEM-branching, JVM, Legacy] ******************************************************* ### Resource: CDOResource@OID3("cdo://repo1/Bugzilla_580974_Test_testCacheAdapter/res") [WARN] Ignoring exception in CDOViewImpl.clearAdapters() java.lang.IllegalStateException: An adapter could either not be removed properly or it added itself back: [CDOLegacyAdapter[CategoryImpl@OID4], org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_580974_Test$CacheAdapter@4d56f4c0] at org.eclipse.emf.internal.cdo.view.CDOViewImpl.clearAdapters(CDOViewImpl.java:1789) at org.eclipse.emf.internal.cdo.view.CDOViewImpl.clearAdapters(CDOViewImpl.java:1747) at org.eclipse.emf.internal.cdo.view.CDOViewImpl.doBeforeDeactivate(CDOViewImpl.java:1654) at org.eclipse.net4j.util.lifecycle.Lifecycle.internalDeactivate(Lifecycle.java:142) at org.eclipse.net4j.util.lifecycle.Lifecycle.deactivate(Lifecycle.java:208) at org.eclipse.net4j.util.lifecycle.LifecycleUtil.deactivate(LifecycleUtil.java:254) at org.eclipse.net4j.util.lifecycle.LifecycleUtil.deactivate(LifecycleUtil.java:244) at org.eclipse.net4j.util.lifecycle.LifecycleUtil.deactivate(LifecycleUtil.java:271) at org.eclipse.emf.internal.cdo.view.AbstractCDOView.close(AbstractCDOView.java:3006) at org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_580974_Test.testCacheAdapter(Bugzilla_580974_Test.java:53) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at junit.framework.TestCase.runTest(TestCase.java:177) at org.eclipse.net4j.util.tests.AbstractOMTest.access$0(AbstractOMTest.java:1) at org.eclipse.net4j.util.tests.AbstractOMTest$3.execute(AbstractOMTest.java:315) at org.eclipse.net4j.internal.util.test.TestExecuter.execute(TestExecuter.java:40) at org.eclipse.net4j.util.tests.AbstractOMTest.runBare(AbstractOMTest.java:301) at org.eclipse.emf.cdo.tests.config.impl.ConfigTest.runBare(ConfigTest.java:648) at junit.framework.TestResult$1.protect(TestResult.java:122) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.framework.TestResult.run(TestResult.java:125) at junit.framework.TestCase.run(TestCase.java:130) at org.eclipse.net4j.util.tests.AbstractOMTest.run(AbstractOMTest.java:375) at junit.framework.TestSuite.runTest(TestSuite.java:241) at org.eclipse.emf.cdo.tests.config.impl.ConfigTestSuite$TestClassWrapper.runTest(ConfigTestSuite.java:231) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at org.eclipse.emf.cdo.tests.config.impl.ConfigTestSuite$MainSuite.run(ConfigTestSuite.java:166) at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:364) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:237) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:158) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.apache.maven.surefire.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:167) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:142) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:28) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:679) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:616) at org.eclipse.equinox.launcher.Main.run(Main.java:1492) at org.eclipse.equinox.launcher.Main.main(Main.java:1465) ******************************************************* Bugzilla_580991_Test.testDurableLockRelease [MEM-branching, JVM, Legacy] ******************************************************* Tests run: 1838, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 182.53 s - in org.eclipse.emf.cdo.tests.IntegrationTestsLegacy org.eclipse.emf.cdo.tests.AdapterManagerTest.testStrongReferencePolicy_ALL Time elapsed: 0.886 s org.eclipse.emf.cdo.tests.AdapterManagerTest.testStrongReferencePolicy_ALL_AttachObject Time elapsed: 0.166 s org.eclipse.emf.cdo.tests.AdapterManagerTest.testStrongReferencePolicy_ALL_DetachObject Time elapsed: 0.147 s org.eclipse.emf.cdo.tests.AdapterManagerTest.testStrongReferencePolicy_NONE Time elapsed: 0.102 s org.eclipse.emf.cdo.tests.AttributeTest.testBigDecimalAndBigInteger Time elapsed: 0.097 s org.eclipse.emf.cdo.tests.AttributeTest.testBigDecimalAndBigIntegerNull Time elapsed: 0.061 s org.eclipse.emf.cdo.tests.AttributeTest.testByteArray Time elapsed: 0.077 s org.eclipse.emf.cdo.tests.AttributeTest.testByteArrayEmpty Time elapsed: 0.077 s org.eclipse.emf.cdo.tests.AttributeTest.testByteArrayNull Time elapsed: 0.096 s org.eclipse.emf.cdo.tests.AttributeTest.testEnumDefaults Time elapsed: 0.112 s org.eclipse.emf.cdo.tests.AttributeTest.testJavaClass Time elapsed: 0.134 s org.eclipse.emf.cdo.tests.AttributeTest.testJavaObject Time elapsed: 0.153 s org.eclipse.emf.cdo.tests.AttributeTest.testManyValuedCustomDataType_Bugzilla_319950 Time elapsed: 0.09 s org.eclipse.emf.cdo.tests.AttributeTest.testManyValuedCustomDataType_Contains Time elapsed: 0.056 s org.eclipse.emf.cdo.tests.AttributeTest.testManyValuedCustomDataType_ContainsAll Time elapsed: 0.083 s org.eclipse.emf.cdo.tests.AttributeTest.testManyValuedCustomDataType_Get Time elapsed: 0.078 s org.eclipse.emf.cdo.tests.AttributeTest.testManyValuedCustomDataType_IndexOf Time elapsed: 0.089 s org.eclipse.emf.cdo.tests.AttributeTest.testManyValuedCustomDataType_LastIndexOf Time elapsed: 0.051 s org.eclipse.emf.cdo.tests.AttributeTest.testNillableAttributeOfCustomType Time elapsed: 0.136 s org.eclipse.emf.cdo.tests.AttributeTest.testPrimitiveDefaults Time elapsed: 0.052 s org.eclipse.emf.cdo.tests.AuditEMapTest.testAuditedEMap Time elapsed: 0.091 s org.eclipse.emf.cdo.tests.AuditSameSessionTest.testAddingContents Time elapsed: 0.082 s org.eclipse.emf.cdo.tests.AuditSameSessionTest.testCanCreateAuditAtRepoCreationTime Time elapsed: 0.038 s org.eclipse.emf.cdo.tests.AuditSameSessionTest.testCannotCreateAuditWithTimestampPriorToRepo Time elapsed: 0.057 s org.eclipse.emf.cdo.tests.AuditSameSessionTest.testCannotSetAuditTimestampPriorToRepo Time elapsed: 0.037 s org.eclipse.emf.cdo.tests.AuditSameSessionTest.testChangePath Time elapsed: 0.05 s org.eclipse.emf.cdo.tests.AuditSameSessionTest.testChangeURI Time elapsed: 0.034 s org.eclipse.emf.cdo.tests.AuditSameSessionTest.testChangedAudit Time elapsed: 0.07 s org.eclipse.emf.cdo.tests.AuditSameSessionTest.testKeepHandle Time elapsed: 0.043 s org.eclipse.emf.cdo.tests.AuditSameSessionTest.testNewAudit Time elapsed: 0.061 s org.eclipse.emf.cdo.tests.AuditSameSessionTest.testRemovingContents Time elapsed: 0.046 s org.eclipse.emf.cdo.tests.AuditSameSessionTest.testRemovingContentsKeepHandle Time elapsed: 0.064 s org.eclipse.emf.cdo.tests.AuditSameSessionTest.testRepositoryCreationTime Time elapsed: 0.025 s org.eclipse.emf.cdo.tests.AuditSameSessionTest.testRepositoryTime Time elapsed: 0.033 s org.eclipse.emf.cdo.tests.AuditTest.testAddingContents Time elapsed: 0.054 s org.eclipse.emf.cdo.tests.AuditTest.testCanCreateAuditAtRepoCreationTime Time elapsed: 0.054 s org.eclipse.emf.cdo.tests.AuditTest.testCannotCreateAuditWithTimestampPriorToRepo Time elapsed: 0.037 s org.eclipse.emf.cdo.tests.AuditTest.testCannotSetAuditTimestampPriorToRepo Time elapsed: 0.068 s org.eclipse.emf.cdo.tests.AuditTest.testChangePath Time elapsed: 0.036 s org.eclipse.emf.cdo.tests.AuditTest.testChangeURI Time elapsed: 0.061 s org.eclipse.emf.cdo.tests.AuditTest.testChangedAudit Time elapsed: 0.041 s org.eclipse.emf.cdo.tests.AuditTest.testKeepHandle Time elapsed: 0.071 s org.eclipse.emf.cdo.tests.AuditTest.testNewAudit Time elapsed: 0.042 s org.eclipse.emf.cdo.tests.AuditTest.testRemovingContents Time elapsed: 0.065 s org.eclipse.emf.cdo.tests.AuditTest.testRemovingContentsKeepHandle Time elapsed: 0.043 s org.eclipse.emf.cdo.tests.AutoAttacherTest.testAddingObjectAndCrawl Time elapsed: 0.041 s org.eclipse.emf.cdo.tests.AutoAttacherTest.testSimple Time elapsed: 0.024 s org.eclipse.emf.cdo.tests.BackupBinaryTest.testImport Time elapsed: 0.154 s org.eclipse.emf.cdo.tests.BackupBinaryTest.testImportBlob Time elapsed: 0.156 s org.eclipse.emf.cdo.tests.BackupBinaryTest.testImportByteArray Time elapsed: 0.107 s org.eclipse.emf.cdo.tests.BackupBinaryTest.testImportClob Time elapsed: 0.178 s org.eclipse.emf.cdo.tests.BackupBinaryTest.testImportCustomDataType Time elapsed: 0.07 s org.eclipse.emf.cdo.tests.BackupBinaryTest.testImportDate Time elapsed: 0.065 s org.eclipse.emf.cdo.tests.BackupBinaryTest.testImportDetachedRevision Time elapsed: 0.072 s org.eclipse.emf.cdo.tests.BackupBinaryTest.testImportExternalReference Time elapsed: 0.059 s org.eclipse.emf.cdo.tests.BackupBinaryTest.testImportNIL Time elapsed: 0.108 s org.eclipse.emf.cdo.tests.BackupBinaryTest.testImportNullListElement Time elapsed: 0.049 s org.eclipse.emf.cdo.tests.BackupTest.testImport Time elapsed: 0.206 s org.eclipse.emf.cdo.tests.BackupTest.testImportBlob Time elapsed: 0.142 s org.eclipse.emf.cdo.tests.BackupTest.testImportByteArray Time elapsed: 0.085 s org.eclipse.emf.cdo.tests.BackupTest.testImportClob Time elapsed: 0.131 s org.eclipse.emf.cdo.tests.BackupTest.testImportCustomDataType Time elapsed: 0.047 s org.eclipse.emf.cdo.tests.BackupTest.testImportDate Time elapsed: 0.054 s org.eclipse.emf.cdo.tests.BackupTest.testImportDetachedRevision Time elapsed: 0.069 s org.eclipse.emf.cdo.tests.BackupTest.testImportExternalReference Time elapsed: 0.037 s org.eclipse.emf.cdo.tests.BackupTest.testImportNIL Time elapsed: 0.09 s org.eclipse.emf.cdo.tests.BackupTest.testImportNullListElement Time elapsed: 0.057 s org.eclipse.emf.cdo.tests.BranchingSameSessionTest.testAncestor Time elapsed: 0.027 s org.eclipse.emf.cdo.tests.BranchingSameSessionTest.testAuditViewOnBranch Time elapsed: 0.194 s org.eclipse.emf.cdo.tests.BranchingSameSessionTest.testBasePath Time elapsed: 0.02 s org.eclipse.emf.cdo.tests.BranchingSameSessionTest.testCommit Time elapsed: 0.1 s org.eclipse.emf.cdo.tests.BranchingSameSessionTest.testCommitAddOrderDetail Time elapsed: 0.115 s org.eclipse.emf.cdo.tests.BranchingSameSessionTest.testCommitRemoveOrderDetail Time elapsed: 0.11 s org.eclipse.emf.cdo.tests.BranchingSameSessionTest.testContainment Time elapsed: 0.02 s org.eclipse.emf.cdo.tests.BranchingSameSessionTest.testCreateBranch Time elapsed: 0.056 s org.eclipse.emf.cdo.tests.BranchingSameSessionTest.testCreateBranchDuplicate Time elapsed: 0.117 s org.eclipse.emf.cdo.tests.BranchingSameSessionTest.testCreateBranchIllegalName Time elapsed: 0.018 s org.eclipse.emf.cdo.tests.BranchingSameSessionTest.testDeleteBranch Time elapsed: 0.119 s org.eclipse.emf.cdo.tests.BranchingSameSessionTest.testDetachExisting Time elapsed: 0.168 s org.eclipse.emf.cdo.tests.BranchingSameSessionTest.testDetachWithoutRevision Time elapsed: 0.088 s org.eclipse.emf.cdo.tests.BranchingSameSessionTest.testDetachWithoutRevision_CheckMainBranch Time elapsed: 0.084 s org.eclipse.emf.cdo.tests.BranchingSameSessionTest.testEvent Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.BranchingSameSessionTest.testFutureBaseTime Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.BranchingSameSessionTest.testGetBranch Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.BranchingSameSessionTest.testGetPath Time elapsed: 0.018 s org.eclipse.emf.cdo.tests.BranchingSameSessionTest.testGetPathName Time elapsed: 0.019 s org.eclipse.emf.cdo.tests.BranchingSameSessionTest.testGetSubBranches Time elapsed: 0.03 s org.eclipse.emf.cdo.tests.BranchingSameSessionTest.testHandleRevisionsAfterDetachInSubBranch Time elapsed: 0.049 s org.eclipse.emf.cdo.tests.BranchingSameSessionTest.testMainBranch Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.BranchingSameSessionTest.testObjectLifetime Time elapsed: 0.079 s org.eclipse.emf.cdo.tests.BranchingSameSessionTest.testRenameBranch Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.BranchingSameSessionTest.testRenameBranchDuplicate Time elapsed: 0.132 s org.eclipse.emf.cdo.tests.BranchingSameSessionTest.testRenameBranchIllegalName Time elapsed: 0.024 s org.eclipse.emf.cdo.tests.BranchingSameSessionTest.testSwitchTransactionTarget Time elapsed: 0.038 s org.eclipse.emf.cdo.tests.BranchingSameSessionTest.testSwitchViewTarget Time elapsed: 0.033 s org.eclipse.emf.cdo.tests.BranchingTest.testAncestor Time elapsed: 0.02 s org.eclipse.emf.cdo.tests.BranchingTest.testAuditViewOnBranch Time elapsed: 0.103 s org.eclipse.emf.cdo.tests.BranchingTest.testBasePath Time elapsed: 0.026 s org.eclipse.emf.cdo.tests.BranchingTest.testCommit Time elapsed: 0.067 s org.eclipse.emf.cdo.tests.BranchingTest.testCommitAddOrderDetail Time elapsed: 0.118 s org.eclipse.emf.cdo.tests.BranchingTest.testCommitRemoveOrderDetail Time elapsed: 0.118 s org.eclipse.emf.cdo.tests.BranchingTest.testContainment Time elapsed: 0.064 s org.eclipse.emf.cdo.tests.BranchingTest.testCreateBranch Time elapsed: 0.021 s org.eclipse.emf.cdo.tests.BranchingTest.testCreateBranchDuplicate Time elapsed: 0.115 s org.eclipse.emf.cdo.tests.BranchingTest.testCreateBranchIllegalName Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.BranchingTest.testDeleteBranch Time elapsed: 0.088 s org.eclipse.emf.cdo.tests.BranchingTest.testDetachExisting Time elapsed: 0.103 s org.eclipse.emf.cdo.tests.BranchingTest.testDetachWithoutRevision Time elapsed: 0.089 s org.eclipse.emf.cdo.tests.BranchingTest.testDetachWithoutRevision_CheckMainBranch Time elapsed: 0.078 s org.eclipse.emf.cdo.tests.BranchingTest.testEvent Time elapsed: 0.018 s org.eclipse.emf.cdo.tests.BranchingTest.testFutureBaseTime Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.BranchingTest.testGetBranch Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.BranchingTest.testGetPath Time elapsed: 0.019 s org.eclipse.emf.cdo.tests.BranchingTest.testGetPathName Time elapsed: 0.03 s org.eclipse.emf.cdo.tests.BranchingTest.testGetSubBranches Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.BranchingTest.testHandleRevisionsAfterDetachInSubBranch Time elapsed: 0.037 s org.eclipse.emf.cdo.tests.BranchingTest.testMainBranch Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.BranchingTest.testObjectLifetime Time elapsed: 0.071 s org.eclipse.emf.cdo.tests.BranchingTest.testRenameBranch Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.BranchingTest.testRenameBranchDuplicate Time elapsed: 0.116 s org.eclipse.emf.cdo.tests.BranchingTest.testRenameBranchIllegalName Time elapsed: 0.018 s org.eclipse.emf.cdo.tests.BranchingTest.testSwitchTransactionTarget Time elapsed: 0.043 s org.eclipse.emf.cdo.tests.BranchingTest.testSwitchViewTarget Time elapsed: 0.03 s org.eclipse.emf.cdo.tests.BranchingWithCacheClearTest.testAncestor Time elapsed: 0.027 s org.eclipse.emf.cdo.tests.BranchingWithCacheClearTest.testAuditViewOnBranch Time elapsed: 0.103 s org.eclipse.emf.cdo.tests.BranchingWithCacheClearTest.testBasePath Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.BranchingWithCacheClearTest.testCommit Time elapsed: 0.082 s org.eclipse.emf.cdo.tests.BranchingWithCacheClearTest.testCommitAddOrderDetail Time elapsed: 0.097 s org.eclipse.emf.cdo.tests.BranchingWithCacheClearTest.testCommitRemoveOrderDetail Time elapsed: 0.101 s org.eclipse.emf.cdo.tests.BranchingWithCacheClearTest.testContainment Time elapsed: 0.019 s org.eclipse.emf.cdo.tests.BranchingWithCacheClearTest.testCreateBranch Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.BranchingWithCacheClearTest.testCreateBranchDuplicate Time elapsed: 0.114 s org.eclipse.emf.cdo.tests.BranchingWithCacheClearTest.testCreateBranchIllegalName Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.BranchingWithCacheClearTest.testDeleteBranch Time elapsed: 0.081 s org.eclipse.emf.cdo.tests.BranchingWithCacheClearTest.testDetachExisting Time elapsed: 0.091 s org.eclipse.emf.cdo.tests.BranchingWithCacheClearTest.testDetachWithoutRevision Time elapsed: 0.095 s org.eclipse.emf.cdo.tests.BranchingWithCacheClearTest.testDetachWithoutRevision_CheckMainBranch Time elapsed: 0.072 s org.eclipse.emf.cdo.tests.BranchingWithCacheClearTest.testEvent Time elapsed: 0.018 s org.eclipse.emf.cdo.tests.BranchingWithCacheClearTest.testFutureBaseTime Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.BranchingWithCacheClearTest.testGetBranch Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.BranchingWithCacheClearTest.testGetPath Time elapsed: 0.018 s org.eclipse.emf.cdo.tests.BranchingWithCacheClearTest.testGetPathName Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.BranchingWithCacheClearTest.testGetSubBranches Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.BranchingWithCacheClearTest.testHandleRevisionsAfterDetachInSubBranch Time elapsed: 0.031 s org.eclipse.emf.cdo.tests.BranchingWithCacheClearTest.testMainBranch Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.BranchingWithCacheClearTest.testObjectLifetime Time elapsed: 0.061 s org.eclipse.emf.cdo.tests.BranchingWithCacheClearTest.testRenameBranch Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.BranchingWithCacheClearTest.testRenameBranchDuplicate Time elapsed: 0.115 s org.eclipse.emf.cdo.tests.BranchingWithCacheClearTest.testRenameBranchIllegalName Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.BranchingWithCacheClearTest.testSwitchTransactionTarget Time elapsed: 0.029 s org.eclipse.emf.cdo.tests.BranchingWithCacheClearTest.testSwitchViewTarget Time elapsed: 0.026 s org.eclipse.emf.cdo.tests.CDOIDTest.testGetLong_ExtId Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.CDOIDTest.testGetLong_ExtTempId Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.CDOIDTest.testGetLong_LongId Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.CDOIDTest.testGetLong_Null Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.CDOIDTest.testGetLong_NullId Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.CDOIDTest.testGetLong_TempId Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.CDOIDTest.testSetID Time elapsed: 0.03 s org.eclipse.emf.cdo.tests.CDOIDTest.testURIFragment Time elapsed: 0.025 s org.eclipse.emf.cdo.tests.CDOStaleReferencePolicyTest.testCDOStaleReferencePolicyWithCDOStoreGetContainer Time elapsed: 0.033 s org.eclipse.emf.cdo.tests.CDOStaleReferencePolicyTest.testCDOStaleReferencePolicyWithCDOStoreGetResource Time elapsed: 0.021 s org.eclipse.emf.cdo.tests.ChangeSubscriptionTest.testInvalidationWithDeltas_SameBranch Time elapsed: 0.027 s org.eclipse.emf.cdo.tests.ChangeSubscriptionTest.testNotificationChain Time elapsed: 0.03 s org.eclipse.emf.cdo.tests.ChangeSubscriptionTest.testRemoveContained Time elapsed: 0.051 s org.eclipse.emf.cdo.tests.ChangeSubscriptionTest.testRemoveManyContained Time elapsed: 0.03 s org.eclipse.emf.cdo.tests.ChangeSubscriptionTest.testRemoveManyXRef Time elapsed: 0.031 s org.eclipse.emf.cdo.tests.ChangeSubscriptionTest.testRemoveXRef Time elapsed: 0.044 s org.eclipse.emf.cdo.tests.ChangeSubscriptionTest.testSameSession Time elapsed: 0.025 s org.eclipse.emf.cdo.tests.ChangeSubscriptionTest.testSameSession_WithoutPolicy Time elapsed: 0.025 s org.eclipse.emf.cdo.tests.ChangeSubscriptionTest.testSeparateSession Time elapsed: 0.028 s org.eclipse.emf.cdo.tests.ChangeSubscriptionTest.testSeparateSession_CUSTOM Time elapsed: 0.028 s org.eclipse.emf.cdo.tests.ChangeSubscriptionTest.testSeparateSession_WithoutPolicy Time elapsed: 0.026 s org.eclipse.emf.cdo.tests.ChangeSubscriptionTest.testTemporaryObject Time elapsed: 0.024 s org.eclipse.emf.cdo.tests.ChunkingClearCachedRevisionTest.testReadNative Time elapsed: 0.071 s org.eclipse.emf.cdo.tests.ChunkingClearCachedRevisionTest.testWriteNative Time elapsed: 0.08 s org.eclipse.emf.cdo.tests.ChunkingTest.testChunkWithTemporaryObject Time elapsed: 0.032 s org.eclipse.emf.cdo.tests.ChunkingTest.testPartiallyLoadedAdd Time elapsed: 0.043 s org.eclipse.emf.cdo.tests.ChunkingTest.testPartiallyLoadedAddAtIndex Time elapsed: 0.028 s org.eclipse.emf.cdo.tests.ChunkingTest.testPartiallyLoadedRemoveIndex Time elapsed: 0.025 s org.eclipse.emf.cdo.tests.ChunkingTest.testPartiallyLoadedSet Time elapsed: 0.038 s org.eclipse.emf.cdo.tests.ChunkingTest.testReadAfterUpdateAfterCommit Time elapsed: 0.046 s org.eclipse.emf.cdo.tests.ChunkingTest.testReadAfterUpdateBeforeCommit Time elapsed: 0.058 s org.eclipse.emf.cdo.tests.ChunkingTest.testReadNative Time elapsed: 0.059 s org.eclipse.emf.cdo.tests.ChunkingTest.testRemove Time elapsed: 0.043 s org.eclipse.emf.cdo.tests.ChunkingTest.testWriteNative Time elapsed: 0.063 s org.eclipse.emf.cdo.tests.CommitInfoTest.testClientBranch Time elapsed: 0.028 s org.eclipse.emf.cdo.tests.CommitInfoTest.testClientBranchWithBranch Time elapsed: 0.021 s org.eclipse.emf.cdo.tests.CommitInfoTest.testClientBranchWithWrongBranch Time elapsed: 0.022 s org.eclipse.emf.cdo.tests.CommitInfoTest.testClientComment Time elapsed: 0.019 s org.eclipse.emf.cdo.tests.CommitInfoTest.testClientCommentWithBranch Time elapsed: 0.023 s org.eclipse.emf.cdo.tests.CommitInfoTest.testClientCommentWithWrongBranch Time elapsed: 0.025 s org.eclipse.emf.cdo.tests.CommitInfoTest.testClientPreviousCommitInfo Time elapsed: 0.021 s org.eclipse.emf.cdo.tests.CommitInfoTest.testClientSubBranch Time elapsed: 0.021 s org.eclipse.emf.cdo.tests.CommitInfoTest.testClientSubBranchWithBranch Time elapsed: 0.021 s org.eclipse.emf.cdo.tests.CommitInfoTest.testClientSubBranchWithWrongBranch Time elapsed: 0.031 s org.eclipse.emf.cdo.tests.CommitInfoTest.testClientTimestamp Time elapsed: 0.018 s org.eclipse.emf.cdo.tests.CommitInfoTest.testClientTimestampWithBranch Time elapsed: 0.02 s org.eclipse.emf.cdo.tests.CommitInfoTest.testClientTimestampWithWrongBranch Time elapsed: 0.02 s org.eclipse.emf.cdo.tests.CommitInfoTest.testClientUser Time elapsed: 0.287 s org.eclipse.emf.cdo.tests.CommitInfoTest.testClientUserWithBranch Time elapsed: 0.172 s org.eclipse.emf.cdo.tests.CommitInfoTest.testClientUserWithWrongBranch Time elapsed: 0.141 s org.eclipse.emf.cdo.tests.CommitInfoTest.testLocalBranch Time elapsed: 0.029 s org.eclipse.emf.cdo.tests.CommitInfoTest.testLocalComment Time elapsed: 0.021 s org.eclipse.emf.cdo.tests.CommitInfoTest.testLocalSubBranch Time elapsed: 0.022 s org.eclipse.emf.cdo.tests.CommitInfoTest.testLocalTimestamp Time elapsed: 0.026 s org.eclipse.emf.cdo.tests.CommitInfoTest.testLocalUser Time elapsed: 0.137 s org.eclipse.emf.cdo.tests.CommitInfoTest.testLogAsync Time elapsed: 0.049 s org.eclipse.emf.cdo.tests.CommitInfoTest.testLogThroughClient Time elapsed: 0.072 s org.eclipse.emf.cdo.tests.CommitInfoTest.testLogThroughCommitInfoHandler Time elapsed: 0.052 s org.eclipse.emf.cdo.tests.CommitInfoTest.testLogThroughWriteAccessHandler Time elapsed: 0.05 s org.eclipse.emf.cdo.tests.CommitInfoTest.testMultipleEntries Time elapsed: 0.063 s org.eclipse.emf.cdo.tests.CommitInfoTest.testMultipleEntriesByCountDown Time elapsed: 0.045 s org.eclipse.emf.cdo.tests.CommitInfoTest.testMultipleEntriesByCountUp Time elapsed: 0.049 s org.eclipse.emf.cdo.tests.CommitInfoTest.testServerBranch Time elapsed: 0.024 s org.eclipse.emf.cdo.tests.CommitInfoTest.testServerBranchWithBranch Time elapsed: 0.024 s org.eclipse.emf.cdo.tests.CommitInfoTest.testServerBranchWithWrongBranch Time elapsed: 0.023 s org.eclipse.emf.cdo.tests.CommitInfoTest.testServerComment Time elapsed: 0.03 s org.eclipse.emf.cdo.tests.CommitInfoTest.testServerCommentWithBranch Time elapsed: 0.021 s org.eclipse.emf.cdo.tests.CommitInfoTest.testServerCommentWithWrongBranch Time elapsed: 0.023 s org.eclipse.emf.cdo.tests.CommitInfoTest.testServerSubBranch Time elapsed: 0.027 s org.eclipse.emf.cdo.tests.CommitInfoTest.testServerSubBranchWithBranch Time elapsed: 0.027 s org.eclipse.emf.cdo.tests.CommitInfoTest.testServerSubBranchWithWrongBranch Time elapsed: 0.024 s org.eclipse.emf.cdo.tests.CommitInfoTest.testServerTimestamp Time elapsed: 0.019 s org.eclipse.emf.cdo.tests.CommitInfoTest.testServerTimestampWithBranch Time elapsed: 0.043 s org.eclipse.emf.cdo.tests.CommitInfoTest.testServerTimestampWithWrongBranch Time elapsed: 0.023 s org.eclipse.emf.cdo.tests.CommitInfoTest.testServerUser Time elapsed: 0.07 s org.eclipse.emf.cdo.tests.CommitInfoTest.testServerUserWithBranch Time elapsed: 0.071 s org.eclipse.emf.cdo.tests.CommitInfoTest.testServerUserWithWrongBranch Time elapsed: 0.071 s org.eclipse.emf.cdo.tests.CompareTest.testAdditionsInSourceAndTarget Time elapsed: 0.095 s org.eclipse.emf.cdo.tests.CompareTest.testFromBranchWithAdditions Time elapsed: 0.061 s org.eclipse.emf.cdo.tests.CompareTest.testFromBranchWithChangesInSource Time elapsed: 0.038 s org.eclipse.emf.cdo.tests.CompareTest.testFromBranchWithRemovalsInSource Time elapsed: 0.038 s org.eclipse.emf.cdo.tests.CompareTest.testFromEmptyBranches Time elapsed: 0.072 s org.eclipse.emf.cdo.tests.ComplexTest.testCrossResourceGenRefMultiNonContainedUnidirectional Time elapsed: 0.052 s org.eclipse.emf.cdo.tests.ComplexTest.testCrossResourceGenRefSingleNonContainedUnidirectional Time elapsed: 0.031 s org.eclipse.emf.cdo.tests.ComplexTest.testCrossResourceIfcimplMultiNonContainedBidirectional Time elapsed: 0.033 s org.eclipse.emf.cdo.tests.ComplexTest.testCrossResourceIfcimplMultiNonContainedUnidirectional Time elapsed: 0.042 s org.eclipse.emf.cdo.tests.ComplexTest.testCrossResourceIfcimplSingleNonContainedBidirectional Time elapsed: 0.032 s org.eclipse.emf.cdo.tests.ComplexTest.testCrossResourceIfcimplSingleNonContainedUnidirectional Time elapsed: 0.033 s org.eclipse.emf.cdo.tests.ComplexTest.testCrossResourcePlainMultiNonContainedBidirectional Time elapsed: 0.04 s org.eclipse.emf.cdo.tests.ComplexTest.testCrossResourcePlainMultiNonContainedUnidirectional Time elapsed: 0.035 s org.eclipse.emf.cdo.tests.ComplexTest.testCrossResourcePlainSingleNonContainedBidirectional Time elapsed: 0.036 s org.eclipse.emf.cdo.tests.ComplexTest.testCrossResourcePlainSingleNonContainedUnidirectional Time elapsed: 0.047 s org.eclipse.emf.cdo.tests.ComplexTest.testGenRefMultiContainedUnidirectional Time elapsed: 0.033 s org.eclipse.emf.cdo.tests.ComplexTest.testGenRefMultiNonContainedUnidirectional Time elapsed: 0.05 s org.eclipse.emf.cdo.tests.ComplexTest.testGenRefSingleContainedUnidirectional Time elapsed: 0.031 s org.eclipse.emf.cdo.tests.ComplexTest.testGenRefSingleNonContainedUnidirectional Time elapsed: 0.031 s org.eclipse.emf.cdo.tests.ComplexTest.testIfcimplMultiContainedBidirectional Time elapsed: 0.047 s org.eclipse.emf.cdo.tests.ComplexTest.testIfcimplMultiContainedUnidirectional Time elapsed: 0.035 s org.eclipse.emf.cdo.tests.ComplexTest.testIfcimplMultiNonContainedBidirectional Time elapsed: 0.04 s org.eclipse.emf.cdo.tests.ComplexTest.testIfcimplMultiNonContainedUnidirectional Time elapsed: 0.033 s org.eclipse.emf.cdo.tests.ComplexTest.testIfcimplSingleContainedBidirectional Time elapsed: 0.036 s org.eclipse.emf.cdo.tests.ComplexTest.testIfcimplSingleContainedUnidirectional Time elapsed: 0.048 s org.eclipse.emf.cdo.tests.ComplexTest.testIfcimplSingleNonContainedBidirectional Time elapsed: 0.034 s org.eclipse.emf.cdo.tests.ComplexTest.testIfcimplSingleNonContainedUnidirectional Time elapsed: 0.049 s org.eclipse.emf.cdo.tests.ComplexTest.testMigrateContainmentMulti Time elapsed: 0.036 s org.eclipse.emf.cdo.tests.ComplexTest.testMigrateContainmentSingle Time elapsed: 0.035 s org.eclipse.emf.cdo.tests.ComplexTest.testMultipleTransactions2 Time elapsed: 0.061 s org.eclipse.emf.cdo.tests.ComplexTest.testMultipleTransactions3 Time elapsed: 0.037 s org.eclipse.emf.cdo.tests.ComplexTest.testPlainMultiContainedBidirectional Time elapsed: 0.041 s org.eclipse.emf.cdo.tests.ComplexTest.testPlainMultiContainedUnidirectional Time elapsed: 0.033 s org.eclipse.emf.cdo.tests.ComplexTest.testPlainMultiNonContainedBidirectional Time elapsed: 0.032 s org.eclipse.emf.cdo.tests.ComplexTest.testPlainMultiNonContainedUnidirectional Time elapsed: 0.043 s org.eclipse.emf.cdo.tests.ComplexTest.testPlainSingleContainedBidirectional Time elapsed: 0.031 s org.eclipse.emf.cdo.tests.ComplexTest.testPlainSingleContainedUnidirectional Time elapsed: 0.039 s org.eclipse.emf.cdo.tests.ComplexTest.testPlainSingleNonContainedBidirectional Time elapsed: 0.031 s org.eclipse.emf.cdo.tests.ComplexTest.testPlainSingleNonContainedUnidirectional Time elapsed: 0.031 s org.eclipse.emf.cdo.tests.ConflictResolverTest.testMergeLocalChangesPerFeature_BasicException Time elapsed: 0.035 s org.eclipse.emf.cdo.tests.ConflictResolverTest.testMergeLocalChangesPerFeature_Bug1 Time elapsed: 0.033 s org.eclipse.emf.cdo.tests.ConflictResolverTest.testMergeLocalChangesPerFeature_Bug2 Time elapsed: 0.025 s org.eclipse.emf.cdo.tests.ConflictResolverTest.testMergeLocalChangesPerFeature_Bug3 Time elapsed: 0.03 s org.eclipse.emf.cdo.tests.ConflictResolverTest.testMerge_ManyValue Time elapsed: 0.023 s org.eclipse.emf.cdo.tests.ContainmentTest.test3Levels Time elapsed: 0.022 s org.eclipse.emf.cdo.tests.ContainmentTest.testBasicContainment Time elapsed: 0.019 s org.eclipse.emf.cdo.tests.ContainmentTest.testContainmentChangeInSameResource Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.ContainmentTest.testModeledBackPointer Time elapsed: 0.045 s org.eclipse.emf.cdo.tests.ContainmentTest.testModeledBackPointer_Transient Time elapsed: 0.033 s org.eclipse.emf.cdo.tests.ContainmentTest.testModeledBackPointer_Transient_Load Time elapsed: 0.048 s org.eclipse.emf.cdo.tests.ContainmentTest.testObjectNotSameResourceThanItsContainerCDO Time elapsed: 0.04 s org.eclipse.emf.cdo.tests.ContainmentTest.testObjectNotSameResourceThanItsContainer_WithoutCDO Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.ContainmentTest.testRemovedContainment Time elapsed: 0.023 s org.eclipse.emf.cdo.tests.ContainmentTest.testSeparateSession Time elapsed: 0.028 s org.eclipse.emf.cdo.tests.ContainmentTest.testSeparateView Time elapsed: 0.022 s org.eclipse.emf.cdo.tests.ContainmentTest.testSetSingleContainment Time elapsed: 0.034 s org.eclipse.emf.cdo.tests.ContainmentTest.testTransientContainment Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.ContainmentTest.testUnsetSingleContainment Time elapsed: 0.056 s org.eclipse.emf.cdo.tests.CrossReferenceTest.testCrossCreferenceBetweenContainerAndContained Time elapsed: 0.038 s org.eclipse.emf.cdo.tests.CrossReferenceTest.testDetachXRef Time elapsed: 0.044 s org.eclipse.emf.cdo.tests.CrossReferenceTest.testDetachXRefExternal Time elapsed: 0.02 s org.eclipse.emf.cdo.tests.CrossReferenceTest.testDetachXRefReattach Time elapsed: 0.02 s org.eclipse.emf.cdo.tests.CrossReferenceTest.testExternalMakeDangling Time elapsed: 0.02 s org.eclipse.emf.cdo.tests.CrossReferenceTest.testExternalMakeNew Time elapsed: 0.019 s org.eclipse.emf.cdo.tests.CrossReferenceTest.testLoadViaContainment Time elapsed: 0.019 s org.eclipse.emf.cdo.tests.CrossReferenceTest.testLoadViaXRef Time elapsed: 0.019 s org.eclipse.emf.cdo.tests.CrossReferenceTest.testNewMakeExternal Time elapsed: 0.019 s org.eclipse.emf.cdo.tests.CrossReferenceTest.testTwoResources Time elapsed: 0.021 s org.eclipse.emf.cdo.tests.DetachTest.testCleanObjectDeletion Time elapsed: 0.027 s org.eclipse.emf.cdo.tests.DetachTest.testDetachEmptyNewResource Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.DetachTest.testDetachEmptyPersistedResource Time elapsed: 0.022 s org.eclipse.emf.cdo.tests.DetachTest.testDetachNewResource Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.DetachTest.testDetachPersistedResource Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.DetachTest.testDetachPersistedResourceWithPersistedData Time elapsed: 0.021 s org.eclipse.emf.cdo.tests.DetachTest.testDetachProxyResource Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.DetachTest.testKeepValue Time elapsed: 0.022 s org.eclipse.emf.cdo.tests.DetachTest.testNewObjectDeletion Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.DetachTest.testSavePointCleanObjectDeletion Time elapsed: 0.024 s org.eclipse.emf.cdo.tests.DetachTest.testSavePointNewObjectDeletion Time elapsed: 0.042 s org.eclipse.emf.cdo.tests.DynamicPackageTest.testDynamicMaps Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.DynamicXSDTest.testDynamicEcore Time elapsed: 0.032 s org.eclipse.emf.cdo.tests.EMFCompareTest.testAllContentsOfCompany Time elapsed: 0.211 s org.eclipse.emf.cdo.tests.EMFCompareTest.testAllContentsOfRoot Time elapsed: 0.044 s org.eclipse.emf.cdo.tests.EMFCompareTest.testChanges Time elapsed: 0.046 s org.eclipse.emf.cdo.tests.EMFCompareTest.testChangesDelete Time elapsed: 0.045 s org.eclipse.emf.cdo.tests.EMFCompareTest.testContainmentProxy Time elapsed: 0.033 s org.eclipse.emf.cdo.tests.EMFCompareTest.testContainmentProxyEMF Time elapsed: 0.062 s org.eclipse.emf.cdo.tests.EMFCompareTest.testFeatureFilter Time elapsed: 0.033 s org.eclipse.emf.cdo.tests.EMFCompareTest.testMinimal Time elapsed: 0.033 s org.eclipse.emf.cdo.tests.EMFCompareTest.testNoContainmentProxy Time elapsed: 0.037 s org.eclipse.emf.cdo.tests.EMapTest.testEMap Time elapsed: 0.034 s org.eclipse.emf.cdo.tests.EnumTest.testAttached Time elapsed: 0.034 s org.eclipse.emf.cdo.tests.EnumTest.testAttachedFresh Time elapsed: 0.037 s org.eclipse.emf.cdo.tests.EnumTest.testTransient Time elapsed: 0.025 s org.eclipse.emf.cdo.tests.EnumTest.testTransientFresh Time elapsed: 0.025 s org.eclipse.emf.cdo.tests.ExternalReferenceTest.testExternalWithDynamicEObject Time elapsed: 0.031 s org.eclipse.emf.cdo.tests.ExternalReferenceTest.testExternalWithEClass Time elapsed: 0.028 s org.eclipse.emf.cdo.tests.ExternalReferenceTest.testExternalWithEPackage Time elapsed: 0.029 s org.eclipse.emf.cdo.tests.ExternalReferenceTest.testObjectNotAttached Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.ExternalReferenceTest.testOneXMIResourceManyViewsOnOneResourceSet Time elapsed: 0.076 s org.eclipse.emf.cdo.tests.ExternalReferenceTest.testUsingObjectsBetweenSameTransaction Time elapsed: 0.023 s org.eclipse.emf.cdo.tests.ExternalReferenceTest.testWithXML Time elapsed: 0.034 s org.eclipse.emf.cdo.tests.ExternalReferenceTest.testWithXMLAndPrefetching Time elapsed: 0.038 s org.eclipse.emf.cdo.tests.ExternalReferenceTest.testXRefExternalObject Time elapsed: 0.049 s org.eclipse.emf.cdo.tests.IndexReconstructionTest.testAddAfter1 Time elapsed: 0.021 s org.eclipse.emf.cdo.tests.IndexReconstructionTest.testAddAfter4 Time elapsed: 0.02 s org.eclipse.emf.cdo.tests.IndexReconstructionTest.testAddBefore1 Time elapsed: 0.028 s org.eclipse.emf.cdo.tests.IndexReconstructionTest.testAddBefore4 Time elapsed: 0.028 s org.eclipse.emf.cdo.tests.IndexReconstructionTest.testMoveBackward Time elapsed: 0.022 s org.eclipse.emf.cdo.tests.IndexReconstructionTest.testMoveBehindEnd Time elapsed: 0.02 s org.eclipse.emf.cdo.tests.IndexReconstructionTest.testMoveForward Time elapsed: 0.019 s org.eclipse.emf.cdo.tests.IndexReconstructionTest.testReAdded Time elapsed: 0.021 s org.eclipse.emf.cdo.tests.IndexReconstructionTest.testRemove1 Time elapsed: 0.023 s org.eclipse.emf.cdo.tests.IndexReconstructionTest.testRemove4 Time elapsed: 0.02 s org.eclipse.emf.cdo.tests.IndexReconstructionTest.testRemoveAdded Time elapsed: 0.02 s org.eclipse.emf.cdo.tests.IndexReconstructionTest.testRemoveLastAdded Time elapsed: 0.02 s org.eclipse.emf.cdo.tests.InitialTest.testAttachObject Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.InitialTest.testCommitDirty Time elapsed: 0.02 s org.eclipse.emf.cdo.tests.InitialTest.testCommitDirtyInverseList Time elapsed: 0.021 s org.eclipse.emf.cdo.tests.InitialTest.testCommitNew Time elapsed: 0.02 s org.eclipse.emf.cdo.tests.InitialTest.testCommitNewInverseList Time elapsed: 0.019 s org.eclipse.emf.cdo.tests.InitialTest.testCreateResource Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.InitialTest.testDirectResource Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.InitialTest.testDirectResourceEMF Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.InitialTest.testGetContents Time elapsed: 0.029 s org.eclipse.emf.cdo.tests.InitialTest.testGetResource Time elapsed: 0.021 s org.eclipse.emf.cdo.tests.InitialTest.testLoadObject Time elapsed: 0.023 s org.eclipse.emf.cdo.tests.InitialTest.testLoadObjectInverseList Time elapsed: 0.031 s org.eclipse.emf.cdo.tests.InitialTest.testLoadResource Time elapsed: 0.023 s org.eclipse.emf.cdo.tests.InitialTest.testMultipleInheritence Time elapsed: 0.027 s org.eclipse.emf.cdo.tests.InitialTest.testNullReference Time elapsed: 0.023 s org.eclipse.emf.cdo.tests.InitialTest.testOpenSession Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.InitialTest.testReadObjectClean Time elapsed: 0.022 s org.eclipse.emf.cdo.tests.InitialTest.testReadObjectProxy Time elapsed: 0.021 s org.eclipse.emf.cdo.tests.InitialTest.testReadResourceClean Time elapsed: 0.021 s org.eclipse.emf.cdo.tests.InitialTest.testReadTransientValue Time elapsed: 0.02 s org.eclipse.emf.cdo.tests.InitialTest.testResourceAccessor Time elapsed: 0.021 s org.eclipse.emf.cdo.tests.InitialTest.testStartTransaction Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.InitialTest.testTransientObject Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.InitialTest.testTransientResource Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.InitialTest.testWriteClean Time elapsed: 0.02 s org.eclipse.emf.cdo.tests.InvalidationTest.testConflictDifferentSession Time elapsed: 0.029 s org.eclipse.emf.cdo.tests.InvalidationTest.testConflictSameSession Time elapsed: 0.024 s org.eclipse.emf.cdo.tests.InvalidationTest.testDeleteFromOtherBranch Time elapsed: 0.04 s org.eclipse.emf.cdo.tests.InvalidationTest.testDetach Time elapsed: 0.031 s org.eclipse.emf.cdo.tests.InvalidationTest.testDetachAndPassiveUpdate Time elapsed: 0.043 s org.eclipse.emf.cdo.tests.InvalidationTest.testDetachAndPassiveUpdateWithoutRevisionTimestamp Time elapsed: 0.031 s org.eclipse.emf.cdo.tests.InvalidationTest.testDetachedConflictDifferentSession Time elapsed: 0.02 s org.eclipse.emf.cdo.tests.InvalidationTest.testDetachedConflictSameSession Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.InvalidationTest.testInvalidateAndCache Time elapsed: 0.036 s org.eclipse.emf.cdo.tests.InvalidationTest.testPassiveUpdateMode_CHANGES Time elapsed: 0.029 s org.eclipse.emf.cdo.tests.InvalidationTest.testPassiveUpdateOnAndOff Time elapsed: 0.036 s org.eclipse.emf.cdo.tests.InvalidationTest.testRefreshEmptyRepository Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.InvalidationTest.testSeparateSession Time elapsed: 0.031 s org.eclipse.emf.cdo.tests.InvalidationTest.testSeparateSession_PassiveUpdateDisable Time elapsed: 0.025 s org.eclipse.emf.cdo.tests.InvalidationTest.testSeparateView Time elapsed: 0.022 s org.eclipse.emf.cdo.tests.InvalidationTest.testSeparateViewNotification Time elapsed: 0.045 s org.eclipse.emf.cdo.tests.LobTest.testCommitBlob Time elapsed: 0.032 s org.eclipse.emf.cdo.tests.LobTest.testCommitClob Time elapsed: 0.04 s org.eclipse.emf.cdo.tests.LobTest.testReadBlob Time elapsed: 0.153 s org.eclipse.emf.cdo.tests.LobTest.testReadClob Time elapsed: 2.562 s org.eclipse.emf.cdo.tests.LockStateCacheTest$WithSubBranch.testAddReadLockOwner Time elapsed: 0.074 s org.eclipse.emf.cdo.tests.LockStateCacheTest$WithSubBranch.testLockStateCache Time elapsed: 0.018 s org.eclipse.emf.cdo.tests.LockStateCacheTest$WithSubBranch.testRemoveOwner Time elapsed: 0.092 s org.eclipse.emf.cdo.tests.LockStateCacheTest$WithSubBranch.testRemoveReadLockOwner Time elapsed: 0.102 s org.eclipse.emf.cdo.tests.LockStateCacheTest$WithSubBranch.testSetWriteLockOwner Time elapsed: 0.092 s org.eclipse.emf.cdo.tests.LockStateCacheTest$WithSubBranch.testSetWriteOptionOwner Time elapsed: 0.066 s org.eclipse.emf.cdo.tests.LockStateCacheTest$WithSubBranch.testUnsetWriteLockOwner Time elapsed: 0.045 s org.eclipse.emf.cdo.tests.LockStateCacheTest$WithSubBranch.testUnsetWriteOptionOwner Time elapsed: 0.038 s org.eclipse.emf.cdo.tests.LockStateCacheTest.testAddReadLockOwner Time elapsed: 0.064 s org.eclipse.emf.cdo.tests.LockStateCacheTest.testLockStateCache Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.LockStateCacheTest.testRemoveOwner Time elapsed: 0.066 s org.eclipse.emf.cdo.tests.LockStateCacheTest.testRemoveReadLockOwner Time elapsed: 0.081 s org.eclipse.emf.cdo.tests.LockStateCacheTest.testSetWriteLockOwner Time elapsed: 0.093 s org.eclipse.emf.cdo.tests.LockStateCacheTest.testSetWriteOptionOwner Time elapsed: 0.058 s org.eclipse.emf.cdo.tests.LockStateCacheTest.testUnsetWriteLockOwner Time elapsed: 0.048 s org.eclipse.emf.cdo.tests.LockStateCacheTest.testUnsetWriteOptionOwner Time elapsed: 0.056 s org.eclipse.emf.cdo.tests.LockingManagerRestartSessionTest.testDisableDurableLocking Time elapsed: 0.018 s org.eclipse.emf.cdo.tests.LockingManagerRestartSessionTest.testDisableDurableLockingAfterRestart Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.LockingManagerRestartSessionTest.testDisableDurableLockingAndReleaseLocks Time elapsed: 0.023 s org.eclipse.emf.cdo.tests.LockingManagerRestartSessionTest.testDuplicateOpenView Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.LockingManagerRestartSessionTest.testDuplicateOpenViewAfterRestart Time elapsed: 0.021 s org.eclipse.emf.cdo.tests.LockingManagerRestartSessionTest.testDurableViewHandler Time elapsed: 0.024 s org.eclipse.emf.cdo.tests.LockingManagerRestartSessionTest.testEnableDurableLockingWithNewObject Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.LockingManagerRestartSessionTest.testGetDurableLockingID Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.LockingManagerRestartSessionTest.testKeepDurableLockingID Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.LockingManagerRestartSessionTest.testLockDowngradeAfterEnable Time elapsed: 0.03 s org.eclipse.emf.cdo.tests.LockingManagerRestartSessionTest.testLockDowngradeBeforeEnable Time elapsed: 0.023 s org.eclipse.emf.cdo.tests.LockingManagerRestartSessionTest.testLockUpgradeAfterEnable Time elapsed: 0.025 s org.eclipse.emf.cdo.tests.LockingManagerRestartSessionTest.testLockUpgradeBeforeEnable Time elapsed: 0.026 s org.eclipse.emf.cdo.tests.LockingManagerRestartSessionTest.testReadLockAfterEnable Time elapsed: 0.03 s org.eclipse.emf.cdo.tests.LockingManagerRestartSessionTest.testReadLockBeforeEnable Time elapsed: 0.023 s org.eclipse.emf.cdo.tests.LockingManagerRestartSessionTest.testWriteLockAfterEnable Time elapsed: 0.023 s org.eclipse.emf.cdo.tests.LockingManagerRestartSessionTest.testWriteLockBeforeEnable Time elapsed: 0.023 s org.eclipse.emf.cdo.tests.LockingManagerRestartSessionTest.testWriteOptionAfterEnable Time elapsed: 0.027 s org.eclipse.emf.cdo.tests.LockingManagerRestartSessionTest.testWriteOptionBeforeEnable Time elapsed: 0.024 s org.eclipse.emf.cdo.tests.LockingManagerRestartSessionTest.testWrongDurableLockingID Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.LockingManagerRestartSessionTest.testWrongReadOnly Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.LockingManagerRestartSessionTest.testWrongReadOnlyAfterRestart Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.LockingManagerRestartTransactionTest.testDisableDurableLocking Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.LockingManagerRestartTransactionTest.testDisableDurableLockingAfterRestart Time elapsed: 0.019 s org.eclipse.emf.cdo.tests.LockingManagerRestartTransactionTest.testDisableDurableLockingAndReleaseLocks Time elapsed: 0.021 s org.eclipse.emf.cdo.tests.LockingManagerRestartTransactionTest.testDuplicateOpenView Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.LockingManagerRestartTransactionTest.testDuplicateOpenViewAfterRestart Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.LockingManagerRestartTransactionTest.testDurableViewHandler Time elapsed: 0.02 s org.eclipse.emf.cdo.tests.LockingManagerRestartTransactionTest.testEnableDurableLockingWithNewObject Time elapsed: 0.019 s org.eclipse.emf.cdo.tests.LockingManagerRestartTransactionTest.testGetDurableLockingID Time elapsed: 0.022 s org.eclipse.emf.cdo.tests.LockingManagerRestartTransactionTest.testKeepDurableLockingID Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.LockingManagerRestartTransactionTest.testLockDowngradeAfterEnable Time elapsed: 0.023 s org.eclipse.emf.cdo.tests.LockingManagerRestartTransactionTest.testLockDowngradeBeforeEnable Time elapsed: 0.021 s org.eclipse.emf.cdo.tests.LockingManagerRestartTransactionTest.testLockUpgradeAfterEnable Time elapsed: 0.02 s org.eclipse.emf.cdo.tests.LockingManagerRestartTransactionTest.testLockUpgradeBeforeEnable Time elapsed: 0.029 s org.eclipse.emf.cdo.tests.LockingManagerRestartTransactionTest.testReadLockAfterEnable Time elapsed: 0.02 s org.eclipse.emf.cdo.tests.LockingManagerRestartTransactionTest.testReadLockBeforeEnable Time elapsed: 0.022 s org.eclipse.emf.cdo.tests.LockingManagerRestartTransactionTest.testWriteLockAfterEnable Time elapsed: 0.019 s org.eclipse.emf.cdo.tests.LockingManagerRestartTransactionTest.testWriteLockBeforeEnable Time elapsed: 0.027 s org.eclipse.emf.cdo.tests.LockingManagerRestartTransactionTest.testWriteOptionAfterEnable Time elapsed: 0.02 s org.eclipse.emf.cdo.tests.LockingManagerRestartTransactionTest.testWriteOptionBeforeEnable Time elapsed: 0.019 s org.eclipse.emf.cdo.tests.LockingManagerRestartTransactionTest.testWrongDurableLockingID Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.LockingManagerRestartTransactionTest.testWrongReadOnly Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.LockingManagerRestartTransactionTest.testWrongReadOnlyAfterRestart Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.LockingManagerTest.testAcquiredLock Time elapsed: 0.022 s org.eclipse.emf.cdo.tests.LockingManagerTest.testAutoReleaseExplicitLocks Time elapsed: 0.021 s org.eclipse.emf.cdo.tests.LockingManagerTest.testAutoReleaseLockFalse_commit Time elapsed: 0.021 s org.eclipse.emf.cdo.tests.LockingManagerTest.testAutoReleaseLockFalse_rollback Time elapsed: 0.02 s org.eclipse.emf.cdo.tests.LockingManagerTest.testAutoReleaseLocks Time elapsed: 0.225 s org.eclipse.emf.cdo.tests.LockingManagerTest.testAutoReleaseLocksOnUnchangedObject Time elapsed: 0.028 s org.eclipse.emf.cdo.tests.LockingManagerTest.testAutoReleaseReadLockWithLockedByOthers Time elapsed: 0.031 s org.eclipse.emf.cdo.tests.LockingManagerTest.testAutoReleaseWriteLockWithLockedByOthers Time elapsed: 0.026 s org.eclipse.emf.cdo.tests.LockingManagerTest.testBasicUpgradeFromReadToWriteLock Time elapsed: 2.034 s org.eclipse.emf.cdo.tests.LockingManagerTest.testBasicWrongUnlock Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.LockingManagerTest.testBugzilla_270345 Time elapsed: 0.025 s org.eclipse.emf.cdo.tests.LockingManagerTest.testDeleteLockedObject Time elapsed: 0.022 s org.eclipse.emf.cdo.tests.LockingManagerTest.testDetachedObjects Time elapsed: 0.122 s org.eclipse.emf.cdo.tests.LockingManagerTest.testLockContention Time elapsed: 0.326 s org.eclipse.emf.cdo.tests.LockingManagerTest.testLockContentionRecursive Time elapsed: 1.14 s org.eclipse.emf.cdo.tests.LockingManagerTest.testLockDetached Time elapsed: 1.04 s org.eclipse.emf.cdo.tests.LockingManagerTest.testLockOnNewObject Time elapsed: 0.061 s org.eclipse.emf.cdo.tests.LockingManagerTest.testLockRefreshForHeldLock Time elapsed: 0.024 s org.eclipse.emf.cdo.tests.LockingManagerTest.testLockUnlock Time elapsed: 0.029 s org.eclipse.emf.cdo.tests.LockingManagerTest.testReadLockAndCommitFromDifferentTransaction Time elapsed: 1.027 s org.eclipse.emf.cdo.tests.LockingManagerTest.testReadLockAndCommitSameTransaction Time elapsed: 0.029 s org.eclipse.emf.cdo.tests.LockingManagerTest.testReadLockByOthers Time elapsed: 0.026 s org.eclipse.emf.cdo.tests.LockingManagerTest.testReadLockMultiple Time elapsed: 0.024 s org.eclipse.emf.cdo.tests.LockingManagerTest.testReadLockStaleRevision Time elapsed: 0.029 s org.eclipse.emf.cdo.tests.LockingManagerTest.testReadLockedByOthers Time elapsed: 0.024 s org.eclipse.emf.cdo.tests.LockingManagerTest.testReadTimeout Time elapsed: 1.025 s org.eclipse.emf.cdo.tests.LockingManagerTest.testReadUnlockMultiple Time elapsed: 0.027 s org.eclipse.emf.cdo.tests.LockingManagerTest.testRecursiveLock Time elapsed: 0.037 s org.eclipse.emf.cdo.tests.LockingManagerTest.testRefreshLockStates Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.LockingManagerTest.testSessionClose Time elapsed: 0.121 s org.eclipse.emf.cdo.tests.LockingManagerTest.testTransactionClose Time elapsed: 0.023 s org.eclipse.emf.cdo.tests.LockingManagerTest.testTransactionGetLockStates Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.LockingManagerTest.testUnlockAll Time elapsed: 0.005 s org.eclipse.emf.cdo.tests.LockingManagerTest.testViewGetLockStates Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.LockingManagerTest.testWriteLock Time elapsed: 2.022 s org.eclipse.emf.cdo.tests.LockingManagerTest.testWriteLockAndCommitFromDifferentTransaction Time elapsed: 1.026 s org.eclipse.emf.cdo.tests.LockingManagerTest.testWriteLockAndCommitSameTransaction Time elapsed: 0.025 s org.eclipse.emf.cdo.tests.LockingManagerTest.testWriteLockAndRollback Time elapsed: 0.022 s org.eclipse.emf.cdo.tests.LockingManagerTest.testWriteLockByOthers Time elapsed: 0.022 s org.eclipse.emf.cdo.tests.LockingManagerTest.testWriteLockFromDifferenceTransaction Time elapsed: 1.031 s org.eclipse.emf.cdo.tests.LockingManagerTest.testWriteLockMultiple Time elapsed: 0.049 s org.eclipse.emf.cdo.tests.LockingManagerTest.testWriteLockPerformance Time elapsed: 0.054 s org.eclipse.emf.cdo.tests.LockingManagerTest.testWriteLockStaleRevision Time elapsed: 0.024 s org.eclipse.emf.cdo.tests.LockingManagerTest.testWriteLockViaObject Time elapsed: 1.02 s org.eclipse.emf.cdo.tests.LockingManagerTest.testWriteOptions Time elapsed: 0.507 s org.eclipse.emf.cdo.tests.LockingManagerTest.testWriteUnlockMultiple Time elapsed: 0.021 s org.eclipse.emf.cdo.tests.LockingNotificationsTest.testCloseViewDifferentSession Time elapsed: 0.024 s org.eclipse.emf.cdo.tests.LockingNotificationsTest.testCloseViewSameSession Time elapsed: 0.019 s org.eclipse.emf.cdo.tests.LockingNotificationsTest.testDifferentBranchDifferentSession Time elapsed: 0.125 s org.eclipse.emf.cdo.tests.LockingNotificationsTest.testDifferentBranchDifferentSession_WithAutoRelease Time elapsed: 0.629 s org.eclipse.emf.cdo.tests.LockingNotificationsTest.testDifferentBranchSameSession Time elapsed: 0.126 s org.eclipse.emf.cdo.tests.LockingNotificationsTest.testDifferentBranchSameSession_WithAutoRelease Time elapsed: 0.628 s org.eclipse.emf.cdo.tests.LockingNotificationsTest.testEnableDisableNotifications Time elapsed: 0.249 s org.eclipse.emf.cdo.tests.LockingNotificationsTest.testEnableDisableNotificationsSameSession Time elapsed: 0.237 s org.eclipse.emf.cdo.tests.LockingNotificationsTest.testEventForNewObjects Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.LockingNotificationsTest.testLockStateHeldByDurableView Time elapsed: 0.029 s org.eclipse.emf.cdo.tests.LockingNotificationsTest.testLockStateTransientAndNew Time elapsed: 0.019 s org.eclipse.emf.cdo.tests.LockingNotificationsTest.testSameBranchDifferentSession_WithAutoRelease Time elapsed: 0.024 s org.eclipse.emf.cdo.tests.LockingNotificationsTest.testSameBranchDifferentSession_WithoutAutoRelease Time elapsed: 0.024 s org.eclipse.emf.cdo.tests.LockingNotificationsTest.testSameBranchSameSession_WithAutoRelease Time elapsed: 0.024 s org.eclipse.emf.cdo.tests.LockingNotificationsTest.testSameBranchSameSession_WithoutAutoRelease Time elapsed: 0.023 s org.eclipse.emf.cdo.tests.LockingSequenceTest.testSafeCounter Time elapsed: 0.826 s org.eclipse.emf.cdo.tests.MEMStoreQueryTest.testBasicQuery Time elapsed: 0.022 s org.eclipse.emf.cdo.tests.MEMStoreQueryTest.testBasicQuery_EClassParameter Time elapsed: 0.02 s org.eclipse.emf.cdo.tests.MEMStoreQueryTest.testQueryAsync_UnsupportedLanguage Time elapsed: 0.152 s org.eclipse.emf.cdo.tests.MEMStoreQueryTest.testQueryCancel_SessionClose Time elapsed: 0.075 s org.eclipse.emf.cdo.tests.MEMStoreQueryTest.testQueryCancel_ViewClose Time elapsed: 0.057 s org.eclipse.emf.cdo.tests.MEMStoreQueryTest.testQueryCancel_storeAccessorLeak Time elapsed: 0.21 s org.eclipse.emf.cdo.tests.MEMStoreQueryTest.testQueryCancel_successful Time elapsed: 0.054 s org.eclipse.emf.cdo.tests.MEMStoreQueryTest.testQueryException Time elapsed: 0.036 s org.eclipse.emf.cdo.tests.MEMStoreQueryTest.testQuerySync_UnsupportedLanguage Time elapsed: 0.162 s org.eclipse.emf.cdo.tests.MapTest.testEObjectToEObjectBothContainedMap Time elapsed: 0.068 s org.eclipse.emf.cdo.tests.MapTest.testEObjectToEObjectKeyContainedMap Time elapsed: 0.049 s org.eclipse.emf.cdo.tests.MapTest.testEObjectToEObjectMap Time elapsed: 0.041 s org.eclipse.emf.cdo.tests.MapTest.testEObjectToEObjectValueContainedMap Time elapsed: 0.05 s org.eclipse.emf.cdo.tests.MapTest.testIntegerStringMap Time elapsed: 0.04 s org.eclipse.emf.cdo.tests.MapTest.testStringStringMap Time elapsed: 0.063 s org.eclipse.emf.cdo.tests.MapTest.testStringToAddressContainmentMap Time elapsed: 0.085 s org.eclipse.emf.cdo.tests.MapTest.testStringToAddressReferenceMap Time elapsed: 0.042 s org.eclipse.emf.cdo.tests.MapTest.testStringVATMap Time elapsed: 0.04 s org.eclipse.emf.cdo.tests.MapTest.testTransientMap Time elapsed: 0.028 s org.eclipse.emf.cdo.tests.MergingTest.testAdditionsInSourceAndTarget Time elapsed: 0.089 s org.eclipse.emf.cdo.tests.MergingTest.testAutoMerge Time elapsed: 0.049 s org.eclipse.emf.cdo.tests.MergingTest.testFromBranchWithAdditions Time elapsed: 0.057 s org.eclipse.emf.cdo.tests.MergingTest.testFromBranchWithAdditionsTwoTimes Time elapsed: 0.028 s org.eclipse.emf.cdo.tests.MergingTest.testFromBranchWithChangesInSource Time elapsed: 0.035 s org.eclipse.emf.cdo.tests.MergingTest.testFromBranchWithRemovalsInSource Time elapsed: 0.035 s org.eclipse.emf.cdo.tests.MergingTest.testFromEmptyBranches Time elapsed: 0.048 s org.eclipse.emf.cdo.tests.MergingTest.testMergeClobChangesInSource Time elapsed: 0.025 s org.eclipse.emf.cdo.tests.MergingTest.testMergeClobChangesInSourceConflict Time elapsed: 0.019 s org.eclipse.emf.cdo.tests.MergingTest.testRemergeAfterAdditionsInSource Time elapsed: 0.062 s org.eclipse.emf.cdo.tests.MergingTest.testRemergeAfterAdditionsInSource2 Time elapsed: 0.074 s org.eclipse.emf.cdo.tests.MergingTest.testRemergeAfterAdditionsInSourceAndTarget Time elapsed: 0.077 s org.eclipse.emf.cdo.tests.MergingTest.testRemergeAfterAdditionsInSourceTwoTimes Time elapsed: 0.027 s org.eclipse.emf.cdo.tests.MergingTest.testRemergeAfterChangesInSource Time elapsed: 0.034 s org.eclipse.emf.cdo.tests.MergingTest.testRemergeAfterChangesInSourceConflict Time elapsed: 0.036 s org.eclipse.emf.cdo.tests.MergingTest.testRemergeAfterRemovalsInSource Time elapsed: 0.041 s org.eclipse.emf.cdo.tests.MergingTest.test_Bugzilla_309467 Time elapsed: 0.04 s org.eclipse.emf.cdo.tests.MetaTest.testMetaReference Time elapsed: 0.025 s org.eclipse.emf.cdo.tests.MetaTest.testMetaReference2 Time elapsed: 0.023 s org.eclipse.emf.cdo.tests.MetaTest.testMetaReferenceAttachFirst Time elapsed: 0.019 s org.eclipse.emf.cdo.tests.MultiValuedOfAttributeTest.testListOfBoolean Time elapsed: 0.025 s org.eclipse.emf.cdo.tests.MultiValuedOfAttributeTest.testListOfChar Time elapsed: 0.033 s org.eclipse.emf.cdo.tests.MultiValuedOfAttributeTest.testListOfDate Time elapsed: 0.024 s org.eclipse.emf.cdo.tests.MultiValuedOfAttributeTest.testListOfDouble Time elapsed: 0.024 s org.eclipse.emf.cdo.tests.MultiValuedOfAttributeTest.testListOfFloat Time elapsed: 0.023 s org.eclipse.emf.cdo.tests.MultiValuedOfAttributeTest.testListOfInt Time elapsed: 0.022 s org.eclipse.emf.cdo.tests.MultiValuedOfAttributeTest.testListOfInteger Time elapsed: 0.02 s org.eclipse.emf.cdo.tests.MultiValuedOfAttributeTest.testListOfShort Time elapsed: 0.021 s org.eclipse.emf.cdo.tests.MultiValuedOfAttributeTest.testListOfString Time elapsed: 0.02 s org.eclipse.emf.cdo.tests.OCLQueryTest$Lazy.testAllCustomers Time elapsed: 0.329 s org.eclipse.emf.cdo.tests.OCLQueryTest$Lazy.testAllEObjects Time elapsed: 0.092 s org.eclipse.emf.cdo.tests.OCLQueryTest$Lazy.testAllOrdersAndSubtypes Time elapsed: 0.053 s org.eclipse.emf.cdo.tests.OCLQueryTest$Lazy.testAllProductNames Time elapsed: 0.082 s org.eclipse.emf.cdo.tests.OCLQueryTest$Lazy.testAllProducts Time elapsed: 0.043 s org.eclipse.emf.cdo.tests.OCLQueryTest$Lazy.testAllProductsWithName Time elapsed: 0.047 s org.eclipse.emf.cdo.tests.OCLQueryTest$Lazy.testAllProductsWithNameParameter Time elapsed: 0.061 s org.eclipse.emf.cdo.tests.OCLQueryTest$Lazy.testAllProductsWithVAT Time elapsed: 0.046 s org.eclipse.emf.cdo.tests.OCLQueryTest$Lazy.testAllProductsWithVATParameter Time elapsed: 0.055 s org.eclipse.emf.cdo.tests.OCLQueryTest$Lazy.testAuditWithDetachedObject Time elapsed: 0.045 s org.eclipse.emf.cdo.tests.OCLQueryTest$Lazy.testDeletedObject Time elapsed: 0.085 s org.eclipse.emf.cdo.tests.OCLQueryTest$Lazy.testDetachedObject Time elapsed: 0.091 s org.eclipse.emf.cdo.tests.OCLQueryTest$Lazy.testDirtyObject Time elapsed: 0.048 s org.eclipse.emf.cdo.tests.OCLQueryTest$Lazy.testMultipleQueries Time elapsed: 0.182 s org.eclipse.emf.cdo.tests.OCLQueryTest$Lazy.testNewObject Time elapsed: 0.058 s org.eclipse.emf.cdo.tests.OCLQueryTest$Lazy.testProductIterator Time elapsed: 0.037 s org.eclipse.emf.cdo.tests.OCLQueryTest$Lazy.testSelfNavigation Time elapsed: 0.055 s org.eclipse.emf.cdo.tests.OCLQueryTest$Lazy.testTransactionWithDetachedObject Time elapsed: 0.042 s org.eclipse.emf.cdo.tests.OCLQueryTest.testAllCustomers Time elapsed: 0.042 s org.eclipse.emf.cdo.tests.OCLQueryTest.testAllEObjects Time elapsed: 0.041 s org.eclipse.emf.cdo.tests.OCLQueryTest.testAllOrdersAndSubtypes Time elapsed: 0.041 s org.eclipse.emf.cdo.tests.OCLQueryTest.testAllProductNames Time elapsed: 0.044 s org.eclipse.emf.cdo.tests.OCLQueryTest.testAllProducts Time elapsed: 0.04 s org.eclipse.emf.cdo.tests.OCLQueryTest.testAllProductsWithName Time elapsed: 0.05 s org.eclipse.emf.cdo.tests.OCLQueryTest.testAllProductsWithNameParameter Time elapsed: 0.041 s org.eclipse.emf.cdo.tests.OCLQueryTest.testAllProductsWithVAT Time elapsed: 0.066 s org.eclipse.emf.cdo.tests.OCLQueryTest.testAllProductsWithVATParameter Time elapsed: 0.042 s org.eclipse.emf.cdo.tests.OCLQueryTest.testAuditWithDetachedObject Time elapsed: 0.045 s org.eclipse.emf.cdo.tests.OCLQueryTest.testDeletedObject Time elapsed: 0.05 s org.eclipse.emf.cdo.tests.OCLQueryTest.testDetachedObject Time elapsed: 0.053 s org.eclipse.emf.cdo.tests.OCLQueryTest.testDirtyObject Time elapsed: 0.045 s org.eclipse.emf.cdo.tests.OCLQueryTest.testMultipleQueries Time elapsed: 0.144 s org.eclipse.emf.cdo.tests.OCLQueryTest.testNewObject Time elapsed: 0.04 s org.eclipse.emf.cdo.tests.OCLQueryTest.testProductIterator Time elapsed: 0.038 s org.eclipse.emf.cdo.tests.OCLQueryTest.testSelfNavigation Time elapsed: 0.04 s org.eclipse.emf.cdo.tests.OCLQueryTest.testTransactionWithDetachedObject Time elapsed: 0.049 s org.eclipse.emf.cdo.tests.PackageRegistryTest.testCommitCircularPackages Time elapsed: 0.055 s org.eclipse.emf.cdo.tests.PackageRegistryTest.testCommitNestedPackages Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.PackageRegistryTest.testCommitTopLevelPackages Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.PackageRegistryTest.testCommitTwoPackages Time elapsed: 0.053 s org.eclipse.emf.cdo.tests.PackageRegistryTest.testCommitUnrelatedPackage Time elapsed: 0.028 s org.eclipse.emf.cdo.tests.PackageRegistryTest.testConcurrentPackageRegistration Time elapsed: 1.025 s org.eclipse.emf.cdo.tests.PackageRegistryTest.testConcurrentPackageRegistration2 Time elapsed: 0.026 s org.eclipse.emf.cdo.tests.PackageRegistryTest.testDuplicatePackageRegistration Time elapsed: 1.024 s org.eclipse.emf.cdo.tests.PackageRegistryTest.testDynamicPackageFactory Time elapsed: 0.034 s org.eclipse.emf.cdo.tests.PackageRegistryTest.testDynamicPackageLoaded Time elapsed: 0.021 s org.eclipse.emf.cdo.tests.PackageRegistryTest.testDynamicPackageNewInstance Time elapsed: 0.028 s org.eclipse.emf.cdo.tests.PackageRegistryTest.testGeneratedPackage Time elapsed: 0.02 s org.eclipse.emf.cdo.tests.PackageRegistryTest.testGlobalDynamicPackage Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.PackageRegistryTest.testGlobalDynamicPackageEager Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.PackageRegistryTest.testLaziness Time elapsed: 0.018 s org.eclipse.emf.cdo.tests.PackageRegistryTest.testLoadNestedPackages Time elapsed: 0.019 s org.eclipse.emf.cdo.tests.PackageRegistryTest.testPackageRegistry Time elapsed: 0.032 s org.eclipse.emf.cdo.tests.PackageRegistryTest.testPopulator Time elapsed: 0.028 s org.eclipse.emf.cdo.tests.PackageRegistryTest.testPopulatorGlobal Time elapsed: 0.063 s org.eclipse.emf.cdo.tests.PackageRegistryTest.testReuseCommittedPackage Time elapsed: 0.046 s org.eclipse.emf.cdo.tests.PackageRegistryTest.testSubclassCache Time elapsed: 0.051 s org.eclipse.emf.cdo.tests.PackageRegistryTest.testSubclassCacheInvalidation Time elapsed: 0.02 s org.eclipse.emf.cdo.tests.PartialCommitTest.testCheckWithoutCommit_exception Time elapsed: 0.025 s org.eclipse.emf.cdo.tests.PartialCommitTest.testCheckWithoutCommit_exceptionFast Time elapsed: 0.021 s org.eclipse.emf.cdo.tests.PartialCommitTest.testCommittablesContainUncommittableObjects Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.PartialCommitTest.testDetach Time elapsed: 0.027 s org.eclipse.emf.cdo.tests.PartialCommitTest.testDetachSingleRef Time elapsed: 0.028 s org.eclipse.emf.cdo.tests.PartialCommitTest.testDetachSingleRef_containerOfDetachedObjectNotIncluded Time elapsed: 0.026 s org.eclipse.emf.cdo.tests.PartialCommitTest.testDetachSingleRef_detachedObjectNotIncluded Time elapsed: 0.024 s org.eclipse.emf.cdo.tests.PartialCommitTest.testDetach_containerOfDetachedObjectNotIncluded Time elapsed: 0.02 s org.eclipse.emf.cdo.tests.PartialCommitTest.testDetach_detachedObjectNotIncluded Time elapsed: 0.019 s org.eclipse.emf.cdo.tests.PartialCommitTest.testDirty Time elapsed: 0.018 s org.eclipse.emf.cdo.tests.PartialCommitTest.testDirtyMultiBidiChanged Time elapsed: 0.023 s org.eclipse.emf.cdo.tests.PartialCommitTest.testDirtyMultiBidiChanged_newTargetNotIncluded Time elapsed: 0.042 s org.eclipse.emf.cdo.tests.PartialCommitTest.testDirtyMultiBidiChanged_oldTargetNotIncluded Time elapsed: 0.026 s org.eclipse.emf.cdo.tests.PartialCommitTest.testDirtyMultiBidiNew Time elapsed: 0.031 s org.eclipse.emf.cdo.tests.PartialCommitTest.testDirtyMultiBidiNew_newtargetNotIncluded Time elapsed: 0.033 s org.eclipse.emf.cdo.tests.PartialCommitTest.testDirtyMultiBidiRemoved Time elapsed: 0.034 s org.eclipse.emf.cdo.tests.PartialCommitTest.testDirtyMultiBidiRemoved_oldTargetNotIncluded Time elapsed: 0.027 s org.eclipse.emf.cdo.tests.PartialCommitTest.testDirtySingleBidiChanged Time elapsed: 0.033 s org.eclipse.emf.cdo.tests.PartialCommitTest.testDirtySingleBidiChanged_newTargetNotIncluded Time elapsed: 0.024 s org.eclipse.emf.cdo.tests.PartialCommitTest.testDirtySingleBidiChanged_oldTargetNotIncluded Time elapsed: 0.039 s org.eclipse.emf.cdo.tests.PartialCommitTest.testDirtySingleBidiNew Time elapsed: 0.051 s org.eclipse.emf.cdo.tests.PartialCommitTest.testDirtySingleBidiNew_newtargetNotIncluded Time elapsed: 0.024 s org.eclipse.emf.cdo.tests.PartialCommitTest.testDirtySingleBidiRemoved Time elapsed: 0.023 s org.eclipse.emf.cdo.tests.PartialCommitTest.testDirtySingleBidiRemoved_oldTargetNotIncluded Time elapsed: 0.04 s org.eclipse.emf.cdo.tests.PartialCommitTest.testDoubleMove Time elapsed: 0.021 s org.eclipse.emf.cdo.tests.PartialCommitTest.testIgnoreDanglingMultiRef_dirtyToDetached Time elapsed: 0.026 s org.eclipse.emf.cdo.tests.PartialCommitTest.testIgnoreDanglingMultiRef_dirtyToTransient Time elapsed: 0.03 s org.eclipse.emf.cdo.tests.PartialCommitTest.testIgnoreDanglingMultiRef_dirtyToTransient2 Time elapsed: 0.031 s org.eclipse.emf.cdo.tests.PartialCommitTest.testIgnoreDanglingMultiRef_newToDetached Time elapsed: 0.031 s org.eclipse.emf.cdo.tests.PartialCommitTest.testIgnoreDanglingMultiRef_newToTransient Time elapsed: 0.067 s org.eclipse.emf.cdo.tests.PartialCommitTest.testIgnoreDanglingSingleRef_dirtyToDetached Time elapsed: 0.03 s org.eclipse.emf.cdo.tests.PartialCommitTest.testIgnoreDanglingSingleRef_dirtyToTransient Time elapsed: 0.027 s org.eclipse.emf.cdo.tests.PartialCommitTest.testIgnoreDanglingSingleRef_dirtyToTransient2 Time elapsed: 0.033 s org.eclipse.emf.cdo.tests.PartialCommitTest.testIgnoreDanglingSingleRef_newToDetached Time elapsed: 0.026 s org.eclipse.emf.cdo.tests.PartialCommitTest.testIgnoreDanglingSingleRef_newToTransient Time elapsed: 0.028 s org.eclipse.emf.cdo.tests.PartialCommitTest.testMove Time elapsed: 0.037 s org.eclipse.emf.cdo.tests.PartialCommitTest.testMoveSingleRef Time elapsed: 0.03 s org.eclipse.emf.cdo.tests.PartialCommitTest.testMoveSingleRef_movedObjectNotIncluded Time elapsed: 0.028 s org.eclipse.emf.cdo.tests.PartialCommitTest.testMoveSingleRef_newContainerNotIncluded Time elapsed: 0.036 s org.eclipse.emf.cdo.tests.PartialCommitTest.testMoveSingleRef_oldContainerNotIncluded Time elapsed: 0.021 s org.eclipse.emf.cdo.tests.PartialCommitTest.testMoveSingleRef_onlyMovedObjectIncluded Time elapsed: 0.021 s org.eclipse.emf.cdo.tests.PartialCommitTest.testMoveSingleRef_onlyNewContainerIncluded Time elapsed: 0.021 s org.eclipse.emf.cdo.tests.PartialCommitTest.testMoveSingleRef_onlyOldContainerIncluded Time elapsed: 0.024 s org.eclipse.emf.cdo.tests.PartialCommitTest.testMove_movedObjectNotIncluded Time elapsed: 0.026 s org.eclipse.emf.cdo.tests.PartialCommitTest.testMove_newContainerNotIncluded Time elapsed: 0.025 s org.eclipse.emf.cdo.tests.PartialCommitTest.testMove_oldContainerNotIncluded Time elapsed: 0.02 s org.eclipse.emf.cdo.tests.PartialCommitTest.testMove_onlyMovedObjectIncluded Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.PartialCommitTest.testMove_onlyNewContainerIncluded Time elapsed: 0.025 s org.eclipse.emf.cdo.tests.PartialCommitTest.testMove_onlyOldContainerIncluded Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.PartialCommitTest.testMultiBidiOnNewObject Time elapsed: 0.021 s org.eclipse.emf.cdo.tests.PartialCommitTest.testMultiBidiOnNewObject_targetNotIncluded Time elapsed: 0.02 s org.eclipse.emf.cdo.tests.PartialCommitTest.testMultiBidiOnRemovedObject Time elapsed: 0.023 s org.eclipse.emf.cdo.tests.PartialCommitTest.testMultiBidiOnRemovedObject_targetNotIncluded Time elapsed: 0.021 s org.eclipse.emf.cdo.tests.PartialCommitTest.testNew Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.PartialCommitTest.testNewNestedResource Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.PartialCommitTest.testNewNestedResource_resourceFolderNotIncluded Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.PartialCommitTest.testNewNestedResource_rootResourceNotIncluded Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.PartialCommitTest.testNewSingle Time elapsed: 0.037 s org.eclipse.emf.cdo.tests.PartialCommitTest.testNewSingle_containerOfNewObjectNotIncluded Time elapsed: 0.021 s org.eclipse.emf.cdo.tests.PartialCommitTest.testNewSingle_newObjectNotIncluded Time elapsed: 0.021 s org.eclipse.emf.cdo.tests.PartialCommitTest.testNewTopLevel Time elapsed: 0.018 s org.eclipse.emf.cdo.tests.PartialCommitTest.testNewTopLevelResource Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.PartialCommitTest.testNewTopLevelResource_rootResourceNotIncluded Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.PartialCommitTest.testNewTopLevel_newObjectNotIncluded Time elapsed: 0.018 s org.eclipse.emf.cdo.tests.PartialCommitTest.testNewTopLevel_resourceNotIncluded Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.PartialCommitTest.testNew_containerOfNewObjectNotIncluded Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.PartialCommitTest.testNew_newObjectNotIncluded Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.PartialCommitTest.testPartialCleanUp_detachedObjects Time elapsed: 0.023 s org.eclipse.emf.cdo.tests.PartialCommitTest.testPartialCleanUp_dirtyObjects Time elapsed: 0.022 s org.eclipse.emf.cdo.tests.PartialCommitTest.testPartialCleanUp_newObjects Time elapsed: 0.023 s org.eclipse.emf.cdo.tests.PartialCommitTest.testSingleBidiOnNewObject Time elapsed: 0.027 s org.eclipse.emf.cdo.tests.PartialCommitTest.testSingleBidiOnNewObject_targetNotIncluded Time elapsed: 0.022 s org.eclipse.emf.cdo.tests.PartialCommitTest.testSingleBidiOnRemovedObject Time elapsed: 0.028 s org.eclipse.emf.cdo.tests.PartialCommitTest.testSingleBidiOnRemovedObject_targetNotIncluded Time elapsed: 0.024 s org.eclipse.emf.cdo.tests.PartialCommitTest.test_noCommittablesAfterCommit Time elapsed: 0.019 s org.eclipse.emf.cdo.tests.PushTransactionTest.testAddNewHierarchy Time elapsed: 0.054 s org.eclipse.emf.cdo.tests.PushTransactionTest.testAddNewObjectInObject Time elapsed: 0.026 s org.eclipse.emf.cdo.tests.PushTransactionTest.testAddNewObjectInObjectBetweenReloadAndPush Time elapsed: 0.025 s org.eclipse.emf.cdo.tests.PushTransactionTest.testAddNewObjectInObjectTwiceBetweenReloadAndPush Time elapsed: 0.026 s org.eclipse.emf.cdo.tests.PushTransactionTest.testAddNewObjectInResource Time elapsed: 0.027 s org.eclipse.emf.cdo.tests.PushTransactionTest.testClearObjects Time elapsed: 0.024 s org.eclipse.emf.cdo.tests.PushTransactionTest.testConflictWithModifiedObject Time elapsed: 0.026 s org.eclipse.emf.cdo.tests.PushTransactionTest.testConflictWithRemovedObject Time elapsed: 0.038 s org.eclipse.emf.cdo.tests.PushTransactionTest.testDeleteExistingObject Time elapsed: 0.025 s org.eclipse.emf.cdo.tests.PushTransactionTest.testMoveObject Time elapsed: 0.025 s org.eclipse.emf.cdo.tests.PushTransactionTest.testUnsetValue Time elapsed: 0.024 s org.eclipse.emf.cdo.tests.PushTransactionTest.testUnsetValueWithoutPushTX Time elapsed: 0.022 s org.eclipse.emf.cdo.tests.PushTransactionTest.testUpdateExistingObject Time elapsed: 0.024 s org.eclipse.emf.cdo.tests.PushTransactionWithoutReconstructSavepointsTest.testAddNewHierarchy Time elapsed: 0.026 s org.eclipse.emf.cdo.tests.PushTransactionWithoutReconstructSavepointsTest.testAddNewObjectInObject Time elapsed: 0.024 s org.eclipse.emf.cdo.tests.PushTransactionWithoutReconstructSavepointsTest.testAddNewObjectInObjectBetweenReloadAndPush Time elapsed: 0.028 s org.eclipse.emf.cdo.tests.PushTransactionWithoutReconstructSavepointsTest.testAddNewObjectInObjectTwiceBetweenReloadAndPush Time elapsed: 0.026 s org.eclipse.emf.cdo.tests.PushTransactionWithoutReconstructSavepointsTest.testAddNewObjectInResource Time elapsed: 0.023 s org.eclipse.emf.cdo.tests.PushTransactionWithoutReconstructSavepointsTest.testClearObjects Time elapsed: 0.039 s org.eclipse.emf.cdo.tests.PushTransactionWithoutReconstructSavepointsTest.testConflictWithModifiedObject Time elapsed: 0.043 s org.eclipse.emf.cdo.tests.PushTransactionWithoutReconstructSavepointsTest.testConflictWithRemovedObject Time elapsed: 0.03 s org.eclipse.emf.cdo.tests.PushTransactionWithoutReconstructSavepointsTest.testDeleteExistingObject Time elapsed: 0.034 s org.eclipse.emf.cdo.tests.PushTransactionWithoutReconstructSavepointsTest.testMoveObject Time elapsed: 0.057 s org.eclipse.emf.cdo.tests.PushTransactionWithoutReconstructSavepointsTest.testUnsetValue Time elapsed: 0.028 s org.eclipse.emf.cdo.tests.PushTransactionWithoutReconstructSavepointsTest.testUnsetValueWithoutPushTX Time elapsed: 0.021 s org.eclipse.emf.cdo.tests.PushTransactionWithoutReconstructSavepointsTest.testUpdateExistingObject Time elapsed: 0.028 s org.eclipse.emf.cdo.tests.RepositoryTest.testInsertProperties Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.RepositoryTest.testObjectWriteAccessHandler Time elapsed: 0.026 s org.eclipse.emf.cdo.tests.RepositoryTest.testReadAccessHandlers Time elapsed: 0.126 s org.eclipse.emf.cdo.tests.RepositoryTest.testRemoveProperties Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.RepositoryTest.testSessionClosed Time elapsed: 0.118 s org.eclipse.emf.cdo.tests.RepositoryTest.testUpdateProperties Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.RepositoryTest.testWriteAccessHandlers Time elapsed: 0.022 s org.eclipse.emf.cdo.tests.RepositoryTest.testWriteAccessHandlers_WithServerCDOView Time elapsed: 0.026 s org.eclipse.emf.cdo.tests.ResourceModificationTrackingTest.testIgnoreChangesBeforeTrackingEnablement Time elapsed: 0.021 s org.eclipse.emf.cdo.tests.ResourceModificationTrackingTest.testNewResourceModificationTracking Time elapsed: 0.018 s org.eclipse.emf.cdo.tests.ResourceModificationTrackingTest.testNewResourceModificationTracking2 Time elapsed: 0.023 s org.eclipse.emf.cdo.tests.ResourceModificationTrackingTest.testPartialRollbackOperation Time elapsed: 0.03 s org.eclipse.emf.cdo.tests.ResourceModificationTrackingTest.testResourceModificationTracking Time elapsed: 0.021 s org.eclipse.emf.cdo.tests.ResourceModificationTrackingTest.testResourceModificationTracking2 Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.ResourceModificationTrackingTest.testResourceModificationTrackingNotification Time elapsed: 0.018 s org.eclipse.emf.cdo.tests.ResourceModificationTrackingTest.testRollbackOperation Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.ResourceTest.testAttachDetachResourceDepth1_Delete Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.ResourceTest.testAttachDetachResourceDepth1_Remove Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.ResourceTest.testAttachDetachResourceDepth2_Delete Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.ResourceTest.testAttachDetachResourceDepth2_Remove Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.ResourceTest.testAttachDetachResourceDepth3_Delete Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.ResourceTest.testAttachDetachResourceDepth3_Remove Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.ResourceTest.testAttachDetachResourceDepth3_Remove_Tree Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.ResourceTest.testAttachResource Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.ResourceTest.testBinaryResource Time elapsed: 0.12 s org.eclipse.emf.cdo.tests.ResourceTest.testChangePathFromDepth0ToDepth0 Time elapsed: 0.02 s org.eclipse.emf.cdo.tests.ResourceTest.testChangePathFromDepth0ToDepth1 Time elapsed: 0.019 s org.eclipse.emf.cdo.tests.ResourceTest.testChangePathFromDepth0ToDepth2 Time elapsed: 0.026 s org.eclipse.emf.cdo.tests.ResourceTest.testChangePathFromDepth0ToDepth3 Time elapsed: 0.02 s org.eclipse.emf.cdo.tests.ResourceTest.testChangePathFromDepth3ToDepth0 Time elapsed: 0.019 s org.eclipse.emf.cdo.tests.ResourceTest.testChangePathFromDepth3ToDepth1 Time elapsed: 0.02 s org.eclipse.emf.cdo.tests.ResourceTest.testChangePathFromDepth3ToDepth2 Time elapsed: 0.02 s org.eclipse.emf.cdo.tests.ResourceTest.testChangePathFromDepth3ToDepth3 Time elapsed: 0.022 s org.eclipse.emf.cdo.tests.ResourceTest.testChangeResourceFolderURI Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.ResourceTest.testChangeResourceURI Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.ResourceTest.testCommitMultipleResources Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.ResourceTest.testCreateNestedResource_FromResourceSet Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.ResourceTest.testCreateResource_FromResourceSet Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.ResourceTest.testCreateResource_FromTransaction Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.ResourceTest.testCreateResource_WithDeepPath Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.ResourceTest.testDeleteResource Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.ResourceTest.testDeleteResourceDifferentSession Time elapsed: 0.018 s org.eclipse.emf.cdo.tests.ResourceTest.testDeleteResourceDifferentSessionFresh Time elapsed: 0.02 s org.eclipse.emf.cdo.tests.ResourceTest.testDeleteResourceFolder Time elapsed: 0.028 s org.eclipse.emf.cdo.tests.ResourceTest.testDeleteResourceFolderDifferentSession Time elapsed: 0.02 s org.eclipse.emf.cdo.tests.ResourceTest.testDeleteResourceFolderDifferentSessionFresh Time elapsed: 0.02 s org.eclipse.emf.cdo.tests.ResourceTest.testDeleteResourceFolderFresh Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.ResourceTest.testDeleteResourceFresh Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.ResourceTest.testDeleteResourceFromRoot Time elapsed: 0.019 s org.eclipse.emf.cdo.tests.ResourceTest.testDuplicatePathAfterDetach Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.ResourceTest.testGetResourceNodeContract Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.ResourceTest.testLoadAbsentResource_FromResourceSet Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.ResourceTest.testLoadMultipleResources Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.ResourceTest.testMove Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.ResourceTest.testMoveConflict Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.ResourceTest.testMoveFromRoot Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.ResourceTest.testMoveToRoot Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.ResourceTest.testNameChecks Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.ResourceTest.testNoUneededResourcesLoadOnMove Time elapsed: 0.018 s org.eclipse.emf.cdo.tests.ResourceTest.testPathNotNull Time elapsed: 0.02 s org.eclipse.emf.cdo.tests.ResourceTest.testPathWithSpaces Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.ResourceTest.testPrefetchContents Time elapsed: 0.026 s org.eclipse.emf.cdo.tests.ResourceTest.testQueryModifiedResources Time elapsed: 0.052 s org.eclipse.emf.cdo.tests.ResourceTest.testQueryModifiedResourcesAsync Time elapsed: 0.043 s org.eclipse.emf.cdo.tests.ResourceTest.testQueryResources Time elapsed: 0.04 s org.eclipse.emf.cdo.tests.ResourceTest.testQueryResourcesAsync Time elapsed: 0.036 s org.eclipse.emf.cdo.tests.ResourceTest.testRemoveResourceByIndex Time elapsed: 0.067 s org.eclipse.emf.cdo.tests.ResourceTest.testRemoveResourceWithCloseView Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.ResourceTest.testResourceIsLoading_crossResourceRef Time elapsed: 0.018 s org.eclipse.emf.cdo.tests.ResourceTest.testResourceIsLoading_legacy Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.ResourceTest.testRootResourceFromURI Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.ResourceTest.testSaveXMI_WithXRef Time elapsed: 0.022 s org.eclipse.emf.cdo.tests.ResourceTest.testSaveXMI_WithXRef_OtherResource Time elapsed: 0.021 s org.eclipse.emf.cdo.tests.ResourceTest.testSetFolder Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.ResourceTest.testSetFolderConflict Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.ResourceTest.testSetPathConflict Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.ResourceTest.testTextResource Time elapsed: 2.515 s org.eclipse.emf.cdo.tests.RevisionDeltaCascadingBranchesTest.testBasicRevisionDelta Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.RevisionDeltaCascadingBranchesTest.testBugzilla214374 Time elapsed: 0.021 s org.eclipse.emf.cdo.tests.RevisionDeltaCascadingBranchesTest.testBugzilla214374_HandleClear Time elapsed: 0.019 s org.eclipse.emf.cdo.tests.RevisionDeltaCascadingBranchesTest.testBugzilla214431 Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.RevisionDeltaCascadingBranchesTest.testBugzilla243282_Exception Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.RevisionDeltaCascadingBranchesTest.testDetachWithXRef Time elapsed: 0.019 s org.eclipse.emf.cdo.tests.RevisionDeltaCascadingBranchesTest.testDetachWithXRef_Remove Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.RevisionDeltaCascadingBranchesTest.testInsertAndMove Time elapsed: 0.073 s org.eclipse.emf.cdo.tests.RevisionDeltaCascadingBranchesTest.testInsertAndMoveAndRemove Time elapsed: 0.07 s org.eclipse.emf.cdo.tests.RevisionDeltaCascadingBranchesTest.testInsertAndRemove Time elapsed: 0.058 s org.eclipse.emf.cdo.tests.RevisionDeltaCascadingBranchesTest.testInsertAndSet Time elapsed: 0.07 s org.eclipse.emf.cdo.tests.RevisionDeltaCascadingBranchesTest.testListInsertFirst Time elapsed: 0.062 s org.eclipse.emf.cdo.tests.RevisionDeltaCascadingBranchesTest.testListInsertLast Time elapsed: 0.056 s org.eclipse.emf.cdo.tests.RevisionDeltaCascadingBranchesTest.testListInsertMiddle Time elapsed: 0.065 s org.eclipse.emf.cdo.tests.RevisionDeltaCascadingBranchesTest.testListMoveToFirst Time elapsed: 0.062 s org.eclipse.emf.cdo.tests.RevisionDeltaCascadingBranchesTest.testListMoveToLast Time elapsed: 0.072 s org.eclipse.emf.cdo.tests.RevisionDeltaCascadingBranchesTest.testListMultipleOps Time elapsed: 0.07 s org.eclipse.emf.cdo.tests.RevisionDeltaCascadingBranchesTest.testListMultipleOpsWithClear Time elapsed: 0.084 s org.eclipse.emf.cdo.tests.RevisionDeltaCascadingBranchesTest.testListRemoveFirst Time elapsed: 0.07 s org.eclipse.emf.cdo.tests.RevisionDeltaCascadingBranchesTest.testListRemoveLast Time elapsed: 0.057 s org.eclipse.emf.cdo.tests.RevisionDeltaCascadingBranchesTest.testListRemoveMiddle Time elapsed: 0.075 s org.eclipse.emf.cdo.tests.RevisionDeltaCascadingBranchesTest.testListSimpleMove Time elapsed: 0.057 s org.eclipse.emf.cdo.tests.RevisionDeltaCascadingBranchesTest.testListTwoIndependentMoves Time elapsed: 0.063 s org.eclipse.emf.cdo.tests.RevisionDeltaCascadingBranchesTest.testListTwoIntersectingMoves Time elapsed: 0.063 s org.eclipse.emf.cdo.tests.RevisionDeltaCascadingBranchesTest.testMoveAndDelete Time elapsed: 0.057 s org.eclipse.emf.cdo.tests.RevisionDeltaCascadingBranchesTest.testMultipleInserts Time elapsed: 0.062 s org.eclipse.emf.cdo.tests.RevisionDeltaCascadingBranchesTest.testMultipleRemoves Time elapsed: 0.061 s org.eclipse.emf.cdo.tests.RevisionDeltaCascadingBranchesTest.testSetAndRemove Time elapsed: 0.066 s org.eclipse.emf.cdo.tests.RevisionDeltaInBranchTest.testBasicRevisionDelta Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.RevisionDeltaInBranchTest.testBugzilla214374 Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.RevisionDeltaInBranchTest.testBugzilla214374_HandleClear Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.RevisionDeltaInBranchTest.testBugzilla214431 Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.RevisionDeltaInBranchTest.testBugzilla243282_Exception Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.RevisionDeltaInBranchTest.testDetachWithXRef Time elapsed: 0.018 s org.eclipse.emf.cdo.tests.RevisionDeltaInBranchTest.testDetachWithXRef_Remove Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.RevisionDeltaInBranchTest.testInsertAndMove Time elapsed: 0.043 s org.eclipse.emf.cdo.tests.RevisionDeltaInBranchTest.testInsertAndMoveAndRemove Time elapsed: 0.049 s org.eclipse.emf.cdo.tests.RevisionDeltaInBranchTest.testInsertAndRemove Time elapsed: 0.057 s org.eclipse.emf.cdo.tests.RevisionDeltaInBranchTest.testInsertAndSet Time elapsed: 0.047 s org.eclipse.emf.cdo.tests.RevisionDeltaInBranchTest.testListInsertFirst Time elapsed: 0.039 s org.eclipse.emf.cdo.tests.RevisionDeltaInBranchTest.testListInsertLast Time elapsed: 0.041 s org.eclipse.emf.cdo.tests.RevisionDeltaInBranchTest.testListInsertMiddle Time elapsed: 0.042 s org.eclipse.emf.cdo.tests.RevisionDeltaInBranchTest.testListMoveToFirst Time elapsed: 0.038 s org.eclipse.emf.cdo.tests.RevisionDeltaInBranchTest.testListMoveToLast Time elapsed: 0.038 s org.eclipse.emf.cdo.tests.RevisionDeltaInBranchTest.testListMultipleOps Time elapsed: 0.042 s org.eclipse.emf.cdo.tests.RevisionDeltaInBranchTest.testListMultipleOpsWithClear Time elapsed: 0.041 s org.eclipse.emf.cdo.tests.RevisionDeltaInBranchTest.testListRemoveFirst Time elapsed: 0.057 s org.eclipse.emf.cdo.tests.RevisionDeltaInBranchTest.testListRemoveLast Time elapsed: 0.044 s org.eclipse.emf.cdo.tests.RevisionDeltaInBranchTest.testListRemoveMiddle Time elapsed: 0.043 s org.eclipse.emf.cdo.tests.RevisionDeltaInBranchTest.testListSimpleMove Time elapsed: 0.039 s org.eclipse.emf.cdo.tests.RevisionDeltaInBranchTest.testListTwoIndependentMoves Time elapsed: 0.039 s org.eclipse.emf.cdo.tests.RevisionDeltaInBranchTest.testListTwoIntersectingMoves Time elapsed: 0.043 s org.eclipse.emf.cdo.tests.RevisionDeltaInBranchTest.testMoveAndDelete Time elapsed: 0.046 s org.eclipse.emf.cdo.tests.RevisionDeltaInBranchTest.testMultipleInserts Time elapsed: 0.045 s org.eclipse.emf.cdo.tests.RevisionDeltaInBranchTest.testMultipleRemoves Time elapsed: 0.039 s org.eclipse.emf.cdo.tests.RevisionDeltaInBranchTest.testSetAndRemove Time elapsed: 0.043 s org.eclipse.emf.cdo.tests.RevisionDeltaTest.testBasicRevisionDelta Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.RevisionDeltaTest.testBugzilla214374 Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.RevisionDeltaTest.testBugzilla214374_HandleClear Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.RevisionDeltaTest.testBugzilla214431 Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.RevisionDeltaTest.testBugzilla243282_Exception Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.RevisionDeltaTest.testDetachWithXRef Time elapsed: 0.03 s org.eclipse.emf.cdo.tests.RevisionDeltaTest.testDetachWithXRef_Remove Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.RevisionDeltaTest.testInsertAndMove Time elapsed: 0.025 s org.eclipse.emf.cdo.tests.RevisionDeltaTest.testInsertAndMoveAndRemove Time elapsed: 0.025 s org.eclipse.emf.cdo.tests.RevisionDeltaTest.testInsertAndRemove Time elapsed: 0.026 s org.eclipse.emf.cdo.tests.RevisionDeltaTest.testInsertAndSet Time elapsed: 0.028 s org.eclipse.emf.cdo.tests.RevisionDeltaTest.testListInsertFirst Time elapsed: 0.024 s org.eclipse.emf.cdo.tests.RevisionDeltaTest.testListInsertLast Time elapsed: 0.024 s org.eclipse.emf.cdo.tests.RevisionDeltaTest.testListInsertMiddle Time elapsed: 0.028 s org.eclipse.emf.cdo.tests.RevisionDeltaTest.testListMoveToFirst Time elapsed: 0.024 s org.eclipse.emf.cdo.tests.RevisionDeltaTest.testListMoveToLast Time elapsed: 0.024 s org.eclipse.emf.cdo.tests.RevisionDeltaTest.testListMultipleOps Time elapsed: 0.029 s org.eclipse.emf.cdo.tests.RevisionDeltaTest.testListMultipleOpsWithClear Time elapsed: 0.03 s org.eclipse.emf.cdo.tests.RevisionDeltaTest.testListRemoveFirst Time elapsed: 0.033 s org.eclipse.emf.cdo.tests.RevisionDeltaTest.testListRemoveLast Time elapsed: 0.034 s org.eclipse.emf.cdo.tests.RevisionDeltaTest.testListRemoveMiddle Time elapsed: 0.036 s org.eclipse.emf.cdo.tests.RevisionDeltaTest.testListSimpleMove Time elapsed: 0.026 s org.eclipse.emf.cdo.tests.RevisionDeltaTest.testListTwoIndependentMoves Time elapsed: 0.025 s org.eclipse.emf.cdo.tests.RevisionDeltaTest.testListTwoIntersectingMoves Time elapsed: 0.025 s org.eclipse.emf.cdo.tests.RevisionDeltaTest.testMoveAndDelete Time elapsed: 0.025 s org.eclipse.emf.cdo.tests.RevisionDeltaTest.testMultipleInserts Time elapsed: 0.026 s org.eclipse.emf.cdo.tests.RevisionDeltaTest.testMultipleRemoves Time elapsed: 0.025 s org.eclipse.emf.cdo.tests.RevisionDeltaTest.testSetAndRemove Time elapsed: 0.036 s org.eclipse.emf.cdo.tests.RevisionManagerClientSideTest.testAvailableUp1_Branch1_Detached Time elapsed: 0.136 s org.eclipse.emf.cdo.tests.RevisionManagerClientSideTest.testAvailableUp1_Branch1_Head Time elapsed: 0.135 s org.eclipse.emf.cdo.tests.RevisionManagerClientSideTest.testAvailableUp1_Branch1_Initial Time elapsed: 0.135 s org.eclipse.emf.cdo.tests.RevisionManagerClientSideTest.testAvailableUp1_Branch1_Normal Time elapsed: 0.135 s org.eclipse.emf.cdo.tests.RevisionManagerClientSideTest.testAvailableUp1_Branch2_Head Time elapsed: 0.134 s org.eclipse.emf.cdo.tests.RevisionManagerClientSideTest.testAvailableUp1_Branch2_Initial Time elapsed: 0.135 s org.eclipse.emf.cdo.tests.RevisionManagerClientSideTest.testAvailableUp1_Branch3_Head Time elapsed: 0.135 s org.eclipse.emf.cdo.tests.RevisionManagerClientSideTest.testAvailableUp1_Branch3_Initial Time elapsed: 0.135 s org.eclipse.emf.cdo.tests.RevisionManagerClientSideTest.testAvailableUp1_Branch4_Detached Time elapsed: 0.135 s org.eclipse.emf.cdo.tests.RevisionManagerClientSideTest.testAvailableUp1_Branch4_Head Time elapsed: 0.136 s org.eclipse.emf.cdo.tests.RevisionManagerClientSideTest.testAvailableUp1_Branch4_Initial Time elapsed: 0.135 s org.eclipse.emf.cdo.tests.RevisionManagerClientSideTest.testAvailableUp2_Branch2_Head Time elapsed: 0.135 s org.eclipse.emf.cdo.tests.RevisionManagerClientSideTest.testAvailableUp2_Branch2_Initial Time elapsed: 0.135 s org.eclipse.emf.cdo.tests.RevisionManagerClientSideTest.testAvailableUp2_Branch3_Head Time elapsed: 0.134 s org.eclipse.emf.cdo.tests.RevisionManagerClientSideTest.testAvailableUp2_Branch3_Initial Time elapsed: 0.135 s org.eclipse.emf.cdo.tests.RevisionManagerClientSideTest.testAvailableUp2_Branch4_Detached Time elapsed: 0.133 s org.eclipse.emf.cdo.tests.RevisionManagerClientSideTest.testAvailableUp2_Branch4_Head Time elapsed: 0.134 s org.eclipse.emf.cdo.tests.RevisionManagerClientSideTest.testAvailableUp2_Branch4_Initial Time elapsed: 0.136 s org.eclipse.emf.cdo.tests.RevisionManagerClientSideTest.testAvailableUp3_Branch4_Detached Time elapsed: 0.133 s org.eclipse.emf.cdo.tests.RevisionManagerClientSideTest.testAvailableUp3_Branch4_Head Time elapsed: 0.135 s org.eclipse.emf.cdo.tests.RevisionManagerClientSideTest.testAvailableUp3_Branch4_Initial Time elapsed: 0.135 s org.eclipse.emf.cdo.tests.RevisionManagerClientSideTest.testBranch0_Detached Time elapsed: 0.136 s org.eclipse.emf.cdo.tests.RevisionManagerClientSideTest.testBranch0_Head Time elapsed: 0.133 s org.eclipse.emf.cdo.tests.RevisionManagerClientSideTest.testBranch0_Initial Time elapsed: 0.133 s org.eclipse.emf.cdo.tests.RevisionManagerClientSideTest.testBranch0_Normal Time elapsed: 0.137 s org.eclipse.emf.cdo.tests.RevisionManagerClientSideTest.testBranch1_Detached Time elapsed: 0.132 s org.eclipse.emf.cdo.tests.RevisionManagerClientSideTest.testBranch1_Head Time elapsed: 0.133 s org.eclipse.emf.cdo.tests.RevisionManagerClientSideTest.testBranch1_Initial Time elapsed: 0.134 s org.eclipse.emf.cdo.tests.RevisionManagerClientSideTest.testBranch1_Normal Time elapsed: 0.135 s org.eclipse.emf.cdo.tests.RevisionManagerClientSideTest.testBranch2_Head Time elapsed: 0.133 s org.eclipse.emf.cdo.tests.RevisionManagerClientSideTest.testBranch2_Initial Time elapsed: 0.134 s org.eclipse.emf.cdo.tests.RevisionManagerClientSideTest.testBranch3_Head Time elapsed: 0.133 s org.eclipse.emf.cdo.tests.RevisionManagerClientSideTest.testBranch3_Initial Time elapsed: 0.135 s org.eclipse.emf.cdo.tests.RevisionManagerClientSideTest.testBranch4_Detached Time elapsed: 0.135 s org.eclipse.emf.cdo.tests.RevisionManagerClientSideTest.testBranch4_Head Time elapsed: 0.134 s org.eclipse.emf.cdo.tests.RevisionManagerClientSideTest.testBranch4_Initial Time elapsed: 0.135 s org.eclipse.emf.cdo.tests.RevisionManagerTest.testAvailableUp1_Branch1_Detached Time elapsed: 0.135 s org.eclipse.emf.cdo.tests.RevisionManagerTest.testAvailableUp1_Branch1_Head Time elapsed: 0.133 s org.eclipse.emf.cdo.tests.RevisionManagerTest.testAvailableUp1_Branch1_Initial Time elapsed: 0.135 s org.eclipse.emf.cdo.tests.RevisionManagerTest.testAvailableUp1_Branch1_Normal Time elapsed: 0.133 s org.eclipse.emf.cdo.tests.RevisionManagerTest.testAvailableUp1_Branch2_Head Time elapsed: 0.133 s org.eclipse.emf.cdo.tests.RevisionManagerTest.testAvailableUp1_Branch2_Initial Time elapsed: 0.133 s org.eclipse.emf.cdo.tests.RevisionManagerTest.testAvailableUp1_Branch3_Head Time elapsed: 0.132 s org.eclipse.emf.cdo.tests.RevisionManagerTest.testAvailableUp1_Branch3_Initial Time elapsed: 0.131 s org.eclipse.emf.cdo.tests.RevisionManagerTest.testAvailableUp1_Branch4_Detached Time elapsed: 0.132 s org.eclipse.emf.cdo.tests.RevisionManagerTest.testAvailableUp1_Branch4_Head Time elapsed: 0.132 s org.eclipse.emf.cdo.tests.RevisionManagerTest.testAvailableUp1_Branch4_Initial Time elapsed: 0.132 s org.eclipse.emf.cdo.tests.RevisionManagerTest.testAvailableUp2_Branch2_Head Time elapsed: 0.133 s org.eclipse.emf.cdo.tests.RevisionManagerTest.testAvailableUp2_Branch2_Initial Time elapsed: 0.133 s org.eclipse.emf.cdo.tests.RevisionManagerTest.testAvailableUp2_Branch3_Head Time elapsed: 0.134 s org.eclipse.emf.cdo.tests.RevisionManagerTest.testAvailableUp2_Branch3_Initial Time elapsed: 0.134 s org.eclipse.emf.cdo.tests.RevisionManagerTest.testAvailableUp2_Branch4_Detached Time elapsed: 0.133 s org.eclipse.emf.cdo.tests.RevisionManagerTest.testAvailableUp2_Branch4_Head Time elapsed: 0.132 s org.eclipse.emf.cdo.tests.RevisionManagerTest.testAvailableUp2_Branch4_Initial Time elapsed: 0.134 s org.eclipse.emf.cdo.tests.RevisionManagerTest.testAvailableUp3_Branch4_Detached Time elapsed: 0.133 s org.eclipse.emf.cdo.tests.RevisionManagerTest.testAvailableUp3_Branch4_Head Time elapsed: 0.133 s org.eclipse.emf.cdo.tests.RevisionManagerTest.testAvailableUp3_Branch4_Initial Time elapsed: 0.133 s org.eclipse.emf.cdo.tests.RevisionManagerTest.testBranch0_Detached Time elapsed: 0.132 s org.eclipse.emf.cdo.tests.RevisionManagerTest.testBranch0_Head Time elapsed: 0.134 s org.eclipse.emf.cdo.tests.RevisionManagerTest.testBranch0_Initial Time elapsed: 0.133 s org.eclipse.emf.cdo.tests.RevisionManagerTest.testBranch0_Normal Time elapsed: 0.134 s org.eclipse.emf.cdo.tests.RevisionManagerTest.testBranch1_Detached Time elapsed: 0.132 s org.eclipse.emf.cdo.tests.RevisionManagerTest.testBranch1_Head Time elapsed: 0.136 s org.eclipse.emf.cdo.tests.RevisionManagerTest.testBranch1_Initial Time elapsed: 0.134 s org.eclipse.emf.cdo.tests.RevisionManagerTest.testBranch1_Normal Time elapsed: 0.132 s org.eclipse.emf.cdo.tests.RevisionManagerTest.testBranch2_Head Time elapsed: 0.132 s org.eclipse.emf.cdo.tests.RevisionManagerTest.testBranch2_Initial Time elapsed: 0.132 s org.eclipse.emf.cdo.tests.RevisionManagerTest.testBranch3_Head Time elapsed: 0.133 s org.eclipse.emf.cdo.tests.RevisionManagerTest.testBranch3_Initial Time elapsed: 0.132 s org.eclipse.emf.cdo.tests.RevisionManagerTest.testBranch4_Detached Time elapsed: 0.133 s org.eclipse.emf.cdo.tests.RevisionManagerTest.testBranch4_Head Time elapsed: 0.132 s org.eclipse.emf.cdo.tests.RevisionManagerTest.testBranch4_Initial Time elapsed: 0.132 s org.eclipse.emf.cdo.tests.RollbackTest.testRollbackSameSession Time elapsed: 0.022 s org.eclipse.emf.cdo.tests.RollbackTest.testRollbackSeparateSession Time elapsed: 0.02 s org.eclipse.emf.cdo.tests.RollbackTest.test_Bugzilla_296680 Time elapsed: 0.018 s org.eclipse.emf.cdo.tests.SavePointTest.testIsDirty Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.SavePointTest.testNotification Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.SavePointTest.testRollbackWithNewObject_Collection Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.SavePointTest.testRollbackWithNewObject_Commit Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.SavePointTest.testRollbackWithNewObject_Rollback Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.SavePointTest.testRollbackWithPersistedObject_Commit Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.SavePointTest.testRollbackWithPersistedObject_Rollback Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.SavePointTest.testWrongSavePoint Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.SecurityTest.testAndFilter Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.SecurityTest.testNotFilter Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.SecurityTest.testOrFilter Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.SecurityTest.testResourceFilter_EXACT_NoParents Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.SecurityTest.testResourceFilter_EXACT_Parents Time elapsed: 0.005 s org.eclipse.emf.cdo.tests.SecurityTest.testResourceFilter_TREE_NoParents Time elapsed: 0.005 s org.eclipse.emf.cdo.tests.SecurityTest.testResourceFilter_TREE_Parents Time elapsed: 0.005 s org.eclipse.emf.cdo.tests.SecurityTest.testResourceFilter_UserToken_EXACT_NoParents Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.SecurityTest.testResourceFilter_UserToken_EXACT_Parents Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.SecurityTest.testResourceFilter_UserToken_TREE_NoParents Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.SecurityTest.testResourceFilter_UserToken_TREE_Parents Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.SessionTest.testEContentAdapter Time elapsed: 0.018 s org.eclipse.emf.cdo.tests.SessionTest.testIsSupportingAudits Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.SessionTest.testLastUpdateLocal Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.SessionTest.testLastUpdateRemote Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.SessionTest.testNoAuthentication Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.SessionTest.testProtocolTimeoutChangedEvent Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.SessionTest.testRefresh Time elapsed: 0.02 s org.eclipse.emf.cdo.tests.SessionTest.testRefreshWithPackages Time elapsed: 0.018 s org.eclipse.emf.cdo.tests.SessionTest.testRepositoryNotFound Time elapsed: 0.611 s org.eclipse.emf.cdo.tests.SessionTest.testSetProtocolTimeout Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.SessionTest.testWaitForUpdateLocal Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.SessionTest.testWaitForUpdateRemote Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.SessionTest.testWithAuthentication Time elapsed: 0.058 s org.eclipse.emf.cdo.tests.SessionTest.testWithAuthenticationNoCredentials Time elapsed: 0.033 s org.eclipse.emf.cdo.tests.SessionTest.testWithAuthenticationNoCredentialsProvider Time elapsed: 0.033 s org.eclipse.emf.cdo.tests.SessionTest.testWithAuthenticationNoPassword Time elapsed: 0.055 s org.eclipse.emf.cdo.tests.SessionTest.testWithAuthenticationNoUserID Time elapsed: 0.034 s org.eclipse.emf.cdo.tests.SessionTest.testWithAuthenticationWrongCredentials Time elapsed: 0.053 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableBooleanNoDefault Time elapsed: 0.033 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableBooleanNoDefault2 Time elapsed: 0.028 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableBooleanNoDefault_SetDefault Time elapsed: 0.027 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableByteNoDefault Time elapsed: 0.027 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableByteNoDefault2 Time elapsed: 0.027 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableByteNoDefault_SetDefault Time elapsed: 0.03 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableCharNoDefault Time elapsed: 0.027 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableCharNoDefault2 Time elapsed: 0.026 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableCharNoDefault_SetDefault Time elapsed: 0.039 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableDateNoDefault Time elapsed: 0.028 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableDateNoDefault_SetDefault Time elapsed: 0.027 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableDoubleNoDefault Time elapsed: 0.027 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableDoubleNoDefault2 Time elapsed: 0.026 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableDoubleNoDefault_SetDefault Time elapsed: 0.027 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableFloatNoDefault Time elapsed: 0.028 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableFloatNoDefault2 Time elapsed: 0.035 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableFloatNoDefault_SetDefault Time elapsed: 0.026 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableIntNoDefault Time elapsed: 0.026 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableIntNoDefault2 Time elapsed: 0.031 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableIntNoDefault_SetDefault Time elapsed: 0.026 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableLongNoDefault Time elapsed: 0.027 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableLongNoDefault2 Time elapsed: 0.026 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableLongNoDefault_SetDefault Time elapsed: 0.029 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableShortNoDefault Time elapsed: 0.029 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableShortNoDefault2 Time elapsed: 0.031 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableShortNoDefault_SetDefault Time elapsed: 0.035 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableStringNoDefault Time elapsed: 0.026 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableStringNoDefault2 Time elapsed: 0.034 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableStringNoDefault_SetDefault Time elapsed: 0.032 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableVATNoDefault Time elapsed: 0.026 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableVATNoDefault_SetDefault Time elapsed: 0.027 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableWithDefaultBoolean Time elapsed: 0.059 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableWithDefaultBoolean2 Time elapsed: 0.026 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableWithDefaultBoolean_SetDefault Time elapsed: 0.025 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableWithDefaultByte Time elapsed: 0.036 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableWithDefaultByte2 Time elapsed: 0.027 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableWithDefaultByte_SetDefault Time elapsed: 0.025 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableWithDefaultChar Time elapsed: 0.026 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableWithDefaultChar_SetDefault Time elapsed: 0.037 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableWithDefaultChart2 Time elapsed: 0.026 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableWithDefaultDate Time elapsed: 0.027 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableWithDefaultDate_SetDefault Time elapsed: 0.034 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableWithDefaultDouble Time elapsed: 0.025 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableWithDefaultDouble2 Time elapsed: 0.032 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableWithDefaultDouble_SetDefault Time elapsed: 0.034 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableWithDefaultVAT Time elapsed: 0.026 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableWithDefaultVAT_SetDefault Time elapsed: 0.034 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableBooleanNoDefault Time elapsed: 0.03 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableBooleanNoDefault2 Time elapsed: 0.027 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableBooleanNoDefault_SetDefault Time elapsed: 0.029 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableByteNoDefault Time elapsed: 0.03 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableByteNoDefault2 Time elapsed: 0.035 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableByteNoDefault_SetDefault Time elapsed: 0.028 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableCharNoDefault Time elapsed: 0.028 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableCharNoDefault2 Time elapsed: 0.03 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableCharNoDefault_SetDefault Time elapsed: 0.026 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableDateNoDefault Time elapsed: 0.026 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableDateNoDefault_SetDefault Time elapsed: 0.027 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableDoubleNoDefault Time elapsed: 0.034 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableDoubleNoDefault2 Time elapsed: 0.027 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableDoubleNoDefault_SetDefault Time elapsed: 0.026 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableFloatNoDefault Time elapsed: 0.04 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableFloatNoDefault2 Time elapsed: 0.026 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableFloatNoDefault_SetDefault Time elapsed: 0.026 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableIntNoDefault Time elapsed: 0.036 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableIntNoDefault2 Time elapsed: 0.036 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableIntNoDefault_SetDefault Time elapsed: 0.025 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableLongNoDefault Time elapsed: 0.033 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableShortNoDefault Time elapsed: 0.025 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableShortNoDefault2 Time elapsed: 0.025 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableShortNoDefault_SetDefault Time elapsed: 0.026 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableStringNoDefault Time elapsed: 0.031 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableStringNoDefault2 Time elapsed: 0.026 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableStringNoDefault_SetDefault Time elapsed: 0.028 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableVATNoDefault Time elapsed: 0.034 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableVATNoDefault_SetDefault Time elapsed: 0.025 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableWithDefaultBoolean Time elapsed: 0.029 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableWithDefaultBoolean2 Time elapsed: 0.026 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableWithDefaultByte Time elapsed: 0.026 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableWithDefaultByte2 Time elapsed: 0.024 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableWithDefaultByte_SetDefault Time elapsed: 0.026 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableWithDefaultChar Time elapsed: 0.027 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableWithDefaultCharNo Time elapsed: 0.026 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableWithDefaultChar_SetDefault Time elapsed: 0.038 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableWithDefaultDate Time elapsed: 0.025 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableWithDefaultDate_SetDefault Time elapsed: 0.026 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableWithDefaultDouble Time elapsed: 0.026 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableWithDefaultDouble2 Time elapsed: 0.026 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableWithDefaultDouble_SetDefault Time elapsed: 0.025 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableWithDefaultFloat Time elapsed: 0.028 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableWithDefaultFloat2 Time elapsed: 0.025 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableWithDefaultFloat_SetDefault Time elapsed: 0.027 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableWithDefaultInt Time elapsed: 0.026 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableWithDefaultInt2 Time elapsed: 0.031 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableWithDefaultInt_SetDefault Time elapsed: 0.025 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableWithDefaultLong Time elapsed: 0.025 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableWithDefaultShort Time elapsed: 0.025 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableWithDefaultShort2 Time elapsed: 0.026 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableWithDefaultShort_SetDefault Time elapsed: 0.025 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableWithDefaultString Time elapsed: 0.025 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableWithDefaultString2 Time elapsed: 0.026 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableWithDefaultString_SetDefault Time elapsed: 0.031 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableWithDefaultVAT Time elapsed: 0.024 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableWithDefaultVAT_SetDefault Time elapsed: 0.025 s org.eclipse.emf.cdo.tests.StateMachineTest.test_NEW_with_ATTACH Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.StateMachineTest.test_NEW_with_COMMIT Time elapsed: 0.005 s org.eclipse.emf.cdo.tests.StateMachineTest.test_NEW_with_INVALIDATE Time elapsed: 0.005 s org.eclipse.emf.cdo.tests.StateMachineTest.test_NEW_with_READ Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.StateMachineTest.test_NEW_with_ROLLBACK Time elapsed: 0.005 s org.eclipse.emf.cdo.tests.StateMachineTest.test_NEW_with_WRITE Time elapsed: 0.005 s org.eclipse.emf.cdo.tests.StateMachineTest.test_PREPARED_with_ATTACH Time elapsed: 0.005 s org.eclipse.emf.cdo.tests.StateMachineTest.test_PREPARED_with_DETACH Time elapsed: 0.005 s org.eclipse.emf.cdo.tests.StateMachineTest.test_PREPARED_with_INVALIDATE Time elapsed: 0.005 s org.eclipse.emf.cdo.tests.StateMachineTest.test_PREPARED_with_READ Time elapsed: 0.004 s org.eclipse.emf.cdo.tests.StateMachineTest.test_PREPARED_with_ROLLBACK Time elapsed: 0.005 s org.eclipse.emf.cdo.tests.StateMachineTest.test_PREPARED_with_WRITE Time elapsed: 0.005 s org.eclipse.emf.cdo.tests.StateMachineTest.test_TRANSIENT_with_ATTACH Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.StateMachineTest.test_TRANSIENT_with_INVALIDATE Time elapsed: 0.005 s org.eclipse.emf.cdo.tests.StateMachineTest.test_TRANSIENT_with_READ Time elapsed: 0.004 s org.eclipse.emf.cdo.tests.StateMachineTest.test_TRANSIENT_with_ROLLBACK Time elapsed: 0.005 s org.eclipse.emf.cdo.tests.StateMachineTest.test_TRANSIENT_with_WRITE Time elapsed: 0.005 s org.eclipse.emf.cdo.tests.StickyViewsTest.test_changeName Time elapsed: 0.026 s org.eclipse.emf.cdo.tests.StickyViewsTest.test_detachedCommittedObject Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.StickyViewsTest.test_dirtyCommittedObject Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.StickyViewsTest.test_newCommittedObject Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.StickyViewsTest.test_otherSessionCommittedLatest Time elapsed: 0.018 s org.eclipse.emf.cdo.tests.StickyViewsTest.test_refresh Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.StickyViewsTest.test_removeFirst Time elapsed: 0.021 s org.eclipse.emf.cdo.tests.StickyViewsTest.test_removeLast Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.TransactionHandlerTest.testAsyncTransactionHandler Time elapsed: 0.314 s org.eclipse.emf.cdo.tests.TransactionHandlerTest.testAttachingObject Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.TransactionHandlerTest.testAttachingObjectVeto Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.TransactionHandlerTest.testAttachingResourceVeto Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.TransactionHandlerTest.testCommitting Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.TransactionHandlerTest.testDetachingObject Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.TransactionHandlerTest.testDetachingObjectVeto Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.TransactionHandlerTest.testModifyingObject Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.TransactionHandlerTest.testModifyingObjectVeto Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.TransactionHandlerTest.testModifyingResourceVeto Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.TransactionHandlerTest.testRollbacked Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.TransactionTest.testAutoRollbackOnConflictEvent Time elapsed: 0.019 s org.eclipse.emf.cdo.tests.TransactionTest.testCommitAfterClose Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.TransactionTest.testCommitManyTransactionsMultiThread Time elapsed: 1.311 s org.eclipse.emf.cdo.tests.TransactionTest.testCommitRedundantChanges Time elapsed: 0.031 s org.eclipse.emf.cdo.tests.TransactionTest.testCreateManySessions Time elapsed: 0.304 s org.eclipse.emf.cdo.tests.TransactionTest.testCreateManySessionsAndTransactionsMultiThread Time elapsed: 0.496 s org.eclipse.emf.cdo.tests.TransactionTest.testCreateManyTransactions Time elapsed: 0.167 s org.eclipse.emf.cdo.tests.TransactionTest.testLastUpdateTime Time elapsed: 0.028 s org.eclipse.emf.cdo.tests.TransactionTest.testLongCommit Time elapsed: 3.016 s org.eclipse.emf.cdo.tests.TransactionTest.testManualRollbackOnConflictException Time elapsed: 0.024 s org.eclipse.emf.cdo.tests.TransactionTest.testPushModeDeltas Time elapsed: 0.028 s org.eclipse.emf.cdo.tests.TransactionTest.testPushModeNewObjects Time elapsed: 0.022 s org.eclipse.emf.cdo.tests.TransactionTest.testReattachCommit Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.TransactionTest.testReattachCommitWithSavepoints Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.TransactionTest.testReattachModifyCommit Time elapsed: 0.019 s org.eclipse.emf.cdo.tests.TransactionTest.testReattachModifyCommitWithSavepoints Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.TransactionTest.testRevertTo Time elapsed: 0.05 s org.eclipse.emf.cdo.tests.TransactionTest.testRollbackWithNotification Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.UnsetTest.testIsSetBoolean Time elapsed: 0.024 s org.eclipse.emf.cdo.tests.UnsetTest.testIsSetByte Time elapsed: 0.023 s org.eclipse.emf.cdo.tests.UnsetTest.testIsSetChar Time elapsed: 0.029 s org.eclipse.emf.cdo.tests.UnsetTest.testIsSetDate Time elapsed: 0.023 s org.eclipse.emf.cdo.tests.UnsetTest.testIsSetDouble Time elapsed: 0.023 s org.eclipse.emf.cdo.tests.UnsetTest.testIsSetElement Time elapsed: 0.023 s org.eclipse.emf.cdo.tests.UnsetTest.testIsSetFloat Time elapsed: 0.043 s org.eclipse.emf.cdo.tests.UnsetTest.testIsSetLong Time elapsed: 0.024 s org.eclipse.emf.cdo.tests.UnsetTest.testIsSetMultipleTimes Time elapsed: 0.029 s org.eclipse.emf.cdo.tests.UnsetTest.testIsSetShort Time elapsed: 0.027 s org.eclipse.emf.cdo.tests.UnsetTest.testIsSetString Time elapsed: 0.023 s org.eclipse.emf.cdo.tests.UnsetTest.testIsSetVAT Time elapsed: 0.024 s org.eclipse.emf.cdo.tests.UnsetTest.testReadDefaultValue Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.UnsetTest.testUnsetNonDefaultValue Time elapsed: 0.034 s org.eclipse.emf.cdo.tests.UnsetTest.testUnsettableBaseTypeVsObjectType Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.UnsetTest.testUnsettableObject Time elapsed: 0.025 s org.eclipse.emf.cdo.tests.UnsetTest.testWriteDefaultValue Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.UnsetTest.testWriteNonDefaultValue Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.ViewProviderTest.testConnectionAware Time elapsed: 0.044 s org.eclipse.emf.cdo.tests.ViewProviderTest.testNet4jViewProvider Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.ViewProviderTest.testNormal Time elapsed: 0.019 s org.eclipse.emf.cdo.tests.ViewProviderTest.testPluginViewProvider Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.ViewProviderTest.testSerialize Time elapsed: 0.02 s org.eclipse.emf.cdo.tests.ViewProviderTest.testURIs Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.ViewTest.testCacheReferences Time elapsed: 0.024 s org.eclipse.emf.cdo.tests.ViewTest.testContextify Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.ViewTest.testContextifyDifferentRepository Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.ViewTest.testContextifySameRepository Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.ViewTest.testDeactivateWithSession Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.ViewTest.testExternalResourceSet Time elapsed: 0.018 s org.eclipse.emf.cdo.tests.ViewTest.testGetOrCreateResource Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.ViewTest.testHasResource Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.ViewTest.testIsObjectRegisteredWithNull Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.ViewTest.testNonUniqueResourceContents Time elapsed: 0.023 s org.eclipse.emf.cdo.tests.ViewTest.testUniqueResourceContents Time elapsed: 0.022 s org.eclipse.emf.cdo.tests.ViewTest.testViewNotifiesDeactivation Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.XATransactionTest.testCommitFromTransactionDisabled Time elapsed: 0.033 s org.eclipse.emf.cdo.tests.XATransactionTest.testRollback Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.XATransactionTest.testRollback_AfterSetpoint Time elapsed: 0.026 s org.eclipse.emf.cdo.tests.XATransactionTest.test_ExceptionInReadingStream Time elapsed: 0.034 s org.eclipse.emf.cdo.tests.XRefTest.testCrossReferenceMultivalueEReferenceQuery Time elapsed: 0.039 s org.eclipse.emf.cdo.tests.XRefTest.testLocallyDetachedTarget Time elapsed: 0.019 s org.eclipse.emf.cdo.tests.XRefTest.testSpecificReferences0 Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.XRefTest.testSpecificReferences1 Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.XRefTest.testSpecificReferences2 Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.XRefTest.testXRefsToMany Time elapsed: 0.023 s org.eclipse.emf.cdo.tests.XRefTest.testXRefsToOne Time elapsed: 0.02 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_241464_Test.testBugzilla_241464 Time elapsed: 2.018 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_243310_Test.testBugzilla_243310 Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_246442_Test.testBugzilla_246442 Time elapsed: 0.018 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_246622_Test.testContainerAndMany Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_246622_Test.testSet Time elapsed: 0.021 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_247141_Test.testBehaviorOnUncommittedObjects Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_247141_Test.testContentAdapterBehavior Time elapsed: 0.019 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_248124_Test.testBugzilla_248124_getResourceWithCommit Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_248124_Test.testBugzilla_248124_getResourceWithoutCommit Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_248124_Test.testBugzilla_248124_hasResourceWithCommit Time elapsed: 0.02 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_248124_Test.testBugzilla_248124_hasResourceWithoutCommit Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_248915_Test.testBugzilla_248915_DuplicateID Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_248915_Test.testBugzilla_248915_IncompleteResource Time elapsed: 0.019 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_250036_Test.testBugzilla_250036_Invalidation Time elapsed: 0.033 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_250757_Test.testAddAndModifyAndRemoveFromPersistedList Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_250757_Test.testAddAndMoveAndRemoveFromPersistedList Time elapsed: 0.02 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_250757_Test.testAddAndMoveAndRemoveFromPersistedListWithManySavePoint Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_250757_Test.testAddAndMoveAndRemoveFromPersistedListWithSavePoint Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_250757_Test.testAddAndRemoveFromPersistedList Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_250910_Test.testBugzilla_250910 Time elapsed: 0.146 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_251087_Test.testSubscription Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_251263_Test.testEOpposite_AdjustMany Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_251263_Test.testEOpposite_AdjustMany_Persisted Time elapsed: 0.018 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_251263_Test.testEOpposite_AdjustSingleRef Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_251263_Test.testEOpposite_AdjustSingleRef_NoCommit Time elapsed: 0.025 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_251544_Test.testFromPersistedToTransient Time elapsed: 0.019 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_251544_Test.testFromTransientToPersisted Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_251752_Test.testBug_251752 Time elapsed: 0.018 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_251752_Test.testBug_251752_XA Time elapsed: 0.047 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_252214_Test.testBugzilla_252214 Time elapsed: 0.035 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_252909_Test.testBugzilla_252909 Time elapsed: 0.024 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_254489_Test.testBugzilla_254489 Time elapsed: 0.047 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_255662_Test.testBugzilla_255662 Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_256141_Test.testBugzilla_256141 Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_258278_Test.testBugzilla_258278 Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_258850_Test.testBugzilla_258278 Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_258933_Test.testBugzilla_258278_List Time elapsed: 0.018 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_258933_Test.testBugzilla_258933 Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_258933_Test.testBugzilla_258933_SetToDefaultValue Time elapsed: 0.018 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_258933_Test.testBugzilla_258933_String Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_258933_Test.testBugzilla_258933_String_SetToDefaultValue Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_258933_Test.testBugzilla_258933_String_SetToDefaultValue_unsettable Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_258933_Test.testBugzilla_258933_String_SetToNull Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_258933_Test.testBugzilla_258933_String_SetToNull_unsettable Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_258933_Test.testBugzilla_258933_String_unsettable Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_259695_Test.testBugzilla_259695_ClassCast Time elapsed: 0.019 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_259949_Test.testBugzilla_259949 Time elapsed: 0.02 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_260756_Test.testBugzilla_260756 Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_260764_Test.testBugzilla_260764 Time elapsed: 0.024 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_261218_Test.testBugzilla_261218_Containment Time elapsed: 0.018 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_265114_Test.testResourceSet Time elapsed: 0.022 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_266857_Test.testBugzilla_266857 Time elapsed: 0.018 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_266982_Test.testBugzilla_266982 Time elapsed: 0.791 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_267050_Test.testBugzilla_267050 Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_270429_Test.testTwoWayReferenceDeletion Time elapsed: 0.061 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_272861_Test.test_Bugzilla_271861_Case1 Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_273233_Test.test_Bugzilla_273233_Simple Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_273233_Test.test_Bugzilla_273233_TwoSessions Time elapsed: 0.056 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_273233_Test.test_Bugzilla_273233_TwoSessionsWithClearCache Time elapsed: 0.019 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_273565_Test.testBugzilla_273565_NoThreads Time elapsed: 5.016 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_273758_Test.test_export_resource_contents Time elapsed: 0.023 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_276696_Test.testModifiedUnset Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_278900_Test.testBugzilla_278900 Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_279565_Test.testBugzilla_279565 Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_279565_Test.testBugzilla_279565_AddedFromRemote Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_279565_Test.testBugzilla_279565_OwnResourceSet Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_279565_Test.testBugzilla_279565_TXListener Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_280102_Test.testRootResourceInReadOnlyView Time elapsed: 0.019 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_280102_Test.testRootResourceInTransaction Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_283131_Test.testRollbackManyConflictNotification Time elapsed: 0.051 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_283131_Test.testRollbackManyNotification Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_283131_Test.testRollbackSingleAddNotification Time elapsed: 0.018 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_283131_Test.testRollbackSingleConflictNotification Time elapsed: 0.055 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_283131_Test.testRollbackSingleNotification Time elapsed: 0.018 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_283131_Test.testRollbackSingleRemoveNotification Time elapsed: 0.018 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_283985_1_Test.testBugzilla283985_DragAndDropMultiple Time elapsed: 0.088 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_283985_1_Test.testBugzilla283985_DragAndDropMultipleMultiparent Time elapsed: 0.021 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_283985_1_Test.testBugzilla283985_DragAndDropSingle Time elapsed: 0.054 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_283985_1_Test.testBugzilla283985_PlainMultiple Time elapsed: 0.019 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_283985_1_Test.testBugzilla283985_PlainSingle Time elapsed: 0.018 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_283985_1_Test.testBugzilla283985_RemoveAndAddMultiple Time elapsed: 0.018 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_283985_1_Test.testBugzilla283985_RemoveAndAddSingle Time elapsed: 0.051 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_283985_1_Test.testCanDaDmoreThanOnce Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_283985_1_Test.testCanReattachDirtyObject Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_283985_1_Test.testEReferencesCorrupted Time elapsed: 0.058 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_283985_2_Test.testMoveOnce Time elapsed: 0.018 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_283985_2_Test.testMoveOnceAndBack Time elapsed: 0.018 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_283985_3_Test.test4 Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_285008_Test.testCDO_crossReferences Time elapsed: 0.054 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_285008_Test.testCDO_isSet Time elapsed: 0.02 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_293283_Test.test1 Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_293283_Test.test2 Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_293283_Test.test3 Time elapsed: 0.051 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_293283_Test.test4 Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_293283_Test.test5 Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_293283_Test.test6 Time elapsed: 0.025 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_294859_Test.test Time elapsed: 0.052 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_296561_Test.testBugzilla_296561 Time elapsed: 0.019 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_296561_Test.testBugzilla_296561__checkTransactionObjects Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_297491_Test.testCreateAndChangeTags Time elapsed: 0.124 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_297491_Test.testLoadTags Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_298561_Test.testDirty Time elapsed: 0.037 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_298561_Test.testDirtyMulti Time elapsed: 0.022 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_298561_Test.testNew Time elapsed: 0.061 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_298561_Test.testNewMulti Time elapsed: 0.024 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_299190_Test.testGenRefSingleContainedUnidirectionalCDO Time elapsed: 0.024 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_299190_Test.testGenRefSingleContainedUnidirectionalResourceFirstCDO Time elapsed: 0.062 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_302233_Test.testRemove Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_302233_Test.testUnset Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_302233_Test.testUnset2 Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_302414_Test.test1 Time elapsed: 0.049 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_302414_Test.test2 Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_303466_Test.test_badUris Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_303466_Test.test_missingDependency Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_303807_Test.testBugzilla_303807 Time elapsed: 0.056 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_305527_Test.testAvoidReferencingDifferentViews Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_306710_Test.testBugzilla_306710_addRemove Time elapsed: 0.018 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_306710_Test.testBugzilla_306710_remove Time elapsed: 0.063 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_306998_Test.testValidEENumLiteral Time elapsed: 0.018 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_308895_Test.testCustomDefaultDefault Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_308895_Test.testCustomDefaultInvalidLiteral Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_308895_Test.testCustomDefaultLiteral Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_308895_Test.testCustomRegular Time elapsed: 0.057 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_310574_Test.testAddAndModifyAndRemoveFromPersistedList Time elapsed: 0.022 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_310574_Test.testAddAndRemoveWithNull Time elapsed: 0.073 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_310574_Test.testAddMoveMoveRemove Time elapsed: 0.033 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_310574_Test.testAddRemoveWithAdditionalAdds Time elapsed: 0.02 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_310574_Test.testAddRemoveWithAdditionalMoves Time elapsed: 0.018 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_310574_Test.testListChanges01 Time elapsed: 0.06 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_310574_Test.testListChanges02 Time elapsed: 0.018 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_310574_Test.testListChanges03 Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_310574_Test.testListChanges04 Time elapsed: 0.018 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_310574_Test.testListChanges05 Time elapsed: 0.056 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_310574_Test.testListChanges06 Time elapsed: 0.019 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_310574_Test.testListChanges07 Time elapsed: 0.019 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_310574_Test.testMultipleMove Time elapsed: 0.053 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_310574_Test.testOptimizeAddAndRemove Time elapsed: 0.023 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_310574_Test.testOptimizeAddRemove Time elapsed: 0.023 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_310574_Test.testOptimizeInterleavedAddMoveAndRemove Time elapsed: 0.067 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_310574_Test.testOptimizeInterleavedAddRemove Time elapsed: 0.032 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_310574_Test.testOptimizeMove Time elapsed: 0.065 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_310574_Test.testRemoveAdd Time elapsed: 0.02 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_310574_Test.testRemoveFromContainerThenFromReferenceList Time elapsed: 0.02 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_313326_Test.testNotificationBuilderBranch Time elapsed: 0.561 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_313913_Test.testAccessOldValue Time elapsed: 0.129 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_314186_Test.testEMFCompliance Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_314264_Test.testMerge Time elapsed: 0.05 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_314264_Test.testMerge10 Time elapsed: 0.111 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_314264_Test.testNotificationBuilderTest Time elapsed: 0.025 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_315026_Test.test Time elapsed: 0.053 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_315043_Test.testReloadingRevisions Time elapsed: 0.02 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_316145_Test.testRevisionInListNull Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_316273_Test.testXRef_Many Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_316273_Test.testXRef_Single Time elapsed: 0.047 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_316434_Test.testInitial Time elapsed: 0.023 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_316444_Test.testLockParentWithEAttributeChange Time elapsed: 1.034 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_318518_Test.testCorrectNumberOfFeatureDeltas Time elapsed: 1.527 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_318844_Test.test Time elapsed: 0.024 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_318876_Test.test Time elapsed: 0.022 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_318919_Test.testPrefetchObject Time elapsed: 0.026 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_318919_Test.testPrefetchResource_CLEAN Time elapsed: 0.057 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_318919_Test.testPrefetchResource_PROXY Time elapsed: 0.019 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_318998_Test.testQueryXRefMany Time elapsed: 0.02 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_318998_Test.testQueryXRefSingle Time elapsed: 0.056 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_319836_Test.testNodeMovesInTreeCreatesCycle Time elapsed: 0.023 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_319836_Test.testNodeMovesInTreeDuplicatesNode Time elapsed: 0.022 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_319836_Test.testNodeMovesInTreeEatsNode Time elapsed: 0.056 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_320690_Test.testDeleteTarget Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_320690_Test.testDeleteTargetAndReferenceAtOnce Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_320690_Test.testDeleteTargetRemoveAndAddReference Time elapsed: 0.055 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_320690_Test.testLockRefTargets Time elapsed: 0.022 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_320837_Test.testLoadContainedBeforeContainer Time elapsed: 0.025 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_321699_Test.test Time elapsed: 0.046 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_321986_Test.testRollback Time elapsed: 0.221 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_322218_Test.testMyEnumList Time elapsed: 0.019 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_322218_Test.testMyEnumList2 Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_322218_Test.testMyEnumList2PCL Time elapsed: 0.044 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_322218_Test.testMyEnumList3 Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_322218_Test.testMyEnumList3PCL Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_322218_Test.testMyEnumList3PCL_Reload Time elapsed: 0.021 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_322218_Test.testMyEnumListPCL Time elapsed: 0.049 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_322218_Test.testMyEnumListUnsettable Time elapsed: 0.018 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_322218_Test.testMyEnumListUnsettable2 Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_322218_Test.testMyEnumListUnsettable2PCL Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_322218_Test.testMyEnumListUnsettable3 Time elapsed: 0.057 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_322218_Test.testMyEnumListUnsettable3PCL Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_322218_Test.testMyEnumListUnsettable3PCL_Reload Time elapsed: 0.02 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_322218_Test.testMyEnumListUnsettablePCL Time elapsed: 0.049 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_322754_Test.testResourceDelete Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_322754_Test.testResourceDeleteWithDanglingReferences Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_322804_Test.testAddElementToCustomTypedList Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_323930_Test.testAddXRefByReplace Time elapsed: 0.054 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_323930_Test.testAddXRefByReplace_PrecedingAdd Time elapsed: 0.02 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_323930_Test.testChangeIndexesInSourceList Time elapsed: 0.018 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_323930_Test.testChangeIndexesInTargetList Time elapsed: 0.053 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_323930_Test.testRemoveXRefByReplace Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_323930_Test.testRemoveXRefByReplace_PrecedingAdd Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_323958_Test.testAdditionFromTransactionHandler Time elapsed: 0.022 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_323958_Test.testModificationFromTransactionHandler Time elapsed: 0.052 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_324084_Test.testXRefMergeManyValueTest Time elapsed: 2.028 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_324084_Test.testXRefMergeSingleValueTest Time elapsed: 2.037 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_324544_Test.testCommitRefresh Time elapsed: 0.037 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_324585_Test.testUpdate Time elapsed: 4.848 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_324635_Test.testTargetGoalDeltaVersion Time elapsed: 0.051 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_324756_Test.testReattachBranchVersion Time elapsed: 0.028 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_324756_Test.testReattachBranchVersion2 Time elapsed: 0.071 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_325603_Test.testModifyResource Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_325866_Test.testXRefReattachBranch Time elapsed: 2.033 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_325866_Test.testXRefReattachBranchLevel2 Time elapsed: 2.042 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_326518_Test.testIndexBranchMerge Time elapsed: 2.036 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_326743_Test.testDefaultValue Time elapsed: 0.02 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_327604_Test.testReadObjects Time elapsed: 0.083 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_328790_Test.test_newThenAdd1 Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_328790_Test.test_newThenAdd2 Time elapsed: 0.052 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_328790_Test.test_newThenClear Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_329752_Test.testLoadContainedBeforeContainer Time elapsed: 0.029 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_329753_Test.testIncreasingVersion Time elapsed: 0.058 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_329869_Test.testDuplicateID Time elapsed: 0.03 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_330052_Test.test_auditView Time elapsed: 0.062 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_330052_Test.test_otherView Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_331619_Test.testAbstractXRef Time elapsed: 0.03 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_333157_Test.testResourceFolderUpdate Time elapsed: 0.06 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_333299_Test.testMoveEcoreElement Time elapsed: 0.022 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_333950_Test.testOpposites Time elapsed: 0.063 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_334608_Test.testOpposites Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_334995_Test.testRename Time elapsed: 0.023 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_334995_Test.testURIClash Time elapsed: 0.068 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_335004_Test.testDuplicatePackageInSystem Time elapsed: 0.025 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_335675_Test.test0 Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_335675_Test.test1 Time elapsed: 0.063 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_335772_Test.testMapEntryAddition Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_335772_Test.testMapEntryAdditionPersistence Time elapsed: 0.018 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_335772_Test.testMapEntryReplacement Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_335772_Test.testMapEntryReplacementPersistence Time elapsed: 0.055 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_336314_Test.test1 Time elapsed: 0.019 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_336314_Test.test2 Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_336590_Test.test Time elapsed: 0.023 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_337523_Test.testRootResource_loadByID Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_337587_Test.testRevisionCompare Time elapsed: 0.041 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_338779_Test.test_passiveUpdate_additions Time elapsed: 0.061 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_338779_Test.test_passiveUpdate_changes Time elapsed: 0.02 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_338779_Test.test_passiveUpdate_invalidations Time elapsed: 0.02 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_338779_Test.test_refresh Time elapsed: 0.053 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_338884_Test.test_canHandleUnset Time elapsed: 0.02 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_338884_Test.test_multi Time elapsed: 0.023 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_338884_Test.test_nonBidiMultiRef_newTarget Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_338884_Test.test_nonBidiSingleRef_newTarget Time elapsed: 0.045 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_338884_Test.test_single Time elapsed: 0.02 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_338921_Test.testLoadResourceAfterClearOnCleanResourceSet Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_338921_Test.testLoadResourceAfterClearOnDirtyResourceSet Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_338921_Test.testLoadResourceAfterSingleRemoval Time elapsed: 0.051 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_338921_Test.testRemoveDirtyResourceOnResourceSetWithMultipleResource Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_338921_Test.testRemoveDirtyResourceOnResourceSetWithSingleResource Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_339313_Test.test Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_339461_Test.test Time elapsed: 0.056 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_339908_Test.testIDAttribute Time elapsed: 0.022 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_340961_Test.testMultiUserWork Time elapsed: 0.062 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_340961_Test.testObjectChildren Time elapsed: 0.029 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_341875_Test.test Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_341995_Test.test Time elapsed: 2.066 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_342130_Test.test Time elapsed: 0.033 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_342135_Test.testDetachedCommitInfo Time elapsed: 0.018 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_343084_Test.testPermissionManagerREAD Time elapsed: 0.16 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_343084_Test.testPermissionManagerWRITE Time elapsed: 0.119 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_343332_Test.test Time elapsed: 0.018 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_349793_Test.testOpeningTransactionDuringInvalidation Time elapsed: 0.054 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_349804_Test.testDeadlockWithLocking Time elapsed: 0.022 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_349804_Test.testInvalidation Time elapsed: 0.019 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_350027_Test.testMoveFromLeftToRight Time elapsed: 0.005 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_350137_Test.testDefault Time elapsed: 0.047 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_350137_Test.testExplicitZero Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_350987_Test.testRestoringReferences Time elapsed: 0.018 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_351067_Test.testCommitBlob Time elapsed: 0.068 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_351096_Test.testCommit2Blob Time elapsed: 0.025 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_351096_Test.testCommit2Clob Time elapsed: 0.074 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_351393_Test.testExtRef Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_351921_Test.testDefaultValueNull Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_352204_Test.testWithReconstructSavepoints Time elapsed: 0.165 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_352204_Test.testWithoutReconstructSavepoints Time elapsed: 0.045 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_352303_Test.testReadBlob Time elapsed: 0.053 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_352832_Test.testNewSingle Time elapsed: 0.025 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_354395_Test.testContains Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_354395_Test.testIndexOf Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_355045_Test.testLockOnCommitOfSingleNewObject Time elapsed: 0.057 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_355045_Test.testRecursiveLockOfObjectsTreeContainingASubTreeOfNewObjects Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_355045_Test.testRecursiveLockOnCommitOfNewObjectsTree Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_355915_Test.testDeltaNotification Time elapsed: 0.053 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_355915_Test.testInvalidationNotification Time elapsed: 0.027 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_357441_Test.testManyListChanges Time elapsed: 0.401 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_359669_Test.testReloadFromIndex Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_359669_Test.testReloadFromIndexComplex Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_359966_Test.testWithReconstructSavepoints Time elapsed: 0.047 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_359966_Test.testWithoutPushTransaction Time elapsed: 0.069 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_359966_Test.testWithoutReconstructSavepoints Time elapsed: 0.085 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_359992_Test.testDeltaNotification Time elapsed: 0.021 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_359992_Test.testInvalidationNotification Time elapsed: 0.02 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_361819_Test.testDoubleRefreshBug Time elapsed: 0.055 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_362270_Test.testNotifierNotACDOLegacyAdapter Time elapsed: 0.123 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_362270b_Test.testRollback Time elapsed: 0.026 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_362270c_Test.testNotifierNotACDOLegacyAdapter Time elapsed: 0.072 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_362293_Test.testNewSingle Time elapsed: 0.026 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_363287_Test.testDetach Time elapsed: 0.057 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_363355_Test.testCDOTransactionDirtyOnInvalidation Time elapsed: 0.023 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_363355_Test.testCannotModifyFrozenRevisionOnInvalidation Time elapsed: 0.019 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_365204_Test.testAuditViewTimeSwitch Time elapsed: 0.054 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_365832_Test.testWithReconstructSavepoints Time elapsed: 0.098 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_365832_Test.testWithoutPushTransaction Time elapsed: 0.038 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_365832_Test.testWithoutReconstructSavepoints Time elapsed: 0.087 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_367738_Test.testOldValue_Attribute Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_367738_Test.testOldValue_ContainmentDetach Time elapsed: 0.069 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_367738_Test.testOldValue_ContainmentMove Time elapsed: 0.021 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_367738_Test.testOldValue_XRef Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_368223_Test.testRules1 Time elapsed: 1.178 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_369646_Test.testSetBranchWithPCL Time elapsed: 0.07 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_369646_Test.testSetBranchWithSubBranches Time elapsed: 0.018 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_370105_Test.testInsertInListOf5thSubBranch Time elapsed: 0.035 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_372307_Test.testMoveElementToOtherContainer Time elapsed: 0.051 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_372307_Test.testMoveElementToOtherContainerSingleValued Time elapsed: 0.02 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_373096_Test.testDragAndDrop Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_374418_Test.testControlUncontrol Time elapsed: 0.019 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_376075_Test.testTransientPut Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_376075_Test.testTransientRemove Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_376610_Test.testRemoveAllEnumLiterals Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_376610_Test.testRemoveOneEnumLiteral Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_376620_Test.testDeltaNotification Time elapsed: 0.054 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_376620b_Test.testBoolean Time elapsed: 0.024 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_376620b_Test.testByte Time elapsed: 0.022 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_376620b_Test.testChar Time elapsed: 0.06 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_376620b_Test.testDouble Time elapsed: 0.024 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_376620b_Test.testFloat Time elapsed: 0.063 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_376620b_Test.testInt Time elapsed: 0.023 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_376620b_Test.testLong Time elapsed: 0.023 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_376620b_Test.testShort Time elapsed: 0.057 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_377173_Test.testCancelCommitWithProgressMonitor Time elapsed: 2.129 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_377212_Test.testBalancedTree Time elapsed: 5.683 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_377212_Test.testBalancedTreeLocked Time elapsed: 3.016 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_381395_Test.testAdapterAddAfterCDOServerShutdown Time elapsed: 0.019 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_381395_Test.testAdapterAddAfterCDOViewClosed Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_381395_Test.testAdapterRemoveAfterCDOServerShutdown Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_381395_Test.testAdapterRemoveAfterCDOViewClosed Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_381472_Test.testCreateRepo Time elapsed: 0.034 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_381472_Test.testCreateRepoWithPropertiesCDOID Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_381472_Test.testCreateRepoWithPropertiesEmpty Time elapsed: 0.047 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_381472_Test.testCreateRepoWithPropertiesPrimitive Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_381472_Test.testCreateRepoWrongHandlerType Time elapsed: 0.111 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_381472_Test.testDeleteRepo Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_381472_Test.testDeleteRepoWrongHandlerType Time elapsed: 0.108 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_381472_Test.testInitial Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_381472_Test.testRepoAdded Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_381472_Test.testRepoAddedAdded Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_381472_Test.testRepoAddedEvent Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_381472_Test.testRepoAddedRemoved Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_381472_Test.testRepoAddedRemovedAdded Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_381472_Test.testRepoAddedRemovedAddedOther Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_381472_Test.testRepoRemovedEvent Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_381472_Test.testRepoStateChangedEvent Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_381472_Test.testRepoTypeChangedEvent Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_383370_Test.testSecondLevel Time elapsed: 0.046 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_383370_Test.testSecondLevelWithChildren Time elapsed: 0.02 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_383370_Test.testTopLevel Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_383370_Test.testTopLevelWithChildren Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_384496_Test.testSimplest Time elapsed: 0.019 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_385268_Test.testDetachment Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_385268_Test.testReattachment Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_385268_Test.testReattachment2 Time elapsed: 0.205 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_387563_Test.testPartialLockOnCommit Time elapsed: 0.053 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_387563_Test.testPartialUnlockOnCommit Time elapsed: 0.018 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_387563b_Test.testExplicitLockingAndUnlockingOfNewObject Time elapsed: 0.019 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_387563b_Test.testExplicitLockingOfNewObject Time elapsed: 0.054 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_387563b_Test.testExplicitLockingOfNewObjectExemption Time elapsed: 0.028 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_387563b_Test.testNoImplicitLockingOfNewObject Time elapsed: 0.021 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_387564_Test.testLockEventAfterInvalidationEventDifferentSession Time elapsed: 1.065 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_387564_Test.testLockEventAfterInvalidationEventSameSession Time elapsed: 1.019 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_390185_Test.testInvalidationDeadlock Time elapsed: 0.384 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_390283_Test.testAddAfterRemove Time elapsed: 0.022 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_390283_Test.testRemoveFromMiddle Time elapsed: 0.055 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_392956_Test.testPartialPersistence Time elapsed: 0.023 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_395685_Test.testCorrectOldValue Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_395999_Test.testTwiceGetCDOResourceOnResourceSetImpl Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_395999_Test.testTwiceGetXMIResourceOnResourceSetImpl Time elapsed: 0.042 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_396181_Test.testCreatePersist Time elapsed: 0.028 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_397822_Test.testClear_attribute Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_397822_Test.testRemoveAll_attribute Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_397822_Test.testRemoveAll_containment Time elapsed: 0.054 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_397948_Test.testContains Time elapsed: 0.018 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_397948_Test.testGet Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_397948_Test.testIndexOf Time elapsed: 0.052 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_397948_Test.testIsEmpty Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_397948_Test.testIterator Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_397948_Test.testLastIndexOf Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_397948_Test.testListIterator Time elapsed: 0.051 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_397948_Test.testListIteratorFromEnd Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_397948_Test.testSubList Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_397948_Test.testToArray Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_399279_Test.testRemoveAdapterViewsClosedAndResourcesRemoved Time elapsed: 0.049 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_399279_Test.testRemoveAdapterWhileResourcesStillLoaded Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_399279_Test.testRemoveAdapterWhileViewStillOpen Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_399470_Test.testUnload Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_399487_Test.testCommitSafeChanges Time elapsed: 0.308 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_399487_Test.testGroupInheritanceCycle Time elapsed: 0.166 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_399487_Test.testRemoveAdministratorAccess Time elapsed: 0.125 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_399641_Test.testContainerAwareFactories Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_399641_Test.testNet4jSessionFactory Time elapsed: 0.005 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_399956_Test.testDetachment Time elapsed: 0.067 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_400236_Test.testCommit Time elapsed: 0.07 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_400311_Test.testOneFeature Time elapsed: 0.022 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_400311_Test.testTwoFeaturesUndoOne Time elapsed: 0.02 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_400311b_Test.testTouchModificationDoNotMakeObjectsDirtyOnMultiValuedAttribute Time elapsed: 0.064 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_400311b_Test.testTouchModificationDoNotMakeObjectsDirtyOnMultiValuedAttributeMove Time elapsed: 0.027 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_400311b_Test.testTouchModificationDoNotMakeObjectsDirtyOnMultiValuedEnum Time elapsed: 0.025 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_400311b_Test.testTouchModificationDoNotMakeObjectsDirtyOnMultiValuedEnumMove Time elapsed: 0.025 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_400311b_Test.testTouchModificationDoNotMakeObjectsDirtyOnMultiValuedReference Time elapsed: 0.031 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_400311b_Test.testTouchModificationDoNotMakeObjectsDirtyOnMultiValuedReferenceMove Time elapsed: 0.066 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_400311b_Test.testTouchModificationDoNotMakeObjectsDirtyOnSingleValuedAttribute Time elapsed: 0.029 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_400311b_Test.testTouchModificationDoNotMakeObjectsDirtyOnSingleValuedEnum Time elapsed: 0.063 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_400311b_Test.testTouchModificationDoNotMakeObjectsDirtyOnSingleValuedReference Time elapsed: 0.024 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_400311b_Test.testUndoRevertsToCleanStateOnMultiValuedAttribute Time elapsed: 0.061 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_400311b_Test.testUndoRevertsToCleanStateOnMultiValuedAttributeMove Time elapsed: 0.024 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_400311b_Test.testUndoRevertsToCleanStateOnMultiValuedEnum Time elapsed: 0.022 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_400311b_Test.testUndoRevertsToCleanStateOnMultiValuedEnumMove Time elapsed: 0.057 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_400311b_Test.testUndoRevertsToCleanStateOnMultiValuedReference Time elapsed: 0.022 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_400311b_Test.testUndoRevertsToCleanStateOnMultiValuedReferenceMove Time elapsed: 0.021 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_400311b_Test.testUndoRevertsToCleanStateOnObjectCreation Time elapsed: 0.063 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_400311b_Test.testUndoRevertsToCleanStateOnSingleValuedAttribute Time elapsed: 0.022 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_400311b_Test.testUndoRevertsToCleanStateOnSingleValuedEnum Time elapsed: 0.023 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_400311b_Test.testUndoRevertsToCleanStateOnSingleValuedReference Time elapsed: 0.062 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_402142_Test.testCheckLockByOther Time elapsed: 0.02 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_402142_Test.testCheckLockByOtherAfterLockUnlock Time elapsed: 0.059 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_402142_Test.testLockUnlockOnElementMovedBetweenResources Time elapsed: 0.019 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_402670_Test.testRollbackOfBooleanValueChange Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_403681_Test.testImportEStructuralFeatureTypes Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_404318_Test.testUnloadedEClass Time elapsed: 0.057 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_405191_Test.testAllTypesSetAndDefault Time elapsed: 0.029 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_405191_Test.testAllTypesSetAndDefaultEMF Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_405191_Test.testAllTypesSetAndNull Time elapsed: 0.062 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_405191_Test.testAllTypesSetAndUnset Time elapsed: 0.022 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_405191_Test.testSetNonDefaultNullString Time elapsed: 0.025 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_405400_Test.testRecreateCDOResource Time elapsed: 0.054 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_405400_Test.testRecreateCDOResourceSeparateSession Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_405543_Test.testIsSetOnUnsettableReference Time elapsed: 0.02 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_405543_Test.testIsSetOnUnsettableReference2 Time elapsed: 0.02 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_405543_Test.testIsUnsetOnUnsettableReference Time elapsed: 0.027 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_405606_Test.testUnchunkedRevisionWithPCL Time elapsed: 0.024 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_405850_Test.testIndexOutOfBounds Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_407157_Test.testUndoRedo Time elapsed: 0.025 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_408534_Test.testListElementMove Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_409284_Test.testContainmentCycle Time elapsed: 0.023 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_409287_Test.testListenersOnRollback Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_411927_Test.testWithFailureAfterTimeStamp Time elapsed: 3.597 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_411927_Test.testWithFailureBeforeTimeStamp Time elapsed: 3.011 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_411927_Test.testWithoutFailure Time elapsed: 2.687 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_414949_Test.testEcoreUtilGetURIWithCDOLegacyWrapperBug Time elapsed: 0.087 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_415415_Test.testStaleReferenceRemove_FromLocallyDirtyObjectToRemotelyDetachedObject Time elapsed: 0.02 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_415415_Test.testStaleReferenceRemove_FromRemotelyDirtyObjectToLocallyDetachedObject Time elapsed: 0.048 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_415836_Test.testCDOTransaction_GetOrCreateBinaryResourceWithEmptyResourcePath Time elapsed: 0.033 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_415836_Test.testCDOTransaction_GetOrCreateBinaryResourceWithExistingResourceAndTimeoutException Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_415836_Test.testCDOTransaction_GetOrCreateBinaryResourceWithNullResourcePath Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_415836_Test.testCDOTransaction_GetOrCreateResourceFolderWithEmptyResourcePath Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_415836_Test.testCDOTransaction_GetOrCreateResourceFolderWithExistingResourceAndTimeoutException Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_415836_Test.testCDOTransaction_GetOrCreateResourceFolderWithNullResourcePath Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_415836_Test.testCDOTransaction_GetOrCreateResourceWithEmptyResourcePath Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_415836_Test.testCDOTransaction_GetOrCreateResourceWithExistingResourceAndTimeoutException Time elapsed: 0.051 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_415836_Test.testCDOTransaction_GetOrCreateResourceWithNullResourcePath Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_415836_Test.testCDOTransaction_GetOrCreateTextResourceWithEmptyResourcePath Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_415836_Test.testCDOTransaction_GetOrCreateTextResourceWithExistingResourceAndTimeoutException Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_415836_Test.testCDOTransaction_GetOrCreateTextResourceWithNullResourcePath Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_415836_Test.testEnableDisableTimeoutException Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_416298_Test.testGetSetFolderPath Time elapsed: 0.048 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_416298_Test.testGetSetResourcePath Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_416298_Test.testGetSetResourceURI Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_416366_Test.testImplicitEObjectFeatures Time elapsed: 0.022 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_416474_Test.testAllProperContentsNoTypeFilter Time elapsed: 0.061 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_416474_Test.testAllProperContentsTypeFilter Time elapsed: 0.018 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_416474_Test.testMatchesAnyStringAttribute Time elapsed: 0.077 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_416555_Test.testQueryInstances Time elapsed: 0.027 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_416555_Test.testQueryInstancesAsync Time elapsed: 0.022 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_417483_Test.testCommit_NoPermission Time elapsed: 0.166 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_417483_Test.testCommit_ReadPermission Time elapsed: 0.119 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_417483_Test.testCommit_WritePermission Time elapsed: 0.12 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_417483_Test.testLoad_NoPermission Time elapsed: 0.171 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_417483_Test.testLoad_ReadPermission Time elapsed: 0.179 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_417483_Test.testPassiveUpdates_Additions Time elapsed: 0.139 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_417483_Test.testPassiveUpdates_Additions_WithEditingDomain Time elapsed: 0.169 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_417483_Test.testPassiveUpdates_Changes Time elapsed: 0.137 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_417483_Test.testPassiveUpdates_Changes_WithEditingDomain Time elapsed: 0.177 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_417483_Test.testPassiveUpdates_Invalidations Time elapsed: 0.169 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_417483_Test.testPassiveUpdates_InvalidationsWithEditingDomain Time elapsed: 0.136 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_417483_Test.testRemoveUser Time elapsed: 0.183 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_417782_Test.testEObjectReference Time elapsed: 0.018 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_417844_Test.testInvalidationRunnerLifecycle Time elapsed: 0.511 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_418267_Test.testMoveFromNoneToNone Time elapsed: 0.104 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_418267_Test.testMoveFromNoneToRead Time elapsed: 0.176 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_418267_Test.testMoveFromNoneToWrite Time elapsed: 0.175 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_418267_Test.testMoveFromReadToNone Time elapsed: 0.142 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_418267_Test.testMoveFromReadToRead Time elapsed: 0.197 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_418267_Test.testMoveFromReadToWrite Time elapsed: 0.173 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_418267_Test.testMoveFromWriteToNone Time elapsed: 0.18 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_418267_Test.testMoveFromWriteToRead Time elapsed: 0.145 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_418267_Test.testMoveFromWriteToWrite Time elapsed: 0.183 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_419574_Test.testConflict Time elapsed: 0.07 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_421287_Test.testAsyncQueryForUnknownEClass Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_421287_Test.testSyncQueryForUnknownEClass Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_422170_Test.testPermissionsWithDetachedObject Time elapsed: 0.138 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_423699_Test.testUnlockDeletedElementsWithDurableLockingAndAutoReleaseLocks Time elapsed: 0.063 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_423699_Test.testUnlockDeletedElementsWithDurableLockingAndNoAutoReleaseLocks Time elapsed: 0.026 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_423699_Test.testUnlockDeletedElementsWithNoDurableLockingAndAutoReleaseLocks Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_423699_Test.testUnlockDeletedElementsWithNoDurableLockingAndNoAutoReleaseLocks Time elapsed: 0.051 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_427773_Test.testParallelAuthenticatedSessionOpening Time elapsed: 0.699 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_429659_Test.testUnsetOnNonUnsettableMultiValuedFeatureCDOResource Time elapsed: 0.02 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_429659_Test.testUnsetOnNonUnsettableMultiValuedFeatureXMIResource Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_429659_Test.testUnsetOnNonUnsettableSingleValuedAttributeCDOResource Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_429659_Test.testUnsetOnNonUnsettableSingleValuedAttributeXMIResource Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_429659_Test.testUnsetOnUnsettableMultiValuedFeatureCDOResource Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_429659_Test.testUnsetOnUnsettableMultiValuedFeatureXMIResource Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_429659_Test.testUnsetOnUnsettableSingleValuedAttributeCDOResource Time elapsed: 0.057 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_429659_Test.testUnsetOnUnsettableSingleValuedAttributeXMIResource Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_429709_Test.testContainmentAddAddSet Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_429709_Test.testContainmentAddSet Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_429709_Test.testContainmentSetSet Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_430251_Test.testMemoryLeakOnResourceSet Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_430794_Test.testConflictResolutionWithSavepoint Time elapsed: 0.021 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_430836_Test.testXRefQueryOnBranchOtherThenMain Time elapsed: 0.022 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_435198_Test.testAbstractCDOView_GetObjectWithCDOResourceId_ResourceSetAddition Time elapsed: 0.052 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_435198_Test.testAbstractCDOView_GetObject_ResourceSetAddition Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_435198_Test.testAbstractCDOView_GetResource_ResourceSetAddition Time elapsed: 0.022 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_436246_Test.testCDORevisionCDOFetchRuleOnOtherBranchWithChanges Time elapsed: 0.086 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_436246_Test.testCDORevisionPrefetchOnMainBranch Time elapsed: 0.023 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_436246_Test.testCDORevisionPrefetchOnOtherBranch Time elapsed: 0.055 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_436246_Test.testCDORevisionPrefetchOnOtherBranchWithChanges Time elapsed: 0.041 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_438682_Test.testUnsetNonUnsettableFeatureAndCommit Time elapsed: 0.055 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_438682_Test.testUnsetUnsettableFeatureAndCommit Time elapsed: 0.019 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_439173_Test.testSwitchTargetVersion Time elapsed: 0.023 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_439173_Test.testSwitchTargetVersionResourceID Time elapsed: 0.058 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_439337_Test.testCDOLockStateWithPrefetch Time elapsed: 1.027 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_439337_Test.testCDOLockStateWithoutPrefetch Time elapsed: 0.027 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_439843_Test.testLegacyOpposite_Multiple Time elapsed: 0.044 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_441136_Test.testRequestWithMonitoringWithProgressMonitor Time elapsed: 5.017 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_441136_Test.testRequestWithMonitoringWithoutProgressMonitor Time elapsed: 5.018 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_442178_Test.testCDORevisionUtil_GetResourceNodePath_WithCDOResource Time elapsed: 0.025 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_442178_Test.testCDORevisionUtil_GetResourceNodePath_WithCDOResourceFolder Time elapsed: 0.023 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_442178_Test.testCDORevisionUtil_GetResourceNodePath_WithNotRootCDOObject Time elapsed: 0.021 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_442178_Test.testCDORevisionUtil_GetResourceNodePath_WithNotRootCDOObjectInFragmentedResource Time elapsed: 0.02 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_442178_Test.testCDORevisionUtil_GetResourceNodePath_WithRootCDOObject Time elapsed: 0.065 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_442178_Test.testCDORevisionUtil_GetResourceNodePath_WithRootCDOObjectInFragmentedResource Time elapsed: 0.019 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_443281_Test.testCDOResource_setURI Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_443281_Test.testXMIResource_setURI Time elapsed: 0.005 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_447593_Test.testTwiceCDOTransactionSetBranch Time elapsed: 0.021 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_447912_Test.testCDOBranch_getBranches Time elapsed: 0.042 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_449171_Test.testCommitNotificationIndicationCDOCommitInfoDecoding Time elapsed: 0.02 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_449665_Test.testCDOObject_GetLockState Time elapsed: 0.019 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_449665_Test.testCDOResource_GetLockState Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_449806_Test.testCDOFeatureAnalyzerModelBased Time elapsed: 0.055 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_449806_Test.testCDOFeatureAnalyzerUI Time elapsed: 0.025 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_450880_Test.testCDODeltaNotificationGetValueWithEnumTypedAttributeOnCDOResource Time elapsed: 0.019 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_450880_Test.testCDODeltaNotificationGetValueWithEnumTypedAttributeOnXMIResource Time elapsed: 0.043 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_456993_Test.testAllInstancesInstancesQueryOnBranches Time elapsed: 0.035 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_456993_Test.testAllInstancesOCLQueryOnBranches Time elapsed: 0.11 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_458279_Test.testCDOMergingConflictResolverWithoutChangeSubscriptionRequestWithAdditionsPassiveUpdateMode Time elapsed: 0.054 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_458279_Test.testCDOMergingConflictResolverWithoutChangeSubscriptionRequestWithChangesPassiveUpdateMode Time elapsed: 0.018 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_458279_Test.testCDOMergingConflictResolverWithoutChangeSubscriptionRequestWithInvalidationsPassiveUpdateMode Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_459104_Test.testCDOObject_GetLockState Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_462953_Test.testRollBackWithACustomEContentAdapter Time elapsed: 0.058 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_464590_Test.testEObjectEIsSetWithXMIResource Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_465115_Test.testCDOUtilGetViewSet Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_466721_Test.testObjectNotFoundExceptionWithLockStatePrefetchEnabled Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_466951_Test.testCDOObjectCDOLockState Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_467075_Test.testResourceSetRemoveCDOResource Time elapsed: 0.05 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_467075_Test.testResourceSetRemoveXMIResource Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_467174_Test.testCDOObject_LockStateAndRevisionPrefetch Time elapsed: 0.018 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_467593_Test.testEListHashCodeOnRefBeforeCommitWithCDOResource Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_467593_Test.testEListHashCodeOnRefBeforeCommitWithXMIResource Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_467616_Test.testTupleOCLQuery Time elapsed: 0.063 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_468268_Test.testHashCodeCallOnAllFields Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_469301_Test.testLockDetachedObject Time elapsed: 0.021 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_485394_Test.testReferentialIntegrityWithContainmentProxy Time elapsed: 0.051 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_485487_Test.testTimeoutDuringCommit Time elapsed: 2.146 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_485489_Test.testTransactionCommitAfterAutoLocker Time elapsed: 0.722 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_485489_Test.testViewCloseAfterAutoLocker Time elapsed: 0.72 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_485961_Test.testProperContents Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_491499_Test.testObjectOrderWithObjectHandler Time elapsed: 0.482 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_492898_Test.testReferenceToExternalObject Time elapsed: 0.019 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_492898_Test.testTouchModificationOnReferenceToExternalObject Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_494954_Test.testFolderNameChange Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_494954_Test.testFolderNameChangeInOtherTransaction Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_494954_Test.testFolderNameGenChange Time elapsed: 0.041 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_500864_Test.testCommitDataAfterDeletion Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_501607_Test.testCommitChangesWhenModifyingRealmFirst Time elapsed: 0.118 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_503564_Test.testSetFeatureDelta_CDOID Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_503564_Test.testSetFeatureDelta_String Time elapsed: 0.067 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_503573_Test.testCustomDatatype_Single Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_505654_Test.testCrossMerge Time elapsed: 0.022 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_505654_Test.testCrossMergeAndAdditionsAndRemerges Time elapsed: 0.028 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_505654_Test.testCrossMergeAndAdditionsAndRemerges_SameList Time elapsed: 0.028 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_505654_Test.testCrossMergeAndMultipleRemerges Time elapsed: 0.026 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_505654_Test.testCrossMergeAndMultipleRemerges_SameList Time elapsed: 0.026 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_505654_Test.testCrossMergeAndRemerge Time elapsed: 0.061 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_505654_Test.testCrossMergeAndRemerge_SameList Time elapsed: 0.021 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_505654_Test.testCrossMerge_SameList Time elapsed: 0.019 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_505654_Test.testMergeAndCrossMergeAndRemerge Time elapsed: 0.059 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_505654_Test.testMergeAndCrossMergeAndRemerge_SameList Time elapsed: 0.021 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_505654_Test.testMultipleRemerges Time elapsed: 0.063 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_505654_Test.testMultipleRemerges_SameList Time elapsed: 0.023 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_516824_Test.testSetBranch Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_516824_Test.testSetBranchLegacy Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_517168_Test.testDeletedXRef_ManyValue Time elapsed: 0.059 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_517168_Test.testDeletedXRef_SingleValue Time elapsed: 0.018 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_517168_Test.testDuplicateXRef_SingleValue Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_517225_Test.testStringCompressorLeak Time elapsed: 6.264 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_528129_Test.testMoveToPersistentContainment Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_528129_Test.testMoveToTransientContainment Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_528129_Test.testMoveWithinView Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_528129_Test.testPersistentContainment Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_528129_Test.testPersistentContainmentTree Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_528129_Test.testTransientContainment Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_528129_Test.testTransientContainmentTree Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_530498_Test.testNoNullRevisionAfterTransactionRollback Time elapsed: 0.029 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_541003_Test.testLockStateWithPrefetcher Time elapsed: 0.025 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_541003_Test.testLockStateWithoutPrefetcher Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_541437_Test.testUUIDWithoutOverride Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_547640_Test.testCommitConflictResolver_OneCommit Time elapsed: 0.064 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_547640_Test.testCommitConflictResolver_TwoCommits Time elapsed: 0.022 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_552043_Test.testRollbackInverseCrossReferencer Time elapsed: 0.056 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_552043_Test.testRollbackInverseCrossReferencer_WithAttachedRevisionsMap Time elapsed: 0.019 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_552043_Test.testRollbackMultipleNewObject Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_552043_Test.testRollbackMultipleNewObject_WithAttachedRevisionsMap Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_552043_Test.testRollbackNewObject Time elapsed: 0.051 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_552043_Test.testRollbackNewObject_WithAttachedRevisionsMap Time elapsed: 0.018 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_560280_Test.testDeadlockBetweenInvalidationAndCommit Time elapsed: 0.193 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_560957_Test.testDeadlockOnViewGetBranch Time elapsed: 0.021 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_561250_Test.testMapInitialization Time elapsed: 0.019 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_562011_Test.testDocumentRoot_FeatureMap Time elapsed: 0.073 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_562246_Test.testLockAutoReleasePropagation_DifferentSession Time elapsed: 0.42 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_562246_Test.testLockAutoReleasePropagation_SameSession Time elapsed: 0.416 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_563616_Test.testImportProxyObject Time elapsed: 0.073 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_566582_Test.testSubFolderDelete Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_576893_Test.testLockStatePrefetching Time elapsed: 0.08 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_576893_Test.testPrefetcherManager Time elapsed: 0.172 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_579786_Test.testDisableResponseTimeout Time elapsed: 1.611 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_579786_Test.testSlowQueryHandler Time elapsed: 1.611 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_580001_Test.testTypeHandler Time elapsed: 0.018 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_580974_Test.testCacheAdapter Time elapsed: 0.027 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_580991_Test.testDurableLockRelease Time elapsed: 0.036 s Results: Tests run: 1838, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] ----------< org.eclipse.emf.cdo:org.eclipse.net4j.db.oracle >----------- [INFO] Building org.eclipse.net4j.db.oracle 1.3.5-SNAPSHOT [117/177] [INFO] from plugins/org.eclipse.net4j.db.oracle/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.net4j.db.oracle --- [INFO] [INFO] --- tycho-packaging:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.net4j.db.oracle --- [INFO] The project's OSGi version is 1.3.5.v20231122-0952 [INFO] [INFO] --- tycho-packaging:3.0.5:validate-id (default-validate-id) @ org.eclipse.net4j.db.oracle --- [INFO] [INFO] --- tycho-packaging:3.0.5:validate-version (default-validate-version) @ org.eclipse.net4j.db.oracle --- [INFO] [INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.net4j.db.oracle --- [INFO] [INFO] --- tycho-compiler:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.net4j.db.oracle --- [INFO] Resolving class path of org.eclipse.net4j.db.oracle... [INFO] [INFO] --- properties:1.0.0:read-project-properties (default) @ org.eclipse.net4j.db.oracle --- [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.net4j.db.oracle --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- tycho-compiler:3.0.5:compile (default-compile) @ org.eclipse.net4j.db.oracle --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.db.oracle/target/classes [INFO] [INFO] --- tycho-ds:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.net4j.db.oracle --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.net4j.db.oracle --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.db.oracle/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.5:testCompile (default-testCompile) @ org.eclipse.net4j.db.oracle --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.net4j.db.oracle --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.net4j.db.oracle --- [INFO] [INFO] --- tycho-source:3.0.5:plugin-source (attach-source) @ org.eclipse.net4j.db.oracle --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.db.oracle/target/org.eclipse.net4j.db.oracle-1.3.5-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.net4j.db.oracle --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.db.oracle/target/org.eclipse.net4j.db.oracle-1.3.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.net4j.db.oracle --- [INFO] [INFO] --- eclipse-jarsigner:1.3.3:sign (sign) @ org.eclipse.net4j.db.oracle --- [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.db.oracle/target/org.eclipse.net4j.db.oracle-1.3.5-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.db.oracle/target/org.eclipse.net4j.db.oracle-1.3.5-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.net4j.db.oracle --- [INFO] [INFO] --- tycho-surefire:3.0.5:integration-test (default-integration-test) @ org.eclipse.net4j.db.oracle --- [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.net4j.db.oracle --- [INFO] No tests to run. [INFO] [INFO] ----------< org.eclipse.emf.cdo:org.eclipse.emf.cdo.tests.db >---------- [INFO] Building org.eclipse.emf.cdo.tests.db 4.2.1-SNAPSHOT [118/177] [INFO] from plugins/org.eclipse.emf.cdo.tests.db/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.emf.cdo.tests.db --- [INFO] [INFO] --- tycho-packaging:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.emf.cdo.tests.db --- [INFO] The project's OSGi version is 4.2.1.v20231122-0952 [INFO] [INFO] --- tycho-packaging:3.0.5:validate-id (default-validate-id) @ org.eclipse.emf.cdo.tests.db --- [INFO] [INFO] --- tycho-packaging:3.0.5:validate-version (default-validate-version) @ org.eclipse.emf.cdo.tests.db --- [INFO] [INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.emf.cdo.tests.db --- [INFO] [INFO] --- tycho-compiler:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.emf.cdo.tests.db --- [INFO] Resolving class path of org.eclipse.emf.cdo.tests.db... [INFO] [INFO] --- properties:1.0.0:read-project-properties (default) @ org.eclipse.emf.cdo.tests.db --- [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.emf.cdo.tests.db --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.db/src/main/resources [INFO] [INFO] --- tycho-compiler:3.0.5:compile (default-compile) @ org.eclipse.emf.cdo.tests.db --- [INFO] Compiling 50 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.db/target/classes [INFO] [INFO] --- tycho-ds:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.emf.cdo.tests.db --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.emf.cdo.tests.db --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.db/src/test/resources [INFO] [INFO] --- tycho-packaging:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.cdo.tests.db --- [INFO] [INFO] --- tycho-source:3.0.5:plugin-source (attach-source) @ org.eclipse.emf.cdo.tests.db --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.db/target/org.eclipse.emf.cdo.tests.db-4.2.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.emf.cdo.tests.db --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.db/target/org.eclipse.emf.cdo.tests.db-4.2.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.cdo.tests.db --- [INFO] [INFO] --- eclipse-jarsigner:1.3.3:sign (sign) @ org.eclipse.emf.cdo.tests.db --- [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.db/target/org.eclipse.emf.cdo.tests.db-4.2.1-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.db/target/org.eclipse.emf.cdo.tests.db-4.2.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.cdo.tests.db --- [INFO] [INFO] --- tycho-surefire:3.0.5:test (default-test) @ org.eclipse.emf.cdo.tests.db --- [INFO] Could not find a java toolchain of type jdk, using java from JAVA_HOME instead (/opt/tools/java/openjdk/jdk-17/latest/bin/java) [INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.db/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-17/latest/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -Ddisable.main.suite.finished=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.800.v20240426-1701/org.eclipse.equinox.launcher-1.6.800.v20240426-1701.jar, -data, /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.db/target/work/data, -install, /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.db/target/work, -configuration, /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.db/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.db/target/surefire.properties] Running org.eclipse.emf.cdo.tests.db.IntegrationTestsBranching ******************************************************* Net4jDBTest.testBigInt [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Net4jDBTest.testBinary [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Net4jDBTest.testBit [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Net4jDBTest.testBlob [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Net4jDBTest.testBlobLength0 [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Net4jDBTest.testBoolean [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Net4jDBTest.testChar [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Net4jDBTest.testClob [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Net4jDBTest.testClobLength0 [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Net4jDBTest.testDate [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Net4jDBTest.testDouble [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Net4jDBTest.testFloat [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Net4jDBTest.testInteger [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Net4jDBTest.testLongVarBinary [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Net4jDBTest.testLongVarChar [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Net4jDBTest.testReal [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Net4jDBTest.testSmallInt [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Net4jDBTest.testTime [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Net4jDBTest.testTimestamp [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Net4jDBTest.testTinyInt [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Net4jDBTest.testVarBinary [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Net4jDBTest.testVarChar [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* DBAnnotationsTest.testColumnNameAnnotationByMetaData [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* DBAnnotationsTest.testColumnNameTypeAnnotationByMetaData [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* DBAnnotationsTest.testLengthAnnotationByMetaData [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* DBAnnotationsTest.testLengthAnnotationNegative [H2-branching-ranges, JVM, Native] ******************************************************* [ERROR] org.h2.jdbc.JdbcSQLException: Value too long for column """name"" VARCHAR(8)": "'012345678' (9)"; SQL statement: INSERT INTO "repo1"."model1_dynamic3_Product1"("cdo_id", "cdo_version", "cdo_branch", "cdo_created", "cdo_revised", "cdo_resource", "cdo_container", "cdo_feature", "name", "vat", "orderDetails", "otherVATs") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [22001-168] org.eclipse.net4j.db.DBException: org.h2.jdbc.JdbcSQLException: Value too long for column """name"" VARCHAR(8)": "'012345678' (9)"; SQL statement: INSERT INTO "repo1"."model1_dynamic3_Product1"("cdo_id", "cdo_version", "cdo_branch", "cdo_created", "cdo_revised", "cdo_resource", "cdo_container", "cdo_feature", "name", "vat", "orderDetails", "otherVATs") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [22001-168] at org.eclipse.emf.cdo.server.internal.db.mapping.horizontal.HorizontalBranchingClassMapping.writeValues(HorizontalBranchingClassMapping.java:480) at org.eclipse.emf.cdo.server.internal.db.mapping.horizontal.HorizontalBranchingClassMapping.writeRevision(HorizontalBranchingClassMapping.java:681) at org.eclipse.emf.cdo.server.internal.db.DBStoreAccessor.writeRevision(DBStoreAccessor.java:474) at org.eclipse.emf.cdo.server.internal.db.DBStoreAccessor.writeRevisions(DBStoreAccessor.java:439) at org.eclipse.emf.cdo.server.internal.db.DBStoreAccessor.writeNewObjectRevisions(DBStoreAccessor.java:423) at org.eclipse.emf.cdo.spi.server.StoreAccessor.doWrite(StoreAccessor.java:119) at org.eclipse.emf.cdo.server.internal.db.DBStoreAccessor.doWrite(DBStoreAccessor.java:724) at org.eclipse.emf.cdo.spi.server.StoreAccessorBase.write(StoreAccessorBase.java:144) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.writeAccessor(TransactionCommitContext.java:1894) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.write(TransactionCommitContext.java:839) at org.eclipse.emf.cdo.spi.server.InternalCommitContext$1.runLoop(InternalCommitContext.java:49) at org.eclipse.emf.cdo.spi.server.InternalCommitContext$1.runLoop(InternalCommitContext.java:1) at org.eclipse.net4j.util.om.monitor.ProgressDistributor.run(ProgressDistributor.java:95) at org.eclipse.emf.cdo.internal.server.Repository.commitUnsynced(Repository.java:1562) at org.eclipse.emf.cdo.internal.server.Repository.commit(Repository.java:1550) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicatingCommit(CommitTransactionIndication.java:283) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicating(CommitTransactionIndication.java:96) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerIndicationWithMonitoring.indicating(CDOServerIndicationWithMonitoring.java:118) at org.eclipse.net4j.signal.IndicationWithMonitoring.indicating(IndicationWithMonitoring.java:62) at org.eclipse.net4j.signal.IndicationWithResponse.doExtendedInput(IndicationWithResponse.java:94) at org.eclipse.net4j.signal.Signal.doInput(Signal.java:434) at org.eclipse.net4j.signal.IndicationWithResponse.execute(IndicationWithResponse.java:72) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) Caused by: org.h2.jdbc.JdbcSQLException: Value too long for column """name"" VARCHAR(8)": "'012345678' (9)"; SQL statement: INSERT INTO "repo1"."model1_dynamic3_Product1"("cdo_id", "cdo_version", "cdo_branch", "cdo_created", "cdo_revised", "cdo_resource", "cdo_container", "cdo_feature", "name", "vat", "orderDetails", "otherVATs") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [22001-168] at org.h2.message.DbException.getJdbcSQLException(DbException.java:329) at org.h2.message.DbException.get(DbException.java:169) at org.h2.table.Column.validateConvertUpdateSequence(Column.java:315) at org.h2.table.Table.validateConvertUpdateSequence(Table.java:689) at org.h2.command.dml.Insert.insertRows(Insert.java:120) at org.h2.command.dml.Insert.update(Insert.java:84) at org.h2.command.CommandContainer.update(CommandContainer.java:75) at org.h2.command.Command.executeUpdate(Command.java:230) at org.h2.jdbc.JdbcPreparedStatement.executeUpdateInternal(JdbcPreparedStatement.java:156) at org.h2.jdbc.JdbcPreparedStatement.executeUpdate(JdbcPreparedStatement.java:142) at org.eclipse.net4j.db.jdbc.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:89) at org.eclipse.net4j.db.DBUtil.update(DBUtil.java:1018) at org.eclipse.emf.cdo.server.internal.db.mapping.horizontal.HorizontalBranchingClassMapping.writeValues(HorizontalBranchingClassMapping.java:476) ... 27 more ******************************************************* DBAnnotationsTest.testLengthAnnotationPositive [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* DBAnnotationsTest.testTableMappingAnnotationByMetaData [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* DBAnnotationsTest.testTableNameAnnotationByMetaData [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* DBAnnotationsTest.testTypeAnnotationByMetaData [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* DBStoreTest.testInsertNull [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* DBStoreTest.testStoreCustom [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* DBStoreTest.testStoreDate [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* DBStoreTest.testStoreStringContainingBackslash [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* DBStoreTest.testStoreStringContainingDoubleQuote [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* DBStoreTest.testStoreStringContainingSingleQuote [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* DBStoreTest.testStoreStringContainingTwoSingleQuote [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* DBStoreTest.testStoreStringTrailingBackslash [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* DBStoreTest.testStoreStringTrailingDoubleQuote [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* DBStoreTest.testStoreStringTrailingSingleQuote [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* DBStoreTest.testStoreStringTrailingTwoSingleQuote [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* DBStoreTest.testUnderscoreClass [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* DBStoreTest.testUnderscoreFeature [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* CustomTypeMappingTest.testCustomTypeMapping [H2-branching-ranges, JVM, Native] ******************************************************* [WARN] Runtime removal of ITypeMapping.Factory extensions is currently not supported. ******************************************************* SQLQueryTest.testComplexQuerySalesOrderJoinCustomerProduct [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* SQLQueryTest.testDateParameter [H2-branching-ranges, JVM, Native] ******************************************************* 2020-05-02 06:45:14-000 ******************************************************* SQLQueryTest.testFunctions [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* SQLQueryTest.testIterator [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* SQLQueryTest.testIteratorCancelation [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* SQLQueryTest.testNonCDOObjectQueries_Complex [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* SQLQueryTest.testNonCDOObjectQueries_Complex_MAP [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* SQLQueryTest.testPaging [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* SQLQueryTest.testSimpleQueries [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* AdapterManagerTest.testStrongReferencePolicy_ALL [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* AdapterManagerTest.testStrongReferencePolicy_ALL_AttachObject [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* AdapterManagerTest.testStrongReferencePolicy_ALL_DetachObject [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* AdapterManagerTest.testStrongReferencePolicy_NONE [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* AttributeTest.testBigDecimalAndBigInteger [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* AttributeTest.testBigDecimalAndBigIntegerNull [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* AttributeTest.testByteArray [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* AttributeTest.testByteArrayEmpty [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* AttributeTest.testByteArrayNull [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* AttributeTest.testEnumDefaults [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* AttributeTest.testJavaClass [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* AttributeTest.testJavaObject [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* AttributeTest.testManyValuedCustomDataType_Bugzilla_319950 [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* AttributeTest.testManyValuedCustomDataType_Contains [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* AttributeTest.testManyValuedCustomDataType_ContainsAll [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* AttributeTest.testManyValuedCustomDataType_Get [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* AttributeTest.testManyValuedCustomDataType_IndexOf [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* AttributeTest.testManyValuedCustomDataType_LastIndexOf [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* AttributeTest.testNillableAttributeOfCustomType [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* AttributeTest.testPrimitiveDefaults [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* AuditEMapTest.testAuditedEMap [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* AuditSameSessionTest.testAddingContents [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* AuditSameSessionTest.testCanCreateAuditAtRepoCreationTime [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* AuditSameSessionTest.testCannotCreateAuditWithTimestampPriorToRepo [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* AuditSameSessionTest.testCannotSetAuditTimestampPriorToRepo [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* AuditSameSessionTest.testChangePath [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* AuditSameSessionTest.testChangeURI [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* AuditSameSessionTest.testChangedAudit [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* AuditSameSessionTest.testConsistentHistoryForIsMany [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* AuditSameSessionTest.testKeepHandle [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* AuditSameSessionTest.testNewAudit [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* AuditSameSessionTest.testRemovingContents [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* AuditSameSessionTest.testRemovingContentsKeepHandle [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* AuditSameSessionTest.testRepositoryCreationTime [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* AuditSameSessionTest.testRepositoryTime [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* AuditTest.testAddingContents [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* AuditTest.testCanCreateAuditAtRepoCreationTime [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* AuditTest.testCannotCreateAuditWithTimestampPriorToRepo [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* AuditTest.testCannotSetAuditTimestampPriorToRepo [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* AuditTest.testChangePath [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* AuditTest.testChangeURI [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* AuditTest.testChangedAudit [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* AuditTest.testConsistentHistoryForIsMany [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* AuditTest.testKeepHandle [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* AuditTest.testNewAudit [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* AuditTest.testRemovingContents [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* AuditTest.testRemovingContentsKeepHandle [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* AutoAttacherTest.testAddingObjectAndCrawl [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* AutoAttacherTest.testSimple [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* BackupBinaryTest.testImport [H2-branching-ranges, JVM, Native] ******************************************************* repo1repo1��<��2�<�Ì���������1http://www.eclipse.org/emf/CDO/tests/model1/1.0.0������1 1http://www.eclipse.org/emf/CDO/tests/model1/1.0.0MAIN�����1:http://www.eclipse.org/emf/CDO/Eresource/4.0.0#CDOResource������1�����1�:http://www.eclipse.org/emf/CDO/Eresource/4.0.0#CDOResource������1��:http://www.eclipse.org/emf/CDO/Eresource/4.0.0#CDOResource������1�����1�res1���:http://www.eclipse.org/emf/CDO/Eresource/4.0.0#CDOResource������1�res1����:http://www.eclipse.org/emf/CDO/tests/model1/1.0.0#Customer������1�����1�Eike:http://www.eclipse.org/emf/CDO/tests/model1/1.0.0#Customer������1�Eike�:http://www.eclipse.org/emf/CDO/tests/model1/1.0.0#Customer������1�Jos:http://www.eclipse.org/emf/CDO/tests/model1/1.0.0#Customer������1�Simon=http://www.eclipse.org/emf/CDO/tests/model1/1.0.0#OrderDetail������1�� [INFO] Dropping all tables from repository repo2... [INFO] The CDO system tables are not found in schema "repo2"! Other schemas may contain a CDO repository: repo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' CDOResourceFolder@OID2("BackupBinaryTest_testImport") CDOResource@OID3("cdo://repo2/BackupBinaryTest_testImport/res1") Customer@OID4 Customer@OID5 Customer@OID6 SalesOrder@OID7 OrderDetail@OID8 ******************************************************* BackupBinaryTest.testImportBlob [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: repo2 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' repo1repo1��<�č�<������������1http://www.eclipse.org/emf/CDO/tests/model3/1.0.0�����1"m 1http://www.eclipse.org/emf/CDO/tests/model3/1.0.05http://www.eclipse.org/emf/CDO/tests/subpackage/1.0.0MAIN�����1:http://www.eclipse.org/emf/CDO/Eresource/4.0.0#CDOResource������1����1�:http://www.eclipse.org/emf/CDO/Eresource/4.0.0#CDOResource�����1��:http://www.eclipse.org/emf/CDO/Eresource/4.0.0#CDOResource�����1�res1�7http://www.eclipse.org/emf/CDO/tests/model3/1.0.0#Image�����1���������� B|ʝ'�ő�jT�@http://www.eclipse.org/emf/CDO/Eresource/4.0.0#CDOResourceFolder�����1�BackupBinaryTest_testImportBlob�������� B|ʝ'�ő�j��
����1�����1�����1�����1 CDO_SYSTEM � [INFO] Dropping all tables from repository repo2... [INFO] The CDO system tables are not found in schema "repo2"! Other schemas may contain a CDO repository: repo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' CDOResourceFolder@OID2("BackupBinaryTest_testImportBlob") CDOResource@OID3("cdo://repo2/BackupBinaryTest_testImportBlob/res1") Image@OID4 ******************************************************* BackupBinaryTest.testImportByteArray [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: repo2 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' repo1repo1��<����<��0���������1http://www.eclipse.org/emf/CDO/tests/model6/1.0.0������10
1http://www.eclipse.org/emf/CDO/tests/model6/1.0.0MAIN�����1:http://www.eclipse.org/emf/CDO/Eresource/4.0.0#CDOResource������1�����1�:http://www.eclipse.org/emf/CDO/Eresource/4.0.0#CDOResource������1��:http://www.eclipse.org/emf/CDO/Eresource/4.0.0#CDOResource������1�res1�Fhttp://www.eclipse.org/emf/CDO/tests/model6/1.0.0#UnsettableAttributes������1� ����@http://www.eclipse.org/emf/CDO/Eresource/4.0.0#CDOResourceFolder������1�$BackupBinaryTest_testImportByteArray������1�����1�����1�����1 CDO_SYSTEM � [INFO] Dropping all tables from repository repo2... [INFO] The CDO system tables are not found in schema "repo2"! Other schemas may contain a CDO repository: repo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' CDOResourceFolder@OID2("BackupBinaryTest_testImportByteArray") CDOResource@OID3("cdo://repo2/BackupBinaryTest_testImportByteArray/res1") UnsettableAttributes@OID4 ******************************************************* BackupBinaryTest.testImportClob [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: repo2 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' repo1repo1��<����<��<���������1http://www.eclipse.org/emf/CDO/tests/model3/1.0.0������1"m 1http://www.eclipse.org/emf/CDO/tests/model3/1.0.05http://www.eclipse.org/emf/CDO/tests/subpackage/1.0.0MAIN�����1:http://www.eclipse.org/emf/CDO/Eresource/4.0.0#CDOResource������1�����1�:http://www.eclipse.org/emf/CDO/Eresource/4.0.0#CDOResource������1��:http://www.eclipse.org/emf/CDO/Eresource/4.0.0#CDOResource������1�res1�@http://www.eclipse.org/emf/CDO/Eresource/4.0.0#CDOResourceFolder������1�BackupBinaryTest_testImportClob�6http://www.eclipse.org/emf/CDO/tests/model3/1.0.0#File������1� Ecore.uml ��mԅ�sVsR����o���T� ��mԅ�sVsR����o��Ń�<?xml version="1.0" encoding="UTF-8"?> <xmi:XMI xmi:version="2.1" xmlns:xmi="http://schema.omg.org/spec/XMI/2.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:Ecore="http://www.eclipse.org/uml2/schemas/Ecore/4" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" xmlns:uml="http://www.eclipse.org/uml2/2.1.0/UML" xsi:schemaLocation="http://www.eclipse.org/uml2/schemas/Ecore/4 pathmap://UML_PROFILES/Ecore.profile.uml#_B7dOIMEREduRdatXodjBjA"> <uml:Model xmi:id="_SeWiQMX_EduPJbEsMYXjUQ" name="Ecor�"> <packagedElement xmi:type="uml:Class" xmi:id="_SeWj6cX_EduPJbEsMYXjUQ" name="EAnnotation"> <eAnnotations xmi:id="_SeWj6sX_EduPJbEsMYXjUQ" source="http://www.eclipse.org/emf/2002/Ecore"> <details xmi:id="_SeWj68X_EduPJbEsMYXjUQ" key="constraints" value="WellFormedSourceURI"/> </eAnnotations> <generalization xmi:id="_SeWj7MX_EduPJbEsMYXjUQ" general="_SeWihMX_EduPJbEsMYXjUQ"/> <ownedAttribute xmi:id="_SeWj7cX_EduPJbEsMYXjUQ" name="source" visibility="public" type="_SeWkisX_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWj7sX_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWj78X_EduPJbEsMYXjUQ" name="details" type="_SeWj-sX_EduPJbEsMYXjUQ" isOrdered="true" aggregation="composite" association="_SeWj_8X_EduPJbEsMYXjUQ"> <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_SeWj8MX_EduPJbEsMYXjUQ" value="*"/> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWj8cX_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWj8sX_EduPJbEsMYXjUQ" name="eModelElement" type="_SeWihMX_EduPJbEsMYXjUQ" isOrdered="true" association="_SeWkAcX_EduPJbEsMYXjUQ"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWj88X_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWj9MX_EduPJbEsMYXjUQ" name="contents" type="_SeWijsX_EduPJbEsMYXjUQ" isOrdered="true" aggregation="composite" association="_SeWkAsX_EduPJbEsMYXjUQ"> <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_SeWj9cX_EduPJbEsMYXjUQ" value="*"/> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWj9sX_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWj98X_EduPJbEsMYXjUQ" name="references" type="_SeWijsX_EduPJbEsMYXjUQ" isOrdered="true" association="_SeWkBMX_EduPJbEsMYXjUQ"> <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_SeWj-MX_EduPJbEsMYXjUQ" value="*"/> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWj-cX_EduPJbEsMYXjUQ"/> </ownedAttribute> </packagedElement> <packagedElement xmi:type="uml:Class" xmi:id="_SeWiQcX_EduPJbEsMYXjUQ" name="EAttribute"> <eAnnotations xmi:id="_SeWiQsX_EduPJbEsMYXjUQ" source="http://www.eclipse.org/emf/2002/Ecore"> <details xmi:id="_SeWiQ8X_EduPJbEsMYXjUQ" key="constraints" value="ConsistentTransient"/> </eAnnotations> <generalization xmi:id="_SeWiRMX_EduPJbEsMYXjUQ" general="_SeWiSMX_EduPJbEsMYXjUQ"/> <ownedAttribute xmi:id="_SeWiRcX_EduPJbEsMYXjUQ" name="id" visibility="public" type="_SeWkM8X_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWiRsX_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWiR8X_EduPJbEsMYXjUQ" name="eAttributeType" type="_SeWjasX_EduPJbEsMYXjUQ" isOrdered="true" isReadOnly="true" isDerived="true" association="_SeWkCsX_EduPJbEsMYXjUQ"/> </packagedElement> <packagedElement xmi:type="uml:Class" xmi:id="_SeWizcX_EduPJbEsMYXjUQ" name="EClass"> <eAnnotations xmi:id="_SeWizsX_EduPJbEsMYXjUQ" source="http://www.eclipse.org/emf/2002/Ecore"> <details xmi:id="_SeWiz8X_EduPJbEsMYXjUQ" key="constraints" value="InterfaceIsAbstract AtMostOneID UniqueFeatureNames UniqueOperationSignatures NoCircularSuperTypes WellFormedMapEntryClass ConsistentSuperTypes"/> </eAnnotations> <generalization xmi:id="_SeWi0MX_EduPJbEsMYXjUQ" general="_SeWjG8X_EduPJbEsMYXjUQ"/> <ownedAttribute xmi:id="_SeWi0cX_EduPJbEsMYXjUQ" name="abstract" visibility="public" type="_SeWkM8X_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWi0sX_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWi08X_EduPJbEsMYXjUQ" name="interface" visibility="public" type="_SeWkM8X_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWi1MX_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWi1cX_EduPJbEsMYXjUQ" name="eSuperTypes" type="_SeWizcX_EduPJbEsMYXjUQ" isOrdered="true" association="_SeWjlsX_EduPJbEsMYXjUQ"> <eAnnotations xmi:id="_SeWi1sX_EduPJbEsMYXjUQ" source="http://www.eclipse.org/emf/2002/GenModel"> <details xmi:id="_SeWi18X_EduPJbEsMYXjUQ" key="suppressedUnsetVisibility" value="true"/> <details xmi:id="_SeWi2MX_EduPJbEsMYXjUQ" key="suppressedIsSetVisibility" value="true"/> </eAnnotations> <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_SeWi2cX_EduPJbEsMYXjUQ" value="*"/> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWi2sX_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWi28X_EduPJbEsMYXjUQ" name="eOperations" type="_SeWjmMX_EduPJbEsMYXjUQ" isOrdered="true" aggregation="composite" association="_SeWjsMX_EduPJbEsMYXjUQ"> <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_SeWi3MX_EduPJbEsMYXjUQ" value="*"/> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWi3cX_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWi3sX_EduPJbEsMYXjUQ" name="eAllAttributes" type="_SeWiQcX_EduPJbEsMYXjUQ" isOrdered="true" isReadOnly="true" isDerived="true" association="_SeWjvMX_EduPJbEsMYXjUQ"> <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_SeWi38X_EduPJbEsMYXjUQ" value="*"/> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWi4MX_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWi4cX_EduPJbEsMYXjUQ" name="eAllReferences" type="_SeWjvsX_EduPJbEsMYXjUQ" isOrdered="true" isReadOnly="true" isDerived="true" association="_SeWj1MX_EduPJbEsMYXjUQ"> <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_SeWi4sX_EduPJbEsMYXjUQ" value="*"/> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWi48X_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWi5MX_EduPJbEsMYXjUQ" name="eReferences" type="_SeWjvsX_EduPJbEsMYXjUQ" isOrdered="true" isReadOnly="true" isDerived="true" association="_SeWj1sX_EduPJbEsMYXjUQ"> <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_SeWi5cX_EduPJbEsMYXjUQ" value="*"/> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWi5sX_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWi58X_EduPJbEsMYXjUQ" name="eAttributes" type="_SeWiQcX_EduPJbEsMYXjUQ" isOrdered="true" isReadOnly="true" isDerived="true" association="_SeWj2MX_EduPJbEsMYXjUQ"> <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_SeWi6MX_EduPJbEsMYXjUQ" value="*"/> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWi6cX_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWi6sX_EduPJbEsMYXjUQ" name="eAllContainments" type="_SeWjvsX_EduPJbEsMYXjUQ" isOrdered="true" isReadOnly="true" isDerived="true" association="_SeWj2sX_EduPJbEsMYXjUQ"> <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_SeWi68X_EduPJbEsMYXjUQ" value="*"/> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWi7MX_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWi7cX_EduPJbEsMYXjUQ" name="eAllOperations" type="_SeWjmMX_EduPJbEsMYXjUQ" isOrdered="true" isReadOnly="true" isDerived="true" association="_SeWj3MX_EduPJbEsMYXjUQ"> <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_SeWi7sX_EduPJbEsMYXjUQ" value="*"/> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWi78X_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWi8MX_EduPJbEsMYXjUQ" name="eAllStructuralFeatures" type="_SeWiSMX_EduPJbEsMYXjUQ" isOrdered="true" isReadOnly="true" isDerived="true" association="_SeWj3sX_EduPJbEsMYXjUQ"> <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_SeWi8cX_EduPJbEsMYXjUQ" value="*"/> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWi8sX_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWi88X_EduPJbEsMYXjUQ" name="eAllSuperTypes" type="_SeWizcX_EduPJbEsMYXjUQ" isOrdered="true" isReadOnly="true" isDerived="true" association="_SeWj4MX_EduPJbEsMYXjUQ"> <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_SeWi9MX_EduPJbEsMYXjUQ" value="*"/> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWi9cX_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWi9sX_EduPJbEsMYXjUQ" name="eIDAttribute" type="_SeWiQcX_EduPJbEsMYXjUQ" isOrdered="true" isReadOnly="true" isDerived="true" association="_SeWj4sX_EduPJbEsMYXjUQ"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWi98X_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWi-MX_EduPJbEsMYXjUQ" name="eStructuralFeatures" type="_SeWiSMX_EduPJbEsMYXjUQ" isOrdered="true" aggregation="composite" association="_SeWj5MX_EduPJbEsMYXjUQ"> <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_SeWi-cX_EduPJbEsMYXjUQ" value="*"/> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWi-sX_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWi-8X_EduPJbEsMYXjUQ" name="eGenericSuperTypes" type="_SeWjdsX_EduPJbEsMYXjUQ" isOrdered="true" aggregation="composite" association="_SeWj5cX_EduPJbEsMYXjUQ"> <eAnnotations xmi:id="_SeWi_MX_EduPJbEsMYXjUQ" source="http://www.eclipse.org/emf/2002/GenModel"> <details xmi:id="_SeWi_cX_EduPJbEsMYXjUQ" key="suppressedUnsetVisibility" value="true"/> <details xmi:id="_SeWi_sX_EduPJbEsMYXjUQ" key="suppressedIsSetVisibility" value="true"/> </eAnnotations> <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_SeWi_8X_EduPJbEsMYXjUQ" value="*"/> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjAMX_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWjAcX_EduPJbEsMYXjUQ" name="eAllGenericSuperTypes" type="_SeWjdsX_EduPJbEsMYXjUQ" isOrdered="true" isReadOnly="true" isDerived="true" association="_SeWj58X_EduPJbEsMYXjUQ"> <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_SeWjAsX_EduPJbEsMYXjUQ" value="*"/> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjA8X_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedOperation xmi:id="_SeWjBMX_EduPJbEsMYXjUQ" name="isSuperTypeOf" visibility="public"> <ownedParameter xmi:id="_SeWjBcX_EduPJbEsMYXjUQ" type="_SeWkM8X_EduPJbEsMYXjUQ" isOrdered="true" direction="return"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjBsX_EduPJbEsMYXjUQ"/> </ownedParameter> <ownedParameter xmi:id="_SeWjB8X_EduPJbEsMYXjUQ" name="someClass" type="_SeWizcX_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjCMX_EduPJbEsMYXjUQ"/> </ownedParameter> </ownedOperation> <ownedOperation xmi:id="_SeWjCcX_EduPJbEsMYXjUQ" name="getFeatureCount" visibility="public"> <ownedParameter xmi:id="_SeWjCsX_EduPJbEsMYXjUQ" type="_SeWkZcX_EduPJbEsMYXjUQ" isOrdered="true" direction="return"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjC8X_EduPJbEsMYXjUQ"/> </ownedParameter> </ownedOperation> <ownedOperation xmi:id="_SeWjDMX_EduPJbEsMYXjUQ" name="getEStructuralFeature" visibility="public"> <ownedParameter xmi:id="_SeWjDcX_EduPJbEsMYXjUQ" type="_SeWiSMX_EduPJbEsMYXjUQ" isOrdered="true" direction="return"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjDsX_EduPJbEsMYXjUQ"/> </ownedParameter> <ownedParameter xmi:id="_SeWjD8X_EduPJbEsMYXjUQ" name="featureID" type="_SeWkZcX_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjEMX_EduPJbEsMYXjUQ"/> </ownedParameter> </ownedOperation> <ownedOperation xmi:id="_SeWjEcX_EduPJbEsMYXjUQ" name="getFeatureID" visibility="public"> <ownedParameter xmi:id="_SeWjEsX_EduPJbEsMYXjUQ" type="_SeWkZcX_EduPJbEsMYXjUQ" isOrdered="true" direction="return"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjE8X_EduPJbEsMYXjUQ"/> </ownedParameter> <ownedParameter xmi:id="_SeWjFMX_EduPJbEsMYXjUQ" name="feature" type="_SeWiSMX_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjFcX_EduPJbEsMYXjUQ"/> </ownedParameter> </ownedOperation> <ownedOperation xmi:id="_SeWjFsX_EduPJbEsMYXjUQ" name="getEStructuralFeature" visibility="public"> <ownedParameter xmi:id="_SeWjF8X_EduPJbEsMYXjUQ" type="_SeWiSMX_EduPJbEsMYXjUQ" isOrdered="true" direction="return"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjGMX_EduPJbEsMYXjUQ"/> </ownedParameter> <ownedParameter xmi:id="_SeWjGcX_EduPJbEsMYXjUQ" name="featureName" type="_SeWkisX_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjGsX_EduPJbEsMYXjUQ"/> </ownedParameter> </ownedOperation> </packagedElement> <packagedElement xmi:type="uml:Class" xmi:id="_SeWjG8X_EduPJbEsMYXjUQ" name="EClassifier" isAbstract="true"> <eAnnotations xmi:id="_SeWjHMX_EduPJbEsMYXjUQ" source="http://www.eclipse.org/emf/2002/Ecore"> <details xmi:id="_SeWjHcX_EduPJbEsMYXjUQ" key="constraints" value="WellFormedInstanceTypeName UniqueTypeParameterNames"/> </eAnnotations> <generalization xmi:id="_SeWjHsX_EduPJbEsMYXjUQ" general="_SeWifsX_EduPJbEsMYXjUQ"/> <ownedAttribute xmi:id="_SeWjH8X_EduPJbEsMYXjUQ" name="instanceClassName" visibility="public" type="_SeWkisX_EduPJbEsMYXjUQ" isOrdered="true"> <eAnnotations xmi:id="_SeWjIMX_EduPJbEsMYXjUQ" source="http://www.eclipse.org/emf/2002/GenModel"> <details xmi:id="_SeWjIcX_EduPJbEsMYXjUQ" key="suppressedUnsetVisibility" value="true"/> <details xmi:id="_SeWjIsX_EduPJbEsMYXjUQ" key="suppressedIsSetVisibility" value="true"/> </eAnnotations> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjI8X_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWjJMX_EduPJbEsMYXjUQ" name="instanceClass" visibility="public" type="_SeWjM8X_EduPJbEsMYXjUQ" isOrdered="true" isReadOnly="true" isDerived="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjJcX_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWjJsX_EduPJbEsMYXjUQ" name="defaultValue" visibility="public" type="_SeWkccX_EduPJbEsMYXjUQ" isOrdered="true" isReadOnly="true" isDerived="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjJ8X_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWjKMX_EduPJbEsMYXjUQ" name="instanceTypeName" visibility="public" type="_SeWkisX_EduPJbEsMYXjUQ" isOrdered="true"> <eAnnotations xmi:id="_SeWjKcX_EduPJbEsMYXjUQ" source="http://www.eclipse.org/emf/2002/GenModel"> <details xmi:id="_SeWjKsX_EduPJbEsMYXjUQ" key="suppressedUnsetVisibility" value="true"/> <details xmi:id="_SeWjK8X_EduPJbEsMYXjUQ" key="suppressedIsSetVisibility" value="true"/> </eAnnotations> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjLMX_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWjLcX_EduPJbEsMYXjUQ" name="ePackage" type="_SeWjPsX_EduPJbEsMYXjUQ" isOrdered="true" isReadOnly="true" association="_SeWjb8X_EduPJbEsMYXjUQ"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjLsX_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWjL8X_EduPJbEsMYXjUQ" name="eTypeParameters" type="_SeWjccX_EduPJbEsMYXjUQ" isOrdered="true" aggregation="composite" association="_SeWjlMX_EduPJbEsMYXjUQ"> <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_SeWjMMX_EduPJbEsMYXjUQ" value="*"/> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjMcX_EduPJbEsMYXjUQ"/> </ownedAttribute> <nestedClassifier xmi:type="uml:Class" xmi:id="_SeWjMsX_EduPJbEsMYXjUQ" name="Wildcard"/> <nestedClassifier xmi:type="uml:PrimitiveType" xmi:id="_SeWjM8X_EduPJbEsMYXjUQ" name="EJavaClass_Wildcard"> <templateBinding xmi:id="_SeWjNMX_EduPJbEsMYXjUQ" signature="_SeWkbsX_EduPJbEsMYXjUQ"> <parameterSubstitution xmi:id="_SeWjNcX_EduPJbEsMYXjUQ" formal="_SeWkb8X_EduPJbEsMYXjUQ" actual="_SeWjMsX_EduPJbEsMYXjUQ"/> </templateBinding> </nestedClassifier> <ownedOperation xmi:id="_SeWjNsX_EduPJbEsMYXjUQ" name="isInstance" visibility="public"> <ownedParameter xmi:id="_SeWjN8X_EduPJbEsMYXjUQ" type="_SeWkM8X_EduPJbEsMYXjUQ" isOrdered="true" direction="return"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjOMX_EduPJbEsMYXjUQ"/> </ownedParameter> <ownedParameter xmi:id="_SeWjOcX_EduPJbEsMYXjUQ" name="object" type="_SeWkccX_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjOsX_EduPJbEsMYXjUQ"/> </ownedParameter> </ownedOperation> <ownedOperation xmi:id="_SeWjO8X_EduPJbEsMYXjUQ" name="getClassifierID" visibility="public"> <ownedParameter xmi:id="_SeWjPMX_EduPJbEsMYXjUQ" type="_SeWkZcX_EduPJbEsMYXjUQ" isOrdered="true" direction="return"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjPcX_EduPJbEsMYXjUQ"/> </ownedParameter> </ownedOperation> </packagedElement> <packagedElement xmi:type="uml:Class" xmi:id="_SeWjasX_EduPJbEsMYXjUQ" name="EDataType"> <generalization xmi:id="_SeWja8X_EduPJbEsMYXjUQ" general="_SeWjG8X_EduPJbEsMYXjUQ"/> <ownedAttribute xmi:id="_SeWjbMX_EduPJbEsMYXjUQ" name="serializable" visibility="public" type="_SeWkM8X_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjbcX_EduPJbEsMYXjUQ"/> </ownedAttribute> </packagedElement> <packagedElement xmi:type="uml:Class" xmi:id="_SeWkDMX_EduPJbEsMYXjUQ" name="EEnum"> <eAnnotations xmi:id="_SeWkDcX_EduPJbEsMYXjUQ" source="http://www.eclipse.org/emf/2002/Ecore"> <details xmi:id="_SeWkDsX_EduPJbEsMYXjUQ" key="constraints" value="UniqueEnumeratorNames UniqueEnumeratorLiterals"/> </eAnnotations> <generalization xmi:id="_SeWkD8X_EduPJbEsMYXjUQ" general="_SeWjasX_EduPJbEsMYXjUQ"/> <ownedAttribute xmi:id="_SeWkEMX_EduPJbEsMYXjUQ" name="eLiterals" type="_SeWkIsX_EduPJbEsMYXjUQ" isOrdered="true" aggregation="composite" association="_SeWkLMX_EduPJbEsMYXjUQ"> <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_SeWkEcX_EduPJbEsMYXjUQ" value="*"/> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWkEsX_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedOperation xmi:id="_SeWkE8X_EduPJbEsMYXjUQ" name="getEEnumLiteral" visibility="public"> <ownedParameter xmi:id="_SeWkFMX_EduPJbEsMYXjUQ" type="_SeWkIsX_EduPJbEsMYXjUQ" isOrdered="true" direction="return"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWkFcX_EduPJbEsMYXjUQ"/> </ownedParameter> <ownedParameter xmi:id="_SeWkFsX_EduPJbEsMYXjUQ" name="name" type="_SeWkisX_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWkF8X_EduPJbEsMYXjUQ"/> </ownedParameter> </ownedOperation> <ownedOperation xmi:id="_SeWkGMX_EduPJbEsMYXjUQ" name="getEEnumLiteral" visibility="public"> <ownedParameter xmi:id="_SeWkGcX_EduPJbEsMYXjUQ" type="_SeWkIsX_EduPJbEsMYXjUQ" isOrdered="true" direction="return"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWkGsX_EduPJbEsMYXjUQ"/> </ownedParameter> <ownedParameter xmi:id="_SeWkG8X_EduPJbEsMYXjUQ" name="value" type="_SeWkZcX_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWkHMX_EduPJbEsMYXjUQ"/> </ownedParameter> </ownedOperation> <ownedOperation xmi:id="_SeWkHcX_EduPJbEsMYXjUQ" name="getEEnumLiteralByLiteral" visibility="public"> <ownedParameter xmi:id="_SeWkHsX_EduPJbEsMYXjUQ" type="_SeWkIsX_EduPJbEsMYXjUQ" isOrdered="true" direction="return"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWkH8X_EduPJbEsMYXjUQ"/> </ownedParameter> <ownedParameter xmi:id="_SeWkIMX_EduPJbEsMYXjUQ" name="literal" type="_SeWkisX_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWkIcX_EduPJbEsMYXjUQ"/> </ownedParameter> </ownedOperation> </packagedElement> <packagedElement xmi:type="uml:Class" xmi:id="_SeWkIsX_EduPJbEsMYXjUQ" name="EEnumLiteral"> <generalization xmi:id="_SeWkI8X_EduPJbEsMYXjUQ" general="_SeWifsX_EduPJbEsMYXjUQ"/> <ownedAttribute xmi:id="_SeWkJMX_EduPJbEsMYXjUQ" name="value" visibility="public" type="_SeWkZcX_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWkJcX_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWkJsX_EduPJbEsMYXjUQ" name="instance" visibility="public" type="_SeWkWsX_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWkJ8X_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWkKMX_EduPJbEsMYXjUQ" name="literal" visibility="public" type="_SeWkisX_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWkKcX_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWkKsX_EduPJbEsMYXjUQ" name="eEnum" type="_SeWkDMX_EduPJbEsMYXjUQ" isOrdered="true" isReadOnly="true" association="_SeWkLMX_EduPJbEsMYXjUQ"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWkK8X_EduPJbEsMYXjUQ"/> </ownedAttribute> </packagedElement> <packagedElement xmi:type="uml:Class" xmi:id="_SeWjVMX_EduPJbEsMYXjUQ" name="EFactory"> <generalization xmi:id="_SeWjVcX_EduPJbEsMYXjUQ" general="_SeWihMX_EduPJbEsMYXjUQ"/> <ownedAttribute xmi:id="_SeWjVsX_EduPJbEsMYXjUQ" name="ePackage" type="_SeWjPsX_EduPJbEsMYXjUQ" isOrdered="true" association="_SeWjbsX_EduPJbEsMYXjUQ"/> <ownedOperation xmi:id="_SeWjV8X_EduPJbEsMYXjUQ" name="create" visibility="public"> <ownedParameter xmi:id="_SeWjWMX_EduPJbEsMYXjUQ" type="_SeWijsX_EduPJbEsMYXjUQ" isOrdered="true" direction="return"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjWcX_EduPJbEsMYXjUQ"/> </ownedParameter> <ownedParameter xmi:id="_SeWjWsX_EduPJbEsMYXjUQ" name="eClass" type="_SeWizcX_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjW8X_EduPJbEsMYXjUQ"/> </ownedParameter> </ownedOperation> <ownedOperation xmi:id="_SeWjXMX_EduPJbEsMYXjUQ" name="createFromString" visibility="public"> <ownedParameter xmi:id="_SeWjXcX_EduPJbEsMYXjUQ" type="_SeWkccX_EduPJbEsMYXjUQ" isOrdered="true" direction="return"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjXsX_EduPJbEsMYXjUQ"/> </ownedParameter> <ownedParameter xmi:id="_SeWjX8X_EduPJbEsMYXjUQ" name="eDataType" type="_SeWjasX_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjYMX_EduPJbEsMYXjUQ"/> </ownedParameter> <ownedParameter xmi:id="_SeWjYcX_EduPJbEsMYXjUQ" name="literalValue" type="_SeWkisX_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjYsX_EduPJbEsMYXjUQ"/> </ownedParameter> </ownedOperation> <ownedOperation xmi:id="_SeWjY8X_EduPJbEsMYXjUQ" name="convertToString" visibility="public"> <ownedParameter xmi:id="_SeWjZMX_EduPJbEsMYXjUQ" type="_SeWkisX_EduPJbEsMYXjUQ" isOrdered="true" direction="return"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjZcX_EduPJbEsMYXjUQ"/> </ownedParameter> <ownedParameter xmi:id="_SeWjZsX_EduPJbEsMYXjUQ" name="eDataType" type="_SeWjasX_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjZ8X_EduPJbEsMYXjUQ"/> </ownedParameter> <ownedParameter xmi:id="_SeWjaMX_EduPJbEsMYXjUQ" name="instanceValue" type="_SeWkccX_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjacX_EduPJbEsMYXjUQ"/> </ownedParameter> </ownedOperation> </packagedElement> <packagedElement xmi:type="uml:Class" xmi:id="_SeWjdsX_EduPJbEsMYXjUQ" name="EGenericType"> <eAnnotations xmi:id="_SeWjd8X_EduPJbEsMYXjUQ" source="http://www.eclipse.org/emf/2002/Ecore"> <details xmi:id="_SeWjeMX_EduPJbEsMYXjUQ" key="constraints" value="ConsistentType ConsistentBounds ConsistentArguments"/> </eAnnotations> <generalization xmi:id="_SeWjecX_EduPJbEsMYXjUQ" general="_SeWijsX_EduPJbEsMYXjUQ"/> <ownedAttribute xmi:id="_SeWjesX_EduPJbEsMYXjUQ" name="eUpperBound" type="_SeWjdsX_EduPJbEsMYXjUQ" isOrdered="true" aggregation="composite" association="_SeWjhsX_EduPJbEsMYXjUQ"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWje8X_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWjfMX_EduPJbEsMYXjUQ" name="eTypeArguments" type="_SeWjdsX_EduPJbEsMYXjUQ" isOrdered="true" aggregation="composite" association="_SeWjiMX_EduPJbEsMYXjUQ"> <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_SeWjfcX_EduPJbEsMYXjUQ" value="*"/> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjfsX_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWjf8X_EduPJbEsMYXjUQ" name="eRawType" type="_SeWjG8X_EduPJbEsMYXjUQ" isOrdered="true" isReadOnly="true" isDerived="true" association="_SeWjisX_EduPJbEsMYXjUQ"/> <ownedAttribute xmi:id="_SeWjgMX_EduPJbEsMYXjUQ" name="eLowerBound" type="_SeWjdsX_EduPJbEsMYXjUQ" isOrdered="true" aggregation="composite" association="_SeWjjMX_EduPJbEsMYXjUQ"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjgcX_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWjgsX_EduPJbEsMYXjUQ" name="eTypeParameter" type="_SeWjccX_EduPJbEsMYXjUQ" isOrdered="true" association="_SeWjjsX_EduPJbEsMYXjUQ"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjg8X_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWjhMX_EduPJbEsMYXjUQ" name="eClassifier" type="_SeWjG8X_EduPJbEsMYXjUQ" isOrdered="true" association="_SeWjkMX_EduPJbEsMYXjUQ"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjhcX_EduPJbEsMYXjUQ"/> </ownedAttribute> </packagedElement> <packagedElement xmi:type="uml:Class" xmi:id="_SeWihMX_EduPJbEsMYXjUQ" name="EModelElement" isAbstract="true"> <generalization xmi:id="_SeWihcX_EduPJbEsMYXjUQ" general="_SeWijsX_EduPJbEsMYXjUQ"/> <ownedAttribute xmi:id="_SeWihsX_EduPJbEsMYXjUQ" name="eAnnotations" type="_SeWj6cX_EduPJbEsMYXjUQ" isOrdered="true" aggregation="composite" association="_SeWkAcX_EduPJbEsMYXjUQ"> <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_SeWih8X_EduPJbEsMYXjUQ" value="*"/> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWiiMX_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedOperation xmi:id="_SeWiicX_EduPJbEsMYXjUQ" name="getEAnnotation" visibility="public"> <ownedParameter xmi:id="_SeWiisX_EduPJbEsMYXjUQ" type="_SeWj6cX_EduPJbEsMYXjUQ" isOrdered="true" direction="return"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWii8X_EduPJbEsMYXjUQ"/> </ownedParameter> <ownedParameter xmi:id="_SeWijMX_EduPJbEsMYXjUQ" name="source" type="_SeWkisX_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWijcX_EduPJbEsMYXjUQ"/> </ownedParameter> </ownedOperation> </packagedElement> <packagedElement xmi:type="uml:Class" xmi:id="_SeWifsX_EduPJbEsMYXjUQ" name="ENamedElement" isAbstract="true"> <eAnnotations xmi:id="_SeWif8X_EduPJbEsMYXjUQ" source="http://www.eclipse.org/emf/2002/Ecore"> <details xmi:id="_SeWigMX_EduPJbEsMYXjUQ" key="constraints" value="WellFormedName"/> </eAnnotations> <generalization xmi:id="_SeWigcX_EduPJbEsMYXjUQ" general="_SeWihMX_EduPJbEsMYXjUQ"/> <ownedAttribute xmi:id="_SeWigsX_EduPJbEsMYXjUQ" name="name" visibility="public" type="_SeWkisX_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWig8X_EduPJbEsMYXjUQ"/> </ownedAttribute> </packagedElement> <packagedElement xmi:type="uml:Class" xmi:id="_SeWijsX_EduPJbEsMYXjUQ" name="EObject"> <nestedClassifier xmi:type="uml:PrimitiveType" xmi:id="_SeWij8X_EduPJbEsMYXjUQ" name="EEList_EObject"> <templateBinding xmi:id="_SeWikMX_EduPJbEsMYXjUQ" signature="_SeWkV8X_EduPJbEsMYXjUQ"> <parameterSubstitution xmi:id="_SeWikcX_EduPJbEsMYXjUQ" formal="_SeWkWMX_EduPJbEsMYXjUQ" actual="_SeWijsX_EduPJbEsMYXjUQ"/> </templateBinding> </nestedClassifier> <nestedClassifier xmi:type="uml:PrimitiveType" xmi:id="_SeWiksX_EduPJbEsMYXjUQ" name="ETreeIterator_EObject"> <templateBinding xmi:id="_SeWik8X_EduPJbEsMYXjUQ" signature="_SeWkjsX_EduPJbEsMYXjUQ"> <parameterSubstitution xmi:id="_SeWilMX_EduPJbEsMYXjUQ" formal="_SeWkj8X_EduPJbEsMYXjUQ" actual="_SeWijsX_EduPJbEsMYXjUQ"/> </templateBinding> </nestedClassifier> <ownedOperation xmi:id="_SeWilcX_EduPJbEsMYXjUQ" name="eClass" visibility="public"> <ownedParameter xmi:id="_SeWilsX_EduPJbEsMYXjUQ" type="_SeWizcX_EduPJbEsMYXjUQ" isOrdered="true" direction="return"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWil8X_EduPJbEsMYXjUQ"/> </ownedParameter> </ownedOperation> <ownedOperation xmi:id="_SeWimMX_EduPJbEsMYXjUQ" name="eIsProxy" visibility="public"> <ownedParameter xmi:id="_SeWimcX_EduPJbEsMYXjUQ" type="_SeWkM8X_EduPJbEsMYXjUQ" isOrdered="true" direction="return"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWimsX_EduPJbEsMYXjUQ"/> </ownedParameter> </ownedOperation> <ownedOperation xmi:id="_SeWim8X_EduPJbEsMYXjUQ" name="eResource" visibility="public"> <ownedParameter xmi:id="_SeWinMX_EduPJbEsMYXjUQ" type="_SeWkgMX_EduPJbEsMYXjUQ" isOrdered="true" direction="return"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWincX_EduPJbEsMYXjUQ"/> </ownedParameter> </ownedOperation> <ownedOperation xmi:id="_SeWinsX_EduPJbEsMYXjUQ" name="eContainer" visibility="public"> <ownedParameter xmi:id="_SeWin8X_EduPJbEsMYXjUQ" type="_SeWijsX_EduPJbEsMYXjUQ" isOrdered="true" direction="return"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWioMX_EduPJbEsMYXjUQ"/> </ownedParameter> </ownedOperation> <ownedOperation xmi:id="_SeWiocX_EduPJbEsMYXjUQ" name="eContainingFeature" visibility="public"> <ownedParameter xmi:id="_SeWiosX_EduPJbEsMYXjUQ" type="_SeWiSMX_EduPJbEsMYXjUQ" isOrdered="true" direction="return"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWio8X_EduPJbEsMYXjUQ"/> </ownedParameter> </ownedOperation> <ownedOperation xmi:id="_SeWipMX_EduPJbEsMYXjUQ" name="eContainmentFeature" visibility="public"> <ownedParameter xmi:id="_SeWipcX_EduPJbEsMYXjUQ" type="_SeWjvsX_EduPJbEsMYXjUQ" isOrdered="true" direction="return"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWipsX_EduPJbEsMYXjUQ"/> </ownedParameter> </ownedOperation> <ownedOperation xmi:id="_SeWip8X_EduPJbEsMYXjUQ" name="eContents" visibility="public"> <ownedParameter xmi:id="_SeWiqMX_EduPJbEsMYXjUQ" type="_SeWij8X_EduPJbEsMYXjUQ" isOrdered="true" direction="return"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWiqcX_EduPJbEsMYXjUQ"/> </ownedParameter> </ownedOperation> <ownedOperation xmi:id="_SeWiqsX_EduPJbEsMYXjUQ" name="eAllContents" visibility="public"> <ownedParameter xmi:id="_SeWiq8X_EduPJbEsMYXjUQ" type="_SeWiksX_EduPJbEsMYXjUQ" isOrdered="true" direction="return"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWirMX_EduPJbEsMYXjUQ"/> </ownedParameter> </ownedOperation> <ownedOperation xmi:id="_SeWircX_EduPJbEsMYXjUQ" name="eCrossReferences" visibility="public"> <ownedParameter xmi:id="_SeWirsX_EduPJbEsMYXjUQ" type="_SeWij8X_EduPJbEsMYXjUQ" isOrdered="true" direction="return"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWir8X_EduPJbEsMYXjUQ"/> </ownedParameter> </ownedOperation> <ownedOperation xmi:id="_SeWisMX_EduPJbEsMYXjUQ" name="eGet" visibility="public"> <ownedParameter xmi:id="_SeWiscX_EduPJbEsMYXjUQ" type="_SeWkccX_EduPJbEsMYXjUQ" isOrdered="true" direction="return"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWissX_EduPJbEsMYXjUQ"/> </ownedParameter> <ownedParameter xmi:id="_SeWis8X_EduPJbEsMYXjUQ" name="feature" type="_SeWiSMX_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWitMX_EduPJbEsMYXjUQ"/> </ownedParameter> </ownedOperation> <ownedOperation xmi:id="_SeWitcX_EduPJbEsMYXjUQ" name="eGet" visibility="public"> <ownedParameter xmi:id="_SeWitsX_EduPJbEsMYXjUQ" type="_SeWkccX_EduPJbEsMYXjUQ" isOrdered="true" direction="return"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWit8X_EduPJbEsMYXjUQ"/> </ownedParameter> <ownedParameter xmi:id="_SeWiuMX_EduPJbEsMYXjUQ" name="feature" type="_SeWiSMX_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWiucX_EduPJbEsMYXjUQ"/> </ownedParameter> <ownedParameter xmi:id="_SeWiusX_EduPJbEsMYXjUQ" name="resolve" type="_SeWkM8X_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWiu8X_EduPJbEsMYXjUQ"/> </ownedParameter> </ownedOperation> <ownedOperation xmi:id="_SeWivMX_EduPJbEsMYXjUQ" name="eSet" visibility="public"> <ownedParameter xmi:id="_SeWivcX_EduPJbEsMYXjUQ" isOrdered="true" direction="return"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWivsX_EduPJbEsMYXjUQ"/> </ownedParameter> <ownedParameter xmi:id="_SeWiv8X_EduPJbEsMYXjUQ" name="feature" type="_SeWiSMX_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWiwMX_EduPJbEsMYXjUQ"/> </ownedParameter> <ownedParameter xmi:id="_SeWiwcX_EduPJbEsMYXjUQ" name="newValue" type="_SeWkccX_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWiwsX_EduPJbEsMYXjUQ"/> </ownedParameter> </ownedOperation> <ownedOperation xmi:id="_SeWiw8X_EduPJbEsMYXjUQ" name="eIsSet" visibility="public"> <ownedParameter xmi:id="_SeWixMX_EduPJbEsMYXjUQ" type="_SeWkM8X_EduPJbEsMYXjUQ" isOrdered="true" direction="return"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWixcX_EduPJbEsMYXjUQ"/> </ownedParameter> <ownedParameter xmi:id="_SeWixsX_EduPJbEsMYXjUQ" name="feature" type="_SeWiSMX_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWix8X_EduPJbEsMYXjUQ"/> </ownedParameter> </ownedOperation> <ownedOperation xmi:id="_SeWiyMX_EduPJbEsMYXjUQ" name="eUnset" visibility="public"> <ownedParameter xmi:id="_SeWiycX_EduPJbEsMYXjUQ" isOrdered="true" direction="return"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWiysX_EduPJbEsMYXjUQ"/> </ownedParameter> <ownedParameter xmi:id="_SeWiy8X_EduPJbEsMYXjUQ" name="feature" type="_SeWiSMX_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWizMX_EduPJbEsMYXjUQ"/> </ownedParameter> </ownedOperation> </packagedElement> <packagedElement xmi:type="uml:Class" xmi:id="_SeWjmMX_EduPJbEsMYXjUQ" name="EOperation"> <eAnnotations xmi:id="_SeWjmcX_EduPJbEsMYXjUQ" source="http://www.eclipse.org/emf/2002/Ecore"> <details xmi:id="_SeWjmsX_EduPJbEsMYXjUQ" key="constraints" value="UniqueParameterNames UniqueTypeParameterNames NoRepeatingVoid"/> </eAnnotations> <generalization xmi:id="_SeWjm8X_EduPJbEsMYXjUQ" general="_SeWiZMX_EduPJbEsMYXjUQ"/> <ownedAttribute xmi:id="_SeWjnMX_EduPJbEsMYXjUQ" name="eContainingClass" type="_SeWizcX_EduPJbEsMYXjUQ" isOrdered="true" isReadOnly="true" association="_SeWjsMX_EduPJbEsMYXjUQ"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjncX_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWjnsX_EduPJbEsMYXjUQ" name="eTypeParameters" type="_SeWjccX_EduPJbEsMYXjUQ" isOrdered="true" aggregation="composite" association="_SeWjscX_EduPJbEsMYXjUQ"> <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_SeWjn8X_EduPJbEsMYXjUQ" value="*"/> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjoMX_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWjocX_EduPJbEsMYXjUQ" name="eParameters" type="_SeWjs8X_EduPJbEsMYXjUQ" isOrdered="true" aggregation="composite" association="_SeWjt8X_EduPJbEsMYXjUQ"> <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_SeWjosX_EduPJbEsMYXjUQ" value="*"/> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjo8X_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWjpMX_EduPJbEsMYXjUQ" name="eExceptions" type="_SeWjG8X_EduPJbEsMYXjUQ" isOrdered="true" association="_SeWjuMX_EduPJbEsMYXjUQ"> <eAnnotations xmi:id="_SeWjpcX_EduPJbEsMYXjUQ" source="http://www.eclipse.org/emf/2002/GenModel"> <details xmi:id="_SeWjpsX_EduPJbEsMYXjUQ" key="suppressedUnsetVisibility" value="true"/> <details xmi:id="_SeWjp8X_EduPJbEsMYXjUQ" key="suppressedIsSetVisibility" value="true"/> </eAnnotations> <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_SeWjqMX_EduPJbEsMYXjUQ" value="*"/> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjqcX_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWjqsX_EduPJbEsMYXjUQ" name="eGenericExceptions" type="_SeWjdsX_EduPJbEsMYXjUQ" isOrdered="true" aggregation="composite" association="_SeWjusX_EduPJbEsMYXjUQ"> <eAnnotations xmi:id="_SeWjq8X_EduPJbEsMYXjUQ" source="http://www.eclipse.org/emf/2002/GenModel"> <details xmi:id="_SeWjrMX_EduPJbEsMYXjUQ" key="suppressedUnsetVisibility" value="true"/> <details xmi:id="_SeWjrcX_EduPJbEsMYXjUQ" key="suppressedIsSetVisibility" value="true"/> </eAnnotations> <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_SeWjrsX_EduPJbEsMYXjUQ" value="*"/> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjr8X_EduPJbEsMYXjUQ"/> </ownedAttribute> </packagedElement> <packagedElement xmi:type="uml:Class" xmi:id="_SeWjPsX_EduPJbEsMYXjUQ" name="EPackage"> <eAnnotations xmi:id="_SeWjP8X_EduPJbEsMYXjUQ" source="http://www.eclipse.org/emf/2002/Ecore"> <details xmi:id="_SeWjQMX_EduPJbEsMYXjUQ" key="constraints" value="WellFormedNsURI WellFormedNsPrefix UniqueSubpackageNames UniqueClassifierNames UniqueNsURIs"/> </eAnnotations> <generalization xmi:id="_SeWjQcX_EduPJbEsMYXjUQ" general="_SeWifsX_EduPJbEsMYXjUQ"/> <ownedAttribute xmi:id="_SeWjQsX_EduPJbEsMYXjUQ" name="nsURI" visibility="public" type="_SeWkisX_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjQ8X_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWjRMX_EduPJbEsMYXjUQ" name="nsPrefix" visibility="public" type="_SeWkisX_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjRcX_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWjRsX_EduPJbEsMYXjUQ" name="eFactoryInstance" type="_SeWjVMX_EduPJbEsMYXjUQ" isOrdered="true" association="_SeWjbsX_EduPJbEsMYXjUQ"/> <ownedAttribute xmi:id="_SeWjR8X_EduPJbEsMYXjUQ" name="eClassifiers" type="_SeWjG8X_EduPJbEsMYXjUQ" isOrdered="true" aggregation="composite" association="_SeWjb8X_EduPJbEsMYXjUQ"> <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_SeWjSMX_EduPJbEsMYXjUQ" value="*"/> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjScX_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWjSsX_EduPJbEsMYXjUQ" name="eSubpackages" type="_SeWjPsX_EduPJbEsMYXjUQ" isOrdered="true" aggregation="composite" association="_SeWjcMX_EduPJbEsMYXjUQ"> <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_SeWjS8X_EduPJbEsMYXjUQ" value="*"/> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjTMX_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWjTcX_EduPJbEsMYXjUQ" name="eSuperPackage" type="_SeWjPsX_EduPJbEsMYXjUQ" isOrdered="true" isReadOnly="true" association="_SeWjcMX_EduPJbEsMYXjUQ"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjTsX_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedOperation xmi:id="_SeWjT8X_EduPJbEsMYXjUQ" name="getEClassifier" visibility="public"> <ownedParameter xmi:id="_SeWjUMX_EduPJbEsMYXjUQ" type="_SeWjG8X_EduPJbEsMYXjUQ" isOrdered="true" direction="return"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjUcX_EduPJbEsMYXjUQ"/> </ownedParameter> <ownedParameter xmi:id="_SeWjUsX_EduPJbEsMYXjUQ" name="name" type="_SeWkisX_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjU8X_EduPJbEsMYXjUQ"/> </ownedParameter> </ownedOperation> </packagedElement> <packagedElement xmi:type="uml:Class" xmi:id="_SeWjs8X_EduPJbEsMYXjUQ" name="EParameter"> <generalization xmi:id="_SeWjtMX_EduPJbEsMYXjUQ" general="_SeWiZMX_EduPJbEsMYXjUQ"/> <ownedAttribute xmi:id="_SeWjtcX_EduPJbEsMYXjUQ" name="eOperation" type="_SeWjmMX_EduPJbEsMYXjUQ" isOrdered="true" isReadOnly="true" association="_SeWjt8X_EduPJbEsMYXjUQ"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjtsX_EduPJbEsMYXjUQ"/> </ownedAttribute> </packagedElement> <packagedElement xmi:type="uml:Class" xmi:id="_SeWjvsX_EduPJbEsMYXjUQ" name="EReference"> <eAnnotations xmi:id="_SeWjv8X_EduPJbEsMYXjUQ" source="http://www.eclipse.org/emf/2002/Ecore"> <details xmi:id="_SeWjwMX_EduPJbEsMYXjUQ" key="constraints" value="ConsistentOpposite SingleContainer ConsistentKeys"/> </eAnnotations> <generalization xmi:id="_SeWjwcX_EduPJbEsMYXjUQ" general="_SeWiSMX_EduPJbEsMYXjUQ"/> <ownedAttribute xmi:id="_SeWjwsX_EduPJbEsMYXjUQ" name="containment" visibility="public" type="_SeWkM8X_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjw8X_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWjxMX_EduPJbEsMYXjUQ" name="container" visibility="public" type="_SeWkM8X_EduPJbEsMYXjUQ" isOrdered="true" isReadOnly="true" isDerived="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjxcX_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWjxsX_EduPJbEsMYXjUQ" name="resolveProxies" visibility="public" type="_SeWkM8X_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjx8X_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWjyMX_EduPJbEsMYXjUQ" name="eOpposite" type="_SeWjvsX_EduPJbEsMYXjUQ" isOrdered="true" association="_SeWjzsX_EduPJbEsMYXjUQ"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjycX_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWjysX_EduPJbEsMYXjUQ" name="eReferenceType" type="_SeWizcX_EduPJbEsMYXjUQ" isOrdered="true" isReadOnly="true" isDerived="true" association="_SeWj0MX_EduPJbEsMYXjUQ"/> <ownedAttribute xmi:id="_SeWjy8X_EduPJbEsMYXjUQ" name="eKeys" type="_SeWiQcX_EduPJbEsMYXjUQ" isOrdered="true" association="_SeWj0sX_EduPJbEsMYXjUQ"> <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_SeWjzMX_EduPJbEsMYXjUQ" value="*"/> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjzcX_EduPJbEsMYXjUQ"/> </ownedAttribute> </packagedElement> <packagedElement xmi:type="uml:Class" xmi:id="_SeWj-sX_EduPJbEsMYXjUQ" name="EStringToStringMapEntry"> <ownedAttribute xmi:id="_SeWj-8X_EduPJbEsMYXjUQ" name="key" visibility="public" type="_SeWkisX_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWj_MX_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWj_cX_EduPJbEsMYXjUQ" name="value" visibility="public" type="_SeWkisX_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWj_sX_EduPJbEsMYXjUQ"/> </ownedAttribute> </packagedElement> <packagedElement xmi:type="uml:Class" xmi:id="_SeWiSMX_EduPJbEsMYXjUQ" name="EStructuralFeature" isAbstract="true"> <generalization xmi:id="_SeWiScX_EduPJbEsMYXjUQ" general="_SeWiZMX_EduPJbEsMYXjUQ"/> <ownedAttribute xmi:id="_SeWiSsX_EduPJbEsMYXjUQ" name="eContainingClass" type="_SeWizcX_EduPJbEsMYXjUQ" isOrdered="true" isReadOnly="true" association="_SeWj5MX_EduPJbEsMYXjUQ"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWiS8X_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWiTMX_EduPJbEsMYXjUQ" name="changeable" visibility="public" type="_SeWkM8X_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWiTcX_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWiTsX_EduPJbEsMYXjUQ" name="volatile" visibility="public" type="_SeWkM8X_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWiT8X_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWiUMX_EduPJbEsMYXjUQ" name="transient" visibility="public" type="_SeWkM8X_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWiUcX_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWiUsX_EduPJbEsMYXjUQ" name="defaultValueLiteral" visibility="public" type="_SeWkisX_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWiU8X_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWiVMX_EduPJbEsMYXjUQ" name="defaultValue" visibility="public" type="_SeWkccX_EduPJbEsMYXjUQ" isOrdered="true" isReadOnly="true" isDerived="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWiVcX_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWiVsX_EduPJbEsMYXjUQ" name="unsettable" visibility="public" type="_SeWkM8X_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWiV8X_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWiWMX_EduPJbEsMYXjUQ" name="derived" visibility="public" type="_SeWkM8X_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWiWcX_EduPJbEsMYXjUQ"/> </ownedAttribute> <nestedClassifier xmi:type="uml:Class" xmi:id="_SeWiWsX_EduPJbEsMYXjUQ" name="Wildcard"/> <nestedClassifier xmi:type="uml:PrimitiveType" xmi:id="_SeWiW8X_EduPJbEsMYXjUQ" name="EJavaClass_Wildcard"> <templateBinding xmi:id="_SeWiXMX_EduPJbEsMYXjUQ" signature="_SeWkbsX_EduPJbEsMYXjUQ"> <parameterSubstitution xmi:id="_SeWiXcX_EduPJbEsMYXjUQ" formal="_SeWkb8X_EduPJbEsMYXjUQ" actual="_SeWiWsX_EduPJbEsMYXjUQ"/> </templateBinding> </nestedClassifier> <ownedOperation xmi:id="_SeWiXsX_EduPJbEsMYXjUQ" name="getFeatureID" visibility="public"> <ownedParameter xmi:id="_SeWiX8X_EduPJbEsMYXjUQ" type="_SeWkZcX_EduPJbEsMYXjUQ" isOrdered="true" direction="return"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWiYMX_EduPJbEsMYXjUQ"/> </ownedParameter> </ownedOperation> <ownedOperation xmi:id="_SeWiYcX_EduPJbEsMYXjUQ" name="getContainerClass" visibility="public"> <ownedParameter xmi:id="_SeWiYsX_EduPJbEsMYXjUQ" type="_SeWiW8X_EduPJbEsMYXjUQ" isOrdered="true" direction="return"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWiY8X_EduPJbEsMYXjUQ"/> </ownedParameter> </ownedOperation> </packagedElement> <packagedElement xmi:type="uml:Class" xmi:id="_SeWiZMX_EduPJbEsMYXjUQ" name="ETypedElement" isAbstract="true"> <eAnnotations xmi:id="_SeWiZcX_EduPJbEsMYXjUQ" source="http://www.eclipse.org/emf/2002/Ecore"> <details xmi:id="_SeWiZsX_EduPJbEsMYXjUQ" key="constraints" value="ValidLowerBound ValidUpperBound ConsistentBounds ValidType"/> </eAnnotations> <generalization xmi:id="_SeWiZ8X_EduPJbEsMYXjUQ" general="_SeWifsX_EduPJbEsMYXjUQ"/> <ownedAttribute xmi:id="_SeWiaMX_EduPJbEsMYXjUQ" name="ordered" visibility="public" type="_SeWkM8X_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWiacX_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWiasX_EduPJbEsMYXjUQ" name="unique" visibility="public" type="_SeWkM8X_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWia8X_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWibMX_EduPJbEsMYXjUQ" name="lowerBound" visibility="public" type="_SeWkZcX_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWibcX_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWibsX_EduPJbEsMYXjUQ" name="upperBound" visibility="public" type="_SeWkZcX_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWib8X_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWicMX_EduPJbEsMYXjUQ" name="many" visibility="public" type="_SeWkM8X_EduPJbEsMYXjUQ" isOrdered="true" isReadOnly="true" isDerived="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWiccX_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWicsX_EduPJbEsMYXjUQ" name="required" visibility="public" type="_SeWkM8X_EduPJbEsMYXjUQ" isOrdered="true" isReadOnly="true" isDerived="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWic8X_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWidMX_EduPJbEsMYXjUQ" name="eType" type="_SeWjG8X_EduPJbEsMYXjUQ" isOrdered="true" association="_SeWkBsX_EduPJbEsMYXjUQ"> <eAnnotations xmi:id="_SeWidcX_EduPJbEsMYXjUQ" source="http://www.eclipse.org/emf/2002/GenModel"> <details xmi:id="_SeWidsX_EduPJbEsMYXjUQ" key="suppressedUnsetVisibility" value="true"/> <details xmi:id="_SeWid8X_EduPJbEsMYXjUQ" key="suppressedIsSetVisibility" value="true"/> </eAnnotations> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWieMX_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWiecX_EduPJbEsMYXjUQ" name="eGenericType" type="_SeWjdsX_EduPJbEsMYXjUQ" isOrdered="true" aggregation="composite" association="_SeWkCMX_EduPJbEsMYXjUQ"> <eAnnotations xmi:id="_SeWiesX_EduPJbEsMYXjUQ" source="http://www.eclipse.org/emf/2002/GenModel"> <details xmi:id="_SeWie8X_EduPJbEsMYXjUQ" key="suppressedUnsetVisibility" value="true"/> <details xmi:id="_SeWifMX_EduPJbEsMYXjUQ" key="suppressedIsSetVisibility" value="true"/> </eAnnotations> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWifcX_EduPJbEsMYXjUQ"/> </ownedAttribute> </packagedElement> <packagedElement xmi:type="uml:Class" xmi:id="_SeWjccX_EduPJbEsMYXjUQ" name="ETypeParameter"> <generalization xmi:id="_SeWjcsX_EduPJbEsMYXjUQ" general="_SeWifsX_EduPJbEsMYXjUQ"/> <ownedAttribute xmi:id="_SeWjc8X_EduPJbEsMYXjUQ" name="eBounds" type="_SeWjdsX_EduPJbEsMYXjUQ" isOrdered="true" aggregation="composite" association="_SeWjksX_EduPJbEsMYXjUQ"> <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_SeWjdMX_EduPJbEsMYXjUQ" value="*"/> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjdcX_EduPJbEsMYXjUQ"/> </ownedAttribute> </packagedElement> <packagedElement xmi:type="uml:Association" xmi:id="_SeWjbsX_EduPJbEsMYXjUQ" memberEnd="_SeWjVsX_EduPJbEsMYXjUQ _SeWjRsX_EduPJbEsMYXjUQ"/> <packagedElement xmi:type="uml:Association" xmi:id="_SeWjb8X_EduPJbEsMYXjUQ" memberEnd="_SeWjR8X_EduPJbEsMYXjUQ _SeWjLcX_EduPJbEsMYXjUQ"/> <packagedElement xmi:type="uml:Association" xmi:id="_SeWjcMX_EduPJbEsMYXjUQ" memberEnd="_SeWjSsX_EduPJbEsMYXjUQ _SeWjTcX_EduPJbEsMYXjUQ"/> <packagedElement xmi:type="uml:Association" xmi:id="_SeWjhsX_EduPJbEsMYXjUQ" memberEnd="_SeWjesX_EduPJbEsMYXjUQ _SeWjh8X_EduPJbEsMYXjUQ"> <ownedEnd xmi:id="_SeWjh8X_EduPJbEsMYXjUQ" type="_SeWjdsX_EduPJbEsMYXjUQ" association="_SeWjhsX_EduPJbEsMYXjUQ"/> </packagedElement> <packagedElement xmi:type="uml:Association" xmi:id="_SeWjiMX_EduPJbEsMYXjUQ" memberEnd="_SeWjfMX_EduPJbEsMYXjUQ _SeWjicX_EduPJbEsMYXjUQ"> <ownedEnd xmi:id="_SeWjicX_EduPJbEsMYXjUQ" type="_SeWjdsX_EduPJbEsMYXjUQ" association="_SeWjiMX_EduPJbEsMYXjUQ"/> </packagedElement> <packagedElement xmi:type="uml:Association" xmi:id="_SeWjisX_EduPJbEsMYXjUQ" memberEnd="_SeWjf8X_EduPJbEsMYXjUQ _SeWji8X_EduPJbEsMYXjUQ"> <ownedEnd xmi:id="_SeWji8X_EduPJbEsMYXjUQ" type="_SeWjdsX_EduPJbEsMYXjUQ" association="_SeWjisX_EduPJbEsMYXjUQ"/> </packagedElement> <packagedElement xmi:type="uml:Association" xmi:id="_SeWjjMX_EduPJbEsMYXjUQ" memberEnd="_SeWjgMX_EduPJbEsMYXjUQ _SeWjjcX_EduPJbEsMYXjUQ"> <ownedEnd xmi:id="_SeWjjcX_EduPJbEsMYXjUQ" type="_SeWjdsX_EduPJbEsMYXjUQ" association="_SeWjjMX_EduPJbEsMYXjUQ"/> </packagedElement> <packagedElement xmi:type="uml:Association" xmi:id="_SeWjjsX_EduPJbEsMYXjUQ" memberEnd="_SeWjgsX_EduPJbEsMYXjUQ _SeWjj8X_EduPJbEsMYXjUQ"> <ownedEnd xmi:id="_SeWjj8X_EduPJbEsMYXjUQ" type="_SeWjdsX_EduPJbEsMYXjUQ" association="_SeWjjsX_EduPJbEsMYXjUQ"/> </packagedElement> <packagedElement xmi:type="uml:Association" xmi:id="_SeWjkMX_EduPJbEsMYXjUQ" memberEnd="_SeWjhMX_EduPJbEsMYXjUQ _SeWjkcX_EduPJbEsMYXjUQ"> <ownedEnd xmi:id="_SeWjkcX_EduPJbEsMYXjUQ" type="_SeWjdsX_EduPJbEsMYXjUQ" association="_SeWjkMX_EduPJbEsMYXjUQ"/> </packagedElement> <packagedElement xmi:type="uml:Association" xmi:id="_SeWjksX_EduPJbEsMYXjUQ" memberEnd="_SeWjc8X_EduPJbEsMYXjUQ _SeWjk8X_EduPJbEsMYXjUQ"> <ownedEnd xmi:id="_SeWjk8X_EduPJbEsMYXjUQ" type="_SeWjccX_EduPJbEsMYXjUQ" association="_SeWjksX_EduPJbEsMYXjUQ"/> </packagedElement> <packagedElement xmi:type="uml:Association" xmi:id="_SeWjlMX_EduPJbEsMYXjUQ" memberEnd="_SeWjL8X_EduPJbEsMYXjUQ _SeWjlcX_EduPJbEsMYXjUQ"> <ownedEnd xmi:id="_SeWjlcX_EduPJbEsMYXjUQ" type="_SeWjG8X_EduPJbEsMYXjUQ" association="_SeWjlMX_EduPJbEsMYXjUQ"/> </packagedElement> <packagedElement xmi:type="uml:Association" xmi:id="_SeWjlsX_EduPJbEsMYXjUQ" memberEnd="_SeWi1cX_EduPJbEsMYXjUQ _SeWjl8X_EduPJbEsMYXjUQ"> <ownedEnd xmi:id="_SeWjl8X_EduPJbEsMYXjUQ" type="_SeWizcX_EduPJbEsMYXjUQ" association="_SeWjlsX_EduPJbEsMYXjUQ"/> </packagedElement> <packagedElement xmi:type="uml:Association" xmi:id="_SeWjsMX_EduPJbEsMYXjUQ" memberEnd="_SeWi28X_EduPJbEsMYXjUQ _SeWjnMX_EduPJbEsMYXjUQ"/> <packagedElement xmi:type="uml:Association" xmi:id="_SeWjscX_EduPJbEsMYXjUQ" memberEnd="_SeWjnsX_EduPJbEsMYXjUQ _SeWjssX_EduPJbEsMYXjUQ"> <ownedEnd xmi:id="_SeWjssX_EduPJbEsMYXjUQ" type="_SeWjmMX_EduPJbEsMYXjUQ" association="_SeWjscX_EduPJbEsMYXjUQ"/> </packagedElement> <packagedElement xmi:type="uml:Association" xmi:id="_SeWjt8X_EduPJbEsMYXjUQ" memberEnd="_SeWjocX_EduPJbEsMYXjUQ _SeWjtcX_EduPJbEsMYXjUQ"/> <packagedElement xmi:type="uml:Association" xmi:id="_SeWjuMX_EduPJbEsMYXjUQ" memberEnd="_SeWjpMX_EduPJbEsMYXjUQ _SeWjucX_EduPJbEsMYXjUQ"> <ownedEnd xmi:id="_SeWjucX_EduPJbEsMYXjUQ" type="_SeWjmMX_EduPJbEsMYXjUQ" association="_SeWjuMX_EduPJbEsMYXjUQ"/> </packagedElement> <packagedElement xmi:type="uml:Association" xmi:id="_SeWjusX_EduPJbEsMYXjUQ" memberEnd="_SeWjqsX_EduPJbEsMYXjUQ _SeWju8X_EduPJbEsMYXjUQ"> <ownedEnd xmi:id="_SeWju8X_EduPJbEsMYXjUQ" type="_SeWjmMX_EduPJbEsMYXjUQ" association="_SeWjusX_EduPJbEsMYXjUQ"/> </packagedElement> <packagedElement xmi:type="uml:Association" xmi:id="_SeWjvMX_EduPJbEsMYXjUQ" memberEnd="_SeWi3sX_EduPJbEsMYXjUQ _SeWjvcX_EduPJbEsMYXjUQ"> <ownedEnd xmi:id="_SeWjvcX_EduPJbEsMYXjUQ" type="_SeWizcX_EduPJbEsMYXjUQ" association="_SeWjvMX_EduPJbEsMYXjUQ"/> </packagedElement> <packagedElement xmi:type="uml:Association" xmi:id="_SeWjzsX_EduPJbEsMYXjUQ" memberEnd="_SeWjyMX_EduPJbEsMYXjUQ _SeWjz8X_EduPJbEsMYXjUQ"> <ownedEnd xmi:id="_SeWjz8X_EduPJbEsMYXjUQ" type="_SeWjvsX_EduPJbEsMYXjUQ" association="_SeWjzsX_EduPJbEsMYXjUQ"/> </packagedElement> <packagedElement xmi:type="uml:Association" xmi:id="_SeWj0MX_EduPJbEsMYXjUQ" memberEnd="_SeWjysX_EduPJbEsMYXjUQ _SeWj0cX_EduPJbEsMYXjUQ"> <ownedEnd xmi:id="_SeWj0cX_EduPJbEsMYXjUQ" type="_SeWjvsX_EduPJbEsMYXjUQ" association="_SeWj0MX_EduPJbEsMYXjUQ"/> </packagedElement> <packagedElement xmi:type="uml:Association" xmi:id="_SeWj0sX_EduPJbEsMYXjUQ" memberEnd="_SeWjy8X_EduPJbEsMYXjUQ _SeWj08X_EduPJbEsMYXjUQ"> <ownedEnd xmi:id="_SeWj08X_EduPJbEsMYXjUQ" type="_SeWjvsX_EduPJbEsMYXjUQ" association="_SeWj0sX_EduPJbEsMYXjUQ"/> </packagedElement> <packagedElement xmi:type="uml:Association" xmi:id="_SeWj1MX_EduPJbEsMYXjUQ" memberEnd="_SeWi4cX_EduPJbEsMYXjUQ _SeWj1cX_EduPJbEsMYXjUQ"> <ownedEnd xmi:id="_SeWj1cX_EduPJbEsMYXjUQ" type="_SeWizcX_EduPJbEsMYXjUQ" association="_SeWj1MX_EduPJbEsMYXjUQ"/> </packagedElement> <packagedElement xmi:type="uml:Association" xmi:id="_SeWj1sX_EduPJbEsMYXjUQ" memberEnd="_SeWi5MX_EduPJbEsMYXjUQ _SeWj18X_EduPJbEsMYXjUQ"> <ownedEnd xmi:id="_SeWj18X_EduPJbEsMYXjUQ" type="_SeWizcX_EduPJbEsMYXjUQ" association="_SeWj1sX_EduPJbEsMYXjUQ"/> </packagedElement> <packagedElement xmi:type="uml:Association" xmi:id="_SeWj2MX_EduPJbEsMYXjUQ" memberEnd="_SeWi58X_EduPJbEsMYXjUQ _SeWj2cX_EduPJbEsMYXjUQ"> <ownedEnd xmi:id="_SeWj2cX_EduPJbEsMYXjUQ" type="_SeWizcX_EduPJbEsMYXjUQ" association="_SeWj2MX_EduPJbEsMYXjUQ"/> </packagedElement> <packagedElement xmi:type="uml:Association" xmi:id="_SeWj2sX_EduPJbEsMYXjUQ" memberEnd="_SeWi6sX_EduPJbEsMYXjUQ _SeWj28X_EduPJbEsMYXjUQ"> <ownedEnd xmi:id="_SeWj28X_EduPJbEsMYXjUQ" type="_SeWizcX_EduPJbEsMYXjUQ" association="_SeWj2sX_EduPJbEsMYXjUQ"/> </packagedElement> <packagedElement xmi:type="uml:Association" xmi:id="_SeWj3MX_EduPJbEsMYXjUQ" memberEnd="_SeWi7cX_EduPJbEsMYXjUQ _SeWj3cX_EduPJbEsMYXjUQ"> <ownedEnd xmi:id="_SeWj3cX_EduPJbEsMYXjUQ" type="_SeWizcX_EduPJbEsMYXjUQ" association="_SeWj3MX_EduPJbEsMYXjUQ"/> </packagedElement> <packagedElement xmi:type="uml:Association" xmi:id="_SeWj3sX_EduPJbEsMYXjUQ" memberEnd="_SeWi8MX_EduPJbEsMYXjUQ _SeWj38X_EduPJbEsMYXjUQ"> <ownedEnd xmi:id="_SeWj38X_EduPJbEsMYXjUQ" type="_SeWizcX_EduPJbEsMYXjUQ" association="_SeWj3sX_EduPJbEsMYXjUQ"/> </packagedElement> <packagedElement xmi:type="uml:Association" xmi:id="_SeWj4MX_EduPJbEsMYXjUQ" memberEnd="_SeWi88X_EduPJbEsMYXjUQ _SeWj4cX_EduPJbEsMYXjUQ"> <ownedEnd xmi:id="_SeWj4cX_EduPJbEsMYXjUQ" type="_SeWizcX_EduPJbEsMYXjUQ" association="_SeWj4MX_EduPJbEsMYXjUQ"/> </packagedElement> <packagedElement xmi:type="uml:Association" xmi:id="_SeWj4sX_EduPJbEsMYXjUQ" memberEnd="_SeWi9sX_EduPJbEsMYXjUQ _SeWj48X_EduPJbEsMYXjUQ"> <ownedEnd xmi:id="_SeWj48X_EduPJbEsMYXjUQ" type="_SeWizcX_EduPJbEsMYXjUQ" association="_SeWj4sX_EduPJbEsMYXjUQ"/> </packagedElement> <packagedElement xmi:type="uml:Association" xmi:id="_SeWj5MX_EduPJbEsMYXjUQ" memberEnd="_SeWi-MX_EduPJbEsMYXjUQ _SeWiSsX_EduPJbEsMYXjUQ"/> <packagedElement xmi:type="uml:Association" xmi:id="_SeWj5cX_EduPJbEsMYXjUQ" memberEnd="_SeWi-8X_EduPJbEsMYXjUQ _SeWj5sX_EduPJbEsMYXjUQ"> <ownedEnd xmi:id="_SeWj5sX_EduPJbEsMYXjUQ" type="_SeWizcX_EduPJbEsMYXjUQ" association="_SeWj5cX_EduPJbEsMYXjUQ"/> </packagedElement> <packagedElement xmi:type="uml:Association" xmi:id="_SeWj58X_EduPJbEsMYXjUQ" memberEnd="_SeWjAcX_EduPJbEsMYXjUQ _SeWj6MX_EduPJbEsMYXjUQ"> <ownedEnd xmi:id="_SeWj6MX_EduPJbEsMYXjUQ" type="_SeWizcX_EduPJbEsMYXjUQ" association="_SeWj58X_EduPJbEsMYXjUQ"/> </packagedElement> <packagedElement xmi:type="uml:Association" xmi:id="_SeWj_8X_EduPJbEsMYXjUQ" memberEnd="_SeWj78X_EduPJbEsMYXjUQ _SeWkAMX_EduPJbEsMYXjUQ"> <ownedEnd xmi:id="_SeWkAMX_EduPJbEsMYXjUQ" type="_SeWj6cX_EduPJbEsMYXjUQ" association="_SeWj_8X_EduPJbEsMYXjUQ"/> </packagedElement> <packagedElement xmi:type="uml:Association" xmi:id="_SeWkAcX_EduPJbEsMYXjUQ" memberEnd="_SeWihsX_EduPJbEsMYXjUQ _SeWj8sX_EduPJbEsMYXjUQ"/> <packagedElement xmi:type="uml:Association" xmi:id="_SeWkAsX_EduPJbEsMYXjUQ" memberEnd="_SeWj9MX_EduPJbEsMYXjUQ _SeWkA8X_EduPJbEsMYXjUQ"> <ownedEnd xmi:id="_SeWkA8X_EduPJbEsMYXjUQ" type="_SeWj6cX_EduPJbEsMYXjUQ" association="_SeWkAsX_EduPJbEsMYXjUQ"/> </packagedElement> <packagedElement xmi:type="uml:Association" xmi:id="_SeWkBMX_EduPJbEsMYXjUQ" memberEnd="_SeWj98X_EduPJbEsMYXjUQ _SeWkBcX_EduPJbEsMYXjUQ"> <ownedEnd xmi:id="_SeWkBcX_EduPJbEsMYXjUQ" type="_SeWj6cX_EduPJbEsMYXjUQ" association="_SeWkBMX_EduPJbEsMYXjUQ"/> </packagedElement> <packagedElement xmi:type="uml:Association" xmi:id="_SeWkBsX_EduPJbEsMYXjUQ" memberEnd="_SeWidMX_EduPJbEsMYXjUQ _SeWkB8X_EduPJbEsMYXjUQ"> <ownedEnd xmi:id="_SeWkB8X_EduPJbEsMYXjUQ" type="_SeWiZMX_EduPJbEsMYXjUQ" association="_SeWkBsX_EduPJbEsMYXjUQ"/> </packagedElement> <packagedElement xmi:type="uml:Association" xmi:id="_SeWkCMX_EduPJbEsMYXjUQ" memberEnd="_SeWiecX_EduPJbEsMYXjUQ _SeWkCcX_EduPJbEsMYXjUQ"> <ownedEnd xmi:id="_SeWkCcX_EduPJbEsMYXjUQ" type="_SeWiZMX_EduPJbEsMYXjUQ" association="_SeWkCMX_EduPJbEsMYXjUQ"/> </packagedElement> <packagedElement xmi:type="uml:Association" xmi:id="_SeWkCsX_EduPJbEsMYXjUQ" memberEnd="_SeWiR8X_EduPJbEsMYXjUQ _SeWkC8X_EduPJbEsMYXjUQ"> <ownedEnd xmi:id="_SeWkC8X_EduPJbEsMYXjUQ" type="_SeWiQcX_EduPJbEsMYXjUQ" association="_SeWkCsX_EduPJbEsMYXjUQ"/> </packagedElement> <packagedElement xmi:type="uml:Association" xmi:id="_SeWkLMX_EduPJbEsMYXjUQ" memberEnd="_SeWkEMX_EduPJbEsMYXjUQ _SeWkKsX_EduPJbEsMYXjUQ"/> <packagedElement xmi:type="uml:PrimitiveType" xmi:id="_SeWkLcX_EduPJbEsMYXjUQ" name="EBigDecimal"> <eAnnotations xmi:id="_SeWkLsX_EduPJbEsMYXjUQ" source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details xmi:id="_SeWkL8X_EduPJbEsMYXjUQ" key="baseType" value="http://www.w3.org/2001/XMLSchema#decimal"/> </eAnnotations> </packagedElement> <packagedElement xmi:type="uml:PrimitiveType" xmi:id="_SeWkMMX_EduPJbEsMYXjUQ" name="EBigInteger"> <eAnnotations xmi:id="_SeWkMcX_EduPJbEsMYXjUQ" source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details xmi:id="_SeWkMsX_EduPJbEsMYXjUQ" key="baseType" value="http://www.w3.org/2001/XMLSchema#integer"/> </eAnnotations> </packagedElement> <packagedElement xmi:type="uml:PrimitiveType" xmi:id="_SeWkM8X_EduPJbEsMYXjUQ" name="EBoolean"> <eAnnotations xmi:id="_SeWkNMX_EduPJbEsMYXjUQ" source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details xmi:id="_SeWkNcX_EduPJbEsMYXjUQ" key="baseType" value="http://www.w3.org/2001/XMLSchema#boolean"/> </eAnnotations> </packagedElement> <packagedElement xmi:type="uml:PrimitiveType" xmi:id="_SeWkNsX_EduPJbEsMYXjUQ" name="EBooleanObject"> <eAnnotations xmi:id="_SeWkN8X_EduPJbEsMYXjUQ" source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details xmi:id="_SeWkOMX_EduPJbEsMYXjUQ" key="name" value="EBoolean:Object"/> <details xmi:id="_SeWkOcX_EduPJbEsMYXjUQ" key="baseType" value="EBoolean"/> </eAnnotations> <generalization xmi:id="_SeWkOsX_EduPJbEsMYXjUQ" general="_SeWkM8X_EduPJbEsMYXjUQ"/> </packagedElement> <packagedElement xmi:type="uml:PrimitiveType" xmi:id="_SeWkO8X_EduPJbEsMYXjUQ" name="EByte"> <eAnnotations xmi:id="_SeWkPMX_EduPJbEsMYXjUQ" source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details xmi:id="_SeWkPcX_EduPJbEsMYXjUQ" key="baseType" value="http://www.w3.org/2001/XMLSchema#byte"/> </eAnnotations> </packagedElement> <packagedElement xmi:type="uml:PrimitiveType" xmi:id="_SeWkPsX_EduPJbEsMYXjUQ" name="EByteArray"> <eAnnotations xmi:id="_SeWkP8X_EduPJbEsMYXjUQ" source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details xmi:id="_SeWkQMX_EduPJbEsMYXjUQ" key="baseType" value="http://www.w3.org/2001/XMLSchema#hexBinary"/> </eAnnotations> </packagedElement> <packagedElement xmi:type="uml:PrimitiveType" xmi:id="_SeWkQcX_EduPJbEsMYXjUQ" name="EByteObject"> <eAnnotations xmi:id="_SeWkQsX_EduPJbEsMYXjUQ" source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details xmi:id="_SeWkQ8X_EduPJbEsMYXjUQ" key="name" value="EByte:Object"/> <details xmi:id="_SeWkRMX_EduPJbEsMYXjUQ" key="baseType" value="EByte"/> </eAnnotations> <generalization xmi:id="_SeWkRcX_EduPJbEsMYXjUQ" general="_SeWkO8X_EduPJbEsMYXjUQ"/> </packagedElement> <packagedElement xmi:type="uml:PrimitiveType" xmi:id="_SeWkRsX_EduPJbEsMYXjUQ" name="EChar"/> <packagedElement xmi:type="uml:PrimitiveType" xmi:id="_SeWkR8X_EduPJbEsMYXjUQ" name="ECharacterObject"> <eAnnotations xmi:id="_SeWkSMX_EduPJbEsMYXjUQ" source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details xmi:id="_SeWkScX_EduPJbEsMYXjUQ" key="name" value="EChar:Object"/> <details xmi:id="_SeWkSsX_EduPJbEsMYXjUQ" key="baseType" value="EChar"/> </eAnnotations> <generalization xmi:id="_SeWkS8X_EduPJbEsMYXjUQ" general="_SeWkRsX_EduPJbEsMYXjUQ"/> </packagedElement> <packagedElement xmi:type="uml:PrimitiveType" xmi:id="_SeWkTMX_EduPJbEsMYXjUQ" name="EDate"/> <packagedElement xmi:type="uml:PrimitiveType" xmi:id="_SeWkTcX_EduPJbEsMYXjUQ" name="EDiagnosticChain"/> <packagedElement xmi:type="uml:PrimitiveType" xmi:id="_SeWkTsX_EduPJbEsMYXjUQ" name="EDouble"> <eAnnotations xmi:id="_SeWkT8X_EduPJbEsMYXjUQ" source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details xmi:id="_SeWkUMX_EduPJbEsMYXjUQ" key="baseType" value="http://www.w3.org/2001/XMLSchema#double"/> </eAnnotations> </packagedElement> <packagedElement xmi:type="uml:PrimitiveType" xmi:id="_SeWkUcX_EduPJbEsMYXjUQ" name="EDoubleObject"> <eAnnotations xmi:id="_SeWkUsX_EduPJbEsMYXjUQ" source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details xmi:id="_SeWkU8X_EduPJbEsMYXjUQ" key="name" value="EDouble:Object"/> <details xmi:id="_SeWkVMX_EduPJbEsMYXjUQ" key="baseType" value="EDouble"/> </eAnnotations> <generalization xmi:id="_SeWkVcX_EduPJbEsMYXjUQ" general="_SeWkTsX_EduPJbEsMYXjUQ"/> </packagedElement> <packagedElement xmi:type="uml:PrimitiveType" xmi:id="_SeWkVsX_EduPJbEsMYXjUQ" name="EEList"> <ownedTemplateSignature xmi:type="uml:RedefinableTemplateSignature" xmi:id="_SeWkV8X_EduPJbEsMYXjUQ" parameter="_SeWkWMX_EduPJbEsMYXjUQ"> <ownedParameter xmi:type="uml:ClassifierTemplateParameter" xmi:id="_SeWkWMX_EduPJbEsMYXjUQ" parameteredElement="_SeWkWcX_EduPJbEsMYXjUQ"> <ownedParameteredElement xmi:type="uml:Class" xmi:id="_SeWkWcX_EduPJbEsMYXjUQ" name="E" templateParameter="_SeWkWMX_EduPJbEsMYXjUQ"/> </ownedParameter> </ownedTemplateSignature> </packagedElement> <packagedElement xmi:type="uml:PrimitiveType" xmi:id="_SeWkWsX_EduPJbEsMYXjUQ" name="EEnumerator"/> <packagedElement xmi:type="uml:PrimitiveType" xmi:id="_SeWkW8X_EduPJbEsMYXjUQ" name="EFeatureMap"/> <packagedElement xmi:type="uml:PrimitiveType" xmi:id="_SeWkXMX_EduPJbEsMYXjUQ" name="EFeatureMapEntry"/> <packagedElement xmi:type="uml:PrimitiveType" xmi:id="_SeWkXcX_EduPJbEsMYXjUQ" name="EFloat"> <eAnnotations xmi:id="_SeWkXsX_EduPJbEsMYXjUQ" source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details xmi:id="_SeWkX8X_EduPJbEsMYXjUQ" key="baseType" value="http://www.w3.org/2001/XMLSchema#float"/> </eAnnotations> </packagedElement> <packagedElement xmi:type="uml:PrimitiveType" xmi:id="_SeWkYMX_EduPJbEsMYXjUQ" name="EFloatObject"> <eAnnotations xmi:id="_SeWkYcX_EduPJbEsMYXjUQ" source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details xmi:id="_SeWkYsX_EduPJbEsMYXjUQ" key="name" value="EFloat:Object"/> <details xmi:id="_SeWkY8X_EduPJbEsMYXjUQ" key="baseType" value="EFloat"/> </eAnnotations> <generalization xmi:id="_SeWkZMX_EduPJbEsMYXjUQ" general="_SeWkXcX_EduPJbEsMYXjUQ"/> </packagedElement> <packagedElement xmi:type="uml:PrimitiveType" xmi:id="_SeWkZcX_EduPJbEsMYXjUQ" name="EInt"> <eAnnotations xmi:id="_SeWkZsX_EduPJbEsMYXjUQ" source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details xmi:id="_SeWkZ8X_EduPJbEsMYXjUQ" key="baseType" value="http://www.w3.org/2001/XMLSchema#int"/> </eAnnotations> </packagedElement> <packagedElement xmi:type="uml:PrimitiveType" xmi:id="_SeWkaMX_EduPJbEsMYXjUQ" name="EIntegerObject"> <eAnnotations xmi:id="_SeWkacX_EduPJbEsMYXjUQ" source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details xmi:id="_SeWkasX_EduPJbEsMYXjUQ" key="name" value="EInt:Object"/> <details xmi:id="_SeWka8X_EduPJbEsMYXjUQ" key="baseType" value="EInt"/> </eAnnotations> <generalization xmi:id="_SeWkbMX_EduPJbEsMYXjUQ" general="_SeWkZcX_EduPJbEsMYXjUQ"/> </packagedElement> <packagedElement xmi:type="uml:PrimitiveType" xmi:id="_SeWkbcX_EduPJbEsMYXjUQ" name="EJavaClass"> <ownedTemplateSignature xmi:type="uml:RedefinableTemplateSignature" xmi:id="_SeWkbsX_EduPJbEsMYXjUQ" parameter="_SeWkb8X_EduPJbEsMYXjUQ"> <ownedParameter xmi:type="uml:ClassifierTemplateParameter" xmi:id="_SeWkb8X_EduPJbEsMYXjUQ" parameteredElement="_SeWkcMX_EduPJbEsMYXjUQ"> <ownedParameteredElement xmi:type="uml:Class" xmi:id="_SeWkcMX_EduPJbEsMYXjUQ" name="T" templateParameter="_SeWkb8X_EduPJbEsMYXjUQ"/> </ownedParameter> </ownedTemplateSignature> </packagedElement> <packagedElement xmi:type="uml:PrimitiveType" xmi:id="_SeWkccX_EduPJbEsMYXjUQ" name="EJavaObject"/> <packagedElement xmi:type="uml:PrimitiveType" xmi:id="_SeWkcsX_EduPJbEsMYXjUQ" name="ELong"> <eAnnotations xmi:id="_SeWkc8X_EduPJbEsMYXjUQ" source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details xmi:id="_SeWkdMX_EduPJbEsMYXjUQ" key="baseType" value="http://www.w3.org/2001/XMLSchema#long"/> </eAnnotations> </packagedElement> <packagedElement xmi:type="uml:PrimitiveType" xmi:id="_SeWkdcX_EduPJbEsMYXjUQ" name="ELongObject"> <eAnnotations xmi:id="_SeWkdsX_EduPJbEsMYXjUQ" source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details xmi:id="_SeWkd8X_EduPJbEsMYXjUQ" key="name" value="ELong:Object"/> <details xmi:id="_SeWkeMX_EduPJbEsMYXjUQ" key="baseType" value="ELong"/> </eAnnotations> <generalization xmi:id="_SeWkecX_EduPJbEsMYXjUQ" general="_SeWkcsX_EduPJbEsMYXjUQ"/> </packagedElement> <packagedElement xmi:type="uml:PrimitiveType" xmi:id="_SeWkesX_EduPJbEsMYXjUQ" name="EMap"> <ownedTemplateSignature xmi:type="uml:RedefinableTemplateSignature" xmi:id="_SeWke8X_EduPJbEsMYXjUQ" parameter="_SeWkfMX_EduPJbEsMYXjUQ _SeWkfsX_EduPJbEsMYXjUQ"> <ownedParameter xmi:type="uml:ClassifierTemplateParameter" xmi:id="_SeWkfMX_EduPJbEsMYXjUQ" parameteredElement="_SeWkfcX_EduPJbEsMYXjUQ"> <ownedParameteredElement xmi:type="uml:Class" xmi:id="_SeWkfcX_EduPJbEsMYXjUQ" name="K" templateParameter="_SeWkfMX_EduPJbEsMYXjUQ"/> </ownedParameter> <ownedParameter xmi:type="uml:ClassifierTemplateParameter" xmi:id="_SeWkfsX_EduPJbEsMYXjUQ" parameteredElement="_SeWkf8X_EduPJbEsMYXjUQ"> <ownedParameteredElement xmi:type="uml:Class" xmi:id="_SeWkf8X_EduPJbEsMYXjUQ" name="V" templateParameter="_SeWkfsX_EduPJbEsMYXjUQ"/> </ownedParameter> </ownedTemplateSignature> </packagedElement> <packagedElement xmi:type="uml:PrimitiveType" xmi:id="_SeWkgMX_EduPJbEsMYXjUQ" name="EResource"/> <packagedElement xmi:type="uml:PrimitiveType" xmi:id="_SeWkgcX_EduPJbEsMYXjUQ" name="EResourceSet"/> <packagedElement xmi:type="uml:PrimitiveType" xmi:id="_SeWkgsX_EduPJbEsMYXjUQ" name="EShort"> <eAnnotations xmi:id="_SeWkg8X_EduPJbEsMYXjUQ" source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details xmi:id="_SeWkhMX_EduPJbEsMYXjUQ" key="baseType" value="http://www.w3.org/2001/XMLSchema#short"/> </eAnnotations> </packagedElement> <packagedElement xmi:type="uml:PrimitiveType" xmi:id="_SeWkhcX_EduPJbEsMYXjUQ" name="EShortObject"> <eAnnotations xmi:id="_SeWkhsX_EduPJbEsMYXjUQ" source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details xmi:id="_SeWkh8X_EduPJbEsMYXjUQ" key="name" value="EShort:Object"/> <details xmi:id="_SeWkiMX_EduPJbEsMYXjUQ" key="baseType" value="EShort"/> </eAnnotations> <generalization xmi:id="_SeWkicX_EduPJbEsMYXjUQ" general="_SeWkgsX_EduPJbEsMYXjUQ"/> </packagedElement> <packagedElement xmi:type="uml:PrimitiveType" xmi:id="_SeWkisX_EduPJbEsMYXjUQ" name="EString"> <eAnnotations xmi:id="_SeWki8X_EduPJbEsMYXjUQ" source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details xmi:id="_SeWkjMX_EduPJbEsMYXjUQ" key="baseType" value="http://www.w3.org/2001/XMLSchema#string"/> </eAnnotations> </packagedElement> <packagedElement xmi:type="uml:PrimitiveType" xmi:id="_SeWkjcX_EduPJbEsMYXjUQ" name="ETreeIterator"> <ownedTemplateSignature xmi:type="uml:RedefinableTemplateSignature" xmi:id="_SeWkjsX_EduPJbEsMYXjUQ" parameter="_SeWkj8X_EduPJbEsMYXjUQ"> <ownedParameter xmi:type="uml:ClassifierTemplateParameter" xmi:id="_SeWkj8X_EduPJbEsMYXjUQ" parameteredElement="_SeWkkMX_EduPJbEsMYXjUQ"> <ownedParameteredElement xmi:type="uml:Class" xmi:id="_SeWkkMX_EduPJbEsMYXjUQ" name="E" templateParameter="_SeWkj8X_EduPJbEsMYXjUQ"/> </ownedParameter> </ownedTemplateSignature> </packagedElement> <profileApplication xmi:id="_SeWkkcX_EduPJbEsMYXjUQ"> <eAnnotations xmi:id="_SeWkksX_EduPJbEsMYXjUQ" source="http://www.eclipse.org/uml2/2.0.0/UML"> <references xmi:type="ecore:EPackage" href="pathmap://UML_PROFILES/Ecore.profile.uml#_B7dOIMEREduRdatXodjBjA"/> </eAnnotations> <appliedProfile href="pathmap://UML_PROFILES/Ecore.profile.uml#_0"/> </profileApplication> </uml:Model> <Ecore:EPackage xmi:id="_uuJ5sMYcEduPJbEsMYXjUQ" base_Package="_SeWiQMX_EduPJbEsMYXjUQ" packageName="ecore" nsPrefix="ecore" nsURI="http://www.eclipse.org/emf/2002/Ecore"/> <Ecore:EAttribute xmi:id="_uuJ5tMYcEduPJbEsMYXjUQ" base_Property="_SeWiRcX_EduPJbEsMYXjUQ" attributeName="iD"/> <Ecore:EReference xmi:id="_uuJ5tcYcEduPJbEsMYXjUQ" isTransient="true" isVolatile="true" base_Property="_SeWiR8X_EduPJbEsMYXjUQ"/> <Ecore:EReference xmi:id="_uumlqsYcEduPJbEsMYXjUQ" isTransient="true" base_Property="_SeWiSsX_EduPJbEsMYXjUQ" isResolveProxies="false"/> <Ecore:EAttribute xmi:id="_uumlq8YcEduPJbEsMYXjUQ" isTransient="true" isVolatile="true" base_Property="_SeWiVMX_EduPJbEsMYXjUQ"/> <Ecore:EAttribute xmi:id="_uuvvkMYcEduPJbEsMYXjUQ" isTransient="true" isVolatile="true" base_Property="_SeWicMX_EduPJbEsMYXjUQ"/> <Ecore:EAttribute xmi:id="_uvfWcMYcEduPJbEsMYXjUQ" isTransient="true" isVolatile="true" base_Property="_SeWicsX_EduPJbEsMYXjUQ"/> <Ecore:EReference xmi:id="_uvfWccYcEduPJbEsMYXjUQ" isVolatile="true" isUnsettable="true" visibility="ReadWrite" base_Property="_SeWidMX_EduPJbEsMYXjUQ"/> <Ecore:EReference xmi:id="_uvfWcsYcEduPJbEsMYXjUQ" isVolatile="true" isUnsettable="true" visibility="ReadWrite" base_Property="_SeWiecX_EduPJbEsMYXjUQ" isResolveProxies="false"/> <Ecore:EReference xmi:id="_uuc0qsYcEduPJbEsMYXjUQ" base_Property="_SeWihsX_EduPJbEsMYXjUQ" isResolveProxies="false"/> <Ecore:EReference xmi:id="_uuJ5tsYcEduPJbEsMYXjUQ" isUnsettable="true" visibility="ReadWrite" base_Property="_SeWi1cX_EduPJbEsMYXjUQ"/> <Ecore:EReference xmi:id="_uuJ5t8YcEduPJbEsMYXjUQ" base_Property="_SeWi28X_EduPJbEsMYXjUQ" isResolveProxies="false"/> <Ecore:EReference xmi:id="_uuJ5uMYcEduPJbEsMYXjUQ" isTransient="true" isVolatile="true" base_Property="_SeWi3sX_EduPJbEsMYXjUQ"/> <Ecore:EReference xmi:id="_uuJ5ucYcEduPJbEsMYXjUQ" isTransient="true" isVolatile="true" base_Property="_SeWi4cX_EduPJbEsMYXjUQ"/> <Ecore:EReference xmi:id="_uuJ5usYcEduPJbEsMYXjUQ" isTransient="true" isVolatile="true" base_Property="_SeWi5MX_EduPJbEsMYXjUQ"/> <Ecore:EReference xmi:id="_uuTDoMYcEduPJbEsMYXjUQ" isTransient="true" isVolatile="true" base_Property="_SeWi58X_EduPJbEsMYXjUQ"/> <Ecore:EReference xmi:id="_uuTDocYcEduPJbEsMYXjUQ" isTransient="true" isVolatile="true" base_Property="_SeWi6sX_EduPJbEsMYXjUQ"/> <Ecore:EReference xmi:id="_uuTDosYcEduPJbEsMYXjUQ" isTransient="true" isVolatile="true" base_Property="_SeWi7cX_EduPJbEsMYXjUQ"/> <Ecore:EReference xmi:id="_uuTDo8YcEduPJbEsMYXjUQ" isTransient="true" isVolatile="true" base_Property="_SeWi8MX_EduPJbEsMYXjUQ"/> <Ecore:EReference xmi:id="_uuTDpMYcEduPJbEsMYXjUQ" isTransient="true" isVolatile="true" base_Property="_SeWi88X_EduPJbEsMYXjUQ"/> <Ecore:EReference xmi:id="_uuTDpcYcEduPJbEsMYXjUQ" isTransient="true" isVolatile="true" base_Property="_SeWi9sX_EduPJbEsMYXjUQ" isResolveProxies="false"/> <Ecore:EReference xmi:id="_uuTDpsYcEduPJbEsMYXjUQ" base_Property="_SeWi-MX_EduPJbEsMYXjUQ" isResolveProxies="false"/> <Ecore:EReference xmi:id="_uuTDp8YcEduPJbEsMYXjUQ" isUnsettable="true" visibility="ReadWrite" base_Property="_SeWi-8X_EduPJbEsMYXjUQ" isResolveProxies="false"/> <Ecore:EReference xmi:id="_uuTDqMYcEduPJbEsMYXjUQ" isTransient="true" isVolatile="true" base_Property="_SeWjAcX_EduPJbEsMYXjUQ"/> <Ecore:EAttribute xmi:id="_uuTDqcYcEduPJbEsMYXjUQ" isVolatile="true" isUnsettable="true" visibility="ReadWrite" base_Property="_SeWjH8X_EduPJbEsMYXjUQ"/> <Ecore:EAttribute xmi:id="_uuTDqsYcEduPJbEsMYXjUQ" isTransient="true" isVolatile="true" base_Property="_SeWjJMX_EduPJbEsMYXjUQ"/> <Ecore:EAttribute xmi:id="_uuTDq8YcEduPJbEsMYXjUQ" isTransient="true" isVolatile="true" base_Property="_SeWjJsX_EduPJbEsMYXjUQ"/> <Ecore:EAttribute xmi:id="_uuTDrMYcEduPJbEsMYXjUQ" isVolatile="true" isUnsettable="true" visibility="ReadWrite" base_Property="_SeWjKMX_EduPJbEsMYXjUQ"/> <Ecore:EReference xmi:id="_uuc0oMYcEduPJbEsMYXjUQ" isTransient="true" base_Property="_SeWjLcX_EduPJbEsMYXjUQ"/> <Ecore:EReference xmi:id="_uumlpMYcEduPJbEsMYXjUQ" isTransient="true" base_Property="_SeWjRsX_EduPJbEsMYXjUQ" isResolveProxies="false"/> <Ecore:EReference xmi:id="_uumlpcYcEduPJbEsMYXjUQ" isTransient="true" base_Property="_SeWjTcX_EduPJbEsMYXjUQ"/> <Ecore:EReference xmi:id="_uuc0pMYcEduPJbEsMYXjUQ" isTransient="true" base_Property="_SeWjVsX_EduPJbEsMYXjUQ" isResolveProxies="false"/> <Ecore:EReference xmi:id="_uvfWc8YcEduPJbEsMYXjUQ" base_Property="_SeWjc8X_EduPJbEsMYXjUQ" isResolveProxies="false"/> <Ecore:EReference xmi:id="_uuc0pcYcEduPJbEsMYXjUQ" base_Property="_SeWjesX_EduPJbEsMYXjUQ" isResolveProxies="false"/> <Ecore:EReference xmi:id="_uuc0psYcEduPJbEsMYXjUQ" base_Property="_SeWjfMX_EduPJbEsMYXjUQ" isResolveProxies="false"/> <Ecore:EReference xmi:id="_uuc0p8YcEduPJbEsMYXjUQ" isTransient="true" base_Property="_SeWjf8X_EduPJbEsMYXjUQ"/> <Ecore:EReference xmi:id="_uuc0qMYcEduPJbEsMYXjUQ" base_Property="_SeWjgMX_EduPJbEsMYXjUQ" isResolveProxies="false"/> <Ecore:EReference xmi:id="_uuc0qcYcEduPJbEsMYXjUQ" base_Property="_SeWjgsX_EduPJbEsMYXjUQ" isResolveProxies="false"/> <Ecore:EReference xmi:id="_uumloMYcEduPJbEsMYXjUQ" isTransient="true" base_Property="_SeWjnMX_EduPJbEsMYXjUQ" isResolveProxies="false"/> <Ecore:EReference xmi:id="_uumlocYcEduPJbEsMYXjUQ" base_Property="_SeWjocX_EduPJbEsMYXjUQ" isResolveProxies="false"/> <Ecore:EReference xmi:id="_uumlosYcEduPJbEsMYXjUQ" isUnsettable="true" visibility="ReadWrite" base_Property="_SeWjpMX_EduPJbEsMYXjUQ"/> <Ecore:EReference xmi:id="_uumlo8YcEduPJbEsMYXjUQ" isUnsettable="true" visibility="ReadWrite" base_Property="_SeWjqsX_EduPJbEsMYXjUQ" isResolveProxies="false"/> <Ecore:EReference xmi:id="_uumlpsYcEduPJbEsMYXjUQ" isTransient="true" base_Property="_SeWjtcX_EduPJbEsMYXjUQ" isResolveProxies="false"/> <Ecore:EAttribute xmi:id="_uumlp8YcEduPJbEsMYXjUQ" isTransient="true" isVolatile="true" base_Property="_SeWjxMX_EduPJbEsMYXjUQ"/> <Ecore:EReference xmi:id="_uumlqMYcEduPJbEsMYXjUQ" isTransient="true" isVolatile="true" base_Property="_SeWjysX_EduPJbEsMYXjUQ"/> <Ecore:EReference xmi:id="_uuJ5scYcEduPJbEsMYXjUQ" base_Property="_SeWj78X_EduPJbEsMYXjUQ" isResolveProxies="false"/> <Ecore:EReference xmi:id="_uuJ5ssYcEduPJbEsMYXjUQ" isTransient="true" base_Property="_SeWj8sX_EduPJbEsMYXjUQ" isResolveProxies="false"/> <Ecore:EReference xmi:id="_uuJ5s8YcEduPJbEsMYXjUQ" base_Property="_SeWj9MX_EduPJbEsMYXjUQ" isResolveProxies="false"/> <Ecore:EClass xmi:id="_uumlqcYcEduPJbEsMYXjUQ" instanceClassName="java.util.Map$Entry" base_Class="_SeWj-sX_EduPJbEsMYXjUQ"/> <Ecore:EReference xmi:id="_uuc0ocYcEduPJbEsMYXjUQ" base_Property="_SeWkEMX_EduPJbEsMYXjUQ" isResolveProxies="false"/> <Ecore:EAttribute xmi:id="_uuc0osYcEduPJbEsMYXjUQ" isTransient="true" base_Property="_SeWkJsX_EduPJbEsMYXjUQ"/> <Ecore:EReference xmi:id="_uuc0o8YcEduPJbEsMYXjUQ" isTransient="true" base_Property="_SeWkKsX_EduPJbEsMYXjUQ" isResolveProxies="false"/> <Ecore:EDataType xmi:id="_uvpHcMYcEduPJbEsMYXjUQ" instanceClassName="java.math.BigDecimal" base_PrimitiveType="_SeWkLcX_EduPJbEsMYXjUQ"/> <Ecore:EDataType xmi:id="_uvpHccYcEduPJbEsMYXjUQ" instanceClassName="java.math.BigInteger" base_PrimitiveType="_SeWkMMX_EduPJbEsMYXjUQ"/> <Ecore:EDataType xmi:id="_uvpHcsYcEduPJbEsMYXjUQ" instanceClassName="boolean" base_PrimitiveType="_SeWkM8X_EduPJbEsMYXjUQ"/> <Ecore:EDataType xmi:id="_uvpHc8YcEduPJbEsMYXjUQ" xmlName="EBoolean:Object" instanceClassName="java.lang.Boolean" base_PrimitiveType="_SeWkNsX_EduPJbEsMYXjUQ"/> <Ecore:EDataType xmi:id="_uvpHdMYcEduPJbEsMYXjUQ" instanceClassName="byte" base_PrimitiveType="_SeWkO8X_EduPJbEsMYXjUQ"/> <Ecore:EDataType xmi:id="_uvpHdcYcEduPJbEsMYXjUQ" instanceClassName="byte[]" base_PrimitiveType="_SeWkPsX_EduPJbEsMYXjUQ"/> <Ecore:EDataType xmi:id="_uvpHdsYcEduPJbEsMYXjUQ" xmlName="EByte:Object" instanceClassName="java.lang.Byte" base_PrimitiveType="_SeWkQcX_EduPJbEsMYXjUQ"/> <Ecore:EDataType xmi:id="_uvpHd8YcEduPJbEsMYXjUQ" instanceClassName="char" base_PrimitiveType="_SeWkRsX_EduPJbEsMYXjUQ"/> <Ecore:EDataType xmi:id="_uvpHeMYcEduPJbEsMYXjUQ" xmlName="EChar:Object" instanceClassName="java.lang.Character" base_PrimitiveType="_SeWkR8X_EduPJbEsMYXjUQ"/> <Ecore:EDataType xmi:id="_uvpHecYcEduPJbEsMYXjUQ" instanceClassName="java.util.Date" base_PrimitiveType="_SeWkTMX_EduPJbEsMYXjUQ"/> <Ecore:EDataType xmi:id="_uvpHesYcEduPJbEsMYXjUQ" instanceClassName="org.eclipse.emf.common.util.DiagnosticChain" base_PrimitiveType="_SeWkTcX_EduPJbEsMYXjUQ"/> <Ecore:EDataType xmi:id="_uvpHe8YcEduPJbEsMYXjUQ" instanceClassName="double" base_PrimitiveType="_SeWkTsX_EduPJbEsMYXjUQ"/> <Ecore:EDataType xmi:id="_uvpHfMYcEduPJbEsMYXjUQ" xmlName="EDouble:Object" instanceClassName="java.lang.Double" base_PrimitiveType="_SeWkUcX_EduPJbEsMYXjUQ"/> <Ecore:EDataType xmi:id="_uvpHfcYcEduPJbEsMYXjUQ" instanceClassName="org.eclipse.emf.common.util.EList" base_PrimitiveType="_SeWkVsX_EduPJbEsMYXjUQ"/> <Ecore:EDataType xmi:id="_uvpHfsYcEduPJbEsMYXjUQ" instanceClassName="org.eclipse.emf.common.util.Enumerator" base_PrimitiveType="_SeWkWsX_EduPJbEsMYXjUQ"/> <Ecore:EDataType xmi:id="_uvpHf8YcEduPJbEsMYXjUQ" instanceClassName="org.eclipse.emf.ecore.util.FeatureMap" base_PrimitiveType="_SeWkW8X_EduPJbEsMYXjUQ"/> <Ecore:EDataType xmi:id="_uvpHgMYcEduPJbEsMYXjUQ" instanceClassName="org.eclipse.emf.ecore.util.FeatureMap$Entry" base_PrimitiveType="_SeWkXMX_EduPJbEsMYXjUQ"/> <Ecore:EDataType xmi:id="_uvpHgcYcEduPJbEsMYXjUQ" instanceClassName="float" base_PrimitiveType="_SeWkXcX_EduPJbEsMYXjUQ"/> <Ecore:EDataType xmi:id="_uvpHgsYcEduPJbEsMYXjUQ" xmlName="EFloat:Object" instanceClassName="java.lang.Float" base_PrimitiveType="_SeWkYMX_EduPJbEsMYXjUQ"/> <Ecore:EDataType xmi:id="_uvy4cMYcEduPJbEsMYXjUQ" instanceClassName="int" base_PrimitiveType="_SeWkZcX_EduPJbEsMYXjUQ"/> <Ecore:EDataType xmi:id="_uvy4ccYcEduPJbEsMYXjUQ" xmlName="EInt:Object" instanceClassName="java.lang.Integer" base_PrimitiveType="_SeWkaMX_EduPJbEsMYXjUQ"/> <Ecore:EDataType xmi:id="_uvy4csYcEduPJbEsMYXjUQ" instanceClassName="java.lang.Class" base_PrimitiveType="_SeWkbcX_EduPJbEsMYXjUQ"/> <Ecore:EDataType xmi:id="_uvy4c8YcEduPJbEsMYXjUQ" instanceClassName="java.lang.Object" base_PrimitiveType="_SeWkccX_EduPJbEsMYXjUQ"/> <Ecore:EDataType xmi:id="_uvy4dMYcEduPJbEsMYXjUQ" instanceClassName="long" base_PrimitiveType="_SeWkcsX_EduPJbEsMYXjUQ"/> <Ecore:EDataType xmi:id="_uvy4dcYcEduPJbEsMYXjUQ" xmlName="ELong:Object" instanceClassName="java.lang.Long" base_PrimitiveType="_SeWkdcX_EduPJbEsMYXjUQ"/> <Ecore:EDataType xmi:id="_uvy4dsYcEduPJbEsMYXjUQ" instanceClassName="java.util.Map" base_PrimitiveType="_SeWkesX_EduPJbEsMYXjUQ"/> <Ecore:EDataType xmi:id="_uvy4d8YcEduPJbEsMYXjUQ" instanceClassName="org.eclipse.emf.ecore.resource.Resource" base_PrimitiveType="_SeWkgMX_EduPJbEsMYXjUQ"/> <Ecore:EDataType xmi:id="_uvy4eMYcEduPJbEsMYXjUQ" instanceClassName="org.eclipse.emf.ecore.resource.ResourceSet" base_PrimitiveType="_SeWkgcX_EduPJbEsMYXjUQ"/> <Ecore:EDataType xmi:id="_uvy4ecYcEduPJbEsMYXjUQ" instanceClassName="short" base_PrimitiveType="_SeWkgsX_EduPJbEsMYXjUQ"/> <Ecore:EDataType xmi:id="_uvy4esYcEduPJbEsMYXjUQ" xmlName="EShort:Object" instanceClassName="java.lang.Short" base_PrimitiveType="_SeWkhcX_EduPJbEsMYXjUQ"/> <Ecore:EDataType xmi:id="_uvy4e8YcEduPJbEsMYXjUQ" instanceClassName="java.lang.String" base_PrimitiveType="_SeWkisX_EduPJbEsMYXjUQ"/> <Ecore:EDataType xmi:id="_uvy4fMYcEduPJbEsMYXjUQ" instanceClassName="org.eclipse.emf.common.util.TreeIterator" base_PrimitiveType="_SeWkjcX_EduPJbEsMYXjUQ"/> </xmi:XMI> �����1�����1�����1�����1 CDO_SYSTEM � [INFO] Dropping all tables from repository repo2... [INFO] The CDO system tables are not found in schema "repo2"! Other schemas may contain a CDO repository: repo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' CDOResourceFolder@OID2("BackupBinaryTest_testImportClob") CDOResource@OID3("cdo://repo2/BackupBinaryTest_testImportClob/res1") File@OID4 ******************************************************* BackupBinaryTest.testImportCustomDataType [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: repo2 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' repo1repo1��<��(�<��K���������1http://www.eclipse.org/emf/CDO/tests/model3/1.0.0�ː���1"m 1http://www.eclipse.org/emf/CDO/tests/model3/1.0.05http://www.eclipse.org/emf/CDO/tests/subpackage/1.0.0MAIN�����1:http://www.eclipse.org/emf/CDO/Eresource/4.0.0#CDOResource������1ʐ���1�:http://www.eclipse.org/emf/CDO/Eresource/4.0.0#CDOResource�ː���1��:http://www.eclipse.org/emf/CDO/Eresource/4.0.0#CDOResource�ː���1�res1�9http://www.eclipse.org/emf/CDO/tests/model3/1.0.0#Polygon�ː���1�1,23,14,5@http://www.eclipse.org/emf/CDO/Eresource/4.0.0#CDOResourceFolder�ː���1�)BackupBinaryTest_testImportCustomDataType�ː���1�����1�����1�����1 CDO_SYSTEM � [INFO] Dropping all tables from repository repo2... [INFO] The CDO system tables are not found in schema "repo2"! Other schemas may contain a CDO repository: repo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' CDOResourceFolder@OID2("BackupBinaryTest_testImportCustomDataType") CDOResource@OID3("cdo://repo2/BackupBinaryTest_testImportCustomDataType/res1") Polygon@OID4 ******************************************************* BackupBinaryTest.testImportDate [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: repo2 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' repo1repo1��<����<������������1http://www.eclipse.org/emf/CDO/tests/model1/1.0.0������1 1http://www.eclipse.org/emf/CDO/tests/model1/1.0.0MAINБ���1:http://www.eclipse.org/emf/CDO/Eresource/4.0.0#CDOResource�Б���1�����1�:http://www.eclipse.org/emf/CDO/Eresource/4.0.0#CDOResource������1��:http://www.eclipse.org/emf/CDO/Eresource/4.0.0#CDOResource������1�res1�?http://www.eclipse.org/emf/CDO/tests/model1/1.0.0#PurchaseOrder������1���K@http://www.eclipse.org/emf/CDO/Eresource/4.0.0#CDOResourceFolder������1�BackupBinaryTest_testImportDate������1Б���1Б���1Б���1 CDO_SYSTEM � [INFO] Dropping all tables from repository repo2... [INFO] The CDO system tables are not found in schema "repo2"! Other schemas may contain a CDO repository: repo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' CDOResourceFolder@OID2("BackupBinaryTest_testImportDate") CDOResource@OID3("cdo://repo2/BackupBinaryTest_testImportDate/res1") PurchaseOrder@OID4 ******************************************************* BackupBinaryTest.testImportDetachedRevision [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: repo2 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' repo1repo1��<�ɓ�<������������1http://www.eclipse.org/emf/CDO/tests/model1/1.0.0������1 1http://www.eclipse.org/emf/CDO/tests/model1/1.0.0MAIN�����1:http://www.eclipse.org/emf/CDO/Eresource/4.0.0#CDOResource������1�����1�:http://www.eclipse.org/emf/CDO/Eresource/4.0.0#CDOResource������1��:http://www.eclipse.org/emf/CDO/Eresource/4.0.0#CDOResource������1Γ���1�res1�:http://www.eclipse.org/emf/CDO/Eresource/4.0.0#CDOResource�ϓ���1�res1�?http://www.eclipse.org/emf/CDO/tests/model1/1.0.0#PurchaseOrderϓ���1?http://www.eclipse.org/emf/CDO/tests/model1/1.0.0#PurchaseOrder������1Γ���1���K@http://www.eclipse.org/emf/CDO/Eresource/4.0.0#CDOResourceFolder������1�+BackupBinaryTest_testImportDetachedRevision�ϓ���1�����1�����1�����1�����1�����1 CDO_SYSTEM � [INFO] Dropping all tables from repository repo2... [INFO] The CDO system tables are not found in schema "repo2"! Other schemas may contain a CDO repository: repo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' CDOResourceFolder@OID2("BackupBinaryTest_testImportDetachedRevision") CDOResource@OID3("cdo://repo2/BackupBinaryTest_testImportDetachedRevision/res1") ******************************************************* BackupBinaryTest.testImportExternalReference [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: repo2 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' repo1repo1��<��Y�<�ʍ���������1http://www.eclipse.org/emf/CDO/tests/model1/1.0.0������1 1http://www.eclipse.org/emf/CDO/tests/model1/1.0.0MAINٔ���1:http://www.eclipse.org/emf/CDO/Eresource/4.0.0#CDOResource�ٔ���1�����1�:http://www.eclipse.org/emf/CDO/Eresource/4.0.0#CDOResource������1��:http://www.eclipse.org/emf/CDO/Eresource/4.0.0#CDOResource������1�res1�� [INFO] Dropping all tables from repository repo2... [INFO] The CDO system tables are not found in schema "repo2"! Other schemas may contain a CDO repository: repo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' Customer[TRANSIENT] ******************************************************* BackupBinaryTest.testImportNIL [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: repo2 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' repo1repo1��<���<��R���������1http://www.eclipse.org/emf/CDO/tests/model1/1.0.0�Җ���1 1http://www.eclipse.org/emf/CDO/tests/model1/1.0.01http://www.eclipse.org/emf/CDO/tests/model2/1.0.0�Җ���1=� 1http://www.eclipse.org/emf/CDO/tests/model2/1.0.0MAIN�����1=http://www.eclipse.org/emf/CDO/tests/model2/1.0.0#Unsettable1�Җ���1�:http://www.eclipse.org/emf/CDO/Eresource/4.0.0#CDOResource������1і���1�:http://www.eclipse.org/emf/CDO/Eresource/4.0.0#CDOResource�Җ���1��:http://www.eclipse.org/emf/CDO/Eresource/4.0.0#CDOResource�Җ���1�res1�@http://www.eclipse.org/emf/CDO/Eresource/4.0.0#CDOResourceFolder�Җ���1�BackupBinaryTest_testImportNIL�Җ���1�����1�����1�����1 CDO_SYSTEM � [INFO] Dropping all tables from repository repo2... [INFO] The CDO system tables are not found in schema "repo2"! Other schemas may contain a CDO repository: repo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' CDOResourceFolder@OID2("BackupBinaryTest_testImportNIL") CDOResource@OID3("cdo://repo2/BackupBinaryTest_testImportNIL/res1") Unsettable1@OID4 ******************************************************* BackupBinaryTest.testImportNullListElement [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: repo2 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' repo1repo1��<��8�<��u���������1http://www.eclipse.org/emf/CDO/tests/model3/1.0.0������1"m 1http://www.eclipse.org/emf/CDO/tests/model3/1.0.05http://www.eclipse.org/emf/CDO/tests/subpackage/1.0.0MAIN�����1:http://www.eclipse.org/emf/CDO/Eresource/4.0.0#CDOResource������1�����1�:http://www.eclipse.org/emf/CDO/Eresource/4.0.0#CDOResource������1��:http://www.eclipse.org/emf/CDO/Eresource/4.0.0#CDOResource������1�res1�Ghttp://www.eclipse.org/emf/CDO/tests/model3/1.0.0#PolygonWithDuplicates������1�1,23,4@http://www.eclipse.org/emf/CDO/Eresource/4.0.0#CDOResourceFolder������1�*BackupBinaryTest_testImportNullListElement������1�����1�����1�����1 CDO_SYSTEM � [INFO] Dropping all tables from repository repo2... [INFO] The CDO system tables are not found in schema "repo2"! Other schemas may contain a CDO repository: repo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' CDOResourceFolder@OID2("BackupBinaryTest_testImportNullListElement") CDOResource@OID3("cdo://repo2/BackupBinaryTest_testImportNullListElement/res1") PolygonWithDuplicates@OID4 ******************************************************* BackupTest.testImport [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: repo2 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] Dropping all tables from repository repo2... [INFO] The CDO system tables are not found in schema "repo2"! Other schemas may contain a CDO repository: repo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' CDOResourceFolder@OID2("BackupTest_testImport") CDOResource@OID3("cdo://repo2/BackupTest_testImport/res1") Customer@OID4 Customer@OID5 Customer@OID6 SalesOrder@OID7 OrderDetail@OID8 ******************************************************* BackupTest.testImportBlob [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: repo2 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] Dropping all tables from repository repo2... [INFO] The CDO system tables are not found in schema "repo2"! Other schemas may contain a CDO repository: repo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' CDOResourceFolder@OID2("BackupTest_testImportBlob") CDOResource@OID3("cdo://repo2/BackupTest_testImportBlob/res1") Image@OID4 ******************************************************* BackupTest.testImportByteArray [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: repo2 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] Dropping all tables from repository repo2... [INFO] The CDO system tables are not found in schema "repo2"! Other schemas may contain a CDO repository: repo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' CDOResourceFolder@OID2("BackupTest_testImportByteArray") CDOResource@OID3("cdo://repo2/BackupTest_testImportByteArray/res1") UnsettableAttributes@OID4 ******************************************************* BackupTest.testImportClob [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: repo2 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true'
]]> [INFO] Dropping all tables from repository repo2... [INFO] The CDO system tables are not found in schema "repo2"! Other schemas may contain a CDO repository: repo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' CDOResourceFolder@OID2("BackupTest_testImportClob") CDOResource@OID3("cdo://repo2/BackupTest_testImportClob/res1") File@OID4 ******************************************************* BackupTest.testImportCustomDataType [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: repo2 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] Dropping all tables from repository repo2... [INFO] The CDO system tables are not found in schema "repo2"! Other schemas may contain a CDO repository: repo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' CDOResourceFolder@OID2("BackupTest_testImportCustomDataType") CDOResource@OID3("cdo://repo2/BackupTest_testImportCustomDataType/res1") Polygon@OID4 ******************************************************* BackupTest.testImportDate [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: repo2 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] Dropping all tables from repository repo2... [INFO] The CDO system tables are not found in schema "repo2"! Other schemas may contain a CDO repository: repo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' CDOResourceFolder@OID2("BackupTest_testImportDate") CDOResource@OID3("cdo://repo2/BackupTest_testImportDate/res1") PurchaseOrder@OID4 ******************************************************* BackupTest.testImportDetachedRevision [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: repo2 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] Dropping all tables from repository repo2... [INFO] The CDO system tables are not found in schema "repo2"! Other schemas may contain a CDO repository: repo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' CDOResourceFolder@OID2("BackupTest_testImportDetachedRevision") CDOResource@OID3("cdo://repo2/BackupTest_testImportDetachedRevision/res1") ******************************************************* BackupTest.testImportExternalReference [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: repo2 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] Dropping all tables from repository repo2... [INFO] The CDO system tables are not found in schema "repo2"! Other schemas may contain a CDO repository: repo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' Customer[TRANSIENT] ******************************************************* BackupTest.testImportNIL [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: repo2 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] Dropping all tables from repository repo2... [INFO] The CDO system tables are not found in schema "repo2"! Other schemas may contain a CDO repository: repo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' CDOResourceFolder@OID2("BackupTest_testImportNIL") CDOResource@OID3("cdo://repo2/BackupTest_testImportNIL/res1") Unsettable1@OID4 ******************************************************* BackupTest.testImportNullListElement [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: repo2 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] Dropping all tables from repository repo2... [INFO] The CDO system tables are not found in schema "repo2"! Other schemas may contain a CDO repository: repo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' CDOResourceFolder@OID2("BackupTest_testImportNullListElement") CDOResource@OID3("cdo://repo2/BackupTest_testImportNullListElement/res1") PolygonWithDuplicates@OID4 ******************************************************* BranchingSameSessionTest.testAncestor [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* BranchingSameSessionTest.testAuditViewOnBranch [H2-branching-ranges, JVM, Native] ******************************************************* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v2("/") 2024-05-03 05:14:13.255/2024-05-03 05:14:13.446 CDOResource@OID1:0v3("/") 2024-05-03 05:14:13.447/* CDOResourceFolder@OID2:0v1("BackupTest_testImportNullListElement")2024-05-03 05:14:13.255/* CDOResourceFolder@OID5:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:14:13.447/* CDOResource@OID6:0v1("res") 2024-05-03 05:14:13.447/* Product1@OID7:0v1 2024-05-03 05:14:13.447/* OrderDetail@OID8:0v1 2024-05-03 05:14:13.447/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v2("/") 2024-05-03 05:14:13.255/2024-05-03 05:14:13.446 CDOResource@OID1:0v3("/") 2024-05-03 05:14:13.447/* CDOResourceFolder@OID2:0v1("BackupTest_testImportNullListElement")2024-05-03 05:14:13.255/* CDOResourceFolder@OID5:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:14:13.447/* CDOResource@OID6:0v1("res") 2024-05-03 05:14:13.447/* Product1@OID7:0v1 2024-05-03 05:14:13.447/* OrderDetail@OID8:0v1 2024-05-03 05:14:13.447/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v2("/") 2024-05-03 05:14:13.255/2024-05-03 05:14:13.446 CDOResource@OID1:0v3("/") 2024-05-03 05:14:13.447/* CDOResourceFolder@OID2:0v1("BackupTest_testImportNullListElement")2024-05-03 05:14:13.255/* CDOResourceFolder@OID5:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:14:13.447/* CDOResource@OID6:0v1("res") 2024-05-03 05:14:13.447/* Product1@OID7:0v1 2024-05-03 05:14:13.447/* OrderDetail@OID8:0v1 2024-05-03 05:14:13.447/2024-05-03 05:14:13.463 OrderDetail@OID8:0v2 2024-05-03 05:14:13.464/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v2("/") 2024-05-03 05:14:13.255/2024-05-03 05:14:13.446 CDOResource@OID1:0v3("/") 2024-05-03 05:14:13.447/* CDOResourceFolder@OID2:0v1("BackupTest_testImportNullListElement")2024-05-03 05:14:13.255/* CDOResourceFolder@OID5:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:14:13.447/* CDOResource@OID6:0v1("res") 2024-05-03 05:14:13.447/* Product1@OID7:0v1 2024-05-03 05:14:13.447/* OrderDetail@OID8:0v1 2024-05-03 05:14:13.447/2024-05-03 05:14:13.463 OrderDetail@OID8:0v2 2024-05-03 05:14:13.464/* server-thread-3 [debug] moveOneDown add historic entry at: 1 server-thread-3 [debug] moveOneDown add historic entry at: 0 ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v2("/") 2024-05-03 05:14:13.255/2024-05-03 05:14:13.446 CDOResource@OID1:0v3("/") 2024-05-03 05:14:13.447/* CDOResourceFolder@OID2:0v1("BackupTest_testImportNullListElement")2024-05-03 05:14:13.255/* CDOResourceFolder@OID5:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:14:13.447/* CDOResource@OID6:0v1("res") 2024-05-03 05:14:13.447/* Product1@OID7:0v1 2024-05-03 05:14:13.447/* OrderDetail@OID8:0v1 2024-05-03 05:14:13.447/2024-05-03 05:14:13.463 OrderDetail@OID8:0v2 2024-05-03 05:14:13.464/* BranchingSameSessionTest_testAuditViewOnBranch_subBranch[5]2024-05-03 05:14:13.468/* CDOResourceFolder@OID5:5v0("?")->0v1 2024-05-03 05:14:13.468/* CDOResource@OID6:5v0("?")->0v1 2024-05-03 05:14:13.468/2024-05-03 05:14:13.478 CDOResource@OID6:5v1("res") 2024-05-03 05:14:13.479/* Product1@OID7:5v0->0v1 2024-05-03 05:14:13.468/2024-05-03 05:14:13.478 Product1@OID7:5v1 2024-05-03 05:14:13.479/* OrderDetail@OID8:5v0->0v2 2024-05-03 05:14:13.468/* OrderDetail@OID9:5v1 2024-05-03 05:14:13.479/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v2("/") 2024-05-03 05:14:13.255/2024-05-03 05:14:13.446 CDOResource@OID1:0v3("/") 2024-05-03 05:14:13.447/* CDOResourceFolder@OID2:0v1("BackupTest_testImportNullListElement")2024-05-03 05:14:13.255/* CDOResourceFolder@OID5:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:14:13.447/* CDOResource@OID6:0v1("res") 2024-05-03 05:14:13.447/* Product1@OID7:0v1 2024-05-03 05:14:13.447/* OrderDetail@OID8:0v1 2024-05-03 05:14:13.447/2024-05-03 05:14:13.463 OrderDetail@OID8:0v2 2024-05-03 05:14:13.464/* BranchingSameSessionTest_testAuditViewOnBranch_subBranch[5]2024-05-03 05:14:13.468/* CDOResourceFolder@OID5:5v0("?")->0v1 2024-05-03 05:14:13.468/* CDOResource@OID6:5v0("?")->0v1 2024-05-03 05:14:13.468/2024-05-03 05:14:13.478 CDOResource@OID6:5v1("res") 2024-05-03 05:14:13.479/* Product1@OID7:5v0->0v1 2024-05-03 05:14:13.468/2024-05-03 05:14:13.478 Product1@OID7:5v1 2024-05-03 05:14:13.479/* OrderDetail@OID8:5v0->0v2 2024-05-03 05:14:13.468/* OrderDetail@OID9:5v1 2024-05-03 05:14:13.479/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v2("/") 2024-05-03 05:14:13.255/2024-05-03 05:14:13.446 CDOResource@OID1:0v3("/") 2024-05-03 05:14:13.447/* CDOResourceFolder@OID2:0v1("BackupTest_testImportNullListElement")2024-05-03 05:14:13.255/* CDOResourceFolder@OID5:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:14:13.447/* CDOResource@OID6:0v1("res") 2024-05-03 05:14:13.447/* Product1@OID7:0v1 2024-05-03 05:14:13.447/* OrderDetail@OID8:0v1 2024-05-03 05:14:13.447/2024-05-03 05:14:13.463 OrderDetail@OID8:0v2 2024-05-03 05:14:13.464/* BranchingSameSessionTest_testAuditViewOnBranch_subBranch[5]2024-05-03 05:14:13.468/* CDOResourceFolder@OID5:5v0("?")->0v1 2024-05-03 05:14:13.468/* CDOResource@OID6:5v0("?")->0v1 2024-05-03 05:14:13.468/2024-05-03 05:14:13.478 CDOResource@OID6:5v1("res") 2024-05-03 05:14:13.479/* Product1@OID7:5v0->0v1 2024-05-03 05:14:13.468/2024-05-03 05:14:13.478 Product1@OID7:5v1 2024-05-03 05:14:13.479/* OrderDetail@OID8:5v0->0v2 2024-05-03 05:14:13.468/* OrderDetail@OID9:5v1 2024-05-03 05:14:13.479/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v2("/") 2024-05-03 05:14:13.255/2024-05-03 05:14:13.446 CDOResource@OID1:0v3("/") 2024-05-03 05:14:13.447/* CDOResourceFolder@OID2:0v1("BackupTest_testImportNullListElement")2024-05-03 05:14:13.255/* CDOResourceFolder@OID5:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:14:13.447/* CDOResource@OID6:0v1("res") 2024-05-03 05:14:13.447/* Product1@OID7:0v1 2024-05-03 05:14:13.447/* OrderDetail@OID8:0v1 2024-05-03 05:14:13.447/2024-05-03 05:14:13.463 OrderDetail@OID8:0v2 2024-05-03 05:14:13.464/* BranchingSameSessionTest_testAuditViewOnBranch_subBranch[5]2024-05-03 05:14:13.468/* CDOResourceFolder@OID5:5v0("?")->0v1 2024-05-03 05:14:13.468/* CDOResource@OID6:5v0("?")->0v1 2024-05-03 05:14:13.468/2024-05-03 05:14:13.478 CDOResource@OID6:5v1("res") 2024-05-03 05:14:13.479/* Product1@OID7:5v0->0v1 2024-05-03 05:14:13.468/2024-05-03 05:14:13.478 Product1@OID7:5v1 2024-05-03 05:14:13.479/* OrderDetail@OID8:5v0->0v2 2024-05-03 05:14:13.468/* OrderDetail@OID9:5v1 2024-05-03 05:14:13.479/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v2("/") 2024-05-03 05:14:13.255/2024-05-03 05:14:13.446 CDOResource@OID1:0v3("/") 2024-05-03 05:14:13.447/* CDOResourceFolder@OID2:0v1("BackupTest_testImportNullListElement")2024-05-03 05:14:13.255/* CDOResourceFolder@OID5:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:14:13.447/* CDOResource@OID6:0v1("res") 2024-05-03 05:14:13.447/* Product1@OID7:0v1 2024-05-03 05:14:13.447/* OrderDetail@OID8:0v1 2024-05-03 05:14:13.447/2024-05-03 05:14:13.463 OrderDetail@OID8:0v2 2024-05-03 05:14:13.464/* BranchingSameSessionTest_testAuditViewOnBranch_subBranch[5]2024-05-03 05:14:13.468/* CDOResourceFolder@OID5:5v0("?")->0v1 2024-05-03 05:14:13.468/* CDOResource@OID6:5v0("?")->0v1 2024-05-03 05:14:13.468/2024-05-03 05:14:13.478 CDOResource@OID6:5v1("res") 2024-05-03 05:14:13.479/* Product1@OID7:5v0->0v1 2024-05-03 05:14:13.468/2024-05-03 05:14:13.478 Product1@OID7:5v1 2024-05-03 05:14:13.479/* OrderDetail@OID8:5v0->0v2 2024-05-03 05:14:13.468/* OrderDetail@OID9:5v1 2024-05-03 05:14:13.479/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v2("/") 2024-05-03 05:14:13.255/2024-05-03 05:14:13.446 CDOResource@OID1:0v3("/") 2024-05-03 05:14:13.447/* CDOResourceFolder@OID2:0v1("BackupTest_testImportNullListElement")2024-05-03 05:14:13.255/* CDOResourceFolder@OID5:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:14:13.447/* CDOResource@OID6:0v1("res") 2024-05-03 05:14:13.447/* Product1@OID7:0v1 2024-05-03 05:14:13.447/* OrderDetail@OID8:0v1 2024-05-03 05:14:13.447/2024-05-03 05:14:13.463 OrderDetail@OID8:0v2 2024-05-03 05:14:13.464/* BranchingSameSessionTest_testAuditViewOnBranch_subBranch[5]2024-05-03 05:14:13.468/* CDOResourceFolder@OID5:5v0("?")->0v1 2024-05-03 05:14:13.468/* CDOResource@OID6:5v0("?")->0v1 2024-05-03 05:14:13.468/2024-05-03 05:14:13.478 CDOResource@OID6:5v1("res") 2024-05-03 05:14:13.479/* Product1@OID7:5v0->0v1 2024-05-03 05:14:13.468/2024-05-03 05:14:13.478 Product1@OID7:5v1 2024-05-03 05:14:13.479/* OrderDetail@OID8:5v0->0v2 2024-05-03 05:14:13.468/* OrderDetail@OID9:5v1 2024-05-03 05:14:13.479/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v2("/") 2024-05-03 05:14:13.255/2024-05-03 05:14:13.446 CDOResource@OID1:0v3("/") 2024-05-03 05:14:13.447/* CDOResourceFolder@OID2:0v1("BackupTest_testImportNullListElement")2024-05-03 05:14:13.255/* CDOResourceFolder@OID5:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:14:13.447/* CDOResource@OID6:0v1("res") 2024-05-03 05:14:13.447/* Product1@OID7:0v1 2024-05-03 05:14:13.447/* OrderDetail@OID8:0v1 2024-05-03 05:14:13.447/2024-05-03 05:14:13.463 OrderDetail@OID8:0v2 2024-05-03 05:14:13.464/* BranchingSameSessionTest_testAuditViewOnBranch_subBranch[5]2024-05-03 05:14:13.468/* CDOResourceFolder@OID5:5v0("?")->0v1 2024-05-03 05:14:13.468/* CDOResource@OID6:5v0("?")->0v1 2024-05-03 05:14:13.468/2024-05-03 05:14:13.478 CDOResource@OID6:5v1("res") 2024-05-03 05:14:13.479/* Product1@OID7:5v0->0v1 2024-05-03 05:14:13.468/2024-05-03 05:14:13.478 Product1@OID7:5v1 2024-05-03 05:14:13.479/* OrderDetail@OID8:5v0->0v2 2024-05-03 05:14:13.468/* OrderDetail@OID9:5v1 2024-05-03 05:14:13.479/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v2("/") 2024-05-03 05:14:13.255/2024-05-03 05:14:13.446 CDOResource@OID1:0v3("/") 2024-05-03 05:14:13.447/* CDOResourceFolder@OID2:0v1("BackupTest_testImportNullListElement")2024-05-03 05:14:13.255/* CDOResourceFolder@OID5:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:14:13.447/* CDOResource@OID6:0v1("res") 2024-05-03 05:14:13.447/* Product1@OID7:0v1 2024-05-03 05:14:13.447/* OrderDetail@OID8:0v1 2024-05-03 05:14:13.447/2024-05-03 05:14:13.463 OrderDetail@OID8:0v2 2024-05-03 05:14:13.464/* BranchingSameSessionTest_testAuditViewOnBranch_subBranch[5]2024-05-03 05:14:13.468/* CDOResourceFolder@OID5:5v0("?")->0v1 2024-05-03 05:14:13.468/* CDOResource@OID6:5v0("?")->0v1 2024-05-03 05:14:13.468/2024-05-03 05:14:13.478 CDOResource@OID6:5v1("res") 2024-05-03 05:14:13.479/* Product1@OID7:5v0->0v1 2024-05-03 05:14:13.468/2024-05-03 05:14:13.478 Product1@OID7:5v1 2024-05-03 05:14:13.479/* OrderDetail@OID8:5v0->0v2 2024-05-03 05:14:13.468/* OrderDetail@OID9:5v1 2024-05-03 05:14:13.479/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v2("/") 2024-05-03 05:14:13.255/2024-05-03 05:14:13.446 CDOResource@OID1:0v3("/") 2024-05-03 05:14:13.447/* CDOResourceFolder@OID2:0v1("BackupTest_testImportNullListElement")2024-05-03 05:14:13.255/* CDOResourceFolder@OID5:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:14:13.447/* CDOResource@OID6:0v1("res") 2024-05-03 05:14:13.447/* Product1@OID7:0v1 2024-05-03 05:14:13.447/* OrderDetail@OID8:0v1 2024-05-03 05:14:13.447/2024-05-03 05:14:13.463 OrderDetail@OID8:0v2 2024-05-03 05:14:13.464/* BranchingSameSessionTest_testAuditViewOnBranch_subBranch[5]2024-05-03 05:14:13.468/* CDOResourceFolder@OID5:5v0("?")->0v1 2024-05-03 05:14:13.468/* CDOResource@OID6:5v0("?")->0v1 2024-05-03 05:14:13.468/2024-05-03 05:14:13.478 CDOResource@OID6:5v1("res") 2024-05-03 05:14:13.479/* Product1@OID7:5v0->0v1 2024-05-03 05:14:13.468/2024-05-03 05:14:13.478 Product1@OID7:5v1 2024-05-03 05:14:13.479/* OrderDetail@OID8:5v0->0v2 2024-05-03 05:14:13.468/* OrderDetail@OID9:5v1 2024-05-03 05:14:13.479/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v2("/") 2024-05-03 05:14:13.255/2024-05-03 05:14:13.446 CDOResource@OID1:0v3("/") 2024-05-03 05:14:13.447/* CDOResourceFolder@OID2:0v1("BackupTest_testImportNullListElement")2024-05-03 05:14:13.255/* CDOResourceFolder@OID5:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:14:13.447/* CDOResource@OID6:0v1("res") 2024-05-03 05:14:13.447/* Product1@OID7:0v1 2024-05-03 05:14:13.447/* OrderDetail@OID8:0v1 2024-05-03 05:14:13.447/2024-05-03 05:14:13.463 OrderDetail@OID8:0v2 2024-05-03 05:14:13.464/* BranchingSameSessionTest_testAuditViewOnBranch_subBranch[5]2024-05-03 05:14:13.468/* CDOResourceFolder@OID5:5v0("?")->0v1 2024-05-03 05:14:13.468/* CDOResource@OID6:5v0("?")->0v1 2024-05-03 05:14:13.468/2024-05-03 05:14:13.478 CDOResource@OID6:5v1("res") 2024-05-03 05:14:13.479/* Product1@OID7:5v0->0v1 2024-05-03 05:14:13.468/2024-05-03 05:14:13.478 Product1@OID7:5v1 2024-05-03 05:14:13.479/* OrderDetail@OID8:5v0->0v2 2024-05-03 05:14:13.468/* OrderDetail@OID9:5v1 2024-05-03 05:14:13.479/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v2("/") 2024-05-03 05:14:13.255/2024-05-03 05:14:13.446 CDOResource@OID1:0v3("/") 2024-05-03 05:14:13.447/* CDOResourceFolder@OID2:0v1("BackupTest_testImportNullListElement")2024-05-03 05:14:13.255/* CDOResourceFolder@OID5:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:14:13.447/* CDOResource@OID6:0v1("res") 2024-05-03 05:14:13.447/* Product1@OID7:0v1 2024-05-03 05:14:13.447/* OrderDetail@OID8:0v1 2024-05-03 05:14:13.447/2024-05-03 05:14:13.463 OrderDetail@OID8:0v2 2024-05-03 05:14:13.464/* BranchingSameSessionTest_testAuditViewOnBranch_subBranch[5]2024-05-03 05:14:13.468/* CDOResourceFolder@OID5:5v0("?")->0v1 2024-05-03 05:14:13.468/* CDOResource@OID6:5v0("?")->0v1 2024-05-03 05:14:13.468/2024-05-03 05:14:13.478 CDOResource@OID6:5v1("res") 2024-05-03 05:14:13.479/* Product1@OID7:5v0->0v1 2024-05-03 05:14:13.468/2024-05-03 05:14:13.478 Product1@OID7:5v1 2024-05-03 05:14:13.479/* OrderDetail@OID8:5v0->0v2 2024-05-03 05:14:13.468/* OrderDetail@OID9:5v1 2024-05-03 05:14:13.479/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v2("/") 2024-05-03 05:14:13.255/2024-05-03 05:14:13.446 CDOResource@OID1:0v3("/") 2024-05-03 05:14:13.447/* CDOResourceFolder@OID2:0v1("BackupTest_testImportNullListElement")2024-05-03 05:14:13.255/* CDOResourceFolder@OID5:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:14:13.447/* CDOResource@OID6:0v1("res") 2024-05-03 05:14:13.447/* Product1@OID7:0v1 2024-05-03 05:14:13.447/* OrderDetail@OID8:0v1 2024-05-03 05:14:13.447/2024-05-03 05:14:13.463 OrderDetail@OID8:0v2 2024-05-03 05:14:13.464/* BranchingSameSessionTest_testAuditViewOnBranch_subBranch[5]2024-05-03 05:14:13.468/* CDOResourceFolder@OID5:5v0("?")->0v1 2024-05-03 05:14:13.468/* CDOResource@OID6:5v0("?")->0v1 2024-05-03 05:14:13.468/2024-05-03 05:14:13.478 CDOResource@OID6:5v1("res") 2024-05-03 05:14:13.479/* Product1@OID7:5v0->0v1 2024-05-03 05:14:13.468/2024-05-03 05:14:13.478 Product1@OID7:5v1 2024-05-03 05:14:13.479/* OrderDetail@OID8:5v0->0v2 2024-05-03 05:14:13.468/* OrderDetail@OID9:5v1 2024-05-03 05:14:13.479/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v2("/") 2024-05-03 05:14:13.255/2024-05-03 05:14:13.446 CDOResource@OID1:0v3("/") 2024-05-03 05:14:13.447/* CDOResourceFolder@OID2:0v1("BackupTest_testImportNullListElement")2024-05-03 05:14:13.255/* CDOResourceFolder@OID5:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:14:13.447/* CDOResource@OID6:0v1("res") 2024-05-03 05:14:13.447/* Product1@OID7:0v1 2024-05-03 05:14:13.447/* OrderDetail@OID8:0v1 2024-05-03 05:14:13.447/2024-05-03 05:14:13.463 OrderDetail@OID8:0v2 2024-05-03 05:14:13.464/* BranchingSameSessionTest_testAuditViewOnBranch_subBranch[5]2024-05-03 05:14:13.468/* CDOResourceFolder@OID5:5v0("?")->0v1 2024-05-03 05:14:13.468/* CDOResource@OID6:5v0("?")->0v1 2024-05-03 05:14:13.468/2024-05-03 05:14:13.478 CDOResource@OID6:5v1("res") 2024-05-03 05:14:13.479/* Product1@OID7:5v0->0v1 2024-05-03 05:14:13.468/2024-05-03 05:14:13.478 Product1@OID7:5v1 2024-05-03 05:14:13.479/* OrderDetail@OID8:5v0->0v2 2024-05-03 05:14:13.468/* OrderDetail@OID9:5v1 2024-05-03 05:14:13.479/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v2("/") 2024-05-03 05:14:13.255/2024-05-03 05:14:13.446 CDOResource@OID1:0v3("/") 2024-05-03 05:14:13.447/* CDOResourceFolder@OID2:0v1("BackupTest_testImportNullListElement")2024-05-03 05:14:13.255/* CDOResourceFolder@OID5:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:14:13.447/* CDOResource@OID6:0v1("res") 2024-05-03 05:14:13.447/* Product1@OID7:0v1 2024-05-03 05:14:13.447/* OrderDetail@OID8:0v1 2024-05-03 05:14:13.447/2024-05-03 05:14:13.463 OrderDetail@OID8:0v2 2024-05-03 05:14:13.464/* BranchingSameSessionTest_testAuditViewOnBranch_subBranch[5]2024-05-03 05:14:13.468/* CDOResourceFolder@OID5:5v0("?")->0v1 2024-05-03 05:14:13.468/* CDOResource@OID6:5v0("?")->0v1 2024-05-03 05:14:13.468/2024-05-03 05:14:13.478 CDOResource@OID6:5v1("res") 2024-05-03 05:14:13.479/* Product1@OID7:5v0->0v1 2024-05-03 05:14:13.468/2024-05-03 05:14:13.478 Product1@OID7:5v1 2024-05-03 05:14:13.479/* OrderDetail@OID8:5v0->0v2 2024-05-03 05:14:13.468/* OrderDetail@OID9:5v1 2024-05-03 05:14:13.479/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v2("/") 2024-05-03 05:14:13.255/2024-05-03 05:14:13.446 CDOResource@OID1:0v3("/") 2024-05-03 05:14:13.447/* CDOResourceFolder@OID2:0v1("BackupTest_testImportNullListElement")2024-05-03 05:14:13.255/* CDOResourceFolder@OID5:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:14:13.447/* CDOResource@OID6:0v1("res") 2024-05-03 05:14:13.447/* Product1@OID7:0v1 2024-05-03 05:14:13.447/* OrderDetail@OID8:0v1 2024-05-03 05:14:13.447/2024-05-03 05:14:13.463 OrderDetail@OID8:0v2 2024-05-03 05:14:13.464/* BranchingSameSessionTest_testAuditViewOnBranch_subBranch[5]2024-05-03 05:14:13.468/* CDOResourceFolder@OID5:5v0("?")->0v1 2024-05-03 05:14:13.468/* CDOResource@OID6:5v0("?")->0v1 2024-05-03 05:14:13.468/2024-05-03 05:14:13.478 CDOResource@OID6:5v1("res") 2024-05-03 05:14:13.479/* Product1@OID7:5v0->0v1 2024-05-03 05:14:13.468/2024-05-03 05:14:13.478 Product1@OID7:5v1 2024-05-03 05:14:13.479/* OrderDetail@OID8:5v0->0v2 2024-05-03 05:14:13.468/* OrderDetail@OID9:5v1 2024-05-03 05:14:13.479/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v2("/") 2024-05-03 05:14:13.255/2024-05-03 05:14:13.446 CDOResource@OID1:0v3("/") 2024-05-03 05:14:13.447/* CDOResourceFolder@OID2:0v1("BackupTest_testImportNullListElement")2024-05-03 05:14:13.255/* CDOResourceFolder@OID5:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:14:13.447/* CDOResource@OID6:0v1("res") 2024-05-03 05:14:13.447/* Product1@OID7:0v1 2024-05-03 05:14:13.447/* OrderDetail@OID8:0v1 2024-05-03 05:14:13.447/2024-05-03 05:14:13.463 OrderDetail@OID8:0v2 2024-05-03 05:14:13.464/* BranchingSameSessionTest_testAuditViewOnBranch_subBranch[5]2024-05-03 05:14:13.468/* CDOResourceFolder@OID5:5v0("?")->0v1 2024-05-03 05:14:13.468/* CDOResource@OID6:5v0("?")->0v1 2024-05-03 05:14:13.468/2024-05-03 05:14:13.478 CDOResource@OID6:5v1("res") 2024-05-03 05:14:13.479/* Product1@OID7:5v0->0v1 2024-05-03 05:14:13.468/2024-05-03 05:14:13.478 Product1@OID7:5v1 2024-05-03 05:14:13.479/* OrderDetail@OID8:5v0->0v2 2024-05-03 05:14:13.468/* OrderDetail@OID9:5v1 2024-05-03 05:14:13.479/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v2("/") 2024-05-03 05:14:13.255/2024-05-03 05:14:13.446 CDOResource@OID1:0v3("/") 2024-05-03 05:14:13.447/* CDOResourceFolder@OID2:0v1("BackupTest_testImportNullListElement")2024-05-03 05:14:13.255/* CDOResourceFolder@OID5:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:14:13.447/* CDOResource@OID6:0v1("res") 2024-05-03 05:14:13.447/* Product1@OID7:0v1 2024-05-03 05:14:13.447/* OrderDetail@OID8:0v1 2024-05-03 05:14:13.447/2024-05-03 05:14:13.463 OrderDetail@OID8:0v2 2024-05-03 05:14:13.464/* BranchingSameSessionTest_testAuditViewOnBranch_subBranch[5]2024-05-03 05:14:13.468/* CDOResourceFolder@OID5:5v0("?")->0v1 2024-05-03 05:14:13.468/* CDOResource@OID6:5v0("?")->0v1 2024-05-03 05:14:13.468/2024-05-03 05:14:13.478 CDOResource@OID6:5v1("res") 2024-05-03 05:14:13.479/* Product1@OID7:5v0->0v1 2024-05-03 05:14:13.468/2024-05-03 05:14:13.478 Product1@OID7:5v1 2024-05-03 05:14:13.479/* OrderDetail@OID8:5v0->0v2 2024-05-03 05:14:13.468/* OrderDetail@OID9:5v1 2024-05-03 05:14:13.479/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v2("/") 2024-05-03 05:14:13.255/2024-05-03 05:14:13.446 CDOResource@OID1:0v3("/") 2024-05-03 05:14:13.447/* CDOResourceFolder@OID2:0v1("BackupTest_testImportNullListElement")2024-05-03 05:14:13.255/* CDOResourceFolder@OID5:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:14:13.447/* CDOResource@OID6:0v1("res") 2024-05-03 05:14:13.447/* Product1@OID7:0v1 2024-05-03 05:14:13.447/* OrderDetail@OID8:0v1 2024-05-03 05:14:13.447/2024-05-03 05:14:13.463 OrderDetail@OID8:0v2 2024-05-03 05:14:13.464/* BranchingSameSessionTest_testAuditViewOnBranch_subBranch[5]2024-05-03 05:14:13.468/* CDOResourceFolder@OID5:5v0("?")->0v1 2024-05-03 05:14:13.468/* CDOResource@OID6:5v0("?")->0v1 2024-05-03 05:14:13.468/2024-05-03 05:14:13.478 CDOResource@OID6:5v1("res") 2024-05-03 05:14:13.479/* Product1@OID7:5v0->0v1 2024-05-03 05:14:13.468/2024-05-03 05:14:13.478 Product1@OID7:5v1 2024-05-03 05:14:13.479/* OrderDetail@OID8:5v0->0v2 2024-05-03 05:14:13.468/* OrderDetail@OID9:5v1 2024-05-03 05:14:13.479/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v2("/") 2024-05-03 05:14:13.255/2024-05-03 05:14:13.446 CDOResource@OID1:0v3("/") 2024-05-03 05:14:13.447/* CDOResourceFolder@OID2:0v1("BackupTest_testImportNullListElement")2024-05-03 05:14:13.255/* CDOResourceFolder@OID5:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:14:13.447/* CDOResource@OID6:0v1("res") 2024-05-03 05:14:13.447/* Product1@OID7:0v1 2024-05-03 05:14:13.447/* OrderDetail@OID8:0v1 2024-05-03 05:14:13.447/2024-05-03 05:14:13.463 OrderDetail@OID8:0v2 2024-05-03 05:14:13.464/* BranchingSameSessionTest_testAuditViewOnBranch_subBranch[5]2024-05-03 05:14:13.468/* CDOResourceFolder@OID5:5v0("?")->0v1 2024-05-03 05:14:13.468/* CDOResource@OID6:5v0("?")->0v1 2024-05-03 05:14:13.468/2024-05-03 05:14:13.478 CDOResource@OID6:5v1("res") 2024-05-03 05:14:13.479/* Product1@OID7:5v0->0v1 2024-05-03 05:14:13.468/2024-05-03 05:14:13.478 Product1@OID7:5v1 2024-05-03 05:14:13.479/* OrderDetail@OID8:5v0->0v2 2024-05-03 05:14:13.468/* OrderDetail@OID9:5v1 2024-05-03 05:14:13.479/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v2("/") 2024-05-03 05:14:13.255/2024-05-03 05:14:13.446 CDOResource@OID1:0v3("/") 2024-05-03 05:14:13.447/* CDOResourceFolder@OID2:0v1("BackupTest_testImportNullListElement")2024-05-03 05:14:13.255/* CDOResourceFolder@OID5:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:14:13.447/* CDOResource@OID6:0v1("res") 2024-05-03 05:14:13.447/* Product1@OID7:0v1 2024-05-03 05:14:13.447/* OrderDetail@OID8:0v1 2024-05-03 05:14:13.447/2024-05-03 05:14:13.463 OrderDetail@OID8:0v2 2024-05-03 05:14:13.464/* BranchingSameSessionTest_testAuditViewOnBranch_subBranch[5]2024-05-03 05:14:13.468/* CDOResourceFolder@OID5:5v0("?")->0v1 2024-05-03 05:14:13.468/* CDOResource@OID6:5v0("?")->0v1 2024-05-03 05:14:13.468/2024-05-03 05:14:13.478 CDOResource@OID6:5v1("res") 2024-05-03 05:14:13.479/* Product1@OID7:5v0->0v1 2024-05-03 05:14:13.468/2024-05-03 05:14:13.478 Product1@OID7:5v1 2024-05-03 05:14:13.479/* OrderDetail@OID8:5v0->0v2 2024-05-03 05:14:13.468/* OrderDetail@OID9:5v1 2024-05-03 05:14:13.479/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v2("/") 2024-05-03 05:14:13.255/2024-05-03 05:14:13.446 CDOResource@OID1:0v3("/") 2024-05-03 05:14:13.447/* CDOResourceFolder@OID2:0v1("BackupTest_testImportNullListElement")2024-05-03 05:14:13.255/* CDOResourceFolder@OID5:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:14:13.447/* CDOResource@OID6:0v1("res") 2024-05-03 05:14:13.447/* Product1@OID7:0v1 2024-05-03 05:14:13.447/* OrderDetail@OID8:0v1 2024-05-03 05:14:13.447/2024-05-03 05:14:13.463 OrderDetail@OID8:0v2 2024-05-03 05:14:13.464/* BranchingSameSessionTest_testAuditViewOnBranch_subBranch[5]2024-05-03 05:14:13.468/* CDOResourceFolder@OID5:5v0("?")->0v1 2024-05-03 05:14:13.468/* CDOResource@OID6:5v0("?")->0v1 2024-05-03 05:14:13.468/2024-05-03 05:14:13.478 CDOResource@OID6:5v1("res") 2024-05-03 05:14:13.479/* Product1@OID7:5v0->0v1 2024-05-03 05:14:13.468/2024-05-03 05:14:13.478 Product1@OID7:5v1 2024-05-03 05:14:13.479/* OrderDetail@OID8:5v0->0v2 2024-05-03 05:14:13.468/* OrderDetail@OID9:5v1 2024-05-03 05:14:13.479/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v2("/") 2024-05-03 05:14:13.255/2024-05-03 05:14:13.446 CDOResource@OID1:0v3("/") 2024-05-03 05:14:13.447/* CDOResourceFolder@OID2:0v1("BackupTest_testImportNullListElement")2024-05-03 05:14:13.255/* CDOResourceFolder@OID5:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:14:13.447/* CDOResource@OID6:0v1("res") 2024-05-03 05:14:13.447/* Product1@OID7:0v1 2024-05-03 05:14:13.447/* OrderDetail@OID8:0v1 2024-05-03 05:14:13.447/2024-05-03 05:14:13.463 OrderDetail@OID8:0v2 2024-05-03 05:14:13.464/* BranchingSameSessionTest_testAuditViewOnBranch_subBranch[5]2024-05-03 05:14:13.468/* CDOResourceFolder@OID5:5v0("?")->0v1 2024-05-03 05:14:13.468/* CDOResource@OID6:5v0("?")->0v1 2024-05-03 05:14:13.468/2024-05-03 05:14:13.478 CDOResource@OID6:5v1("res") 2024-05-03 05:14:13.479/* Product1@OID7:5v0->0v1 2024-05-03 05:14:13.468/2024-05-03 05:14:13.478 Product1@OID7:5v1 2024-05-03 05:14:13.479/* OrderDetail@OID8:5v0->0v2 2024-05-03 05:14:13.468/* OrderDetail@OID9:5v1 2024-05-03 05:14:13.479/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v2("/") 2024-05-03 05:14:13.255/2024-05-03 05:14:13.446 CDOResource@OID1:0v3("/") 2024-05-03 05:14:13.447/* CDOResourceFolder@OID2:0v1("BackupTest_testImportNullListElement")2024-05-03 05:14:13.255/* CDOResourceFolder@OID5:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:14:13.447/* CDOResource@OID6:0v1("res") 2024-05-03 05:14:13.447/* Product1@OID7:0v1 2024-05-03 05:14:13.447/* OrderDetail@OID8:0v1 2024-05-03 05:14:13.447/2024-05-03 05:14:13.463 OrderDetail@OID8:0v2 2024-05-03 05:14:13.464/* BranchingSameSessionTest_testAuditViewOnBranch_subBranch[5]2024-05-03 05:14:13.468/* CDOResourceFolder@OID5:5v0("?")->0v1 2024-05-03 05:14:13.468/* CDOResource@OID6:5v0("?")->0v1 2024-05-03 05:14:13.468/2024-05-03 05:14:13.478 CDOResource@OID6:5v1("res") 2024-05-03 05:14:13.479/* Product1@OID7:5v0->0v1 2024-05-03 05:14:13.468/2024-05-03 05:14:13.478 Product1@OID7:5v1 2024-05-03 05:14:13.479/* OrderDetail@OID8:5v0->0v2 2024-05-03 05:14:13.468/* OrderDetail@OID9:5v1 2024-05-03 05:14:13.479/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v2("/") 2024-05-03 05:14:13.255/2024-05-03 05:14:13.446 CDOResource@OID1:0v3("/") 2024-05-03 05:14:13.447/* CDOResourceFolder@OID2:0v1("BackupTest_testImportNullListElement")2024-05-03 05:14:13.255/* CDOResourceFolder@OID5:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:14:13.447/* CDOResource@OID6:0v1("res") 2024-05-03 05:14:13.447/* Product1@OID7:0v1 2024-05-03 05:14:13.447/* OrderDetail@OID8:0v1 2024-05-03 05:14:13.447/2024-05-03 05:14:13.463 OrderDetail@OID8:0v2 2024-05-03 05:14:13.464/* BranchingSameSessionTest_testAuditViewOnBranch_subBranch[5]2024-05-03 05:14:13.468/* CDOResourceFolder@OID5:5v0("?")->0v1 2024-05-03 05:14:13.468/* CDOResource@OID6:5v0("?")->0v1 2024-05-03 05:14:13.468/2024-05-03 05:14:13.478 CDOResource@OID6:5v1("res") 2024-05-03 05:14:13.479/* Product1@OID7:5v0->0v1 2024-05-03 05:14:13.468/2024-05-03 05:14:13.478 Product1@OID7:5v1 2024-05-03 05:14:13.479/* OrderDetail@OID8:5v0->0v2 2024-05-03 05:14:13.468/* OrderDetail@OID9:5v1 2024-05-03 05:14:13.479/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v2("/") 2024-05-03 05:14:13.255/2024-05-03 05:14:13.446 CDOResource@OID1:0v3("/") 2024-05-03 05:14:13.447/* CDOResourceFolder@OID2:0v1("BackupTest_testImportNullListElement")2024-05-03 05:14:13.255/* CDOResourceFolder@OID5:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:14:13.447/* CDOResource@OID6:0v1("res") 2024-05-03 05:14:13.447/* Product1@OID7:0v1 2024-05-03 05:14:13.447/* OrderDetail@OID8:0v1 2024-05-03 05:14:13.447/2024-05-03 05:14:13.463 OrderDetail@OID8:0v2 2024-05-03 05:14:13.464/* BranchingSameSessionTest_testAuditViewOnBranch_subBranch[5]2024-05-03 05:14:13.468/* CDOResourceFolder@OID5:5v0("?")->0v1 2024-05-03 05:14:13.468/* CDOResource@OID6:5v0("?")->0v1 2024-05-03 05:14:13.468/2024-05-03 05:14:13.478 CDOResource@OID6:5v1("res") 2024-05-03 05:14:13.479/* Product1@OID7:5v0->0v1 2024-05-03 05:14:13.468/2024-05-03 05:14:13.478 Product1@OID7:5v1 2024-05-03 05:14:13.479/* OrderDetail@OID8:5v0->0v2 2024-05-03 05:14:13.468/* OrderDetail@OID9:5v1 2024-05-03 05:14:13.479/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v2("/") 2024-05-03 05:14:13.255/2024-05-03 05:14:13.446 CDOResource@OID1:0v3("/") 2024-05-03 05:14:13.447/* CDOResourceFolder@OID2:0v1("BackupTest_testImportNullListElement")2024-05-03 05:14:13.255/* CDOResourceFolder@OID5:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:14:13.447/* CDOResource@OID6:0v1("res") 2024-05-03 05:14:13.447/* Product1@OID7:0v1 2024-05-03 05:14:13.447/* OrderDetail@OID8:0v1 2024-05-03 05:14:13.447/2024-05-03 05:14:13.463 OrderDetail@OID8:0v2 2024-05-03 05:14:13.464/* BranchingSameSessionTest_testAuditViewOnBranch_subBranch[5]2024-05-03 05:14:13.468/* CDOResourceFolder@OID5:5v0("?")->0v1 2024-05-03 05:14:13.468/* CDOResource@OID6:5v0("?")->0v1 2024-05-03 05:14:13.468/2024-05-03 05:14:13.478 CDOResource@OID6:5v1("res") 2024-05-03 05:14:13.479/* Product1@OID7:5v0->0v1 2024-05-03 05:14:13.468/2024-05-03 05:14:13.478 Product1@OID7:5v1 2024-05-03 05:14:13.479/* OrderDetail@OID8:5v0->0v2 2024-05-03 05:14:13.468/* OrderDetail@OID9:5v1 2024-05-03 05:14:13.479/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v2("/") 2024-05-03 05:14:13.255/2024-05-03 05:14:13.446 CDOResource@OID1:0v3("/") 2024-05-03 05:14:13.447/* CDOResourceFolder@OID2:0v1("BackupTest_testImportNullListElement")2024-05-03 05:14:13.255/* CDOResourceFolder@OID5:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:14:13.447/* CDOResource@OID6:0v1("res") 2024-05-03 05:14:13.447/* Product1@OID7:0v1 2024-05-03 05:14:13.447/* OrderDetail@OID8:0v1 2024-05-03 05:14:13.447/2024-05-03 05:14:13.463 OrderDetail@OID8:0v2 2024-05-03 05:14:13.464/* BranchingSameSessionTest_testAuditViewOnBranch_subBranch[5]2024-05-03 05:14:13.468/* CDOResourceFolder@OID5:5v0("?")->0v1 2024-05-03 05:14:13.468/* CDOResource@OID6:5v0("?")->0v1 2024-05-03 05:14:13.468/2024-05-03 05:14:13.478 CDOResource@OID6:5v1("res") 2024-05-03 05:14:13.479/* Product1@OID7:5v0->0v1 2024-05-03 05:14:13.468/2024-05-03 05:14:13.478 Product1@OID7:5v1 2024-05-03 05:14:13.479/* OrderDetail@OID8:5v0->0v2 2024-05-03 05:14:13.468/* OrderDetail@OID9:5v1 2024-05-03 05:14:13.479/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v2("/") 2024-05-03 05:14:13.255/2024-05-03 05:14:13.446 CDOResource@OID1:0v3("/") 2024-05-03 05:14:13.447/* CDOResourceFolder@OID2:0v1("BackupTest_testImportNullListElement")2024-05-03 05:14:13.255/* CDOResourceFolder@OID5:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:14:13.447/* CDOResource@OID6:0v1("res") 2024-05-03 05:14:13.447/* Product1@OID7:0v1 2024-05-03 05:14:13.447/* OrderDetail@OID8:0v1 2024-05-03 05:14:13.447/2024-05-03 05:14:13.463 OrderDetail@OID8:0v2 2024-05-03 05:14:13.464/* BranchingSameSessionTest_testAuditViewOnBranch_subBranch[5]2024-05-03 05:14:13.468/* CDOResourceFolder@OID5:5v0("?")->0v1 2024-05-03 05:14:13.468/* CDOResource@OID6:5v0("?")->0v1 2024-05-03 05:14:13.468/2024-05-03 05:14:13.478 CDOResource@OID6:5v1("res") 2024-05-03 05:14:13.479/* Product1@OID7:5v0->0v1 2024-05-03 05:14:13.468/2024-05-03 05:14:13.478 Product1@OID7:5v1 2024-05-03 05:14:13.479/* OrderDetail@OID8:5v0->0v2 2024-05-03 05:14:13.468/* OrderDetail@OID9:5v1 2024-05-03 05:14:13.479/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v2("/") 2024-05-03 05:14:13.255/2024-05-03 05:14:13.446 CDOResource@OID1:0v3("/") 2024-05-03 05:14:13.447/* CDOResourceFolder@OID2:0v1("BackupTest_testImportNullListElement")2024-05-03 05:14:13.255/* CDOResourceFolder@OID5:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:14:13.447/* CDOResource@OID6:0v1("res") 2024-05-03 05:14:13.447/* Product1@OID7:0v1 2024-05-03 05:14:13.447/* OrderDetail@OID8:0v1 2024-05-03 05:14:13.447/2024-05-03 05:14:13.463 OrderDetail@OID8:0v2 2024-05-03 05:14:13.464/* BranchingSameSessionTest_testAuditViewOnBranch_subBranch[5]2024-05-03 05:14:13.468/* CDOResourceFolder@OID5:5v0("?")->0v1 2024-05-03 05:14:13.468/* CDOResource@OID6:5v0("?")->0v1 2024-05-03 05:14:13.468/2024-05-03 05:14:13.478 CDOResource@OID6:5v1("res") 2024-05-03 05:14:13.479/* Product1@OID7:5v0->0v1 2024-05-03 05:14:13.468/2024-05-03 05:14:13.478 Product1@OID7:5v1 2024-05-03 05:14:13.479/* OrderDetail@OID8:5v0->0v2 2024-05-03 05:14:13.468/* OrderDetail@OID9:5v1 2024-05-03 05:14:13.479/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v2("/") 2024-05-03 05:14:13.255/2024-05-03 05:14:13.446 CDOResource@OID1:0v3("/") 2024-05-03 05:14:13.447/* CDOResourceFolder@OID2:0v1("BackupTest_testImportNullListElement")2024-05-03 05:14:13.255/* CDOResourceFolder@OID5:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:14:13.447/* CDOResource@OID6:0v1("res") 2024-05-03 05:14:13.447/* Product1@OID7:0v1 2024-05-03 05:14:13.447/* OrderDetail@OID8:0v1 2024-05-03 05:14:13.447/2024-05-03 05:14:13.463 OrderDetail@OID8:0v2 2024-05-03 05:14:13.464/* BranchingSameSessionTest_testAuditViewOnBranch_subBranch[5]2024-05-03 05:14:13.468/* CDOResourceFolder@OID5:5v0("?")->0v1 2024-05-03 05:14:13.468/* CDOResource@OID6:5v0("?")->0v1 2024-05-03 05:14:13.468/2024-05-03 05:14:13.478 CDOResource@OID6:5v1("res") 2024-05-03 05:14:13.479/* Product1@OID7:5v0->0v1 2024-05-03 05:14:13.468/2024-05-03 05:14:13.478 Product1@OID7:5v1 2024-05-03 05:14:13.479/* OrderDetail@OID8:5v0->0v2 2024-05-03 05:14:13.468/* OrderDetail@OID9:5v1 2024-05-03 05:14:13.479/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v2("/") 2024-05-03 05:14:13.255/2024-05-03 05:14:13.446 CDOResource@OID1:0v3("/") 2024-05-03 05:14:13.447/* CDOResourceFolder@OID2:0v1("BackupTest_testImportNullListElement")2024-05-03 05:14:13.255/* CDOResourceFolder@OID5:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:14:13.447/* CDOResource@OID6:0v1("res") 2024-05-03 05:14:13.447/* Product1@OID7:0v1 2024-05-03 05:14:13.447/* OrderDetail@OID8:0v1 2024-05-03 05:14:13.447/2024-05-03 05:14:13.463 OrderDetail@OID8:0v2 2024-05-03 05:14:13.464/* BranchingSameSessionTest_testAuditViewOnBranch_subBranch[5]2024-05-03 05:14:13.468/* CDOResourceFolder@OID5:5v0("?")->0v1 2024-05-03 05:14:13.468/* CDOResource@OID6:5v0("?")->0v1 2024-05-03 05:14:13.468/2024-05-03 05:14:13.478 CDOResource@OID6:5v1("res") 2024-05-03 05:14:13.479/* Product1@OID7:5v0->0v1 2024-05-03 05:14:13.468/2024-05-03 05:14:13.478 Product1@OID7:5v1 2024-05-03 05:14:13.479/* OrderDetail@OID8:5v0->0v2 2024-05-03 05:14:13.468/* OrderDetail@OID9:5v1 2024-05-03 05:14:13.479/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v2("/") 2024-05-03 05:14:13.255/2024-05-03 05:14:13.446 CDOResource@OID1:0v3("/") 2024-05-03 05:14:13.447/* CDOResourceFolder@OID2:0v1("BackupTest_testImportNullListElement")2024-05-03 05:14:13.255/* CDOResourceFolder@OID5:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:14:13.447/* CDOResource@OID6:0v1("res") 2024-05-03 05:14:13.447/* Product1@OID7:0v1 2024-05-03 05:14:13.447/* OrderDetail@OID8:0v1 2024-05-03 05:14:13.447/2024-05-03 05:14:13.463 OrderDetail@OID8:0v2 2024-05-03 05:14:13.464/* BranchingSameSessionTest_testAuditViewOnBranch_subBranch[5]2024-05-03 05:14:13.468/* CDOResourceFolder@OID5:5v0("?")->0v1 2024-05-03 05:14:13.468/* CDOResource@OID6:5v0("?")->0v1 2024-05-03 05:14:13.468/2024-05-03 05:14:13.478 CDOResource@OID6:5v1("res") 2024-05-03 05:14:13.479/* Product1@OID7:5v0->0v1 2024-05-03 05:14:13.468/2024-05-03 05:14:13.478 Product1@OID7:5v1 2024-05-03 05:14:13.479/* OrderDetail@OID8:5v0->0v2 2024-05-03 05:14:13.468/* OrderDetail@OID9:5v1 2024-05-03 05:14:13.479/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v2("/") 2024-05-03 05:14:13.255/2024-05-03 05:14:13.446 CDOResource@OID1:0v3("/") 2024-05-03 05:14:13.447/* CDOResourceFolder@OID2:0v1("BackupTest_testImportNullListElement")2024-05-03 05:14:13.255/* CDOResourceFolder@OID5:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:14:13.447/* CDOResource@OID6:0v1("res") 2024-05-03 05:14:13.447/* Product1@OID7:0v1 2024-05-03 05:14:13.447/* OrderDetail@OID8:0v1 2024-05-03 05:14:13.447/2024-05-03 05:14:13.463 OrderDetail@OID8:0v2 2024-05-03 05:14:13.464/* BranchingSameSessionTest_testAuditViewOnBranch_subBranch[5]2024-05-03 05:14:13.468/* CDOResourceFolder@OID5:5v0("?")->0v1 2024-05-03 05:14:13.468/* CDOResource@OID6:5v0("?")->0v1 2024-05-03 05:14:13.468/2024-05-03 05:14:13.478 CDOResource@OID6:5v1("res") 2024-05-03 05:14:13.479/* Product1@OID7:5v0->0v1 2024-05-03 05:14:13.468/2024-05-03 05:14:13.478 Product1@OID7:5v1 2024-05-03 05:14:13.479/* OrderDetail@OID8:5v0->0v2 2024-05-03 05:14:13.468/* OrderDetail@OID9:5v1 2024-05-03 05:14:13.479/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v2("/") 2024-05-03 05:14:13.255/2024-05-03 05:14:13.446 CDOResource@OID1:0v3("/") 2024-05-03 05:14:13.447/* CDOResourceFolder@OID2:0v1("BackupTest_testImportNullListElement")2024-05-03 05:14:13.255/* CDOResourceFolder@OID5:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:14:13.447/* CDOResource@OID6:0v1("res") 2024-05-03 05:14:13.447/* Product1@OID7:0v1 2024-05-03 05:14:13.447/* OrderDetail@OID8:0v1 2024-05-03 05:14:13.447/2024-05-03 05:14:13.463 OrderDetail@OID8:0v2 2024-05-03 05:14:13.464/* BranchingSameSessionTest_testAuditViewOnBranch_subBranch[5]2024-05-03 05:14:13.468/* CDOResourceFolder@OID5:5v0("?")->0v1 2024-05-03 05:14:13.468/* CDOResource@OID6:5v0("?")->0v1 2024-05-03 05:14:13.468/2024-05-03 05:14:13.478 CDOResource@OID6:5v1("res") 2024-05-03 05:14:13.479/* Product1@OID7:5v0->0v1 2024-05-03 05:14:13.468/2024-05-03 05:14:13.478 Product1@OID7:5v1 2024-05-03 05:14:13.479/* OrderDetail@OID8:5v0->0v2 2024-05-03 05:14:13.468/* OrderDetail@OID9:5v1 2024-05-03 05:14:13.479/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v2("/") 2024-05-03 05:14:13.255/2024-05-03 05:14:13.446 CDOResource@OID1:0v3("/") 2024-05-03 05:14:13.447/* CDOResourceFolder@OID2:0v1("BackupTest_testImportNullListElement")2024-05-03 05:14:13.255/* CDOResourceFolder@OID5:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:14:13.447/* CDOResource@OID6:0v1("res") 2024-05-03 05:14:13.447/* Product1@OID7:0v1 2024-05-03 05:14:13.447/* OrderDetail@OID8:0v1 2024-05-03 05:14:13.447/2024-05-03 05:14:13.463 OrderDetail@OID8:0v2 2024-05-03 05:14:13.464/* BranchingSameSessionTest_testAuditViewOnBranch_subBranch[5]2024-05-03 05:14:13.468/* CDOResourceFolder@OID5:5v0("?")->0v1 2024-05-03 05:14:13.468/* CDOResource@OID6:5v0("?")->0v1 2024-05-03 05:14:13.468/2024-05-03 05:14:13.478 CDOResource@OID6:5v1("res") 2024-05-03 05:14:13.479/* Product1@OID7:5v0->0v1 2024-05-03 05:14:13.468/2024-05-03 05:14:13.478 Product1@OID7:5v1 2024-05-03 05:14:13.479/* OrderDetail@OID8:5v0->0v2 2024-05-03 05:14:13.468/* OrderDetail@OID9:5v1 2024-05-03 05:14:13.479/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v2("/") 2024-05-03 05:14:13.255/2024-05-03 05:14:13.446 CDOResource@OID1:0v3("/") 2024-05-03 05:14:13.447/* CDOResourceFolder@OID2:0v1("BackupTest_testImportNullListElement")2024-05-03 05:14:13.255/* CDOResourceFolder@OID5:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:14:13.447/* CDOResource@OID6:0v1("res") 2024-05-03 05:14:13.447/* Product1@OID7:0v1 2024-05-03 05:14:13.447/* OrderDetail@OID8:0v1 2024-05-03 05:14:13.447/2024-05-03 05:14:13.463 OrderDetail@OID8:0v2 2024-05-03 05:14:13.464/* BranchingSameSessionTest_testAuditViewOnBranch_subBranch[5]2024-05-03 05:14:13.468/* CDOResourceFolder@OID5:5v0("?")->0v1 2024-05-03 05:14:13.468/* CDOResource@OID6:5v0("?")->0v1 2024-05-03 05:14:13.468/2024-05-03 05:14:13.478 CDOResource@OID6:5v1("res") 2024-05-03 05:14:13.479/* Product1@OID7:5v0->0v1 2024-05-03 05:14:13.468/2024-05-03 05:14:13.478 Product1@OID7:5v1 2024-05-03 05:14:13.479/* OrderDetail@OID8:5v0->0v2 2024-05-03 05:14:13.468/* OrderDetail@OID9:5v1 2024-05-03 05:14:13.479/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v2("/") 2024-05-03 05:14:13.255/2024-05-03 05:14:13.446 CDOResource@OID1:0v3("/") 2024-05-03 05:14:13.447/* CDOResourceFolder@OID2:0v1("BackupTest_testImportNullListElement")2024-05-03 05:14:13.255/* CDOResourceFolder@OID5:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:14:13.447/* CDOResource@OID6:0v1("res") 2024-05-03 05:14:13.447/* Product1@OID7:0v1 2024-05-03 05:14:13.447/* OrderDetail@OID8:0v1 2024-05-03 05:14:13.447/2024-05-03 05:14:13.463 OrderDetail@OID8:0v2 2024-05-03 05:14:13.464/* BranchingSameSessionTest_testAuditViewOnBranch_subBranch[5]2024-05-03 05:14:13.468/* CDOResourceFolder@OID5:5v0("?")->0v1 2024-05-03 05:14:13.468/* CDOResource@OID6:5v0("?")->0v1 2024-05-03 05:14:13.468/2024-05-03 05:14:13.478 CDOResource@OID6:5v1("res") 2024-05-03 05:14:13.479/* Product1@OID7:5v0->0v1 2024-05-03 05:14:13.468/2024-05-03 05:14:13.478 Product1@OID7:5v1 2024-05-03 05:14:13.479/* OrderDetail@OID8:5v0->0v2 2024-05-03 05:14:13.468/* OrderDetail@OID9:5v1 2024-05-03 05:14:13.479/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v2("/") 2024-05-03 05:14:13.255/2024-05-03 05:14:13.446 CDOResource@OID1:0v3("/") 2024-05-03 05:14:13.447/* CDOResourceFolder@OID2:0v1("BackupTest_testImportNullListElement")2024-05-03 05:14:13.255/* CDOResourceFolder@OID5:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:14:13.447/* CDOResource@OID6:0v1("res") 2024-05-03 05:14:13.447/* Product1@OID7:0v1 2024-05-03 05:14:13.447/* OrderDetail@OID8:0v1 2024-05-03 05:14:13.447/2024-05-03 05:14:13.463 OrderDetail@OID8:0v2 2024-05-03 05:14:13.464/* BranchingSameSessionTest_testAuditViewOnBranch_subBranch[5]2024-05-03 05:14:13.468/* CDOResourceFolder@OID5:5v0("?")->0v1 2024-05-03 05:14:13.468/* CDOResource@OID6:5v0("?")->0v1 2024-05-03 05:14:13.468/2024-05-03 05:14:13.478 CDOResource@OID6:5v1("res") 2024-05-03 05:14:13.479/* Product1@OID7:5v0->0v1 2024-05-03 05:14:13.468/2024-05-03 05:14:13.478 Product1@OID7:5v1 2024-05-03 05:14:13.479/* OrderDetail@OID8:5v0->0v2 2024-05-03 05:14:13.468/* OrderDetail@OID9:5v1 2024-05-03 05:14:13.479/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v2("/") 2024-05-03 05:14:13.255/2024-05-03 05:14:13.446 CDOResource@OID1:0v3("/") 2024-05-03 05:14:13.447/* CDOResourceFolder@OID2:0v1("BackupTest_testImportNullListElement")2024-05-03 05:14:13.255/* CDOResourceFolder@OID5:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:14:13.447/* CDOResource@OID6:0v1("res") 2024-05-03 05:14:13.447/* Product1@OID7:0v1 2024-05-03 05:14:13.447/* OrderDetail@OID8:0v1 2024-05-03 05:14:13.447/2024-05-03 05:14:13.463 OrderDetail@OID8:0v2 2024-05-03 05:14:13.464/* BranchingSameSessionTest_testAuditViewOnBranch_subBranch[5]2024-05-03 05:14:13.468/* CDOResourceFolder@OID5:5v0("?")->0v1 2024-05-03 05:14:13.468/* CDOResource@OID6:5v0("?")->0v1 2024-05-03 05:14:13.468/2024-05-03 05:14:13.478 CDOResource@OID6:5v1("res") 2024-05-03 05:14:13.479/* Product1@OID7:5v0->0v1 2024-05-03 05:14:13.468/2024-05-03 05:14:13.478 Product1@OID7:5v1 2024-05-03 05:14:13.479/* OrderDetail@OID8:5v0->0v2 2024-05-03 05:14:13.468/* OrderDetail@OID9:5v1 2024-05-03 05:14:13.479/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v2("/") 2024-05-03 05:14:13.255/2024-05-03 05:14:13.446 CDOResource@OID1:0v3("/") 2024-05-03 05:14:13.447/* CDOResourceFolder@OID2:0v1("BackupTest_testImportNullListElement")2024-05-03 05:14:13.255/* CDOResourceFolder@OID5:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:14:13.447/* CDOResource@OID6:0v1("res") 2024-05-03 05:14:13.447/* Product1@OID7:0v1 2024-05-03 05:14:13.447/* OrderDetail@OID8:0v1 2024-05-03 05:14:13.447/2024-05-03 05:14:13.463 OrderDetail@OID8:0v2 2024-05-03 05:14:13.464/* BranchingSameSessionTest_testAuditViewOnBranch_subBranch[5]2024-05-03 05:14:13.468/* CDOResourceFolder@OID5:5v0("?")->0v1 2024-05-03 05:14:13.468/* CDOResource@OID6:5v0("?")->0v1 2024-05-03 05:14:13.468/2024-05-03 05:14:13.478 CDOResource@OID6:5v1("res") 2024-05-03 05:14:13.479/* Product1@OID7:5v0->0v1 2024-05-03 05:14:13.468/2024-05-03 05:14:13.478 Product1@OID7:5v1 2024-05-03 05:14:13.479/* OrderDetail@OID8:5v0->0v2 2024-05-03 05:14:13.468/* OrderDetail@OID9:5v1 2024-05-03 05:14:13.479/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v2("/") 2024-05-03 05:14:13.255/2024-05-03 05:14:13.446 CDOResource@OID1:0v3("/") 2024-05-03 05:14:13.447/* CDOResourceFolder@OID2:0v1("BackupTest_testImportNullListElement")2024-05-03 05:14:13.255/* CDOResourceFolder@OID5:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:14:13.447/* CDOResource@OID6:0v1("res") 2024-05-03 05:14:13.447/* Product1@OID7:0v1 2024-05-03 05:14:13.447/* OrderDetail@OID8:0v1 2024-05-03 05:14:13.447/2024-05-03 05:14:13.463 OrderDetail@OID8:0v2 2024-05-03 05:14:13.464/* BranchingSameSessionTest_testAuditViewOnBranch_subBranch[5]2024-05-03 05:14:13.468/* CDOResourceFolder@OID5:5v0("?")->0v1 2024-05-03 05:14:13.468/* CDOResource@OID6:5v0("?")->0v1 2024-05-03 05:14:13.468/2024-05-03 05:14:13.478 CDOResource@OID6:5v1("res") 2024-05-03 05:14:13.479/* Product1@OID7:5v0->0v1 2024-05-03 05:14:13.468/2024-05-03 05:14:13.478 Product1@OID7:5v1 2024-05-03 05:14:13.479/* OrderDetail@OID8:5v0->0v2 2024-05-03 05:14:13.468/* OrderDetail@OID9:5v1 2024-05-03 05:14:13.479/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v2("/") 2024-05-03 05:14:13.255/2024-05-03 05:14:13.446 CDOResource@OID1:0v3("/") 2024-05-03 05:14:13.447/* CDOResourceFolder@OID2:0v1("BackupTest_testImportNullListElement")2024-05-03 05:14:13.255/* CDOResourceFolder@OID5:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:14:13.447/* CDOResource@OID6:0v1("res") 2024-05-03 05:14:13.447/* Product1@OID7:0v1 2024-05-03 05:14:13.447/* OrderDetail@OID8:0v1 2024-05-03 05:14:13.447/2024-05-03 05:14:13.463 OrderDetail@OID8:0v2 2024-05-03 05:14:13.464/* BranchingSameSessionTest_testAuditViewOnBranch_subBranch[5]2024-05-03 05:14:13.468/* CDOResourceFolder@OID5:5v0("?")->0v1 2024-05-03 05:14:13.468/* CDOResource@OID6:5v0("?")->0v1 2024-05-03 05:14:13.468/2024-05-03 05:14:13.478 CDOResource@OID6:5v1("res") 2024-05-03 05:14:13.479/* Product1@OID7:5v0->0v1 2024-05-03 05:14:13.468/2024-05-03 05:14:13.478 Product1@OID7:5v1 2024-05-03 05:14:13.479/* OrderDetail@OID8:5v0->0v2 2024-05-03 05:14:13.468/* OrderDetail@OID9:5v1 2024-05-03 05:14:13.479/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v2("/") 2024-05-03 05:14:13.255/2024-05-03 05:14:13.446 CDOResource@OID1:0v3("/") 2024-05-03 05:14:13.447/* CDOResourceFolder@OID2:0v1("BackupTest_testImportNullListElement")2024-05-03 05:14:13.255/* CDOResourceFolder@OID5:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:14:13.447/* CDOResource@OID6:0v1("res") 2024-05-03 05:14:13.447/* Product1@OID7:0v1 2024-05-03 05:14:13.447/* OrderDetail@OID8:0v1 2024-05-03 05:14:13.447/2024-05-03 05:14:13.463 OrderDetail@OID8:0v2 2024-05-03 05:14:13.464/* BranchingSameSessionTest_testAuditViewOnBranch_subBranch[5]2024-05-03 05:14:13.468/* CDOResourceFolder@OID5:5v0("?")->0v1 2024-05-03 05:14:13.468/* CDOResource@OID6:5v0("?")->0v1 2024-05-03 05:14:13.468/2024-05-03 05:14:13.478 CDOResource@OID6:5v1("res") 2024-05-03 05:14:13.479/* Product1@OID7:5v0->0v1 2024-05-03 05:14:13.468/2024-05-03 05:14:13.478 Product1@OID7:5v1 2024-05-03 05:14:13.479/* OrderDetail@OID8:5v0->0v2 2024-05-03 05:14:13.468/* OrderDetail@OID9:5v1 2024-05-03 05:14:13.479/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v2("/") 2024-05-03 05:14:13.255/2024-05-03 05:14:13.446 CDOResource@OID1:0v3("/") 2024-05-03 05:14:13.447/* CDOResourceFolder@OID2:0v1("BackupTest_testImportNullListElement")2024-05-03 05:14:13.255/* CDOResourceFolder@OID5:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:14:13.447/* CDOResource@OID6:0v1("res") 2024-05-03 05:14:13.447/* Product1@OID7:0v1 2024-05-03 05:14:13.447/* OrderDetail@OID8:0v1 2024-05-03 05:14:13.447/2024-05-03 05:14:13.463 OrderDetail@OID8:0v2 2024-05-03 05:14:13.464/* BranchingSameSessionTest_testAuditViewOnBranch_subBranch[5]2024-05-03 05:14:13.468/* CDOResourceFolder@OID5:5v0("?")->0v1 2024-05-03 05:14:13.468/* CDOResource@OID6:5v0("?")->0v1 2024-05-03 05:14:13.468/2024-05-03 05:14:13.478 CDOResource@OID6:5v1("res") 2024-05-03 05:14:13.479/* Product1@OID7:5v0->0v1 2024-05-03 05:14:13.468/2024-05-03 05:14:13.478 Product1@OID7:5v1 2024-05-03 05:14:13.479/* OrderDetail@OID8:5v0->0v2 2024-05-03 05:14:13.468/* OrderDetail@OID9:5v1 2024-05-03 05:14:13.479/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v2("/") 2024-05-03 05:14:13.255/2024-05-03 05:14:13.446 CDOResource@OID1:0v3("/") 2024-05-03 05:14:13.447/* CDOResourceFolder@OID2:0v1("BackupTest_testImportNullListElement")2024-05-03 05:14:13.255/* CDOResourceFolder@OID5:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:14:13.447/* CDOResource@OID6:0v1("res") 2024-05-03 05:14:13.447/* Product1@OID7:0v1 2024-05-03 05:14:13.447/* OrderDetail@OID8:0v1 2024-05-03 05:14:13.447/2024-05-03 05:14:13.463 OrderDetail@OID8:0v2 2024-05-03 05:14:13.464/* BranchingSameSessionTest_testAuditViewOnBranch_subBranch[5]2024-05-03 05:14:13.468/* CDOResourceFolder@OID5:5v0("?")->0v1 2024-05-03 05:14:13.468/* CDOResource@OID6:5v0("?")->0v1 2024-05-03 05:14:13.468/2024-05-03 05:14:13.478 CDOResource@OID6:5v1("res") 2024-05-03 05:14:13.479/* Product1@OID7:5v0->0v1 2024-05-03 05:14:13.468/2024-05-03 05:14:13.478 Product1@OID7:5v1 2024-05-03 05:14:13.479/* OrderDetail@OID8:5v0->0v2 2024-05-03 05:14:13.468/* OrderDetail@OID9:5v1 2024-05-03 05:14:13.479/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v2("/") 2024-05-03 05:14:13.255/2024-05-03 05:14:13.446 CDOResource@OID1:0v3("/") 2024-05-03 05:14:13.447/* CDOResourceFolder@OID2:0v1("BackupTest_testImportNullListElement")2024-05-03 05:14:13.255/* CDOResourceFolder@OID5:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:14:13.447/* CDOResource@OID6:0v1("res") 2024-05-03 05:14:13.447/* Product1@OID7:0v1 2024-05-03 05:14:13.447/* OrderDetail@OID8:0v1 2024-05-03 05:14:13.447/2024-05-03 05:14:13.463 OrderDetail@OID8:0v2 2024-05-03 05:14:13.464/* BranchingSameSessionTest_testAuditViewOnBranch_subBranch[5]2024-05-03 05:14:13.468/* CDOResourceFolder@OID5:5v0("?")->0v1 2024-05-03 05:14:13.468/* CDOResource@OID6:5v0("?")->0v1 2024-05-03 05:14:13.468/2024-05-03 05:14:13.478 CDOResource@OID6:5v1("res") 2024-05-03 05:14:13.479/* Product1@OID7:5v0->0v1 2024-05-03 05:14:13.468/2024-05-03 05:14:13.478 Product1@OID7:5v1 2024-05-03 05:14:13.479/* OrderDetail@OID8:5v0->0v2 2024-05-03 05:14:13.468/* OrderDetail@OID9:5v1 2024-05-03 05:14:13.479/* ******************************************************* BranchingSameSessionTest.testBasePath [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* BranchingSameSessionTest.testCommit [H2-branching-ranges, JVM, Native] ******************************************************* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v3("/") 2024-05-03 05:14:13.447/2024-05-03 05:14:13.662 CDOResource@OID1:0v4("/") 2024-05-03 05:14:13.663/* CDOResourceFolder@OID2:0v1("BackupTest_testImportNullListElement")2024-05-03 05:14:13.255/* CDOResourceFolder@OID5:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:14:13.447/* CDOResourceFolder@OID10:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:14:13.663/* CDOResource@OID11:0v1("res") 2024-05-03 05:14:13.663/* Product1@OID12:0v1 2024-05-03 05:14:13.663/* OrderDetail@OID13:0v1 2024-05-03 05:14:13.663/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v3("/") 2024-05-03 05:14:13.447/2024-05-03 05:14:13.662 CDOResource@OID1:0v4("/") 2024-05-03 05:14:13.663/* CDOResourceFolder@OID2:0v1("BackupTest_testImportNullListElement")2024-05-03 05:14:13.255/* CDOResourceFolder@OID5:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:14:13.447/* CDOResourceFolder@OID10:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:14:13.663/* CDOResource@OID11:0v1("res") 2024-05-03 05:14:13.663/* Product1@OID12:0v1 2024-05-03 05:14:13.663/* OrderDetail@OID13:0v1 2024-05-03 05:14:13.663/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v3("/") 2024-05-03 05:14:13.447/2024-05-03 05:14:13.662 CDOResource@OID1:0v4("/") 2024-05-03 05:14:13.663/* CDOResourceFolder@OID2:0v1("BackupTest_testImportNullListElement")2024-05-03 05:14:13.255/* CDOResourceFolder@OID5:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:14:13.447/* CDOResourceFolder@OID10:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:14:13.663/* CDOResource@OID11:0v1("res") 2024-05-03 05:14:13.663/* Product1@OID12:0v1 2024-05-03 05:14:13.663/* OrderDetail@OID13:0v1 2024-05-03 05:14:13.663/* BranchingSameSessionTest_testCommit_subBranch[9]2024-05-03 05:14:13.663/* CDOResourceFolder@OID10:9v0("?")->0v1 2024-05-03 05:14:13.663/* CDOResource@OID11:9v0("?")->0v1 2024-05-03 05:14:13.663/* Product1@OID12:9v0->0v1 2024-05-03 05:14:13.663/* OrderDetail@OID13:9v0->0v1 2024-05-03 05:14:13.663/2024-05-03 05:14:13.673 OrderDetail@OID13:9v1 2024-05-03 05:14:13.674/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v3("/") 2024-05-03 05:14:13.447/2024-05-03 05:14:13.662 CDOResource@OID1:0v4("/") 2024-05-03 05:14:13.663/* CDOResourceFolder@OID2:0v1("BackupTest_testImportNullListElement")2024-05-03 05:14:13.255/* CDOResourceFolder@OID5:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:14:13.447/* CDOResourceFolder@OID10:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:14:13.663/* CDOResource@OID11:0v1("res") 2024-05-03 05:14:13.663/* Product1@OID12:0v1 2024-05-03 05:14:13.663/* OrderDetail@OID13:0v1 2024-05-03 05:14:13.663/* BranchingSameSessionTest_testCommit_subBranch[9]2024-05-03 05:14:13.663/* CDOResourceFolder@OID10:9v0("?")->0v1 2024-05-03 05:14:13.663/* CDOResource@OID11:9v0("?")->0v1 2024-05-03 05:14:13.663/* Product1@OID12:9v0->0v1 2024-05-03 05:14:13.663/* OrderDetail@OID13:9v0->0v1 2024-05-03 05:14:13.663/2024-05-03 05:14:13.673 OrderDetail@OID13:9v1 2024-05-03 05:14:13.674/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v3("/") 2024-05-03 05:14:13.447/2024-05-03 05:14:13.662 CDOResource@OID1:0v4("/") 2024-05-03 05:14:13.663/* CDOResourceFolder@OID2:0v1("BackupTest_testImportNullListElement")2024-05-03 05:14:13.255/* CDOResourceFolder@OID5:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:14:13.447/* CDOResourceFolder@OID10:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:14:13.663/* CDOResource@OID11:0v1("res") 2024-05-03 05:14:13.663/* Product1@OID12:0v1 2024-05-03 05:14:13.663/* OrderDetail@OID13:0v1 2024-05-03 05:14:13.663/* BranchingSameSessionTest_testCommit_subBranch[9]2024-05-03 05:14:13.663/* CDOResourceFolder@OID10:9v0("?")->0v1 2024-05-03 05:14:13.663/* CDOResource@OID11:9v0("?")->0v1 2024-05-03 05:14:13.663/* Product1@OID12:9v0->0v1 2024-05-03 05:14:13.663/* OrderDetail@OID13:9v0->0v1 2024-05-03 05:14:13.663/2024-05-03 05:14:13.673 OrderDetail@OID13:9v1 2024-05-03 05:14:13.674/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v3("/") 2024-05-03 05:14:13.447/2024-05-03 05:14:13.662 CDOResource@OID1:0v4("/") 2024-05-03 05:14:13.663/* CDOResourceFolder@OID2:0v1("BackupTest_testImportNullListElement")2024-05-03 05:14:13.255/* CDOResourceFolder@OID5:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:14:13.447/* CDOResourceFolder@OID10:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:14:13.663/* CDOResource@OID11:0v1("res") 2024-05-03 05:14:13.663/* Product1@OID12:0v1 2024-05-03 05:14:13.663/* OrderDetail@OID13:0v1 2024-05-03 05:14:13.663/* BranchingSameSessionTest_testCommit_subBranch[9]2024-05-03 05:14:13.663/* CDOResourceFolder@OID10:9v0("?")->0v1 2024-05-03 05:14:13.663/* CDOResource@OID11:9v0("?")->0v1 2024-05-03 05:14:13.663/* Product1@OID12:9v0->0v1 2024-05-03 05:14:13.663/* OrderDetail@OID13:9v0->0v1 2024-05-03 05:14:13.663/2024-05-03 05:14:13.673 OrderDetail@OID13:9v1 2024-05-03 05:14:13.674/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v3("/") 2024-05-03 05:14:13.447/2024-05-03 05:14:13.662 CDOResource@OID1:0v4("/") 2024-05-03 05:14:13.663/* CDOResourceFolder@OID2:0v1("BackupTest_testImportNullListElement")2024-05-03 05:14:13.255/* CDOResourceFolder@OID5:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:14:13.447/* CDOResourceFolder@OID10:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:14:13.663/* CDOResource@OID11:0v1("res") 2024-05-03 05:14:13.663/* Product1@OID12:0v1 2024-05-03 05:14:13.663/* OrderDetail@OID13:0v1 2024-05-03 05:14:13.663/* BranchingSameSessionTest_testCommit_subBranch[9]2024-05-03 05:14:13.663/* CDOResourceFolder@OID10:9v0("?")->0v1 2024-05-03 05:14:13.663/* CDOResource@OID11:9v0("?")->0v1 2024-05-03 05:14:13.663/* Product1@OID12:9v0->0v1 2024-05-03 05:14:13.663/* OrderDetail@OID13:9v0->0v1 2024-05-03 05:14:13.663/2024-05-03 05:14:13.673 OrderDetail@OID13:9v1 2024-05-03 05:14:13.674/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v3("/") 2024-05-03 05:14:13.447/2024-05-03 05:14:13.662 CDOResource@OID1:0v4("/") 2024-05-03 05:14:13.663/* CDOResourceFolder@OID2:0v1("BackupTest_testImportNullListElement")2024-05-03 05:14:13.255/* CDOResourceFolder@OID5:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:14:13.447/* CDOResourceFolder@OID10:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:14:13.663/* CDOResource@OID11:0v1("res") 2024-05-03 05:14:13.663/* Product1@OID12:0v1 2024-05-03 05:14:13.663/* OrderDetail@OID13:0v1 2024-05-03 05:14:13.663/* BranchingSameSessionTest_testCommit_subBranch[9]2024-05-03 05:14:13.663/* CDOResourceFolder@OID10:9v0("?")->0v1 2024-05-03 05:14:13.663/* CDOResource@OID11:9v0("?")->0v1 2024-05-03 05:14:13.663/* Product1@OID12:9v0->0v1 2024-05-03 05:14:13.663/* OrderDetail@OID13:9v0->0v1 2024-05-03 05:14:13.663/2024-05-03 05:14:13.673 OrderDetail@OID13:9v1 2024-05-03 05:14:13.674/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v3("/") 2024-05-03 05:14:13.447/2024-05-03 05:14:13.662 CDOResource@OID1:0v4("/") 2024-05-03 05:14:13.663/* CDOResourceFolder@OID2:0v1("BackupTest_testImportNullListElement")2024-05-03 05:14:13.255/* CDOResourceFolder@OID5:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:14:13.447/* CDOResourceFolder@OID10:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:14:13.663/* CDOResource@OID11:0v1("res") 2024-05-03 05:14:13.663/* Product1@OID12:0v1 2024-05-03 05:14:13.663/* OrderDetail@OID13:0v1 2024-05-03 05:14:13.663/* BranchingSameSessionTest_testCommit_subBranch[9]2024-05-03 05:14:13.663/* CDOResourceFolder@OID10:9v0("?")->0v1 2024-05-03 05:14:13.663/* CDOResource@OID11:9v0("?")->0v1 2024-05-03 05:14:13.663/* Product1@OID12:9v0->0v1 2024-05-03 05:14:13.663/* OrderDetail@OID13:9v0->0v1 2024-05-03 05:14:13.663/2024-05-03 05:14:13.673 OrderDetail@OID13:9v1 2024-05-03 05:14:13.674/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v3("/") 2024-05-03 05:14:13.447/2024-05-03 05:14:13.662 CDOResource@OID1:0v4("/") 2024-05-03 05:14:13.663/* CDOResourceFolder@OID2:0v1("BackupTest_testImportNullListElement")2024-05-03 05:14:13.255/* CDOResourceFolder@OID5:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:14:13.447/* CDOResourceFolder@OID10:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:14:13.663/* CDOResource@OID11:0v1("res") 2024-05-03 05:14:13.663/* Product1@OID12:0v1 2024-05-03 05:14:13.663/* OrderDetail@OID13:0v1 2024-05-03 05:14:13.663/* BranchingSameSessionTest_testCommit_subBranch[9]2024-05-03 05:14:13.663/* CDOResourceFolder@OID10:9v0("?")->0v1 2024-05-03 05:14:13.663/* CDOResource@OID11:9v0("?")->0v1 2024-05-03 05:14:13.663/* Product1@OID12:9v0->0v1 2024-05-03 05:14:13.663/* OrderDetail@OID13:9v0->0v1 2024-05-03 05:14:13.663/2024-05-03 05:14:13.673 OrderDetail@OID13:9v1 2024-05-03 05:14:13.674/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v3("/") 2024-05-03 05:14:13.447/2024-05-03 05:14:13.662 CDOResource@OID1:0v4("/") 2024-05-03 05:14:13.663/* CDOResourceFolder@OID2:0v1("BackupTest_testImportNullListElement")2024-05-03 05:14:13.255/* CDOResourceFolder@OID5:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:14:13.447/* CDOResourceFolder@OID10:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:14:13.663/* CDOResource@OID11:0v1("res") 2024-05-03 05:14:13.663/* Product1@OID12:0v1 2024-05-03 05:14:13.663/* OrderDetail@OID13:0v1 2024-05-03 05:14:13.663/* BranchingSameSessionTest_testCommit_subBranch[9]2024-05-03 05:14:13.663/* CDOResourceFolder@OID10:9v0("?")->0v1 2024-05-03 05:14:13.663/* CDOResource@OID11:9v0("?")->0v1 2024-05-03 05:14:13.663/* Product1@OID12:9v0->0v1 2024-05-03 05:14:13.663/* OrderDetail@OID13:9v0->0v1 2024-05-03 05:14:13.663/2024-05-03 05:14:13.673 OrderDetail@OID13:9v1 2024-05-03 05:14:13.674/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v3("/") 2024-05-03 05:14:13.447/2024-05-03 05:14:13.662 CDOResource@OID1:0v4("/") 2024-05-03 05:14:13.663/* CDOResourceFolder@OID2:0v1("BackupTest_testImportNullListElement")2024-05-03 05:14:13.255/* CDOResourceFolder@OID5:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:14:13.447/* CDOResourceFolder@OID10:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:14:13.663/* CDOResource@OID11:0v1("res") 2024-05-03 05:14:13.663/* Product1@OID12:0v1 2024-05-03 05:14:13.663/* OrderDetail@OID13:0v1 2024-05-03 05:14:13.663/* BranchingSameSessionTest_testCommit_subBranch[9]2024-05-03 05:14:13.663/* CDOResourceFolder@OID10:9v0("?")->0v1 2024-05-03 05:14:13.663/* CDOResource@OID11:9v0("?")->0v1 2024-05-03 05:14:13.663/* Product1@OID12:9v0->0v1 2024-05-03 05:14:13.663/* OrderDetail@OID13:9v0->0v1 2024-05-03 05:14:13.663/2024-05-03 05:14:13.673 OrderDetail@OID13:9v1 2024-05-03 05:14:13.674/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v3("/") 2024-05-03 05:14:13.447/2024-05-03 05:14:13.662 CDOResource@OID1:0v4("/") 2024-05-03 05:14:13.663/* CDOResourceFolder@OID2:0v1("BackupTest_testImportNullListElement")2024-05-03 05:14:13.255/* CDOResourceFolder@OID5:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:14:13.447/* CDOResourceFolder@OID10:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:14:13.663/* CDOResource@OID11:0v1("res") 2024-05-03 05:14:13.663/* Product1@OID12:0v1 2024-05-03 05:14:13.663/* OrderDetail@OID13:0v1 2024-05-03 05:14:13.663/* BranchingSameSessionTest_testCommit_subBranch[9]2024-05-03 05:14:13.663/* CDOResourceFolder@OID10:9v0("?")->0v1 2024-05-03 05:14:13.663/* CDOResource@OID11:9v0("?")->0v1 2024-05-03 05:14:13.663/* Product1@OID12:9v0->0v1 2024-05-03 05:14:13.663/* OrderDetail@OID13:9v0->0v1 2024-05-03 05:14:13.663/2024-05-03 05:14:13.673 OrderDetail@OID13:9v1 2024-05-03 05:14:13.674/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v3("/") 2024-05-03 05:14:13.447/2024-05-03 05:14:13.662 CDOResource@OID1:0v4("/") 2024-05-03 05:14:13.663/* CDOResourceFolder@OID2:0v1("BackupTest_testImportNullListElement")2024-05-03 05:14:13.255/* CDOResourceFolder@OID5:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:14:13.447/* CDOResourceFolder@OID10:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:14:13.663/* CDOResource@OID11:0v1("res") 2024-05-03 05:14:13.663/* Product1@OID12:0v1 2024-05-03 05:14:13.663/* OrderDetail@OID13:0v1 2024-05-03 05:14:13.663/* BranchingSameSessionTest_testCommit_subBranch[9]2024-05-03 05:14:13.663/* CDOResourceFolder@OID10:9v0("?")->0v1 2024-05-03 05:14:13.663/* CDOResource@OID11:9v0("?")->0v1 2024-05-03 05:14:13.663/* Product1@OID12:9v0->0v1 2024-05-03 05:14:13.663/* OrderDetail@OID13:9v0->0v1 2024-05-03 05:14:13.663/2024-05-03 05:14:13.673 OrderDetail@OID13:9v1 2024-05-03 05:14:13.674/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v3("/") 2024-05-03 05:14:13.447/2024-05-03 05:14:13.662 CDOResource@OID1:0v4("/") 2024-05-03 05:14:13.663/* CDOResourceFolder@OID2:0v1("BackupTest_testImportNullListElement")2024-05-03 05:14:13.255/* CDOResourceFolder@OID5:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:14:13.447/* CDOResourceFolder@OID10:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:14:13.663/* CDOResource@OID11:0v1("res") 2024-05-03 05:14:13.663/* Product1@OID12:0v1 2024-05-03 05:14:13.663/* OrderDetail@OID13:0v1 2024-05-03 05:14:13.663/* BranchingSameSessionTest_testCommit_subBranch[9]2024-05-03 05:14:13.663/* CDOResourceFolder@OID10:9v0("?")->0v1 2024-05-03 05:14:13.663/* CDOResource@OID11:9v0("?")->0v1 2024-05-03 05:14:13.663/* Product1@OID12:9v0->0v1 2024-05-03 05:14:13.663/* OrderDetail@OID13:9v0->0v1 2024-05-03 05:14:13.663/2024-05-03 05:14:13.673 OrderDetail@OID13:9v1 2024-05-03 05:14:13.674/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v3("/") 2024-05-03 05:14:13.447/2024-05-03 05:14:13.662 CDOResource@OID1:0v4("/") 2024-05-03 05:14:13.663/* CDOResourceFolder@OID2:0v1("BackupTest_testImportNullListElement")2024-05-03 05:14:13.255/* CDOResourceFolder@OID5:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:14:13.447/* CDOResourceFolder@OID10:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:14:13.663/* CDOResource@OID11:0v1("res") 2024-05-03 05:14:13.663/* Product1@OID12:0v1 2024-05-03 05:14:13.663/* OrderDetail@OID13:0v1 2024-05-03 05:14:13.663/* BranchingSameSessionTest_testCommit_subBranch[9]2024-05-03 05:14:13.663/* CDOResourceFolder@OID10:9v0("?")->0v1 2024-05-03 05:14:13.663/* CDOResource@OID11:9v0("?")->0v1 2024-05-03 05:14:13.663/* Product1@OID12:9v0->0v1 2024-05-03 05:14:13.663/* OrderDetail@OID13:9v0->0v1 2024-05-03 05:14:13.663/2024-05-03 05:14:13.673 OrderDetail@OID13:9v1 2024-05-03 05:14:13.674/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v3("/") 2024-05-03 05:14:13.447/2024-05-03 05:14:13.662 CDOResource@OID1:0v4("/") 2024-05-03 05:14:13.663/* CDOResourceFolder@OID2:0v1("BackupTest_testImportNullListElement")2024-05-03 05:14:13.255/* CDOResourceFolder@OID5:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:14:13.447/* CDOResourceFolder@OID10:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:14:13.663/* CDOResource@OID11:0v1("res") 2024-05-03 05:14:13.663/* Product1@OID12:0v1 2024-05-03 05:14:13.663/* OrderDetail@OID13:0v1 2024-05-03 05:14:13.663/* BranchingSameSessionTest_testCommit_subBranch[9]2024-05-03 05:14:13.663/* CDOResourceFolder@OID10:9v0("?")->0v1 2024-05-03 05:14:13.663/* CDOResource@OID11:9v0("?")->0v1 2024-05-03 05:14:13.663/* Product1@OID12:9v0->0v1 2024-05-03 05:14:13.663/* OrderDetail@OID13:9v0->0v1 2024-05-03 05:14:13.663/2024-05-03 05:14:13.673 OrderDetail@OID13:9v1 2024-05-03 05:14:13.674/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v3("/") 2024-05-03 05:14:13.447/2024-05-03 05:14:13.662 CDOResource@OID1:0v4("/") 2024-05-03 05:14:13.663/* CDOResourceFolder@OID2:0v1("BackupTest_testImportNullListElement")2024-05-03 05:14:13.255/* CDOResourceFolder@OID5:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:14:13.447/* CDOResourceFolder@OID10:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:14:13.663/* CDOResource@OID11:0v1("res") 2024-05-03 05:14:13.663/* Product1@OID12:0v1 2024-05-03 05:14:13.663/* OrderDetail@OID13:0v1 2024-05-03 05:14:13.663/* BranchingSameSessionTest_testCommit_subBranch[9]2024-05-03 05:14:13.663/* CDOResourceFolder@OID10:9v0("?")->0v1 2024-05-03 05:14:13.663/* CDOResource@OID11:9v0("?")->0v1 2024-05-03 05:14:13.663/* Product1@OID12:9v0->0v1 2024-05-03 05:14:13.663/* OrderDetail@OID13:9v0->0v1 2024-05-03 05:14:13.663/2024-05-03 05:14:13.673 OrderDetail@OID13:9v1 2024-05-03 05:14:13.674/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v3("/") 2024-05-03 05:14:13.447/2024-05-03 05:14:13.662 CDOResource@OID1:0v4("/") 2024-05-03 05:14:13.663/* CDOResourceFolder@OID2:0v1("BackupTest_testImportNullListElement")2024-05-03 05:14:13.255/* CDOResourceFolder@OID5:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:14:13.447/* CDOResourceFolder@OID10:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:14:13.663/* CDOResource@OID11:0v1("res") 2024-05-03 05:14:13.663/* Product1@OID12:0v1 2024-05-03 05:14:13.663/* OrderDetail@OID13:0v1 2024-05-03 05:14:13.663/* BranchingSameSessionTest_testCommit_subBranch[9]2024-05-03 05:14:13.663/* CDOResourceFolder@OID10:9v0("?")->0v1 2024-05-03 05:14:13.663/* CDOResource@OID11:9v0("?")->0v1 2024-05-03 05:14:13.663/* Product1@OID12:9v0->0v1 2024-05-03 05:14:13.663/* OrderDetail@OID13:9v0->0v1 2024-05-03 05:14:13.663/2024-05-03 05:14:13.673 OrderDetail@OID13:9v1 2024-05-03 05:14:13.674/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v3("/") 2024-05-03 05:14:13.447/2024-05-03 05:14:13.662 CDOResource@OID1:0v4("/") 2024-05-03 05:14:13.663/* CDOResourceFolder@OID2:0v1("BackupTest_testImportNullListElement")2024-05-03 05:14:13.255/* CDOResourceFolder@OID5:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:14:13.447/* CDOResourceFolder@OID10:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:14:13.663/* CDOResource@OID11:0v1("res") 2024-05-03 05:14:13.663/* Product1@OID12:0v1 2024-05-03 05:14:13.663/* OrderDetail@OID13:0v1 2024-05-03 05:14:13.663/* BranchingSameSessionTest_testCommit_subBranch[9]2024-05-03 05:14:13.663/* CDOResourceFolder@OID10:9v0("?")->0v1 2024-05-03 05:14:13.663/* CDOResource@OID11:9v0("?")->0v1 2024-05-03 05:14:13.663/* Product1@OID12:9v0->0v1 2024-05-03 05:14:13.663/* OrderDetail@OID13:9v0->0v1 2024-05-03 05:14:13.663/2024-05-03 05:14:13.673 OrderDetail@OID13:9v1 2024-05-03 05:14:13.674/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v3("/") 2024-05-03 05:14:13.447/2024-05-03 05:14:13.662 CDOResource@OID1:0v4("/") 2024-05-03 05:14:13.663/* CDOResourceFolder@OID2:0v1("BackupTest_testImportNullListElement")2024-05-03 05:14:13.255/* CDOResourceFolder@OID5:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:14:13.447/* CDOResourceFolder@OID10:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:14:13.663/* CDOResource@OID11:0v1("res") 2024-05-03 05:14:13.663/* Product1@OID12:0v1 2024-05-03 05:14:13.663/* OrderDetail@OID13:0v1 2024-05-03 05:14:13.663/* BranchingSameSessionTest_testCommit_subBranch[9]2024-05-03 05:14:13.663/* CDOResourceFolder@OID10:9v0("?")->0v1 2024-05-03 05:14:13.663/* CDOResource@OID11:9v0("?")->0v1 2024-05-03 05:14:13.663/* Product1@OID12:9v0->0v1 2024-05-03 05:14:13.663/* OrderDetail@OID13:9v0->0v1 2024-05-03 05:14:13.663/2024-05-03 05:14:13.673 OrderDetail@OID13:9v1 2024-05-03 05:14:13.674/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v3("/") 2024-05-03 05:14:13.447/2024-05-03 05:14:13.662 CDOResource@OID1:0v4("/") 2024-05-03 05:14:13.663/* CDOResourceFolder@OID2:0v1("BackupTest_testImportNullListElement")2024-05-03 05:14:13.255/* CDOResourceFolder@OID5:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:14:13.447/* CDOResourceFolder@OID10:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:14:13.663/* CDOResource@OID11:0v1("res") 2024-05-03 05:14:13.663/* Product1@OID12:0v1 2024-05-03 05:14:13.663/* OrderDetail@OID13:0v1 2024-05-03 05:14:13.663/* BranchingSameSessionTest_testCommit_subBranch[9]2024-05-03 05:14:13.663/* CDOResourceFolder@OID10:9v0("?")->0v1 2024-05-03 05:14:13.663/* CDOResource@OID11:9v0("?")->0v1 2024-05-03 05:14:13.663/* Product1@OID12:9v0->0v1 2024-05-03 05:14:13.663/* OrderDetail@OID13:9v0->0v1 2024-05-03 05:14:13.663/2024-05-03 05:14:13.673 OrderDetail@OID13:9v1 2024-05-03 05:14:13.674/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v3("/") 2024-05-03 05:14:13.447/2024-05-03 05:14:13.662 CDOResource@OID1:0v4("/") 2024-05-03 05:14:13.663/* CDOResourceFolder@OID2:0v1("BackupTest_testImportNullListElement")2024-05-03 05:14:13.255/* CDOResourceFolder@OID5:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:14:13.447/* CDOResourceFolder@OID10:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:14:13.663/* CDOResource@OID11:0v1("res") 2024-05-03 05:14:13.663/* Product1@OID12:0v1 2024-05-03 05:14:13.663/* OrderDetail@OID13:0v1 2024-05-03 05:14:13.663/* BranchingSameSessionTest_testCommit_subBranch[9]2024-05-03 05:14:13.663/* CDOResourceFolder@OID10:9v0("?")->0v1 2024-05-03 05:14:13.663/* CDOResource@OID11:9v0("?")->0v1 2024-05-03 05:14:13.663/* Product1@OID12:9v0->0v1 2024-05-03 05:14:13.663/* OrderDetail@OID13:9v0->0v1 2024-05-03 05:14:13.663/2024-05-03 05:14:13.673 OrderDetail@OID13:9v1 2024-05-03 05:14:13.674/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v3("/") 2024-05-03 05:14:13.447/2024-05-03 05:14:13.662 CDOResource@OID1:0v4("/") 2024-05-03 05:14:13.663/* CDOResourceFolder@OID2:0v1("BackupTest_testImportNullListElement")2024-05-03 05:14:13.255/* CDOResourceFolder@OID5:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:14:13.447/* CDOResourceFolder@OID10:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:14:13.663/* CDOResource@OID11:0v1("res") 2024-05-03 05:14:13.663/* Product1@OID12:0v1 2024-05-03 05:14:13.663/* OrderDetail@OID13:0v1 2024-05-03 05:14:13.663/* BranchingSameSessionTest_testCommit_subBranch[9]2024-05-03 05:14:13.663/* CDOResourceFolder@OID10:9v0("?")->0v1 2024-05-03 05:14:13.663/* CDOResource@OID11:9v0("?")->0v1 2024-05-03 05:14:13.663/* Product1@OID12:9v0->0v1 2024-05-03 05:14:13.663/* OrderDetail@OID13:9v0->0v1 2024-05-03 05:14:13.663/2024-05-03 05:14:13.673 OrderDetail@OID13:9v1 2024-05-03 05:14:13.674/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v3("/") 2024-05-03 05:14:13.447/2024-05-03 05:14:13.662 CDOResource@OID1:0v4("/") 2024-05-03 05:14:13.663/* CDOResourceFolder@OID2:0v1("BackupTest_testImportNullListElement")2024-05-03 05:14:13.255/* CDOResourceFolder@OID5:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:14:13.447/* CDOResourceFolder@OID10:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:14:13.663/* CDOResource@OID11:0v1("res") 2024-05-03 05:14:13.663/* Product1@OID12:0v1 2024-05-03 05:14:13.663/* OrderDetail@OID13:0v1 2024-05-03 05:14:13.663/* BranchingSameSessionTest_testCommit_subBranch[9]2024-05-03 05:14:13.663/* CDOResourceFolder@OID10:9v0("?")->0v1 2024-05-03 05:14:13.663/* CDOResource@OID11:9v0("?")->0v1 2024-05-03 05:14:13.663/* Product1@OID12:9v0->0v1 2024-05-03 05:14:13.663/* OrderDetail@OID13:9v0->0v1 2024-05-03 05:14:13.663/2024-05-03 05:14:13.673 OrderDetail@OID13:9v1 2024-05-03 05:14:13.674/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v3("/") 2024-05-03 05:14:13.447/2024-05-03 05:14:13.662 CDOResource@OID1:0v4("/") 2024-05-03 05:14:13.663/* CDOResourceFolder@OID2:0v1("BackupTest_testImportNullListElement")2024-05-03 05:14:13.255/* CDOResourceFolder@OID5:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:14:13.447/* CDOResourceFolder@OID10:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:14:13.663/* CDOResource@OID11:0v1("res") 2024-05-03 05:14:13.663/* Product1@OID12:0v1 2024-05-03 05:14:13.663/* OrderDetail@OID13:0v1 2024-05-03 05:14:13.663/* BranchingSameSessionTest_testCommit_subBranch[9]2024-05-03 05:14:13.663/* CDOResourceFolder@OID10:9v0("?")->0v1 2024-05-03 05:14:13.663/* CDOResource@OID11:9v0("?")->0v1 2024-05-03 05:14:13.663/* Product1@OID12:9v0->0v1 2024-05-03 05:14:13.663/* OrderDetail@OID13:9v0->0v1 2024-05-03 05:14:13.663/2024-05-03 05:14:13.673 OrderDetail@OID13:9v1 2024-05-03 05:14:13.674/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v3("/") 2024-05-03 05:14:13.447/2024-05-03 05:14:13.662 CDOResource@OID1:0v4("/") 2024-05-03 05:14:13.663/* CDOResourceFolder@OID2:0v1("BackupTest_testImportNullListElement")2024-05-03 05:14:13.255/* CDOResourceFolder@OID5:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:14:13.447/* CDOResourceFolder@OID10:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:14:13.663/* CDOResource@OID11:0v1("res") 2024-05-03 05:14:13.663/* Product1@OID12:0v1 2024-05-03 05:14:13.663/* OrderDetail@OID13:0v1 2024-05-03 05:14:13.663/* BranchingSameSessionTest_testCommit_subBranch[9]2024-05-03 05:14:13.663/* CDOResourceFolder@OID10:9v0("?")->0v1 2024-05-03 05:14:13.663/* CDOResource@OID11:9v0("?")->0v1 2024-05-03 05:14:13.663/* Product1@OID12:9v0->0v1 2024-05-03 05:14:13.663/* OrderDetail@OID13:9v0->0v1 2024-05-03 05:14:13.663/2024-05-03 05:14:13.673 OrderDetail@OID13:9v1 2024-05-03 05:14:13.674/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v3("/") 2024-05-03 05:14:13.447/2024-05-03 05:14:13.662 CDOResource@OID1:0v4("/") 2024-05-03 05:14:13.663/* CDOResourceFolder@OID2:0v1("BackupTest_testImportNullListElement")2024-05-03 05:14:13.255/* CDOResourceFolder@OID5:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:14:13.447/* CDOResourceFolder@OID10:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:14:13.663/* CDOResource@OID11:0v1("res") 2024-05-03 05:14:13.663/* Product1@OID12:0v1 2024-05-03 05:14:13.663/* OrderDetail@OID13:0v1 2024-05-03 05:14:13.663/* BranchingSameSessionTest_testCommit_subBranch[9]2024-05-03 05:14:13.663/* CDOResourceFolder@OID10:9v0("?")->0v1 2024-05-03 05:14:13.663/* CDOResource@OID11:9v0("?")->0v1 2024-05-03 05:14:13.663/* Product1@OID12:9v0->0v1 2024-05-03 05:14:13.663/* OrderDetail@OID13:9v0->0v1 2024-05-03 05:14:13.663/2024-05-03 05:14:13.673 OrderDetail@OID13:9v1 2024-05-03 05:14:13.674/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v3("/") 2024-05-03 05:14:13.447/2024-05-03 05:14:13.662 CDOResource@OID1:0v4("/") 2024-05-03 05:14:13.663/* CDOResourceFolder@OID2:0v1("BackupTest_testImportNullListElement")2024-05-03 05:14:13.255/* CDOResourceFolder@OID5:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:14:13.447/* CDOResourceFolder@OID10:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:14:13.663/* CDOResource@OID11:0v1("res") 2024-05-03 05:14:13.663/* Product1@OID12:0v1 2024-05-03 05:14:13.663/* OrderDetail@OID13:0v1 2024-05-03 05:14:13.663/* BranchingSameSessionTest_testCommit_subBranch[9]2024-05-03 05:14:13.663/* CDOResourceFolder@OID10:9v0("?")->0v1 2024-05-03 05:14:13.663/* CDOResource@OID11:9v0("?")->0v1 2024-05-03 05:14:13.663/* Product1@OID12:9v0->0v1 2024-05-03 05:14:13.663/* OrderDetail@OID13:9v0->0v1 2024-05-03 05:14:13.663/2024-05-03 05:14:13.673 OrderDetail@OID13:9v1 2024-05-03 05:14:13.674/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v3("/") 2024-05-03 05:14:13.447/2024-05-03 05:14:13.662 CDOResource@OID1:0v4("/") 2024-05-03 05:14:13.663/* CDOResourceFolder@OID2:0v1("BackupTest_testImportNullListElement")2024-05-03 05:14:13.255/* CDOResourceFolder@OID5:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:14:13.447/* CDOResourceFolder@OID10:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:14:13.663/* CDOResource@OID11:0v1("res") 2024-05-03 05:14:13.663/* Product1@OID12:0v1 2024-05-03 05:14:13.663/* OrderDetail@OID13:0v1 2024-05-03 05:14:13.663/* BranchingSameSessionTest_testCommit_subBranch[9]2024-05-03 05:14:13.663/* CDOResourceFolder@OID10:9v0("?")->0v1 2024-05-03 05:14:13.663/* CDOResource@OID11:9v0("?")->0v1 2024-05-03 05:14:13.663/* Product1@OID12:9v0->0v1 2024-05-03 05:14:13.663/* OrderDetail@OID13:9v0->0v1 2024-05-03 05:14:13.663/2024-05-03 05:14:13.673 OrderDetail@OID13:9v1 2024-05-03 05:14:13.674/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v3("/") 2024-05-03 05:14:13.447/2024-05-03 05:14:13.662 CDOResource@OID1:0v4("/") 2024-05-03 05:14:13.663/* CDOResourceFolder@OID2:0v1("BackupTest_testImportNullListElement")2024-05-03 05:14:13.255/* CDOResourceFolder@OID5:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:14:13.447/* CDOResourceFolder@OID10:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:14:13.663/* CDOResource@OID11:0v1("res") 2024-05-03 05:14:13.663/* Product1@OID12:0v1 2024-05-03 05:14:13.663/* OrderDetail@OID13:0v1 2024-05-03 05:14:13.663/* BranchingSameSessionTest_testCommit_subBranch[9]2024-05-03 05:14:13.663/* CDOResourceFolder@OID10:9v0("?")->0v1 2024-05-03 05:14:13.663/* CDOResource@OID11:9v0("?")->0v1 2024-05-03 05:14:13.663/* Product1@OID12:9v0->0v1 2024-05-03 05:14:13.663/* OrderDetail@OID13:9v0->0v1 2024-05-03 05:14:13.663/2024-05-03 05:14:13.673 OrderDetail@OID13:9v1 2024-05-03 05:14:13.674/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v3("/") 2024-05-03 05:14:13.447/2024-05-03 05:14:13.662 CDOResource@OID1:0v4("/") 2024-05-03 05:14:13.663/* CDOResourceFolder@OID2:0v1("BackupTest_testImportNullListElement")2024-05-03 05:14:13.255/* CDOResourceFolder@OID5:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:14:13.447/* CDOResourceFolder@OID10:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:14:13.663/* CDOResource@OID11:0v1("res") 2024-05-03 05:14:13.663/* Product1@OID12:0v1 2024-05-03 05:14:13.663/* OrderDetail@OID13:0v1 2024-05-03 05:14:13.663/* BranchingSameSessionTest_testCommit_subBranch[9]2024-05-03 05:14:13.663/* CDOResourceFolder@OID10:9v0("?")->0v1 2024-05-03 05:14:13.663/* CDOResource@OID11:9v0("?")->0v1 2024-05-03 05:14:13.663/* Product1@OID12:9v0->0v1 2024-05-03 05:14:13.663/* OrderDetail@OID13:9v0->0v1 2024-05-03 05:14:13.663/2024-05-03 05:14:13.673 OrderDetail@OID13:9v1 2024-05-03 05:14:13.674/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v3("/") 2024-05-03 05:14:13.447/2024-05-03 05:14:13.662 CDOResource@OID1:0v4("/") 2024-05-03 05:14:13.663/* CDOResourceFolder@OID2:0v1("BackupTest_testImportNullListElement")2024-05-03 05:14:13.255/* CDOResourceFolder@OID5:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:14:13.447/* CDOResourceFolder@OID10:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:14:13.663/* CDOResource@OID11:0v1("res") 2024-05-03 05:14:13.663/* Product1@OID12:0v1 2024-05-03 05:14:13.663/* OrderDetail@OID13:0v1 2024-05-03 05:14:13.663/* BranchingSameSessionTest_testCommit_subBranch[9]2024-05-03 05:14:13.663/* CDOResourceFolder@OID10:9v0("?")->0v1 2024-05-03 05:14:13.663/* CDOResource@OID11:9v0("?")->0v1 2024-05-03 05:14:13.663/* Product1@OID12:9v0->0v1 2024-05-03 05:14:13.663/* OrderDetail@OID13:9v0->0v1 2024-05-03 05:14:13.663/2024-05-03 05:14:13.673 OrderDetail@OID13:9v1 2024-05-03 05:14:13.674/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v3("/") 2024-05-03 05:14:13.447/2024-05-03 05:14:13.662 CDOResource@OID1:0v4("/") 2024-05-03 05:14:13.663/* CDOResourceFolder@OID2:0v1("BackupTest_testImportNullListElement")2024-05-03 05:14:13.255/* CDOResourceFolder@OID5:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:14:13.447/* CDOResourceFolder@OID10:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:14:13.663/* CDOResource@OID11:0v1("res") 2024-05-03 05:14:13.663/* Product1@OID12:0v1 2024-05-03 05:14:13.663/* OrderDetail@OID13:0v1 2024-05-03 05:14:13.663/* BranchingSameSessionTest_testCommit_subBranch[9]2024-05-03 05:14:13.663/* CDOResourceFolder@OID10:9v0("?")->0v1 2024-05-03 05:14:13.663/* CDOResource@OID11:9v0("?")->0v1 2024-05-03 05:14:13.663/* Product1@OID12:9v0->0v1 2024-05-03 05:14:13.663/* OrderDetail@OID13:9v0->0v1 2024-05-03 05:14:13.663/2024-05-03 05:14:13.673 OrderDetail@OID13:9v1 2024-05-03 05:14:13.674/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v3("/") 2024-05-03 05:14:13.447/2024-05-03 05:14:13.662 CDOResource@OID1:0v4("/") 2024-05-03 05:14:13.663/* CDOResourceFolder@OID2:0v1("BackupTest_testImportNullListElement")2024-05-03 05:14:13.255/* CDOResourceFolder@OID5:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:14:13.447/* CDOResourceFolder@OID10:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:14:13.663/* CDOResource@OID11:0v1("res") 2024-05-03 05:14:13.663/* Product1@OID12:0v1 2024-05-03 05:14:13.663/* OrderDetail@OID13:0v1 2024-05-03 05:14:13.663/* BranchingSameSessionTest_testCommit_subBranch[9]2024-05-03 05:14:13.663/* CDOResourceFolder@OID10:9v0("?")->0v1 2024-05-03 05:14:13.663/* CDOResource@OID11:9v0("?")->0v1 2024-05-03 05:14:13.663/* Product1@OID12:9v0->0v1 2024-05-03 05:14:13.663/* OrderDetail@OID13:9v0->0v1 2024-05-03 05:14:13.663/2024-05-03 05:14:13.673 OrderDetail@OID13:9v1 2024-05-03 05:14:13.674/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v3("/") 2024-05-03 05:14:13.447/2024-05-03 05:14:13.662 CDOResource@OID1:0v4("/") 2024-05-03 05:14:13.663/* CDOResourceFolder@OID2:0v1("BackupTest_testImportNullListElement")2024-05-03 05:14:13.255/* CDOResourceFolder@OID5:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:14:13.447/* CDOResourceFolder@OID10:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:14:13.663/* CDOResource@OID11:0v1("res") 2024-05-03 05:14:13.663/* Product1@OID12:0v1 2024-05-03 05:14:13.663/* OrderDetail@OID13:0v1 2024-05-03 05:14:13.663/* BranchingSameSessionTest_testCommit_subBranch[9]2024-05-03 05:14:13.663/* CDOResourceFolder@OID10:9v0("?")->0v1 2024-05-03 05:14:13.663/* CDOResource@OID11:9v0("?")->0v1 2024-05-03 05:14:13.663/* Product1@OID12:9v0->0v1 2024-05-03 05:14:13.663/* OrderDetail@OID13:9v0->0v1 2024-05-03 05:14:13.663/2024-05-03 05:14:13.673 OrderDetail@OID13:9v1 2024-05-03 05:14:13.674/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v3("/") 2024-05-03 05:14:13.447/2024-05-03 05:14:13.662 CDOResource@OID1:0v4("/") 2024-05-03 05:14:13.663/* CDOResourceFolder@OID2:0v1("BackupTest_testImportNullListElement")2024-05-03 05:14:13.255/* CDOResourceFolder@OID5:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:14:13.447/* CDOResourceFolder@OID10:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:14:13.663/* CDOResource@OID11:0v1("res") 2024-05-03 05:14:13.663/* Product1@OID12:0v1 2024-05-03 05:14:13.663/* OrderDetail@OID13:0v1 2024-05-03 05:14:13.663/* BranchingSameSessionTest_testCommit_subBranch[9]2024-05-03 05:14:13.663/* CDOResourceFolder@OID10:9v0("?")->0v1 2024-05-03 05:14:13.663/* CDOResource@OID11:9v0("?")->0v1 2024-05-03 05:14:13.663/* Product1@OID12:9v0->0v1 2024-05-03 05:14:13.663/* OrderDetail@OID13:9v0->0v1 2024-05-03 05:14:13.663/2024-05-03 05:14:13.673 OrderDetail@OID13:9v1 2024-05-03 05:14:13.674/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v3("/") 2024-05-03 05:14:13.447/2024-05-03 05:14:13.662 CDOResource@OID1:0v4("/") 2024-05-03 05:14:13.663/* CDOResourceFolder@OID2:0v1("BackupTest_testImportNullListElement")2024-05-03 05:14:13.255/* CDOResourceFolder@OID5:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:14:13.447/* CDOResourceFolder@OID10:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:14:13.663/* CDOResource@OID11:0v1("res") 2024-05-03 05:14:13.663/* Product1@OID12:0v1 2024-05-03 05:14:13.663/* OrderDetail@OID13:0v1 2024-05-03 05:14:13.663/* BranchingSameSessionTest_testCommit_subBranch[9]2024-05-03 05:14:13.663/* CDOResourceFolder@OID10:9v0("?")->0v1 2024-05-03 05:14:13.663/* CDOResource@OID11:9v0("?")->0v1 2024-05-03 05:14:13.663/* Product1@OID12:9v0->0v1 2024-05-03 05:14:13.663/* OrderDetail@OID13:9v0->0v1 2024-05-03 05:14:13.663/2024-05-03 05:14:13.673 OrderDetail@OID13:9v1 2024-05-03 05:14:13.674/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v3("/") 2024-05-03 05:14:13.447/2024-05-03 05:14:13.662 CDOResource@OID1:0v4("/") 2024-05-03 05:14:13.663/* CDOResourceFolder@OID2:0v1("BackupTest_testImportNullListElement")2024-05-03 05:14:13.255/* CDOResourceFolder@OID5:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:14:13.447/* CDOResourceFolder@OID10:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:14:13.663/* CDOResource@OID11:0v1("res") 2024-05-03 05:14:13.663/* Product1@OID12:0v1 2024-05-03 05:14:13.663/* OrderDetail@OID13:0v1 2024-05-03 05:14:13.663/* BranchingSameSessionTest_testCommit_subBranch[9]2024-05-03 05:14:13.663/* CDOResourceFolder@OID10:9v0("?")->0v1 2024-05-03 05:14:13.663/* CDOResource@OID11:9v0("?")->0v1 2024-05-03 05:14:13.663/* Product1@OID12:9v0->0v1 2024-05-03 05:14:13.663/* OrderDetail@OID13:9v0->0v1 2024-05-03 05:14:13.663/2024-05-03 05:14:13.673 OrderDetail@OID13:9v1 2024-05-03 05:14:13.674/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v3("/") 2024-05-03 05:14:13.447/2024-05-03 05:14:13.662 CDOResource@OID1:0v4("/") 2024-05-03 05:14:13.663/* CDOResourceFolder@OID2:0v1("BackupTest_testImportNullListElement")2024-05-03 05:14:13.255/* CDOResourceFolder@OID5:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:14:13.447/* CDOResourceFolder@OID10:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:14:13.663/* CDOResource@OID11:0v1("res") 2024-05-03 05:14:13.663/* Product1@OID12:0v1 2024-05-03 05:14:13.663/* OrderDetail@OID13:0v1 2024-05-03 05:14:13.663/* BranchingSameSessionTest_testCommit_subBranch[9]2024-05-03 05:14:13.663/* CDOResourceFolder@OID10:9v0("?")->0v1 2024-05-03 05:14:13.663/* CDOResource@OID11:9v0("?")->0v1 2024-05-03 05:14:13.663/* Product1@OID12:9v0->0v1 2024-05-03 05:14:13.663/* OrderDetail@OID13:9v0->0v1 2024-05-03 05:14:13.663/2024-05-03 05:14:13.673 OrderDetail@OID13:9v1 2024-05-03 05:14:13.674/* ******************************************************* BranchingSameSessionTest.testCommitAddOrderDetail [H2-branching-ranges, JVM, Native] ******************************************************* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v4("/") 2024-05-03 05:14:13.663/2024-05-03 05:14:13.753 CDOResource@OID1:0v5("/") 2024-05-03 05:14:13.754/* CDOResourceFolder@OID2:0v1("BackupTest_testImportNullListElement")2024-05-03 05:14:13.255/* CDOResourceFolder@OID5:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:14:13.447/* CDOResourceFolder@OID10:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:14:13.663/* CDOResourceFolder@OID14:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:14:13.754/* CDOResource@OID15:0v1("res") 2024-05-03 05:14:13.754/* Product1@OID16:0v1 2024-05-03 05:14:13.754/* OrderDetail@OID17:0v1 2024-05-03 05:14:13.754/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v4("/") 2024-05-03 05:14:13.663/2024-05-03 05:14:13.753 CDOResource@OID1:0v5("/") 2024-05-03 05:14:13.754/* CDOResourceFolder@OID2:0v1("BackupTest_testImportNullListElement")2024-05-03 05:14:13.255/* CDOResourceFolder@OID5:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:14:13.447/* CDOResourceFolder@OID10:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:14:13.663/* CDOResourceFolder@OID14:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:14:13.754/* CDOResource@OID15:0v1("res") 2024-05-03 05:14:13.754/* Product1@OID16:0v1 2024-05-03 05:14:13.754/* OrderDetail@OID17:0v1 2024-05-03 05:14:13.754/* server-thread-22 [debug] moveOneDown add historic entry at: 1 server-thread-22 [debug] moveOneDown add historic entry at: 0 ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v4("/") 2024-05-03 05:14:13.663/2024-05-03 05:14:13.753 CDOResource@OID1:0v5("/") 2024-05-03 05:14:13.754/* CDOResourceFolder@OID2:0v1("BackupTest_testImportNullListElement")2024-05-03 05:14:13.255/* CDOResourceFolder@OID5:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:14:13.447/* CDOResourceFolder@OID10:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:14:13.663/* CDOResourceFolder@OID14:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:14:13.754/* CDOResource@OID15:0v1("res") 2024-05-03 05:14:13.754/* Product1@OID16:0v1 2024-05-03 05:14:13.754/* OrderDetail@OID17:0v1 2024-05-03 05:14:13.754/* BranchingSameSessionTest_testCommitAddOrderDetail_subBranch[10]2024-05-03 05:14:13.754/* CDOResourceFolder@OID14:10v0("?")->0v1 2024-05-03 05:14:13.754/* CDOResource@OID15:10v0("?")->0v1 2024-05-03 05:14:13.754/2024-05-03 05:14:13.762 CDOResource@OID15:10v1("res") 2024-05-03 05:14:13.763/* Product1@OID16:10v0->0v1 2024-05-03 05:14:13.754/2024-05-03 05:14:13.762 Product1@OID16:10v1 2024-05-03 05:14:13.763/* OrderDetail@OID17:10v0->0v1 2024-05-03 05:14:13.754/* OrderDetail@OID18:10v1 2024-05-03 05:14:13.763/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v4("/") 2024-05-03 05:14:13.663/2024-05-03 05:14:13.753 CDOResource@OID1:0v5("/") 2024-05-03 05:14:13.754/* CDOResourceFolder@OID2:0v1("BackupTest_testImportNullListElement")2024-05-03 05:14:13.255/* CDOResourceFolder@OID5:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:14:13.447/* CDOResourceFolder@OID10:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:14:13.663/* CDOResourceFolder@OID14:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:14:13.754/* CDOResource@OID15:0v1("res") 2024-05-03 05:14:13.754/* Product1@OID16:0v1 2024-05-03 05:14:13.754/* OrderDetail@OID17:0v1 2024-05-03 05:14:13.754/* BranchingSameSessionTest_testCommitAddOrderDetail_subBranch[10]2024-05-03 05:14:13.754/* CDOResourceFolder@OID14:10v0("?")->0v1 2024-05-03 05:14:13.754/* CDOResource@OID15:10v0("?")->0v1 2024-05-03 05:14:13.754/2024-05-03 05:14:13.762 CDOResource@OID15:10v1("res") 2024-05-03 05:14:13.763/* Product1@OID16:10v0->0v1 2024-05-03 05:14:13.754/2024-05-03 05:14:13.762 Product1@OID16:10v1 2024-05-03 05:14:13.763/* OrderDetail@OID17:10v0->0v1 2024-05-03 05:14:13.754/* OrderDetail@OID18:10v1 2024-05-03 05:14:13.763/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v4("/") 2024-05-03 05:14:13.663/2024-05-03 05:14:13.753 CDOResource@OID1:0v5("/") 2024-05-03 05:14:13.754/* CDOResourceFolder@OID2:0v1("BackupTest_testImportNullListElement")2024-05-03 05:14:13.255/* CDOResourceFolder@OID5:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:14:13.447/* CDOResourceFolder@OID10:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:14:13.663/* CDOResourceFolder@OID14:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:14:13.754/* CDOResource@OID15:0v1("res") 2024-05-03 05:14:13.754/* Product1@OID16:0v1 2024-05-03 05:14:13.754/* OrderDetail@OID17:0v1 2024-05-03 05:14:13.754/* BranchingSameSessionTest_testCommitAddOrderDetail_subBranch[10]2024-05-03 05:14:13.754/* CDOResourceFolder@OID14:10v0("?")->0v1 2024-05-03 05:14:13.754/* CDOResource@OID15:10v0("?")->0v1 2024-05-03 05:14:13.754/2024-05-03 05:14:13.762 CDOResource@OID15:10v1("res") 2024-05-03 05:14:13.763/* Product1@OID16:10v0->0v1 2024-05-03 05:14:13.754/2024-05-03 05:14:13.762 Product1@OID16:10v1 2024-05-03 05:14:13.763/* OrderDetail@OID17:10v0->0v1 2024-05-03 05:14:13.754/* OrderDetail@OID18:10v1 2024-05-03 05:14:13.763/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v4("/") 2024-05-03 05:14:13.663/2024-05-03 05:14:13.753 CDOResource@OID1:0v5("/") 2024-05-03 05:14:13.754/* CDOResourceFolder@OID2:0v1("BackupTest_testImportNullListElement")2024-05-03 05:14:13.255/* CDOResourceFolder@OID5:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:14:13.447/* CDOResourceFolder@OID10:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:14:13.663/* CDOResourceFolder@OID14:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:14:13.754/* CDOResource@OID15:0v1("res") 2024-05-03 05:14:13.754/* Product1@OID16:0v1 2024-05-03 05:14:13.754/* OrderDetail@OID17:0v1 2024-05-03 05:14:13.754/* BranchingSameSessionTest_testCommitAddOrderDetail_subBranch[10]2024-05-03 05:14:13.754/* CDOResourceFolder@OID14:10v0("?")->0v1 2024-05-03 05:14:13.754/* CDOResource@OID15:10v0("?")->0v1 2024-05-03 05:14:13.754/2024-05-03 05:14:13.762 CDOResource@OID15:10v1("res") 2024-05-03 05:14:13.763/* Product1@OID16:10v0->0v1 2024-05-03 05:14:13.754/2024-05-03 05:14:13.762 Product1@OID16:10v1 2024-05-03 05:14:13.763/* OrderDetail@OID17:10v0->0v1 2024-05-03 05:14:13.754/* OrderDetail@OID18:10v1 2024-05-03 05:14:13.763/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v4("/") 2024-05-03 05:14:13.663/2024-05-03 05:14:13.753 CDOResource@OID1:0v5("/") 2024-05-03 05:14:13.754/* CDOResourceFolder@OID2:0v1("BackupTest_testImportNullListElement")2024-05-03 05:14:13.255/* CDOResourceFolder@OID5:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:14:13.447/* CDOResourceFolder@OID10:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:14:13.663/* CDOResourceFolder@OID14:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:14:13.754/* CDOResource@OID15:0v1("res") 2024-05-03 05:14:13.754/* Product1@OID16:0v1 2024-05-03 05:14:13.754/* OrderDetail@OID17:0v1 2024-05-03 05:14:13.754/* BranchingSameSessionTest_testCommitAddOrderDetail_subBranch[10]2024-05-03 05:14:13.754/* CDOResourceFolder@OID14:10v0("?")->0v1 2024-05-03 05:14:13.754/* CDOResource@OID15:10v0("?")->0v1 2024-05-03 05:14:13.754/2024-05-03 05:14:13.762 CDOResource@OID15:10v1("res") 2024-05-03 05:14:13.763/* Product1@OID16:10v0->0v1 2024-05-03 05:14:13.754/2024-05-03 05:14:13.762 Product1@OID16:10v1 2024-05-03 05:14:13.763/* OrderDetail@OID17:10v0->0v1 2024-05-03 05:14:13.754/* OrderDetail@OID18:10v1 2024-05-03 05:14:13.763/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v4("/") 2024-05-03 05:14:13.663/2024-05-03 05:14:13.753 CDOResource@OID1:0v5("/") 2024-05-03 05:14:13.754/* CDOResourceFolder@OID2:0v1("BackupTest_testImportNullListElement")2024-05-03 05:14:13.255/* CDOResourceFolder@OID5:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:14:13.447/* CDOResourceFolder@OID10:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:14:13.663/* CDOResourceFolder@OID14:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:14:13.754/* CDOResource@OID15:0v1("res") 2024-05-03 05:14:13.754/* Product1@OID16:0v1 2024-05-03 05:14:13.754/* OrderDetail@OID17:0v1 2024-05-03 05:14:13.754/* BranchingSameSessionTest_testCommitAddOrderDetail_subBranch[10]2024-05-03 05:14:13.754/* CDOResourceFolder@OID14:10v0("?")->0v1 2024-05-03 05:14:13.754/* CDOResource@OID15:10v0("?")->0v1 2024-05-03 05:14:13.754/2024-05-03 05:14:13.762 CDOResource@OID15:10v1("res") 2024-05-03 05:14:13.763/* Product1@OID16:10v0->0v1 2024-05-03 05:14:13.754/2024-05-03 05:14:13.762 Product1@OID16:10v1 2024-05-03 05:14:13.763/* OrderDetail@OID17:10v0->0v1 2024-05-03 05:14:13.754/* OrderDetail@OID18:10v1 2024-05-03 05:14:13.763/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v4("/") 2024-05-03 05:14:13.663/2024-05-03 05:14:13.753 CDOResource@OID1:0v5("/") 2024-05-03 05:14:13.754/* CDOResourceFolder@OID2:0v1("BackupTest_testImportNullListElement")2024-05-03 05:14:13.255/* CDOResourceFolder@OID5:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:14:13.447/* CDOResourceFolder@OID10:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:14:13.663/* CDOResourceFolder@OID14:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:14:13.754/* CDOResource@OID15:0v1("res") 2024-05-03 05:14:13.754/* Product1@OID16:0v1 2024-05-03 05:14:13.754/* OrderDetail@OID17:0v1 2024-05-03 05:14:13.754/* BranchingSameSessionTest_testCommitAddOrderDetail_subBranch[10]2024-05-03 05:14:13.754/* CDOResourceFolder@OID14:10v0("?")->0v1 2024-05-03 05:14:13.754/* CDOResource@OID15:10v0("?")->0v1 2024-05-03 05:14:13.754/2024-05-03 05:14:13.762 CDOResource@OID15:10v1("res") 2024-05-03 05:14:13.763/* Product1@OID16:10v0->0v1 2024-05-03 05:14:13.754/2024-05-03 05:14:13.762 Product1@OID16:10v1 2024-05-03 05:14:13.763/* OrderDetail@OID17:10v0->0v1 2024-05-03 05:14:13.754/* OrderDetail@OID18:10v1 2024-05-03 05:14:13.763/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v4("/") 2024-05-03 05:14:13.663/2024-05-03 05:14:13.753 CDOResource@OID1:0v5("/") 2024-05-03 05:14:13.754/* CDOResourceFolder@OID2:0v1("BackupTest_testImportNullListElement")2024-05-03 05:14:13.255/* CDOResourceFolder@OID5:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:14:13.447/* CDOResourceFolder@OID10:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:14:13.663/* CDOResourceFolder@OID14:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:14:13.754/* CDOResource@OID15:0v1("res") 2024-05-03 05:14:13.754/* Product1@OID16:0v1 2024-05-03 05:14:13.754/* OrderDetail@OID17:0v1 2024-05-03 05:14:13.754/* BranchingSameSessionTest_testCommitAddOrderDetail_subBranch[10]2024-05-03 05:14:13.754/* CDOResourceFolder@OID14:10v0("?")->0v1 2024-05-03 05:14:13.754/* CDOResource@OID15:10v0("?")->0v1 2024-05-03 05:14:13.754/2024-05-03 05:14:13.762 CDOResource@OID15:10v1("res") 2024-05-03 05:14:13.763/* Product1@OID16:10v0->0v1 2024-05-03 05:14:13.754/2024-05-03 05:14:13.762 Product1@OID16:10v1 2024-05-03 05:14:13.763/* OrderDetail@OID17:10v0->0v1 2024-05-03 05:14:13.754/* OrderDetail@OID18:10v1 2024-05-03 05:14:13.763/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v4("/") 2024-05-03 05:14:13.663/2024-05-03 05:14:13.753 CDOResource@OID1:0v5("/") 2024-05-03 05:14:13.754/* CDOResourceFolder@OID2:0v1("BackupTest_testImportNullListElement")2024-05-03 05:14:13.255/* CDOResourceFolder@OID5:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:14:13.447/* CDOResourceFolder@OID10:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:14:13.663/* CDOResourceFolder@OID14:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:14:13.754/* CDOResource@OID15:0v1("res") 2024-05-03 05:14:13.754/* Product1@OID16:0v1 2024-05-03 05:14:13.754/* OrderDetail@OID17:0v1 2024-05-03 05:14:13.754/* BranchingSameSessionTest_testCommitAddOrderDetail_subBranch[10]2024-05-03 05:14:13.754/* CDOResourceFolder@OID14:10v0("?")->0v1 2024-05-03 05:14:13.754/* CDOResource@OID15:10v0("?")->0v1 2024-05-03 05:14:13.754/2024-05-03 05:14:13.762 CDOResource@OID15:10v1("res") 2024-05-03 05:14:13.763/* Product1@OID16:10v0->0v1 2024-05-03 05:14:13.754/2024-05-03 05:14:13.762 Product1@OID16:10v1 2024-05-03 05:14:13.763/* OrderDetail@OID17:10v0->0v1 2024-05-03 05:14:13.754/* OrderDetail@OID18:10v1 2024-05-03 05:14:13.763/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v4("/") 2024-05-03 05:14:13.663/2024-05-03 05:14:13.753 CDOResource@OID1:0v5("/") 2024-05-03 05:14:13.754/* CDOResourceFolder@OID2:0v1("BackupTest_testImportNullListElement")2024-05-03 05:14:13.255/* CDOResourceFolder@OID5:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:14:13.447/* CDOResourceFolder@OID10:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:14:13.663/* CDOResourceFolder@OID14:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:14:13.754/* CDOResource@OID15:0v1("res") 2024-05-03 05:14:13.754/* Product1@OID16:0v1 2024-05-03 05:14:13.754/* OrderDetail@OID17:0v1 2024-05-03 05:14:13.754/* BranchingSameSessionTest_testCommitAddOrderDetail_subBranch[10]2024-05-03 05:14:13.754/* CDOResourceFolder@OID14:10v0("?")->0v1 2024-05-03 05:14:13.754/* CDOResource@OID15:10v0("?")->0v1 2024-05-03 05:14:13.754/2024-05-03 05:14:13.762 CDOResource@OID15:10v1("res") 2024-05-03 05:14:13.763/* Product1@OID16:10v0->0v1 2024-05-03 05:14:13.754/2024-05-03 05:14:13.762 Product1@OID16:10v1 2024-05-03 05:14:13.763/* OrderDetail@OID17:10v0->0v1 2024-05-03 05:14:13.754/* OrderDetail@OID18:10v1 2024-05-03 05:14:13.763/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v4("/") 2024-05-03 05:14:13.663/2024-05-03 05:14:13.753 CDOResource@OID1:0v5("/") 2024-05-03 05:14:13.754/* CDOResourceFolder@OID2:0v1("BackupTest_testImportNullListElement")2024-05-03 05:14:13.255/* CDOResourceFolder@OID5:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:14:13.447/* CDOResourceFolder@OID10:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:14:13.663/* CDOResourceFolder@OID14:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:14:13.754/* CDOResource@OID15:0v1("res") 2024-05-03 05:14:13.754/* Product1@OID16:0v1 2024-05-03 05:14:13.754/* OrderDetail@OID17:0v1 2024-05-03 05:14:13.754/* BranchingSameSessionTest_testCommitAddOrderDetail_subBranch[10]2024-05-03 05:14:13.754/* CDOResourceFolder@OID14:10v0("?")->0v1 2024-05-03 05:14:13.754/* CDOResource@OID15:10v0("?")->0v1 2024-05-03 05:14:13.754/2024-05-03 05:14:13.762 CDOResource@OID15:10v1("res") 2024-05-03 05:14:13.763/* Product1@OID16:10v0->0v1 2024-05-03 05:14:13.754/2024-05-03 05:14:13.762 Product1@OID16:10v1 2024-05-03 05:14:13.763/* OrderDetail@OID17:10v0->0v1 2024-05-03 05:14:13.754/* OrderDetail@OID18:10v1 2024-05-03 05:14:13.763/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v4("/") 2024-05-03 05:14:13.663/2024-05-03 05:14:13.753 CDOResource@OID1:0v5("/") 2024-05-03 05:14:13.754/* CDOResourceFolder@OID2:0v1("BackupTest_testImportNullListElement")2024-05-03 05:14:13.255/* CDOResourceFolder@OID5:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:14:13.447/* CDOResourceFolder@OID10:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:14:13.663/* CDOResourceFolder@OID14:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:14:13.754/* CDOResource@OID15:0v1("res") 2024-05-03 05:14:13.754/* Product1@OID16:0v1 2024-05-03 05:14:13.754/* OrderDetail@OID17:0v1 2024-05-03 05:14:13.754/* BranchingSameSessionTest_testCommitAddOrderDetail_subBranch[10]2024-05-03 05:14:13.754/* CDOResourceFolder@OID14:10v0("?")->0v1 2024-05-03 05:14:13.754/* CDOResource@OID15:10v0("?")->0v1 2024-05-03 05:14:13.754/2024-05-03 05:14:13.762 CDOResource@OID15:10v1("res") 2024-05-03 05:14:13.763/* Product1@OID16:10v0->0v1 2024-05-03 05:14:13.754/2024-05-03 05:14:13.762 Product1@OID16:10v1 2024-05-03 05:14:13.763/* OrderDetail@OID17:10v0->0v1 2024-05-03 05:14:13.754/* OrderDetail@OID18:10v1 2024-05-03 05:14:13.763/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v4("/") 2024-05-03 05:14:13.663/2024-05-03 05:14:13.753 CDOResource@OID1:0v5("/") 2024-05-03 05:14:13.754/* CDOResourceFolder@OID2:0v1("BackupTest_testImportNullListElement")2024-05-03 05:14:13.255/* CDOResourceFolder@OID5:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:14:13.447/* CDOResourceFolder@OID10:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:14:13.663/* CDOResourceFolder@OID14:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:14:13.754/* CDOResource@OID15:0v1("res") 2024-05-03 05:14:13.754/* Product1@OID16:0v1 2024-05-03 05:14:13.754/* OrderDetail@OID17:0v1 2024-05-03 05:14:13.754/* BranchingSameSessionTest_testCommitAddOrderDetail_subBranch[10]2024-05-03 05:14:13.754/* CDOResourceFolder@OID14:10v0("?")->0v1 2024-05-03 05:14:13.754/* CDOResource@OID15:10v0("?")->0v1 2024-05-03 05:14:13.754/2024-05-03 05:14:13.762 CDOResource@OID15:10v1("res") 2024-05-03 05:14:13.763/* Product1@OID16:10v0->0v1 2024-05-03 05:14:13.754/2024-05-03 05:14:13.762 Product1@OID16:10v1 2024-05-03 05:14:13.763/* OrderDetail@OID17:10v0->0v1 2024-05-03 05:14:13.754/* OrderDetail@OID18:10v1 2024-05-03 05:14:13.763/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v4("/") 2024-05-03 05:14:13.663/2024-05-03 05:14:13.753 CDOResource@OID1:0v5("/") 2024-05-03 05:14:13.754/* CDOResourceFolder@OID2:0v1("BackupTest_testImportNullListElement")2024-05-03 05:14:13.255/* CDOResourceFolder@OID5:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:14:13.447/* CDOResourceFolder@OID10:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:14:13.663/* CDOResourceFolder@OID14:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:14:13.754/* CDOResource@OID15:0v1("res") 2024-05-03 05:14:13.754/* Product1@OID16:0v1 2024-05-03 05:14:13.754/* OrderDetail@OID17:0v1 2024-05-03 05:14:13.754/* BranchingSameSessionTest_testCommitAddOrderDetail_subBranch[10]2024-05-03 05:14:13.754/* CDOResourceFolder@OID14:10v0("?")->0v1 2024-05-03 05:14:13.754/* CDOResource@OID15:10v0("?")->0v1 2024-05-03 05:14:13.754/2024-05-03 05:14:13.762 CDOResource@OID15:10v1("res") 2024-05-03 05:14:13.763/* Product1@OID16:10v0->0v1 2024-05-03 05:14:13.754/2024-05-03 05:14:13.762 Product1@OID16:10v1 2024-05-03 05:14:13.763/* OrderDetail@OID17:10v0->0v1 2024-05-03 05:14:13.754/* OrderDetail@OID18:10v1 2024-05-03 05:14:13.763/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v4("/") 2024-05-03 05:14:13.663/2024-05-03 05:14:13.753 CDOResource@OID1:0v5("/") 2024-05-03 05:14:13.754/* CDOResourceFolder@OID2:0v1("BackupTest_testImportNullListElement")2024-05-03 05:14:13.255/* CDOResourceFolder@OID5:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:14:13.447/* CDOResourceFolder@OID10:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:14:13.663/* CDOResourceFolder@OID14:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:14:13.754/* CDOResource@OID15:0v1("res") 2024-05-03 05:14:13.754/* Product1@OID16:0v1 2024-05-03 05:14:13.754/* OrderDetail@OID17:0v1 2024-05-03 05:14:13.754/* BranchingSameSessionTest_testCommitAddOrderDetail_subBranch[10]2024-05-03 05:14:13.754/* CDOResourceFolder@OID14:10v0("?")->0v1 2024-05-03 05:14:13.754/* CDOResource@OID15:10v0("?")->0v1 2024-05-03 05:14:13.754/2024-05-03 05:14:13.762 CDOResource@OID15:10v1("res") 2024-05-03 05:14:13.763/* Product1@OID16:10v0->0v1 2024-05-03 05:14:13.754/2024-05-03 05:14:13.762 Product1@OID16:10v1 2024-05-03 05:14:13.763/* OrderDetail@OID17:10v0->0v1 2024-05-03 05:14:13.754/* OrderDetail@OID18:10v1 2024-05-03 05:14:13.763/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v4("/") 2024-05-03 05:14:13.663/2024-05-03 05:14:13.753 CDOResource@OID1:0v5("/") 2024-05-03 05:14:13.754/* CDOResourceFolder@OID2:0v1("BackupTest_testImportNullListElement")2024-05-03 05:14:13.255/* CDOResourceFolder@OID5:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:14:13.447/* CDOResourceFolder@OID10:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:14:13.663/* CDOResourceFolder@OID14:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:14:13.754/* CDOResource@OID15:0v1("res") 2024-05-03 05:14:13.754/* Product1@OID16:0v1 2024-05-03 05:14:13.754/* OrderDetail@OID17:0v1 2024-05-03 05:14:13.754/* BranchingSameSessionTest_testCommitAddOrderDetail_subBranch[10]2024-05-03 05:14:13.754/* CDOResourceFolder@OID14:10v0("?")->0v1 2024-05-03 05:14:13.754/* CDOResource@OID15:10v0("?")->0v1 2024-05-03 05:14:13.754/2024-05-03 05:14:13.762 CDOResource@OID15:10v1("res") 2024-05-03 05:14:13.763/* Product1@OID16:10v0->0v1 2024-05-03 05:14:13.754/2024-05-03 05:14:13.762 Product1@OID16:10v1 2024-05-03 05:14:13.763/* OrderDetail@OID17:10v0->0v1 2024-05-03 05:14:13.754/* OrderDetail@OID18:10v1 2024-05-03 05:14:13.763/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v4("/") 2024-05-03 05:14:13.663/2024-05-03 05:14:13.753 CDOResource@OID1:0v5("/") 2024-05-03 05:14:13.754/* CDOResourceFolder@OID2:0v1("BackupTest_testImportNullListElement")2024-05-03 05:14:13.255/* CDOResourceFolder@OID5:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:14:13.447/* CDOResourceFolder@OID10:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:14:13.663/* CDOResourceFolder@OID14:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:14:13.754/* CDOResource@OID15:0v1("res") 2024-05-03 05:14:13.754/* Product1@OID16:0v1 2024-05-03 05:14:13.754/* OrderDetail@OID17:0v1 2024-05-03 05:14:13.754/* BranchingSameSessionTest_testCommitAddOrderDetail_subBranch[10]2024-05-03 05:14:13.754/* CDOResourceFolder@OID14:10v0("?")->0v1 2024-05-03 05:14:13.754/* CDOResource@OID15:10v0("?")->0v1 2024-05-03 05:14:13.754/2024-05-03 05:14:13.762 CDOResource@OID15:10v1("res") 2024-05-03 05:14:13.763/* Product1@OID16:10v0->0v1 2024-05-03 05:14:13.754/2024-05-03 05:14:13.762 Product1@OID16:10v1 2024-05-03 05:14:13.763/* OrderDetail@OID17:10v0->0v1 2024-05-03 05:14:13.754/* OrderDetail@OID18:10v1 2024-05-03 05:14:13.763/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v4("/") 2024-05-03 05:14:13.663/2024-05-03 05:14:13.753 CDOResource@OID1:0v5("/") 2024-05-03 05:14:13.754/* CDOResourceFolder@OID2:0v1("BackupTest_testImportNullListElement")2024-05-03 05:14:13.255/* CDOResourceFolder@OID5:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:14:13.447/* CDOResourceFolder@OID10:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:14:13.663/* CDOResourceFolder@OID14:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:14:13.754/* CDOResource@OID15:0v1("res") 2024-05-03 05:14:13.754/* Product1@OID16:0v1 2024-05-03 05:14:13.754/* OrderDetail@OID17:0v1 2024-05-03 05:14:13.754/* BranchingSameSessionTest_testCommitAddOrderDetail_subBranch[10]2024-05-03 05:14:13.754/* CDOResourceFolder@OID14:10v0("?")->0v1 2024-05-03 05:14:13.754/* CDOResource@OID15:10v0("?")->0v1 2024-05-03 05:14:13.754/2024-05-03 05:14:13.762 CDOResource@OID15:10v1("res") 2024-05-03 05:14:13.763/* Product1@OID16:10v0->0v1 2024-05-03 05:14:13.754/2024-05-03 05:14:13.762 Product1@OID16:10v1 2024-05-03 05:14:13.763/* OrderDetail@OID17:10v0->0v1 2024-05-03 05:14:13.754/* OrderDetail@OID18:10v1 2024-05-03 05:14:13.763/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v4("/") 2024-05-03 05:14:13.663/2024-05-03 05:14:13.753 CDOResource@OID1:0v5("/") 2024-05-03 05:14:13.754/* CDOResourceFolder@OID2:0v1("BackupTest_testImportNullListElement")2024-05-03 05:14:13.255/* CDOResourceFolder@OID5:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:14:13.447/* CDOResourceFolder@OID10:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:14:13.663/* CDOResourceFolder@OID14:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:14:13.754/* CDOResource@OID15:0v1("res") 2024-05-03 05:14:13.754/* Product1@OID16:0v1 2024-05-03 05:14:13.754/* OrderDetail@OID17:0v1 2024-05-03 05:14:13.754/* BranchingSameSessionTest_testCommitAddOrderDetail_subBranch[10]2024-05-03 05:14:13.754/* CDOResourceFolder@OID14:10v0("?")->0v1 2024-05-03 05:14:13.754/* CDOResource@OID15:10v0("?")->0v1 2024-05-03 05:14:13.754/2024-05-03 05:14:13.762 CDOResource@OID15:10v1("res") 2024-05-03 05:14:13.763/* Product1@OID16:10v0->0v1 2024-05-03 05:14:13.754/2024-05-03 05:14:13.762 Product1@OID16:10v1 2024-05-03 05:14:13.763/* OrderDetail@OID17:10v0->0v1 2024-05-03 05:14:13.754/* OrderDetail@OID18:10v1 2024-05-03 05:14:13.763/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v4("/") 2024-05-03 05:14:13.663/2024-05-03 05:14:13.753 CDOResource@OID1:0v5("/") 2024-05-03 05:14:13.754/* CDOResourceFolder@OID2:0v1("BackupTest_testImportNullListElement")2024-05-03 05:14:13.255/* CDOResourceFolder@OID5:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:14:13.447/* CDOResourceFolder@OID10:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:14:13.663/* CDOResourceFolder@OID14:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:14:13.754/* CDOResource@OID15:0v1("res") 2024-05-03 05:14:13.754/* Product1@OID16:0v1 2024-05-03 05:14:13.754/* OrderDetail@OID17:0v1 2024-05-03 05:14:13.754/* BranchingSameSessionTest_testCommitAddOrderDetail_subBranch[10]2024-05-03 05:14:13.754/* CDOResourceFolder@OID14:10v0("?")->0v1 2024-05-03 05:14:13.754/* CDOResource@OID15:10v0("?")->0v1 2024-05-03 05:14:13.754/2024-05-03 05:14:13.762 CDOResource@OID15:10v1("res") 2024-05-03 05:14:13.763/* Product1@OID16:10v0->0v1 2024-05-03 05:14:13.754/2024-05-03 05:14:13.762 Product1@OID16:10v1 2024-05-03 05:14:13.763/* OrderDetail@OID17:10v0->0v1 2024-05-03 05:14:13.754/* OrderDetail@OID18:10v1 2024-05-03 05:14:13.763/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v4("/") 2024-05-03 05:14:13.663/2024-05-03 05:14:13.753 CDOResource@OID1:0v5("/") 2024-05-03 05:14:13.754/* CDOResourceFolder@OID2:0v1("BackupTest_testImportNullListElement")2024-05-03 05:14:13.255/* CDOResourceFolder@OID5:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:14:13.447/* CDOResourceFolder@OID10:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:14:13.663/* CDOResourceFolder@OID14:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:14:13.754/* CDOResource@OID15:0v1("res") 2024-05-03 05:14:13.754/* Product1@OID16:0v1 2024-05-03 05:14:13.754/* OrderDetail@OID17:0v1 2024-05-03 05:14:13.754/* BranchingSameSessionTest_testCommitAddOrderDetail_subBranch[10]2024-05-03 05:14:13.754/* CDOResourceFolder@OID14:10v0("?")->0v1 2024-05-03 05:14:13.754/* CDOResource@OID15:10v0("?")->0v1 2024-05-03 05:14:13.754/2024-05-03 05:14:13.762 CDOResource@OID15:10v1("res") 2024-05-03 05:14:13.763/* Product1@OID16:10v0->0v1 2024-05-03 05:14:13.754/2024-05-03 05:14:13.762 Product1@OID16:10v1 2024-05-03 05:14:13.763/* OrderDetail@OID17:10v0->0v1 2024-05-03 05:14:13.754/* OrderDetail@OID18:10v1 2024-05-03 05:14:13.763/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v4("/") 2024-05-03 05:14:13.663/2024-05-03 05:14:13.753 CDOResource@OID1:0v5("/") 2024-05-03 05:14:13.754/* CDOResourceFolder@OID2:0v1("BackupTest_testImportNullListElement")2024-05-03 05:14:13.255/* CDOResourceFolder@OID5:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:14:13.447/* CDOResourceFolder@OID10:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:14:13.663/* CDOResourceFolder@OID14:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:14:13.754/* CDOResource@OID15:0v1("res") 2024-05-03 05:14:13.754/* Product1@OID16:0v1 2024-05-03 05:14:13.754/* OrderDetail@OID17:0v1 2024-05-03 05:14:13.754/* BranchingSameSessionTest_testCommitAddOrderDetail_subBranch[10]2024-05-03 05:14:13.754/* CDOResourceFolder@OID14:10v0("?")->0v1 2024-05-03 05:14:13.754/* CDOResource@OID15:10v0("?")->0v1 2024-05-03 05:14:13.754/2024-05-03 05:14:13.762 CDOResource@OID15:10v1("res") 2024-05-03 05:14:13.763/* Product1@OID16:10v0->0v1 2024-05-03 05:14:13.754/2024-05-03 05:14:13.762 Product1@OID16:10v1 2024-05-03 05:14:13.763/* OrderDetail@OID17:10v0->0v1 2024-05-03 05:14:13.754/* OrderDetail@OID18:10v1 2024-05-03 05:14:13.763/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v4("/") 2024-05-03 05:14:13.663/2024-05-03 05:14:13.753 CDOResource@OID1:0v5("/") 2024-05-03 05:14:13.754/* CDOResourceFolder@OID2:0v1("BackupTest_testImportNullListElement")2024-05-03 05:14:13.255/* CDOResourceFolder@OID5:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:14:13.447/* CDOResourceFolder@OID10:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:14:13.663/* CDOResourceFolder@OID14:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:14:13.754/* CDOResource@OID15:0v1("res") 2024-05-03 05:14:13.754/* Product1@OID16:0v1 2024-05-03 05:14:13.754/* OrderDetail@OID17:0v1 2024-05-03 05:14:13.754/* BranchingSameSessionTest_testCommitAddOrderDetail_subBranch[10]2024-05-03 05:14:13.754/* CDOResourceFolder@OID14:10v0("?")->0v1 2024-05-03 05:14:13.754/* CDOResource@OID15:10v0("?")->0v1 2024-05-03 05:14:13.754/2024-05-03 05:14:13.762 CDOResource@OID15:10v1("res") 2024-05-03 05:14:13.763/* Product1@OID16:10v0->0v1 2024-05-03 05:14:13.754/2024-05-03 05:14:13.762 Product1@OID16:10v1 2024-05-03 05:14:13.763/* OrderDetail@OID17:10v0->0v1 2024-05-03 05:14:13.754/* OrderDetail@OID18:10v1 2024-05-03 05:14:13.763/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v4("/") 2024-05-03 05:14:13.663/2024-05-03 05:14:13.753 CDOResource@OID1:0v5("/") 2024-05-03 05:14:13.754/* CDOResourceFolder@OID2:0v1("BackupTest_testImportNullListElement")2024-05-03 05:14:13.255/* CDOResourceFolder@OID5:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:14:13.447/* CDOResourceFolder@OID10:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:14:13.663/* CDOResourceFolder@OID14:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:14:13.754/* CDOResource@OID15:0v1("res") 2024-05-03 05:14:13.754/* Product1@OID16:0v1 2024-05-03 05:14:13.754/* OrderDetail@OID17:0v1 2024-05-03 05:14:13.754/* BranchingSameSessionTest_testCommitAddOrderDetail_subBranch[10]2024-05-03 05:14:13.754/* CDOResourceFolder@OID14:10v0("?")->0v1 2024-05-03 05:14:13.754/* CDOResource@OID15:10v0("?")->0v1 2024-05-03 05:14:13.754/2024-05-03 05:14:13.762 CDOResource@OID15:10v1("res") 2024-05-03 05:14:13.763/* Product1@OID16:10v0->0v1 2024-05-03 05:14:13.754/2024-05-03 05:14:13.762 Product1@OID16:10v1 2024-05-03 05:14:13.763/* OrderDetail@OID17:10v0->0v1 2024-05-03 05:14:13.754/* OrderDetail@OID18:10v1 2024-05-03 05:14:13.763/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v4("/") 2024-05-03 05:14:13.663/2024-05-03 05:14:13.753 CDOResource@OID1:0v5("/") 2024-05-03 05:14:13.754/* CDOResourceFolder@OID2:0v1("BackupTest_testImportNullListElement")2024-05-03 05:14:13.255/* CDOResourceFolder@OID5:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:14:13.447/* CDOResourceFolder@OID10:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:14:13.663/* CDOResourceFolder@OID14:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:14:13.754/* CDOResource@OID15:0v1("res") 2024-05-03 05:14:13.754/* Product1@OID16:0v1 2024-05-03 05:14:13.754/* OrderDetail@OID17:0v1 2024-05-03 05:14:13.754/* BranchingSameSessionTest_testCommitAddOrderDetail_subBranch[10]2024-05-03 05:14:13.754/* CDOResourceFolder@OID14:10v0("?")->0v1 2024-05-03 05:14:13.754/* CDOResource@OID15:10v0("?")->0v1 2024-05-03 05:14:13.754/2024-05-03 05:14:13.762 CDOResource@OID15:10v1("res") 2024-05-03 05:14:13.763/* Product1@OID16:10v0->0v1 2024-05-03 05:14:13.754/2024-05-03 05:14:13.762 Product1@OID16:10v1 2024-05-03 05:14:13.763/* OrderDetail@OID17:10v0->0v1 2024-05-03 05:14:13.754/* OrderDetail@OID18:10v1 2024-05-03 05:14:13.763/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v4("/") 2024-05-03 05:14:13.663/2024-05-03 05:14:13.753 CDOResource@OID1:0v5("/") 2024-05-03 05:14:13.754/* CDOResourceFolder@OID2:0v1("BackupTest_testImportNullListElement")2024-05-03 05:14:13.255/* CDOResourceFolder@OID5:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:14:13.447/* CDOResourceFolder@OID10:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:14:13.663/* CDOResourceFolder@OID14:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:14:13.754/* CDOResource@OID15:0v1("res") 2024-05-03 05:14:13.754/* Product1@OID16:0v1 2024-05-03 05:14:13.754/* OrderDetail@OID17:0v1 2024-05-03 05:14:13.754/* BranchingSameSessionTest_testCommitAddOrderDetail_subBranch[10]2024-05-03 05:14:13.754/* CDOResourceFolder@OID14:10v0("?")->0v1 2024-05-03 05:14:13.754/* CDOResource@OID15:10v0("?")->0v1 2024-05-03 05:14:13.754/2024-05-03 05:14:13.762 CDOResource@OID15:10v1("res") 2024-05-03 05:14:13.763/* Product1@OID16:10v0->0v1 2024-05-03 05:14:13.754/2024-05-03 05:14:13.762 Product1@OID16:10v1 2024-05-03 05:14:13.763/* OrderDetail@OID17:10v0->0v1 2024-05-03 05:14:13.754/* OrderDetail@OID18:10v1 2024-05-03 05:14:13.763/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v4("/") 2024-05-03 05:14:13.663/2024-05-03 05:14:13.753 CDOResource@OID1:0v5("/") 2024-05-03 05:14:13.754/* CDOResourceFolder@OID2:0v1("BackupTest_testImportNullListElement")2024-05-03 05:14:13.255/* CDOResourceFolder@OID5:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:14:13.447/* CDOResourceFolder@OID10:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:14:13.663/* CDOResourceFolder@OID14:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:14:13.754/* CDOResource@OID15:0v1("res") 2024-05-03 05:14:13.754/* Product1@OID16:0v1 2024-05-03 05:14:13.754/* OrderDetail@OID17:0v1 2024-05-03 05:14:13.754/* BranchingSameSessionTest_testCommitAddOrderDetail_subBranch[10]2024-05-03 05:14:13.754/* CDOResourceFolder@OID14:10v0("?")->0v1 2024-05-03 05:14:13.754/* CDOResource@OID15:10v0("?")->0v1 2024-05-03 05:14:13.754/2024-05-03 05:14:13.762 CDOResource@OID15:10v1("res") 2024-05-03 05:14:13.763/* Product1@OID16:10v0->0v1 2024-05-03 05:14:13.754/2024-05-03 05:14:13.762 Product1@OID16:10v1 2024-05-03 05:14:13.763/* OrderDetail@OID17:10v0->0v1 2024-05-03 05:14:13.754/* OrderDetail@OID18:10v1 2024-05-03 05:14:13.763/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v4("/") 2024-05-03 05:14:13.663/2024-05-03 05:14:13.753 CDOResource@OID1:0v5("/") 2024-05-03 05:14:13.754/* CDOResourceFolder@OID2:0v1("BackupTest_testImportNullListElement")2024-05-03 05:14:13.255/* CDOResourceFolder@OID5:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:14:13.447/* CDOResourceFolder@OID10:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:14:13.663/* CDOResourceFolder@OID14:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:14:13.754/* CDOResource@OID15:0v1("res") 2024-05-03 05:14:13.754/* Product1@OID16:0v1 2024-05-03 05:14:13.754/* OrderDetail@OID17:0v1 2024-05-03 05:14:13.754/* BranchingSameSessionTest_testCommitAddOrderDetail_subBranch[10]2024-05-03 05:14:13.754/* CDOResourceFolder@OID14:10v0("?")->0v1 2024-05-03 05:14:13.754/* CDOResource@OID15:10v0("?")->0v1 2024-05-03 05:14:13.754/2024-05-03 05:14:13.762 CDOResource@OID15:10v1("res") 2024-05-03 05:14:13.763/* Product1@OID16:10v0->0v1 2024-05-03 05:14:13.754/2024-05-03 05:14:13.762 Product1@OID16:10v1 2024-05-03 05:14:13.763/* OrderDetail@OID17:10v0->0v1 2024-05-03 05:14:13.754/* OrderDetail@OID18:10v1 2024-05-03 05:14:13.763/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v4("/") 2024-05-03 05:14:13.663/2024-05-03 05:14:13.753 CDOResource@OID1:0v5("/") 2024-05-03 05:14:13.754/* CDOResourceFolder@OID2:0v1("BackupTest_testImportNullListElement")2024-05-03 05:14:13.255/* CDOResourceFolder@OID5:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:14:13.447/* CDOResourceFolder@OID10:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:14:13.663/* CDOResourceFolder@OID14:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:14:13.754/* CDOResource@OID15:0v1("res") 2024-05-03 05:14:13.754/* Product1@OID16:0v1 2024-05-03 05:14:13.754/* OrderDetail@OID17:0v1 2024-05-03 05:14:13.754/* BranchingSameSessionTest_testCommitAddOrderDetail_subBranch[10]2024-05-03 05:14:13.754/* CDOResourceFolder@OID14:10v0("?")->0v1 2024-05-03 05:14:13.754/* CDOResource@OID15:10v0("?")->0v1 2024-05-03 05:14:13.754/2024-05-03 05:14:13.762 CDOResource@OID15:10v1("res") 2024-05-03 05:14:13.763/* Product1@OID16:10v0->0v1 2024-05-03 05:14:13.754/2024-05-03 05:14:13.762 Product1@OID16:10v1 2024-05-03 05:14:13.763/* OrderDetail@OID17:10v0->0v1 2024-05-03 05:14:13.754/* OrderDetail@OID18:10v1 2024-05-03 05:14:13.763/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v4("/") 2024-05-03 05:14:13.663/2024-05-03 05:14:13.753 CDOResource@OID1:0v5("/") 2024-05-03 05:14:13.754/* CDOResourceFolder@OID2:0v1("BackupTest_testImportNullListElement")2024-05-03 05:14:13.255/* CDOResourceFolder@OID5:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:14:13.447/* CDOResourceFolder@OID10:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:14:13.663/* CDOResourceFolder@OID14:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:14:13.754/* CDOResource@OID15:0v1("res") 2024-05-03 05:14:13.754/* Product1@OID16:0v1 2024-05-03 05:14:13.754/* OrderDetail@OID17:0v1 2024-05-03 05:14:13.754/* BranchingSameSessionTest_testCommitAddOrderDetail_subBranch[10]2024-05-03 05:14:13.754/* CDOResourceFolder@OID14:10v0("?")->0v1 2024-05-03 05:14:13.754/* CDOResource@OID15:10v0("?")->0v1 2024-05-03 05:14:13.754/2024-05-03 05:14:13.762 CDOResource@OID15:10v1("res") 2024-05-03 05:14:13.763/* Product1@OID16:10v0->0v1 2024-05-03 05:14:13.754/2024-05-03 05:14:13.762 Product1@OID16:10v1 2024-05-03 05:14:13.763/* OrderDetail@OID17:10v0->0v1 2024-05-03 05:14:13.754/* OrderDetail@OID18:10v1 2024-05-03 05:14:13.763/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v4("/") 2024-05-03 05:14:13.663/2024-05-03 05:14:13.753 CDOResource@OID1:0v5("/") 2024-05-03 05:14:13.754/* CDOResourceFolder@OID2:0v1("BackupTest_testImportNullListElement")2024-05-03 05:14:13.255/* CDOResourceFolder@OID5:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:14:13.447/* CDOResourceFolder@OID10:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:14:13.663/* CDOResourceFolder@OID14:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:14:13.754/* CDOResource@OID15:0v1("res") 2024-05-03 05:14:13.754/* Product1@OID16:0v1 2024-05-03 05:14:13.754/* OrderDetail@OID17:0v1 2024-05-03 05:14:13.754/* BranchingSameSessionTest_testCommitAddOrderDetail_subBranch[10]2024-05-03 05:14:13.754/* CDOResourceFolder@OID14:10v0("?")->0v1 2024-05-03 05:14:13.754/* CDOResource@OID15:10v0("?")->0v1 2024-05-03 05:14:13.754/2024-05-03 05:14:13.762 CDOResource@OID15:10v1("res") 2024-05-03 05:14:13.763/* Product1@OID16:10v0->0v1 2024-05-03 05:14:13.754/2024-05-03 05:14:13.762 Product1@OID16:10v1 2024-05-03 05:14:13.763/* OrderDetail@OID17:10v0->0v1 2024-05-03 05:14:13.754/* OrderDetail@OID18:10v1 2024-05-03 05:14:13.763/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v4("/") 2024-05-03 05:14:13.663/2024-05-03 05:14:13.753 CDOResource@OID1:0v5("/") 2024-05-03 05:14:13.754/* CDOResourceFolder@OID2:0v1("BackupTest_testImportNullListElement")2024-05-03 05:14:13.255/* CDOResourceFolder@OID5:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:14:13.447/* CDOResourceFolder@OID10:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:14:13.663/* CDOResourceFolder@OID14:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:14:13.754/* CDOResource@OID15:0v1("res") 2024-05-03 05:14:13.754/* Product1@OID16:0v1 2024-05-03 05:14:13.754/* OrderDetail@OID17:0v1 2024-05-03 05:14:13.754/* BranchingSameSessionTest_testCommitAddOrderDetail_subBranch[10]2024-05-03 05:14:13.754/* CDOResourceFolder@OID14:10v0("?")->0v1 2024-05-03 05:14:13.754/* CDOResource@OID15:10v0("?")->0v1 2024-05-03 05:14:13.754/2024-05-03 05:14:13.762 CDOResource@OID15:10v1("res") 2024-05-03 05:14:13.763/* Product1@OID16:10v0->0v1 2024-05-03 05:14:13.754/2024-05-03 05:14:13.762 Product1@OID16:10v1 2024-05-03 05:14:13.763/* OrderDetail@OID17:10v0->0v1 2024-05-03 05:14:13.754/* OrderDetail@OID18:10v1 2024-05-03 05:14:13.763/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v4("/") 2024-05-03 05:14:13.663/2024-05-03 05:14:13.753 CDOResource@OID1:0v5("/") 2024-05-03 05:14:13.754/* CDOResourceFolder@OID2:0v1("BackupTest_testImportNullListElement")2024-05-03 05:14:13.255/* CDOResourceFolder@OID5:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:14:13.447/* CDOResourceFolder@OID10:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:14:13.663/* CDOResourceFolder@OID14:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:14:13.754/* CDOResource@OID15:0v1("res") 2024-05-03 05:14:13.754/* Product1@OID16:0v1 2024-05-03 05:14:13.754/* OrderDetail@OID17:0v1 2024-05-03 05:14:13.754/* BranchingSameSessionTest_testCommitAddOrderDetail_subBranch[10]2024-05-03 05:14:13.754/* CDOResourceFolder@OID14:10v0("?")->0v1 2024-05-03 05:14:13.754/* CDOResource@OID15:10v0("?")->0v1 2024-05-03 05:14:13.754/2024-05-03 05:14:13.762 CDOResource@OID15:10v1("res") 2024-05-03 05:14:13.763/* Product1@OID16:10v0->0v1 2024-05-03 05:14:13.754/2024-05-03 05:14:13.762 Product1@OID16:10v1 2024-05-03 05:14:13.763/* OrderDetail@OID17:10v0->0v1 2024-05-03 05:14:13.754/* OrderDetail@OID18:10v1 2024-05-03 05:14:13.763/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v4("/") 2024-05-03 05:14:13.663/2024-05-03 05:14:13.753 CDOResource@OID1:0v5("/") 2024-05-03 05:14:13.754/* CDOResourceFolder@OID2:0v1("BackupTest_testImportNullListElement")2024-05-03 05:14:13.255/* CDOResourceFolder@OID5:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:14:13.447/* CDOResourceFolder@OID10:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:14:13.663/* CDOResourceFolder@OID14:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:14:13.754/* CDOResource@OID15:0v1("res") 2024-05-03 05:14:13.754/* Product1@OID16:0v1 2024-05-03 05:14:13.754/* OrderDetail@OID17:0v1 2024-05-03 05:14:13.754/* BranchingSameSessionTest_testCommitAddOrderDetail_subBranch[10]2024-05-03 05:14:13.754/* CDOResourceFolder@OID14:10v0("?")->0v1 2024-05-03 05:14:13.754/* CDOResource@OID15:10v0("?")->0v1 2024-05-03 05:14:13.754/2024-05-03 05:14:13.762 CDOResource@OID15:10v1("res") 2024-05-03 05:14:13.763/* Product1@OID16:10v0->0v1 2024-05-03 05:14:13.754/2024-05-03 05:14:13.762 Product1@OID16:10v1 2024-05-03 05:14:13.763/* OrderDetail@OID17:10v0->0v1 2024-05-03 05:14:13.754/* OrderDetail@OID18:10v1 2024-05-03 05:14:13.763/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v4("/") 2024-05-03 05:14:13.663/2024-05-03 05:14:13.753 CDOResource@OID1:0v5("/") 2024-05-03 05:14:13.754/* CDOResourceFolder@OID2:0v1("BackupTest_testImportNullListElement")2024-05-03 05:14:13.255/* CDOResourceFolder@OID5:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:14:13.447/* CDOResourceFolder@OID10:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:14:13.663/* CDOResourceFolder@OID14:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:14:13.754/* CDOResource@OID15:0v1("res") 2024-05-03 05:14:13.754/* Product1@OID16:0v1 2024-05-03 05:14:13.754/* OrderDetail@OID17:0v1 2024-05-03 05:14:13.754/* BranchingSameSessionTest_testCommitAddOrderDetail_subBranch[10]2024-05-03 05:14:13.754/* CDOResourceFolder@OID14:10v0("?")->0v1 2024-05-03 05:14:13.754/* CDOResource@OID15:10v0("?")->0v1 2024-05-03 05:14:13.754/2024-05-03 05:14:13.762 CDOResource@OID15:10v1("res") 2024-05-03 05:14:13.763/* Product1@OID16:10v0->0v1 2024-05-03 05:14:13.754/2024-05-03 05:14:13.762 Product1@OID16:10v1 2024-05-03 05:14:13.763/* OrderDetail@OID17:10v0->0v1 2024-05-03 05:14:13.754/* OrderDetail@OID18:10v1 2024-05-03 05:14:13.763/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v4("/") 2024-05-03 05:14:13.663/2024-05-03 05:14:13.753 CDOResource@OID1:0v5("/") 2024-05-03 05:14:13.754/* CDOResourceFolder@OID2:0v1("BackupTest_testImportNullListElement")2024-05-03 05:14:13.255/* CDOResourceFolder@OID5:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:14:13.447/* CDOResourceFolder@OID10:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:14:13.663/* CDOResourceFolder@OID14:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:14:13.754/* CDOResource@OID15:0v1("res") 2024-05-03 05:14:13.754/* Product1@OID16:0v1 2024-05-03 05:14:13.754/* OrderDetail@OID17:0v1 2024-05-03 05:14:13.754/* BranchingSameSessionTest_testCommitAddOrderDetail_subBranch[10]2024-05-03 05:14:13.754/* CDOResourceFolder@OID14:10v0("?")->0v1 2024-05-03 05:14:13.754/* CDOResource@OID15:10v0("?")->0v1 2024-05-03 05:14:13.754/2024-05-03 05:14:13.762 CDOResource@OID15:10v1("res") 2024-05-03 05:14:13.763/* Product1@OID16:10v0->0v1 2024-05-03 05:14:13.754/2024-05-03 05:14:13.762 Product1@OID16:10v1 2024-05-03 05:14:13.763/* OrderDetail@OID17:10v0->0v1 2024-05-03 05:14:13.754/* OrderDetail@OID18:10v1 2024-05-03 05:14:13.763/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v4("/") 2024-05-03 05:14:13.663/2024-05-03 05:14:13.753 CDOResource@OID1:0v5("/") 2024-05-03 05:14:13.754/* CDOResourceFolder@OID2:0v1("BackupTest_testImportNullListElement")2024-05-03 05:14:13.255/* CDOResourceFolder@OID5:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:14:13.447/* CDOResourceFolder@OID10:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:14:13.663/* CDOResourceFolder@OID14:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:14:13.754/* CDOResource@OID15:0v1("res") 2024-05-03 05:14:13.754/* Product1@OID16:0v1 2024-05-03 05:14:13.754/* OrderDetail@OID17:0v1 2024-05-03 05:14:13.754/* BranchingSameSessionTest_testCommitAddOrderDetail_subBranch[10]2024-05-03 05:14:13.754/* CDOResourceFolder@OID14:10v0("?")->0v1 2024-05-03 05:14:13.754/* CDOResource@OID15:10v0("?")->0v1 2024-05-03 05:14:13.754/2024-05-03 05:14:13.762 CDOResource@OID15:10v1("res") 2024-05-03 05:14:13.763/* Product1@OID16:10v0->0v1 2024-05-03 05:14:13.754/2024-05-03 05:14:13.762 Product1@OID16:10v1 2024-05-03 05:14:13.763/* OrderDetail@OID17:10v0->0v1 2024-05-03 05:14:13.754/* OrderDetail@OID18:10v1 2024-05-03 05:14:13.763/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v4("/") 2024-05-03 05:14:13.663/2024-05-03 05:14:13.753 CDOResource@OID1:0v5("/") 2024-05-03 05:14:13.754/* CDOResourceFolder@OID2:0v1("BackupTest_testImportNullListElement")2024-05-03 05:14:13.255/* CDOResourceFolder@OID5:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:14:13.447/* CDOResourceFolder@OID10:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:14:13.663/* CDOResourceFolder@OID14:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:14:13.754/* CDOResource@OID15:0v1("res") 2024-05-03 05:14:13.754/* Product1@OID16:0v1 2024-05-03 05:14:13.754/* OrderDetail@OID17:0v1 2024-05-03 05:14:13.754/* BranchingSameSessionTest_testCommitAddOrderDetail_subBranch[10]2024-05-03 05:14:13.754/* CDOResourceFolder@OID14:10v0("?")->0v1 2024-05-03 05:14:13.754/* CDOResource@OID15:10v0("?")->0v1 2024-05-03 05:14:13.754/2024-05-03 05:14:13.762 CDOResource@OID15:10v1("res") 2024-05-03 05:14:13.763/* Product1@OID16:10v0->0v1 2024-05-03 05:14:13.754/2024-05-03 05:14:13.762 Product1@OID16:10v1 2024-05-03 05:14:13.763/* OrderDetail@OID17:10v0->0v1 2024-05-03 05:14:13.754/* OrderDetail@OID18:10v1 2024-05-03 05:14:13.763/* ******************************************************* BranchingSameSessionTest.testCommitRemoveOrderDetail [H2-branching-ranges, JVM, Native] ******************************************************* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v5("/") 2024-05-03 05:14:13.754/2024-05-03 05:14:13.847 CDOResource@OID1:0v6("/") 2024-05-03 05:14:13.848/* CDOResourceFolder@OID2:0v1("BackupTest_testImportNullListElement")2024-05-03 05:14:13.255/* CDOResourceFolder@OID5:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:14:13.447/* CDOResourceFolder@OID10:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:14:13.663/* CDOResourceFolder@OID14:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:14:13.754/* CDOResourceFolder@OID19:0v1("BranchingSameSessionTest_testCommitRemoveOrderDetail")2024-05-03 05:14:13.848/* CDOResource@OID20:0v1("res") 2024-05-03 05:14:13.848/* OrderDetail@OID21:0v1 2024-05-03 05:14:13.848/* Product1@OID22:0v1 2024-05-03 05:14:13.848/* OrderDetail@OID23:0v1 2024-05-03 05:14:13.848/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v5("/") 2024-05-03 05:14:13.754/2024-05-03 05:14:13.847 CDOResource@OID1:0v6("/") 2024-05-03 05:14:13.848/* CDOResourceFolder@OID2:0v1("BackupTest_testImportNullListElement")2024-05-03 05:14:13.255/* CDOResourceFolder@OID5:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:14:13.447/* CDOResourceFolder@OID10:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:14:13.663/* CDOResourceFolder@OID14:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:14:13.754/* CDOResourceFolder@OID19:0v1("BranchingSameSessionTest_testCommitRemoveOrderDetail")2024-05-03 05:14:13.848/* CDOResource@OID20:0v1("res") 2024-05-03 05:14:13.848/* OrderDetail@OID21:0v1 2024-05-03 05:14:13.848/* Product1@OID22:0v1 2024-05-03 05:14:13.848/* OrderDetail@OID23:0v1 2024-05-03 05:14:13.848/* server-thread-13 [debug] moveOneUp add historic entry at: 1 server-thread-13 [debug] moveOneUp add historic entry at: 2 ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v5("/") 2024-05-03 05:14:13.754/2024-05-03 05:14:13.847 CDOResource@OID1:0v6("/") 2024-05-03 05:14:13.848/* CDOResourceFolder@OID2:0v1("BackupTest_testImportNullListElement")2024-05-03 05:14:13.255/* CDOResourceFolder@OID5:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:14:13.447/* CDOResourceFolder@OID10:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:14:13.663/* CDOResourceFolder@OID14:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:14:13.754/* CDOResourceFolder@OID19:0v1("BranchingSameSessionTest_testCommitRemoveOrderDetail")2024-05-03 05:14:13.848/* CDOResource@OID20:0v1("res") 2024-05-03 05:14:13.848/* OrderDetail@OID21:0v1 2024-05-03 05:14:13.848/* Product1@OID22:0v1 2024-05-03 05:14:13.848/* OrderDetail@OID23:0v1 2024-05-03 05:14:13.848/* BranchingSameSessionTest_testCommitRemoveOrderDetail_subBranch[11]2024-05-03 05:14:13.848/* CDOResourceFolder@OID19:11v0("?")->0v1 2024-05-03 05:14:13.848/* CDOResource@OID20:11v0("?")->0v1 2024-05-03 05:14:13.848/2024-05-03 05:14:13.858 CDOResource@OID20:11v1("res") 2024-05-03 05:14:13.859/* OrderDetail@OID21:11v0->0v1 2024-05-03 05:14:13.848/2024-05-03 05:14:13.858 Product1@OID22:11v0->0v1 2024-05-03 05:14:13.848/2024-05-03 05:14:13.858 Product1@OID22:11v1 2024-05-03 05:14:13.859/* OrderDetail@OID23:11v0->0v1 2024-05-03 05:14:13.848/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v5("/") 2024-05-03 05:14:13.754/2024-05-03 05:14:13.847 CDOResource@OID1:0v6("/") 2024-05-03 05:14:13.848/* CDOResourceFolder@OID2:0v1("BackupTest_testImportNullListElement")2024-05-03 05:14:13.255/* CDOResourceFolder@OID5:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:14:13.447/* CDOResourceFolder@OID10:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:14:13.663/* CDOResourceFolder@OID14:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:14:13.754/* CDOResourceFolder@OID19:0v1("BranchingSameSessionTest_testCommitRemoveOrderDetail")2024-05-03 05:14:13.848/* CDOResource@OID20:0v1("res") 2024-05-03 05:14:13.848/* OrderDetail@OID21:0v1 2024-05-03 05:14:13.848/* Product1@OID22:0v1 2024-05-03 05:14:13.848/* OrderDetail@OID23:0v1 2024-05-03 05:14:13.848/* BranchingSameSessionTest_testCommitRemoveOrderDetail_subBranch[11]2024-05-03 05:14:13.848/* CDOResourceFolder@OID19:11v0("?")->0v1 2024-05-03 05:14:13.848/* CDOResource@OID20:11v0("?")->0v1 2024-05-03 05:14:13.848/2024-05-03 05:14:13.858 CDOResource@OID20:11v1("res") 2024-05-03 05:14:13.859/* Product1@OID22:11v0->0v1 2024-05-03 05:14:13.848/2024-05-03 05:14:13.858 Product1@OID22:11v1 2024-05-03 05:14:13.859/* OrderDetail@OID23:11v0->0v1 2024-05-03 05:14:13.848/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v5("/") 2024-05-03 05:14:13.754/2024-05-03 05:14:13.847 CDOResource@OID1:0v6("/") 2024-05-03 05:14:13.848/* CDOResourceFolder@OID2:0v1("BackupTest_testImportNullListElement")2024-05-03 05:14:13.255/* CDOResourceFolder@OID5:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:14:13.447/* CDOResourceFolder@OID10:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:14:13.663/* CDOResourceFolder@OID14:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:14:13.754/* CDOResourceFolder@OID19:0v1("BranchingSameSessionTest_testCommitRemoveOrderDetail")2024-05-03 05:14:13.848/* CDOResource@OID20:0v1("res") 2024-05-03 05:14:13.848/* OrderDetail@OID21:0v1 2024-05-03 05:14:13.848/* Product1@OID22:0v1 2024-05-03 05:14:13.848/* OrderDetail@OID23:0v1 2024-05-03 05:14:13.848/* BranchingSameSessionTest_testCommitRemoveOrderDetail_subBranch[11]2024-05-03 05:14:13.848/* CDOResourceFolder@OID19:11v0("?")->0v1 2024-05-03 05:14:13.848/* CDOResource@OID20:11v0("?")->0v1 2024-05-03 05:14:13.848/2024-05-03 05:14:13.858 CDOResource@OID20:11v1("res") 2024-05-03 05:14:13.859/* OrderDetail@OID21:11v0->0v1 2024-05-03 05:14:13.848/2024-05-03 05:14:13.858 Product1@OID22:11v0->0v1 2024-05-03 05:14:13.848/2024-05-03 05:14:13.858 Product1@OID22:11v1 2024-05-03 05:14:13.859/* OrderDetail@OID23:11v0->0v1 2024-05-03 05:14:13.848/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v5("/") 2024-05-03 05:14:13.754/2024-05-03 05:14:13.847 CDOResource@OID1:0v6("/") 2024-05-03 05:14:13.848/* CDOResourceFolder@OID2:0v1("BackupTest_testImportNullListElement")2024-05-03 05:14:13.255/* CDOResourceFolder@OID5:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:14:13.447/* CDOResourceFolder@OID10:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:14:13.663/* CDOResourceFolder@OID14:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:14:13.754/* CDOResourceFolder@OID19:0v1("BranchingSameSessionTest_testCommitRemoveOrderDetail")2024-05-03 05:14:13.848/* CDOResource@OID20:0v1("res") 2024-05-03 05:14:13.848/* OrderDetail@OID21:0v1 2024-05-03 05:14:13.848/* Product1@OID22:0v1 2024-05-03 05:14:13.848/* OrderDetail@OID23:0v1 2024-05-03 05:14:13.848/* BranchingSameSessionTest_testCommitRemoveOrderDetail_subBranch[11]2024-05-03 05:14:13.848/* CDOResourceFolder@OID19:11v0("?")->0v1 2024-05-03 05:14:13.848/* CDOResource@OID20:11v0("?")->0v1 2024-05-03 05:14:13.848/2024-05-03 05:14:13.858 CDOResource@OID20:11v1("res") 2024-05-03 05:14:13.859/* Product1@OID22:11v0->0v1 2024-05-03 05:14:13.848/2024-05-03 05:14:13.858 Product1@OID22:11v1 2024-05-03 05:14:13.859/* OrderDetail@OID23:11v0->0v1 2024-05-03 05:14:13.848/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v5("/") 2024-05-03 05:14:13.754/2024-05-03 05:14:13.847 CDOResource@OID1:0v6("/") 2024-05-03 05:14:13.848/* CDOResourceFolder@OID2:0v1("BackupTest_testImportNullListElement")2024-05-03 05:14:13.255/* CDOResourceFolder@OID5:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:14:13.447/* CDOResourceFolder@OID10:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:14:13.663/* CDOResourceFolder@OID14:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:14:13.754/* CDOResourceFolder@OID19:0v1("BranchingSameSessionTest_testCommitRemoveOrderDetail")2024-05-03 05:14:13.848/* CDOResource@OID20:0v1("res") 2024-05-03 05:14:13.848/* OrderDetail@OID21:0v1 2024-05-03 05:14:13.848/* Product1@OID22:0v1 2024-05-03 05:14:13.848/* OrderDetail@OID23:0v1 2024-05-03 05:14:13.848/* BranchingSameSessionTest_testCommitRemoveOrderDetail_subBranch[11]2024-05-03 05:14:13.848/* CDOResourceFolder@OID19:11v0("?")->0v1 2024-05-03 05:14:13.848/* CDOResource@OID20:11v0("?")->0v1 2024-05-03 05:14:13.848/2024-05-03 05:14:13.858 CDOResource@OID20:11v1("res") 2024-05-03 05:14:13.859/* OrderDetail@OID21:11v0->0v1 2024-05-03 05:14:13.848/2024-05-03 05:14:13.858 Product1@OID22:11v0->0v1 2024-05-03 05:14:13.848/2024-05-03 05:14:13.858 Product1@OID22:11v1 2024-05-03 05:14:13.859/* OrderDetail@OID23:11v0->0v1 2024-05-03 05:14:13.848/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v5("/") 2024-05-03 05:14:13.754/2024-05-03 05:14:13.847 CDOResource@OID1:0v6("/") 2024-05-03 05:14:13.848/* CDOResourceFolder@OID2:0v1("BackupTest_testImportNullListElement")2024-05-03 05:14:13.255/* CDOResourceFolder@OID5:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:14:13.447/* CDOResourceFolder@OID10:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:14:13.663/* CDOResourceFolder@OID14:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:14:13.754/* CDOResourceFolder@OID19:0v1("BranchingSameSessionTest_testCommitRemoveOrderDetail")2024-05-03 05:14:13.848/* CDOResource@OID20:0v1("res") 2024-05-03 05:14:13.848/* OrderDetail@OID21:0v1 2024-05-03 05:14:13.848/* Product1@OID22:0v1 2024-05-03 05:14:13.848/* OrderDetail@OID23:0v1 2024-05-03 05:14:13.848/* BranchingSameSessionTest_testCommitRemoveOrderDetail_subBranch[11]2024-05-03 05:14:13.848/* CDOResourceFolder@OID19:11v0("?")->0v1 2024-05-03 05:14:13.848/* CDOResource@OID20:11v0("?")->0v1 2024-05-03 05:14:13.848/2024-05-03 05:14:13.858 CDOResource@OID20:11v1("res") 2024-05-03 05:14:13.859/* Product1@OID22:11v0->0v1 2024-05-03 05:14:13.848/2024-05-03 05:14:13.858 Product1@OID22:11v1 2024-05-03 05:14:13.859/* OrderDetail@OID23:11v0->0v1 2024-05-03 05:14:13.848/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v5("/") 2024-05-03 05:14:13.754/2024-05-03 05:14:13.847 CDOResource@OID1:0v6("/") 2024-05-03 05:14:13.848/* CDOResourceFolder@OID2:0v1("BackupTest_testImportNullListElement")2024-05-03 05:14:13.255/* CDOResourceFolder@OID5:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:14:13.447/* CDOResourceFolder@OID10:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:14:13.663/* CDOResourceFolder@OID14:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:14:13.754/* CDOResourceFolder@OID19:0v1("BranchingSameSessionTest_testCommitRemoveOrderDetail")2024-05-03 05:14:13.848/* CDOResource@OID20:0v1("res") 2024-05-03 05:14:13.848/* OrderDetail@OID21:0v1 2024-05-03 05:14:13.848/* Product1@OID22:0v1 2024-05-03 05:14:13.848/* OrderDetail@OID23:0v1 2024-05-03 05:14:13.848/* BranchingSameSessionTest_testCommitRemoveOrderDetail_subBranch[11]2024-05-03 05:14:13.848/* CDOResourceFolder@OID19:11v0("?")->0v1 2024-05-03 05:14:13.848/* CDOResource@OID20:11v0("?")->0v1 2024-05-03 05:14:13.848/2024-05-03 05:14:13.858 CDOResource@OID20:11v1("res") 2024-05-03 05:14:13.859/* OrderDetail@OID21:11v0->0v1 2024-05-03 05:14:13.848/2024-05-03 05:14:13.858 Product1@OID22:11v0->0v1 2024-05-03 05:14:13.848/2024-05-03 05:14:13.858 Product1@OID22:11v1 2024-05-03 05:14:13.859/* OrderDetail@OID23:11v0->0v1 2024-05-03 05:14:13.848/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v5("/") 2024-05-03 05:14:13.754/2024-05-03 05:14:13.847 CDOResource@OID1:0v6("/") 2024-05-03 05:14:13.848/* CDOResourceFolder@OID2:0v1("BackupTest_testImportNullListElement")2024-05-03 05:14:13.255/* CDOResourceFolder@OID5:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:14:13.447/* CDOResourceFolder@OID10:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:14:13.663/* CDOResourceFolder@OID14:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:14:13.754/* CDOResourceFolder@OID19:0v1("BranchingSameSessionTest_testCommitRemoveOrderDetail")2024-05-03 05:14:13.848/* CDOResource@OID20:0v1("res") 2024-05-03 05:14:13.848/* OrderDetail@OID21:0v1 2024-05-03 05:14:13.848/* Product1@OID22:0v1 2024-05-03 05:14:13.848/* OrderDetail@OID23:0v1 2024-05-03 05:14:13.848/* BranchingSameSessionTest_testCommitRemoveOrderDetail_subBranch[11]2024-05-03 05:14:13.848/* CDOResourceFolder@OID19:11v0("?")->0v1 2024-05-03 05:14:13.848/* CDOResource@OID20:11v0("?")->0v1 2024-05-03 05:14:13.848/2024-05-03 05:14:13.858 CDOResource@OID20:11v1("res") 2024-05-03 05:14:13.859/* Product1@OID22:11v0->0v1 2024-05-03 05:14:13.848/2024-05-03 05:14:13.858 Product1@OID22:11v1 2024-05-03 05:14:13.859/* OrderDetail@OID23:11v0->0v1 2024-05-03 05:14:13.848/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v5("/") 2024-05-03 05:14:13.754/2024-05-03 05:14:13.847 CDOResource@OID1:0v6("/") 2024-05-03 05:14:13.848/* CDOResourceFolder@OID2:0v1("BackupTest_testImportNullListElement")2024-05-03 05:14:13.255/* CDOResourceFolder@OID5:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:14:13.447/* CDOResourceFolder@OID10:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:14:13.663/* CDOResourceFolder@OID14:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:14:13.754/* CDOResourceFolder@OID19:0v1("BranchingSameSessionTest_testCommitRemoveOrderDetail")2024-05-03 05:14:13.848/* CDOResource@OID20:0v1("res") 2024-05-03 05:14:13.848/* OrderDetail@OID21:0v1 2024-05-03 05:14:13.848/* Product1@OID22:0v1 2024-05-03 05:14:13.848/* OrderDetail@OID23:0v1 2024-05-03 05:14:13.848/* BranchingSameSessionTest_testCommitRemoveOrderDetail_subBranch[11]2024-05-03 05:14:13.848/* CDOResourceFolder@OID19:11v0("?")->0v1 2024-05-03 05:14:13.848/* CDOResource@OID20:11v0("?")->0v1 2024-05-03 05:14:13.848/2024-05-03 05:14:13.858 CDOResource@OID20:11v1("res") 2024-05-03 05:14:13.859/* OrderDetail@OID21:11v0->0v1 2024-05-03 05:14:13.848/2024-05-03 05:14:13.858 Product1@OID22:11v0->0v1 2024-05-03 05:14:13.848/2024-05-03 05:14:13.858 Product1@OID22:11v1 2024-05-03 05:14:13.859/* OrderDetail@OID23:11v0->0v1 2024-05-03 05:14:13.848/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v5("/") 2024-05-03 05:14:13.754/2024-05-03 05:14:13.847 CDOResource@OID1:0v6("/") 2024-05-03 05:14:13.848/* CDOResourceFolder@OID2:0v1("BackupTest_testImportNullListElement")2024-05-03 05:14:13.255/* CDOResourceFolder@OID5:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:14:13.447/* CDOResourceFolder@OID10:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:14:13.663/* CDOResourceFolder@OID14:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:14:13.754/* CDOResourceFolder@OID19:0v1("BranchingSameSessionTest_testCommitRemoveOrderDetail")2024-05-03 05:14:13.848/* CDOResource@OID20:0v1("res") 2024-05-03 05:14:13.848/* OrderDetail@OID21:0v1 2024-05-03 05:14:13.848/* Product1@OID22:0v1 2024-05-03 05:14:13.848/* OrderDetail@OID23:0v1 2024-05-03 05:14:13.848/* BranchingSameSessionTest_testCommitRemoveOrderDetail_subBranch[11]2024-05-03 05:14:13.848/* CDOResourceFolder@OID19:11v0("?")->0v1 2024-05-03 05:14:13.848/* CDOResource@OID20:11v0("?")->0v1 2024-05-03 05:14:13.848/2024-05-03 05:14:13.858 CDOResource@OID20:11v1("res") 2024-05-03 05:14:13.859/* Product1@OID22:11v0->0v1 2024-05-03 05:14:13.848/2024-05-03 05:14:13.858 Product1@OID22:11v1 2024-05-03 05:14:13.859/* OrderDetail@OID23:11v0->0v1 2024-05-03 05:14:13.848/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v5("/") 2024-05-03 05:14:13.754/2024-05-03 05:14:13.847 CDOResource@OID1:0v6("/") 2024-05-03 05:14:13.848/* CDOResourceFolder@OID2:0v1("BackupTest_testImportNullListElement")2024-05-03 05:14:13.255/* CDOResourceFolder@OID5:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:14:13.447/* CDOResourceFolder@OID10:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:14:13.663/* CDOResourceFolder@OID14:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:14:13.754/* CDOResourceFolder@OID19:0v1("BranchingSameSessionTest_testCommitRemoveOrderDetail")2024-05-03 05:14:13.848/* CDOResource@OID20:0v1("res") 2024-05-03 05:14:13.848/* OrderDetail@OID21:0v1 2024-05-03 05:14:13.848/* Product1@OID22:0v1 2024-05-03 05:14:13.848/* OrderDetail@OID23:0v1 2024-05-03 05:14:13.848/* BranchingSameSessionTest_testCommitRemoveOrderDetail_subBranch[11]2024-05-03 05:14:13.848/* CDOResourceFolder@OID19:11v0("?")->0v1 2024-05-03 05:14:13.848/* CDOResource@OID20:11v0("?")->0v1 2024-05-03 05:14:13.848/2024-05-03 05:14:13.858 CDOResource@OID20:11v1("res") 2024-05-03 05:14:13.859/* OrderDetail@OID21:11v0->0v1 2024-05-03 05:14:13.848/2024-05-03 05:14:13.858 Product1@OID22:11v0->0v1 2024-05-03 05:14:13.848/2024-05-03 05:14:13.858 Product1@OID22:11v1 2024-05-03 05:14:13.859/* OrderDetail@OID23:11v0->0v1 2024-05-03 05:14:13.848/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v5("/") 2024-05-03 05:14:13.754/2024-05-03 05:14:13.847 CDOResource@OID1:0v6("/") 2024-05-03 05:14:13.848/* CDOResourceFolder@OID2:0v1("BackupTest_testImportNullListElement")2024-05-03 05:14:13.255/* CDOResourceFolder@OID5:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:14:13.447/* CDOResourceFolder@OID10:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:14:13.663/* CDOResourceFolder@OID14:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:14:13.754/* CDOResourceFolder@OID19:0v1("BranchingSameSessionTest_testCommitRemoveOrderDetail")2024-05-03 05:14:13.848/* CDOResource@OID20:0v1("res") 2024-05-03 05:14:13.848/* OrderDetail@OID21:0v1 2024-05-03 05:14:13.848/* Product1@OID22:0v1 2024-05-03 05:14:13.848/* OrderDetail@OID23:0v1 2024-05-03 05:14:13.848/* BranchingSameSessionTest_testCommitRemoveOrderDetail_subBranch[11]2024-05-03 05:14:13.848/* CDOResourceFolder@OID19:11v0("?")->0v1 2024-05-03 05:14:13.848/* CDOResource@OID20:11v0("?")->0v1 2024-05-03 05:14:13.848/2024-05-03 05:14:13.858 CDOResource@OID20:11v1("res") 2024-05-03 05:14:13.859/* Product1@OID22:11v0->0v1 2024-05-03 05:14:13.848/2024-05-03 05:14:13.858 Product1@OID22:11v1 2024-05-03 05:14:13.859/* OrderDetail@OID23:11v0->0v1 2024-05-03 05:14:13.848/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v5("/") 2024-05-03 05:14:13.754/2024-05-03 05:14:13.847 CDOResource@OID1:0v6("/") 2024-05-03 05:14:13.848/* CDOResourceFolder@OID2:0v1("BackupTest_testImportNullListElement")2024-05-03 05:14:13.255/* CDOResourceFolder@OID5:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:14:13.447/* CDOResourceFolder@OID10:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:14:13.663/* CDOResourceFolder@OID14:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:14:13.754/* CDOResourceFolder@OID19:0v1("BranchingSameSessionTest_testCommitRemoveOrderDetail")2024-05-03 05:14:13.848/* CDOResource@OID20:0v1("res") 2024-05-03 05:14:13.848/* OrderDetail@OID21:0v1 2024-05-03 05:14:13.848/* Product1@OID22:0v1 2024-05-03 05:14:13.848/* OrderDetail@OID23:0v1 2024-05-03 05:14:13.848/* BranchingSameSessionTest_testCommitRemoveOrderDetail_subBranch[11]2024-05-03 05:14:13.848/* CDOResourceFolder@OID19:11v0("?")->0v1 2024-05-03 05:14:13.848/* CDOResource@OID20:11v0("?")->0v1 2024-05-03 05:14:13.848/2024-05-03 05:14:13.858 CDOResource@OID20:11v1("res") 2024-05-03 05:14:13.859/* OrderDetail@OID21:11v0->0v1 2024-05-03 05:14:13.848/2024-05-03 05:14:13.858 Product1@OID22:11v0->0v1 2024-05-03 05:14:13.848/2024-05-03 05:14:13.858 Product1@OID22:11v1 2024-05-03 05:14:13.859/* OrderDetail@OID23:11v0->0v1 2024-05-03 05:14:13.848/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v5("/") 2024-05-03 05:14:13.754/2024-05-03 05:14:13.847 CDOResource@OID1:0v6("/") 2024-05-03 05:14:13.848/* CDOResourceFolder@OID2:0v1("BackupTest_testImportNullListElement")2024-05-03 05:14:13.255/* CDOResourceFolder@OID5:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:14:13.447/* CDOResourceFolder@OID10:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:14:13.663/* CDOResourceFolder@OID14:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:14:13.754/* CDOResourceFolder@OID19:0v1("BranchingSameSessionTest_testCommitRemoveOrderDetail")2024-05-03 05:14:13.848/* CDOResource@OID20:0v1("res") 2024-05-03 05:14:13.848/* OrderDetail@OID21:0v1 2024-05-03 05:14:13.848/* Product1@OID22:0v1 2024-05-03 05:14:13.848/* OrderDetail@OID23:0v1 2024-05-03 05:14:13.848/* BranchingSameSessionTest_testCommitRemoveOrderDetail_subBranch[11]2024-05-03 05:14:13.848/* CDOResourceFolder@OID19:11v0("?")->0v1 2024-05-03 05:14:13.848/* CDOResource@OID20:11v0("?")->0v1 2024-05-03 05:14:13.848/2024-05-03 05:14:13.858 CDOResource@OID20:11v1("res") 2024-05-03 05:14:13.859/* Product1@OID22:11v0->0v1 2024-05-03 05:14:13.848/2024-05-03 05:14:13.858 Product1@OID22:11v1 2024-05-03 05:14:13.859/* OrderDetail@OID23:11v0->0v1 2024-05-03 05:14:13.848/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v5("/") 2024-05-03 05:14:13.754/2024-05-03 05:14:13.847 CDOResource@OID1:0v6("/") 2024-05-03 05:14:13.848/* CDOResourceFolder@OID2:0v1("BackupTest_testImportNullListElement")2024-05-03 05:14:13.255/* CDOResourceFolder@OID5:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:14:13.447/* CDOResourceFolder@OID10:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:14:13.663/* CDOResourceFolder@OID14:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:14:13.754/* CDOResourceFolder@OID19:0v1("BranchingSameSessionTest_testCommitRemoveOrderDetail")2024-05-03 05:14:13.848/* CDOResource@OID20:0v1("res") 2024-05-03 05:14:13.848/* OrderDetail@OID21:0v1 2024-05-03 05:14:13.848/* Product1@OID22:0v1 2024-05-03 05:14:13.848/* OrderDetail@OID23:0v1 2024-05-03 05:14:13.848/* BranchingSameSessionTest_testCommitRemoveOrderDetail_subBranch[11]2024-05-03 05:14:13.848/* CDOResourceFolder@OID19:11v0("?")->0v1 2024-05-03 05:14:13.848/* CDOResource@OID20:11v0("?")->0v1 2024-05-03 05:14:13.848/2024-05-03 05:14:13.858 CDOResource@OID20:11v1("res") 2024-05-03 05:14:13.859/* OrderDetail@OID21:11v0->0v1 2024-05-03 05:14:13.848/2024-05-03 05:14:13.858 Product1@OID22:11v0->0v1 2024-05-03 05:14:13.848/2024-05-03 05:14:13.858 Product1@OID22:11v1 2024-05-03 05:14:13.859/* OrderDetail@OID23:11v0->0v1 2024-05-03 05:14:13.848/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v5("/") 2024-05-03 05:14:13.754/2024-05-03 05:14:13.847 CDOResource@OID1:0v6("/") 2024-05-03 05:14:13.848/* CDOResourceFolder@OID2:0v1("BackupTest_testImportNullListElement")2024-05-03 05:14:13.255/* CDOResourceFolder@OID5:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:14:13.447/* CDOResourceFolder@OID10:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:14:13.663/* CDOResourceFolder@OID14:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:14:13.754/* CDOResourceFolder@OID19:0v1("BranchingSameSessionTest_testCommitRemoveOrderDetail")2024-05-03 05:14:13.848/* CDOResource@OID20:0v1("res") 2024-05-03 05:14:13.848/* OrderDetail@OID21:0v1 2024-05-03 05:14:13.848/* Product1@OID22:0v1 2024-05-03 05:14:13.848/* OrderDetail@OID23:0v1 2024-05-03 05:14:13.848/* BranchingSameSessionTest_testCommitRemoveOrderDetail_subBranch[11]2024-05-03 05:14:13.848/* CDOResourceFolder@OID19:11v0("?")->0v1 2024-05-03 05:14:13.848/* CDOResource@OID20:11v0("?")->0v1 2024-05-03 05:14:13.848/2024-05-03 05:14:13.858 CDOResource@OID20:11v1("res") 2024-05-03 05:14:13.859/* Product1@OID22:11v0->0v1 2024-05-03 05:14:13.848/2024-05-03 05:14:13.858 Product1@OID22:11v1 2024-05-03 05:14:13.859/* OrderDetail@OID23:11v0->0v1 2024-05-03 05:14:13.848/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v5("/") 2024-05-03 05:14:13.754/2024-05-03 05:14:13.847 CDOResource@OID1:0v6("/") 2024-05-03 05:14:13.848/* CDOResourceFolder@OID2:0v1("BackupTest_testImportNullListElement")2024-05-03 05:14:13.255/* CDOResourceFolder@OID5:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:14:13.447/* CDOResourceFolder@OID10:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:14:13.663/* CDOResourceFolder@OID14:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:14:13.754/* CDOResourceFolder@OID19:0v1("BranchingSameSessionTest_testCommitRemoveOrderDetail")2024-05-03 05:14:13.848/* CDOResource@OID20:0v1("res") 2024-05-03 05:14:13.848/* OrderDetail@OID21:0v1 2024-05-03 05:14:13.848/* Product1@OID22:0v1 2024-05-03 05:14:13.848/* OrderDetail@OID23:0v1 2024-05-03 05:14:13.848/* BranchingSameSessionTest_testCommitRemoveOrderDetail_subBranch[11]2024-05-03 05:14:13.848/* CDOResourceFolder@OID19:11v0("?")->0v1 2024-05-03 05:14:13.848/* CDOResource@OID20:11v0("?")->0v1 2024-05-03 05:14:13.848/2024-05-03 05:14:13.858 CDOResource@OID20:11v1("res") 2024-05-03 05:14:13.859/* OrderDetail@OID21:11v0->0v1 2024-05-03 05:14:13.848/2024-05-03 05:14:13.858 Product1@OID22:11v0->0v1 2024-05-03 05:14:13.848/2024-05-03 05:14:13.858 Product1@OID22:11v1 2024-05-03 05:14:13.859/* OrderDetail@OID23:11v0->0v1 2024-05-03 05:14:13.848/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v5("/") 2024-05-03 05:14:13.754/2024-05-03 05:14:13.847 CDOResource@OID1:0v6("/") 2024-05-03 05:14:13.848/* CDOResourceFolder@OID2:0v1("BackupTest_testImportNullListElement")2024-05-03 05:14:13.255/* CDOResourceFolder@OID5:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:14:13.447/* CDOResourceFolder@OID10:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:14:13.663/* CDOResourceFolder@OID14:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:14:13.754/* CDOResourceFolder@OID19:0v1("BranchingSameSessionTest_testCommitRemoveOrderDetail")2024-05-03 05:14:13.848/* CDOResource@OID20:0v1("res") 2024-05-03 05:14:13.848/* OrderDetail@OID21:0v1 2024-05-03 05:14:13.848/* Product1@OID22:0v1 2024-05-03 05:14:13.848/* OrderDetail@OID23:0v1 2024-05-03 05:14:13.848/* BranchingSameSessionTest_testCommitRemoveOrderDetail_subBranch[11]2024-05-03 05:14:13.848/* CDOResourceFolder@OID19:11v0("?")->0v1 2024-05-03 05:14:13.848/* CDOResource@OID20:11v0("?")->0v1 2024-05-03 05:14:13.848/2024-05-03 05:14:13.858 CDOResource@OID20:11v1("res") 2024-05-03 05:14:13.859/* Product1@OID22:11v0->0v1 2024-05-03 05:14:13.848/2024-05-03 05:14:13.858 Product1@OID22:11v1 2024-05-03 05:14:13.859/* OrderDetail@OID23:11v0->0v1 2024-05-03 05:14:13.848/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v5("/") 2024-05-03 05:14:13.754/2024-05-03 05:14:13.847 CDOResource@OID1:0v6("/") 2024-05-03 05:14:13.848/* CDOResourceFolder@OID2:0v1("BackupTest_testImportNullListElement")2024-05-03 05:14:13.255/* CDOResourceFolder@OID5:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:14:13.447/* CDOResourceFolder@OID10:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:14:13.663/* CDOResourceFolder@OID14:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:14:13.754/* CDOResourceFolder@OID19:0v1("BranchingSameSessionTest_testCommitRemoveOrderDetail")2024-05-03 05:14:13.848/* CDOResource@OID20:0v1("res") 2024-05-03 05:14:13.848/* OrderDetail@OID21:0v1 2024-05-03 05:14:13.848/* Product1@OID22:0v1 2024-05-03 05:14:13.848/* OrderDetail@OID23:0v1 2024-05-03 05:14:13.848/* BranchingSameSessionTest_testCommitRemoveOrderDetail_subBranch[11]2024-05-03 05:14:13.848/* CDOResourceFolder@OID19:11v0("?")->0v1 2024-05-03 05:14:13.848/* CDOResource@OID20:11v0("?")->0v1 2024-05-03 05:14:13.848/2024-05-03 05:14:13.858 CDOResource@OID20:11v1("res") 2024-05-03 05:14:13.859/* OrderDetail@OID21:11v0->0v1 2024-05-03 05:14:13.848/2024-05-03 05:14:13.858 Product1@OID22:11v0->0v1 2024-05-03 05:14:13.848/2024-05-03 05:14:13.858 Product1@OID22:11v1 2024-05-03 05:14:13.859/* OrderDetail@OID23:11v0->0v1 2024-05-03 05:14:13.848/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v5("/") 2024-05-03 05:14:13.754/2024-05-03 05:14:13.847 CDOResource@OID1:0v6("/") 2024-05-03 05:14:13.848/* CDOResourceFolder@OID2:0v1("BackupTest_testImportNullListElement")2024-05-03 05:14:13.255/* CDOResourceFolder@OID5:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:14:13.447/* CDOResourceFolder@OID10:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:14:13.663/* CDOResourceFolder@OID14:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:14:13.754/* CDOResourceFolder@OID19:0v1("BranchingSameSessionTest_testCommitRemoveOrderDetail")2024-05-03 05:14:13.848/* CDOResource@OID20:0v1("res") 2024-05-03 05:14:13.848/* OrderDetail@OID21:0v1 2024-05-03 05:14:13.848/* Product1@OID22:0v1 2024-05-03 05:14:13.848/* OrderDetail@OID23:0v1 2024-05-03 05:14:13.848/* BranchingSameSessionTest_testCommitRemoveOrderDetail_subBranch[11]2024-05-03 05:14:13.848/* CDOResourceFolder@OID19:11v0("?")->0v1 2024-05-03 05:14:13.848/* CDOResource@OID20:11v0("?")->0v1 2024-05-03 05:14:13.848/2024-05-03 05:14:13.858 CDOResource@OID20:11v1("res") 2024-05-03 05:14:13.859/* Product1@OID22:11v0->0v1 2024-05-03 05:14:13.848/2024-05-03 05:14:13.858 Product1@OID22:11v1 2024-05-03 05:14:13.859/* OrderDetail@OID23:11v0->0v1 2024-05-03 05:14:13.848/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v5("/") 2024-05-03 05:14:13.754/2024-05-03 05:14:13.847 CDOResource@OID1:0v6("/") 2024-05-03 05:14:13.848/* CDOResourceFolder@OID2:0v1("BackupTest_testImportNullListElement")2024-05-03 05:14:13.255/* CDOResourceFolder@OID5:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:14:13.447/* CDOResourceFolder@OID10:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:14:13.663/* CDOResourceFolder@OID14:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:14:13.754/* CDOResourceFolder@OID19:0v1("BranchingSameSessionTest_testCommitRemoveOrderDetail")2024-05-03 05:14:13.848/* CDOResource@OID20:0v1("res") 2024-05-03 05:14:13.848/* OrderDetail@OID21:0v1 2024-05-03 05:14:13.848/* Product1@OID22:0v1 2024-05-03 05:14:13.848/* OrderDetail@OID23:0v1 2024-05-03 05:14:13.848/* BranchingSameSessionTest_testCommitRemoveOrderDetail_subBranch[11]2024-05-03 05:14:13.848/* CDOResourceFolder@OID19:11v0("?")->0v1 2024-05-03 05:14:13.848/* CDOResource@OID20:11v0("?")->0v1 2024-05-03 05:14:13.848/2024-05-03 05:14:13.858 CDOResource@OID20:11v1("res") 2024-05-03 05:14:13.859/* OrderDetail@OID21:11v0->0v1 2024-05-03 05:14:13.848/2024-05-03 05:14:13.858 Product1@OID22:11v0->0v1 2024-05-03 05:14:13.848/2024-05-03 05:14:13.858 Product1@OID22:11v1 2024-05-03 05:14:13.859/* OrderDetail@OID23:11v0->0v1 2024-05-03 05:14:13.848/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v5("/") 2024-05-03 05:14:13.754/2024-05-03 05:14:13.847 CDOResource@OID1:0v6("/") 2024-05-03 05:14:13.848/* CDOResourceFolder@OID2:0v1("BackupTest_testImportNullListElement")2024-05-03 05:14:13.255/* CDOResourceFolder@OID5:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:14:13.447/* CDOResourceFolder@OID10:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:14:13.663/* CDOResourceFolder@OID14:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:14:13.754/* CDOResourceFolder@OID19:0v1("BranchingSameSessionTest_testCommitRemoveOrderDetail")2024-05-03 05:14:13.848/* CDOResource@OID20:0v1("res") 2024-05-03 05:14:13.848/* OrderDetail@OID21:0v1 2024-05-03 05:14:13.848/* Product1@OID22:0v1 2024-05-03 05:14:13.848/* OrderDetail@OID23:0v1 2024-05-03 05:14:13.848/* BranchingSameSessionTest_testCommitRemoveOrderDetail_subBranch[11]2024-05-03 05:14:13.848/* CDOResourceFolder@OID19:11v0("?")->0v1 2024-05-03 05:14:13.848/* CDOResource@OID20:11v0("?")->0v1 2024-05-03 05:14:13.848/2024-05-03 05:14:13.858 CDOResource@OID20:11v1("res") 2024-05-03 05:14:13.859/* Product1@OID22:11v0->0v1 2024-05-03 05:14:13.848/2024-05-03 05:14:13.858 Product1@OID22:11v1 2024-05-03 05:14:13.859/* OrderDetail@OID23:11v0->0v1 2024-05-03 05:14:13.848/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v5("/") 2024-05-03 05:14:13.754/2024-05-03 05:14:13.847 CDOResource@OID1:0v6("/") 2024-05-03 05:14:13.848/* CDOResourceFolder@OID2:0v1("BackupTest_testImportNullListElement")2024-05-03 05:14:13.255/* CDOResourceFolder@OID5:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:14:13.447/* CDOResourceFolder@OID10:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:14:13.663/* CDOResourceFolder@OID14:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:14:13.754/* CDOResourceFolder@OID19:0v1("BranchingSameSessionTest_testCommitRemoveOrderDetail")2024-05-03 05:14:13.848/* CDOResource@OID20:0v1("res") 2024-05-03 05:14:13.848/* OrderDetail@OID21:0v1 2024-05-03 05:14:13.848/* Product1@OID22:0v1 2024-05-03 05:14:13.848/* OrderDetail@OID23:0v1 2024-05-03 05:14:13.848/* BranchingSameSessionTest_testCommitRemoveOrderDetail_subBranch[11]2024-05-03 05:14:13.848/* CDOResourceFolder@OID19:11v0("?")->0v1 2024-05-03 05:14:13.848/* CDOResource@OID20:11v0("?")->0v1 2024-05-03 05:14:13.848/2024-05-03 05:14:13.858 CDOResource@OID20:11v1("res") 2024-05-03 05:14:13.859/* OrderDetail@OID21:11v0->0v1 2024-05-03 05:14:13.848/2024-05-03 05:14:13.858 Product1@OID22:11v0->0v1 2024-05-03 05:14:13.848/2024-05-03 05:14:13.858 Product1@OID22:11v1 2024-05-03 05:14:13.859/* OrderDetail@OID23:11v0->0v1 2024-05-03 05:14:13.848/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v5("/") 2024-05-03 05:14:13.754/2024-05-03 05:14:13.847 CDOResource@OID1:0v6("/") 2024-05-03 05:14:13.848/* CDOResourceFolder@OID2:0v1("BackupTest_testImportNullListElement")2024-05-03 05:14:13.255/* CDOResourceFolder@OID5:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:14:13.447/* CDOResourceFolder@OID10:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:14:13.663/* CDOResourceFolder@OID14:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:14:13.754/* CDOResourceFolder@OID19:0v1("BranchingSameSessionTest_testCommitRemoveOrderDetail")2024-05-03 05:14:13.848/* CDOResource@OID20:0v1("res") 2024-05-03 05:14:13.848/* OrderDetail@OID21:0v1 2024-05-03 05:14:13.848/* Product1@OID22:0v1 2024-05-03 05:14:13.848/* OrderDetail@OID23:0v1 2024-05-03 05:14:13.848/* BranchingSameSessionTest_testCommitRemoveOrderDetail_subBranch[11]2024-05-03 05:14:13.848/* CDOResourceFolder@OID19:11v0("?")->0v1 2024-05-03 05:14:13.848/* CDOResource@OID20:11v0("?")->0v1 2024-05-03 05:14:13.848/2024-05-03 05:14:13.858 CDOResource@OID20:11v1("res") 2024-05-03 05:14:13.859/* OrderDetail@OID21:11v0->0v1 2024-05-03 05:14:13.848/2024-05-03 05:14:13.858 Product1@OID22:11v0->0v1 2024-05-03 05:14:13.848/2024-05-03 05:14:13.858 Product1@OID22:11v1 2024-05-03 05:14:13.859/* OrderDetail@OID23:11v0->0v1 2024-05-03 05:14:13.848/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v5("/") 2024-05-03 05:14:13.754/2024-05-03 05:14:13.847 CDOResource@OID1:0v6("/") 2024-05-03 05:14:13.848/* CDOResourceFolder@OID2:0v1("BackupTest_testImportNullListElement")2024-05-03 05:14:13.255/* CDOResourceFolder@OID5:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:14:13.447/* CDOResourceFolder@OID10:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:14:13.663/* CDOResourceFolder@OID14:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:14:13.754/* CDOResourceFolder@OID19:0v1("BranchingSameSessionTest_testCommitRemoveOrderDetail")2024-05-03 05:14:13.848/* CDOResource@OID20:0v1("res") 2024-05-03 05:14:13.848/* OrderDetail@OID21:0v1 2024-05-03 05:14:13.848/* Product1@OID22:0v1 2024-05-03 05:14:13.848/* OrderDetail@OID23:0v1 2024-05-03 05:14:13.848/* BranchingSameSessionTest_testCommitRemoveOrderDetail_subBranch[11]2024-05-03 05:14:13.848/* CDOResourceFolder@OID19:11v0("?")->0v1 2024-05-03 05:14:13.848/* CDOResource@OID20:11v0("?")->0v1 2024-05-03 05:14:13.848/2024-05-03 05:14:13.858 CDOResource@OID20:11v1("res") 2024-05-03 05:14:13.859/* OrderDetail@OID21:11v0->0v1 2024-05-03 05:14:13.848/2024-05-03 05:14:13.858 Product1@OID22:11v0->0v1 2024-05-03 05:14:13.848/2024-05-03 05:14:13.858 Product1@OID22:11v1 2024-05-03 05:14:13.859/* OrderDetail@OID23:11v0->0v1 2024-05-03 05:14:13.848/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v5("/") 2024-05-03 05:14:13.754/2024-05-03 05:14:13.847 CDOResource@OID1:0v6("/") 2024-05-03 05:14:13.848/* CDOResourceFolder@OID2:0v1("BackupTest_testImportNullListElement")2024-05-03 05:14:13.255/* CDOResourceFolder@OID5:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:14:13.447/* CDOResourceFolder@OID10:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:14:13.663/* CDOResourceFolder@OID14:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:14:13.754/* CDOResourceFolder@OID19:0v1("BranchingSameSessionTest_testCommitRemoveOrderDetail")2024-05-03 05:14:13.848/* CDOResource@OID20:0v1("res") 2024-05-03 05:14:13.848/* OrderDetail@OID21:0v1 2024-05-03 05:14:13.848/* Product1@OID22:0v1 2024-05-03 05:14:13.848/* OrderDetail@OID23:0v1 2024-05-03 05:14:13.848/* BranchingSameSessionTest_testCommitRemoveOrderDetail_subBranch[11]2024-05-03 05:14:13.848/* CDOResourceFolder@OID19:11v0("?")->0v1 2024-05-03 05:14:13.848/* CDOResource@OID20:11v0("?")->0v1 2024-05-03 05:14:13.848/2024-05-03 05:14:13.858 CDOResource@OID20:11v1("res") 2024-05-03 05:14:13.859/* OrderDetail@OID21:11v0->0v1 2024-05-03 05:14:13.848/2024-05-03 05:14:13.858 Product1@OID22:11v0->0v1 2024-05-03 05:14:13.848/2024-05-03 05:14:13.858 Product1@OID22:11v1 2024-05-03 05:14:13.859/* OrderDetail@OID23:11v0->0v1 2024-05-03 05:14:13.848/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v5("/") 2024-05-03 05:14:13.754/2024-05-03 05:14:13.847 CDOResource@OID1:0v6("/") 2024-05-03 05:14:13.848/* CDOResourceFolder@OID2:0v1("BackupTest_testImportNullListElement")2024-05-03 05:14:13.255/* CDOResourceFolder@OID5:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:14:13.447/* CDOResourceFolder@OID10:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:14:13.663/* CDOResourceFolder@OID14:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:14:13.754/* CDOResourceFolder@OID19:0v1("BranchingSameSessionTest_testCommitRemoveOrderDetail")2024-05-03 05:14:13.848/* CDOResource@OID20:0v1("res") 2024-05-03 05:14:13.848/* OrderDetail@OID21:0v1 2024-05-03 05:14:13.848/* Product1@OID22:0v1 2024-05-03 05:14:13.848/* OrderDetail@OID23:0v1 2024-05-03 05:14:13.848/* BranchingSameSessionTest_testCommitRemoveOrderDetail_subBranch[11]2024-05-03 05:14:13.848/* CDOResourceFolder@OID19:11v0("?")->0v1 2024-05-03 05:14:13.848/* CDOResource@OID20:11v0("?")->0v1 2024-05-03 05:14:13.848/2024-05-03 05:14:13.858 CDOResource@OID20:11v1("res") 2024-05-03 05:14:13.859/* OrderDetail@OID21:11v0->0v1 2024-05-03 05:14:13.848/2024-05-03 05:14:13.858 Product1@OID22:11v0->0v1 2024-05-03 05:14:13.848/2024-05-03 05:14:13.858 Product1@OID22:11v1 2024-05-03 05:14:13.859/* OrderDetail@OID23:11v0->0v1 2024-05-03 05:14:13.848/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v5("/") 2024-05-03 05:14:13.754/2024-05-03 05:14:13.847 CDOResource@OID1:0v6("/") 2024-05-03 05:14:13.848/* CDOResourceFolder@OID2:0v1("BackupTest_testImportNullListElement")2024-05-03 05:14:13.255/* CDOResourceFolder@OID5:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:14:13.447/* CDOResourceFolder@OID10:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:14:13.663/* CDOResourceFolder@OID14:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:14:13.754/* CDOResourceFolder@OID19:0v1("BranchingSameSessionTest_testCommitRemoveOrderDetail")2024-05-03 05:14:13.848/* CDOResource@OID20:0v1("res") 2024-05-03 05:14:13.848/* OrderDetail@OID21:0v1 2024-05-03 05:14:13.848/* Product1@OID22:0v1 2024-05-03 05:14:13.848/* OrderDetail@OID23:0v1 2024-05-03 05:14:13.848/* BranchingSameSessionTest_testCommitRemoveOrderDetail_subBranch[11]2024-05-03 05:14:13.848/* CDOResourceFolder@OID19:11v0("?")->0v1 2024-05-03 05:14:13.848/* CDOResource@OID20:11v0("?")->0v1 2024-05-03 05:14:13.848/2024-05-03 05:14:13.858 CDOResource@OID20:11v1("res") 2024-05-03 05:14:13.859/* OrderDetail@OID21:11v0->0v1 2024-05-03 05:14:13.848/2024-05-03 05:14:13.858 Product1@OID22:11v0->0v1 2024-05-03 05:14:13.848/2024-05-03 05:14:13.858 Product1@OID22:11v1 2024-05-03 05:14:13.859/* OrderDetail@OID23:11v0->0v1 2024-05-03 05:14:13.848/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v5("/") 2024-05-03 05:14:13.754/2024-05-03 05:14:13.847 CDOResource@OID1:0v6("/") 2024-05-03 05:14:13.848/* CDOResourceFolder@OID2:0v1("BackupTest_testImportNullListElement")2024-05-03 05:14:13.255/* CDOResourceFolder@OID5:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:14:13.447/* CDOResourceFolder@OID10:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:14:13.663/* CDOResourceFolder@OID14:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:14:13.754/* CDOResourceFolder@OID19:0v1("BranchingSameSessionTest_testCommitRemoveOrderDetail")2024-05-03 05:14:13.848/* CDOResource@OID20:0v1("res") 2024-05-03 05:14:13.848/* OrderDetail@OID21:0v1 2024-05-03 05:14:13.848/* Product1@OID22:0v1 2024-05-03 05:14:13.848/* OrderDetail@OID23:0v1 2024-05-03 05:14:13.848/* BranchingSameSessionTest_testCommitRemoveOrderDetail_subBranch[11]2024-05-03 05:14:13.848/* CDOResourceFolder@OID19:11v0("?")->0v1 2024-05-03 05:14:13.848/* CDOResource@OID20:11v0("?")->0v1 2024-05-03 05:14:13.848/2024-05-03 05:14:13.858 CDOResource@OID20:11v1("res") 2024-05-03 05:14:13.859/* OrderDetail@OID21:11v0->0v1 2024-05-03 05:14:13.848/2024-05-03 05:14:13.858 Product1@OID22:11v0->0v1 2024-05-03 05:14:13.848/2024-05-03 05:14:13.858 Product1@OID22:11v1 2024-05-03 05:14:13.859/* OrderDetail@OID23:11v0->0v1 2024-05-03 05:14:13.848/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v5("/") 2024-05-03 05:14:13.754/2024-05-03 05:14:13.847 CDOResource@OID1:0v6("/") 2024-05-03 05:14:13.848/* CDOResourceFolder@OID2:0v1("BackupTest_testImportNullListElement")2024-05-03 05:14:13.255/* CDOResourceFolder@OID5:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:14:13.447/* CDOResourceFolder@OID10:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:14:13.663/* CDOResourceFolder@OID14:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:14:13.754/* CDOResourceFolder@OID19:0v1("BranchingSameSessionTest_testCommitRemoveOrderDetail")2024-05-03 05:14:13.848/* CDOResource@OID20:0v1("res") 2024-05-03 05:14:13.848/* OrderDetail@OID21:0v1 2024-05-03 05:14:13.848/* Product1@OID22:0v1 2024-05-03 05:14:13.848/* OrderDetail@OID23:0v1 2024-05-03 05:14:13.848/* BranchingSameSessionTest_testCommitRemoveOrderDetail_subBranch[11]2024-05-03 05:14:13.848/* CDOResourceFolder@OID19:11v0("?")->0v1 2024-05-03 05:14:13.848/* CDOResource@OID20:11v0("?")->0v1 2024-05-03 05:14:13.848/2024-05-03 05:14:13.858 CDOResource@OID20:11v1("res") 2024-05-03 05:14:13.859/* OrderDetail@OID21:11v0->0v1 2024-05-03 05:14:13.848/2024-05-03 05:14:13.858 Product1@OID22:11v0->0v1 2024-05-03 05:14:13.848/2024-05-03 05:14:13.858 Product1@OID22:11v1 2024-05-03 05:14:13.859/* OrderDetail@OID23:11v0->0v1 2024-05-03 05:14:13.848/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v5("/") 2024-05-03 05:14:13.754/2024-05-03 05:14:13.847 CDOResource@OID1:0v6("/") 2024-05-03 05:14:13.848/* CDOResourceFolder@OID2:0v1("BackupTest_testImportNullListElement")2024-05-03 05:14:13.255/* CDOResourceFolder@OID5:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:14:13.447/* CDOResourceFolder@OID10:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:14:13.663/* CDOResourceFolder@OID14:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:14:13.754/* CDOResourceFolder@OID19:0v1("BranchingSameSessionTest_testCommitRemoveOrderDetail")2024-05-03 05:14:13.848/* CDOResource@OID20:0v1("res") 2024-05-03 05:14:13.848/* OrderDetail@OID21:0v1 2024-05-03 05:14:13.848/* Product1@OID22:0v1 2024-05-03 05:14:13.848/* OrderDetail@OID23:0v1 2024-05-03 05:14:13.848/* BranchingSameSessionTest_testCommitRemoveOrderDetail_subBranch[11]2024-05-03 05:14:13.848/* CDOResourceFolder@OID19:11v0("?")->0v1 2024-05-03 05:14:13.848/* CDOResource@OID20:11v0("?")->0v1 2024-05-03 05:14:13.848/2024-05-03 05:14:13.858 CDOResource@OID20:11v1("res") 2024-05-03 05:14:13.859/* OrderDetail@OID21:11v0->0v1 2024-05-03 05:14:13.848/2024-05-03 05:14:13.858 Product1@OID22:11v0->0v1 2024-05-03 05:14:13.848/2024-05-03 05:14:13.858 Product1@OID22:11v1 2024-05-03 05:14:13.859/* OrderDetail@OID23:11v0->0v1 2024-05-03 05:14:13.848/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v5("/") 2024-05-03 05:14:13.754/2024-05-03 05:14:13.847 CDOResource@OID1:0v6("/") 2024-05-03 05:14:13.848/* CDOResourceFolder@OID2:0v1("BackupTest_testImportNullListElement")2024-05-03 05:14:13.255/* CDOResourceFolder@OID5:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:14:13.447/* CDOResourceFolder@OID10:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:14:13.663/* CDOResourceFolder@OID14:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:14:13.754/* CDOResourceFolder@OID19:0v1("BranchingSameSessionTest_testCommitRemoveOrderDetail")2024-05-03 05:14:13.848/* CDOResource@OID20:0v1("res") 2024-05-03 05:14:13.848/* OrderDetail@OID21:0v1 2024-05-03 05:14:13.848/* Product1@OID22:0v1 2024-05-03 05:14:13.848/* OrderDetail@OID23:0v1 2024-05-03 05:14:13.848/* BranchingSameSessionTest_testCommitRemoveOrderDetail_subBranch[11]2024-05-03 05:14:13.848/* CDOResourceFolder@OID19:11v0("?")->0v1 2024-05-03 05:14:13.848/* CDOResource@OID20:11v0("?")->0v1 2024-05-03 05:14:13.848/2024-05-03 05:14:13.858 CDOResource@OID20:11v1("res") 2024-05-03 05:14:13.859/* OrderDetail@OID21:11v0->0v1 2024-05-03 05:14:13.848/2024-05-03 05:14:13.858 Product1@OID22:11v0->0v1 2024-05-03 05:14:13.848/2024-05-03 05:14:13.858 Product1@OID22:11v1 2024-05-03 05:14:13.859/* OrderDetail@OID23:11v0->0v1 2024-05-03 05:14:13.848/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v5("/") 2024-05-03 05:14:13.754/2024-05-03 05:14:13.847 CDOResource@OID1:0v6("/") 2024-05-03 05:14:13.848/* CDOResourceFolder@OID2:0v1("BackupTest_testImportNullListElement")2024-05-03 05:14:13.255/* CDOResourceFolder@OID5:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:14:13.447/* CDOResourceFolder@OID10:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:14:13.663/* CDOResourceFolder@OID14:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:14:13.754/* CDOResourceFolder@OID19:0v1("BranchingSameSessionTest_testCommitRemoveOrderDetail")2024-05-03 05:14:13.848/* CDOResource@OID20:0v1("res") 2024-05-03 05:14:13.848/* OrderDetail@OID21:0v1 2024-05-03 05:14:13.848/* Product1@OID22:0v1 2024-05-03 05:14:13.848/* OrderDetail@OID23:0v1 2024-05-03 05:14:13.848/* BranchingSameSessionTest_testCommitRemoveOrderDetail_subBranch[11]2024-05-03 05:14:13.848/* CDOResourceFolder@OID19:11v0("?")->0v1 2024-05-03 05:14:13.848/* CDOResource@OID20:11v0("?")->0v1 2024-05-03 05:14:13.848/2024-05-03 05:14:13.858 CDOResource@OID20:11v1("res") 2024-05-03 05:14:13.859/* OrderDetail@OID21:11v0->0v1 2024-05-03 05:14:13.848/2024-05-03 05:14:13.858 Product1@OID22:11v0->0v1 2024-05-03 05:14:13.848/2024-05-03 05:14:13.858 Product1@OID22:11v1 2024-05-03 05:14:13.859/* OrderDetail@OID23:11v0->0v1 2024-05-03 05:14:13.848/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v5("/") 2024-05-03 05:14:13.754/2024-05-03 05:14:13.847 CDOResource@OID1:0v6("/") 2024-05-03 05:14:13.848/* CDOResourceFolder@OID2:0v1("BackupTest_testImportNullListElement")2024-05-03 05:14:13.255/* CDOResourceFolder@OID5:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:14:13.447/* CDOResourceFolder@OID10:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:14:13.663/* CDOResourceFolder@OID14:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:14:13.754/* CDOResourceFolder@OID19:0v1("BranchingSameSessionTest_testCommitRemoveOrderDetail")2024-05-03 05:14:13.848/* CDOResource@OID20:0v1("res") 2024-05-03 05:14:13.848/* OrderDetail@OID21:0v1 2024-05-03 05:14:13.848/* Product1@OID22:0v1 2024-05-03 05:14:13.848/* OrderDetail@OID23:0v1 2024-05-03 05:14:13.848/* BranchingSameSessionTest_testCommitRemoveOrderDetail_subBranch[11]2024-05-03 05:14:13.848/* CDOResourceFolder@OID19:11v0("?")->0v1 2024-05-03 05:14:13.848/* CDOResource@OID20:11v0("?")->0v1 2024-05-03 05:14:13.848/2024-05-03 05:14:13.858 CDOResource@OID20:11v1("res") 2024-05-03 05:14:13.859/* OrderDetail@OID21:11v0->0v1 2024-05-03 05:14:13.848/2024-05-03 05:14:13.858 Product1@OID22:11v0->0v1 2024-05-03 05:14:13.848/2024-05-03 05:14:13.858 Product1@OID22:11v1 2024-05-03 05:14:13.859/* OrderDetail@OID23:11v0->0v1 2024-05-03 05:14:13.848/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v5("/") 2024-05-03 05:14:13.754/2024-05-03 05:14:13.847 CDOResource@OID1:0v6("/") 2024-05-03 05:14:13.848/* CDOResourceFolder@OID2:0v1("BackupTest_testImportNullListElement")2024-05-03 05:14:13.255/* CDOResourceFolder@OID5:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:14:13.447/* CDOResourceFolder@OID10:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:14:13.663/* CDOResourceFolder@OID14:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:14:13.754/* CDOResourceFolder@OID19:0v1("BranchingSameSessionTest_testCommitRemoveOrderDetail")2024-05-03 05:14:13.848/* CDOResource@OID20:0v1("res") 2024-05-03 05:14:13.848/* OrderDetail@OID21:0v1 2024-05-03 05:14:13.848/* Product1@OID22:0v1 2024-05-03 05:14:13.848/* OrderDetail@OID23:0v1 2024-05-03 05:14:13.848/* BranchingSameSessionTest_testCommitRemoveOrderDetail_subBranch[11]2024-05-03 05:14:13.848/* CDOResourceFolder@OID19:11v0("?")->0v1 2024-05-03 05:14:13.848/* CDOResource@OID20:11v0("?")->0v1 2024-05-03 05:14:13.848/2024-05-03 05:14:13.858 CDOResource@OID20:11v1("res") 2024-05-03 05:14:13.859/* OrderDetail@OID21:11v0->0v1 2024-05-03 05:14:13.848/2024-05-03 05:14:13.858 Product1@OID22:11v0->0v1 2024-05-03 05:14:13.848/2024-05-03 05:14:13.858 Product1@OID22:11v1 2024-05-03 05:14:13.859/* OrderDetail@OID23:11v0->0v1 2024-05-03 05:14:13.848/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v5("/") 2024-05-03 05:14:13.754/2024-05-03 05:14:13.847 CDOResource@OID1:0v6("/") 2024-05-03 05:14:13.848/* CDOResourceFolder@OID2:0v1("BackupTest_testImportNullListElement")2024-05-03 05:14:13.255/* CDOResourceFolder@OID5:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:14:13.447/* CDOResourceFolder@OID10:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:14:13.663/* CDOResourceFolder@OID14:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:14:13.754/* CDOResourceFolder@OID19:0v1("BranchingSameSessionTest_testCommitRemoveOrderDetail")2024-05-03 05:14:13.848/* CDOResource@OID20:0v1("res") 2024-05-03 05:14:13.848/* OrderDetail@OID21:0v1 2024-05-03 05:14:13.848/* Product1@OID22:0v1 2024-05-03 05:14:13.848/* OrderDetail@OID23:0v1 2024-05-03 05:14:13.848/* BranchingSameSessionTest_testCommitRemoveOrderDetail_subBranch[11]2024-05-03 05:14:13.848/* CDOResourceFolder@OID19:11v0("?")->0v1 2024-05-03 05:14:13.848/* CDOResource@OID20:11v0("?")->0v1 2024-05-03 05:14:13.848/2024-05-03 05:14:13.858 CDOResource@OID20:11v1("res") 2024-05-03 05:14:13.859/* OrderDetail@OID21:11v0->0v1 2024-05-03 05:14:13.848/2024-05-03 05:14:13.858 Product1@OID22:11v0->0v1 2024-05-03 05:14:13.848/2024-05-03 05:14:13.858 Product1@OID22:11v1 2024-05-03 05:14:13.859/* OrderDetail@OID23:11v0->0v1 2024-05-03 05:14:13.848/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v5("/") 2024-05-03 05:14:13.754/2024-05-03 05:14:13.847 CDOResource@OID1:0v6("/") 2024-05-03 05:14:13.848/* CDOResourceFolder@OID2:0v1("BackupTest_testImportNullListElement")2024-05-03 05:14:13.255/* CDOResourceFolder@OID5:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:14:13.447/* CDOResourceFolder@OID10:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:14:13.663/* CDOResourceFolder@OID14:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:14:13.754/* CDOResourceFolder@OID19:0v1("BranchingSameSessionTest_testCommitRemoveOrderDetail")2024-05-03 05:14:13.848/* CDOResource@OID20:0v1("res") 2024-05-03 05:14:13.848/* OrderDetail@OID21:0v1 2024-05-03 05:14:13.848/* Product1@OID22:0v1 2024-05-03 05:14:13.848/* OrderDetail@OID23:0v1 2024-05-03 05:14:13.848/* BranchingSameSessionTest_testCommitRemoveOrderDetail_subBranch[11]2024-05-03 05:14:13.848/* CDOResourceFolder@OID19:11v0("?")->0v1 2024-05-03 05:14:13.848/* CDOResource@OID20:11v0("?")->0v1 2024-05-03 05:14:13.848/2024-05-03 05:14:13.858 CDOResource@OID20:11v1("res") 2024-05-03 05:14:13.859/* OrderDetail@OID21:11v0->0v1 2024-05-03 05:14:13.848/2024-05-03 05:14:13.858 Product1@OID22:11v0->0v1 2024-05-03 05:14:13.848/2024-05-03 05:14:13.858 Product1@OID22:11v1 2024-05-03 05:14:13.859/* OrderDetail@OID23:11v0->0v1 2024-05-03 05:14:13.848/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v5("/") 2024-05-03 05:14:13.754/2024-05-03 05:14:13.847 CDOResource@OID1:0v6("/") 2024-05-03 05:14:13.848/* CDOResourceFolder@OID2:0v1("BackupTest_testImportNullListElement")2024-05-03 05:14:13.255/* CDOResourceFolder@OID5:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:14:13.447/* CDOResourceFolder@OID10:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:14:13.663/* CDOResourceFolder@OID14:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:14:13.754/* CDOResourceFolder@OID19:0v1("BranchingSameSessionTest_testCommitRemoveOrderDetail")2024-05-03 05:14:13.848/* CDOResource@OID20:0v1("res") 2024-05-03 05:14:13.848/* OrderDetail@OID21:0v1 2024-05-03 05:14:13.848/* Product1@OID22:0v1 2024-05-03 05:14:13.848/* OrderDetail@OID23:0v1 2024-05-03 05:14:13.848/* BranchingSameSessionTest_testCommitRemoveOrderDetail_subBranch[11]2024-05-03 05:14:13.848/* CDOResourceFolder@OID19:11v0("?")->0v1 2024-05-03 05:14:13.848/* CDOResource@OID20:11v0("?")->0v1 2024-05-03 05:14:13.848/2024-05-03 05:14:13.858 CDOResource@OID20:11v1("res") 2024-05-03 05:14:13.859/* OrderDetail@OID21:11v0->0v1 2024-05-03 05:14:13.848/2024-05-03 05:14:13.858 Product1@OID22:11v0->0v1 2024-05-03 05:14:13.848/2024-05-03 05:14:13.858 Product1@OID22:11v1 2024-05-03 05:14:13.859/* OrderDetail@OID23:11v0->0v1 2024-05-03 05:14:13.848/* ******************************************************* BranchingSameSessionTest.testContainment [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* BranchingSameSessionTest.testCreateBranch [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* BranchingSameSessionTest.testCreateBranchDuplicate [H2-branching-ranges, JVM, Native] ******************************************************* [ERROR] The branch MAIN/BranchingSameSessionTest_testCreateBranchDuplicate_existing already exists org.eclipse.emf.cdo.common.branch.CDODuplicateBranchException: The branch MAIN/BranchingSameSessionTest_testCreateBranchDuplicate_existing already exists at org.eclipse.emf.cdo.internal.server.Repository.checkDuplicateBranchBase(Repository.java:688) at org.eclipse.emf.cdo.internal.server.Repository.createBranch(Repository.java:549) at org.eclipse.emf.cdo.tests.config.impl.RepositoryConfig$6.createBranch(RepositoryConfig.java:755) at org.eclipse.emf.cdo.internal.common.branch.CDOBranchManagerImpl.createBranch(CDOBranchManagerImpl.java:364) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CreateBranchIndication.responding(CreateBranchIndication.java:51) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerIndication.responding(CDOServerIndication.java:162) at org.eclipse.net4j.signal.IndicationWithResponse.doExtendedOutput(IndicationWithResponse.java:100) at org.eclipse.net4j.signal.Signal.doOutput(Signal.java:407) at org.eclipse.net4j.signal.IndicationWithResponse.execute(IndicationWithResponse.java:74) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerWriteIndication.execute(CDOServerWriteIndication.java:34) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) ******************************************************* BranchingSameSessionTest.testCreateBranchIllegalName [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* BranchingSameSessionTest.testDeleteBranch [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* BranchingSameSessionTest.testDetachExisting [H2-branching-ranges, JVM, Native] ******************************************************* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v7("/") 2024-05-03 05:14:14.091/2024-05-03 05:14:14.232 CDOResource@OID1:0v8("/") 2024-05-03 05:14:14.233/* CDOResourceFolder@OID57:0v1("BranchingSameSessionTest_testDetachExisting")2024-05-03 05:14:14.233/* CDOResource@OID58:0v1("res") 2024-05-03 05:14:14.233/* Product1@OID59:0v1 2024-05-03 05:14:14.233/* OrderDetail@OID60:0v1 2024-05-03 05:14:14.233/* BranchingSameSessionTest_testDetachExisting_subBranch[22]2024-05-03 05:14:14.233/* CDOResourceFolder@OID57:22v0("?")->0v1 2024-05-03 05:14:14.233/* CDOResource@OID58:22v0("?")->0v1 2024-05-03 05:14:14.233/2024-05-03 05:14:14.245 CDOResource@OID58:22v1("res") 2024-05-03 05:14:14.246/2024-05-03 05:14:14.248 CDOResource@OID58:22v2("res") 2024-05-03 05:14:14.249/* Product1@OID59:22v0->0v1 2024-05-03 05:14:14.233/2024-05-03 05:14:14.245 Product1@OID59:22v1 2024-05-03 05:14:14.246/2024-05-03 05:14:14.248 Product1@OID59:22v2 2024-05-03 05:14:14.249/* OrderDetail@OID60:22v0->0v1 2024-05-03 05:14:14.233/2024-05-03 05:14:14.242 OrderDetail@OID60:22v1 2024-05-03 05:14:14.243/2024-05-03 05:14:14.245 OrderDetail@OID61:22v1 2024-05-03 05:14:14.249/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v7("/") 2024-05-03 05:14:14.091/2024-05-03 05:14:14.232 CDOResource@OID1:0v8("/") 2024-05-03 05:14:14.233/* CDOResourceFolder@OID57:0v1("BranchingSameSessionTest_testDetachExisting")2024-05-03 05:14:14.233/* CDOResource@OID58:0v1("res") 2024-05-03 05:14:14.233/* Product1@OID59:0v1 2024-05-03 05:14:14.233/* OrderDetail@OID60:0v1 2024-05-03 05:14:14.233/* BranchingSameSessionTest_testDetachExisting_subBranch[22]2024-05-03 05:14:14.233/* CDOResourceFolder@OID57:22v0("?")->0v1 2024-05-03 05:14:14.233/* CDOResource@OID58:22v0("?")->0v1 2024-05-03 05:14:14.233/2024-05-03 05:14:14.245 CDOResource@OID58:22v1("res") 2024-05-03 05:14:14.246/2024-05-03 05:14:14.248 CDOResource@OID58:22v2("res") 2024-05-03 05:14:14.249/* Product1@OID59:22v0->0v1 2024-05-03 05:14:14.233/2024-05-03 05:14:14.245 Product1@OID59:22v1 2024-05-03 05:14:14.246/2024-05-03 05:14:14.248 Product1@OID59:22v2 2024-05-03 05:14:14.249/* OrderDetail@OID60:22v0->0v1 2024-05-03 05:14:14.233/2024-05-03 05:14:14.242 OrderDetail@OID61:22v1 2024-05-03 05:14:14.249/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v7("/") 2024-05-03 05:14:14.091/2024-05-03 05:14:14.232 CDOResource@OID1:0v8("/") 2024-05-03 05:14:14.233/* CDOResourceFolder@OID57:0v1("BranchingSameSessionTest_testDetachExisting")2024-05-03 05:14:14.233/* CDOResource@OID58:0v1("res") 2024-05-03 05:14:14.233/* Product1@OID59:0v1 2024-05-03 05:14:14.233/* OrderDetail@OID60:0v1 2024-05-03 05:14:14.233/* BranchingSameSessionTest_testDetachExisting_subBranch[22]2024-05-03 05:14:14.233/* CDOResourceFolder@OID57:22v0("?")->0v1 2024-05-03 05:14:14.233/* CDOResource@OID58:22v0("?")->0v1 2024-05-03 05:14:14.233/2024-05-03 05:14:14.245 CDOResource@OID58:22v1("res") 2024-05-03 05:14:14.246/2024-05-03 05:14:14.248 CDOResource@OID58:22v2("res") 2024-05-03 05:14:14.249/* Product1@OID59:22v0->0v1 2024-05-03 05:14:14.233/2024-05-03 05:14:14.245 Product1@OID59:22v1 2024-05-03 05:14:14.246/2024-05-03 05:14:14.248 Product1@OID59:22v2 2024-05-03 05:14:14.249/* OrderDetail@OID60:22v0->0v1 2024-05-03 05:14:14.233/2024-05-03 05:14:14.242 OrderDetail@OID60:22v1 2024-05-03 05:14:14.243/2024-05-03 05:14:14.245 OrderDetail@OID61:22v1 2024-05-03 05:14:14.249/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v7("/") 2024-05-03 05:14:14.091/2024-05-03 05:14:14.232 CDOResource@OID1:0v8("/") 2024-05-03 05:14:14.233/* CDOResourceFolder@OID57:0v1("BranchingSameSessionTest_testDetachExisting")2024-05-03 05:14:14.233/* CDOResource@OID58:0v1("res") 2024-05-03 05:14:14.233/* Product1@OID59:0v1 2024-05-03 05:14:14.233/* OrderDetail@OID60:0v1 2024-05-03 05:14:14.233/* BranchingSameSessionTest_testDetachExisting_subBranch[22]2024-05-03 05:14:14.233/* CDOResourceFolder@OID57:22v0("?")->0v1 2024-05-03 05:14:14.233/* CDOResource@OID58:22v0("?")->0v1 2024-05-03 05:14:14.233/2024-05-03 05:14:14.245 CDOResource@OID58:22v1("res") 2024-05-03 05:14:14.246/2024-05-03 05:14:14.248 CDOResource@OID58:22v2("res") 2024-05-03 05:14:14.249/* Product1@OID59:22v0->0v1 2024-05-03 05:14:14.233/2024-05-03 05:14:14.245 Product1@OID59:22v1 2024-05-03 05:14:14.246/2024-05-03 05:14:14.248 Product1@OID59:22v2 2024-05-03 05:14:14.249/* OrderDetail@OID60:22v0->0v1 2024-05-03 05:14:14.233/2024-05-03 05:14:14.242 OrderDetail@OID61:22v1 2024-05-03 05:14:14.249/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v7("/") 2024-05-03 05:14:14.091/2024-05-03 05:14:14.232 CDOResource@OID1:0v8("/") 2024-05-03 05:14:14.233/* CDOResourceFolder@OID57:0v1("BranchingSameSessionTest_testDetachExisting")2024-05-03 05:14:14.233/* CDOResource@OID58:0v1("res") 2024-05-03 05:14:14.233/* Product1@OID59:0v1 2024-05-03 05:14:14.233/* OrderDetail@OID60:0v1 2024-05-03 05:14:14.233/* BranchingSameSessionTest_testDetachExisting_subBranch[22]2024-05-03 05:14:14.233/* CDOResourceFolder@OID57:22v0("?")->0v1 2024-05-03 05:14:14.233/* CDOResource@OID58:22v0("?")->0v1 2024-05-03 05:14:14.233/2024-05-03 05:14:14.245 CDOResource@OID58:22v1("res") 2024-05-03 05:14:14.246/2024-05-03 05:14:14.248 CDOResource@OID58:22v2("res") 2024-05-03 05:14:14.249/* Product1@OID59:22v0->0v1 2024-05-03 05:14:14.233/2024-05-03 05:14:14.245 Product1@OID59:22v1 2024-05-03 05:14:14.246/2024-05-03 05:14:14.248 Product1@OID59:22v2 2024-05-03 05:14:14.249/* OrderDetail@OID60:22v0->0v1 2024-05-03 05:14:14.233/2024-05-03 05:14:14.242 OrderDetail@OID60:22v1 2024-05-03 05:14:14.243/2024-05-03 05:14:14.245 OrderDetail@OID61:22v1 2024-05-03 05:14:14.249/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v7("/") 2024-05-03 05:14:14.091/2024-05-03 05:14:14.232 CDOResource@OID1:0v8("/") 2024-05-03 05:14:14.233/* CDOResourceFolder@OID57:0v1("BranchingSameSessionTest_testDetachExisting")2024-05-03 05:14:14.233/* CDOResource@OID58:0v1("res") 2024-05-03 05:14:14.233/* Product1@OID59:0v1 2024-05-03 05:14:14.233/* OrderDetail@OID60:0v1 2024-05-03 05:14:14.233/* BranchingSameSessionTest_testDetachExisting_subBranch[22]2024-05-03 05:14:14.233/* CDOResourceFolder@OID57:22v0("?")->0v1 2024-05-03 05:14:14.233/* CDOResource@OID58:22v0("?")->0v1 2024-05-03 05:14:14.233/2024-05-03 05:14:14.245 CDOResource@OID58:22v1("res") 2024-05-03 05:14:14.246/2024-05-03 05:14:14.248 CDOResource@OID58:22v2("res") 2024-05-03 05:14:14.249/* Product1@OID59:22v0->0v1 2024-05-03 05:14:14.233/2024-05-03 05:14:14.245 Product1@OID59:22v1 2024-05-03 05:14:14.246/2024-05-03 05:14:14.248 Product1@OID59:22v2 2024-05-03 05:14:14.249/* OrderDetail@OID60:22v0->0v1 2024-05-03 05:14:14.233/2024-05-03 05:14:14.242 OrderDetail@OID61:22v1 2024-05-03 05:14:14.249/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v7("/") 2024-05-03 05:14:14.091/2024-05-03 05:14:14.232 CDOResource@OID1:0v8("/") 2024-05-03 05:14:14.233/* CDOResourceFolder@OID57:0v1("BranchingSameSessionTest_testDetachExisting")2024-05-03 05:14:14.233/* CDOResource@OID58:0v1("res") 2024-05-03 05:14:14.233/* Product1@OID59:0v1 2024-05-03 05:14:14.233/* OrderDetail@OID60:0v1 2024-05-03 05:14:14.233/* BranchingSameSessionTest_testDetachExisting_subBranch[22]2024-05-03 05:14:14.233/* CDOResourceFolder@OID57:22v0("?")->0v1 2024-05-03 05:14:14.233/* CDOResource@OID58:22v0("?")->0v1 2024-05-03 05:14:14.233/2024-05-03 05:14:14.245 CDOResource@OID58:22v1("res") 2024-05-03 05:14:14.246/2024-05-03 05:14:14.248 CDOResource@OID58:22v2("res") 2024-05-03 05:14:14.249/* Product1@OID59:22v0->0v1 2024-05-03 05:14:14.233/2024-05-03 05:14:14.245 Product1@OID59:22v1 2024-05-03 05:14:14.246/2024-05-03 05:14:14.248 Product1@OID59:22v2 2024-05-03 05:14:14.249/* OrderDetail@OID60:22v0->0v1 2024-05-03 05:14:14.233/2024-05-03 05:14:14.242 OrderDetail@OID60:22v1 2024-05-03 05:14:14.243/2024-05-03 05:14:14.245 OrderDetail@OID61:22v1 2024-05-03 05:14:14.249/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v7("/") 2024-05-03 05:14:14.091/2024-05-03 05:14:14.232 CDOResource@OID1:0v8("/") 2024-05-03 05:14:14.233/* CDOResourceFolder@OID57:0v1("BranchingSameSessionTest_testDetachExisting")2024-05-03 05:14:14.233/* CDOResource@OID58:0v1("res") 2024-05-03 05:14:14.233/* Product1@OID59:0v1 2024-05-03 05:14:14.233/* OrderDetail@OID60:0v1 2024-05-03 05:14:14.233/* BranchingSameSessionTest_testDetachExisting_subBranch[22]2024-05-03 05:14:14.233/* CDOResourceFolder@OID57:22v0("?")->0v1 2024-05-03 05:14:14.233/* CDOResource@OID58:22v0("?")->0v1 2024-05-03 05:14:14.233/2024-05-03 05:14:14.245 CDOResource@OID58:22v1("res") 2024-05-03 05:14:14.246/2024-05-03 05:14:14.248 CDOResource@OID58:22v2("res") 2024-05-03 05:14:14.249/* Product1@OID59:22v0->0v1 2024-05-03 05:14:14.233/2024-05-03 05:14:14.245 Product1@OID59:22v1 2024-05-03 05:14:14.246/2024-05-03 05:14:14.248 Product1@OID59:22v2 2024-05-03 05:14:14.249/* OrderDetail@OID60:22v0->0v1 2024-05-03 05:14:14.233/2024-05-03 05:14:14.242 OrderDetail@OID61:22v1 2024-05-03 05:14:14.249/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v7("/") 2024-05-03 05:14:14.091/2024-05-03 05:14:14.232 CDOResource@OID1:0v8("/") 2024-05-03 05:14:14.233/* CDOResourceFolder@OID57:0v1("BranchingSameSessionTest_testDetachExisting")2024-05-03 05:14:14.233/* CDOResource@OID58:0v1("res") 2024-05-03 05:14:14.233/* Product1@OID59:0v1 2024-05-03 05:14:14.233/* OrderDetail@OID60:0v1 2024-05-03 05:14:14.233/* BranchingSameSessionTest_testDetachExisting_subBranch[22]2024-05-03 05:14:14.233/* CDOResourceFolder@OID57:22v0("?")->0v1 2024-05-03 05:14:14.233/* CDOResource@OID58:22v0("?")->0v1 2024-05-03 05:14:14.233/2024-05-03 05:14:14.245 CDOResource@OID58:22v1("res") 2024-05-03 05:14:14.246/2024-05-03 05:14:14.248 CDOResource@OID58:22v2("res") 2024-05-03 05:14:14.249/* Product1@OID59:22v0->0v1 2024-05-03 05:14:14.233/2024-05-03 05:14:14.245 Product1@OID59:22v1 2024-05-03 05:14:14.246/2024-05-03 05:14:14.248 Product1@OID59:22v2 2024-05-03 05:14:14.249/* OrderDetail@OID60:22v0->0v1 2024-05-03 05:14:14.233/2024-05-03 05:14:14.242 OrderDetail@OID60:22v1 2024-05-03 05:14:14.243/2024-05-03 05:14:14.245 OrderDetail@OID61:22v1 2024-05-03 05:14:14.249/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v7("/") 2024-05-03 05:14:14.091/2024-05-03 05:14:14.232 CDOResource@OID1:0v8("/") 2024-05-03 05:14:14.233/* CDOResourceFolder@OID57:0v1("BranchingSameSessionTest_testDetachExisting")2024-05-03 05:14:14.233/* CDOResource@OID58:0v1("res") 2024-05-03 05:14:14.233/* Product1@OID59:0v1 2024-05-03 05:14:14.233/* OrderDetail@OID60:0v1 2024-05-03 05:14:14.233/* BranchingSameSessionTest_testDetachExisting_subBranch[22]2024-05-03 05:14:14.233/* CDOResourceFolder@OID57:22v0("?")->0v1 2024-05-03 05:14:14.233/* CDOResource@OID58:22v0("?")->0v1 2024-05-03 05:14:14.233/2024-05-03 05:14:14.245 CDOResource@OID58:22v1("res") 2024-05-03 05:14:14.246/2024-05-03 05:14:14.248 CDOResource@OID58:22v2("res") 2024-05-03 05:14:14.249/* Product1@OID59:22v0->0v1 2024-05-03 05:14:14.233/2024-05-03 05:14:14.245 Product1@OID59:22v1 2024-05-03 05:14:14.246/2024-05-03 05:14:14.248 Product1@OID59:22v2 2024-05-03 05:14:14.249/* OrderDetail@OID60:22v0->0v1 2024-05-03 05:14:14.233/2024-05-03 05:14:14.242 OrderDetail@OID61:22v1 2024-05-03 05:14:14.249/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v7("/") 2024-05-03 05:14:14.091/2024-05-03 05:14:14.232 CDOResource@OID1:0v8("/") 2024-05-03 05:14:14.233/* CDOResourceFolder@OID57:0v1("BranchingSameSessionTest_testDetachExisting")2024-05-03 05:14:14.233/* CDOResource@OID58:0v1("res") 2024-05-03 05:14:14.233/* Product1@OID59:0v1 2024-05-03 05:14:14.233/* OrderDetail@OID60:0v1 2024-05-03 05:14:14.233/* BranchingSameSessionTest_testDetachExisting_subBranch[22]2024-05-03 05:14:14.233/* CDOResourceFolder@OID57:22v0("?")->0v1 2024-05-03 05:14:14.233/* CDOResource@OID58:22v0("?")->0v1 2024-05-03 05:14:14.233/2024-05-03 05:14:14.245 CDOResource@OID58:22v1("res") 2024-05-03 05:14:14.246/2024-05-03 05:14:14.248 CDOResource@OID58:22v2("res") 2024-05-03 05:14:14.249/* Product1@OID59:22v0->0v1 2024-05-03 05:14:14.233/2024-05-03 05:14:14.245 Product1@OID59:22v1 2024-05-03 05:14:14.246/2024-05-03 05:14:14.248 Product1@OID59:22v2 2024-05-03 05:14:14.249/* OrderDetail@OID60:22v0->0v1 2024-05-03 05:14:14.233/2024-05-03 05:14:14.242 OrderDetail@OID60:22v1 2024-05-03 05:14:14.243/2024-05-03 05:14:14.245 OrderDetail@OID61:22v1 2024-05-03 05:14:14.249/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v7("/") 2024-05-03 05:14:14.091/2024-05-03 05:14:14.232 CDOResource@OID1:0v8("/") 2024-05-03 05:14:14.233/* CDOResourceFolder@OID57:0v1("BranchingSameSessionTest_testDetachExisting")2024-05-03 05:14:14.233/* CDOResource@OID58:0v1("res") 2024-05-03 05:14:14.233/* Product1@OID59:0v1 2024-05-03 05:14:14.233/* OrderDetail@OID60:0v1 2024-05-03 05:14:14.233/* BranchingSameSessionTest_testDetachExisting_subBranch[22]2024-05-03 05:14:14.233/* CDOResourceFolder@OID57:22v0("?")->0v1 2024-05-03 05:14:14.233/* CDOResource@OID58:22v0("?")->0v1 2024-05-03 05:14:14.233/2024-05-03 05:14:14.245 CDOResource@OID58:22v1("res") 2024-05-03 05:14:14.246/2024-05-03 05:14:14.248 CDOResource@OID58:22v2("res") 2024-05-03 05:14:14.249/* Product1@OID59:22v0->0v1 2024-05-03 05:14:14.233/2024-05-03 05:14:14.245 Product1@OID59:22v1 2024-05-03 05:14:14.246/2024-05-03 05:14:14.248 Product1@OID59:22v2 2024-05-03 05:14:14.249/* OrderDetail@OID60:22v0->0v1 2024-05-03 05:14:14.233/2024-05-03 05:14:14.242 OrderDetail@OID61:22v1 2024-05-03 05:14:14.249/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v7("/") 2024-05-03 05:14:14.091/2024-05-03 05:14:14.232 CDOResource@OID1:0v8("/") 2024-05-03 05:14:14.233/* CDOResourceFolder@OID57:0v1("BranchingSameSessionTest_testDetachExisting")2024-05-03 05:14:14.233/* CDOResource@OID58:0v1("res") 2024-05-03 05:14:14.233/* Product1@OID59:0v1 2024-05-03 05:14:14.233/* OrderDetail@OID60:0v1 2024-05-03 05:14:14.233/* BranchingSameSessionTest_testDetachExisting_subBranch[22]2024-05-03 05:14:14.233/* CDOResourceFolder@OID57:22v0("?")->0v1 2024-05-03 05:14:14.233/* CDOResource@OID58:22v0("?")->0v1 2024-05-03 05:14:14.233/2024-05-03 05:14:14.245 CDOResource@OID58:22v1("res") 2024-05-03 05:14:14.246/2024-05-03 05:14:14.248 CDOResource@OID58:22v2("res") 2024-05-03 05:14:14.249/* Product1@OID59:22v0->0v1 2024-05-03 05:14:14.233/2024-05-03 05:14:14.245 Product1@OID59:22v1 2024-05-03 05:14:14.246/2024-05-03 05:14:14.248 Product1@OID59:22v2 2024-05-03 05:14:14.249/* OrderDetail@OID60:22v0->0v1 2024-05-03 05:14:14.233/2024-05-03 05:14:14.242 OrderDetail@OID60:22v1 2024-05-03 05:14:14.243/2024-05-03 05:14:14.245 OrderDetail@OID61:22v1 2024-05-03 05:14:14.249/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v7("/") 2024-05-03 05:14:14.091/2024-05-03 05:14:14.232 CDOResource@OID1:0v8("/") 2024-05-03 05:14:14.233/* CDOResourceFolder@OID57:0v1("BranchingSameSessionTest_testDetachExisting")2024-05-03 05:14:14.233/* CDOResource@OID58:0v1("res") 2024-05-03 05:14:14.233/* Product1@OID59:0v1 2024-05-03 05:14:14.233/* OrderDetail@OID60:0v1 2024-05-03 05:14:14.233/* BranchingSameSessionTest_testDetachExisting_subBranch[22]2024-05-03 05:14:14.233/* CDOResourceFolder@OID57:22v0("?")->0v1 2024-05-03 05:14:14.233/* CDOResource@OID58:22v0("?")->0v1 2024-05-03 05:14:14.233/2024-05-03 05:14:14.245 CDOResource@OID58:22v1("res") 2024-05-03 05:14:14.246/2024-05-03 05:14:14.248 CDOResource@OID58:22v2("res") 2024-05-03 05:14:14.249/* Product1@OID59:22v0->0v1 2024-05-03 05:14:14.233/2024-05-03 05:14:14.245 Product1@OID59:22v1 2024-05-03 05:14:14.246/2024-05-03 05:14:14.248 Product1@OID59:22v2 2024-05-03 05:14:14.249/* OrderDetail@OID60:22v0->0v1 2024-05-03 05:14:14.233/2024-05-03 05:14:14.242 OrderDetail@OID61:22v1 2024-05-03 05:14:14.249/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v7("/") 2024-05-03 05:14:14.091/2024-05-03 05:14:14.232 CDOResource@OID1:0v8("/") 2024-05-03 05:14:14.233/* CDOResourceFolder@OID57:0v1("BranchingSameSessionTest_testDetachExisting")2024-05-03 05:14:14.233/* CDOResource@OID58:0v1("res") 2024-05-03 05:14:14.233/* Product1@OID59:0v1 2024-05-03 05:14:14.233/* OrderDetail@OID60:0v1 2024-05-03 05:14:14.233/* BranchingSameSessionTest_testDetachExisting_subBranch[22]2024-05-03 05:14:14.233/* CDOResourceFolder@OID57:22v0("?")->0v1 2024-05-03 05:14:14.233/* CDOResource@OID58:22v0("?")->0v1 2024-05-03 05:14:14.233/2024-05-03 05:14:14.245 CDOResource@OID58:22v1("res") 2024-05-03 05:14:14.246/2024-05-03 05:14:14.248 CDOResource@OID58:22v2("res") 2024-05-03 05:14:14.249/* Product1@OID59:22v0->0v1 2024-05-03 05:14:14.233/2024-05-03 05:14:14.245 Product1@OID59:22v1 2024-05-03 05:14:14.246/2024-05-03 05:14:14.248 Product1@OID59:22v2 2024-05-03 05:14:14.249/* OrderDetail@OID60:22v0->0v1 2024-05-03 05:14:14.233/2024-05-03 05:14:14.242 OrderDetail@OID60:22v1 2024-05-03 05:14:14.243/2024-05-03 05:14:14.245 OrderDetail@OID61:22v1 2024-05-03 05:14:14.249/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v7("/") 2024-05-03 05:14:14.091/2024-05-03 05:14:14.232 CDOResource@OID1:0v8("/") 2024-05-03 05:14:14.233/* CDOResourceFolder@OID57:0v1("BranchingSameSessionTest_testDetachExisting")2024-05-03 05:14:14.233/* CDOResource@OID58:0v1("res") 2024-05-03 05:14:14.233/* Product1@OID59:0v1 2024-05-03 05:14:14.233/* OrderDetail@OID60:0v1 2024-05-03 05:14:14.233/* BranchingSameSessionTest_testDetachExisting_subBranch[22]2024-05-03 05:14:14.233/* CDOResourceFolder@OID57:22v0("?")->0v1 2024-05-03 05:14:14.233/* CDOResource@OID58:22v0("?")->0v1 2024-05-03 05:14:14.233/2024-05-03 05:14:14.245 CDOResource@OID58:22v1("res") 2024-05-03 05:14:14.246/2024-05-03 05:14:14.248 CDOResource@OID58:22v2("res") 2024-05-03 05:14:14.249/* Product1@OID59:22v0->0v1 2024-05-03 05:14:14.233/2024-05-03 05:14:14.245 Product1@OID59:22v1 2024-05-03 05:14:14.246/2024-05-03 05:14:14.248 Product1@OID59:22v2 2024-05-03 05:14:14.249/* OrderDetail@OID60:22v0->0v1 2024-05-03 05:14:14.233/2024-05-03 05:14:14.242 OrderDetail@OID61:22v1 2024-05-03 05:14:14.249/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v7("/") 2024-05-03 05:14:14.091/2024-05-03 05:14:14.232 CDOResource@OID1:0v8("/") 2024-05-03 05:14:14.233/* CDOResourceFolder@OID57:0v1("BranchingSameSessionTest_testDetachExisting")2024-05-03 05:14:14.233/* CDOResource@OID58:0v1("res") 2024-05-03 05:14:14.233/* Product1@OID59:0v1 2024-05-03 05:14:14.233/* OrderDetail@OID60:0v1 2024-05-03 05:14:14.233/* BranchingSameSessionTest_testDetachExisting_subBranch[22]2024-05-03 05:14:14.233/* CDOResourceFolder@OID57:22v0("?")->0v1 2024-05-03 05:14:14.233/* CDOResource@OID58:22v0("?")->0v1 2024-05-03 05:14:14.233/2024-05-03 05:14:14.245 CDOResource@OID58:22v1("res") 2024-05-03 05:14:14.246/2024-05-03 05:14:14.248 CDOResource@OID58:22v2("res") 2024-05-03 05:14:14.249/* Product1@OID59:22v0->0v1 2024-05-03 05:14:14.233/2024-05-03 05:14:14.245 Product1@OID59:22v1 2024-05-03 05:14:14.246/2024-05-03 05:14:14.248 Product1@OID59:22v2 2024-05-03 05:14:14.249/* OrderDetail@OID60:22v0->0v1 2024-05-03 05:14:14.233/2024-05-03 05:14:14.242 OrderDetail@OID60:22v1 2024-05-03 05:14:14.243/2024-05-03 05:14:14.245 OrderDetail@OID61:22v1 2024-05-03 05:14:14.249/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v7("/") 2024-05-03 05:14:14.091/2024-05-03 05:14:14.232 CDOResource@OID1:0v8("/") 2024-05-03 05:14:14.233/* CDOResourceFolder@OID57:0v1("BranchingSameSessionTest_testDetachExisting")2024-05-03 05:14:14.233/* CDOResource@OID58:0v1("res") 2024-05-03 05:14:14.233/* Product1@OID59:0v1 2024-05-03 05:14:14.233/* OrderDetail@OID60:0v1 2024-05-03 05:14:14.233/* BranchingSameSessionTest_testDetachExisting_subBranch[22]2024-05-03 05:14:14.233/* CDOResourceFolder@OID57:22v0("?")->0v1 2024-05-03 05:14:14.233/* CDOResource@OID58:22v0("?")->0v1 2024-05-03 05:14:14.233/2024-05-03 05:14:14.245 CDOResource@OID58:22v1("res") 2024-05-03 05:14:14.246/2024-05-03 05:14:14.248 CDOResource@OID58:22v2("res") 2024-05-03 05:14:14.249/* Product1@OID59:22v0->0v1 2024-05-03 05:14:14.233/2024-05-03 05:14:14.245 Product1@OID59:22v1 2024-05-03 05:14:14.246/2024-05-03 05:14:14.248 Product1@OID59:22v2 2024-05-03 05:14:14.249/* OrderDetail@OID60:22v0->0v1 2024-05-03 05:14:14.233/2024-05-03 05:14:14.242 OrderDetail@OID61:22v1 2024-05-03 05:14:14.249/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v7("/") 2024-05-03 05:14:14.091/2024-05-03 05:14:14.232 CDOResource@OID1:0v8("/") 2024-05-03 05:14:14.233/* CDOResourceFolder@OID57:0v1("BranchingSameSessionTest_testDetachExisting")2024-05-03 05:14:14.233/* CDOResource@OID58:0v1("res") 2024-05-03 05:14:14.233/* Product1@OID59:0v1 2024-05-03 05:14:14.233/* OrderDetail@OID60:0v1 2024-05-03 05:14:14.233/* BranchingSameSessionTest_testDetachExisting_subBranch[22]2024-05-03 05:14:14.233/* CDOResourceFolder@OID57:22v0("?")->0v1 2024-05-03 05:14:14.233/* CDOResource@OID58:22v0("?")->0v1 2024-05-03 05:14:14.233/2024-05-03 05:14:14.245 CDOResource@OID58:22v1("res") 2024-05-03 05:14:14.246/2024-05-03 05:14:14.248 CDOResource@OID58:22v2("res") 2024-05-03 05:14:14.249/* Product1@OID59:22v0->0v1 2024-05-03 05:14:14.233/2024-05-03 05:14:14.245 Product1@OID59:22v1 2024-05-03 05:14:14.246/2024-05-03 05:14:14.248 Product1@OID59:22v2 2024-05-03 05:14:14.249/* OrderDetail@OID60:22v0->0v1 2024-05-03 05:14:14.233/2024-05-03 05:14:14.242 OrderDetail@OID60:22v1 2024-05-03 05:14:14.243/2024-05-03 05:14:14.245 OrderDetail@OID61:22v1 2024-05-03 05:14:14.249/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v7("/") 2024-05-03 05:14:14.091/2024-05-03 05:14:14.232 CDOResource@OID1:0v8("/") 2024-05-03 05:14:14.233/* CDOResourceFolder@OID57:0v1("BranchingSameSessionTest_testDetachExisting")2024-05-03 05:14:14.233/* CDOResource@OID58:0v1("res") 2024-05-03 05:14:14.233/* Product1@OID59:0v1 2024-05-03 05:14:14.233/* OrderDetail@OID60:0v1 2024-05-03 05:14:14.233/* BranchingSameSessionTest_testDetachExisting_subBranch[22]2024-05-03 05:14:14.233/* CDOResourceFolder@OID57:22v0("?")->0v1 2024-05-03 05:14:14.233/* CDOResource@OID58:22v0("?")->0v1 2024-05-03 05:14:14.233/2024-05-03 05:14:14.245 CDOResource@OID58:22v1("res") 2024-05-03 05:14:14.246/2024-05-03 05:14:14.248 CDOResource@OID58:22v2("res") 2024-05-03 05:14:14.249/* Product1@OID59:22v0->0v1 2024-05-03 05:14:14.233/2024-05-03 05:14:14.245 Product1@OID59:22v1 2024-05-03 05:14:14.246/2024-05-03 05:14:14.248 Product1@OID59:22v2 2024-05-03 05:14:14.249/* OrderDetail@OID60:22v0->0v1 2024-05-03 05:14:14.233/2024-05-03 05:14:14.242 OrderDetail@OID61:22v1 2024-05-03 05:14:14.249/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v7("/") 2024-05-03 05:14:14.091/2024-05-03 05:14:14.232 CDOResource@OID1:0v8("/") 2024-05-03 05:14:14.233/* CDOResourceFolder@OID57:0v1("BranchingSameSessionTest_testDetachExisting")2024-05-03 05:14:14.233/* CDOResource@OID58:0v1("res") 2024-05-03 05:14:14.233/* Product1@OID59:0v1 2024-05-03 05:14:14.233/* OrderDetail@OID60:0v1 2024-05-03 05:14:14.233/* BranchingSameSessionTest_testDetachExisting_subBranch[22]2024-05-03 05:14:14.233/* CDOResourceFolder@OID57:22v0("?")->0v1 2024-05-03 05:14:14.233/* CDOResource@OID58:22v0("?")->0v1 2024-05-03 05:14:14.233/2024-05-03 05:14:14.245 CDOResource@OID58:22v1("res") 2024-05-03 05:14:14.246/2024-05-03 05:14:14.248 CDOResource@OID58:22v2("res") 2024-05-03 05:14:14.249/* Product1@OID59:22v0->0v1 2024-05-03 05:14:14.233/2024-05-03 05:14:14.245 Product1@OID59:22v1 2024-05-03 05:14:14.246/2024-05-03 05:14:14.248 Product1@OID59:22v2 2024-05-03 05:14:14.249/* OrderDetail@OID60:22v0->0v1 2024-05-03 05:14:14.233/2024-05-03 05:14:14.242 OrderDetail@OID60:22v1 2024-05-03 05:14:14.243/2024-05-03 05:14:14.245 OrderDetail@OID61:22v1 2024-05-03 05:14:14.249/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v7("/") 2024-05-03 05:14:14.091/2024-05-03 05:14:14.232 CDOResource@OID1:0v8("/") 2024-05-03 05:14:14.233/* CDOResourceFolder@OID57:0v1("BranchingSameSessionTest_testDetachExisting")2024-05-03 05:14:14.233/* CDOResource@OID58:0v1("res") 2024-05-03 05:14:14.233/* Product1@OID59:0v1 2024-05-03 05:14:14.233/* OrderDetail@OID60:0v1 2024-05-03 05:14:14.233/* BranchingSameSessionTest_testDetachExisting_subBranch[22]2024-05-03 05:14:14.233/* CDOResourceFolder@OID57:22v0("?")->0v1 2024-05-03 05:14:14.233/* CDOResource@OID58:22v0("?")->0v1 2024-05-03 05:14:14.233/2024-05-03 05:14:14.245 CDOResource@OID58:22v1("res") 2024-05-03 05:14:14.246/2024-05-03 05:14:14.248 CDOResource@OID58:22v2("res") 2024-05-03 05:14:14.249/* Product1@OID59:22v0->0v1 2024-05-03 05:14:14.233/2024-05-03 05:14:14.245 Product1@OID59:22v1 2024-05-03 05:14:14.246/2024-05-03 05:14:14.248 Product1@OID59:22v2 2024-05-03 05:14:14.249/* OrderDetail@OID60:22v0->0v1 2024-05-03 05:14:14.233/2024-05-03 05:14:14.242 OrderDetail@OID61:22v1 2024-05-03 05:14:14.249/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v7("/") 2024-05-03 05:14:14.091/2024-05-03 05:14:14.232 CDOResource@OID1:0v8("/") 2024-05-03 05:14:14.233/* CDOResourceFolder@OID57:0v1("BranchingSameSessionTest_testDetachExisting")2024-05-03 05:14:14.233/* CDOResource@OID58:0v1("res") 2024-05-03 05:14:14.233/* Product1@OID59:0v1 2024-05-03 05:14:14.233/* OrderDetail@OID60:0v1 2024-05-03 05:14:14.233/* BranchingSameSessionTest_testDetachExisting_subBranch[22]2024-05-03 05:14:14.233/* CDOResourceFolder@OID57:22v0("?")->0v1 2024-05-03 05:14:14.233/* CDOResource@OID58:22v0("?")->0v1 2024-05-03 05:14:14.233/2024-05-03 05:14:14.245 CDOResource@OID58:22v1("res") 2024-05-03 05:14:14.246/2024-05-03 05:14:14.248 CDOResource@OID58:22v2("res") 2024-05-03 05:14:14.249/* Product1@OID59:22v0->0v1 2024-05-03 05:14:14.233/2024-05-03 05:14:14.245 Product1@OID59:22v1 2024-05-03 05:14:14.246/2024-05-03 05:14:14.248 Product1@OID59:22v2 2024-05-03 05:14:14.249/* OrderDetail@OID60:22v0->0v1 2024-05-03 05:14:14.233/2024-05-03 05:14:14.242 OrderDetail@OID60:22v1 2024-05-03 05:14:14.243/2024-05-03 05:14:14.245 OrderDetail@OID61:22v1 2024-05-03 05:14:14.249/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v7("/") 2024-05-03 05:14:14.091/2024-05-03 05:14:14.232 CDOResource@OID1:0v8("/") 2024-05-03 05:14:14.233/* CDOResourceFolder@OID57:0v1("BranchingSameSessionTest_testDetachExisting")2024-05-03 05:14:14.233/* CDOResource@OID58:0v1("res") 2024-05-03 05:14:14.233/* Product1@OID59:0v1 2024-05-03 05:14:14.233/* OrderDetail@OID60:0v1 2024-05-03 05:14:14.233/* BranchingSameSessionTest_testDetachExisting_subBranch[22]2024-05-03 05:14:14.233/* CDOResourceFolder@OID57:22v0("?")->0v1 2024-05-03 05:14:14.233/* CDOResource@OID58:22v0("?")->0v1 2024-05-03 05:14:14.233/2024-05-03 05:14:14.245 CDOResource@OID58:22v1("res") 2024-05-03 05:14:14.246/2024-05-03 05:14:14.248 CDOResource@OID58:22v2("res") 2024-05-03 05:14:14.249/* Product1@OID59:22v0->0v1 2024-05-03 05:14:14.233/2024-05-03 05:14:14.245 Product1@OID59:22v1 2024-05-03 05:14:14.246/2024-05-03 05:14:14.248 Product1@OID59:22v2 2024-05-03 05:14:14.249/* OrderDetail@OID60:22v0->0v1 2024-05-03 05:14:14.233/2024-05-03 05:14:14.242 OrderDetail@OID61:22v1 2024-05-03 05:14:14.249/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v7("/") 2024-05-03 05:14:14.091/2024-05-03 05:14:14.232 CDOResource@OID1:0v8("/") 2024-05-03 05:14:14.233/* CDOResourceFolder@OID57:0v1("BranchingSameSessionTest_testDetachExisting")2024-05-03 05:14:14.233/* CDOResource@OID58:0v1("res") 2024-05-03 05:14:14.233/* Product1@OID59:0v1 2024-05-03 05:14:14.233/* OrderDetail@OID60:0v1 2024-05-03 05:14:14.233/* BranchingSameSessionTest_testDetachExisting_subBranch[22]2024-05-03 05:14:14.233/* CDOResourceFolder@OID57:22v0("?")->0v1 2024-05-03 05:14:14.233/* CDOResource@OID58:22v0("?")->0v1 2024-05-03 05:14:14.233/2024-05-03 05:14:14.245 CDOResource@OID58:22v1("res") 2024-05-03 05:14:14.246/2024-05-03 05:14:14.248 CDOResource@OID58:22v2("res") 2024-05-03 05:14:14.249/* Product1@OID59:22v0->0v1 2024-05-03 05:14:14.233/2024-05-03 05:14:14.245 Product1@OID59:22v1 2024-05-03 05:14:14.246/2024-05-03 05:14:14.248 Product1@OID59:22v2 2024-05-03 05:14:14.249/* OrderDetail@OID60:22v0->0v1 2024-05-03 05:14:14.233/2024-05-03 05:14:14.242 OrderDetail@OID60:22v1 2024-05-03 05:14:14.243/2024-05-03 05:14:14.245 OrderDetail@OID61:22v1 2024-05-03 05:14:14.249/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v7("/") 2024-05-03 05:14:14.091/2024-05-03 05:14:14.232 CDOResource@OID1:0v8("/") 2024-05-03 05:14:14.233/* CDOResourceFolder@OID57:0v1("BranchingSameSessionTest_testDetachExisting")2024-05-03 05:14:14.233/* CDOResource@OID58:0v1("res") 2024-05-03 05:14:14.233/* Product1@OID59:0v1 2024-05-03 05:14:14.233/* OrderDetail@OID60:0v1 2024-05-03 05:14:14.233/* BranchingSameSessionTest_testDetachExisting_subBranch[22]2024-05-03 05:14:14.233/* CDOResourceFolder@OID57:22v0("?")->0v1 2024-05-03 05:14:14.233/* CDOResource@OID58:22v0("?")->0v1 2024-05-03 05:14:14.233/2024-05-03 05:14:14.245 CDOResource@OID58:22v1("res") 2024-05-03 05:14:14.246/2024-05-03 05:14:14.248 CDOResource@OID58:22v2("res") 2024-05-03 05:14:14.249/* Product1@OID59:22v0->0v1 2024-05-03 05:14:14.233/2024-05-03 05:14:14.245 Product1@OID59:22v1 2024-05-03 05:14:14.246/2024-05-03 05:14:14.248 Product1@OID59:22v2 2024-05-03 05:14:14.249/* OrderDetail@OID60:22v0->0v1 2024-05-03 05:14:14.233/2024-05-03 05:14:14.242 OrderDetail@OID61:22v1 2024-05-03 05:14:14.249/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v7("/") 2024-05-03 05:14:14.091/2024-05-03 05:14:14.232 CDOResource@OID1:0v8("/") 2024-05-03 05:14:14.233/* CDOResourceFolder@OID57:0v1("BranchingSameSessionTest_testDetachExisting")2024-05-03 05:14:14.233/* CDOResource@OID58:0v1("res") 2024-05-03 05:14:14.233/* Product1@OID59:0v1 2024-05-03 05:14:14.233/* OrderDetail@OID60:0v1 2024-05-03 05:14:14.233/* BranchingSameSessionTest_testDetachExisting_subBranch[22]2024-05-03 05:14:14.233/* CDOResourceFolder@OID57:22v0("?")->0v1 2024-05-03 05:14:14.233/* CDOResource@OID58:22v0("?")->0v1 2024-05-03 05:14:14.233/2024-05-03 05:14:14.245 CDOResource@OID58:22v1("res") 2024-05-03 05:14:14.246/2024-05-03 05:14:14.248 CDOResource@OID58:22v2("res") 2024-05-03 05:14:14.249/* Product1@OID59:22v0->0v1 2024-05-03 05:14:14.233/2024-05-03 05:14:14.245 Product1@OID59:22v1 2024-05-03 05:14:14.246/2024-05-03 05:14:14.248 Product1@OID59:22v2 2024-05-03 05:14:14.249/* OrderDetail@OID60:22v0->0v1 2024-05-03 05:14:14.233/2024-05-03 05:14:14.242 OrderDetail@OID60:22v1 2024-05-03 05:14:14.243/2024-05-03 05:14:14.245 OrderDetail@OID61:22v1 2024-05-03 05:14:14.249/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v7("/") 2024-05-03 05:14:14.091/2024-05-03 05:14:14.232 CDOResource@OID1:0v8("/") 2024-05-03 05:14:14.233/* CDOResourceFolder@OID57:0v1("BranchingSameSessionTest_testDetachExisting")2024-05-03 05:14:14.233/* CDOResource@OID58:0v1("res") 2024-05-03 05:14:14.233/* Product1@OID59:0v1 2024-05-03 05:14:14.233/* OrderDetail@OID60:0v1 2024-05-03 05:14:14.233/* BranchingSameSessionTest_testDetachExisting_subBranch[22]2024-05-03 05:14:14.233/* CDOResourceFolder@OID57:22v0("?")->0v1 2024-05-03 05:14:14.233/* CDOResource@OID58:22v0("?")->0v1 2024-05-03 05:14:14.233/2024-05-03 05:14:14.245 CDOResource@OID58:22v1("res") 2024-05-03 05:14:14.246/2024-05-03 05:14:14.248 CDOResource@OID58:22v2("res") 2024-05-03 05:14:14.249/* Product1@OID59:22v0->0v1 2024-05-03 05:14:14.233/2024-05-03 05:14:14.245 Product1@OID59:22v1 2024-05-03 05:14:14.246/2024-05-03 05:14:14.248 Product1@OID59:22v2 2024-05-03 05:14:14.249/* OrderDetail@OID60:22v0->0v1 2024-05-03 05:14:14.233/2024-05-03 05:14:14.242 OrderDetail@OID61:22v1 2024-05-03 05:14:14.249/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v7("/") 2024-05-03 05:14:14.091/2024-05-03 05:14:14.232 CDOResource@OID1:0v8("/") 2024-05-03 05:14:14.233/* CDOResourceFolder@OID57:0v1("BranchingSameSessionTest_testDetachExisting")2024-05-03 05:14:14.233/* CDOResource@OID58:0v1("res") 2024-05-03 05:14:14.233/* Product1@OID59:0v1 2024-05-03 05:14:14.233/* OrderDetail@OID60:0v1 2024-05-03 05:14:14.233/* BranchingSameSessionTest_testDetachExisting_subBranch[22]2024-05-03 05:14:14.233/* CDOResourceFolder@OID57:22v0("?")->0v1 2024-05-03 05:14:14.233/* CDOResource@OID58:22v0("?")->0v1 2024-05-03 05:14:14.233/2024-05-03 05:14:14.245 CDOResource@OID58:22v1("res") 2024-05-03 05:14:14.246/2024-05-03 05:14:14.248 CDOResource@OID58:22v2("res") 2024-05-03 05:14:14.249/* Product1@OID59:22v0->0v1 2024-05-03 05:14:14.233/2024-05-03 05:14:14.245 Product1@OID59:22v1 2024-05-03 05:14:14.246/2024-05-03 05:14:14.248 Product1@OID59:22v2 2024-05-03 05:14:14.249/* OrderDetail@OID60:22v0->0v1 2024-05-03 05:14:14.233/2024-05-03 05:14:14.242 OrderDetail@OID60:22v1 2024-05-03 05:14:14.243/2024-05-03 05:14:14.245 OrderDetail@OID61:22v1 2024-05-03 05:14:14.249/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v7("/") 2024-05-03 05:14:14.091/2024-05-03 05:14:14.232 CDOResource@OID1:0v8("/") 2024-05-03 05:14:14.233/* CDOResourceFolder@OID57:0v1("BranchingSameSessionTest_testDetachExisting")2024-05-03 05:14:14.233/* CDOResource@OID58:0v1("res") 2024-05-03 05:14:14.233/* Product1@OID59:0v1 2024-05-03 05:14:14.233/* OrderDetail@OID60:0v1 2024-05-03 05:14:14.233/* BranchingSameSessionTest_testDetachExisting_subBranch[22]2024-05-03 05:14:14.233/* CDOResourceFolder@OID57:22v0("?")->0v1 2024-05-03 05:14:14.233/* CDOResource@OID58:22v0("?")->0v1 2024-05-03 05:14:14.233/2024-05-03 05:14:14.245 CDOResource@OID58:22v1("res") 2024-05-03 05:14:14.246/2024-05-03 05:14:14.248 CDOResource@OID58:22v2("res") 2024-05-03 05:14:14.249/* Product1@OID59:22v0->0v1 2024-05-03 05:14:14.233/2024-05-03 05:14:14.245 Product1@OID59:22v1 2024-05-03 05:14:14.246/2024-05-03 05:14:14.248 Product1@OID59:22v2 2024-05-03 05:14:14.249/* OrderDetail@OID60:22v0->0v1 2024-05-03 05:14:14.233/2024-05-03 05:14:14.242 OrderDetail@OID61:22v1 2024-05-03 05:14:14.249/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v7("/") 2024-05-03 05:14:14.091/2024-05-03 05:14:14.232 CDOResource@OID1:0v8("/") 2024-05-03 05:14:14.233/* CDOResourceFolder@OID57:0v1("BranchingSameSessionTest_testDetachExisting")2024-05-03 05:14:14.233/* CDOResource@OID58:0v1("res") 2024-05-03 05:14:14.233/* Product1@OID59:0v1 2024-05-03 05:14:14.233/* OrderDetail@OID60:0v1 2024-05-03 05:14:14.233/* BranchingSameSessionTest_testDetachExisting_subBranch[22]2024-05-03 05:14:14.233/* CDOResourceFolder@OID57:22v0("?")->0v1 2024-05-03 05:14:14.233/* CDOResource@OID58:22v0("?")->0v1 2024-05-03 05:14:14.233/2024-05-03 05:14:14.245 CDOResource@OID58:22v1("res") 2024-05-03 05:14:14.246/2024-05-03 05:14:14.248 CDOResource@OID58:22v2("res") 2024-05-03 05:14:14.249/* Product1@OID59:22v0->0v1 2024-05-03 05:14:14.233/2024-05-03 05:14:14.245 Product1@OID59:22v1 2024-05-03 05:14:14.246/2024-05-03 05:14:14.248 Product1@OID59:22v2 2024-05-03 05:14:14.249/* OrderDetail@OID60:22v0->0v1 2024-05-03 05:14:14.233/2024-05-03 05:14:14.242 OrderDetail@OID60:22v1 2024-05-03 05:14:14.243/2024-05-03 05:14:14.245 OrderDetail@OID61:22v1 2024-05-03 05:14:14.249/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v7("/") 2024-05-03 05:14:14.091/2024-05-03 05:14:14.232 CDOResource@OID1:0v8("/") 2024-05-03 05:14:14.233/* CDOResourceFolder@OID57:0v1("BranchingSameSessionTest_testDetachExisting")2024-05-03 05:14:14.233/* CDOResource@OID58:0v1("res") 2024-05-03 05:14:14.233/* Product1@OID59:0v1 2024-05-03 05:14:14.233/* OrderDetail@OID60:0v1 2024-05-03 05:14:14.233/* BranchingSameSessionTest_testDetachExisting_subBranch[22]2024-05-03 05:14:14.233/* CDOResourceFolder@OID57:22v0("?")->0v1 2024-05-03 05:14:14.233/* CDOResource@OID58:22v0("?")->0v1 2024-05-03 05:14:14.233/2024-05-03 05:14:14.245 CDOResource@OID58:22v1("res") 2024-05-03 05:14:14.246/2024-05-03 05:14:14.248 CDOResource@OID58:22v2("res") 2024-05-03 05:14:14.249/* Product1@OID59:22v0->0v1 2024-05-03 05:14:14.233/2024-05-03 05:14:14.245 Product1@OID59:22v1 2024-05-03 05:14:14.246/2024-05-03 05:14:14.248 Product1@OID59:22v2 2024-05-03 05:14:14.249/* OrderDetail@OID60:22v0->0v1 2024-05-03 05:14:14.233/2024-05-03 05:14:14.242 OrderDetail@OID61:22v1 2024-05-03 05:14:14.249/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v7("/") 2024-05-03 05:14:14.091/2024-05-03 05:14:14.232 CDOResource@OID1:0v8("/") 2024-05-03 05:14:14.233/* CDOResourceFolder@OID57:0v1("BranchingSameSessionTest_testDetachExisting")2024-05-03 05:14:14.233/* CDOResource@OID58:0v1("res") 2024-05-03 05:14:14.233/* Product1@OID59:0v1 2024-05-03 05:14:14.233/* OrderDetail@OID60:0v1 2024-05-03 05:14:14.233/* BranchingSameSessionTest_testDetachExisting_subBranch[22]2024-05-03 05:14:14.233/* CDOResourceFolder@OID57:22v0("?")->0v1 2024-05-03 05:14:14.233/* CDOResource@OID58:22v0("?")->0v1 2024-05-03 05:14:14.233/2024-05-03 05:14:14.245 CDOResource@OID58:22v1("res") 2024-05-03 05:14:14.246/2024-05-03 05:14:14.248 CDOResource@OID58:22v2("res") 2024-05-03 05:14:14.249/* Product1@OID59:22v0->0v1 2024-05-03 05:14:14.233/2024-05-03 05:14:14.245 Product1@OID59:22v1 2024-05-03 05:14:14.246/2024-05-03 05:14:14.248 Product1@OID59:22v2 2024-05-03 05:14:14.249/* OrderDetail@OID60:22v0->0v1 2024-05-03 05:14:14.233/2024-05-03 05:14:14.242 OrderDetail@OID60:22v1 2024-05-03 05:14:14.243/2024-05-03 05:14:14.245 OrderDetail@OID61:22v1 2024-05-03 05:14:14.249/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v7("/") 2024-05-03 05:14:14.091/2024-05-03 05:14:14.232 CDOResource@OID1:0v8("/") 2024-05-03 05:14:14.233/* CDOResourceFolder@OID57:0v1("BranchingSameSessionTest_testDetachExisting")2024-05-03 05:14:14.233/* CDOResource@OID58:0v1("res") 2024-05-03 05:14:14.233/* Product1@OID59:0v1 2024-05-03 05:14:14.233/* OrderDetail@OID60:0v1 2024-05-03 05:14:14.233/* BranchingSameSessionTest_testDetachExisting_subBranch[22]2024-05-03 05:14:14.233/* CDOResourceFolder@OID57:22v0("?")->0v1 2024-05-03 05:14:14.233/* CDOResource@OID58:22v0("?")->0v1 2024-05-03 05:14:14.233/2024-05-03 05:14:14.245 CDOResource@OID58:22v1("res") 2024-05-03 05:14:14.246/2024-05-03 05:14:14.248 CDOResource@OID58:22v2("res") 2024-05-03 05:14:14.249/* Product1@OID59:22v0->0v1 2024-05-03 05:14:14.233/2024-05-03 05:14:14.245 Product1@OID59:22v1 2024-05-03 05:14:14.246/2024-05-03 05:14:14.248 Product1@OID59:22v2 2024-05-03 05:14:14.249/* OrderDetail@OID60:22v0->0v1 2024-05-03 05:14:14.233/2024-05-03 05:14:14.242 OrderDetail@OID61:22v1 2024-05-03 05:14:14.249/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v7("/") 2024-05-03 05:14:14.091/2024-05-03 05:14:14.232 CDOResource@OID1:0v8("/") 2024-05-03 05:14:14.233/* CDOResourceFolder@OID57:0v1("BranchingSameSessionTest_testDetachExisting")2024-05-03 05:14:14.233/* CDOResource@OID58:0v1("res") 2024-05-03 05:14:14.233/* Product1@OID59:0v1 2024-05-03 05:14:14.233/* OrderDetail@OID60:0v1 2024-05-03 05:14:14.233/* BranchingSameSessionTest_testDetachExisting_subBranch[22]2024-05-03 05:14:14.233/* CDOResourceFolder@OID57:22v0("?")->0v1 2024-05-03 05:14:14.233/* CDOResource@OID58:22v0("?")->0v1 2024-05-03 05:14:14.233/2024-05-03 05:14:14.245 CDOResource@OID58:22v1("res") 2024-05-03 05:14:14.246/2024-05-03 05:14:14.248 CDOResource@OID58:22v2("res") 2024-05-03 05:14:14.249/* Product1@OID59:22v0->0v1 2024-05-03 05:14:14.233/2024-05-03 05:14:14.245 Product1@OID59:22v1 2024-05-03 05:14:14.246/2024-05-03 05:14:14.248 Product1@OID59:22v2 2024-05-03 05:14:14.249/* OrderDetail@OID60:22v0->0v1 2024-05-03 05:14:14.233/2024-05-03 05:14:14.242 OrderDetail@OID60:22v1 2024-05-03 05:14:14.243/2024-05-03 05:14:14.245 OrderDetail@OID61:22v1 2024-05-03 05:14:14.249/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v7("/") 2024-05-03 05:14:14.091/2024-05-03 05:14:14.232 CDOResource@OID1:0v8("/") 2024-05-03 05:14:14.233/* CDOResourceFolder@OID57:0v1("BranchingSameSessionTest_testDetachExisting")2024-05-03 05:14:14.233/* CDOResource@OID58:0v1("res") 2024-05-03 05:14:14.233/* Product1@OID59:0v1 2024-05-03 05:14:14.233/* OrderDetail@OID60:0v1 2024-05-03 05:14:14.233/* BranchingSameSessionTest_testDetachExisting_subBranch[22]2024-05-03 05:14:14.233/* CDOResourceFolder@OID57:22v0("?")->0v1 2024-05-03 05:14:14.233/* CDOResource@OID58:22v0("?")->0v1 2024-05-03 05:14:14.233/2024-05-03 05:14:14.245 CDOResource@OID58:22v1("res") 2024-05-03 05:14:14.246/2024-05-03 05:14:14.248 CDOResource@OID58:22v2("res") 2024-05-03 05:14:14.249/* Product1@OID59:22v0->0v1 2024-05-03 05:14:14.233/2024-05-03 05:14:14.245 Product1@OID59:22v1 2024-05-03 05:14:14.246/2024-05-03 05:14:14.248 Product1@OID59:22v2 2024-05-03 05:14:14.249/* OrderDetail@OID60:22v0->0v1 2024-05-03 05:14:14.233/2024-05-03 05:14:14.242 OrderDetail@OID61:22v1 2024-05-03 05:14:14.249/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v7("/") 2024-05-03 05:14:14.091/2024-05-03 05:14:14.232 CDOResource@OID1:0v8("/") 2024-05-03 05:14:14.233/* CDOResourceFolder@OID57:0v1("BranchingSameSessionTest_testDetachExisting")2024-05-03 05:14:14.233/* CDOResource@OID58:0v1("res") 2024-05-03 05:14:14.233/* Product1@OID59:0v1 2024-05-03 05:14:14.233/* OrderDetail@OID60:0v1 2024-05-03 05:14:14.233/* BranchingSameSessionTest_testDetachExisting_subBranch[22]2024-05-03 05:14:14.233/* CDOResourceFolder@OID57:22v0("?")->0v1 2024-05-03 05:14:14.233/* CDOResource@OID58:22v0("?")->0v1 2024-05-03 05:14:14.233/2024-05-03 05:14:14.245 CDOResource@OID58:22v1("res") 2024-05-03 05:14:14.246/2024-05-03 05:14:14.248 CDOResource@OID58:22v2("res") 2024-05-03 05:14:14.249/* Product1@OID59:22v0->0v1 2024-05-03 05:14:14.233/2024-05-03 05:14:14.245 Product1@OID59:22v1 2024-05-03 05:14:14.246/2024-05-03 05:14:14.248 Product1@OID59:22v2 2024-05-03 05:14:14.249/* OrderDetail@OID60:22v0->0v1 2024-05-03 05:14:14.233/2024-05-03 05:14:14.242 OrderDetail@OID60:22v1 2024-05-03 05:14:14.243/2024-05-03 05:14:14.245 OrderDetail@OID61:22v1 2024-05-03 05:14:14.249/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v7("/") 2024-05-03 05:14:14.091/2024-05-03 05:14:14.232 CDOResource@OID1:0v8("/") 2024-05-03 05:14:14.233/* CDOResourceFolder@OID57:0v1("BranchingSameSessionTest_testDetachExisting")2024-05-03 05:14:14.233/* CDOResource@OID58:0v1("res") 2024-05-03 05:14:14.233/* Product1@OID59:0v1 2024-05-03 05:14:14.233/* OrderDetail@OID60:0v1 2024-05-03 05:14:14.233/* BranchingSameSessionTest_testDetachExisting_subBranch[22]2024-05-03 05:14:14.233/* CDOResourceFolder@OID57:22v0("?")->0v1 2024-05-03 05:14:14.233/* CDOResource@OID58:22v0("?")->0v1 2024-05-03 05:14:14.233/2024-05-03 05:14:14.245 CDOResource@OID58:22v1("res") 2024-05-03 05:14:14.246/2024-05-03 05:14:14.248 CDOResource@OID58:22v2("res") 2024-05-03 05:14:14.249/* Product1@OID59:22v0->0v1 2024-05-03 05:14:14.233/2024-05-03 05:14:14.245 Product1@OID59:22v1 2024-05-03 05:14:14.246/2024-05-03 05:14:14.248 Product1@OID59:22v2 2024-05-03 05:14:14.249/* OrderDetail@OID60:22v0->0v1 2024-05-03 05:14:14.233/2024-05-03 05:14:14.242 OrderDetail@OID61:22v1 2024-05-03 05:14:14.249/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v7("/") 2024-05-03 05:14:14.091/2024-05-03 05:14:14.232 CDOResource@OID1:0v8("/") 2024-05-03 05:14:14.233/* CDOResourceFolder@OID57:0v1("BranchingSameSessionTest_testDetachExisting")2024-05-03 05:14:14.233/* CDOResource@OID58:0v1("res") 2024-05-03 05:14:14.233/* Product1@OID59:0v1 2024-05-03 05:14:14.233/* OrderDetail@OID60:0v1 2024-05-03 05:14:14.233/* BranchingSameSessionTest_testDetachExisting_subBranch[22]2024-05-03 05:14:14.233/* CDOResourceFolder@OID57:22v0("?")->0v1 2024-05-03 05:14:14.233/* CDOResource@OID58:22v0("?")->0v1 2024-05-03 05:14:14.233/2024-05-03 05:14:14.245 CDOResource@OID58:22v1("res") 2024-05-03 05:14:14.246/2024-05-03 05:14:14.248 CDOResource@OID58:22v2("res") 2024-05-03 05:14:14.249/* Product1@OID59:22v0->0v1 2024-05-03 05:14:14.233/2024-05-03 05:14:14.245 Product1@OID59:22v1 2024-05-03 05:14:14.246/2024-05-03 05:14:14.248 Product1@OID59:22v2 2024-05-03 05:14:14.249/* OrderDetail@OID60:22v0->0v1 2024-05-03 05:14:14.233/2024-05-03 05:14:14.242 OrderDetail@OID60:22v1 2024-05-03 05:14:14.243/2024-05-03 05:14:14.245 OrderDetail@OID61:22v1 2024-05-03 05:14:14.249/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v7("/") 2024-05-03 05:14:14.091/2024-05-03 05:14:14.232 CDOResource@OID1:0v8("/") 2024-05-03 05:14:14.233/* CDOResourceFolder@OID57:0v1("BranchingSameSessionTest_testDetachExisting")2024-05-03 05:14:14.233/* CDOResource@OID58:0v1("res") 2024-05-03 05:14:14.233/* Product1@OID59:0v1 2024-05-03 05:14:14.233/* OrderDetail@OID60:0v1 2024-05-03 05:14:14.233/* BranchingSameSessionTest_testDetachExisting_subBranch[22]2024-05-03 05:14:14.233/* CDOResourceFolder@OID57:22v0("?")->0v1 2024-05-03 05:14:14.233/* CDOResource@OID58:22v0("?")->0v1 2024-05-03 05:14:14.233/2024-05-03 05:14:14.245 CDOResource@OID58:22v1("res") 2024-05-03 05:14:14.246/2024-05-03 05:14:14.248 CDOResource@OID58:22v2("res") 2024-05-03 05:14:14.249/* Product1@OID59:22v0->0v1 2024-05-03 05:14:14.233/2024-05-03 05:14:14.245 Product1@OID59:22v1 2024-05-03 05:14:14.246/2024-05-03 05:14:14.248 Product1@OID59:22v2 2024-05-03 05:14:14.249/* OrderDetail@OID60:22v0->0v1 2024-05-03 05:14:14.233/2024-05-03 05:14:14.242 OrderDetail@OID60:22v1 2024-05-03 05:14:14.243/2024-05-03 05:14:14.245 OrderDetail@OID61:22v1 2024-05-03 05:14:14.249/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v7("/") 2024-05-03 05:14:14.091/2024-05-03 05:14:14.232 CDOResource@OID1:0v8("/") 2024-05-03 05:14:14.233/* CDOResourceFolder@OID57:0v1("BranchingSameSessionTest_testDetachExisting")2024-05-03 05:14:14.233/* CDOResource@OID58:0v1("res") 2024-05-03 05:14:14.233/* Product1@OID59:0v1 2024-05-03 05:14:14.233/* OrderDetail@OID60:0v1 2024-05-03 05:14:14.233/* BranchingSameSessionTest_testDetachExisting_subBranch[22]2024-05-03 05:14:14.233/* CDOResourceFolder@OID57:22v0("?")->0v1 2024-05-03 05:14:14.233/* CDOResource@OID58:22v0("?")->0v1 2024-05-03 05:14:14.233/2024-05-03 05:14:14.245 CDOResource@OID58:22v1("res") 2024-05-03 05:14:14.246/2024-05-03 05:14:14.248 CDOResource@OID58:22v2("res") 2024-05-03 05:14:14.249/* Product1@OID59:22v0->0v1 2024-05-03 05:14:14.233/2024-05-03 05:14:14.245 Product1@OID59:22v1 2024-05-03 05:14:14.246/2024-05-03 05:14:14.248 Product1@OID59:22v2 2024-05-03 05:14:14.249/* OrderDetail@OID60:22v0->0v1 2024-05-03 05:14:14.233/2024-05-03 05:14:14.242 OrderDetail@OID60:22v1 2024-05-03 05:14:14.243/2024-05-03 05:14:14.245 OrderDetail@OID61:22v1 2024-05-03 05:14:14.249/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v7("/") 2024-05-03 05:14:14.091/2024-05-03 05:14:14.232 CDOResource@OID1:0v8("/") 2024-05-03 05:14:14.233/* CDOResourceFolder@OID57:0v1("BranchingSameSessionTest_testDetachExisting")2024-05-03 05:14:14.233/* CDOResource@OID58:0v1("res") 2024-05-03 05:14:14.233/* Product1@OID59:0v1 2024-05-03 05:14:14.233/* OrderDetail@OID60:0v1 2024-05-03 05:14:14.233/* BranchingSameSessionTest_testDetachExisting_subBranch[22]2024-05-03 05:14:14.233/* CDOResourceFolder@OID57:22v0("?")->0v1 2024-05-03 05:14:14.233/* CDOResource@OID58:22v0("?")->0v1 2024-05-03 05:14:14.233/2024-05-03 05:14:14.245 CDOResource@OID58:22v1("res") 2024-05-03 05:14:14.246/2024-05-03 05:14:14.248 CDOResource@OID58:22v2("res") 2024-05-03 05:14:14.249/* Product1@OID59:22v0->0v1 2024-05-03 05:14:14.233/2024-05-03 05:14:14.245 Product1@OID59:22v1 2024-05-03 05:14:14.246/2024-05-03 05:14:14.248 Product1@OID59:22v2 2024-05-03 05:14:14.249/* OrderDetail@OID60:22v0->0v1 2024-05-03 05:14:14.233/2024-05-03 05:14:14.242 OrderDetail@OID60:22v1 2024-05-03 05:14:14.243/2024-05-03 05:14:14.245 OrderDetail@OID61:22v1 2024-05-03 05:14:14.249/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v7("/") 2024-05-03 05:14:14.091/2024-05-03 05:14:14.232 CDOResource@OID1:0v8("/") 2024-05-03 05:14:14.233/* CDOResourceFolder@OID57:0v1("BranchingSameSessionTest_testDetachExisting")2024-05-03 05:14:14.233/* CDOResource@OID58:0v1("res") 2024-05-03 05:14:14.233/* Product1@OID59:0v1 2024-05-03 05:14:14.233/* OrderDetail@OID60:0v1 2024-05-03 05:14:14.233/* BranchingSameSessionTest_testDetachExisting_subBranch[22]2024-05-03 05:14:14.233/* CDOResourceFolder@OID57:22v0("?")->0v1 2024-05-03 05:14:14.233/* CDOResource@OID58:22v0("?")->0v1 2024-05-03 05:14:14.233/2024-05-03 05:14:14.245 CDOResource@OID58:22v1("res") 2024-05-03 05:14:14.246/2024-05-03 05:14:14.248 CDOResource@OID58:22v2("res") 2024-05-03 05:14:14.249/* Product1@OID59:22v0->0v1 2024-05-03 05:14:14.233/2024-05-03 05:14:14.245 Product1@OID59:22v1 2024-05-03 05:14:14.246/2024-05-03 05:14:14.248 Product1@OID59:22v2 2024-05-03 05:14:14.249/* OrderDetail@OID60:22v0->0v1 2024-05-03 05:14:14.233/2024-05-03 05:14:14.242 OrderDetail@OID60:22v1 2024-05-03 05:14:14.243/2024-05-03 05:14:14.245 OrderDetail@OID61:22v1 2024-05-03 05:14:14.249/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v7("/") 2024-05-03 05:14:14.091/2024-05-03 05:14:14.232 CDOResource@OID1:0v8("/") 2024-05-03 05:14:14.233/* CDOResourceFolder@OID57:0v1("BranchingSameSessionTest_testDetachExisting")2024-05-03 05:14:14.233/* CDOResource@OID58:0v1("res") 2024-05-03 05:14:14.233/* Product1@OID59:0v1 2024-05-03 05:14:14.233/* OrderDetail@OID60:0v1 2024-05-03 05:14:14.233/* BranchingSameSessionTest_testDetachExisting_subBranch[22]2024-05-03 05:14:14.233/* CDOResourceFolder@OID57:22v0("?")->0v1 2024-05-03 05:14:14.233/* CDOResource@OID58:22v0("?")->0v1 2024-05-03 05:14:14.233/2024-05-03 05:14:14.245 CDOResource@OID58:22v1("res") 2024-05-03 05:14:14.246/2024-05-03 05:14:14.248 CDOResource@OID58:22v2("res") 2024-05-03 05:14:14.249/* Product1@OID59:22v0->0v1 2024-05-03 05:14:14.233/2024-05-03 05:14:14.245 Product1@OID59:22v1 2024-05-03 05:14:14.246/2024-05-03 05:14:14.248 Product1@OID59:22v2 2024-05-03 05:14:14.249/* OrderDetail@OID60:22v0->0v1 2024-05-03 05:14:14.233/2024-05-03 05:14:14.242 OrderDetail@OID60:22v1 2024-05-03 05:14:14.243/2024-05-03 05:14:14.245 OrderDetail@OID61:22v1 2024-05-03 05:14:14.249/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v7("/") 2024-05-03 05:14:14.091/2024-05-03 05:14:14.232 CDOResource@OID1:0v8("/") 2024-05-03 05:14:14.233/* CDOResourceFolder@OID57:0v1("BranchingSameSessionTest_testDetachExisting")2024-05-03 05:14:14.233/* CDOResource@OID58:0v1("res") 2024-05-03 05:14:14.233/* Product1@OID59:0v1 2024-05-03 05:14:14.233/* OrderDetail@OID60:0v1 2024-05-03 05:14:14.233/* BranchingSameSessionTest_testDetachExisting_subBranch[22]2024-05-03 05:14:14.233/* CDOResourceFolder@OID57:22v0("?")->0v1 2024-05-03 05:14:14.233/* CDOResource@OID58:22v0("?")->0v1 2024-05-03 05:14:14.233/2024-05-03 05:14:14.245 CDOResource@OID58:22v1("res") 2024-05-03 05:14:14.246/2024-05-03 05:14:14.248 CDOResource@OID58:22v2("res") 2024-05-03 05:14:14.249/* Product1@OID59:22v0->0v1 2024-05-03 05:14:14.233/2024-05-03 05:14:14.245 Product1@OID59:22v1 2024-05-03 05:14:14.246/2024-05-03 05:14:14.248 Product1@OID59:22v2 2024-05-03 05:14:14.249/* OrderDetail@OID60:22v0->0v1 2024-05-03 05:14:14.233/2024-05-03 05:14:14.242 OrderDetail@OID60:22v1 2024-05-03 05:14:14.243/2024-05-03 05:14:14.245 OrderDetail@OID61:22v1 2024-05-03 05:14:14.249/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v7("/") 2024-05-03 05:14:14.091/2024-05-03 05:14:14.232 CDOResource@OID1:0v8("/") 2024-05-03 05:14:14.233/* CDOResourceFolder@OID57:0v1("BranchingSameSessionTest_testDetachExisting")2024-05-03 05:14:14.233/* CDOResource@OID58:0v1("res") 2024-05-03 05:14:14.233/* Product1@OID59:0v1 2024-05-03 05:14:14.233/* OrderDetail@OID60:0v1 2024-05-03 05:14:14.233/* BranchingSameSessionTest_testDetachExisting_subBranch[22]2024-05-03 05:14:14.233/* CDOResourceFolder@OID57:22v0("?")->0v1 2024-05-03 05:14:14.233/* CDOResource@OID58:22v0("?")->0v1 2024-05-03 05:14:14.233/2024-05-03 05:14:14.245 CDOResource@OID58:22v1("res") 2024-05-03 05:14:14.246/2024-05-03 05:14:14.248 CDOResource@OID58:22v2("res") 2024-05-03 05:14:14.249/* Product1@OID59:22v0->0v1 2024-05-03 05:14:14.233/2024-05-03 05:14:14.245 Product1@OID59:22v1 2024-05-03 05:14:14.246/2024-05-03 05:14:14.248 Product1@OID59:22v2 2024-05-03 05:14:14.249/* OrderDetail@OID60:22v0->0v1 2024-05-03 05:14:14.233/2024-05-03 05:14:14.242 OrderDetail@OID60:22v1 2024-05-03 05:14:14.243/2024-05-03 05:14:14.245 OrderDetail@OID61:22v1 2024-05-03 05:14:14.249/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v7("/") 2024-05-03 05:14:14.091/2024-05-03 05:14:14.232 CDOResource@OID1:0v8("/") 2024-05-03 05:14:14.233/* CDOResourceFolder@OID57:0v1("BranchingSameSessionTest_testDetachExisting")2024-05-03 05:14:14.233/* CDOResource@OID58:0v1("res") 2024-05-03 05:14:14.233/* Product1@OID59:0v1 2024-05-03 05:14:14.233/* OrderDetail@OID60:0v1 2024-05-03 05:14:14.233/* BranchingSameSessionTest_testDetachExisting_subBranch[22]2024-05-03 05:14:14.233/* CDOResourceFolder@OID57:22v0("?")->0v1 2024-05-03 05:14:14.233/* CDOResource@OID58:22v0("?")->0v1 2024-05-03 05:14:14.233/2024-05-03 05:14:14.245 CDOResource@OID58:22v1("res") 2024-05-03 05:14:14.246/2024-05-03 05:14:14.248 CDOResource@OID58:22v2("res") 2024-05-03 05:14:14.249/* Product1@OID59:22v0->0v1 2024-05-03 05:14:14.233/2024-05-03 05:14:14.245 Product1@OID59:22v1 2024-05-03 05:14:14.246/2024-05-03 05:14:14.248 Product1@OID59:22v2 2024-05-03 05:14:14.249/* OrderDetail@OID60:22v0->0v1 2024-05-03 05:14:14.233/2024-05-03 05:14:14.242 OrderDetail@OID60:22v1 2024-05-03 05:14:14.243/2024-05-03 05:14:14.245 OrderDetail@OID61:22v1 2024-05-03 05:14:14.249/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v7("/") 2024-05-03 05:14:14.091/2024-05-03 05:14:14.232 CDOResource@OID1:0v8("/") 2024-05-03 05:14:14.233/* CDOResourceFolder@OID57:0v1("BranchingSameSessionTest_testDetachExisting")2024-05-03 05:14:14.233/* CDOResource@OID58:0v1("res") 2024-05-03 05:14:14.233/* Product1@OID59:0v1 2024-05-03 05:14:14.233/* OrderDetail@OID60:0v1 2024-05-03 05:14:14.233/* BranchingSameSessionTest_testDetachExisting_subBranch[22]2024-05-03 05:14:14.233/* CDOResourceFolder@OID57:22v0("?")->0v1 2024-05-03 05:14:14.233/* CDOResource@OID58:22v0("?")->0v1 2024-05-03 05:14:14.233/2024-05-03 05:14:14.245 CDOResource@OID58:22v1("res") 2024-05-03 05:14:14.246/2024-05-03 05:14:14.248 CDOResource@OID58:22v2("res") 2024-05-03 05:14:14.249/* Product1@OID59:22v0->0v1 2024-05-03 05:14:14.233/2024-05-03 05:14:14.245 Product1@OID59:22v1 2024-05-03 05:14:14.246/2024-05-03 05:14:14.248 Product1@OID59:22v2 2024-05-03 05:14:14.249/* OrderDetail@OID60:22v0->0v1 2024-05-03 05:14:14.233/2024-05-03 05:14:14.242 OrderDetail@OID60:22v1 2024-05-03 05:14:14.243/2024-05-03 05:14:14.245 OrderDetail@OID61:22v1 2024-05-03 05:14:14.249/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v7("/") 2024-05-03 05:14:14.091/2024-05-03 05:14:14.232 CDOResource@OID1:0v8("/") 2024-05-03 05:14:14.233/* CDOResourceFolder@OID57:0v1("BranchingSameSessionTest_testDetachExisting")2024-05-03 05:14:14.233/* CDOResource@OID58:0v1("res") 2024-05-03 05:14:14.233/* Product1@OID59:0v1 2024-05-03 05:14:14.233/* OrderDetail@OID60:0v1 2024-05-03 05:14:14.233/* BranchingSameSessionTest_testDetachExisting_subBranch[22]2024-05-03 05:14:14.233/* CDOResourceFolder@OID57:22v0("?")->0v1 2024-05-03 05:14:14.233/* CDOResource@OID58:22v0("?")->0v1 2024-05-03 05:14:14.233/2024-05-03 05:14:14.245 CDOResource@OID58:22v1("res") 2024-05-03 05:14:14.246/2024-05-03 05:14:14.248 CDOResource@OID58:22v2("res") 2024-05-03 05:14:14.249/* Product1@OID59:22v0->0v1 2024-05-03 05:14:14.233/2024-05-03 05:14:14.245 Product1@OID59:22v1 2024-05-03 05:14:14.246/2024-05-03 05:14:14.248 Product1@OID59:22v2 2024-05-03 05:14:14.249/* OrderDetail@OID60:22v0->0v1 2024-05-03 05:14:14.233/2024-05-03 05:14:14.242 OrderDetail@OID60:22v1 2024-05-03 05:14:14.243/2024-05-03 05:14:14.245 OrderDetail@OID61:22v1 2024-05-03 05:14:14.249/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v7("/") 2024-05-03 05:14:14.091/2024-05-03 05:14:14.232 CDOResource@OID1:0v8("/") 2024-05-03 05:14:14.233/* CDOResourceFolder@OID57:0v1("BranchingSameSessionTest_testDetachExisting")2024-05-03 05:14:14.233/* CDOResource@OID58:0v1("res") 2024-05-03 05:14:14.233/* Product1@OID59:0v1 2024-05-03 05:14:14.233/* OrderDetail@OID60:0v1 2024-05-03 05:14:14.233/* BranchingSameSessionTest_testDetachExisting_subBranch[22]2024-05-03 05:14:14.233/* CDOResourceFolder@OID57:22v0("?")->0v1 2024-05-03 05:14:14.233/* CDOResource@OID58:22v0("?")->0v1 2024-05-03 05:14:14.233/2024-05-03 05:14:14.245 CDOResource@OID58:22v1("res") 2024-05-03 05:14:14.246/2024-05-03 05:14:14.248 CDOResource@OID58:22v2("res") 2024-05-03 05:14:14.249/* Product1@OID59:22v0->0v1 2024-05-03 05:14:14.233/2024-05-03 05:14:14.245 Product1@OID59:22v1 2024-05-03 05:14:14.246/2024-05-03 05:14:14.248 Product1@OID59:22v2 2024-05-03 05:14:14.249/* OrderDetail@OID60:22v0->0v1 2024-05-03 05:14:14.233/2024-05-03 05:14:14.242 OrderDetail@OID60:22v1 2024-05-03 05:14:14.243/2024-05-03 05:14:14.245 OrderDetail@OID61:22v1 2024-05-03 05:14:14.249/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v7("/") 2024-05-03 05:14:14.091/2024-05-03 05:14:14.232 CDOResource@OID1:0v8("/") 2024-05-03 05:14:14.233/* CDOResourceFolder@OID57:0v1("BranchingSameSessionTest_testDetachExisting")2024-05-03 05:14:14.233/* CDOResource@OID58:0v1("res") 2024-05-03 05:14:14.233/* Product1@OID59:0v1 2024-05-03 05:14:14.233/* OrderDetail@OID60:0v1 2024-05-03 05:14:14.233/* BranchingSameSessionTest_testDetachExisting_subBranch[22]2024-05-03 05:14:14.233/* CDOResourceFolder@OID57:22v0("?")->0v1 2024-05-03 05:14:14.233/* CDOResource@OID58:22v0("?")->0v1 2024-05-03 05:14:14.233/2024-05-03 05:14:14.245 CDOResource@OID58:22v1("res") 2024-05-03 05:14:14.246/2024-05-03 05:14:14.248 CDOResource@OID58:22v2("res") 2024-05-03 05:14:14.249/* Product1@OID59:22v0->0v1 2024-05-03 05:14:14.233/2024-05-03 05:14:14.245 Product1@OID59:22v1 2024-05-03 05:14:14.246/2024-05-03 05:14:14.248 Product1@OID59:22v2 2024-05-03 05:14:14.249/* OrderDetail@OID60:22v0->0v1 2024-05-03 05:14:14.233/2024-05-03 05:14:14.242 OrderDetail@OID60:22v1 2024-05-03 05:14:14.243/2024-05-03 05:14:14.245 OrderDetail@OID61:22v1 2024-05-03 05:14:14.249/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v7("/") 2024-05-03 05:14:14.091/2024-05-03 05:14:14.232 CDOResource@OID1:0v8("/") 2024-05-03 05:14:14.233/* CDOResourceFolder@OID57:0v1("BranchingSameSessionTest_testDetachExisting")2024-05-03 05:14:14.233/* CDOResource@OID58:0v1("res") 2024-05-03 05:14:14.233/* Product1@OID59:0v1 2024-05-03 05:14:14.233/* OrderDetail@OID60:0v1 2024-05-03 05:14:14.233/* BranchingSameSessionTest_testDetachExisting_subBranch[22]2024-05-03 05:14:14.233/* CDOResourceFolder@OID57:22v0("?")->0v1 2024-05-03 05:14:14.233/* CDOResource@OID58:22v0("?")->0v1 2024-05-03 05:14:14.233/2024-05-03 05:14:14.245 CDOResource@OID58:22v1("res") 2024-05-03 05:14:14.246/2024-05-03 05:14:14.248 CDOResource@OID58:22v2("res") 2024-05-03 05:14:14.249/* Product1@OID59:22v0->0v1 2024-05-03 05:14:14.233/2024-05-03 05:14:14.245 Product1@OID59:22v1 2024-05-03 05:14:14.246/2024-05-03 05:14:14.248 Product1@OID59:22v2 2024-05-03 05:14:14.249/* OrderDetail@OID60:22v0->0v1 2024-05-03 05:14:14.233/2024-05-03 05:14:14.242 OrderDetail@OID60:22v1 2024-05-03 05:14:14.243/2024-05-03 05:14:14.245 OrderDetail@OID61:22v1 2024-05-03 05:14:14.249/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v7("/") 2024-05-03 05:14:14.091/2024-05-03 05:14:14.232 CDOResource@OID1:0v8("/") 2024-05-03 05:14:14.233/* CDOResourceFolder@OID57:0v1("BranchingSameSessionTest_testDetachExisting")2024-05-03 05:14:14.233/* CDOResource@OID58:0v1("res") 2024-05-03 05:14:14.233/* Product1@OID59:0v1 2024-05-03 05:14:14.233/* OrderDetail@OID60:0v1 2024-05-03 05:14:14.233/* BranchingSameSessionTest_testDetachExisting_subBranch[22]2024-05-03 05:14:14.233/* CDOResourceFolder@OID57:22v0("?")->0v1 2024-05-03 05:14:14.233/* CDOResource@OID58:22v0("?")->0v1 2024-05-03 05:14:14.233/2024-05-03 05:14:14.245 CDOResource@OID58:22v1("res") 2024-05-03 05:14:14.246/2024-05-03 05:14:14.248 CDOResource@OID58:22v2("res") 2024-05-03 05:14:14.249/* Product1@OID59:22v0->0v1 2024-05-03 05:14:14.233/2024-05-03 05:14:14.245 Product1@OID59:22v1 2024-05-03 05:14:14.246/2024-05-03 05:14:14.248 Product1@OID59:22v2 2024-05-03 05:14:14.249/* OrderDetail@OID60:22v0->0v1 2024-05-03 05:14:14.233/2024-05-03 05:14:14.242 OrderDetail@OID60:22v1 2024-05-03 05:14:14.243/2024-05-03 05:14:14.245 OrderDetail@OID61:22v1 2024-05-03 05:14:14.249/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v7("/") 2024-05-03 05:14:14.091/2024-05-03 05:14:14.232 CDOResource@OID1:0v8("/") 2024-05-03 05:14:14.233/* CDOResourceFolder@OID57:0v1("BranchingSameSessionTest_testDetachExisting")2024-05-03 05:14:14.233/* CDOResource@OID58:0v1("res") 2024-05-03 05:14:14.233/* Product1@OID59:0v1 2024-05-03 05:14:14.233/* OrderDetail@OID60:0v1 2024-05-03 05:14:14.233/* BranchingSameSessionTest_testDetachExisting_subBranch[22]2024-05-03 05:14:14.233/* CDOResourceFolder@OID57:22v0("?")->0v1 2024-05-03 05:14:14.233/* CDOResource@OID58:22v0("?")->0v1 2024-05-03 05:14:14.233/2024-05-03 05:14:14.245 CDOResource@OID58:22v1("res") 2024-05-03 05:14:14.246/2024-05-03 05:14:14.248 CDOResource@OID58:22v2("res") 2024-05-03 05:14:14.249/* Product1@OID59:22v0->0v1 2024-05-03 05:14:14.233/2024-05-03 05:14:14.245 Product1@OID59:22v1 2024-05-03 05:14:14.246/2024-05-03 05:14:14.248 Product1@OID59:22v2 2024-05-03 05:14:14.249/* OrderDetail@OID60:22v0->0v1 2024-05-03 05:14:14.233/2024-05-03 05:14:14.242 OrderDetail@OID60:22v1 2024-05-03 05:14:14.243/2024-05-03 05:14:14.245 OrderDetail@OID61:22v1 2024-05-03 05:14:14.249/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v7("/") 2024-05-03 05:14:14.091/2024-05-03 05:14:14.232 CDOResource@OID1:0v8("/") 2024-05-03 05:14:14.233/* CDOResourceFolder@OID57:0v1("BranchingSameSessionTest_testDetachExisting")2024-05-03 05:14:14.233/* CDOResource@OID58:0v1("res") 2024-05-03 05:14:14.233/* Product1@OID59:0v1 2024-05-03 05:14:14.233/* OrderDetail@OID60:0v1 2024-05-03 05:14:14.233/* BranchingSameSessionTest_testDetachExisting_subBranch[22]2024-05-03 05:14:14.233/* CDOResourceFolder@OID57:22v0("?")->0v1 2024-05-03 05:14:14.233/* CDOResource@OID58:22v0("?")->0v1 2024-05-03 05:14:14.233/2024-05-03 05:14:14.245 CDOResource@OID58:22v1("res") 2024-05-03 05:14:14.246/2024-05-03 05:14:14.248 CDOResource@OID58:22v2("res") 2024-05-03 05:14:14.249/* Product1@OID59:22v0->0v1 2024-05-03 05:14:14.233/2024-05-03 05:14:14.245 Product1@OID59:22v1 2024-05-03 05:14:14.246/2024-05-03 05:14:14.248 Product1@OID59:22v2 2024-05-03 05:14:14.249/* OrderDetail@OID60:22v0->0v1 2024-05-03 05:14:14.233/2024-05-03 05:14:14.242 OrderDetail@OID60:22v1 2024-05-03 05:14:14.243/2024-05-03 05:14:14.245 OrderDetail@OID61:22v1 2024-05-03 05:14:14.249/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v7("/") 2024-05-03 05:14:14.091/2024-05-03 05:14:14.232 CDOResource@OID1:0v8("/") 2024-05-03 05:14:14.233/* CDOResourceFolder@OID57:0v1("BranchingSameSessionTest_testDetachExisting")2024-05-03 05:14:14.233/* CDOResource@OID58:0v1("res") 2024-05-03 05:14:14.233/* Product1@OID59:0v1 2024-05-03 05:14:14.233/* OrderDetail@OID60:0v1 2024-05-03 05:14:14.233/* BranchingSameSessionTest_testDetachExisting_subBranch[22]2024-05-03 05:14:14.233/* CDOResourceFolder@OID57:22v0("?")->0v1 2024-05-03 05:14:14.233/* CDOResource@OID58:22v0("?")->0v1 2024-05-03 05:14:14.233/2024-05-03 05:14:14.245 CDOResource@OID58:22v1("res") 2024-05-03 05:14:14.246/2024-05-03 05:14:14.248 CDOResource@OID58:22v2("res") 2024-05-03 05:14:14.249/* Product1@OID59:22v0->0v1 2024-05-03 05:14:14.233/2024-05-03 05:14:14.245 Product1@OID59:22v1 2024-05-03 05:14:14.246/2024-05-03 05:14:14.248 Product1@OID59:22v2 2024-05-03 05:14:14.249/* OrderDetail@OID60:22v0->0v1 2024-05-03 05:14:14.233/2024-05-03 05:14:14.242 OrderDetail@OID60:22v1 2024-05-03 05:14:14.243/2024-05-03 05:14:14.245 OrderDetail@OID61:22v1 2024-05-03 05:14:14.249/* ******************************************************* BranchingSameSessionTest.testDetachWithoutRevision [H2-branching-ranges, JVM, Native] ******************************************************* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v8("/") 2024-05-03 05:14:14.233/2024-05-03 05:14:14.360 CDOResource@OID1:0v9("/") 2024-05-03 05:14:14.361/* CDOResourceFolder@OID62:0v1("BranchingSameSessionTest_testDetachWithoutRevision")2024-05-03 05:14:14.361/* CDOResource@OID63:0v1("res") 2024-05-03 05:14:14.361/* Product1@OID64:0v1 2024-05-03 05:14:14.361/* BranchingSameSessionTest_testDetachWithoutRevision_subBranch[23]2024-05-03 05:14:14.361/* CDOResourceFolder@OID62:23v0("?")->0v1 2024-05-03 05:14:14.361/* CDOResource@OID63:23v0("?")->0v1 2024-05-03 05:14:14.361/2024-05-03 05:14:14.368 CDOResource@OID63:23v1("res") 2024-05-03 05:14:14.369/* Product1@OID64:23v0->0v1 2024-05-03 05:14:14.361/2024-05-03 05:14:14.368 ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v8("/") 2024-05-03 05:14:14.233/2024-05-03 05:14:14.360 CDOResource@OID1:0v9("/") 2024-05-03 05:14:14.361/* CDOResourceFolder@OID62:0v1("BranchingSameSessionTest_testDetachWithoutRevision")2024-05-03 05:14:14.361/* CDOResource@OID63:0v1("res") 2024-05-03 05:14:14.361/* Product1@OID64:0v1 2024-05-03 05:14:14.361/* BranchingSameSessionTest_testDetachWithoutRevision_subBranch[23]2024-05-03 05:14:14.361/* CDOResourceFolder@OID62:23v0("?")->0v1 2024-05-03 05:14:14.361/* CDOResource@OID63:23v0("?")->0v1 2024-05-03 05:14:14.361/2024-05-03 05:14:14.368 CDOResource@OID63:23v1("res") 2024-05-03 05:14:14.369/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v8("/") 2024-05-03 05:14:14.233/2024-05-03 05:14:14.360 CDOResource@OID1:0v9("/") 2024-05-03 05:14:14.361/* CDOResourceFolder@OID62:0v1("BranchingSameSessionTest_testDetachWithoutRevision")2024-05-03 05:14:14.361/* CDOResource@OID63:0v1("res") 2024-05-03 05:14:14.361/* Product1@OID64:0v1 2024-05-03 05:14:14.361/* BranchingSameSessionTest_testDetachWithoutRevision_subBranch[23]2024-05-03 05:14:14.361/* CDOResourceFolder@OID62:23v0("?")->0v1 2024-05-03 05:14:14.361/* CDOResource@OID63:23v0("?")->0v1 2024-05-03 05:14:14.361/2024-05-03 05:14:14.368 CDOResource@OID63:23v1("res") 2024-05-03 05:14:14.369/* Product1@OID64:23v0->0v1 2024-05-03 05:14:14.361/2024-05-03 05:14:14.368 ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v8("/") 2024-05-03 05:14:14.233/2024-05-03 05:14:14.360 CDOResource@OID1:0v9("/") 2024-05-03 05:14:14.361/* CDOResourceFolder@OID62:0v1("BranchingSameSessionTest_testDetachWithoutRevision")2024-05-03 05:14:14.361/* CDOResource@OID63:0v1("res") 2024-05-03 05:14:14.361/* Product1@OID64:0v1 2024-05-03 05:14:14.361/* BranchingSameSessionTest_testDetachWithoutRevision_subBranch[23]2024-05-03 05:14:14.361/* CDOResourceFolder@OID62:23v0("?")->0v1 2024-05-03 05:14:14.361/* CDOResource@OID63:23v0("?")->0v1 2024-05-03 05:14:14.361/2024-05-03 05:14:14.368 CDOResource@OID63:23v1("res") 2024-05-03 05:14:14.369/* Product1@OID64:23v0->0v1 2024-05-03 05:14:14.361/2024-05-03 05:14:14.368 ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v8("/") 2024-05-03 05:14:14.233/2024-05-03 05:14:14.360 CDOResource@OID1:0v9("/") 2024-05-03 05:14:14.361/* CDOResourceFolder@OID62:0v1("BranchingSameSessionTest_testDetachWithoutRevision")2024-05-03 05:14:14.361/* CDOResource@OID63:0v1("res") 2024-05-03 05:14:14.361/* Product1@OID64:0v1 2024-05-03 05:14:14.361/* BranchingSameSessionTest_testDetachWithoutRevision_subBranch[23]2024-05-03 05:14:14.361/* CDOResourceFolder@OID62:23v0("?")->0v1 2024-05-03 05:14:14.361/* CDOResource@OID63:23v0("?")->0v1 2024-05-03 05:14:14.361/2024-05-03 05:14:14.368 CDOResource@OID63:23v1("res") 2024-05-03 05:14:14.369/* Product1@OID64:23v0->0v1 2024-05-03 05:14:14.361/2024-05-03 05:14:14.368 ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v8("/") 2024-05-03 05:14:14.233/2024-05-03 05:14:14.360 CDOResource@OID1:0v9("/") 2024-05-03 05:14:14.361/* CDOResourceFolder@OID62:0v1("BranchingSameSessionTest_testDetachWithoutRevision")2024-05-03 05:14:14.361/* CDOResource@OID63:0v1("res") 2024-05-03 05:14:14.361/* Product1@OID64:0v1 2024-05-03 05:14:14.361/* BranchingSameSessionTest_testDetachWithoutRevision_subBranch[23]2024-05-03 05:14:14.361/* CDOResourceFolder@OID62:23v0("?")->0v1 2024-05-03 05:14:14.361/* CDOResource@OID63:23v0("?")->0v1 2024-05-03 05:14:14.361/2024-05-03 05:14:14.368 CDOResource@OID63:23v1("res") 2024-05-03 05:14:14.369/* Product1@OID64:23v0->0v1 2024-05-03 05:14:14.361/2024-05-03 05:14:14.368 ******************************************************* BranchingSameSessionTest.testDetachWithoutRevision_CheckMainBranch [H2-branching-ranges, JVM, Native] ******************************************************* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v9("/") 2024-05-03 05:14:14.361/2024-05-03 05:14:14.440 CDOResource@OID1:0v10("/") 2024-05-03 05:14:14.441/* CDOResourceFolder@OID65:0v1("BranchingSameSessionTest_testDetachWithoutRevision_CheckMainBranch")2024-05-03 05:14:14.441/* CDOResource@OID66:0v1("res") 2024-05-03 05:14:14.441/* Product1@OID67:0v1 2024-05-03 05:14:14.441/* BranchingSameSessionTest_testDetachWithoutRevision_CheckMainBranch_subBranch[24]2024-05-03 05:14:14.441/* CDOResourceFolder@OID65:24v0("?")->0v1 2024-05-03 05:14:14.441/* CDOResource@OID66:24v0("?")->0v1 2024-05-03 05:14:14.441/2024-05-03 05:14:14.449 CDOResource@OID66:24v1("res") 2024-05-03 05:14:14.450/* Product1@OID67:24v0->0v1 2024-05-03 05:14:14.441/2024-05-03 05:14:14.449 ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v9("/") 2024-05-03 05:14:14.361/2024-05-03 05:14:14.440 CDOResource@OID1:0v10("/") 2024-05-03 05:14:14.441/* CDOResourceFolder@OID65:0v1("BranchingSameSessionTest_testDetachWithoutRevision_CheckMainBranch")2024-05-03 05:14:14.441/* CDOResource@OID66:0v1("res") 2024-05-03 05:14:14.441/* Product1@OID67:0v1 2024-05-03 05:14:14.441/* BranchingSameSessionTest_testDetachWithoutRevision_CheckMainBranch_subBranch[24]2024-05-03 05:14:14.441/* CDOResourceFolder@OID65:24v0("?")->0v1 2024-05-03 05:14:14.441/* CDOResource@OID66:24v0("?")->0v1 2024-05-03 05:14:14.441/2024-05-03 05:14:14.449 CDOResource@OID66:24v1("res") 2024-05-03 05:14:14.450/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v9("/") 2024-05-03 05:14:14.361/2024-05-03 05:14:14.440 CDOResource@OID1:0v10("/") 2024-05-03 05:14:14.441/* CDOResourceFolder@OID65:0v1("BranchingSameSessionTest_testDetachWithoutRevision_CheckMainBranch")2024-05-03 05:14:14.441/* CDOResource@OID66:0v1("res") 2024-05-03 05:14:14.441/* Product1@OID67:0v1 2024-05-03 05:14:14.441/* BranchingSameSessionTest_testDetachWithoutRevision_CheckMainBranch_subBranch[24]2024-05-03 05:14:14.441/* CDOResourceFolder@OID65:24v0("?")->0v1 2024-05-03 05:14:14.441/* CDOResource@OID66:24v0("?")->0v1 2024-05-03 05:14:14.441/2024-05-03 05:14:14.449 CDOResource@OID66:24v1("res") 2024-05-03 05:14:14.450/* Product1@OID67:24v0->0v1 2024-05-03 05:14:14.441/2024-05-03 05:14:14.449 ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v9("/") 2024-05-03 05:14:14.361/2024-05-03 05:14:14.440 CDOResource@OID1:0v10("/") 2024-05-03 05:14:14.441/* CDOResourceFolder@OID65:0v1("BranchingSameSessionTest_testDetachWithoutRevision_CheckMainBranch")2024-05-03 05:14:14.441/* CDOResource@OID66:0v1("res") 2024-05-03 05:14:14.441/* Product1@OID67:0v1 2024-05-03 05:14:14.441/* BranchingSameSessionTest_testDetachWithoutRevision_CheckMainBranch_subBranch[24]2024-05-03 05:14:14.441/* CDOResourceFolder@OID65:24v0("?")->0v1 2024-05-03 05:14:14.441/* CDOResource@OID66:24v0("?")->0v1 2024-05-03 05:14:14.441/2024-05-03 05:14:14.449 CDOResource@OID66:24v1("res") 2024-05-03 05:14:14.450/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v9("/") 2024-05-03 05:14:14.361/2024-05-03 05:14:14.440 CDOResource@OID1:0v10("/") 2024-05-03 05:14:14.441/* CDOResourceFolder@OID65:0v1("BranchingSameSessionTest_testDetachWithoutRevision_CheckMainBranch")2024-05-03 05:14:14.441/* CDOResource@OID66:0v1("res") 2024-05-03 05:14:14.441/* Product1@OID67:0v1 2024-05-03 05:14:14.441/* BranchingSameSessionTest_testDetachWithoutRevision_CheckMainBranch_subBranch[24]2024-05-03 05:14:14.441/* CDOResourceFolder@OID65:24v0("?")->0v1 2024-05-03 05:14:14.441/* CDOResource@OID66:24v0("?")->0v1 2024-05-03 05:14:14.441/2024-05-03 05:14:14.449 CDOResource@OID66:24v1("res") 2024-05-03 05:14:14.450/* Product1@OID67:24v0->0v1 2024-05-03 05:14:14.441/2024-05-03 05:14:14.449 ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v9("/") 2024-05-03 05:14:14.361/2024-05-03 05:14:14.440 CDOResource@OID1:0v10("/") 2024-05-03 05:14:14.441/* CDOResourceFolder@OID65:0v1("BranchingSameSessionTest_testDetachWithoutRevision_CheckMainBranch")2024-05-03 05:14:14.441/* CDOResource@OID66:0v1("res") 2024-05-03 05:14:14.441/* Product1@OID67:0v1 2024-05-03 05:14:14.441/* BranchingSameSessionTest_testDetachWithoutRevision_CheckMainBranch_subBranch[24]2024-05-03 05:14:14.441/* CDOResourceFolder@OID65:24v0("?")->0v1 2024-05-03 05:14:14.441/* CDOResource@OID66:24v0("?")->0v1 2024-05-03 05:14:14.441/2024-05-03 05:14:14.449 CDOResource@OID66:24v1("res") 2024-05-03 05:14:14.450/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v9("/") 2024-05-03 05:14:14.361/2024-05-03 05:14:14.440 CDOResource@OID1:0v10("/") 2024-05-03 05:14:14.441/* CDOResourceFolder@OID65:0v1("BranchingSameSessionTest_testDetachWithoutRevision_CheckMainBranch")2024-05-03 05:14:14.441/* CDOResource@OID66:0v1("res") 2024-05-03 05:14:14.441/* Product1@OID67:0v1 2024-05-03 05:14:14.441/* BranchingSameSessionTest_testDetachWithoutRevision_CheckMainBranch_subBranch[24]2024-05-03 05:14:14.441/* CDOResourceFolder@OID65:24v0("?")->0v1 2024-05-03 05:14:14.441/* CDOResource@OID66:24v0("?")->0v1 2024-05-03 05:14:14.441/2024-05-03 05:14:14.449 CDOResource@OID66:24v1("res") 2024-05-03 05:14:14.450/* Product1@OID67:24v0->0v1 2024-05-03 05:14:14.441/2024-05-03 05:14:14.449 ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v9("/") 2024-05-03 05:14:14.361/2024-05-03 05:14:14.440 CDOResource@OID1:0v10("/") 2024-05-03 05:14:14.441/* CDOResourceFolder@OID65:0v1("BranchingSameSessionTest_testDetachWithoutRevision_CheckMainBranch")2024-05-03 05:14:14.441/* CDOResource@OID66:0v1("res") 2024-05-03 05:14:14.441/* Product1@OID67:0v1 2024-05-03 05:14:14.441/* BranchingSameSessionTest_testDetachWithoutRevision_CheckMainBranch_subBranch[24]2024-05-03 05:14:14.441/* CDOResourceFolder@OID65:24v0("?")->0v1 2024-05-03 05:14:14.441/* CDOResource@OID66:24v0("?")->0v1 2024-05-03 05:14:14.441/2024-05-03 05:14:14.449 CDOResource@OID66:24v1("res") 2024-05-03 05:14:14.450/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v9("/") 2024-05-03 05:14:14.361/2024-05-03 05:14:14.440 CDOResource@OID1:0v10("/") 2024-05-03 05:14:14.441/* CDOResourceFolder@OID65:0v1("BranchingSameSessionTest_testDetachWithoutRevision_CheckMainBranch")2024-05-03 05:14:14.441/* CDOResource@OID66:0v1("res") 2024-05-03 05:14:14.441/* Product1@OID67:0v1 2024-05-03 05:14:14.441/* BranchingSameSessionTest_testDetachWithoutRevision_CheckMainBranch_subBranch[24]2024-05-03 05:14:14.441/* CDOResourceFolder@OID65:24v0("?")->0v1 2024-05-03 05:14:14.441/* CDOResource@OID66:24v0("?")->0v1 2024-05-03 05:14:14.441/2024-05-03 05:14:14.449 CDOResource@OID66:24v1("res") 2024-05-03 05:14:14.450/* Product1@OID67:24v0->0v1 2024-05-03 05:14:14.441/2024-05-03 05:14:14.449 ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v9("/") 2024-05-03 05:14:14.361/2024-05-03 05:14:14.440 CDOResource@OID1:0v10("/") 2024-05-03 05:14:14.441/* CDOResourceFolder@OID65:0v1("BranchingSameSessionTest_testDetachWithoutRevision_CheckMainBranch")2024-05-03 05:14:14.441/* CDOResource@OID66:0v1("res") 2024-05-03 05:14:14.441/* Product1@OID67:0v1 2024-05-03 05:14:14.441/* BranchingSameSessionTest_testDetachWithoutRevision_CheckMainBranch_subBranch[24]2024-05-03 05:14:14.441/* CDOResourceFolder@OID65:24v0("?")->0v1 2024-05-03 05:14:14.441/* CDOResource@OID66:24v0("?")->0v1 2024-05-03 05:14:14.441/2024-05-03 05:14:14.449 CDOResource@OID66:24v1("res") 2024-05-03 05:14:14.450/* Product1@OID67:24v0->0v1 2024-05-03 05:14:14.441/2024-05-03 05:14:14.449 ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v9("/") 2024-05-03 05:14:14.361/2024-05-03 05:14:14.440 CDOResource@OID1:0v10("/") 2024-05-03 05:14:14.441/* CDOResourceFolder@OID65:0v1("BranchingSameSessionTest_testDetachWithoutRevision_CheckMainBranch")2024-05-03 05:14:14.441/* CDOResource@OID66:0v1("res") 2024-05-03 05:14:14.441/* Product1@OID67:0v1 2024-05-03 05:14:14.441/* BranchingSameSessionTest_testDetachWithoutRevision_CheckMainBranch_subBranch[24]2024-05-03 05:14:14.441/* CDOResourceFolder@OID65:24v0("?")->0v1 2024-05-03 05:14:14.441/* CDOResource@OID66:24v0("?")->0v1 2024-05-03 05:14:14.441/2024-05-03 05:14:14.449 CDOResource@OID66:24v1("res") 2024-05-03 05:14:14.450/* Product1@OID67:24v0->0v1 2024-05-03 05:14:14.441/2024-05-03 05:14:14.449 ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:13.190/* CDOResource@OID1:0v9("/") 2024-05-03 05:14:14.361/2024-05-03 05:14:14.440 CDOResource@OID1:0v10("/") 2024-05-03 05:14:14.441/* CDOResourceFolder@OID65:0v1("BranchingSameSessionTest_testDetachWithoutRevision_CheckMainBranch")2024-05-03 05:14:14.441/* CDOResource@OID66:0v1("res") 2024-05-03 05:14:14.441/* Product1@OID67:0v1 2024-05-03 05:14:14.441/* BranchingSameSessionTest_testDetachWithoutRevision_CheckMainBranch_subBranch[24]2024-05-03 05:14:14.441/* CDOResourceFolder@OID65:24v0("?")->0v1 2024-05-03 05:14:14.441/* CDOResource@OID66:24v0("?")->0v1 2024-05-03 05:14:14.441/2024-05-03 05:14:14.449 CDOResource@OID66:24v1("res") 2024-05-03 05:14:14.450/* Product1@OID67:24v0->0v1 2024-05-03 05:14:14.441/2024-05-03 05:14:14.449 ******************************************************* BranchingSameSessionTest.testEvent [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* BranchingSameSessionTest.testFutureBaseTime [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* BranchingSameSessionTest.testGetBranch [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* BranchingSameSessionTest.testGetPath [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* BranchingSameSessionTest.testGetPathName [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* BranchingSameSessionTest.testGetSubBranches [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* BranchingSameSessionTest.testHandleRevisionsAfterDetachInSubBranch [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: repo2 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* BranchingSameSessionTest.testMainBranch [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* BranchingSameSessionTest.testObjectLifetime [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* BranchingSameSessionTest.testRenameBranch [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* BranchingSameSessionTest.testRenameBranchDuplicate [H2-branching-ranges, JVM, Native] ******************************************************* [ERROR] The branch MAIN/BranchingSameSessionTest_testRenameBranchDuplicate_existing already exists org.eclipse.emf.cdo.common.branch.CDODuplicateBranchException: The branch MAIN/BranchingSameSessionTest_testRenameBranchDuplicate_existing already exists at org.eclipse.emf.cdo.internal.server.Repository.checkDuplicateBranchBase(Repository.java:688) at org.eclipse.emf.cdo.internal.server.Repository.checkDuplicateBranch(Repository.java:679) at org.eclipse.emf.cdo.internal.server.Repository.renameBranch(Repository.java:663) at org.eclipse.emf.cdo.tests.config.impl.RepositoryConfig$6.renameBranch(RepositoryConfig.java:779) at org.eclipse.emf.cdo.internal.common.branch.CDOBranchImpl.setName(CDOBranchImpl.java:150) at org.eclipse.emf.cdo.server.internal.net4j.protocol.RenameBranchIndication.responding(RenameBranchIndication.java:60) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerIndication.responding(CDOServerIndication.java:162) at org.eclipse.net4j.signal.IndicationWithResponse.doExtendedOutput(IndicationWithResponse.java:100) at org.eclipse.net4j.signal.Signal.doOutput(Signal.java:407) at org.eclipse.net4j.signal.IndicationWithResponse.execute(IndicationWithResponse.java:74) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerWriteIndication.execute(CDOServerWriteIndication.java:34) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) ******************************************************* BranchingSameSessionTest.testRenameBranchIllegalName [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* BranchingSameSessionTest.testSwitchTransactionTarget [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* BranchingSameSessionTest.testSwitchViewTarget [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* BranchingTest.testAncestor [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* BranchingTest.testAuditViewOnBranch [H2-branching-ranges, JVM, Native] ******************************************************* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResource@OID1:0v5("/") 2024-05-03 05:14:14.924/2024-05-03 05:14:14.954 CDOResource@OID1:0v6("/") 2024-05-03 05:14:14.955/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testHandleRevisionsAfterDetachInSubBranch")2024-05-03 05:14:14.632/* CDOResourceFolder@OID5:0v1("BranchingSameSessionTest_testObjectLifetime")2024-05-03 05:14:14.686/* CDOResourceFolder@OID8:0v1("BranchingSameSessionTest_testSwitchTransactionTarget")2024-05-03 05:14:14.903/* CDOResourceFolder@OID11:0v1("BranchingSameSessionTest_testSwitchViewTarget")2024-05-03 05:14:14.924/* CDOResourceFolder@OID14:0v1("BranchingTest_testAuditViewOnBranch")2024-05-03 05:14:14.955/* CDOResource@OID15:0v1("res") 2024-05-03 05:14:14.955/* Product1@OID16:0v1 2024-05-03 05:14:14.955/* OrderDetail@OID17:0v1 2024-05-03 05:14:14.955/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResource@OID1:0v5("/") 2024-05-03 05:14:14.924/2024-05-03 05:14:14.954 CDOResource@OID1:0v6("/") 2024-05-03 05:14:14.955/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testHandleRevisionsAfterDetachInSubBranch")2024-05-03 05:14:14.632/* CDOResourceFolder@OID5:0v1("BranchingSameSessionTest_testObjectLifetime")2024-05-03 05:14:14.686/* CDOResourceFolder@OID8:0v1("BranchingSameSessionTest_testSwitchTransactionTarget")2024-05-03 05:14:14.903/* CDOResourceFolder@OID11:0v1("BranchingSameSessionTest_testSwitchViewTarget")2024-05-03 05:14:14.924/* CDOResourceFolder@OID14:0v1("BranchingTest_testAuditViewOnBranch")2024-05-03 05:14:14.955/* CDOResource@OID15:0v1("res") 2024-05-03 05:14:14.955/* Product1@OID16:0v1 2024-05-03 05:14:14.955/* OrderDetail@OID17:0v1 2024-05-03 05:14:14.955/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResource@OID1:0v5("/") 2024-05-03 05:14:14.924/2024-05-03 05:14:14.954 CDOResource@OID1:0v6("/") 2024-05-03 05:14:14.955/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testHandleRevisionsAfterDetachInSubBranch")2024-05-03 05:14:14.632/* CDOResourceFolder@OID5:0v1("BranchingSameSessionTest_testObjectLifetime")2024-05-03 05:14:14.686/* CDOResourceFolder@OID8:0v1("BranchingSameSessionTest_testSwitchTransactionTarget")2024-05-03 05:14:14.903/* CDOResourceFolder@OID11:0v1("BranchingSameSessionTest_testSwitchViewTarget")2024-05-03 05:14:14.924/* CDOResourceFolder@OID14:0v1("BranchingTest_testAuditViewOnBranch")2024-05-03 05:14:14.955/* CDOResource@OID15:0v1("res") 2024-05-03 05:14:14.955/* Product1@OID16:0v1 2024-05-03 05:14:14.955/* OrderDetail@OID17:0v1 2024-05-03 05:14:14.955/2024-05-03 05:14:14.960 OrderDetail@OID17:0v2 2024-05-03 05:14:14.961/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResource@OID1:0v5("/") 2024-05-03 05:14:14.924/2024-05-03 05:14:14.954 CDOResource@OID1:0v6("/") 2024-05-03 05:14:14.955/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testHandleRevisionsAfterDetachInSubBranch")2024-05-03 05:14:14.632/* CDOResourceFolder@OID5:0v1("BranchingSameSessionTest_testObjectLifetime")2024-05-03 05:14:14.686/* CDOResourceFolder@OID8:0v1("BranchingSameSessionTest_testSwitchTransactionTarget")2024-05-03 05:14:14.903/* CDOResourceFolder@OID11:0v1("BranchingSameSessionTest_testSwitchViewTarget")2024-05-03 05:14:14.924/* CDOResourceFolder@OID14:0v1("BranchingTest_testAuditViewOnBranch")2024-05-03 05:14:14.955/* CDOResource@OID15:0v1("res") 2024-05-03 05:14:14.955/* Product1@OID16:0v1 2024-05-03 05:14:14.955/* OrderDetail@OID17:0v1 2024-05-03 05:14:14.955/2024-05-03 05:14:14.960 OrderDetail@OID17:0v2 2024-05-03 05:14:14.961/* server-thread-37 [debug] moveOneDown add historic entry at: 1 server-thread-37 [debug] moveOneDown add historic entry at: 0 ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResource@OID1:0v5("/") 2024-05-03 05:14:14.924/2024-05-03 05:14:14.954 CDOResource@OID1:0v6("/") 2024-05-03 05:14:14.955/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testHandleRevisionsAfterDetachInSubBranch")2024-05-03 05:14:14.632/* CDOResourceFolder@OID5:0v1("BranchingSameSessionTest_testObjectLifetime")2024-05-03 05:14:14.686/* CDOResourceFolder@OID8:0v1("BranchingSameSessionTest_testSwitchTransactionTarget")2024-05-03 05:14:14.903/* CDOResourceFolder@OID11:0v1("BranchingSameSessionTest_testSwitchViewTarget")2024-05-03 05:14:14.924/* CDOResourceFolder@OID14:0v1("BranchingTest_testAuditViewOnBranch")2024-05-03 05:14:14.955/* CDOResource@OID15:0v1("res") 2024-05-03 05:14:14.955/* Product1@OID16:0v1 2024-05-03 05:14:14.955/* OrderDetail@OID17:0v1 2024-05-03 05:14:14.955/2024-05-03 05:14:14.960 OrderDetail@OID17:0v2 2024-05-03 05:14:14.961/* BranchingTest_testAuditViewOnBranch_subBranch[16]2024-05-03 05:14:14.963/* CDOResourceFolder@OID14:16v0("?")->0v1 2024-05-03 05:14:14.963/* CDOResource@OID15:16v0("?")->0v1 2024-05-03 05:14:14.963/2024-05-03 05:14:14.982 CDOResource@OID15:16v1("res") 2024-05-03 05:14:14.983/* Product1@OID16:16v0->0v1 2024-05-03 05:14:14.963/2024-05-03 05:14:14.982 Product1@OID16:16v1 2024-05-03 05:14:14.983/* OrderDetail@OID17:16v0->0v2 2024-05-03 05:14:14.963/* OrderDetail@OID18:16v1 2024-05-03 05:14:14.983/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResource@OID1:0v5("/") 2024-05-03 05:14:14.924/2024-05-03 05:14:14.954 CDOResource@OID1:0v6("/") 2024-05-03 05:14:14.955/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testHandleRevisionsAfterDetachInSubBranch")2024-05-03 05:14:14.632/* CDOResourceFolder@OID5:0v1("BranchingSameSessionTest_testObjectLifetime")2024-05-03 05:14:14.686/* CDOResourceFolder@OID8:0v1("BranchingSameSessionTest_testSwitchTransactionTarget")2024-05-03 05:14:14.903/* CDOResourceFolder@OID11:0v1("BranchingSameSessionTest_testSwitchViewTarget")2024-05-03 05:14:14.924/* CDOResourceFolder@OID14:0v1("BranchingTest_testAuditViewOnBranch")2024-05-03 05:14:14.955/* CDOResource@OID15:0v1("res") 2024-05-03 05:14:14.955/* Product1@OID16:0v1 2024-05-03 05:14:14.955/* OrderDetail@OID17:0v1 2024-05-03 05:14:14.955/2024-05-03 05:14:14.960 OrderDetail@OID17:0v2 2024-05-03 05:14:14.961/* BranchingTest_testAuditViewOnBranch_subBranch[16]2024-05-03 05:14:14.963/* CDOResourceFolder@OID14:16v0("?")->0v1 2024-05-03 05:14:14.963/* CDOResource@OID15:16v0("?")->0v1 2024-05-03 05:14:14.963/2024-05-03 05:14:14.982 CDOResource@OID15:16v1("res") 2024-05-03 05:14:14.983/* Product1@OID16:16v0->0v1 2024-05-03 05:14:14.963/2024-05-03 05:14:14.982 Product1@OID16:16v1 2024-05-03 05:14:14.983/* OrderDetail@OID17:16v0->0v2 2024-05-03 05:14:14.963/* OrderDetail@OID18:16v1 2024-05-03 05:14:14.983/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResource@OID1:0v5("/") 2024-05-03 05:14:14.924/2024-05-03 05:14:14.954 CDOResource@OID1:0v6("/") 2024-05-03 05:14:14.955/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testHandleRevisionsAfterDetachInSubBranch")2024-05-03 05:14:14.632/* CDOResourceFolder@OID5:0v1("BranchingSameSessionTest_testObjectLifetime")2024-05-03 05:14:14.686/* CDOResourceFolder@OID8:0v1("BranchingSameSessionTest_testSwitchTransactionTarget")2024-05-03 05:14:14.903/* CDOResourceFolder@OID11:0v1("BranchingSameSessionTest_testSwitchViewTarget")2024-05-03 05:14:14.924/* CDOResourceFolder@OID14:0v1("BranchingTest_testAuditViewOnBranch")2024-05-03 05:14:14.955/* CDOResource@OID15:0v1("res") 2024-05-03 05:14:14.955/* Product1@OID16:0v1 2024-05-03 05:14:14.955/* OrderDetail@OID17:0v1 2024-05-03 05:14:14.955/2024-05-03 05:14:14.960 OrderDetail@OID17:0v2 2024-05-03 05:14:14.961/* BranchingTest_testAuditViewOnBranch_subBranch[16]2024-05-03 05:14:14.963/* CDOResourceFolder@OID14:16v0("?")->0v1 2024-05-03 05:14:14.963/* CDOResource@OID15:16v0("?")->0v1 2024-05-03 05:14:14.963/2024-05-03 05:14:14.982 CDOResource@OID15:16v1("res") 2024-05-03 05:14:14.983/* Product1@OID16:16v0->0v1 2024-05-03 05:14:14.963/2024-05-03 05:14:14.982 Product1@OID16:16v1 2024-05-03 05:14:14.983/* OrderDetail@OID17:16v0->0v2 2024-05-03 05:14:14.963/* OrderDetail@OID18:16v1 2024-05-03 05:14:14.983/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResourceFolder@OID14:0v1("BranchingTest_testAuditViewOnBranch")2024-05-03 05:14:14.955/* CDOResource@OID15:0v1("res") 2024-05-03 05:14:14.955/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResource@OID1:0v5("/") 2024-05-03 05:14:14.924/2024-05-03 05:14:14.954 CDOResource@OID1:0v6("/") 2024-05-03 05:14:14.955/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testHandleRevisionsAfterDetachInSubBranch")2024-05-03 05:14:14.632/* CDOResourceFolder@OID5:0v1("BranchingSameSessionTest_testObjectLifetime")2024-05-03 05:14:14.686/* CDOResourceFolder@OID8:0v1("BranchingSameSessionTest_testSwitchTransactionTarget")2024-05-03 05:14:14.903/* CDOResourceFolder@OID11:0v1("BranchingSameSessionTest_testSwitchViewTarget")2024-05-03 05:14:14.924/* CDOResourceFolder@OID14:0v1("BranchingTest_testAuditViewOnBranch")2024-05-03 05:14:14.955/* CDOResource@OID15:0v1("res") 2024-05-03 05:14:14.955/* Product1@OID16:0v1 2024-05-03 05:14:14.955/* OrderDetail@OID17:0v1 2024-05-03 05:14:14.955/2024-05-03 05:14:14.960 OrderDetail@OID17:0v2 2024-05-03 05:14:14.961/* BranchingTest_testAuditViewOnBranch_subBranch[16]2024-05-03 05:14:14.963/* CDOResourceFolder@OID14:16v0("?")->0v1 2024-05-03 05:14:14.963/* CDOResource@OID15:16v0("?")->0v1 2024-05-03 05:14:14.963/2024-05-03 05:14:14.982 CDOResource@OID15:16v1("res") 2024-05-03 05:14:14.983/* Product1@OID16:16v0->0v1 2024-05-03 05:14:14.963/2024-05-03 05:14:14.982 Product1@OID16:16v1 2024-05-03 05:14:14.983/* OrderDetail@OID17:16v0->0v2 2024-05-03 05:14:14.963/* OrderDetail@OID18:16v1 2024-05-03 05:14:14.983/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResourceFolder@OID14:0v1("BranchingTest_testAuditViewOnBranch")2024-05-03 05:14:14.955/* CDOResource@OID15:0v1("res") 2024-05-03 05:14:14.955/* OrderDetail@OID17:0v1 2024-05-03 05:14:14.955/2024-05-03 05:14:14.960 ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResource@OID1:0v5("/") 2024-05-03 05:14:14.924/2024-05-03 05:14:14.954 CDOResource@OID1:0v6("/") 2024-05-03 05:14:14.955/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testHandleRevisionsAfterDetachInSubBranch")2024-05-03 05:14:14.632/* CDOResourceFolder@OID5:0v1("BranchingSameSessionTest_testObjectLifetime")2024-05-03 05:14:14.686/* CDOResourceFolder@OID8:0v1("BranchingSameSessionTest_testSwitchTransactionTarget")2024-05-03 05:14:14.903/* CDOResourceFolder@OID11:0v1("BranchingSameSessionTest_testSwitchViewTarget")2024-05-03 05:14:14.924/* CDOResourceFolder@OID14:0v1("BranchingTest_testAuditViewOnBranch")2024-05-03 05:14:14.955/* CDOResource@OID15:0v1("res") 2024-05-03 05:14:14.955/* Product1@OID16:0v1 2024-05-03 05:14:14.955/* OrderDetail@OID17:0v1 2024-05-03 05:14:14.955/2024-05-03 05:14:14.960 OrderDetail@OID17:0v2 2024-05-03 05:14:14.961/* BranchingTest_testAuditViewOnBranch_subBranch[16]2024-05-03 05:14:14.963/* CDOResourceFolder@OID14:16v0("?")->0v1 2024-05-03 05:14:14.963/* CDOResource@OID15:16v0("?")->0v1 2024-05-03 05:14:14.963/2024-05-03 05:14:14.982 CDOResource@OID15:16v1("res") 2024-05-03 05:14:14.983/* Product1@OID16:16v0->0v1 2024-05-03 05:14:14.963/2024-05-03 05:14:14.982 Product1@OID16:16v1 2024-05-03 05:14:14.983/* OrderDetail@OID17:16v0->0v2 2024-05-03 05:14:14.963/* OrderDetail@OID18:16v1 2024-05-03 05:14:14.983/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResourceFolder@OID14:0v1("BranchingTest_testAuditViewOnBranch")2024-05-03 05:14:14.955/* CDOResource@OID15:0v1("res") 2024-05-03 05:14:14.955/* Product1@OID16:0v1 2024-05-03 05:14:14.955/* OrderDetail@OID17:0v1 2024-05-03 05:14:14.955/2024-05-03 05:14:14.960 ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResource@OID1:0v5("/") 2024-05-03 05:14:14.924/2024-05-03 05:14:14.954 CDOResource@OID1:0v6("/") 2024-05-03 05:14:14.955/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testHandleRevisionsAfterDetachInSubBranch")2024-05-03 05:14:14.632/* CDOResourceFolder@OID5:0v1("BranchingSameSessionTest_testObjectLifetime")2024-05-03 05:14:14.686/* CDOResourceFolder@OID8:0v1("BranchingSameSessionTest_testSwitchTransactionTarget")2024-05-03 05:14:14.903/* CDOResourceFolder@OID11:0v1("BranchingSameSessionTest_testSwitchViewTarget")2024-05-03 05:14:14.924/* CDOResourceFolder@OID14:0v1("BranchingTest_testAuditViewOnBranch")2024-05-03 05:14:14.955/* CDOResource@OID15:0v1("res") 2024-05-03 05:14:14.955/* Product1@OID16:0v1 2024-05-03 05:14:14.955/* OrderDetail@OID17:0v1 2024-05-03 05:14:14.955/2024-05-03 05:14:14.960 OrderDetail@OID17:0v2 2024-05-03 05:14:14.961/* BranchingTest_testAuditViewOnBranch_subBranch[16]2024-05-03 05:14:14.963/* CDOResourceFolder@OID14:16v0("?")->0v1 2024-05-03 05:14:14.963/* CDOResource@OID15:16v0("?")->0v1 2024-05-03 05:14:14.963/2024-05-03 05:14:14.982 CDOResource@OID15:16v1("res") 2024-05-03 05:14:14.983/* Product1@OID16:16v0->0v1 2024-05-03 05:14:14.963/2024-05-03 05:14:14.982 Product1@OID16:16v1 2024-05-03 05:14:14.983/* OrderDetail@OID17:16v0->0v2 2024-05-03 05:14:14.963/* OrderDetail@OID18:16v1 2024-05-03 05:14:14.983/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResourceFolder@OID14:0v1("BranchingTest_testAuditViewOnBranch")2024-05-03 05:14:14.955/* CDOResource@OID15:0v1("res") 2024-05-03 05:14:14.955/* Product1@OID16:0v1 2024-05-03 05:14:14.955/* OrderDetail@OID17:0v1 2024-05-03 05:14:14.955/2024-05-03 05:14:14.960 ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResource@OID1:0v5("/") 2024-05-03 05:14:14.924/2024-05-03 05:14:14.954 CDOResource@OID1:0v6("/") 2024-05-03 05:14:14.955/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testHandleRevisionsAfterDetachInSubBranch")2024-05-03 05:14:14.632/* CDOResourceFolder@OID5:0v1("BranchingSameSessionTest_testObjectLifetime")2024-05-03 05:14:14.686/* CDOResourceFolder@OID8:0v1("BranchingSameSessionTest_testSwitchTransactionTarget")2024-05-03 05:14:14.903/* CDOResourceFolder@OID11:0v1("BranchingSameSessionTest_testSwitchViewTarget")2024-05-03 05:14:14.924/* CDOResourceFolder@OID14:0v1("BranchingTest_testAuditViewOnBranch")2024-05-03 05:14:14.955/* CDOResource@OID15:0v1("res") 2024-05-03 05:14:14.955/* Product1@OID16:0v1 2024-05-03 05:14:14.955/* OrderDetail@OID17:0v1 2024-05-03 05:14:14.955/2024-05-03 05:14:14.960 OrderDetail@OID17:0v2 2024-05-03 05:14:14.961/* BranchingTest_testAuditViewOnBranch_subBranch[16]2024-05-03 05:14:14.963/* CDOResourceFolder@OID14:16v0("?")->0v1 2024-05-03 05:14:14.963/* CDOResource@OID15:16v0("?")->0v1 2024-05-03 05:14:14.963/2024-05-03 05:14:14.982 CDOResource@OID15:16v1("res") 2024-05-03 05:14:14.983/* Product1@OID16:16v0->0v1 2024-05-03 05:14:14.963/2024-05-03 05:14:14.982 Product1@OID16:16v1 2024-05-03 05:14:14.983/* OrderDetail@OID17:16v0->0v2 2024-05-03 05:14:14.963/* OrderDetail@OID18:16v1 2024-05-03 05:14:14.983/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResourceFolder@OID14:0v1("BranchingTest_testAuditViewOnBranch")2024-05-03 05:14:14.955/* CDOResource@OID15:0v1("res") 2024-05-03 05:14:14.955/* Product1@OID16:0v1 2024-05-03 05:14:14.955/* OrderDetail@OID17:0v1 2024-05-03 05:14:14.955/2024-05-03 05:14:14.960 OrderDetail@OID17:0v2 2024-05-03 05:14:14.961/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResource@OID1:0v5("/") 2024-05-03 05:14:14.924/2024-05-03 05:14:14.954 CDOResource@OID1:0v6("/") 2024-05-03 05:14:14.955/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testHandleRevisionsAfterDetachInSubBranch")2024-05-03 05:14:14.632/* CDOResourceFolder@OID5:0v1("BranchingSameSessionTest_testObjectLifetime")2024-05-03 05:14:14.686/* CDOResourceFolder@OID8:0v1("BranchingSameSessionTest_testSwitchTransactionTarget")2024-05-03 05:14:14.903/* CDOResourceFolder@OID11:0v1("BranchingSameSessionTest_testSwitchViewTarget")2024-05-03 05:14:14.924/* CDOResourceFolder@OID14:0v1("BranchingTest_testAuditViewOnBranch")2024-05-03 05:14:14.955/* CDOResource@OID15:0v1("res") 2024-05-03 05:14:14.955/* Product1@OID16:0v1 2024-05-03 05:14:14.955/* OrderDetail@OID17:0v1 2024-05-03 05:14:14.955/2024-05-03 05:14:14.960 OrderDetail@OID17:0v2 2024-05-03 05:14:14.961/* BranchingTest_testAuditViewOnBranch_subBranch[16]2024-05-03 05:14:14.963/* CDOResourceFolder@OID14:16v0("?")->0v1 2024-05-03 05:14:14.963/* CDOResource@OID15:16v0("?")->0v1 2024-05-03 05:14:14.963/2024-05-03 05:14:14.982 CDOResource@OID15:16v1("res") 2024-05-03 05:14:14.983/* Product1@OID16:16v0->0v1 2024-05-03 05:14:14.963/2024-05-03 05:14:14.982 Product1@OID16:16v1 2024-05-03 05:14:14.983/* OrderDetail@OID17:16v0->0v2 2024-05-03 05:14:14.963/* OrderDetail@OID18:16v1 2024-05-03 05:14:14.983/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResourceFolder@OID14:0v1("BranchingTest_testAuditViewOnBranch")2024-05-03 05:14:14.955/* CDOResource@OID15:0v1("res") 2024-05-03 05:14:14.955/* Product1@OID16:0v1 2024-05-03 05:14:14.955/* OrderDetail@OID17:0v1 2024-05-03 05:14:14.955/2024-05-03 05:14:14.960 OrderDetail@OID17:0v2 2024-05-03 05:14:14.961/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResource@OID1:0v5("/") 2024-05-03 05:14:14.924/2024-05-03 05:14:14.954 CDOResource@OID1:0v6("/") 2024-05-03 05:14:14.955/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testHandleRevisionsAfterDetachInSubBranch")2024-05-03 05:14:14.632/* CDOResourceFolder@OID5:0v1("BranchingSameSessionTest_testObjectLifetime")2024-05-03 05:14:14.686/* CDOResourceFolder@OID8:0v1("BranchingSameSessionTest_testSwitchTransactionTarget")2024-05-03 05:14:14.903/* CDOResourceFolder@OID11:0v1("BranchingSameSessionTest_testSwitchViewTarget")2024-05-03 05:14:14.924/* CDOResourceFolder@OID14:0v1("BranchingTest_testAuditViewOnBranch")2024-05-03 05:14:14.955/* CDOResource@OID15:0v1("res") 2024-05-03 05:14:14.955/* Product1@OID16:0v1 2024-05-03 05:14:14.955/* OrderDetail@OID17:0v1 2024-05-03 05:14:14.955/2024-05-03 05:14:14.960 OrderDetail@OID17:0v2 2024-05-03 05:14:14.961/* BranchingTest_testAuditViewOnBranch_subBranch[16]2024-05-03 05:14:14.963/* CDOResourceFolder@OID14:16v0("?")->0v1 2024-05-03 05:14:14.963/* CDOResource@OID15:16v0("?")->0v1 2024-05-03 05:14:14.963/2024-05-03 05:14:14.982 CDOResource@OID15:16v1("res") 2024-05-03 05:14:14.983/* Product1@OID16:16v0->0v1 2024-05-03 05:14:14.963/2024-05-03 05:14:14.982 Product1@OID16:16v1 2024-05-03 05:14:14.983/* OrderDetail@OID17:16v0->0v2 2024-05-03 05:14:14.963/* OrderDetail@OID18:16v1 2024-05-03 05:14:14.983/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResourceFolder@OID14:0v1("BranchingTest_testAuditViewOnBranch")2024-05-03 05:14:14.955/* CDOResource@OID15:0v1("res") 2024-05-03 05:14:14.955/* Product1@OID16:0v1 2024-05-03 05:14:14.955/* OrderDetail@OID17:0v1 2024-05-03 05:14:14.955/2024-05-03 05:14:14.960 OrderDetail@OID17:0v2 2024-05-03 05:14:14.961/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResource@OID1:0v5("/") 2024-05-03 05:14:14.924/2024-05-03 05:14:14.954 CDOResource@OID1:0v6("/") 2024-05-03 05:14:14.955/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testHandleRevisionsAfterDetachInSubBranch")2024-05-03 05:14:14.632/* CDOResourceFolder@OID5:0v1("BranchingSameSessionTest_testObjectLifetime")2024-05-03 05:14:14.686/* CDOResourceFolder@OID8:0v1("BranchingSameSessionTest_testSwitchTransactionTarget")2024-05-03 05:14:14.903/* CDOResourceFolder@OID11:0v1("BranchingSameSessionTest_testSwitchViewTarget")2024-05-03 05:14:14.924/* CDOResourceFolder@OID14:0v1("BranchingTest_testAuditViewOnBranch")2024-05-03 05:14:14.955/* CDOResource@OID15:0v1("res") 2024-05-03 05:14:14.955/* Product1@OID16:0v1 2024-05-03 05:14:14.955/* OrderDetail@OID17:0v1 2024-05-03 05:14:14.955/2024-05-03 05:14:14.960 OrderDetail@OID17:0v2 2024-05-03 05:14:14.961/* BranchingTest_testAuditViewOnBranch_subBranch[16]2024-05-03 05:14:14.963/* CDOResourceFolder@OID14:16v0("?")->0v1 2024-05-03 05:14:14.963/* CDOResource@OID15:16v0("?")->0v1 2024-05-03 05:14:14.963/2024-05-03 05:14:14.982 CDOResource@OID15:16v1("res") 2024-05-03 05:14:14.983/* Product1@OID16:16v0->0v1 2024-05-03 05:14:14.963/2024-05-03 05:14:14.982 Product1@OID16:16v1 2024-05-03 05:14:14.983/* OrderDetail@OID17:16v0->0v2 2024-05-03 05:14:14.963/* OrderDetail@OID18:16v1 2024-05-03 05:14:14.983/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResourceFolder@OID14:0v1("BranchingTest_testAuditViewOnBranch")2024-05-03 05:14:14.955/* CDOResource@OID15:0v1("res") 2024-05-03 05:14:14.955/* Product1@OID16:0v1 2024-05-03 05:14:14.955/* OrderDetail@OID17:0v1 2024-05-03 05:14:14.955/2024-05-03 05:14:14.960 OrderDetail@OID17:0v2 2024-05-03 05:14:14.961/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResource@OID1:0v5("/") 2024-05-03 05:14:14.924/2024-05-03 05:14:14.954 CDOResource@OID1:0v6("/") 2024-05-03 05:14:14.955/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testHandleRevisionsAfterDetachInSubBranch")2024-05-03 05:14:14.632/* CDOResourceFolder@OID5:0v1("BranchingSameSessionTest_testObjectLifetime")2024-05-03 05:14:14.686/* CDOResourceFolder@OID8:0v1("BranchingSameSessionTest_testSwitchTransactionTarget")2024-05-03 05:14:14.903/* CDOResourceFolder@OID11:0v1("BranchingSameSessionTest_testSwitchViewTarget")2024-05-03 05:14:14.924/* CDOResourceFolder@OID14:0v1("BranchingTest_testAuditViewOnBranch")2024-05-03 05:14:14.955/* CDOResource@OID15:0v1("res") 2024-05-03 05:14:14.955/* Product1@OID16:0v1 2024-05-03 05:14:14.955/* OrderDetail@OID17:0v1 2024-05-03 05:14:14.955/2024-05-03 05:14:14.960 OrderDetail@OID17:0v2 2024-05-03 05:14:14.961/* BranchingTest_testAuditViewOnBranch_subBranch[16]2024-05-03 05:14:14.963/* CDOResourceFolder@OID14:16v0("?")->0v1 2024-05-03 05:14:14.963/* CDOResource@OID15:16v0("?")->0v1 2024-05-03 05:14:14.963/2024-05-03 05:14:14.982 CDOResource@OID15:16v1("res") 2024-05-03 05:14:14.983/* Product1@OID16:16v0->0v1 2024-05-03 05:14:14.963/2024-05-03 05:14:14.982 Product1@OID16:16v1 2024-05-03 05:14:14.983/* OrderDetail@OID17:16v0->0v2 2024-05-03 05:14:14.963/* OrderDetail@OID18:16v1 2024-05-03 05:14:14.983/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResourceFolder@OID14:0v1("BranchingTest_testAuditViewOnBranch")2024-05-03 05:14:14.955/* CDOResource@OID15:0v1("res") 2024-05-03 05:14:14.955/* Product1@OID16:0v1 2024-05-03 05:14:14.955/* OrderDetail@OID17:0v1 2024-05-03 05:14:14.955/2024-05-03 05:14:14.960 OrderDetail@OID17:0v2 2024-05-03 05:14:14.961/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResource@OID1:0v5("/") 2024-05-03 05:14:14.924/2024-05-03 05:14:14.954 CDOResource@OID1:0v6("/") 2024-05-03 05:14:14.955/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testHandleRevisionsAfterDetachInSubBranch")2024-05-03 05:14:14.632/* CDOResourceFolder@OID5:0v1("BranchingSameSessionTest_testObjectLifetime")2024-05-03 05:14:14.686/* CDOResourceFolder@OID8:0v1("BranchingSameSessionTest_testSwitchTransactionTarget")2024-05-03 05:14:14.903/* CDOResourceFolder@OID11:0v1("BranchingSameSessionTest_testSwitchViewTarget")2024-05-03 05:14:14.924/* CDOResourceFolder@OID14:0v1("BranchingTest_testAuditViewOnBranch")2024-05-03 05:14:14.955/* CDOResource@OID15:0v1("res") 2024-05-03 05:14:14.955/* Product1@OID16:0v1 2024-05-03 05:14:14.955/* OrderDetail@OID17:0v1 2024-05-03 05:14:14.955/2024-05-03 05:14:14.960 OrderDetail@OID17:0v2 2024-05-03 05:14:14.961/* BranchingTest_testAuditViewOnBranch_subBranch[16]2024-05-03 05:14:14.963/* CDOResourceFolder@OID14:16v0("?")->0v1 2024-05-03 05:14:14.963/* CDOResource@OID15:16v0("?")->0v1 2024-05-03 05:14:14.963/2024-05-03 05:14:14.982 CDOResource@OID15:16v1("res") 2024-05-03 05:14:14.983/* Product1@OID16:16v0->0v1 2024-05-03 05:14:14.963/2024-05-03 05:14:14.982 Product1@OID16:16v1 2024-05-03 05:14:14.983/* OrderDetail@OID17:16v0->0v2 2024-05-03 05:14:14.963/* OrderDetail@OID18:16v1 2024-05-03 05:14:14.983/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResourceFolder@OID14:0v1("BranchingTest_testAuditViewOnBranch")2024-05-03 05:14:14.955/* CDOResource@OID15:0v1("res") 2024-05-03 05:14:14.955/* Product1@OID16:0v1 2024-05-03 05:14:14.955/* OrderDetail@OID17:0v1 2024-05-03 05:14:14.955/2024-05-03 05:14:14.960 OrderDetail@OID17:0v2 2024-05-03 05:14:14.961/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResource@OID1:0v5("/") 2024-05-03 05:14:14.924/2024-05-03 05:14:14.954 CDOResource@OID1:0v6("/") 2024-05-03 05:14:14.955/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testHandleRevisionsAfterDetachInSubBranch")2024-05-03 05:14:14.632/* CDOResourceFolder@OID5:0v1("BranchingSameSessionTest_testObjectLifetime")2024-05-03 05:14:14.686/* CDOResourceFolder@OID8:0v1("BranchingSameSessionTest_testSwitchTransactionTarget")2024-05-03 05:14:14.903/* CDOResourceFolder@OID11:0v1("BranchingSameSessionTest_testSwitchViewTarget")2024-05-03 05:14:14.924/* CDOResourceFolder@OID14:0v1("BranchingTest_testAuditViewOnBranch")2024-05-03 05:14:14.955/* CDOResource@OID15:0v1("res") 2024-05-03 05:14:14.955/* Product1@OID16:0v1 2024-05-03 05:14:14.955/* OrderDetail@OID17:0v1 2024-05-03 05:14:14.955/2024-05-03 05:14:14.960 OrderDetail@OID17:0v2 2024-05-03 05:14:14.961/* BranchingTest_testAuditViewOnBranch_subBranch[16]2024-05-03 05:14:14.963/* CDOResourceFolder@OID14:16v0("?")->0v1 2024-05-03 05:14:14.963/* CDOResource@OID15:16v0("?")->0v1 2024-05-03 05:14:14.963/2024-05-03 05:14:14.982 CDOResource@OID15:16v1("res") 2024-05-03 05:14:14.983/* Product1@OID16:16v0->0v1 2024-05-03 05:14:14.963/2024-05-03 05:14:14.982 Product1@OID16:16v1 2024-05-03 05:14:14.983/* OrderDetail@OID17:16v0->0v2 2024-05-03 05:14:14.963/* OrderDetail@OID18:16v1 2024-05-03 05:14:14.983/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResourceFolder@OID14:0v1("BranchingTest_testAuditViewOnBranch")2024-05-03 05:14:14.955/* CDOResource@OID15:0v1("res") 2024-05-03 05:14:14.955/* Product1@OID16:0v1 2024-05-03 05:14:14.955/* OrderDetail@OID17:0v1 2024-05-03 05:14:14.955/2024-05-03 05:14:14.960 OrderDetail@OID17:0v2 2024-05-03 05:14:14.961/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResource@OID1:0v5("/") 2024-05-03 05:14:14.924/2024-05-03 05:14:14.954 CDOResource@OID1:0v6("/") 2024-05-03 05:14:14.955/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testHandleRevisionsAfterDetachInSubBranch")2024-05-03 05:14:14.632/* CDOResourceFolder@OID5:0v1("BranchingSameSessionTest_testObjectLifetime")2024-05-03 05:14:14.686/* CDOResourceFolder@OID8:0v1("BranchingSameSessionTest_testSwitchTransactionTarget")2024-05-03 05:14:14.903/* CDOResourceFolder@OID11:0v1("BranchingSameSessionTest_testSwitchViewTarget")2024-05-03 05:14:14.924/* CDOResourceFolder@OID14:0v1("BranchingTest_testAuditViewOnBranch")2024-05-03 05:14:14.955/* CDOResource@OID15:0v1("res") 2024-05-03 05:14:14.955/* Product1@OID16:0v1 2024-05-03 05:14:14.955/* OrderDetail@OID17:0v1 2024-05-03 05:14:14.955/2024-05-03 05:14:14.960 OrderDetail@OID17:0v2 2024-05-03 05:14:14.961/* BranchingTest_testAuditViewOnBranch_subBranch[16]2024-05-03 05:14:14.963/* CDOResourceFolder@OID14:16v0("?")->0v1 2024-05-03 05:14:14.963/* CDOResource@OID15:16v0("?")->0v1 2024-05-03 05:14:14.963/2024-05-03 05:14:14.982 CDOResource@OID15:16v1("res") 2024-05-03 05:14:14.983/* Product1@OID16:16v0->0v1 2024-05-03 05:14:14.963/2024-05-03 05:14:14.982 Product1@OID16:16v1 2024-05-03 05:14:14.983/* OrderDetail@OID17:16v0->0v2 2024-05-03 05:14:14.963/* OrderDetail@OID18:16v1 2024-05-03 05:14:14.983/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResourceFolder@OID14:0v1("BranchingTest_testAuditViewOnBranch")2024-05-03 05:14:14.955/* CDOResource@OID15:0v1("res") 2024-05-03 05:14:14.955/* Product1@OID16:0v1 2024-05-03 05:14:14.955/* OrderDetail@OID17:0v1 2024-05-03 05:14:14.955/2024-05-03 05:14:14.960 OrderDetail@OID17:0v2 2024-05-03 05:14:14.961/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResource@OID1:0v5("/") 2024-05-03 05:14:14.924/2024-05-03 05:14:14.954 CDOResource@OID1:0v6("/") 2024-05-03 05:14:14.955/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testHandleRevisionsAfterDetachInSubBranch")2024-05-03 05:14:14.632/* CDOResourceFolder@OID5:0v1("BranchingSameSessionTest_testObjectLifetime")2024-05-03 05:14:14.686/* CDOResourceFolder@OID8:0v1("BranchingSameSessionTest_testSwitchTransactionTarget")2024-05-03 05:14:14.903/* CDOResourceFolder@OID11:0v1("BranchingSameSessionTest_testSwitchViewTarget")2024-05-03 05:14:14.924/* CDOResourceFolder@OID14:0v1("BranchingTest_testAuditViewOnBranch")2024-05-03 05:14:14.955/* CDOResource@OID15:0v1("res") 2024-05-03 05:14:14.955/* Product1@OID16:0v1 2024-05-03 05:14:14.955/* OrderDetail@OID17:0v1 2024-05-03 05:14:14.955/2024-05-03 05:14:14.960 OrderDetail@OID17:0v2 2024-05-03 05:14:14.961/* BranchingTest_testAuditViewOnBranch_subBranch[16]2024-05-03 05:14:14.963/* CDOResourceFolder@OID14:16v0("?")->0v1 2024-05-03 05:14:14.963/* CDOResource@OID15:16v0("?")->0v1 2024-05-03 05:14:14.963/2024-05-03 05:14:14.982 CDOResource@OID15:16v1("res") 2024-05-03 05:14:14.983/* Product1@OID16:16v0->0v1 2024-05-03 05:14:14.963/2024-05-03 05:14:14.982 Product1@OID16:16v1 2024-05-03 05:14:14.983/* OrderDetail@OID17:16v0->0v2 2024-05-03 05:14:14.963/* OrderDetail@OID18:16v1 2024-05-03 05:14:14.983/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResourceFolder@OID14:0v1("BranchingTest_testAuditViewOnBranch")2024-05-03 05:14:14.955/* CDOResource@OID15:0v1("res") 2024-05-03 05:14:14.955/* Product1@OID16:0v1 2024-05-03 05:14:14.955/* OrderDetail@OID17:0v1 2024-05-03 05:14:14.955/2024-05-03 05:14:14.960 OrderDetail@OID17:0v2 2024-05-03 05:14:14.961/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResource@OID1:0v5("/") 2024-05-03 05:14:14.924/2024-05-03 05:14:14.954 CDOResource@OID1:0v6("/") 2024-05-03 05:14:14.955/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testHandleRevisionsAfterDetachInSubBranch")2024-05-03 05:14:14.632/* CDOResourceFolder@OID5:0v1("BranchingSameSessionTest_testObjectLifetime")2024-05-03 05:14:14.686/* CDOResourceFolder@OID8:0v1("BranchingSameSessionTest_testSwitchTransactionTarget")2024-05-03 05:14:14.903/* CDOResourceFolder@OID11:0v1("BranchingSameSessionTest_testSwitchViewTarget")2024-05-03 05:14:14.924/* CDOResourceFolder@OID14:0v1("BranchingTest_testAuditViewOnBranch")2024-05-03 05:14:14.955/* CDOResource@OID15:0v1("res") 2024-05-03 05:14:14.955/* Product1@OID16:0v1 2024-05-03 05:14:14.955/* OrderDetail@OID17:0v1 2024-05-03 05:14:14.955/2024-05-03 05:14:14.960 OrderDetail@OID17:0v2 2024-05-03 05:14:14.961/* BranchingTest_testAuditViewOnBranch_subBranch[16]2024-05-03 05:14:14.963/* CDOResourceFolder@OID14:16v0("?")->0v1 2024-05-03 05:14:14.963/* CDOResource@OID15:16v0("?")->0v1 2024-05-03 05:14:14.963/2024-05-03 05:14:14.982 CDOResource@OID15:16v1("res") 2024-05-03 05:14:14.983/* Product1@OID16:16v0->0v1 2024-05-03 05:14:14.963/2024-05-03 05:14:14.982 Product1@OID16:16v1 2024-05-03 05:14:14.983/* OrderDetail@OID17:16v0->0v2 2024-05-03 05:14:14.963/* OrderDetail@OID18:16v1 2024-05-03 05:14:14.983/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResourceFolder@OID14:0v1("BranchingTest_testAuditViewOnBranch")2024-05-03 05:14:14.955/* CDOResource@OID15:0v1("res") 2024-05-03 05:14:14.955/* Product1@OID16:0v1 2024-05-03 05:14:14.955/* OrderDetail@OID17:0v1 2024-05-03 05:14:14.955/2024-05-03 05:14:14.960 OrderDetail@OID17:0v2 2024-05-03 05:14:14.961/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResource@OID1:0v5("/") 2024-05-03 05:14:14.924/2024-05-03 05:14:14.954 CDOResource@OID1:0v6("/") 2024-05-03 05:14:14.955/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testHandleRevisionsAfterDetachInSubBranch")2024-05-03 05:14:14.632/* CDOResourceFolder@OID5:0v1("BranchingSameSessionTest_testObjectLifetime")2024-05-03 05:14:14.686/* CDOResourceFolder@OID8:0v1("BranchingSameSessionTest_testSwitchTransactionTarget")2024-05-03 05:14:14.903/* CDOResourceFolder@OID11:0v1("BranchingSameSessionTest_testSwitchViewTarget")2024-05-03 05:14:14.924/* CDOResourceFolder@OID14:0v1("BranchingTest_testAuditViewOnBranch")2024-05-03 05:14:14.955/* CDOResource@OID15:0v1("res") 2024-05-03 05:14:14.955/* Product1@OID16:0v1 2024-05-03 05:14:14.955/* OrderDetail@OID17:0v1 2024-05-03 05:14:14.955/2024-05-03 05:14:14.960 OrderDetail@OID17:0v2 2024-05-03 05:14:14.961/* BranchingTest_testAuditViewOnBranch_subBranch[16]2024-05-03 05:14:14.963/* CDOResourceFolder@OID14:16v0("?")->0v1 2024-05-03 05:14:14.963/* CDOResource@OID15:16v0("?")->0v1 2024-05-03 05:14:14.963/2024-05-03 05:14:14.982 CDOResource@OID15:16v1("res") 2024-05-03 05:14:14.983/* Product1@OID16:16v0->0v1 2024-05-03 05:14:14.963/2024-05-03 05:14:14.982 Product1@OID16:16v1 2024-05-03 05:14:14.983/* OrderDetail@OID17:16v0->0v2 2024-05-03 05:14:14.963/* OrderDetail@OID18:16v1 2024-05-03 05:14:14.983/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResourceFolder@OID14:0v1("BranchingTest_testAuditViewOnBranch")2024-05-03 05:14:14.955/* CDOResource@OID15:0v1("res") 2024-05-03 05:14:14.955/* Product1@OID16:0v1 2024-05-03 05:14:14.955/* OrderDetail@OID17:0v1 2024-05-03 05:14:14.955/2024-05-03 05:14:14.960 OrderDetail@OID17:0v2 2024-05-03 05:14:14.961/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResource@OID1:0v5("/") 2024-05-03 05:14:14.924/2024-05-03 05:14:14.954 CDOResource@OID1:0v6("/") 2024-05-03 05:14:14.955/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testHandleRevisionsAfterDetachInSubBranch")2024-05-03 05:14:14.632/* CDOResourceFolder@OID5:0v1("BranchingSameSessionTest_testObjectLifetime")2024-05-03 05:14:14.686/* CDOResourceFolder@OID8:0v1("BranchingSameSessionTest_testSwitchTransactionTarget")2024-05-03 05:14:14.903/* CDOResourceFolder@OID11:0v1("BranchingSameSessionTest_testSwitchViewTarget")2024-05-03 05:14:14.924/* CDOResourceFolder@OID14:0v1("BranchingTest_testAuditViewOnBranch")2024-05-03 05:14:14.955/* CDOResource@OID15:0v1("res") 2024-05-03 05:14:14.955/* Product1@OID16:0v1 2024-05-03 05:14:14.955/* OrderDetail@OID17:0v1 2024-05-03 05:14:14.955/2024-05-03 05:14:14.960 OrderDetail@OID17:0v2 2024-05-03 05:14:14.961/* BranchingTest_testAuditViewOnBranch_subBranch[16]2024-05-03 05:14:14.963/* CDOResourceFolder@OID14:16v0("?")->0v1 2024-05-03 05:14:14.963/* CDOResource@OID15:16v0("?")->0v1 2024-05-03 05:14:14.963/2024-05-03 05:14:14.982 CDOResource@OID15:16v1("res") 2024-05-03 05:14:14.983/* Product1@OID16:16v0->0v1 2024-05-03 05:14:14.963/2024-05-03 05:14:14.982 Product1@OID16:16v1 2024-05-03 05:14:14.983/* OrderDetail@OID17:16v0->0v2 2024-05-03 05:14:14.963/* OrderDetail@OID18:16v1 2024-05-03 05:14:14.983/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResourceFolder@OID14:0v1("BranchingTest_testAuditViewOnBranch")2024-05-03 05:14:14.955/* CDOResource@OID15:0v1("res") 2024-05-03 05:14:14.955/* Product1@OID16:0v1 2024-05-03 05:14:14.955/* OrderDetail@OID17:0v1 2024-05-03 05:14:14.955/2024-05-03 05:14:14.960 OrderDetail@OID17:0v2 2024-05-03 05:14:14.961/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResource@OID1:0v5("/") 2024-05-03 05:14:14.924/2024-05-03 05:14:14.954 CDOResource@OID1:0v6("/") 2024-05-03 05:14:14.955/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testHandleRevisionsAfterDetachInSubBranch")2024-05-03 05:14:14.632/* CDOResourceFolder@OID5:0v1("BranchingSameSessionTest_testObjectLifetime")2024-05-03 05:14:14.686/* CDOResourceFolder@OID8:0v1("BranchingSameSessionTest_testSwitchTransactionTarget")2024-05-03 05:14:14.903/* CDOResourceFolder@OID11:0v1("BranchingSameSessionTest_testSwitchViewTarget")2024-05-03 05:14:14.924/* CDOResourceFolder@OID14:0v1("BranchingTest_testAuditViewOnBranch")2024-05-03 05:14:14.955/* CDOResource@OID15:0v1("res") 2024-05-03 05:14:14.955/* Product1@OID16:0v1 2024-05-03 05:14:14.955/* OrderDetail@OID17:0v1 2024-05-03 05:14:14.955/2024-05-03 05:14:14.960 OrderDetail@OID17:0v2 2024-05-03 05:14:14.961/* BranchingTest_testAuditViewOnBranch_subBranch[16]2024-05-03 05:14:14.963/* CDOResourceFolder@OID14:16v0("?")->0v1 2024-05-03 05:14:14.963/* CDOResource@OID15:16v0("?")->0v1 2024-05-03 05:14:14.963/2024-05-03 05:14:14.982 CDOResource@OID15:16v1("res") 2024-05-03 05:14:14.983/* Product1@OID16:16v0->0v1 2024-05-03 05:14:14.963/2024-05-03 05:14:14.982 Product1@OID16:16v1 2024-05-03 05:14:14.983/* OrderDetail@OID17:16v0->0v2 2024-05-03 05:14:14.963/* OrderDetail@OID18:16v1 2024-05-03 05:14:14.983/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResourceFolder@OID14:0v1("BranchingTest_testAuditViewOnBranch")2024-05-03 05:14:14.955/* CDOResource@OID15:0v1("res") 2024-05-03 05:14:14.955/* Product1@OID16:0v1 2024-05-03 05:14:14.955/* OrderDetail@OID17:0v1 2024-05-03 05:14:14.955/2024-05-03 05:14:14.960 OrderDetail@OID17:0v2 2024-05-03 05:14:14.961/* BranchingTest_testAuditViewOnBranch_subBranch[16]2024-05-03 05:14:14.963/* CDOResourceFolder@OID14:16v0("?")->0v1 2024-05-03 05:14:14.963/* CDOResource@OID15:16v1("res") 2024-05-03 05:14:14.983/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResource@OID1:0v5("/") 2024-05-03 05:14:14.924/2024-05-03 05:14:14.954 CDOResource@OID1:0v6("/") 2024-05-03 05:14:14.955/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testHandleRevisionsAfterDetachInSubBranch")2024-05-03 05:14:14.632/* CDOResourceFolder@OID5:0v1("BranchingSameSessionTest_testObjectLifetime")2024-05-03 05:14:14.686/* CDOResourceFolder@OID8:0v1("BranchingSameSessionTest_testSwitchTransactionTarget")2024-05-03 05:14:14.903/* CDOResourceFolder@OID11:0v1("BranchingSameSessionTest_testSwitchViewTarget")2024-05-03 05:14:14.924/* CDOResourceFolder@OID14:0v1("BranchingTest_testAuditViewOnBranch")2024-05-03 05:14:14.955/* CDOResource@OID15:0v1("res") 2024-05-03 05:14:14.955/* Product1@OID16:0v1 2024-05-03 05:14:14.955/* OrderDetail@OID17:0v1 2024-05-03 05:14:14.955/2024-05-03 05:14:14.960 OrderDetail@OID17:0v2 2024-05-03 05:14:14.961/* BranchingTest_testAuditViewOnBranch_subBranch[16]2024-05-03 05:14:14.963/* CDOResourceFolder@OID14:16v0("?")->0v1 2024-05-03 05:14:14.963/* CDOResource@OID15:16v0("?")->0v1 2024-05-03 05:14:14.963/2024-05-03 05:14:14.982 CDOResource@OID15:16v1("res") 2024-05-03 05:14:14.983/* Product1@OID16:16v0->0v1 2024-05-03 05:14:14.963/2024-05-03 05:14:14.982 Product1@OID16:16v1 2024-05-03 05:14:14.983/* OrderDetail@OID17:16v0->0v2 2024-05-03 05:14:14.963/* OrderDetail@OID18:16v1 2024-05-03 05:14:14.983/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResourceFolder@OID14:0v1("BranchingTest_testAuditViewOnBranch")2024-05-03 05:14:14.955/* CDOResource@OID15:0v1("res") 2024-05-03 05:14:14.955/* Product1@OID16:0v1 2024-05-03 05:14:14.955/* OrderDetail@OID17:0v1 2024-05-03 05:14:14.955/2024-05-03 05:14:14.960 OrderDetail@OID17:0v2 2024-05-03 05:14:14.961/* BranchingTest_testAuditViewOnBranch_subBranch[16]2024-05-03 05:14:14.963/* CDOResourceFolder@OID14:16v0("?")->0v1 2024-05-03 05:14:14.963/* CDOResource@OID15:16v1("res") 2024-05-03 05:14:14.983/* OrderDetail@OID17:16v0->0v2 2024-05-03 05:14:14.963/* OrderDetail@OID18:16v1 2024-05-03 05:14:14.983/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResource@OID1:0v5("/") 2024-05-03 05:14:14.924/2024-05-03 05:14:14.954 CDOResource@OID1:0v6("/") 2024-05-03 05:14:14.955/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testHandleRevisionsAfterDetachInSubBranch")2024-05-03 05:14:14.632/* CDOResourceFolder@OID5:0v1("BranchingSameSessionTest_testObjectLifetime")2024-05-03 05:14:14.686/* CDOResourceFolder@OID8:0v1("BranchingSameSessionTest_testSwitchTransactionTarget")2024-05-03 05:14:14.903/* CDOResourceFolder@OID11:0v1("BranchingSameSessionTest_testSwitchViewTarget")2024-05-03 05:14:14.924/* CDOResourceFolder@OID14:0v1("BranchingTest_testAuditViewOnBranch")2024-05-03 05:14:14.955/* CDOResource@OID15:0v1("res") 2024-05-03 05:14:14.955/* Product1@OID16:0v1 2024-05-03 05:14:14.955/* OrderDetail@OID17:0v1 2024-05-03 05:14:14.955/2024-05-03 05:14:14.960 OrderDetail@OID17:0v2 2024-05-03 05:14:14.961/* BranchingTest_testAuditViewOnBranch_subBranch[16]2024-05-03 05:14:14.963/* CDOResourceFolder@OID14:16v0("?")->0v1 2024-05-03 05:14:14.963/* CDOResource@OID15:16v0("?")->0v1 2024-05-03 05:14:14.963/2024-05-03 05:14:14.982 CDOResource@OID15:16v1("res") 2024-05-03 05:14:14.983/* Product1@OID16:16v0->0v1 2024-05-03 05:14:14.963/2024-05-03 05:14:14.982 Product1@OID16:16v1 2024-05-03 05:14:14.983/* OrderDetail@OID17:16v0->0v2 2024-05-03 05:14:14.963/* OrderDetail@OID18:16v1 2024-05-03 05:14:14.983/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResourceFolder@OID14:0v1("BranchingTest_testAuditViewOnBranch")2024-05-03 05:14:14.955/* CDOResource@OID15:0v1("res") 2024-05-03 05:14:14.955/* Product1@OID16:0v1 2024-05-03 05:14:14.955/* OrderDetail@OID17:0v1 2024-05-03 05:14:14.955/2024-05-03 05:14:14.960 OrderDetail@OID17:0v2 2024-05-03 05:14:14.961/* BranchingTest_testAuditViewOnBranch_subBranch[16]2024-05-03 05:14:14.963/* CDOResourceFolder@OID14:16v0("?")->0v1 2024-05-03 05:14:14.963/* CDOResource@OID15:16v1("res") 2024-05-03 05:14:14.983/* Product1@OID16:16v1 2024-05-03 05:14:14.983/* OrderDetail@OID17:16v0->0v2 2024-05-03 05:14:14.963/* OrderDetail@OID18:16v1 2024-05-03 05:14:14.983/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResource@OID1:0v5("/") 2024-05-03 05:14:14.924/2024-05-03 05:14:14.954 CDOResource@OID1:0v6("/") 2024-05-03 05:14:14.955/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testHandleRevisionsAfterDetachInSubBranch")2024-05-03 05:14:14.632/* CDOResourceFolder@OID5:0v1("BranchingSameSessionTest_testObjectLifetime")2024-05-03 05:14:14.686/* CDOResourceFolder@OID8:0v1("BranchingSameSessionTest_testSwitchTransactionTarget")2024-05-03 05:14:14.903/* CDOResourceFolder@OID11:0v1("BranchingSameSessionTest_testSwitchViewTarget")2024-05-03 05:14:14.924/* CDOResourceFolder@OID14:0v1("BranchingTest_testAuditViewOnBranch")2024-05-03 05:14:14.955/* CDOResource@OID15:0v1("res") 2024-05-03 05:14:14.955/* Product1@OID16:0v1 2024-05-03 05:14:14.955/* OrderDetail@OID17:0v1 2024-05-03 05:14:14.955/2024-05-03 05:14:14.960 OrderDetail@OID17:0v2 2024-05-03 05:14:14.961/* BranchingTest_testAuditViewOnBranch_subBranch[16]2024-05-03 05:14:14.963/* CDOResourceFolder@OID14:16v0("?")->0v1 2024-05-03 05:14:14.963/* CDOResource@OID15:16v0("?")->0v1 2024-05-03 05:14:14.963/2024-05-03 05:14:14.982 CDOResource@OID15:16v1("res") 2024-05-03 05:14:14.983/* Product1@OID16:16v0->0v1 2024-05-03 05:14:14.963/2024-05-03 05:14:14.982 Product1@OID16:16v1 2024-05-03 05:14:14.983/* OrderDetail@OID17:16v0->0v2 2024-05-03 05:14:14.963/* OrderDetail@OID18:16v1 2024-05-03 05:14:14.983/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResourceFolder@OID14:0v1("BranchingTest_testAuditViewOnBranch")2024-05-03 05:14:14.955/* CDOResource@OID15:0v1("res") 2024-05-03 05:14:14.955/* Product1@OID16:0v1 2024-05-03 05:14:14.955/* OrderDetail@OID17:0v1 2024-05-03 05:14:14.955/2024-05-03 05:14:14.960 OrderDetail@OID17:0v2 2024-05-03 05:14:14.961/* BranchingTest_testAuditViewOnBranch_subBranch[16]2024-05-03 05:14:14.963/* CDOResourceFolder@OID14:16v0("?")->0v1 2024-05-03 05:14:14.963/* CDOResource@OID15:16v1("res") 2024-05-03 05:14:14.983/* Product1@OID16:16v1 2024-05-03 05:14:14.983/* OrderDetail@OID17:16v0->0v2 2024-05-03 05:14:14.963/* OrderDetail@OID18:16v1 2024-05-03 05:14:14.983/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResource@OID1:0v5("/") 2024-05-03 05:14:14.924/2024-05-03 05:14:14.954 CDOResource@OID1:0v6("/") 2024-05-03 05:14:14.955/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testHandleRevisionsAfterDetachInSubBranch")2024-05-03 05:14:14.632/* CDOResourceFolder@OID5:0v1("BranchingSameSessionTest_testObjectLifetime")2024-05-03 05:14:14.686/* CDOResourceFolder@OID8:0v1("BranchingSameSessionTest_testSwitchTransactionTarget")2024-05-03 05:14:14.903/* CDOResourceFolder@OID11:0v1("BranchingSameSessionTest_testSwitchViewTarget")2024-05-03 05:14:14.924/* CDOResourceFolder@OID14:0v1("BranchingTest_testAuditViewOnBranch")2024-05-03 05:14:14.955/* CDOResource@OID15:0v1("res") 2024-05-03 05:14:14.955/* Product1@OID16:0v1 2024-05-03 05:14:14.955/* OrderDetail@OID17:0v1 2024-05-03 05:14:14.955/2024-05-03 05:14:14.960 OrderDetail@OID17:0v2 2024-05-03 05:14:14.961/* BranchingTest_testAuditViewOnBranch_subBranch[16]2024-05-03 05:14:14.963/* CDOResourceFolder@OID14:16v0("?")->0v1 2024-05-03 05:14:14.963/* CDOResource@OID15:16v0("?")->0v1 2024-05-03 05:14:14.963/2024-05-03 05:14:14.982 CDOResource@OID15:16v1("res") 2024-05-03 05:14:14.983/* Product1@OID16:16v0->0v1 2024-05-03 05:14:14.963/2024-05-03 05:14:14.982 Product1@OID16:16v1 2024-05-03 05:14:14.983/* OrderDetail@OID17:16v0->0v2 2024-05-03 05:14:14.963/* OrderDetail@OID18:16v1 2024-05-03 05:14:14.983/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResourceFolder@OID14:0v1("BranchingTest_testAuditViewOnBranch")2024-05-03 05:14:14.955/* CDOResource@OID15:0v1("res") 2024-05-03 05:14:14.955/* Product1@OID16:0v1 2024-05-03 05:14:14.955/* OrderDetail@OID17:0v1 2024-05-03 05:14:14.955/2024-05-03 05:14:14.960 OrderDetail@OID17:0v2 2024-05-03 05:14:14.961/* BranchingTest_testAuditViewOnBranch_subBranch[16]2024-05-03 05:14:14.963/* CDOResourceFolder@OID14:16v0("?")->0v1 2024-05-03 05:14:14.963/* CDOResource@OID15:16v1("res") 2024-05-03 05:14:14.983/* Product1@OID16:16v1 2024-05-03 05:14:14.983/* OrderDetail@OID17:16v0->0v2 2024-05-03 05:14:14.963/* OrderDetail@OID18:16v1 2024-05-03 05:14:14.983/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResource@OID1:0v5("/") 2024-05-03 05:14:14.924/2024-05-03 05:14:14.954 CDOResource@OID1:0v6("/") 2024-05-03 05:14:14.955/* CDOResourceFolder@OID2:0v1("BranchingSameSessionTest_testHandleRevisionsAfterDetachInSubBranch")2024-05-03 05:14:14.632/* CDOResourceFolder@OID5:0v1("BranchingSameSessionTest_testObjectLifetime")2024-05-03 05:14:14.686/* CDOResourceFolder@OID8:0v1("BranchingSameSessionTest_testSwitchTransactionTarget")2024-05-03 05:14:14.903/* CDOResourceFolder@OID11:0v1("BranchingSameSessionTest_testSwitchViewTarget")2024-05-03 05:14:14.924/* CDOResourceFolder@OID14:0v1("BranchingTest_testAuditViewOnBranch")2024-05-03 05:14:14.955/* CDOResource@OID15:0v1("res") 2024-05-03 05:14:14.955/* Product1@OID16:0v1 2024-05-03 05:14:14.955/* OrderDetail@OID17:0v1 2024-05-03 05:14:14.955/2024-05-03 05:14:14.960 OrderDetail@OID17:0v2 2024-05-03 05:14:14.961/* BranchingTest_testAuditViewOnBranch_subBranch[16]2024-05-03 05:14:14.963/* CDOResourceFolder@OID14:16v0("?")->0v1 2024-05-03 05:14:14.963/* CDOResource@OID15:16v0("?")->0v1 2024-05-03 05:14:14.963/2024-05-03 05:14:14.982 CDOResource@OID15:16v1("res") 2024-05-03 05:14:14.983/* Product1@OID16:16v0->0v1 2024-05-03 05:14:14.963/2024-05-03 05:14:14.982 Product1@OID16:16v1 2024-05-03 05:14:14.983/* OrderDetail@OID17:16v0->0v2 2024-05-03 05:14:14.963/* OrderDetail@OID18:16v1 2024-05-03 05:14:14.983/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResourceFolder@OID14:0v1("BranchingTest_testAuditViewOnBranch")2024-05-03 05:14:14.955/* CDOResource@OID15:0v1("res") 2024-05-03 05:14:14.955/* Product1@OID16:0v1 2024-05-03 05:14:14.955/* OrderDetail@OID17:0v1 2024-05-03 05:14:14.955/2024-05-03 05:14:14.960 OrderDetail@OID17:0v2 2024-05-03 05:14:14.961/* BranchingTest_testAuditViewOnBranch_subBranch[16]2024-05-03 05:14:14.963/* CDOResourceFolder@OID14:16v0("?")->0v1 2024-05-03 05:14:14.963/* CDOResource@OID15:16v1("res") 2024-05-03 05:14:14.983/* Product1@OID16:16v1 2024-05-03 05:14:14.983/* OrderDetail@OID17:16v0->0v2 2024-05-03 05:14:14.963/* OrderDetail@OID18:16v1 2024-05-03 05:14:14.983/* ******************************************************* BranchingTest.testBasePath [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* BranchingTest.testCommit [H2-branching-ranges, JVM, Native] ******************************************************* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResource@OID1:0v6("/") 2024-05-03 05:14:14.955/2024-05-03 05:14:15.060 CDOResource@OID1:0v7("/") 2024-05-03 05:14:15.061/* CDOResourceFolder@OID19:0v1("BranchingTest_testCommit")2024-05-03 05:14:15.061/* CDOResource@OID20:0v1("res") 2024-05-03 05:14:15.061/* Product1@OID21:0v1 2024-05-03 05:14:15.061/* OrderDetail@OID22:0v1 2024-05-03 05:14:15.061/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResource@OID1:0v6("/") 2024-05-03 05:14:14.955/2024-05-03 05:14:15.060 CDOResource@OID1:0v7("/") 2024-05-03 05:14:15.061/* CDOResourceFolder@OID19:0v1("BranchingTest_testCommit")2024-05-03 05:14:15.061/* CDOResource@OID20:0v1("res") 2024-05-03 05:14:15.061/* Product1@OID21:0v1 2024-05-03 05:14:15.061/* OrderDetail@OID22:0v1 2024-05-03 05:14:15.061/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResource@OID1:0v6("/") 2024-05-03 05:14:14.955/2024-05-03 05:14:15.060 CDOResource@OID1:0v7("/") 2024-05-03 05:14:15.061/* CDOResourceFolder@OID19:0v1("BranchingTest_testCommit")2024-05-03 05:14:15.061/* CDOResource@OID20:0v1("res") 2024-05-03 05:14:15.061/* Product1@OID21:0v1 2024-05-03 05:14:15.061/* OrderDetail@OID22:0v1 2024-05-03 05:14:15.061/* BranchingTest_testCommit_subBranch[20] 2024-05-03 05:14:15.061/* CDOResourceFolder@OID19:20v0("?")->0v1 2024-05-03 05:14:15.061/* CDOResource@OID20:20v0("?")->0v1 2024-05-03 05:14:15.061/* Product1@OID21:20v0->0v1 2024-05-03 05:14:15.061/* OrderDetail@OID22:20v0->0v1 2024-05-03 05:14:15.061/2024-05-03 05:14:15.068 OrderDetail@OID22:20v1 2024-05-03 05:14:15.069/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResource@OID1:0v6("/") 2024-05-03 05:14:14.955/2024-05-03 05:14:15.060 CDOResource@OID1:0v7("/") 2024-05-03 05:14:15.061/* CDOResourceFolder@OID19:0v1("BranchingTest_testCommit")2024-05-03 05:14:15.061/* CDOResource@OID20:0v1("res") 2024-05-03 05:14:15.061/* Product1@OID21:0v1 2024-05-03 05:14:15.061/* OrderDetail@OID22:0v1 2024-05-03 05:14:15.061/* BranchingTest_testCommit_subBranch[20] 2024-05-03 05:14:15.061/* CDOResourceFolder@OID19:20v0("?")->0v1 2024-05-03 05:14:15.061/* CDOResource@OID20:20v0("?")->0v1 2024-05-03 05:14:15.061/* Product1@OID21:20v0->0v1 2024-05-03 05:14:15.061/* OrderDetail@OID22:20v0->0v1 2024-05-03 05:14:15.061/2024-05-03 05:14:15.068 OrderDetail@OID22:20v1 2024-05-03 05:14:15.069/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResource@OID1:0v6("/") 2024-05-03 05:14:14.955/2024-05-03 05:14:15.060 CDOResource@OID1:0v7("/") 2024-05-03 05:14:15.061/* CDOResourceFolder@OID19:0v1("BranchingTest_testCommit")2024-05-03 05:14:15.061/* CDOResource@OID20:0v1("res") 2024-05-03 05:14:15.061/* Product1@OID21:0v1 2024-05-03 05:14:15.061/* OrderDetail@OID22:0v1 2024-05-03 05:14:15.061/* BranchingTest_testCommit_subBranch[20] 2024-05-03 05:14:15.061/* CDOResourceFolder@OID19:20v0("?")->0v1 2024-05-03 05:14:15.061/* CDOResource@OID20:20v0("?")->0v1 2024-05-03 05:14:15.061/* Product1@OID21:20v0->0v1 2024-05-03 05:14:15.061/* OrderDetail@OID22:20v0->0v1 2024-05-03 05:14:15.061/2024-05-03 05:14:15.068 OrderDetail@OID22:20v1 2024-05-03 05:14:15.069/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResourceFolder@OID19:0v1("BranchingTest_testCommit")2024-05-03 05:14:15.061/* CDOResource@OID20:0v1("res") 2024-05-03 05:14:15.061/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResource@OID1:0v6("/") 2024-05-03 05:14:14.955/2024-05-03 05:14:15.060 CDOResource@OID1:0v7("/") 2024-05-03 05:14:15.061/* CDOResourceFolder@OID19:0v1("BranchingTest_testCommit")2024-05-03 05:14:15.061/* CDOResource@OID20:0v1("res") 2024-05-03 05:14:15.061/* Product1@OID21:0v1 2024-05-03 05:14:15.061/* OrderDetail@OID22:0v1 2024-05-03 05:14:15.061/* BranchingTest_testCommit_subBranch[20] 2024-05-03 05:14:15.061/* CDOResourceFolder@OID19:20v0("?")->0v1 2024-05-03 05:14:15.061/* CDOResource@OID20:20v0("?")->0v1 2024-05-03 05:14:15.061/* Product1@OID21:20v0->0v1 2024-05-03 05:14:15.061/* OrderDetail@OID22:20v0->0v1 2024-05-03 05:14:15.061/2024-05-03 05:14:15.068 OrderDetail@OID22:20v1 2024-05-03 05:14:15.069/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResourceFolder@OID19:0v1("BranchingTest_testCommit")2024-05-03 05:14:15.061/* CDOResource@OID20:0v1("res") 2024-05-03 05:14:15.061/* OrderDetail@OID22:0v1 2024-05-03 05:14:15.061/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResource@OID1:0v6("/") 2024-05-03 05:14:14.955/2024-05-03 05:14:15.060 CDOResource@OID1:0v7("/") 2024-05-03 05:14:15.061/* CDOResourceFolder@OID19:0v1("BranchingTest_testCommit")2024-05-03 05:14:15.061/* CDOResource@OID20:0v1("res") 2024-05-03 05:14:15.061/* Product1@OID21:0v1 2024-05-03 05:14:15.061/* OrderDetail@OID22:0v1 2024-05-03 05:14:15.061/* BranchingTest_testCommit_subBranch[20] 2024-05-03 05:14:15.061/* CDOResourceFolder@OID19:20v0("?")->0v1 2024-05-03 05:14:15.061/* CDOResource@OID20:20v0("?")->0v1 2024-05-03 05:14:15.061/* Product1@OID21:20v0->0v1 2024-05-03 05:14:15.061/* OrderDetail@OID22:20v0->0v1 2024-05-03 05:14:15.061/2024-05-03 05:14:15.068 OrderDetail@OID22:20v1 2024-05-03 05:14:15.069/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResourceFolder@OID19:0v1("BranchingTest_testCommit")2024-05-03 05:14:15.061/* CDOResource@OID20:0v1("res") 2024-05-03 05:14:15.061/* Product1@OID21:0v1 2024-05-03 05:14:15.061/* OrderDetail@OID22:0v1 2024-05-03 05:14:15.061/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResource@OID1:0v6("/") 2024-05-03 05:14:14.955/2024-05-03 05:14:15.060 CDOResource@OID1:0v7("/") 2024-05-03 05:14:15.061/* CDOResourceFolder@OID19:0v1("BranchingTest_testCommit")2024-05-03 05:14:15.061/* CDOResource@OID20:0v1("res") 2024-05-03 05:14:15.061/* Product1@OID21:0v1 2024-05-03 05:14:15.061/* OrderDetail@OID22:0v1 2024-05-03 05:14:15.061/* BranchingTest_testCommit_subBranch[20] 2024-05-03 05:14:15.061/* CDOResourceFolder@OID19:20v0("?")->0v1 2024-05-03 05:14:15.061/* CDOResource@OID20:20v0("?")->0v1 2024-05-03 05:14:15.061/* Product1@OID21:20v0->0v1 2024-05-03 05:14:15.061/* OrderDetail@OID22:20v0->0v1 2024-05-03 05:14:15.061/2024-05-03 05:14:15.068 OrderDetail@OID22:20v1 2024-05-03 05:14:15.069/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResourceFolder@OID19:0v1("BranchingTest_testCommit")2024-05-03 05:14:15.061/* CDOResource@OID20:0v1("res") 2024-05-03 05:14:15.061/* Product1@OID21:0v1 2024-05-03 05:14:15.061/* OrderDetail@OID22:0v1 2024-05-03 05:14:15.061/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResource@OID1:0v6("/") 2024-05-03 05:14:14.955/2024-05-03 05:14:15.060 CDOResource@OID1:0v7("/") 2024-05-03 05:14:15.061/* CDOResourceFolder@OID19:0v1("BranchingTest_testCommit")2024-05-03 05:14:15.061/* CDOResource@OID20:0v1("res") 2024-05-03 05:14:15.061/* Product1@OID21:0v1 2024-05-03 05:14:15.061/* OrderDetail@OID22:0v1 2024-05-03 05:14:15.061/* BranchingTest_testCommit_subBranch[20] 2024-05-03 05:14:15.061/* CDOResourceFolder@OID19:20v0("?")->0v1 2024-05-03 05:14:15.061/* CDOResource@OID20:20v0("?")->0v1 2024-05-03 05:14:15.061/* Product1@OID21:20v0->0v1 2024-05-03 05:14:15.061/* OrderDetail@OID22:20v0->0v1 2024-05-03 05:14:15.061/2024-05-03 05:14:15.068 OrderDetail@OID22:20v1 2024-05-03 05:14:15.069/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResourceFolder@OID19:0v1("BranchingTest_testCommit")2024-05-03 05:14:15.061/* CDOResource@OID20:0v1("res") 2024-05-03 05:14:15.061/* Product1@OID21:0v1 2024-05-03 05:14:15.061/* OrderDetail@OID22:0v1 2024-05-03 05:14:15.061/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResource@OID1:0v6("/") 2024-05-03 05:14:14.955/2024-05-03 05:14:15.060 CDOResource@OID1:0v7("/") 2024-05-03 05:14:15.061/* CDOResourceFolder@OID19:0v1("BranchingTest_testCommit")2024-05-03 05:14:15.061/* CDOResource@OID20:0v1("res") 2024-05-03 05:14:15.061/* Product1@OID21:0v1 2024-05-03 05:14:15.061/* OrderDetail@OID22:0v1 2024-05-03 05:14:15.061/* BranchingTest_testCommit_subBranch[20] 2024-05-03 05:14:15.061/* CDOResourceFolder@OID19:20v0("?")->0v1 2024-05-03 05:14:15.061/* CDOResource@OID20:20v0("?")->0v1 2024-05-03 05:14:15.061/* Product1@OID21:20v0->0v1 2024-05-03 05:14:15.061/* OrderDetail@OID22:20v0->0v1 2024-05-03 05:14:15.061/2024-05-03 05:14:15.068 OrderDetail@OID22:20v1 2024-05-03 05:14:15.069/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResourceFolder@OID19:0v1("BranchingTest_testCommit")2024-05-03 05:14:15.061/* CDOResource@OID20:0v1("res") 2024-05-03 05:14:15.061/* Product1@OID21:0v1 2024-05-03 05:14:15.061/* OrderDetail@OID22:0v1 2024-05-03 05:14:15.061/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResource@OID1:0v6("/") 2024-05-03 05:14:14.955/2024-05-03 05:14:15.060 CDOResource@OID1:0v7("/") 2024-05-03 05:14:15.061/* CDOResourceFolder@OID19:0v1("BranchingTest_testCommit")2024-05-03 05:14:15.061/* CDOResource@OID20:0v1("res") 2024-05-03 05:14:15.061/* Product1@OID21:0v1 2024-05-03 05:14:15.061/* OrderDetail@OID22:0v1 2024-05-03 05:14:15.061/* BranchingTest_testCommit_subBranch[20] 2024-05-03 05:14:15.061/* CDOResourceFolder@OID19:20v0("?")->0v1 2024-05-03 05:14:15.061/* CDOResource@OID20:20v0("?")->0v1 2024-05-03 05:14:15.061/* Product1@OID21:20v0->0v1 2024-05-03 05:14:15.061/* OrderDetail@OID22:20v0->0v1 2024-05-03 05:14:15.061/2024-05-03 05:14:15.068 OrderDetail@OID22:20v1 2024-05-03 05:14:15.069/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResourceFolder@OID19:0v1("BranchingTest_testCommit")2024-05-03 05:14:15.061/* CDOResource@OID20:0v1("res") 2024-05-03 05:14:15.061/* Product1@OID21:0v1 2024-05-03 05:14:15.061/* OrderDetail@OID22:0v1 2024-05-03 05:14:15.061/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResource@OID1:0v6("/") 2024-05-03 05:14:14.955/2024-05-03 05:14:15.060 CDOResource@OID1:0v7("/") 2024-05-03 05:14:15.061/* CDOResourceFolder@OID19:0v1("BranchingTest_testCommit")2024-05-03 05:14:15.061/* CDOResource@OID20:0v1("res") 2024-05-03 05:14:15.061/* Product1@OID21:0v1 2024-05-03 05:14:15.061/* OrderDetail@OID22:0v1 2024-05-03 05:14:15.061/* BranchingTest_testCommit_subBranch[20] 2024-05-03 05:14:15.061/* CDOResourceFolder@OID19:20v0("?")->0v1 2024-05-03 05:14:15.061/* CDOResource@OID20:20v0("?")->0v1 2024-05-03 05:14:15.061/* Product1@OID21:20v0->0v1 2024-05-03 05:14:15.061/* OrderDetail@OID22:20v0->0v1 2024-05-03 05:14:15.061/2024-05-03 05:14:15.068 OrderDetail@OID22:20v1 2024-05-03 05:14:15.069/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResourceFolder@OID19:0v1("BranchingTest_testCommit")2024-05-03 05:14:15.061/* CDOResource@OID20:0v1("res") 2024-05-03 05:14:15.061/* Product1@OID21:0v1 2024-05-03 05:14:15.061/* OrderDetail@OID22:0v1 2024-05-03 05:14:15.061/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResource@OID1:0v6("/") 2024-05-03 05:14:14.955/2024-05-03 05:14:15.060 CDOResource@OID1:0v7("/") 2024-05-03 05:14:15.061/* CDOResourceFolder@OID19:0v1("BranchingTest_testCommit")2024-05-03 05:14:15.061/* CDOResource@OID20:0v1("res") 2024-05-03 05:14:15.061/* Product1@OID21:0v1 2024-05-03 05:14:15.061/* OrderDetail@OID22:0v1 2024-05-03 05:14:15.061/* BranchingTest_testCommit_subBranch[20] 2024-05-03 05:14:15.061/* CDOResourceFolder@OID19:20v0("?")->0v1 2024-05-03 05:14:15.061/* CDOResource@OID20:20v0("?")->0v1 2024-05-03 05:14:15.061/* Product1@OID21:20v0->0v1 2024-05-03 05:14:15.061/* OrderDetail@OID22:20v0->0v1 2024-05-03 05:14:15.061/2024-05-03 05:14:15.068 OrderDetail@OID22:20v1 2024-05-03 05:14:15.069/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResourceFolder@OID19:0v1("BranchingTest_testCommit")2024-05-03 05:14:15.061/* CDOResource@OID20:0v1("res") 2024-05-03 05:14:15.061/* Product1@OID21:0v1 2024-05-03 05:14:15.061/* OrderDetail@OID22:0v1 2024-05-03 05:14:15.061/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResource@OID1:0v6("/") 2024-05-03 05:14:14.955/2024-05-03 05:14:15.060 CDOResource@OID1:0v7("/") 2024-05-03 05:14:15.061/* CDOResourceFolder@OID19:0v1("BranchingTest_testCommit")2024-05-03 05:14:15.061/* CDOResource@OID20:0v1("res") 2024-05-03 05:14:15.061/* Product1@OID21:0v1 2024-05-03 05:14:15.061/* OrderDetail@OID22:0v1 2024-05-03 05:14:15.061/* BranchingTest_testCommit_subBranch[20] 2024-05-03 05:14:15.061/* CDOResourceFolder@OID19:20v0("?")->0v1 2024-05-03 05:14:15.061/* CDOResource@OID20:20v0("?")->0v1 2024-05-03 05:14:15.061/* Product1@OID21:20v0->0v1 2024-05-03 05:14:15.061/* OrderDetail@OID22:20v0->0v1 2024-05-03 05:14:15.061/2024-05-03 05:14:15.068 OrderDetail@OID22:20v1 2024-05-03 05:14:15.069/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResourceFolder@OID19:0v1("BranchingTest_testCommit")2024-05-03 05:14:15.061/* CDOResource@OID20:0v1("res") 2024-05-03 05:14:15.061/* Product1@OID21:0v1 2024-05-03 05:14:15.061/* OrderDetail@OID22:0v1 2024-05-03 05:14:15.061/* BranchingTest_testCommit_subBranch[20] 2024-05-03 05:14:15.061/* CDOResourceFolder@OID19:20v0("?")->0v1 2024-05-03 05:14:15.061/* CDOResource@OID20:20v0("?")->0v1 2024-05-03 05:14:15.061/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResource@OID1:0v6("/") 2024-05-03 05:14:14.955/2024-05-03 05:14:15.060 CDOResource@OID1:0v7("/") 2024-05-03 05:14:15.061/* CDOResourceFolder@OID19:0v1("BranchingTest_testCommit")2024-05-03 05:14:15.061/* CDOResource@OID20:0v1("res") 2024-05-03 05:14:15.061/* Product1@OID21:0v1 2024-05-03 05:14:15.061/* OrderDetail@OID22:0v1 2024-05-03 05:14:15.061/* BranchingTest_testCommit_subBranch[20] 2024-05-03 05:14:15.061/* CDOResourceFolder@OID19:20v0("?")->0v1 2024-05-03 05:14:15.061/* CDOResource@OID20:20v0("?")->0v1 2024-05-03 05:14:15.061/* Product1@OID21:20v0->0v1 2024-05-03 05:14:15.061/* OrderDetail@OID22:20v0->0v1 2024-05-03 05:14:15.061/2024-05-03 05:14:15.068 OrderDetail@OID22:20v1 2024-05-03 05:14:15.069/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResourceFolder@OID19:0v1("BranchingTest_testCommit")2024-05-03 05:14:15.061/* CDOResource@OID20:0v1("res") 2024-05-03 05:14:15.061/* Product1@OID21:0v1 2024-05-03 05:14:15.061/* OrderDetail@OID22:0v1 2024-05-03 05:14:15.061/* BranchingTest_testCommit_subBranch[20] 2024-05-03 05:14:15.061/* CDOResourceFolder@OID19:20v0("?")->0v1 2024-05-03 05:14:15.061/* CDOResource@OID20:20v0("?")->0v1 2024-05-03 05:14:15.061/* OrderDetail@OID22:20v0->0v1 2024-05-03 05:14:15.061/2024-05-03 05:14:15.068 ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResource@OID1:0v6("/") 2024-05-03 05:14:14.955/2024-05-03 05:14:15.060 CDOResource@OID1:0v7("/") 2024-05-03 05:14:15.061/* CDOResourceFolder@OID19:0v1("BranchingTest_testCommit")2024-05-03 05:14:15.061/* CDOResource@OID20:0v1("res") 2024-05-03 05:14:15.061/* Product1@OID21:0v1 2024-05-03 05:14:15.061/* OrderDetail@OID22:0v1 2024-05-03 05:14:15.061/* BranchingTest_testCommit_subBranch[20] 2024-05-03 05:14:15.061/* CDOResourceFolder@OID19:20v0("?")->0v1 2024-05-03 05:14:15.061/* CDOResource@OID20:20v0("?")->0v1 2024-05-03 05:14:15.061/* Product1@OID21:20v0->0v1 2024-05-03 05:14:15.061/* OrderDetail@OID22:20v0->0v1 2024-05-03 05:14:15.061/2024-05-03 05:14:15.068 OrderDetail@OID22:20v1 2024-05-03 05:14:15.069/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResourceFolder@OID19:0v1("BranchingTest_testCommit")2024-05-03 05:14:15.061/* CDOResource@OID20:0v1("res") 2024-05-03 05:14:15.061/* Product1@OID21:0v1 2024-05-03 05:14:15.061/* OrderDetail@OID22:0v1 2024-05-03 05:14:15.061/* BranchingTest_testCommit_subBranch[20] 2024-05-03 05:14:15.061/* CDOResourceFolder@OID19:20v0("?")->0v1 2024-05-03 05:14:15.061/* CDOResource@OID20:20v0("?")->0v1 2024-05-03 05:14:15.061/* Product1@OID21:20v0->0v1 2024-05-03 05:14:15.061/* OrderDetail@OID22:20v0->0v1 2024-05-03 05:14:15.061/2024-05-03 05:14:15.068 ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResource@OID1:0v6("/") 2024-05-03 05:14:14.955/2024-05-03 05:14:15.060 CDOResource@OID1:0v7("/") 2024-05-03 05:14:15.061/* CDOResourceFolder@OID19:0v1("BranchingTest_testCommit")2024-05-03 05:14:15.061/* CDOResource@OID20:0v1("res") 2024-05-03 05:14:15.061/* Product1@OID21:0v1 2024-05-03 05:14:15.061/* OrderDetail@OID22:0v1 2024-05-03 05:14:15.061/* BranchingTest_testCommit_subBranch[20] 2024-05-03 05:14:15.061/* CDOResourceFolder@OID19:20v0("?")->0v1 2024-05-03 05:14:15.061/* CDOResource@OID20:20v0("?")->0v1 2024-05-03 05:14:15.061/* Product1@OID21:20v0->0v1 2024-05-03 05:14:15.061/* OrderDetail@OID22:20v0->0v1 2024-05-03 05:14:15.061/2024-05-03 05:14:15.068 OrderDetail@OID22:20v1 2024-05-03 05:14:15.069/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResourceFolder@OID19:0v1("BranchingTest_testCommit")2024-05-03 05:14:15.061/* CDOResource@OID20:0v1("res") 2024-05-03 05:14:15.061/* Product1@OID21:0v1 2024-05-03 05:14:15.061/* OrderDetail@OID22:0v1 2024-05-03 05:14:15.061/* BranchingTest_testCommit_subBranch[20] 2024-05-03 05:14:15.061/* CDOResourceFolder@OID19:20v0("?")->0v1 2024-05-03 05:14:15.061/* CDOResource@OID20:20v0("?")->0v1 2024-05-03 05:14:15.061/* Product1@OID21:20v0->0v1 2024-05-03 05:14:15.061/* OrderDetail@OID22:20v0->0v1 2024-05-03 05:14:15.061/2024-05-03 05:14:15.068 ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResource@OID1:0v6("/") 2024-05-03 05:14:14.955/2024-05-03 05:14:15.060 CDOResource@OID1:0v7("/") 2024-05-03 05:14:15.061/* CDOResourceFolder@OID19:0v1("BranchingTest_testCommit")2024-05-03 05:14:15.061/* CDOResource@OID20:0v1("res") 2024-05-03 05:14:15.061/* Product1@OID21:0v1 2024-05-03 05:14:15.061/* OrderDetail@OID22:0v1 2024-05-03 05:14:15.061/* BranchingTest_testCommit_subBranch[20] 2024-05-03 05:14:15.061/* CDOResourceFolder@OID19:20v0("?")->0v1 2024-05-03 05:14:15.061/* CDOResource@OID20:20v0("?")->0v1 2024-05-03 05:14:15.061/* Product1@OID21:20v0->0v1 2024-05-03 05:14:15.061/* OrderDetail@OID22:20v0->0v1 2024-05-03 05:14:15.061/2024-05-03 05:14:15.068 OrderDetail@OID22:20v1 2024-05-03 05:14:15.069/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResourceFolder@OID19:0v1("BranchingTest_testCommit")2024-05-03 05:14:15.061/* CDOResource@OID20:0v1("res") 2024-05-03 05:14:15.061/* Product1@OID21:0v1 2024-05-03 05:14:15.061/* OrderDetail@OID22:0v1 2024-05-03 05:14:15.061/* BranchingTest_testCommit_subBranch[20] 2024-05-03 05:14:15.061/* CDOResourceFolder@OID19:20v0("?")->0v1 2024-05-03 05:14:15.061/* CDOResource@OID20:20v0("?")->0v1 2024-05-03 05:14:15.061/* Product1@OID21:20v0->0v1 2024-05-03 05:14:15.061/* OrderDetail@OID22:20v0->0v1 2024-05-03 05:14:15.061/2024-05-03 05:14:15.068 OrderDetail@OID22:20v1 2024-05-03 05:14:15.069/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResource@OID1:0v6("/") 2024-05-03 05:14:14.955/2024-05-03 05:14:15.060 CDOResource@OID1:0v7("/") 2024-05-03 05:14:15.061/* CDOResourceFolder@OID19:0v1("BranchingTest_testCommit")2024-05-03 05:14:15.061/* CDOResource@OID20:0v1("res") 2024-05-03 05:14:15.061/* Product1@OID21:0v1 2024-05-03 05:14:15.061/* OrderDetail@OID22:0v1 2024-05-03 05:14:15.061/* BranchingTest_testCommit_subBranch[20] 2024-05-03 05:14:15.061/* CDOResourceFolder@OID19:20v0("?")->0v1 2024-05-03 05:14:15.061/* CDOResource@OID20:20v0("?")->0v1 2024-05-03 05:14:15.061/* Product1@OID21:20v0->0v1 2024-05-03 05:14:15.061/* OrderDetail@OID22:20v0->0v1 2024-05-03 05:14:15.061/2024-05-03 05:14:15.068 OrderDetail@OID22:20v1 2024-05-03 05:14:15.069/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResourceFolder@OID19:0v1("BranchingTest_testCommit")2024-05-03 05:14:15.061/* CDOResource@OID20:0v1("res") 2024-05-03 05:14:15.061/* Product1@OID21:0v1 2024-05-03 05:14:15.061/* OrderDetail@OID22:0v1 2024-05-03 05:14:15.061/* BranchingTest_testCommit_subBranch[20] 2024-05-03 05:14:15.061/* CDOResourceFolder@OID19:20v0("?")->0v1 2024-05-03 05:14:15.061/* CDOResource@OID20:20v0("?")->0v1 2024-05-03 05:14:15.061/* Product1@OID21:20v0->0v1 2024-05-03 05:14:15.061/* OrderDetail@OID22:20v0->0v1 2024-05-03 05:14:15.061/2024-05-03 05:14:15.068 OrderDetail@OID22:20v1 2024-05-03 05:14:15.069/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResource@OID1:0v6("/") 2024-05-03 05:14:14.955/2024-05-03 05:14:15.060 CDOResource@OID1:0v7("/") 2024-05-03 05:14:15.061/* CDOResourceFolder@OID19:0v1("BranchingTest_testCommit")2024-05-03 05:14:15.061/* CDOResource@OID20:0v1("res") 2024-05-03 05:14:15.061/* Product1@OID21:0v1 2024-05-03 05:14:15.061/* OrderDetail@OID22:0v1 2024-05-03 05:14:15.061/* BranchingTest_testCommit_subBranch[20] 2024-05-03 05:14:15.061/* CDOResourceFolder@OID19:20v0("?")->0v1 2024-05-03 05:14:15.061/* CDOResource@OID20:20v0("?")->0v1 2024-05-03 05:14:15.061/* Product1@OID21:20v0->0v1 2024-05-03 05:14:15.061/* OrderDetail@OID22:20v0->0v1 2024-05-03 05:14:15.061/2024-05-03 05:14:15.068 OrderDetail@OID22:20v1 2024-05-03 05:14:15.069/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResourceFolder@OID19:0v1("BranchingTest_testCommit")2024-05-03 05:14:15.061/* CDOResource@OID20:0v1("res") 2024-05-03 05:14:15.061/* Product1@OID21:0v1 2024-05-03 05:14:15.061/* OrderDetail@OID22:0v1 2024-05-03 05:14:15.061/* BranchingTest_testCommit_subBranch[20] 2024-05-03 05:14:15.061/* CDOResourceFolder@OID19:20v0("?")->0v1 2024-05-03 05:14:15.061/* CDOResource@OID20:20v0("?")->0v1 2024-05-03 05:14:15.061/* Product1@OID21:20v0->0v1 2024-05-03 05:14:15.061/* OrderDetail@OID22:20v0->0v1 2024-05-03 05:14:15.061/2024-05-03 05:14:15.068 OrderDetail@OID22:20v1 2024-05-03 05:14:15.069/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResource@OID1:0v6("/") 2024-05-03 05:14:14.955/2024-05-03 05:14:15.060 CDOResource@OID1:0v7("/") 2024-05-03 05:14:15.061/* CDOResourceFolder@OID19:0v1("BranchingTest_testCommit")2024-05-03 05:14:15.061/* CDOResource@OID20:0v1("res") 2024-05-03 05:14:15.061/* Product1@OID21:0v1 2024-05-03 05:14:15.061/* OrderDetail@OID22:0v1 2024-05-03 05:14:15.061/* BranchingTest_testCommit_subBranch[20] 2024-05-03 05:14:15.061/* CDOResourceFolder@OID19:20v0("?")->0v1 2024-05-03 05:14:15.061/* CDOResource@OID20:20v0("?")->0v1 2024-05-03 05:14:15.061/* Product1@OID21:20v0->0v1 2024-05-03 05:14:15.061/* OrderDetail@OID22:20v0->0v1 2024-05-03 05:14:15.061/2024-05-03 05:14:15.068 OrderDetail@OID22:20v1 2024-05-03 05:14:15.069/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResourceFolder@OID19:0v1("BranchingTest_testCommit")2024-05-03 05:14:15.061/* CDOResource@OID20:0v1("res") 2024-05-03 05:14:15.061/* Product1@OID21:0v1 2024-05-03 05:14:15.061/* OrderDetail@OID22:0v1 2024-05-03 05:14:15.061/* BranchingTest_testCommit_subBranch[20] 2024-05-03 05:14:15.061/* CDOResourceFolder@OID19:20v0("?")->0v1 2024-05-03 05:14:15.061/* CDOResource@OID20:20v0("?")->0v1 2024-05-03 05:14:15.061/* Product1@OID21:20v0->0v1 2024-05-03 05:14:15.061/* OrderDetail@OID22:20v0->0v1 2024-05-03 05:14:15.061/2024-05-03 05:14:15.068 OrderDetail@OID22:20v1 2024-05-03 05:14:15.069/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResource@OID1:0v6("/") 2024-05-03 05:14:14.955/2024-05-03 05:14:15.060 CDOResource@OID1:0v7("/") 2024-05-03 05:14:15.061/* CDOResourceFolder@OID19:0v1("BranchingTest_testCommit")2024-05-03 05:14:15.061/* CDOResource@OID20:0v1("res") 2024-05-03 05:14:15.061/* Product1@OID21:0v1 2024-05-03 05:14:15.061/* OrderDetail@OID22:0v1 2024-05-03 05:14:15.061/* BranchingTest_testCommit_subBranch[20] 2024-05-03 05:14:15.061/* CDOResourceFolder@OID19:20v0("?")->0v1 2024-05-03 05:14:15.061/* CDOResource@OID20:20v0("?")->0v1 2024-05-03 05:14:15.061/* Product1@OID21:20v0->0v1 2024-05-03 05:14:15.061/* OrderDetail@OID22:20v0->0v1 2024-05-03 05:14:15.061/2024-05-03 05:14:15.068 OrderDetail@OID22:20v1 2024-05-03 05:14:15.069/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResourceFolder@OID19:0v1("BranchingTest_testCommit")2024-05-03 05:14:15.061/* CDOResource@OID20:0v1("res") 2024-05-03 05:14:15.061/* Product1@OID21:0v1 2024-05-03 05:14:15.061/* OrderDetail@OID22:0v1 2024-05-03 05:14:15.061/* BranchingTest_testCommit_subBranch[20] 2024-05-03 05:14:15.061/* CDOResourceFolder@OID19:20v0("?")->0v1 2024-05-03 05:14:15.061/* CDOResource@OID20:20v0("?")->0v1 2024-05-03 05:14:15.061/* Product1@OID21:20v0->0v1 2024-05-03 05:14:15.061/* OrderDetail@OID22:20v0->0v1 2024-05-03 05:14:15.061/2024-05-03 05:14:15.068 OrderDetail@OID22:20v1 2024-05-03 05:14:15.069/* ******************************************************* BranchingTest.testCommitAddOrderDetail [H2-branching-ranges, JVM, Native] ******************************************************* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResource@OID1:0v7("/") 2024-05-03 05:14:15.061/2024-05-03 05:14:15.144 CDOResource@OID1:0v8("/") 2024-05-03 05:14:15.145/* CDOResourceFolder@OID23:0v1("BranchingTest_testCommitAddOrderDetail")2024-05-03 05:14:15.145/* CDOResource@OID24:0v1("res") 2024-05-03 05:14:15.145/* Product1@OID25:0v1 2024-05-03 05:14:15.145/* OrderDetail@OID26:0v1 2024-05-03 05:14:15.145/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResource@OID1:0v7("/") 2024-05-03 05:14:15.061/2024-05-03 05:14:15.144 CDOResource@OID1:0v8("/") 2024-05-03 05:14:15.145/* CDOResourceFolder@OID23:0v1("BranchingTest_testCommitAddOrderDetail")2024-05-03 05:14:15.145/* CDOResource@OID24:0v1("res") 2024-05-03 05:14:15.145/* Product1@OID25:0v1 2024-05-03 05:14:15.145/* OrderDetail@OID26:0v1 2024-05-03 05:14:15.145/* server-thread-27 [debug] moveOneDown add historic entry at: 1 server-thread-27 [debug] moveOneDown add historic entry at: 0 ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResource@OID1:0v7("/") 2024-05-03 05:14:15.061/2024-05-03 05:14:15.144 CDOResource@OID1:0v8("/") 2024-05-03 05:14:15.145/* CDOResourceFolder@OID23:0v1("BranchingTest_testCommitAddOrderDetail")2024-05-03 05:14:15.145/* CDOResource@OID24:0v1("res") 2024-05-03 05:14:15.145/* Product1@OID25:0v1 2024-05-03 05:14:15.145/* OrderDetail@OID26:0v1 2024-05-03 05:14:15.145/* BranchingTest_testCommitAddOrderDetail_subBranch[21]2024-05-03 05:14:15.145/* CDOResourceFolder@OID23:21v0("?")->0v1 2024-05-03 05:14:15.145/* CDOResource@OID24:21v0("?")->0v1 2024-05-03 05:14:15.145/2024-05-03 05:14:15.156 CDOResource@OID24:21v1("res") 2024-05-03 05:14:15.157/* Product1@OID25:21v0->0v1 2024-05-03 05:14:15.145/2024-05-03 05:14:15.156 Product1@OID25:21v1 2024-05-03 05:14:15.157/* OrderDetail@OID26:21v0->0v1 2024-05-03 05:14:15.145/* OrderDetail@OID27:21v1 2024-05-03 05:14:15.157/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResource@OID1:0v7("/") 2024-05-03 05:14:15.061/2024-05-03 05:14:15.144 CDOResource@OID1:0v8("/") 2024-05-03 05:14:15.145/* CDOResourceFolder@OID23:0v1("BranchingTest_testCommitAddOrderDetail")2024-05-03 05:14:15.145/* CDOResource@OID24:0v1("res") 2024-05-03 05:14:15.145/* Product1@OID25:0v1 2024-05-03 05:14:15.145/* OrderDetail@OID26:0v1 2024-05-03 05:14:15.145/* BranchingTest_testCommitAddOrderDetail_subBranch[21]2024-05-03 05:14:15.145/* CDOResourceFolder@OID23:21v0("?")->0v1 2024-05-03 05:14:15.145/* CDOResource@OID24:21v0("?")->0v1 2024-05-03 05:14:15.145/2024-05-03 05:14:15.156 CDOResource@OID24:21v1("res") 2024-05-03 05:14:15.157/* Product1@OID25:21v0->0v1 2024-05-03 05:14:15.145/2024-05-03 05:14:15.156 Product1@OID25:21v1 2024-05-03 05:14:15.157/* OrderDetail@OID26:21v0->0v1 2024-05-03 05:14:15.145/* OrderDetail@OID27:21v1 2024-05-03 05:14:15.157/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResource@OID1:0v7("/") 2024-05-03 05:14:15.061/2024-05-03 05:14:15.144 CDOResource@OID1:0v8("/") 2024-05-03 05:14:15.145/* CDOResourceFolder@OID23:0v1("BranchingTest_testCommitAddOrderDetail")2024-05-03 05:14:15.145/* CDOResource@OID24:0v1("res") 2024-05-03 05:14:15.145/* Product1@OID25:0v1 2024-05-03 05:14:15.145/* OrderDetail@OID26:0v1 2024-05-03 05:14:15.145/* BranchingTest_testCommitAddOrderDetail_subBranch[21]2024-05-03 05:14:15.145/* CDOResourceFolder@OID23:21v0("?")->0v1 2024-05-03 05:14:15.145/* CDOResource@OID24:21v0("?")->0v1 2024-05-03 05:14:15.145/2024-05-03 05:14:15.156 CDOResource@OID24:21v1("res") 2024-05-03 05:14:15.157/* Product1@OID25:21v0->0v1 2024-05-03 05:14:15.145/2024-05-03 05:14:15.156 Product1@OID25:21v1 2024-05-03 05:14:15.157/* OrderDetail@OID26:21v0->0v1 2024-05-03 05:14:15.145/* OrderDetail@OID27:21v1 2024-05-03 05:14:15.157/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResourceFolder@OID23:0v1("BranchingTest_testCommitAddOrderDetail")2024-05-03 05:14:15.145/* CDOResource@OID24:0v1("res") 2024-05-03 05:14:15.145/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResource@OID1:0v7("/") 2024-05-03 05:14:15.061/2024-05-03 05:14:15.144 CDOResource@OID1:0v8("/") 2024-05-03 05:14:15.145/* CDOResourceFolder@OID23:0v1("BranchingTest_testCommitAddOrderDetail")2024-05-03 05:14:15.145/* CDOResource@OID24:0v1("res") 2024-05-03 05:14:15.145/* Product1@OID25:0v1 2024-05-03 05:14:15.145/* OrderDetail@OID26:0v1 2024-05-03 05:14:15.145/* BranchingTest_testCommitAddOrderDetail_subBranch[21]2024-05-03 05:14:15.145/* CDOResourceFolder@OID23:21v0("?")->0v1 2024-05-03 05:14:15.145/* CDOResource@OID24:21v0("?")->0v1 2024-05-03 05:14:15.145/2024-05-03 05:14:15.156 CDOResource@OID24:21v1("res") 2024-05-03 05:14:15.157/* Product1@OID25:21v0->0v1 2024-05-03 05:14:15.145/2024-05-03 05:14:15.156 Product1@OID25:21v1 2024-05-03 05:14:15.157/* OrderDetail@OID26:21v0->0v1 2024-05-03 05:14:15.145/* OrderDetail@OID27:21v1 2024-05-03 05:14:15.157/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResourceFolder@OID23:0v1("BranchingTest_testCommitAddOrderDetail")2024-05-03 05:14:15.145/* CDOResource@OID24:0v1("res") 2024-05-03 05:14:15.145/* OrderDetail@OID26:0v1 2024-05-03 05:14:15.145/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResource@OID1:0v7("/") 2024-05-03 05:14:15.061/2024-05-03 05:14:15.144 CDOResource@OID1:0v8("/") 2024-05-03 05:14:15.145/* CDOResourceFolder@OID23:0v1("BranchingTest_testCommitAddOrderDetail")2024-05-03 05:14:15.145/* CDOResource@OID24:0v1("res") 2024-05-03 05:14:15.145/* Product1@OID25:0v1 2024-05-03 05:14:15.145/* OrderDetail@OID26:0v1 2024-05-03 05:14:15.145/* BranchingTest_testCommitAddOrderDetail_subBranch[21]2024-05-03 05:14:15.145/* CDOResourceFolder@OID23:21v0("?")->0v1 2024-05-03 05:14:15.145/* CDOResource@OID24:21v0("?")->0v1 2024-05-03 05:14:15.145/2024-05-03 05:14:15.156 CDOResource@OID24:21v1("res") 2024-05-03 05:14:15.157/* Product1@OID25:21v0->0v1 2024-05-03 05:14:15.145/2024-05-03 05:14:15.156 Product1@OID25:21v1 2024-05-03 05:14:15.157/* OrderDetail@OID26:21v0->0v1 2024-05-03 05:14:15.145/* OrderDetail@OID27:21v1 2024-05-03 05:14:15.157/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResourceFolder@OID23:0v1("BranchingTest_testCommitAddOrderDetail")2024-05-03 05:14:15.145/* CDOResource@OID24:0v1("res") 2024-05-03 05:14:15.145/* Product1@OID25:0v1 2024-05-03 05:14:15.145/* OrderDetail@OID26:0v1 2024-05-03 05:14:15.145/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResource@OID1:0v7("/") 2024-05-03 05:14:15.061/2024-05-03 05:14:15.144 CDOResource@OID1:0v8("/") 2024-05-03 05:14:15.145/* CDOResourceFolder@OID23:0v1("BranchingTest_testCommitAddOrderDetail")2024-05-03 05:14:15.145/* CDOResource@OID24:0v1("res") 2024-05-03 05:14:15.145/* Product1@OID25:0v1 2024-05-03 05:14:15.145/* OrderDetail@OID26:0v1 2024-05-03 05:14:15.145/* BranchingTest_testCommitAddOrderDetail_subBranch[21]2024-05-03 05:14:15.145/* CDOResourceFolder@OID23:21v0("?")->0v1 2024-05-03 05:14:15.145/* CDOResource@OID24:21v0("?")->0v1 2024-05-03 05:14:15.145/2024-05-03 05:14:15.156 CDOResource@OID24:21v1("res") 2024-05-03 05:14:15.157/* Product1@OID25:21v0->0v1 2024-05-03 05:14:15.145/2024-05-03 05:14:15.156 Product1@OID25:21v1 2024-05-03 05:14:15.157/* OrderDetail@OID26:21v0->0v1 2024-05-03 05:14:15.145/* OrderDetail@OID27:21v1 2024-05-03 05:14:15.157/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResourceFolder@OID23:0v1("BranchingTest_testCommitAddOrderDetail")2024-05-03 05:14:15.145/* CDOResource@OID24:0v1("res") 2024-05-03 05:14:15.145/* Product1@OID25:0v1 2024-05-03 05:14:15.145/* OrderDetail@OID26:0v1 2024-05-03 05:14:15.145/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResource@OID1:0v7("/") 2024-05-03 05:14:15.061/2024-05-03 05:14:15.144 CDOResource@OID1:0v8("/") 2024-05-03 05:14:15.145/* CDOResourceFolder@OID23:0v1("BranchingTest_testCommitAddOrderDetail")2024-05-03 05:14:15.145/* CDOResource@OID24:0v1("res") 2024-05-03 05:14:15.145/* Product1@OID25:0v1 2024-05-03 05:14:15.145/* OrderDetail@OID26:0v1 2024-05-03 05:14:15.145/* BranchingTest_testCommitAddOrderDetail_subBranch[21]2024-05-03 05:14:15.145/* CDOResourceFolder@OID23:21v0("?")->0v1 2024-05-03 05:14:15.145/* CDOResource@OID24:21v0("?")->0v1 2024-05-03 05:14:15.145/2024-05-03 05:14:15.156 CDOResource@OID24:21v1("res") 2024-05-03 05:14:15.157/* Product1@OID25:21v0->0v1 2024-05-03 05:14:15.145/2024-05-03 05:14:15.156 Product1@OID25:21v1 2024-05-03 05:14:15.157/* OrderDetail@OID26:21v0->0v1 2024-05-03 05:14:15.145/* OrderDetail@OID27:21v1 2024-05-03 05:14:15.157/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResourceFolder@OID23:0v1("BranchingTest_testCommitAddOrderDetail")2024-05-03 05:14:15.145/* CDOResource@OID24:0v1("res") 2024-05-03 05:14:15.145/* Product1@OID25:0v1 2024-05-03 05:14:15.145/* OrderDetail@OID26:0v1 2024-05-03 05:14:15.145/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResource@OID1:0v7("/") 2024-05-03 05:14:15.061/2024-05-03 05:14:15.144 CDOResource@OID1:0v8("/") 2024-05-03 05:14:15.145/* CDOResourceFolder@OID23:0v1("BranchingTest_testCommitAddOrderDetail")2024-05-03 05:14:15.145/* CDOResource@OID24:0v1("res") 2024-05-03 05:14:15.145/* Product1@OID25:0v1 2024-05-03 05:14:15.145/* OrderDetail@OID26:0v1 2024-05-03 05:14:15.145/* BranchingTest_testCommitAddOrderDetail_subBranch[21]2024-05-03 05:14:15.145/* CDOResourceFolder@OID23:21v0("?")->0v1 2024-05-03 05:14:15.145/* CDOResource@OID24:21v0("?")->0v1 2024-05-03 05:14:15.145/2024-05-03 05:14:15.156 CDOResource@OID24:21v1("res") 2024-05-03 05:14:15.157/* Product1@OID25:21v0->0v1 2024-05-03 05:14:15.145/2024-05-03 05:14:15.156 Product1@OID25:21v1 2024-05-03 05:14:15.157/* OrderDetail@OID26:21v0->0v1 2024-05-03 05:14:15.145/* OrderDetail@OID27:21v1 2024-05-03 05:14:15.157/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResourceFolder@OID23:0v1("BranchingTest_testCommitAddOrderDetail")2024-05-03 05:14:15.145/* CDOResource@OID24:0v1("res") 2024-05-03 05:14:15.145/* Product1@OID25:0v1 2024-05-03 05:14:15.145/* OrderDetail@OID26:0v1 2024-05-03 05:14:15.145/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResource@OID1:0v7("/") 2024-05-03 05:14:15.061/2024-05-03 05:14:15.144 CDOResource@OID1:0v8("/") 2024-05-03 05:14:15.145/* CDOResourceFolder@OID23:0v1("BranchingTest_testCommitAddOrderDetail")2024-05-03 05:14:15.145/* CDOResource@OID24:0v1("res") 2024-05-03 05:14:15.145/* Product1@OID25:0v1 2024-05-03 05:14:15.145/* OrderDetail@OID26:0v1 2024-05-03 05:14:15.145/* BranchingTest_testCommitAddOrderDetail_subBranch[21]2024-05-03 05:14:15.145/* CDOResourceFolder@OID23:21v0("?")->0v1 2024-05-03 05:14:15.145/* CDOResource@OID24:21v0("?")->0v1 2024-05-03 05:14:15.145/2024-05-03 05:14:15.156 CDOResource@OID24:21v1("res") 2024-05-03 05:14:15.157/* Product1@OID25:21v0->0v1 2024-05-03 05:14:15.145/2024-05-03 05:14:15.156 Product1@OID25:21v1 2024-05-03 05:14:15.157/* OrderDetail@OID26:21v0->0v1 2024-05-03 05:14:15.145/* OrderDetail@OID27:21v1 2024-05-03 05:14:15.157/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResourceFolder@OID23:0v1("BranchingTest_testCommitAddOrderDetail")2024-05-03 05:14:15.145/* CDOResource@OID24:0v1("res") 2024-05-03 05:14:15.145/* Product1@OID25:0v1 2024-05-03 05:14:15.145/* OrderDetail@OID26:0v1 2024-05-03 05:14:15.145/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResource@OID1:0v7("/") 2024-05-03 05:14:15.061/2024-05-03 05:14:15.144 CDOResource@OID1:0v8("/") 2024-05-03 05:14:15.145/* CDOResourceFolder@OID23:0v1("BranchingTest_testCommitAddOrderDetail")2024-05-03 05:14:15.145/* CDOResource@OID24:0v1("res") 2024-05-03 05:14:15.145/* Product1@OID25:0v1 2024-05-03 05:14:15.145/* OrderDetail@OID26:0v1 2024-05-03 05:14:15.145/* BranchingTest_testCommitAddOrderDetail_subBranch[21]2024-05-03 05:14:15.145/* CDOResourceFolder@OID23:21v0("?")->0v1 2024-05-03 05:14:15.145/* CDOResource@OID24:21v0("?")->0v1 2024-05-03 05:14:15.145/2024-05-03 05:14:15.156 CDOResource@OID24:21v1("res") 2024-05-03 05:14:15.157/* Product1@OID25:21v0->0v1 2024-05-03 05:14:15.145/2024-05-03 05:14:15.156 Product1@OID25:21v1 2024-05-03 05:14:15.157/* OrderDetail@OID26:21v0->0v1 2024-05-03 05:14:15.145/* OrderDetail@OID27:21v1 2024-05-03 05:14:15.157/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResourceFolder@OID23:0v1("BranchingTest_testCommitAddOrderDetail")2024-05-03 05:14:15.145/* CDOResource@OID24:0v1("res") 2024-05-03 05:14:15.145/* Product1@OID25:0v1 2024-05-03 05:14:15.145/* OrderDetail@OID26:0v1 2024-05-03 05:14:15.145/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResource@OID1:0v7("/") 2024-05-03 05:14:15.061/2024-05-03 05:14:15.144 CDOResource@OID1:0v8("/") 2024-05-03 05:14:15.145/* CDOResourceFolder@OID23:0v1("BranchingTest_testCommitAddOrderDetail")2024-05-03 05:14:15.145/* CDOResource@OID24:0v1("res") 2024-05-03 05:14:15.145/* Product1@OID25:0v1 2024-05-03 05:14:15.145/* OrderDetail@OID26:0v1 2024-05-03 05:14:15.145/* BranchingTest_testCommitAddOrderDetail_subBranch[21]2024-05-03 05:14:15.145/* CDOResourceFolder@OID23:21v0("?")->0v1 2024-05-03 05:14:15.145/* CDOResource@OID24:21v0("?")->0v1 2024-05-03 05:14:15.145/2024-05-03 05:14:15.156 CDOResource@OID24:21v1("res") 2024-05-03 05:14:15.157/* Product1@OID25:21v0->0v1 2024-05-03 05:14:15.145/2024-05-03 05:14:15.156 Product1@OID25:21v1 2024-05-03 05:14:15.157/* OrderDetail@OID26:21v0->0v1 2024-05-03 05:14:15.145/* OrderDetail@OID27:21v1 2024-05-03 05:14:15.157/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResourceFolder@OID23:0v1("BranchingTest_testCommitAddOrderDetail")2024-05-03 05:14:15.145/* CDOResource@OID24:0v1("res") 2024-05-03 05:14:15.145/* Product1@OID25:0v1 2024-05-03 05:14:15.145/* OrderDetail@OID26:0v1 2024-05-03 05:14:15.145/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResource@OID1:0v7("/") 2024-05-03 05:14:15.061/2024-05-03 05:14:15.144 CDOResource@OID1:0v8("/") 2024-05-03 05:14:15.145/* CDOResourceFolder@OID23:0v1("BranchingTest_testCommitAddOrderDetail")2024-05-03 05:14:15.145/* CDOResource@OID24:0v1("res") 2024-05-03 05:14:15.145/* Product1@OID25:0v1 2024-05-03 05:14:15.145/* OrderDetail@OID26:0v1 2024-05-03 05:14:15.145/* BranchingTest_testCommitAddOrderDetail_subBranch[21]2024-05-03 05:14:15.145/* CDOResourceFolder@OID23:21v0("?")->0v1 2024-05-03 05:14:15.145/* CDOResource@OID24:21v0("?")->0v1 2024-05-03 05:14:15.145/2024-05-03 05:14:15.156 CDOResource@OID24:21v1("res") 2024-05-03 05:14:15.157/* Product1@OID25:21v0->0v1 2024-05-03 05:14:15.145/2024-05-03 05:14:15.156 Product1@OID25:21v1 2024-05-03 05:14:15.157/* OrderDetail@OID26:21v0->0v1 2024-05-03 05:14:15.145/* OrderDetail@OID27:21v1 2024-05-03 05:14:15.157/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResourceFolder@OID23:0v1("BranchingTest_testCommitAddOrderDetail")2024-05-03 05:14:15.145/* CDOResource@OID24:0v1("res") 2024-05-03 05:14:15.145/* Product1@OID25:0v1 2024-05-03 05:14:15.145/* OrderDetail@OID26:0v1 2024-05-03 05:14:15.145/* BranchingTest_testCommitAddOrderDetail_subBranch[21]2024-05-03 05:14:15.145/* CDOResourceFolder@OID23:21v0("?")->0v1 2024-05-03 05:14:15.145/* CDOResource@OID24:21v0("?")->0v1 2024-05-03 05:14:15.145/2024-05-03 05:14:15.156 ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResource@OID1:0v7("/") 2024-05-03 05:14:15.061/2024-05-03 05:14:15.144 CDOResource@OID1:0v8("/") 2024-05-03 05:14:15.145/* CDOResourceFolder@OID23:0v1("BranchingTest_testCommitAddOrderDetail")2024-05-03 05:14:15.145/* CDOResource@OID24:0v1("res") 2024-05-03 05:14:15.145/* Product1@OID25:0v1 2024-05-03 05:14:15.145/* OrderDetail@OID26:0v1 2024-05-03 05:14:15.145/* BranchingTest_testCommitAddOrderDetail_subBranch[21]2024-05-03 05:14:15.145/* CDOResourceFolder@OID23:21v0("?")->0v1 2024-05-03 05:14:15.145/* CDOResource@OID24:21v0("?")->0v1 2024-05-03 05:14:15.145/2024-05-03 05:14:15.156 CDOResource@OID24:21v1("res") 2024-05-03 05:14:15.157/* Product1@OID25:21v0->0v1 2024-05-03 05:14:15.145/2024-05-03 05:14:15.156 Product1@OID25:21v1 2024-05-03 05:14:15.157/* OrderDetail@OID26:21v0->0v1 2024-05-03 05:14:15.145/* OrderDetail@OID27:21v1 2024-05-03 05:14:15.157/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResourceFolder@OID23:0v1("BranchingTest_testCommitAddOrderDetail")2024-05-03 05:14:15.145/* CDOResource@OID24:0v1("res") 2024-05-03 05:14:15.145/* Product1@OID25:0v1 2024-05-03 05:14:15.145/* OrderDetail@OID26:0v1 2024-05-03 05:14:15.145/* BranchingTest_testCommitAddOrderDetail_subBranch[21]2024-05-03 05:14:15.145/* CDOResourceFolder@OID23:21v0("?")->0v1 2024-05-03 05:14:15.145/* CDOResource@OID24:21v0("?")->0v1 2024-05-03 05:14:15.145/2024-05-03 05:14:15.156 OrderDetail@OID26:21v0->0v1 2024-05-03 05:14:15.145/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResource@OID1:0v7("/") 2024-05-03 05:14:15.061/2024-05-03 05:14:15.144 CDOResource@OID1:0v8("/") 2024-05-03 05:14:15.145/* CDOResourceFolder@OID23:0v1("BranchingTest_testCommitAddOrderDetail")2024-05-03 05:14:15.145/* CDOResource@OID24:0v1("res") 2024-05-03 05:14:15.145/* Product1@OID25:0v1 2024-05-03 05:14:15.145/* OrderDetail@OID26:0v1 2024-05-03 05:14:15.145/* BranchingTest_testCommitAddOrderDetail_subBranch[21]2024-05-03 05:14:15.145/* CDOResourceFolder@OID23:21v0("?")->0v1 2024-05-03 05:14:15.145/* CDOResource@OID24:21v0("?")->0v1 2024-05-03 05:14:15.145/2024-05-03 05:14:15.156 CDOResource@OID24:21v1("res") 2024-05-03 05:14:15.157/* Product1@OID25:21v0->0v1 2024-05-03 05:14:15.145/2024-05-03 05:14:15.156 Product1@OID25:21v1 2024-05-03 05:14:15.157/* OrderDetail@OID26:21v0->0v1 2024-05-03 05:14:15.145/* OrderDetail@OID27:21v1 2024-05-03 05:14:15.157/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResourceFolder@OID23:0v1("BranchingTest_testCommitAddOrderDetail")2024-05-03 05:14:15.145/* CDOResource@OID24:0v1("res") 2024-05-03 05:14:15.145/* Product1@OID25:0v1 2024-05-03 05:14:15.145/* OrderDetail@OID26:0v1 2024-05-03 05:14:15.145/* BranchingTest_testCommitAddOrderDetail_subBranch[21]2024-05-03 05:14:15.145/* CDOResourceFolder@OID23:21v0("?")->0v1 2024-05-03 05:14:15.145/* CDOResource@OID24:21v0("?")->0v1 2024-05-03 05:14:15.145/2024-05-03 05:14:15.156 Product1@OID25:21v0->0v1 2024-05-03 05:14:15.145/2024-05-03 05:14:15.156 OrderDetail@OID26:21v0->0v1 2024-05-03 05:14:15.145/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResource@OID1:0v7("/") 2024-05-03 05:14:15.061/2024-05-03 05:14:15.144 CDOResource@OID1:0v8("/") 2024-05-03 05:14:15.145/* CDOResourceFolder@OID23:0v1("BranchingTest_testCommitAddOrderDetail")2024-05-03 05:14:15.145/* CDOResource@OID24:0v1("res") 2024-05-03 05:14:15.145/* Product1@OID25:0v1 2024-05-03 05:14:15.145/* OrderDetail@OID26:0v1 2024-05-03 05:14:15.145/* BranchingTest_testCommitAddOrderDetail_subBranch[21]2024-05-03 05:14:15.145/* CDOResourceFolder@OID23:21v0("?")->0v1 2024-05-03 05:14:15.145/* CDOResource@OID24:21v0("?")->0v1 2024-05-03 05:14:15.145/2024-05-03 05:14:15.156 CDOResource@OID24:21v1("res") 2024-05-03 05:14:15.157/* Product1@OID25:21v0->0v1 2024-05-03 05:14:15.145/2024-05-03 05:14:15.156 Product1@OID25:21v1 2024-05-03 05:14:15.157/* OrderDetail@OID26:21v0->0v1 2024-05-03 05:14:15.145/* OrderDetail@OID27:21v1 2024-05-03 05:14:15.157/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResourceFolder@OID23:0v1("BranchingTest_testCommitAddOrderDetail")2024-05-03 05:14:15.145/* CDOResource@OID24:0v1("res") 2024-05-03 05:14:15.145/* Product1@OID25:0v1 2024-05-03 05:14:15.145/* OrderDetail@OID26:0v1 2024-05-03 05:14:15.145/* BranchingTest_testCommitAddOrderDetail_subBranch[21]2024-05-03 05:14:15.145/* CDOResourceFolder@OID23:21v0("?")->0v1 2024-05-03 05:14:15.145/* CDOResource@OID24:21v0("?")->0v1 2024-05-03 05:14:15.145/2024-05-03 05:14:15.156 CDOResource@OID24:21v1("res") 2024-05-03 05:14:15.157/* Product1@OID25:21v0->0v1 2024-05-03 05:14:15.145/2024-05-03 05:14:15.156 OrderDetail@OID26:21v0->0v1 2024-05-03 05:14:15.145/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResource@OID1:0v7("/") 2024-05-03 05:14:15.061/2024-05-03 05:14:15.144 CDOResource@OID1:0v8("/") 2024-05-03 05:14:15.145/* CDOResourceFolder@OID23:0v1("BranchingTest_testCommitAddOrderDetail")2024-05-03 05:14:15.145/* CDOResource@OID24:0v1("res") 2024-05-03 05:14:15.145/* Product1@OID25:0v1 2024-05-03 05:14:15.145/* OrderDetail@OID26:0v1 2024-05-03 05:14:15.145/* BranchingTest_testCommitAddOrderDetail_subBranch[21]2024-05-03 05:14:15.145/* CDOResourceFolder@OID23:21v0("?")->0v1 2024-05-03 05:14:15.145/* CDOResource@OID24:21v0("?")->0v1 2024-05-03 05:14:15.145/2024-05-03 05:14:15.156 CDOResource@OID24:21v1("res") 2024-05-03 05:14:15.157/* Product1@OID25:21v0->0v1 2024-05-03 05:14:15.145/2024-05-03 05:14:15.156 Product1@OID25:21v1 2024-05-03 05:14:15.157/* OrderDetail@OID26:21v0->0v1 2024-05-03 05:14:15.145/* OrderDetail@OID27:21v1 2024-05-03 05:14:15.157/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResourceFolder@OID23:0v1("BranchingTest_testCommitAddOrderDetail")2024-05-03 05:14:15.145/* CDOResource@OID24:0v1("res") 2024-05-03 05:14:15.145/* Product1@OID25:0v1 2024-05-03 05:14:15.145/* OrderDetail@OID26:0v1 2024-05-03 05:14:15.145/* BranchingTest_testCommitAddOrderDetail_subBranch[21]2024-05-03 05:14:15.145/* CDOResourceFolder@OID23:21v0("?")->0v1 2024-05-03 05:14:15.145/* CDOResource@OID24:21v0("?")->0v1 2024-05-03 05:14:15.145/2024-05-03 05:14:15.156 CDOResource@OID24:21v1("res") 2024-05-03 05:14:15.157/* Product1@OID25:21v0->0v1 2024-05-03 05:14:15.145/2024-05-03 05:14:15.156 OrderDetail@OID26:21v0->0v1 2024-05-03 05:14:15.145/* OrderDetail@OID27:21v1 2024-05-03 05:14:15.157/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResource@OID1:0v7("/") 2024-05-03 05:14:15.061/2024-05-03 05:14:15.144 CDOResource@OID1:0v8("/") 2024-05-03 05:14:15.145/* CDOResourceFolder@OID23:0v1("BranchingTest_testCommitAddOrderDetail")2024-05-03 05:14:15.145/* CDOResource@OID24:0v1("res") 2024-05-03 05:14:15.145/* Product1@OID25:0v1 2024-05-03 05:14:15.145/* OrderDetail@OID26:0v1 2024-05-03 05:14:15.145/* BranchingTest_testCommitAddOrderDetail_subBranch[21]2024-05-03 05:14:15.145/* CDOResourceFolder@OID23:21v0("?")->0v1 2024-05-03 05:14:15.145/* CDOResource@OID24:21v0("?")->0v1 2024-05-03 05:14:15.145/2024-05-03 05:14:15.156 CDOResource@OID24:21v1("res") 2024-05-03 05:14:15.157/* Product1@OID25:21v0->0v1 2024-05-03 05:14:15.145/2024-05-03 05:14:15.156 Product1@OID25:21v1 2024-05-03 05:14:15.157/* OrderDetail@OID26:21v0->0v1 2024-05-03 05:14:15.145/* OrderDetail@OID27:21v1 2024-05-03 05:14:15.157/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResourceFolder@OID23:0v1("BranchingTest_testCommitAddOrderDetail")2024-05-03 05:14:15.145/* CDOResource@OID24:0v1("res") 2024-05-03 05:14:15.145/* Product1@OID25:0v1 2024-05-03 05:14:15.145/* OrderDetail@OID26:0v1 2024-05-03 05:14:15.145/* BranchingTest_testCommitAddOrderDetail_subBranch[21]2024-05-03 05:14:15.145/* CDOResourceFolder@OID23:21v0("?")->0v1 2024-05-03 05:14:15.145/* CDOResource@OID24:21v0("?")->0v1 2024-05-03 05:14:15.145/2024-05-03 05:14:15.156 CDOResource@OID24:21v1("res") 2024-05-03 05:14:15.157/* Product1@OID25:21v0->0v1 2024-05-03 05:14:15.145/2024-05-03 05:14:15.156 Product1@OID25:21v1 2024-05-03 05:14:15.157/* OrderDetail@OID26:21v0->0v1 2024-05-03 05:14:15.145/* OrderDetail@OID27:21v1 2024-05-03 05:14:15.157/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResource@OID1:0v7("/") 2024-05-03 05:14:15.061/2024-05-03 05:14:15.144 CDOResource@OID1:0v8("/") 2024-05-03 05:14:15.145/* CDOResourceFolder@OID23:0v1("BranchingTest_testCommitAddOrderDetail")2024-05-03 05:14:15.145/* CDOResource@OID24:0v1("res") 2024-05-03 05:14:15.145/* Product1@OID25:0v1 2024-05-03 05:14:15.145/* OrderDetail@OID26:0v1 2024-05-03 05:14:15.145/* BranchingTest_testCommitAddOrderDetail_subBranch[21]2024-05-03 05:14:15.145/* CDOResourceFolder@OID23:21v0("?")->0v1 2024-05-03 05:14:15.145/* CDOResource@OID24:21v0("?")->0v1 2024-05-03 05:14:15.145/2024-05-03 05:14:15.156 CDOResource@OID24:21v1("res") 2024-05-03 05:14:15.157/* Product1@OID25:21v0->0v1 2024-05-03 05:14:15.145/2024-05-03 05:14:15.156 Product1@OID25:21v1 2024-05-03 05:14:15.157/* OrderDetail@OID26:21v0->0v1 2024-05-03 05:14:15.145/* OrderDetail@OID27:21v1 2024-05-03 05:14:15.157/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResourceFolder@OID23:0v1("BranchingTest_testCommitAddOrderDetail")2024-05-03 05:14:15.145/* CDOResource@OID24:0v1("res") 2024-05-03 05:14:15.145/* Product1@OID25:0v1 2024-05-03 05:14:15.145/* OrderDetail@OID26:0v1 2024-05-03 05:14:15.145/* BranchingTest_testCommitAddOrderDetail_subBranch[21]2024-05-03 05:14:15.145/* CDOResourceFolder@OID23:21v0("?")->0v1 2024-05-03 05:14:15.145/* CDOResource@OID24:21v0("?")->0v1 2024-05-03 05:14:15.145/2024-05-03 05:14:15.156 CDOResource@OID24:21v1("res") 2024-05-03 05:14:15.157/* Product1@OID25:21v0->0v1 2024-05-03 05:14:15.145/2024-05-03 05:14:15.156 Product1@OID25:21v1 2024-05-03 05:14:15.157/* OrderDetail@OID26:21v0->0v1 2024-05-03 05:14:15.145/* OrderDetail@OID27:21v1 2024-05-03 05:14:15.157/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResource@OID1:0v7("/") 2024-05-03 05:14:15.061/2024-05-03 05:14:15.144 CDOResource@OID1:0v8("/") 2024-05-03 05:14:15.145/* CDOResourceFolder@OID23:0v1("BranchingTest_testCommitAddOrderDetail")2024-05-03 05:14:15.145/* CDOResource@OID24:0v1("res") 2024-05-03 05:14:15.145/* Product1@OID25:0v1 2024-05-03 05:14:15.145/* OrderDetail@OID26:0v1 2024-05-03 05:14:15.145/* BranchingTest_testCommitAddOrderDetail_subBranch[21]2024-05-03 05:14:15.145/* CDOResourceFolder@OID23:21v0("?")->0v1 2024-05-03 05:14:15.145/* CDOResource@OID24:21v0("?")->0v1 2024-05-03 05:14:15.145/2024-05-03 05:14:15.156 CDOResource@OID24:21v1("res") 2024-05-03 05:14:15.157/* Product1@OID25:21v0->0v1 2024-05-03 05:14:15.145/2024-05-03 05:14:15.156 Product1@OID25:21v1 2024-05-03 05:14:15.157/* OrderDetail@OID26:21v0->0v1 2024-05-03 05:14:15.145/* OrderDetail@OID27:21v1 2024-05-03 05:14:15.157/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResourceFolder@OID23:0v1("BranchingTest_testCommitAddOrderDetail")2024-05-03 05:14:15.145/* CDOResource@OID24:0v1("res") 2024-05-03 05:14:15.145/* Product1@OID25:0v1 2024-05-03 05:14:15.145/* OrderDetail@OID26:0v1 2024-05-03 05:14:15.145/* BranchingTest_testCommitAddOrderDetail_subBranch[21]2024-05-03 05:14:15.145/* CDOResourceFolder@OID23:21v0("?")->0v1 2024-05-03 05:14:15.145/* CDOResource@OID24:21v0("?")->0v1 2024-05-03 05:14:15.145/2024-05-03 05:14:15.156 CDOResource@OID24:21v1("res") 2024-05-03 05:14:15.157/* Product1@OID25:21v0->0v1 2024-05-03 05:14:15.145/2024-05-03 05:14:15.156 Product1@OID25:21v1 2024-05-03 05:14:15.157/* OrderDetail@OID26:21v0->0v1 2024-05-03 05:14:15.145/* OrderDetail@OID27:21v1 2024-05-03 05:14:15.157/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResource@OID1:0v7("/") 2024-05-03 05:14:15.061/2024-05-03 05:14:15.144 CDOResource@OID1:0v8("/") 2024-05-03 05:14:15.145/* CDOResourceFolder@OID23:0v1("BranchingTest_testCommitAddOrderDetail")2024-05-03 05:14:15.145/* CDOResource@OID24:0v1("res") 2024-05-03 05:14:15.145/* Product1@OID25:0v1 2024-05-03 05:14:15.145/* OrderDetail@OID26:0v1 2024-05-03 05:14:15.145/* BranchingTest_testCommitAddOrderDetail_subBranch[21]2024-05-03 05:14:15.145/* CDOResourceFolder@OID23:21v0("?")->0v1 2024-05-03 05:14:15.145/* CDOResource@OID24:21v0("?")->0v1 2024-05-03 05:14:15.145/2024-05-03 05:14:15.156 CDOResource@OID24:21v1("res") 2024-05-03 05:14:15.157/* Product1@OID25:21v0->0v1 2024-05-03 05:14:15.145/2024-05-03 05:14:15.156 Product1@OID25:21v1 2024-05-03 05:14:15.157/* OrderDetail@OID26:21v0->0v1 2024-05-03 05:14:15.145/* OrderDetail@OID27:21v1 2024-05-03 05:14:15.157/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResourceFolder@OID23:0v1("BranchingTest_testCommitAddOrderDetail")2024-05-03 05:14:15.145/* CDOResource@OID24:0v1("res") 2024-05-03 05:14:15.145/* Product1@OID25:0v1 2024-05-03 05:14:15.145/* OrderDetail@OID26:0v1 2024-05-03 05:14:15.145/* BranchingTest_testCommitAddOrderDetail_subBranch[21]2024-05-03 05:14:15.145/* CDOResourceFolder@OID23:21v0("?")->0v1 2024-05-03 05:14:15.145/* CDOResource@OID24:21v0("?")->0v1 2024-05-03 05:14:15.145/2024-05-03 05:14:15.156 CDOResource@OID24:21v1("res") 2024-05-03 05:14:15.157/* Product1@OID25:21v0->0v1 2024-05-03 05:14:15.145/2024-05-03 05:14:15.156 Product1@OID25:21v1 2024-05-03 05:14:15.157/* OrderDetail@OID26:21v0->0v1 2024-05-03 05:14:15.145/* OrderDetail@OID27:21v1 2024-05-03 05:14:15.157/* ******************************************************* BranchingTest.testCommitRemoveOrderDetail [H2-branching-ranges, JVM, Native] ******************************************************* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResource@OID1:0v8("/") 2024-05-03 05:14:15.145/2024-05-03 05:14:15.249 CDOResource@OID1:0v9("/") 2024-05-03 05:14:15.250/* CDOResourceFolder@OID28:0v1("BranchingTest_testCommitRemoveOrderDetail")2024-05-03 05:14:15.250/* CDOResource@OID29:0v1("res") 2024-05-03 05:14:15.250/* OrderDetail@OID30:0v1 2024-05-03 05:14:15.250/* Product1@OID31:0v1 2024-05-03 05:14:15.250/* OrderDetail@OID32:0v1 2024-05-03 05:14:15.250/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResource@OID1:0v8("/") 2024-05-03 05:14:15.145/2024-05-03 05:14:15.249 CDOResource@OID1:0v9("/") 2024-05-03 05:14:15.250/* CDOResourceFolder@OID28:0v1("BranchingTest_testCommitRemoveOrderDetail")2024-05-03 05:14:15.250/* CDOResource@OID29:0v1("res") 2024-05-03 05:14:15.250/* OrderDetail@OID30:0v1 2024-05-03 05:14:15.250/* Product1@OID31:0v1 2024-05-03 05:14:15.250/* OrderDetail@OID32:0v1 2024-05-03 05:14:15.250/* server-thread-42 [debug] moveOneUp add historic entry at: 1 server-thread-42 [debug] moveOneUp add historic entry at: 2 ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResource@OID1:0v8("/") 2024-05-03 05:14:15.145/2024-05-03 05:14:15.249 CDOResource@OID1:0v9("/") 2024-05-03 05:14:15.250/* CDOResourceFolder@OID28:0v1("BranchingTest_testCommitRemoveOrderDetail")2024-05-03 05:14:15.250/* CDOResource@OID29:0v1("res") 2024-05-03 05:14:15.250/* OrderDetail@OID30:0v1 2024-05-03 05:14:15.250/* Product1@OID31:0v1 2024-05-03 05:14:15.250/* OrderDetail@OID32:0v1 2024-05-03 05:14:15.250/* BranchingTest_testCommitRemoveOrderDetail_subBranch[22]2024-05-03 05:14:15.250/* CDOResourceFolder@OID28:22v0("?")->0v1 2024-05-03 05:14:15.250/* CDOResource@OID29:22v0("?")->0v1 2024-05-03 05:14:15.250/2024-05-03 05:14:15.259 CDOResource@OID29:22v1("res") 2024-05-03 05:14:15.260/* OrderDetail@OID30:22v0->0v1 2024-05-03 05:14:15.250/2024-05-03 05:14:15.259 Product1@OID31:22v0->0v1 2024-05-03 05:14:15.250/2024-05-03 05:14:15.259 Product1@OID31:22v1 2024-05-03 05:14:15.260/* OrderDetail@OID32:22v0->0v1 2024-05-03 05:14:15.250/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResource@OID1:0v8("/") 2024-05-03 05:14:15.145/2024-05-03 05:14:15.249 CDOResource@OID1:0v9("/") 2024-05-03 05:14:15.250/* CDOResourceFolder@OID28:0v1("BranchingTest_testCommitRemoveOrderDetail")2024-05-03 05:14:15.250/* CDOResource@OID29:0v1("res") 2024-05-03 05:14:15.250/* OrderDetail@OID30:0v1 2024-05-03 05:14:15.250/* Product1@OID31:0v1 2024-05-03 05:14:15.250/* OrderDetail@OID32:0v1 2024-05-03 05:14:15.250/* BranchingTest_testCommitRemoveOrderDetail_subBranch[22]2024-05-03 05:14:15.250/* CDOResourceFolder@OID28:22v0("?")->0v1 2024-05-03 05:14:15.250/* CDOResource@OID29:22v0("?")->0v1 2024-05-03 05:14:15.250/2024-05-03 05:14:15.259 CDOResource@OID29:22v1("res") 2024-05-03 05:14:15.260/* Product1@OID31:22v0->0v1 2024-05-03 05:14:15.250/2024-05-03 05:14:15.259 Product1@OID31:22v1 2024-05-03 05:14:15.260/* OrderDetail@OID32:22v0->0v1 2024-05-03 05:14:15.250/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResource@OID1:0v8("/") 2024-05-03 05:14:15.145/2024-05-03 05:14:15.249 CDOResource@OID1:0v9("/") 2024-05-03 05:14:15.250/* CDOResourceFolder@OID28:0v1("BranchingTest_testCommitRemoveOrderDetail")2024-05-03 05:14:15.250/* CDOResource@OID29:0v1("res") 2024-05-03 05:14:15.250/* OrderDetail@OID30:0v1 2024-05-03 05:14:15.250/* Product1@OID31:0v1 2024-05-03 05:14:15.250/* OrderDetail@OID32:0v1 2024-05-03 05:14:15.250/* BranchingTest_testCommitRemoveOrderDetail_subBranch[22]2024-05-03 05:14:15.250/* CDOResourceFolder@OID28:22v0("?")->0v1 2024-05-03 05:14:15.250/* CDOResource@OID29:22v0("?")->0v1 2024-05-03 05:14:15.250/2024-05-03 05:14:15.259 CDOResource@OID29:22v1("res") 2024-05-03 05:14:15.260/* OrderDetail@OID30:22v0->0v1 2024-05-03 05:14:15.250/2024-05-03 05:14:15.259 Product1@OID31:22v0->0v1 2024-05-03 05:14:15.250/2024-05-03 05:14:15.259 Product1@OID31:22v1 2024-05-03 05:14:15.260/* OrderDetail@OID32:22v0->0v1 2024-05-03 05:14:15.250/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResourceFolder@OID28:0v1("BranchingTest_testCommitRemoveOrderDetail")2024-05-03 05:14:15.250/* CDOResource@OID29:0v1("res") 2024-05-03 05:14:15.250/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResource@OID1:0v8("/") 2024-05-03 05:14:15.145/2024-05-03 05:14:15.249 CDOResource@OID1:0v9("/") 2024-05-03 05:14:15.250/* CDOResourceFolder@OID28:0v1("BranchingTest_testCommitRemoveOrderDetail")2024-05-03 05:14:15.250/* CDOResource@OID29:0v1("res") 2024-05-03 05:14:15.250/* OrderDetail@OID30:0v1 2024-05-03 05:14:15.250/* Product1@OID31:0v1 2024-05-03 05:14:15.250/* OrderDetail@OID32:0v1 2024-05-03 05:14:15.250/* BranchingTest_testCommitRemoveOrderDetail_subBranch[22]2024-05-03 05:14:15.250/* CDOResourceFolder@OID28:22v0("?")->0v1 2024-05-03 05:14:15.250/* CDOResource@OID29:22v0("?")->0v1 2024-05-03 05:14:15.250/2024-05-03 05:14:15.259 CDOResource@OID29:22v1("res") 2024-05-03 05:14:15.260/* OrderDetail@OID30:22v0->0v1 2024-05-03 05:14:15.250/2024-05-03 05:14:15.259 Product1@OID31:22v0->0v1 2024-05-03 05:14:15.250/2024-05-03 05:14:15.259 Product1@OID31:22v1 2024-05-03 05:14:15.260/* OrderDetail@OID32:22v0->0v1 2024-05-03 05:14:15.250/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResourceFolder@OID28:0v1("BranchingTest_testCommitRemoveOrderDetail")2024-05-03 05:14:15.250/* CDOResource@OID29:0v1("res") 2024-05-03 05:14:15.250/* OrderDetail@OID30:0v1 2024-05-03 05:14:15.250/* OrderDetail@OID32:0v1 2024-05-03 05:14:15.250/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResource@OID1:0v8("/") 2024-05-03 05:14:15.145/2024-05-03 05:14:15.249 CDOResource@OID1:0v9("/") 2024-05-03 05:14:15.250/* CDOResourceFolder@OID28:0v1("BranchingTest_testCommitRemoveOrderDetail")2024-05-03 05:14:15.250/* CDOResource@OID29:0v1("res") 2024-05-03 05:14:15.250/* OrderDetail@OID30:0v1 2024-05-03 05:14:15.250/* Product1@OID31:0v1 2024-05-03 05:14:15.250/* OrderDetail@OID32:0v1 2024-05-03 05:14:15.250/* BranchingTest_testCommitRemoveOrderDetail_subBranch[22]2024-05-03 05:14:15.250/* CDOResourceFolder@OID28:22v0("?")->0v1 2024-05-03 05:14:15.250/* CDOResource@OID29:22v0("?")->0v1 2024-05-03 05:14:15.250/2024-05-03 05:14:15.259 CDOResource@OID29:22v1("res") 2024-05-03 05:14:15.260/* OrderDetail@OID30:22v0->0v1 2024-05-03 05:14:15.250/2024-05-03 05:14:15.259 Product1@OID31:22v0->0v1 2024-05-03 05:14:15.250/2024-05-03 05:14:15.259 Product1@OID31:22v1 2024-05-03 05:14:15.260/* OrderDetail@OID32:22v0->0v1 2024-05-03 05:14:15.250/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResourceFolder@OID28:0v1("BranchingTest_testCommitRemoveOrderDetail")2024-05-03 05:14:15.250/* CDOResource@OID29:0v1("res") 2024-05-03 05:14:15.250/* OrderDetail@OID30:0v1 2024-05-03 05:14:15.250/* Product1@OID31:0v1 2024-05-03 05:14:15.250/* OrderDetail@OID32:0v1 2024-05-03 05:14:15.250/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResource@OID1:0v8("/") 2024-05-03 05:14:15.145/2024-05-03 05:14:15.249 CDOResource@OID1:0v9("/") 2024-05-03 05:14:15.250/* CDOResourceFolder@OID28:0v1("BranchingTest_testCommitRemoveOrderDetail")2024-05-03 05:14:15.250/* CDOResource@OID29:0v1("res") 2024-05-03 05:14:15.250/* OrderDetail@OID30:0v1 2024-05-03 05:14:15.250/* Product1@OID31:0v1 2024-05-03 05:14:15.250/* OrderDetail@OID32:0v1 2024-05-03 05:14:15.250/* BranchingTest_testCommitRemoveOrderDetail_subBranch[22]2024-05-03 05:14:15.250/* CDOResourceFolder@OID28:22v0("?")->0v1 2024-05-03 05:14:15.250/* CDOResource@OID29:22v0("?")->0v1 2024-05-03 05:14:15.250/2024-05-03 05:14:15.259 CDOResource@OID29:22v1("res") 2024-05-03 05:14:15.260/* OrderDetail@OID30:22v0->0v1 2024-05-03 05:14:15.250/2024-05-03 05:14:15.259 Product1@OID31:22v0->0v1 2024-05-03 05:14:15.250/2024-05-03 05:14:15.259 Product1@OID31:22v1 2024-05-03 05:14:15.260/* OrderDetail@OID32:22v0->0v1 2024-05-03 05:14:15.250/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResourceFolder@OID28:0v1("BranchingTest_testCommitRemoveOrderDetail")2024-05-03 05:14:15.250/* CDOResource@OID29:0v1("res") 2024-05-03 05:14:15.250/* OrderDetail@OID30:0v1 2024-05-03 05:14:15.250/* Product1@OID31:0v1 2024-05-03 05:14:15.250/* OrderDetail@OID32:0v1 2024-05-03 05:14:15.250/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResource@OID1:0v8("/") 2024-05-03 05:14:15.145/2024-05-03 05:14:15.249 CDOResource@OID1:0v9("/") 2024-05-03 05:14:15.250/* CDOResourceFolder@OID28:0v1("BranchingTest_testCommitRemoveOrderDetail")2024-05-03 05:14:15.250/* CDOResource@OID29:0v1("res") 2024-05-03 05:14:15.250/* OrderDetail@OID30:0v1 2024-05-03 05:14:15.250/* Product1@OID31:0v1 2024-05-03 05:14:15.250/* OrderDetail@OID32:0v1 2024-05-03 05:14:15.250/* BranchingTest_testCommitRemoveOrderDetail_subBranch[22]2024-05-03 05:14:15.250/* CDOResourceFolder@OID28:22v0("?")->0v1 2024-05-03 05:14:15.250/* CDOResource@OID29:22v0("?")->0v1 2024-05-03 05:14:15.250/2024-05-03 05:14:15.259 CDOResource@OID29:22v1("res") 2024-05-03 05:14:15.260/* OrderDetail@OID30:22v0->0v1 2024-05-03 05:14:15.250/2024-05-03 05:14:15.259 Product1@OID31:22v0->0v1 2024-05-03 05:14:15.250/2024-05-03 05:14:15.259 Product1@OID31:22v1 2024-05-03 05:14:15.260/* OrderDetail@OID32:22v0->0v1 2024-05-03 05:14:15.250/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResourceFolder@OID28:0v1("BranchingTest_testCommitRemoveOrderDetail")2024-05-03 05:14:15.250/* CDOResource@OID29:0v1("res") 2024-05-03 05:14:15.250/* OrderDetail@OID30:0v1 2024-05-03 05:14:15.250/* Product1@OID31:0v1 2024-05-03 05:14:15.250/* OrderDetail@OID32:0v1 2024-05-03 05:14:15.250/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResource@OID1:0v8("/") 2024-05-03 05:14:15.145/2024-05-03 05:14:15.249 CDOResource@OID1:0v9("/") 2024-05-03 05:14:15.250/* CDOResourceFolder@OID28:0v1("BranchingTest_testCommitRemoveOrderDetail")2024-05-03 05:14:15.250/* CDOResource@OID29:0v1("res") 2024-05-03 05:14:15.250/* OrderDetail@OID30:0v1 2024-05-03 05:14:15.250/* Product1@OID31:0v1 2024-05-03 05:14:15.250/* OrderDetail@OID32:0v1 2024-05-03 05:14:15.250/* BranchingTest_testCommitRemoveOrderDetail_subBranch[22]2024-05-03 05:14:15.250/* CDOResourceFolder@OID28:22v0("?")->0v1 2024-05-03 05:14:15.250/* CDOResource@OID29:22v0("?")->0v1 2024-05-03 05:14:15.250/2024-05-03 05:14:15.259 CDOResource@OID29:22v1("res") 2024-05-03 05:14:15.260/* OrderDetail@OID30:22v0->0v1 2024-05-03 05:14:15.250/2024-05-03 05:14:15.259 Product1@OID31:22v0->0v1 2024-05-03 05:14:15.250/2024-05-03 05:14:15.259 Product1@OID31:22v1 2024-05-03 05:14:15.260/* OrderDetail@OID32:22v0->0v1 2024-05-03 05:14:15.250/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResourceFolder@OID28:0v1("BranchingTest_testCommitRemoveOrderDetail")2024-05-03 05:14:15.250/* CDOResource@OID29:0v1("res") 2024-05-03 05:14:15.250/* OrderDetail@OID30:0v1 2024-05-03 05:14:15.250/* Product1@OID31:0v1 2024-05-03 05:14:15.250/* OrderDetail@OID32:0v1 2024-05-03 05:14:15.250/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResource@OID1:0v8("/") 2024-05-03 05:14:15.145/2024-05-03 05:14:15.249 CDOResource@OID1:0v9("/") 2024-05-03 05:14:15.250/* CDOResourceFolder@OID28:0v1("BranchingTest_testCommitRemoveOrderDetail")2024-05-03 05:14:15.250/* CDOResource@OID29:0v1("res") 2024-05-03 05:14:15.250/* OrderDetail@OID30:0v1 2024-05-03 05:14:15.250/* Product1@OID31:0v1 2024-05-03 05:14:15.250/* OrderDetail@OID32:0v1 2024-05-03 05:14:15.250/* BranchingTest_testCommitRemoveOrderDetail_subBranch[22]2024-05-03 05:14:15.250/* CDOResourceFolder@OID28:22v0("?")->0v1 2024-05-03 05:14:15.250/* CDOResource@OID29:22v0("?")->0v1 2024-05-03 05:14:15.250/2024-05-03 05:14:15.259 CDOResource@OID29:22v1("res") 2024-05-03 05:14:15.260/* OrderDetail@OID30:22v0->0v1 2024-05-03 05:14:15.250/2024-05-03 05:14:15.259 Product1@OID31:22v0->0v1 2024-05-03 05:14:15.250/2024-05-03 05:14:15.259 Product1@OID31:22v1 2024-05-03 05:14:15.260/* OrderDetail@OID32:22v0->0v1 2024-05-03 05:14:15.250/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResourceFolder@OID28:0v1("BranchingTest_testCommitRemoveOrderDetail")2024-05-03 05:14:15.250/* CDOResource@OID29:0v1("res") 2024-05-03 05:14:15.250/* OrderDetail@OID30:0v1 2024-05-03 05:14:15.250/* Product1@OID31:0v1 2024-05-03 05:14:15.250/* OrderDetail@OID32:0v1 2024-05-03 05:14:15.250/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResource@OID1:0v8("/") 2024-05-03 05:14:15.145/2024-05-03 05:14:15.249 CDOResource@OID1:0v9("/") 2024-05-03 05:14:15.250/* CDOResourceFolder@OID28:0v1("BranchingTest_testCommitRemoveOrderDetail")2024-05-03 05:14:15.250/* CDOResource@OID29:0v1("res") 2024-05-03 05:14:15.250/* OrderDetail@OID30:0v1 2024-05-03 05:14:15.250/* Product1@OID31:0v1 2024-05-03 05:14:15.250/* OrderDetail@OID32:0v1 2024-05-03 05:14:15.250/* BranchingTest_testCommitRemoveOrderDetail_subBranch[22]2024-05-03 05:14:15.250/* CDOResourceFolder@OID28:22v0("?")->0v1 2024-05-03 05:14:15.250/* CDOResource@OID29:22v0("?")->0v1 2024-05-03 05:14:15.250/2024-05-03 05:14:15.259 CDOResource@OID29:22v1("res") 2024-05-03 05:14:15.260/* OrderDetail@OID30:22v0->0v1 2024-05-03 05:14:15.250/2024-05-03 05:14:15.259 Product1@OID31:22v0->0v1 2024-05-03 05:14:15.250/2024-05-03 05:14:15.259 Product1@OID31:22v1 2024-05-03 05:14:15.260/* OrderDetail@OID32:22v0->0v1 2024-05-03 05:14:15.250/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResourceFolder@OID28:0v1("BranchingTest_testCommitRemoveOrderDetail")2024-05-03 05:14:15.250/* CDOResource@OID29:0v1("res") 2024-05-03 05:14:15.250/* OrderDetail@OID30:0v1 2024-05-03 05:14:15.250/* Product1@OID31:0v1 2024-05-03 05:14:15.250/* OrderDetail@OID32:0v1 2024-05-03 05:14:15.250/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResource@OID1:0v8("/") 2024-05-03 05:14:15.145/2024-05-03 05:14:15.249 CDOResource@OID1:0v9("/") 2024-05-03 05:14:15.250/* CDOResourceFolder@OID28:0v1("BranchingTest_testCommitRemoveOrderDetail")2024-05-03 05:14:15.250/* CDOResource@OID29:0v1("res") 2024-05-03 05:14:15.250/* OrderDetail@OID30:0v1 2024-05-03 05:14:15.250/* Product1@OID31:0v1 2024-05-03 05:14:15.250/* OrderDetail@OID32:0v1 2024-05-03 05:14:15.250/* BranchingTest_testCommitRemoveOrderDetail_subBranch[22]2024-05-03 05:14:15.250/* CDOResourceFolder@OID28:22v0("?")->0v1 2024-05-03 05:14:15.250/* CDOResource@OID29:22v0("?")->0v1 2024-05-03 05:14:15.250/2024-05-03 05:14:15.259 CDOResource@OID29:22v1("res") 2024-05-03 05:14:15.260/* OrderDetail@OID30:22v0->0v1 2024-05-03 05:14:15.250/2024-05-03 05:14:15.259 Product1@OID31:22v0->0v1 2024-05-03 05:14:15.250/2024-05-03 05:14:15.259 Product1@OID31:22v1 2024-05-03 05:14:15.260/* OrderDetail@OID32:22v0->0v1 2024-05-03 05:14:15.250/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResourceFolder@OID28:0v1("BranchingTest_testCommitRemoveOrderDetail")2024-05-03 05:14:15.250/* CDOResource@OID29:0v1("res") 2024-05-03 05:14:15.250/* OrderDetail@OID30:0v1 2024-05-03 05:14:15.250/* Product1@OID31:0v1 2024-05-03 05:14:15.250/* OrderDetail@OID32:0v1 2024-05-03 05:14:15.250/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResource@OID1:0v8("/") 2024-05-03 05:14:15.145/2024-05-03 05:14:15.249 CDOResource@OID1:0v9("/") 2024-05-03 05:14:15.250/* CDOResourceFolder@OID28:0v1("BranchingTest_testCommitRemoveOrderDetail")2024-05-03 05:14:15.250/* CDOResource@OID29:0v1("res") 2024-05-03 05:14:15.250/* OrderDetail@OID30:0v1 2024-05-03 05:14:15.250/* Product1@OID31:0v1 2024-05-03 05:14:15.250/* OrderDetail@OID32:0v1 2024-05-03 05:14:15.250/* BranchingTest_testCommitRemoveOrderDetail_subBranch[22]2024-05-03 05:14:15.250/* CDOResourceFolder@OID28:22v0("?")->0v1 2024-05-03 05:14:15.250/* CDOResource@OID29:22v0("?")->0v1 2024-05-03 05:14:15.250/2024-05-03 05:14:15.259 CDOResource@OID29:22v1("res") 2024-05-03 05:14:15.260/* OrderDetail@OID30:22v0->0v1 2024-05-03 05:14:15.250/2024-05-03 05:14:15.259 Product1@OID31:22v0->0v1 2024-05-03 05:14:15.250/2024-05-03 05:14:15.259 Product1@OID31:22v1 2024-05-03 05:14:15.260/* OrderDetail@OID32:22v0->0v1 2024-05-03 05:14:15.250/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResourceFolder@OID28:0v1("BranchingTest_testCommitRemoveOrderDetail")2024-05-03 05:14:15.250/* CDOResource@OID29:0v1("res") 2024-05-03 05:14:15.250/* OrderDetail@OID30:0v1 2024-05-03 05:14:15.250/* Product1@OID31:0v1 2024-05-03 05:14:15.250/* OrderDetail@OID32:0v1 2024-05-03 05:14:15.250/* BranchingTest_testCommitRemoveOrderDetail_subBranch[22]2024-05-03 05:14:15.250/* CDOResourceFolder@OID28:22v0("?")->0v1 2024-05-03 05:14:15.250/* CDOResource@OID29:22v0("?")->0v1 2024-05-03 05:14:15.250/2024-05-03 05:14:15.259 ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResource@OID1:0v8("/") 2024-05-03 05:14:15.145/2024-05-03 05:14:15.249 CDOResource@OID1:0v9("/") 2024-05-03 05:14:15.250/* CDOResourceFolder@OID28:0v1("BranchingTest_testCommitRemoveOrderDetail")2024-05-03 05:14:15.250/* CDOResource@OID29:0v1("res") 2024-05-03 05:14:15.250/* OrderDetail@OID30:0v1 2024-05-03 05:14:15.250/* Product1@OID31:0v1 2024-05-03 05:14:15.250/* OrderDetail@OID32:0v1 2024-05-03 05:14:15.250/* BranchingTest_testCommitRemoveOrderDetail_subBranch[22]2024-05-03 05:14:15.250/* CDOResourceFolder@OID28:22v0("?")->0v1 2024-05-03 05:14:15.250/* CDOResource@OID29:22v0("?")->0v1 2024-05-03 05:14:15.250/2024-05-03 05:14:15.259 CDOResource@OID29:22v1("res") 2024-05-03 05:14:15.260/* OrderDetail@OID30:22v0->0v1 2024-05-03 05:14:15.250/2024-05-03 05:14:15.259 Product1@OID31:22v0->0v1 2024-05-03 05:14:15.250/2024-05-03 05:14:15.259 Product1@OID31:22v1 2024-05-03 05:14:15.260/* OrderDetail@OID32:22v0->0v1 2024-05-03 05:14:15.250/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResourceFolder@OID28:0v1("BranchingTest_testCommitRemoveOrderDetail")2024-05-03 05:14:15.250/* CDOResource@OID29:0v1("res") 2024-05-03 05:14:15.250/* OrderDetail@OID30:0v1 2024-05-03 05:14:15.250/* Product1@OID31:0v1 2024-05-03 05:14:15.250/* OrderDetail@OID32:0v1 2024-05-03 05:14:15.250/* BranchingTest_testCommitRemoveOrderDetail_subBranch[22]2024-05-03 05:14:15.250/* CDOResourceFolder@OID28:22v0("?")->0v1 2024-05-03 05:14:15.250/* CDOResource@OID29:22v0("?")->0v1 2024-05-03 05:14:15.250/2024-05-03 05:14:15.259 OrderDetail@OID30:22v0->0v1 2024-05-03 05:14:15.250/2024-05-03 05:14:15.259 OrderDetail@OID32:22v0->0v1 2024-05-03 05:14:15.250/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResource@OID1:0v8("/") 2024-05-03 05:14:15.145/2024-05-03 05:14:15.249 CDOResource@OID1:0v9("/") 2024-05-03 05:14:15.250/* CDOResourceFolder@OID28:0v1("BranchingTest_testCommitRemoveOrderDetail")2024-05-03 05:14:15.250/* CDOResource@OID29:0v1("res") 2024-05-03 05:14:15.250/* OrderDetail@OID30:0v1 2024-05-03 05:14:15.250/* Product1@OID31:0v1 2024-05-03 05:14:15.250/* OrderDetail@OID32:0v1 2024-05-03 05:14:15.250/* BranchingTest_testCommitRemoveOrderDetail_subBranch[22]2024-05-03 05:14:15.250/* CDOResourceFolder@OID28:22v0("?")->0v1 2024-05-03 05:14:15.250/* CDOResource@OID29:22v0("?")->0v1 2024-05-03 05:14:15.250/2024-05-03 05:14:15.259 CDOResource@OID29:22v1("res") 2024-05-03 05:14:15.260/* OrderDetail@OID30:22v0->0v1 2024-05-03 05:14:15.250/2024-05-03 05:14:15.259 Product1@OID31:22v0->0v1 2024-05-03 05:14:15.250/2024-05-03 05:14:15.259 Product1@OID31:22v1 2024-05-03 05:14:15.260/* OrderDetail@OID32:22v0->0v1 2024-05-03 05:14:15.250/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResourceFolder@OID28:0v1("BranchingTest_testCommitRemoveOrderDetail")2024-05-03 05:14:15.250/* CDOResource@OID29:0v1("res") 2024-05-03 05:14:15.250/* OrderDetail@OID30:0v1 2024-05-03 05:14:15.250/* Product1@OID31:0v1 2024-05-03 05:14:15.250/* OrderDetail@OID32:0v1 2024-05-03 05:14:15.250/* BranchingTest_testCommitRemoveOrderDetail_subBranch[22]2024-05-03 05:14:15.250/* CDOResourceFolder@OID28:22v0("?")->0v1 2024-05-03 05:14:15.250/* CDOResource@OID29:22v0("?")->0v1 2024-05-03 05:14:15.250/2024-05-03 05:14:15.259 OrderDetail@OID30:22v0->0v1 2024-05-03 05:14:15.250/2024-05-03 05:14:15.259 Product1@OID31:22v0->0v1 2024-05-03 05:14:15.250/2024-05-03 05:14:15.259 OrderDetail@OID32:22v0->0v1 2024-05-03 05:14:15.250/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResource@OID1:0v8("/") 2024-05-03 05:14:15.145/2024-05-03 05:14:15.249 CDOResource@OID1:0v9("/") 2024-05-03 05:14:15.250/* CDOResourceFolder@OID28:0v1("BranchingTest_testCommitRemoveOrderDetail")2024-05-03 05:14:15.250/* CDOResource@OID29:0v1("res") 2024-05-03 05:14:15.250/* OrderDetail@OID30:0v1 2024-05-03 05:14:15.250/* Product1@OID31:0v1 2024-05-03 05:14:15.250/* OrderDetail@OID32:0v1 2024-05-03 05:14:15.250/* BranchingTest_testCommitRemoveOrderDetail_subBranch[22]2024-05-03 05:14:15.250/* CDOResourceFolder@OID28:22v0("?")->0v1 2024-05-03 05:14:15.250/* CDOResource@OID29:22v0("?")->0v1 2024-05-03 05:14:15.250/2024-05-03 05:14:15.259 CDOResource@OID29:22v1("res") 2024-05-03 05:14:15.260/* OrderDetail@OID30:22v0->0v1 2024-05-03 05:14:15.250/2024-05-03 05:14:15.259 Product1@OID31:22v0->0v1 2024-05-03 05:14:15.250/2024-05-03 05:14:15.259 Product1@OID31:22v1 2024-05-03 05:14:15.260/* OrderDetail@OID32:22v0->0v1 2024-05-03 05:14:15.250/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResourceFolder@OID28:0v1("BranchingTest_testCommitRemoveOrderDetail")2024-05-03 05:14:15.250/* CDOResource@OID29:0v1("res") 2024-05-03 05:14:15.250/* OrderDetail@OID30:0v1 2024-05-03 05:14:15.250/* Product1@OID31:0v1 2024-05-03 05:14:15.250/* OrderDetail@OID32:0v1 2024-05-03 05:14:15.250/* BranchingTest_testCommitRemoveOrderDetail_subBranch[22]2024-05-03 05:14:15.250/* CDOResourceFolder@OID28:22v0("?")->0v1 2024-05-03 05:14:15.250/* CDOResource@OID29:22v0("?")->0v1 2024-05-03 05:14:15.250/2024-05-03 05:14:15.259 CDOResource@OID29:22v1("res") 2024-05-03 05:14:15.260/* OrderDetail@OID30:22v0->0v1 2024-05-03 05:14:15.250/2024-05-03 05:14:15.259 Product1@OID31:22v0->0v1 2024-05-03 05:14:15.250/2024-05-03 05:14:15.259 OrderDetail@OID32:22v0->0v1 2024-05-03 05:14:15.250/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResource@OID1:0v8("/") 2024-05-03 05:14:15.145/2024-05-03 05:14:15.249 CDOResource@OID1:0v9("/") 2024-05-03 05:14:15.250/* CDOResourceFolder@OID28:0v1("BranchingTest_testCommitRemoveOrderDetail")2024-05-03 05:14:15.250/* CDOResource@OID29:0v1("res") 2024-05-03 05:14:15.250/* OrderDetail@OID30:0v1 2024-05-03 05:14:15.250/* Product1@OID31:0v1 2024-05-03 05:14:15.250/* OrderDetail@OID32:0v1 2024-05-03 05:14:15.250/* BranchingTest_testCommitRemoveOrderDetail_subBranch[22]2024-05-03 05:14:15.250/* CDOResourceFolder@OID28:22v0("?")->0v1 2024-05-03 05:14:15.250/* CDOResource@OID29:22v0("?")->0v1 2024-05-03 05:14:15.250/2024-05-03 05:14:15.259 CDOResource@OID29:22v1("res") 2024-05-03 05:14:15.260/* OrderDetail@OID30:22v0->0v1 2024-05-03 05:14:15.250/2024-05-03 05:14:15.259 Product1@OID31:22v0->0v1 2024-05-03 05:14:15.250/2024-05-03 05:14:15.259 Product1@OID31:22v1 2024-05-03 05:14:15.260/* OrderDetail@OID32:22v0->0v1 2024-05-03 05:14:15.250/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResourceFolder@OID28:0v1("BranchingTest_testCommitRemoveOrderDetail")2024-05-03 05:14:15.250/* CDOResource@OID29:0v1("res") 2024-05-03 05:14:15.250/* OrderDetail@OID30:0v1 2024-05-03 05:14:15.250/* Product1@OID31:0v1 2024-05-03 05:14:15.250/* OrderDetail@OID32:0v1 2024-05-03 05:14:15.250/* BranchingTest_testCommitRemoveOrderDetail_subBranch[22]2024-05-03 05:14:15.250/* CDOResourceFolder@OID28:22v0("?")->0v1 2024-05-03 05:14:15.250/* CDOResource@OID29:22v0("?")->0v1 2024-05-03 05:14:15.250/2024-05-03 05:14:15.259 CDOResource@OID29:22v1("res") 2024-05-03 05:14:15.260/* OrderDetail@OID30:22v0->0v1 2024-05-03 05:14:15.250/2024-05-03 05:14:15.259 Product1@OID31:22v0->0v1 2024-05-03 05:14:15.250/2024-05-03 05:14:15.259 OrderDetail@OID32:22v0->0v1 2024-05-03 05:14:15.250/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResource@OID1:0v8("/") 2024-05-03 05:14:15.145/2024-05-03 05:14:15.249 CDOResource@OID1:0v9("/") 2024-05-03 05:14:15.250/* CDOResourceFolder@OID28:0v1("BranchingTest_testCommitRemoveOrderDetail")2024-05-03 05:14:15.250/* CDOResource@OID29:0v1("res") 2024-05-03 05:14:15.250/* OrderDetail@OID30:0v1 2024-05-03 05:14:15.250/* Product1@OID31:0v1 2024-05-03 05:14:15.250/* OrderDetail@OID32:0v1 2024-05-03 05:14:15.250/* BranchingTest_testCommitRemoveOrderDetail_subBranch[22]2024-05-03 05:14:15.250/* CDOResourceFolder@OID28:22v0("?")->0v1 2024-05-03 05:14:15.250/* CDOResource@OID29:22v0("?")->0v1 2024-05-03 05:14:15.250/2024-05-03 05:14:15.259 CDOResource@OID29:22v1("res") 2024-05-03 05:14:15.260/* OrderDetail@OID30:22v0->0v1 2024-05-03 05:14:15.250/2024-05-03 05:14:15.259 Product1@OID31:22v0->0v1 2024-05-03 05:14:15.250/2024-05-03 05:14:15.259 Product1@OID31:22v1 2024-05-03 05:14:15.260/* OrderDetail@OID32:22v0->0v1 2024-05-03 05:14:15.250/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResourceFolder@OID28:0v1("BranchingTest_testCommitRemoveOrderDetail")2024-05-03 05:14:15.250/* CDOResource@OID29:0v1("res") 2024-05-03 05:14:15.250/* OrderDetail@OID30:0v1 2024-05-03 05:14:15.250/* Product1@OID31:0v1 2024-05-03 05:14:15.250/* OrderDetail@OID32:0v1 2024-05-03 05:14:15.250/* BranchingTest_testCommitRemoveOrderDetail_subBranch[22]2024-05-03 05:14:15.250/* CDOResourceFolder@OID28:22v0("?")->0v1 2024-05-03 05:14:15.250/* CDOResource@OID29:22v0("?")->0v1 2024-05-03 05:14:15.250/2024-05-03 05:14:15.259 CDOResource@OID29:22v1("res") 2024-05-03 05:14:15.260/* OrderDetail@OID30:22v0->0v1 2024-05-03 05:14:15.250/2024-05-03 05:14:15.259 Product1@OID31:22v0->0v1 2024-05-03 05:14:15.250/2024-05-03 05:14:15.259 Product1@OID31:22v1 2024-05-03 05:14:15.260/* OrderDetail@OID32:22v0->0v1 2024-05-03 05:14:15.250/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResource@OID1:0v8("/") 2024-05-03 05:14:15.145/2024-05-03 05:14:15.249 CDOResource@OID1:0v9("/") 2024-05-03 05:14:15.250/* CDOResourceFolder@OID28:0v1("BranchingTest_testCommitRemoveOrderDetail")2024-05-03 05:14:15.250/* CDOResource@OID29:0v1("res") 2024-05-03 05:14:15.250/* OrderDetail@OID30:0v1 2024-05-03 05:14:15.250/* Product1@OID31:0v1 2024-05-03 05:14:15.250/* OrderDetail@OID32:0v1 2024-05-03 05:14:15.250/* BranchingTest_testCommitRemoveOrderDetail_subBranch[22]2024-05-03 05:14:15.250/* CDOResourceFolder@OID28:22v0("?")->0v1 2024-05-03 05:14:15.250/* CDOResource@OID29:22v0("?")->0v1 2024-05-03 05:14:15.250/2024-05-03 05:14:15.259 CDOResource@OID29:22v1("res") 2024-05-03 05:14:15.260/* OrderDetail@OID30:22v0->0v1 2024-05-03 05:14:15.250/2024-05-03 05:14:15.259 Product1@OID31:22v0->0v1 2024-05-03 05:14:15.250/2024-05-03 05:14:15.259 Product1@OID31:22v1 2024-05-03 05:14:15.260/* OrderDetail@OID32:22v0->0v1 2024-05-03 05:14:15.250/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResourceFolder@OID28:0v1("BranchingTest_testCommitRemoveOrderDetail")2024-05-03 05:14:15.250/* CDOResource@OID29:0v1("res") 2024-05-03 05:14:15.250/* OrderDetail@OID30:0v1 2024-05-03 05:14:15.250/* Product1@OID31:0v1 2024-05-03 05:14:15.250/* OrderDetail@OID32:0v1 2024-05-03 05:14:15.250/* BranchingTest_testCommitRemoveOrderDetail_subBranch[22]2024-05-03 05:14:15.250/* CDOResourceFolder@OID28:22v0("?")->0v1 2024-05-03 05:14:15.250/* CDOResource@OID29:22v0("?")->0v1 2024-05-03 05:14:15.250/2024-05-03 05:14:15.259 CDOResource@OID29:22v1("res") 2024-05-03 05:14:15.260/* OrderDetail@OID30:22v0->0v1 2024-05-03 05:14:15.250/2024-05-03 05:14:15.259 Product1@OID31:22v0->0v1 2024-05-03 05:14:15.250/2024-05-03 05:14:15.259 Product1@OID31:22v1 2024-05-03 05:14:15.260/* OrderDetail@OID32:22v0->0v1 2024-05-03 05:14:15.250/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResource@OID1:0v8("/") 2024-05-03 05:14:15.145/2024-05-03 05:14:15.249 CDOResource@OID1:0v9("/") 2024-05-03 05:14:15.250/* CDOResourceFolder@OID28:0v1("BranchingTest_testCommitRemoveOrderDetail")2024-05-03 05:14:15.250/* CDOResource@OID29:0v1("res") 2024-05-03 05:14:15.250/* OrderDetail@OID30:0v1 2024-05-03 05:14:15.250/* Product1@OID31:0v1 2024-05-03 05:14:15.250/* OrderDetail@OID32:0v1 2024-05-03 05:14:15.250/* BranchingTest_testCommitRemoveOrderDetail_subBranch[22]2024-05-03 05:14:15.250/* CDOResourceFolder@OID28:22v0("?")->0v1 2024-05-03 05:14:15.250/* CDOResource@OID29:22v0("?")->0v1 2024-05-03 05:14:15.250/2024-05-03 05:14:15.259 CDOResource@OID29:22v1("res") 2024-05-03 05:14:15.260/* OrderDetail@OID30:22v0->0v1 2024-05-03 05:14:15.250/2024-05-03 05:14:15.259 Product1@OID31:22v0->0v1 2024-05-03 05:14:15.250/2024-05-03 05:14:15.259 Product1@OID31:22v1 2024-05-03 05:14:15.260/* OrderDetail@OID32:22v0->0v1 2024-05-03 05:14:15.250/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResourceFolder@OID28:0v1("BranchingTest_testCommitRemoveOrderDetail")2024-05-03 05:14:15.250/* CDOResource@OID29:0v1("res") 2024-05-03 05:14:15.250/* OrderDetail@OID30:0v1 2024-05-03 05:14:15.250/* Product1@OID31:0v1 2024-05-03 05:14:15.250/* OrderDetail@OID32:0v1 2024-05-03 05:14:15.250/* BranchingTest_testCommitRemoveOrderDetail_subBranch[22]2024-05-03 05:14:15.250/* CDOResourceFolder@OID28:22v0("?")->0v1 2024-05-03 05:14:15.250/* CDOResource@OID29:22v0("?")->0v1 2024-05-03 05:14:15.250/2024-05-03 05:14:15.259 CDOResource@OID29:22v1("res") 2024-05-03 05:14:15.260/* OrderDetail@OID30:22v0->0v1 2024-05-03 05:14:15.250/2024-05-03 05:14:15.259 Product1@OID31:22v0->0v1 2024-05-03 05:14:15.250/2024-05-03 05:14:15.259 Product1@OID31:22v1 2024-05-03 05:14:15.260/* OrderDetail@OID32:22v0->0v1 2024-05-03 05:14:15.250/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResource@OID1:0v8("/") 2024-05-03 05:14:15.145/2024-05-03 05:14:15.249 CDOResource@OID1:0v9("/") 2024-05-03 05:14:15.250/* CDOResourceFolder@OID28:0v1("BranchingTest_testCommitRemoveOrderDetail")2024-05-03 05:14:15.250/* CDOResource@OID29:0v1("res") 2024-05-03 05:14:15.250/* OrderDetail@OID30:0v1 2024-05-03 05:14:15.250/* Product1@OID31:0v1 2024-05-03 05:14:15.250/* OrderDetail@OID32:0v1 2024-05-03 05:14:15.250/* BranchingTest_testCommitRemoveOrderDetail_subBranch[22]2024-05-03 05:14:15.250/* CDOResourceFolder@OID28:22v0("?")->0v1 2024-05-03 05:14:15.250/* CDOResource@OID29:22v0("?")->0v1 2024-05-03 05:14:15.250/2024-05-03 05:14:15.259 CDOResource@OID29:22v1("res") 2024-05-03 05:14:15.260/* OrderDetail@OID30:22v0->0v1 2024-05-03 05:14:15.250/2024-05-03 05:14:15.259 Product1@OID31:22v0->0v1 2024-05-03 05:14:15.250/2024-05-03 05:14:15.259 Product1@OID31:22v1 2024-05-03 05:14:15.260/* OrderDetail@OID32:22v0->0v1 2024-05-03 05:14:15.250/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResourceFolder@OID28:0v1("BranchingTest_testCommitRemoveOrderDetail")2024-05-03 05:14:15.250/* CDOResource@OID29:0v1("res") 2024-05-03 05:14:15.250/* OrderDetail@OID30:0v1 2024-05-03 05:14:15.250/* Product1@OID31:0v1 2024-05-03 05:14:15.250/* OrderDetail@OID32:0v1 2024-05-03 05:14:15.250/* BranchingTest_testCommitRemoveOrderDetail_subBranch[22]2024-05-03 05:14:15.250/* CDOResourceFolder@OID28:22v0("?")->0v1 2024-05-03 05:14:15.250/* CDOResource@OID29:22v0("?")->0v1 2024-05-03 05:14:15.250/2024-05-03 05:14:15.259 CDOResource@OID29:22v1("res") 2024-05-03 05:14:15.260/* OrderDetail@OID30:22v0->0v1 2024-05-03 05:14:15.250/2024-05-03 05:14:15.259 Product1@OID31:22v0->0v1 2024-05-03 05:14:15.250/2024-05-03 05:14:15.259 Product1@OID31:22v1 2024-05-03 05:14:15.260/* OrderDetail@OID32:22v0->0v1 2024-05-03 05:14:15.250/* ******************************************************* BranchingTest.testContainment [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* BranchingTest.testCreateBranch [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* BranchingTest.testCreateBranchDuplicate [H2-branching-ranges, JVM, Native] ******************************************************* [ERROR] The branch MAIN/BranchingTest_testCreateBranchDuplicate_existing already exists org.eclipse.emf.cdo.common.branch.CDODuplicateBranchException: The branch MAIN/BranchingTest_testCreateBranchDuplicate_existing already exists at org.eclipse.emf.cdo.internal.server.Repository.checkDuplicateBranchBase(Repository.java:688) at org.eclipse.emf.cdo.internal.server.Repository.createBranch(Repository.java:549) at org.eclipse.emf.cdo.tests.config.impl.RepositoryConfig$6.createBranch(RepositoryConfig.java:755) at org.eclipse.emf.cdo.internal.common.branch.CDOBranchManagerImpl.createBranch(CDOBranchManagerImpl.java:364) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CreateBranchIndication.responding(CreateBranchIndication.java:51) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerIndication.responding(CDOServerIndication.java:162) at org.eclipse.net4j.signal.IndicationWithResponse.doExtendedOutput(IndicationWithResponse.java:100) at org.eclipse.net4j.signal.Signal.doOutput(Signal.java:407) at org.eclipse.net4j.signal.IndicationWithResponse.execute(IndicationWithResponse.java:74) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerWriteIndication.execute(CDOServerWriteIndication.java:34) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) ******************************************************* BranchingTest.testCreateBranchIllegalName [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* BranchingTest.testDeleteBranch [H2-branching-ranges, JVM, Native] ******************************************************* [ERROR] Cannot invoke "java.util.concurrent.ConcurrentMap.values()" because "infos" is null java.lang.NullPointerException: Cannot invoke "java.util.concurrent.ConcurrentMap.values()" because "infos" is null at org.eclipse.emf.internal.cdo.session.CDOLockStateCacheImpl.remapOwner(CDOLockStateCacheImpl.java:356) at org.eclipse.emf.cdo.internal.net4j.protocol.LockOwnerRemappedNotificationIndication.indicating(LockOwnerRemappedNotificationIndication.java:40) at org.eclipse.emf.cdo.internal.net4j.protocol.CDOClientIndication.indicating(CDOClientIndication.java:77) at org.eclipse.net4j.signal.Indication.doExtendedInput(Indication.java:57) at org.eclipse.net4j.signal.Signal.doInput(Signal.java:434) at org.eclipse.net4j.signal.Indication.execute(Indication.java:51) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) ******************************************************* BranchingTest.testDetachExisting [H2-branching-ranges, JVM, Native] ******************************************************* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResource@OID1:0v10("/") 2024-05-03 05:14:15.491/2024-05-03 05:14:15.589 CDOResource@OID1:0v11("/") 2024-05-03 05:14:15.590/* CDOResourceFolder@OID66:0v1("BranchingTest_testDetachExisting")2024-05-03 05:14:15.590/* CDOResource@OID67:0v1("res") 2024-05-03 05:14:15.590/* Product1@OID68:0v1 2024-05-03 05:14:15.590/* OrderDetail@OID69:0v1 2024-05-03 05:14:15.590/* BranchingTest_testDetachExisting_subBranch[33] 2024-05-03 05:14:15.590/* CDOResourceFolder@OID66:33v0("?")->0v1 2024-05-03 05:14:15.590/* CDOResource@OID67:33v0("?")->0v1 2024-05-03 05:14:15.590/2024-05-03 05:14:15.627 CDOResource@OID67:33v1("res") 2024-05-03 05:14:15.628/2024-05-03 05:14:15.631 CDOResource@OID67:33v2("res") 2024-05-03 05:14:15.632/* Product1@OID68:33v0->0v1 2024-05-03 05:14:15.590/2024-05-03 05:14:15.627 Product1@OID68:33v1 2024-05-03 05:14:15.628/2024-05-03 05:14:15.631 Product1@OID68:33v2 2024-05-03 05:14:15.632/* OrderDetail@OID69:33v0->0v1 2024-05-03 05:14:15.590/2024-05-03 05:14:15.625 OrderDetail@OID69:33v1 2024-05-03 05:14:15.626/2024-05-03 05:14:15.627 OrderDetail@OID70:33v1 2024-05-03 05:14:15.632/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResourceFolder@OID66:0v1("BranchingTest_testDetachExisting")2024-05-03 05:14:15.590/* CDOResource@OID67:0v1("res") 2024-05-03 05:14:15.590/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResource@OID1:0v10("/") 2024-05-03 05:14:15.491/2024-05-03 05:14:15.589 CDOResource@OID1:0v11("/") 2024-05-03 05:14:15.590/* CDOResourceFolder@OID66:0v1("BranchingTest_testDetachExisting")2024-05-03 05:14:15.590/* CDOResource@OID67:0v1("res") 2024-05-03 05:14:15.590/* Product1@OID68:0v1 2024-05-03 05:14:15.590/* OrderDetail@OID69:0v1 2024-05-03 05:14:15.590/* BranchingTest_testDetachExisting_subBranch[33] 2024-05-03 05:14:15.590/* CDOResourceFolder@OID66:33v0("?")->0v1 2024-05-03 05:14:15.590/* CDOResource@OID67:33v0("?")->0v1 2024-05-03 05:14:15.590/2024-05-03 05:14:15.627 CDOResource@OID67:33v1("res") 2024-05-03 05:14:15.628/2024-05-03 05:14:15.631 CDOResource@OID67:33v2("res") 2024-05-03 05:14:15.632/* Product1@OID68:33v0->0v1 2024-05-03 05:14:15.590/2024-05-03 05:14:15.627 Product1@OID68:33v1 2024-05-03 05:14:15.628/2024-05-03 05:14:15.631 Product1@OID68:33v2 2024-05-03 05:14:15.632/* OrderDetail@OID69:33v0->0v1 2024-05-03 05:14:15.590/2024-05-03 05:14:15.625 OrderDetail@OID69:33v1 2024-05-03 05:14:15.626/2024-05-03 05:14:15.627 OrderDetail@OID70:33v1 2024-05-03 05:14:15.632/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResourceFolder@OID66:0v1("BranchingTest_testDetachExisting")2024-05-03 05:14:15.590/* CDOResource@OID67:0v1("res") 2024-05-03 05:14:15.590/* OrderDetail@OID69:0v1 2024-05-03 05:14:15.590/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResource@OID1:0v10("/") 2024-05-03 05:14:15.491/2024-05-03 05:14:15.589 CDOResource@OID1:0v11("/") 2024-05-03 05:14:15.590/* CDOResourceFolder@OID66:0v1("BranchingTest_testDetachExisting")2024-05-03 05:14:15.590/* CDOResource@OID67:0v1("res") 2024-05-03 05:14:15.590/* Product1@OID68:0v1 2024-05-03 05:14:15.590/* OrderDetail@OID69:0v1 2024-05-03 05:14:15.590/* BranchingTest_testDetachExisting_subBranch[33] 2024-05-03 05:14:15.590/* CDOResourceFolder@OID66:33v0("?")->0v1 2024-05-03 05:14:15.590/* CDOResource@OID67:33v0("?")->0v1 2024-05-03 05:14:15.590/2024-05-03 05:14:15.627 CDOResource@OID67:33v1("res") 2024-05-03 05:14:15.628/2024-05-03 05:14:15.631 CDOResource@OID67:33v2("res") 2024-05-03 05:14:15.632/* Product1@OID68:33v0->0v1 2024-05-03 05:14:15.590/2024-05-03 05:14:15.627 Product1@OID68:33v1 2024-05-03 05:14:15.628/2024-05-03 05:14:15.631 Product1@OID68:33v2 2024-05-03 05:14:15.632/* OrderDetail@OID69:33v0->0v1 2024-05-03 05:14:15.590/2024-05-03 05:14:15.625 OrderDetail@OID69:33v1 2024-05-03 05:14:15.626/2024-05-03 05:14:15.627 OrderDetail@OID70:33v1 2024-05-03 05:14:15.632/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResourceFolder@OID66:0v1("BranchingTest_testDetachExisting")2024-05-03 05:14:15.590/* CDOResource@OID67:0v1("res") 2024-05-03 05:14:15.590/* Product1@OID68:0v1 2024-05-03 05:14:15.590/* OrderDetail@OID69:0v1 2024-05-03 05:14:15.590/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResource@OID1:0v10("/") 2024-05-03 05:14:15.491/2024-05-03 05:14:15.589 CDOResource@OID1:0v11("/") 2024-05-03 05:14:15.590/* CDOResourceFolder@OID66:0v1("BranchingTest_testDetachExisting")2024-05-03 05:14:15.590/* CDOResource@OID67:0v1("res") 2024-05-03 05:14:15.590/* Product1@OID68:0v1 2024-05-03 05:14:15.590/* OrderDetail@OID69:0v1 2024-05-03 05:14:15.590/* BranchingTest_testDetachExisting_subBranch[33] 2024-05-03 05:14:15.590/* CDOResourceFolder@OID66:33v0("?")->0v1 2024-05-03 05:14:15.590/* CDOResource@OID67:33v0("?")->0v1 2024-05-03 05:14:15.590/2024-05-03 05:14:15.627 CDOResource@OID67:33v1("res") 2024-05-03 05:14:15.628/2024-05-03 05:14:15.631 CDOResource@OID67:33v2("res") 2024-05-03 05:14:15.632/* Product1@OID68:33v0->0v1 2024-05-03 05:14:15.590/2024-05-03 05:14:15.627 Product1@OID68:33v1 2024-05-03 05:14:15.628/2024-05-03 05:14:15.631 Product1@OID68:33v2 2024-05-03 05:14:15.632/* OrderDetail@OID69:33v0->0v1 2024-05-03 05:14:15.590/2024-05-03 05:14:15.625 OrderDetail@OID69:33v1 2024-05-03 05:14:15.626/2024-05-03 05:14:15.627 OrderDetail@OID70:33v1 2024-05-03 05:14:15.632/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResourceFolder@OID66:0v1("BranchingTest_testDetachExisting")2024-05-03 05:14:15.590/* CDOResource@OID67:0v1("res") 2024-05-03 05:14:15.590/* Product1@OID68:0v1 2024-05-03 05:14:15.590/* OrderDetail@OID69:0v1 2024-05-03 05:14:15.590/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResource@OID1:0v10("/") 2024-05-03 05:14:15.491/2024-05-03 05:14:15.589 CDOResource@OID1:0v11("/") 2024-05-03 05:14:15.590/* CDOResourceFolder@OID66:0v1("BranchingTest_testDetachExisting")2024-05-03 05:14:15.590/* CDOResource@OID67:0v1("res") 2024-05-03 05:14:15.590/* Product1@OID68:0v1 2024-05-03 05:14:15.590/* OrderDetail@OID69:0v1 2024-05-03 05:14:15.590/* BranchingTest_testDetachExisting_subBranch[33] 2024-05-03 05:14:15.590/* CDOResourceFolder@OID66:33v0("?")->0v1 2024-05-03 05:14:15.590/* CDOResource@OID67:33v0("?")->0v1 2024-05-03 05:14:15.590/2024-05-03 05:14:15.627 CDOResource@OID67:33v1("res") 2024-05-03 05:14:15.628/2024-05-03 05:14:15.631 CDOResource@OID67:33v2("res") 2024-05-03 05:14:15.632/* Product1@OID68:33v0->0v1 2024-05-03 05:14:15.590/2024-05-03 05:14:15.627 Product1@OID68:33v1 2024-05-03 05:14:15.628/2024-05-03 05:14:15.631 Product1@OID68:33v2 2024-05-03 05:14:15.632/* OrderDetail@OID69:33v0->0v1 2024-05-03 05:14:15.590/2024-05-03 05:14:15.625 OrderDetail@OID69:33v1 2024-05-03 05:14:15.626/2024-05-03 05:14:15.627 OrderDetail@OID70:33v1 2024-05-03 05:14:15.632/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResourceFolder@OID66:0v1("BranchingTest_testDetachExisting")2024-05-03 05:14:15.590/* CDOResource@OID67:0v1("res") 2024-05-03 05:14:15.590/* Product1@OID68:0v1 2024-05-03 05:14:15.590/* OrderDetail@OID69:0v1 2024-05-03 05:14:15.590/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResource@OID1:0v10("/") 2024-05-03 05:14:15.491/2024-05-03 05:14:15.589 CDOResource@OID1:0v11("/") 2024-05-03 05:14:15.590/* CDOResourceFolder@OID66:0v1("BranchingTest_testDetachExisting")2024-05-03 05:14:15.590/* CDOResource@OID67:0v1("res") 2024-05-03 05:14:15.590/* Product1@OID68:0v1 2024-05-03 05:14:15.590/* OrderDetail@OID69:0v1 2024-05-03 05:14:15.590/* BranchingTest_testDetachExisting_subBranch[33] 2024-05-03 05:14:15.590/* CDOResourceFolder@OID66:33v0("?")->0v1 2024-05-03 05:14:15.590/* CDOResource@OID67:33v0("?")->0v1 2024-05-03 05:14:15.590/2024-05-03 05:14:15.627 CDOResource@OID67:33v1("res") 2024-05-03 05:14:15.628/2024-05-03 05:14:15.631 CDOResource@OID67:33v2("res") 2024-05-03 05:14:15.632/* Product1@OID68:33v0->0v1 2024-05-03 05:14:15.590/2024-05-03 05:14:15.627 Product1@OID68:33v1 2024-05-03 05:14:15.628/2024-05-03 05:14:15.631 Product1@OID68:33v2 2024-05-03 05:14:15.632/* OrderDetail@OID69:33v0->0v1 2024-05-03 05:14:15.590/2024-05-03 05:14:15.625 OrderDetail@OID69:33v1 2024-05-03 05:14:15.626/2024-05-03 05:14:15.627 OrderDetail@OID70:33v1 2024-05-03 05:14:15.632/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResourceFolder@OID66:0v1("BranchingTest_testDetachExisting")2024-05-03 05:14:15.590/* CDOResource@OID67:0v1("res") 2024-05-03 05:14:15.590/* Product1@OID68:0v1 2024-05-03 05:14:15.590/* OrderDetail@OID69:0v1 2024-05-03 05:14:15.590/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResource@OID1:0v10("/") 2024-05-03 05:14:15.491/2024-05-03 05:14:15.589 CDOResource@OID1:0v11("/") 2024-05-03 05:14:15.590/* CDOResourceFolder@OID66:0v1("BranchingTest_testDetachExisting")2024-05-03 05:14:15.590/* CDOResource@OID67:0v1("res") 2024-05-03 05:14:15.590/* Product1@OID68:0v1 2024-05-03 05:14:15.590/* OrderDetail@OID69:0v1 2024-05-03 05:14:15.590/* BranchingTest_testDetachExisting_subBranch[33] 2024-05-03 05:14:15.590/* CDOResourceFolder@OID66:33v0("?")->0v1 2024-05-03 05:14:15.590/* CDOResource@OID67:33v0("?")->0v1 2024-05-03 05:14:15.590/2024-05-03 05:14:15.627 CDOResource@OID67:33v1("res") 2024-05-03 05:14:15.628/2024-05-03 05:14:15.631 CDOResource@OID67:33v2("res") 2024-05-03 05:14:15.632/* Product1@OID68:33v0->0v1 2024-05-03 05:14:15.590/2024-05-03 05:14:15.627 Product1@OID68:33v1 2024-05-03 05:14:15.628/2024-05-03 05:14:15.631 Product1@OID68:33v2 2024-05-03 05:14:15.632/* OrderDetail@OID69:33v0->0v1 2024-05-03 05:14:15.590/2024-05-03 05:14:15.625 OrderDetail@OID69:33v1 2024-05-03 05:14:15.626/2024-05-03 05:14:15.627 OrderDetail@OID70:33v1 2024-05-03 05:14:15.632/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResourceFolder@OID66:0v1("BranchingTest_testDetachExisting")2024-05-03 05:14:15.590/* CDOResource@OID67:0v1("res") 2024-05-03 05:14:15.590/* Product1@OID68:0v1 2024-05-03 05:14:15.590/* OrderDetail@OID69:0v1 2024-05-03 05:14:15.590/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResource@OID1:0v10("/") 2024-05-03 05:14:15.491/2024-05-03 05:14:15.589 CDOResource@OID1:0v11("/") 2024-05-03 05:14:15.590/* CDOResourceFolder@OID66:0v1("BranchingTest_testDetachExisting")2024-05-03 05:14:15.590/* CDOResource@OID67:0v1("res") 2024-05-03 05:14:15.590/* Product1@OID68:0v1 2024-05-03 05:14:15.590/* OrderDetail@OID69:0v1 2024-05-03 05:14:15.590/* BranchingTest_testDetachExisting_subBranch[33] 2024-05-03 05:14:15.590/* CDOResourceFolder@OID66:33v0("?")->0v1 2024-05-03 05:14:15.590/* CDOResource@OID67:33v0("?")->0v1 2024-05-03 05:14:15.590/2024-05-03 05:14:15.627 CDOResource@OID67:33v1("res") 2024-05-03 05:14:15.628/2024-05-03 05:14:15.631 CDOResource@OID67:33v2("res") 2024-05-03 05:14:15.632/* Product1@OID68:33v0->0v1 2024-05-03 05:14:15.590/2024-05-03 05:14:15.627 Product1@OID68:33v1 2024-05-03 05:14:15.628/2024-05-03 05:14:15.631 Product1@OID68:33v2 2024-05-03 05:14:15.632/* OrderDetail@OID69:33v0->0v1 2024-05-03 05:14:15.590/2024-05-03 05:14:15.625 OrderDetail@OID69:33v1 2024-05-03 05:14:15.626/2024-05-03 05:14:15.627 OrderDetail@OID70:33v1 2024-05-03 05:14:15.632/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResourceFolder@OID66:0v1("BranchingTest_testDetachExisting")2024-05-03 05:14:15.590/* CDOResource@OID67:0v1("res") 2024-05-03 05:14:15.590/* Product1@OID68:0v1 2024-05-03 05:14:15.590/* OrderDetail@OID69:0v1 2024-05-03 05:14:15.590/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResource@OID1:0v10("/") 2024-05-03 05:14:15.491/2024-05-03 05:14:15.589 CDOResource@OID1:0v11("/") 2024-05-03 05:14:15.590/* CDOResourceFolder@OID66:0v1("BranchingTest_testDetachExisting")2024-05-03 05:14:15.590/* CDOResource@OID67:0v1("res") 2024-05-03 05:14:15.590/* Product1@OID68:0v1 2024-05-03 05:14:15.590/* OrderDetail@OID69:0v1 2024-05-03 05:14:15.590/* BranchingTest_testDetachExisting_subBranch[33] 2024-05-03 05:14:15.590/* CDOResourceFolder@OID66:33v0("?")->0v1 2024-05-03 05:14:15.590/* CDOResource@OID67:33v0("?")->0v1 2024-05-03 05:14:15.590/2024-05-03 05:14:15.627 CDOResource@OID67:33v1("res") 2024-05-03 05:14:15.628/2024-05-03 05:14:15.631 CDOResource@OID67:33v2("res") 2024-05-03 05:14:15.632/* Product1@OID68:33v0->0v1 2024-05-03 05:14:15.590/2024-05-03 05:14:15.627 Product1@OID68:33v1 2024-05-03 05:14:15.628/2024-05-03 05:14:15.631 Product1@OID68:33v2 2024-05-03 05:14:15.632/* OrderDetail@OID69:33v0->0v1 2024-05-03 05:14:15.590/2024-05-03 05:14:15.625 OrderDetail@OID69:33v1 2024-05-03 05:14:15.626/2024-05-03 05:14:15.627 OrderDetail@OID70:33v1 2024-05-03 05:14:15.632/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResourceFolder@OID66:0v1("BranchingTest_testDetachExisting")2024-05-03 05:14:15.590/* CDOResource@OID67:0v1("res") 2024-05-03 05:14:15.590/* Product1@OID68:0v1 2024-05-03 05:14:15.590/* OrderDetail@OID69:0v1 2024-05-03 05:14:15.590/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResource@OID1:0v10("/") 2024-05-03 05:14:15.491/2024-05-03 05:14:15.589 CDOResource@OID1:0v11("/") 2024-05-03 05:14:15.590/* CDOResourceFolder@OID66:0v1("BranchingTest_testDetachExisting")2024-05-03 05:14:15.590/* CDOResource@OID67:0v1("res") 2024-05-03 05:14:15.590/* Product1@OID68:0v1 2024-05-03 05:14:15.590/* OrderDetail@OID69:0v1 2024-05-03 05:14:15.590/* BranchingTest_testDetachExisting_subBranch[33] 2024-05-03 05:14:15.590/* CDOResourceFolder@OID66:33v0("?")->0v1 2024-05-03 05:14:15.590/* CDOResource@OID67:33v0("?")->0v1 2024-05-03 05:14:15.590/2024-05-03 05:14:15.627 CDOResource@OID67:33v1("res") 2024-05-03 05:14:15.628/2024-05-03 05:14:15.631 CDOResource@OID67:33v2("res") 2024-05-03 05:14:15.632/* Product1@OID68:33v0->0v1 2024-05-03 05:14:15.590/2024-05-03 05:14:15.627 Product1@OID68:33v1 2024-05-03 05:14:15.628/2024-05-03 05:14:15.631 Product1@OID68:33v2 2024-05-03 05:14:15.632/* OrderDetail@OID69:33v0->0v1 2024-05-03 05:14:15.590/2024-05-03 05:14:15.625 OrderDetail@OID69:33v1 2024-05-03 05:14:15.626/2024-05-03 05:14:15.627 OrderDetail@OID70:33v1 2024-05-03 05:14:15.632/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResourceFolder@OID66:0v1("BranchingTest_testDetachExisting")2024-05-03 05:14:15.590/* CDOResource@OID67:0v1("res") 2024-05-03 05:14:15.590/* Product1@OID68:0v1 2024-05-03 05:14:15.590/* OrderDetail@OID69:0v1 2024-05-03 05:14:15.590/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResource@OID1:0v10("/") 2024-05-03 05:14:15.491/2024-05-03 05:14:15.589 CDOResource@OID1:0v11("/") 2024-05-03 05:14:15.590/* CDOResourceFolder@OID66:0v1("BranchingTest_testDetachExisting")2024-05-03 05:14:15.590/* CDOResource@OID67:0v1("res") 2024-05-03 05:14:15.590/* Product1@OID68:0v1 2024-05-03 05:14:15.590/* OrderDetail@OID69:0v1 2024-05-03 05:14:15.590/* BranchingTest_testDetachExisting_subBranch[33] 2024-05-03 05:14:15.590/* CDOResourceFolder@OID66:33v0("?")->0v1 2024-05-03 05:14:15.590/* CDOResource@OID67:33v0("?")->0v1 2024-05-03 05:14:15.590/2024-05-03 05:14:15.627 CDOResource@OID67:33v1("res") 2024-05-03 05:14:15.628/2024-05-03 05:14:15.631 CDOResource@OID67:33v2("res") 2024-05-03 05:14:15.632/* Product1@OID68:33v0->0v1 2024-05-03 05:14:15.590/2024-05-03 05:14:15.627 Product1@OID68:33v1 2024-05-03 05:14:15.628/2024-05-03 05:14:15.631 Product1@OID68:33v2 2024-05-03 05:14:15.632/* OrderDetail@OID69:33v0->0v1 2024-05-03 05:14:15.590/2024-05-03 05:14:15.625 OrderDetail@OID69:33v1 2024-05-03 05:14:15.626/2024-05-03 05:14:15.627 OrderDetail@OID70:33v1 2024-05-03 05:14:15.632/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResourceFolder@OID66:0v1("BranchingTest_testDetachExisting")2024-05-03 05:14:15.590/* CDOResource@OID67:0v1("res") 2024-05-03 05:14:15.590/* Product1@OID68:0v1 2024-05-03 05:14:15.590/* OrderDetail@OID69:0v1 2024-05-03 05:14:15.590/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResource@OID1:0v10("/") 2024-05-03 05:14:15.491/2024-05-03 05:14:15.589 CDOResource@OID1:0v11("/") 2024-05-03 05:14:15.590/* CDOResourceFolder@OID66:0v1("BranchingTest_testDetachExisting")2024-05-03 05:14:15.590/* CDOResource@OID67:0v1("res") 2024-05-03 05:14:15.590/* Product1@OID68:0v1 2024-05-03 05:14:15.590/* OrderDetail@OID69:0v1 2024-05-03 05:14:15.590/* BranchingTest_testDetachExisting_subBranch[33] 2024-05-03 05:14:15.590/* CDOResourceFolder@OID66:33v0("?")->0v1 2024-05-03 05:14:15.590/* CDOResource@OID67:33v0("?")->0v1 2024-05-03 05:14:15.590/2024-05-03 05:14:15.627 CDOResource@OID67:33v1("res") 2024-05-03 05:14:15.628/2024-05-03 05:14:15.631 CDOResource@OID67:33v2("res") 2024-05-03 05:14:15.632/* Product1@OID68:33v0->0v1 2024-05-03 05:14:15.590/2024-05-03 05:14:15.627 Product1@OID68:33v1 2024-05-03 05:14:15.628/2024-05-03 05:14:15.631 Product1@OID68:33v2 2024-05-03 05:14:15.632/* OrderDetail@OID69:33v0->0v1 2024-05-03 05:14:15.590/2024-05-03 05:14:15.625 OrderDetail@OID69:33v1 2024-05-03 05:14:15.626/2024-05-03 05:14:15.627 OrderDetail@OID70:33v1 2024-05-03 05:14:15.632/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResourceFolder@OID66:0v1("BranchingTest_testDetachExisting")2024-05-03 05:14:15.590/* CDOResource@OID67:0v1("res") 2024-05-03 05:14:15.590/* Product1@OID68:0v1 2024-05-03 05:14:15.590/* OrderDetail@OID69:0v1 2024-05-03 05:14:15.590/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResource@OID1:0v10("/") 2024-05-03 05:14:15.491/2024-05-03 05:14:15.589 CDOResource@OID1:0v11("/") 2024-05-03 05:14:15.590/* CDOResourceFolder@OID66:0v1("BranchingTest_testDetachExisting")2024-05-03 05:14:15.590/* CDOResource@OID67:0v1("res") 2024-05-03 05:14:15.590/* Product1@OID68:0v1 2024-05-03 05:14:15.590/* OrderDetail@OID69:0v1 2024-05-03 05:14:15.590/* BranchingTest_testDetachExisting_subBranch[33] 2024-05-03 05:14:15.590/* CDOResourceFolder@OID66:33v0("?")->0v1 2024-05-03 05:14:15.590/* CDOResource@OID67:33v0("?")->0v1 2024-05-03 05:14:15.590/2024-05-03 05:14:15.627 CDOResource@OID67:33v1("res") 2024-05-03 05:14:15.628/2024-05-03 05:14:15.631 CDOResource@OID67:33v2("res") 2024-05-03 05:14:15.632/* Product1@OID68:33v0->0v1 2024-05-03 05:14:15.590/2024-05-03 05:14:15.627 Product1@OID68:33v1 2024-05-03 05:14:15.628/2024-05-03 05:14:15.631 Product1@OID68:33v2 2024-05-03 05:14:15.632/* OrderDetail@OID69:33v0->0v1 2024-05-03 05:14:15.590/2024-05-03 05:14:15.625 OrderDetail@OID69:33v1 2024-05-03 05:14:15.626/2024-05-03 05:14:15.627 OrderDetail@OID70:33v1 2024-05-03 05:14:15.632/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResourceFolder@OID66:0v1("BranchingTest_testDetachExisting")2024-05-03 05:14:15.590/* CDOResource@OID67:0v1("res") 2024-05-03 05:14:15.590/* Product1@OID68:0v1 2024-05-03 05:14:15.590/* OrderDetail@OID69:0v1 2024-05-03 05:14:15.590/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResource@OID1:0v10("/") 2024-05-03 05:14:15.491/2024-05-03 05:14:15.589 CDOResource@OID1:0v11("/") 2024-05-03 05:14:15.590/* CDOResourceFolder@OID66:0v1("BranchingTest_testDetachExisting")2024-05-03 05:14:15.590/* CDOResource@OID67:0v1("res") 2024-05-03 05:14:15.590/* Product1@OID68:0v1 2024-05-03 05:14:15.590/* OrderDetail@OID69:0v1 2024-05-03 05:14:15.590/* BranchingTest_testDetachExisting_subBranch[33] 2024-05-03 05:14:15.590/* CDOResourceFolder@OID66:33v0("?")->0v1 2024-05-03 05:14:15.590/* CDOResource@OID67:33v0("?")->0v1 2024-05-03 05:14:15.590/2024-05-03 05:14:15.627 CDOResource@OID67:33v1("res") 2024-05-03 05:14:15.628/2024-05-03 05:14:15.631 CDOResource@OID67:33v2("res") 2024-05-03 05:14:15.632/* Product1@OID68:33v0->0v1 2024-05-03 05:14:15.590/2024-05-03 05:14:15.627 Product1@OID68:33v1 2024-05-03 05:14:15.628/2024-05-03 05:14:15.631 Product1@OID68:33v2 2024-05-03 05:14:15.632/* OrderDetail@OID69:33v0->0v1 2024-05-03 05:14:15.590/2024-05-03 05:14:15.625 OrderDetail@OID69:33v1 2024-05-03 05:14:15.626/2024-05-03 05:14:15.627 OrderDetail@OID70:33v1 2024-05-03 05:14:15.632/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResourceFolder@OID66:0v1("BranchingTest_testDetachExisting")2024-05-03 05:14:15.590/* CDOResource@OID67:0v1("res") 2024-05-03 05:14:15.590/* Product1@OID68:0v1 2024-05-03 05:14:15.590/* OrderDetail@OID69:0v1 2024-05-03 05:14:15.590/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResource@OID1:0v10("/") 2024-05-03 05:14:15.491/2024-05-03 05:14:15.589 CDOResource@OID1:0v11("/") 2024-05-03 05:14:15.590/* CDOResourceFolder@OID66:0v1("BranchingTest_testDetachExisting")2024-05-03 05:14:15.590/* CDOResource@OID67:0v1("res") 2024-05-03 05:14:15.590/* Product1@OID68:0v1 2024-05-03 05:14:15.590/* OrderDetail@OID69:0v1 2024-05-03 05:14:15.590/* BranchingTest_testDetachExisting_subBranch[33] 2024-05-03 05:14:15.590/* CDOResourceFolder@OID66:33v0("?")->0v1 2024-05-03 05:14:15.590/* CDOResource@OID67:33v0("?")->0v1 2024-05-03 05:14:15.590/2024-05-03 05:14:15.627 CDOResource@OID67:33v1("res") 2024-05-03 05:14:15.628/2024-05-03 05:14:15.631 CDOResource@OID67:33v2("res") 2024-05-03 05:14:15.632/* Product1@OID68:33v0->0v1 2024-05-03 05:14:15.590/2024-05-03 05:14:15.627 Product1@OID68:33v1 2024-05-03 05:14:15.628/2024-05-03 05:14:15.631 Product1@OID68:33v2 2024-05-03 05:14:15.632/* OrderDetail@OID69:33v0->0v1 2024-05-03 05:14:15.590/2024-05-03 05:14:15.625 OrderDetail@OID69:33v1 2024-05-03 05:14:15.626/2024-05-03 05:14:15.627 OrderDetail@OID70:33v1 2024-05-03 05:14:15.632/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResourceFolder@OID66:0v1("BranchingTest_testDetachExisting")2024-05-03 05:14:15.590/* CDOResource@OID67:0v1("res") 2024-05-03 05:14:15.590/* Product1@OID68:0v1 2024-05-03 05:14:15.590/* OrderDetail@OID69:0v1 2024-05-03 05:14:15.590/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResource@OID1:0v10("/") 2024-05-03 05:14:15.491/2024-05-03 05:14:15.589 CDOResource@OID1:0v11("/") 2024-05-03 05:14:15.590/* CDOResourceFolder@OID66:0v1("BranchingTest_testDetachExisting")2024-05-03 05:14:15.590/* CDOResource@OID67:0v1("res") 2024-05-03 05:14:15.590/* Product1@OID68:0v1 2024-05-03 05:14:15.590/* OrderDetail@OID69:0v1 2024-05-03 05:14:15.590/* BranchingTest_testDetachExisting_subBranch[33] 2024-05-03 05:14:15.590/* CDOResourceFolder@OID66:33v0("?")->0v1 2024-05-03 05:14:15.590/* CDOResource@OID67:33v0("?")->0v1 2024-05-03 05:14:15.590/2024-05-03 05:14:15.627 CDOResource@OID67:33v1("res") 2024-05-03 05:14:15.628/2024-05-03 05:14:15.631 CDOResource@OID67:33v2("res") 2024-05-03 05:14:15.632/* Product1@OID68:33v0->0v1 2024-05-03 05:14:15.590/2024-05-03 05:14:15.627 Product1@OID68:33v1 2024-05-03 05:14:15.628/2024-05-03 05:14:15.631 Product1@OID68:33v2 2024-05-03 05:14:15.632/* OrderDetail@OID69:33v0->0v1 2024-05-03 05:14:15.590/2024-05-03 05:14:15.625 OrderDetail@OID69:33v1 2024-05-03 05:14:15.626/2024-05-03 05:14:15.627 OrderDetail@OID70:33v1 2024-05-03 05:14:15.632/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResourceFolder@OID66:0v1("BranchingTest_testDetachExisting")2024-05-03 05:14:15.590/* CDOResource@OID67:0v1("res") 2024-05-03 05:14:15.590/* Product1@OID68:0v1 2024-05-03 05:14:15.590/* OrderDetail@OID69:0v1 2024-05-03 05:14:15.590/* BranchingTest_testDetachExisting_subBranch[33] 2024-05-03 05:14:15.590/* CDOResourceFolder@OID66:33v0("?")->0v1 2024-05-03 05:14:15.590/* CDOResource@OID67:33v0("?")->0v1 2024-05-03 05:14:15.590/2024-05-03 05:14:15.627 ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResource@OID1:0v10("/") 2024-05-03 05:14:15.491/2024-05-03 05:14:15.589 CDOResource@OID1:0v11("/") 2024-05-03 05:14:15.590/* CDOResourceFolder@OID66:0v1("BranchingTest_testDetachExisting")2024-05-03 05:14:15.590/* CDOResource@OID67:0v1("res") 2024-05-03 05:14:15.590/* Product1@OID68:0v1 2024-05-03 05:14:15.590/* OrderDetail@OID69:0v1 2024-05-03 05:14:15.590/* BranchingTest_testDetachExisting_subBranch[33] 2024-05-03 05:14:15.590/* CDOResourceFolder@OID66:33v0("?")->0v1 2024-05-03 05:14:15.590/* CDOResource@OID67:33v0("?")->0v1 2024-05-03 05:14:15.590/2024-05-03 05:14:15.627 CDOResource@OID67:33v1("res") 2024-05-03 05:14:15.628/2024-05-03 05:14:15.631 CDOResource@OID67:33v2("res") 2024-05-03 05:14:15.632/* Product1@OID68:33v0->0v1 2024-05-03 05:14:15.590/2024-05-03 05:14:15.627 Product1@OID68:33v1 2024-05-03 05:14:15.628/2024-05-03 05:14:15.631 Product1@OID68:33v2 2024-05-03 05:14:15.632/* OrderDetail@OID69:33v0->0v1 2024-05-03 05:14:15.590/2024-05-03 05:14:15.625 OrderDetail@OID69:33v1 2024-05-03 05:14:15.626/2024-05-03 05:14:15.627 OrderDetail@OID70:33v1 2024-05-03 05:14:15.632/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResourceFolder@OID66:0v1("BranchingTest_testDetachExisting")2024-05-03 05:14:15.590/* CDOResource@OID67:0v1("res") 2024-05-03 05:14:15.590/* Product1@OID68:0v1 2024-05-03 05:14:15.590/* OrderDetail@OID69:0v1 2024-05-03 05:14:15.590/* BranchingTest_testDetachExisting_subBranch[33] 2024-05-03 05:14:15.590/* CDOResourceFolder@OID66:33v0("?")->0v1 2024-05-03 05:14:15.590/* CDOResource@OID67:33v0("?")->0v1 2024-05-03 05:14:15.590/2024-05-03 05:14:15.627 OrderDetail@OID69:33v0->0v1 2024-05-03 05:14:15.590/2024-05-03 05:14:15.625 ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResource@OID1:0v10("/") 2024-05-03 05:14:15.491/2024-05-03 05:14:15.589 CDOResource@OID1:0v11("/") 2024-05-03 05:14:15.590/* CDOResourceFolder@OID66:0v1("BranchingTest_testDetachExisting")2024-05-03 05:14:15.590/* CDOResource@OID67:0v1("res") 2024-05-03 05:14:15.590/* Product1@OID68:0v1 2024-05-03 05:14:15.590/* OrderDetail@OID69:0v1 2024-05-03 05:14:15.590/* BranchingTest_testDetachExisting_subBranch[33] 2024-05-03 05:14:15.590/* CDOResourceFolder@OID66:33v0("?")->0v1 2024-05-03 05:14:15.590/* CDOResource@OID67:33v0("?")->0v1 2024-05-03 05:14:15.590/2024-05-03 05:14:15.627 CDOResource@OID67:33v1("res") 2024-05-03 05:14:15.628/2024-05-03 05:14:15.631 CDOResource@OID67:33v2("res") 2024-05-03 05:14:15.632/* Product1@OID68:33v0->0v1 2024-05-03 05:14:15.590/2024-05-03 05:14:15.627 Product1@OID68:33v1 2024-05-03 05:14:15.628/2024-05-03 05:14:15.631 Product1@OID68:33v2 2024-05-03 05:14:15.632/* OrderDetail@OID69:33v0->0v1 2024-05-03 05:14:15.590/2024-05-03 05:14:15.625 OrderDetail@OID69:33v1 2024-05-03 05:14:15.626/2024-05-03 05:14:15.627 OrderDetail@OID70:33v1 2024-05-03 05:14:15.632/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResourceFolder@OID66:0v1("BranchingTest_testDetachExisting")2024-05-03 05:14:15.590/* CDOResource@OID67:0v1("res") 2024-05-03 05:14:15.590/* Product1@OID68:0v1 2024-05-03 05:14:15.590/* OrderDetail@OID69:0v1 2024-05-03 05:14:15.590/* BranchingTest_testDetachExisting_subBranch[33] 2024-05-03 05:14:15.590/* CDOResourceFolder@OID66:33v0("?")->0v1 2024-05-03 05:14:15.590/* CDOResource@OID67:33v0("?")->0v1 2024-05-03 05:14:15.590/2024-05-03 05:14:15.627 Product1@OID68:33v0->0v1 2024-05-03 05:14:15.590/2024-05-03 05:14:15.627 OrderDetail@OID69:33v0->0v1 2024-05-03 05:14:15.590/2024-05-03 05:14:15.625 ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResource@OID1:0v10("/") 2024-05-03 05:14:15.491/2024-05-03 05:14:15.589 CDOResource@OID1:0v11("/") 2024-05-03 05:14:15.590/* CDOResourceFolder@OID66:0v1("BranchingTest_testDetachExisting")2024-05-03 05:14:15.590/* CDOResource@OID67:0v1("res") 2024-05-03 05:14:15.590/* Product1@OID68:0v1 2024-05-03 05:14:15.590/* OrderDetail@OID69:0v1 2024-05-03 05:14:15.590/* BranchingTest_testDetachExisting_subBranch[33] 2024-05-03 05:14:15.590/* CDOResourceFolder@OID66:33v0("?")->0v1 2024-05-03 05:14:15.590/* CDOResource@OID67:33v0("?")->0v1 2024-05-03 05:14:15.590/2024-05-03 05:14:15.627 CDOResource@OID67:33v1("res") 2024-05-03 05:14:15.628/2024-05-03 05:14:15.631 CDOResource@OID67:33v2("res") 2024-05-03 05:14:15.632/* Product1@OID68:33v0->0v1 2024-05-03 05:14:15.590/2024-05-03 05:14:15.627 Product1@OID68:33v1 2024-05-03 05:14:15.628/2024-05-03 05:14:15.631 Product1@OID68:33v2 2024-05-03 05:14:15.632/* OrderDetail@OID69:33v0->0v1 2024-05-03 05:14:15.590/2024-05-03 05:14:15.625 OrderDetail@OID69:33v1 2024-05-03 05:14:15.626/2024-05-03 05:14:15.627 OrderDetail@OID70:33v1 2024-05-03 05:14:15.632/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResourceFolder@OID66:0v1("BranchingTest_testDetachExisting")2024-05-03 05:14:15.590/* CDOResource@OID67:0v1("res") 2024-05-03 05:14:15.590/* Product1@OID68:0v1 2024-05-03 05:14:15.590/* OrderDetail@OID69:0v1 2024-05-03 05:14:15.590/* BranchingTest_testDetachExisting_subBranch[33] 2024-05-03 05:14:15.590/* CDOResourceFolder@OID66:33v0("?")->0v1 2024-05-03 05:14:15.590/* CDOResource@OID67:33v0("?")->0v1 2024-05-03 05:14:15.590/2024-05-03 05:14:15.627 Product1@OID68:33v0->0v1 2024-05-03 05:14:15.590/2024-05-03 05:14:15.627 OrderDetail@OID69:33v0->0v1 2024-05-03 05:14:15.590/2024-05-03 05:14:15.625 ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResource@OID1:0v10("/") 2024-05-03 05:14:15.491/2024-05-03 05:14:15.589 CDOResource@OID1:0v11("/") 2024-05-03 05:14:15.590/* CDOResourceFolder@OID66:0v1("BranchingTest_testDetachExisting")2024-05-03 05:14:15.590/* CDOResource@OID67:0v1("res") 2024-05-03 05:14:15.590/* Product1@OID68:0v1 2024-05-03 05:14:15.590/* OrderDetail@OID69:0v1 2024-05-03 05:14:15.590/* BranchingTest_testDetachExisting_subBranch[33] 2024-05-03 05:14:15.590/* CDOResourceFolder@OID66:33v0("?")->0v1 2024-05-03 05:14:15.590/* CDOResource@OID67:33v0("?")->0v1 2024-05-03 05:14:15.590/2024-05-03 05:14:15.627 CDOResource@OID67:33v1("res") 2024-05-03 05:14:15.628/2024-05-03 05:14:15.631 CDOResource@OID67:33v2("res") 2024-05-03 05:14:15.632/* Product1@OID68:33v0->0v1 2024-05-03 05:14:15.590/2024-05-03 05:14:15.627 Product1@OID68:33v1 2024-05-03 05:14:15.628/2024-05-03 05:14:15.631 Product1@OID68:33v2 2024-05-03 05:14:15.632/* OrderDetail@OID69:33v0->0v1 2024-05-03 05:14:15.590/2024-05-03 05:14:15.625 OrderDetail@OID69:33v1 2024-05-03 05:14:15.626/2024-05-03 05:14:15.627 OrderDetail@OID70:33v1 2024-05-03 05:14:15.632/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResourceFolder@OID66:0v1("BranchingTest_testDetachExisting")2024-05-03 05:14:15.590/* CDOResource@OID67:0v1("res") 2024-05-03 05:14:15.590/* Product1@OID68:0v1 2024-05-03 05:14:15.590/* OrderDetail@OID69:0v1 2024-05-03 05:14:15.590/* BranchingTest_testDetachExisting_subBranch[33] 2024-05-03 05:14:15.590/* CDOResourceFolder@OID66:33v0("?")->0v1 2024-05-03 05:14:15.590/* CDOResource@OID67:33v0("?")->0v1 2024-05-03 05:14:15.590/2024-05-03 05:14:15.627 Product1@OID68:33v0->0v1 2024-05-03 05:14:15.590/2024-05-03 05:14:15.627 OrderDetail@OID69:33v0->0v1 2024-05-03 05:14:15.590/2024-05-03 05:14:15.625 OrderDetail@OID69:33v1 2024-05-03 05:14:15.626/2024-05-03 05:14:15.627 ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResource@OID1:0v10("/") 2024-05-03 05:14:15.491/2024-05-03 05:14:15.589 CDOResource@OID1:0v11("/") 2024-05-03 05:14:15.590/* CDOResourceFolder@OID66:0v1("BranchingTest_testDetachExisting")2024-05-03 05:14:15.590/* CDOResource@OID67:0v1("res") 2024-05-03 05:14:15.590/* Product1@OID68:0v1 2024-05-03 05:14:15.590/* OrderDetail@OID69:0v1 2024-05-03 05:14:15.590/* BranchingTest_testDetachExisting_subBranch[33] 2024-05-03 05:14:15.590/* CDOResourceFolder@OID66:33v0("?")->0v1 2024-05-03 05:14:15.590/* CDOResource@OID67:33v0("?")->0v1 2024-05-03 05:14:15.590/2024-05-03 05:14:15.627 CDOResource@OID67:33v1("res") 2024-05-03 05:14:15.628/2024-05-03 05:14:15.631 CDOResource@OID67:33v2("res") 2024-05-03 05:14:15.632/* Product1@OID68:33v0->0v1 2024-05-03 05:14:15.590/2024-05-03 05:14:15.627 Product1@OID68:33v1 2024-05-03 05:14:15.628/2024-05-03 05:14:15.631 Product1@OID68:33v2 2024-05-03 05:14:15.632/* OrderDetail@OID69:33v0->0v1 2024-05-03 05:14:15.590/2024-05-03 05:14:15.625 OrderDetail@OID69:33v1 2024-05-03 05:14:15.626/2024-05-03 05:14:15.627 OrderDetail@OID70:33v1 2024-05-03 05:14:15.632/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResourceFolder@OID66:0v1("BranchingTest_testDetachExisting")2024-05-03 05:14:15.590/* CDOResource@OID67:0v1("res") 2024-05-03 05:14:15.590/* Product1@OID68:0v1 2024-05-03 05:14:15.590/* OrderDetail@OID69:0v1 2024-05-03 05:14:15.590/* BranchingTest_testDetachExisting_subBranch[33] 2024-05-03 05:14:15.590/* CDOResourceFolder@OID66:33v0("?")->0v1 2024-05-03 05:14:15.590/* CDOResource@OID67:33v0("?")->0v1 2024-05-03 05:14:15.590/2024-05-03 05:14:15.627 Product1@OID68:33v0->0v1 2024-05-03 05:14:15.590/2024-05-03 05:14:15.627 OrderDetail@OID69:33v0->0v1 2024-05-03 05:14:15.590/2024-05-03 05:14:15.625 OrderDetail@OID69:33v1 2024-05-03 05:14:15.626/2024-05-03 05:14:15.627 ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResource@OID1:0v10("/") 2024-05-03 05:14:15.491/2024-05-03 05:14:15.589 CDOResource@OID1:0v11("/") 2024-05-03 05:14:15.590/* CDOResourceFolder@OID66:0v1("BranchingTest_testDetachExisting")2024-05-03 05:14:15.590/* CDOResource@OID67:0v1("res") 2024-05-03 05:14:15.590/* Product1@OID68:0v1 2024-05-03 05:14:15.590/* OrderDetail@OID69:0v1 2024-05-03 05:14:15.590/* BranchingTest_testDetachExisting_subBranch[33] 2024-05-03 05:14:15.590/* CDOResourceFolder@OID66:33v0("?")->0v1 2024-05-03 05:14:15.590/* CDOResource@OID67:33v0("?")->0v1 2024-05-03 05:14:15.590/2024-05-03 05:14:15.627 CDOResource@OID67:33v1("res") 2024-05-03 05:14:15.628/2024-05-03 05:14:15.631 CDOResource@OID67:33v2("res") 2024-05-03 05:14:15.632/* Product1@OID68:33v0->0v1 2024-05-03 05:14:15.590/2024-05-03 05:14:15.627 Product1@OID68:33v1 2024-05-03 05:14:15.628/2024-05-03 05:14:15.631 Product1@OID68:33v2 2024-05-03 05:14:15.632/* OrderDetail@OID69:33v0->0v1 2024-05-03 05:14:15.590/2024-05-03 05:14:15.625 OrderDetail@OID69:33v1 2024-05-03 05:14:15.626/2024-05-03 05:14:15.627 OrderDetail@OID70:33v1 2024-05-03 05:14:15.632/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResourceFolder@OID66:0v1("BranchingTest_testDetachExisting")2024-05-03 05:14:15.590/* CDOResource@OID67:0v1("res") 2024-05-03 05:14:15.590/* Product1@OID68:0v1 2024-05-03 05:14:15.590/* OrderDetail@OID69:0v1 2024-05-03 05:14:15.590/* BranchingTest_testDetachExisting_subBranch[33] 2024-05-03 05:14:15.590/* CDOResourceFolder@OID66:33v0("?")->0v1 2024-05-03 05:14:15.590/* CDOResource@OID67:33v0("?")->0v1 2024-05-03 05:14:15.590/2024-05-03 05:14:15.627 CDOResource@OID67:33v1("res") 2024-05-03 05:14:15.628/2024-05-03 05:14:15.631 Product1@OID68:33v0->0v1 2024-05-03 05:14:15.590/2024-05-03 05:14:15.627 OrderDetail@OID69:33v0->0v1 2024-05-03 05:14:15.590/2024-05-03 05:14:15.625 OrderDetail@OID69:33v1 2024-05-03 05:14:15.626/2024-05-03 05:14:15.627 ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResource@OID1:0v10("/") 2024-05-03 05:14:15.491/2024-05-03 05:14:15.589 CDOResource@OID1:0v11("/") 2024-05-03 05:14:15.590/* CDOResourceFolder@OID66:0v1("BranchingTest_testDetachExisting")2024-05-03 05:14:15.590/* CDOResource@OID67:0v1("res") 2024-05-03 05:14:15.590/* Product1@OID68:0v1 2024-05-03 05:14:15.590/* OrderDetail@OID69:0v1 2024-05-03 05:14:15.590/* BranchingTest_testDetachExisting_subBranch[33] 2024-05-03 05:14:15.590/* CDOResourceFolder@OID66:33v0("?")->0v1 2024-05-03 05:14:15.590/* CDOResource@OID67:33v0("?")->0v1 2024-05-03 05:14:15.590/2024-05-03 05:14:15.627 CDOResource@OID67:33v1("res") 2024-05-03 05:14:15.628/2024-05-03 05:14:15.631 CDOResource@OID67:33v2("res") 2024-05-03 05:14:15.632/* Product1@OID68:33v0->0v1 2024-05-03 05:14:15.590/2024-05-03 05:14:15.627 Product1@OID68:33v1 2024-05-03 05:14:15.628/2024-05-03 05:14:15.631 Product1@OID68:33v2 2024-05-03 05:14:15.632/* OrderDetail@OID69:33v0->0v1 2024-05-03 05:14:15.590/2024-05-03 05:14:15.625 OrderDetail@OID69:33v1 2024-05-03 05:14:15.626/2024-05-03 05:14:15.627 OrderDetail@OID70:33v1 2024-05-03 05:14:15.632/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResourceFolder@OID66:0v1("BranchingTest_testDetachExisting")2024-05-03 05:14:15.590/* CDOResource@OID67:0v1("res") 2024-05-03 05:14:15.590/* Product1@OID68:0v1 2024-05-03 05:14:15.590/* OrderDetail@OID69:0v1 2024-05-03 05:14:15.590/* BranchingTest_testDetachExisting_subBranch[33] 2024-05-03 05:14:15.590/* CDOResourceFolder@OID66:33v0("?")->0v1 2024-05-03 05:14:15.590/* CDOResource@OID67:33v0("?")->0v1 2024-05-03 05:14:15.590/2024-05-03 05:14:15.627 CDOResource@OID67:33v1("res") 2024-05-03 05:14:15.628/2024-05-03 05:14:15.631 CDOResource@OID67:33v2("res") 2024-05-03 05:14:15.632/* Product1@OID68:33v0->0v1 2024-05-03 05:14:15.590/2024-05-03 05:14:15.627 OrderDetail@OID69:33v0->0v1 2024-05-03 05:14:15.590/2024-05-03 05:14:15.625 OrderDetail@OID69:33v1 2024-05-03 05:14:15.626/2024-05-03 05:14:15.627 ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResource@OID1:0v10("/") 2024-05-03 05:14:15.491/2024-05-03 05:14:15.589 CDOResource@OID1:0v11("/") 2024-05-03 05:14:15.590/* CDOResourceFolder@OID66:0v1("BranchingTest_testDetachExisting")2024-05-03 05:14:15.590/* CDOResource@OID67:0v1("res") 2024-05-03 05:14:15.590/* Product1@OID68:0v1 2024-05-03 05:14:15.590/* OrderDetail@OID69:0v1 2024-05-03 05:14:15.590/* BranchingTest_testDetachExisting_subBranch[33] 2024-05-03 05:14:15.590/* CDOResourceFolder@OID66:33v0("?")->0v1 2024-05-03 05:14:15.590/* CDOResource@OID67:33v0("?")->0v1 2024-05-03 05:14:15.590/2024-05-03 05:14:15.627 CDOResource@OID67:33v1("res") 2024-05-03 05:14:15.628/2024-05-03 05:14:15.631 CDOResource@OID67:33v2("res") 2024-05-03 05:14:15.632/* Product1@OID68:33v0->0v1 2024-05-03 05:14:15.590/2024-05-03 05:14:15.627 Product1@OID68:33v1 2024-05-03 05:14:15.628/2024-05-03 05:14:15.631 Product1@OID68:33v2 2024-05-03 05:14:15.632/* OrderDetail@OID69:33v0->0v1 2024-05-03 05:14:15.590/2024-05-03 05:14:15.625 OrderDetail@OID69:33v1 2024-05-03 05:14:15.626/2024-05-03 05:14:15.627 OrderDetail@OID70:33v1 2024-05-03 05:14:15.632/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResourceFolder@OID66:0v1("BranchingTest_testDetachExisting")2024-05-03 05:14:15.590/* CDOResource@OID67:0v1("res") 2024-05-03 05:14:15.590/* Product1@OID68:0v1 2024-05-03 05:14:15.590/* OrderDetail@OID69:0v1 2024-05-03 05:14:15.590/* BranchingTest_testDetachExisting_subBranch[33] 2024-05-03 05:14:15.590/* CDOResourceFolder@OID66:33v0("?")->0v1 2024-05-03 05:14:15.590/* CDOResource@OID67:33v0("?")->0v1 2024-05-03 05:14:15.590/2024-05-03 05:14:15.627 CDOResource@OID67:33v1("res") 2024-05-03 05:14:15.628/2024-05-03 05:14:15.631 CDOResource@OID67:33v2("res") 2024-05-03 05:14:15.632/* Product1@OID68:33v0->0v1 2024-05-03 05:14:15.590/2024-05-03 05:14:15.627 OrderDetail@OID69:33v0->0v1 2024-05-03 05:14:15.590/2024-05-03 05:14:15.625 OrderDetail@OID69:33v1 2024-05-03 05:14:15.626/2024-05-03 05:14:15.627 OrderDetail@OID70:33v1 2024-05-03 05:14:15.632/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResource@OID1:0v10("/") 2024-05-03 05:14:15.491/2024-05-03 05:14:15.589 CDOResource@OID1:0v11("/") 2024-05-03 05:14:15.590/* CDOResourceFolder@OID66:0v1("BranchingTest_testDetachExisting")2024-05-03 05:14:15.590/* CDOResource@OID67:0v1("res") 2024-05-03 05:14:15.590/* Product1@OID68:0v1 2024-05-03 05:14:15.590/* OrderDetail@OID69:0v1 2024-05-03 05:14:15.590/* BranchingTest_testDetachExisting_subBranch[33] 2024-05-03 05:14:15.590/* CDOResourceFolder@OID66:33v0("?")->0v1 2024-05-03 05:14:15.590/* CDOResource@OID67:33v0("?")->0v1 2024-05-03 05:14:15.590/2024-05-03 05:14:15.627 CDOResource@OID67:33v1("res") 2024-05-03 05:14:15.628/2024-05-03 05:14:15.631 CDOResource@OID67:33v2("res") 2024-05-03 05:14:15.632/* Product1@OID68:33v0->0v1 2024-05-03 05:14:15.590/2024-05-03 05:14:15.627 Product1@OID68:33v1 2024-05-03 05:14:15.628/2024-05-03 05:14:15.631 Product1@OID68:33v2 2024-05-03 05:14:15.632/* OrderDetail@OID69:33v0->0v1 2024-05-03 05:14:15.590/2024-05-03 05:14:15.625 OrderDetail@OID69:33v1 2024-05-03 05:14:15.626/2024-05-03 05:14:15.627 OrderDetail@OID70:33v1 2024-05-03 05:14:15.632/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResourceFolder@OID66:0v1("BranchingTest_testDetachExisting")2024-05-03 05:14:15.590/* CDOResource@OID67:0v1("res") 2024-05-03 05:14:15.590/* Product1@OID68:0v1 2024-05-03 05:14:15.590/* OrderDetail@OID69:0v1 2024-05-03 05:14:15.590/* BranchingTest_testDetachExisting_subBranch[33] 2024-05-03 05:14:15.590/* CDOResourceFolder@OID66:33v0("?")->0v1 2024-05-03 05:14:15.590/* CDOResource@OID67:33v0("?")->0v1 2024-05-03 05:14:15.590/2024-05-03 05:14:15.627 CDOResource@OID67:33v1("res") 2024-05-03 05:14:15.628/2024-05-03 05:14:15.631 CDOResource@OID67:33v2("res") 2024-05-03 05:14:15.632/* Product1@OID68:33v0->0v1 2024-05-03 05:14:15.590/2024-05-03 05:14:15.627 Product1@OID68:33v2 2024-05-03 05:14:15.632/* OrderDetail@OID69:33v0->0v1 2024-05-03 05:14:15.590/2024-05-03 05:14:15.625 OrderDetail@OID69:33v1 2024-05-03 05:14:15.626/2024-05-03 05:14:15.627 OrderDetail@OID70:33v1 2024-05-03 05:14:15.632/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResource@OID1:0v10("/") 2024-05-03 05:14:15.491/2024-05-03 05:14:15.589 CDOResource@OID1:0v11("/") 2024-05-03 05:14:15.590/* CDOResourceFolder@OID66:0v1("BranchingTest_testDetachExisting")2024-05-03 05:14:15.590/* CDOResource@OID67:0v1("res") 2024-05-03 05:14:15.590/* Product1@OID68:0v1 2024-05-03 05:14:15.590/* OrderDetail@OID69:0v1 2024-05-03 05:14:15.590/* BranchingTest_testDetachExisting_subBranch[33] 2024-05-03 05:14:15.590/* CDOResourceFolder@OID66:33v0("?")->0v1 2024-05-03 05:14:15.590/* CDOResource@OID67:33v0("?")->0v1 2024-05-03 05:14:15.590/2024-05-03 05:14:15.627 CDOResource@OID67:33v1("res") 2024-05-03 05:14:15.628/2024-05-03 05:14:15.631 CDOResource@OID67:33v2("res") 2024-05-03 05:14:15.632/* Product1@OID68:33v0->0v1 2024-05-03 05:14:15.590/2024-05-03 05:14:15.627 Product1@OID68:33v1 2024-05-03 05:14:15.628/2024-05-03 05:14:15.631 Product1@OID68:33v2 2024-05-03 05:14:15.632/* OrderDetail@OID69:33v0->0v1 2024-05-03 05:14:15.590/2024-05-03 05:14:15.625 OrderDetail@OID69:33v1 2024-05-03 05:14:15.626/2024-05-03 05:14:15.627 OrderDetail@OID70:33v1 2024-05-03 05:14:15.632/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResourceFolder@OID66:0v1("BranchingTest_testDetachExisting")2024-05-03 05:14:15.590/* CDOResource@OID67:0v1("res") 2024-05-03 05:14:15.590/* Product1@OID68:0v1 2024-05-03 05:14:15.590/* OrderDetail@OID69:0v1 2024-05-03 05:14:15.590/* BranchingTest_testDetachExisting_subBranch[33] 2024-05-03 05:14:15.590/* CDOResourceFolder@OID66:33v0("?")->0v1 2024-05-03 05:14:15.590/* CDOResource@OID67:33v0("?")->0v1 2024-05-03 05:14:15.590/2024-05-03 05:14:15.627 CDOResource@OID67:33v1("res") 2024-05-03 05:14:15.628/2024-05-03 05:14:15.631 CDOResource@OID67:33v2("res") 2024-05-03 05:14:15.632/* Product1@OID68:33v0->0v1 2024-05-03 05:14:15.590/2024-05-03 05:14:15.627 Product1@OID68:33v2 2024-05-03 05:14:15.632/* OrderDetail@OID69:33v0->0v1 2024-05-03 05:14:15.590/2024-05-03 05:14:15.625 OrderDetail@OID69:33v1 2024-05-03 05:14:15.626/2024-05-03 05:14:15.627 OrderDetail@OID70:33v1 2024-05-03 05:14:15.632/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResource@OID1:0v10("/") 2024-05-03 05:14:15.491/2024-05-03 05:14:15.589 CDOResource@OID1:0v11("/") 2024-05-03 05:14:15.590/* CDOResourceFolder@OID66:0v1("BranchingTest_testDetachExisting")2024-05-03 05:14:15.590/* CDOResource@OID67:0v1("res") 2024-05-03 05:14:15.590/* Product1@OID68:0v1 2024-05-03 05:14:15.590/* OrderDetail@OID69:0v1 2024-05-03 05:14:15.590/* BranchingTest_testDetachExisting_subBranch[33] 2024-05-03 05:14:15.590/* CDOResourceFolder@OID66:33v0("?")->0v1 2024-05-03 05:14:15.590/* CDOResource@OID67:33v0("?")->0v1 2024-05-03 05:14:15.590/2024-05-03 05:14:15.627 CDOResource@OID67:33v1("res") 2024-05-03 05:14:15.628/2024-05-03 05:14:15.631 CDOResource@OID67:33v2("res") 2024-05-03 05:14:15.632/* Product1@OID68:33v0->0v1 2024-05-03 05:14:15.590/2024-05-03 05:14:15.627 Product1@OID68:33v1 2024-05-03 05:14:15.628/2024-05-03 05:14:15.631 Product1@OID68:33v2 2024-05-03 05:14:15.632/* OrderDetail@OID69:33v0->0v1 2024-05-03 05:14:15.590/2024-05-03 05:14:15.625 OrderDetail@OID69:33v1 2024-05-03 05:14:15.626/2024-05-03 05:14:15.627 OrderDetail@OID70:33v1 2024-05-03 05:14:15.632/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResourceFolder@OID66:0v1("BranchingTest_testDetachExisting")2024-05-03 05:14:15.590/* CDOResource@OID67:0v1("res") 2024-05-03 05:14:15.590/* Product1@OID68:0v1 2024-05-03 05:14:15.590/* OrderDetail@OID69:0v1 2024-05-03 05:14:15.590/* BranchingTest_testDetachExisting_subBranch[33] 2024-05-03 05:14:15.590/* CDOResourceFolder@OID66:33v0("?")->0v1 2024-05-03 05:14:15.590/* CDOResource@OID67:33v0("?")->0v1 2024-05-03 05:14:15.590/2024-05-03 05:14:15.627 CDOResource@OID67:33v1("res") 2024-05-03 05:14:15.628/2024-05-03 05:14:15.631 CDOResource@OID67:33v2("res") 2024-05-03 05:14:15.632/* Product1@OID68:33v0->0v1 2024-05-03 05:14:15.590/2024-05-03 05:14:15.627 Product1@OID68:33v2 2024-05-03 05:14:15.632/* OrderDetail@OID69:33v0->0v1 2024-05-03 05:14:15.590/2024-05-03 05:14:15.625 OrderDetail@OID69:33v1 2024-05-03 05:14:15.626/2024-05-03 05:14:15.627 OrderDetail@OID70:33v1 2024-05-03 05:14:15.632/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResource@OID1:0v10("/") 2024-05-03 05:14:15.491/2024-05-03 05:14:15.589 CDOResource@OID1:0v11("/") 2024-05-03 05:14:15.590/* CDOResourceFolder@OID66:0v1("BranchingTest_testDetachExisting")2024-05-03 05:14:15.590/* CDOResource@OID67:0v1("res") 2024-05-03 05:14:15.590/* Product1@OID68:0v1 2024-05-03 05:14:15.590/* OrderDetail@OID69:0v1 2024-05-03 05:14:15.590/* BranchingTest_testDetachExisting_subBranch[33] 2024-05-03 05:14:15.590/* CDOResourceFolder@OID66:33v0("?")->0v1 2024-05-03 05:14:15.590/* CDOResource@OID67:33v0("?")->0v1 2024-05-03 05:14:15.590/2024-05-03 05:14:15.627 CDOResource@OID67:33v1("res") 2024-05-03 05:14:15.628/2024-05-03 05:14:15.631 CDOResource@OID67:33v2("res") 2024-05-03 05:14:15.632/* Product1@OID68:33v0->0v1 2024-05-03 05:14:15.590/2024-05-03 05:14:15.627 Product1@OID68:33v1 2024-05-03 05:14:15.628/2024-05-03 05:14:15.631 Product1@OID68:33v2 2024-05-03 05:14:15.632/* OrderDetail@OID69:33v0->0v1 2024-05-03 05:14:15.590/2024-05-03 05:14:15.625 OrderDetail@OID69:33v1 2024-05-03 05:14:15.626/2024-05-03 05:14:15.627 OrderDetail@OID70:33v1 2024-05-03 05:14:15.632/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResourceFolder@OID66:0v1("BranchingTest_testDetachExisting")2024-05-03 05:14:15.590/* CDOResource@OID67:0v1("res") 2024-05-03 05:14:15.590/* Product1@OID68:0v1 2024-05-03 05:14:15.590/* OrderDetail@OID69:0v1 2024-05-03 05:14:15.590/* BranchingTest_testDetachExisting_subBranch[33] 2024-05-03 05:14:15.590/* CDOResourceFolder@OID66:33v0("?")->0v1 2024-05-03 05:14:15.590/* CDOResource@OID67:33v0("?")->0v1 2024-05-03 05:14:15.590/2024-05-03 05:14:15.627 CDOResource@OID67:33v1("res") 2024-05-03 05:14:15.628/2024-05-03 05:14:15.631 CDOResource@OID67:33v2("res") 2024-05-03 05:14:15.632/* Product1@OID68:33v0->0v1 2024-05-03 05:14:15.590/2024-05-03 05:14:15.627 Product1@OID68:33v2 2024-05-03 05:14:15.632/* OrderDetail@OID69:33v0->0v1 2024-05-03 05:14:15.590/2024-05-03 05:14:15.625 OrderDetail@OID69:33v1 2024-05-03 05:14:15.626/2024-05-03 05:14:15.627 OrderDetail@OID70:33v1 2024-05-03 05:14:15.632/* ******************************************************* BranchingTest.testDetachWithoutRevision [H2-branching-ranges, JVM, Native] ******************************************************* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResource@OID1:0v11("/") 2024-05-03 05:14:15.590/2024-05-03 05:14:15.725 CDOResource@OID1:0v12("/") 2024-05-03 05:14:15.726/* CDOResourceFolder@OID71:0v1("BranchingTest_testDetachWithoutRevision")2024-05-03 05:14:15.726/* CDOResource@OID72:0v1("res") 2024-05-03 05:14:15.726/* Product1@OID73:0v1 2024-05-03 05:14:15.726/* BranchingTest_testDetachWithoutRevision_subBranch[34]2024-05-03 05:14:15.726/* CDOResourceFolder@OID71:34v0("?")->0v1 2024-05-03 05:14:15.726/* CDOResource@OID72:34v0("?")->0v1 2024-05-03 05:14:15.726/2024-05-03 05:14:15.733 CDOResource@OID72:34v1("res") 2024-05-03 05:14:15.734/* Product1@OID73:34v0->0v1 2024-05-03 05:14:15.726/2024-05-03 05:14:15.733 ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResourceFolder@OID71:0v1("BranchingTest_testDetachWithoutRevision")2024-05-03 05:14:15.726/* CDOResource@OID72:0v1("res") 2024-05-03 05:14:15.726/* BranchingTest_testDetachWithoutRevision_subBranch[34]2024-05-03 05:14:15.726/* CDOResourceFolder@OID71:34v0("?")->0v1 2024-05-03 05:14:15.726/* CDOResource@OID72:34v0("?")->0v1 2024-05-03 05:14:15.726/2024-05-03 05:14:15.733 ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResource@OID1:0v11("/") 2024-05-03 05:14:15.590/2024-05-03 05:14:15.725 CDOResource@OID1:0v12("/") 2024-05-03 05:14:15.726/* CDOResourceFolder@OID71:0v1("BranchingTest_testDetachWithoutRevision")2024-05-03 05:14:15.726/* CDOResource@OID72:0v1("res") 2024-05-03 05:14:15.726/* Product1@OID73:0v1 2024-05-03 05:14:15.726/* BranchingTest_testDetachWithoutRevision_subBranch[34]2024-05-03 05:14:15.726/* CDOResourceFolder@OID71:34v0("?")->0v1 2024-05-03 05:14:15.726/* CDOResource@OID72:34v0("?")->0v1 2024-05-03 05:14:15.726/2024-05-03 05:14:15.733 CDOResource@OID72:34v1("res") 2024-05-03 05:14:15.734/* Product1@OID73:34v0->0v1 2024-05-03 05:14:15.726/2024-05-03 05:14:15.733 ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResourceFolder@OID71:0v1("BranchingTest_testDetachWithoutRevision")2024-05-03 05:14:15.726/* CDOResource@OID72:0v1("res") 2024-05-03 05:14:15.726/* Product1@OID73:0v1 2024-05-03 05:14:15.726/* BranchingTest_testDetachWithoutRevision_subBranch[34]2024-05-03 05:14:15.726/* CDOResourceFolder@OID71:34v0("?")->0v1 2024-05-03 05:14:15.726/* CDOResource@OID72:34v0("?")->0v1 2024-05-03 05:14:15.726/2024-05-03 05:14:15.733 CDOResource@OID72:34v1("res") 2024-05-03 05:14:15.734/* Product1@OID73:34v0->0v1 2024-05-03 05:14:15.726/2024-05-03 05:14:15.733 ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResource@OID1:0v11("/") 2024-05-03 05:14:15.590/2024-05-03 05:14:15.725 CDOResource@OID1:0v12("/") 2024-05-03 05:14:15.726/* CDOResourceFolder@OID71:0v1("BranchingTest_testDetachWithoutRevision")2024-05-03 05:14:15.726/* CDOResource@OID72:0v1("res") 2024-05-03 05:14:15.726/* Product1@OID73:0v1 2024-05-03 05:14:15.726/* BranchingTest_testDetachWithoutRevision_subBranch[34]2024-05-03 05:14:15.726/* CDOResourceFolder@OID71:34v0("?")->0v1 2024-05-03 05:14:15.726/* CDOResource@OID72:34v0("?")->0v1 2024-05-03 05:14:15.726/2024-05-03 05:14:15.733 CDOResource@OID72:34v1("res") 2024-05-03 05:14:15.734/* Product1@OID73:34v0->0v1 2024-05-03 05:14:15.726/2024-05-03 05:14:15.733 ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResourceFolder@OID71:0v1("BranchingTest_testDetachWithoutRevision")2024-05-03 05:14:15.726/* CDOResource@OID72:0v1("res") 2024-05-03 05:14:15.726/* Product1@OID73:0v1 2024-05-03 05:14:15.726/* BranchingTest_testDetachWithoutRevision_subBranch[34]2024-05-03 05:14:15.726/* CDOResourceFolder@OID71:34v0("?")->0v1 2024-05-03 05:14:15.726/* CDOResource@OID72:34v0("?")->0v1 2024-05-03 05:14:15.726/2024-05-03 05:14:15.733 CDOResource@OID72:34v1("res") 2024-05-03 05:14:15.734/* Product1@OID73:34v0->0v1 2024-05-03 05:14:15.726/2024-05-03 05:14:15.733 ******************************************************* BranchingTest.testDetachWithoutRevision_CheckMainBranch [H2-branching-ranges, JVM, Native] ******************************************************* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResource@OID1:0v12("/") 2024-05-03 05:14:15.726/2024-05-03 05:14:15.753 CDOResource@OID1:0v13("/") 2024-05-03 05:14:15.754/* CDOResourceFolder@OID74:0v1("BranchingTest_testDetachWithoutRevision_CheckMainBranch")2024-05-03 05:14:15.754/* CDOResource@OID75:0v1("res") 2024-05-03 05:14:15.754/* Product1@OID76:0v1 2024-05-03 05:14:15.754/* BranchingTest_testDetachWithoutRevision_CheckMainBranch_subBranch[35]2024-05-03 05:14:15.754/* CDOResourceFolder@OID74:35v0("?")->0v1 2024-05-03 05:14:15.754/* CDOResource@OID75:35v0("?")->0v1 2024-05-03 05:14:15.754/2024-05-03 05:14:15.760 CDOResource@OID75:35v1("res") 2024-05-03 05:14:15.761/* Product1@OID76:35v0->0v1 2024-05-03 05:14:15.754/2024-05-03 05:14:15.760 ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResourceFolder@OID74:0v1("BranchingTest_testDetachWithoutRevision_CheckMainBranch")2024-05-03 05:14:15.754/* CDOResource@OID75:0v1("res") 2024-05-03 05:14:15.754/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResource@OID1:0v12("/") 2024-05-03 05:14:15.726/2024-05-03 05:14:15.753 CDOResource@OID1:0v13("/") 2024-05-03 05:14:15.754/* CDOResourceFolder@OID74:0v1("BranchingTest_testDetachWithoutRevision_CheckMainBranch")2024-05-03 05:14:15.754/* CDOResource@OID75:0v1("res") 2024-05-03 05:14:15.754/* Product1@OID76:0v1 2024-05-03 05:14:15.754/* BranchingTest_testDetachWithoutRevision_CheckMainBranch_subBranch[35]2024-05-03 05:14:15.754/* CDOResourceFolder@OID74:35v0("?")->0v1 2024-05-03 05:14:15.754/* CDOResource@OID75:35v0("?")->0v1 2024-05-03 05:14:15.754/2024-05-03 05:14:15.760 CDOResource@OID75:35v1("res") 2024-05-03 05:14:15.761/* Product1@OID76:35v0->0v1 2024-05-03 05:14:15.754/2024-05-03 05:14:15.760 ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResourceFolder@OID74:0v1("BranchingTest_testDetachWithoutRevision_CheckMainBranch")2024-05-03 05:14:15.754/* CDOResource@OID75:0v1("res") 2024-05-03 05:14:15.754/* Product1@OID76:0v1 2024-05-03 05:14:15.754/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResource@OID1:0v12("/") 2024-05-03 05:14:15.726/2024-05-03 05:14:15.753 CDOResource@OID1:0v13("/") 2024-05-03 05:14:15.754/* CDOResourceFolder@OID74:0v1("BranchingTest_testDetachWithoutRevision_CheckMainBranch")2024-05-03 05:14:15.754/* CDOResource@OID75:0v1("res") 2024-05-03 05:14:15.754/* Product1@OID76:0v1 2024-05-03 05:14:15.754/* BranchingTest_testDetachWithoutRevision_CheckMainBranch_subBranch[35]2024-05-03 05:14:15.754/* CDOResourceFolder@OID74:35v0("?")->0v1 2024-05-03 05:14:15.754/* CDOResource@OID75:35v0("?")->0v1 2024-05-03 05:14:15.754/2024-05-03 05:14:15.760 CDOResource@OID75:35v1("res") 2024-05-03 05:14:15.761/* Product1@OID76:35v0->0v1 2024-05-03 05:14:15.754/2024-05-03 05:14:15.760 ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResourceFolder@OID74:0v1("BranchingTest_testDetachWithoutRevision_CheckMainBranch")2024-05-03 05:14:15.754/* CDOResource@OID75:0v1("res") 2024-05-03 05:14:15.754/* Product1@OID76:0v1 2024-05-03 05:14:15.754/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResource@OID1:0v12("/") 2024-05-03 05:14:15.726/2024-05-03 05:14:15.753 CDOResource@OID1:0v13("/") 2024-05-03 05:14:15.754/* CDOResourceFolder@OID74:0v1("BranchingTest_testDetachWithoutRevision_CheckMainBranch")2024-05-03 05:14:15.754/* CDOResource@OID75:0v1("res") 2024-05-03 05:14:15.754/* Product1@OID76:0v1 2024-05-03 05:14:15.754/* BranchingTest_testDetachWithoutRevision_CheckMainBranch_subBranch[35]2024-05-03 05:14:15.754/* CDOResourceFolder@OID74:35v0("?")->0v1 2024-05-03 05:14:15.754/* CDOResource@OID75:35v0("?")->0v1 2024-05-03 05:14:15.754/2024-05-03 05:14:15.760 CDOResource@OID75:35v1("res") 2024-05-03 05:14:15.761/* Product1@OID76:35v0->0v1 2024-05-03 05:14:15.754/2024-05-03 05:14:15.760 ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResourceFolder@OID74:0v1("BranchingTest_testDetachWithoutRevision_CheckMainBranch")2024-05-03 05:14:15.754/* CDOResource@OID75:0v1("res") 2024-05-03 05:14:15.754/* Product1@OID76:0v1 2024-05-03 05:14:15.754/* BranchingTest_testDetachWithoutRevision_CheckMainBranch_subBranch[35]2024-05-03 05:14:15.754/* CDOResourceFolder@OID74:35v0("?")->0v1 2024-05-03 05:14:15.754/* CDOResource@OID75:35v0("?")->0v1 2024-05-03 05:14:15.754/2024-05-03 05:14:15.760 ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResource@OID1:0v12("/") 2024-05-03 05:14:15.726/2024-05-03 05:14:15.753 CDOResource@OID1:0v13("/") 2024-05-03 05:14:15.754/* CDOResourceFolder@OID74:0v1("BranchingTest_testDetachWithoutRevision_CheckMainBranch")2024-05-03 05:14:15.754/* CDOResource@OID75:0v1("res") 2024-05-03 05:14:15.754/* Product1@OID76:0v1 2024-05-03 05:14:15.754/* BranchingTest_testDetachWithoutRevision_CheckMainBranch_subBranch[35]2024-05-03 05:14:15.754/* CDOResourceFolder@OID74:35v0("?")->0v1 2024-05-03 05:14:15.754/* CDOResource@OID75:35v0("?")->0v1 2024-05-03 05:14:15.754/2024-05-03 05:14:15.760 CDOResource@OID75:35v1("res") 2024-05-03 05:14:15.761/* Product1@OID76:35v0->0v1 2024-05-03 05:14:15.754/2024-05-03 05:14:15.760 ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResourceFolder@OID74:0v1("BranchingTest_testDetachWithoutRevision_CheckMainBranch")2024-05-03 05:14:15.754/* CDOResource@OID75:0v1("res") 2024-05-03 05:14:15.754/* Product1@OID76:0v1 2024-05-03 05:14:15.754/* BranchingTest_testDetachWithoutRevision_CheckMainBranch_subBranch[35]2024-05-03 05:14:15.754/* CDOResourceFolder@OID74:35v0("?")->0v1 2024-05-03 05:14:15.754/* CDOResource@OID75:35v0("?")->0v1 2024-05-03 05:14:15.754/2024-05-03 05:14:15.760 CDOResource@OID75:35v1("res") 2024-05-03 05:14:15.761/* Product1@OID76:35v0->0v1 2024-05-03 05:14:15.754/2024-05-03 05:14:15.760 ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResource@OID1:0v12("/") 2024-05-03 05:14:15.726/2024-05-03 05:14:15.753 CDOResource@OID1:0v13("/") 2024-05-03 05:14:15.754/* CDOResourceFolder@OID74:0v1("BranchingTest_testDetachWithoutRevision_CheckMainBranch")2024-05-03 05:14:15.754/* CDOResource@OID75:0v1("res") 2024-05-03 05:14:15.754/* Product1@OID76:0v1 2024-05-03 05:14:15.754/* BranchingTest_testDetachWithoutRevision_CheckMainBranch_subBranch[35]2024-05-03 05:14:15.754/* CDOResourceFolder@OID74:35v0("?")->0v1 2024-05-03 05:14:15.754/* CDOResource@OID75:35v0("?")->0v1 2024-05-03 05:14:15.754/2024-05-03 05:14:15.760 CDOResource@OID75:35v1("res") 2024-05-03 05:14:15.761/* Product1@OID76:35v0->0v1 2024-05-03 05:14:15.754/2024-05-03 05:14:15.760 ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:14.582/* CDOResourceFolder@OID74:0v1("BranchingTest_testDetachWithoutRevision_CheckMainBranch")2024-05-03 05:14:15.754/* CDOResource@OID75:0v1("res") 2024-05-03 05:14:15.754/* Product1@OID76:0v1 2024-05-03 05:14:15.754/* BranchingTest_testDetachWithoutRevision_CheckMainBranch_subBranch[35]2024-05-03 05:14:15.754/* CDOResourceFolder@OID74:35v0("?")->0v1 2024-05-03 05:14:15.754/* CDOResource@OID75:35v0("?")->0v1 2024-05-03 05:14:15.754/2024-05-03 05:14:15.760 CDOResource@OID75:35v1("res") 2024-05-03 05:14:15.761/* Product1@OID76:35v0->0v1 2024-05-03 05:14:15.754/2024-05-03 05:14:15.760 ******************************************************* BranchingTest.testEvent [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* BranchingTest.testFutureBaseTime [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* BranchingTest.testGetBranch [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* BranchingTest.testGetPath [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* BranchingTest.testGetPathName [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* BranchingTest.testGetSubBranches [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* BranchingTest.testHandleRevisionsAfterDetachInSubBranch [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: repo2 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* BranchingTest.testMainBranch [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* BranchingTest.testObjectLifetime [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* BranchingTest.testRenameBranch [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* BranchingTest.testRenameBranchDuplicate [H2-branching-ranges, JVM, Native] ******************************************************* [ERROR] The branch MAIN/BranchingTest_testRenameBranchDuplicate_existing already exists org.eclipse.emf.cdo.common.branch.CDODuplicateBranchException: The branch MAIN/BranchingTest_testRenameBranchDuplicate_existing already exists at org.eclipse.emf.cdo.internal.server.Repository.checkDuplicateBranchBase(Repository.java:688) at org.eclipse.emf.cdo.internal.server.Repository.checkDuplicateBranch(Repository.java:679) at org.eclipse.emf.cdo.internal.server.Repository.renameBranch(Repository.java:663) at org.eclipse.emf.cdo.tests.config.impl.RepositoryConfig$6.renameBranch(RepositoryConfig.java:779) at org.eclipse.emf.cdo.internal.common.branch.CDOBranchImpl.setName(CDOBranchImpl.java:150) at org.eclipse.emf.cdo.server.internal.net4j.protocol.RenameBranchIndication.responding(RenameBranchIndication.java:60) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerIndication.responding(CDOServerIndication.java:162) at org.eclipse.net4j.signal.IndicationWithResponse.doExtendedOutput(IndicationWithResponse.java:100) at org.eclipse.net4j.signal.Signal.doOutput(Signal.java:407) at org.eclipse.net4j.signal.IndicationWithResponse.execute(IndicationWithResponse.java:74) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerWriteIndication.execute(CDOServerWriteIndication.java:34) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) ******************************************************* BranchingTest.testRenameBranchIllegalName [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* BranchingTest.testSwitchTransactionTarget [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* BranchingTest.testSwitchViewTarget [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* BranchingWithCacheClearTest.testAncestor [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* BranchingWithCacheClearTest.testAuditViewOnBranch [H2-branching-ranges, JVM, Native] ******************************************************* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResource@OID1:0v5("/") 2024-05-03 05:14:16.235/2024-05-03 05:14:16.268 CDOResource@OID1:0v6("/") 2024-05-03 05:14:16.269/* CDOResourceFolder@OID2:0v1("BranchingTest_testHandleRevisionsAfterDetachInSubBranch")2024-05-03 05:14:15.950/* CDOResourceFolder@OID5:0v1("BranchingTest_testObjectLifetime")2024-05-03 05:14:16.002/* CDOResourceFolder@OID8:0v1("BranchingTest_testSwitchTransactionTarget")2024-05-03 05:14:16.213/* CDOResourceFolder@OID11:0v1("BranchingTest_testSwitchViewTarget")2024-05-03 05:14:16.235/* CDOResourceFolder@OID14:0v1("BranchingWithCacheClearTest_testAuditViewOnBranch")2024-05-03 05:14:16.269/* CDOResource@OID15:0v1("res") 2024-05-03 05:14:16.269/* Product1@OID16:0v1 2024-05-03 05:14:16.269/* OrderDetail@OID17:0v1 2024-05-03 05:14:16.269/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResource@OID1:0v5("/") 2024-05-03 05:14:16.235/2024-05-03 05:14:16.268 CDOResource@OID1:0v6("/") 2024-05-03 05:14:16.269/* CDOResourceFolder@OID2:0v1("BranchingTest_testHandleRevisionsAfterDetachInSubBranch")2024-05-03 05:14:15.950/* CDOResourceFolder@OID5:0v1("BranchingTest_testObjectLifetime")2024-05-03 05:14:16.002/* CDOResourceFolder@OID8:0v1("BranchingTest_testSwitchTransactionTarget")2024-05-03 05:14:16.213/* CDOResourceFolder@OID11:0v1("BranchingTest_testSwitchViewTarget")2024-05-03 05:14:16.235/* CDOResourceFolder@OID14:0v1("BranchingWithCacheClearTest_testAuditViewOnBranch")2024-05-03 05:14:16.269/* CDOResource@OID15:0v1("res") 2024-05-03 05:14:16.269/* Product1@OID16:0v1 2024-05-03 05:14:16.269/* OrderDetail@OID17:0v1 2024-05-03 05:14:16.269/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResource@OID1:0v5("/") 2024-05-03 05:14:16.235/2024-05-03 05:14:16.268 CDOResource@OID1:0v6("/") 2024-05-03 05:14:16.269/* CDOResourceFolder@OID2:0v1("BranchingTest_testHandleRevisionsAfterDetachInSubBranch")2024-05-03 05:14:15.950/* CDOResourceFolder@OID5:0v1("BranchingTest_testObjectLifetime")2024-05-03 05:14:16.002/* CDOResourceFolder@OID8:0v1("BranchingTest_testSwitchTransactionTarget")2024-05-03 05:14:16.213/* CDOResourceFolder@OID11:0v1("BranchingTest_testSwitchViewTarget")2024-05-03 05:14:16.235/* CDOResourceFolder@OID14:0v1("BranchingWithCacheClearTest_testAuditViewOnBranch")2024-05-03 05:14:16.269/* CDOResource@OID15:0v1("res") 2024-05-03 05:14:16.269/* Product1@OID16:0v1 2024-05-03 05:14:16.269/* OrderDetail@OID17:0v1 2024-05-03 05:14:16.269/2024-05-03 05:14:16.275 OrderDetail@OID17:0v2 2024-05-03 05:14:16.276/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResource@OID1:0v5("/") 2024-05-03 05:14:16.235/2024-05-03 05:14:16.268 CDOResource@OID1:0v6("/") 2024-05-03 05:14:16.269/* CDOResourceFolder@OID2:0v1("BranchingTest_testHandleRevisionsAfterDetachInSubBranch")2024-05-03 05:14:15.950/* CDOResourceFolder@OID5:0v1("BranchingTest_testObjectLifetime")2024-05-03 05:14:16.002/* CDOResourceFolder@OID8:0v1("BranchingTest_testSwitchTransactionTarget")2024-05-03 05:14:16.213/* CDOResourceFolder@OID11:0v1("BranchingTest_testSwitchViewTarget")2024-05-03 05:14:16.235/* CDOResourceFolder@OID14:0v1("BranchingWithCacheClearTest_testAuditViewOnBranch")2024-05-03 05:14:16.269/* CDOResource@OID15:0v1("res") 2024-05-03 05:14:16.269/* Product1@OID16:0v1 2024-05-03 05:14:16.269/* OrderDetail@OID17:0v1 2024-05-03 05:14:16.269/2024-05-03 05:14:16.275 OrderDetail@OID17:0v2 2024-05-03 05:14:16.276/* server-thread-8 [debug] moveOneDown add historic entry at: 1 server-thread-8 [debug] moveOneDown add historic entry at: 0 ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResource@OID1:0v5("/") 2024-05-03 05:14:16.235/2024-05-03 05:14:16.268 CDOResource@OID1:0v6("/") 2024-05-03 05:14:16.269/* CDOResourceFolder@OID2:0v1("BranchingTest_testHandleRevisionsAfterDetachInSubBranch")2024-05-03 05:14:15.950/* CDOResourceFolder@OID5:0v1("BranchingTest_testObjectLifetime")2024-05-03 05:14:16.002/* CDOResourceFolder@OID8:0v1("BranchingTest_testSwitchTransactionTarget")2024-05-03 05:14:16.213/* CDOResourceFolder@OID11:0v1("BranchingTest_testSwitchViewTarget")2024-05-03 05:14:16.235/* CDOResourceFolder@OID14:0v1("BranchingWithCacheClearTest_testAuditViewOnBranch")2024-05-03 05:14:16.269/* CDOResource@OID15:0v1("res") 2024-05-03 05:14:16.269/* Product1@OID16:0v1 2024-05-03 05:14:16.269/* OrderDetail@OID17:0v1 2024-05-03 05:14:16.269/2024-05-03 05:14:16.275 OrderDetail@OID17:0v2 2024-05-03 05:14:16.276/* BranchingWithCacheClearTest_testAuditViewOnBranch_subBranch[16]2024-05-03 05:14:16.278/* CDOResourceFolder@OID14:16v0("?")->0v1 2024-05-03 05:14:16.278/* CDOResource@OID15:16v0("?")->0v1 2024-05-03 05:14:16.278/2024-05-03 05:14:16.286 CDOResource@OID15:16v1("res") 2024-05-03 05:14:16.287/* Product1@OID16:16v0->0v1 2024-05-03 05:14:16.278/2024-05-03 05:14:16.286 Product1@OID16:16v1 2024-05-03 05:14:16.287/* OrderDetail@OID17:16v0->0v2 2024-05-03 05:14:16.278/* OrderDetail@OID18:16v1 2024-05-03 05:14:16.287/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResource@OID1:0v5("/") 2024-05-03 05:14:16.235/2024-05-03 05:14:16.268 CDOResource@OID1:0v6("/") 2024-05-03 05:14:16.269/* CDOResourceFolder@OID2:0v1("BranchingTest_testHandleRevisionsAfterDetachInSubBranch")2024-05-03 05:14:15.950/* CDOResourceFolder@OID5:0v1("BranchingTest_testObjectLifetime")2024-05-03 05:14:16.002/* CDOResourceFolder@OID8:0v1("BranchingTest_testSwitchTransactionTarget")2024-05-03 05:14:16.213/* CDOResourceFolder@OID11:0v1("BranchingTest_testSwitchViewTarget")2024-05-03 05:14:16.235/* CDOResourceFolder@OID14:0v1("BranchingWithCacheClearTest_testAuditViewOnBranch")2024-05-03 05:14:16.269/* CDOResource@OID15:0v1("res") 2024-05-03 05:14:16.269/* Product1@OID16:0v1 2024-05-03 05:14:16.269/* OrderDetail@OID17:0v1 2024-05-03 05:14:16.269/2024-05-03 05:14:16.275 OrderDetail@OID17:0v2 2024-05-03 05:14:16.276/* BranchingWithCacheClearTest_testAuditViewOnBranch_subBranch[16]2024-05-03 05:14:16.278/* CDOResourceFolder@OID14:16v0("?")->0v1 2024-05-03 05:14:16.278/* CDOResource@OID15:16v0("?")->0v1 2024-05-03 05:14:16.278/2024-05-03 05:14:16.286 CDOResource@OID15:16v1("res") 2024-05-03 05:14:16.287/* Product1@OID16:16v0->0v1 2024-05-03 05:14:16.278/2024-05-03 05:14:16.286 Product1@OID16:16v1 2024-05-03 05:14:16.287/* OrderDetail@OID17:16v0->0v2 2024-05-03 05:14:16.278/* OrderDetail@OID18:16v1 2024-05-03 05:14:16.287/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID14:0v1("BranchingWithCacheClearTest_testAuditViewOnBranch")2024-05-03 05:14:16.269/* CDOResource@OID15:0v1("res") 2024-05-03 05:14:16.269/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID14:0v1("BranchingWithCacheClearTest_testAuditViewOnBranch")2024-05-03 05:14:16.269/* CDOResource@OID15:0v1("res") 2024-05-03 05:14:16.269/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID14:0v1("BranchingWithCacheClearTest_testAuditViewOnBranch")2024-05-03 05:14:16.269/* CDOResource@OID15:0v1("res") 2024-05-03 05:14:16.269/* OrderDetail@OID17:0v1 2024-05-03 05:14:16.269/2024-05-03 05:14:16.275 ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID14:0v1("BranchingWithCacheClearTest_testAuditViewOnBranch")2024-05-03 05:14:16.269/* CDOResource@OID15:0v1("res") 2024-05-03 05:14:16.269/* OrderDetail@OID17:0v1 2024-05-03 05:14:16.269/2024-05-03 05:14:16.275 ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID14:0v1("BranchingWithCacheClearTest_testAuditViewOnBranch")2024-05-03 05:14:16.269/* CDOResource@OID15:0v1("res") 2024-05-03 05:14:16.269/* Product1@OID16:0v1 2024-05-03 05:14:16.269/* OrderDetail@OID17:0v1 2024-05-03 05:14:16.269/2024-05-03 05:14:16.275 ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID14:0v1("BranchingWithCacheClearTest_testAuditViewOnBranch")2024-05-03 05:14:16.269/* CDOResource@OID15:0v1("res") 2024-05-03 05:14:16.269/* Product1@OID16:0v1 2024-05-03 05:14:16.269/* OrderDetail@OID17:0v1 2024-05-03 05:14:16.269/2024-05-03 05:14:16.275 ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID14:0v1("BranchingWithCacheClearTest_testAuditViewOnBranch")2024-05-03 05:14:16.269/* CDOResource@OID15:0v1("res") 2024-05-03 05:14:16.269/* Product1@OID16:0v1 2024-05-03 05:14:16.269/* OrderDetail@OID17:0v1 2024-05-03 05:14:16.269/2024-05-03 05:14:16.275 ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID14:0v1("BranchingWithCacheClearTest_testAuditViewOnBranch")2024-05-03 05:14:16.269/* CDOResource@OID15:0v1("res") 2024-05-03 05:14:16.269/* Product1@OID16:0v1 2024-05-03 05:14:16.269/* OrderDetail@OID17:0v1 2024-05-03 05:14:16.269/2024-05-03 05:14:16.275 ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID14:0v1("BranchingWithCacheClearTest_testAuditViewOnBranch")2024-05-03 05:14:16.269/* CDOResource@OID15:0v1("res") 2024-05-03 05:14:16.269/* Product1@OID16:0v1 2024-05-03 05:14:16.269/* OrderDetail@OID17:0v1 2024-05-03 05:14:16.269/2024-05-03 05:14:16.275 OrderDetail@OID17:0v2 2024-05-03 05:14:16.276/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID14:0v1("BranchingWithCacheClearTest_testAuditViewOnBranch")2024-05-03 05:14:16.269/* CDOResource@OID15:0v1("res") 2024-05-03 05:14:16.269/* Product1@OID16:0v1 2024-05-03 05:14:16.269/* OrderDetail@OID17:0v1 2024-05-03 05:14:16.269/2024-05-03 05:14:16.275 OrderDetail@OID17:0v2 2024-05-03 05:14:16.276/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID14:0v1("BranchingWithCacheClearTest_testAuditViewOnBranch")2024-05-03 05:14:16.269/* CDOResource@OID15:0v1("res") 2024-05-03 05:14:16.269/* Product1@OID16:0v1 2024-05-03 05:14:16.269/* OrderDetail@OID17:0v1 2024-05-03 05:14:16.269/2024-05-03 05:14:16.275 OrderDetail@OID17:0v2 2024-05-03 05:14:16.276/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID14:0v1("BranchingWithCacheClearTest_testAuditViewOnBranch")2024-05-03 05:14:16.269/* CDOResource@OID15:0v1("res") 2024-05-03 05:14:16.269/* Product1@OID16:0v1 2024-05-03 05:14:16.269/* OrderDetail@OID17:0v1 2024-05-03 05:14:16.269/2024-05-03 05:14:16.275 OrderDetail@OID17:0v2 2024-05-03 05:14:16.276/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID14:0v1("BranchingWithCacheClearTest_testAuditViewOnBranch")2024-05-03 05:14:16.269/* CDOResource@OID15:0v1("res") 2024-05-03 05:14:16.269/* Product1@OID16:0v1 2024-05-03 05:14:16.269/* OrderDetail@OID17:0v1 2024-05-03 05:14:16.269/2024-05-03 05:14:16.275 OrderDetail@OID17:0v2 2024-05-03 05:14:16.276/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID14:0v1("BranchingWithCacheClearTest_testAuditViewOnBranch")2024-05-03 05:14:16.269/* CDOResource@OID15:0v1("res") 2024-05-03 05:14:16.269/* Product1@OID16:0v1 2024-05-03 05:14:16.269/* OrderDetail@OID17:0v1 2024-05-03 05:14:16.269/2024-05-03 05:14:16.275 OrderDetail@OID17:0v2 2024-05-03 05:14:16.276/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID14:0v1("BranchingWithCacheClearTest_testAuditViewOnBranch")2024-05-03 05:14:16.269/* CDOResource@OID15:0v1("res") 2024-05-03 05:14:16.269/* Product1@OID16:0v1 2024-05-03 05:14:16.269/* OrderDetail@OID17:0v1 2024-05-03 05:14:16.269/2024-05-03 05:14:16.275 OrderDetail@OID17:0v2 2024-05-03 05:14:16.276/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID14:0v1("BranchingWithCacheClearTest_testAuditViewOnBranch")2024-05-03 05:14:16.269/* CDOResource@OID15:0v1("res") 2024-05-03 05:14:16.269/* Product1@OID16:0v1 2024-05-03 05:14:16.269/* OrderDetail@OID17:0v1 2024-05-03 05:14:16.269/2024-05-03 05:14:16.275 OrderDetail@OID17:0v2 2024-05-03 05:14:16.276/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID14:0v1("BranchingWithCacheClearTest_testAuditViewOnBranch")2024-05-03 05:14:16.269/* CDOResource@OID15:0v1("res") 2024-05-03 05:14:16.269/* Product1@OID16:0v1 2024-05-03 05:14:16.269/* OrderDetail@OID17:0v1 2024-05-03 05:14:16.269/2024-05-03 05:14:16.275 OrderDetail@OID17:0v2 2024-05-03 05:14:16.276/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID14:0v1("BranchingWithCacheClearTest_testAuditViewOnBranch")2024-05-03 05:14:16.269/* CDOResource@OID15:0v1("res") 2024-05-03 05:14:16.269/* Product1@OID16:0v1 2024-05-03 05:14:16.269/* OrderDetail@OID17:0v1 2024-05-03 05:14:16.269/2024-05-03 05:14:16.275 OrderDetail@OID17:0v2 2024-05-03 05:14:16.276/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID14:0v1("BranchingWithCacheClearTest_testAuditViewOnBranch")2024-05-03 05:14:16.269/* CDOResource@OID15:0v1("res") 2024-05-03 05:14:16.269/* Product1@OID16:0v1 2024-05-03 05:14:16.269/* OrderDetail@OID17:0v1 2024-05-03 05:14:16.269/2024-05-03 05:14:16.275 OrderDetail@OID17:0v2 2024-05-03 05:14:16.276/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID14:0v1("BranchingWithCacheClearTest_testAuditViewOnBranch")2024-05-03 05:14:16.269/* CDOResource@OID15:0v1("res") 2024-05-03 05:14:16.269/* Product1@OID16:0v1 2024-05-03 05:14:16.269/* OrderDetail@OID17:0v1 2024-05-03 05:14:16.269/2024-05-03 05:14:16.275 OrderDetail@OID17:0v2 2024-05-03 05:14:16.276/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID14:0v1("BranchingWithCacheClearTest_testAuditViewOnBranch")2024-05-03 05:14:16.269/* CDOResource@OID15:0v1("res") 2024-05-03 05:14:16.269/* Product1@OID16:0v1 2024-05-03 05:14:16.269/* OrderDetail@OID17:0v1 2024-05-03 05:14:16.269/2024-05-03 05:14:16.275 OrderDetail@OID17:0v2 2024-05-03 05:14:16.276/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID14:0v1("BranchingWithCacheClearTest_testAuditViewOnBranch")2024-05-03 05:14:16.269/* CDOResource@OID15:0v1("res") 2024-05-03 05:14:16.269/* Product1@OID16:0v1 2024-05-03 05:14:16.269/* OrderDetail@OID17:0v1 2024-05-03 05:14:16.269/2024-05-03 05:14:16.275 OrderDetail@OID17:0v2 2024-05-03 05:14:16.276/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID14:0v1("BranchingWithCacheClearTest_testAuditViewOnBranch")2024-05-03 05:14:16.269/* CDOResource@OID15:0v1("res") 2024-05-03 05:14:16.269/* Product1@OID16:0v1 2024-05-03 05:14:16.269/* OrderDetail@OID17:0v1 2024-05-03 05:14:16.269/2024-05-03 05:14:16.275 OrderDetail@OID17:0v2 2024-05-03 05:14:16.276/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID14:0v1("BranchingWithCacheClearTest_testAuditViewOnBranch")2024-05-03 05:14:16.269/* CDOResource@OID15:0v1("res") 2024-05-03 05:14:16.269/* Product1@OID16:0v1 2024-05-03 05:14:16.269/* OrderDetail@OID17:0v1 2024-05-03 05:14:16.269/2024-05-03 05:14:16.275 OrderDetail@OID17:0v2 2024-05-03 05:14:16.276/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID14:0v1("BranchingWithCacheClearTest_testAuditViewOnBranch")2024-05-03 05:14:16.269/* CDOResource@OID15:0v1("res") 2024-05-03 05:14:16.269/* Product1@OID16:0v1 2024-05-03 05:14:16.269/* OrderDetail@OID17:0v1 2024-05-03 05:14:16.269/2024-05-03 05:14:16.275 OrderDetail@OID17:0v2 2024-05-03 05:14:16.276/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID14:0v1("BranchingWithCacheClearTest_testAuditViewOnBranch")2024-05-03 05:14:16.269/* CDOResource@OID15:0v1("res") 2024-05-03 05:14:16.269/* Product1@OID16:0v1 2024-05-03 05:14:16.269/* OrderDetail@OID17:0v1 2024-05-03 05:14:16.269/2024-05-03 05:14:16.275 OrderDetail@OID17:0v2 2024-05-03 05:14:16.276/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID14:0v1("BranchingWithCacheClearTest_testAuditViewOnBranch")2024-05-03 05:14:16.269/* CDOResource@OID15:0v1("res") 2024-05-03 05:14:16.269/* Product1@OID16:0v1 2024-05-03 05:14:16.269/* OrderDetail@OID17:0v1 2024-05-03 05:14:16.269/2024-05-03 05:14:16.275 OrderDetail@OID17:0v2 2024-05-03 05:14:16.276/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID14:0v1("BranchingWithCacheClearTest_testAuditViewOnBranch")2024-05-03 05:14:16.269/* CDOResource@OID15:0v1("res") 2024-05-03 05:14:16.269/* Product1@OID16:0v1 2024-05-03 05:14:16.269/* OrderDetail@OID17:0v1 2024-05-03 05:14:16.269/2024-05-03 05:14:16.275 OrderDetail@OID17:0v2 2024-05-03 05:14:16.276/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID14:0v1("BranchingWithCacheClearTest_testAuditViewOnBranch")2024-05-03 05:14:16.269/* CDOResource@OID15:0v1("res") 2024-05-03 05:14:16.269/* Product1@OID16:0v1 2024-05-03 05:14:16.269/* OrderDetail@OID17:0v1 2024-05-03 05:14:16.269/2024-05-03 05:14:16.275 OrderDetail@OID17:0v2 2024-05-03 05:14:16.276/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID14:0v1("BranchingWithCacheClearTest_testAuditViewOnBranch")2024-05-03 05:14:16.269/* CDOResource@OID15:0v1("res") 2024-05-03 05:14:16.269/* Product1@OID16:0v1 2024-05-03 05:14:16.269/* OrderDetail@OID17:0v1 2024-05-03 05:14:16.269/2024-05-03 05:14:16.275 OrderDetail@OID17:0v2 2024-05-03 05:14:16.276/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID14:0v1("BranchingWithCacheClearTest_testAuditViewOnBranch")2024-05-03 05:14:16.269/* CDOResource@OID15:0v1("res") 2024-05-03 05:14:16.269/* Product1@OID16:0v1 2024-05-03 05:14:16.269/* OrderDetail@OID17:0v1 2024-05-03 05:14:16.269/2024-05-03 05:14:16.275 OrderDetail@OID17:0v2 2024-05-03 05:14:16.276/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID14:0v1("BranchingWithCacheClearTest_testAuditViewOnBranch")2024-05-03 05:14:16.269/* CDOResource@OID15:0v1("res") 2024-05-03 05:14:16.269/* Product1@OID16:0v1 2024-05-03 05:14:16.269/* OrderDetail@OID17:0v1 2024-05-03 05:14:16.269/2024-05-03 05:14:16.275 OrderDetail@OID17:0v2 2024-05-03 05:14:16.276/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID14:0v1("BranchingWithCacheClearTest_testAuditViewOnBranch")2024-05-03 05:14:16.269/* CDOResource@OID15:0v1("res") 2024-05-03 05:14:16.269/* Product1@OID16:0v1 2024-05-03 05:14:16.269/* OrderDetail@OID17:0v1 2024-05-03 05:14:16.269/2024-05-03 05:14:16.275 OrderDetail@OID17:0v2 2024-05-03 05:14:16.276/* BranchingWithCacheClearTest_testAuditViewOnBranch_subBranch[16]2024-05-03 05:14:16.278/* CDOResourceFolder@OID14:16v0("?")->0v1 2024-05-03 05:14:16.278/* CDOResource@OID15:16v1("res") 2024-05-03 05:14:16.287/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID14:0v1("BranchingWithCacheClearTest_testAuditViewOnBranch")2024-05-03 05:14:16.269/* CDOResource@OID15:0v1("res") 2024-05-03 05:14:16.269/* Product1@OID16:0v1 2024-05-03 05:14:16.269/* OrderDetail@OID17:0v1 2024-05-03 05:14:16.269/2024-05-03 05:14:16.275 OrderDetail@OID17:0v2 2024-05-03 05:14:16.276/* BranchingWithCacheClearTest_testAuditViewOnBranch_subBranch[16]2024-05-03 05:14:16.278/* CDOResourceFolder@OID14:16v0("?")->0v1 2024-05-03 05:14:16.278/* CDOResource@OID15:16v1("res") 2024-05-03 05:14:16.287/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID14:0v1("BranchingWithCacheClearTest_testAuditViewOnBranch")2024-05-03 05:14:16.269/* CDOResource@OID15:0v1("res") 2024-05-03 05:14:16.269/* Product1@OID16:0v1 2024-05-03 05:14:16.269/* OrderDetail@OID17:0v1 2024-05-03 05:14:16.269/2024-05-03 05:14:16.275 OrderDetail@OID17:0v2 2024-05-03 05:14:16.276/* BranchingWithCacheClearTest_testAuditViewOnBranch_subBranch[16]2024-05-03 05:14:16.278/* CDOResourceFolder@OID14:16v0("?")->0v1 2024-05-03 05:14:16.278/* CDOResource@OID15:16v1("res") 2024-05-03 05:14:16.287/* OrderDetail@OID17:16v0->0v2 2024-05-03 05:14:16.278/* OrderDetail@OID18:16v1 2024-05-03 05:14:16.287/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID14:0v1("BranchingWithCacheClearTest_testAuditViewOnBranch")2024-05-03 05:14:16.269/* CDOResource@OID15:0v1("res") 2024-05-03 05:14:16.269/* Product1@OID16:0v1 2024-05-03 05:14:16.269/* OrderDetail@OID17:0v1 2024-05-03 05:14:16.269/2024-05-03 05:14:16.275 OrderDetail@OID17:0v2 2024-05-03 05:14:16.276/* BranchingWithCacheClearTest_testAuditViewOnBranch_subBranch[16]2024-05-03 05:14:16.278/* CDOResourceFolder@OID14:16v0("?")->0v1 2024-05-03 05:14:16.278/* CDOResource@OID15:16v1("res") 2024-05-03 05:14:16.287/* OrderDetail@OID17:16v0->0v2 2024-05-03 05:14:16.278/* OrderDetail@OID18:16v1 2024-05-03 05:14:16.287/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID14:0v1("BranchingWithCacheClearTest_testAuditViewOnBranch")2024-05-03 05:14:16.269/* CDOResource@OID15:0v1("res") 2024-05-03 05:14:16.269/* Product1@OID16:0v1 2024-05-03 05:14:16.269/* OrderDetail@OID17:0v1 2024-05-03 05:14:16.269/2024-05-03 05:14:16.275 OrderDetail@OID17:0v2 2024-05-03 05:14:16.276/* BranchingWithCacheClearTest_testAuditViewOnBranch_subBranch[16]2024-05-03 05:14:16.278/* CDOResourceFolder@OID14:16v0("?")->0v1 2024-05-03 05:14:16.278/* CDOResource@OID15:16v1("res") 2024-05-03 05:14:16.287/* Product1@OID16:16v1 2024-05-03 05:14:16.287/* OrderDetail@OID17:16v0->0v2 2024-05-03 05:14:16.278/* OrderDetail@OID18:16v1 2024-05-03 05:14:16.287/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID14:0v1("BranchingWithCacheClearTest_testAuditViewOnBranch")2024-05-03 05:14:16.269/* CDOResource@OID15:0v1("res") 2024-05-03 05:14:16.269/* Product1@OID16:0v1 2024-05-03 05:14:16.269/* OrderDetail@OID17:0v1 2024-05-03 05:14:16.269/2024-05-03 05:14:16.275 OrderDetail@OID17:0v2 2024-05-03 05:14:16.276/* BranchingWithCacheClearTest_testAuditViewOnBranch_subBranch[16]2024-05-03 05:14:16.278/* CDOResourceFolder@OID14:16v0("?")->0v1 2024-05-03 05:14:16.278/* CDOResource@OID15:16v1("res") 2024-05-03 05:14:16.287/* Product1@OID16:16v1 2024-05-03 05:14:16.287/* OrderDetail@OID17:16v0->0v2 2024-05-03 05:14:16.278/* OrderDetail@OID18:16v1 2024-05-03 05:14:16.287/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID14:0v1("BranchingWithCacheClearTest_testAuditViewOnBranch")2024-05-03 05:14:16.269/* CDOResource@OID15:0v1("res") 2024-05-03 05:14:16.269/* Product1@OID16:0v1 2024-05-03 05:14:16.269/* OrderDetail@OID17:0v1 2024-05-03 05:14:16.269/2024-05-03 05:14:16.275 OrderDetail@OID17:0v2 2024-05-03 05:14:16.276/* BranchingWithCacheClearTest_testAuditViewOnBranch_subBranch[16]2024-05-03 05:14:16.278/* CDOResourceFolder@OID14:16v0("?")->0v1 2024-05-03 05:14:16.278/* CDOResource@OID15:16v1("res") 2024-05-03 05:14:16.287/* Product1@OID16:16v1 2024-05-03 05:14:16.287/* OrderDetail@OID17:16v0->0v2 2024-05-03 05:14:16.278/* OrderDetail@OID18:16v1 2024-05-03 05:14:16.287/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID14:0v1("BranchingWithCacheClearTest_testAuditViewOnBranch")2024-05-03 05:14:16.269/* CDOResource@OID15:0v1("res") 2024-05-03 05:14:16.269/* Product1@OID16:0v1 2024-05-03 05:14:16.269/* OrderDetail@OID17:0v1 2024-05-03 05:14:16.269/2024-05-03 05:14:16.275 OrderDetail@OID17:0v2 2024-05-03 05:14:16.276/* BranchingWithCacheClearTest_testAuditViewOnBranch_subBranch[16]2024-05-03 05:14:16.278/* CDOResourceFolder@OID14:16v0("?")->0v1 2024-05-03 05:14:16.278/* CDOResource@OID15:16v1("res") 2024-05-03 05:14:16.287/* Product1@OID16:16v1 2024-05-03 05:14:16.287/* OrderDetail@OID17:16v0->0v2 2024-05-03 05:14:16.278/* OrderDetail@OID18:16v1 2024-05-03 05:14:16.287/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID14:0v1("BranchingWithCacheClearTest_testAuditViewOnBranch")2024-05-03 05:14:16.269/* CDOResource@OID15:0v1("res") 2024-05-03 05:14:16.269/* Product1@OID16:0v1 2024-05-03 05:14:16.269/* OrderDetail@OID17:0v1 2024-05-03 05:14:16.269/2024-05-03 05:14:16.275 OrderDetail@OID17:0v2 2024-05-03 05:14:16.276/* BranchingWithCacheClearTest_testAuditViewOnBranch_subBranch[16]2024-05-03 05:14:16.278/* CDOResourceFolder@OID14:16v0("?")->0v1 2024-05-03 05:14:16.278/* CDOResource@OID15:16v1("res") 2024-05-03 05:14:16.287/* Product1@OID16:16v1 2024-05-03 05:14:16.287/* OrderDetail@OID17:16v0->0v2 2024-05-03 05:14:16.278/* OrderDetail@OID18:16v1 2024-05-03 05:14:16.287/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID14:0v1("BranchingWithCacheClearTest_testAuditViewOnBranch")2024-05-03 05:14:16.269/* CDOResource@OID15:0v1("res") 2024-05-03 05:14:16.269/* Product1@OID16:0v1 2024-05-03 05:14:16.269/* OrderDetail@OID17:0v1 2024-05-03 05:14:16.269/2024-05-03 05:14:16.275 OrderDetail@OID17:0v2 2024-05-03 05:14:16.276/* BranchingWithCacheClearTest_testAuditViewOnBranch_subBranch[16]2024-05-03 05:14:16.278/* CDOResourceFolder@OID14:16v0("?")->0v1 2024-05-03 05:14:16.278/* CDOResource@OID15:16v1("res") 2024-05-03 05:14:16.287/* Product1@OID16:16v1 2024-05-03 05:14:16.287/* OrderDetail@OID17:16v0->0v2 2024-05-03 05:14:16.278/* OrderDetail@OID18:16v1 2024-05-03 05:14:16.287/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID14:0v1("BranchingWithCacheClearTest_testAuditViewOnBranch")2024-05-03 05:14:16.269/* CDOResource@OID15:0v1("res") 2024-05-03 05:14:16.269/* Product1@OID16:0v1 2024-05-03 05:14:16.269/* OrderDetail@OID17:0v1 2024-05-03 05:14:16.269/2024-05-03 05:14:16.275 OrderDetail@OID17:0v2 2024-05-03 05:14:16.276/* BranchingWithCacheClearTest_testAuditViewOnBranch_subBranch[16]2024-05-03 05:14:16.278/* CDOResourceFolder@OID14:16v0("?")->0v1 2024-05-03 05:14:16.278/* CDOResource@OID15:16v1("res") 2024-05-03 05:14:16.287/* Product1@OID16:16v1 2024-05-03 05:14:16.287/* OrderDetail@OID17:16v0->0v2 2024-05-03 05:14:16.278/* OrderDetail@OID18:16v1 2024-05-03 05:14:16.287/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID14:0v1("BranchingWithCacheClearTest_testAuditViewOnBranch")2024-05-03 05:14:16.269/* CDOResource@OID15:0v1("res") 2024-05-03 05:14:16.269/* Product1@OID16:0v1 2024-05-03 05:14:16.269/* OrderDetail@OID17:0v1 2024-05-03 05:14:16.269/2024-05-03 05:14:16.275 OrderDetail@OID17:0v2 2024-05-03 05:14:16.276/* BranchingWithCacheClearTest_testAuditViewOnBranch_subBranch[16]2024-05-03 05:14:16.278/* CDOResourceFolder@OID14:16v0("?")->0v1 2024-05-03 05:14:16.278/* CDOResource@OID15:16v1("res") 2024-05-03 05:14:16.287/* Product1@OID16:16v1 2024-05-03 05:14:16.287/* OrderDetail@OID17:16v0->0v2 2024-05-03 05:14:16.278/* OrderDetail@OID18:16v1 2024-05-03 05:14:16.287/* ******************************************************* BranchingWithCacheClearTest.testBasePath [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* BranchingWithCacheClearTest.testCommit [H2-branching-ranges, JVM, Native] ******************************************************* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResource@OID1:0v6("/") 2024-05-03 05:14:16.269/2024-05-03 05:14:16.361 CDOResource@OID1:0v7("/") 2024-05-03 05:14:16.362/* CDOResourceFolder@OID19:0v1("BranchingWithCacheClearTest_testCommit")2024-05-03 05:14:16.362/* CDOResource@OID20:0v1("res") 2024-05-03 05:14:16.362/* Product1@OID21:0v1 2024-05-03 05:14:16.362/* OrderDetail@OID22:0v1 2024-05-03 05:14:16.362/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResource@OID1:0v6("/") 2024-05-03 05:14:16.269/2024-05-03 05:14:16.361 CDOResource@OID1:0v7("/") 2024-05-03 05:14:16.362/* CDOResourceFolder@OID19:0v1("BranchingWithCacheClearTest_testCommit")2024-05-03 05:14:16.362/* CDOResource@OID20:0v1("res") 2024-05-03 05:14:16.362/* Product1@OID21:0v1 2024-05-03 05:14:16.362/* OrderDetail@OID22:0v1 2024-05-03 05:14:16.362/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResource@OID1:0v6("/") 2024-05-03 05:14:16.269/2024-05-03 05:14:16.361 CDOResource@OID1:0v7("/") 2024-05-03 05:14:16.362/* CDOResourceFolder@OID19:0v1("BranchingWithCacheClearTest_testCommit")2024-05-03 05:14:16.362/* CDOResource@OID20:0v1("res") 2024-05-03 05:14:16.362/* Product1@OID21:0v1 2024-05-03 05:14:16.362/* OrderDetail@OID22:0v1 2024-05-03 05:14:16.362/* BranchingWithCacheClearTest_testCommit_subBranch[20]2024-05-03 05:14:16.362/* CDOResourceFolder@OID19:20v0("?")->0v1 2024-05-03 05:14:16.362/* CDOResource@OID20:20v0("?")->0v1 2024-05-03 05:14:16.362/* Product1@OID21:20v0->0v1 2024-05-03 05:14:16.362/* OrderDetail@OID22:20v0->0v1 2024-05-03 05:14:16.362/2024-05-03 05:14:16.371 OrderDetail@OID22:20v1 2024-05-03 05:14:16.372/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResource@OID1:0v6("/") 2024-05-03 05:14:16.269/2024-05-03 05:14:16.361 CDOResource@OID1:0v7("/") 2024-05-03 05:14:16.362/* CDOResourceFolder@OID19:0v1("BranchingWithCacheClearTest_testCommit")2024-05-03 05:14:16.362/* CDOResource@OID20:0v1("res") 2024-05-03 05:14:16.362/* Product1@OID21:0v1 2024-05-03 05:14:16.362/* OrderDetail@OID22:0v1 2024-05-03 05:14:16.362/* BranchingWithCacheClearTest_testCommit_subBranch[20]2024-05-03 05:14:16.362/* CDOResourceFolder@OID19:20v0("?")->0v1 2024-05-03 05:14:16.362/* CDOResource@OID20:20v0("?")->0v1 2024-05-03 05:14:16.362/* Product1@OID21:20v0->0v1 2024-05-03 05:14:16.362/* OrderDetail@OID22:20v0->0v1 2024-05-03 05:14:16.362/2024-05-03 05:14:16.371 OrderDetail@OID22:20v1 2024-05-03 05:14:16.372/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID19:0v1("BranchingWithCacheClearTest_testCommit")2024-05-03 05:14:16.362/* CDOResource@OID20:0v1("res") 2024-05-03 05:14:16.362/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID19:0v1("BranchingWithCacheClearTest_testCommit")2024-05-03 05:14:16.362/* CDOResource@OID20:0v1("res") 2024-05-03 05:14:16.362/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID19:0v1("BranchingWithCacheClearTest_testCommit")2024-05-03 05:14:16.362/* CDOResource@OID20:0v1("res") 2024-05-03 05:14:16.362/* OrderDetail@OID22:0v1 2024-05-03 05:14:16.362/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID19:0v1("BranchingWithCacheClearTest_testCommit")2024-05-03 05:14:16.362/* CDOResource@OID20:0v1("res") 2024-05-03 05:14:16.362/* OrderDetail@OID22:0v1 2024-05-03 05:14:16.362/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID19:0v1("BranchingWithCacheClearTest_testCommit")2024-05-03 05:14:16.362/* CDOResource@OID20:0v1("res") 2024-05-03 05:14:16.362/* Product1@OID21:0v1 2024-05-03 05:14:16.362/* OrderDetail@OID22:0v1 2024-05-03 05:14:16.362/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID19:0v1("BranchingWithCacheClearTest_testCommit")2024-05-03 05:14:16.362/* CDOResource@OID20:0v1("res") 2024-05-03 05:14:16.362/* Product1@OID21:0v1 2024-05-03 05:14:16.362/* OrderDetail@OID22:0v1 2024-05-03 05:14:16.362/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID19:0v1("BranchingWithCacheClearTest_testCommit")2024-05-03 05:14:16.362/* CDOResource@OID20:0v1("res") 2024-05-03 05:14:16.362/* Product1@OID21:0v1 2024-05-03 05:14:16.362/* OrderDetail@OID22:0v1 2024-05-03 05:14:16.362/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID19:0v1("BranchingWithCacheClearTest_testCommit")2024-05-03 05:14:16.362/* CDOResource@OID20:0v1("res") 2024-05-03 05:14:16.362/* Product1@OID21:0v1 2024-05-03 05:14:16.362/* OrderDetail@OID22:0v1 2024-05-03 05:14:16.362/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID19:0v1("BranchingWithCacheClearTest_testCommit")2024-05-03 05:14:16.362/* CDOResource@OID20:0v1("res") 2024-05-03 05:14:16.362/* Product1@OID21:0v1 2024-05-03 05:14:16.362/* OrderDetail@OID22:0v1 2024-05-03 05:14:16.362/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID19:0v1("BranchingWithCacheClearTest_testCommit")2024-05-03 05:14:16.362/* CDOResource@OID20:0v1("res") 2024-05-03 05:14:16.362/* Product1@OID21:0v1 2024-05-03 05:14:16.362/* OrderDetail@OID22:0v1 2024-05-03 05:14:16.362/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID19:0v1("BranchingWithCacheClearTest_testCommit")2024-05-03 05:14:16.362/* CDOResource@OID20:0v1("res") 2024-05-03 05:14:16.362/* Product1@OID21:0v1 2024-05-03 05:14:16.362/* OrderDetail@OID22:0v1 2024-05-03 05:14:16.362/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID19:0v1("BranchingWithCacheClearTest_testCommit")2024-05-03 05:14:16.362/* CDOResource@OID20:0v1("res") 2024-05-03 05:14:16.362/* Product1@OID21:0v1 2024-05-03 05:14:16.362/* OrderDetail@OID22:0v1 2024-05-03 05:14:16.362/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID19:0v1("BranchingWithCacheClearTest_testCommit")2024-05-03 05:14:16.362/* CDOResource@OID20:0v1("res") 2024-05-03 05:14:16.362/* Product1@OID21:0v1 2024-05-03 05:14:16.362/* OrderDetail@OID22:0v1 2024-05-03 05:14:16.362/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID19:0v1("BranchingWithCacheClearTest_testCommit")2024-05-03 05:14:16.362/* CDOResource@OID20:0v1("res") 2024-05-03 05:14:16.362/* Product1@OID21:0v1 2024-05-03 05:14:16.362/* OrderDetail@OID22:0v1 2024-05-03 05:14:16.362/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID19:0v1("BranchingWithCacheClearTest_testCommit")2024-05-03 05:14:16.362/* CDOResource@OID20:0v1("res") 2024-05-03 05:14:16.362/* Product1@OID21:0v1 2024-05-03 05:14:16.362/* OrderDetail@OID22:0v1 2024-05-03 05:14:16.362/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID19:0v1("BranchingWithCacheClearTest_testCommit")2024-05-03 05:14:16.362/* CDOResource@OID20:0v1("res") 2024-05-03 05:14:16.362/* Product1@OID21:0v1 2024-05-03 05:14:16.362/* OrderDetail@OID22:0v1 2024-05-03 05:14:16.362/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID19:0v1("BranchingWithCacheClearTest_testCommit")2024-05-03 05:14:16.362/* CDOResource@OID20:0v1("res") 2024-05-03 05:14:16.362/* Product1@OID21:0v1 2024-05-03 05:14:16.362/* OrderDetail@OID22:0v1 2024-05-03 05:14:16.362/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID19:0v1("BranchingWithCacheClearTest_testCommit")2024-05-03 05:14:16.362/* CDOResource@OID20:0v1("res") 2024-05-03 05:14:16.362/* Product1@OID21:0v1 2024-05-03 05:14:16.362/* OrderDetail@OID22:0v1 2024-05-03 05:14:16.362/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID19:0v1("BranchingWithCacheClearTest_testCommit")2024-05-03 05:14:16.362/* CDOResource@OID20:0v1("res") 2024-05-03 05:14:16.362/* Product1@OID21:0v1 2024-05-03 05:14:16.362/* OrderDetail@OID22:0v1 2024-05-03 05:14:16.362/* BranchingWithCacheClearTest_testCommit_subBranch[20]2024-05-03 05:14:16.362/* CDOResourceFolder@OID19:20v0("?")->0v1 2024-05-03 05:14:16.362/* CDOResource@OID20:20v0("?")->0v1 2024-05-03 05:14:16.362/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID19:0v1("BranchingWithCacheClearTest_testCommit")2024-05-03 05:14:16.362/* CDOResource@OID20:0v1("res") 2024-05-03 05:14:16.362/* Product1@OID21:0v1 2024-05-03 05:14:16.362/* OrderDetail@OID22:0v1 2024-05-03 05:14:16.362/* BranchingWithCacheClearTest_testCommit_subBranch[20]2024-05-03 05:14:16.362/* CDOResourceFolder@OID19:20v0("?")->0v1 2024-05-03 05:14:16.362/* CDOResource@OID20:20v0("?")->0v1 2024-05-03 05:14:16.362/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID19:0v1("BranchingWithCacheClearTest_testCommit")2024-05-03 05:14:16.362/* CDOResource@OID20:0v1("res") 2024-05-03 05:14:16.362/* Product1@OID21:0v1 2024-05-03 05:14:16.362/* OrderDetail@OID22:0v1 2024-05-03 05:14:16.362/* BranchingWithCacheClearTest_testCommit_subBranch[20]2024-05-03 05:14:16.362/* CDOResourceFolder@OID19:20v0("?")->0v1 2024-05-03 05:14:16.362/* CDOResource@OID20:20v0("?")->0v1 2024-05-03 05:14:16.362/* OrderDetail@OID22:20v0->0v1 2024-05-03 05:14:16.362/2024-05-03 05:14:16.371 ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID19:0v1("BranchingWithCacheClearTest_testCommit")2024-05-03 05:14:16.362/* CDOResource@OID20:0v1("res") 2024-05-03 05:14:16.362/* Product1@OID21:0v1 2024-05-03 05:14:16.362/* OrderDetail@OID22:0v1 2024-05-03 05:14:16.362/* BranchingWithCacheClearTest_testCommit_subBranch[20]2024-05-03 05:14:16.362/* CDOResourceFolder@OID19:20v0("?")->0v1 2024-05-03 05:14:16.362/* CDOResource@OID20:20v0("?")->0v1 2024-05-03 05:14:16.362/* OrderDetail@OID22:20v0->0v1 2024-05-03 05:14:16.362/2024-05-03 05:14:16.371 ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID19:0v1("BranchingWithCacheClearTest_testCommit")2024-05-03 05:14:16.362/* CDOResource@OID20:0v1("res") 2024-05-03 05:14:16.362/* Product1@OID21:0v1 2024-05-03 05:14:16.362/* OrderDetail@OID22:0v1 2024-05-03 05:14:16.362/* BranchingWithCacheClearTest_testCommit_subBranch[20]2024-05-03 05:14:16.362/* CDOResourceFolder@OID19:20v0("?")->0v1 2024-05-03 05:14:16.362/* CDOResource@OID20:20v0("?")->0v1 2024-05-03 05:14:16.362/* Product1@OID21:20v0->0v1 2024-05-03 05:14:16.362/* OrderDetail@OID22:20v0->0v1 2024-05-03 05:14:16.362/2024-05-03 05:14:16.371 ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID19:0v1("BranchingWithCacheClearTest_testCommit")2024-05-03 05:14:16.362/* CDOResource@OID20:0v1("res") 2024-05-03 05:14:16.362/* Product1@OID21:0v1 2024-05-03 05:14:16.362/* OrderDetail@OID22:0v1 2024-05-03 05:14:16.362/* BranchingWithCacheClearTest_testCommit_subBranch[20]2024-05-03 05:14:16.362/* CDOResourceFolder@OID19:20v0("?")->0v1 2024-05-03 05:14:16.362/* CDOResource@OID20:20v0("?")->0v1 2024-05-03 05:14:16.362/* Product1@OID21:20v0->0v1 2024-05-03 05:14:16.362/* OrderDetail@OID22:20v0->0v1 2024-05-03 05:14:16.362/2024-05-03 05:14:16.371 ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID19:0v1("BranchingWithCacheClearTest_testCommit")2024-05-03 05:14:16.362/* CDOResource@OID20:0v1("res") 2024-05-03 05:14:16.362/* Product1@OID21:0v1 2024-05-03 05:14:16.362/* OrderDetail@OID22:0v1 2024-05-03 05:14:16.362/* BranchingWithCacheClearTest_testCommit_subBranch[20]2024-05-03 05:14:16.362/* CDOResourceFolder@OID19:20v0("?")->0v1 2024-05-03 05:14:16.362/* CDOResource@OID20:20v0("?")->0v1 2024-05-03 05:14:16.362/* Product1@OID21:20v0->0v1 2024-05-03 05:14:16.362/* OrderDetail@OID22:20v0->0v1 2024-05-03 05:14:16.362/2024-05-03 05:14:16.371 ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID19:0v1("BranchingWithCacheClearTest_testCommit")2024-05-03 05:14:16.362/* CDOResource@OID20:0v1("res") 2024-05-03 05:14:16.362/* Product1@OID21:0v1 2024-05-03 05:14:16.362/* OrderDetail@OID22:0v1 2024-05-03 05:14:16.362/* BranchingWithCacheClearTest_testCommit_subBranch[20]2024-05-03 05:14:16.362/* CDOResourceFolder@OID19:20v0("?")->0v1 2024-05-03 05:14:16.362/* CDOResource@OID20:20v0("?")->0v1 2024-05-03 05:14:16.362/* Product1@OID21:20v0->0v1 2024-05-03 05:14:16.362/* OrderDetail@OID22:20v0->0v1 2024-05-03 05:14:16.362/2024-05-03 05:14:16.371 ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID19:0v1("BranchingWithCacheClearTest_testCommit")2024-05-03 05:14:16.362/* CDOResource@OID20:0v1("res") 2024-05-03 05:14:16.362/* Product1@OID21:0v1 2024-05-03 05:14:16.362/* OrderDetail@OID22:0v1 2024-05-03 05:14:16.362/* BranchingWithCacheClearTest_testCommit_subBranch[20]2024-05-03 05:14:16.362/* CDOResourceFolder@OID19:20v0("?")->0v1 2024-05-03 05:14:16.362/* CDOResource@OID20:20v0("?")->0v1 2024-05-03 05:14:16.362/* Product1@OID21:20v0->0v1 2024-05-03 05:14:16.362/* OrderDetail@OID22:20v0->0v1 2024-05-03 05:14:16.362/2024-05-03 05:14:16.371 OrderDetail@OID22:20v1 2024-05-03 05:14:16.372/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID19:0v1("BranchingWithCacheClearTest_testCommit")2024-05-03 05:14:16.362/* CDOResource@OID20:0v1("res") 2024-05-03 05:14:16.362/* Product1@OID21:0v1 2024-05-03 05:14:16.362/* OrderDetail@OID22:0v1 2024-05-03 05:14:16.362/* BranchingWithCacheClearTest_testCommit_subBranch[20]2024-05-03 05:14:16.362/* CDOResourceFolder@OID19:20v0("?")->0v1 2024-05-03 05:14:16.362/* CDOResource@OID20:20v0("?")->0v1 2024-05-03 05:14:16.362/* Product1@OID21:20v0->0v1 2024-05-03 05:14:16.362/* OrderDetail@OID22:20v0->0v1 2024-05-03 05:14:16.362/2024-05-03 05:14:16.371 OrderDetail@OID22:20v1 2024-05-03 05:14:16.372/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID19:0v1("BranchingWithCacheClearTest_testCommit")2024-05-03 05:14:16.362/* CDOResource@OID20:0v1("res") 2024-05-03 05:14:16.362/* Product1@OID21:0v1 2024-05-03 05:14:16.362/* OrderDetail@OID22:0v1 2024-05-03 05:14:16.362/* BranchingWithCacheClearTest_testCommit_subBranch[20]2024-05-03 05:14:16.362/* CDOResourceFolder@OID19:20v0("?")->0v1 2024-05-03 05:14:16.362/* CDOResource@OID20:20v0("?")->0v1 2024-05-03 05:14:16.362/* Product1@OID21:20v0->0v1 2024-05-03 05:14:16.362/* OrderDetail@OID22:20v0->0v1 2024-05-03 05:14:16.362/2024-05-03 05:14:16.371 OrderDetail@OID22:20v1 2024-05-03 05:14:16.372/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID19:0v1("BranchingWithCacheClearTest_testCommit")2024-05-03 05:14:16.362/* CDOResource@OID20:0v1("res") 2024-05-03 05:14:16.362/* Product1@OID21:0v1 2024-05-03 05:14:16.362/* OrderDetail@OID22:0v1 2024-05-03 05:14:16.362/* BranchingWithCacheClearTest_testCommit_subBranch[20]2024-05-03 05:14:16.362/* CDOResourceFolder@OID19:20v0("?")->0v1 2024-05-03 05:14:16.362/* CDOResource@OID20:20v0("?")->0v1 2024-05-03 05:14:16.362/* Product1@OID21:20v0->0v1 2024-05-03 05:14:16.362/* OrderDetail@OID22:20v0->0v1 2024-05-03 05:14:16.362/2024-05-03 05:14:16.371 OrderDetail@OID22:20v1 2024-05-03 05:14:16.372/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID19:0v1("BranchingWithCacheClearTest_testCommit")2024-05-03 05:14:16.362/* CDOResource@OID20:0v1("res") 2024-05-03 05:14:16.362/* Product1@OID21:0v1 2024-05-03 05:14:16.362/* OrderDetail@OID22:0v1 2024-05-03 05:14:16.362/* BranchingWithCacheClearTest_testCommit_subBranch[20]2024-05-03 05:14:16.362/* CDOResourceFolder@OID19:20v0("?")->0v1 2024-05-03 05:14:16.362/* CDOResource@OID20:20v0("?")->0v1 2024-05-03 05:14:16.362/* Product1@OID21:20v0->0v1 2024-05-03 05:14:16.362/* OrderDetail@OID22:20v0->0v1 2024-05-03 05:14:16.362/2024-05-03 05:14:16.371 OrderDetail@OID22:20v1 2024-05-03 05:14:16.372/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID19:0v1("BranchingWithCacheClearTest_testCommit")2024-05-03 05:14:16.362/* CDOResource@OID20:0v1("res") 2024-05-03 05:14:16.362/* Product1@OID21:0v1 2024-05-03 05:14:16.362/* OrderDetail@OID22:0v1 2024-05-03 05:14:16.362/* BranchingWithCacheClearTest_testCommit_subBranch[20]2024-05-03 05:14:16.362/* CDOResourceFolder@OID19:20v0("?")->0v1 2024-05-03 05:14:16.362/* CDOResource@OID20:20v0("?")->0v1 2024-05-03 05:14:16.362/* Product1@OID21:20v0->0v1 2024-05-03 05:14:16.362/* OrderDetail@OID22:20v0->0v1 2024-05-03 05:14:16.362/2024-05-03 05:14:16.371 OrderDetail@OID22:20v1 2024-05-03 05:14:16.372/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID19:0v1("BranchingWithCacheClearTest_testCommit")2024-05-03 05:14:16.362/* CDOResource@OID20:0v1("res") 2024-05-03 05:14:16.362/* Product1@OID21:0v1 2024-05-03 05:14:16.362/* OrderDetail@OID22:0v1 2024-05-03 05:14:16.362/* BranchingWithCacheClearTest_testCommit_subBranch[20]2024-05-03 05:14:16.362/* CDOResourceFolder@OID19:20v0("?")->0v1 2024-05-03 05:14:16.362/* CDOResource@OID20:20v0("?")->0v1 2024-05-03 05:14:16.362/* Product1@OID21:20v0->0v1 2024-05-03 05:14:16.362/* OrderDetail@OID22:20v0->0v1 2024-05-03 05:14:16.362/2024-05-03 05:14:16.371 OrderDetail@OID22:20v1 2024-05-03 05:14:16.372/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID19:0v1("BranchingWithCacheClearTest_testCommit")2024-05-03 05:14:16.362/* CDOResource@OID20:0v1("res") 2024-05-03 05:14:16.362/* Product1@OID21:0v1 2024-05-03 05:14:16.362/* OrderDetail@OID22:0v1 2024-05-03 05:14:16.362/* BranchingWithCacheClearTest_testCommit_subBranch[20]2024-05-03 05:14:16.362/* CDOResourceFolder@OID19:20v0("?")->0v1 2024-05-03 05:14:16.362/* CDOResource@OID20:20v0("?")->0v1 2024-05-03 05:14:16.362/* Product1@OID21:20v0->0v1 2024-05-03 05:14:16.362/* OrderDetail@OID22:20v0->0v1 2024-05-03 05:14:16.362/2024-05-03 05:14:16.371 OrderDetail@OID22:20v1 2024-05-03 05:14:16.372/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID19:0v1("BranchingWithCacheClearTest_testCommit")2024-05-03 05:14:16.362/* CDOResource@OID20:0v1("res") 2024-05-03 05:14:16.362/* Product1@OID21:0v1 2024-05-03 05:14:16.362/* OrderDetail@OID22:0v1 2024-05-03 05:14:16.362/* BranchingWithCacheClearTest_testCommit_subBranch[20]2024-05-03 05:14:16.362/* CDOResourceFolder@OID19:20v0("?")->0v1 2024-05-03 05:14:16.362/* CDOResource@OID20:20v0("?")->0v1 2024-05-03 05:14:16.362/* Product1@OID21:20v0->0v1 2024-05-03 05:14:16.362/* OrderDetail@OID22:20v0->0v1 2024-05-03 05:14:16.362/2024-05-03 05:14:16.371 OrderDetail@OID22:20v1 2024-05-03 05:14:16.372/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID19:0v1("BranchingWithCacheClearTest_testCommit")2024-05-03 05:14:16.362/* CDOResource@OID20:0v1("res") 2024-05-03 05:14:16.362/* Product1@OID21:0v1 2024-05-03 05:14:16.362/* OrderDetail@OID22:0v1 2024-05-03 05:14:16.362/* BranchingWithCacheClearTest_testCommit_subBranch[20]2024-05-03 05:14:16.362/* CDOResourceFolder@OID19:20v0("?")->0v1 2024-05-03 05:14:16.362/* CDOResource@OID20:20v0("?")->0v1 2024-05-03 05:14:16.362/* Product1@OID21:20v0->0v1 2024-05-03 05:14:16.362/* OrderDetail@OID22:20v0->0v1 2024-05-03 05:14:16.362/2024-05-03 05:14:16.371 OrderDetail@OID22:20v1 2024-05-03 05:14:16.372/* ******************************************************* BranchingWithCacheClearTest.testCommitAddOrderDetail [H2-branching-ranges, JVM, Native] ******************************************************* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResource@OID1:0v7("/") 2024-05-03 05:14:16.362/2024-05-03 05:14:16.455 CDOResource@OID1:0v8("/") 2024-05-03 05:14:16.456/* CDOResourceFolder@OID23:0v1("BranchingWithCacheClearTest_testCommitAddOrderDetail")2024-05-03 05:14:16.456/* CDOResource@OID24:0v1("res") 2024-05-03 05:14:16.456/* Product1@OID25:0v1 2024-05-03 05:14:16.456/* OrderDetail@OID26:0v1 2024-05-03 05:14:16.456/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResource@OID1:0v7("/") 2024-05-03 05:14:16.362/2024-05-03 05:14:16.455 CDOResource@OID1:0v8("/") 2024-05-03 05:14:16.456/* CDOResourceFolder@OID23:0v1("BranchingWithCacheClearTest_testCommitAddOrderDetail")2024-05-03 05:14:16.456/* CDOResource@OID24:0v1("res") 2024-05-03 05:14:16.456/* Product1@OID25:0v1 2024-05-03 05:14:16.456/* OrderDetail@OID26:0v1 2024-05-03 05:14:16.456/* server-thread-1 [debug] moveOneDown add historic entry at: 1 server-thread-1 [debug] moveOneDown add historic entry at: 0 ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResource@OID1:0v7("/") 2024-05-03 05:14:16.362/2024-05-03 05:14:16.455 CDOResource@OID1:0v8("/") 2024-05-03 05:14:16.456/* CDOResourceFolder@OID23:0v1("BranchingWithCacheClearTest_testCommitAddOrderDetail")2024-05-03 05:14:16.456/* CDOResource@OID24:0v1("res") 2024-05-03 05:14:16.456/* Product1@OID25:0v1 2024-05-03 05:14:16.456/* OrderDetail@OID26:0v1 2024-05-03 05:14:16.456/* BranchingWithCacheClearTest_testCommitAddOrderDetail_subBranch[21]2024-05-03 05:14:16.456/* CDOResourceFolder@OID23:21v0("?")->0v1 2024-05-03 05:14:16.456/* CDOResource@OID24:21v0("?")->0v1 2024-05-03 05:14:16.456/2024-05-03 05:14:16.467 CDOResource@OID24:21v1("res") 2024-05-03 05:14:16.468/* Product1@OID25:21v0->0v1 2024-05-03 05:14:16.456/2024-05-03 05:14:16.467 Product1@OID25:21v1 2024-05-03 05:14:16.468/* OrderDetail@OID26:21v0->0v1 2024-05-03 05:14:16.456/* OrderDetail@OID27:21v1 2024-05-03 05:14:16.468/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResource@OID1:0v7("/") 2024-05-03 05:14:16.362/2024-05-03 05:14:16.455 CDOResource@OID1:0v8("/") 2024-05-03 05:14:16.456/* CDOResourceFolder@OID23:0v1("BranchingWithCacheClearTest_testCommitAddOrderDetail")2024-05-03 05:14:16.456/* CDOResource@OID24:0v1("res") 2024-05-03 05:14:16.456/* Product1@OID25:0v1 2024-05-03 05:14:16.456/* OrderDetail@OID26:0v1 2024-05-03 05:14:16.456/* BranchingWithCacheClearTest_testCommitAddOrderDetail_subBranch[21]2024-05-03 05:14:16.456/* CDOResourceFolder@OID23:21v0("?")->0v1 2024-05-03 05:14:16.456/* CDOResource@OID24:21v0("?")->0v1 2024-05-03 05:14:16.456/2024-05-03 05:14:16.467 CDOResource@OID24:21v1("res") 2024-05-03 05:14:16.468/* Product1@OID25:21v0->0v1 2024-05-03 05:14:16.456/2024-05-03 05:14:16.467 Product1@OID25:21v1 2024-05-03 05:14:16.468/* OrderDetail@OID26:21v0->0v1 2024-05-03 05:14:16.456/* OrderDetail@OID27:21v1 2024-05-03 05:14:16.468/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID23:0v1("BranchingWithCacheClearTest_testCommitAddOrderDetail")2024-05-03 05:14:16.456/* CDOResource@OID24:0v1("res") 2024-05-03 05:14:16.456/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID23:0v1("BranchingWithCacheClearTest_testCommitAddOrderDetail")2024-05-03 05:14:16.456/* CDOResource@OID24:0v1("res") 2024-05-03 05:14:16.456/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID23:0v1("BranchingWithCacheClearTest_testCommitAddOrderDetail")2024-05-03 05:14:16.456/* CDOResource@OID24:0v1("res") 2024-05-03 05:14:16.456/* OrderDetail@OID26:0v1 2024-05-03 05:14:16.456/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID23:0v1("BranchingWithCacheClearTest_testCommitAddOrderDetail")2024-05-03 05:14:16.456/* CDOResource@OID24:0v1("res") 2024-05-03 05:14:16.456/* OrderDetail@OID26:0v1 2024-05-03 05:14:16.456/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID23:0v1("BranchingWithCacheClearTest_testCommitAddOrderDetail")2024-05-03 05:14:16.456/* CDOResource@OID24:0v1("res") 2024-05-03 05:14:16.456/* Product1@OID25:0v1 2024-05-03 05:14:16.456/* OrderDetail@OID26:0v1 2024-05-03 05:14:16.456/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID23:0v1("BranchingWithCacheClearTest_testCommitAddOrderDetail")2024-05-03 05:14:16.456/* CDOResource@OID24:0v1("res") 2024-05-03 05:14:16.456/* Product1@OID25:0v1 2024-05-03 05:14:16.456/* OrderDetail@OID26:0v1 2024-05-03 05:14:16.456/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID23:0v1("BranchingWithCacheClearTest_testCommitAddOrderDetail")2024-05-03 05:14:16.456/* CDOResource@OID24:0v1("res") 2024-05-03 05:14:16.456/* Product1@OID25:0v1 2024-05-03 05:14:16.456/* OrderDetail@OID26:0v1 2024-05-03 05:14:16.456/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID23:0v1("BranchingWithCacheClearTest_testCommitAddOrderDetail")2024-05-03 05:14:16.456/* CDOResource@OID24:0v1("res") 2024-05-03 05:14:16.456/* Product1@OID25:0v1 2024-05-03 05:14:16.456/* OrderDetail@OID26:0v1 2024-05-03 05:14:16.456/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID23:0v1("BranchingWithCacheClearTest_testCommitAddOrderDetail")2024-05-03 05:14:16.456/* CDOResource@OID24:0v1("res") 2024-05-03 05:14:16.456/* Product1@OID25:0v1 2024-05-03 05:14:16.456/* OrderDetail@OID26:0v1 2024-05-03 05:14:16.456/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID23:0v1("BranchingWithCacheClearTest_testCommitAddOrderDetail")2024-05-03 05:14:16.456/* CDOResource@OID24:0v1("res") 2024-05-03 05:14:16.456/* Product1@OID25:0v1 2024-05-03 05:14:16.456/* OrderDetail@OID26:0v1 2024-05-03 05:14:16.456/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID23:0v1("BranchingWithCacheClearTest_testCommitAddOrderDetail")2024-05-03 05:14:16.456/* CDOResource@OID24:0v1("res") 2024-05-03 05:14:16.456/* Product1@OID25:0v1 2024-05-03 05:14:16.456/* OrderDetail@OID26:0v1 2024-05-03 05:14:16.456/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID23:0v1("BranchingWithCacheClearTest_testCommitAddOrderDetail")2024-05-03 05:14:16.456/* CDOResource@OID24:0v1("res") 2024-05-03 05:14:16.456/* Product1@OID25:0v1 2024-05-03 05:14:16.456/* OrderDetail@OID26:0v1 2024-05-03 05:14:16.456/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID23:0v1("BranchingWithCacheClearTest_testCommitAddOrderDetail")2024-05-03 05:14:16.456/* CDOResource@OID24:0v1("res") 2024-05-03 05:14:16.456/* Product1@OID25:0v1 2024-05-03 05:14:16.456/* OrderDetail@OID26:0v1 2024-05-03 05:14:16.456/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID23:0v1("BranchingWithCacheClearTest_testCommitAddOrderDetail")2024-05-03 05:14:16.456/* CDOResource@OID24:0v1("res") 2024-05-03 05:14:16.456/* Product1@OID25:0v1 2024-05-03 05:14:16.456/* OrderDetail@OID26:0v1 2024-05-03 05:14:16.456/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID23:0v1("BranchingWithCacheClearTest_testCommitAddOrderDetail")2024-05-03 05:14:16.456/* CDOResource@OID24:0v1("res") 2024-05-03 05:14:16.456/* Product1@OID25:0v1 2024-05-03 05:14:16.456/* OrderDetail@OID26:0v1 2024-05-03 05:14:16.456/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID23:0v1("BranchingWithCacheClearTest_testCommitAddOrderDetail")2024-05-03 05:14:16.456/* CDOResource@OID24:0v1("res") 2024-05-03 05:14:16.456/* Product1@OID25:0v1 2024-05-03 05:14:16.456/* OrderDetail@OID26:0v1 2024-05-03 05:14:16.456/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID23:0v1("BranchingWithCacheClearTest_testCommitAddOrderDetail")2024-05-03 05:14:16.456/* CDOResource@OID24:0v1("res") 2024-05-03 05:14:16.456/* Product1@OID25:0v1 2024-05-03 05:14:16.456/* OrderDetail@OID26:0v1 2024-05-03 05:14:16.456/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID23:0v1("BranchingWithCacheClearTest_testCommitAddOrderDetail")2024-05-03 05:14:16.456/* CDOResource@OID24:0v1("res") 2024-05-03 05:14:16.456/* Product1@OID25:0v1 2024-05-03 05:14:16.456/* OrderDetail@OID26:0v1 2024-05-03 05:14:16.456/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID23:0v1("BranchingWithCacheClearTest_testCommitAddOrderDetail")2024-05-03 05:14:16.456/* CDOResource@OID24:0v1("res") 2024-05-03 05:14:16.456/* Product1@OID25:0v1 2024-05-03 05:14:16.456/* OrderDetail@OID26:0v1 2024-05-03 05:14:16.456/* BranchingWithCacheClearTest_testCommitAddOrderDetail_subBranch[21]2024-05-03 05:14:16.456/* CDOResourceFolder@OID23:21v0("?")->0v1 2024-05-03 05:14:16.456/* CDOResource@OID24:21v0("?")->0v1 2024-05-03 05:14:16.456/2024-05-03 05:14:16.467 ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID23:0v1("BranchingWithCacheClearTest_testCommitAddOrderDetail")2024-05-03 05:14:16.456/* CDOResource@OID24:0v1("res") 2024-05-03 05:14:16.456/* Product1@OID25:0v1 2024-05-03 05:14:16.456/* OrderDetail@OID26:0v1 2024-05-03 05:14:16.456/* BranchingWithCacheClearTest_testCommitAddOrderDetail_subBranch[21]2024-05-03 05:14:16.456/* CDOResourceFolder@OID23:21v0("?")->0v1 2024-05-03 05:14:16.456/* CDOResource@OID24:21v0("?")->0v1 2024-05-03 05:14:16.456/2024-05-03 05:14:16.467 ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID23:0v1("BranchingWithCacheClearTest_testCommitAddOrderDetail")2024-05-03 05:14:16.456/* CDOResource@OID24:0v1("res") 2024-05-03 05:14:16.456/* Product1@OID25:0v1 2024-05-03 05:14:16.456/* OrderDetail@OID26:0v1 2024-05-03 05:14:16.456/* BranchingWithCacheClearTest_testCommitAddOrderDetail_subBranch[21]2024-05-03 05:14:16.456/* CDOResourceFolder@OID23:21v0("?")->0v1 2024-05-03 05:14:16.456/* CDOResource@OID24:21v0("?")->0v1 2024-05-03 05:14:16.456/2024-05-03 05:14:16.467 OrderDetail@OID26:21v0->0v1 2024-05-03 05:14:16.456/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID23:0v1("BranchingWithCacheClearTest_testCommitAddOrderDetail")2024-05-03 05:14:16.456/* CDOResource@OID24:0v1("res") 2024-05-03 05:14:16.456/* Product1@OID25:0v1 2024-05-03 05:14:16.456/* OrderDetail@OID26:0v1 2024-05-03 05:14:16.456/* BranchingWithCacheClearTest_testCommitAddOrderDetail_subBranch[21]2024-05-03 05:14:16.456/* CDOResourceFolder@OID23:21v0("?")->0v1 2024-05-03 05:14:16.456/* CDOResource@OID24:21v0("?")->0v1 2024-05-03 05:14:16.456/2024-05-03 05:14:16.467 OrderDetail@OID26:21v0->0v1 2024-05-03 05:14:16.456/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID23:0v1("BranchingWithCacheClearTest_testCommitAddOrderDetail")2024-05-03 05:14:16.456/* CDOResource@OID24:0v1("res") 2024-05-03 05:14:16.456/* Product1@OID25:0v1 2024-05-03 05:14:16.456/* OrderDetail@OID26:0v1 2024-05-03 05:14:16.456/* BranchingWithCacheClearTest_testCommitAddOrderDetail_subBranch[21]2024-05-03 05:14:16.456/* CDOResourceFolder@OID23:21v0("?")->0v1 2024-05-03 05:14:16.456/* CDOResource@OID24:21v0("?")->0v1 2024-05-03 05:14:16.456/2024-05-03 05:14:16.467 Product1@OID25:21v0->0v1 2024-05-03 05:14:16.456/2024-05-03 05:14:16.467 OrderDetail@OID26:21v0->0v1 2024-05-03 05:14:16.456/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID23:0v1("BranchingWithCacheClearTest_testCommitAddOrderDetail")2024-05-03 05:14:16.456/* CDOResource@OID24:0v1("res") 2024-05-03 05:14:16.456/* Product1@OID25:0v1 2024-05-03 05:14:16.456/* OrderDetail@OID26:0v1 2024-05-03 05:14:16.456/* BranchingWithCacheClearTest_testCommitAddOrderDetail_subBranch[21]2024-05-03 05:14:16.456/* CDOResourceFolder@OID23:21v0("?")->0v1 2024-05-03 05:14:16.456/* CDOResource@OID24:21v0("?")->0v1 2024-05-03 05:14:16.456/2024-05-03 05:14:16.467 Product1@OID25:21v0->0v1 2024-05-03 05:14:16.456/2024-05-03 05:14:16.467 OrderDetail@OID26:21v0->0v1 2024-05-03 05:14:16.456/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID23:0v1("BranchingWithCacheClearTest_testCommitAddOrderDetail")2024-05-03 05:14:16.456/* CDOResource@OID24:0v1("res") 2024-05-03 05:14:16.456/* Product1@OID25:0v1 2024-05-03 05:14:16.456/* OrderDetail@OID26:0v1 2024-05-03 05:14:16.456/* BranchingWithCacheClearTest_testCommitAddOrderDetail_subBranch[21]2024-05-03 05:14:16.456/* CDOResourceFolder@OID23:21v0("?")->0v1 2024-05-03 05:14:16.456/* CDOResource@OID24:21v0("?")->0v1 2024-05-03 05:14:16.456/2024-05-03 05:14:16.467 CDOResource@OID24:21v1("res") 2024-05-03 05:14:16.468/* Product1@OID25:21v0->0v1 2024-05-03 05:14:16.456/2024-05-03 05:14:16.467 OrderDetail@OID26:21v0->0v1 2024-05-03 05:14:16.456/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID23:0v1("BranchingWithCacheClearTest_testCommitAddOrderDetail")2024-05-03 05:14:16.456/* CDOResource@OID24:0v1("res") 2024-05-03 05:14:16.456/* Product1@OID25:0v1 2024-05-03 05:14:16.456/* OrderDetail@OID26:0v1 2024-05-03 05:14:16.456/* BranchingWithCacheClearTest_testCommitAddOrderDetail_subBranch[21]2024-05-03 05:14:16.456/* CDOResourceFolder@OID23:21v0("?")->0v1 2024-05-03 05:14:16.456/* CDOResource@OID24:21v0("?")->0v1 2024-05-03 05:14:16.456/2024-05-03 05:14:16.467 CDOResource@OID24:21v1("res") 2024-05-03 05:14:16.468/* Product1@OID25:21v0->0v1 2024-05-03 05:14:16.456/2024-05-03 05:14:16.467 OrderDetail@OID26:21v0->0v1 2024-05-03 05:14:16.456/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID23:0v1("BranchingWithCacheClearTest_testCommitAddOrderDetail")2024-05-03 05:14:16.456/* CDOResource@OID24:0v1("res") 2024-05-03 05:14:16.456/* Product1@OID25:0v1 2024-05-03 05:14:16.456/* OrderDetail@OID26:0v1 2024-05-03 05:14:16.456/* BranchingWithCacheClearTest_testCommitAddOrderDetail_subBranch[21]2024-05-03 05:14:16.456/* CDOResourceFolder@OID23:21v0("?")->0v1 2024-05-03 05:14:16.456/* CDOResource@OID24:21v0("?")->0v1 2024-05-03 05:14:16.456/2024-05-03 05:14:16.467 CDOResource@OID24:21v1("res") 2024-05-03 05:14:16.468/* Product1@OID25:21v0->0v1 2024-05-03 05:14:16.456/2024-05-03 05:14:16.467 OrderDetail@OID26:21v0->0v1 2024-05-03 05:14:16.456/* OrderDetail@OID27:21v1 2024-05-03 05:14:16.468/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID23:0v1("BranchingWithCacheClearTest_testCommitAddOrderDetail")2024-05-03 05:14:16.456/* CDOResource@OID24:0v1("res") 2024-05-03 05:14:16.456/* Product1@OID25:0v1 2024-05-03 05:14:16.456/* OrderDetail@OID26:0v1 2024-05-03 05:14:16.456/* BranchingWithCacheClearTest_testCommitAddOrderDetail_subBranch[21]2024-05-03 05:14:16.456/* CDOResourceFolder@OID23:21v0("?")->0v1 2024-05-03 05:14:16.456/* CDOResource@OID24:21v0("?")->0v1 2024-05-03 05:14:16.456/2024-05-03 05:14:16.467 CDOResource@OID24:21v1("res") 2024-05-03 05:14:16.468/* Product1@OID25:21v0->0v1 2024-05-03 05:14:16.456/2024-05-03 05:14:16.467 OrderDetail@OID26:21v0->0v1 2024-05-03 05:14:16.456/* OrderDetail@OID27:21v1 2024-05-03 05:14:16.468/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID23:0v1("BranchingWithCacheClearTest_testCommitAddOrderDetail")2024-05-03 05:14:16.456/* CDOResource@OID24:0v1("res") 2024-05-03 05:14:16.456/* Product1@OID25:0v1 2024-05-03 05:14:16.456/* OrderDetail@OID26:0v1 2024-05-03 05:14:16.456/* BranchingWithCacheClearTest_testCommitAddOrderDetail_subBranch[21]2024-05-03 05:14:16.456/* CDOResourceFolder@OID23:21v0("?")->0v1 2024-05-03 05:14:16.456/* CDOResource@OID24:21v0("?")->0v1 2024-05-03 05:14:16.456/2024-05-03 05:14:16.467 CDOResource@OID24:21v1("res") 2024-05-03 05:14:16.468/* Product1@OID25:21v0->0v1 2024-05-03 05:14:16.456/2024-05-03 05:14:16.467 Product1@OID25:21v1 2024-05-03 05:14:16.468/* OrderDetail@OID26:21v0->0v1 2024-05-03 05:14:16.456/* OrderDetail@OID27:21v1 2024-05-03 05:14:16.468/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID23:0v1("BranchingWithCacheClearTest_testCommitAddOrderDetail")2024-05-03 05:14:16.456/* CDOResource@OID24:0v1("res") 2024-05-03 05:14:16.456/* Product1@OID25:0v1 2024-05-03 05:14:16.456/* OrderDetail@OID26:0v1 2024-05-03 05:14:16.456/* BranchingWithCacheClearTest_testCommitAddOrderDetail_subBranch[21]2024-05-03 05:14:16.456/* CDOResourceFolder@OID23:21v0("?")->0v1 2024-05-03 05:14:16.456/* CDOResource@OID24:21v0("?")->0v1 2024-05-03 05:14:16.456/2024-05-03 05:14:16.467 CDOResource@OID24:21v1("res") 2024-05-03 05:14:16.468/* Product1@OID25:21v0->0v1 2024-05-03 05:14:16.456/2024-05-03 05:14:16.467 Product1@OID25:21v1 2024-05-03 05:14:16.468/* OrderDetail@OID26:21v0->0v1 2024-05-03 05:14:16.456/* OrderDetail@OID27:21v1 2024-05-03 05:14:16.468/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID23:0v1("BranchingWithCacheClearTest_testCommitAddOrderDetail")2024-05-03 05:14:16.456/* CDOResource@OID24:0v1("res") 2024-05-03 05:14:16.456/* Product1@OID25:0v1 2024-05-03 05:14:16.456/* OrderDetail@OID26:0v1 2024-05-03 05:14:16.456/* BranchingWithCacheClearTest_testCommitAddOrderDetail_subBranch[21]2024-05-03 05:14:16.456/* CDOResourceFolder@OID23:21v0("?")->0v1 2024-05-03 05:14:16.456/* CDOResource@OID24:21v0("?")->0v1 2024-05-03 05:14:16.456/2024-05-03 05:14:16.467 CDOResource@OID24:21v1("res") 2024-05-03 05:14:16.468/* Product1@OID25:21v0->0v1 2024-05-03 05:14:16.456/2024-05-03 05:14:16.467 Product1@OID25:21v1 2024-05-03 05:14:16.468/* OrderDetail@OID26:21v0->0v1 2024-05-03 05:14:16.456/* OrderDetail@OID27:21v1 2024-05-03 05:14:16.468/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID23:0v1("BranchingWithCacheClearTest_testCommitAddOrderDetail")2024-05-03 05:14:16.456/* CDOResource@OID24:0v1("res") 2024-05-03 05:14:16.456/* Product1@OID25:0v1 2024-05-03 05:14:16.456/* OrderDetail@OID26:0v1 2024-05-03 05:14:16.456/* BranchingWithCacheClearTest_testCommitAddOrderDetail_subBranch[21]2024-05-03 05:14:16.456/* CDOResourceFolder@OID23:21v0("?")->0v1 2024-05-03 05:14:16.456/* CDOResource@OID24:21v0("?")->0v1 2024-05-03 05:14:16.456/2024-05-03 05:14:16.467 CDOResource@OID24:21v1("res") 2024-05-03 05:14:16.468/* Product1@OID25:21v0->0v1 2024-05-03 05:14:16.456/2024-05-03 05:14:16.467 Product1@OID25:21v1 2024-05-03 05:14:16.468/* OrderDetail@OID26:21v0->0v1 2024-05-03 05:14:16.456/* OrderDetail@OID27:21v1 2024-05-03 05:14:16.468/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID23:0v1("BranchingWithCacheClearTest_testCommitAddOrderDetail")2024-05-03 05:14:16.456/* CDOResource@OID24:0v1("res") 2024-05-03 05:14:16.456/* Product1@OID25:0v1 2024-05-03 05:14:16.456/* OrderDetail@OID26:0v1 2024-05-03 05:14:16.456/* BranchingWithCacheClearTest_testCommitAddOrderDetail_subBranch[21]2024-05-03 05:14:16.456/* CDOResourceFolder@OID23:21v0("?")->0v1 2024-05-03 05:14:16.456/* CDOResource@OID24:21v0("?")->0v1 2024-05-03 05:14:16.456/2024-05-03 05:14:16.467 CDOResource@OID24:21v1("res") 2024-05-03 05:14:16.468/* Product1@OID25:21v0->0v1 2024-05-03 05:14:16.456/2024-05-03 05:14:16.467 Product1@OID25:21v1 2024-05-03 05:14:16.468/* OrderDetail@OID26:21v0->0v1 2024-05-03 05:14:16.456/* OrderDetail@OID27:21v1 2024-05-03 05:14:16.468/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID23:0v1("BranchingWithCacheClearTest_testCommitAddOrderDetail")2024-05-03 05:14:16.456/* CDOResource@OID24:0v1("res") 2024-05-03 05:14:16.456/* Product1@OID25:0v1 2024-05-03 05:14:16.456/* OrderDetail@OID26:0v1 2024-05-03 05:14:16.456/* BranchingWithCacheClearTest_testCommitAddOrderDetail_subBranch[21]2024-05-03 05:14:16.456/* CDOResourceFolder@OID23:21v0("?")->0v1 2024-05-03 05:14:16.456/* CDOResource@OID24:21v0("?")->0v1 2024-05-03 05:14:16.456/2024-05-03 05:14:16.467 CDOResource@OID24:21v1("res") 2024-05-03 05:14:16.468/* Product1@OID25:21v0->0v1 2024-05-03 05:14:16.456/2024-05-03 05:14:16.467 Product1@OID25:21v1 2024-05-03 05:14:16.468/* OrderDetail@OID26:21v0->0v1 2024-05-03 05:14:16.456/* OrderDetail@OID27:21v1 2024-05-03 05:14:16.468/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID23:0v1("BranchingWithCacheClearTest_testCommitAddOrderDetail")2024-05-03 05:14:16.456/* CDOResource@OID24:0v1("res") 2024-05-03 05:14:16.456/* Product1@OID25:0v1 2024-05-03 05:14:16.456/* OrderDetail@OID26:0v1 2024-05-03 05:14:16.456/* BranchingWithCacheClearTest_testCommitAddOrderDetail_subBranch[21]2024-05-03 05:14:16.456/* CDOResourceFolder@OID23:21v0("?")->0v1 2024-05-03 05:14:16.456/* CDOResource@OID24:21v0("?")->0v1 2024-05-03 05:14:16.456/2024-05-03 05:14:16.467 CDOResource@OID24:21v1("res") 2024-05-03 05:14:16.468/* Product1@OID25:21v0->0v1 2024-05-03 05:14:16.456/2024-05-03 05:14:16.467 Product1@OID25:21v1 2024-05-03 05:14:16.468/* OrderDetail@OID26:21v0->0v1 2024-05-03 05:14:16.456/* OrderDetail@OID27:21v1 2024-05-03 05:14:16.468/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID23:0v1("BranchingWithCacheClearTest_testCommitAddOrderDetail")2024-05-03 05:14:16.456/* CDOResource@OID24:0v1("res") 2024-05-03 05:14:16.456/* Product1@OID25:0v1 2024-05-03 05:14:16.456/* OrderDetail@OID26:0v1 2024-05-03 05:14:16.456/* BranchingWithCacheClearTest_testCommitAddOrderDetail_subBranch[21]2024-05-03 05:14:16.456/* CDOResourceFolder@OID23:21v0("?")->0v1 2024-05-03 05:14:16.456/* CDOResource@OID24:21v0("?")->0v1 2024-05-03 05:14:16.456/2024-05-03 05:14:16.467 CDOResource@OID24:21v1("res") 2024-05-03 05:14:16.468/* Product1@OID25:21v0->0v1 2024-05-03 05:14:16.456/2024-05-03 05:14:16.467 Product1@OID25:21v1 2024-05-03 05:14:16.468/* OrderDetail@OID26:21v0->0v1 2024-05-03 05:14:16.456/* OrderDetail@OID27:21v1 2024-05-03 05:14:16.468/* ******************************************************* BranchingWithCacheClearTest.testCommitRemoveOrderDetail [H2-branching-ranges, JVM, Native] ******************************************************* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResource@OID1:0v8("/") 2024-05-03 05:14:16.456/2024-05-03 05:14:16.544 CDOResource@OID1:0v9("/") 2024-05-03 05:14:16.545/* CDOResourceFolder@OID28:0v1("BranchingWithCacheClearTest_testCommitRemoveOrderDetail")2024-05-03 05:14:16.545/* CDOResource@OID29:0v1("res") 2024-05-03 05:14:16.545/* OrderDetail@OID30:0v1 2024-05-03 05:14:16.545/* Product1@OID31:0v1 2024-05-03 05:14:16.545/* OrderDetail@OID32:0v1 2024-05-03 05:14:16.545/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResource@OID1:0v8("/") 2024-05-03 05:14:16.456/2024-05-03 05:14:16.544 CDOResource@OID1:0v9("/") 2024-05-03 05:14:16.545/* CDOResourceFolder@OID28:0v1("BranchingWithCacheClearTest_testCommitRemoveOrderDetail")2024-05-03 05:14:16.545/* CDOResource@OID29:0v1("res") 2024-05-03 05:14:16.545/* OrderDetail@OID30:0v1 2024-05-03 05:14:16.545/* Product1@OID31:0v1 2024-05-03 05:14:16.545/* OrderDetail@OID32:0v1 2024-05-03 05:14:16.545/* server-thread-42 [debug] moveOneUp add historic entry at: 1 server-thread-42 [debug] moveOneUp add historic entry at: 2 ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResource@OID1:0v8("/") 2024-05-03 05:14:16.456/2024-05-03 05:14:16.544 CDOResource@OID1:0v9("/") 2024-05-03 05:14:16.545/* CDOResourceFolder@OID28:0v1("BranchingWithCacheClearTest_testCommitRemoveOrderDetail")2024-05-03 05:14:16.545/* CDOResource@OID29:0v1("res") 2024-05-03 05:14:16.545/* OrderDetail@OID30:0v1 2024-05-03 05:14:16.545/* Product1@OID31:0v1 2024-05-03 05:14:16.545/* OrderDetail@OID32:0v1 2024-05-03 05:14:16.545/* BranchingWithCacheClearTest_testCommitRemoveOrderDetail_subBranch[22]2024-05-03 05:14:16.545/* CDOResourceFolder@OID28:22v0("?")->0v1 2024-05-03 05:14:16.545/* CDOResource@OID29:22v0("?")->0v1 2024-05-03 05:14:16.545/2024-05-03 05:14:16.555 CDOResource@OID29:22v1("res") 2024-05-03 05:14:16.556/* OrderDetail@OID30:22v0->0v1 2024-05-03 05:14:16.545/2024-05-03 05:14:16.555 Product1@OID31:22v0->0v1 2024-05-03 05:14:16.545/2024-05-03 05:14:16.555 Product1@OID31:22v1 2024-05-03 05:14:16.556/* OrderDetail@OID32:22v0->0v1 2024-05-03 05:14:16.545/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResource@OID1:0v8("/") 2024-05-03 05:14:16.456/2024-05-03 05:14:16.544 CDOResource@OID1:0v9("/") 2024-05-03 05:14:16.545/* CDOResourceFolder@OID28:0v1("BranchingWithCacheClearTest_testCommitRemoveOrderDetail")2024-05-03 05:14:16.545/* CDOResource@OID29:0v1("res") 2024-05-03 05:14:16.545/* OrderDetail@OID30:0v1 2024-05-03 05:14:16.545/* Product1@OID31:0v1 2024-05-03 05:14:16.545/* OrderDetail@OID32:0v1 2024-05-03 05:14:16.545/* BranchingWithCacheClearTest_testCommitRemoveOrderDetail_subBranch[22]2024-05-03 05:14:16.545/* CDOResourceFolder@OID28:22v0("?")->0v1 2024-05-03 05:14:16.545/* CDOResource@OID29:22v0("?")->0v1 2024-05-03 05:14:16.545/2024-05-03 05:14:16.555 CDOResource@OID29:22v1("res") 2024-05-03 05:14:16.556/* Product1@OID31:22v0->0v1 2024-05-03 05:14:16.545/2024-05-03 05:14:16.555 Product1@OID31:22v1 2024-05-03 05:14:16.556/* OrderDetail@OID32:22v0->0v1 2024-05-03 05:14:16.545/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID28:0v1("BranchingWithCacheClearTest_testCommitRemoveOrderDetail")2024-05-03 05:14:16.545/* CDOResource@OID29:0v1("res") 2024-05-03 05:14:16.545/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID28:0v1("BranchingWithCacheClearTest_testCommitRemoveOrderDetail")2024-05-03 05:14:16.545/* CDOResource@OID29:0v1("res") 2024-05-03 05:14:16.545/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID28:0v1("BranchingWithCacheClearTest_testCommitRemoveOrderDetail")2024-05-03 05:14:16.545/* CDOResource@OID29:0v1("res") 2024-05-03 05:14:16.545/* OrderDetail@OID30:0v1 2024-05-03 05:14:16.545/* OrderDetail@OID32:0v1 2024-05-03 05:14:16.545/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID28:0v1("BranchingWithCacheClearTest_testCommitRemoveOrderDetail")2024-05-03 05:14:16.545/* CDOResource@OID29:0v1("res") 2024-05-03 05:14:16.545/* OrderDetail@OID30:0v1 2024-05-03 05:14:16.545/* OrderDetail@OID32:0v1 2024-05-03 05:14:16.545/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID28:0v1("BranchingWithCacheClearTest_testCommitRemoveOrderDetail")2024-05-03 05:14:16.545/* CDOResource@OID29:0v1("res") 2024-05-03 05:14:16.545/* OrderDetail@OID30:0v1 2024-05-03 05:14:16.545/* Product1@OID31:0v1 2024-05-03 05:14:16.545/* OrderDetail@OID32:0v1 2024-05-03 05:14:16.545/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID28:0v1("BranchingWithCacheClearTest_testCommitRemoveOrderDetail")2024-05-03 05:14:16.545/* CDOResource@OID29:0v1("res") 2024-05-03 05:14:16.545/* OrderDetail@OID30:0v1 2024-05-03 05:14:16.545/* Product1@OID31:0v1 2024-05-03 05:14:16.545/* OrderDetail@OID32:0v1 2024-05-03 05:14:16.545/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID28:0v1("BranchingWithCacheClearTest_testCommitRemoveOrderDetail")2024-05-03 05:14:16.545/* CDOResource@OID29:0v1("res") 2024-05-03 05:14:16.545/* OrderDetail@OID30:0v1 2024-05-03 05:14:16.545/* Product1@OID31:0v1 2024-05-03 05:14:16.545/* OrderDetail@OID32:0v1 2024-05-03 05:14:16.545/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID28:0v1("BranchingWithCacheClearTest_testCommitRemoveOrderDetail")2024-05-03 05:14:16.545/* CDOResource@OID29:0v1("res") 2024-05-03 05:14:16.545/* OrderDetail@OID30:0v1 2024-05-03 05:14:16.545/* Product1@OID31:0v1 2024-05-03 05:14:16.545/* OrderDetail@OID32:0v1 2024-05-03 05:14:16.545/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID28:0v1("BranchingWithCacheClearTest_testCommitRemoveOrderDetail")2024-05-03 05:14:16.545/* CDOResource@OID29:0v1("res") 2024-05-03 05:14:16.545/* OrderDetail@OID30:0v1 2024-05-03 05:14:16.545/* Product1@OID31:0v1 2024-05-03 05:14:16.545/* OrderDetail@OID32:0v1 2024-05-03 05:14:16.545/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID28:0v1("BranchingWithCacheClearTest_testCommitRemoveOrderDetail")2024-05-03 05:14:16.545/* CDOResource@OID29:0v1("res") 2024-05-03 05:14:16.545/* OrderDetail@OID30:0v1 2024-05-03 05:14:16.545/* Product1@OID31:0v1 2024-05-03 05:14:16.545/* OrderDetail@OID32:0v1 2024-05-03 05:14:16.545/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID28:0v1("BranchingWithCacheClearTest_testCommitRemoveOrderDetail")2024-05-03 05:14:16.545/* CDOResource@OID29:0v1("res") 2024-05-03 05:14:16.545/* OrderDetail@OID30:0v1 2024-05-03 05:14:16.545/* Product1@OID31:0v1 2024-05-03 05:14:16.545/* OrderDetail@OID32:0v1 2024-05-03 05:14:16.545/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID28:0v1("BranchingWithCacheClearTest_testCommitRemoveOrderDetail")2024-05-03 05:14:16.545/* CDOResource@OID29:0v1("res") 2024-05-03 05:14:16.545/* OrderDetail@OID30:0v1 2024-05-03 05:14:16.545/* Product1@OID31:0v1 2024-05-03 05:14:16.545/* OrderDetail@OID32:0v1 2024-05-03 05:14:16.545/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID28:0v1("BranchingWithCacheClearTest_testCommitRemoveOrderDetail")2024-05-03 05:14:16.545/* CDOResource@OID29:0v1("res") 2024-05-03 05:14:16.545/* OrderDetail@OID30:0v1 2024-05-03 05:14:16.545/* Product1@OID31:0v1 2024-05-03 05:14:16.545/* OrderDetail@OID32:0v1 2024-05-03 05:14:16.545/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID28:0v1("BranchingWithCacheClearTest_testCommitRemoveOrderDetail")2024-05-03 05:14:16.545/* CDOResource@OID29:0v1("res") 2024-05-03 05:14:16.545/* OrderDetail@OID30:0v1 2024-05-03 05:14:16.545/* Product1@OID31:0v1 2024-05-03 05:14:16.545/* OrderDetail@OID32:0v1 2024-05-03 05:14:16.545/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID28:0v1("BranchingWithCacheClearTest_testCommitRemoveOrderDetail")2024-05-03 05:14:16.545/* CDOResource@OID29:0v1("res") 2024-05-03 05:14:16.545/* OrderDetail@OID30:0v1 2024-05-03 05:14:16.545/* Product1@OID31:0v1 2024-05-03 05:14:16.545/* OrderDetail@OID32:0v1 2024-05-03 05:14:16.545/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID28:0v1("BranchingWithCacheClearTest_testCommitRemoveOrderDetail")2024-05-03 05:14:16.545/* CDOResource@OID29:0v1("res") 2024-05-03 05:14:16.545/* OrderDetail@OID30:0v1 2024-05-03 05:14:16.545/* Product1@OID31:0v1 2024-05-03 05:14:16.545/* OrderDetail@OID32:0v1 2024-05-03 05:14:16.545/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID28:0v1("BranchingWithCacheClearTest_testCommitRemoveOrderDetail")2024-05-03 05:14:16.545/* CDOResource@OID29:0v1("res") 2024-05-03 05:14:16.545/* OrderDetail@OID30:0v1 2024-05-03 05:14:16.545/* Product1@OID31:0v1 2024-05-03 05:14:16.545/* OrderDetail@OID32:0v1 2024-05-03 05:14:16.545/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID28:0v1("BranchingWithCacheClearTest_testCommitRemoveOrderDetail")2024-05-03 05:14:16.545/* CDOResource@OID29:0v1("res") 2024-05-03 05:14:16.545/* OrderDetail@OID30:0v1 2024-05-03 05:14:16.545/* Product1@OID31:0v1 2024-05-03 05:14:16.545/* OrderDetail@OID32:0v1 2024-05-03 05:14:16.545/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID28:0v1("BranchingWithCacheClearTest_testCommitRemoveOrderDetail")2024-05-03 05:14:16.545/* CDOResource@OID29:0v1("res") 2024-05-03 05:14:16.545/* OrderDetail@OID30:0v1 2024-05-03 05:14:16.545/* Product1@OID31:0v1 2024-05-03 05:14:16.545/* OrderDetail@OID32:0v1 2024-05-03 05:14:16.545/* BranchingWithCacheClearTest_testCommitRemoveOrderDetail_subBranch[22]2024-05-03 05:14:16.545/* CDOResourceFolder@OID28:22v0("?")->0v1 2024-05-03 05:14:16.545/* CDOResource@OID29:22v0("?")->0v1 2024-05-03 05:14:16.545/2024-05-03 05:14:16.555 ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID28:0v1("BranchingWithCacheClearTest_testCommitRemoveOrderDetail")2024-05-03 05:14:16.545/* CDOResource@OID29:0v1("res") 2024-05-03 05:14:16.545/* OrderDetail@OID30:0v1 2024-05-03 05:14:16.545/* Product1@OID31:0v1 2024-05-03 05:14:16.545/* OrderDetail@OID32:0v1 2024-05-03 05:14:16.545/* BranchingWithCacheClearTest_testCommitRemoveOrderDetail_subBranch[22]2024-05-03 05:14:16.545/* CDOResourceFolder@OID28:22v0("?")->0v1 2024-05-03 05:14:16.545/* CDOResource@OID29:22v0("?")->0v1 2024-05-03 05:14:16.545/2024-05-03 05:14:16.555 ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID28:0v1("BranchingWithCacheClearTest_testCommitRemoveOrderDetail")2024-05-03 05:14:16.545/* CDOResource@OID29:0v1("res") 2024-05-03 05:14:16.545/* OrderDetail@OID30:0v1 2024-05-03 05:14:16.545/* Product1@OID31:0v1 2024-05-03 05:14:16.545/* OrderDetail@OID32:0v1 2024-05-03 05:14:16.545/* BranchingWithCacheClearTest_testCommitRemoveOrderDetail_subBranch[22]2024-05-03 05:14:16.545/* CDOResourceFolder@OID28:22v0("?")->0v1 2024-05-03 05:14:16.545/* CDOResource@OID29:22v0("?")->0v1 2024-05-03 05:14:16.545/2024-05-03 05:14:16.555 OrderDetail@OID30:22v0->0v1 2024-05-03 05:14:16.545/2024-05-03 05:14:16.555 OrderDetail@OID32:22v0->0v1 2024-05-03 05:14:16.545/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID28:0v1("BranchingWithCacheClearTest_testCommitRemoveOrderDetail")2024-05-03 05:14:16.545/* CDOResource@OID29:0v1("res") 2024-05-03 05:14:16.545/* OrderDetail@OID30:0v1 2024-05-03 05:14:16.545/* Product1@OID31:0v1 2024-05-03 05:14:16.545/* OrderDetail@OID32:0v1 2024-05-03 05:14:16.545/* BranchingWithCacheClearTest_testCommitRemoveOrderDetail_subBranch[22]2024-05-03 05:14:16.545/* CDOResourceFolder@OID28:22v0("?")->0v1 2024-05-03 05:14:16.545/* CDOResource@OID29:22v0("?")->0v1 2024-05-03 05:14:16.545/2024-05-03 05:14:16.555 OrderDetail@OID30:22v0->0v1 2024-05-03 05:14:16.545/2024-05-03 05:14:16.555 OrderDetail@OID32:22v0->0v1 2024-05-03 05:14:16.545/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID28:0v1("BranchingWithCacheClearTest_testCommitRemoveOrderDetail")2024-05-03 05:14:16.545/* CDOResource@OID29:0v1("res") 2024-05-03 05:14:16.545/* OrderDetail@OID30:0v1 2024-05-03 05:14:16.545/* Product1@OID31:0v1 2024-05-03 05:14:16.545/* OrderDetail@OID32:0v1 2024-05-03 05:14:16.545/* BranchingWithCacheClearTest_testCommitRemoveOrderDetail_subBranch[22]2024-05-03 05:14:16.545/* CDOResourceFolder@OID28:22v0("?")->0v1 2024-05-03 05:14:16.545/* CDOResource@OID29:22v0("?")->0v1 2024-05-03 05:14:16.545/2024-05-03 05:14:16.555 OrderDetail@OID30:22v0->0v1 2024-05-03 05:14:16.545/2024-05-03 05:14:16.555 Product1@OID31:22v0->0v1 2024-05-03 05:14:16.545/2024-05-03 05:14:16.555 OrderDetail@OID32:22v0->0v1 2024-05-03 05:14:16.545/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID28:0v1("BranchingWithCacheClearTest_testCommitRemoveOrderDetail")2024-05-03 05:14:16.545/* CDOResource@OID29:0v1("res") 2024-05-03 05:14:16.545/* OrderDetail@OID30:0v1 2024-05-03 05:14:16.545/* Product1@OID31:0v1 2024-05-03 05:14:16.545/* OrderDetail@OID32:0v1 2024-05-03 05:14:16.545/* BranchingWithCacheClearTest_testCommitRemoveOrderDetail_subBranch[22]2024-05-03 05:14:16.545/* CDOResourceFolder@OID28:22v0("?")->0v1 2024-05-03 05:14:16.545/* CDOResource@OID29:22v0("?")->0v1 2024-05-03 05:14:16.545/2024-05-03 05:14:16.555 OrderDetail@OID30:22v0->0v1 2024-05-03 05:14:16.545/2024-05-03 05:14:16.555 Product1@OID31:22v0->0v1 2024-05-03 05:14:16.545/2024-05-03 05:14:16.555 OrderDetail@OID32:22v0->0v1 2024-05-03 05:14:16.545/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID28:0v1("BranchingWithCacheClearTest_testCommitRemoveOrderDetail")2024-05-03 05:14:16.545/* CDOResource@OID29:0v1("res") 2024-05-03 05:14:16.545/* OrderDetail@OID30:0v1 2024-05-03 05:14:16.545/* Product1@OID31:0v1 2024-05-03 05:14:16.545/* OrderDetail@OID32:0v1 2024-05-03 05:14:16.545/* BranchingWithCacheClearTest_testCommitRemoveOrderDetail_subBranch[22]2024-05-03 05:14:16.545/* CDOResourceFolder@OID28:22v0("?")->0v1 2024-05-03 05:14:16.545/* CDOResource@OID29:22v0("?")->0v1 2024-05-03 05:14:16.545/2024-05-03 05:14:16.555 CDOResource@OID29:22v1("res") 2024-05-03 05:14:16.556/* OrderDetail@OID30:22v0->0v1 2024-05-03 05:14:16.545/2024-05-03 05:14:16.555 Product1@OID31:22v0->0v1 2024-05-03 05:14:16.545/2024-05-03 05:14:16.555 OrderDetail@OID32:22v0->0v1 2024-05-03 05:14:16.545/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID28:0v1("BranchingWithCacheClearTest_testCommitRemoveOrderDetail")2024-05-03 05:14:16.545/* CDOResource@OID29:0v1("res") 2024-05-03 05:14:16.545/* OrderDetail@OID30:0v1 2024-05-03 05:14:16.545/* Product1@OID31:0v1 2024-05-03 05:14:16.545/* OrderDetail@OID32:0v1 2024-05-03 05:14:16.545/* BranchingWithCacheClearTest_testCommitRemoveOrderDetail_subBranch[22]2024-05-03 05:14:16.545/* CDOResourceFolder@OID28:22v0("?")->0v1 2024-05-03 05:14:16.545/* CDOResource@OID29:22v0("?")->0v1 2024-05-03 05:14:16.545/2024-05-03 05:14:16.555 CDOResource@OID29:22v1("res") 2024-05-03 05:14:16.556/* OrderDetail@OID30:22v0->0v1 2024-05-03 05:14:16.545/2024-05-03 05:14:16.555 Product1@OID31:22v0->0v1 2024-05-03 05:14:16.545/2024-05-03 05:14:16.555 OrderDetail@OID32:22v0->0v1 2024-05-03 05:14:16.545/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID28:0v1("BranchingWithCacheClearTest_testCommitRemoveOrderDetail")2024-05-03 05:14:16.545/* CDOResource@OID29:0v1("res") 2024-05-03 05:14:16.545/* OrderDetail@OID30:0v1 2024-05-03 05:14:16.545/* Product1@OID31:0v1 2024-05-03 05:14:16.545/* OrderDetail@OID32:0v1 2024-05-03 05:14:16.545/* BranchingWithCacheClearTest_testCommitRemoveOrderDetail_subBranch[22]2024-05-03 05:14:16.545/* CDOResourceFolder@OID28:22v0("?")->0v1 2024-05-03 05:14:16.545/* CDOResource@OID29:22v0("?")->0v1 2024-05-03 05:14:16.545/2024-05-03 05:14:16.555 CDOResource@OID29:22v1("res") 2024-05-03 05:14:16.556/* OrderDetail@OID30:22v0->0v1 2024-05-03 05:14:16.545/2024-05-03 05:14:16.555 Product1@OID31:22v0->0v1 2024-05-03 05:14:16.545/2024-05-03 05:14:16.555 OrderDetail@OID32:22v0->0v1 2024-05-03 05:14:16.545/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID28:0v1("BranchingWithCacheClearTest_testCommitRemoveOrderDetail")2024-05-03 05:14:16.545/* CDOResource@OID29:0v1("res") 2024-05-03 05:14:16.545/* OrderDetail@OID30:0v1 2024-05-03 05:14:16.545/* Product1@OID31:0v1 2024-05-03 05:14:16.545/* OrderDetail@OID32:0v1 2024-05-03 05:14:16.545/* BranchingWithCacheClearTest_testCommitRemoveOrderDetail_subBranch[22]2024-05-03 05:14:16.545/* CDOResourceFolder@OID28:22v0("?")->0v1 2024-05-03 05:14:16.545/* CDOResource@OID29:22v0("?")->0v1 2024-05-03 05:14:16.545/2024-05-03 05:14:16.555 CDOResource@OID29:22v1("res") 2024-05-03 05:14:16.556/* OrderDetail@OID30:22v0->0v1 2024-05-03 05:14:16.545/2024-05-03 05:14:16.555 Product1@OID31:22v0->0v1 2024-05-03 05:14:16.545/2024-05-03 05:14:16.555 OrderDetail@OID32:22v0->0v1 2024-05-03 05:14:16.545/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID28:0v1("BranchingWithCacheClearTest_testCommitRemoveOrderDetail")2024-05-03 05:14:16.545/* CDOResource@OID29:0v1("res") 2024-05-03 05:14:16.545/* OrderDetail@OID30:0v1 2024-05-03 05:14:16.545/* Product1@OID31:0v1 2024-05-03 05:14:16.545/* OrderDetail@OID32:0v1 2024-05-03 05:14:16.545/* BranchingWithCacheClearTest_testCommitRemoveOrderDetail_subBranch[22]2024-05-03 05:14:16.545/* CDOResourceFolder@OID28:22v0("?")->0v1 2024-05-03 05:14:16.545/* CDOResource@OID29:22v0("?")->0v1 2024-05-03 05:14:16.545/2024-05-03 05:14:16.555 CDOResource@OID29:22v1("res") 2024-05-03 05:14:16.556/* OrderDetail@OID30:22v0->0v1 2024-05-03 05:14:16.545/2024-05-03 05:14:16.555 Product1@OID31:22v0->0v1 2024-05-03 05:14:16.545/2024-05-03 05:14:16.555 Product1@OID31:22v1 2024-05-03 05:14:16.556/* OrderDetail@OID32:22v0->0v1 2024-05-03 05:14:16.545/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID28:0v1("BranchingWithCacheClearTest_testCommitRemoveOrderDetail")2024-05-03 05:14:16.545/* CDOResource@OID29:0v1("res") 2024-05-03 05:14:16.545/* OrderDetail@OID30:0v1 2024-05-03 05:14:16.545/* Product1@OID31:0v1 2024-05-03 05:14:16.545/* OrderDetail@OID32:0v1 2024-05-03 05:14:16.545/* BranchingWithCacheClearTest_testCommitRemoveOrderDetail_subBranch[22]2024-05-03 05:14:16.545/* CDOResourceFolder@OID28:22v0("?")->0v1 2024-05-03 05:14:16.545/* CDOResource@OID29:22v0("?")->0v1 2024-05-03 05:14:16.545/2024-05-03 05:14:16.555 CDOResource@OID29:22v1("res") 2024-05-03 05:14:16.556/* OrderDetail@OID30:22v0->0v1 2024-05-03 05:14:16.545/2024-05-03 05:14:16.555 Product1@OID31:22v0->0v1 2024-05-03 05:14:16.545/2024-05-03 05:14:16.555 Product1@OID31:22v1 2024-05-03 05:14:16.556/* OrderDetail@OID32:22v0->0v1 2024-05-03 05:14:16.545/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID28:0v1("BranchingWithCacheClearTest_testCommitRemoveOrderDetail")2024-05-03 05:14:16.545/* CDOResource@OID29:0v1("res") 2024-05-03 05:14:16.545/* OrderDetail@OID30:0v1 2024-05-03 05:14:16.545/* Product1@OID31:0v1 2024-05-03 05:14:16.545/* OrderDetail@OID32:0v1 2024-05-03 05:14:16.545/* BranchingWithCacheClearTest_testCommitRemoveOrderDetail_subBranch[22]2024-05-03 05:14:16.545/* CDOResourceFolder@OID28:22v0("?")->0v1 2024-05-03 05:14:16.545/* CDOResource@OID29:22v0("?")->0v1 2024-05-03 05:14:16.545/2024-05-03 05:14:16.555 CDOResource@OID29:22v1("res") 2024-05-03 05:14:16.556/* OrderDetail@OID30:22v0->0v1 2024-05-03 05:14:16.545/2024-05-03 05:14:16.555 Product1@OID31:22v0->0v1 2024-05-03 05:14:16.545/2024-05-03 05:14:16.555 Product1@OID31:22v1 2024-05-03 05:14:16.556/* OrderDetail@OID32:22v0->0v1 2024-05-03 05:14:16.545/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID28:0v1("BranchingWithCacheClearTest_testCommitRemoveOrderDetail")2024-05-03 05:14:16.545/* CDOResource@OID29:0v1("res") 2024-05-03 05:14:16.545/* OrderDetail@OID30:0v1 2024-05-03 05:14:16.545/* Product1@OID31:0v1 2024-05-03 05:14:16.545/* OrderDetail@OID32:0v1 2024-05-03 05:14:16.545/* BranchingWithCacheClearTest_testCommitRemoveOrderDetail_subBranch[22]2024-05-03 05:14:16.545/* CDOResourceFolder@OID28:22v0("?")->0v1 2024-05-03 05:14:16.545/* CDOResource@OID29:22v0("?")->0v1 2024-05-03 05:14:16.545/2024-05-03 05:14:16.555 CDOResource@OID29:22v1("res") 2024-05-03 05:14:16.556/* OrderDetail@OID30:22v0->0v1 2024-05-03 05:14:16.545/2024-05-03 05:14:16.555 Product1@OID31:22v0->0v1 2024-05-03 05:14:16.545/2024-05-03 05:14:16.555 Product1@OID31:22v1 2024-05-03 05:14:16.556/* OrderDetail@OID32:22v0->0v1 2024-05-03 05:14:16.545/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID28:0v1("BranchingWithCacheClearTest_testCommitRemoveOrderDetail")2024-05-03 05:14:16.545/* CDOResource@OID29:0v1("res") 2024-05-03 05:14:16.545/* OrderDetail@OID30:0v1 2024-05-03 05:14:16.545/* Product1@OID31:0v1 2024-05-03 05:14:16.545/* OrderDetail@OID32:0v1 2024-05-03 05:14:16.545/* BranchingWithCacheClearTest_testCommitRemoveOrderDetail_subBranch[22]2024-05-03 05:14:16.545/* CDOResourceFolder@OID28:22v0("?")->0v1 2024-05-03 05:14:16.545/* CDOResource@OID29:22v0("?")->0v1 2024-05-03 05:14:16.545/2024-05-03 05:14:16.555 CDOResource@OID29:22v1("res") 2024-05-03 05:14:16.556/* OrderDetail@OID30:22v0->0v1 2024-05-03 05:14:16.545/2024-05-03 05:14:16.555 Product1@OID31:22v0->0v1 2024-05-03 05:14:16.545/2024-05-03 05:14:16.555 Product1@OID31:22v1 2024-05-03 05:14:16.556/* OrderDetail@OID32:22v0->0v1 2024-05-03 05:14:16.545/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID28:0v1("BranchingWithCacheClearTest_testCommitRemoveOrderDetail")2024-05-03 05:14:16.545/* CDOResource@OID29:0v1("res") 2024-05-03 05:14:16.545/* OrderDetail@OID30:0v1 2024-05-03 05:14:16.545/* Product1@OID31:0v1 2024-05-03 05:14:16.545/* OrderDetail@OID32:0v1 2024-05-03 05:14:16.545/* BranchingWithCacheClearTest_testCommitRemoveOrderDetail_subBranch[22]2024-05-03 05:14:16.545/* CDOResourceFolder@OID28:22v0("?")->0v1 2024-05-03 05:14:16.545/* CDOResource@OID29:22v0("?")->0v1 2024-05-03 05:14:16.545/2024-05-03 05:14:16.555 CDOResource@OID29:22v1("res") 2024-05-03 05:14:16.556/* OrderDetail@OID30:22v0->0v1 2024-05-03 05:14:16.545/2024-05-03 05:14:16.555 Product1@OID31:22v0->0v1 2024-05-03 05:14:16.545/2024-05-03 05:14:16.555 Product1@OID31:22v1 2024-05-03 05:14:16.556/* OrderDetail@OID32:22v0->0v1 2024-05-03 05:14:16.545/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID28:0v1("BranchingWithCacheClearTest_testCommitRemoveOrderDetail")2024-05-03 05:14:16.545/* CDOResource@OID29:0v1("res") 2024-05-03 05:14:16.545/* OrderDetail@OID30:0v1 2024-05-03 05:14:16.545/* Product1@OID31:0v1 2024-05-03 05:14:16.545/* OrderDetail@OID32:0v1 2024-05-03 05:14:16.545/* BranchingWithCacheClearTest_testCommitRemoveOrderDetail_subBranch[22]2024-05-03 05:14:16.545/* CDOResourceFolder@OID28:22v0("?")->0v1 2024-05-03 05:14:16.545/* CDOResource@OID29:22v0("?")->0v1 2024-05-03 05:14:16.545/2024-05-03 05:14:16.555 CDOResource@OID29:22v1("res") 2024-05-03 05:14:16.556/* OrderDetail@OID30:22v0->0v1 2024-05-03 05:14:16.545/2024-05-03 05:14:16.555 Product1@OID31:22v0->0v1 2024-05-03 05:14:16.545/2024-05-03 05:14:16.555 Product1@OID31:22v1 2024-05-03 05:14:16.556/* OrderDetail@OID32:22v0->0v1 2024-05-03 05:14:16.545/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID28:0v1("BranchingWithCacheClearTest_testCommitRemoveOrderDetail")2024-05-03 05:14:16.545/* CDOResource@OID29:0v1("res") 2024-05-03 05:14:16.545/* OrderDetail@OID30:0v1 2024-05-03 05:14:16.545/* Product1@OID31:0v1 2024-05-03 05:14:16.545/* OrderDetail@OID32:0v1 2024-05-03 05:14:16.545/* BranchingWithCacheClearTest_testCommitRemoveOrderDetail_subBranch[22]2024-05-03 05:14:16.545/* CDOResourceFolder@OID28:22v0("?")->0v1 2024-05-03 05:14:16.545/* CDOResource@OID29:22v0("?")->0v1 2024-05-03 05:14:16.545/2024-05-03 05:14:16.555 CDOResource@OID29:22v1("res") 2024-05-03 05:14:16.556/* OrderDetail@OID30:22v0->0v1 2024-05-03 05:14:16.545/2024-05-03 05:14:16.555 Product1@OID31:22v0->0v1 2024-05-03 05:14:16.545/2024-05-03 05:14:16.555 Product1@OID31:22v1 2024-05-03 05:14:16.556/* OrderDetail@OID32:22v0->0v1 2024-05-03 05:14:16.545/* ******************************************************* BranchingWithCacheClearTest.testContainment [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* BranchingWithCacheClearTest.testCreateBranch [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* BranchingWithCacheClearTest.testCreateBranchDuplicate [H2-branching-ranges, JVM, Native] ******************************************************* [ERROR] The branch MAIN/BranchingWithCacheClearTest_testCreateBranchDuplicate_existing already exists org.eclipse.emf.cdo.common.branch.CDODuplicateBranchException: The branch MAIN/BranchingWithCacheClearTest_testCreateBranchDuplicate_existing already exists at org.eclipse.emf.cdo.internal.server.Repository.checkDuplicateBranchBase(Repository.java:688) at org.eclipse.emf.cdo.internal.server.Repository.createBranch(Repository.java:549) at org.eclipse.emf.cdo.tests.config.impl.RepositoryConfig$6.createBranch(RepositoryConfig.java:755) at org.eclipse.emf.cdo.internal.common.branch.CDOBranchManagerImpl.createBranch(CDOBranchManagerImpl.java:364) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CreateBranchIndication.responding(CreateBranchIndication.java:51) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerIndication.responding(CDOServerIndication.java:162) at org.eclipse.net4j.signal.IndicationWithResponse.doExtendedOutput(IndicationWithResponse.java:100) at org.eclipse.net4j.signal.Signal.doOutput(Signal.java:407) at org.eclipse.net4j.signal.IndicationWithResponse.execute(IndicationWithResponse.java:74) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerWriteIndication.execute(CDOServerWriteIndication.java:34) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) ******************************************************* BranchingWithCacheClearTest.testCreateBranchIllegalName [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* BranchingWithCacheClearTest.testDeleteBranch [H2-branching-ranges, JVM, Native] ******************************************************* [ERROR] Cannot invoke "java.util.concurrent.ConcurrentMap.values()" because "infos" is null java.lang.NullPointerException: Cannot invoke "java.util.concurrent.ConcurrentMap.values()" because "infos" is null at org.eclipse.emf.internal.cdo.session.CDOLockStateCacheImpl.remapOwner(CDOLockStateCacheImpl.java:356) at org.eclipse.emf.cdo.internal.net4j.protocol.LockOwnerRemappedNotificationIndication.indicating(LockOwnerRemappedNotificationIndication.java:40) at org.eclipse.emf.cdo.internal.net4j.protocol.CDOClientIndication.indicating(CDOClientIndication.java:77) at org.eclipse.net4j.signal.Indication.doExtendedInput(Indication.java:57) at org.eclipse.net4j.signal.Signal.doInput(Signal.java:434) at org.eclipse.net4j.signal.Indication.execute(Indication.java:51) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) ******************************************************* BranchingWithCacheClearTest.testDetachExisting [H2-branching-ranges, JVM, Native] ******************************************************* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID66:0v1("BranchingWithCacheClearTest_testDetachExisting")2024-05-03 05:14:16.888/* CDOResource@OID67:0v1("res") 2024-05-03 05:14:16.888/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID66:0v1("BranchingWithCacheClearTest_testDetachExisting")2024-05-03 05:14:16.888/* CDOResource@OID67:0v1("res") 2024-05-03 05:14:16.888/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID66:0v1("BranchingWithCacheClearTest_testDetachExisting")2024-05-03 05:14:16.888/* CDOResource@OID67:0v1("res") 2024-05-03 05:14:16.888/* OrderDetail@OID69:0v1 2024-05-03 05:14:16.888/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID66:0v1("BranchingWithCacheClearTest_testDetachExisting")2024-05-03 05:14:16.888/* CDOResource@OID67:0v1("res") 2024-05-03 05:14:16.888/* OrderDetail@OID69:0v1 2024-05-03 05:14:16.888/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID66:0v1("BranchingWithCacheClearTest_testDetachExisting")2024-05-03 05:14:16.888/* CDOResource@OID67:0v1("res") 2024-05-03 05:14:16.888/* Product1@OID68:0v1 2024-05-03 05:14:16.888/* OrderDetail@OID69:0v1 2024-05-03 05:14:16.888/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID66:0v1("BranchingWithCacheClearTest_testDetachExisting")2024-05-03 05:14:16.888/* CDOResource@OID67:0v1("res") 2024-05-03 05:14:16.888/* Product1@OID68:0v1 2024-05-03 05:14:16.888/* OrderDetail@OID69:0v1 2024-05-03 05:14:16.888/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID66:0v1("BranchingWithCacheClearTest_testDetachExisting")2024-05-03 05:14:16.888/* CDOResource@OID67:0v1("res") 2024-05-03 05:14:16.888/* Product1@OID68:0v1 2024-05-03 05:14:16.888/* OrderDetail@OID69:0v1 2024-05-03 05:14:16.888/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID66:0v1("BranchingWithCacheClearTest_testDetachExisting")2024-05-03 05:14:16.888/* CDOResource@OID67:0v1("res") 2024-05-03 05:14:16.888/* Product1@OID68:0v1 2024-05-03 05:14:16.888/* OrderDetail@OID69:0v1 2024-05-03 05:14:16.888/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID66:0v1("BranchingWithCacheClearTest_testDetachExisting")2024-05-03 05:14:16.888/* CDOResource@OID67:0v1("res") 2024-05-03 05:14:16.888/* Product1@OID68:0v1 2024-05-03 05:14:16.888/* OrderDetail@OID69:0v1 2024-05-03 05:14:16.888/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID66:0v1("BranchingWithCacheClearTest_testDetachExisting")2024-05-03 05:14:16.888/* CDOResource@OID67:0v1("res") 2024-05-03 05:14:16.888/* Product1@OID68:0v1 2024-05-03 05:14:16.888/* OrderDetail@OID69:0v1 2024-05-03 05:14:16.888/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID66:0v1("BranchingWithCacheClearTest_testDetachExisting")2024-05-03 05:14:16.888/* CDOResource@OID67:0v1("res") 2024-05-03 05:14:16.888/* Product1@OID68:0v1 2024-05-03 05:14:16.888/* OrderDetail@OID69:0v1 2024-05-03 05:14:16.888/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID66:0v1("BranchingWithCacheClearTest_testDetachExisting")2024-05-03 05:14:16.888/* CDOResource@OID67:0v1("res") 2024-05-03 05:14:16.888/* Product1@OID68:0v1 2024-05-03 05:14:16.888/* OrderDetail@OID69:0v1 2024-05-03 05:14:16.888/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID66:0v1("BranchingWithCacheClearTest_testDetachExisting")2024-05-03 05:14:16.888/* CDOResource@OID67:0v1("res") 2024-05-03 05:14:16.888/* Product1@OID68:0v1 2024-05-03 05:14:16.888/* OrderDetail@OID69:0v1 2024-05-03 05:14:16.888/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID66:0v1("BranchingWithCacheClearTest_testDetachExisting")2024-05-03 05:14:16.888/* CDOResource@OID67:0v1("res") 2024-05-03 05:14:16.888/* Product1@OID68:0v1 2024-05-03 05:14:16.888/* OrderDetail@OID69:0v1 2024-05-03 05:14:16.888/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID66:0v1("BranchingWithCacheClearTest_testDetachExisting")2024-05-03 05:14:16.888/* CDOResource@OID67:0v1("res") 2024-05-03 05:14:16.888/* Product1@OID68:0v1 2024-05-03 05:14:16.888/* OrderDetail@OID69:0v1 2024-05-03 05:14:16.888/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID66:0v1("BranchingWithCacheClearTest_testDetachExisting")2024-05-03 05:14:16.888/* CDOResource@OID67:0v1("res") 2024-05-03 05:14:16.888/* Product1@OID68:0v1 2024-05-03 05:14:16.888/* OrderDetail@OID69:0v1 2024-05-03 05:14:16.888/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID66:0v1("BranchingWithCacheClearTest_testDetachExisting")2024-05-03 05:14:16.888/* CDOResource@OID67:0v1("res") 2024-05-03 05:14:16.888/* Product1@OID68:0v1 2024-05-03 05:14:16.888/* OrderDetail@OID69:0v1 2024-05-03 05:14:16.888/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID66:0v1("BranchingWithCacheClearTest_testDetachExisting")2024-05-03 05:14:16.888/* CDOResource@OID67:0v1("res") 2024-05-03 05:14:16.888/* Product1@OID68:0v1 2024-05-03 05:14:16.888/* OrderDetail@OID69:0v1 2024-05-03 05:14:16.888/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID66:0v1("BranchingWithCacheClearTest_testDetachExisting")2024-05-03 05:14:16.888/* CDOResource@OID67:0v1("res") 2024-05-03 05:14:16.888/* Product1@OID68:0v1 2024-05-03 05:14:16.888/* OrderDetail@OID69:0v1 2024-05-03 05:14:16.888/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID66:0v1("BranchingWithCacheClearTest_testDetachExisting")2024-05-03 05:14:16.888/* CDOResource@OID67:0v1("res") 2024-05-03 05:14:16.888/* Product1@OID68:0v1 2024-05-03 05:14:16.888/* OrderDetail@OID69:0v1 2024-05-03 05:14:16.888/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID66:0v1("BranchingWithCacheClearTest_testDetachExisting")2024-05-03 05:14:16.888/* CDOResource@OID67:0v1("res") 2024-05-03 05:14:16.888/* Product1@OID68:0v1 2024-05-03 05:14:16.888/* OrderDetail@OID69:0v1 2024-05-03 05:14:16.888/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID66:0v1("BranchingWithCacheClearTest_testDetachExisting")2024-05-03 05:14:16.888/* CDOResource@OID67:0v1("res") 2024-05-03 05:14:16.888/* Product1@OID68:0v1 2024-05-03 05:14:16.888/* OrderDetail@OID69:0v1 2024-05-03 05:14:16.888/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID66:0v1("BranchingWithCacheClearTest_testDetachExisting")2024-05-03 05:14:16.888/* CDOResource@OID67:0v1("res") 2024-05-03 05:14:16.888/* Product1@OID68:0v1 2024-05-03 05:14:16.888/* OrderDetail@OID69:0v1 2024-05-03 05:14:16.888/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID66:0v1("BranchingWithCacheClearTest_testDetachExisting")2024-05-03 05:14:16.888/* CDOResource@OID67:0v1("res") 2024-05-03 05:14:16.888/* Product1@OID68:0v1 2024-05-03 05:14:16.888/* OrderDetail@OID69:0v1 2024-05-03 05:14:16.888/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID66:0v1("BranchingWithCacheClearTest_testDetachExisting")2024-05-03 05:14:16.888/* CDOResource@OID67:0v1("res") 2024-05-03 05:14:16.888/* Product1@OID68:0v1 2024-05-03 05:14:16.888/* OrderDetail@OID69:0v1 2024-05-03 05:14:16.888/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID66:0v1("BranchingWithCacheClearTest_testDetachExisting")2024-05-03 05:14:16.888/* CDOResource@OID67:0v1("res") 2024-05-03 05:14:16.888/* Product1@OID68:0v1 2024-05-03 05:14:16.888/* OrderDetail@OID69:0v1 2024-05-03 05:14:16.888/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID66:0v1("BranchingWithCacheClearTest_testDetachExisting")2024-05-03 05:14:16.888/* CDOResource@OID67:0v1("res") 2024-05-03 05:14:16.888/* Product1@OID68:0v1 2024-05-03 05:14:16.888/* OrderDetail@OID69:0v1 2024-05-03 05:14:16.888/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID66:0v1("BranchingWithCacheClearTest_testDetachExisting")2024-05-03 05:14:16.888/* CDOResource@OID67:0v1("res") 2024-05-03 05:14:16.888/* Product1@OID68:0v1 2024-05-03 05:14:16.888/* OrderDetail@OID69:0v1 2024-05-03 05:14:16.888/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID66:0v1("BranchingWithCacheClearTest_testDetachExisting")2024-05-03 05:14:16.888/* CDOResource@OID67:0v1("res") 2024-05-03 05:14:16.888/* Product1@OID68:0v1 2024-05-03 05:14:16.888/* OrderDetail@OID69:0v1 2024-05-03 05:14:16.888/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID66:0v1("BranchingWithCacheClearTest_testDetachExisting")2024-05-03 05:14:16.888/* CDOResource@OID67:0v1("res") 2024-05-03 05:14:16.888/* Product1@OID68:0v1 2024-05-03 05:14:16.888/* OrderDetail@OID69:0v1 2024-05-03 05:14:16.888/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID66:0v1("BranchingWithCacheClearTest_testDetachExisting")2024-05-03 05:14:16.888/* CDOResource@OID67:0v1("res") 2024-05-03 05:14:16.888/* Product1@OID68:0v1 2024-05-03 05:14:16.888/* OrderDetail@OID69:0v1 2024-05-03 05:14:16.888/* BranchingWithCacheClearTest_testDetachExisting_subBranch[33]2024-05-03 05:14:16.888/* CDOResourceFolder@OID66:33v0("?")->0v1 2024-05-03 05:14:16.888/* CDOResource@OID67:33v0("?")->0v1 2024-05-03 05:14:16.888/2024-05-03 05:14:16.900 ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID66:0v1("BranchingWithCacheClearTest_testDetachExisting")2024-05-03 05:14:16.888/* CDOResource@OID67:0v1("res") 2024-05-03 05:14:16.888/* Product1@OID68:0v1 2024-05-03 05:14:16.888/* OrderDetail@OID69:0v1 2024-05-03 05:14:16.888/* BranchingWithCacheClearTest_testDetachExisting_subBranch[33]2024-05-03 05:14:16.888/* CDOResourceFolder@OID66:33v0("?")->0v1 2024-05-03 05:14:16.888/* CDOResource@OID67:33v0("?")->0v1 2024-05-03 05:14:16.888/2024-05-03 05:14:16.900 ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID66:0v1("BranchingWithCacheClearTest_testDetachExisting")2024-05-03 05:14:16.888/* CDOResource@OID67:0v1("res") 2024-05-03 05:14:16.888/* Product1@OID68:0v1 2024-05-03 05:14:16.888/* OrderDetail@OID69:0v1 2024-05-03 05:14:16.888/* BranchingWithCacheClearTest_testDetachExisting_subBranch[33]2024-05-03 05:14:16.888/* CDOResourceFolder@OID66:33v0("?")->0v1 2024-05-03 05:14:16.888/* CDOResource@OID67:33v0("?")->0v1 2024-05-03 05:14:16.888/2024-05-03 05:14:16.900 OrderDetail@OID69:33v0->0v1 2024-05-03 05:14:16.888/2024-05-03 05:14:16.898 ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID66:0v1("BranchingWithCacheClearTest_testDetachExisting")2024-05-03 05:14:16.888/* CDOResource@OID67:0v1("res") 2024-05-03 05:14:16.888/* Product1@OID68:0v1 2024-05-03 05:14:16.888/* OrderDetail@OID69:0v1 2024-05-03 05:14:16.888/* BranchingWithCacheClearTest_testDetachExisting_subBranch[33]2024-05-03 05:14:16.888/* CDOResourceFolder@OID66:33v0("?")->0v1 2024-05-03 05:14:16.888/* CDOResource@OID67:33v0("?")->0v1 2024-05-03 05:14:16.888/2024-05-03 05:14:16.900 OrderDetail@OID69:33v0->0v1 2024-05-03 05:14:16.888/2024-05-03 05:14:16.898 ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID66:0v1("BranchingWithCacheClearTest_testDetachExisting")2024-05-03 05:14:16.888/* CDOResource@OID67:0v1("res") 2024-05-03 05:14:16.888/* Product1@OID68:0v1 2024-05-03 05:14:16.888/* OrderDetail@OID69:0v1 2024-05-03 05:14:16.888/* BranchingWithCacheClearTest_testDetachExisting_subBranch[33]2024-05-03 05:14:16.888/* CDOResourceFolder@OID66:33v0("?")->0v1 2024-05-03 05:14:16.888/* CDOResource@OID67:33v0("?")->0v1 2024-05-03 05:14:16.888/2024-05-03 05:14:16.900 Product1@OID68:33v0->0v1 2024-05-03 05:14:16.888/2024-05-03 05:14:16.900 OrderDetail@OID69:33v0->0v1 2024-05-03 05:14:16.888/2024-05-03 05:14:16.898 ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID66:0v1("BranchingWithCacheClearTest_testDetachExisting")2024-05-03 05:14:16.888/* CDOResource@OID67:0v1("res") 2024-05-03 05:14:16.888/* Product1@OID68:0v1 2024-05-03 05:14:16.888/* OrderDetail@OID69:0v1 2024-05-03 05:14:16.888/* BranchingWithCacheClearTest_testDetachExisting_subBranch[33]2024-05-03 05:14:16.888/* CDOResourceFolder@OID66:33v0("?")->0v1 2024-05-03 05:14:16.888/* CDOResource@OID67:33v0("?")->0v1 2024-05-03 05:14:16.888/2024-05-03 05:14:16.900 Product1@OID68:33v0->0v1 2024-05-03 05:14:16.888/2024-05-03 05:14:16.900 OrderDetail@OID69:33v0->0v1 2024-05-03 05:14:16.888/2024-05-03 05:14:16.898 ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID66:0v1("BranchingWithCacheClearTest_testDetachExisting")2024-05-03 05:14:16.888/* CDOResource@OID67:0v1("res") 2024-05-03 05:14:16.888/* Product1@OID68:0v1 2024-05-03 05:14:16.888/* OrderDetail@OID69:0v1 2024-05-03 05:14:16.888/* BranchingWithCacheClearTest_testDetachExisting_subBranch[33]2024-05-03 05:14:16.888/* CDOResourceFolder@OID66:33v0("?")->0v1 2024-05-03 05:14:16.888/* CDOResource@OID67:33v0("?")->0v1 2024-05-03 05:14:16.888/2024-05-03 05:14:16.900 Product1@OID68:33v0->0v1 2024-05-03 05:14:16.888/2024-05-03 05:14:16.900 OrderDetail@OID69:33v0->0v1 2024-05-03 05:14:16.888/2024-05-03 05:14:16.898 ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID66:0v1("BranchingWithCacheClearTest_testDetachExisting")2024-05-03 05:14:16.888/* CDOResource@OID67:0v1("res") 2024-05-03 05:14:16.888/* Product1@OID68:0v1 2024-05-03 05:14:16.888/* OrderDetail@OID69:0v1 2024-05-03 05:14:16.888/* BranchingWithCacheClearTest_testDetachExisting_subBranch[33]2024-05-03 05:14:16.888/* CDOResourceFolder@OID66:33v0("?")->0v1 2024-05-03 05:14:16.888/* CDOResource@OID67:33v0("?")->0v1 2024-05-03 05:14:16.888/2024-05-03 05:14:16.900 Product1@OID68:33v0->0v1 2024-05-03 05:14:16.888/2024-05-03 05:14:16.900 OrderDetail@OID69:33v0->0v1 2024-05-03 05:14:16.888/2024-05-03 05:14:16.898 ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID66:0v1("BranchingWithCacheClearTest_testDetachExisting")2024-05-03 05:14:16.888/* CDOResource@OID67:0v1("res") 2024-05-03 05:14:16.888/* Product1@OID68:0v1 2024-05-03 05:14:16.888/* OrderDetail@OID69:0v1 2024-05-03 05:14:16.888/* BranchingWithCacheClearTest_testDetachExisting_subBranch[33]2024-05-03 05:14:16.888/* CDOResourceFolder@OID66:33v0("?")->0v1 2024-05-03 05:14:16.888/* CDOResource@OID67:33v0("?")->0v1 2024-05-03 05:14:16.888/2024-05-03 05:14:16.900 Product1@OID68:33v0->0v1 2024-05-03 05:14:16.888/2024-05-03 05:14:16.900 OrderDetail@OID69:33v0->0v1 2024-05-03 05:14:16.888/2024-05-03 05:14:16.898 OrderDetail@OID69:33v1 2024-05-03 05:14:16.899/2024-05-03 05:14:16.900 ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID66:0v1("BranchingWithCacheClearTest_testDetachExisting")2024-05-03 05:14:16.888/* CDOResource@OID67:0v1("res") 2024-05-03 05:14:16.888/* Product1@OID68:0v1 2024-05-03 05:14:16.888/* OrderDetail@OID69:0v1 2024-05-03 05:14:16.888/* BranchingWithCacheClearTest_testDetachExisting_subBranch[33]2024-05-03 05:14:16.888/* CDOResourceFolder@OID66:33v0("?")->0v1 2024-05-03 05:14:16.888/* CDOResource@OID67:33v0("?")->0v1 2024-05-03 05:14:16.888/2024-05-03 05:14:16.900 Product1@OID68:33v0->0v1 2024-05-03 05:14:16.888/2024-05-03 05:14:16.900 OrderDetail@OID69:33v0->0v1 2024-05-03 05:14:16.888/2024-05-03 05:14:16.898 OrderDetail@OID69:33v1 2024-05-03 05:14:16.899/2024-05-03 05:14:16.900 ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID66:0v1("BranchingWithCacheClearTest_testDetachExisting")2024-05-03 05:14:16.888/* CDOResource@OID67:0v1("res") 2024-05-03 05:14:16.888/* Product1@OID68:0v1 2024-05-03 05:14:16.888/* OrderDetail@OID69:0v1 2024-05-03 05:14:16.888/* BranchingWithCacheClearTest_testDetachExisting_subBranch[33]2024-05-03 05:14:16.888/* CDOResourceFolder@OID66:33v0("?")->0v1 2024-05-03 05:14:16.888/* CDOResource@OID67:33v0("?")->0v1 2024-05-03 05:14:16.888/2024-05-03 05:14:16.900 Product1@OID68:33v0->0v1 2024-05-03 05:14:16.888/2024-05-03 05:14:16.900 OrderDetail@OID69:33v0->0v1 2024-05-03 05:14:16.888/2024-05-03 05:14:16.898 OrderDetail@OID69:33v1 2024-05-03 05:14:16.899/2024-05-03 05:14:16.900 ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID66:0v1("BranchingWithCacheClearTest_testDetachExisting")2024-05-03 05:14:16.888/* CDOResource@OID67:0v1("res") 2024-05-03 05:14:16.888/* Product1@OID68:0v1 2024-05-03 05:14:16.888/* OrderDetail@OID69:0v1 2024-05-03 05:14:16.888/* BranchingWithCacheClearTest_testDetachExisting_subBranch[33]2024-05-03 05:14:16.888/* CDOResourceFolder@OID66:33v0("?")->0v1 2024-05-03 05:14:16.888/* CDOResource@OID67:33v0("?")->0v1 2024-05-03 05:14:16.888/2024-05-03 05:14:16.900 Product1@OID68:33v0->0v1 2024-05-03 05:14:16.888/2024-05-03 05:14:16.900 OrderDetail@OID69:33v0->0v1 2024-05-03 05:14:16.888/2024-05-03 05:14:16.898 OrderDetail@OID69:33v1 2024-05-03 05:14:16.899/2024-05-03 05:14:16.900 ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID66:0v1("BranchingWithCacheClearTest_testDetachExisting")2024-05-03 05:14:16.888/* CDOResource@OID67:0v1("res") 2024-05-03 05:14:16.888/* Product1@OID68:0v1 2024-05-03 05:14:16.888/* OrderDetail@OID69:0v1 2024-05-03 05:14:16.888/* BranchingWithCacheClearTest_testDetachExisting_subBranch[33]2024-05-03 05:14:16.888/* CDOResourceFolder@OID66:33v0("?")->0v1 2024-05-03 05:14:16.888/* CDOResource@OID67:33v0("?")->0v1 2024-05-03 05:14:16.888/2024-05-03 05:14:16.900 CDOResource@OID67:33v1("res") 2024-05-03 05:14:16.901/2024-05-03 05:14:16.904 Product1@OID68:33v0->0v1 2024-05-03 05:14:16.888/2024-05-03 05:14:16.900 OrderDetail@OID69:33v0->0v1 2024-05-03 05:14:16.888/2024-05-03 05:14:16.898 OrderDetail@OID69:33v1 2024-05-03 05:14:16.899/2024-05-03 05:14:16.900 ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID66:0v1("BranchingWithCacheClearTest_testDetachExisting")2024-05-03 05:14:16.888/* CDOResource@OID67:0v1("res") 2024-05-03 05:14:16.888/* Product1@OID68:0v1 2024-05-03 05:14:16.888/* OrderDetail@OID69:0v1 2024-05-03 05:14:16.888/* BranchingWithCacheClearTest_testDetachExisting_subBranch[33]2024-05-03 05:14:16.888/* CDOResourceFolder@OID66:33v0("?")->0v1 2024-05-03 05:14:16.888/* CDOResource@OID67:33v0("?")->0v1 2024-05-03 05:14:16.888/2024-05-03 05:14:16.900 CDOResource@OID67:33v1("res") 2024-05-03 05:14:16.901/2024-05-03 05:14:16.904 Product1@OID68:33v0->0v1 2024-05-03 05:14:16.888/2024-05-03 05:14:16.900 OrderDetail@OID69:33v0->0v1 2024-05-03 05:14:16.888/2024-05-03 05:14:16.898 OrderDetail@OID69:33v1 2024-05-03 05:14:16.899/2024-05-03 05:14:16.900 ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID66:0v1("BranchingWithCacheClearTest_testDetachExisting")2024-05-03 05:14:16.888/* CDOResource@OID67:0v1("res") 2024-05-03 05:14:16.888/* Product1@OID68:0v1 2024-05-03 05:14:16.888/* OrderDetail@OID69:0v1 2024-05-03 05:14:16.888/* BranchingWithCacheClearTest_testDetachExisting_subBranch[33]2024-05-03 05:14:16.888/* CDOResourceFolder@OID66:33v0("?")->0v1 2024-05-03 05:14:16.888/* CDOResource@OID67:33v0("?")->0v1 2024-05-03 05:14:16.888/2024-05-03 05:14:16.900 CDOResource@OID67:33v1("res") 2024-05-03 05:14:16.901/2024-05-03 05:14:16.904 CDOResource@OID67:33v2("res") 2024-05-03 05:14:16.905/* Product1@OID68:33v0->0v1 2024-05-03 05:14:16.888/2024-05-03 05:14:16.900 OrderDetail@OID69:33v0->0v1 2024-05-03 05:14:16.888/2024-05-03 05:14:16.898 OrderDetail@OID69:33v1 2024-05-03 05:14:16.899/2024-05-03 05:14:16.900 ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID66:0v1("BranchingWithCacheClearTest_testDetachExisting")2024-05-03 05:14:16.888/* CDOResource@OID67:0v1("res") 2024-05-03 05:14:16.888/* Product1@OID68:0v1 2024-05-03 05:14:16.888/* OrderDetail@OID69:0v1 2024-05-03 05:14:16.888/* BranchingWithCacheClearTest_testDetachExisting_subBranch[33]2024-05-03 05:14:16.888/* CDOResourceFolder@OID66:33v0("?")->0v1 2024-05-03 05:14:16.888/* CDOResource@OID67:33v0("?")->0v1 2024-05-03 05:14:16.888/2024-05-03 05:14:16.900 CDOResource@OID67:33v1("res") 2024-05-03 05:14:16.901/2024-05-03 05:14:16.904 CDOResource@OID67:33v2("res") 2024-05-03 05:14:16.905/* Product1@OID68:33v0->0v1 2024-05-03 05:14:16.888/2024-05-03 05:14:16.900 OrderDetail@OID69:33v0->0v1 2024-05-03 05:14:16.888/2024-05-03 05:14:16.898 OrderDetail@OID69:33v1 2024-05-03 05:14:16.899/2024-05-03 05:14:16.900 ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID66:0v1("BranchingWithCacheClearTest_testDetachExisting")2024-05-03 05:14:16.888/* CDOResource@OID67:0v1("res") 2024-05-03 05:14:16.888/* Product1@OID68:0v1 2024-05-03 05:14:16.888/* OrderDetail@OID69:0v1 2024-05-03 05:14:16.888/* BranchingWithCacheClearTest_testDetachExisting_subBranch[33]2024-05-03 05:14:16.888/* CDOResourceFolder@OID66:33v0("?")->0v1 2024-05-03 05:14:16.888/* CDOResource@OID67:33v0("?")->0v1 2024-05-03 05:14:16.888/2024-05-03 05:14:16.900 CDOResource@OID67:33v1("res") 2024-05-03 05:14:16.901/2024-05-03 05:14:16.904 CDOResource@OID67:33v2("res") 2024-05-03 05:14:16.905/* Product1@OID68:33v0->0v1 2024-05-03 05:14:16.888/2024-05-03 05:14:16.900 OrderDetail@OID69:33v0->0v1 2024-05-03 05:14:16.888/2024-05-03 05:14:16.898 OrderDetail@OID69:33v1 2024-05-03 05:14:16.899/2024-05-03 05:14:16.900 OrderDetail@OID70:33v1 2024-05-03 05:14:16.905/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID66:0v1("BranchingWithCacheClearTest_testDetachExisting")2024-05-03 05:14:16.888/* CDOResource@OID67:0v1("res") 2024-05-03 05:14:16.888/* Product1@OID68:0v1 2024-05-03 05:14:16.888/* OrderDetail@OID69:0v1 2024-05-03 05:14:16.888/* BranchingWithCacheClearTest_testDetachExisting_subBranch[33]2024-05-03 05:14:16.888/* CDOResourceFolder@OID66:33v0("?")->0v1 2024-05-03 05:14:16.888/* CDOResource@OID67:33v0("?")->0v1 2024-05-03 05:14:16.888/2024-05-03 05:14:16.900 CDOResource@OID67:33v1("res") 2024-05-03 05:14:16.901/2024-05-03 05:14:16.904 CDOResource@OID67:33v2("res") 2024-05-03 05:14:16.905/* Product1@OID68:33v0->0v1 2024-05-03 05:14:16.888/2024-05-03 05:14:16.900 OrderDetail@OID69:33v0->0v1 2024-05-03 05:14:16.888/2024-05-03 05:14:16.898 OrderDetail@OID69:33v1 2024-05-03 05:14:16.899/2024-05-03 05:14:16.900 OrderDetail@OID70:33v1 2024-05-03 05:14:16.905/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID66:0v1("BranchingWithCacheClearTest_testDetachExisting")2024-05-03 05:14:16.888/* CDOResource@OID67:0v1("res") 2024-05-03 05:14:16.888/* Product1@OID68:0v1 2024-05-03 05:14:16.888/* OrderDetail@OID69:0v1 2024-05-03 05:14:16.888/* BranchingWithCacheClearTest_testDetachExisting_subBranch[33]2024-05-03 05:14:16.888/* CDOResourceFolder@OID66:33v0("?")->0v1 2024-05-03 05:14:16.888/* CDOResource@OID67:33v0("?")->0v1 2024-05-03 05:14:16.888/2024-05-03 05:14:16.900 CDOResource@OID67:33v1("res") 2024-05-03 05:14:16.901/2024-05-03 05:14:16.904 CDOResource@OID67:33v2("res") 2024-05-03 05:14:16.905/* Product1@OID68:33v0->0v1 2024-05-03 05:14:16.888/2024-05-03 05:14:16.900 Product1@OID68:33v2 2024-05-03 05:14:16.905/* OrderDetail@OID69:33v0->0v1 2024-05-03 05:14:16.888/2024-05-03 05:14:16.898 OrderDetail@OID69:33v1 2024-05-03 05:14:16.899/2024-05-03 05:14:16.900 OrderDetail@OID70:33v1 2024-05-03 05:14:16.905/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID66:0v1("BranchingWithCacheClearTest_testDetachExisting")2024-05-03 05:14:16.888/* CDOResource@OID67:0v1("res") 2024-05-03 05:14:16.888/* Product1@OID68:0v1 2024-05-03 05:14:16.888/* OrderDetail@OID69:0v1 2024-05-03 05:14:16.888/* BranchingWithCacheClearTest_testDetachExisting_subBranch[33]2024-05-03 05:14:16.888/* CDOResourceFolder@OID66:33v0("?")->0v1 2024-05-03 05:14:16.888/* CDOResource@OID67:33v0("?")->0v1 2024-05-03 05:14:16.888/2024-05-03 05:14:16.900 CDOResource@OID67:33v1("res") 2024-05-03 05:14:16.901/2024-05-03 05:14:16.904 CDOResource@OID67:33v2("res") 2024-05-03 05:14:16.905/* Product1@OID68:33v0->0v1 2024-05-03 05:14:16.888/2024-05-03 05:14:16.900 Product1@OID68:33v2 2024-05-03 05:14:16.905/* OrderDetail@OID69:33v0->0v1 2024-05-03 05:14:16.888/2024-05-03 05:14:16.898 OrderDetail@OID69:33v1 2024-05-03 05:14:16.899/2024-05-03 05:14:16.900 OrderDetail@OID70:33v1 2024-05-03 05:14:16.905/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID66:0v1("BranchingWithCacheClearTest_testDetachExisting")2024-05-03 05:14:16.888/* CDOResource@OID67:0v1("res") 2024-05-03 05:14:16.888/* Product1@OID68:0v1 2024-05-03 05:14:16.888/* OrderDetail@OID69:0v1 2024-05-03 05:14:16.888/* BranchingWithCacheClearTest_testDetachExisting_subBranch[33]2024-05-03 05:14:16.888/* CDOResourceFolder@OID66:33v0("?")->0v1 2024-05-03 05:14:16.888/* CDOResource@OID67:33v0("?")->0v1 2024-05-03 05:14:16.888/2024-05-03 05:14:16.900 CDOResource@OID67:33v1("res") 2024-05-03 05:14:16.901/2024-05-03 05:14:16.904 CDOResource@OID67:33v2("res") 2024-05-03 05:14:16.905/* Product1@OID68:33v0->0v1 2024-05-03 05:14:16.888/2024-05-03 05:14:16.900 Product1@OID68:33v2 2024-05-03 05:14:16.905/* OrderDetail@OID69:33v0->0v1 2024-05-03 05:14:16.888/2024-05-03 05:14:16.898 OrderDetail@OID69:33v1 2024-05-03 05:14:16.899/2024-05-03 05:14:16.900 OrderDetail@OID70:33v1 2024-05-03 05:14:16.905/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID66:0v1("BranchingWithCacheClearTest_testDetachExisting")2024-05-03 05:14:16.888/* CDOResource@OID67:0v1("res") 2024-05-03 05:14:16.888/* Product1@OID68:0v1 2024-05-03 05:14:16.888/* OrderDetail@OID69:0v1 2024-05-03 05:14:16.888/* BranchingWithCacheClearTest_testDetachExisting_subBranch[33]2024-05-03 05:14:16.888/* CDOResourceFolder@OID66:33v0("?")->0v1 2024-05-03 05:14:16.888/* CDOResource@OID67:33v0("?")->0v1 2024-05-03 05:14:16.888/2024-05-03 05:14:16.900 CDOResource@OID67:33v1("res") 2024-05-03 05:14:16.901/2024-05-03 05:14:16.904 CDOResource@OID67:33v2("res") 2024-05-03 05:14:16.905/* Product1@OID68:33v0->0v1 2024-05-03 05:14:16.888/2024-05-03 05:14:16.900 Product1@OID68:33v2 2024-05-03 05:14:16.905/* OrderDetail@OID69:33v0->0v1 2024-05-03 05:14:16.888/2024-05-03 05:14:16.898 OrderDetail@OID69:33v1 2024-05-03 05:14:16.899/2024-05-03 05:14:16.900 OrderDetail@OID70:33v1 2024-05-03 05:14:16.905/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID66:0v1("BranchingWithCacheClearTest_testDetachExisting")2024-05-03 05:14:16.888/* CDOResource@OID67:0v1("res") 2024-05-03 05:14:16.888/* Product1@OID68:0v1 2024-05-03 05:14:16.888/* OrderDetail@OID69:0v1 2024-05-03 05:14:16.888/* BranchingWithCacheClearTest_testDetachExisting_subBranch[33]2024-05-03 05:14:16.888/* CDOResourceFolder@OID66:33v0("?")->0v1 2024-05-03 05:14:16.888/* CDOResource@OID67:33v0("?")->0v1 2024-05-03 05:14:16.888/2024-05-03 05:14:16.900 CDOResource@OID67:33v1("res") 2024-05-03 05:14:16.901/2024-05-03 05:14:16.904 CDOResource@OID67:33v2("res") 2024-05-03 05:14:16.905/* Product1@OID68:33v0->0v1 2024-05-03 05:14:16.888/2024-05-03 05:14:16.900 Product1@OID68:33v2 2024-05-03 05:14:16.905/* OrderDetail@OID69:33v0->0v1 2024-05-03 05:14:16.888/2024-05-03 05:14:16.898 OrderDetail@OID69:33v1 2024-05-03 05:14:16.899/2024-05-03 05:14:16.900 OrderDetail@OID70:33v1 2024-05-03 05:14:16.905/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID66:0v1("BranchingWithCacheClearTest_testDetachExisting")2024-05-03 05:14:16.888/* CDOResource@OID67:0v1("res") 2024-05-03 05:14:16.888/* Product1@OID68:0v1 2024-05-03 05:14:16.888/* OrderDetail@OID69:0v1 2024-05-03 05:14:16.888/* BranchingWithCacheClearTest_testDetachExisting_subBranch[33]2024-05-03 05:14:16.888/* CDOResourceFolder@OID66:33v0("?")->0v1 2024-05-03 05:14:16.888/* CDOResource@OID67:33v0("?")->0v1 2024-05-03 05:14:16.888/2024-05-03 05:14:16.900 CDOResource@OID67:33v1("res") 2024-05-03 05:14:16.901/2024-05-03 05:14:16.904 CDOResource@OID67:33v2("res") 2024-05-03 05:14:16.905/* Product1@OID68:33v0->0v1 2024-05-03 05:14:16.888/2024-05-03 05:14:16.900 Product1@OID68:33v2 2024-05-03 05:14:16.905/* OrderDetail@OID69:33v0->0v1 2024-05-03 05:14:16.888/2024-05-03 05:14:16.898 OrderDetail@OID69:33v1 2024-05-03 05:14:16.899/2024-05-03 05:14:16.900 OrderDetail@OID70:33v1 2024-05-03 05:14:16.905/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID66:0v1("BranchingWithCacheClearTest_testDetachExisting")2024-05-03 05:14:16.888/* CDOResource@OID67:0v1("res") 2024-05-03 05:14:16.888/* Product1@OID68:0v1 2024-05-03 05:14:16.888/* OrderDetail@OID69:0v1 2024-05-03 05:14:16.888/* BranchingWithCacheClearTest_testDetachExisting_subBranch[33]2024-05-03 05:14:16.888/* CDOResourceFolder@OID66:33v0("?")->0v1 2024-05-03 05:14:16.888/* CDOResource@OID67:33v0("?")->0v1 2024-05-03 05:14:16.888/2024-05-03 05:14:16.900 CDOResource@OID67:33v1("res") 2024-05-03 05:14:16.901/2024-05-03 05:14:16.904 CDOResource@OID67:33v2("res") 2024-05-03 05:14:16.905/* Product1@OID68:33v0->0v1 2024-05-03 05:14:16.888/2024-05-03 05:14:16.900 Product1@OID68:33v2 2024-05-03 05:14:16.905/* OrderDetail@OID69:33v0->0v1 2024-05-03 05:14:16.888/2024-05-03 05:14:16.898 OrderDetail@OID69:33v1 2024-05-03 05:14:16.899/2024-05-03 05:14:16.900 OrderDetail@OID70:33v1 2024-05-03 05:14:16.905/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID66:0v1("BranchingWithCacheClearTest_testDetachExisting")2024-05-03 05:14:16.888/* CDOResource@OID67:0v1("res") 2024-05-03 05:14:16.888/* Product1@OID68:0v1 2024-05-03 05:14:16.888/* OrderDetail@OID69:0v1 2024-05-03 05:14:16.888/* BranchingWithCacheClearTest_testDetachExisting_subBranch[33]2024-05-03 05:14:16.888/* CDOResourceFolder@OID66:33v0("?")->0v1 2024-05-03 05:14:16.888/* CDOResource@OID67:33v0("?")->0v1 2024-05-03 05:14:16.888/2024-05-03 05:14:16.900 CDOResource@OID67:33v1("res") 2024-05-03 05:14:16.901/2024-05-03 05:14:16.904 CDOResource@OID67:33v2("res") 2024-05-03 05:14:16.905/* Product1@OID68:33v0->0v1 2024-05-03 05:14:16.888/2024-05-03 05:14:16.900 Product1@OID68:33v2 2024-05-03 05:14:16.905/* OrderDetail@OID69:33v0->0v1 2024-05-03 05:14:16.888/2024-05-03 05:14:16.898 OrderDetail@OID69:33v1 2024-05-03 05:14:16.899/2024-05-03 05:14:16.900 OrderDetail@OID70:33v1 2024-05-03 05:14:16.905/* ******************************************************* BranchingWithCacheClearTest.testDetachWithoutRevision [H2-branching-ranges, JVM, Native] ******************************************************* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID71:0v1("BranchingWithCacheClearTest_testDetachWithoutRevision")2024-05-03 05:14:17.026/* CDOResource@OID72:0v1("res") 2024-05-03 05:14:17.026/* BranchingWithCacheClearTest_testDetachWithoutRevision_subBranch[34]2024-05-03 05:14:17.026/* CDOResourceFolder@OID71:34v0("?")->0v1 2024-05-03 05:14:17.026/* CDOResource@OID72:34v0("?")->0v1 2024-05-03 05:14:17.026/2024-05-03 05:14:17.033 ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID71:0v1("BranchingWithCacheClearTest_testDetachWithoutRevision")2024-05-03 05:14:17.026/* CDOResource@OID72:0v1("res") 2024-05-03 05:14:17.026/* BranchingWithCacheClearTest_testDetachWithoutRevision_subBranch[34]2024-05-03 05:14:17.026/* CDOResourceFolder@OID71:34v0("?")->0v1 2024-05-03 05:14:17.026/* CDOResource@OID72:34v0("?")->0v1 2024-05-03 05:14:17.026/2024-05-03 05:14:17.033 ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID71:0v1("BranchingWithCacheClearTest_testDetachWithoutRevision")2024-05-03 05:14:17.026/* CDOResource@OID72:0v1("res") 2024-05-03 05:14:17.026/* Product1@OID73:0v1 2024-05-03 05:14:17.026/* BranchingWithCacheClearTest_testDetachWithoutRevision_subBranch[34]2024-05-03 05:14:17.026/* CDOResourceFolder@OID71:34v0("?")->0v1 2024-05-03 05:14:17.026/* CDOResource@OID72:34v0("?")->0v1 2024-05-03 05:14:17.026/2024-05-03 05:14:17.033 CDOResource@OID72:34v1("res") 2024-05-03 05:14:17.034/* Product1@OID73:34v0->0v1 2024-05-03 05:14:17.026/2024-05-03 05:14:17.033 ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID71:0v1("BranchingWithCacheClearTest_testDetachWithoutRevision")2024-05-03 05:14:17.026/* CDOResource@OID72:0v1("res") 2024-05-03 05:14:17.026/* Product1@OID73:0v1 2024-05-03 05:14:17.026/* BranchingWithCacheClearTest_testDetachWithoutRevision_subBranch[34]2024-05-03 05:14:17.026/* CDOResourceFolder@OID71:34v0("?")->0v1 2024-05-03 05:14:17.026/* CDOResource@OID72:34v0("?")->0v1 2024-05-03 05:14:17.026/2024-05-03 05:14:17.033 CDOResource@OID72:34v1("res") 2024-05-03 05:14:17.034/* Product1@OID73:34v0->0v1 2024-05-03 05:14:17.026/2024-05-03 05:14:17.033 ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID71:0v1("BranchingWithCacheClearTest_testDetachWithoutRevision")2024-05-03 05:14:17.026/* CDOResource@OID72:0v1("res") 2024-05-03 05:14:17.026/* Product1@OID73:0v1 2024-05-03 05:14:17.026/* BranchingWithCacheClearTest_testDetachWithoutRevision_subBranch[34]2024-05-03 05:14:17.026/* CDOResourceFolder@OID71:34v0("?")->0v1 2024-05-03 05:14:17.026/* CDOResource@OID72:34v0("?")->0v1 2024-05-03 05:14:17.026/2024-05-03 05:14:17.033 CDOResource@OID72:34v1("res") 2024-05-03 05:14:17.034/* Product1@OID73:34v0->0v1 2024-05-03 05:14:17.026/2024-05-03 05:14:17.033 ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID71:0v1("BranchingWithCacheClearTest_testDetachWithoutRevision")2024-05-03 05:14:17.026/* CDOResource@OID72:0v1("res") 2024-05-03 05:14:17.026/* Product1@OID73:0v1 2024-05-03 05:14:17.026/* BranchingWithCacheClearTest_testDetachWithoutRevision_subBranch[34]2024-05-03 05:14:17.026/* CDOResourceFolder@OID71:34v0("?")->0v1 2024-05-03 05:14:17.026/* CDOResource@OID72:34v0("?")->0v1 2024-05-03 05:14:17.026/2024-05-03 05:14:17.033 CDOResource@OID72:34v1("res") 2024-05-03 05:14:17.034/* Product1@OID73:34v0->0v1 2024-05-03 05:14:17.026/2024-05-03 05:14:17.033 ******************************************************* BranchingWithCacheClearTest.testDetachWithoutRevision_CheckMainBranch [H2-branching-ranges, JVM, Native] ******************************************************* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID74:0v1("BranchingWithCacheClearTest_testDetachWithoutRevision_CheckMainBranch")2024-05-03 05:14:17.057/* CDOResource@OID75:0v1("res") 2024-05-03 05:14:17.057/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID74:0v1("BranchingWithCacheClearTest_testDetachWithoutRevision_CheckMainBranch")2024-05-03 05:14:17.057/* CDOResource@OID75:0v1("res") 2024-05-03 05:14:17.057/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID74:0v1("BranchingWithCacheClearTest_testDetachWithoutRevision_CheckMainBranch")2024-05-03 05:14:17.057/* CDOResource@OID75:0v1("res") 2024-05-03 05:14:17.057/* Product1@OID76:0v1 2024-05-03 05:14:17.057/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID74:0v1("BranchingWithCacheClearTest_testDetachWithoutRevision_CheckMainBranch")2024-05-03 05:14:17.057/* CDOResource@OID75:0v1("res") 2024-05-03 05:14:17.057/* Product1@OID76:0v1 2024-05-03 05:14:17.057/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID74:0v1("BranchingWithCacheClearTest_testDetachWithoutRevision_CheckMainBranch")2024-05-03 05:14:17.057/* CDOResource@OID75:0v1("res") 2024-05-03 05:14:17.057/* Product1@OID76:0v1 2024-05-03 05:14:17.057/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID74:0v1("BranchingWithCacheClearTest_testDetachWithoutRevision_CheckMainBranch")2024-05-03 05:14:17.057/* CDOResource@OID75:0v1("res") 2024-05-03 05:14:17.057/* Product1@OID76:0v1 2024-05-03 05:14:17.057/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID74:0v1("BranchingWithCacheClearTest_testDetachWithoutRevision_CheckMainBranch")2024-05-03 05:14:17.057/* CDOResource@OID75:0v1("res") 2024-05-03 05:14:17.057/* Product1@OID76:0v1 2024-05-03 05:14:17.057/* BranchingWithCacheClearTest_testDetachWithoutRevision_CheckMainBranch_subBranch[35]2024-05-03 05:14:17.057/* CDOResourceFolder@OID74:35v0("?")->0v1 2024-05-03 05:14:17.057/* CDOResource@OID75:35v0("?")->0v1 2024-05-03 05:14:17.057/2024-05-03 05:14:17.063 ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID74:0v1("BranchingWithCacheClearTest_testDetachWithoutRevision_CheckMainBranch")2024-05-03 05:14:17.057/* CDOResource@OID75:0v1("res") 2024-05-03 05:14:17.057/* Product1@OID76:0v1 2024-05-03 05:14:17.057/* BranchingWithCacheClearTest_testDetachWithoutRevision_CheckMainBranch_subBranch[35]2024-05-03 05:14:17.057/* CDOResourceFolder@OID74:35v0("?")->0v1 2024-05-03 05:14:17.057/* CDOResource@OID75:35v0("?")->0v1 2024-05-03 05:14:17.057/2024-05-03 05:14:17.063 ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID74:0v1("BranchingWithCacheClearTest_testDetachWithoutRevision_CheckMainBranch")2024-05-03 05:14:17.057/* CDOResource@OID75:0v1("res") 2024-05-03 05:14:17.057/* Product1@OID76:0v1 2024-05-03 05:14:17.057/* BranchingWithCacheClearTest_testDetachWithoutRevision_CheckMainBranch_subBranch[35]2024-05-03 05:14:17.057/* CDOResourceFolder@OID74:35v0("?")->0v1 2024-05-03 05:14:17.057/* CDOResource@OID75:35v0("?")->0v1 2024-05-03 05:14:17.057/2024-05-03 05:14:17.063 CDOResource@OID75:35v1("res") 2024-05-03 05:14:17.064/* Product1@OID76:35v0->0v1 2024-05-03 05:14:17.057/2024-05-03 05:14:17.063 ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID74:0v1("BranchingWithCacheClearTest_testDetachWithoutRevision_CheckMainBranch")2024-05-03 05:14:17.057/* CDOResource@OID75:0v1("res") 2024-05-03 05:14:17.057/* Product1@OID76:0v1 2024-05-03 05:14:17.057/* BranchingWithCacheClearTest_testDetachWithoutRevision_CheckMainBranch_subBranch[35]2024-05-03 05:14:17.057/* CDOResourceFolder@OID74:35v0("?")->0v1 2024-05-03 05:14:17.057/* CDOResource@OID75:35v0("?")->0v1 2024-05-03 05:14:17.057/2024-05-03 05:14:17.063 CDOResource@OID75:35v1("res") 2024-05-03 05:14:17.064/* Product1@OID76:35v0->0v1 2024-05-03 05:14:17.057/2024-05-03 05:14:17.063 ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID74:0v1("BranchingWithCacheClearTest_testDetachWithoutRevision_CheckMainBranch")2024-05-03 05:14:17.057/* CDOResource@OID75:0v1("res") 2024-05-03 05:14:17.057/* Product1@OID76:0v1 2024-05-03 05:14:17.057/* BranchingWithCacheClearTest_testDetachWithoutRevision_CheckMainBranch_subBranch[35]2024-05-03 05:14:17.057/* CDOResourceFolder@OID74:35v0("?")->0v1 2024-05-03 05:14:17.057/* CDOResource@OID75:35v0("?")->0v1 2024-05-03 05:14:17.057/2024-05-03 05:14:17.063 CDOResource@OID75:35v1("res") 2024-05-03 05:14:17.064/* Product1@OID76:35v0->0v1 2024-05-03 05:14:17.057/2024-05-03 05:14:17.063 ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:14:15.905/* CDOResourceFolder@OID74:0v1("BranchingWithCacheClearTest_testDetachWithoutRevision_CheckMainBranch")2024-05-03 05:14:17.057/* CDOResource@OID75:0v1("res") 2024-05-03 05:14:17.057/* Product1@OID76:0v1 2024-05-03 05:14:17.057/* BranchingWithCacheClearTest_testDetachWithoutRevision_CheckMainBranch_subBranch[35]2024-05-03 05:14:17.057/* CDOResourceFolder@OID74:35v0("?")->0v1 2024-05-03 05:14:17.057/* CDOResource@OID75:35v0("?")->0v1 2024-05-03 05:14:17.057/2024-05-03 05:14:17.063 CDOResource@OID75:35v1("res") 2024-05-03 05:14:17.064/* Product1@OID76:35v0->0v1 2024-05-03 05:14:17.057/2024-05-03 05:14:17.063 ******************************************************* BranchingWithCacheClearTest.testEvent [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* BranchingWithCacheClearTest.testFutureBaseTime [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* BranchingWithCacheClearTest.testGetBranch [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* BranchingWithCacheClearTest.testGetPath [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* BranchingWithCacheClearTest.testGetPathName [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* BranchingWithCacheClearTest.testGetSubBranches [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* BranchingWithCacheClearTest.testHandleRevisionsAfterDetachInSubBranch [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: repo2 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* BranchingWithCacheClearTest.testMainBranch [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* BranchingWithCacheClearTest.testObjectLifetime [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* BranchingWithCacheClearTest.testRenameBranch [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* BranchingWithCacheClearTest.testRenameBranchDuplicate [H2-branching-ranges, JVM, Native] ******************************************************* [ERROR] The branch MAIN/BranchingWithCacheClearTest_testRenameBranchDuplicate_existing already exists org.eclipse.emf.cdo.common.branch.CDODuplicateBranchException: The branch MAIN/BranchingWithCacheClearTest_testRenameBranchDuplicate_existing already exists at org.eclipse.emf.cdo.internal.server.Repository.checkDuplicateBranchBase(Repository.java:688) at org.eclipse.emf.cdo.internal.server.Repository.checkDuplicateBranch(Repository.java:679) at org.eclipse.emf.cdo.internal.server.Repository.renameBranch(Repository.java:663) at org.eclipse.emf.cdo.tests.config.impl.RepositoryConfig$6.renameBranch(RepositoryConfig.java:779) at org.eclipse.emf.cdo.internal.common.branch.CDOBranchImpl.setName(CDOBranchImpl.java:150) at org.eclipse.emf.cdo.server.internal.net4j.protocol.RenameBranchIndication.responding(RenameBranchIndication.java:60) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerIndication.responding(CDOServerIndication.java:162) at org.eclipse.net4j.signal.IndicationWithResponse.doExtendedOutput(IndicationWithResponse.java:100) at org.eclipse.net4j.signal.Signal.doOutput(Signal.java:407) at org.eclipse.net4j.signal.IndicationWithResponse.execute(IndicationWithResponse.java:74) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerWriteIndication.execute(CDOServerWriteIndication.java:34) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) ******************************************************* BranchingWithCacheClearTest.testRenameBranchIllegalName [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* BranchingWithCacheClearTest.testSwitchTransactionTarget [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* BranchingWithCacheClearTest.testSwitchViewTarget [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* CDOIDTest.testGetLong_ExtId [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* CDOIDTest.testGetLong_ExtTempId [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* CDOIDTest.testGetLong_LongId [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* CDOIDTest.testGetLong_Null [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* CDOIDTest.testGetLong_NullId [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* CDOIDTest.testGetLong_TempId [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* CDOIDTest.testSetID [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* CDOIDTest.testSetIDWithReferences [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: repo2 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* CDOIDTest.testURIFragment [H2-branching-ranges, JVM, Native] ******************************************************* L8 OID8 ******************************************************* CDOStaleReferencePolicyTest.testCDOStaleReferencePolicyWithCDOStoreGetContainer [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* CDOStaleReferencePolicyTest.testCDOStaleReferencePolicyWithCDOStoreGetResource [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* ChangeSubscriptionTest.testInvalidationWithDeltas_SameBranch [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* ChangeSubscriptionTest.testNotificationChain [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* ChangeSubscriptionTest.testRemoveContained [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* ChangeSubscriptionTest.testRemoveManyContained [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* ChangeSubscriptionTest.testRemoveManyXRef [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* ChangeSubscriptionTest.testRemoveXRef [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* ChangeSubscriptionTest.testSameSession [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* ChangeSubscriptionTest.testSameSession_WithoutPolicy [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* ChangeSubscriptionTest.testSeparateSession [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* ChangeSubscriptionTest.testSeparateSession_CUSTOM [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* ChangeSubscriptionTest.testSeparateSession_WithoutPolicy [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* ChangeSubscriptionTest.testTemporaryObject [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* ChunkingClearCachedRevisionTest.testReadNative [H2-branching-ranges, JVM, Native] ******************************************************* 0 SalesOrder@OID95 1 SalesOrder@OID96 2 SalesOrder@OID97 3 SalesOrder@OID98 4 SalesOrder@OID99 5 SalesOrder@OID100 6 SalesOrder@OID101 7 SalesOrder@OID102 8 SalesOrder@OID103 9 SalesOrder@OID104 10 SalesOrder@OID105 11 SalesOrder@OID106 12 SalesOrder@OID107 13 SalesOrder@OID108 14 SalesOrder@OID109 15 SalesOrder@OID110 16 SalesOrder@OID111 17 SalesOrder@OID112 18 SalesOrder@OID113 19 SalesOrder@OID114 20 SalesOrder@OID115 21 SalesOrder@OID116 22 SalesOrder@OID117 23 SalesOrder@OID118 24 SalesOrder@OID119 25 SalesOrder@OID120 26 SalesOrder@OID121 27 SalesOrder@OID122 28 SalesOrder@OID123 29 SalesOrder@OID124 30 SalesOrder@OID125 31 SalesOrder@OID126 32 SalesOrder@OID127 33 SalesOrder@OID128 34 SalesOrder@OID129 35 SalesOrder@OID130 36 SalesOrder@OID131 37 SalesOrder@OID132 38 SalesOrder@OID133 39 SalesOrder@OID134 40 SalesOrder@OID135 41 SalesOrder@OID136 42 SalesOrder@OID137 43 SalesOrder@OID138 44 SalesOrder@OID139 45 SalesOrder@OID140 46 SalesOrder@OID141 47 SalesOrder@OID142 48 SalesOrder@OID143 49 SalesOrder@OID144 50 SalesOrder@OID145 51 SalesOrder@OID146 52 SalesOrder@OID147 53 SalesOrder@OID148 54 SalesOrder@OID149 55 SalesOrder@OID150 56 SalesOrder@OID151 57 SalesOrder@OID152 58 SalesOrder@OID153 59 SalesOrder@OID154 60 SalesOrder@OID155 61 SalesOrder@OID156 62 SalesOrder@OID157 63 SalesOrder@OID158 64 SalesOrder@OID159 65 SalesOrder@OID160 66 SalesOrder@OID161 67 SalesOrder@OID162 68 SalesOrder@OID163 69 SalesOrder@OID164 70 SalesOrder@OID165 71 SalesOrder@OID166 72 SalesOrder@OID167 73 SalesOrder@OID168 74 SalesOrder@OID169 75 SalesOrder@OID170 76 SalesOrder@OID171 77 SalesOrder@OID172 78 SalesOrder@OID173 79 SalesOrder@OID174 80 SalesOrder@OID175 81 SalesOrder@OID176 82 SalesOrder@OID177 83 SalesOrder@OID178 84 SalesOrder@OID179 85 SalesOrder@OID180 86 SalesOrder@OID181 87 SalesOrder@OID182 88 SalesOrder@OID183 89 SalesOrder@OID184 90 SalesOrder@OID185 91 SalesOrder@OID186 92 SalesOrder@OID187 93 SalesOrder@OID188 94 SalesOrder@OID189 95 SalesOrder@OID190 96 SalesOrder@OID191 97 SalesOrder@OID192 98 SalesOrder@OID193 99 SalesOrder@OID194 ******************************************************* ChunkingClearCachedRevisionTest.testWriteNative [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* ChunkingTest.testChunkWithTemporaryObject [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* ChunkingTest.testEnsureChunk [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* ChunkingTest.testPartiallyLoadedAdd [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* ChunkingTest.testPartiallyLoadedAddAtIndex [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* ChunkingTest.testPartiallyLoadedRemoveIndex [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* ChunkingTest.testPartiallyLoadedSet [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* ChunkingTest.testReadAfterUpdateAfterCommit [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* ChunkingTest.testReadAfterUpdateBeforeCommit [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* ChunkingTest.testReadNative [H2-branching-ranges, JVM, Native] ******************************************************* 0 SalesOrder@OID3585 1 SalesOrder@OID3586 2 SalesOrder@OID3587 3 SalesOrder@OID3588 4 SalesOrder@OID3589 5 SalesOrder@OID3590 6 SalesOrder@OID3591 7 SalesOrder@OID3592 8 SalesOrder@OID3593 9 SalesOrder@OID3594 10 SalesOrder@OID3595 11 SalesOrder@OID3596 12 SalesOrder@OID3597 13 SalesOrder@OID3598 14 SalesOrder@OID3599 15 SalesOrder@OID3600 16 SalesOrder@OID3601 17 SalesOrder@OID3602 18 SalesOrder@OID3603 19 SalesOrder@OID3604 20 SalesOrder@OID3605 21 SalesOrder@OID3606 22 SalesOrder@OID3607 23 SalesOrder@OID3608 24 SalesOrder@OID3609 25 SalesOrder@OID3610 26 SalesOrder@OID3611 27 SalesOrder@OID3612 28 SalesOrder@OID3613 29 SalesOrder@OID3614 30 SalesOrder@OID3615 31 SalesOrder@OID3616 32 SalesOrder@OID3617 33 SalesOrder@OID3618 34 SalesOrder@OID3619 35 SalesOrder@OID3620 36 SalesOrder@OID3621 37 SalesOrder@OID3622 38 SalesOrder@OID3623 39 SalesOrder@OID3624 40 SalesOrder@OID3625 41 SalesOrder@OID3626 42 SalesOrder@OID3627 43 SalesOrder@OID3628 44 SalesOrder@OID3629 45 SalesOrder@OID3630 46 SalesOrder@OID3631 47 SalesOrder@OID3632 48 SalesOrder@OID3633 49 SalesOrder@OID3634 50 SalesOrder@OID3635 51 SalesOrder@OID3636 52 SalesOrder@OID3637 53 SalesOrder@OID3638 54 SalesOrder@OID3639 55 SalesOrder@OID3640 56 SalesOrder@OID3641 57 SalesOrder@OID3642 58 SalesOrder@OID3643 59 SalesOrder@OID3644 60 SalesOrder@OID3645 61 SalesOrder@OID3646 62 SalesOrder@OID3647 63 SalesOrder@OID3648 64 SalesOrder@OID3649 65 SalesOrder@OID3650 66 SalesOrder@OID3651 67 SalesOrder@OID3652 68 SalesOrder@OID3653 69 SalesOrder@OID3654 70 SalesOrder@OID3655 71 SalesOrder@OID3656 72 SalesOrder@OID3657 73 SalesOrder@OID3658 74 SalesOrder@OID3659 75 SalesOrder@OID3660 76 SalesOrder@OID3661 77 SalesOrder@OID3662 78 SalesOrder@OID3663 79 SalesOrder@OID3664 80 SalesOrder@OID3665 81 SalesOrder@OID3666 82 SalesOrder@OID3667 83 SalesOrder@OID3668 84 SalesOrder@OID3669 85 SalesOrder@OID3670 86 SalesOrder@OID3671 87 SalesOrder@OID3672 88 SalesOrder@OID3673 89 SalesOrder@OID3674 90 SalesOrder@OID3675 91 SalesOrder@OID3676 92 SalesOrder@OID3677 93 SalesOrder@OID3678 94 SalesOrder@OID3679 95 SalesOrder@OID3680 96 SalesOrder@OID3681 97 SalesOrder@OID3682 98 SalesOrder@OID3683 99 SalesOrder@OID3684 ******************************************************* ChunkingTest.testRemove [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* ChunkingTest.testWriteNative [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* CommitInfoTest.testClientBranch [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: repo2 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* CommitInfoTest.testClientBranchWithBranch [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: repo2 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* CommitInfoTest.testClientBranchWithWrongBranch [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: repo2 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* CommitInfoTest.testClientComment [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: repo2 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* CommitInfoTest.testClientCommentWithBranch [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: repo2 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* CommitInfoTest.testClientCommentWithWrongBranch [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: repo2 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* CommitInfoTest.testClientPreviousCommitInfo [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* CommitInfoTest.testClientSubBranch [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: repo2 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* CommitInfoTest.testClientSubBranchWithBranch [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: repo2 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* CommitInfoTest.testClientSubBranchWithWrongBranch [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* CommitInfoTest.testClientTimestamp [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: repo2 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* CommitInfoTest.testClientTimestampWithBranch [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: repo2 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* CommitInfoTest.testClientTimestampWithWrongBranch [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: repo2 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* CommitInfoTest.testClientUser [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: repo2 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] The CDO system tables are not found in schema "commitinforepo"! Other schemas may contain a CDO repository: repo2, repo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* CommitInfoTest.testClientUserWithBranch [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: commitinforepo, repo2 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] The CDO system tables are not found in schema "commitinforepo"! Other schemas may contain a CDO repository: repo2, repo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* CommitInfoTest.testClientUserWithWrongBranch [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: commitinforepo, repo2 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] The CDO system tables are not found in schema "commitinforepo"! Other schemas may contain a CDO repository: repo2, repo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* CommitInfoTest.testLocalBranch [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* CommitInfoTest.testLocalComment [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* CommitInfoTest.testLocalSubBranch [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* CommitInfoTest.testLocalTimestamp [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* CommitInfoTest.testLocalUser [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* CommitInfoTest.testLogAsync [H2-branching-ranges, JVM, Native] ******************************************************* CommitInfo[2024-05-03 05:14:22.048 (1714713262048), Branch[id=0, name=MAIN], null, Commit 0, null, CommitData[newPackageUnits=0, newObjects=3, changedObjects=1, detachedObjects=0]] + CDOResourceFolder@OID14:0v1("CommitInfoTest_testLogAsync") folder = null name = CommitInfoTest_testLogAsync nodes = [OID15] + CDOResource@OID15:0v1("res") folder = null name = res contents = [OID16] + Product1@OID16:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID1:0v4 contents = CDOFeatureDelta[contents, ADD, value=OID14, index=3] CommitInfo[2024-05-03 05:14:22.050 (1714713262050), Branch[id=0, name=MAIN], null, Commit 1, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID17:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID15:0v1 contents = CDOFeatureDelta[contents, ADD, value=OID17, index=1] CommitInfo[2024-05-03 05:14:22.051 (1714713262051), Branch[id=0, name=MAIN], null, Commit 2, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID18:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID15:0v2 contents = CDOFeatureDelta[contents, ADD, value=OID18, index=2] CommitInfo[2024-05-03 05:14:22.052 (1714713262052), Branch[id=0, name=MAIN], null, Commit 3, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID19:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID15:0v3 contents = CDOFeatureDelta[contents, ADD, value=OID19, index=3] CommitInfo[2024-05-03 05:14:22.054 (1714713262054), Branch[id=0, name=MAIN], null, Commit 4, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID20:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID15:0v4 contents = CDOFeatureDelta[contents, ADD, value=OID20, index=4] CommitInfo[2024-05-03 05:14:22.055 (1714713262055), Branch[id=0, name=MAIN], null, Commit 5, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID21:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID15:0v5 contents = CDOFeatureDelta[contents, ADD, value=OID21, index=5] CommitInfo[2024-05-03 05:14:22.056 (1714713262056), Branch[id=0, name=MAIN], null, Commit 6, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID22:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID15:0v6 contents = CDOFeatureDelta[contents, ADD, value=OID22, index=6] CommitInfo[2024-05-03 05:14:22.057 (1714713262057), Branch[id=0, name=MAIN], null, Commit 7, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID23:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID15:0v7 contents = CDOFeatureDelta[contents, ADD, value=OID23, index=7] CommitInfo[2024-05-03 05:14:22.058 (1714713262058), Branch[id=0, name=MAIN], null, Commit 8, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID24:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID15:0v8 contents = CDOFeatureDelta[contents, ADD, value=OID24, index=8] CommitInfo[2024-05-03 05:14:22.059 (1714713262059), Branch[id=0, name=MAIN], null, Commit 9, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID25:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID15:0v9 contents = CDOFeatureDelta[contents, ADD, value=OID25, index=9] CommitInfo[2024-05-03 05:14:22.061 (1714713262061), Branch[id=0, name=MAIN], null, Commit 10, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID26:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID15:0v10 contents = CDOFeatureDelta[contents, ADD, value=OID26, index=10] CommitInfo[2024-05-03 05:14:22.062 (1714713262062), Branch[id=0, name=MAIN], null, Commit 11, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID27:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID15:0v11 contents = CDOFeatureDelta[contents, ADD, value=OID27, index=11] CommitInfo[2024-05-03 05:14:22.063 (1714713262063), Branch[id=0, name=MAIN], null, Commit 12, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID28:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID15:0v12 contents = CDOFeatureDelta[contents, ADD, value=OID28, index=12] CommitInfo[2024-05-03 05:14:22.064 (1714713262064), Branch[id=0, name=MAIN], null, Commit 13, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID29:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID15:0v13 contents = CDOFeatureDelta[contents, ADD, value=OID29, index=13] CommitInfo[2024-05-03 05:14:22.065 (1714713262065), Branch[id=0, name=MAIN], null, Commit 14, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID30:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID15:0v14 contents = CDOFeatureDelta[contents, ADD, value=OID30, index=14] CommitInfo[2024-05-03 05:14:22.066 (1714713262066), Branch[id=0, name=MAIN], null, Commit 15, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID31:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID15:0v15 contents = CDOFeatureDelta[contents, ADD, value=OID31, index=15] CommitInfo[2024-05-03 05:14:22.067 (1714713262067), Branch[id=0, name=MAIN], null, Commit 16, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID32:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID15:0v16 contents = CDOFeatureDelta[contents, ADD, value=OID32, index=16] CommitInfo[2024-05-03 05:14:22.069 (1714713262069), Branch[id=0, name=MAIN], null, Commit 17, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID33:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID15:0v17 contents = CDOFeatureDelta[contents, ADD, value=OID33, index=17] CommitInfo[2024-05-03 05:14:22.070 (1714713262070), Branch[id=0, name=MAIN], null, Commit 18, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID34:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID15:0v18 contents = CDOFeatureDelta[contents, ADD, value=OID34, index=18] CommitInfo[2024-05-03 05:14:22.071 (1714713262071), Branch[id=0, name=MAIN], null, Commit 19, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID35:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID15:0v19 contents = CDOFeatureDelta[contents, ADD, value=OID35, index=19] ******************************************************* CommitInfoTest.testLogThroughClient [H2-branching-ranges, JVM, Native] ******************************************************* CommitInfo[2024-05-03 05:14:22.107 (1714713262107), Branch[id=0, name=MAIN], null, Commit 19, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID57:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID37:0v19 contents = CDOFeatureDelta[contents, ADD, value=OID57, index=19] CommitInfo[2024-05-03 05:14:22.105 (1714713262105), Branch[id=0, name=MAIN], null, Commit 18, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID56:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID37:0v18 contents = CDOFeatureDelta[contents, ADD, value=OID56, index=18] CommitInfo[2024-05-03 05:14:22.104 (1714713262104), Branch[id=0, name=MAIN], null, Commit 17, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID55:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID37:0v17 contents = CDOFeatureDelta[contents, ADD, value=OID55, index=17] CommitInfo[2024-05-03 05:14:22.102 (1714713262102), Branch[id=0, name=MAIN], null, Commit 16, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID54:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID37:0v16 contents = CDOFeatureDelta[contents, ADD, value=OID54, index=16] CommitInfo[2024-05-03 05:14:22.101 (1714713262101), Branch[id=0, name=MAIN], null, Commit 15, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID53:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID37:0v15 contents = CDOFeatureDelta[contents, ADD, value=OID53, index=15] CommitInfo[2024-05-03 05:14:22.100 (1714713262100), Branch[id=0, name=MAIN], null, Commit 14, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID52:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID37:0v14 contents = CDOFeatureDelta[contents, ADD, value=OID52, index=14] CommitInfo[2024-05-03 05:14:22.099 (1714713262099), Branch[id=0, name=MAIN], null, Commit 13, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID51:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID37:0v13 contents = CDOFeatureDelta[contents, ADD, value=OID51, index=13] CommitInfo[2024-05-03 05:14:22.098 (1714713262098), Branch[id=0, name=MAIN], null, Commit 12, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID50:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID37:0v12 contents = CDOFeatureDelta[contents, ADD, value=OID50, index=12] CommitInfo[2024-05-03 05:14:22.097 (1714713262097), Branch[id=0, name=MAIN], null, Commit 11, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID49:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID37:0v11 contents = CDOFeatureDelta[contents, ADD, value=OID49, index=11] CommitInfo[2024-05-03 05:14:22.096 (1714713262096), Branch[id=0, name=MAIN], null, Commit 10, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID48:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID37:0v10 contents = CDOFeatureDelta[contents, ADD, value=OID48, index=10] CommitInfo[2024-05-03 05:14:22.095 (1714713262095), Branch[id=0, name=MAIN], null, Commit 9, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID47:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID37:0v9 contents = CDOFeatureDelta[contents, ADD, value=OID47, index=9] CommitInfo[2024-05-03 05:14:22.094 (1714713262094), Branch[id=0, name=MAIN], null, Commit 8, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID46:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID37:0v8 contents = CDOFeatureDelta[contents, ADD, value=OID46, index=8] CommitInfo[2024-05-03 05:14:22.093 (1714713262093), Branch[id=0, name=MAIN], null, Commit 7, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID45:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID37:0v7 contents = CDOFeatureDelta[contents, ADD, value=OID45, index=7] CommitInfo[2024-05-03 05:14:22.092 (1714713262092), Branch[id=0, name=MAIN], null, Commit 6, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID44:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID37:0v6 contents = CDOFeatureDelta[contents, ADD, value=OID44, index=6] CommitInfo[2024-05-03 05:14:22.091 (1714713262091), Branch[id=0, name=MAIN], null, Commit 5, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID43:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID37:0v5 contents = CDOFeatureDelta[contents, ADD, value=OID43, index=5] CommitInfo[2024-05-03 05:14:22.090 (1714713262090), Branch[id=0, name=MAIN], null, Commit 4, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID42:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID37:0v4 contents = CDOFeatureDelta[contents, ADD, value=OID42, index=4] CommitInfo[2024-05-03 05:14:22.088 (1714713262088), Branch[id=0, name=MAIN], null, Commit 3, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID41:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID37:0v3 contents = CDOFeatureDelta[contents, ADD, value=OID41, index=3] CommitInfo[2024-05-03 05:14:22.087 (1714713262087), Branch[id=0, name=MAIN], null, Commit 2, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID40:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID37:0v2 contents = CDOFeatureDelta[contents, ADD, value=OID40, index=2] CommitInfo[2024-05-03 05:14:22.086 (1714713262086), Branch[id=0, name=MAIN], null, Commit 1, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID39:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID37:0v1 contents = CDOFeatureDelta[contents, ADD, value=OID39, index=1] CommitInfo[2024-05-03 05:14:22.084 (1714713262084), Branch[id=0, name=MAIN], null, Commit 0, null, CommitData[newPackageUnits=0, newObjects=3, changedObjects=1, detachedObjects=0]] + CDOResourceFolder@OID36:0v1("CommitInfoTest_testLogThroughClient") folder = null name = CommitInfoTest_testLogThroughClient nodes = [OID37] + CDOResource@OID37:0v1("res") folder = null name = res contents = [OID38] + Product1@OID38:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID1:0v5 contents = CDOFeatureDelta[contents, ADD, value=OID36, index=4] CommitInfo[2024-05-03 05:14:22.071 (1714713262071), Branch[id=0, name=MAIN], null, Commit 19, null, null] + Product1@OID35:0v1 name = null orderDetails = null vat = 15 otherVATs = null * CDOResource@OID15:0v19 contents = CDOFeatureDelta[contents, ADD, value=OID35, index=19] CommitInfo[2024-05-03 05:14:22.070 (1714713262070), Branch[id=0, name=MAIN], null, Commit 18, null, null] + Product1@OID34:0v1 name = null orderDetails = null vat = 15 otherVATs = null * CDOResource@OID15:0v18 contents = CDOFeatureDelta[contents, ADD, value=OID34, index=18] CommitInfo[2024-05-03 05:14:22.069 (1714713262069), Branch[id=0, name=MAIN], null, Commit 17, null, null] + Product1@OID33:0v1 name = null orderDetails = null vat = 15 otherVATs = null * CDOResource@OID15:0v17 contents = CDOFeatureDelta[contents, ADD, value=OID33, index=17] CommitInfo[2024-05-03 05:14:22.067 (1714713262067), Branch[id=0, name=MAIN], null, Commit 16, null, null] + Product1@OID32:0v1 name = null orderDetails = null vat = 15 otherVATs = null * CDOResource@OID15:0v16 contents = CDOFeatureDelta[contents, ADD, value=OID32, index=16] CommitInfo[2024-05-03 05:14:22.066 (1714713262066), Branch[id=0, name=MAIN], null, Commit 15, null, null] + Product1@OID31:0v1 name = null orderDetails = null vat = 15 otherVATs = null * CDOResource@OID15:0v15 contents = CDOFeatureDelta[contents, ADD, value=OID31, index=15] CommitInfo[2024-05-03 05:14:22.065 (1714713262065), Branch[id=0, name=MAIN], null, Commit 14, null, null] + Product1@OID30:0v1 name = null orderDetails = null vat = 15 otherVATs = null * CDOResource@OID15:0v14 contents = CDOFeatureDelta[contents, ADD, value=OID30, index=14] CommitInfo[2024-05-03 05:14:22.064 (1714713262064), Branch[id=0, name=MAIN], null, Commit 13, null, null] + Product1@OID29:0v1 name = null orderDetails = null vat = 15 otherVATs = null * CDOResource@OID15:0v13 contents = CDOFeatureDelta[contents, ADD, value=OID29, index=13] CommitInfo[2024-05-03 05:14:22.063 (1714713262063), Branch[id=0, name=MAIN], null, Commit 12, null, null] + Product1@OID28:0v1 name = null orderDetails = null vat = 15 otherVATs = null * CDOResource@OID15:0v12 contents = CDOFeatureDelta[contents, ADD, value=OID28, index=12] CommitInfo[2024-05-03 05:14:22.062 (1714713262062), Branch[id=0, name=MAIN], null, Commit 11, null, null] + Product1@OID27:0v1 name = null orderDetails = null vat = 15 otherVATs = null * CDOResource@OID15:0v11 contents = CDOFeatureDelta[contents, ADD, value=OID27, index=11] CommitInfo[2024-05-03 05:14:22.061 (1714713262061), Branch[id=0, name=MAIN], null, Commit 10, null, null] + Product1@OID26:0v1 name = null orderDetails = null vat = 15 otherVATs = null * CDOResource@OID15:0v10 contents = CDOFeatureDelta[contents, ADD, value=OID26, index=10] CommitInfo[2024-05-03 05:14:22.059 (1714713262059), Branch[id=0, name=MAIN], null, Commit 9, null, null] + Product1@OID25:0v1 name = null orderDetails = null vat = 15 otherVATs = null * CDOResource@OID15:0v9 contents = CDOFeatureDelta[contents, ADD, value=OID25, index=9] CommitInfo[2024-05-03 05:14:22.058 (1714713262058), Branch[id=0, name=MAIN], null, Commit 8, null, null] + Product1@OID24:0v1 name = null orderDetails = null vat = 15 otherVATs = null * CDOResource@OID15:0v8 contents = CDOFeatureDelta[contents, ADD, value=OID24, index=8] CommitInfo[2024-05-03 05:14:22.057 (1714713262057), Branch[id=0, name=MAIN], null, Commit 7, null, null] + Product1@OID23:0v1 name = null orderDetails = null vat = 15 otherVATs = null * CDOResource@OID15:0v7 contents = CDOFeatureDelta[contents, ADD, value=OID23, index=7] CommitInfo[2024-05-03 05:14:22.056 (1714713262056), Branch[id=0, name=MAIN], null, Commit 6, null, null] + Product1@OID22:0v1 name = null orderDetails = null vat = 15 otherVATs = null * CDOResource@OID15:0v6 contents = CDOFeatureDelta[contents, ADD, value=OID22, index=6] CommitInfo[2024-05-03 05:14:22.055 (1714713262055), Branch[id=0, name=MAIN], null, Commit 5, null, null] + Product1@OID21:0v1 name = null orderDetails = null vat = 15 otherVATs = null * CDOResource@OID15:0v5 contents = CDOFeatureDelta[contents, ADD, value=OID21, index=5] CommitInfo[2024-05-03 05:14:22.054 (1714713262054), Branch[id=0, name=MAIN], null, Commit 4, null, null] + Product1@OID20:0v1 name = null orderDetails = null vat = 15 otherVATs = null * CDOResource@OID15:0v4 contents = CDOFeatureDelta[contents, ADD, value=OID20, index=4] CommitInfo[2024-05-03 05:14:22.052 (1714713262052), Branch[id=0, name=MAIN], null, Commit 3, null, null] + Product1@OID19:0v1 name = null orderDetails = null vat = 15 otherVATs = null * CDOResource@OID15:0v3 contents = CDOFeatureDelta[contents, ADD, value=OID19, index=3] CommitInfo[2024-05-03 05:14:22.051 (1714713262051), Branch[id=0, name=MAIN], null, Commit 2, null, null] + Product1@OID18:0v1 name = null orderDetails = null vat = 15 otherVATs = null * CDOResource@OID15:0v2 contents = CDOFeatureDelta[contents, ADD, value=OID18, index=2] CommitInfo[2024-05-03 05:14:22.050 (1714713262050), Branch[id=0, name=MAIN], null, Commit 1, null, null] + Product1@OID17:0v1 name = null orderDetails = null vat = 15 otherVATs = null * CDOResource@OID15:0v1 contents = CDOFeatureDelta[contents, ADD, value=OID17, index=1] CommitInfo[2024-05-03 05:14:22.048 (1714713262048), Branch[id=0, name=MAIN], null, Commit 0, null, null] + Product1@OID16:0v1 name = null orderDetails = null vat = 15 otherVATs = null + CDOResource@OID15:0v1("res") folder = null name = res contents = [OID16] + CDOResourceFolder@OID14:0v1("CommitInfoTest_testLogAsync") folder = null name = CommitInfoTest_testLogAsync nodes = [OID15] * CDOResource@OID1:0v4 contents = CDOFeatureDelta[contents, ADD, value=OID14, index=3] CommitInfo[2024-05-03 05:14:21.951 (1714713261951), Branch[id=0, name=MAIN], null, null, null, null] + Product1@OID13:0v1 name = null orderDetails = null vat = 15 otherVATs = null + CDOResource@OID12:0v1("res") folder = null name = res contents = [OID13] + CDOResourceFolder@OID11:0v1("CommitInfoTest_testLocalTimestamp") folder = null name = CommitInfoTest_testLocalTimestamp nodes = [OID12] * CDOResource@OID1:0v3 contents = CDOFeatureDelta[contents, ADD, value=OID11, index=2] CommitInfo[2024-05-03 05:14:21.938 (1714713261938), Branch[id=1, PROXY], null, null, null, null] + Product1@OID10:1v1 name = null orderDetails = null vat = 15 otherVATs = null + CDOResource@OID9:1v1("res") folder = null name = res contents = [OID10] + CDOResourceFolder@OID8:1v1("CommitInfoTest_testLocalSubBranch") folder = null name = CommitInfoTest_testLocalSubBranch nodes = [OID9] * CDOResource@OID1:0v3 contents = CDOFeatureDelta[contents, ADD, value=OID8, index=2] CommitInfo[2024-05-03 05:14:21.917 (1714713261917), Branch[id=0, name=MAIN], null, Andre, null, null] + Product1@OID7:0v1 name = null orderDetails = null vat = 15 otherVATs = null + CDOResource@OID6:0v1("res") folder = null name = res contents = [OID7] + CDOResourceFolder@OID5:0v1("CommitInfoTest_testLocalComment") folder = null name = CommitInfoTest_testLocalComment nodes = [OID6] * CDOResource@OID1:0v2 contents = CDOFeatureDelta[contents, ADD, value=OID5, index=1] CommitInfo[2024-05-03 05:14:21.895 (1714713261895), Branch[id=0, name=MAIN], null, null, null, null] P http://www.eclipse.org/emf/CDO/tests/model1/1.0.0 + Product1@OID4:0v1 name = null orderDetails = null vat = 15 otherVATs = null + CDOResource@OID3:0v1("res") folder = null name = res contents = [OID4] + CDOResourceFolder@OID2:0v1("CommitInfoTest_testLocalBranch") folder = null name = CommitInfoTest_testLocalBranch nodes = [OID3] * CDOResource@OID1:0v1 contents = CDOFeatureDelta[contents, ADD, value=OID2, index=0] CommitInfo[2024-05-03 05:14:21.651 (1714713261651), Branch[id=0, name=MAIN], CDO_SYSTEM, , null, null] + CDOResource@OID1:0v1("/") folder = null name = null contents = null ******************************************************* CommitInfoTest.testLogThroughCommitInfoHandler [H2-branching-ranges, JVM, Native] ******************************************************* CommitInfo[2024-05-03 05:14:22.164 (1714713262164), Branch[id=0, name=MAIN], null, Commit 0, null, CommitData[newPackageUnits=0, newObjects=3, changedObjects=1, detachedObjects=0]] + CDOResourceFolder@OID58:0v1("CommitInfoTest_testLogThroughCommitInfoHandler") folder = null name = CommitInfoTest_testLogThroughCommitInfoHandler nodes = [OID59] + CDOResource@OID59:0v1("res") folder = null name = res contents = [OID60] + Product1@OID60:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID1:0v6 contents = CDOFeatureDelta[contents, ADD, value=OID58, index=5] CommitInfo[2024-05-03 05:14:22.167 (1714713262167), Branch[id=0, name=MAIN], null, Commit 1, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID61:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID59:0v1 contents = CDOFeatureDelta[contents, ADD, value=OID61, index=1] CommitInfo[2024-05-03 05:14:22.169 (1714713262169), Branch[id=0, name=MAIN], null, Commit 2, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID62:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID59:0v2 contents = CDOFeatureDelta[contents, ADD, value=OID62, index=2] CommitInfo[2024-05-03 05:14:22.170 (1714713262170), Branch[id=0, name=MAIN], null, Commit 3, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID63:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID59:0v3 contents = CDOFeatureDelta[contents, ADD, value=OID63, index=3] CommitInfo[2024-05-03 05:14:22.172 (1714713262172), Branch[id=0, name=MAIN], null, Commit 4, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID64:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID59:0v4 contents = CDOFeatureDelta[contents, ADD, value=OID64, index=4] CommitInfo[2024-05-03 05:14:22.173 (1714713262173), Branch[id=0, name=MAIN], null, Commit 5, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID65:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID59:0v5 contents = CDOFeatureDelta[contents, ADD, value=OID65, index=5] CommitInfo[2024-05-03 05:14:22.174 (1714713262174), Branch[id=0, name=MAIN], null, Commit 6, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID66:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID59:0v6 contents = CDOFeatureDelta[contents, ADD, value=OID66, index=6] CommitInfo[2024-05-03 05:14:22.176 (1714713262176), Branch[id=0, name=MAIN], null, Commit 7, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID67:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID59:0v7 contents = CDOFeatureDelta[contents, ADD, value=OID67, index=7] CommitInfo[2024-05-03 05:14:22.177 (1714713262177), Branch[id=0, name=MAIN], null, Commit 8, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID68:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID59:0v8 contents = CDOFeatureDelta[contents, ADD, value=OID68, index=8] CommitInfo[2024-05-03 05:14:22.179 (1714713262179), Branch[id=0, name=MAIN], null, Commit 9, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID69:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID59:0v9 contents = CDOFeatureDelta[contents, ADD, value=OID69, index=9] CommitInfo[2024-05-03 05:14:22.180 (1714713262180), Branch[id=0, name=MAIN], null, Commit 10, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID70:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID59:0v10 contents = CDOFeatureDelta[contents, ADD, value=OID70, index=10] CommitInfo[2024-05-03 05:14:22.182 (1714713262182), Branch[id=0, name=MAIN], null, Commit 11, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID71:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID59:0v11 contents = CDOFeatureDelta[contents, ADD, value=OID71, index=11] CommitInfo[2024-05-03 05:14:22.184 (1714713262184), Branch[id=0, name=MAIN], null, Commit 12, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID72:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID59:0v12 contents = CDOFeatureDelta[contents, ADD, value=OID72, index=12] CommitInfo[2024-05-03 05:14:22.186 (1714713262186), Branch[id=0, name=MAIN], null, Commit 13, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID73:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID59:0v13 contents = CDOFeatureDelta[contents, ADD, value=OID73, index=13] CommitInfo[2024-05-03 05:14:22.188 (1714713262188), Branch[id=0, name=MAIN], null, Commit 14, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID74:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID59:0v14 contents = CDOFeatureDelta[contents, ADD, value=OID74, index=14] CommitInfo[2024-05-03 05:14:22.190 (1714713262190), Branch[id=0, name=MAIN], null, Commit 15, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID75:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID59:0v15 contents = CDOFeatureDelta[contents, ADD, value=OID75, index=15] CommitInfo[2024-05-03 05:14:22.191 (1714713262191), Branch[id=0, name=MAIN], null, Commit 16, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID76:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID59:0v16 contents = CDOFeatureDelta[contents, ADD, value=OID76, index=16] CommitInfo[2024-05-03 05:14:22.193 (1714713262193), Branch[id=0, name=MAIN], null, Commit 17, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID77:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID59:0v17 contents = CDOFeatureDelta[contents, ADD, value=OID77, index=17] CommitInfo[2024-05-03 05:14:22.194 (1714713262194), Branch[id=0, name=MAIN], null, Commit 18, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID78:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID59:0v18 contents = CDOFeatureDelta[contents, ADD, value=OID78, index=18] CommitInfo[2024-05-03 05:14:22.196 (1714713262196), Branch[id=0, name=MAIN], null, Commit 19, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID79:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID59:0v19 contents = CDOFeatureDelta[contents, ADD, value=OID79, index=19] ******************************************************* CommitInfoTest.testLogThroughWriteAccessHandler [H2-branching-ranges, JVM, Native] ******************************************************* CommitInfo[2024-05-03 05:14:22.232 (1714713262232), Branch[id=0, name=MAIN], null, Commit 0, null, CommitData[newPackageUnits=0, newObjects=3, changedObjects=1, detachedObjects=0]] + CDOResourceFolder@OID80:0v1("CommitInfoTest_testLogThroughWriteAccessHandler") folder = null name = CommitInfoTest_testLogThroughWriteAccessHandler nodes = [OID81] + CDOResource@OID81:0v1("res") folder = null name = res contents = [OID82] + Product1@OID82:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID1:0v7 contents = CDOFeatureDelta[contents, ADD, value=OID80, index=6] CommitInfo[2024-05-03 05:14:22.234 (1714713262234), Branch[id=0, name=MAIN], null, Commit 1, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID83:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID81:0v1 contents = CDOFeatureDelta[contents, ADD, value=OID83, index=1] CommitInfo[2024-05-03 05:14:22.236 (1714713262236), Branch[id=0, name=MAIN], null, Commit 2, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID84:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID81:0v2 contents = CDOFeatureDelta[contents, ADD, value=OID84, index=2] CommitInfo[2024-05-03 05:14:22.237 (1714713262237), Branch[id=0, name=MAIN], null, Commit 3, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID85:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID81:0v3 contents = CDOFeatureDelta[contents, ADD, value=OID85, index=3] CommitInfo[2024-05-03 05:14:22.238 (1714713262238), Branch[id=0, name=MAIN], null, Commit 4, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID86:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID81:0v4 contents = CDOFeatureDelta[contents, ADD, value=OID86, index=4] CommitInfo[2024-05-03 05:14:22.240 (1714713262240), Branch[id=0, name=MAIN], null, Commit 5, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID87:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID81:0v5 contents = CDOFeatureDelta[contents, ADD, value=OID87, index=5] CommitInfo[2024-05-03 05:14:22.241 (1714713262241), Branch[id=0, name=MAIN], null, Commit 6, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID88:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID81:0v6 contents = CDOFeatureDelta[contents, ADD, value=OID88, index=6] CommitInfo[2024-05-03 05:14:22.242 (1714713262242), Branch[id=0, name=MAIN], null, Commit 7, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID89:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID81:0v7 contents = CDOFeatureDelta[contents, ADD, value=OID89, index=7] CommitInfo[2024-05-03 05:14:22.244 (1714713262244), Branch[id=0, name=MAIN], null, Commit 8, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID90:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID81:0v8 contents = CDOFeatureDelta[contents, ADD, value=OID90, index=8] CommitInfo[2024-05-03 05:14:22.245 (1714713262245), Branch[id=0, name=MAIN], null, Commit 9, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID91:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID81:0v9 contents = CDOFeatureDelta[contents, ADD, value=OID91, index=9] CommitInfo[2024-05-03 05:14:22.247 (1714713262247), Branch[id=0, name=MAIN], null, Commit 10, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID92:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID81:0v10 contents = CDOFeatureDelta[contents, ADD, value=OID92, index=10] CommitInfo[2024-05-03 05:14:22.248 (1714713262248), Branch[id=0, name=MAIN], null, Commit 11, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID93:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID81:0v11 contents = CDOFeatureDelta[contents, ADD, value=OID93, index=11] CommitInfo[2024-05-03 05:14:22.250 (1714713262250), Branch[id=0, name=MAIN], null, Commit 12, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID94:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID81:0v12 contents = CDOFeatureDelta[contents, ADD, value=OID94, index=12] CommitInfo[2024-05-03 05:14:22.251 (1714713262251), Branch[id=0, name=MAIN], null, Commit 13, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID95:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID81:0v13 contents = CDOFeatureDelta[contents, ADD, value=OID95, index=13] CommitInfo[2024-05-03 05:14:22.252 (1714713262252), Branch[id=0, name=MAIN], null, Commit 14, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID96:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID81:0v14 contents = CDOFeatureDelta[contents, ADD, value=OID96, index=14] CommitInfo[2024-05-03 05:14:22.254 (1714713262254), Branch[id=0, name=MAIN], null, Commit 15, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID97:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID81:0v15 contents = CDOFeatureDelta[contents, ADD, value=OID97, index=15] CommitInfo[2024-05-03 05:14:22.255 (1714713262255), Branch[id=0, name=MAIN], null, Commit 16, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID98:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID81:0v16 contents = CDOFeatureDelta[contents, ADD, value=OID98, index=16] CommitInfo[2024-05-03 05:14:22.256 (1714713262256), Branch[id=0, name=MAIN], null, Commit 17, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID99:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID81:0v17 contents = CDOFeatureDelta[contents, ADD, value=OID99, index=17] CommitInfo[2024-05-03 05:14:22.258 (1714713262258), Branch[id=0, name=MAIN], null, Commit 18, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID100:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID81:0v18 contents = CDOFeatureDelta[contents, ADD, value=OID100, index=18] CommitInfo[2024-05-03 05:14:22.259 (1714713262259), Branch[id=0, name=MAIN], null, Commit 19, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID101:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID81:0v19 contents = CDOFeatureDelta[contents, ADD, value=OID101, index=19] ******************************************************* CommitInfoTest.testMultipleEntries [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: commitinforepo, repo2 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* CommitInfoTest.testMultipleEntriesByCountDown [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: commitinforepo, repo2 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* CommitInfoTest.testMultipleEntriesByCountUp [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: commitinforepo, repo2 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' 1714713262529 1714713262540 1714713262541 1714713262543 1714713262544 1714713262545 1714713262546 1714713262547 1714713262548 1714713262549 1714713262550 1714713262551 1714713262552 1714713262553 1714713262555 1714713262556 1714713262557 1714713262558 1714713262559 1714713262560 1714713262529 -> 1714713262529 1714713262540 -> 1714713262540 1714713262541 -> 1714713262541 1714713262543 -> 1714713262543 1714713262544 -> 1714713262544 1714713262545 -> 1714713262545 1714713262546 -> 1714713262546 1714713262547 -> 1714713262547 1714713262548 -> 1714713262548 1714713262549 -> 1714713262549 ******************************************************* CommitInfoTest.testServerBranch [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: commitinforepo, repo2 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* CommitInfoTest.testServerBranchWithBranch [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: commitinforepo, repo2 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* CommitInfoTest.testServerBranchWithWrongBranch [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: commitinforepo, repo2 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* CommitInfoTest.testServerComment [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: commitinforepo, repo2 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* CommitInfoTest.testServerCommentWithBranch [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: commitinforepo, repo2 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* CommitInfoTest.testServerCommentWithWrongBranch [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: commitinforepo, repo2 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* CommitInfoTest.testServerSubBranch [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: commitinforepo, repo2 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* CommitInfoTest.testServerSubBranchWithBranch [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* CommitInfoTest.testServerSubBranchWithWrongBranch [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* CommitInfoTest.testServerTimestamp [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: commitinforepo, repo2 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* CommitInfoTest.testServerTimestampWithBranch [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: commitinforepo, repo2 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* CommitInfoTest.testServerTimestampWithWrongBranch [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: commitinforepo, repo2 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* CommitInfoTest.testServerUser [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: commitinforepo, repo2 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] The CDO system tables are not found in schema "commitinforepo"! Other schemas may contain a CDO repository: repo2, repo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* CommitInfoTest.testServerUserWithBranch [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: commitinforepo, repo2 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] The CDO system tables are not found in schema "commitinforepo"! Other schemas may contain a CDO repository: repo2, repo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* CommitInfoTest.testServerUserWithWrongBranch [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: commitinforepo, repo2 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] The CDO system tables are not found in schema "commitinforepo"! Other schemas may contain a CDO repository: repo2, repo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* CompareTest.testAdditionsInSourceAndTarget [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* CompareTest.testFromBranchWithAdditions [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* CompareTest.testFromBranchWithChangesInSource [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* CompareTest.testFromBranchWithRemovalsInSource [H2-branching-ranges, JVM, Native] ******************************************************* server-thread-5 [debug] moveOneUp add historic entry at: 2 server-thread-5 [debug] moveOneUp add historic entry at: 3 server-thread-5 [debug] moveOneUp add historic entry at: 4 ******************************************************* CompareTest.testFromEmptyBranches [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* ComplexTest.testCrossResourceGenRefMultiNonContainedUnidirectional [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* ComplexTest.testCrossResourceGenRefSingleNonContainedUnidirectional [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* ComplexTest.testCrossResourceIfcimplMultiNonContainedBidirectional [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* ComplexTest.testCrossResourceIfcimplMultiNonContainedUnidirectional [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* ComplexTest.testCrossResourceIfcimplSingleNonContainedBidirectional [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* ComplexTest.testCrossResourceIfcimplSingleNonContainedUnidirectional [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* ComplexTest.testCrossResourcePlainMultiNonContainedBidirectional [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* ComplexTest.testCrossResourcePlainMultiNonContainedUnidirectional [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* ComplexTest.testCrossResourcePlainSingleNonContainedBidirectional [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* ComplexTest.testCrossResourcePlainSingleNonContainedUnidirectional [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* ComplexTest.testGenRefMultiContainedUnidirectional [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* ComplexTest.testGenRefMultiNonContainedUnidirectional [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* ComplexTest.testGenRefSingleContainedUnidirectional [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* ComplexTest.testGenRefSingleNonContainedUnidirectional [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* ComplexTest.testIfcimplMultiContainedBidirectional [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* ComplexTest.testIfcimplMultiContainedUnidirectional [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* ComplexTest.testIfcimplMultiNonContainedBidirectional [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* ComplexTest.testIfcimplMultiNonContainedUnidirectional [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* ComplexTest.testIfcimplSingleContainedBidirectional [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* ComplexTest.testIfcimplSingleContainedUnidirectional [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* ComplexTest.testIfcimplSingleNonContainedBidirectional [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* ComplexTest.testIfcimplSingleNonContainedUnidirectional [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* ComplexTest.testMigrateContainmentMulti [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* ComplexTest.testMigrateContainmentSingle [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* ComplexTest.testMultipleTransactions2 [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* ComplexTest.testMultipleTransactions3 [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* ComplexTest.testPlainMultiContainedBidirectional [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* ComplexTest.testPlainMultiContainedUnidirectional [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* ComplexTest.testPlainMultiNonContainedBidirectional [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* ComplexTest.testPlainMultiNonContainedUnidirectional [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* ComplexTest.testPlainSingleContainedBidirectional [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* ComplexTest.testPlainSingleContainedUnidirectional [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* ComplexTest.testPlainSingleNonContainedBidirectional [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* ComplexTest.testPlainSingleNonContainedUnidirectional [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* ConflictResolverExtendedTest.testAddHeadAddHead [H2-branching-ranges, JVM, Native] ******************************************************* This root: org.eclipse.emf.ecore.impl.ENotificationImpl@3f4b9792 (eventType: ADD, position: 0, notifier: Root@OID369[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: null, newValue: BaseObject@oid1[NEW], isTouch: false, wasSet: true) That root: org.eclipse.emf.ecore.impl.ENotificationImpl@5d95c7c2 (eventType: ADD, position: 0, notifier: Root@OID369[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: null, newValue: BaseObject@oid1[NEW], isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@5344e7e1 (eventType: ADD, position: 0, notifier: Root@OID369[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: [BaseObject@oid1[NEW], OID370, OID371, OID372, OID373, OID374], newValue: BaseObject@OID379, isTouch: false, wasSet: true) This root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@8621a4c (eventType: ADD, position: 1, notifier: Root@OID369, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: [OID379, OID370, OID371, OID372, OID373, OID374], newValue: BaseObject@OID380, isTouch: false, wasSet: true) This List: ThisBaseObject 0 [OID379], ThatBaseObject 0 [OID380], BaseObject 0 [OID370], BaseObject 1 [OID371], BaseObject 2 [OID372], BaseObject 3 [OID373], BaseObject 4 [OID374] That List: ThisBaseObject 0 [OID379], ThatBaseObject 0 [OID380], BaseObject 0 [OID370], BaseObject 1 [OID371], BaseObject 2 [OID372], BaseObject 3 [OID373], BaseObject 4 [OID374] ******************************************************* ConflictResolverExtendedTest.testAddHeadAddTail [H2-branching-ranges, JVM, Native] ******************************************************* This root: org.eclipse.emf.ecore.impl.ENotificationImpl@5b1e336c (eventType: ADD, position: 0, notifier: Root@OID383[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: null, newValue: BaseObject@oid1[NEW], isTouch: false, wasSet: true) That root: org.eclipse.emf.ecore.impl.ENotificationImpl@13623138 (eventType: ADD, position: 5, notifier: Root@OID383[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: null, newValue: BaseObject@oid1[NEW], isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@16aee90c (eventType: ADD, position: 0, notifier: Root@OID383[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: [OID384, OID385, OID386, OID387, OID388, BaseObject@oid1[NEW]], newValue: BaseObject@OID393, isTouch: false, wasSet: true) This root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@2852dbca (eventType: ADD, position: 6, notifier: Root@OID383, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: [OID393, OID384, OID385, OID386, OID387, OID388], newValue: BaseObject@OID394, isTouch: false, wasSet: true) This List: ThisBaseObject 0 [OID393], BaseObject 0 [OID384], BaseObject 1 [OID385], BaseObject 2 [OID386], BaseObject 3 [OID387], BaseObject 4 [OID388], ThatBaseObject 0 [OID394] That List: ThisBaseObject 0 [OID393], BaseObject 0 [OID384], BaseObject 1 [OID385], BaseObject 2 [OID386], BaseObject 3 [OID387], BaseObject 4 [OID388], ThatBaseObject 0 [OID394] ******************************************************* ConflictResolverExtendedTest.testAddHeadClear [H2-branching-ranges, JVM, Native] ******************************************************* This root: org.eclipse.emf.ecore.impl.ENotificationImpl@5be17e53 (eventType: ADD, position: 0, notifier: Root@OID397[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: null, newValue: BaseObject@oid1[NEW], isTouch: false, wasSet: true) That root: org.eclipse.emf.ecore.impl.ENotificationImpl@2114955c (eventType: REMOVE_MANY, position: -1, notifier: Root@OID397[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: [BaseObject[TRANSIENT], BaseObject[TRANSIENT], BaseObject[TRANSIENT], BaseObject[TRANSIENT], BaseObject[TRANSIENT]], newValue: null, isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@354ef4b3 (eventType: ADD, position: 0, notifier: Root@OID397[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: null, newValue: BaseObject@OID407, isTouch: false, wasSet: true) This root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@1086efc8 (eventType: REMOVE, position: 1, notifier: Root@OID397, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: null, newValue: null, isTouch: false, wasSet: true) This root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@19886fdc (eventType: REMOVE, position: 1, notifier: Root@OID397, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: null, newValue: null, isTouch: false, wasSet: true) This root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@5493f86 (eventType: REMOVE, position: 1, notifier: Root@OID397, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: null, newValue: null, isTouch: false, wasSet: true) This root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@64ce50aa (eventType: REMOVE, position: 1, notifier: Root@OID397, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: null, newValue: null, isTouch: false, wasSet: true) This root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@43910b54 (eventType: REMOVE, position: 1, notifier: Root@OID397, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: null, newValue: null, isTouch: false, wasSet: true) This List: ThisBaseObject 0 [OID407] That List: ThisBaseObject 0 [OID407] ******************************************************* ConflictResolverExtendedTest.testAddHeadMoveHead [H2-branching-ranges, JVM, Native] ******************************************************* This root: org.eclipse.emf.ecore.impl.ENotificationImpl@3e5f458f (eventType: ADD, position: 0, notifier: Root@OID410[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: null, newValue: BaseObject@oid1[NEW], isTouch: false, wasSet: true) That root: org.eclipse.emf.ecore.impl.ENotificationImpl@74239871 (eventType: MOVE, position: 4, notifier: Root@OID410[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: 0, newValue: BaseObject@OID411, isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@4f3c2c01 (eventType: ADD, position: 0, notifier: Root@OID410[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: [OID412, OID413, OID414, OID415, OID411], newValue: BaseObject@OID420, isTouch: false, wasSet: true) This root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@21db334d (eventType: MOVE, position: 5, notifier: Root@OID410, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: 1, newValue: BaseObject@OID411, isTouch: false, wasSet: true) This List: ThisBaseObject 0 [OID420], BaseObject 1 [OID412], BaseObject 2 [OID413], BaseObject 3 [OID414], BaseObject 4 [OID415], BaseObject 0 [OID411] That List: ThisBaseObject 0 [OID420], BaseObject 1 [OID412], BaseObject 2 [OID413], BaseObject 3 [OID414], BaseObject 4 [OID415], BaseObject 0 [OID411] ******************************************************* ConflictResolverExtendedTest.testAddHeadMoveTail [H2-branching-ranges, JVM, Native] ******************************************************* This root: org.eclipse.emf.ecore.impl.ENotificationImpl@56527ff2 (eventType: ADD, position: 0, notifier: Root@OID423[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: null, newValue: BaseObject@oid1[NEW], isTouch: false, wasSet: true) That root: org.eclipse.emf.ecore.impl.ENotificationImpl@b5a6a82 (eventType: MOVE, position: 0, notifier: Root@OID423[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: 4, newValue: BaseObject@OID428, isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@43b2791b (eventType: ADD, position: 0, notifier: Root@OID423[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: [OID428, OID424, OID425, OID426, OID427], newValue: BaseObject@OID433, isTouch: false, wasSet: true) This root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@1652703d (eventType: MOVE, position: 1, notifier: Root@OID423, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: 5, newValue: BaseObject@OID428, isTouch: false, wasSet: true) This List: ThisBaseObject 0 [OID433], BaseObject 4 [OID428], BaseObject 0 [OID424], BaseObject 1 [OID425], BaseObject 2 [OID426], BaseObject 3 [OID427] That List: ThisBaseObject 0 [OID433], BaseObject 4 [OID428], BaseObject 0 [OID424], BaseObject 1 [OID425], BaseObject 2 [OID426], BaseObject 3 [OID427] ******************************************************* ConflictResolverExtendedTest.testAddHeadRemoveHead [H2-branching-ranges, JVM, Native] ******************************************************* This root: org.eclipse.emf.ecore.impl.ENotificationImpl@7b3b0896 (eventType: ADD, position: 0, notifier: Root@OID436[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: null, newValue: BaseObject@oid1[NEW], isTouch: false, wasSet: true) That root: org.eclipse.emf.ecore.impl.ENotificationImpl@432e61f1 (eventType: REMOVE, position: 0, notifier: Root@OID436[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject[TRANSIENT], newValue: null, isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@13f056ee (eventType: ADD, position: 0, notifier: Root@OID436[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: [OID438, OID439, OID440, OID441], newValue: BaseObject@OID446, isTouch: false, wasSet: true) This root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@1f985f12 (eventType: REMOVE, position: 1, notifier: Root@OID436, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject@OID437[INVALID], newValue: null, isTouch: false, wasSet: true) This List: ThisBaseObject 0 [OID446], BaseObject 1 [OID438], BaseObject 2 [OID439], BaseObject 3 [OID440], BaseObject 4 [OID441] That List: ThisBaseObject 0 [OID446], BaseObject 1 [OID438], BaseObject 2 [OID439], BaseObject 3 [OID440], BaseObject 4 [OID441] ******************************************************* ConflictResolverExtendedTest.testAddHeadRemoveTail [H2-branching-ranges, JVM, Native] ******************************************************* This root: org.eclipse.emf.ecore.impl.ENotificationImpl@27c05ed9 (eventType: ADD, position: 0, notifier: Root@OID449[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: null, newValue: BaseObject@oid1[NEW], isTouch: false, wasSet: true) That root: org.eclipse.emf.ecore.impl.ENotificationImpl@51cbd1d (eventType: REMOVE, position: 4, notifier: Root@OID449[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject[TRANSIENT], newValue: null, isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@50d6020d (eventType: ADD, position: 0, notifier: Root@OID449[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: [OID450, OID451, OID452, OID453], newValue: BaseObject@OID459, isTouch: false, wasSet: true) This root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@7c042a6f (eventType: REMOVE, position: 5, notifier: Root@OID449, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject@OID454[INVALID], newValue: null, isTouch: false, wasSet: true) This List: ThisBaseObject 0 [OID459], BaseObject 0 [OID450], BaseObject 1 [OID451], BaseObject 2 [OID452], BaseObject 3 [OID453] That List: ThisBaseObject 0 [OID459], BaseObject 0 [OID450], BaseObject 1 [OID451], BaseObject 2 [OID452], BaseObject 3 [OID453] ******************************************************* ConflictResolverExtendedTest.testAddRemove [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* ConflictResolverExtendedTest.testAddTailAddHead [H2-branching-ranges, JVM, Native] ******************************************************* This root: org.eclipse.emf.ecore.impl.ENotificationImpl@4f991f00 (eventType: ADD, position: 5, notifier: Root@OID471[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: null, newValue: BaseObject@oid1[NEW], isTouch: false, wasSet: true) That root: org.eclipse.emf.ecore.impl.ENotificationImpl@524a96f5 (eventType: ADD, position: 0, notifier: Root@OID471[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: null, newValue: BaseObject@oid1[NEW], isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@128edf2 (eventType: ADD, position: 5, notifier: Root@OID471[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: [BaseObject@oid1[NEW], OID472, OID473, OID474, OID475, OID476], newValue: BaseObject@OID481, isTouch: false, wasSet: true) This root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@7352e02f (eventType: ADD, position: 0, notifier: Root@OID471, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: [OID472, OID473, OID474, OID475, OID476, OID481], newValue: BaseObject@OID482, isTouch: false, wasSet: true) This List: ThatBaseObject 0 [OID482], BaseObject 0 [OID472], BaseObject 1 [OID473], BaseObject 2 [OID474], BaseObject 3 [OID475], BaseObject 4 [OID476], ThisBaseObject 0 [OID481] That List: ThatBaseObject 0 [OID482], BaseObject 0 [OID472], BaseObject 1 [OID473], BaseObject 2 [OID474], BaseObject 3 [OID475], BaseObject 4 [OID476], ThisBaseObject 0 [OID481] ******************************************************* ConflictResolverExtendedTest.testAddTailAddTail [H2-branching-ranges, JVM, Native] ******************************************************* This root: org.eclipse.emf.ecore.impl.ENotificationImpl@20ee12d8 (eventType: ADD, position: 5, notifier: Root@OID485[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: null, newValue: BaseObject@oid1[NEW], isTouch: false, wasSet: true) That root: org.eclipse.emf.ecore.impl.ENotificationImpl@654be52b (eventType: ADD, position: 5, notifier: Root@OID485[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: null, newValue: BaseObject@oid1[NEW], isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@12a51137 (eventType: ADD, position: 5, notifier: Root@OID485[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: [OID486, OID487, OID488, OID489, OID490, BaseObject@oid1[NEW]], newValue: BaseObject@OID495, isTouch: false, wasSet: true) This root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@46d8de31 (eventType: ADD, position: 6, notifier: Root@OID485, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: [OID486, OID487, OID488, OID489, OID490, OID495], newValue: BaseObject@OID496, isTouch: false, wasSet: true) This List: BaseObject 0 [OID486], BaseObject 1 [OID487], BaseObject 2 [OID488], BaseObject 3 [OID489], BaseObject 4 [OID490], ThisBaseObject 0 [OID495], ThatBaseObject 0 [OID496] That List: BaseObject 0 [OID486], BaseObject 1 [OID487], BaseObject 2 [OID488], BaseObject 3 [OID489], BaseObject 4 [OID490], ThisBaseObject 0 [OID495], ThatBaseObject 0 [OID496] ******************************************************* ConflictResolverExtendedTest.testAddTailClear [H2-branching-ranges, JVM, Native] ******************************************************* This root: org.eclipse.emf.ecore.impl.ENotificationImpl@7aadb5e8 (eventType: ADD, position: 5, notifier: Root@OID499[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: null, newValue: BaseObject@oid1[NEW], isTouch: false, wasSet: true) That root: org.eclipse.emf.ecore.impl.ENotificationImpl@71390c8 (eventType: REMOVE_MANY, position: -1, notifier: Root@OID499[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: [BaseObject[TRANSIENT], BaseObject[TRANSIENT], BaseObject[TRANSIENT], BaseObject[TRANSIENT], BaseObject[TRANSIENT]], newValue: null, isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@49f8612f (eventType: ADD, position: 5, notifier: Root@OID499[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: null, newValue: BaseObject@OID509, isTouch: false, wasSet: true) This root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@5544d3cb (eventType: REMOVE, position: 0, notifier: Root@OID499, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: null, newValue: null, isTouch: false, wasSet: true) This root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@431992c9 (eventType: REMOVE, position: 0, notifier: Root@OID499, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: null, newValue: null, isTouch: false, wasSet: true) This root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@899fa55 (eventType: REMOVE, position: 0, notifier: Root@OID499, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: null, newValue: null, isTouch: false, wasSet: true) This root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@7a85d7f1 (eventType: REMOVE, position: 0, notifier: Root@OID499, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: null, newValue: null, isTouch: false, wasSet: true) This root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@92c99e1 (eventType: REMOVE, position: 0, notifier: Root@OID499, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: null, newValue: null, isTouch: false, wasSet: true) This List: ThisBaseObject 0 [OID509] That List: ThisBaseObject 0 [OID509] ******************************************************* ConflictResolverExtendedTest.testAddTailMoveHead [H2-branching-ranges, JVM, Native] ******************************************************* This root: org.eclipse.emf.ecore.impl.ENotificationImpl@5fb6fdb8 (eventType: ADD, position: 5, notifier: Root@OID512[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: null, newValue: BaseObject@oid1[NEW], isTouch: false, wasSet: true) That root: org.eclipse.emf.ecore.impl.ENotificationImpl@4a9d0c6f (eventType: REMOVE, position: 0, notifier: Root@OID512[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject[TRANSIENT], newValue: null, isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@3bb48d32 (eventType: ADD, position: 5, notifier: Root@OID512[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: [OID514, OID515, OID516, OID517], newValue: BaseObject@OID522, isTouch: false, wasSet: true) This root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@41a0c415 (eventType: REMOVE, position: 0, notifier: Root@OID512, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: null, newValue: null, isTouch: false, wasSet: true) This List: BaseObject 1 [OID514], BaseObject 2 [OID515], BaseObject 3 [OID516], BaseObject 4 [OID517], ThisBaseObject 0 [OID522] That List: BaseObject 1 [OID514], BaseObject 2 [OID515], BaseObject 3 [OID516], BaseObject 4 [OID517], ThisBaseObject 0 [OID522] ******************************************************* ConflictResolverExtendedTest.testAddTailMoveTail [H2-branching-ranges, JVM, Native] ******************************************************* This root: org.eclipse.emf.ecore.impl.ENotificationImpl@57fd93f9 (eventType: ADD, position: 5, notifier: Root@OID525[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: null, newValue: BaseObject@oid1[NEW], isTouch: false, wasSet: true) That root: org.eclipse.emf.ecore.impl.ENotificationImpl@5e8ec0d9 (eventType: MOVE, position: 0, notifier: Root@OID525[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: 4, newValue: BaseObject@OID530, isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@bb75c69 (eventType: ADD, position: 5, notifier: Root@OID525[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: [OID530, OID526, OID527, OID528, OID529], newValue: BaseObject@OID535, isTouch: false, wasSet: true) This root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@210e663c (eventType: MOVE, position: 0, notifier: Root@OID525, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: 4, newValue: BaseObject@OID530, isTouch: false, wasSet: true) This List: BaseObject 4 [OID530], BaseObject 0 [OID526], BaseObject 1 [OID527], BaseObject 2 [OID528], BaseObject 3 [OID529], ThisBaseObject 0 [OID535] That List: BaseObject 4 [OID530], BaseObject 0 [OID526], BaseObject 1 [OID527], BaseObject 2 [OID528], BaseObject 3 [OID529], ThisBaseObject 0 [OID535] ******************************************************* ConflictResolverExtendedTest.testAddTailRemoveHead [H2-branching-ranges, JVM, Native] ******************************************************* This root: org.eclipse.emf.ecore.impl.ENotificationImpl@51049621 (eventType: ADD, position: 5, notifier: Root@OID538[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: null, newValue: BaseObject@oid1[NEW], isTouch: false, wasSet: true) That root: org.eclipse.emf.ecore.impl.ENotificationImpl@2b867623 (eventType: REMOVE, position: 0, notifier: Root@OID538[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject[TRANSIENT], newValue: null, isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@7840c956 (eventType: ADD, position: 5, notifier: Root@OID538[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: [OID540, OID541, OID542, OID543], newValue: BaseObject@OID548, isTouch: false, wasSet: true) This root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@31c4758 (eventType: REMOVE, position: 0, notifier: Root@OID538, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject@OID539[INVALID], newValue: null, isTouch: false, wasSet: true) This List: BaseObject 1 [OID540], BaseObject 2 [OID541], BaseObject 3 [OID542], BaseObject 4 [OID543], ThisBaseObject 0 [OID548] That List: BaseObject 1 [OID540], BaseObject 2 [OID541], BaseObject 3 [OID542], BaseObject 4 [OID543], ThisBaseObject 0 [OID548] ******************************************************* ConflictResolverExtendedTest.testAddTailRemoveTail [H2-branching-ranges, JVM, Native] ******************************************************* This root: org.eclipse.emf.ecore.impl.ENotificationImpl@3ba468ec (eventType: ADD, position: 5, notifier: Root@OID551[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: null, newValue: BaseObject@oid1[NEW], isTouch: false, wasSet: true) That root: org.eclipse.emf.ecore.impl.ENotificationImpl@3e2afba0 (eventType: REMOVE, position: 4, notifier: Root@OID551[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject[TRANSIENT], newValue: null, isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@5ae65259 (eventType: ADD, position: 5, notifier: Root@OID551[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: [OID552, OID553, OID554, OID555], newValue: BaseObject@OID561, isTouch: false, wasSet: true) This root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@774dc377 (eventType: REMOVE, position: 4, notifier: Root@OID551, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject@OID556[INVALID], newValue: null, isTouch: false, wasSet: true) This List: BaseObject 0 [OID552], BaseObject 1 [OID553], BaseObject 2 [OID554], BaseObject 3 [OID555], ThisBaseObject 0 [OID561] That List: BaseObject 0 [OID552], BaseObject 1 [OID553], BaseObject 2 [OID554], BaseObject 3 [OID555], ThisBaseObject 0 [OID561] ******************************************************* ConflictResolverExtendedTest.testChangeChange [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* ConflictResolverExtendedTest.testChangeRemove [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* ConflictResolverExtendedTest.testClearAddHead [H2-branching-ranges, JVM, Native] ******************************************************* This root: org.eclipse.emf.ecore.impl.ENotificationImpl@42b2319c (eventType: REMOVE_MANY, position: -1, notifier: Root@OID580[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: [BaseObject[TRANSIENT], BaseObject[TRANSIENT], BaseObject[TRANSIENT], BaseObject[TRANSIENT], BaseObject[TRANSIENT]], newValue: null, isTouch: false, wasSet: true) That root: org.eclipse.emf.ecore.impl.ENotificationImpl@105f875f (eventType: ADD, position: 0, notifier: Root@OID580[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: null, newValue: BaseObject@oid1[NEW], isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@34ed59e (eventType: REMOVE_MANY, position: -1, notifier: Root@OID580[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: [BaseObject@oid1[NEW], OID581, OID582, OID583, OID584, OID585], newValue: null, isTouch: false, wasSet: true) This root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@1480fc8 (eventType: ADD, position: 0, notifier: Root@OID580, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: null, newValue: BaseObject@OID590, isTouch: false, wasSet: true) This List: ThatBaseObject 0 [OID590] That List: ThatBaseObject 0 [OID590] ******************************************************* ConflictResolverExtendedTest.testClearAddTail [H2-branching-ranges, JVM, Native] ******************************************************* This root: org.eclipse.emf.ecore.impl.ENotificationImpl@221ec884 (eventType: REMOVE_MANY, position: -1, notifier: Root@OID593[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: [BaseObject[TRANSIENT], BaseObject[TRANSIENT], BaseObject[TRANSIENT], BaseObject[TRANSIENT], BaseObject[TRANSIENT]], newValue: null, isTouch: false, wasSet: true) That root: org.eclipse.emf.ecore.impl.ENotificationImpl@20bed60a (eventType: ADD, position: 5, notifier: Root@OID593[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: null, newValue: BaseObject@oid1[NEW], isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@2964a20b (eventType: REMOVE_MANY, position: -1, notifier: Root@OID593[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: [OID594, OID595, OID596, OID597, OID598, BaseObject@oid1[NEW]], newValue: null, isTouch: false, wasSet: true) This root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@393fc719 (eventType: ADD, position: 0, notifier: Root@OID593, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: null, newValue: BaseObject@OID603, isTouch: false, wasSet: true) This List: ThatBaseObject 0 [OID603] That List: ThatBaseObject 0 [OID603] ******************************************************* ConflictResolverExtendedTest.testClearClear [H2-branching-ranges, JVM, Native] ******************************************************* This root: org.eclipse.emf.ecore.impl.ENotificationImpl@5c39ec34 (eventType: REMOVE_MANY, position: -1, notifier: Root@OID606[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: [BaseObject[TRANSIENT], BaseObject[TRANSIENT], BaseObject[TRANSIENT], BaseObject[TRANSIENT], BaseObject[TRANSIENT]], newValue: null, isTouch: false, wasSet: true) That root: org.eclipse.emf.ecore.impl.ENotificationImpl@1f94df5 (eventType: REMOVE_MANY, position: -1, notifier: Root@OID606[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: [BaseObject[TRANSIENT], BaseObject[TRANSIENT], BaseObject[TRANSIENT], BaseObject[TRANSIENT], BaseObject[TRANSIENT]], newValue: null, isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@77056a4f (eventType: REMOVE_MANY, position: -1, notifier: Root@OID606, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: [], newValue: null, isTouch: false, wasSet: true) This List: That List: ******************************************************* ConflictResolverExtendedTest.testClearMoveHead [H2-branching-ranges, JVM, Native] ******************************************************* That root: org.eclipse.emf.ecore.impl.ENotificationImpl@16adf66f (eventType: MOVE, position: 4, notifier: Root@OID618[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: 0, newValue: BaseObject@OID619, isTouch: false, wasSet: true) This root: org.eclipse.emf.ecore.impl.ENotificationImpl@687749d1 (eventType: REMOVE_MANY, position: -1, notifier: Root@OID618[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: [BaseObject[TRANSIENT], BaseObject[TRANSIENT], BaseObject[TRANSIENT], BaseObject[TRANSIENT], BaseObject[TRANSIENT]], newValue: null, isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@2db82e9e (eventType: REMOVE_MANY, position: -1, notifier: Root@OID618, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: [BaseObject@OID620[INVALID], OID621, OID622, OID623, BaseObject@OID619[INVALID]], newValue: null, isTouch: false, wasSet: true) This List: That List: ******************************************************* ConflictResolverExtendedTest.testClearMoveTail [H2-branching-ranges, JVM, Native] ******************************************************* That root: org.eclipse.emf.ecore.impl.ENotificationImpl@6233bca8 (eventType: MOVE, position: 0, notifier: Root@OID630[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: 4, newValue: BaseObject@OID635, isTouch: false, wasSet: true) This root: org.eclipse.emf.ecore.impl.ENotificationImpl@f53070c (eventType: REMOVE_MANY, position: -1, notifier: Root@OID630[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: [BaseObject[TRANSIENT], BaseObject[TRANSIENT], BaseObject[TRANSIENT], BaseObject[TRANSIENT], BaseObject[TRANSIENT]], newValue: null, isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@6a4ff306 (eventType: REMOVE_MANY, position: -1, notifier: Root@OID630, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: [BaseObject@OID635[INVALID], OID631, OID632, OID633, BaseObject@OID634[INVALID]], newValue: null, isTouch: false, wasSet: true) This List: That List: ******************************************************* ConflictResolverExtendedTest.testClearRemoveHead [H2-branching-ranges, JVM, Native] ******************************************************* That root: org.eclipse.emf.ecore.impl.ENotificationImpl@608707d (eventType: REMOVE, position: 0, notifier: Root@OID642[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject[TRANSIENT], newValue: null, isTouch: false, wasSet: true) This root: org.eclipse.emf.ecore.impl.ENotificationImpl@63031e98 (eventType: REMOVE_MANY, position: -1, notifier: Root@OID642[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: [BaseObject[TRANSIENT], BaseObject[TRANSIENT], BaseObject[TRANSIENT], BaseObject[TRANSIENT], BaseObject[TRANSIENT]], newValue: null, isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@58014623 (eventType: REMOVE_MANY, position: -1, notifier: Root@OID642, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: [BaseObject@OID644[INVALID], OID645, OID646, OID647], newValue: null, isTouch: false, wasSet: true) This List: That List: ******************************************************* ConflictResolverExtendedTest.testClearRemoveTail [H2-branching-ranges, JVM, Native] ******************************************************* That root: org.eclipse.emf.ecore.impl.ENotificationImpl@45db8ba6 (eventType: REMOVE, position: 4, notifier: Root@OID654[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject[TRANSIENT], newValue: null, isTouch: false, wasSet: true) This root: org.eclipse.emf.ecore.impl.ENotificationImpl@10a199e0 (eventType: REMOVE_MANY, position: -1, notifier: Root@OID654[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: [BaseObject[TRANSIENT], BaseObject[TRANSIENT], BaseObject[TRANSIENT], BaseObject[TRANSIENT], BaseObject[TRANSIENT]], newValue: null, isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@27b85c34 (eventType: REMOVE_MANY, position: -1, notifier: Root@OID654, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: [OID655, OID656, OID657, BaseObject@OID658[INVALID]], newValue: null, isTouch: false, wasSet: true) This List: That List: ******************************************************* ConflictResolverExtendedTest.testContainerAddDifferentParent [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* ConflictResolverExtendedTest.testManyValuedAddAdd [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* ConflictResolverExtendedTest.testManyValuedAddAddRemoveRemove [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* ConflictResolverExtendedTest.testManyValuedAddAddRemoveRemove2 [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* ConflictResolverExtendedTest.testManyValuedAddAdd_SameValue [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* ConflictResolverExtendedTest.testManyValuedAddChange [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* ConflictResolverExtendedTest.testManyValuedAddRemove [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* ConflictResolverExtendedTest.testManyValuedAddSet_SameValue [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* ConflictResolverExtendedTest.testManyValuedChangeAdd [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* ConflictResolverExtendedTest.testManyValuedChangeChange [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* ConflictResolverExtendedTest.testManyValuedChangeChangeTest2 [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* ConflictResolverExtendedTest.testManyValuedChangeRemove [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* ConflictResolverExtendedTest.testManyValuedChangeRemoveTest2 [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* ConflictResolverExtendedTest.testManyValuedRemoveAdd [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* ConflictResolverExtendedTest.testManyValuedRemoveChange [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* ConflictResolverExtendedTest.testManyValuedRemoveChangeTest2 [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* ConflictResolverExtendedTest.testManyValuedRemoveRemove [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* ConflictResolverExtendedTest.testManyValuedRemoveRemoveAddAdd [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* ConflictResolverExtendedTest.testManyValuedRemoveRemoveTest2 [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* ConflictResolverExtendedTest.testManyValuedSetAdd_SameValue [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* ConflictResolverExtendedTest.testMoveHeadAddHead [H2-branching-ranges, JVM, Native] ******************************************************* This root: org.eclipse.emf.ecore.impl.ENotificationImpl@5f6b6f2 (eventType: MOVE, position: 4, notifier: Root@OID859[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: 0, newValue: BaseObject@OID860, isTouch: false, wasSet: true) That root: org.eclipse.emf.ecore.impl.ENotificationImpl@45fa7f1a (eventType: ADD, position: 0, notifier: Root@OID859[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: null, newValue: BaseObject@oid1[NEW], isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@48e257a3 (eventType: MOVE, position: 4, notifier: Root@OID859[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: 0, newValue: BaseObject@OID860, isTouch: false, wasSet: true) This root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@55dbe852 (eventType: ADD, position: 4, notifier: Root@OID859, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: [OID861, OID862, OID863, OID864, OID860], newValue: BaseObject@OID869, isTouch: false, wasSet: true) This List: BaseObject 1 [OID861], BaseObject 2 [OID862], BaseObject 3 [OID863], BaseObject 4 [OID864], ThatBaseObject 0 [OID869], BaseObject 0 [OID860] That List: BaseObject 1 [OID861], BaseObject 2 [OID862], BaseObject 3 [OID863], BaseObject 4 [OID864], ThatBaseObject 0 [OID869], BaseObject 0 [OID860] ******************************************************* ConflictResolverExtendedTest.testMoveHeadAddTail [H2-branching-ranges, JVM, Native] ******************************************************* This root: org.eclipse.emf.ecore.impl.ENotificationImpl@3f2cc8ab (eventType: MOVE, position: 4, notifier: Root@OID872[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: 0, newValue: BaseObject@OID873, isTouch: false, wasSet: true) That root: org.eclipse.emf.ecore.impl.ENotificationImpl@2de4045a (eventType: ADD, position: 5, notifier: Root@OID872[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: null, newValue: BaseObject@oid1[NEW], isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@701caf89 (eventType: MOVE, position: 4, notifier: Root@OID872[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: 0, newValue: BaseObject@OID873, isTouch: false, wasSet: true) This root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@2a6cd5b3 (eventType: ADD, position: 5, notifier: Root@OID872, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: [OID874, OID875, OID876, OID877, OID873], newValue: BaseObject@OID882, isTouch: false, wasSet: true) This List: BaseObject 1 [OID874], BaseObject 2 [OID875], BaseObject 3 [OID876], BaseObject 4 [OID877], BaseObject 0 [OID873], ThatBaseObject 0 [OID882] That List: BaseObject 1 [OID874], BaseObject 2 [OID875], BaseObject 3 [OID876], BaseObject 4 [OID877], BaseObject 0 [OID873], ThatBaseObject 0 [OID882] ******************************************************* ConflictResolverExtendedTest.testMoveHeadClear [H2-branching-ranges, JVM, Native] ******************************************************* This root: org.eclipse.emf.ecore.impl.ENotificationImpl@339b1c34 (eventType: MOVE, position: 4, notifier: Root@OID885[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: 0, newValue: BaseObject@OID886, isTouch: false, wasSet: true) That root: org.eclipse.emf.ecore.impl.ENotificationImpl@46969355 (eventType: REMOVE_MANY, position: -1, notifier: Root@OID885[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: [BaseObject[TRANSIENT], BaseObject[TRANSIENT], BaseObject[TRANSIENT], BaseObject[TRANSIENT], BaseObject[TRANSIENT]], newValue: null, isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@6fd41177 (eventType: MOVE, position: 4, notifier: Root@OID885[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: 0, newValue: BaseObject[TRANSIENT], isTouch: false, wasSet: true) This root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@5628345c (eventType: REMOVE_MANY, position: -1, notifier: Root@OID885, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: [BaseObject@OID887[INVALID], OID888, OID889, OID890, BaseObject@OID886[INVALID]], newValue: null, isTouch: false, wasSet: true) This List: That List: ******************************************************* ConflictResolverExtendedTest.testMoveHeadMoveHead [H2-branching-ranges, JVM, Native] ******************************************************* This root: org.eclipse.emf.ecore.impl.ENotificationImpl@3db8bbbe (eventType: MOVE, position: 4, notifier: Root@OID897[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: 0, newValue: BaseObject@OID898, isTouch: false, wasSet: true) That root: org.eclipse.emf.ecore.impl.ENotificationImpl@22796ead (eventType: MOVE, position: 4, notifier: Root@OID897[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: 0, newValue: BaseObject@OID898, isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@459f28c8 (eventType: MOVE, position: 4, notifier: Root@OID897, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: 0, newValue: BaseObject@OID898, isTouch: false, wasSet: true) This List: BaseObject 1 [OID899], BaseObject 2 [OID900], BaseObject 3 [OID901], BaseObject 4 [OID902], BaseObject 0 [OID898] That List: BaseObject 1 [OID899], BaseObject 2 [OID900], BaseObject 3 [OID901], BaseObject 4 [OID902], BaseObject 0 [OID898] ******************************************************* ConflictResolverExtendedTest.testMoveHeadMoveHeadRemoveMiddle [H2-branching-ranges, JVM, Native] ******************************************************* This root: org.eclipse.emf.ecore.impl.ENotificationImpl@50df710a (eventType: MOVE, position: 4, notifier: Root@OID909[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: 0, newValue: BaseObject@OID910, isTouch: false, wasSet: true) That root: org.eclipse.emf.ecore.impl.ENotificationImpl@eb3b4d7 (eventType: MOVE, position: 4, notifier: Root@OID909[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: 0, newValue: BaseObject@OID910, isTouch: false, wasSet: true) That root: org.eclipse.emf.ecore.impl.ENotificationImpl@44e69674 (eventType: REMOVE, position: 1, notifier: Root@OID909[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject[TRANSIENT], newValue: null, isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@2da92eda (eventType: MOVE, position: 4, notifier: Root@OID909[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: 0, newValue: BaseObject@OID910, isTouch: false, wasSet: true) This root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@1b064e2e (eventType: REMOVE, position: 1, notifier: Root@OID909, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject@OID912[INVALID], newValue: null, isTouch: false, wasSet: true) This List: BaseObject 1 [OID911], BaseObject 3 [OID913], BaseObject 4 [OID914], BaseObject 0 [OID910] That List: BaseObject 1 [OID911], BaseObject 3 [OID913], BaseObject 4 [OID914], BaseObject 0 [OID910] ******************************************************* ConflictResolverExtendedTest.testMoveHeadMoveTail [H2-branching-ranges, JVM, Native] ******************************************************* This root: org.eclipse.emf.ecore.impl.ENotificationImpl@4d400e77 (eventType: MOVE, position: 4, notifier: Root@OID921[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: 0, newValue: BaseObject@OID922, isTouch: false, wasSet: true) That root: org.eclipse.emf.ecore.impl.ENotificationImpl@2033fd39 (eventType: MOVE, position: 0, notifier: Root@OID921[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: 4, newValue: BaseObject@OID926, isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@59daeb91 (eventType: MOVE, position: 4, notifier: Root@OID921[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: 0, newValue: BaseObject@OID922, isTouch: false, wasSet: true) This root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@6daee6c5 (eventType: MOVE, position: 0, notifier: Root@OID921, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: 3, newValue: BaseObject@OID926, isTouch: false, wasSet: true) This List: BaseObject 4 [OID926], BaseObject 1 [OID923], BaseObject 2 [OID924], BaseObject 3 [OID925], BaseObject 0 [OID922] That List: BaseObject 4 [OID926], BaseObject 1 [OID923], BaseObject 2 [OID924], BaseObject 3 [OID925], BaseObject 0 [OID922] ******************************************************* ConflictResolverExtendedTest.testMoveHeadRemoveHead [H2-branching-ranges, JVM, Native] ******************************************************* This root: org.eclipse.emf.ecore.impl.ENotificationImpl@202e0ff4 (eventType: MOVE, position: 4, notifier: Root@OID933[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: 0, newValue: BaseObject@OID934, isTouch: false, wasSet: true) That root: org.eclipse.emf.ecore.impl.ENotificationImpl@357f7e2d (eventType: REMOVE, position: 0, notifier: Root@OID933[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject[TRANSIENT], newValue: null, isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@55eb055f (eventType: MOVE, position: 4, notifier: Root@OID933[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: 0, newValue: BaseObject[TRANSIENT], isTouch: false, wasSet: true) This root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@31ce3d64 (eventType: REMOVE, position: 4, notifier: Root@OID933, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject@OID934[INVALID], newValue: null, isTouch: false, wasSet: true) This List: BaseObject 1 [OID935], BaseObject 2 [OID936], BaseObject 3 [OID937], BaseObject 4 [OID938] That List: BaseObject 1 [OID935], BaseObject 2 [OID936], BaseObject 3 [OID937], BaseObject 4 [OID938] ******************************************************* ConflictResolverExtendedTest.testMoveHeadRemoveHeadRemoveMiddle [H2-branching-ranges, JVM, Native] ******************************************************* This root: org.eclipse.emf.ecore.impl.ENotificationImpl@1330d15e (eventType: REMOVE, position: 0, notifier: Root@OID945[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject[TRANSIENT], newValue: null, isTouch: false, wasSet: true) That root: org.eclipse.emf.ecore.impl.ENotificationImpl@27192b0c (eventType: MOVE, position: 4, notifier: Root@OID945[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: 0, newValue: BaseObject@OID946, isTouch: false, wasSet: true) That root: org.eclipse.emf.ecore.impl.ENotificationImpl@74aae322 (eventType: REMOVE, position: 1, notifier: Root@OID945[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject[TRANSIENT], newValue: null, isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@65bc72b1 (eventType: REMOVE, position: 0, notifier: Root@OID945[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject@OID946[INVALID], newValue: null, isTouch: false, wasSet: true) This root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@285223aa (eventType: REMOVE, position: 1, notifier: Root@OID945, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject@OID948[INVALID], newValue: null, isTouch: false, wasSet: true) This List: BaseObject 1 [OID947], BaseObject 3 [OID949], BaseObject 4 [OID950] That List: BaseObject 1 [OID947], BaseObject 3 [OID949], BaseObject 4 [OID950] ******************************************************* ConflictResolverExtendedTest.testMoveHeadRemoveTail [H2-branching-ranges, JVM, Native] ******************************************************* This root: org.eclipse.emf.ecore.impl.ENotificationImpl@1a3761a (eventType: MOVE, position: 4, notifier: Root@OID957[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: 0, newValue: BaseObject@OID958, isTouch: false, wasSet: true) That root: org.eclipse.emf.ecore.impl.ENotificationImpl@5aaab2b0 (eventType: REMOVE, position: 4, notifier: Root@OID957[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject[TRANSIENT], newValue: null, isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@70428fdc (eventType: MOVE, position: 4, notifier: Root@OID957[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: 0, newValue: BaseObject@OID958, isTouch: false, wasSet: true) This root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@359da965 (eventType: REMOVE, position: 3, notifier: Root@OID957, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject@OID962[INVALID], newValue: null, isTouch: false, wasSet: true) This List: BaseObject 1 [OID959], BaseObject 2 [OID960], BaseObject 3 [OID961], BaseObject 0 [OID958] That List: BaseObject 1 [OID959], BaseObject 2 [OID960], BaseObject 3 [OID961], BaseObject 0 [OID958] ******************************************************* ConflictResolverExtendedTest.testMoveTailAddHead [H2-branching-ranges, JVM, Native] ******************************************************* This root: org.eclipse.emf.ecore.impl.ENotificationImpl@28728558 (eventType: MOVE, position: 0, notifier: Root@OID969[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: 4, newValue: BaseObject@OID974, isTouch: false, wasSet: true) That root: org.eclipse.emf.ecore.impl.ENotificationImpl@223c1a82 (eventType: ADD, position: 0, notifier: Root@OID969[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: null, newValue: BaseObject@oid1[NEW], isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@6c694e2c (eventType: MOVE, position: 0, notifier: Root@OID969[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: 4, newValue: BaseObject@OID974, isTouch: false, wasSet: true) This root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@38957d43 (eventType: ADD, position: 1, notifier: Root@OID969, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: [OID974, OID970, OID971, OID972, OID973], newValue: BaseObject@OID979, isTouch: false, wasSet: true) This List: BaseObject 4 [OID974], ThatBaseObject 0 [OID979], BaseObject 0 [OID970], BaseObject 1 [OID971], BaseObject 2 [OID972], BaseObject 3 [OID973] That List: BaseObject 4 [OID974], ThatBaseObject 0 [OID979], BaseObject 0 [OID970], BaseObject 1 [OID971], BaseObject 2 [OID972], BaseObject 3 [OID973] ******************************************************* ConflictResolverExtendedTest.testMoveTailAddTail [H2-branching-ranges, JVM, Native] ******************************************************* This root: org.eclipse.emf.ecore.impl.ENotificationImpl@4ab0ebf0 (eventType: MOVE, position: 0, notifier: Root@OID982[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: 4, newValue: BaseObject@OID987, isTouch: false, wasSet: true) That root: org.eclipse.emf.ecore.impl.ENotificationImpl@56357e52 (eventType: ADD, position: 5, notifier: Root@OID982[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: null, newValue: BaseObject@oid1[NEW], isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@1ab07050 (eventType: MOVE, position: 0, notifier: Root@OID982[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: 4, newValue: BaseObject@OID987, isTouch: false, wasSet: true) This root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@5798f9ee (eventType: ADD, position: 5, notifier: Root@OID982, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: [OID987, OID983, OID984, OID985, OID986], newValue: BaseObject@OID992, isTouch: false, wasSet: true) This List: BaseObject 4 [OID987], BaseObject 0 [OID983], BaseObject 1 [OID984], BaseObject 2 [OID985], BaseObject 3 [OID986], ThatBaseObject 0 [OID992] That List: BaseObject 4 [OID987], BaseObject 0 [OID983], BaseObject 1 [OID984], BaseObject 2 [OID985], BaseObject 3 [OID986], ThatBaseObject 0 [OID992] ******************************************************* ConflictResolverExtendedTest.testMoveTailClear [H2-branching-ranges, JVM, Native] ******************************************************* This root: org.eclipse.emf.ecore.impl.ENotificationImpl@5d0d1e50 (eventType: MOVE, position: 0, notifier: Root@OID995[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: 4, newValue: BaseObject@OID1000, isTouch: false, wasSet: true) That root: org.eclipse.emf.ecore.impl.ENotificationImpl@69e67993 (eventType: REMOVE_MANY, position: -1, notifier: Root@OID995[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: [BaseObject[TRANSIENT], BaseObject[TRANSIENT], BaseObject[TRANSIENT], BaseObject[TRANSIENT], BaseObject[TRANSIENT]], newValue: null, isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@60d54f3c (eventType: MOVE, position: 0, notifier: Root@OID995[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: 4, newValue: BaseObject[TRANSIENT], isTouch: false, wasSet: true) This root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@3880e769 (eventType: REMOVE_MANY, position: -1, notifier: Root@OID995, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: [BaseObject@OID1000[INVALID], OID996, OID997, OID998, BaseObject@OID999[INVALID]], newValue: null, isTouch: false, wasSet: true) This List: That List: ******************************************************* ConflictResolverExtendedTest.testMoveTailMoveHead [H2-branching-ranges, JVM, Native] ******************************************************* This root: org.eclipse.emf.ecore.impl.ENotificationImpl@16209621 (eventType: MOVE, position: 0, notifier: Root@OID1007[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: 4, newValue: BaseObject@OID1012, isTouch: false, wasSet: true) That root: org.eclipse.emf.ecore.impl.ENotificationImpl@6e9e4332 (eventType: MOVE, position: 4, notifier: Root@OID1007[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: 0, newValue: BaseObject@OID1008, isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@609fa0d7 (eventType: MOVE, position: 0, notifier: Root@OID1007[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: 4, newValue: BaseObject@OID1012, isTouch: false, wasSet: true) This root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@6d762d4b (eventType: MOVE, position: 4, notifier: Root@OID1007, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: 1, newValue: BaseObject@OID1008, isTouch: false, wasSet: true) This List: BaseObject 4 [OID1012], BaseObject 1 [OID1009], BaseObject 2 [OID1010], BaseObject 3 [OID1011], BaseObject 0 [OID1008] That List: BaseObject 4 [OID1012], BaseObject 1 [OID1009], BaseObject 2 [OID1010], BaseObject 3 [OID1011], BaseObject 0 [OID1008] ******************************************************* ConflictResolverExtendedTest.testMoveTailMoveTail [H2-branching-ranges, JVM, Native] ******************************************************* This root: org.eclipse.emf.ecore.impl.ENotificationImpl@3b4aeacd (eventType: MOVE, position: 0, notifier: Root@OID1019[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: 4, newValue: BaseObject@OID1024, isTouch: false, wasSet: true) That root: org.eclipse.emf.ecore.impl.ENotificationImpl@40b0436e (eventType: MOVE, position: 0, notifier: Root@OID1019[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: 4, newValue: BaseObject@OID1024, isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@28259e2f (eventType: MOVE, position: 0, notifier: Root@OID1019, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: 4, newValue: BaseObject@OID1024, isTouch: false, wasSet: true) This List: BaseObject 4 [OID1024], BaseObject 0 [OID1020], BaseObject 1 [OID1021], BaseObject 2 [OID1022], BaseObject 3 [OID1023] That List: BaseObject 4 [OID1024], BaseObject 0 [OID1020], BaseObject 1 [OID1021], BaseObject 2 [OID1022], BaseObject 3 [OID1023] ******************************************************* ConflictResolverExtendedTest.testMoveTailRemoveHead [H2-branching-ranges, JVM, Native] ******************************************************* This root: org.eclipse.emf.ecore.impl.ENotificationImpl@5802572b (eventType: MOVE, position: 0, notifier: Root@OID1031[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: 4, newValue: BaseObject@OID1036, isTouch: false, wasSet: true) That root: org.eclipse.emf.ecore.impl.ENotificationImpl@702f99a5 (eventType: REMOVE, position: 0, notifier: Root@OID1031[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject[TRANSIENT], newValue: null, isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@1b9892f9 (eventType: MOVE, position: 0, notifier: Root@OID1031[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: 4, newValue: BaseObject@OID1036, isTouch: false, wasSet: true) This root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@6466fd8 (eventType: REMOVE, position: 1, notifier: Root@OID1031, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject@OID1032[INVALID], newValue: null, isTouch: false, wasSet: true) This List: BaseObject 4 [OID1036], BaseObject 1 [OID1033], BaseObject 2 [OID1034], BaseObject 3 [OID1035] That List: BaseObject 4 [OID1036], BaseObject 1 [OID1033], BaseObject 2 [OID1034], BaseObject 3 [OID1035] ******************************************************* ConflictResolverExtendedTest.testMoveTailRemoveTail [H2-branching-ranges, JVM, Native] ******************************************************* This root: org.eclipse.emf.ecore.impl.ENotificationImpl@c3acda3 (eventType: MOVE, position: 0, notifier: Root@OID1043[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: 4, newValue: BaseObject@OID1048, isTouch: false, wasSet: true) That root: org.eclipse.emf.ecore.impl.ENotificationImpl@6175782c (eventType: REMOVE, position: 4, notifier: Root@OID1043[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject[TRANSIENT], newValue: null, isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@33d1b101 (eventType: MOVE, position: 0, notifier: Root@OID1043[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: 4, newValue: BaseObject[TRANSIENT], isTouch: false, wasSet: true) This root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@85103b5 (eventType: REMOVE, position: 0, notifier: Root@OID1043, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject@OID1048[INVALID], newValue: null, isTouch: false, wasSet: true) This List: BaseObject 0 [OID1044], BaseObject 1 [OID1045], BaseObject 2 [OID1046], BaseObject 3 [OID1047] That List: BaseObject 0 [OID1044], BaseObject 1 [OID1045], BaseObject 2 [OID1046], BaseObject 3 [OID1047] ******************************************************* ConflictResolverExtendedTest.testRemoveAdd [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* ConflictResolverExtendedTest.testRemoveChange [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* ConflictResolverExtendedTest.testRemoveHeadAddChildHead [H2-branching-ranges, JVM, Native] ******************************************************* This root: org.eclipse.emf.ecore.impl.ENotificationImpl@56c278bf (eventType: REMOVE, position: 0, notifier: Root@OID1071[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@3fd9e01c (name: listB) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: ContainmentObject[TRANSIENT], newValue: null, isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@21c62865 (eventType: REMOVE, position: 0, notifier: Root@OID1071, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@3fd9e01c (name: listB) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: ContainmentObject@OID1077[INVALID_CONFLICT], newValue: null, isTouch: false, wasSet: true) ******************************************************* ConflictResolverExtendedTest.testRemoveHeadAddHead [H2-branching-ranges, JVM, Native] ******************************************************* This root: org.eclipse.emf.ecore.impl.ENotificationImpl@2438cc7e (eventType: REMOVE, position: 0, notifier: Root@OID1083[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject[TRANSIENT], newValue: null, isTouch: false, wasSet: true) That root: org.eclipse.emf.ecore.impl.ENotificationImpl@3e590067 (eventType: ADD, position: 0, notifier: Root@OID1083[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: null, newValue: BaseObject@oid1[NEW], isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@5ae3300c (eventType: REMOVE, position: 0, notifier: Root@OID1083[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject@OID1084[INVALID], newValue: null, isTouch: false, wasSet: true) This root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@70fb53d1 (eventType: ADD, position: 0, notifier: Root@OID1083, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: [OID1085, OID1086, OID1087, OID1088], newValue: BaseObject@OID1093, isTouch: false, wasSet: true) This List: ThatBaseObject 0 [OID1093], BaseObject 1 [OID1085], BaseObject 2 [OID1086], BaseObject 3 [OID1087], BaseObject 4 [OID1088] That List: ThatBaseObject 0 [OID1093], BaseObject 1 [OID1085], BaseObject 2 [OID1086], BaseObject 3 [OID1087], BaseObject 4 [OID1088] ******************************************************* ConflictResolverExtendedTest.testRemoveHeadAddTail [H2-branching-ranges, JVM, Native] ******************************************************* This root: org.eclipse.emf.ecore.impl.ENotificationImpl@362e1181 (eventType: REMOVE, position: 0, notifier: Root@OID1096[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject[TRANSIENT], newValue: null, isTouch: false, wasSet: true) That root: org.eclipse.emf.ecore.impl.ENotificationImpl@a6321c6 (eventType: ADD, position: 5, notifier: Root@OID1096[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: null, newValue: BaseObject@oid1[NEW], isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@7ca30596 (eventType: REMOVE, position: 0, notifier: Root@OID1096[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject@OID1097[INVALID], newValue: null, isTouch: false, wasSet: true) This root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@169de6e8 (eventType: ADD, position: 4, notifier: Root@OID1096, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: [OID1098, OID1099, OID1100, OID1101], newValue: BaseObject@OID1106, isTouch: false, wasSet: true) This List: BaseObject 1 [OID1098], BaseObject 2 [OID1099], BaseObject 3 [OID1100], BaseObject 4 [OID1101], ThatBaseObject 0 [OID1106] That List: BaseObject 1 [OID1098], BaseObject 2 [OID1099], BaseObject 3 [OID1100], BaseObject 4 [OID1101], ThatBaseObject 0 [OID1106] ******************************************************* ConflictResolverExtendedTest.testRemoveHeadClear [H2-branching-ranges, JVM, Native] ******************************************************* This root: org.eclipse.emf.ecore.impl.ENotificationImpl@46d393cd (eventType: REMOVE, position: 0, notifier: Root@OID1109[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject[TRANSIENT], newValue: null, isTouch: false, wasSet: true) That root: org.eclipse.emf.ecore.impl.ENotificationImpl@4d696bac (eventType: REMOVE_MANY, position: -1, notifier: Root@OID1109[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: [BaseObject[TRANSIENT], BaseObject[TRANSIENT], BaseObject[TRANSIENT], BaseObject[TRANSIENT], BaseObject[TRANSIENT]], newValue: null, isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@acd5f7f (eventType: REMOVE, position: 0, notifier: Root@OID1109[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: null, newValue: null, isTouch: false, wasSet: true) This root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@493bb437 (eventType: REMOVE_MANY, position: -1, notifier: Root@OID1109, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: [BaseObject@OID1111[INVALID], OID1112, OID1113, OID1114], newValue: null, isTouch: false, wasSet: true) This List: That List: ******************************************************* ConflictResolverExtendedTest.testRemoveHeadMoveChildHead [H2-branching-ranges, JVM, Native] ******************************************************* This root: org.eclipse.emf.ecore.impl.ENotificationImpl@38988d78 (eventType: REMOVE, position: 0, notifier: Root@OID1121[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@3fd9e01c (name: listB) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: ContainmentObject[TRANSIENT], newValue: null, isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@7e83c8da (eventType: REMOVE, position: 0, notifier: Root@OID1121, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@3fd9e01c (name: listB) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: ContainmentObject@OID1127[INVALID_CONFLICT], newValue: null, isTouch: false, wasSet: true) ******************************************************* ConflictResolverExtendedTest.testRemoveHeadMoveHead [H2-branching-ranges, JVM, Native] ******************************************************* This root: org.eclipse.emf.ecore.impl.ENotificationImpl@60ccf498 (eventType: REMOVE, position: 0, notifier: Root@OID1133[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject[TRANSIENT], newValue: null, isTouch: false, wasSet: true) That root: org.eclipse.emf.ecore.impl.ENotificationImpl@430ec0d7 (eventType: MOVE, position: 4, notifier: Root@OID1133[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: 0, newValue: BaseObject@OID1134, isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@1e4d24f8 (eventType: REMOVE, position: 0, notifier: Root@OID1133, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject@OID1134[INVALID], newValue: null, isTouch: false, wasSet: true) This List: BaseObject 1 [OID1135], BaseObject 2 [OID1136], BaseObject 3 [OID1137], BaseObject 4 [OID1138] That List: BaseObject 1 [OID1135], BaseObject 2 [OID1136], BaseObject 3 [OID1137], BaseObject 4 [OID1138] ******************************************************* ConflictResolverExtendedTest.testRemoveHeadMoveHeadRemoveMiddle [H2-branching-ranges, JVM, Native] ******************************************************* This root: org.eclipse.emf.ecore.impl.ENotificationImpl@5170ebb6 (eventType: REMOVE, position: 0, notifier: Root@OID1145[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject[TRANSIENT], newValue: null, isTouch: false, wasSet: true) That root: org.eclipse.emf.ecore.impl.ENotificationImpl@773236a7 (eventType: MOVE, position: 4, notifier: Root@OID1145[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: 0, newValue: BaseObject@OID1146, isTouch: false, wasSet: true) That root: org.eclipse.emf.ecore.impl.ENotificationImpl@92f6ae6 (eventType: REMOVE, position: 1, notifier: Root@OID1145[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject[TRANSIENT], newValue: null, isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@39f66278 (eventType: REMOVE, position: 0, notifier: Root@OID1145[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject@OID1146[INVALID], newValue: null, isTouch: false, wasSet: true) This root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@34edf6ef (eventType: REMOVE, position: 1, notifier: Root@OID1145, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: null, newValue: null, isTouch: false, wasSet: true) This List: BaseObject 1 [OID1147], BaseObject 3 [OID1149], BaseObject 4 [OID1150] That List: BaseObject 1 [OID1147], BaseObject 3 [OID1149], BaseObject 4 [OID1150] ******************************************************* ConflictResolverExtendedTest.testRemoveHeadMoveTail [H2-branching-ranges, JVM, Native] ******************************************************* This root: org.eclipse.emf.ecore.impl.ENotificationImpl@6c6c7ee5 (eventType: REMOVE, position: 0, notifier: Root@OID1157[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject[TRANSIENT], newValue: null, isTouch: false, wasSet: true) That root: org.eclipse.emf.ecore.impl.ENotificationImpl@5911d6e (eventType: MOVE, position: 0, notifier: Root@OID1157[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: 4, newValue: BaseObject@OID1162, isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@41d01bcf (eventType: REMOVE, position: 0, notifier: Root@OID1157[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject@OID1158[INVALID], newValue: null, isTouch: false, wasSet: true) This root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@375d10f4 (eventType: MOVE, position: 0, notifier: Root@OID1157, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: 3, newValue: BaseObject@OID1162, isTouch: false, wasSet: true) This List: BaseObject 4 [OID1162], BaseObject 1 [OID1159], BaseObject 2 [OID1160], BaseObject 3 [OID1161] That List: BaseObject 4 [OID1162], BaseObject 1 [OID1159], BaseObject 2 [OID1160], BaseObject 3 [OID1161] ******************************************************* ConflictResolverExtendedTest.testRemoveHeadReAttachHead [H2-branching-ranges, JVM, Native] ******************************************************* This root: org.eclipse.emf.ecore.impl.ENotificationImpl@22876aea (eventType: REMOVE, position: 0, notifier: Root@OID1169[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@3fd9e01c (name: listB) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: ContainmentObject[TRANSIENT], newValue: null, isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@3020cab8 (eventType: REMOVE, position: 0, notifier: Root@OID1169, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@3fd9e01c (name: listB) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: ContainmentObject@OID1175[INVALID], newValue: null, isTouch: false, wasSet: true) This List: ContainmentObject 1 [OID1178] That List: ContainmentObject 1 [OID1178] ******************************************************* ConflictResolverExtendedTest.testRemoveHeadRemoveChildChildHead [H2-branching-ranges, JVM, Native] ******************************************************* This root: org.eclipse.emf.ecore.impl.ENotificationImpl@56cd8903 (eventType: REMOVE, position: 0, notifier: Root@OID1181[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@3fd9e01c (name: listB) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: ContainmentObject[TRANSIENT], newValue: null, isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@7bd8be2d (eventType: REMOVE, position: 0, notifier: Root@OID1181, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@3fd9e01c (name: listB) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: ContainmentObject@OID1187[INVALID], newValue: null, isTouch: false, wasSet: true) ******************************************************* ConflictResolverExtendedTest.testRemoveHeadRemoveChildHead [H2-branching-ranges, JVM, Native] ******************************************************* This root: org.eclipse.emf.ecore.impl.ENotificationImpl@33d9904f (eventType: REMOVE, position: 0, notifier: Root@OID1193[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@3fd9e01c (name: listB) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: ContainmentObject[TRANSIENT], newValue: null, isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@69168da5 (eventType: REMOVE, position: 0, notifier: Root@OID1193, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@3fd9e01c (name: listB) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: ContainmentObject@OID1199[INVALID_CONFLICT], newValue: null, isTouch: false, wasSet: true) ******************************************************* ConflictResolverExtendedTest.testRemoveHeadRemoveHead [H2-branching-ranges, JVM, Native] ******************************************************* This root: org.eclipse.emf.ecore.impl.ENotificationImpl@bb4fc7d (eventType: REMOVE, position: 0, notifier: Root@OID1205[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject[TRANSIENT], newValue: null, isTouch: false, wasSet: true) That root: org.eclipse.emf.ecore.impl.ENotificationImpl@c9f9fe3 (eventType: REMOVE, position: 0, notifier: Root@OID1205[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject[TRANSIENT], newValue: null, isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@5e08d864 (eventType: REMOVE, position: 0, notifier: Root@OID1205, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: null, newValue: null, isTouch: false, wasSet: true) This List: BaseObject 1 [OID1207], BaseObject 2 [OID1208], BaseObject 3 [OID1209], BaseObject 4 [OID1210] That List: BaseObject 1 [OID1207], BaseObject 2 [OID1208], BaseObject 3 [OID1209], BaseObject 4 [OID1210] ******************************************************* ConflictResolverExtendedTest.testRemoveHeadRemoveTail [H2-branching-ranges, JVM, Native] ******************************************************* This root: org.eclipse.emf.ecore.impl.ENotificationImpl@1da78c7c (eventType: REMOVE, position: 0, notifier: Root@OID1217[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject[TRANSIENT], newValue: null, isTouch: false, wasSet: true) That root: org.eclipse.emf.ecore.impl.ENotificationImpl@2cd2fdd8 (eventType: REMOVE, position: 4, notifier: Root@OID1217[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject[TRANSIENT], newValue: null, isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@50b0cc0a (eventType: REMOVE, position: 0, notifier: Root@OID1217[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject@OID1218[INVALID], newValue: null, isTouch: false, wasSet: true) This root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@68bd931a (eventType: REMOVE, position: 3, notifier: Root@OID1217, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject@OID1222[INVALID], newValue: null, isTouch: false, wasSet: true) This List: BaseObject 1 [OID1219], BaseObject 2 [OID1220], BaseObject 3 [OID1221] That List: BaseObject 1 [OID1219], BaseObject 2 [OID1220], BaseObject 3 [OID1221] ******************************************************* ConflictResolverExtendedTest.testRemoveHeadSetChildHead [H2-branching-ranges, JVM, Native] ******************************************************* This root: org.eclipse.emf.ecore.impl.ENotificationImpl@238fd9cc (eventType: REMOVE, position: 0, notifier: Root@OID1229[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@3fd9e01c (name: listB) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: ContainmentObject[TRANSIENT], newValue: null, isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@45add001 (eventType: REMOVE, position: 0, notifier: Root@OID1229, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@3fd9e01c (name: listB) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: ContainmentObject@OID1235[INVALID_CONFLICT], newValue: null, isTouch: false, wasSet: true) ******************************************************* ConflictResolverExtendedTest.testRemoveRemove [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* ConflictResolverExtendedTest.testRemoveTailAddHead [H2-branching-ranges, JVM, Native] ******************************************************* This root: org.eclipse.emf.ecore.impl.ENotificationImpl@596d15c (eventType: REMOVE, position: 4, notifier: Root@OID1249[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject[TRANSIENT], newValue: null, isTouch: false, wasSet: true) That root: org.eclipse.emf.ecore.impl.ENotificationImpl@5dea9867 (eventType: ADD, position: 0, notifier: Root@OID1249[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: null, newValue: BaseObject@oid1[NEW], isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@c7e9369 (eventType: REMOVE, position: 4, notifier: Root@OID1249[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject@OID1254[INVALID], newValue: null, isTouch: false, wasSet: true) This root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@347d6177 (eventType: ADD, position: 0, notifier: Root@OID1249, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: [OID1250, OID1251, OID1252, OID1253], newValue: BaseObject@OID1259, isTouch: false, wasSet: true) This List: ThatBaseObject 0 [OID1259], BaseObject 0 [OID1250], BaseObject 1 [OID1251], BaseObject 2 [OID1252], BaseObject 3 [OID1253] That List: ThatBaseObject 0 [OID1259], BaseObject 0 [OID1250], BaseObject 1 [OID1251], BaseObject 2 [OID1252], BaseObject 3 [OID1253] ******************************************************* ConflictResolverExtendedTest.testRemoveTailAddTail [H2-branching-ranges, JVM, Native] ******************************************************* This root: org.eclipse.emf.ecore.impl.ENotificationImpl@69f90fc4 (eventType: REMOVE, position: 4, notifier: Root@OID1262[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject[TRANSIENT], newValue: null, isTouch: false, wasSet: true) That root: org.eclipse.emf.ecore.impl.ENotificationImpl@328f46f9 (eventType: ADD, position: 5, notifier: Root@OID1262[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: null, newValue: BaseObject@oid1[NEW], isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@6e3668c6 (eventType: REMOVE, position: 4, notifier: Root@OID1262[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject@OID1267[INVALID], newValue: null, isTouch: false, wasSet: true) This root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@5eb25b23 (eventType: ADD, position: 4, notifier: Root@OID1262, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: [OID1263, OID1264, OID1265, OID1266], newValue: BaseObject@OID1272, isTouch: false, wasSet: true) This List: BaseObject 0 [OID1263], BaseObject 1 [OID1264], BaseObject 2 [OID1265], BaseObject 3 [OID1266], ThatBaseObject 0 [OID1272] That List: BaseObject 0 [OID1263], BaseObject 1 [OID1264], BaseObject 2 [OID1265], BaseObject 3 [OID1266], ThatBaseObject 0 [OID1272] ******************************************************* ConflictResolverExtendedTest.testRemoveTailClear [H2-branching-ranges, JVM, Native] ******************************************************* This root: org.eclipse.emf.ecore.impl.ENotificationImpl@425436b4 (eventType: REMOVE, position: 4, notifier: Root@OID1275[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject[TRANSIENT], newValue: null, isTouch: false, wasSet: true) That root: org.eclipse.emf.ecore.impl.ENotificationImpl@58a0b88e (eventType: REMOVE_MANY, position: -1, notifier: Root@OID1275[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: [BaseObject[TRANSIENT], BaseObject[TRANSIENT], BaseObject[TRANSIENT], BaseObject[TRANSIENT], BaseObject[TRANSIENT]], newValue: null, isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@521c06ed (eventType: REMOVE, position: 4, notifier: Root@OID1275[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: null, newValue: null, isTouch: false, wasSet: true) This root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@2ab72b83 (eventType: REMOVE_MANY, position: -1, notifier: Root@OID1275, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: [OID1276, OID1277, OID1278, BaseObject@OID1279[INVALID]], newValue: null, isTouch: false, wasSet: true) This List: That List: ******************************************************* ConflictResolverExtendedTest.testRemoveTailMoveHead [H2-branching-ranges, JVM, Native] ******************************************************* This root: org.eclipse.emf.ecore.impl.ENotificationImpl@5ae50044 (eventType: REMOVE, position: 4, notifier: Root@OID1287[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject[TRANSIENT], newValue: null, isTouch: false, wasSet: true) That root: org.eclipse.emf.ecore.impl.ENotificationImpl@73d7b6b0 (eventType: MOVE, position: 4, notifier: Root@OID1287[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: 0, newValue: BaseObject@OID1288, isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@a0a3f53 (eventType: REMOVE, position: 4, notifier: Root@OID1287[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject@OID1292[INVALID], newValue: null, isTouch: false, wasSet: true) This root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@1ec24bad (eventType: MOVE, position: 3, notifier: Root@OID1287, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: 0, newValue: BaseObject@OID1288, isTouch: false, wasSet: true) This List: BaseObject 1 [OID1289], BaseObject 2 [OID1290], BaseObject 3 [OID1291], BaseObject 0 [OID1288] That List: BaseObject 1 [OID1289], BaseObject 2 [OID1290], BaseObject 3 [OID1291], BaseObject 0 [OID1288] ******************************************************* ConflictResolverExtendedTest.testRemoveTailMoveTail [H2-branching-ranges, JVM, Native] ******************************************************* This root: org.eclipse.emf.ecore.impl.ENotificationImpl@2673ba1f (eventType: REMOVE, position: 4, notifier: Root@OID1299[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject[TRANSIENT], newValue: null, isTouch: false, wasSet: true) That root: org.eclipse.emf.ecore.impl.ENotificationImpl@463bdee9 (eventType: MOVE, position: 0, notifier: Root@OID1299[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: 4, newValue: BaseObject@OID1304, isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@7f6c8b3d (eventType: REMOVE, position: 4, notifier: Root@OID1299, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject@OID1304[INVALID], newValue: null, isTouch: false, wasSet: true) This List: BaseObject 0 [OID1300], BaseObject 1 [OID1301], BaseObject 2 [OID1302], BaseObject 3 [OID1303] That List: BaseObject 0 [OID1300], BaseObject 1 [OID1301], BaseObject 2 [OID1302], BaseObject 3 [OID1303] ******************************************************* ConflictResolverExtendedTest.testRemoveTailRemoveHead [H2-branching-ranges, JVM, Native] ******************************************************* This root: org.eclipse.emf.ecore.impl.ENotificationImpl@3e83ab7b (eventType: REMOVE, position: 4, notifier: Root@OID1311[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject[TRANSIENT], newValue: null, isTouch: false, wasSet: true) That root: org.eclipse.emf.ecore.impl.ENotificationImpl@49342fb7 (eventType: REMOVE, position: 0, notifier: Root@OID1311[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject[TRANSIENT], newValue: null, isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@6e2566c1 (eventType: REMOVE, position: 4, notifier: Root@OID1311[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject@OID1316[INVALID], newValue: null, isTouch: false, wasSet: true) This root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@47d7fc55 (eventType: REMOVE, position: 0, notifier: Root@OID1311, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject@OID1312[INVALID], newValue: null, isTouch: false, wasSet: true) This List: BaseObject 1 [OID1313], BaseObject 2 [OID1314], BaseObject 3 [OID1315] That List: BaseObject 1 [OID1313], BaseObject 2 [OID1314], BaseObject 3 [OID1315] ******************************************************* ConflictResolverExtendedTest.testRemoveTailRemoveTail [H2-branching-ranges, JVM, Native] ******************************************************* This root: org.eclipse.emf.ecore.impl.ENotificationImpl@10dba2e3 (eventType: REMOVE, position: 4, notifier: Root@OID1323[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject[TRANSIENT], newValue: null, isTouch: false, wasSet: true) That root: org.eclipse.emf.ecore.impl.ENotificationImpl@24a5df6a (eventType: REMOVE, position: 4, notifier: Root@OID1323[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject[TRANSIENT], newValue: null, isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@17889e29 (eventType: REMOVE, position: 4, notifier: Root@OID1323, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: null, newValue: null, isTouch: false, wasSet: true) This List: BaseObject 0 [OID1324], BaseObject 1 [OID1325], BaseObject 2 [OID1326], BaseObject 3 [OID1327] That List: BaseObject 0 [OID1324], BaseObject 1 [OID1325], BaseObject 2 [OID1326], BaseObject 3 [OID1327] ******************************************************* ConflictResolverExtendedTest.test_RemoveRemove_MoveRemoveRemoveRemove [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* ConflictResolverTest.testCDOMergingConflictResolver [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* ConflictResolverTest.testMergeLocalChangesPerFeature_Basic [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* ConflictResolverTest.testMergeLocalChangesPerFeature_BasicException [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* ConflictResolverTest.testMergeLocalChangesPerFeature_Bug1 [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* ConflictResolverTest.testMergeLocalChangesPerFeature_Bug2 [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* ConflictResolverTest.testMergeLocalChangesPerFeature_Bug3 [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* ConflictResolverTest.testMerge_ManyValue [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* ContainmentTest.test3Levels [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* ContainmentTest.testBasicContainment [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* ContainmentTest.testContainmentChangeInSameResource [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* ContainmentTest.testModeledBackPointer [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* ContainmentTest.testModeledBackPointer_Transient [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* ContainmentTest.testModeledBackPointer_Transient_Load [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* ContainmentTest.testObjectNotSameResourceThanItsContainerCDO [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* ContainmentTest.testObjectNotSameResourceThanItsContainer_WithoutCDO [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* ContainmentTest.testRemovedContainment [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* ContainmentTest.testSeparateSession [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* ContainmentTest.testSeparateView [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* ContainmentTest.testSetSingleContainment [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* ContainmentTest.testTransientContainment [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* ContainmentTest.testUnsetSingleContainment [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* CrossReferenceTest.testCrossCreferenceBetweenContainerAndContained [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* CrossReferenceTest.testDetachXRef [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* CrossReferenceTest.testDetachXRefExternal [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* CrossReferenceTest.testDetachXRefReattach [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* CrossReferenceTest.testExternalMakeDangling [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* CrossReferenceTest.testExternalMakeNew [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* CrossReferenceTest.testLoadViaContainment [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* CrossReferenceTest.testLoadViaXRef [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* CrossReferenceTest.testNewMakeExternal [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* CrossReferenceTest.testTwoResources [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* DetachTest.testCleanObjectDeletion [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* DetachTest.testDetachEmptyNewResource [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* DetachTest.testDetachEmptyPersistedResource [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* DetachTest.testDetachNewResource [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* DetachTest.testDetachPersistedResource [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* DetachTest.testDetachPersistedResourceWithPersistedData [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* DetachTest.testDetachProxyResource [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* DetachTest.testKeepValue [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* DetachTest.testNewObjectDeletion [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* DetachTest.testSavePointCleanObjectDeletion [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* DetachTest.testSavePointNewObjectDeletion [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* DynamicPackageTest.testDynamicMaps [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* DynamicXSDTest.testDynamicEcore [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* EMFCompareTest.testAllContentsOfCompany [H2-branching-ranges, JVM, Native] ******************************************************* Match: Left: Company@OID1543:0v3 Right: Company@OID1543:0v2 Differences: org.eclipse.emf.compare.internal.spec.AttributeChangeSpec{attribute=Address.name,value=Eclipse,kind=CHANGE,source=LEFT,state=UNRESOLVED} Match: Left: Category@OID1544:0v1 Right: Category@OID1544:0v1 Differences: Match: Left: Category@OID1545:0v1 Right: Category@OID1545:0v1 Differences: Match: Left: Category@OID1546:0v1 Right: Category@OID1546:0v1 Differences: Match: Left: Category@OID1547:0v1 Right: Category@OID1547:0v1 Differences: Match: Left: Category@OID1548:0v1 Right: Category@OID1548:0v1 Differences: ******************************************************* EMFCompareTest.testAllContentsOfRoot [H2-branching-ranges, JVM, Native] ******************************************************* Match: Left: CDOResource@OID1:0v167("/") Right: CDOResource@OID1:0v167("/") Differences: ******************************************************* EMFCompareTest.testChanges [H2-branching-ranges, JVM, Native] ******************************************************* Match: Left: CDOResource@OID1:0v168("/") Right: CDOResource@OID1:0v168("/") Differences: Match: Left: CDOResourceFolder@OID1581:0v1("EMFCompareTest_testChanges") Right: CDOResourceFolder@OID1581:0v1("EMFCompareTest_testChanges") Differences: Match: Left: CDOResource@OID1582:0v1("res1") Right: CDOResource@OID1582:0v1("res1") Differences: Match: Left: Company@OID1583:0v1 Right: Company@OID1583:0v1 Differences: UNRESOLVED LEFT ADD org.eclipse.emf.compare.internal.spec.ReferenceChangeSpec{reference=Company.categories,value=Category@29307ea4 Category2,parentMatch=org.eclipse.emf.cdo.internal.compare.CDOCompareFactoryImpl$CDOMatchSpec{left=Company@4cf7f5d8 Company,right=Company@515b9a68 Company,origin=,#differences=1,#submatches=2},match of value=org.eclipse.emf.cdo.internal.compare.CDOCompareFactoryImpl$CDOMatchSpec{left=Category@29307ea4 Category2,right=,origin=,#differences=0,#submatches=0}} Match: Left: Category@OID1584:0v1 Right: Category@OID1584:0v1 Differences: org.eclipse.emf.compare.internal.spec.AttributeChangeSpec{attribute=Category.name,value=CHANGED,kind=CHANGE,source=LEFT,state=UNRESOLVED} Match: Left: Category@oid1:0v0 Right: null Differences: ******************************************************* EMFCompareTest.testChangesDelete [H2-branching-ranges, JVM, Native] ******************************************************* Match: Left: CDOResource@OID1:0v169("/") Right: CDOResource@OID1:0v169("/") Differences: Match: Left: CDOResourceFolder@OID1585:0v1("EMFCompareTest_testChangesDelete") Right: CDOResourceFolder@OID1585:0v1("EMFCompareTest_testChangesDelete") Differences: Match: Left: CDOResource@OID1586:0v1("res1") Right: CDOResource@OID1586:0v1("res1") Differences: Match: Left: Company@OID1587:0v1 Right: Company@OID1587:0v1 Differences: UNRESOLVED LEFT DELETE org.eclipse.emf.compare.internal.spec.ReferenceChangeSpec{reference=Company.categories,value=Category@74cc987a Category,parentMatch=org.eclipse.emf.cdo.internal.compare.CDOCompareFactoryImpl$CDOMatchSpec{left=Company@39198a86 Company,right=Company@62ec0967 Company,origin=,#differences=1,#submatches=1},match of value=org.eclipse.emf.cdo.internal.compare.CDOCompareFactoryImpl$CDOMatchSpec{left=,right=Category@74cc987a Category,origin=,#differences=0,#submatches=0}} Match: Left: null Right: Category@OID1588:0v1 Differences: ******************************************************* EMFCompareTest.testContainmentProxy [H2-branching-ranges, JVM, Native] ******************************************************* Match: Left: CDOResource@OID1:0v170("/") Right: CDOResource@OID1:0v170("/") Differences: Match: Left: CDOResourceFolder@OID1589:0v1("EMFCompareTest_testContainmentProxy") Right: CDOResourceFolder@OID1589:0v1("EMFCompareTest_testContainmentProxy") Differences: Match: Left: CDOResource@OID1590:0v1("res1") Right: CDOResource@OID1590:0v1("res1") Differences: Match: Left: Company@OID1592:0v1 Right: Company@OID1592:0v1 Differences: Match: Left: Category@OID1593:0v1 Right: Category@OID1593:0v1 Differences: Match: Left: Product1@OID1594:0v2 Right: Product1@OID1594:0v1 Differences: org.eclipse.emf.compare.internal.spec.AttributeChangeSpec{attribute=Product1.name,value=CHANGED,kind=CHANGE,source=LEFT,state=UNRESOLVED} Match: Left: CDOResource@OID1591:0v1("res2") Right: CDOResource@OID1591:0v1("res2") Differences: ******************************************************* EMFCompareTest.testContainmentProxyEMF [H2-branching-ranges, JVM, Native] ******************************************************* Match: Left: org.eclipse.emf.cdo.tests.model1.legacy.impl.CompanyImpl@22846025 (name: Eclipse, street: null, city: null) Right: org.eclipse.emf.cdo.tests.model1.legacy.impl.CompanyImpl@41718278 (name: Eclipse, street: null, city: null) Differences: Match: Left: org.eclipse.emf.cdo.tests.model1.legacy.impl.CategoryImpl@2c9c7f4a (name: Category) Right: org.eclipse.emf.cdo.tests.model1.legacy.impl.CategoryImpl@d679e86 (name: Category) Differences: Match: Left: org.eclipse.emf.cdo.tests.model1.legacy.impl.Product1Impl@c634247 (name: Product0, vat: vat15, otherVATs: [], description: null) Right: org.eclipse.emf.cdo.tests.model1.legacy.impl.Product1Impl@414c63f1 (name: ProductB, vat: vat15, otherVATs: [], description: null) Differences: org.eclipse.emf.compare.internal.spec.AttributeChangeSpec{attribute=Product1.name,value=Product0,kind=CHANGE,source=LEFT,state=UNRESOLVED} Match: Left: org.eclipse.emf.cdo.tests.model1.legacy.impl.Product1Impl@e6522bd (name: Product1, vat: vat15, otherVATs: [], description: null) Right: org.eclipse.emf.cdo.tests.model1.legacy.impl.Product1Impl@3f471e59 (name: Product1, vat: vat15, otherVATs: [], description: null) Differences: Match: Left: org.eclipse.emf.cdo.tests.model1.legacy.impl.Product1Impl@2920028c (name: Product2, vat: vat15, otherVATs: [], description: null) Right: org.eclipse.emf.cdo.tests.model1.legacy.impl.Product1Impl@b51afb2 (name: Product2, vat: vat15, otherVATs: [], description: null) Differences: Match: Left: org.eclipse.emf.cdo.tests.model1.legacy.impl.Product1Impl@2c0604af (name: Product3, vat: vat15, otherVATs: [], description: null) Right: org.eclipse.emf.cdo.tests.model1.legacy.impl.Product1Impl@2b3472a0 (name: Product3, vat: vat15, otherVATs: [], description: null) Differences: Match: Left: org.eclipse.emf.cdo.tests.model1.legacy.impl.Product1Impl@2a92128 (name: Product4, vat: vat15, otherVATs: [], description: null) Right: org.eclipse.emf.cdo.tests.model1.legacy.impl.Product1Impl@48322f0 (name: Product4, vat: vat15, otherVATs: [], description: null) Differences: Match: Left: org.eclipse.emf.cdo.tests.model1.legacy.impl.Product1Impl@183c6db3 (name: Product5, vat: vat15, otherVATs: [], description: null) Right: org.eclipse.emf.cdo.tests.model1.legacy.impl.Product1Impl@1015bd66 (name: Product5, vat: vat15, otherVATs: [], description: null) Differences: Match: Left: org.eclipse.emf.cdo.tests.model1.legacy.impl.Product1Impl@5b7e6e2d (name: Product6, vat: vat15, otherVATs: [], description: null) Right: org.eclipse.emf.cdo.tests.model1.legacy.impl.Product1Impl@46775310 (name: Product6, vat: vat15, otherVATs: [], description: null) Differences: Match: Left: org.eclipse.emf.cdo.tests.model1.legacy.impl.Product1Impl@3dddef98 (name: Product7, vat: vat15, otherVATs: [], description: null) Right: org.eclipse.emf.cdo.tests.model1.legacy.impl.Product1Impl@1e9bc8 (name: Product7, vat: vat15, otherVATs: [], description: null) Differences: Match: Left: org.eclipse.emf.cdo.tests.model1.legacy.impl.Product1Impl@28b992e0 (name: Product8, vat: vat15, otherVATs: [], description: null) Right: org.eclipse.emf.cdo.tests.model1.legacy.impl.Product1Impl@542abb34 (name: Product8, vat: vat15, otherVATs: [], description: null) Differences: Match: Left: org.eclipse.emf.cdo.tests.model1.legacy.impl.Product1Impl@6592f06 (name: Product9, vat: vat15, otherVATs: [], description: null) Right: org.eclipse.emf.cdo.tests.model1.legacy.impl.Product1Impl@726d34de (name: Product9, vat: vat15, otherVATs: [], description: null) Differences: ******************************************************* EMFCompareTest.testFeatureFilter [H2-branching-ranges, JVM, Native] ******************************************************* Match: Left: CDOResource@OID1:0v171("/") Right: CDOResource@OID1:0v171("/") Differences: Match: Left: CDOResourceFolder@OID1604:0v1("EMFCompareTest_testFeatureFilter") Right: CDOResourceFolder@OID1604:0v1("EMFCompareTest_testFeatureFilter") Differences: Match: Left: CDOResource@OID1605:0v1("res1") Right: CDOResource@OID1605:0v1("res1") Differences: org.eclipse.emf.compare.internal.spec.AttributeChangeSpec{attribute=CDOResource.resourceSet,value=org.eclipse.emf.ecore.resource.impl.ResourceSetImpl@3072b38f resources=[CDOResource@OID1605("cdo://repo1/EMFCompareTest_testFeatureFilter/res1")],kind=CHANGE,source=LEFT,state=UNRESOLVED} Match: Left: Company@OID1606:0v2 Right: Company@OID1606:0v1 Differences: org.eclipse.emf.compare.internal.spec.AttributeChangeSpec{attribute=Address.name,value=Eclipse,kind=CHANGE,source=LEFT,state=UNRESOLVED} ******************************************************* EMFCompareTest.testMinimal [H2-branching-ranges, JVM, Native] ******************************************************* Match: Left: CDOResource@OID1:0v172("/") Right: CDOResource@OID1:0v172("/") Differences: Match: Left: CDOResourceFolder@OID1612:0v1("EMFCompareTest_testMinimal") Right: CDOResourceFolder@OID1612:0v1("EMFCompareTest_testMinimal") Differences: Match: Left: CDOResource@OID1613:0v1("res1") Right: CDOResource@OID1613:0v1("res1") Differences: Match: Left: Company@OID1614:0v3 Right: Company@OID1614:0v2 Differences: org.eclipse.emf.compare.internal.spec.AttributeChangeSpec{attribute=Address.name,value=Eclipse,kind=CHANGE,source=LEFT,state=UNRESOLVED} ******************************************************* EMFCompareTest.testNoContainmentProxy [H2-branching-ranges, JVM, Native] ******************************************************* Match: Left: CDOResource@OID1:0v173("/") Right: CDOResource@OID1:0v173("/") Differences: Match: Left: CDOResourceFolder@OID1632:0v1("EMFCompareTest_testNoContainmentProxy") Right: CDOResourceFolder@OID1632:0v1("EMFCompareTest_testNoContainmentProxy") Differences: Match: Left: CDOResource@OID1633:0v1("res1") Right: CDOResource@OID1633:0v1("res1") Differences: Match: Left: Company@OID1634:0v1 Right: Company@OID1634:0v1 Differences: Match: Left: Category@OID1635:0v1 Right: Category@OID1635:0v1 Differences: Match: Left: Product1@OID1636:0v2 Right: Product1@OID1636:0v1 Differences: org.eclipse.emf.compare.internal.spec.AttributeChangeSpec{attribute=Product1.name,value=EclipseProduct,kind=CHANGE,source=LEFT,state=UNRESOLVED} ******************************************************* EMapTest.testEMap [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* EnumTest.testAttached [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* EnumTest.testAttachedFresh [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* EnumTest.testTransient [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* EnumTest.testTransientFresh [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* ExternalReferenceTest.testExternalWithDynamicEObject [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* ExternalReferenceTest.testExternalWithEClass [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* ExternalReferenceTest.testExternalWithEPackage [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* ExternalReferenceTest.testManyViewsOnOneResourceSet [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo2"! Other schemas may contain a CDO repository: commitinforepo, repo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* ExternalReferenceTest.testObjectNotAttached [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* ExternalReferenceTest.testOneXMIResourceManyViewsOnOneResourceSet [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* ExternalReferenceTest.testUsingObjectsBetweenSameTransaction [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* ExternalReferenceTest.testWithXML [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* ExternalReferenceTest.testWithXMLAndPrefetching [H2-branching-ranges, JVM, Native] ******************************************************* PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] ******************************************************* ExternalReferenceTest.testXRefExternalObject [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: commitinforepo, repo2 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* IndexReconstructionTest.testAddAfter1 [H2-branching-ranges, JVM, Native] ******************************************************* OID6: CDOResource.contents=2 3 4 5 OID7: Customer.salesOrders=1 2 3 4 ******************************************************* IndexReconstructionTest.testAddAfter4 [H2-branching-ranges, JVM, Native] ******************************************************* OID10: CDOResource.contents=5 6 7 8 OID11: Customer.salesOrders=4 5 6 7 ******************************************************* IndexReconstructionTest.testAddBefore1 [H2-branching-ranges, JVM, Native] ******************************************************* OID17: CDOResource.contents=2 3 4 5 OID18: Customer.salesOrders=3 2 1 0 ******************************************************* IndexReconstructionTest.testAddBefore4 [H2-branching-ranges, JVM, Native] ******************************************************* OID21: CDOResource.contents=5 6 7 8 OID22: Customer.salesOrders=3 2 1 0 ******************************************************* IndexReconstructionTest.testMoveBackward [H2-branching-ranges, JVM, Native] ******************************************************* OID28: CDOResource.contents=5 6 7 8 OID29: Customer.salesOrders=2 3 6 7 ******************************************************* IndexReconstructionTest.testMoveBehindEnd [H2-branching-ranges, JVM, Native] ******************************************************* OID35: CDOResource.contents=5 6 7 8 OID36: Customer.salesOrders=2 3 4 5 ******************************************************* IndexReconstructionTest.testMoveForward [H2-branching-ranges, JVM, Native] ******************************************************* OID42: CDOResource.contents=5 6 7 8 OID43: Customer.salesOrders=6 7 2 3 ******************************************************* IndexReconstructionTest.testReAdded [H2-branching-ranges, JVM, Native] ******************************************************* OID49: CDOResource.contents=5 6 7 8 9 10 11 12 OID50: Customer.salesOrders=2 3 4 5 ******************************************************* IndexReconstructionTest.testRemove1 [H2-branching-ranges, JVM, Native] ******************************************************* OID56: CDOResource.contents=5 6 7 8 OID57: Customer.salesOrders=3 4 5 6 ******************************************************* IndexReconstructionTest.testRemove4 [H2-branching-ranges, JVM, Native] ******************************************************* OID64: Customer.salesOrders=0 1 2 3 OID63: CDOResource.contents=5 6 7 8 ******************************************************* IndexReconstructionTest.testRemoveAdded [H2-branching-ranges, JVM, Native] ******************************************************* OID70: CDOResource.contents=5 6 7 8 OID71: Customer.salesOrders=2 3 ******************************************************* IndexReconstructionTest.testRemoveLastAdded [H2-branching-ranges, JVM, Native] ******************************************************* OID77: CDOResource.contents=5 6 7 8 ******************************************************* InitialTest.testAttachObject [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* InitialTest.testCommitDirty [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* InitialTest.testCommitDirtyInverseList [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* InitialTest.testCommitNew [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* InitialTest.testCommitNewInverseList [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* InitialTest.testCreateResource [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* InitialTest.testDirectResource [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* InitialTest.testDirectResourceEMF [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* InitialTest.testGetContents [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* InitialTest.testGetResource [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* InitialTest.testLoadObject [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* InitialTest.testLoadObjectInverseList [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* InitialTest.testLoadResource [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* InitialTest.testMultipleInheritence [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* InitialTest.testNullReference [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* InitialTest.testOpenSession [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* InitialTest.testReadObjectClean [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* InitialTest.testReadObjectProxy [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* InitialTest.testReadResourceClean [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* InitialTest.testReadTransientValue [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* InitialTest.testReferenceIntoDifferentResource [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* InitialTest.testResourceAccessor [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* InitialTest.testStartTransaction [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* InitialTest.testTransientObject [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* InitialTest.testTransientResource [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* InitialTest.testWriteClean [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* InvalidationTest.testConflictDifferentSession [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* InvalidationTest.testConflictSameSession [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* InvalidationTest.testDeleteFromOtherBranch [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* InvalidationTest.testDetach [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* InvalidationTest.testDetachAndPassiveUpdate [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* InvalidationTest.testDetachAndPassiveUpdateWithoutRevisionTimestamp [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* InvalidationTest.testDetachedConflictDifferentSession [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* InvalidationTest.testDetachedConflictSameSession [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* InvalidationTest.testInvalidateAndCache [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* InvalidationTest.testPassiveUpdateMode_CHANGES [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* InvalidationTest.testPassiveUpdateOnAndOff [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* InvalidationTest.testRefreshEmptyRepository [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* InvalidationTest.testSeparateSession [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* InvalidationTest.testSeparateSession_PassiveUpdateDisable [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* InvalidationTest.testSeparateView [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* InvalidationTest.testSeparateViewNotification [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* LobTest.testCommitBlob [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* LobTest.testCommitClob [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* LobTest.testReadBlob [H2-branching-ranges, JVM, Native] *******************************************************
******************************************************* LobTest.testReadClob [H2-branching-ranges, JVM, Native] *******************************************************
******************************************************* WithSubBranch.testAddReadLockOwner [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* WithSubBranch.testLockStateCache [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* WithSubBranch.testRemoveOwner [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* WithSubBranch.testRemoveReadLockOwner [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* WithSubBranch.testSetWriteLockOwner [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* WithSubBranch.testSetWriteOptionOwner [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* WithSubBranch.testUnsetWriteLockOwner [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* WithSubBranch.testUnsetWriteOptionOwner [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* LockStateCacheTest.testAddReadLockOwner [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* LockStateCacheTest.testLockStateCache [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* LockStateCacheTest.testRemoveOwner [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* LockStateCacheTest.testRemoveReadLockOwner [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* LockStateCacheTest.testSetWriteLockOwner [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* LockStateCacheTest.testSetWriteOptionOwner [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* LockStateCacheTest.testUnsetWriteLockOwner [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* LockStateCacheTest.testUnsetWriteOptionOwner [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartRepositoryTest.testDisableDurableLocking [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartRepositoryTest.testDisableDurableLockingAfterRestart [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartRepositoryTest.testDisableDurableLockingAndReleaseLocks [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartRepositoryTest.testDuplicateOpenView [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartRepositoryTest.testDuplicateOpenViewAfterRestart [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartRepositoryTest.testDurableViewHandler [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartRepositoryTest.testEnableDurableLockingWithNewObject [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartRepositoryTest.testGetDurableLockingID [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartRepositoryTest.testKeepDurableLockingID [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartRepositoryTest.testLockDowngradeAfterEnable [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartRepositoryTest.testLockDowngradeBeforeEnable [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartRepositoryTest.testLockUpgradeAfterEnable [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartRepositoryTest.testLockUpgradeBeforeEnable [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartRepositoryTest.testReadLockAfterEnable [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartRepositoryTest.testReadLockBeforeEnable [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartRepositoryTest.testWriteLockAfterEnable [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartRepositoryTest.testWriteLockBeforeEnable [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartRepositoryTest.testWriteOptionAfterEnable [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartRepositoryTest.testWriteOptionBeforeEnable [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartRepositoryTest.testWrongDurableLockingID [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartRepositoryTest.testWrongReadOnly [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartRepositoryTest.testWrongReadOnlyAfterRestart [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartSessionTest.testDisableDurableLocking [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartSessionTest.testDisableDurableLockingAfterRestart [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartSessionTest.testDisableDurableLockingAndReleaseLocks [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartSessionTest.testDuplicateOpenView [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartSessionTest.testDuplicateOpenViewAfterRestart [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartSessionTest.testDurableViewHandler [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartSessionTest.testEnableDurableLockingWithNewObject [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartSessionTest.testGetDurableLockingID [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartSessionTest.testKeepDurableLockingID [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartSessionTest.testLockDowngradeAfterEnable [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartSessionTest.testLockDowngradeBeforeEnable [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartSessionTest.testLockUpgradeAfterEnable [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartSessionTest.testLockUpgradeBeforeEnable [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartSessionTest.testReadLockAfterEnable [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartSessionTest.testReadLockBeforeEnable [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartSessionTest.testWriteLockAfterEnable [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartSessionTest.testWriteLockBeforeEnable [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartSessionTest.testWriteOptionAfterEnable [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartSessionTest.testWriteOptionBeforeEnable [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartSessionTest.testWrongDurableLockingID [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartSessionTest.testWrongReadOnly [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartSessionTest.testWrongReadOnlyAfterRestart [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartTransactionTest.testDisableDurableLocking [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartTransactionTest.testDisableDurableLockingAfterRestart [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartTransactionTest.testDisableDurableLockingAndReleaseLocks [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartTransactionTest.testDuplicateOpenView [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartTransactionTest.testDuplicateOpenViewAfterRestart [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartTransactionTest.testDurableViewHandler [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartTransactionTest.testEnableDurableLockingWithNewObject [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartTransactionTest.testGetDurableLockingID [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartTransactionTest.testKeepDurableLockingID [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartTransactionTest.testLockDowngradeAfterEnable [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartTransactionTest.testLockDowngradeBeforeEnable [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartTransactionTest.testLockUpgradeAfterEnable [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartTransactionTest.testLockUpgradeBeforeEnable [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartTransactionTest.testReadLockAfterEnable [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartTransactionTest.testReadLockBeforeEnable [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartTransactionTest.testWriteLockAfterEnable [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartTransactionTest.testWriteLockBeforeEnable [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartTransactionTest.testWriteOptionAfterEnable [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartTransactionTest.testWriteOptionBeforeEnable [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartTransactionTest.testWrongDurableLockingID [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartTransactionTest.testWrongReadOnly [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartTransactionTest.testWrongReadOnlyAfterRestart [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerTest.testAcquiredLock [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerTest.testAutoReleaseExplicitLocks [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerTest.testAutoReleaseLockFalse_commit [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerTest.testAutoReleaseLockFalse_rollback [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerTest.testAutoReleaseLocks [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerTest.testAutoReleaseLocksOnUnchangedObject [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerTest.testAutoReleaseReadLockWithLockedByOthers [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerTest.testAutoReleaseWriteLockWithLockedByOthers [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerTest.testBasicUpgradeFromReadToWriteLock [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerTest.testBasicWrongUnlock [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerTest.testBugzilla_270345 [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerTest.testDeleteLockedObject [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerTest.testDetachedObjects [H2-branching-ranges, JVM, Native] ******************************************************* [ERROR] Object OID372 not found in branch Branch[id=0, name=MAIN] (possibly detached) java.lang.IllegalArgumentException: Object OID372 not found in branch Branch[id=0, name=MAIN] (possibly detached) at org.eclipse.emf.cdo.internal.server.Repository.checkStaleRevisions(Repository.java:2284) at org.eclipse.emf.cdo.internal.server.Repository.doLock(Repository.java:2344) at org.eclipse.emf.cdo.internal.server.Repository.lock(Repository.java:2317) at org.eclipse.emf.cdo.server.internal.net4j.protocol.LockObjectsIndication.indicating(LockObjectsIndication.java:65) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerIndication.indicating(CDOServerIndication.java:107) at org.eclipse.net4j.signal.IndicationWithResponse.doExtendedInput(IndicationWithResponse.java:94) at org.eclipse.net4j.signal.Signal.doInput(Signal.java:434) at org.eclipse.net4j.signal.IndicationWithResponse.execute(IndicationWithResponse.java:72) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerWriteIndication.execute(CDOServerWriteIndication.java:34) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) ******************************************************* LockingManagerTest.testLockContention [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerTest.testLockContentionRecursive [H2-branching-ranges, JVM, Native] ******************************************************* CDOLockOwner[82:1] locking Category@OID379 CDOLockOwner[82:1] locking Company@OID378 CDOLockOwner[82:1] unlocking Category@OID379 ******************************************************* LockingManagerTest.testLockDetached [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerTest.testLockOnNewObject [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerTest.testLockRefreshForHeldLock [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerTest.testLockUnlock [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerTest.testReadLockAndCommitFromDifferentTransaction [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerTest.testReadLockAndCommitSameTransaction [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerTest.testReadLockByOthers [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerTest.testReadLockMultiple [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerTest.testReadLockStaleRevision [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerTest.testReadLockedByOthers [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerTest.testReadTimeout [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerTest.testReadUnlockMultiple [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerTest.testRecursiveLock [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerTest.testRefreshLockStates [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerTest.testSessionClose [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerTest.testTransactionClose [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerTest.testTransactionGetLockStates [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerTest.testUnlockAll [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerTest.testViewGetLockStates [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerTest.testWriteLock [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerTest.testWriteLockAndCommitFromDifferentTransaction [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerTest.testWriteLockAndCommitSameTransaction [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerTest.testWriteLockAndRollback [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerTest.testWriteLockByOthers [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerTest.testWriteLockFromDifferenceTransaction [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerTest.testWriteLockMultiple [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerTest.testWriteLockPerformance [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerTest.testWriteLockStaleRevision [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerTest.testWriteLockViaObject [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerTest.testWriteOptions [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerTest.testWriteUnlockMultiple [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* LockingNotificationsTest.testCloseViewDifferentSession [H2-branching-ranges, JVM, Native] ******************************************************* CDOViewLocksChangedEvent[source=View 1 [MAIN], sender=null, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:14:50.132], deltas=[ADDED_WRITE[OID510:0 + 118:1]]]] CDOViewLocksChangedEvent[source=View 1 [MAIN], sender=null, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:14:50.133], deltas=[REMOVED_WRITE[OID510:0 - 118:1]]]] ******************************************************* LockingNotificationsTest.testCloseViewSameSession [H2-branching-ranges, JVM, Native] ******************************************************* CDOViewLocksChangedEvent[source=View 2 [MAIN], sender=Transaction 1 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:14:50.144], deltas=[ADDED_WRITE[OID513:0 + 120:1]]]] CDOViewLocksChangedEvent[source=View 2 [MAIN], sender=Transaction 1 [closed], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:14:50.141], deltas=[REMOVED_WRITE[OID513:0 - 120:1]]]] ******************************************************* LockingNotificationsTest.testDifferentBranchDifferentSession [H2-branching-ranges, JVM, Native] ******************************************************* CDOViewLocksChangedEvent[source=Transaction 1 [MAIN], sender=Transaction 1 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:14:50.157], deltas=[ADDED_WRITE[OID516:0 + 121:1]]]] CDOViewLocksChangedEvent[source=Transaction 1 [MAIN], sender=Transaction 1 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:14:50.258], deltas=[REMOVED_WRITE[OID516:0 - 121:1]]]] CDOViewLocksChangedEvent[source=Transaction 1 [MAIN], sender=Transaction 1 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:14:50.258], deltas=[ADDED_READ[OID516:0 + 121:1]]]] CDOViewLocksChangedEvent[source=Transaction 1 [MAIN], sender=Transaction 1 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:14:50.259], deltas=[REMOVED_READ[OID516:0 - 121:1]]]] CDOViewLocksChangedEvent[source=Transaction 1 [MAIN], sender=Transaction 1 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:14:50.259], deltas=[ADDED_OPTION[OID516:0 + 121:1]]]] CDOViewLocksChangedEvent[source=Transaction 1 [MAIN], sender=Transaction 1 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:14:50.259], deltas=[REMOVED_OPTION[OID516:0 - 121:1]]]] ******************************************************* LockingNotificationsTest.testDifferentBranchDifferentSession_WithAutoRelease [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* LockingNotificationsTest.testDifferentBranchSameSession [H2-branching-ranges, JVM, Native] ******************************************************* CDOViewLocksChangedEvent[source=Transaction 2 [MAIN], sender=Transaction 2 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:14:50.894], deltas=[ADDED_WRITE[OID522:0 + 125:2]]]] CDOViewLocksChangedEvent[source=Transaction 2 [MAIN], sender=Transaction 2 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:14:50.994], deltas=[REMOVED_WRITE[OID522:0 - 125:2]]]] CDOViewLocksChangedEvent[source=Transaction 2 [MAIN], sender=Transaction 2 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:14:50.995], deltas=[ADDED_READ[OID522:0 + 125:2]]]] CDOViewLocksChangedEvent[source=Transaction 2 [MAIN], sender=Transaction 2 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:14:50.995], deltas=[REMOVED_READ[OID522:0 - 125:2]]]] CDOViewLocksChangedEvent[source=Transaction 2 [MAIN], sender=Transaction 2 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:14:50.995], deltas=[ADDED_OPTION[OID522:0 + 125:2]]]] CDOViewLocksChangedEvent[source=Transaction 2 [MAIN], sender=Transaction 2 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:14:50.996], deltas=[REMOVED_OPTION[OID522:0 - 125:2]]]] ******************************************************* LockingNotificationsTest.testDifferentBranchSameSession_WithAutoRelease [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* LockingNotificationsTest.testEnableDisableNotifications [H2-branching-ranges, JVM, Native] ******************************************************* CDOViewLocksChangedEvent[source=Transaction 1 [MAIN], sender=Transaction 1 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:14:51.631], deltas=[ADDED_WRITE[OID528:0 + 127:1]]]] CDOViewLocksChangedEvent[source=Transaction 1 [MAIN], sender=Transaction 1 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:14:51.732], deltas=[REMOVED_WRITE[OID528:0 - 127:1]]]] CDOViewLocksChangedEvent[source=Transaction 1 [MAIN], sender=Transaction 1 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:14:51.733], deltas=[ADDED_READ[OID528:0 + 127:1]]]] CDOViewLocksChangedEvent[source=Transaction 1 [MAIN], sender=Transaction 1 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:14:51.733], deltas=[REMOVED_READ[OID528:0 - 127:1]]]] CDOViewLocksChangedEvent[source=Transaction 1 [MAIN], sender=Transaction 1 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:14:51.733], deltas=[ADDED_OPTION[OID528:0 + 127:1]]]] CDOViewLocksChangedEvent[source=Transaction 1 [MAIN], sender=Transaction 1 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:14:51.734], deltas=[REMOVED_OPTION[OID528:0 - 127:1]]]] CDOViewLocksChangedEvent[source=View 1 [MAIN], sender=null, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:14:51.741], deltas=[ADDED_WRITE[OID529:0 + 127:2]]]] CDOViewLocksChangedEvent[source=Transaction 2 [MAIN], sender=Transaction 2 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:14:51.741], deltas=[ADDED_WRITE[OID529:0 + 127:2]]]] CDOViewLocksChangedEvent[source=View 1 [MAIN], sender=null, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:14:51.741], deltas=[ADDED_WRITE[OID529:0 + 127:2]]]] CDOViewLocksChangedEvent[source=View 1 [MAIN], sender=null, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:14:51.741], deltas=[REMOVED_WRITE[OID529:0 - 127:2]]]] CDOViewLocksChangedEvent[source=Transaction 2 [MAIN], sender=Transaction 2 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:14:51.741], deltas=[REMOVED_WRITE[OID529:0 - 127:2]]]] CDOViewLocksChangedEvent[source=View 1 [MAIN], sender=null, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:14:51.741], deltas=[REMOVED_WRITE[OID529:0 - 127:2]]]] CDOViewLocksChangedEvent[source=View 1 [MAIN], sender=null, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:14:51.742], deltas=[ADDED_READ[OID529:0 + 127:2]]]] CDOViewLocksChangedEvent[source=Transaction 2 [MAIN], sender=Transaction 2 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:14:51.742], deltas=[ADDED_READ[OID529:0 + 127:2]]]] CDOViewLocksChangedEvent[source=View 1 [MAIN], sender=null, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:14:51.742], deltas=[ADDED_READ[OID529:0 + 127:2]]]] CDOViewLocksChangedEvent[source=View 1 [MAIN], sender=null, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:14:51.743], deltas=[REMOVED_READ[OID529:0 - 127:2]]]] CDOViewLocksChangedEvent[source=Transaction 2 [MAIN], sender=Transaction 2 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:14:51.743], deltas=[REMOVED_READ[OID529:0 - 127:2]]]] CDOViewLocksChangedEvent[source=View 1 [MAIN], sender=null, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:14:51.743], deltas=[REMOVED_READ[OID529:0 - 127:2]]]] CDOViewLocksChangedEvent[source=View 1 [MAIN], sender=null, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:14:51.744], deltas=[ADDED_OPTION[OID529:0 + 127:2]]]] CDOViewLocksChangedEvent[source=Transaction 2 [MAIN], sender=Transaction 2 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:14:51.744], deltas=[ADDED_OPTION[OID529:0 + 127:2]]]] CDOViewLocksChangedEvent[source=View 1 [MAIN], sender=null, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:14:51.744], deltas=[ADDED_OPTION[OID529:0 + 127:2]]]] CDOViewLocksChangedEvent[source=View 1 [MAIN], sender=null, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:14:51.744], deltas=[REMOVED_OPTION[OID529:0 - 127:2]]]] CDOViewLocksChangedEvent[source=Transaction 2 [MAIN], sender=Transaction 2 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:14:51.744], deltas=[REMOVED_OPTION[OID529:0 - 127:2]]]] CDOViewLocksChangedEvent[source=View 1 [MAIN], sender=null, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:14:51.744], deltas=[REMOVED_OPTION[OID529:0 - 127:2]]]] CDOViewLocksChangedEvent[source=Transaction 3 [MAIN], sender=Transaction 3 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:14:51.748], deltas=[ADDED_WRITE[OID530:0 + 127:3]]]] CDOViewLocksChangedEvent[source=Transaction 3 [MAIN], sender=Transaction 3 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:14:51.849], deltas=[REMOVED_WRITE[OID530:0 - 127:3]]]] CDOViewLocksChangedEvent[source=Transaction 3 [MAIN], sender=Transaction 3 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:14:51.849], deltas=[ADDED_READ[OID530:0 + 127:3]]]] CDOViewLocksChangedEvent[source=Transaction 3 [MAIN], sender=Transaction 3 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:14:51.850], deltas=[REMOVED_READ[OID530:0 - 127:3]]]] CDOViewLocksChangedEvent[source=Transaction 3 [MAIN], sender=Transaction 3 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:14:51.850], deltas=[ADDED_OPTION[OID530:0 + 127:3]]]] CDOViewLocksChangedEvent[source=Transaction 3 [MAIN], sender=Transaction 3 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:14:51.851], deltas=[REMOVED_OPTION[OID530:0 - 127:3]]]] ******************************************************* LockingNotificationsTest.testEnableDisableNotificationsSameSession [H2-branching-ranges, JVM, Native] ******************************************************* CDOViewLocksChangedEvent[source=Transaction 2 [MAIN], sender=Transaction 2 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:14:51.864], deltas=[ADDED_WRITE[OID533:0 + 129:2]]]] CDOViewLocksChangedEvent[source=Transaction 2 [MAIN], sender=Transaction 2 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:14:51.965], deltas=[REMOVED_WRITE[OID533:0 - 129:2]]]] CDOViewLocksChangedEvent[source=Transaction 2 [MAIN], sender=Transaction 2 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:14:51.965], deltas=[ADDED_READ[OID533:0 + 129:2]]]] CDOViewLocksChangedEvent[source=Transaction 2 [MAIN], sender=Transaction 2 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:14:51.966], deltas=[REMOVED_READ[OID533:0 - 129:2]]]] CDOViewLocksChangedEvent[source=Transaction 2 [MAIN], sender=Transaction 2 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:14:51.966], deltas=[ADDED_OPTION[OID533:0 + 129:2]]]] CDOViewLocksChangedEvent[source=Transaction 2 [MAIN], sender=Transaction 2 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:14:51.966], deltas=[REMOVED_OPTION[OID533:0 - 129:2]]]] CDOViewLocksChangedEvent[source=Transaction 3 [MAIN], sender=Transaction 3 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:14:51.970], deltas=[ADDED_WRITE[OID534:0 + 129:3]]]] CDOViewLocksChangedEvent[source=View 1 [MAIN], sender=Transaction 3 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:14:51.970], deltas=[ADDED_WRITE[OID534:0 + 129:3]]]] CDOViewLocksChangedEvent[source=View 1 [MAIN], sender=Transaction 3 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:14:51.970], deltas=[ADDED_WRITE[OID534:0 + 129:3]]]] CDOViewLocksChangedEvent[source=Transaction 3 [MAIN], sender=Transaction 3 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:14:51.971], deltas=[REMOVED_WRITE[OID534:0 - 129:3]]]] CDOViewLocksChangedEvent[source=View 1 [MAIN], sender=Transaction 3 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:14:51.971], deltas=[REMOVED_WRITE[OID534:0 - 129:3]]]] CDOViewLocksChangedEvent[source=View 1 [MAIN], sender=Transaction 3 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:14:51.971], deltas=[REMOVED_WRITE[OID534:0 - 129:3]]]] CDOViewLocksChangedEvent[source=Transaction 3 [MAIN], sender=Transaction 3 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:14:51.972], deltas=[ADDED_READ[OID534:0 + 129:3]]]] CDOViewLocksChangedEvent[source=View 1 [MAIN], sender=Transaction 3 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:14:51.972], deltas=[ADDED_READ[OID534:0 + 129:3]]]] CDOViewLocksChangedEvent[source=View 1 [MAIN], sender=Transaction 3 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:14:51.972], deltas=[ADDED_READ[OID534:0 + 129:3]]]] CDOViewLocksChangedEvent[source=Transaction 3 [MAIN], sender=Transaction 3 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:14:51.973], deltas=[REMOVED_READ[OID534:0 - 129:3]]]] CDOViewLocksChangedEvent[source=View 1 [MAIN], sender=Transaction 3 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:14:51.973], deltas=[REMOVED_READ[OID534:0 - 129:3]]]] CDOViewLocksChangedEvent[source=View 1 [MAIN], sender=Transaction 3 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:14:51.973], deltas=[REMOVED_READ[OID534:0 - 129:3]]]] CDOViewLocksChangedEvent[source=Transaction 3 [MAIN], sender=Transaction 3 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:14:51.973], deltas=[ADDED_OPTION[OID534:0 + 129:3]]]] CDOViewLocksChangedEvent[source=View 1 [MAIN], sender=Transaction 3 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:14:51.973], deltas=[ADDED_OPTION[OID534:0 + 129:3]]]] CDOViewLocksChangedEvent[source=View 1 [MAIN], sender=Transaction 3 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:14:51.973], deltas=[ADDED_OPTION[OID534:0 + 129:3]]]] CDOViewLocksChangedEvent[source=Transaction 3 [MAIN], sender=Transaction 3 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:14:51.974], deltas=[REMOVED_OPTION[OID534:0 - 129:3]]]] CDOViewLocksChangedEvent[source=View 1 [MAIN], sender=Transaction 3 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:14:51.974], deltas=[REMOVED_OPTION[OID534:0 - 129:3]]]] CDOViewLocksChangedEvent[source=View 1 [MAIN], sender=Transaction 3 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:14:51.974], deltas=[REMOVED_OPTION[OID534:0 - 129:3]]]] CDOViewLocksChangedEvent[source=Transaction 4 [MAIN], sender=Transaction 4 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:14:51.978], deltas=[ADDED_WRITE[OID535:0 + 129:4]]]] CDOViewLocksChangedEvent[source=Transaction 4 [MAIN], sender=Transaction 4 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:14:52.078], deltas=[REMOVED_WRITE[OID535:0 - 129:4]]]] CDOViewLocksChangedEvent[source=Transaction 4 [MAIN], sender=Transaction 4 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:14:52.079], deltas=[ADDED_READ[OID535:0 + 129:4]]]] CDOViewLocksChangedEvent[source=Transaction 4 [MAIN], sender=Transaction 4 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:14:52.079], deltas=[REMOVED_READ[OID535:0 - 129:4]]]] CDOViewLocksChangedEvent[source=Transaction 4 [MAIN], sender=Transaction 4 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:14:52.080], deltas=[ADDED_OPTION[OID535:0 + 129:4]]]] CDOViewLocksChangedEvent[source=Transaction 4 [MAIN], sender=Transaction 4 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:14:52.080], deltas=[REMOVED_OPTION[OID535:0 - 129:4]]]] ******************************************************* LockingNotificationsTest.testEventForNewObjects [H2-branching-ranges, JVM, Native] ******************************************************* CDOViewLocksChangedEvent[source=Transaction 1 [MAIN], sender=Transaction 1 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, *], deltas=[ADDED_WRITE[oid3:0 + 130:1]]]] CDOViewLocksChangedEvent[source=Transaction 1 [MAIN], sender=Transaction 1 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, *], deltas=[REMOVED_WRITE[oid3:0 - 130:1], null]]] ******************************************************* LockingNotificationsTest.testLockStateHeldByDurableView [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* LockingNotificationsTest.testLockStateTransientAndNew [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* LockingNotificationsTest.testSameBranchDifferentSession_WithAutoRelease [H2-branching-ranges, JVM, Native] ******************************************************* CDOViewLocksChangedEvent[source=View 1 [MAIN], sender=null, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:14:52.129], deltas=[ADDED_READ[OID544:0 + 134:1]]]] Thread[server-thread-13,5,server] at org.eclipse.net4j.util.tests.TestListener2.notifyEvent(TestListener2.java:116) at org.eclipse.net4j.util.event.Notifier.fireEventSafe(Notifier.java:240) at org.eclipse.net4j.util.event.Notifier.fireEvent(Notifier.java:167) at org.eclipse.emf.internal.cdo.view.CDOViewImpl.fireLocksChangedEvent(CDOViewImpl.java:594) at org.eclipse.emf.internal.cdo.view.CDOViewImpl.handleLockNotification(CDOViewImpl.java:585) at org.eclipse.emf.internal.cdo.session.CDOSessionImpl.doHandleLockNotification(CDOSessionImpl.java:1294) at org.eclipse.emf.cdo.tests.AbstractLockingTest$LockingSessionConfiguration$1.doHandleLockNotification(AbstractLockingTest.java:166) at org.eclipse.emf.internal.cdo.session.CDOSessionImpl.handleLockNotification(CDOSessionImpl.java:1258) at org.eclipse.emf.cdo.tests.AbstractLockingTest$LockingSessionConfiguration$1.handleLockNotification(AbstractLockingTest.java:160) at org.eclipse.emf.cdo.internal.net4j.protocol.LockNotificationIndication.indicating(LockNotificationIndication.java:36) at org.eclipse.emf.cdo.internal.net4j.protocol.CDOClientIndication.indicating(CDOClientIndication.java:77) at org.eclipse.net4j.signal.Indication.doExtendedInput(Indication.java:57) at org.eclipse.net4j.signal.Signal.doInput(Signal.java:434) at org.eclipse.net4j.signal.Indication.execute(Indication.java:51) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) CDOViewLocksChangedEvent[source=View 1 [MAIN], sender=null, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:14:52.130], deltas=[REMOVED_READ[OID544:0 - 134:1]]]] Thread[server-thread-32,5,server] at org.eclipse.net4j.util.tests.TestListener2.notifyEvent(TestListener2.java:116) at org.eclipse.net4j.util.event.Notifier.fireEventSafe(Notifier.java:240) at org.eclipse.net4j.util.event.Notifier.fireEvent(Notifier.java:167) at org.eclipse.emf.internal.cdo.view.CDOViewImpl.fireLocksChangedEvent(CDOViewImpl.java:594) at org.eclipse.emf.internal.cdo.view.CDOViewImpl.doInvalidateUnsynced(CDOViewImpl.java:1216) at org.eclipse.emf.internal.cdo.view.CDOViewImpl.doInvalidate(CDOViewImpl.java:1132) at org.eclipse.emf.internal.cdo.view.CDOViewImpl$ViewInvalidation.doRun(CDOViewImpl.java:2907) at org.eclipse.net4j.util.concurrent.RunnableWithName.run(RunnableWithName.java:29) at org.eclipse.net4j.util.concurrent.SerializingExecutor.run(SerializingExecutor.java:82) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) CDOViewLocksChangedEvent[source=View 1 [MAIN], sender=null, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:14:52.131], deltas=[ADDED_WRITE[OID544:0 + 134:1]]]] Thread[server-thread-14,5,server] at org.eclipse.net4j.util.tests.TestListener2.notifyEvent(TestListener2.java:116) at org.eclipse.net4j.util.event.Notifier.fireEventSafe(Notifier.java:240) at org.eclipse.net4j.util.event.Notifier.fireEvent(Notifier.java:167) at org.eclipse.emf.internal.cdo.view.CDOViewImpl.fireLocksChangedEvent(CDOViewImpl.java:594) at org.eclipse.emf.internal.cdo.view.CDOViewImpl.handleLockNotification(CDOViewImpl.java:585) at org.eclipse.emf.internal.cdo.session.CDOSessionImpl.doHandleLockNotification(CDOSessionImpl.java:1294) at org.eclipse.emf.cdo.tests.AbstractLockingTest$LockingSessionConfiguration$1.doHandleLockNotification(AbstractLockingTest.java:166) at org.eclipse.emf.internal.cdo.session.CDOSessionImpl.handleLockNotification(CDOSessionImpl.java:1258) at org.eclipse.emf.cdo.tests.AbstractLockingTest$LockingSessionConfiguration$1.handleLockNotification(AbstractLockingTest.java:160) at org.eclipse.emf.cdo.internal.net4j.protocol.LockNotificationIndication.indicating(LockNotificationIndication.java:36) at org.eclipse.emf.cdo.internal.net4j.protocol.CDOClientIndication.indicating(CDOClientIndication.java:77) at org.eclipse.net4j.signal.Indication.doExtendedInput(Indication.java:57) at org.eclipse.net4j.signal.Signal.doInput(Signal.java:434) at org.eclipse.net4j.signal.Indication.execute(Indication.java:51) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) CDOViewLocksChangedEvent[source=View 1 [MAIN], sender=null, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:14:52.131], deltas=[REMOVED_WRITE[OID544:0 - 134:1]]]] Thread[server-thread-22,5,server] at org.eclipse.net4j.util.tests.TestListener2.notifyEvent(TestListener2.java:116) at org.eclipse.net4j.util.event.Notifier.fireEventSafe(Notifier.java:240) at org.eclipse.net4j.util.event.Notifier.fireEvent(Notifier.java:167) at org.eclipse.emf.internal.cdo.view.CDOViewImpl.fireLocksChangedEvent(CDOViewImpl.java:594) at org.eclipse.emf.internal.cdo.view.CDOViewImpl.doInvalidateUnsynced(CDOViewImpl.java:1216) at org.eclipse.emf.internal.cdo.view.CDOViewImpl.doInvalidate(CDOViewImpl.java:1132) at org.eclipse.emf.internal.cdo.view.CDOViewImpl$ViewInvalidation.doRun(CDOViewImpl.java:2907) at org.eclipse.net4j.util.concurrent.RunnableWithName.run(RunnableWithName.java:29) at org.eclipse.net4j.util.concurrent.SerializingExecutor.run(SerializingExecutor.java:82) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) CDOViewLocksChangedEvent[source=View 1 [MAIN], sender=null, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:14:52.133], deltas=[ADDED_OPTION[OID544:0 + 134:1]]]] Thread[server-thread-23,5,server] at org.eclipse.net4j.util.tests.TestListener2.notifyEvent(TestListener2.java:116) at org.eclipse.net4j.util.event.Notifier.fireEventSafe(Notifier.java:240) at org.eclipse.net4j.util.event.Notifier.fireEvent(Notifier.java:167) at org.eclipse.emf.internal.cdo.view.CDOViewImpl.fireLocksChangedEvent(CDOViewImpl.java:594) at org.eclipse.emf.internal.cdo.view.CDOViewImpl.handleLockNotification(CDOViewImpl.java:585) at org.eclipse.emf.internal.cdo.session.CDOSessionImpl.doHandleLockNotification(CDOSessionImpl.java:1294) at org.eclipse.emf.cdo.tests.AbstractLockingTest$LockingSessionConfiguration$1.doHandleLockNotification(AbstractLockingTest.java:166) at org.eclipse.emf.internal.cdo.session.CDOSessionImpl.handleLockNotification(CDOSessionImpl.java:1258) at org.eclipse.emf.cdo.tests.AbstractLockingTest$LockingSessionConfiguration$1.handleLockNotification(AbstractLockingTest.java:160) at org.eclipse.emf.cdo.internal.net4j.protocol.LockNotificationIndication.indicating(LockNotificationIndication.java:36) at org.eclipse.emf.cdo.internal.net4j.protocol.CDOClientIndication.indicating(CDOClientIndication.java:77) at org.eclipse.net4j.signal.Indication.doExtendedInput(Indication.java:57) at org.eclipse.net4j.signal.Signal.doInput(Signal.java:434) at org.eclipse.net4j.signal.Indication.execute(Indication.java:51) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) CDOViewLocksChangedEvent[source=View 1 [MAIN], sender=null, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:14:52.133], deltas=[REMOVED_OPTION[OID544:0 - 134:1]]]] Thread[server-thread-24,5,server] at org.eclipse.net4j.util.tests.TestListener2.notifyEvent(TestListener2.java:116) at org.eclipse.net4j.util.event.Notifier.fireEventSafe(Notifier.java:240) at org.eclipse.net4j.util.event.Notifier.fireEvent(Notifier.java:167) at org.eclipse.emf.internal.cdo.view.CDOViewImpl.fireLocksChangedEvent(CDOViewImpl.java:594) at org.eclipse.emf.internal.cdo.view.CDOViewImpl.doInvalidateUnsynced(CDOViewImpl.java:1216) at org.eclipse.emf.internal.cdo.view.CDOViewImpl.doInvalidate(CDOViewImpl.java:1132) at org.eclipse.emf.internal.cdo.view.CDOViewImpl$ViewInvalidation.doRun(CDOViewImpl.java:2907) at org.eclipse.net4j.util.concurrent.RunnableWithName.run(RunnableWithName.java:29) at org.eclipse.net4j.util.concurrent.SerializingExecutor.run(SerializingExecutor.java:82) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) ******************************************************* LockingNotificationsTest.testSameBranchDifferentSession_WithoutAutoRelease [H2-branching-ranges, JVM, Native] ******************************************************* CDOViewLocksChangedEvent[source=View 1 [MAIN], sender=null, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:14:52.148], deltas=[ADDED_WRITE[OID547:0 + 136:1]]]] CDOViewLocksChangedEvent[source=Transaction 1 [MAIN], sender=Transaction 1 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:14:52.148], deltas=[ADDED_WRITE[OID547:0 + 136:1]]]] CDOViewLocksChangedEvent[source=View 1 [MAIN], sender=null, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:14:52.149], deltas=[REMOVED_WRITE[OID547:0 - 136:1]]]] CDOViewLocksChangedEvent[source=Transaction 1 [MAIN], sender=Transaction 1 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:14:52.149], deltas=[REMOVED_WRITE[OID547:0 - 136:1]]]] CDOViewLocksChangedEvent[source=Transaction 1 [MAIN], sender=Transaction 1 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:14:52.149], deltas=[ADDED_READ[OID547:0 + 136:1]]]] CDOViewLocksChangedEvent[source=View 1 [MAIN], sender=null, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:14:52.149], deltas=[ADDED_READ[OID547:0 + 136:1]]]] CDOViewLocksChangedEvent[source=Transaction 1 [MAIN], sender=Transaction 1 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:14:52.150], deltas=[REMOVED_READ[OID547:0 - 136:1]]]] CDOViewLocksChangedEvent[source=View 1 [MAIN], sender=null, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:14:52.150], deltas=[REMOVED_READ[OID547:0 - 136:1]]]] CDOViewLocksChangedEvent[source=Transaction 1 [MAIN], sender=Transaction 1 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:14:52.150], deltas=[ADDED_OPTION[OID547:0 + 136:1]]]] CDOViewLocksChangedEvent[source=View 1 [MAIN], sender=null, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:14:52.150], deltas=[ADDED_OPTION[OID547:0 + 136:1]]]] CDOViewLocksChangedEvent[source=Transaction 1 [MAIN], sender=Transaction 1 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:14:52.151], deltas=[REMOVED_OPTION[OID547:0 - 136:1]]]] CDOViewLocksChangedEvent[source=View 1 [MAIN], sender=null, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:14:52.151], deltas=[REMOVED_OPTION[OID547:0 - 136:1]]]] ******************************************************* LockingNotificationsTest.testSameBranchSameSession_WithAutoRelease [H2-branching-ranges, JVM, Native] ******************************************************* CDOViewLocksChangedEvent[source=View 1 [MAIN], sender=Transaction 2 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:14:52.163], deltas=[ADDED_READ[OID550:0 + 138:2]]]] Thread[server-thread-40,5,server] at org.eclipse.net4j.util.tests.TestListener2.notifyEvent(TestListener2.java:116) at org.eclipse.net4j.util.event.Notifier.fireEventSafe(Notifier.java:240) at org.eclipse.net4j.util.event.Notifier.fireEvent(Notifier.java:167) at org.eclipse.emf.internal.cdo.view.CDOViewImpl.fireLocksChangedEvent(CDOViewImpl.java:594) at org.eclipse.emf.internal.cdo.view.CDOViewImpl.handleLockNotification(CDOViewImpl.java:585) at org.eclipse.emf.internal.cdo.session.CDOSessionImpl.doHandleLockNotification(CDOSessionImpl.java:1294) at org.eclipse.emf.cdo.tests.AbstractLockingTest$LockingSessionConfiguration$1.doHandleLockNotification(AbstractLockingTest.java:166) at org.eclipse.emf.internal.cdo.session.CDOSessionImpl.lambda$3(CDOSessionImpl.java:1254) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) CDOViewLocksChangedEvent[source=View 1 [MAIN], sender=null, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:14:52.164], deltas=[REMOVED_READ[OID550:0 - 138:2]]]] Thread[server-thread-3,5,server] at org.eclipse.net4j.util.tests.TestListener2.notifyEvent(TestListener2.java:116) at org.eclipse.net4j.util.event.Notifier.fireEventSafe(Notifier.java:240) at org.eclipse.net4j.util.event.Notifier.fireEvent(Notifier.java:167) at org.eclipse.emf.internal.cdo.view.CDOViewImpl.fireLocksChangedEvent(CDOViewImpl.java:594) at org.eclipse.emf.internal.cdo.view.CDOViewImpl.doInvalidateUnsynced(CDOViewImpl.java:1216) at org.eclipse.emf.internal.cdo.view.CDOViewImpl.doInvalidate(CDOViewImpl.java:1132) at org.eclipse.emf.internal.cdo.view.CDOViewImpl$ViewInvalidation.doRun(CDOViewImpl.java:2907) at org.eclipse.net4j.util.concurrent.RunnableWithName.run(RunnableWithName.java:29) at org.eclipse.net4j.util.concurrent.SerializingExecutor.run(SerializingExecutor.java:82) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) CDOViewLocksChangedEvent[source=View 1 [MAIN], sender=Transaction 2 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:14:52.165], deltas=[ADDED_WRITE[OID550:0 + 138:2]]]] Thread[server-thread-14,5,server] at org.eclipse.net4j.util.tests.TestListener2.notifyEvent(TestListener2.java:116) at org.eclipse.net4j.util.event.Notifier.fireEventSafe(Notifier.java:240) at org.eclipse.net4j.util.event.Notifier.fireEvent(Notifier.java:167) at org.eclipse.emf.internal.cdo.view.CDOViewImpl.fireLocksChangedEvent(CDOViewImpl.java:594) at org.eclipse.emf.internal.cdo.view.CDOViewImpl.handleLockNotification(CDOViewImpl.java:585) at org.eclipse.emf.internal.cdo.session.CDOSessionImpl.doHandleLockNotification(CDOSessionImpl.java:1294) at org.eclipse.emf.cdo.tests.AbstractLockingTest$LockingSessionConfiguration$1.doHandleLockNotification(AbstractLockingTest.java:166) at org.eclipse.emf.internal.cdo.session.CDOSessionImpl.lambda$3(CDOSessionImpl.java:1254) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) CDOViewLocksChangedEvent[source=View 1 [MAIN], sender=null, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:14:52.165], deltas=[REMOVED_WRITE[OID550:0 - 138:2]]]] Thread[server-thread-31,5,server] at org.eclipse.net4j.util.tests.TestListener2.notifyEvent(TestListener2.java:116) at org.eclipse.net4j.util.event.Notifier.fireEventSafe(Notifier.java:240) at org.eclipse.net4j.util.event.Notifier.fireEvent(Notifier.java:167) at org.eclipse.emf.internal.cdo.view.CDOViewImpl.fireLocksChangedEvent(CDOViewImpl.java:594) at org.eclipse.emf.internal.cdo.view.CDOViewImpl.doInvalidateUnsynced(CDOViewImpl.java:1216) at org.eclipse.emf.internal.cdo.view.CDOViewImpl.doInvalidate(CDOViewImpl.java:1132) at org.eclipse.emf.internal.cdo.view.CDOViewImpl$ViewInvalidation.doRun(CDOViewImpl.java:2907) at org.eclipse.net4j.util.concurrent.RunnableWithName.run(RunnableWithName.java:29) at org.eclipse.net4j.util.concurrent.SerializingExecutor.run(SerializingExecutor.java:82) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) CDOViewLocksChangedEvent[source=View 1 [MAIN], sender=Transaction 2 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:14:52.166], deltas=[ADDED_OPTION[OID550:0 + 138:2]]]] Thread[server-thread-1,5,server] at org.eclipse.net4j.util.tests.TestListener2.notifyEvent(TestListener2.java:116) at org.eclipse.net4j.util.event.Notifier.fireEventSafe(Notifier.java:240) at org.eclipse.net4j.util.event.Notifier.fireEvent(Notifier.java:167) at org.eclipse.emf.internal.cdo.view.CDOViewImpl.fireLocksChangedEvent(CDOViewImpl.java:594) at org.eclipse.emf.internal.cdo.view.CDOViewImpl.handleLockNotification(CDOViewImpl.java:585) at org.eclipse.emf.internal.cdo.session.CDOSessionImpl.doHandleLockNotification(CDOSessionImpl.java:1294) at org.eclipse.emf.cdo.tests.AbstractLockingTest$LockingSessionConfiguration$1.doHandleLockNotification(AbstractLockingTest.java:166) at org.eclipse.emf.internal.cdo.session.CDOSessionImpl.lambda$3(CDOSessionImpl.java:1254) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) CDOViewLocksChangedEvent[source=View 1 [MAIN], sender=null, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:14:52.167], deltas=[REMOVED_OPTION[OID550:0 - 138:2]]]] Thread[server-thread-43,5,server] at org.eclipse.net4j.util.tests.TestListener2.notifyEvent(TestListener2.java:116) at org.eclipse.net4j.util.event.Notifier.fireEventSafe(Notifier.java:240) at org.eclipse.net4j.util.event.Notifier.fireEvent(Notifier.java:167) at org.eclipse.emf.internal.cdo.view.CDOViewImpl.fireLocksChangedEvent(CDOViewImpl.java:594) at org.eclipse.emf.internal.cdo.view.CDOViewImpl.doInvalidateUnsynced(CDOViewImpl.java:1216) at org.eclipse.emf.internal.cdo.view.CDOViewImpl.doInvalidate(CDOViewImpl.java:1132) at org.eclipse.emf.internal.cdo.view.CDOViewImpl$ViewInvalidation.doRun(CDOViewImpl.java:2907) at org.eclipse.net4j.util.concurrent.RunnableWithName.run(RunnableWithName.java:29) at org.eclipse.net4j.util.concurrent.SerializingExecutor.run(SerializingExecutor.java:82) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) ******************************************************* LockingNotificationsTest.testSameBranchSameSession_WithoutAutoRelease [H2-branching-ranges, JVM, Native] ******************************************************* CDOViewLocksChangedEvent[source=Transaction 2 [MAIN], sender=Transaction 2 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:14:52.179], deltas=[ADDED_WRITE[OID553:0 + 139:2]]]] CDOViewLocksChangedEvent[source=View 1 [MAIN], sender=Transaction 2 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:14:52.179], deltas=[ADDED_WRITE[OID553:0 + 139:2]]]] CDOViewLocksChangedEvent[source=Transaction 2 [MAIN], sender=Transaction 2 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:14:52.180], deltas=[REMOVED_WRITE[OID553:0 - 139:2]]]] CDOViewLocksChangedEvent[source=View 1 [MAIN], sender=Transaction 2 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:14:52.180], deltas=[REMOVED_WRITE[OID553:0 - 139:2]]]] CDOViewLocksChangedEvent[source=Transaction 2 [MAIN], sender=Transaction 2 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:14:52.180], deltas=[ADDED_READ[OID553:0 + 139:2]]]] CDOViewLocksChangedEvent[source=View 1 [MAIN], sender=Transaction 2 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:14:52.180], deltas=[ADDED_READ[OID553:0 + 139:2]]]] CDOViewLocksChangedEvent[source=Transaction 2 [MAIN], sender=Transaction 2 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:14:52.181], deltas=[REMOVED_READ[OID553:0 - 139:2]]]] CDOViewLocksChangedEvent[source=View 1 [MAIN], sender=Transaction 2 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:14:52.181], deltas=[REMOVED_READ[OID553:0 - 139:2]]]] CDOViewLocksChangedEvent[source=Transaction 2 [MAIN], sender=Transaction 2 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:14:52.181], deltas=[ADDED_OPTION[OID553:0 + 139:2]]]] CDOViewLocksChangedEvent[source=View 1 [MAIN], sender=Transaction 2 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:14:52.181], deltas=[ADDED_OPTION[OID553:0 + 139:2]]]] CDOViewLocksChangedEvent[source=Transaction 2 [MAIN], sender=Transaction 2 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:14:52.182], deltas=[REMOVED_OPTION[OID553:0 - 139:2]]]] CDOViewLocksChangedEvent[source=View 1 [MAIN], sender=Transaction 2 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:14:52.182], deltas=[REMOVED_OPTION[OID553:0 - 139:2]]]] ******************************************************* LockingSequenceTest.testSafeCounter [H2-branching-ranges, JVM, Native] ******************************************************* CDOLockOwner[140:2]: Allocated 0 CDOLockOwner[140:2]: Committed CDOLockOwner[140:3]: Allocated 1 CDOLockOwner[140:3]: Committed CDOLockOwner[140:4]: Allocated 2 CDOLockOwner[140:4]: Committed CDOLockOwner[140:5]: Allocated 3 CDOLockOwner[140:5]: Committed CDOLockOwner[140:6]: Allocated 4 CDOLockOwner[140:6]: Committed CDOLockOwner[140:7]: Allocated 5 CDOLockOwner[140:7]: Committed CDOLockOwner[140:8]: Allocated 6 CDOLockOwner[140:8]: Committed CDOLockOwner[140:9]: Allocated 7 CDOLockOwner[140:9]: Committed CDOLockOwner[140:10]: Allocated 8 CDOLockOwner[140:10]: Committed CDOLockOwner[140:11]: Allocated 9 CDOLockOwner[140:11]: Committed CDOLockOwner[140:2]: Allocated 10 CDOLockOwner[140:2]: Committed CDOLockOwner[140:3]: Allocated 11 CDOLockOwner[140:3]: Committed CDOLockOwner[140:4]: Allocated 12 CDOLockOwner[140:4]: Committed CDOLockOwner[140:5]: Allocated 13 CDOLockOwner[140:5]: Committed CDOLockOwner[140:6]: Allocated 14 CDOLockOwner[140:6]: Committed CDOLockOwner[140:7]: Allocated 15 CDOLockOwner[140:7]: Committed CDOLockOwner[140:8]: Allocated 16 CDOLockOwner[140:9]: Allocated 17 CDOLockOwner[140:8]: Committed CDOLockOwner[140:9]: Committed CDOLockOwner[140:10]: Allocated 18 CDOLockOwner[140:11]: Allocated 19 CDOLockOwner[140:10]: Committed CDOLockOwner[140:2]: Allocated 20 CDOLockOwner[140:11]: Committed CDOLockOwner[140:2]: Committed CDOLockOwner[140:3]: Allocated 21 CDOLockOwner[140:4]: Allocated 22 CDOLockOwner[140:3]: Committed CDOLockOwner[140:4]: Committed CDOLockOwner[140:5]: Allocated 23 CDOLockOwner[140:5]: Committed CDOLockOwner[140:6]: Allocated 24 CDOLockOwner[140:6]: Committed CDOLockOwner[140:7]: Allocated 25 CDOLockOwner[140:8]: Allocated 26 CDOLockOwner[140:7]: Committed CDOLockOwner[140:8]: Committed CDOLockOwner[140:9]: Allocated 27 CDOLockOwner[140:9]: Committed CDOLockOwner[140:10]: Allocated 28 CDOLockOwner[140:11]: Allocated 29 CDOLockOwner[140:10]: Committed CDOLockOwner[140:11]: Committed CDOLockOwner[140:2]: Allocated 30 CDOLockOwner[140:3]: Allocated 31 CDOLockOwner[140:2]: Committed CDOLockOwner[140:3]: Committed CDOLockOwner[140:4]: Allocated 32 CDOLockOwner[140:4]: Committed CDOLockOwner[140:5]: Allocated 33 CDOLockOwner[140:5]: Committed CDOLockOwner[140:6]: Allocated 34 CDOLockOwner[140:7]: Allocated 35 CDOLockOwner[140:6]: Committed CDOLockOwner[140:8]: Allocated 36 CDOLockOwner[140:7]: Committed CDOLockOwner[140:9]: Allocated 37 CDOLockOwner[140:8]: Committed CDOLockOwner[140:9]: Committed CDOLockOwner[140:10]: Allocated 38 CDOLockOwner[140:11]: Allocated 39 CDOLockOwner[140:10]: Committed CDOLockOwner[140:2]: Allocated 40 CDOLockOwner[140:11]: Committed CDOLockOwner[140:2]: Committed CDOLockOwner[140:3]: Allocated 41 CDOLockOwner[140:4]: Allocated 42 CDOLockOwner[140:3]: Committed CDOLockOwner[140:4]: Committed CDOLockOwner[140:5]: Allocated 43 CDOLockOwner[140:5]: Committed CDOLockOwner[140:6]: Allocated 44 CDOLockOwner[140:6]: Committed CDOLockOwner[140:7]: Allocated 45 CDOLockOwner[140:7]: Committed CDOLockOwner[140:8]: Allocated 46 CDOLockOwner[140:8]: Committed CDOLockOwner[140:9]: Allocated 47 CDOLockOwner[140:9]: Committed CDOLockOwner[140:10]: Allocated 48 CDOLockOwner[140:10]: Committed CDOLockOwner[140:11]: Allocated 49 CDOLockOwner[140:11]: Committed CDOLockOwner[140:2]: Allocated 50 CDOLockOwner[140:2]: Committed CDOLockOwner[140:3]: Allocated 51 CDOLockOwner[140:3]: Committed CDOLockOwner[140:4]: Allocated 52 CDOLockOwner[140:4]: Committed CDOLockOwner[140:5]: Allocated 53 CDOLockOwner[140:5]: Committed CDOLockOwner[140:6]: Allocated 54 CDOLockOwner[140:6]: Committed CDOLockOwner[140:7]: Allocated 55 CDOLockOwner[140:7]: Committed CDOLockOwner[140:8]: Allocated 56 CDOLockOwner[140:8]: Committed CDOLockOwner[140:9]: Allocated 57 CDOLockOwner[140:9]: Committed CDOLockOwner[140:10]: Allocated 58 CDOLockOwner[140:10]: Committed CDOLockOwner[140:11]: Allocated 59 CDOLockOwner[140:11]: Committed CDOLockOwner[140:2]: Allocated 60 CDOLockOwner[140:2]: Committed CDOLockOwner[140:3]: Allocated 61 CDOLockOwner[140:3]: Committed CDOLockOwner[140:4]: Allocated 62 CDOLockOwner[140:4]: Committed CDOLockOwner[140:5]: Allocated 63 CDOLockOwner[140:5]: Committed CDOLockOwner[140:6]: Allocated 64 CDOLockOwner[140:6]: Committed CDOLockOwner[140:7]: Allocated 65 CDOLockOwner[140:7]: Committed CDOLockOwner[140:8]: Allocated 66 CDOLockOwner[140:8]: Committed CDOLockOwner[140:9]: Allocated 67 CDOLockOwner[140:9]: Committed CDOLockOwner[140:10]: Allocated 68 CDOLockOwner[140:10]: Committed CDOLockOwner[140:11]: Allocated 69 CDOLockOwner[140:11]: Committed CDOLockOwner[140:2]: Allocated 70 CDOLockOwner[140:2]: Committed CDOLockOwner[140:3]: Allocated 71 CDOLockOwner[140:3]: Committed CDOLockOwner[140:4]: Allocated 72 CDOLockOwner[140:4]: Committed CDOLockOwner[140:5]: Allocated 73 CDOLockOwner[140:5]: Committed CDOLockOwner[140:6]: Allocated 74 CDOLockOwner[140:6]: Committed CDOLockOwner[140:7]: Allocated 75 CDOLockOwner[140:7]: Committed CDOLockOwner[140:8]: Allocated 76 CDOLockOwner[140:8]: Committed CDOLockOwner[140:9]: Allocated 77 CDOLockOwner[140:9]: Committed CDOLockOwner[140:10]: Allocated 78 CDOLockOwner[140:10]: Committed CDOLockOwner[140:11]: Allocated 79 CDOLockOwner[140:11]: Committed CDOLockOwner[140:2]: Allocated 80 CDOLockOwner[140:2]: Committed CDOLockOwner[140:3]: Allocated 81 CDOLockOwner[140:3]: Committed CDOLockOwner[140:4]: Allocated 82 CDOLockOwner[140:4]: Committed CDOLockOwner[140:5]: Allocated 83 CDOLockOwner[140:5]: Committed CDOLockOwner[140:6]: Allocated 84 CDOLockOwner[140:6]: Committed CDOLockOwner[140:7]: Allocated 85 CDOLockOwner[140:7]: Committed CDOLockOwner[140:8]: Allocated 86 CDOLockOwner[140:8]: Committed CDOLockOwner[140:9]: Allocated 87 CDOLockOwner[140:9]: Committed CDOLockOwner[140:10]: Allocated 88 CDOLockOwner[140:10]: Committed CDOLockOwner[140:11]: Allocated 89 CDOLockOwner[140:11]: Committed CDOLockOwner[140:2]: Allocated 90 CDOLockOwner[140:3]: Allocated 91 CDOLockOwner[140:2]: Committed CDOLockOwner[140:3]: Committed CDOLockOwner[140:4]: Allocated 92 CDOLockOwner[140:4]: Committed CDOLockOwner[140:5]: Allocated 93 CDOLockOwner[140:5]: Committed CDOLockOwner[140:6]: Allocated 94 CDOLockOwner[140:6]: Committed CDOLockOwner[140:7]: Allocated 95 CDOLockOwner[140:7]: Committed CDOLockOwner[140:8]: Allocated 96 CDOLockOwner[140:8]: Committed CDOLockOwner[140:9]: Allocated 97 CDOLockOwner[140:9]: Committed CDOLockOwner[140:10]: Allocated 98 CDOLockOwner[140:10]: Committed CDOLockOwner[140:11]: Allocated 99 CDOLockOwner[140:11]: Committed CDOLockOwner[140:2]: Allocated 100 CDOLockOwner[140:2]: Committed CDOLockOwner[140:3]: Allocated 101 CDOLockOwner[140:3]: Committed CDOLockOwner[140:4]: Allocated 102 CDOLockOwner[140:4]: Committed CDOLockOwner[140:5]: Allocated 103 CDOLockOwner[140:5]: Committed CDOLockOwner[140:6]: Allocated 104 CDOLockOwner[140:6]: Committed CDOLockOwner[140:7]: Allocated 105 CDOLockOwner[140:7]: Committed CDOLockOwner[140:8]: Allocated 106 CDOLockOwner[140:8]: Committed CDOLockOwner[140:9]: Allocated 107 CDOLockOwner[140:9]: Committed CDOLockOwner[140:10]: Allocated 108 CDOLockOwner[140:10]: Committed CDOLockOwner[140:11]: Allocated 109 CDOLockOwner[140:11]: Committed CDOLockOwner[140:2]: Allocated 110 CDOLockOwner[140:2]: Committed CDOLockOwner[140:3]: Allocated 111 CDOLockOwner[140:3]: Committed CDOLockOwner[140:4]: Allocated 112 CDOLockOwner[140:4]: Committed CDOLockOwner[140:5]: Allocated 113 CDOLockOwner[140:5]: Committed CDOLockOwner[140:6]: Allocated 114 CDOLockOwner[140:6]: Committed CDOLockOwner[140:7]: Allocated 115 CDOLockOwner[140:7]: Committed CDOLockOwner[140:8]: Allocated 116 CDOLockOwner[140:8]: Committed CDOLockOwner[140:9]: Allocated 117 CDOLockOwner[140:9]: Committed CDOLockOwner[140:10]: Allocated 118 CDOLockOwner[140:10]: Committed CDOLockOwner[140:11]: Allocated 119 CDOLockOwner[140:11]: Committed CDOLockOwner[140:2]: Allocated 120 CDOLockOwner[140:2]: Committed CDOLockOwner[140:3]: Allocated 121 CDOLockOwner[140:3]: Committed CDOLockOwner[140:4]: Allocated 122 CDOLockOwner[140:4]: Committed CDOLockOwner[140:5]: Allocated 123 CDOLockOwner[140:5]: Committed CDOLockOwner[140:6]: Allocated 124 CDOLockOwner[140:6]: Committed CDOLockOwner[140:7]: Allocated 125 CDOLockOwner[140:7]: Committed CDOLockOwner[140:8]: Allocated 126 CDOLockOwner[140:8]: Committed CDOLockOwner[140:9]: Allocated 127 CDOLockOwner[140:9]: Committed CDOLockOwner[140:10]: Allocated 128 CDOLockOwner[140:10]: Committed CDOLockOwner[140:11]: Allocated 129 CDOLockOwner[140:11]: Committed CDOLockOwner[140:2]: Allocated 130 CDOLockOwner[140:2]: Committed CDOLockOwner[140:3]: Allocated 131 CDOLockOwner[140:3]: Committed CDOLockOwner[140:4]: Allocated 132 CDOLockOwner[140:5]: Allocated 133 CDOLockOwner[140:4]: Committed CDOLockOwner[140:5]: Committed CDOLockOwner[140:4]: Allocated 134 CDOLockOwner[140:4]: Committed CDOLockOwner[140:6]: Allocated 135 CDOLockOwner[140:6]: Committed CDOLockOwner[140:7]: Allocated 136 CDOLockOwner[140:7]: Committed CDOLockOwner[140:8]: Allocated 137 CDOLockOwner[140:8]: Committed CDOLockOwner[140:9]: Allocated 138 CDOLockOwner[140:9]: Committed CDOLockOwner[140:10]: Allocated 139 CDOLockOwner[140:10]: Committed CDOLockOwner[140:11]: Allocated 140 CDOLockOwner[140:11]: Committed CDOLockOwner[140:2]: Allocated 141 CDOLockOwner[140:2]: Committed CDOLockOwner[140:3]: Allocated 142 CDOLockOwner[140:3]: Committed CDOLockOwner[140:5]: Allocated 143 CDOLockOwner[140:5]: Committed CDOLockOwner[140:4]: Allocated 144 CDOLockOwner[140:4]: Committed CDOLockOwner[140:6]: Allocated 145 CDOLockOwner[140:6]: Committed CDOLockOwner[140:7]: Allocated 146 CDOLockOwner[140:7]: Committed CDOLockOwner[140:8]: Allocated 147 CDOLockOwner[140:8]: Committed CDOLockOwner[140:9]: Allocated 148 CDOLockOwner[140:9]: Committed CDOLockOwner[140:10]: Allocated 149 CDOLockOwner[140:10]: Committed CDOLockOwner[140:11]: Allocated 150 CDOLockOwner[140:11]: Committed CDOLockOwner[140:2]: Allocated 151 CDOLockOwner[140:2]: Committed CDOLockOwner[140:3]: Allocated 152 CDOLockOwner[140:3]: Committed CDOLockOwner[140:5]: Allocated 153 CDOLockOwner[140:5]: Committed CDOLockOwner[140:4]: Allocated 154 CDOLockOwner[140:4]: Committed CDOLockOwner[140:6]: Allocated 155 CDOLockOwner[140:6]: Committed CDOLockOwner[140:7]: Allocated 156 CDOLockOwner[140:7]: Committed CDOLockOwner[140:8]: Allocated 157 CDOLockOwner[140:8]: Committed CDOLockOwner[140:9]: Allocated 158 CDOLockOwner[140:9]: Committed CDOLockOwner[140:10]: Allocated 159 CDOLockOwner[140:10]: Committed CDOLockOwner[140:11]: Allocated 160 CDOLockOwner[140:11]: Committed CDOLockOwner[140:2]: Allocated 161 CDOLockOwner[140:2]: Committed CDOLockOwner[140:3]: Allocated 162 CDOLockOwner[140:3]: Committed CDOLockOwner[140:5]: Allocated 163 CDOLockOwner[140:5]: Committed CDOLockOwner[140:4]: Allocated 164 CDOLockOwner[140:4]: Committed CDOLockOwner[140:6]: Allocated 165 CDOLockOwner[140:6]: Committed CDOLockOwner[140:7]: Allocated 166 CDOLockOwner[140:7]: Committed CDOLockOwner[140:8]: Allocated 167 CDOLockOwner[140:8]: Committed CDOLockOwner[140:9]: Allocated 168 CDOLockOwner[140:9]: Committed CDOLockOwner[140:10]: Allocated 169 CDOLockOwner[140:10]: Committed CDOLockOwner[140:11]: Allocated 170 CDOLockOwner[140:11]: Committed CDOLockOwner[140:2]: Allocated 171 CDOLockOwner[140:2]: Committed CDOLockOwner[140:3]: Allocated 172 CDOLockOwner[140:3]: Committed CDOLockOwner[140:5]: Allocated 173 CDOLockOwner[140:5]: Committed CDOLockOwner[140:4]: Allocated 174 CDOLockOwner[140:4]: Committed CDOLockOwner[140:6]: Allocated 175 CDOLockOwner[140:6]: Committed CDOLockOwner[140:7]: Allocated 176 CDOLockOwner[140:7]: Committed CDOLockOwner[140:8]: Allocated 177 CDOLockOwner[140:8]: Committed CDOLockOwner[140:9]: Allocated 178 CDOLockOwner[140:9]: Committed CDOLockOwner[140:10]: Allocated 179 CDOLockOwner[140:10]: Committed CDOLockOwner[140:11]: Allocated 180 CDOLockOwner[140:11]: Committed CDOLockOwner[140:2]: Allocated 181 CDOLockOwner[140:2]: Committed CDOLockOwner[140:3]: Allocated 182 CDOLockOwner[140:3]: Committed CDOLockOwner[140:5]: Allocated 183 CDOLockOwner[140:5]: Committed CDOLockOwner[140:4]: Allocated 184 CDOLockOwner[140:4]: Committed CDOLockOwner[140:6]: Allocated 185 CDOLockOwner[140:6]: Committed CDOLockOwner[140:7]: Allocated 186 CDOLockOwner[140:7]: Committed CDOLockOwner[140:8]: Allocated 187 CDOLockOwner[140:8]: Committed CDOLockOwner[140:9]: Allocated 188 CDOLockOwner[140:9]: Committed CDOLockOwner[140:10]: Allocated 189 CDOLockOwner[140:10]: Committed CDOLockOwner[140:11]: Allocated 190 CDOLockOwner[140:11]: Committed CDOLockOwner[140:2]: Allocated 191 CDOLockOwner[140:2]: Committed CDOLockOwner[140:3]: Allocated 192 CDOLockOwner[140:3]: Committed CDOLockOwner[140:5]: Allocated 193 CDOLockOwner[140:5]: Committed CDOLockOwner[140:4]: Allocated 194 CDOLockOwner[140:4]: Committed CDOLockOwner[140:6]: Allocated 195 CDOLockOwner[140:6]: Committed CDOLockOwner[140:7]: Allocated 196 CDOLockOwner[140:7]: Committed CDOLockOwner[140:8]: Allocated 197 CDOLockOwner[140:8]: Committed CDOLockOwner[140:9]: Allocated 198 CDOLockOwner[140:9]: Committed CDOLockOwner[140:10]: Allocated 199 CDOLockOwner[140:10]: Committed CDOLockOwner[140:11]: Allocated 200 CDOLockOwner[140:11]: Committed CDOLockOwner[140:2]: Allocated 201 CDOLockOwner[140:2]: Committed CDOLockOwner[140:3]: Allocated 202 CDOLockOwner[140:3]: Committed CDOLockOwner[140:5]: Allocated 203 CDOLockOwner[140:5]: Committed CDOLockOwner[140:4]: Allocated 204 CDOLockOwner[140:4]: Committed CDOLockOwner[140:6]: Allocated 205 CDOLockOwner[140:6]: Committed CDOLockOwner[140:7]: Allocated 206 CDOLockOwner[140:7]: Committed CDOLockOwner[140:8]: Allocated 207 CDOLockOwner[140:8]: Committed CDOLockOwner[140:9]: Allocated 208 CDOLockOwner[140:9]: Committed CDOLockOwner[140:10]: Allocated 209 CDOLockOwner[140:10]: Committed CDOLockOwner[140:11]: Allocated 210 CDOLockOwner[140:11]: Committed CDOLockOwner[140:2]: Allocated 211 CDOLockOwner[140:2]: Committed CDOLockOwner[140:3]: Allocated 212 CDOLockOwner[140:3]: Committed CDOLockOwner[140:5]: Allocated 213 CDOLockOwner[140:5]: Committed CDOLockOwner[140:4]: Allocated 214 CDOLockOwner[140:4]: Committed CDOLockOwner[140:6]: Allocated 215 CDOLockOwner[140:6]: Committed CDOLockOwner[140:7]: Allocated 216 CDOLockOwner[140:7]: Committed CDOLockOwner[140:8]: Allocated 217 CDOLockOwner[140:8]: Committed CDOLockOwner[140:9]: Allocated 218 CDOLockOwner[140:9]: Committed CDOLockOwner[140:10]: Allocated 219 CDOLockOwner[140:10]: Committed CDOLockOwner[140:11]: Allocated 220 CDOLockOwner[140:11]: Committed CDOLockOwner[140:2]: Allocated 221 CDOLockOwner[140:2]: Committed CDOLockOwner[140:3]: Allocated 222 CDOLockOwner[140:3]: Committed CDOLockOwner[140:5]: Allocated 223 CDOLockOwner[140:5]: Committed CDOLockOwner[140:4]: Allocated 224 CDOLockOwner[140:4]: Committed CDOLockOwner[140:6]: Allocated 225 CDOLockOwner[140:6]: Committed CDOLockOwner[140:7]: Allocated 226 CDOLockOwner[140:7]: Committed CDOLockOwner[140:8]: Allocated 227 CDOLockOwner[140:8]: Committed CDOLockOwner[140:9]: Allocated 228 CDOLockOwner[140:9]: Committed CDOLockOwner[140:10]: Allocated 229 CDOLockOwner[140:10]: Committed CDOLockOwner[140:11]: Allocated 230 CDOLockOwner[140:11]: Committed CDOLockOwner[140:2]: Allocated 231 CDOLockOwner[140:2]: Committed CDOLockOwner[140:3]: Allocated 232 CDOLockOwner[140:3]: Committed CDOLockOwner[140:5]: Allocated 233 CDOLockOwner[140:5]: Committed CDOLockOwner[140:4]: Allocated 234 CDOLockOwner[140:4]: Committed CDOLockOwner[140:6]: Allocated 235 CDOLockOwner[140:6]: Committed CDOLockOwner[140:7]: Allocated 236 CDOLockOwner[140:7]: Committed CDOLockOwner[140:8]: Allocated 237 CDOLockOwner[140:8]: Committed CDOLockOwner[140:9]: Allocated 238 CDOLockOwner[140:9]: Committed CDOLockOwner[140:10]: Allocated 239 CDOLockOwner[140:10]: Committed CDOLockOwner[140:11]: Allocated 240 CDOLockOwner[140:11]: Committed CDOLockOwner[140:2]: Allocated 241 CDOLockOwner[140:2]: Committed CDOLockOwner[140:3]: Allocated 242 CDOLockOwner[140:3]: Committed CDOLockOwner[140:5]: Allocated 243 CDOLockOwner[140:5]: Committed CDOLockOwner[140:4]: Allocated 244 CDOLockOwner[140:4]: Committed CDOLockOwner[140:6]: Allocated 245 CDOLockOwner[140:6]: Committed CDOLockOwner[140:7]: Allocated 246 CDOLockOwner[140:7]: Committed CDOLockOwner[140:8]: Allocated 247 CDOLockOwner[140:8]: Committed CDOLockOwner[140:9]: Allocated 248 CDOLockOwner[140:9]: Committed CDOLockOwner[140:10]: Allocated 249 CDOLockOwner[140:10]: Committed CDOLockOwner[140:11]: Allocated 250 CDOLockOwner[140:11]: Committed CDOLockOwner[140:2]: Allocated 251 CDOLockOwner[140:2]: Committed CDOLockOwner[140:3]: Allocated 252 CDOLockOwner[140:3]: Committed CDOLockOwner[140:5]: Allocated 253 CDOLockOwner[140:5]: Committed CDOLockOwner[140:4]: Allocated 254 CDOLockOwner[140:4]: Committed CDOLockOwner[140:6]: Allocated 255 CDOLockOwner[140:6]: Committed CDOLockOwner[140:7]: Allocated 256 CDOLockOwner[140:7]: Committed CDOLockOwner[140:8]: Allocated 257 CDOLockOwner[140:8]: Committed CDOLockOwner[140:9]: Allocated 258 CDOLockOwner[140:9]: Committed CDOLockOwner[140:10]: Allocated 259 CDOLockOwner[140:10]: Committed CDOLockOwner[140:11]: Allocated 260 CDOLockOwner[140:11]: Committed CDOLockOwner[140:2]: Allocated 261 CDOLockOwner[140:2]: Committed CDOLockOwner[140:3]: Allocated 262 CDOLockOwner[140:3]: Committed CDOLockOwner[140:5]: Allocated 263 CDOLockOwner[140:5]: Committed CDOLockOwner[140:4]: Allocated 264 CDOLockOwner[140:4]: Committed CDOLockOwner[140:6]: Allocated 265 CDOLockOwner[140:6]: Committed CDOLockOwner[140:7]: Allocated 266 CDOLockOwner[140:7]: Committed CDOLockOwner[140:8]: Allocated 267 CDOLockOwner[140:8]: Committed CDOLockOwner[140:9]: Allocated 268 CDOLockOwner[140:9]: Committed CDOLockOwner[140:10]: Allocated 269 CDOLockOwner[140:10]: Committed CDOLockOwner[140:11]: Allocated 270 CDOLockOwner[140:11]: Committed CDOLockOwner[140:2]: Allocated 271 CDOLockOwner[140:2]: Committed CDOLockOwner[140:3]: Allocated 272 CDOLockOwner[140:3]: Committed CDOLockOwner[140:5]: Allocated 273 CDOLockOwner[140:5]: Committed CDOLockOwner[140:4]: Allocated 274 CDOLockOwner[140:4]: Committed CDOLockOwner[140:6]: Allocated 275 CDOLockOwner[140:6]: Committed CDOLockOwner[140:7]: Allocated 276 CDOLockOwner[140:7]: Committed CDOLockOwner[140:8]: Allocated 277 CDOLockOwner[140:8]: Committed CDOLockOwner[140:9]: Allocated 278 CDOLockOwner[140:9]: Committed CDOLockOwner[140:10]: Allocated 279 CDOLockOwner[140:10]: Committed CDOLockOwner[140:11]: Allocated 280 CDOLockOwner[140:11]: Committed CDOLockOwner[140:2]: Allocated 281 CDOLockOwner[140:2]: Committed CDOLockOwner[140:3]: Allocated 282 CDOLockOwner[140:3]: Committed CDOLockOwner[140:5]: Allocated 283 CDOLockOwner[140:5]: Committed CDOLockOwner[140:4]: Allocated 284 CDOLockOwner[140:4]: Committed CDOLockOwner[140:6]: Allocated 285 CDOLockOwner[140:6]: Committed CDOLockOwner[140:7]: Allocated 286 CDOLockOwner[140:7]: Committed CDOLockOwner[140:8]: Allocated 287 CDOLockOwner[140:8]: Committed CDOLockOwner[140:9]: Allocated 288 CDOLockOwner[140:9]: Committed CDOLockOwner[140:10]: Allocated 289 CDOLockOwner[140:10]: Committed CDOLockOwner[140:11]: Allocated 290 CDOLockOwner[140:11]: Committed CDOLockOwner[140:2]: Allocated 291 CDOLockOwner[140:2]: Committed CDOLockOwner[140:3]: Allocated 292 CDOLockOwner[140:3]: Committed CDOLockOwner[140:5]: Allocated 293 CDOLockOwner[140:5]: Committed CDOLockOwner[140:6]: Allocated 294 CDOLockOwner[140:6]: Committed CDOLockOwner[140:7]: Allocated 295 CDOLockOwner[140:7]: Committed CDOLockOwner[140:8]: Allocated 296 CDOLockOwner[140:8]: Committed CDOLockOwner[140:9]: Allocated 297 CDOLockOwner[140:9]: Committed CDOLockOwner[140:10]: Allocated 298 CDOLockOwner[140:10]: Committed CDOLockOwner[140:11]: Allocated 299 CDOLockOwner[140:11]: Committed FINISHED SUCCESS ******************************************************* MapTest.testEObjectToEObjectBothContainedMap [H2-branching-ranges, JVM, Native] ******************************************************* org.eclipse.emf.ecore.impl.EReferenceImpl@4b9dc62f (name: integerToStringMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@6cb3463b (name: stringToStringMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@2f9236d8 (name: stringToVATMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@4536a09a (name: stringToAddressContainmentMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@603faaad (name: stringToAddressReferenceMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@16cbba0f (name: eObjectToEObjectMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@28d16af8 (name: eObjectToEObjectKeyContainedMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@58932d08 (name: eObjectToEObjectBothContainedMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@45648e75 (name: eObjectToEObjectValueContainedMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) ******************************************************* MapTest.testEObjectToEObjectKeyContainedMap [H2-branching-ranges, JVM, Native] ******************************************************* org.eclipse.emf.ecore.impl.EReferenceImpl@4b9dc62f (name: integerToStringMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@6cb3463b (name: stringToStringMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@2f9236d8 (name: stringToVATMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@4536a09a (name: stringToAddressContainmentMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@603faaad (name: stringToAddressReferenceMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@16cbba0f (name: eObjectToEObjectMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@28d16af8 (name: eObjectToEObjectKeyContainedMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@58932d08 (name: eObjectToEObjectBothContainedMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@45648e75 (name: eObjectToEObjectValueContainedMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) ******************************************************* MapTest.testEObjectToEObjectMap [H2-branching-ranges, JVM, Native] ******************************************************* org.eclipse.emf.ecore.impl.EReferenceImpl@4b9dc62f (name: integerToStringMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@6cb3463b (name: stringToStringMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@2f9236d8 (name: stringToVATMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@4536a09a (name: stringToAddressContainmentMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@603faaad (name: stringToAddressReferenceMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@16cbba0f (name: eObjectToEObjectMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@28d16af8 (name: eObjectToEObjectKeyContainedMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@58932d08 (name: eObjectToEObjectBothContainedMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@45648e75 (name: eObjectToEObjectValueContainedMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) ******************************************************* MapTest.testEObjectToEObjectValueContainedMap [H2-branching-ranges, JVM, Native] ******************************************************* org.eclipse.emf.ecore.impl.EReferenceImpl@4b9dc62f (name: integerToStringMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@6cb3463b (name: stringToStringMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@2f9236d8 (name: stringToVATMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@4536a09a (name: stringToAddressContainmentMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@603faaad (name: stringToAddressReferenceMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@16cbba0f (name: eObjectToEObjectMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@28d16af8 (name: eObjectToEObjectKeyContainedMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@58932d08 (name: eObjectToEObjectBothContainedMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@45648e75 (name: eObjectToEObjectValueContainedMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) ******************************************************* MapTest.testIntegerStringMap [H2-branching-ranges, JVM, Native] ******************************************************* org.eclipse.emf.ecore.impl.EReferenceImpl@4b9dc62f (name: integerToStringMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@6cb3463b (name: stringToStringMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@2f9236d8 (name: stringToVATMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@4536a09a (name: stringToAddressContainmentMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@603faaad (name: stringToAddressReferenceMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@16cbba0f (name: eObjectToEObjectMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@28d16af8 (name: eObjectToEObjectKeyContainedMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@58932d08 (name: eObjectToEObjectBothContainedMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@45648e75 (name: eObjectToEObjectValueContainedMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) ******************************************************* MapTest.testStringStringMap [H2-branching-ranges, JVM, Native] ******************************************************* org.eclipse.emf.ecore.impl.EReferenceImpl@4b9dc62f (name: integerToStringMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@6cb3463b (name: stringToStringMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@2f9236d8 (name: stringToVATMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@4536a09a (name: stringToAddressContainmentMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@603faaad (name: stringToAddressReferenceMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@16cbba0f (name: eObjectToEObjectMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@28d16af8 (name: eObjectToEObjectKeyContainedMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@58932d08 (name: eObjectToEObjectBothContainedMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@45648e75 (name: eObjectToEObjectValueContainedMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) ******************************************************* MapTest.testStringToAddressContainmentMap [H2-branching-ranges, JVM, Native] ******************************************************* org.eclipse.emf.ecore.impl.EReferenceImpl@4b9dc62f (name: integerToStringMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@6cb3463b (name: stringToStringMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@2f9236d8 (name: stringToVATMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@4536a09a (name: stringToAddressContainmentMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@603faaad (name: stringToAddressReferenceMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@16cbba0f (name: eObjectToEObjectMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@28d16af8 (name: eObjectToEObjectKeyContainedMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@58932d08 (name: eObjectToEObjectBothContainedMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@45648e75 (name: eObjectToEObjectValueContainedMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) ******************************************************* MapTest.testStringToAddressReferenceMap [H2-branching-ranges, JVM, Native] ******************************************************* org.eclipse.emf.ecore.impl.EReferenceImpl@4b9dc62f (name: integerToStringMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@6cb3463b (name: stringToStringMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@2f9236d8 (name: stringToVATMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@4536a09a (name: stringToAddressContainmentMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@603faaad (name: stringToAddressReferenceMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@16cbba0f (name: eObjectToEObjectMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@28d16af8 (name: eObjectToEObjectKeyContainedMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@58932d08 (name: eObjectToEObjectBothContainedMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@45648e75 (name: eObjectToEObjectValueContainedMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) ******************************************************* MapTest.testStringVATMap [H2-branching-ranges, JVM, Native] ******************************************************* org.eclipse.emf.ecore.impl.EReferenceImpl@4b9dc62f (name: integerToStringMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@6cb3463b (name: stringToStringMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@2f9236d8 (name: stringToVATMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@4536a09a (name: stringToAddressContainmentMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@603faaad (name: stringToAddressReferenceMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@16cbba0f (name: eObjectToEObjectMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@28d16af8 (name: eObjectToEObjectKeyContainedMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@58932d08 (name: eObjectToEObjectBothContainedMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@45648e75 (name: eObjectToEObjectValueContainedMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) ******************************************************* MapTest.testTransientMap [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* MergingTest.testAdditionsInSourceAndTarget [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* MergingTest.testAutoMerge [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* MergingTest.testFromBranchWithAdditions [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* MergingTest.testFromBranchWithAdditionsTwoTimes [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* MergingTest.testFromBranchWithChangesInSource [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* MergingTest.testFromBranchWithRemovalsInSource [H2-branching-ranges, JVM, Native] ******************************************************* server-thread-59 [debug] moveOneUp add historic entry at: 2 server-thread-59 [debug] moveOneUp add historic entry at: 3 server-thread-59 [debug] moveOneUp add historic entry at: 4 DBStore ======= MAIN[0] 2024-05-03 05:14:30.457/* CDOResource@OID1:0v1("/") 2024-05-03 05:14:30.457/2024-05-03 05:14:30.488 CDOResource@OID1:0v2("/") 2024-05-03 05:14:30.489/2024-05-03 05:14:30.539 CDOResource@OID1:0v3("/") 2024-05-03 05:14:30.540/2024-05-03 05:14:30.569 CDOResource@OID1:0v4("/") 2024-05-03 05:14:30.570/2024-05-03 05:14:30.582 CDOResource@OID1:0v5("/") 2024-05-03 05:14:30.583/2024-05-03 05:14:30.594 CDOResource@OID1:0v6("/") 2024-05-03 05:14:30.595/2024-05-03 05:14:30.605 CDOResource@OID1:0v7("/") 2024-05-03 05:14:30.606/2024-05-03 05:14:30.631 CDOResource@OID1:0v8("/") 2024-05-03 05:14:30.632/2024-05-03 05:14:30.642 CDOResource@OID1:0v9("/") 2024-05-03 05:14:30.643/2024-05-03 05:14:30.653 CDOResource@OID1:0v10("/") 2024-05-03 05:14:30.654/2024-05-03 05:14:30.665 CDOResource@OID1:0v11("/") 2024-05-03 05:14:30.666/2024-05-03 05:14:30.676 CDOResource@OID1:0v12("/") 2024-05-03 05:14:30.677/2024-05-03 05:14:30.687 CDOResource@OID1:0v13("/") 2024-05-03 05:14:30.688/2024-05-03 05:14:30.699 CDOResource@OID1:0v14("/") 2024-05-03 05:14:30.700/2024-05-03 05:14:30.717 CDOResource@OID1:0v15("/") 2024-05-03 05:14:30.718/2024-05-03 05:14:30.733 CDOResource@OID1:0v16("/") 2024-05-03 05:14:30.734/2024-05-03 05:14:30.756 CDOResource@OID1:0v17("/") 2024-05-03 05:14:30.757/2024-05-03 05:14:30.765 CDOResource@OID1:0v18("/") 2024-05-03 05:14:30.766/2024-05-03 05:14:30.795 CDOResource@OID1:0v19("/") 2024-05-03 05:14:30.796/2024-05-03 05:14:30.807 CDOResource@OID1:0v20("/") 2024-05-03 05:14:30.808/2024-05-03 05:14:30.819 CDOResource@OID1:0v21("/") 2024-05-03 05:14:30.820/2024-05-03 05:14:30.835 CDOResource@OID1:0v22("/") 2024-05-03 05:14:30.836/2024-05-03 05:14:30.850 CDOResource@OID1:0v23("/") 2024-05-03 05:14:30.851/2024-05-03 05:14:30.863 CDOResource@OID1:0v24("/") 2024-05-03 05:14:30.864/2024-05-03 05:14:30.883 CDOResource@OID1:0v25("/") 2024-05-03 05:14:30.884/2024-05-03 05:14:30.901 CDOResource@OID1:0v26("/") 2024-05-03 05:14:30.902/2024-05-03 05:14:30.911 CDOResource@OID1:0v27("/") 2024-05-03 05:14:30.912/2024-05-03 05:14:30.930 CDOResource@OID1:0v28("/") 2024-05-03 05:14:30.931/2024-05-03 05:14:30.942 CDOResource@OID1:0v29("/") 2024-05-03 05:14:30.943/2024-05-03 05:14:30.953 CDOResource@OID1:0v30("/") 2024-05-03 05:14:30.954/2024-05-03 05:14:30.972 CDOResource@OID1:0v31("/") 2024-05-03 05:14:30.973/2024-05-03 05:14:31.000 CDOResource@OID1:0v32("/") 2024-05-03 05:14:31.001/2024-05-03 05:14:31.026 CDOResource@OID1:0v33("/") 2024-05-03 05:14:31.027/2024-05-03 05:14:31.045 CDOResource@OID1:0v34("/") 2024-05-03 05:14:31.046/2024-05-03 05:14:31.059 CDOResource@OID1:0v35("/") 2024-05-03 05:14:31.060/2024-05-03 05:14:31.084 CDOResource@OID1:0v36("/") 2024-05-03 05:14:31.085/2024-05-03 05:14:31.106 CDOResource@OID1:0v37("/") 2024-05-03 05:14:31.107/2024-05-03 05:14:31.141 CDOResource@OID1:0v38("/") 2024-05-03 05:14:31.142/2024-05-03 05:14:31.163 CDOResource@OID1:0v39("/") 2024-05-03 05:14:31.164/2024-05-03 05:14:31.179 CDOResource@OID1:0v40("/") 2024-05-03 05:14:31.180/2024-05-03 05:14:31.193 CDOResource@OID1:0v41("/") 2024-05-03 05:14:31.194/2024-05-03 05:14:31.209 CDOResource@OID1:0v42("/") 2024-05-03 05:14:31.210/2024-05-03 05:14:31.237 CDOResource@OID1:0v43("/") 2024-05-03 05:14:31.238/2024-05-03 05:14:31.265 CDOResource@OID1:0v44("/") 2024-05-03 05:14:31.266/2024-05-03 05:14:31.283 CDOResource@OID1:0v45("/") 2024-05-03 05:14:31.284/2024-05-03 05:14:31.302 CDOResource@OID1:0v46("/") 2024-05-03 05:14:31.303/2024-05-03 05:14:31.317 CDOResource@OID1:0v47("/") 2024-05-03 05:14:31.318/2024-05-03 05:14:31.375 CDOResource@OID1:0v48("/") 2024-05-03 05:14:31.376/2024-05-03 05:14:31.425 CDOResource@OID1:0v49("/") 2024-05-03 05:14:31.426/2024-05-03 05:14:31.452 CDOResource@OID1:0v50("/") 2024-05-03 05:14:31.453/2024-05-03 05:14:31.596 CDOResource@OID1:0v51("/") 2024-05-03 05:14:31.597/2024-05-03 05:14:35.274 CDOResource@OID1:0v52("/") 2024-05-03 05:14:35.275/2024-05-03 05:14:35.348 CDOResource@OID1:0v53("/") 2024-05-03 05:14:35.349/2024-05-03 05:14:35.526 CDOResource@OID1:0v54("/") 2024-05-03 05:14:35.527/2024-05-03 05:14:35.573 CDOResource@OID1:0v55("/") 2024-05-03 05:14:35.574/2024-05-03 05:14:35.631 CDOResource@OID1:0v56("/") 2024-05-03 05:14:35.632/2024-05-03 05:14:35.674 CDOResource@OID1:0v57("/") 2024-05-03 05:14:35.675/2024-05-03 05:14:35.729 CDOResource@OID1:0v58("/") 2024-05-03 05:14:35.730/2024-05-03 05:14:35.777 CDOResource@OID1:0v59("/") 2024-05-03 05:14:35.778/2024-05-03 05:14:35.826 CDOResource@OID1:0v60("/") 2024-05-03 05:14:35.827/2024-05-03 05:14:35.868 CDOResource@OID1:0v61("/") 2024-05-03 05:14:35.869/2024-05-03 05:14:35.947 CDOResource@OID1:0v62("/") 2024-05-03 05:14:35.948/2024-05-03 05:14:36.057 CDOResource@OID1:0v63("/") 2024-05-03 05:14:36.058/2024-05-03 05:14:36.251 CDOResource@OID1:0v64("/") 2024-05-03 05:14:36.252/2024-05-03 05:14:36.284 CDOResource@OID1:0v65("/") 2024-05-03 05:14:36.285/2024-05-03 05:14:36.332 CDOResource@OID1:0v66("/") 2024-05-03 05:14:36.333/2024-05-03 05:14:36.347 CDOResource@OID1:0v67("/") 2024-05-03 05:14:36.348/2024-05-03 05:14:36.360 CDOResource@OID1:0v68("/") 2024-05-03 05:14:36.361/2024-05-03 05:14:36.373 CDOResource@OID1:0v69("/") 2024-05-03 05:14:36.374/2024-05-03 05:14:36.387 CDOResource@OID1:0v70("/") 2024-05-03 05:14:36.388/2024-05-03 05:14:36.399 CDOResource@OID1:0v71("/") 2024-05-03 05:14:36.400/2024-05-03 05:14:36.412 CDOResource@OID1:0v72("/") 2024-05-03 05:14:36.413/2024-05-03 05:14:36.433 CDOResource@OID1:0v73("/") 2024-05-03 05:14:36.434/2024-05-03 05:14:36.449 CDOResource@OID1:0v74("/") 2024-05-03 05:14:36.450/2024-05-03 05:14:36.462 CDOResource@OID1:0v75("/") 2024-05-03 05:14:36.463/2024-05-03 05:14:36.525 CDOResource@OID1:0v76("/") 2024-05-03 05:14:36.526/2024-05-03 05:14:36.553 CDOResource@OID1:0v77("/") 2024-05-03 05:14:36.554/2024-05-03 05:14:36.591 CDOResource@OID1:0v78("/") 2024-05-03 05:14:36.592/2024-05-03 05:14:36.603 CDOResource@OID1:0v79("/") 2024-05-03 05:14:36.604/2024-05-03 05:14:36.615 CDOResource@OID1:0v80("/") 2024-05-03 05:14:36.616/2024-05-03 05:14:36.636 CDOResource@OID1:0v81("/") 2024-05-03 05:14:36.637/2024-05-03 05:14:36.648 CDOResource@OID1:0v82("/") 2024-05-03 05:14:36.649/2024-05-03 05:14:36.660 CDOResource@OID1:0v83("/") 2024-05-03 05:14:36.661/2024-05-03 05:14:36.672 CDOResource@OID1:0v84("/") 2024-05-03 05:14:36.673/2024-05-03 05:14:36.683 CDOResource@OID1:0v85("/") 2024-05-03 05:14:36.684/2024-05-03 05:14:36.694 CDOResource@OID1:0v86("/") 2024-05-03 05:14:36.695/2024-05-03 05:14:36.706 CDOResource@OID1:0v87("/") 2024-05-03 05:14:36.707/2024-05-03 05:14:36.758 CDOResource@OID1:0v88("/") 2024-05-03 05:14:36.759/2024-05-03 05:14:36.780 CDOResource@OID1:0v89("/") 2024-05-03 05:14:36.781/2024-05-03 05:14:36.826 CDOResource@OID1:0v90("/") 2024-05-03 05:14:36.827/2024-05-03 05:14:36.843 CDOResource@OID1:0v91("/") 2024-05-03 05:14:36.844/2024-05-03 05:14:36.857 CDOResource@OID1:0v92("/") 2024-05-03 05:14:36.858/2024-05-03 05:14:37.079 CDOResource@OID1:0v93("/") 2024-05-03 05:14:37.080/2024-05-03 05:14:37.096 CDOResource@OID1:0v94("/") 2024-05-03 05:14:37.097/2024-05-03 05:14:37.114 CDOResource@OID1:0v95("/") 2024-05-03 05:14:37.115/2024-05-03 05:14:39.144 CDOResource@OID1:0v96("/") 2024-05-03 05:14:39.145/2024-05-03 05:14:39.158 CDOResource@OID1:0v97("/") 2024-05-03 05:14:39.159/2024-05-03 05:14:39.173 CDOResource@OID1:0v98("/") 2024-05-03 05:14:39.174/2024-05-03 05:14:39.298 CDOResource@OID1:0v99("/") 2024-05-03 05:14:39.299/2024-05-03 05:14:39.618 CDOResource@OID1:0v100("/") 2024-05-03 05:14:39.619/2024-05-03 05:14:41.125 CDOResource@OID1:0v101("/") 2024-05-03 05:14:41.126/2024-05-03 05:14:42.142 CDOResource@OID1:0v102("/") 2024-05-03 05:14:42.143/2024-05-03 05:14:42.162 CDOResource@OID1:0v103("/") 2024-05-03 05:14:42.163/2024-05-03 05:14:42.177 CDOResource@OID1:0v104("/") 2024-05-03 05:14:42.178/2024-05-03 05:14:42.191 CDOResource@OID1:0v105("/") 2024-05-03 05:14:42.192/2024-05-03 05:14:43.205 CDOResource@OID1:0v106("/") 2024-05-03 05:14:43.206/2024-05-03 05:14:43.217 CDOResource@OID1:0v107("/") 2024-05-03 05:14:43.218/2024-05-03 05:14:43.230 CDOResource@OID1:0v108("/") 2024-05-03 05:14:43.231/2024-05-03 05:14:43.242 CDOResource@OID1:0v109("/") 2024-05-03 05:14:43.243/2024-05-03 05:14:43.256 CDOResource@OID1:0v110("/") 2024-05-03 05:14:43.257/2024-05-03 05:14:43.266 CDOResource@OID1:0v111("/") 2024-05-03 05:14:43.267/2024-05-03 05:14:44.280 CDOResource@OID1:0v112("/") 2024-05-03 05:14:44.281/2024-05-03 05:14:44.293 CDOResource@OID1:0v113("/") 2024-05-03 05:14:44.294/2024-05-03 05:14:44.304 CDOResource@OID1:0v114("/") 2024-05-03 05:14:44.305/2024-05-03 05:14:44.318 CDOResource@OID1:0v115("/") 2024-05-03 05:14:44.319/2024-05-03 05:14:44.430 CDOResource@OID1:0v116("/") 2024-05-03 05:14:44.431/2024-05-03 05:14:44.440 CDOResource@OID1:0v117("/") 2024-05-03 05:14:44.441/2024-05-03 05:14:44.460 CDOResource@OID1:0v118("/") 2024-05-03 05:14:44.461/2024-05-03 05:14:46.473 CDOResource@OID1:0v119("/") 2024-05-03 05:14:46.474/2024-05-03 05:14:47.488 CDOResource@OID1:0v120("/") 2024-05-03 05:14:47.489/2024-05-03 05:14:47.500 CDOResource@OID1:0v121("/") 2024-05-03 05:14:47.501/2024-05-03 05:14:47.511 CDOResource@OID1:0v122("/") 2024-05-03 05:14:47.512/2024-05-03 05:14:47.522 CDOResource@OID1:0v123("/") 2024-05-03 05:14:47.523/2024-05-03 05:14:48.535 CDOResource@OID1:0v124("/") 2024-05-03 05:14:48.536/2024-05-03 05:14:48.548 CDOResource@OID1:0v125("/") 2024-05-03 05:14:48.549/2024-05-03 05:14:48.579 CDOResource@OID1:0v126("/") 2024-05-03 05:14:48.580/2024-05-03 05:14:48.593 CDOResource@OID1:0v127("/") 2024-05-03 05:14:48.594/2024-05-03 05:14:50.113 CDOResource@OID1:0v128("/") 2024-05-03 05:14:50.114/2024-05-03 05:14:50.126 CDOResource@OID1:0v129("/") 2024-05-03 05:14:50.127/2024-05-03 05:14:50.140 CDOResource@OID1:0v130("/") 2024-05-03 05:14:50.141/2024-05-03 05:14:50.154 CDOResource@OID1:0v131("/") 2024-05-03 05:14:50.155/2024-05-03 05:14:50.270 CDOResource@OID1:0v132("/") 2024-05-03 05:14:50.271/2024-05-03 05:14:50.890 CDOResource@OID1:0v133("/") 2024-05-03 05:14:50.891/2024-05-03 05:14:51.007 CDOResource@OID1:0v134("/") 2024-05-03 05:14:51.008/2024-05-03 05:14:51.628 CDOResource@OID1:0v135("/") 2024-05-03 05:14:51.629/2024-05-03 05:14:51.861 CDOResource@OID1:0v136("/") 2024-05-03 05:14:51.862/2024-05-03 05:14:52.099 CDOResource@OID1:0v137("/") 2024-05-03 05:14:52.100/2024-05-03 05:14:52.114 CDOResource@OID1:0v138("/") 2024-05-03 05:14:52.115/2024-05-03 05:14:52.126 CDOResource@OID1:0v139("/") 2024-05-03 05:14:52.127/2024-05-03 05:14:52.143 CDOResource@OID1:0v140("/") 2024-05-03 05:14:52.144/2024-05-03 05:14:52.159 CDOResource@OID1:0v141("/") 2024-05-03 05:14:52.160/2024-05-03 05:14:52.176 CDOResource@OID1:0v142("/") 2024-05-03 05:14:52.177/2024-05-03 05:14:52.190 CDOResource@OID1:0v143("/") 2024-05-03 05:14:52.191/2024-05-03 05:14:52.941 CDOResource@OID1:0v144("/") 2024-05-03 05:14:52.942/2024-05-03 05:14:52.996 CDOResource@OID1:0v145("/") 2024-05-03 05:14:52.997/2024-05-03 05:14:53.041 CDOResource@OID1:0v146("/") 2024-05-03 05:14:53.042/2024-05-03 05:14:53.075 CDOResource@OID1:0v147("/") 2024-05-03 05:14:53.076/2024-05-03 05:14:53.127 CDOResource@OID1:0v148("/") 2024-05-03 05:14:53.128/2024-05-03 05:14:53.160 CDOResource@OID1:0v149("/") 2024-05-03 05:14:53.161/2024-05-03 05:14:53.202 CDOResource@OID1:0v150("/") 2024-05-03 05:14:53.203/2024-05-03 05:14:53.259 CDOResource@OID1:0v151("/") 2024-05-03 05:14:53.260/2024-05-03 05:14:53.295 CDOResource@OID1:0v152("/") 2024-05-03 05:14:53.296/2024-05-03 05:14:53.366 CDOResource@OID1:0v153("/") 2024-05-03 05:14:53.367/2024-05-03 05:14:53.388 CDOResource@OID1:0v154("/") 2024-05-03 05:14:53.389/2024-05-03 05:14:53.499 CDOResource@OID1:0v155("/") 2024-05-03 05:14:53.500/2024-05-03 05:14:53.551 CDOResource@OID1:0v156("/") 2024-05-03 05:14:53.552/2024-05-03 05:14:53.617 CDOResource@OID1:0v157("/") 2024-05-03 05:14:53.618/2024-05-03 05:14:53.644 CDOResource@OID1:0v158("/") 2024-05-03 05:14:53.645/2024-05-03 05:14:53.680 CDOResource@OID1:0v159("/") 2024-05-03 05:14:53.681/* CDOResourceFolder@OID2:0v1("ExternalReferenceTest_testXRefExternalObject")2024-05-03 05:14:30.489/* CDOResource@OID3:0v1("internal") 2024-05-03 05:14:30.489/* Supplier@OID4:0v1 2024-05-03 05:14:30.489/* CDOResourceFolder@OID5:0v1("IndexReconstructionTest_testAddAfter1")2024-05-03 05:14:30.540/* CDOResource@OID6:0v1("test1") 2024-05-03 05:14:30.540/* Customer@OID7:0v1 2024-05-03 05:14:30.540/* SalesOrder@OID8:0v1 2024-05-03 05:14:30.540/* CDOResourceFolder@OID9:0v1("IndexReconstructionTest_testAddAfter4")2024-05-03 05:14:30.570/* CDOResource@OID10:0v1("test1") 2024-05-03 05:14:30.570/* Customer@OID11:0v1 2024-05-03 05:14:30.570/* SalesOrder@OID12:0v1 2024-05-03 05:14:30.570/* SalesOrder@OID13:0v1 2024-05-03 05:14:30.570/* SalesOrder@OID14:0v1 2024-05-03 05:14:30.570/* SalesOrder@OID15:0v1 2024-05-03 05:14:30.570/* CDOResourceFolder@OID16:0v1("IndexReconstructionTest_testAddBefore1")2024-05-03 05:14:30.583/* CDOResource@OID17:0v1("test1") 2024-05-03 05:14:30.583/* Customer@OID18:0v1 2024-05-03 05:14:30.583/* SalesOrder@OID19:0v1 2024-05-03 05:14:30.583/* CDOResourceFolder@OID20:0v1("IndexReconstructionTest_testAddBefore4")2024-05-03 05:14:30.595/* CDOResource@OID21:0v1("test1") 2024-05-03 05:14:30.595/* Customer@OID22:0v1 2024-05-03 05:14:30.595/* SalesOrder@OID23:0v1 2024-05-03 05:14:30.595/* SalesOrder@OID24:0v1 2024-05-03 05:14:30.595/* SalesOrder@OID25:0v1 2024-05-03 05:14:30.595/* SalesOrder@OID26:0v1 2024-05-03 05:14:30.595/* CDOResourceFolder@OID27:0v1("IndexReconstructionTest_testMoveBackward")2024-05-03 05:14:30.606/* CDOResource@OID28:0v1("test1") 2024-05-03 05:14:30.606/* Customer@OID29:0v1 2024-05-03 05:14:30.606/* SalesOrder@OID30:0v1 2024-05-03 05:14:30.606/* SalesOrder@OID31:0v1 2024-05-03 05:14:30.606/* SalesOrder@OID32:0v1 2024-05-03 05:14:30.606/* SalesOrder@OID33:0v1 2024-05-03 05:14:30.606/* CDOResourceFolder@OID34:0v1("IndexReconstructionTest_testMoveBehindEnd")2024-05-03 05:14:30.632/* CDOResource@OID35:0v1("test1") 2024-05-03 05:14:30.632/* Customer@OID36:0v1 2024-05-03 05:14:30.632/* SalesOrder@OID37:0v1 2024-05-03 05:14:30.632/* SalesOrder@OID38:0v1 2024-05-03 05:14:30.632/* SalesOrder@OID39:0v1 2024-05-03 05:14:30.632/* SalesOrder@OID40:0v1 2024-05-03 05:14:30.632/* CDOResourceFolder@OID41:0v1("IndexReconstructionTest_testMoveForward")2024-05-03 05:14:30.643/* CDOResource@OID42:0v1("test1") 2024-05-03 05:14:30.643/* Customer@OID43:0v1 2024-05-03 05:14:30.643/* SalesOrder@OID44:0v1 2024-05-03 05:14:30.643/* SalesOrder@OID45:0v1 2024-05-03 05:14:30.643/* SalesOrder@OID46:0v1 2024-05-03 05:14:30.643/* SalesOrder@OID47:0v1 2024-05-03 05:14:30.643/* CDOResourceFolder@OID48:0v1("IndexReconstructionTest_testReAdded")2024-05-03 05:14:30.654/* CDOResource@OID49:0v1("test1") 2024-05-03 05:14:30.654/* Customer@OID50:0v1 2024-05-03 05:14:30.654/* SalesOrder@OID51:0v1 2024-05-03 05:14:30.654/* SalesOrder@OID52:0v1 2024-05-03 05:14:30.654/* SalesOrder@OID53:0v1 2024-05-03 05:14:30.654/* SalesOrder@OID54:0v1 2024-05-03 05:14:30.654/* CDOResourceFolder@OID55:0v1("IndexReconstructionTest_testRemove1")2024-05-03 05:14:30.666/* CDOResource@OID56:0v1("test1") 2024-05-03 05:14:30.666/* Customer@OID57:0v1 2024-05-03 05:14:30.666/* SalesOrder@OID58:0v1 2024-05-03 05:14:30.666/* SalesOrder@OID59:0v1 2024-05-03 05:14:30.666/* SalesOrder@OID60:0v1 2024-05-03 05:14:30.666/* SalesOrder@OID61:0v1 2024-05-03 05:14:30.666/* CDOResourceFolder@OID62:0v1("IndexReconstructionTest_testRemove4")2024-05-03 05:14:30.677/* CDOResource@OID63:0v1("test1") 2024-05-03 05:14:30.677/* Customer@OID64:0v1 2024-05-03 05:14:30.677/* SalesOrder@OID65:0v1 2024-05-03 05:14:30.677/* SalesOrder@OID66:0v1 2024-05-03 05:14:30.677/* SalesOrder@OID67:0v1 2024-05-03 05:14:30.677/* SalesOrder@OID68:0v1 2024-05-03 05:14:30.677/* CDOResourceFolder@OID69:0v1("IndexReconstructionTest_testRemoveAdded")2024-05-03 05:14:30.688/* CDOResource@OID70:0v1("test1") 2024-05-03 05:14:30.688/* Customer@OID71:0v1 2024-05-03 05:14:30.688/* SalesOrder@OID72:0v1 2024-05-03 05:14:30.688/* SalesOrder@OID73:0v1 2024-05-03 05:14:30.688/* SalesOrder@OID74:0v1 2024-05-03 05:14:30.688/* SalesOrder@OID75:0v1 2024-05-03 05:14:30.688/* CDOResourceFolder@OID76:0v1("IndexReconstructionTest_testRemoveLastAdded")2024-05-03 05:14:30.700/* CDOResource@OID77:0v1("test1") 2024-05-03 05:14:30.700/* Customer@OID78:0v1 2024-05-03 05:14:30.700/* SalesOrder@OID79:0v1 2024-05-03 05:14:30.700/* SalesOrder@OID80:0v1 2024-05-03 05:14:30.700/* SalesOrder@OID81:0v1 2024-05-03 05:14:30.700/* SalesOrder@OID82:0v1 2024-05-03 05:14:30.700/* CDOResourceFolder@OID83:0v1("InitialTest_testCommitDirty")2024-05-03 05:14:30.718/* CDOResource@OID84:0v1("test1") 2024-05-03 05:14:30.718/* Supplier@OID85:0v1 2024-05-03 05:14:30.718/2024-05-03 05:14:30.718 Supplier@OID85:0v2 2024-05-03 05:14:30.719/* CDOResourceFolder@OID86:0v1("InitialTest_testCommitDirtyInverseList")2024-05-03 05:14:30.734/* CDOResource@OID87:0v1("test1") 2024-05-03 05:14:30.734/2024-05-03 05:14:30.747 CDOResource@OID87:0v2("test1") 2024-05-03 05:14:30.748/* Category@OID88:0v1 2024-05-03 05:14:30.734/* Product1@OID89:0v1 2024-05-03 05:14:30.734/2024-05-03 05:14:30.747 Product1@OID89:0v2 2024-05-03 05:14:30.748/* OrderDetail@OID90:0v1 2024-05-03 05:14:30.734/* OrderDetail@OID91:0v1 2024-05-03 05:14:30.748/* CDOResourceFolder@OID92:0v1("InitialTest_testCommitNew")2024-05-03 05:14:30.757/* CDOResource@OID93:0v1("test1") 2024-05-03 05:14:30.757/* Supplier@OID94:0v1 2024-05-03 05:14:30.757/* CDOResourceFolder@OID95:0v1("InitialTest_testCommitNewInverseList")2024-05-03 05:14:30.766/* CDOResource@OID96:0v1("test1") 2024-05-03 05:14:30.766/* Category@OID97:0v1 2024-05-03 05:14:30.766/* Product1@OID98:0v1 2024-05-03 05:14:30.766/* OrderDetail@OID99:0v1 2024-05-03 05:14:30.766/* CDOResourceFolder@OID100:0v1("InitialTest_testGetContents")2024-05-03 05:14:30.796/* CDOResource@OID101:0v1("test1") 2024-05-03 05:14:30.796/* Supplier@OID102:0v1 2024-05-03 05:14:30.796/* CDOResourceFolder@OID103:0v1("InitialTest_testGetResource")2024-05-03 05:14:30.808/* CDOResource@OID104:0v1("test1") 2024-05-03 05:14:30.808/* Supplier@OID105:0v1 2024-05-03 05:14:30.808/* CDOResourceFolder@OID106:0v1("InitialTest_testLoadObject")2024-05-03 05:14:30.820/* CDOResource@OID107:0v1("test1") 2024-05-03 05:14:30.820/* Supplier@OID108:0v1 2024-05-03 05:14:30.820/* CDOResourceFolder@OID109:0v1("InitialTest_testLoadObjectInverseList")2024-05-03 05:14:30.836/* CDOResource@OID110:0v1("test1") 2024-05-03 05:14:30.836/* Category@OID111:0v1 2024-05-03 05:14:30.836/* Product1@OID112:0v1 2024-05-03 05:14:30.836/* OrderDetail@OID113:0v1 2024-05-03 05:14:30.836/* CDOResourceFolder@OID114:0v1("InitialTest_testLoadResource")2024-05-03 05:14:30.851/* CDOResource@OID115:0v1("test1") 2024-05-03 05:14:30.851/* Supplier@OID116:0v1 2024-05-03 05:14:30.851/* CDOResourceFolder@OID117:0v1("InitialTest_testMultipleInheritence")2024-05-03 05:14:30.864/* CDOResource@OID118:0v1("test1") 2024-05-03 05:14:30.864/* OrderAddress@OID119:0v1 2024-05-03 05:14:30.864/* OrderDetail@OID120:0v1 2024-05-03 05:14:30.864/* CDOResourceFolder@OID121:0v1("InitialTest_testNullReference")2024-05-03 05:14:30.884/* CDOResource@OID122:0v1("test1") 2024-05-03 05:14:30.884/* OrderDetail@OID123:0v1 2024-05-03 05:14:30.884/* CDOResourceFolder@OID124:0v1("InitialTest_testReadObjectClean")2024-05-03 05:14:30.902/* CDOResource@OID125:0v1("test1") 2024-05-03 05:14:30.902/* Supplier@OID126:0v1 2024-05-03 05:14:30.902/* CDOResourceFolder@OID127:0v1("InitialTest_testReadObjectProxy")2024-05-03 05:14:30.912/* CDOResource@OID128:0v1("test1") 2024-05-03 05:14:30.912/* Supplier@OID129:0v1 2024-05-03 05:14:30.912/* CDOResourceFolder@OID130:0v1("InitialTest_testReadResourceClean")2024-05-03 05:14:30.931/* CDOResource@OID131:0v1("test1") 2024-05-03 05:14:30.931/* Supplier@OID132:0v1 2024-05-03 05:14:30.931/* CDOResourceFolder@OID133:0v1("InitialTest_testReadTransientValue")2024-05-03 05:14:30.943/* CDOResource@OID134:0v1("test1") 2024-05-03 05:14:30.943/* Product1@OID135:0v1 2024-05-03 05:14:30.943/* CDOResourceFolder@OID136:0v1("InitialTest_testReferenceIntoDifferentResource")2024-05-03 05:14:30.954/* CDOResource@OID137:0v1("test1") 2024-05-03 05:14:30.954/* OrderDetail@OID138:0v1 2024-05-03 05:14:30.954/* CDOResource@OID139:0v1("test2") 2024-05-03 05:14:30.954/* Company@OID140:0v1 2024-05-03 05:14:30.954/* Category@OID141:0v1 2024-05-03 05:14:30.954/* Product1@OID142:0v1 2024-05-03 05:14:30.954/* CDOResourceFolder@OID143:0v1("InitialTest_testResourceAccessor")2024-05-03 05:14:30.973/* CDOResource@OID144:0v1("test1") 2024-05-03 05:14:30.973/* Supplier@OID145:0v1 2024-05-03 05:14:30.973/* CDOResourceFolder@OID146:0v1("InitialTest_testWriteClean")2024-05-03 05:14:31.001/* CDOResource@OID147:0v1("test1") 2024-05-03 05:14:31.001/* Supplier@OID148:0v1 2024-05-03 05:14:31.001/* CDOResourceFolder@OID149:0v1("InvalidationTest_testConflictDifferentSession")2024-05-03 05:14:31.027/* CDOResource@OID150:0v1("test") 2024-05-03 05:14:31.027/2024-05-03 05:14:31.030 CDOResource@OID150:0v2("test") 2024-05-03 05:14:31.031/2024-05-03 05:14:31.033 CDOResource@OID150:0v3("test") 2024-05-03 05:14:31.034/* Customer@OID151:0v1 2024-05-03 05:14:31.031/* Customer@OID152:0v1 2024-05-03 05:14:31.034/* CDOResourceFolder@OID153:0v1("InvalidationTest_testConflictSameSession")2024-05-03 05:14:31.046/* CDOResource@OID154:0v1("test") 2024-05-03 05:14:31.046/2024-05-03 05:14:31.048 CDOResource@OID154:0v2("test") 2024-05-03 05:14:31.049/2024-05-03 05:14:31.049 CDOResource@OID154:0v3("test") 2024-05-03 05:14:31.050/* Customer@OID155:0v1 2024-05-03 05:14:31.049/* Customer@OID156:0v1 2024-05-03 05:14:31.050/* CDOResourceFolder@OID157:0v1("InvalidationTest_testDeleteFromOtherBranch")2024-05-03 05:14:31.060/* CDOResource@OID158:0v1("test1") 2024-05-03 05:14:31.060/* Company@OID159:0v1 2024-05-03 05:14:31.060/2024-05-03 05:14:31.061 Company@OID159:0v2 2024-05-03 05:14:31.062/* Category@OID160:0v1 2024-05-03 05:14:31.060/* CDOResourceFolder@OID161:0v1("InvalidationTest_testDetach")2024-05-03 05:14:31.085/* CDOResource@OID162:0v1("test1") 2024-05-03 05:14:31.085/2024-05-03 05:14:31.090 CDOResource@OID162:0v2("test1") 2024-05-03 05:14:31.091/* Category@OID163:0v1 2024-05-03 05:14:31.085/2024-05-03 05:14:31.090 CDOResourceFolder@OID164:0v1("InvalidationTest_testDetachAndPassiveUpdate")2024-05-03 05:14:31.107/* CDOResource@OID165:0v1("test1") 2024-05-03 05:14:31.107/2024-05-03 05:14:31.112 CDOResource@OID165:0v2("test1") 2024-05-03 05:14:31.113/2024-05-03 05:14:31.113 CDOResource@OID165:0v3("test1") 2024-05-03 05:14:31.114/* Category@OID166:0v1 2024-05-03 05:14:31.107/2024-05-03 05:14:31.112 Category@OID167:0v1 2024-05-03 05:14:31.114/* CDOResourceFolder@OID168:0v1("InvalidationTest_testDetachAndPassiveUpdateWithoutRevisionTimestamp")2024-05-03 05:14:31.142/* CDOResource@OID169:0v1("test1") 2024-05-03 05:14:31.142/2024-05-03 05:14:31.148 CDOResource@OID169:0v2("test1") 2024-05-03 05:14:31.149/2024-05-03 05:14:31.149 CDOResource@OID169:0v3("test1") 2024-05-03 05:14:31.150/* Category@OID170:0v1 2024-05-03 05:14:31.142/2024-05-03 05:14:31.148 Category@OID171:0v1 2024-05-03 05:14:31.150/* CDOResourceFolder@OID172:0v1("InvalidationTest_testDetachedConflictDifferentSession")2024-05-03 05:14:31.164/2024-05-03 05:14:31.166 CDOResourceFolder@OID172:0v2("InvalidationTest_testDetachedConflictDifferentSession")2024-05-03 05:14:31.167/* CDOResource@OID173:0v1("test") 2024-05-03 05:14:31.164/2024-05-03 05:14:31.166 CDOResourceFolder@OID174:0v1("InvalidationTest_testDetachedConflictSameSession")2024-05-03 05:14:31.180/2024-05-03 05:14:31.181 CDOResourceFolder@OID174:0v2("InvalidationTest_testDetachedConflictSameSession")2024-05-03 05:14:31.182/* CDOResource@OID175:0v1("test") 2024-05-03 05:14:31.180/2024-05-03 05:14:31.181 CDOResourceFolder@OID176:0v1("InvalidationTest_testInvalidateAndCache")2024-05-03 05:14:31.194/* CDOResource@OID177:0v1("test1") 2024-05-03 05:14:31.194/* Company@OID178:0v1 2024-05-03 05:14:31.194/* Category@OID179:0v1 2024-05-03 05:14:31.194/2024-05-03 05:14:31.196 Category@OID179:0v2 2024-05-03 05:14:31.197/* CDOResourceFolder@OID180:0v1("InvalidationTest_testPassiveUpdateMode_CHANGES")2024-05-03 05:14:31.210/* CDOResource@OID181:0v1("test1") 2024-05-03 05:14:31.210/* Category@OID182:0v1 2024-05-03 05:14:31.210/2024-05-03 05:14:31.215 Category@OID182:0v2 2024-05-03 05:14:31.216/* CDOResourceFolder@OID183:0v1("InvalidationTest_testPassiveUpdateOnAndOff")2024-05-03 05:14:31.238/* CDOResource@OID184:0v1("test1") 2024-05-03 05:14:31.238/* Company@OID185:0v1 2024-05-03 05:14:31.238/* Category@OID186:0v1 2024-05-03 05:14:31.238/2024-05-03 05:14:31.246 Category@OID186:0v2 2024-05-03 05:14:31.247/2024-05-03 05:14:31.248 Category@OID186:0v3 2024-05-03 05:14:31.249/* Category@OID187:0v1 2024-05-03 05:14:31.238/* Category@OID188:0v1 2024-05-03 05:14:31.238/* CDOResourceFolder@OID189:0v1("InvalidationTest_testSeparateSession")2024-05-03 05:14:31.266/* CDOResource@OID190:0v1("test1") 2024-05-03 05:14:31.266/* Company@OID191:0v1 2024-05-03 05:14:31.266/* Category@OID192:0v1 2024-05-03 05:14:31.266/2024-05-03 05:14:31.272 Category@OID192:0v2 2024-05-03 05:14:31.273/* Category@OID193:0v1 2024-05-03 05:14:31.266/* Category@OID194:0v1 2024-05-03 05:14:31.266/* CDOResourceFolder@OID195:0v1("InvalidationTest_testSeparateSession_PassiveUpdateDisable")2024-05-03 05:14:31.284/* CDOResource@OID196:0v1("test1") 2024-05-03 05:14:31.284/* Company@OID197:0v1 2024-05-03 05:14:31.284/* Category@OID198:0v1 2024-05-03 05:14:31.284/2024-05-03 05:14:31.288 Category@OID198:0v2 2024-05-03 05:14:31.289/* Category@OID199:0v1 2024-05-03 05:14:31.284/* Category@OID200:0v1 2024-05-03 05:14:31.284/* CDOResourceFolder@OID201:0v1("InvalidationTest_testSeparateView")2024-05-03 05:14:31.303/* CDOResource@OID202:0v1("test1") 2024-05-03 05:14:31.303/* Company@OID203:0v1 2024-05-03 05:14:31.303/* Category@OID204:0v1 2024-05-03 05:14:31.303/2024-05-03 05:14:31.305 Category@OID204:0v2 2024-05-03 05:14:31.306/* Category@OID205:0v1 2024-05-03 05:14:31.303/* Category@OID206:0v1 2024-05-03 05:14:31.303/* CDOResourceFolder@OID207:0v1("InvalidationTest_testSeparateViewNotification")2024-05-03 05:14:31.318/* CDOResource@OID208:0v1("test1") 2024-05-03 05:14:31.318/* Company@OID209:0v1 2024-05-03 05:14:31.318/* Category@OID210:0v1 2024-05-03 05:14:31.318/2024-05-03 05:14:31.327 Category@OID210:0v2 2024-05-03 05:14:31.328/* Category@OID211:0v1 2024-05-03 05:14:31.318/* Category@OID212:0v1 2024-05-03 05:14:31.318/* CDOResourceFolder@OID213:0v1("LobTest_testCommitBlob")2024-05-03 05:14:31.376/* CDOResource@OID214:0v1("res") 2024-05-03 05:14:31.376/* Image@OID215:0v1 2024-05-03 05:14:31.376/* CDOResourceFolder@OID216:0v1("LobTest_testCommitClob")2024-05-03 05:14:31.426/* CDOResource@OID217:0v1("res") 2024-05-03 05:14:31.426/* File@OID218:0v1 2024-05-03 05:14:31.426/* CDOResourceFolder@OID219:0v1("LobTest_testReadBlob")2024-05-03 05:14:31.453/* CDOResource@OID220:0v1("res") 2024-05-03 05:14:31.453/* Image@OID221:0v1 2024-05-03 05:14:31.453/* CDOResourceFolder@OID222:0v1("LobTest_testReadClob")2024-05-03 05:14:31.597/* CDOResource@OID223:0v1("res") 2024-05-03 05:14:31.597/* File@OID224:0v1 2024-05-03 05:14:31.597/* CDOResourceFolder@OID225:0v1("LockingManagerRestartRepositoryTest_testDisableDurableLockingAndReleaseLocks")2024-05-03 05:14:35.275/* CDOResource@OID226:0v1("res1") 2024-05-03 05:14:35.275/* Company@OID227:0v1 2024-05-03 05:14:35.275/* CDOResourceFolder@OID228:0v1("LockingManagerRestartRepositoryTest_testDurableViewHandler")2024-05-03 05:14:35.349/* CDOResource@OID229:0v1("res1") 2024-05-03 05:14:35.349/* Company@OID230:0v1 2024-05-03 05:14:35.349/* CDOResourceFolder@OID231:0v1("LockingManagerRestartRepositoryTest_testLockDowngradeAfterEnable")2024-05-03 05:14:35.527/* CDOResource@OID232:0v1("res1") 2024-05-03 05:14:35.527/* Company@OID233:0v1 2024-05-03 05:14:35.527/* CDOResourceFolder@OID234:0v1("LockingManagerRestartRepositoryTest_testLockDowngradeBeforeEnable")2024-05-03 05:14:35.574/* CDOResource@OID235:0v1("res1") 2024-05-03 05:14:35.574/* Company@OID236:0v1 2024-05-03 05:14:35.574/* CDOResourceFolder@OID237:0v1("LockingManagerRestartRepositoryTest_testLockUpgradeAfterEnable")2024-05-03 05:14:35.632/* CDOResource@OID238:0v1("res1") 2024-05-03 05:14:35.632/* Company@OID239:0v1 2024-05-03 05:14:35.632/* CDOResourceFolder@OID240:0v1("LockingManagerRestartRepositoryTest_testLockUpgradeBeforeEnable")2024-05-03 05:14:35.675/* CDOResource@OID241:0v1("res1") 2024-05-03 05:14:35.675/* Company@OID242:0v1 2024-05-03 05:14:35.675/* CDOResourceFolder@OID243:0v1("LockingManagerRestartRepositoryTest_testReadLockAfterEnable")2024-05-03 05:14:35.730/* CDOResource@OID244:0v1("res1") 2024-05-03 05:14:35.730/* Company@OID245:0v1 2024-05-03 05:14:35.730/* CDOResourceFolder@OID246:0v1("LockingManagerRestartRepositoryTest_testReadLockBeforeEnable")2024-05-03 05:14:35.778/* CDOResource@OID247:0v1("res1") 2024-05-03 05:14:35.778/* Company@OID248:0v1 2024-05-03 05:14:35.778/* CDOResourceFolder@OID249:0v1("LockingManagerRestartRepositoryTest_testWriteLockAfterEnable")2024-05-03 05:14:35.827/* CDOResource@OID250:0v1("res1") 2024-05-03 05:14:35.827/* Company@OID251:0v1 2024-05-03 05:14:35.827/* CDOResourceFolder@OID252:0v1("LockingManagerRestartRepositoryTest_testWriteLockBeforeEnable")2024-05-03 05:14:35.869/* CDOResource@OID253:0v1("res1") 2024-05-03 05:14:35.869/* Company@OID254:0v1 2024-05-03 05:14:35.869/* CDOResourceFolder@OID255:0v1("LockingManagerRestartRepositoryTest_testWriteOptionAfterEnable")2024-05-03 05:14:35.948/* CDOResource@OID256:0v1("res1") 2024-05-03 05:14:35.948/* Company@OID257:0v1 2024-05-03 05:14:35.948/* CDOResourceFolder@OID258:0v1("LockingManagerRestartRepositoryTest_testWriteOptionBeforeEnable")2024-05-03 05:14:36.058/* CDOResource@OID259:0v1("res1") 2024-05-03 05:14:36.058/* Company@OID260:0v1 2024-05-03 05:14:36.058/* CDOResourceFolder@OID261:0v1("LockingManagerRestartSessionTest_testDisableDurableLockingAndReleaseLocks")2024-05-03 05:14:36.252/* CDOResource@OID262:0v1("res1") 2024-05-03 05:14:36.252/* Company@OID263:0v1 2024-05-03 05:14:36.252/* CDOResourceFolder@OID264:0v1("LockingManagerRestartSessionTest_testDurableViewHandler")2024-05-03 05:14:36.285/* CDOResource@OID265:0v1("res1") 2024-05-03 05:14:36.285/* Company@OID266:0v1 2024-05-03 05:14:36.285/* CDOResourceFolder@OID267:0v1("LockingManagerRestartSessionTest_testLockDowngradeAfterEnable")2024-05-03 05:14:36.333/* CDOResource@OID268:0v1("res1") 2024-05-03 05:14:36.333/* Company@OID269:0v1 2024-05-03 05:14:36.333/* CDOResourceFolder@OID270:0v1("LockingManagerRestartSessionTest_testLockDowngradeBeforeEnable")2024-05-03 05:14:36.348/* CDOResource@OID271:0v1("res1") 2024-05-03 05:14:36.348/* Company@OID272:0v1 2024-05-03 05:14:36.348/* CDOResourceFolder@OID273:0v1("LockingManagerRestartSessionTest_testLockUpgradeAfterEnable")2024-05-03 05:14:36.361/* CDOResource@OID274:0v1("res1") 2024-05-03 05:14:36.361/* Company@OID275:0v1 2024-05-03 05:14:36.361/* CDOResourceFolder@OID276:0v1("LockingManagerRestartSessionTest_testLockUpgradeBeforeEnable")2024-05-03 05:14:36.374/* CDOResource@OID277:0v1("res1") 2024-05-03 05:14:36.374/* Company@OID278:0v1 2024-05-03 05:14:36.374/* CDOResourceFolder@OID279:0v1("LockingManagerRestartSessionTest_testReadLockAfterEnable")2024-05-03 05:14:36.388/* CDOResource@OID280:0v1("res1") 2024-05-03 05:14:36.388/* Company@OID281:0v1 2024-05-03 05:14:36.388/* CDOResourceFolder@OID282:0v1("LockingManagerRestartSessionTest_testReadLockBeforeEnable")2024-05-03 05:14:36.400/* CDOResource@OID283:0v1("res1") 2024-05-03 05:14:36.400/* Company@OID284:0v1 2024-05-03 05:14:36.400/* CDOResourceFolder@OID285:0v1("LockingManagerRestartSessionTest_testWriteLockAfterEnable")2024-05-03 05:14:36.413/* CDOResource@OID286:0v1("res1") 2024-05-03 05:14:36.413/* Company@OID287:0v1 2024-05-03 05:14:36.413/* CDOResourceFolder@OID288:0v1("LockingManagerRestartSessionTest_testWriteLockBeforeEnable")2024-05-03 05:14:36.434/* CDOResource@OID289:0v1("res1") 2024-05-03 05:14:36.434/* Company@OID290:0v1 2024-05-03 05:14:36.434/* CDOResourceFolder@OID291:0v1("LockingManagerRestartSessionTest_testWriteOptionAfterEnable")2024-05-03 05:14:36.450/* CDOResource@OID292:0v1("res1") 2024-05-03 05:14:36.450/* Company@OID293:0v1 2024-05-03 05:14:36.450/* CDOResourceFolder@OID294:0v1("LockingManagerRestartSessionTest_testWriteOptionBeforeEnable")2024-05-03 05:14:36.463/* CDOResource@OID295:0v1("res1") 2024-05-03 05:14:36.463/* Company@OID296:0v1 2024-05-03 05:14:36.463/* CDOResourceFolder@OID297:0v1("LockingManagerRestartTransactionTest_testDisableDurableLockingAndReleaseLocks")2024-05-03 05:14:36.526/* CDOResource@OID298:0v1("res1") 2024-05-03 05:14:36.526/* Company@OID299:0v1 2024-05-03 05:14:36.526/* CDOResourceFolder@OID300:0v1("LockingManagerRestartTransactionTest_testDurableViewHandler")2024-05-03 05:14:36.554/* CDOResource@OID301:0v1("res1") 2024-05-03 05:14:36.554/* Company@OID302:0v1 2024-05-03 05:14:36.554/* CDOResourceFolder@OID303:0v1("LockingManagerRestartTransactionTest_testLockDowngradeAfterEnable")2024-05-03 05:14:36.592/* CDOResource@OID304:0v1("res1") 2024-05-03 05:14:36.592/* Company@OID305:0v1 2024-05-03 05:14:36.592/* CDOResourceFolder@OID306:0v1("LockingManagerRestartTransactionTest_testLockDowngradeBeforeEnable")2024-05-03 05:14:36.604/* CDOResource@OID307:0v1("res1") 2024-05-03 05:14:36.604/* Company@OID308:0v1 2024-05-03 05:14:36.604/* CDOResourceFolder@OID309:0v1("LockingManagerRestartTransactionTest_testLockUpgradeAfterEnable")2024-05-03 05:14:36.616/* CDOResource@OID310:0v1("res1") 2024-05-03 05:14:36.616/* Company@OID311:0v1 2024-05-03 05:14:36.616/* CDOResourceFolder@OID312:0v1("LockingManagerRestartTransactionTest_testLockUpgradeBeforeEnable")2024-05-03 05:14:36.637/* CDOResource@OID313:0v1("res1") 2024-05-03 05:14:36.637/* Company@OID314:0v1 2024-05-03 05:14:36.637/* CDOResourceFolder@OID315:0v1("LockingManagerRestartTransactionTest_testReadLockAfterEnable")2024-05-03 05:14:36.649/* CDOResource@OID316:0v1("res1") 2024-05-03 05:14:36.649/* Company@OID317:0v1 2024-05-03 05:14:36.649/* CDOResourceFolder@OID318:0v1("LockingManagerRestartTransactionTest_testReadLockBeforeEnable")2024-05-03 05:14:36.661/* CDOResource@OID319:0v1("res1") 2024-05-03 05:14:36.661/* Company@OID320:0v1 2024-05-03 05:14:36.661/* CDOResourceFolder@OID321:0v1("LockingManagerRestartTransactionTest_testWriteLockAfterEnable")2024-05-03 05:14:36.673/* CDOResource@OID322:0v1("res1") 2024-05-03 05:14:36.673/* Company@OID323:0v1 2024-05-03 05:14:36.673/* CDOResourceFolder@OID324:0v1("LockingManagerRestartTransactionTest_testWriteLockBeforeEnable")2024-05-03 05:14:36.684/* CDOResource@OID325:0v1("res1") 2024-05-03 05:14:36.684/* Company@OID326:0v1 2024-05-03 05:14:36.684/* CDOResourceFolder@OID327:0v1("LockingManagerRestartTransactionTest_testWriteOptionAfterEnable")2024-05-03 05:14:36.695/* CDOResource@OID328:0v1("res1") 2024-05-03 05:14:36.695/* Company@OID329:0v1 2024-05-03 05:14:36.695/* CDOResourceFolder@OID330:0v1("LockingManagerRestartTransactionTest_testWriteOptionBeforeEnable")2024-05-03 05:14:36.707/* CDOResource@OID331:0v1("res1") 2024-05-03 05:14:36.707/* Company@OID332:0v1 2024-05-03 05:14:36.707/* CDOResourceFolder@OID333:0v1("LockingManagerTest_testAcquiredLock")2024-05-03 05:14:36.759/* CDOResource@OID334:0v1("res1") 2024-05-03 05:14:36.759/* Company@OID335:0v1 2024-05-03 05:14:36.759/2024-05-03 05:14:36.762 Company@OID335:0v2 2024-05-03 05:14:36.763/* CDOResourceFolder@OID336:0v1("LockingManagerTest_testAutoReleaseExplicitLocks")2024-05-03 05:14:36.781/* CDOResource@OID337:0v1("res1") 2024-05-03 05:14:36.781/* Company@OID338:0v1 2024-05-03 05:14:36.781/* Category@OID339:0v1 2024-05-03 05:14:36.781/2024-05-03 05:14:36.783 Category@OID339:0v2 2024-05-03 05:14:36.784/2024-05-03 05:14:36.784 Category@OID339:0v3 2024-05-03 05:14:36.785/* Category@OID340:0v1 2024-05-03 05:14:36.781/* CDOResourceFolder@OID341:0v1("LockingManagerTest_testAutoReleaseLockFalse_commit")2024-05-03 05:14:36.827/* CDOResource@OID342:0v1("res1") 2024-05-03 05:14:36.827/* Company@OID343:0v1 2024-05-03 05:14:36.827/2024-05-03 05:14:36.829 Company@OID343:0v2 2024-05-03 05:14:36.830/2024-05-03 05:14:36.831 Company@OID343:0v3 2024-05-03 05:14:36.832/* CDOResourceFolder@OID344:0v1("LockingManagerTest_testAutoReleaseLockFalse_rollback")2024-05-03 05:14:36.844/* CDOResource@OID345:0v1("res1") 2024-05-03 05:14:36.844/* Company@OID346:0v1 2024-05-03 05:14:36.844/* CDOResourceFolder@OID347:0v1("LockingManagerTest_testAutoReleaseLocks")2024-05-03 05:14:36.858/* CDOResource@OID348:0v1("test1") 2024-05-03 05:14:36.858/2024-05-03 05:14:36.862 CDOResource@OID348:0v2("test1") 2024-05-03 05:14:36.863/* Supplier@OID349:0v1 2024-05-03 05:14:36.863/* CDOResourceFolder@OID350:0v1("LockingManagerTest_testAutoReleaseLocksOnUnchangedObject")2024-05-03 05:14:37.080/* CDOResource@OID351:0v1("res1") 2024-05-03 05:14:37.080/* Company@OID352:0v1 2024-05-03 05:14:37.080/* Category@OID353:0v1 2024-05-03 05:14:37.080/* Category@OID354:0v1 2024-05-03 05:14:37.080/2024-05-03 05:14:37.082 Category@OID354:0v2 2024-05-03 05:14:37.083/2024-05-03 05:14:37.085 Category@OID354:0v3 2024-05-03 05:14:37.086/* CDOResourceFolder@OID355:0v1("LockingManagerTest_testAutoReleaseReadLockWithLockedByOthers")2024-05-03 05:14:37.097/* CDOResource@OID356:0v1("res1") 2024-05-03 05:14:37.097/2024-05-03 05:14:37.103 CDOResource@OID356:0v2("res1") 2024-05-03 05:14:37.104/* Category@OID357:0v1 2024-05-03 05:14:37.097/* Product1@OID358:0v1 2024-05-03 05:14:37.104/* CDOResourceFolder@OID359:0v1("LockingManagerTest_testAutoReleaseWriteLockWithLockedByOthers")2024-05-03 05:14:37.115/* CDOResource@OID360:0v1("res1") 2024-05-03 05:14:37.115/* Category@OID361:0v1 2024-05-03 05:14:37.115/* Product1@OID362:0v1 2024-05-03 05:14:37.115/2024-05-03 05:14:37.120 Product1@OID362:0v2 2024-05-03 05:14:37.121/* CDOResourceFolder@OID363:0v1("LockingManagerTest_testBugzilla_270345")2024-05-03 05:14:39.145/* CDOResource@OID364:0v1("res1") 2024-05-03 05:14:39.145/* Company@OID365:0v1 2024-05-03 05:14:39.145/* Company@OID366:0v1 2024-05-03 05:14:39.145/2024-05-03 05:14:39.147 Company@OID366:0v2 2024-05-03 05:14:39.148/* CDOResourceFolder@OID367:0v1("LockingManagerTest_testDeleteLockedObject")2024-05-03 05:14:39.159/* CDOResource@OID368:0v1("res1") 2024-05-03 05:14:39.159/2024-05-03 05:14:39.161 CDOResource@OID368:0v2("res1") 2024-05-03 05:14:39.162/* Category@OID369:0v1 2024-05-03 05:14:39.159/2024-05-03 05:14:39.161 CDOResourceFolder@OID370:0v1("LockingManagerTest_testDetachedObjects")2024-05-03 05:14:39.174/* CDOResource@OID371:0v1("res1") 2024-05-03 05:14:39.174/2024-05-03 05:14:39.176 CDOResource@OID371:0v2("res1") 2024-05-03 05:14:39.177/* Company@OID372:0v1 2024-05-03 05:14:39.174/2024-05-03 05:14:39.176 CDOResourceFolder@OID373:0v1("LockingManagerTest_testLockContention")2024-05-03 05:14:39.299/* CDOResource@OID374:0v1("res1") 2024-05-03 05:14:39.299/* Company@OID375:0v1 2024-05-03 05:14:39.299/* CDOResourceFolder@OID376:0v1("LockingManagerTest_testLockContentionRecursive")2024-05-03 05:14:39.619/* CDOResource@OID377:0v1("res1") 2024-05-03 05:14:39.619/* Company@OID378:0v1 2024-05-03 05:14:39.619/* Category@OID379:0v1 2024-05-03 05:14:39.619/* Category@OID380:0v1 2024-05-03 05:14:39.619/* Category@OID381:0v1 2024-05-03 05:14:39.619/* Category@OID382:0v1 2024-05-03 05:14:39.619/* Category@OID383:0v1 2024-05-03 05:14:39.619/* Supplier@OID384:0v1 2024-05-03 05:14:39.619/* Customer@OID385:0v1 2024-05-03 05:14:39.619/* CDOResourceFolder@OID386:0v1("LockingManagerTest_testLockDetached")2024-05-03 05:14:41.126/* CDOResource@OID387:0v1("res1") 2024-05-03 05:14:41.126/* Company@OID388:0v1 2024-05-03 05:14:41.126/* CDOResourceFolder@OID389:0v1("LockingManagerTest_testLockOnNewObject")2024-05-03 05:14:42.143/* CDOResource@OID390:0v1("res1") 2024-05-03 05:14:42.143/2024-05-03 05:14:42.146 CDOResource@OID390:0v2("res1") 2024-05-03 05:14:42.147/* Category@OID391:0v1 2024-05-03 05:14:42.147/* Category@OID392:0v1 2024-05-03 05:14:42.147/* Category@OID393:0v1 2024-05-03 05:14:42.147/* CDOResourceFolder@OID394:0v1("LockingManagerTest_testLockRefreshForHeldLock")2024-05-03 05:14:42.163/* CDOResource@OID395:0v1("res1") 2024-05-03 05:14:42.163/* CDOResourceFolder@OID396:0v1("LockingManagerTest_testLockUnlock")2024-05-03 05:14:42.178/* CDOResource@OID397:0v1("res1") 2024-05-03 05:14:42.178/* Company@OID398:0v1 2024-05-03 05:14:42.178/* CDOResourceFolder@OID399:0v1("LockingManagerTest_testReadLockAndCommitFromDifferentTransaction")2024-05-03 05:14:42.192/* CDOResource@OID400:0v1("res1") 2024-05-03 05:14:42.192/* Company@OID401:0v1 2024-05-03 05:14:42.192/* CDOResourceFolder@OID402:0v1("LockingManagerTest_testReadLockAndCommitSameTransaction")2024-05-03 05:14:43.206/* CDOResource@OID403:0v1("res1") 2024-05-03 05:14:43.206/* Company@OID404:0v1 2024-05-03 05:14:43.206/2024-05-03 05:14:43.208 Company@OID404:0v2 2024-05-03 05:14:43.209/* CDOResourceFolder@OID405:0v1("LockingManagerTest_testReadLockByOthers")2024-05-03 05:14:43.218/* CDOResource@OID406:0v1("res1") 2024-05-03 05:14:43.218/* Company@OID407:0v1 2024-05-03 05:14:43.218/* CDOResourceFolder@OID408:0v1("LockingManagerTest_testReadLockMultiple")2024-05-03 05:14:43.231/* CDOResource@OID409:0v1("res1") 2024-05-03 05:14:43.231/* Company@OID410:0v1 2024-05-03 05:14:43.231/* Category@OID411:0v1 2024-05-03 05:14:43.231/* Category@OID412:0v1 2024-05-03 05:14:43.231/* Category@OID413:0v1 2024-05-03 05:14:43.231/* Category@OID414:0v1 2024-05-03 05:14:43.231/* Category@OID415:0v1 2024-05-03 05:14:43.231/* Category@OID416:0v1 2024-05-03 05:14:43.231/* Category@OID417:0v1 2024-05-03 05:14:43.231/* Category@OID418:0v1 2024-05-03 05:14:43.231/* Category@OID419:0v1 2024-05-03 05:14:43.231/* CDOResourceFolder@OID420:0v1("LockingManagerTest_testReadLockStaleRevision")2024-05-03 05:14:43.243/* CDOResource@OID421:0v1("res1") 2024-05-03 05:14:43.243/* Company@OID422:0v1 2024-05-03 05:14:43.243/2024-05-03 05:14:43.246 Company@OID422:0v2 2024-05-03 05:14:43.247/* CDOResourceFolder@OID423:0v1("LockingManagerTest_testReadLockedByOthers")2024-05-03 05:14:43.257/* CDOResource@OID424:0v1("res1") 2024-05-03 05:14:43.257/* Company@OID425:0v1 2024-05-03 05:14:43.257/* CDOResourceFolder@OID426:0v1("LockingManagerTest_testReadTimeout")2024-05-03 05:14:43.267/* CDOResource@OID427:0v1("res1") 2024-05-03 05:14:43.267/* Company@OID428:0v1 2024-05-03 05:14:43.267/* CDOResourceFolder@OID429:0v1("LockingManagerTest_testReadUnlockMultiple")2024-05-03 05:14:44.281/* CDOResource@OID430:0v1("res1") 2024-05-03 05:14:44.281/* Company@OID431:0v1 2024-05-03 05:14:44.281/* Category@OID432:0v1 2024-05-03 05:14:44.281/* Category@OID433:0v1 2024-05-03 05:14:44.281/* Category@OID434:0v1 2024-05-03 05:14:44.281/* Category@OID435:0v1 2024-05-03 05:14:44.281/* Category@OID436:0v1 2024-05-03 05:14:44.281/* Category@OID437:0v1 2024-05-03 05:14:44.281/* Category@OID438:0v1 2024-05-03 05:14:44.281/* Category@OID439:0v1 2024-05-03 05:14:44.281/* Category@OID440:0v1 2024-05-03 05:14:44.281/* CDOResourceFolder@OID441:0v1("LockingManagerTest_testRecursiveLock")2024-05-03 05:14:44.294/* CDOResource@OID442:0v1("res1") 2024-05-03 05:14:44.294/* Category@OID443:0v1 2024-05-03 05:14:44.294/* Category@OID444:0v1 2024-05-03 05:14:44.294/* Category@OID445:0v1 2024-05-03 05:14:44.294/* Category@OID446:0v1 2024-05-03 05:14:44.294/* CDOResourceFolder@OID447:0v1("LockingManagerTest_testRefreshLockStates")2024-05-03 05:14:44.305/* CDOResource@OID448:0v1("res1") 2024-05-03 05:14:44.305/* CDOResourceFolder@OID449:0v1("LockingManagerTest_testSessionClose")2024-05-03 05:14:44.319/* CDOResource@OID450:0v1("res1") 2024-05-03 05:14:44.319/* Company@OID451:0v1 2024-05-03 05:14:44.319/* CDOResourceFolder@OID452:0v1("LockingManagerTest_testTransactionClose")2024-05-03 05:14:44.431/* CDOResource@OID453:0v1("res1") 2024-05-03 05:14:44.431/* Company@OID454:0v1 2024-05-03 05:14:44.431/* CDOResourceFolder@OID455:0v1("LockingManagerTest_testTransactionGetLockStates")2024-05-03 05:14:44.441/* CDOResource@OID456:0v1("res1") 2024-05-03 05:14:44.441/* CDOResourceFolder@OID457:0v1("LockingManagerTest_testWriteLock")2024-05-03 05:14:44.461/* CDOResource@OID458:0v1("res1") 2024-05-03 05:14:44.461/* Company@OID459:0v1 2024-05-03 05:14:44.461/* CDOResourceFolder@OID460:0v1("LockingManagerTest_testWriteLockAndCommitFromDifferentTransaction")2024-05-03 05:14:46.474/* CDOResource@OID461:0v1("res1") 2024-05-03 05:14:46.474/* Company@OID462:0v1 2024-05-03 05:14:46.474/* CDOResourceFolder@OID463:0v1("LockingManagerTest_testWriteLockAndCommitSameTransaction")2024-05-03 05:14:47.489/* CDOResource@OID464:0v1("res1") 2024-05-03 05:14:47.489/* Company@OID465:0v1 2024-05-03 05:14:47.489/2024-05-03 05:14:47.491 Company@OID465:0v2 2024-05-03 05:14:47.492/* CDOResourceFolder@OID466:0v1("LockingManagerTest_testWriteLockAndRollback")2024-05-03 05:14:47.501/* CDOResource@OID467:0v1("res1") 2024-05-03 05:14:47.501/* Company@OID468:0v1 2024-05-03 05:14:47.501/* CDOResourceFolder@OID469:0v1("LockingManagerTest_testWriteLockByOthers")2024-05-03 05:14:47.512/* CDOResource@OID470:0v1("res1") 2024-05-03 05:14:47.512/* Company@OID471:0v1 2024-05-03 05:14:47.512/* CDOResourceFolder@OID472:0v1("LockingManagerTest_testWriteLockFromDifferenceTransaction")2024-05-03 05:14:47.523/* CDOResource@OID473:0v1("res1") 2024-05-03 05:14:47.523/* Company@OID474:0v1 2024-05-03 05:14:47.523/* CDOResourceFolder@OID475:0v1("LockingManagerTest_testWriteLockMultiple")2024-05-03 05:14:48.536/* CDOResource@OID476:0v1("res1") 2024-05-03 05:14:48.536/* Company@OID477:0v1 2024-05-03 05:14:48.536/* Category@OID478:0v1 2024-05-03 05:14:48.536/* Category@OID479:0v1 2024-05-03 05:14:48.536/* Category@OID480:0v1 2024-05-03 05:14:48.536/* Category@OID481:0v1 2024-05-03 05:14:48.536/* Category@OID482:0v1 2024-05-03 05:14:48.536/* Category@OID483:0v1 2024-05-03 05:14:48.536/* Category@OID484:0v1 2024-05-03 05:14:48.536/* Category@OID485:0v1 2024-05-03 05:14:48.536/* Category@OID486:0v1 2024-05-03 05:14:48.536/* CDOResourceFolder@OID487:0v1("LockingManagerTest_testWriteLockPerformance")2024-05-03 05:14:48.549/* CDOResource@OID488:0v1("res1") 2024-05-03 05:14:48.549/* Company@OID489:0v1 2024-05-03 05:14:48.549/* CDOResourceFolder@OID490:0v1("LockingManagerTest_testWriteLockStaleRevision")2024-05-03 05:14:48.580/* CDOResource@OID491:0v1("res1") 2024-05-03 05:14:48.580/* Company@OID492:0v1 2024-05-03 05:14:48.580/2024-05-03 05:14:48.584 Company@OID492:0v2 2024-05-03 05:14:48.585/* CDOResourceFolder@OID493:0v1("LockingManagerTest_testWriteLockViaObject")2024-05-03 05:14:48.594/* CDOResource@OID494:0v1("res1") 2024-05-03 05:14:48.594/* Company@OID495:0v1 2024-05-03 05:14:48.594/* CDOResourceFolder@OID496:0v1("LockingManagerTest_testWriteUnlockMultiple")2024-05-03 05:14:50.114/* CDOResource@OID497:0v1("res1") 2024-05-03 05:14:50.114/* Company@OID498:0v1 2024-05-03 05:14:50.114/* Category@OID499:0v1 2024-05-03 05:14:50.114/* Category@OID500:0v1 2024-05-03 05:14:50.114/* Category@OID501:0v1 2024-05-03 05:14:50.114/* Category@OID502:0v1 2024-05-03 05:14:50.114/* Category@OID503:0v1 2024-05-03 05:14:50.114/* Category@OID504:0v1 2024-05-03 05:14:50.114/* Category@OID505:0v1 2024-05-03 05:14:50.114/* Category@OID506:0v1 2024-05-03 05:14:50.114/* Category@OID507:0v1 2024-05-03 05:14:50.114/* CDOResourceFolder@OID508:0v1("LockingNotificationsTest_testCloseViewDifferentSession")2024-05-03 05:14:50.127/* CDOResource@OID509:0v1("r1") 2024-05-03 05:14:50.127/* Company@OID510:0v1 2024-05-03 05:14:50.127/* CDOResourceFolder@OID511:0v1("LockingNotificationsTest_testCloseViewSameSession")2024-05-03 05:14:50.141/* CDOResource@OID512:0v1("r1") 2024-05-03 05:14:50.141/* Company@OID513:0v1 2024-05-03 05:14:50.141/* CDOResourceFolder@OID514:0v1("LockingNotificationsTest_testDifferentBranchDifferentSession")2024-05-03 05:14:50.155/* CDOResource@OID515:0v1("r1") 2024-05-03 05:14:50.155/* Company@OID516:0v1 2024-05-03 05:14:50.155/* CDOResourceFolder@OID517:0v1("LockingNotificationsTest_testDifferentBranchDifferentSession_WithAutoRelease")2024-05-03 05:14:50.271/* CDOResource@OID518:0v1("r1") 2024-05-03 05:14:50.271/* Company@OID519:0v1 2024-05-03 05:14:50.271/2024-05-03 05:14:50.372 Company@OID519:0v2 2024-05-03 05:14:50.373/2024-05-03 05:14:50.575 Company@OID519:0v3 2024-05-03 05:14:50.576/2024-05-03 05:14:50.777 Company@OID519:0v4 2024-05-03 05:14:50.778/* CDOResourceFolder@OID520:0v1("LockingNotificationsTest_testDifferentBranchSameSession")2024-05-03 05:14:50.891/* CDOResource@OID521:0v1("r1") 2024-05-03 05:14:50.891/* Company@OID522:0v1 2024-05-03 05:14:50.891/* CDOResourceFolder@OID523:0v1("LockingNotificationsTest_testDifferentBranchSameSession_WithAutoRelease")2024-05-03 05:14:51.008/* CDOResource@OID524:0v1("r1") 2024-05-03 05:14:51.008/* Company@OID525:0v1 2024-05-03 05:14:51.008/2024-05-03 05:14:51.110 Company@OID525:0v2 2024-05-03 05:14:51.111/2024-05-03 05:14:51.313 Company@OID525:0v3 2024-05-03 05:14:51.314/2024-05-03 05:14:51.515 Company@OID525:0v4 2024-05-03 05:14:51.516/* CDOResourceFolder@OID526:0v1("LockingNotificationsTest_testEnableDisableNotifications")2024-05-03 05:14:51.629/* CDOResource@OID527:0v1("r1") 2024-05-03 05:14:51.629/2024-05-03 05:14:51.735 CDOResource@OID527:0v2("r1") 2024-05-03 05:14:51.736/2024-05-03 05:14:51.745 CDOResource@OID527:0v3("r1") 2024-05-03 05:14:51.746/* Company@OID528:0v1 2024-05-03 05:14:51.629/2024-05-03 05:14:51.735 Company@OID529:0v1 2024-05-03 05:14:51.736/2024-05-03 05:14:51.745 Company@OID530:0v1 2024-05-03 05:14:51.746/* CDOResourceFolder@OID531:0v1("LockingNotificationsTest_testEnableDisableNotificationsSameSession")2024-05-03 05:14:51.862/* CDOResource@OID532:0v1("r1") 2024-05-03 05:14:51.862/2024-05-03 05:14:51.967 CDOResource@OID532:0v2("r1") 2024-05-03 05:14:51.968/2024-05-03 05:14:51.975 CDOResource@OID532:0v3("r1") 2024-05-03 05:14:51.976/* Company@OID533:0v1 2024-05-03 05:14:51.862/2024-05-03 05:14:51.967 Company@OID534:0v1 2024-05-03 05:14:51.968/2024-05-03 05:14:51.975 Company@OID535:0v1 2024-05-03 05:14:51.976/* CDOResourceFolder@OID536:0v1("LockingNotificationsTest_testLockStateHeldByDurableView")2024-05-03 05:14:52.100/* CDOResource@OID537:0v1("r1") 2024-05-03 05:14:52.100/* Company@OID538:0v1 2024-05-03 05:14:52.100/* CDOResourceFolder@OID539:0v1("LockingNotificationsTest_testLockStateTransientAndNew")2024-05-03 05:14:52.115/* CDOResource@OID540:0v1("r1") 2024-05-03 05:14:52.115/* Company@OID541:0v1 2024-05-03 05:14:52.115/* CDOResourceFolder@OID542:0v1("LockingNotificationsTest_testSameBranchDifferentSession_WithAutoRelease")2024-05-03 05:14:52.127/* CDOResource@OID543:0v1("r1") 2024-05-03 05:14:52.127/* Company@OID544:0v1 2024-05-03 05:14:52.127/2024-05-03 05:14:52.129 Company@OID544:0v2 2024-05-03 05:14:52.130/2024-05-03 05:14:52.130 Company@OID544:0v3 2024-05-03 05:14:52.131/2024-05-03 05:14:52.132 Company@OID544:0v4 2024-05-03 05:14:52.133/* CDOResourceFolder@OID545:0v1("LockingNotificationsTest_testSameBranchDifferentSession_WithoutAutoRelease")2024-05-03 05:14:52.144/* CDOResource@OID546:0v1("r1") 2024-05-03 05:14:52.144/* Company@OID547:0v1 2024-05-03 05:14:52.144/* CDOResourceFolder@OID548:0v1("LockingNotificationsTest_testSameBranchSameSession_WithAutoRelease")2024-05-03 05:14:52.160/* CDOResource@OID549:0v1("r1") 2024-05-03 05:14:52.160/* Company@OID550:0v1 2024-05-03 05:14:52.160/2024-05-03 05:14:52.163 Company@OID550:0v2 2024-05-03 05:14:52.164/2024-05-03 05:14:52.164 Company@OID550:0v3 2024-05-03 05:14:52.165/2024-05-03 05:14:52.166 Company@OID550:0v4 2024-05-03 05:14:52.167/* CDOResourceFolder@OID551:0v1("LockingNotificationsTest_testSameBranchSameSession_WithoutAutoRelease")2024-05-03 05:14:52.177/* CDOResource@OID552:0v1("r1") 2024-05-03 05:14:52.177/* Company@OID553:0v1 2024-05-03 05:14:52.177/* CDOResourceFolder@OID554:0v1("LockingSequenceTest_testSafeCounter")2024-05-03 05:14:52.191/* CDOResource@OID555:0v1("res1") 2024-05-03 05:14:52.191/* SalesOrder@OID556:0v1 2024-05-03 05:14:52.191/2024-05-03 05:14:52.199 SalesOrder@OID556:0v2 2024-05-03 05:14:52.200/2024-05-03 05:14:52.201 SalesOrder@OID556:0v3 2024-05-03 05:14:52.202/2024-05-03 05:14:52.225 SalesOrder@OID556:0v4 2024-05-03 05:14:52.226/2024-05-03 05:14:52.227 SalesOrder@OID556:0v5 2024-05-03 05:14:52.228/2024-05-03 05:14:52.229 SalesOrder@OID556:0v6 2024-05-03 05:14:52.230/2024-05-03 05:14:52.230 SalesOrder@OID556:0v7 2024-05-03 05:14:52.231/2024-05-03 05:14:52.231 SalesOrder@OID556:0v8 2024-05-03 05:14:52.232/2024-05-03 05:14:52.233 SalesOrder@OID556:0v9 2024-05-03 05:14:52.234/2024-05-03 05:14:52.234 SalesOrder@OID556:0v10 2024-05-03 05:14:52.235/2024-05-03 05:14:52.235 SalesOrder@OID556:0v11 2024-05-03 05:14:52.236/2024-05-03 05:14:52.237 SalesOrder@OID556:0v12 2024-05-03 05:14:52.238/2024-05-03 05:14:52.238 SalesOrder@OID556:0v13 2024-05-03 05:14:52.239/2024-05-03 05:14:52.240 SalesOrder@OID556:0v14 2024-05-03 05:14:52.241/2024-05-03 05:14:52.241 SalesOrder@OID556:0v15 2024-05-03 05:14:52.242/2024-05-03 05:14:52.242 SalesOrder@OID556:0v16 2024-05-03 05:14:52.243/2024-05-03 05:14:52.243 SalesOrder@OID556:0v17 2024-05-03 05:14:52.244/2024-05-03 05:14:52.245 SalesOrder@OID556:0v18 2024-05-03 05:14:52.246/2024-05-03 05:14:52.246 SalesOrder@OID556:0v19 2024-05-03 05:14:52.247/2024-05-03 05:14:52.247 SalesOrder@OID556:0v20 2024-05-03 05:14:52.248/2024-05-03 05:14:52.249 SalesOrder@OID556:0v21 2024-05-03 05:14:52.250/2024-05-03 05:14:52.250 SalesOrder@OID556:0v22 2024-05-03 05:14:52.251/2024-05-03 05:14:52.251 SalesOrder@OID556:0v23 2024-05-03 05:14:52.252/2024-05-03 05:14:52.253 SalesOrder@OID556:0v24 2024-05-03 05:14:52.254/2024-05-03 05:14:52.254 SalesOrder@OID556:0v25 2024-05-03 05:14:52.255/2024-05-03 05:14:52.256 SalesOrder@OID556:0v26 2024-05-03 05:14:52.257/2024-05-03 05:14:52.257 SalesOrder@OID556:0v27 2024-05-03 05:14:52.258/2024-05-03 05:14:52.258 SalesOrder@OID556:0v28 2024-05-03 05:14:52.259/2024-05-03 05:14:52.260 SalesOrder@OID556:0v29 2024-05-03 05:14:52.261/2024-05-03 05:14:52.261 SalesOrder@OID556:0v30 2024-05-03 05:14:52.262/2024-05-03 05:14:52.262 SalesOrder@OID556:0v31 2024-05-03 05:14:52.263/2024-05-03 05:14:52.263 SalesOrder@OID556:0v32 2024-05-03 05:14:52.264/2024-05-03 05:14:52.264 SalesOrder@OID556:0v33 2024-05-03 05:14:52.265/2024-05-03 05:14:52.266 SalesOrder@OID556:0v34 2024-05-03 05:14:52.267/2024-05-03 05:14:52.267 SalesOrder@OID556:0v35 2024-05-03 05:14:52.268/2024-05-03 05:14:52.269 SalesOrder@OID556:0v36 2024-05-03 05:14:52.270/2024-05-03 05:14:52.270 SalesOrder@OID556:0v37 2024-05-03 05:14:52.271/2024-05-03 05:14:52.271 SalesOrder@OID556:0v38 2024-05-03 05:14:52.272/2024-05-03 05:14:52.272 SalesOrder@OID556:0v39 2024-05-03 05:14:52.273/2024-05-03 05:14:52.274 SalesOrder@OID556:0v40 2024-05-03 05:14:52.275/2024-05-03 05:14:52.275 SalesOrder@OID556:0v41 2024-05-03 05:14:52.276/2024-05-03 05:14:52.276 SalesOrder@OID556:0v42 2024-05-03 05:14:52.277/2024-05-03 05:14:52.278 SalesOrder@OID556:0v43 2024-05-03 05:14:52.279/2024-05-03 05:14:52.279 SalesOrder@OID556:0v44 2024-05-03 05:14:52.280/2024-05-03 05:14:52.326 SalesOrder@OID556:0v45 2024-05-03 05:14:52.327/2024-05-03 05:14:52.327 SalesOrder@OID556:0v46 2024-05-03 05:14:52.328/2024-05-03 05:14:52.328 SalesOrder@OID556:0v47 2024-05-03 05:14:52.329/2024-05-03 05:14:52.329 SalesOrder@OID556:0v48 2024-05-03 05:14:52.330/2024-05-03 05:14:52.331 SalesOrder@OID556:0v49 2024-05-03 05:14:52.332/2024-05-03 05:14:52.332 SalesOrder@OID556:0v50 2024-05-03 05:14:52.333/2024-05-03 05:14:52.333 SalesOrder@OID556:0v51 2024-05-03 05:14:52.334/2024-05-03 05:14:52.334 SalesOrder@OID556:0v52 2024-05-03 05:14:52.335/2024-05-03 05:14:52.336 SalesOrder@OID556:0v53 2024-05-03 05:14:52.337/2024-05-03 05:14:52.337 SalesOrder@OID556:0v54 2024-05-03 05:14:52.338/2024-05-03 05:14:52.338 SalesOrder@OID556:0v55 2024-05-03 05:14:52.339/2024-05-03 05:14:52.339 SalesOrder@OID556:0v56 2024-05-03 05:14:52.340/2024-05-03 05:14:52.341 SalesOrder@OID556:0v57 2024-05-03 05:14:52.342/2024-05-03 05:14:52.342 SalesOrder@OID556:0v58 2024-05-03 05:14:52.343/2024-05-03 05:14:52.343 SalesOrder@OID556:0v59 2024-05-03 05:14:52.344/2024-05-03 05:14:52.344 SalesOrder@OID556:0v60 2024-05-03 05:14:52.345/2024-05-03 05:14:52.345 SalesOrder@OID556:0v61 2024-05-03 05:14:52.346/2024-05-03 05:14:52.346 SalesOrder@OID556:0v62 2024-05-03 05:14:52.347/2024-05-03 05:14:52.348 SalesOrder@OID556:0v63 2024-05-03 05:14:52.349/2024-05-03 05:14:52.349 SalesOrder@OID556:0v64 2024-05-03 05:14:52.350/2024-05-03 05:14:52.350 SalesOrder@OID556:0v65 2024-05-03 05:14:52.351/2024-05-03 05:14:52.352 SalesOrder@OID556:0v66 2024-05-03 05:14:52.353/2024-05-03 05:14:52.353 SalesOrder@OID556:0v67 2024-05-03 05:14:52.354/2024-05-03 05:14:52.355 SalesOrder@OID556:0v68 2024-05-03 05:14:52.356/2024-05-03 05:14:52.356 SalesOrder@OID556:0v69 2024-05-03 05:14:52.357/2024-05-03 05:14:52.357 SalesOrder@OID556:0v70 2024-05-03 05:14:52.358/2024-05-03 05:14:52.358 SalesOrder@OID556:0v71 2024-05-03 05:14:52.359/2024-05-03 05:14:52.360 SalesOrder@OID556:0v72 2024-05-03 05:14:52.361/2024-05-03 05:14:52.361 SalesOrder@OID556:0v73 2024-05-03 05:14:52.362/2024-05-03 05:14:52.362 SalesOrder@OID556:0v74 2024-05-03 05:14:52.363/2024-05-03 05:14:52.363 SalesOrder@OID556:0v75 2024-05-03 05:14:52.364/2024-05-03 05:14:52.365 SalesOrder@OID556:0v76 2024-05-03 05:14:52.366/2024-05-03 05:14:52.366 SalesOrder@OID556:0v77 2024-05-03 05:14:52.367/2024-05-03 05:14:52.367 SalesOrder@OID556:0v78 2024-05-03 05:14:52.368/2024-05-03 05:14:52.368 SalesOrder@OID556:0v79 2024-05-03 05:14:52.369/2024-05-03 05:14:52.370 SalesOrder@OID556:0v80 2024-05-03 05:14:52.371/2024-05-03 05:14:52.371 SalesOrder@OID556:0v81 2024-05-03 05:14:52.372/2024-05-03 05:14:52.372 SalesOrder@OID556:0v82 2024-05-03 05:14:52.373/2024-05-03 05:14:52.373 SalesOrder@OID556:0v83 2024-05-03 05:14:52.374/2024-05-03 05:14:52.375 SalesOrder@OID556:0v84 2024-05-03 05:14:52.376/2024-05-03 05:14:52.376 SalesOrder@OID556:0v85 2024-05-03 05:14:52.377/2024-05-03 05:14:52.377 SalesOrder@OID556:0v86 2024-05-03 05:14:52.378/2024-05-03 05:14:52.379 SalesOrder@OID556:0v87 2024-05-03 05:14:52.380/2024-05-03 05:14:52.380 SalesOrder@OID556:0v88 2024-05-03 05:14:52.381/2024-05-03 05:14:52.381 SalesOrder@OID556:0v89 2024-05-03 05:14:52.382/2024-05-03 05:14:52.383 SalesOrder@OID556:0v90 2024-05-03 05:14:52.384/2024-05-03 05:14:52.384 SalesOrder@OID556:0v91 2024-05-03 05:14:52.385/2024-05-03 05:14:52.386 SalesOrder@OID556:0v92 2024-05-03 05:14:52.387/2024-05-03 05:14:52.430 SalesOrder@OID556:0v93 2024-05-03 05:14:52.431/2024-05-03 05:14:52.432 SalesOrder@OID556:0v94 2024-05-03 05:14:52.433/2024-05-03 05:14:52.433 SalesOrder@OID556:0v95 2024-05-03 05:14:52.434/2024-05-03 05:14:52.434 SalesOrder@OID556:0v96 2024-05-03 05:14:52.435/2024-05-03 05:14:52.436 SalesOrder@OID556:0v97 2024-05-03 05:14:52.437/2024-05-03 05:14:52.437 SalesOrder@OID556:0v98 2024-05-03 05:14:52.438/2024-05-03 05:14:52.438 SalesOrder@OID556:0v99 2024-05-03 05:14:52.439/2024-05-03 05:14:52.440 SalesOrder@OID556:0v100 2024-05-03 05:14:52.441/2024-05-03 05:14:52.441 SalesOrder@OID556:0v101 2024-05-03 05:14:52.442/2024-05-03 05:14:52.442 SalesOrder@OID556:0v102 2024-05-03 05:14:52.443/2024-05-03 05:14:52.443 SalesOrder@OID556:0v103 2024-05-03 05:14:52.444/2024-05-03 05:14:52.445 SalesOrder@OID556:0v104 2024-05-03 05:14:52.446/2024-05-03 05:14:52.446 SalesOrder@OID556:0v105 2024-05-03 05:14:52.447/2024-05-03 05:14:52.447 SalesOrder@OID556:0v106 2024-05-03 05:14:52.448/2024-05-03 05:14:52.448 SalesOrder@OID556:0v107 2024-05-03 05:14:52.449/2024-05-03 05:14:52.450 SalesOrder@OID556:0v108 2024-05-03 05:14:52.451/2024-05-03 05:14:52.451 SalesOrder@OID556:0v109 2024-05-03 05:14:52.452/2024-05-03 05:14:52.452 SalesOrder@OID556:0v110 2024-05-03 05:14:52.453/2024-05-03 05:14:52.454 SalesOrder@OID556:0v111 2024-05-03 05:14:52.455/2024-05-03 05:14:52.455 SalesOrder@OID556:0v112 2024-05-03 05:14:52.456/2024-05-03 05:14:52.456 SalesOrder@OID556:0v113 2024-05-03 05:14:52.457/2024-05-03 05:14:52.457 SalesOrder@OID556:0v114 2024-05-03 05:14:52.458/2024-05-03 05:14:52.459 SalesOrder@OID556:0v115 2024-05-03 05:14:52.460/2024-05-03 05:14:52.460 SalesOrder@OID556:0v116 2024-05-03 05:14:52.461/2024-05-03 05:14:52.462 SalesOrder@OID556:0v117 2024-05-03 05:14:52.463/2024-05-03 05:14:52.463 SalesOrder@OID556:0v118 2024-05-03 05:14:52.464/2024-05-03 05:14:52.464 SalesOrder@OID556:0v119 2024-05-03 05:14:52.465/2024-05-03 05:14:52.466 SalesOrder@OID556:0v120 2024-05-03 05:14:52.467/2024-05-03 05:14:52.467 SalesOrder@OID556:0v121 2024-05-03 05:14:52.468/2024-05-03 05:14:52.468 SalesOrder@OID556:0v122 2024-05-03 05:14:52.469/2024-05-03 05:14:52.469 SalesOrder@OID556:0v123 2024-05-03 05:14:52.470/2024-05-03 05:14:52.470 SalesOrder@OID556:0v124 2024-05-03 05:14:52.471/2024-05-03 05:14:52.472 SalesOrder@OID556:0v125 2024-05-03 05:14:52.473/2024-05-03 05:14:52.473 SalesOrder@OID556:0v126 2024-05-03 05:14:52.474/2024-05-03 05:14:52.475 SalesOrder@OID556:0v127 2024-05-03 05:14:52.476/2024-05-03 05:14:52.476 SalesOrder@OID556:0v128 2024-05-03 05:14:52.477/2024-05-03 05:14:52.477 SalesOrder@OID556:0v129 2024-05-03 05:14:52.478/2024-05-03 05:14:52.479 SalesOrder@OID556:0v130 2024-05-03 05:14:52.480/2024-05-03 05:14:52.480 SalesOrder@OID556:0v131 2024-05-03 05:14:52.481/2024-05-03 05:14:52.481 SalesOrder@OID556:0v132 2024-05-03 05:14:52.482/2024-05-03 05:14:52.483 SalesOrder@OID556:0v133 2024-05-03 05:14:52.484/2024-05-03 05:14:52.484 SalesOrder@OID556:0v134 2024-05-03 05:14:52.485/2024-05-03 05:14:52.486 SalesOrder@OID556:0v135 2024-05-03 05:14:52.487/2024-05-03 05:14:52.525 SalesOrder@OID556:0v136 2024-05-03 05:14:52.526/2024-05-03 05:14:52.527 SalesOrder@OID556:0v137 2024-05-03 05:14:52.528/2024-05-03 05:14:52.529 SalesOrder@OID556:0v138 2024-05-03 05:14:52.530/2024-05-03 05:14:52.530 SalesOrder@OID556:0v139 2024-05-03 05:14:52.531/2024-05-03 05:14:52.532 SalesOrder@OID556:0v140 2024-05-03 05:14:52.533/2024-05-03 05:14:52.533 SalesOrder@OID556:0v141 2024-05-03 05:14:52.534/2024-05-03 05:14:52.534 SalesOrder@OID556:0v142 2024-05-03 05:14:52.535/2024-05-03 05:14:52.536 SalesOrder@OID556:0v143 2024-05-03 05:14:52.537/2024-05-03 05:14:52.537 SalesOrder@OID556:0v144 2024-05-03 05:14:52.538/2024-05-03 05:14:52.538 SalesOrder@OID556:0v145 2024-05-03 05:14:52.539/2024-05-03 05:14:52.539 SalesOrder@OID556:0v146 2024-05-03 05:14:52.540/2024-05-03 05:14:52.541 SalesOrder@OID556:0v147 2024-05-03 05:14:52.542/2024-05-03 05:14:52.542 SalesOrder@OID556:0v148 2024-05-03 05:14:52.543/2024-05-03 05:14:52.543 SalesOrder@OID556:0v149 2024-05-03 05:14:52.544/2024-05-03 05:14:52.545 SalesOrder@OID556:0v150 2024-05-03 05:14:52.546/2024-05-03 05:14:52.546 SalesOrder@OID556:0v151 2024-05-03 05:14:52.547/2024-05-03 05:14:52.547 SalesOrder@OID556:0v152 2024-05-03 05:14:52.548/2024-05-03 05:14:52.549 SalesOrder@OID556:0v153 2024-05-03 05:14:52.550/2024-05-03 05:14:52.550 SalesOrder@OID556:0v154 2024-05-03 05:14:52.551/2024-05-03 05:14:52.551 SalesOrder@OID556:0v155 2024-05-03 05:14:52.552/2024-05-03 05:14:52.552 SalesOrder@OID556:0v156 2024-05-03 05:14:52.553/2024-05-03 05:14:52.554 SalesOrder@OID556:0v157 2024-05-03 05:14:52.555/2024-05-03 05:14:52.555 SalesOrder@OID556:0v158 2024-05-03 05:14:52.556/2024-05-03 05:14:52.557 SalesOrder@OID556:0v159 2024-05-03 05:14:52.558/2024-05-03 05:14:52.558 SalesOrder@OID556:0v160 2024-05-03 05:14:52.559/2024-05-03 05:14:52.559 SalesOrder@OID556:0v161 2024-05-03 05:14:52.560/2024-05-03 05:14:52.561 SalesOrder@OID556:0v162 2024-05-03 05:14:52.562/2024-05-03 05:14:52.562 SalesOrder@OID556:0v163 2024-05-03 05:14:52.563/2024-05-03 05:14:52.563 SalesOrder@OID556:0v164 2024-05-03 05:14:52.564/2024-05-03 05:14:52.565 SalesOrder@OID556:0v165 2024-05-03 05:14:52.566/2024-05-03 05:14:52.566 SalesOrder@OID556:0v166 2024-05-03 05:14:52.567/2024-05-03 05:14:52.567 SalesOrder@OID556:0v167 2024-05-03 05:14:52.568/2024-05-03 05:14:52.569 SalesOrder@OID556:0v168 2024-05-03 05:14:52.570/2024-05-03 05:14:52.570 SalesOrder@OID556:0v169 2024-05-03 05:14:52.571/2024-05-03 05:14:52.571 SalesOrder@OID556:0v170 2024-05-03 05:14:52.572/2024-05-03 05:14:52.573 SalesOrder@OID556:0v171 2024-05-03 05:14:52.574/2024-05-03 05:14:52.574 SalesOrder@OID556:0v172 2024-05-03 05:14:52.575/2024-05-03 05:14:52.575 SalesOrder@OID556:0v173 2024-05-03 05:14:52.576/2024-05-03 05:14:52.576 SalesOrder@OID556:0v174 2024-05-03 05:14:52.577/2024-05-03 05:14:52.578 SalesOrder@OID556:0v175 2024-05-03 05:14:52.579/2024-05-03 05:14:52.579 SalesOrder@OID556:0v176 2024-05-03 05:14:52.580/2024-05-03 05:14:52.581 SalesOrder@OID556:0v177 2024-05-03 05:14:52.582/2024-05-03 05:14:52.583 SalesOrder@OID556:0v178 2024-05-03 05:14:52.584/2024-05-03 05:14:52.584 SalesOrder@OID556:0v179 2024-05-03 05:14:52.585/2024-05-03 05:14:52.625 SalesOrder@OID556:0v180 2024-05-03 05:14:52.626/2024-05-03 05:14:52.627 SalesOrder@OID556:0v181 2024-05-03 05:14:52.628/2024-05-03 05:14:52.628 SalesOrder@OID556:0v182 2024-05-03 05:14:52.629/2024-05-03 05:14:52.630 SalesOrder@OID556:0v183 2024-05-03 05:14:52.631/2024-05-03 05:14:52.631 SalesOrder@OID556:0v184 2024-05-03 05:14:52.632/2024-05-03 05:14:52.632 SalesOrder@OID556:0v185 2024-05-03 05:14:52.633/2024-05-03 05:14:52.634 SalesOrder@OID556:0v186 2024-05-03 05:14:52.635/2024-05-03 05:14:52.635 SalesOrder@OID556:0v187 2024-05-03 05:14:52.636/2024-05-03 05:14:52.637 SalesOrder@OID556:0v188 2024-05-03 05:14:52.638/2024-05-03 05:14:52.638 SalesOrder@OID556:0v189 2024-05-03 05:14:52.639/2024-05-03 05:14:52.640 SalesOrder@OID556:0v190 2024-05-03 05:14:52.641/2024-05-03 05:14:52.642 SalesOrder@OID556:0v191 2024-05-03 05:14:52.643/2024-05-03 05:14:52.643 SalesOrder@OID556:0v192 2024-05-03 05:14:52.644/2024-05-03 05:14:52.644 SalesOrder@OID556:0v193 2024-05-03 05:14:52.645/2024-05-03 05:14:52.645 SalesOrder@OID556:0v194 2024-05-03 05:14:52.646/2024-05-03 05:14:52.647 SalesOrder@OID556:0v195 2024-05-03 05:14:52.648/2024-05-03 05:14:52.648 SalesOrder@OID556:0v196 2024-05-03 05:14:52.649/2024-05-03 05:14:52.650 SalesOrder@OID556:0v197 2024-05-03 05:14:52.651/2024-05-03 05:14:52.651 SalesOrder@OID556:0v198 2024-05-03 05:14:52.652/2024-05-03 05:14:52.653 SalesOrder@OID556:0v199 2024-05-03 05:14:52.654/2024-05-03 05:14:52.654 SalesOrder@OID556:0v200 2024-05-03 05:14:52.655/2024-05-03 05:14:52.655 SalesOrder@OID556:0v201 2024-05-03 05:14:52.656/2024-05-03 05:14:52.656 SalesOrder@OID556:0v202 2024-05-03 05:14:52.657/2024-05-03 05:14:52.658 SalesOrder@OID556:0v203 2024-05-03 05:14:52.659/2024-05-03 05:14:52.659 SalesOrder@OID556:0v204 2024-05-03 05:14:52.660/2024-05-03 05:14:52.660 SalesOrder@OID556:0v205 2024-05-03 05:14:52.661/2024-05-03 05:14:52.661 SalesOrder@OID556:0v206 2024-05-03 05:14:52.662/2024-05-03 05:14:52.663 SalesOrder@OID556:0v207 2024-05-03 05:14:52.664/2024-05-03 05:14:52.664 SalesOrder@OID556:0v208 2024-05-03 05:14:52.665/2024-05-03 05:14:52.665 SalesOrder@OID556:0v209 2024-05-03 05:14:52.666/2024-05-03 05:14:52.667 SalesOrder@OID556:0v210 2024-05-03 05:14:52.668/2024-05-03 05:14:52.668 SalesOrder@OID556:0v211 2024-05-03 05:14:52.669/2024-05-03 05:14:52.669 SalesOrder@OID556:0v212 2024-05-03 05:14:52.670/2024-05-03 05:14:52.671 SalesOrder@OID556:0v213 2024-05-03 05:14:52.672/2024-05-03 05:14:52.672 SalesOrder@OID556:0v214 2024-05-03 05:14:52.673/2024-05-03 05:14:52.674 SalesOrder@OID556:0v215 2024-05-03 05:14:52.675/2024-05-03 05:14:52.675 SalesOrder@OID556:0v216 2024-05-03 05:14:52.676/2024-05-03 05:14:52.677 SalesOrder@OID556:0v217 2024-05-03 05:14:52.678/2024-05-03 05:14:52.678 SalesOrder@OID556:0v218 2024-05-03 05:14:52.679/2024-05-03 05:14:52.680 SalesOrder@OID556:0v219 2024-05-03 05:14:52.681/2024-05-03 05:14:52.681 SalesOrder@OID556:0v220 2024-05-03 05:14:52.682/2024-05-03 05:14:52.682 SalesOrder@OID556:0v221 2024-05-03 05:14:52.683/2024-05-03 05:14:52.683 SalesOrder@OID556:0v222 2024-05-03 05:14:52.684/2024-05-03 05:14:52.685 SalesOrder@OID556:0v223 2024-05-03 05:14:52.686/2024-05-03 05:14:52.686 SalesOrder@OID556:0v224 2024-05-03 05:14:52.687/2024-05-03 05:14:52.726 SalesOrder@OID556:0v225 2024-05-03 05:14:52.727/2024-05-03 05:14:52.727 SalesOrder@OID556:0v226 2024-05-03 05:14:52.728/2024-05-03 05:14:52.729 SalesOrder@OID556:0v227 2024-05-03 05:14:52.730/2024-05-03 05:14:52.731 SalesOrder@OID556:0v228 2024-05-03 05:14:52.732/2024-05-03 05:14:52.732 SalesOrder@OID556:0v229 2024-05-03 05:14:52.733/2024-05-03 05:14:52.734 SalesOrder@OID556:0v230 2024-05-03 05:14:52.735/2024-05-03 05:14:52.735 SalesOrder@OID556:0v231 2024-05-03 05:14:52.736/2024-05-03 05:14:52.737 SalesOrder@OID556:0v232 2024-05-03 05:14:52.738/2024-05-03 05:14:52.738 SalesOrder@OID556:0v233 2024-05-03 05:14:52.739/2024-05-03 05:14:52.740 SalesOrder@OID556:0v234 2024-05-03 05:14:52.741/2024-05-03 05:14:52.741 SalesOrder@OID556:0v235 2024-05-03 05:14:52.742/2024-05-03 05:14:52.742 SalesOrder@OID556:0v236 2024-05-03 05:14:52.743/2024-05-03 05:14:52.744 SalesOrder@OID556:0v237 2024-05-03 05:14:52.745/2024-05-03 05:14:52.751 SalesOrder@OID556:0v238 2024-05-03 05:14:52.752/2024-05-03 05:14:52.753 SalesOrder@OID556:0v239 2024-05-03 05:14:52.754/2024-05-03 05:14:52.754 SalesOrder@OID556:0v240 2024-05-03 05:14:52.755/2024-05-03 05:14:52.756 SalesOrder@OID556:0v241 2024-05-03 05:14:52.757/2024-05-03 05:14:52.758 SalesOrder@OID556:0v242 2024-05-03 05:14:52.759/2024-05-03 05:14:52.759 SalesOrder@OID556:0v243 2024-05-03 05:14:52.760/2024-05-03 05:14:52.760 SalesOrder@OID556:0v244 2024-05-03 05:14:52.761/2024-05-03 05:14:52.762 SalesOrder@OID556:0v245 2024-05-03 05:14:52.763/2024-05-03 05:14:52.763 SalesOrder@OID556:0v246 2024-05-03 05:14:52.764/2024-05-03 05:14:52.765 SalesOrder@OID556:0v247 2024-05-03 05:14:52.766/2024-05-03 05:14:52.766 SalesOrder@OID556:0v248 2024-05-03 05:14:52.767/2024-05-03 05:14:52.767 SalesOrder@OID556:0v249 2024-05-03 05:14:52.768/2024-05-03 05:14:52.769 SalesOrder@OID556:0v250 2024-05-03 05:14:52.770/2024-05-03 05:14:52.771 SalesOrder@OID556:0v251 2024-05-03 05:14:52.772/2024-05-03 05:14:52.772 SalesOrder@OID556:0v252 2024-05-03 05:14:52.773/2024-05-03 05:14:52.773 SalesOrder@OID556:0v253 2024-05-03 05:14:52.774/2024-05-03 05:14:52.775 SalesOrder@OID556:0v254 2024-05-03 05:14:52.776/2024-05-03 05:14:52.776 SalesOrder@OID556:0v255 2024-05-03 05:14:52.777/2024-05-03 05:14:52.778 SalesOrder@OID556:0v256 2024-05-03 05:14:52.779/2024-05-03 05:14:52.779 SalesOrder@OID556:0v257 2024-05-03 05:14:52.780/2024-05-03 05:14:52.780 SalesOrder@OID556:0v258 2024-05-03 05:14:52.781/2024-05-03 05:14:52.782 SalesOrder@OID556:0v259 2024-05-03 05:14:52.783/2024-05-03 05:14:52.783 SalesOrder@OID556:0v260 2024-05-03 05:14:52.784/2024-05-03 05:14:52.785 SalesOrder@OID556:0v261 2024-05-03 05:14:52.786/2024-05-03 05:14:52.786 SalesOrder@OID556:0v262 2024-05-03 05:14:52.787/2024-05-03 05:14:52.788 SalesOrder@OID556:0v263 2024-05-03 05:14:52.789/2024-05-03 05:14:52.789 SalesOrder@OID556:0v264 2024-05-03 05:14:52.790/2024-05-03 05:14:52.825 SalesOrder@OID556:0v265 2024-05-03 05:14:52.826/2024-05-03 05:14:52.827 SalesOrder@OID556:0v266 2024-05-03 05:14:52.828/2024-05-03 05:14:52.829 SalesOrder@OID556:0v267 2024-05-03 05:14:52.830/2024-05-03 05:14:52.831 SalesOrder@OID556:0v268 2024-05-03 05:14:52.832/2024-05-03 05:14:52.832 SalesOrder@OID556:0v269 2024-05-03 05:14:52.833/2024-05-03 05:14:52.833 SalesOrder@OID556:0v270 2024-05-03 05:14:52.834/2024-05-03 05:14:52.835 SalesOrder@OID556:0v271 2024-05-03 05:14:52.836/2024-05-03 05:14:52.836 SalesOrder@OID556:0v272 2024-05-03 05:14:52.837/2024-05-03 05:14:52.838 SalesOrder@OID556:0v273 2024-05-03 05:14:52.839/2024-05-03 05:14:52.839 SalesOrder@OID556:0v274 2024-05-03 05:14:52.840/2024-05-03 05:14:52.841 SalesOrder@OID556:0v275 2024-05-03 05:14:52.842/2024-05-03 05:14:52.843 SalesOrder@OID556:0v276 2024-05-03 05:14:52.844/2024-05-03 05:14:52.844 SalesOrder@OID556:0v277 2024-05-03 05:14:52.845/2024-05-03 05:14:52.845 SalesOrder@OID556:0v278 2024-05-03 05:14:52.846/2024-05-03 05:14:52.847 SalesOrder@OID556:0v279 2024-05-03 05:14:52.848/2024-05-03 05:14:52.848 SalesOrder@OID556:0v280 2024-05-03 05:14:52.849/2024-05-03 05:14:52.850 SalesOrder@OID556:0v281 2024-05-03 05:14:52.851/2024-05-03 05:14:52.851 SalesOrder@OID556:0v282 2024-05-03 05:14:52.852/2024-05-03 05:14:52.853 SalesOrder@OID556:0v283 2024-05-03 05:14:52.854/2024-05-03 05:14:52.854 SalesOrder@OID556:0v284 2024-05-03 05:14:52.855/2024-05-03 05:14:52.856 SalesOrder@OID556:0v285 2024-05-03 05:14:52.857/2024-05-03 05:14:52.857 SalesOrder@OID556:0v286 2024-05-03 05:14:52.858/2024-05-03 05:14:52.859 SalesOrder@OID556:0v287 2024-05-03 05:14:52.860/2024-05-03 05:14:52.861 SalesOrder@OID556:0v288 2024-05-03 05:14:52.862/2024-05-03 05:14:52.862 SalesOrder@OID556:0v289 2024-05-03 05:14:52.863/2024-05-03 05:14:52.864 SalesOrder@OID556:0v290 2024-05-03 05:14:52.865/2024-05-03 05:14:52.865 SalesOrder@OID556:0v291 2024-05-03 05:14:52.866/2024-05-03 05:14:52.867 SalesOrder@OID556:0v292 2024-05-03 05:14:52.868/2024-05-03 05:14:52.868 SalesOrder@OID556:0v293 2024-05-03 05:14:52.869/2024-05-03 05:14:52.870 SalesOrder@OID556:0v294 2024-05-03 05:14:52.871/2024-05-03 05:14:52.871 SalesOrder@OID556:0v295 2024-05-03 05:14:52.872/2024-05-03 05:14:52.872 SalesOrder@OID556:0v296 2024-05-03 05:14:52.873/2024-05-03 05:14:52.874 SalesOrder@OID556:0v297 2024-05-03 05:14:52.875/2024-05-03 05:14:52.875 SalesOrder@OID556:0v298 2024-05-03 05:14:52.876/2024-05-03 05:14:52.876 SalesOrder@OID556:0v299 2024-05-03 05:14:52.877/2024-05-03 05:14:52.878 SalesOrder@OID556:0v300 2024-05-03 05:14:52.879/2024-05-03 05:14:52.879 SalesOrder@OID556:0v301 2024-05-03 05:14:52.880/* CDOResourceFolder@OID557:0v1("MapTest_testEObjectToEObjectBothContainedMap")2024-05-03 05:14:52.942/* CDOResource@OID558:0v1("test10") 2024-05-03 05:14:52.942/* MapHolder@OID559:0v1 2024-05-03 05:14:52.942/2024-05-03 05:14:52.970 MapHolder@OID559:0v2 2024-05-03 05:14:52.971/2024-05-03 05:14:52.981 MapHolder@OID559:0v3 2024-05-03 05:14:52.982/* EObjectToEObjectBothContainedMap@OID560:0v1 2024-05-03 05:14:52.942/2024-05-03 05:14:52.970 PurchaseOrder@OID561:0v1 2024-05-03 05:14:52.942/2024-05-03 05:14:52.970 OrderDetail@OID562:0v1 2024-05-03 05:14:52.942/2024-05-03 05:14:52.970 EObjectToEObjectBothContainedMap@OID563:0v1 2024-05-03 05:14:52.942/2024-05-03 05:14:52.981 PurchaseOrder@OID564:0v1 2024-05-03 05:14:52.942/2024-05-03 05:14:52.981 OrderDetail@OID565:0v1 2024-05-03 05:14:52.942/2024-05-03 05:14:52.981 EObjectToEObjectBothContainedMap@OID566:0v1 2024-05-03 05:14:52.942/2024-05-03 05:14:52.981 PurchaseOrder@OID567:0v1 2024-05-03 05:14:52.942/2024-05-03 05:14:52.981 OrderDetail@OID568:0v1 2024-05-03 05:14:52.942/2024-05-03 05:14:52.981 CDOResourceFolder@OID569:0v1("MapTest_testEObjectToEObjectKeyContainedMap")2024-05-03 05:14:52.997/* CDOResource@OID570:0v1("test11") 2024-05-03 05:14:52.997/* MapHolder@OID571:0v1 2024-05-03 05:14:52.997/2024-05-03 05:14:53.010 MapHolder@OID571:0v2 2024-05-03 05:14:53.011/2024-05-03 05:14:53.026 MapHolder@OID571:0v3 2024-05-03 05:14:53.027/* EObjectToEObjectKeyContainedMap@OID572:0v1 2024-05-03 05:14:52.997/2024-05-03 05:14:53.010 PurchaseOrder@OID573:0v1 2024-05-03 05:14:52.997/2024-05-03 05:14:53.010 EObjectToEObjectKeyContainedMap@OID574:0v1 2024-05-03 05:14:52.997/2024-05-03 05:14:53.026 PurchaseOrder@OID575:0v1 2024-05-03 05:14:52.997/2024-05-03 05:14:53.026 EObjectToEObjectKeyContainedMap@OID576:0v1 2024-05-03 05:14:52.997/2024-05-03 05:14:53.026 PurchaseOrder@OID577:0v1 2024-05-03 05:14:52.997/2024-05-03 05:14:53.026 OrderDetail@OID578:0v1 2024-05-03 05:14:52.997/* OrderDetail@OID579:0v1 2024-05-03 05:14:52.997/* OrderDetail@OID580:0v1 2024-05-03 05:14:52.997/* CDOResourceFolder@OID581:0v1("MapTest_testEObjectToEObjectMap")2024-05-03 05:14:53.042/* CDOResource@OID582:0v1("test12") 2024-05-03 05:14:53.042/* MapHolder@OID583:0v1 2024-05-03 05:14:53.042/2024-05-03 05:14:53.055 MapHolder@OID583:0v2 2024-05-03 05:14:53.056/2024-05-03 05:14:53.062 MapHolder@OID583:0v3 2024-05-03 05:14:53.063/* EObjectToEObjectMap@OID584:0v1 2024-05-03 05:14:53.042/2024-05-03 05:14:53.055 EObjectToEObjectMap@OID585:0v1 2024-05-03 05:14:53.042/2024-05-03 05:14:53.062 EObjectToEObjectMap@OID586:0v1 2024-05-03 05:14:53.042/2024-05-03 05:14:53.062 PurchaseOrder@OID587:0v1 2024-05-03 05:14:53.042/* PurchaseOrder@OID588:0v1 2024-05-03 05:14:53.042/* PurchaseOrder@OID589:0v1 2024-05-03 05:14:53.042/* OrderDetail@OID590:0v1 2024-05-03 05:14:53.042/* OrderDetail@OID591:0v1 2024-05-03 05:14:53.042/* OrderDetail@OID592:0v1 2024-05-03 05:14:53.042/* CDOResourceFolder@OID593:0v1("MapTest_testEObjectToEObjectValueContainedMap")2024-05-03 05:14:53.076/* CDOResource@OID594:0v1("test13") 2024-05-03 05:14:53.076/* MapHolder@OID595:0v1 2024-05-03 05:14:53.076/2024-05-03 05:14:53.091 MapHolder@OID595:0v2 2024-05-03 05:14:53.092/2024-05-03 05:14:53.098 MapHolder@OID595:0v3 2024-05-03 05:14:53.099/* EObjectToEObjectValueContainedMap@OID596:0v1 2024-05-03 05:14:53.076/2024-05-03 05:14:53.091 OrderDetail@OID597:0v1 2024-05-03 05:14:53.076/2024-05-03 05:14:53.091 EObjectToEObjectValueContainedMap@OID598:0v1 2024-05-03 05:14:53.076/2024-05-03 05:14:53.098 OrderDetail@OID599:0v1 2024-05-03 05:14:53.076/2024-05-03 05:14:53.098 EObjectToEObjectValueContainedMap@OID600:0v1 2024-05-03 05:14:53.076/2024-05-03 05:14:53.098 OrderDetail@OID601:0v1 2024-05-03 05:14:53.076/2024-05-03 05:14:53.098 PurchaseOrder@OID602:0v1 2024-05-03 05:14:53.076/* PurchaseOrder@OID603:0v1 2024-05-03 05:14:53.076/* PurchaseOrder@OID604:0v1 2024-05-03 05:14:53.076/* CDOResourceFolder@OID605:0v1("MapTest_testIntegerStringMap")2024-05-03 05:14:53.128/* CDOResource@OID606:0v1("test14") 2024-05-03 05:14:53.128/* MapHolder@OID607:0v1 2024-05-03 05:14:53.128/2024-05-03 05:14:53.140 MapHolder@OID607:0v2 2024-05-03 05:14:53.141/2024-05-03 05:14:53.146 MapHolder@OID607:0v3 2024-05-03 05:14:53.147/* IntegerToStringMap@OID608:0v1 2024-05-03 05:14:53.128/2024-05-03 05:14:53.140 IntegerToStringMap@OID609:0v1 2024-05-03 05:14:53.128/2024-05-03 05:14:53.146 IntegerToStringMap@OID610:0v1 2024-05-03 05:14:53.128/2024-05-03 05:14:53.146 IntegerToStringMap@OID611:0v1 2024-05-03 05:14:53.128/2024-05-03 05:14:53.146 CDOResourceFolder@OID612:0v1("MapTest_testStringStringMap")2024-05-03 05:14:53.161/* CDOResource@OID613:0v1("test15") 2024-05-03 05:14:53.161/* MapHolder@OID614:0v1 2024-05-03 05:14:53.161/2024-05-03 05:14:53.176 MapHolder@OID614:0v2 2024-05-03 05:14:53.177/2024-05-03 05:14:53.183 MapHolder@OID614:0v3 2024-05-03 05:14:53.184/* StringToStringMap@OID615:0v1 2024-05-03 05:14:53.161/2024-05-03 05:14:53.176 StringToStringMap@OID616:0v1 2024-05-03 05:14:53.161/2024-05-03 05:14:53.183 StringToStringMap@OID617:0v1 2024-05-03 05:14:53.161/2024-05-03 05:14:53.183 StringToStringMap@OID618:0v1 2024-05-03 05:14:53.161/2024-05-03 05:14:53.183 StringToStringMap@OID619:0v1 2024-05-03 05:14:53.161/2024-05-03 05:14:53.183 StringToStringMap@OID620:0v1 2024-05-03 05:14:53.161/2024-05-03 05:14:53.183 StringToStringMap@OID621:0v1 2024-05-03 05:14:53.161/2024-05-03 05:14:53.183 StringToStringMap@OID622:0v1 2024-05-03 05:14:53.161/2024-05-03 05:14:53.183 CDOResourceFolder@OID623:0v1("MapTest_testStringToAddressContainmentMap")2024-05-03 05:14:53.203/* CDOResource@OID624:0v1("test16") 2024-05-03 05:14:53.203/* MapHolder@OID625:0v1 2024-05-03 05:14:53.203/2024-05-03 05:14:53.238 MapHolder@OID625:0v2 2024-05-03 05:14:53.239/2024-05-03 05:14:53.244 MapHolder@OID625:0v3 2024-05-03 05:14:53.245/* StringToAddressContainmentMap@OID626:0v1 2024-05-03 05:14:53.203/2024-05-03 05:14:53.238 Address@OID627:0v1 2024-05-03 05:14:53.203/2024-05-03 05:14:53.238 StringToAddressContainmentMap@OID628:0v1 2024-05-03 05:14:53.203/2024-05-03 05:14:53.244 Address@OID629:0v1 2024-05-03 05:14:53.203/2024-05-03 05:14:53.244 StringToAddressContainmentMap@OID630:0v1 2024-05-03 05:14:53.203/2024-05-03 05:14:53.244 Address@OID631:0v1 2024-05-03 05:14:53.203/2024-05-03 05:14:53.244 CDOResourceFolder@OID632:0v1("MapTest_testStringToAddressReferenceMap")2024-05-03 05:14:53.260/* CDOResource@OID633:0v1("test17") 2024-05-03 05:14:53.260/* MapHolder@OID634:0v1 2024-05-03 05:14:53.260/2024-05-03 05:14:53.274 MapHolder@OID634:0v2 2024-05-03 05:14:53.275/2024-05-03 05:14:53.280 MapHolder@OID634:0v3 2024-05-03 05:14:53.281/* StringToAddressReferenceMap@OID635:0v1 2024-05-03 05:14:53.260/2024-05-03 05:14:53.274 StringToAddressReferenceMap@OID636:0v1 2024-05-03 05:14:53.260/2024-05-03 05:14:53.280 StringToAddressReferenceMap@OID637:0v1 2024-05-03 05:14:53.260/2024-05-03 05:14:53.280 Address@OID638:0v1 2024-05-03 05:14:53.260/* Address@OID639:0v1 2024-05-03 05:14:53.260/* Address@OID640:0v1 2024-05-03 05:14:53.260/* CDOResourceFolder@OID641:0v1("MapTest_testStringVATMap")2024-05-03 05:14:53.296/* CDOResource@OID642:0v1("test18") 2024-05-03 05:14:53.296/* MapHolder@OID643:0v1 2024-05-03 05:14:53.296/2024-05-03 05:14:53.332 MapHolder@OID643:0v2 2024-05-03 05:14:53.333/2024-05-03 05:14:53.338 MapHolder@OID643:0v3 2024-05-03 05:14:53.339/* StringToVATMap@OID644:0v1 2024-05-03 05:14:53.296/2024-05-03 05:14:53.332 StringToVATMap@OID645:0v1 2024-05-03 05:14:53.296/2024-05-03 05:14:53.338 StringToVATMap@OID646:0v1 2024-05-03 05:14:53.296/2024-05-03 05:14:53.338 CDOResourceFolder@OID647:0v1("MapTest_testTransientMap")2024-05-03 05:14:53.367/* CDOResource@OID648:0v1("test1") 2024-05-03 05:14:53.367/* PropertiesMap@OID649:0v1 2024-05-03 05:14:53.367/* CDOResourceFolder@OID650:0v1("MergingTest_testAdditionsInSourceAndTarget")2024-05-03 05:14:53.389/* CDOResource@OID651:0v1("res") 2024-05-03 05:14:53.389/2024-05-03 05:14:53.403 CDOResource@OID651:0v2("res") 2024-05-03 05:14:53.404/2024-05-03 05:14:53.416 CDOResource@OID651:0v3("res") 2024-05-03 05:14:53.417/2024-05-03 05:14:53.455 CDOResource@OID651:0v4("res") 2024-05-03 05:14:53.456/2024-05-03 05:14:53.484 CDOResource@OID651:0v5("res") 2024-05-03 05:14:53.485/* Company@OID652:0v1 2024-05-03 05:14:53.389/* Company@OID653:0v1 2024-05-03 05:14:53.389/* Company@OID654:0v1 2024-05-03 05:14:53.389/* Company@OID655:0v1 2024-05-03 05:14:53.389/* Company@OID656:0v1 2024-05-03 05:14:53.389/* Company@OID657:0v1 2024-05-03 05:14:53.404/* Company@OID658:0v1 2024-05-03 05:14:53.404/* Company@OID659:0v1 2024-05-03 05:14:53.404/* Company@OID660:0v1 2024-05-03 05:14:53.404/* Company@OID661:0v1 2024-05-03 05:14:53.417/* Company@OID662:0v1 2024-05-03 05:14:53.417/* Company@OID663:0v1 2024-05-03 05:14:53.417/* Company@OID664:0v1 2024-05-03 05:14:53.456/* Company@OID665:0v1 2024-05-03 05:14:53.456/* Company@OID666:0v1 2024-05-03 05:14:53.485/* CDOResourceFolder@OID667:0v1("MergingTest_testAutoMerge")2024-05-03 05:14:53.500/* CDOResource@OID668:0v1("res") 2024-05-03 05:14:53.500/* Company@OID669:0v1 2024-05-03 05:14:53.500/2024-05-03 05:14:53.524 Company@OID669:0v2 2024-05-03 05:14:53.525/* Company@OID670:0v1 2024-05-03 05:14:53.500/2024-05-03 05:14:53.524 Company@OID670:0v2 2024-05-03 05:14:53.525/* Company@OID671:0v1 2024-05-03 05:14:53.500/2024-05-03 05:14:53.524 Company@OID671:0v2 2024-05-03 05:14:53.525/* Company@OID672:0v1 2024-05-03 05:14:53.500/2024-05-03 05:14:53.541 Company@OID672:0v2 2024-05-03 05:14:53.542/* Company@OID673:0v1 2024-05-03 05:14:53.500/2024-05-03 05:14:53.541 Company@OID673:0v2 2024-05-03 05:14:53.542/* Company@OID674:0v1 2024-05-03 05:14:53.500/2024-05-03 05:14:53.541 Company@OID674:0v2 2024-05-03 05:14:53.542/* CDOResourceFolder@OID675:0v1("MergingTest_testFromBranchWithAdditions")2024-05-03 05:14:53.552/* CDOResource@OID676:0v1("res") 2024-05-03 05:14:53.552/2024-05-03 05:14:53.566 CDOResource@OID676:0v2("res") 2024-05-03 05:14:53.567/2024-05-03 05:14:53.577 CDOResource@OID676:0v3("res") 2024-05-03 05:14:53.578/2024-05-03 05:14:53.606 CDOResource@OID676:0v4("res") 2024-05-03 05:14:53.607/* Company@OID677:0v1 2024-05-03 05:14:53.552/* Company@OID678:0v1 2024-05-03 05:14:53.552/* Company@OID679:0v1 2024-05-03 05:14:53.552/* Company@OID680:0v1 2024-05-03 05:14:53.552/* Company@OID681:0v1 2024-05-03 05:14:53.552/* Company@OID682:0v1 2024-05-03 05:14:53.567/* Company@OID683:0v1 2024-05-03 05:14:53.567/* Company@OID684:0v1 2024-05-03 05:14:53.567/* Company@OID685:0v1 2024-05-03 05:14:53.567/* Company@OID686:0v1 2024-05-03 05:14:53.578/* Company@OID687:0v1 2024-05-03 05:14:53.578/* Company@OID688:0v1 2024-05-03 05:14:53.578/* Company@OID689:0v1 2024-05-03 05:14:53.607/* Company@OID690:0v1 2024-05-03 05:14:53.607/* CDOResourceFolder@OID691:0v1("MergingTest_testFromBranchWithAdditionsTwoTimes")2024-05-03 05:14:53.618/* CDOResource@OID692:0v1("res") 2024-05-03 05:14:53.618/2024-05-03 05:14:53.630 CDOResource@OID692:0v2("res") 2024-05-03 05:14:53.631/2024-05-03 05:14:53.635 CDOResource@OID692:0v3("res") 2024-05-03 05:14:53.636/* Company@OID693:0v1 2024-05-03 05:14:53.618/* Company@OID694:0v1 2024-05-03 05:14:53.618/* Company@OID695:0v1 2024-05-03 05:14:53.631/* Company@OID696:0v1 2024-05-03 05:14:53.636/* CDOResourceFolder@OID697:0v1("MergingTest_testFromBranchWithChangesInSource")2024-05-03 05:14:53.645/* CDOResource@OID698:0v1("res0") 2024-05-03 05:14:53.645/* Company@OID699:0v1 2024-05-03 05:14:53.645/2024-05-03 05:14:53.670 Company@OID699:0v2 2024-05-03 05:14:53.671/* Company@OID700:0v1 2024-05-03 05:14:53.645/2024-05-03 05:14:53.670 Company@OID700:0v2 2024-05-03 05:14:53.671/* Company@OID701:0v1 2024-05-03 05:14:53.645/2024-05-03 05:14:53.670 Company@OID701:0v2 2024-05-03 05:14:53.671/* Company@OID702:0v1 2024-05-03 05:14:53.645/* Company@OID703:0v1 2024-05-03 05:14:53.645/* CDOResourceFolder@OID704:0v1("MergingTest_testFromBranchWithRemovalsInSource")2024-05-03 05:14:53.681/* CDOResource@OID705:0v1("res") 2024-05-03 05:14:53.681/* Company@OID706:0v1 2024-05-03 05:14:53.681/* Company@OID707:0v1 2024-05-03 05:14:53.681/* Company@OID708:0v1 2024-05-03 05:14:53.681/* Company@OID709:0v1 2024-05-03 05:14:53.681/* Company@OID710:0v1 2024-05-03 05:14:53.681/* InvalidationTest_testDeleteFromOtherBranch_branch1[1]2024-05-03 05:14:31.064/* Company@OID159:1v1 2024-05-03 05:14:31.070/* MergingTest_testAdditionsInSourceAndTarget_source1[14]2024-05-03 05:14:53.389/* CDOResource@OID651:14v1("res") 2024-05-03 05:14:53.432/* Company@OID664:14v1 2024-05-03 05:14:53.432/* Company@OID665:14v1 2024-05-03 05:14:53.432/* MergingTest_testAdditionsInSourceAndTarget_source2[15]2024-05-03 05:14:53.404/* CDOResource@OID651:15v1("res") 2024-05-03 05:14:53.472/* Company@OID666:15v1 2024-05-03 05:14:53.472/* MergingTest_testAutoMerge_source[16] 2024-05-03 05:14:53.500/* Company@OID669:16v1 2024-05-03 05:14:53.518/* Company@OID670:16v1 2024-05-03 05:14:53.518/* Company@OID671:16v1 2024-05-03 05:14:53.518/* Company@OID672:16v1 2024-05-03 05:14:53.537/* Company@OID673:16v1 2024-05-03 05:14:53.537/* Company@OID674:16v1 2024-05-03 05:14:53.537/* MergingTest_testFromBranchWithAdditions_source1[17]2024-05-03 05:14:53.552/* CDOResource@OID676:17v1("res") 2024-05-03 05:14:53.592/* Company@OID689:17v1 2024-05-03 05:14:53.592/* Company@OID690:17v1 2024-05-03 05:14:53.592/* MergingTest_testFromBranchWithAdditionsTwoTimes_source[18]2024-05-03 05:14:53.618/* CDOResource@OID692:18v1("res") 2024-05-03 05:14:53.624/2024-05-03 05:14:53.631 CDOResource@OID692:18v2("res") 2024-05-03 05:14:53.632/* Company@OID695:18v1 2024-05-03 05:14:53.624/* Company@OID696:18v1 2024-05-03 05:14:53.632/* MergingTest_testFromBranchWithChangesInSource_source0[19]2024-05-03 05:14:53.645/* Company@OID699:19v1 2024-05-03 05:14:53.664/* Company@OID700:19v1 2024-05-03 05:14:53.664/* Company@OID701:19v1 2024-05-03 05:14:53.664/* MergingTest_testFromBranchWithRemovalsInSource_source[20]2024-05-03 05:14:53.681/* CDOResource@OID705:20v1("res") 2024-05-03 05:14:53.698/* Company@OID706:20v1 2024-05-03 05:14:53.698/* ******************************************************* MergingTest.testFromEmptyBranches [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* MergingTest.testMergeClobChangesInSource [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* MergingTest.testMergeClobChangesInSourceConflict [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* MergingTest.testRemergeAfterAdditionsInSource [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* MergingTest.testRemergeAfterAdditionsInSource2 [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* MergingTest.testRemergeAfterAdditionsInSourceAndTarget [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* MergingTest.testRemergeAfterAdditionsInSourceTwoTimes [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* MergingTest.testRemergeAfterChangesInSource [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* MergingTest.testRemergeAfterChangesInSourceConflict [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* MergingTest.testRemergeAfterRemovalsInSource [H2-branching-ranges, JVM, Native] ******************************************************* server-thread-45 [debug] moveOneUp add historic entry at: 2 server-thread-45 [debug] moveOneUp add historic entry at: 3 server-thread-45 [debug] moveOneUp add historic entry at: 4 ******************************************************* MergingTest.test_Bugzilla_309467 [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* MergingTest.test_Bugzilla_309467_ServerRestart [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* MetaTest.testMetaReference [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* MetaTest.testMetaReference2 [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* MetaTest.testMetaReferenceAttachFirst [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* MultiValuedOfAttributeTest.testListOfBoolean [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* MultiValuedOfAttributeTest.testListOfChar [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* MultiValuedOfAttributeTest.testListOfDate [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* MultiValuedOfAttributeTest.testListOfDouble [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* MultiValuedOfAttributeTest.testListOfFloat [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* MultiValuedOfAttributeTest.testListOfInt [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* MultiValuedOfAttributeTest.testListOfInteger [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* MultiValuedOfAttributeTest.testListOfShort [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* MultiValuedOfAttributeTest.testListOfString [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Lazy.testAllCustomers [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: commitinforepo, repo2 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Lazy.testAllEObjects [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: commitinforepo, repo2 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Lazy.testAllOrdersAndSubtypes [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: commitinforepo, repo2 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Lazy.testAllProductNames [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: commitinforepo, repo2 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' QueryResultList[11, 12, 13, 14, 15, 16, 17, 18, 19, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10] ******************************************************* Lazy.testAllProducts [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: commitinforepo, repo2 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Lazy.testAllProductsWithName [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: commitinforepo, repo2 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Lazy.testAllProductsWithNameParameter [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: commitinforepo, repo2 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Lazy.testAllProductsWithVAT [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: commitinforepo, repo2 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Lazy.testAllProductsWithVATParameter [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: commitinforepo, repo2 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Lazy.testAuditWithDetachedObject [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: commitinforepo, repo2 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Lazy.testDeletedObject [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: commitinforepo, repo2 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Lazy.testDetachedObject [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: commitinforepo, repo2 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Lazy.testDirtyObject [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: commitinforepo, repo2 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Lazy.testMultipleQueries [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: commitinforepo, repo2 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Lazy.testNewObject [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: commitinforepo, repo2 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Lazy.testProductIterator [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: commitinforepo, repo2 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Lazy.testSelfNavigation [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: commitinforepo, repo2 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Lazy.testTransactionWithDetachedObject [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: commitinforepo, repo2 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* OCLQueryTest.testAllCustomers [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: commitinforepo, repo2 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* OCLQueryTest.testAllEObjects [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: commitinforepo, repo2 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* OCLQueryTest.testAllOrdersAndSubtypes [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: commitinforepo, repo2 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* OCLQueryTest.testAllProductNames [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: commitinforepo, repo2 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' QueryResultList[11, 12, 13, 14, 15, 16, 17, 18, 19, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10] ******************************************************* OCLQueryTest.testAllProducts [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: commitinforepo, repo2 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* OCLQueryTest.testAllProductsWithName [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: commitinforepo, repo2 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* OCLQueryTest.testAllProductsWithNameParameter [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: commitinforepo, repo2 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* OCLQueryTest.testAllProductsWithVAT [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: commitinforepo, repo2 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* OCLQueryTest.testAllProductsWithVATParameter [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: commitinforepo, repo2 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* OCLQueryTest.testAuditWithDetachedObject [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: commitinforepo, repo2 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* OCLQueryTest.testDeletedObject [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: commitinforepo, repo2 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* OCLQueryTest.testDetachedObject [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: commitinforepo, repo2 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* OCLQueryTest.testDirtyObject [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: commitinforepo, repo2 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* OCLQueryTest.testMultipleQueries [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: commitinforepo, repo2 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* OCLQueryTest.testNewObject [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: commitinforepo, repo2 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* OCLQueryTest.testProductIterator [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: commitinforepo, repo2 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* OCLQueryTest.testSelfNavigation [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: commitinforepo, repo2 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* OCLQueryTest.testTransactionWithDetachedObject [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: commitinforepo, repo2 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* PackageRegistryTest.testCommitCircularPackages [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: commitinforepo, repo2 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* PackageRegistryTest.testCommitNestedPackages [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: commitinforepo, repo2 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* PackageRegistryTest.testCommitTopLevelPackages [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: commitinforepo, repo2 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* PackageRegistryTest.testCommitTwoPackages [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: commitinforepo, repo2 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* PackageRegistryTest.testCommitUnrelatedPackage [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: commitinforepo, repo2 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* PackageRegistryTest.testConcurrentPackageRegistration [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: commitinforepo, repo2 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* PackageRegistryTest.testConcurrentPackageRegistration2 [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: commitinforepo, repo2 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* PackageRegistryTest.testDuplicatePackageRegistration [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: commitinforepo, repo2 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* PackageRegistryTest.testDynamicPackageFactory [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: commitinforepo, repo2 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* PackageRegistryTest.testDynamicPackageLoaded [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: commitinforepo, repo2 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* PackageRegistryTest.testDynamicPackageNewInstance [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: commitinforepo, repo2 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* PackageRegistryTest.testGeneratedPackage [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: commitinforepo, repo2 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* PackageRegistryTest.testGlobalDynamicPackage [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: commitinforepo, repo2 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* PackageRegistryTest.testGlobalDynamicPackageEager [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: commitinforepo, repo2 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* PackageRegistryTest.testLaziness [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: commitinforepo, repo2 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* PackageRegistryTest.testLoadNestedPackages [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: commitinforepo, repo2 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* PackageRegistryTest.testPackageRegistry [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: commitinforepo, repo2 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* PackageRegistryTest.testPopulator [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: commitinforepo, repo2 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* PackageRegistryTest.testPopulatorGlobal [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: commitinforepo, repo2 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* PackageRegistryTest.testReuseCommittedPackage [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: commitinforepo, repo2 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* PackageRegistryTest.testSubclassCache [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: commitinforepo, repo2 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* PackageRegistryTest.testSubclassCacheInvalidation [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: commitinforepo, repo2 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* PartialCommitTest.testCheckWithoutCommit_exception [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: commitinforepo, repo2 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* PartialCommitTest.testCheckWithoutCommit_exceptionFast [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* PartialCommitTest.testCommittablesContainUncommittableObjects [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* PartialCommitTest.testDetach [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* PartialCommitTest.testDetachSingleRef [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* PartialCommitTest.testDetachSingleRef_containerOfDetachedObjectNotIncluded [H2-branching-ranges, JVM, Native] ******************************************************* ---> Failed properly: org.eclipse.emf.cdo.util.CommitIntegrityException: The former container (or resource) of detached object ContainedElementNoOpposite[TRANSIENT] needs to be included in the commit but isn't ******************************************************* PartialCommitTest.testDetachSingleRef_detachedObjectNotIncluded [H2-branching-ranges, JVM, Native] ******************************************************* ---> Failed properly: org.eclipse.emf.cdo.util.CommitIntegrityException: The removed child / refTarget of object RefSingleContainedNPL@OID38[DIRTY] needs to be included in the commit but isn't ******************************************************* PartialCommitTest.testDetach_containerOfDetachedObjectNotIncluded [H2-branching-ranges, JVM, Native] ******************************************************* ---> Failed properly: org.eclipse.emf.cdo.util.CommitIntegrityException: The former container (or resource) of detached object PurchaseOrder[TRANSIENT] needs to be included in the commit but isn't ******************************************************* PartialCommitTest.testDetach_detachedObjectNotIncluded [H2-branching-ranges, JVM, Native] ******************************************************* ---> Failed properly: org.eclipse.emf.cdo.util.CommitIntegrityException: The removed child / refTarget of object Company@OID51[DIRTY] needs to be included in the commit but isn't ******************************************************* PartialCommitTest.testDirty [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* PartialCommitTest.testDirtyMultiBidiChanged [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* PartialCommitTest.testDirtyMultiBidiChanged_newTargetNotIncluded [H2-branching-ranges, JVM, Native] ******************************************************* ---> Failed properly: org.eclipse.emf.cdo.util.CommitIntegrityException: The new child / refTarget of object MultiNonContainedElement@OID75[DIRTY] needs to be included in the commit but isn't ******************************************************* PartialCommitTest.testDirtyMultiBidiChanged_oldTargetNotIncluded [H2-branching-ranges, JVM, Native] ******************************************************* ---> Failed properly: org.eclipse.emf.cdo.util.CommitIntegrityException: The removed / former child / refTarget of object MultiNonContainedElement@OID81[DIRTY] needs to be included in the commit but isn't ******************************************************* PartialCommitTest.testDirtyMultiBidiNew [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* PartialCommitTest.testDirtyMultiBidiNew_newtargetNotIncluded [H2-branching-ranges, JVM, Native] ******************************************************* ---> Failed properly: org.eclipse.emf.cdo.util.CommitIntegrityException: The new child / refTarget of object MultiNonContainedElement@OID94[DIRTY] needs to be included in the commit but isn't ******************************************************* PartialCommitTest.testDirtyMultiBidiRemoved [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* PartialCommitTest.testDirtyMultiBidiRemoved_oldTargetNotIncluded [H2-branching-ranges, JVM, Native] ******************************************************* ---> Failed properly: org.eclipse.emf.cdo.util.CommitIntegrityException: The removed child / refTarget of object MultiNonContainedElement@OID105[DIRTY] needs to be included in the commit but isn't ******************************************************* PartialCommitTest.testDirtySingleBidiChanged [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* PartialCommitTest.testDirtySingleBidiChanged_newTargetNotIncluded [H2-branching-ranges, JVM, Native] ******************************************************* ---> Failed properly: org.eclipse.emf.cdo.util.CommitIntegrityException: The new child / refTarget of object SingleNonContainedElement@OID117[DIRTY] needs to be included in the commit but isn't ******************************************************* PartialCommitTest.testDirtySingleBidiChanged_oldTargetNotIncluded [H2-branching-ranges, JVM, Native] ******************************************************* ---> Failed properly: org.eclipse.emf.cdo.util.CommitIntegrityException: The removed / former child / refTarget of object SingleNonContainedElement@OID123[DIRTY] needs to be included in the commit but isn't ******************************************************* PartialCommitTest.testDirtySingleBidiNew [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* PartialCommitTest.testDirtySingleBidiNew_newtargetNotIncluded [H2-branching-ranges, JVM, Native] ******************************************************* ---> Failed properly: org.eclipse.emf.cdo.util.CommitIntegrityException: The new child / refTarget of object SingleNonContainedElement@OID136[DIRTY] needs to be included in the commit but isn't ******************************************************* PartialCommitTest.testDirtySingleBidiRemoved [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* PartialCommitTest.testDirtySingleBidiRemoved_oldTargetNotIncluded [H2-branching-ranges, JVM, Native] ******************************************************* ---> Failed properly: org.eclipse.emf.cdo.util.CommitIntegrityException: The removed child / refTarget of object SingleNonContainedElement@OID147[DIRTY] needs to be included in the commit but isn't ******************************************************* PartialCommitTest.testDoubleMove [H2-branching-ranges, JVM, Native] ******************************************************* ---> purchaseOrder=PurchaseOrder@OID152[DIRTY] company1=Company@OID151[DIRTY] company2=Company@OID153 company3=Company@OID154[DIRTY] ******************************************************* PartialCommitTest.testIgnoreDanglingMultiRef_dirtyToDetached [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* PartialCommitTest.testIgnoreDanglingMultiRef_dirtyToTransient [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* PartialCommitTest.testIgnoreDanglingMultiRef_dirtyToTransient2 [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* PartialCommitTest.testIgnoreDanglingMultiRef_newToDetached [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* PartialCommitTest.testIgnoreDanglingMultiRef_newToTransient [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* PartialCommitTest.testIgnoreDanglingSingleRef_dirtyToDetached [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* PartialCommitTest.testIgnoreDanglingSingleRef_dirtyToTransient [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* PartialCommitTest.testIgnoreDanglingSingleRef_dirtyToTransient2 [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* PartialCommitTest.testIgnoreDanglingSingleRef_newToDetached [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* PartialCommitTest.testIgnoreDanglingSingleRef_newToTransient [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* PartialCommitTest.testMove [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* PartialCommitTest.testMoveSingleRef [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* PartialCommitTest.testMoveSingleRef_movedObjectNotIncluded [H2-branching-ranges, JVM, Native] ******************************************************* ---> Failed properly: org.eclipse.emf.cdo.util.CommitIntegrityException: The removed child / refTarget of object RefSingleContainedNPL@OID232[DIRTY] needs to be included in the commit but isn't ******************************************************* PartialCommitTest.testMoveSingleRef_newContainerNotIncluded [H2-branching-ranges, JVM, Native] ******************************************************* ---> Failed properly: org.eclipse.emf.cdo.util.CommitIntegrityException: The container of moved object ContainedElementNoOpposite@OID238[DIRTY] needs to be included in the commit but isn't ******************************************************* PartialCommitTest.testMoveSingleRef_oldContainerNotIncluded [H2-branching-ranges, JVM, Native] ******************************************************* ---> Failed properly: org.eclipse.emf.cdo.util.CommitIntegrityException: The former container of moved object ContainedElementNoOpposite@OID243[DIRTY] needs to be included in the commit but isn't ******************************************************* PartialCommitTest.testMoveSingleRef_onlyMovedObjectIncluded [H2-branching-ranges, JVM, Native] ******************************************************* ---> Failed properly: org.eclipse.emf.cdo.util.CommitIntegrityException: The container of moved object ContainedElementNoOpposite@OID248[DIRTY] needs to be included in the commit but isn't ******************************************************* PartialCommitTest.testMoveSingleRef_onlyNewContainerIncluded [H2-branching-ranges, JVM, Native] ******************************************************* ---> Failed properly: org.eclipse.emf.cdo.util.CommitIntegrityException: The new child / refTarget of object RefSingleContainedNPL@OID254[DIRTY] needs to be included in the commit but isn't ******************************************************* PartialCommitTest.testMoveSingleRef_onlyOldContainerIncluded [H2-branching-ranges, JVM, Native] ******************************************************* ---> Failed properly: org.eclipse.emf.cdo.util.CommitIntegrityException: The removed child / refTarget of object RefSingleContainedNPL@OID257[DIRTY] needs to be included in the commit but isn't ******************************************************* PartialCommitTest.testMove_movedObjectNotIncluded [H2-branching-ranges, JVM, Native] ******************************************************* ---> Failed properly: org.eclipse.emf.cdo.util.CommitIntegrityException: The removed child / refTarget of object Company@OID262[DIRTY] needs to be included in the commit but isn't ******************************************************* PartialCommitTest.testMove_newContainerNotIncluded [H2-branching-ranges, JVM, Native] ******************************************************* ---> Failed properly: org.eclipse.emf.cdo.util.CommitIntegrityException: The container of moved object PurchaseOrder@OID271[DIRTY] needs to be included in the commit but isn't ******************************************************* PartialCommitTest.testMove_oldContainerNotIncluded [H2-branching-ranges, JVM, Native] ******************************************************* ---> Failed properly: org.eclipse.emf.cdo.util.CommitIntegrityException: The former container of moved object PurchaseOrder@OID279[DIRTY] needs to be included in the commit but isn't ******************************************************* PartialCommitTest.testMove_onlyMovedObjectIncluded [H2-branching-ranges, JVM, Native] ******************************************************* ---> Failed properly: org.eclipse.emf.cdo.util.CommitIntegrityException: The container of moved object PurchaseOrder@OID287[DIRTY] needs to be included in the commit but isn't ******************************************************* PartialCommitTest.testMove_onlyNewContainerIncluded [H2-branching-ranges, JVM, Native] ******************************************************* ---> Failed properly: org.eclipse.emf.cdo.util.CommitIntegrityException: The added child / refTarget of object Company@OID296[DIRTY] needs to be included in the commit but isn't ******************************************************* PartialCommitTest.testMove_onlyOldContainerIncluded [H2-branching-ranges, JVM, Native] ******************************************************* ---> Failed properly: org.eclipse.emf.cdo.util.CommitIntegrityException: The removed child / refTarget of object Company@OID302[DIRTY] needs to be included in the commit but isn't ******************************************************* PartialCommitTest.testMultiBidiOnNewObject [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* PartialCommitTest.testMultiBidiOnNewObject_targetNotIncluded [H2-branching-ranges, JVM, Native] ******************************************************* ---> Failed properly: org.eclipse.emf.cdo.util.CommitIntegrityException: The target of reference 'parent' of new object MultiNonContainedElement@oid1[NEW] needs to be included in the commit but isn't ******************************************************* PartialCommitTest.testMultiBidiOnRemovedObject [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* PartialCommitTest.testMultiBidiOnRemovedObject_targetNotIncluded [H2-branching-ranges, JVM, Native] ******************************************************* ---> Failed properly: org.eclipse.emf.cdo.util.CommitIntegrityException: The target of reference 'parent' of detached object MultiNonContainedElement[TRANSIENT] needs to be included in the commit but isn't ******************************************************* PartialCommitTest.testNew [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* PartialCommitTest.testNewNestedResource [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: commitinforepo, repo2 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* PartialCommitTest.testNewNestedResource_resourceFolderNotIncluded [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: commitinforepo, repo2 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ---> Failed properly: org.eclipse.emf.cdo.util.CommitIntegrityException: The container of new object CDOResource@oid2[NEW]("cdo://repo1/folder/nested") needs to be included in the commit but isn't ******************************************************* PartialCommitTest.testNewNestedResource_rootResourceNotIncluded [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: commitinforepo, repo2 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ---> Failed properly: org.eclipse.emf.cdo.util.CommitIntegrityException: The resource of new object CDOResourceFolder@oid1[NEW]("folder") needs to be included in the commit but isn't ******************************************************* PartialCommitTest.testNewSingle [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* PartialCommitTest.testNewSingle_containerOfNewObjectNotIncluded [H2-branching-ranges, JVM, Native] ******************************************************* ---> Failed properly: org.eclipse.emf.cdo.util.CommitIntegrityException: The container of new object ContainedElementNoOpposite@oid1[NEW] needs to be included in the commit but isn't ******************************************************* PartialCommitTest.testNewSingle_newObjectNotIncluded [H2-branching-ranges, JVM, Native] ******************************************************* ---> Failed properly: org.eclipse.emf.cdo.util.CommitIntegrityException: The new child / refTarget of object RefSingleContainedNPL@OID18[DIRTY] needs to be included in the commit but isn't ******************************************************* PartialCommitTest.testNewTopLevel [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* PartialCommitTest.testNewTopLevelResource [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: commitinforepo, repo2 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* PartialCommitTest.testNewTopLevelResource_rootResourceNotIncluded [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: commitinforepo, repo2 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ---> Failed properly: org.eclipse.emf.cdo.util.CommitIntegrityException: The resource of new object CDOResource@oid1[NEW]("cdo://repo1/top2") needs to be included in the commit but isn't ******************************************************* PartialCommitTest.testNewTopLevel_newObjectNotIncluded [H2-branching-ranges, JVM, Native] ******************************************************* ---> Failed properly: org.eclipse.emf.cdo.util.CommitIntegrityException: The added child / refTarget of object CDOResource@OID4[DIRTY]("cdo://repo1/PartialCommitTest_testNewTopLevel_newObjectNotIncluded/r1") needs to be included in the commit but isn't ******************************************************* PartialCommitTest.testNewTopLevel_resourceNotIncluded [H2-branching-ranges, JVM, Native] ******************************************************* ---> Failed properly: org.eclipse.emf.cdo.util.CommitIntegrityException: The resource of new object Company@oid1[NEW] needs to be included in the commit but isn't ******************************************************* PartialCommitTest.testNew_containerOfNewObjectNotIncluded [H2-branching-ranges, JVM, Native] ******************************************************* ---> Failed properly: org.eclipse.emf.cdo.util.CommitIntegrityException: The container of new object PurchaseOrder@oid1[NEW] needs to be included in the commit but isn't ******************************************************* PartialCommitTest.testNew_newObjectNotIncluded [H2-branching-ranges, JVM, Native] ******************************************************* ---> Failed properly: org.eclipse.emf.cdo.util.CommitIntegrityException: The added child / refTarget of object Company@OID31[DIRTY] needs to be included in the commit but isn't ******************************************************* PartialCommitTest.testPartialCleanUp_detachedObjects [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* PartialCommitTest.testPartialCleanUp_dirtyObjects [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* PartialCommitTest.testPartialCleanUp_newObjects [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* PartialCommitTest.testSingleBidiOnNewObject [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* PartialCommitTest.testSingleBidiOnNewObject_targetNotIncluded [H2-branching-ranges, JVM, Native] ******************************************************* ---> Failed properly: org.eclipse.emf.cdo.util.CommitIntegrityException: The target of reference 'parent' of new object SingleNonContainedElement@oid1[NEW] needs to be included in the commit but isn't ******************************************************* PartialCommitTest.testSingleBidiOnRemovedObject [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* PartialCommitTest.testSingleBidiOnRemovedObject_targetNotIncluded [H2-branching-ranges, JVM, Native] ******************************************************* ---> Failed properly: org.eclipse.emf.cdo.util.CommitIntegrityException: The target of reference 'parent' of detached object SingleNonContainedElement[TRANSIENT] needs to be included in the commit but isn't ******************************************************* PartialCommitTest.test_noCommittablesAfterCommit [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* PushTransactionTest.testAddNewHierarchy [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: commitinforepo, repo2 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] Using /tmp/cdo_tx_4_1__13062327644153132180.tmp for push transaction repo1:4:1 [INFO] Using /tmp/cdo_tx_4_1__13062327644153132180.tmp for push transaction repo1:5:1 ******************************************************* PushTransactionTest.testAddNewObjectInObject [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] Using /tmp/cdo_tx_8_1__11600728311058420353.tmp for push transaction repo1:8:1 [INFO] Using /tmp/cdo_tx_8_1__11600728311058420353.tmp for push transaction repo1:9:1 ******************************************************* PushTransactionTest.testAddNewObjectInObjectBetweenReloadAndPush [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] Using /tmp/cdo_tx_12_1__6426136192507654027.tmp for push transaction repo1:12:1 [INFO] Using /tmp/cdo_tx_12_1__6426136192507654027.tmp for push transaction repo1:13:1 ******************************************************* PushTransactionTest.testAddNewObjectInObjectTwiceBetweenReloadAndPush [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] Using /tmp/cdo_tx_16_1__3418928518958915718.tmp for push transaction repo1:16:1 [INFO] Using /tmp/cdo_tx_16_1__3418928518958915718.tmp for push transaction repo1:17:1 ******************************************************* PushTransactionTest.testAddNewObjectInResource [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] Using /tmp/cdo_tx_20_1__6938058238305643151.tmp for push transaction repo1:20:1 [INFO] Using /tmp/cdo_tx_20_1__6938058238305643151.tmp for push transaction repo1:21:1 ******************************************************* PushTransactionTest.testClearObjects [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] Using /tmp/cdo_tx_24_1__16942803180077832667.tmp for push transaction repo1:24:1 [INFO] Using /tmp/cdo_tx_24_1__16942803180077832667.tmp for push transaction repo1:25:1 ******************************************************* PushTransactionTest.testConflictWithModifiedObject [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] Using /tmp/cdo_tx_28_1__2584377723147468523.tmp for push transaction repo1:28:1 [INFO] Using /tmp/cdo_tx_28_1__2584377723147468523.tmp for push transaction repo1:30:1 ******************************************************* PushTransactionTest.testConflictWithRemovedObject [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] Using /tmp/cdo_tx_32_1__11514279462014941980.tmp for push transaction repo1:32:1 [INFO] Using /tmp/cdo_tx_32_1__11514279462014941980.tmp for push transaction repo1:34:1 ******************************************************* PushTransactionTest.testDeleteExistingObject [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] Using /tmp/cdo_tx_36_1__161044978796301136.tmp for push transaction repo1:36:1 [INFO] Using /tmp/cdo_tx_36_1__161044978796301136.tmp for push transaction repo1:37:1 ******************************************************* PushTransactionTest.testMoveObject [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] Using /tmp/cdo_tx_40_1__17149625651174698523.tmp for push transaction repo1:40:1 [INFO] Using /tmp/cdo_tx_40_1__17149625651174698523.tmp for push transaction repo1:41:1 ******************************************************* PushTransactionTest.testUnsetValue [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] Using /tmp/cdo_tx_44_1__6347524237950818078.tmp for push transaction repo1:44:1 [INFO] Using /tmp/cdo_tx_44_1__6347524237950818078.tmp for push transaction repo1:45:1 ******************************************************* PushTransactionTest.testUnsetValueWithoutPushTX [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* PushTransactionTest.testUpdateExistingObject [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] Using /tmp/cdo_tx_51_1__5297454513886079521.tmp for push transaction repo1:51:1 [INFO] Using /tmp/cdo_tx_51_1__5297454513886079521.tmp for push transaction repo1:52:1 ******************************************************* PushTransactionWithoutReconstructSavepointsTest.testAddNewHierarchy [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] Using /tmp/cdo_tx_55_1__1808175672236067826.tmp for push transaction repo1:55:1 [INFO] Using /tmp/cdo_tx_55_1__1808175672236067826.tmp for push transaction repo1:56:1 ******************************************************* PushTransactionWithoutReconstructSavepointsTest.testAddNewObjectInObject [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] Using /tmp/cdo_tx_59_1__8865882111118192243.tmp for push transaction repo1:59:1 [INFO] Using /tmp/cdo_tx_59_1__8865882111118192243.tmp for push transaction repo1:60:1 ******************************************************* PushTransactionWithoutReconstructSavepointsTest.testAddNewObjectInObjectBetweenReloadAndPush [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] Using /tmp/cdo_tx_63_1__10561755623381568374.tmp for push transaction repo1:63:1 [INFO] Using /tmp/cdo_tx_63_1__10561755623381568374.tmp for push transaction repo1:64:1 ******************************************************* PushTransactionWithoutReconstructSavepointsTest.testAddNewObjectInObjectTwiceBetweenReloadAndPush [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] Using /tmp/cdo_tx_67_1__17016016300740890569.tmp for push transaction repo1:67:1 [INFO] Using /tmp/cdo_tx_67_1__17016016300740890569.tmp for push transaction repo1:68:1 ******************************************************* PushTransactionWithoutReconstructSavepointsTest.testAddNewObjectInResource [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] Using /tmp/cdo_tx_71_1__5302306560121289623.tmp for push transaction repo1:71:1 [INFO] Using /tmp/cdo_tx_71_1__5302306560121289623.tmp for push transaction repo1:72:1 ******************************************************* PushTransactionWithoutReconstructSavepointsTest.testClearObjects [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] Using /tmp/cdo_tx_75_1__7998263513839038225.tmp for push transaction repo1:75:1 [INFO] Using /tmp/cdo_tx_75_1__7998263513839038225.tmp for push transaction repo1:76:1 ******************************************************* PushTransactionWithoutReconstructSavepointsTest.testConflictWithModifiedObject [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] Using /tmp/cdo_tx_79_1__404843036445999059.tmp for push transaction repo1:79:1 [INFO] Using /tmp/cdo_tx_79_1__404843036445999059.tmp for push transaction repo1:81:1 ******************************************************* PushTransactionWithoutReconstructSavepointsTest.testConflictWithRemovedObject [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] Using /tmp/cdo_tx_83_1__6171912946040747980.tmp for push transaction repo1:83:1 [INFO] Using /tmp/cdo_tx_83_1__6171912946040747980.tmp for push transaction repo1:85:1 ******************************************************* PushTransactionWithoutReconstructSavepointsTest.testDeleteExistingObject [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] Using /tmp/cdo_tx_87_1__8167150170529970399.tmp for push transaction repo1:87:1 [INFO] Using /tmp/cdo_tx_87_1__8167150170529970399.tmp for push transaction repo1:88:1 ******************************************************* PushTransactionWithoutReconstructSavepointsTest.testMoveObject [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] Using /tmp/cdo_tx_91_1__16230022669264257790.tmp for push transaction repo1:91:1 [INFO] Using /tmp/cdo_tx_91_1__16230022669264257790.tmp for push transaction repo1:92:1 ******************************************************* PushTransactionWithoutReconstructSavepointsTest.testUnsetValue [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] Using /tmp/cdo_tx_95_1__7528176474912662683.tmp for push transaction repo1:95:1 [INFO] Using /tmp/cdo_tx_95_1__7528176474912662683.tmp for push transaction repo1:96:1 ******************************************************* PushTransactionWithoutReconstructSavepointsTest.testUnsetValueWithoutPushTX [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* PushTransactionWithoutReconstructSavepointsTest.testUpdateExistingObject [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] Using /tmp/cdo_tx_102_1__16248682363462127397.tmp for push transaction repo1:102:1 [INFO] Using /tmp/cdo_tx_102_1__16248682363462127397.tmp for push transaction repo1:103:1 ******************************************************* RepositoryTest.testInsertProperties [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* RepositoryTest.testLastCommitTime [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* RepositoryTest.testObjectWriteAccessHandler [H2-branching-ranges, JVM, Native] ******************************************************* [ERROR] Adding a customer with name 'Admin' is not allowed java.lang.IllegalStateException: Adding a customer with name 'Admin' is not allowed at org.eclipse.emf.cdo.tests.RepositoryTest$3.handleTransactionBeforeCommitting(RepositoryTest.java:287) at org.eclipse.emf.cdo.spi.server.ObjectWriteAccessHandler.handleTransactionBeforeCommitting(ObjectWriteAccessHandler.java:130) at org.eclipse.emf.cdo.internal.server.Repository.notifyWriteAccessHandlers(Repository.java:1894) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.notifyBeforeCommitting(TransactionCommitContext.java:584) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.applyIDMappings(TransactionCommitContext.java:545) at org.eclipse.emf.cdo.spi.server.StoreAccessor.applyIDMappings(StoreAccessor.java:207) at org.eclipse.emf.cdo.server.internal.db.DBStoreAccessor.applyIDMappings(DBStoreAccessor.java:357) at org.eclipse.emf.cdo.spi.server.StoreAccessor.doWrite(StoreAccessor.java:96) at org.eclipse.emf.cdo.server.internal.db.DBStoreAccessor.doWrite(DBStoreAccessor.java:724) at org.eclipse.emf.cdo.spi.server.StoreAccessorBase.write(StoreAccessorBase.java:144) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.writeAccessor(TransactionCommitContext.java:1894) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.write(TransactionCommitContext.java:839) at org.eclipse.emf.cdo.spi.server.InternalCommitContext$1.runLoop(InternalCommitContext.java:49) at org.eclipse.emf.cdo.spi.server.InternalCommitContext$1.runLoop(InternalCommitContext.java:1) at org.eclipse.net4j.util.om.monitor.ProgressDistributor.run(ProgressDistributor.java:95) at org.eclipse.emf.cdo.internal.server.Repository.commitUnsynced(Repository.java:1562) at org.eclipse.emf.cdo.internal.server.Repository.commit(Repository.java:1550) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicatingCommit(CommitTransactionIndication.java:283) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicating(CommitTransactionIndication.java:96) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerIndicationWithMonitoring.indicating(CDOServerIndicationWithMonitoring.java:118) at org.eclipse.net4j.signal.IndicationWithMonitoring.indicating(IndicationWithMonitoring.java:62) at org.eclipse.net4j.signal.IndicationWithResponse.doExtendedInput(IndicationWithResponse.java:94) at org.eclipse.net4j.signal.Signal.doInput(Signal.java:434) at org.eclipse.net4j.signal.IndicationWithResponse.execute(IndicationWithResponse.java:72) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) ******************************************************* RepositoryTest.testReadAccessHandlers [H2-branching-ranges, JVM, Native] ******************************************************* Eike Simon [ERROR] Revisions can not be delivered to Session4 [repo1]: - Confidential! java.lang.IllegalStateException: Revisions can not be delivered to Session4 [repo1]: - Confidential! at org.eclipse.emf.cdo.server.CDOServerUtil$RepositoryReadAccessValidator.throwException(CDOServerUtil.java:458) at org.eclipse.emf.cdo.server.CDOServerUtil$RepositoryReadAccessValidator.throwException(CDOServerUtil.java:453) at org.eclipse.emf.cdo.server.CDOServerUtil$RepositoryReadAccessValidator.handleRevisionsBeforeSending(CDOServerUtil.java:426) at org.eclipse.emf.cdo.internal.server.Repository.notifyReadAccessHandlers(Repository.java:1866) at org.eclipse.emf.cdo.server.internal.net4j.protocol.LoadRevisionsIndication.responding(LoadRevisionsIndication.java:197) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerIndication.responding(CDOServerIndication.java:162) at org.eclipse.net4j.signal.IndicationWithResponse.doExtendedOutput(IndicationWithResponse.java:100) at org.eclipse.net4j.signal.Signal.doOutput(Signal.java:407) at org.eclipse.net4j.signal.IndicationWithResponse.execute(IndicationWithResponse.java:74) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerReadIndication.execute(CDOServerReadIndication.java:36) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) ******************************************************* RepositoryTest.testRemoveProperties [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* RepositoryTest.testSessionClosed [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* RepositoryTest.testUpdateProperties [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* RepositoryTest.testWriteAccessHandlers [H2-branching-ranges, JVM, Native] ******************************************************* [ERROR] Adding a customer with name 'Admin' is not allowed java.lang.IllegalStateException: Adding a customer with name 'Admin' is not allowed at org.eclipse.emf.cdo.tests.RepositoryTest$1.handleTransactionBeforeCommitting(RepositoryTest.java:172) at org.eclipse.emf.cdo.internal.server.Repository.notifyWriteAccessHandlers(Repository.java:1894) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.notifyBeforeCommitting(TransactionCommitContext.java:584) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.applyIDMappings(TransactionCommitContext.java:545) at org.eclipse.emf.cdo.spi.server.StoreAccessor.applyIDMappings(StoreAccessor.java:207) at org.eclipse.emf.cdo.server.internal.db.DBStoreAccessor.applyIDMappings(DBStoreAccessor.java:357) at org.eclipse.emf.cdo.spi.server.StoreAccessor.doWrite(StoreAccessor.java:96) at org.eclipse.emf.cdo.server.internal.db.DBStoreAccessor.doWrite(DBStoreAccessor.java:724) at org.eclipse.emf.cdo.spi.server.StoreAccessorBase.write(StoreAccessorBase.java:144) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.writeAccessor(TransactionCommitContext.java:1894) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.write(TransactionCommitContext.java:839) at org.eclipse.emf.cdo.spi.server.InternalCommitContext$1.runLoop(InternalCommitContext.java:49) at org.eclipse.emf.cdo.spi.server.InternalCommitContext$1.runLoop(InternalCommitContext.java:1) at org.eclipse.net4j.util.om.monitor.ProgressDistributor.run(ProgressDistributor.java:95) at org.eclipse.emf.cdo.internal.server.Repository.commitUnsynced(Repository.java:1562) at org.eclipse.emf.cdo.internal.server.Repository.commit(Repository.java:1550) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicatingCommit(CommitTransactionIndication.java:283) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicating(CommitTransactionIndication.java:96) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerIndicationWithMonitoring.indicating(CDOServerIndicationWithMonitoring.java:118) at org.eclipse.net4j.signal.IndicationWithMonitoring.indicating(IndicationWithMonitoring.java:62) at org.eclipse.net4j.signal.IndicationWithResponse.doExtendedInput(IndicationWithResponse.java:94) at org.eclipse.net4j.signal.Signal.doInput(Signal.java:434) at org.eclipse.net4j.signal.IndicationWithResponse.execute(IndicationWithResponse.java:72) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) ******************************************************* RepositoryTest.testWriteAccessHandlers_WithServerCDOView [H2-branching-ranges, JVM, Native] ******************************************************* [ERROR] Adding a customer with name 'Admin' is not allowed java.lang.IllegalStateException: Adding a customer with name 'Admin' is not allowed at org.eclipse.emf.cdo.tests.RepositoryTest$2.handleTransactionBeforeCommitting(RepositoryTest.java:230) at org.eclipse.emf.cdo.internal.server.Repository.notifyWriteAccessHandlers(Repository.java:1894) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.notifyBeforeCommitting(TransactionCommitContext.java:584) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.applyIDMappings(TransactionCommitContext.java:545) at org.eclipse.emf.cdo.spi.server.StoreAccessor.applyIDMappings(StoreAccessor.java:207) at org.eclipse.emf.cdo.server.internal.db.DBStoreAccessor.applyIDMappings(DBStoreAccessor.java:357) at org.eclipse.emf.cdo.spi.server.StoreAccessor.doWrite(StoreAccessor.java:96) at org.eclipse.emf.cdo.server.internal.db.DBStoreAccessor.doWrite(DBStoreAccessor.java:724) at org.eclipse.emf.cdo.spi.server.StoreAccessorBase.write(StoreAccessorBase.java:144) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.writeAccessor(TransactionCommitContext.java:1894) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.write(TransactionCommitContext.java:839) at org.eclipse.emf.cdo.spi.server.InternalCommitContext$1.runLoop(InternalCommitContext.java:49) at org.eclipse.emf.cdo.spi.server.InternalCommitContext$1.runLoop(InternalCommitContext.java:1) at org.eclipse.net4j.util.om.monitor.ProgressDistributor.run(ProgressDistributor.java:95) at org.eclipse.emf.cdo.internal.server.Repository.commitUnsynced(Repository.java:1562) at org.eclipse.emf.cdo.internal.server.Repository.commit(Repository.java:1550) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicatingCommit(CommitTransactionIndication.java:283) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicating(CommitTransactionIndication.java:96) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerIndicationWithMonitoring.indicating(CDOServerIndicationWithMonitoring.java:118) at org.eclipse.net4j.signal.IndicationWithMonitoring.indicating(IndicationWithMonitoring.java:62) at org.eclipse.net4j.signal.IndicationWithResponse.doExtendedInput(IndicationWithResponse.java:94) at org.eclipse.net4j.signal.Signal.doInput(Signal.java:434) at org.eclipse.net4j.signal.IndicationWithResponse.execute(IndicationWithResponse.java:72) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) ******************************************************* ResourceModificationTrackingTest.testIgnoreChangesBeforeTrackingEnablement [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* ResourceModificationTrackingTest.testNewResourceModificationTracking [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* ResourceModificationTrackingTest.testNewResourceModificationTracking2 [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* ResourceModificationTrackingTest.testPartialRollbackOperation [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* ResourceModificationTrackingTest.testResourceModificationTracking [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* ResourceModificationTrackingTest.testResourceModificationTracking2 [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* ResourceModificationTrackingTest.testResourceModificationTrackingNotification [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* ResourceModificationTrackingTest.testRollbackOperation [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* ResourceTest.testAttachDetachResourceDepth1_Delete [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: commitinforepo, repo2 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* ResourceTest.testAttachDetachResourceDepth1_Remove [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: commitinforepo, repo2 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* ResourceTest.testAttachDetachResourceDepth2_Delete [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: commitinforepo, repo2 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* ResourceTest.testAttachDetachResourceDepth2_Remove [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: commitinforepo, repo2 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* ResourceTest.testAttachDetachResourceDepth3_Delete [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: commitinforepo, repo2 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* ResourceTest.testAttachDetachResourceDepth3_Remove [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: commitinforepo, repo2 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* ResourceTest.testAttachDetachResourceDepth3_Remove_Tree [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: commitinforepo, repo2 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* ResourceTest.testAttachResource [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* ResourceTest.testBinaryResource [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* ResourceTest.testChangePathFromDepth0ToDepth0 [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: commitinforepo, repo2 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* ResourceTest.testChangePathFromDepth0ToDepth1 [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: commitinforepo, repo2 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* ResourceTest.testChangePathFromDepth0ToDepth2 [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: commitinforepo, repo2 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* ResourceTest.testChangePathFromDepth0ToDepth3 [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: commitinforepo, repo2 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* ResourceTest.testChangePathFromDepth3ToDepth0 [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: commitinforepo, repo2 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* ResourceTest.testChangePathFromDepth3ToDepth1 [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: commitinforepo, repo2 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* ResourceTest.testChangePathFromDepth3ToDepth2 [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: commitinforepo, repo2 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* ResourceTest.testChangePathFromDepth3ToDepth3 [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: commitinforepo, repo2 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* ResourceTest.testChangeResourceFolderURI [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: commitinforepo, repo2 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* ResourceTest.testChangeResourceURI [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: commitinforepo, repo2 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* ResourceTest.testCommitMultipleResources [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* ResourceTest.testCreateNestedResource_FromResourceSet [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* ResourceTest.testCreateResource_FromResourceSet [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: commitinforepo, repo2 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* ResourceTest.testCreateResource_FromTransaction [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* ResourceTest.testCreateResource_WithDeepPath [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* ResourceTest.testDeleteResource [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* ResourceTest.testDeleteResourceDifferentSession [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* ResourceTest.testDeleteResourceDifferentSessionFresh [H2-branching-ranges, JVM, Native] ******************************************************* org.eclipse.emf.cdo.util.InvalidURIException: Invalid URI "cdo://repo1/ResourceTest_testDeleteResourceDifferentSessionFresh/resource1": org.eclipse.emf.cdo.common.util.CDOResourceNodeNotFoundException: Resource node not found: resource1 at org.eclipse.emf.internal.cdo.view.AbstractCDOView.registerProxyResource2(AbstractCDOView.java:2484) at org.eclipse.emf.internal.cdo.view.AbstractCDOView.attachResource(AbstractCDOView.java:2437) at org.eclipse.emf.cdo.eresource.impl.CDOResourceImpl.basicSetResourceSet(CDOResourceImpl.java:1718) at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl$ResourcesEList.inverseAdd(ResourceSetImpl.java:586) at org.eclipse.emf.common.notify.impl.NotifyingListImpl.addUnique(NotifyingListImpl.java:286) at org.eclipse.emf.common.util.AbstractEList.add(AbstractEList.java:304) at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.createResource(ResourceSetImpl.java:435) at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandCreateResource(ResourceSetImpl.java:243) at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.getResource(ResourceSetImpl.java:400) at org.eclipse.emf.internal.cdo.view.AbstractCDOView.getResource(AbstractCDOView.java:1394) at org.eclipse.emf.internal.cdo.view.AbstractCDOView.getResource(AbstractCDOView.java:1375) at org.eclipse.emf.cdo.tests.ResourceTest.testDeleteResourceDifferentSessionFresh(ResourceTest.java:1456) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at junit.framework.TestCase.runTest(TestCase.java:177) at org.eclipse.net4j.util.tests.AbstractOMTest.access$0(AbstractOMTest.java:1) at org.eclipse.net4j.util.tests.AbstractOMTest$3.execute(AbstractOMTest.java:315) at org.eclipse.net4j.internal.util.test.TestExecuter.execute(TestExecuter.java:40) at org.eclipse.net4j.util.tests.AbstractOMTest.runBare(AbstractOMTest.java:301) at org.eclipse.emf.cdo.tests.config.impl.ConfigTest.runBare(ConfigTest.java:648) at junit.framework.TestResult$1.protect(TestResult.java:122) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.framework.TestResult.run(TestResult.java:125) at junit.framework.TestCase.run(TestCase.java:130) at org.eclipse.net4j.util.tests.AbstractOMTest.run(AbstractOMTest.java:375) at junit.framework.TestSuite.runTest(TestSuite.java:241) at org.eclipse.emf.cdo.tests.config.impl.ConfigTestSuite$TestClassWrapper.runTest(ConfigTestSuite.java:231) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at org.eclipse.emf.cdo.tests.config.impl.ConfigTestSuite$MainSuite.run(ConfigTestSuite.java:166) at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:364) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:237) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:158) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.apache.maven.surefire.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:167) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:142) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:28) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:679) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:616) at org.eclipse.equinox.launcher.Main.run(Main.java:1492) at org.eclipse.equinox.launcher.Main.main(Main.java:1465) Caused by: org.eclipse.emf.cdo.common.util.CDOResourceNodeNotFoundException: Resource node not found: resource1 at org.eclipse.emf.internal.cdo.view.AbstractCDOView.getResourceNodeID(AbstractCDOView.java:1190) at org.eclipse.emf.internal.cdo.view.AbstractCDOView.getResourceNodeIDChecked(AbstractCDOView.java:1099) at org.eclipse.emf.internal.cdo.view.AbstractCDOView.getResourceNodeID(AbstractCDOView.java:1078) at org.eclipse.emf.internal.cdo.view.AbstractCDOView.registerProxyResource2(AbstractCDOView.java:2467) ... 61 more ******************************************************* ResourceTest.testDeleteResourceFolder [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* ResourceTest.testDeleteResourceFolderDifferentSession [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* ResourceTest.testDeleteResourceFolderDifferentSessionFresh [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* ResourceTest.testDeleteResourceFolderFresh [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* ResourceTest.testDeleteResourceFresh [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* ResourceTest.testDeleteResourceFromRoot [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: commitinforepo, repo2 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* ResourceTest.testDuplicatePathAfterDetach [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* ResourceTest.testGetResourceNodeContract [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* ResourceTest.testLoadAbsentResource_FromResourceSet [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* ResourceTest.testLoadMultipleResources [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* ResourceTest.testMove [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* ResourceTest.testMoveConflict [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* ResourceTest.testMoveFromRoot [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: commitinforepo, repo2 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* ResourceTest.testMoveToRoot [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: commitinforepo, repo2 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* ResourceTest.testNameChecks [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: commitinforepo, repo2 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* ResourceTest.testNoUneededResourcesLoadOnMove [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* ResourceTest.testPathNotNull [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* ResourceTest.testPathWithSpaces [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* ResourceTest.testPrefetchContents [H2-branching-ranges, JVM, Native] ******************************************************* Company@OID17 ******************************************************* ResourceTest.testQueryModifiedResources [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* ResourceTest.testQueryModifiedResourcesAsync [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* ResourceTest.testQueryResources [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* ResourceTest.testQueryResourcesAsync [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* ResourceTest.testRemoveResourceByIndex [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* ResourceTest.testRemoveResourceWithCloseView [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* ResourceTest.testRootResourceFromURI [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* ResourceTest.testSaveXMI_WithXRef [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* ResourceTest.testSaveXMI_WithXRef_OtherResource [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* ResourceTest.testSetFolder [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* ResourceTest.testSetFolderConflict [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* ResourceTest.testSetPathConflict [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* ResourceTest.testTextResource [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* RevisionDeltaCascadingBranchesTest.testBasicRevisionDelta [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* RevisionDeltaCascadingBranchesTest.testBugzilla214374 [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* RevisionDeltaCascadingBranchesTest.testBugzilla214374_HandleClear [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* RevisionDeltaCascadingBranchesTest.testBugzilla214431 [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* RevisionDeltaCascadingBranchesTest.testBugzilla243282_Exception [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* RevisionDeltaCascadingBranchesTest.testDetachWithXRef [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* RevisionDeltaCascadingBranchesTest.testDetachWithXRef_Remove [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* RevisionDeltaCascadingBranchesTest.testInsertAndMove [H2-branching-ranges, JVM, Native] ******************************************************* server-thread-9 [debug] moveOneDown add historic entry at: 9 server-thread-9 [debug] moveOneDown add historic entry at: 8 server-thread-9 [debug] moveOneDown add historic entry at: 7 server-thread-16 [debug] moveOneDown add historic entry at: 14 server-thread-16 [debug] moveOneDown add historic entry at: 13 server-thread-16 [debug] moveOneDown add historic entry at: 12 server-thread-16 [debug] moveOneDown add historic entry at: 11 server-thread-16 [debug] moveOneDown add historic entry at: 10 server-thread-16 [debug] moveOneDown add historic entry at: 9 server-thread-16 [debug] moveOneDown add historic entry at: 8 server-thread-16 [debug] moveOneDown add historic entry at: 7 ******************************************************* RevisionDeltaCascadingBranchesTest.testInsertAndMoveAndRemove [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* RevisionDeltaCascadingBranchesTest.testInsertAndRemove [H2-branching-ranges, JVM, Native] ******************************************************* server-thread-23 [debug] moveOneDown add historic entry at: 9 server-thread-23 [debug] moveOneDown add historic entry at: 8 server-thread-23 [debug] moveOneDown add historic entry at: 7 server-thread-65 [debug] moveOneDown add historic entry at: 14 server-thread-65 [debug] moveOneDown add historic entry at: 13 server-thread-65 [debug] moveOneDown add historic entry at: 12 server-thread-65 [debug] moveOneDown add historic entry at: 11 server-thread-65 [debug] moveOneDown add historic entry at: 10 server-thread-65 [debug] moveOneDown add historic entry at: 9 server-thread-65 [debug] moveOneDown add historic entry at: 8 server-thread-65 [debug] moveOneDown add historic entry at: 7 ******************************************************* RevisionDeltaCascadingBranchesTest.testInsertAndSet [H2-branching-ranges, JVM, Native] ******************************************************* server-thread-44 [debug] moveOneDown add historic entry at: 9 server-thread-44 [debug] moveOneDown add historic entry at: 8 server-thread-44 [debug] moveOneDown add historic entry at: 7 server-thread-40 [debug] moveOneDown add historic entry at: 14 server-thread-40 [debug] moveOneDown add historic entry at: 13 server-thread-40 [debug] moveOneDown add historic entry at: 12 server-thread-40 [debug] moveOneDown add historic entry at: 11 server-thread-40 [debug] moveOneDown add historic entry at: 10 server-thread-40 [debug] moveOneDown add historic entry at: 9 server-thread-40 [debug] moveOneDown add historic entry at: 8 server-thread-40 [debug] moveOneDown add historic entry at: 7 ******************************************************* RevisionDeltaCascadingBranchesTest.testListInsertFirst [H2-branching-ranges, JVM, Native] ******************************************************* server-thread-70 [debug] moveOneDown add historic entry at: 9 server-thread-70 [debug] moveOneDown add historic entry at: 8 server-thread-70 [debug] moveOneDown add historic entry at: 7 server-thread-70 [debug] moveOneDown add historic entry at: 6 server-thread-70 [debug] moveOneDown add historic entry at: 5 server-thread-70 [debug] moveOneDown add historic entry at: 4 server-thread-70 [debug] moveOneDown add historic entry at: 3 server-thread-70 [debug] moveOneDown add historic entry at: 2 server-thread-70 [debug] moveOneDown add historic entry at: 1 server-thread-70 [debug] moveOneDown add historic entry at: 0 server-thread-57 [debug] moveOneDown add historic entry at: 14 server-thread-57 [debug] moveOneDown add historic entry at: 13 server-thread-57 [debug] moveOneDown add historic entry at: 12 server-thread-57 [debug] moveOneDown add historic entry at: 11 server-thread-57 [debug] moveOneDown add historic entry at: 10 server-thread-57 [debug] moveOneDown add historic entry at: 9 server-thread-57 [debug] moveOneDown add historic entry at: 8 server-thread-57 [debug] moveOneDown add historic entry at: 7 server-thread-57 [debug] moveOneDown add historic entry at: 6 server-thread-57 [debug] moveOneDown add historic entry at: 5 server-thread-57 [debug] moveOneDown add historic entry at: 4 server-thread-57 [debug] moveOneDown add historic entry at: 3 server-thread-57 [debug] moveOneDown add historic entry at: 2 server-thread-57 [debug] moveOneDown add historic entry at: 1 server-thread-57 [debug] moveOneDown add historic entry at: 0 ******************************************************* RevisionDeltaCascadingBranchesTest.testListInsertLast [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* RevisionDeltaCascadingBranchesTest.testListInsertMiddle [H2-branching-ranges, JVM, Native] ******************************************************* server-thread-15 [debug] moveOneDown add historic entry at: 9 server-thread-15 [debug] moveOneDown add historic entry at: 8 server-thread-15 [debug] moveOneDown add historic entry at: 7 server-thread-15 [debug] moveOneDown add historic entry at: 6 server-thread-15 [debug] moveOneDown add historic entry at: 5 server-thread-51 [debug] moveOneDown add historic entry at: 14 server-thread-51 [debug] moveOneDown add historic entry at: 13 server-thread-51 [debug] moveOneDown add historic entry at: 12 server-thread-51 [debug] moveOneDown add historic entry at: 11 server-thread-51 [debug] moveOneDown add historic entry at: 10 server-thread-51 [debug] moveOneDown add historic entry at: 9 server-thread-51 [debug] moveOneDown add historic entry at: 8 server-thread-51 [debug] moveOneDown add historic entry at: 7 server-thread-51 [debug] moveOneDown add historic entry at: 6 server-thread-51 [debug] moveOneDown add historic entry at: 5 ******************************************************* RevisionDeltaCascadingBranchesTest.testListMoveToFirst [H2-branching-ranges, JVM, Native] ******************************************************* server-thread-10 [debug] moveOneUp add historic entry at: 1 server-thread-10 [debug] moveOneUp add historic entry at: 2 server-thread-48 [debug] moveOneUp add historic entry at: 1 server-thread-48 [debug] moveOneUp add historic entry at: 2 ******************************************************* RevisionDeltaCascadingBranchesTest.testListMoveToLast [H2-branching-ranges, JVM, Native] ******************************************************* server-thread-35 [debug] moveOneDown add historic entry at: 9 server-thread-35 [debug] moveOneDown add historic entry at: 8 server-thread-35 [debug] moveOneDown add historic entry at: 7 server-thread-35 [debug] moveOneDown add historic entry at: 6 server-thread-35 [debug] moveOneDown add historic entry at: 5 server-thread-35 [debug] moveOneDown add historic entry at: 4 server-thread-35 [debug] moveOneDown add historic entry at: 3 server-thread-35 [debug] moveOneDown add historic entry at: 2 server-thread-46 [debug] moveOneDown add historic entry at: 14 server-thread-46 [debug] moveOneDown add historic entry at: 13 server-thread-46 [debug] moveOneDown add historic entry at: 12 server-thread-46 [debug] moveOneDown add historic entry at: 11 server-thread-46 [debug] moveOneDown add historic entry at: 10 server-thread-46 [debug] moveOneDown add historic entry at: 9 server-thread-46 [debug] moveOneDown add historic entry at: 8 server-thread-46 [debug] moveOneDown add historic entry at: 7 server-thread-46 [debug] moveOneDown add historic entry at: 6 server-thread-46 [debug] moveOneDown add historic entry at: 5 server-thread-46 [debug] moveOneDown add historic entry at: 4 server-thread-46 [debug] moveOneDown add historic entry at: 3 server-thread-46 [debug] moveOneDown add historic entry at: 2 ******************************************************* RevisionDeltaCascadingBranchesTest.testListMultipleOps [H2-branching-ranges, JVM, Native] ******************************************************* server-thread-22 [debug] moveOneUp add historic entry at: 8 server-thread-22 [debug] moveOneUp add historic entry at: 9 server-thread-22 [debug] moveOneDown add historic entry at: 1 server-thread-22 [debug] moveOneUp add historic entry at: 3 server-thread-22 [debug] moveOneUp add historic entry at: 4 server-thread-22 [debug] moveOneUp add historic entry at: 5 server-thread-22 [debug] moveOneUp add historic entry at: 6 server-thread-67 [debug] moveOneUp add historic entry at: 8 server-thread-67 [debug] moveOneUp add historic entry at: 9 server-thread-67 [debug] moveOneUp add historic entry at: 10 server-thread-67 [debug] moveOneUp add historic entry at: 11 server-thread-67 [debug] moveOneUp add historic entry at: 12 server-thread-67 [debug] moveOneUp add historic entry at: 13 server-thread-67 [debug] moveOneUp add historic entry at: 14 server-thread-67 [debug] moveOneDown add historic entry at: 1 server-thread-67 [debug] moveOneUp add historic entry at: 3 server-thread-67 [debug] moveOneUp add historic entry at: 4 server-thread-67 [debug] moveOneUp add historic entry at: 5 server-thread-67 [debug] moveOneUp add historic entry at: 6 ******************************************************* RevisionDeltaCascadingBranchesTest.testListMultipleOpsWithClear [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* RevisionDeltaCascadingBranchesTest.testListRemoveFirst [H2-branching-ranges, JVM, Native] ******************************************************* server-thread-21 [debug] moveOneUp add historic entry at: 1 server-thread-21 [debug] moveOneUp add historic entry at: 2 server-thread-21 [debug] moveOneUp add historic entry at: 3 server-thread-21 [debug] moveOneUp add historic entry at: 4 server-thread-21 [debug] moveOneUp add historic entry at: 5 server-thread-21 [debug] moveOneUp add historic entry at: 6 server-thread-21 [debug] moveOneUp add historic entry at: 7 server-thread-21 [debug] moveOneUp add historic entry at: 8 server-thread-21 [debug] moveOneUp add historic entry at: 9 server-thread-27 [debug] moveOneUp add historic entry at: 1 server-thread-27 [debug] moveOneUp add historic entry at: 2 server-thread-27 [debug] moveOneUp add historic entry at: 3 server-thread-27 [debug] moveOneUp add historic entry at: 4 server-thread-27 [debug] moveOneUp add historic entry at: 5 server-thread-27 [debug] moveOneUp add historic entry at: 6 server-thread-27 [debug] moveOneUp add historic entry at: 7 server-thread-27 [debug] moveOneUp add historic entry at: 8 server-thread-27 [debug] moveOneUp add historic entry at: 9 server-thread-27 [debug] moveOneUp add historic entry at: 10 server-thread-27 [debug] moveOneUp add historic entry at: 11 server-thread-27 [debug] moveOneUp add historic entry at: 12 server-thread-27 [debug] moveOneUp add historic entry at: 13 server-thread-27 [debug] moveOneUp add historic entry at: 14 ******************************************************* RevisionDeltaCascadingBranchesTest.testListRemoveLast [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* RevisionDeltaCascadingBranchesTest.testListRemoveMiddle [H2-branching-ranges, JVM, Native] ******************************************************* server-thread-53 [debug] moveOneUp add historic entry at: 6 server-thread-53 [debug] moveOneUp add historic entry at: 7 server-thread-53 [debug] moveOneUp add historic entry at: 8 server-thread-53 [debug] moveOneUp add historic entry at: 9 server-thread-65 [debug] moveOneUp add historic entry at: 6 server-thread-65 [debug] moveOneUp add historic entry at: 7 server-thread-65 [debug] moveOneUp add historic entry at: 8 server-thread-65 [debug] moveOneUp add historic entry at: 9 server-thread-65 [debug] moveOneUp add historic entry at: 10 server-thread-65 [debug] moveOneUp add historic entry at: 11 server-thread-65 [debug] moveOneUp add historic entry at: 12 server-thread-65 [debug] moveOneUp add historic entry at: 13 server-thread-65 [debug] moveOneUp add historic entry at: 14 ******************************************************* RevisionDeltaCascadingBranchesTest.testListSimpleMove [H2-branching-ranges, JVM, Native] ******************************************************* server-thread-1 [debug] moveOneDown add historic entry at: 6 server-thread-1 [debug] moveOneDown add historic entry at: 5 server-thread-1 [debug] moveOneDown add historic entry at: 4 server-thread-1 [debug] moveOneDown add historic entry at: 3 server-thread-1 [debug] moveOneDown add historic entry at: 2 server-thread-23 [debug] moveOneDown add historic entry at: 6 server-thread-23 [debug] moveOneDown add historic entry at: 5 server-thread-23 [debug] moveOneDown add historic entry at: 4 server-thread-23 [debug] moveOneDown add historic entry at: 3 server-thread-23 [debug] moveOneDown add historic entry at: 2 ******************************************************* RevisionDeltaCascadingBranchesTest.testListTwoIndependentMoves [H2-branching-ranges, JVM, Native] ******************************************************* server-thread-65 [debug] moveOneDown add historic entry at: 2 server-thread-65 [debug] moveOneDown add historic entry at: 1 server-thread-65 [debug] moveOneUp add historic entry at: 5 server-thread-65 [debug] moveOneUp add historic entry at: 6 server-thread-65 [debug] moveOneUp add historic entry at: 7 server-thread-61 [debug] moveOneDown add historic entry at: 2 server-thread-61 [debug] moveOneDown add historic entry at: 1 server-thread-61 [debug] moveOneUp add historic entry at: 5 server-thread-61 [debug] moveOneUp add historic entry at: 6 server-thread-61 [debug] moveOneUp add historic entry at: 7 ******************************************************* RevisionDeltaCascadingBranchesTest.testListTwoIntersectingMoves [H2-branching-ranges, JVM, Native] ******************************************************* server-thread-24 [debug] moveOneDown add historic entry at: 6 server-thread-24 [debug] moveOneDown add historic entry at: 5 server-thread-24 [debug] moveOneDown add historic entry at: 4 server-thread-24 [debug] moveOneDown add historic entry at: 3 server-thread-24 [debug] moveOneDown add historic entry at: 2 server-thread-24 [debug] moveOneDown add historic entry at: 1 server-thread-6 [debug] moveOneDown add historic entry at: 6 server-thread-6 [debug] moveOneDown add historic entry at: 5 server-thread-6 [debug] moveOneDown add historic entry at: 4 server-thread-6 [debug] moveOneDown add historic entry at: 3 server-thread-6 [debug] moveOneDown add historic entry at: 2 server-thread-6 [debug] moveOneDown add historic entry at: 1 ******************************************************* RevisionDeltaCascadingBranchesTest.testMoveAndDelete [H2-branching-ranges, JVM, Native] ******************************************************* server-thread-27 [debug] moveOneUp add historic entry at: 8 server-thread-27 [debug] moveOneUp add historic entry at: 9 server-thread-38 [debug] moveOneUp add historic entry at: 8 server-thread-38 [debug] moveOneUp add historic entry at: 9 server-thread-38 [debug] moveOneUp add historic entry at: 10 server-thread-38 [debug] moveOneUp add historic entry at: 11 server-thread-38 [debug] moveOneUp add historic entry at: 12 server-thread-38 [debug] moveOneUp add historic entry at: 13 server-thread-38 [debug] moveOneUp add historic entry at: 14 ******************************************************* RevisionDeltaCascadingBranchesTest.testMultipleInserts [H2-branching-ranges, JVM, Native] ******************************************************* server-thread-37 [debug] moveOneDown add historic entry at: 9 server-thread-37 [debug] moveOneDown add historic entry at: 8 server-thread-37 [debug] moveOneDown add historic entry at: 7 server-thread-50 [debug] moveOneDown add historic entry at: 14 server-thread-50 [debug] moveOneDown add historic entry at: 13 server-thread-50 [debug] moveOneDown add historic entry at: 12 server-thread-50 [debug] moveOneDown add historic entry at: 11 server-thread-50 [debug] moveOneDown add historic entry at: 10 server-thread-50 [debug] moveOneDown add historic entry at: 9 server-thread-50 [debug] moveOneDown add historic entry at: 8 server-thread-50 [debug] moveOneDown add historic entry at: 7 ******************************************************* RevisionDeltaCascadingBranchesTest.testMultipleRemoves [H2-branching-ranges, JVM, Native] ******************************************************* server-thread-54 [debug] moveOneUp add historic entry at: 8 server-thread-54 [debug] moveOneUp add historic entry at: 9 server-thread-49 [debug] moveOneUp add historic entry at: 8 server-thread-49 [debug] moveOneUp add historic entry at: 9 server-thread-49 [debug] moveOneUp add historic entry at: 10 server-thread-49 [debug] moveOneUp add historic entry at: 11 server-thread-49 [debug] moveOneUp add historic entry at: 12 server-thread-49 [debug] moveOneUp add historic entry at: 13 server-thread-49 [debug] moveOneUp add historic entry at: 14 ******************************************************* RevisionDeltaCascadingBranchesTest.testSetAndRemove [H2-branching-ranges, JVM, Native] ******************************************************* server-thread-1 [debug] moveOneUp add historic entry at: 8 server-thread-1 [debug] moveOneUp add historic entry at: 9 server-thread-62 [debug] moveOneUp add historic entry at: 8 server-thread-62 [debug] moveOneUp add historic entry at: 9 server-thread-62 [debug] moveOneUp add historic entry at: 10 server-thread-62 [debug] moveOneUp add historic entry at: 11 server-thread-62 [debug] moveOneUp add historic entry at: 12 server-thread-62 [debug] moveOneUp add historic entry at: 13 server-thread-62 [debug] moveOneUp add historic entry at: 14 ******************************************************* RevisionDeltaInBranchTest.testBasicRevisionDelta [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* RevisionDeltaInBranchTest.testBugzilla214374 [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* RevisionDeltaInBranchTest.testBugzilla214374_HandleClear [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* RevisionDeltaInBranchTest.testBugzilla214431 [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* RevisionDeltaInBranchTest.testBugzilla243282_Exception [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* RevisionDeltaInBranchTest.testDetachWithXRef [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* RevisionDeltaInBranchTest.testDetachWithXRef_Remove [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* RevisionDeltaInBranchTest.testInsertAndMove [H2-branching-ranges, JVM, Native] ******************************************************* server-thread-50 [debug] moveOneDown add historic entry at: 9 server-thread-50 [debug] moveOneDown add historic entry at: 8 server-thread-50 [debug] moveOneDown add historic entry at: 7 ******************************************************* RevisionDeltaInBranchTest.testInsertAndMoveAndRemove [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* RevisionDeltaInBranchTest.testInsertAndRemove [H2-branching-ranges, JVM, Native] ******************************************************* server-thread-43 [debug] moveOneDown add historic entry at: 9 server-thread-43 [debug] moveOneDown add historic entry at: 8 server-thread-43 [debug] moveOneDown add historic entry at: 7 ******************************************************* RevisionDeltaInBranchTest.testInsertAndSet [H2-branching-ranges, JVM, Native] ******************************************************* server-thread-22 [debug] moveOneDown add historic entry at: 9 server-thread-22 [debug] moveOneDown add historic entry at: 8 server-thread-22 [debug] moveOneDown add historic entry at: 7 ******************************************************* RevisionDeltaInBranchTest.testListInsertFirst [H2-branching-ranges, JVM, Native] ******************************************************* server-thread-18 [debug] moveOneDown add historic entry at: 9 server-thread-18 [debug] moveOneDown add historic entry at: 8 server-thread-18 [debug] moveOneDown add historic entry at: 7 server-thread-18 [debug] moveOneDown add historic entry at: 6 server-thread-18 [debug] moveOneDown add historic entry at: 5 server-thread-18 [debug] moveOneDown add historic entry at: 4 server-thread-18 [debug] moveOneDown add historic entry at: 3 server-thread-18 [debug] moveOneDown add historic entry at: 2 server-thread-18 [debug] moveOneDown add historic entry at: 1 server-thread-18 [debug] moveOneDown add historic entry at: 0 ******************************************************* RevisionDeltaInBranchTest.testListInsertLast [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* RevisionDeltaInBranchTest.testListInsertMiddle [H2-branching-ranges, JVM, Native] ******************************************************* server-thread-48 [debug] moveOneDown add historic entry at: 9 server-thread-48 [debug] moveOneDown add historic entry at: 8 server-thread-48 [debug] moveOneDown add historic entry at: 7 server-thread-48 [debug] moveOneDown add historic entry at: 6 server-thread-48 [debug] moveOneDown add historic entry at: 5 ******************************************************* RevisionDeltaInBranchTest.testListMoveToFirst [H2-branching-ranges, JVM, Native] ******************************************************* server-thread-50 [debug] moveOneUp add historic entry at: 1 server-thread-50 [debug] moveOneUp add historic entry at: 2 ******************************************************* RevisionDeltaInBranchTest.testListMoveToLast [H2-branching-ranges, JVM, Native] ******************************************************* server-thread-63 [debug] moveOneDown add historic entry at: 9 server-thread-63 [debug] moveOneDown add historic entry at: 8 server-thread-63 [debug] moveOneDown add historic entry at: 7 server-thread-63 [debug] moveOneDown add historic entry at: 6 server-thread-63 [debug] moveOneDown add historic entry at: 5 server-thread-63 [debug] moveOneDown add historic entry at: 4 server-thread-63 [debug] moveOneDown add historic entry at: 3 server-thread-63 [debug] moveOneDown add historic entry at: 2 ******************************************************* RevisionDeltaInBranchTest.testListMultipleOps [H2-branching-ranges, JVM, Native] ******************************************************* server-thread-59 [debug] moveOneUp add historic entry at: 8 server-thread-59 [debug] moveOneUp add historic entry at: 9 server-thread-59 [debug] moveOneDown add historic entry at: 1 server-thread-59 [debug] moveOneUp add historic entry at: 3 server-thread-59 [debug] moveOneUp add historic entry at: 4 server-thread-59 [debug] moveOneUp add historic entry at: 5 server-thread-59 [debug] moveOneUp add historic entry at: 6 ******************************************************* RevisionDeltaInBranchTest.testListMultipleOpsWithClear [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* RevisionDeltaInBranchTest.testListRemoveFirst [H2-branching-ranges, JVM, Native] ******************************************************* server-thread-43 [debug] moveOneUp add historic entry at: 1 server-thread-43 [debug] moveOneUp add historic entry at: 2 server-thread-43 [debug] moveOneUp add historic entry at: 3 server-thread-43 [debug] moveOneUp add historic entry at: 4 server-thread-43 [debug] moveOneUp add historic entry at: 5 server-thread-43 [debug] moveOneUp add historic entry at: 6 server-thread-43 [debug] moveOneUp add historic entry at: 7 server-thread-43 [debug] moveOneUp add historic entry at: 8 server-thread-43 [debug] moveOneUp add historic entry at: 9 ******************************************************* RevisionDeltaInBranchTest.testListRemoveLast [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* RevisionDeltaInBranchTest.testListRemoveMiddle [H2-branching-ranges, JVM, Native] ******************************************************* server-thread-14 [debug] moveOneUp add historic entry at: 6 server-thread-14 [debug] moveOneUp add historic entry at: 7 server-thread-14 [debug] moveOneUp add historic entry at: 8 server-thread-14 [debug] moveOneUp add historic entry at: 9 ******************************************************* RevisionDeltaInBranchTest.testListSimpleMove [H2-branching-ranges, JVM, Native] ******************************************************* server-thread-31 [debug] moveOneDown add historic entry at: 6 server-thread-31 [debug] moveOneDown add historic entry at: 5 server-thread-31 [debug] moveOneDown add historic entry at: 4 server-thread-31 [debug] moveOneDown add historic entry at: 3 server-thread-31 [debug] moveOneDown add historic entry at: 2 ******************************************************* RevisionDeltaInBranchTest.testListTwoIndependentMoves [H2-branching-ranges, JVM, Native] ******************************************************* server-thread-15 [debug] moveOneDown add historic entry at: 2 server-thread-15 [debug] moveOneDown add historic entry at: 1 server-thread-15 [debug] moveOneUp add historic entry at: 5 server-thread-15 [debug] moveOneUp add historic entry at: 6 server-thread-15 [debug] moveOneUp add historic entry at: 7 ******************************************************* RevisionDeltaInBranchTest.testListTwoIntersectingMoves [H2-branching-ranges, JVM, Native] ******************************************************* server-thread-35 [debug] moveOneDown add historic entry at: 6 server-thread-35 [debug] moveOneDown add historic entry at: 5 server-thread-35 [debug] moveOneDown add historic entry at: 4 server-thread-35 [debug] moveOneDown add historic entry at: 3 server-thread-35 [debug] moveOneDown add historic entry at: 2 server-thread-35 [debug] moveOneDown add historic entry at: 1 ******************************************************* RevisionDeltaInBranchTest.testMoveAndDelete [H2-branching-ranges, JVM, Native] ******************************************************* server-thread-14 [debug] moveOneUp add historic entry at: 8 server-thread-14 [debug] moveOneUp add historic entry at: 9 ******************************************************* RevisionDeltaInBranchTest.testMultipleInserts [H2-branching-ranges, JVM, Native] ******************************************************* server-thread-5 [debug] moveOneDown add historic entry at: 9 server-thread-5 [debug] moveOneDown add historic entry at: 8 server-thread-5 [debug] moveOneDown add historic entry at: 7 ******************************************************* RevisionDeltaInBranchTest.testMultipleRemoves [H2-branching-ranges, JVM, Native] ******************************************************* server-thread-63 [debug] moveOneUp add historic entry at: 8 server-thread-63 [debug] moveOneUp add historic entry at: 9 ******************************************************* RevisionDeltaInBranchTest.testSetAndRemove [H2-branching-ranges, JVM, Native] ******************************************************* server-thread-41 [debug] moveOneUp add historic entry at: 8 server-thread-41 [debug] moveOneUp add historic entry at: 9 ******************************************************* RevisionDeltaTest.testBasicRevisionDelta [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* RevisionDeltaTest.testBugzilla214374 [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* RevisionDeltaTest.testBugzilla214374_HandleClear [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* RevisionDeltaTest.testBugzilla214431 [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* RevisionDeltaTest.testBugzilla243282_Exception [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* RevisionDeltaTest.testDetachWithXRef [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* RevisionDeltaTest.testDetachWithXRef_Remove [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* RevisionDeltaTest.testInsertAndMove [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* RevisionDeltaTest.testInsertAndMoveAndRemove [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* RevisionDeltaTest.testInsertAndRemove [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* RevisionDeltaTest.testInsertAndSet [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* RevisionDeltaTest.testListInsertFirst [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* RevisionDeltaTest.testListInsertLast [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* RevisionDeltaTest.testListInsertMiddle [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* RevisionDeltaTest.testListMoveToFirst [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* RevisionDeltaTest.testListMoveToLast [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* RevisionDeltaTest.testListMultipleOps [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* RevisionDeltaTest.testListMultipleOpsWithClear [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* RevisionDeltaTest.testListRemoveFirst [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* RevisionDeltaTest.testListRemoveLast [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* RevisionDeltaTest.testListRemoveMiddle [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* RevisionDeltaTest.testListSimpleMove [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* RevisionDeltaTest.testListTwoIndependentMoves [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* RevisionDeltaTest.testListTwoIntersectingMoves [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* RevisionDeltaTest.testMoveAndDelete [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* RevisionDeltaTest.testMultipleInserts [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* RevisionDeltaTest.testMultipleRemoves [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* RevisionDeltaTest.testSetAndRemove [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* RollbackTest.testRollbackSameSession [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* RollbackTest.testRollbackSeparateSession [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* RollbackTest.test_Bugzilla_296680 [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* SavePointTest.testIsDirty [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* SavePointTest.testNotification [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* SavePointTest.testRollbackWithNewObject_Collection [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* SavePointTest.testRollbackWithNewObject_Commit [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* SavePointTest.testRollbackWithNewObject_Rollback [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* SavePointTest.testRollbackWithPersistedObject_Commit [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* SavePointTest.testRollbackWithPersistedObject_Rollback [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* SavePointTest.testWrongSavePoint [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* SecurityTest.testAndFilter [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* SecurityTest.testNotFilter [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* SecurityTest.testOrFilter [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* SecurityTest.testResourceFilter_EXACT_NoParents [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* SecurityTest.testResourceFilter_EXACT_Parents [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* SecurityTest.testResourceFilter_TREE_NoParents [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* SecurityTest.testResourceFilter_TREE_Parents [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* SecurityTest.testResourceFilter_UserToken_EXACT_NoParents [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* SecurityTest.testResourceFilter_UserToken_EXACT_Parents [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* SecurityTest.testResourceFilter_UserToken_TREE_NoParents [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* SecurityTest.testResourceFilter_UserToken_TREE_Parents [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* SessionTest.testEContentAdapter [H2-branching-ranges, JVM, Native] ******************************************************* org.eclipse.emf.ecore.impl.ENotificationImpl@679a6ab2 (eventType: SET, position: -1, notifier: CDOResource@OID2821("cdo://repo1/SessionTest_testEContentAdapter/ttt"), feature: org.eclipse.emf.ecore.impl.EAttributeImpl@33956d1a (name: resourceSet) (ordered: true, unique: true, lowerBound: 0, upperBound: 1) (changeable: true, volatile: false, transient: true, defaultValueLiteral: null, unsettable: false, derived: false) (iD: false), oldValue: org.eclipse.emf.ecore.resource.impl.ResourceSetImpl@3e231755 resources=[], newValue: null, isTouch: false, wasSet: true) org.eclipse.emf.cdo.eresource.impl.CDOResourceImpl$10@44f6b9c5 (eventType: SET, position: -1, notifier: CDOResource@OID2821("cdo://repo1/SessionTest_testEContentAdapter/ttt"), feature: null, oldValue: org.eclipse.emf.ecore.resource.impl.ResourceSetImpl@3e231755 resources=[], newValue: null, isTouch: false, wasSet: true) org.eclipse.emf.ecore.impl.MinimalEObjectImpl$1ArrayDelegatingAdapterList$1@457aadb9 (eventType: REMOVING_ADAPTER, touch: true, position: 0, notifier: CDOResource@OID2821("cdo://repo1/SessionTest_testEContentAdapter/ttt"), feature: null, oldValue: org.eclipse.emf.cdo.tests.SessionTest$1@5b294fe7, newValue: null, isTouch: true, wasSet: false) org.eclipse.emf.ecore.impl.MinimalEObjectImpl$1ArrayDelegatingAdapterList$1@28604874 (eventType: REMOVING_ADAPTER, touch: true, position: 0, notifier: Company@OID2822, feature: null, oldValue: org.eclipse.emf.cdo.tests.SessionTest$1@5b294fe7, newValue: null, isTouch: true, wasSet: false) org.eclipse.emf.common.notify.impl.NotifyingListImpl$1@46ca7c9 (eventType: REMOVE, position: 0, notifier: org.eclipse.emf.ecore.resource.impl.ResourceSetImpl@3e231755 resources=[], feature: null, oldValue: CDOResource@OID2821("cdo://repo1/SessionTest_testEContentAdapter/ttt"), newValue: null, isTouch: false, wasSet: true) ******************************************************* SessionTest.testIsSupportingAudits [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* SessionTest.testLastUpdateLocal [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* SessionTest.testLastUpdateRemote [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* SessionTest.testNoAuthentication [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "authrepo1"! Other schemas may contain a CDO repository: commitinforepo, repo2, repo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* SessionTest.testProtocolTimeoutChangedEvent [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: commitinforepo, repo2, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' TimeoutChangedEvent [oldTimeout=-1, newTimeout=20000, source=SignalProtocol[1, CLIENT, cdo]] ******************************************************* SessionTest.testRefresh [H2-branching-ranges, JVM, Native] ******************************************************* MAIN[0] 2024-05-03 05:15:15.046/* CDOResource@OID1:0v1("/") 2024-05-03 05:15:15.046/2024-05-03 05:15:15.075 CDOResource@OID1:0v2("/") 2024-05-03 05:15:15.076/* CDOResourceFolder@OID2:0v1("SessionTest_testRefresh")2024-05-03 05:15:15.076/* CDOResource@OID3:0v1("ttt") 2024-05-03 05:15:15.076/2024-05-03 05:15:15.087 CDOResource@OID3:0v2("ttt") 2024-05-03 05:15:15.088/* Category@OID4:0v1 2024-05-03 05:15:15.076/* Category@OID5:0v1 2024-05-03 05:15:15.088/* MAIN[0] 2024-05-03 05:15:15.046/* CDOResourceFolder@OID2:0v1("SessionTest_testRefresh")2024-05-03 05:15:15.076/* CDOResource@OID3:0v1("ttt") 2024-05-03 05:15:15.076/* MAIN[0] 2024-05-03 05:15:15.046/* CDOResource@OID3:0v1("ttt") 2024-05-03 05:15:15.076/2024-05-03 05:15:15.087 CDOResource@OID3:0v2("ttt") 2024-05-03 05:15:15.088/* ******************************************************* SessionTest.testRefreshWithPackages [H2-branching-ranges, JVM, Native] ******************************************************* MAIN[0] 2024-05-03 05:15:15.046/* CDOResource@OID1:0v2("/") 2024-05-03 05:15:15.076/2024-05-03 05:15:15.099 CDOResource@OID1:0v3("/") 2024-05-03 05:15:15.100/* CDOResourceFolder@OID2:0v1("SessionTest_testRefresh")2024-05-03 05:15:15.076/* CDOResourceFolder@OID6:0v1("SessionTest_testRefreshWithPackages")2024-05-03 05:15:15.100/* CDOResource@OID7:0v1("ttt") 2024-05-03 05:15:15.100/2024-05-03 05:15:15.102 CDOResource@OID7:0v2("ttt") 2024-05-03 05:15:15.103/* Category@OID8:0v1 2024-05-03 05:15:15.103/* MAIN[0] 2024-05-03 05:15:15.046/* CDOResourceFolder@OID6:0v1("SessionTest_testRefreshWithPackages")2024-05-03 05:15:15.100/* CDOResource@OID7:0v1("ttt") 2024-05-03 05:15:15.100/* MAIN[0] 2024-05-03 05:15:15.046/* CDOResource@OID7:0v1("ttt") 2024-05-03 05:15:15.100/2024-05-03 05:15:15.102 CDOResource@OID7:0v2("ttt") 2024-05-03 05:15:15.103/* ******************************************************* SessionTest.testRepositoryNotFound [H2-branching-ranges, JVM, Native] ******************************************************* [ERROR] Repository not found: sdkghfaifuzicxuhvnjlksah org.eclipse.emf.cdo.server.RepositoryNotFoundException: Repository not found: sdkghfaifuzicxuhvnjlksah at org.eclipse.emf.cdo.server.internal.net4j.protocol.OpenSessionIndication.responding(OpenSessionIndication.java:134) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerIndicationWithMonitoring.responding(CDOServerIndicationWithMonitoring.java:185) at org.eclipse.net4j.signal.IndicationWithMonitoring.responding(IndicationWithMonitoring.java:68) at org.eclipse.net4j.signal.IndicationWithResponse.doExtendedOutput(IndicationWithResponse.java:100) at org.eclipse.net4j.signal.Signal.doOutput(Signal.java:407) at org.eclipse.net4j.signal.IndicationWithResponse.execute(IndicationWithResponse.java:74) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) ******************************************************* SessionTest.testSetProtocolTimeout [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* SessionTest.testWaitForUpdateLocal [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* SessionTest.testWaitForUpdateRemote [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* SessionTest.testWithAuthentication [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "authrepo2"! Other schemas may contain a CDO repository: commitinforepo, repo2, repo1, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* SessionTest.testWithAuthenticationNoCredentials [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "authrepo4"! Other schemas may contain a CDO repository: authrepo2, commitinforepo, repo2, repo1, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [ERROR] Not active: SignalProtocol[cdo] org.eclipse.net4j.util.lifecycle.LifecycleException: Not active: SignalProtocol[cdo] at org.eclipse.net4j.util.lifecycle.LifecycleUtil.checkActive(LifecycleUtil.java:102) at org.eclipse.net4j.signal.Signal.getProtocol(Signal.java:104) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerIndicationWithMonitoring.getProtocol(CDOServerIndicationWithMonitoring.java:60) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerIndicationWithMonitoring.getProtocol(CDOServerIndicationWithMonitoring.java:1) at org.eclipse.net4j.signal.IndicationWithResponse.sendExceptionSignal(IndicationWithResponse.java:105) at org.eclipse.net4j.signal.IndicationWithResponse.execute(IndicationWithResponse.java:78) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) ******************************************************* SessionTest.testWithAuthenticationNoCredentialsProvider [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "authrepo3"! Other schemas may contain a CDO repository: authrepo2, authrepo4, commitinforepo, repo2, repo1, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* SessionTest.testWithAuthenticationNoPassword [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "authrepo7"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, commitinforepo, repo2, repo1, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* SessionTest.testWithAuthenticationNoUserID [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "authrepo6"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo7, commitinforepo, repo2, repo1, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* SessionTest.testWithAuthenticationWrongCredentials [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "authrepo5"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo6, authrepo7, commitinforepo, repo2, repo1, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* SetFeatureTest.testNotUnsettableBooleanNoDefault [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, repo2, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* SetFeatureTest.testNotUnsettableBooleanNoDefault2 [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableBooleanNoDefault_SetDefault [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableByteNoDefault [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableByteNoDefault2 [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableByteNoDefault_SetDefault [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableCharNoDefault [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableCharNoDefault2 [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableCharNoDefault_SetDefault [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableDateNoDefault [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableDateNoDefault_SetDefault [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableDoubleNoDefault [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableDoubleNoDefault2 [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableDoubleNoDefault_SetDefault [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableFloatNoDefault [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableFloatNoDefault2 [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableFloatNoDefault_SetDefault [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableIntNoDefault [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableIntNoDefault2 [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableIntNoDefault_SetDefault [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableLongNoDefault [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableLongNoDefault2 [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableLongNoDefault_SetDefault [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableShortNoDefault [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableShortNoDefault2 [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableShortNoDefault_SetDefault [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableStringNoDefault [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableStringNoDefault2 [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableStringNoDefault_SetDefault [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableVATNoDefault [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableVATNoDefault_SetDefault [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableWithDefaultBoolean [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableWithDefaultBoolean2 [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableWithDefaultBoolean_SetDefault [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableWithDefaultByte [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableWithDefaultByte2 [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableWithDefaultByte_SetDefault [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableWithDefaultChar [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableWithDefaultChar_SetDefault [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableWithDefaultChart2 [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableWithDefaultDate [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableWithDefaultDate_SetDefault [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableWithDefaultDouble [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableWithDefaultDouble2 [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableWithDefaultDouble_SetDefault [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableWithDefaultVAT [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableWithDefaultVAT_SetDefault [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableBooleanNoDefault [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableBooleanNoDefault2 [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableBooleanNoDefault_SetDefault [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableByteNoDefault [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableByteNoDefault2 [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableByteNoDefault_SetDefault [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableCharNoDefault [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableCharNoDefault2 [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableCharNoDefault_SetDefault [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableDateNoDefault [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableDateNoDefault_SetDefault [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableDoubleNoDefault [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableDoubleNoDefault2 [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableDoubleNoDefault_SetDefault [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableFloatNoDefault [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableFloatNoDefault2 [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableFloatNoDefault_SetDefault [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableIntNoDefault [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableIntNoDefault2 [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableIntNoDefault_SetDefault [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableLongNoDefault [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableShortNoDefault [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableShortNoDefault2 [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableShortNoDefault_SetDefault [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableStringNoDefault [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableStringNoDefault2 [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableStringNoDefault_SetDefault [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableVATNoDefault [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableVATNoDefault_SetDefault [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableWithDefaultBoolean [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableWithDefaultBoolean2 [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableWithDefaultByte [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableWithDefaultByte2 [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableWithDefaultByte_SetDefault [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableWithDefaultChar [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableWithDefaultCharNo [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableWithDefaultChar_SetDefault [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableWithDefaultDate [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableWithDefaultDate_SetDefault [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableWithDefaultDouble [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableWithDefaultDouble2 [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableWithDefaultDouble_SetDefault [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableWithDefaultFloat [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableWithDefaultFloat2 [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableWithDefaultFloat_SetDefault [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableWithDefaultInt [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableWithDefaultInt2 [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableWithDefaultInt_SetDefault [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableWithDefaultLong [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableWithDefaultShort [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableWithDefaultShort2 [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableWithDefaultShort_SetDefault [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableWithDefaultString [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableWithDefaultString2 [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableWithDefaultString_SetDefault [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableWithDefaultVAT [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableWithDefaultVAT_SetDefault [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* StateMachineTest.test_NEW_with_ATTACH [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* StateMachineTest.test_NEW_with_COMMIT [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* StateMachineTest.test_NEW_with_INVALIDATE [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* StateMachineTest.test_NEW_with_READ [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* StateMachineTest.test_NEW_with_ROLLBACK [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* StateMachineTest.test_NEW_with_WRITE [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* StateMachineTest.test_PREPARED_with_ATTACH [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* StateMachineTest.test_PREPARED_with_DETACH [H2-branching-ranges, JVM, Native] ******************************************************* java.lang.IllegalStateException: Failing event DETACH in state PREPARED for Supplier[PREPARED] (data=[]) at org.eclipse.net4j.util.fsm.FiniteStateMachine.process(FiniteStateMachine.java:160) at org.eclipse.emf.internal.cdo.view.CDOStateMachine.detach(CDOStateMachine.java:310) at org.eclipse.emf.cdo.tests.StateMachineTest.detach(StateMachineTest.java:397) at org.eclipse.emf.cdo.tests.StateMachineTest.test_PREPARED_with_DETACH(StateMachineTest.java:192) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at junit.framework.TestCase.runTest(TestCase.java:177) at org.eclipse.net4j.util.tests.AbstractOMTest.access$0(AbstractOMTest.java:1) at org.eclipse.net4j.util.tests.AbstractOMTest$3.execute(AbstractOMTest.java:315) at org.eclipse.net4j.internal.util.test.TestExecuter.execute(TestExecuter.java:40) at org.eclipse.net4j.util.tests.AbstractOMTest.runBare(AbstractOMTest.java:301) at org.eclipse.emf.cdo.tests.config.impl.ConfigTest.runBare(ConfigTest.java:648) at junit.framework.TestResult$1.protect(TestResult.java:122) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.framework.TestResult.run(TestResult.java:125) at junit.framework.TestCase.run(TestCase.java:130) at org.eclipse.net4j.util.tests.AbstractOMTest.run(AbstractOMTest.java:375) at junit.framework.TestSuite.runTest(TestSuite.java:241) at org.eclipse.emf.cdo.tests.config.impl.ConfigTestSuite$TestClassWrapper.runTest(ConfigTestSuite.java:231) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at org.eclipse.emf.cdo.tests.config.impl.ConfigTestSuite$MainSuite.run(ConfigTestSuite.java:166) at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:364) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:237) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:158) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.apache.maven.surefire.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:167) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:142) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:28) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:679) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:616) at org.eclipse.equinox.launcher.Main.run(Main.java:1492) at org.eclipse.equinox.launcher.Main.main(Main.java:1465) ******************************************************* StateMachineTest.test_PREPARED_with_INVALIDATE [H2-branching-ranges, JVM, Native] ******************************************************* java.lang.IllegalStateException: Failing event INVALIDATE in state PREPARED for Supplier[PREPARED] (data=null) at org.eclipse.net4j.util.fsm.FiniteStateMachine.process(FiniteStateMachine.java:160) at org.eclipse.emf.internal.cdo.view.CDOStateMachine.invalidate(CDOStateMachine.java:499) at org.eclipse.emf.cdo.tests.StateMachineTest.invalidate(StateMachineTest.java:424) at org.eclipse.emf.cdo.tests.StateMachineTest.test_PREPARED_with_INVALIDATE(StateMachineTest.java:235) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at junit.framework.TestCase.runTest(TestCase.java:177) at org.eclipse.net4j.util.tests.AbstractOMTest.access$0(AbstractOMTest.java:1) at org.eclipse.net4j.util.tests.AbstractOMTest$3.execute(AbstractOMTest.java:315) at org.eclipse.net4j.internal.util.test.TestExecuter.execute(TestExecuter.java:40) at org.eclipse.net4j.util.tests.AbstractOMTest.runBare(AbstractOMTest.java:301) at org.eclipse.emf.cdo.tests.config.impl.ConfigTest.runBare(ConfigTest.java:648) at junit.framework.TestResult$1.protect(TestResult.java:122) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.framework.TestResult.run(TestResult.java:125) at junit.framework.TestCase.run(TestCase.java:130) at org.eclipse.net4j.util.tests.AbstractOMTest.run(AbstractOMTest.java:375) at junit.framework.TestSuite.runTest(TestSuite.java:241) at org.eclipse.emf.cdo.tests.config.impl.ConfigTestSuite$TestClassWrapper.runTest(ConfigTestSuite.java:231) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at org.eclipse.emf.cdo.tests.config.impl.ConfigTestSuite$MainSuite.run(ConfigTestSuite.java:166) at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:364) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:237) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:158) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.apache.maven.surefire.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:167) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:142) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:28) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:679) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:616) at org.eclipse.equinox.launcher.Main.run(Main.java:1492) at org.eclipse.equinox.launcher.Main.main(Main.java:1465) ******************************************************* StateMachineTest.test_PREPARED_with_READ [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* StateMachineTest.test_PREPARED_with_ROLLBACK [H2-branching-ranges, JVM, Native] ******************************************************* java.lang.IllegalStateException: Failing event ROLLBACK in state PREPARED for Supplier[PREPARED] (data=null) at org.eclipse.net4j.util.fsm.FiniteStateMachine.process(FiniteStateMachine.java:160) at org.eclipse.emf.internal.cdo.view.CDOStateMachine.rollback(CDOStateMachine.java:599) at org.eclipse.emf.cdo.tests.StateMachineTest.rollback(StateMachineTest.java:433) at org.eclipse.emf.cdo.tests.StateMachineTest.test_PREPARED_with_ROLLBACK(StateMachineTest.java:252) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at junit.framework.TestCase.runTest(TestCase.java:177) at org.eclipse.net4j.util.tests.AbstractOMTest.access$0(AbstractOMTest.java:1) at org.eclipse.net4j.util.tests.AbstractOMTest$3.execute(AbstractOMTest.java:315) at org.eclipse.net4j.internal.util.test.TestExecuter.execute(TestExecuter.java:40) at org.eclipse.net4j.util.tests.AbstractOMTest.runBare(AbstractOMTest.java:301) at org.eclipse.emf.cdo.tests.config.impl.ConfigTest.runBare(ConfigTest.java:648) at junit.framework.TestResult$1.protect(TestResult.java:122) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.framework.TestResult.run(TestResult.java:125) at junit.framework.TestCase.run(TestCase.java:130) at org.eclipse.net4j.util.tests.AbstractOMTest.run(AbstractOMTest.java:375) at junit.framework.TestSuite.runTest(TestSuite.java:241) at org.eclipse.emf.cdo.tests.config.impl.ConfigTestSuite$TestClassWrapper.runTest(ConfigTestSuite.java:231) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at org.eclipse.emf.cdo.tests.config.impl.ConfigTestSuite$MainSuite.run(ConfigTestSuite.java:166) at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:364) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:237) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:158) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.apache.maven.surefire.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:167) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:142) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:28) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:679) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:616) at org.eclipse.equinox.launcher.Main.run(Main.java:1492) at org.eclipse.equinox.launcher.Main.main(Main.java:1465) ******************************************************* StateMachineTest.test_PREPARED_with_WRITE [H2-branching-ranges, JVM, Native] ******************************************************* java.lang.IllegalStateException: Failing event WRITE in state PREPARED for Supplier[PREPARED] (data=org.eclipse.emf.internal.cdo.view.CDOStateMachine$FeatureDeltaAndResult@24aa4c33) at org.eclipse.net4j.util.fsm.FiniteStateMachine.process(FiniteStateMachine.java:160) at org.eclipse.emf.internal.cdo.view.CDOStateMachine.writeUnsynced(CDOStateMachine.java:440) at org.eclipse.emf.internal.cdo.view.CDOStateMachine.write(CDOStateMachine.java:418) at org.eclipse.emf.cdo.tests.StateMachineTest.write(StateMachineTest.java:415) at org.eclipse.emf.cdo.tests.StateMachineTest.test_PREPARED_with_WRITE(StateMachineTest.java:218) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at junit.framework.TestCase.runTest(TestCase.java:177) at org.eclipse.net4j.util.tests.AbstractOMTest.access$0(AbstractOMTest.java:1) at org.eclipse.net4j.util.tests.AbstractOMTest$3.execute(AbstractOMTest.java:315) at org.eclipse.net4j.internal.util.test.TestExecuter.execute(TestExecuter.java:40) at org.eclipse.net4j.util.tests.AbstractOMTest.runBare(AbstractOMTest.java:301) at org.eclipse.emf.cdo.tests.config.impl.ConfigTest.runBare(ConfigTest.java:648) at junit.framework.TestResult$1.protect(TestResult.java:122) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.framework.TestResult.run(TestResult.java:125) at junit.framework.TestCase.run(TestCase.java:130) at org.eclipse.net4j.util.tests.AbstractOMTest.run(AbstractOMTest.java:375) at junit.framework.TestSuite.runTest(TestSuite.java:241) at org.eclipse.emf.cdo.tests.config.impl.ConfigTestSuite$TestClassWrapper.runTest(ConfigTestSuite.java:231) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at org.eclipse.emf.cdo.tests.config.impl.ConfigTestSuite$MainSuite.run(ConfigTestSuite.java:166) at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:364) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:237) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:158) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.apache.maven.surefire.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:167) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:142) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:28) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:679) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:616) at org.eclipse.equinox.launcher.Main.run(Main.java:1492) at org.eclipse.equinox.launcher.Main.main(Main.java:1465) ******************************************************* StateMachineTest.test_REATTACH [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* StateMachineTest.test_TRANSIENT_with_ATTACH [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* StateMachineTest.test_TRANSIENT_with_INVALIDATE [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* StateMachineTest.test_TRANSIENT_with_READ [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* StateMachineTest.test_TRANSIENT_with_ROLLBACK [H2-branching-ranges, JVM, Native] ******************************************************* java.lang.IllegalStateException: Failing event ROLLBACK in state TRANSIENT for Supplier[TRANSIENT] (data=null) at org.eclipse.net4j.util.fsm.FiniteStateMachine.process(FiniteStateMachine.java:160) at org.eclipse.emf.internal.cdo.view.CDOStateMachine.rollback(CDOStateMachine.java:599) at org.eclipse.emf.cdo.tests.StateMachineTest.rollback(StateMachineTest.java:433) at org.eclipse.emf.cdo.tests.StateMachineTest.test_TRANSIENT_with_ROLLBACK(StateMachineTest.java:146) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at junit.framework.TestCase.runTest(TestCase.java:177) at org.eclipse.net4j.util.tests.AbstractOMTest.access$0(AbstractOMTest.java:1) at org.eclipse.net4j.util.tests.AbstractOMTest$3.execute(AbstractOMTest.java:315) at org.eclipse.net4j.internal.util.test.TestExecuter.execute(TestExecuter.java:40) at org.eclipse.net4j.util.tests.AbstractOMTest.runBare(AbstractOMTest.java:301) at org.eclipse.emf.cdo.tests.config.impl.ConfigTest.runBare(ConfigTest.java:648) at junit.framework.TestResult$1.protect(TestResult.java:122) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.framework.TestResult.run(TestResult.java:125) at junit.framework.TestCase.run(TestCase.java:130) at org.eclipse.net4j.util.tests.AbstractOMTest.run(AbstractOMTest.java:375) at junit.framework.TestSuite.runTest(TestSuite.java:241) at org.eclipse.emf.cdo.tests.config.impl.ConfigTestSuite$TestClassWrapper.runTest(ConfigTestSuite.java:231) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at org.eclipse.emf.cdo.tests.config.impl.ConfigTestSuite$MainSuite.run(ConfigTestSuite.java:166) at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:364) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:237) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:158) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.apache.maven.surefire.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:167) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:142) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:28) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:679) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:616) at org.eclipse.equinox.launcher.Main.run(Main.java:1492) at org.eclipse.equinox.launcher.Main.main(Main.java:1465) java.lang.IllegalStateException: Failing event ROLLBACK in state TRANSIENT for Supplier[TRANSIENT] (data=null) at org.eclipse.net4j.util.fsm.FiniteStateMachine.process(FiniteStateMachine.java:160) at org.eclipse.emf.internal.cdo.view.CDOStateMachine.rollback(CDOStateMachine.java:599) at org.eclipse.emf.cdo.tests.StateMachineTest.rollback(StateMachineTest.java:433) at org.eclipse.emf.cdo.tests.StateMachineTest.test_TRANSIENT_with_ROLLBACK(StateMachineTest.java:157) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at junit.framework.TestCase.runTest(TestCase.java:177) at org.eclipse.net4j.util.tests.AbstractOMTest.access$0(AbstractOMTest.java:1) at org.eclipse.net4j.util.tests.AbstractOMTest$3.execute(AbstractOMTest.java:315) at org.eclipse.net4j.internal.util.test.TestExecuter.execute(TestExecuter.java:40) at org.eclipse.net4j.util.tests.AbstractOMTest.runBare(AbstractOMTest.java:301) at org.eclipse.emf.cdo.tests.config.impl.ConfigTest.runBare(ConfigTest.java:648) at junit.framework.TestResult$1.protect(TestResult.java:122) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.framework.TestResult.run(TestResult.java:125) at junit.framework.TestCase.run(TestCase.java:130) at org.eclipse.net4j.util.tests.AbstractOMTest.run(AbstractOMTest.java:375) at junit.framework.TestSuite.runTest(TestSuite.java:241) at org.eclipse.emf.cdo.tests.config.impl.ConfigTestSuite$TestClassWrapper.runTest(ConfigTestSuite.java:231) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at org.eclipse.emf.cdo.tests.config.impl.ConfigTestSuite$MainSuite.run(ConfigTestSuite.java:166) at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:364) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:237) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:158) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.apache.maven.surefire.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:167) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:142) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:28) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:679) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:616) at org.eclipse.equinox.launcher.Main.run(Main.java:1492) at org.eclipse.equinox.launcher.Main.main(Main.java:1465) ******************************************************* StateMachineTest.test_TRANSIENT_with_WRITE [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* StickyViewsTest.test_changeName [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* StickyViewsTest.test_detachedCommittedObject [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* StickyViewsTest.test_dirtyCommittedObject [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* StickyViewsTest.test_newCommittedObject [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* StickyViewsTest.test_otherSessionCommittedLatest [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* StickyViewsTest.test_refresh [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* StickyViewsTest.test_removeFirst [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* StickyViewsTest.test_removeLast [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* TransactionHandlerTest.testAsyncTransactionHandler [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* TransactionHandlerTest.testAttachingObject [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* TransactionHandlerTest.testAttachingObjectVeto [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* TransactionHandlerTest.testAttachingResourceVeto [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* TransactionHandlerTest.testCommitting [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* TransactionHandlerTest.testDetachingObject [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* TransactionHandlerTest.testDetachingObjectVeto [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* TransactionHandlerTest.testModifyingObject [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* TransactionHandlerTest.testModifyingObjectVeto [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* TransactionHandlerTest.testModifyingResourceVeto [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* TransactionHandlerTest.testRollbacked [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* TransactionTest.testAutoRollbackOnConflictEvent [H2-branching-ranges, JVM, Native] ******************************************************* rollback ******************************************************* TransactionTest.testCommitAfterClose [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* TransactionTest.testCommitManyTransactionsMultiThread [H2-branching-ranges, JVM, Native] ******************************************************* RUN 1 CloseViewRequest = 100 CommitTransactionRequest = 100 LockObjectsRequest = 100 OpenViewRequest = 100 ******************************************************* TransactionTest.testCommitRedundantChanges [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* TransactionTest.testCreateManySessions [H2-branching-ranges, JVM, Native] ******************************************************* Opening session Session 0 Session 1 Session 2 Session 3 Session 4 Session 5 Session 6 Session 7 Session 8 Session 9 Session 10 Session 11 Session 12 Session 13 Session 14 Session 15 Session 16 Session 17 Session 18 Session 19 Session 20 Session 21 Session 22 Session 23 Session 24 Session 25 Session 26 Session 27 Session 28 Session 29 Session 30 Session 31 Session 32 Session 33 Session 34 Session 35 Session 36 Session 37 Session 38 Session 39 Session 40 Session 41 Session 42 Session 43 Session 44 Session 45 Session 46 Session 47 Session 48 Session 49 Session 50 Session 51 Session 52 Session 53 Session 54 Session 55 Session 56 Session 57 Session 58 Session 59 Session 60 Session 61 Session 62 Session 63 Session 64 Session 65 Session 66 Session 67 Session 68 Session 69 Session 70 Session 71 Session 72 Session 73 Session 74 Session 75 Session 76 Session 77 Session 78 Session 79 Session 80 Session 81 Session 82 Session 83 Session 84 Session 85 Session 86 Session 87 Session 88 Session 89 Session 90 Session 91 Session 92 Session 93 Session 94 Session 95 Session 96 Session 97 Session 98 Session 99 ******************************************************* TransactionTest.testCreateManySessionsAndTransactionsMultiThread [H2-branching-ranges, JVM, Native] ******************************************************* Thread 0: Started Thread 1: Started Thread 2: Started Thread 3: Started Thread 4: Started Thread 1: Session + Transaction 0 Thread 4: Session + Transaction 0 Thread 0: Session + Transaction 0 Thread 3: Session + Transaction 0 Thread 2: Session + Transaction 0 Thread 4: Session + Transaction 1 Thread 1: Session + Transaction 1 Thread 0: Session + Transaction 1 Thread 2: Session + Transaction 1 Thread 3: Session + Transaction 1 Thread 1: Session + Transaction 2 Thread 2: Session + Transaction 2 Thread 4: Session + Transaction 2 Thread 0: Session + Transaction 2 Thread 3: Session + Transaction 2 Thread 1: Session + Transaction 3 Thread 4: Session + Transaction 3 Thread 2: Session + Transaction 3 Thread 0: Session + Transaction 3 Thread 3: Session + Transaction 3 Thread 4: Session + Transaction 4 Thread 2: Session + Transaction 4 Thread 0: Session + Transaction 4 Thread 1: Session + Transaction 4 Thread 3: Session + Transaction 4 Thread 4: Session + Transaction 5 Thread 2: Session + Transaction 5 Thread 0: Session + Transaction 5 Thread 3: Session + Transaction 5 Thread 1: Session + Transaction 5 Thread 4: Session + Transaction 6 Thread 2: Session + Transaction 6 Thread 0: Session + Transaction 6 Thread 1: Session + Transaction 6 Thread 3: Session + Transaction 6 Thread 4: Session + Transaction 7 Thread 2: Session + Transaction 7 Thread 0: Session + Transaction 7 Thread 1: Session + Transaction 7 Thread 3: Session + Transaction 7 Thread 4: Session + Transaction 8 Thread 2: Session + Transaction 8 Thread 1: Session + Transaction 8 Thread 0: Session + Transaction 8 Thread 3: Session + Transaction 8 Thread 4: Session + Transaction 9 Thread 2: Session + Transaction 9 Thread 1: Session + Transaction 9 Thread 0: Session + Transaction 9 Thread 3: Session + Transaction 9 Thread 4: Session + Transaction 10 Thread 2: Session + Transaction 10 Thread 1: Session + Transaction 10 Thread 0: Session + Transaction 10 Thread 4: Session + Transaction 11 Thread 3: Session + Transaction 10 Thread 2: Session + Transaction 11 Thread 1: Session + Transaction 11 Thread 4: Session + Transaction 12 Thread 3: Session + Transaction 11 Thread 0: Session + Transaction 11 Thread 2: Session + Transaction 12 Thread 1: Session + Transaction 12 Thread 4: Session + Transaction 13 Thread 0: Session + Transaction 12 Thread 3: Session + Transaction 12 Thread 2: Session + Transaction 13 Thread 0: Session + Transaction 13 Thread 4: Session + Transaction 14 Thread 2: Session + Transaction 14 Thread 3: Session + Transaction 13 Thread 0: Session + Transaction 14 Thread 2: Session + Transaction 15 Thread 4: Session + Transaction 15 Thread 3: Session + Transaction 14 Thread 1: Session + Transaction 13 Thread 0: Session + Transaction 15 Thread 2: Session + Transaction 16 Thread 4: Session + Transaction 16 Thread 3: Session + Transaction 15 Thread 1: Session + Transaction 14 Thread 2: Session + Transaction 17 Thread 0: Session + Transaction 16 Thread 3: Session + Transaction 16 Thread 4: Session + Transaction 17 Thread 2: Session + Transaction 18 Thread 1: Session + Transaction 15 Thread 0: Session + Transaction 17 Thread 4: Session + Transaction 18 Thread 3: Session + Transaction 17 Thread 1: Session + Transaction 16 Thread 2: Session + Transaction 19 Thread 0: Session + Transaction 18 Thread 4: Session + Transaction 19 Thread 3: Session + Transaction 18 Thread 2: Session + Transaction 20 Thread 1: Session + Transaction 17 Thread 4: Session + Transaction 20 Thread 0: Session + Transaction 19 Thread 3: Session + Transaction 19 Thread 2: Session + Transaction 21 Thread 1: Session + Transaction 18 Thread 4: Session + Transaction 21 Thread 3: Session + Transaction 20 Thread 0: Session + Transaction 20 Thread 1: Session + Transaction 19 Thread 2: Session + Transaction 22 Thread 4: Session + Transaction 22 Thread 1: Session + Transaction 20 Thread 3: Session + Transaction 21 Thread 2: Session + Transaction 23 Thread 0: Session + Transaction 21 Thread 1: Session + Transaction 21 Thread 2: Session + Transaction 24 Thread 3: Session + Transaction 22 Thread 4: Session + Transaction 23 Thread 0: Session + Transaction 22 Thread 1: Session + Transaction 22 Thread 2: Session + Transaction 25 Thread 3: Session + Transaction 23 Thread 4: Session + Transaction 24 Thread 0: Session + Transaction 23 Thread 4: Session + Transaction 25 Thread 0: Session + Transaction 24 Thread 1: Session + Transaction 23 Thread 2: Session + Transaction 26 Thread 3: Session + Transaction 24 Thread 4: Session + Transaction 26 Thread 0: Session + Transaction 25 Thread 1: Session + Transaction 24 Thread 2: Session + Transaction 27 Thread 3: Session + Transaction 25 Thread 0: Session + Transaction 26 Thread 4: Session + Transaction 27 Thread 2: Session + Transaction 28 Thread 1: Session + Transaction 25 Thread 3: Session + Transaction 26 Thread 2: Session + Transaction 29 Thread 1: Session + Transaction 26 Thread 0: Session + Transaction 27 Thread 4: Session + Transaction 28 Thread 3: Session + Transaction 27 Thread 2: Session + Transaction 30 Thread 1: Session + Transaction 27 Thread 0: Session + Transaction 28 Thread 4: Session + Transaction 29 Thread 3: Session + Transaction 28 Thread 2: Session + Transaction 31 Thread 0: Session + Transaction 29 Thread 1: Session + Transaction 28 Thread 3: Session + Transaction 29 Thread 4: Session + Transaction 30 Thread 2: Session + Transaction 32 Thread 0: Session + Transaction 30 Thread 1: Session + Transaction 29 Thread 3: Session + Transaction 30 Thread 4: Session + Transaction 31 Thread 2: Session + Transaction 33 Thread 0: Session + Transaction 31 Thread 1: Session + Transaction 30 Thread 3: Session + Transaction 31 Thread 4: Session + Transaction 32 Thread 2: Session + Transaction 34 Thread 0: Session + Transaction 32 Thread 1: Session + Transaction 31 Thread 3: Session + Transaction 32 Thread 4: Session + Transaction 33 Thread 2: Session + Transaction 35 Thread 0: Session + Transaction 33 Thread 1: Session + Transaction 32 Thread 4: Session + Transaction 34 Thread 2: Session + Transaction 36 Thread 3: Session + Transaction 33 Thread 0: Session + Transaction 34 Thread 1: Session + Transaction 33 Thread 4: Session + Transaction 35 Thread 2: Session + Transaction 37 Thread 3: Session + Transaction 34 Thread 0: Session + Transaction 35 Thread 1: Session + Transaction 34 Thread 2: Session + Transaction 38 Thread 4: Session + Transaction 36 Thread 3: Session + Transaction 35 Thread 0: Session + Transaction 36 Thread 2: Session + Transaction 39 Thread 1: Session + Transaction 35 Thread 4: Session + Transaction 37 Thread 3: Session + Transaction 36 Thread 0: Session + Transaction 37 Thread 2: Session + Transaction 40 Thread 4: Session + Transaction 38 Thread 1: Session + Transaction 36 Thread 3: Session + Transaction 37 Thread 2: Session + Transaction 41 Thread 0: Session + Transaction 38 Thread 4: Session + Transaction 39 Thread 1: Session + Transaction 37 Thread 3: Session + Transaction 38 Thread 2: Session + Transaction 42 Thread 0: Session + Transaction 39 Thread 4: Session + Transaction 40 Thread 1: Session + Transaction 38 Thread 3: Session + Transaction 39 Thread 2: Session + Transaction 43 Thread 0: Session + Transaction 40 Thread 4: Session + Transaction 41 Thread 1: Session + Transaction 39 Thread 3: Session + Transaction 40 Thread 0: Session + Transaction 41 Thread 2: Session + Transaction 44 Thread 4: Session + Transaction 42 Thread 1: Session + Transaction 40 Thread 0: Session + Transaction 42 Thread 3: Session + Transaction 41 Thread 2: Session + Transaction 45 Thread 1: Session + Transaction 41 Thread 4: Session + Transaction 43 Thread 0: Session + Transaction 43 Thread 2: Session + Transaction 46 Thread 3: Session + Transaction 42 Thread 1: Session + Transaction 42 Thread 4: Session + Transaction 44 Thread 0: Session + Transaction 44 Thread 2: Session + Transaction 47 Thread 4: Session + Transaction 45 Thread 1: Session + Transaction 43 Thread 3: Session + Transaction 43 Thread 0: Session + Transaction 45 Thread 2: Session + Transaction 48 Thread 1: Session + Transaction 44 Thread 4: Session + Transaction 46 Thread 3: Session + Transaction 44 Thread 0: Session + Transaction 46 Thread 2: Session + Transaction 49 Thread 4: Session + Transaction 47 Thread 3: Session + Transaction 45 Thread 1: Session + Transaction 45 Thread 0: Session + Transaction 47 Thread 2: Session + Transaction 50 Thread 4: Session + Transaction 48 Thread 1: Session + Transaction 46 Thread 3: Session + Transaction 46 Thread 2: Session + Transaction 51 Thread 0: Session + Transaction 48 Thread 4: Session + Transaction 49 Thread 1: Session + Transaction 47 Thread 2: Session + Transaction 52 Thread 3: Session + Transaction 47 Thread 0: Session + Transaction 49 Thread 4: Session + Transaction 50 Thread 1: Session + Transaction 48 Thread 2: Session + Transaction 53 Thread 0: Session + Transaction 50 Thread 3: Session + Transaction 48 Thread 4: Session + Transaction 51 Thread 2: Session + Transaction 54 Thread 1: Session + Transaction 49 Thread 0: Session + Transaction 51 Thread 3: Session + Transaction 49 Thread 1: Session + Transaction 50 Thread 2: Session + Transaction 55 Thread 0: Session + Transaction 52 Thread 4: Session + Transaction 52 Thread 3: Session + Transaction 50 Thread 1: Session + Transaction 51 Thread 0: Session + Transaction 53 Thread 2: Session + Transaction 56 Thread 4: Session + Transaction 53 Thread 3: Session + Transaction 51 Thread 1: Session + Transaction 52 Thread 4: Session + Transaction 54 Thread 2: Session + Transaction 57 Thread 0: Session + Transaction 54 Thread 3: Session + Transaction 52 Thread 1: Session + Transaction 53 Thread 4: Session + Transaction 55 Thread 2: Session + Transaction 58 Thread 0: Session + Transaction 55 Thread 1: Session + Transaction 54 Thread 4: Session + Transaction 56 Thread 3: Session + Transaction 53 Thread 2: Session + Transaction 59 Thread 0: Session + Transaction 56 Thread 4: Session + Transaction 57 Thread 1: Session + Transaction 55 Thread 3: Session + Transaction 54 Thread 2: Session + Transaction 60 Thread 0: Session + Transaction 57 Thread 4: Session + Transaction 58 Thread 2: Session + Transaction 61 Thread 1: Session + Transaction 56 Thread 3: Session + Transaction 55 Thread 0: Session + Transaction 58 Thread 4: Session + Transaction 59 Thread 2: Session + Transaction 62 Thread 1: Session + Transaction 57 Thread 3: Session + Transaction 56 Thread 2: Session + Transaction 63 Thread 0: Session + Transaction 59 Thread 4: Session + Transaction 60 Thread 1: Session + Transaction 58 Thread 3: Session + Transaction 57 Thread 2: Session + Transaction 64 Thread 4: Session + Transaction 61 Thread 1: Session + Transaction 59 Thread 0: Session + Transaction 60 Thread 3: Session + Transaction 58 Thread 2: Session + Transaction 65 Thread 4: Session + Transaction 62 Thread 1: Session + Transaction 60 Thread 0: Session + Transaction 61 Thread 4: Session + Transaction 63 Thread 2: Session + Transaction 66 Thread 0: Session + Transaction 62 Thread 3: Session + Transaction 59 Thread 1: Session + Transaction 61 Thread 4: Session + Transaction 64 Thread 2: Session + Transaction 67 Thread 0: Session + Transaction 63 Thread 1: Session + Transaction 62 Thread 3: Session + Transaction 60 Thread 4: Session + Transaction 65 Thread 2: Session + Transaction 68 Thread 1: Session + Transaction 63 Thread 0: Session + Transaction 64 Thread 3: Session + Transaction 61 Thread 4: Session + Transaction 66 Thread 2: Session + Transaction 69 Thread 0: Session + Transaction 65 Thread 1: Session + Transaction 64 Thread 3: Session + Transaction 62 Thread 4: Session + Transaction 67 Thread 2: Session + Transaction 70 Thread 0: Session + Transaction 66 Thread 1: Session + Transaction 65 Thread 4: Session + Transaction 68 Thread 2: Session + Transaction 71 Thread 0: Session + Transaction 67 Thread 4: Session + Transaction 69 Thread 3: Session + Transaction 63 Thread 1: Session + Transaction 66 Thread 0: Session + Transaction 68 Thread 2: Session + Transaction 72 Thread 4: Session + Transaction 70 Thread 1: Session + Transaction 67 Thread 3: Session + Transaction 64 Thread 0: Session + Transaction 69 Thread 4: Session + Transaction 71 Thread 2: Session + Transaction 73 Thread 1: Session + Transaction 68 Thread 0: Session + Transaction 70 Thread 3: Session + Transaction 65 Thread 4: Session + Transaction 72 Thread 2: Session + Transaction 74 Thread 0: Session + Transaction 71 Thread 1: Session + Transaction 69 Thread 3: Session + Transaction 66 Thread 4: Session + Transaction 73 Thread 1: Session + Transaction 70 Thread 0: Session + Transaction 72 Thread 2: Session + Transaction 75 Thread 4: Session + Transaction 74 Thread 3: Session + Transaction 67 Thread 0: Session + Transaction 73 Thread 2: Session + Transaction 76 Thread 1: Session + Transaction 71 Thread 4: Session + Transaction 75 Thread 3: Session + Transaction 68 Thread 0: Session + Transaction 74 Thread 2: Session + Transaction 77 Thread 4: Session + Transaction 76 Thread 1: Session + Transaction 72 Thread 3: Session + Transaction 69 Thread 0: Session + Transaction 75 Thread 4: Session + Transaction 77 Thread 2: Session + Transaction 78 Thread 1: Session + Transaction 73 Thread 0: Session + Transaction 76 Thread 3: Session + Transaction 70 Thread 4: Session + Transaction 78 Thread 1: Session + Transaction 74 Thread 2: Session + Transaction 79 Thread 0: Session + Transaction 77 Thread 3: Session + Transaction 71 Thread 4: Session + Transaction 79 Thread 1: Session + Transaction 75 Thread 0: Session + Transaction 78 Thread 2: Session + Transaction 80 Thread 1: Session + Transaction 76 Thread 4: Session + Transaction 80 Thread 3: Session + Transaction 72 Thread 0: Session + Transaction 79 Thread 2: Session + Transaction 81 Thread 1: Session + Transaction 77 Thread 4: Session + Transaction 81 Thread 0: Session + Transaction 80 Thread 3: Session + Transaction 73 Thread 1: Session + Transaction 78 Thread 4: Session + Transaction 82 Thread 2: Session + Transaction 82 Thread 0: Session + Transaction 81 Thread 3: Session + Transaction 74 Thread 4: Session + Transaction 83 Thread 1: Session + Transaction 79 Thread 0: Session + Transaction 82 Thread 2: Session + Transaction 83 Thread 3: Session + Transaction 75 Thread 4: Session + Transaction 84 Thread 0: Session + Transaction 83 Thread 1: Session + Transaction 80 Thread 2: Session + Transaction 84 Thread 3: Session + Transaction 76 Thread 4: Session + Transaction 85 Thread 0: Session + Transaction 84 Thread 1: Session + Transaction 81 Thread 4: Session + Transaction 86 Thread 1: Session + Transaction 82 Thread 3: Session + Transaction 77 Thread 2: Session + Transaction 85 Thread 0: Session + Transaction 85 Thread 4: Session + Transaction 87 Thread 1: Session + Transaction 83 Thread 0: Session + Transaction 86 Thread 3: Session + Transaction 78 Thread 2: Session + Transaction 86 Thread 4: Session + Transaction 88 Thread 1: Session + Transaction 84 Thread 0: Session + Transaction 87 Thread 3: Session + Transaction 79 Thread 2: Session + Transaction 87 Thread 1: Session + Transaction 85 Thread 4: Session + Transaction 89 Thread 0: Session + Transaction 88 Thread 3: Session + Transaction 80 Thread 4: Session + Transaction 90 Thread 1: Session + Transaction 86 Thread 2: Session + Transaction 88 Thread 0: Session + Transaction 89 Thread 3: Session + Transaction 81 Thread 4: Session + Transaction 91 Thread 1: Session + Transaction 87 Thread 0: Session + Transaction 90 Thread 2: Session + Transaction 89 Thread 4: Session + Transaction 92 Thread 1: Session + Transaction 88 Thread 0: Session + Transaction 91 Thread 2: Session + Transaction 90 Thread 4: Session + Transaction 93 Thread 3: Session + Transaction 82 Thread 0: Session + Transaction 92 Thread 2: Session + Transaction 91 Thread 1: Session + Transaction 89 Thread 4: Session + Transaction 94 Thread 0: Session + Transaction 93 Thread 3: Session + Transaction 83 Thread 1: Session + Transaction 90 Thread 2: Session + Transaction 92 Thread 4: Session + Transaction 95 Thread 0: Session + Transaction 94 Thread 3: Session + Transaction 84 Thread 1: Session + Transaction 91 Thread 2: Session + Transaction 93 Thread 4: Session + Transaction 96 Thread 0: Session + Transaction 95 Thread 3: Session + Transaction 85 Thread 1: Session + Transaction 92 Thread 4: Session + Transaction 97 Thread 2: Session + Transaction 94 Thread 0: Session + Transaction 96 Thread 3: Session + Transaction 86 Thread 1: Session + Transaction 93 Thread 4: Session + Transaction 98 Thread 3: Session + Transaction 87 Thread 0: Session + Transaction 97 Thread 2: Session + Transaction 95 Thread 1: Session + Transaction 94 Thread 4: Session + Transaction 99 Thread 3: Session + Transaction 88 Thread 0: Session + Transaction 98 Thread 4: Done Thread 2: Session + Transaction 96 Thread 1: Session + Transaction 95 Thread 3: Session + Transaction 89 Thread 0: Session + Transaction 99 Thread 0: Done Thread 2: Session + Transaction 97 Thread 1: Session + Transaction 96 Thread 3: Session + Transaction 90 Thread 2: Session + Transaction 98 Thread 1: Session + Transaction 97 Thread 3: Session + Transaction 91 Thread 3: Session + Transaction 92 Thread 1: Session + Transaction 98 Thread 2: Session + Transaction 99 Thread 2: Done Thread 3: Session + Transaction 93 Thread 1: Session + Transaction 99 Thread 1: Done Thread 3: Session + Transaction 94 Thread 3: Session + Transaction 95 Thread 3: Session + Transaction 96 Thread 3: Session + Transaction 97 Thread 3: Session + Transaction 98 Thread 3: Session + Transaction 99 Thread 3: Done ******************************************************* TransactionTest.testCreateManyTransactions [H2-branching-ranges, JVM, Native] ******************************************************* Opening session Transaction 0 (0) Transaction 1 (2) Transaction 2 (1) Transaction 3 (2) Transaction 4 (1) Transaction 5 (1) Transaction 6 (2) Transaction 7 (1) Transaction 8 (1) Transaction 9 (1) Transaction 10 (1) Transaction 11 (1) Transaction 12 (2) Transaction 13 (1) Transaction 14 (2) Transaction 15 (1) Transaction 16 (46) Transaction 17 (2) Transaction 18 (1) Transaction 19 (1) Transaction 20 (2) Transaction 21 (1) Transaction 22 (2) Transaction 23 (1) Transaction 24 (2) Transaction 25 (1) Transaction 26 (1) Transaction 27 (2) Transaction 28 (1) Transaction 29 (1) Transaction 30 (2) Transaction 31 (1) Transaction 32 (2) Transaction 33 (1) Transaction 34 (2) Transaction 35 (1) Transaction 36 (2) Transaction 37 (1) Transaction 38 (2) Transaction 39 (1) Transaction 40 (1) Transaction 41 (2) Transaction 42 (1) Transaction 43 (2) Transaction 44 (1) Transaction 45 (2) Transaction 46 (1) Transaction 47 (1) Transaction 48 (2) Transaction 49 (1) Transaction 50 (2) Transaction 51 (1) Transaction 52 (2) Transaction 53 (1) Transaction 54 (1) Transaction 55 (2) Transaction 56 (1) Transaction 57 (2) Transaction 58 (1) Transaction 59 (2) Transaction 60 (1) Transaction 61 (2) Transaction 62 (1) Transaction 63 (2) Transaction 64 (1) Transaction 65 (1) Transaction 66 (2) Transaction 67 (1) Transaction 68 (2) Transaction 69 (1) Transaction 70 (2) Transaction 71 (1) Transaction 72 (1) Transaction 73 (1) Transaction 74 (1) Transaction 75 (17) Transaction 76 (1) Transaction 77 (1) Transaction 78 (1) Transaction 79 (1) Transaction 80 (2) Transaction 81 (1) Transaction 82 (2) Transaction 83 (1) Transaction 84 (2) Transaction 85 (1) Transaction 86 (2) Transaction 87 (1) Transaction 88 (1) Transaction 89 (2) Transaction 90 (1) Transaction 91 (2) Transaction 92 (1) Transaction 93 (2) Transaction 94 (1) Transaction 95 (2) Transaction 96 (1) Transaction 97 (2) Transaction 98 (1) Transaction 99 (2) ******************************************************* TransactionTest.testLastUpdateTime [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* TransactionTest.testLongCommit [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* TransactionTest.testManualRollbackOnConflictException [H2-branching-ranges, JVM, Native] ******************************************************* After transaction1.commit(): Category@OID670:0v2 Before transaction2.commit(): Category@OID670:0v1 Before transaction2.rollback(): Category@OID670:0v1 After transaction2.rollback(): Category@OID670:0v2 Before transaction2.commit(): * Category@OID670:0v2 name = CDOFeatureDelta[name, SET, value=session2, oldValue=session1] After transaction2.commit(): Category@OID670:0v3 ******************************************************* TransactionTest.testPushModeDeltas [H2-branching-ranges, JVM, Native] ******************************************************* Creating category1 Creating company Adding categories [INFO] Using /tmp/cdo_tx_955_1__17650422470418637251.tmp for push transaction repo1:955:1 Creating category2 Creating category3 [INFO] Using /tmp/cdo_tx_955_1__17650422470418637251.tmp for push transaction repo1:955:2 ******************************************************* TransactionTest.testPushModeNewObjects [H2-branching-ranges, JVM, Native] ******************************************************* Creating category1 Creating category2 Creating category3 Creating company Adding categories [INFO] Using /tmp/cdo_tx_957_1__16159644637861625404.tmp for push transaction repo1:957:1 [INFO] Using /tmp/cdo_tx_957_1__16159644637861625404.tmp for push transaction repo1:957:2 ******************************************************* TransactionTest.testReattachCommit [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* TransactionTest.testReattachCommitWithSavepoints [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* TransactionTest.testReattachModifyCommit [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* TransactionTest.testReattachModifyCommitWithSavepoints [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* TransactionTest.testRevertTo [H2-branching-ranges, JVM, Native] ******************************************************* Commit 1714713323587 --> Eclipse 0 Commit 1714713323589 --> Eclipse 1 Commit 1714713323590 --> Eclipse 2 Commit 1714713323591 --> Eclipse 3 Commit 1714713323592 --> Eclipse 4 Commit 1714713323593 --> Eclipse 5 Commit 1714713323594 --> Eclipse 6 Commit 1714713323595 --> Eclipse 7 Commit 1714713323596 --> Eclipse 8 Commit 1714713323597 --> Eclipse 9 Commit 1714713323598 --> Eclipse 10 Revert 1714713323597 --> Eclipse 9 Revert 1714713323596 --> Eclipse 8 Revert 1714713323595 --> Eclipse 7 Revert 1714713323594 --> Eclipse 6 Revert 1714713323593 --> Eclipse 5 Revert 1714713323592 --> Eclipse 4 Revert 1714713323591 --> Eclipse 3 Revert 1714713323590 --> Eclipse 2 Revert 1714713323589 --> Eclipse 1 Revert 1714713323587 --> Eclipse 0 ******************************************************* TransactionTest.testRollbackWithNotification [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* UnsetTest.testIsSetBoolean [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* UnsetTest.testIsSetByte [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* UnsetTest.testIsSetChar [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* UnsetTest.testIsSetDate [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* UnsetTest.testIsSetDouble [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* UnsetTest.testIsSetElement [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* UnsetTest.testIsSetFloat [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* UnsetTest.testIsSetLong [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* UnsetTest.testIsSetMultipleTimes [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* UnsetTest.testIsSetShort [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* UnsetTest.testIsSetString [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* UnsetTest.testIsSetVAT [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* UnsetTest.testReadDefaultValue [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* UnsetTest.testUnsetNonDefaultValue [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* UnsetTest.testUnsettableBaseTypeVsObjectType [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* UnsetTest.testUnsettableObject [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* UnsetTest.testWriteDefaultValue [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* UnsetTest.testWriteNonDefaultValue [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* ViewProviderTest.testConnectionAware [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* ViewProviderTest.testNet4jViewProvider [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* ViewProviderTest.testNormal [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* ViewProviderTest.testPluginViewProvider [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* ViewProviderTest.testSerialize [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* ViewProviderTest.testURIs [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* ViewTest.testCacheReferences [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* ViewTest.testContextify [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* ViewTest.testContextifyDifferentRepository [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo2"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, repo1, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* ViewTest.testContextifySameRepository [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* ViewTest.testDeactivateWithSession [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* ViewTest.testExternalResourceSet [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* ViewTest.testGetOrCreateResource [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* ViewTest.testHasResource [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* ViewTest.testIsObjectRegisteredWithNull [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* ViewTest.testNonUniqueResourceContents [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* ViewTest.testUniqueResourceContents [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* ViewTest.testViewNotifiesDeactivation [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* XATransactionTest.testCommitFromTransactionDisabled [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* XATransactionTest.testRollback [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* XATransactionTest.testRollback_AfterSetpoint [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* XATransactionTest.test_ExceptionInReadingStream [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* XRefTest.testCrossReferenceMultivalueEReferenceQuery [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* XRefTest.testLocallyDetachedTarget [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* XRefTest.testSpecificReferences0 [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* XRefTest.testSpecificReferences1 [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* XRefTest.testSpecificReferences2 [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* XRefTest.testXRefsToMany [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* XRefTest.testXRefsToOne [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_241464_Test.testBugzilla_241464 [H2-branching-ranges, JVM, Native] ******************************************************* [ERROR] Not active: SignalProtocol[cdo] org.eclipse.net4j.util.lifecycle.LifecycleException: Not active: SignalProtocol[cdo] ******************************************************* Bugzilla_243310_Test.testBugzilla_243310 [H2-branching-ranges, JVM, Native] ******************************************************* at org.eclipse.net4j.util.lifecycle.LifecycleUtil.checkActive(LifecycleUtil.java:102) at org.eclipse.net4j.signal.Signal.getProtocol(Signal.java:104) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerIndication.getProtocol(CDOServerIndication.java:54) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerIndication.getProtocol(CDOServerIndication.java:1) at org.eclipse.net4j.signal.IndicationWithResponse.sendExceptionSignal(IndicationWithResponse.java:105) at org.eclipse.net4j.signal.IndicationWithResponse.execute(IndicationWithResponse.java:78) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerReadIndication.execute(CDOServerReadIndication.java:36) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) ******************************************************* Bugzilla_246442_Test.testBugzilla_246442 [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_246622_Test.testContainerAndMany [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_246622_Test.testSet [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_247141_Test.testBehaviorOnUncommittedObjects [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_247141_Test.testContentAdapterBehavior [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_248124_Test.testBugzilla_248124_getResourceWithCommit [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_248124_Test.testBugzilla_248124_getResourceWithoutCommit [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_248124_Test.testBugzilla_248124_hasResourceWithCommit [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_248124_Test.testBugzilla_248124_hasResourceWithoutCommit [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_248915_Test.testBugzilla_248915_DuplicateID [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_248915_Test.testBugzilla_248915_IncompleteResource [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_250036_Test.testBugzilla_250036_Invalidation [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_250757_Test.testAddAndModifyAndRemoveFromPersistedList [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_250757_Test.testAddAndMoveAndRemoveFromPersistedList [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_250757_Test.testAddAndMoveAndRemoveFromPersistedListWithManySavePoint [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_250757_Test.testAddAndMoveAndRemoveFromPersistedListWithSavePoint [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_250757_Test.testAddAndRemoveFromPersistedList [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_250910_Test.testBugzilla_250910 [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_251087_Test.testSubscription [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_251263_Test.testEOpposite_AdjustMany [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_251263_Test.testEOpposite_AdjustMany_Persisted [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_251263_Test.testEOpposite_AdjustSingleRef [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_251263_Test.testEOpposite_AdjustSingleRef_NoCommit [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_251544_Test.testFromPersistedToTransient [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_251544_Test.testFromTransientToPersisted [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_251752_Test.testBug_251752 [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_251752_Test.testBug_251752_XA [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_252214_Test.testBugzilla_252214 [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_252909_Test.testBugzilla_252909 [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_254489_Test.testBugzilla_254489 [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_255662_Test.testBugzilla_255662 [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_256141_Test.testBugzilla_256141 [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_258278_Test.testBugzilla_258278 [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_258850_Test.testBugzilla_258278 [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_258933_Test.testBugzilla_258278_List [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_258933_Test.testBugzilla_258933 [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_258933_Test.testBugzilla_258933_SetToDefaultValue [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_258933_Test.testBugzilla_258933_String [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_258933_Test.testBugzilla_258933_String_SetToDefaultValue [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_258933_Test.testBugzilla_258933_String_SetToDefaultValue_unsettable [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_258933_Test.testBugzilla_258933_String_SetToNull [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_258933_Test.testBugzilla_258933_String_SetToNull_unsettable [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_258933_Test.testBugzilla_258933_String_unsettable [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_259695_Test.testBugzilla_259695_ClassCast [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_259949_Test.testBugzilla_259949 [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_260764_Test.testBugzilla_260764 [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_261218_Test.testBugzilla_261218_Containment [H2-branching-ranges, JVM, Native] ******************************************************* Adding... Committing... Removing... Committing... ******************************************************* Bugzilla_265114_Test.testResourceSet [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_266857_Test.testBugzilla_266857 [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_266982_Test.testBugzilla_266982 [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_267050_Test.testBugzilla_267050 [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, repo2, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Bugzilla_270429_Test.testTwoWayReferenceDeletion [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_272861_Test.test_Bugzilla_271861_Case1 [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_273233_Test.test_Bugzilla_273233_Simple [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_273233_Test.test_Bugzilla_273233_TwoSessions [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_273233_Test.test_Bugzilla_273233_TwoSessionsWithClearCache [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_273565_Test.testBugzilla_273565_NoThreads [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_273758_Test.test_export_resource_contents [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_276696_Test.testModifiedUnset [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_278900_Test.testBugzilla_278900 [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_279565_Test.testBugzilla_279565 [H2-branching-ranges, JVM, Native] ******************************************************* [DEBUG] Problem while deactivating Transaction 1 [closed] java.lang.IllegalStateException: Simulated exception at org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_279565_Test$1.notifyChanged(Bugzilla_279565_Test.java:44) at org.eclipse.emf.common.notify.impl.BasicNotifierImpl.eNotify(BasicNotifierImpl.java:424) at org.eclipse.emf.common.notify.impl.NotifyingListImpl.dispatchNotification(NotifyingListImpl.java:261) at org.eclipse.emf.common.notify.impl.NotifyingListImpl.removeAll(NotifyingListImpl.java:954) at org.eclipse.emf.internal.cdo.view.CDOViewSetImpl.remove(CDOViewSetImpl.java:234) at org.eclipse.emf.internal.cdo.view.CDOViewImpl.doBeforeDeactivate(CDOViewImpl.java:1661) at org.eclipse.net4j.util.lifecycle.Lifecycle.internalDeactivate(Lifecycle.java:142) at org.eclipse.net4j.util.lifecycle.Lifecycle.deactivate(Lifecycle.java:208) at org.eclipse.net4j.util.lifecycle.LifecycleUtil.deactivate(LifecycleUtil.java:254) at org.eclipse.net4j.util.lifecycle.LifecycleUtil.deactivate(LifecycleUtil.java:244) at org.eclipse.net4j.util.lifecycle.LifecycleUtil.deactivate(LifecycleUtil.java:271) at org.eclipse.emf.internal.cdo.view.AbstractCDOView.close(AbstractCDOView.java:3006) at org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_279565_Test.testBugzilla_279565(Bugzilla_279565_Test.java:57) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at junit.framework.TestCase.runTest(TestCase.java:177) at org.eclipse.net4j.util.tests.AbstractOMTest.access$0(AbstractOMTest.java:1) at org.eclipse.net4j.util.tests.AbstractOMTest$3.execute(AbstractOMTest.java:315) at org.eclipse.net4j.internal.util.test.TestExecuter.execute(TestExecuter.java:40) at org.eclipse.net4j.util.tests.AbstractOMTest.runBare(AbstractOMTest.java:301) at org.eclipse.emf.cdo.tests.config.impl.ConfigTest.runBare(ConfigTest.java:648) at junit.framework.TestResult$1.protect(TestResult.java:122) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.framework.TestResult.run(TestResult.java:125) at junit.framework.TestCase.run(TestCase.java:130) at org.eclipse.net4j.util.tests.AbstractOMTest.run(AbstractOMTest.java:375) at junit.framework.TestSuite.runTest(TestSuite.java:241) at org.eclipse.emf.cdo.tests.config.impl.ConfigTestSuite$TestClassWrapper.runTest(ConfigTestSuite.java:231) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at org.eclipse.emf.cdo.tests.config.impl.ConfigTestSuite$MainSuite.run(ConfigTestSuite.java:166) at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:364) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:237) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:158) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.apache.maven.surefire.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:167) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:142) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:28) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:679) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:616) at org.eclipse.equinox.launcher.Main.run(Main.java:1492) at org.eclipse.equinox.launcher.Main.main(Main.java:1465) ******************************************************* Bugzilla_279565_Test.testBugzilla_279565_AddedFromRemote [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_279565_Test.testBugzilla_279565_OwnResourceSet [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_279565_Test.testBugzilla_279565_TXListener [H2-branching-ranges, JVM, Native] ******************************************************* [WARN] org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_279565_Test$3@244a2cef failed to process CDOTransactionStartedEvent[source=Transaction 1 [MAIN]]: java.lang.IllegalStateException: Simulated exception java.lang.IllegalStateException: Simulated exception at org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_279565_Test$3.notifyEvent(Bugzilla_279565_Test.java:92) at org.eclipse.net4j.util.event.Notifier.fireEventSafe(Notifier.java:240) at org.eclipse.net4j.util.event.Notifier.fireEvent(Notifier.java:167) at org.eclipse.emf.internal.cdo.transaction.CDOTransactionImpl.setDirty(CDOTransactionImpl.java:481) at org.eclipse.emf.internal.cdo.transaction.CDOTransactionImpl.registerNew(CDOTransactionImpl.java:2805) at org.eclipse.emf.internal.cdo.transaction.CDOTransactionImpl.registerDirty(CDOTransactionImpl.java:2790) at org.eclipse.emf.internal.cdo.view.CDOStateMachine$WriteTransition.execute(CDOStateMachine.java:1280) at org.eclipse.emf.internal.cdo.view.CDOStateMachine$AbstractWriteTransition.execute(CDOStateMachine.java:1208) at org.eclipse.emf.internal.cdo.view.CDOStateMachine$WriteTransition.execute(CDOStateMachine.java:1254) at org.eclipse.emf.internal.cdo.view.CDOStateMachine$AbstractWriteTransition.execute(CDOStateMachine.java:1) at org.eclipse.net4j.util.fsm.FiniteStateMachine.process(FiniteStateMachine.java:169) at org.eclipse.emf.internal.cdo.view.CDOStateMachine.writeUnsynced(CDOStateMachine.java:440) at org.eclipse.emf.internal.cdo.view.CDOStateMachine.write(CDOStateMachine.java:418) at org.eclipse.emf.internal.cdo.view.CDOStoreImpl.writeRevision(CDOStoreImpl.java:1021) at org.eclipse.emf.internal.cdo.view.CDOStoreImpl.add(CDOStoreImpl.java:676) at org.eclipse.emf.ecore.impl.EStoreEObjectImpl$BasicEStoreEList.delegateAdd(EStoreEObjectImpl.java:188) at org.eclipse.emf.ecore.impl.EStoreEObjectImpl$BasicEStoreEList.delegateAdd(EStoreEObjectImpl.java:194) at org.eclipse.emf.common.util.DelegatingEList.addUnique(DelegatingEList.java:308) at org.eclipse.emf.common.notify.impl.DelegatingNotifyingListImpl.doAddUnique(DelegatingNotifyingListImpl.java:317) at org.eclipse.emf.common.notify.impl.DelegatingNotifyingListImpl.addUnique(DelegatingNotifyingListImpl.java:301) at org.eclipse.emf.common.util.AbstractEList.add(AbstractEList.java:304) at org.eclipse.emf.internal.cdo.transaction.CDOTransactionImpl.attachNewResourceNode(CDOTransactionImpl.java:1497) at org.eclipse.emf.internal.cdo.transaction.CDOTransactionImpl.getOrCreateResourceFolder(CDOTransactionImpl.java:1463) at org.eclipse.emf.internal.cdo.transaction.CDOTransactionImpl.attachNewResource(CDOTransactionImpl.java:1401) at org.eclipse.emf.internal.cdo.transaction.CDOTransactionImpl.attachResource(CDOTransactionImpl.java:1385) at org.eclipse.emf.cdo.eresource.impl.CDOResourceImpl.basicSetResourceSet(CDOResourceImpl.java:1718) at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl$ResourcesEList.inverseAdd(ResourceSetImpl.java:586) at org.eclipse.emf.common.notify.impl.NotifyingListImpl.addUnique(NotifyingListImpl.java:286) at org.eclipse.emf.common.util.AbstractEList.add(AbstractEList.java:304) at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.createResource(ResourceSetImpl.java:435) at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.createResource(ResourceSetImpl.java:423) at org.eclipse.emf.internal.cdo.transaction.CDOTransactionImpl.createResource(CDOTransactionImpl.java:1206) at org.eclipse.emf.internal.cdo.transaction.CDOTransactionImpl.getOrCreateResource(CDOTransactionImpl.java:1238) at org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_279565_Test.testBugzilla_279565_TXListener(Bugzilla_279565_Test.java:96) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at junit.framework.TestCase.runTest(TestCase.java:177) at org.eclipse.net4j.util.tests.AbstractOMTest.access$0(AbstractOMTest.java:1) at org.eclipse.net4j.util.tests.AbstractOMTest$3.execute(AbstractOMTest.java:315) at org.eclipse.net4j.internal.util.test.TestExecuter.execute(TestExecuter.java:40) at org.eclipse.net4j.util.tests.AbstractOMTest.runBare(AbstractOMTest.java:301) at org.eclipse.emf.cdo.tests.config.impl.ConfigTest.runBare(ConfigTest.java:648) at junit.framework.TestResult$1.protect(TestResult.java:122) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.framework.TestResult.run(TestResult.java:125) at junit.framework.TestCase.run(TestCase.java:130) at org.eclipse.net4j.util.tests.AbstractOMTest.run(AbstractOMTest.java:375) at junit.framework.TestSuite.runTest(TestSuite.java:241) at org.eclipse.emf.cdo.tests.config.impl.ConfigTestSuite$TestClassWrapper.runTest(ConfigTestSuite.java:231) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at org.eclipse.emf.cdo.tests.config.impl.ConfigTestSuite$MainSuite.run(ConfigTestSuite.java:166) at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:364) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:237) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:158) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.apache.maven.surefire.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:167) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:142) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:28) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:679) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:616) at org.eclipse.equinox.launcher.Main.run(Main.java:1492) at org.eclipse.equinox.launcher.Main.main(Main.java:1465) [WARN] org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_279565_Test$3@244a2cef failed to process LifecycleEvent[source=Transaction 1 [MAIN], kind=ABOUT_TO_DEACTIVATE]: java.lang.IllegalStateException: Simulated exception java.lang.IllegalStateException: Simulated exception at org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_279565_Test$3.notifyEvent(Bugzilla_279565_Test.java:92) at org.eclipse.net4j.util.event.Notifier.fireEventSafe(Notifier.java:240) at org.eclipse.net4j.util.event.Notifier.fireEvent(Notifier.java:167) at org.eclipse.net4j.util.lifecycle.Lifecycle.internalDeactivate(Lifecycle.java:147) at org.eclipse.net4j.util.lifecycle.Lifecycle.deactivate(Lifecycle.java:208) at org.eclipse.net4j.util.lifecycle.LifecycleUtil.deactivate(LifecycleUtil.java:254) at org.eclipse.net4j.util.lifecycle.LifecycleUtil.deactivate(LifecycleUtil.java:244) at org.eclipse.net4j.util.lifecycle.LifecycleUtil.deactivate(LifecycleUtil.java:271) at org.eclipse.emf.internal.cdo.view.AbstractCDOView.close(AbstractCDOView.java:3006) at org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_279565_Test.testBugzilla_279565_TXListener(Bugzilla_279565_Test.java:97) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at junit.framework.TestCase.runTest(TestCase.java:177) at org.eclipse.net4j.util.tests.AbstractOMTest.access$0(AbstractOMTest.java:1) at org.eclipse.net4j.util.tests.AbstractOMTest$3.execute(AbstractOMTest.java:315) at org.eclipse.net4j.internal.util.test.TestExecuter.execute(TestExecuter.java:40) at org.eclipse.net4j.util.tests.AbstractOMTest.runBare(AbstractOMTest.java:301) at org.eclipse.emf.cdo.tests.config.impl.ConfigTest.runBare(ConfigTest.java:648) at junit.framework.TestResult$1.protect(TestResult.java:122) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.framework.TestResult.run(TestResult.java:125) at junit.framework.TestCase.run(TestCase.java:130) at org.eclipse.net4j.util.tests.AbstractOMTest.run(AbstractOMTest.java:375) at junit.framework.TestSuite.runTest(TestSuite.java:241) at org.eclipse.emf.cdo.tests.config.impl.ConfigTestSuite$TestClassWrapper.runTest(ConfigTestSuite.java:231) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at org.eclipse.emf.cdo.tests.config.impl.ConfigTestSuite$MainSuite.run(ConfigTestSuite.java:166) at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:364) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:237) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:158) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.apache.maven.surefire.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:167) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:142) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:28) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:679) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:616) at org.eclipse.equinox.launcher.Main.run(Main.java:1492) at org.eclipse.equinox.launcher.Main.main(Main.java:1465) [WARN] org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_279565_Test$3@244a2cef failed to process LifecycleEvent[source=Transaction 1 [closed], kind=DEACTIVATED]: java.lang.IllegalStateException: Simulated exception java.lang.IllegalStateException: Simulated exception at org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_279565_Test$3.notifyEvent(Bugzilla_279565_Test.java:92) at org.eclipse.net4j.util.event.Notifier.fireEventSafe(Notifier.java:240) at org.eclipse.net4j.util.event.Notifier.fireEvent(Notifier.java:167) at org.eclipse.net4j.util.lifecycle.Lifecycle.internalDeactivate(Lifecycle.java:165) at org.eclipse.net4j.util.lifecycle.Lifecycle.deactivate(Lifecycle.java:208) at org.eclipse.net4j.util.lifecycle.LifecycleUtil.deactivate(LifecycleUtil.java:254) at org.eclipse.net4j.util.lifecycle.LifecycleUtil.deactivate(LifecycleUtil.java:244) at org.eclipse.net4j.util.lifecycle.LifecycleUtil.deactivate(LifecycleUtil.java:271) at org.eclipse.emf.internal.cdo.view.AbstractCDOView.close(AbstractCDOView.java:3006) at org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_279565_Test.testBugzilla_279565_TXListener(Bugzilla_279565_Test.java:97) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at junit.framework.TestCase.runTest(TestCase.java:177) at org.eclipse.net4j.util.tests.AbstractOMTest.access$0(AbstractOMTest.java:1) at org.eclipse.net4j.util.tests.AbstractOMTest$3.execute(AbstractOMTest.java:315) at org.eclipse.net4j.internal.util.test.TestExecuter.execute(TestExecuter.java:40) at org.eclipse.net4j.util.tests.AbstractOMTest.runBare(AbstractOMTest.java:301) at org.eclipse.emf.cdo.tests.config.impl.ConfigTest.runBare(ConfigTest.java:648) at junit.framework.TestResult$1.protect(TestResult.java:122) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.framework.TestResult.run(TestResult.java:125) at junit.framework.TestCase.run(TestCase.java:130) at org.eclipse.net4j.util.tests.AbstractOMTest.run(AbstractOMTest.java:375) at junit.framework.TestSuite.runTest(TestSuite.java:241) at org.eclipse.emf.cdo.tests.config.impl.ConfigTestSuite$TestClassWrapper.runTest(ConfigTestSuite.java:231) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at org.eclipse.emf.cdo.tests.config.impl.ConfigTestSuite$MainSuite.run(ConfigTestSuite.java:166) at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:364) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:237) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:158) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.apache.maven.surefire.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:167) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:142) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:28) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:679) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:616) at org.eclipse.equinox.launcher.Main.run(Main.java:1492) at org.eclipse.equinox.launcher.Main.main(Main.java:1465) ******************************************************* Bugzilla_279982_Test.testBugzilla_279982_Multi [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_279982_Test.testBugzilla_279982_Multi_RevisionPrefetchingPolicy [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_279982_Test.testBugzilla_279982_Single [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_280102_Test.testRootResourceInReadOnlyView [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_280102_Test.testRootResourceInTransaction [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_283131_Test.testRollbackManyConflictNotification [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_283131_Test.testRollbackManyNotification [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_283131_Test.testRollbackSingleAddNotification [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_283131_Test.testRollbackSingleConflictNotification [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_283131_Test.testRollbackSingleNotification [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_283131_Test.testRollbackSingleRemoveNotification [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_283985_1_Test.testAddRemoveSequence [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_283985_1_Test.testBugzilla283985_DragAndDropMultiple [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_283985_1_Test.testBugzilla283985_DragAndDropMultipleMultiparent [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_283985_1_Test.testBugzilla283985_DragAndDropSingle [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_283985_1_Test.testBugzilla283985_PlainMultiple [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_283985_1_Test.testBugzilla283985_PlainSingle [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_283985_1_Test.testBugzilla283985_RemoveAndAddMultiple [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_283985_1_Test.testBugzilla283985_RemoveAndAddSingle [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_283985_1_Test.testCanDaDmoreThanOnce [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_283985_1_Test.testCanReattachDirtyObject [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_283985_1_Test.testEReferencesCorrupted [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_283985_2_Test.testMoveOnce [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_283985_2_Test.testMoveOnceAndBack [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_283985_3_Test.test1 [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_283985_3_Test.test2 [H2-branching-ranges, JVM, Native] ******************************************************* TRANSIENT ******************************************************* Bugzilla_283985_3_Test.test3 [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_283985_3_Test.test4 [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_285008_Test.testCDO_crossReferences [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_285008_Test.testCDO_isSet [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_293283_Test.test1 [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_293283_Test.test2 [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_293283_Test.test3 [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_293283_Test.test4 [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_293283_Test.test5 [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_293283_Test.test6 [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_294859_Test.test [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_296561_Test.testBugzilla_296561 [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_296561_Test.testBugzilla_296561__checkTransactionObjects [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_297491_Test.testCreateAndChangeTags [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, repo2, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' RESTARTING... ContainerEvent[source=CDOTagListImpl, ADDED=BranchTag[tag3, Branch[id=0, name=MAIN], 2024-05-03 05:15:34.553]] ContainerEvent[source=CDOTagListImpl, ADDED=BranchTag[tag3, Branch[id=0, name=MAIN], 2024-05-03 05:15:34.553]] TagRenamedEventImpl[source=CDOTagListImpl, tag=BranchTag[renamed, Branch[id=0, name=MAIN], 2024-05-03 05:15:34.553], oldName=tag3, newName=renamed] TagRenamedEventImpl[source=CDOTagListImpl, tag=BranchTag[renamed, Branch[id=0, name=MAIN], 2024-05-03 05:15:34.553], oldName=tag3, newName=renamed] ContainerEvent[source=CDOTagListImpl, REMOVED=BranchTag[renamed, null, *]] ContainerEvent[source=CDOTagListImpl, REMOVED=BranchTag[renamed, null, *]] ******************************************************* Bugzilla_297491_Test.testLoadTags [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, repo2, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' Branch manager 2 started with modCount=1 ******************************************************* Bugzilla_298561_Test.testDirty [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_298561_Test.testDirtyMulti [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_298561_Test.testNew [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_298561_Test.testNewMulti [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_299190_Test.testGenRefSingleContainedUnidirectionalCDO [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_299190_Test.testGenRefSingleContainedUnidirectionalResourceFirstCDO [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_302233_Test.testRemove [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_302233_Test.testUnset [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_302233_Test.testUnset2 [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_302414_Test.test1 [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_302414_Test.test2 [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_303466_Test.test_badUris [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_303466_Test.test_missingDependency [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, repo2, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [WARN] Package == null for null ******************************************************* Bugzilla_303807_Test.testBugzilla_303807 [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_305527_Test.testAvoidReferencingDifferentViews [H2-branching-ranges, JVM, Native] ******************************************************* java.lang.IllegalArgumentException: Object MangoValue@OID6 is managed by a view with different target: View 2 [MAIN, 2024-05-03 05:15:34.987] at org.eclipse.emf.internal.cdo.view.AbstractCDOView.getID(AbstractCDOView.java:2363) at org.eclipse.emf.internal.cdo.transaction.CDOTransactionImpl.getID(CDOTransactionImpl.java:3806) at org.eclipse.emf.internal.cdo.view.AbstractCDOView.convertObjectToID(AbstractCDOView.java:2302) at org.eclipse.emf.internal.cdo.view.CDOStoreImpl.convertToCDOUnsynced(CDOStoreImpl.java:890) at org.eclipse.emf.internal.cdo.view.CDOStoreImpl.convertToCDO(CDOStoreImpl.java:864) at org.eclipse.emf.internal.cdo.CDOObjectImpl.instanceToRevisionFeature(CDOObjectImpl.java:1818) at org.eclipse.emf.internal.cdo.CDOObjectImpl.cdoInternalPostAttach(CDOObjectImpl.java:534) at org.eclipse.emf.internal.cdo.view.CDOStateMachine$AttachTransition.execute(CDOStateMachine.java:949) at org.eclipse.emf.internal.cdo.view.CDOStateMachine$AttachTransition.execute(CDOStateMachine.java:1) at org.eclipse.net4j.util.fsm.FiniteStateMachine.process(FiniteStateMachine.java:169) at org.eclipse.emf.internal.cdo.view.CDOStateMachine.attachObject(CDOStateMachine.java:275) at org.eclipse.emf.internal.cdo.view.CDOStateMachine.attachOrReattach(CDOStateMachine.java:248) at org.eclipse.emf.internal.cdo.view.CDOStateMachine.attach(CDOStateMachine.java:224) at org.eclipse.emf.cdo.eresource.impl.CDOResourceImpl.attached(CDOResourceImpl.java:1657) at org.eclipse.emf.cdo.eresource.impl.CDOResourceImpl.access$0(CDOResourceImpl.java:1655) at org.eclipse.emf.cdo.eresource.impl.CDOResourceImpl$ContentsCDOList.inverseAdd(CDOResourceImpl.java:2076) at org.eclipse.emf.common.notify.impl.DelegatingNotifyingListImpl.addUnique(DelegatingNotifyingListImpl.java:304) at org.eclipse.emf.common.util.AbstractEList.add(AbstractEList.java:304) at org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_305527_Test.testAvoidReferencingDifferentViews(Bugzilla_305527_Test.java:62) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at junit.framework.TestCase.runTest(TestCase.java:177) at org.eclipse.net4j.util.tests.AbstractOMTest.access$0(AbstractOMTest.java:1) at org.eclipse.net4j.util.tests.AbstractOMTest$3.execute(AbstractOMTest.java:315) at org.eclipse.net4j.internal.util.test.TestExecuter.execute(TestExecuter.java:40) at org.eclipse.net4j.util.tests.AbstractOMTest.runBare(AbstractOMTest.java:301) at org.eclipse.emf.cdo.tests.config.impl.ConfigTest.runBare(ConfigTest.java:648) at junit.framework.TestResult$1.protect(TestResult.java:122) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.framework.TestResult.run(TestResult.java:125) at junit.framework.TestCase.run(TestCase.java:130) at org.eclipse.net4j.util.tests.AbstractOMTest.run(AbstractOMTest.java:375) at junit.framework.TestSuite.runTest(TestSuite.java:241) at org.eclipse.emf.cdo.tests.config.impl.ConfigTestSuite$TestClassWrapper.runTest(ConfigTestSuite.java:231) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at org.eclipse.emf.cdo.tests.config.impl.ConfigTestSuite$MainSuite.run(ConfigTestSuite.java:166) at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:364) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:237) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:158) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.apache.maven.surefire.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:167) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:142) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:28) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:679) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:616) at org.eclipse.equinox.launcher.Main.run(Main.java:1492) at org.eclipse.equinox.launcher.Main.main(Main.java:1465) ******************************************************* Bugzilla_306710_Test.testBugzilla_306710_addRemove [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_306710_Test.testBugzilla_306710_remove [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_306998_Test.testInalidEENumLiteral [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_306998_Test.testValidEENumLiteral [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_308895_Test.testCustomDefaultDefault [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_308895_Test.testCustomDefaultInvalidLiteral [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_308895_Test.testCustomDefaultLiteral [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_308895_Test.testCustomRegular [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_310574_Test.testAddAndModifyAndRemoveFromPersistedList [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_310574_Test.testAddAndRemoveWithNull [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_310574_Test.testAddMoveMoveRemove [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_310574_Test.testAddRemoveWithAdditionalAdds [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_310574_Test.testAddRemoveWithAdditionalMoves [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_310574_Test.testListChanges01 [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_310574_Test.testListChanges02 [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_310574_Test.testListChanges03 [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_310574_Test.testListChanges04 [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_310574_Test.testListChanges05 [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_310574_Test.testListChanges06 [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_310574_Test.testListChanges07 [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_310574_Test.testMultipleMove [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_310574_Test.testOptimizeAddAndRemove [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_310574_Test.testOptimizeAddRemove [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_310574_Test.testOptimizeInterleavedAddMoveAndRemove [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_310574_Test.testOptimizeInterleavedAddRemove [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_310574_Test.testOptimizeMove [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_310574_Test.testRemoveAdd [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_310574_Test.testRemoveFromContainerThenFromReferenceList [H2-branching-ranges, JVM, Native] ******************************************************* b: 0 b: 1 b: 2 b: 4 b: 6 ******************************************************* Bugzilla_313326_Test.testNotificationBuilderBranch [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_313913_Test.testAccessOldValue [H2-branching-ranges, JVM, Native] ******************************************************* [Task@OID170] [Task@OID170] [Task@OID170] ******************************************************* Bugzilla_314186_Test.testEMFCompliance [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_314264_Test.testMerge [H2-branching-ranges, JVM, Native] ******************************************************* server-thread-74 [debug] moveOneDown add historic entry at: 1 server-thread-74 [debug] moveOneDown add historic entry at: 0 ******************************************************* Bugzilla_314264_Test.testMerge10 [H2-branching-ranges, JVM, Native] ******************************************************* server-thread-151 [debug] moveOneDown add historic entry at: 1 server-thread-151 [debug] moveOneDown add historic entry at: 0 server-thread-135 [debug] moveOneDown add historic entry at: 1 server-thread-135 [debug] moveOneDown add historic entry at: 0 server-thread-26 [debug] moveOneDown add historic entry at: 1 server-thread-26 [debug] moveOneDown add historic entry at: 0 server-thread-164 [debug] moveOneDown add historic entry at: 1 server-thread-164 [debug] moveOneDown add historic entry at: 0 ******************************************************* Bugzilla_314264_Test.testNotificationBuilderTest [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_315026_Test.test [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_315043_Test.testReloadingRevisions [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_316145_Test.testRevisionInListNull [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_316273_Test.testXRef_Many [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_316273_Test.testXRef_Single [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_316434_Test.testInitial [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, repo2, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Bugzilla_316444_Test.testLockParentWithEAttributeChange [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_318518_Test.testCorrectNumberOfFeatureDeltas [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, repo2, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Bugzilla_318844_Test.test [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_318876_Test.test [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_318919_Test.testPrefetchObject [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_318919_Test.testPrefetchResource_CLEAN [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_318919_Test.testPrefetchResource_PROXY [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_318998_Test.testQueryXRefMany [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, repo2, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Bugzilla_318998_Test.testQueryXRefSingle [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_319836_Test.testNodeMovesInTreeCreatesCycle [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, repo2, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Bugzilla_319836_Test.testNodeMovesInTreeDuplicatesNode [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_319836_Test.testNodeMovesInTreeEatsNode [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_320690_Test.testDeleteTarget [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, repo2, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Bugzilla_320690_Test.testDeleteTargetAndReferenceAtOnce [H2-branching-ranges, JVM, Native] ******************************************************* DBStore ======= MAIN[0] 2024-05-03 05:15:38.565/* CDOResource@OID1:0v1("/") 2024-05-03 05:15:38.565/2024-05-03 05:15:38.591 CDOResource@OID1:0v2("/") 2024-05-03 05:15:38.592/2024-05-03 05:15:38.612 CDOResource@OID1:0v3("/") 2024-05-03 05:15:38.613/* CDOResourceFolder@OID2:0v1("Bugzilla_320690_Test_testDeleteTarget")2024-05-03 05:15:38.592/* CDOResource@OID3:0v1("test") 2024-05-03 05:15:38.592/* NodeA@OID4:0v1 2024-05-03 05:15:38.592/* NodeA@OID5:0v1 2024-05-03 05:15:38.592/* NodeA@OID6:0v1 2024-05-03 05:15:38.592/* CDOResourceFolder@OID7:0v1("Bugzilla_320690_Test_testDeleteTargetAndReferenceAtOnce")2024-05-03 05:15:38.613/* CDOResource@OID8:0v1("test") 2024-05-03 05:15:38.613/* NodeA@OID9:0v1 2024-05-03 05:15:38.613/* NodeA@OID10:0v1 2024-05-03 05:15:38.613/* NodeA@OID11:0v1 2024-05-03 05:15:38.613/* ******************************************************* Bugzilla_320690_Test.testDeleteTargetRemoveAndAddReference [H2-branching-ranges, JVM, Native] ******************************************************* DBStore ======= MAIN[0] 2024-05-03 05:15:38.565/* CDOResource@OID1:0v1("/") 2024-05-03 05:15:38.565/2024-05-03 05:15:38.591 CDOResource@OID1:0v2("/") 2024-05-03 05:15:38.592/2024-05-03 05:15:38.612 CDOResource@OID1:0v3("/") 2024-05-03 05:15:38.613/2024-05-03 05:15:38.631 CDOResource@OID1:0v4("/") 2024-05-03 05:15:38.632/* CDOResourceFolder@OID2:0v1("Bugzilla_320690_Test_testDeleteTarget")2024-05-03 05:15:38.592/* CDOResource@OID3:0v1("test") 2024-05-03 05:15:38.592/* NodeA@OID4:0v1 2024-05-03 05:15:38.592/* NodeA@OID5:0v1 2024-05-03 05:15:38.592/* NodeA@OID6:0v1 2024-05-03 05:15:38.592/* CDOResourceFolder@OID7:0v1("Bugzilla_320690_Test_testDeleteTargetAndReferenceAtOnce")2024-05-03 05:15:38.613/* CDOResource@OID8:0v1("test") 2024-05-03 05:15:38.613/* NodeA@OID9:0v1 2024-05-03 05:15:38.613/2024-05-03 05:15:38.616 NodeA@OID9:0v2 2024-05-03 05:15:38.617/* NodeA@OID10:0v1 2024-05-03 05:15:38.613/2024-05-03 05:15:38.616 NodeA@OID11:0v1 2024-05-03 05:15:38.613/2024-05-03 05:15:38.616 NodeA@OID11:0v2 2024-05-03 05:15:38.617/* CDOResourceFolder@OID12:0v1("Bugzilla_320690_Test_testDeleteTargetRemoveAndAddReference")2024-05-03 05:15:38.632/* CDOResource@OID13:0v1("test") 2024-05-03 05:15:38.632/* NodeA@OID14:0v1 2024-05-03 05:15:38.632/* NodeA@OID15:0v1 2024-05-03 05:15:38.632/* NodeA@OID16:0v1 2024-05-03 05:15:38.632/* ******************************************************* Bugzilla_320690_Test.testLockRefTargets [H2-branching-ranges, JVM, Native] ******************************************************* DBStore ======= MAIN[0] 2024-05-03 05:15:38.565/* CDOResource@OID1:0v1("/") 2024-05-03 05:15:38.565/2024-05-03 05:15:38.591 CDOResource@OID1:0v2("/") 2024-05-03 05:15:38.592/2024-05-03 05:15:38.612 CDOResource@OID1:0v3("/") 2024-05-03 05:15:38.613/2024-05-03 05:15:38.631 CDOResource@OID1:0v4("/") 2024-05-03 05:15:38.632/2024-05-03 05:15:38.658 CDOResource@OID1:0v5("/") 2024-05-03 05:15:38.659/* CDOResourceFolder@OID2:0v1("Bugzilla_320690_Test_testDeleteTarget")2024-05-03 05:15:38.592/* CDOResource@OID3:0v1("test") 2024-05-03 05:15:38.592/* NodeA@OID4:0v1 2024-05-03 05:15:38.592/* NodeA@OID5:0v1 2024-05-03 05:15:38.592/* NodeA@OID6:0v1 2024-05-03 05:15:38.592/* CDOResourceFolder@OID7:0v1("Bugzilla_320690_Test_testDeleteTargetAndReferenceAtOnce")2024-05-03 05:15:38.613/* CDOResource@OID8:0v1("test") 2024-05-03 05:15:38.613/* NodeA@OID9:0v1 2024-05-03 05:15:38.613/2024-05-03 05:15:38.616 NodeA@OID9:0v2 2024-05-03 05:15:38.617/* NodeA@OID10:0v1 2024-05-03 05:15:38.613/2024-05-03 05:15:38.616 NodeA@OID11:0v1 2024-05-03 05:15:38.613/2024-05-03 05:15:38.616 NodeA@OID11:0v2 2024-05-03 05:15:38.617/* CDOResourceFolder@OID12:0v1("Bugzilla_320690_Test_testDeleteTargetRemoveAndAddReference")2024-05-03 05:15:38.632/* CDOResource@OID13:0v1("test") 2024-05-03 05:15:38.632/* NodeA@OID14:0v1 2024-05-03 05:15:38.632/* NodeA@OID15:0v1 2024-05-03 05:15:38.632/* NodeA@OID16:0v1 2024-05-03 05:15:38.632/* CDOResourceFolder@OID17:0v1("Bugzilla_320690_Test_testLockRefTargets")2024-05-03 05:15:38.659/* CDOResource@OID18:0v1("test") 2024-05-03 05:15:38.659/* RefSingleContainedNPL@OID19:0v1 2024-05-03 05:15:38.659/* ContainedElementNoOpposite@OID20:0v1 2024-05-03 05:15:38.659/* RefSingleNonContainedNPL@OID21:0v1 2024-05-03 05:15:38.659/* DBStore ======= MAIN[0] 2024-05-03 05:15:38.565/* CDOResource@OID1:0v1("/") 2024-05-03 05:15:38.565/2024-05-03 05:15:38.591 CDOResource@OID1:0v2("/") 2024-05-03 05:15:38.592/2024-05-03 05:15:38.612 CDOResource@OID1:0v3("/") 2024-05-03 05:15:38.613/2024-05-03 05:15:38.631 CDOResource@OID1:0v4("/") 2024-05-03 05:15:38.632/2024-05-03 05:15:38.658 CDOResource@OID1:0v5("/") 2024-05-03 05:15:38.659/* CDOResourceFolder@OID2:0v1("Bugzilla_320690_Test_testDeleteTarget")2024-05-03 05:15:38.592/* CDOResource@OID3:0v1("test") 2024-05-03 05:15:38.592/* NodeA@OID4:0v1 2024-05-03 05:15:38.592/* NodeA@OID5:0v1 2024-05-03 05:15:38.592/* NodeA@OID6:0v1 2024-05-03 05:15:38.592/* CDOResourceFolder@OID7:0v1("Bugzilla_320690_Test_testDeleteTargetAndReferenceAtOnce")2024-05-03 05:15:38.613/* CDOResource@OID8:0v1("test") 2024-05-03 05:15:38.613/* NodeA@OID9:0v1 2024-05-03 05:15:38.613/2024-05-03 05:15:38.616 NodeA@OID9:0v2 2024-05-03 05:15:38.617/* NodeA@OID10:0v1 2024-05-03 05:15:38.613/2024-05-03 05:15:38.616 NodeA@OID11:0v1 2024-05-03 05:15:38.613/2024-05-03 05:15:38.616 NodeA@OID11:0v2 2024-05-03 05:15:38.617/* CDOResourceFolder@OID12:0v1("Bugzilla_320690_Test_testDeleteTargetRemoveAndAddReference")2024-05-03 05:15:38.632/* CDOResource@OID13:0v1("test") 2024-05-03 05:15:38.632/* NodeA@OID14:0v1 2024-05-03 05:15:38.632/* NodeA@OID15:0v1 2024-05-03 05:15:38.632/* NodeA@OID16:0v1 2024-05-03 05:15:38.632/* CDOResourceFolder@OID17:0v1("Bugzilla_320690_Test_testLockRefTargets")2024-05-03 05:15:38.659/* CDOResource@OID18:0v1("test") 2024-05-03 05:15:38.659/* RefSingleContainedNPL@OID19:0v1 2024-05-03 05:15:38.659/2024-05-03 05:15:38.682 RefSingleContainedNPL@OID19:0v2 2024-05-03 05:15:38.683/* ContainedElementNoOpposite@OID20:0v1 2024-05-03 05:15:38.659/2024-05-03 05:15:38.682 RefSingleNonContainedNPL@OID21:0v1 2024-05-03 05:15:38.659/* DBStore ======= MAIN[0] 2024-05-03 05:15:38.565/* CDOResource@OID1:0v1("/") 2024-05-03 05:15:38.565/2024-05-03 05:15:38.591 CDOResource@OID1:0v2("/") 2024-05-03 05:15:38.592/2024-05-03 05:15:38.612 CDOResource@OID1:0v3("/") 2024-05-03 05:15:38.613/2024-05-03 05:15:38.631 CDOResource@OID1:0v4("/") 2024-05-03 05:15:38.632/2024-05-03 05:15:38.658 CDOResource@OID1:0v5("/") 2024-05-03 05:15:38.659/* CDOResourceFolder@OID2:0v1("Bugzilla_320690_Test_testDeleteTarget")2024-05-03 05:15:38.592/* CDOResource@OID3:0v1("test") 2024-05-03 05:15:38.592/* NodeA@OID4:0v1 2024-05-03 05:15:38.592/* NodeA@OID5:0v1 2024-05-03 05:15:38.592/* NodeA@OID6:0v1 2024-05-03 05:15:38.592/* CDOResourceFolder@OID7:0v1("Bugzilla_320690_Test_testDeleteTargetAndReferenceAtOnce")2024-05-03 05:15:38.613/* CDOResource@OID8:0v1("test") 2024-05-03 05:15:38.613/* NodeA@OID9:0v1 2024-05-03 05:15:38.613/2024-05-03 05:15:38.616 NodeA@OID9:0v2 2024-05-03 05:15:38.617/* NodeA@OID10:0v1 2024-05-03 05:15:38.613/2024-05-03 05:15:38.616 NodeA@OID11:0v1 2024-05-03 05:15:38.613/2024-05-03 05:15:38.616 NodeA@OID11:0v2 2024-05-03 05:15:38.617/* CDOResourceFolder@OID12:0v1("Bugzilla_320690_Test_testDeleteTargetRemoveAndAddReference")2024-05-03 05:15:38.632/* CDOResource@OID13:0v1("test") 2024-05-03 05:15:38.632/* NodeA@OID14:0v1 2024-05-03 05:15:38.632/* NodeA@OID15:0v1 2024-05-03 05:15:38.632/* NodeA@OID16:0v1 2024-05-03 05:15:38.632/* CDOResourceFolder@OID17:0v1("Bugzilla_320690_Test_testLockRefTargets")2024-05-03 05:15:38.659/* CDOResource@OID18:0v1("test") 2024-05-03 05:15:38.659/* RefSingleContainedNPL@OID19:0v1 2024-05-03 05:15:38.659/2024-05-03 05:15:38.682 RefSingleContainedNPL@OID19:0v2 2024-05-03 05:15:38.683/* ContainedElementNoOpposite@OID20:0v1 2024-05-03 05:15:38.659/2024-05-03 05:15:38.682 RefSingleNonContainedNPL@OID21:0v1 2024-05-03 05:15:38.659/* ******************************************************* Bugzilla_320837_Test.testLoadContainedBeforeContainer [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, repo2, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Bugzilla_321699_Test.test [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_321986_Test.testRollback [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_322218_Test.testMyEnumList [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_322218_Test.testMyEnumList2 [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_322218_Test.testMyEnumList2PCL [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_322218_Test.testMyEnumList3 [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_322218_Test.testMyEnumList3PCL [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_322218_Test.testMyEnumList3PCL_Reload [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_322218_Test.testMyEnumListPCL [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_322218_Test.testMyEnumListUnsettable [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_322218_Test.testMyEnumListUnsettable2 [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_322218_Test.testMyEnumListUnsettable2PCL [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_322218_Test.testMyEnumListUnsettable3 [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_322218_Test.testMyEnumListUnsettable3PCL [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_322218_Test.testMyEnumListUnsettable3PCL_Reload [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_322218_Test.testMyEnumListUnsettablePCL [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_322754_Test.testResourceDelete [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_322754_Test.testResourceDeleteWithDanglingReferences [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_322804_Test.testAddElementToCustomTypedList [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_323930_Test.testAddXRefByReplace [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, repo2, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' DBStore ======= MAIN[0] 2024-05-03 05:15:39.214/* CDOResource@OID1:0v1("/") 2024-05-03 05:15:39.214/2024-05-03 05:15:39.236 CDOResource@OID1:0v2("/") 2024-05-03 05:15:39.237/* CDOResourceFolder@OID2:0v1("Bugzilla_323930_Test_testAddXRefByReplace")2024-05-03 05:15:39.237/* CDOResource@OID3:0v1("test") 2024-05-03 05:15:39.237/* NodeA@OID4:0v1 2024-05-03 05:15:39.237/* NodeA@OID5:0v1 2024-05-03 05:15:39.237/* NodeA@OID6:0v1 2024-05-03 05:15:39.237/* NodeA@OID7:0v1 2024-05-03 05:15:39.237/* NodeA@OID8:0v1 2024-05-03 05:15:39.237/* NodeA@OID9:0v1 2024-05-03 05:15:39.237/* [ERROR] This commit deletes object OID9 and adds a reference at the same time java.lang.IllegalStateException: This commit deletes object OID9 and adds a reference at the same time at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.lockTarget(TransactionCommitContext.java:1266) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext$5.visit(TransactionCommitContext.java:1163) at org.eclipse.emf.cdo.internal.common.revision.delta.CDOSetFeatureDeltaImpl.accept(CDOSetFeatureDeltaImpl.java:96) at org.eclipse.emf.cdo.spi.common.revision.CDOFeatureDeltaVisitorImpl.visit(CDOFeatureDeltaVisitorImpl.java:59) at org.eclipse.emf.cdo.internal.common.revision.delta.CDOListFeatureDeltaImpl.accept(CDOListFeatureDeltaImpl.java:613) at org.eclipse.emf.cdo.internal.common.revision.delta.CDORevisionDeltaImpl.accept(CDORevisionDeltaImpl.java:389) at org.eclipse.emf.cdo.internal.common.revision.delta.CDORevisionDeltaImpl.accept(CDORevisionDeltaImpl.java:371) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.lockObjects(TransactionCommitContext.java:1197) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.write(TransactionCommitContext.java:823) at org.eclipse.emf.cdo.spi.server.InternalCommitContext$1.runLoop(InternalCommitContext.java:49) at org.eclipse.emf.cdo.spi.server.InternalCommitContext$1.runLoop(InternalCommitContext.java:1) at org.eclipse.net4j.util.om.monitor.ProgressDistributor.run(ProgressDistributor.java:95) at org.eclipse.emf.cdo.internal.server.Repository.commitUnsynced(Repository.java:1562) at org.eclipse.emf.cdo.internal.server.Repository.commit(Repository.java:1550) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicatingCommit(CommitTransactionIndication.java:283) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicating(CommitTransactionIndication.java:96) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerIndicationWithMonitoring.indicating(CDOServerIndicationWithMonitoring.java:118) at org.eclipse.net4j.signal.IndicationWithMonitoring.indicating(IndicationWithMonitoring.java:62) at org.eclipse.net4j.signal.IndicationWithResponse.doExtendedInput(IndicationWithResponse.java:94) at org.eclipse.net4j.signal.Signal.doInput(Signal.java:434) at org.eclipse.net4j.signal.IndicationWithResponse.execute(IndicationWithResponse.java:72) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) ******************************************************* Bugzilla_323930_Test.testAddXRefByReplace_PrecedingAdd [H2-branching-ranges, JVM, Native] ******************************************************* DBStore ======= MAIN[0] 2024-05-03 05:15:39.214/* CDOResource@OID1:0v1("/") 2024-05-03 05:15:39.214/2024-05-03 05:15:39.236 CDOResource@OID1:0v2("/") 2024-05-03 05:15:39.237/2024-05-03 05:15:39.257 CDOResource@OID1:0v3("/") 2024-05-03 05:15:39.258/* CDOResourceFolder@OID2:0v1("Bugzilla_323930_Test_testAddXRefByReplace")2024-05-03 05:15:39.237/* CDOResource@OID3:0v1("test") 2024-05-03 05:15:39.237/* NodeA@OID4:0v1 2024-05-03 05:15:39.237/* NodeA@OID5:0v1 2024-05-03 05:15:39.237/* NodeA@OID6:0v1 2024-05-03 05:15:39.237/* NodeA@OID7:0v1 2024-05-03 05:15:39.237/* NodeA@OID8:0v1 2024-05-03 05:15:39.237/* NodeA@OID9:0v1 2024-05-03 05:15:39.237/* CDOResourceFolder@OID10:0v1("Bugzilla_323930_Test_testAddXRefByReplace_PrecedingAdd")2024-05-03 05:15:39.258/* CDOResource@OID11:0v1("test") 2024-05-03 05:15:39.258/* NodeA@OID12:0v1 2024-05-03 05:15:39.258/* NodeA@OID13:0v1 2024-05-03 05:15:39.258/* NodeA@OID14:0v1 2024-05-03 05:15:39.258/* NodeA@OID15:0v1 2024-05-03 05:15:39.258/* NodeA@OID16:0v1 2024-05-03 05:15:39.258/* NodeA@OID17:0v1 2024-05-03 05:15:39.258/* [ERROR] This commit deletes object OID17 and adds a reference at the same time java.lang.IllegalStateException: This commit deletes object OID17 and adds a reference at the same time at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.lockTarget(TransactionCommitContext.java:1266) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext$5.visit(TransactionCommitContext.java:1163) at org.eclipse.emf.cdo.internal.common.revision.delta.CDOSetFeatureDeltaImpl.accept(CDOSetFeatureDeltaImpl.java:96) at org.eclipse.emf.cdo.spi.common.revision.CDOFeatureDeltaVisitorImpl.visit(CDOFeatureDeltaVisitorImpl.java:59) at org.eclipse.emf.cdo.internal.common.revision.delta.CDOListFeatureDeltaImpl.accept(CDOListFeatureDeltaImpl.java:613) at org.eclipse.emf.cdo.internal.common.revision.delta.CDORevisionDeltaImpl.accept(CDORevisionDeltaImpl.java:389) at org.eclipse.emf.cdo.internal.common.revision.delta.CDORevisionDeltaImpl.accept(CDORevisionDeltaImpl.java:371) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.lockObjects(TransactionCommitContext.java:1197) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.write(TransactionCommitContext.java:823) at org.eclipse.emf.cdo.spi.server.InternalCommitContext$1.runLoop(InternalCommitContext.java:49) at org.eclipse.emf.cdo.spi.server.InternalCommitContext$1.runLoop(InternalCommitContext.java:1) at org.eclipse.net4j.util.om.monitor.ProgressDistributor.run(ProgressDistributor.java:95) at org.eclipse.emf.cdo.internal.server.Repository.commitUnsynced(Repository.java:1562) at org.eclipse.emf.cdo.internal.server.Repository.commit(Repository.java:1550) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicatingCommit(CommitTransactionIndication.java:283) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicating(CommitTransactionIndication.java:96) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerIndicationWithMonitoring.indicating(CDOServerIndicationWithMonitoring.java:118) at org.eclipse.net4j.signal.IndicationWithMonitoring.indicating(IndicationWithMonitoring.java:62) at org.eclipse.net4j.signal.IndicationWithResponse.doExtendedInput(IndicationWithResponse.java:94) at org.eclipse.net4j.signal.Signal.doInput(Signal.java:434) at org.eclipse.net4j.signal.IndicationWithResponse.execute(IndicationWithResponse.java:72) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) ******************************************************* Bugzilla_323930_Test.testChangeIndexesInSourceList [H2-branching-ranges, JVM, Native] ******************************************************* DBStore ======= MAIN[0] 2024-05-03 05:15:39.214/* CDOResource@OID1:0v1("/") 2024-05-03 05:15:39.214/2024-05-03 05:15:39.236 CDOResource@OID1:0v2("/") 2024-05-03 05:15:39.237/2024-05-03 05:15:39.257 CDOResource@OID1:0v3("/") 2024-05-03 05:15:39.258/2024-05-03 05:15:39.268 CDOResource@OID1:0v4("/") 2024-05-03 05:15:39.269/* CDOResourceFolder@OID2:0v1("Bugzilla_323930_Test_testAddXRefByReplace")2024-05-03 05:15:39.237/* CDOResource@OID3:0v1("test") 2024-05-03 05:15:39.237/* NodeA@OID4:0v1 2024-05-03 05:15:39.237/* NodeA@OID5:0v1 2024-05-03 05:15:39.237/* NodeA@OID6:0v1 2024-05-03 05:15:39.237/* NodeA@OID7:0v1 2024-05-03 05:15:39.237/* NodeA@OID8:0v1 2024-05-03 05:15:39.237/* NodeA@OID9:0v1 2024-05-03 05:15:39.237/* CDOResourceFolder@OID10:0v1("Bugzilla_323930_Test_testAddXRefByReplace_PrecedingAdd")2024-05-03 05:15:39.258/* CDOResource@OID11:0v1("test") 2024-05-03 05:15:39.258/* NodeA@OID12:0v1 2024-05-03 05:15:39.258/* NodeA@OID13:0v1 2024-05-03 05:15:39.258/* NodeA@OID14:0v1 2024-05-03 05:15:39.258/* NodeA@OID15:0v1 2024-05-03 05:15:39.258/* NodeA@OID16:0v1 2024-05-03 05:15:39.258/* NodeA@OID17:0v1 2024-05-03 05:15:39.258/* CDOResourceFolder@OID18:0v1("Bugzilla_323930_Test_testChangeIndexesInSourceList")2024-05-03 05:15:39.269/* CDOResource@OID19:0v1("test") 2024-05-03 05:15:39.269/* NodeA@OID20:0v1 2024-05-03 05:15:39.269/* NodeA@OID21:0v1 2024-05-03 05:15:39.269/* NodeA@OID22:0v1 2024-05-03 05:15:39.269/* NodeA@OID23:0v1 2024-05-03 05:15:39.269/* NodeA@OID24:0v1 2024-05-03 05:15:39.269/* NodeA@OID25:0v1 2024-05-03 05:15:39.269/* ******************************************************* Bugzilla_323930_Test.testChangeIndexesInTargetList [H2-branching-ranges, JVM, Native] ******************************************************* DBStore ======= MAIN[0] 2024-05-03 05:15:39.214/* CDOResource@OID1:0v1("/") 2024-05-03 05:15:39.214/2024-05-03 05:15:39.236 CDOResource@OID1:0v2("/") 2024-05-03 05:15:39.237/2024-05-03 05:15:39.257 CDOResource@OID1:0v3("/") 2024-05-03 05:15:39.258/2024-05-03 05:15:39.268 CDOResource@OID1:0v4("/") 2024-05-03 05:15:39.269/2024-05-03 05:15:39.282 CDOResource@OID1:0v5("/") 2024-05-03 05:15:39.283/* CDOResourceFolder@OID2:0v1("Bugzilla_323930_Test_testAddXRefByReplace")2024-05-03 05:15:39.237/* CDOResource@OID3:0v1("test") 2024-05-03 05:15:39.237/* NodeA@OID4:0v1 2024-05-03 05:15:39.237/* NodeA@OID5:0v1 2024-05-03 05:15:39.237/* NodeA@OID6:0v1 2024-05-03 05:15:39.237/* NodeA@OID7:0v1 2024-05-03 05:15:39.237/* NodeA@OID8:0v1 2024-05-03 05:15:39.237/* NodeA@OID9:0v1 2024-05-03 05:15:39.237/* CDOResourceFolder@OID10:0v1("Bugzilla_323930_Test_testAddXRefByReplace_PrecedingAdd")2024-05-03 05:15:39.258/* CDOResource@OID11:0v1("test") 2024-05-03 05:15:39.258/* NodeA@OID12:0v1 2024-05-03 05:15:39.258/* NodeA@OID13:0v1 2024-05-03 05:15:39.258/* NodeA@OID14:0v1 2024-05-03 05:15:39.258/* NodeA@OID15:0v1 2024-05-03 05:15:39.258/* NodeA@OID16:0v1 2024-05-03 05:15:39.258/* NodeA@OID17:0v1 2024-05-03 05:15:39.258/* CDOResourceFolder@OID18:0v1("Bugzilla_323930_Test_testChangeIndexesInSourceList")2024-05-03 05:15:39.269/* CDOResource@OID19:0v1("test") 2024-05-03 05:15:39.269/2024-05-03 05:15:39.271 CDOResource@OID19:0v2("test") 2024-05-03 05:15:39.272/* NodeA@OID20:0v1 2024-05-03 05:15:39.269/2024-05-03 05:15:39.271 NodeA@OID20:0v2 2024-05-03 05:15:39.272/* NodeA@OID21:0v1 2024-05-03 05:15:39.269/* NodeA@OID22:0v1 2024-05-03 05:15:39.269/* NodeA@OID23:0v1 2024-05-03 05:15:39.269/* NodeA@OID24:0v1 2024-05-03 05:15:39.269/* NodeA@OID25:0v1 2024-05-03 05:15:39.269/2024-05-03 05:15:39.271 CDOResourceFolder@OID26:0v1("Bugzilla_323930_Test_testChangeIndexesInTargetList")2024-05-03 05:15:39.283/* CDOResource@OID27:0v1("test") 2024-05-03 05:15:39.283/* NodeA@OID28:0v1 2024-05-03 05:15:39.283/* NodeA@OID29:0v1 2024-05-03 05:15:39.283/* NodeA@OID30:0v1 2024-05-03 05:15:39.283/* NodeA@OID31:0v1 2024-05-03 05:15:39.283/* NodeA@OID32:0v1 2024-05-03 05:15:39.283/* NodeA@OID33:0v1 2024-05-03 05:15:39.283/* ******************************************************* Bugzilla_323930_Test.testRemoveXRefByReplace [H2-branching-ranges, JVM, Native] ******************************************************* DBStore ======= MAIN[0] 2024-05-03 05:15:39.214/* CDOResource@OID1:0v1("/") 2024-05-03 05:15:39.214/2024-05-03 05:15:39.236 CDOResource@OID1:0v2("/") 2024-05-03 05:15:39.237/2024-05-03 05:15:39.257 CDOResource@OID1:0v3("/") 2024-05-03 05:15:39.258/2024-05-03 05:15:39.268 CDOResource@OID1:0v4("/") 2024-05-03 05:15:39.269/2024-05-03 05:15:39.282 CDOResource@OID1:0v5("/") 2024-05-03 05:15:39.283/2024-05-03 05:15:39.296 CDOResource@OID1:0v6("/") 2024-05-03 05:15:39.297/* CDOResourceFolder@OID2:0v1("Bugzilla_323930_Test_testAddXRefByReplace")2024-05-03 05:15:39.237/* CDOResource@OID3:0v1("test") 2024-05-03 05:15:39.237/* NodeA@OID4:0v1 2024-05-03 05:15:39.237/* NodeA@OID5:0v1 2024-05-03 05:15:39.237/* NodeA@OID6:0v1 2024-05-03 05:15:39.237/* NodeA@OID7:0v1 2024-05-03 05:15:39.237/* NodeA@OID8:0v1 2024-05-03 05:15:39.237/* NodeA@OID9:0v1 2024-05-03 05:15:39.237/* CDOResourceFolder@OID10:0v1("Bugzilla_323930_Test_testAddXRefByReplace_PrecedingAdd")2024-05-03 05:15:39.258/* CDOResource@OID11:0v1("test") 2024-05-03 05:15:39.258/* NodeA@OID12:0v1 2024-05-03 05:15:39.258/* NodeA@OID13:0v1 2024-05-03 05:15:39.258/* NodeA@OID14:0v1 2024-05-03 05:15:39.258/* NodeA@OID15:0v1 2024-05-03 05:15:39.258/* NodeA@OID16:0v1 2024-05-03 05:15:39.258/* NodeA@OID17:0v1 2024-05-03 05:15:39.258/* CDOResourceFolder@OID18:0v1("Bugzilla_323930_Test_testChangeIndexesInSourceList")2024-05-03 05:15:39.269/* CDOResource@OID19:0v1("test") 2024-05-03 05:15:39.269/2024-05-03 05:15:39.271 CDOResource@OID19:0v2("test") 2024-05-03 05:15:39.272/* NodeA@OID20:0v1 2024-05-03 05:15:39.269/2024-05-03 05:15:39.271 NodeA@OID20:0v2 2024-05-03 05:15:39.272/* NodeA@OID21:0v1 2024-05-03 05:15:39.269/* NodeA@OID22:0v1 2024-05-03 05:15:39.269/* NodeA@OID23:0v1 2024-05-03 05:15:39.269/* NodeA@OID24:0v1 2024-05-03 05:15:39.269/* NodeA@OID25:0v1 2024-05-03 05:15:39.269/2024-05-03 05:15:39.271 CDOResourceFolder@OID26:0v1("Bugzilla_323930_Test_testChangeIndexesInTargetList")2024-05-03 05:15:39.283/* CDOResource@OID27:0v1("test") 2024-05-03 05:15:39.283/2024-05-03 05:15:39.286 CDOResource@OID27:0v2("test") 2024-05-03 05:15:39.287/* NodeA@OID28:0v1 2024-05-03 05:15:39.283/2024-05-03 05:15:39.286 NodeA@OID28:0v2 2024-05-03 05:15:39.287/* NodeA@OID29:0v1 2024-05-03 05:15:39.283/2024-05-03 05:15:39.286 NodeA@OID30:0v1 2024-05-03 05:15:39.283/2024-05-03 05:15:39.286 NodeA@OID31:0v1 2024-05-03 05:15:39.283/* NodeA@OID32:0v1 2024-05-03 05:15:39.283/* NodeA@OID33:0v1 2024-05-03 05:15:39.283/2024-05-03 05:15:39.286 CDOResourceFolder@OID34:0v1("Bugzilla_323930_Test_testRemoveXRefByReplace")2024-05-03 05:15:39.297/* CDOResource@OID35:0v1("test") 2024-05-03 05:15:39.297/* NodeA@OID36:0v1 2024-05-03 05:15:39.297/* NodeA@OID37:0v1 2024-05-03 05:15:39.297/* NodeA@OID38:0v1 2024-05-03 05:15:39.297/* NodeA@OID39:0v1 2024-05-03 05:15:39.297/* NodeA@OID40:0v1 2024-05-03 05:15:39.297/* NodeA@OID41:0v1 2024-05-03 05:15:39.297/* ******************************************************* Bugzilla_323930_Test.testRemoveXRefByReplace_PrecedingAdd [H2-branching-ranges, JVM, Native] ******************************************************* DBStore ======= MAIN[0] 2024-05-03 05:15:39.214/* CDOResource@OID1:0v1("/") 2024-05-03 05:15:39.214/2024-05-03 05:15:39.236 CDOResource@OID1:0v2("/") 2024-05-03 05:15:39.237/2024-05-03 05:15:39.257 CDOResource@OID1:0v3("/") 2024-05-03 05:15:39.258/2024-05-03 05:15:39.268 CDOResource@OID1:0v4("/") 2024-05-03 05:15:39.269/2024-05-03 05:15:39.282 CDOResource@OID1:0v5("/") 2024-05-03 05:15:39.283/2024-05-03 05:15:39.296 CDOResource@OID1:0v6("/") 2024-05-03 05:15:39.297/2024-05-03 05:15:39.307 CDOResource@OID1:0v7("/") 2024-05-03 05:15:39.308/* CDOResourceFolder@OID2:0v1("Bugzilla_323930_Test_testAddXRefByReplace")2024-05-03 05:15:39.237/* CDOResource@OID3:0v1("test") 2024-05-03 05:15:39.237/* NodeA@OID4:0v1 2024-05-03 05:15:39.237/* NodeA@OID5:0v1 2024-05-03 05:15:39.237/* NodeA@OID6:0v1 2024-05-03 05:15:39.237/* NodeA@OID7:0v1 2024-05-03 05:15:39.237/* NodeA@OID8:0v1 2024-05-03 05:15:39.237/* NodeA@OID9:0v1 2024-05-03 05:15:39.237/* CDOResourceFolder@OID10:0v1("Bugzilla_323930_Test_testAddXRefByReplace_PrecedingAdd")2024-05-03 05:15:39.258/* CDOResource@OID11:0v1("test") 2024-05-03 05:15:39.258/* NodeA@OID12:0v1 2024-05-03 05:15:39.258/* NodeA@OID13:0v1 2024-05-03 05:15:39.258/* NodeA@OID14:0v1 2024-05-03 05:15:39.258/* NodeA@OID15:0v1 2024-05-03 05:15:39.258/* NodeA@OID16:0v1 2024-05-03 05:15:39.258/* NodeA@OID17:0v1 2024-05-03 05:15:39.258/* CDOResourceFolder@OID18:0v1("Bugzilla_323930_Test_testChangeIndexesInSourceList")2024-05-03 05:15:39.269/* CDOResource@OID19:0v1("test") 2024-05-03 05:15:39.269/2024-05-03 05:15:39.271 CDOResource@OID19:0v2("test") 2024-05-03 05:15:39.272/* NodeA@OID20:0v1 2024-05-03 05:15:39.269/2024-05-03 05:15:39.271 NodeA@OID20:0v2 2024-05-03 05:15:39.272/* NodeA@OID21:0v1 2024-05-03 05:15:39.269/* NodeA@OID22:0v1 2024-05-03 05:15:39.269/* NodeA@OID23:0v1 2024-05-03 05:15:39.269/* NodeA@OID24:0v1 2024-05-03 05:15:39.269/* NodeA@OID25:0v1 2024-05-03 05:15:39.269/2024-05-03 05:15:39.271 CDOResourceFolder@OID26:0v1("Bugzilla_323930_Test_testChangeIndexesInTargetList")2024-05-03 05:15:39.283/* CDOResource@OID27:0v1("test") 2024-05-03 05:15:39.283/2024-05-03 05:15:39.286 CDOResource@OID27:0v2("test") 2024-05-03 05:15:39.287/* NodeA@OID28:0v1 2024-05-03 05:15:39.283/2024-05-03 05:15:39.286 NodeA@OID28:0v2 2024-05-03 05:15:39.287/* NodeA@OID29:0v1 2024-05-03 05:15:39.283/2024-05-03 05:15:39.286 NodeA@OID30:0v1 2024-05-03 05:15:39.283/2024-05-03 05:15:39.286 NodeA@OID31:0v1 2024-05-03 05:15:39.283/* NodeA@OID32:0v1 2024-05-03 05:15:39.283/* NodeA@OID33:0v1 2024-05-03 05:15:39.283/2024-05-03 05:15:39.286 CDOResourceFolder@OID34:0v1("Bugzilla_323930_Test_testRemoveXRefByReplace")2024-05-03 05:15:39.297/* CDOResource@OID35:0v1("test") 2024-05-03 05:15:39.297/2024-05-03 05:15:39.300 CDOResource@OID35:0v2("test") 2024-05-03 05:15:39.301/* NodeA@OID36:0v1 2024-05-03 05:15:39.297/2024-05-03 05:15:39.300 NodeA@OID36:0v2 2024-05-03 05:15:39.301/* NodeA@OID37:0v1 2024-05-03 05:15:39.297/* NodeA@OID38:0v1 2024-05-03 05:15:39.297/* NodeA@OID39:0v1 2024-05-03 05:15:39.297/* NodeA@OID40:0v1 2024-05-03 05:15:39.297/* NodeA@OID41:0v1 2024-05-03 05:15:39.297/2024-05-03 05:15:39.300 CDOResourceFolder@OID42:0v1("Bugzilla_323930_Test_testRemoveXRefByReplace_PrecedingAdd")2024-05-03 05:15:39.308/* CDOResource@OID43:0v1("test") 2024-05-03 05:15:39.308/* NodeA@OID44:0v1 2024-05-03 05:15:39.308/* NodeA@OID45:0v1 2024-05-03 05:15:39.308/* NodeA@OID46:0v1 2024-05-03 05:15:39.308/* NodeA@OID47:0v1 2024-05-03 05:15:39.308/* NodeA@OID48:0v1 2024-05-03 05:15:39.308/* NodeA@OID49:0v1 2024-05-03 05:15:39.308/* ******************************************************* Bugzilla_323958_Test.testAdditionFromTransactionHandler [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, repo2, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Bugzilla_323958_Test.testModificationFromTransactionHandler [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_324084_Test.testXRefMergeManyValueTest [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, repo2, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Bugzilla_324084_Test.testXRefMergeSingleValueTest [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_324544_Test.testCommitRefresh [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, repo2, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Bugzilla_324585_Test.testUpdate [H2-branching-ranges, JVM, Native] ******************************************************* [ERROR] Session5 [repo1] is inactive in org.eclipse.emf.cdo.internal.net4j.protocol.TagNotificationIndication org.eclipse.net4j.util.lifecycle.LifecycleException: Session5 [repo1] is inactive in org.eclipse.emf.cdo.internal.net4j.protocol.TagNotificationIndication at org.eclipse.emf.cdo.internal.net4j.protocol.CDOClientIndication.indicating(CDOClientIndication.java:72) at org.eclipse.net4j.signal.Indication.doExtendedInput(Indication.java:57) at org.eclipse.net4j.signal.Signal.doInput(Signal.java:434) at org.eclipse.net4j.signal.Indication.execute(Indication.java:51) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) Caused by: org.eclipse.net4j.util.lifecycle.LifecycleException: Not active: Session5 [repo1] at org.eclipse.net4j.util.lifecycle.LifecycleUtil.checkActive(LifecycleUtil.java:102) at org.eclipse.emf.cdo.internal.net4j.protocol.CDOClientIndication.indicating(CDOClientIndication.java:68) ... 9 more ******************************************************* Bugzilla_324635_Test.testTargetGoalDeltaVersion [H2-branching-ranges, JVM, Native] ******************************************************* server-thread-138 [debug] moveOneUp add historic entry at: 1 ******************************************************* Bugzilla_324756_Test.testReattachBranchVersion [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_324756_Test.testReattachBranchVersion2 [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_325603_Test.testModifyResource [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_325866_Test.testXRefReattachBranch [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, repo2, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Bugzilla_325866_Test.testXRefReattachBranchLevel2 [H2-branching-ranges, JVM, Native] ******************************************************* server-thread-57 [debug] moveOneUp add historic entry at: 1 server-thread-57 [debug] moveOneUp add historic entry at: 2 ******************************************************* Bugzilla_326518_Test.testIndexBranchMerge [H2-branching-ranges, JVM, Native] ******************************************************* server-thread-56 [debug] moveOneUp add historic entry at: 1 ## ChangeSet: * New objects: 1 - ContainedElementNoOpposite@OID19:0v0 * Changed objects: 1 - CDORevisionDelta[GenRefMultiContained@OID16:0v2 --> [CDOFeatureDelta[elements, LIST, originSize=2, list=[CDOFeatureDelta[elements, REMOVE, value=OID17, index=1], CDOFeatureDelta[elements, ADD, value=OID19, index=0]]]]] * Detached objects: 1 - ContainedElementNoOpposite@OID19:0v0 ContainedElementNoOpposite@OID19 ContainedElementNoOpposite@OID20 ******************************************************* Bugzilla_326743_Test.testDefaultValue [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, repo2, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Bugzilla_327604_Test.testReadObjects [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, repo2, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' CDOWorkspaceBaseline: /tmp/cdo-16989302257054602723 Object: CDOResource@OID3[PROXY]("cdo://local/Bugzilla_327604_Test_testReadObjects/test1") Object: Product1@OID4 Object: Customer@OID5 Object: SalesOrder@OID6 Object: OrderDetail@OID7 ******************************************************* Bugzilla_328790_Test.test_newThenAdd1 [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, repo2, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Bugzilla_328790_Test.test_newThenAdd2 [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_328790_Test.test_newThenClear [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_329752_Test.testLoadContainedBeforeContainer [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_329869_Test.testDuplicateID [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_330052_Test.test_auditView [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_330052_Test.test_otherView [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_331619_Test.testAbstractXRef [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_333157_Test.testResourceFolderUpdate [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_333950_Test.testOpposites [H2-branching-ranges, JVM, Native] ******************************************************* ---> instanceA: OID39 ---> instanceB: OID40 ******************************************************* Bugzilla_334608_Test.testOpposites [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_334995_Test.testRename [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_334995_Test.testURIClash [H2-branching-ranges, JVM, Native] ******************************************************* Persisted resource: CDOResource@OID51("cdo://repo1/Bugzilla_334995_Test_testURIClash/resA") newObjects: oid1=CDOResource@oid1[NEW]("cdo://repo1/Bugzilla_334995_Test_testURIClash/resB"), state: NEW oid2=Supplier@oid2[NEW], state: NEW resources: CDOResource@oid1[NEW]("cdo://repo1/Bugzilla_334995_Test_testURIClash/resB") [WARN] URI clash: resource being instantiated had same URI as a resource already present locally; local resource was renamed from resB to resB~renamed Remote resource: CDOResource@OID51("cdo://repo1/Bugzilla_334995_Test_testURIClash/resB") Local resource: CDOResource@oid1[NEW]("cdo://repo1/Bugzilla_334995_Test_testURIClash/resB~renamed") newObjects: oid1=CDOResource@oid1[NEW]("cdo://repo1/Bugzilla_334995_Test_testURIClash/resB~renamed"), state: NEW oid2=Supplier@oid2[NEW], state: NEW resources: CDOResource@oid1[NEW]("cdo://repo1/Bugzilla_334995_Test_testURIClash/resB~renamed") CDOResource@OID51("cdo://repo1/Bugzilla_334995_Test_testURIClash/resB") ******************************************************* Bugzilla_335004_Test.testDuplicatePackageInSystem [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_335772_Test.testMapEntryAddition [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_335772_Test.testMapEntryAdditionPersistence [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_335772_Test.testMapEntryReplacement [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_335772_Test.testMapEntryReplacementPersistence [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_336314_Test.test1 [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_336314_Test.test2 [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_336382_Test.testPromoteToBranch [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_336590_Test.test [H2-branching-ranges, JVM, Native] ******************************************************* ---> New object: OrderDetail@oid4[NEW] ---> listDelta: CDOFeatureDelta[orderDetails, REMOVE, value=OID93, index=0] ******************************************************* Bugzilla_337054_Test.testCDOElementProxies [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_337523_Test.testRootResource_loadByID [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_337587_Test.testRevisionCompare [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_338779_Test.test_passiveUpdate_additions [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_338779_Test.test_passiveUpdate_changes [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_338779_Test.test_passiveUpdate_invalidations [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_338779_Test.test_refresh [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_338884_Test.test_canHandleUnset [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_338884_Test.test_multi [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_338884_Test.test_nonBidiMultiRef_newTarget [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_338884_Test.test_nonBidiSingleRef_newTarget [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_338884_Test.test_single [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_338921_Test.testLoadResourceAfterClearOnCleanResourceSet [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_338921_Test.testLoadResourceAfterClearOnDirtyResourceSet [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_338921_Test.testLoadResourceAfterSingleRemoval [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_338921_Test.testRemoveDirtyResourceOnResourceSetWithMultipleResource [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_338921_Test.testRemoveDirtyResourceOnResourceSetWithSingleResource [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_339313_Test.test [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_339461_Test.test [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_339908_Test.testIDAttribute [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_340961_Test.testMultiUserWork [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, repo2, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Bugzilla_340961_Test.testObjectChildren [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, repo2, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Bugzilla_341875_Test.test [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, repo2, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Bugzilla_341995_Test.test [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_342130_Test.test [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_342135_Test.testDetachedCommitInfo [H2-branching-ranges, JVM, Native] ******************************************************* Commit info: CommitInfo[2024-05-03 05:15:55.085 (1714713355085), Branch[id=0, name=MAIN], null, null, null, CommitData[newPackageUnits=0, newObjects=0, changedObjects=1, detachedObjects=1]] Commit info changed objects: [CDORevisionDelta[CDOResource@OID11:0v1 --> [CDOFeatureDelta[contents, LIST, originSize=1, list=[CDOFeatureDelta[contents, REMOVE, value=OID12, index=0]]]]]] Commit info detached objects: [OID12v1] Loaded commit info: CommitInfo[2024-05-03 05:15:55.085 (1714713355085), Branch[id=0, name=MAIN], null, null, null, CommitData[newPackageUnits=0, newObjects=0, changedObjects=1, detachedObjects=1]] Commit info changed objects: [CDORevisionDelta[CDOResource@OID11:0v1 --> [CDOFeatureDelta[contents, LIST, originSize=1, list=[CDOFeatureDelta[contents, REMOVE, value=OID12, index=0]]]]]] Loaded commit info detached objects: [OID12v1] ******************************************************* Bugzilla_343084_Test.testPermissionManagerNONE [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "protectedrepo"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, repo2, repo1, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Bugzilla_343084_Test.testPermissionManagerREAD [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "protectedrepo"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, repo2, repo1, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Bugzilla_343084_Test.testPermissionManagerWRITE [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "protectedrepo"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, repo2, repo1, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Bugzilla_343332_Test.test [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Bugzilla_343471_Test.test [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_347964_Test.testIndexDeletion [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_349793_Test.testOpeningTransactionDuringInvalidation [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_349804_Test.testDeadlockWithLocking [H2-branching-ranges, JVM, Native] ******************************************************* [ERROR] Fail on purpose java.lang.IllegalArgumentException: Fail on purpose at org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_349804_Test$Failure.handleTransactionBeforeCommitting(Bugzilla_349804_Test.java:165) at org.eclipse.emf.cdo.internal.server.Repository.notifyWriteAccessHandlers(Repository.java:1894) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.notifyBeforeCommitting(TransactionCommitContext.java:584) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.applyIDMappings(TransactionCommitContext.java:545) at org.eclipse.emf.cdo.spi.server.StoreAccessor.applyIDMappings(StoreAccessor.java:207) at org.eclipse.emf.cdo.server.internal.db.DBStoreAccessor.applyIDMappings(DBStoreAccessor.java:357) at org.eclipse.emf.cdo.spi.server.StoreAccessor.doWrite(StoreAccessor.java:96) at org.eclipse.emf.cdo.server.internal.db.DBStoreAccessor.doWrite(DBStoreAccessor.java:724) at org.eclipse.emf.cdo.spi.server.StoreAccessorBase.write(StoreAccessorBase.java:144) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.writeAccessor(TransactionCommitContext.java:1894) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.write(TransactionCommitContext.java:839) at org.eclipse.emf.cdo.spi.server.InternalCommitContext$1.runLoop(InternalCommitContext.java:49) at org.eclipse.emf.cdo.spi.server.InternalCommitContext$1.runLoop(InternalCommitContext.java:1) at org.eclipse.net4j.util.om.monitor.ProgressDistributor.run(ProgressDistributor.java:95) at org.eclipse.emf.cdo.internal.server.Repository.commitUnsynced(Repository.java:1562) at org.eclipse.emf.cdo.internal.server.Repository.commit(Repository.java:1550) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicatingCommit(CommitTransactionIndication.java:283) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicating(CommitTransactionIndication.java:96) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerIndicationWithMonitoring.indicating(CDOServerIndicationWithMonitoring.java:118) at org.eclipse.net4j.signal.IndicationWithMonitoring.indicating(IndicationWithMonitoring.java:62) at org.eclipse.net4j.signal.IndicationWithResponse.doExtendedInput(IndicationWithResponse.java:94) at org.eclipse.net4j.signal.Signal.doInput(Signal.java:434) at org.eclipse.net4j.signal.IndicationWithResponse.execute(IndicationWithResponse.java:72) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) ******************************************************* Bugzilla_349804_Test.testInvalidation [H2-branching-ranges, JVM, Native] ******************************************************* [ERROR] Fail on purpose java.lang.IllegalArgumentException: Fail on purpose at org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_349804_Test$Failure.handleTransactionBeforeCommitting(Bugzilla_349804_Test.java:165) at org.eclipse.emf.cdo.internal.server.Repository.notifyWriteAccessHandlers(Repository.java:1894) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.notifyBeforeCommitting(TransactionCommitContext.java:584) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.applyIDMappings(TransactionCommitContext.java:545) at org.eclipse.emf.cdo.spi.server.StoreAccessor.applyIDMappings(StoreAccessor.java:207) at org.eclipse.emf.cdo.server.internal.db.DBStoreAccessor.applyIDMappings(DBStoreAccessor.java:357) at org.eclipse.emf.cdo.spi.server.StoreAccessor.doWrite(StoreAccessor.java:96) at org.eclipse.emf.cdo.server.internal.db.DBStoreAccessor.doWrite(DBStoreAccessor.java:724) at org.eclipse.emf.cdo.spi.server.StoreAccessorBase.write(StoreAccessorBase.java:144) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.writeAccessor(TransactionCommitContext.java:1894) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.write(TransactionCommitContext.java:839) at org.eclipse.emf.cdo.spi.server.InternalCommitContext$1.runLoop(InternalCommitContext.java:49) at org.eclipse.emf.cdo.spi.server.InternalCommitContext$1.runLoop(InternalCommitContext.java:1) at org.eclipse.net4j.util.om.monitor.ProgressDistributor.run(ProgressDistributor.java:95) at org.eclipse.emf.cdo.internal.server.Repository.commitUnsynced(Repository.java:1562) at org.eclipse.emf.cdo.internal.server.Repository.commit(Repository.java:1550) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicatingCommit(CommitTransactionIndication.java:283) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicating(CommitTransactionIndication.java:96) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerIndicationWithMonitoring.indicating(CDOServerIndicationWithMonitoring.java:118) at org.eclipse.net4j.signal.IndicationWithMonitoring.indicating(IndicationWithMonitoring.java:62) at org.eclipse.net4j.signal.IndicationWithResponse.doExtendedInput(IndicationWithResponse.java:94) at org.eclipse.net4j.signal.Signal.doInput(Signal.java:434) at org.eclipse.net4j.signal.IndicationWithResponse.execute(IndicationWithResponse.java:72) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) ******************************************************* Bugzilla_350027_Test.testMoveFromLeftToRight [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_350137_Test.testDefault [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_350137_Test.testExplicitZero [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_350987_Test.testRestoringReferences [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_351067_Test.testCommitBlob [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_351096_Test.testCommit2Blob [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_351096_Test.testCommit2Clob [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_351393_Test.testExtRef [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_351921_Test.testDefaultValueNull [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_352204_Test.testWithReconstructSavepoints [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] Using /tmp/tmp8598538632566846952 for push transaction repo1:20:1 [INFO] Using /tmp/tmp8598538632566846952 for push transaction repo1:21:1 ******************************************************* Bugzilla_352204_Test.testWithoutReconstructSavepoints [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] Using /tmp/tmp11916954831121196230 for push transaction repo1:23:1 [INFO] Using /tmp/tmp11916954831121196230 for push transaction repo1:24:1 ******************************************************* Bugzilla_352303_Test.testReadBlob [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_352832_Test.testNewSingle [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_354395_Test.testContains [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_354395_Test.testIndexOf [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_355045_Test.testLockOnCommitOfSingleNewObject [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_355045_Test.testRecursiveLockOfObjectsTreeContainingASubTreeOfNewObjects [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_355045_Test.testRecursiveLockOnCommitOfNewObjectsTree [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_359669_Test.testReloadFromIndex [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_359669_Test.testReloadFromIndexComplex [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_359966_Test.testWithReconstructSavepoints [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] Using /tmp/tmp1878879349240071441 for push transaction repo1:40:1 [INFO] Using /tmp/tmp1878879349240071441 for push transaction repo1:41:1 ******************************************************* Bugzilla_359966_Test.testWithoutPushTransaction [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_359966_Test.testWithoutReconstructSavepoints [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] Using /tmp/tmp3944849916377944989 for push transaction repo1:44:1 [INFO] Using /tmp/tmp3944849916377944989 for push transaction repo1:45:1 ******************************************************* Bugzilla_361819_Test.testDoubleRefreshBug [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_362270_Test.testNotifierNotACDOLegacyAdapter [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_362270b_Test.testRollback [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_362270c_Test.testNotifierNotACDOLegacyAdapter [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_362293_Test.testNewSingle [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_363287_Test.testDetach [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_363355_Test.testCDOTransactionDirtyOnInvalidation [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_363355_Test.testCannotModifyFrozenRevisionOnInvalidation [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_365204_Test.testAuditViewTimeSwitch [H2-branching-ranges, JVM, Native] ******************************************************* Category@OID188:0v2 Category@OID188:0v3 ******************************************************* Bugzilla_365832_Test.testWithReconstructSavepoints [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] Using /tmp/tmp5613812783820108279 for push transaction repo1:65:1 [INFO] Using /tmp/tmp5613812783820108279 for push transaction repo1:66:1 ******************************************************* Bugzilla_365832_Test.testWithoutPushTransaction [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_365832_Test.testWithoutReconstructSavepoints [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] Using /tmp/tmp7689936551440730606 for push transaction repo1:69:1 [INFO] Using /tmp/tmp7689936551440730606 for push transaction repo1:70:1 ******************************************************* Bugzilla_367738_Test.testOldValue_Attribute [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_367738_Test.testOldValue_ContainmentControl [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_367738_Test.testOldValue_ContainmentDetach [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_367738_Test.testOldValue_ContainmentMove [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_367738_Test.testOldValue_ContainmentUncontrol [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_367738_Test.testOldValue_XRef [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_369646_Test.testSetBranchWithPCL [H2-branching-ranges, JVM, Native] ******************************************************* server-thread-28 [debug] moveOneUp add historic entry at: 4 server-thread-28 [debug] moveOneUp add historic entry at: 5 server-thread-28 [debug] moveOneUp add historic entry at: 6 server-thread-28 [debug] moveOneUp add historic entry at: 7 server-thread-28 [debug] moveOneUp add historic entry at: 8 server-thread-28 [debug] moveOneUp add historic entry at: 9 Result: [Category@OID241, Category@OID242, Category@OID243, Category@OID245, Category@OID246, Category@OID247, Category@OID248, Category@OID250] ******************************************************* Bugzilla_369646_Test.testSetBranchWithSubBranches [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_370105_Test.testInsertInListOf5thSubBranch [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' server-thread-155 [debug] moveOneDown add historic entry at: 4 server-thread-155 [debug] moveOneDown add historic entry at: 3 server-thread-155 [debug] moveOneDown add historic entry at: 2 server-thread-155 [debug] moveOneDown add historic entry at: 1 server-thread-155 [debug] moveOneDown add historic entry at: 0 server-thread-202 [debug] moveOneDown add historic entry at: 4 server-thread-202 [debug] moveOneDown add historic entry at: 3 server-thread-202 [debug] moveOneDown add historic entry at: 2 server-thread-202 [debug] moveOneDown add historic entry at: 1 server-thread-202 [debug] moveOneDown add historic entry at: 0 server-thread-136 [debug] moveOneDown add historic entry at: 4 server-thread-136 [debug] moveOneDown add historic entry at: 3 server-thread-136 [debug] moveOneDown add historic entry at: 2 server-thread-136 [debug] moveOneDown add historic entry at: 1 server-thread-136 [debug] moveOneDown add historic entry at: 0 ******************************************************* Bugzilla_372307_Test.testMoveElementToOtherContainer [H2-branching-ranges, JVM, Native] ******************************************************* a1: A@OID15 a2: A@OID17 d: D@OID16 ******************************************************* Bugzilla_372307_Test.testMoveElementToOtherContainerSingleValued [H2-branching-ranges, JVM, Native] ******************************************************* a1: B@OID20 a2: B@OID22 d: C@OID21 ******************************************************* Bugzilla_373096_Test.testDragAndDrop [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_374418_Test.testControlUncontrol [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_376075_Test.testTransientPut [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_376075_Test.testTransientRemove [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_376610_Test.testRemoveAllEnumLiterals [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_376610_Test.testRemoveOneEnumLiteral [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_376620b_Test.testBoolean [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_376620b_Test.testByte [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_376620b_Test.testChar [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_376620b_Test.testDouble [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_376620b_Test.testFloat [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_376620b_Test.testInt [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_376620b_Test.testLong [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_376620b_Test.testShort [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_377173_Test.testCancelCommitWithProgressMonitor [H2-branching-ranges, JVM, Native] ******************************************************* [ERROR] MonitorCanceledException org.eclipse.net4j.util.om.monitor.MonitorCanceledException at org.eclipse.net4j.util.om.monitor.Monitor.checkCanceled(Monitor.java:63) at org.eclipse.net4j.util.om.monitor.TimeoutMonitor.checkCanceled(TimeoutMonitor.java:116) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.AbstractMonitor.begin(AbstractMonitor.java:48) at org.eclipse.net4j.util.om.monitor.NestedMonitor.begin(NestedMonitor.java:63) at org.eclipse.emf.cdo.server.internal.db.DBStoreAccessor.writeRevisions(DBStoreAccessor.java:436) at org.eclipse.emf.cdo.server.internal.db.DBStoreAccessor.writeNewObjectRevisions(DBStoreAccessor.java:423) at org.eclipse.emf.cdo.spi.server.StoreAccessor.doWrite(StoreAccessor.java:119) at org.eclipse.emf.cdo.server.internal.db.DBStoreAccessor.doWrite(DBStoreAccessor.java:724) at org.eclipse.emf.cdo.spi.server.StoreAccessorBase.write(StoreAccessorBase.java:144) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.writeAccessor(TransactionCommitContext.java:1894) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.write(TransactionCommitContext.java:839) at org.eclipse.emf.cdo.spi.server.InternalCommitContext$1.runLoop(InternalCommitContext.java:49) at org.eclipse.emf.cdo.spi.server.InternalCommitContext$1.runLoop(InternalCommitContext.java:1) at org.eclipse.net4j.util.om.monitor.ProgressDistributor.run(ProgressDistributor.java:95) at org.eclipse.emf.cdo.internal.server.Repository.commitUnsynced(Repository.java:1562) at org.eclipse.emf.cdo.internal.server.Repository.commit(Repository.java:1550) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicatingCommit(CommitTransactionIndication.java:283) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicating(CommitTransactionIndication.java:96) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerIndicationWithMonitoring.indicating(CDOServerIndicationWithMonitoring.java:118) at org.eclipse.net4j.signal.IndicationWithMonitoring.indicating(IndicationWithMonitoring.java:62) at org.eclipse.net4j.signal.IndicationWithResponse.doExtendedInput(IndicationWithResponse.java:94) at org.eclipse.net4j.signal.Signal.doInput(Signal.java:434) at org.eclipse.net4j.signal.IndicationWithResponse.execute(IndicationWithResponse.java:72) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) [ERROR] MonitorCanceledException org.eclipse.net4j.util.om.monitor.MonitorCanceledException at org.eclipse.net4j.util.om.monitor.Monitor.checkCanceled(Monitor.java:63) at org.eclipse.net4j.util.om.monitor.TimeoutMonitor.checkCanceled(TimeoutMonitor.java:116) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.AbstractMonitor.begin(AbstractMonitor.java:48) at org.eclipse.net4j.util.om.monitor.NestedMonitor.begin(NestedMonitor.java:63) at org.eclipse.net4j.util.om.monitor.ProgressDistributor.run(ProgressDistributor.java:86) at org.eclipse.emf.cdo.internal.server.Repository.commitUnsynced(Repository.java:1562) at org.eclipse.emf.cdo.internal.server.Repository.commit(Repository.java:1550) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicatingCommit(CommitTransactionIndication.java:283) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicating(CommitTransactionIndication.java:96) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerIndicationWithMonitoring.indicating(CDOServerIndicationWithMonitoring.java:118) at org.eclipse.net4j.signal.IndicationWithMonitoring.indicating(IndicationWithMonitoring.java:62) at org.eclipse.net4j.signal.IndicationWithResponse.doExtendedInput(IndicationWithResponse.java:94) at org.eclipse.net4j.signal.Signal.doInput(Signal.java:434) at org.eclipse.net4j.signal.IndicationWithResponse.execute(IndicationWithResponse.java:72) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) ******************************************************* Bugzilla_377212_Test.testBalancedTree [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_377212_Test.testBalancedTreeLocked [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_381395_Test.testAdapterAddAfterCDOServerShutdown [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] Ignoring attempt to add adapter(s) while view is closing: org.eclipse.emf.common.notify.impl.AdapterImpl@39688b63 org.eclipse.emf.cdo.common.util.CDOException: Ignoring attempt to add adapter(s) while view is closing: org.eclipse.emf.common.notify.impl.AdapterImpl@39688b63 at org.eclipse.emf.internal.cdo.CDOObjectImpl$1NonGrowingAdapterList.ignore(CDOObjectImpl.java:1564) at org.eclipse.emf.internal.cdo.CDOObjectImpl$1NonGrowingAdapterList.add(CDOObjectImpl.java:1487) at org.eclipse.emf.internal.cdo.CDOObjectImpl$1NonGrowingAdapterList.add(CDOObjectImpl.java:1) at org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_381395_Test.testAdapterAddAfterCDOServerShutdown(Bugzilla_381395_Test.java:81) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at junit.framework.TestCase.runTest(TestCase.java:177) at org.eclipse.net4j.util.tests.AbstractOMTest.access$0(AbstractOMTest.java:1) at org.eclipse.net4j.util.tests.AbstractOMTest$3.execute(AbstractOMTest.java:315) at org.eclipse.net4j.internal.util.test.TestExecuter.execute(TestExecuter.java:40) at org.eclipse.net4j.util.tests.AbstractOMTest.runBare(AbstractOMTest.java:301) at org.eclipse.emf.cdo.tests.config.impl.ConfigTest.runBare(ConfigTest.java:648) at junit.framework.TestResult$1.protect(TestResult.java:122) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.framework.TestResult.run(TestResult.java:125) at junit.framework.TestCase.run(TestCase.java:130) at org.eclipse.net4j.util.tests.AbstractOMTest.run(AbstractOMTest.java:375) at junit.framework.TestSuite.runTest(TestSuite.java:241) at org.eclipse.emf.cdo.tests.config.impl.ConfigTestSuite$TestClassWrapper.runTest(ConfigTestSuite.java:231) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at org.eclipse.emf.cdo.tests.config.impl.ConfigTestSuite$MainSuite.run(ConfigTestSuite.java:166) at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:364) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:237) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:158) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.apache.maven.surefire.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:167) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:142) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:28) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:679) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:616) at org.eclipse.equinox.launcher.Main.run(Main.java:1492) at org.eclipse.equinox.launcher.Main.main(Main.java:1465) java.lang.IllegalStateException: JVM acceptor not found: default at org.eclipse.net4j.internal.jvm.JVMClientConnector.doBeforeActivate(JVMClientConnector.java:58) at org.eclipse.net4j.util.lifecycle.Lifecycle.internalActivate(Lifecycle.java:80) at org.eclipse.net4j.util.lifecycle.ShareableLifecycle.internalActivate(ShareableLifecycle.java:43) at org.eclipse.net4j.util.lifecycle.Lifecycle.activate(Lifecycle.java:202) at org.eclipse.net4j.util.lifecycle.LifecycleUtil.activate(LifecycleUtil.java:146) at org.eclipse.net4j.util.lifecycle.LifecycleUtil.activate(LifecycleUtil.java:136) at org.eclipse.net4j.util.container.ManagedContainer.activateElement(ManagedContainer.java:515) at org.eclipse.net4j.util.container.ManagedContainer.getElement(ManagedContainer.java:409) at org.eclipse.net4j.util.container.ManagedContainer.getElement(ManagedContainer.java:384) at org.eclipse.net4j.jvm.JVMUtil.getConnector(JVMUtil.java:41) at org.eclipse.emf.cdo.tests.config.impl.SessionConfig$Net4j$JVM.getConnector(SessionConfig.java:535) at org.eclipse.emf.cdo.tests.config.impl.SessionConfig$Net4j.stopTransport(SessionConfig.java:403) at org.eclipse.emf.cdo.tests.config.impl.SessionConfig.tearDown(SessionConfig.java:281) at org.eclipse.emf.cdo.tests.config.impl.SessionConfig$Net4j.tearDown(SessionConfig.java:478) at org.eclipse.emf.cdo.tests.config.impl.Scenario.tearDown(Scenario.java:241) at org.eclipse.emf.cdo.tests.config.impl.ConfigTest.doTearDown(ConfigTest.java:874) at org.eclipse.emf.cdo.tests.AbstractCDOTest.doTearDown(AbstractCDOTest.java:118) at org.eclipse.net4j.util.tests.AbstractOMTest.tearDown(AbstractOMTest.java:233) at org.eclipse.net4j.util.tests.AbstractOMTest$3.execute(AbstractOMTest.java:325) at org.eclipse.net4j.internal.util.test.TestExecuter.execute(TestExecuter.java:40) at org.eclipse.net4j.util.tests.AbstractOMTest.runBare(AbstractOMTest.java:301) at org.eclipse.emf.cdo.tests.config.impl.ConfigTest.runBare(ConfigTest.java:648) at junit.framework.TestResult$1.protect(TestResult.java:122) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.framework.TestResult.run(TestResult.java:125) at junit.framework.TestCase.run(TestCase.java:130) at org.eclipse.net4j.util.tests.AbstractOMTest.run(AbstractOMTest.java:375) at junit.framework.TestSuite.runTest(TestSuite.java:241) at org.eclipse.emf.cdo.tests.config.impl.ConfigTestSuite$TestClassWrapper.runTest(ConfigTestSuite.java:231) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at org.eclipse.emf.cdo.tests.config.impl.ConfigTestSuite$MainSuite.run(ConfigTestSuite.java:166) at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:364) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:237) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:158) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.apache.maven.surefire.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:167) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:142) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:28) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:679) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:616) at org.eclipse.equinox.launcher.Main.run(Main.java:1492) at org.eclipse.equinox.launcher.Main.main(Main.java:1465) ******************************************************* Bugzilla_381395_Test.testAdapterAddAfterCDOViewClosed [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] Ignoring attempt to add adapter(s) while view is closing: org.eclipse.emf.common.notify.impl.AdapterImpl@3e43a561 org.eclipse.emf.cdo.common.util.CDOException: Ignoring attempt to add adapter(s) while view is closing: org.eclipse.emf.common.notify.impl.AdapterImpl@3e43a561 at org.eclipse.emf.internal.cdo.CDOObjectImpl$1NonGrowingAdapterList.ignore(CDOObjectImpl.java:1564) at org.eclipse.emf.internal.cdo.CDOObjectImpl$1NonGrowingAdapterList.add(CDOObjectImpl.java:1487) at org.eclipse.emf.internal.cdo.CDOObjectImpl$1NonGrowingAdapterList.add(CDOObjectImpl.java:1) at org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_381395_Test.testAdapterAddAfterCDOViewClosed(Bugzilla_381395_Test.java:97) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at junit.framework.TestCase.runTest(TestCase.java:177) at org.eclipse.net4j.util.tests.AbstractOMTest.access$0(AbstractOMTest.java:1) at org.eclipse.net4j.util.tests.AbstractOMTest$3.execute(AbstractOMTest.java:315) at org.eclipse.net4j.internal.util.test.TestExecuter.execute(TestExecuter.java:40) at org.eclipse.net4j.util.tests.AbstractOMTest.runBare(AbstractOMTest.java:301) at org.eclipse.emf.cdo.tests.config.impl.ConfigTest.runBare(ConfigTest.java:648) at junit.framework.TestResult$1.protect(TestResult.java:122) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.framework.TestResult.run(TestResult.java:125) at junit.framework.TestCase.run(TestCase.java:130) at org.eclipse.net4j.util.tests.AbstractOMTest.run(AbstractOMTest.java:375) at junit.framework.TestSuite.runTest(TestSuite.java:241) at org.eclipse.emf.cdo.tests.config.impl.ConfigTestSuite$TestClassWrapper.runTest(ConfigTestSuite.java:231) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at org.eclipse.emf.cdo.tests.config.impl.ConfigTestSuite$MainSuite.run(ConfigTestSuite.java:166) at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:364) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:237) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:158) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.apache.maven.surefire.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:167) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:142) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:28) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:679) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:616) at org.eclipse.equinox.launcher.Main.run(Main.java:1492) at org.eclipse.equinox.launcher.Main.main(Main.java:1465) ******************************************************* Bugzilla_381395_Test.testAdapterRemoveAfterCDOServerShutdown [H2-branching-ranges, JVM, Native] ******************************************************* java.lang.IllegalStateException: JVM acceptor not found: default at org.eclipse.net4j.internal.jvm.JVMClientConnector.doBeforeActivate(JVMClientConnector.java:58) at org.eclipse.net4j.util.lifecycle.Lifecycle.internalActivate(Lifecycle.java:80) at org.eclipse.net4j.util.lifecycle.ShareableLifecycle.internalActivate(ShareableLifecycle.java:43) at org.eclipse.net4j.util.lifecycle.Lifecycle.activate(Lifecycle.java:202) at org.eclipse.net4j.util.lifecycle.LifecycleUtil.activate(LifecycleUtil.java:146) at org.eclipse.net4j.util.lifecycle.LifecycleUtil.activate(LifecycleUtil.java:136) at org.eclipse.net4j.util.container.ManagedContainer.activateElement(ManagedContainer.java:515) at org.eclipse.net4j.util.container.ManagedContainer.getElement(ManagedContainer.java:409) at org.eclipse.net4j.util.container.ManagedContainer.getElement(ManagedContainer.java:384) at org.eclipse.net4j.jvm.JVMUtil.getConnector(JVMUtil.java:41) at org.eclipse.emf.cdo.tests.config.impl.SessionConfig$Net4j$JVM.getConnector(SessionConfig.java:535) at org.eclipse.emf.cdo.tests.config.impl.SessionConfig$Net4j.stopTransport(SessionConfig.java:403) at org.eclipse.emf.cdo.tests.config.impl.SessionConfig.tearDown(SessionConfig.java:281) at org.eclipse.emf.cdo.tests.config.impl.SessionConfig$Net4j.tearDown(SessionConfig.java:478) at org.eclipse.emf.cdo.tests.config.impl.Scenario.tearDown(Scenario.java:241) at org.eclipse.emf.cdo.tests.config.impl.ConfigTest.doTearDown(ConfigTest.java:874) at org.eclipse.emf.cdo.tests.AbstractCDOTest.doTearDown(AbstractCDOTest.java:118) at org.eclipse.net4j.util.tests.AbstractOMTest.tearDown(AbstractOMTest.java:233) at org.eclipse.net4j.util.tests.AbstractOMTest$3.execute(AbstractOMTest.java:325) at org.eclipse.net4j.internal.util.test.TestExecuter.execute(TestExecuter.java:40) at org.eclipse.net4j.util.tests.AbstractOMTest.runBare(AbstractOMTest.java:301) at org.eclipse.emf.cdo.tests.config.impl.ConfigTest.runBare(ConfigTest.java:648) at junit.framework.TestResult$1.protect(TestResult.java:122) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.framework.TestResult.run(TestResult.java:125) at junit.framework.TestCase.run(TestCase.java:130) at org.eclipse.net4j.util.tests.AbstractOMTest.run(AbstractOMTest.java:375) at junit.framework.TestSuite.runTest(TestSuite.java:241) at org.eclipse.emf.cdo.tests.config.impl.ConfigTestSuite$TestClassWrapper.runTest(ConfigTestSuite.java:231) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at org.eclipse.emf.cdo.tests.config.impl.ConfigTestSuite$MainSuite.run(ConfigTestSuite.java:166) at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:364) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:237) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:158) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.apache.maven.surefire.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:167) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:142) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:28) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:679) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:616) at org.eclipse.equinox.launcher.Main.run(Main.java:1492) at org.eclipse.equinox.launcher.Main.main(Main.java:1465) ******************************************************* Bugzilla_381395_Test.testAdapterRemoveAfterCDOViewClosed [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_381472_Test.testCreateRepo [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] The CDO system tables are not found in schema "repo2"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo1, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ConnectionStateChangedEvent[connected=true] ContainerEvent[source=jvm://default, ADDED=repo2] ******************************************************* Bugzilla_381472_Test.testCreateRepoWithPropertiesCDOID [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] The CDO system tables are not found in schema "repo2"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo1, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ContainerEvent[source=jvm://default, ADDED=repo2] ******************************************************* Bugzilla_381472_Test.testCreateRepoWithPropertiesEmpty [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] The CDO system tables are not found in schema "repo2"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo1, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ContainerEvent[source=jvm://default, ADDED=repo2] ******************************************************* Bugzilla_381472_Test.testCreateRepoWithPropertiesPrimitive [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] The CDO system tables are not found in schema "repo2"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo1, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ContainerEvent[source=jvm://default, ADDED=repo2] ******************************************************* Bugzilla_381472_Test.testCreateRepoWrongHandlerType [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [ERROR] Factory not found: org.eclipse.emf.cdo.server.admin.adminHandlers[WRONG] org.eclipse.net4j.util.container.FactoryNotFoundException: Factory not found: org.eclipse.emf.cdo.server.admin.adminHandlers[WRONG] at org.eclipse.net4j.util.container.ManagedContainer.getFactory(ManagedContainer.java:317) at org.eclipse.net4j.util.container.ManagedContainer.createElement(ManagedContainer.java:461) at org.eclipse.net4j.util.container.ManagedContainer.getElement(ManagedContainer.java:404) at org.eclipse.net4j.util.container.ManagedContainer.getElement(ManagedContainer.java:384) at org.eclipse.emf.cdo.server.internal.admin.CDOAdminServer.getAdminHandler(CDOAdminServer.java:367) at org.eclipse.emf.cdo.server.internal.admin.CDOAdminServer.doCreateRepository(CDOAdminServer.java:127) at org.eclipse.emf.cdo.spi.common.admin.AbstractCDOAdmin.createRepository(AbstractCDOAdmin.java:113) at org.eclipse.emf.cdo.server.internal.admin.protocol.CreateRepositoryIndication$1.call(CreateRepositoryIndication.java:77) at org.eclipse.emf.cdo.server.internal.admin.protocol.CreateRepositoryIndication$1.call(CreateRepositoryIndication.java:1) at org.eclipse.emf.cdo.spi.server.AuthenticationUtil$1.doCall(AuthenticationUtil.java:52) at org.eclipse.emf.cdo.spi.server.AuthenticationUtil$AuthenticatingOperation.call(AuthenticationUtil.java:82) at org.eclipse.emf.cdo.server.internal.admin.protocol.CreateRepositoryIndication.createRepository(CreateRepositoryIndication.java:80) at org.eclipse.emf.cdo.server.internal.admin.protocol.CreateRepositoryIndication.responding(CreateRepositoryIndication.java:58) at org.eclipse.net4j.signal.IndicationWithResponse.doExtendedOutput(IndicationWithResponse.java:100) at org.eclipse.net4j.signal.Signal.doOutput(Signal.java:407) at org.eclipse.net4j.signal.IndicationWithResponse.execute(IndicationWithResponse.java:74) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) ******************************************************* Bugzilla_381472_Test.testDeleteRepo [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ContainerEvent[source=jvm://default, REMOVED=repo1] ******************************************************* Bugzilla_381472_Test.testDeleteRepoWrongHandlerType [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [ERROR] Factory not found: org.eclipse.emf.cdo.server.admin.adminHandlers[WRONG] org.eclipse.net4j.util.container.FactoryNotFoundException: Factory not found: org.eclipse.emf.cdo.server.admin.adminHandlers[WRONG] at org.eclipse.net4j.util.container.ManagedContainer.getFactory(ManagedContainer.java:317) at org.eclipse.net4j.util.container.ManagedContainer.createElement(ManagedContainer.java:461) at org.eclipse.net4j.util.container.ManagedContainer.getElement(ManagedContainer.java:404) at org.eclipse.net4j.util.container.ManagedContainer.getElement(ManagedContainer.java:384) at org.eclipse.emf.cdo.server.internal.admin.CDOAdminServer.getAdminHandler(CDOAdminServer.java:367) at org.eclipse.emf.cdo.server.internal.admin.CDOAdminServer.doDeleteRepository(CDOAdminServer.java:142) at org.eclipse.emf.cdo.spi.common.admin.AbstractCDOAdmin.deleteRepository(AbstractCDOAdmin.java:129) at org.eclipse.emf.cdo.server.internal.admin.protocol.DeleteRepositoryIndication$1.call(DeleteRepositoryIndication.java:75) at org.eclipse.emf.cdo.server.internal.admin.protocol.DeleteRepositoryIndication$1.call(DeleteRepositoryIndication.java:1) at org.eclipse.emf.cdo.spi.server.AuthenticationUtil$1.doCall(AuthenticationUtil.java:52) at org.eclipse.emf.cdo.spi.server.AuthenticationUtil$AuthenticatingOperation.call(AuthenticationUtil.java:82) at org.eclipse.emf.cdo.server.internal.admin.protocol.DeleteRepositoryIndication.deleteRepository(DeleteRepositoryIndication.java:80) at org.eclipse.emf.cdo.server.internal.admin.protocol.DeleteRepositoryIndication.responding(DeleteRepositoryIndication.java:53) at org.eclipse.net4j.signal.IndicationWithResponse.doExtendedOutput(IndicationWithResponse.java:100) at org.eclipse.net4j.signal.Signal.doOutput(Signal.java:407) at org.eclipse.net4j.signal.IndicationWithResponse.execute(IndicationWithResponse.java:74) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) ******************************************************* Bugzilla_381472_Test.testInitial [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Bugzilla_381472_Test.testRepoAdded [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] The CDO system tables are not found in schema "repo2"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo1, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Bugzilla_381472_Test.testRepoAddedAdded [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] The CDO system tables are not found in schema "repo2"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo1, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] The CDO system tables are not found in schema "repo3"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo1, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Bugzilla_381472_Test.testRepoAddedEvent [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] The CDO system tables are not found in schema "repo2"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo3, repo1, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ContainerEvent[source=jvm://default, ADDED=repo2] ******************************************************* Bugzilla_381472_Test.testRepoAddedRemoved [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] The CDO system tables are not found in schema "repo2"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo3, repo1, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Bugzilla_381472_Test.testRepoAddedRemovedAdded [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] The CDO system tables are not found in schema "repo2"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo3, repo1, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] The CDO system tables are not found in schema "repo2"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo3, repo1, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Bugzilla_381472_Test.testRepoAddedRemovedAddedOther [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] The CDO system tables are not found in schema "repo2"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo3, repo1, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] The CDO system tables are not found in schema "repo3"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo1, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Bugzilla_381472_Test.testRepoRemovedEvent [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ContainerEvent[source=jvm://default, REMOVED=repo1] ******************************************************* Bugzilla_381472_Test.testRepoStateChangedEvent [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' RepositoryStateChangedEvent[source=repo1] ******************************************************* Bugzilla_381472_Test.testRepoTypeChangedEvent [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' RepositoryTypeChangedEvent[source=repo1] ******************************************************* Bugzilla_383370_Test.testSecondLevel [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Bugzilla_383370_Test.testSecondLevelWithChildren [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_383370_Test.testTopLevel [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_383370_Test.testTopLevelWithChildren [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_384496_Test.testSimplest [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_385268_Test.testDetachment [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_385268_Test.testReattachment [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_385268_Test.testReattachment2 [H2-branching-ranges, JVM, Native] ******************************************************* Main RemoteUser Main ******************************************************* Bugzilla_387563_Test.testPartialLockOnCommit [H2-branching-ranges, JVM, Native] ******************************************************* category1 --> oid4 category2 --> oid5 category4 --> oid6 category6 --> oid7 category5 --> oid8 category7 --> oid9 category3 --> oid10 category8 --> oid11 category10 --> oid12 category9 --> oid13 category11 --> oid14 ******************************************************* Bugzilla_387563_Test.testPartialUnlockOnCommit [H2-branching-ranges, JVM, Native] ******************************************************* category1 --> oid4 category2 --> oid5 category4 --> oid6 category6 --> oid7 category5 --> oid8 category7 --> oid9 category3 --> oid10 category8 --> oid11 category10 --> oid12 category9 --> oid13 category11 --> oid14 ******************************************************* Bugzilla_387563b_Test.testExplicitLockingAndUnlockingOfNewObject [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_387563b_Test.testExplicitLockingOfNewObject [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_387563b_Test.testExplicitLockingOfNewObjectExemption [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_387563b_Test.testNoImplicitLockingOfNewObject [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_387564_Test.testLockEventAfterInvalidationEventDifferentSession [H2-branching-ranges, JVM, Native] ******************************************************* Initial Changed ******************************************************* Bugzilla_387564_Test.testLockEventAfterInvalidationEventSameSession [H2-branching-ranges, JVM, Native] ******************************************************* Initial Changed ******************************************************* Bugzilla_390185_Test.testInvalidationDeadlock [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_390283_Test.testAddAfterRemove [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_390283_Test.testRemoveFromMiddle [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_392956_Test.testPartialPersistence [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_395685_Test.testCorrectOldValue [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_395999_Test.testTwiceGetCDOResourceOnResourceSetImpl [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_395999_Test.testTwiceGetXMIResourceOnResourceSetImpl [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_396181_Test.testCreatePersist [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_397232_Test.testLoadNotification [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_397822_Test.testClear_attribute [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_397822_Test.testRemoveAll_attribute [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_397822_Test.testRemoveAll_containment [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_399279_Test.testRemoveAdapterViewsClosedAndResourcesRemoved [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_399279_Test.testRemoveAdapterWhileResourcesStillLoaded [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_399279_Test.testRemoveAdapterWhileViewStillOpen [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_399470_Test.testUnload [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] Security realm created in /security [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] Security realm created in /security [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] Security realm created in /security ******************************************************* Bugzilla_399641_Test.testContainerAwareFactories [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_399641_Test.testNet4jSessionFactory [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_399956_Test.testDetachment [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Bugzilla_400236_Test.testCommit [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_400311_Test.testOneFeature [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_400311_Test.testTwoFeaturesUndoOne [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_400311b_Test.testTouchModificationDoNotMakeObjectsDirtyOnMultiValuedAttribute [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_400311b_Test.testTouchModificationDoNotMakeObjectsDirtyOnMultiValuedAttributeMove [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_400311b_Test.testTouchModificationDoNotMakeObjectsDirtyOnMultiValuedEnum [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_400311b_Test.testTouchModificationDoNotMakeObjectsDirtyOnMultiValuedEnumMove [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_400311b_Test.testTouchModificationDoNotMakeObjectsDirtyOnMultiValuedReference [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_400311b_Test.testTouchModificationDoNotMakeObjectsDirtyOnMultiValuedReferenceMove [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_400311b_Test.testTouchModificationDoNotMakeObjectsDirtyOnSingleValuedAttribute [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_400311b_Test.testTouchModificationDoNotMakeObjectsDirtyOnSingleValuedEnum [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_400311b_Test.testTouchModificationDoNotMakeObjectsDirtyOnSingleValuedReference [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_400311b_Test.testUndoRevertsToCleanStateOnComplexModifications [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_400311b_Test.testUndoRevertsToCleanStateOnMultiValuedAttribute [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_400311b_Test.testUndoRevertsToCleanStateOnMultiValuedAttributeMove [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_400311b_Test.testUndoRevertsToCleanStateOnMultiValuedEnum [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_400311b_Test.testUndoRevertsToCleanStateOnMultiValuedEnumMove [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_400311b_Test.testUndoRevertsToCleanStateOnMultiValuedReference [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_400311b_Test.testUndoRevertsToCleanStateOnMultiValuedReferenceMove [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_400311b_Test.testUndoRevertsToCleanStateOnObjectCreation [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_400311b_Test.testUndoRevertsToCleanStateOnObjectDeletion [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_400311b_Test.testUndoRevertsToCleanStateOnSingleValuedAttribute [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_400311b_Test.testUndoRevertsToCleanStateOnSingleValuedEnum [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_400311b_Test.testUndoRevertsToCleanStateOnSingleValuedReference [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_402142_Test.testCheckLockByOther [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_402142_Test.testCheckLockByOtherAfterLockUnlock [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_402142_Test.testLockUnlockOnElementMovedBetweenResources [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_402670_Test.testRollbackOfBooleanValueChange [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_404318_Test.testUnloadedEClass [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_405191_Test.testAllTypesSetAndDefault [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_405191_Test.testAllTypesSetAndDefaultEMF [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_405191_Test.testAllTypesSetAndNull [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_405191_Test.testAllTypesSetAndUnset [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_405191_Test.testSetNonDefaultNullString [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_405400_Test.testRecreateCDOResource [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_405400_Test.testRecreateCDOResourceSeparateSession [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_405543_Test.testIsSetOnUnsettableReference [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_405543_Test.testIsSetOnUnsettableReference2 [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_405543_Test.testIsUnsetOnUnsettableReference [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_405606_Test.testUnchunkedRevisionWithPCL [H2-branching-ranges, JVM, Native] ******************************************************* Unchunked: false Unchunked: true Test 0 Test 1 Test 2 Test 3 Test 4 Test 5 Test 6 Test 7 Test 8 Test 9 ******************************************************* Bugzilla_405850_Test.testIndexOutOfBounds [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_407157_Test.testUndoRedo [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_408534_Test.testListElementMove [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_409284_Test.testContainmentCycle [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_409287_Test.testListenersOnRollback [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_411927_Test.testWithFailureAfterTimeStamp [H2-branching-ranges, JVM, Native] ******************************************************* [ERROR] org.h2.jdbc.JdbcSQLException: Timeout trying to lock table "cdo_commit_infos"; SQL statement: INSERT INTO "repo1"."cdo_commit_infos"("commit_time", "previous_time", "branch_id", "user_id", "commit_comment", "merged_branch", "merged_time") VALUES (?, ?, ?, ?, ?, ?, ?) [50200-168] org.eclipse.net4j.db.DBException: org.h2.jdbc.JdbcSQLException: Timeout trying to lock table "cdo_commit_infos"; SQL statement: INSERT INTO "repo1"."cdo_commit_infos"("commit_time", "previous_time", "branch_id", "user_id", "commit_comment", "merged_branch", "merged_time") VALUES (?, ?, ?, ?, ?, ?, ?) [50200-168] at org.eclipse.emf.cdo.server.internal.db.CommitInfoTable.writeCommitInfo(CommitInfoTable.java:107) at org.eclipse.emf.cdo.server.internal.db.DBStoreAccessor.writeCommitInfo(DBStoreAccessor.java:384) at org.eclipse.emf.cdo.spi.server.StoreAccessor.doWrite(StoreAccessor.java:84) at org.eclipse.emf.cdo.server.internal.db.DBStoreAccessor.doWrite(DBStoreAccessor.java:724) at org.eclipse.emf.cdo.spi.server.StoreAccessorBase.write(StoreAccessorBase.java:144) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.writeAccessor(TransactionCommitContext.java:1894) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.write(TransactionCommitContext.java:839) at org.eclipse.emf.cdo.spi.server.InternalCommitContext$1.runLoop(InternalCommitContext.java:49) at org.eclipse.emf.cdo.spi.server.InternalCommitContext$1.runLoop(InternalCommitContext.java:1) at org.eclipse.net4j.util.om.monitor.ProgressDistributor.run(ProgressDistributor.java:95) at org.eclipse.emf.cdo.internal.server.Repository.commitUnsynced(Repository.java:1562) at org.eclipse.emf.cdo.internal.server.Repository.commit(Repository.java:1550) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicatingCommit(CommitTransactionIndication.java:283) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicating(CommitTransactionIndication.java:96) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerIndicationWithMonitoring.indicating(CDOServerIndicationWithMonitoring.java:118) at org.eclipse.net4j.signal.IndicationWithMonitoring.indicating(IndicationWithMonitoring.java:62) at org.eclipse.net4j.signal.IndicationWithResponse.doExtendedInput(IndicationWithResponse.java:94) at org.eclipse.net4j.signal.Signal.doInput(Signal.java:434) at org.eclipse.net4j.signal.IndicationWithResponse.execute(IndicationWithResponse.java:72) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) Caused by: org.h2.jdbc.JdbcSQLException: Timeout trying to lock table "cdo_commit_infos"; SQL statement: INSERT INTO "repo1"."cdo_commit_infos"("commit_time", "previous_time", "branch_id", "user_id", "commit_comment", "merged_branch", "merged_time") VALUES (?, ?, ?, ?, ?, ?, ?) [50200-168] at org.h2.message.DbException.getJdbcSQLException(DbException.java:329) at org.h2.message.DbException.get(DbException.java:169) at org.h2.message.DbException.get(DbException.java:146) at org.h2.table.RegularTable.doLock(RegularTable.java:500) at org.h2.table.RegularTable.lock(RegularTable.java:434) at org.h2.command.dml.Insert.insertRows(Insert.java:123) at org.h2.command.dml.Insert.update(Insert.java:84) at org.h2.command.CommandContainer.update(CommandContainer.java:75) at org.h2.command.Command.executeUpdate(Command.java:230) at org.h2.jdbc.JdbcPreparedStatement.executeUpdateInternal(JdbcPreparedStatement.java:156) at org.h2.jdbc.JdbcPreparedStatement.executeUpdate(JdbcPreparedStatement.java:142) at org.eclipse.net4j.db.jdbc.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:89) at org.eclipse.net4j.db.DBUtil.update(DBUtil.java:1018) at org.eclipse.emf.cdo.server.internal.db.CommitInfoTable.writeCommitInfo(CommitInfoTable.java:103) ... 24 more [ERROR] org.h2.jdbc.JdbcSQLException: Timeout trying to lock table "cdo_commit_infos"; SQL statement: INSERT INTO "repo1"."cdo_commit_infos"("commit_time", "previous_time", "branch_id", "user_id", "commit_comment", "merged_branch", "merged_time") VALUES (?, ?, ?, ?, ?, ?, ?) [50200-168] org.eclipse.net4j.db.DBException: org.h2.jdbc.JdbcSQLException: Timeout trying to lock table "cdo_commit_infos"; SQL statement: INSERT INTO "repo1"."cdo_commit_infos"("commit_time", "previous_time", "branch_id", "user_id", "commit_comment", "merged_branch", "merged_time") VALUES (?, ?, ?, ?, ?, ?, ?) [50200-168] at org.eclipse.emf.cdo.server.internal.db.CommitInfoTable.writeCommitInfo(CommitInfoTable.java:107) at org.eclipse.emf.cdo.server.internal.db.DBStoreAccessor.writeCommitInfo(DBStoreAccessor.java:384) at org.eclipse.emf.cdo.spi.server.StoreAccessor.doWrite(StoreAccessor.java:84) at org.eclipse.emf.cdo.server.internal.db.DBStoreAccessor.doWrite(DBStoreAccessor.java:724) at org.eclipse.emf.cdo.spi.server.StoreAccessorBase.write(StoreAccessorBase.java:144) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.writeAccessor(TransactionCommitContext.java:1894) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.write(TransactionCommitContext.java:839) at org.eclipse.emf.cdo.spi.server.InternalCommitContext$1.runLoop(InternalCommitContext.java:49) at org.eclipse.emf.cdo.spi.server.InternalCommitContext$1.runLoop(InternalCommitContext.java:1) at org.eclipse.net4j.util.om.monitor.ProgressDistributor.run(ProgressDistributor.java:95) at org.eclipse.emf.cdo.internal.server.Repository.commitUnsynced(Repository.java:1562) at org.eclipse.emf.cdo.internal.server.Repository.commit(Repository.java:1550) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicatingCommit(CommitTransactionIndication.java:283) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicating(CommitTransactionIndication.java:96) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerIndicationWithMonitoring.indicating(CDOServerIndicationWithMonitoring.java:118) at org.eclipse.net4j.signal.IndicationWithMonitoring.indicating(IndicationWithMonitoring.java:62) at org.eclipse.net4j.signal.IndicationWithResponse.doExtendedInput(IndicationWithResponse.java:94) at org.eclipse.net4j.signal.Signal.doInput(Signal.java:434) at org.eclipse.net4j.signal.IndicationWithResponse.execute(IndicationWithResponse.java:72) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) Caused by: org.h2.jdbc.JdbcSQLException: Timeout trying to lock table "cdo_commit_infos"; SQL statement: INSERT INTO "repo1"."cdo_commit_infos"("commit_time", "previous_time", "branch_id", "user_id", "commit_comment", "merged_branch", "merged_time") VALUES (?, ?, ?, ?, ?, ?, ?) [50200-168] at org.h2.message.DbException.getJdbcSQLException(DbException.java:329) at org.h2.message.DbException.get(DbException.java:169) at org.h2.message.DbException.get(DbException.java:146) at org.h2.table.RegularTable.doLock(RegularTable.java:500) at org.h2.table.RegularTable.lock(RegularTable.java:434) at org.h2.command.dml.Insert.insertRows(Insert.java:123) at org.h2.command.dml.Insert.update(Insert.java:84) at org.h2.command.CommandContainer.update(CommandContainer.java:75) at org.h2.command.Command.executeUpdate(Command.java:230) at org.h2.jdbc.JdbcPreparedStatement.executeUpdateInternal(JdbcPreparedStatement.java:156) at org.h2.jdbc.JdbcPreparedStatement.executeUpdate(JdbcPreparedStatement.java:142) at org.eclipse.net4j.db.jdbc.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:89) at org.eclipse.net4j.db.DBUtil.update(DBUtil.java:1018) at org.eclipse.emf.cdo.server.internal.db.CommitInfoTable.writeCommitInfo(CommitInfoTable.java:103) ... 24 more [ERROR] org.h2.jdbc.JdbcSQLException: Timeout trying to lock table "cdo_commit_infos"; SQL statement: INSERT INTO "repo1"."cdo_commit_infos"("commit_time", "previous_time", "branch_id", "user_id", "commit_comment", "merged_branch", "merged_time") VALUES (?, ?, ?, ?, ?, ?, ?) [50200-168] org.eclipse.net4j.db.DBException: org.h2.jdbc.JdbcSQLException: Timeout trying to lock table "cdo_commit_infos"; SQL statement: INSERT INTO "repo1"."cdo_commit_infos"("commit_time", "previous_time", "branch_id", "user_id", "commit_comment", "merged_branch", "merged_time") VALUES (?, ?, ?, ?, ?, ?, ?) [50200-168] at org.eclipse.emf.cdo.server.internal.db.CommitInfoTable.writeCommitInfo(CommitInfoTable.java:107) at org.eclipse.emf.cdo.server.internal.db.DBStoreAccessor.writeCommitInfo(DBStoreAccessor.java:384) at org.eclipse.emf.cdo.spi.server.StoreAccessor.doWrite(StoreAccessor.java:84) at org.eclipse.emf.cdo.server.internal.db.DBStoreAccessor.doWrite(DBStoreAccessor.java:724) at org.eclipse.emf.cdo.spi.server.StoreAccessorBase.write(StoreAccessorBase.java:144) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.writeAccessor(TransactionCommitContext.java:1894) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.write(TransactionCommitContext.java:839) at org.eclipse.emf.cdo.spi.server.InternalCommitContext$1.runLoop(InternalCommitContext.java:49) at org.eclipse.emf.cdo.spi.server.InternalCommitContext$1.runLoop(InternalCommitContext.java:1) at org.eclipse.net4j.util.om.monitor.ProgressDistributor.run(ProgressDistributor.java:95) at org.eclipse.emf.cdo.internal.server.Repository.commitUnsynced(Repository.java:1562) at org.eclipse.emf.cdo.internal.server.Repository.commit(Repository.java:1550) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicatingCommit(CommitTransactionIndication.java:283) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicating(CommitTransactionIndication.java:96) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerIndicationWithMonitoring.indicating(CDOServerIndicationWithMonitoring.java:118) at org.eclipse.net4j.signal.IndicationWithMonitoring.indicating(IndicationWithMonitoring.java:62) at org.eclipse.net4j.signal.IndicationWithResponse.doExtendedInput(IndicationWithResponse.java:94) at org.eclipse.net4j.signal.Signal.doInput(Signal.java:434) at org.eclipse.net4j.signal.IndicationWithResponse.execute(IndicationWithResponse.java:72) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) Caused by: org.h2.jdbc.JdbcSQLException: Timeout trying to lock table "cdo_commit_infos"; SQL statement: INSERT INTO "repo1"."cdo_commit_infos"("commit_time", "previous_time", "branch_id", "user_id", "commit_comment", "merged_branch", "merged_time") VALUES (?, ?, ?, ?, ?, ?, ?) [50200-168] at org.h2.message.DbException.getJdbcSQLException(DbException.java:329) at org.h2.message.DbException.get(DbException.java:169) at org.h2.message.DbException.get(DbException.java:146) at org.h2.table.RegularTable.doLock(RegularTable.java:500) at org.h2.table.RegularTable.lock(RegularTable.java:434) at org.h2.command.dml.Insert.insertRows(Insert.java:123) at org.h2.command.dml.Insert.update(Insert.java:84) at org.h2.command.CommandContainer.update(CommandContainer.java:75) at org.h2.command.Command.executeUpdate(Command.java:230) at org.h2.jdbc.JdbcPreparedStatement.executeUpdateInternal(JdbcPreparedStatement.java:156) at org.h2.jdbc.JdbcPreparedStatement.executeUpdate(JdbcPreparedStatement.java:142) at org.eclipse.net4j.db.jdbc.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:89) at org.eclipse.net4j.db.DBUtil.update(DBUtil.java:1018) at org.eclipse.emf.cdo.server.internal.db.CommitInfoTable.writeCommitInfo(CommitInfoTable.java:103) ... 24 more [ERROR] org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 10001 millis org.eclipse.net4j.util.om.monitor.MonitorCanceledException: org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 10001 millis at org.eclipse.net4j.util.om.monitor.Monitor.checkCanceled(Monitor.java:58) at org.eclipse.net4j.util.om.monitor.TimeoutMonitor.checkCanceled(TimeoutMonitor.java:116) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.AbstractMonitor.begin(AbstractMonitor.java:48) at org.eclipse.net4j.util.om.monitor.NestedMonitor.begin(NestedMonitor.java:63) at org.eclipse.net4j.util.om.monitor.ProgressDistributor.run(ProgressDistributor.java:86) at org.eclipse.emf.cdo.internal.server.Repository.commitUnsynced(Repository.java:1562) at org.eclipse.emf.cdo.internal.server.Repository.commit(Repository.java:1550) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicatingCommit(CommitTransactionIndication.java:283) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicating(CommitTransactionIndication.java:96) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerIndicationWithMonitoring.indicating(CDOServerIndicationWithMonitoring.java:118) at org.eclipse.net4j.signal.IndicationWithMonitoring.indicating(IndicationWithMonitoring.java:62) at org.eclipse.net4j.signal.IndicationWithResponse.doExtendedInput(IndicationWithResponse.java:94) at org.eclipse.net4j.signal.Signal.doInput(Signal.java:434) at org.eclipse.net4j.signal.IndicationWithResponse.execute(IndicationWithResponse.java:72) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) Caused by: org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 10001 millis at org.eclipse.net4j.util.om.monitor.TimeoutMonitor.handleTimeout(TimeoutMonitor.java:121) at org.eclipse.net4j.util.om.monitor.TimeoutMonitor$1.handleTimeout(TimeoutMonitor.java:61) at org.eclipse.net4j.util.concurrent.Timeouter$1.run(Timeouter.java:89) at java.base/java.util.TimerThread.mainLoop(Timer.java:566) at java.base/java.util.TimerThread.run(Timer.java:516) [ERROR] org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 10001 millis org.eclipse.net4j.util.om.monitor.MonitorCanceledException: org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 10001 millis at org.eclipse.net4j.util.om.monitor.Monitor.checkCanceled(Monitor.java:58) at org.eclipse.net4j.util.om.monitor.TimeoutMonitor.checkCanceled(TimeoutMonitor.java:116) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.AbstractMonitor.begin(AbstractMonitor.java:48) at org.eclipse.net4j.util.om.monitor.NestedMonitor.begin(NestedMonitor.java:63) at org.eclipse.net4j.util.om.monitor.ProgressDistributor.run(ProgressDistributor.java:86) at org.eclipse.emf.cdo.internal.server.Repository.commitUnsynced(Repository.java:1562) at org.eclipse.emf.cdo.internal.server.Repository.commit(Repository.java:1550) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicatingCommit(CommitTransactionIndication.java:283) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicating(CommitTransactionIndication.java:96) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerIndicationWithMonitoring.indicating(CDOServerIndicationWithMonitoring.java:118) at org.eclipse.net4j.signal.IndicationWithMonitoring.indicating(IndicationWithMonitoring.java:62) at org.eclipse.net4j.signal.IndicationWithResponse.doExtendedInput(IndicationWithResponse.java:94) at org.eclipse.net4j.signal.Signal.doInput(Signal.java:434) at org.eclipse.net4j.signal.IndicationWithResponse.execute(IndicationWithResponse.java:72) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) Caused by: org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 10001 millis at org.eclipse.net4j.util.om.monitor.TimeoutMonitor.handleTimeout(TimeoutMonitor.java:121) at org.eclipse.net4j.util.om.monitor.TimeoutMonitor$1.handleTimeout(TimeoutMonitor.java:61) at org.eclipse.net4j.util.concurrent.Timeouter$1.run(Timeouter.java:89) at java.base/java.util.TimerThread.mainLoop(Timer.java:566) at java.base/java.util.TimerThread.run(Timer.java:516) [ERROR] org.h2.jdbc.JdbcSQLException: Timeout trying to lock table "cdo_commit_infos"; SQL statement: INSERT INTO "repo1"."cdo_commit_infos"("commit_time", "previous_time", "branch_id", "user_id", "commit_comment", "merged_branch", "merged_time") VALUES (?, ?, ?, ?, ?, ?, ?) [50200-168] org.eclipse.net4j.db.DBException: org.h2.jdbc.JdbcSQLException: Timeout trying to lock table "cdo_commit_infos"; SQL statement: INSERT INTO "repo1"."cdo_commit_infos"("commit_time", "previous_time", "branch_id", "user_id", "commit_comment", "merged_branch", "merged_time") VALUES (?, ?, ?, ?, ?, ?, ?) [50200-168] at org.eclipse.emf.cdo.server.internal.db.CommitInfoTable.writeCommitInfo(CommitInfoTable.java:107) at org.eclipse.emf.cdo.server.internal.db.DBStoreAccessor.writeCommitInfo(DBStoreAccessor.java:384) at org.eclipse.emf.cdo.spi.server.StoreAccessor.doWrite(StoreAccessor.java:84) at org.eclipse.emf.cdo.server.internal.db.DBStoreAccessor.doWrite(DBStoreAccessor.java:724) at org.eclipse.emf.cdo.spi.server.StoreAccessorBase.write(StoreAccessorBase.java:144) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.writeAccessor(TransactionCommitContext.java:1894) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.write(TransactionCommitContext.java:839) at org.eclipse.emf.cdo.spi.server.InternalCommitContext$1.runLoop(InternalCommitContext.java:49) at org.eclipse.emf.cdo.spi.server.InternalCommitContext$1.runLoop(InternalCommitContext.java:1) at org.eclipse.net4j.util.om.monitor.ProgressDistributor.run(ProgressDistributor.java:95) at org.eclipse.emf.cdo.internal.server.Repository.commitUnsynced(Repository.java:1562) at org.eclipse.emf.cdo.internal.server.Repository.commit(Repository.java:1550) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicatingCommit(CommitTransactionIndication.java:283) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicating(CommitTransactionIndication.java:96) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerIndicationWithMonitoring.indicating(CDOServerIndicationWithMonitoring.java:118) at org.eclipse.net4j.signal.IndicationWithMonitoring.indicating(IndicationWithMonitoring.java:62) at org.eclipse.net4j.signal.IndicationWithResponse.doExtendedInput(IndicationWithResponse.java:94) at org.eclipse.net4j.signal.Signal.doInput(Signal.java:434) at org.eclipse.net4j.signal.IndicationWithResponse.execute(IndicationWithResponse.java:72) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) Caused by: org.h2.jdbc.JdbcSQLException: Timeout trying to lock table "cdo_commit_infos"; SQL statement: INSERT INTO "repo1"."cdo_commit_infos"("commit_time", "previous_time", "branch_id", "user_id", "commit_comment", "merged_branch", "merged_time") VALUES (?, ?, ?, ?, ?, ?, ?) [50200-168] at org.h2.message.DbException.getJdbcSQLException(DbException.java:329) at org.h2.message.DbException.get(DbException.java:169) at org.h2.message.DbException.get(DbException.java:146) at org.h2.table.RegularTable.doLock(RegularTable.java:500) at org.h2.table.RegularTable.lock(RegularTable.java:434) at org.h2.command.dml.Insert.insertRows(Insert.java:123) at org.h2.command.dml.Insert.update(Insert.java:84) at org.h2.command.CommandContainer.update(CommandContainer.java:75) at org.h2.command.Command.executeUpdate(Command.java:230) at org.h2.jdbc.JdbcPreparedStatement.executeUpdateInternal(JdbcPreparedStatement.java:156) at org.h2.jdbc.JdbcPreparedStatement.executeUpdate(JdbcPreparedStatement.java:142) at org.eclipse.net4j.db.jdbc.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:89) at org.eclipse.net4j.db.DBUtil.update(DBUtil.java:1018) at org.eclipse.emf.cdo.server.internal.db.CommitInfoTable.writeCommitInfo(CommitInfoTable.java:103) ... 24 more org.eclipse.emf.cdo.util.CommitException: Rollback in DBStore: org.eclipse.net4j.db.DBException: org.h2.jdbc.JdbcSQLException: Timeout trying to lock table "cdo_commit_infos"; SQL statement: INSERT INTO "repo1"."cdo_commit_infos"("commit_time", "previous_time", "branch_id", "user_id", "commit_comment", "merged_branch", "merged_time") VALUES (?, ?, ?, ?, ?, ?, ?) [50200-168] at org.eclipse.emf.cdo.server.internal.db.CommitInfoTable.writeCommitInfo(CommitInfoTable.java:107) at org.eclipse.emf.cdo.server.internal.db.DBStoreAccessor.writeCommitInfo(DBStoreAccessor.java:384) at org.eclipse.emf.cdo.spi.server.StoreAccessor.doWrite(StoreAccessor.java:84) at org.eclipse.emf.cdo.server.internal.db.DBStoreAccessor.doWrite(DBStoreAccessor.java:724) at org.eclipse.emf.cdo.spi.server.StoreAccessorBase.write(StoreAccessorBase.java:144) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.writeAccessor(TransactionCommitContext.java:1894) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.write(TransactionCommitContext.java:839) at org.eclipse.emf.cdo.spi.server.InternalCommitContext$1.runLoop(InternalCommitContext.java:49) at org.eclipse.emf.cdo.spi.server.InternalCommitContext$1.runLoop(InternalCommitContext.java:1) at org.eclipse.net4j.util.om.monitor.ProgressDistributor.run(ProgressDistributor.java:95) at org.eclipse.emf.cdo.internal.server.Repository.commitUnsynced(Repository.java:1562) at org.eclipse.emf.cdo.internal.server.Repository.commit(Repository.java:1550) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicatingCommit(CommitTransactionIndication.java:283) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicating(CommitTransactionIndication.java:96) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerIndicationWithMonitoring.indicating(CDOServerIndicationWithMonitoring.java:118) at org.eclipse.net4j.signal.IndicationWithMonitoring.indicating(IndicationWithMonitoring.java:62) at org.eclipse.net4j.signal.IndicationWithResponse.doExtendedInput(IndicationWithResponse.java:94) at org.eclipse.net4j.signal.Signal.doInput(Signal.java:434) at org.eclipse.net4j.signal.IndicationWithResponse.execute(IndicationWithResponse.java:72) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) Caused by: org.h2.jdbc.JdbcSQLException: Timeout trying to lock table "cdo_commit_infos"; SQL statement: INSERT INTO "repo1"."cdo_commit_infos"("commit_time", "previous_time", "branch_id", "user_id", "commit_comment", "merged_branch", "merged_time") VALUES (?, ?, ?, ?, ?, ?, ?) [50200-168] at org.h2.message.DbException.getJdbcSQLException(DbException.java:329) at org.h2.message.DbException.get(DbException.java:169) at org.h2.message.DbException.get(DbException.java:146) at org.h2.table.RegularTable.doLock(RegularTable.java:500) at org.h2.table.RegularTable.lock(RegularTable.java:434) at org.h2.command.dml.Insert.insertRows(Insert.java:123) at org.h2.command.dml.Insert.update(Insert.java:84) at org.h2.command.CommandContainer.update(CommandContainer.java:75) at org.h2.command.Command.executeUpdate(Command.java:230) at org.h2.jdbc.JdbcPreparedStatement.executeUpdateInternal(JdbcPreparedStatement.java:156) at org.h2.jdbc.JdbcPreparedStatement.executeUpdate(JdbcPreparedStatement.java:142) at org.eclipse.net4j.db.jdbc.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:89) at org.eclipse.net4j.db.DBUtil.update(DBUtil.java:1018) at org.eclipse.emf.cdo.server.internal.db.CommitInfoTable.writeCommitInfo(CommitInfoTable.java:103) ... 24 more at org.eclipse.emf.internal.cdo.transaction.CDOSingleTransactionStrategyImpl.commit(CDOSingleTransactionStrategyImpl.java:99) at org.eclipse.emf.internal.cdo.transaction.CDOTransactionImpl.commitSynced(CDOTransactionImpl.java:1812) at org.eclipse.emf.internal.cdo.transaction.CDOTransactionImpl.commitAfterResolveConflicts(CDOTransactionImpl.java:1771) at org.eclipse.emf.internal.cdo.transaction.CDOTransactionImpl.commit(CDOTransactionImpl.java:1702) at org.eclipse.emf.internal.cdo.transaction.CDOTransactionImpl.commit(CDOTransactionImpl.java:1693) at org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_411927_Test$GoodClient.run(Bugzilla_411927_Test.java:201) [ERROR] org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 10001 millis org.eclipse.net4j.util.om.monitor.MonitorCanceledException: org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 10001 millis at org.eclipse.net4j.util.om.monitor.Monitor.checkCanceled(Monitor.java:58) at org.eclipse.net4j.util.om.monitor.TimeoutMonitor.checkCanceled(TimeoutMonitor.java:116) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.AbstractMonitor.begin(AbstractMonitor.java:48) at org.eclipse.net4j.util.om.monitor.NestedMonitor.begin(NestedMonitor.java:63) at org.eclipse.net4j.util.om.monitor.ProgressDistributor.run(ProgressDistributor.java:86) at org.eclipse.emf.cdo.internal.server.Repository.commitUnsynced(Repository.java:1562) at org.eclipse.emf.cdo.internal.server.Repository.commit(Repository.java:1550) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicatingCommit(CommitTransactionIndication.java:283) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicating(CommitTransactionIndication.java:96) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerIndicationWithMonitoring.indicating(CDOServerIndicationWithMonitoring.java:118) at org.eclipse.net4j.signal.IndicationWithMonitoring.indicating(IndicationWithMonitoring.java:62) at org.eclipse.net4j.signal.IndicationWithResponse.doExtendedInput(IndicationWithResponse.java:94) at org.eclipse.net4j.signal.Signal.doInput(Signal.java:434) at org.eclipse.net4j.signal.IndicationWithResponse.execute(IndicationWithResponse.java:72) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) Caused by: org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 10001 millis at org.eclipse.net4j.util.om.monitor.TimeoutMonitor.handleTimeout(TimeoutMonitor.java:121) at org.eclipse.net4j.util.om.monitor.TimeoutMonitor$1.handleTimeout(TimeoutMonitor.java:61) at org.eclipse.net4j.util.concurrent.Timeouter$1.run(Timeouter.java:89) at java.base/java.util.TimerThread.mainLoop(Timer.java:566) at java.base/java.util.TimerThread.run(Timer.java:516) org.eclipse.emf.cdo.util.CommitException: org.eclipse.net4j.signal.RemoteException: org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 10001 millis at org.eclipse.emf.internal.cdo.transaction.CDOTransactionImpl.commitSynced(CDOTransactionImpl.java:1870) at org.eclipse.emf.internal.cdo.transaction.CDOTransactionImpl.commitAfterResolveConflicts(CDOTransactionImpl.java:1771) at org.eclipse.emf.internal.cdo.transaction.CDOTransactionImpl.commit(CDOTransactionImpl.java:1702) at org.eclipse.emf.internal.cdo.transaction.CDOTransactionImpl.commit(CDOTransactionImpl.java:1693) at org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_411927_Test$GoodClient.run(Bugzilla_411927_Test.java:201) Caused by: org.eclipse.net4j.signal.RemoteException: org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 10001 millis at org.eclipse.net4j.signal.RequestWithConfirmation.getRemoteException(RequestWithConfirmation.java:158) at org.eclipse.net4j.signal.RequestWithConfirmation.setRemoteException(RequestWithConfirmation.java:139) at org.eclipse.net4j.signal.SignalProtocol.handleRemoteException(SignalProtocol.java:582) at org.eclipse.net4j.signal.RemoteExceptionIndication.indicating(RemoteExceptionIndication.java:52) at org.eclipse.net4j.signal.Indication.doExtendedInput(Indication.java:57) at org.eclipse.net4j.signal.Signal.doInput(Signal.java:434) at org.eclipse.net4j.signal.Indication.execute(Indication.java:51) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) Caused by: org.eclipse.net4j.util.om.monitor.MonitorCanceledException: org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 10001 millis at org.eclipse.net4j.util.om.monitor.Monitor.checkCanceled(Monitor.java:58) at org.eclipse.net4j.util.om.monitor.TimeoutMonitor.checkCanceled(TimeoutMonitor.java:116) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.AbstractMonitor.begin(AbstractMonitor.java:48) at org.eclipse.net4j.util.om.monitor.NestedMonitor.begin(NestedMonitor.java:63) at org.eclipse.net4j.util.om.monitor.ProgressDistributor.run(ProgressDistributor.java:86) at org.eclipse.emf.cdo.internal.server.Repository.commitUnsynced(Repository.java:1562) at org.eclipse.emf.cdo.internal.server.Repository.commit(Repository.java:1550) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicatingCommit(CommitTransactionIndication.java:283) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicating(CommitTransactionIndication.java:96) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerIndicationWithMonitoring.indicating(CDOServerIndicationWithMonitoring.java:118) at org.eclipse.net4j.signal.IndicationWithMonitoring.indicating(IndicationWithMonitoring.java:62) at org.eclipse.net4j.signal.IndicationWithResponse.doExtendedInput(IndicationWithResponse.java:94) at org.eclipse.net4j.signal.Signal.doInput(Signal.java:434) at org.eclipse.net4j.signal.IndicationWithResponse.execute(IndicationWithResponse.java:72) ... 6 more Caused by: org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 10001 millis at org.eclipse.net4j.util.om.monitor.TimeoutMonitor.handleTimeout(TimeoutMonitor.java:121) at org.eclipse.net4j.util.om.monitor.TimeoutMonitor$1.handleTimeout(TimeoutMonitor.java:61) at org.eclipse.net4j.util.concurrent.Timeouter$1.run(Timeouter.java:89) at java.base/java.util.TimerThread.mainLoop(Timer.java:566) at java.base/java.util.TimerThread.run(Timer.java:516) [ERROR] org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 10001 millis org.eclipse.net4j.util.om.monitor.MonitorCanceledException: org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 10001 millis at org.eclipse.net4j.util.om.monitor.Monitor.checkCanceled(Monitor.java:58) at org.eclipse.net4j.util.om.monitor.TimeoutMonitor.checkCanceled(TimeoutMonitor.java:116) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.AbstractMonitor.begin(AbstractMonitor.java:48) at org.eclipse.net4j.util.om.monitor.NestedMonitor.begin(NestedMonitor.java:63) at org.eclipse.emf.cdo.server.internal.db.DBStoreAccessor.writePackageUnits(DBStoreAccessor.java:735) at org.eclipse.emf.cdo.spi.server.StoreAccessor.doWrite(StoreAccessor.java:85) at org.eclipse.emf.cdo.server.internal.db.DBStoreAccessor.doWrite(DBStoreAccessor.java:724) at org.eclipse.emf.cdo.spi.server.StoreAccessorBase.write(StoreAccessorBase.java:144) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.writeAccessor(TransactionCommitContext.java:1894) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.write(TransactionCommitContext.java:839) at org.eclipse.emf.cdo.spi.server.InternalCommitContext$1.runLoop(InternalCommitContext.java:49) at org.eclipse.emf.cdo.spi.server.InternalCommitContext$1.runLoop(InternalCommitContext.java:1) at org.eclipse.net4j.util.om.monitor.ProgressDistributor.run(ProgressDistributor.java:95) at org.eclipse.emf.cdo.internal.server.Repository.commitUnsynced(Repository.java:1562) at org.eclipse.emf.cdo.internal.server.Repository.commit(Repository.java:1550) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicatingCommit(CommitTransactionIndication.java:283) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicating(CommitTransactionIndication.java:96) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerIndicationWithMonitoring.indicating(CDOServerIndicationWithMonitoring.java:118) at org.eclipse.net4j.signal.IndicationWithMonitoring.indicating(IndicationWithMonitoring.java:62) at org.eclipse.net4j.signal.IndicationWithResponse.doExtendedInput(IndicationWithResponse.java:94) at org.eclipse.net4j.signal.Signal.doInput(Signal.java:434) at org.eclipse.net4j.signal.IndicationWithResponse.execute(IndicationWithResponse.java:72) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) Caused by: org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 10001 millis at org.eclipse.net4j.util.om.monitor.TimeoutMonitor.handleTimeout(TimeoutMonitor.java:121) at org.eclipse.net4j.util.om.monitor.TimeoutMonitor$1.handleTimeout(TimeoutMonitor.java:61) at org.eclipse.net4j.util.concurrent.Timeouter$1.run(Timeouter.java:89) at java.base/java.util.TimerThread.mainLoop(Timer.java:566) at java.base/java.util.TimerThread.run(Timer.java:516) [ERROR] org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 10001 millis org.eclipse.net4j.util.om.monitor.MonitorCanceledException: org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 10001 millis at org.eclipse.net4j.util.om.monitor.Monitor.checkCanceled(Monitor.java:58) at org.eclipse.net4j.util.om.monitor.TimeoutMonitor.checkCanceled(TimeoutMonitor.java:116) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.AbstractMonitor.begin(AbstractMonitor.java:48) at org.eclipse.net4j.util.om.monitor.NestedMonitor.begin(NestedMonitor.java:63) at org.eclipse.net4j.util.om.monitor.ProgressDistributor.run(ProgressDistributor.java:86) at org.eclipse.emf.cdo.internal.server.Repository.commitUnsynced(Repository.java:1562) at org.eclipse.emf.cdo.internal.server.Repository.commit(Repository.java:1550) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicatingCommit(CommitTransactionIndication.java:283) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicating(CommitTransactionIndication.java:96) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerIndicationWithMonitoring.indicating(CDOServerIndicationWithMonitoring.java:118) at org.eclipse.net4j.signal.IndicationWithMonitoring.indicating(IndicationWithMonitoring.java:62) at org.eclipse.net4j.signal.IndicationWithResponse.doExtendedInput(IndicationWithResponse.java:94) at org.eclipse.net4j.signal.Signal.doInput(Signal.java:434) at org.eclipse.net4j.signal.IndicationWithResponse.execute(IndicationWithResponse.java:72) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) Caused by: org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 10001 millis at org.eclipse.net4j.util.om.monitor.TimeoutMonitor.handleTimeout(TimeoutMonitor.java:121) at org.eclipse.net4j.util.om.monitor.TimeoutMonitor$1.handleTimeout(TimeoutMonitor.java:61) at org.eclipse.net4j.util.concurrent.Timeouter$1.run(Timeouter.java:89) at java.base/java.util.TimerThread.mainLoop(Timer.java:566) at java.base/java.util.TimerThread.run(Timer.java:516) [ERROR] org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 10001 millis org.eclipse.net4j.util.om.monitor.MonitorCanceledException: org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 10001 millis at org.eclipse.net4j.util.om.monitor.Monitor.checkCanceled(Monitor.java:58) at org.eclipse.net4j.util.om.monitor.TimeoutMonitor.checkCanceled(TimeoutMonitor.java:116) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.AbstractMonitor.begin(AbstractMonitor.java:48) at org.eclipse.net4j.util.om.monitor.NestedMonitor.begin(NestedMonitor.java:63) at org.eclipse.emf.cdo.server.internal.db.DBStoreAccessor.writePackageUnits(DBStoreAccessor.java:735) at org.eclipse.emf.cdo.spi.server.StoreAccessor.doWrite(StoreAccessor.java:85) at org.eclipse.emf.cdo.server.internal.db.DBStoreAccessor.doWrite(DBStoreAccessor.java:724) at org.eclipse.emf.cdo.spi.server.StoreAccessorBase.write(StoreAccessorBase.java:144) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.writeAccessor(TransactionCommitContext.java:1894) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.write(TransactionCommitContext.java:839) at org.eclipse.emf.cdo.spi.server.InternalCommitContext$1.runLoop(InternalCommitContext.java:49) at org.eclipse.emf.cdo.spi.server.InternalCommitContext$1.runLoop(InternalCommitContext.java:1) at org.eclipse.net4j.util.om.monitor.ProgressDistributor.run(ProgressDistributor.java:95) at org.eclipse.emf.cdo.internal.server.Repository.commitUnsynced(Repository.java:1562) at org.eclipse.emf.cdo.internal.server.Repository.commit(Repository.java:1550) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicatingCommit(CommitTransactionIndication.java:283) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicating(CommitTransactionIndication.java:96) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerIndicationWithMonitoring.indicating(CDOServerIndicationWithMonitoring.java:118) at org.eclipse.net4j.signal.IndicationWithMonitoring.indicating(IndicationWithMonitoring.java:62) at org.eclipse.net4j.signal.IndicationWithResponse.doExtendedInput(IndicationWithResponse.java:94) at org.eclipse.net4j.signal.Signal.doInput(Signal.java:434) at org.eclipse.net4j.signal.IndicationWithResponse.execute(IndicationWithResponse.java:72) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) Caused by: org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 10001 millis at org.eclipse.net4j.util.om.monitor.TimeoutMonitor.handleTimeout(TimeoutMonitor.java:121) at org.eclipse.net4j.util.om.monitor.TimeoutMonitor$1.handleTimeout(TimeoutMonitor.java:61) at org.eclipse.net4j.util.concurrent.Timeouter$1.run(Timeouter.java:89) at java.base/java.util.TimerThread.mainLoop(Timer.java:566) at java.base/java.util.TimerThread.run(Timer.java:516) [ERROR] org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 10001 millis org.eclipse.net4j.util.om.monitor.MonitorCanceledException: org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 10001 millis at org.eclipse.net4j.util.om.monitor.Monitor.checkCanceled(Monitor.java:58) at org.eclipse.net4j.util.om.monitor.TimeoutMonitor.checkCanceled(TimeoutMonitor.java:116) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.AbstractMonitor.begin(AbstractMonitor.java:48) at org.eclipse.net4j.util.om.monitor.NestedMonitor.begin(NestedMonitor.java:63) at org.eclipse.net4j.util.om.monitor.ProgressDistributor.run(ProgressDistributor.java:86) at org.eclipse.emf.cdo.internal.server.Repository.commitUnsynced(Repository.java:1562) at org.eclipse.emf.cdo.internal.server.Repository.commit(Repository.java:1550) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicatingCommit(CommitTransactionIndication.java:283) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicating(CommitTransactionIndication.java:96) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerIndicationWithMonitoring.indicating(CDOServerIndicationWithMonitoring.java:118) at org.eclipse.net4j.signal.IndicationWithMonitoring.indicating(IndicationWithMonitoring.java:62) at org.eclipse.net4j.signal.IndicationWithResponse.doExtendedInput(IndicationWithResponse.java:94) at org.eclipse.net4j.signal.Signal.doInput(Signal.java:434) at org.eclipse.net4j.signal.IndicationWithResponse.execute(IndicationWithResponse.java:72) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) Caused by: org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 10001 millis at org.eclipse.net4j.util.om.monitor.TimeoutMonitor.handleTimeout(TimeoutMonitor.java:121) at org.eclipse.net4j.util.om.monitor.TimeoutMonitor$1.handleTimeout(TimeoutMonitor.java:61) at org.eclipse.net4j.util.concurrent.Timeouter$1.run(Timeouter.java:89) at java.base/java.util.TimerThread.mainLoop(Timer.java:566) at java.base/java.util.TimerThread.run(Timer.java:516) [ERROR] org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 10001 millis org.eclipse.net4j.util.om.monitor.MonitorCanceledException: org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 10001 millis at org.eclipse.net4j.util.om.monitor.Monitor.checkCanceled(Monitor.java:58) at org.eclipse.net4j.util.om.monitor.TimeoutMonitor.checkCanceled(TimeoutMonitor.java:116) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.AbstractMonitor.begin(AbstractMonitor.java:48) at org.eclipse.net4j.util.om.monitor.NestedMonitor.begin(NestedMonitor.java:63) at org.eclipse.emf.cdo.server.internal.db.DBStoreAccessor.writePackageUnits(DBStoreAccessor.java:735) at org.eclipse.emf.cdo.spi.server.StoreAccessor.doWrite(StoreAccessor.java:85) at org.eclipse.emf.cdo.server.internal.db.DBStoreAccessor.doWrite(DBStoreAccessor.java:724) at org.eclipse.emf.cdo.spi.server.StoreAccessorBase.write(StoreAccessorBase.java:144) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.writeAccessor(TransactionCommitContext.java:1894) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.write(TransactionCommitContext.java:839) at org.eclipse.emf.cdo.spi.server.InternalCommitContext$1.runLoop(InternalCommitContext.java:49) at org.eclipse.emf.cdo.spi.server.InternalCommitContext$1.runLoop(InternalCommitContext.java:1) at org.eclipse.net4j.util.om.monitor.ProgressDistributor.run(ProgressDistributor.java:95) at org.eclipse.emf.cdo.internal.server.Repository.commitUnsynced(Repository.java:1562) at org.eclipse.emf.cdo.internal.server.Repository.commit(Repository.java:1550) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicatingCommit(CommitTransactionIndication.java:283) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicating(CommitTransactionIndication.java:96) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerIndicationWithMonitoring.indicating(CDOServerIndicationWithMonitoring.java:118) at org.eclipse.net4j.signal.IndicationWithMonitoring.indicating(IndicationWithMonitoring.java:62) at org.eclipse.net4j.signal.IndicationWithResponse.doExtendedInput(IndicationWithResponse.java:94) at org.eclipse.net4j.signal.Signal.doInput(Signal.java:434) at org.eclipse.net4j.signal.IndicationWithResponse.execute(IndicationWithResponse.java:72) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) Caused by: org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 10001 millis at org.eclipse.net4j.util.om.monitor.TimeoutMonitor.handleTimeout(TimeoutMonitor.java:121) at org.eclipse.net4j.util.om.monitor.TimeoutMonitor$1.handleTimeout(TimeoutMonitor.java:61) at org.eclipse.net4j.util.concurrent.Timeouter$1.run(Timeouter.java:89) at java.base/java.util.TimerThread.mainLoop(Timer.java:566) at java.base/java.util.TimerThread.run(Timer.java:516) [ERROR] org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 10001 millis org.eclipse.net4j.util.om.monitor.MonitorCanceledException: org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 10001 millis at org.eclipse.net4j.util.om.monitor.Monitor.checkCanceled(Monitor.java:58) at org.eclipse.net4j.util.om.monitor.TimeoutMonitor.checkCanceled(TimeoutMonitor.java:116) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.AbstractMonitor.begin(AbstractMonitor.java:48) at org.eclipse.net4j.util.om.monitor.NestedMonitor.begin(NestedMonitor.java:63) at org.eclipse.net4j.util.om.monitor.ProgressDistributor.run(ProgressDistributor.java:86) at org.eclipse.emf.cdo.internal.server.Repository.commitUnsynced(Repository.java:1562) at org.eclipse.emf.cdo.internal.server.Repository.commit(Repository.java:1550) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicatingCommit(CommitTransactionIndication.java:283) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicating(CommitTransactionIndication.java:96) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerIndicationWithMonitoring.indicating(CDOServerIndicationWithMonitoring.java:118) at org.eclipse.net4j.signal.IndicationWithMonitoring.indicating(IndicationWithMonitoring.java:62) at org.eclipse.net4j.signal.IndicationWithResponse.doExtendedInput(IndicationWithResponse.java:94) at org.eclipse.net4j.signal.Signal.doInput(Signal.java:434) at org.eclipse.net4j.signal.IndicationWithResponse.execute(IndicationWithResponse.java:72) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) Caused by: org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 10001 millis at org.eclipse.net4j.util.om.monitor.TimeoutMonitor.handleTimeout(TimeoutMonitor.java:121) at org.eclipse.net4j.util.om.monitor.TimeoutMonitor$1.handleTimeout(TimeoutMonitor.java:61) at org.eclipse.net4j.util.concurrent.Timeouter$1.run(Timeouter.java:89) at java.base/java.util.TimerThread.mainLoop(Timer.java:566) at java.base/java.util.TimerThread.run(Timer.java:516) org.eclipse.emf.cdo.util.CommitException: org.eclipse.net4j.signal.RemoteException: org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 10001 millis at org.eclipse.emf.internal.cdo.transaction.CDOTransactionImpl.commitSynced(CDOTransactionImpl.java:1870) at org.eclipse.emf.internal.cdo.transaction.CDOTransactionImpl.commitAfterResolveConflicts(CDOTransactionImpl.java:1771) at org.eclipse.emf.internal.cdo.transaction.CDOTransactionImpl.commit(CDOTransactionImpl.java:1702) at org.eclipse.emf.internal.cdo.transaction.CDOTransactionImpl.commit(CDOTransactionImpl.java:1693) at org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_411927_Test$GoodClient.run(Bugzilla_411927_Test.java:201) Caused by: org.eclipse.net4j.signal.RemoteException: org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 10001 millis at org.eclipse.net4j.signal.RequestWithConfirmation.getRemoteException(RequestWithConfirmation.java:158) at org.eclipse.net4j.signal.RequestWithConfirmation.setRemoteException(RequestWithConfirmation.java:139) at org.eclipse.net4j.signal.SignalProtocol.handleRemoteException(SignalProtocol.java:582) at org.eclipse.net4j.signal.RemoteExceptionIndication.indicating(RemoteExceptionIndication.java:52) at org.eclipse.net4j.signal.Indication.doExtendedInput(Indication.java:57) at org.eclipse.net4j.signal.Signal.doInput(Signal.java:434) at org.eclipse.net4j.signal.Indication.execute(Indication.java:51) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) Caused by: org.eclipse.net4j.util.om.monitor.MonitorCanceledException: org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 10001 millis at org.eclipse.net4j.util.om.monitor.Monitor.checkCanceled(Monitor.java:58) at org.eclipse.net4j.util.om.monitor.TimeoutMonitor.checkCanceled(TimeoutMonitor.java:116) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.AbstractMonitor.begin(AbstractMonitor.java:48) at org.eclipse.net4j.util.om.monitor.NestedMonitor.begin(NestedMonitor.java:63) at org.eclipse.net4j.util.om.monitor.ProgressDistributor.run(ProgressDistributor.java:86) at org.eclipse.emf.cdo.internal.server.Repository.commitUnsynced(Repository.java:1562) at org.eclipse.emf.cdo.internal.server.Repository.commit(Repository.java:1550) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicatingCommit(CommitTransactionIndication.java:283) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicating(CommitTransactionIndication.java:96) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerIndicationWithMonitoring.indicating(CDOServerIndicationWithMonitoring.java:118) at org.eclipse.net4j.signal.IndicationWithMonitoring.indicating(IndicationWithMonitoring.java:62) at org.eclipse.net4j.signal.IndicationWithResponse.doExtendedInput(IndicationWithResponse.java:94) at org.eclipse.net4j.signal.Signal.doInput(Signal.java:434) at org.eclipse.net4j.signal.IndicationWithResponse.execute(IndicationWithResponse.java:72) ... 6 more Caused by: org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 10001 millis at org.eclipse.net4j.util.om.monitor.TimeoutMonitor.handleTimeout(TimeoutMonitor.java:121) at org.eclipse.net4j.util.om.monitor.TimeoutMonitor$1.handleTimeout(TimeoutMonitor.java:61) at org.eclipse.net4j.util.concurrent.Timeouter$1.run(Timeouter.java:89) at java.base/java.util.TimerThread.mainLoop(Timer.java:566) at java.base/java.util.TimerThread.run(Timer.java:516) org.eclipse.emf.cdo.util.CommitException: org.eclipse.net4j.signal.RemoteException: org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 10001 millis at org.eclipse.emf.internal.cdo.transaction.CDOTransactionImpl.commitSynced(CDOTransactionImpl.java:1870) at org.eclipse.emf.internal.cdo.transaction.CDOTransactionImpl.commitAfterResolveConflicts(CDOTransactionImpl.java:1771) at org.eclipse.emf.internal.cdo.transaction.CDOTransactionImpl.commit(CDOTransactionImpl.java:1702) at org.eclipse.emf.internal.cdo.transaction.CDOTransactionImpl.commit(CDOTransactionImpl.java:1693) at org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_411927_Test$GoodClient.run(Bugzilla_411927_Test.java:201) Caused by: org.eclipse.net4j.signal.RemoteException: org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 10001 millis at org.eclipse.net4j.signal.RequestWithConfirmation.getRemoteException(RequestWithConfirmation.java:158) at org.eclipse.net4j.signal.RequestWithConfirmation.setRemoteException(RequestWithConfirmation.java:139) at org.eclipse.net4j.signal.SignalProtocol.handleRemoteException(SignalProtocol.java:582) at org.eclipse.net4j.signal.RemoteExceptionIndication.indicating(RemoteExceptionIndication.java:52) at org.eclipse.net4j.signal.Indication.doExtendedInput(Indication.java:57) at org.eclipse.net4j.signal.Signal.doInput(Signal.java:434) at org.eclipse.net4j.signal.Indication.execute(Indication.java:51) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) Caused by: org.eclipse.net4j.util.om.monitor.MonitorCanceledException: org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 10001 millis at org.eclipse.net4j.util.om.monitor.Monitor.checkCanceled(Monitor.java:58) at org.eclipse.net4j.util.om.monitor.TimeoutMonitor.checkCanceled(TimeoutMonitor.java:116) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.AbstractMonitor.begin(AbstractMonitor.java:48) at org.eclipse.net4j.util.om.monitor.NestedMonitor.begin(NestedMonitor.java:63) at org.eclipse.net4j.util.om.monitor.ProgressDistributor.run(ProgressDistributor.java:86) at org.eclipse.emf.cdo.internal.server.Repository.commitUnsynced(Repository.java:1562) at org.eclipse.emf.cdo.internal.server.Repository.commit(Repository.java:1550) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicatingCommit(CommitTransactionIndication.java:283) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicating(CommitTransactionIndication.java:96) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerIndicationWithMonitoring.indicating(CDOServerIndicationWithMonitoring.java:118) at org.eclipse.net4j.signal.IndicationWithMonitoring.indicating(IndicationWithMonitoring.java:62) at org.eclipse.net4j.signal.IndicationWithResponse.doExtendedInput(IndicationWithResponse.java:94) at org.eclipse.net4j.signal.Signal.doInput(Signal.java:434) at org.eclipse.net4j.signal.IndicationWithResponse.execute(IndicationWithResponse.java:72) ... 6 more Caused by: org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 10001 millis at org.eclipse.net4j.util.om.monitor.TimeoutMonitor.handleTimeout(TimeoutMonitor.java:121) at org.eclipse.net4j.util.om.monitor.TimeoutMonitor$1.handleTimeout(TimeoutMonitor.java:61) at org.eclipse.net4j.util.concurrent.Timeouter$1.run(Timeouter.java:89) at java.base/java.util.TimerThread.mainLoop(Timer.java:566) at java.base/java.util.TimerThread.run(Timer.java:516) org.eclipse.emf.cdo.util.CommitException: org.eclipse.net4j.signal.RemoteException: org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 10001 millis at org.eclipse.emf.internal.cdo.transaction.CDOTransactionImpl.commitSynced(CDOTransactionImpl.java:1870) at org.eclipse.emf.internal.cdo.transaction.CDOTransactionImpl.commitAfterResolveConflicts(CDOTransactionImpl.java:1771) at org.eclipse.emf.internal.cdo.transaction.CDOTransactionImpl.commit(CDOTransactionImpl.java:1702) at org.eclipse.emf.internal.cdo.transaction.CDOTransactionImpl.commit(CDOTransactionImpl.java:1693) at org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_411927_Test$GoodClient.run(Bugzilla_411927_Test.java:201) Caused by: org.eclipse.net4j.signal.RemoteException: org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 10001 millis at org.eclipse.net4j.signal.RequestWithConfirmation.getRemoteException(RequestWithConfirmation.java:158) at org.eclipse.net4j.signal.RequestWithConfirmation.setRemoteException(RequestWithConfirmation.java:139) at org.eclipse.net4j.signal.SignalProtocol.handleRemoteException(SignalProtocol.java:582) at org.eclipse.net4j.signal.RemoteExceptionIndication.indicating(RemoteExceptionIndication.java:52) at org.eclipse.net4j.signal.Indication.doExtendedInput(Indication.java:57) at org.eclipse.net4j.signal.Signal.doInput(Signal.java:434) at org.eclipse.net4j.signal.Indication.execute(Indication.java:51) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) Caused by: org.eclipse.net4j.util.om.monitor.MonitorCanceledException: org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 10001 millis at org.eclipse.net4j.util.om.monitor.Monitor.checkCanceled(Monitor.java:58) at org.eclipse.net4j.util.om.monitor.TimeoutMonitor.checkCanceled(TimeoutMonitor.java:116) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.AbstractMonitor.begin(AbstractMonitor.java:48) at org.eclipse.net4j.util.om.monitor.NestedMonitor.begin(NestedMonitor.java:63) at org.eclipse.net4j.util.om.monitor.ProgressDistributor.run(ProgressDistributor.java:86) at org.eclipse.emf.cdo.internal.server.Repository.commitUnsynced(Repository.java:1562) at org.eclipse.emf.cdo.internal.server.Repository.commit(Repository.java:1550) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicatingCommit(CommitTransactionIndication.java:283) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicating(CommitTransactionIndication.java:96) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerIndicationWithMonitoring.indicating(CDOServerIndicationWithMonitoring.java:118) at org.eclipse.net4j.signal.IndicationWithMonitoring.indicating(IndicationWithMonitoring.java:62) at org.eclipse.net4j.signal.IndicationWithResponse.doExtendedInput(IndicationWithResponse.java:94) at org.eclipse.net4j.signal.Signal.doInput(Signal.java:434) at org.eclipse.net4j.signal.IndicationWithResponse.execute(IndicationWithResponse.java:72) ... 6 more Caused by: org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 10001 millis at org.eclipse.net4j.util.om.monitor.TimeoutMonitor.handleTimeout(TimeoutMonitor.java:121) at org.eclipse.net4j.util.om.monitor.TimeoutMonitor$1.handleTimeout(TimeoutMonitor.java:61) at org.eclipse.net4j.util.concurrent.Timeouter$1.run(Timeouter.java:89) at java.base/java.util.TimerThread.mainLoop(Timer.java:566) at java.base/java.util.TimerThread.run(Timer.java:516) org.eclipse.emf.cdo.util.CommitException: org.eclipse.net4j.signal.RemoteException: org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 10001 millis at org.eclipse.emf.internal.cdo.transaction.CDOTransactionImpl.commitSynced(CDOTransactionImpl.java:1870) at org.eclipse.emf.internal.cdo.transaction.CDOTransactionImpl.commitAfterResolveConflicts(CDOTransactionImpl.java:1771) at org.eclipse.emf.internal.cdo.transaction.CDOTransactionImpl.commit(CDOTransactionImpl.java:1702) at org.eclipse.emf.internal.cdo.transaction.CDOTransactionImpl.commit(CDOTransactionImpl.java:1693) at org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_411927_Test$GoodClient.run(Bugzilla_411927_Test.java:201) Caused by: org.eclipse.net4j.signal.RemoteException: org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 10001 millis at org.eclipse.net4j.signal.RequestWithConfirmation.getRemoteException(RequestWithConfirmation.java:158) at org.eclipse.net4j.signal.RequestWithConfirmation.setRemoteException(RequestWithConfirmation.java:139) at org.eclipse.net4j.signal.SignalProtocol.handleRemoteException(SignalProtocol.java:582) at org.eclipse.net4j.signal.RemoteExceptionIndication.indicating(RemoteExceptionIndication.java:52) at org.eclipse.net4j.signal.Indication.doExtendedInput(Indication.java:57) at org.eclipse.net4j.signal.Signal.doInput(Signal.java:434) at org.eclipse.net4j.signal.Indication.execute(Indication.java:51) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) Caused by: org.eclipse.net4j.util.om.monitor.MonitorCanceledException: org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 10001 millis at org.eclipse.net4j.util.om.monitor.Monitor.checkCanceled(Monitor.java:58) at org.eclipse.net4j.util.om.monitor.TimeoutMonitor.checkCanceled(TimeoutMonitor.java:116) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.AbstractMonitor.begin(AbstractMonitor.java:48) at org.eclipse.net4j.util.om.monitor.NestedMonitor.begin(NestedMonitor.java:63) at org.eclipse.net4j.util.om.monitor.ProgressDistributor.run(ProgressDistributor.java:86) at org.eclipse.emf.cdo.internal.server.Repository.commitUnsynced(Repository.java:1562) at org.eclipse.emf.cdo.internal.server.Repository.commit(Repository.java:1550) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicatingCommit(CommitTransactionIndication.java:283) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicating(CommitTransactionIndication.java:96) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerIndicationWithMonitoring.indicating(CDOServerIndicationWithMonitoring.java:118) at org.eclipse.net4j.signal.IndicationWithMonitoring.indicating(IndicationWithMonitoring.java:62) at org.eclipse.net4j.signal.IndicationWithResponse.doExtendedInput(IndicationWithResponse.java:94) at org.eclipse.net4j.signal.Signal.doInput(Signal.java:434) at org.eclipse.net4j.signal.IndicationWithResponse.execute(IndicationWithResponse.java:72) ... 6 more Caused by: org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 10001 millis at org.eclipse.net4j.util.om.monitor.TimeoutMonitor.handleTimeout(TimeoutMonitor.java:121) at org.eclipse.net4j.util.om.monitor.TimeoutMonitor$1.handleTimeout(TimeoutMonitor.java:61) at org.eclipse.net4j.util.concurrent.Timeouter$1.run(Timeouter.java:89) at java.base/java.util.TimerThread.mainLoop(Timer.java:566) at java.base/java.util.TimerThread.run(Timer.java:516) org.eclipse.emf.cdo.util.CommitException: org.eclipse.net4j.signal.RemoteException: org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 10001 millis at org.eclipse.emf.internal.cdo.transaction.CDOTransactionImpl.commitSynced(CDOTransactionImpl.java:1870) at org.eclipse.emf.internal.cdo.transaction.CDOTransactionImpl.commitAfterResolveConflicts(CDOTransactionImpl.java:1771) at org.eclipse.emf.internal.cdo.transaction.CDOTransactionImpl.commit(CDOTransactionImpl.java:1702) at org.eclipse.emf.internal.cdo.transaction.CDOTransactionImpl.commit(CDOTransactionImpl.java:1693) at org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_411927_Test$GoodClient.run(Bugzilla_411927_Test.java:201) Caused by: org.eclipse.net4j.signal.RemoteException: org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 10001 millis at org.eclipse.net4j.signal.RequestWithConfirmation.getRemoteException(RequestWithConfirmation.java:158) at org.eclipse.net4j.signal.RequestWithConfirmation.setRemoteException(RequestWithConfirmation.java:139) at org.eclipse.net4j.signal.SignalProtocol.handleRemoteException(SignalProtocol.java:582) at org.eclipse.net4j.signal.RemoteExceptionIndication.indicating(RemoteExceptionIndication.java:52) at org.eclipse.net4j.signal.Indication.doExtendedInput(Indication.java:57) at org.eclipse.net4j.signal.Signal.doInput(Signal.java:434) at org.eclipse.net4j.signal.Indication.execute(Indication.java:51) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) Caused by: org.eclipse.net4j.util.om.monitor.MonitorCanceledException: org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 10001 millis at org.eclipse.net4j.util.om.monitor.Monitor.checkCanceled(Monitor.java:58) at org.eclipse.net4j.util.om.monitor.TimeoutMonitor.checkCanceled(TimeoutMonitor.java:116) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.AbstractMonitor.begin(AbstractMonitor.java:48) at org.eclipse.net4j.util.om.monitor.NestedMonitor.begin(NestedMonitor.java:63) at org.eclipse.net4j.util.om.monitor.ProgressDistributor.run(ProgressDistributor.java:86) at org.eclipse.emf.cdo.internal.server.Repository.commitUnsynced(Repository.java:1562) at org.eclipse.emf.cdo.internal.server.Repository.commit(Repository.java:1550) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicatingCommit(CommitTransactionIndication.java:283) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicating(CommitTransactionIndication.java:96) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerIndicationWithMonitoring.indicating(CDOServerIndicationWithMonitoring.java:118) at org.eclipse.net4j.signal.IndicationWithMonitoring.indicating(IndicationWithMonitoring.java:62) at org.eclipse.net4j.signal.IndicationWithResponse.doExtendedInput(IndicationWithResponse.java:94) at org.eclipse.net4j.signal.Signal.doInput(Signal.java:434) at org.eclipse.net4j.signal.IndicationWithResponse.execute(IndicationWithResponse.java:72) ... 6 more Caused by: org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 10001 millis at org.eclipse.net4j.util.om.monitor.TimeoutMonitor.handleTimeout(TimeoutMonitor.java:121) at org.eclipse.net4j.util.om.monitor.TimeoutMonitor$1.handleTimeout(TimeoutMonitor.java:61) at org.eclipse.net4j.util.concurrent.Timeouter$1.run(Timeouter.java:89) at java.base/java.util.TimerThread.mainLoop(Timer.java:566) at java.base/java.util.TimerThread.run(Timer.java:516) ******************************************************* Bugzilla_411927_Test.testWithFailureBeforeTimeStamp [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_411927_Test.testWithoutFailure [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_415415_Test.testStaleReferenceRemove_FromLocallyDirtyObjectToRemotelyDetachedObject [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_415415_Test.testStaleReferenceRemove_FromRemotelyDirtyObjectToLocallyDetachedObject [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_415836_Test.testCDOTransaction_GetOrCreateBinaryResourceWithEmptyResourcePath [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_415836_Test.testCDOTransaction_GetOrCreateBinaryResourceWithExistingResourceAndTimeoutException [H2-branching-ranges, JVM, Native] ******************************************************* [ERROR] java.util.concurrent.TimeoutException: Buffer read timeout expired after 0 milliseconds org.eclipse.emf.cdo.common.util.TransportException: java.util.concurrent.TimeoutException: Buffer read timeout expired after 0 milliseconds at org.eclipse.emf.cdo.internal.net4j.protocol.CDOClientProtocol.send(CDOClientProtocol.java:684) at org.eclipse.emf.cdo.internal.net4j.protocol.CDOClientProtocol.closeView(CDOClientProtocol.java:297) at org.eclipse.emf.internal.cdo.view.CDOViewImpl.doDeactivate(CDOViewImpl.java:1682) at org.eclipse.emf.internal.cdo.transaction.CDOTransactionImpl.doDeactivate(CDOTransactionImpl.java:3937) at org.eclipse.net4j.util.lifecycle.Lifecycle.internalDeactivate(Lifecycle.java:151) at org.eclipse.net4j.util.lifecycle.Lifecycle.deactivate(Lifecycle.java:208) at org.eclipse.net4j.util.lifecycle.LifecycleUtil.deactivate(LifecycleUtil.java:254) at org.eclipse.net4j.util.lifecycle.LifecycleUtil.deactivate(LifecycleUtil.java:244) at org.eclipse.net4j.util.lifecycle.LifecycleUtil.deactivate(LifecycleUtil.java:271) at org.eclipse.emf.internal.cdo.view.AbstractCDOView.close(AbstractCDOView.java:3006) at org.eclipse.emf.internal.cdo.session.CDOViewContainerImpl.doDeactivate(CDOViewContainerImpl.java:252) at org.eclipse.emf.internal.cdo.session.CDOSessionImpl.doDeactivate(CDOSessionImpl.java:1710) at org.eclipse.emf.cdo.internal.net4j.CDONet4jSessionImpl.doDeactivate(CDONet4jSessionImpl.java:340) at org.eclipse.net4j.util.lifecycle.Lifecycle.internalDeactivate(Lifecycle.java:151) at org.eclipse.net4j.util.lifecycle.ShareableLifecycle.internalDeactivate(ShareableLifecycle.java:52) at org.eclipse.net4j.util.lifecycle.Lifecycle.deactivate(Lifecycle.java:208) at org.eclipse.net4j.util.lifecycle.LifecycleUtil.deactivate(LifecycleUtil.java:254) at org.eclipse.net4j.util.lifecycle.LifecycleUtil.deactivate(LifecycleUtil.java:244) at org.eclipse.emf.cdo.tests.config.impl.SessionConfig.closeAllSessions(SessionConfig.java:238) at org.eclipse.emf.cdo.tests.config.impl.SessionConfig.tearDown(SessionConfig.java:277) at org.eclipse.emf.cdo.tests.config.impl.SessionConfig$Net4j.tearDown(SessionConfig.java:478) at org.eclipse.emf.cdo.tests.config.impl.Scenario.tearDown(Scenario.java:241) at org.eclipse.emf.cdo.tests.config.impl.ConfigTest.doTearDown(ConfigTest.java:874) at org.eclipse.emf.cdo.tests.AbstractCDOTest.doTearDown(AbstractCDOTest.java:118) at org.eclipse.net4j.util.tests.AbstractOMTest.tearDown(AbstractOMTest.java:233) at org.eclipse.net4j.util.tests.AbstractOMTest$3.execute(AbstractOMTest.java:325) at org.eclipse.net4j.internal.util.test.TestExecuter.execute(TestExecuter.java:40) at org.eclipse.net4j.util.tests.AbstractOMTest.runBare(AbstractOMTest.java:301) at org.eclipse.emf.cdo.tests.config.impl.ConfigTest.runBare(ConfigTest.java:648) at junit.framework.TestResult$1.protect(TestResult.java:122) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.framework.TestResult.run(TestResult.java:125) at junit.framework.TestCase.run(TestCase.java:130) at org.eclipse.net4j.util.tests.AbstractOMTest.run(AbstractOMTest.java:375) at junit.framework.TestSuite.runTest(TestSuite.java:241) at org.eclipse.emf.cdo.tests.config.impl.ConfigTestSuite$TestClassWrapper.runTest(ConfigTestSuite.java:231) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at org.eclipse.emf.cdo.tests.config.impl.ConfigTestSuite$MainSuite.run(ConfigTestSuite.java:166) at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:364) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:237) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:158) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.apache.maven.surefire.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:167) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:142) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:28) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:679) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:616) at org.eclipse.equinox.launcher.Main.run(Main.java:1492) at org.eclipse.equinox.launcher.Main.main(Main.java:1465) Caused by: java.util.concurrent.TimeoutException: Buffer read timeout expired after 0 milliseconds at org.eclipse.net4j.util.io.IOTimeoutException.createTimeoutException(IOTimeoutException.java:46) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:348) at org.eclipse.net4j.signal.SignalProtocol.startSignal(SignalProtocol.java:557) at org.eclipse.net4j.signal.RequestWithConfirmation.doSend(RequestWithConfirmation.java:90) at org.eclipse.net4j.signal.RequestWithConfirmation.send(RequestWithConfirmation.java:76) at org.eclipse.emf.cdo.internal.net4j.protocol.CDOClientProtocol.send(CDOClientProtocol.java:676) ... 68 more Caused by: org.eclipse.net4j.util.io.IOTimeoutException: Buffer read timeout expired after 0 milliseconds at org.eclipse.net4j.buffer.BufferInputStream.computeTimeout(BufferInputStream.java:357) at org.eclipse.net4j.buffer.BufferInputStream.ensureBuffer(BufferInputStream.java:310) at org.eclipse.net4j.buffer.BufferInputStream.read(BufferInputStream.java:135) at java.base/java.io.DataInputStream.readBoolean(DataInputStream.java:248) at org.eclipse.net4j.util.io.ExtendedDataInput$Delegating.readBoolean(ExtendedDataInput.java:79) at org.eclipse.emf.cdo.internal.net4j.protocol.CloseViewRequest.confirming(CloseViewRequest.java:41) at org.eclipse.emf.cdo.internal.net4j.protocol.CloseViewRequest.confirming(CloseViewRequest.java:1) at org.eclipse.emf.cdo.internal.net4j.protocol.CDOClientRequest.confirming(CDOClientRequest.java:110) at org.eclipse.net4j.signal.RequestWithConfirmation.doExtendedInput(RequestWithConfirmation.java:126) at org.eclipse.net4j.signal.Signal.doInput(Signal.java:434) at org.eclipse.net4j.signal.RequestWithConfirmation.doExecute(RequestWithConfirmation.java:106) at org.eclipse.net4j.signal.SignalActor.execute(SignalActor.java:53) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) ... 72 more ******************************************************* Bugzilla_415836_Test.testCDOTransaction_GetOrCreateBinaryResourceWithNullResourcePath [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_415836_Test.testCDOTransaction_GetOrCreateResourceFolderWithEmptyResourcePath [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_415836_Test.testCDOTransaction_GetOrCreateResourceFolderWithExistingResourceAndTimeoutException [H2-branching-ranges, JVM, Native] ******************************************************* [ERROR] java.util.concurrent.TimeoutException: Buffer read timeout expired after 0 milliseconds org.eclipse.emf.cdo.common.util.TransportException: java.util.concurrent.TimeoutException: Buffer read timeout expired after 0 milliseconds at org.eclipse.emf.cdo.internal.net4j.protocol.CDOClientProtocol.send(CDOClientProtocol.java:684) at org.eclipse.emf.cdo.internal.net4j.protocol.CDOClientProtocol.closeView(CDOClientProtocol.java:297) at org.eclipse.emf.internal.cdo.view.CDOViewImpl.doDeactivate(CDOViewImpl.java:1682) at org.eclipse.emf.internal.cdo.transaction.CDOTransactionImpl.doDeactivate(CDOTransactionImpl.java:3937) at org.eclipse.net4j.util.lifecycle.Lifecycle.internalDeactivate(Lifecycle.java:151) at org.eclipse.net4j.util.lifecycle.Lifecycle.deactivate(Lifecycle.java:208) at org.eclipse.net4j.util.lifecycle.LifecycleUtil.deactivate(LifecycleUtil.java:254) at org.eclipse.net4j.util.lifecycle.LifecycleUtil.deactivate(LifecycleUtil.java:244) at org.eclipse.net4j.util.lifecycle.LifecycleUtil.deactivate(LifecycleUtil.java:271) at org.eclipse.emf.internal.cdo.view.AbstractCDOView.close(AbstractCDOView.java:3006) at org.eclipse.emf.internal.cdo.session.CDOViewContainerImpl.doDeactivate(CDOViewContainerImpl.java:252) at org.eclipse.emf.internal.cdo.session.CDOSessionImpl.doDeactivate(CDOSessionImpl.java:1710) at org.eclipse.emf.cdo.internal.net4j.CDONet4jSessionImpl.doDeactivate(CDONet4jSessionImpl.java:340) at org.eclipse.net4j.util.lifecycle.Lifecycle.internalDeactivate(Lifecycle.java:151) at org.eclipse.net4j.util.lifecycle.ShareableLifecycle.internalDeactivate(ShareableLifecycle.java:52) at org.eclipse.net4j.util.lifecycle.Lifecycle.deactivate(Lifecycle.java:208) at org.eclipse.net4j.util.lifecycle.LifecycleUtil.deactivate(LifecycleUtil.java:254) at org.eclipse.net4j.util.lifecycle.LifecycleUtil.deactivate(LifecycleUtil.java:244) at org.eclipse.emf.cdo.tests.config.impl.SessionConfig.closeAllSessions(SessionConfig.java:238) at org.eclipse.emf.cdo.tests.config.impl.SessionConfig.tearDown(SessionConfig.java:277) at org.eclipse.emf.cdo.tests.config.impl.SessionConfig$Net4j.tearDown(SessionConfig.java:478) at org.eclipse.emf.cdo.tests.config.impl.Scenario.tearDown(Scenario.java:241) at org.eclipse.emf.cdo.tests.config.impl.ConfigTest.doTearDown(ConfigTest.java:874) at org.eclipse.emf.cdo.tests.AbstractCDOTest.doTearDown(AbstractCDOTest.java:118) at org.eclipse.net4j.util.tests.AbstractOMTest.tearDown(AbstractOMTest.java:233) at org.eclipse.net4j.util.tests.AbstractOMTest$3.execute(AbstractOMTest.java:325) at org.eclipse.net4j.internal.util.test.TestExecuter.execute(TestExecuter.java:40) at org.eclipse.net4j.util.tests.AbstractOMTest.runBare(AbstractOMTest.java:301) at org.eclipse.emf.cdo.tests.config.impl.ConfigTest.runBare(ConfigTest.java:648) at junit.framework.TestResult$1.protect(TestResult.java:122) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.framework.TestResult.run(TestResult.java:125) at junit.framework.TestCase.run(TestCase.java:130) at org.eclipse.net4j.util.tests.AbstractOMTest.run(AbstractOMTest.java:375) at junit.framework.TestSuite.runTest(TestSuite.java:241) at org.eclipse.emf.cdo.tests.config.impl.ConfigTestSuite$TestClassWrapper.runTest(ConfigTestSuite.java:231) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at org.eclipse.emf.cdo.tests.config.impl.ConfigTestSuite$MainSuite.run(ConfigTestSuite.java:166) at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:364) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:237) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:158) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.apache.maven.surefire.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:167) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:142) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:28) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:679) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:616) at org.eclipse.equinox.launcher.Main.run(Main.java:1492) at org.eclipse.equinox.launcher.Main.main(Main.java:1465) Caused by: java.util.concurrent.TimeoutException: Buffer read timeout expired after 0 milliseconds at org.eclipse.net4j.util.io.IOTimeoutException.createTimeoutException(IOTimeoutException.java:46) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:348) at org.eclipse.net4j.signal.SignalProtocol.startSignal(SignalProtocol.java:557) at org.eclipse.net4j.signal.RequestWithConfirmation.doSend(RequestWithConfirmation.java:90) at org.eclipse.net4j.signal.RequestWithConfirmation.send(RequestWithConfirmation.java:76) at org.eclipse.emf.cdo.internal.net4j.protocol.CDOClientProtocol.send(CDOClientProtocol.java:676) ... 68 more Caused by: org.eclipse.net4j.util.io.IOTimeoutException: Buffer read timeout expired after 0 milliseconds at org.eclipse.net4j.buffer.BufferInputStream.computeTimeout(BufferInputStream.java:357) at org.eclipse.net4j.buffer.BufferInputStream.ensureBuffer(BufferInputStream.java:310) at org.eclipse.net4j.buffer.BufferInputStream.read(BufferInputStream.java:135) at java.base/java.io.DataInputStream.readBoolean(DataInputStream.java:248) at org.eclipse.net4j.util.io.ExtendedDataInput$Delegating.readBoolean(ExtendedDataInput.java:79) at org.eclipse.emf.cdo.internal.net4j.protocol.CloseViewRequest.confirming(CloseViewRequest.java:41) at org.eclipse.emf.cdo.internal.net4j.protocol.CloseViewRequest.confirming(CloseViewRequest.java:1) at org.eclipse.emf.cdo.internal.net4j.protocol.CDOClientRequest.confirming(CDOClientRequest.java:110) at org.eclipse.net4j.signal.RequestWithConfirmation.doExtendedInput(RequestWithConfirmation.java:126) at org.eclipse.net4j.signal.Signal.doInput(Signal.java:434) at org.eclipse.net4j.signal.RequestWithConfirmation.doExecute(RequestWithConfirmation.java:106) at org.eclipse.net4j.signal.SignalActor.execute(SignalActor.java:53) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) ... 72 more ******************************************************* Bugzilla_415836_Test.testCDOTransaction_GetOrCreateResourceFolderWithNullResourcePath [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_415836_Test.testCDOTransaction_GetOrCreateResourceWithEmptyResourcePath [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_415836_Test.testCDOTransaction_GetOrCreateResourceWithExistingResourceAndTimeoutException [H2-branching-ranges, JVM, Native] ******************************************************* [ERROR] java.util.concurrent.TimeoutException: Buffer read timeout expired after 0 milliseconds org.eclipse.emf.cdo.common.util.TransportException: java.util.concurrent.TimeoutException: Buffer read timeout expired after 0 milliseconds at org.eclipse.emf.cdo.internal.net4j.protocol.CDOClientProtocol.send(CDOClientProtocol.java:684) at org.eclipse.emf.cdo.internal.net4j.protocol.CDOClientProtocol.closeView(CDOClientProtocol.java:297) at org.eclipse.emf.internal.cdo.view.CDOViewImpl.doDeactivate(CDOViewImpl.java:1682) at org.eclipse.emf.internal.cdo.transaction.CDOTransactionImpl.doDeactivate(CDOTransactionImpl.java:3937) at org.eclipse.net4j.util.lifecycle.Lifecycle.internalDeactivate(Lifecycle.java:151) at org.eclipse.net4j.util.lifecycle.Lifecycle.deactivate(Lifecycle.java:208) at org.eclipse.net4j.util.lifecycle.LifecycleUtil.deactivate(LifecycleUtil.java:254) at org.eclipse.net4j.util.lifecycle.LifecycleUtil.deactivate(LifecycleUtil.java:244) at org.eclipse.net4j.util.lifecycle.LifecycleUtil.deactivate(LifecycleUtil.java:271) at org.eclipse.emf.internal.cdo.view.AbstractCDOView.close(AbstractCDOView.java:3006) at org.eclipse.emf.internal.cdo.session.CDOViewContainerImpl.doDeactivate(CDOViewContainerImpl.java:252) at org.eclipse.emf.internal.cdo.session.CDOSessionImpl.doDeactivate(CDOSessionImpl.java:1710) at org.eclipse.emf.cdo.internal.net4j.CDONet4jSessionImpl.doDeactivate(CDONet4jSessionImpl.java:340) at org.eclipse.net4j.util.lifecycle.Lifecycle.internalDeactivate(Lifecycle.java:151) at org.eclipse.net4j.util.lifecycle.ShareableLifecycle.internalDeactivate(ShareableLifecycle.java:52) at org.eclipse.net4j.util.lifecycle.Lifecycle.deactivate(Lifecycle.java:208) at org.eclipse.net4j.util.lifecycle.LifecycleUtil.deactivate(LifecycleUtil.java:254) at org.eclipse.net4j.util.lifecycle.LifecycleUtil.deactivate(LifecycleUtil.java:244) at org.eclipse.emf.cdo.tests.config.impl.SessionConfig.closeAllSessions(SessionConfig.java:238) at org.eclipse.emf.cdo.tests.config.impl.SessionConfig.tearDown(SessionConfig.java:277) at org.eclipse.emf.cdo.tests.config.impl.SessionConfig$Net4j.tearDown(SessionConfig.java:478) at org.eclipse.emf.cdo.tests.config.impl.Scenario.tearDown(Scenario.java:241) at org.eclipse.emf.cdo.tests.config.impl.ConfigTest.doTearDown(ConfigTest.java:874) at org.eclipse.emf.cdo.tests.AbstractCDOTest.doTearDown(AbstractCDOTest.java:118) at org.eclipse.net4j.util.tests.AbstractOMTest.tearDown(AbstractOMTest.java:233) at org.eclipse.net4j.util.tests.AbstractOMTest$3.execute(AbstractOMTest.java:325) at org.eclipse.net4j.internal.util.test.TestExecuter.execute(TestExecuter.java:40) at org.eclipse.net4j.util.tests.AbstractOMTest.runBare(AbstractOMTest.java:301) at org.eclipse.emf.cdo.tests.config.impl.ConfigTest.runBare(ConfigTest.java:648) at junit.framework.TestResult$1.protect(TestResult.java:122) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.framework.TestResult.run(TestResult.java:125) at junit.framework.TestCase.run(TestCase.java:130) at org.eclipse.net4j.util.tests.AbstractOMTest.run(AbstractOMTest.java:375) at junit.framework.TestSuite.runTest(TestSuite.java:241) at org.eclipse.emf.cdo.tests.config.impl.ConfigTestSuite$TestClassWrapper.runTest(ConfigTestSuite.java:231) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at org.eclipse.emf.cdo.tests.config.impl.ConfigTestSuite$MainSuite.run(ConfigTestSuite.java:166) at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:364) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:237) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:158) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.apache.maven.surefire.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:167) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:142) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:28) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:679) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:616) at org.eclipse.equinox.launcher.Main.run(Main.java:1492) at org.eclipse.equinox.launcher.Main.main(Main.java:1465) Caused by: java.util.concurrent.TimeoutException: Buffer read timeout expired after 0 milliseconds at org.eclipse.net4j.util.io.IOTimeoutException.createTimeoutException(IOTimeoutException.java:46) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:348) at org.eclipse.net4j.signal.SignalProtocol.startSignal(SignalProtocol.java:557) at org.eclipse.net4j.signal.RequestWithConfirmation.doSend(RequestWithConfirmation.java:90) at org.eclipse.net4j.signal.RequestWithConfirmation.send(RequestWithConfirmation.java:76) at org.eclipse.emf.cdo.internal.net4j.protocol.CDOClientProtocol.send(CDOClientProtocol.java:676) ... 68 more Caused by: org.eclipse.net4j.util.io.IOTimeoutException: Buffer read timeout expired after 0 milliseconds at org.eclipse.net4j.buffer.BufferInputStream.computeTimeout(BufferInputStream.java:357) at org.eclipse.net4j.buffer.BufferInputStream.ensureBuffer(BufferInputStream.java:310) at org.eclipse.net4j.buffer.BufferInputStream.read(BufferInputStream.java:135) at java.base/java.io.DataInputStream.readBoolean(DataInputStream.java:248) at org.eclipse.net4j.util.io.ExtendedDataInput$Delegating.readBoolean(ExtendedDataInput.java:79) at org.eclipse.emf.cdo.internal.net4j.protocol.CloseViewRequest.confirming(CloseViewRequest.java:41) at org.eclipse.emf.cdo.internal.net4j.protocol.CloseViewRequest.confirming(CloseViewRequest.java:1) at org.eclipse.emf.cdo.internal.net4j.protocol.CDOClientRequest.confirming(CDOClientRequest.java:110) at org.eclipse.net4j.signal.RequestWithConfirmation.doExtendedInput(RequestWithConfirmation.java:126) at org.eclipse.net4j.signal.Signal.doInput(Signal.java:434) at org.eclipse.net4j.signal.RequestWithConfirmation.doExecute(RequestWithConfirmation.java:106) at org.eclipse.net4j.signal.SignalActor.execute(SignalActor.java:53) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) ... 72 more ******************************************************* Bugzilla_415836_Test.testCDOTransaction_GetOrCreateResourceWithNullResourcePath [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_415836_Test.testCDOTransaction_GetOrCreateTextResourceWithEmptyResourcePath [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_415836_Test.testCDOTransaction_GetOrCreateTextResourceWithExistingResourceAndTimeoutException [H2-branching-ranges, JVM, Native] ******************************************************* [ERROR] java.util.concurrent.TimeoutException: Buffer read timeout expired after 0 milliseconds org.eclipse.emf.cdo.common.util.TransportException: java.util.concurrent.TimeoutException: Buffer read timeout expired after 0 milliseconds at org.eclipse.emf.cdo.internal.net4j.protocol.CDOClientProtocol.send(CDOClientProtocol.java:684) at org.eclipse.emf.cdo.internal.net4j.protocol.CDOClientProtocol.closeView(CDOClientProtocol.java:297) at org.eclipse.emf.internal.cdo.view.CDOViewImpl.doDeactivate(CDOViewImpl.java:1682) at org.eclipse.emf.internal.cdo.transaction.CDOTransactionImpl.doDeactivate(CDOTransactionImpl.java:3937) at org.eclipse.net4j.util.lifecycle.Lifecycle.internalDeactivate(Lifecycle.java:151) at org.eclipse.net4j.util.lifecycle.Lifecycle.deactivate(Lifecycle.java:208) at org.eclipse.net4j.util.lifecycle.LifecycleUtil.deactivate(LifecycleUtil.java:254) at org.eclipse.net4j.util.lifecycle.LifecycleUtil.deactivate(LifecycleUtil.java:244) at org.eclipse.net4j.util.lifecycle.LifecycleUtil.deactivate(LifecycleUtil.java:271) at org.eclipse.emf.internal.cdo.view.AbstractCDOView.close(AbstractCDOView.java:3006) at org.eclipse.emf.internal.cdo.session.CDOViewContainerImpl.doDeactivate(CDOViewContainerImpl.java:252) at org.eclipse.emf.internal.cdo.session.CDOSessionImpl.doDeactivate(CDOSessionImpl.java:1710) at org.eclipse.emf.cdo.internal.net4j.CDONet4jSessionImpl.doDeactivate(CDONet4jSessionImpl.java:340) at org.eclipse.net4j.util.lifecycle.Lifecycle.internalDeactivate(Lifecycle.java:151) at org.eclipse.net4j.util.lifecycle.ShareableLifecycle.internalDeactivate(ShareableLifecycle.java:52) at org.eclipse.net4j.util.lifecycle.Lifecycle.deactivate(Lifecycle.java:208) at org.eclipse.net4j.util.lifecycle.LifecycleUtil.deactivate(LifecycleUtil.java:254) at org.eclipse.net4j.util.lifecycle.LifecycleUtil.deactivate(LifecycleUtil.java:244) at org.eclipse.emf.cdo.tests.config.impl.SessionConfig.closeAllSessions(SessionConfig.java:238) at org.eclipse.emf.cdo.tests.config.impl.SessionConfig.tearDown(SessionConfig.java:277) at org.eclipse.emf.cdo.tests.config.impl.SessionConfig$Net4j.tearDown(SessionConfig.java:478) at org.eclipse.emf.cdo.tests.config.impl.Scenario.tearDown(Scenario.java:241) at org.eclipse.emf.cdo.tests.config.impl.ConfigTest.doTearDown(ConfigTest.java:874) at org.eclipse.emf.cdo.tests.AbstractCDOTest.doTearDown(AbstractCDOTest.java:118) at org.eclipse.net4j.util.tests.AbstractOMTest.tearDown(AbstractOMTest.java:233) at org.eclipse.net4j.util.tests.AbstractOMTest$3.execute(AbstractOMTest.java:325) at org.eclipse.net4j.internal.util.test.TestExecuter.execute(TestExecuter.java:40) at org.eclipse.net4j.util.tests.AbstractOMTest.runBare(AbstractOMTest.java:301) at org.eclipse.emf.cdo.tests.config.impl.ConfigTest.runBare(ConfigTest.java:648) at junit.framework.TestResult$1.protect(TestResult.java:122) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.framework.TestResult.run(TestResult.java:125) at junit.framework.TestCase.run(TestCase.java:130) at org.eclipse.net4j.util.tests.AbstractOMTest.run(AbstractOMTest.java:375) at junit.framework.TestSuite.runTest(TestSuite.java:241) at org.eclipse.emf.cdo.tests.config.impl.ConfigTestSuite$TestClassWrapper.runTest(ConfigTestSuite.java:231) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at org.eclipse.emf.cdo.tests.config.impl.ConfigTestSuite$MainSuite.run(ConfigTestSuite.java:166) at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:364) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:237) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:158) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.apache.maven.surefire.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:167) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:142) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:28) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:679) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:616) at org.eclipse.equinox.launcher.Main.run(Main.java:1492) at org.eclipse.equinox.launcher.Main.main(Main.java:1465) Caused by: java.util.concurrent.TimeoutException: Buffer read timeout expired after 0 milliseconds at org.eclipse.net4j.util.io.IOTimeoutException.createTimeoutException(IOTimeoutException.java:46) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:348) at org.eclipse.net4j.signal.SignalProtocol.startSignal(SignalProtocol.java:557) at org.eclipse.net4j.signal.RequestWithConfirmation.doSend(RequestWithConfirmation.java:90) at org.eclipse.net4j.signal.RequestWithConfirmation.send(RequestWithConfirmation.java:76) at org.eclipse.emf.cdo.internal.net4j.protocol.CDOClientProtocol.send(CDOClientProtocol.java:676) ... 68 more Caused by: org.eclipse.net4j.util.io.IOTimeoutException: Buffer read timeout expired after 0 milliseconds at org.eclipse.net4j.buffer.BufferInputStream.computeTimeout(BufferInputStream.java:357) at org.eclipse.net4j.buffer.BufferInputStream.ensureBuffer(BufferInputStream.java:310) at org.eclipse.net4j.buffer.BufferInputStream.read(BufferInputStream.java:135) at java.base/java.io.DataInputStream.readBoolean(DataInputStream.java:248) at org.eclipse.net4j.util.io.ExtendedDataInput$Delegating.readBoolean(ExtendedDataInput.java:79) at org.eclipse.emf.cdo.internal.net4j.protocol.CloseViewRequest.confirming(CloseViewRequest.java:41) at org.eclipse.emf.cdo.internal.net4j.protocol.CloseViewRequest.confirming(CloseViewRequest.java:1) at org.eclipse.emf.cdo.internal.net4j.protocol.CDOClientRequest.confirming(CDOClientRequest.java:110) at org.eclipse.net4j.signal.RequestWithConfirmation.doExtendedInput(RequestWithConfirmation.java:126) at org.eclipse.net4j.signal.Signal.doInput(Signal.java:434) at org.eclipse.net4j.signal.RequestWithConfirmation.doExecute(RequestWithConfirmation.java:106) at org.eclipse.net4j.signal.SignalActor.execute(SignalActor.java:53) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) ... 72 more ******************************************************* Bugzilla_415836_Test.testCDOTransaction_GetOrCreateTextResourceWithNullResourcePath [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_415836_Test.testEnableDisableTimeoutException [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_416298_Test.testGetSetFolderPath [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_416298_Test.testGetSetResourcePath [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_416298_Test.testGetSetResourceURI [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_416366_Test.testImplicitEObjectFeatures [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_416474_Test.testAllProperContentsNoTypeFilter [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_416474_Test.testAllProperContentsTypeFilter [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_416474_Test.testMatchesAnyStringAttribute [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_416555_Test.testQueryInstances [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_416555_Test.testQueryInstancesAsync [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_417483_Test.testCommit_NoPermission [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] Security realm created in /security ******************************************************* Bugzilla_417483_Test.testCommit_ReadPermission [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] Security realm created in /security ******************************************************* Bugzilla_417483_Test.testCommit_WritePermission [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] Security realm created in /security ******************************************************* Bugzilla_417483_Test.testLoad_NoPermission [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] Security realm created in /security ******************************************************* Bugzilla_417483_Test.testLoad_ReadPermission [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] Security realm created in /security ******************************************************* Bugzilla_417483_Test.testPassiveUpdates_Additions [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] Security realm created in /security ******************************************************* Bugzilla_417483_Test.testPassiveUpdates_Additions_WithEditingDomain [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] Security realm created in /security ******************************************************* Bugzilla_417483_Test.testPassiveUpdates_Changes [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] Security realm created in /security ******************************************************* Bugzilla_417483_Test.testPassiveUpdates_Changes_WithEditingDomain [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] Security realm created in /security ******************************************************* Bugzilla_417483_Test.testPassiveUpdates_Invalidations [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] Security realm created in /security ******************************************************* Bugzilla_417483_Test.testPassiveUpdates_InvalidationsWithEditingDomain [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] Security realm created in /security ******************************************************* Bugzilla_417483_Test.testRemoveUser [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] Security realm created in /security ******************************************************* Bugzilla_417782_Test.testEObjectReference [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Bugzilla_417844_Test.testInvalidationRunnerLifecycle [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_418267_Test.testMoveFromNoneToNone [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] Security realm created in /security ******************************************************* Bugzilla_418267_Test.testMoveFromNoneToRead [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] Security realm created in /security ******************************************************* Bugzilla_418267_Test.testMoveFromNoneToWrite [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] Security realm created in /security ******************************************************* Bugzilla_418267_Test.testMoveFromReadToNone [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] Security realm created in /security ******************************************************* Bugzilla_418267_Test.testMoveFromReadToRead [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] Security realm created in /security ******************************************************* Bugzilla_418267_Test.testMoveFromReadToWrite [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] Security realm created in /security ******************************************************* Bugzilla_418267_Test.testMoveFromWriteToNone [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] Security realm created in /security ******************************************************* Bugzilla_418267_Test.testMoveFromWriteToRead [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] Security realm created in /security ******************************************************* Bugzilla_418267_Test.testMoveFromWriteToWrite [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] Security realm created in /security ******************************************************* Bugzilla_419574_Test.testConflict [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Bugzilla_419962_Test.testConflict [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_421287_Test.testAsyncQueryForUnknownEClass [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_421287_Test.testSyncQueryForUnknownEClass [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_422170_Test.testPermissionsWithDetachedObject [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] Security realm created in /security ******************************************************* Bugzilla_423699_Test.testUnlockDeletedElementsWithDurableLockingAndAutoReleaseLocks [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Bugzilla_423699_Test.testUnlockDeletedElementsWithDurableLockingAndNoAutoReleaseLocks [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_423699_Test.testUnlockDeletedElementsWithNoDurableLockingAndAutoReleaseLocks [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_423699_Test.testUnlockDeletedElementsWithNoDurableLockingAndNoAutoReleaseLocks [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_427773_Test.testParallelAuthenticatedSessionOpening [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_429659_Test.testUnsetOnNonUnsettableMultiValuedFeatureCDOResource [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Bugzilla_429659_Test.testUnsetOnNonUnsettableMultiValuedFeatureXMIResource [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_429659_Test.testUnsetOnNonUnsettableSingleValuedAttributeCDOResource [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_429659_Test.testUnsetOnNonUnsettableSingleValuedAttributeXMIResource [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_429659_Test.testUnsetOnUnsettableMultiValuedFeatureCDOResource [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_429659_Test.testUnsetOnUnsettableMultiValuedFeatureXMIResource [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_429659_Test.testUnsetOnUnsettableSingleValuedAttributeCDOResource [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_429659_Test.testUnsetOnUnsettableSingleValuedAttributeXMIResource [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_429709_Test.testContainmentAddAddSet [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_429709_Test.testContainmentAddSet [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_429709_Test.testContainmentSetSet [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_430251_Test.testMemoryLeakOnResourceSet [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_430794_Test.testConflictResolutionWithSavepoint [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_430836_Test.testXRefQueryOnBranchOtherThenMain [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_435198_Test.testAbstractCDOView_GetObjectWithCDOResourceId_ResourceSetAddition [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_435198_Test.testAbstractCDOView_GetObject_ResourceSetAddition [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_435198_Test.testAbstractCDOView_GetResource_ResourceSetAddition [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_436246_Test.testCDORevisionCDOFetchRuleOnOtherBranchWithChanges [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Bugzilla_436246_Test.testCDORevisionPrefetchOnMainBranch [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Bugzilla_436246_Test.testCDORevisionPrefetchOnOtherBranch [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Bugzilla_436246_Test.testCDORevisionPrefetchOnOtherBranchWithChanges [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Bugzilla_438682_Test.testUnsetNonUnsettableFeatureAndCommit [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_438682_Test.testUnsetUnsettableFeatureAndCommit [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_439173_Test.testSwitchTargetVersion [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_439173_Test.testSwitchTargetVersionResourceID [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_439337_Test.testCDOLockStateWithPrefetch [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_439337_Test.testCDOLockStateWithoutPrefetch [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_441136_Test.testRequestWithMonitoringWithProgressMonitor [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_441136_Test.testRequestWithMonitoringWithoutProgressMonitor [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_442178_Test.testCDORevisionUtil_GetResourceNodePath_WithCDOResource [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_442178_Test.testCDORevisionUtil_GetResourceNodePath_WithCDOResourceFolder [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_442178_Test.testCDORevisionUtil_GetResourceNodePath_WithNotRootCDOObject [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_442178_Test.testCDORevisionUtil_GetResourceNodePath_WithNotRootCDOObjectInFragmentedResource [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_442178_Test.testCDORevisionUtil_GetResourceNodePath_WithRootCDOObject [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_442178_Test.testCDORevisionUtil_GetResourceNodePath_WithRootCDOObjectInFragmentedResource [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_443281_Test.testCDOResource_setURI [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_443281_Test.testXMIResource_setURI [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_447593_Test.testTwiceCDOTransactionSetBranch [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_447912_Test.testCDOBranch_getBranches [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Bugzilla_449171_Test.testCommitNotificationIndicationCDOCommitInfoDecoding [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_449665_Test.testCDOObject_GetLockState [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_449665_Test.testCDOResource_GetLockState [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_449806_Test.testCDOFeatureAnalyzerModelBased [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_449806_Test.testCDOFeatureAnalyzerUI [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_450880_Test.testCDODeltaNotificationGetValueWithEnumTypedAttributeOnCDOResource [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_450880_Test.testCDODeltaNotificationGetValueWithEnumTypedAttributeOnXMIResource [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_456993_Test.testAllInstancesInstancesQueryOnBranches [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Bugzilla_456993_Test.testAllInstancesOCLQueryOnBranches [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Bugzilla_458279_Test.testCDOMergingConflictResolverWithoutChangeSubscriptionRequestWithAdditionsPassiveUpdateMode [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_458279_Test.testCDOMergingConflictResolverWithoutChangeSubscriptionRequestWithChangesPassiveUpdateMode [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_458279_Test.testCDOMergingConflictResolverWithoutChangeSubscriptionRequestWithInvalidationsPassiveUpdateMode [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_459104_Test.testCDOObject_GetLockState [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_462953_Test.testRollBackWithACustomEContentAdapter [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_464590_Test.testEObjectEIsSetWithXMIResource [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_465115_Test.testCDOUtilGetViewSet [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_466721_Test.testObjectNotFoundExceptionWithLockStatePrefetchEnabled [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_466951_Test.testCDOObjectCDOLockState [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_467075_Test.testResourceSetRemoveCDOResource [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_467075_Test.testResourceSetRemoveXMIResource [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_467174_Test.testCDOObject_LockStateAndRevisionPrefetch [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_467593_Test.testEListHashCodeOnRefBeforeCommitWithCDOResource [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_467593_Test.testEListHashCodeOnRefBeforeCommitWithXMIResource [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_467616_Test.testTupleOCLQuery [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Bugzilla_468268_Test.testHashCodeCallOnAllFields [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_469301_Test.testLockDetachedObject [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_485394_Test.testReferentialIntegrityWithContainmentProxy [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Bugzilla_485487_Test.testTimeoutDuringCommit [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [ERROR] org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 1001 millis org.eclipse.net4j.util.om.monitor.MonitorCanceledException: org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 1001 millis at org.eclipse.net4j.util.om.monitor.Monitor.checkCanceled(Monitor.java:58) at org.eclipse.net4j.util.om.monitor.TimeoutMonitor.checkCanceled(TimeoutMonitor.java:116) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.AbstractMonitor.begin(AbstractMonitor.java:48) at org.eclipse.net4j.util.om.monitor.NestedMonitor.begin(NestedMonitor.java:63) at org.eclipse.net4j.util.om.monitor.ProgressDistributor.run(ProgressDistributor.java:86) at org.eclipse.emf.cdo.internal.server.Repository.commitUnsynced(Repository.java:1562) at org.eclipse.emf.cdo.internal.server.Repository.commit(Repository.java:1550) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicatingCommit(CommitTransactionIndication.java:283) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicating(CommitTransactionIndication.java:96) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerIndicationWithMonitoring.indicating(CDOServerIndicationWithMonitoring.java:118) at org.eclipse.net4j.signal.IndicationWithMonitoring.indicating(IndicationWithMonitoring.java:62) at org.eclipse.net4j.signal.IndicationWithResponse.doExtendedInput(IndicationWithResponse.java:94) at org.eclipse.net4j.signal.Signal.doInput(Signal.java:434) at org.eclipse.net4j.signal.IndicationWithResponse.execute(IndicationWithResponse.java:72) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) Caused by: org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 1001 millis at org.eclipse.net4j.util.om.monitor.TimeoutMonitor.handleTimeout(TimeoutMonitor.java:121) at org.eclipse.net4j.util.om.monitor.TimeoutMonitor$1.handleTimeout(TimeoutMonitor.java:61) at org.eclipse.net4j.util.concurrent.Timeouter$1.run(Timeouter.java:89) at java.base/java.util.TimerThread.mainLoop(Timer.java:566) at java.base/java.util.TimerThread.run(Timer.java:516) ******************************************************* Bugzilla_485489_Test.testTransactionCommitAfterAutoLocker [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Bugzilla_485489_Test.testViewCloseAfterAutoLocker [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_485961_Test.testProperContents [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_491499_Test.testObjectOrderWithObjectHandler [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_491859_Test.testExchangeContainerObject [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Bugzilla_492898_Test.testReferenceToExternalObject [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Bugzilla_492898_Test.testTouchModificationOnReferenceToExternalObject [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_494954_Test.testFolderNameChange [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Bugzilla_494954_Test.testFolderNameChangeInOtherTransaction [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Bugzilla_494954_Test.testFolderNameGenChange [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Bugzilla_500864_Test.testCommitDataAfterDeletion [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] Security realm created in /security ******************************************************* Bugzilla_503564_Test.testSetFeatureDelta_CDOID [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Bugzilla_503564_Test.testSetFeatureDelta_String [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_503573_Test.testCustomDatatype_Single [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_505654_Test.testCrossMerge [H2-branching-ranges, JVM, Native] ******************************************************* COMMIT 1714713409864 Company@OID15 COMMIT 1714713409875 Customer@OID16 COMMIT 1714713409879 Supplier@OID17 <---------------- COMMIT 1714713409888 Supplier@OID17 Customer@OID16 ----------------> COMMIT 1714713409891 Supplier@OID17 Customer@OID16 ******************************************************* Bugzilla_505654_Test.testCrossMergeAndAdditionsAndRemerges [H2-branching-ranges, JVM, Native] ******************************************************* COMMIT 1714713409901 Company@OID20 COMMIT 1714713409906 Customer@OID21 COMMIT 1714713409907 Supplier@OID22 <---------------- COMMIT 1714713409911 Supplier@OID22 Customer@OID21 ----------------> COMMIT 1714713409926 Supplier@OID22 Customer@OID21 COMMIT 1714713409927 Supplier@OID22 Customer@OID21 Customer@OID23 COMMIT 1714713409928 Supplier@OID22 Supplier@OID24 Customer@OID21 <---------------- COMMIT 1714713409932 Supplier@OID22 Supplier@OID24 Customer@OID21 Customer@OID23 COMMIT 1714713409933 Supplier@OID22 Supplier@OID24 Customer@OID21 Customer@OID23 Customer@OID25 COMMIT 1714713409934 Supplier@OID22 Supplier@OID24 Supplier@OID26 Customer@OID21 <---------------- COMMIT 1714713409937 Supplier@OID22 Supplier@OID24 Supplier@OID26 Customer@OID21 Customer@OID23 Customer@OID25 ******************************************************* Bugzilla_505654_Test.testCrossMergeAndAdditionsAndRemerges_SameList [H2-branching-ranges, JVM, Native] ******************************************************* COMMIT 1714713409944 Company@OID29 COMMIT 1714713409949 Customer@OID30 COMMIT 1714713409950 Customer@OID31 <---------------- COMMIT 1714713409954 Customer@OID31 Customer@OID30 ----------------> COMMIT 1714713409958 Customer@OID31 Customer@OID30 COMMIT 1714713409960 Customer@OID31 Customer@OID30 Customer@OID32 COMMIT 1714713409961 Customer@OID31 Customer@OID30 Customer@OID33 <---------------- COMMIT 1714713409964 Customer@OID31 Customer@OID30 Customer@OID33 Customer@OID32 COMMIT 1714713409965 Customer@OID31 Customer@OID30 Customer@OID33 Customer@OID32 Customer@OID34 COMMIT 1714713409967 Customer@OID31 Customer@OID30 Customer@OID33 Customer@OID35 <---------------- COMMIT 1714713409970 Customer@OID31 Customer@OID30 Customer@OID33 Customer@OID35 Customer@OID32 Customer@OID34 ******************************************************* Bugzilla_505654_Test.testCrossMergeAndMultipleRemerges [H2-branching-ranges, JVM, Native] ******************************************************* COMMIT 1714713409977 Company@OID38 COMMIT 1714713409982 Customer@OID39 COMMIT 1714713409983 Supplier@OID40 <---------------- COMMIT 1714713409987 Supplier@OID40 Customer@OID39 ----------------> COMMIT 1714713409990 Supplier@OID40 Customer@OID39 COMMIT 1714713409991 Supplier@OID40 Supplier@OID41 Customer@OID39 <---------------- COMMIT 1714713409995 Supplier@OID40 Supplier@OID41 Customer@OID39 COMMIT 1714713409996 Supplier@OID40 Supplier@OID41 Supplier@OID42 Customer@OID39 <---------------- COMMIT 1714713409999 Supplier@OID40 Supplier@OID41 Supplier@OID42 Customer@OID39 ******************************************************* Bugzilla_505654_Test.testCrossMergeAndMultipleRemerges_SameList [H2-branching-ranges, JVM, Native] ******************************************************* COMMIT 1714713410006 Company@OID45 COMMIT 1714713410011 Customer@OID46 COMMIT 1714713410012 Customer@OID47 <---------------- COMMIT 1714713410028 Customer@OID47 Customer@OID46 ----------------> COMMIT 1714713410031 Customer@OID47 Customer@OID46 COMMIT 1714713410032 Customer@OID47 Customer@OID46 Customer@OID48 <---------------- COMMIT 1714713410035 Customer@OID47 Customer@OID46 Customer@OID48 COMMIT 1714713410036 Customer@OID47 Customer@OID46 Customer@OID48 Customer@OID49 <---------------- COMMIT 1714713410039 Customer@OID47 Customer@OID46 Customer@OID48 Customer@OID49 ******************************************************* Bugzilla_505654_Test.testCrossMergeAndRemerge [H2-branching-ranges, JVM, Native] ******************************************************* COMMIT 1714713410046 Company@OID52 COMMIT 1714713410050 Customer@OID53 COMMIT 1714713410051 Supplier@OID54 ----------------> COMMIT 1714713410055 Supplier@OID54 Customer@OID53 COMMIT 1714713410056 Supplier@OID54 Supplier@OID55 Customer@OID53 <---------------- COMMIT 1714713410059 Supplier@OID54 Supplier@OID55 Customer@OID53 ******************************************************* Bugzilla_505654_Test.testCrossMergeAndRemerge_SameList [H2-branching-ranges, JVM, Native] ******************************************************* COMMIT 1714713410065 Company@OID58 COMMIT 1714713410070 Customer@OID59 COMMIT 1714713410071 Customer@OID60 ----------------> COMMIT 1714713410075 Customer@OID59 Customer@OID60 COMMIT 1714713410076 Customer@OID59 Customer@OID60 Customer@OID61 <---------------- COMMIT 1714713410080 Customer@OID59 Customer@OID60 Customer@OID61 ******************************************************* Bugzilla_505654_Test.testCrossMerge_SameList [H2-branching-ranges, JVM, Native] ******************************************************* COMMIT 1714713410087 Company@OID64 COMMIT 1714713410091 Customer@OID65 COMMIT 1714713410092 Customer@OID66 <---------------- COMMIT 1714713410096 Customer@OID66 Customer@OID65 ----------------> COMMIT 1714713410099 Customer@OID66 Customer@OID65 ******************************************************* Bugzilla_505654_Test.testMergeAndCrossMergeAndRemerge [H2-branching-ranges, JVM, Native] ******************************************************* COMMIT 1714713410106 Company@OID69 COMMIT 1714713410110 Customer@OID70 COMMIT 1714713410111 Supplier@OID71 <---------------- COMMIT 1714713410127 Supplier@OID71 Customer@OID70 ----------------> COMMIT 1714713410131 Supplier@OID71 Customer@OID70 COMMIT 1714713410132 Supplier@OID71 Supplier@OID72 Customer@OID70 <---------------- COMMIT 1714713410135 Supplier@OID71 Supplier@OID72 Customer@OID70 ******************************************************* Bugzilla_505654_Test.testMergeAndCrossMergeAndRemerge_SameList [H2-branching-ranges, JVM, Native] ******************************************************* COMMIT 1714713410143 Company@OID75 COMMIT 1714713410146 Customer@OID76 COMMIT 1714713410148 Customer@OID77 <---------------- COMMIT 1714713410152 Customer@OID77 Customer@OID76 ----------------> COMMIT 1714713410155 Customer@OID77 Customer@OID76 COMMIT 1714713410156 Customer@OID77 Customer@OID76 Customer@OID78 <---------------- COMMIT 1714713410159 Customer@OID77 Customer@OID76 Customer@OID78 ******************************************************* Bugzilla_505654_Test.testMultipleRemerges [H2-branching-ranges, JVM, Native] ******************************************************* COMMIT 1714713410166 Company@OID81 COMMIT 1714713410171 Customer@OID82 COMMIT 1714713410172 Supplier@OID83 <---------------- COMMIT 1714713410175 Supplier@OID83 Customer@OID82 COMMIT 1714713410176 Supplier@OID83 Customer@OID82 Customer@OID84 COMMIT 1714713410177 Supplier@OID83 Supplier@OID85 <---------------- COMMIT 1714713410180 Supplier@OID83 Supplier@OID85 Customer@OID82 Customer@OID84 COMMIT 1714713410181 Supplier@OID83 Supplier@OID85 Customer@OID82 Customer@OID84 Customer@OID86 COMMIT 1714713410182 Supplier@OID83 Supplier@OID85 Supplier@OID87 <---------------- COMMIT 1714713410185 Supplier@OID83 Supplier@OID85 Supplier@OID87 Customer@OID82 Customer@OID84 Customer@OID86 ******************************************************* Bugzilla_505654_Test.testMultipleRemerges_SameList [H2-branching-ranges, JVM, Native] ******************************************************* COMMIT 1714713410192 Company@OID90 COMMIT 1714713410196 Customer@OID91 COMMIT 1714713410197 Customer@OID92 <---------------- COMMIT 1714713410201 Customer@OID92 Customer@OID91 COMMIT 1714713410202 Customer@OID92 Customer@OID91 Customer@OID93 COMMIT 1714713410203 Customer@OID92 Customer@OID94 <---------------- COMMIT 1714713410206 Customer@OID92 Customer@OID94 Customer@OID91 Customer@OID93 COMMIT 1714713410207 Customer@OID92 Customer@OID94 Customer@OID91 Customer@OID93 Customer@OID95 COMMIT 1714713410208 Customer@OID92 Customer@OID94 Customer@OID96 <---------------- COMMIT 1714713410211 Customer@OID92 Customer@OID94 Customer@OID96 Customer@OID91 Customer@OID93 Customer@OID95 ******************************************************* Bugzilla_516824_Test.testSetBranch [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_516824_Test.testSetBranchLegacy [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_517168_Test.testDeletedXRef_ManyValue [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_517168_Test.testDeletedXRef_SingleValue [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_517168_Test.testDuplicateXRef_SingleValue [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_517225_Test.testStringCompressorLeak [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_528129_Test.testMoveToPersistentContainment [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_528129_Test.testMoveToTransientContainment [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_528129_Test.testMoveWithinView [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_528129_Test.testPersistentContainment [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_528129_Test.testPersistentContainmentTree [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_528129_Test.testTransientContainment [H2-branching-ranges, JVM, Native] ******************************************************* ClassWithTransientContainment[PREPARED]: TRANSIENT --> PREPARED ClassWithTransientContainment@oid3[NEW]: PREPARED --> NEW ******************************************************* Bugzilla_528129_Test.testTransientContainmentTree [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_530498_Test.testNoNullRevisionAfterTransactionRollback [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_539332_Test.testRestartWithDynamicPackage [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_541003_Test.testLockStateWithPrefetcher [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_541003_Test.testLockStateWithoutPrefetcher [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_541437_Test.testUUIDAfterRestart [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Bugzilla_541437_Test.testUUIDWithoutOverride [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_547640_Test.testCommitConflictResolver_OneCommit [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' Suspending commit notifications Resuming commit notifications ******************************************************* Bugzilla_547640_Test.testCommitConflictResolver_TwoCommits [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' Suspending commit notifications Resuming commit notifications ******************************************************* Bugzilla_552043_Test.testRollbackInverseCrossReferencer [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Bugzilla_552043_Test.testRollbackInverseCrossReferencer_WithAttachedRevisionsMap [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_552043_Test.testRollbackMultipleNewObject [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_552043_Test.testRollbackMultipleNewObject_WithAttachedRevisionsMap [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_552043_Test.testRollbackNewObject [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_552043_Test.testRollbackNewObject_WithAttachedRevisionsMap [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] Security realm created in /security [ERROR] Not active: SignalProtocol[cdo] org.eclipse.net4j.util.lifecycle.LifecycleException: Not active: SignalProtocol[cdo] at org.eclipse.net4j.util.lifecycle.LifecycleUtil.checkActive(LifecycleUtil.java:102) at org.eclipse.net4j.signal.Signal.getProtocol(Signal.java:104) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerIndication.getProtocol(CDOServerIndication.java:54) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerIndication.getProtocol(CDOServerIndication.java:1) at org.eclipse.net4j.signal.IndicationWithResponse.sendExceptionSignal(IndicationWithResponse.java:105) at org.eclipse.net4j.signal.IndicationWithResponse.execute(IndicationWithResponse.java:78) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerReadIndication.execute(CDOServerReadIndication.java:36) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) ******************************************************* Bugzilla_560957_Test.testDeadlockOnViewGetBranch [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Bugzilla_561250_Test.testMapInitialization [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_562011_Test.testDocumentRoot_FeatureMap [H2-branching-ranges, JVM, Native] ******************************************************* DocumentRoot[TRANSIENT] ******************************************************* Bugzilla_562246_Test.testLockAutoReleasePropagation_DifferentSession [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_562246_Test.testLockAutoReleasePropagation_SameSession [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_563616_Test.testImportProxyObject [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_566582_Test.testSubFolderDelete [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Bugzilla_570123_Test.testReattachInvalidate [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_576893_Test.testLockStatePrefetching [H2-branching-ranges, JVM, Native] ******************************************************* Testing open view... Prefetching MAIN/* Adding Category@OID12:0v1 Adding Category@OID13:0v1 Adding Category@OID14:0v1 Adding Category@OID15:0v1 Adding Category@OID16:0v1 Adding Product1@OID17:0v1 Adding Product1@OID18:0v1 Adding Category@OID19:0v1 Adding Category@OID20:0v1 Adding Category@OID21:0v1 Adding Category@OID22:0v1 Adding Product1@OID23:0v1 Adding Product1@OID24:0v1 Adding Category@OID25:0v1 Adding Category@OID26:0v1 Adding Category@OID27:0v1 Adding Category@OID28:0v1 Adding Product1@OID29:0v1 Adding Product1@OID30:0v1 Adding Product1@OID31:0v1 Adding Product1@OID32:0v1 Adding Category@OID33:0v1 Adding Category@OID34:0v1 Adding Category@OID35:0v1 Adding Category@OID36:0v1 Adding Category@OID37:0v1 Adding Product1@OID38:0v1 Adding Product1@OID39:0v1 Adding Category@OID40:0v1 Adding Category@OID41:0v1 Adding Category@OID42:0v1 Adding Category@OID43:0v1 Adding Product1@OID44:0v1 Adding Product1@OID45:0v1 Adding Category@OID46:0v1 Adding Category@OID47:0v1 Adding Category@OID48:0v1 Adding Category@OID49:0v1 Adding Product1@OID50:0v1 Adding Product1@OID51:0v1 Adding Product1@OID52:0v1 Adding Product1@OID53:0v1 Adding Category@OID54:0v1 Adding Category@OID55:0v1 Adding Category@OID56:0v1 Adding Category@OID57:0v1 Adding Category@OID58:0v1 Adding Product1@OID59:0v1 Adding Product1@OID60:0v1 Adding Category@OID61:0v1 Adding Category@OID62:0v1 Adding Category@OID63:0v1 Adding Category@OID64:0v1 Adding Product1@OID65:0v1 Adding Product1@OID66:0v1 Adding Category@OID67:0v1 Adding Category@OID68:0v1 Adding Category@OID69:0v1 Adding Category@OID70:0v1 Adding Product1@OID71:0v1 Adding Product1@OID72:0v1 Adding Product1@OID73:0v1 Adding Product1@OID74:0v1 Adding Product1@OID75:0v1 Adding Product1@OID76:0v1 Adding Category@OID11:0v1 Adding Category@OID11:0v1 Adding CDOResource@OID10:0v1("res1") Adding CDOResourceFolder@OID9:0v1("Bugzilla_576893_Test_testLockStatePrefetching") Adding CDOResource@OID1:0v4("/") Adding CDOResource@OID10:0v1("res1") Adding Category@OID12:0v1 Adding Category@OID33:0v1 Adding Category@OID13:0v1 Adding Category@OID19:0v1 Adding Category@OID14:0v1 Adding Category@OID15:0v1 Adding Category@OID16:0v1 Adding Product1@OID17:0v1 Adding Product1@OID18:0v1 Adding Category@OID25:0v1 Adding Category@OID20:0v1 Adding Category@OID21:0v1 Adding Category@OID22:0v1 Adding Product1@OID23:0v1 Adding Product1@OID24:0v1 Adding Product1@OID31:0v1 Adding Category@OID26:0v1 Adding Category@OID27:0v1 Adding Category@OID28:0v1 Adding Product1@OID29:0v1 Adding Product1@OID30:0v1 Adding Product1@OID32:0v1 Adding Category@OID54:0v1 Adding Category@OID34:0v1 Adding Category@OID40:0v1 Adding Category@OID35:0v1 Adding Category@OID36:0v1 Adding Category@OID37:0v1 Adding Product1@OID38:0v1 Adding Product1@OID39:0v1 Adding Category@OID46:0v1 Adding Category@OID41:0v1 Adding Category@OID42:0v1 Adding Category@OID43:0v1 Adding Product1@OID44:0v1 Adding Product1@OID45:0v1 Adding Product1@OID52:0v1 Adding Category@OID47:0v1 Adding Category@OID48:0v1 Adding Category@OID49:0v1 Adding Product1@OID50:0v1 Adding Product1@OID51:0v1 Adding Product1@OID53:0v1 Adding Product1@OID75:0v1 Adding Category@OID55:0v1 Adding Category@OID61:0v1 Adding Category@OID56:0v1 Adding Category@OID57:0v1 Adding Category@OID58:0v1 Adding Product1@OID59:0v1 Adding Product1@OID60:0v1 Adding Category@OID67:0v1 Adding Category@OID62:0v1 Adding Category@OID63:0v1 Adding Category@OID64:0v1 Adding Product1@OID65:0v1 Adding Product1@OID66:0v1 Adding Product1@OID73:0v1 Adding Category@OID68:0v1 Adding Category@OID69:0v1 Adding Category@OID70:0v1 Adding Product1@OID71:0v1 Adding Product1@OID72:0v1 Adding Product1@OID74:0v1 Adding Product1@OID76:0v1 ******************************************************* Bugzilla_576893_Test.testPrefetcherManager [H2-branching-ranges, JVM, Native] ******************************************************* Testing open view... Prefetching MAIN/* Adding Category@OID80:0v1 Adding Category@OID81:0v1 Adding Category@OID82:0v1 Adding Category@OID83:0v1 Adding Category@OID84:0v1 Adding Product1@OID85:0v1 Adding Product1@OID86:0v1 Adding Category@OID87:0v1 Adding Category@OID88:0v1 Adding Category@OID89:0v1 Adding Category@OID90:0v1 Adding Product1@OID91:0v1 Adding Product1@OID92:0v1 Adding Category@OID93:0v1 Adding Category@OID94:0v1 Adding Category@OID95:0v1 Adding Category@OID96:0v1 Adding Product1@OID97:0v1 Adding Product1@OID98:0v1 Adding Product1@OID99:0v1 Adding Product1@OID100:0v1 Adding Category@OID101:0v1 Adding Category@OID102:0v1 Adding Category@OID103:0v1 Adding Category@OID104:0v1 Adding Category@OID105:0v1 Adding Product1@OID106:0v1 Adding Product1@OID107:0v1 Adding Category@OID108:0v1 Adding Category@OID109:0v1 Adding Category@OID110:0v1 Adding Category@OID111:0v1 Adding Product1@OID112:0v1 Adding Product1@OID113:0v1 Adding Category@OID114:0v1 Adding Category@OID115:0v1 Adding Category@OID116:0v1 Adding Category@OID117:0v1 Adding Product1@OID118:0v1 Adding Product1@OID119:0v1 Adding Product1@OID120:0v1 Adding Product1@OID121:0v1 Adding Category@OID122:0v1 Adding Category@OID123:0v1 Adding Category@OID124:0v1 Adding Category@OID125:0v1 Adding Category@OID126:0v1 Adding Product1@OID127:0v1 Adding Product1@OID128:0v1 Adding Category@OID129:0v1 Adding Category@OID130:0v1 Adding Category@OID131:0v1 Adding Category@OID132:0v1 Adding Product1@OID133:0v1 Adding Product1@OID134:0v1 Adding Category@OID135:0v1 Adding Category@OID136:0v1 Adding Category@OID137:0v1 Adding Category@OID138:0v1 Adding Product1@OID139:0v1 Adding Product1@OID140:0v1 Adding Product1@OID141:0v1 Adding Product1@OID142:0v1 Adding Product1@OID143:0v1 Adding Product1@OID144:0v1 Adding Category@OID79:0v1 Testing passive update... Adding Category@OID79:0v2 Testing cleanup... Removed Category@OID79:0v1 Testing view target switch... Prefetching Bugzilla_576893_Test_testPrefetcherManager_subBranch/* Adding Category@OID80:1v0->0v1 Adding Category@OID80:0v1 Adding Category@OID81:1v0->0v1 Adding Category@OID81:0v1 Adding Category@OID82:1v0->0v1 Adding Category@OID82:0v1 Adding Category@OID83:1v0->0v1 Adding Category@OID83:0v1 Adding Category@OID84:1v0->0v1 Adding Category@OID84:0v1 Adding Product1@OID85:1v0->0v1 Adding Product1@OID85:0v1 Adding Product1@OID86:1v0->0v1 Adding Product1@OID86:0v1 Adding Category@OID87:1v0->0v1 Adding Category@OID87:0v1 Adding Category@OID88:1v0->0v1 Adding Category@OID88:0v1 Adding Category@OID89:1v0->0v1 Adding Category@OID89:0v1 Adding Category@OID90:1v0->0v1 Adding Category@OID90:0v1 Adding Product1@OID91:1v0->0v1 Adding Product1@OID91:0v1 Adding Product1@OID92:1v0->0v1 Adding Product1@OID92:0v1 Adding Category@OID93:1v0->0v1 Adding Category@OID93:0v1 Adding Category@OID94:1v0->0v1 Adding Category@OID94:0v1 Adding Category@OID95:1v0->0v1 Adding Category@OID95:0v1 Adding Category@OID96:1v0->0v1 Adding Category@OID96:0v1 Adding Product1@OID97:1v0->0v1 Adding Product1@OID97:0v1 Adding Product1@OID98:1v0->0v1 Adding Product1@OID98:0v1 Adding Product1@OID99:1v0->0v1 Adding Product1@OID99:0v1 Adding Product1@OID100:1v0->0v1 Adding Product1@OID100:0v1 Adding Category@OID101:1v0->0v1 Adding Category@OID101:0v1 Adding Category@OID102:1v0->0v1 Adding Category@OID102:0v1 Adding Category@OID103:1v0->0v1 Adding Category@OID103:0v1 Adding Category@OID104:1v0->0v1 Adding Category@OID104:0v1 Adding Category@OID105:1v0->0v1 Adding Category@OID105:0v1 Adding Product1@OID106:1v0->0v1 Adding Product1@OID106:0v1 Adding Product1@OID107:1v0->0v1 Adding Product1@OID107:0v1 Adding Category@OID108:1v0->0v1 Adding Category@OID108:0v1 Adding Category@OID109:1v0->0v1 Adding Category@OID109:0v1 Adding Category@OID110:1v0->0v1 Adding Category@OID110:0v1 Adding Category@OID111:1v0->0v1 Adding Category@OID111:0v1 Adding Product1@OID112:1v0->0v1 Adding Product1@OID112:0v1 Adding Product1@OID113:1v0->0v1 Adding Product1@OID113:0v1 Adding Category@OID114:1v0->0v1 Adding Category@OID114:0v1 Adding Category@OID115:1v0->0v1 Adding Category@OID115:0v1 Adding Category@OID116:1v0->0v1 Adding Category@OID116:0v1 Adding Category@OID117:1v0->0v1 Adding Category@OID117:0v1 Adding Product1@OID118:1v0->0v1 Adding Product1@OID118:0v1 Adding Product1@OID119:1v0->0v1 Adding Product1@OID119:0v1 Adding Product1@OID120:1v0->0v1 Adding Product1@OID120:0v1 Adding Product1@OID121:1v0->0v1 Adding Product1@OID121:0v1 Adding Category@OID122:1v0->0v1 Adding Category@OID122:0v1 Adding Category@OID123:1v0->0v1 Adding Category@OID123:0v1 Adding Category@OID124:1v0->0v1 Adding Category@OID124:0v1 Adding Category@OID125:1v0->0v1 Adding Category@OID125:0v1 Adding Category@OID126:1v0->0v1 Adding Category@OID126:0v1 Adding Product1@OID127:1v0->0v1 Adding Product1@OID127:0v1 Adding Product1@OID128:1v0->0v1 Adding Product1@OID128:0v1 Adding Category@OID129:1v0->0v1 Adding Category@OID129:0v1 Adding Category@OID130:1v0->0v1 Adding Category@OID130:0v1 Adding Category@OID131:1v0->0v1 Adding Category@OID131:0v1 Adding Category@OID132:1v0->0v1 Adding Category@OID132:0v1 Adding Product1@OID133:1v0->0v1 Adding Product1@OID133:0v1 Adding Product1@OID134:1v0->0v1 Adding Product1@OID134:0v1 Adding Category@OID135:1v0->0v1 Adding Category@OID135:0v1 Adding Category@OID136:1v0->0v1 Adding Category@OID136:0v1 Adding Category@OID137:1v0->0v1 Adding Category@OID137:0v1 Adding Category@OID138:1v0->0v1 Adding Category@OID138:0v1 Adding Product1@OID139:1v0->0v1 Adding Product1@OID139:0v1 Adding Product1@OID140:1v0->0v1 Adding Product1@OID140:0v1 Adding Product1@OID141:1v0->0v1 Adding Product1@OID141:0v1 Adding Product1@OID142:1v0->0v1 Adding Product1@OID142:0v1 Adding Product1@OID143:1v0->0v1 Adding Product1@OID143:0v1 Adding Product1@OID144:1v0->0v1 Adding Product1@OID144:0v1 Adding Category@OID79:1v0->0v2 Adding Category@OID79:0v2 Testing committing in sub branch... Adding Category@OID79:1v1 Testing cleanup in sub branch... Removed Category@OID79:0v2 Removed Category@OID79:1v0->0v2 Testing close view... Testing new view in sub branch... Prefetching Bugzilla_576893_Test_testPrefetcherManager_subBranch/* Adding Category@OID80:1v0->0v1 Adding Category@OID80:0v1 Adding Category@OID81:1v0->0v1 Adding Category@OID81:0v1 Adding Category@OID82:1v0->0v1 Adding Category@OID82:0v1 Adding Category@OID83:1v0->0v1 Adding Category@OID83:0v1 Adding Category@OID84:1v0->0v1 Adding Category@OID84:0v1 Adding Product1@OID85:1v0->0v1 Adding Product1@OID85:0v1 Adding Product1@OID86:1v0->0v1 Adding Product1@OID86:0v1 Adding Category@OID87:1v0->0v1 Adding Category@OID87:0v1 Adding Category@OID88:1v0->0v1 Adding Category@OID88:0v1 Adding Category@OID89:1v0->0v1 Adding Category@OID89:0v1 Adding Category@OID90:1v0->0v1 Adding Category@OID90:0v1 Adding Product1@OID91:1v0->0v1 Adding Product1@OID91:0v1 Adding Product1@OID92:1v0->0v1 Adding Product1@OID92:0v1 Adding Category@OID93:1v0->0v1 Adding Category@OID93:0v1 Adding Category@OID94:1v0->0v1 Adding Category@OID94:0v1 Adding Category@OID95:1v0->0v1 Adding Category@OID95:0v1 Adding Category@OID96:1v0->0v1 Adding Category@OID96:0v1 Adding Product1@OID97:1v0->0v1 Adding Product1@OID97:0v1 Adding Product1@OID98:1v0->0v1 Adding Product1@OID98:0v1 Adding Product1@OID99:1v0->0v1 Adding Product1@OID99:0v1 Adding Product1@OID100:1v0->0v1 Adding Product1@OID100:0v1 Adding Category@OID101:1v0->0v1 Adding Category@OID101:0v1 Adding Category@OID102:1v0->0v1 Adding Category@OID102:0v1 Adding Category@OID103:1v0->0v1 Adding Category@OID103:0v1 Adding Category@OID104:1v0->0v1 Adding Category@OID104:0v1 Adding Category@OID105:1v0->0v1 Adding Category@OID105:0v1 Adding Product1@OID106:1v0->0v1 Adding Product1@OID106:0v1 Adding Product1@OID107:1v0->0v1 Adding Product1@OID107:0v1 Adding Category@OID108:1v0->0v1 Adding Category@OID108:0v1 Adding Category@OID109:1v0->0v1 Adding Category@OID109:0v1 Adding Category@OID110:1v0->0v1 Adding Category@OID110:0v1 Adding Category@OID111:1v0->0v1 Adding Category@OID111:0v1 Adding Product1@OID112:1v0->0v1 Adding Product1@OID112:0v1 Adding Product1@OID113:1v0->0v1 Adding Product1@OID113:0v1 Adding Category@OID114:1v0->0v1 Adding Category@OID114:0v1 Adding Category@OID115:1v0->0v1 Adding Category@OID115:0v1 Adding Category@OID116:1v0->0v1 Adding Category@OID116:0v1 Adding Category@OID117:1v0->0v1 Adding Category@OID117:0v1 Adding Product1@OID118:1v0->0v1 Adding Product1@OID118:0v1 Adding Product1@OID119:1v0->0v1 Adding Product1@OID119:0v1 Adding Product1@OID120:1v0->0v1 Adding Product1@OID120:0v1 Adding Product1@OID121:1v0->0v1 Adding Product1@OID121:0v1 Adding Category@OID122:1v0->0v1 Adding Category@OID122:0v1 Adding Category@OID123:1v0->0v1 Adding Category@OID123:0v1 Adding Category@OID124:1v0->0v1 Adding Category@OID124:0v1 Adding Category@OID125:1v0->0v1 Adding Category@OID125:0v1 Adding Category@OID126:1v0->0v1 Adding Category@OID126:0v1 Adding Product1@OID127:1v0->0v1 Adding Product1@OID127:0v1 Adding Product1@OID128:1v0->0v1 Adding Product1@OID128:0v1 Adding Category@OID129:1v0->0v1 Adding Category@OID129:0v1 Adding Category@OID130:1v0->0v1 Adding Category@OID130:0v1 Adding Category@OID131:1v0->0v1 Adding Category@OID131:0v1 Adding Category@OID132:1v0->0v1 Adding Category@OID132:0v1 Adding Product1@OID133:1v0->0v1 Adding Product1@OID133:0v1 Adding Product1@OID134:1v0->0v1 Adding Product1@OID134:0v1 Adding Category@OID135:1v0->0v1 Adding Category@OID135:0v1 Adding Category@OID136:1v0->0v1 Adding Category@OID136:0v1 Adding Category@OID137:1v0->0v1 Adding Category@OID137:0v1 Adding Category@OID138:1v0->0v1 Adding Category@OID138:0v1 Adding Product1@OID139:1v0->0v1 Adding Product1@OID139:0v1 Adding Product1@OID140:1v0->0v1 Adding Product1@OID140:0v1 Adding Product1@OID141:1v0->0v1 Adding Product1@OID141:0v1 Adding Product1@OID142:1v0->0v1 Adding Product1@OID142:0v1 Adding Product1@OID143:1v0->0v1 Adding Product1@OID143:0v1 Adding Product1@OID144:1v0->0v1 Adding Product1@OID144:0v1 Adding Category@OID79:1v1 Testing new session and new view in sub branch... Prefetching Bugzilla_576893_Test_testPrefetcherManager_subBranch/* Adding Category@OID80:1v0->0v1 Adding Category@OID80:0v1 Adding Category@OID81:1v0->0v1 Adding Category@OID81:0v1 Adding Category@OID82:1v0->0v1 Adding Category@OID82:0v1 Adding Category@OID83:1v0->0v1 Adding Category@OID83:0v1 Adding Category@OID84:1v0->0v1 Adding Category@OID84:0v1 Adding Product1@OID85:1v0->0v1 Adding Product1@OID85:0v1 Adding Product1@OID86:1v0->0v1 Adding Product1@OID86:0v1 Adding Category@OID87:1v0->0v1 Adding Category@OID87:0v1 Adding Category@OID88:1v0->0v1 Adding Category@OID88:0v1 Adding Category@OID89:1v0->0v1 Adding Category@OID89:0v1 Adding Category@OID90:1v0->0v1 Adding Category@OID90:0v1 Adding Product1@OID91:1v0->0v1 Adding Product1@OID91:0v1 Adding Product1@OID92:1v0->0v1 Adding Product1@OID92:0v1 Adding Category@OID93:1v0->0v1 Adding Category@OID93:0v1 Adding Category@OID94:1v0->0v1 Adding Category@OID94:0v1 Adding Category@OID95:1v0->0v1 Adding Category@OID95:0v1 Adding Category@OID96:1v0->0v1 Adding Category@OID96:0v1 Adding Product1@OID97:1v0->0v1 Adding Product1@OID97:0v1 Adding Product1@OID98:1v0->0v1 Adding Product1@OID98:0v1 Adding Product1@OID99:1v0->0v1 Adding Product1@OID99:0v1 Adding Product1@OID100:1v0->0v1 Adding Product1@OID100:0v1 Adding Category@OID101:1v0->0v1 Adding Category@OID101:0v1 Adding Category@OID102:1v0->0v1 Adding Category@OID102:0v1 Adding Category@OID103:1v0->0v1 Adding Category@OID103:0v1 Adding Category@OID104:1v0->0v1 Adding Category@OID104:0v1 Adding Category@OID105:1v0->0v1 Adding Category@OID105:0v1 Adding Product1@OID106:1v0->0v1 Adding Product1@OID106:0v1 Adding Product1@OID107:1v0->0v1 Adding Product1@OID107:0v1 Adding Category@OID108:1v0->0v1 Adding Category@OID108:0v1 Adding Category@OID109:1v0->0v1 Adding Category@OID109:0v1 Adding Category@OID110:1v0->0v1 Adding Category@OID110:0v1 Adding Category@OID111:1v0->0v1 Adding Category@OID111:0v1 Adding Product1@OID112:1v0->0v1 Adding Product1@OID112:0v1 Adding Product1@OID113:1v0->0v1 Adding Product1@OID113:0v1 Adding Category@OID114:1v0->0v1 Adding Category@OID114:0v1 Adding Category@OID115:1v0->0v1 Adding Category@OID115:0v1 Adding Category@OID116:1v0->0v1 Adding Category@OID116:0v1 Adding Category@OID117:1v0->0v1 Adding Category@OID117:0v1 Adding Product1@OID118:1v0->0v1 Adding Product1@OID118:0v1 Adding Product1@OID119:1v0->0v1 Adding Product1@OID119:0v1 Adding Product1@OID120:1v0->0v1 Adding Product1@OID120:0v1 Adding Product1@OID121:1v0->0v1 Adding Product1@OID121:0v1 Adding Category@OID122:1v0->0v1 Adding Category@OID122:0v1 Adding Category@OID123:1v0->0v1 Adding Category@OID123:0v1 Adding Category@OID124:1v0->0v1 Adding Category@OID124:0v1 Adding Category@OID125:1v0->0v1 Adding Category@OID125:0v1 Adding Category@OID126:1v0->0v1 Adding Category@OID126:0v1 Adding Product1@OID127:1v0->0v1 Adding Product1@OID127:0v1 Adding Product1@OID128:1v0->0v1 Adding Product1@OID128:0v1 Adding Category@OID129:1v0->0v1 Adding Category@OID129:0v1 Adding Category@OID130:1v0->0v1 Adding Category@OID130:0v1 Adding Category@OID131:1v0->0v1 Adding Category@OID131:0v1 Adding Category@OID132:1v0->0v1 Adding Category@OID132:0v1 Adding Product1@OID133:1v0->0v1 Adding Product1@OID133:0v1 Adding Product1@OID134:1v0->0v1 Adding Product1@OID134:0v1 Adding Category@OID135:1v0->0v1 Adding Category@OID135:0v1 Adding Category@OID136:1v0->0v1 Adding Category@OID136:0v1 Adding Category@OID137:1v0->0v1 Adding Category@OID137:0v1 Adding Category@OID138:1v0->0v1 Adding Category@OID138:0v1 Adding Product1@OID139:1v0->0v1 Adding Product1@OID139:0v1 Adding Product1@OID140:1v0->0v1 Adding Product1@OID140:0v1 Adding Product1@OID141:1v0->0v1 Adding Product1@OID141:0v1 Adding Product1@OID142:1v0->0v1 Adding Product1@OID142:0v1 Adding Product1@OID143:1v0->0v1 Adding Product1@OID143:0v1 Adding Product1@OID144:1v0->0v1 Adding Product1@OID144:0v1 Adding Category@OID79:1v1 ******************************************************* Bugzilla_579786_Test.testDisableResponseTimeout [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Bugzilla_579786_Test.testSlowQueryHandler [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Bugzilla_580001_Test.testTypeHandler [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Bugzilla_580974_Test.testCacheAdapter [H2-branching-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] Ignoring attempt to add adapter(s) while view is closing: org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_580974_Test$CacheAdapter@6fd8d415 org.eclipse.emf.cdo.common.util.CDOException: Ignoring attempt to add adapter(s) while view is closing: org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_580974_Test$CacheAdapter@6fd8d415 at org.eclipse.emf.internal.cdo.CDOObjectImpl$1NonGrowingAdapterList.ignore(CDOObjectImpl.java:1564) at org.eclipse.emf.internal.cdo.CDOObjectImpl$1NonGrowingAdapterList.add(CDOObjectImpl.java:1487) at org.eclipse.emf.internal.cdo.CDOObjectImpl$1NonGrowingAdapterList.add(CDOObjectImpl.java:1) at org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_580974_Test$CacheAdapter.unsetTarget(Bugzilla_580974_Test.java:67) at org.eclipse.emf.ecore.impl.MinimalEObjectImpl$1ArrayDelegatingAdapterList.didRemove(MinimalEObjectImpl.java:617) at org.eclipse.emf.ecore.impl.MinimalEObjectImpl$1ArrayDelegatingAdapterList.didRemove(MinimalEObjectImpl.java:1) at org.eclipse.emf.common.util.ArrayDelegatingEList.remove(ArrayDelegatingEList.java:654) at org.eclipse.emf.common.util.DelegatingEList.delegateRemove(DelegatingEList.java:556) at org.eclipse.emf.common.util.DelegatingEList.remove(DelegatingEList.java:542) at org.eclipse.emf.internal.cdo.view.CDOViewImpl.clearAdapters(CDOViewImpl.java:1777) at org.eclipse.emf.internal.cdo.view.CDOViewImpl.clearAdapters(CDOViewImpl.java:1747) at org.eclipse.emf.internal.cdo.view.CDOViewImpl.doBeforeDeactivate(CDOViewImpl.java:1654) at org.eclipse.net4j.util.lifecycle.Lifecycle.internalDeactivate(Lifecycle.java:142) at org.eclipse.net4j.util.lifecycle.Lifecycle.deactivate(Lifecycle.java:208) at org.eclipse.net4j.util.lifecycle.LifecycleUtil.deactivate(LifecycleUtil.java:254) at org.eclipse.net4j.util.lifecycle.LifecycleUtil.deactivate(LifecycleUtil.java:244) at org.eclipse.net4j.util.lifecycle.LifecycleUtil.deactivate(LifecycleUtil.java:271) at org.eclipse.emf.internal.cdo.view.AbstractCDOView.close(AbstractCDOView.java:3006) at org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_580974_Test.testCacheAdapter(Bugzilla_580974_Test.java:53) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at junit.framework.TestCase.runTest(TestCase.java:177) at org.eclipse.net4j.util.tests.AbstractOMTest.access$0(AbstractOMTest.java:1) at org.eclipse.net4j.util.tests.AbstractOMTest$3.execute(AbstractOMTest.java:315) at org.eclipse.net4j.internal.util.test.TestExecuter.execute(TestExecuter.java:40) at org.eclipse.net4j.util.tests.AbstractOMTest.runBare(AbstractOMTest.java:301) at org.eclipse.emf.cdo.tests.config.impl.ConfigTest.runBare(ConfigTest.java:648) at junit.framework.TestResult$1.protect(TestResult.java:122) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.framework.TestResult.run(TestResult.java:125) at junit.framework.TestCase.run(TestCase.java:130) at org.eclipse.net4j.util.tests.AbstractOMTest.run(AbstractOMTest.java:375) at junit.framework.TestSuite.runTest(TestSuite.java:241) at org.eclipse.emf.cdo.tests.config.impl.ConfigTestSuite$TestClassWrapper.runTest(ConfigTestSuite.java:231) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at org.eclipse.emf.cdo.tests.config.impl.ConfigTestSuite$MainSuite.run(ConfigTestSuite.java:166) at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:364) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:237) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:158) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.apache.maven.surefire.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:167) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:142) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:28) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:679) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:616) at org.eclipse.equinox.launcher.Main.run(Main.java:1492) at org.eclipse.equinox.launcher.Main.main(Main.java:1465) [WARN] URI clash: resource being instantiated had same URI as a resource already present locally; local resource was renamed from res to res~renamed ### Resource: CDOResource@OID3("cdo://repo1/Bugzilla_580974_Test_testCacheAdapter/res") ******************************************************* Bugzilla_580991_Test.testDurableLockRelease [H2-branching-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_534438_Test.testDBConnectionUsedByMultipleThreads [H2-branching-ranges, JVM, Native] ******************************************************* Tests run: 1925, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 191.483 s - in org.eclipse.emf.cdo.tests.db.IntegrationTestsBranching org.eclipse.emf.cdo.tests.db.Net4jDBTest.testBigInt Time elapsed: 1.159 s org.eclipse.emf.cdo.tests.db.Net4jDBTest.testBinary Time elapsed: 0.076 s org.eclipse.emf.cdo.tests.db.Net4jDBTest.testBit Time elapsed: 0.018 s org.eclipse.emf.cdo.tests.db.Net4jDBTest.testBlob Time elapsed: 0.186 s org.eclipse.emf.cdo.tests.db.Net4jDBTest.testBlobLength0 Time elapsed: 0.018 s org.eclipse.emf.cdo.tests.db.Net4jDBTest.testBoolean Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.db.Net4jDBTest.testChar Time elapsed: 0.054 s org.eclipse.emf.cdo.tests.db.Net4jDBTest.testClob Time elapsed: 0.607 s org.eclipse.emf.cdo.tests.db.Net4jDBTest.testClobLength0 Time elapsed: 0.02 s org.eclipse.emf.cdo.tests.db.Net4jDBTest.testDate Time elapsed: 0.021 s org.eclipse.emf.cdo.tests.db.Net4jDBTest.testDouble Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.db.Net4jDBTest.testFloat Time elapsed: 0.03 s org.eclipse.emf.cdo.tests.db.Net4jDBTest.testInteger Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.db.Net4jDBTest.testLongVarBinary Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.db.Net4jDBTest.testLongVarChar Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.db.Net4jDBTest.testReal Time elapsed: 0.048 s org.eclipse.emf.cdo.tests.db.Net4jDBTest.testSmallInt Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.db.Net4jDBTest.testTime Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.db.Net4jDBTest.testTimestamp Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.db.Net4jDBTest.testTinyInt Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.db.Net4jDBTest.testVarBinary Time elapsed: 0.045 s org.eclipse.emf.cdo.tests.db.Net4jDBTest.testVarChar Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.db.DBAnnotationsTest.testColumnNameAnnotationByMetaData Time elapsed: 0.588 s org.eclipse.emf.cdo.tests.db.DBAnnotationsTest.testColumnNameTypeAnnotationByMetaData Time elapsed: 0.128 s org.eclipse.emf.cdo.tests.db.DBAnnotationsTest.testLengthAnnotationByMetaData Time elapsed: 0.118 s org.eclipse.emf.cdo.tests.db.DBAnnotationsTest.testLengthAnnotationNegative Time elapsed: 0.146 s org.eclipse.emf.cdo.tests.db.DBAnnotationsTest.testLengthAnnotationPositive Time elapsed: 0.101 s org.eclipse.emf.cdo.tests.db.DBAnnotationsTest.testTableMappingAnnotationByMetaData Time elapsed: 0.11 s org.eclipse.emf.cdo.tests.db.DBAnnotationsTest.testTableNameAnnotationByMetaData Time elapsed: 0.093 s org.eclipse.emf.cdo.tests.db.DBAnnotationsTest.testTypeAnnotationByMetaData Time elapsed: 0.097 s org.eclipse.emf.cdo.tests.db.DBStoreTest.testInsertNull Time elapsed: 0.058 s org.eclipse.emf.cdo.tests.db.DBStoreTest.testStoreCustom Time elapsed: 0.085 s org.eclipse.emf.cdo.tests.db.DBStoreTest.testStoreDate Time elapsed: 0.086 s org.eclipse.emf.cdo.tests.db.DBStoreTest.testStoreStringContainingBackslash Time elapsed: 0.071 s org.eclipse.emf.cdo.tests.db.DBStoreTest.testStoreStringContainingDoubleQuote Time elapsed: 0.036 s org.eclipse.emf.cdo.tests.db.DBStoreTest.testStoreStringContainingSingleQuote Time elapsed: 0.067 s org.eclipse.emf.cdo.tests.db.DBStoreTest.testStoreStringContainingTwoSingleQuote Time elapsed: 0.033 s org.eclipse.emf.cdo.tests.db.DBStoreTest.testStoreStringTrailingBackslash Time elapsed: 0.067 s org.eclipse.emf.cdo.tests.db.DBStoreTest.testStoreStringTrailingDoubleQuote Time elapsed: 0.031 s org.eclipse.emf.cdo.tests.db.DBStoreTest.testStoreStringTrailingSingleQuote Time elapsed: 0.056 s org.eclipse.emf.cdo.tests.db.DBStoreTest.testStoreStringTrailingTwoSingleQuote Time elapsed: 0.029 s org.eclipse.emf.cdo.tests.db.DBStoreTest.testUnderscoreClass Time elapsed: 0.031 s org.eclipse.emf.cdo.tests.db.DBStoreTest.testUnderscoreFeature Time elapsed: 0.06 s org.eclipse.emf.cdo.tests.db.CustomTypeMappingTest.testCustomTypeMapping Time elapsed: 0.035 s org.eclipse.emf.cdo.tests.db.SQLQueryTest.testComplexQuerySalesOrderJoinCustomerProduct Time elapsed: 0.364 s org.eclipse.emf.cdo.tests.db.SQLQueryTest.testDateParameter Time elapsed: 0.174 s org.eclipse.emf.cdo.tests.db.SQLQueryTest.testFunctions Time elapsed: 0.245 s org.eclipse.emf.cdo.tests.db.SQLQueryTest.testIterator Time elapsed: 0.269 s org.eclipse.emf.cdo.tests.db.SQLQueryTest.testIteratorCancelation Time elapsed: 7.389 s org.eclipse.emf.cdo.tests.db.SQLQueryTest.testNonCDOObjectQueries_Complex Time elapsed: 0.228 s org.eclipse.emf.cdo.tests.db.SQLQueryTest.testNonCDOObjectQueries_Complex_MAP Time elapsed: 0.188 s org.eclipse.emf.cdo.tests.db.SQLQueryTest.testPaging Time elapsed: 0.165 s org.eclipse.emf.cdo.tests.db.SQLQueryTest.testSimpleQueries Time elapsed: 0.163 s org.eclipse.emf.cdo.tests.AdapterManagerTest.testStrongReferencePolicy_ALL Time elapsed: 0.131 s org.eclipse.emf.cdo.tests.AdapterManagerTest.testStrongReferencePolicy_ALL_AttachObject Time elapsed: 0.086 s org.eclipse.emf.cdo.tests.AdapterManagerTest.testStrongReferencePolicy_ALL_DetachObject Time elapsed: 0.113 s org.eclipse.emf.cdo.tests.AdapterManagerTest.testStrongReferencePolicy_NONE Time elapsed: 0.028 s org.eclipse.emf.cdo.tests.AttributeTest.testBigDecimalAndBigInteger Time elapsed: 0.072 s org.eclipse.emf.cdo.tests.AttributeTest.testBigDecimalAndBigIntegerNull Time elapsed: 0.039 s org.eclipse.emf.cdo.tests.AttributeTest.testByteArray Time elapsed: 0.034 s org.eclipse.emf.cdo.tests.AttributeTest.testByteArrayEmpty Time elapsed: 0.045 s org.eclipse.emf.cdo.tests.AttributeTest.testByteArrayNull Time elapsed: 0.034 s org.eclipse.emf.cdo.tests.AttributeTest.testEnumDefaults Time elapsed: 0.02 s org.eclipse.emf.cdo.tests.AttributeTest.testJavaClass Time elapsed: 0.08 s org.eclipse.emf.cdo.tests.AttributeTest.testJavaObject Time elapsed: 0.047 s org.eclipse.emf.cdo.tests.AttributeTest.testManyValuedCustomDataType_Bugzilla_319950 Time elapsed: 0.029 s org.eclipse.emf.cdo.tests.AttributeTest.testManyValuedCustomDataType_Contains Time elapsed: 0.022 s org.eclipse.emf.cdo.tests.AttributeTest.testManyValuedCustomDataType_ContainsAll Time elapsed: 0.047 s org.eclipse.emf.cdo.tests.AttributeTest.testManyValuedCustomDataType_Get Time elapsed: 0.024 s org.eclipse.emf.cdo.tests.AttributeTest.testManyValuedCustomDataType_IndexOf Time elapsed: 0.032 s org.eclipse.emf.cdo.tests.AttributeTest.testManyValuedCustomDataType_LastIndexOf Time elapsed: 0.05 s org.eclipse.emf.cdo.tests.AttributeTest.testNillableAttributeOfCustomType Time elapsed: 0.093 s org.eclipse.emf.cdo.tests.AttributeTest.testPrimitiveDefaults Time elapsed: 0.027 s org.eclipse.emf.cdo.tests.AuditEMapTest.testAuditedEMap Time elapsed: 0.042 s org.eclipse.emf.cdo.tests.AuditSameSessionTest.testAddingContents Time elapsed: 0.042 s org.eclipse.emf.cdo.tests.AuditSameSessionTest.testCanCreateAuditAtRepoCreationTime Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.AuditSameSessionTest.testCannotCreateAuditWithTimestampPriorToRepo Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.AuditSameSessionTest.testCannotSetAuditTimestampPriorToRepo Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.AuditSameSessionTest.testChangePath Time elapsed: 0.023 s org.eclipse.emf.cdo.tests.AuditSameSessionTest.testChangeURI Time elapsed: 0.033 s org.eclipse.emf.cdo.tests.AuditSameSessionTest.testChangedAudit Time elapsed: 0.018 s org.eclipse.emf.cdo.tests.AuditSameSessionTest.testConsistentHistoryForIsMany Time elapsed: 0.183 s org.eclipse.emf.cdo.tests.AuditSameSessionTest.testKeepHandle Time elapsed: 0.028 s org.eclipse.emf.cdo.tests.AuditSameSessionTest.testNewAudit Time elapsed: 0.023 s org.eclipse.emf.cdo.tests.AuditSameSessionTest.testRemovingContents Time elapsed: 0.04 s org.eclipse.emf.cdo.tests.AuditSameSessionTest.testRemovingContentsKeepHandle Time elapsed: 0.025 s org.eclipse.emf.cdo.tests.AuditSameSessionTest.testRepositoryCreationTime Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.AuditSameSessionTest.testRepositoryTime Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.AuditTest.testAddingContents Time elapsed: 0.044 s org.eclipse.emf.cdo.tests.AuditTest.testCanCreateAuditAtRepoCreationTime Time elapsed: 0.019 s org.eclipse.emf.cdo.tests.AuditTest.testCannotCreateAuditWithTimestampPriorToRepo Time elapsed: 0.02 s org.eclipse.emf.cdo.tests.AuditTest.testCannotSetAuditTimestampPriorToRepo Time elapsed: 0.021 s org.eclipse.emf.cdo.tests.AuditTest.testChangePath Time elapsed: 0.046 s org.eclipse.emf.cdo.tests.AuditTest.testChangeURI Time elapsed: 0.03 s org.eclipse.emf.cdo.tests.AuditTest.testChangedAudit Time elapsed: 0.045 s org.eclipse.emf.cdo.tests.AuditTest.testConsistentHistoryForIsMany Time elapsed: 0.121 s org.eclipse.emf.cdo.tests.AuditTest.testKeepHandle Time elapsed: 0.028 s org.eclipse.emf.cdo.tests.AuditTest.testNewAudit Time elapsed: 0.024 s org.eclipse.emf.cdo.tests.AuditTest.testRemovingContents Time elapsed: 0.058 s org.eclipse.emf.cdo.tests.AuditTest.testRemovingContentsKeepHandle Time elapsed: 0.025 s org.eclipse.emf.cdo.tests.AutoAttacherTest.testAddingObjectAndCrawl Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.AutoAttacherTest.testSimple Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.BackupBinaryTest.testImport Time elapsed: 0.368 s org.eclipse.emf.cdo.tests.BackupBinaryTest.testImportBlob Time elapsed: 0.368 s org.eclipse.emf.cdo.tests.BackupBinaryTest.testImportByteArray Time elapsed: 0.243 s org.eclipse.emf.cdo.tests.BackupBinaryTest.testImportClob Time elapsed: 0.302 s org.eclipse.emf.cdo.tests.BackupBinaryTest.testImportCustomDataType Time elapsed: 0.184 s org.eclipse.emf.cdo.tests.BackupBinaryTest.testImportDate Time elapsed: 0.191 s org.eclipse.emf.cdo.tests.BackupBinaryTest.testImportDetachedRevision Time elapsed: 0.201 s org.eclipse.emf.cdo.tests.BackupBinaryTest.testImportExternalReference Time elapsed: 0.174 s org.eclipse.emf.cdo.tests.BackupBinaryTest.testImportNIL Time elapsed: 0.294 s org.eclipse.emf.cdo.tests.BackupBinaryTest.testImportNullListElement Time elapsed: 0.232 s org.eclipse.emf.cdo.tests.BackupTest.testImport Time elapsed: 0.326 s org.eclipse.emf.cdo.tests.BackupTest.testImportBlob Time elapsed: 0.304 s org.eclipse.emf.cdo.tests.BackupTest.testImportByteArray Time elapsed: 0.231 s org.eclipse.emf.cdo.tests.BackupTest.testImportClob Time elapsed: 0.247 s org.eclipse.emf.cdo.tests.BackupTest.testImportCustomDataType Time elapsed: 0.136 s org.eclipse.emf.cdo.tests.BackupTest.testImportDate Time elapsed: 0.165 s org.eclipse.emf.cdo.tests.BackupTest.testImportDetachedRevision Time elapsed: 0.216 s org.eclipse.emf.cdo.tests.BackupTest.testImportExternalReference Time elapsed: 0.164 s org.eclipse.emf.cdo.tests.BackupTest.testImportNIL Time elapsed: 0.308 s org.eclipse.emf.cdo.tests.BackupTest.testImportNullListElement Time elapsed: 0.22 s org.eclipse.emf.cdo.tests.BranchingSameSessionTest.testAncestor Time elapsed: 0.044 s org.eclipse.emf.cdo.tests.BranchingSameSessionTest.testAuditViewOnBranch Time elapsed: 0.209 s org.eclipse.emf.cdo.tests.BranchingSameSessionTest.testBasePath Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.BranchingSameSessionTest.testCommit Time elapsed: 0.089 s org.eclipse.emf.cdo.tests.BranchingSameSessionTest.testCommitAddOrderDetail Time elapsed: 0.093 s org.eclipse.emf.cdo.tests.BranchingSameSessionTest.testCommitRemoveOrderDetail Time elapsed: 0.101 s org.eclipse.emf.cdo.tests.BranchingSameSessionTest.testContainment Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.BranchingSameSessionTest.testCreateBranch Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.BranchingSameSessionTest.testCreateBranchDuplicate Time elapsed: 0.108 s org.eclipse.emf.cdo.tests.BranchingSameSessionTest.testCreateBranchIllegalName Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.BranchingSameSessionTest.testDeleteBranch Time elapsed: 0.129 s org.eclipse.emf.cdo.tests.BranchingSameSessionTest.testDetachExisting Time elapsed: 0.141 s org.eclipse.emf.cdo.tests.BranchingSameSessionTest.testDetachWithoutRevision Time elapsed: 0.08 s org.eclipse.emf.cdo.tests.BranchingSameSessionTest.testDetachWithoutRevision_CheckMainBranch Time elapsed: 0.036 s org.eclipse.emf.cdo.tests.BranchingSameSessionTest.testEvent Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.BranchingSameSessionTest.testFutureBaseTime Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.BranchingSameSessionTest.testGetBranch Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.BranchingSameSessionTest.testGetPath Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.BranchingSameSessionTest.testGetPathName Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.BranchingSameSessionTest.testGetSubBranches Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.BranchingSameSessionTest.testHandleRevisionsAfterDetachInSubBranch Time elapsed: 0.116 s org.eclipse.emf.cdo.tests.BranchingSameSessionTest.testMainBranch Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.BranchingSameSessionTest.testObjectLifetime Time elapsed: 0.085 s org.eclipse.emf.cdo.tests.BranchingSameSessionTest.testRenameBranch Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.BranchingSameSessionTest.testRenameBranchDuplicate Time elapsed: 0.11 s org.eclipse.emf.cdo.tests.BranchingSameSessionTest.testRenameBranchIllegalName Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.BranchingSameSessionTest.testSwitchTransactionTarget Time elapsed: 0.022 s org.eclipse.emf.cdo.tests.BranchingSameSessionTest.testSwitchViewTarget Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.BranchingTest.testAncestor Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.BranchingTest.testAuditViewOnBranch Time elapsed: 0.094 s org.eclipse.emf.cdo.tests.BranchingTest.testBasePath Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.BranchingTest.testCommit Time elapsed: 0.079 s org.eclipse.emf.cdo.tests.BranchingTest.testCommitAddOrderDetail Time elapsed: 0.104 s org.eclipse.emf.cdo.tests.BranchingTest.testCommitRemoveOrderDetail Time elapsed: 0.101 s org.eclipse.emf.cdo.tests.BranchingTest.testContainment Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.BranchingTest.testCreateBranch Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.BranchingTest.testCreateBranchDuplicate Time elapsed: 0.108 s org.eclipse.emf.cdo.tests.BranchingTest.testCreateBranchIllegalName Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.BranchingTest.testDeleteBranch Time elapsed: 0.099 s org.eclipse.emf.cdo.tests.BranchingTest.testDetachExisting Time elapsed: 0.099 s org.eclipse.emf.cdo.tests.BranchingTest.testDetachWithoutRevision Time elapsed: 0.067 s org.eclipse.emf.cdo.tests.BranchingTest.testDetachWithoutRevision_CheckMainBranch Time elapsed: 0.033 s org.eclipse.emf.cdo.tests.BranchingTest.testEvent Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.BranchingTest.testFutureBaseTime Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.BranchingTest.testGetBranch Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.BranchingTest.testGetPath Time elapsed: 0.024 s org.eclipse.emf.cdo.tests.BranchingTest.testGetPathName Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.BranchingTest.testGetSubBranches Time elapsed: 0.023 s org.eclipse.emf.cdo.tests.BranchingTest.testHandleRevisionsAfterDetachInSubBranch Time elapsed: 0.115 s org.eclipse.emf.cdo.tests.BranchingTest.testMainBranch Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.BranchingTest.testObjectLifetime Time elapsed: 0.072 s org.eclipse.emf.cdo.tests.BranchingTest.testRenameBranch Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.BranchingTest.testRenameBranchDuplicate Time elapsed: 0.111 s org.eclipse.emf.cdo.tests.BranchingTest.testRenameBranchIllegalName Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.BranchingTest.testSwitchTransactionTarget Time elapsed: 0.023 s org.eclipse.emf.cdo.tests.BranchingTest.testSwitchViewTarget Time elapsed: 0.018 s org.eclipse.emf.cdo.tests.BranchingWithCacheClearTest.testAncestor Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.BranchingWithCacheClearTest.testAuditViewOnBranch Time elapsed: 0.079 s org.eclipse.emf.cdo.tests.BranchingWithCacheClearTest.testBasePath Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.BranchingWithCacheClearTest.testCommit Time elapsed: 0.075 s org.eclipse.emf.cdo.tests.BranchingWithCacheClearTest.testCommitAddOrderDetail Time elapsed: 0.106 s org.eclipse.emf.cdo.tests.BranchingWithCacheClearTest.testCommitRemoveOrderDetail Time elapsed: 0.105 s org.eclipse.emf.cdo.tests.BranchingWithCacheClearTest.testContainment Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.BranchingWithCacheClearTest.testCreateBranch Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.BranchingWithCacheClearTest.testCreateBranchDuplicate Time elapsed: 0.108 s org.eclipse.emf.cdo.tests.BranchingWithCacheClearTest.testCreateBranchIllegalName Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.BranchingWithCacheClearTest.testDeleteBranch Time elapsed: 0.096 s org.eclipse.emf.cdo.tests.BranchingWithCacheClearTest.testDetachExisting Time elapsed: 0.095 s org.eclipse.emf.cdo.tests.BranchingWithCacheClearTest.testDetachWithoutRevision Time elapsed: 0.075 s org.eclipse.emf.cdo.tests.BranchingWithCacheClearTest.testDetachWithoutRevision_CheckMainBranch Time elapsed: 0.035 s org.eclipse.emf.cdo.tests.BranchingWithCacheClearTest.testEvent Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.BranchingWithCacheClearTest.testFutureBaseTime Time elapsed: 0.032 s org.eclipse.emf.cdo.tests.BranchingWithCacheClearTest.testGetBranch Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.BranchingWithCacheClearTest.testGetPath Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.BranchingWithCacheClearTest.testGetPathName Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.BranchingWithCacheClearTest.testGetSubBranches Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.BranchingWithCacheClearTest.testHandleRevisionsAfterDetachInSubBranch Time elapsed: 0.124 s org.eclipse.emf.cdo.tests.BranchingWithCacheClearTest.testMainBranch Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.BranchingWithCacheClearTest.testObjectLifetime Time elapsed: 0.071 s org.eclipse.emf.cdo.tests.BranchingWithCacheClearTest.testRenameBranch Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.BranchingWithCacheClearTest.testRenameBranchDuplicate Time elapsed: 0.11 s org.eclipse.emf.cdo.tests.BranchingWithCacheClearTest.testRenameBranchIllegalName Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.BranchingWithCacheClearTest.testSwitchTransactionTarget Time elapsed: 0.022 s org.eclipse.emf.cdo.tests.BranchingWithCacheClearTest.testSwitchViewTarget Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.CDOIDTest.testGetLong_ExtId Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.CDOIDTest.testGetLong_ExtTempId Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.CDOIDTest.testGetLong_LongId Time elapsed: 0.004 s org.eclipse.emf.cdo.tests.CDOIDTest.testGetLong_Null Time elapsed: 0.004 s org.eclipse.emf.cdo.tests.CDOIDTest.testGetLong_NullId Time elapsed: 0.004 s org.eclipse.emf.cdo.tests.CDOIDTest.testGetLong_TempId Time elapsed: 0.005 s org.eclipse.emf.cdo.tests.CDOIDTest.testSetID Time elapsed: 0.039 s org.eclipse.emf.cdo.tests.CDOIDTest.testSetIDWithReferences Time elapsed: 0.149 s org.eclipse.emf.cdo.tests.CDOIDTest.testURIFragment Time elapsed: 0.019 s org.eclipse.emf.cdo.tests.CDOStaleReferencePolicyTest.testCDOStaleReferencePolicyWithCDOStoreGetContainer Time elapsed: 0.05 s org.eclipse.emf.cdo.tests.CDOStaleReferencePolicyTest.testCDOStaleReferencePolicyWithCDOStoreGetResource Time elapsed: 0.022 s org.eclipse.emf.cdo.tests.ChangeSubscriptionTest.testInvalidationWithDeltas_SameBranch Time elapsed: 0.029 s org.eclipse.emf.cdo.tests.ChangeSubscriptionTest.testNotificationChain Time elapsed: 0.037 s org.eclipse.emf.cdo.tests.ChangeSubscriptionTest.testRemoveContained Time elapsed: 0.023 s org.eclipse.emf.cdo.tests.ChangeSubscriptionTest.testRemoveManyContained Time elapsed: 0.026 s org.eclipse.emf.cdo.tests.ChangeSubscriptionTest.testRemoveManyXRef Time elapsed: 0.048 s org.eclipse.emf.cdo.tests.ChangeSubscriptionTest.testRemoveXRef Time elapsed: 0.026 s org.eclipse.emf.cdo.tests.ChangeSubscriptionTest.testSameSession Time elapsed: 0.019 s org.eclipse.emf.cdo.tests.ChangeSubscriptionTest.testSameSession_WithoutPolicy Time elapsed: 0.019 s org.eclipse.emf.cdo.tests.ChangeSubscriptionTest.testSeparateSession Time elapsed: 0.02 s org.eclipse.emf.cdo.tests.ChangeSubscriptionTest.testSeparateSession_CUSTOM Time elapsed: 0.022 s org.eclipse.emf.cdo.tests.ChangeSubscriptionTest.testSeparateSession_WithoutPolicy Time elapsed: 0.019 s org.eclipse.emf.cdo.tests.ChangeSubscriptionTest.testTemporaryObject Time elapsed: 0.018 s org.eclipse.emf.cdo.tests.ChunkingClearCachedRevisionTest.testReadNative Time elapsed: 0.159 s org.eclipse.emf.cdo.tests.ChunkingClearCachedRevisionTest.testWriteNative Time elapsed: 0.107 s org.eclipse.emf.cdo.tests.ChunkingTest.testChunkWithTemporaryObject Time elapsed: 0.02 s org.eclipse.emf.cdo.tests.ChunkingTest.testEnsureChunk Time elapsed: 0.727 s org.eclipse.emf.cdo.tests.ChunkingTest.testPartiallyLoadedAdd Time elapsed: 0.056 s org.eclipse.emf.cdo.tests.ChunkingTest.testPartiallyLoadedAddAtIndex Time elapsed: 0.023 s org.eclipse.emf.cdo.tests.ChunkingTest.testPartiallyLoadedRemoveIndex Time elapsed: 0.02 s org.eclipse.emf.cdo.tests.ChunkingTest.testPartiallyLoadedSet Time elapsed: 0.037 s org.eclipse.emf.cdo.tests.ChunkingTest.testReadAfterUpdateAfterCommit Time elapsed: 0.14 s org.eclipse.emf.cdo.tests.ChunkingTest.testReadAfterUpdateBeforeCommit Time elapsed: 0.147 s org.eclipse.emf.cdo.tests.ChunkingTest.testReadNative Time elapsed: 0.107 s org.eclipse.emf.cdo.tests.ChunkingTest.testRemove Time elapsed: 0.035 s org.eclipse.emf.cdo.tests.ChunkingTest.testWriteNative Time elapsed: 0.104 s org.eclipse.emf.cdo.tests.CommitInfoTest.testClientBranch Time elapsed: 0.08 s org.eclipse.emf.cdo.tests.CommitInfoTest.testClientBranchWithBranch Time elapsed: 0.075 s org.eclipse.emf.cdo.tests.CommitInfoTest.testClientBranchWithWrongBranch Time elapsed: 0.123 s org.eclipse.emf.cdo.tests.CommitInfoTest.testClientComment Time elapsed: 0.13 s org.eclipse.emf.cdo.tests.CommitInfoTest.testClientCommentWithBranch Time elapsed: 0.122 s org.eclipse.emf.cdo.tests.CommitInfoTest.testClientCommentWithWrongBranch Time elapsed: 0.082 s org.eclipse.emf.cdo.tests.CommitInfoTest.testClientPreviousCommitInfo Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.CommitInfoTest.testClientSubBranch Time elapsed: 0.083 s org.eclipse.emf.cdo.tests.CommitInfoTest.testClientSubBranchWithBranch Time elapsed: 0.081 s org.eclipse.emf.cdo.tests.CommitInfoTest.testClientSubBranchWithWrongBranch Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.CommitInfoTest.testClientTimestamp Time elapsed: 0.086 s org.eclipse.emf.cdo.tests.CommitInfoTest.testClientTimestampWithBranch Time elapsed: 0.086 s org.eclipse.emf.cdo.tests.CommitInfoTest.testClientTimestampWithWrongBranch Time elapsed: 0.091 s org.eclipse.emf.cdo.tests.CommitInfoTest.testClientUser Time elapsed: 0.361 s org.eclipse.emf.cdo.tests.CommitInfoTest.testClientUserWithBranch Time elapsed: 0.307 s org.eclipse.emf.cdo.tests.CommitInfoTest.testClientUserWithWrongBranch Time elapsed: 0.253 s org.eclipse.emf.cdo.tests.CommitInfoTest.testLocalBranch Time elapsed: 0.026 s org.eclipse.emf.cdo.tests.CommitInfoTest.testLocalComment Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.CommitInfoTest.testLocalSubBranch Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.CommitInfoTest.testLocalTimestamp Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.CommitInfoTest.testLocalUser Time elapsed: 0.078 s org.eclipse.emf.cdo.tests.CommitInfoTest.testLogAsync Time elapsed: 0.04 s org.eclipse.emf.cdo.tests.CommitInfoTest.testLogThroughClient Time elapsed: 0.081 s org.eclipse.emf.cdo.tests.CommitInfoTest.testLogThroughCommitInfoHandler Time elapsed: 0.042 s org.eclipse.emf.cdo.tests.CommitInfoTest.testLogThroughWriteAccessHandler Time elapsed: 0.063 s org.eclipse.emf.cdo.tests.CommitInfoTest.testMultipleEntries Time elapsed: 0.095 s org.eclipse.emf.cdo.tests.CommitInfoTest.testMultipleEntriesByCountDown Time elapsed: 0.092 s org.eclipse.emf.cdo.tests.CommitInfoTest.testMultipleEntriesByCountUp Time elapsed: 0.115 s org.eclipse.emf.cdo.tests.CommitInfoTest.testServerBranch Time elapsed: 0.1 s org.eclipse.emf.cdo.tests.CommitInfoTest.testServerBranchWithBranch Time elapsed: 0.084 s org.eclipse.emf.cdo.tests.CommitInfoTest.testServerBranchWithWrongBranch Time elapsed: 0.092 s org.eclipse.emf.cdo.tests.CommitInfoTest.testServerComment Time elapsed: 0.075 s org.eclipse.emf.cdo.tests.CommitInfoTest.testServerCommentWithBranch Time elapsed: 0.086 s org.eclipse.emf.cdo.tests.CommitInfoTest.testServerCommentWithWrongBranch Time elapsed: 0.069 s org.eclipse.emf.cdo.tests.CommitInfoTest.testServerSubBranch Time elapsed: 0.08 s org.eclipse.emf.cdo.tests.CommitInfoTest.testServerSubBranchWithBranch Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.CommitInfoTest.testServerSubBranchWithWrongBranch Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.CommitInfoTest.testServerTimestamp Time elapsed: 0.074 s org.eclipse.emf.cdo.tests.CommitInfoTest.testServerTimestampWithBranch Time elapsed: 0.07 s org.eclipse.emf.cdo.tests.CommitInfoTest.testServerTimestampWithWrongBranch Time elapsed: 0.062 s org.eclipse.emf.cdo.tests.CommitInfoTest.testServerUser Time elapsed: 0.237 s org.eclipse.emf.cdo.tests.CommitInfoTest.testServerUserWithBranch Time elapsed: 0.204 s org.eclipse.emf.cdo.tests.CommitInfoTest.testServerUserWithWrongBranch Time elapsed: 0.299 s org.eclipse.emf.cdo.tests.CompareTest.testAdditionsInSourceAndTarget Time elapsed: 0.131 s org.eclipse.emf.cdo.tests.CompareTest.testFromBranchWithAdditions Time elapsed: 0.064 s org.eclipse.emf.cdo.tests.CompareTest.testFromBranchWithChangesInSource Time elapsed: 0.035 s org.eclipse.emf.cdo.tests.CompareTest.testFromBranchWithRemovalsInSource Time elapsed: 0.044 s org.eclipse.emf.cdo.tests.CompareTest.testFromEmptyBranches Time elapsed: 0.078 s org.eclipse.emf.cdo.tests.ComplexTest.testCrossResourceGenRefMultiNonContainedUnidirectional Time elapsed: 0.068 s org.eclipse.emf.cdo.tests.ComplexTest.testCrossResourceGenRefSingleNonContainedUnidirectional Time elapsed: 0.028 s org.eclipse.emf.cdo.tests.ComplexTest.testCrossResourceIfcimplMultiNonContainedBidirectional Time elapsed: 0.048 s org.eclipse.emf.cdo.tests.ComplexTest.testCrossResourceIfcimplMultiNonContainedUnidirectional Time elapsed: 0.029 s org.eclipse.emf.cdo.tests.ComplexTest.testCrossResourceIfcimplSingleNonContainedBidirectional Time elapsed: 0.03 s org.eclipse.emf.cdo.tests.ComplexTest.testCrossResourceIfcimplSingleNonContainedUnidirectional Time elapsed: 0.032 s org.eclipse.emf.cdo.tests.ComplexTest.testCrossResourcePlainMultiNonContainedBidirectional Time elapsed: 0.032 s org.eclipse.emf.cdo.tests.ComplexTest.testCrossResourcePlainMultiNonContainedUnidirectional Time elapsed: 0.033 s org.eclipse.emf.cdo.tests.ComplexTest.testCrossResourcePlainSingleNonContainedBidirectional Time elapsed: 0.039 s org.eclipse.emf.cdo.tests.ComplexTest.testCrossResourcePlainSingleNonContainedUnidirectional Time elapsed: 0.03 s org.eclipse.emf.cdo.tests.ComplexTest.testGenRefMultiContainedUnidirectional Time elapsed: 0.031 s org.eclipse.emf.cdo.tests.ComplexTest.testGenRefMultiNonContainedUnidirectional Time elapsed: 0.029 s org.eclipse.emf.cdo.tests.ComplexTest.testGenRefSingleContainedUnidirectional Time elapsed: 0.031 s org.eclipse.emf.cdo.tests.ComplexTest.testGenRefSingleNonContainedUnidirectional Time elapsed: 0.023 s org.eclipse.emf.cdo.tests.ComplexTest.testIfcimplMultiContainedBidirectional Time elapsed: 0.039 s org.eclipse.emf.cdo.tests.ComplexTest.testIfcimplMultiContainedUnidirectional Time elapsed: 0.031 s org.eclipse.emf.cdo.tests.ComplexTest.testIfcimplMultiNonContainedBidirectional Time elapsed: 0.022 s org.eclipse.emf.cdo.tests.ComplexTest.testIfcimplMultiNonContainedUnidirectional Time elapsed: 0.021 s org.eclipse.emf.cdo.tests.ComplexTest.testIfcimplSingleContainedBidirectional Time elapsed: 0.038 s org.eclipse.emf.cdo.tests.ComplexTest.testIfcimplSingleContainedUnidirectional Time elapsed: 0.025 s org.eclipse.emf.cdo.tests.ComplexTest.testIfcimplSingleNonContainedBidirectional Time elapsed: 0.031 s org.eclipse.emf.cdo.tests.ComplexTest.testIfcimplSingleNonContainedUnidirectional Time elapsed: 0.03 s org.eclipse.emf.cdo.tests.ComplexTest.testMigrateContainmentMulti Time elapsed: 0.034 s org.eclipse.emf.cdo.tests.ComplexTest.testMigrateContainmentSingle Time elapsed: 0.024 s org.eclipse.emf.cdo.tests.ComplexTest.testMultipleTransactions2 Time elapsed: 0.037 s org.eclipse.emf.cdo.tests.ComplexTest.testMultipleTransactions3 Time elapsed: 0.029 s org.eclipse.emf.cdo.tests.ComplexTest.testPlainMultiContainedBidirectional Time elapsed: 0.022 s org.eclipse.emf.cdo.tests.ComplexTest.testPlainMultiContainedUnidirectional Time elapsed: 0.029 s org.eclipse.emf.cdo.tests.ComplexTest.testPlainMultiNonContainedBidirectional Time elapsed: 0.031 s org.eclipse.emf.cdo.tests.ComplexTest.testPlainMultiNonContainedUnidirectional Time elapsed: 0.022 s org.eclipse.emf.cdo.tests.ComplexTest.testPlainSingleContainedBidirectional Time elapsed: 0.02 s org.eclipse.emf.cdo.tests.ComplexTest.testPlainSingleContainedUnidirectional Time elapsed: 0.025 s org.eclipse.emf.cdo.tests.ComplexTest.testPlainSingleNonContainedBidirectional Time elapsed: 0.033 s org.eclipse.emf.cdo.tests.ComplexTest.testPlainSingleNonContainedUnidirectional Time elapsed: 0.021 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testAddHeadAddHead Time elapsed: 0.077 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testAddHeadAddTail Time elapsed: 0.03 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testAddHeadClear Time elapsed: 0.035 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testAddHeadMoveHead Time elapsed: 0.041 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testAddHeadMoveTail Time elapsed: 0.023 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testAddHeadRemoveHead Time elapsed: 0.024 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testAddHeadRemoveTail Time elapsed: 0.039 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testAddRemove Time elapsed: 0.025 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testAddTailAddHead Time elapsed: 0.025 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testAddTailAddTail Time elapsed: 0.024 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testAddTailClear Time elapsed: 0.038 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testAddTailMoveHead Time elapsed: 0.024 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testAddTailMoveTail Time elapsed: 0.023 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testAddTailRemoveHead Time elapsed: 0.035 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testAddTailRemoveTail Time elapsed: 0.024 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testChangeChange Time elapsed: 0.019 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testChangeRemove Time elapsed: 0.02 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testClearAddHead Time elapsed: 0.03 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testClearAddTail Time elapsed: 0.025 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testClearClear Time elapsed: 0.025 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testClearMoveHead Time elapsed: 0.024 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testClearMoveTail Time elapsed: 0.039 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testClearRemoveHead Time elapsed: 0.023 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testClearRemoveTail Time elapsed: 0.022 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testContainerAddDifferentParent Time elapsed: 0.04 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testManyValuedAddAdd Time elapsed: 0.021 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testManyValuedAddAddRemoveRemove Time elapsed: 0.022 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testManyValuedAddAddRemoveRemove2 Time elapsed: 0.021 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testManyValuedAddAdd_SameValue Time elapsed: 0.037 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testManyValuedAddChange Time elapsed: 0.022 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testManyValuedAddRemove Time elapsed: 0.023 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testManyValuedAddSet_SameValue Time elapsed: 0.026 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testManyValuedChangeAdd Time elapsed: 0.032 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testManyValuedChangeChange Time elapsed: 0.025 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testManyValuedChangeChangeTest2 Time elapsed: 0.025 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testManyValuedChangeRemove Time elapsed: 0.025 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testManyValuedChangeRemoveTest2 Time elapsed: 0.033 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testManyValuedRemoveAdd Time elapsed: 0.024 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testManyValuedRemoveChange Time elapsed: 0.021 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testManyValuedRemoveChangeTest2 Time elapsed: 0.019 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testManyValuedRemoveRemove Time elapsed: 0.028 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testManyValuedRemoveRemoveAddAdd Time elapsed: 0.022 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testManyValuedRemoveRemoveTest2 Time elapsed: 0.02 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testManyValuedSetAdd_SameValue Time elapsed: 0.045 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testMoveHeadAddHead Time elapsed: 0.023 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testMoveHeadAddTail Time elapsed: 0.023 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testMoveHeadClear Time elapsed: 0.023 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testMoveHeadMoveHead Time elapsed: 0.034 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testMoveHeadMoveHeadRemoveMiddle Time elapsed: 0.023 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testMoveHeadMoveTail Time elapsed: 0.022 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testMoveHeadRemoveHead Time elapsed: 0.023 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testMoveHeadRemoveHeadRemoveMiddle Time elapsed: 0.037 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testMoveHeadRemoveTail Time elapsed: 0.023 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testMoveTailAddHead Time elapsed: 0.022 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testMoveTailAddTail Time elapsed: 0.022 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testMoveTailClear Time elapsed: 0.036 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testMoveTailMoveHead Time elapsed: 0.022 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testMoveTailMoveTail Time elapsed: 0.02 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testMoveTailRemoveHead Time elapsed: 0.023 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testMoveTailRemoveTail Time elapsed: 0.039 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testRemoveAdd Time elapsed: 0.022 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testRemoveChange Time elapsed: 0.018 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testRemoveHeadAddChildHead Time elapsed: 0.022 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testRemoveHeadAddHead Time elapsed: 0.025 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testRemoveHeadAddTail Time elapsed: 0.024 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testRemoveHeadClear Time elapsed: 0.025 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testRemoveHeadMoveChildHead Time elapsed: 0.039 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testRemoveHeadMoveHead Time elapsed: 0.022 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testRemoveHeadMoveHeadRemoveMiddle Time elapsed: 0.025 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testRemoveHeadMoveTail Time elapsed: 0.024 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testRemoveHeadReAttachHead Time elapsed: 0.031 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testRemoveHeadRemoveChildChildHead Time elapsed: 0.022 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testRemoveHeadRemoveChildHead Time elapsed: 0.022 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testRemoveHeadRemoveHead Time elapsed: 0.039 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testRemoveHeadRemoveTail Time elapsed: 0.023 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testRemoveHeadSetChildHead Time elapsed: 0.021 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testRemoveRemove Time elapsed: 0.02 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testRemoveTailAddHead Time elapsed: 0.036 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testRemoveTailAddTail Time elapsed: 0.023 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testRemoveTailClear Time elapsed: 0.025 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testRemoveTailMoveHead Time elapsed: 0.023 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testRemoveTailMoveTail Time elapsed: 0.039 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testRemoveTailRemoveHead Time elapsed: 0.023 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testRemoveTailRemoveTail Time elapsed: 0.022 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.test_RemoveRemove_MoveRemoveRemoveRemove Time elapsed: 0.021 s org.eclipse.emf.cdo.tests.ConflictResolverTest.testCDOMergingConflictResolver Time elapsed: 0.028 s org.eclipse.emf.cdo.tests.ConflictResolverTest.testMergeLocalChangesPerFeature_Basic Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.ConflictResolverTest.testMergeLocalChangesPerFeature_BasicException Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.ConflictResolverTest.testMergeLocalChangesPerFeature_Bug1 Time elapsed: 0.019 s org.eclipse.emf.cdo.tests.ConflictResolverTest.testMergeLocalChangesPerFeature_Bug2 Time elapsed: 0.018 s org.eclipse.emf.cdo.tests.ConflictResolverTest.testMergeLocalChangesPerFeature_Bug3 Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.ConflictResolverTest.testMerge_ManyValue Time elapsed: 0.027 s org.eclipse.emf.cdo.tests.ContainmentTest.test3Levels Time elapsed: 0.019 s org.eclipse.emf.cdo.tests.ContainmentTest.testBasicContainment Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.ContainmentTest.testContainmentChangeInSameResource Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.ContainmentTest.testModeledBackPointer Time elapsed: 0.05 s org.eclipse.emf.cdo.tests.ContainmentTest.testModeledBackPointer_Transient Time elapsed: 0.032 s org.eclipse.emf.cdo.tests.ContainmentTest.testModeledBackPointer_Transient_Load Time elapsed: 0.02 s org.eclipse.emf.cdo.tests.ContainmentTest.testObjectNotSameResourceThanItsContainerCDO Time elapsed: 0.05 s org.eclipse.emf.cdo.tests.ContainmentTest.testObjectNotSameResourceThanItsContainer_WithoutCDO Time elapsed: 0.005 s org.eclipse.emf.cdo.tests.ContainmentTest.testRemovedContainment Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.ContainmentTest.testSeparateSession Time elapsed: 0.018 s org.eclipse.emf.cdo.tests.ContainmentTest.testSeparateView Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.ContainmentTest.testSetSingleContainment Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.ContainmentTest.testTransientContainment Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.ContainmentTest.testUnsetSingleContainment Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.CrossReferenceTest.testCrossCreferenceBetweenContainerAndContained Time elapsed: 0.05 s org.eclipse.emf.cdo.tests.CrossReferenceTest.testDetachXRef Time elapsed: 0.026 s org.eclipse.emf.cdo.tests.CrossReferenceTest.testDetachXRefExternal Time elapsed: 0.025 s org.eclipse.emf.cdo.tests.CrossReferenceTest.testDetachXRefReattach Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.CrossReferenceTest.testExternalMakeDangling Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.CrossReferenceTest.testExternalMakeNew Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.CrossReferenceTest.testLoadViaContainment Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.CrossReferenceTest.testLoadViaXRef Time elapsed: 0.028 s org.eclipse.emf.cdo.tests.CrossReferenceTest.testNewMakeExternal Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.CrossReferenceTest.testTwoResources Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.DetachTest.testCleanObjectDeletion Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.DetachTest.testDetachEmptyNewResource Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.DetachTest.testDetachEmptyPersistedResource Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.DetachTest.testDetachNewResource Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.DetachTest.testDetachPersistedResource Time elapsed: 0.019 s org.eclipse.emf.cdo.tests.DetachTest.testDetachPersistedResourceWithPersistedData Time elapsed: 0.035 s org.eclipse.emf.cdo.tests.DetachTest.testDetachProxyResource Time elapsed: 0.018 s org.eclipse.emf.cdo.tests.DetachTest.testKeepValue Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.DetachTest.testNewObjectDeletion Time elapsed: 0.029 s org.eclipse.emf.cdo.tests.DetachTest.testSavePointCleanObjectDeletion Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.DetachTest.testSavePointNewObjectDeletion Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.DynamicPackageTest.testDynamicMaps Time elapsed: 0.021 s org.eclipse.emf.cdo.tests.DynamicXSDTest.testDynamicEcore Time elapsed: 0.052 s org.eclipse.emf.cdo.tests.EMFCompareTest.testAllContentsOfCompany Time elapsed: 0.227 s org.eclipse.emf.cdo.tests.EMFCompareTest.testAllContentsOfRoot Time elapsed: 0.128 s org.eclipse.emf.cdo.tests.EMFCompareTest.testChanges Time elapsed: 0.145 s org.eclipse.emf.cdo.tests.EMFCompareTest.testChangesDelete Time elapsed: 0.096 s org.eclipse.emf.cdo.tests.EMFCompareTest.testContainmentProxy Time elapsed: 0.114 s org.eclipse.emf.cdo.tests.EMFCompareTest.testContainmentProxyEMF Time elapsed: 0.051 s org.eclipse.emf.cdo.tests.EMFCompareTest.testFeatureFilter Time elapsed: 0.11 s org.eclipse.emf.cdo.tests.EMFCompareTest.testMinimal Time elapsed: 0.115 s org.eclipse.emf.cdo.tests.EMFCompareTest.testNoContainmentProxy Time elapsed: 0.1 s org.eclipse.emf.cdo.tests.EMapTest.testEMap Time elapsed: 0.049 s org.eclipse.emf.cdo.tests.EnumTest.testAttached Time elapsed: 0.021 s org.eclipse.emf.cdo.tests.EnumTest.testAttachedFresh Time elapsed: 0.02 s org.eclipse.emf.cdo.tests.EnumTest.testTransient Time elapsed: 0.023 s org.eclipse.emf.cdo.tests.EnumTest.testTransientFresh Time elapsed: 0.02 s org.eclipse.emf.cdo.tests.ExternalReferenceTest.testExternalWithDynamicEObject Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.ExternalReferenceTest.testExternalWithEClass Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.ExternalReferenceTest.testExternalWithEPackage Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.ExternalReferenceTest.testManyViewsOnOneResourceSet Time elapsed: 0.133 s org.eclipse.emf.cdo.tests.ExternalReferenceTest.testObjectNotAttached Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.ExternalReferenceTest.testOneXMIResourceManyViewsOnOneResourceSet Time elapsed: 0.04 s org.eclipse.emf.cdo.tests.ExternalReferenceTest.testUsingObjectsBetweenSameTransaction Time elapsed: 0.021 s org.eclipse.emf.cdo.tests.ExternalReferenceTest.testWithXML Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.ExternalReferenceTest.testWithXMLAndPrefetching Time elapsed: 0.056 s org.eclipse.emf.cdo.tests.ExternalReferenceTest.testXRefExternalObject Time elapsed: 0.142 s org.eclipse.emf.cdo.tests.IndexReconstructionTest.testAddAfter1 Time elapsed: 0.032 s org.eclipse.emf.cdo.tests.IndexReconstructionTest.testAddAfter4 Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.IndexReconstructionTest.testAddBefore1 Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.IndexReconstructionTest.testAddBefore4 Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.IndexReconstructionTest.testMoveBackward Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.IndexReconstructionTest.testMoveBehindEnd Time elapsed: 0.025 s org.eclipse.emf.cdo.tests.IndexReconstructionTest.testMoveForward Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.IndexReconstructionTest.testReAdded Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.IndexReconstructionTest.testRemove1 Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.IndexReconstructionTest.testRemove4 Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.IndexReconstructionTest.testRemoveAdded Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.IndexReconstructionTest.testRemoveLastAdded Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.InitialTest.testAttachObject Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.InitialTest.testCommitDirty Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.InitialTest.testCommitDirtyInverseList Time elapsed: 0.022 s org.eclipse.emf.cdo.tests.InitialTest.testCommitNew Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.InitialTest.testCommitNewInverseList Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.InitialTest.testCreateResource Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.InitialTest.testDirectResource Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.InitialTest.testDirectResourceEMF Time elapsed: 0.004 s org.eclipse.emf.cdo.tests.InitialTest.testGetContents Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.InitialTest.testGetResource Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.InitialTest.testLoadObject Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.InitialTest.testLoadObjectInverseList Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.InitialTest.testLoadResource Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.InitialTest.testMultipleInheritence Time elapsed: 0.021 s org.eclipse.emf.cdo.tests.InitialTest.testNullReference Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.InitialTest.testOpenSession Time elapsed: 0.005 s org.eclipse.emf.cdo.tests.InitialTest.testReadObjectClean Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.InitialTest.testReadObjectProxy Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.InitialTest.testReadResourceClean Time elapsed: 0.018 s org.eclipse.emf.cdo.tests.InitialTest.testReadTransientValue Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.InitialTest.testReferenceIntoDifferentResource Time elapsed: 0.019 s org.eclipse.emf.cdo.tests.InitialTest.testResourceAccessor Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.InitialTest.testStartTransaction Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.InitialTest.testTransientObject Time elapsed: 0.004 s org.eclipse.emf.cdo.tests.InitialTest.testTransientResource Time elapsed: 0.005 s org.eclipse.emf.cdo.tests.InitialTest.testWriteClean Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.InvalidationTest.testConflictDifferentSession Time elapsed: 0.034 s org.eclipse.emf.cdo.tests.InvalidationTest.testConflictSameSession Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.InvalidationTest.testDeleteFromOtherBranch Time elapsed: 0.024 s org.eclipse.emf.cdo.tests.InvalidationTest.testDetach Time elapsed: 0.022 s org.eclipse.emf.cdo.tests.InvalidationTest.testDetachAndPassiveUpdate Time elapsed: 0.031 s org.eclipse.emf.cdo.tests.InvalidationTest.testDetachAndPassiveUpdateWithoutRevisionTimestamp Time elapsed: 0.023 s org.eclipse.emf.cdo.tests.InvalidationTest.testDetachedConflictDifferentSession Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.InvalidationTest.testDetachedConflictSameSession Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.InvalidationTest.testInvalidateAndCache Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.InvalidationTest.testPassiveUpdateMode_CHANGES Time elapsed: 0.027 s org.eclipse.emf.cdo.tests.InvalidationTest.testPassiveUpdateOnAndOff Time elapsed: 0.023 s org.eclipse.emf.cdo.tests.InvalidationTest.testRefreshEmptyRepository Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.InvalidationTest.testSeparateSession Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.InvalidationTest.testSeparateSession_PassiveUpdateDisable Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.InvalidationTest.testSeparateView Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.InvalidationTest.testSeparateViewNotification Time elapsed: 0.021 s org.eclipse.emf.cdo.tests.LobTest.testCommitBlob Time elapsed: 0.061 s org.eclipse.emf.cdo.tests.LobTest.testCommitClob Time elapsed: 0.042 s org.eclipse.emf.cdo.tests.LobTest.testReadBlob Time elapsed: 0.136 s org.eclipse.emf.cdo.tests.LobTest.testReadClob Time elapsed: 2.567 s org.eclipse.emf.cdo.tests.LockStateCacheTest$WithSubBranch.testAddReadLockOwner Time elapsed: 0.081 s org.eclipse.emf.cdo.tests.LockStateCacheTest$WithSubBranch.testLockStateCache Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.LockStateCacheTest$WithSubBranch.testRemoveOwner Time elapsed: 0.103 s org.eclipse.emf.cdo.tests.LockStateCacheTest$WithSubBranch.testRemoveReadLockOwner Time elapsed: 0.089 s org.eclipse.emf.cdo.tests.LockStateCacheTest$WithSubBranch.testSetWriteLockOwner Time elapsed: 0.076 s org.eclipse.emf.cdo.tests.LockStateCacheTest$WithSubBranch.testSetWriteOptionOwner Time elapsed: 0.056 s org.eclipse.emf.cdo.tests.LockStateCacheTest$WithSubBranch.testUnsetWriteLockOwner Time elapsed: 0.041 s org.eclipse.emf.cdo.tests.LockStateCacheTest$WithSubBranch.testUnsetWriteOptionOwner Time elapsed: 0.043 s org.eclipse.emf.cdo.tests.LockStateCacheTest.testAddReadLockOwner Time elapsed: 0.049 s org.eclipse.emf.cdo.tests.LockStateCacheTest.testLockStateCache Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.LockStateCacheTest.testRemoveOwner Time elapsed: 0.076 s org.eclipse.emf.cdo.tests.LockStateCacheTest.testRemoveReadLockOwner Time elapsed: 0.093 s org.eclipse.emf.cdo.tests.LockStateCacheTest.testSetWriteLockOwner Time elapsed: 0.093 s org.eclipse.emf.cdo.tests.LockStateCacheTest.testSetWriteOptionOwner Time elapsed: 0.058 s org.eclipse.emf.cdo.tests.LockStateCacheTest.testUnsetWriteLockOwner Time elapsed: 0.032 s org.eclipse.emf.cdo.tests.LockStateCacheTest.testUnsetWriteOptionOwner Time elapsed: 0.025 s org.eclipse.emf.cdo.tests.LockingManagerRestartRepositoryTest.testDisableDurableLocking Time elapsed: 0.06 s org.eclipse.emf.cdo.tests.LockingManagerRestartRepositoryTest.testDisableDurableLockingAfterRestart Time elapsed: 0.12 s org.eclipse.emf.cdo.tests.LockingManagerRestartRepositoryTest.testDisableDurableLockingAndReleaseLocks Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.LockingManagerRestartRepositoryTest.testDuplicateOpenView Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.LockingManagerRestartRepositoryTest.testDuplicateOpenViewAfterRestart Time elapsed: 0.049 s org.eclipse.emf.cdo.tests.LockingManagerRestartRepositoryTest.testDurableViewHandler Time elapsed: 0.047 s org.eclipse.emf.cdo.tests.LockingManagerRestartRepositoryTest.testEnableDurableLockingWithNewObject Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.LockingManagerRestartRepositoryTest.testGetDurableLockingID Time elapsed: 0.061 s org.eclipse.emf.cdo.tests.LockingManagerRestartRepositoryTest.testKeepDurableLockingID Time elapsed: 0.038 s org.eclipse.emf.cdo.tests.LockingManagerRestartRepositoryTest.testLockDowngradeAfterEnable Time elapsed: 0.069 s org.eclipse.emf.cdo.tests.LockingManagerRestartRepositoryTest.testLockDowngradeBeforeEnable Time elapsed: 0.043 s org.eclipse.emf.cdo.tests.LockingManagerRestartRepositoryTest.testLockUpgradeAfterEnable Time elapsed: 0.057 s org.eclipse.emf.cdo.tests.LockingManagerRestartRepositoryTest.testLockUpgradeBeforeEnable Time elapsed: 0.045 s org.eclipse.emf.cdo.tests.LockingManagerRestartRepositoryTest.testReadLockAfterEnable Time elapsed: 0.055 s org.eclipse.emf.cdo.tests.LockingManagerRestartRepositoryTest.testReadLockBeforeEnable Time elapsed: 0.043 s org.eclipse.emf.cdo.tests.LockingManagerRestartRepositoryTest.testWriteLockAfterEnable Time elapsed: 0.049 s org.eclipse.emf.cdo.tests.LockingManagerRestartRepositoryTest.testWriteLockBeforeEnable Time elapsed: 0.077 s org.eclipse.emf.cdo.tests.LockingManagerRestartRepositoryTest.testWriteOptionAfterEnable Time elapsed: 0.046 s org.eclipse.emf.cdo.tests.LockingManagerRestartRepositoryTest.testWriteOptionBeforeEnable Time elapsed: 0.107 s org.eclipse.emf.cdo.tests.LockingManagerRestartRepositoryTest.testWrongDurableLockingID Time elapsed: 0.065 s org.eclipse.emf.cdo.tests.LockingManagerRestartRepositoryTest.testWrongReadOnly Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.LockingManagerRestartRepositoryTest.testWrongReadOnlyAfterRestart Time elapsed: 0.036 s org.eclipse.emf.cdo.tests.LockingManagerRestartSessionTest.testDisableDurableLocking Time elapsed: 0.023 s org.eclipse.emf.cdo.tests.LockingManagerRestartSessionTest.testDisableDurableLockingAfterRestart Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.LockingManagerRestartSessionTest.testDisableDurableLockingAndReleaseLocks Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.LockingManagerRestartSessionTest.testDuplicateOpenView Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.LockingManagerRestartSessionTest.testDuplicateOpenViewAfterRestart Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.LockingManagerRestartSessionTest.testDurableViewHandler Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.LockingManagerRestartSessionTest.testEnableDurableLockingWithNewObject Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.LockingManagerRestartSessionTest.testGetDurableLockingID Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.LockingManagerRestartSessionTest.testKeepDurableLockingID Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.LockingManagerRestartSessionTest.testLockDowngradeAfterEnable Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.LockingManagerRestartSessionTest.testLockDowngradeBeforeEnable Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.LockingManagerRestartSessionTest.testLockUpgradeAfterEnable Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.LockingManagerRestartSessionTest.testLockUpgradeBeforeEnable Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.LockingManagerRestartSessionTest.testReadLockAfterEnable Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.LockingManagerRestartSessionTest.testReadLockBeforeEnable Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.LockingManagerRestartSessionTest.testWriteLockAfterEnable Time elapsed: 0.02 s org.eclipse.emf.cdo.tests.LockingManagerRestartSessionTest.testWriteLockBeforeEnable Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.LockingManagerRestartSessionTest.testWriteOptionAfterEnable Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.LockingManagerRestartSessionTest.testWriteOptionBeforeEnable Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.LockingManagerRestartSessionTest.testWrongDurableLockingID Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.LockingManagerRestartSessionTest.testWrongReadOnly Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.LockingManagerRestartSessionTest.testWrongReadOnlyAfterRestart Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.LockingManagerRestartTransactionTest.testDisableDurableLocking Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.LockingManagerRestartTransactionTest.testDisableDurableLockingAfterRestart Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.LockingManagerRestartTransactionTest.testDisableDurableLockingAndReleaseLocks Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.LockingManagerRestartTransactionTest.testDuplicateOpenView Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.LockingManagerRestartTransactionTest.testDuplicateOpenViewAfterRestart Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.LockingManagerRestartTransactionTest.testDurableViewHandler Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.LockingManagerRestartTransactionTest.testEnableDurableLockingWithNewObject Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.LockingManagerRestartTransactionTest.testGetDurableLockingID Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.LockingManagerRestartTransactionTest.testKeepDurableLockingID Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.LockingManagerRestartTransactionTest.testLockDowngradeAfterEnable Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.LockingManagerRestartTransactionTest.testLockDowngradeBeforeEnable Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.LockingManagerRestartTransactionTest.testLockUpgradeAfterEnable Time elapsed: 0.021 s org.eclipse.emf.cdo.tests.LockingManagerRestartTransactionTest.testLockUpgradeBeforeEnable Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.LockingManagerRestartTransactionTest.testReadLockAfterEnable Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.LockingManagerRestartTransactionTest.testReadLockBeforeEnable Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.LockingManagerRestartTransactionTest.testWriteLockAfterEnable Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.LockingManagerRestartTransactionTest.testWriteLockBeforeEnable Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.LockingManagerRestartTransactionTest.testWriteOptionAfterEnable Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.LockingManagerRestartTransactionTest.testWriteOptionBeforeEnable Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.LockingManagerRestartTransactionTest.testWrongDurableLockingID Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.LockingManagerRestartTransactionTest.testWrongReadOnly Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.LockingManagerRestartTransactionTest.testWrongReadOnlyAfterRestart Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.LockingManagerTest.testAcquiredLock Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.LockingManagerTest.testAutoReleaseExplicitLocks Time elapsed: 0.021 s org.eclipse.emf.cdo.tests.LockingManagerTest.testAutoReleaseLockFalse_commit Time elapsed: 0.047 s org.eclipse.emf.cdo.tests.LockingManagerTest.testAutoReleaseLockFalse_rollback Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.LockingManagerTest.testAutoReleaseLocks Time elapsed: 0.217 s org.eclipse.emf.cdo.tests.LockingManagerTest.testAutoReleaseLocksOnUnchangedObject Time elapsed: 0.021 s org.eclipse.emf.cdo.tests.LockingManagerTest.testAutoReleaseReadLockWithLockedByOthers Time elapsed: 0.019 s org.eclipse.emf.cdo.tests.LockingManagerTest.testAutoReleaseWriteLockWithLockedByOthers Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.LockingManagerTest.testBasicUpgradeFromReadToWriteLock Time elapsed: 2.007 s org.eclipse.emf.cdo.tests.LockingManagerTest.testBasicWrongUnlock Time elapsed: 0.004 s org.eclipse.emf.cdo.tests.LockingManagerTest.testBugzilla_270345 Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.LockingManagerTest.testDeleteLockedObject Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.LockingManagerTest.testDetachedObjects Time elapsed: 0.124 s org.eclipse.emf.cdo.tests.LockingManagerTest.testLockContention Time elapsed: 0.318 s org.eclipse.emf.cdo.tests.LockingManagerTest.testLockContentionRecursive Time elapsed: 1.508 s org.eclipse.emf.cdo.tests.LockingManagerTest.testLockDetached Time elapsed: 1.016 s org.eclipse.emf.cdo.tests.LockingManagerTest.testLockOnNewObject Time elapsed: 0.022 s org.eclipse.emf.cdo.tests.LockingManagerTest.testLockRefreshForHeldLock Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.LockingManagerTest.testLockUnlock Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.LockingManagerTest.testReadLockAndCommitFromDifferentTransaction Time elapsed: 1.012 s org.eclipse.emf.cdo.tests.LockingManagerTest.testReadLockAndCommitSameTransaction Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.LockingManagerTest.testReadLockByOthers Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.LockingManagerTest.testReadLockMultiple Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.LockingManagerTest.testReadLockStaleRevision Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.LockingManagerTest.testReadLockedByOthers Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.LockingManagerTest.testReadTimeout Time elapsed: 1.012 s org.eclipse.emf.cdo.tests.LockingManagerTest.testReadUnlockMultiple Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.LockingManagerTest.testRecursiveLock Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.LockingManagerTest.testRefreshLockStates Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.LockingManagerTest.testSessionClose Time elapsed: 0.111 s org.eclipse.emf.cdo.tests.LockingManagerTest.testTransactionClose Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.LockingManagerTest.testTransactionGetLockStates Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.LockingManagerTest.testUnlockAll Time elapsed: 0.004 s org.eclipse.emf.cdo.tests.LockingManagerTest.testViewGetLockStates Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.LockingManagerTest.testWriteLock Time elapsed: 2.012 s org.eclipse.emf.cdo.tests.LockingManagerTest.testWriteLockAndCommitFromDifferentTransaction Time elapsed: 1.014 s org.eclipse.emf.cdo.tests.LockingManagerTest.testWriteLockAndCommitSameTransaction Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.LockingManagerTest.testWriteLockAndRollback Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.LockingManagerTest.testWriteLockByOthers Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.LockingManagerTest.testWriteLockFromDifferenceTransaction Time elapsed: 1.011 s org.eclipse.emf.cdo.tests.LockingManagerTest.testWriteLockMultiple Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.LockingManagerTest.testWriteLockPerformance Time elapsed: 0.03 s org.eclipse.emf.cdo.tests.LockingManagerTest.testWriteLockStaleRevision Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.LockingManagerTest.testWriteLockViaObject Time elapsed: 1.011 s org.eclipse.emf.cdo.tests.LockingManagerTest.testWriteOptions Time elapsed: 0.505 s org.eclipse.emf.cdo.tests.LockingManagerTest.testWriteUnlockMultiple Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.LockingNotificationsTest.testCloseViewDifferentSession Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.LockingNotificationsTest.testCloseViewSameSession Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.LockingNotificationsTest.testDifferentBranchDifferentSession Time elapsed: 0.115 s org.eclipse.emf.cdo.tests.LockingNotificationsTest.testDifferentBranchDifferentSession_WithAutoRelease Time elapsed: 0.619 s org.eclipse.emf.cdo.tests.LockingNotificationsTest.testDifferentBranchSameSession Time elapsed: 0.117 s org.eclipse.emf.cdo.tests.LockingNotificationsTest.testDifferentBranchSameSession_WithAutoRelease Time elapsed: 0.621 s org.eclipse.emf.cdo.tests.LockingNotificationsTest.testEnableDisableNotifications Time elapsed: 0.234 s org.eclipse.emf.cdo.tests.LockingNotificationsTest.testEnableDisableNotificationsSameSession Time elapsed: 0.228 s org.eclipse.emf.cdo.tests.LockingNotificationsTest.testEventForNewObjects Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.LockingNotificationsTest.testLockStateHeldByDurableView Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.LockingNotificationsTest.testLockStateTransientAndNew Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.LockingNotificationsTest.testSameBranchDifferentSession_WithAutoRelease Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.LockingNotificationsTest.testSameBranchDifferentSession_WithoutAutoRelease Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.LockingNotificationsTest.testSameBranchSameSession_WithAutoRelease Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.LockingNotificationsTest.testSameBranchSameSession_WithoutAutoRelease Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.LockingSequenceTest.testSafeCounter Time elapsed: 0.698 s org.eclipse.emf.cdo.tests.MapTest.testEObjectToEObjectBothContainedMap Time elapsed: 0.104 s org.eclipse.emf.cdo.tests.MapTest.testEObjectToEObjectKeyContainedMap Time elapsed: 0.044 s org.eclipse.emf.cdo.tests.MapTest.testEObjectToEObjectMap Time elapsed: 0.034 s org.eclipse.emf.cdo.tests.MapTest.testEObjectToEObjectValueContainedMap Time elapsed: 0.037 s org.eclipse.emf.cdo.tests.MapTest.testIntegerStringMap Time elapsed: 0.047 s org.eclipse.emf.cdo.tests.MapTest.testStringStringMap Time elapsed: 0.039 s org.eclipse.emf.cdo.tests.MapTest.testStringToAddressContainmentMap Time elapsed: 0.057 s org.eclipse.emf.cdo.tests.MapTest.testStringToAddressReferenceMap Time elapsed: 0.035 s org.eclipse.emf.cdo.tests.MapTest.testStringVATMap Time elapsed: 0.058 s org.eclipse.emf.cdo.tests.MapTest.testTransientMap Time elapsed: 0.036 s org.eclipse.emf.cdo.tests.MergingTest.testAdditionsInSourceAndTarget Time elapsed: 0.111 s org.eclipse.emf.cdo.tests.MergingTest.testAutoMerge Time elapsed: 0.052 s org.eclipse.emf.cdo.tests.MergingTest.testFromBranchWithAdditions Time elapsed: 0.065 s org.eclipse.emf.cdo.tests.MergingTest.testFromBranchWithAdditionsTwoTimes Time elapsed: 0.028 s org.eclipse.emf.cdo.tests.MergingTest.testFromBranchWithChangesInSource Time elapsed: 0.034 s org.eclipse.emf.cdo.tests.MergingTest.testFromBranchWithRemovalsInSource Time elapsed: 0.269 s org.eclipse.emf.cdo.tests.MergingTest.testFromEmptyBranches Time elapsed: 0.061 s org.eclipse.emf.cdo.tests.MergingTest.testMergeClobChangesInSource Time elapsed: 0.042 s org.eclipse.emf.cdo.tests.MergingTest.testMergeClobChangesInSourceConflict Time elapsed: 0.034 s org.eclipse.emf.cdo.tests.MergingTest.testRemergeAfterAdditionsInSource Time elapsed: 0.074 s org.eclipse.emf.cdo.tests.MergingTest.testRemergeAfterAdditionsInSource2 Time elapsed: 0.092 s org.eclipse.emf.cdo.tests.MergingTest.testRemergeAfterAdditionsInSourceAndTarget Time elapsed: 0.096 s org.eclipse.emf.cdo.tests.MergingTest.testRemergeAfterAdditionsInSourceTwoTimes Time elapsed: 0.03 s org.eclipse.emf.cdo.tests.MergingTest.testRemergeAfterChangesInSource Time elapsed: 0.038 s org.eclipse.emf.cdo.tests.MergingTest.testRemergeAfterChangesInSourceConflict Time elapsed: 0.039 s org.eclipse.emf.cdo.tests.MergingTest.testRemergeAfterRemovalsInSource Time elapsed: 0.041 s org.eclipse.emf.cdo.tests.MergingTest.test_Bugzilla_309467 Time elapsed: 0.041 s org.eclipse.emf.cdo.tests.MergingTest.test_Bugzilla_309467_ServerRestart Time elapsed: 0.105 s org.eclipse.emf.cdo.tests.MetaTest.testMetaReference Time elapsed: 0.023 s org.eclipse.emf.cdo.tests.MetaTest.testMetaReference2 Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.MetaTest.testMetaReferenceAttachFirst Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.MultiValuedOfAttributeTest.testListOfBoolean Time elapsed: 0.046 s org.eclipse.emf.cdo.tests.MultiValuedOfAttributeTest.testListOfChar Time elapsed: 0.032 s org.eclipse.emf.cdo.tests.MultiValuedOfAttributeTest.testListOfDate Time elapsed: 0.033 s org.eclipse.emf.cdo.tests.MultiValuedOfAttributeTest.testListOfDouble Time elapsed: 0.037 s org.eclipse.emf.cdo.tests.MultiValuedOfAttributeTest.testListOfFloat Time elapsed: 0.031 s org.eclipse.emf.cdo.tests.MultiValuedOfAttributeTest.testListOfInt Time elapsed: 0.028 s org.eclipse.emf.cdo.tests.MultiValuedOfAttributeTest.testListOfInteger Time elapsed: 0.037 s org.eclipse.emf.cdo.tests.MultiValuedOfAttributeTest.testListOfShort Time elapsed: 0.036 s org.eclipse.emf.cdo.tests.MultiValuedOfAttributeTest.testListOfString Time elapsed: 0.029 s org.eclipse.emf.cdo.tests.OCLQueryTest$Lazy.testAllCustomers Time elapsed: 0.44 s org.eclipse.emf.cdo.tests.OCLQueryTest$Lazy.testAllEObjects Time elapsed: 0.195 s org.eclipse.emf.cdo.tests.OCLQueryTest$Lazy.testAllOrdersAndSubtypes Time elapsed: 0.135 s org.eclipse.emf.cdo.tests.OCLQueryTest$Lazy.testAllProductNames Time elapsed: 0.119 s org.eclipse.emf.cdo.tests.OCLQueryTest$Lazy.testAllProducts Time elapsed: 0.111 s org.eclipse.emf.cdo.tests.OCLQueryTest$Lazy.testAllProductsWithName Time elapsed: 0.223 s org.eclipse.emf.cdo.tests.OCLQueryTest$Lazy.testAllProductsWithNameParameter Time elapsed: 0.13 s org.eclipse.emf.cdo.tests.OCLQueryTest$Lazy.testAllProductsWithVAT Time elapsed: 0.137 s org.eclipse.emf.cdo.tests.OCLQueryTest$Lazy.testAllProductsWithVATParameter Time elapsed: 0.138 s org.eclipse.emf.cdo.tests.OCLQueryTest$Lazy.testAuditWithDetachedObject Time elapsed: 0.161 s org.eclipse.emf.cdo.tests.OCLQueryTest$Lazy.testDeletedObject Time elapsed: 0.208 s org.eclipse.emf.cdo.tests.OCLQueryTest$Lazy.testDetachedObject Time elapsed: 0.228 s org.eclipse.emf.cdo.tests.OCLQueryTest$Lazy.testDirtyObject Time elapsed: 0.134 s org.eclipse.emf.cdo.tests.OCLQueryTest$Lazy.testMultipleQueries Time elapsed: 0.18 s org.eclipse.emf.cdo.tests.OCLQueryTest$Lazy.testNewObject Time elapsed: 0.12 s org.eclipse.emf.cdo.tests.OCLQueryTest$Lazy.testProductIterator Time elapsed: 0.125 s org.eclipse.emf.cdo.tests.OCLQueryTest$Lazy.testSelfNavigation Time elapsed: 0.113 s org.eclipse.emf.cdo.tests.OCLQueryTest$Lazy.testTransactionWithDetachedObject Time elapsed: 0.178 s org.eclipse.emf.cdo.tests.OCLQueryTest.testAllCustomers Time elapsed: 0.107 s org.eclipse.emf.cdo.tests.OCLQueryTest.testAllEObjects Time elapsed: 0.121 s org.eclipse.emf.cdo.tests.OCLQueryTest.testAllOrdersAndSubtypes Time elapsed: 0.111 s org.eclipse.emf.cdo.tests.OCLQueryTest.testAllProductNames Time elapsed: 0.128 s org.eclipse.emf.cdo.tests.OCLQueryTest.testAllProducts Time elapsed: 0.103 s org.eclipse.emf.cdo.tests.OCLQueryTest.testAllProductsWithName Time elapsed: 0.128 s org.eclipse.emf.cdo.tests.OCLQueryTest.testAllProductsWithNameParameter Time elapsed: 0.158 s org.eclipse.emf.cdo.tests.OCLQueryTest.testAllProductsWithVAT Time elapsed: 0.112 s org.eclipse.emf.cdo.tests.OCLQueryTest.testAllProductsWithVATParameter Time elapsed: 0.103 s org.eclipse.emf.cdo.tests.OCLQueryTest.testAuditWithDetachedObject Time elapsed: 0.167 s org.eclipse.emf.cdo.tests.OCLQueryTest.testDeletedObject Time elapsed: 0.165 s org.eclipse.emf.cdo.tests.OCLQueryTest.testDetachedObject Time elapsed: 0.114 s org.eclipse.emf.cdo.tests.OCLQueryTest.testDirtyObject Time elapsed: 0.113 s org.eclipse.emf.cdo.tests.OCLQueryTest.testMultipleQueries Time elapsed: 0.173 s org.eclipse.emf.cdo.tests.OCLQueryTest.testNewObject Time elapsed: 0.095 s org.eclipse.emf.cdo.tests.OCLQueryTest.testProductIterator Time elapsed: 0.097 s org.eclipse.emf.cdo.tests.OCLQueryTest.testSelfNavigation Time elapsed: 0.115 s org.eclipse.emf.cdo.tests.OCLQueryTest.testTransactionWithDetachedObject Time elapsed: 0.195 s org.eclipse.emf.cdo.tests.PackageRegistryTest.testCommitCircularPackages Time elapsed: 0.13 s org.eclipse.emf.cdo.tests.PackageRegistryTest.testCommitNestedPackages Time elapsed: 0.058 s org.eclipse.emf.cdo.tests.PackageRegistryTest.testCommitTopLevelPackages Time elapsed: 0.064 s org.eclipse.emf.cdo.tests.PackageRegistryTest.testCommitTwoPackages Time elapsed: 0.09 s org.eclipse.emf.cdo.tests.PackageRegistryTest.testCommitUnrelatedPackage Time elapsed: 0.108 s org.eclipse.emf.cdo.tests.PackageRegistryTest.testConcurrentPackageRegistration Time elapsed: 1.076 s org.eclipse.emf.cdo.tests.PackageRegistryTest.testConcurrentPackageRegistration2 Time elapsed: 0.075 s org.eclipse.emf.cdo.tests.PackageRegistryTest.testDuplicatePackageRegistration Time elapsed: 1.074 s org.eclipse.emf.cdo.tests.PackageRegistryTest.testDynamicPackageFactory Time elapsed: 0.083 s org.eclipse.emf.cdo.tests.PackageRegistryTest.testDynamicPackageLoaded Time elapsed: 0.075 s org.eclipse.emf.cdo.tests.PackageRegistryTest.testDynamicPackageNewInstance Time elapsed: 0.079 s org.eclipse.emf.cdo.tests.PackageRegistryTest.testGeneratedPackage Time elapsed: 0.077 s org.eclipse.emf.cdo.tests.PackageRegistryTest.testGlobalDynamicPackage Time elapsed: 0.056 s org.eclipse.emf.cdo.tests.PackageRegistryTest.testGlobalDynamicPackageEager Time elapsed: 0.067 s org.eclipse.emf.cdo.tests.PackageRegistryTest.testLaziness Time elapsed: 0.087 s org.eclipse.emf.cdo.tests.PackageRegistryTest.testLoadNestedPackages Time elapsed: 0.082 s org.eclipse.emf.cdo.tests.PackageRegistryTest.testPackageRegistry Time elapsed: 0.073 s org.eclipse.emf.cdo.tests.PackageRegistryTest.testPopulator Time elapsed: 0.069 s org.eclipse.emf.cdo.tests.PackageRegistryTest.testPopulatorGlobal Time elapsed: 0.067 s org.eclipse.emf.cdo.tests.PackageRegistryTest.testReuseCommittedPackage Time elapsed: 0.075 s org.eclipse.emf.cdo.tests.PackageRegistryTest.testSubclassCache Time elapsed: 0.055 s org.eclipse.emf.cdo.tests.PackageRegistryTest.testSubclassCacheInvalidation Time elapsed: 0.046 s org.eclipse.emf.cdo.tests.PartialCommitTest.testCheckWithoutCommit_exception Time elapsed: 0.08 s org.eclipse.emf.cdo.tests.PartialCommitTest.testCheckWithoutCommit_exceptionFast Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.PartialCommitTest.testCommittablesContainUncommittableObjects Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.PartialCommitTest.testDetach Time elapsed: 0.021 s org.eclipse.emf.cdo.tests.PartialCommitTest.testDetachSingleRef Time elapsed: 0.039 s org.eclipse.emf.cdo.tests.PartialCommitTest.testDetachSingleRef_containerOfDetachedObjectNotIncluded Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.PartialCommitTest.testDetachSingleRef_detachedObjectNotIncluded Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.PartialCommitTest.testDetach_containerOfDetachedObjectNotIncluded Time elapsed: 0.022 s org.eclipse.emf.cdo.tests.PartialCommitTest.testDetach_detachedObjectNotIncluded Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.PartialCommitTest.testDirty Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.PartialCommitTest.testDirtyMultiBidiChanged Time elapsed: 0.023 s org.eclipse.emf.cdo.tests.PartialCommitTest.testDirtyMultiBidiChanged_newTargetNotIncluded Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.PartialCommitTest.testDirtyMultiBidiChanged_oldTargetNotIncluded Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.PartialCommitTest.testDirtyMultiBidiNew Time elapsed: 0.022 s org.eclipse.emf.cdo.tests.PartialCommitTest.testDirtyMultiBidiNew_newtargetNotIncluded Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.PartialCommitTest.testDirtyMultiBidiRemoved Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.PartialCommitTest.testDirtyMultiBidiRemoved_oldTargetNotIncluded Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.PartialCommitTest.testDirtySingleBidiChanged Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.PartialCommitTest.testDirtySingleBidiChanged_newTargetNotIncluded Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.PartialCommitTest.testDirtySingleBidiChanged_oldTargetNotIncluded Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.PartialCommitTest.testDirtySingleBidiNew Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.PartialCommitTest.testDirtySingleBidiNew_newtargetNotIncluded Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.PartialCommitTest.testDirtySingleBidiRemoved Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.PartialCommitTest.testDirtySingleBidiRemoved_oldTargetNotIncluded Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.PartialCommitTest.testDoubleMove Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.PartialCommitTest.testIgnoreDanglingMultiRef_dirtyToDetached Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.PartialCommitTest.testIgnoreDanglingMultiRef_dirtyToTransient Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.PartialCommitTest.testIgnoreDanglingMultiRef_dirtyToTransient2 Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.PartialCommitTest.testIgnoreDanglingMultiRef_newToDetached Time elapsed: 0.023 s org.eclipse.emf.cdo.tests.PartialCommitTest.testIgnoreDanglingMultiRef_newToTransient Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.PartialCommitTest.testIgnoreDanglingSingleRef_dirtyToDetached Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.PartialCommitTest.testIgnoreDanglingSingleRef_dirtyToTransient Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.PartialCommitTest.testIgnoreDanglingSingleRef_dirtyToTransient2 Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.PartialCommitTest.testIgnoreDanglingSingleRef_newToDetached Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.PartialCommitTest.testIgnoreDanglingSingleRef_newToTransient Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.PartialCommitTest.testMove Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.PartialCommitTest.testMoveSingleRef Time elapsed: 0.022 s org.eclipse.emf.cdo.tests.PartialCommitTest.testMoveSingleRef_movedObjectNotIncluded Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.PartialCommitTest.testMoveSingleRef_newContainerNotIncluded Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.PartialCommitTest.testMoveSingleRef_oldContainerNotIncluded Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.PartialCommitTest.testMoveSingleRef_onlyMovedObjectIncluded Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.PartialCommitTest.testMoveSingleRef_onlyNewContainerIncluded Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.PartialCommitTest.testMoveSingleRef_onlyOldContainerIncluded Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.PartialCommitTest.testMove_movedObjectNotIncluded Time elapsed: 0.027 s org.eclipse.emf.cdo.tests.PartialCommitTest.testMove_newContainerNotIncluded Time elapsed: 0.019 s org.eclipse.emf.cdo.tests.PartialCommitTest.testMove_oldContainerNotIncluded Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.PartialCommitTest.testMove_onlyMovedObjectIncluded Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.PartialCommitTest.testMove_onlyNewContainerIncluded Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.PartialCommitTest.testMove_onlyOldContainerIncluded Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.PartialCommitTest.testMultiBidiOnNewObject Time elapsed: 0.023 s org.eclipse.emf.cdo.tests.PartialCommitTest.testMultiBidiOnNewObject_targetNotIncluded Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.PartialCommitTest.testMultiBidiOnRemovedObject Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.PartialCommitTest.testMultiBidiOnRemovedObject_targetNotIncluded Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.PartialCommitTest.testNew Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.PartialCommitTest.testNewNestedResource Time elapsed: 0.063 s org.eclipse.emf.cdo.tests.PartialCommitTest.testNewNestedResource_resourceFolderNotIncluded Time elapsed: 0.049 s org.eclipse.emf.cdo.tests.PartialCommitTest.testNewNestedResource_rootResourceNotIncluded Time elapsed: 0.059 s org.eclipse.emf.cdo.tests.PartialCommitTest.testNewSingle Time elapsed: 0.032 s org.eclipse.emf.cdo.tests.PartialCommitTest.testNewSingle_containerOfNewObjectNotIncluded Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.PartialCommitTest.testNewSingle_newObjectNotIncluded Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.PartialCommitTest.testNewTopLevel Time elapsed: 0.041 s org.eclipse.emf.cdo.tests.PartialCommitTest.testNewTopLevelResource Time elapsed: 0.053 s org.eclipse.emf.cdo.tests.PartialCommitTest.testNewTopLevelResource_rootResourceNotIncluded Time elapsed: 0.058 s org.eclipse.emf.cdo.tests.PartialCommitTest.testNewTopLevel_newObjectNotIncluded Time elapsed: 0.031 s org.eclipse.emf.cdo.tests.PartialCommitTest.testNewTopLevel_resourceNotIncluded Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.PartialCommitTest.testNew_containerOfNewObjectNotIncluded Time elapsed: 0.021 s org.eclipse.emf.cdo.tests.PartialCommitTest.testNew_newObjectNotIncluded Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.PartialCommitTest.testPartialCleanUp_detachedObjects Time elapsed: 0.036 s org.eclipse.emf.cdo.tests.PartialCommitTest.testPartialCleanUp_dirtyObjects Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.PartialCommitTest.testPartialCleanUp_newObjects Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.PartialCommitTest.testSingleBidiOnNewObject Time elapsed: 0.04 s org.eclipse.emf.cdo.tests.PartialCommitTest.testSingleBidiOnNewObject_targetNotIncluded Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.PartialCommitTest.testSingleBidiOnRemovedObject Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.PartialCommitTest.testSingleBidiOnRemovedObject_targetNotIncluded Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.PartialCommitTest.test_noCommittablesAfterCommit Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.PushTransactionTest.testAddNewHierarchy Time elapsed: 0.1 s org.eclipse.emf.cdo.tests.PushTransactionTest.testAddNewObjectInObject Time elapsed: 0.028 s org.eclipse.emf.cdo.tests.PushTransactionTest.testAddNewObjectInObjectBetweenReloadAndPush Time elapsed: 0.026 s org.eclipse.emf.cdo.tests.PushTransactionTest.testAddNewObjectInObjectTwiceBetweenReloadAndPush Time elapsed: 0.026 s org.eclipse.emf.cdo.tests.PushTransactionTest.testAddNewObjectInResource Time elapsed: 0.02 s org.eclipse.emf.cdo.tests.PushTransactionTest.testClearObjects Time elapsed: 0.034 s org.eclipse.emf.cdo.tests.PushTransactionTest.testConflictWithModifiedObject Time elapsed: 0.021 s org.eclipse.emf.cdo.tests.PushTransactionTest.testConflictWithRemovedObject Time elapsed: 0.02 s org.eclipse.emf.cdo.tests.PushTransactionTest.testDeleteExistingObject Time elapsed: 0.018 s org.eclipse.emf.cdo.tests.PushTransactionTest.testMoveObject Time elapsed: 0.019 s org.eclipse.emf.cdo.tests.PushTransactionTest.testUnsetValue Time elapsed: 0.023 s org.eclipse.emf.cdo.tests.PushTransactionTest.testUnsetValueWithoutPushTX Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.PushTransactionTest.testUpdateExistingObject Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.PushTransactionWithoutReconstructSavepointsTest.testAddNewHierarchy Time elapsed: 0.021 s org.eclipse.emf.cdo.tests.PushTransactionWithoutReconstructSavepointsTest.testAddNewObjectInObject Time elapsed: 0.018 s org.eclipse.emf.cdo.tests.PushTransactionWithoutReconstructSavepointsTest.testAddNewObjectInObjectBetweenReloadAndPush Time elapsed: 0.023 s org.eclipse.emf.cdo.tests.PushTransactionWithoutReconstructSavepointsTest.testAddNewObjectInObjectTwiceBetweenReloadAndPush Time elapsed: 0.021 s org.eclipse.emf.cdo.tests.PushTransactionWithoutReconstructSavepointsTest.testAddNewObjectInResource Time elapsed: 0.018 s org.eclipse.emf.cdo.tests.PushTransactionWithoutReconstructSavepointsTest.testClearObjects Time elapsed: 0.018 s org.eclipse.emf.cdo.tests.PushTransactionWithoutReconstructSavepointsTest.testConflictWithModifiedObject Time elapsed: 0.019 s org.eclipse.emf.cdo.tests.PushTransactionWithoutReconstructSavepointsTest.testConflictWithRemovedObject Time elapsed: 0.027 s org.eclipse.emf.cdo.tests.PushTransactionWithoutReconstructSavepointsTest.testDeleteExistingObject Time elapsed: 0.018 s org.eclipse.emf.cdo.tests.PushTransactionWithoutReconstructSavepointsTest.testMoveObject Time elapsed: 0.018 s org.eclipse.emf.cdo.tests.PushTransactionWithoutReconstructSavepointsTest.testUnsetValue Time elapsed: 0.019 s org.eclipse.emf.cdo.tests.PushTransactionWithoutReconstructSavepointsTest.testUnsetValueWithoutPushTX Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.PushTransactionWithoutReconstructSavepointsTest.testUpdateExistingObject Time elapsed: 0.032 s org.eclipse.emf.cdo.tests.RepositoryTest.testInsertProperties Time elapsed: 0.004 s org.eclipse.emf.cdo.tests.RepositoryTest.testLastCommitTime Time elapsed: 0.028 s org.eclipse.emf.cdo.tests.RepositoryTest.testObjectWriteAccessHandler Time elapsed: 0.02 s org.eclipse.emf.cdo.tests.RepositoryTest.testReadAccessHandlers Time elapsed: 0.114 s org.eclipse.emf.cdo.tests.RepositoryTest.testRemoveProperties Time elapsed: 0.005 s org.eclipse.emf.cdo.tests.RepositoryTest.testSessionClosed Time elapsed: 0.11 s org.eclipse.emf.cdo.tests.RepositoryTest.testUpdateProperties Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.RepositoryTest.testWriteAccessHandlers Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.RepositoryTest.testWriteAccessHandlers_WithServerCDOView Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.ResourceModificationTrackingTest.testIgnoreChangesBeforeTrackingEnablement Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.ResourceModificationTrackingTest.testNewResourceModificationTracking Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.ResourceModificationTrackingTest.testNewResourceModificationTracking2 Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.ResourceModificationTrackingTest.testPartialRollbackOperation Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.ResourceModificationTrackingTest.testResourceModificationTracking Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.ResourceModificationTrackingTest.testResourceModificationTracking2 Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.ResourceModificationTrackingTest.testResourceModificationTrackingNotification Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.ResourceModificationTrackingTest.testRollbackOperation Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.ResourceTest.testAttachDetachResourceDepth1_Delete Time elapsed: 0.04 s org.eclipse.emf.cdo.tests.ResourceTest.testAttachDetachResourceDepth1_Remove Time elapsed: 0.045 s org.eclipse.emf.cdo.tests.ResourceTest.testAttachDetachResourceDepth2_Delete Time elapsed: 0.042 s org.eclipse.emf.cdo.tests.ResourceTest.testAttachDetachResourceDepth2_Remove Time elapsed: 0.042 s org.eclipse.emf.cdo.tests.ResourceTest.testAttachDetachResourceDepth3_Delete Time elapsed: 0.047 s org.eclipse.emf.cdo.tests.ResourceTest.testAttachDetachResourceDepth3_Remove Time elapsed: 0.043 s org.eclipse.emf.cdo.tests.ResourceTest.testAttachDetachResourceDepth3_Remove_Tree Time elapsed: 0.057 s org.eclipse.emf.cdo.tests.ResourceTest.testAttachResource Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.ResourceTest.testBinaryResource Time elapsed: 0.117 s org.eclipse.emf.cdo.tests.ResourceTest.testChangePathFromDepth0ToDepth0 Time elapsed: 0.052 s org.eclipse.emf.cdo.tests.ResourceTest.testChangePathFromDepth0ToDepth1 Time elapsed: 0.06 s org.eclipse.emf.cdo.tests.ResourceTest.testChangePathFromDepth0ToDepth2 Time elapsed: 0.057 s org.eclipse.emf.cdo.tests.ResourceTest.testChangePathFromDepth0ToDepth3 Time elapsed: 0.068 s org.eclipse.emf.cdo.tests.ResourceTest.testChangePathFromDepth3ToDepth0 Time elapsed: 0.057 s org.eclipse.emf.cdo.tests.ResourceTest.testChangePathFromDepth3ToDepth1 Time elapsed: 0.063 s org.eclipse.emf.cdo.tests.ResourceTest.testChangePathFromDepth3ToDepth2 Time elapsed: 0.059 s org.eclipse.emf.cdo.tests.ResourceTest.testChangePathFromDepth3ToDepth3 Time elapsed: 0.067 s org.eclipse.emf.cdo.tests.ResourceTest.testChangeResourceFolderURI Time elapsed: 0.051 s org.eclipse.emf.cdo.tests.ResourceTest.testChangeResourceURI Time elapsed: 0.043 s org.eclipse.emf.cdo.tests.ResourceTest.testCommitMultipleResources Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.ResourceTest.testCreateNestedResource_FromResourceSet Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.ResourceTest.testCreateResource_FromResourceSet Time elapsed: 0.041 s org.eclipse.emf.cdo.tests.ResourceTest.testCreateResource_FromTransaction Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.ResourceTest.testCreateResource_WithDeepPath Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.ResourceTest.testDeleteResource Time elapsed: 0.026 s org.eclipse.emf.cdo.tests.ResourceTest.testDeleteResourceDifferentSession Time elapsed: 0.034 s org.eclipse.emf.cdo.tests.ResourceTest.testDeleteResourceDifferentSessionFresh Time elapsed: 0.02 s org.eclipse.emf.cdo.tests.ResourceTest.testDeleteResourceFolder Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.ResourceTest.testDeleteResourceFolderDifferentSession Time elapsed: 0.018 s org.eclipse.emf.cdo.tests.ResourceTest.testDeleteResourceFolderDifferentSessionFresh Time elapsed: 0.018 s org.eclipse.emf.cdo.tests.ResourceTest.testDeleteResourceFolderFresh Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.ResourceTest.testDeleteResourceFresh Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.ResourceTest.testDeleteResourceFromRoot Time elapsed: 0.055 s org.eclipse.emf.cdo.tests.ResourceTest.testDuplicatePathAfterDetach Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.ResourceTest.testGetResourceNodeContract Time elapsed: 0.005 s org.eclipse.emf.cdo.tests.ResourceTest.testLoadAbsentResource_FromResourceSet Time elapsed: 0.005 s org.eclipse.emf.cdo.tests.ResourceTest.testLoadMultipleResources Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.ResourceTest.testMove Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.ResourceTest.testMoveConflict Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.ResourceTest.testMoveFromRoot Time elapsed: 0.038 s org.eclipse.emf.cdo.tests.ResourceTest.testMoveToRoot Time elapsed: 0.047 s org.eclipse.emf.cdo.tests.ResourceTest.testNameChecks Time elapsed: 0.036 s org.eclipse.emf.cdo.tests.ResourceTest.testNoUneededResourcesLoadOnMove Time elapsed: 0.023 s org.eclipse.emf.cdo.tests.ResourceTest.testPathNotNull Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.ResourceTest.testPathWithSpaces Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.ResourceTest.testPrefetchContents Time elapsed: 0.038 s org.eclipse.emf.cdo.tests.ResourceTest.testQueryModifiedResources Time elapsed: 0.082 s org.eclipse.emf.cdo.tests.ResourceTest.testQueryModifiedResourcesAsync Time elapsed: 0.048 s org.eclipse.emf.cdo.tests.ResourceTest.testQueryResources Time elapsed: 0.053 s org.eclipse.emf.cdo.tests.ResourceTest.testQueryResourcesAsync Time elapsed: 0.036 s org.eclipse.emf.cdo.tests.ResourceTest.testRemoveResourceByIndex Time elapsed: 0.1 s org.eclipse.emf.cdo.tests.ResourceTest.testRemoveResourceWithCloseView Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.ResourceTest.testRootResourceFromURI Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.ResourceTest.testSaveXMI_WithXRef Time elapsed: 0.028 s org.eclipse.emf.cdo.tests.ResourceTest.testSaveXMI_WithXRef_OtherResource Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.ResourceTest.testSetFolder Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.ResourceTest.testSetFolderConflict Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.ResourceTest.testSetPathConflict Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.ResourceTest.testTextResource Time elapsed: 2.543 s org.eclipse.emf.cdo.tests.RevisionDeltaCascadingBranchesTest.testBasicRevisionDelta Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.RevisionDeltaCascadingBranchesTest.testBugzilla214374 Time elapsed: 0.019 s org.eclipse.emf.cdo.tests.RevisionDeltaCascadingBranchesTest.testBugzilla214374_HandleClear Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.RevisionDeltaCascadingBranchesTest.testBugzilla214431 Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.RevisionDeltaCascadingBranchesTest.testBugzilla243282_Exception Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.RevisionDeltaCascadingBranchesTest.testDetachWithXRef Time elapsed: 0.03 s org.eclipse.emf.cdo.tests.RevisionDeltaCascadingBranchesTest.testDetachWithXRef_Remove Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.RevisionDeltaCascadingBranchesTest.testInsertAndMove Time elapsed: 0.072 s org.eclipse.emf.cdo.tests.RevisionDeltaCascadingBranchesTest.testInsertAndMoveAndRemove Time elapsed: 0.064 s org.eclipse.emf.cdo.tests.RevisionDeltaCascadingBranchesTest.testInsertAndRemove Time elapsed: 0.089 s org.eclipse.emf.cdo.tests.RevisionDeltaCascadingBranchesTest.testInsertAndSet Time elapsed: 0.099 s org.eclipse.emf.cdo.tests.RevisionDeltaCascadingBranchesTest.testListInsertFirst Time elapsed: 0.081 s org.eclipse.emf.cdo.tests.RevisionDeltaCascadingBranchesTest.testListInsertLast Time elapsed: 0.062 s org.eclipse.emf.cdo.tests.RevisionDeltaCascadingBranchesTest.testListInsertMiddle Time elapsed: 0.073 s org.eclipse.emf.cdo.tests.RevisionDeltaCascadingBranchesTest.testListMoveToFirst Time elapsed: 0.069 s org.eclipse.emf.cdo.tests.RevisionDeltaCascadingBranchesTest.testListMoveToLast Time elapsed: 0.075 s org.eclipse.emf.cdo.tests.RevisionDeltaCascadingBranchesTest.testListMultipleOps Time elapsed: 0.077 s org.eclipse.emf.cdo.tests.RevisionDeltaCascadingBranchesTest.testListMultipleOpsWithClear Time elapsed: 0.091 s org.eclipse.emf.cdo.tests.RevisionDeltaCascadingBranchesTest.testListRemoveFirst Time elapsed: 0.081 s org.eclipse.emf.cdo.tests.RevisionDeltaCascadingBranchesTest.testListRemoveLast Time elapsed: 0.068 s org.eclipse.emf.cdo.tests.RevisionDeltaCascadingBranchesTest.testListRemoveMiddle Time elapsed: 0.064 s org.eclipse.emf.cdo.tests.RevisionDeltaCascadingBranchesTest.testListSimpleMove Time elapsed: 0.071 s org.eclipse.emf.cdo.tests.RevisionDeltaCascadingBranchesTest.testListTwoIndependentMoves Time elapsed: 0.072 s org.eclipse.emf.cdo.tests.RevisionDeltaCascadingBranchesTest.testListTwoIntersectingMoves Time elapsed: 0.073 s org.eclipse.emf.cdo.tests.RevisionDeltaCascadingBranchesTest.testMoveAndDelete Time elapsed: 0.072 s org.eclipse.emf.cdo.tests.RevisionDeltaCascadingBranchesTest.testMultipleInserts Time elapsed: 0.083 s org.eclipse.emf.cdo.tests.RevisionDeltaCascadingBranchesTest.testMultipleRemoves Time elapsed: 0.086 s org.eclipse.emf.cdo.tests.RevisionDeltaCascadingBranchesTest.testSetAndRemove Time elapsed: 0.094 s org.eclipse.emf.cdo.tests.RevisionDeltaInBranchTest.testBasicRevisionDelta Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.RevisionDeltaInBranchTest.testBugzilla214374 Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.RevisionDeltaInBranchTest.testBugzilla214374_HandleClear Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.RevisionDeltaInBranchTest.testBugzilla214431 Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.RevisionDeltaInBranchTest.testBugzilla243282_Exception Time elapsed: 0.02 s org.eclipse.emf.cdo.tests.RevisionDeltaInBranchTest.testDetachWithXRef Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.RevisionDeltaInBranchTest.testDetachWithXRef_Remove Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.RevisionDeltaInBranchTest.testInsertAndMove Time elapsed: 0.042 s org.eclipse.emf.cdo.tests.RevisionDeltaInBranchTest.testInsertAndMoveAndRemove Time elapsed: 0.041 s org.eclipse.emf.cdo.tests.RevisionDeltaInBranchTest.testInsertAndRemove Time elapsed: 0.042 s org.eclipse.emf.cdo.tests.RevisionDeltaInBranchTest.testInsertAndSet Time elapsed: 0.052 s org.eclipse.emf.cdo.tests.RevisionDeltaInBranchTest.testListInsertFirst Time elapsed: 0.041 s org.eclipse.emf.cdo.tests.RevisionDeltaInBranchTest.testListInsertLast Time elapsed: 0.039 s org.eclipse.emf.cdo.tests.RevisionDeltaInBranchTest.testListInsertMiddle Time elapsed: 0.048 s org.eclipse.emf.cdo.tests.RevisionDeltaInBranchTest.testListMoveToFirst Time elapsed: 0.041 s org.eclipse.emf.cdo.tests.RevisionDeltaInBranchTest.testListMoveToLast Time elapsed: 0.05 s org.eclipse.emf.cdo.tests.RevisionDeltaInBranchTest.testListMultipleOps Time elapsed: 0.047 s org.eclipse.emf.cdo.tests.RevisionDeltaInBranchTest.testListMultipleOpsWithClear Time elapsed: 0.05 s org.eclipse.emf.cdo.tests.RevisionDeltaInBranchTest.testListRemoveFirst Time elapsed: 0.042 s org.eclipse.emf.cdo.tests.RevisionDeltaInBranchTest.testListRemoveLast Time elapsed: 0.05 s org.eclipse.emf.cdo.tests.RevisionDeltaInBranchTest.testListRemoveMiddle Time elapsed: 0.042 s org.eclipse.emf.cdo.tests.RevisionDeltaInBranchTest.testListSimpleMove Time elapsed: 0.045 s org.eclipse.emf.cdo.tests.RevisionDeltaInBranchTest.testListTwoIndependentMoves Time elapsed: 0.041 s org.eclipse.emf.cdo.tests.RevisionDeltaInBranchTest.testListTwoIntersectingMoves Time elapsed: 0.042 s org.eclipse.emf.cdo.tests.RevisionDeltaInBranchTest.testMoveAndDelete Time elapsed: 0.041 s org.eclipse.emf.cdo.tests.RevisionDeltaInBranchTest.testMultipleInserts Time elapsed: 0.045 s org.eclipse.emf.cdo.tests.RevisionDeltaInBranchTest.testMultipleRemoves Time elapsed: 0.048 s org.eclipse.emf.cdo.tests.RevisionDeltaInBranchTest.testSetAndRemove Time elapsed: 0.046 s org.eclipse.emf.cdo.tests.RevisionDeltaTest.testBasicRevisionDelta Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.RevisionDeltaTest.testBugzilla214374 Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.RevisionDeltaTest.testBugzilla214374_HandleClear Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.RevisionDeltaTest.testBugzilla214431 Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.RevisionDeltaTest.testBugzilla243282_Exception Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.RevisionDeltaTest.testDetachWithXRef Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.RevisionDeltaTest.testDetachWithXRef_Remove Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.RevisionDeltaTest.testInsertAndMove Time elapsed: 0.026 s org.eclipse.emf.cdo.tests.RevisionDeltaTest.testInsertAndMoveAndRemove Time elapsed: 0.032 s org.eclipse.emf.cdo.tests.RevisionDeltaTest.testInsertAndRemove Time elapsed: 0.03 s org.eclipse.emf.cdo.tests.RevisionDeltaTest.testInsertAndSet Time elapsed: 0.031 s org.eclipse.emf.cdo.tests.RevisionDeltaTest.testListInsertFirst Time elapsed: 0.029 s org.eclipse.emf.cdo.tests.RevisionDeltaTest.testListInsertLast Time elapsed: 0.024 s org.eclipse.emf.cdo.tests.RevisionDeltaTest.testListInsertMiddle Time elapsed: 0.028 s org.eclipse.emf.cdo.tests.RevisionDeltaTest.testListMoveToFirst Time elapsed: 0.024 s org.eclipse.emf.cdo.tests.RevisionDeltaTest.testListMoveToLast Time elapsed: 0.031 s org.eclipse.emf.cdo.tests.RevisionDeltaTest.testListMultipleOps Time elapsed: 0.027 s org.eclipse.emf.cdo.tests.RevisionDeltaTest.testListMultipleOpsWithClear Time elapsed: 0.029 s org.eclipse.emf.cdo.tests.RevisionDeltaTest.testListRemoveFirst Time elapsed: 0.028 s org.eclipse.emf.cdo.tests.RevisionDeltaTest.testListRemoveLast Time elapsed: 0.024 s org.eclipse.emf.cdo.tests.RevisionDeltaTest.testListRemoveMiddle Time elapsed: 0.025 s org.eclipse.emf.cdo.tests.RevisionDeltaTest.testListSimpleMove Time elapsed: 0.025 s org.eclipse.emf.cdo.tests.RevisionDeltaTest.testListTwoIndependentMoves Time elapsed: 0.026 s org.eclipse.emf.cdo.tests.RevisionDeltaTest.testListTwoIntersectingMoves Time elapsed: 0.024 s org.eclipse.emf.cdo.tests.RevisionDeltaTest.testMoveAndDelete Time elapsed: 0.024 s org.eclipse.emf.cdo.tests.RevisionDeltaTest.testMultipleInserts Time elapsed: 0.026 s org.eclipse.emf.cdo.tests.RevisionDeltaTest.testMultipleRemoves Time elapsed: 0.032 s org.eclipse.emf.cdo.tests.RevisionDeltaTest.testSetAndRemove Time elapsed: 0.1 s org.eclipse.emf.cdo.tests.RollbackTest.testRollbackSameSession Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.RollbackTest.testRollbackSeparateSession Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.RollbackTest.test_Bugzilla_296680 Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.SavePointTest.testIsDirty Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.SavePointTest.testNotification Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.SavePointTest.testRollbackWithNewObject_Collection Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.SavePointTest.testRollbackWithNewObject_Commit Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.SavePointTest.testRollbackWithNewObject_Rollback Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.SavePointTest.testRollbackWithPersistedObject_Commit Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.SavePointTest.testRollbackWithPersistedObject_Rollback Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.SavePointTest.testWrongSavePoint Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.SecurityTest.testAndFilter Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.SecurityTest.testNotFilter Time elapsed: 0.004 s org.eclipse.emf.cdo.tests.SecurityTest.testOrFilter Time elapsed: 0.005 s org.eclipse.emf.cdo.tests.SecurityTest.testResourceFilter_EXACT_NoParents Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.SecurityTest.testResourceFilter_EXACT_Parents Time elapsed: 0.004 s org.eclipse.emf.cdo.tests.SecurityTest.testResourceFilter_TREE_NoParents Time elapsed: 0.004 s org.eclipse.emf.cdo.tests.SecurityTest.testResourceFilter_TREE_Parents Time elapsed: 0.003 s org.eclipse.emf.cdo.tests.SecurityTest.testResourceFilter_UserToken_EXACT_NoParents Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.SecurityTest.testResourceFilter_UserToken_EXACT_Parents Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.SecurityTest.testResourceFilter_UserToken_TREE_NoParents Time elapsed: 0.005 s org.eclipse.emf.cdo.tests.SecurityTest.testResourceFilter_UserToken_TREE_Parents Time elapsed: 0.005 s org.eclipse.emf.cdo.tests.SessionTest.testEContentAdapter Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.SessionTest.testIsSupportingAudits Time elapsed: 0.005 s org.eclipse.emf.cdo.tests.SessionTest.testLastUpdateLocal Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.SessionTest.testLastUpdateRemote Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.SessionTest.testNoAuthentication Time elapsed: 0.036 s org.eclipse.emf.cdo.tests.SessionTest.testProtocolTimeoutChangedEvent Time elapsed: 0.048 s org.eclipse.emf.cdo.tests.SessionTest.testRefresh Time elapsed: 0.03 s org.eclipse.emf.cdo.tests.SessionTest.testRefreshWithPackages Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.SessionTest.testRepositoryNotFound Time elapsed: 0.605 s org.eclipse.emf.cdo.tests.SessionTest.testSetProtocolTimeout Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.SessionTest.testWaitForUpdateLocal Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.SessionTest.testWaitForUpdateRemote Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.SessionTest.testWithAuthentication Time elapsed: 0.087 s org.eclipse.emf.cdo.tests.SessionTest.testWithAuthenticationNoCredentials Time elapsed: 0.07 s org.eclipse.emf.cdo.tests.SessionTest.testWithAuthenticationNoCredentialsProvider Time elapsed: 0.071 s org.eclipse.emf.cdo.tests.SessionTest.testWithAuthenticationNoPassword Time elapsed: 0.094 s org.eclipse.emf.cdo.tests.SessionTest.testWithAuthenticationNoUserID Time elapsed: 0.07 s org.eclipse.emf.cdo.tests.SessionTest.testWithAuthenticationWrongCredentials Time elapsed: 0.089 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableBooleanNoDefault Time elapsed: 0.084 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableBooleanNoDefault2 Time elapsed: 0.021 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableBooleanNoDefault_SetDefault Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableByteNoDefault Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableByteNoDefault2 Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableByteNoDefault_SetDefault Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableCharNoDefault Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableCharNoDefault2 Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableCharNoDefault_SetDefault Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableDateNoDefault Time elapsed: 0.024 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableDateNoDefault_SetDefault Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableDoubleNoDefault Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableDoubleNoDefault2 Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableDoubleNoDefault_SetDefault Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableFloatNoDefault Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableFloatNoDefault2 Time elapsed: 0.028 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableFloatNoDefault_SetDefault Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableIntNoDefault Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableIntNoDefault2 Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableIntNoDefault_SetDefault Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableLongNoDefault Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableLongNoDefault2 Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableLongNoDefault_SetDefault Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableShortNoDefault Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableShortNoDefault2 Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableShortNoDefault_SetDefault Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableStringNoDefault Time elapsed: 0.019 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableStringNoDefault2 Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableStringNoDefault_SetDefault Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableVATNoDefault Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableVATNoDefault_SetDefault Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableWithDefaultBoolean Time elapsed: 0.024 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableWithDefaultBoolean2 Time elapsed: 0.027 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableWithDefaultBoolean_SetDefault Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableWithDefaultByte Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableWithDefaultByte2 Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableWithDefaultByte_SetDefault Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableWithDefaultChar Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableWithDefaultChar_SetDefault Time elapsed: 0.019 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableWithDefaultChart2 Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableWithDefaultDate Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableWithDefaultDate_SetDefault Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableWithDefaultDouble Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableWithDefaultDouble2 Time elapsed: 0.044 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableWithDefaultDouble_SetDefault Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableWithDefaultVAT Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableWithDefaultVAT_SetDefault Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableBooleanNoDefault Time elapsed: 0.02 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableBooleanNoDefault2 Time elapsed: 0.037 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableBooleanNoDefault_SetDefault Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableByteNoDefault Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableByteNoDefault2 Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableByteNoDefault_SetDefault Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableCharNoDefault Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableCharNoDefault2 Time elapsed: 0.027 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableCharNoDefault_SetDefault Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableDateNoDefault Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableDateNoDefault_SetDefault Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableDoubleNoDefault Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableDoubleNoDefault2 Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableDoubleNoDefault_SetDefault Time elapsed: 0.022 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableFloatNoDefault Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableFloatNoDefault2 Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableFloatNoDefault_SetDefault Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableIntNoDefault Time elapsed: 0.024 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableIntNoDefault2 Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableIntNoDefault_SetDefault Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableLongNoDefault Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableShortNoDefault Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableShortNoDefault2 Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableShortNoDefault_SetDefault Time elapsed: 0.029 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableStringNoDefault Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableStringNoDefault2 Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableStringNoDefault_SetDefault Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableVATNoDefault Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableVATNoDefault_SetDefault Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableWithDefaultBoolean Time elapsed: 0.03 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableWithDefaultBoolean2 Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableWithDefaultByte Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableWithDefaultByte2 Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableWithDefaultByte_SetDefault Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableWithDefaultChar Time elapsed: 0.024 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableWithDefaultCharNo Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableWithDefaultChar_SetDefault Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableWithDefaultDate Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableWithDefaultDate_SetDefault Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableWithDefaultDouble Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableWithDefaultDouble2 Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableWithDefaultDouble_SetDefault Time elapsed: 0.018 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableWithDefaultFloat Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableWithDefaultFloat2 Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableWithDefaultFloat_SetDefault Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableWithDefaultInt Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableWithDefaultInt2 Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableWithDefaultInt_SetDefault Time elapsed: 0.024 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableWithDefaultLong Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableWithDefaultShort Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableWithDefaultShort2 Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableWithDefaultShort_SetDefault Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableWithDefaultString Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableWithDefaultString2 Time elapsed: 0.024 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableWithDefaultString_SetDefault Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableWithDefaultVAT Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableWithDefaultVAT_SetDefault Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.StateMachineTest.test_NEW_with_ATTACH Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.StateMachineTest.test_NEW_with_COMMIT Time elapsed: 0.003 s org.eclipse.emf.cdo.tests.StateMachineTest.test_NEW_with_INVALIDATE Time elapsed: 0.003 s org.eclipse.emf.cdo.tests.StateMachineTest.test_NEW_with_READ Time elapsed: 0.003 s org.eclipse.emf.cdo.tests.StateMachineTest.test_NEW_with_ROLLBACK Time elapsed: 0.003 s org.eclipse.emf.cdo.tests.StateMachineTest.test_NEW_with_WRITE Time elapsed: 0.003 s org.eclipse.emf.cdo.tests.StateMachineTest.test_PREPARED_with_ATTACH Time elapsed: 0.004 s org.eclipse.emf.cdo.tests.StateMachineTest.test_PREPARED_with_DETACH Time elapsed: 0.004 s org.eclipse.emf.cdo.tests.StateMachineTest.test_PREPARED_with_INVALIDATE Time elapsed: 0.004 s org.eclipse.emf.cdo.tests.StateMachineTest.test_PREPARED_with_READ Time elapsed: 0.004 s org.eclipse.emf.cdo.tests.StateMachineTest.test_PREPARED_with_ROLLBACK Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.StateMachineTest.test_PREPARED_with_WRITE Time elapsed: 0.004 s org.eclipse.emf.cdo.tests.StateMachineTest.test_REATTACH Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.StateMachineTest.test_TRANSIENT_with_ATTACH Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.StateMachineTest.test_TRANSIENT_with_INVALIDATE Time elapsed: 0.003 s org.eclipse.emf.cdo.tests.StateMachineTest.test_TRANSIENT_with_READ Time elapsed: 0.003 s org.eclipse.emf.cdo.tests.StateMachineTest.test_TRANSIENT_with_ROLLBACK Time elapsed: 0.004 s org.eclipse.emf.cdo.tests.StateMachineTest.test_TRANSIENT_with_WRITE Time elapsed: 0.003 s org.eclipse.emf.cdo.tests.StickyViewsTest.test_changeName Time elapsed: 0.042 s org.eclipse.emf.cdo.tests.StickyViewsTest.test_detachedCommittedObject Time elapsed: 0.032 s org.eclipse.emf.cdo.tests.StickyViewsTest.test_dirtyCommittedObject Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.StickyViewsTest.test_newCommittedObject Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.StickyViewsTest.test_otherSessionCommittedLatest Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.StickyViewsTest.test_refresh Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.StickyViewsTest.test_removeFirst Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.StickyViewsTest.test_removeLast Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.TransactionHandlerTest.testAsyncTransactionHandler Time elapsed: 0.321 s org.eclipse.emf.cdo.tests.TransactionHandlerTest.testAttachingObject Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.TransactionHandlerTest.testAttachingObjectVeto Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.TransactionHandlerTest.testAttachingResourceVeto Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.TransactionHandlerTest.testCommitting Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.TransactionHandlerTest.testDetachingObject Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.TransactionHandlerTest.testDetachingObjectVeto Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.TransactionHandlerTest.testModifyingObject Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.TransactionHandlerTest.testModifyingObjectVeto Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.TransactionHandlerTest.testModifyingResourceVeto Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.TransactionHandlerTest.testRollbacked Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.TransactionTest.testAutoRollbackOnConflictEvent Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.TransactionTest.testCommitAfterClose Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.TransactionTest.testCommitManyTransactionsMultiThread Time elapsed: 0.658 s org.eclipse.emf.cdo.tests.TransactionTest.testCommitRedundantChanges Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.TransactionTest.testCreateManySessions Time elapsed: 0.361 s org.eclipse.emf.cdo.tests.TransactionTest.testCreateManySessionsAndTransactionsMultiThread Time elapsed: 0.462 s org.eclipse.emf.cdo.tests.TransactionTest.testCreateManyTransactions Time elapsed: 0.212 s org.eclipse.emf.cdo.tests.TransactionTest.testLastUpdateTime Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.TransactionTest.testLongCommit Time elapsed: 3.009 s org.eclipse.emf.cdo.tests.TransactionTest.testManualRollbackOnConflictException Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.TransactionTest.testPushModeDeltas Time elapsed: 0.018 s org.eclipse.emf.cdo.tests.TransactionTest.testPushModeNewObjects Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.TransactionTest.testReattachCommit Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.TransactionTest.testReattachCommitWithSavepoints Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.TransactionTest.testReattachModifyCommit Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.TransactionTest.testReattachModifyCommitWithSavepoints Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.TransactionTest.testRevertTo Time elapsed: 0.061 s org.eclipse.emf.cdo.tests.TransactionTest.testRollbackWithNotification Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.UnsetTest.testIsSetBoolean Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.UnsetTest.testIsSetByte Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.UnsetTest.testIsSetChar Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.UnsetTest.testIsSetDate Time elapsed: 0.034 s org.eclipse.emf.cdo.tests.UnsetTest.testIsSetDouble Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.UnsetTest.testIsSetElement Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.UnsetTest.testIsSetFloat Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.UnsetTest.testIsSetLong Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.UnsetTest.testIsSetMultipleTimes Time elapsed: 0.02 s org.eclipse.emf.cdo.tests.UnsetTest.testIsSetShort Time elapsed: 0.028 s org.eclipse.emf.cdo.tests.UnsetTest.testIsSetString Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.UnsetTest.testIsSetVAT Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.UnsetTest.testReadDefaultValue Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.UnsetTest.testUnsetNonDefaultValue Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.UnsetTest.testUnsettableBaseTypeVsObjectType Time elapsed: 0.022 s org.eclipse.emf.cdo.tests.UnsetTest.testUnsettableObject Time elapsed: 0.022 s org.eclipse.emf.cdo.tests.UnsetTest.testWriteDefaultValue Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.UnsetTest.testWriteNonDefaultValue Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.ViewProviderTest.testConnectionAware Time elapsed: 0.035 s org.eclipse.emf.cdo.tests.ViewProviderTest.testNet4jViewProvider Time elapsed: 0.004 s org.eclipse.emf.cdo.tests.ViewProviderTest.testNormal Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.ViewProviderTest.testPluginViewProvider Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.ViewProviderTest.testSerialize Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.ViewProviderTest.testURIs Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.ViewTest.testCacheReferences Time elapsed: 0.023 s org.eclipse.emf.cdo.tests.ViewTest.testContextify Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.ViewTest.testContextifyDifferentRepository Time elapsed: 0.071 s org.eclipse.emf.cdo.tests.ViewTest.testContextifySameRepository Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.ViewTest.testDeactivateWithSession Time elapsed: 0.005 s org.eclipse.emf.cdo.tests.ViewTest.testExternalResourceSet Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.ViewTest.testGetOrCreateResource Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.ViewTest.testHasResource Time elapsed: 0.02 s org.eclipse.emf.cdo.tests.ViewTest.testIsObjectRegisteredWithNull Time elapsed: 0.005 s org.eclipse.emf.cdo.tests.ViewTest.testNonUniqueResourceContents Time elapsed: 0.027 s org.eclipse.emf.cdo.tests.ViewTest.testUniqueResourceContents Time elapsed: 0.024 s org.eclipse.emf.cdo.tests.ViewTest.testViewNotifiesDeactivation Time elapsed: 0.005 s org.eclipse.emf.cdo.tests.XATransactionTest.testCommitFromTransactionDisabled Time elapsed: 0.067 s org.eclipse.emf.cdo.tests.XATransactionTest.testRollback Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.XATransactionTest.testRollback_AfterSetpoint Time elapsed: 0.03 s org.eclipse.emf.cdo.tests.XATransactionTest.test_ExceptionInReadingStream Time elapsed: 0.046 s org.eclipse.emf.cdo.tests.XRefTest.testCrossReferenceMultivalueEReferenceQuery Time elapsed: 0.027 s org.eclipse.emf.cdo.tests.XRefTest.testLocallyDetachedTarget Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.XRefTest.testSpecificReferences0 Time elapsed: 0.039 s org.eclipse.emf.cdo.tests.XRefTest.testSpecificReferences1 Time elapsed: 0.029 s org.eclipse.emf.cdo.tests.XRefTest.testSpecificReferences2 Time elapsed: 0.031 s org.eclipse.emf.cdo.tests.XRefTest.testXRefsToMany Time elapsed: 0.042 s org.eclipse.emf.cdo.tests.XRefTest.testXRefsToOne Time elapsed: 0.031 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_241464_Test.testBugzilla_241464 Time elapsed: 2.015 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_243310_Test.testBugzilla_243310 Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_246442_Test.testBugzilla_246442 Time elapsed: 0.022 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_246622_Test.testContainerAndMany Time elapsed: 0.044 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_246622_Test.testSet Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_247141_Test.testBehaviorOnUncommittedObjects Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_247141_Test.testContentAdapterBehavior Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_248124_Test.testBugzilla_248124_getResourceWithCommit Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_248124_Test.testBugzilla_248124_getResourceWithoutCommit Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_248124_Test.testBugzilla_248124_hasResourceWithCommit Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_248124_Test.testBugzilla_248124_hasResourceWithoutCommit Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_248915_Test.testBugzilla_248915_DuplicateID Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_248915_Test.testBugzilla_248915_IncompleteResource Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_250036_Test.testBugzilla_250036_Invalidation Time elapsed: 0.033 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_250757_Test.testAddAndModifyAndRemoveFromPersistedList Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_250757_Test.testAddAndMoveAndRemoveFromPersistedList Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_250757_Test.testAddAndMoveAndRemoveFromPersistedListWithManySavePoint Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_250757_Test.testAddAndMoveAndRemoveFromPersistedListWithSavePoint Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_250757_Test.testAddAndRemoveFromPersistedList Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_250910_Test.testBugzilla_250910 Time elapsed: 0.105 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_251087_Test.testSubscription Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_251263_Test.testEOpposite_AdjustMany Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_251263_Test.testEOpposite_AdjustMany_Persisted Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_251263_Test.testEOpposite_AdjustSingleRef Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_251263_Test.testEOpposite_AdjustSingleRef_NoCommit Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_251544_Test.testFromPersistedToTransient Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_251544_Test.testFromTransientToPersisted Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_251752_Test.testBug_251752 Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_251752_Test.testBug_251752_XA Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_252214_Test.testBugzilla_252214 Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_252909_Test.testBugzilla_252909 Time elapsed: 0.029 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_254489_Test.testBugzilla_254489 Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_255662_Test.testBugzilla_255662 Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_256141_Test.testBugzilla_256141 Time elapsed: 0.024 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_258278_Test.testBugzilla_258278 Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_258850_Test.testBugzilla_258278 Time elapsed: 0.005 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_258933_Test.testBugzilla_258278_List Time elapsed: 0.021 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_258933_Test.testBugzilla_258933 Time elapsed: 0.022 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_258933_Test.testBugzilla_258933_SetToDefaultValue Time elapsed: 0.022 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_258933_Test.testBugzilla_258933_String Time elapsed: 0.023 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_258933_Test.testBugzilla_258933_String_SetToDefaultValue Time elapsed: 0.024 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_258933_Test.testBugzilla_258933_String_SetToDefaultValue_unsettable Time elapsed: 0.022 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_258933_Test.testBugzilla_258933_String_SetToNull Time elapsed: 0.024 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_258933_Test.testBugzilla_258933_String_SetToNull_unsettable Time elapsed: 0.022 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_258933_Test.testBugzilla_258933_String_unsettable Time elapsed: 0.022 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_259695_Test.testBugzilla_259695_ClassCast Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_259949_Test.testBugzilla_259949 Time elapsed: 0.023 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_260764_Test.testBugzilla_260764 Time elapsed: 0.024 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_261218_Test.testBugzilla_261218_Containment Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_265114_Test.testResourceSet Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_266857_Test.testBugzilla_266857 Time elapsed: 0.02 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_266982_Test.testBugzilla_266982 Time elapsed: 0.803 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_267050_Test.testBugzilla_267050 Time elapsed: 0.068 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_270429_Test.testTwoWayReferenceDeletion Time elapsed: 0.048 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_272861_Test.test_Bugzilla_271861_Case1 Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_273233_Test.test_Bugzilla_273233_Simple Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_273233_Test.test_Bugzilla_273233_TwoSessions Time elapsed: 0.019 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_273233_Test.test_Bugzilla_273233_TwoSessionsWithClearCache Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_273565_Test.testBugzilla_273565_NoThreads Time elapsed: 5.013 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_273758_Test.test_export_resource_contents Time elapsed: 0.024 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_276696_Test.testModifiedUnset Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_278900_Test.testBugzilla_278900 Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_279565_Test.testBugzilla_279565 Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_279565_Test.testBugzilla_279565_AddedFromRemote Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_279565_Test.testBugzilla_279565_OwnResourceSet Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_279565_Test.testBugzilla_279565_TXListener Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_279982_Test.testBugzilla_279982_Multi Time elapsed: 0.05 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_279982_Test.testBugzilla_279982_Multi_RevisionPrefetchingPolicy Time elapsed: 0.02 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_279982_Test.testBugzilla_279982_Single Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_280102_Test.testRootResourceInReadOnlyView Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_280102_Test.testRootResourceInTransaction Time elapsed: 0.005 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_283131_Test.testRollbackManyConflictNotification Time elapsed: 0.044 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_283131_Test.testRollbackManyNotification Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_283131_Test.testRollbackSingleAddNotification Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_283131_Test.testRollbackSingleConflictNotification Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_283131_Test.testRollbackSingleNotification Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_283131_Test.testRollbackSingleRemoveNotification Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_283985_1_Test.testAddRemoveSequence Time elapsed: 0.023 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_283985_1_Test.testBugzilla283985_DragAndDropMultiple Time elapsed: 0.048 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_283985_1_Test.testBugzilla283985_DragAndDropMultipleMultiparent Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_283985_1_Test.testBugzilla283985_DragAndDropSingle Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_283985_1_Test.testBugzilla283985_PlainMultiple Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_283985_1_Test.testBugzilla283985_PlainSingle Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_283985_1_Test.testBugzilla283985_RemoveAndAddMultiple Time elapsed: 0.02 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_283985_1_Test.testBugzilla283985_RemoveAndAddSingle Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_283985_1_Test.testCanDaDmoreThanOnce Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_283985_1_Test.testCanReattachDirtyObject Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_283985_1_Test.testEReferencesCorrupted Time elapsed: 0.02 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_283985_2_Test.testMoveOnce Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_283985_2_Test.testMoveOnceAndBack Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_283985_3_Test.test1 Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_283985_3_Test.test2 Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_283985_3_Test.test3 Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_283985_3_Test.test4 Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_285008_Test.testCDO_crossReferences Time elapsed: 0.027 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_285008_Test.testCDO_isSet Time elapsed: 0.028 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_293283_Test.test1 Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_293283_Test.test2 Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_293283_Test.test3 Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_293283_Test.test4 Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_293283_Test.test5 Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_293283_Test.test6 Time elapsed: 0.036 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_294859_Test.test Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_296561_Test.testBugzilla_296561 Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_296561_Test.testBugzilla_296561__checkTransactionObjects Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_297491_Test.testCreateAndChangeTags Time elapsed: 0.196 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_297491_Test.testLoadTags Time elapsed: 0.047 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_298561_Test.testDirty Time elapsed: 0.042 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_298561_Test.testDirtyMulti Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_298561_Test.testNew Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_298561_Test.testNewMulti Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_299190_Test.testGenRefSingleContainedUnidirectionalCDO Time elapsed: 0.024 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_299190_Test.testGenRefSingleContainedUnidirectionalResourceFirstCDO Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_302233_Test.testRemove Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_302233_Test.testUnset Time elapsed: 0.025 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_302233_Test.testUnset2 Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_302414_Test.test1 Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_302414_Test.test2 Time elapsed: 0.062 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_303466_Test.test_badUris Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_303466_Test.test_missingDependency Time elapsed: 0.079 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_303807_Test.testBugzilla_303807 Time elapsed: 0.018 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_305527_Test.testAvoidReferencingDifferentViews Time elapsed: 0.02 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_306710_Test.testBugzilla_306710_addRemove Time elapsed: 0.047 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_306710_Test.testBugzilla_306710_remove Time elapsed: 0.023 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_306998_Test.testInalidEENumLiteral Time elapsed: 0.02 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_306998_Test.testValidEENumLiteral Time elapsed: 0.019 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_308895_Test.testCustomDefaultDefault Time elapsed: 0.023 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_308895_Test.testCustomDefaultInvalidLiteral Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_308895_Test.testCustomDefaultLiteral Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_308895_Test.testCustomRegular Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_310574_Test.testAddAndModifyAndRemoveFromPersistedList Time elapsed: 0.021 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_310574_Test.testAddAndRemoveWithNull Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_310574_Test.testAddMoveMoveRemove Time elapsed: 0.029 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_310574_Test.testAddRemoveWithAdditionalAdds Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_310574_Test.testAddRemoveWithAdditionalMoves Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_310574_Test.testListChanges01 Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_310574_Test.testListChanges02 Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_310574_Test.testListChanges03 Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_310574_Test.testListChanges04 Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_310574_Test.testListChanges05 Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_310574_Test.testListChanges06 Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_310574_Test.testListChanges07 Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_310574_Test.testMultipleMove Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_310574_Test.testOptimizeAddAndRemove Time elapsed: 0.02 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_310574_Test.testOptimizeAddRemove Time elapsed: 0.029 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_310574_Test.testOptimizeInterleavedAddMoveAndRemove Time elapsed: 0.032 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_310574_Test.testOptimizeInterleavedAddRemove Time elapsed: 0.023 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_310574_Test.testOptimizeMove Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_310574_Test.testRemoveAdd Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_310574_Test.testRemoveFromContainerThenFromReferenceList Time elapsed: 0.03 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_313326_Test.testNotificationBuilderBranch Time elapsed: 0.55 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_313913_Test.testAccessOldValue Time elapsed: 0.144 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_314186_Test.testEMFCompliance Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_314264_Test.testMerge Time elapsed: 0.029 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_314264_Test.testMerge10 Time elapsed: 0.083 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_314264_Test.testNotificationBuilderTest Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_315026_Test.test Time elapsed: 0.02 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_315043_Test.testReloadingRevisions Time elapsed: 0.034 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_316145_Test.testRevisionInListNull Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_316273_Test.testXRef_Many Time elapsed: 0.023 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_316273_Test.testXRef_Single Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_316434_Test.testInitial Time elapsed: 0.091 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_316444_Test.testLockParentWithEAttributeChange Time elapsed: 0.051 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_318518_Test.testCorrectNumberOfFeatureDeltas Time elapsed: 1.608 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_318844_Test.test Time elapsed: 0.022 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_318876_Test.test Time elapsed: 0.023 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_318919_Test.testPrefetchObject Time elapsed: 0.031 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_318919_Test.testPrefetchResource_CLEAN Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_318919_Test.testPrefetchResource_PROXY Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_318998_Test.testQueryXRefMany Time elapsed: 0.081 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_318998_Test.testQueryXRefSingle Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_319836_Test.testNodeMovesInTreeCreatesCycle Time elapsed: 0.066 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_319836_Test.testNodeMovesInTreeDuplicatesNode Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_319836_Test.testNodeMovesInTreeEatsNode Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_320690_Test.testDeleteTarget Time elapsed: 0.063 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_320690_Test.testDeleteTargetAndReferenceAtOnce Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_320690_Test.testDeleteTargetRemoveAndAddReference Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_320690_Test.testLockRefTargets Time elapsed: 0.05 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_320837_Test.testLoadContainedBeforeContainer Time elapsed: 0.067 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_321699_Test.test Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_321986_Test.testRollback Time elapsed: 0.225 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_322218_Test.testMyEnumList Time elapsed: 0.027 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_322218_Test.testMyEnumList2 Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_322218_Test.testMyEnumList2PCL Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_322218_Test.testMyEnumList3 Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_322218_Test.testMyEnumList3PCL Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_322218_Test.testMyEnumList3PCL_Reload Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_322218_Test.testMyEnumListPCL Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_322218_Test.testMyEnumListUnsettable Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_322218_Test.testMyEnumListUnsettable2 Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_322218_Test.testMyEnumListUnsettable2PCL Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_322218_Test.testMyEnumListUnsettable3 Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_322218_Test.testMyEnumListUnsettable3PCL Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_322218_Test.testMyEnumListUnsettable3PCL_Reload Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_322218_Test.testMyEnumListUnsettablePCL Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_322754_Test.testResourceDelete Time elapsed: 0.021 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_322754_Test.testResourceDeleteWithDanglingReferences Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_322804_Test.testAddElementToCustomTypedList Time elapsed: 0.027 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_323930_Test.testAddXRefByReplace Time elapsed: 0.061 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_323930_Test.testAddXRefByReplace_PrecedingAdd Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_323930_Test.testChangeIndexesInSourceList Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_323930_Test.testChangeIndexesInTargetList Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_323930_Test.testRemoveXRefByReplace Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_323930_Test.testRemoveXRefByReplace_PrecedingAdd Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_323958_Test.testAdditionFromTransactionHandler Time elapsed: 0.116 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_323958_Test.testModificationFromTransactionHandler Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_324084_Test.testXRefMergeManyValueTest Time elapsed: 2.073 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_324084_Test.testXRefMergeSingleValueTest Time elapsed: 2.027 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_324544_Test.testCommitRefresh Time elapsed: 0.059 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_324585_Test.testUpdate Time elapsed: 1.845 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_324635_Test.testTargetGoalDeltaVersion Time elapsed: 0.077 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_324756_Test.testReattachBranchVersion Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_324756_Test.testReattachBranchVersion2 Time elapsed: 0.018 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_325603_Test.testModifyResource Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_325866_Test.testXRefReattachBranch Time elapsed: 2.096 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_325866_Test.testXRefReattachBranchLevel2 Time elapsed: 2.024 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_326518_Test.testIndexBranchMerge Time elapsed: 2.03 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_326743_Test.testDefaultValue Time elapsed: 0.057 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_327604_Test.testReadObjects Time elapsed: 0.133 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_328790_Test.test_newThenAdd1 Time elapsed: 0.051 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_328790_Test.test_newThenAdd2 Time elapsed: 0.023 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_328790_Test.test_newThenClear Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_329752_Test.testLoadContainedBeforeContainer Time elapsed: 0.034 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_329869_Test.testDuplicateID Time elapsed: 0.036 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_330052_Test.test_auditView Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_330052_Test.test_otherView Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_331619_Test.testAbstractXRef Time elapsed: 0.041 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_333157_Test.testResourceFolderUpdate Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_333950_Test.testOpposites Time elapsed: 0.025 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_334608_Test.testOpposites Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_334995_Test.testRename Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_334995_Test.testURIClash Time elapsed: 0.031 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_335004_Test.testDuplicatePackageInSystem Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_335772_Test.testMapEntryAddition Time elapsed: 0.004 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_335772_Test.testMapEntryAdditionPersistence Time elapsed: 0.02 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_335772_Test.testMapEntryReplacement Time elapsed: 0.003 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_335772_Test.testMapEntryReplacementPersistence Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_336314_Test.test1 Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_336314_Test.test2 Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_336382_Test.testPromoteToBranch Time elapsed: 0.094 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_336590_Test.test Time elapsed: 0.024 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_337054_Test.testCDOElementProxies Time elapsed: 0.069 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_337523_Test.testRootResource_loadByID Time elapsed: 0.005 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_337587_Test.testRevisionCompare Time elapsed: 0.023 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_338779_Test.test_passiveUpdate_additions Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_338779_Test.test_passiveUpdate_changes Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_338779_Test.test_passiveUpdate_invalidations Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_338779_Test.test_refresh Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_338884_Test.test_canHandleUnset Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_338884_Test.test_multi Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_338884_Test.test_nonBidiMultiRef_newTarget Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_338884_Test.test_nonBidiSingleRef_newTarget Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_338884_Test.test_single Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_338921_Test.testLoadResourceAfterClearOnCleanResourceSet Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_338921_Test.testLoadResourceAfterClearOnDirtyResourceSet Time elapsed: 0.023 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_338921_Test.testLoadResourceAfterSingleRemoval Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_338921_Test.testRemoveDirtyResourceOnResourceSetWithMultipleResource Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_338921_Test.testRemoveDirtyResourceOnResourceSetWithSingleResource Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_339313_Test.test Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_339461_Test.test Time elapsed: 0.023 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_339908_Test.testIDAttribute Time elapsed: 0.033 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_340961_Test.testMultiUserWork Time elapsed: 0.095 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_340961_Test.testObjectChildren Time elapsed: 0.099 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_341875_Test.test Time elapsed: 0.042 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_341995_Test.test Time elapsed: 2.048 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_342130_Test.test Time elapsed: 0.02 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_342135_Test.testDetachedCommitInfo Time elapsed: 0.023 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_343084_Test.testPermissionManagerNONE Time elapsed: 0.125 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_343084_Test.testPermissionManagerREAD Time elapsed: 0.132 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_343084_Test.testPermissionManagerWRITE Time elapsed: 0.13 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_343332_Test.test Time elapsed: 0.086 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_343471_Test.test Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_347964_Test.testIndexDeletion Time elapsed: 0.063 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_349793_Test.testOpeningTransactionDuringInvalidation Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_349804_Test.testDeadlockWithLocking Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_349804_Test.testInvalidation Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_350027_Test.testMoveFromLeftToRight Time elapsed: 0.003 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_350137_Test.testDefault Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_350137_Test.testExplicitZero Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_350987_Test.testRestoringReferences Time elapsed: 0.027 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_351067_Test.testCommitBlob Time elapsed: 0.043 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_351096_Test.testCommit2Blob Time elapsed: 0.019 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_351096_Test.testCommit2Clob Time elapsed: 0.04 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_351393_Test.testExtRef Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_351921_Test.testDefaultValueNull Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_352204_Test.testWithReconstructSavepoints Time elapsed: 0.132 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_352204_Test.testWithoutReconstructSavepoints Time elapsed: 0.029 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_352303_Test.testReadBlob Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_352832_Test.testNewSingle Time elapsed: 0.04 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_354395_Test.testContains Time elapsed: 0.019 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_354395_Test.testIndexOf Time elapsed: 0.019 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_355045_Test.testLockOnCommitOfSingleNewObject Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_355045_Test.testRecursiveLockOfObjectsTreeContainingASubTreeOfNewObjects Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_355045_Test.testRecursiveLockOnCommitOfNewObjectsTree Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_359669_Test.testReloadFromIndex Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_359669_Test.testReloadFromIndexComplex Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_359966_Test.testWithReconstructSavepoints Time elapsed: 0.035 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_359966_Test.testWithoutPushTransaction Time elapsed: 0.018 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_359966_Test.testWithoutReconstructSavepoints Time elapsed: 0.026 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_361819_Test.testDoubleRefreshBug Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_362270_Test.testNotifierNotACDOLegacyAdapter Time elapsed: 0.095 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_362270b_Test.testRollback Time elapsed: 0.026 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_362270c_Test.testNotifierNotACDOLegacyAdapter Time elapsed: 0.045 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_362293_Test.testNewSingle Time elapsed: 0.019 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_363287_Test.testDetach Time elapsed: 0.018 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_363355_Test.testCDOTransactionDirtyOnInvalidation Time elapsed: 0.024 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_363355_Test.testCannotModifyFrozenRevisionOnInvalidation Time elapsed: 0.026 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_365204_Test.testAuditViewTimeSwitch Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_365832_Test.testWithReconstructSavepoints Time elapsed: 0.027 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_365832_Test.testWithoutPushTransaction Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_365832_Test.testWithoutReconstructSavepoints Time elapsed: 0.022 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_367738_Test.testOldValue_Attribute Time elapsed: 0.018 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_367738_Test.testOldValue_ContainmentControl Time elapsed: 0.029 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_367738_Test.testOldValue_ContainmentDetach Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_367738_Test.testOldValue_ContainmentMove Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_367738_Test.testOldValue_ContainmentUncontrol Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_367738_Test.testOldValue_XRef Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_369646_Test.testSetBranchWithPCL Time elapsed: 0.024 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_369646_Test.testSetBranchWithSubBranches Time elapsed: 0.02 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_370105_Test.testInsertInListOf5thSubBranch Time elapsed: 0.103 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_372307_Test.testMoveElementToOtherContainer Time elapsed: 0.033 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_372307_Test.testMoveElementToOtherContainerSingleValued Time elapsed: 0.019 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_373096_Test.testDragAndDrop Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_374418_Test.testControlUncontrol Time elapsed: 0.027 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_376075_Test.testTransientPut Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_376075_Test.testTransientRemove Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_376610_Test.testRemoveAllEnumLiterals Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_376610_Test.testRemoveOneEnumLiteral Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_376620b_Test.testBoolean Time elapsed: 0.032 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_376620b_Test.testByte Time elapsed: 0.019 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_376620b_Test.testChar Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_376620b_Test.testDouble Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_376620b_Test.testFloat Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_376620b_Test.testInt Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_376620b_Test.testLong Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_376620b_Test.testShort Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_377173_Test.testCancelCommitWithProgressMonitor Time elapsed: 2.134 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_377212_Test.testBalancedTree Time elapsed: 5.573 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_377212_Test.testBalancedTreeLocked Time elapsed: 3.018 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_381395_Test.testAdapterAddAfterCDOServerShutdown Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_381395_Test.testAdapterAddAfterCDOViewClosed Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_381395_Test.testAdapterRemoveAfterCDOServerShutdown Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_381395_Test.testAdapterRemoveAfterCDOViewClosed Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_381472_Test.testCreateRepo Time elapsed: 0.131 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_381472_Test.testCreateRepoWithPropertiesCDOID Time elapsed: 0.084 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_381472_Test.testCreateRepoWithPropertiesEmpty Time elapsed: 0.081 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_381472_Test.testCreateRepoWithPropertiesPrimitive Time elapsed: 0.082 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_381472_Test.testCreateRepoWrongHandlerType Time elapsed: 0.14 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_381472_Test.testDeleteRepo Time elapsed: 0.044 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_381472_Test.testDeleteRepoWrongHandlerType Time elapsed: 0.141 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_381472_Test.testInitial Time elapsed: 0.04 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_381472_Test.testRepoAdded Time elapsed: 0.068 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_381472_Test.testRepoAddedAdded Time elapsed: 0.148 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_381472_Test.testRepoAddedEvent Time elapsed: 0.128 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_381472_Test.testRepoAddedRemoved Time elapsed: 0.096 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_381472_Test.testRepoAddedRemovedAdded Time elapsed: 0.112 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_381472_Test.testRepoAddedRemovedAddedOther Time elapsed: 0.089 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_381472_Test.testRepoRemovedEvent Time elapsed: 0.035 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_381472_Test.testRepoStateChangedEvent Time elapsed: 0.049 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_381472_Test.testRepoTypeChangedEvent Time elapsed: 0.045 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_383370_Test.testSecondLevel Time elapsed: 0.053 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_383370_Test.testSecondLevelWithChildren Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_383370_Test.testTopLevel Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_383370_Test.testTopLevelWithChildren Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_384496_Test.testSimplest Time elapsed: 0.026 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_385268_Test.testDetachment Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_385268_Test.testReattachment Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_385268_Test.testReattachment2 Time elapsed: 0.114 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_387563_Test.testPartialLockOnCommit Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_387563_Test.testPartialUnlockOnCommit Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_387563b_Test.testExplicitLockingAndUnlockingOfNewObject Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_387563b_Test.testExplicitLockingOfNewObject Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_387563b_Test.testExplicitLockingOfNewObjectExemption Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_387563b_Test.testNoImplicitLockingOfNewObject Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_387564_Test.testLockEventAfterInvalidationEventDifferentSession Time elapsed: 1.014 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_387564_Test.testLockEventAfterInvalidationEventSameSession Time elapsed: 1.013 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_390185_Test.testInvalidationDeadlock Time elapsed: 0.298 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_390283_Test.testAddAfterRemove Time elapsed: 0.046 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_390283_Test.testRemoveFromMiddle Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_392956_Test.testPartialPersistence Time elapsed: 0.05 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_395685_Test.testCorrectOldValue Time elapsed: 0.021 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_395999_Test.testTwiceGetCDOResourceOnResourceSetImpl Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_395999_Test.testTwiceGetXMIResourceOnResourceSetImpl Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_396181_Test.testCreatePersist Time elapsed: 0.028 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_397232_Test.testLoadNotification Time elapsed: 0.018 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_397822_Test.testClear_attribute Time elapsed: 0.021 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_397822_Test.testRemoveAll_attribute Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_397822_Test.testRemoveAll_containment Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_399279_Test.testRemoveAdapterViewsClosedAndResourcesRemoved Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_399279_Test.testRemoveAdapterWhileResourcesStillLoaded Time elapsed: 0.019 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_399279_Test.testRemoveAdapterWhileViewStillOpen Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_399470_Test.testUnload Time elapsed: 0.025 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_399487_Test.testCommitSafeChanges Time elapsed: 0.282 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_399487_Test.testGroupInheritanceCycle Time elapsed: 0.178 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_399487_Test.testRemoveAdministratorAccess Time elapsed: 0.163 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_399641_Test.testContainerAwareFactories Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_399641_Test.testNet4jSessionFactory Time elapsed: 0.003 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_399956_Test.testDetachment Time elapsed: 0.073 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_400236_Test.testCommit Time elapsed: 0.038 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_400311_Test.testOneFeature Time elapsed: 0.03 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_400311_Test.testTwoFeaturesUndoOne Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_400311b_Test.testTouchModificationDoNotMakeObjectsDirtyOnMultiValuedAttribute Time elapsed: 0.024 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_400311b_Test.testTouchModificationDoNotMakeObjectsDirtyOnMultiValuedAttributeMove Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_400311b_Test.testTouchModificationDoNotMakeObjectsDirtyOnMultiValuedEnum Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_400311b_Test.testTouchModificationDoNotMakeObjectsDirtyOnMultiValuedEnumMove Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_400311b_Test.testTouchModificationDoNotMakeObjectsDirtyOnMultiValuedReference Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_400311b_Test.testTouchModificationDoNotMakeObjectsDirtyOnMultiValuedReferenceMove Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_400311b_Test.testTouchModificationDoNotMakeObjectsDirtyOnSingleValuedAttribute Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_400311b_Test.testTouchModificationDoNotMakeObjectsDirtyOnSingleValuedEnum Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_400311b_Test.testTouchModificationDoNotMakeObjectsDirtyOnSingleValuedReference Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_400311b_Test.testUndoRevertsToCleanStateOnComplexModifications Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_400311b_Test.testUndoRevertsToCleanStateOnMultiValuedAttribute Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_400311b_Test.testUndoRevertsToCleanStateOnMultiValuedAttributeMove Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_400311b_Test.testUndoRevertsToCleanStateOnMultiValuedEnum Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_400311b_Test.testUndoRevertsToCleanStateOnMultiValuedEnumMove Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_400311b_Test.testUndoRevertsToCleanStateOnMultiValuedReference Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_400311b_Test.testUndoRevertsToCleanStateOnMultiValuedReferenceMove Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_400311b_Test.testUndoRevertsToCleanStateOnObjectCreation Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_400311b_Test.testUndoRevertsToCleanStateOnObjectDeletion Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_400311b_Test.testUndoRevertsToCleanStateOnSingleValuedAttribute Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_400311b_Test.testUndoRevertsToCleanStateOnSingleValuedEnum Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_400311b_Test.testUndoRevertsToCleanStateOnSingleValuedReference Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_402142_Test.testCheckLockByOther Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_402142_Test.testCheckLockByOtherAfterLockUnlock Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_402142_Test.testLockUnlockOnElementMovedBetweenResources Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_402670_Test.testRollbackOfBooleanValueChange Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_404318_Test.testUnloadedEClass Time elapsed: 0.02 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_405191_Test.testAllTypesSetAndDefault Time elapsed: 0.027 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_405191_Test.testAllTypesSetAndDefaultEMF Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_405191_Test.testAllTypesSetAndNull Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_405191_Test.testAllTypesSetAndUnset Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_405191_Test.testSetNonDefaultNullString Time elapsed: 0.038 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_405400_Test.testRecreateCDOResource Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_405400_Test.testRecreateCDOResourceSeparateSession Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_405543_Test.testIsSetOnUnsettableReference Time elapsed: 0.029 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_405543_Test.testIsSetOnUnsettableReference2 Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_405543_Test.testIsUnsetOnUnsettableReference Time elapsed: 0.028 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_405606_Test.testUnchunkedRevisionWithPCL Time elapsed: 0.024 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_405850_Test.testIndexOutOfBounds Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_407157_Test.testUndoRedo Time elapsed: 0.039 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_408534_Test.testListElementMove Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_409284_Test.testContainmentCycle Time elapsed: 0.022 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_409287_Test.testListenersOnRollback Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_411927_Test.testWithFailureAfterTimeStamp Time elapsed: 10.777 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_411927_Test.testWithFailureBeforeTimeStamp Time elapsed: 0.818 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_411927_Test.testWithoutFailure Time elapsed: 0.289 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_415415_Test.testStaleReferenceRemove_FromLocallyDirtyObjectToRemotelyDetachedObject Time elapsed: 0.026 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_415415_Test.testStaleReferenceRemove_FromRemotelyDirtyObjectToLocallyDetachedObject Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_415836_Test.testCDOTransaction_GetOrCreateBinaryResourceWithEmptyResourcePath Time elapsed: 0.004 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_415836_Test.testCDOTransaction_GetOrCreateBinaryResourceWithExistingResourceAndTimeoutException Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_415836_Test.testCDOTransaction_GetOrCreateBinaryResourceWithNullResourcePath Time elapsed: 0.024 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_415836_Test.testCDOTransaction_GetOrCreateResourceFolderWithEmptyResourcePath Time elapsed: 0.005 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_415836_Test.testCDOTransaction_GetOrCreateResourceFolderWithExistingResourceAndTimeoutException Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_415836_Test.testCDOTransaction_GetOrCreateResourceFolderWithNullResourcePath Time elapsed: 0.005 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_415836_Test.testCDOTransaction_GetOrCreateResourceWithEmptyResourcePath Time elapsed: 0.005 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_415836_Test.testCDOTransaction_GetOrCreateResourceWithExistingResourceAndTimeoutException Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_415836_Test.testCDOTransaction_GetOrCreateResourceWithNullResourcePath Time elapsed: 0.005 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_415836_Test.testCDOTransaction_GetOrCreateTextResourceWithEmptyResourcePath Time elapsed: 0.005 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_415836_Test.testCDOTransaction_GetOrCreateTextResourceWithExistingResourceAndTimeoutException Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_415836_Test.testCDOTransaction_GetOrCreateTextResourceWithNullResourcePath Time elapsed: 0.005 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_415836_Test.testEnableDisableTimeoutException Time elapsed: 0.005 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_416298_Test.testGetSetFolderPath Time elapsed: 0.023 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_416298_Test.testGetSetResourcePath Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_416298_Test.testGetSetResourceURI Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_416366_Test.testImplicitEObjectFeatures Time elapsed: 0.04 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_416474_Test.testAllProperContentsNoTypeFilter Time elapsed: 0.072 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_416474_Test.testAllProperContentsTypeFilter Time elapsed: 0.039 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_416474_Test.testMatchesAnyStringAttribute Time elapsed: 0.057 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_416555_Test.testQueryInstances Time elapsed: 0.038 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_416555_Test.testQueryInstancesAsync Time elapsed: 0.04 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_417483_Test.testCommit_NoPermission Time elapsed: 0.205 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_417483_Test.testCommit_ReadPermission Time elapsed: 0.2 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_417483_Test.testCommit_WritePermission Time elapsed: 0.219 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_417483_Test.testLoad_NoPermission Time elapsed: 0.238 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_417483_Test.testLoad_ReadPermission Time elapsed: 0.222 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_417483_Test.testPassiveUpdates_Additions Time elapsed: 0.21 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_417483_Test.testPassiveUpdates_Additions_WithEditingDomain Time elapsed: 0.213 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_417483_Test.testPassiveUpdates_Changes Time elapsed: 0.232 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_417483_Test.testPassiveUpdates_Changes_WithEditingDomain Time elapsed: 0.207 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_417483_Test.testPassiveUpdates_Invalidations Time elapsed: 0.2 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_417483_Test.testPassiveUpdates_InvalidationsWithEditingDomain Time elapsed: 0.205 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_417483_Test.testRemoveUser Time elapsed: 0.228 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_417782_Test.testEObjectReference Time elapsed: 0.059 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_417844_Test.testInvalidationRunnerLifecycle Time elapsed: 0.51 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_418267_Test.testMoveFromNoneToNone Time elapsed: 0.199 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_418267_Test.testMoveFromNoneToRead Time elapsed: 0.219 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_418267_Test.testMoveFromNoneToWrite Time elapsed: 0.195 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_418267_Test.testMoveFromReadToNone Time elapsed: 0.235 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_418267_Test.testMoveFromReadToRead Time elapsed: 0.243 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_418267_Test.testMoveFromReadToWrite Time elapsed: 0.229 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_418267_Test.testMoveFromWriteToNone Time elapsed: 0.247 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_418267_Test.testMoveFromWriteToRead Time elapsed: 0.258 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_418267_Test.testMoveFromWriteToWrite Time elapsed: 0.2 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_419574_Test.testConflict Time elapsed: 0.074 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_419962_Test.testConflict Time elapsed: 0.033 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_421287_Test.testAsyncQueryForUnknownEClass Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_421287_Test.testSyncQueryForUnknownEClass Time elapsed: 0.004 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_422170_Test.testPermissionsWithDetachedObject Time elapsed: 0.219 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_423699_Test.testUnlockDeletedElementsWithDurableLockingAndAutoReleaseLocks Time elapsed: 0.076 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_423699_Test.testUnlockDeletedElementsWithDurableLockingAndNoAutoReleaseLocks Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_423699_Test.testUnlockDeletedElementsWithNoDurableLockingAndAutoReleaseLocks Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_423699_Test.testUnlockDeletedElementsWithNoDurableLockingAndNoAutoReleaseLocks Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_427773_Test.testParallelAuthenticatedSessionOpening Time elapsed: 0.045 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_429659_Test.testUnsetOnNonUnsettableMultiValuedFeatureCDOResource Time elapsed: 0.063 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_429659_Test.testUnsetOnNonUnsettableMultiValuedFeatureXMIResource Time elapsed: 0.004 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_429659_Test.testUnsetOnNonUnsettableSingleValuedAttributeCDOResource Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_429659_Test.testUnsetOnNonUnsettableSingleValuedAttributeXMIResource Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_429659_Test.testUnsetOnUnsettableMultiValuedFeatureCDOResource Time elapsed: 0.026 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_429659_Test.testUnsetOnUnsettableMultiValuedFeatureXMIResource Time elapsed: 0.005 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_429659_Test.testUnsetOnUnsettableSingleValuedAttributeCDOResource Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_429659_Test.testUnsetOnUnsettableSingleValuedAttributeXMIResource Time elapsed: 0.004 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_429709_Test.testContainmentAddAddSet Time elapsed: 0.027 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_429709_Test.testContainmentAddSet Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_429709_Test.testContainmentSetSet Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_430251_Test.testMemoryLeakOnResourceSet Time elapsed: 0.005 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_430794_Test.testConflictResolutionWithSavepoint Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_430836_Test.testXRefQueryOnBranchOtherThenMain Time elapsed: 0.034 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_435198_Test.testAbstractCDOView_GetObjectWithCDOResourceId_ResourceSetAddition Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_435198_Test.testAbstractCDOView_GetObject_ResourceSetAddition Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_435198_Test.testAbstractCDOView_GetResource_ResourceSetAddition Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_436246_Test.testCDORevisionCDOFetchRuleOnOtherBranchWithChanges Time elapsed: 0.095 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_436246_Test.testCDORevisionPrefetchOnMainBranch Time elapsed: 0.069 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_436246_Test.testCDORevisionPrefetchOnOtherBranch Time elapsed: 0.071 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_436246_Test.testCDORevisionPrefetchOnOtherBranchWithChanges Time elapsed: 0.088 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_438682_Test.testUnsetNonUnsettableFeatureAndCommit Time elapsed: 0.042 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_438682_Test.testUnsetUnsettableFeatureAndCommit Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_439173_Test.testSwitchTargetVersion Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_439173_Test.testSwitchTargetVersionResourceID Time elapsed: 0.021 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_439337_Test.testCDOLockStateWithPrefetch Time elapsed: 1.025 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_439337_Test.testCDOLockStateWithoutPrefetch Time elapsed: 0.02 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_441136_Test.testRequestWithMonitoringWithProgressMonitor Time elapsed: 5.01 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_441136_Test.testRequestWithMonitoringWithoutProgressMonitor Time elapsed: 5.021 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_442178_Test.testCDORevisionUtil_GetResourceNodePath_WithCDOResource Time elapsed: 0.043 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_442178_Test.testCDORevisionUtil_GetResourceNodePath_WithCDOResourceFolder Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_442178_Test.testCDORevisionUtil_GetResourceNodePath_WithNotRootCDOObject Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_442178_Test.testCDORevisionUtil_GetResourceNodePath_WithNotRootCDOObjectInFragmentedResource Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_442178_Test.testCDORevisionUtil_GetResourceNodePath_WithRootCDOObject Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_442178_Test.testCDORevisionUtil_GetResourceNodePath_WithRootCDOObjectInFragmentedResource Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_443281_Test.testCDOResource_setURI Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_443281_Test.testXMIResource_setURI Time elapsed: 0.004 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_447593_Test.testTwiceCDOTransactionSetBranch Time elapsed: 0.02 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_447912_Test.testCDOBranch_getBranches Time elapsed: 0.05 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_449171_Test.testCommitNotificationIndicationCDOCommitInfoDecoding Time elapsed: 0.039 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_449665_Test.testCDOObject_GetLockState Time elapsed: 0.019 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_449665_Test.testCDOResource_GetLockState Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_449806_Test.testCDOFeatureAnalyzerModelBased Time elapsed: 0.034 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_449806_Test.testCDOFeatureAnalyzerUI Time elapsed: 0.018 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_450880_Test.testCDODeltaNotificationGetValueWithEnumTypedAttributeOnCDOResource Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_450880_Test.testCDODeltaNotificationGetValueWithEnumTypedAttributeOnXMIResource Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_456993_Test.testAllInstancesInstancesQueryOnBranches Time elapsed: 0.122 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_456993_Test.testAllInstancesOCLQueryOnBranches Time elapsed: 0.173 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_458279_Test.testCDOMergingConflictResolverWithoutChangeSubscriptionRequestWithAdditionsPassiveUpdateMode Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_458279_Test.testCDOMergingConflictResolverWithoutChangeSubscriptionRequestWithChangesPassiveUpdateMode Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_458279_Test.testCDOMergingConflictResolverWithoutChangeSubscriptionRequestWithInvalidationsPassiveUpdateMode Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_459104_Test.testCDOObject_GetLockState Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_462953_Test.testRollBackWithACustomEContentAdapter Time elapsed: 0.019 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_464590_Test.testEObjectEIsSetWithXMIResource Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_465115_Test.testCDOUtilGetViewSet Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_466721_Test.testObjectNotFoundExceptionWithLockStatePrefetchEnabled Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_466951_Test.testCDOObjectCDOLockState Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_467075_Test.testResourceSetRemoveCDOResource Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_467075_Test.testResourceSetRemoveXMIResource Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_467174_Test.testCDOObject_LockStateAndRevisionPrefetch Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_467593_Test.testEListHashCodeOnRefBeforeCommitWithCDOResource Time elapsed: 0.038 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_467593_Test.testEListHashCodeOnRefBeforeCommitWithXMIResource Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_467616_Test.testTupleOCLQuery Time elapsed: 0.094 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_468268_Test.testHashCodeCallOnAllFields Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_469301_Test.testLockDetachedObject Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_485394_Test.testReferentialIntegrityWithContainmentProxy Time elapsed: 0.078 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_485487_Test.testTimeoutDuringCommit Time elapsed: 2.351 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_485489_Test.testTransactionCommitAfterAutoLocker Time elapsed: 0.762 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_485489_Test.testViewCloseAfterAutoLocker Time elapsed: 0.714 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_485961_Test.testProperContents Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_491499_Test.testObjectOrderWithObjectHandler Time elapsed: 0.722 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_491859_Test.testExchangeContainerObject Time elapsed: 0.062 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_492898_Test.testReferenceToExternalObject Time elapsed: 0.065 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_492898_Test.testTouchModificationOnReferenceToExternalObject Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_494954_Test.testFolderNameChange Time elapsed: 0.068 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_494954_Test.testFolderNameChangeInOtherTransaction Time elapsed: 0.044 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_494954_Test.testFolderNameGenChange Time elapsed: 0.043 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_500864_Test.testCommitDataAfterDeletion Time elapsed: 0.045 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_501607_Test.testCommitChangesWhenModifyingRealmFirst Time elapsed: 0.184 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_503564_Test.testSetFeatureDelta_CDOID Time elapsed: 0.064 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_503564_Test.testSetFeatureDelta_String Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_503573_Test.testCustomDatatype_Single Time elapsed: 0.019 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_505654_Test.testCrossMerge Time elapsed: 0.035 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_505654_Test.testCrossMergeAndAdditionsAndRemerges Time elapsed: 0.045 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_505654_Test.testCrossMergeAndAdditionsAndRemerges_SameList Time elapsed: 0.033 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_505654_Test.testCrossMergeAndMultipleRemerges Time elapsed: 0.028 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_505654_Test.testCrossMergeAndMultipleRemerges_SameList Time elapsed: 0.04 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_505654_Test.testCrossMergeAndRemerge Time elapsed: 0.02 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_505654_Test.testCrossMergeAndRemerge_SameList Time elapsed: 0.021 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_505654_Test.testCrossMerge_SameList Time elapsed: 0.019 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_505654_Test.testMergeAndCrossMergeAndRemerge Time elapsed: 0.036 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_505654_Test.testMergeAndCrossMergeAndRemerge_SameList Time elapsed: 0.023 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_505654_Test.testMultipleRemerges Time elapsed: 0.026 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_505654_Test.testMultipleRemerges_SameList Time elapsed: 0.027 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_516824_Test.testSetBranch Time elapsed: 0.021 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_516824_Test.testSetBranchLegacy Time elapsed: 0.018 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_517168_Test.testDeletedXRef_ManyValue Time elapsed: 0.026 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_517168_Test.testDeletedXRef_SingleValue Time elapsed: 0.024 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_517168_Test.testDuplicateXRef_SingleValue Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_517225_Test.testStringCompressorLeak Time elapsed: 6.179 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_528129_Test.testMoveToPersistentContainment Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_528129_Test.testMoveToTransientContainment Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_528129_Test.testMoveWithinView Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_528129_Test.testPersistentContainment Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_528129_Test.testPersistentContainmentTree Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_528129_Test.testTransientContainment Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_528129_Test.testTransientContainmentTree Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_530498_Test.testNoNullRevisionAfterTransactionRollback Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_539332_Test.testRestartWithDynamicPackage Time elapsed: 0.043 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_541003_Test.testLockStateWithPrefetcher Time elapsed: 0.026 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_541003_Test.testLockStateWithoutPrefetcher Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_541437_Test.testUUIDAfterRestart Time elapsed: 0.051 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_541437_Test.testUUIDWithoutOverride Time elapsed: 0.003 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_547640_Test.testCommitConflictResolver_OneCommit Time elapsed: 0.082 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_547640_Test.testCommitConflictResolver_TwoCommits Time elapsed: 0.082 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_552043_Test.testRollbackInverseCrossReferencer Time elapsed: 0.068 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_552043_Test.testRollbackInverseCrossReferencer_WithAttachedRevisionsMap Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_552043_Test.testRollbackMultipleNewObject Time elapsed: 0.019 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_552043_Test.testRollbackMultipleNewObject_WithAttachedRevisionsMap Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_552043_Test.testRollbackNewObject Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_552043_Test.testRollbackNewObject_WithAttachedRevisionsMap Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_560280_Test.testDeadlockBetweenInvalidationAndCommit Time elapsed: 0.394 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_560957_Test.testDeadlockOnViewGetBranch Time elapsed: 0.086 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_561250_Test.testMapInitialization Time elapsed: 0.03 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_562011_Test.testDocumentRoot_FeatureMap Time elapsed: 0.051 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_562246_Test.testLockAutoReleasePropagation_DifferentSession Time elapsed: 0.423 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_562246_Test.testLockAutoReleasePropagation_SameSession Time elapsed: 0.417 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_563616_Test.testImportProxyObject Time elapsed: 0.071 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_566582_Test.testSubFolderDelete Time elapsed: 0.089 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_570123_Test.testReattachInvalidate Time elapsed: 0.037 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_576893_Test.testLockStatePrefetching Time elapsed: 0.063 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_576893_Test.testPrefetcherManager Time elapsed: 0.085 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_579786_Test.testDisableResponseTimeout Time elapsed: 1.662 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_579786_Test.testSlowQueryHandler Time elapsed: 1.668 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_580001_Test.testTypeHandler Time elapsed: 0.06 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_580974_Test.testCacheAdapter Time elapsed: 0.109 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_580991_Test.testDurableLockRelease Time elapsed: 0.037 s org.eclipse.emf.cdo.tests.db.bugzilla.Bugzilla_534438_Test.testDBConnectionUsedByMultipleThreads Time elapsed: 0.352 s Running org.eclipse.emf.cdo.tests.db.IntegrationTestsBranchingUUIDs ******************************************************* Net4jDBTest.testBigInt [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Net4jDBTest.testBinary [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Net4jDBTest.testBit [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Net4jDBTest.testBlob [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Net4jDBTest.testBlobLength0 [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Net4jDBTest.testBoolean [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Net4jDBTest.testChar [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Net4jDBTest.testClob [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Net4jDBTest.testClobLength0 [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Net4jDBTest.testDate [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Net4jDBTest.testDouble [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Net4jDBTest.testFloat [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Net4jDBTest.testInteger [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Net4jDBTest.testLongVarBinary [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Net4jDBTest.testLongVarChar [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Net4jDBTest.testReal [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Net4jDBTest.testSmallInt [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Net4jDBTest.testTime [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Net4jDBTest.testTimestamp [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Net4jDBTest.testTinyInt [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Net4jDBTest.testVarBinary [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Net4jDBTest.testVarChar [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* DBAnnotationsTest.testColumnNameAnnotationByMetaData [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* DBAnnotationsTest.testColumnNameTypeAnnotationByMetaData [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* DBAnnotationsTest.testLengthAnnotationByMetaData [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* DBAnnotationsTest.testLengthAnnotationNegative [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [ERROR] org.h2.jdbc.JdbcSQLException: Value too long for column """name"" VARCHAR(8)": "'012345678' (9)"; SQL statement: INSERT INTO "repo1"."model1_dynamic11_Product1"("cdo_id", "cdo_version", "cdo_branch", "cdo_created", "cdo_revised", "cdo_resource", "cdo_container", "cdo_feature", "name", "vat", "orderDetails", "otherVATs") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [22001-168] org.eclipse.net4j.db.DBException: org.h2.jdbc.JdbcSQLException: Value too long for column """name"" VARCHAR(8)": "'012345678' (9)"; SQL statement: INSERT INTO "repo1"."model1_dynamic11_Product1"("cdo_id", "cdo_version", "cdo_branch", "cdo_created", "cdo_revised", "cdo_resource", "cdo_container", "cdo_feature", "name", "vat", "orderDetails", "otherVATs") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [22001-168] at org.eclipse.emf.cdo.server.internal.db.mapping.horizontal.HorizontalBranchingClassMapping.writeValues(HorizontalBranchingClassMapping.java:480) at org.eclipse.emf.cdo.server.internal.db.mapping.horizontal.HorizontalBranchingClassMapping.writeRevision(HorizontalBranchingClassMapping.java:681) at org.eclipse.emf.cdo.server.internal.db.DBStoreAccessor.writeRevision(DBStoreAccessor.java:474) at org.eclipse.emf.cdo.server.internal.db.DBStoreAccessor.writeRevisions(DBStoreAccessor.java:439) at org.eclipse.emf.cdo.server.internal.db.DBStoreAccessor.writeNewObjectRevisions(DBStoreAccessor.java:423) at org.eclipse.emf.cdo.spi.server.StoreAccessor.doWrite(StoreAccessor.java:119) at org.eclipse.emf.cdo.server.internal.db.DBStoreAccessor.doWrite(DBStoreAccessor.java:724) at org.eclipse.emf.cdo.spi.server.StoreAccessorBase.write(StoreAccessorBase.java:144) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.writeAccessor(TransactionCommitContext.java:1894) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.write(TransactionCommitContext.java:839) at org.eclipse.emf.cdo.spi.server.InternalCommitContext$1.runLoop(InternalCommitContext.java:49) at org.eclipse.emf.cdo.spi.server.InternalCommitContext$1.runLoop(InternalCommitContext.java:1) at org.eclipse.net4j.util.om.monitor.ProgressDistributor.run(ProgressDistributor.java:95) at org.eclipse.emf.cdo.internal.server.Repository.commitUnsynced(Repository.java:1562) at org.eclipse.emf.cdo.internal.server.Repository.commit(Repository.java:1550) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicatingCommit(CommitTransactionIndication.java:283) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicating(CommitTransactionIndication.java:96) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerIndicationWithMonitoring.indicating(CDOServerIndicationWithMonitoring.java:118) at org.eclipse.net4j.signal.IndicationWithMonitoring.indicating(IndicationWithMonitoring.java:62) at org.eclipse.net4j.signal.IndicationWithResponse.doExtendedInput(IndicationWithResponse.java:94) at org.eclipse.net4j.signal.Signal.doInput(Signal.java:434) at org.eclipse.net4j.signal.IndicationWithResponse.execute(IndicationWithResponse.java:72) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) Caused by: org.h2.jdbc.JdbcSQLException: Value too long for column """name"" VARCHAR(8)": "'012345678' (9)"; SQL statement: INSERT INTO "repo1"."model1_dynamic11_Product1"("cdo_id", "cdo_version", "cdo_branch", "cdo_created", "cdo_revised", "cdo_resource", "cdo_container", "cdo_feature", "name", "vat", "orderDetails", "otherVATs") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [22001-168] at org.h2.message.DbException.getJdbcSQLException(DbException.java:329) at org.h2.message.DbException.get(DbException.java:169) at org.h2.table.Column.validateConvertUpdateSequence(Column.java:315) at org.h2.table.Table.validateConvertUpdateSequence(Table.java:689) at org.h2.command.dml.Insert.insertRows(Insert.java:120) at org.h2.command.dml.Insert.update(Insert.java:84) at org.h2.command.CommandContainer.update(CommandContainer.java:75) at org.h2.command.Command.executeUpdate(Command.java:230) at org.h2.jdbc.JdbcPreparedStatement.executeUpdateInternal(JdbcPreparedStatement.java:156) at org.h2.jdbc.JdbcPreparedStatement.executeUpdate(JdbcPreparedStatement.java:142) at org.eclipse.net4j.db.jdbc.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:89) at org.eclipse.net4j.db.DBUtil.update(DBUtil.java:1018) at org.eclipse.emf.cdo.server.internal.db.mapping.horizontal.HorizontalBranchingClassMapping.writeValues(HorizontalBranchingClassMapping.java:476) ... 27 more ******************************************************* DBAnnotationsTest.testLengthAnnotationPositive [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* DBAnnotationsTest.testTableMappingAnnotationByMetaData [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* DBAnnotationsTest.testTableNameAnnotationByMetaData [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* DBAnnotationsTest.testTypeAnnotationByMetaData [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* DBStoreTest.testInsertNull [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* DBStoreTest.testStoreCustom [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* DBStoreTest.testStoreDate [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* DBStoreTest.testStoreStringContainingBackslash [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* DBStoreTest.testStoreStringContainingDoubleQuote [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* DBStoreTest.testStoreStringContainingSingleQuote [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* DBStoreTest.testStoreStringContainingTwoSingleQuote [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* DBStoreTest.testStoreStringTrailingBackslash [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* DBStoreTest.testStoreStringTrailingDoubleQuote [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* DBStoreTest.testStoreStringTrailingSingleQuote [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* DBStoreTest.testStoreStringTrailingTwoSingleQuote [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* DBStoreTest.testUnderscoreClass [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* DBStoreTest.testUnderscoreFeature [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* CustomTypeMappingTest.testCustomTypeMapping [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [WARN] Runtime removal of ITypeMapping.Factory extensions is currently not supported. ******************************************************* SQLQueryTest.testComplexQuerySalesOrderJoinCustomerProduct [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* SQLQueryTest.testDateParameter [H2-branching-ranges-uuids, JVM, Native] ******************************************************* 2020-05-02 06:45:14-000 [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* SQLQueryTest.testFunctions [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* SQLQueryTest.testIterator [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* SQLQueryTest.testIteratorCancelation [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* SQLQueryTest.testNonCDOObjectQueries_Complex [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* SQLQueryTest.testNonCDOObjectQueries_Complex_MAP [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* SQLQueryTest.testPaging [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* SQLQueryTest.testSimpleQueries [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* AdapterManagerTest.testStrongReferencePolicy_ALL [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* AdapterManagerTest.testStrongReferencePolicy_ALL_AttachObject [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* AdapterManagerTest.testStrongReferencePolicy_ALL_DetachObject [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* AdapterManagerTest.testStrongReferencePolicy_NONE [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* AttributeTest.testBigDecimalAndBigInteger [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* AttributeTest.testBigDecimalAndBigIntegerNull [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* AttributeTest.testByteArray [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* AttributeTest.testByteArrayEmpty [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* AttributeTest.testByteArrayNull [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* AttributeTest.testEnumDefaults [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* AttributeTest.testJavaClass [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* AttributeTest.testJavaObject [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* AttributeTest.testManyValuedCustomDataType_Bugzilla_319950 [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* AttributeTest.testManyValuedCustomDataType_Contains [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* AttributeTest.testManyValuedCustomDataType_ContainsAll [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* AttributeTest.testManyValuedCustomDataType_Get [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* AttributeTest.testManyValuedCustomDataType_IndexOf [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* AttributeTest.testManyValuedCustomDataType_LastIndexOf [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* AttributeTest.testNillableAttributeOfCustomType [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* AttributeTest.testPrimitiveDefaults [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* AuditEMapTest.testAuditedEMap [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* AuditSameSessionTest.testAddingContents [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* AuditSameSessionTest.testCanCreateAuditAtRepoCreationTime [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* AuditSameSessionTest.testCannotCreateAuditWithTimestampPriorToRepo [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* AuditSameSessionTest.testCannotSetAuditTimestampPriorToRepo [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* AuditSameSessionTest.testChangePath [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* AuditSameSessionTest.testChangeURI [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* AuditSameSessionTest.testChangedAudit [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* AuditSameSessionTest.testConsistentHistoryForIsMany [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* AuditSameSessionTest.testKeepHandle [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* AuditSameSessionTest.testNewAudit [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* AuditSameSessionTest.testRemovingContents [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* AuditSameSessionTest.testRemovingContentsKeepHandle [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* AuditSameSessionTest.testRepositoryCreationTime [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* AuditSameSessionTest.testRepositoryTime [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* AuditTest.testAddingContents [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* AuditTest.testCanCreateAuditAtRepoCreationTime [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* AuditTest.testCannotCreateAuditWithTimestampPriorToRepo [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* AuditTest.testCannotSetAuditTimestampPriorToRepo [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* AuditTest.testChangePath [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* AuditTest.testChangeURI [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* AuditTest.testChangedAudit [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* AuditTest.testConsistentHistoryForIsMany [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* AuditTest.testKeepHandle [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* AuditTest.testNewAudit [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* AuditTest.testRemovingContents [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* AuditTest.testRemovingContentsKeepHandle [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* AutoAttacherTest.testAddingObjectAndCrawl [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* AutoAttacherTest.testSimple [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* BackupBinaryTest.testImport [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' repo1repo1�d�� �ΊX (~�<ⅎ�<ⅽ���������1http://www.eclipse.org/emf/CDO/tests/model1/1.0.0������1 1http://www.eclipse.org/emf/CDO/tests/model1/1.0.0MAIN�����1:http://www.eclipse.org/emf/CDO/Eresource/4.0.0#CDOResource�d�� �ΊX (~�����1�����1�d�� �ΊX (~:http://www.eclipse.org/emf/CDO/Eresource/4.0.0#CDOResource�d�� �ΊX (~�����1�d�� �ΊX (~�d�` �ΊX (~:http://www.eclipse.org/emf/CDO/Eresource/4.0.0#CDOResource�d�a �ΊX (~�����1�����1�d�` �ΊX (~res1�d�b �ΊX (~�d�c �ΊX (~�d�d �ΊX (~:http://www.eclipse.org/emf/CDO/Eresource/4.0.0#CDOResource�d�a �ΊX (~�����1�d�` �ΊX (~res1�d�b �ΊX (~�d�c �ΊX (~�d�d �ΊX (~�d ?� �ΊX (~:http://www.eclipse.org/emf/CDO/tests/model1/1.0.0#Customer�d�b �ΊX (~�����1�����1�d�a �ΊX (~Eike:http://www.eclipse.org/emf/CDO/tests/model1/1.0.0#Customer�d�b �ΊX (~�����1�d�a �ΊX (~Eike�d ?� �ΊX (~:http://www.eclipse.org/emf/CDO/tests/model1/1.0.0#Customer�d�c �ΊX (~�����1�d�a �ΊX (~Jos:http://www.eclipse.org/emf/CDO/tests/model1/1.0.0#Customer�d�d �ΊX (~�����1�d�a �ΊX (~Simon=http://www.eclipse.org/emf/CDO/tests/model1/1.0.0#OrderDetail�d ?� �ΊX (~�����1�d ?� �ΊX (~� [INFO] Dropping all tables from repository repo2... [INFO] The CDO system tables are not found in schema "repo2"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo3, repo1, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' CDOResourceFolder@_ZAXkYAkMEe-bzopYCigSfg("BackupBinaryTest_testImport") CDOResource@_ZAXkYQkMEe-bzopYCigSfg("cdo://repo2/BackupBinaryTest_testImport/res1") Customer@_ZAXkYgkMEe-bzopYCigSfg Customer@_ZAXkYwkMEe-bzopYCigSfg Customer@_ZAXkZAkMEe-bzopYCigSfg SalesOrder@_ZAk_wAkMEe-bzopYCigSfg OrderDetail@_ZAk_wQkMEe-bzopYCigSfg ******************************************************* BackupBinaryTest.testImportBlob [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' repo1repo1�d,1 �ΊX (~�<↖�<↹���������1http://www.eclipse.org/emf/CDO/tests/model3/1.0.0������1"m 1http://www.eclipse.org/emf/CDO/tests/model3/1.0.05http://www.eclipse.org/emf/CDO/tests/subpackage/1.0.0MAIN�����1:http://www.eclipse.org/emf/CDO/Eresource/4.0.0#CDOResource�d.� �ΊX (~�����1�d.� �ΊX (~res1�d.� �ΊX (~:http://www.eclipse.org/emf/CDO/Eresource/4.0.0#CDOResource�d,1 �ΊX (~�����1�����1�d,1 �ΊX (~:http://www.eclipse.org/emf/CDO/Eresource/4.0.0#CDOResource�d,1 �ΊX (~�����1�d,1 �ΊX (~�d.� �ΊX (~7http://www.eclipse.org/emf/CDO/tests/model3/1.0.0#Image�d.� �ΊX (~�����1�d.� �ΊX (~��������� B|ʝ'�ő�jT�@http://www.eclipse.org/emf/CDO/Eresource/4.0.0#CDOResourceFolder�d.� �ΊX (~�����1�d,1 �ΊX (~BackupBinaryTest_testImportBlob�d.� �ΊX (~������� B|ʝ'�ő�j��
�����1�����1�����1�����1 CDO_SYSTEM � [INFO] Dropping all tables from repository repo2... [INFO] The CDO system tables are not found in schema "repo2"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo3, repo1, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' CDOResourceFolder@_ZC6iEAkMEe-bzopYCigSfg("BackupBinaryTest_testImportBlob") CDOResource@_ZC6iEQkMEe-bzopYCigSfg("cdo://repo2/BackupBinaryTest_testImportBlob/res1") Image@_ZC6iEgkMEe-bzopYCigSfg ******************************************************* BackupBinaryTest.testImportByteArray [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' repo1repo1�dV0 �ΊX (~�<⇪�<�����������1http://www.eclipse.org/emf/CDO/tests/model6/1.0.0�׏���10
1http://www.eclipse.org/emf/CDO/tests/model6/1.0.0MAIN�����1:http://www.eclipse.org/emf/CDO/Eresource/4.0.0#CDOResource�dV0 �ΊX (~�����1֏���1�dV0 �ΊX (~:http://www.eclipse.org/emf/CDO/Eresource/4.0.0#CDOResource�dV0 �ΊX (~׏���1�dV0 �ΊX (~�dY�� �ΊX (~:http://www.eclipse.org/emf/CDO/Eresource/4.0.0#CDOResource�dZ� �ΊX (~׏���1�dY�� �ΊX (~res1�dZ� �ΊX (~Fhttp://www.eclipse.org/emf/CDO/tests/model6/1.0.0#UnsettableAttributes�dZ� �ΊX (~׏���1�dZ� �ΊX (~ ����@http://www.eclipse.org/emf/CDO/Eresource/4.0.0#CDOResourceFolder�dY�� �ΊX (~׏���1�dV0 �ΊX (~$BackupBinaryTest_testImportByteArray�dZ� �ΊX (~׏���1�����1�����1�����1 CDO_SYSTEM � [INFO] Dropping all tables from repository repo2... [INFO] The CDO system tables are not found in schema "repo2"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo3, repo1, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' CDOResourceFolder@_ZFn30AkMEe-bzopYCigSfg("BackupBinaryTest_testImportByteArray") CDOResource@_ZFoe4AkMEe-bzopYCigSfg("cdo://repo2/BackupBinaryTest_testImportByteArray/res1") UnsettableAttributes@_ZFoe4QkMEe-bzopYCigSfg ******************************************************* BackupBinaryTest.testImportClob [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' repo1repo1�dvΠ �ΊX (~�<��<�����������1http://www.eclipse.org/emf/CDO/tests/model3/1.0.0�⑊��1"m 1http://www.eclipse.org/emf/CDO/tests/model3/1.0.05http://www.eclipse.org/emf/CDO/tests/subpackage/1.0.0MAIN�����1:http://www.eclipse.org/emf/CDO/Eresource/4.0.0#CDOResource�dvΠ �ΊX (~�����1ᑊ��1�dvΠ �ΊX (~:http://www.eclipse.org/emf/CDO/Eresource/4.0.0#CDOResource�dvΠ �ΊX (~⑊��1�dvΠ �ΊX (~�d�� �ΊX (~:http://www.eclipse.org/emf/CDO/Eresource/4.0.0#CDOResource�d�� �ΊX (~⑊��1�d�� �ΊX (~res1�d�� �ΊX (~@http://www.eclipse.org/emf/CDO/Eresource/4.0.0#CDOResourceFolder�d�� �ΊX (~⑊��1�dvΠ �ΊX (~BackupBinaryTest_testImportClob�d�� �ΊX (~6http://www.eclipse.org/emf/CDO/tests/model3/1.0.0#File�d�� �ΊX (~⑊��1�d�� �ΊX (~ Ecore.uml ��mԅ�sVsR����o���T� ��mԅ�sVsR����o��Ń�<?xml version="1.0" encoding="UTF-8"?> <xmi:XMI xmi:version="2.1" xmlns:xmi="http://schema.omg.org/spec/XMI/2.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:Ecore="http://www.eclipse.org/uml2/schemas/Ecore/4" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" xmlns:uml="http://www.eclipse.org/uml2/2.1.0/UML" xsi:schemaLocation="http://www.eclipse.org/uml2/schemas/Ecore/4 pathmap://UML_PROFILES/Ecore.profile.uml#_B7dOIMEREduRdatXodjBjA"> <uml:Model xmi:id="_SeWiQMX_EduPJbEsMYXjUQ" name="Ecor�"> <packagedElement xmi:type="uml:Class" xmi:id="_SeWj6cX_EduPJbEsMYXjUQ" name="EAnnotation"> <eAnnotations xmi:id="_SeWj6sX_EduPJbEsMYXjUQ" source="http://www.eclipse.org/emf/2002/Ecore"> <details xmi:id="_SeWj68X_EduPJbEsMYXjUQ" key="constraints" value="WellFormedSourceURI"/> </eAnnotations> <generalization xmi:id="_SeWj7MX_EduPJbEsMYXjUQ" general="_SeWihMX_EduPJbEsMYXjUQ"/> <ownedAttribute xmi:id="_SeWj7cX_EduPJbEsMYXjUQ" name="source" visibility="public" type="_SeWkisX_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWj7sX_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWj78X_EduPJbEsMYXjUQ" name="details" type="_SeWj-sX_EduPJbEsMYXjUQ" isOrdered="true" aggregation="composite" association="_SeWj_8X_EduPJbEsMYXjUQ"> <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_SeWj8MX_EduPJbEsMYXjUQ" value="*"/> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWj8cX_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWj8sX_EduPJbEsMYXjUQ" name="eModelElement" type="_SeWihMX_EduPJbEsMYXjUQ" isOrdered="true" association="_SeWkAcX_EduPJbEsMYXjUQ"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWj88X_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWj9MX_EduPJbEsMYXjUQ" name="contents" type="_SeWijsX_EduPJbEsMYXjUQ" isOrdered="true" aggregation="composite" association="_SeWkAsX_EduPJbEsMYXjUQ"> <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_SeWj9cX_EduPJbEsMYXjUQ" value="*"/> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWj9sX_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWj98X_EduPJbEsMYXjUQ" name="references" type="_SeWijsX_EduPJbEsMYXjUQ" isOrdered="true" association="_SeWkBMX_EduPJbEsMYXjUQ"> <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_SeWj-MX_EduPJbEsMYXjUQ" value="*"/> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWj-cX_EduPJbEsMYXjUQ"/> </ownedAttribute> </packagedElement> <packagedElement xmi:type="uml:Class" xmi:id="_SeWiQcX_EduPJbEsMYXjUQ" name="EAttribute"> <eAnnotations xmi:id="_SeWiQsX_EduPJbEsMYXjUQ" source="http://www.eclipse.org/emf/2002/Ecore"> <details xmi:id="_SeWiQ8X_EduPJbEsMYXjUQ" key="constraints" value="ConsistentTransient"/> </eAnnotations> <generalization xmi:id="_SeWiRMX_EduPJbEsMYXjUQ" general="_SeWiSMX_EduPJbEsMYXjUQ"/> <ownedAttribute xmi:id="_SeWiRcX_EduPJbEsMYXjUQ" name="id" visibility="public" type="_SeWkM8X_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWiRsX_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWiR8X_EduPJbEsMYXjUQ" name="eAttributeType" type="_SeWjasX_EduPJbEsMYXjUQ" isOrdered="true" isReadOnly="true" isDerived="true" association="_SeWkCsX_EduPJbEsMYXjUQ"/> </packagedElement> <packagedElement xmi:type="uml:Class" xmi:id="_SeWizcX_EduPJbEsMYXjUQ" name="EClass"> <eAnnotations xmi:id="_SeWizsX_EduPJbEsMYXjUQ" source="http://www.eclipse.org/emf/2002/Ecore"> <details xmi:id="_SeWiz8X_EduPJbEsMYXjUQ" key="constraints" value="InterfaceIsAbstract AtMostOneID UniqueFeatureNames UniqueOperationSignatures NoCircularSuperTypes WellFormedMapEntryClass ConsistentSuperTypes"/> </eAnnotations> <generalization xmi:id="_SeWi0MX_EduPJbEsMYXjUQ" general="_SeWjG8X_EduPJbEsMYXjUQ"/> <ownedAttribute xmi:id="_SeWi0cX_EduPJbEsMYXjUQ" name="abstract" visibility="public" type="_SeWkM8X_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWi0sX_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWi08X_EduPJbEsMYXjUQ" name="interface" visibility="public" type="_SeWkM8X_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWi1MX_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWi1cX_EduPJbEsMYXjUQ" name="eSuperTypes" type="_SeWizcX_EduPJbEsMYXjUQ" isOrdered="true" association="_SeWjlsX_EduPJbEsMYXjUQ"> <eAnnotations xmi:id="_SeWi1sX_EduPJbEsMYXjUQ" source="http://www.eclipse.org/emf/2002/GenModel"> <details xmi:id="_SeWi18X_EduPJbEsMYXjUQ" key="suppressedUnsetVisibility" value="true"/> <details xmi:id="_SeWi2MX_EduPJbEsMYXjUQ" key="suppressedIsSetVisibility" value="true"/> </eAnnotations> <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_SeWi2cX_EduPJbEsMYXjUQ" value="*"/> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWi2sX_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWi28X_EduPJbEsMYXjUQ" name="eOperations" type="_SeWjmMX_EduPJbEsMYXjUQ" isOrdered="true" aggregation="composite" association="_SeWjsMX_EduPJbEsMYXjUQ"> <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_SeWi3MX_EduPJbEsMYXjUQ" value="*"/> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWi3cX_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWi3sX_EduPJbEsMYXjUQ" name="eAllAttributes" type="_SeWiQcX_EduPJbEsMYXjUQ" isOrdered="true" isReadOnly="true" isDerived="true" association="_SeWjvMX_EduPJbEsMYXjUQ"> <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_SeWi38X_EduPJbEsMYXjUQ" value="*"/> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWi4MX_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWi4cX_EduPJbEsMYXjUQ" name="eAllReferences" type="_SeWjvsX_EduPJbEsMYXjUQ" isOrdered="true" isReadOnly="true" isDerived="true" association="_SeWj1MX_EduPJbEsMYXjUQ"> <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_SeWi4sX_EduPJbEsMYXjUQ" value="*"/> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWi48X_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWi5MX_EduPJbEsMYXjUQ" name="eReferences" type="_SeWjvsX_EduPJbEsMYXjUQ" isOrdered="true" isReadOnly="true" isDerived="true" association="_SeWj1sX_EduPJbEsMYXjUQ"> <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_SeWi5cX_EduPJbEsMYXjUQ" value="*"/> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWi5sX_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWi58X_EduPJbEsMYXjUQ" name="eAttributes" type="_SeWiQcX_EduPJbEsMYXjUQ" isOrdered="true" isReadOnly="true" isDerived="true" association="_SeWj2MX_EduPJbEsMYXjUQ"> <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_SeWi6MX_EduPJbEsMYXjUQ" value="*"/> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWi6cX_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWi6sX_EduPJbEsMYXjUQ" name="eAllContainments" type="_SeWjvsX_EduPJbEsMYXjUQ" isOrdered="true" isReadOnly="true" isDerived="true" association="_SeWj2sX_EduPJbEsMYXjUQ"> <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_SeWi68X_EduPJbEsMYXjUQ" value="*"/> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWi7MX_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWi7cX_EduPJbEsMYXjUQ" name="eAllOperations" type="_SeWjmMX_EduPJbEsMYXjUQ" isOrdered="true" isReadOnly="true" isDerived="true" association="_SeWj3MX_EduPJbEsMYXjUQ"> <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_SeWi7sX_EduPJbEsMYXjUQ" value="*"/> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWi78X_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWi8MX_EduPJbEsMYXjUQ" name="eAllStructuralFeatures" type="_SeWiSMX_EduPJbEsMYXjUQ" isOrdered="true" isReadOnly="true" isDerived="true" association="_SeWj3sX_EduPJbEsMYXjUQ"> <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_SeWi8cX_EduPJbEsMYXjUQ" value="*"/> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWi8sX_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWi88X_EduPJbEsMYXjUQ" name="eAllSuperTypes" type="_SeWizcX_EduPJbEsMYXjUQ" isOrdered="true" isReadOnly="true" isDerived="true" association="_SeWj4MX_EduPJbEsMYXjUQ"> <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_SeWi9MX_EduPJbEsMYXjUQ" value="*"/> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWi9cX_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWi9sX_EduPJbEsMYXjUQ" name="eIDAttribute" type="_SeWiQcX_EduPJbEsMYXjUQ" isOrdered="true" isReadOnly="true" isDerived="true" association="_SeWj4sX_EduPJbEsMYXjUQ"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWi98X_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWi-MX_EduPJbEsMYXjUQ" name="eStructuralFeatures" type="_SeWiSMX_EduPJbEsMYXjUQ" isOrdered="true" aggregation="composite" association="_SeWj5MX_EduPJbEsMYXjUQ"> <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_SeWi-cX_EduPJbEsMYXjUQ" value="*"/> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWi-sX_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWi-8X_EduPJbEsMYXjUQ" name="eGenericSuperTypes" type="_SeWjdsX_EduPJbEsMYXjUQ" isOrdered="true" aggregation="composite" association="_SeWj5cX_EduPJbEsMYXjUQ"> <eAnnotations xmi:id="_SeWi_MX_EduPJbEsMYXjUQ" source="http://www.eclipse.org/emf/2002/GenModel"> <details xmi:id="_SeWi_cX_EduPJbEsMYXjUQ" key="suppressedUnsetVisibility" value="true"/> <details xmi:id="_SeWi_sX_EduPJbEsMYXjUQ" key="suppressedIsSetVisibility" value="true"/> </eAnnotations> <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_SeWi_8X_EduPJbEsMYXjUQ" value="*"/> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjAMX_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWjAcX_EduPJbEsMYXjUQ" name="eAllGenericSuperTypes" type="_SeWjdsX_EduPJbEsMYXjUQ" isOrdered="true" isReadOnly="true" isDerived="true" association="_SeWj58X_EduPJbEsMYXjUQ"> <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_SeWjAsX_EduPJbEsMYXjUQ" value="*"/> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjA8X_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedOperation xmi:id="_SeWjBMX_EduPJbEsMYXjUQ" name="isSuperTypeOf" visibility="public"> <ownedParameter xmi:id="_SeWjBcX_EduPJbEsMYXjUQ" type="_SeWkM8X_EduPJbEsMYXjUQ" isOrdered="true" direction="return"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjBsX_EduPJbEsMYXjUQ"/> </ownedParameter> <ownedParameter xmi:id="_SeWjB8X_EduPJbEsMYXjUQ" name="someClass" type="_SeWizcX_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjCMX_EduPJbEsMYXjUQ"/> </ownedParameter> </ownedOperation> <ownedOperation xmi:id="_SeWjCcX_EduPJbEsMYXjUQ" name="getFeatureCount" visibility="public"> <ownedParameter xmi:id="_SeWjCsX_EduPJbEsMYXjUQ" type="_SeWkZcX_EduPJbEsMYXjUQ" isOrdered="true" direction="return"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjC8X_EduPJbEsMYXjUQ"/> </ownedParameter> </ownedOperation> <ownedOperation xmi:id="_SeWjDMX_EduPJbEsMYXjUQ" name="getEStructuralFeature" visibility="public"> <ownedParameter xmi:id="_SeWjDcX_EduPJbEsMYXjUQ" type="_SeWiSMX_EduPJbEsMYXjUQ" isOrdered="true" direction="return"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjDsX_EduPJbEsMYXjUQ"/> </ownedParameter> <ownedParameter xmi:id="_SeWjD8X_EduPJbEsMYXjUQ" name="featureID" type="_SeWkZcX_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjEMX_EduPJbEsMYXjUQ"/> </ownedParameter> </ownedOperation> <ownedOperation xmi:id="_SeWjEcX_EduPJbEsMYXjUQ" name="getFeatureID" visibility="public"> <ownedParameter xmi:id="_SeWjEsX_EduPJbEsMYXjUQ" type="_SeWkZcX_EduPJbEsMYXjUQ" isOrdered="true" direction="return"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjE8X_EduPJbEsMYXjUQ"/> </ownedParameter> <ownedParameter xmi:id="_SeWjFMX_EduPJbEsMYXjUQ" name="feature" type="_SeWiSMX_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjFcX_EduPJbEsMYXjUQ"/> </ownedParameter> </ownedOperation> <ownedOperation xmi:id="_SeWjFsX_EduPJbEsMYXjUQ" name="getEStructuralFeature" visibility="public"> <ownedParameter xmi:id="_SeWjF8X_EduPJbEsMYXjUQ" type="_SeWiSMX_EduPJbEsMYXjUQ" isOrdered="true" direction="return"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjGMX_EduPJbEsMYXjUQ"/> </ownedParameter> <ownedParameter xmi:id="_SeWjGcX_EduPJbEsMYXjUQ" name="featureName" type="_SeWkisX_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjGsX_EduPJbEsMYXjUQ"/> </ownedParameter> </ownedOperation> </packagedElement> <packagedElement xmi:type="uml:Class" xmi:id="_SeWjG8X_EduPJbEsMYXjUQ" name="EClassifier" isAbstract="true"> <eAnnotations xmi:id="_SeWjHMX_EduPJbEsMYXjUQ" source="http://www.eclipse.org/emf/2002/Ecore"> <details xmi:id="_SeWjHcX_EduPJbEsMYXjUQ" key="constraints" value="WellFormedInstanceTypeName UniqueTypeParameterNames"/> </eAnnotations> <generalization xmi:id="_SeWjHsX_EduPJbEsMYXjUQ" general="_SeWifsX_EduPJbEsMYXjUQ"/> <ownedAttribute xmi:id="_SeWjH8X_EduPJbEsMYXjUQ" name="instanceClassName" visibility="public" type="_SeWkisX_EduPJbEsMYXjUQ" isOrdered="true"> <eAnnotations xmi:id="_SeWjIMX_EduPJbEsMYXjUQ" source="http://www.eclipse.org/emf/2002/GenModel"> <details xmi:id="_SeWjIcX_EduPJbEsMYXjUQ" key="suppressedUnsetVisibility" value="true"/> <details xmi:id="_SeWjIsX_EduPJbEsMYXjUQ" key="suppressedIsSetVisibility" value="true"/> </eAnnotations> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjI8X_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWjJMX_EduPJbEsMYXjUQ" name="instanceClass" visibility="public" type="_SeWjM8X_EduPJbEsMYXjUQ" isOrdered="true" isReadOnly="true" isDerived="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjJcX_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWjJsX_EduPJbEsMYXjUQ" name="defaultValue" visibility="public" type="_SeWkccX_EduPJbEsMYXjUQ" isOrdered="true" isReadOnly="true" isDerived="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjJ8X_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWjKMX_EduPJbEsMYXjUQ" name="instanceTypeName" visibility="public" type="_SeWkisX_EduPJbEsMYXjUQ" isOrdered="true"> <eAnnotations xmi:id="_SeWjKcX_EduPJbEsMYXjUQ" source="http://www.eclipse.org/emf/2002/GenModel"> <details xmi:id="_SeWjKsX_EduPJbEsMYXjUQ" key="suppressedUnsetVisibility" value="true"/> <details xmi:id="_SeWjK8X_EduPJbEsMYXjUQ" key="suppressedIsSetVisibility" value="true"/> </eAnnotations> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjLMX_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWjLcX_EduPJbEsMYXjUQ" name="ePackage" type="_SeWjPsX_EduPJbEsMYXjUQ" isOrdered="true" isReadOnly="true" association="_SeWjb8X_EduPJbEsMYXjUQ"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjLsX_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWjL8X_EduPJbEsMYXjUQ" name="eTypeParameters" type="_SeWjccX_EduPJbEsMYXjUQ" isOrdered="true" aggregation="composite" association="_SeWjlMX_EduPJbEsMYXjUQ"> <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_SeWjMMX_EduPJbEsMYXjUQ" value="*"/> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjMcX_EduPJbEsMYXjUQ"/> </ownedAttribute> <nestedClassifier xmi:type="uml:Class" xmi:id="_SeWjMsX_EduPJbEsMYXjUQ" name="Wildcard"/> <nestedClassifier xmi:type="uml:PrimitiveType" xmi:id="_SeWjM8X_EduPJbEsMYXjUQ" name="EJavaClass_Wildcard"> <templateBinding xmi:id="_SeWjNMX_EduPJbEsMYXjUQ" signature="_SeWkbsX_EduPJbEsMYXjUQ"> <parameterSubstitution xmi:id="_SeWjNcX_EduPJbEsMYXjUQ" formal="_SeWkb8X_EduPJbEsMYXjUQ" actual="_SeWjMsX_EduPJbEsMYXjUQ"/> </templateBinding> </nestedClassifier> <ownedOperation xmi:id="_SeWjNsX_EduPJbEsMYXjUQ" name="isInstance" visibility="public"> <ownedParameter xmi:id="_SeWjN8X_EduPJbEsMYXjUQ" type="_SeWkM8X_EduPJbEsMYXjUQ" isOrdered="true" direction="return"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjOMX_EduPJbEsMYXjUQ"/> </ownedParameter> <ownedParameter xmi:id="_SeWjOcX_EduPJbEsMYXjUQ" name="object" type="_SeWkccX_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjOsX_EduPJbEsMYXjUQ"/> </ownedParameter> </ownedOperation> <ownedOperation xmi:id="_SeWjO8X_EduPJbEsMYXjUQ" name="getClassifierID" visibility="public"> <ownedParameter xmi:id="_SeWjPMX_EduPJbEsMYXjUQ" type="_SeWkZcX_EduPJbEsMYXjUQ" isOrdered="true" direction="return"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjPcX_EduPJbEsMYXjUQ"/> </ownedParameter> </ownedOperation> </packagedElement> <packagedElement xmi:type="uml:Class" xmi:id="_SeWjasX_EduPJbEsMYXjUQ" name="EDataType"> <generalization xmi:id="_SeWja8X_EduPJbEsMYXjUQ" general="_SeWjG8X_EduPJbEsMYXjUQ"/> <ownedAttribute xmi:id="_SeWjbMX_EduPJbEsMYXjUQ" name="serializable" visibility="public" type="_SeWkM8X_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjbcX_EduPJbEsMYXjUQ"/> </ownedAttribute> </packagedElement> <packagedElement xmi:type="uml:Class" xmi:id="_SeWkDMX_EduPJbEsMYXjUQ" name="EEnum"> <eAnnotations xmi:id="_SeWkDcX_EduPJbEsMYXjUQ" source="http://www.eclipse.org/emf/2002/Ecore"> <details xmi:id="_SeWkDsX_EduPJbEsMYXjUQ" key="constraints" value="UniqueEnumeratorNames UniqueEnumeratorLiterals"/> </eAnnotations> <generalization xmi:id="_SeWkD8X_EduPJbEsMYXjUQ" general="_SeWjasX_EduPJbEsMYXjUQ"/> <ownedAttribute xmi:id="_SeWkEMX_EduPJbEsMYXjUQ" name="eLiterals" type="_SeWkIsX_EduPJbEsMYXjUQ" isOrdered="true" aggregation="composite" association="_SeWkLMX_EduPJbEsMYXjUQ"> <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_SeWkEcX_EduPJbEsMYXjUQ" value="*"/> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWkEsX_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedOperation xmi:id="_SeWkE8X_EduPJbEsMYXjUQ" name="getEEnumLiteral" visibility="public"> <ownedParameter xmi:id="_SeWkFMX_EduPJbEsMYXjUQ" type="_SeWkIsX_EduPJbEsMYXjUQ" isOrdered="true" direction="return"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWkFcX_EduPJbEsMYXjUQ"/> </ownedParameter> <ownedParameter xmi:id="_SeWkFsX_EduPJbEsMYXjUQ" name="name" type="_SeWkisX_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWkF8X_EduPJbEsMYXjUQ"/> </ownedParameter> </ownedOperation> <ownedOperation xmi:id="_SeWkGMX_EduPJbEsMYXjUQ" name="getEEnumLiteral" visibility="public"> <ownedParameter xmi:id="_SeWkGcX_EduPJbEsMYXjUQ" type="_SeWkIsX_EduPJbEsMYXjUQ" isOrdered="true" direction="return"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWkGsX_EduPJbEsMYXjUQ"/> </ownedParameter> <ownedParameter xmi:id="_SeWkG8X_EduPJbEsMYXjUQ" name="value" type="_SeWkZcX_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWkHMX_EduPJbEsMYXjUQ"/> </ownedParameter> </ownedOperation> <ownedOperation xmi:id="_SeWkHcX_EduPJbEsMYXjUQ" name="getEEnumLiteralByLiteral" visibility="public"> <ownedParameter xmi:id="_SeWkHsX_EduPJbEsMYXjUQ" type="_SeWkIsX_EduPJbEsMYXjUQ" isOrdered="true" direction="return"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWkH8X_EduPJbEsMYXjUQ"/> </ownedParameter> <ownedParameter xmi:id="_SeWkIMX_EduPJbEsMYXjUQ" name="literal" type="_SeWkisX_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWkIcX_EduPJbEsMYXjUQ"/> </ownedParameter> </ownedOperation> </packagedElement> <packagedElement xmi:type="uml:Class" xmi:id="_SeWkIsX_EduPJbEsMYXjUQ" name="EEnumLiteral"> <generalization xmi:id="_SeWkI8X_EduPJbEsMYXjUQ" general="_SeWifsX_EduPJbEsMYXjUQ"/> <ownedAttribute xmi:id="_SeWkJMX_EduPJbEsMYXjUQ" name="value" visibility="public" type="_SeWkZcX_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWkJcX_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWkJsX_EduPJbEsMYXjUQ" name="instance" visibility="public" type="_SeWkWsX_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWkJ8X_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWkKMX_EduPJbEsMYXjUQ" name="literal" visibility="public" type="_SeWkisX_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWkKcX_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWkKsX_EduPJbEsMYXjUQ" name="eEnum" type="_SeWkDMX_EduPJbEsMYXjUQ" isOrdered="true" isReadOnly="true" association="_SeWkLMX_EduPJbEsMYXjUQ"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWkK8X_EduPJbEsMYXjUQ"/> </ownedAttribute> </packagedElement> <packagedElement xmi:type="uml:Class" xmi:id="_SeWjVMX_EduPJbEsMYXjUQ" name="EFactory"> <generalization xmi:id="_SeWjVcX_EduPJbEsMYXjUQ" general="_SeWihMX_EduPJbEsMYXjUQ"/> <ownedAttribute xmi:id="_SeWjVsX_EduPJbEsMYXjUQ" name="ePackage" type="_SeWjPsX_EduPJbEsMYXjUQ" isOrdered="true" association="_SeWjbsX_EduPJbEsMYXjUQ"/> <ownedOperation xmi:id="_SeWjV8X_EduPJbEsMYXjUQ" name="create" visibility="public"> <ownedParameter xmi:id="_SeWjWMX_EduPJbEsMYXjUQ" type="_SeWijsX_EduPJbEsMYXjUQ" isOrdered="true" direction="return"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjWcX_EduPJbEsMYXjUQ"/> </ownedParameter> <ownedParameter xmi:id="_SeWjWsX_EduPJbEsMYXjUQ" name="eClass" type="_SeWizcX_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjW8X_EduPJbEsMYXjUQ"/> </ownedParameter> </ownedOperation> <ownedOperation xmi:id="_SeWjXMX_EduPJbEsMYXjUQ" name="createFromString" visibility="public"> <ownedParameter xmi:id="_SeWjXcX_EduPJbEsMYXjUQ" type="_SeWkccX_EduPJbEsMYXjUQ" isOrdered="true" direction="return"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjXsX_EduPJbEsMYXjUQ"/> </ownedParameter> <ownedParameter xmi:id="_SeWjX8X_EduPJbEsMYXjUQ" name="eDataType" type="_SeWjasX_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjYMX_EduPJbEsMYXjUQ"/> </ownedParameter> <ownedParameter xmi:id="_SeWjYcX_EduPJbEsMYXjUQ" name="literalValue" type="_SeWkisX_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjYsX_EduPJbEsMYXjUQ"/> </ownedParameter> </ownedOperation> <ownedOperation xmi:id="_SeWjY8X_EduPJbEsMYXjUQ" name="convertToString" visibility="public"> <ownedParameter xmi:id="_SeWjZMX_EduPJbEsMYXjUQ" type="_SeWkisX_EduPJbEsMYXjUQ" isOrdered="true" direction="return"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjZcX_EduPJbEsMYXjUQ"/> </ownedParameter> <ownedParameter xmi:id="_SeWjZsX_EduPJbEsMYXjUQ" name="eDataType" type="_SeWjasX_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjZ8X_EduPJbEsMYXjUQ"/> </ownedParameter> <ownedParameter xmi:id="_SeWjaMX_EduPJbEsMYXjUQ" name="instanceValue" type="_SeWkccX_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjacX_EduPJbEsMYXjUQ"/> </ownedParameter> </ownedOperation> </packagedElement> <packagedElement xmi:type="uml:Class" xmi:id="_SeWjdsX_EduPJbEsMYXjUQ" name="EGenericType"> <eAnnotations xmi:id="_SeWjd8X_EduPJbEsMYXjUQ" source="http://www.eclipse.org/emf/2002/Ecore"> <details xmi:id="_SeWjeMX_EduPJbEsMYXjUQ" key="constraints" value="ConsistentType ConsistentBounds ConsistentArguments"/> </eAnnotations> <generalization xmi:id="_SeWjecX_EduPJbEsMYXjUQ" general="_SeWijsX_EduPJbEsMYXjUQ"/> <ownedAttribute xmi:id="_SeWjesX_EduPJbEsMYXjUQ" name="eUpperBound" type="_SeWjdsX_EduPJbEsMYXjUQ" isOrdered="true" aggregation="composite" association="_SeWjhsX_EduPJbEsMYXjUQ"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWje8X_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWjfMX_EduPJbEsMYXjUQ" name="eTypeArguments" type="_SeWjdsX_EduPJbEsMYXjUQ" isOrdered="true" aggregation="composite" association="_SeWjiMX_EduPJbEsMYXjUQ"> <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_SeWjfcX_EduPJbEsMYXjUQ" value="*"/> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjfsX_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWjf8X_EduPJbEsMYXjUQ" name="eRawType" type="_SeWjG8X_EduPJbEsMYXjUQ" isOrdered="true" isReadOnly="true" isDerived="true" association="_SeWjisX_EduPJbEsMYXjUQ"/> <ownedAttribute xmi:id="_SeWjgMX_EduPJbEsMYXjUQ" name="eLowerBound" type="_SeWjdsX_EduPJbEsMYXjUQ" isOrdered="true" aggregation="composite" association="_SeWjjMX_EduPJbEsMYXjUQ"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjgcX_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWjgsX_EduPJbEsMYXjUQ" name="eTypeParameter" type="_SeWjccX_EduPJbEsMYXjUQ" isOrdered="true" association="_SeWjjsX_EduPJbEsMYXjUQ"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjg8X_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWjhMX_EduPJbEsMYXjUQ" name="eClassifier" type="_SeWjG8X_EduPJbEsMYXjUQ" isOrdered="true" association="_SeWjkMX_EduPJbEsMYXjUQ"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjhcX_EduPJbEsMYXjUQ"/> </ownedAttribute> </packagedElement> <packagedElement xmi:type="uml:Class" xmi:id="_SeWihMX_EduPJbEsMYXjUQ" name="EModelElement" isAbstract="true"> <generalization xmi:id="_SeWihcX_EduPJbEsMYXjUQ" general="_SeWijsX_EduPJbEsMYXjUQ"/> <ownedAttribute xmi:id="_SeWihsX_EduPJbEsMYXjUQ" name="eAnnotations" type="_SeWj6cX_EduPJbEsMYXjUQ" isOrdered="true" aggregation="composite" association="_SeWkAcX_EduPJbEsMYXjUQ"> <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_SeWih8X_EduPJbEsMYXjUQ" value="*"/> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWiiMX_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedOperation xmi:id="_SeWiicX_EduPJbEsMYXjUQ" name="getEAnnotation" visibility="public"> <ownedParameter xmi:id="_SeWiisX_EduPJbEsMYXjUQ" type="_SeWj6cX_EduPJbEsMYXjUQ" isOrdered="true" direction="return"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWii8X_EduPJbEsMYXjUQ"/> </ownedParameter> <ownedParameter xmi:id="_SeWijMX_EduPJbEsMYXjUQ" name="source" type="_SeWkisX_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWijcX_EduPJbEsMYXjUQ"/> </ownedParameter> </ownedOperation> </packagedElement> <packagedElement xmi:type="uml:Class" xmi:id="_SeWifsX_EduPJbEsMYXjUQ" name="ENamedElement" isAbstract="true"> <eAnnotations xmi:id="_SeWif8X_EduPJbEsMYXjUQ" source="http://www.eclipse.org/emf/2002/Ecore"> <details xmi:id="_SeWigMX_EduPJbEsMYXjUQ" key="constraints" value="WellFormedName"/> </eAnnotations> <generalization xmi:id="_SeWigcX_EduPJbEsMYXjUQ" general="_SeWihMX_EduPJbEsMYXjUQ"/> <ownedAttribute xmi:id="_SeWigsX_EduPJbEsMYXjUQ" name="name" visibility="public" type="_SeWkisX_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWig8X_EduPJbEsMYXjUQ"/> </ownedAttribute> </packagedElement> <packagedElement xmi:type="uml:Class" xmi:id="_SeWijsX_EduPJbEsMYXjUQ" name="EObject"> <nestedClassifier xmi:type="uml:PrimitiveType" xmi:id="_SeWij8X_EduPJbEsMYXjUQ" name="EEList_EObject"> <templateBinding xmi:id="_SeWikMX_EduPJbEsMYXjUQ" signature="_SeWkV8X_EduPJbEsMYXjUQ"> <parameterSubstitution xmi:id="_SeWikcX_EduPJbEsMYXjUQ" formal="_SeWkWMX_EduPJbEsMYXjUQ" actual="_SeWijsX_EduPJbEsMYXjUQ"/> </templateBinding> </nestedClassifier> <nestedClassifier xmi:type="uml:PrimitiveType" xmi:id="_SeWiksX_EduPJbEsMYXjUQ" name="ETreeIterator_EObject"> <templateBinding xmi:id="_SeWik8X_EduPJbEsMYXjUQ" signature="_SeWkjsX_EduPJbEsMYXjUQ"> <parameterSubstitution xmi:id="_SeWilMX_EduPJbEsMYXjUQ" formal="_SeWkj8X_EduPJbEsMYXjUQ" actual="_SeWijsX_EduPJbEsMYXjUQ"/> </templateBinding> </nestedClassifier> <ownedOperation xmi:id="_SeWilcX_EduPJbEsMYXjUQ" name="eClass" visibility="public"> <ownedParameter xmi:id="_SeWilsX_EduPJbEsMYXjUQ" type="_SeWizcX_EduPJbEsMYXjUQ" isOrdered="true" direction="return"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWil8X_EduPJbEsMYXjUQ"/> </ownedParameter> </ownedOperation> <ownedOperation xmi:id="_SeWimMX_EduPJbEsMYXjUQ" name="eIsProxy" visibility="public"> <ownedParameter xmi:id="_SeWimcX_EduPJbEsMYXjUQ" type="_SeWkM8X_EduPJbEsMYXjUQ" isOrdered="true" direction="return"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWimsX_EduPJbEsMYXjUQ"/> </ownedParameter> </ownedOperation> <ownedOperation xmi:id="_SeWim8X_EduPJbEsMYXjUQ" name="eResource" visibility="public"> <ownedParameter xmi:id="_SeWinMX_EduPJbEsMYXjUQ" type="_SeWkgMX_EduPJbEsMYXjUQ" isOrdered="true" direction="return"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWincX_EduPJbEsMYXjUQ"/> </ownedParameter> </ownedOperation> <ownedOperation xmi:id="_SeWinsX_EduPJbEsMYXjUQ" name="eContainer" visibility="public"> <ownedParameter xmi:id="_SeWin8X_EduPJbEsMYXjUQ" type="_SeWijsX_EduPJbEsMYXjUQ" isOrdered="true" direction="return"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWioMX_EduPJbEsMYXjUQ"/> </ownedParameter> </ownedOperation> <ownedOperation xmi:id="_SeWiocX_EduPJbEsMYXjUQ" name="eContainingFeature" visibility="public"> <ownedParameter xmi:id="_SeWiosX_EduPJbEsMYXjUQ" type="_SeWiSMX_EduPJbEsMYXjUQ" isOrdered="true" direction="return"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWio8X_EduPJbEsMYXjUQ"/> </ownedParameter> </ownedOperation> <ownedOperation xmi:id="_SeWipMX_EduPJbEsMYXjUQ" name="eContainmentFeature" visibility="public"> <ownedParameter xmi:id="_SeWipcX_EduPJbEsMYXjUQ" type="_SeWjvsX_EduPJbEsMYXjUQ" isOrdered="true" direction="return"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWipsX_EduPJbEsMYXjUQ"/> </ownedParameter> </ownedOperation> <ownedOperation xmi:id="_SeWip8X_EduPJbEsMYXjUQ" name="eContents" visibility="public"> <ownedParameter xmi:id="_SeWiqMX_EduPJbEsMYXjUQ" type="_SeWij8X_EduPJbEsMYXjUQ" isOrdered="true" direction="return"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWiqcX_EduPJbEsMYXjUQ"/> </ownedParameter> </ownedOperation> <ownedOperation xmi:id="_SeWiqsX_EduPJbEsMYXjUQ" name="eAllContents" visibility="public"> <ownedParameter xmi:id="_SeWiq8X_EduPJbEsMYXjUQ" type="_SeWiksX_EduPJbEsMYXjUQ" isOrdered="true" direction="return"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWirMX_EduPJbEsMYXjUQ"/> </ownedParameter> </ownedOperation> <ownedOperation xmi:id="_SeWircX_EduPJbEsMYXjUQ" name="eCrossReferences" visibility="public"> <ownedParameter xmi:id="_SeWirsX_EduPJbEsMYXjUQ" type="_SeWij8X_EduPJbEsMYXjUQ" isOrdered="true" direction="return"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWir8X_EduPJbEsMYXjUQ"/> </ownedParameter> </ownedOperation> <ownedOperation xmi:id="_SeWisMX_EduPJbEsMYXjUQ" name="eGet" visibility="public"> <ownedParameter xmi:id="_SeWiscX_EduPJbEsMYXjUQ" type="_SeWkccX_EduPJbEsMYXjUQ" isOrdered="true" direction="return"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWissX_EduPJbEsMYXjUQ"/> </ownedParameter> <ownedParameter xmi:id="_SeWis8X_EduPJbEsMYXjUQ" name="feature" type="_SeWiSMX_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWitMX_EduPJbEsMYXjUQ"/> </ownedParameter> </ownedOperation> <ownedOperation xmi:id="_SeWitcX_EduPJbEsMYXjUQ" name="eGet" visibility="public"> <ownedParameter xmi:id="_SeWitsX_EduPJbEsMYXjUQ" type="_SeWkccX_EduPJbEsMYXjUQ" isOrdered="true" direction="return"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWit8X_EduPJbEsMYXjUQ"/> </ownedParameter> <ownedParameter xmi:id="_SeWiuMX_EduPJbEsMYXjUQ" name="feature" type="_SeWiSMX_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWiucX_EduPJbEsMYXjUQ"/> </ownedParameter> <ownedParameter xmi:id="_SeWiusX_EduPJbEsMYXjUQ" name="resolve" type="_SeWkM8X_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWiu8X_EduPJbEsMYXjUQ"/> </ownedParameter> </ownedOperation> <ownedOperation xmi:id="_SeWivMX_EduPJbEsMYXjUQ" name="eSet" visibility="public"> <ownedParameter xmi:id="_SeWivcX_EduPJbEsMYXjUQ" isOrdered="true" direction="return"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWivsX_EduPJbEsMYXjUQ"/> </ownedParameter> <ownedParameter xmi:id="_SeWiv8X_EduPJbEsMYXjUQ" name="feature" type="_SeWiSMX_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWiwMX_EduPJbEsMYXjUQ"/> </ownedParameter> <ownedParameter xmi:id="_SeWiwcX_EduPJbEsMYXjUQ" name="newValue" type="_SeWkccX_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWiwsX_EduPJbEsMYXjUQ"/> </ownedParameter> </ownedOperation> <ownedOperation xmi:id="_SeWiw8X_EduPJbEsMYXjUQ" name="eIsSet" visibility="public"> <ownedParameter xmi:id="_SeWixMX_EduPJbEsMYXjUQ" type="_SeWkM8X_EduPJbEsMYXjUQ" isOrdered="true" direction="return"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWixcX_EduPJbEsMYXjUQ"/> </ownedParameter> <ownedParameter xmi:id="_SeWixsX_EduPJbEsMYXjUQ" name="feature" type="_SeWiSMX_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWix8X_EduPJbEsMYXjUQ"/> </ownedParameter> </ownedOperation> <ownedOperation xmi:id="_SeWiyMX_EduPJbEsMYXjUQ" name="eUnset" visibility="public"> <ownedParameter xmi:id="_SeWiycX_EduPJbEsMYXjUQ" isOrdered="true" direction="return"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWiysX_EduPJbEsMYXjUQ"/> </ownedParameter> <ownedParameter xmi:id="_SeWiy8X_EduPJbEsMYXjUQ" name="feature" type="_SeWiSMX_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWizMX_EduPJbEsMYXjUQ"/> </ownedParameter> </ownedOperation> </packagedElement> <packagedElement xmi:type="uml:Class" xmi:id="_SeWjmMX_EduPJbEsMYXjUQ" name="EOperation"> <eAnnotations xmi:id="_SeWjmcX_EduPJbEsMYXjUQ" source="http://www.eclipse.org/emf/2002/Ecore"> <details xmi:id="_SeWjmsX_EduPJbEsMYXjUQ" key="constraints" value="UniqueParameterNames UniqueTypeParameterNames NoRepeatingVoid"/> </eAnnotations> <generalization xmi:id="_SeWjm8X_EduPJbEsMYXjUQ" general="_SeWiZMX_EduPJbEsMYXjUQ"/> <ownedAttribute xmi:id="_SeWjnMX_EduPJbEsMYXjUQ" name="eContainingClass" type="_SeWizcX_EduPJbEsMYXjUQ" isOrdered="true" isReadOnly="true" association="_SeWjsMX_EduPJbEsMYXjUQ"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjncX_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWjnsX_EduPJbEsMYXjUQ" name="eTypeParameters" type="_SeWjccX_EduPJbEsMYXjUQ" isOrdered="true" aggregation="composite" association="_SeWjscX_EduPJbEsMYXjUQ"> <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_SeWjn8X_EduPJbEsMYXjUQ" value="*"/> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjoMX_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWjocX_EduPJbEsMYXjUQ" name="eParameters" type="_SeWjs8X_EduPJbEsMYXjUQ" isOrdered="true" aggregation="composite" association="_SeWjt8X_EduPJbEsMYXjUQ"> <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_SeWjosX_EduPJbEsMYXjUQ" value="*"/> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjo8X_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWjpMX_EduPJbEsMYXjUQ" name="eExceptions" type="_SeWjG8X_EduPJbEsMYXjUQ" isOrdered="true" association="_SeWjuMX_EduPJbEsMYXjUQ"> <eAnnotations xmi:id="_SeWjpcX_EduPJbEsMYXjUQ" source="http://www.eclipse.org/emf/2002/GenModel"> <details xmi:id="_SeWjpsX_EduPJbEsMYXjUQ" key="suppressedUnsetVisibility" value="true"/> <details xmi:id="_SeWjp8X_EduPJbEsMYXjUQ" key="suppressedIsSetVisibility" value="true"/> </eAnnotations> <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_SeWjqMX_EduPJbEsMYXjUQ" value="*"/> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjqcX_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWjqsX_EduPJbEsMYXjUQ" name="eGenericExceptions" type="_SeWjdsX_EduPJbEsMYXjUQ" isOrdered="true" aggregation="composite" association="_SeWjusX_EduPJbEsMYXjUQ"> <eAnnotations xmi:id="_SeWjq8X_EduPJbEsMYXjUQ" source="http://www.eclipse.org/emf/2002/GenModel"> <details xmi:id="_SeWjrMX_EduPJbEsMYXjUQ" key="suppressedUnsetVisibility" value="true"/> <details xmi:id="_SeWjrcX_EduPJbEsMYXjUQ" key="suppressedIsSetVisibility" value="true"/> </eAnnotations> <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_SeWjrsX_EduPJbEsMYXjUQ" value="*"/> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjr8X_EduPJbEsMYXjUQ"/> </ownedAttribute> </packagedElement> <packagedElement xmi:type="uml:Class" xmi:id="_SeWjPsX_EduPJbEsMYXjUQ" name="EPackage"> <eAnnotations xmi:id="_SeWjP8X_EduPJbEsMYXjUQ" source="http://www.eclipse.org/emf/2002/Ecore"> <details xmi:id="_SeWjQMX_EduPJbEsMYXjUQ" key="constraints" value="WellFormedNsURI WellFormedNsPrefix UniqueSubpackageNames UniqueClassifierNames UniqueNsURIs"/> </eAnnotations> <generalization xmi:id="_SeWjQcX_EduPJbEsMYXjUQ" general="_SeWifsX_EduPJbEsMYXjUQ"/> <ownedAttribute xmi:id="_SeWjQsX_EduPJbEsMYXjUQ" name="nsURI" visibility="public" type="_SeWkisX_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjQ8X_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWjRMX_EduPJbEsMYXjUQ" name="nsPrefix" visibility="public" type="_SeWkisX_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjRcX_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWjRsX_EduPJbEsMYXjUQ" name="eFactoryInstance" type="_SeWjVMX_EduPJbEsMYXjUQ" isOrdered="true" association="_SeWjbsX_EduPJbEsMYXjUQ"/> <ownedAttribute xmi:id="_SeWjR8X_EduPJbEsMYXjUQ" name="eClassifiers" type="_SeWjG8X_EduPJbEsMYXjUQ" isOrdered="true" aggregation="composite" association="_SeWjb8X_EduPJbEsMYXjUQ"> <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_SeWjSMX_EduPJbEsMYXjUQ" value="*"/> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjScX_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWjSsX_EduPJbEsMYXjUQ" name="eSubpackages" type="_SeWjPsX_EduPJbEsMYXjUQ" isOrdered="true" aggregation="composite" association="_SeWjcMX_EduPJbEsMYXjUQ"> <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_SeWjS8X_EduPJbEsMYXjUQ" value="*"/> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjTMX_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWjTcX_EduPJbEsMYXjUQ" name="eSuperPackage" type="_SeWjPsX_EduPJbEsMYXjUQ" isOrdered="true" isReadOnly="true" association="_SeWjcMX_EduPJbEsMYXjUQ"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjTsX_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedOperation xmi:id="_SeWjT8X_EduPJbEsMYXjUQ" name="getEClassifier" visibility="public"> <ownedParameter xmi:id="_SeWjUMX_EduPJbEsMYXjUQ" type="_SeWjG8X_EduPJbEsMYXjUQ" isOrdered="true" direction="return"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjUcX_EduPJbEsMYXjUQ"/> </ownedParameter> <ownedParameter xmi:id="_SeWjUsX_EduPJbEsMYXjUQ" name="name" type="_SeWkisX_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjU8X_EduPJbEsMYXjUQ"/> </ownedParameter> </ownedOperation> </packagedElement> <packagedElement xmi:type="uml:Class" xmi:id="_SeWjs8X_EduPJbEsMYXjUQ" name="EParameter"> <generalization xmi:id="_SeWjtMX_EduPJbEsMYXjUQ" general="_SeWiZMX_EduPJbEsMYXjUQ"/> <ownedAttribute xmi:id="_SeWjtcX_EduPJbEsMYXjUQ" name="eOperation" type="_SeWjmMX_EduPJbEsMYXjUQ" isOrdered="true" isReadOnly="true" association="_SeWjt8X_EduPJbEsMYXjUQ"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjtsX_EduPJbEsMYXjUQ"/> </ownedAttribute> </packagedElement> <packagedElement xmi:type="uml:Class" xmi:id="_SeWjvsX_EduPJbEsMYXjUQ" name="EReference"> <eAnnotations xmi:id="_SeWjv8X_EduPJbEsMYXjUQ" source="http://www.eclipse.org/emf/2002/Ecore"> <details xmi:id="_SeWjwMX_EduPJbEsMYXjUQ" key="constraints" value="ConsistentOpposite SingleContainer ConsistentKeys"/> </eAnnotations> <generalization xmi:id="_SeWjwcX_EduPJbEsMYXjUQ" general="_SeWiSMX_EduPJbEsMYXjUQ"/> <ownedAttribute xmi:id="_SeWjwsX_EduPJbEsMYXjUQ" name="containment" visibility="public" type="_SeWkM8X_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjw8X_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWjxMX_EduPJbEsMYXjUQ" name="container" visibility="public" type="_SeWkM8X_EduPJbEsMYXjUQ" isOrdered="true" isReadOnly="true" isDerived="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjxcX_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWjxsX_EduPJbEsMYXjUQ" name="resolveProxies" visibility="public" type="_SeWkM8X_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjx8X_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWjyMX_EduPJbEsMYXjUQ" name="eOpposite" type="_SeWjvsX_EduPJbEsMYXjUQ" isOrdered="true" association="_SeWjzsX_EduPJbEsMYXjUQ"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjycX_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWjysX_EduPJbEsMYXjUQ" name="eReferenceType" type="_SeWizcX_EduPJbEsMYXjUQ" isOrdered="true" isReadOnly="true" isDerived="true" association="_SeWj0MX_EduPJbEsMYXjUQ"/> <ownedAttribute xmi:id="_SeWjy8X_EduPJbEsMYXjUQ" name="eKeys" type="_SeWiQcX_EduPJbEsMYXjUQ" isOrdered="true" association="_SeWj0sX_EduPJbEsMYXjUQ"> <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_SeWjzMX_EduPJbEsMYXjUQ" value="*"/> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjzcX_EduPJbEsMYXjUQ"/> </ownedAttribute> </packagedElement> <packagedElement xmi:type="uml:Class" xmi:id="_SeWj-sX_EduPJbEsMYXjUQ" name="EStringToStringMapEntry"> <ownedAttribute xmi:id="_SeWj-8X_EduPJbEsMYXjUQ" name="key" visibility="public" type="_SeWkisX_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWj_MX_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWj_cX_EduPJbEsMYXjUQ" name="value" visibility="public" type="_SeWkisX_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWj_sX_EduPJbEsMYXjUQ"/> </ownedAttribute> </packagedElement> <packagedElement xmi:type="uml:Class" xmi:id="_SeWiSMX_EduPJbEsMYXjUQ" name="EStructuralFeature" isAbstract="true"> <generalization xmi:id="_SeWiScX_EduPJbEsMYXjUQ" general="_SeWiZMX_EduPJbEsMYXjUQ"/> <ownedAttribute xmi:id="_SeWiSsX_EduPJbEsMYXjUQ" name="eContainingClass" type="_SeWizcX_EduPJbEsMYXjUQ" isOrdered="true" isReadOnly="true" association="_SeWj5MX_EduPJbEsMYXjUQ"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWiS8X_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWiTMX_EduPJbEsMYXjUQ" name="changeable" visibility="public" type="_SeWkM8X_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWiTcX_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWiTsX_EduPJbEsMYXjUQ" name="volatile" visibility="public" type="_SeWkM8X_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWiT8X_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWiUMX_EduPJbEsMYXjUQ" name="transient" visibility="public" type="_SeWkM8X_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWiUcX_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWiUsX_EduPJbEsMYXjUQ" name="defaultValueLiteral" visibility="public" type="_SeWkisX_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWiU8X_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWiVMX_EduPJbEsMYXjUQ" name="defaultValue" visibility="public" type="_SeWkccX_EduPJbEsMYXjUQ" isOrdered="true" isReadOnly="true" isDerived="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWiVcX_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWiVsX_EduPJbEsMYXjUQ" name="unsettable" visibility="public" type="_SeWkM8X_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWiV8X_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWiWMX_EduPJbEsMYXjUQ" name="derived" visibility="public" type="_SeWkM8X_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWiWcX_EduPJbEsMYXjUQ"/> </ownedAttribute> <nestedClassifier xmi:type="uml:Class" xmi:id="_SeWiWsX_EduPJbEsMYXjUQ" name="Wildcard"/> <nestedClassifier xmi:type="uml:PrimitiveType" xmi:id="_SeWiW8X_EduPJbEsMYXjUQ" name="EJavaClass_Wildcard"> <templateBinding xmi:id="_SeWiXMX_EduPJbEsMYXjUQ" signature="_SeWkbsX_EduPJbEsMYXjUQ"> <parameterSubstitution xmi:id="_SeWiXcX_EduPJbEsMYXjUQ" formal="_SeWkb8X_EduPJbEsMYXjUQ" actual="_SeWiWsX_EduPJbEsMYXjUQ"/> </templateBinding> </nestedClassifier> <ownedOperation xmi:id="_SeWiXsX_EduPJbEsMYXjUQ" name="getFeatureID" visibility="public"> <ownedParameter xmi:id="_SeWiX8X_EduPJbEsMYXjUQ" type="_SeWkZcX_EduPJbEsMYXjUQ" isOrdered="true" direction="return"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWiYMX_EduPJbEsMYXjUQ"/> </ownedParameter> </ownedOperation> <ownedOperation xmi:id="_SeWiYcX_EduPJbEsMYXjUQ" name="getContainerClass" visibility="public"> <ownedParameter xmi:id="_SeWiYsX_EduPJbEsMYXjUQ" type="_SeWiW8X_EduPJbEsMYXjUQ" isOrdered="true" direction="return"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWiY8X_EduPJbEsMYXjUQ"/> </ownedParameter> </ownedOperation> </packagedElement> <packagedElement xmi:type="uml:Class" xmi:id="_SeWiZMX_EduPJbEsMYXjUQ" name="ETypedElement" isAbstract="true"> <eAnnotations xmi:id="_SeWiZcX_EduPJbEsMYXjUQ" source="http://www.eclipse.org/emf/2002/Ecore"> <details xmi:id="_SeWiZsX_EduPJbEsMYXjUQ" key="constraints" value="ValidLowerBound ValidUpperBound ConsistentBounds ValidType"/> </eAnnotations> <generalization xmi:id="_SeWiZ8X_EduPJbEsMYXjUQ" general="_SeWifsX_EduPJbEsMYXjUQ"/> <ownedAttribute xmi:id="_SeWiaMX_EduPJbEsMYXjUQ" name="ordered" visibility="public" type="_SeWkM8X_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWiacX_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWiasX_EduPJbEsMYXjUQ" name="unique" visibility="public" type="_SeWkM8X_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWia8X_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWibMX_EduPJbEsMYXjUQ" name="lowerBound" visibility="public" type="_SeWkZcX_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWibcX_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWibsX_EduPJbEsMYXjUQ" name="upperBound" visibility="public" type="_SeWkZcX_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWib8X_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWicMX_EduPJbEsMYXjUQ" name="many" visibility="public" type="_SeWkM8X_EduPJbEsMYXjUQ" isOrdered="true" isReadOnly="true" isDerived="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWiccX_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWicsX_EduPJbEsMYXjUQ" name="required" visibility="public" type="_SeWkM8X_EduPJbEsMYXjUQ" isOrdered="true" isReadOnly="true" isDerived="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWic8X_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWidMX_EduPJbEsMYXjUQ" name="eType" type="_SeWjG8X_EduPJbEsMYXjUQ" isOrdered="true" association="_SeWkBsX_EduPJbEsMYXjUQ"> <eAnnotations xmi:id="_SeWidcX_EduPJbEsMYXjUQ" source="http://www.eclipse.org/emf/2002/GenModel"> <details xmi:id="_SeWidsX_EduPJbEsMYXjUQ" key="suppressedUnsetVisibility" value="true"/> <details xmi:id="_SeWid8X_EduPJbEsMYXjUQ" key="suppressedIsSetVisibility" value="true"/> </eAnnotations> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWieMX_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWiecX_EduPJbEsMYXjUQ" name="eGenericType" type="_SeWjdsX_EduPJbEsMYXjUQ" isOrdered="true" aggregation="composite" association="_SeWkCMX_EduPJbEsMYXjUQ"> <eAnnotations xmi:id="_SeWiesX_EduPJbEsMYXjUQ" source="http://www.eclipse.org/emf/2002/GenModel"> <details xmi:id="_SeWie8X_EduPJbEsMYXjUQ" key="suppressedUnsetVisibility" value="true"/> <details xmi:id="_SeWifMX_EduPJbEsMYXjUQ" key="suppressedIsSetVisibility" value="true"/> </eAnnotations> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWifcX_EduPJbEsMYXjUQ"/> </ownedAttribute> </packagedElement> <packagedElement xmi:type="uml:Class" xmi:id="_SeWjccX_EduPJbEsMYXjUQ" name="ETypeParameter"> <generalization xmi:id="_SeWjcsX_EduPJbEsMYXjUQ" general="_SeWifsX_EduPJbEsMYXjUQ"/> <ownedAttribute xmi:id="_SeWjc8X_EduPJbEsMYXjUQ" name="eBounds" type="_SeWjdsX_EduPJbEsMYXjUQ" isOrdered="true" aggregation="composite" association="_SeWjksX_EduPJbEsMYXjUQ"> <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_SeWjdMX_EduPJbEsMYXjUQ" value="*"/> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjdcX_EduPJbEsMYXjUQ"/> </ownedAttribute> </packagedElement> <packagedElement xmi:type="uml:Association" xmi:id="_SeWjbsX_EduPJbEsMYXjUQ" memberEnd="_SeWjVsX_EduPJbEsMYXjUQ _SeWjRsX_EduPJbEsMYXjUQ"/> <packagedElement xmi:type="uml:Association" xmi:id="_SeWjb8X_EduPJbEsMYXjUQ" memberEnd="_SeWjR8X_EduPJbEsMYXjUQ _SeWjLcX_EduPJbEsMYXjUQ"/> <packagedElement xmi:type="uml:Association" xmi:id="_SeWjcMX_EduPJbEsMYXjUQ" memberEnd="_SeWjSsX_EduPJbEsMYXjUQ _SeWjTcX_EduPJbEsMYXjUQ"/> <packagedElement xmi:type="uml:Association" xmi:id="_SeWjhsX_EduPJbEsMYXjUQ" memberEnd="_SeWjesX_EduPJbEsMYXjUQ _SeWjh8X_EduPJbEsMYXjUQ"> <ownedEnd xmi:id="_SeWjh8X_EduPJbEsMYXjUQ" type="_SeWjdsX_EduPJbEsMYXjUQ" association="_SeWjhsX_EduPJbEsMYXjUQ"/> </packagedElement> <packagedElement xmi:type="uml:Association" xmi:id="_SeWjiMX_EduPJbEsMYXjUQ" memberEnd="_SeWjfMX_EduPJbEsMYXjUQ _SeWjicX_EduPJbEsMYXjUQ"> <ownedEnd xmi:id="_SeWjicX_EduPJbEsMYXjUQ" type="_SeWjdsX_EduPJbEsMYXjUQ" association="_SeWjiMX_EduPJbEsMYXjUQ"/> </packagedElement> <packagedElement xmi:type="uml:Association" xmi:id="_SeWjisX_EduPJbEsMYXjUQ" memberEnd="_SeWjf8X_EduPJbEsMYXjUQ _SeWji8X_EduPJbEsMYXjUQ"> <ownedEnd xmi:id="_SeWji8X_EduPJbEsMYXjUQ" type="_SeWjdsX_EduPJbEsMYXjUQ" association="_SeWjisX_EduPJbEsMYXjUQ"/> </packagedElement> <packagedElement xmi:type="uml:Association" xmi:id="_SeWjjMX_EduPJbEsMYXjUQ" memberEnd="_SeWjgMX_EduPJbEsMYXjUQ _SeWjjcX_EduPJbEsMYXjUQ"> <ownedEnd xmi:id="_SeWjjcX_EduPJbEsMYXjUQ" type="_SeWjdsX_EduPJbEsMYXjUQ" association="_SeWjjMX_EduPJbEsMYXjUQ"/> </packagedElement> <packagedElement xmi:type="uml:Association" xmi:id="_SeWjjsX_EduPJbEsMYXjUQ" memberEnd="_SeWjgsX_EduPJbEsMYXjUQ _SeWjj8X_EduPJbEsMYXjUQ"> <ownedEnd xmi:id="_SeWjj8X_EduPJbEsMYXjUQ" type="_SeWjdsX_EduPJbEsMYXjUQ" association="_SeWjjsX_EduPJbEsMYXjUQ"/> </packagedElement> <packagedElement xmi:type="uml:Association" xmi:id="_SeWjkMX_EduPJbEsMYXjUQ" memberEnd="_SeWjhMX_EduPJbEsMYXjUQ _SeWjkcX_EduPJbEsMYXjUQ"> <ownedEnd xmi:id="_SeWjkcX_EduPJbEsMYXjUQ" type="_SeWjdsX_EduPJbEsMYXjUQ" association="_SeWjkMX_EduPJbEsMYXjUQ"/> </packagedElement> <packagedElement xmi:type="uml:Association" xmi:id="_SeWjksX_EduPJbEsMYXjUQ" memberEnd="_SeWjc8X_EduPJbEsMYXjUQ _SeWjk8X_EduPJbEsMYXjUQ"> <ownedEnd xmi:id="_SeWjk8X_EduPJbEsMYXjUQ" type="_SeWjccX_EduPJbEsMYXjUQ" association="_SeWjksX_EduPJbEsMYXjUQ"/> </packagedElement> <packagedElement xmi:type="uml:Association" xmi:id="_SeWjlMX_EduPJbEsMYXjUQ" memberEnd="_SeWjL8X_EduPJbEsMYXjUQ _SeWjlcX_EduPJbEsMYXjUQ"> <ownedEnd xmi:id="_SeWjlcX_EduPJbEsMYXjUQ" type="_SeWjG8X_EduPJbEsMYXjUQ" association="_SeWjlMX_EduPJbEsMYXjUQ"/> </packagedElement> <packagedElement xmi:type="uml:Association" xmi:id="_SeWjlsX_EduPJbEsMYXjUQ" memberEnd="_SeWi1cX_EduPJbEsMYXjUQ _SeWjl8X_EduPJbEsMYXjUQ"> <ownedEnd xmi:id="_SeWjl8X_EduPJbEsMYXjUQ" type="_SeWizcX_EduPJbEsMYXjUQ" association="_SeWjlsX_EduPJbEsMYXjUQ"/> </packagedElement> <packagedElement xmi:type="uml:Association" xmi:id="_SeWjsMX_EduPJbEsMYXjUQ" memberEnd="_SeWi28X_EduPJbEsMYXjUQ _SeWjnMX_EduPJbEsMYXjUQ"/> <packagedElement xmi:type="uml:Association" xmi:id="_SeWjscX_EduPJbEsMYXjUQ" memberEnd="_SeWjnsX_EduPJbEsMYXjUQ _SeWjssX_EduPJbEsMYXjUQ"> <ownedEnd xmi:id="_SeWjssX_EduPJbEsMYXjUQ" type="_SeWjmMX_EduPJbEsMYXjUQ" association="_SeWjscX_EduPJbEsMYXjUQ"/> </packagedElement> <packagedElement xmi:type="uml:Association" xmi:id="_SeWjt8X_EduPJbEsMYXjUQ" memberEnd="_SeWjocX_EduPJbEsMYXjUQ _SeWjtcX_EduPJbEsMYXjUQ"/> <packagedElement xmi:type="uml:Association" xmi:id="_SeWjuMX_EduPJbEsMYXjUQ" memberEnd="_SeWjpMX_EduPJbEsMYXjUQ _SeWjucX_EduPJbEsMYXjUQ"> <ownedEnd xmi:id="_SeWjucX_EduPJbEsMYXjUQ" type="_SeWjmMX_EduPJbEsMYXjUQ" association="_SeWjuMX_EduPJbEsMYXjUQ"/> </packagedElement> <packagedElement xmi:type="uml:Association" xmi:id="_SeWjusX_EduPJbEsMYXjUQ" memberEnd="_SeWjqsX_EduPJbEsMYXjUQ _SeWju8X_EduPJbEsMYXjUQ"> <ownedEnd xmi:id="_SeWju8X_EduPJbEsMYXjUQ" type="_SeWjmMX_EduPJbEsMYXjUQ" association="_SeWjusX_EduPJbEsMYXjUQ"/> </packagedElement> <packagedElement xmi:type="uml:Association" xmi:id="_SeWjvMX_EduPJbEsMYXjUQ" memberEnd="_SeWi3sX_EduPJbEsMYXjUQ _SeWjvcX_EduPJbEsMYXjUQ"> <ownedEnd xmi:id="_SeWjvcX_EduPJbEsMYXjUQ" type="_SeWizcX_EduPJbEsMYXjUQ" association="_SeWjvMX_EduPJbEsMYXjUQ"/> </packagedElement> <packagedElement xmi:type="uml:Association" xmi:id="_SeWjzsX_EduPJbEsMYXjUQ" memberEnd="_SeWjyMX_EduPJbEsMYXjUQ _SeWjz8X_EduPJbEsMYXjUQ"> <ownedEnd xmi:id="_SeWjz8X_EduPJbEsMYXjUQ" type="_SeWjvsX_EduPJbEsMYXjUQ" association="_SeWjzsX_EduPJbEsMYXjUQ"/> </packagedElement> <packagedElement xmi:type="uml:Association" xmi:id="_SeWj0MX_EduPJbEsMYXjUQ" memberEnd="_SeWjysX_EduPJbEsMYXjUQ _SeWj0cX_EduPJbEsMYXjUQ"> <ownedEnd xmi:id="_SeWj0cX_EduPJbEsMYXjUQ" type="_SeWjvsX_EduPJbEsMYXjUQ" association="_SeWj0MX_EduPJbEsMYXjUQ"/> </packagedElement> <packagedElement xmi:type="uml:Association" xmi:id="_SeWj0sX_EduPJbEsMYXjUQ" memberEnd="_SeWjy8X_EduPJbEsMYXjUQ _SeWj08X_EduPJbEsMYXjUQ"> <ownedEnd xmi:id="_SeWj08X_EduPJbEsMYXjUQ" type="_SeWjvsX_EduPJbEsMYXjUQ" association="_SeWj0sX_EduPJbEsMYXjUQ"/> </packagedElement> <packagedElement xmi:type="uml:Association" xmi:id="_SeWj1MX_EduPJbEsMYXjUQ" memberEnd="_SeWi4cX_EduPJbEsMYXjUQ _SeWj1cX_EduPJbEsMYXjUQ"> <ownedEnd xmi:id="_SeWj1cX_EduPJbEsMYXjUQ" type="_SeWizcX_EduPJbEsMYXjUQ" association="_SeWj1MX_EduPJbEsMYXjUQ"/> </packagedElement> <packagedElement xmi:type="uml:Association" xmi:id="_SeWj1sX_EduPJbEsMYXjUQ" memberEnd="_SeWi5MX_EduPJbEsMYXjUQ _SeWj18X_EduPJbEsMYXjUQ"> <ownedEnd xmi:id="_SeWj18X_EduPJbEsMYXjUQ" type="_SeWizcX_EduPJbEsMYXjUQ" association="_SeWj1sX_EduPJbEsMYXjUQ"/> </packagedElement> <packagedElement xmi:type="uml:Association" xmi:id="_SeWj2MX_EduPJbEsMYXjUQ" memberEnd="_SeWi58X_EduPJbEsMYXjUQ _SeWj2cX_EduPJbEsMYXjUQ"> <ownedEnd xmi:id="_SeWj2cX_EduPJbEsMYXjUQ" type="_SeWizcX_EduPJbEsMYXjUQ" association="_SeWj2MX_EduPJbEsMYXjUQ"/> </packagedElement> <packagedElement xmi:type="uml:Association" xmi:id="_SeWj2sX_EduPJbEsMYXjUQ" memberEnd="_SeWi6sX_EduPJbEsMYXjUQ _SeWj28X_EduPJbEsMYXjUQ"> <ownedEnd xmi:id="_SeWj28X_EduPJbEsMYXjUQ" type="_SeWizcX_EduPJbEsMYXjUQ" association="_SeWj2sX_EduPJbEsMYXjUQ"/> </packagedElement> <packagedElement xmi:type="uml:Association" xmi:id="_SeWj3MX_EduPJbEsMYXjUQ" memberEnd="_SeWi7cX_EduPJbEsMYXjUQ _SeWj3cX_EduPJbEsMYXjUQ"> <ownedEnd xmi:id="_SeWj3cX_EduPJbEsMYXjUQ" type="_SeWizcX_EduPJbEsMYXjUQ" association="_SeWj3MX_EduPJbEsMYXjUQ"/> </packagedElement> <packagedElement xmi:type="uml:Association" xmi:id="_SeWj3sX_EduPJbEsMYXjUQ" memberEnd="_SeWi8MX_EduPJbEsMYXjUQ _SeWj38X_EduPJbEsMYXjUQ"> <ownedEnd xmi:id="_SeWj38X_EduPJbEsMYXjUQ" type="_SeWizcX_EduPJbEsMYXjUQ" association="_SeWj3sX_EduPJbEsMYXjUQ"/> </packagedElement> <packagedElement xmi:type="uml:Association" xmi:id="_SeWj4MX_EduPJbEsMYXjUQ" memberEnd="_SeWi88X_EduPJbEsMYXjUQ _SeWj4cX_EduPJbEsMYXjUQ"> <ownedEnd xmi:id="_SeWj4cX_EduPJbEsMYXjUQ" type="_SeWizcX_EduPJbEsMYXjUQ" association="_SeWj4MX_EduPJbEsMYXjUQ"/> </packagedElement> <packagedElement xmi:type="uml:Association" xmi:id="_SeWj4sX_EduPJbEsMYXjUQ" memberEnd="_SeWi9sX_EduPJbEsMYXjUQ _SeWj48X_EduPJbEsMYXjUQ"> <ownedEnd xmi:id="_SeWj48X_EduPJbEsMYXjUQ" type="_SeWizcX_EduPJbEsMYXjUQ" association="_SeWj4sX_EduPJbEsMYXjUQ"/> </packagedElement> <packagedElement xmi:type="uml:Association" xmi:id="_SeWj5MX_EduPJbEsMYXjUQ" memberEnd="_SeWi-MX_EduPJbEsMYXjUQ _SeWiSsX_EduPJbEsMYXjUQ"/> <packagedElement xmi:type="uml:Association" xmi:id="_SeWj5cX_EduPJbEsMYXjUQ" memberEnd="_SeWi-8X_EduPJbEsMYXjUQ _SeWj5sX_EduPJbEsMYXjUQ"> <ownedEnd xmi:id="_SeWj5sX_EduPJbEsMYXjUQ" type="_SeWizcX_EduPJbEsMYXjUQ" association="_SeWj5cX_EduPJbEsMYXjUQ"/> </packagedElement> <packagedElement xmi:type="uml:Association" xmi:id="_SeWj58X_EduPJbEsMYXjUQ" memberEnd="_SeWjAcX_EduPJbEsMYXjUQ _SeWj6MX_EduPJbEsMYXjUQ"> <ownedEnd xmi:id="_SeWj6MX_EduPJbEsMYXjUQ" type="_SeWizcX_EduPJbEsMYXjUQ" association="_SeWj58X_EduPJbEsMYXjUQ"/> </packagedElement> <packagedElement xmi:type="uml:Association" xmi:id="_SeWj_8X_EduPJbEsMYXjUQ" memberEnd="_SeWj78X_EduPJbEsMYXjUQ _SeWkAMX_EduPJbEsMYXjUQ"> <ownedEnd xmi:id="_SeWkAMX_EduPJbEsMYXjUQ" type="_SeWj6cX_EduPJbEsMYXjUQ" association="_SeWj_8X_EduPJbEsMYXjUQ"/> </packagedElement> <packagedElement xmi:type="uml:Association" xmi:id="_SeWkAcX_EduPJbEsMYXjUQ" memberEnd="_SeWihsX_EduPJbEsMYXjUQ _SeWj8sX_EduPJbEsMYXjUQ"/> <packagedElement xmi:type="uml:Association" xmi:id="_SeWkAsX_EduPJbEsMYXjUQ" memberEnd="_SeWj9MX_EduPJbEsMYXjUQ _SeWkA8X_EduPJbEsMYXjUQ"> <ownedEnd xmi:id="_SeWkA8X_EduPJbEsMYXjUQ" type="_SeWj6cX_EduPJbEsMYXjUQ" association="_SeWkAsX_EduPJbEsMYXjUQ"/> </packagedElement> <packagedElement xmi:type="uml:Association" xmi:id="_SeWkBMX_EduPJbEsMYXjUQ" memberEnd="_SeWj98X_EduPJbEsMYXjUQ _SeWkBcX_EduPJbEsMYXjUQ"> <ownedEnd xmi:id="_SeWkBcX_EduPJbEsMYXjUQ" type="_SeWj6cX_EduPJbEsMYXjUQ" association="_SeWkBMX_EduPJbEsMYXjUQ"/> </packagedElement> <packagedElement xmi:type="uml:Association" xmi:id="_SeWkBsX_EduPJbEsMYXjUQ" memberEnd="_SeWidMX_EduPJbEsMYXjUQ _SeWkB8X_EduPJbEsMYXjUQ"> <ownedEnd xmi:id="_SeWkB8X_EduPJbEsMYXjUQ" type="_SeWiZMX_EduPJbEsMYXjUQ" association="_SeWkBsX_EduPJbEsMYXjUQ"/> </packagedElement> <packagedElement xmi:type="uml:Association" xmi:id="_SeWkCMX_EduPJbEsMYXjUQ" memberEnd="_SeWiecX_EduPJbEsMYXjUQ _SeWkCcX_EduPJbEsMYXjUQ"> <ownedEnd xmi:id="_SeWkCcX_EduPJbEsMYXjUQ" type="_SeWiZMX_EduPJbEsMYXjUQ" association="_SeWkCMX_EduPJbEsMYXjUQ"/> </packagedElement> <packagedElement xmi:type="uml:Association" xmi:id="_SeWkCsX_EduPJbEsMYXjUQ" memberEnd="_SeWiR8X_EduPJbEsMYXjUQ _SeWkC8X_EduPJbEsMYXjUQ"> <ownedEnd xmi:id="_SeWkC8X_EduPJbEsMYXjUQ" type="_SeWiQcX_EduPJbEsMYXjUQ" association="_SeWkCsX_EduPJbEsMYXjUQ"/> </packagedElement> <packagedElement xmi:type="uml:Association" xmi:id="_SeWkLMX_EduPJbEsMYXjUQ" memberEnd="_SeWkEMX_EduPJbEsMYXjUQ _SeWkKsX_EduPJbEsMYXjUQ"/> <packagedElement xmi:type="uml:PrimitiveType" xmi:id="_SeWkLcX_EduPJbEsMYXjUQ" name="EBigDecimal"> <eAnnotations xmi:id="_SeWkLsX_EduPJbEsMYXjUQ" source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details xmi:id="_SeWkL8X_EduPJbEsMYXjUQ" key="baseType" value="http://www.w3.org/2001/XMLSchema#decimal"/> </eAnnotations> </packagedElement> <packagedElement xmi:type="uml:PrimitiveType" xmi:id="_SeWkMMX_EduPJbEsMYXjUQ" name="EBigInteger"> <eAnnotations xmi:id="_SeWkMcX_EduPJbEsMYXjUQ" source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details xmi:id="_SeWkMsX_EduPJbEsMYXjUQ" key="baseType" value="http://www.w3.org/2001/XMLSchema#integer"/> </eAnnotations> </packagedElement> <packagedElement xmi:type="uml:PrimitiveType" xmi:id="_SeWkM8X_EduPJbEsMYXjUQ" name="EBoolean"> <eAnnotations xmi:id="_SeWkNMX_EduPJbEsMYXjUQ" source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details xmi:id="_SeWkNcX_EduPJbEsMYXjUQ" key="baseType" value="http://www.w3.org/2001/XMLSchema#boolean"/> </eAnnotations> </packagedElement> <packagedElement xmi:type="uml:PrimitiveType" xmi:id="_SeWkNsX_EduPJbEsMYXjUQ" name="EBooleanObject"> <eAnnotations xmi:id="_SeWkN8X_EduPJbEsMYXjUQ" source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details xmi:id="_SeWkOMX_EduPJbEsMYXjUQ" key="name" value="EBoolean:Object"/> <details xmi:id="_SeWkOcX_EduPJbEsMYXjUQ" key="baseType" value="EBoolean"/> </eAnnotations> <generalization xmi:id="_SeWkOsX_EduPJbEsMYXjUQ" general="_SeWkM8X_EduPJbEsMYXjUQ"/> </packagedElement> <packagedElement xmi:type="uml:PrimitiveType" xmi:id="_SeWkO8X_EduPJbEsMYXjUQ" name="EByte"> <eAnnotations xmi:id="_SeWkPMX_EduPJbEsMYXjUQ" source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details xmi:id="_SeWkPcX_EduPJbEsMYXjUQ" key="baseType" value="http://www.w3.org/2001/XMLSchema#byte"/> </eAnnotations> </packagedElement> <packagedElement xmi:type="uml:PrimitiveType" xmi:id="_SeWkPsX_EduPJbEsMYXjUQ" name="EByteArray"> <eAnnotations xmi:id="_SeWkP8X_EduPJbEsMYXjUQ" source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details xmi:id="_SeWkQMX_EduPJbEsMYXjUQ" key="baseType" value="http://www.w3.org/2001/XMLSchema#hexBinary"/> </eAnnotations> </packagedElement> <packagedElement xmi:type="uml:PrimitiveType" xmi:id="_SeWkQcX_EduPJbEsMYXjUQ" name="EByteObject"> <eAnnotations xmi:id="_SeWkQsX_EduPJbEsMYXjUQ" source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details xmi:id="_SeWkQ8X_EduPJbEsMYXjUQ" key="name" value="EByte:Object"/> <details xmi:id="_SeWkRMX_EduPJbEsMYXjUQ" key="baseType" value="EByte"/> </eAnnotations> <generalization xmi:id="_SeWkRcX_EduPJbEsMYXjUQ" general="_SeWkO8X_EduPJbEsMYXjUQ"/> </packagedElement> <packagedElement xmi:type="uml:PrimitiveType" xmi:id="_SeWkRsX_EduPJbEsMYXjUQ" name="EChar"/> <packagedElement xmi:type="uml:PrimitiveType" xmi:id="_SeWkR8X_EduPJbEsMYXjUQ" name="ECharacterObject"> <eAnnotations xmi:id="_SeWkSMX_EduPJbEsMYXjUQ" source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details xmi:id="_SeWkScX_EduPJbEsMYXjUQ" key="name" value="EChar:Object"/> <details xmi:id="_SeWkSsX_EduPJbEsMYXjUQ" key="baseType" value="EChar"/> </eAnnotations> <generalization xmi:id="_SeWkS8X_EduPJbEsMYXjUQ" general="_SeWkRsX_EduPJbEsMYXjUQ"/> </packagedElement> <packagedElement xmi:type="uml:PrimitiveType" xmi:id="_SeWkTMX_EduPJbEsMYXjUQ" name="EDate"/> <packagedElement xmi:type="uml:PrimitiveType" xmi:id="_SeWkTcX_EduPJbEsMYXjUQ" name="EDiagnosticChain"/> <packagedElement xmi:type="uml:PrimitiveType" xmi:id="_SeWkTsX_EduPJbEsMYXjUQ" name="EDouble"> <eAnnotations xmi:id="_SeWkT8X_EduPJbEsMYXjUQ" source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details xmi:id="_SeWkUMX_EduPJbEsMYXjUQ" key="baseType" value="http://www.w3.org/2001/XMLSchema#double"/> </eAnnotations> </packagedElement> <packagedElement xmi:type="uml:PrimitiveType" xmi:id="_SeWkUcX_EduPJbEsMYXjUQ" name="EDoubleObject"> <eAnnotations xmi:id="_SeWkUsX_EduPJbEsMYXjUQ" source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details xmi:id="_SeWkU8X_EduPJbEsMYXjUQ" key="name" value="EDouble:Object"/> <details xmi:id="_SeWkVMX_EduPJbEsMYXjUQ" key="baseType" value="EDouble"/> </eAnnotations> <generalization xmi:id="_SeWkVcX_EduPJbEsMYXjUQ" general="_SeWkTsX_EduPJbEsMYXjUQ"/> </packagedElement> <packagedElement xmi:type="uml:PrimitiveType" xmi:id="_SeWkVsX_EduPJbEsMYXjUQ" name="EEList"> <ownedTemplateSignature xmi:type="uml:RedefinableTemplateSignature" xmi:id="_SeWkV8X_EduPJbEsMYXjUQ" parameter="_SeWkWMX_EduPJbEsMYXjUQ"> <ownedParameter xmi:type="uml:ClassifierTemplateParameter" xmi:id="_SeWkWMX_EduPJbEsMYXjUQ" parameteredElement="_SeWkWcX_EduPJbEsMYXjUQ"> <ownedParameteredElement xmi:type="uml:Class" xmi:id="_SeWkWcX_EduPJbEsMYXjUQ" name="E" templateParameter="_SeWkWMX_EduPJbEsMYXjUQ"/> </ownedParameter> </ownedTemplateSignature> </packagedElement> <packagedElement xmi:type="uml:PrimitiveType" xmi:id="_SeWkWsX_EduPJbEsMYXjUQ" name="EEnumerator"/> <packagedElement xmi:type="uml:PrimitiveType" xmi:id="_SeWkW8X_EduPJbEsMYXjUQ" name="EFeatureMap"/> <packagedElement xmi:type="uml:PrimitiveType" xmi:id="_SeWkXMX_EduPJbEsMYXjUQ" name="EFeatureMapEntry"/> <packagedElement xmi:type="uml:PrimitiveType" xmi:id="_SeWkXcX_EduPJbEsMYXjUQ" name="EFloat"> <eAnnotations xmi:id="_SeWkXsX_EduPJbEsMYXjUQ" source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details xmi:id="_SeWkX8X_EduPJbEsMYXjUQ" key="baseType" value="http://www.w3.org/2001/XMLSchema#float"/> </eAnnotations> </packagedElement> <packagedElement xmi:type="uml:PrimitiveType" xmi:id="_SeWkYMX_EduPJbEsMYXjUQ" name="EFloatObject"> <eAnnotations xmi:id="_SeWkYcX_EduPJbEsMYXjUQ" source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details xmi:id="_SeWkYsX_EduPJbEsMYXjUQ" key="name" value="EFloat:Object"/> <details xmi:id="_SeWkY8X_EduPJbEsMYXjUQ" key="baseType" value="EFloat"/> </eAnnotations> <generalization xmi:id="_SeWkZMX_EduPJbEsMYXjUQ" general="_SeWkXcX_EduPJbEsMYXjUQ"/> </packagedElement> <packagedElement xmi:type="uml:PrimitiveType" xmi:id="_SeWkZcX_EduPJbEsMYXjUQ" name="EInt"> <eAnnotations xmi:id="_SeWkZsX_EduPJbEsMYXjUQ" source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details xmi:id="_SeWkZ8X_EduPJbEsMYXjUQ" key="baseType" value="http://www.w3.org/2001/XMLSchema#int"/> </eAnnotations> </packagedElement> <packagedElement xmi:type="uml:PrimitiveType" xmi:id="_SeWkaMX_EduPJbEsMYXjUQ" name="EIntegerObject"> <eAnnotations xmi:id="_SeWkacX_EduPJbEsMYXjUQ" source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details xmi:id="_SeWkasX_EduPJbEsMYXjUQ" key="name" value="EInt:Object"/> <details xmi:id="_SeWka8X_EduPJbEsMYXjUQ" key="baseType" value="EInt"/> </eAnnotations> <generalization xmi:id="_SeWkbMX_EduPJbEsMYXjUQ" general="_SeWkZcX_EduPJbEsMYXjUQ"/> </packagedElement> <packagedElement xmi:type="uml:PrimitiveType" xmi:id="_SeWkbcX_EduPJbEsMYXjUQ" name="EJavaClass"> <ownedTemplateSignature xmi:type="uml:RedefinableTemplateSignature" xmi:id="_SeWkbsX_EduPJbEsMYXjUQ" parameter="_SeWkb8X_EduPJbEsMYXjUQ"> <ownedParameter xmi:type="uml:ClassifierTemplateParameter" xmi:id="_SeWkb8X_EduPJbEsMYXjUQ" parameteredElement="_SeWkcMX_EduPJbEsMYXjUQ"> <ownedParameteredElement xmi:type="uml:Class" xmi:id="_SeWkcMX_EduPJbEsMYXjUQ" name="T" templateParameter="_SeWkb8X_EduPJbEsMYXjUQ"/> </ownedParameter> </ownedTemplateSignature> </packagedElement> <packagedElement xmi:type="uml:PrimitiveType" xmi:id="_SeWkccX_EduPJbEsMYXjUQ" name="EJavaObject"/> <packagedElement xmi:type="uml:PrimitiveType" xmi:id="_SeWkcsX_EduPJbEsMYXjUQ" name="ELong"> <eAnnotations xmi:id="_SeWkc8X_EduPJbEsMYXjUQ" source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details xmi:id="_SeWkdMX_EduPJbEsMYXjUQ" key="baseType" value="http://www.w3.org/2001/XMLSchema#long"/> </eAnnotations> </packagedElement> <packagedElement xmi:type="uml:PrimitiveType" xmi:id="_SeWkdcX_EduPJbEsMYXjUQ" name="ELongObject"> <eAnnotations xmi:id="_SeWkdsX_EduPJbEsMYXjUQ" source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details xmi:id="_SeWkd8X_EduPJbEsMYXjUQ" key="name" value="ELong:Object"/> <details xmi:id="_SeWkeMX_EduPJbEsMYXjUQ" key="baseType" value="ELong"/> </eAnnotations> <generalization xmi:id="_SeWkecX_EduPJbEsMYXjUQ" general="_SeWkcsX_EduPJbEsMYXjUQ"/> </packagedElement> <packagedElement xmi:type="uml:PrimitiveType" xmi:id="_SeWkesX_EduPJbEsMYXjUQ" name="EMap"> <ownedTemplateSignature xmi:type="uml:RedefinableTemplateSignature" xmi:id="_SeWke8X_EduPJbEsMYXjUQ" parameter="_SeWkfMX_EduPJbEsMYXjUQ _SeWkfsX_EduPJbEsMYXjUQ"> <ownedParameter xmi:type="uml:ClassifierTemplateParameter" xmi:id="_SeWkfMX_EduPJbEsMYXjUQ" parameteredElement="_SeWkfcX_EduPJbEsMYXjUQ"> <ownedParameteredElement xmi:type="uml:Class" xmi:id="_SeWkfcX_EduPJbEsMYXjUQ" name="K" templateParameter="_SeWkfMX_EduPJbEsMYXjUQ"/> </ownedParameter> <ownedParameter xmi:type="uml:ClassifierTemplateParameter" xmi:id="_SeWkfsX_EduPJbEsMYXjUQ" parameteredElement="_SeWkf8X_EduPJbEsMYXjUQ"> <ownedParameteredElement xmi:type="uml:Class" xmi:id="_SeWkf8X_EduPJbEsMYXjUQ" name="V" templateParameter="_SeWkfsX_EduPJbEsMYXjUQ"/> </ownedParameter> </ownedTemplateSignature> </packagedElement> <packagedElement xmi:type="uml:PrimitiveType" xmi:id="_SeWkgMX_EduPJbEsMYXjUQ" name="EResource"/> <packagedElement xmi:type="uml:PrimitiveType" xmi:id="_SeWkgcX_EduPJbEsMYXjUQ" name="EResourceSet"/> <packagedElement xmi:type="uml:PrimitiveType" xmi:id="_SeWkgsX_EduPJbEsMYXjUQ" name="EShort"> <eAnnotations xmi:id="_SeWkg8X_EduPJbEsMYXjUQ" source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details xmi:id="_SeWkhMX_EduPJbEsMYXjUQ" key="baseType" value="http://www.w3.org/2001/XMLSchema#short"/> </eAnnotations> </packagedElement> <packagedElement xmi:type="uml:PrimitiveType" xmi:id="_SeWkhcX_EduPJbEsMYXjUQ" name="EShortObject"> <eAnnotations xmi:id="_SeWkhsX_EduPJbEsMYXjUQ" source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details xmi:id="_SeWkh8X_EduPJbEsMYXjUQ" key="name" value="EShort:Object"/> <details xmi:id="_SeWkiMX_EduPJbEsMYXjUQ" key="baseType" value="EShort"/> </eAnnotations> <generalization xmi:id="_SeWkicX_EduPJbEsMYXjUQ" general="_SeWkgsX_EduPJbEsMYXjUQ"/> </packagedElement> <packagedElement xmi:type="uml:PrimitiveType" xmi:id="_SeWkisX_EduPJbEsMYXjUQ" name="EString"> <eAnnotations xmi:id="_SeWki8X_EduPJbEsMYXjUQ" source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details xmi:id="_SeWkjMX_EduPJbEsMYXjUQ" key="baseType" value="http://www.w3.org/2001/XMLSchema#string"/> </eAnnotations> </packagedElement> <packagedElement xmi:type="uml:PrimitiveType" xmi:id="_SeWkjcX_EduPJbEsMYXjUQ" name="ETreeIterator"> <ownedTemplateSignature xmi:type="uml:RedefinableTemplateSignature" xmi:id="_SeWkjsX_EduPJbEsMYXjUQ" parameter="_SeWkj8X_EduPJbEsMYXjUQ"> <ownedParameter xmi:type="uml:ClassifierTemplateParameter" xmi:id="_SeWkj8X_EduPJbEsMYXjUQ" parameteredElement="_SeWkkMX_EduPJbEsMYXjUQ"> <ownedParameteredElement xmi:type="uml:Class" xmi:id="_SeWkkMX_EduPJbEsMYXjUQ" name="E" templateParameter="_SeWkj8X_EduPJbEsMYXjUQ"/> </ownedParameter> </ownedTemplateSignature> </packagedElement> <profileApplication xmi:id="_SeWkkcX_EduPJbEsMYXjUQ"> <eAnnotations xmi:id="_SeWkksX_EduPJbEsMYXjUQ" source="http://www.eclipse.org/uml2/2.0.0/UML"> <references xmi:type="ecore:EPackage" href="pathmap://UML_PROFILES/Ecore.profile.uml#_B7dOIMEREduRdatXodjBjA"/> </eAnnotations> <appliedProfile href="pathmap://UML_PROFILES/Ecore.profile.uml#_0"/> </profileApplication> </uml:Model> <Ecore:EPackage xmi:id="_uuJ5sMYcEduPJbEsMYXjUQ" base_Package="_SeWiQMX_EduPJbEsMYXjUQ" packageName="ecore" nsPrefix="ecore" nsURI="http://www.eclipse.org/emf/2002/Ecore"/> <Ecore:EAttribute xmi:id="_uuJ5tMYcEduPJbEsMYXjUQ" base_Property="_SeWiRcX_EduPJbEsMYXjUQ" attributeName="iD"/> <Ecore:EReference xmi:id="_uuJ5tcYcEduPJbEsMYXjUQ" isTransient="true" isVolatile="true" base_Property="_SeWiR8X_EduPJbEsMYXjUQ"/> <Ecore:EReference xmi:id="_uumlqsYcEduPJbEsMYXjUQ" isTransient="true" base_Property="_SeWiSsX_EduPJbEsMYXjUQ" isResolveProxies="false"/> <Ecore:EAttribute xmi:id="_uumlq8YcEduPJbEsMYXjUQ" isTransient="true" isVolatile="true" base_Property="_SeWiVMX_EduPJbEsMYXjUQ"/> <Ecore:EAttribute xmi:id="_uuvvkMYcEduPJbEsMYXjUQ" isTransient="true" isVolatile="true" base_Property="_SeWicMX_EduPJbEsMYXjUQ"/> <Ecore:EAttribute xmi:id="_uvfWcMYcEduPJbEsMYXjUQ" isTransient="true" isVolatile="true" base_Property="_SeWicsX_EduPJbEsMYXjUQ"/> <Ecore:EReference xmi:id="_uvfWccYcEduPJbEsMYXjUQ" isVolatile="true" isUnsettable="true" visibility="ReadWrite" base_Property="_SeWidMX_EduPJbEsMYXjUQ"/> <Ecore:EReference xmi:id="_uvfWcsYcEduPJbEsMYXjUQ" isVolatile="true" isUnsettable="true" visibility="ReadWrite" base_Property="_SeWiecX_EduPJbEsMYXjUQ" isResolveProxies="false"/> <Ecore:EReference xmi:id="_uuc0qsYcEduPJbEsMYXjUQ" base_Property="_SeWihsX_EduPJbEsMYXjUQ" isResolveProxies="false"/> <Ecore:EReference xmi:id="_uuJ5tsYcEduPJbEsMYXjUQ" isUnsettable="true" visibility="ReadWrite" base_Property="_SeWi1cX_EduPJbEsMYXjUQ"/> <Ecore:EReference xmi:id="_uuJ5t8YcEduPJbEsMYXjUQ" base_Property="_SeWi28X_EduPJbEsMYXjUQ" isResolveProxies="false"/> <Ecore:EReference xmi:id="_uuJ5uMYcEduPJbEsMYXjUQ" isTransient="true" isVolatile="true" base_Property="_SeWi3sX_EduPJbEsMYXjUQ"/> <Ecore:EReference xmi:id="_uuJ5ucYcEduPJbEsMYXjUQ" isTransient="true" isVolatile="true" base_Property="_SeWi4cX_EduPJbEsMYXjUQ"/> <Ecore:EReference xmi:id="_uuJ5usYcEduPJbEsMYXjUQ" isTransient="true" isVolatile="true" base_Property="_SeWi5MX_EduPJbEsMYXjUQ"/> <Ecore:EReference xmi:id="_uuTDoMYcEduPJbEsMYXjUQ" isTransient="true" isVolatile="true" base_Property="_SeWi58X_EduPJbEsMYXjUQ"/> <Ecore:EReference xmi:id="_uuTDocYcEduPJbEsMYXjUQ" isTransient="true" isVolatile="true" base_Property="_SeWi6sX_EduPJbEsMYXjUQ"/> <Ecore:EReference xmi:id="_uuTDosYcEduPJbEsMYXjUQ" isTransient="true" isVolatile="true" base_Property="_SeWi7cX_EduPJbEsMYXjUQ"/> <Ecore:EReference xmi:id="_uuTDo8YcEduPJbEsMYXjUQ" isTransient="true" isVolatile="true" base_Property="_SeWi8MX_EduPJbEsMYXjUQ"/> <Ecore:EReference xmi:id="_uuTDpMYcEduPJbEsMYXjUQ" isTransient="true" isVolatile="true" base_Property="_SeWi88X_EduPJbEsMYXjUQ"/> <Ecore:EReference xmi:id="_uuTDpcYcEduPJbEsMYXjUQ" isTransient="true" isVolatile="true" base_Property="_SeWi9sX_EduPJbEsMYXjUQ" isResolveProxies="false"/> <Ecore:EReference xmi:id="_uuTDpsYcEduPJbEsMYXjUQ" base_Property="_SeWi-MX_EduPJbEsMYXjUQ" isResolveProxies="false"/> <Ecore:EReference xmi:id="_uuTDp8YcEduPJbEsMYXjUQ" isUnsettable="true" visibility="ReadWrite" base_Property="_SeWi-8X_EduPJbEsMYXjUQ" isResolveProxies="false"/> <Ecore:EReference xmi:id="_uuTDqMYcEduPJbEsMYXjUQ" isTransient="true" isVolatile="true" base_Property="_SeWjAcX_EduPJbEsMYXjUQ"/> <Ecore:EAttribute xmi:id="_uuTDqcYcEduPJbEsMYXjUQ" isVolatile="true" isUnsettable="true" visibility="ReadWrite" base_Property="_SeWjH8X_EduPJbEsMYXjUQ"/> <Ecore:EAttribute xmi:id="_uuTDqsYcEduPJbEsMYXjUQ" isTransient="true" isVolatile="true" base_Property="_SeWjJMX_EduPJbEsMYXjUQ"/> <Ecore:EAttribute xmi:id="_uuTDq8YcEduPJbEsMYXjUQ" isTransient="true" isVolatile="true" base_Property="_SeWjJsX_EduPJbEsMYXjUQ"/> <Ecore:EAttribute xmi:id="_uuTDrMYcEduPJbEsMYXjUQ" isVolatile="true" isUnsettable="true" visibility="ReadWrite" base_Property="_SeWjKMX_EduPJbEsMYXjUQ"/> <Ecore:EReference xmi:id="_uuc0oMYcEduPJbEsMYXjUQ" isTransient="true" base_Property="_SeWjLcX_EduPJbEsMYXjUQ"/> <Ecore:EReference xmi:id="_uumlpMYcEduPJbEsMYXjUQ" isTransient="true" base_Property="_SeWjRsX_EduPJbEsMYXjUQ" isResolveProxies="false"/> <Ecore:EReference xmi:id="_uumlpcYcEduPJbEsMYXjUQ" isTransient="true" base_Property="_SeWjTcX_EduPJbEsMYXjUQ"/> <Ecore:EReference xmi:id="_uuc0pMYcEduPJbEsMYXjUQ" isTransient="true" base_Property="_SeWjVsX_EduPJbEsMYXjUQ" isResolveProxies="false"/> <Ecore:EReference xmi:id="_uvfWc8YcEduPJbEsMYXjUQ" base_Property="_SeWjc8X_EduPJbEsMYXjUQ" isResolveProxies="false"/> <Ecore:EReference xmi:id="_uuc0pcYcEduPJbEsMYXjUQ" base_Property="_SeWjesX_EduPJbEsMYXjUQ" isResolveProxies="false"/> <Ecore:EReference xmi:id="_uuc0psYcEduPJbEsMYXjUQ" base_Property="_SeWjfMX_EduPJbEsMYXjUQ" isResolveProxies="false"/> <Ecore:EReference xmi:id="_uuc0p8YcEduPJbEsMYXjUQ" isTransient="true" base_Property="_SeWjf8X_EduPJbEsMYXjUQ"/> <Ecore:EReference xmi:id="_uuc0qMYcEduPJbEsMYXjUQ" base_Property="_SeWjgMX_EduPJbEsMYXjUQ" isResolveProxies="false"/> <Ecore:EReference xmi:id="_uuc0qcYcEduPJbEsMYXjUQ" base_Property="_SeWjgsX_EduPJbEsMYXjUQ" isResolveProxies="false"/> <Ecore:EReference xmi:id="_uumloMYcEduPJbEsMYXjUQ" isTransient="true" base_Property="_SeWjnMX_EduPJbEsMYXjUQ" isResolveProxies="false"/> <Ecore:EReference xmi:id="_uumlocYcEduPJbEsMYXjUQ" base_Property="_SeWjocX_EduPJbEsMYXjUQ" isResolveProxies="false"/> <Ecore:EReference xmi:id="_uumlosYcEduPJbEsMYXjUQ" isUnsettable="true" visibility="ReadWrite" base_Property="_SeWjpMX_EduPJbEsMYXjUQ"/> <Ecore:EReference xmi:id="_uumlo8YcEduPJbEsMYXjUQ" isUnsettable="true" visibility="ReadWrite" base_Property="_SeWjqsX_EduPJbEsMYXjUQ" isResolveProxies="false"/> <Ecore:EReference xmi:id="_uumlpsYcEduPJbEsMYXjUQ" isTransient="true" base_Property="_SeWjtcX_EduPJbEsMYXjUQ" isResolveProxies="false"/> <Ecore:EAttribute xmi:id="_uumlp8YcEduPJbEsMYXjUQ" isTransient="true" isVolatile="true" base_Property="_SeWjxMX_EduPJbEsMYXjUQ"/> <Ecore:EReference xmi:id="_uumlqMYcEduPJbEsMYXjUQ" isTransient="true" isVolatile="true" base_Property="_SeWjysX_EduPJbEsMYXjUQ"/> <Ecore:EReference xmi:id="_uuJ5scYcEduPJbEsMYXjUQ" base_Property="_SeWj78X_EduPJbEsMYXjUQ" isResolveProxies="false"/> <Ecore:EReference xmi:id="_uuJ5ssYcEduPJbEsMYXjUQ" isTransient="true" base_Property="_SeWj8sX_EduPJbEsMYXjUQ" isResolveProxies="false"/> <Ecore:EReference xmi:id="_uuJ5s8YcEduPJbEsMYXjUQ" base_Property="_SeWj9MX_EduPJbEsMYXjUQ" isResolveProxies="false"/> <Ecore:EClass xmi:id="_uumlqcYcEduPJbEsMYXjUQ" instanceClassName="java.util.Map$Entry" base_Class="_SeWj-sX_EduPJbEsMYXjUQ"/> <Ecore:EReference xmi:id="_uuc0ocYcEduPJbEsMYXjUQ" base_Property="_SeWkEMX_EduPJbEsMYXjUQ" isResolveProxies="false"/> <Ecore:EAttribute xmi:id="_uuc0osYcEduPJbEsMYXjUQ" isTransient="true" base_Property="_SeWkJsX_EduPJbEsMYXjUQ"/> <Ecore:EReference xmi:id="_uuc0o8YcEduPJbEsMYXjUQ" isTransient="true" base_Property="_SeWkKsX_EduPJbEsMYXjUQ" isResolveProxies="false"/> <Ecore:EDataType xmi:id="_uvpHcMYcEduPJbEsMYXjUQ" instanceClassName="java.math.BigDecimal" base_PrimitiveType="_SeWkLcX_EduPJbEsMYXjUQ"/> <Ecore:EDataType xmi:id="_uvpHccYcEduPJbEsMYXjUQ" instanceClassName="java.math.BigInteger" base_PrimitiveType="_SeWkMMX_EduPJbEsMYXjUQ"/> <Ecore:EDataType xmi:id="_uvpHcsYcEduPJbEsMYXjUQ" instanceClassName="boolean" base_PrimitiveType="_SeWkM8X_EduPJbEsMYXjUQ"/> <Ecore:EDataType xmi:id="_uvpHc8YcEduPJbEsMYXjUQ" xmlName="EBoolean:Object" instanceClassName="java.lang.Boolean" base_PrimitiveType="_SeWkNsX_EduPJbEsMYXjUQ"/> <Ecore:EDataType xmi:id="_uvpHdMYcEduPJbEsMYXjUQ" instanceClassName="byte" base_PrimitiveType="_SeWkO8X_EduPJbEsMYXjUQ"/> <Ecore:EDataType xmi:id="_uvpHdcYcEduPJbEsMYXjUQ" instanceClassName="byte[]" base_PrimitiveType="_SeWkPsX_EduPJbEsMYXjUQ"/> <Ecore:EDataType xmi:id="_uvpHdsYcEduPJbEsMYXjUQ" xmlName="EByte:Object" instanceClassName="java.lang.Byte" base_PrimitiveType="_SeWkQcX_EduPJbEsMYXjUQ"/> <Ecore:EDataType xmi:id="_uvpHd8YcEduPJbEsMYXjUQ" instanceClassName="char" base_PrimitiveType="_SeWkRsX_EduPJbEsMYXjUQ"/> <Ecore:EDataType xmi:id="_uvpHeMYcEduPJbEsMYXjUQ" xmlName="EChar:Object" instanceClassName="java.lang.Character" base_PrimitiveType="_SeWkR8X_EduPJbEsMYXjUQ"/> <Ecore:EDataType xmi:id="_uvpHecYcEduPJbEsMYXjUQ" instanceClassName="java.util.Date" base_PrimitiveType="_SeWkTMX_EduPJbEsMYXjUQ"/> <Ecore:EDataType xmi:id="_uvpHesYcEduPJbEsMYXjUQ" instanceClassName="org.eclipse.emf.common.util.DiagnosticChain" base_PrimitiveType="_SeWkTcX_EduPJbEsMYXjUQ"/> <Ecore:EDataType xmi:id="_uvpHe8YcEduPJbEsMYXjUQ" instanceClassName="double" base_PrimitiveType="_SeWkTsX_EduPJbEsMYXjUQ"/> <Ecore:EDataType xmi:id="_uvpHfMYcEduPJbEsMYXjUQ" xmlName="EDouble:Object" instanceClassName="java.lang.Double" base_PrimitiveType="_SeWkUcX_EduPJbEsMYXjUQ"/> <Ecore:EDataType xmi:id="_uvpHfcYcEduPJbEsMYXjUQ" instanceClassName="org.eclipse.emf.common.util.EList" base_PrimitiveType="_SeWkVsX_EduPJbEsMYXjUQ"/> <Ecore:EDataType xmi:id="_uvpHfsYcEduPJbEsMYXjUQ" instanceClassName="org.eclipse.emf.common.util.Enumerator" base_PrimitiveType="_SeWkWsX_EduPJbEsMYXjUQ"/> <Ecore:EDataType xmi:id="_uvpHf8YcEduPJbEsMYXjUQ" instanceClassName="org.eclipse.emf.ecore.util.FeatureMap" base_PrimitiveType="_SeWkW8X_EduPJbEsMYXjUQ"/> <Ecore:EDataType xmi:id="_uvpHgMYcEduPJbEsMYXjUQ" instanceClassName="org.eclipse.emf.ecore.util.FeatureMap$Entry" base_PrimitiveType="_SeWkXMX_EduPJbEsMYXjUQ"/> <Ecore:EDataType xmi:id="_uvpHgcYcEduPJbEsMYXjUQ" instanceClassName="float" base_PrimitiveType="_SeWkXcX_EduPJbEsMYXjUQ"/> <Ecore:EDataType xmi:id="_uvpHgsYcEduPJbEsMYXjUQ" xmlName="EFloat:Object" instanceClassName="java.lang.Float" base_PrimitiveType="_SeWkYMX_EduPJbEsMYXjUQ"/> <Ecore:EDataType xmi:id="_uvy4cMYcEduPJbEsMYXjUQ" instanceClassName="int" base_PrimitiveType="_SeWkZcX_EduPJbEsMYXjUQ"/> <Ecore:EDataType xmi:id="_uvy4ccYcEduPJbEsMYXjUQ" xmlName="EInt:Object" instanceClassName="java.lang.Integer" base_PrimitiveType="_SeWkaMX_EduPJbEsMYXjUQ"/> <Ecore:EDataType xmi:id="_uvy4csYcEduPJbEsMYXjUQ" instanceClassName="java.lang.Class" base_PrimitiveType="_SeWkbcX_EduPJbEsMYXjUQ"/> <Ecore:EDataType xmi:id="_uvy4c8YcEduPJbEsMYXjUQ" instanceClassName="java.lang.Object" base_PrimitiveType="_SeWkccX_EduPJbEsMYXjUQ"/> <Ecore:EDataType xmi:id="_uvy4dMYcEduPJbEsMYXjUQ" instanceClassName="long" base_PrimitiveType="_SeWkcsX_EduPJbEsMYXjUQ"/> <Ecore:EDataType xmi:id="_uvy4dcYcEduPJbEsMYXjUQ" xmlName="ELong:Object" instanceClassName="java.lang.Long" base_PrimitiveType="_SeWkdcX_EduPJbEsMYXjUQ"/> <Ecore:EDataType xmi:id="_uvy4dsYcEduPJbEsMYXjUQ" instanceClassName="java.util.Map" base_PrimitiveType="_SeWkesX_EduPJbEsMYXjUQ"/> <Ecore:EDataType xmi:id="_uvy4d8YcEduPJbEsMYXjUQ" instanceClassName="org.eclipse.emf.ecore.resource.Resource" base_PrimitiveType="_SeWkgMX_EduPJbEsMYXjUQ"/> <Ecore:EDataType xmi:id="_uvy4eMYcEduPJbEsMYXjUQ" instanceClassName="org.eclipse.emf.ecore.resource.ResourceSet" base_PrimitiveType="_SeWkgcX_EduPJbEsMYXjUQ"/> <Ecore:EDataType xmi:id="_uvy4ecYcEduPJbEsMYXjUQ" instanceClassName="short" base_PrimitiveType="_SeWkgsX_EduPJbEsMYXjUQ"/> <Ecore:EDataType xmi:id="_uvy4esYcEduPJbEsMYXjUQ" xmlName="EShort:Object" instanceClassName="java.lang.Short" base_PrimitiveType="_SeWkhcX_EduPJbEsMYXjUQ"/> <Ecore:EDataType xmi:id="_uvy4e8YcEduPJbEsMYXjUQ" instanceClassName="java.lang.String" base_PrimitiveType="_SeWkisX_EduPJbEsMYXjUQ"/> <Ecore:EDataType xmi:id="_uvy4fMYcEduPJbEsMYXjUQ" instanceClassName="org.eclipse.emf.common.util.TreeIterator" base_PrimitiveType="_SeWkjcX_EduPJbEsMYXjUQ"/> </xmi:XMI> ⑊��1�����1�����1�����1 CDO_SYSTEM � [INFO] Dropping all tables from repository repo2... [INFO] The CDO system tables are not found in schema "repo2"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo3, repo1, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' CDOResourceFolder@_ZIMDoAkMEe-bzopYCigSfg("BackupBinaryTest_testImportClob") CDOResource@_ZIMDoQkMEe-bzopYCigSfg("cdo://repo2/BackupBinaryTest_testImportClob/res1") File@_ZIMDogkMEe-bzopYCigSfg ******************************************************* BackupBinaryTest.testImportCustomDataType [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' repo1repo1�d�C �ΊX (~�<≸�<�����������1http://www.eclipse.org/emf/CDO/tests/model3/1.0.0�Փ���1"m 1http://www.eclipse.org/emf/CDO/tests/model3/1.0.05http://www.eclipse.org/emf/CDO/tests/subpackage/1.0.0MAIN�����1:http://www.eclipse.org/emf/CDO/Eresource/4.0.0#CDOResource�d�C �ΊX (~�����1ԓ���1�d�C �ΊX (~:http://www.eclipse.org/emf/CDO/Eresource/4.0.0#CDOResource�d�C �ΊX (~Փ���1�d�C �ΊX (~�d��� �ΊX (~:http://www.eclipse.org/emf/CDO/Eresource/4.0.0#CDOResource�d��� �ΊX (~Փ���1�d��� �ΊX (~res1�d��� �ΊX (~9http://www.eclipse.org/emf/CDO/tests/model3/1.0.0#Polygon�d��� �ΊX (~Փ���1�d��� �ΊX (~1,23,14,5@http://www.eclipse.org/emf/CDO/Eresource/4.0.0#CDOResourceFolder�d��� �ΊX (~Փ���1�d�C �ΊX (~)BackupBinaryTest_testImportCustomDataType�d��� �ΊX (~Փ���1�����1�����1�����1 CDO_SYSTEM � [INFO] Dropping all tables from repository repo2... [INFO] The CDO system tables are not found in schema "repo2"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo3, repo1, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' CDOResourceFolder@_ZKfwwAkMEe-bzopYCigSfg("BackupBinaryTest_testImportCustomDataType") CDOResource@_ZKfwwQkMEe-bzopYCigSfg("cdo://repo2/BackupBinaryTest_testImportCustomDataType/res1") Polygon@_ZKfwwgkMEe-bzopYCigSfg ******************************************************* BackupBinaryTest.testImportDate [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' repo1repo1�d�yp �ΊX (~�<��<⊓���������1http://www.eclipse.org/emf/CDO/tests/model1/1.0.0������1 1http://www.eclipse.org/emf/CDO/tests/model1/1.0.0MAIN�����1:http://www.eclipse.org/emf/CDO/Eresource/4.0.0#CDOResource�d�yp �ΊX (~�����1�����1�d�yp �ΊX (~:http://www.eclipse.org/emf/CDO/Eresource/4.0.0#CDOResource�d�yp �ΊX (~�����1�d�yp �ΊX (~�d�<� �ΊX (~:http://www.eclipse.org/emf/CDO/Eresource/4.0.0#CDOResource�d�c� �ΊX (~�����1�d�<� �ΊX (~res1�d�c� �ΊX (~?http://www.eclipse.org/emf/CDO/tests/model1/1.0.0#PurchaseOrder�d�c� �ΊX (~�����1�d�c� �ΊX (~��K@http://www.eclipse.org/emf/CDO/Eresource/4.0.0#CDOResourceFolder�d�<� �ΊX (~�����1�d�yp �ΊX (~BackupBinaryTest_testImportDate�d�c� �ΊX (~�����1�����1�����1�����1 CDO_SYSTEM � [INFO] Dropping all tables from repository repo2... [INFO] The CDO system tables are not found in schema "repo2"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo3, repo1, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' CDOResourceFolder@_ZMU8wAkMEe-bzopYCigSfg("BackupBinaryTest_testImportDate") CDOResource@_ZMVj0AkMEe-bzopYCigSfg("cdo://repo2/BackupBinaryTest_testImportDate/res1") PurchaseOrder@_ZMVj0QkMEe-bzopYCigSfg ******************************************************* BackupBinaryTest.testImportDetachedRevision [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' repo1repo1�d�v� �ΊX (~�<��<�4���������1http://www.eclipse.org/emf/CDO/tests/model1/1.0.0������1 1http://www.eclipse.org/emf/CDO/tests/model1/1.0.0MAIN�����1:http://www.eclipse.org/emf/CDO/Eresource/4.0.0#CDOResource�d�v� �ΊX (~�����1�����1�d�v� �ΊX (~:http://www.eclipse.org/emf/CDO/Eresource/4.0.0#CDOResource�d�v� �ΊX (~�����1�d�v� �ΊX (~�d�$P �ΊX (~:http://www.eclipse.org/emf/CDO/Eresource/4.0.0#CDOResource�d�$Q �ΊX (~�����1�����1�d�$P �ΊX (~res1�d�$R �ΊX (~:http://www.eclipse.org/emf/CDO/Eresource/4.0.0#CDOResource�d�$Q �ΊX (~�����1�d�$P �ΊX (~res1�d�$R �ΊX (~?http://www.eclipse.org/emf/CDO/tests/model1/1.0.0#PurchaseOrder�����1?http://www.eclipse.org/emf/CDO/tests/model1/1.0.0#PurchaseOrder�d�$R �ΊX (~�����1�����1�d�$Q �ΊX (~��K@http://www.eclipse.org/emf/CDO/Eresource/4.0.0#CDOResourceFolder�d�$P �ΊX (~�����1�d�v� �ΊX (~+BackupBinaryTest_testImportDetachedRevision�d�$Q �ΊX (~�����1�����1�����1�����1�����1�����1 CDO_SYSTEM � [INFO] Dropping all tables from repository repo2... [INFO] The CDO system tables are not found in schema "repo2"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo3, repo1, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' CDOResourceFolder@_ZNokUAkMEe-bzopYCigSfg("BackupBinaryTest_testImportDetachedRevision") CDOResource@_ZNokUQkMEe-bzopYCigSfg("cdo://repo2/BackupBinaryTest_testImportDetachedRevision/res1") ******************************************************* BackupBinaryTest.testImportExternalReference [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' repo1repo1�e�0 �ΊX (~�<��<�/���������1http://www.eclipse.org/emf/CDO/tests/model1/1.0.0������1 1http://www.eclipse.org/emf/CDO/tests/model1/1.0.0MAIN�����1:http://www.eclipse.org/emf/CDO/Eresource/4.0.0#CDOResource�e�0 �ΊX (~�����1�����1�e�0 �ΊX (~:http://www.eclipse.org/emf/CDO/Eresource/4.0.0#CDOResource�e�0 �ΊX (~�����1�e�0 �ΊX (~�e�p �ΊX (~:http://www.eclipse.org/emf/CDO/Eresource/4.0.0#CDOResource�e�q �ΊX (~�����1�e�p �ΊX (~res1�e�r �ΊX (~� [INFO] Dropping all tables from repository repo2... [INFO] The CDO system tables are not found in schema "repo2"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo3, repo1, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' Customer[TRANSIENT] ******************************************************* BackupBinaryTest.testImportNIL [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' repo1repo1�e�0 �ΊX (~�<⌗�<⌾���������1http://www.eclipse.org/emf/CDO/tests/model2/1.0.0������1=� 1http://www.eclipse.org/emf/CDO/tests/model2/1.0.01http://www.eclipse.org/emf/CDO/tests/model1/1.0.0������1 1http://www.eclipse.org/emf/CDO/tests/model1/1.0.0MAIN�����1=http://www.eclipse.org/emf/CDO/tests/model2/1.0.0#Unsettable1�eɑ �ΊX (~�����1�eɐ �ΊX (~:http://www.eclipse.org/emf/CDO/Eresource/4.0.0#CDOResource�e�0 �ΊX (~�����1�����1�e�0 �ΊX (~:http://www.eclipse.org/emf/CDO/Eresource/4.0.0#CDOResource�e�0 �ΊX (~�����1�e�0 �ΊX (~�e�� �ΊX (~:http://www.eclipse.org/emf/CDO/Eresource/4.0.0#CDOResource�eɐ �ΊX (~�����1�e�� �ΊX (~res1�eɑ �ΊX (~@http://www.eclipse.org/emf/CDO/Eresource/4.0.0#CDOResourceFolder�e�� �ΊX (~�����1�e�0 �ΊX (~BackupBinaryTest_testImportNIL�eɐ �ΊX (~�����1�����1�����1�����1 CDO_SYSTEM � [INFO] Dropping all tables from repository repo2... [INFO] The CDO system tables are not found in schema "repo2"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo3, repo1, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' CDOResourceFolder@_ZReigAkMEe-bzopYCigSfg("BackupBinaryTest_testImportNIL") CDOResource@_ZRfJkAkMEe-bzopYCigSfg("cdo://repo2/BackupBinaryTest_testImportNIL/res1") Unsettable1@_ZRfJkQkMEe-bzopYCigSfg ******************************************************* BackupBinaryTest.testImportNullListElement [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' repo1repo1�e/p@ �ΊX (~�<�9�<�T���������1http://www.eclipse.org/emf/CDO/tests/model3/1.0.0�Ԛ���1"m 1http://www.eclipse.org/emf/CDO/tests/model3/1.0.05http://www.eclipse.org/emf/CDO/tests/subpackage/1.0.0MAIN�����1:http://www.eclipse.org/emf/CDO/Eresource/4.0.0#CDOResource�e/p@ �ΊX (~�����1Ӛ���1�e/p@ �ΊX (~:http://www.eclipse.org/emf/CDO/Eresource/4.0.0#CDOResource�e/p@ �ΊX (~Ԛ���1�e/p@ �ΊX (~�e0Z� �ΊX (~:http://www.eclipse.org/emf/CDO/Eresource/4.0.0#CDOResource�e0Z� �ΊX (~Ԛ���1�e0Z� �ΊX (~res1�e0�� �ΊX (~Ghttp://www.eclipse.org/emf/CDO/tests/model3/1.0.0#PolygonWithDuplicates�e0�� �ΊX (~Ԛ���1�e0Z� �ΊX (~1,23,4@http://www.eclipse.org/emf/CDO/Eresource/4.0.0#CDOResourceFolder�e0Z� �ΊX (~Ԛ���1�e/p@ �ΊX (~*BackupBinaryTest_testImportNullListElement�e0Z� �ΊX (~Ԛ���1�����1�����1�����1 CDO_SYSTEM � [INFO] Dropping all tables from repository repo2... [INFO] The CDO system tables are not found in schema "repo2"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo3, repo1, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' CDOResourceFolder@_ZTBaoAkMEe-bzopYCigSfg("BackupBinaryTest_testImportNullListElement") CDOResource@_ZTBaoQkMEe-bzopYCigSfg("cdo://repo2/BackupBinaryTest_testImportNullListElement/res1") PolygonWithDuplicates@_ZTCBsAkMEe-bzopYCigSfg ******************************************************* BackupTest.testImport [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] Dropping all tables from repository repo2... [INFO] The CDO system tables are not found in schema "repo2"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo3, repo1, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' CDOResourceFolder@_ZUMfUAkMEe-bzopYCigSfg("BackupTest_testImport") CDOResource@_ZUMfUQkMEe-bzopYCigSfg("cdo://repo2/BackupTest_testImport/res1") Customer@_ZUMfUgkMEe-bzopYCigSfg Customer@_ZUNGYAkMEe-bzopYCigSfg Customer@_ZUNGYQkMEe-bzopYCigSfg SalesOrder@_ZUWQUAkMEe-bzopYCigSfg OrderDetail@_ZUWQUQkMEe-bzopYCigSfg ******************************************************* BackupTest.testImportBlob [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] Dropping all tables from repository repo2... [INFO] The CDO system tables are not found in schema "repo2"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo3, repo1, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' CDOResourceFolder@_ZV2FIAkMEe-bzopYCigSfg("BackupTest_testImportBlob") CDOResource@_ZV2FIQkMEe-bzopYCigSfg("cdo://repo2/BackupTest_testImportBlob/res1") Image@_ZV2FIgkMEe-bzopYCigSfg ******************************************************* BackupTest.testImportByteArray [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] Dropping all tables from repository repo2... [INFO] The CDO system tables are not found in schema "repo2"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo3, repo1, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' CDOResourceFolder@_ZXr4MAkMEe-bzopYCigSfg("BackupTest_testImportByteArray") CDOResource@_ZXr4MQkMEe-bzopYCigSfg("cdo://repo2/BackupTest_testImportByteArray/res1") UnsettableAttributes@_ZXsfQAkMEe-bzopYCigSfg ******************************************************* BackupTest.testImportClob [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true'
]]> [INFO] Dropping all tables from repository repo2... [INFO] The CDO system tables are not found in schema "repo2"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo3, repo1, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' CDOResourceFolder@_ZZLtAAkMEe-bzopYCigSfg("BackupTest_testImportClob") CDOResource@_ZZLtAQkMEe-bzopYCigSfg("cdo://repo2/BackupTest_testImportClob/res1") File@_ZZLtAgkMEe-bzopYCigSfg ******************************************************* BackupTest.testImportCustomDataType [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] Dropping all tables from repository repo2... [INFO] The CDO system tables are not found in schema "repo2"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo3, repo1, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' CDOResourceFolder@_ZakNEAkMEe-bzopYCigSfg("BackupTest_testImportCustomDataType") CDOResource@_ZakNEQkMEe-bzopYCigSfg("cdo://repo2/BackupTest_testImportCustomDataType/res1") Polygon@_Zak0IAkMEe-bzopYCigSfg ******************************************************* BackupTest.testImportDate [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] Dropping all tables from repository repo2... [INFO] The CDO system tables are not found in schema "repo2"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo3, repo1, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' CDOResourceFolder@_ZbrAUAkMEe-bzopYCigSfg("BackupTest_testImportDate") CDOResource@_ZbrAUQkMEe-bzopYCigSfg("cdo://repo2/BackupTest_testImportDate/res1") PurchaseOrder@_ZbrAUgkMEe-bzopYCigSfg ******************************************************* BackupTest.testImportDetachedRevision [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] Dropping all tables from repository repo2... [INFO] The CDO system tables are not found in schema "repo2"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo3, repo1, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' CDOResourceFolder@_Zc4hQAkMEe-bzopYCigSfg("BackupTest_testImportDetachedRevision") CDOResource@_Zc5IUAkMEe-bzopYCigSfg("cdo://repo2/BackupTest_testImportDetachedRevision/res1") ******************************************************* BackupTest.testImportExternalReference [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] Dropping all tables from repository repo2... [INFO] The CDO system tables are not found in schema "repo2"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo3, repo1, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' Customer[TRANSIENT] ******************************************************* BackupTest.testImportNIL [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] Dropping all tables from repository repo2... [INFO] The CDO system tables are not found in schema "repo2"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo3, repo1, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' CDOResourceFolder@_ZfNcgAkMEe-bzopYCigSfg("BackupTest_testImportNIL") CDOResource@_ZfODkAkMEe-bzopYCigSfg("cdo://repo2/BackupTest_testImportNIL/res1") Unsettable1@_ZfODkQkMEe-bzopYCigSfg ******************************************************* BackupTest.testImportNullListElement [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] Dropping all tables from repository repo2... [INFO] The CDO system tables are not found in schema "repo2"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo3, repo1, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' CDOResourceFolder@_Zgw7sAkMEe-bzopYCigSfg("BackupTest_testImportNullListElement") CDOResource@_ZgxiwAkMEe-bzopYCigSfg("cdo://repo2/BackupTest_testImportNullListElement/res1") PolygonWithDuplicates@_ZgxiwQkMEe-bzopYCigSfg ******************************************************* BranchingSameSessionTest.testAncestor [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* BranchingSameSessionTest.testAuditViewOnBranch [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v2("/") 2024-05-03 05:17:12.826/2024-05-03 05:17:12.933 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v3("/") 2024-05-03 05:17:12.934/* CDOResourceFolder@_Zgw7sAkMEe-bzopYCigSfg:0v1("BackupTest_testImportNullListElement")2024-05-03 05:17:12.826/* CDOResourceFolder@_Zh3u8AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:17:12.934/* CDOResource@_Zh3u8QkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:12.934/* Product1@_Zh3u8gkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:12.934/* OrderDetail@_Zh3u8wkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:12.934/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v2("/") 2024-05-03 05:17:12.826/2024-05-03 05:17:12.933 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v3("/") 2024-05-03 05:17:12.934/* CDOResourceFolder@_Zgw7sAkMEe-bzopYCigSfg:0v1("BackupTest_testImportNullListElement")2024-05-03 05:17:12.826/* CDOResourceFolder@_Zh3u8AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:17:12.934/* CDOResource@_Zh3u8QkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:12.934/* Product1@_Zh3u8gkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:12.934/* OrderDetail@_Zh3u8wkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:12.934/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v2("/") 2024-05-03 05:17:12.826/2024-05-03 05:17:12.933 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v3("/") 2024-05-03 05:17:12.934/* CDOResourceFolder@_Zgw7sAkMEe-bzopYCigSfg:0v1("BackupTest_testImportNullListElement")2024-05-03 05:17:12.826/* CDOResourceFolder@_Zh3u8AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:17:12.934/* CDOResource@_Zh3u8QkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:12.934/* Product1@_Zh3u8gkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:12.934/* OrderDetail@_Zh3u8wkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:12.934/2024-05-03 05:17:12.944 OrderDetail@_Zh3u8wkMEe-bzopYCigSfg:0v2 2024-05-03 05:17:12.945/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v2("/") 2024-05-03 05:17:12.826/2024-05-03 05:17:12.933 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v3("/") 2024-05-03 05:17:12.934/* CDOResourceFolder@_Zgw7sAkMEe-bzopYCigSfg:0v1("BackupTest_testImportNullListElement")2024-05-03 05:17:12.826/* CDOResourceFolder@_Zh3u8AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:17:12.934/* CDOResource@_Zh3u8QkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:12.934/* Product1@_Zh3u8gkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:12.934/* OrderDetail@_Zh3u8wkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:12.934/2024-05-03 05:17:12.944 OrderDetail@_Zh3u8wkMEe-bzopYCigSfg:0v2 2024-05-03 05:17:12.945/* server-thread-274 [debug] moveOneDown add historic entry at: 1 server-thread-274 [debug] moveOneDown add historic entry at: 0 ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v2("/") 2024-05-03 05:17:12.826/2024-05-03 05:17:12.933 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v3("/") 2024-05-03 05:17:12.934/* CDOResourceFolder@_Zgw7sAkMEe-bzopYCigSfg:0v1("BackupTest_testImportNullListElement")2024-05-03 05:17:12.826/* CDOResourceFolder@_Zh3u8AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:17:12.934/* CDOResource@_Zh3u8QkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:12.934/* Product1@_Zh3u8gkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:12.934/* OrderDetail@_Zh3u8wkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:12.934/2024-05-03 05:17:12.944 OrderDetail@_Zh3u8wkMEe-bzopYCigSfg:0v2 2024-05-03 05:17:12.945/* BranchingSameSessionTest_testAuditViewOnBranch_subBranch[5]2024-05-03 05:17:12.946/* CDOResourceFolder@_Zh3u8AkMEe-bzopYCigSfg:5v0("?")->0v12024-05-03 05:17:12.946/* CDOResource@_Zh3u8QkMEe-bzopYCigSfg:5v0("?")->0v12024-05-03 05:17:12.946/2024-05-03 05:17:12.952 CDOResource@_Zh3u8QkMEe-bzopYCigSfg:5v1("res")2024-05-03 05:17:12.953/* Product1@_Zh3u8gkMEe-bzopYCigSfg:5v0->0v1 2024-05-03 05:17:12.946/2024-05-03 05:17:12.952 Product1@_Zh3u8gkMEe-bzopYCigSfg:5v1 2024-05-03 05:17:12.953/* OrderDetail@_Zh3u8wkMEe-bzopYCigSfg:5v0->0v2 2024-05-03 05:17:12.946/* OrderDetail@_ZiHmkAkMEe-bzopYCigSfg:5v1 2024-05-03 05:17:12.953/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v2("/") 2024-05-03 05:17:12.826/2024-05-03 05:17:12.933 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v3("/") 2024-05-03 05:17:12.934/* CDOResourceFolder@_Zgw7sAkMEe-bzopYCigSfg:0v1("BackupTest_testImportNullListElement")2024-05-03 05:17:12.826/* CDOResourceFolder@_Zh3u8AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:17:12.934/* CDOResource@_Zh3u8QkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:12.934/* Product1@_Zh3u8gkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:12.934/* OrderDetail@_Zh3u8wkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:12.934/2024-05-03 05:17:12.944 OrderDetail@_Zh3u8wkMEe-bzopYCigSfg:0v2 2024-05-03 05:17:12.945/* BranchingSameSessionTest_testAuditViewOnBranch_subBranch[5]2024-05-03 05:17:12.946/* CDOResourceFolder@_Zh3u8AkMEe-bzopYCigSfg:5v0("?")->0v12024-05-03 05:17:12.946/* CDOResource@_Zh3u8QkMEe-bzopYCigSfg:5v0("?")->0v12024-05-03 05:17:12.946/2024-05-03 05:17:12.952 CDOResource@_Zh3u8QkMEe-bzopYCigSfg:5v1("res")2024-05-03 05:17:12.953/* Product1@_Zh3u8gkMEe-bzopYCigSfg:5v0->0v1 2024-05-03 05:17:12.946/2024-05-03 05:17:12.952 Product1@_Zh3u8gkMEe-bzopYCigSfg:5v1 2024-05-03 05:17:12.953/* OrderDetail@_Zh3u8wkMEe-bzopYCigSfg:5v0->0v2 2024-05-03 05:17:12.946/* OrderDetail@_ZiHmkAkMEe-bzopYCigSfg:5v1 2024-05-03 05:17:12.953/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v2("/") 2024-05-03 05:17:12.826/2024-05-03 05:17:12.933 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v3("/") 2024-05-03 05:17:12.934/* CDOResourceFolder@_Zgw7sAkMEe-bzopYCigSfg:0v1("BackupTest_testImportNullListElement")2024-05-03 05:17:12.826/* CDOResourceFolder@_Zh3u8AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:17:12.934/* CDOResource@_Zh3u8QkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:12.934/* Product1@_Zh3u8gkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:12.934/* OrderDetail@_Zh3u8wkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:12.934/2024-05-03 05:17:12.944 OrderDetail@_Zh3u8wkMEe-bzopYCigSfg:0v2 2024-05-03 05:17:12.945/* BranchingSameSessionTest_testAuditViewOnBranch_subBranch[5]2024-05-03 05:17:12.946/* CDOResourceFolder@_Zh3u8AkMEe-bzopYCigSfg:5v0("?")->0v12024-05-03 05:17:12.946/* CDOResource@_Zh3u8QkMEe-bzopYCigSfg:5v0("?")->0v12024-05-03 05:17:12.946/2024-05-03 05:17:12.952 CDOResource@_Zh3u8QkMEe-bzopYCigSfg:5v1("res")2024-05-03 05:17:12.953/* Product1@_Zh3u8gkMEe-bzopYCigSfg:5v0->0v1 2024-05-03 05:17:12.946/2024-05-03 05:17:12.952 Product1@_Zh3u8gkMEe-bzopYCigSfg:5v1 2024-05-03 05:17:12.953/* OrderDetail@_Zh3u8wkMEe-bzopYCigSfg:5v0->0v2 2024-05-03 05:17:12.946/* OrderDetail@_ZiHmkAkMEe-bzopYCigSfg:5v1 2024-05-03 05:17:12.953/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v2("/") 2024-05-03 05:17:12.826/2024-05-03 05:17:12.933 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v3("/") 2024-05-03 05:17:12.934/* CDOResourceFolder@_Zgw7sAkMEe-bzopYCigSfg:0v1("BackupTest_testImportNullListElement")2024-05-03 05:17:12.826/* CDOResourceFolder@_Zh3u8AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:17:12.934/* CDOResource@_Zh3u8QkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:12.934/* Product1@_Zh3u8gkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:12.934/* OrderDetail@_Zh3u8wkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:12.934/2024-05-03 05:17:12.944 OrderDetail@_Zh3u8wkMEe-bzopYCigSfg:0v2 2024-05-03 05:17:12.945/* BranchingSameSessionTest_testAuditViewOnBranch_subBranch[5]2024-05-03 05:17:12.946/* CDOResourceFolder@_Zh3u8AkMEe-bzopYCigSfg:5v0("?")->0v12024-05-03 05:17:12.946/* CDOResource@_Zh3u8QkMEe-bzopYCigSfg:5v0("?")->0v12024-05-03 05:17:12.946/2024-05-03 05:17:12.952 CDOResource@_Zh3u8QkMEe-bzopYCigSfg:5v1("res")2024-05-03 05:17:12.953/* Product1@_Zh3u8gkMEe-bzopYCigSfg:5v0->0v1 2024-05-03 05:17:12.946/2024-05-03 05:17:12.952 Product1@_Zh3u8gkMEe-bzopYCigSfg:5v1 2024-05-03 05:17:12.953/* OrderDetail@_Zh3u8wkMEe-bzopYCigSfg:5v0->0v2 2024-05-03 05:17:12.946/* OrderDetail@_ZiHmkAkMEe-bzopYCigSfg:5v1 2024-05-03 05:17:12.953/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v2("/") 2024-05-03 05:17:12.826/2024-05-03 05:17:12.933 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v3("/") 2024-05-03 05:17:12.934/* CDOResourceFolder@_Zgw7sAkMEe-bzopYCigSfg:0v1("BackupTest_testImportNullListElement")2024-05-03 05:17:12.826/* CDOResourceFolder@_Zh3u8AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:17:12.934/* CDOResource@_Zh3u8QkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:12.934/* Product1@_Zh3u8gkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:12.934/* OrderDetail@_Zh3u8wkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:12.934/2024-05-03 05:17:12.944 OrderDetail@_Zh3u8wkMEe-bzopYCigSfg:0v2 2024-05-03 05:17:12.945/* BranchingSameSessionTest_testAuditViewOnBranch_subBranch[5]2024-05-03 05:17:12.946/* CDOResourceFolder@_Zh3u8AkMEe-bzopYCigSfg:5v0("?")->0v12024-05-03 05:17:12.946/* CDOResource@_Zh3u8QkMEe-bzopYCigSfg:5v0("?")->0v12024-05-03 05:17:12.946/2024-05-03 05:17:12.952 CDOResource@_Zh3u8QkMEe-bzopYCigSfg:5v1("res")2024-05-03 05:17:12.953/* Product1@_Zh3u8gkMEe-bzopYCigSfg:5v0->0v1 2024-05-03 05:17:12.946/2024-05-03 05:17:12.952 Product1@_Zh3u8gkMEe-bzopYCigSfg:5v1 2024-05-03 05:17:12.953/* OrderDetail@_Zh3u8wkMEe-bzopYCigSfg:5v0->0v2 2024-05-03 05:17:12.946/* OrderDetail@_ZiHmkAkMEe-bzopYCigSfg:5v1 2024-05-03 05:17:12.953/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v2("/") 2024-05-03 05:17:12.826/2024-05-03 05:17:12.933 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v3("/") 2024-05-03 05:17:12.934/* CDOResourceFolder@_Zgw7sAkMEe-bzopYCigSfg:0v1("BackupTest_testImportNullListElement")2024-05-03 05:17:12.826/* CDOResourceFolder@_Zh3u8AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:17:12.934/* CDOResource@_Zh3u8QkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:12.934/* Product1@_Zh3u8gkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:12.934/* OrderDetail@_Zh3u8wkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:12.934/2024-05-03 05:17:12.944 OrderDetail@_Zh3u8wkMEe-bzopYCigSfg:0v2 2024-05-03 05:17:12.945/* BranchingSameSessionTest_testAuditViewOnBranch_subBranch[5]2024-05-03 05:17:12.946/* CDOResourceFolder@_Zh3u8AkMEe-bzopYCigSfg:5v0("?")->0v12024-05-03 05:17:12.946/* CDOResource@_Zh3u8QkMEe-bzopYCigSfg:5v0("?")->0v12024-05-03 05:17:12.946/2024-05-03 05:17:12.952 CDOResource@_Zh3u8QkMEe-bzopYCigSfg:5v1("res")2024-05-03 05:17:12.953/* Product1@_Zh3u8gkMEe-bzopYCigSfg:5v0->0v1 2024-05-03 05:17:12.946/2024-05-03 05:17:12.952 Product1@_Zh3u8gkMEe-bzopYCigSfg:5v1 2024-05-03 05:17:12.953/* OrderDetail@_Zh3u8wkMEe-bzopYCigSfg:5v0->0v2 2024-05-03 05:17:12.946/* OrderDetail@_ZiHmkAkMEe-bzopYCigSfg:5v1 2024-05-03 05:17:12.953/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v2("/") 2024-05-03 05:17:12.826/2024-05-03 05:17:12.933 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v3("/") 2024-05-03 05:17:12.934/* CDOResourceFolder@_Zgw7sAkMEe-bzopYCigSfg:0v1("BackupTest_testImportNullListElement")2024-05-03 05:17:12.826/* CDOResourceFolder@_Zh3u8AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:17:12.934/* CDOResource@_Zh3u8QkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:12.934/* Product1@_Zh3u8gkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:12.934/* OrderDetail@_Zh3u8wkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:12.934/2024-05-03 05:17:12.944 OrderDetail@_Zh3u8wkMEe-bzopYCigSfg:0v2 2024-05-03 05:17:12.945/* BranchingSameSessionTest_testAuditViewOnBranch_subBranch[5]2024-05-03 05:17:12.946/* CDOResourceFolder@_Zh3u8AkMEe-bzopYCigSfg:5v0("?")->0v12024-05-03 05:17:12.946/* CDOResource@_Zh3u8QkMEe-bzopYCigSfg:5v0("?")->0v12024-05-03 05:17:12.946/2024-05-03 05:17:12.952 CDOResource@_Zh3u8QkMEe-bzopYCigSfg:5v1("res")2024-05-03 05:17:12.953/* Product1@_Zh3u8gkMEe-bzopYCigSfg:5v0->0v1 2024-05-03 05:17:12.946/2024-05-03 05:17:12.952 Product1@_Zh3u8gkMEe-bzopYCigSfg:5v1 2024-05-03 05:17:12.953/* OrderDetail@_Zh3u8wkMEe-bzopYCigSfg:5v0->0v2 2024-05-03 05:17:12.946/* OrderDetail@_ZiHmkAkMEe-bzopYCigSfg:5v1 2024-05-03 05:17:12.953/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v2("/") 2024-05-03 05:17:12.826/2024-05-03 05:17:12.933 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v3("/") 2024-05-03 05:17:12.934/* CDOResourceFolder@_Zgw7sAkMEe-bzopYCigSfg:0v1("BackupTest_testImportNullListElement")2024-05-03 05:17:12.826/* CDOResourceFolder@_Zh3u8AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:17:12.934/* CDOResource@_Zh3u8QkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:12.934/* Product1@_Zh3u8gkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:12.934/* OrderDetail@_Zh3u8wkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:12.934/2024-05-03 05:17:12.944 OrderDetail@_Zh3u8wkMEe-bzopYCigSfg:0v2 2024-05-03 05:17:12.945/* BranchingSameSessionTest_testAuditViewOnBranch_subBranch[5]2024-05-03 05:17:12.946/* CDOResourceFolder@_Zh3u8AkMEe-bzopYCigSfg:5v0("?")->0v12024-05-03 05:17:12.946/* CDOResource@_Zh3u8QkMEe-bzopYCigSfg:5v0("?")->0v12024-05-03 05:17:12.946/2024-05-03 05:17:12.952 CDOResource@_Zh3u8QkMEe-bzopYCigSfg:5v1("res")2024-05-03 05:17:12.953/* Product1@_Zh3u8gkMEe-bzopYCigSfg:5v0->0v1 2024-05-03 05:17:12.946/2024-05-03 05:17:12.952 Product1@_Zh3u8gkMEe-bzopYCigSfg:5v1 2024-05-03 05:17:12.953/* OrderDetail@_Zh3u8wkMEe-bzopYCigSfg:5v0->0v2 2024-05-03 05:17:12.946/* OrderDetail@_ZiHmkAkMEe-bzopYCigSfg:5v1 2024-05-03 05:17:12.953/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v2("/") 2024-05-03 05:17:12.826/2024-05-03 05:17:12.933 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v3("/") 2024-05-03 05:17:12.934/* CDOResourceFolder@_Zgw7sAkMEe-bzopYCigSfg:0v1("BackupTest_testImportNullListElement")2024-05-03 05:17:12.826/* CDOResourceFolder@_Zh3u8AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:17:12.934/* CDOResource@_Zh3u8QkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:12.934/* Product1@_Zh3u8gkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:12.934/* OrderDetail@_Zh3u8wkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:12.934/2024-05-03 05:17:12.944 OrderDetail@_Zh3u8wkMEe-bzopYCigSfg:0v2 2024-05-03 05:17:12.945/* BranchingSameSessionTest_testAuditViewOnBranch_subBranch[5]2024-05-03 05:17:12.946/* CDOResourceFolder@_Zh3u8AkMEe-bzopYCigSfg:5v0("?")->0v12024-05-03 05:17:12.946/* CDOResource@_Zh3u8QkMEe-bzopYCigSfg:5v0("?")->0v12024-05-03 05:17:12.946/2024-05-03 05:17:12.952 CDOResource@_Zh3u8QkMEe-bzopYCigSfg:5v1("res")2024-05-03 05:17:12.953/* Product1@_Zh3u8gkMEe-bzopYCigSfg:5v0->0v1 2024-05-03 05:17:12.946/2024-05-03 05:17:12.952 Product1@_Zh3u8gkMEe-bzopYCigSfg:5v1 2024-05-03 05:17:12.953/* OrderDetail@_Zh3u8wkMEe-bzopYCigSfg:5v0->0v2 2024-05-03 05:17:12.946/* OrderDetail@_ZiHmkAkMEe-bzopYCigSfg:5v1 2024-05-03 05:17:12.953/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v2("/") 2024-05-03 05:17:12.826/2024-05-03 05:17:12.933 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v3("/") 2024-05-03 05:17:12.934/* CDOResourceFolder@_Zgw7sAkMEe-bzopYCigSfg:0v1("BackupTest_testImportNullListElement")2024-05-03 05:17:12.826/* CDOResourceFolder@_Zh3u8AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:17:12.934/* CDOResource@_Zh3u8QkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:12.934/* Product1@_Zh3u8gkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:12.934/* OrderDetail@_Zh3u8wkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:12.934/2024-05-03 05:17:12.944 OrderDetail@_Zh3u8wkMEe-bzopYCigSfg:0v2 2024-05-03 05:17:12.945/* BranchingSameSessionTest_testAuditViewOnBranch_subBranch[5]2024-05-03 05:17:12.946/* CDOResourceFolder@_Zh3u8AkMEe-bzopYCigSfg:5v0("?")->0v12024-05-03 05:17:12.946/* CDOResource@_Zh3u8QkMEe-bzopYCigSfg:5v0("?")->0v12024-05-03 05:17:12.946/2024-05-03 05:17:12.952 CDOResource@_Zh3u8QkMEe-bzopYCigSfg:5v1("res")2024-05-03 05:17:12.953/* Product1@_Zh3u8gkMEe-bzopYCigSfg:5v0->0v1 2024-05-03 05:17:12.946/2024-05-03 05:17:12.952 Product1@_Zh3u8gkMEe-bzopYCigSfg:5v1 2024-05-03 05:17:12.953/* OrderDetail@_Zh3u8wkMEe-bzopYCigSfg:5v0->0v2 2024-05-03 05:17:12.946/* OrderDetail@_ZiHmkAkMEe-bzopYCigSfg:5v1 2024-05-03 05:17:12.953/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v2("/") 2024-05-03 05:17:12.826/2024-05-03 05:17:12.933 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v3("/") 2024-05-03 05:17:12.934/* CDOResourceFolder@_Zgw7sAkMEe-bzopYCigSfg:0v1("BackupTest_testImportNullListElement")2024-05-03 05:17:12.826/* CDOResourceFolder@_Zh3u8AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:17:12.934/* CDOResource@_Zh3u8QkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:12.934/* Product1@_Zh3u8gkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:12.934/* OrderDetail@_Zh3u8wkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:12.934/2024-05-03 05:17:12.944 OrderDetail@_Zh3u8wkMEe-bzopYCigSfg:0v2 2024-05-03 05:17:12.945/* BranchingSameSessionTest_testAuditViewOnBranch_subBranch[5]2024-05-03 05:17:12.946/* CDOResourceFolder@_Zh3u8AkMEe-bzopYCigSfg:5v0("?")->0v12024-05-03 05:17:12.946/* CDOResource@_Zh3u8QkMEe-bzopYCigSfg:5v0("?")->0v12024-05-03 05:17:12.946/2024-05-03 05:17:12.952 CDOResource@_Zh3u8QkMEe-bzopYCigSfg:5v1("res")2024-05-03 05:17:12.953/* Product1@_Zh3u8gkMEe-bzopYCigSfg:5v0->0v1 2024-05-03 05:17:12.946/2024-05-03 05:17:12.952 Product1@_Zh3u8gkMEe-bzopYCigSfg:5v1 2024-05-03 05:17:12.953/* OrderDetail@_Zh3u8wkMEe-bzopYCigSfg:5v0->0v2 2024-05-03 05:17:12.946/* OrderDetail@_ZiHmkAkMEe-bzopYCigSfg:5v1 2024-05-03 05:17:12.953/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v2("/") 2024-05-03 05:17:12.826/2024-05-03 05:17:12.933 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v3("/") 2024-05-03 05:17:12.934/* CDOResourceFolder@_Zgw7sAkMEe-bzopYCigSfg:0v1("BackupTest_testImportNullListElement")2024-05-03 05:17:12.826/* CDOResourceFolder@_Zh3u8AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:17:12.934/* CDOResource@_Zh3u8QkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:12.934/* Product1@_Zh3u8gkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:12.934/* OrderDetail@_Zh3u8wkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:12.934/2024-05-03 05:17:12.944 OrderDetail@_Zh3u8wkMEe-bzopYCigSfg:0v2 2024-05-03 05:17:12.945/* BranchingSameSessionTest_testAuditViewOnBranch_subBranch[5]2024-05-03 05:17:12.946/* CDOResourceFolder@_Zh3u8AkMEe-bzopYCigSfg:5v0("?")->0v12024-05-03 05:17:12.946/* CDOResource@_Zh3u8QkMEe-bzopYCigSfg:5v0("?")->0v12024-05-03 05:17:12.946/2024-05-03 05:17:12.952 CDOResource@_Zh3u8QkMEe-bzopYCigSfg:5v1("res")2024-05-03 05:17:12.953/* Product1@_Zh3u8gkMEe-bzopYCigSfg:5v0->0v1 2024-05-03 05:17:12.946/2024-05-03 05:17:12.952 Product1@_Zh3u8gkMEe-bzopYCigSfg:5v1 2024-05-03 05:17:12.953/* OrderDetail@_Zh3u8wkMEe-bzopYCigSfg:5v0->0v2 2024-05-03 05:17:12.946/* OrderDetail@_ZiHmkAkMEe-bzopYCigSfg:5v1 2024-05-03 05:17:12.953/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v2("/") 2024-05-03 05:17:12.826/2024-05-03 05:17:12.933 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v3("/") 2024-05-03 05:17:12.934/* CDOResourceFolder@_Zgw7sAkMEe-bzopYCigSfg:0v1("BackupTest_testImportNullListElement")2024-05-03 05:17:12.826/* CDOResourceFolder@_Zh3u8AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:17:12.934/* CDOResource@_Zh3u8QkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:12.934/* Product1@_Zh3u8gkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:12.934/* OrderDetail@_Zh3u8wkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:12.934/2024-05-03 05:17:12.944 OrderDetail@_Zh3u8wkMEe-bzopYCigSfg:0v2 2024-05-03 05:17:12.945/* BranchingSameSessionTest_testAuditViewOnBranch_subBranch[5]2024-05-03 05:17:12.946/* CDOResourceFolder@_Zh3u8AkMEe-bzopYCigSfg:5v0("?")->0v12024-05-03 05:17:12.946/* CDOResource@_Zh3u8QkMEe-bzopYCigSfg:5v0("?")->0v12024-05-03 05:17:12.946/2024-05-03 05:17:12.952 CDOResource@_Zh3u8QkMEe-bzopYCigSfg:5v1("res")2024-05-03 05:17:12.953/* Product1@_Zh3u8gkMEe-bzopYCigSfg:5v0->0v1 2024-05-03 05:17:12.946/2024-05-03 05:17:12.952 Product1@_Zh3u8gkMEe-bzopYCigSfg:5v1 2024-05-03 05:17:12.953/* OrderDetail@_Zh3u8wkMEe-bzopYCigSfg:5v0->0v2 2024-05-03 05:17:12.946/* OrderDetail@_ZiHmkAkMEe-bzopYCigSfg:5v1 2024-05-03 05:17:12.953/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v2("/") 2024-05-03 05:17:12.826/2024-05-03 05:17:12.933 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v3("/") 2024-05-03 05:17:12.934/* CDOResourceFolder@_Zgw7sAkMEe-bzopYCigSfg:0v1("BackupTest_testImportNullListElement")2024-05-03 05:17:12.826/* CDOResourceFolder@_Zh3u8AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:17:12.934/* CDOResource@_Zh3u8QkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:12.934/* Product1@_Zh3u8gkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:12.934/* OrderDetail@_Zh3u8wkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:12.934/2024-05-03 05:17:12.944 OrderDetail@_Zh3u8wkMEe-bzopYCigSfg:0v2 2024-05-03 05:17:12.945/* BranchingSameSessionTest_testAuditViewOnBranch_subBranch[5]2024-05-03 05:17:12.946/* CDOResourceFolder@_Zh3u8AkMEe-bzopYCigSfg:5v0("?")->0v12024-05-03 05:17:12.946/* CDOResource@_Zh3u8QkMEe-bzopYCigSfg:5v0("?")->0v12024-05-03 05:17:12.946/2024-05-03 05:17:12.952 CDOResource@_Zh3u8QkMEe-bzopYCigSfg:5v1("res")2024-05-03 05:17:12.953/* Product1@_Zh3u8gkMEe-bzopYCigSfg:5v0->0v1 2024-05-03 05:17:12.946/2024-05-03 05:17:12.952 Product1@_Zh3u8gkMEe-bzopYCigSfg:5v1 2024-05-03 05:17:12.953/* OrderDetail@_Zh3u8wkMEe-bzopYCigSfg:5v0->0v2 2024-05-03 05:17:12.946/* OrderDetail@_ZiHmkAkMEe-bzopYCigSfg:5v1 2024-05-03 05:17:12.953/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v2("/") 2024-05-03 05:17:12.826/2024-05-03 05:17:12.933 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v3("/") 2024-05-03 05:17:12.934/* CDOResourceFolder@_Zgw7sAkMEe-bzopYCigSfg:0v1("BackupTest_testImportNullListElement")2024-05-03 05:17:12.826/* CDOResourceFolder@_Zh3u8AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:17:12.934/* CDOResource@_Zh3u8QkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:12.934/* Product1@_Zh3u8gkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:12.934/* OrderDetail@_Zh3u8wkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:12.934/2024-05-03 05:17:12.944 OrderDetail@_Zh3u8wkMEe-bzopYCigSfg:0v2 2024-05-03 05:17:12.945/* BranchingSameSessionTest_testAuditViewOnBranch_subBranch[5]2024-05-03 05:17:12.946/* CDOResourceFolder@_Zh3u8AkMEe-bzopYCigSfg:5v0("?")->0v12024-05-03 05:17:12.946/* CDOResource@_Zh3u8QkMEe-bzopYCigSfg:5v0("?")->0v12024-05-03 05:17:12.946/2024-05-03 05:17:12.952 CDOResource@_Zh3u8QkMEe-bzopYCigSfg:5v1("res")2024-05-03 05:17:12.953/* Product1@_Zh3u8gkMEe-bzopYCigSfg:5v0->0v1 2024-05-03 05:17:12.946/2024-05-03 05:17:12.952 Product1@_Zh3u8gkMEe-bzopYCigSfg:5v1 2024-05-03 05:17:12.953/* OrderDetail@_Zh3u8wkMEe-bzopYCigSfg:5v0->0v2 2024-05-03 05:17:12.946/* OrderDetail@_ZiHmkAkMEe-bzopYCigSfg:5v1 2024-05-03 05:17:12.953/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v2("/") 2024-05-03 05:17:12.826/2024-05-03 05:17:12.933 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v3("/") 2024-05-03 05:17:12.934/* CDOResourceFolder@_Zgw7sAkMEe-bzopYCigSfg:0v1("BackupTest_testImportNullListElement")2024-05-03 05:17:12.826/* CDOResourceFolder@_Zh3u8AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:17:12.934/* CDOResource@_Zh3u8QkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:12.934/* Product1@_Zh3u8gkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:12.934/* OrderDetail@_Zh3u8wkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:12.934/2024-05-03 05:17:12.944 OrderDetail@_Zh3u8wkMEe-bzopYCigSfg:0v2 2024-05-03 05:17:12.945/* BranchingSameSessionTest_testAuditViewOnBranch_subBranch[5]2024-05-03 05:17:12.946/* CDOResourceFolder@_Zh3u8AkMEe-bzopYCigSfg:5v0("?")->0v12024-05-03 05:17:12.946/* CDOResource@_Zh3u8QkMEe-bzopYCigSfg:5v0("?")->0v12024-05-03 05:17:12.946/2024-05-03 05:17:12.952 CDOResource@_Zh3u8QkMEe-bzopYCigSfg:5v1("res")2024-05-03 05:17:12.953/* Product1@_Zh3u8gkMEe-bzopYCigSfg:5v0->0v1 2024-05-03 05:17:12.946/2024-05-03 05:17:12.952 Product1@_Zh3u8gkMEe-bzopYCigSfg:5v1 2024-05-03 05:17:12.953/* OrderDetail@_Zh3u8wkMEe-bzopYCigSfg:5v0->0v2 2024-05-03 05:17:12.946/* OrderDetail@_ZiHmkAkMEe-bzopYCigSfg:5v1 2024-05-03 05:17:12.953/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v2("/") 2024-05-03 05:17:12.826/2024-05-03 05:17:12.933 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v3("/") 2024-05-03 05:17:12.934/* CDOResourceFolder@_Zgw7sAkMEe-bzopYCigSfg:0v1("BackupTest_testImportNullListElement")2024-05-03 05:17:12.826/* CDOResourceFolder@_Zh3u8AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:17:12.934/* CDOResource@_Zh3u8QkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:12.934/* Product1@_Zh3u8gkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:12.934/* OrderDetail@_Zh3u8wkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:12.934/2024-05-03 05:17:12.944 OrderDetail@_Zh3u8wkMEe-bzopYCigSfg:0v2 2024-05-03 05:17:12.945/* BranchingSameSessionTest_testAuditViewOnBranch_subBranch[5]2024-05-03 05:17:12.946/* CDOResourceFolder@_Zh3u8AkMEe-bzopYCigSfg:5v0("?")->0v12024-05-03 05:17:12.946/* CDOResource@_Zh3u8QkMEe-bzopYCigSfg:5v0("?")->0v12024-05-03 05:17:12.946/2024-05-03 05:17:12.952 CDOResource@_Zh3u8QkMEe-bzopYCigSfg:5v1("res")2024-05-03 05:17:12.953/* Product1@_Zh3u8gkMEe-bzopYCigSfg:5v0->0v1 2024-05-03 05:17:12.946/2024-05-03 05:17:12.952 Product1@_Zh3u8gkMEe-bzopYCigSfg:5v1 2024-05-03 05:17:12.953/* OrderDetail@_Zh3u8wkMEe-bzopYCigSfg:5v0->0v2 2024-05-03 05:17:12.946/* OrderDetail@_ZiHmkAkMEe-bzopYCigSfg:5v1 2024-05-03 05:17:12.953/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v2("/") 2024-05-03 05:17:12.826/2024-05-03 05:17:12.933 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v3("/") 2024-05-03 05:17:12.934/* CDOResourceFolder@_Zgw7sAkMEe-bzopYCigSfg:0v1("BackupTest_testImportNullListElement")2024-05-03 05:17:12.826/* CDOResourceFolder@_Zh3u8AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:17:12.934/* CDOResource@_Zh3u8QkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:12.934/* Product1@_Zh3u8gkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:12.934/* OrderDetail@_Zh3u8wkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:12.934/2024-05-03 05:17:12.944 OrderDetail@_Zh3u8wkMEe-bzopYCigSfg:0v2 2024-05-03 05:17:12.945/* BranchingSameSessionTest_testAuditViewOnBranch_subBranch[5]2024-05-03 05:17:12.946/* CDOResourceFolder@_Zh3u8AkMEe-bzopYCigSfg:5v0("?")->0v12024-05-03 05:17:12.946/* CDOResource@_Zh3u8QkMEe-bzopYCigSfg:5v0("?")->0v12024-05-03 05:17:12.946/2024-05-03 05:17:12.952 CDOResource@_Zh3u8QkMEe-bzopYCigSfg:5v1("res")2024-05-03 05:17:12.953/* Product1@_Zh3u8gkMEe-bzopYCigSfg:5v0->0v1 2024-05-03 05:17:12.946/2024-05-03 05:17:12.952 Product1@_Zh3u8gkMEe-bzopYCigSfg:5v1 2024-05-03 05:17:12.953/* OrderDetail@_Zh3u8wkMEe-bzopYCigSfg:5v0->0v2 2024-05-03 05:17:12.946/* OrderDetail@_ZiHmkAkMEe-bzopYCigSfg:5v1 2024-05-03 05:17:12.953/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v2("/") 2024-05-03 05:17:12.826/2024-05-03 05:17:12.933 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v3("/") 2024-05-03 05:17:12.934/* CDOResourceFolder@_Zgw7sAkMEe-bzopYCigSfg:0v1("BackupTest_testImportNullListElement")2024-05-03 05:17:12.826/* CDOResourceFolder@_Zh3u8AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:17:12.934/* CDOResource@_Zh3u8QkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:12.934/* Product1@_Zh3u8gkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:12.934/* OrderDetail@_Zh3u8wkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:12.934/2024-05-03 05:17:12.944 OrderDetail@_Zh3u8wkMEe-bzopYCigSfg:0v2 2024-05-03 05:17:12.945/* BranchingSameSessionTest_testAuditViewOnBranch_subBranch[5]2024-05-03 05:17:12.946/* CDOResourceFolder@_Zh3u8AkMEe-bzopYCigSfg:5v0("?")->0v12024-05-03 05:17:12.946/* CDOResource@_Zh3u8QkMEe-bzopYCigSfg:5v0("?")->0v12024-05-03 05:17:12.946/2024-05-03 05:17:12.952 CDOResource@_Zh3u8QkMEe-bzopYCigSfg:5v1("res")2024-05-03 05:17:12.953/* Product1@_Zh3u8gkMEe-bzopYCigSfg:5v0->0v1 2024-05-03 05:17:12.946/2024-05-03 05:17:12.952 Product1@_Zh3u8gkMEe-bzopYCigSfg:5v1 2024-05-03 05:17:12.953/* OrderDetail@_Zh3u8wkMEe-bzopYCigSfg:5v0->0v2 2024-05-03 05:17:12.946/* OrderDetail@_ZiHmkAkMEe-bzopYCigSfg:5v1 2024-05-03 05:17:12.953/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v2("/") 2024-05-03 05:17:12.826/2024-05-03 05:17:12.933 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v3("/") 2024-05-03 05:17:12.934/* CDOResourceFolder@_Zgw7sAkMEe-bzopYCigSfg:0v1("BackupTest_testImportNullListElement")2024-05-03 05:17:12.826/* CDOResourceFolder@_Zh3u8AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:17:12.934/* CDOResource@_Zh3u8QkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:12.934/* Product1@_Zh3u8gkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:12.934/* OrderDetail@_Zh3u8wkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:12.934/2024-05-03 05:17:12.944 OrderDetail@_Zh3u8wkMEe-bzopYCigSfg:0v2 2024-05-03 05:17:12.945/* BranchingSameSessionTest_testAuditViewOnBranch_subBranch[5]2024-05-03 05:17:12.946/* CDOResourceFolder@_Zh3u8AkMEe-bzopYCigSfg:5v0("?")->0v12024-05-03 05:17:12.946/* CDOResource@_Zh3u8QkMEe-bzopYCigSfg:5v0("?")->0v12024-05-03 05:17:12.946/2024-05-03 05:17:12.952 CDOResource@_Zh3u8QkMEe-bzopYCigSfg:5v1("res")2024-05-03 05:17:12.953/* Product1@_Zh3u8gkMEe-bzopYCigSfg:5v0->0v1 2024-05-03 05:17:12.946/2024-05-03 05:17:12.952 Product1@_Zh3u8gkMEe-bzopYCigSfg:5v1 2024-05-03 05:17:12.953/* OrderDetail@_Zh3u8wkMEe-bzopYCigSfg:5v0->0v2 2024-05-03 05:17:12.946/* OrderDetail@_ZiHmkAkMEe-bzopYCigSfg:5v1 2024-05-03 05:17:12.953/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v2("/") 2024-05-03 05:17:12.826/2024-05-03 05:17:12.933 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v3("/") 2024-05-03 05:17:12.934/* CDOResourceFolder@_Zgw7sAkMEe-bzopYCigSfg:0v1("BackupTest_testImportNullListElement")2024-05-03 05:17:12.826/* CDOResourceFolder@_Zh3u8AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:17:12.934/* CDOResource@_Zh3u8QkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:12.934/* Product1@_Zh3u8gkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:12.934/* OrderDetail@_Zh3u8wkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:12.934/2024-05-03 05:17:12.944 OrderDetail@_Zh3u8wkMEe-bzopYCigSfg:0v2 2024-05-03 05:17:12.945/* BranchingSameSessionTest_testAuditViewOnBranch_subBranch[5]2024-05-03 05:17:12.946/* CDOResourceFolder@_Zh3u8AkMEe-bzopYCigSfg:5v0("?")->0v12024-05-03 05:17:12.946/* CDOResource@_Zh3u8QkMEe-bzopYCigSfg:5v0("?")->0v12024-05-03 05:17:12.946/2024-05-03 05:17:12.952 CDOResource@_Zh3u8QkMEe-bzopYCigSfg:5v1("res")2024-05-03 05:17:12.953/* Product1@_Zh3u8gkMEe-bzopYCigSfg:5v0->0v1 2024-05-03 05:17:12.946/2024-05-03 05:17:12.952 Product1@_Zh3u8gkMEe-bzopYCigSfg:5v1 2024-05-03 05:17:12.953/* OrderDetail@_Zh3u8wkMEe-bzopYCigSfg:5v0->0v2 2024-05-03 05:17:12.946/* OrderDetail@_ZiHmkAkMEe-bzopYCigSfg:5v1 2024-05-03 05:17:12.953/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v2("/") 2024-05-03 05:17:12.826/2024-05-03 05:17:12.933 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v3("/") 2024-05-03 05:17:12.934/* CDOResourceFolder@_Zgw7sAkMEe-bzopYCigSfg:0v1("BackupTest_testImportNullListElement")2024-05-03 05:17:12.826/* CDOResourceFolder@_Zh3u8AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:17:12.934/* CDOResource@_Zh3u8QkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:12.934/* Product1@_Zh3u8gkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:12.934/* OrderDetail@_Zh3u8wkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:12.934/2024-05-03 05:17:12.944 OrderDetail@_Zh3u8wkMEe-bzopYCigSfg:0v2 2024-05-03 05:17:12.945/* BranchingSameSessionTest_testAuditViewOnBranch_subBranch[5]2024-05-03 05:17:12.946/* CDOResourceFolder@_Zh3u8AkMEe-bzopYCigSfg:5v0("?")->0v12024-05-03 05:17:12.946/* CDOResource@_Zh3u8QkMEe-bzopYCigSfg:5v0("?")->0v12024-05-03 05:17:12.946/2024-05-03 05:17:12.952 CDOResource@_Zh3u8QkMEe-bzopYCigSfg:5v1("res")2024-05-03 05:17:12.953/* Product1@_Zh3u8gkMEe-bzopYCigSfg:5v0->0v1 2024-05-03 05:17:12.946/2024-05-03 05:17:12.952 Product1@_Zh3u8gkMEe-bzopYCigSfg:5v1 2024-05-03 05:17:12.953/* OrderDetail@_Zh3u8wkMEe-bzopYCigSfg:5v0->0v2 2024-05-03 05:17:12.946/* OrderDetail@_ZiHmkAkMEe-bzopYCigSfg:5v1 2024-05-03 05:17:12.953/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v2("/") 2024-05-03 05:17:12.826/2024-05-03 05:17:12.933 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v3("/") 2024-05-03 05:17:12.934/* CDOResourceFolder@_Zgw7sAkMEe-bzopYCigSfg:0v1("BackupTest_testImportNullListElement")2024-05-03 05:17:12.826/* CDOResourceFolder@_Zh3u8AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:17:12.934/* CDOResource@_Zh3u8QkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:12.934/* Product1@_Zh3u8gkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:12.934/* OrderDetail@_Zh3u8wkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:12.934/2024-05-03 05:17:12.944 OrderDetail@_Zh3u8wkMEe-bzopYCigSfg:0v2 2024-05-03 05:17:12.945/* BranchingSameSessionTest_testAuditViewOnBranch_subBranch[5]2024-05-03 05:17:12.946/* CDOResourceFolder@_Zh3u8AkMEe-bzopYCigSfg:5v0("?")->0v12024-05-03 05:17:12.946/* CDOResource@_Zh3u8QkMEe-bzopYCigSfg:5v0("?")->0v12024-05-03 05:17:12.946/2024-05-03 05:17:12.952 CDOResource@_Zh3u8QkMEe-bzopYCigSfg:5v1("res")2024-05-03 05:17:12.953/* Product1@_Zh3u8gkMEe-bzopYCigSfg:5v0->0v1 2024-05-03 05:17:12.946/2024-05-03 05:17:12.952 Product1@_Zh3u8gkMEe-bzopYCigSfg:5v1 2024-05-03 05:17:12.953/* OrderDetail@_Zh3u8wkMEe-bzopYCigSfg:5v0->0v2 2024-05-03 05:17:12.946/* OrderDetail@_ZiHmkAkMEe-bzopYCigSfg:5v1 2024-05-03 05:17:12.953/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v2("/") 2024-05-03 05:17:12.826/2024-05-03 05:17:12.933 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v3("/") 2024-05-03 05:17:12.934/* CDOResourceFolder@_Zgw7sAkMEe-bzopYCigSfg:0v1("BackupTest_testImportNullListElement")2024-05-03 05:17:12.826/* CDOResourceFolder@_Zh3u8AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:17:12.934/* CDOResource@_Zh3u8QkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:12.934/* Product1@_Zh3u8gkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:12.934/* OrderDetail@_Zh3u8wkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:12.934/2024-05-03 05:17:12.944 OrderDetail@_Zh3u8wkMEe-bzopYCigSfg:0v2 2024-05-03 05:17:12.945/* BranchingSameSessionTest_testAuditViewOnBranch_subBranch[5]2024-05-03 05:17:12.946/* CDOResourceFolder@_Zh3u8AkMEe-bzopYCigSfg:5v0("?")->0v12024-05-03 05:17:12.946/* CDOResource@_Zh3u8QkMEe-bzopYCigSfg:5v0("?")->0v12024-05-03 05:17:12.946/2024-05-03 05:17:12.952 CDOResource@_Zh3u8QkMEe-bzopYCigSfg:5v1("res")2024-05-03 05:17:12.953/* Product1@_Zh3u8gkMEe-bzopYCigSfg:5v0->0v1 2024-05-03 05:17:12.946/2024-05-03 05:17:12.952 Product1@_Zh3u8gkMEe-bzopYCigSfg:5v1 2024-05-03 05:17:12.953/* OrderDetail@_Zh3u8wkMEe-bzopYCigSfg:5v0->0v2 2024-05-03 05:17:12.946/* OrderDetail@_ZiHmkAkMEe-bzopYCigSfg:5v1 2024-05-03 05:17:12.953/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v2("/") 2024-05-03 05:17:12.826/2024-05-03 05:17:12.933 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v3("/") 2024-05-03 05:17:12.934/* CDOResourceFolder@_Zgw7sAkMEe-bzopYCigSfg:0v1("BackupTest_testImportNullListElement")2024-05-03 05:17:12.826/* CDOResourceFolder@_Zh3u8AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:17:12.934/* CDOResource@_Zh3u8QkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:12.934/* Product1@_Zh3u8gkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:12.934/* OrderDetail@_Zh3u8wkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:12.934/2024-05-03 05:17:12.944 OrderDetail@_Zh3u8wkMEe-bzopYCigSfg:0v2 2024-05-03 05:17:12.945/* BranchingSameSessionTest_testAuditViewOnBranch_subBranch[5]2024-05-03 05:17:12.946/* CDOResourceFolder@_Zh3u8AkMEe-bzopYCigSfg:5v0("?")->0v12024-05-03 05:17:12.946/* CDOResource@_Zh3u8QkMEe-bzopYCigSfg:5v0("?")->0v12024-05-03 05:17:12.946/2024-05-03 05:17:12.952 CDOResource@_Zh3u8QkMEe-bzopYCigSfg:5v1("res")2024-05-03 05:17:12.953/* Product1@_Zh3u8gkMEe-bzopYCigSfg:5v0->0v1 2024-05-03 05:17:12.946/2024-05-03 05:17:12.952 Product1@_Zh3u8gkMEe-bzopYCigSfg:5v1 2024-05-03 05:17:12.953/* OrderDetail@_Zh3u8wkMEe-bzopYCigSfg:5v0->0v2 2024-05-03 05:17:12.946/* OrderDetail@_ZiHmkAkMEe-bzopYCigSfg:5v1 2024-05-03 05:17:12.953/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v2("/") 2024-05-03 05:17:12.826/2024-05-03 05:17:12.933 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v3("/") 2024-05-03 05:17:12.934/* CDOResourceFolder@_Zgw7sAkMEe-bzopYCigSfg:0v1("BackupTest_testImportNullListElement")2024-05-03 05:17:12.826/* CDOResourceFolder@_Zh3u8AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:17:12.934/* CDOResource@_Zh3u8QkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:12.934/* Product1@_Zh3u8gkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:12.934/* OrderDetail@_Zh3u8wkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:12.934/2024-05-03 05:17:12.944 OrderDetail@_Zh3u8wkMEe-bzopYCigSfg:0v2 2024-05-03 05:17:12.945/* BranchingSameSessionTest_testAuditViewOnBranch_subBranch[5]2024-05-03 05:17:12.946/* CDOResourceFolder@_Zh3u8AkMEe-bzopYCigSfg:5v0("?")->0v12024-05-03 05:17:12.946/* CDOResource@_Zh3u8QkMEe-bzopYCigSfg:5v0("?")->0v12024-05-03 05:17:12.946/2024-05-03 05:17:12.952 CDOResource@_Zh3u8QkMEe-bzopYCigSfg:5v1("res")2024-05-03 05:17:12.953/* Product1@_Zh3u8gkMEe-bzopYCigSfg:5v0->0v1 2024-05-03 05:17:12.946/2024-05-03 05:17:12.952 Product1@_Zh3u8gkMEe-bzopYCigSfg:5v1 2024-05-03 05:17:12.953/* OrderDetail@_Zh3u8wkMEe-bzopYCigSfg:5v0->0v2 2024-05-03 05:17:12.946/* OrderDetail@_ZiHmkAkMEe-bzopYCigSfg:5v1 2024-05-03 05:17:12.953/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v2("/") 2024-05-03 05:17:12.826/2024-05-03 05:17:12.933 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v3("/") 2024-05-03 05:17:12.934/* CDOResourceFolder@_Zgw7sAkMEe-bzopYCigSfg:0v1("BackupTest_testImportNullListElement")2024-05-03 05:17:12.826/* CDOResourceFolder@_Zh3u8AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:17:12.934/* CDOResource@_Zh3u8QkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:12.934/* Product1@_Zh3u8gkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:12.934/* OrderDetail@_Zh3u8wkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:12.934/2024-05-03 05:17:12.944 OrderDetail@_Zh3u8wkMEe-bzopYCigSfg:0v2 2024-05-03 05:17:12.945/* BranchingSameSessionTest_testAuditViewOnBranch_subBranch[5]2024-05-03 05:17:12.946/* CDOResourceFolder@_Zh3u8AkMEe-bzopYCigSfg:5v0("?")->0v12024-05-03 05:17:12.946/* CDOResource@_Zh3u8QkMEe-bzopYCigSfg:5v0("?")->0v12024-05-03 05:17:12.946/2024-05-03 05:17:12.952 CDOResource@_Zh3u8QkMEe-bzopYCigSfg:5v1("res")2024-05-03 05:17:12.953/* Product1@_Zh3u8gkMEe-bzopYCigSfg:5v0->0v1 2024-05-03 05:17:12.946/2024-05-03 05:17:12.952 Product1@_Zh3u8gkMEe-bzopYCigSfg:5v1 2024-05-03 05:17:12.953/* OrderDetail@_Zh3u8wkMEe-bzopYCigSfg:5v0->0v2 2024-05-03 05:17:12.946/* OrderDetail@_ZiHmkAkMEe-bzopYCigSfg:5v1 2024-05-03 05:17:12.953/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v2("/") 2024-05-03 05:17:12.826/2024-05-03 05:17:12.933 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v3("/") 2024-05-03 05:17:12.934/* CDOResourceFolder@_Zgw7sAkMEe-bzopYCigSfg:0v1("BackupTest_testImportNullListElement")2024-05-03 05:17:12.826/* CDOResourceFolder@_Zh3u8AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:17:12.934/* CDOResource@_Zh3u8QkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:12.934/* Product1@_Zh3u8gkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:12.934/* OrderDetail@_Zh3u8wkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:12.934/2024-05-03 05:17:12.944 OrderDetail@_Zh3u8wkMEe-bzopYCigSfg:0v2 2024-05-03 05:17:12.945/* BranchingSameSessionTest_testAuditViewOnBranch_subBranch[5]2024-05-03 05:17:12.946/* CDOResourceFolder@_Zh3u8AkMEe-bzopYCigSfg:5v0("?")->0v12024-05-03 05:17:12.946/* CDOResource@_Zh3u8QkMEe-bzopYCigSfg:5v0("?")->0v12024-05-03 05:17:12.946/2024-05-03 05:17:12.952 CDOResource@_Zh3u8QkMEe-bzopYCigSfg:5v1("res")2024-05-03 05:17:12.953/* Product1@_Zh3u8gkMEe-bzopYCigSfg:5v0->0v1 2024-05-03 05:17:12.946/2024-05-03 05:17:12.952 Product1@_Zh3u8gkMEe-bzopYCigSfg:5v1 2024-05-03 05:17:12.953/* OrderDetail@_Zh3u8wkMEe-bzopYCigSfg:5v0->0v2 2024-05-03 05:17:12.946/* OrderDetail@_ZiHmkAkMEe-bzopYCigSfg:5v1 2024-05-03 05:17:12.953/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v2("/") 2024-05-03 05:17:12.826/2024-05-03 05:17:12.933 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v3("/") 2024-05-03 05:17:12.934/* CDOResourceFolder@_Zgw7sAkMEe-bzopYCigSfg:0v1("BackupTest_testImportNullListElement")2024-05-03 05:17:12.826/* CDOResourceFolder@_Zh3u8AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:17:12.934/* CDOResource@_Zh3u8QkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:12.934/* Product1@_Zh3u8gkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:12.934/* OrderDetail@_Zh3u8wkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:12.934/2024-05-03 05:17:12.944 OrderDetail@_Zh3u8wkMEe-bzopYCigSfg:0v2 2024-05-03 05:17:12.945/* BranchingSameSessionTest_testAuditViewOnBranch_subBranch[5]2024-05-03 05:17:12.946/* CDOResourceFolder@_Zh3u8AkMEe-bzopYCigSfg:5v0("?")->0v12024-05-03 05:17:12.946/* CDOResource@_Zh3u8QkMEe-bzopYCigSfg:5v0("?")->0v12024-05-03 05:17:12.946/2024-05-03 05:17:12.952 CDOResource@_Zh3u8QkMEe-bzopYCigSfg:5v1("res")2024-05-03 05:17:12.953/* Product1@_Zh3u8gkMEe-bzopYCigSfg:5v0->0v1 2024-05-03 05:17:12.946/2024-05-03 05:17:12.952 Product1@_Zh3u8gkMEe-bzopYCigSfg:5v1 2024-05-03 05:17:12.953/* OrderDetail@_Zh3u8wkMEe-bzopYCigSfg:5v0->0v2 2024-05-03 05:17:12.946/* OrderDetail@_ZiHmkAkMEe-bzopYCigSfg:5v1 2024-05-03 05:17:12.953/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v2("/") 2024-05-03 05:17:12.826/2024-05-03 05:17:12.933 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v3("/") 2024-05-03 05:17:12.934/* CDOResourceFolder@_Zgw7sAkMEe-bzopYCigSfg:0v1("BackupTest_testImportNullListElement")2024-05-03 05:17:12.826/* CDOResourceFolder@_Zh3u8AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:17:12.934/* CDOResource@_Zh3u8QkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:12.934/* Product1@_Zh3u8gkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:12.934/* OrderDetail@_Zh3u8wkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:12.934/2024-05-03 05:17:12.944 OrderDetail@_Zh3u8wkMEe-bzopYCigSfg:0v2 2024-05-03 05:17:12.945/* BranchingSameSessionTest_testAuditViewOnBranch_subBranch[5]2024-05-03 05:17:12.946/* CDOResourceFolder@_Zh3u8AkMEe-bzopYCigSfg:5v0("?")->0v12024-05-03 05:17:12.946/* CDOResource@_Zh3u8QkMEe-bzopYCigSfg:5v0("?")->0v12024-05-03 05:17:12.946/2024-05-03 05:17:12.952 CDOResource@_Zh3u8QkMEe-bzopYCigSfg:5v1("res")2024-05-03 05:17:12.953/* Product1@_Zh3u8gkMEe-bzopYCigSfg:5v0->0v1 2024-05-03 05:17:12.946/2024-05-03 05:17:12.952 Product1@_Zh3u8gkMEe-bzopYCigSfg:5v1 2024-05-03 05:17:12.953/* OrderDetail@_Zh3u8wkMEe-bzopYCigSfg:5v0->0v2 2024-05-03 05:17:12.946/* OrderDetail@_ZiHmkAkMEe-bzopYCigSfg:5v1 2024-05-03 05:17:12.953/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v2("/") 2024-05-03 05:17:12.826/2024-05-03 05:17:12.933 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v3("/") 2024-05-03 05:17:12.934/* CDOResourceFolder@_Zgw7sAkMEe-bzopYCigSfg:0v1("BackupTest_testImportNullListElement")2024-05-03 05:17:12.826/* CDOResourceFolder@_Zh3u8AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:17:12.934/* CDOResource@_Zh3u8QkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:12.934/* Product1@_Zh3u8gkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:12.934/* OrderDetail@_Zh3u8wkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:12.934/2024-05-03 05:17:12.944 OrderDetail@_Zh3u8wkMEe-bzopYCigSfg:0v2 2024-05-03 05:17:12.945/* BranchingSameSessionTest_testAuditViewOnBranch_subBranch[5]2024-05-03 05:17:12.946/* CDOResourceFolder@_Zh3u8AkMEe-bzopYCigSfg:5v0("?")->0v12024-05-03 05:17:12.946/* CDOResource@_Zh3u8QkMEe-bzopYCigSfg:5v0("?")->0v12024-05-03 05:17:12.946/2024-05-03 05:17:12.952 CDOResource@_Zh3u8QkMEe-bzopYCigSfg:5v1("res")2024-05-03 05:17:12.953/* Product1@_Zh3u8gkMEe-bzopYCigSfg:5v0->0v1 2024-05-03 05:17:12.946/2024-05-03 05:17:12.952 Product1@_Zh3u8gkMEe-bzopYCigSfg:5v1 2024-05-03 05:17:12.953/* OrderDetail@_Zh3u8wkMEe-bzopYCigSfg:5v0->0v2 2024-05-03 05:17:12.946/* OrderDetail@_ZiHmkAkMEe-bzopYCigSfg:5v1 2024-05-03 05:17:12.953/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v2("/") 2024-05-03 05:17:12.826/2024-05-03 05:17:12.933 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v3("/") 2024-05-03 05:17:12.934/* CDOResourceFolder@_Zgw7sAkMEe-bzopYCigSfg:0v1("BackupTest_testImportNullListElement")2024-05-03 05:17:12.826/* CDOResourceFolder@_Zh3u8AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:17:12.934/* CDOResource@_Zh3u8QkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:12.934/* Product1@_Zh3u8gkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:12.934/* OrderDetail@_Zh3u8wkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:12.934/2024-05-03 05:17:12.944 OrderDetail@_Zh3u8wkMEe-bzopYCigSfg:0v2 2024-05-03 05:17:12.945/* BranchingSameSessionTest_testAuditViewOnBranch_subBranch[5]2024-05-03 05:17:12.946/* CDOResourceFolder@_Zh3u8AkMEe-bzopYCigSfg:5v0("?")->0v12024-05-03 05:17:12.946/* CDOResource@_Zh3u8QkMEe-bzopYCigSfg:5v0("?")->0v12024-05-03 05:17:12.946/2024-05-03 05:17:12.952 CDOResource@_Zh3u8QkMEe-bzopYCigSfg:5v1("res")2024-05-03 05:17:12.953/* Product1@_Zh3u8gkMEe-bzopYCigSfg:5v0->0v1 2024-05-03 05:17:12.946/2024-05-03 05:17:12.952 Product1@_Zh3u8gkMEe-bzopYCigSfg:5v1 2024-05-03 05:17:12.953/* OrderDetail@_Zh3u8wkMEe-bzopYCigSfg:5v0->0v2 2024-05-03 05:17:12.946/* OrderDetail@_ZiHmkAkMEe-bzopYCigSfg:5v1 2024-05-03 05:17:12.953/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v2("/") 2024-05-03 05:17:12.826/2024-05-03 05:17:12.933 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v3("/") 2024-05-03 05:17:12.934/* CDOResourceFolder@_Zgw7sAkMEe-bzopYCigSfg:0v1("BackupTest_testImportNullListElement")2024-05-03 05:17:12.826/* CDOResourceFolder@_Zh3u8AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:17:12.934/* CDOResource@_Zh3u8QkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:12.934/* Product1@_Zh3u8gkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:12.934/* OrderDetail@_Zh3u8wkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:12.934/2024-05-03 05:17:12.944 OrderDetail@_Zh3u8wkMEe-bzopYCigSfg:0v2 2024-05-03 05:17:12.945/* BranchingSameSessionTest_testAuditViewOnBranch_subBranch[5]2024-05-03 05:17:12.946/* CDOResourceFolder@_Zh3u8AkMEe-bzopYCigSfg:5v0("?")->0v12024-05-03 05:17:12.946/* CDOResource@_Zh3u8QkMEe-bzopYCigSfg:5v0("?")->0v12024-05-03 05:17:12.946/2024-05-03 05:17:12.952 CDOResource@_Zh3u8QkMEe-bzopYCigSfg:5v1("res")2024-05-03 05:17:12.953/* Product1@_Zh3u8gkMEe-bzopYCigSfg:5v0->0v1 2024-05-03 05:17:12.946/2024-05-03 05:17:12.952 Product1@_Zh3u8gkMEe-bzopYCigSfg:5v1 2024-05-03 05:17:12.953/* OrderDetail@_Zh3u8wkMEe-bzopYCigSfg:5v0->0v2 2024-05-03 05:17:12.946/* OrderDetail@_ZiHmkAkMEe-bzopYCigSfg:5v1 2024-05-03 05:17:12.953/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v2("/") 2024-05-03 05:17:12.826/2024-05-03 05:17:12.933 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v3("/") 2024-05-03 05:17:12.934/* CDOResourceFolder@_Zgw7sAkMEe-bzopYCigSfg:0v1("BackupTest_testImportNullListElement")2024-05-03 05:17:12.826/* CDOResourceFolder@_Zh3u8AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:17:12.934/* CDOResource@_Zh3u8QkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:12.934/* Product1@_Zh3u8gkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:12.934/* OrderDetail@_Zh3u8wkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:12.934/2024-05-03 05:17:12.944 OrderDetail@_Zh3u8wkMEe-bzopYCigSfg:0v2 2024-05-03 05:17:12.945/* BranchingSameSessionTest_testAuditViewOnBranch_subBranch[5]2024-05-03 05:17:12.946/* CDOResourceFolder@_Zh3u8AkMEe-bzopYCigSfg:5v0("?")->0v12024-05-03 05:17:12.946/* CDOResource@_Zh3u8QkMEe-bzopYCigSfg:5v0("?")->0v12024-05-03 05:17:12.946/2024-05-03 05:17:12.952 CDOResource@_Zh3u8QkMEe-bzopYCigSfg:5v1("res")2024-05-03 05:17:12.953/* Product1@_Zh3u8gkMEe-bzopYCigSfg:5v0->0v1 2024-05-03 05:17:12.946/2024-05-03 05:17:12.952 Product1@_Zh3u8gkMEe-bzopYCigSfg:5v1 2024-05-03 05:17:12.953/* OrderDetail@_Zh3u8wkMEe-bzopYCigSfg:5v0->0v2 2024-05-03 05:17:12.946/* OrderDetail@_ZiHmkAkMEe-bzopYCigSfg:5v1 2024-05-03 05:17:12.953/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v2("/") 2024-05-03 05:17:12.826/2024-05-03 05:17:12.933 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v3("/") 2024-05-03 05:17:12.934/* CDOResourceFolder@_Zgw7sAkMEe-bzopYCigSfg:0v1("BackupTest_testImportNullListElement")2024-05-03 05:17:12.826/* CDOResourceFolder@_Zh3u8AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:17:12.934/* CDOResource@_Zh3u8QkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:12.934/* Product1@_Zh3u8gkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:12.934/* OrderDetail@_Zh3u8wkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:12.934/2024-05-03 05:17:12.944 OrderDetail@_Zh3u8wkMEe-bzopYCigSfg:0v2 2024-05-03 05:17:12.945/* BranchingSameSessionTest_testAuditViewOnBranch_subBranch[5]2024-05-03 05:17:12.946/* CDOResourceFolder@_Zh3u8AkMEe-bzopYCigSfg:5v0("?")->0v12024-05-03 05:17:12.946/* CDOResource@_Zh3u8QkMEe-bzopYCigSfg:5v0("?")->0v12024-05-03 05:17:12.946/2024-05-03 05:17:12.952 CDOResource@_Zh3u8QkMEe-bzopYCigSfg:5v1("res")2024-05-03 05:17:12.953/* Product1@_Zh3u8gkMEe-bzopYCigSfg:5v0->0v1 2024-05-03 05:17:12.946/2024-05-03 05:17:12.952 Product1@_Zh3u8gkMEe-bzopYCigSfg:5v1 2024-05-03 05:17:12.953/* OrderDetail@_Zh3u8wkMEe-bzopYCigSfg:5v0->0v2 2024-05-03 05:17:12.946/* OrderDetail@_ZiHmkAkMEe-bzopYCigSfg:5v1 2024-05-03 05:17:12.953/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v2("/") 2024-05-03 05:17:12.826/2024-05-03 05:17:12.933 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v3("/") 2024-05-03 05:17:12.934/* CDOResourceFolder@_Zgw7sAkMEe-bzopYCigSfg:0v1("BackupTest_testImportNullListElement")2024-05-03 05:17:12.826/* CDOResourceFolder@_Zh3u8AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:17:12.934/* CDOResource@_Zh3u8QkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:12.934/* Product1@_Zh3u8gkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:12.934/* OrderDetail@_Zh3u8wkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:12.934/2024-05-03 05:17:12.944 OrderDetail@_Zh3u8wkMEe-bzopYCigSfg:0v2 2024-05-03 05:17:12.945/* BranchingSameSessionTest_testAuditViewOnBranch_subBranch[5]2024-05-03 05:17:12.946/* CDOResourceFolder@_Zh3u8AkMEe-bzopYCigSfg:5v0("?")->0v12024-05-03 05:17:12.946/* CDOResource@_Zh3u8QkMEe-bzopYCigSfg:5v0("?")->0v12024-05-03 05:17:12.946/2024-05-03 05:17:12.952 CDOResource@_Zh3u8QkMEe-bzopYCigSfg:5v1("res")2024-05-03 05:17:12.953/* Product1@_Zh3u8gkMEe-bzopYCigSfg:5v0->0v1 2024-05-03 05:17:12.946/2024-05-03 05:17:12.952 Product1@_Zh3u8gkMEe-bzopYCigSfg:5v1 2024-05-03 05:17:12.953/* OrderDetail@_Zh3u8wkMEe-bzopYCigSfg:5v0->0v2 2024-05-03 05:17:12.946/* OrderDetail@_ZiHmkAkMEe-bzopYCigSfg:5v1 2024-05-03 05:17:12.953/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v2("/") 2024-05-03 05:17:12.826/2024-05-03 05:17:12.933 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v3("/") 2024-05-03 05:17:12.934/* CDOResourceFolder@_Zgw7sAkMEe-bzopYCigSfg:0v1("BackupTest_testImportNullListElement")2024-05-03 05:17:12.826/* CDOResourceFolder@_Zh3u8AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:17:12.934/* CDOResource@_Zh3u8QkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:12.934/* Product1@_Zh3u8gkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:12.934/* OrderDetail@_Zh3u8wkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:12.934/2024-05-03 05:17:12.944 OrderDetail@_Zh3u8wkMEe-bzopYCigSfg:0v2 2024-05-03 05:17:12.945/* BranchingSameSessionTest_testAuditViewOnBranch_subBranch[5]2024-05-03 05:17:12.946/* CDOResourceFolder@_Zh3u8AkMEe-bzopYCigSfg:5v0("?")->0v12024-05-03 05:17:12.946/* CDOResource@_Zh3u8QkMEe-bzopYCigSfg:5v0("?")->0v12024-05-03 05:17:12.946/2024-05-03 05:17:12.952 CDOResource@_Zh3u8QkMEe-bzopYCigSfg:5v1("res")2024-05-03 05:17:12.953/* Product1@_Zh3u8gkMEe-bzopYCigSfg:5v0->0v1 2024-05-03 05:17:12.946/2024-05-03 05:17:12.952 Product1@_Zh3u8gkMEe-bzopYCigSfg:5v1 2024-05-03 05:17:12.953/* OrderDetail@_Zh3u8wkMEe-bzopYCigSfg:5v0->0v2 2024-05-03 05:17:12.946/* OrderDetail@_ZiHmkAkMEe-bzopYCigSfg:5v1 2024-05-03 05:17:12.953/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v2("/") 2024-05-03 05:17:12.826/2024-05-03 05:17:12.933 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v3("/") 2024-05-03 05:17:12.934/* CDOResourceFolder@_Zgw7sAkMEe-bzopYCigSfg:0v1("BackupTest_testImportNullListElement")2024-05-03 05:17:12.826/* CDOResourceFolder@_Zh3u8AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:17:12.934/* CDOResource@_Zh3u8QkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:12.934/* Product1@_Zh3u8gkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:12.934/* OrderDetail@_Zh3u8wkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:12.934/2024-05-03 05:17:12.944 OrderDetail@_Zh3u8wkMEe-bzopYCigSfg:0v2 2024-05-03 05:17:12.945/* BranchingSameSessionTest_testAuditViewOnBranch_subBranch[5]2024-05-03 05:17:12.946/* CDOResourceFolder@_Zh3u8AkMEe-bzopYCigSfg:5v0("?")->0v12024-05-03 05:17:12.946/* CDOResource@_Zh3u8QkMEe-bzopYCigSfg:5v0("?")->0v12024-05-03 05:17:12.946/2024-05-03 05:17:12.952 CDOResource@_Zh3u8QkMEe-bzopYCigSfg:5v1("res")2024-05-03 05:17:12.953/* Product1@_Zh3u8gkMEe-bzopYCigSfg:5v0->0v1 2024-05-03 05:17:12.946/2024-05-03 05:17:12.952 Product1@_Zh3u8gkMEe-bzopYCigSfg:5v1 2024-05-03 05:17:12.953/* OrderDetail@_Zh3u8wkMEe-bzopYCigSfg:5v0->0v2 2024-05-03 05:17:12.946/* OrderDetail@_ZiHmkAkMEe-bzopYCigSfg:5v1 2024-05-03 05:17:12.953/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v2("/") 2024-05-03 05:17:12.826/2024-05-03 05:17:12.933 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v3("/") 2024-05-03 05:17:12.934/* CDOResourceFolder@_Zgw7sAkMEe-bzopYCigSfg:0v1("BackupTest_testImportNullListElement")2024-05-03 05:17:12.826/* CDOResourceFolder@_Zh3u8AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:17:12.934/* CDOResource@_Zh3u8QkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:12.934/* Product1@_Zh3u8gkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:12.934/* OrderDetail@_Zh3u8wkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:12.934/2024-05-03 05:17:12.944 OrderDetail@_Zh3u8wkMEe-bzopYCigSfg:0v2 2024-05-03 05:17:12.945/* BranchingSameSessionTest_testAuditViewOnBranch_subBranch[5]2024-05-03 05:17:12.946/* CDOResourceFolder@_Zh3u8AkMEe-bzopYCigSfg:5v0("?")->0v12024-05-03 05:17:12.946/* CDOResource@_Zh3u8QkMEe-bzopYCigSfg:5v0("?")->0v12024-05-03 05:17:12.946/2024-05-03 05:17:12.952 CDOResource@_Zh3u8QkMEe-bzopYCigSfg:5v1("res")2024-05-03 05:17:12.953/* Product1@_Zh3u8gkMEe-bzopYCigSfg:5v0->0v1 2024-05-03 05:17:12.946/2024-05-03 05:17:12.952 Product1@_Zh3u8gkMEe-bzopYCigSfg:5v1 2024-05-03 05:17:12.953/* OrderDetail@_Zh3u8wkMEe-bzopYCigSfg:5v0->0v2 2024-05-03 05:17:12.946/* OrderDetail@_ZiHmkAkMEe-bzopYCigSfg:5v1 2024-05-03 05:17:12.953/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v2("/") 2024-05-03 05:17:12.826/2024-05-03 05:17:12.933 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v3("/") 2024-05-03 05:17:12.934/* CDOResourceFolder@_Zgw7sAkMEe-bzopYCigSfg:0v1("BackupTest_testImportNullListElement")2024-05-03 05:17:12.826/* CDOResourceFolder@_Zh3u8AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:17:12.934/* CDOResource@_Zh3u8QkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:12.934/* Product1@_Zh3u8gkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:12.934/* OrderDetail@_Zh3u8wkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:12.934/2024-05-03 05:17:12.944 OrderDetail@_Zh3u8wkMEe-bzopYCigSfg:0v2 2024-05-03 05:17:12.945/* BranchingSameSessionTest_testAuditViewOnBranch_subBranch[5]2024-05-03 05:17:12.946/* CDOResourceFolder@_Zh3u8AkMEe-bzopYCigSfg:5v0("?")->0v12024-05-03 05:17:12.946/* CDOResource@_Zh3u8QkMEe-bzopYCigSfg:5v0("?")->0v12024-05-03 05:17:12.946/2024-05-03 05:17:12.952 CDOResource@_Zh3u8QkMEe-bzopYCigSfg:5v1("res")2024-05-03 05:17:12.953/* Product1@_Zh3u8gkMEe-bzopYCigSfg:5v0->0v1 2024-05-03 05:17:12.946/2024-05-03 05:17:12.952 Product1@_Zh3u8gkMEe-bzopYCigSfg:5v1 2024-05-03 05:17:12.953/* OrderDetail@_Zh3u8wkMEe-bzopYCigSfg:5v0->0v2 2024-05-03 05:17:12.946/* OrderDetail@_ZiHmkAkMEe-bzopYCigSfg:5v1 2024-05-03 05:17:12.953/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v2("/") 2024-05-03 05:17:12.826/2024-05-03 05:17:12.933 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v3("/") 2024-05-03 05:17:12.934/* CDOResourceFolder@_Zgw7sAkMEe-bzopYCigSfg:0v1("BackupTest_testImportNullListElement")2024-05-03 05:17:12.826/* CDOResourceFolder@_Zh3u8AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:17:12.934/* CDOResource@_Zh3u8QkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:12.934/* Product1@_Zh3u8gkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:12.934/* OrderDetail@_Zh3u8wkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:12.934/2024-05-03 05:17:12.944 OrderDetail@_Zh3u8wkMEe-bzopYCigSfg:0v2 2024-05-03 05:17:12.945/* BranchingSameSessionTest_testAuditViewOnBranch_subBranch[5]2024-05-03 05:17:12.946/* CDOResourceFolder@_Zh3u8AkMEe-bzopYCigSfg:5v0("?")->0v12024-05-03 05:17:12.946/* CDOResource@_Zh3u8QkMEe-bzopYCigSfg:5v0("?")->0v12024-05-03 05:17:12.946/2024-05-03 05:17:12.952 CDOResource@_Zh3u8QkMEe-bzopYCigSfg:5v1("res")2024-05-03 05:17:12.953/* Product1@_Zh3u8gkMEe-bzopYCigSfg:5v0->0v1 2024-05-03 05:17:12.946/2024-05-03 05:17:12.952 Product1@_Zh3u8gkMEe-bzopYCigSfg:5v1 2024-05-03 05:17:12.953/* OrderDetail@_Zh3u8wkMEe-bzopYCigSfg:5v0->0v2 2024-05-03 05:17:12.946/* OrderDetail@_ZiHmkAkMEe-bzopYCigSfg:5v1 2024-05-03 05:17:12.953/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v2("/") 2024-05-03 05:17:12.826/2024-05-03 05:17:12.933 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v3("/") 2024-05-03 05:17:12.934/* CDOResourceFolder@_Zgw7sAkMEe-bzopYCigSfg:0v1("BackupTest_testImportNullListElement")2024-05-03 05:17:12.826/* CDOResourceFolder@_Zh3u8AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:17:12.934/* CDOResource@_Zh3u8QkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:12.934/* Product1@_Zh3u8gkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:12.934/* OrderDetail@_Zh3u8wkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:12.934/2024-05-03 05:17:12.944 OrderDetail@_Zh3u8wkMEe-bzopYCigSfg:0v2 2024-05-03 05:17:12.945/* BranchingSameSessionTest_testAuditViewOnBranch_subBranch[5]2024-05-03 05:17:12.946/* CDOResourceFolder@_Zh3u8AkMEe-bzopYCigSfg:5v0("?")->0v12024-05-03 05:17:12.946/* CDOResource@_Zh3u8QkMEe-bzopYCigSfg:5v0("?")->0v12024-05-03 05:17:12.946/2024-05-03 05:17:12.952 CDOResource@_Zh3u8QkMEe-bzopYCigSfg:5v1("res")2024-05-03 05:17:12.953/* Product1@_Zh3u8gkMEe-bzopYCigSfg:5v0->0v1 2024-05-03 05:17:12.946/2024-05-03 05:17:12.952 Product1@_Zh3u8gkMEe-bzopYCigSfg:5v1 2024-05-03 05:17:12.953/* OrderDetail@_Zh3u8wkMEe-bzopYCigSfg:5v0->0v2 2024-05-03 05:17:12.946/* OrderDetail@_ZiHmkAkMEe-bzopYCigSfg:5v1 2024-05-03 05:17:12.953/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v2("/") 2024-05-03 05:17:12.826/2024-05-03 05:17:12.933 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v3("/") 2024-05-03 05:17:12.934/* CDOResourceFolder@_Zgw7sAkMEe-bzopYCigSfg:0v1("BackupTest_testImportNullListElement")2024-05-03 05:17:12.826/* CDOResourceFolder@_Zh3u8AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:17:12.934/* CDOResource@_Zh3u8QkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:12.934/* Product1@_Zh3u8gkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:12.934/* OrderDetail@_Zh3u8wkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:12.934/2024-05-03 05:17:12.944 OrderDetail@_Zh3u8wkMEe-bzopYCigSfg:0v2 2024-05-03 05:17:12.945/* BranchingSameSessionTest_testAuditViewOnBranch_subBranch[5]2024-05-03 05:17:12.946/* CDOResourceFolder@_Zh3u8AkMEe-bzopYCigSfg:5v0("?")->0v12024-05-03 05:17:12.946/* CDOResource@_Zh3u8QkMEe-bzopYCigSfg:5v0("?")->0v12024-05-03 05:17:12.946/2024-05-03 05:17:12.952 CDOResource@_Zh3u8QkMEe-bzopYCigSfg:5v1("res")2024-05-03 05:17:12.953/* Product1@_Zh3u8gkMEe-bzopYCigSfg:5v0->0v1 2024-05-03 05:17:12.946/2024-05-03 05:17:12.952 Product1@_Zh3u8gkMEe-bzopYCigSfg:5v1 2024-05-03 05:17:12.953/* OrderDetail@_Zh3u8wkMEe-bzopYCigSfg:5v0->0v2 2024-05-03 05:17:12.946/* OrderDetail@_ZiHmkAkMEe-bzopYCigSfg:5v1 2024-05-03 05:17:12.953/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v2("/") 2024-05-03 05:17:12.826/2024-05-03 05:17:12.933 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v3("/") 2024-05-03 05:17:12.934/* CDOResourceFolder@_Zgw7sAkMEe-bzopYCigSfg:0v1("BackupTest_testImportNullListElement")2024-05-03 05:17:12.826/* CDOResourceFolder@_Zh3u8AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:17:12.934/* CDOResource@_Zh3u8QkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:12.934/* Product1@_Zh3u8gkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:12.934/* OrderDetail@_Zh3u8wkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:12.934/2024-05-03 05:17:12.944 OrderDetail@_Zh3u8wkMEe-bzopYCigSfg:0v2 2024-05-03 05:17:12.945/* BranchingSameSessionTest_testAuditViewOnBranch_subBranch[5]2024-05-03 05:17:12.946/* CDOResourceFolder@_Zh3u8AkMEe-bzopYCigSfg:5v0("?")->0v12024-05-03 05:17:12.946/* CDOResource@_Zh3u8QkMEe-bzopYCigSfg:5v0("?")->0v12024-05-03 05:17:12.946/2024-05-03 05:17:12.952 CDOResource@_Zh3u8QkMEe-bzopYCigSfg:5v1("res")2024-05-03 05:17:12.953/* Product1@_Zh3u8gkMEe-bzopYCigSfg:5v0->0v1 2024-05-03 05:17:12.946/2024-05-03 05:17:12.952 Product1@_Zh3u8gkMEe-bzopYCigSfg:5v1 2024-05-03 05:17:12.953/* OrderDetail@_Zh3u8wkMEe-bzopYCigSfg:5v0->0v2 2024-05-03 05:17:12.946/* OrderDetail@_ZiHmkAkMEe-bzopYCigSfg:5v1 2024-05-03 05:17:12.953/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v2("/") 2024-05-03 05:17:12.826/2024-05-03 05:17:12.933 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v3("/") 2024-05-03 05:17:12.934/* CDOResourceFolder@_Zgw7sAkMEe-bzopYCigSfg:0v1("BackupTest_testImportNullListElement")2024-05-03 05:17:12.826/* CDOResourceFolder@_Zh3u8AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:17:12.934/* CDOResource@_Zh3u8QkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:12.934/* Product1@_Zh3u8gkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:12.934/* OrderDetail@_Zh3u8wkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:12.934/2024-05-03 05:17:12.944 OrderDetail@_Zh3u8wkMEe-bzopYCigSfg:0v2 2024-05-03 05:17:12.945/* BranchingSameSessionTest_testAuditViewOnBranch_subBranch[5]2024-05-03 05:17:12.946/* CDOResourceFolder@_Zh3u8AkMEe-bzopYCigSfg:5v0("?")->0v12024-05-03 05:17:12.946/* CDOResource@_Zh3u8QkMEe-bzopYCigSfg:5v0("?")->0v12024-05-03 05:17:12.946/2024-05-03 05:17:12.952 CDOResource@_Zh3u8QkMEe-bzopYCigSfg:5v1("res")2024-05-03 05:17:12.953/* Product1@_Zh3u8gkMEe-bzopYCigSfg:5v0->0v1 2024-05-03 05:17:12.946/2024-05-03 05:17:12.952 Product1@_Zh3u8gkMEe-bzopYCigSfg:5v1 2024-05-03 05:17:12.953/* OrderDetail@_Zh3u8wkMEe-bzopYCigSfg:5v0->0v2 2024-05-03 05:17:12.946/* OrderDetail@_ZiHmkAkMEe-bzopYCigSfg:5v1 2024-05-03 05:17:12.953/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v2("/") 2024-05-03 05:17:12.826/2024-05-03 05:17:12.933 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v3("/") 2024-05-03 05:17:12.934/* CDOResourceFolder@_Zgw7sAkMEe-bzopYCigSfg:0v1("BackupTest_testImportNullListElement")2024-05-03 05:17:12.826/* CDOResourceFolder@_Zh3u8AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:17:12.934/* CDOResource@_Zh3u8QkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:12.934/* Product1@_Zh3u8gkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:12.934/* OrderDetail@_Zh3u8wkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:12.934/2024-05-03 05:17:12.944 OrderDetail@_Zh3u8wkMEe-bzopYCigSfg:0v2 2024-05-03 05:17:12.945/* BranchingSameSessionTest_testAuditViewOnBranch_subBranch[5]2024-05-03 05:17:12.946/* CDOResourceFolder@_Zh3u8AkMEe-bzopYCigSfg:5v0("?")->0v12024-05-03 05:17:12.946/* CDOResource@_Zh3u8QkMEe-bzopYCigSfg:5v0("?")->0v12024-05-03 05:17:12.946/2024-05-03 05:17:12.952 CDOResource@_Zh3u8QkMEe-bzopYCigSfg:5v1("res")2024-05-03 05:17:12.953/* Product1@_Zh3u8gkMEe-bzopYCigSfg:5v0->0v1 2024-05-03 05:17:12.946/2024-05-03 05:17:12.952 Product1@_Zh3u8gkMEe-bzopYCigSfg:5v1 2024-05-03 05:17:12.953/* OrderDetail@_Zh3u8wkMEe-bzopYCigSfg:5v0->0v2 2024-05-03 05:17:12.946/* OrderDetail@_ZiHmkAkMEe-bzopYCigSfg:5v1 2024-05-03 05:17:12.953/* ******************************************************* BranchingSameSessionTest.testBasePath [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* BranchingSameSessionTest.testCommit [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v3("/") 2024-05-03 05:17:12.934/2024-05-03 05:17:13.031 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v4("/") 2024-05-03 05:17:13.032/* CDOResourceFolder@_Zgw7sAkMEe-bzopYCigSfg:0v1("BackupTest_testImportNullListElement")2024-05-03 05:17:12.826/* CDOResourceFolder@_Zh3u8AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:17:12.934/* CDOResourceFolder@_Zi3NcAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:17:13.032/* CDOResource@_Zi30gAkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.032/* Product1@_Zi30gQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.032/* OrderDetail@_Zi30ggkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.032/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v3("/") 2024-05-03 05:17:12.934/2024-05-03 05:17:13.031 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v4("/") 2024-05-03 05:17:13.032/* CDOResourceFolder@_Zgw7sAkMEe-bzopYCigSfg:0v1("BackupTest_testImportNullListElement")2024-05-03 05:17:12.826/* CDOResourceFolder@_Zh3u8AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:17:12.934/* CDOResourceFolder@_Zi3NcAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:17:13.032/* CDOResource@_Zi30gAkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.032/* Product1@_Zi30gQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.032/* OrderDetail@_Zi30ggkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.032/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v3("/") 2024-05-03 05:17:12.934/2024-05-03 05:17:13.031 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v4("/") 2024-05-03 05:17:13.032/* CDOResourceFolder@_Zgw7sAkMEe-bzopYCigSfg:0v1("BackupTest_testImportNullListElement")2024-05-03 05:17:12.826/* CDOResourceFolder@_Zh3u8AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:17:12.934/* CDOResourceFolder@_Zi3NcAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:17:13.032/* CDOResource@_Zi30gAkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.032/* Product1@_Zi30gQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.032/* OrderDetail@_Zi30ggkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.032/* BranchingSameSessionTest_testCommit_subBranch[9]2024-05-03 05:17:13.032/* CDOResourceFolder@_Zi3NcAkMEe-bzopYCigSfg:9v0("?")->0v12024-05-03 05:17:13.032/* CDOResource@_Zi30gAkMEe-bzopYCigSfg:9v0("?")->0v12024-05-03 05:17:13.032/* Product1@_Zi30gQkMEe-bzopYCigSfg:9v0->0v1 2024-05-03 05:17:13.032/* OrderDetail@_Zi30ggkMEe-bzopYCigSfg:9v0->0v1 2024-05-03 05:17:13.032/2024-05-03 05:17:13.038 OrderDetail@_Zi30ggkMEe-bzopYCigSfg:9v1 2024-05-03 05:17:13.039/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v3("/") 2024-05-03 05:17:12.934/2024-05-03 05:17:13.031 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v4("/") 2024-05-03 05:17:13.032/* CDOResourceFolder@_Zgw7sAkMEe-bzopYCigSfg:0v1("BackupTest_testImportNullListElement")2024-05-03 05:17:12.826/* CDOResourceFolder@_Zh3u8AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:17:12.934/* CDOResourceFolder@_Zi3NcAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:17:13.032/* CDOResource@_Zi30gAkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.032/* Product1@_Zi30gQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.032/* OrderDetail@_Zi30ggkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.032/* BranchingSameSessionTest_testCommit_subBranch[9]2024-05-03 05:17:13.032/* CDOResourceFolder@_Zi3NcAkMEe-bzopYCigSfg:9v0("?")->0v12024-05-03 05:17:13.032/* CDOResource@_Zi30gAkMEe-bzopYCigSfg:9v0("?")->0v12024-05-03 05:17:13.032/* Product1@_Zi30gQkMEe-bzopYCigSfg:9v0->0v1 2024-05-03 05:17:13.032/* OrderDetail@_Zi30ggkMEe-bzopYCigSfg:9v0->0v1 2024-05-03 05:17:13.032/2024-05-03 05:17:13.038 OrderDetail@_Zi30ggkMEe-bzopYCigSfg:9v1 2024-05-03 05:17:13.039/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v3("/") 2024-05-03 05:17:12.934/2024-05-03 05:17:13.031 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v4("/") 2024-05-03 05:17:13.032/* CDOResourceFolder@_Zgw7sAkMEe-bzopYCigSfg:0v1("BackupTest_testImportNullListElement")2024-05-03 05:17:12.826/* CDOResourceFolder@_Zh3u8AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:17:12.934/* CDOResourceFolder@_Zi3NcAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:17:13.032/* CDOResource@_Zi30gAkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.032/* Product1@_Zi30gQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.032/* OrderDetail@_Zi30ggkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.032/* BranchingSameSessionTest_testCommit_subBranch[9]2024-05-03 05:17:13.032/* CDOResourceFolder@_Zi3NcAkMEe-bzopYCigSfg:9v0("?")->0v12024-05-03 05:17:13.032/* CDOResource@_Zi30gAkMEe-bzopYCigSfg:9v0("?")->0v12024-05-03 05:17:13.032/* Product1@_Zi30gQkMEe-bzopYCigSfg:9v0->0v1 2024-05-03 05:17:13.032/* OrderDetail@_Zi30ggkMEe-bzopYCigSfg:9v0->0v1 2024-05-03 05:17:13.032/2024-05-03 05:17:13.038 OrderDetail@_Zi30ggkMEe-bzopYCigSfg:9v1 2024-05-03 05:17:13.039/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v3("/") 2024-05-03 05:17:12.934/2024-05-03 05:17:13.031 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v4("/") 2024-05-03 05:17:13.032/* CDOResourceFolder@_Zgw7sAkMEe-bzopYCigSfg:0v1("BackupTest_testImportNullListElement")2024-05-03 05:17:12.826/* CDOResourceFolder@_Zh3u8AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:17:12.934/* CDOResourceFolder@_Zi3NcAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:17:13.032/* CDOResource@_Zi30gAkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.032/* Product1@_Zi30gQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.032/* OrderDetail@_Zi30ggkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.032/* BranchingSameSessionTest_testCommit_subBranch[9]2024-05-03 05:17:13.032/* CDOResourceFolder@_Zi3NcAkMEe-bzopYCigSfg:9v0("?")->0v12024-05-03 05:17:13.032/* CDOResource@_Zi30gAkMEe-bzopYCigSfg:9v0("?")->0v12024-05-03 05:17:13.032/* Product1@_Zi30gQkMEe-bzopYCigSfg:9v0->0v1 2024-05-03 05:17:13.032/* OrderDetail@_Zi30ggkMEe-bzopYCigSfg:9v0->0v1 2024-05-03 05:17:13.032/2024-05-03 05:17:13.038 OrderDetail@_Zi30ggkMEe-bzopYCigSfg:9v1 2024-05-03 05:17:13.039/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v3("/") 2024-05-03 05:17:12.934/2024-05-03 05:17:13.031 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v4("/") 2024-05-03 05:17:13.032/* CDOResourceFolder@_Zgw7sAkMEe-bzopYCigSfg:0v1("BackupTest_testImportNullListElement")2024-05-03 05:17:12.826/* CDOResourceFolder@_Zh3u8AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:17:12.934/* CDOResourceFolder@_Zi3NcAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:17:13.032/* CDOResource@_Zi30gAkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.032/* Product1@_Zi30gQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.032/* OrderDetail@_Zi30ggkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.032/* BranchingSameSessionTest_testCommit_subBranch[9]2024-05-03 05:17:13.032/* CDOResourceFolder@_Zi3NcAkMEe-bzopYCigSfg:9v0("?")->0v12024-05-03 05:17:13.032/* CDOResource@_Zi30gAkMEe-bzopYCigSfg:9v0("?")->0v12024-05-03 05:17:13.032/* Product1@_Zi30gQkMEe-bzopYCigSfg:9v0->0v1 2024-05-03 05:17:13.032/* OrderDetail@_Zi30ggkMEe-bzopYCigSfg:9v0->0v1 2024-05-03 05:17:13.032/2024-05-03 05:17:13.038 OrderDetail@_Zi30ggkMEe-bzopYCigSfg:9v1 2024-05-03 05:17:13.039/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v3("/") 2024-05-03 05:17:12.934/2024-05-03 05:17:13.031 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v4("/") 2024-05-03 05:17:13.032/* CDOResourceFolder@_Zgw7sAkMEe-bzopYCigSfg:0v1("BackupTest_testImportNullListElement")2024-05-03 05:17:12.826/* CDOResourceFolder@_Zh3u8AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:17:12.934/* CDOResourceFolder@_Zi3NcAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:17:13.032/* CDOResource@_Zi30gAkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.032/* Product1@_Zi30gQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.032/* OrderDetail@_Zi30ggkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.032/* BranchingSameSessionTest_testCommit_subBranch[9]2024-05-03 05:17:13.032/* CDOResourceFolder@_Zi3NcAkMEe-bzopYCigSfg:9v0("?")->0v12024-05-03 05:17:13.032/* CDOResource@_Zi30gAkMEe-bzopYCigSfg:9v0("?")->0v12024-05-03 05:17:13.032/* Product1@_Zi30gQkMEe-bzopYCigSfg:9v0->0v1 2024-05-03 05:17:13.032/* OrderDetail@_Zi30ggkMEe-bzopYCigSfg:9v0->0v1 2024-05-03 05:17:13.032/2024-05-03 05:17:13.038 OrderDetail@_Zi30ggkMEe-bzopYCigSfg:9v1 2024-05-03 05:17:13.039/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v3("/") 2024-05-03 05:17:12.934/2024-05-03 05:17:13.031 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v4("/") 2024-05-03 05:17:13.032/* CDOResourceFolder@_Zgw7sAkMEe-bzopYCigSfg:0v1("BackupTest_testImportNullListElement")2024-05-03 05:17:12.826/* CDOResourceFolder@_Zh3u8AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:17:12.934/* CDOResourceFolder@_Zi3NcAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:17:13.032/* CDOResource@_Zi30gAkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.032/* Product1@_Zi30gQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.032/* OrderDetail@_Zi30ggkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.032/* BranchingSameSessionTest_testCommit_subBranch[9]2024-05-03 05:17:13.032/* CDOResourceFolder@_Zi3NcAkMEe-bzopYCigSfg:9v0("?")->0v12024-05-03 05:17:13.032/* CDOResource@_Zi30gAkMEe-bzopYCigSfg:9v0("?")->0v12024-05-03 05:17:13.032/* Product1@_Zi30gQkMEe-bzopYCigSfg:9v0->0v1 2024-05-03 05:17:13.032/* OrderDetail@_Zi30ggkMEe-bzopYCigSfg:9v0->0v1 2024-05-03 05:17:13.032/2024-05-03 05:17:13.038 OrderDetail@_Zi30ggkMEe-bzopYCigSfg:9v1 2024-05-03 05:17:13.039/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v3("/") 2024-05-03 05:17:12.934/2024-05-03 05:17:13.031 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v4("/") 2024-05-03 05:17:13.032/* CDOResourceFolder@_Zgw7sAkMEe-bzopYCigSfg:0v1("BackupTest_testImportNullListElement")2024-05-03 05:17:12.826/* CDOResourceFolder@_Zh3u8AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:17:12.934/* CDOResourceFolder@_Zi3NcAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:17:13.032/* CDOResource@_Zi30gAkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.032/* Product1@_Zi30gQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.032/* OrderDetail@_Zi30ggkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.032/* BranchingSameSessionTest_testCommit_subBranch[9]2024-05-03 05:17:13.032/* CDOResourceFolder@_Zi3NcAkMEe-bzopYCigSfg:9v0("?")->0v12024-05-03 05:17:13.032/* CDOResource@_Zi30gAkMEe-bzopYCigSfg:9v0("?")->0v12024-05-03 05:17:13.032/* Product1@_Zi30gQkMEe-bzopYCigSfg:9v0->0v1 2024-05-03 05:17:13.032/* OrderDetail@_Zi30ggkMEe-bzopYCigSfg:9v0->0v1 2024-05-03 05:17:13.032/2024-05-03 05:17:13.038 OrderDetail@_Zi30ggkMEe-bzopYCigSfg:9v1 2024-05-03 05:17:13.039/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v3("/") 2024-05-03 05:17:12.934/2024-05-03 05:17:13.031 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v4("/") 2024-05-03 05:17:13.032/* CDOResourceFolder@_Zgw7sAkMEe-bzopYCigSfg:0v1("BackupTest_testImportNullListElement")2024-05-03 05:17:12.826/* CDOResourceFolder@_Zh3u8AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:17:12.934/* CDOResourceFolder@_Zi3NcAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:17:13.032/* CDOResource@_Zi30gAkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.032/* Product1@_Zi30gQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.032/* OrderDetail@_Zi30ggkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.032/* BranchingSameSessionTest_testCommit_subBranch[9]2024-05-03 05:17:13.032/* CDOResourceFolder@_Zi3NcAkMEe-bzopYCigSfg:9v0("?")->0v12024-05-03 05:17:13.032/* CDOResource@_Zi30gAkMEe-bzopYCigSfg:9v0("?")->0v12024-05-03 05:17:13.032/* Product1@_Zi30gQkMEe-bzopYCigSfg:9v0->0v1 2024-05-03 05:17:13.032/* OrderDetail@_Zi30ggkMEe-bzopYCigSfg:9v0->0v1 2024-05-03 05:17:13.032/2024-05-03 05:17:13.038 OrderDetail@_Zi30ggkMEe-bzopYCigSfg:9v1 2024-05-03 05:17:13.039/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v3("/") 2024-05-03 05:17:12.934/2024-05-03 05:17:13.031 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v4("/") 2024-05-03 05:17:13.032/* CDOResourceFolder@_Zgw7sAkMEe-bzopYCigSfg:0v1("BackupTest_testImportNullListElement")2024-05-03 05:17:12.826/* CDOResourceFolder@_Zh3u8AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:17:12.934/* CDOResourceFolder@_Zi3NcAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:17:13.032/* CDOResource@_Zi30gAkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.032/* Product1@_Zi30gQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.032/* OrderDetail@_Zi30ggkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.032/* BranchingSameSessionTest_testCommit_subBranch[9]2024-05-03 05:17:13.032/* CDOResourceFolder@_Zi3NcAkMEe-bzopYCigSfg:9v0("?")->0v12024-05-03 05:17:13.032/* CDOResource@_Zi30gAkMEe-bzopYCigSfg:9v0("?")->0v12024-05-03 05:17:13.032/* Product1@_Zi30gQkMEe-bzopYCigSfg:9v0->0v1 2024-05-03 05:17:13.032/* OrderDetail@_Zi30ggkMEe-bzopYCigSfg:9v0->0v1 2024-05-03 05:17:13.032/2024-05-03 05:17:13.038 OrderDetail@_Zi30ggkMEe-bzopYCigSfg:9v1 2024-05-03 05:17:13.039/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v3("/") 2024-05-03 05:17:12.934/2024-05-03 05:17:13.031 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v4("/") 2024-05-03 05:17:13.032/* CDOResourceFolder@_Zgw7sAkMEe-bzopYCigSfg:0v1("BackupTest_testImportNullListElement")2024-05-03 05:17:12.826/* CDOResourceFolder@_Zh3u8AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:17:12.934/* CDOResourceFolder@_Zi3NcAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:17:13.032/* CDOResource@_Zi30gAkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.032/* Product1@_Zi30gQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.032/* OrderDetail@_Zi30ggkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.032/* BranchingSameSessionTest_testCommit_subBranch[9]2024-05-03 05:17:13.032/* CDOResourceFolder@_Zi3NcAkMEe-bzopYCigSfg:9v0("?")->0v12024-05-03 05:17:13.032/* CDOResource@_Zi30gAkMEe-bzopYCigSfg:9v0("?")->0v12024-05-03 05:17:13.032/* Product1@_Zi30gQkMEe-bzopYCigSfg:9v0->0v1 2024-05-03 05:17:13.032/* OrderDetail@_Zi30ggkMEe-bzopYCigSfg:9v0->0v1 2024-05-03 05:17:13.032/2024-05-03 05:17:13.038 OrderDetail@_Zi30ggkMEe-bzopYCigSfg:9v1 2024-05-03 05:17:13.039/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v3("/") 2024-05-03 05:17:12.934/2024-05-03 05:17:13.031 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v4("/") 2024-05-03 05:17:13.032/* CDOResourceFolder@_Zgw7sAkMEe-bzopYCigSfg:0v1("BackupTest_testImportNullListElement")2024-05-03 05:17:12.826/* CDOResourceFolder@_Zh3u8AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:17:12.934/* CDOResourceFolder@_Zi3NcAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:17:13.032/* CDOResource@_Zi30gAkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.032/* Product1@_Zi30gQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.032/* OrderDetail@_Zi30ggkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.032/* BranchingSameSessionTest_testCommit_subBranch[9]2024-05-03 05:17:13.032/* CDOResourceFolder@_Zi3NcAkMEe-bzopYCigSfg:9v0("?")->0v12024-05-03 05:17:13.032/* CDOResource@_Zi30gAkMEe-bzopYCigSfg:9v0("?")->0v12024-05-03 05:17:13.032/* Product1@_Zi30gQkMEe-bzopYCigSfg:9v0->0v1 2024-05-03 05:17:13.032/* OrderDetail@_Zi30ggkMEe-bzopYCigSfg:9v0->0v1 2024-05-03 05:17:13.032/2024-05-03 05:17:13.038 OrderDetail@_Zi30ggkMEe-bzopYCigSfg:9v1 2024-05-03 05:17:13.039/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v3("/") 2024-05-03 05:17:12.934/2024-05-03 05:17:13.031 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v4("/") 2024-05-03 05:17:13.032/* CDOResourceFolder@_Zgw7sAkMEe-bzopYCigSfg:0v1("BackupTest_testImportNullListElement")2024-05-03 05:17:12.826/* CDOResourceFolder@_Zh3u8AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:17:12.934/* CDOResourceFolder@_Zi3NcAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:17:13.032/* CDOResource@_Zi30gAkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.032/* Product1@_Zi30gQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.032/* OrderDetail@_Zi30ggkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.032/* BranchingSameSessionTest_testCommit_subBranch[9]2024-05-03 05:17:13.032/* CDOResourceFolder@_Zi3NcAkMEe-bzopYCigSfg:9v0("?")->0v12024-05-03 05:17:13.032/* CDOResource@_Zi30gAkMEe-bzopYCigSfg:9v0("?")->0v12024-05-03 05:17:13.032/* Product1@_Zi30gQkMEe-bzopYCigSfg:9v0->0v1 2024-05-03 05:17:13.032/* OrderDetail@_Zi30ggkMEe-bzopYCigSfg:9v0->0v1 2024-05-03 05:17:13.032/2024-05-03 05:17:13.038 OrderDetail@_Zi30ggkMEe-bzopYCigSfg:9v1 2024-05-03 05:17:13.039/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v3("/") 2024-05-03 05:17:12.934/2024-05-03 05:17:13.031 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v4("/") 2024-05-03 05:17:13.032/* CDOResourceFolder@_Zgw7sAkMEe-bzopYCigSfg:0v1("BackupTest_testImportNullListElement")2024-05-03 05:17:12.826/* CDOResourceFolder@_Zh3u8AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:17:12.934/* CDOResourceFolder@_Zi3NcAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:17:13.032/* CDOResource@_Zi30gAkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.032/* Product1@_Zi30gQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.032/* OrderDetail@_Zi30ggkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.032/* BranchingSameSessionTest_testCommit_subBranch[9]2024-05-03 05:17:13.032/* CDOResourceFolder@_Zi3NcAkMEe-bzopYCigSfg:9v0("?")->0v12024-05-03 05:17:13.032/* CDOResource@_Zi30gAkMEe-bzopYCigSfg:9v0("?")->0v12024-05-03 05:17:13.032/* Product1@_Zi30gQkMEe-bzopYCigSfg:9v0->0v1 2024-05-03 05:17:13.032/* OrderDetail@_Zi30ggkMEe-bzopYCigSfg:9v0->0v1 2024-05-03 05:17:13.032/2024-05-03 05:17:13.038 OrderDetail@_Zi30ggkMEe-bzopYCigSfg:9v1 2024-05-03 05:17:13.039/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v3("/") 2024-05-03 05:17:12.934/2024-05-03 05:17:13.031 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v4("/") 2024-05-03 05:17:13.032/* CDOResourceFolder@_Zgw7sAkMEe-bzopYCigSfg:0v1("BackupTest_testImportNullListElement")2024-05-03 05:17:12.826/* CDOResourceFolder@_Zh3u8AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:17:12.934/* CDOResourceFolder@_Zi3NcAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:17:13.032/* CDOResource@_Zi30gAkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.032/* Product1@_Zi30gQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.032/* OrderDetail@_Zi30ggkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.032/* BranchingSameSessionTest_testCommit_subBranch[9]2024-05-03 05:17:13.032/* CDOResourceFolder@_Zi3NcAkMEe-bzopYCigSfg:9v0("?")->0v12024-05-03 05:17:13.032/* CDOResource@_Zi30gAkMEe-bzopYCigSfg:9v0("?")->0v12024-05-03 05:17:13.032/* Product1@_Zi30gQkMEe-bzopYCigSfg:9v0->0v1 2024-05-03 05:17:13.032/* OrderDetail@_Zi30ggkMEe-bzopYCigSfg:9v0->0v1 2024-05-03 05:17:13.032/2024-05-03 05:17:13.038 OrderDetail@_Zi30ggkMEe-bzopYCigSfg:9v1 2024-05-03 05:17:13.039/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v3("/") 2024-05-03 05:17:12.934/2024-05-03 05:17:13.031 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v4("/") 2024-05-03 05:17:13.032/* CDOResourceFolder@_Zgw7sAkMEe-bzopYCigSfg:0v1("BackupTest_testImportNullListElement")2024-05-03 05:17:12.826/* CDOResourceFolder@_Zh3u8AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:17:12.934/* CDOResourceFolder@_Zi3NcAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:17:13.032/* CDOResource@_Zi30gAkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.032/* Product1@_Zi30gQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.032/* OrderDetail@_Zi30ggkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.032/* BranchingSameSessionTest_testCommit_subBranch[9]2024-05-03 05:17:13.032/* CDOResourceFolder@_Zi3NcAkMEe-bzopYCigSfg:9v0("?")->0v12024-05-03 05:17:13.032/* CDOResource@_Zi30gAkMEe-bzopYCigSfg:9v0("?")->0v12024-05-03 05:17:13.032/* Product1@_Zi30gQkMEe-bzopYCigSfg:9v0->0v1 2024-05-03 05:17:13.032/* OrderDetail@_Zi30ggkMEe-bzopYCigSfg:9v0->0v1 2024-05-03 05:17:13.032/2024-05-03 05:17:13.038 OrderDetail@_Zi30ggkMEe-bzopYCigSfg:9v1 2024-05-03 05:17:13.039/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v3("/") 2024-05-03 05:17:12.934/2024-05-03 05:17:13.031 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v4("/") 2024-05-03 05:17:13.032/* CDOResourceFolder@_Zgw7sAkMEe-bzopYCigSfg:0v1("BackupTest_testImportNullListElement")2024-05-03 05:17:12.826/* CDOResourceFolder@_Zh3u8AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:17:12.934/* CDOResourceFolder@_Zi3NcAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:17:13.032/* CDOResource@_Zi30gAkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.032/* Product1@_Zi30gQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.032/* OrderDetail@_Zi30ggkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.032/* BranchingSameSessionTest_testCommit_subBranch[9]2024-05-03 05:17:13.032/* CDOResourceFolder@_Zi3NcAkMEe-bzopYCigSfg:9v0("?")->0v12024-05-03 05:17:13.032/* CDOResource@_Zi30gAkMEe-bzopYCigSfg:9v0("?")->0v12024-05-03 05:17:13.032/* Product1@_Zi30gQkMEe-bzopYCigSfg:9v0->0v1 2024-05-03 05:17:13.032/* OrderDetail@_Zi30ggkMEe-bzopYCigSfg:9v0->0v1 2024-05-03 05:17:13.032/2024-05-03 05:17:13.038 OrderDetail@_Zi30ggkMEe-bzopYCigSfg:9v1 2024-05-03 05:17:13.039/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v3("/") 2024-05-03 05:17:12.934/2024-05-03 05:17:13.031 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v4("/") 2024-05-03 05:17:13.032/* CDOResourceFolder@_Zgw7sAkMEe-bzopYCigSfg:0v1("BackupTest_testImportNullListElement")2024-05-03 05:17:12.826/* CDOResourceFolder@_Zh3u8AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:17:12.934/* CDOResourceFolder@_Zi3NcAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:17:13.032/* CDOResource@_Zi30gAkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.032/* Product1@_Zi30gQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.032/* OrderDetail@_Zi30ggkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.032/* BranchingSameSessionTest_testCommit_subBranch[9]2024-05-03 05:17:13.032/* CDOResourceFolder@_Zi3NcAkMEe-bzopYCigSfg:9v0("?")->0v12024-05-03 05:17:13.032/* CDOResource@_Zi30gAkMEe-bzopYCigSfg:9v0("?")->0v12024-05-03 05:17:13.032/* Product1@_Zi30gQkMEe-bzopYCigSfg:9v0->0v1 2024-05-03 05:17:13.032/* OrderDetail@_Zi30ggkMEe-bzopYCigSfg:9v0->0v1 2024-05-03 05:17:13.032/2024-05-03 05:17:13.038 OrderDetail@_Zi30ggkMEe-bzopYCigSfg:9v1 2024-05-03 05:17:13.039/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v3("/") 2024-05-03 05:17:12.934/2024-05-03 05:17:13.031 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v4("/") 2024-05-03 05:17:13.032/* CDOResourceFolder@_Zgw7sAkMEe-bzopYCigSfg:0v1("BackupTest_testImportNullListElement")2024-05-03 05:17:12.826/* CDOResourceFolder@_Zh3u8AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:17:12.934/* CDOResourceFolder@_Zi3NcAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:17:13.032/* CDOResource@_Zi30gAkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.032/* Product1@_Zi30gQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.032/* OrderDetail@_Zi30ggkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.032/* BranchingSameSessionTest_testCommit_subBranch[9]2024-05-03 05:17:13.032/* CDOResourceFolder@_Zi3NcAkMEe-bzopYCigSfg:9v0("?")->0v12024-05-03 05:17:13.032/* CDOResource@_Zi30gAkMEe-bzopYCigSfg:9v0("?")->0v12024-05-03 05:17:13.032/* Product1@_Zi30gQkMEe-bzopYCigSfg:9v0->0v1 2024-05-03 05:17:13.032/* OrderDetail@_Zi30ggkMEe-bzopYCigSfg:9v0->0v1 2024-05-03 05:17:13.032/2024-05-03 05:17:13.038 OrderDetail@_Zi30ggkMEe-bzopYCigSfg:9v1 2024-05-03 05:17:13.039/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v3("/") 2024-05-03 05:17:12.934/2024-05-03 05:17:13.031 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v4("/") 2024-05-03 05:17:13.032/* CDOResourceFolder@_Zgw7sAkMEe-bzopYCigSfg:0v1("BackupTest_testImportNullListElement")2024-05-03 05:17:12.826/* CDOResourceFolder@_Zh3u8AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:17:12.934/* CDOResourceFolder@_Zi3NcAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:17:13.032/* CDOResource@_Zi30gAkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.032/* Product1@_Zi30gQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.032/* OrderDetail@_Zi30ggkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.032/* BranchingSameSessionTest_testCommit_subBranch[9]2024-05-03 05:17:13.032/* CDOResourceFolder@_Zi3NcAkMEe-bzopYCigSfg:9v0("?")->0v12024-05-03 05:17:13.032/* CDOResource@_Zi30gAkMEe-bzopYCigSfg:9v0("?")->0v12024-05-03 05:17:13.032/* Product1@_Zi30gQkMEe-bzopYCigSfg:9v0->0v1 2024-05-03 05:17:13.032/* OrderDetail@_Zi30ggkMEe-bzopYCigSfg:9v0->0v1 2024-05-03 05:17:13.032/2024-05-03 05:17:13.038 OrderDetail@_Zi30ggkMEe-bzopYCigSfg:9v1 2024-05-03 05:17:13.039/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v3("/") 2024-05-03 05:17:12.934/2024-05-03 05:17:13.031 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v4("/") 2024-05-03 05:17:13.032/* CDOResourceFolder@_Zgw7sAkMEe-bzopYCigSfg:0v1("BackupTest_testImportNullListElement")2024-05-03 05:17:12.826/* CDOResourceFolder@_Zh3u8AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:17:12.934/* CDOResourceFolder@_Zi3NcAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:17:13.032/* CDOResource@_Zi30gAkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.032/* Product1@_Zi30gQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.032/* OrderDetail@_Zi30ggkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.032/* BranchingSameSessionTest_testCommit_subBranch[9]2024-05-03 05:17:13.032/* CDOResourceFolder@_Zi3NcAkMEe-bzopYCigSfg:9v0("?")->0v12024-05-03 05:17:13.032/* CDOResource@_Zi30gAkMEe-bzopYCigSfg:9v0("?")->0v12024-05-03 05:17:13.032/* Product1@_Zi30gQkMEe-bzopYCigSfg:9v0->0v1 2024-05-03 05:17:13.032/* OrderDetail@_Zi30ggkMEe-bzopYCigSfg:9v0->0v1 2024-05-03 05:17:13.032/2024-05-03 05:17:13.038 OrderDetail@_Zi30ggkMEe-bzopYCigSfg:9v1 2024-05-03 05:17:13.039/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v3("/") 2024-05-03 05:17:12.934/2024-05-03 05:17:13.031 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v4("/") 2024-05-03 05:17:13.032/* CDOResourceFolder@_Zgw7sAkMEe-bzopYCigSfg:0v1("BackupTest_testImportNullListElement")2024-05-03 05:17:12.826/* CDOResourceFolder@_Zh3u8AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:17:12.934/* CDOResourceFolder@_Zi3NcAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:17:13.032/* CDOResource@_Zi30gAkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.032/* Product1@_Zi30gQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.032/* OrderDetail@_Zi30ggkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.032/* BranchingSameSessionTest_testCommit_subBranch[9]2024-05-03 05:17:13.032/* CDOResourceFolder@_Zi3NcAkMEe-bzopYCigSfg:9v0("?")->0v12024-05-03 05:17:13.032/* CDOResource@_Zi30gAkMEe-bzopYCigSfg:9v0("?")->0v12024-05-03 05:17:13.032/* Product1@_Zi30gQkMEe-bzopYCigSfg:9v0->0v1 2024-05-03 05:17:13.032/* OrderDetail@_Zi30ggkMEe-bzopYCigSfg:9v0->0v1 2024-05-03 05:17:13.032/2024-05-03 05:17:13.038 OrderDetail@_Zi30ggkMEe-bzopYCigSfg:9v1 2024-05-03 05:17:13.039/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v3("/") 2024-05-03 05:17:12.934/2024-05-03 05:17:13.031 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v4("/") 2024-05-03 05:17:13.032/* CDOResourceFolder@_Zgw7sAkMEe-bzopYCigSfg:0v1("BackupTest_testImportNullListElement")2024-05-03 05:17:12.826/* CDOResourceFolder@_Zh3u8AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:17:12.934/* CDOResourceFolder@_Zi3NcAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:17:13.032/* CDOResource@_Zi30gAkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.032/* Product1@_Zi30gQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.032/* OrderDetail@_Zi30ggkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.032/* BranchingSameSessionTest_testCommit_subBranch[9]2024-05-03 05:17:13.032/* CDOResourceFolder@_Zi3NcAkMEe-bzopYCigSfg:9v0("?")->0v12024-05-03 05:17:13.032/* CDOResource@_Zi30gAkMEe-bzopYCigSfg:9v0("?")->0v12024-05-03 05:17:13.032/* Product1@_Zi30gQkMEe-bzopYCigSfg:9v0->0v1 2024-05-03 05:17:13.032/* OrderDetail@_Zi30ggkMEe-bzopYCigSfg:9v0->0v1 2024-05-03 05:17:13.032/2024-05-03 05:17:13.038 OrderDetail@_Zi30ggkMEe-bzopYCigSfg:9v1 2024-05-03 05:17:13.039/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v3("/") 2024-05-03 05:17:12.934/2024-05-03 05:17:13.031 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v4("/") 2024-05-03 05:17:13.032/* CDOResourceFolder@_Zgw7sAkMEe-bzopYCigSfg:0v1("BackupTest_testImportNullListElement")2024-05-03 05:17:12.826/* CDOResourceFolder@_Zh3u8AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:17:12.934/* CDOResourceFolder@_Zi3NcAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:17:13.032/* CDOResource@_Zi30gAkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.032/* Product1@_Zi30gQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.032/* OrderDetail@_Zi30ggkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.032/* BranchingSameSessionTest_testCommit_subBranch[9]2024-05-03 05:17:13.032/* CDOResourceFolder@_Zi3NcAkMEe-bzopYCigSfg:9v0("?")->0v12024-05-03 05:17:13.032/* CDOResource@_Zi30gAkMEe-bzopYCigSfg:9v0("?")->0v12024-05-03 05:17:13.032/* Product1@_Zi30gQkMEe-bzopYCigSfg:9v0->0v1 2024-05-03 05:17:13.032/* OrderDetail@_Zi30ggkMEe-bzopYCigSfg:9v0->0v1 2024-05-03 05:17:13.032/2024-05-03 05:17:13.038 OrderDetail@_Zi30ggkMEe-bzopYCigSfg:9v1 2024-05-03 05:17:13.039/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v3("/") 2024-05-03 05:17:12.934/2024-05-03 05:17:13.031 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v4("/") 2024-05-03 05:17:13.032/* CDOResourceFolder@_Zgw7sAkMEe-bzopYCigSfg:0v1("BackupTest_testImportNullListElement")2024-05-03 05:17:12.826/* CDOResourceFolder@_Zh3u8AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:17:12.934/* CDOResourceFolder@_Zi3NcAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:17:13.032/* CDOResource@_Zi30gAkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.032/* Product1@_Zi30gQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.032/* OrderDetail@_Zi30ggkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.032/* BranchingSameSessionTest_testCommit_subBranch[9]2024-05-03 05:17:13.032/* CDOResourceFolder@_Zi3NcAkMEe-bzopYCigSfg:9v0("?")->0v12024-05-03 05:17:13.032/* CDOResource@_Zi30gAkMEe-bzopYCigSfg:9v0("?")->0v12024-05-03 05:17:13.032/* Product1@_Zi30gQkMEe-bzopYCigSfg:9v0->0v1 2024-05-03 05:17:13.032/* OrderDetail@_Zi30ggkMEe-bzopYCigSfg:9v0->0v1 2024-05-03 05:17:13.032/2024-05-03 05:17:13.038 OrderDetail@_Zi30ggkMEe-bzopYCigSfg:9v1 2024-05-03 05:17:13.039/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v3("/") 2024-05-03 05:17:12.934/2024-05-03 05:17:13.031 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v4("/") 2024-05-03 05:17:13.032/* CDOResourceFolder@_Zgw7sAkMEe-bzopYCigSfg:0v1("BackupTest_testImportNullListElement")2024-05-03 05:17:12.826/* CDOResourceFolder@_Zh3u8AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:17:12.934/* CDOResourceFolder@_Zi3NcAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:17:13.032/* CDOResource@_Zi30gAkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.032/* Product1@_Zi30gQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.032/* OrderDetail@_Zi30ggkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.032/* BranchingSameSessionTest_testCommit_subBranch[9]2024-05-03 05:17:13.032/* CDOResourceFolder@_Zi3NcAkMEe-bzopYCigSfg:9v0("?")->0v12024-05-03 05:17:13.032/* CDOResource@_Zi30gAkMEe-bzopYCigSfg:9v0("?")->0v12024-05-03 05:17:13.032/* Product1@_Zi30gQkMEe-bzopYCigSfg:9v0->0v1 2024-05-03 05:17:13.032/* OrderDetail@_Zi30ggkMEe-bzopYCigSfg:9v0->0v1 2024-05-03 05:17:13.032/2024-05-03 05:17:13.038 OrderDetail@_Zi30ggkMEe-bzopYCigSfg:9v1 2024-05-03 05:17:13.039/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v3("/") 2024-05-03 05:17:12.934/2024-05-03 05:17:13.031 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v4("/") 2024-05-03 05:17:13.032/* CDOResourceFolder@_Zgw7sAkMEe-bzopYCigSfg:0v1("BackupTest_testImportNullListElement")2024-05-03 05:17:12.826/* CDOResourceFolder@_Zh3u8AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:17:12.934/* CDOResourceFolder@_Zi3NcAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:17:13.032/* CDOResource@_Zi30gAkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.032/* Product1@_Zi30gQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.032/* OrderDetail@_Zi30ggkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.032/* BranchingSameSessionTest_testCommit_subBranch[9]2024-05-03 05:17:13.032/* CDOResourceFolder@_Zi3NcAkMEe-bzopYCigSfg:9v0("?")->0v12024-05-03 05:17:13.032/* CDOResource@_Zi30gAkMEe-bzopYCigSfg:9v0("?")->0v12024-05-03 05:17:13.032/* Product1@_Zi30gQkMEe-bzopYCigSfg:9v0->0v1 2024-05-03 05:17:13.032/* OrderDetail@_Zi30ggkMEe-bzopYCigSfg:9v0->0v1 2024-05-03 05:17:13.032/2024-05-03 05:17:13.038 OrderDetail@_Zi30ggkMEe-bzopYCigSfg:9v1 2024-05-03 05:17:13.039/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v3("/") 2024-05-03 05:17:12.934/2024-05-03 05:17:13.031 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v4("/") 2024-05-03 05:17:13.032/* CDOResourceFolder@_Zgw7sAkMEe-bzopYCigSfg:0v1("BackupTest_testImportNullListElement")2024-05-03 05:17:12.826/* CDOResourceFolder@_Zh3u8AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:17:12.934/* CDOResourceFolder@_Zi3NcAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:17:13.032/* CDOResource@_Zi30gAkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.032/* Product1@_Zi30gQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.032/* OrderDetail@_Zi30ggkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.032/* BranchingSameSessionTest_testCommit_subBranch[9]2024-05-03 05:17:13.032/* CDOResourceFolder@_Zi3NcAkMEe-bzopYCigSfg:9v0("?")->0v12024-05-03 05:17:13.032/* CDOResource@_Zi30gAkMEe-bzopYCigSfg:9v0("?")->0v12024-05-03 05:17:13.032/* Product1@_Zi30gQkMEe-bzopYCigSfg:9v0->0v1 2024-05-03 05:17:13.032/* OrderDetail@_Zi30ggkMEe-bzopYCigSfg:9v0->0v1 2024-05-03 05:17:13.032/2024-05-03 05:17:13.038 OrderDetail@_Zi30ggkMEe-bzopYCigSfg:9v1 2024-05-03 05:17:13.039/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v3("/") 2024-05-03 05:17:12.934/2024-05-03 05:17:13.031 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v4("/") 2024-05-03 05:17:13.032/* CDOResourceFolder@_Zgw7sAkMEe-bzopYCigSfg:0v1("BackupTest_testImportNullListElement")2024-05-03 05:17:12.826/* CDOResourceFolder@_Zh3u8AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:17:12.934/* CDOResourceFolder@_Zi3NcAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:17:13.032/* CDOResource@_Zi30gAkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.032/* Product1@_Zi30gQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.032/* OrderDetail@_Zi30ggkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.032/* BranchingSameSessionTest_testCommit_subBranch[9]2024-05-03 05:17:13.032/* CDOResourceFolder@_Zi3NcAkMEe-bzopYCigSfg:9v0("?")->0v12024-05-03 05:17:13.032/* CDOResource@_Zi30gAkMEe-bzopYCigSfg:9v0("?")->0v12024-05-03 05:17:13.032/* Product1@_Zi30gQkMEe-bzopYCigSfg:9v0->0v1 2024-05-03 05:17:13.032/* OrderDetail@_Zi30ggkMEe-bzopYCigSfg:9v0->0v1 2024-05-03 05:17:13.032/2024-05-03 05:17:13.038 OrderDetail@_Zi30ggkMEe-bzopYCigSfg:9v1 2024-05-03 05:17:13.039/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v3("/") 2024-05-03 05:17:12.934/2024-05-03 05:17:13.031 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v4("/") 2024-05-03 05:17:13.032/* CDOResourceFolder@_Zgw7sAkMEe-bzopYCigSfg:0v1("BackupTest_testImportNullListElement")2024-05-03 05:17:12.826/* CDOResourceFolder@_Zh3u8AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:17:12.934/* CDOResourceFolder@_Zi3NcAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:17:13.032/* CDOResource@_Zi30gAkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.032/* Product1@_Zi30gQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.032/* OrderDetail@_Zi30ggkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.032/* BranchingSameSessionTest_testCommit_subBranch[9]2024-05-03 05:17:13.032/* CDOResourceFolder@_Zi3NcAkMEe-bzopYCigSfg:9v0("?")->0v12024-05-03 05:17:13.032/* CDOResource@_Zi30gAkMEe-bzopYCigSfg:9v0("?")->0v12024-05-03 05:17:13.032/* Product1@_Zi30gQkMEe-bzopYCigSfg:9v0->0v1 2024-05-03 05:17:13.032/* OrderDetail@_Zi30ggkMEe-bzopYCigSfg:9v0->0v1 2024-05-03 05:17:13.032/2024-05-03 05:17:13.038 OrderDetail@_Zi30ggkMEe-bzopYCigSfg:9v1 2024-05-03 05:17:13.039/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v3("/") 2024-05-03 05:17:12.934/2024-05-03 05:17:13.031 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v4("/") 2024-05-03 05:17:13.032/* CDOResourceFolder@_Zgw7sAkMEe-bzopYCigSfg:0v1("BackupTest_testImportNullListElement")2024-05-03 05:17:12.826/* CDOResourceFolder@_Zh3u8AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:17:12.934/* CDOResourceFolder@_Zi3NcAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:17:13.032/* CDOResource@_Zi30gAkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.032/* Product1@_Zi30gQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.032/* OrderDetail@_Zi30ggkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.032/* BranchingSameSessionTest_testCommit_subBranch[9]2024-05-03 05:17:13.032/* CDOResourceFolder@_Zi3NcAkMEe-bzopYCigSfg:9v0("?")->0v12024-05-03 05:17:13.032/* CDOResource@_Zi30gAkMEe-bzopYCigSfg:9v0("?")->0v12024-05-03 05:17:13.032/* Product1@_Zi30gQkMEe-bzopYCigSfg:9v0->0v1 2024-05-03 05:17:13.032/* OrderDetail@_Zi30ggkMEe-bzopYCigSfg:9v0->0v1 2024-05-03 05:17:13.032/2024-05-03 05:17:13.038 OrderDetail@_Zi30ggkMEe-bzopYCigSfg:9v1 2024-05-03 05:17:13.039/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v3("/") 2024-05-03 05:17:12.934/2024-05-03 05:17:13.031 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v4("/") 2024-05-03 05:17:13.032/* CDOResourceFolder@_Zgw7sAkMEe-bzopYCigSfg:0v1("BackupTest_testImportNullListElement")2024-05-03 05:17:12.826/* CDOResourceFolder@_Zh3u8AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:17:12.934/* CDOResourceFolder@_Zi3NcAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:17:13.032/* CDOResource@_Zi30gAkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.032/* Product1@_Zi30gQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.032/* OrderDetail@_Zi30ggkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.032/* BranchingSameSessionTest_testCommit_subBranch[9]2024-05-03 05:17:13.032/* CDOResourceFolder@_Zi3NcAkMEe-bzopYCigSfg:9v0("?")->0v12024-05-03 05:17:13.032/* CDOResource@_Zi30gAkMEe-bzopYCigSfg:9v0("?")->0v12024-05-03 05:17:13.032/* Product1@_Zi30gQkMEe-bzopYCigSfg:9v0->0v1 2024-05-03 05:17:13.032/* OrderDetail@_Zi30ggkMEe-bzopYCigSfg:9v0->0v1 2024-05-03 05:17:13.032/2024-05-03 05:17:13.038 OrderDetail@_Zi30ggkMEe-bzopYCigSfg:9v1 2024-05-03 05:17:13.039/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v3("/") 2024-05-03 05:17:12.934/2024-05-03 05:17:13.031 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v4("/") 2024-05-03 05:17:13.032/* CDOResourceFolder@_Zgw7sAkMEe-bzopYCigSfg:0v1("BackupTest_testImportNullListElement")2024-05-03 05:17:12.826/* CDOResourceFolder@_Zh3u8AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:17:12.934/* CDOResourceFolder@_Zi3NcAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:17:13.032/* CDOResource@_Zi30gAkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.032/* Product1@_Zi30gQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.032/* OrderDetail@_Zi30ggkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.032/* BranchingSameSessionTest_testCommit_subBranch[9]2024-05-03 05:17:13.032/* CDOResourceFolder@_Zi3NcAkMEe-bzopYCigSfg:9v0("?")->0v12024-05-03 05:17:13.032/* CDOResource@_Zi30gAkMEe-bzopYCigSfg:9v0("?")->0v12024-05-03 05:17:13.032/* Product1@_Zi30gQkMEe-bzopYCigSfg:9v0->0v1 2024-05-03 05:17:13.032/* OrderDetail@_Zi30ggkMEe-bzopYCigSfg:9v0->0v1 2024-05-03 05:17:13.032/2024-05-03 05:17:13.038 OrderDetail@_Zi30ggkMEe-bzopYCigSfg:9v1 2024-05-03 05:17:13.039/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v3("/") 2024-05-03 05:17:12.934/2024-05-03 05:17:13.031 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v4("/") 2024-05-03 05:17:13.032/* CDOResourceFolder@_Zgw7sAkMEe-bzopYCigSfg:0v1("BackupTest_testImportNullListElement")2024-05-03 05:17:12.826/* CDOResourceFolder@_Zh3u8AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:17:12.934/* CDOResourceFolder@_Zi3NcAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:17:13.032/* CDOResource@_Zi30gAkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.032/* Product1@_Zi30gQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.032/* OrderDetail@_Zi30ggkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.032/* BranchingSameSessionTest_testCommit_subBranch[9]2024-05-03 05:17:13.032/* CDOResourceFolder@_Zi3NcAkMEe-bzopYCigSfg:9v0("?")->0v12024-05-03 05:17:13.032/* CDOResource@_Zi30gAkMEe-bzopYCigSfg:9v0("?")->0v12024-05-03 05:17:13.032/* Product1@_Zi30gQkMEe-bzopYCigSfg:9v0->0v1 2024-05-03 05:17:13.032/* OrderDetail@_Zi30ggkMEe-bzopYCigSfg:9v0->0v1 2024-05-03 05:17:13.032/2024-05-03 05:17:13.038 OrderDetail@_Zi30ggkMEe-bzopYCigSfg:9v1 2024-05-03 05:17:13.039/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v3("/") 2024-05-03 05:17:12.934/2024-05-03 05:17:13.031 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v4("/") 2024-05-03 05:17:13.032/* CDOResourceFolder@_Zgw7sAkMEe-bzopYCigSfg:0v1("BackupTest_testImportNullListElement")2024-05-03 05:17:12.826/* CDOResourceFolder@_Zh3u8AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:17:12.934/* CDOResourceFolder@_Zi3NcAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:17:13.032/* CDOResource@_Zi30gAkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.032/* Product1@_Zi30gQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.032/* OrderDetail@_Zi30ggkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.032/* BranchingSameSessionTest_testCommit_subBranch[9]2024-05-03 05:17:13.032/* CDOResourceFolder@_Zi3NcAkMEe-bzopYCigSfg:9v0("?")->0v12024-05-03 05:17:13.032/* CDOResource@_Zi30gAkMEe-bzopYCigSfg:9v0("?")->0v12024-05-03 05:17:13.032/* Product1@_Zi30gQkMEe-bzopYCigSfg:9v0->0v1 2024-05-03 05:17:13.032/* OrderDetail@_Zi30ggkMEe-bzopYCigSfg:9v0->0v1 2024-05-03 05:17:13.032/2024-05-03 05:17:13.038 OrderDetail@_Zi30ggkMEe-bzopYCigSfg:9v1 2024-05-03 05:17:13.039/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v3("/") 2024-05-03 05:17:12.934/2024-05-03 05:17:13.031 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v4("/") 2024-05-03 05:17:13.032/* CDOResourceFolder@_Zgw7sAkMEe-bzopYCigSfg:0v1("BackupTest_testImportNullListElement")2024-05-03 05:17:12.826/* CDOResourceFolder@_Zh3u8AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:17:12.934/* CDOResourceFolder@_Zi3NcAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:17:13.032/* CDOResource@_Zi30gAkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.032/* Product1@_Zi30gQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.032/* OrderDetail@_Zi30ggkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.032/* BranchingSameSessionTest_testCommit_subBranch[9]2024-05-03 05:17:13.032/* CDOResourceFolder@_Zi3NcAkMEe-bzopYCigSfg:9v0("?")->0v12024-05-03 05:17:13.032/* CDOResource@_Zi30gAkMEe-bzopYCigSfg:9v0("?")->0v12024-05-03 05:17:13.032/* Product1@_Zi30gQkMEe-bzopYCigSfg:9v0->0v1 2024-05-03 05:17:13.032/* OrderDetail@_Zi30ggkMEe-bzopYCigSfg:9v0->0v1 2024-05-03 05:17:13.032/2024-05-03 05:17:13.038 OrderDetail@_Zi30ggkMEe-bzopYCigSfg:9v1 2024-05-03 05:17:13.039/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v3("/") 2024-05-03 05:17:12.934/2024-05-03 05:17:13.031 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v4("/") 2024-05-03 05:17:13.032/* CDOResourceFolder@_Zgw7sAkMEe-bzopYCigSfg:0v1("BackupTest_testImportNullListElement")2024-05-03 05:17:12.826/* CDOResourceFolder@_Zh3u8AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:17:12.934/* CDOResourceFolder@_Zi3NcAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:17:13.032/* CDOResource@_Zi30gAkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.032/* Product1@_Zi30gQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.032/* OrderDetail@_Zi30ggkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.032/* BranchingSameSessionTest_testCommit_subBranch[9]2024-05-03 05:17:13.032/* CDOResourceFolder@_Zi3NcAkMEe-bzopYCigSfg:9v0("?")->0v12024-05-03 05:17:13.032/* CDOResource@_Zi30gAkMEe-bzopYCigSfg:9v0("?")->0v12024-05-03 05:17:13.032/* Product1@_Zi30gQkMEe-bzopYCigSfg:9v0->0v1 2024-05-03 05:17:13.032/* OrderDetail@_Zi30ggkMEe-bzopYCigSfg:9v0->0v1 2024-05-03 05:17:13.032/2024-05-03 05:17:13.038 OrderDetail@_Zi30ggkMEe-bzopYCigSfg:9v1 2024-05-03 05:17:13.039/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v3("/") 2024-05-03 05:17:12.934/2024-05-03 05:17:13.031 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v4("/") 2024-05-03 05:17:13.032/* CDOResourceFolder@_Zgw7sAkMEe-bzopYCigSfg:0v1("BackupTest_testImportNullListElement")2024-05-03 05:17:12.826/* CDOResourceFolder@_Zh3u8AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:17:12.934/* CDOResourceFolder@_Zi3NcAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:17:13.032/* CDOResource@_Zi30gAkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.032/* Product1@_Zi30gQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.032/* OrderDetail@_Zi30ggkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.032/* BranchingSameSessionTest_testCommit_subBranch[9]2024-05-03 05:17:13.032/* CDOResourceFolder@_Zi3NcAkMEe-bzopYCigSfg:9v0("?")->0v12024-05-03 05:17:13.032/* CDOResource@_Zi30gAkMEe-bzopYCigSfg:9v0("?")->0v12024-05-03 05:17:13.032/* Product1@_Zi30gQkMEe-bzopYCigSfg:9v0->0v1 2024-05-03 05:17:13.032/* OrderDetail@_Zi30ggkMEe-bzopYCigSfg:9v0->0v1 2024-05-03 05:17:13.032/2024-05-03 05:17:13.038 OrderDetail@_Zi30ggkMEe-bzopYCigSfg:9v1 2024-05-03 05:17:13.039/* ******************************************************* BranchingSameSessionTest.testCommitAddOrderDetail [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v4("/") 2024-05-03 05:17:13.032/2024-05-03 05:17:13.066 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v5("/") 2024-05-03 05:17:13.067/* CDOResourceFolder@_Zgw7sAkMEe-bzopYCigSfg:0v1("BackupTest_testImportNullListElement")2024-05-03 05:17:12.826/* CDOResourceFolder@_Zh3u8AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:17:12.934/* CDOResourceFolder@_Zi3NcAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:17:13.032/* CDOResourceFolder@_ZjMkoAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:17:13.067/* CDOResource@_ZjMkoQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.067/* Product1@_ZjNLsAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.067/* OrderDetail@_ZjNLsQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.067/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v4("/") 2024-05-03 05:17:13.032/2024-05-03 05:17:13.066 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v5("/") 2024-05-03 05:17:13.067/* CDOResourceFolder@_Zgw7sAkMEe-bzopYCigSfg:0v1("BackupTest_testImportNullListElement")2024-05-03 05:17:12.826/* CDOResourceFolder@_Zh3u8AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:17:12.934/* CDOResourceFolder@_Zi3NcAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:17:13.032/* CDOResourceFolder@_ZjMkoAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:17:13.067/* CDOResource@_ZjMkoQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.067/* Product1@_ZjNLsAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.067/* OrderDetail@_ZjNLsQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.067/* server-thread-262 [debug] moveOneDown add historic entry at: 1 server-thread-262 [debug] moveOneDown add historic entry at: 0 ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v4("/") 2024-05-03 05:17:13.032/2024-05-03 05:17:13.066 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v5("/") 2024-05-03 05:17:13.067/* CDOResourceFolder@_Zgw7sAkMEe-bzopYCigSfg:0v1("BackupTest_testImportNullListElement")2024-05-03 05:17:12.826/* CDOResourceFolder@_Zh3u8AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:17:12.934/* CDOResourceFolder@_Zi3NcAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:17:13.032/* CDOResourceFolder@_ZjMkoAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:17:13.067/* CDOResource@_ZjMkoQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.067/* Product1@_ZjNLsAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.067/* OrderDetail@_ZjNLsQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.067/* BranchingSameSessionTest_testCommitAddOrderDetail_subBranch[10]2024-05-03 05:17:13.067/* CDOResourceFolder@_ZjMkoAkMEe-bzopYCigSfg:10v0("?")->0v12024-05-03 05:17:13.067/* CDOResource@_ZjMkoQkMEe-bzopYCigSfg:10v0("?")->0v12024-05-03 05:17:13.067/2024-05-03 05:17:13.072 CDOResource@_ZjMkoQkMEe-bzopYCigSfg:10v1("res")2024-05-03 05:17:13.073/* Product1@_ZjNLsAkMEe-bzopYCigSfg:10v0->0v1 2024-05-03 05:17:13.067/2024-05-03 05:17:13.072 Product1@_ZjNLsAkMEe-bzopYCigSfg:10v1 2024-05-03 05:17:13.073/* OrderDetail@_ZjNLsQkMEe-bzopYCigSfg:10v0->0v1 2024-05-03 05:17:13.067/* OrderDetail@_ZjQ2EAkMEe-bzopYCigSfg:10v1 2024-05-03 05:17:13.073/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v4("/") 2024-05-03 05:17:13.032/2024-05-03 05:17:13.066 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v5("/") 2024-05-03 05:17:13.067/* CDOResourceFolder@_Zgw7sAkMEe-bzopYCigSfg:0v1("BackupTest_testImportNullListElement")2024-05-03 05:17:12.826/* CDOResourceFolder@_Zh3u8AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:17:12.934/* CDOResourceFolder@_Zi3NcAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:17:13.032/* CDOResourceFolder@_ZjMkoAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:17:13.067/* CDOResource@_ZjMkoQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.067/* Product1@_ZjNLsAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.067/* OrderDetail@_ZjNLsQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.067/* BranchingSameSessionTest_testCommitAddOrderDetail_subBranch[10]2024-05-03 05:17:13.067/* CDOResourceFolder@_ZjMkoAkMEe-bzopYCigSfg:10v0("?")->0v12024-05-03 05:17:13.067/* CDOResource@_ZjMkoQkMEe-bzopYCigSfg:10v0("?")->0v12024-05-03 05:17:13.067/2024-05-03 05:17:13.072 CDOResource@_ZjMkoQkMEe-bzopYCigSfg:10v1("res")2024-05-03 05:17:13.073/* Product1@_ZjNLsAkMEe-bzopYCigSfg:10v0->0v1 2024-05-03 05:17:13.067/2024-05-03 05:17:13.072 Product1@_ZjNLsAkMEe-bzopYCigSfg:10v1 2024-05-03 05:17:13.073/* OrderDetail@_ZjNLsQkMEe-bzopYCigSfg:10v0->0v1 2024-05-03 05:17:13.067/* OrderDetail@_ZjQ2EAkMEe-bzopYCigSfg:10v1 2024-05-03 05:17:13.073/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v4("/") 2024-05-03 05:17:13.032/2024-05-03 05:17:13.066 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v5("/") 2024-05-03 05:17:13.067/* CDOResourceFolder@_Zgw7sAkMEe-bzopYCigSfg:0v1("BackupTest_testImportNullListElement")2024-05-03 05:17:12.826/* CDOResourceFolder@_Zh3u8AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:17:12.934/* CDOResourceFolder@_Zi3NcAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:17:13.032/* CDOResourceFolder@_ZjMkoAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:17:13.067/* CDOResource@_ZjMkoQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.067/* Product1@_ZjNLsAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.067/* OrderDetail@_ZjNLsQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.067/* BranchingSameSessionTest_testCommitAddOrderDetail_subBranch[10]2024-05-03 05:17:13.067/* CDOResourceFolder@_ZjMkoAkMEe-bzopYCigSfg:10v0("?")->0v12024-05-03 05:17:13.067/* CDOResource@_ZjMkoQkMEe-bzopYCigSfg:10v0("?")->0v12024-05-03 05:17:13.067/2024-05-03 05:17:13.072 CDOResource@_ZjMkoQkMEe-bzopYCigSfg:10v1("res")2024-05-03 05:17:13.073/* Product1@_ZjNLsAkMEe-bzopYCigSfg:10v0->0v1 2024-05-03 05:17:13.067/2024-05-03 05:17:13.072 Product1@_ZjNLsAkMEe-bzopYCigSfg:10v1 2024-05-03 05:17:13.073/* OrderDetail@_ZjNLsQkMEe-bzopYCigSfg:10v0->0v1 2024-05-03 05:17:13.067/* OrderDetail@_ZjQ2EAkMEe-bzopYCigSfg:10v1 2024-05-03 05:17:13.073/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v4("/") 2024-05-03 05:17:13.032/2024-05-03 05:17:13.066 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v5("/") 2024-05-03 05:17:13.067/* CDOResourceFolder@_Zgw7sAkMEe-bzopYCigSfg:0v1("BackupTest_testImportNullListElement")2024-05-03 05:17:12.826/* CDOResourceFolder@_Zh3u8AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:17:12.934/* CDOResourceFolder@_Zi3NcAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:17:13.032/* CDOResourceFolder@_ZjMkoAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:17:13.067/* CDOResource@_ZjMkoQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.067/* Product1@_ZjNLsAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.067/* OrderDetail@_ZjNLsQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.067/* BranchingSameSessionTest_testCommitAddOrderDetail_subBranch[10]2024-05-03 05:17:13.067/* CDOResourceFolder@_ZjMkoAkMEe-bzopYCigSfg:10v0("?")->0v12024-05-03 05:17:13.067/* CDOResource@_ZjMkoQkMEe-bzopYCigSfg:10v0("?")->0v12024-05-03 05:17:13.067/2024-05-03 05:17:13.072 CDOResource@_ZjMkoQkMEe-bzopYCigSfg:10v1("res")2024-05-03 05:17:13.073/* Product1@_ZjNLsAkMEe-bzopYCigSfg:10v0->0v1 2024-05-03 05:17:13.067/2024-05-03 05:17:13.072 Product1@_ZjNLsAkMEe-bzopYCigSfg:10v1 2024-05-03 05:17:13.073/* OrderDetail@_ZjNLsQkMEe-bzopYCigSfg:10v0->0v1 2024-05-03 05:17:13.067/* OrderDetail@_ZjQ2EAkMEe-bzopYCigSfg:10v1 2024-05-03 05:17:13.073/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v4("/") 2024-05-03 05:17:13.032/2024-05-03 05:17:13.066 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v5("/") 2024-05-03 05:17:13.067/* CDOResourceFolder@_Zgw7sAkMEe-bzopYCigSfg:0v1("BackupTest_testImportNullListElement")2024-05-03 05:17:12.826/* CDOResourceFolder@_Zh3u8AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:17:12.934/* CDOResourceFolder@_Zi3NcAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:17:13.032/* CDOResourceFolder@_ZjMkoAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:17:13.067/* CDOResource@_ZjMkoQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.067/* Product1@_ZjNLsAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.067/* OrderDetail@_ZjNLsQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.067/* BranchingSameSessionTest_testCommitAddOrderDetail_subBranch[10]2024-05-03 05:17:13.067/* CDOResourceFolder@_ZjMkoAkMEe-bzopYCigSfg:10v0("?")->0v12024-05-03 05:17:13.067/* CDOResource@_ZjMkoQkMEe-bzopYCigSfg:10v0("?")->0v12024-05-03 05:17:13.067/2024-05-03 05:17:13.072 CDOResource@_ZjMkoQkMEe-bzopYCigSfg:10v1("res")2024-05-03 05:17:13.073/* Product1@_ZjNLsAkMEe-bzopYCigSfg:10v0->0v1 2024-05-03 05:17:13.067/2024-05-03 05:17:13.072 Product1@_ZjNLsAkMEe-bzopYCigSfg:10v1 2024-05-03 05:17:13.073/* OrderDetail@_ZjNLsQkMEe-bzopYCigSfg:10v0->0v1 2024-05-03 05:17:13.067/* OrderDetail@_ZjQ2EAkMEe-bzopYCigSfg:10v1 2024-05-03 05:17:13.073/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v4("/") 2024-05-03 05:17:13.032/2024-05-03 05:17:13.066 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v5("/") 2024-05-03 05:17:13.067/* CDOResourceFolder@_Zgw7sAkMEe-bzopYCigSfg:0v1("BackupTest_testImportNullListElement")2024-05-03 05:17:12.826/* CDOResourceFolder@_Zh3u8AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:17:12.934/* CDOResourceFolder@_Zi3NcAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:17:13.032/* CDOResourceFolder@_ZjMkoAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:17:13.067/* CDOResource@_ZjMkoQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.067/* Product1@_ZjNLsAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.067/* OrderDetail@_ZjNLsQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.067/* BranchingSameSessionTest_testCommitAddOrderDetail_subBranch[10]2024-05-03 05:17:13.067/* CDOResourceFolder@_ZjMkoAkMEe-bzopYCigSfg:10v0("?")->0v12024-05-03 05:17:13.067/* CDOResource@_ZjMkoQkMEe-bzopYCigSfg:10v0("?")->0v12024-05-03 05:17:13.067/2024-05-03 05:17:13.072 CDOResource@_ZjMkoQkMEe-bzopYCigSfg:10v1("res")2024-05-03 05:17:13.073/* Product1@_ZjNLsAkMEe-bzopYCigSfg:10v0->0v1 2024-05-03 05:17:13.067/2024-05-03 05:17:13.072 Product1@_ZjNLsAkMEe-bzopYCigSfg:10v1 2024-05-03 05:17:13.073/* OrderDetail@_ZjNLsQkMEe-bzopYCigSfg:10v0->0v1 2024-05-03 05:17:13.067/* OrderDetail@_ZjQ2EAkMEe-bzopYCigSfg:10v1 2024-05-03 05:17:13.073/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v4("/") 2024-05-03 05:17:13.032/2024-05-03 05:17:13.066 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v5("/") 2024-05-03 05:17:13.067/* CDOResourceFolder@_Zgw7sAkMEe-bzopYCigSfg:0v1("BackupTest_testImportNullListElement")2024-05-03 05:17:12.826/* CDOResourceFolder@_Zh3u8AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:17:12.934/* CDOResourceFolder@_Zi3NcAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:17:13.032/* CDOResourceFolder@_ZjMkoAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:17:13.067/* CDOResource@_ZjMkoQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.067/* Product1@_ZjNLsAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.067/* OrderDetail@_ZjNLsQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.067/* BranchingSameSessionTest_testCommitAddOrderDetail_subBranch[10]2024-05-03 05:17:13.067/* CDOResourceFolder@_ZjMkoAkMEe-bzopYCigSfg:10v0("?")->0v12024-05-03 05:17:13.067/* CDOResource@_ZjMkoQkMEe-bzopYCigSfg:10v0("?")->0v12024-05-03 05:17:13.067/2024-05-03 05:17:13.072 CDOResource@_ZjMkoQkMEe-bzopYCigSfg:10v1("res")2024-05-03 05:17:13.073/* Product1@_ZjNLsAkMEe-bzopYCigSfg:10v0->0v1 2024-05-03 05:17:13.067/2024-05-03 05:17:13.072 Product1@_ZjNLsAkMEe-bzopYCigSfg:10v1 2024-05-03 05:17:13.073/* OrderDetail@_ZjNLsQkMEe-bzopYCigSfg:10v0->0v1 2024-05-03 05:17:13.067/* OrderDetail@_ZjQ2EAkMEe-bzopYCigSfg:10v1 2024-05-03 05:17:13.073/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v4("/") 2024-05-03 05:17:13.032/2024-05-03 05:17:13.066 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v5("/") 2024-05-03 05:17:13.067/* CDOResourceFolder@_Zgw7sAkMEe-bzopYCigSfg:0v1("BackupTest_testImportNullListElement")2024-05-03 05:17:12.826/* CDOResourceFolder@_Zh3u8AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:17:12.934/* CDOResourceFolder@_Zi3NcAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:17:13.032/* CDOResourceFolder@_ZjMkoAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:17:13.067/* CDOResource@_ZjMkoQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.067/* Product1@_ZjNLsAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.067/* OrderDetail@_ZjNLsQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.067/* BranchingSameSessionTest_testCommitAddOrderDetail_subBranch[10]2024-05-03 05:17:13.067/* CDOResourceFolder@_ZjMkoAkMEe-bzopYCigSfg:10v0("?")->0v12024-05-03 05:17:13.067/* CDOResource@_ZjMkoQkMEe-bzopYCigSfg:10v0("?")->0v12024-05-03 05:17:13.067/2024-05-03 05:17:13.072 CDOResource@_ZjMkoQkMEe-bzopYCigSfg:10v1("res")2024-05-03 05:17:13.073/* Product1@_ZjNLsAkMEe-bzopYCigSfg:10v0->0v1 2024-05-03 05:17:13.067/2024-05-03 05:17:13.072 Product1@_ZjNLsAkMEe-bzopYCigSfg:10v1 2024-05-03 05:17:13.073/* OrderDetail@_ZjNLsQkMEe-bzopYCigSfg:10v0->0v1 2024-05-03 05:17:13.067/* OrderDetail@_ZjQ2EAkMEe-bzopYCigSfg:10v1 2024-05-03 05:17:13.073/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v4("/") 2024-05-03 05:17:13.032/2024-05-03 05:17:13.066 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v5("/") 2024-05-03 05:17:13.067/* CDOResourceFolder@_Zgw7sAkMEe-bzopYCigSfg:0v1("BackupTest_testImportNullListElement")2024-05-03 05:17:12.826/* CDOResourceFolder@_Zh3u8AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:17:12.934/* CDOResourceFolder@_Zi3NcAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:17:13.032/* CDOResourceFolder@_ZjMkoAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:17:13.067/* CDOResource@_ZjMkoQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.067/* Product1@_ZjNLsAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.067/* OrderDetail@_ZjNLsQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.067/* BranchingSameSessionTest_testCommitAddOrderDetail_subBranch[10]2024-05-03 05:17:13.067/* CDOResourceFolder@_ZjMkoAkMEe-bzopYCigSfg:10v0("?")->0v12024-05-03 05:17:13.067/* CDOResource@_ZjMkoQkMEe-bzopYCigSfg:10v0("?")->0v12024-05-03 05:17:13.067/2024-05-03 05:17:13.072 CDOResource@_ZjMkoQkMEe-bzopYCigSfg:10v1("res")2024-05-03 05:17:13.073/* Product1@_ZjNLsAkMEe-bzopYCigSfg:10v0->0v1 2024-05-03 05:17:13.067/2024-05-03 05:17:13.072 Product1@_ZjNLsAkMEe-bzopYCigSfg:10v1 2024-05-03 05:17:13.073/* OrderDetail@_ZjNLsQkMEe-bzopYCigSfg:10v0->0v1 2024-05-03 05:17:13.067/* OrderDetail@_ZjQ2EAkMEe-bzopYCigSfg:10v1 2024-05-03 05:17:13.073/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v4("/") 2024-05-03 05:17:13.032/2024-05-03 05:17:13.066 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v5("/") 2024-05-03 05:17:13.067/* CDOResourceFolder@_Zgw7sAkMEe-bzopYCigSfg:0v1("BackupTest_testImportNullListElement")2024-05-03 05:17:12.826/* CDOResourceFolder@_Zh3u8AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:17:12.934/* CDOResourceFolder@_Zi3NcAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:17:13.032/* CDOResourceFolder@_ZjMkoAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:17:13.067/* CDOResource@_ZjMkoQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.067/* Product1@_ZjNLsAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.067/* OrderDetail@_ZjNLsQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.067/* BranchingSameSessionTest_testCommitAddOrderDetail_subBranch[10]2024-05-03 05:17:13.067/* CDOResourceFolder@_ZjMkoAkMEe-bzopYCigSfg:10v0("?")->0v12024-05-03 05:17:13.067/* CDOResource@_ZjMkoQkMEe-bzopYCigSfg:10v0("?")->0v12024-05-03 05:17:13.067/2024-05-03 05:17:13.072 CDOResource@_ZjMkoQkMEe-bzopYCigSfg:10v1("res")2024-05-03 05:17:13.073/* Product1@_ZjNLsAkMEe-bzopYCigSfg:10v0->0v1 2024-05-03 05:17:13.067/2024-05-03 05:17:13.072 Product1@_ZjNLsAkMEe-bzopYCigSfg:10v1 2024-05-03 05:17:13.073/* OrderDetail@_ZjNLsQkMEe-bzopYCigSfg:10v0->0v1 2024-05-03 05:17:13.067/* OrderDetail@_ZjQ2EAkMEe-bzopYCigSfg:10v1 2024-05-03 05:17:13.073/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v4("/") 2024-05-03 05:17:13.032/2024-05-03 05:17:13.066 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v5("/") 2024-05-03 05:17:13.067/* CDOResourceFolder@_Zgw7sAkMEe-bzopYCigSfg:0v1("BackupTest_testImportNullListElement")2024-05-03 05:17:12.826/* CDOResourceFolder@_Zh3u8AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:17:12.934/* CDOResourceFolder@_Zi3NcAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:17:13.032/* CDOResourceFolder@_ZjMkoAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:17:13.067/* CDOResource@_ZjMkoQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.067/* Product1@_ZjNLsAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.067/* OrderDetail@_ZjNLsQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.067/* BranchingSameSessionTest_testCommitAddOrderDetail_subBranch[10]2024-05-03 05:17:13.067/* CDOResourceFolder@_ZjMkoAkMEe-bzopYCigSfg:10v0("?")->0v12024-05-03 05:17:13.067/* CDOResource@_ZjMkoQkMEe-bzopYCigSfg:10v0("?")->0v12024-05-03 05:17:13.067/2024-05-03 05:17:13.072 CDOResource@_ZjMkoQkMEe-bzopYCigSfg:10v1("res")2024-05-03 05:17:13.073/* Product1@_ZjNLsAkMEe-bzopYCigSfg:10v0->0v1 2024-05-03 05:17:13.067/2024-05-03 05:17:13.072 Product1@_ZjNLsAkMEe-bzopYCigSfg:10v1 2024-05-03 05:17:13.073/* OrderDetail@_ZjNLsQkMEe-bzopYCigSfg:10v0->0v1 2024-05-03 05:17:13.067/* OrderDetail@_ZjQ2EAkMEe-bzopYCigSfg:10v1 2024-05-03 05:17:13.073/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v4("/") 2024-05-03 05:17:13.032/2024-05-03 05:17:13.066 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v5("/") 2024-05-03 05:17:13.067/* CDOResourceFolder@_Zgw7sAkMEe-bzopYCigSfg:0v1("BackupTest_testImportNullListElement")2024-05-03 05:17:12.826/* CDOResourceFolder@_Zh3u8AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:17:12.934/* CDOResourceFolder@_Zi3NcAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:17:13.032/* CDOResourceFolder@_ZjMkoAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:17:13.067/* CDOResource@_ZjMkoQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.067/* Product1@_ZjNLsAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.067/* OrderDetail@_ZjNLsQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.067/* BranchingSameSessionTest_testCommitAddOrderDetail_subBranch[10]2024-05-03 05:17:13.067/* CDOResourceFolder@_ZjMkoAkMEe-bzopYCigSfg:10v0("?")->0v12024-05-03 05:17:13.067/* CDOResource@_ZjMkoQkMEe-bzopYCigSfg:10v0("?")->0v12024-05-03 05:17:13.067/2024-05-03 05:17:13.072 CDOResource@_ZjMkoQkMEe-bzopYCigSfg:10v1("res")2024-05-03 05:17:13.073/* Product1@_ZjNLsAkMEe-bzopYCigSfg:10v0->0v1 2024-05-03 05:17:13.067/2024-05-03 05:17:13.072 Product1@_ZjNLsAkMEe-bzopYCigSfg:10v1 2024-05-03 05:17:13.073/* OrderDetail@_ZjNLsQkMEe-bzopYCigSfg:10v0->0v1 2024-05-03 05:17:13.067/* OrderDetail@_ZjQ2EAkMEe-bzopYCigSfg:10v1 2024-05-03 05:17:13.073/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v4("/") 2024-05-03 05:17:13.032/2024-05-03 05:17:13.066 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v5("/") 2024-05-03 05:17:13.067/* CDOResourceFolder@_Zgw7sAkMEe-bzopYCigSfg:0v1("BackupTest_testImportNullListElement")2024-05-03 05:17:12.826/* CDOResourceFolder@_Zh3u8AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:17:12.934/* CDOResourceFolder@_Zi3NcAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:17:13.032/* CDOResourceFolder@_ZjMkoAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:17:13.067/* CDOResource@_ZjMkoQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.067/* Product1@_ZjNLsAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.067/* OrderDetail@_ZjNLsQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.067/* BranchingSameSessionTest_testCommitAddOrderDetail_subBranch[10]2024-05-03 05:17:13.067/* CDOResourceFolder@_ZjMkoAkMEe-bzopYCigSfg:10v0("?")->0v12024-05-03 05:17:13.067/* CDOResource@_ZjMkoQkMEe-bzopYCigSfg:10v0("?")->0v12024-05-03 05:17:13.067/2024-05-03 05:17:13.072 CDOResource@_ZjMkoQkMEe-bzopYCigSfg:10v1("res")2024-05-03 05:17:13.073/* Product1@_ZjNLsAkMEe-bzopYCigSfg:10v0->0v1 2024-05-03 05:17:13.067/2024-05-03 05:17:13.072 Product1@_ZjNLsAkMEe-bzopYCigSfg:10v1 2024-05-03 05:17:13.073/* OrderDetail@_ZjNLsQkMEe-bzopYCigSfg:10v0->0v1 2024-05-03 05:17:13.067/* OrderDetail@_ZjQ2EAkMEe-bzopYCigSfg:10v1 2024-05-03 05:17:13.073/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v4("/") 2024-05-03 05:17:13.032/2024-05-03 05:17:13.066 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v5("/") 2024-05-03 05:17:13.067/* CDOResourceFolder@_Zgw7sAkMEe-bzopYCigSfg:0v1("BackupTest_testImportNullListElement")2024-05-03 05:17:12.826/* CDOResourceFolder@_Zh3u8AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:17:12.934/* CDOResourceFolder@_Zi3NcAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:17:13.032/* CDOResourceFolder@_ZjMkoAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:17:13.067/* CDOResource@_ZjMkoQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.067/* Product1@_ZjNLsAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.067/* OrderDetail@_ZjNLsQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.067/* BranchingSameSessionTest_testCommitAddOrderDetail_subBranch[10]2024-05-03 05:17:13.067/* CDOResourceFolder@_ZjMkoAkMEe-bzopYCigSfg:10v0("?")->0v12024-05-03 05:17:13.067/* CDOResource@_ZjMkoQkMEe-bzopYCigSfg:10v0("?")->0v12024-05-03 05:17:13.067/2024-05-03 05:17:13.072 CDOResource@_ZjMkoQkMEe-bzopYCigSfg:10v1("res")2024-05-03 05:17:13.073/* Product1@_ZjNLsAkMEe-bzopYCigSfg:10v0->0v1 2024-05-03 05:17:13.067/2024-05-03 05:17:13.072 Product1@_ZjNLsAkMEe-bzopYCigSfg:10v1 2024-05-03 05:17:13.073/* OrderDetail@_ZjNLsQkMEe-bzopYCigSfg:10v0->0v1 2024-05-03 05:17:13.067/* OrderDetail@_ZjQ2EAkMEe-bzopYCigSfg:10v1 2024-05-03 05:17:13.073/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v4("/") 2024-05-03 05:17:13.032/2024-05-03 05:17:13.066 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v5("/") 2024-05-03 05:17:13.067/* CDOResourceFolder@_Zgw7sAkMEe-bzopYCigSfg:0v1("BackupTest_testImportNullListElement")2024-05-03 05:17:12.826/* CDOResourceFolder@_Zh3u8AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:17:12.934/* CDOResourceFolder@_Zi3NcAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:17:13.032/* CDOResourceFolder@_ZjMkoAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:17:13.067/* CDOResource@_ZjMkoQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.067/* Product1@_ZjNLsAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.067/* OrderDetail@_ZjNLsQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.067/* BranchingSameSessionTest_testCommitAddOrderDetail_subBranch[10]2024-05-03 05:17:13.067/* CDOResourceFolder@_ZjMkoAkMEe-bzopYCigSfg:10v0("?")->0v12024-05-03 05:17:13.067/* CDOResource@_ZjMkoQkMEe-bzopYCigSfg:10v0("?")->0v12024-05-03 05:17:13.067/2024-05-03 05:17:13.072 CDOResource@_ZjMkoQkMEe-bzopYCigSfg:10v1("res")2024-05-03 05:17:13.073/* Product1@_ZjNLsAkMEe-bzopYCigSfg:10v0->0v1 2024-05-03 05:17:13.067/2024-05-03 05:17:13.072 Product1@_ZjNLsAkMEe-bzopYCigSfg:10v1 2024-05-03 05:17:13.073/* OrderDetail@_ZjNLsQkMEe-bzopYCigSfg:10v0->0v1 2024-05-03 05:17:13.067/* OrderDetail@_ZjQ2EAkMEe-bzopYCigSfg:10v1 2024-05-03 05:17:13.073/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v4("/") 2024-05-03 05:17:13.032/2024-05-03 05:17:13.066 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v5("/") 2024-05-03 05:17:13.067/* CDOResourceFolder@_Zgw7sAkMEe-bzopYCigSfg:0v1("BackupTest_testImportNullListElement")2024-05-03 05:17:12.826/* CDOResourceFolder@_Zh3u8AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:17:12.934/* CDOResourceFolder@_Zi3NcAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:17:13.032/* CDOResourceFolder@_ZjMkoAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:17:13.067/* CDOResource@_ZjMkoQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.067/* Product1@_ZjNLsAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.067/* OrderDetail@_ZjNLsQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.067/* BranchingSameSessionTest_testCommitAddOrderDetail_subBranch[10]2024-05-03 05:17:13.067/* CDOResourceFolder@_ZjMkoAkMEe-bzopYCigSfg:10v0("?")->0v12024-05-03 05:17:13.067/* CDOResource@_ZjMkoQkMEe-bzopYCigSfg:10v0("?")->0v12024-05-03 05:17:13.067/2024-05-03 05:17:13.072 CDOResource@_ZjMkoQkMEe-bzopYCigSfg:10v1("res")2024-05-03 05:17:13.073/* Product1@_ZjNLsAkMEe-bzopYCigSfg:10v0->0v1 2024-05-03 05:17:13.067/2024-05-03 05:17:13.072 Product1@_ZjNLsAkMEe-bzopYCigSfg:10v1 2024-05-03 05:17:13.073/* OrderDetail@_ZjNLsQkMEe-bzopYCigSfg:10v0->0v1 2024-05-03 05:17:13.067/* OrderDetail@_ZjQ2EAkMEe-bzopYCigSfg:10v1 2024-05-03 05:17:13.073/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v4("/") 2024-05-03 05:17:13.032/2024-05-03 05:17:13.066 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v5("/") 2024-05-03 05:17:13.067/* CDOResourceFolder@_Zgw7sAkMEe-bzopYCigSfg:0v1("BackupTest_testImportNullListElement")2024-05-03 05:17:12.826/* CDOResourceFolder@_Zh3u8AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:17:12.934/* CDOResourceFolder@_Zi3NcAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:17:13.032/* CDOResourceFolder@_ZjMkoAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:17:13.067/* CDOResource@_ZjMkoQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.067/* Product1@_ZjNLsAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.067/* OrderDetail@_ZjNLsQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.067/* BranchingSameSessionTest_testCommitAddOrderDetail_subBranch[10]2024-05-03 05:17:13.067/* CDOResourceFolder@_ZjMkoAkMEe-bzopYCigSfg:10v0("?")->0v12024-05-03 05:17:13.067/* CDOResource@_ZjMkoQkMEe-bzopYCigSfg:10v0("?")->0v12024-05-03 05:17:13.067/2024-05-03 05:17:13.072 CDOResource@_ZjMkoQkMEe-bzopYCigSfg:10v1("res")2024-05-03 05:17:13.073/* Product1@_ZjNLsAkMEe-bzopYCigSfg:10v0->0v1 2024-05-03 05:17:13.067/2024-05-03 05:17:13.072 Product1@_ZjNLsAkMEe-bzopYCigSfg:10v1 2024-05-03 05:17:13.073/* OrderDetail@_ZjNLsQkMEe-bzopYCigSfg:10v0->0v1 2024-05-03 05:17:13.067/* OrderDetail@_ZjQ2EAkMEe-bzopYCigSfg:10v1 2024-05-03 05:17:13.073/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v4("/") 2024-05-03 05:17:13.032/2024-05-03 05:17:13.066 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v5("/") 2024-05-03 05:17:13.067/* CDOResourceFolder@_Zgw7sAkMEe-bzopYCigSfg:0v1("BackupTest_testImportNullListElement")2024-05-03 05:17:12.826/* CDOResourceFolder@_Zh3u8AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:17:12.934/* CDOResourceFolder@_Zi3NcAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:17:13.032/* CDOResourceFolder@_ZjMkoAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:17:13.067/* CDOResource@_ZjMkoQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.067/* Product1@_ZjNLsAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.067/* OrderDetail@_ZjNLsQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.067/* BranchingSameSessionTest_testCommitAddOrderDetail_subBranch[10]2024-05-03 05:17:13.067/* CDOResourceFolder@_ZjMkoAkMEe-bzopYCigSfg:10v0("?")->0v12024-05-03 05:17:13.067/* CDOResource@_ZjMkoQkMEe-bzopYCigSfg:10v0("?")->0v12024-05-03 05:17:13.067/2024-05-03 05:17:13.072 CDOResource@_ZjMkoQkMEe-bzopYCigSfg:10v1("res")2024-05-03 05:17:13.073/* Product1@_ZjNLsAkMEe-bzopYCigSfg:10v0->0v1 2024-05-03 05:17:13.067/2024-05-03 05:17:13.072 Product1@_ZjNLsAkMEe-bzopYCigSfg:10v1 2024-05-03 05:17:13.073/* OrderDetail@_ZjNLsQkMEe-bzopYCigSfg:10v0->0v1 2024-05-03 05:17:13.067/* OrderDetail@_ZjQ2EAkMEe-bzopYCigSfg:10v1 2024-05-03 05:17:13.073/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v4("/") 2024-05-03 05:17:13.032/2024-05-03 05:17:13.066 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v5("/") 2024-05-03 05:17:13.067/* CDOResourceFolder@_Zgw7sAkMEe-bzopYCigSfg:0v1("BackupTest_testImportNullListElement")2024-05-03 05:17:12.826/* CDOResourceFolder@_Zh3u8AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:17:12.934/* CDOResourceFolder@_Zi3NcAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:17:13.032/* CDOResourceFolder@_ZjMkoAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:17:13.067/* CDOResource@_ZjMkoQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.067/* Product1@_ZjNLsAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.067/* OrderDetail@_ZjNLsQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.067/* BranchingSameSessionTest_testCommitAddOrderDetail_subBranch[10]2024-05-03 05:17:13.067/* CDOResourceFolder@_ZjMkoAkMEe-bzopYCigSfg:10v0("?")->0v12024-05-03 05:17:13.067/* CDOResource@_ZjMkoQkMEe-bzopYCigSfg:10v0("?")->0v12024-05-03 05:17:13.067/2024-05-03 05:17:13.072 CDOResource@_ZjMkoQkMEe-bzopYCigSfg:10v1("res")2024-05-03 05:17:13.073/* Product1@_ZjNLsAkMEe-bzopYCigSfg:10v0->0v1 2024-05-03 05:17:13.067/2024-05-03 05:17:13.072 Product1@_ZjNLsAkMEe-bzopYCigSfg:10v1 2024-05-03 05:17:13.073/* OrderDetail@_ZjNLsQkMEe-bzopYCigSfg:10v0->0v1 2024-05-03 05:17:13.067/* OrderDetail@_ZjQ2EAkMEe-bzopYCigSfg:10v1 2024-05-03 05:17:13.073/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v4("/") 2024-05-03 05:17:13.032/2024-05-03 05:17:13.066 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v5("/") 2024-05-03 05:17:13.067/* CDOResourceFolder@_Zgw7sAkMEe-bzopYCigSfg:0v1("BackupTest_testImportNullListElement")2024-05-03 05:17:12.826/* CDOResourceFolder@_Zh3u8AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:17:12.934/* CDOResourceFolder@_Zi3NcAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:17:13.032/* CDOResourceFolder@_ZjMkoAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:17:13.067/* CDOResource@_ZjMkoQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.067/* Product1@_ZjNLsAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.067/* OrderDetail@_ZjNLsQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.067/* BranchingSameSessionTest_testCommitAddOrderDetail_subBranch[10]2024-05-03 05:17:13.067/* CDOResourceFolder@_ZjMkoAkMEe-bzopYCigSfg:10v0("?")->0v12024-05-03 05:17:13.067/* CDOResource@_ZjMkoQkMEe-bzopYCigSfg:10v0("?")->0v12024-05-03 05:17:13.067/2024-05-03 05:17:13.072 CDOResource@_ZjMkoQkMEe-bzopYCigSfg:10v1("res")2024-05-03 05:17:13.073/* Product1@_ZjNLsAkMEe-bzopYCigSfg:10v0->0v1 2024-05-03 05:17:13.067/2024-05-03 05:17:13.072 Product1@_ZjNLsAkMEe-bzopYCigSfg:10v1 2024-05-03 05:17:13.073/* OrderDetail@_ZjNLsQkMEe-bzopYCigSfg:10v0->0v1 2024-05-03 05:17:13.067/* OrderDetail@_ZjQ2EAkMEe-bzopYCigSfg:10v1 2024-05-03 05:17:13.073/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v4("/") 2024-05-03 05:17:13.032/2024-05-03 05:17:13.066 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v5("/") 2024-05-03 05:17:13.067/* CDOResourceFolder@_Zgw7sAkMEe-bzopYCigSfg:0v1("BackupTest_testImportNullListElement")2024-05-03 05:17:12.826/* CDOResourceFolder@_Zh3u8AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:17:12.934/* CDOResourceFolder@_Zi3NcAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:17:13.032/* CDOResourceFolder@_ZjMkoAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:17:13.067/* CDOResource@_ZjMkoQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.067/* Product1@_ZjNLsAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.067/* OrderDetail@_ZjNLsQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.067/* BranchingSameSessionTest_testCommitAddOrderDetail_subBranch[10]2024-05-03 05:17:13.067/* CDOResourceFolder@_ZjMkoAkMEe-bzopYCigSfg:10v0("?")->0v12024-05-03 05:17:13.067/* CDOResource@_ZjMkoQkMEe-bzopYCigSfg:10v0("?")->0v12024-05-03 05:17:13.067/2024-05-03 05:17:13.072 CDOResource@_ZjMkoQkMEe-bzopYCigSfg:10v1("res")2024-05-03 05:17:13.073/* Product1@_ZjNLsAkMEe-bzopYCigSfg:10v0->0v1 2024-05-03 05:17:13.067/2024-05-03 05:17:13.072 Product1@_ZjNLsAkMEe-bzopYCigSfg:10v1 2024-05-03 05:17:13.073/* OrderDetail@_ZjNLsQkMEe-bzopYCigSfg:10v0->0v1 2024-05-03 05:17:13.067/* OrderDetail@_ZjQ2EAkMEe-bzopYCigSfg:10v1 2024-05-03 05:17:13.073/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v4("/") 2024-05-03 05:17:13.032/2024-05-03 05:17:13.066 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v5("/") 2024-05-03 05:17:13.067/* CDOResourceFolder@_Zgw7sAkMEe-bzopYCigSfg:0v1("BackupTest_testImportNullListElement")2024-05-03 05:17:12.826/* CDOResourceFolder@_Zh3u8AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:17:12.934/* CDOResourceFolder@_Zi3NcAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:17:13.032/* CDOResourceFolder@_ZjMkoAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:17:13.067/* CDOResource@_ZjMkoQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.067/* Product1@_ZjNLsAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.067/* OrderDetail@_ZjNLsQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.067/* BranchingSameSessionTest_testCommitAddOrderDetail_subBranch[10]2024-05-03 05:17:13.067/* CDOResourceFolder@_ZjMkoAkMEe-bzopYCigSfg:10v0("?")->0v12024-05-03 05:17:13.067/* CDOResource@_ZjMkoQkMEe-bzopYCigSfg:10v0("?")->0v12024-05-03 05:17:13.067/2024-05-03 05:17:13.072 CDOResource@_ZjMkoQkMEe-bzopYCigSfg:10v1("res")2024-05-03 05:17:13.073/* Product1@_ZjNLsAkMEe-bzopYCigSfg:10v0->0v1 2024-05-03 05:17:13.067/2024-05-03 05:17:13.072 Product1@_ZjNLsAkMEe-bzopYCigSfg:10v1 2024-05-03 05:17:13.073/* OrderDetail@_ZjNLsQkMEe-bzopYCigSfg:10v0->0v1 2024-05-03 05:17:13.067/* OrderDetail@_ZjQ2EAkMEe-bzopYCigSfg:10v1 2024-05-03 05:17:13.073/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v4("/") 2024-05-03 05:17:13.032/2024-05-03 05:17:13.066 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v5("/") 2024-05-03 05:17:13.067/* CDOResourceFolder@_Zgw7sAkMEe-bzopYCigSfg:0v1("BackupTest_testImportNullListElement")2024-05-03 05:17:12.826/* CDOResourceFolder@_Zh3u8AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:17:12.934/* CDOResourceFolder@_Zi3NcAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:17:13.032/* CDOResourceFolder@_ZjMkoAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:17:13.067/* CDOResource@_ZjMkoQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.067/* Product1@_ZjNLsAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.067/* OrderDetail@_ZjNLsQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.067/* BranchingSameSessionTest_testCommitAddOrderDetail_subBranch[10]2024-05-03 05:17:13.067/* CDOResourceFolder@_ZjMkoAkMEe-bzopYCigSfg:10v0("?")->0v12024-05-03 05:17:13.067/* CDOResource@_ZjMkoQkMEe-bzopYCigSfg:10v0("?")->0v12024-05-03 05:17:13.067/2024-05-03 05:17:13.072 CDOResource@_ZjMkoQkMEe-bzopYCigSfg:10v1("res")2024-05-03 05:17:13.073/* Product1@_ZjNLsAkMEe-bzopYCigSfg:10v0->0v1 2024-05-03 05:17:13.067/2024-05-03 05:17:13.072 Product1@_ZjNLsAkMEe-bzopYCigSfg:10v1 2024-05-03 05:17:13.073/* OrderDetail@_ZjNLsQkMEe-bzopYCigSfg:10v0->0v1 2024-05-03 05:17:13.067/* OrderDetail@_ZjQ2EAkMEe-bzopYCigSfg:10v1 2024-05-03 05:17:13.073/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v4("/") 2024-05-03 05:17:13.032/2024-05-03 05:17:13.066 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v5("/") 2024-05-03 05:17:13.067/* CDOResourceFolder@_Zgw7sAkMEe-bzopYCigSfg:0v1("BackupTest_testImportNullListElement")2024-05-03 05:17:12.826/* CDOResourceFolder@_Zh3u8AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:17:12.934/* CDOResourceFolder@_Zi3NcAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:17:13.032/* CDOResourceFolder@_ZjMkoAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:17:13.067/* CDOResource@_ZjMkoQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.067/* Product1@_ZjNLsAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.067/* OrderDetail@_ZjNLsQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.067/* BranchingSameSessionTest_testCommitAddOrderDetail_subBranch[10]2024-05-03 05:17:13.067/* CDOResourceFolder@_ZjMkoAkMEe-bzopYCigSfg:10v0("?")->0v12024-05-03 05:17:13.067/* CDOResource@_ZjMkoQkMEe-bzopYCigSfg:10v0("?")->0v12024-05-03 05:17:13.067/2024-05-03 05:17:13.072 CDOResource@_ZjMkoQkMEe-bzopYCigSfg:10v1("res")2024-05-03 05:17:13.073/* Product1@_ZjNLsAkMEe-bzopYCigSfg:10v0->0v1 2024-05-03 05:17:13.067/2024-05-03 05:17:13.072 Product1@_ZjNLsAkMEe-bzopYCigSfg:10v1 2024-05-03 05:17:13.073/* OrderDetail@_ZjNLsQkMEe-bzopYCigSfg:10v0->0v1 2024-05-03 05:17:13.067/* OrderDetail@_ZjQ2EAkMEe-bzopYCigSfg:10v1 2024-05-03 05:17:13.073/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v4("/") 2024-05-03 05:17:13.032/2024-05-03 05:17:13.066 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v5("/") 2024-05-03 05:17:13.067/* CDOResourceFolder@_Zgw7sAkMEe-bzopYCigSfg:0v1("BackupTest_testImportNullListElement")2024-05-03 05:17:12.826/* CDOResourceFolder@_Zh3u8AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:17:12.934/* CDOResourceFolder@_Zi3NcAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:17:13.032/* CDOResourceFolder@_ZjMkoAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:17:13.067/* CDOResource@_ZjMkoQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.067/* Product1@_ZjNLsAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.067/* OrderDetail@_ZjNLsQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.067/* BranchingSameSessionTest_testCommitAddOrderDetail_subBranch[10]2024-05-03 05:17:13.067/* CDOResourceFolder@_ZjMkoAkMEe-bzopYCigSfg:10v0("?")->0v12024-05-03 05:17:13.067/* CDOResource@_ZjMkoQkMEe-bzopYCigSfg:10v0("?")->0v12024-05-03 05:17:13.067/2024-05-03 05:17:13.072 CDOResource@_ZjMkoQkMEe-bzopYCigSfg:10v1("res")2024-05-03 05:17:13.073/* Product1@_ZjNLsAkMEe-bzopYCigSfg:10v0->0v1 2024-05-03 05:17:13.067/2024-05-03 05:17:13.072 Product1@_ZjNLsAkMEe-bzopYCigSfg:10v1 2024-05-03 05:17:13.073/* OrderDetail@_ZjNLsQkMEe-bzopYCigSfg:10v0->0v1 2024-05-03 05:17:13.067/* OrderDetail@_ZjQ2EAkMEe-bzopYCigSfg:10v1 2024-05-03 05:17:13.073/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v4("/") 2024-05-03 05:17:13.032/2024-05-03 05:17:13.066 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v5("/") 2024-05-03 05:17:13.067/* CDOResourceFolder@_Zgw7sAkMEe-bzopYCigSfg:0v1("BackupTest_testImportNullListElement")2024-05-03 05:17:12.826/* CDOResourceFolder@_Zh3u8AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:17:12.934/* CDOResourceFolder@_Zi3NcAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:17:13.032/* CDOResourceFolder@_ZjMkoAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:17:13.067/* CDOResource@_ZjMkoQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.067/* Product1@_ZjNLsAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.067/* OrderDetail@_ZjNLsQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.067/* BranchingSameSessionTest_testCommitAddOrderDetail_subBranch[10]2024-05-03 05:17:13.067/* CDOResourceFolder@_ZjMkoAkMEe-bzopYCigSfg:10v0("?")->0v12024-05-03 05:17:13.067/* CDOResource@_ZjMkoQkMEe-bzopYCigSfg:10v0("?")->0v12024-05-03 05:17:13.067/2024-05-03 05:17:13.072 CDOResource@_ZjMkoQkMEe-bzopYCigSfg:10v1("res")2024-05-03 05:17:13.073/* Product1@_ZjNLsAkMEe-bzopYCigSfg:10v0->0v1 2024-05-03 05:17:13.067/2024-05-03 05:17:13.072 Product1@_ZjNLsAkMEe-bzopYCigSfg:10v1 2024-05-03 05:17:13.073/* OrderDetail@_ZjNLsQkMEe-bzopYCigSfg:10v0->0v1 2024-05-03 05:17:13.067/* OrderDetail@_ZjQ2EAkMEe-bzopYCigSfg:10v1 2024-05-03 05:17:13.073/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v4("/") 2024-05-03 05:17:13.032/2024-05-03 05:17:13.066 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v5("/") 2024-05-03 05:17:13.067/* CDOResourceFolder@_Zgw7sAkMEe-bzopYCigSfg:0v1("BackupTest_testImportNullListElement")2024-05-03 05:17:12.826/* CDOResourceFolder@_Zh3u8AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:17:12.934/* CDOResourceFolder@_Zi3NcAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:17:13.032/* CDOResourceFolder@_ZjMkoAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:17:13.067/* CDOResource@_ZjMkoQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.067/* Product1@_ZjNLsAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.067/* OrderDetail@_ZjNLsQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.067/* BranchingSameSessionTest_testCommitAddOrderDetail_subBranch[10]2024-05-03 05:17:13.067/* CDOResourceFolder@_ZjMkoAkMEe-bzopYCigSfg:10v0("?")->0v12024-05-03 05:17:13.067/* CDOResource@_ZjMkoQkMEe-bzopYCigSfg:10v0("?")->0v12024-05-03 05:17:13.067/2024-05-03 05:17:13.072 CDOResource@_ZjMkoQkMEe-bzopYCigSfg:10v1("res")2024-05-03 05:17:13.073/* Product1@_ZjNLsAkMEe-bzopYCigSfg:10v0->0v1 2024-05-03 05:17:13.067/2024-05-03 05:17:13.072 Product1@_ZjNLsAkMEe-bzopYCigSfg:10v1 2024-05-03 05:17:13.073/* OrderDetail@_ZjNLsQkMEe-bzopYCigSfg:10v0->0v1 2024-05-03 05:17:13.067/* OrderDetail@_ZjQ2EAkMEe-bzopYCigSfg:10v1 2024-05-03 05:17:13.073/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v4("/") 2024-05-03 05:17:13.032/2024-05-03 05:17:13.066 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v5("/") 2024-05-03 05:17:13.067/* CDOResourceFolder@_Zgw7sAkMEe-bzopYCigSfg:0v1("BackupTest_testImportNullListElement")2024-05-03 05:17:12.826/* CDOResourceFolder@_Zh3u8AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:17:12.934/* CDOResourceFolder@_Zi3NcAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:17:13.032/* CDOResourceFolder@_ZjMkoAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:17:13.067/* CDOResource@_ZjMkoQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.067/* Product1@_ZjNLsAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.067/* OrderDetail@_ZjNLsQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.067/* BranchingSameSessionTest_testCommitAddOrderDetail_subBranch[10]2024-05-03 05:17:13.067/* CDOResourceFolder@_ZjMkoAkMEe-bzopYCigSfg:10v0("?")->0v12024-05-03 05:17:13.067/* CDOResource@_ZjMkoQkMEe-bzopYCigSfg:10v0("?")->0v12024-05-03 05:17:13.067/2024-05-03 05:17:13.072 CDOResource@_ZjMkoQkMEe-bzopYCigSfg:10v1("res")2024-05-03 05:17:13.073/* Product1@_ZjNLsAkMEe-bzopYCigSfg:10v0->0v1 2024-05-03 05:17:13.067/2024-05-03 05:17:13.072 Product1@_ZjNLsAkMEe-bzopYCigSfg:10v1 2024-05-03 05:17:13.073/* OrderDetail@_ZjNLsQkMEe-bzopYCigSfg:10v0->0v1 2024-05-03 05:17:13.067/* OrderDetail@_ZjQ2EAkMEe-bzopYCigSfg:10v1 2024-05-03 05:17:13.073/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v4("/") 2024-05-03 05:17:13.032/2024-05-03 05:17:13.066 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v5("/") 2024-05-03 05:17:13.067/* CDOResourceFolder@_Zgw7sAkMEe-bzopYCigSfg:0v1("BackupTest_testImportNullListElement")2024-05-03 05:17:12.826/* CDOResourceFolder@_Zh3u8AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:17:12.934/* CDOResourceFolder@_Zi3NcAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:17:13.032/* CDOResourceFolder@_ZjMkoAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:17:13.067/* CDOResource@_ZjMkoQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.067/* Product1@_ZjNLsAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.067/* OrderDetail@_ZjNLsQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.067/* BranchingSameSessionTest_testCommitAddOrderDetail_subBranch[10]2024-05-03 05:17:13.067/* CDOResourceFolder@_ZjMkoAkMEe-bzopYCigSfg:10v0("?")->0v12024-05-03 05:17:13.067/* CDOResource@_ZjMkoQkMEe-bzopYCigSfg:10v0("?")->0v12024-05-03 05:17:13.067/2024-05-03 05:17:13.072 CDOResource@_ZjMkoQkMEe-bzopYCigSfg:10v1("res")2024-05-03 05:17:13.073/* Product1@_ZjNLsAkMEe-bzopYCigSfg:10v0->0v1 2024-05-03 05:17:13.067/2024-05-03 05:17:13.072 Product1@_ZjNLsAkMEe-bzopYCigSfg:10v1 2024-05-03 05:17:13.073/* OrderDetail@_ZjNLsQkMEe-bzopYCigSfg:10v0->0v1 2024-05-03 05:17:13.067/* OrderDetail@_ZjQ2EAkMEe-bzopYCigSfg:10v1 2024-05-03 05:17:13.073/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v4("/") 2024-05-03 05:17:13.032/2024-05-03 05:17:13.066 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v5("/") 2024-05-03 05:17:13.067/* CDOResourceFolder@_Zgw7sAkMEe-bzopYCigSfg:0v1("BackupTest_testImportNullListElement")2024-05-03 05:17:12.826/* CDOResourceFolder@_Zh3u8AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:17:12.934/* CDOResourceFolder@_Zi3NcAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:17:13.032/* CDOResourceFolder@_ZjMkoAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:17:13.067/* CDOResource@_ZjMkoQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.067/* Product1@_ZjNLsAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.067/* OrderDetail@_ZjNLsQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.067/* BranchingSameSessionTest_testCommitAddOrderDetail_subBranch[10]2024-05-03 05:17:13.067/* CDOResourceFolder@_ZjMkoAkMEe-bzopYCigSfg:10v0("?")->0v12024-05-03 05:17:13.067/* CDOResource@_ZjMkoQkMEe-bzopYCigSfg:10v0("?")->0v12024-05-03 05:17:13.067/2024-05-03 05:17:13.072 CDOResource@_ZjMkoQkMEe-bzopYCigSfg:10v1("res")2024-05-03 05:17:13.073/* Product1@_ZjNLsAkMEe-bzopYCigSfg:10v0->0v1 2024-05-03 05:17:13.067/2024-05-03 05:17:13.072 Product1@_ZjNLsAkMEe-bzopYCigSfg:10v1 2024-05-03 05:17:13.073/* OrderDetail@_ZjNLsQkMEe-bzopYCigSfg:10v0->0v1 2024-05-03 05:17:13.067/* OrderDetail@_ZjQ2EAkMEe-bzopYCigSfg:10v1 2024-05-03 05:17:13.073/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v4("/") 2024-05-03 05:17:13.032/2024-05-03 05:17:13.066 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v5("/") 2024-05-03 05:17:13.067/* CDOResourceFolder@_Zgw7sAkMEe-bzopYCigSfg:0v1("BackupTest_testImportNullListElement")2024-05-03 05:17:12.826/* CDOResourceFolder@_Zh3u8AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:17:12.934/* CDOResourceFolder@_Zi3NcAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:17:13.032/* CDOResourceFolder@_ZjMkoAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:17:13.067/* CDOResource@_ZjMkoQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.067/* Product1@_ZjNLsAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.067/* OrderDetail@_ZjNLsQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.067/* BranchingSameSessionTest_testCommitAddOrderDetail_subBranch[10]2024-05-03 05:17:13.067/* CDOResourceFolder@_ZjMkoAkMEe-bzopYCigSfg:10v0("?")->0v12024-05-03 05:17:13.067/* CDOResource@_ZjMkoQkMEe-bzopYCigSfg:10v0("?")->0v12024-05-03 05:17:13.067/2024-05-03 05:17:13.072 CDOResource@_ZjMkoQkMEe-bzopYCigSfg:10v1("res")2024-05-03 05:17:13.073/* Product1@_ZjNLsAkMEe-bzopYCigSfg:10v0->0v1 2024-05-03 05:17:13.067/2024-05-03 05:17:13.072 Product1@_ZjNLsAkMEe-bzopYCigSfg:10v1 2024-05-03 05:17:13.073/* OrderDetail@_ZjNLsQkMEe-bzopYCigSfg:10v0->0v1 2024-05-03 05:17:13.067/* OrderDetail@_ZjQ2EAkMEe-bzopYCigSfg:10v1 2024-05-03 05:17:13.073/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v4("/") 2024-05-03 05:17:13.032/2024-05-03 05:17:13.066 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v5("/") 2024-05-03 05:17:13.067/* CDOResourceFolder@_Zgw7sAkMEe-bzopYCigSfg:0v1("BackupTest_testImportNullListElement")2024-05-03 05:17:12.826/* CDOResourceFolder@_Zh3u8AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:17:12.934/* CDOResourceFolder@_Zi3NcAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:17:13.032/* CDOResourceFolder@_ZjMkoAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:17:13.067/* CDOResource@_ZjMkoQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.067/* Product1@_ZjNLsAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.067/* OrderDetail@_ZjNLsQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.067/* BranchingSameSessionTest_testCommitAddOrderDetail_subBranch[10]2024-05-03 05:17:13.067/* CDOResourceFolder@_ZjMkoAkMEe-bzopYCigSfg:10v0("?")->0v12024-05-03 05:17:13.067/* CDOResource@_ZjMkoQkMEe-bzopYCigSfg:10v0("?")->0v12024-05-03 05:17:13.067/2024-05-03 05:17:13.072 CDOResource@_ZjMkoQkMEe-bzopYCigSfg:10v1("res")2024-05-03 05:17:13.073/* Product1@_ZjNLsAkMEe-bzopYCigSfg:10v0->0v1 2024-05-03 05:17:13.067/2024-05-03 05:17:13.072 Product1@_ZjNLsAkMEe-bzopYCigSfg:10v1 2024-05-03 05:17:13.073/* OrderDetail@_ZjNLsQkMEe-bzopYCigSfg:10v0->0v1 2024-05-03 05:17:13.067/* OrderDetail@_ZjQ2EAkMEe-bzopYCigSfg:10v1 2024-05-03 05:17:13.073/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v4("/") 2024-05-03 05:17:13.032/2024-05-03 05:17:13.066 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v5("/") 2024-05-03 05:17:13.067/* CDOResourceFolder@_Zgw7sAkMEe-bzopYCigSfg:0v1("BackupTest_testImportNullListElement")2024-05-03 05:17:12.826/* CDOResourceFolder@_Zh3u8AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:17:12.934/* CDOResourceFolder@_Zi3NcAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:17:13.032/* CDOResourceFolder@_ZjMkoAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:17:13.067/* CDOResource@_ZjMkoQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.067/* Product1@_ZjNLsAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.067/* OrderDetail@_ZjNLsQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.067/* BranchingSameSessionTest_testCommitAddOrderDetail_subBranch[10]2024-05-03 05:17:13.067/* CDOResourceFolder@_ZjMkoAkMEe-bzopYCigSfg:10v0("?")->0v12024-05-03 05:17:13.067/* CDOResource@_ZjMkoQkMEe-bzopYCigSfg:10v0("?")->0v12024-05-03 05:17:13.067/2024-05-03 05:17:13.072 CDOResource@_ZjMkoQkMEe-bzopYCigSfg:10v1("res")2024-05-03 05:17:13.073/* Product1@_ZjNLsAkMEe-bzopYCigSfg:10v0->0v1 2024-05-03 05:17:13.067/2024-05-03 05:17:13.072 Product1@_ZjNLsAkMEe-bzopYCigSfg:10v1 2024-05-03 05:17:13.073/* OrderDetail@_ZjNLsQkMEe-bzopYCigSfg:10v0->0v1 2024-05-03 05:17:13.067/* OrderDetail@_ZjQ2EAkMEe-bzopYCigSfg:10v1 2024-05-03 05:17:13.073/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v4("/") 2024-05-03 05:17:13.032/2024-05-03 05:17:13.066 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v5("/") 2024-05-03 05:17:13.067/* CDOResourceFolder@_Zgw7sAkMEe-bzopYCigSfg:0v1("BackupTest_testImportNullListElement")2024-05-03 05:17:12.826/* CDOResourceFolder@_Zh3u8AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:17:12.934/* CDOResourceFolder@_Zi3NcAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:17:13.032/* CDOResourceFolder@_ZjMkoAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:17:13.067/* CDOResource@_ZjMkoQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.067/* Product1@_ZjNLsAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.067/* OrderDetail@_ZjNLsQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.067/* BranchingSameSessionTest_testCommitAddOrderDetail_subBranch[10]2024-05-03 05:17:13.067/* CDOResourceFolder@_ZjMkoAkMEe-bzopYCigSfg:10v0("?")->0v12024-05-03 05:17:13.067/* CDOResource@_ZjMkoQkMEe-bzopYCigSfg:10v0("?")->0v12024-05-03 05:17:13.067/2024-05-03 05:17:13.072 CDOResource@_ZjMkoQkMEe-bzopYCigSfg:10v1("res")2024-05-03 05:17:13.073/* Product1@_ZjNLsAkMEe-bzopYCigSfg:10v0->0v1 2024-05-03 05:17:13.067/2024-05-03 05:17:13.072 Product1@_ZjNLsAkMEe-bzopYCigSfg:10v1 2024-05-03 05:17:13.073/* OrderDetail@_ZjNLsQkMEe-bzopYCigSfg:10v0->0v1 2024-05-03 05:17:13.067/* OrderDetail@_ZjQ2EAkMEe-bzopYCigSfg:10v1 2024-05-03 05:17:13.073/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v4("/") 2024-05-03 05:17:13.032/2024-05-03 05:17:13.066 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v5("/") 2024-05-03 05:17:13.067/* CDOResourceFolder@_Zgw7sAkMEe-bzopYCigSfg:0v1("BackupTest_testImportNullListElement")2024-05-03 05:17:12.826/* CDOResourceFolder@_Zh3u8AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:17:12.934/* CDOResourceFolder@_Zi3NcAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:17:13.032/* CDOResourceFolder@_ZjMkoAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:17:13.067/* CDOResource@_ZjMkoQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.067/* Product1@_ZjNLsAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.067/* OrderDetail@_ZjNLsQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.067/* BranchingSameSessionTest_testCommitAddOrderDetail_subBranch[10]2024-05-03 05:17:13.067/* CDOResourceFolder@_ZjMkoAkMEe-bzopYCigSfg:10v0("?")->0v12024-05-03 05:17:13.067/* CDOResource@_ZjMkoQkMEe-bzopYCigSfg:10v0("?")->0v12024-05-03 05:17:13.067/2024-05-03 05:17:13.072 CDOResource@_ZjMkoQkMEe-bzopYCigSfg:10v1("res")2024-05-03 05:17:13.073/* Product1@_ZjNLsAkMEe-bzopYCigSfg:10v0->0v1 2024-05-03 05:17:13.067/2024-05-03 05:17:13.072 Product1@_ZjNLsAkMEe-bzopYCigSfg:10v1 2024-05-03 05:17:13.073/* OrderDetail@_ZjNLsQkMEe-bzopYCigSfg:10v0->0v1 2024-05-03 05:17:13.067/* OrderDetail@_ZjQ2EAkMEe-bzopYCigSfg:10v1 2024-05-03 05:17:13.073/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v4("/") 2024-05-03 05:17:13.032/2024-05-03 05:17:13.066 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v5("/") 2024-05-03 05:17:13.067/* CDOResourceFolder@_Zgw7sAkMEe-bzopYCigSfg:0v1("BackupTest_testImportNullListElement")2024-05-03 05:17:12.826/* CDOResourceFolder@_Zh3u8AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:17:12.934/* CDOResourceFolder@_Zi3NcAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:17:13.032/* CDOResourceFolder@_ZjMkoAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:17:13.067/* CDOResource@_ZjMkoQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.067/* Product1@_ZjNLsAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.067/* OrderDetail@_ZjNLsQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.067/* BranchingSameSessionTest_testCommitAddOrderDetail_subBranch[10]2024-05-03 05:17:13.067/* CDOResourceFolder@_ZjMkoAkMEe-bzopYCigSfg:10v0("?")->0v12024-05-03 05:17:13.067/* CDOResource@_ZjMkoQkMEe-bzopYCigSfg:10v0("?")->0v12024-05-03 05:17:13.067/2024-05-03 05:17:13.072 CDOResource@_ZjMkoQkMEe-bzopYCigSfg:10v1("res")2024-05-03 05:17:13.073/* Product1@_ZjNLsAkMEe-bzopYCigSfg:10v0->0v1 2024-05-03 05:17:13.067/2024-05-03 05:17:13.072 Product1@_ZjNLsAkMEe-bzopYCigSfg:10v1 2024-05-03 05:17:13.073/* OrderDetail@_ZjNLsQkMEe-bzopYCigSfg:10v0->0v1 2024-05-03 05:17:13.067/* OrderDetail@_ZjQ2EAkMEe-bzopYCigSfg:10v1 2024-05-03 05:17:13.073/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v4("/") 2024-05-03 05:17:13.032/2024-05-03 05:17:13.066 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v5("/") 2024-05-03 05:17:13.067/* CDOResourceFolder@_Zgw7sAkMEe-bzopYCigSfg:0v1("BackupTest_testImportNullListElement")2024-05-03 05:17:12.826/* CDOResourceFolder@_Zh3u8AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:17:12.934/* CDOResourceFolder@_Zi3NcAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:17:13.032/* CDOResourceFolder@_ZjMkoAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:17:13.067/* CDOResource@_ZjMkoQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.067/* Product1@_ZjNLsAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.067/* OrderDetail@_ZjNLsQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.067/* BranchingSameSessionTest_testCommitAddOrderDetail_subBranch[10]2024-05-03 05:17:13.067/* CDOResourceFolder@_ZjMkoAkMEe-bzopYCigSfg:10v0("?")->0v12024-05-03 05:17:13.067/* CDOResource@_ZjMkoQkMEe-bzopYCigSfg:10v0("?")->0v12024-05-03 05:17:13.067/2024-05-03 05:17:13.072 CDOResource@_ZjMkoQkMEe-bzopYCigSfg:10v1("res")2024-05-03 05:17:13.073/* Product1@_ZjNLsAkMEe-bzopYCigSfg:10v0->0v1 2024-05-03 05:17:13.067/2024-05-03 05:17:13.072 Product1@_ZjNLsAkMEe-bzopYCigSfg:10v1 2024-05-03 05:17:13.073/* OrderDetail@_ZjNLsQkMEe-bzopYCigSfg:10v0->0v1 2024-05-03 05:17:13.067/* OrderDetail@_ZjQ2EAkMEe-bzopYCigSfg:10v1 2024-05-03 05:17:13.073/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v4("/") 2024-05-03 05:17:13.032/2024-05-03 05:17:13.066 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v5("/") 2024-05-03 05:17:13.067/* CDOResourceFolder@_Zgw7sAkMEe-bzopYCigSfg:0v1("BackupTest_testImportNullListElement")2024-05-03 05:17:12.826/* CDOResourceFolder@_Zh3u8AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:17:12.934/* CDOResourceFolder@_Zi3NcAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:17:13.032/* CDOResourceFolder@_ZjMkoAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:17:13.067/* CDOResource@_ZjMkoQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.067/* Product1@_ZjNLsAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.067/* OrderDetail@_ZjNLsQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.067/* BranchingSameSessionTest_testCommitAddOrderDetail_subBranch[10]2024-05-03 05:17:13.067/* CDOResourceFolder@_ZjMkoAkMEe-bzopYCigSfg:10v0("?")->0v12024-05-03 05:17:13.067/* CDOResource@_ZjMkoQkMEe-bzopYCigSfg:10v0("?")->0v12024-05-03 05:17:13.067/2024-05-03 05:17:13.072 CDOResource@_ZjMkoQkMEe-bzopYCigSfg:10v1("res")2024-05-03 05:17:13.073/* Product1@_ZjNLsAkMEe-bzopYCigSfg:10v0->0v1 2024-05-03 05:17:13.067/2024-05-03 05:17:13.072 Product1@_ZjNLsAkMEe-bzopYCigSfg:10v1 2024-05-03 05:17:13.073/* OrderDetail@_ZjNLsQkMEe-bzopYCigSfg:10v0->0v1 2024-05-03 05:17:13.067/* OrderDetail@_ZjQ2EAkMEe-bzopYCigSfg:10v1 2024-05-03 05:17:13.073/* ******************************************************* BranchingSameSessionTest.testCommitRemoveOrderDetail [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v5("/") 2024-05-03 05:17:13.067/2024-05-03 05:17:13.146 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v6("/") 2024-05-03 05:17:13.147/* CDOResourceFolder@_Zgw7sAkMEe-bzopYCigSfg:0v1("BackupTest_testImportNullListElement")2024-05-03 05:17:12.826/* CDOResourceFolder@_Zh3u8AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:17:12.934/* CDOResourceFolder@_Zi3NcAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:17:13.032/* CDOResourceFolder@_ZjMkoAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:17:13.067/* CDOResourceFolder@_Zj9ZoAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommitRemoveOrderDetail")2024-05-03 05:17:13.147/* CDOResource@_Zj9ZoQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.147/* OrderDetail@_Zj9ZogkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.147/* Product1@_Zj9ZowkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.147/* OrderDetail@_Zj9ZpAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.147/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v5("/") 2024-05-03 05:17:13.067/2024-05-03 05:17:13.146 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v6("/") 2024-05-03 05:17:13.147/* CDOResourceFolder@_Zgw7sAkMEe-bzopYCigSfg:0v1("BackupTest_testImportNullListElement")2024-05-03 05:17:12.826/* CDOResourceFolder@_Zh3u8AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:17:12.934/* CDOResourceFolder@_Zi3NcAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:17:13.032/* CDOResourceFolder@_ZjMkoAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:17:13.067/* CDOResourceFolder@_Zj9ZoAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommitRemoveOrderDetail")2024-05-03 05:17:13.147/* CDOResource@_Zj9ZoQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.147/* OrderDetail@_Zj9ZogkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.147/* Product1@_Zj9ZowkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.147/* OrderDetail@_Zj9ZpAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.147/* server-thread-260 [debug] moveOneUp add historic entry at: 1 server-thread-260 [debug] moveOneUp add historic entry at: 2 ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v5("/") 2024-05-03 05:17:13.067/2024-05-03 05:17:13.146 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v6("/") 2024-05-03 05:17:13.147/* CDOResourceFolder@_Zgw7sAkMEe-bzopYCigSfg:0v1("BackupTest_testImportNullListElement")2024-05-03 05:17:12.826/* CDOResourceFolder@_Zh3u8AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:17:12.934/* CDOResourceFolder@_Zi3NcAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:17:13.032/* CDOResourceFolder@_ZjMkoAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:17:13.067/* CDOResourceFolder@_Zj9ZoAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommitRemoveOrderDetail")2024-05-03 05:17:13.147/* CDOResource@_Zj9ZoQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.147/* OrderDetail@_Zj9ZogkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.147/* Product1@_Zj9ZowkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.147/* OrderDetail@_Zj9ZpAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.147/* BranchingSameSessionTest_testCommitRemoveOrderDetail_subBranch[11]2024-05-03 05:17:13.147/* CDOResourceFolder@_Zj9ZoAkMEe-bzopYCigSfg:11v0("?")->0v12024-05-03 05:17:13.147/* CDOResource@_Zj9ZoQkMEe-bzopYCigSfg:11v0("?")->0v12024-05-03 05:17:13.147/2024-05-03 05:17:13.153 CDOResource@_Zj9ZoQkMEe-bzopYCigSfg:11v1("res")2024-05-03 05:17:13.154/* OrderDetail@_Zj9ZogkMEe-bzopYCigSfg:11v0->0v1 2024-05-03 05:17:13.147/2024-05-03 05:17:13.153 Product1@_Zj9ZowkMEe-bzopYCigSfg:11v0->0v1 2024-05-03 05:17:13.147/2024-05-03 05:17:13.153 Product1@_Zj9ZowkMEe-bzopYCigSfg:11v1 2024-05-03 05:17:13.154/* OrderDetail@_Zj9ZpAkMEe-bzopYCigSfg:11v0->0v1 2024-05-03 05:17:13.147/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v5("/") 2024-05-03 05:17:13.067/2024-05-03 05:17:13.146 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v6("/") 2024-05-03 05:17:13.147/* CDOResourceFolder@_Zgw7sAkMEe-bzopYCigSfg:0v1("BackupTest_testImportNullListElement")2024-05-03 05:17:12.826/* CDOResourceFolder@_Zh3u8AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:17:12.934/* CDOResourceFolder@_Zi3NcAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:17:13.032/* CDOResourceFolder@_ZjMkoAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:17:13.067/* CDOResourceFolder@_Zj9ZoAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommitRemoveOrderDetail")2024-05-03 05:17:13.147/* CDOResource@_Zj9ZoQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.147/* OrderDetail@_Zj9ZogkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.147/* Product1@_Zj9ZowkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.147/* OrderDetail@_Zj9ZpAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.147/* BranchingSameSessionTest_testCommitRemoveOrderDetail_subBranch[11]2024-05-03 05:17:13.147/* CDOResourceFolder@_Zj9ZoAkMEe-bzopYCigSfg:11v0("?")->0v12024-05-03 05:17:13.147/* CDOResource@_Zj9ZoQkMEe-bzopYCigSfg:11v0("?")->0v12024-05-03 05:17:13.147/2024-05-03 05:17:13.153 CDOResource@_Zj9ZoQkMEe-bzopYCigSfg:11v1("res")2024-05-03 05:17:13.154/* Product1@_Zj9ZowkMEe-bzopYCigSfg:11v0->0v1 2024-05-03 05:17:13.147/2024-05-03 05:17:13.153 Product1@_Zj9ZowkMEe-bzopYCigSfg:11v1 2024-05-03 05:17:13.154/* OrderDetail@_Zj9ZpAkMEe-bzopYCigSfg:11v0->0v1 2024-05-03 05:17:13.147/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v5("/") 2024-05-03 05:17:13.067/2024-05-03 05:17:13.146 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v6("/") 2024-05-03 05:17:13.147/* CDOResourceFolder@_Zgw7sAkMEe-bzopYCigSfg:0v1("BackupTest_testImportNullListElement")2024-05-03 05:17:12.826/* CDOResourceFolder@_Zh3u8AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:17:12.934/* CDOResourceFolder@_Zi3NcAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:17:13.032/* CDOResourceFolder@_ZjMkoAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:17:13.067/* CDOResourceFolder@_Zj9ZoAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommitRemoveOrderDetail")2024-05-03 05:17:13.147/* CDOResource@_Zj9ZoQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.147/* OrderDetail@_Zj9ZogkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.147/* Product1@_Zj9ZowkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.147/* OrderDetail@_Zj9ZpAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.147/* BranchingSameSessionTest_testCommitRemoveOrderDetail_subBranch[11]2024-05-03 05:17:13.147/* CDOResourceFolder@_Zj9ZoAkMEe-bzopYCigSfg:11v0("?")->0v12024-05-03 05:17:13.147/* CDOResource@_Zj9ZoQkMEe-bzopYCigSfg:11v0("?")->0v12024-05-03 05:17:13.147/2024-05-03 05:17:13.153 CDOResource@_Zj9ZoQkMEe-bzopYCigSfg:11v1("res")2024-05-03 05:17:13.154/* OrderDetail@_Zj9ZogkMEe-bzopYCigSfg:11v0->0v1 2024-05-03 05:17:13.147/2024-05-03 05:17:13.153 Product1@_Zj9ZowkMEe-bzopYCigSfg:11v0->0v1 2024-05-03 05:17:13.147/2024-05-03 05:17:13.153 Product1@_Zj9ZowkMEe-bzopYCigSfg:11v1 2024-05-03 05:17:13.154/* OrderDetail@_Zj9ZpAkMEe-bzopYCigSfg:11v0->0v1 2024-05-03 05:17:13.147/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v5("/") 2024-05-03 05:17:13.067/2024-05-03 05:17:13.146 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v6("/") 2024-05-03 05:17:13.147/* CDOResourceFolder@_Zgw7sAkMEe-bzopYCigSfg:0v1("BackupTest_testImportNullListElement")2024-05-03 05:17:12.826/* CDOResourceFolder@_Zh3u8AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:17:12.934/* CDOResourceFolder@_Zi3NcAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:17:13.032/* CDOResourceFolder@_ZjMkoAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:17:13.067/* CDOResourceFolder@_Zj9ZoAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommitRemoveOrderDetail")2024-05-03 05:17:13.147/* CDOResource@_Zj9ZoQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.147/* OrderDetail@_Zj9ZogkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.147/* Product1@_Zj9ZowkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.147/* OrderDetail@_Zj9ZpAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.147/* BranchingSameSessionTest_testCommitRemoveOrderDetail_subBranch[11]2024-05-03 05:17:13.147/* CDOResourceFolder@_Zj9ZoAkMEe-bzopYCigSfg:11v0("?")->0v12024-05-03 05:17:13.147/* CDOResource@_Zj9ZoQkMEe-bzopYCigSfg:11v0("?")->0v12024-05-03 05:17:13.147/2024-05-03 05:17:13.153 CDOResource@_Zj9ZoQkMEe-bzopYCigSfg:11v1("res")2024-05-03 05:17:13.154/* Product1@_Zj9ZowkMEe-bzopYCigSfg:11v0->0v1 2024-05-03 05:17:13.147/2024-05-03 05:17:13.153 Product1@_Zj9ZowkMEe-bzopYCigSfg:11v1 2024-05-03 05:17:13.154/* OrderDetail@_Zj9ZpAkMEe-bzopYCigSfg:11v0->0v1 2024-05-03 05:17:13.147/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v5("/") 2024-05-03 05:17:13.067/2024-05-03 05:17:13.146 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v6("/") 2024-05-03 05:17:13.147/* CDOResourceFolder@_Zgw7sAkMEe-bzopYCigSfg:0v1("BackupTest_testImportNullListElement")2024-05-03 05:17:12.826/* CDOResourceFolder@_Zh3u8AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:17:12.934/* CDOResourceFolder@_Zi3NcAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:17:13.032/* CDOResourceFolder@_ZjMkoAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:17:13.067/* CDOResourceFolder@_Zj9ZoAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommitRemoveOrderDetail")2024-05-03 05:17:13.147/* CDOResource@_Zj9ZoQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.147/* OrderDetail@_Zj9ZogkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.147/* Product1@_Zj9ZowkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.147/* OrderDetail@_Zj9ZpAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.147/* BranchingSameSessionTest_testCommitRemoveOrderDetail_subBranch[11]2024-05-03 05:17:13.147/* CDOResourceFolder@_Zj9ZoAkMEe-bzopYCigSfg:11v0("?")->0v12024-05-03 05:17:13.147/* CDOResource@_Zj9ZoQkMEe-bzopYCigSfg:11v0("?")->0v12024-05-03 05:17:13.147/2024-05-03 05:17:13.153 CDOResource@_Zj9ZoQkMEe-bzopYCigSfg:11v1("res")2024-05-03 05:17:13.154/* OrderDetail@_Zj9ZogkMEe-bzopYCigSfg:11v0->0v1 2024-05-03 05:17:13.147/2024-05-03 05:17:13.153 Product1@_Zj9ZowkMEe-bzopYCigSfg:11v0->0v1 2024-05-03 05:17:13.147/2024-05-03 05:17:13.153 Product1@_Zj9ZowkMEe-bzopYCigSfg:11v1 2024-05-03 05:17:13.154/* OrderDetail@_Zj9ZpAkMEe-bzopYCigSfg:11v0->0v1 2024-05-03 05:17:13.147/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v5("/") 2024-05-03 05:17:13.067/2024-05-03 05:17:13.146 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v6("/") 2024-05-03 05:17:13.147/* CDOResourceFolder@_Zgw7sAkMEe-bzopYCigSfg:0v1("BackupTest_testImportNullListElement")2024-05-03 05:17:12.826/* CDOResourceFolder@_Zh3u8AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:17:12.934/* CDOResourceFolder@_Zi3NcAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:17:13.032/* CDOResourceFolder@_ZjMkoAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:17:13.067/* CDOResourceFolder@_Zj9ZoAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommitRemoveOrderDetail")2024-05-03 05:17:13.147/* CDOResource@_Zj9ZoQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.147/* OrderDetail@_Zj9ZogkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.147/* Product1@_Zj9ZowkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.147/* OrderDetail@_Zj9ZpAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.147/* BranchingSameSessionTest_testCommitRemoveOrderDetail_subBranch[11]2024-05-03 05:17:13.147/* CDOResourceFolder@_Zj9ZoAkMEe-bzopYCigSfg:11v0("?")->0v12024-05-03 05:17:13.147/* CDOResource@_Zj9ZoQkMEe-bzopYCigSfg:11v0("?")->0v12024-05-03 05:17:13.147/2024-05-03 05:17:13.153 CDOResource@_Zj9ZoQkMEe-bzopYCigSfg:11v1("res")2024-05-03 05:17:13.154/* Product1@_Zj9ZowkMEe-bzopYCigSfg:11v0->0v1 2024-05-03 05:17:13.147/2024-05-03 05:17:13.153 Product1@_Zj9ZowkMEe-bzopYCigSfg:11v1 2024-05-03 05:17:13.154/* OrderDetail@_Zj9ZpAkMEe-bzopYCigSfg:11v0->0v1 2024-05-03 05:17:13.147/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v5("/") 2024-05-03 05:17:13.067/2024-05-03 05:17:13.146 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v6("/") 2024-05-03 05:17:13.147/* CDOResourceFolder@_Zgw7sAkMEe-bzopYCigSfg:0v1("BackupTest_testImportNullListElement")2024-05-03 05:17:12.826/* CDOResourceFolder@_Zh3u8AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:17:12.934/* CDOResourceFolder@_Zi3NcAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:17:13.032/* CDOResourceFolder@_ZjMkoAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:17:13.067/* CDOResourceFolder@_Zj9ZoAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommitRemoveOrderDetail")2024-05-03 05:17:13.147/* CDOResource@_Zj9ZoQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.147/* OrderDetail@_Zj9ZogkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.147/* Product1@_Zj9ZowkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.147/* OrderDetail@_Zj9ZpAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.147/* BranchingSameSessionTest_testCommitRemoveOrderDetail_subBranch[11]2024-05-03 05:17:13.147/* CDOResourceFolder@_Zj9ZoAkMEe-bzopYCigSfg:11v0("?")->0v12024-05-03 05:17:13.147/* CDOResource@_Zj9ZoQkMEe-bzopYCigSfg:11v0("?")->0v12024-05-03 05:17:13.147/2024-05-03 05:17:13.153 CDOResource@_Zj9ZoQkMEe-bzopYCigSfg:11v1("res")2024-05-03 05:17:13.154/* OrderDetail@_Zj9ZogkMEe-bzopYCigSfg:11v0->0v1 2024-05-03 05:17:13.147/2024-05-03 05:17:13.153 Product1@_Zj9ZowkMEe-bzopYCigSfg:11v0->0v1 2024-05-03 05:17:13.147/2024-05-03 05:17:13.153 Product1@_Zj9ZowkMEe-bzopYCigSfg:11v1 2024-05-03 05:17:13.154/* OrderDetail@_Zj9ZpAkMEe-bzopYCigSfg:11v0->0v1 2024-05-03 05:17:13.147/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v5("/") 2024-05-03 05:17:13.067/2024-05-03 05:17:13.146 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v6("/") 2024-05-03 05:17:13.147/* CDOResourceFolder@_Zgw7sAkMEe-bzopYCigSfg:0v1("BackupTest_testImportNullListElement")2024-05-03 05:17:12.826/* CDOResourceFolder@_Zh3u8AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:17:12.934/* CDOResourceFolder@_Zi3NcAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:17:13.032/* CDOResourceFolder@_ZjMkoAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:17:13.067/* CDOResourceFolder@_Zj9ZoAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommitRemoveOrderDetail")2024-05-03 05:17:13.147/* CDOResource@_Zj9ZoQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.147/* OrderDetail@_Zj9ZogkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.147/* Product1@_Zj9ZowkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.147/* OrderDetail@_Zj9ZpAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.147/* BranchingSameSessionTest_testCommitRemoveOrderDetail_subBranch[11]2024-05-03 05:17:13.147/* CDOResourceFolder@_Zj9ZoAkMEe-bzopYCigSfg:11v0("?")->0v12024-05-03 05:17:13.147/* CDOResource@_Zj9ZoQkMEe-bzopYCigSfg:11v0("?")->0v12024-05-03 05:17:13.147/2024-05-03 05:17:13.153 CDOResource@_Zj9ZoQkMEe-bzopYCigSfg:11v1("res")2024-05-03 05:17:13.154/* Product1@_Zj9ZowkMEe-bzopYCigSfg:11v0->0v1 2024-05-03 05:17:13.147/2024-05-03 05:17:13.153 Product1@_Zj9ZowkMEe-bzopYCigSfg:11v1 2024-05-03 05:17:13.154/* OrderDetail@_Zj9ZpAkMEe-bzopYCigSfg:11v0->0v1 2024-05-03 05:17:13.147/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v5("/") 2024-05-03 05:17:13.067/2024-05-03 05:17:13.146 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v6("/") 2024-05-03 05:17:13.147/* CDOResourceFolder@_Zgw7sAkMEe-bzopYCigSfg:0v1("BackupTest_testImportNullListElement")2024-05-03 05:17:12.826/* CDOResourceFolder@_Zh3u8AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:17:12.934/* CDOResourceFolder@_Zi3NcAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:17:13.032/* CDOResourceFolder@_ZjMkoAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:17:13.067/* CDOResourceFolder@_Zj9ZoAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommitRemoveOrderDetail")2024-05-03 05:17:13.147/* CDOResource@_Zj9ZoQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.147/* OrderDetail@_Zj9ZogkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.147/* Product1@_Zj9ZowkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.147/* OrderDetail@_Zj9ZpAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.147/* BranchingSameSessionTest_testCommitRemoveOrderDetail_subBranch[11]2024-05-03 05:17:13.147/* CDOResourceFolder@_Zj9ZoAkMEe-bzopYCigSfg:11v0("?")->0v12024-05-03 05:17:13.147/* CDOResource@_Zj9ZoQkMEe-bzopYCigSfg:11v0("?")->0v12024-05-03 05:17:13.147/2024-05-03 05:17:13.153 CDOResource@_Zj9ZoQkMEe-bzopYCigSfg:11v1("res")2024-05-03 05:17:13.154/* OrderDetail@_Zj9ZogkMEe-bzopYCigSfg:11v0->0v1 2024-05-03 05:17:13.147/2024-05-03 05:17:13.153 Product1@_Zj9ZowkMEe-bzopYCigSfg:11v0->0v1 2024-05-03 05:17:13.147/2024-05-03 05:17:13.153 Product1@_Zj9ZowkMEe-bzopYCigSfg:11v1 2024-05-03 05:17:13.154/* OrderDetail@_Zj9ZpAkMEe-bzopYCigSfg:11v0->0v1 2024-05-03 05:17:13.147/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v5("/") 2024-05-03 05:17:13.067/2024-05-03 05:17:13.146 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v6("/") 2024-05-03 05:17:13.147/* CDOResourceFolder@_Zgw7sAkMEe-bzopYCigSfg:0v1("BackupTest_testImportNullListElement")2024-05-03 05:17:12.826/* CDOResourceFolder@_Zh3u8AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:17:12.934/* CDOResourceFolder@_Zi3NcAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:17:13.032/* CDOResourceFolder@_ZjMkoAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:17:13.067/* CDOResourceFolder@_Zj9ZoAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommitRemoveOrderDetail")2024-05-03 05:17:13.147/* CDOResource@_Zj9ZoQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.147/* OrderDetail@_Zj9ZogkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.147/* Product1@_Zj9ZowkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.147/* OrderDetail@_Zj9ZpAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.147/* BranchingSameSessionTest_testCommitRemoveOrderDetail_subBranch[11]2024-05-03 05:17:13.147/* CDOResourceFolder@_Zj9ZoAkMEe-bzopYCigSfg:11v0("?")->0v12024-05-03 05:17:13.147/* CDOResource@_Zj9ZoQkMEe-bzopYCigSfg:11v0("?")->0v12024-05-03 05:17:13.147/2024-05-03 05:17:13.153 CDOResource@_Zj9ZoQkMEe-bzopYCigSfg:11v1("res")2024-05-03 05:17:13.154/* Product1@_Zj9ZowkMEe-bzopYCigSfg:11v0->0v1 2024-05-03 05:17:13.147/2024-05-03 05:17:13.153 Product1@_Zj9ZowkMEe-bzopYCigSfg:11v1 2024-05-03 05:17:13.154/* OrderDetail@_Zj9ZpAkMEe-bzopYCigSfg:11v0->0v1 2024-05-03 05:17:13.147/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v5("/") 2024-05-03 05:17:13.067/2024-05-03 05:17:13.146 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v6("/") 2024-05-03 05:17:13.147/* CDOResourceFolder@_Zgw7sAkMEe-bzopYCigSfg:0v1("BackupTest_testImportNullListElement")2024-05-03 05:17:12.826/* CDOResourceFolder@_Zh3u8AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:17:12.934/* CDOResourceFolder@_Zi3NcAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:17:13.032/* CDOResourceFolder@_ZjMkoAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:17:13.067/* CDOResourceFolder@_Zj9ZoAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommitRemoveOrderDetail")2024-05-03 05:17:13.147/* CDOResource@_Zj9ZoQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.147/* OrderDetail@_Zj9ZogkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.147/* Product1@_Zj9ZowkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.147/* OrderDetail@_Zj9ZpAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.147/* BranchingSameSessionTest_testCommitRemoveOrderDetail_subBranch[11]2024-05-03 05:17:13.147/* CDOResourceFolder@_Zj9ZoAkMEe-bzopYCigSfg:11v0("?")->0v12024-05-03 05:17:13.147/* CDOResource@_Zj9ZoQkMEe-bzopYCigSfg:11v0("?")->0v12024-05-03 05:17:13.147/2024-05-03 05:17:13.153 CDOResource@_Zj9ZoQkMEe-bzopYCigSfg:11v1("res")2024-05-03 05:17:13.154/* OrderDetail@_Zj9ZogkMEe-bzopYCigSfg:11v0->0v1 2024-05-03 05:17:13.147/2024-05-03 05:17:13.153 Product1@_Zj9ZowkMEe-bzopYCigSfg:11v0->0v1 2024-05-03 05:17:13.147/2024-05-03 05:17:13.153 Product1@_Zj9ZowkMEe-bzopYCigSfg:11v1 2024-05-03 05:17:13.154/* OrderDetail@_Zj9ZpAkMEe-bzopYCigSfg:11v0->0v1 2024-05-03 05:17:13.147/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v5("/") 2024-05-03 05:17:13.067/2024-05-03 05:17:13.146 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v6("/") 2024-05-03 05:17:13.147/* CDOResourceFolder@_Zgw7sAkMEe-bzopYCigSfg:0v1("BackupTest_testImportNullListElement")2024-05-03 05:17:12.826/* CDOResourceFolder@_Zh3u8AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:17:12.934/* CDOResourceFolder@_Zi3NcAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:17:13.032/* CDOResourceFolder@_ZjMkoAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:17:13.067/* CDOResourceFolder@_Zj9ZoAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommitRemoveOrderDetail")2024-05-03 05:17:13.147/* CDOResource@_Zj9ZoQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.147/* OrderDetail@_Zj9ZogkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.147/* Product1@_Zj9ZowkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.147/* OrderDetail@_Zj9ZpAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.147/* BranchingSameSessionTest_testCommitRemoveOrderDetail_subBranch[11]2024-05-03 05:17:13.147/* CDOResourceFolder@_Zj9ZoAkMEe-bzopYCigSfg:11v0("?")->0v12024-05-03 05:17:13.147/* CDOResource@_Zj9ZoQkMEe-bzopYCigSfg:11v0("?")->0v12024-05-03 05:17:13.147/2024-05-03 05:17:13.153 CDOResource@_Zj9ZoQkMEe-bzopYCigSfg:11v1("res")2024-05-03 05:17:13.154/* Product1@_Zj9ZowkMEe-bzopYCigSfg:11v0->0v1 2024-05-03 05:17:13.147/2024-05-03 05:17:13.153 Product1@_Zj9ZowkMEe-bzopYCigSfg:11v1 2024-05-03 05:17:13.154/* OrderDetail@_Zj9ZpAkMEe-bzopYCigSfg:11v0->0v1 2024-05-03 05:17:13.147/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v5("/") 2024-05-03 05:17:13.067/2024-05-03 05:17:13.146 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v6("/") 2024-05-03 05:17:13.147/* CDOResourceFolder@_Zgw7sAkMEe-bzopYCigSfg:0v1("BackupTest_testImportNullListElement")2024-05-03 05:17:12.826/* CDOResourceFolder@_Zh3u8AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:17:12.934/* CDOResourceFolder@_Zi3NcAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:17:13.032/* CDOResourceFolder@_ZjMkoAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:17:13.067/* CDOResourceFolder@_Zj9ZoAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommitRemoveOrderDetail")2024-05-03 05:17:13.147/* CDOResource@_Zj9ZoQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.147/* OrderDetail@_Zj9ZogkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.147/* Product1@_Zj9ZowkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.147/* OrderDetail@_Zj9ZpAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.147/* BranchingSameSessionTest_testCommitRemoveOrderDetail_subBranch[11]2024-05-03 05:17:13.147/* CDOResourceFolder@_Zj9ZoAkMEe-bzopYCigSfg:11v0("?")->0v12024-05-03 05:17:13.147/* CDOResource@_Zj9ZoQkMEe-bzopYCigSfg:11v0("?")->0v12024-05-03 05:17:13.147/2024-05-03 05:17:13.153 CDOResource@_Zj9ZoQkMEe-bzopYCigSfg:11v1("res")2024-05-03 05:17:13.154/* OrderDetail@_Zj9ZogkMEe-bzopYCigSfg:11v0->0v1 2024-05-03 05:17:13.147/2024-05-03 05:17:13.153 Product1@_Zj9ZowkMEe-bzopYCigSfg:11v0->0v1 2024-05-03 05:17:13.147/2024-05-03 05:17:13.153 Product1@_Zj9ZowkMEe-bzopYCigSfg:11v1 2024-05-03 05:17:13.154/* OrderDetail@_Zj9ZpAkMEe-bzopYCigSfg:11v0->0v1 2024-05-03 05:17:13.147/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v5("/") 2024-05-03 05:17:13.067/2024-05-03 05:17:13.146 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v6("/") 2024-05-03 05:17:13.147/* CDOResourceFolder@_Zgw7sAkMEe-bzopYCigSfg:0v1("BackupTest_testImportNullListElement")2024-05-03 05:17:12.826/* CDOResourceFolder@_Zh3u8AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:17:12.934/* CDOResourceFolder@_Zi3NcAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:17:13.032/* CDOResourceFolder@_ZjMkoAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:17:13.067/* CDOResourceFolder@_Zj9ZoAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommitRemoveOrderDetail")2024-05-03 05:17:13.147/* CDOResource@_Zj9ZoQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.147/* OrderDetail@_Zj9ZogkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.147/* Product1@_Zj9ZowkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.147/* OrderDetail@_Zj9ZpAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.147/* BranchingSameSessionTest_testCommitRemoveOrderDetail_subBranch[11]2024-05-03 05:17:13.147/* CDOResourceFolder@_Zj9ZoAkMEe-bzopYCigSfg:11v0("?")->0v12024-05-03 05:17:13.147/* CDOResource@_Zj9ZoQkMEe-bzopYCigSfg:11v0("?")->0v12024-05-03 05:17:13.147/2024-05-03 05:17:13.153 CDOResource@_Zj9ZoQkMEe-bzopYCigSfg:11v1("res")2024-05-03 05:17:13.154/* Product1@_Zj9ZowkMEe-bzopYCigSfg:11v0->0v1 2024-05-03 05:17:13.147/2024-05-03 05:17:13.153 Product1@_Zj9ZowkMEe-bzopYCigSfg:11v1 2024-05-03 05:17:13.154/* OrderDetail@_Zj9ZpAkMEe-bzopYCigSfg:11v0->0v1 2024-05-03 05:17:13.147/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v5("/") 2024-05-03 05:17:13.067/2024-05-03 05:17:13.146 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v6("/") 2024-05-03 05:17:13.147/* CDOResourceFolder@_Zgw7sAkMEe-bzopYCigSfg:0v1("BackupTest_testImportNullListElement")2024-05-03 05:17:12.826/* CDOResourceFolder@_Zh3u8AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:17:12.934/* CDOResourceFolder@_Zi3NcAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:17:13.032/* CDOResourceFolder@_ZjMkoAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:17:13.067/* CDOResourceFolder@_Zj9ZoAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommitRemoveOrderDetail")2024-05-03 05:17:13.147/* CDOResource@_Zj9ZoQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.147/* OrderDetail@_Zj9ZogkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.147/* Product1@_Zj9ZowkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.147/* OrderDetail@_Zj9ZpAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.147/* BranchingSameSessionTest_testCommitRemoveOrderDetail_subBranch[11]2024-05-03 05:17:13.147/* CDOResourceFolder@_Zj9ZoAkMEe-bzopYCigSfg:11v0("?")->0v12024-05-03 05:17:13.147/* CDOResource@_Zj9ZoQkMEe-bzopYCigSfg:11v0("?")->0v12024-05-03 05:17:13.147/2024-05-03 05:17:13.153 CDOResource@_Zj9ZoQkMEe-bzopYCigSfg:11v1("res")2024-05-03 05:17:13.154/* OrderDetail@_Zj9ZogkMEe-bzopYCigSfg:11v0->0v1 2024-05-03 05:17:13.147/2024-05-03 05:17:13.153 Product1@_Zj9ZowkMEe-bzopYCigSfg:11v0->0v1 2024-05-03 05:17:13.147/2024-05-03 05:17:13.153 Product1@_Zj9ZowkMEe-bzopYCigSfg:11v1 2024-05-03 05:17:13.154/* OrderDetail@_Zj9ZpAkMEe-bzopYCigSfg:11v0->0v1 2024-05-03 05:17:13.147/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v5("/") 2024-05-03 05:17:13.067/2024-05-03 05:17:13.146 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v6("/") 2024-05-03 05:17:13.147/* CDOResourceFolder@_Zgw7sAkMEe-bzopYCigSfg:0v1("BackupTest_testImportNullListElement")2024-05-03 05:17:12.826/* CDOResourceFolder@_Zh3u8AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:17:12.934/* CDOResourceFolder@_Zi3NcAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:17:13.032/* CDOResourceFolder@_ZjMkoAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:17:13.067/* CDOResourceFolder@_Zj9ZoAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommitRemoveOrderDetail")2024-05-03 05:17:13.147/* CDOResource@_Zj9ZoQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.147/* OrderDetail@_Zj9ZogkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.147/* Product1@_Zj9ZowkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.147/* OrderDetail@_Zj9ZpAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.147/* BranchingSameSessionTest_testCommitRemoveOrderDetail_subBranch[11]2024-05-03 05:17:13.147/* CDOResourceFolder@_Zj9ZoAkMEe-bzopYCigSfg:11v0("?")->0v12024-05-03 05:17:13.147/* CDOResource@_Zj9ZoQkMEe-bzopYCigSfg:11v0("?")->0v12024-05-03 05:17:13.147/2024-05-03 05:17:13.153 CDOResource@_Zj9ZoQkMEe-bzopYCigSfg:11v1("res")2024-05-03 05:17:13.154/* Product1@_Zj9ZowkMEe-bzopYCigSfg:11v0->0v1 2024-05-03 05:17:13.147/2024-05-03 05:17:13.153 Product1@_Zj9ZowkMEe-bzopYCigSfg:11v1 2024-05-03 05:17:13.154/* OrderDetail@_Zj9ZpAkMEe-bzopYCigSfg:11v0->0v1 2024-05-03 05:17:13.147/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v5("/") 2024-05-03 05:17:13.067/2024-05-03 05:17:13.146 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v6("/") 2024-05-03 05:17:13.147/* CDOResourceFolder@_Zgw7sAkMEe-bzopYCigSfg:0v1("BackupTest_testImportNullListElement")2024-05-03 05:17:12.826/* CDOResourceFolder@_Zh3u8AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:17:12.934/* CDOResourceFolder@_Zi3NcAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:17:13.032/* CDOResourceFolder@_ZjMkoAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:17:13.067/* CDOResourceFolder@_Zj9ZoAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommitRemoveOrderDetail")2024-05-03 05:17:13.147/* CDOResource@_Zj9ZoQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.147/* OrderDetail@_Zj9ZogkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.147/* Product1@_Zj9ZowkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.147/* OrderDetail@_Zj9ZpAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.147/* BranchingSameSessionTest_testCommitRemoveOrderDetail_subBranch[11]2024-05-03 05:17:13.147/* CDOResourceFolder@_Zj9ZoAkMEe-bzopYCigSfg:11v0("?")->0v12024-05-03 05:17:13.147/* CDOResource@_Zj9ZoQkMEe-bzopYCigSfg:11v0("?")->0v12024-05-03 05:17:13.147/2024-05-03 05:17:13.153 CDOResource@_Zj9ZoQkMEe-bzopYCigSfg:11v1("res")2024-05-03 05:17:13.154/* OrderDetail@_Zj9ZogkMEe-bzopYCigSfg:11v0->0v1 2024-05-03 05:17:13.147/2024-05-03 05:17:13.153 Product1@_Zj9ZowkMEe-bzopYCigSfg:11v0->0v1 2024-05-03 05:17:13.147/2024-05-03 05:17:13.153 Product1@_Zj9ZowkMEe-bzopYCigSfg:11v1 2024-05-03 05:17:13.154/* OrderDetail@_Zj9ZpAkMEe-bzopYCigSfg:11v0->0v1 2024-05-03 05:17:13.147/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v5("/") 2024-05-03 05:17:13.067/2024-05-03 05:17:13.146 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v6("/") 2024-05-03 05:17:13.147/* CDOResourceFolder@_Zgw7sAkMEe-bzopYCigSfg:0v1("BackupTest_testImportNullListElement")2024-05-03 05:17:12.826/* CDOResourceFolder@_Zh3u8AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:17:12.934/* CDOResourceFolder@_Zi3NcAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:17:13.032/* CDOResourceFolder@_ZjMkoAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:17:13.067/* CDOResourceFolder@_Zj9ZoAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommitRemoveOrderDetail")2024-05-03 05:17:13.147/* CDOResource@_Zj9ZoQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.147/* OrderDetail@_Zj9ZogkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.147/* Product1@_Zj9ZowkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.147/* OrderDetail@_Zj9ZpAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.147/* BranchingSameSessionTest_testCommitRemoveOrderDetail_subBranch[11]2024-05-03 05:17:13.147/* CDOResourceFolder@_Zj9ZoAkMEe-bzopYCigSfg:11v0("?")->0v12024-05-03 05:17:13.147/* CDOResource@_Zj9ZoQkMEe-bzopYCigSfg:11v0("?")->0v12024-05-03 05:17:13.147/2024-05-03 05:17:13.153 CDOResource@_Zj9ZoQkMEe-bzopYCigSfg:11v1("res")2024-05-03 05:17:13.154/* Product1@_Zj9ZowkMEe-bzopYCigSfg:11v0->0v1 2024-05-03 05:17:13.147/2024-05-03 05:17:13.153 Product1@_Zj9ZowkMEe-bzopYCigSfg:11v1 2024-05-03 05:17:13.154/* OrderDetail@_Zj9ZpAkMEe-bzopYCigSfg:11v0->0v1 2024-05-03 05:17:13.147/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v5("/") 2024-05-03 05:17:13.067/2024-05-03 05:17:13.146 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v6("/") 2024-05-03 05:17:13.147/* CDOResourceFolder@_Zgw7sAkMEe-bzopYCigSfg:0v1("BackupTest_testImportNullListElement")2024-05-03 05:17:12.826/* CDOResourceFolder@_Zh3u8AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:17:12.934/* CDOResourceFolder@_Zi3NcAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:17:13.032/* CDOResourceFolder@_ZjMkoAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:17:13.067/* CDOResourceFolder@_Zj9ZoAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommitRemoveOrderDetail")2024-05-03 05:17:13.147/* CDOResource@_Zj9ZoQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.147/* OrderDetail@_Zj9ZogkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.147/* Product1@_Zj9ZowkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.147/* OrderDetail@_Zj9ZpAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.147/* BranchingSameSessionTest_testCommitRemoveOrderDetail_subBranch[11]2024-05-03 05:17:13.147/* CDOResourceFolder@_Zj9ZoAkMEe-bzopYCigSfg:11v0("?")->0v12024-05-03 05:17:13.147/* CDOResource@_Zj9ZoQkMEe-bzopYCigSfg:11v0("?")->0v12024-05-03 05:17:13.147/2024-05-03 05:17:13.153 CDOResource@_Zj9ZoQkMEe-bzopYCigSfg:11v1("res")2024-05-03 05:17:13.154/* OrderDetail@_Zj9ZogkMEe-bzopYCigSfg:11v0->0v1 2024-05-03 05:17:13.147/2024-05-03 05:17:13.153 Product1@_Zj9ZowkMEe-bzopYCigSfg:11v0->0v1 2024-05-03 05:17:13.147/2024-05-03 05:17:13.153 Product1@_Zj9ZowkMEe-bzopYCigSfg:11v1 2024-05-03 05:17:13.154/* OrderDetail@_Zj9ZpAkMEe-bzopYCigSfg:11v0->0v1 2024-05-03 05:17:13.147/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v5("/") 2024-05-03 05:17:13.067/2024-05-03 05:17:13.146 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v6("/") 2024-05-03 05:17:13.147/* CDOResourceFolder@_Zgw7sAkMEe-bzopYCigSfg:0v1("BackupTest_testImportNullListElement")2024-05-03 05:17:12.826/* CDOResourceFolder@_Zh3u8AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:17:12.934/* CDOResourceFolder@_Zi3NcAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:17:13.032/* CDOResourceFolder@_ZjMkoAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:17:13.067/* CDOResourceFolder@_Zj9ZoAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommitRemoveOrderDetail")2024-05-03 05:17:13.147/* CDOResource@_Zj9ZoQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.147/* OrderDetail@_Zj9ZogkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.147/* Product1@_Zj9ZowkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.147/* OrderDetail@_Zj9ZpAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.147/* BranchingSameSessionTest_testCommitRemoveOrderDetail_subBranch[11]2024-05-03 05:17:13.147/* CDOResourceFolder@_Zj9ZoAkMEe-bzopYCigSfg:11v0("?")->0v12024-05-03 05:17:13.147/* CDOResource@_Zj9ZoQkMEe-bzopYCigSfg:11v0("?")->0v12024-05-03 05:17:13.147/2024-05-03 05:17:13.153 CDOResource@_Zj9ZoQkMEe-bzopYCigSfg:11v1("res")2024-05-03 05:17:13.154/* Product1@_Zj9ZowkMEe-bzopYCigSfg:11v0->0v1 2024-05-03 05:17:13.147/2024-05-03 05:17:13.153 Product1@_Zj9ZowkMEe-bzopYCigSfg:11v1 2024-05-03 05:17:13.154/* OrderDetail@_Zj9ZpAkMEe-bzopYCigSfg:11v0->0v1 2024-05-03 05:17:13.147/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v5("/") 2024-05-03 05:17:13.067/2024-05-03 05:17:13.146 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v6("/") 2024-05-03 05:17:13.147/* CDOResourceFolder@_Zgw7sAkMEe-bzopYCigSfg:0v1("BackupTest_testImportNullListElement")2024-05-03 05:17:12.826/* CDOResourceFolder@_Zh3u8AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:17:12.934/* CDOResourceFolder@_Zi3NcAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:17:13.032/* CDOResourceFolder@_ZjMkoAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:17:13.067/* CDOResourceFolder@_Zj9ZoAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommitRemoveOrderDetail")2024-05-03 05:17:13.147/* CDOResource@_Zj9ZoQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.147/* OrderDetail@_Zj9ZogkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.147/* Product1@_Zj9ZowkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.147/* OrderDetail@_Zj9ZpAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.147/* BranchingSameSessionTest_testCommitRemoveOrderDetail_subBranch[11]2024-05-03 05:17:13.147/* CDOResourceFolder@_Zj9ZoAkMEe-bzopYCigSfg:11v0("?")->0v12024-05-03 05:17:13.147/* CDOResource@_Zj9ZoQkMEe-bzopYCigSfg:11v0("?")->0v12024-05-03 05:17:13.147/2024-05-03 05:17:13.153 CDOResource@_Zj9ZoQkMEe-bzopYCigSfg:11v1("res")2024-05-03 05:17:13.154/* OrderDetail@_Zj9ZogkMEe-bzopYCigSfg:11v0->0v1 2024-05-03 05:17:13.147/2024-05-03 05:17:13.153 Product1@_Zj9ZowkMEe-bzopYCigSfg:11v0->0v1 2024-05-03 05:17:13.147/2024-05-03 05:17:13.153 Product1@_Zj9ZowkMEe-bzopYCigSfg:11v1 2024-05-03 05:17:13.154/* OrderDetail@_Zj9ZpAkMEe-bzopYCigSfg:11v0->0v1 2024-05-03 05:17:13.147/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v5("/") 2024-05-03 05:17:13.067/2024-05-03 05:17:13.146 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v6("/") 2024-05-03 05:17:13.147/* CDOResourceFolder@_Zgw7sAkMEe-bzopYCigSfg:0v1("BackupTest_testImportNullListElement")2024-05-03 05:17:12.826/* CDOResourceFolder@_Zh3u8AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:17:12.934/* CDOResourceFolder@_Zi3NcAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:17:13.032/* CDOResourceFolder@_ZjMkoAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:17:13.067/* CDOResourceFolder@_Zj9ZoAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommitRemoveOrderDetail")2024-05-03 05:17:13.147/* CDOResource@_Zj9ZoQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.147/* OrderDetail@_Zj9ZogkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.147/* Product1@_Zj9ZowkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.147/* OrderDetail@_Zj9ZpAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.147/* BranchingSameSessionTest_testCommitRemoveOrderDetail_subBranch[11]2024-05-03 05:17:13.147/* CDOResourceFolder@_Zj9ZoAkMEe-bzopYCigSfg:11v0("?")->0v12024-05-03 05:17:13.147/* CDOResource@_Zj9ZoQkMEe-bzopYCigSfg:11v0("?")->0v12024-05-03 05:17:13.147/2024-05-03 05:17:13.153 CDOResource@_Zj9ZoQkMEe-bzopYCigSfg:11v1("res")2024-05-03 05:17:13.154/* Product1@_Zj9ZowkMEe-bzopYCigSfg:11v0->0v1 2024-05-03 05:17:13.147/2024-05-03 05:17:13.153 Product1@_Zj9ZowkMEe-bzopYCigSfg:11v1 2024-05-03 05:17:13.154/* OrderDetail@_Zj9ZpAkMEe-bzopYCigSfg:11v0->0v1 2024-05-03 05:17:13.147/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v5("/") 2024-05-03 05:17:13.067/2024-05-03 05:17:13.146 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v6("/") 2024-05-03 05:17:13.147/* CDOResourceFolder@_Zgw7sAkMEe-bzopYCigSfg:0v1("BackupTest_testImportNullListElement")2024-05-03 05:17:12.826/* CDOResourceFolder@_Zh3u8AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:17:12.934/* CDOResourceFolder@_Zi3NcAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:17:13.032/* CDOResourceFolder@_ZjMkoAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:17:13.067/* CDOResourceFolder@_Zj9ZoAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommitRemoveOrderDetail")2024-05-03 05:17:13.147/* CDOResource@_Zj9ZoQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.147/* OrderDetail@_Zj9ZogkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.147/* Product1@_Zj9ZowkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.147/* OrderDetail@_Zj9ZpAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.147/* BranchingSameSessionTest_testCommitRemoveOrderDetail_subBranch[11]2024-05-03 05:17:13.147/* CDOResourceFolder@_Zj9ZoAkMEe-bzopYCigSfg:11v0("?")->0v12024-05-03 05:17:13.147/* CDOResource@_Zj9ZoQkMEe-bzopYCigSfg:11v0("?")->0v12024-05-03 05:17:13.147/2024-05-03 05:17:13.153 CDOResource@_Zj9ZoQkMEe-bzopYCigSfg:11v1("res")2024-05-03 05:17:13.154/* OrderDetail@_Zj9ZogkMEe-bzopYCigSfg:11v0->0v1 2024-05-03 05:17:13.147/2024-05-03 05:17:13.153 Product1@_Zj9ZowkMEe-bzopYCigSfg:11v0->0v1 2024-05-03 05:17:13.147/2024-05-03 05:17:13.153 Product1@_Zj9ZowkMEe-bzopYCigSfg:11v1 2024-05-03 05:17:13.154/* OrderDetail@_Zj9ZpAkMEe-bzopYCigSfg:11v0->0v1 2024-05-03 05:17:13.147/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v5("/") 2024-05-03 05:17:13.067/2024-05-03 05:17:13.146 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v6("/") 2024-05-03 05:17:13.147/* CDOResourceFolder@_Zgw7sAkMEe-bzopYCigSfg:0v1("BackupTest_testImportNullListElement")2024-05-03 05:17:12.826/* CDOResourceFolder@_Zh3u8AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:17:12.934/* CDOResourceFolder@_Zi3NcAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:17:13.032/* CDOResourceFolder@_ZjMkoAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:17:13.067/* CDOResourceFolder@_Zj9ZoAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommitRemoveOrderDetail")2024-05-03 05:17:13.147/* CDOResource@_Zj9ZoQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.147/* OrderDetail@_Zj9ZogkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.147/* Product1@_Zj9ZowkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.147/* OrderDetail@_Zj9ZpAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.147/* BranchingSameSessionTest_testCommitRemoveOrderDetail_subBranch[11]2024-05-03 05:17:13.147/* CDOResourceFolder@_Zj9ZoAkMEe-bzopYCigSfg:11v0("?")->0v12024-05-03 05:17:13.147/* CDOResource@_Zj9ZoQkMEe-bzopYCigSfg:11v0("?")->0v12024-05-03 05:17:13.147/2024-05-03 05:17:13.153 CDOResource@_Zj9ZoQkMEe-bzopYCigSfg:11v1("res")2024-05-03 05:17:13.154/* OrderDetail@_Zj9ZogkMEe-bzopYCigSfg:11v0->0v1 2024-05-03 05:17:13.147/2024-05-03 05:17:13.153 Product1@_Zj9ZowkMEe-bzopYCigSfg:11v0->0v1 2024-05-03 05:17:13.147/2024-05-03 05:17:13.153 Product1@_Zj9ZowkMEe-bzopYCigSfg:11v1 2024-05-03 05:17:13.154/* OrderDetail@_Zj9ZpAkMEe-bzopYCigSfg:11v0->0v1 2024-05-03 05:17:13.147/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v5("/") 2024-05-03 05:17:13.067/2024-05-03 05:17:13.146 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v6("/") 2024-05-03 05:17:13.147/* CDOResourceFolder@_Zgw7sAkMEe-bzopYCigSfg:0v1("BackupTest_testImportNullListElement")2024-05-03 05:17:12.826/* CDOResourceFolder@_Zh3u8AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:17:12.934/* CDOResourceFolder@_Zi3NcAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:17:13.032/* CDOResourceFolder@_ZjMkoAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:17:13.067/* CDOResourceFolder@_Zj9ZoAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommitRemoveOrderDetail")2024-05-03 05:17:13.147/* CDOResource@_Zj9ZoQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.147/* OrderDetail@_Zj9ZogkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.147/* Product1@_Zj9ZowkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.147/* OrderDetail@_Zj9ZpAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.147/* BranchingSameSessionTest_testCommitRemoveOrderDetail_subBranch[11]2024-05-03 05:17:13.147/* CDOResourceFolder@_Zj9ZoAkMEe-bzopYCigSfg:11v0("?")->0v12024-05-03 05:17:13.147/* CDOResource@_Zj9ZoQkMEe-bzopYCigSfg:11v0("?")->0v12024-05-03 05:17:13.147/2024-05-03 05:17:13.153 CDOResource@_Zj9ZoQkMEe-bzopYCigSfg:11v1("res")2024-05-03 05:17:13.154/* OrderDetail@_Zj9ZogkMEe-bzopYCigSfg:11v0->0v1 2024-05-03 05:17:13.147/2024-05-03 05:17:13.153 Product1@_Zj9ZowkMEe-bzopYCigSfg:11v0->0v1 2024-05-03 05:17:13.147/2024-05-03 05:17:13.153 Product1@_Zj9ZowkMEe-bzopYCigSfg:11v1 2024-05-03 05:17:13.154/* OrderDetail@_Zj9ZpAkMEe-bzopYCigSfg:11v0->0v1 2024-05-03 05:17:13.147/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v5("/") 2024-05-03 05:17:13.067/2024-05-03 05:17:13.146 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v6("/") 2024-05-03 05:17:13.147/* CDOResourceFolder@_Zgw7sAkMEe-bzopYCigSfg:0v1("BackupTest_testImportNullListElement")2024-05-03 05:17:12.826/* CDOResourceFolder@_Zh3u8AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:17:12.934/* CDOResourceFolder@_Zi3NcAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:17:13.032/* CDOResourceFolder@_ZjMkoAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:17:13.067/* CDOResourceFolder@_Zj9ZoAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommitRemoveOrderDetail")2024-05-03 05:17:13.147/* CDOResource@_Zj9ZoQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.147/* OrderDetail@_Zj9ZogkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.147/* Product1@_Zj9ZowkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.147/* OrderDetail@_Zj9ZpAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.147/* BranchingSameSessionTest_testCommitRemoveOrderDetail_subBranch[11]2024-05-03 05:17:13.147/* CDOResourceFolder@_Zj9ZoAkMEe-bzopYCigSfg:11v0("?")->0v12024-05-03 05:17:13.147/* CDOResource@_Zj9ZoQkMEe-bzopYCigSfg:11v0("?")->0v12024-05-03 05:17:13.147/2024-05-03 05:17:13.153 CDOResource@_Zj9ZoQkMEe-bzopYCigSfg:11v1("res")2024-05-03 05:17:13.154/* OrderDetail@_Zj9ZogkMEe-bzopYCigSfg:11v0->0v1 2024-05-03 05:17:13.147/2024-05-03 05:17:13.153 Product1@_Zj9ZowkMEe-bzopYCigSfg:11v0->0v1 2024-05-03 05:17:13.147/2024-05-03 05:17:13.153 Product1@_Zj9ZowkMEe-bzopYCigSfg:11v1 2024-05-03 05:17:13.154/* OrderDetail@_Zj9ZpAkMEe-bzopYCigSfg:11v0->0v1 2024-05-03 05:17:13.147/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v5("/") 2024-05-03 05:17:13.067/2024-05-03 05:17:13.146 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v6("/") 2024-05-03 05:17:13.147/* CDOResourceFolder@_Zgw7sAkMEe-bzopYCigSfg:0v1("BackupTest_testImportNullListElement")2024-05-03 05:17:12.826/* CDOResourceFolder@_Zh3u8AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:17:12.934/* CDOResourceFolder@_Zi3NcAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:17:13.032/* CDOResourceFolder@_ZjMkoAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:17:13.067/* CDOResourceFolder@_Zj9ZoAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommitRemoveOrderDetail")2024-05-03 05:17:13.147/* CDOResource@_Zj9ZoQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.147/* OrderDetail@_Zj9ZogkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.147/* Product1@_Zj9ZowkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.147/* OrderDetail@_Zj9ZpAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.147/* BranchingSameSessionTest_testCommitRemoveOrderDetail_subBranch[11]2024-05-03 05:17:13.147/* CDOResourceFolder@_Zj9ZoAkMEe-bzopYCigSfg:11v0("?")->0v12024-05-03 05:17:13.147/* CDOResource@_Zj9ZoQkMEe-bzopYCigSfg:11v0("?")->0v12024-05-03 05:17:13.147/2024-05-03 05:17:13.153 CDOResource@_Zj9ZoQkMEe-bzopYCigSfg:11v1("res")2024-05-03 05:17:13.154/* OrderDetail@_Zj9ZogkMEe-bzopYCigSfg:11v0->0v1 2024-05-03 05:17:13.147/2024-05-03 05:17:13.153 Product1@_Zj9ZowkMEe-bzopYCigSfg:11v0->0v1 2024-05-03 05:17:13.147/2024-05-03 05:17:13.153 Product1@_Zj9ZowkMEe-bzopYCigSfg:11v1 2024-05-03 05:17:13.154/* OrderDetail@_Zj9ZpAkMEe-bzopYCigSfg:11v0->0v1 2024-05-03 05:17:13.147/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v5("/") 2024-05-03 05:17:13.067/2024-05-03 05:17:13.146 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v6("/") 2024-05-03 05:17:13.147/* CDOResourceFolder@_Zgw7sAkMEe-bzopYCigSfg:0v1("BackupTest_testImportNullListElement")2024-05-03 05:17:12.826/* CDOResourceFolder@_Zh3u8AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:17:12.934/* CDOResourceFolder@_Zi3NcAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:17:13.032/* CDOResourceFolder@_ZjMkoAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:17:13.067/* CDOResourceFolder@_Zj9ZoAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommitRemoveOrderDetail")2024-05-03 05:17:13.147/* CDOResource@_Zj9ZoQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.147/* OrderDetail@_Zj9ZogkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.147/* Product1@_Zj9ZowkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.147/* OrderDetail@_Zj9ZpAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.147/* BranchingSameSessionTest_testCommitRemoveOrderDetail_subBranch[11]2024-05-03 05:17:13.147/* CDOResourceFolder@_Zj9ZoAkMEe-bzopYCigSfg:11v0("?")->0v12024-05-03 05:17:13.147/* CDOResource@_Zj9ZoQkMEe-bzopYCigSfg:11v0("?")->0v12024-05-03 05:17:13.147/2024-05-03 05:17:13.153 CDOResource@_Zj9ZoQkMEe-bzopYCigSfg:11v1("res")2024-05-03 05:17:13.154/* OrderDetail@_Zj9ZogkMEe-bzopYCigSfg:11v0->0v1 2024-05-03 05:17:13.147/2024-05-03 05:17:13.153 Product1@_Zj9ZowkMEe-bzopYCigSfg:11v0->0v1 2024-05-03 05:17:13.147/2024-05-03 05:17:13.153 Product1@_Zj9ZowkMEe-bzopYCigSfg:11v1 2024-05-03 05:17:13.154/* OrderDetail@_Zj9ZpAkMEe-bzopYCigSfg:11v0->0v1 2024-05-03 05:17:13.147/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v5("/") 2024-05-03 05:17:13.067/2024-05-03 05:17:13.146 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v6("/") 2024-05-03 05:17:13.147/* CDOResourceFolder@_Zgw7sAkMEe-bzopYCigSfg:0v1("BackupTest_testImportNullListElement")2024-05-03 05:17:12.826/* CDOResourceFolder@_Zh3u8AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:17:12.934/* CDOResourceFolder@_Zi3NcAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:17:13.032/* CDOResourceFolder@_ZjMkoAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:17:13.067/* CDOResourceFolder@_Zj9ZoAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommitRemoveOrderDetail")2024-05-03 05:17:13.147/* CDOResource@_Zj9ZoQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.147/* OrderDetail@_Zj9ZogkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.147/* Product1@_Zj9ZowkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.147/* OrderDetail@_Zj9ZpAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.147/* BranchingSameSessionTest_testCommitRemoveOrderDetail_subBranch[11]2024-05-03 05:17:13.147/* CDOResourceFolder@_Zj9ZoAkMEe-bzopYCigSfg:11v0("?")->0v12024-05-03 05:17:13.147/* CDOResource@_Zj9ZoQkMEe-bzopYCigSfg:11v0("?")->0v12024-05-03 05:17:13.147/2024-05-03 05:17:13.153 CDOResource@_Zj9ZoQkMEe-bzopYCigSfg:11v1("res")2024-05-03 05:17:13.154/* OrderDetail@_Zj9ZogkMEe-bzopYCigSfg:11v0->0v1 2024-05-03 05:17:13.147/2024-05-03 05:17:13.153 Product1@_Zj9ZowkMEe-bzopYCigSfg:11v0->0v1 2024-05-03 05:17:13.147/2024-05-03 05:17:13.153 Product1@_Zj9ZowkMEe-bzopYCigSfg:11v1 2024-05-03 05:17:13.154/* OrderDetail@_Zj9ZpAkMEe-bzopYCigSfg:11v0->0v1 2024-05-03 05:17:13.147/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v5("/") 2024-05-03 05:17:13.067/2024-05-03 05:17:13.146 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v6("/") 2024-05-03 05:17:13.147/* CDOResourceFolder@_Zgw7sAkMEe-bzopYCigSfg:0v1("BackupTest_testImportNullListElement")2024-05-03 05:17:12.826/* CDOResourceFolder@_Zh3u8AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:17:12.934/* CDOResourceFolder@_Zi3NcAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:17:13.032/* CDOResourceFolder@_ZjMkoAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:17:13.067/* CDOResourceFolder@_Zj9ZoAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommitRemoveOrderDetail")2024-05-03 05:17:13.147/* CDOResource@_Zj9ZoQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.147/* OrderDetail@_Zj9ZogkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.147/* Product1@_Zj9ZowkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.147/* OrderDetail@_Zj9ZpAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.147/* BranchingSameSessionTest_testCommitRemoveOrderDetail_subBranch[11]2024-05-03 05:17:13.147/* CDOResourceFolder@_Zj9ZoAkMEe-bzopYCigSfg:11v0("?")->0v12024-05-03 05:17:13.147/* CDOResource@_Zj9ZoQkMEe-bzopYCigSfg:11v0("?")->0v12024-05-03 05:17:13.147/2024-05-03 05:17:13.153 CDOResource@_Zj9ZoQkMEe-bzopYCigSfg:11v1("res")2024-05-03 05:17:13.154/* OrderDetail@_Zj9ZogkMEe-bzopYCigSfg:11v0->0v1 2024-05-03 05:17:13.147/2024-05-03 05:17:13.153 Product1@_Zj9ZowkMEe-bzopYCigSfg:11v0->0v1 2024-05-03 05:17:13.147/2024-05-03 05:17:13.153 Product1@_Zj9ZowkMEe-bzopYCigSfg:11v1 2024-05-03 05:17:13.154/* OrderDetail@_Zj9ZpAkMEe-bzopYCigSfg:11v0->0v1 2024-05-03 05:17:13.147/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v5("/") 2024-05-03 05:17:13.067/2024-05-03 05:17:13.146 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v6("/") 2024-05-03 05:17:13.147/* CDOResourceFolder@_Zgw7sAkMEe-bzopYCigSfg:0v1("BackupTest_testImportNullListElement")2024-05-03 05:17:12.826/* CDOResourceFolder@_Zh3u8AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:17:12.934/* CDOResourceFolder@_Zi3NcAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:17:13.032/* CDOResourceFolder@_ZjMkoAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:17:13.067/* CDOResourceFolder@_Zj9ZoAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommitRemoveOrderDetail")2024-05-03 05:17:13.147/* CDOResource@_Zj9ZoQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.147/* OrderDetail@_Zj9ZogkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.147/* Product1@_Zj9ZowkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.147/* OrderDetail@_Zj9ZpAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.147/* BranchingSameSessionTest_testCommitRemoveOrderDetail_subBranch[11]2024-05-03 05:17:13.147/* CDOResourceFolder@_Zj9ZoAkMEe-bzopYCigSfg:11v0("?")->0v12024-05-03 05:17:13.147/* CDOResource@_Zj9ZoQkMEe-bzopYCigSfg:11v0("?")->0v12024-05-03 05:17:13.147/2024-05-03 05:17:13.153 CDOResource@_Zj9ZoQkMEe-bzopYCigSfg:11v1("res")2024-05-03 05:17:13.154/* OrderDetail@_Zj9ZogkMEe-bzopYCigSfg:11v0->0v1 2024-05-03 05:17:13.147/2024-05-03 05:17:13.153 Product1@_Zj9ZowkMEe-bzopYCigSfg:11v0->0v1 2024-05-03 05:17:13.147/2024-05-03 05:17:13.153 Product1@_Zj9ZowkMEe-bzopYCigSfg:11v1 2024-05-03 05:17:13.154/* OrderDetail@_Zj9ZpAkMEe-bzopYCigSfg:11v0->0v1 2024-05-03 05:17:13.147/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v5("/") 2024-05-03 05:17:13.067/2024-05-03 05:17:13.146 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v6("/") 2024-05-03 05:17:13.147/* CDOResourceFolder@_Zgw7sAkMEe-bzopYCigSfg:0v1("BackupTest_testImportNullListElement")2024-05-03 05:17:12.826/* CDOResourceFolder@_Zh3u8AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:17:12.934/* CDOResourceFolder@_Zi3NcAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:17:13.032/* CDOResourceFolder@_ZjMkoAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:17:13.067/* CDOResourceFolder@_Zj9ZoAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommitRemoveOrderDetail")2024-05-03 05:17:13.147/* CDOResource@_Zj9ZoQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.147/* OrderDetail@_Zj9ZogkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.147/* Product1@_Zj9ZowkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.147/* OrderDetail@_Zj9ZpAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.147/* BranchingSameSessionTest_testCommitRemoveOrderDetail_subBranch[11]2024-05-03 05:17:13.147/* CDOResourceFolder@_Zj9ZoAkMEe-bzopYCigSfg:11v0("?")->0v12024-05-03 05:17:13.147/* CDOResource@_Zj9ZoQkMEe-bzopYCigSfg:11v0("?")->0v12024-05-03 05:17:13.147/2024-05-03 05:17:13.153 CDOResource@_Zj9ZoQkMEe-bzopYCigSfg:11v1("res")2024-05-03 05:17:13.154/* OrderDetail@_Zj9ZogkMEe-bzopYCigSfg:11v0->0v1 2024-05-03 05:17:13.147/2024-05-03 05:17:13.153 Product1@_Zj9ZowkMEe-bzopYCigSfg:11v0->0v1 2024-05-03 05:17:13.147/2024-05-03 05:17:13.153 Product1@_Zj9ZowkMEe-bzopYCigSfg:11v1 2024-05-03 05:17:13.154/* OrderDetail@_Zj9ZpAkMEe-bzopYCigSfg:11v0->0v1 2024-05-03 05:17:13.147/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v5("/") 2024-05-03 05:17:13.067/2024-05-03 05:17:13.146 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v6("/") 2024-05-03 05:17:13.147/* CDOResourceFolder@_Zgw7sAkMEe-bzopYCigSfg:0v1("BackupTest_testImportNullListElement")2024-05-03 05:17:12.826/* CDOResourceFolder@_Zh3u8AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:17:12.934/* CDOResourceFolder@_Zi3NcAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:17:13.032/* CDOResourceFolder@_ZjMkoAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:17:13.067/* CDOResourceFolder@_Zj9ZoAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommitRemoveOrderDetail")2024-05-03 05:17:13.147/* CDOResource@_Zj9ZoQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.147/* OrderDetail@_Zj9ZogkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.147/* Product1@_Zj9ZowkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.147/* OrderDetail@_Zj9ZpAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.147/* BranchingSameSessionTest_testCommitRemoveOrderDetail_subBranch[11]2024-05-03 05:17:13.147/* CDOResourceFolder@_Zj9ZoAkMEe-bzopYCigSfg:11v0("?")->0v12024-05-03 05:17:13.147/* CDOResource@_Zj9ZoQkMEe-bzopYCigSfg:11v0("?")->0v12024-05-03 05:17:13.147/2024-05-03 05:17:13.153 CDOResource@_Zj9ZoQkMEe-bzopYCigSfg:11v1("res")2024-05-03 05:17:13.154/* OrderDetail@_Zj9ZogkMEe-bzopYCigSfg:11v0->0v1 2024-05-03 05:17:13.147/2024-05-03 05:17:13.153 Product1@_Zj9ZowkMEe-bzopYCigSfg:11v0->0v1 2024-05-03 05:17:13.147/2024-05-03 05:17:13.153 Product1@_Zj9ZowkMEe-bzopYCigSfg:11v1 2024-05-03 05:17:13.154/* OrderDetail@_Zj9ZpAkMEe-bzopYCigSfg:11v0->0v1 2024-05-03 05:17:13.147/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v5("/") 2024-05-03 05:17:13.067/2024-05-03 05:17:13.146 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v6("/") 2024-05-03 05:17:13.147/* CDOResourceFolder@_Zgw7sAkMEe-bzopYCigSfg:0v1("BackupTest_testImportNullListElement")2024-05-03 05:17:12.826/* CDOResourceFolder@_Zh3u8AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:17:12.934/* CDOResourceFolder@_Zi3NcAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:17:13.032/* CDOResourceFolder@_ZjMkoAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:17:13.067/* CDOResourceFolder@_Zj9ZoAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommitRemoveOrderDetail")2024-05-03 05:17:13.147/* CDOResource@_Zj9ZoQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.147/* OrderDetail@_Zj9ZogkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.147/* Product1@_Zj9ZowkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.147/* OrderDetail@_Zj9ZpAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.147/* BranchingSameSessionTest_testCommitRemoveOrderDetail_subBranch[11]2024-05-03 05:17:13.147/* CDOResourceFolder@_Zj9ZoAkMEe-bzopYCigSfg:11v0("?")->0v12024-05-03 05:17:13.147/* CDOResource@_Zj9ZoQkMEe-bzopYCigSfg:11v0("?")->0v12024-05-03 05:17:13.147/2024-05-03 05:17:13.153 CDOResource@_Zj9ZoQkMEe-bzopYCigSfg:11v1("res")2024-05-03 05:17:13.154/* OrderDetail@_Zj9ZogkMEe-bzopYCigSfg:11v0->0v1 2024-05-03 05:17:13.147/2024-05-03 05:17:13.153 Product1@_Zj9ZowkMEe-bzopYCigSfg:11v0->0v1 2024-05-03 05:17:13.147/2024-05-03 05:17:13.153 Product1@_Zj9ZowkMEe-bzopYCigSfg:11v1 2024-05-03 05:17:13.154/* OrderDetail@_Zj9ZpAkMEe-bzopYCigSfg:11v0->0v1 2024-05-03 05:17:13.147/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v5("/") 2024-05-03 05:17:13.067/2024-05-03 05:17:13.146 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v6("/") 2024-05-03 05:17:13.147/* CDOResourceFolder@_Zgw7sAkMEe-bzopYCigSfg:0v1("BackupTest_testImportNullListElement")2024-05-03 05:17:12.826/* CDOResourceFolder@_Zh3u8AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:17:12.934/* CDOResourceFolder@_Zi3NcAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:17:13.032/* CDOResourceFolder@_ZjMkoAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:17:13.067/* CDOResourceFolder@_Zj9ZoAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommitRemoveOrderDetail")2024-05-03 05:17:13.147/* CDOResource@_Zj9ZoQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.147/* OrderDetail@_Zj9ZogkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.147/* Product1@_Zj9ZowkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.147/* OrderDetail@_Zj9ZpAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.147/* BranchingSameSessionTest_testCommitRemoveOrderDetail_subBranch[11]2024-05-03 05:17:13.147/* CDOResourceFolder@_Zj9ZoAkMEe-bzopYCigSfg:11v0("?")->0v12024-05-03 05:17:13.147/* CDOResource@_Zj9ZoQkMEe-bzopYCigSfg:11v0("?")->0v12024-05-03 05:17:13.147/2024-05-03 05:17:13.153 CDOResource@_Zj9ZoQkMEe-bzopYCigSfg:11v1("res")2024-05-03 05:17:13.154/* OrderDetail@_Zj9ZogkMEe-bzopYCigSfg:11v0->0v1 2024-05-03 05:17:13.147/2024-05-03 05:17:13.153 Product1@_Zj9ZowkMEe-bzopYCigSfg:11v0->0v1 2024-05-03 05:17:13.147/2024-05-03 05:17:13.153 Product1@_Zj9ZowkMEe-bzopYCigSfg:11v1 2024-05-03 05:17:13.154/* OrderDetail@_Zj9ZpAkMEe-bzopYCigSfg:11v0->0v1 2024-05-03 05:17:13.147/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v5("/") 2024-05-03 05:17:13.067/2024-05-03 05:17:13.146 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v6("/") 2024-05-03 05:17:13.147/* CDOResourceFolder@_Zgw7sAkMEe-bzopYCigSfg:0v1("BackupTest_testImportNullListElement")2024-05-03 05:17:12.826/* CDOResourceFolder@_Zh3u8AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:17:12.934/* CDOResourceFolder@_Zi3NcAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:17:13.032/* CDOResourceFolder@_ZjMkoAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:17:13.067/* CDOResourceFolder@_Zj9ZoAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommitRemoveOrderDetail")2024-05-03 05:17:13.147/* CDOResource@_Zj9ZoQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.147/* OrderDetail@_Zj9ZogkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.147/* Product1@_Zj9ZowkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.147/* OrderDetail@_Zj9ZpAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.147/* BranchingSameSessionTest_testCommitRemoveOrderDetail_subBranch[11]2024-05-03 05:17:13.147/* CDOResourceFolder@_Zj9ZoAkMEe-bzopYCigSfg:11v0("?")->0v12024-05-03 05:17:13.147/* CDOResource@_Zj9ZoQkMEe-bzopYCigSfg:11v0("?")->0v12024-05-03 05:17:13.147/2024-05-03 05:17:13.153 CDOResource@_Zj9ZoQkMEe-bzopYCigSfg:11v1("res")2024-05-03 05:17:13.154/* OrderDetail@_Zj9ZogkMEe-bzopYCigSfg:11v0->0v1 2024-05-03 05:17:13.147/2024-05-03 05:17:13.153 Product1@_Zj9ZowkMEe-bzopYCigSfg:11v0->0v1 2024-05-03 05:17:13.147/2024-05-03 05:17:13.153 Product1@_Zj9ZowkMEe-bzopYCigSfg:11v1 2024-05-03 05:17:13.154/* OrderDetail@_Zj9ZpAkMEe-bzopYCigSfg:11v0->0v1 2024-05-03 05:17:13.147/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v5("/") 2024-05-03 05:17:13.067/2024-05-03 05:17:13.146 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v6("/") 2024-05-03 05:17:13.147/* CDOResourceFolder@_Zgw7sAkMEe-bzopYCigSfg:0v1("BackupTest_testImportNullListElement")2024-05-03 05:17:12.826/* CDOResourceFolder@_Zh3u8AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:17:12.934/* CDOResourceFolder@_Zi3NcAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:17:13.032/* CDOResourceFolder@_ZjMkoAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:17:13.067/* CDOResourceFolder@_Zj9ZoAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommitRemoveOrderDetail")2024-05-03 05:17:13.147/* CDOResource@_Zj9ZoQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.147/* OrderDetail@_Zj9ZogkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.147/* Product1@_Zj9ZowkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.147/* OrderDetail@_Zj9ZpAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.147/* BranchingSameSessionTest_testCommitRemoveOrderDetail_subBranch[11]2024-05-03 05:17:13.147/* CDOResourceFolder@_Zj9ZoAkMEe-bzopYCigSfg:11v0("?")->0v12024-05-03 05:17:13.147/* CDOResource@_Zj9ZoQkMEe-bzopYCigSfg:11v0("?")->0v12024-05-03 05:17:13.147/2024-05-03 05:17:13.153 CDOResource@_Zj9ZoQkMEe-bzopYCigSfg:11v1("res")2024-05-03 05:17:13.154/* OrderDetail@_Zj9ZogkMEe-bzopYCigSfg:11v0->0v1 2024-05-03 05:17:13.147/2024-05-03 05:17:13.153 Product1@_Zj9ZowkMEe-bzopYCigSfg:11v0->0v1 2024-05-03 05:17:13.147/2024-05-03 05:17:13.153 Product1@_Zj9ZowkMEe-bzopYCigSfg:11v1 2024-05-03 05:17:13.154/* OrderDetail@_Zj9ZpAkMEe-bzopYCigSfg:11v0->0v1 2024-05-03 05:17:13.147/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v5("/") 2024-05-03 05:17:13.067/2024-05-03 05:17:13.146 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v6("/") 2024-05-03 05:17:13.147/* CDOResourceFolder@_Zgw7sAkMEe-bzopYCigSfg:0v1("BackupTest_testImportNullListElement")2024-05-03 05:17:12.826/* CDOResourceFolder@_Zh3u8AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testAuditViewOnBranch")2024-05-03 05:17:12.934/* CDOResourceFolder@_Zi3NcAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommit")2024-05-03 05:17:13.032/* CDOResourceFolder@_ZjMkoAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommitAddOrderDetail")2024-05-03 05:17:13.067/* CDOResourceFolder@_Zj9ZoAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testCommitRemoveOrderDetail")2024-05-03 05:17:13.147/* CDOResource@_Zj9ZoQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.147/* OrderDetail@_Zj9ZogkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.147/* Product1@_Zj9ZowkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.147/* OrderDetail@_Zj9ZpAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.147/* BranchingSameSessionTest_testCommitRemoveOrderDetail_subBranch[11]2024-05-03 05:17:13.147/* CDOResourceFolder@_Zj9ZoAkMEe-bzopYCigSfg:11v0("?")->0v12024-05-03 05:17:13.147/* CDOResource@_Zj9ZoQkMEe-bzopYCigSfg:11v0("?")->0v12024-05-03 05:17:13.147/2024-05-03 05:17:13.153 CDOResource@_Zj9ZoQkMEe-bzopYCigSfg:11v1("res")2024-05-03 05:17:13.154/* OrderDetail@_Zj9ZogkMEe-bzopYCigSfg:11v0->0v1 2024-05-03 05:17:13.147/2024-05-03 05:17:13.153 Product1@_Zj9ZowkMEe-bzopYCigSfg:11v0->0v1 2024-05-03 05:17:13.147/2024-05-03 05:17:13.153 Product1@_Zj9ZowkMEe-bzopYCigSfg:11v1 2024-05-03 05:17:13.154/* OrderDetail@_Zj9ZpAkMEe-bzopYCigSfg:11v0->0v1 2024-05-03 05:17:13.147/* ******************************************************* BranchingSameSessionTest.testContainment [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* BranchingSameSessionTest.testCreateBranch [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* BranchingSameSessionTest.testCreateBranchDuplicate [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [ERROR] The branch MAIN/BranchingSameSessionTest_testCreateBranchDuplicate_existing already exists org.eclipse.emf.cdo.common.branch.CDODuplicateBranchException: The branch MAIN/BranchingSameSessionTest_testCreateBranchDuplicate_existing already exists at org.eclipse.emf.cdo.internal.server.Repository.checkDuplicateBranchBase(Repository.java:688) at org.eclipse.emf.cdo.internal.server.Repository.createBranch(Repository.java:549) at org.eclipse.emf.cdo.tests.config.impl.RepositoryConfig$6.createBranch(RepositoryConfig.java:755) at org.eclipse.emf.cdo.internal.common.branch.CDOBranchManagerImpl.createBranch(CDOBranchManagerImpl.java:364) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CreateBranchIndication.responding(CreateBranchIndication.java:51) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerIndication.responding(CDOServerIndication.java:162) at org.eclipse.net4j.signal.IndicationWithResponse.doExtendedOutput(IndicationWithResponse.java:100) at org.eclipse.net4j.signal.Signal.doOutput(Signal.java:407) at org.eclipse.net4j.signal.IndicationWithResponse.execute(IndicationWithResponse.java:74) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerWriteIndication.execute(CDOServerWriteIndication.java:34) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) ******************************************************* BranchingSameSessionTest.testCreateBranchIllegalName [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* BranchingSameSessionTest.testDeleteBranch [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* BranchingSameSessionTest.testDetachExisting [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v7("/") 2024-05-03 05:17:13.364/2024-05-03 05:17:13.443 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v8("/") 2024-05-03 05:17:13.444/* CDOResourceFolder@_ZmyrMAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testDetachExisting")2024-05-03 05:17:13.444/* CDOResource@_ZmyrMQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.444/* Product1@_ZmyrMgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.444/* OrderDetail@_ZmyrMwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.444/* BranchingSameSessionTest_testDetachExisting_subBranch[22]2024-05-03 05:17:13.444/* CDOResourceFolder@_ZmyrMAkMEe-bzopYCigSfg:22v0("?")->0v12024-05-03 05:17:13.444/* CDOResource@_ZmyrMQkMEe-bzopYCigSfg:22v0("?")->0v12024-05-03 05:17:13.444/2024-05-03 05:17:13.452 CDOResource@_ZmyrMQkMEe-bzopYCigSfg:22v1("res")2024-05-03 05:17:13.453/2024-05-03 05:17:13.455 CDOResource@_ZmyrMQkMEe-bzopYCigSfg:22v2("res")2024-05-03 05:17:13.456/* Product1@_ZmyrMgkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:13.444/2024-05-03 05:17:13.452 Product1@_ZmyrMgkMEe-bzopYCigSfg:22v1 2024-05-03 05:17:13.453/2024-05-03 05:17:13.455 Product1@_ZmyrMgkMEe-bzopYCigSfg:22v2 2024-05-03 05:17:13.456/* OrderDetail@_ZmyrMwkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:13.444/2024-05-03 05:17:13.450 OrderDetail@_ZmyrMwkMEe-bzopYCigSfg:22v1 2024-05-03 05:17:13.451/2024-05-03 05:17:13.452 OrderDetail@_Zm6nAAkMEe-bzopYCigSfg:22v1 2024-05-03 05:17:13.456/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v7("/") 2024-05-03 05:17:13.364/2024-05-03 05:17:13.443 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v8("/") 2024-05-03 05:17:13.444/* CDOResourceFolder@_ZmyrMAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testDetachExisting")2024-05-03 05:17:13.444/* CDOResource@_ZmyrMQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.444/* Product1@_ZmyrMgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.444/* OrderDetail@_ZmyrMwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.444/* BranchingSameSessionTest_testDetachExisting_subBranch[22]2024-05-03 05:17:13.444/* CDOResourceFolder@_ZmyrMAkMEe-bzopYCigSfg:22v0("?")->0v12024-05-03 05:17:13.444/* CDOResource@_ZmyrMQkMEe-bzopYCigSfg:22v0("?")->0v12024-05-03 05:17:13.444/2024-05-03 05:17:13.452 CDOResource@_ZmyrMQkMEe-bzopYCigSfg:22v1("res")2024-05-03 05:17:13.453/2024-05-03 05:17:13.455 CDOResource@_ZmyrMQkMEe-bzopYCigSfg:22v2("res")2024-05-03 05:17:13.456/* Product1@_ZmyrMgkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:13.444/2024-05-03 05:17:13.452 Product1@_ZmyrMgkMEe-bzopYCigSfg:22v1 2024-05-03 05:17:13.453/2024-05-03 05:17:13.455 Product1@_ZmyrMgkMEe-bzopYCigSfg:22v2 2024-05-03 05:17:13.456/* OrderDetail@_ZmyrMwkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:13.444/2024-05-03 05:17:13.450 OrderDetail@_Zm6nAAkMEe-bzopYCigSfg:22v1 2024-05-03 05:17:13.456/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v7("/") 2024-05-03 05:17:13.364/2024-05-03 05:17:13.443 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v8("/") 2024-05-03 05:17:13.444/* CDOResourceFolder@_ZmyrMAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testDetachExisting")2024-05-03 05:17:13.444/* CDOResource@_ZmyrMQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.444/* Product1@_ZmyrMgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.444/* OrderDetail@_ZmyrMwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.444/* BranchingSameSessionTest_testDetachExisting_subBranch[22]2024-05-03 05:17:13.444/* CDOResourceFolder@_ZmyrMAkMEe-bzopYCigSfg:22v0("?")->0v12024-05-03 05:17:13.444/* CDOResource@_ZmyrMQkMEe-bzopYCigSfg:22v0("?")->0v12024-05-03 05:17:13.444/2024-05-03 05:17:13.452 CDOResource@_ZmyrMQkMEe-bzopYCigSfg:22v1("res")2024-05-03 05:17:13.453/2024-05-03 05:17:13.455 CDOResource@_ZmyrMQkMEe-bzopYCigSfg:22v2("res")2024-05-03 05:17:13.456/* Product1@_ZmyrMgkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:13.444/2024-05-03 05:17:13.452 Product1@_ZmyrMgkMEe-bzopYCigSfg:22v1 2024-05-03 05:17:13.453/2024-05-03 05:17:13.455 Product1@_ZmyrMgkMEe-bzopYCigSfg:22v2 2024-05-03 05:17:13.456/* OrderDetail@_ZmyrMwkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:13.444/2024-05-03 05:17:13.450 OrderDetail@_ZmyrMwkMEe-bzopYCigSfg:22v1 2024-05-03 05:17:13.451/2024-05-03 05:17:13.452 OrderDetail@_Zm6nAAkMEe-bzopYCigSfg:22v1 2024-05-03 05:17:13.456/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v7("/") 2024-05-03 05:17:13.364/2024-05-03 05:17:13.443 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v8("/") 2024-05-03 05:17:13.444/* CDOResourceFolder@_ZmyrMAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testDetachExisting")2024-05-03 05:17:13.444/* CDOResource@_ZmyrMQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.444/* Product1@_ZmyrMgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.444/* OrderDetail@_ZmyrMwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.444/* BranchingSameSessionTest_testDetachExisting_subBranch[22]2024-05-03 05:17:13.444/* CDOResourceFolder@_ZmyrMAkMEe-bzopYCigSfg:22v0("?")->0v12024-05-03 05:17:13.444/* CDOResource@_ZmyrMQkMEe-bzopYCigSfg:22v0("?")->0v12024-05-03 05:17:13.444/2024-05-03 05:17:13.452 CDOResource@_ZmyrMQkMEe-bzopYCigSfg:22v1("res")2024-05-03 05:17:13.453/2024-05-03 05:17:13.455 CDOResource@_ZmyrMQkMEe-bzopYCigSfg:22v2("res")2024-05-03 05:17:13.456/* Product1@_ZmyrMgkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:13.444/2024-05-03 05:17:13.452 Product1@_ZmyrMgkMEe-bzopYCigSfg:22v1 2024-05-03 05:17:13.453/2024-05-03 05:17:13.455 Product1@_ZmyrMgkMEe-bzopYCigSfg:22v2 2024-05-03 05:17:13.456/* OrderDetail@_ZmyrMwkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:13.444/2024-05-03 05:17:13.450 OrderDetail@_Zm6nAAkMEe-bzopYCigSfg:22v1 2024-05-03 05:17:13.456/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v7("/") 2024-05-03 05:17:13.364/2024-05-03 05:17:13.443 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v8("/") 2024-05-03 05:17:13.444/* CDOResourceFolder@_ZmyrMAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testDetachExisting")2024-05-03 05:17:13.444/* CDOResource@_ZmyrMQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.444/* Product1@_ZmyrMgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.444/* OrderDetail@_ZmyrMwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.444/* BranchingSameSessionTest_testDetachExisting_subBranch[22]2024-05-03 05:17:13.444/* CDOResourceFolder@_ZmyrMAkMEe-bzopYCigSfg:22v0("?")->0v12024-05-03 05:17:13.444/* CDOResource@_ZmyrMQkMEe-bzopYCigSfg:22v0("?")->0v12024-05-03 05:17:13.444/2024-05-03 05:17:13.452 CDOResource@_ZmyrMQkMEe-bzopYCigSfg:22v1("res")2024-05-03 05:17:13.453/2024-05-03 05:17:13.455 CDOResource@_ZmyrMQkMEe-bzopYCigSfg:22v2("res")2024-05-03 05:17:13.456/* Product1@_ZmyrMgkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:13.444/2024-05-03 05:17:13.452 Product1@_ZmyrMgkMEe-bzopYCigSfg:22v1 2024-05-03 05:17:13.453/2024-05-03 05:17:13.455 Product1@_ZmyrMgkMEe-bzopYCigSfg:22v2 2024-05-03 05:17:13.456/* OrderDetail@_ZmyrMwkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:13.444/2024-05-03 05:17:13.450 OrderDetail@_ZmyrMwkMEe-bzopYCigSfg:22v1 2024-05-03 05:17:13.451/2024-05-03 05:17:13.452 OrderDetail@_Zm6nAAkMEe-bzopYCigSfg:22v1 2024-05-03 05:17:13.456/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v7("/") 2024-05-03 05:17:13.364/2024-05-03 05:17:13.443 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v8("/") 2024-05-03 05:17:13.444/* CDOResourceFolder@_ZmyrMAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testDetachExisting")2024-05-03 05:17:13.444/* CDOResource@_ZmyrMQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.444/* Product1@_ZmyrMgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.444/* OrderDetail@_ZmyrMwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.444/* BranchingSameSessionTest_testDetachExisting_subBranch[22]2024-05-03 05:17:13.444/* CDOResourceFolder@_ZmyrMAkMEe-bzopYCigSfg:22v0("?")->0v12024-05-03 05:17:13.444/* CDOResource@_ZmyrMQkMEe-bzopYCigSfg:22v0("?")->0v12024-05-03 05:17:13.444/2024-05-03 05:17:13.452 CDOResource@_ZmyrMQkMEe-bzopYCigSfg:22v1("res")2024-05-03 05:17:13.453/2024-05-03 05:17:13.455 CDOResource@_ZmyrMQkMEe-bzopYCigSfg:22v2("res")2024-05-03 05:17:13.456/* Product1@_ZmyrMgkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:13.444/2024-05-03 05:17:13.452 Product1@_ZmyrMgkMEe-bzopYCigSfg:22v1 2024-05-03 05:17:13.453/2024-05-03 05:17:13.455 Product1@_ZmyrMgkMEe-bzopYCigSfg:22v2 2024-05-03 05:17:13.456/* OrderDetail@_ZmyrMwkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:13.444/2024-05-03 05:17:13.450 OrderDetail@_Zm6nAAkMEe-bzopYCigSfg:22v1 2024-05-03 05:17:13.456/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v7("/") 2024-05-03 05:17:13.364/2024-05-03 05:17:13.443 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v8("/") 2024-05-03 05:17:13.444/* CDOResourceFolder@_ZmyrMAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testDetachExisting")2024-05-03 05:17:13.444/* CDOResource@_ZmyrMQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.444/* Product1@_ZmyrMgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.444/* OrderDetail@_ZmyrMwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.444/* BranchingSameSessionTest_testDetachExisting_subBranch[22]2024-05-03 05:17:13.444/* CDOResourceFolder@_ZmyrMAkMEe-bzopYCigSfg:22v0("?")->0v12024-05-03 05:17:13.444/* CDOResource@_ZmyrMQkMEe-bzopYCigSfg:22v0("?")->0v12024-05-03 05:17:13.444/2024-05-03 05:17:13.452 CDOResource@_ZmyrMQkMEe-bzopYCigSfg:22v1("res")2024-05-03 05:17:13.453/2024-05-03 05:17:13.455 CDOResource@_ZmyrMQkMEe-bzopYCigSfg:22v2("res")2024-05-03 05:17:13.456/* Product1@_ZmyrMgkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:13.444/2024-05-03 05:17:13.452 Product1@_ZmyrMgkMEe-bzopYCigSfg:22v1 2024-05-03 05:17:13.453/2024-05-03 05:17:13.455 Product1@_ZmyrMgkMEe-bzopYCigSfg:22v2 2024-05-03 05:17:13.456/* OrderDetail@_ZmyrMwkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:13.444/2024-05-03 05:17:13.450 OrderDetail@_ZmyrMwkMEe-bzopYCigSfg:22v1 2024-05-03 05:17:13.451/2024-05-03 05:17:13.452 OrderDetail@_Zm6nAAkMEe-bzopYCigSfg:22v1 2024-05-03 05:17:13.456/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v7("/") 2024-05-03 05:17:13.364/2024-05-03 05:17:13.443 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v8("/") 2024-05-03 05:17:13.444/* CDOResourceFolder@_ZmyrMAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testDetachExisting")2024-05-03 05:17:13.444/* CDOResource@_ZmyrMQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.444/* Product1@_ZmyrMgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.444/* OrderDetail@_ZmyrMwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.444/* BranchingSameSessionTest_testDetachExisting_subBranch[22]2024-05-03 05:17:13.444/* CDOResourceFolder@_ZmyrMAkMEe-bzopYCigSfg:22v0("?")->0v12024-05-03 05:17:13.444/* CDOResource@_ZmyrMQkMEe-bzopYCigSfg:22v0("?")->0v12024-05-03 05:17:13.444/2024-05-03 05:17:13.452 CDOResource@_ZmyrMQkMEe-bzopYCigSfg:22v1("res")2024-05-03 05:17:13.453/2024-05-03 05:17:13.455 CDOResource@_ZmyrMQkMEe-bzopYCigSfg:22v2("res")2024-05-03 05:17:13.456/* Product1@_ZmyrMgkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:13.444/2024-05-03 05:17:13.452 Product1@_ZmyrMgkMEe-bzopYCigSfg:22v1 2024-05-03 05:17:13.453/2024-05-03 05:17:13.455 Product1@_ZmyrMgkMEe-bzopYCigSfg:22v2 2024-05-03 05:17:13.456/* OrderDetail@_ZmyrMwkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:13.444/2024-05-03 05:17:13.450 OrderDetail@_Zm6nAAkMEe-bzopYCigSfg:22v1 2024-05-03 05:17:13.456/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v7("/") 2024-05-03 05:17:13.364/2024-05-03 05:17:13.443 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v8("/") 2024-05-03 05:17:13.444/* CDOResourceFolder@_ZmyrMAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testDetachExisting")2024-05-03 05:17:13.444/* CDOResource@_ZmyrMQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.444/* Product1@_ZmyrMgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.444/* OrderDetail@_ZmyrMwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.444/* BranchingSameSessionTest_testDetachExisting_subBranch[22]2024-05-03 05:17:13.444/* CDOResourceFolder@_ZmyrMAkMEe-bzopYCigSfg:22v0("?")->0v12024-05-03 05:17:13.444/* CDOResource@_ZmyrMQkMEe-bzopYCigSfg:22v0("?")->0v12024-05-03 05:17:13.444/2024-05-03 05:17:13.452 CDOResource@_ZmyrMQkMEe-bzopYCigSfg:22v1("res")2024-05-03 05:17:13.453/2024-05-03 05:17:13.455 CDOResource@_ZmyrMQkMEe-bzopYCigSfg:22v2("res")2024-05-03 05:17:13.456/* Product1@_ZmyrMgkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:13.444/2024-05-03 05:17:13.452 Product1@_ZmyrMgkMEe-bzopYCigSfg:22v1 2024-05-03 05:17:13.453/2024-05-03 05:17:13.455 Product1@_ZmyrMgkMEe-bzopYCigSfg:22v2 2024-05-03 05:17:13.456/* OrderDetail@_ZmyrMwkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:13.444/2024-05-03 05:17:13.450 OrderDetail@_ZmyrMwkMEe-bzopYCigSfg:22v1 2024-05-03 05:17:13.451/2024-05-03 05:17:13.452 OrderDetail@_Zm6nAAkMEe-bzopYCigSfg:22v1 2024-05-03 05:17:13.456/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v7("/") 2024-05-03 05:17:13.364/2024-05-03 05:17:13.443 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v8("/") 2024-05-03 05:17:13.444/* CDOResourceFolder@_ZmyrMAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testDetachExisting")2024-05-03 05:17:13.444/* CDOResource@_ZmyrMQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.444/* Product1@_ZmyrMgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.444/* OrderDetail@_ZmyrMwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.444/* BranchingSameSessionTest_testDetachExisting_subBranch[22]2024-05-03 05:17:13.444/* CDOResourceFolder@_ZmyrMAkMEe-bzopYCigSfg:22v0("?")->0v12024-05-03 05:17:13.444/* CDOResource@_ZmyrMQkMEe-bzopYCigSfg:22v0("?")->0v12024-05-03 05:17:13.444/2024-05-03 05:17:13.452 CDOResource@_ZmyrMQkMEe-bzopYCigSfg:22v1("res")2024-05-03 05:17:13.453/2024-05-03 05:17:13.455 CDOResource@_ZmyrMQkMEe-bzopYCigSfg:22v2("res")2024-05-03 05:17:13.456/* Product1@_ZmyrMgkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:13.444/2024-05-03 05:17:13.452 Product1@_ZmyrMgkMEe-bzopYCigSfg:22v1 2024-05-03 05:17:13.453/2024-05-03 05:17:13.455 Product1@_ZmyrMgkMEe-bzopYCigSfg:22v2 2024-05-03 05:17:13.456/* OrderDetail@_ZmyrMwkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:13.444/2024-05-03 05:17:13.450 OrderDetail@_Zm6nAAkMEe-bzopYCigSfg:22v1 2024-05-03 05:17:13.456/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v7("/") 2024-05-03 05:17:13.364/2024-05-03 05:17:13.443 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v8("/") 2024-05-03 05:17:13.444/* CDOResourceFolder@_ZmyrMAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testDetachExisting")2024-05-03 05:17:13.444/* CDOResource@_ZmyrMQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.444/* Product1@_ZmyrMgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.444/* OrderDetail@_ZmyrMwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.444/* BranchingSameSessionTest_testDetachExisting_subBranch[22]2024-05-03 05:17:13.444/* CDOResourceFolder@_ZmyrMAkMEe-bzopYCigSfg:22v0("?")->0v12024-05-03 05:17:13.444/* CDOResource@_ZmyrMQkMEe-bzopYCigSfg:22v0("?")->0v12024-05-03 05:17:13.444/2024-05-03 05:17:13.452 CDOResource@_ZmyrMQkMEe-bzopYCigSfg:22v1("res")2024-05-03 05:17:13.453/2024-05-03 05:17:13.455 CDOResource@_ZmyrMQkMEe-bzopYCigSfg:22v2("res")2024-05-03 05:17:13.456/* Product1@_ZmyrMgkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:13.444/2024-05-03 05:17:13.452 Product1@_ZmyrMgkMEe-bzopYCigSfg:22v1 2024-05-03 05:17:13.453/2024-05-03 05:17:13.455 Product1@_ZmyrMgkMEe-bzopYCigSfg:22v2 2024-05-03 05:17:13.456/* OrderDetail@_ZmyrMwkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:13.444/2024-05-03 05:17:13.450 OrderDetail@_ZmyrMwkMEe-bzopYCigSfg:22v1 2024-05-03 05:17:13.451/2024-05-03 05:17:13.452 OrderDetail@_Zm6nAAkMEe-bzopYCigSfg:22v1 2024-05-03 05:17:13.456/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v7("/") 2024-05-03 05:17:13.364/2024-05-03 05:17:13.443 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v8("/") 2024-05-03 05:17:13.444/* CDOResourceFolder@_ZmyrMAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testDetachExisting")2024-05-03 05:17:13.444/* CDOResource@_ZmyrMQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.444/* Product1@_ZmyrMgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.444/* OrderDetail@_ZmyrMwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.444/* BranchingSameSessionTest_testDetachExisting_subBranch[22]2024-05-03 05:17:13.444/* CDOResourceFolder@_ZmyrMAkMEe-bzopYCigSfg:22v0("?")->0v12024-05-03 05:17:13.444/* CDOResource@_ZmyrMQkMEe-bzopYCigSfg:22v0("?")->0v12024-05-03 05:17:13.444/2024-05-03 05:17:13.452 CDOResource@_ZmyrMQkMEe-bzopYCigSfg:22v1("res")2024-05-03 05:17:13.453/2024-05-03 05:17:13.455 CDOResource@_ZmyrMQkMEe-bzopYCigSfg:22v2("res")2024-05-03 05:17:13.456/* Product1@_ZmyrMgkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:13.444/2024-05-03 05:17:13.452 Product1@_ZmyrMgkMEe-bzopYCigSfg:22v1 2024-05-03 05:17:13.453/2024-05-03 05:17:13.455 Product1@_ZmyrMgkMEe-bzopYCigSfg:22v2 2024-05-03 05:17:13.456/* OrderDetail@_ZmyrMwkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:13.444/2024-05-03 05:17:13.450 OrderDetail@_Zm6nAAkMEe-bzopYCigSfg:22v1 2024-05-03 05:17:13.456/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v7("/") 2024-05-03 05:17:13.364/2024-05-03 05:17:13.443 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v8("/") 2024-05-03 05:17:13.444/* CDOResourceFolder@_ZmyrMAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testDetachExisting")2024-05-03 05:17:13.444/* CDOResource@_ZmyrMQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.444/* Product1@_ZmyrMgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.444/* OrderDetail@_ZmyrMwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.444/* BranchingSameSessionTest_testDetachExisting_subBranch[22]2024-05-03 05:17:13.444/* CDOResourceFolder@_ZmyrMAkMEe-bzopYCigSfg:22v0("?")->0v12024-05-03 05:17:13.444/* CDOResource@_ZmyrMQkMEe-bzopYCigSfg:22v0("?")->0v12024-05-03 05:17:13.444/2024-05-03 05:17:13.452 CDOResource@_ZmyrMQkMEe-bzopYCigSfg:22v1("res")2024-05-03 05:17:13.453/2024-05-03 05:17:13.455 CDOResource@_ZmyrMQkMEe-bzopYCigSfg:22v2("res")2024-05-03 05:17:13.456/* Product1@_ZmyrMgkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:13.444/2024-05-03 05:17:13.452 Product1@_ZmyrMgkMEe-bzopYCigSfg:22v1 2024-05-03 05:17:13.453/2024-05-03 05:17:13.455 Product1@_ZmyrMgkMEe-bzopYCigSfg:22v2 2024-05-03 05:17:13.456/* OrderDetail@_ZmyrMwkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:13.444/2024-05-03 05:17:13.450 OrderDetail@_ZmyrMwkMEe-bzopYCigSfg:22v1 2024-05-03 05:17:13.451/2024-05-03 05:17:13.452 OrderDetail@_Zm6nAAkMEe-bzopYCigSfg:22v1 2024-05-03 05:17:13.456/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v7("/") 2024-05-03 05:17:13.364/2024-05-03 05:17:13.443 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v8("/") 2024-05-03 05:17:13.444/* CDOResourceFolder@_ZmyrMAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testDetachExisting")2024-05-03 05:17:13.444/* CDOResource@_ZmyrMQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.444/* Product1@_ZmyrMgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.444/* OrderDetail@_ZmyrMwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.444/* BranchingSameSessionTest_testDetachExisting_subBranch[22]2024-05-03 05:17:13.444/* CDOResourceFolder@_ZmyrMAkMEe-bzopYCigSfg:22v0("?")->0v12024-05-03 05:17:13.444/* CDOResource@_ZmyrMQkMEe-bzopYCigSfg:22v0("?")->0v12024-05-03 05:17:13.444/2024-05-03 05:17:13.452 CDOResource@_ZmyrMQkMEe-bzopYCigSfg:22v1("res")2024-05-03 05:17:13.453/2024-05-03 05:17:13.455 CDOResource@_ZmyrMQkMEe-bzopYCigSfg:22v2("res")2024-05-03 05:17:13.456/* Product1@_ZmyrMgkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:13.444/2024-05-03 05:17:13.452 Product1@_ZmyrMgkMEe-bzopYCigSfg:22v1 2024-05-03 05:17:13.453/2024-05-03 05:17:13.455 Product1@_ZmyrMgkMEe-bzopYCigSfg:22v2 2024-05-03 05:17:13.456/* OrderDetail@_ZmyrMwkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:13.444/2024-05-03 05:17:13.450 OrderDetail@_Zm6nAAkMEe-bzopYCigSfg:22v1 2024-05-03 05:17:13.456/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v7("/") 2024-05-03 05:17:13.364/2024-05-03 05:17:13.443 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v8("/") 2024-05-03 05:17:13.444/* CDOResourceFolder@_ZmyrMAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testDetachExisting")2024-05-03 05:17:13.444/* CDOResource@_ZmyrMQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.444/* Product1@_ZmyrMgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.444/* OrderDetail@_ZmyrMwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.444/* BranchingSameSessionTest_testDetachExisting_subBranch[22]2024-05-03 05:17:13.444/* CDOResourceFolder@_ZmyrMAkMEe-bzopYCigSfg:22v0("?")->0v12024-05-03 05:17:13.444/* CDOResource@_ZmyrMQkMEe-bzopYCigSfg:22v0("?")->0v12024-05-03 05:17:13.444/2024-05-03 05:17:13.452 CDOResource@_ZmyrMQkMEe-bzopYCigSfg:22v1("res")2024-05-03 05:17:13.453/2024-05-03 05:17:13.455 CDOResource@_ZmyrMQkMEe-bzopYCigSfg:22v2("res")2024-05-03 05:17:13.456/* Product1@_ZmyrMgkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:13.444/2024-05-03 05:17:13.452 Product1@_ZmyrMgkMEe-bzopYCigSfg:22v1 2024-05-03 05:17:13.453/2024-05-03 05:17:13.455 Product1@_ZmyrMgkMEe-bzopYCigSfg:22v2 2024-05-03 05:17:13.456/* OrderDetail@_ZmyrMwkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:13.444/2024-05-03 05:17:13.450 OrderDetail@_ZmyrMwkMEe-bzopYCigSfg:22v1 2024-05-03 05:17:13.451/2024-05-03 05:17:13.452 OrderDetail@_Zm6nAAkMEe-bzopYCigSfg:22v1 2024-05-03 05:17:13.456/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v7("/") 2024-05-03 05:17:13.364/2024-05-03 05:17:13.443 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v8("/") 2024-05-03 05:17:13.444/* CDOResourceFolder@_ZmyrMAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testDetachExisting")2024-05-03 05:17:13.444/* CDOResource@_ZmyrMQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.444/* Product1@_ZmyrMgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.444/* OrderDetail@_ZmyrMwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.444/* BranchingSameSessionTest_testDetachExisting_subBranch[22]2024-05-03 05:17:13.444/* CDOResourceFolder@_ZmyrMAkMEe-bzopYCigSfg:22v0("?")->0v12024-05-03 05:17:13.444/* CDOResource@_ZmyrMQkMEe-bzopYCigSfg:22v0("?")->0v12024-05-03 05:17:13.444/2024-05-03 05:17:13.452 CDOResource@_ZmyrMQkMEe-bzopYCigSfg:22v1("res")2024-05-03 05:17:13.453/2024-05-03 05:17:13.455 CDOResource@_ZmyrMQkMEe-bzopYCigSfg:22v2("res")2024-05-03 05:17:13.456/* Product1@_ZmyrMgkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:13.444/2024-05-03 05:17:13.452 Product1@_ZmyrMgkMEe-bzopYCigSfg:22v1 2024-05-03 05:17:13.453/2024-05-03 05:17:13.455 Product1@_ZmyrMgkMEe-bzopYCigSfg:22v2 2024-05-03 05:17:13.456/* OrderDetail@_ZmyrMwkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:13.444/2024-05-03 05:17:13.450 OrderDetail@_Zm6nAAkMEe-bzopYCigSfg:22v1 2024-05-03 05:17:13.456/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v7("/") 2024-05-03 05:17:13.364/2024-05-03 05:17:13.443 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v8("/") 2024-05-03 05:17:13.444/* CDOResourceFolder@_ZmyrMAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testDetachExisting")2024-05-03 05:17:13.444/* CDOResource@_ZmyrMQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.444/* Product1@_ZmyrMgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.444/* OrderDetail@_ZmyrMwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.444/* BranchingSameSessionTest_testDetachExisting_subBranch[22]2024-05-03 05:17:13.444/* CDOResourceFolder@_ZmyrMAkMEe-bzopYCigSfg:22v0("?")->0v12024-05-03 05:17:13.444/* CDOResource@_ZmyrMQkMEe-bzopYCigSfg:22v0("?")->0v12024-05-03 05:17:13.444/2024-05-03 05:17:13.452 CDOResource@_ZmyrMQkMEe-bzopYCigSfg:22v1("res")2024-05-03 05:17:13.453/2024-05-03 05:17:13.455 CDOResource@_ZmyrMQkMEe-bzopYCigSfg:22v2("res")2024-05-03 05:17:13.456/* Product1@_ZmyrMgkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:13.444/2024-05-03 05:17:13.452 Product1@_ZmyrMgkMEe-bzopYCigSfg:22v1 2024-05-03 05:17:13.453/2024-05-03 05:17:13.455 Product1@_ZmyrMgkMEe-bzopYCigSfg:22v2 2024-05-03 05:17:13.456/* OrderDetail@_ZmyrMwkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:13.444/2024-05-03 05:17:13.450 OrderDetail@_ZmyrMwkMEe-bzopYCigSfg:22v1 2024-05-03 05:17:13.451/2024-05-03 05:17:13.452 OrderDetail@_Zm6nAAkMEe-bzopYCigSfg:22v1 2024-05-03 05:17:13.456/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v7("/") 2024-05-03 05:17:13.364/2024-05-03 05:17:13.443 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v8("/") 2024-05-03 05:17:13.444/* CDOResourceFolder@_ZmyrMAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testDetachExisting")2024-05-03 05:17:13.444/* CDOResource@_ZmyrMQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.444/* Product1@_ZmyrMgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.444/* OrderDetail@_ZmyrMwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.444/* BranchingSameSessionTest_testDetachExisting_subBranch[22]2024-05-03 05:17:13.444/* CDOResourceFolder@_ZmyrMAkMEe-bzopYCigSfg:22v0("?")->0v12024-05-03 05:17:13.444/* CDOResource@_ZmyrMQkMEe-bzopYCigSfg:22v0("?")->0v12024-05-03 05:17:13.444/2024-05-03 05:17:13.452 CDOResource@_ZmyrMQkMEe-bzopYCigSfg:22v1("res")2024-05-03 05:17:13.453/2024-05-03 05:17:13.455 CDOResource@_ZmyrMQkMEe-bzopYCigSfg:22v2("res")2024-05-03 05:17:13.456/* Product1@_ZmyrMgkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:13.444/2024-05-03 05:17:13.452 Product1@_ZmyrMgkMEe-bzopYCigSfg:22v1 2024-05-03 05:17:13.453/2024-05-03 05:17:13.455 Product1@_ZmyrMgkMEe-bzopYCigSfg:22v2 2024-05-03 05:17:13.456/* OrderDetail@_ZmyrMwkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:13.444/2024-05-03 05:17:13.450 OrderDetail@_Zm6nAAkMEe-bzopYCigSfg:22v1 2024-05-03 05:17:13.456/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v7("/") 2024-05-03 05:17:13.364/2024-05-03 05:17:13.443 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v8("/") 2024-05-03 05:17:13.444/* CDOResourceFolder@_ZmyrMAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testDetachExisting")2024-05-03 05:17:13.444/* CDOResource@_ZmyrMQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.444/* Product1@_ZmyrMgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.444/* OrderDetail@_ZmyrMwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.444/* BranchingSameSessionTest_testDetachExisting_subBranch[22]2024-05-03 05:17:13.444/* CDOResourceFolder@_ZmyrMAkMEe-bzopYCigSfg:22v0("?")->0v12024-05-03 05:17:13.444/* CDOResource@_ZmyrMQkMEe-bzopYCigSfg:22v0("?")->0v12024-05-03 05:17:13.444/2024-05-03 05:17:13.452 CDOResource@_ZmyrMQkMEe-bzopYCigSfg:22v1("res")2024-05-03 05:17:13.453/2024-05-03 05:17:13.455 CDOResource@_ZmyrMQkMEe-bzopYCigSfg:22v2("res")2024-05-03 05:17:13.456/* Product1@_ZmyrMgkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:13.444/2024-05-03 05:17:13.452 Product1@_ZmyrMgkMEe-bzopYCigSfg:22v1 2024-05-03 05:17:13.453/2024-05-03 05:17:13.455 Product1@_ZmyrMgkMEe-bzopYCigSfg:22v2 2024-05-03 05:17:13.456/* OrderDetail@_ZmyrMwkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:13.444/2024-05-03 05:17:13.450 OrderDetail@_ZmyrMwkMEe-bzopYCigSfg:22v1 2024-05-03 05:17:13.451/2024-05-03 05:17:13.452 OrderDetail@_Zm6nAAkMEe-bzopYCigSfg:22v1 2024-05-03 05:17:13.456/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v7("/") 2024-05-03 05:17:13.364/2024-05-03 05:17:13.443 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v8("/") 2024-05-03 05:17:13.444/* CDOResourceFolder@_ZmyrMAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testDetachExisting")2024-05-03 05:17:13.444/* CDOResource@_ZmyrMQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.444/* Product1@_ZmyrMgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.444/* OrderDetail@_ZmyrMwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.444/* BranchingSameSessionTest_testDetachExisting_subBranch[22]2024-05-03 05:17:13.444/* CDOResourceFolder@_ZmyrMAkMEe-bzopYCigSfg:22v0("?")->0v12024-05-03 05:17:13.444/* CDOResource@_ZmyrMQkMEe-bzopYCigSfg:22v0("?")->0v12024-05-03 05:17:13.444/2024-05-03 05:17:13.452 CDOResource@_ZmyrMQkMEe-bzopYCigSfg:22v1("res")2024-05-03 05:17:13.453/2024-05-03 05:17:13.455 CDOResource@_ZmyrMQkMEe-bzopYCigSfg:22v2("res")2024-05-03 05:17:13.456/* Product1@_ZmyrMgkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:13.444/2024-05-03 05:17:13.452 Product1@_ZmyrMgkMEe-bzopYCigSfg:22v1 2024-05-03 05:17:13.453/2024-05-03 05:17:13.455 Product1@_ZmyrMgkMEe-bzopYCigSfg:22v2 2024-05-03 05:17:13.456/* OrderDetail@_ZmyrMwkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:13.444/2024-05-03 05:17:13.450 OrderDetail@_Zm6nAAkMEe-bzopYCigSfg:22v1 2024-05-03 05:17:13.456/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v7("/") 2024-05-03 05:17:13.364/2024-05-03 05:17:13.443 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v8("/") 2024-05-03 05:17:13.444/* CDOResourceFolder@_ZmyrMAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testDetachExisting")2024-05-03 05:17:13.444/* CDOResource@_ZmyrMQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.444/* Product1@_ZmyrMgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.444/* OrderDetail@_ZmyrMwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.444/* BranchingSameSessionTest_testDetachExisting_subBranch[22]2024-05-03 05:17:13.444/* CDOResourceFolder@_ZmyrMAkMEe-bzopYCigSfg:22v0("?")->0v12024-05-03 05:17:13.444/* CDOResource@_ZmyrMQkMEe-bzopYCigSfg:22v0("?")->0v12024-05-03 05:17:13.444/2024-05-03 05:17:13.452 CDOResource@_ZmyrMQkMEe-bzopYCigSfg:22v1("res")2024-05-03 05:17:13.453/2024-05-03 05:17:13.455 CDOResource@_ZmyrMQkMEe-bzopYCigSfg:22v2("res")2024-05-03 05:17:13.456/* Product1@_ZmyrMgkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:13.444/2024-05-03 05:17:13.452 Product1@_ZmyrMgkMEe-bzopYCigSfg:22v1 2024-05-03 05:17:13.453/2024-05-03 05:17:13.455 Product1@_ZmyrMgkMEe-bzopYCigSfg:22v2 2024-05-03 05:17:13.456/* OrderDetail@_ZmyrMwkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:13.444/2024-05-03 05:17:13.450 OrderDetail@_ZmyrMwkMEe-bzopYCigSfg:22v1 2024-05-03 05:17:13.451/2024-05-03 05:17:13.452 OrderDetail@_Zm6nAAkMEe-bzopYCigSfg:22v1 2024-05-03 05:17:13.456/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v7("/") 2024-05-03 05:17:13.364/2024-05-03 05:17:13.443 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v8("/") 2024-05-03 05:17:13.444/* CDOResourceFolder@_ZmyrMAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testDetachExisting")2024-05-03 05:17:13.444/* CDOResource@_ZmyrMQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.444/* Product1@_ZmyrMgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.444/* OrderDetail@_ZmyrMwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.444/* BranchingSameSessionTest_testDetachExisting_subBranch[22]2024-05-03 05:17:13.444/* CDOResourceFolder@_ZmyrMAkMEe-bzopYCigSfg:22v0("?")->0v12024-05-03 05:17:13.444/* CDOResource@_ZmyrMQkMEe-bzopYCigSfg:22v0("?")->0v12024-05-03 05:17:13.444/2024-05-03 05:17:13.452 CDOResource@_ZmyrMQkMEe-bzopYCigSfg:22v1("res")2024-05-03 05:17:13.453/2024-05-03 05:17:13.455 CDOResource@_ZmyrMQkMEe-bzopYCigSfg:22v2("res")2024-05-03 05:17:13.456/* Product1@_ZmyrMgkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:13.444/2024-05-03 05:17:13.452 Product1@_ZmyrMgkMEe-bzopYCigSfg:22v1 2024-05-03 05:17:13.453/2024-05-03 05:17:13.455 Product1@_ZmyrMgkMEe-bzopYCigSfg:22v2 2024-05-03 05:17:13.456/* OrderDetail@_ZmyrMwkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:13.444/2024-05-03 05:17:13.450 OrderDetail@_Zm6nAAkMEe-bzopYCigSfg:22v1 2024-05-03 05:17:13.456/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v7("/") 2024-05-03 05:17:13.364/2024-05-03 05:17:13.443 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v8("/") 2024-05-03 05:17:13.444/* CDOResourceFolder@_ZmyrMAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testDetachExisting")2024-05-03 05:17:13.444/* CDOResource@_ZmyrMQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.444/* Product1@_ZmyrMgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.444/* OrderDetail@_ZmyrMwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.444/* BranchingSameSessionTest_testDetachExisting_subBranch[22]2024-05-03 05:17:13.444/* CDOResourceFolder@_ZmyrMAkMEe-bzopYCigSfg:22v0("?")->0v12024-05-03 05:17:13.444/* CDOResource@_ZmyrMQkMEe-bzopYCigSfg:22v0("?")->0v12024-05-03 05:17:13.444/2024-05-03 05:17:13.452 CDOResource@_ZmyrMQkMEe-bzopYCigSfg:22v1("res")2024-05-03 05:17:13.453/2024-05-03 05:17:13.455 CDOResource@_ZmyrMQkMEe-bzopYCigSfg:22v2("res")2024-05-03 05:17:13.456/* Product1@_ZmyrMgkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:13.444/2024-05-03 05:17:13.452 Product1@_ZmyrMgkMEe-bzopYCigSfg:22v1 2024-05-03 05:17:13.453/2024-05-03 05:17:13.455 Product1@_ZmyrMgkMEe-bzopYCigSfg:22v2 2024-05-03 05:17:13.456/* OrderDetail@_ZmyrMwkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:13.444/2024-05-03 05:17:13.450 OrderDetail@_ZmyrMwkMEe-bzopYCigSfg:22v1 2024-05-03 05:17:13.451/2024-05-03 05:17:13.452 OrderDetail@_Zm6nAAkMEe-bzopYCigSfg:22v1 2024-05-03 05:17:13.456/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v7("/") 2024-05-03 05:17:13.364/2024-05-03 05:17:13.443 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v8("/") 2024-05-03 05:17:13.444/* CDOResourceFolder@_ZmyrMAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testDetachExisting")2024-05-03 05:17:13.444/* CDOResource@_ZmyrMQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.444/* Product1@_ZmyrMgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.444/* OrderDetail@_ZmyrMwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.444/* BranchingSameSessionTest_testDetachExisting_subBranch[22]2024-05-03 05:17:13.444/* CDOResourceFolder@_ZmyrMAkMEe-bzopYCigSfg:22v0("?")->0v12024-05-03 05:17:13.444/* CDOResource@_ZmyrMQkMEe-bzopYCigSfg:22v0("?")->0v12024-05-03 05:17:13.444/2024-05-03 05:17:13.452 CDOResource@_ZmyrMQkMEe-bzopYCigSfg:22v1("res")2024-05-03 05:17:13.453/2024-05-03 05:17:13.455 CDOResource@_ZmyrMQkMEe-bzopYCigSfg:22v2("res")2024-05-03 05:17:13.456/* Product1@_ZmyrMgkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:13.444/2024-05-03 05:17:13.452 Product1@_ZmyrMgkMEe-bzopYCigSfg:22v1 2024-05-03 05:17:13.453/2024-05-03 05:17:13.455 Product1@_ZmyrMgkMEe-bzopYCigSfg:22v2 2024-05-03 05:17:13.456/* OrderDetail@_ZmyrMwkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:13.444/2024-05-03 05:17:13.450 OrderDetail@_Zm6nAAkMEe-bzopYCigSfg:22v1 2024-05-03 05:17:13.456/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v7("/") 2024-05-03 05:17:13.364/2024-05-03 05:17:13.443 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v8("/") 2024-05-03 05:17:13.444/* CDOResourceFolder@_ZmyrMAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testDetachExisting")2024-05-03 05:17:13.444/* CDOResource@_ZmyrMQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.444/* Product1@_ZmyrMgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.444/* OrderDetail@_ZmyrMwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.444/* BranchingSameSessionTest_testDetachExisting_subBranch[22]2024-05-03 05:17:13.444/* CDOResourceFolder@_ZmyrMAkMEe-bzopYCigSfg:22v0("?")->0v12024-05-03 05:17:13.444/* CDOResource@_ZmyrMQkMEe-bzopYCigSfg:22v0("?")->0v12024-05-03 05:17:13.444/2024-05-03 05:17:13.452 CDOResource@_ZmyrMQkMEe-bzopYCigSfg:22v1("res")2024-05-03 05:17:13.453/2024-05-03 05:17:13.455 CDOResource@_ZmyrMQkMEe-bzopYCigSfg:22v2("res")2024-05-03 05:17:13.456/* Product1@_ZmyrMgkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:13.444/2024-05-03 05:17:13.452 Product1@_ZmyrMgkMEe-bzopYCigSfg:22v1 2024-05-03 05:17:13.453/2024-05-03 05:17:13.455 Product1@_ZmyrMgkMEe-bzopYCigSfg:22v2 2024-05-03 05:17:13.456/* OrderDetail@_ZmyrMwkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:13.444/2024-05-03 05:17:13.450 OrderDetail@_ZmyrMwkMEe-bzopYCigSfg:22v1 2024-05-03 05:17:13.451/2024-05-03 05:17:13.452 OrderDetail@_Zm6nAAkMEe-bzopYCigSfg:22v1 2024-05-03 05:17:13.456/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v7("/") 2024-05-03 05:17:13.364/2024-05-03 05:17:13.443 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v8("/") 2024-05-03 05:17:13.444/* CDOResourceFolder@_ZmyrMAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testDetachExisting")2024-05-03 05:17:13.444/* CDOResource@_ZmyrMQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.444/* Product1@_ZmyrMgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.444/* OrderDetail@_ZmyrMwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.444/* BranchingSameSessionTest_testDetachExisting_subBranch[22]2024-05-03 05:17:13.444/* CDOResourceFolder@_ZmyrMAkMEe-bzopYCigSfg:22v0("?")->0v12024-05-03 05:17:13.444/* CDOResource@_ZmyrMQkMEe-bzopYCigSfg:22v0("?")->0v12024-05-03 05:17:13.444/2024-05-03 05:17:13.452 CDOResource@_ZmyrMQkMEe-bzopYCigSfg:22v1("res")2024-05-03 05:17:13.453/2024-05-03 05:17:13.455 CDOResource@_ZmyrMQkMEe-bzopYCigSfg:22v2("res")2024-05-03 05:17:13.456/* Product1@_ZmyrMgkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:13.444/2024-05-03 05:17:13.452 Product1@_ZmyrMgkMEe-bzopYCigSfg:22v1 2024-05-03 05:17:13.453/2024-05-03 05:17:13.455 Product1@_ZmyrMgkMEe-bzopYCigSfg:22v2 2024-05-03 05:17:13.456/* OrderDetail@_ZmyrMwkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:13.444/2024-05-03 05:17:13.450 OrderDetail@_Zm6nAAkMEe-bzopYCigSfg:22v1 2024-05-03 05:17:13.456/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v7("/") 2024-05-03 05:17:13.364/2024-05-03 05:17:13.443 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v8("/") 2024-05-03 05:17:13.444/* CDOResourceFolder@_ZmyrMAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testDetachExisting")2024-05-03 05:17:13.444/* CDOResource@_ZmyrMQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.444/* Product1@_ZmyrMgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.444/* OrderDetail@_ZmyrMwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.444/* BranchingSameSessionTest_testDetachExisting_subBranch[22]2024-05-03 05:17:13.444/* CDOResourceFolder@_ZmyrMAkMEe-bzopYCigSfg:22v0("?")->0v12024-05-03 05:17:13.444/* CDOResource@_ZmyrMQkMEe-bzopYCigSfg:22v0("?")->0v12024-05-03 05:17:13.444/2024-05-03 05:17:13.452 CDOResource@_ZmyrMQkMEe-bzopYCigSfg:22v1("res")2024-05-03 05:17:13.453/2024-05-03 05:17:13.455 CDOResource@_ZmyrMQkMEe-bzopYCigSfg:22v2("res")2024-05-03 05:17:13.456/* Product1@_ZmyrMgkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:13.444/2024-05-03 05:17:13.452 Product1@_ZmyrMgkMEe-bzopYCigSfg:22v1 2024-05-03 05:17:13.453/2024-05-03 05:17:13.455 Product1@_ZmyrMgkMEe-bzopYCigSfg:22v2 2024-05-03 05:17:13.456/* OrderDetail@_ZmyrMwkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:13.444/2024-05-03 05:17:13.450 OrderDetail@_ZmyrMwkMEe-bzopYCigSfg:22v1 2024-05-03 05:17:13.451/2024-05-03 05:17:13.452 OrderDetail@_Zm6nAAkMEe-bzopYCigSfg:22v1 2024-05-03 05:17:13.456/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v7("/") 2024-05-03 05:17:13.364/2024-05-03 05:17:13.443 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v8("/") 2024-05-03 05:17:13.444/* CDOResourceFolder@_ZmyrMAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testDetachExisting")2024-05-03 05:17:13.444/* CDOResource@_ZmyrMQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.444/* Product1@_ZmyrMgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.444/* OrderDetail@_ZmyrMwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.444/* BranchingSameSessionTest_testDetachExisting_subBranch[22]2024-05-03 05:17:13.444/* CDOResourceFolder@_ZmyrMAkMEe-bzopYCigSfg:22v0("?")->0v12024-05-03 05:17:13.444/* CDOResource@_ZmyrMQkMEe-bzopYCigSfg:22v0("?")->0v12024-05-03 05:17:13.444/2024-05-03 05:17:13.452 CDOResource@_ZmyrMQkMEe-bzopYCigSfg:22v1("res")2024-05-03 05:17:13.453/2024-05-03 05:17:13.455 CDOResource@_ZmyrMQkMEe-bzopYCigSfg:22v2("res")2024-05-03 05:17:13.456/* Product1@_ZmyrMgkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:13.444/2024-05-03 05:17:13.452 Product1@_ZmyrMgkMEe-bzopYCigSfg:22v1 2024-05-03 05:17:13.453/2024-05-03 05:17:13.455 Product1@_ZmyrMgkMEe-bzopYCigSfg:22v2 2024-05-03 05:17:13.456/* OrderDetail@_ZmyrMwkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:13.444/2024-05-03 05:17:13.450 OrderDetail@_Zm6nAAkMEe-bzopYCigSfg:22v1 2024-05-03 05:17:13.456/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v7("/") 2024-05-03 05:17:13.364/2024-05-03 05:17:13.443 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v8("/") 2024-05-03 05:17:13.444/* CDOResourceFolder@_ZmyrMAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testDetachExisting")2024-05-03 05:17:13.444/* CDOResource@_ZmyrMQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.444/* Product1@_ZmyrMgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.444/* OrderDetail@_ZmyrMwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.444/* BranchingSameSessionTest_testDetachExisting_subBranch[22]2024-05-03 05:17:13.444/* CDOResourceFolder@_ZmyrMAkMEe-bzopYCigSfg:22v0("?")->0v12024-05-03 05:17:13.444/* CDOResource@_ZmyrMQkMEe-bzopYCigSfg:22v0("?")->0v12024-05-03 05:17:13.444/2024-05-03 05:17:13.452 CDOResource@_ZmyrMQkMEe-bzopYCigSfg:22v1("res")2024-05-03 05:17:13.453/2024-05-03 05:17:13.455 CDOResource@_ZmyrMQkMEe-bzopYCigSfg:22v2("res")2024-05-03 05:17:13.456/* Product1@_ZmyrMgkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:13.444/2024-05-03 05:17:13.452 Product1@_ZmyrMgkMEe-bzopYCigSfg:22v1 2024-05-03 05:17:13.453/2024-05-03 05:17:13.455 Product1@_ZmyrMgkMEe-bzopYCigSfg:22v2 2024-05-03 05:17:13.456/* OrderDetail@_ZmyrMwkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:13.444/2024-05-03 05:17:13.450 OrderDetail@_ZmyrMwkMEe-bzopYCigSfg:22v1 2024-05-03 05:17:13.451/2024-05-03 05:17:13.452 OrderDetail@_Zm6nAAkMEe-bzopYCigSfg:22v1 2024-05-03 05:17:13.456/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v7("/") 2024-05-03 05:17:13.364/2024-05-03 05:17:13.443 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v8("/") 2024-05-03 05:17:13.444/* CDOResourceFolder@_ZmyrMAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testDetachExisting")2024-05-03 05:17:13.444/* CDOResource@_ZmyrMQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.444/* Product1@_ZmyrMgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.444/* OrderDetail@_ZmyrMwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.444/* BranchingSameSessionTest_testDetachExisting_subBranch[22]2024-05-03 05:17:13.444/* CDOResourceFolder@_ZmyrMAkMEe-bzopYCigSfg:22v0("?")->0v12024-05-03 05:17:13.444/* CDOResource@_ZmyrMQkMEe-bzopYCigSfg:22v0("?")->0v12024-05-03 05:17:13.444/2024-05-03 05:17:13.452 CDOResource@_ZmyrMQkMEe-bzopYCigSfg:22v1("res")2024-05-03 05:17:13.453/2024-05-03 05:17:13.455 CDOResource@_ZmyrMQkMEe-bzopYCigSfg:22v2("res")2024-05-03 05:17:13.456/* Product1@_ZmyrMgkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:13.444/2024-05-03 05:17:13.452 Product1@_ZmyrMgkMEe-bzopYCigSfg:22v1 2024-05-03 05:17:13.453/2024-05-03 05:17:13.455 Product1@_ZmyrMgkMEe-bzopYCigSfg:22v2 2024-05-03 05:17:13.456/* OrderDetail@_ZmyrMwkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:13.444/2024-05-03 05:17:13.450 OrderDetail@_Zm6nAAkMEe-bzopYCigSfg:22v1 2024-05-03 05:17:13.456/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v7("/") 2024-05-03 05:17:13.364/2024-05-03 05:17:13.443 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v8("/") 2024-05-03 05:17:13.444/* CDOResourceFolder@_ZmyrMAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testDetachExisting")2024-05-03 05:17:13.444/* CDOResource@_ZmyrMQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.444/* Product1@_ZmyrMgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.444/* OrderDetail@_ZmyrMwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.444/* BranchingSameSessionTest_testDetachExisting_subBranch[22]2024-05-03 05:17:13.444/* CDOResourceFolder@_ZmyrMAkMEe-bzopYCigSfg:22v0("?")->0v12024-05-03 05:17:13.444/* CDOResource@_ZmyrMQkMEe-bzopYCigSfg:22v0("?")->0v12024-05-03 05:17:13.444/2024-05-03 05:17:13.452 CDOResource@_ZmyrMQkMEe-bzopYCigSfg:22v1("res")2024-05-03 05:17:13.453/2024-05-03 05:17:13.455 CDOResource@_ZmyrMQkMEe-bzopYCigSfg:22v2("res")2024-05-03 05:17:13.456/* Product1@_ZmyrMgkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:13.444/2024-05-03 05:17:13.452 Product1@_ZmyrMgkMEe-bzopYCigSfg:22v1 2024-05-03 05:17:13.453/2024-05-03 05:17:13.455 Product1@_ZmyrMgkMEe-bzopYCigSfg:22v2 2024-05-03 05:17:13.456/* OrderDetail@_ZmyrMwkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:13.444/2024-05-03 05:17:13.450 OrderDetail@_ZmyrMwkMEe-bzopYCigSfg:22v1 2024-05-03 05:17:13.451/2024-05-03 05:17:13.452 OrderDetail@_Zm6nAAkMEe-bzopYCigSfg:22v1 2024-05-03 05:17:13.456/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v7("/") 2024-05-03 05:17:13.364/2024-05-03 05:17:13.443 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v8("/") 2024-05-03 05:17:13.444/* CDOResourceFolder@_ZmyrMAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testDetachExisting")2024-05-03 05:17:13.444/* CDOResource@_ZmyrMQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.444/* Product1@_ZmyrMgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.444/* OrderDetail@_ZmyrMwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.444/* BranchingSameSessionTest_testDetachExisting_subBranch[22]2024-05-03 05:17:13.444/* CDOResourceFolder@_ZmyrMAkMEe-bzopYCigSfg:22v0("?")->0v12024-05-03 05:17:13.444/* CDOResource@_ZmyrMQkMEe-bzopYCigSfg:22v0("?")->0v12024-05-03 05:17:13.444/2024-05-03 05:17:13.452 CDOResource@_ZmyrMQkMEe-bzopYCigSfg:22v1("res")2024-05-03 05:17:13.453/2024-05-03 05:17:13.455 CDOResource@_ZmyrMQkMEe-bzopYCigSfg:22v2("res")2024-05-03 05:17:13.456/* Product1@_ZmyrMgkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:13.444/2024-05-03 05:17:13.452 Product1@_ZmyrMgkMEe-bzopYCigSfg:22v1 2024-05-03 05:17:13.453/2024-05-03 05:17:13.455 Product1@_ZmyrMgkMEe-bzopYCigSfg:22v2 2024-05-03 05:17:13.456/* OrderDetail@_ZmyrMwkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:13.444/2024-05-03 05:17:13.450 OrderDetail@_Zm6nAAkMEe-bzopYCigSfg:22v1 2024-05-03 05:17:13.456/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v7("/") 2024-05-03 05:17:13.364/2024-05-03 05:17:13.443 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v8("/") 2024-05-03 05:17:13.444/* CDOResourceFolder@_ZmyrMAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testDetachExisting")2024-05-03 05:17:13.444/* CDOResource@_ZmyrMQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.444/* Product1@_ZmyrMgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.444/* OrderDetail@_ZmyrMwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.444/* BranchingSameSessionTest_testDetachExisting_subBranch[22]2024-05-03 05:17:13.444/* CDOResourceFolder@_ZmyrMAkMEe-bzopYCigSfg:22v0("?")->0v12024-05-03 05:17:13.444/* CDOResource@_ZmyrMQkMEe-bzopYCigSfg:22v0("?")->0v12024-05-03 05:17:13.444/2024-05-03 05:17:13.452 CDOResource@_ZmyrMQkMEe-bzopYCigSfg:22v1("res")2024-05-03 05:17:13.453/2024-05-03 05:17:13.455 CDOResource@_ZmyrMQkMEe-bzopYCigSfg:22v2("res")2024-05-03 05:17:13.456/* Product1@_ZmyrMgkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:13.444/2024-05-03 05:17:13.452 Product1@_ZmyrMgkMEe-bzopYCigSfg:22v1 2024-05-03 05:17:13.453/2024-05-03 05:17:13.455 Product1@_ZmyrMgkMEe-bzopYCigSfg:22v2 2024-05-03 05:17:13.456/* OrderDetail@_ZmyrMwkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:13.444/2024-05-03 05:17:13.450 OrderDetail@_ZmyrMwkMEe-bzopYCigSfg:22v1 2024-05-03 05:17:13.451/2024-05-03 05:17:13.452 OrderDetail@_Zm6nAAkMEe-bzopYCigSfg:22v1 2024-05-03 05:17:13.456/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v7("/") 2024-05-03 05:17:13.364/2024-05-03 05:17:13.443 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v8("/") 2024-05-03 05:17:13.444/* CDOResourceFolder@_ZmyrMAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testDetachExisting")2024-05-03 05:17:13.444/* CDOResource@_ZmyrMQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.444/* Product1@_ZmyrMgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.444/* OrderDetail@_ZmyrMwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.444/* BranchingSameSessionTest_testDetachExisting_subBranch[22]2024-05-03 05:17:13.444/* CDOResourceFolder@_ZmyrMAkMEe-bzopYCigSfg:22v0("?")->0v12024-05-03 05:17:13.444/* CDOResource@_ZmyrMQkMEe-bzopYCigSfg:22v0("?")->0v12024-05-03 05:17:13.444/2024-05-03 05:17:13.452 CDOResource@_ZmyrMQkMEe-bzopYCigSfg:22v1("res")2024-05-03 05:17:13.453/2024-05-03 05:17:13.455 CDOResource@_ZmyrMQkMEe-bzopYCigSfg:22v2("res")2024-05-03 05:17:13.456/* Product1@_ZmyrMgkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:13.444/2024-05-03 05:17:13.452 Product1@_ZmyrMgkMEe-bzopYCigSfg:22v1 2024-05-03 05:17:13.453/2024-05-03 05:17:13.455 Product1@_ZmyrMgkMEe-bzopYCigSfg:22v2 2024-05-03 05:17:13.456/* OrderDetail@_ZmyrMwkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:13.444/2024-05-03 05:17:13.450 OrderDetail@_Zm6nAAkMEe-bzopYCigSfg:22v1 2024-05-03 05:17:13.456/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v7("/") 2024-05-03 05:17:13.364/2024-05-03 05:17:13.443 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v8("/") 2024-05-03 05:17:13.444/* CDOResourceFolder@_ZmyrMAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testDetachExisting")2024-05-03 05:17:13.444/* CDOResource@_ZmyrMQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.444/* Product1@_ZmyrMgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.444/* OrderDetail@_ZmyrMwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.444/* BranchingSameSessionTest_testDetachExisting_subBranch[22]2024-05-03 05:17:13.444/* CDOResourceFolder@_ZmyrMAkMEe-bzopYCigSfg:22v0("?")->0v12024-05-03 05:17:13.444/* CDOResource@_ZmyrMQkMEe-bzopYCigSfg:22v0("?")->0v12024-05-03 05:17:13.444/2024-05-03 05:17:13.452 CDOResource@_ZmyrMQkMEe-bzopYCigSfg:22v1("res")2024-05-03 05:17:13.453/2024-05-03 05:17:13.455 CDOResource@_ZmyrMQkMEe-bzopYCigSfg:22v2("res")2024-05-03 05:17:13.456/* Product1@_ZmyrMgkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:13.444/2024-05-03 05:17:13.452 Product1@_ZmyrMgkMEe-bzopYCigSfg:22v1 2024-05-03 05:17:13.453/2024-05-03 05:17:13.455 Product1@_ZmyrMgkMEe-bzopYCigSfg:22v2 2024-05-03 05:17:13.456/* OrderDetail@_ZmyrMwkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:13.444/2024-05-03 05:17:13.450 OrderDetail@_ZmyrMwkMEe-bzopYCigSfg:22v1 2024-05-03 05:17:13.451/2024-05-03 05:17:13.452 OrderDetail@_Zm6nAAkMEe-bzopYCigSfg:22v1 2024-05-03 05:17:13.456/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v7("/") 2024-05-03 05:17:13.364/2024-05-03 05:17:13.443 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v8("/") 2024-05-03 05:17:13.444/* CDOResourceFolder@_ZmyrMAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testDetachExisting")2024-05-03 05:17:13.444/* CDOResource@_ZmyrMQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.444/* Product1@_ZmyrMgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.444/* OrderDetail@_ZmyrMwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.444/* BranchingSameSessionTest_testDetachExisting_subBranch[22]2024-05-03 05:17:13.444/* CDOResourceFolder@_ZmyrMAkMEe-bzopYCigSfg:22v0("?")->0v12024-05-03 05:17:13.444/* CDOResource@_ZmyrMQkMEe-bzopYCigSfg:22v0("?")->0v12024-05-03 05:17:13.444/2024-05-03 05:17:13.452 CDOResource@_ZmyrMQkMEe-bzopYCigSfg:22v1("res")2024-05-03 05:17:13.453/2024-05-03 05:17:13.455 CDOResource@_ZmyrMQkMEe-bzopYCigSfg:22v2("res")2024-05-03 05:17:13.456/* Product1@_ZmyrMgkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:13.444/2024-05-03 05:17:13.452 Product1@_ZmyrMgkMEe-bzopYCigSfg:22v1 2024-05-03 05:17:13.453/2024-05-03 05:17:13.455 Product1@_ZmyrMgkMEe-bzopYCigSfg:22v2 2024-05-03 05:17:13.456/* OrderDetail@_ZmyrMwkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:13.444/2024-05-03 05:17:13.450 OrderDetail@_Zm6nAAkMEe-bzopYCigSfg:22v1 2024-05-03 05:17:13.456/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v7("/") 2024-05-03 05:17:13.364/2024-05-03 05:17:13.443 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v8("/") 2024-05-03 05:17:13.444/* CDOResourceFolder@_ZmyrMAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testDetachExisting")2024-05-03 05:17:13.444/* CDOResource@_ZmyrMQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.444/* Product1@_ZmyrMgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.444/* OrderDetail@_ZmyrMwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.444/* BranchingSameSessionTest_testDetachExisting_subBranch[22]2024-05-03 05:17:13.444/* CDOResourceFolder@_ZmyrMAkMEe-bzopYCigSfg:22v0("?")->0v12024-05-03 05:17:13.444/* CDOResource@_ZmyrMQkMEe-bzopYCigSfg:22v0("?")->0v12024-05-03 05:17:13.444/2024-05-03 05:17:13.452 CDOResource@_ZmyrMQkMEe-bzopYCigSfg:22v1("res")2024-05-03 05:17:13.453/2024-05-03 05:17:13.455 CDOResource@_ZmyrMQkMEe-bzopYCigSfg:22v2("res")2024-05-03 05:17:13.456/* Product1@_ZmyrMgkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:13.444/2024-05-03 05:17:13.452 Product1@_ZmyrMgkMEe-bzopYCigSfg:22v1 2024-05-03 05:17:13.453/2024-05-03 05:17:13.455 Product1@_ZmyrMgkMEe-bzopYCigSfg:22v2 2024-05-03 05:17:13.456/* OrderDetail@_ZmyrMwkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:13.444/2024-05-03 05:17:13.450 OrderDetail@_ZmyrMwkMEe-bzopYCigSfg:22v1 2024-05-03 05:17:13.451/2024-05-03 05:17:13.452 OrderDetail@_Zm6nAAkMEe-bzopYCigSfg:22v1 2024-05-03 05:17:13.456/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v7("/") 2024-05-03 05:17:13.364/2024-05-03 05:17:13.443 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v8("/") 2024-05-03 05:17:13.444/* CDOResourceFolder@_ZmyrMAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testDetachExisting")2024-05-03 05:17:13.444/* CDOResource@_ZmyrMQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.444/* Product1@_ZmyrMgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.444/* OrderDetail@_ZmyrMwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.444/* BranchingSameSessionTest_testDetachExisting_subBranch[22]2024-05-03 05:17:13.444/* CDOResourceFolder@_ZmyrMAkMEe-bzopYCigSfg:22v0("?")->0v12024-05-03 05:17:13.444/* CDOResource@_ZmyrMQkMEe-bzopYCigSfg:22v0("?")->0v12024-05-03 05:17:13.444/2024-05-03 05:17:13.452 CDOResource@_ZmyrMQkMEe-bzopYCigSfg:22v1("res")2024-05-03 05:17:13.453/2024-05-03 05:17:13.455 CDOResource@_ZmyrMQkMEe-bzopYCigSfg:22v2("res")2024-05-03 05:17:13.456/* Product1@_ZmyrMgkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:13.444/2024-05-03 05:17:13.452 Product1@_ZmyrMgkMEe-bzopYCigSfg:22v1 2024-05-03 05:17:13.453/2024-05-03 05:17:13.455 Product1@_ZmyrMgkMEe-bzopYCigSfg:22v2 2024-05-03 05:17:13.456/* OrderDetail@_ZmyrMwkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:13.444/2024-05-03 05:17:13.450 OrderDetail@_Zm6nAAkMEe-bzopYCigSfg:22v1 2024-05-03 05:17:13.456/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v7("/") 2024-05-03 05:17:13.364/2024-05-03 05:17:13.443 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v8("/") 2024-05-03 05:17:13.444/* CDOResourceFolder@_ZmyrMAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testDetachExisting")2024-05-03 05:17:13.444/* CDOResource@_ZmyrMQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.444/* Product1@_ZmyrMgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.444/* OrderDetail@_ZmyrMwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.444/* BranchingSameSessionTest_testDetachExisting_subBranch[22]2024-05-03 05:17:13.444/* CDOResourceFolder@_ZmyrMAkMEe-bzopYCigSfg:22v0("?")->0v12024-05-03 05:17:13.444/* CDOResource@_ZmyrMQkMEe-bzopYCigSfg:22v0("?")->0v12024-05-03 05:17:13.444/2024-05-03 05:17:13.452 CDOResource@_ZmyrMQkMEe-bzopYCigSfg:22v1("res")2024-05-03 05:17:13.453/2024-05-03 05:17:13.455 CDOResource@_ZmyrMQkMEe-bzopYCigSfg:22v2("res")2024-05-03 05:17:13.456/* Product1@_ZmyrMgkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:13.444/2024-05-03 05:17:13.452 Product1@_ZmyrMgkMEe-bzopYCigSfg:22v1 2024-05-03 05:17:13.453/2024-05-03 05:17:13.455 Product1@_ZmyrMgkMEe-bzopYCigSfg:22v2 2024-05-03 05:17:13.456/* OrderDetail@_ZmyrMwkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:13.444/2024-05-03 05:17:13.450 OrderDetail@_ZmyrMwkMEe-bzopYCigSfg:22v1 2024-05-03 05:17:13.451/2024-05-03 05:17:13.452 OrderDetail@_Zm6nAAkMEe-bzopYCigSfg:22v1 2024-05-03 05:17:13.456/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v7("/") 2024-05-03 05:17:13.364/2024-05-03 05:17:13.443 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v8("/") 2024-05-03 05:17:13.444/* CDOResourceFolder@_ZmyrMAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testDetachExisting")2024-05-03 05:17:13.444/* CDOResource@_ZmyrMQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.444/* Product1@_ZmyrMgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.444/* OrderDetail@_ZmyrMwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.444/* BranchingSameSessionTest_testDetachExisting_subBranch[22]2024-05-03 05:17:13.444/* CDOResourceFolder@_ZmyrMAkMEe-bzopYCigSfg:22v0("?")->0v12024-05-03 05:17:13.444/* CDOResource@_ZmyrMQkMEe-bzopYCigSfg:22v0("?")->0v12024-05-03 05:17:13.444/2024-05-03 05:17:13.452 CDOResource@_ZmyrMQkMEe-bzopYCigSfg:22v1("res")2024-05-03 05:17:13.453/2024-05-03 05:17:13.455 CDOResource@_ZmyrMQkMEe-bzopYCigSfg:22v2("res")2024-05-03 05:17:13.456/* Product1@_ZmyrMgkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:13.444/2024-05-03 05:17:13.452 Product1@_ZmyrMgkMEe-bzopYCigSfg:22v1 2024-05-03 05:17:13.453/2024-05-03 05:17:13.455 Product1@_ZmyrMgkMEe-bzopYCigSfg:22v2 2024-05-03 05:17:13.456/* OrderDetail@_ZmyrMwkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:13.444/2024-05-03 05:17:13.450 OrderDetail@_ZmyrMwkMEe-bzopYCigSfg:22v1 2024-05-03 05:17:13.451/2024-05-03 05:17:13.452 OrderDetail@_Zm6nAAkMEe-bzopYCigSfg:22v1 2024-05-03 05:17:13.456/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v7("/") 2024-05-03 05:17:13.364/2024-05-03 05:17:13.443 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v8("/") 2024-05-03 05:17:13.444/* CDOResourceFolder@_ZmyrMAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testDetachExisting")2024-05-03 05:17:13.444/* CDOResource@_ZmyrMQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.444/* Product1@_ZmyrMgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.444/* OrderDetail@_ZmyrMwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.444/* BranchingSameSessionTest_testDetachExisting_subBranch[22]2024-05-03 05:17:13.444/* CDOResourceFolder@_ZmyrMAkMEe-bzopYCigSfg:22v0("?")->0v12024-05-03 05:17:13.444/* CDOResource@_ZmyrMQkMEe-bzopYCigSfg:22v0("?")->0v12024-05-03 05:17:13.444/2024-05-03 05:17:13.452 CDOResource@_ZmyrMQkMEe-bzopYCigSfg:22v1("res")2024-05-03 05:17:13.453/2024-05-03 05:17:13.455 CDOResource@_ZmyrMQkMEe-bzopYCigSfg:22v2("res")2024-05-03 05:17:13.456/* Product1@_ZmyrMgkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:13.444/2024-05-03 05:17:13.452 Product1@_ZmyrMgkMEe-bzopYCigSfg:22v1 2024-05-03 05:17:13.453/2024-05-03 05:17:13.455 Product1@_ZmyrMgkMEe-bzopYCigSfg:22v2 2024-05-03 05:17:13.456/* OrderDetail@_ZmyrMwkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:13.444/2024-05-03 05:17:13.450 OrderDetail@_ZmyrMwkMEe-bzopYCigSfg:22v1 2024-05-03 05:17:13.451/2024-05-03 05:17:13.452 OrderDetail@_Zm6nAAkMEe-bzopYCigSfg:22v1 2024-05-03 05:17:13.456/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v7("/") 2024-05-03 05:17:13.364/2024-05-03 05:17:13.443 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v8("/") 2024-05-03 05:17:13.444/* CDOResourceFolder@_ZmyrMAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testDetachExisting")2024-05-03 05:17:13.444/* CDOResource@_ZmyrMQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.444/* Product1@_ZmyrMgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.444/* OrderDetail@_ZmyrMwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.444/* BranchingSameSessionTest_testDetachExisting_subBranch[22]2024-05-03 05:17:13.444/* CDOResourceFolder@_ZmyrMAkMEe-bzopYCigSfg:22v0("?")->0v12024-05-03 05:17:13.444/* CDOResource@_ZmyrMQkMEe-bzopYCigSfg:22v0("?")->0v12024-05-03 05:17:13.444/2024-05-03 05:17:13.452 CDOResource@_ZmyrMQkMEe-bzopYCigSfg:22v1("res")2024-05-03 05:17:13.453/2024-05-03 05:17:13.455 CDOResource@_ZmyrMQkMEe-bzopYCigSfg:22v2("res")2024-05-03 05:17:13.456/* Product1@_ZmyrMgkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:13.444/2024-05-03 05:17:13.452 Product1@_ZmyrMgkMEe-bzopYCigSfg:22v1 2024-05-03 05:17:13.453/2024-05-03 05:17:13.455 Product1@_ZmyrMgkMEe-bzopYCigSfg:22v2 2024-05-03 05:17:13.456/* OrderDetail@_ZmyrMwkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:13.444/2024-05-03 05:17:13.450 OrderDetail@_ZmyrMwkMEe-bzopYCigSfg:22v1 2024-05-03 05:17:13.451/2024-05-03 05:17:13.452 OrderDetail@_Zm6nAAkMEe-bzopYCigSfg:22v1 2024-05-03 05:17:13.456/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v7("/") 2024-05-03 05:17:13.364/2024-05-03 05:17:13.443 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v8("/") 2024-05-03 05:17:13.444/* CDOResourceFolder@_ZmyrMAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testDetachExisting")2024-05-03 05:17:13.444/* CDOResource@_ZmyrMQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.444/* Product1@_ZmyrMgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.444/* OrderDetail@_ZmyrMwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.444/* BranchingSameSessionTest_testDetachExisting_subBranch[22]2024-05-03 05:17:13.444/* CDOResourceFolder@_ZmyrMAkMEe-bzopYCigSfg:22v0("?")->0v12024-05-03 05:17:13.444/* CDOResource@_ZmyrMQkMEe-bzopYCigSfg:22v0("?")->0v12024-05-03 05:17:13.444/2024-05-03 05:17:13.452 CDOResource@_ZmyrMQkMEe-bzopYCigSfg:22v1("res")2024-05-03 05:17:13.453/2024-05-03 05:17:13.455 CDOResource@_ZmyrMQkMEe-bzopYCigSfg:22v2("res")2024-05-03 05:17:13.456/* Product1@_ZmyrMgkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:13.444/2024-05-03 05:17:13.452 Product1@_ZmyrMgkMEe-bzopYCigSfg:22v1 2024-05-03 05:17:13.453/2024-05-03 05:17:13.455 Product1@_ZmyrMgkMEe-bzopYCigSfg:22v2 2024-05-03 05:17:13.456/* OrderDetail@_ZmyrMwkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:13.444/2024-05-03 05:17:13.450 OrderDetail@_ZmyrMwkMEe-bzopYCigSfg:22v1 2024-05-03 05:17:13.451/2024-05-03 05:17:13.452 OrderDetail@_Zm6nAAkMEe-bzopYCigSfg:22v1 2024-05-03 05:17:13.456/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v7("/") 2024-05-03 05:17:13.364/2024-05-03 05:17:13.443 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v8("/") 2024-05-03 05:17:13.444/* CDOResourceFolder@_ZmyrMAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testDetachExisting")2024-05-03 05:17:13.444/* CDOResource@_ZmyrMQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.444/* Product1@_ZmyrMgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.444/* OrderDetail@_ZmyrMwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.444/* BranchingSameSessionTest_testDetachExisting_subBranch[22]2024-05-03 05:17:13.444/* CDOResourceFolder@_ZmyrMAkMEe-bzopYCigSfg:22v0("?")->0v12024-05-03 05:17:13.444/* CDOResource@_ZmyrMQkMEe-bzopYCigSfg:22v0("?")->0v12024-05-03 05:17:13.444/2024-05-03 05:17:13.452 CDOResource@_ZmyrMQkMEe-bzopYCigSfg:22v1("res")2024-05-03 05:17:13.453/2024-05-03 05:17:13.455 CDOResource@_ZmyrMQkMEe-bzopYCigSfg:22v2("res")2024-05-03 05:17:13.456/* Product1@_ZmyrMgkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:13.444/2024-05-03 05:17:13.452 Product1@_ZmyrMgkMEe-bzopYCigSfg:22v1 2024-05-03 05:17:13.453/2024-05-03 05:17:13.455 Product1@_ZmyrMgkMEe-bzopYCigSfg:22v2 2024-05-03 05:17:13.456/* OrderDetail@_ZmyrMwkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:13.444/2024-05-03 05:17:13.450 OrderDetail@_ZmyrMwkMEe-bzopYCigSfg:22v1 2024-05-03 05:17:13.451/2024-05-03 05:17:13.452 OrderDetail@_Zm6nAAkMEe-bzopYCigSfg:22v1 2024-05-03 05:17:13.456/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v7("/") 2024-05-03 05:17:13.364/2024-05-03 05:17:13.443 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v8("/") 2024-05-03 05:17:13.444/* CDOResourceFolder@_ZmyrMAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testDetachExisting")2024-05-03 05:17:13.444/* CDOResource@_ZmyrMQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.444/* Product1@_ZmyrMgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.444/* OrderDetail@_ZmyrMwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.444/* BranchingSameSessionTest_testDetachExisting_subBranch[22]2024-05-03 05:17:13.444/* CDOResourceFolder@_ZmyrMAkMEe-bzopYCigSfg:22v0("?")->0v12024-05-03 05:17:13.444/* CDOResource@_ZmyrMQkMEe-bzopYCigSfg:22v0("?")->0v12024-05-03 05:17:13.444/2024-05-03 05:17:13.452 CDOResource@_ZmyrMQkMEe-bzopYCigSfg:22v1("res")2024-05-03 05:17:13.453/2024-05-03 05:17:13.455 CDOResource@_ZmyrMQkMEe-bzopYCigSfg:22v2("res")2024-05-03 05:17:13.456/* Product1@_ZmyrMgkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:13.444/2024-05-03 05:17:13.452 Product1@_ZmyrMgkMEe-bzopYCigSfg:22v1 2024-05-03 05:17:13.453/2024-05-03 05:17:13.455 Product1@_ZmyrMgkMEe-bzopYCigSfg:22v2 2024-05-03 05:17:13.456/* OrderDetail@_ZmyrMwkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:13.444/2024-05-03 05:17:13.450 OrderDetail@_ZmyrMwkMEe-bzopYCigSfg:22v1 2024-05-03 05:17:13.451/2024-05-03 05:17:13.452 OrderDetail@_Zm6nAAkMEe-bzopYCigSfg:22v1 2024-05-03 05:17:13.456/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v7("/") 2024-05-03 05:17:13.364/2024-05-03 05:17:13.443 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v8("/") 2024-05-03 05:17:13.444/* CDOResourceFolder@_ZmyrMAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testDetachExisting")2024-05-03 05:17:13.444/* CDOResource@_ZmyrMQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.444/* Product1@_ZmyrMgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.444/* OrderDetail@_ZmyrMwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.444/* BranchingSameSessionTest_testDetachExisting_subBranch[22]2024-05-03 05:17:13.444/* CDOResourceFolder@_ZmyrMAkMEe-bzopYCigSfg:22v0("?")->0v12024-05-03 05:17:13.444/* CDOResource@_ZmyrMQkMEe-bzopYCigSfg:22v0("?")->0v12024-05-03 05:17:13.444/2024-05-03 05:17:13.452 CDOResource@_ZmyrMQkMEe-bzopYCigSfg:22v1("res")2024-05-03 05:17:13.453/2024-05-03 05:17:13.455 CDOResource@_ZmyrMQkMEe-bzopYCigSfg:22v2("res")2024-05-03 05:17:13.456/* Product1@_ZmyrMgkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:13.444/2024-05-03 05:17:13.452 Product1@_ZmyrMgkMEe-bzopYCigSfg:22v1 2024-05-03 05:17:13.453/2024-05-03 05:17:13.455 Product1@_ZmyrMgkMEe-bzopYCigSfg:22v2 2024-05-03 05:17:13.456/* OrderDetail@_ZmyrMwkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:13.444/2024-05-03 05:17:13.450 OrderDetail@_ZmyrMwkMEe-bzopYCigSfg:22v1 2024-05-03 05:17:13.451/2024-05-03 05:17:13.452 OrderDetail@_Zm6nAAkMEe-bzopYCigSfg:22v1 2024-05-03 05:17:13.456/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v7("/") 2024-05-03 05:17:13.364/2024-05-03 05:17:13.443 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v8("/") 2024-05-03 05:17:13.444/* CDOResourceFolder@_ZmyrMAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testDetachExisting")2024-05-03 05:17:13.444/* CDOResource@_ZmyrMQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.444/* Product1@_ZmyrMgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.444/* OrderDetail@_ZmyrMwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.444/* BranchingSameSessionTest_testDetachExisting_subBranch[22]2024-05-03 05:17:13.444/* CDOResourceFolder@_ZmyrMAkMEe-bzopYCigSfg:22v0("?")->0v12024-05-03 05:17:13.444/* CDOResource@_ZmyrMQkMEe-bzopYCigSfg:22v0("?")->0v12024-05-03 05:17:13.444/2024-05-03 05:17:13.452 CDOResource@_ZmyrMQkMEe-bzopYCigSfg:22v1("res")2024-05-03 05:17:13.453/2024-05-03 05:17:13.455 CDOResource@_ZmyrMQkMEe-bzopYCigSfg:22v2("res")2024-05-03 05:17:13.456/* Product1@_ZmyrMgkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:13.444/2024-05-03 05:17:13.452 Product1@_ZmyrMgkMEe-bzopYCigSfg:22v1 2024-05-03 05:17:13.453/2024-05-03 05:17:13.455 Product1@_ZmyrMgkMEe-bzopYCigSfg:22v2 2024-05-03 05:17:13.456/* OrderDetail@_ZmyrMwkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:13.444/2024-05-03 05:17:13.450 OrderDetail@_ZmyrMwkMEe-bzopYCigSfg:22v1 2024-05-03 05:17:13.451/2024-05-03 05:17:13.452 OrderDetail@_Zm6nAAkMEe-bzopYCigSfg:22v1 2024-05-03 05:17:13.456/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v7("/") 2024-05-03 05:17:13.364/2024-05-03 05:17:13.443 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v8("/") 2024-05-03 05:17:13.444/* CDOResourceFolder@_ZmyrMAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testDetachExisting")2024-05-03 05:17:13.444/* CDOResource@_ZmyrMQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.444/* Product1@_ZmyrMgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.444/* OrderDetail@_ZmyrMwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.444/* BranchingSameSessionTest_testDetachExisting_subBranch[22]2024-05-03 05:17:13.444/* CDOResourceFolder@_ZmyrMAkMEe-bzopYCigSfg:22v0("?")->0v12024-05-03 05:17:13.444/* CDOResource@_ZmyrMQkMEe-bzopYCigSfg:22v0("?")->0v12024-05-03 05:17:13.444/2024-05-03 05:17:13.452 CDOResource@_ZmyrMQkMEe-bzopYCigSfg:22v1("res")2024-05-03 05:17:13.453/2024-05-03 05:17:13.455 CDOResource@_ZmyrMQkMEe-bzopYCigSfg:22v2("res")2024-05-03 05:17:13.456/* Product1@_ZmyrMgkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:13.444/2024-05-03 05:17:13.452 Product1@_ZmyrMgkMEe-bzopYCigSfg:22v1 2024-05-03 05:17:13.453/2024-05-03 05:17:13.455 Product1@_ZmyrMgkMEe-bzopYCigSfg:22v2 2024-05-03 05:17:13.456/* OrderDetail@_ZmyrMwkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:13.444/2024-05-03 05:17:13.450 OrderDetail@_ZmyrMwkMEe-bzopYCigSfg:22v1 2024-05-03 05:17:13.451/2024-05-03 05:17:13.452 OrderDetail@_Zm6nAAkMEe-bzopYCigSfg:22v1 2024-05-03 05:17:13.456/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v7("/") 2024-05-03 05:17:13.364/2024-05-03 05:17:13.443 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v8("/") 2024-05-03 05:17:13.444/* CDOResourceFolder@_ZmyrMAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testDetachExisting")2024-05-03 05:17:13.444/* CDOResource@_ZmyrMQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.444/* Product1@_ZmyrMgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.444/* OrderDetail@_ZmyrMwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.444/* BranchingSameSessionTest_testDetachExisting_subBranch[22]2024-05-03 05:17:13.444/* CDOResourceFolder@_ZmyrMAkMEe-bzopYCigSfg:22v0("?")->0v12024-05-03 05:17:13.444/* CDOResource@_ZmyrMQkMEe-bzopYCigSfg:22v0("?")->0v12024-05-03 05:17:13.444/2024-05-03 05:17:13.452 CDOResource@_ZmyrMQkMEe-bzopYCigSfg:22v1("res")2024-05-03 05:17:13.453/2024-05-03 05:17:13.455 CDOResource@_ZmyrMQkMEe-bzopYCigSfg:22v2("res")2024-05-03 05:17:13.456/* Product1@_ZmyrMgkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:13.444/2024-05-03 05:17:13.452 Product1@_ZmyrMgkMEe-bzopYCigSfg:22v1 2024-05-03 05:17:13.453/2024-05-03 05:17:13.455 Product1@_ZmyrMgkMEe-bzopYCigSfg:22v2 2024-05-03 05:17:13.456/* OrderDetail@_ZmyrMwkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:13.444/2024-05-03 05:17:13.450 OrderDetail@_ZmyrMwkMEe-bzopYCigSfg:22v1 2024-05-03 05:17:13.451/2024-05-03 05:17:13.452 OrderDetail@_Zm6nAAkMEe-bzopYCigSfg:22v1 2024-05-03 05:17:13.456/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v7("/") 2024-05-03 05:17:13.364/2024-05-03 05:17:13.443 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v8("/") 2024-05-03 05:17:13.444/* CDOResourceFolder@_ZmyrMAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testDetachExisting")2024-05-03 05:17:13.444/* CDOResource@_ZmyrMQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.444/* Product1@_ZmyrMgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.444/* OrderDetail@_ZmyrMwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.444/* BranchingSameSessionTest_testDetachExisting_subBranch[22]2024-05-03 05:17:13.444/* CDOResourceFolder@_ZmyrMAkMEe-bzopYCigSfg:22v0("?")->0v12024-05-03 05:17:13.444/* CDOResource@_ZmyrMQkMEe-bzopYCigSfg:22v0("?")->0v12024-05-03 05:17:13.444/2024-05-03 05:17:13.452 CDOResource@_ZmyrMQkMEe-bzopYCigSfg:22v1("res")2024-05-03 05:17:13.453/2024-05-03 05:17:13.455 CDOResource@_ZmyrMQkMEe-bzopYCigSfg:22v2("res")2024-05-03 05:17:13.456/* Product1@_ZmyrMgkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:13.444/2024-05-03 05:17:13.452 Product1@_ZmyrMgkMEe-bzopYCigSfg:22v1 2024-05-03 05:17:13.453/2024-05-03 05:17:13.455 Product1@_ZmyrMgkMEe-bzopYCigSfg:22v2 2024-05-03 05:17:13.456/* OrderDetail@_ZmyrMwkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:13.444/2024-05-03 05:17:13.450 OrderDetail@_ZmyrMwkMEe-bzopYCigSfg:22v1 2024-05-03 05:17:13.451/2024-05-03 05:17:13.452 OrderDetail@_Zm6nAAkMEe-bzopYCigSfg:22v1 2024-05-03 05:17:13.456/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v7("/") 2024-05-03 05:17:13.364/2024-05-03 05:17:13.443 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v8("/") 2024-05-03 05:17:13.444/* CDOResourceFolder@_ZmyrMAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testDetachExisting")2024-05-03 05:17:13.444/* CDOResource@_ZmyrMQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.444/* Product1@_ZmyrMgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.444/* OrderDetail@_ZmyrMwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.444/* BranchingSameSessionTest_testDetachExisting_subBranch[22]2024-05-03 05:17:13.444/* CDOResourceFolder@_ZmyrMAkMEe-bzopYCigSfg:22v0("?")->0v12024-05-03 05:17:13.444/* CDOResource@_ZmyrMQkMEe-bzopYCigSfg:22v0("?")->0v12024-05-03 05:17:13.444/2024-05-03 05:17:13.452 CDOResource@_ZmyrMQkMEe-bzopYCigSfg:22v1("res")2024-05-03 05:17:13.453/2024-05-03 05:17:13.455 CDOResource@_ZmyrMQkMEe-bzopYCigSfg:22v2("res")2024-05-03 05:17:13.456/* Product1@_ZmyrMgkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:13.444/2024-05-03 05:17:13.452 Product1@_ZmyrMgkMEe-bzopYCigSfg:22v1 2024-05-03 05:17:13.453/2024-05-03 05:17:13.455 Product1@_ZmyrMgkMEe-bzopYCigSfg:22v2 2024-05-03 05:17:13.456/* OrderDetail@_ZmyrMwkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:13.444/2024-05-03 05:17:13.450 OrderDetail@_ZmyrMwkMEe-bzopYCigSfg:22v1 2024-05-03 05:17:13.451/2024-05-03 05:17:13.452 OrderDetail@_Zm6nAAkMEe-bzopYCigSfg:22v1 2024-05-03 05:17:13.456/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v7("/") 2024-05-03 05:17:13.364/2024-05-03 05:17:13.443 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v8("/") 2024-05-03 05:17:13.444/* CDOResourceFolder@_ZmyrMAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testDetachExisting")2024-05-03 05:17:13.444/* CDOResource@_ZmyrMQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.444/* Product1@_ZmyrMgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.444/* OrderDetail@_ZmyrMwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.444/* BranchingSameSessionTest_testDetachExisting_subBranch[22]2024-05-03 05:17:13.444/* CDOResourceFolder@_ZmyrMAkMEe-bzopYCigSfg:22v0("?")->0v12024-05-03 05:17:13.444/* CDOResource@_ZmyrMQkMEe-bzopYCigSfg:22v0("?")->0v12024-05-03 05:17:13.444/2024-05-03 05:17:13.452 CDOResource@_ZmyrMQkMEe-bzopYCigSfg:22v1("res")2024-05-03 05:17:13.453/2024-05-03 05:17:13.455 CDOResource@_ZmyrMQkMEe-bzopYCigSfg:22v2("res")2024-05-03 05:17:13.456/* Product1@_ZmyrMgkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:13.444/2024-05-03 05:17:13.452 Product1@_ZmyrMgkMEe-bzopYCigSfg:22v1 2024-05-03 05:17:13.453/2024-05-03 05:17:13.455 Product1@_ZmyrMgkMEe-bzopYCigSfg:22v2 2024-05-03 05:17:13.456/* OrderDetail@_ZmyrMwkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:13.444/2024-05-03 05:17:13.450 OrderDetail@_ZmyrMwkMEe-bzopYCigSfg:22v1 2024-05-03 05:17:13.451/2024-05-03 05:17:13.452 OrderDetail@_Zm6nAAkMEe-bzopYCigSfg:22v1 2024-05-03 05:17:13.456/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v7("/") 2024-05-03 05:17:13.364/2024-05-03 05:17:13.443 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v8("/") 2024-05-03 05:17:13.444/* CDOResourceFolder@_ZmyrMAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testDetachExisting")2024-05-03 05:17:13.444/* CDOResource@_ZmyrMQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.444/* Product1@_ZmyrMgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.444/* OrderDetail@_ZmyrMwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.444/* BranchingSameSessionTest_testDetachExisting_subBranch[22]2024-05-03 05:17:13.444/* CDOResourceFolder@_ZmyrMAkMEe-bzopYCigSfg:22v0("?")->0v12024-05-03 05:17:13.444/* CDOResource@_ZmyrMQkMEe-bzopYCigSfg:22v0("?")->0v12024-05-03 05:17:13.444/2024-05-03 05:17:13.452 CDOResource@_ZmyrMQkMEe-bzopYCigSfg:22v1("res")2024-05-03 05:17:13.453/2024-05-03 05:17:13.455 CDOResource@_ZmyrMQkMEe-bzopYCigSfg:22v2("res")2024-05-03 05:17:13.456/* Product1@_ZmyrMgkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:13.444/2024-05-03 05:17:13.452 Product1@_ZmyrMgkMEe-bzopYCigSfg:22v1 2024-05-03 05:17:13.453/2024-05-03 05:17:13.455 Product1@_ZmyrMgkMEe-bzopYCigSfg:22v2 2024-05-03 05:17:13.456/* OrderDetail@_ZmyrMwkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:13.444/2024-05-03 05:17:13.450 OrderDetail@_ZmyrMwkMEe-bzopYCigSfg:22v1 2024-05-03 05:17:13.451/2024-05-03 05:17:13.452 OrderDetail@_Zm6nAAkMEe-bzopYCigSfg:22v1 2024-05-03 05:17:13.456/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v7("/") 2024-05-03 05:17:13.364/2024-05-03 05:17:13.443 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v8("/") 2024-05-03 05:17:13.444/* CDOResourceFolder@_ZmyrMAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testDetachExisting")2024-05-03 05:17:13.444/* CDOResource@_ZmyrMQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.444/* Product1@_ZmyrMgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.444/* OrderDetail@_ZmyrMwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.444/* BranchingSameSessionTest_testDetachExisting_subBranch[22]2024-05-03 05:17:13.444/* CDOResourceFolder@_ZmyrMAkMEe-bzopYCigSfg:22v0("?")->0v12024-05-03 05:17:13.444/* CDOResource@_ZmyrMQkMEe-bzopYCigSfg:22v0("?")->0v12024-05-03 05:17:13.444/2024-05-03 05:17:13.452 CDOResource@_ZmyrMQkMEe-bzopYCigSfg:22v1("res")2024-05-03 05:17:13.453/2024-05-03 05:17:13.455 CDOResource@_ZmyrMQkMEe-bzopYCigSfg:22v2("res")2024-05-03 05:17:13.456/* Product1@_ZmyrMgkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:13.444/2024-05-03 05:17:13.452 Product1@_ZmyrMgkMEe-bzopYCigSfg:22v1 2024-05-03 05:17:13.453/2024-05-03 05:17:13.455 Product1@_ZmyrMgkMEe-bzopYCigSfg:22v2 2024-05-03 05:17:13.456/* OrderDetail@_ZmyrMwkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:13.444/2024-05-03 05:17:13.450 OrderDetail@_ZmyrMwkMEe-bzopYCigSfg:22v1 2024-05-03 05:17:13.451/2024-05-03 05:17:13.452 OrderDetail@_Zm6nAAkMEe-bzopYCigSfg:22v1 2024-05-03 05:17:13.456/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v7("/") 2024-05-03 05:17:13.364/2024-05-03 05:17:13.443 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v8("/") 2024-05-03 05:17:13.444/* CDOResourceFolder@_ZmyrMAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testDetachExisting")2024-05-03 05:17:13.444/* CDOResource@_ZmyrMQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.444/* Product1@_ZmyrMgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.444/* OrderDetail@_ZmyrMwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.444/* BranchingSameSessionTest_testDetachExisting_subBranch[22]2024-05-03 05:17:13.444/* CDOResourceFolder@_ZmyrMAkMEe-bzopYCigSfg:22v0("?")->0v12024-05-03 05:17:13.444/* CDOResource@_ZmyrMQkMEe-bzopYCigSfg:22v0("?")->0v12024-05-03 05:17:13.444/2024-05-03 05:17:13.452 CDOResource@_ZmyrMQkMEe-bzopYCigSfg:22v1("res")2024-05-03 05:17:13.453/2024-05-03 05:17:13.455 CDOResource@_ZmyrMQkMEe-bzopYCigSfg:22v2("res")2024-05-03 05:17:13.456/* Product1@_ZmyrMgkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:13.444/2024-05-03 05:17:13.452 Product1@_ZmyrMgkMEe-bzopYCigSfg:22v1 2024-05-03 05:17:13.453/2024-05-03 05:17:13.455 Product1@_ZmyrMgkMEe-bzopYCigSfg:22v2 2024-05-03 05:17:13.456/* OrderDetail@_ZmyrMwkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:13.444/2024-05-03 05:17:13.450 OrderDetail@_ZmyrMwkMEe-bzopYCigSfg:22v1 2024-05-03 05:17:13.451/2024-05-03 05:17:13.452 OrderDetail@_Zm6nAAkMEe-bzopYCigSfg:22v1 2024-05-03 05:17:13.456/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v7("/") 2024-05-03 05:17:13.364/2024-05-03 05:17:13.443 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v8("/") 2024-05-03 05:17:13.444/* CDOResourceFolder@_ZmyrMAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testDetachExisting")2024-05-03 05:17:13.444/* CDOResource@_ZmyrMQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.444/* Product1@_ZmyrMgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.444/* OrderDetail@_ZmyrMwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.444/* BranchingSameSessionTest_testDetachExisting_subBranch[22]2024-05-03 05:17:13.444/* CDOResourceFolder@_ZmyrMAkMEe-bzopYCigSfg:22v0("?")->0v12024-05-03 05:17:13.444/* CDOResource@_ZmyrMQkMEe-bzopYCigSfg:22v0("?")->0v12024-05-03 05:17:13.444/2024-05-03 05:17:13.452 CDOResource@_ZmyrMQkMEe-bzopYCigSfg:22v1("res")2024-05-03 05:17:13.453/2024-05-03 05:17:13.455 CDOResource@_ZmyrMQkMEe-bzopYCigSfg:22v2("res")2024-05-03 05:17:13.456/* Product1@_ZmyrMgkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:13.444/2024-05-03 05:17:13.452 Product1@_ZmyrMgkMEe-bzopYCigSfg:22v1 2024-05-03 05:17:13.453/2024-05-03 05:17:13.455 Product1@_ZmyrMgkMEe-bzopYCigSfg:22v2 2024-05-03 05:17:13.456/* OrderDetail@_ZmyrMwkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:13.444/2024-05-03 05:17:13.450 OrderDetail@_ZmyrMwkMEe-bzopYCigSfg:22v1 2024-05-03 05:17:13.451/2024-05-03 05:17:13.452 OrderDetail@_Zm6nAAkMEe-bzopYCigSfg:22v1 2024-05-03 05:17:13.456/* ******************************************************* BranchingSameSessionTest.testDetachWithoutRevision [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v8("/") 2024-05-03 05:17:13.444/2024-05-03 05:17:13.544 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v9("/") 2024-05-03 05:17:13.545/* CDOResourceFolder@_ZnwUgAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testDetachWithoutRevision")2024-05-03 05:17:13.545/* CDOResource@_ZnwUgQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.545/* Product1@_ZnwUggkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.545/* BranchingSameSessionTest_testDetachWithoutRevision_subBranch[23]2024-05-03 05:17:13.545/* CDOResourceFolder@_ZnwUgAkMEe-bzopYCigSfg:23v0("?")->0v12024-05-03 05:17:13.545/* CDOResource@_ZnwUgQkMEe-bzopYCigSfg:23v0("?")->0v12024-05-03 05:17:13.545/2024-05-03 05:17:13.549 CDOResource@_ZnwUgQkMEe-bzopYCigSfg:23v1("res")2024-05-03 05:17:13.550/* Product1@_ZnwUggkMEe-bzopYCigSfg:23v0->0v1 2024-05-03 05:17:13.545/2024-05-03 05:17:13.549 ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v8("/") 2024-05-03 05:17:13.444/2024-05-03 05:17:13.544 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v9("/") 2024-05-03 05:17:13.545/* CDOResourceFolder@_ZnwUgAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testDetachWithoutRevision")2024-05-03 05:17:13.545/* CDOResource@_ZnwUgQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.545/* Product1@_ZnwUggkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.545/* BranchingSameSessionTest_testDetachWithoutRevision_subBranch[23]2024-05-03 05:17:13.545/* CDOResourceFolder@_ZnwUgAkMEe-bzopYCigSfg:23v0("?")->0v12024-05-03 05:17:13.545/* CDOResource@_ZnwUgQkMEe-bzopYCigSfg:23v0("?")->0v12024-05-03 05:17:13.545/2024-05-03 05:17:13.549 CDOResource@_ZnwUgQkMEe-bzopYCigSfg:23v1("res")2024-05-03 05:17:13.550/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v8("/") 2024-05-03 05:17:13.444/2024-05-03 05:17:13.544 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v9("/") 2024-05-03 05:17:13.545/* CDOResourceFolder@_ZnwUgAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testDetachWithoutRevision")2024-05-03 05:17:13.545/* CDOResource@_ZnwUgQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.545/* Product1@_ZnwUggkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.545/* BranchingSameSessionTest_testDetachWithoutRevision_subBranch[23]2024-05-03 05:17:13.545/* CDOResourceFolder@_ZnwUgAkMEe-bzopYCigSfg:23v0("?")->0v12024-05-03 05:17:13.545/* CDOResource@_ZnwUgQkMEe-bzopYCigSfg:23v0("?")->0v12024-05-03 05:17:13.545/2024-05-03 05:17:13.549 CDOResource@_ZnwUgQkMEe-bzopYCigSfg:23v1("res")2024-05-03 05:17:13.550/* Product1@_ZnwUggkMEe-bzopYCigSfg:23v0->0v1 2024-05-03 05:17:13.545/2024-05-03 05:17:13.549 ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v8("/") 2024-05-03 05:17:13.444/2024-05-03 05:17:13.544 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v9("/") 2024-05-03 05:17:13.545/* CDOResourceFolder@_ZnwUgAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testDetachWithoutRevision")2024-05-03 05:17:13.545/* CDOResource@_ZnwUgQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.545/* Product1@_ZnwUggkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.545/* BranchingSameSessionTest_testDetachWithoutRevision_subBranch[23]2024-05-03 05:17:13.545/* CDOResourceFolder@_ZnwUgAkMEe-bzopYCigSfg:23v0("?")->0v12024-05-03 05:17:13.545/* CDOResource@_ZnwUgQkMEe-bzopYCigSfg:23v0("?")->0v12024-05-03 05:17:13.545/2024-05-03 05:17:13.549 CDOResource@_ZnwUgQkMEe-bzopYCigSfg:23v1("res")2024-05-03 05:17:13.550/* Product1@_ZnwUggkMEe-bzopYCigSfg:23v0->0v1 2024-05-03 05:17:13.545/2024-05-03 05:17:13.549 ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v8("/") 2024-05-03 05:17:13.444/2024-05-03 05:17:13.544 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v9("/") 2024-05-03 05:17:13.545/* CDOResourceFolder@_ZnwUgAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testDetachWithoutRevision")2024-05-03 05:17:13.545/* CDOResource@_ZnwUgQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.545/* Product1@_ZnwUggkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.545/* BranchingSameSessionTest_testDetachWithoutRevision_subBranch[23]2024-05-03 05:17:13.545/* CDOResourceFolder@_ZnwUgAkMEe-bzopYCigSfg:23v0("?")->0v12024-05-03 05:17:13.545/* CDOResource@_ZnwUgQkMEe-bzopYCigSfg:23v0("?")->0v12024-05-03 05:17:13.545/2024-05-03 05:17:13.549 CDOResource@_ZnwUgQkMEe-bzopYCigSfg:23v1("res")2024-05-03 05:17:13.550/* Product1@_ZnwUggkMEe-bzopYCigSfg:23v0->0v1 2024-05-03 05:17:13.545/2024-05-03 05:17:13.549 ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v8("/") 2024-05-03 05:17:13.444/2024-05-03 05:17:13.544 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v9("/") 2024-05-03 05:17:13.545/* CDOResourceFolder@_ZnwUgAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testDetachWithoutRevision")2024-05-03 05:17:13.545/* CDOResource@_ZnwUgQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.545/* Product1@_ZnwUggkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.545/* BranchingSameSessionTest_testDetachWithoutRevision_subBranch[23]2024-05-03 05:17:13.545/* CDOResourceFolder@_ZnwUgAkMEe-bzopYCigSfg:23v0("?")->0v12024-05-03 05:17:13.545/* CDOResource@_ZnwUgQkMEe-bzopYCigSfg:23v0("?")->0v12024-05-03 05:17:13.545/2024-05-03 05:17:13.549 CDOResource@_ZnwUgQkMEe-bzopYCigSfg:23v1("res")2024-05-03 05:17:13.550/* Product1@_ZnwUggkMEe-bzopYCigSfg:23v0->0v1 2024-05-03 05:17:13.545/2024-05-03 05:17:13.549 ******************************************************* BranchingSameSessionTest.testDetachWithoutRevision_CheckMainBranch [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v9("/") 2024-05-03 05:17:13.545/2024-05-03 05:17:13.565 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v10("/") 2024-05-03 05:17:13.566/* CDOResourceFolder@_Zn9I0AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testDetachWithoutRevision_CheckMainBranch")2024-05-03 05:17:13.566/* CDOResource@_Zn9I0QkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.566/* Product1@_Zn9I0gkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.566/* BranchingSameSessionTest_testDetachWithoutRevision_CheckMainBranch_subBranch[24]2024-05-03 05:17:13.566/* CDOResourceFolder@_Zn9I0AkMEe-bzopYCigSfg:24v0("?")->0v12024-05-03 05:17:13.566/* CDOResource@_Zn9I0QkMEe-bzopYCigSfg:24v0("?")->0v12024-05-03 05:17:13.566/2024-05-03 05:17:13.571 CDOResource@_Zn9I0QkMEe-bzopYCigSfg:24v1("res")2024-05-03 05:17:13.572/* Product1@_Zn9I0gkMEe-bzopYCigSfg:24v0->0v1 2024-05-03 05:17:13.566/2024-05-03 05:17:13.571 ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v9("/") 2024-05-03 05:17:13.545/2024-05-03 05:17:13.565 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v10("/") 2024-05-03 05:17:13.566/* CDOResourceFolder@_Zn9I0AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testDetachWithoutRevision_CheckMainBranch")2024-05-03 05:17:13.566/* CDOResource@_Zn9I0QkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.566/* Product1@_Zn9I0gkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.566/* BranchingSameSessionTest_testDetachWithoutRevision_CheckMainBranch_subBranch[24]2024-05-03 05:17:13.566/* CDOResourceFolder@_Zn9I0AkMEe-bzopYCigSfg:24v0("?")->0v12024-05-03 05:17:13.566/* CDOResource@_Zn9I0QkMEe-bzopYCigSfg:24v0("?")->0v12024-05-03 05:17:13.566/2024-05-03 05:17:13.571 CDOResource@_Zn9I0QkMEe-bzopYCigSfg:24v1("res")2024-05-03 05:17:13.572/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v9("/") 2024-05-03 05:17:13.545/2024-05-03 05:17:13.565 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v10("/") 2024-05-03 05:17:13.566/* CDOResourceFolder@_Zn9I0AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testDetachWithoutRevision_CheckMainBranch")2024-05-03 05:17:13.566/* CDOResource@_Zn9I0QkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.566/* Product1@_Zn9I0gkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.566/* BranchingSameSessionTest_testDetachWithoutRevision_CheckMainBranch_subBranch[24]2024-05-03 05:17:13.566/* CDOResourceFolder@_Zn9I0AkMEe-bzopYCigSfg:24v0("?")->0v12024-05-03 05:17:13.566/* CDOResource@_Zn9I0QkMEe-bzopYCigSfg:24v0("?")->0v12024-05-03 05:17:13.566/2024-05-03 05:17:13.571 CDOResource@_Zn9I0QkMEe-bzopYCigSfg:24v1("res")2024-05-03 05:17:13.572/* Product1@_Zn9I0gkMEe-bzopYCigSfg:24v0->0v1 2024-05-03 05:17:13.566/2024-05-03 05:17:13.571 ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v9("/") 2024-05-03 05:17:13.545/2024-05-03 05:17:13.565 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v10("/") 2024-05-03 05:17:13.566/* CDOResourceFolder@_Zn9I0AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testDetachWithoutRevision_CheckMainBranch")2024-05-03 05:17:13.566/* CDOResource@_Zn9I0QkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.566/* Product1@_Zn9I0gkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.566/* BranchingSameSessionTest_testDetachWithoutRevision_CheckMainBranch_subBranch[24]2024-05-03 05:17:13.566/* CDOResourceFolder@_Zn9I0AkMEe-bzopYCigSfg:24v0("?")->0v12024-05-03 05:17:13.566/* CDOResource@_Zn9I0QkMEe-bzopYCigSfg:24v0("?")->0v12024-05-03 05:17:13.566/2024-05-03 05:17:13.571 CDOResource@_Zn9I0QkMEe-bzopYCigSfg:24v1("res")2024-05-03 05:17:13.572/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v9("/") 2024-05-03 05:17:13.545/2024-05-03 05:17:13.565 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v10("/") 2024-05-03 05:17:13.566/* CDOResourceFolder@_Zn9I0AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testDetachWithoutRevision_CheckMainBranch")2024-05-03 05:17:13.566/* CDOResource@_Zn9I0QkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.566/* Product1@_Zn9I0gkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.566/* BranchingSameSessionTest_testDetachWithoutRevision_CheckMainBranch_subBranch[24]2024-05-03 05:17:13.566/* CDOResourceFolder@_Zn9I0AkMEe-bzopYCigSfg:24v0("?")->0v12024-05-03 05:17:13.566/* CDOResource@_Zn9I0QkMEe-bzopYCigSfg:24v0("?")->0v12024-05-03 05:17:13.566/2024-05-03 05:17:13.571 CDOResource@_Zn9I0QkMEe-bzopYCigSfg:24v1("res")2024-05-03 05:17:13.572/* Product1@_Zn9I0gkMEe-bzopYCigSfg:24v0->0v1 2024-05-03 05:17:13.566/2024-05-03 05:17:13.571 ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v9("/") 2024-05-03 05:17:13.545/2024-05-03 05:17:13.565 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v10("/") 2024-05-03 05:17:13.566/* CDOResourceFolder@_Zn9I0AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testDetachWithoutRevision_CheckMainBranch")2024-05-03 05:17:13.566/* CDOResource@_Zn9I0QkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.566/* Product1@_Zn9I0gkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.566/* BranchingSameSessionTest_testDetachWithoutRevision_CheckMainBranch_subBranch[24]2024-05-03 05:17:13.566/* CDOResourceFolder@_Zn9I0AkMEe-bzopYCigSfg:24v0("?")->0v12024-05-03 05:17:13.566/* CDOResource@_Zn9I0QkMEe-bzopYCigSfg:24v0("?")->0v12024-05-03 05:17:13.566/2024-05-03 05:17:13.571 CDOResource@_Zn9I0QkMEe-bzopYCigSfg:24v1("res")2024-05-03 05:17:13.572/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v9("/") 2024-05-03 05:17:13.545/2024-05-03 05:17:13.565 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v10("/") 2024-05-03 05:17:13.566/* CDOResourceFolder@_Zn9I0AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testDetachWithoutRevision_CheckMainBranch")2024-05-03 05:17:13.566/* CDOResource@_Zn9I0QkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.566/* Product1@_Zn9I0gkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.566/* BranchingSameSessionTest_testDetachWithoutRevision_CheckMainBranch_subBranch[24]2024-05-03 05:17:13.566/* CDOResourceFolder@_Zn9I0AkMEe-bzopYCigSfg:24v0("?")->0v12024-05-03 05:17:13.566/* CDOResource@_Zn9I0QkMEe-bzopYCigSfg:24v0("?")->0v12024-05-03 05:17:13.566/2024-05-03 05:17:13.571 CDOResource@_Zn9I0QkMEe-bzopYCigSfg:24v1("res")2024-05-03 05:17:13.572/* Product1@_Zn9I0gkMEe-bzopYCigSfg:24v0->0v1 2024-05-03 05:17:13.566/2024-05-03 05:17:13.571 ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v9("/") 2024-05-03 05:17:13.545/2024-05-03 05:17:13.565 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v10("/") 2024-05-03 05:17:13.566/* CDOResourceFolder@_Zn9I0AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testDetachWithoutRevision_CheckMainBranch")2024-05-03 05:17:13.566/* CDOResource@_Zn9I0QkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.566/* Product1@_Zn9I0gkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.566/* BranchingSameSessionTest_testDetachWithoutRevision_CheckMainBranch_subBranch[24]2024-05-03 05:17:13.566/* CDOResourceFolder@_Zn9I0AkMEe-bzopYCigSfg:24v0("?")->0v12024-05-03 05:17:13.566/* CDOResource@_Zn9I0QkMEe-bzopYCigSfg:24v0("?")->0v12024-05-03 05:17:13.566/2024-05-03 05:17:13.571 CDOResource@_Zn9I0QkMEe-bzopYCigSfg:24v1("res")2024-05-03 05:17:13.572/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v9("/") 2024-05-03 05:17:13.545/2024-05-03 05:17:13.565 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v10("/") 2024-05-03 05:17:13.566/* CDOResourceFolder@_Zn9I0AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testDetachWithoutRevision_CheckMainBranch")2024-05-03 05:17:13.566/* CDOResource@_Zn9I0QkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.566/* Product1@_Zn9I0gkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.566/* BranchingSameSessionTest_testDetachWithoutRevision_CheckMainBranch_subBranch[24]2024-05-03 05:17:13.566/* CDOResourceFolder@_Zn9I0AkMEe-bzopYCigSfg:24v0("?")->0v12024-05-03 05:17:13.566/* CDOResource@_Zn9I0QkMEe-bzopYCigSfg:24v0("?")->0v12024-05-03 05:17:13.566/2024-05-03 05:17:13.571 CDOResource@_Zn9I0QkMEe-bzopYCigSfg:24v1("res")2024-05-03 05:17:13.572/* Product1@_Zn9I0gkMEe-bzopYCigSfg:24v0->0v1 2024-05-03 05:17:13.566/2024-05-03 05:17:13.571 ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v9("/") 2024-05-03 05:17:13.545/2024-05-03 05:17:13.565 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v10("/") 2024-05-03 05:17:13.566/* CDOResourceFolder@_Zn9I0AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testDetachWithoutRevision_CheckMainBranch")2024-05-03 05:17:13.566/* CDOResource@_Zn9I0QkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.566/* Product1@_Zn9I0gkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.566/* BranchingSameSessionTest_testDetachWithoutRevision_CheckMainBranch_subBranch[24]2024-05-03 05:17:13.566/* CDOResourceFolder@_Zn9I0AkMEe-bzopYCigSfg:24v0("?")->0v12024-05-03 05:17:13.566/* CDOResource@_Zn9I0QkMEe-bzopYCigSfg:24v0("?")->0v12024-05-03 05:17:13.566/2024-05-03 05:17:13.571 CDOResource@_Zn9I0QkMEe-bzopYCigSfg:24v1("res")2024-05-03 05:17:13.572/* Product1@_Zn9I0gkMEe-bzopYCigSfg:24v0->0v1 2024-05-03 05:17:13.566/2024-05-03 05:17:13.571 ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v9("/") 2024-05-03 05:17:13.545/2024-05-03 05:17:13.565 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v10("/") 2024-05-03 05:17:13.566/* CDOResourceFolder@_Zn9I0AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testDetachWithoutRevision_CheckMainBranch")2024-05-03 05:17:13.566/* CDOResource@_Zn9I0QkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.566/* Product1@_Zn9I0gkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.566/* BranchingSameSessionTest_testDetachWithoutRevision_CheckMainBranch_subBranch[24]2024-05-03 05:17:13.566/* CDOResourceFolder@_Zn9I0AkMEe-bzopYCigSfg:24v0("?")->0v12024-05-03 05:17:13.566/* CDOResource@_Zn9I0QkMEe-bzopYCigSfg:24v0("?")->0v12024-05-03 05:17:13.566/2024-05-03 05:17:13.571 CDOResource@_Zn9I0QkMEe-bzopYCigSfg:24v1("res")2024-05-03 05:17:13.572/* Product1@_Zn9I0gkMEe-bzopYCigSfg:24v0->0v1 2024-05-03 05:17:13.566/2024-05-03 05:17:13.571 ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:12.793/* CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v9("/") 2024-05-03 05:17:13.545/2024-05-03 05:17:13.565 CDOResource@_ZgsqQAkMEe-bzopYCigSfg:0v10("/") 2024-05-03 05:17:13.566/* CDOResourceFolder@_Zn9I0AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testDetachWithoutRevision_CheckMainBranch")2024-05-03 05:17:13.566/* CDOResource@_Zn9I0QkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.566/* Product1@_Zn9I0gkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.566/* BranchingSameSessionTest_testDetachWithoutRevision_CheckMainBranch_subBranch[24]2024-05-03 05:17:13.566/* CDOResourceFolder@_Zn9I0AkMEe-bzopYCigSfg:24v0("?")->0v12024-05-03 05:17:13.566/* CDOResource@_Zn9I0QkMEe-bzopYCigSfg:24v0("?")->0v12024-05-03 05:17:13.566/2024-05-03 05:17:13.571 CDOResource@_Zn9I0QkMEe-bzopYCigSfg:24v1("res")2024-05-03 05:17:13.572/* Product1@_Zn9I0gkMEe-bzopYCigSfg:24v0->0v1 2024-05-03 05:17:13.566/2024-05-03 05:17:13.571 ******************************************************* BranchingSameSessionTest.testEvent [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* BranchingSameSessionTest.testFutureBaseTime [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* BranchingSameSessionTest.testGetBranch [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* BranchingSameSessionTest.testGetPath [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* BranchingSameSessionTest.testGetPathName [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* BranchingSameSessionTest.testGetSubBranches [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* BranchingSameSessionTest.testHandleRevisionsAfterDetachInSubBranch [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* BranchingSameSessionTest.testMainBranch [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* BranchingSameSessionTest.testObjectLifetime [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* BranchingSameSessionTest.testRenameBranch [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* BranchingSameSessionTest.testRenameBranchDuplicate [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [ERROR] The branch MAIN/BranchingSameSessionTest_testRenameBranchDuplicate_existing already exists org.eclipse.emf.cdo.common.branch.CDODuplicateBranchException: The branch MAIN/BranchingSameSessionTest_testRenameBranchDuplicate_existing already exists at org.eclipse.emf.cdo.internal.server.Repository.checkDuplicateBranchBase(Repository.java:688) at org.eclipse.emf.cdo.internal.server.Repository.checkDuplicateBranch(Repository.java:679) at org.eclipse.emf.cdo.internal.server.Repository.renameBranch(Repository.java:663) at org.eclipse.emf.cdo.tests.config.impl.RepositoryConfig$6.renameBranch(RepositoryConfig.java:779) at org.eclipse.emf.cdo.internal.common.branch.CDOBranchImpl.setName(CDOBranchImpl.java:150) at org.eclipse.emf.cdo.server.internal.net4j.protocol.RenameBranchIndication.responding(RenameBranchIndication.java:60) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerIndication.responding(CDOServerIndication.java:162) at org.eclipse.net4j.signal.IndicationWithResponse.doExtendedOutput(IndicationWithResponse.java:100) at org.eclipse.net4j.signal.Signal.doOutput(Signal.java:407) at org.eclipse.net4j.signal.IndicationWithResponse.execute(IndicationWithResponse.java:74) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerWriteIndication.execute(CDOServerWriteIndication.java:34) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) ******************************************************* BranchingSameSessionTest.testRenameBranchIllegalName [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* BranchingSameSessionTest.testSwitchTransactionTarget [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* BranchingSameSessionTest.testSwitchViewTarget [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* BranchingTest.testAncestor [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* BranchingTest.testAuditViewOnBranch [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResourceFolder@_ZpLQ0AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testHandleRevisionsAfterDetachInSubBranch")2024-05-03 05:17:13.698/* CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v5("/") 2024-05-03 05:17:13.915/2024-05-03 05:17:13.935 CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v6("/") 2024-05-03 05:17:13.936/* CDOResourceFolder@_ZphPEAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testObjectLifetime")2024-05-03 05:17:13.730/* CDOResourceFolder@_ZrKN0AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testSwitchTransactionTarget")2024-05-03 05:17:13.902/* CDOResourceFolder@_ZrSJoAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testSwitchViewTarget")2024-05-03 05:17:13.915/* CDOResourceFolder@_Zre98AkMEe-bzopYCigSfg:0v1("BranchingTest_testAuditViewOnBranch")2024-05-03 05:17:13.936/* CDOResource@_Zre98QkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.936/* Product1@_ZrflAAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.936/* OrderDetail@_ZrflAQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.936/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResourceFolder@_ZpLQ0AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testHandleRevisionsAfterDetachInSubBranch")2024-05-03 05:17:13.698/* CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v5("/") 2024-05-03 05:17:13.915/2024-05-03 05:17:13.935 CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v6("/") 2024-05-03 05:17:13.936/* CDOResourceFolder@_ZphPEAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testObjectLifetime")2024-05-03 05:17:13.730/* CDOResourceFolder@_ZrKN0AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testSwitchTransactionTarget")2024-05-03 05:17:13.902/* CDOResourceFolder@_ZrSJoAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testSwitchViewTarget")2024-05-03 05:17:13.915/* CDOResourceFolder@_Zre98AkMEe-bzopYCigSfg:0v1("BranchingTest_testAuditViewOnBranch")2024-05-03 05:17:13.936/* CDOResource@_Zre98QkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.936/* Product1@_ZrflAAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.936/* OrderDetail@_ZrflAQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.936/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResourceFolder@_ZpLQ0AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testHandleRevisionsAfterDetachInSubBranch")2024-05-03 05:17:13.698/* CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v5("/") 2024-05-03 05:17:13.915/2024-05-03 05:17:13.935 CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v6("/") 2024-05-03 05:17:13.936/* CDOResourceFolder@_ZphPEAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testObjectLifetime")2024-05-03 05:17:13.730/* CDOResourceFolder@_ZrKN0AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testSwitchTransactionTarget")2024-05-03 05:17:13.902/* CDOResourceFolder@_ZrSJoAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testSwitchViewTarget")2024-05-03 05:17:13.915/* CDOResourceFolder@_Zre98AkMEe-bzopYCigSfg:0v1("BranchingTest_testAuditViewOnBranch")2024-05-03 05:17:13.936/* CDOResource@_Zre98QkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.936/* Product1@_ZrflAAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.936/* OrderDetail@_ZrflAQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.936/2024-05-03 05:17:13.939 OrderDetail@_ZrflAQkMEe-bzopYCigSfg:0v2 2024-05-03 05:17:13.940/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResourceFolder@_ZpLQ0AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testHandleRevisionsAfterDetachInSubBranch")2024-05-03 05:17:13.698/* CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v5("/") 2024-05-03 05:17:13.915/2024-05-03 05:17:13.935 CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v6("/") 2024-05-03 05:17:13.936/* CDOResourceFolder@_ZphPEAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testObjectLifetime")2024-05-03 05:17:13.730/* CDOResourceFolder@_ZrKN0AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testSwitchTransactionTarget")2024-05-03 05:17:13.902/* CDOResourceFolder@_ZrSJoAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testSwitchViewTarget")2024-05-03 05:17:13.915/* CDOResourceFolder@_Zre98AkMEe-bzopYCigSfg:0v1("BranchingTest_testAuditViewOnBranch")2024-05-03 05:17:13.936/* CDOResource@_Zre98QkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.936/* Product1@_ZrflAAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.936/* OrderDetail@_ZrflAQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.936/2024-05-03 05:17:13.939 OrderDetail@_ZrflAQkMEe-bzopYCigSfg:0v2 2024-05-03 05:17:13.940/* server-thread-272 [debug] moveOneDown add historic entry at: 1 server-thread-272 [debug] moveOneDown add historic entry at: 0 ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResourceFolder@_ZpLQ0AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testHandleRevisionsAfterDetachInSubBranch")2024-05-03 05:17:13.698/* CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v5("/") 2024-05-03 05:17:13.915/2024-05-03 05:17:13.935 CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v6("/") 2024-05-03 05:17:13.936/* CDOResourceFolder@_ZphPEAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testObjectLifetime")2024-05-03 05:17:13.730/* CDOResourceFolder@_ZrKN0AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testSwitchTransactionTarget")2024-05-03 05:17:13.902/* CDOResourceFolder@_ZrSJoAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testSwitchViewTarget")2024-05-03 05:17:13.915/* CDOResourceFolder@_Zre98AkMEe-bzopYCigSfg:0v1("BranchingTest_testAuditViewOnBranch")2024-05-03 05:17:13.936/* CDOResource@_Zre98QkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.936/* Product1@_ZrflAAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.936/* OrderDetail@_ZrflAQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.936/2024-05-03 05:17:13.939 OrderDetail@_ZrflAQkMEe-bzopYCigSfg:0v2 2024-05-03 05:17:13.940/* BranchingTest_testAuditViewOnBranch_subBranch[16]2024-05-03 05:17:13.941/* CDOResourceFolder@_Zre98AkMEe-bzopYCigSfg:16v0("?")->0v12024-05-03 05:17:13.941/* CDOResource@_Zre98QkMEe-bzopYCigSfg:16v0("?")->0v12024-05-03 05:17:13.941/2024-05-03 05:17:13.946 CDOResource@_Zre98QkMEe-bzopYCigSfg:16v1("res")2024-05-03 05:17:13.947/* Product1@_ZrflAAkMEe-bzopYCigSfg:16v0->0v1 2024-05-03 05:17:13.941/2024-05-03 05:17:13.946 Product1@_ZrflAAkMEe-bzopYCigSfg:16v1 2024-05-03 05:17:13.947/* OrderDetail@_ZrflAQkMEe-bzopYCigSfg:16v0->0v2 2024-05-03 05:17:13.941/* OrderDetail@_ZrmSsAkMEe-bzopYCigSfg:16v1 2024-05-03 05:17:13.947/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResourceFolder@_ZpLQ0AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testHandleRevisionsAfterDetachInSubBranch")2024-05-03 05:17:13.698/* CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v5("/") 2024-05-03 05:17:13.915/2024-05-03 05:17:13.935 CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v6("/") 2024-05-03 05:17:13.936/* CDOResourceFolder@_ZphPEAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testObjectLifetime")2024-05-03 05:17:13.730/* CDOResourceFolder@_ZrKN0AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testSwitchTransactionTarget")2024-05-03 05:17:13.902/* CDOResourceFolder@_ZrSJoAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testSwitchViewTarget")2024-05-03 05:17:13.915/* CDOResourceFolder@_Zre98AkMEe-bzopYCigSfg:0v1("BranchingTest_testAuditViewOnBranch")2024-05-03 05:17:13.936/* CDOResource@_Zre98QkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.936/* Product1@_ZrflAAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.936/* OrderDetail@_ZrflAQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.936/2024-05-03 05:17:13.939 OrderDetail@_ZrflAQkMEe-bzopYCigSfg:0v2 2024-05-03 05:17:13.940/* BranchingTest_testAuditViewOnBranch_subBranch[16]2024-05-03 05:17:13.941/* CDOResourceFolder@_Zre98AkMEe-bzopYCigSfg:16v0("?")->0v12024-05-03 05:17:13.941/* CDOResource@_Zre98QkMEe-bzopYCigSfg:16v0("?")->0v12024-05-03 05:17:13.941/2024-05-03 05:17:13.946 CDOResource@_Zre98QkMEe-bzopYCigSfg:16v1("res")2024-05-03 05:17:13.947/* Product1@_ZrflAAkMEe-bzopYCigSfg:16v0->0v1 2024-05-03 05:17:13.941/2024-05-03 05:17:13.946 Product1@_ZrflAAkMEe-bzopYCigSfg:16v1 2024-05-03 05:17:13.947/* OrderDetail@_ZrflAQkMEe-bzopYCigSfg:16v0->0v2 2024-05-03 05:17:13.941/* OrderDetail@_ZrmSsAkMEe-bzopYCigSfg:16v1 2024-05-03 05:17:13.947/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResourceFolder@_ZpLQ0AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testHandleRevisionsAfterDetachInSubBranch")2024-05-03 05:17:13.698/* CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v5("/") 2024-05-03 05:17:13.915/2024-05-03 05:17:13.935 CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v6("/") 2024-05-03 05:17:13.936/* CDOResourceFolder@_ZphPEAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testObjectLifetime")2024-05-03 05:17:13.730/* CDOResourceFolder@_ZrKN0AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testSwitchTransactionTarget")2024-05-03 05:17:13.902/* CDOResourceFolder@_ZrSJoAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testSwitchViewTarget")2024-05-03 05:17:13.915/* CDOResourceFolder@_Zre98AkMEe-bzopYCigSfg:0v1("BranchingTest_testAuditViewOnBranch")2024-05-03 05:17:13.936/* CDOResource@_Zre98QkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.936/* Product1@_ZrflAAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.936/* OrderDetail@_ZrflAQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.936/2024-05-03 05:17:13.939 OrderDetail@_ZrflAQkMEe-bzopYCigSfg:0v2 2024-05-03 05:17:13.940/* BranchingTest_testAuditViewOnBranch_subBranch[16]2024-05-03 05:17:13.941/* CDOResourceFolder@_Zre98AkMEe-bzopYCigSfg:16v0("?")->0v12024-05-03 05:17:13.941/* CDOResource@_Zre98QkMEe-bzopYCigSfg:16v0("?")->0v12024-05-03 05:17:13.941/2024-05-03 05:17:13.946 CDOResource@_Zre98QkMEe-bzopYCigSfg:16v1("res")2024-05-03 05:17:13.947/* Product1@_ZrflAAkMEe-bzopYCigSfg:16v0->0v1 2024-05-03 05:17:13.941/2024-05-03 05:17:13.946 Product1@_ZrflAAkMEe-bzopYCigSfg:16v1 2024-05-03 05:17:13.947/* OrderDetail@_ZrflAQkMEe-bzopYCigSfg:16v0->0v2 2024-05-03 05:17:13.941/* OrderDetail@_ZrmSsAkMEe-bzopYCigSfg:16v1 2024-05-03 05:17:13.947/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResourceFolder@_Zre98AkMEe-bzopYCigSfg:0v1("BranchingTest_testAuditViewOnBranch")2024-05-03 05:17:13.936/* CDOResource@_Zre98QkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.936/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResourceFolder@_ZpLQ0AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testHandleRevisionsAfterDetachInSubBranch")2024-05-03 05:17:13.698/* CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v5("/") 2024-05-03 05:17:13.915/2024-05-03 05:17:13.935 CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v6("/") 2024-05-03 05:17:13.936/* CDOResourceFolder@_ZphPEAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testObjectLifetime")2024-05-03 05:17:13.730/* CDOResourceFolder@_ZrKN0AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testSwitchTransactionTarget")2024-05-03 05:17:13.902/* CDOResourceFolder@_ZrSJoAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testSwitchViewTarget")2024-05-03 05:17:13.915/* CDOResourceFolder@_Zre98AkMEe-bzopYCigSfg:0v1("BranchingTest_testAuditViewOnBranch")2024-05-03 05:17:13.936/* CDOResource@_Zre98QkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.936/* Product1@_ZrflAAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.936/* OrderDetail@_ZrflAQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.936/2024-05-03 05:17:13.939 OrderDetail@_ZrflAQkMEe-bzopYCigSfg:0v2 2024-05-03 05:17:13.940/* BranchingTest_testAuditViewOnBranch_subBranch[16]2024-05-03 05:17:13.941/* CDOResourceFolder@_Zre98AkMEe-bzopYCigSfg:16v0("?")->0v12024-05-03 05:17:13.941/* CDOResource@_Zre98QkMEe-bzopYCigSfg:16v0("?")->0v12024-05-03 05:17:13.941/2024-05-03 05:17:13.946 CDOResource@_Zre98QkMEe-bzopYCigSfg:16v1("res")2024-05-03 05:17:13.947/* Product1@_ZrflAAkMEe-bzopYCigSfg:16v0->0v1 2024-05-03 05:17:13.941/2024-05-03 05:17:13.946 Product1@_ZrflAAkMEe-bzopYCigSfg:16v1 2024-05-03 05:17:13.947/* OrderDetail@_ZrflAQkMEe-bzopYCigSfg:16v0->0v2 2024-05-03 05:17:13.941/* OrderDetail@_ZrmSsAkMEe-bzopYCigSfg:16v1 2024-05-03 05:17:13.947/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResourceFolder@_Zre98AkMEe-bzopYCigSfg:0v1("BranchingTest_testAuditViewOnBranch")2024-05-03 05:17:13.936/* CDOResource@_Zre98QkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.936/* OrderDetail@_ZrflAQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.936/2024-05-03 05:17:13.939 ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResourceFolder@_ZpLQ0AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testHandleRevisionsAfterDetachInSubBranch")2024-05-03 05:17:13.698/* CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v5("/") 2024-05-03 05:17:13.915/2024-05-03 05:17:13.935 CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v6("/") 2024-05-03 05:17:13.936/* CDOResourceFolder@_ZphPEAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testObjectLifetime")2024-05-03 05:17:13.730/* CDOResourceFolder@_ZrKN0AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testSwitchTransactionTarget")2024-05-03 05:17:13.902/* CDOResourceFolder@_ZrSJoAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testSwitchViewTarget")2024-05-03 05:17:13.915/* CDOResourceFolder@_Zre98AkMEe-bzopYCigSfg:0v1("BranchingTest_testAuditViewOnBranch")2024-05-03 05:17:13.936/* CDOResource@_Zre98QkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.936/* Product1@_ZrflAAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.936/* OrderDetail@_ZrflAQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.936/2024-05-03 05:17:13.939 OrderDetail@_ZrflAQkMEe-bzopYCigSfg:0v2 2024-05-03 05:17:13.940/* BranchingTest_testAuditViewOnBranch_subBranch[16]2024-05-03 05:17:13.941/* CDOResourceFolder@_Zre98AkMEe-bzopYCigSfg:16v0("?")->0v12024-05-03 05:17:13.941/* CDOResource@_Zre98QkMEe-bzopYCigSfg:16v0("?")->0v12024-05-03 05:17:13.941/2024-05-03 05:17:13.946 CDOResource@_Zre98QkMEe-bzopYCigSfg:16v1("res")2024-05-03 05:17:13.947/* Product1@_ZrflAAkMEe-bzopYCigSfg:16v0->0v1 2024-05-03 05:17:13.941/2024-05-03 05:17:13.946 Product1@_ZrflAAkMEe-bzopYCigSfg:16v1 2024-05-03 05:17:13.947/* OrderDetail@_ZrflAQkMEe-bzopYCigSfg:16v0->0v2 2024-05-03 05:17:13.941/* OrderDetail@_ZrmSsAkMEe-bzopYCigSfg:16v1 2024-05-03 05:17:13.947/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResourceFolder@_Zre98AkMEe-bzopYCigSfg:0v1("BranchingTest_testAuditViewOnBranch")2024-05-03 05:17:13.936/* CDOResource@_Zre98QkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.936/* Product1@_ZrflAAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.936/* OrderDetail@_ZrflAQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.936/2024-05-03 05:17:13.939 ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResourceFolder@_ZpLQ0AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testHandleRevisionsAfterDetachInSubBranch")2024-05-03 05:17:13.698/* CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v5("/") 2024-05-03 05:17:13.915/2024-05-03 05:17:13.935 CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v6("/") 2024-05-03 05:17:13.936/* CDOResourceFolder@_ZphPEAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testObjectLifetime")2024-05-03 05:17:13.730/* CDOResourceFolder@_ZrKN0AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testSwitchTransactionTarget")2024-05-03 05:17:13.902/* CDOResourceFolder@_ZrSJoAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testSwitchViewTarget")2024-05-03 05:17:13.915/* CDOResourceFolder@_Zre98AkMEe-bzopYCigSfg:0v1("BranchingTest_testAuditViewOnBranch")2024-05-03 05:17:13.936/* CDOResource@_Zre98QkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.936/* Product1@_ZrflAAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.936/* OrderDetail@_ZrflAQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.936/2024-05-03 05:17:13.939 OrderDetail@_ZrflAQkMEe-bzopYCigSfg:0v2 2024-05-03 05:17:13.940/* BranchingTest_testAuditViewOnBranch_subBranch[16]2024-05-03 05:17:13.941/* CDOResourceFolder@_Zre98AkMEe-bzopYCigSfg:16v0("?")->0v12024-05-03 05:17:13.941/* CDOResource@_Zre98QkMEe-bzopYCigSfg:16v0("?")->0v12024-05-03 05:17:13.941/2024-05-03 05:17:13.946 CDOResource@_Zre98QkMEe-bzopYCigSfg:16v1("res")2024-05-03 05:17:13.947/* Product1@_ZrflAAkMEe-bzopYCigSfg:16v0->0v1 2024-05-03 05:17:13.941/2024-05-03 05:17:13.946 Product1@_ZrflAAkMEe-bzopYCigSfg:16v1 2024-05-03 05:17:13.947/* OrderDetail@_ZrflAQkMEe-bzopYCigSfg:16v0->0v2 2024-05-03 05:17:13.941/* OrderDetail@_ZrmSsAkMEe-bzopYCigSfg:16v1 2024-05-03 05:17:13.947/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResourceFolder@_Zre98AkMEe-bzopYCigSfg:0v1("BranchingTest_testAuditViewOnBranch")2024-05-03 05:17:13.936/* CDOResource@_Zre98QkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.936/* Product1@_ZrflAAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.936/* OrderDetail@_ZrflAQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.936/2024-05-03 05:17:13.939 ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResourceFolder@_ZpLQ0AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testHandleRevisionsAfterDetachInSubBranch")2024-05-03 05:17:13.698/* CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v5("/") 2024-05-03 05:17:13.915/2024-05-03 05:17:13.935 CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v6("/") 2024-05-03 05:17:13.936/* CDOResourceFolder@_ZphPEAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testObjectLifetime")2024-05-03 05:17:13.730/* CDOResourceFolder@_ZrKN0AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testSwitchTransactionTarget")2024-05-03 05:17:13.902/* CDOResourceFolder@_ZrSJoAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testSwitchViewTarget")2024-05-03 05:17:13.915/* CDOResourceFolder@_Zre98AkMEe-bzopYCigSfg:0v1("BranchingTest_testAuditViewOnBranch")2024-05-03 05:17:13.936/* CDOResource@_Zre98QkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.936/* Product1@_ZrflAAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.936/* OrderDetail@_ZrflAQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.936/2024-05-03 05:17:13.939 OrderDetail@_ZrflAQkMEe-bzopYCigSfg:0v2 2024-05-03 05:17:13.940/* BranchingTest_testAuditViewOnBranch_subBranch[16]2024-05-03 05:17:13.941/* CDOResourceFolder@_Zre98AkMEe-bzopYCigSfg:16v0("?")->0v12024-05-03 05:17:13.941/* CDOResource@_Zre98QkMEe-bzopYCigSfg:16v0("?")->0v12024-05-03 05:17:13.941/2024-05-03 05:17:13.946 CDOResource@_Zre98QkMEe-bzopYCigSfg:16v1("res")2024-05-03 05:17:13.947/* Product1@_ZrflAAkMEe-bzopYCigSfg:16v0->0v1 2024-05-03 05:17:13.941/2024-05-03 05:17:13.946 Product1@_ZrflAAkMEe-bzopYCigSfg:16v1 2024-05-03 05:17:13.947/* OrderDetail@_ZrflAQkMEe-bzopYCigSfg:16v0->0v2 2024-05-03 05:17:13.941/* OrderDetail@_ZrmSsAkMEe-bzopYCigSfg:16v1 2024-05-03 05:17:13.947/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResourceFolder@_Zre98AkMEe-bzopYCigSfg:0v1("BranchingTest_testAuditViewOnBranch")2024-05-03 05:17:13.936/* CDOResource@_Zre98QkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.936/* Product1@_ZrflAAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.936/* OrderDetail@_ZrflAQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.936/2024-05-03 05:17:13.939 OrderDetail@_ZrflAQkMEe-bzopYCigSfg:0v2 2024-05-03 05:17:13.940/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResourceFolder@_ZpLQ0AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testHandleRevisionsAfterDetachInSubBranch")2024-05-03 05:17:13.698/* CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v5("/") 2024-05-03 05:17:13.915/2024-05-03 05:17:13.935 CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v6("/") 2024-05-03 05:17:13.936/* CDOResourceFolder@_ZphPEAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testObjectLifetime")2024-05-03 05:17:13.730/* CDOResourceFolder@_ZrKN0AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testSwitchTransactionTarget")2024-05-03 05:17:13.902/* CDOResourceFolder@_ZrSJoAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testSwitchViewTarget")2024-05-03 05:17:13.915/* CDOResourceFolder@_Zre98AkMEe-bzopYCigSfg:0v1("BranchingTest_testAuditViewOnBranch")2024-05-03 05:17:13.936/* CDOResource@_Zre98QkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.936/* Product1@_ZrflAAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.936/* OrderDetail@_ZrflAQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.936/2024-05-03 05:17:13.939 OrderDetail@_ZrflAQkMEe-bzopYCigSfg:0v2 2024-05-03 05:17:13.940/* BranchingTest_testAuditViewOnBranch_subBranch[16]2024-05-03 05:17:13.941/* CDOResourceFolder@_Zre98AkMEe-bzopYCigSfg:16v0("?")->0v12024-05-03 05:17:13.941/* CDOResource@_Zre98QkMEe-bzopYCigSfg:16v0("?")->0v12024-05-03 05:17:13.941/2024-05-03 05:17:13.946 CDOResource@_Zre98QkMEe-bzopYCigSfg:16v1("res")2024-05-03 05:17:13.947/* Product1@_ZrflAAkMEe-bzopYCigSfg:16v0->0v1 2024-05-03 05:17:13.941/2024-05-03 05:17:13.946 Product1@_ZrflAAkMEe-bzopYCigSfg:16v1 2024-05-03 05:17:13.947/* OrderDetail@_ZrflAQkMEe-bzopYCigSfg:16v0->0v2 2024-05-03 05:17:13.941/* OrderDetail@_ZrmSsAkMEe-bzopYCigSfg:16v1 2024-05-03 05:17:13.947/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResourceFolder@_Zre98AkMEe-bzopYCigSfg:0v1("BranchingTest_testAuditViewOnBranch")2024-05-03 05:17:13.936/* CDOResource@_Zre98QkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.936/* Product1@_ZrflAAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.936/* OrderDetail@_ZrflAQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.936/2024-05-03 05:17:13.939 OrderDetail@_ZrflAQkMEe-bzopYCigSfg:0v2 2024-05-03 05:17:13.940/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResourceFolder@_ZpLQ0AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testHandleRevisionsAfterDetachInSubBranch")2024-05-03 05:17:13.698/* CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v5("/") 2024-05-03 05:17:13.915/2024-05-03 05:17:13.935 CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v6("/") 2024-05-03 05:17:13.936/* CDOResourceFolder@_ZphPEAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testObjectLifetime")2024-05-03 05:17:13.730/* CDOResourceFolder@_ZrKN0AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testSwitchTransactionTarget")2024-05-03 05:17:13.902/* CDOResourceFolder@_ZrSJoAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testSwitchViewTarget")2024-05-03 05:17:13.915/* CDOResourceFolder@_Zre98AkMEe-bzopYCigSfg:0v1("BranchingTest_testAuditViewOnBranch")2024-05-03 05:17:13.936/* CDOResource@_Zre98QkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.936/* Product1@_ZrflAAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.936/* OrderDetail@_ZrflAQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.936/2024-05-03 05:17:13.939 OrderDetail@_ZrflAQkMEe-bzopYCigSfg:0v2 2024-05-03 05:17:13.940/* BranchingTest_testAuditViewOnBranch_subBranch[16]2024-05-03 05:17:13.941/* CDOResourceFolder@_Zre98AkMEe-bzopYCigSfg:16v0("?")->0v12024-05-03 05:17:13.941/* CDOResource@_Zre98QkMEe-bzopYCigSfg:16v0("?")->0v12024-05-03 05:17:13.941/2024-05-03 05:17:13.946 CDOResource@_Zre98QkMEe-bzopYCigSfg:16v1("res")2024-05-03 05:17:13.947/* Product1@_ZrflAAkMEe-bzopYCigSfg:16v0->0v1 2024-05-03 05:17:13.941/2024-05-03 05:17:13.946 Product1@_ZrflAAkMEe-bzopYCigSfg:16v1 2024-05-03 05:17:13.947/* OrderDetail@_ZrflAQkMEe-bzopYCigSfg:16v0->0v2 2024-05-03 05:17:13.941/* OrderDetail@_ZrmSsAkMEe-bzopYCigSfg:16v1 2024-05-03 05:17:13.947/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResourceFolder@_Zre98AkMEe-bzopYCigSfg:0v1("BranchingTest_testAuditViewOnBranch")2024-05-03 05:17:13.936/* CDOResource@_Zre98QkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.936/* Product1@_ZrflAAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.936/* OrderDetail@_ZrflAQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.936/2024-05-03 05:17:13.939 OrderDetail@_ZrflAQkMEe-bzopYCigSfg:0v2 2024-05-03 05:17:13.940/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResourceFolder@_ZpLQ0AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testHandleRevisionsAfterDetachInSubBranch")2024-05-03 05:17:13.698/* CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v5("/") 2024-05-03 05:17:13.915/2024-05-03 05:17:13.935 CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v6("/") 2024-05-03 05:17:13.936/* CDOResourceFolder@_ZphPEAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testObjectLifetime")2024-05-03 05:17:13.730/* CDOResourceFolder@_ZrKN0AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testSwitchTransactionTarget")2024-05-03 05:17:13.902/* CDOResourceFolder@_ZrSJoAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testSwitchViewTarget")2024-05-03 05:17:13.915/* CDOResourceFolder@_Zre98AkMEe-bzopYCigSfg:0v1("BranchingTest_testAuditViewOnBranch")2024-05-03 05:17:13.936/* CDOResource@_Zre98QkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.936/* Product1@_ZrflAAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.936/* OrderDetail@_ZrflAQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.936/2024-05-03 05:17:13.939 OrderDetail@_ZrflAQkMEe-bzopYCigSfg:0v2 2024-05-03 05:17:13.940/* BranchingTest_testAuditViewOnBranch_subBranch[16]2024-05-03 05:17:13.941/* CDOResourceFolder@_Zre98AkMEe-bzopYCigSfg:16v0("?")->0v12024-05-03 05:17:13.941/* CDOResource@_Zre98QkMEe-bzopYCigSfg:16v0("?")->0v12024-05-03 05:17:13.941/2024-05-03 05:17:13.946 CDOResource@_Zre98QkMEe-bzopYCigSfg:16v1("res")2024-05-03 05:17:13.947/* Product1@_ZrflAAkMEe-bzopYCigSfg:16v0->0v1 2024-05-03 05:17:13.941/2024-05-03 05:17:13.946 Product1@_ZrflAAkMEe-bzopYCigSfg:16v1 2024-05-03 05:17:13.947/* OrderDetail@_ZrflAQkMEe-bzopYCigSfg:16v0->0v2 2024-05-03 05:17:13.941/* OrderDetail@_ZrmSsAkMEe-bzopYCigSfg:16v1 2024-05-03 05:17:13.947/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResourceFolder@_Zre98AkMEe-bzopYCigSfg:0v1("BranchingTest_testAuditViewOnBranch")2024-05-03 05:17:13.936/* CDOResource@_Zre98QkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.936/* Product1@_ZrflAAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.936/* OrderDetail@_ZrflAQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.936/2024-05-03 05:17:13.939 OrderDetail@_ZrflAQkMEe-bzopYCigSfg:0v2 2024-05-03 05:17:13.940/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResourceFolder@_ZpLQ0AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testHandleRevisionsAfterDetachInSubBranch")2024-05-03 05:17:13.698/* CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v5("/") 2024-05-03 05:17:13.915/2024-05-03 05:17:13.935 CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v6("/") 2024-05-03 05:17:13.936/* CDOResourceFolder@_ZphPEAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testObjectLifetime")2024-05-03 05:17:13.730/* CDOResourceFolder@_ZrKN0AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testSwitchTransactionTarget")2024-05-03 05:17:13.902/* CDOResourceFolder@_ZrSJoAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testSwitchViewTarget")2024-05-03 05:17:13.915/* CDOResourceFolder@_Zre98AkMEe-bzopYCigSfg:0v1("BranchingTest_testAuditViewOnBranch")2024-05-03 05:17:13.936/* CDOResource@_Zre98QkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.936/* Product1@_ZrflAAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.936/* OrderDetail@_ZrflAQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.936/2024-05-03 05:17:13.939 OrderDetail@_ZrflAQkMEe-bzopYCigSfg:0v2 2024-05-03 05:17:13.940/* BranchingTest_testAuditViewOnBranch_subBranch[16]2024-05-03 05:17:13.941/* CDOResourceFolder@_Zre98AkMEe-bzopYCigSfg:16v0("?")->0v12024-05-03 05:17:13.941/* CDOResource@_Zre98QkMEe-bzopYCigSfg:16v0("?")->0v12024-05-03 05:17:13.941/2024-05-03 05:17:13.946 CDOResource@_Zre98QkMEe-bzopYCigSfg:16v1("res")2024-05-03 05:17:13.947/* Product1@_ZrflAAkMEe-bzopYCigSfg:16v0->0v1 2024-05-03 05:17:13.941/2024-05-03 05:17:13.946 Product1@_ZrflAAkMEe-bzopYCigSfg:16v1 2024-05-03 05:17:13.947/* OrderDetail@_ZrflAQkMEe-bzopYCigSfg:16v0->0v2 2024-05-03 05:17:13.941/* OrderDetail@_ZrmSsAkMEe-bzopYCigSfg:16v1 2024-05-03 05:17:13.947/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResourceFolder@_Zre98AkMEe-bzopYCigSfg:0v1("BranchingTest_testAuditViewOnBranch")2024-05-03 05:17:13.936/* CDOResource@_Zre98QkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.936/* Product1@_ZrflAAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.936/* OrderDetail@_ZrflAQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.936/2024-05-03 05:17:13.939 OrderDetail@_ZrflAQkMEe-bzopYCigSfg:0v2 2024-05-03 05:17:13.940/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResourceFolder@_ZpLQ0AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testHandleRevisionsAfterDetachInSubBranch")2024-05-03 05:17:13.698/* CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v5("/") 2024-05-03 05:17:13.915/2024-05-03 05:17:13.935 CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v6("/") 2024-05-03 05:17:13.936/* CDOResourceFolder@_ZphPEAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testObjectLifetime")2024-05-03 05:17:13.730/* CDOResourceFolder@_ZrKN0AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testSwitchTransactionTarget")2024-05-03 05:17:13.902/* CDOResourceFolder@_ZrSJoAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testSwitchViewTarget")2024-05-03 05:17:13.915/* CDOResourceFolder@_Zre98AkMEe-bzopYCigSfg:0v1("BranchingTest_testAuditViewOnBranch")2024-05-03 05:17:13.936/* CDOResource@_Zre98QkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.936/* Product1@_ZrflAAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.936/* OrderDetail@_ZrflAQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.936/2024-05-03 05:17:13.939 OrderDetail@_ZrflAQkMEe-bzopYCigSfg:0v2 2024-05-03 05:17:13.940/* BranchingTest_testAuditViewOnBranch_subBranch[16]2024-05-03 05:17:13.941/* CDOResourceFolder@_Zre98AkMEe-bzopYCigSfg:16v0("?")->0v12024-05-03 05:17:13.941/* CDOResource@_Zre98QkMEe-bzopYCigSfg:16v0("?")->0v12024-05-03 05:17:13.941/2024-05-03 05:17:13.946 CDOResource@_Zre98QkMEe-bzopYCigSfg:16v1("res")2024-05-03 05:17:13.947/* Product1@_ZrflAAkMEe-bzopYCigSfg:16v0->0v1 2024-05-03 05:17:13.941/2024-05-03 05:17:13.946 Product1@_ZrflAAkMEe-bzopYCigSfg:16v1 2024-05-03 05:17:13.947/* OrderDetail@_ZrflAQkMEe-bzopYCigSfg:16v0->0v2 2024-05-03 05:17:13.941/* OrderDetail@_ZrmSsAkMEe-bzopYCigSfg:16v1 2024-05-03 05:17:13.947/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResourceFolder@_Zre98AkMEe-bzopYCigSfg:0v1("BranchingTest_testAuditViewOnBranch")2024-05-03 05:17:13.936/* CDOResource@_Zre98QkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.936/* Product1@_ZrflAAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.936/* OrderDetail@_ZrflAQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.936/2024-05-03 05:17:13.939 OrderDetail@_ZrflAQkMEe-bzopYCigSfg:0v2 2024-05-03 05:17:13.940/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResourceFolder@_ZpLQ0AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testHandleRevisionsAfterDetachInSubBranch")2024-05-03 05:17:13.698/* CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v5("/") 2024-05-03 05:17:13.915/2024-05-03 05:17:13.935 CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v6("/") 2024-05-03 05:17:13.936/* CDOResourceFolder@_ZphPEAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testObjectLifetime")2024-05-03 05:17:13.730/* CDOResourceFolder@_ZrKN0AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testSwitchTransactionTarget")2024-05-03 05:17:13.902/* CDOResourceFolder@_ZrSJoAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testSwitchViewTarget")2024-05-03 05:17:13.915/* CDOResourceFolder@_Zre98AkMEe-bzopYCigSfg:0v1("BranchingTest_testAuditViewOnBranch")2024-05-03 05:17:13.936/* CDOResource@_Zre98QkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.936/* Product1@_ZrflAAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.936/* OrderDetail@_ZrflAQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.936/2024-05-03 05:17:13.939 OrderDetail@_ZrflAQkMEe-bzopYCigSfg:0v2 2024-05-03 05:17:13.940/* BranchingTest_testAuditViewOnBranch_subBranch[16]2024-05-03 05:17:13.941/* CDOResourceFolder@_Zre98AkMEe-bzopYCigSfg:16v0("?")->0v12024-05-03 05:17:13.941/* CDOResource@_Zre98QkMEe-bzopYCigSfg:16v0("?")->0v12024-05-03 05:17:13.941/2024-05-03 05:17:13.946 CDOResource@_Zre98QkMEe-bzopYCigSfg:16v1("res")2024-05-03 05:17:13.947/* Product1@_ZrflAAkMEe-bzopYCigSfg:16v0->0v1 2024-05-03 05:17:13.941/2024-05-03 05:17:13.946 Product1@_ZrflAAkMEe-bzopYCigSfg:16v1 2024-05-03 05:17:13.947/* OrderDetail@_ZrflAQkMEe-bzopYCigSfg:16v0->0v2 2024-05-03 05:17:13.941/* OrderDetail@_ZrmSsAkMEe-bzopYCigSfg:16v1 2024-05-03 05:17:13.947/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResourceFolder@_Zre98AkMEe-bzopYCigSfg:0v1("BranchingTest_testAuditViewOnBranch")2024-05-03 05:17:13.936/* CDOResource@_Zre98QkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.936/* Product1@_ZrflAAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.936/* OrderDetail@_ZrflAQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.936/2024-05-03 05:17:13.939 OrderDetail@_ZrflAQkMEe-bzopYCigSfg:0v2 2024-05-03 05:17:13.940/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResourceFolder@_ZpLQ0AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testHandleRevisionsAfterDetachInSubBranch")2024-05-03 05:17:13.698/* CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v5("/") 2024-05-03 05:17:13.915/2024-05-03 05:17:13.935 CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v6("/") 2024-05-03 05:17:13.936/* CDOResourceFolder@_ZphPEAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testObjectLifetime")2024-05-03 05:17:13.730/* CDOResourceFolder@_ZrKN0AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testSwitchTransactionTarget")2024-05-03 05:17:13.902/* CDOResourceFolder@_ZrSJoAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testSwitchViewTarget")2024-05-03 05:17:13.915/* CDOResourceFolder@_Zre98AkMEe-bzopYCigSfg:0v1("BranchingTest_testAuditViewOnBranch")2024-05-03 05:17:13.936/* CDOResource@_Zre98QkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.936/* Product1@_ZrflAAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.936/* OrderDetail@_ZrflAQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.936/2024-05-03 05:17:13.939 OrderDetail@_ZrflAQkMEe-bzopYCigSfg:0v2 2024-05-03 05:17:13.940/* BranchingTest_testAuditViewOnBranch_subBranch[16]2024-05-03 05:17:13.941/* CDOResourceFolder@_Zre98AkMEe-bzopYCigSfg:16v0("?")->0v12024-05-03 05:17:13.941/* CDOResource@_Zre98QkMEe-bzopYCigSfg:16v0("?")->0v12024-05-03 05:17:13.941/2024-05-03 05:17:13.946 CDOResource@_Zre98QkMEe-bzopYCigSfg:16v1("res")2024-05-03 05:17:13.947/* Product1@_ZrflAAkMEe-bzopYCigSfg:16v0->0v1 2024-05-03 05:17:13.941/2024-05-03 05:17:13.946 Product1@_ZrflAAkMEe-bzopYCigSfg:16v1 2024-05-03 05:17:13.947/* OrderDetail@_ZrflAQkMEe-bzopYCigSfg:16v0->0v2 2024-05-03 05:17:13.941/* OrderDetail@_ZrmSsAkMEe-bzopYCigSfg:16v1 2024-05-03 05:17:13.947/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResourceFolder@_Zre98AkMEe-bzopYCigSfg:0v1("BranchingTest_testAuditViewOnBranch")2024-05-03 05:17:13.936/* CDOResource@_Zre98QkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.936/* Product1@_ZrflAAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.936/* OrderDetail@_ZrflAQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.936/2024-05-03 05:17:13.939 OrderDetail@_ZrflAQkMEe-bzopYCigSfg:0v2 2024-05-03 05:17:13.940/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResourceFolder@_ZpLQ0AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testHandleRevisionsAfterDetachInSubBranch")2024-05-03 05:17:13.698/* CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v5("/") 2024-05-03 05:17:13.915/2024-05-03 05:17:13.935 CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v6("/") 2024-05-03 05:17:13.936/* CDOResourceFolder@_ZphPEAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testObjectLifetime")2024-05-03 05:17:13.730/* CDOResourceFolder@_ZrKN0AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testSwitchTransactionTarget")2024-05-03 05:17:13.902/* CDOResourceFolder@_ZrSJoAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testSwitchViewTarget")2024-05-03 05:17:13.915/* CDOResourceFolder@_Zre98AkMEe-bzopYCigSfg:0v1("BranchingTest_testAuditViewOnBranch")2024-05-03 05:17:13.936/* CDOResource@_Zre98QkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.936/* Product1@_ZrflAAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.936/* OrderDetail@_ZrflAQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.936/2024-05-03 05:17:13.939 OrderDetail@_ZrflAQkMEe-bzopYCigSfg:0v2 2024-05-03 05:17:13.940/* BranchingTest_testAuditViewOnBranch_subBranch[16]2024-05-03 05:17:13.941/* CDOResourceFolder@_Zre98AkMEe-bzopYCigSfg:16v0("?")->0v12024-05-03 05:17:13.941/* CDOResource@_Zre98QkMEe-bzopYCigSfg:16v0("?")->0v12024-05-03 05:17:13.941/2024-05-03 05:17:13.946 CDOResource@_Zre98QkMEe-bzopYCigSfg:16v1("res")2024-05-03 05:17:13.947/* Product1@_ZrflAAkMEe-bzopYCigSfg:16v0->0v1 2024-05-03 05:17:13.941/2024-05-03 05:17:13.946 Product1@_ZrflAAkMEe-bzopYCigSfg:16v1 2024-05-03 05:17:13.947/* OrderDetail@_ZrflAQkMEe-bzopYCigSfg:16v0->0v2 2024-05-03 05:17:13.941/* OrderDetail@_ZrmSsAkMEe-bzopYCigSfg:16v1 2024-05-03 05:17:13.947/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResourceFolder@_Zre98AkMEe-bzopYCigSfg:0v1("BranchingTest_testAuditViewOnBranch")2024-05-03 05:17:13.936/* CDOResource@_Zre98QkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.936/* Product1@_ZrflAAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.936/* OrderDetail@_ZrflAQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.936/2024-05-03 05:17:13.939 OrderDetail@_ZrflAQkMEe-bzopYCigSfg:0v2 2024-05-03 05:17:13.940/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResourceFolder@_ZpLQ0AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testHandleRevisionsAfterDetachInSubBranch")2024-05-03 05:17:13.698/* CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v5("/") 2024-05-03 05:17:13.915/2024-05-03 05:17:13.935 CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v6("/") 2024-05-03 05:17:13.936/* CDOResourceFolder@_ZphPEAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testObjectLifetime")2024-05-03 05:17:13.730/* CDOResourceFolder@_ZrKN0AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testSwitchTransactionTarget")2024-05-03 05:17:13.902/* CDOResourceFolder@_ZrSJoAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testSwitchViewTarget")2024-05-03 05:17:13.915/* CDOResourceFolder@_Zre98AkMEe-bzopYCigSfg:0v1("BranchingTest_testAuditViewOnBranch")2024-05-03 05:17:13.936/* CDOResource@_Zre98QkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.936/* Product1@_ZrflAAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.936/* OrderDetail@_ZrflAQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.936/2024-05-03 05:17:13.939 OrderDetail@_ZrflAQkMEe-bzopYCigSfg:0v2 2024-05-03 05:17:13.940/* BranchingTest_testAuditViewOnBranch_subBranch[16]2024-05-03 05:17:13.941/* CDOResourceFolder@_Zre98AkMEe-bzopYCigSfg:16v0("?")->0v12024-05-03 05:17:13.941/* CDOResource@_Zre98QkMEe-bzopYCigSfg:16v0("?")->0v12024-05-03 05:17:13.941/2024-05-03 05:17:13.946 CDOResource@_Zre98QkMEe-bzopYCigSfg:16v1("res")2024-05-03 05:17:13.947/* Product1@_ZrflAAkMEe-bzopYCigSfg:16v0->0v1 2024-05-03 05:17:13.941/2024-05-03 05:17:13.946 Product1@_ZrflAAkMEe-bzopYCigSfg:16v1 2024-05-03 05:17:13.947/* OrderDetail@_ZrflAQkMEe-bzopYCigSfg:16v0->0v2 2024-05-03 05:17:13.941/* OrderDetail@_ZrmSsAkMEe-bzopYCigSfg:16v1 2024-05-03 05:17:13.947/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResourceFolder@_Zre98AkMEe-bzopYCigSfg:0v1("BranchingTest_testAuditViewOnBranch")2024-05-03 05:17:13.936/* CDOResource@_Zre98QkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.936/* Product1@_ZrflAAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.936/* OrderDetail@_ZrflAQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.936/2024-05-03 05:17:13.939 OrderDetail@_ZrflAQkMEe-bzopYCigSfg:0v2 2024-05-03 05:17:13.940/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResourceFolder@_ZpLQ0AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testHandleRevisionsAfterDetachInSubBranch")2024-05-03 05:17:13.698/* CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v5("/") 2024-05-03 05:17:13.915/2024-05-03 05:17:13.935 CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v6("/") 2024-05-03 05:17:13.936/* CDOResourceFolder@_ZphPEAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testObjectLifetime")2024-05-03 05:17:13.730/* CDOResourceFolder@_ZrKN0AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testSwitchTransactionTarget")2024-05-03 05:17:13.902/* CDOResourceFolder@_ZrSJoAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testSwitchViewTarget")2024-05-03 05:17:13.915/* CDOResourceFolder@_Zre98AkMEe-bzopYCigSfg:0v1("BranchingTest_testAuditViewOnBranch")2024-05-03 05:17:13.936/* CDOResource@_Zre98QkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.936/* Product1@_ZrflAAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.936/* OrderDetail@_ZrflAQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.936/2024-05-03 05:17:13.939 OrderDetail@_ZrflAQkMEe-bzopYCigSfg:0v2 2024-05-03 05:17:13.940/* BranchingTest_testAuditViewOnBranch_subBranch[16]2024-05-03 05:17:13.941/* CDOResourceFolder@_Zre98AkMEe-bzopYCigSfg:16v0("?")->0v12024-05-03 05:17:13.941/* CDOResource@_Zre98QkMEe-bzopYCigSfg:16v0("?")->0v12024-05-03 05:17:13.941/2024-05-03 05:17:13.946 CDOResource@_Zre98QkMEe-bzopYCigSfg:16v1("res")2024-05-03 05:17:13.947/* Product1@_ZrflAAkMEe-bzopYCigSfg:16v0->0v1 2024-05-03 05:17:13.941/2024-05-03 05:17:13.946 Product1@_ZrflAAkMEe-bzopYCigSfg:16v1 2024-05-03 05:17:13.947/* OrderDetail@_ZrflAQkMEe-bzopYCigSfg:16v0->0v2 2024-05-03 05:17:13.941/* OrderDetail@_ZrmSsAkMEe-bzopYCigSfg:16v1 2024-05-03 05:17:13.947/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResourceFolder@_Zre98AkMEe-bzopYCigSfg:0v1("BranchingTest_testAuditViewOnBranch")2024-05-03 05:17:13.936/* CDOResource@_Zre98QkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.936/* Product1@_ZrflAAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.936/* OrderDetail@_ZrflAQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.936/2024-05-03 05:17:13.939 OrderDetail@_ZrflAQkMEe-bzopYCigSfg:0v2 2024-05-03 05:17:13.940/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResourceFolder@_ZpLQ0AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testHandleRevisionsAfterDetachInSubBranch")2024-05-03 05:17:13.698/* CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v5("/") 2024-05-03 05:17:13.915/2024-05-03 05:17:13.935 CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v6("/") 2024-05-03 05:17:13.936/* CDOResourceFolder@_ZphPEAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testObjectLifetime")2024-05-03 05:17:13.730/* CDOResourceFolder@_ZrKN0AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testSwitchTransactionTarget")2024-05-03 05:17:13.902/* CDOResourceFolder@_ZrSJoAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testSwitchViewTarget")2024-05-03 05:17:13.915/* CDOResourceFolder@_Zre98AkMEe-bzopYCigSfg:0v1("BranchingTest_testAuditViewOnBranch")2024-05-03 05:17:13.936/* CDOResource@_Zre98QkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.936/* Product1@_ZrflAAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.936/* OrderDetail@_ZrflAQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.936/2024-05-03 05:17:13.939 OrderDetail@_ZrflAQkMEe-bzopYCigSfg:0v2 2024-05-03 05:17:13.940/* BranchingTest_testAuditViewOnBranch_subBranch[16]2024-05-03 05:17:13.941/* CDOResourceFolder@_Zre98AkMEe-bzopYCigSfg:16v0("?")->0v12024-05-03 05:17:13.941/* CDOResource@_Zre98QkMEe-bzopYCigSfg:16v0("?")->0v12024-05-03 05:17:13.941/2024-05-03 05:17:13.946 CDOResource@_Zre98QkMEe-bzopYCigSfg:16v1("res")2024-05-03 05:17:13.947/* Product1@_ZrflAAkMEe-bzopYCigSfg:16v0->0v1 2024-05-03 05:17:13.941/2024-05-03 05:17:13.946 Product1@_ZrflAAkMEe-bzopYCigSfg:16v1 2024-05-03 05:17:13.947/* OrderDetail@_ZrflAQkMEe-bzopYCigSfg:16v0->0v2 2024-05-03 05:17:13.941/* OrderDetail@_ZrmSsAkMEe-bzopYCigSfg:16v1 2024-05-03 05:17:13.947/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResourceFolder@_Zre98AkMEe-bzopYCigSfg:0v1("BranchingTest_testAuditViewOnBranch")2024-05-03 05:17:13.936/* CDOResource@_Zre98QkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.936/* Product1@_ZrflAAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.936/* OrderDetail@_ZrflAQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.936/2024-05-03 05:17:13.939 OrderDetail@_ZrflAQkMEe-bzopYCigSfg:0v2 2024-05-03 05:17:13.940/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResourceFolder@_ZpLQ0AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testHandleRevisionsAfterDetachInSubBranch")2024-05-03 05:17:13.698/* CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v5("/") 2024-05-03 05:17:13.915/2024-05-03 05:17:13.935 CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v6("/") 2024-05-03 05:17:13.936/* CDOResourceFolder@_ZphPEAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testObjectLifetime")2024-05-03 05:17:13.730/* CDOResourceFolder@_ZrKN0AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testSwitchTransactionTarget")2024-05-03 05:17:13.902/* CDOResourceFolder@_ZrSJoAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testSwitchViewTarget")2024-05-03 05:17:13.915/* CDOResourceFolder@_Zre98AkMEe-bzopYCigSfg:0v1("BranchingTest_testAuditViewOnBranch")2024-05-03 05:17:13.936/* CDOResource@_Zre98QkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.936/* Product1@_ZrflAAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.936/* OrderDetail@_ZrflAQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.936/2024-05-03 05:17:13.939 OrderDetail@_ZrflAQkMEe-bzopYCigSfg:0v2 2024-05-03 05:17:13.940/* BranchingTest_testAuditViewOnBranch_subBranch[16]2024-05-03 05:17:13.941/* CDOResourceFolder@_Zre98AkMEe-bzopYCigSfg:16v0("?")->0v12024-05-03 05:17:13.941/* CDOResource@_Zre98QkMEe-bzopYCigSfg:16v0("?")->0v12024-05-03 05:17:13.941/2024-05-03 05:17:13.946 CDOResource@_Zre98QkMEe-bzopYCigSfg:16v1("res")2024-05-03 05:17:13.947/* Product1@_ZrflAAkMEe-bzopYCigSfg:16v0->0v1 2024-05-03 05:17:13.941/2024-05-03 05:17:13.946 Product1@_ZrflAAkMEe-bzopYCigSfg:16v1 2024-05-03 05:17:13.947/* OrderDetail@_ZrflAQkMEe-bzopYCigSfg:16v0->0v2 2024-05-03 05:17:13.941/* OrderDetail@_ZrmSsAkMEe-bzopYCigSfg:16v1 2024-05-03 05:17:13.947/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResourceFolder@_Zre98AkMEe-bzopYCigSfg:0v1("BranchingTest_testAuditViewOnBranch")2024-05-03 05:17:13.936/* CDOResource@_Zre98QkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.936/* Product1@_ZrflAAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.936/* OrderDetail@_ZrflAQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.936/2024-05-03 05:17:13.939 OrderDetail@_ZrflAQkMEe-bzopYCigSfg:0v2 2024-05-03 05:17:13.940/* BranchingTest_testAuditViewOnBranch_subBranch[16]2024-05-03 05:17:13.941/* CDOResourceFolder@_Zre98AkMEe-bzopYCigSfg:16v0("?")->0v12024-05-03 05:17:13.941/* CDOResource@_Zre98QkMEe-bzopYCigSfg:16v1("res")2024-05-03 05:17:13.947/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResourceFolder@_ZpLQ0AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testHandleRevisionsAfterDetachInSubBranch")2024-05-03 05:17:13.698/* CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v5("/") 2024-05-03 05:17:13.915/2024-05-03 05:17:13.935 CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v6("/") 2024-05-03 05:17:13.936/* CDOResourceFolder@_ZphPEAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testObjectLifetime")2024-05-03 05:17:13.730/* CDOResourceFolder@_ZrKN0AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testSwitchTransactionTarget")2024-05-03 05:17:13.902/* CDOResourceFolder@_ZrSJoAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testSwitchViewTarget")2024-05-03 05:17:13.915/* CDOResourceFolder@_Zre98AkMEe-bzopYCigSfg:0v1("BranchingTest_testAuditViewOnBranch")2024-05-03 05:17:13.936/* CDOResource@_Zre98QkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.936/* Product1@_ZrflAAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.936/* OrderDetail@_ZrflAQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.936/2024-05-03 05:17:13.939 OrderDetail@_ZrflAQkMEe-bzopYCigSfg:0v2 2024-05-03 05:17:13.940/* BranchingTest_testAuditViewOnBranch_subBranch[16]2024-05-03 05:17:13.941/* CDOResourceFolder@_Zre98AkMEe-bzopYCigSfg:16v0("?")->0v12024-05-03 05:17:13.941/* CDOResource@_Zre98QkMEe-bzopYCigSfg:16v0("?")->0v12024-05-03 05:17:13.941/2024-05-03 05:17:13.946 CDOResource@_Zre98QkMEe-bzopYCigSfg:16v1("res")2024-05-03 05:17:13.947/* Product1@_ZrflAAkMEe-bzopYCigSfg:16v0->0v1 2024-05-03 05:17:13.941/2024-05-03 05:17:13.946 Product1@_ZrflAAkMEe-bzopYCigSfg:16v1 2024-05-03 05:17:13.947/* OrderDetail@_ZrflAQkMEe-bzopYCigSfg:16v0->0v2 2024-05-03 05:17:13.941/* OrderDetail@_ZrmSsAkMEe-bzopYCigSfg:16v1 2024-05-03 05:17:13.947/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResourceFolder@_Zre98AkMEe-bzopYCigSfg:0v1("BranchingTest_testAuditViewOnBranch")2024-05-03 05:17:13.936/* CDOResource@_Zre98QkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.936/* Product1@_ZrflAAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.936/* OrderDetail@_ZrflAQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.936/2024-05-03 05:17:13.939 OrderDetail@_ZrflAQkMEe-bzopYCigSfg:0v2 2024-05-03 05:17:13.940/* BranchingTest_testAuditViewOnBranch_subBranch[16]2024-05-03 05:17:13.941/* CDOResourceFolder@_Zre98AkMEe-bzopYCigSfg:16v0("?")->0v12024-05-03 05:17:13.941/* CDOResource@_Zre98QkMEe-bzopYCigSfg:16v1("res")2024-05-03 05:17:13.947/* OrderDetail@_ZrflAQkMEe-bzopYCigSfg:16v0->0v2 2024-05-03 05:17:13.941/* OrderDetail@_ZrmSsAkMEe-bzopYCigSfg:16v1 2024-05-03 05:17:13.947/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResourceFolder@_ZpLQ0AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testHandleRevisionsAfterDetachInSubBranch")2024-05-03 05:17:13.698/* CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v5("/") 2024-05-03 05:17:13.915/2024-05-03 05:17:13.935 CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v6("/") 2024-05-03 05:17:13.936/* CDOResourceFolder@_ZphPEAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testObjectLifetime")2024-05-03 05:17:13.730/* CDOResourceFolder@_ZrKN0AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testSwitchTransactionTarget")2024-05-03 05:17:13.902/* CDOResourceFolder@_ZrSJoAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testSwitchViewTarget")2024-05-03 05:17:13.915/* CDOResourceFolder@_Zre98AkMEe-bzopYCigSfg:0v1("BranchingTest_testAuditViewOnBranch")2024-05-03 05:17:13.936/* CDOResource@_Zre98QkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.936/* Product1@_ZrflAAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.936/* OrderDetail@_ZrflAQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.936/2024-05-03 05:17:13.939 OrderDetail@_ZrflAQkMEe-bzopYCigSfg:0v2 2024-05-03 05:17:13.940/* BranchingTest_testAuditViewOnBranch_subBranch[16]2024-05-03 05:17:13.941/* CDOResourceFolder@_Zre98AkMEe-bzopYCigSfg:16v0("?")->0v12024-05-03 05:17:13.941/* CDOResource@_Zre98QkMEe-bzopYCigSfg:16v0("?")->0v12024-05-03 05:17:13.941/2024-05-03 05:17:13.946 CDOResource@_Zre98QkMEe-bzopYCigSfg:16v1("res")2024-05-03 05:17:13.947/* Product1@_ZrflAAkMEe-bzopYCigSfg:16v0->0v1 2024-05-03 05:17:13.941/2024-05-03 05:17:13.946 Product1@_ZrflAAkMEe-bzopYCigSfg:16v1 2024-05-03 05:17:13.947/* OrderDetail@_ZrflAQkMEe-bzopYCigSfg:16v0->0v2 2024-05-03 05:17:13.941/* OrderDetail@_ZrmSsAkMEe-bzopYCigSfg:16v1 2024-05-03 05:17:13.947/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResourceFolder@_Zre98AkMEe-bzopYCigSfg:0v1("BranchingTest_testAuditViewOnBranch")2024-05-03 05:17:13.936/* CDOResource@_Zre98QkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.936/* Product1@_ZrflAAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.936/* OrderDetail@_ZrflAQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.936/2024-05-03 05:17:13.939 OrderDetail@_ZrflAQkMEe-bzopYCigSfg:0v2 2024-05-03 05:17:13.940/* BranchingTest_testAuditViewOnBranch_subBranch[16]2024-05-03 05:17:13.941/* CDOResourceFolder@_Zre98AkMEe-bzopYCigSfg:16v0("?")->0v12024-05-03 05:17:13.941/* CDOResource@_Zre98QkMEe-bzopYCigSfg:16v1("res")2024-05-03 05:17:13.947/* Product1@_ZrflAAkMEe-bzopYCigSfg:16v1 2024-05-03 05:17:13.947/* OrderDetail@_ZrflAQkMEe-bzopYCigSfg:16v0->0v2 2024-05-03 05:17:13.941/* OrderDetail@_ZrmSsAkMEe-bzopYCigSfg:16v1 2024-05-03 05:17:13.947/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResourceFolder@_ZpLQ0AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testHandleRevisionsAfterDetachInSubBranch")2024-05-03 05:17:13.698/* CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v5("/") 2024-05-03 05:17:13.915/2024-05-03 05:17:13.935 CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v6("/") 2024-05-03 05:17:13.936/* CDOResourceFolder@_ZphPEAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testObjectLifetime")2024-05-03 05:17:13.730/* CDOResourceFolder@_ZrKN0AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testSwitchTransactionTarget")2024-05-03 05:17:13.902/* CDOResourceFolder@_ZrSJoAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testSwitchViewTarget")2024-05-03 05:17:13.915/* CDOResourceFolder@_Zre98AkMEe-bzopYCigSfg:0v1("BranchingTest_testAuditViewOnBranch")2024-05-03 05:17:13.936/* CDOResource@_Zre98QkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.936/* Product1@_ZrflAAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.936/* OrderDetail@_ZrflAQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.936/2024-05-03 05:17:13.939 OrderDetail@_ZrflAQkMEe-bzopYCigSfg:0v2 2024-05-03 05:17:13.940/* BranchingTest_testAuditViewOnBranch_subBranch[16]2024-05-03 05:17:13.941/* CDOResourceFolder@_Zre98AkMEe-bzopYCigSfg:16v0("?")->0v12024-05-03 05:17:13.941/* CDOResource@_Zre98QkMEe-bzopYCigSfg:16v0("?")->0v12024-05-03 05:17:13.941/2024-05-03 05:17:13.946 CDOResource@_Zre98QkMEe-bzopYCigSfg:16v1("res")2024-05-03 05:17:13.947/* Product1@_ZrflAAkMEe-bzopYCigSfg:16v0->0v1 2024-05-03 05:17:13.941/2024-05-03 05:17:13.946 Product1@_ZrflAAkMEe-bzopYCigSfg:16v1 2024-05-03 05:17:13.947/* OrderDetail@_ZrflAQkMEe-bzopYCigSfg:16v0->0v2 2024-05-03 05:17:13.941/* OrderDetail@_ZrmSsAkMEe-bzopYCigSfg:16v1 2024-05-03 05:17:13.947/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResourceFolder@_Zre98AkMEe-bzopYCigSfg:0v1("BranchingTest_testAuditViewOnBranch")2024-05-03 05:17:13.936/* CDOResource@_Zre98QkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.936/* Product1@_ZrflAAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.936/* OrderDetail@_ZrflAQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.936/2024-05-03 05:17:13.939 OrderDetail@_ZrflAQkMEe-bzopYCigSfg:0v2 2024-05-03 05:17:13.940/* BranchingTest_testAuditViewOnBranch_subBranch[16]2024-05-03 05:17:13.941/* CDOResourceFolder@_Zre98AkMEe-bzopYCigSfg:16v0("?")->0v12024-05-03 05:17:13.941/* CDOResource@_Zre98QkMEe-bzopYCigSfg:16v1("res")2024-05-03 05:17:13.947/* Product1@_ZrflAAkMEe-bzopYCigSfg:16v1 2024-05-03 05:17:13.947/* OrderDetail@_ZrflAQkMEe-bzopYCigSfg:16v0->0v2 2024-05-03 05:17:13.941/* OrderDetail@_ZrmSsAkMEe-bzopYCigSfg:16v1 2024-05-03 05:17:13.947/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResourceFolder@_ZpLQ0AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testHandleRevisionsAfterDetachInSubBranch")2024-05-03 05:17:13.698/* CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v5("/") 2024-05-03 05:17:13.915/2024-05-03 05:17:13.935 CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v6("/") 2024-05-03 05:17:13.936/* CDOResourceFolder@_ZphPEAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testObjectLifetime")2024-05-03 05:17:13.730/* CDOResourceFolder@_ZrKN0AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testSwitchTransactionTarget")2024-05-03 05:17:13.902/* CDOResourceFolder@_ZrSJoAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testSwitchViewTarget")2024-05-03 05:17:13.915/* CDOResourceFolder@_Zre98AkMEe-bzopYCigSfg:0v1("BranchingTest_testAuditViewOnBranch")2024-05-03 05:17:13.936/* CDOResource@_Zre98QkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.936/* Product1@_ZrflAAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.936/* OrderDetail@_ZrflAQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.936/2024-05-03 05:17:13.939 OrderDetail@_ZrflAQkMEe-bzopYCigSfg:0v2 2024-05-03 05:17:13.940/* BranchingTest_testAuditViewOnBranch_subBranch[16]2024-05-03 05:17:13.941/* CDOResourceFolder@_Zre98AkMEe-bzopYCigSfg:16v0("?")->0v12024-05-03 05:17:13.941/* CDOResource@_Zre98QkMEe-bzopYCigSfg:16v0("?")->0v12024-05-03 05:17:13.941/2024-05-03 05:17:13.946 CDOResource@_Zre98QkMEe-bzopYCigSfg:16v1("res")2024-05-03 05:17:13.947/* Product1@_ZrflAAkMEe-bzopYCigSfg:16v0->0v1 2024-05-03 05:17:13.941/2024-05-03 05:17:13.946 Product1@_ZrflAAkMEe-bzopYCigSfg:16v1 2024-05-03 05:17:13.947/* OrderDetail@_ZrflAQkMEe-bzopYCigSfg:16v0->0v2 2024-05-03 05:17:13.941/* OrderDetail@_ZrmSsAkMEe-bzopYCigSfg:16v1 2024-05-03 05:17:13.947/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResourceFolder@_Zre98AkMEe-bzopYCigSfg:0v1("BranchingTest_testAuditViewOnBranch")2024-05-03 05:17:13.936/* CDOResource@_Zre98QkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.936/* Product1@_ZrflAAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.936/* OrderDetail@_ZrflAQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.936/2024-05-03 05:17:13.939 OrderDetail@_ZrflAQkMEe-bzopYCigSfg:0v2 2024-05-03 05:17:13.940/* BranchingTest_testAuditViewOnBranch_subBranch[16]2024-05-03 05:17:13.941/* CDOResourceFolder@_Zre98AkMEe-bzopYCigSfg:16v0("?")->0v12024-05-03 05:17:13.941/* CDOResource@_Zre98QkMEe-bzopYCigSfg:16v1("res")2024-05-03 05:17:13.947/* Product1@_ZrflAAkMEe-bzopYCigSfg:16v1 2024-05-03 05:17:13.947/* OrderDetail@_ZrflAQkMEe-bzopYCigSfg:16v0->0v2 2024-05-03 05:17:13.941/* OrderDetail@_ZrmSsAkMEe-bzopYCigSfg:16v1 2024-05-03 05:17:13.947/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResourceFolder@_ZpLQ0AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testHandleRevisionsAfterDetachInSubBranch")2024-05-03 05:17:13.698/* CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v5("/") 2024-05-03 05:17:13.915/2024-05-03 05:17:13.935 CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v6("/") 2024-05-03 05:17:13.936/* CDOResourceFolder@_ZphPEAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testObjectLifetime")2024-05-03 05:17:13.730/* CDOResourceFolder@_ZrKN0AkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testSwitchTransactionTarget")2024-05-03 05:17:13.902/* CDOResourceFolder@_ZrSJoAkMEe-bzopYCigSfg:0v1("BranchingSameSessionTest_testSwitchViewTarget")2024-05-03 05:17:13.915/* CDOResourceFolder@_Zre98AkMEe-bzopYCigSfg:0v1("BranchingTest_testAuditViewOnBranch")2024-05-03 05:17:13.936/* CDOResource@_Zre98QkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.936/* Product1@_ZrflAAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.936/* OrderDetail@_ZrflAQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.936/2024-05-03 05:17:13.939 OrderDetail@_ZrflAQkMEe-bzopYCigSfg:0v2 2024-05-03 05:17:13.940/* BranchingTest_testAuditViewOnBranch_subBranch[16]2024-05-03 05:17:13.941/* CDOResourceFolder@_Zre98AkMEe-bzopYCigSfg:16v0("?")->0v12024-05-03 05:17:13.941/* CDOResource@_Zre98QkMEe-bzopYCigSfg:16v0("?")->0v12024-05-03 05:17:13.941/2024-05-03 05:17:13.946 CDOResource@_Zre98QkMEe-bzopYCigSfg:16v1("res")2024-05-03 05:17:13.947/* Product1@_ZrflAAkMEe-bzopYCigSfg:16v0->0v1 2024-05-03 05:17:13.941/2024-05-03 05:17:13.946 Product1@_ZrflAAkMEe-bzopYCigSfg:16v1 2024-05-03 05:17:13.947/* OrderDetail@_ZrflAQkMEe-bzopYCigSfg:16v0->0v2 2024-05-03 05:17:13.941/* OrderDetail@_ZrmSsAkMEe-bzopYCigSfg:16v1 2024-05-03 05:17:13.947/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResourceFolder@_Zre98AkMEe-bzopYCigSfg:0v1("BranchingTest_testAuditViewOnBranch")2024-05-03 05:17:13.936/* CDOResource@_Zre98QkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.936/* Product1@_ZrflAAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.936/* OrderDetail@_ZrflAQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.936/2024-05-03 05:17:13.939 OrderDetail@_ZrflAQkMEe-bzopYCigSfg:0v2 2024-05-03 05:17:13.940/* BranchingTest_testAuditViewOnBranch_subBranch[16]2024-05-03 05:17:13.941/* CDOResourceFolder@_Zre98AkMEe-bzopYCigSfg:16v0("?")->0v12024-05-03 05:17:13.941/* CDOResource@_Zre98QkMEe-bzopYCigSfg:16v1("res")2024-05-03 05:17:13.947/* Product1@_ZrflAAkMEe-bzopYCigSfg:16v1 2024-05-03 05:17:13.947/* OrderDetail@_ZrflAQkMEe-bzopYCigSfg:16v0->0v2 2024-05-03 05:17:13.941/* OrderDetail@_ZrmSsAkMEe-bzopYCigSfg:16v1 2024-05-03 05:17:13.947/* ******************************************************* BranchingTest.testBasePath [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* BranchingTest.testCommit [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v6("/") 2024-05-03 05:17:13.936/2024-05-03 05:17:13.986 CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v7("/") 2024-05-03 05:17:13.987/* CDOResourceFolder@_Zr-GIAkMEe-bzopYCigSfg:0v1("BranchingTest_testCommit")2024-05-03 05:17:13.987/* CDOResource@_Zr-GIQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.987/* Product1@_Zr-GIgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.987/* OrderDetail@_Zr-GIwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.987/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v6("/") 2024-05-03 05:17:13.936/2024-05-03 05:17:13.986 CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v7("/") 2024-05-03 05:17:13.987/* CDOResourceFolder@_Zr-GIAkMEe-bzopYCigSfg:0v1("BranchingTest_testCommit")2024-05-03 05:17:13.987/* CDOResource@_Zr-GIQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.987/* Product1@_Zr-GIgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.987/* OrderDetail@_Zr-GIwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.987/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v6("/") 2024-05-03 05:17:13.936/2024-05-03 05:17:13.986 CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v7("/") 2024-05-03 05:17:13.987/* CDOResourceFolder@_Zr-GIAkMEe-bzopYCigSfg:0v1("BranchingTest_testCommit")2024-05-03 05:17:13.987/* CDOResource@_Zr-GIQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.987/* Product1@_Zr-GIgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.987/* OrderDetail@_Zr-GIwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.987/* BranchingTest_testCommit_subBranch[20] 2024-05-03 05:17:13.987/* CDOResourceFolder@_Zr-GIAkMEe-bzopYCigSfg:20v0("?")->0v12024-05-03 05:17:13.987/* CDOResource@_Zr-GIQkMEe-bzopYCigSfg:20v0("?")->0v12024-05-03 05:17:13.987/* Product1@_Zr-GIgkMEe-bzopYCigSfg:20v0->0v1 2024-05-03 05:17:13.987/* OrderDetail@_Zr-GIwkMEe-bzopYCigSfg:20v0->0v1 2024-05-03 05:17:13.987/2024-05-03 05:17:13.992 OrderDetail@_Zr-GIwkMEe-bzopYCigSfg:20v1 2024-05-03 05:17:13.993/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v6("/") 2024-05-03 05:17:13.936/2024-05-03 05:17:13.986 CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v7("/") 2024-05-03 05:17:13.987/* CDOResourceFolder@_Zr-GIAkMEe-bzopYCigSfg:0v1("BranchingTest_testCommit")2024-05-03 05:17:13.987/* CDOResource@_Zr-GIQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.987/* Product1@_Zr-GIgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.987/* OrderDetail@_Zr-GIwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.987/* BranchingTest_testCommit_subBranch[20] 2024-05-03 05:17:13.987/* CDOResourceFolder@_Zr-GIAkMEe-bzopYCigSfg:20v0("?")->0v12024-05-03 05:17:13.987/* CDOResource@_Zr-GIQkMEe-bzopYCigSfg:20v0("?")->0v12024-05-03 05:17:13.987/* Product1@_Zr-GIgkMEe-bzopYCigSfg:20v0->0v1 2024-05-03 05:17:13.987/* OrderDetail@_Zr-GIwkMEe-bzopYCigSfg:20v0->0v1 2024-05-03 05:17:13.987/2024-05-03 05:17:13.992 OrderDetail@_Zr-GIwkMEe-bzopYCigSfg:20v1 2024-05-03 05:17:13.993/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v6("/") 2024-05-03 05:17:13.936/2024-05-03 05:17:13.986 CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v7("/") 2024-05-03 05:17:13.987/* CDOResourceFolder@_Zr-GIAkMEe-bzopYCigSfg:0v1("BranchingTest_testCommit")2024-05-03 05:17:13.987/* CDOResource@_Zr-GIQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.987/* Product1@_Zr-GIgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.987/* OrderDetail@_Zr-GIwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.987/* BranchingTest_testCommit_subBranch[20] 2024-05-03 05:17:13.987/* CDOResourceFolder@_Zr-GIAkMEe-bzopYCigSfg:20v0("?")->0v12024-05-03 05:17:13.987/* CDOResource@_Zr-GIQkMEe-bzopYCigSfg:20v0("?")->0v12024-05-03 05:17:13.987/* Product1@_Zr-GIgkMEe-bzopYCigSfg:20v0->0v1 2024-05-03 05:17:13.987/* OrderDetail@_Zr-GIwkMEe-bzopYCigSfg:20v0->0v1 2024-05-03 05:17:13.987/2024-05-03 05:17:13.992 OrderDetail@_Zr-GIwkMEe-bzopYCigSfg:20v1 2024-05-03 05:17:13.993/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResourceFolder@_Zr-GIAkMEe-bzopYCigSfg:0v1("BranchingTest_testCommit")2024-05-03 05:17:13.987/* CDOResource@_Zr-GIQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.987/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v6("/") 2024-05-03 05:17:13.936/2024-05-03 05:17:13.986 CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v7("/") 2024-05-03 05:17:13.987/* CDOResourceFolder@_Zr-GIAkMEe-bzopYCigSfg:0v1("BranchingTest_testCommit")2024-05-03 05:17:13.987/* CDOResource@_Zr-GIQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.987/* Product1@_Zr-GIgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.987/* OrderDetail@_Zr-GIwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.987/* BranchingTest_testCommit_subBranch[20] 2024-05-03 05:17:13.987/* CDOResourceFolder@_Zr-GIAkMEe-bzopYCigSfg:20v0("?")->0v12024-05-03 05:17:13.987/* CDOResource@_Zr-GIQkMEe-bzopYCigSfg:20v0("?")->0v12024-05-03 05:17:13.987/* Product1@_Zr-GIgkMEe-bzopYCigSfg:20v0->0v1 2024-05-03 05:17:13.987/* OrderDetail@_Zr-GIwkMEe-bzopYCigSfg:20v0->0v1 2024-05-03 05:17:13.987/2024-05-03 05:17:13.992 OrderDetail@_Zr-GIwkMEe-bzopYCigSfg:20v1 2024-05-03 05:17:13.993/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResourceFolder@_Zr-GIAkMEe-bzopYCigSfg:0v1("BranchingTest_testCommit")2024-05-03 05:17:13.987/* CDOResource@_Zr-GIQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.987/* OrderDetail@_Zr-GIwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.987/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v6("/") 2024-05-03 05:17:13.936/2024-05-03 05:17:13.986 CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v7("/") 2024-05-03 05:17:13.987/* CDOResourceFolder@_Zr-GIAkMEe-bzopYCigSfg:0v1("BranchingTest_testCommit")2024-05-03 05:17:13.987/* CDOResource@_Zr-GIQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.987/* Product1@_Zr-GIgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.987/* OrderDetail@_Zr-GIwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.987/* BranchingTest_testCommit_subBranch[20] 2024-05-03 05:17:13.987/* CDOResourceFolder@_Zr-GIAkMEe-bzopYCigSfg:20v0("?")->0v12024-05-03 05:17:13.987/* CDOResource@_Zr-GIQkMEe-bzopYCigSfg:20v0("?")->0v12024-05-03 05:17:13.987/* Product1@_Zr-GIgkMEe-bzopYCigSfg:20v0->0v1 2024-05-03 05:17:13.987/* OrderDetail@_Zr-GIwkMEe-bzopYCigSfg:20v0->0v1 2024-05-03 05:17:13.987/2024-05-03 05:17:13.992 OrderDetail@_Zr-GIwkMEe-bzopYCigSfg:20v1 2024-05-03 05:17:13.993/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResourceFolder@_Zr-GIAkMEe-bzopYCigSfg:0v1("BranchingTest_testCommit")2024-05-03 05:17:13.987/* CDOResource@_Zr-GIQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.987/* Product1@_Zr-GIgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.987/* OrderDetail@_Zr-GIwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.987/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v6("/") 2024-05-03 05:17:13.936/2024-05-03 05:17:13.986 CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v7("/") 2024-05-03 05:17:13.987/* CDOResourceFolder@_Zr-GIAkMEe-bzopYCigSfg:0v1("BranchingTest_testCommit")2024-05-03 05:17:13.987/* CDOResource@_Zr-GIQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.987/* Product1@_Zr-GIgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.987/* OrderDetail@_Zr-GIwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.987/* BranchingTest_testCommit_subBranch[20] 2024-05-03 05:17:13.987/* CDOResourceFolder@_Zr-GIAkMEe-bzopYCigSfg:20v0("?")->0v12024-05-03 05:17:13.987/* CDOResource@_Zr-GIQkMEe-bzopYCigSfg:20v0("?")->0v12024-05-03 05:17:13.987/* Product1@_Zr-GIgkMEe-bzopYCigSfg:20v0->0v1 2024-05-03 05:17:13.987/* OrderDetail@_Zr-GIwkMEe-bzopYCigSfg:20v0->0v1 2024-05-03 05:17:13.987/2024-05-03 05:17:13.992 OrderDetail@_Zr-GIwkMEe-bzopYCigSfg:20v1 2024-05-03 05:17:13.993/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResourceFolder@_Zr-GIAkMEe-bzopYCigSfg:0v1("BranchingTest_testCommit")2024-05-03 05:17:13.987/* CDOResource@_Zr-GIQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.987/* Product1@_Zr-GIgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.987/* OrderDetail@_Zr-GIwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.987/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v6("/") 2024-05-03 05:17:13.936/2024-05-03 05:17:13.986 CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v7("/") 2024-05-03 05:17:13.987/* CDOResourceFolder@_Zr-GIAkMEe-bzopYCigSfg:0v1("BranchingTest_testCommit")2024-05-03 05:17:13.987/* CDOResource@_Zr-GIQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.987/* Product1@_Zr-GIgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.987/* OrderDetail@_Zr-GIwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.987/* BranchingTest_testCommit_subBranch[20] 2024-05-03 05:17:13.987/* CDOResourceFolder@_Zr-GIAkMEe-bzopYCigSfg:20v0("?")->0v12024-05-03 05:17:13.987/* CDOResource@_Zr-GIQkMEe-bzopYCigSfg:20v0("?")->0v12024-05-03 05:17:13.987/* Product1@_Zr-GIgkMEe-bzopYCigSfg:20v0->0v1 2024-05-03 05:17:13.987/* OrderDetail@_Zr-GIwkMEe-bzopYCigSfg:20v0->0v1 2024-05-03 05:17:13.987/2024-05-03 05:17:13.992 OrderDetail@_Zr-GIwkMEe-bzopYCigSfg:20v1 2024-05-03 05:17:13.993/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResourceFolder@_Zr-GIAkMEe-bzopYCigSfg:0v1("BranchingTest_testCommit")2024-05-03 05:17:13.987/* CDOResource@_Zr-GIQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.987/* Product1@_Zr-GIgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.987/* OrderDetail@_Zr-GIwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.987/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v6("/") 2024-05-03 05:17:13.936/2024-05-03 05:17:13.986 CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v7("/") 2024-05-03 05:17:13.987/* CDOResourceFolder@_Zr-GIAkMEe-bzopYCigSfg:0v1("BranchingTest_testCommit")2024-05-03 05:17:13.987/* CDOResource@_Zr-GIQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.987/* Product1@_Zr-GIgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.987/* OrderDetail@_Zr-GIwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.987/* BranchingTest_testCommit_subBranch[20] 2024-05-03 05:17:13.987/* CDOResourceFolder@_Zr-GIAkMEe-bzopYCigSfg:20v0("?")->0v12024-05-03 05:17:13.987/* CDOResource@_Zr-GIQkMEe-bzopYCigSfg:20v0("?")->0v12024-05-03 05:17:13.987/* Product1@_Zr-GIgkMEe-bzopYCigSfg:20v0->0v1 2024-05-03 05:17:13.987/* OrderDetail@_Zr-GIwkMEe-bzopYCigSfg:20v0->0v1 2024-05-03 05:17:13.987/2024-05-03 05:17:13.992 OrderDetail@_Zr-GIwkMEe-bzopYCigSfg:20v1 2024-05-03 05:17:13.993/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResourceFolder@_Zr-GIAkMEe-bzopYCigSfg:0v1("BranchingTest_testCommit")2024-05-03 05:17:13.987/* CDOResource@_Zr-GIQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.987/* Product1@_Zr-GIgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.987/* OrderDetail@_Zr-GIwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.987/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v6("/") 2024-05-03 05:17:13.936/2024-05-03 05:17:13.986 CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v7("/") 2024-05-03 05:17:13.987/* CDOResourceFolder@_Zr-GIAkMEe-bzopYCigSfg:0v1("BranchingTest_testCommit")2024-05-03 05:17:13.987/* CDOResource@_Zr-GIQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.987/* Product1@_Zr-GIgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.987/* OrderDetail@_Zr-GIwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.987/* BranchingTest_testCommit_subBranch[20] 2024-05-03 05:17:13.987/* CDOResourceFolder@_Zr-GIAkMEe-bzopYCigSfg:20v0("?")->0v12024-05-03 05:17:13.987/* CDOResource@_Zr-GIQkMEe-bzopYCigSfg:20v0("?")->0v12024-05-03 05:17:13.987/* Product1@_Zr-GIgkMEe-bzopYCigSfg:20v0->0v1 2024-05-03 05:17:13.987/* OrderDetail@_Zr-GIwkMEe-bzopYCigSfg:20v0->0v1 2024-05-03 05:17:13.987/2024-05-03 05:17:13.992 OrderDetail@_Zr-GIwkMEe-bzopYCigSfg:20v1 2024-05-03 05:17:13.993/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResourceFolder@_Zr-GIAkMEe-bzopYCigSfg:0v1("BranchingTest_testCommit")2024-05-03 05:17:13.987/* CDOResource@_Zr-GIQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.987/* Product1@_Zr-GIgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.987/* OrderDetail@_Zr-GIwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.987/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v6("/") 2024-05-03 05:17:13.936/2024-05-03 05:17:13.986 CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v7("/") 2024-05-03 05:17:13.987/* CDOResourceFolder@_Zr-GIAkMEe-bzopYCigSfg:0v1("BranchingTest_testCommit")2024-05-03 05:17:13.987/* CDOResource@_Zr-GIQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.987/* Product1@_Zr-GIgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.987/* OrderDetail@_Zr-GIwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.987/* BranchingTest_testCommit_subBranch[20] 2024-05-03 05:17:13.987/* CDOResourceFolder@_Zr-GIAkMEe-bzopYCigSfg:20v0("?")->0v12024-05-03 05:17:13.987/* CDOResource@_Zr-GIQkMEe-bzopYCigSfg:20v0("?")->0v12024-05-03 05:17:13.987/* Product1@_Zr-GIgkMEe-bzopYCigSfg:20v0->0v1 2024-05-03 05:17:13.987/* OrderDetail@_Zr-GIwkMEe-bzopYCigSfg:20v0->0v1 2024-05-03 05:17:13.987/2024-05-03 05:17:13.992 OrderDetail@_Zr-GIwkMEe-bzopYCigSfg:20v1 2024-05-03 05:17:13.993/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResourceFolder@_Zr-GIAkMEe-bzopYCigSfg:0v1("BranchingTest_testCommit")2024-05-03 05:17:13.987/* CDOResource@_Zr-GIQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.987/* Product1@_Zr-GIgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.987/* OrderDetail@_Zr-GIwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.987/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v6("/") 2024-05-03 05:17:13.936/2024-05-03 05:17:13.986 CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v7("/") 2024-05-03 05:17:13.987/* CDOResourceFolder@_Zr-GIAkMEe-bzopYCigSfg:0v1("BranchingTest_testCommit")2024-05-03 05:17:13.987/* CDOResource@_Zr-GIQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.987/* Product1@_Zr-GIgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.987/* OrderDetail@_Zr-GIwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.987/* BranchingTest_testCommit_subBranch[20] 2024-05-03 05:17:13.987/* CDOResourceFolder@_Zr-GIAkMEe-bzopYCigSfg:20v0("?")->0v12024-05-03 05:17:13.987/* CDOResource@_Zr-GIQkMEe-bzopYCigSfg:20v0("?")->0v12024-05-03 05:17:13.987/* Product1@_Zr-GIgkMEe-bzopYCigSfg:20v0->0v1 2024-05-03 05:17:13.987/* OrderDetail@_Zr-GIwkMEe-bzopYCigSfg:20v0->0v1 2024-05-03 05:17:13.987/2024-05-03 05:17:13.992 OrderDetail@_Zr-GIwkMEe-bzopYCigSfg:20v1 2024-05-03 05:17:13.993/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResourceFolder@_Zr-GIAkMEe-bzopYCigSfg:0v1("BranchingTest_testCommit")2024-05-03 05:17:13.987/* CDOResource@_Zr-GIQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.987/* Product1@_Zr-GIgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.987/* OrderDetail@_Zr-GIwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.987/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v6("/") 2024-05-03 05:17:13.936/2024-05-03 05:17:13.986 CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v7("/") 2024-05-03 05:17:13.987/* CDOResourceFolder@_Zr-GIAkMEe-bzopYCigSfg:0v1("BranchingTest_testCommit")2024-05-03 05:17:13.987/* CDOResource@_Zr-GIQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.987/* Product1@_Zr-GIgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.987/* OrderDetail@_Zr-GIwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.987/* BranchingTest_testCommit_subBranch[20] 2024-05-03 05:17:13.987/* CDOResourceFolder@_Zr-GIAkMEe-bzopYCigSfg:20v0("?")->0v12024-05-03 05:17:13.987/* CDOResource@_Zr-GIQkMEe-bzopYCigSfg:20v0("?")->0v12024-05-03 05:17:13.987/* Product1@_Zr-GIgkMEe-bzopYCigSfg:20v0->0v1 2024-05-03 05:17:13.987/* OrderDetail@_Zr-GIwkMEe-bzopYCigSfg:20v0->0v1 2024-05-03 05:17:13.987/2024-05-03 05:17:13.992 OrderDetail@_Zr-GIwkMEe-bzopYCigSfg:20v1 2024-05-03 05:17:13.993/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResourceFolder@_Zr-GIAkMEe-bzopYCigSfg:0v1("BranchingTest_testCommit")2024-05-03 05:17:13.987/* CDOResource@_Zr-GIQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.987/* Product1@_Zr-GIgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.987/* OrderDetail@_Zr-GIwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.987/* BranchingTest_testCommit_subBranch[20] 2024-05-03 05:17:13.987/* CDOResourceFolder@_Zr-GIAkMEe-bzopYCigSfg:20v0("?")->0v12024-05-03 05:17:13.987/* CDOResource@_Zr-GIQkMEe-bzopYCigSfg:20v0("?")->0v12024-05-03 05:17:13.987/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v6("/") 2024-05-03 05:17:13.936/2024-05-03 05:17:13.986 CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v7("/") 2024-05-03 05:17:13.987/* CDOResourceFolder@_Zr-GIAkMEe-bzopYCigSfg:0v1("BranchingTest_testCommit")2024-05-03 05:17:13.987/* CDOResource@_Zr-GIQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.987/* Product1@_Zr-GIgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.987/* OrderDetail@_Zr-GIwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.987/* BranchingTest_testCommit_subBranch[20] 2024-05-03 05:17:13.987/* CDOResourceFolder@_Zr-GIAkMEe-bzopYCigSfg:20v0("?")->0v12024-05-03 05:17:13.987/* CDOResource@_Zr-GIQkMEe-bzopYCigSfg:20v0("?")->0v12024-05-03 05:17:13.987/* Product1@_Zr-GIgkMEe-bzopYCigSfg:20v0->0v1 2024-05-03 05:17:13.987/* OrderDetail@_Zr-GIwkMEe-bzopYCigSfg:20v0->0v1 2024-05-03 05:17:13.987/2024-05-03 05:17:13.992 OrderDetail@_Zr-GIwkMEe-bzopYCigSfg:20v1 2024-05-03 05:17:13.993/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResourceFolder@_Zr-GIAkMEe-bzopYCigSfg:0v1("BranchingTest_testCommit")2024-05-03 05:17:13.987/* CDOResource@_Zr-GIQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.987/* Product1@_Zr-GIgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.987/* OrderDetail@_Zr-GIwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.987/* BranchingTest_testCommit_subBranch[20] 2024-05-03 05:17:13.987/* CDOResourceFolder@_Zr-GIAkMEe-bzopYCigSfg:20v0("?")->0v12024-05-03 05:17:13.987/* CDOResource@_Zr-GIQkMEe-bzopYCigSfg:20v0("?")->0v12024-05-03 05:17:13.987/* OrderDetail@_Zr-GIwkMEe-bzopYCigSfg:20v0->0v1 2024-05-03 05:17:13.987/2024-05-03 05:17:13.992 ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v6("/") 2024-05-03 05:17:13.936/2024-05-03 05:17:13.986 CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v7("/") 2024-05-03 05:17:13.987/* CDOResourceFolder@_Zr-GIAkMEe-bzopYCigSfg:0v1("BranchingTest_testCommit")2024-05-03 05:17:13.987/* CDOResource@_Zr-GIQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.987/* Product1@_Zr-GIgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.987/* OrderDetail@_Zr-GIwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.987/* BranchingTest_testCommit_subBranch[20] 2024-05-03 05:17:13.987/* CDOResourceFolder@_Zr-GIAkMEe-bzopYCigSfg:20v0("?")->0v12024-05-03 05:17:13.987/* CDOResource@_Zr-GIQkMEe-bzopYCigSfg:20v0("?")->0v12024-05-03 05:17:13.987/* Product1@_Zr-GIgkMEe-bzopYCigSfg:20v0->0v1 2024-05-03 05:17:13.987/* OrderDetail@_Zr-GIwkMEe-bzopYCigSfg:20v0->0v1 2024-05-03 05:17:13.987/2024-05-03 05:17:13.992 OrderDetail@_Zr-GIwkMEe-bzopYCigSfg:20v1 2024-05-03 05:17:13.993/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResourceFolder@_Zr-GIAkMEe-bzopYCigSfg:0v1("BranchingTest_testCommit")2024-05-03 05:17:13.987/* CDOResource@_Zr-GIQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.987/* Product1@_Zr-GIgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.987/* OrderDetail@_Zr-GIwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.987/* BranchingTest_testCommit_subBranch[20] 2024-05-03 05:17:13.987/* CDOResourceFolder@_Zr-GIAkMEe-bzopYCigSfg:20v0("?")->0v12024-05-03 05:17:13.987/* CDOResource@_Zr-GIQkMEe-bzopYCigSfg:20v0("?")->0v12024-05-03 05:17:13.987/* Product1@_Zr-GIgkMEe-bzopYCigSfg:20v0->0v1 2024-05-03 05:17:13.987/* OrderDetail@_Zr-GIwkMEe-bzopYCigSfg:20v0->0v1 2024-05-03 05:17:13.987/2024-05-03 05:17:13.992 ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v6("/") 2024-05-03 05:17:13.936/2024-05-03 05:17:13.986 CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v7("/") 2024-05-03 05:17:13.987/* CDOResourceFolder@_Zr-GIAkMEe-bzopYCigSfg:0v1("BranchingTest_testCommit")2024-05-03 05:17:13.987/* CDOResource@_Zr-GIQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.987/* Product1@_Zr-GIgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.987/* OrderDetail@_Zr-GIwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.987/* BranchingTest_testCommit_subBranch[20] 2024-05-03 05:17:13.987/* CDOResourceFolder@_Zr-GIAkMEe-bzopYCigSfg:20v0("?")->0v12024-05-03 05:17:13.987/* CDOResource@_Zr-GIQkMEe-bzopYCigSfg:20v0("?")->0v12024-05-03 05:17:13.987/* Product1@_Zr-GIgkMEe-bzopYCigSfg:20v0->0v1 2024-05-03 05:17:13.987/* OrderDetail@_Zr-GIwkMEe-bzopYCigSfg:20v0->0v1 2024-05-03 05:17:13.987/2024-05-03 05:17:13.992 OrderDetail@_Zr-GIwkMEe-bzopYCigSfg:20v1 2024-05-03 05:17:13.993/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResourceFolder@_Zr-GIAkMEe-bzopYCigSfg:0v1("BranchingTest_testCommit")2024-05-03 05:17:13.987/* CDOResource@_Zr-GIQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.987/* Product1@_Zr-GIgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.987/* OrderDetail@_Zr-GIwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.987/* BranchingTest_testCommit_subBranch[20] 2024-05-03 05:17:13.987/* CDOResourceFolder@_Zr-GIAkMEe-bzopYCigSfg:20v0("?")->0v12024-05-03 05:17:13.987/* CDOResource@_Zr-GIQkMEe-bzopYCigSfg:20v0("?")->0v12024-05-03 05:17:13.987/* Product1@_Zr-GIgkMEe-bzopYCigSfg:20v0->0v1 2024-05-03 05:17:13.987/* OrderDetail@_Zr-GIwkMEe-bzopYCigSfg:20v0->0v1 2024-05-03 05:17:13.987/2024-05-03 05:17:13.992 ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v6("/") 2024-05-03 05:17:13.936/2024-05-03 05:17:13.986 CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v7("/") 2024-05-03 05:17:13.987/* CDOResourceFolder@_Zr-GIAkMEe-bzopYCigSfg:0v1("BranchingTest_testCommit")2024-05-03 05:17:13.987/* CDOResource@_Zr-GIQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.987/* Product1@_Zr-GIgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.987/* OrderDetail@_Zr-GIwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.987/* BranchingTest_testCommit_subBranch[20] 2024-05-03 05:17:13.987/* CDOResourceFolder@_Zr-GIAkMEe-bzopYCigSfg:20v0("?")->0v12024-05-03 05:17:13.987/* CDOResource@_Zr-GIQkMEe-bzopYCigSfg:20v0("?")->0v12024-05-03 05:17:13.987/* Product1@_Zr-GIgkMEe-bzopYCigSfg:20v0->0v1 2024-05-03 05:17:13.987/* OrderDetail@_Zr-GIwkMEe-bzopYCigSfg:20v0->0v1 2024-05-03 05:17:13.987/2024-05-03 05:17:13.992 OrderDetail@_Zr-GIwkMEe-bzopYCigSfg:20v1 2024-05-03 05:17:13.993/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResourceFolder@_Zr-GIAkMEe-bzopYCigSfg:0v1("BranchingTest_testCommit")2024-05-03 05:17:13.987/* CDOResource@_Zr-GIQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.987/* Product1@_Zr-GIgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.987/* OrderDetail@_Zr-GIwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.987/* BranchingTest_testCommit_subBranch[20] 2024-05-03 05:17:13.987/* CDOResourceFolder@_Zr-GIAkMEe-bzopYCigSfg:20v0("?")->0v12024-05-03 05:17:13.987/* CDOResource@_Zr-GIQkMEe-bzopYCigSfg:20v0("?")->0v12024-05-03 05:17:13.987/* Product1@_Zr-GIgkMEe-bzopYCigSfg:20v0->0v1 2024-05-03 05:17:13.987/* OrderDetail@_Zr-GIwkMEe-bzopYCigSfg:20v0->0v1 2024-05-03 05:17:13.987/2024-05-03 05:17:13.992 OrderDetail@_Zr-GIwkMEe-bzopYCigSfg:20v1 2024-05-03 05:17:13.993/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v6("/") 2024-05-03 05:17:13.936/2024-05-03 05:17:13.986 CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v7("/") 2024-05-03 05:17:13.987/* CDOResourceFolder@_Zr-GIAkMEe-bzopYCigSfg:0v1("BranchingTest_testCommit")2024-05-03 05:17:13.987/* CDOResource@_Zr-GIQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.987/* Product1@_Zr-GIgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.987/* OrderDetail@_Zr-GIwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.987/* BranchingTest_testCommit_subBranch[20] 2024-05-03 05:17:13.987/* CDOResourceFolder@_Zr-GIAkMEe-bzopYCigSfg:20v0("?")->0v12024-05-03 05:17:13.987/* CDOResource@_Zr-GIQkMEe-bzopYCigSfg:20v0("?")->0v12024-05-03 05:17:13.987/* Product1@_Zr-GIgkMEe-bzopYCigSfg:20v0->0v1 2024-05-03 05:17:13.987/* OrderDetail@_Zr-GIwkMEe-bzopYCigSfg:20v0->0v1 2024-05-03 05:17:13.987/2024-05-03 05:17:13.992 OrderDetail@_Zr-GIwkMEe-bzopYCigSfg:20v1 2024-05-03 05:17:13.993/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResourceFolder@_Zr-GIAkMEe-bzopYCigSfg:0v1("BranchingTest_testCommit")2024-05-03 05:17:13.987/* CDOResource@_Zr-GIQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.987/* Product1@_Zr-GIgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.987/* OrderDetail@_Zr-GIwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.987/* BranchingTest_testCommit_subBranch[20] 2024-05-03 05:17:13.987/* CDOResourceFolder@_Zr-GIAkMEe-bzopYCigSfg:20v0("?")->0v12024-05-03 05:17:13.987/* CDOResource@_Zr-GIQkMEe-bzopYCigSfg:20v0("?")->0v12024-05-03 05:17:13.987/* Product1@_Zr-GIgkMEe-bzopYCigSfg:20v0->0v1 2024-05-03 05:17:13.987/* OrderDetail@_Zr-GIwkMEe-bzopYCigSfg:20v0->0v1 2024-05-03 05:17:13.987/2024-05-03 05:17:13.992 OrderDetail@_Zr-GIwkMEe-bzopYCigSfg:20v1 2024-05-03 05:17:13.993/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v6("/") 2024-05-03 05:17:13.936/2024-05-03 05:17:13.986 CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v7("/") 2024-05-03 05:17:13.987/* CDOResourceFolder@_Zr-GIAkMEe-bzopYCigSfg:0v1("BranchingTest_testCommit")2024-05-03 05:17:13.987/* CDOResource@_Zr-GIQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.987/* Product1@_Zr-GIgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.987/* OrderDetail@_Zr-GIwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.987/* BranchingTest_testCommit_subBranch[20] 2024-05-03 05:17:13.987/* CDOResourceFolder@_Zr-GIAkMEe-bzopYCigSfg:20v0("?")->0v12024-05-03 05:17:13.987/* CDOResource@_Zr-GIQkMEe-bzopYCigSfg:20v0("?")->0v12024-05-03 05:17:13.987/* Product1@_Zr-GIgkMEe-bzopYCigSfg:20v0->0v1 2024-05-03 05:17:13.987/* OrderDetail@_Zr-GIwkMEe-bzopYCigSfg:20v0->0v1 2024-05-03 05:17:13.987/2024-05-03 05:17:13.992 OrderDetail@_Zr-GIwkMEe-bzopYCigSfg:20v1 2024-05-03 05:17:13.993/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResourceFolder@_Zr-GIAkMEe-bzopYCigSfg:0v1("BranchingTest_testCommit")2024-05-03 05:17:13.987/* CDOResource@_Zr-GIQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.987/* Product1@_Zr-GIgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.987/* OrderDetail@_Zr-GIwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.987/* BranchingTest_testCommit_subBranch[20] 2024-05-03 05:17:13.987/* CDOResourceFolder@_Zr-GIAkMEe-bzopYCigSfg:20v0("?")->0v12024-05-03 05:17:13.987/* CDOResource@_Zr-GIQkMEe-bzopYCigSfg:20v0("?")->0v12024-05-03 05:17:13.987/* Product1@_Zr-GIgkMEe-bzopYCigSfg:20v0->0v1 2024-05-03 05:17:13.987/* OrderDetail@_Zr-GIwkMEe-bzopYCigSfg:20v0->0v1 2024-05-03 05:17:13.987/2024-05-03 05:17:13.992 OrderDetail@_Zr-GIwkMEe-bzopYCigSfg:20v1 2024-05-03 05:17:13.993/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v6("/") 2024-05-03 05:17:13.936/2024-05-03 05:17:13.986 CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v7("/") 2024-05-03 05:17:13.987/* CDOResourceFolder@_Zr-GIAkMEe-bzopYCigSfg:0v1("BranchingTest_testCommit")2024-05-03 05:17:13.987/* CDOResource@_Zr-GIQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.987/* Product1@_Zr-GIgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.987/* OrderDetail@_Zr-GIwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.987/* BranchingTest_testCommit_subBranch[20] 2024-05-03 05:17:13.987/* CDOResourceFolder@_Zr-GIAkMEe-bzopYCigSfg:20v0("?")->0v12024-05-03 05:17:13.987/* CDOResource@_Zr-GIQkMEe-bzopYCigSfg:20v0("?")->0v12024-05-03 05:17:13.987/* Product1@_Zr-GIgkMEe-bzopYCigSfg:20v0->0v1 2024-05-03 05:17:13.987/* OrderDetail@_Zr-GIwkMEe-bzopYCigSfg:20v0->0v1 2024-05-03 05:17:13.987/2024-05-03 05:17:13.992 OrderDetail@_Zr-GIwkMEe-bzopYCigSfg:20v1 2024-05-03 05:17:13.993/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResourceFolder@_Zr-GIAkMEe-bzopYCigSfg:0v1("BranchingTest_testCommit")2024-05-03 05:17:13.987/* CDOResource@_Zr-GIQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.987/* Product1@_Zr-GIgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.987/* OrderDetail@_Zr-GIwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.987/* BranchingTest_testCommit_subBranch[20] 2024-05-03 05:17:13.987/* CDOResourceFolder@_Zr-GIAkMEe-bzopYCigSfg:20v0("?")->0v12024-05-03 05:17:13.987/* CDOResource@_Zr-GIQkMEe-bzopYCigSfg:20v0("?")->0v12024-05-03 05:17:13.987/* Product1@_Zr-GIgkMEe-bzopYCigSfg:20v0->0v1 2024-05-03 05:17:13.987/* OrderDetail@_Zr-GIwkMEe-bzopYCigSfg:20v0->0v1 2024-05-03 05:17:13.987/2024-05-03 05:17:13.992 OrderDetail@_Zr-GIwkMEe-bzopYCigSfg:20v1 2024-05-03 05:17:13.993/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v6("/") 2024-05-03 05:17:13.936/2024-05-03 05:17:13.986 CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v7("/") 2024-05-03 05:17:13.987/* CDOResourceFolder@_Zr-GIAkMEe-bzopYCigSfg:0v1("BranchingTest_testCommit")2024-05-03 05:17:13.987/* CDOResource@_Zr-GIQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.987/* Product1@_Zr-GIgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.987/* OrderDetail@_Zr-GIwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.987/* BranchingTest_testCommit_subBranch[20] 2024-05-03 05:17:13.987/* CDOResourceFolder@_Zr-GIAkMEe-bzopYCigSfg:20v0("?")->0v12024-05-03 05:17:13.987/* CDOResource@_Zr-GIQkMEe-bzopYCigSfg:20v0("?")->0v12024-05-03 05:17:13.987/* Product1@_Zr-GIgkMEe-bzopYCigSfg:20v0->0v1 2024-05-03 05:17:13.987/* OrderDetail@_Zr-GIwkMEe-bzopYCigSfg:20v0->0v1 2024-05-03 05:17:13.987/2024-05-03 05:17:13.992 OrderDetail@_Zr-GIwkMEe-bzopYCigSfg:20v1 2024-05-03 05:17:13.993/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResourceFolder@_Zr-GIAkMEe-bzopYCigSfg:0v1("BranchingTest_testCommit")2024-05-03 05:17:13.987/* CDOResource@_Zr-GIQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:13.987/* Product1@_Zr-GIgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.987/* OrderDetail@_Zr-GIwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:13.987/* BranchingTest_testCommit_subBranch[20] 2024-05-03 05:17:13.987/* CDOResourceFolder@_Zr-GIAkMEe-bzopYCigSfg:20v0("?")->0v12024-05-03 05:17:13.987/* CDOResource@_Zr-GIQkMEe-bzopYCigSfg:20v0("?")->0v12024-05-03 05:17:13.987/* Product1@_Zr-GIgkMEe-bzopYCigSfg:20v0->0v1 2024-05-03 05:17:13.987/* OrderDetail@_Zr-GIwkMEe-bzopYCigSfg:20v0->0v1 2024-05-03 05:17:13.987/2024-05-03 05:17:13.992 OrderDetail@_Zr-GIwkMEe-bzopYCigSfg:20v1 2024-05-03 05:17:13.993/* ******************************************************* BranchingTest.testCommitAddOrderDetail [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v7("/") 2024-05-03 05:17:13.987/2024-05-03 05:17:14.041 CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v8("/") 2024-05-03 05:17:14.042/* CDOResourceFolder@_ZsfqkAkMEe-bzopYCigSfg:0v1("BranchingTest_testCommitAddOrderDetail")2024-05-03 05:17:14.042/* CDOResource@_ZsgRoAkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.042/* Product1@_ZsgRoQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.042/* OrderDetail@_ZsgRogkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.042/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v7("/") 2024-05-03 05:17:13.987/2024-05-03 05:17:14.041 CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v8("/") 2024-05-03 05:17:14.042/* CDOResourceFolder@_ZsfqkAkMEe-bzopYCigSfg:0v1("BranchingTest_testCommitAddOrderDetail")2024-05-03 05:17:14.042/* CDOResource@_ZsgRoAkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.042/* Product1@_ZsgRoQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.042/* OrderDetail@_ZsgRogkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.042/* server-thread-253 [debug] moveOneDown add historic entry at: 1 server-thread-253 [debug] moveOneDown add historic entry at: 0 ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v7("/") 2024-05-03 05:17:13.987/2024-05-03 05:17:14.041 CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v8("/") 2024-05-03 05:17:14.042/* CDOResourceFolder@_ZsfqkAkMEe-bzopYCigSfg:0v1("BranchingTest_testCommitAddOrderDetail")2024-05-03 05:17:14.042/* CDOResource@_ZsgRoAkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.042/* Product1@_ZsgRoQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.042/* OrderDetail@_ZsgRogkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.042/* BranchingTest_testCommitAddOrderDetail_subBranch[21]2024-05-03 05:17:14.042/* CDOResourceFolder@_ZsfqkAkMEe-bzopYCigSfg:21v0("?")->0v12024-05-03 05:17:14.042/* OrderDetail@_Zsj8AAkMEe-bzopYCigSfg:21v1 2024-05-03 05:17:14.049/* CDOResource@_ZsgRoAkMEe-bzopYCigSfg:21v0("?")->0v12024-05-03 05:17:14.042/2024-05-03 05:17:14.048 CDOResource@_ZsgRoAkMEe-bzopYCigSfg:21v1("res")2024-05-03 05:17:14.049/* Product1@_ZsgRoQkMEe-bzopYCigSfg:21v0->0v1 2024-05-03 05:17:14.042/2024-05-03 05:17:14.048 Product1@_ZsgRoQkMEe-bzopYCigSfg:21v1 2024-05-03 05:17:14.049/* OrderDetail@_ZsgRogkMEe-bzopYCigSfg:21v0->0v1 2024-05-03 05:17:14.042/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v7("/") 2024-05-03 05:17:13.987/2024-05-03 05:17:14.041 CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v8("/") 2024-05-03 05:17:14.042/* CDOResourceFolder@_ZsfqkAkMEe-bzopYCigSfg:0v1("BranchingTest_testCommitAddOrderDetail")2024-05-03 05:17:14.042/* CDOResource@_ZsgRoAkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.042/* Product1@_ZsgRoQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.042/* OrderDetail@_ZsgRogkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.042/* BranchingTest_testCommitAddOrderDetail_subBranch[21]2024-05-03 05:17:14.042/* CDOResourceFolder@_ZsfqkAkMEe-bzopYCigSfg:21v0("?")->0v12024-05-03 05:17:14.042/* OrderDetail@_Zsj8AAkMEe-bzopYCigSfg:21v1 2024-05-03 05:17:14.049/* CDOResource@_ZsgRoAkMEe-bzopYCigSfg:21v0("?")->0v12024-05-03 05:17:14.042/2024-05-03 05:17:14.048 CDOResource@_ZsgRoAkMEe-bzopYCigSfg:21v1("res")2024-05-03 05:17:14.049/* Product1@_ZsgRoQkMEe-bzopYCigSfg:21v0->0v1 2024-05-03 05:17:14.042/2024-05-03 05:17:14.048 Product1@_ZsgRoQkMEe-bzopYCigSfg:21v1 2024-05-03 05:17:14.049/* OrderDetail@_ZsgRogkMEe-bzopYCigSfg:21v0->0v1 2024-05-03 05:17:14.042/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v7("/") 2024-05-03 05:17:13.987/2024-05-03 05:17:14.041 CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v8("/") 2024-05-03 05:17:14.042/* CDOResourceFolder@_ZsfqkAkMEe-bzopYCigSfg:0v1("BranchingTest_testCommitAddOrderDetail")2024-05-03 05:17:14.042/* CDOResource@_ZsgRoAkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.042/* Product1@_ZsgRoQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.042/* OrderDetail@_ZsgRogkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.042/* BranchingTest_testCommitAddOrderDetail_subBranch[21]2024-05-03 05:17:14.042/* CDOResourceFolder@_ZsfqkAkMEe-bzopYCigSfg:21v0("?")->0v12024-05-03 05:17:14.042/* OrderDetail@_Zsj8AAkMEe-bzopYCigSfg:21v1 2024-05-03 05:17:14.049/* CDOResource@_ZsgRoAkMEe-bzopYCigSfg:21v0("?")->0v12024-05-03 05:17:14.042/2024-05-03 05:17:14.048 CDOResource@_ZsgRoAkMEe-bzopYCigSfg:21v1("res")2024-05-03 05:17:14.049/* Product1@_ZsgRoQkMEe-bzopYCigSfg:21v0->0v1 2024-05-03 05:17:14.042/2024-05-03 05:17:14.048 Product1@_ZsgRoQkMEe-bzopYCigSfg:21v1 2024-05-03 05:17:14.049/* OrderDetail@_ZsgRogkMEe-bzopYCigSfg:21v0->0v1 2024-05-03 05:17:14.042/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResourceFolder@_ZsfqkAkMEe-bzopYCigSfg:0v1("BranchingTest_testCommitAddOrderDetail")2024-05-03 05:17:14.042/* CDOResource@_ZsgRoAkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.042/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v7("/") 2024-05-03 05:17:13.987/2024-05-03 05:17:14.041 CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v8("/") 2024-05-03 05:17:14.042/* CDOResourceFolder@_ZsfqkAkMEe-bzopYCigSfg:0v1("BranchingTest_testCommitAddOrderDetail")2024-05-03 05:17:14.042/* CDOResource@_ZsgRoAkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.042/* Product1@_ZsgRoQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.042/* OrderDetail@_ZsgRogkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.042/* BranchingTest_testCommitAddOrderDetail_subBranch[21]2024-05-03 05:17:14.042/* CDOResourceFolder@_ZsfqkAkMEe-bzopYCigSfg:21v0("?")->0v12024-05-03 05:17:14.042/* OrderDetail@_Zsj8AAkMEe-bzopYCigSfg:21v1 2024-05-03 05:17:14.049/* CDOResource@_ZsgRoAkMEe-bzopYCigSfg:21v0("?")->0v12024-05-03 05:17:14.042/2024-05-03 05:17:14.048 CDOResource@_ZsgRoAkMEe-bzopYCigSfg:21v1("res")2024-05-03 05:17:14.049/* Product1@_ZsgRoQkMEe-bzopYCigSfg:21v0->0v1 2024-05-03 05:17:14.042/2024-05-03 05:17:14.048 Product1@_ZsgRoQkMEe-bzopYCigSfg:21v1 2024-05-03 05:17:14.049/* OrderDetail@_ZsgRogkMEe-bzopYCigSfg:21v0->0v1 2024-05-03 05:17:14.042/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResourceFolder@_ZsfqkAkMEe-bzopYCigSfg:0v1("BranchingTest_testCommitAddOrderDetail")2024-05-03 05:17:14.042/* CDOResource@_ZsgRoAkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.042/* OrderDetail@_ZsgRogkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.042/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v7("/") 2024-05-03 05:17:13.987/2024-05-03 05:17:14.041 CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v8("/") 2024-05-03 05:17:14.042/* CDOResourceFolder@_ZsfqkAkMEe-bzopYCigSfg:0v1("BranchingTest_testCommitAddOrderDetail")2024-05-03 05:17:14.042/* CDOResource@_ZsgRoAkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.042/* Product1@_ZsgRoQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.042/* OrderDetail@_ZsgRogkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.042/* BranchingTest_testCommitAddOrderDetail_subBranch[21]2024-05-03 05:17:14.042/* CDOResourceFolder@_ZsfqkAkMEe-bzopYCigSfg:21v0("?")->0v12024-05-03 05:17:14.042/* OrderDetail@_Zsj8AAkMEe-bzopYCigSfg:21v1 2024-05-03 05:17:14.049/* CDOResource@_ZsgRoAkMEe-bzopYCigSfg:21v0("?")->0v12024-05-03 05:17:14.042/2024-05-03 05:17:14.048 CDOResource@_ZsgRoAkMEe-bzopYCigSfg:21v1("res")2024-05-03 05:17:14.049/* Product1@_ZsgRoQkMEe-bzopYCigSfg:21v0->0v1 2024-05-03 05:17:14.042/2024-05-03 05:17:14.048 Product1@_ZsgRoQkMEe-bzopYCigSfg:21v1 2024-05-03 05:17:14.049/* OrderDetail@_ZsgRogkMEe-bzopYCigSfg:21v0->0v1 2024-05-03 05:17:14.042/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResourceFolder@_ZsfqkAkMEe-bzopYCigSfg:0v1("BranchingTest_testCommitAddOrderDetail")2024-05-03 05:17:14.042/* CDOResource@_ZsgRoAkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.042/* Product1@_ZsgRoQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.042/* OrderDetail@_ZsgRogkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.042/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v7("/") 2024-05-03 05:17:13.987/2024-05-03 05:17:14.041 CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v8("/") 2024-05-03 05:17:14.042/* CDOResourceFolder@_ZsfqkAkMEe-bzopYCigSfg:0v1("BranchingTest_testCommitAddOrderDetail")2024-05-03 05:17:14.042/* CDOResource@_ZsgRoAkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.042/* Product1@_ZsgRoQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.042/* OrderDetail@_ZsgRogkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.042/* BranchingTest_testCommitAddOrderDetail_subBranch[21]2024-05-03 05:17:14.042/* CDOResourceFolder@_ZsfqkAkMEe-bzopYCigSfg:21v0("?")->0v12024-05-03 05:17:14.042/* OrderDetail@_Zsj8AAkMEe-bzopYCigSfg:21v1 2024-05-03 05:17:14.049/* CDOResource@_ZsgRoAkMEe-bzopYCigSfg:21v0("?")->0v12024-05-03 05:17:14.042/2024-05-03 05:17:14.048 CDOResource@_ZsgRoAkMEe-bzopYCigSfg:21v1("res")2024-05-03 05:17:14.049/* Product1@_ZsgRoQkMEe-bzopYCigSfg:21v0->0v1 2024-05-03 05:17:14.042/2024-05-03 05:17:14.048 Product1@_ZsgRoQkMEe-bzopYCigSfg:21v1 2024-05-03 05:17:14.049/* OrderDetail@_ZsgRogkMEe-bzopYCigSfg:21v0->0v1 2024-05-03 05:17:14.042/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResourceFolder@_ZsfqkAkMEe-bzopYCigSfg:0v1("BranchingTest_testCommitAddOrderDetail")2024-05-03 05:17:14.042/* CDOResource@_ZsgRoAkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.042/* Product1@_ZsgRoQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.042/* OrderDetail@_ZsgRogkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.042/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v7("/") 2024-05-03 05:17:13.987/2024-05-03 05:17:14.041 CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v8("/") 2024-05-03 05:17:14.042/* CDOResourceFolder@_ZsfqkAkMEe-bzopYCigSfg:0v1("BranchingTest_testCommitAddOrderDetail")2024-05-03 05:17:14.042/* CDOResource@_ZsgRoAkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.042/* Product1@_ZsgRoQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.042/* OrderDetail@_ZsgRogkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.042/* BranchingTest_testCommitAddOrderDetail_subBranch[21]2024-05-03 05:17:14.042/* CDOResourceFolder@_ZsfqkAkMEe-bzopYCigSfg:21v0("?")->0v12024-05-03 05:17:14.042/* OrderDetail@_Zsj8AAkMEe-bzopYCigSfg:21v1 2024-05-03 05:17:14.049/* CDOResource@_ZsgRoAkMEe-bzopYCigSfg:21v0("?")->0v12024-05-03 05:17:14.042/2024-05-03 05:17:14.048 CDOResource@_ZsgRoAkMEe-bzopYCigSfg:21v1("res")2024-05-03 05:17:14.049/* Product1@_ZsgRoQkMEe-bzopYCigSfg:21v0->0v1 2024-05-03 05:17:14.042/2024-05-03 05:17:14.048 Product1@_ZsgRoQkMEe-bzopYCigSfg:21v1 2024-05-03 05:17:14.049/* OrderDetail@_ZsgRogkMEe-bzopYCigSfg:21v0->0v1 2024-05-03 05:17:14.042/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResourceFolder@_ZsfqkAkMEe-bzopYCigSfg:0v1("BranchingTest_testCommitAddOrderDetail")2024-05-03 05:17:14.042/* CDOResource@_ZsgRoAkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.042/* Product1@_ZsgRoQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.042/* OrderDetail@_ZsgRogkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.042/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v7("/") 2024-05-03 05:17:13.987/2024-05-03 05:17:14.041 CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v8("/") 2024-05-03 05:17:14.042/* CDOResourceFolder@_ZsfqkAkMEe-bzopYCigSfg:0v1("BranchingTest_testCommitAddOrderDetail")2024-05-03 05:17:14.042/* CDOResource@_ZsgRoAkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.042/* Product1@_ZsgRoQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.042/* OrderDetail@_ZsgRogkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.042/* BranchingTest_testCommitAddOrderDetail_subBranch[21]2024-05-03 05:17:14.042/* CDOResourceFolder@_ZsfqkAkMEe-bzopYCigSfg:21v0("?")->0v12024-05-03 05:17:14.042/* OrderDetail@_Zsj8AAkMEe-bzopYCigSfg:21v1 2024-05-03 05:17:14.049/* CDOResource@_ZsgRoAkMEe-bzopYCigSfg:21v0("?")->0v12024-05-03 05:17:14.042/2024-05-03 05:17:14.048 CDOResource@_ZsgRoAkMEe-bzopYCigSfg:21v1("res")2024-05-03 05:17:14.049/* Product1@_ZsgRoQkMEe-bzopYCigSfg:21v0->0v1 2024-05-03 05:17:14.042/2024-05-03 05:17:14.048 Product1@_ZsgRoQkMEe-bzopYCigSfg:21v1 2024-05-03 05:17:14.049/* OrderDetail@_ZsgRogkMEe-bzopYCigSfg:21v0->0v1 2024-05-03 05:17:14.042/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResourceFolder@_ZsfqkAkMEe-bzopYCigSfg:0v1("BranchingTest_testCommitAddOrderDetail")2024-05-03 05:17:14.042/* CDOResource@_ZsgRoAkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.042/* Product1@_ZsgRoQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.042/* OrderDetail@_ZsgRogkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.042/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v7("/") 2024-05-03 05:17:13.987/2024-05-03 05:17:14.041 CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v8("/") 2024-05-03 05:17:14.042/* CDOResourceFolder@_ZsfqkAkMEe-bzopYCigSfg:0v1("BranchingTest_testCommitAddOrderDetail")2024-05-03 05:17:14.042/* CDOResource@_ZsgRoAkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.042/* Product1@_ZsgRoQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.042/* OrderDetail@_ZsgRogkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.042/* BranchingTest_testCommitAddOrderDetail_subBranch[21]2024-05-03 05:17:14.042/* CDOResourceFolder@_ZsfqkAkMEe-bzopYCigSfg:21v0("?")->0v12024-05-03 05:17:14.042/* OrderDetail@_Zsj8AAkMEe-bzopYCigSfg:21v1 2024-05-03 05:17:14.049/* CDOResource@_ZsgRoAkMEe-bzopYCigSfg:21v0("?")->0v12024-05-03 05:17:14.042/2024-05-03 05:17:14.048 CDOResource@_ZsgRoAkMEe-bzopYCigSfg:21v1("res")2024-05-03 05:17:14.049/* Product1@_ZsgRoQkMEe-bzopYCigSfg:21v0->0v1 2024-05-03 05:17:14.042/2024-05-03 05:17:14.048 Product1@_ZsgRoQkMEe-bzopYCigSfg:21v1 2024-05-03 05:17:14.049/* OrderDetail@_ZsgRogkMEe-bzopYCigSfg:21v0->0v1 2024-05-03 05:17:14.042/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResourceFolder@_ZsfqkAkMEe-bzopYCigSfg:0v1("BranchingTest_testCommitAddOrderDetail")2024-05-03 05:17:14.042/* CDOResource@_ZsgRoAkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.042/* Product1@_ZsgRoQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.042/* OrderDetail@_ZsgRogkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.042/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v7("/") 2024-05-03 05:17:13.987/2024-05-03 05:17:14.041 CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v8("/") 2024-05-03 05:17:14.042/* CDOResourceFolder@_ZsfqkAkMEe-bzopYCigSfg:0v1("BranchingTest_testCommitAddOrderDetail")2024-05-03 05:17:14.042/* CDOResource@_ZsgRoAkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.042/* Product1@_ZsgRoQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.042/* OrderDetail@_ZsgRogkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.042/* BranchingTest_testCommitAddOrderDetail_subBranch[21]2024-05-03 05:17:14.042/* CDOResourceFolder@_ZsfqkAkMEe-bzopYCigSfg:21v0("?")->0v12024-05-03 05:17:14.042/* OrderDetail@_Zsj8AAkMEe-bzopYCigSfg:21v1 2024-05-03 05:17:14.049/* CDOResource@_ZsgRoAkMEe-bzopYCigSfg:21v0("?")->0v12024-05-03 05:17:14.042/2024-05-03 05:17:14.048 CDOResource@_ZsgRoAkMEe-bzopYCigSfg:21v1("res")2024-05-03 05:17:14.049/* Product1@_ZsgRoQkMEe-bzopYCigSfg:21v0->0v1 2024-05-03 05:17:14.042/2024-05-03 05:17:14.048 Product1@_ZsgRoQkMEe-bzopYCigSfg:21v1 2024-05-03 05:17:14.049/* OrderDetail@_ZsgRogkMEe-bzopYCigSfg:21v0->0v1 2024-05-03 05:17:14.042/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResourceFolder@_ZsfqkAkMEe-bzopYCigSfg:0v1("BranchingTest_testCommitAddOrderDetail")2024-05-03 05:17:14.042/* CDOResource@_ZsgRoAkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.042/* Product1@_ZsgRoQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.042/* OrderDetail@_ZsgRogkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.042/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v7("/") 2024-05-03 05:17:13.987/2024-05-03 05:17:14.041 CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v8("/") 2024-05-03 05:17:14.042/* CDOResourceFolder@_ZsfqkAkMEe-bzopYCigSfg:0v1("BranchingTest_testCommitAddOrderDetail")2024-05-03 05:17:14.042/* CDOResource@_ZsgRoAkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.042/* Product1@_ZsgRoQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.042/* OrderDetail@_ZsgRogkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.042/* BranchingTest_testCommitAddOrderDetail_subBranch[21]2024-05-03 05:17:14.042/* CDOResourceFolder@_ZsfqkAkMEe-bzopYCigSfg:21v0("?")->0v12024-05-03 05:17:14.042/* OrderDetail@_Zsj8AAkMEe-bzopYCigSfg:21v1 2024-05-03 05:17:14.049/* CDOResource@_ZsgRoAkMEe-bzopYCigSfg:21v0("?")->0v12024-05-03 05:17:14.042/2024-05-03 05:17:14.048 CDOResource@_ZsgRoAkMEe-bzopYCigSfg:21v1("res")2024-05-03 05:17:14.049/* Product1@_ZsgRoQkMEe-bzopYCigSfg:21v0->0v1 2024-05-03 05:17:14.042/2024-05-03 05:17:14.048 Product1@_ZsgRoQkMEe-bzopYCigSfg:21v1 2024-05-03 05:17:14.049/* OrderDetail@_ZsgRogkMEe-bzopYCigSfg:21v0->0v1 2024-05-03 05:17:14.042/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResourceFolder@_ZsfqkAkMEe-bzopYCigSfg:0v1("BranchingTest_testCommitAddOrderDetail")2024-05-03 05:17:14.042/* CDOResource@_ZsgRoAkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.042/* Product1@_ZsgRoQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.042/* OrderDetail@_ZsgRogkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.042/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v7("/") 2024-05-03 05:17:13.987/2024-05-03 05:17:14.041 CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v8("/") 2024-05-03 05:17:14.042/* CDOResourceFolder@_ZsfqkAkMEe-bzopYCigSfg:0v1("BranchingTest_testCommitAddOrderDetail")2024-05-03 05:17:14.042/* CDOResource@_ZsgRoAkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.042/* Product1@_ZsgRoQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.042/* OrderDetail@_ZsgRogkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.042/* BranchingTest_testCommitAddOrderDetail_subBranch[21]2024-05-03 05:17:14.042/* CDOResourceFolder@_ZsfqkAkMEe-bzopYCigSfg:21v0("?")->0v12024-05-03 05:17:14.042/* OrderDetail@_Zsj8AAkMEe-bzopYCigSfg:21v1 2024-05-03 05:17:14.049/* CDOResource@_ZsgRoAkMEe-bzopYCigSfg:21v0("?")->0v12024-05-03 05:17:14.042/2024-05-03 05:17:14.048 CDOResource@_ZsgRoAkMEe-bzopYCigSfg:21v1("res")2024-05-03 05:17:14.049/* Product1@_ZsgRoQkMEe-bzopYCigSfg:21v0->0v1 2024-05-03 05:17:14.042/2024-05-03 05:17:14.048 Product1@_ZsgRoQkMEe-bzopYCigSfg:21v1 2024-05-03 05:17:14.049/* OrderDetail@_ZsgRogkMEe-bzopYCigSfg:21v0->0v1 2024-05-03 05:17:14.042/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResourceFolder@_ZsfqkAkMEe-bzopYCigSfg:0v1("BranchingTest_testCommitAddOrderDetail")2024-05-03 05:17:14.042/* CDOResource@_ZsgRoAkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.042/* Product1@_ZsgRoQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.042/* OrderDetail@_ZsgRogkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.042/* BranchingTest_testCommitAddOrderDetail_subBranch[21]2024-05-03 05:17:14.042/* CDOResourceFolder@_ZsfqkAkMEe-bzopYCigSfg:21v0("?")->0v12024-05-03 05:17:14.042/* CDOResource@_ZsgRoAkMEe-bzopYCigSfg:21v0("?")->0v12024-05-03 05:17:14.042/2024-05-03 05:17:14.048 ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v7("/") 2024-05-03 05:17:13.987/2024-05-03 05:17:14.041 CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v8("/") 2024-05-03 05:17:14.042/* CDOResourceFolder@_ZsfqkAkMEe-bzopYCigSfg:0v1("BranchingTest_testCommitAddOrderDetail")2024-05-03 05:17:14.042/* CDOResource@_ZsgRoAkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.042/* Product1@_ZsgRoQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.042/* OrderDetail@_ZsgRogkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.042/* BranchingTest_testCommitAddOrderDetail_subBranch[21]2024-05-03 05:17:14.042/* CDOResourceFolder@_ZsfqkAkMEe-bzopYCigSfg:21v0("?")->0v12024-05-03 05:17:14.042/* OrderDetail@_Zsj8AAkMEe-bzopYCigSfg:21v1 2024-05-03 05:17:14.049/* CDOResource@_ZsgRoAkMEe-bzopYCigSfg:21v0("?")->0v12024-05-03 05:17:14.042/2024-05-03 05:17:14.048 CDOResource@_ZsgRoAkMEe-bzopYCigSfg:21v1("res")2024-05-03 05:17:14.049/* Product1@_ZsgRoQkMEe-bzopYCigSfg:21v0->0v1 2024-05-03 05:17:14.042/2024-05-03 05:17:14.048 Product1@_ZsgRoQkMEe-bzopYCigSfg:21v1 2024-05-03 05:17:14.049/* OrderDetail@_ZsgRogkMEe-bzopYCigSfg:21v0->0v1 2024-05-03 05:17:14.042/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResourceFolder@_ZsfqkAkMEe-bzopYCigSfg:0v1("BranchingTest_testCommitAddOrderDetail")2024-05-03 05:17:14.042/* CDOResource@_ZsgRoAkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.042/* Product1@_ZsgRoQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.042/* OrderDetail@_ZsgRogkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.042/* BranchingTest_testCommitAddOrderDetail_subBranch[21]2024-05-03 05:17:14.042/* CDOResourceFolder@_ZsfqkAkMEe-bzopYCigSfg:21v0("?")->0v12024-05-03 05:17:14.042/* CDOResource@_ZsgRoAkMEe-bzopYCigSfg:21v0("?")->0v12024-05-03 05:17:14.042/2024-05-03 05:17:14.048 OrderDetail@_ZsgRogkMEe-bzopYCigSfg:21v0->0v1 2024-05-03 05:17:14.042/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v7("/") 2024-05-03 05:17:13.987/2024-05-03 05:17:14.041 CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v8("/") 2024-05-03 05:17:14.042/* CDOResourceFolder@_ZsfqkAkMEe-bzopYCigSfg:0v1("BranchingTest_testCommitAddOrderDetail")2024-05-03 05:17:14.042/* CDOResource@_ZsgRoAkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.042/* Product1@_ZsgRoQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.042/* OrderDetail@_ZsgRogkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.042/* BranchingTest_testCommitAddOrderDetail_subBranch[21]2024-05-03 05:17:14.042/* CDOResourceFolder@_ZsfqkAkMEe-bzopYCigSfg:21v0("?")->0v12024-05-03 05:17:14.042/* OrderDetail@_Zsj8AAkMEe-bzopYCigSfg:21v1 2024-05-03 05:17:14.049/* CDOResource@_ZsgRoAkMEe-bzopYCigSfg:21v0("?")->0v12024-05-03 05:17:14.042/2024-05-03 05:17:14.048 CDOResource@_ZsgRoAkMEe-bzopYCigSfg:21v1("res")2024-05-03 05:17:14.049/* Product1@_ZsgRoQkMEe-bzopYCigSfg:21v0->0v1 2024-05-03 05:17:14.042/2024-05-03 05:17:14.048 Product1@_ZsgRoQkMEe-bzopYCigSfg:21v1 2024-05-03 05:17:14.049/* OrderDetail@_ZsgRogkMEe-bzopYCigSfg:21v0->0v1 2024-05-03 05:17:14.042/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResourceFolder@_ZsfqkAkMEe-bzopYCigSfg:0v1("BranchingTest_testCommitAddOrderDetail")2024-05-03 05:17:14.042/* CDOResource@_ZsgRoAkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.042/* Product1@_ZsgRoQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.042/* OrderDetail@_ZsgRogkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.042/* BranchingTest_testCommitAddOrderDetail_subBranch[21]2024-05-03 05:17:14.042/* CDOResourceFolder@_ZsfqkAkMEe-bzopYCigSfg:21v0("?")->0v12024-05-03 05:17:14.042/* CDOResource@_ZsgRoAkMEe-bzopYCigSfg:21v0("?")->0v12024-05-03 05:17:14.042/2024-05-03 05:17:14.048 Product1@_ZsgRoQkMEe-bzopYCigSfg:21v0->0v1 2024-05-03 05:17:14.042/2024-05-03 05:17:14.048 OrderDetail@_ZsgRogkMEe-bzopYCigSfg:21v0->0v1 2024-05-03 05:17:14.042/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v7("/") 2024-05-03 05:17:13.987/2024-05-03 05:17:14.041 CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v8("/") 2024-05-03 05:17:14.042/* CDOResourceFolder@_ZsfqkAkMEe-bzopYCigSfg:0v1("BranchingTest_testCommitAddOrderDetail")2024-05-03 05:17:14.042/* CDOResource@_ZsgRoAkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.042/* Product1@_ZsgRoQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.042/* OrderDetail@_ZsgRogkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.042/* BranchingTest_testCommitAddOrderDetail_subBranch[21]2024-05-03 05:17:14.042/* CDOResourceFolder@_ZsfqkAkMEe-bzopYCigSfg:21v0("?")->0v12024-05-03 05:17:14.042/* OrderDetail@_Zsj8AAkMEe-bzopYCigSfg:21v1 2024-05-03 05:17:14.049/* CDOResource@_ZsgRoAkMEe-bzopYCigSfg:21v0("?")->0v12024-05-03 05:17:14.042/2024-05-03 05:17:14.048 CDOResource@_ZsgRoAkMEe-bzopYCigSfg:21v1("res")2024-05-03 05:17:14.049/* Product1@_ZsgRoQkMEe-bzopYCigSfg:21v0->0v1 2024-05-03 05:17:14.042/2024-05-03 05:17:14.048 Product1@_ZsgRoQkMEe-bzopYCigSfg:21v1 2024-05-03 05:17:14.049/* OrderDetail@_ZsgRogkMEe-bzopYCigSfg:21v0->0v1 2024-05-03 05:17:14.042/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResourceFolder@_ZsfqkAkMEe-bzopYCigSfg:0v1("BranchingTest_testCommitAddOrderDetail")2024-05-03 05:17:14.042/* CDOResource@_ZsgRoAkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.042/* Product1@_ZsgRoQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.042/* OrderDetail@_ZsgRogkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.042/* BranchingTest_testCommitAddOrderDetail_subBranch[21]2024-05-03 05:17:14.042/* CDOResourceFolder@_ZsfqkAkMEe-bzopYCigSfg:21v0("?")->0v12024-05-03 05:17:14.042/* CDOResource@_ZsgRoAkMEe-bzopYCigSfg:21v0("?")->0v12024-05-03 05:17:14.042/2024-05-03 05:17:14.048 CDOResource@_ZsgRoAkMEe-bzopYCigSfg:21v1("res")2024-05-03 05:17:14.049/* Product1@_ZsgRoQkMEe-bzopYCigSfg:21v0->0v1 2024-05-03 05:17:14.042/2024-05-03 05:17:14.048 OrderDetail@_ZsgRogkMEe-bzopYCigSfg:21v0->0v1 2024-05-03 05:17:14.042/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v7("/") 2024-05-03 05:17:13.987/2024-05-03 05:17:14.041 CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v8("/") 2024-05-03 05:17:14.042/* CDOResourceFolder@_ZsfqkAkMEe-bzopYCigSfg:0v1("BranchingTest_testCommitAddOrderDetail")2024-05-03 05:17:14.042/* CDOResource@_ZsgRoAkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.042/* Product1@_ZsgRoQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.042/* OrderDetail@_ZsgRogkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.042/* BranchingTest_testCommitAddOrderDetail_subBranch[21]2024-05-03 05:17:14.042/* CDOResourceFolder@_ZsfqkAkMEe-bzopYCigSfg:21v0("?")->0v12024-05-03 05:17:14.042/* OrderDetail@_Zsj8AAkMEe-bzopYCigSfg:21v1 2024-05-03 05:17:14.049/* CDOResource@_ZsgRoAkMEe-bzopYCigSfg:21v0("?")->0v12024-05-03 05:17:14.042/2024-05-03 05:17:14.048 CDOResource@_ZsgRoAkMEe-bzopYCigSfg:21v1("res")2024-05-03 05:17:14.049/* Product1@_ZsgRoQkMEe-bzopYCigSfg:21v0->0v1 2024-05-03 05:17:14.042/2024-05-03 05:17:14.048 Product1@_ZsgRoQkMEe-bzopYCigSfg:21v1 2024-05-03 05:17:14.049/* OrderDetail@_ZsgRogkMEe-bzopYCigSfg:21v0->0v1 2024-05-03 05:17:14.042/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResourceFolder@_ZsfqkAkMEe-bzopYCigSfg:0v1("BranchingTest_testCommitAddOrderDetail")2024-05-03 05:17:14.042/* CDOResource@_ZsgRoAkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.042/* Product1@_ZsgRoQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.042/* OrderDetail@_ZsgRogkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.042/* BranchingTest_testCommitAddOrderDetail_subBranch[21]2024-05-03 05:17:14.042/* CDOResourceFolder@_ZsfqkAkMEe-bzopYCigSfg:21v0("?")->0v12024-05-03 05:17:14.042/* OrderDetail@_Zsj8AAkMEe-bzopYCigSfg:21v1 2024-05-03 05:17:14.049/* CDOResource@_ZsgRoAkMEe-bzopYCigSfg:21v0("?")->0v12024-05-03 05:17:14.042/2024-05-03 05:17:14.048 CDOResource@_ZsgRoAkMEe-bzopYCigSfg:21v1("res")2024-05-03 05:17:14.049/* Product1@_ZsgRoQkMEe-bzopYCigSfg:21v0->0v1 2024-05-03 05:17:14.042/2024-05-03 05:17:14.048 OrderDetail@_ZsgRogkMEe-bzopYCigSfg:21v0->0v1 2024-05-03 05:17:14.042/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v7("/") 2024-05-03 05:17:13.987/2024-05-03 05:17:14.041 CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v8("/") 2024-05-03 05:17:14.042/* CDOResourceFolder@_ZsfqkAkMEe-bzopYCigSfg:0v1("BranchingTest_testCommitAddOrderDetail")2024-05-03 05:17:14.042/* CDOResource@_ZsgRoAkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.042/* Product1@_ZsgRoQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.042/* OrderDetail@_ZsgRogkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.042/* BranchingTest_testCommitAddOrderDetail_subBranch[21]2024-05-03 05:17:14.042/* CDOResourceFolder@_ZsfqkAkMEe-bzopYCigSfg:21v0("?")->0v12024-05-03 05:17:14.042/* OrderDetail@_Zsj8AAkMEe-bzopYCigSfg:21v1 2024-05-03 05:17:14.049/* CDOResource@_ZsgRoAkMEe-bzopYCigSfg:21v0("?")->0v12024-05-03 05:17:14.042/2024-05-03 05:17:14.048 CDOResource@_ZsgRoAkMEe-bzopYCigSfg:21v1("res")2024-05-03 05:17:14.049/* Product1@_ZsgRoQkMEe-bzopYCigSfg:21v0->0v1 2024-05-03 05:17:14.042/2024-05-03 05:17:14.048 Product1@_ZsgRoQkMEe-bzopYCigSfg:21v1 2024-05-03 05:17:14.049/* OrderDetail@_ZsgRogkMEe-bzopYCigSfg:21v0->0v1 2024-05-03 05:17:14.042/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResourceFolder@_ZsfqkAkMEe-bzopYCigSfg:0v1("BranchingTest_testCommitAddOrderDetail")2024-05-03 05:17:14.042/* CDOResource@_ZsgRoAkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.042/* Product1@_ZsgRoQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.042/* OrderDetail@_ZsgRogkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.042/* BranchingTest_testCommitAddOrderDetail_subBranch[21]2024-05-03 05:17:14.042/* CDOResourceFolder@_ZsfqkAkMEe-bzopYCigSfg:21v0("?")->0v12024-05-03 05:17:14.042/* OrderDetail@_Zsj8AAkMEe-bzopYCigSfg:21v1 2024-05-03 05:17:14.049/* CDOResource@_ZsgRoAkMEe-bzopYCigSfg:21v0("?")->0v12024-05-03 05:17:14.042/2024-05-03 05:17:14.048 CDOResource@_ZsgRoAkMEe-bzopYCigSfg:21v1("res")2024-05-03 05:17:14.049/* Product1@_ZsgRoQkMEe-bzopYCigSfg:21v0->0v1 2024-05-03 05:17:14.042/2024-05-03 05:17:14.048 Product1@_ZsgRoQkMEe-bzopYCigSfg:21v1 2024-05-03 05:17:14.049/* OrderDetail@_ZsgRogkMEe-bzopYCigSfg:21v0->0v1 2024-05-03 05:17:14.042/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v7("/") 2024-05-03 05:17:13.987/2024-05-03 05:17:14.041 CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v8("/") 2024-05-03 05:17:14.042/* CDOResourceFolder@_ZsfqkAkMEe-bzopYCigSfg:0v1("BranchingTest_testCommitAddOrderDetail")2024-05-03 05:17:14.042/* CDOResource@_ZsgRoAkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.042/* Product1@_ZsgRoQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.042/* OrderDetail@_ZsgRogkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.042/* BranchingTest_testCommitAddOrderDetail_subBranch[21]2024-05-03 05:17:14.042/* CDOResourceFolder@_ZsfqkAkMEe-bzopYCigSfg:21v0("?")->0v12024-05-03 05:17:14.042/* OrderDetail@_Zsj8AAkMEe-bzopYCigSfg:21v1 2024-05-03 05:17:14.049/* CDOResource@_ZsgRoAkMEe-bzopYCigSfg:21v0("?")->0v12024-05-03 05:17:14.042/2024-05-03 05:17:14.048 CDOResource@_ZsgRoAkMEe-bzopYCigSfg:21v1("res")2024-05-03 05:17:14.049/* Product1@_ZsgRoQkMEe-bzopYCigSfg:21v0->0v1 2024-05-03 05:17:14.042/2024-05-03 05:17:14.048 Product1@_ZsgRoQkMEe-bzopYCigSfg:21v1 2024-05-03 05:17:14.049/* OrderDetail@_ZsgRogkMEe-bzopYCigSfg:21v0->0v1 2024-05-03 05:17:14.042/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResourceFolder@_ZsfqkAkMEe-bzopYCigSfg:0v1("BranchingTest_testCommitAddOrderDetail")2024-05-03 05:17:14.042/* CDOResource@_ZsgRoAkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.042/* Product1@_ZsgRoQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.042/* OrderDetail@_ZsgRogkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.042/* BranchingTest_testCommitAddOrderDetail_subBranch[21]2024-05-03 05:17:14.042/* CDOResourceFolder@_ZsfqkAkMEe-bzopYCigSfg:21v0("?")->0v12024-05-03 05:17:14.042/* OrderDetail@_Zsj8AAkMEe-bzopYCigSfg:21v1 2024-05-03 05:17:14.049/* CDOResource@_ZsgRoAkMEe-bzopYCigSfg:21v0("?")->0v12024-05-03 05:17:14.042/2024-05-03 05:17:14.048 CDOResource@_ZsgRoAkMEe-bzopYCigSfg:21v1("res")2024-05-03 05:17:14.049/* Product1@_ZsgRoQkMEe-bzopYCigSfg:21v0->0v1 2024-05-03 05:17:14.042/2024-05-03 05:17:14.048 Product1@_ZsgRoQkMEe-bzopYCigSfg:21v1 2024-05-03 05:17:14.049/* OrderDetail@_ZsgRogkMEe-bzopYCigSfg:21v0->0v1 2024-05-03 05:17:14.042/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v7("/") 2024-05-03 05:17:13.987/2024-05-03 05:17:14.041 CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v8("/") 2024-05-03 05:17:14.042/* CDOResourceFolder@_ZsfqkAkMEe-bzopYCigSfg:0v1("BranchingTest_testCommitAddOrderDetail")2024-05-03 05:17:14.042/* CDOResource@_ZsgRoAkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.042/* Product1@_ZsgRoQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.042/* OrderDetail@_ZsgRogkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.042/* BranchingTest_testCommitAddOrderDetail_subBranch[21]2024-05-03 05:17:14.042/* CDOResourceFolder@_ZsfqkAkMEe-bzopYCigSfg:21v0("?")->0v12024-05-03 05:17:14.042/* OrderDetail@_Zsj8AAkMEe-bzopYCigSfg:21v1 2024-05-03 05:17:14.049/* CDOResource@_ZsgRoAkMEe-bzopYCigSfg:21v0("?")->0v12024-05-03 05:17:14.042/2024-05-03 05:17:14.048 CDOResource@_ZsgRoAkMEe-bzopYCigSfg:21v1("res")2024-05-03 05:17:14.049/* Product1@_ZsgRoQkMEe-bzopYCigSfg:21v0->0v1 2024-05-03 05:17:14.042/2024-05-03 05:17:14.048 Product1@_ZsgRoQkMEe-bzopYCigSfg:21v1 2024-05-03 05:17:14.049/* OrderDetail@_ZsgRogkMEe-bzopYCigSfg:21v0->0v1 2024-05-03 05:17:14.042/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResourceFolder@_ZsfqkAkMEe-bzopYCigSfg:0v1("BranchingTest_testCommitAddOrderDetail")2024-05-03 05:17:14.042/* CDOResource@_ZsgRoAkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.042/* Product1@_ZsgRoQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.042/* OrderDetail@_ZsgRogkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.042/* BranchingTest_testCommitAddOrderDetail_subBranch[21]2024-05-03 05:17:14.042/* CDOResourceFolder@_ZsfqkAkMEe-bzopYCigSfg:21v0("?")->0v12024-05-03 05:17:14.042/* OrderDetail@_Zsj8AAkMEe-bzopYCigSfg:21v1 2024-05-03 05:17:14.049/* CDOResource@_ZsgRoAkMEe-bzopYCigSfg:21v0("?")->0v12024-05-03 05:17:14.042/2024-05-03 05:17:14.048 CDOResource@_ZsgRoAkMEe-bzopYCigSfg:21v1("res")2024-05-03 05:17:14.049/* Product1@_ZsgRoQkMEe-bzopYCigSfg:21v0->0v1 2024-05-03 05:17:14.042/2024-05-03 05:17:14.048 Product1@_ZsgRoQkMEe-bzopYCigSfg:21v1 2024-05-03 05:17:14.049/* OrderDetail@_ZsgRogkMEe-bzopYCigSfg:21v0->0v1 2024-05-03 05:17:14.042/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v7("/") 2024-05-03 05:17:13.987/2024-05-03 05:17:14.041 CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v8("/") 2024-05-03 05:17:14.042/* CDOResourceFolder@_ZsfqkAkMEe-bzopYCigSfg:0v1("BranchingTest_testCommitAddOrderDetail")2024-05-03 05:17:14.042/* CDOResource@_ZsgRoAkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.042/* Product1@_ZsgRoQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.042/* OrderDetail@_ZsgRogkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.042/* BranchingTest_testCommitAddOrderDetail_subBranch[21]2024-05-03 05:17:14.042/* CDOResourceFolder@_ZsfqkAkMEe-bzopYCigSfg:21v0("?")->0v12024-05-03 05:17:14.042/* OrderDetail@_Zsj8AAkMEe-bzopYCigSfg:21v1 2024-05-03 05:17:14.049/* CDOResource@_ZsgRoAkMEe-bzopYCigSfg:21v0("?")->0v12024-05-03 05:17:14.042/2024-05-03 05:17:14.048 CDOResource@_ZsgRoAkMEe-bzopYCigSfg:21v1("res")2024-05-03 05:17:14.049/* Product1@_ZsgRoQkMEe-bzopYCigSfg:21v0->0v1 2024-05-03 05:17:14.042/2024-05-03 05:17:14.048 Product1@_ZsgRoQkMEe-bzopYCigSfg:21v1 2024-05-03 05:17:14.049/* OrderDetail@_ZsgRogkMEe-bzopYCigSfg:21v0->0v1 2024-05-03 05:17:14.042/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResourceFolder@_ZsfqkAkMEe-bzopYCigSfg:0v1("BranchingTest_testCommitAddOrderDetail")2024-05-03 05:17:14.042/* CDOResource@_ZsgRoAkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.042/* Product1@_ZsgRoQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.042/* OrderDetail@_ZsgRogkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.042/* BranchingTest_testCommitAddOrderDetail_subBranch[21]2024-05-03 05:17:14.042/* CDOResourceFolder@_ZsfqkAkMEe-bzopYCigSfg:21v0("?")->0v12024-05-03 05:17:14.042/* OrderDetail@_Zsj8AAkMEe-bzopYCigSfg:21v1 2024-05-03 05:17:14.049/* CDOResource@_ZsgRoAkMEe-bzopYCigSfg:21v0("?")->0v12024-05-03 05:17:14.042/2024-05-03 05:17:14.048 CDOResource@_ZsgRoAkMEe-bzopYCigSfg:21v1("res")2024-05-03 05:17:14.049/* Product1@_ZsgRoQkMEe-bzopYCigSfg:21v0->0v1 2024-05-03 05:17:14.042/2024-05-03 05:17:14.048 Product1@_ZsgRoQkMEe-bzopYCigSfg:21v1 2024-05-03 05:17:14.049/* OrderDetail@_ZsgRogkMEe-bzopYCigSfg:21v0->0v1 2024-05-03 05:17:14.042/* ******************************************************* BranchingTest.testCommitRemoveOrderDetail [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v8("/") 2024-05-03 05:17:14.042/2024-05-03 05:17:14.072 CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v9("/") 2024-05-03 05:17:14.073/* CDOResourceFolder@_ZsylgAkMEe-bzopYCigSfg:0v1("BranchingTest_testCommitRemoveOrderDetail")2024-05-03 05:17:14.073/* CDOResource@_ZszMkAkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.073/* OrderDetail@_ZszMkQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.073/* Product1@_ZszMkgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.073/* OrderDetail@_ZszMkwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.073/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v8("/") 2024-05-03 05:17:14.042/2024-05-03 05:17:14.072 CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v9("/") 2024-05-03 05:17:14.073/* CDOResourceFolder@_ZsylgAkMEe-bzopYCigSfg:0v1("BranchingTest_testCommitRemoveOrderDetail")2024-05-03 05:17:14.073/* CDOResource@_ZszMkAkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.073/* OrderDetail@_ZszMkQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.073/* Product1@_ZszMkgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.073/* OrderDetail@_ZszMkwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.073/* server-thread-260 [debug] moveOneUp add historic entry at: 1 server-thread-260 [debug] moveOneUp add historic entry at: 2 ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v8("/") 2024-05-03 05:17:14.042/2024-05-03 05:17:14.072 CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v9("/") 2024-05-03 05:17:14.073/* CDOResourceFolder@_ZsylgAkMEe-bzopYCigSfg:0v1("BranchingTest_testCommitRemoveOrderDetail")2024-05-03 05:17:14.073/* CDOResource@_ZszMkAkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.073/* OrderDetail@_ZszMkQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.073/* Product1@_ZszMkgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.073/* OrderDetail@_ZszMkwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.073/* BranchingTest_testCommitRemoveOrderDetail_subBranch[22]2024-05-03 05:17:14.073/* CDOResourceFolder@_ZsylgAkMEe-bzopYCigSfg:22v0("?")->0v12024-05-03 05:17:14.073/* CDOResource@_ZszMkAkMEe-bzopYCigSfg:22v0("?")->0v12024-05-03 05:17:14.073/2024-05-03 05:17:14.079 CDOResource@_ZszMkAkMEe-bzopYCigSfg:22v1("res")2024-05-03 05:17:14.080/* OrderDetail@_ZszMkQkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:14.073/2024-05-03 05:17:14.079 Product1@_ZszMkgkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:14.073/2024-05-03 05:17:14.079 Product1@_ZszMkgkMEe-bzopYCigSfg:22v1 2024-05-03 05:17:14.080/* OrderDetail@_ZszMkwkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:14.073/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v8("/") 2024-05-03 05:17:14.042/2024-05-03 05:17:14.072 CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v9("/") 2024-05-03 05:17:14.073/* CDOResourceFolder@_ZsylgAkMEe-bzopYCigSfg:0v1("BranchingTest_testCommitRemoveOrderDetail")2024-05-03 05:17:14.073/* CDOResource@_ZszMkAkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.073/* OrderDetail@_ZszMkQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.073/* Product1@_ZszMkgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.073/* OrderDetail@_ZszMkwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.073/* BranchingTest_testCommitRemoveOrderDetail_subBranch[22]2024-05-03 05:17:14.073/* CDOResourceFolder@_ZsylgAkMEe-bzopYCigSfg:22v0("?")->0v12024-05-03 05:17:14.073/* CDOResource@_ZszMkAkMEe-bzopYCigSfg:22v0("?")->0v12024-05-03 05:17:14.073/2024-05-03 05:17:14.079 CDOResource@_ZszMkAkMEe-bzopYCigSfg:22v1("res")2024-05-03 05:17:14.080/* Product1@_ZszMkgkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:14.073/2024-05-03 05:17:14.079 Product1@_ZszMkgkMEe-bzopYCigSfg:22v1 2024-05-03 05:17:14.080/* OrderDetail@_ZszMkwkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:14.073/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v8("/") 2024-05-03 05:17:14.042/2024-05-03 05:17:14.072 CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v9("/") 2024-05-03 05:17:14.073/* CDOResourceFolder@_ZsylgAkMEe-bzopYCigSfg:0v1("BranchingTest_testCommitRemoveOrderDetail")2024-05-03 05:17:14.073/* CDOResource@_ZszMkAkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.073/* OrderDetail@_ZszMkQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.073/* Product1@_ZszMkgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.073/* OrderDetail@_ZszMkwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.073/* BranchingTest_testCommitRemoveOrderDetail_subBranch[22]2024-05-03 05:17:14.073/* CDOResourceFolder@_ZsylgAkMEe-bzopYCigSfg:22v0("?")->0v12024-05-03 05:17:14.073/* CDOResource@_ZszMkAkMEe-bzopYCigSfg:22v0("?")->0v12024-05-03 05:17:14.073/2024-05-03 05:17:14.079 CDOResource@_ZszMkAkMEe-bzopYCigSfg:22v1("res")2024-05-03 05:17:14.080/* OrderDetail@_ZszMkQkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:14.073/2024-05-03 05:17:14.079 Product1@_ZszMkgkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:14.073/2024-05-03 05:17:14.079 Product1@_ZszMkgkMEe-bzopYCigSfg:22v1 2024-05-03 05:17:14.080/* OrderDetail@_ZszMkwkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:14.073/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResourceFolder@_ZsylgAkMEe-bzopYCigSfg:0v1("BranchingTest_testCommitRemoveOrderDetail")2024-05-03 05:17:14.073/* CDOResource@_ZszMkAkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.073/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v8("/") 2024-05-03 05:17:14.042/2024-05-03 05:17:14.072 CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v9("/") 2024-05-03 05:17:14.073/* CDOResourceFolder@_ZsylgAkMEe-bzopYCigSfg:0v1("BranchingTest_testCommitRemoveOrderDetail")2024-05-03 05:17:14.073/* CDOResource@_ZszMkAkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.073/* OrderDetail@_ZszMkQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.073/* Product1@_ZszMkgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.073/* OrderDetail@_ZszMkwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.073/* BranchingTest_testCommitRemoveOrderDetail_subBranch[22]2024-05-03 05:17:14.073/* CDOResourceFolder@_ZsylgAkMEe-bzopYCigSfg:22v0("?")->0v12024-05-03 05:17:14.073/* CDOResource@_ZszMkAkMEe-bzopYCigSfg:22v0("?")->0v12024-05-03 05:17:14.073/2024-05-03 05:17:14.079 CDOResource@_ZszMkAkMEe-bzopYCigSfg:22v1("res")2024-05-03 05:17:14.080/* OrderDetail@_ZszMkQkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:14.073/2024-05-03 05:17:14.079 Product1@_ZszMkgkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:14.073/2024-05-03 05:17:14.079 Product1@_ZszMkgkMEe-bzopYCigSfg:22v1 2024-05-03 05:17:14.080/* OrderDetail@_ZszMkwkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:14.073/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResourceFolder@_ZsylgAkMEe-bzopYCigSfg:0v1("BranchingTest_testCommitRemoveOrderDetail")2024-05-03 05:17:14.073/* CDOResource@_ZszMkAkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.073/* OrderDetail@_ZszMkQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.073/* OrderDetail@_ZszMkwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.073/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v8("/") 2024-05-03 05:17:14.042/2024-05-03 05:17:14.072 CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v9("/") 2024-05-03 05:17:14.073/* CDOResourceFolder@_ZsylgAkMEe-bzopYCigSfg:0v1("BranchingTest_testCommitRemoveOrderDetail")2024-05-03 05:17:14.073/* CDOResource@_ZszMkAkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.073/* OrderDetail@_ZszMkQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.073/* Product1@_ZszMkgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.073/* OrderDetail@_ZszMkwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.073/* BranchingTest_testCommitRemoveOrderDetail_subBranch[22]2024-05-03 05:17:14.073/* CDOResourceFolder@_ZsylgAkMEe-bzopYCigSfg:22v0("?")->0v12024-05-03 05:17:14.073/* CDOResource@_ZszMkAkMEe-bzopYCigSfg:22v0("?")->0v12024-05-03 05:17:14.073/2024-05-03 05:17:14.079 CDOResource@_ZszMkAkMEe-bzopYCigSfg:22v1("res")2024-05-03 05:17:14.080/* OrderDetail@_ZszMkQkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:14.073/2024-05-03 05:17:14.079 Product1@_ZszMkgkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:14.073/2024-05-03 05:17:14.079 Product1@_ZszMkgkMEe-bzopYCigSfg:22v1 2024-05-03 05:17:14.080/* OrderDetail@_ZszMkwkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:14.073/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResourceFolder@_ZsylgAkMEe-bzopYCigSfg:0v1("BranchingTest_testCommitRemoveOrderDetail")2024-05-03 05:17:14.073/* CDOResource@_ZszMkAkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.073/* OrderDetail@_ZszMkQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.073/* Product1@_ZszMkgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.073/* OrderDetail@_ZszMkwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.073/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v8("/") 2024-05-03 05:17:14.042/2024-05-03 05:17:14.072 CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v9("/") 2024-05-03 05:17:14.073/* CDOResourceFolder@_ZsylgAkMEe-bzopYCigSfg:0v1("BranchingTest_testCommitRemoveOrderDetail")2024-05-03 05:17:14.073/* CDOResource@_ZszMkAkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.073/* OrderDetail@_ZszMkQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.073/* Product1@_ZszMkgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.073/* OrderDetail@_ZszMkwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.073/* BranchingTest_testCommitRemoveOrderDetail_subBranch[22]2024-05-03 05:17:14.073/* CDOResourceFolder@_ZsylgAkMEe-bzopYCigSfg:22v0("?")->0v12024-05-03 05:17:14.073/* CDOResource@_ZszMkAkMEe-bzopYCigSfg:22v0("?")->0v12024-05-03 05:17:14.073/2024-05-03 05:17:14.079 CDOResource@_ZszMkAkMEe-bzopYCigSfg:22v1("res")2024-05-03 05:17:14.080/* OrderDetail@_ZszMkQkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:14.073/2024-05-03 05:17:14.079 Product1@_ZszMkgkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:14.073/2024-05-03 05:17:14.079 Product1@_ZszMkgkMEe-bzopYCigSfg:22v1 2024-05-03 05:17:14.080/* OrderDetail@_ZszMkwkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:14.073/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResourceFolder@_ZsylgAkMEe-bzopYCigSfg:0v1("BranchingTest_testCommitRemoveOrderDetail")2024-05-03 05:17:14.073/* CDOResource@_ZszMkAkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.073/* OrderDetail@_ZszMkQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.073/* Product1@_ZszMkgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.073/* OrderDetail@_ZszMkwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.073/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v8("/") 2024-05-03 05:17:14.042/2024-05-03 05:17:14.072 CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v9("/") 2024-05-03 05:17:14.073/* CDOResourceFolder@_ZsylgAkMEe-bzopYCigSfg:0v1("BranchingTest_testCommitRemoveOrderDetail")2024-05-03 05:17:14.073/* CDOResource@_ZszMkAkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.073/* OrderDetail@_ZszMkQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.073/* Product1@_ZszMkgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.073/* OrderDetail@_ZszMkwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.073/* BranchingTest_testCommitRemoveOrderDetail_subBranch[22]2024-05-03 05:17:14.073/* CDOResourceFolder@_ZsylgAkMEe-bzopYCigSfg:22v0("?")->0v12024-05-03 05:17:14.073/* CDOResource@_ZszMkAkMEe-bzopYCigSfg:22v0("?")->0v12024-05-03 05:17:14.073/2024-05-03 05:17:14.079 CDOResource@_ZszMkAkMEe-bzopYCigSfg:22v1("res")2024-05-03 05:17:14.080/* OrderDetail@_ZszMkQkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:14.073/2024-05-03 05:17:14.079 Product1@_ZszMkgkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:14.073/2024-05-03 05:17:14.079 Product1@_ZszMkgkMEe-bzopYCigSfg:22v1 2024-05-03 05:17:14.080/* OrderDetail@_ZszMkwkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:14.073/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResourceFolder@_ZsylgAkMEe-bzopYCigSfg:0v1("BranchingTest_testCommitRemoveOrderDetail")2024-05-03 05:17:14.073/* CDOResource@_ZszMkAkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.073/* OrderDetail@_ZszMkQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.073/* Product1@_ZszMkgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.073/* OrderDetail@_ZszMkwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.073/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v8("/") 2024-05-03 05:17:14.042/2024-05-03 05:17:14.072 CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v9("/") 2024-05-03 05:17:14.073/* CDOResourceFolder@_ZsylgAkMEe-bzopYCigSfg:0v1("BranchingTest_testCommitRemoveOrderDetail")2024-05-03 05:17:14.073/* CDOResource@_ZszMkAkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.073/* OrderDetail@_ZszMkQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.073/* Product1@_ZszMkgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.073/* OrderDetail@_ZszMkwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.073/* BranchingTest_testCommitRemoveOrderDetail_subBranch[22]2024-05-03 05:17:14.073/* CDOResourceFolder@_ZsylgAkMEe-bzopYCigSfg:22v0("?")->0v12024-05-03 05:17:14.073/* CDOResource@_ZszMkAkMEe-bzopYCigSfg:22v0("?")->0v12024-05-03 05:17:14.073/2024-05-03 05:17:14.079 CDOResource@_ZszMkAkMEe-bzopYCigSfg:22v1("res")2024-05-03 05:17:14.080/* OrderDetail@_ZszMkQkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:14.073/2024-05-03 05:17:14.079 Product1@_ZszMkgkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:14.073/2024-05-03 05:17:14.079 Product1@_ZszMkgkMEe-bzopYCigSfg:22v1 2024-05-03 05:17:14.080/* OrderDetail@_ZszMkwkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:14.073/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResourceFolder@_ZsylgAkMEe-bzopYCigSfg:0v1("BranchingTest_testCommitRemoveOrderDetail")2024-05-03 05:17:14.073/* CDOResource@_ZszMkAkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.073/* OrderDetail@_ZszMkQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.073/* Product1@_ZszMkgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.073/* OrderDetail@_ZszMkwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.073/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v8("/") 2024-05-03 05:17:14.042/2024-05-03 05:17:14.072 CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v9("/") 2024-05-03 05:17:14.073/* CDOResourceFolder@_ZsylgAkMEe-bzopYCigSfg:0v1("BranchingTest_testCommitRemoveOrderDetail")2024-05-03 05:17:14.073/* CDOResource@_ZszMkAkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.073/* OrderDetail@_ZszMkQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.073/* Product1@_ZszMkgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.073/* OrderDetail@_ZszMkwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.073/* BranchingTest_testCommitRemoveOrderDetail_subBranch[22]2024-05-03 05:17:14.073/* CDOResourceFolder@_ZsylgAkMEe-bzopYCigSfg:22v0("?")->0v12024-05-03 05:17:14.073/* CDOResource@_ZszMkAkMEe-bzopYCigSfg:22v0("?")->0v12024-05-03 05:17:14.073/2024-05-03 05:17:14.079 CDOResource@_ZszMkAkMEe-bzopYCigSfg:22v1("res")2024-05-03 05:17:14.080/* OrderDetail@_ZszMkQkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:14.073/2024-05-03 05:17:14.079 Product1@_ZszMkgkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:14.073/2024-05-03 05:17:14.079 Product1@_ZszMkgkMEe-bzopYCigSfg:22v1 2024-05-03 05:17:14.080/* OrderDetail@_ZszMkwkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:14.073/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResourceFolder@_ZsylgAkMEe-bzopYCigSfg:0v1("BranchingTest_testCommitRemoveOrderDetail")2024-05-03 05:17:14.073/* CDOResource@_ZszMkAkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.073/* OrderDetail@_ZszMkQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.073/* Product1@_ZszMkgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.073/* OrderDetail@_ZszMkwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.073/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v8("/") 2024-05-03 05:17:14.042/2024-05-03 05:17:14.072 CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v9("/") 2024-05-03 05:17:14.073/* CDOResourceFolder@_ZsylgAkMEe-bzopYCigSfg:0v1("BranchingTest_testCommitRemoveOrderDetail")2024-05-03 05:17:14.073/* CDOResource@_ZszMkAkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.073/* OrderDetail@_ZszMkQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.073/* Product1@_ZszMkgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.073/* OrderDetail@_ZszMkwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.073/* BranchingTest_testCommitRemoveOrderDetail_subBranch[22]2024-05-03 05:17:14.073/* CDOResourceFolder@_ZsylgAkMEe-bzopYCigSfg:22v0("?")->0v12024-05-03 05:17:14.073/* CDOResource@_ZszMkAkMEe-bzopYCigSfg:22v0("?")->0v12024-05-03 05:17:14.073/2024-05-03 05:17:14.079 CDOResource@_ZszMkAkMEe-bzopYCigSfg:22v1("res")2024-05-03 05:17:14.080/* OrderDetail@_ZszMkQkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:14.073/2024-05-03 05:17:14.079 Product1@_ZszMkgkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:14.073/2024-05-03 05:17:14.079 Product1@_ZszMkgkMEe-bzopYCigSfg:22v1 2024-05-03 05:17:14.080/* OrderDetail@_ZszMkwkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:14.073/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResourceFolder@_ZsylgAkMEe-bzopYCigSfg:0v1("BranchingTest_testCommitRemoveOrderDetail")2024-05-03 05:17:14.073/* CDOResource@_ZszMkAkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.073/* OrderDetail@_ZszMkQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.073/* Product1@_ZszMkgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.073/* OrderDetail@_ZszMkwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.073/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v8("/") 2024-05-03 05:17:14.042/2024-05-03 05:17:14.072 CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v9("/") 2024-05-03 05:17:14.073/* CDOResourceFolder@_ZsylgAkMEe-bzopYCigSfg:0v1("BranchingTest_testCommitRemoveOrderDetail")2024-05-03 05:17:14.073/* CDOResource@_ZszMkAkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.073/* OrderDetail@_ZszMkQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.073/* Product1@_ZszMkgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.073/* OrderDetail@_ZszMkwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.073/* BranchingTest_testCommitRemoveOrderDetail_subBranch[22]2024-05-03 05:17:14.073/* CDOResourceFolder@_ZsylgAkMEe-bzopYCigSfg:22v0("?")->0v12024-05-03 05:17:14.073/* CDOResource@_ZszMkAkMEe-bzopYCigSfg:22v0("?")->0v12024-05-03 05:17:14.073/2024-05-03 05:17:14.079 CDOResource@_ZszMkAkMEe-bzopYCigSfg:22v1("res")2024-05-03 05:17:14.080/* OrderDetail@_ZszMkQkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:14.073/2024-05-03 05:17:14.079 Product1@_ZszMkgkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:14.073/2024-05-03 05:17:14.079 Product1@_ZszMkgkMEe-bzopYCigSfg:22v1 2024-05-03 05:17:14.080/* OrderDetail@_ZszMkwkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:14.073/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResourceFolder@_ZsylgAkMEe-bzopYCigSfg:0v1("BranchingTest_testCommitRemoveOrderDetail")2024-05-03 05:17:14.073/* CDOResource@_ZszMkAkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.073/* OrderDetail@_ZszMkQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.073/* Product1@_ZszMkgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.073/* OrderDetail@_ZszMkwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.073/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v8("/") 2024-05-03 05:17:14.042/2024-05-03 05:17:14.072 CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v9("/") 2024-05-03 05:17:14.073/* CDOResourceFolder@_ZsylgAkMEe-bzopYCigSfg:0v1("BranchingTest_testCommitRemoveOrderDetail")2024-05-03 05:17:14.073/* CDOResource@_ZszMkAkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.073/* OrderDetail@_ZszMkQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.073/* Product1@_ZszMkgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.073/* OrderDetail@_ZszMkwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.073/* BranchingTest_testCommitRemoveOrderDetail_subBranch[22]2024-05-03 05:17:14.073/* CDOResourceFolder@_ZsylgAkMEe-bzopYCigSfg:22v0("?")->0v12024-05-03 05:17:14.073/* CDOResource@_ZszMkAkMEe-bzopYCigSfg:22v0("?")->0v12024-05-03 05:17:14.073/2024-05-03 05:17:14.079 CDOResource@_ZszMkAkMEe-bzopYCigSfg:22v1("res")2024-05-03 05:17:14.080/* OrderDetail@_ZszMkQkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:14.073/2024-05-03 05:17:14.079 Product1@_ZszMkgkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:14.073/2024-05-03 05:17:14.079 Product1@_ZszMkgkMEe-bzopYCigSfg:22v1 2024-05-03 05:17:14.080/* OrderDetail@_ZszMkwkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:14.073/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResourceFolder@_ZsylgAkMEe-bzopYCigSfg:0v1("BranchingTest_testCommitRemoveOrderDetail")2024-05-03 05:17:14.073/* CDOResource@_ZszMkAkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.073/* OrderDetail@_ZszMkQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.073/* Product1@_ZszMkgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.073/* OrderDetail@_ZszMkwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.073/* BranchingTest_testCommitRemoveOrderDetail_subBranch[22]2024-05-03 05:17:14.073/* CDOResourceFolder@_ZsylgAkMEe-bzopYCigSfg:22v0("?")->0v12024-05-03 05:17:14.073/* CDOResource@_ZszMkAkMEe-bzopYCigSfg:22v0("?")->0v12024-05-03 05:17:14.073/2024-05-03 05:17:14.079 ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v8("/") 2024-05-03 05:17:14.042/2024-05-03 05:17:14.072 CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v9("/") 2024-05-03 05:17:14.073/* CDOResourceFolder@_ZsylgAkMEe-bzopYCigSfg:0v1("BranchingTest_testCommitRemoveOrderDetail")2024-05-03 05:17:14.073/* CDOResource@_ZszMkAkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.073/* OrderDetail@_ZszMkQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.073/* Product1@_ZszMkgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.073/* OrderDetail@_ZszMkwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.073/* BranchingTest_testCommitRemoveOrderDetail_subBranch[22]2024-05-03 05:17:14.073/* CDOResourceFolder@_ZsylgAkMEe-bzopYCigSfg:22v0("?")->0v12024-05-03 05:17:14.073/* CDOResource@_ZszMkAkMEe-bzopYCigSfg:22v0("?")->0v12024-05-03 05:17:14.073/2024-05-03 05:17:14.079 CDOResource@_ZszMkAkMEe-bzopYCigSfg:22v1("res")2024-05-03 05:17:14.080/* OrderDetail@_ZszMkQkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:14.073/2024-05-03 05:17:14.079 Product1@_ZszMkgkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:14.073/2024-05-03 05:17:14.079 Product1@_ZszMkgkMEe-bzopYCigSfg:22v1 2024-05-03 05:17:14.080/* OrderDetail@_ZszMkwkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:14.073/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResourceFolder@_ZsylgAkMEe-bzopYCigSfg:0v1("BranchingTest_testCommitRemoveOrderDetail")2024-05-03 05:17:14.073/* CDOResource@_ZszMkAkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.073/* OrderDetail@_ZszMkQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.073/* Product1@_ZszMkgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.073/* OrderDetail@_ZszMkwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.073/* BranchingTest_testCommitRemoveOrderDetail_subBranch[22]2024-05-03 05:17:14.073/* CDOResourceFolder@_ZsylgAkMEe-bzopYCigSfg:22v0("?")->0v12024-05-03 05:17:14.073/* CDOResource@_ZszMkAkMEe-bzopYCigSfg:22v0("?")->0v12024-05-03 05:17:14.073/2024-05-03 05:17:14.079 OrderDetail@_ZszMkQkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:14.073/2024-05-03 05:17:14.079 OrderDetail@_ZszMkwkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:14.073/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v8("/") 2024-05-03 05:17:14.042/2024-05-03 05:17:14.072 CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v9("/") 2024-05-03 05:17:14.073/* CDOResourceFolder@_ZsylgAkMEe-bzopYCigSfg:0v1("BranchingTest_testCommitRemoveOrderDetail")2024-05-03 05:17:14.073/* CDOResource@_ZszMkAkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.073/* OrderDetail@_ZszMkQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.073/* Product1@_ZszMkgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.073/* OrderDetail@_ZszMkwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.073/* BranchingTest_testCommitRemoveOrderDetail_subBranch[22]2024-05-03 05:17:14.073/* CDOResourceFolder@_ZsylgAkMEe-bzopYCigSfg:22v0("?")->0v12024-05-03 05:17:14.073/* CDOResource@_ZszMkAkMEe-bzopYCigSfg:22v0("?")->0v12024-05-03 05:17:14.073/2024-05-03 05:17:14.079 CDOResource@_ZszMkAkMEe-bzopYCigSfg:22v1("res")2024-05-03 05:17:14.080/* OrderDetail@_ZszMkQkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:14.073/2024-05-03 05:17:14.079 Product1@_ZszMkgkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:14.073/2024-05-03 05:17:14.079 Product1@_ZszMkgkMEe-bzopYCigSfg:22v1 2024-05-03 05:17:14.080/* OrderDetail@_ZszMkwkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:14.073/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResourceFolder@_ZsylgAkMEe-bzopYCigSfg:0v1("BranchingTest_testCommitRemoveOrderDetail")2024-05-03 05:17:14.073/* CDOResource@_ZszMkAkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.073/* OrderDetail@_ZszMkQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.073/* Product1@_ZszMkgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.073/* OrderDetail@_ZszMkwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.073/* BranchingTest_testCommitRemoveOrderDetail_subBranch[22]2024-05-03 05:17:14.073/* CDOResourceFolder@_ZsylgAkMEe-bzopYCigSfg:22v0("?")->0v12024-05-03 05:17:14.073/* CDOResource@_ZszMkAkMEe-bzopYCigSfg:22v0("?")->0v12024-05-03 05:17:14.073/2024-05-03 05:17:14.079 OrderDetail@_ZszMkQkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:14.073/2024-05-03 05:17:14.079 Product1@_ZszMkgkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:14.073/2024-05-03 05:17:14.079 OrderDetail@_ZszMkwkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:14.073/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v8("/") 2024-05-03 05:17:14.042/2024-05-03 05:17:14.072 CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v9("/") 2024-05-03 05:17:14.073/* CDOResourceFolder@_ZsylgAkMEe-bzopYCigSfg:0v1("BranchingTest_testCommitRemoveOrderDetail")2024-05-03 05:17:14.073/* CDOResource@_ZszMkAkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.073/* OrderDetail@_ZszMkQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.073/* Product1@_ZszMkgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.073/* OrderDetail@_ZszMkwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.073/* BranchingTest_testCommitRemoveOrderDetail_subBranch[22]2024-05-03 05:17:14.073/* CDOResourceFolder@_ZsylgAkMEe-bzopYCigSfg:22v0("?")->0v12024-05-03 05:17:14.073/* CDOResource@_ZszMkAkMEe-bzopYCigSfg:22v0("?")->0v12024-05-03 05:17:14.073/2024-05-03 05:17:14.079 CDOResource@_ZszMkAkMEe-bzopYCigSfg:22v1("res")2024-05-03 05:17:14.080/* OrderDetail@_ZszMkQkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:14.073/2024-05-03 05:17:14.079 Product1@_ZszMkgkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:14.073/2024-05-03 05:17:14.079 Product1@_ZszMkgkMEe-bzopYCigSfg:22v1 2024-05-03 05:17:14.080/* OrderDetail@_ZszMkwkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:14.073/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResourceFolder@_ZsylgAkMEe-bzopYCigSfg:0v1("BranchingTest_testCommitRemoveOrderDetail")2024-05-03 05:17:14.073/* CDOResource@_ZszMkAkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.073/* OrderDetail@_ZszMkQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.073/* Product1@_ZszMkgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.073/* OrderDetail@_ZszMkwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.073/* BranchingTest_testCommitRemoveOrderDetail_subBranch[22]2024-05-03 05:17:14.073/* CDOResourceFolder@_ZsylgAkMEe-bzopYCigSfg:22v0("?")->0v12024-05-03 05:17:14.073/* CDOResource@_ZszMkAkMEe-bzopYCigSfg:22v0("?")->0v12024-05-03 05:17:14.073/2024-05-03 05:17:14.079 CDOResource@_ZszMkAkMEe-bzopYCigSfg:22v1("res")2024-05-03 05:17:14.080/* OrderDetail@_ZszMkQkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:14.073/2024-05-03 05:17:14.079 Product1@_ZszMkgkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:14.073/2024-05-03 05:17:14.079 OrderDetail@_ZszMkwkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:14.073/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v8("/") 2024-05-03 05:17:14.042/2024-05-03 05:17:14.072 CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v9("/") 2024-05-03 05:17:14.073/* CDOResourceFolder@_ZsylgAkMEe-bzopYCigSfg:0v1("BranchingTest_testCommitRemoveOrderDetail")2024-05-03 05:17:14.073/* CDOResource@_ZszMkAkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.073/* OrderDetail@_ZszMkQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.073/* Product1@_ZszMkgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.073/* OrderDetail@_ZszMkwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.073/* BranchingTest_testCommitRemoveOrderDetail_subBranch[22]2024-05-03 05:17:14.073/* CDOResourceFolder@_ZsylgAkMEe-bzopYCigSfg:22v0("?")->0v12024-05-03 05:17:14.073/* CDOResource@_ZszMkAkMEe-bzopYCigSfg:22v0("?")->0v12024-05-03 05:17:14.073/2024-05-03 05:17:14.079 CDOResource@_ZszMkAkMEe-bzopYCigSfg:22v1("res")2024-05-03 05:17:14.080/* OrderDetail@_ZszMkQkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:14.073/2024-05-03 05:17:14.079 Product1@_ZszMkgkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:14.073/2024-05-03 05:17:14.079 Product1@_ZszMkgkMEe-bzopYCigSfg:22v1 2024-05-03 05:17:14.080/* OrderDetail@_ZszMkwkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:14.073/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResourceFolder@_ZsylgAkMEe-bzopYCigSfg:0v1("BranchingTest_testCommitRemoveOrderDetail")2024-05-03 05:17:14.073/* CDOResource@_ZszMkAkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.073/* OrderDetail@_ZszMkQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.073/* Product1@_ZszMkgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.073/* OrderDetail@_ZszMkwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.073/* BranchingTest_testCommitRemoveOrderDetail_subBranch[22]2024-05-03 05:17:14.073/* CDOResourceFolder@_ZsylgAkMEe-bzopYCigSfg:22v0("?")->0v12024-05-03 05:17:14.073/* CDOResource@_ZszMkAkMEe-bzopYCigSfg:22v0("?")->0v12024-05-03 05:17:14.073/2024-05-03 05:17:14.079 CDOResource@_ZszMkAkMEe-bzopYCigSfg:22v1("res")2024-05-03 05:17:14.080/* OrderDetail@_ZszMkQkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:14.073/2024-05-03 05:17:14.079 Product1@_ZszMkgkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:14.073/2024-05-03 05:17:14.079 OrderDetail@_ZszMkwkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:14.073/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v8("/") 2024-05-03 05:17:14.042/2024-05-03 05:17:14.072 CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v9("/") 2024-05-03 05:17:14.073/* CDOResourceFolder@_ZsylgAkMEe-bzopYCigSfg:0v1("BranchingTest_testCommitRemoveOrderDetail")2024-05-03 05:17:14.073/* CDOResource@_ZszMkAkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.073/* OrderDetail@_ZszMkQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.073/* Product1@_ZszMkgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.073/* OrderDetail@_ZszMkwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.073/* BranchingTest_testCommitRemoveOrderDetail_subBranch[22]2024-05-03 05:17:14.073/* CDOResourceFolder@_ZsylgAkMEe-bzopYCigSfg:22v0("?")->0v12024-05-03 05:17:14.073/* CDOResource@_ZszMkAkMEe-bzopYCigSfg:22v0("?")->0v12024-05-03 05:17:14.073/2024-05-03 05:17:14.079 CDOResource@_ZszMkAkMEe-bzopYCigSfg:22v1("res")2024-05-03 05:17:14.080/* OrderDetail@_ZszMkQkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:14.073/2024-05-03 05:17:14.079 Product1@_ZszMkgkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:14.073/2024-05-03 05:17:14.079 Product1@_ZszMkgkMEe-bzopYCigSfg:22v1 2024-05-03 05:17:14.080/* OrderDetail@_ZszMkwkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:14.073/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResourceFolder@_ZsylgAkMEe-bzopYCigSfg:0v1("BranchingTest_testCommitRemoveOrderDetail")2024-05-03 05:17:14.073/* CDOResource@_ZszMkAkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.073/* OrderDetail@_ZszMkQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.073/* Product1@_ZszMkgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.073/* OrderDetail@_ZszMkwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.073/* BranchingTest_testCommitRemoveOrderDetail_subBranch[22]2024-05-03 05:17:14.073/* CDOResourceFolder@_ZsylgAkMEe-bzopYCigSfg:22v0("?")->0v12024-05-03 05:17:14.073/* CDOResource@_ZszMkAkMEe-bzopYCigSfg:22v0("?")->0v12024-05-03 05:17:14.073/2024-05-03 05:17:14.079 CDOResource@_ZszMkAkMEe-bzopYCigSfg:22v1("res")2024-05-03 05:17:14.080/* OrderDetail@_ZszMkQkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:14.073/2024-05-03 05:17:14.079 Product1@_ZszMkgkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:14.073/2024-05-03 05:17:14.079 Product1@_ZszMkgkMEe-bzopYCigSfg:22v1 2024-05-03 05:17:14.080/* OrderDetail@_ZszMkwkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:14.073/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v8("/") 2024-05-03 05:17:14.042/2024-05-03 05:17:14.072 CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v9("/") 2024-05-03 05:17:14.073/* CDOResourceFolder@_ZsylgAkMEe-bzopYCigSfg:0v1("BranchingTest_testCommitRemoveOrderDetail")2024-05-03 05:17:14.073/* CDOResource@_ZszMkAkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.073/* OrderDetail@_ZszMkQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.073/* Product1@_ZszMkgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.073/* OrderDetail@_ZszMkwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.073/* BranchingTest_testCommitRemoveOrderDetail_subBranch[22]2024-05-03 05:17:14.073/* CDOResourceFolder@_ZsylgAkMEe-bzopYCigSfg:22v0("?")->0v12024-05-03 05:17:14.073/* CDOResource@_ZszMkAkMEe-bzopYCigSfg:22v0("?")->0v12024-05-03 05:17:14.073/2024-05-03 05:17:14.079 CDOResource@_ZszMkAkMEe-bzopYCigSfg:22v1("res")2024-05-03 05:17:14.080/* OrderDetail@_ZszMkQkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:14.073/2024-05-03 05:17:14.079 Product1@_ZszMkgkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:14.073/2024-05-03 05:17:14.079 Product1@_ZszMkgkMEe-bzopYCigSfg:22v1 2024-05-03 05:17:14.080/* OrderDetail@_ZszMkwkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:14.073/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResourceFolder@_ZsylgAkMEe-bzopYCigSfg:0v1("BranchingTest_testCommitRemoveOrderDetail")2024-05-03 05:17:14.073/* CDOResource@_ZszMkAkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.073/* OrderDetail@_ZszMkQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.073/* Product1@_ZszMkgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.073/* OrderDetail@_ZszMkwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.073/* BranchingTest_testCommitRemoveOrderDetail_subBranch[22]2024-05-03 05:17:14.073/* CDOResourceFolder@_ZsylgAkMEe-bzopYCigSfg:22v0("?")->0v12024-05-03 05:17:14.073/* CDOResource@_ZszMkAkMEe-bzopYCigSfg:22v0("?")->0v12024-05-03 05:17:14.073/2024-05-03 05:17:14.079 CDOResource@_ZszMkAkMEe-bzopYCigSfg:22v1("res")2024-05-03 05:17:14.080/* OrderDetail@_ZszMkQkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:14.073/2024-05-03 05:17:14.079 Product1@_ZszMkgkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:14.073/2024-05-03 05:17:14.079 Product1@_ZszMkgkMEe-bzopYCigSfg:22v1 2024-05-03 05:17:14.080/* OrderDetail@_ZszMkwkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:14.073/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v8("/") 2024-05-03 05:17:14.042/2024-05-03 05:17:14.072 CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v9("/") 2024-05-03 05:17:14.073/* CDOResourceFolder@_ZsylgAkMEe-bzopYCigSfg:0v1("BranchingTest_testCommitRemoveOrderDetail")2024-05-03 05:17:14.073/* CDOResource@_ZszMkAkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.073/* OrderDetail@_ZszMkQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.073/* Product1@_ZszMkgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.073/* OrderDetail@_ZszMkwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.073/* BranchingTest_testCommitRemoveOrderDetail_subBranch[22]2024-05-03 05:17:14.073/* CDOResourceFolder@_ZsylgAkMEe-bzopYCigSfg:22v0("?")->0v12024-05-03 05:17:14.073/* CDOResource@_ZszMkAkMEe-bzopYCigSfg:22v0("?")->0v12024-05-03 05:17:14.073/2024-05-03 05:17:14.079 CDOResource@_ZszMkAkMEe-bzopYCigSfg:22v1("res")2024-05-03 05:17:14.080/* OrderDetail@_ZszMkQkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:14.073/2024-05-03 05:17:14.079 Product1@_ZszMkgkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:14.073/2024-05-03 05:17:14.079 Product1@_ZszMkgkMEe-bzopYCigSfg:22v1 2024-05-03 05:17:14.080/* OrderDetail@_ZszMkwkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:14.073/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResourceFolder@_ZsylgAkMEe-bzopYCigSfg:0v1("BranchingTest_testCommitRemoveOrderDetail")2024-05-03 05:17:14.073/* CDOResource@_ZszMkAkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.073/* OrderDetail@_ZszMkQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.073/* Product1@_ZszMkgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.073/* OrderDetail@_ZszMkwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.073/* BranchingTest_testCommitRemoveOrderDetail_subBranch[22]2024-05-03 05:17:14.073/* CDOResourceFolder@_ZsylgAkMEe-bzopYCigSfg:22v0("?")->0v12024-05-03 05:17:14.073/* CDOResource@_ZszMkAkMEe-bzopYCigSfg:22v0("?")->0v12024-05-03 05:17:14.073/2024-05-03 05:17:14.079 CDOResource@_ZszMkAkMEe-bzopYCigSfg:22v1("res")2024-05-03 05:17:14.080/* OrderDetail@_ZszMkQkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:14.073/2024-05-03 05:17:14.079 Product1@_ZszMkgkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:14.073/2024-05-03 05:17:14.079 Product1@_ZszMkgkMEe-bzopYCigSfg:22v1 2024-05-03 05:17:14.080/* OrderDetail@_ZszMkwkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:14.073/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v8("/") 2024-05-03 05:17:14.042/2024-05-03 05:17:14.072 CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v9("/") 2024-05-03 05:17:14.073/* CDOResourceFolder@_ZsylgAkMEe-bzopYCigSfg:0v1("BranchingTest_testCommitRemoveOrderDetail")2024-05-03 05:17:14.073/* CDOResource@_ZszMkAkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.073/* OrderDetail@_ZszMkQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.073/* Product1@_ZszMkgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.073/* OrderDetail@_ZszMkwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.073/* BranchingTest_testCommitRemoveOrderDetail_subBranch[22]2024-05-03 05:17:14.073/* CDOResourceFolder@_ZsylgAkMEe-bzopYCigSfg:22v0("?")->0v12024-05-03 05:17:14.073/* CDOResource@_ZszMkAkMEe-bzopYCigSfg:22v0("?")->0v12024-05-03 05:17:14.073/2024-05-03 05:17:14.079 CDOResource@_ZszMkAkMEe-bzopYCigSfg:22v1("res")2024-05-03 05:17:14.080/* OrderDetail@_ZszMkQkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:14.073/2024-05-03 05:17:14.079 Product1@_ZszMkgkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:14.073/2024-05-03 05:17:14.079 Product1@_ZszMkgkMEe-bzopYCigSfg:22v1 2024-05-03 05:17:14.080/* OrderDetail@_ZszMkwkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:14.073/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResourceFolder@_ZsylgAkMEe-bzopYCigSfg:0v1("BranchingTest_testCommitRemoveOrderDetail")2024-05-03 05:17:14.073/* CDOResource@_ZszMkAkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.073/* OrderDetail@_ZszMkQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.073/* Product1@_ZszMkgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.073/* OrderDetail@_ZszMkwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.073/* BranchingTest_testCommitRemoveOrderDetail_subBranch[22]2024-05-03 05:17:14.073/* CDOResourceFolder@_ZsylgAkMEe-bzopYCigSfg:22v0("?")->0v12024-05-03 05:17:14.073/* CDOResource@_ZszMkAkMEe-bzopYCigSfg:22v0("?")->0v12024-05-03 05:17:14.073/2024-05-03 05:17:14.079 CDOResource@_ZszMkAkMEe-bzopYCigSfg:22v1("res")2024-05-03 05:17:14.080/* OrderDetail@_ZszMkQkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:14.073/2024-05-03 05:17:14.079 Product1@_ZszMkgkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:14.073/2024-05-03 05:17:14.079 Product1@_ZszMkgkMEe-bzopYCigSfg:22v1 2024-05-03 05:17:14.080/* OrderDetail@_ZszMkwkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:14.073/* ******************************************************* BranchingTest.testContainment [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* BranchingTest.testCreateBranch [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* BranchingTest.testCreateBranchDuplicate [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [ERROR] The branch MAIN/BranchingTest_testCreateBranchDuplicate_existing already exists org.eclipse.emf.cdo.common.branch.CDODuplicateBranchException: The branch MAIN/BranchingTest_testCreateBranchDuplicate_existing already exists at org.eclipse.emf.cdo.internal.server.Repository.checkDuplicateBranchBase(Repository.java:688) at org.eclipse.emf.cdo.internal.server.Repository.createBranch(Repository.java:549) at org.eclipse.emf.cdo.tests.config.impl.RepositoryConfig$6.createBranch(RepositoryConfig.java:755) at org.eclipse.emf.cdo.internal.common.branch.CDOBranchManagerImpl.createBranch(CDOBranchManagerImpl.java:364) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CreateBranchIndication.responding(CreateBranchIndication.java:51) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerIndication.responding(CDOServerIndication.java:162) at org.eclipse.net4j.signal.IndicationWithResponse.doExtendedOutput(IndicationWithResponse.java:100) at org.eclipse.net4j.signal.Signal.doOutput(Signal.java:407) at org.eclipse.net4j.signal.IndicationWithResponse.execute(IndicationWithResponse.java:74) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerWriteIndication.execute(CDOServerWriteIndication.java:34) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) ******************************************************* BranchingTest.testCreateBranchIllegalName [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* BranchingTest.testDeleteBranch [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [ERROR] Cannot invoke "java.util.concurrent.ConcurrentMap.values()" because "infos" is null java.lang.NullPointerException: Cannot invoke "java.util.concurrent.ConcurrentMap.values()" because "infos" is null at org.eclipse.emf.internal.cdo.session.CDOLockStateCacheImpl.remapOwner(CDOLockStateCacheImpl.java:356) at org.eclipse.emf.cdo.internal.net4j.protocol.LockOwnerRemappedNotificationIndication.indicating(LockOwnerRemappedNotificationIndication.java:40) at org.eclipse.emf.cdo.internal.net4j.protocol.CDOClientIndication.indicating(CDOClientIndication.java:77) at org.eclipse.net4j.signal.Indication.doExtendedInput(Indication.java:57) at org.eclipse.net4j.signal.Signal.doInput(Signal.java:434) at org.eclipse.net4j.signal.Indication.execute(Indication.java:51) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) ******************************************************* BranchingTest.testDetachExisting [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v10("/") 2024-05-03 05:17:14.297/2024-05-03 05:17:14.370 CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v11("/") 2024-05-03 05:17:14.371/* CDOResourceFolder@_ZvpFMAkMEe-bzopYCigSfg:0v1("BranchingTest_testDetachExisting")2024-05-03 05:17:14.371/* CDOResource@_ZvpFMQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.371/* Product1@_ZvpFMgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.371/* OrderDetail@_ZvpFMwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.371/* BranchingTest_testDetachExisting_subBranch[33] 2024-05-03 05:17:14.371/* CDOResourceFolder@_ZvpFMAkMEe-bzopYCigSfg:33v0("?")->0v12024-05-03 05:17:14.371/* CDOResource@_ZvpFMQkMEe-bzopYCigSfg:33v0("?")->0v12024-05-03 05:17:14.371/2024-05-03 05:17:14.378 CDOResource@_ZvpFMQkMEe-bzopYCigSfg:33v1("res")2024-05-03 05:17:14.379/2024-05-03 05:17:14.381 CDOResource@_ZvpFMQkMEe-bzopYCigSfg:33v2("res")2024-05-03 05:17:14.382/* Product1@_ZvpFMgkMEe-bzopYCigSfg:33v0->0v1 2024-05-03 05:17:14.371/2024-05-03 05:17:14.378 Product1@_ZvpFMgkMEe-bzopYCigSfg:33v1 2024-05-03 05:17:14.379/2024-05-03 05:17:14.381 Product1@_ZvpFMgkMEe-bzopYCigSfg:33v2 2024-05-03 05:17:14.382/* OrderDetail@_ZvpFMwkMEe-bzopYCigSfg:33v0->0v1 2024-05-03 05:17:14.371/2024-05-03 05:17:14.377 OrderDetail@_ZvpFMwkMEe-bzopYCigSfg:33v1 2024-05-03 05:17:14.378/2024-05-03 05:17:14.378 OrderDetail@_ZvvL0AkMEe-bzopYCigSfg:33v1 2024-05-03 05:17:14.382/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResourceFolder@_ZvpFMAkMEe-bzopYCigSfg:0v1("BranchingTest_testDetachExisting")2024-05-03 05:17:14.371/* CDOResource@_ZvpFMQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.371/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v10("/") 2024-05-03 05:17:14.297/2024-05-03 05:17:14.370 CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v11("/") 2024-05-03 05:17:14.371/* CDOResourceFolder@_ZvpFMAkMEe-bzopYCigSfg:0v1("BranchingTest_testDetachExisting")2024-05-03 05:17:14.371/* CDOResource@_ZvpFMQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.371/* Product1@_ZvpFMgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.371/* OrderDetail@_ZvpFMwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.371/* BranchingTest_testDetachExisting_subBranch[33] 2024-05-03 05:17:14.371/* CDOResourceFolder@_ZvpFMAkMEe-bzopYCigSfg:33v0("?")->0v12024-05-03 05:17:14.371/* CDOResource@_ZvpFMQkMEe-bzopYCigSfg:33v0("?")->0v12024-05-03 05:17:14.371/2024-05-03 05:17:14.378 CDOResource@_ZvpFMQkMEe-bzopYCigSfg:33v1("res")2024-05-03 05:17:14.379/2024-05-03 05:17:14.381 CDOResource@_ZvpFMQkMEe-bzopYCigSfg:33v2("res")2024-05-03 05:17:14.382/* Product1@_ZvpFMgkMEe-bzopYCigSfg:33v0->0v1 2024-05-03 05:17:14.371/2024-05-03 05:17:14.378 Product1@_ZvpFMgkMEe-bzopYCigSfg:33v1 2024-05-03 05:17:14.379/2024-05-03 05:17:14.381 Product1@_ZvpFMgkMEe-bzopYCigSfg:33v2 2024-05-03 05:17:14.382/* OrderDetail@_ZvpFMwkMEe-bzopYCigSfg:33v0->0v1 2024-05-03 05:17:14.371/2024-05-03 05:17:14.377 OrderDetail@_ZvpFMwkMEe-bzopYCigSfg:33v1 2024-05-03 05:17:14.378/2024-05-03 05:17:14.378 OrderDetail@_ZvvL0AkMEe-bzopYCigSfg:33v1 2024-05-03 05:17:14.382/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResourceFolder@_ZvpFMAkMEe-bzopYCigSfg:0v1("BranchingTest_testDetachExisting")2024-05-03 05:17:14.371/* CDOResource@_ZvpFMQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.371/* OrderDetail@_ZvpFMwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.371/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v10("/") 2024-05-03 05:17:14.297/2024-05-03 05:17:14.370 CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v11("/") 2024-05-03 05:17:14.371/* CDOResourceFolder@_ZvpFMAkMEe-bzopYCigSfg:0v1("BranchingTest_testDetachExisting")2024-05-03 05:17:14.371/* CDOResource@_ZvpFMQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.371/* Product1@_ZvpFMgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.371/* OrderDetail@_ZvpFMwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.371/* BranchingTest_testDetachExisting_subBranch[33] 2024-05-03 05:17:14.371/* CDOResourceFolder@_ZvpFMAkMEe-bzopYCigSfg:33v0("?")->0v12024-05-03 05:17:14.371/* CDOResource@_ZvpFMQkMEe-bzopYCigSfg:33v0("?")->0v12024-05-03 05:17:14.371/2024-05-03 05:17:14.378 CDOResource@_ZvpFMQkMEe-bzopYCigSfg:33v1("res")2024-05-03 05:17:14.379/2024-05-03 05:17:14.381 CDOResource@_ZvpFMQkMEe-bzopYCigSfg:33v2("res")2024-05-03 05:17:14.382/* Product1@_ZvpFMgkMEe-bzopYCigSfg:33v0->0v1 2024-05-03 05:17:14.371/2024-05-03 05:17:14.378 Product1@_ZvpFMgkMEe-bzopYCigSfg:33v1 2024-05-03 05:17:14.379/2024-05-03 05:17:14.381 Product1@_ZvpFMgkMEe-bzopYCigSfg:33v2 2024-05-03 05:17:14.382/* OrderDetail@_ZvpFMwkMEe-bzopYCigSfg:33v0->0v1 2024-05-03 05:17:14.371/2024-05-03 05:17:14.377 OrderDetail@_ZvpFMwkMEe-bzopYCigSfg:33v1 2024-05-03 05:17:14.378/2024-05-03 05:17:14.378 OrderDetail@_ZvvL0AkMEe-bzopYCigSfg:33v1 2024-05-03 05:17:14.382/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResourceFolder@_ZvpFMAkMEe-bzopYCigSfg:0v1("BranchingTest_testDetachExisting")2024-05-03 05:17:14.371/* CDOResource@_ZvpFMQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.371/* Product1@_ZvpFMgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.371/* OrderDetail@_ZvpFMwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.371/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v10("/") 2024-05-03 05:17:14.297/2024-05-03 05:17:14.370 CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v11("/") 2024-05-03 05:17:14.371/* CDOResourceFolder@_ZvpFMAkMEe-bzopYCigSfg:0v1("BranchingTest_testDetachExisting")2024-05-03 05:17:14.371/* CDOResource@_ZvpFMQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.371/* Product1@_ZvpFMgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.371/* OrderDetail@_ZvpFMwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.371/* BranchingTest_testDetachExisting_subBranch[33] 2024-05-03 05:17:14.371/* CDOResourceFolder@_ZvpFMAkMEe-bzopYCigSfg:33v0("?")->0v12024-05-03 05:17:14.371/* CDOResource@_ZvpFMQkMEe-bzopYCigSfg:33v0("?")->0v12024-05-03 05:17:14.371/2024-05-03 05:17:14.378 CDOResource@_ZvpFMQkMEe-bzopYCigSfg:33v1("res")2024-05-03 05:17:14.379/2024-05-03 05:17:14.381 CDOResource@_ZvpFMQkMEe-bzopYCigSfg:33v2("res")2024-05-03 05:17:14.382/* Product1@_ZvpFMgkMEe-bzopYCigSfg:33v0->0v1 2024-05-03 05:17:14.371/2024-05-03 05:17:14.378 Product1@_ZvpFMgkMEe-bzopYCigSfg:33v1 2024-05-03 05:17:14.379/2024-05-03 05:17:14.381 Product1@_ZvpFMgkMEe-bzopYCigSfg:33v2 2024-05-03 05:17:14.382/* OrderDetail@_ZvpFMwkMEe-bzopYCigSfg:33v0->0v1 2024-05-03 05:17:14.371/2024-05-03 05:17:14.377 OrderDetail@_ZvpFMwkMEe-bzopYCigSfg:33v1 2024-05-03 05:17:14.378/2024-05-03 05:17:14.378 OrderDetail@_ZvvL0AkMEe-bzopYCigSfg:33v1 2024-05-03 05:17:14.382/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResourceFolder@_ZvpFMAkMEe-bzopYCigSfg:0v1("BranchingTest_testDetachExisting")2024-05-03 05:17:14.371/* CDOResource@_ZvpFMQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.371/* Product1@_ZvpFMgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.371/* OrderDetail@_ZvpFMwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.371/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v10("/") 2024-05-03 05:17:14.297/2024-05-03 05:17:14.370 CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v11("/") 2024-05-03 05:17:14.371/* CDOResourceFolder@_ZvpFMAkMEe-bzopYCigSfg:0v1("BranchingTest_testDetachExisting")2024-05-03 05:17:14.371/* CDOResource@_ZvpFMQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.371/* Product1@_ZvpFMgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.371/* OrderDetail@_ZvpFMwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.371/* BranchingTest_testDetachExisting_subBranch[33] 2024-05-03 05:17:14.371/* CDOResourceFolder@_ZvpFMAkMEe-bzopYCigSfg:33v0("?")->0v12024-05-03 05:17:14.371/* CDOResource@_ZvpFMQkMEe-bzopYCigSfg:33v0("?")->0v12024-05-03 05:17:14.371/2024-05-03 05:17:14.378 CDOResource@_ZvpFMQkMEe-bzopYCigSfg:33v1("res")2024-05-03 05:17:14.379/2024-05-03 05:17:14.381 CDOResource@_ZvpFMQkMEe-bzopYCigSfg:33v2("res")2024-05-03 05:17:14.382/* Product1@_ZvpFMgkMEe-bzopYCigSfg:33v0->0v1 2024-05-03 05:17:14.371/2024-05-03 05:17:14.378 Product1@_ZvpFMgkMEe-bzopYCigSfg:33v1 2024-05-03 05:17:14.379/2024-05-03 05:17:14.381 Product1@_ZvpFMgkMEe-bzopYCigSfg:33v2 2024-05-03 05:17:14.382/* OrderDetail@_ZvpFMwkMEe-bzopYCigSfg:33v0->0v1 2024-05-03 05:17:14.371/2024-05-03 05:17:14.377 OrderDetail@_ZvpFMwkMEe-bzopYCigSfg:33v1 2024-05-03 05:17:14.378/2024-05-03 05:17:14.378 OrderDetail@_ZvvL0AkMEe-bzopYCigSfg:33v1 2024-05-03 05:17:14.382/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResourceFolder@_ZvpFMAkMEe-bzopYCigSfg:0v1("BranchingTest_testDetachExisting")2024-05-03 05:17:14.371/* CDOResource@_ZvpFMQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.371/* Product1@_ZvpFMgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.371/* OrderDetail@_ZvpFMwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.371/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v10("/") 2024-05-03 05:17:14.297/2024-05-03 05:17:14.370 CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v11("/") 2024-05-03 05:17:14.371/* CDOResourceFolder@_ZvpFMAkMEe-bzopYCigSfg:0v1("BranchingTest_testDetachExisting")2024-05-03 05:17:14.371/* CDOResource@_ZvpFMQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.371/* Product1@_ZvpFMgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.371/* OrderDetail@_ZvpFMwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.371/* BranchingTest_testDetachExisting_subBranch[33] 2024-05-03 05:17:14.371/* CDOResourceFolder@_ZvpFMAkMEe-bzopYCigSfg:33v0("?")->0v12024-05-03 05:17:14.371/* CDOResource@_ZvpFMQkMEe-bzopYCigSfg:33v0("?")->0v12024-05-03 05:17:14.371/2024-05-03 05:17:14.378 CDOResource@_ZvpFMQkMEe-bzopYCigSfg:33v1("res")2024-05-03 05:17:14.379/2024-05-03 05:17:14.381 CDOResource@_ZvpFMQkMEe-bzopYCigSfg:33v2("res")2024-05-03 05:17:14.382/* Product1@_ZvpFMgkMEe-bzopYCigSfg:33v0->0v1 2024-05-03 05:17:14.371/2024-05-03 05:17:14.378 Product1@_ZvpFMgkMEe-bzopYCigSfg:33v1 2024-05-03 05:17:14.379/2024-05-03 05:17:14.381 Product1@_ZvpFMgkMEe-bzopYCigSfg:33v2 2024-05-03 05:17:14.382/* OrderDetail@_ZvpFMwkMEe-bzopYCigSfg:33v0->0v1 2024-05-03 05:17:14.371/2024-05-03 05:17:14.377 OrderDetail@_ZvpFMwkMEe-bzopYCigSfg:33v1 2024-05-03 05:17:14.378/2024-05-03 05:17:14.378 OrderDetail@_ZvvL0AkMEe-bzopYCigSfg:33v1 2024-05-03 05:17:14.382/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResourceFolder@_ZvpFMAkMEe-bzopYCigSfg:0v1("BranchingTest_testDetachExisting")2024-05-03 05:17:14.371/* CDOResource@_ZvpFMQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.371/* Product1@_ZvpFMgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.371/* OrderDetail@_ZvpFMwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.371/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v10("/") 2024-05-03 05:17:14.297/2024-05-03 05:17:14.370 CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v11("/") 2024-05-03 05:17:14.371/* CDOResourceFolder@_ZvpFMAkMEe-bzopYCigSfg:0v1("BranchingTest_testDetachExisting")2024-05-03 05:17:14.371/* CDOResource@_ZvpFMQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.371/* Product1@_ZvpFMgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.371/* OrderDetail@_ZvpFMwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.371/* BranchingTest_testDetachExisting_subBranch[33] 2024-05-03 05:17:14.371/* CDOResourceFolder@_ZvpFMAkMEe-bzopYCigSfg:33v0("?")->0v12024-05-03 05:17:14.371/* CDOResource@_ZvpFMQkMEe-bzopYCigSfg:33v0("?")->0v12024-05-03 05:17:14.371/2024-05-03 05:17:14.378 CDOResource@_ZvpFMQkMEe-bzopYCigSfg:33v1("res")2024-05-03 05:17:14.379/2024-05-03 05:17:14.381 CDOResource@_ZvpFMQkMEe-bzopYCigSfg:33v2("res")2024-05-03 05:17:14.382/* Product1@_ZvpFMgkMEe-bzopYCigSfg:33v0->0v1 2024-05-03 05:17:14.371/2024-05-03 05:17:14.378 Product1@_ZvpFMgkMEe-bzopYCigSfg:33v1 2024-05-03 05:17:14.379/2024-05-03 05:17:14.381 Product1@_ZvpFMgkMEe-bzopYCigSfg:33v2 2024-05-03 05:17:14.382/* OrderDetail@_ZvpFMwkMEe-bzopYCigSfg:33v0->0v1 2024-05-03 05:17:14.371/2024-05-03 05:17:14.377 OrderDetail@_ZvpFMwkMEe-bzopYCigSfg:33v1 2024-05-03 05:17:14.378/2024-05-03 05:17:14.378 OrderDetail@_ZvvL0AkMEe-bzopYCigSfg:33v1 2024-05-03 05:17:14.382/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResourceFolder@_ZvpFMAkMEe-bzopYCigSfg:0v1("BranchingTest_testDetachExisting")2024-05-03 05:17:14.371/* CDOResource@_ZvpFMQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.371/* Product1@_ZvpFMgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.371/* OrderDetail@_ZvpFMwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.371/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v10("/") 2024-05-03 05:17:14.297/2024-05-03 05:17:14.370 CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v11("/") 2024-05-03 05:17:14.371/* CDOResourceFolder@_ZvpFMAkMEe-bzopYCigSfg:0v1("BranchingTest_testDetachExisting")2024-05-03 05:17:14.371/* CDOResource@_ZvpFMQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.371/* Product1@_ZvpFMgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.371/* OrderDetail@_ZvpFMwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.371/* BranchingTest_testDetachExisting_subBranch[33] 2024-05-03 05:17:14.371/* CDOResourceFolder@_ZvpFMAkMEe-bzopYCigSfg:33v0("?")->0v12024-05-03 05:17:14.371/* CDOResource@_ZvpFMQkMEe-bzopYCigSfg:33v0("?")->0v12024-05-03 05:17:14.371/2024-05-03 05:17:14.378 CDOResource@_ZvpFMQkMEe-bzopYCigSfg:33v1("res")2024-05-03 05:17:14.379/2024-05-03 05:17:14.381 CDOResource@_ZvpFMQkMEe-bzopYCigSfg:33v2("res")2024-05-03 05:17:14.382/* Product1@_ZvpFMgkMEe-bzopYCigSfg:33v0->0v1 2024-05-03 05:17:14.371/2024-05-03 05:17:14.378 Product1@_ZvpFMgkMEe-bzopYCigSfg:33v1 2024-05-03 05:17:14.379/2024-05-03 05:17:14.381 Product1@_ZvpFMgkMEe-bzopYCigSfg:33v2 2024-05-03 05:17:14.382/* OrderDetail@_ZvpFMwkMEe-bzopYCigSfg:33v0->0v1 2024-05-03 05:17:14.371/2024-05-03 05:17:14.377 OrderDetail@_ZvpFMwkMEe-bzopYCigSfg:33v1 2024-05-03 05:17:14.378/2024-05-03 05:17:14.378 OrderDetail@_ZvvL0AkMEe-bzopYCigSfg:33v1 2024-05-03 05:17:14.382/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResourceFolder@_ZvpFMAkMEe-bzopYCigSfg:0v1("BranchingTest_testDetachExisting")2024-05-03 05:17:14.371/* CDOResource@_ZvpFMQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.371/* Product1@_ZvpFMgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.371/* OrderDetail@_ZvpFMwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.371/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v10("/") 2024-05-03 05:17:14.297/2024-05-03 05:17:14.370 CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v11("/") 2024-05-03 05:17:14.371/* CDOResourceFolder@_ZvpFMAkMEe-bzopYCigSfg:0v1("BranchingTest_testDetachExisting")2024-05-03 05:17:14.371/* CDOResource@_ZvpFMQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.371/* Product1@_ZvpFMgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.371/* OrderDetail@_ZvpFMwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.371/* BranchingTest_testDetachExisting_subBranch[33] 2024-05-03 05:17:14.371/* CDOResourceFolder@_ZvpFMAkMEe-bzopYCigSfg:33v0("?")->0v12024-05-03 05:17:14.371/* CDOResource@_ZvpFMQkMEe-bzopYCigSfg:33v0("?")->0v12024-05-03 05:17:14.371/2024-05-03 05:17:14.378 CDOResource@_ZvpFMQkMEe-bzopYCigSfg:33v1("res")2024-05-03 05:17:14.379/2024-05-03 05:17:14.381 CDOResource@_ZvpFMQkMEe-bzopYCigSfg:33v2("res")2024-05-03 05:17:14.382/* Product1@_ZvpFMgkMEe-bzopYCigSfg:33v0->0v1 2024-05-03 05:17:14.371/2024-05-03 05:17:14.378 Product1@_ZvpFMgkMEe-bzopYCigSfg:33v1 2024-05-03 05:17:14.379/2024-05-03 05:17:14.381 Product1@_ZvpFMgkMEe-bzopYCigSfg:33v2 2024-05-03 05:17:14.382/* OrderDetail@_ZvpFMwkMEe-bzopYCigSfg:33v0->0v1 2024-05-03 05:17:14.371/2024-05-03 05:17:14.377 OrderDetail@_ZvpFMwkMEe-bzopYCigSfg:33v1 2024-05-03 05:17:14.378/2024-05-03 05:17:14.378 OrderDetail@_ZvvL0AkMEe-bzopYCigSfg:33v1 2024-05-03 05:17:14.382/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResourceFolder@_ZvpFMAkMEe-bzopYCigSfg:0v1("BranchingTest_testDetachExisting")2024-05-03 05:17:14.371/* CDOResource@_ZvpFMQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.371/* Product1@_ZvpFMgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.371/* OrderDetail@_ZvpFMwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.371/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v10("/") 2024-05-03 05:17:14.297/2024-05-03 05:17:14.370 CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v11("/") 2024-05-03 05:17:14.371/* CDOResourceFolder@_ZvpFMAkMEe-bzopYCigSfg:0v1("BranchingTest_testDetachExisting")2024-05-03 05:17:14.371/* CDOResource@_ZvpFMQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.371/* Product1@_ZvpFMgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.371/* OrderDetail@_ZvpFMwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.371/* BranchingTest_testDetachExisting_subBranch[33] 2024-05-03 05:17:14.371/* CDOResourceFolder@_ZvpFMAkMEe-bzopYCigSfg:33v0("?")->0v12024-05-03 05:17:14.371/* CDOResource@_ZvpFMQkMEe-bzopYCigSfg:33v0("?")->0v12024-05-03 05:17:14.371/2024-05-03 05:17:14.378 CDOResource@_ZvpFMQkMEe-bzopYCigSfg:33v1("res")2024-05-03 05:17:14.379/2024-05-03 05:17:14.381 CDOResource@_ZvpFMQkMEe-bzopYCigSfg:33v2("res")2024-05-03 05:17:14.382/* Product1@_ZvpFMgkMEe-bzopYCigSfg:33v0->0v1 2024-05-03 05:17:14.371/2024-05-03 05:17:14.378 Product1@_ZvpFMgkMEe-bzopYCigSfg:33v1 2024-05-03 05:17:14.379/2024-05-03 05:17:14.381 Product1@_ZvpFMgkMEe-bzopYCigSfg:33v2 2024-05-03 05:17:14.382/* OrderDetail@_ZvpFMwkMEe-bzopYCigSfg:33v0->0v1 2024-05-03 05:17:14.371/2024-05-03 05:17:14.377 OrderDetail@_ZvpFMwkMEe-bzopYCigSfg:33v1 2024-05-03 05:17:14.378/2024-05-03 05:17:14.378 OrderDetail@_ZvvL0AkMEe-bzopYCigSfg:33v1 2024-05-03 05:17:14.382/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResourceFolder@_ZvpFMAkMEe-bzopYCigSfg:0v1("BranchingTest_testDetachExisting")2024-05-03 05:17:14.371/* CDOResource@_ZvpFMQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.371/* Product1@_ZvpFMgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.371/* OrderDetail@_ZvpFMwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.371/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v10("/") 2024-05-03 05:17:14.297/2024-05-03 05:17:14.370 CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v11("/") 2024-05-03 05:17:14.371/* CDOResourceFolder@_ZvpFMAkMEe-bzopYCigSfg:0v1("BranchingTest_testDetachExisting")2024-05-03 05:17:14.371/* CDOResource@_ZvpFMQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.371/* Product1@_ZvpFMgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.371/* OrderDetail@_ZvpFMwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.371/* BranchingTest_testDetachExisting_subBranch[33] 2024-05-03 05:17:14.371/* CDOResourceFolder@_ZvpFMAkMEe-bzopYCigSfg:33v0("?")->0v12024-05-03 05:17:14.371/* CDOResource@_ZvpFMQkMEe-bzopYCigSfg:33v0("?")->0v12024-05-03 05:17:14.371/2024-05-03 05:17:14.378 CDOResource@_ZvpFMQkMEe-bzopYCigSfg:33v1("res")2024-05-03 05:17:14.379/2024-05-03 05:17:14.381 CDOResource@_ZvpFMQkMEe-bzopYCigSfg:33v2("res")2024-05-03 05:17:14.382/* Product1@_ZvpFMgkMEe-bzopYCigSfg:33v0->0v1 2024-05-03 05:17:14.371/2024-05-03 05:17:14.378 Product1@_ZvpFMgkMEe-bzopYCigSfg:33v1 2024-05-03 05:17:14.379/2024-05-03 05:17:14.381 Product1@_ZvpFMgkMEe-bzopYCigSfg:33v2 2024-05-03 05:17:14.382/* OrderDetail@_ZvpFMwkMEe-bzopYCigSfg:33v0->0v1 2024-05-03 05:17:14.371/2024-05-03 05:17:14.377 OrderDetail@_ZvpFMwkMEe-bzopYCigSfg:33v1 2024-05-03 05:17:14.378/2024-05-03 05:17:14.378 OrderDetail@_ZvvL0AkMEe-bzopYCigSfg:33v1 2024-05-03 05:17:14.382/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResourceFolder@_ZvpFMAkMEe-bzopYCigSfg:0v1("BranchingTest_testDetachExisting")2024-05-03 05:17:14.371/* CDOResource@_ZvpFMQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.371/* Product1@_ZvpFMgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.371/* OrderDetail@_ZvpFMwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.371/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v10("/") 2024-05-03 05:17:14.297/2024-05-03 05:17:14.370 CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v11("/") 2024-05-03 05:17:14.371/* CDOResourceFolder@_ZvpFMAkMEe-bzopYCigSfg:0v1("BranchingTest_testDetachExisting")2024-05-03 05:17:14.371/* CDOResource@_ZvpFMQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.371/* Product1@_ZvpFMgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.371/* OrderDetail@_ZvpFMwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.371/* BranchingTest_testDetachExisting_subBranch[33] 2024-05-03 05:17:14.371/* CDOResourceFolder@_ZvpFMAkMEe-bzopYCigSfg:33v0("?")->0v12024-05-03 05:17:14.371/* CDOResource@_ZvpFMQkMEe-bzopYCigSfg:33v0("?")->0v12024-05-03 05:17:14.371/2024-05-03 05:17:14.378 CDOResource@_ZvpFMQkMEe-bzopYCigSfg:33v1("res")2024-05-03 05:17:14.379/2024-05-03 05:17:14.381 CDOResource@_ZvpFMQkMEe-bzopYCigSfg:33v2("res")2024-05-03 05:17:14.382/* Product1@_ZvpFMgkMEe-bzopYCigSfg:33v0->0v1 2024-05-03 05:17:14.371/2024-05-03 05:17:14.378 Product1@_ZvpFMgkMEe-bzopYCigSfg:33v1 2024-05-03 05:17:14.379/2024-05-03 05:17:14.381 Product1@_ZvpFMgkMEe-bzopYCigSfg:33v2 2024-05-03 05:17:14.382/* OrderDetail@_ZvpFMwkMEe-bzopYCigSfg:33v0->0v1 2024-05-03 05:17:14.371/2024-05-03 05:17:14.377 OrderDetail@_ZvpFMwkMEe-bzopYCigSfg:33v1 2024-05-03 05:17:14.378/2024-05-03 05:17:14.378 OrderDetail@_ZvvL0AkMEe-bzopYCigSfg:33v1 2024-05-03 05:17:14.382/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResourceFolder@_ZvpFMAkMEe-bzopYCigSfg:0v1("BranchingTest_testDetachExisting")2024-05-03 05:17:14.371/* CDOResource@_ZvpFMQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.371/* Product1@_ZvpFMgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.371/* OrderDetail@_ZvpFMwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.371/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v10("/") 2024-05-03 05:17:14.297/2024-05-03 05:17:14.370 CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v11("/") 2024-05-03 05:17:14.371/* CDOResourceFolder@_ZvpFMAkMEe-bzopYCigSfg:0v1("BranchingTest_testDetachExisting")2024-05-03 05:17:14.371/* CDOResource@_ZvpFMQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.371/* Product1@_ZvpFMgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.371/* OrderDetail@_ZvpFMwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.371/* BranchingTest_testDetachExisting_subBranch[33] 2024-05-03 05:17:14.371/* CDOResourceFolder@_ZvpFMAkMEe-bzopYCigSfg:33v0("?")->0v12024-05-03 05:17:14.371/* CDOResource@_ZvpFMQkMEe-bzopYCigSfg:33v0("?")->0v12024-05-03 05:17:14.371/2024-05-03 05:17:14.378 CDOResource@_ZvpFMQkMEe-bzopYCigSfg:33v1("res")2024-05-03 05:17:14.379/2024-05-03 05:17:14.381 CDOResource@_ZvpFMQkMEe-bzopYCigSfg:33v2("res")2024-05-03 05:17:14.382/* Product1@_ZvpFMgkMEe-bzopYCigSfg:33v0->0v1 2024-05-03 05:17:14.371/2024-05-03 05:17:14.378 Product1@_ZvpFMgkMEe-bzopYCigSfg:33v1 2024-05-03 05:17:14.379/2024-05-03 05:17:14.381 Product1@_ZvpFMgkMEe-bzopYCigSfg:33v2 2024-05-03 05:17:14.382/* OrderDetail@_ZvpFMwkMEe-bzopYCigSfg:33v0->0v1 2024-05-03 05:17:14.371/2024-05-03 05:17:14.377 OrderDetail@_ZvpFMwkMEe-bzopYCigSfg:33v1 2024-05-03 05:17:14.378/2024-05-03 05:17:14.378 OrderDetail@_ZvvL0AkMEe-bzopYCigSfg:33v1 2024-05-03 05:17:14.382/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResourceFolder@_ZvpFMAkMEe-bzopYCigSfg:0v1("BranchingTest_testDetachExisting")2024-05-03 05:17:14.371/* CDOResource@_ZvpFMQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.371/* Product1@_ZvpFMgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.371/* OrderDetail@_ZvpFMwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.371/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v10("/") 2024-05-03 05:17:14.297/2024-05-03 05:17:14.370 CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v11("/") 2024-05-03 05:17:14.371/* CDOResourceFolder@_ZvpFMAkMEe-bzopYCigSfg:0v1("BranchingTest_testDetachExisting")2024-05-03 05:17:14.371/* CDOResource@_ZvpFMQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.371/* Product1@_ZvpFMgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.371/* OrderDetail@_ZvpFMwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.371/* BranchingTest_testDetachExisting_subBranch[33] 2024-05-03 05:17:14.371/* CDOResourceFolder@_ZvpFMAkMEe-bzopYCigSfg:33v0("?")->0v12024-05-03 05:17:14.371/* CDOResource@_ZvpFMQkMEe-bzopYCigSfg:33v0("?")->0v12024-05-03 05:17:14.371/2024-05-03 05:17:14.378 CDOResource@_ZvpFMQkMEe-bzopYCigSfg:33v1("res")2024-05-03 05:17:14.379/2024-05-03 05:17:14.381 CDOResource@_ZvpFMQkMEe-bzopYCigSfg:33v2("res")2024-05-03 05:17:14.382/* Product1@_ZvpFMgkMEe-bzopYCigSfg:33v0->0v1 2024-05-03 05:17:14.371/2024-05-03 05:17:14.378 Product1@_ZvpFMgkMEe-bzopYCigSfg:33v1 2024-05-03 05:17:14.379/2024-05-03 05:17:14.381 Product1@_ZvpFMgkMEe-bzopYCigSfg:33v2 2024-05-03 05:17:14.382/* OrderDetail@_ZvpFMwkMEe-bzopYCigSfg:33v0->0v1 2024-05-03 05:17:14.371/2024-05-03 05:17:14.377 OrderDetail@_ZvpFMwkMEe-bzopYCigSfg:33v1 2024-05-03 05:17:14.378/2024-05-03 05:17:14.378 OrderDetail@_ZvvL0AkMEe-bzopYCigSfg:33v1 2024-05-03 05:17:14.382/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResourceFolder@_ZvpFMAkMEe-bzopYCigSfg:0v1("BranchingTest_testDetachExisting")2024-05-03 05:17:14.371/* CDOResource@_ZvpFMQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.371/* Product1@_ZvpFMgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.371/* OrderDetail@_ZvpFMwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.371/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v10("/") 2024-05-03 05:17:14.297/2024-05-03 05:17:14.370 CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v11("/") 2024-05-03 05:17:14.371/* CDOResourceFolder@_ZvpFMAkMEe-bzopYCigSfg:0v1("BranchingTest_testDetachExisting")2024-05-03 05:17:14.371/* CDOResource@_ZvpFMQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.371/* Product1@_ZvpFMgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.371/* OrderDetail@_ZvpFMwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.371/* BranchingTest_testDetachExisting_subBranch[33] 2024-05-03 05:17:14.371/* CDOResourceFolder@_ZvpFMAkMEe-bzopYCigSfg:33v0("?")->0v12024-05-03 05:17:14.371/* CDOResource@_ZvpFMQkMEe-bzopYCigSfg:33v0("?")->0v12024-05-03 05:17:14.371/2024-05-03 05:17:14.378 CDOResource@_ZvpFMQkMEe-bzopYCigSfg:33v1("res")2024-05-03 05:17:14.379/2024-05-03 05:17:14.381 CDOResource@_ZvpFMQkMEe-bzopYCigSfg:33v2("res")2024-05-03 05:17:14.382/* Product1@_ZvpFMgkMEe-bzopYCigSfg:33v0->0v1 2024-05-03 05:17:14.371/2024-05-03 05:17:14.378 Product1@_ZvpFMgkMEe-bzopYCigSfg:33v1 2024-05-03 05:17:14.379/2024-05-03 05:17:14.381 Product1@_ZvpFMgkMEe-bzopYCigSfg:33v2 2024-05-03 05:17:14.382/* OrderDetail@_ZvpFMwkMEe-bzopYCigSfg:33v0->0v1 2024-05-03 05:17:14.371/2024-05-03 05:17:14.377 OrderDetail@_ZvpFMwkMEe-bzopYCigSfg:33v1 2024-05-03 05:17:14.378/2024-05-03 05:17:14.378 OrderDetail@_ZvvL0AkMEe-bzopYCigSfg:33v1 2024-05-03 05:17:14.382/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResourceFolder@_ZvpFMAkMEe-bzopYCigSfg:0v1("BranchingTest_testDetachExisting")2024-05-03 05:17:14.371/* CDOResource@_ZvpFMQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.371/* Product1@_ZvpFMgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.371/* OrderDetail@_ZvpFMwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.371/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v10("/") 2024-05-03 05:17:14.297/2024-05-03 05:17:14.370 CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v11("/") 2024-05-03 05:17:14.371/* CDOResourceFolder@_ZvpFMAkMEe-bzopYCigSfg:0v1("BranchingTest_testDetachExisting")2024-05-03 05:17:14.371/* CDOResource@_ZvpFMQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.371/* Product1@_ZvpFMgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.371/* OrderDetail@_ZvpFMwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.371/* BranchingTest_testDetachExisting_subBranch[33] 2024-05-03 05:17:14.371/* CDOResourceFolder@_ZvpFMAkMEe-bzopYCigSfg:33v0("?")->0v12024-05-03 05:17:14.371/* CDOResource@_ZvpFMQkMEe-bzopYCigSfg:33v0("?")->0v12024-05-03 05:17:14.371/2024-05-03 05:17:14.378 CDOResource@_ZvpFMQkMEe-bzopYCigSfg:33v1("res")2024-05-03 05:17:14.379/2024-05-03 05:17:14.381 CDOResource@_ZvpFMQkMEe-bzopYCigSfg:33v2("res")2024-05-03 05:17:14.382/* Product1@_ZvpFMgkMEe-bzopYCigSfg:33v0->0v1 2024-05-03 05:17:14.371/2024-05-03 05:17:14.378 Product1@_ZvpFMgkMEe-bzopYCigSfg:33v1 2024-05-03 05:17:14.379/2024-05-03 05:17:14.381 Product1@_ZvpFMgkMEe-bzopYCigSfg:33v2 2024-05-03 05:17:14.382/* OrderDetail@_ZvpFMwkMEe-bzopYCigSfg:33v0->0v1 2024-05-03 05:17:14.371/2024-05-03 05:17:14.377 OrderDetail@_ZvpFMwkMEe-bzopYCigSfg:33v1 2024-05-03 05:17:14.378/2024-05-03 05:17:14.378 OrderDetail@_ZvvL0AkMEe-bzopYCigSfg:33v1 2024-05-03 05:17:14.382/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResourceFolder@_ZvpFMAkMEe-bzopYCigSfg:0v1("BranchingTest_testDetachExisting")2024-05-03 05:17:14.371/* CDOResource@_ZvpFMQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.371/* Product1@_ZvpFMgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.371/* OrderDetail@_ZvpFMwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.371/* BranchingTest_testDetachExisting_subBranch[33] 2024-05-03 05:17:14.371/* CDOResourceFolder@_ZvpFMAkMEe-bzopYCigSfg:33v0("?")->0v12024-05-03 05:17:14.371/* CDOResource@_ZvpFMQkMEe-bzopYCigSfg:33v0("?")->0v12024-05-03 05:17:14.371/2024-05-03 05:17:14.378 ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v10("/") 2024-05-03 05:17:14.297/2024-05-03 05:17:14.370 CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v11("/") 2024-05-03 05:17:14.371/* CDOResourceFolder@_ZvpFMAkMEe-bzopYCigSfg:0v1("BranchingTest_testDetachExisting")2024-05-03 05:17:14.371/* CDOResource@_ZvpFMQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.371/* Product1@_ZvpFMgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.371/* OrderDetail@_ZvpFMwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.371/* BranchingTest_testDetachExisting_subBranch[33] 2024-05-03 05:17:14.371/* CDOResourceFolder@_ZvpFMAkMEe-bzopYCigSfg:33v0("?")->0v12024-05-03 05:17:14.371/* CDOResource@_ZvpFMQkMEe-bzopYCigSfg:33v0("?")->0v12024-05-03 05:17:14.371/2024-05-03 05:17:14.378 CDOResource@_ZvpFMQkMEe-bzopYCigSfg:33v1("res")2024-05-03 05:17:14.379/2024-05-03 05:17:14.381 CDOResource@_ZvpFMQkMEe-bzopYCigSfg:33v2("res")2024-05-03 05:17:14.382/* Product1@_ZvpFMgkMEe-bzopYCigSfg:33v0->0v1 2024-05-03 05:17:14.371/2024-05-03 05:17:14.378 Product1@_ZvpFMgkMEe-bzopYCigSfg:33v1 2024-05-03 05:17:14.379/2024-05-03 05:17:14.381 Product1@_ZvpFMgkMEe-bzopYCigSfg:33v2 2024-05-03 05:17:14.382/* OrderDetail@_ZvpFMwkMEe-bzopYCigSfg:33v0->0v1 2024-05-03 05:17:14.371/2024-05-03 05:17:14.377 OrderDetail@_ZvpFMwkMEe-bzopYCigSfg:33v1 2024-05-03 05:17:14.378/2024-05-03 05:17:14.378 OrderDetail@_ZvvL0AkMEe-bzopYCigSfg:33v1 2024-05-03 05:17:14.382/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResourceFolder@_ZvpFMAkMEe-bzopYCigSfg:0v1("BranchingTest_testDetachExisting")2024-05-03 05:17:14.371/* CDOResource@_ZvpFMQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.371/* Product1@_ZvpFMgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.371/* OrderDetail@_ZvpFMwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.371/* BranchingTest_testDetachExisting_subBranch[33] 2024-05-03 05:17:14.371/* CDOResourceFolder@_ZvpFMAkMEe-bzopYCigSfg:33v0("?")->0v12024-05-03 05:17:14.371/* CDOResource@_ZvpFMQkMEe-bzopYCigSfg:33v0("?")->0v12024-05-03 05:17:14.371/2024-05-03 05:17:14.378 OrderDetail@_ZvpFMwkMEe-bzopYCigSfg:33v0->0v1 2024-05-03 05:17:14.371/2024-05-03 05:17:14.377 ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v10("/") 2024-05-03 05:17:14.297/2024-05-03 05:17:14.370 CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v11("/") 2024-05-03 05:17:14.371/* CDOResourceFolder@_ZvpFMAkMEe-bzopYCigSfg:0v1("BranchingTest_testDetachExisting")2024-05-03 05:17:14.371/* CDOResource@_ZvpFMQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.371/* Product1@_ZvpFMgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.371/* OrderDetail@_ZvpFMwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.371/* BranchingTest_testDetachExisting_subBranch[33] 2024-05-03 05:17:14.371/* CDOResourceFolder@_ZvpFMAkMEe-bzopYCigSfg:33v0("?")->0v12024-05-03 05:17:14.371/* CDOResource@_ZvpFMQkMEe-bzopYCigSfg:33v0("?")->0v12024-05-03 05:17:14.371/2024-05-03 05:17:14.378 CDOResource@_ZvpFMQkMEe-bzopYCigSfg:33v1("res")2024-05-03 05:17:14.379/2024-05-03 05:17:14.381 CDOResource@_ZvpFMQkMEe-bzopYCigSfg:33v2("res")2024-05-03 05:17:14.382/* Product1@_ZvpFMgkMEe-bzopYCigSfg:33v0->0v1 2024-05-03 05:17:14.371/2024-05-03 05:17:14.378 Product1@_ZvpFMgkMEe-bzopYCigSfg:33v1 2024-05-03 05:17:14.379/2024-05-03 05:17:14.381 Product1@_ZvpFMgkMEe-bzopYCigSfg:33v2 2024-05-03 05:17:14.382/* OrderDetail@_ZvpFMwkMEe-bzopYCigSfg:33v0->0v1 2024-05-03 05:17:14.371/2024-05-03 05:17:14.377 OrderDetail@_ZvpFMwkMEe-bzopYCigSfg:33v1 2024-05-03 05:17:14.378/2024-05-03 05:17:14.378 OrderDetail@_ZvvL0AkMEe-bzopYCigSfg:33v1 2024-05-03 05:17:14.382/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResourceFolder@_ZvpFMAkMEe-bzopYCigSfg:0v1("BranchingTest_testDetachExisting")2024-05-03 05:17:14.371/* CDOResource@_ZvpFMQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.371/* Product1@_ZvpFMgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.371/* OrderDetail@_ZvpFMwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.371/* BranchingTest_testDetachExisting_subBranch[33] 2024-05-03 05:17:14.371/* CDOResourceFolder@_ZvpFMAkMEe-bzopYCigSfg:33v0("?")->0v12024-05-03 05:17:14.371/* CDOResource@_ZvpFMQkMEe-bzopYCigSfg:33v0("?")->0v12024-05-03 05:17:14.371/2024-05-03 05:17:14.378 Product1@_ZvpFMgkMEe-bzopYCigSfg:33v0->0v1 2024-05-03 05:17:14.371/2024-05-03 05:17:14.378 OrderDetail@_ZvpFMwkMEe-bzopYCigSfg:33v0->0v1 2024-05-03 05:17:14.371/2024-05-03 05:17:14.377 ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v10("/") 2024-05-03 05:17:14.297/2024-05-03 05:17:14.370 CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v11("/") 2024-05-03 05:17:14.371/* CDOResourceFolder@_ZvpFMAkMEe-bzopYCigSfg:0v1("BranchingTest_testDetachExisting")2024-05-03 05:17:14.371/* CDOResource@_ZvpFMQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.371/* Product1@_ZvpFMgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.371/* OrderDetail@_ZvpFMwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.371/* BranchingTest_testDetachExisting_subBranch[33] 2024-05-03 05:17:14.371/* CDOResourceFolder@_ZvpFMAkMEe-bzopYCigSfg:33v0("?")->0v12024-05-03 05:17:14.371/* CDOResource@_ZvpFMQkMEe-bzopYCigSfg:33v0("?")->0v12024-05-03 05:17:14.371/2024-05-03 05:17:14.378 CDOResource@_ZvpFMQkMEe-bzopYCigSfg:33v1("res")2024-05-03 05:17:14.379/2024-05-03 05:17:14.381 CDOResource@_ZvpFMQkMEe-bzopYCigSfg:33v2("res")2024-05-03 05:17:14.382/* Product1@_ZvpFMgkMEe-bzopYCigSfg:33v0->0v1 2024-05-03 05:17:14.371/2024-05-03 05:17:14.378 Product1@_ZvpFMgkMEe-bzopYCigSfg:33v1 2024-05-03 05:17:14.379/2024-05-03 05:17:14.381 Product1@_ZvpFMgkMEe-bzopYCigSfg:33v2 2024-05-03 05:17:14.382/* OrderDetail@_ZvpFMwkMEe-bzopYCigSfg:33v0->0v1 2024-05-03 05:17:14.371/2024-05-03 05:17:14.377 OrderDetail@_ZvpFMwkMEe-bzopYCigSfg:33v1 2024-05-03 05:17:14.378/2024-05-03 05:17:14.378 OrderDetail@_ZvvL0AkMEe-bzopYCigSfg:33v1 2024-05-03 05:17:14.382/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResourceFolder@_ZvpFMAkMEe-bzopYCigSfg:0v1("BranchingTest_testDetachExisting")2024-05-03 05:17:14.371/* CDOResource@_ZvpFMQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.371/* Product1@_ZvpFMgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.371/* OrderDetail@_ZvpFMwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.371/* BranchingTest_testDetachExisting_subBranch[33] 2024-05-03 05:17:14.371/* CDOResourceFolder@_ZvpFMAkMEe-bzopYCigSfg:33v0("?")->0v12024-05-03 05:17:14.371/* CDOResource@_ZvpFMQkMEe-bzopYCigSfg:33v0("?")->0v12024-05-03 05:17:14.371/2024-05-03 05:17:14.378 Product1@_ZvpFMgkMEe-bzopYCigSfg:33v0->0v1 2024-05-03 05:17:14.371/2024-05-03 05:17:14.378 OrderDetail@_ZvpFMwkMEe-bzopYCigSfg:33v0->0v1 2024-05-03 05:17:14.371/2024-05-03 05:17:14.377 ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v10("/") 2024-05-03 05:17:14.297/2024-05-03 05:17:14.370 CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v11("/") 2024-05-03 05:17:14.371/* CDOResourceFolder@_ZvpFMAkMEe-bzopYCigSfg:0v1("BranchingTest_testDetachExisting")2024-05-03 05:17:14.371/* CDOResource@_ZvpFMQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.371/* Product1@_ZvpFMgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.371/* OrderDetail@_ZvpFMwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.371/* BranchingTest_testDetachExisting_subBranch[33] 2024-05-03 05:17:14.371/* CDOResourceFolder@_ZvpFMAkMEe-bzopYCigSfg:33v0("?")->0v12024-05-03 05:17:14.371/* CDOResource@_ZvpFMQkMEe-bzopYCigSfg:33v0("?")->0v12024-05-03 05:17:14.371/2024-05-03 05:17:14.378 CDOResource@_ZvpFMQkMEe-bzopYCigSfg:33v1("res")2024-05-03 05:17:14.379/2024-05-03 05:17:14.381 CDOResource@_ZvpFMQkMEe-bzopYCigSfg:33v2("res")2024-05-03 05:17:14.382/* Product1@_ZvpFMgkMEe-bzopYCigSfg:33v0->0v1 2024-05-03 05:17:14.371/2024-05-03 05:17:14.378 Product1@_ZvpFMgkMEe-bzopYCigSfg:33v1 2024-05-03 05:17:14.379/2024-05-03 05:17:14.381 Product1@_ZvpFMgkMEe-bzopYCigSfg:33v2 2024-05-03 05:17:14.382/* OrderDetail@_ZvpFMwkMEe-bzopYCigSfg:33v0->0v1 2024-05-03 05:17:14.371/2024-05-03 05:17:14.377 OrderDetail@_ZvpFMwkMEe-bzopYCigSfg:33v1 2024-05-03 05:17:14.378/2024-05-03 05:17:14.378 OrderDetail@_ZvvL0AkMEe-bzopYCigSfg:33v1 2024-05-03 05:17:14.382/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResourceFolder@_ZvpFMAkMEe-bzopYCigSfg:0v1("BranchingTest_testDetachExisting")2024-05-03 05:17:14.371/* CDOResource@_ZvpFMQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.371/* Product1@_ZvpFMgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.371/* OrderDetail@_ZvpFMwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.371/* BranchingTest_testDetachExisting_subBranch[33] 2024-05-03 05:17:14.371/* CDOResourceFolder@_ZvpFMAkMEe-bzopYCigSfg:33v0("?")->0v12024-05-03 05:17:14.371/* CDOResource@_ZvpFMQkMEe-bzopYCigSfg:33v0("?")->0v12024-05-03 05:17:14.371/2024-05-03 05:17:14.378 Product1@_ZvpFMgkMEe-bzopYCigSfg:33v0->0v1 2024-05-03 05:17:14.371/2024-05-03 05:17:14.378 OrderDetail@_ZvpFMwkMEe-bzopYCigSfg:33v0->0v1 2024-05-03 05:17:14.371/2024-05-03 05:17:14.377 OrderDetail@_ZvpFMwkMEe-bzopYCigSfg:33v1 2024-05-03 05:17:14.378/2024-05-03 05:17:14.378 ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v10("/") 2024-05-03 05:17:14.297/2024-05-03 05:17:14.370 CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v11("/") 2024-05-03 05:17:14.371/* CDOResourceFolder@_ZvpFMAkMEe-bzopYCigSfg:0v1("BranchingTest_testDetachExisting")2024-05-03 05:17:14.371/* CDOResource@_ZvpFMQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.371/* Product1@_ZvpFMgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.371/* OrderDetail@_ZvpFMwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.371/* BranchingTest_testDetachExisting_subBranch[33] 2024-05-03 05:17:14.371/* CDOResourceFolder@_ZvpFMAkMEe-bzopYCigSfg:33v0("?")->0v12024-05-03 05:17:14.371/* CDOResource@_ZvpFMQkMEe-bzopYCigSfg:33v0("?")->0v12024-05-03 05:17:14.371/2024-05-03 05:17:14.378 CDOResource@_ZvpFMQkMEe-bzopYCigSfg:33v1("res")2024-05-03 05:17:14.379/2024-05-03 05:17:14.381 CDOResource@_ZvpFMQkMEe-bzopYCigSfg:33v2("res")2024-05-03 05:17:14.382/* Product1@_ZvpFMgkMEe-bzopYCigSfg:33v0->0v1 2024-05-03 05:17:14.371/2024-05-03 05:17:14.378 Product1@_ZvpFMgkMEe-bzopYCigSfg:33v1 2024-05-03 05:17:14.379/2024-05-03 05:17:14.381 Product1@_ZvpFMgkMEe-bzopYCigSfg:33v2 2024-05-03 05:17:14.382/* OrderDetail@_ZvpFMwkMEe-bzopYCigSfg:33v0->0v1 2024-05-03 05:17:14.371/2024-05-03 05:17:14.377 OrderDetail@_ZvpFMwkMEe-bzopYCigSfg:33v1 2024-05-03 05:17:14.378/2024-05-03 05:17:14.378 OrderDetail@_ZvvL0AkMEe-bzopYCigSfg:33v1 2024-05-03 05:17:14.382/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResourceFolder@_ZvpFMAkMEe-bzopYCigSfg:0v1("BranchingTest_testDetachExisting")2024-05-03 05:17:14.371/* CDOResource@_ZvpFMQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.371/* Product1@_ZvpFMgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.371/* OrderDetail@_ZvpFMwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.371/* BranchingTest_testDetachExisting_subBranch[33] 2024-05-03 05:17:14.371/* CDOResourceFolder@_ZvpFMAkMEe-bzopYCigSfg:33v0("?")->0v12024-05-03 05:17:14.371/* CDOResource@_ZvpFMQkMEe-bzopYCigSfg:33v0("?")->0v12024-05-03 05:17:14.371/2024-05-03 05:17:14.378 Product1@_ZvpFMgkMEe-bzopYCigSfg:33v0->0v1 2024-05-03 05:17:14.371/2024-05-03 05:17:14.378 OrderDetail@_ZvpFMwkMEe-bzopYCigSfg:33v0->0v1 2024-05-03 05:17:14.371/2024-05-03 05:17:14.377 OrderDetail@_ZvpFMwkMEe-bzopYCigSfg:33v1 2024-05-03 05:17:14.378/2024-05-03 05:17:14.378 ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v10("/") 2024-05-03 05:17:14.297/2024-05-03 05:17:14.370 CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v11("/") 2024-05-03 05:17:14.371/* CDOResourceFolder@_ZvpFMAkMEe-bzopYCigSfg:0v1("BranchingTest_testDetachExisting")2024-05-03 05:17:14.371/* CDOResource@_ZvpFMQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.371/* Product1@_ZvpFMgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.371/* OrderDetail@_ZvpFMwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.371/* BranchingTest_testDetachExisting_subBranch[33] 2024-05-03 05:17:14.371/* CDOResourceFolder@_ZvpFMAkMEe-bzopYCigSfg:33v0("?")->0v12024-05-03 05:17:14.371/* CDOResource@_ZvpFMQkMEe-bzopYCigSfg:33v0("?")->0v12024-05-03 05:17:14.371/2024-05-03 05:17:14.378 CDOResource@_ZvpFMQkMEe-bzopYCigSfg:33v1("res")2024-05-03 05:17:14.379/2024-05-03 05:17:14.381 CDOResource@_ZvpFMQkMEe-bzopYCigSfg:33v2("res")2024-05-03 05:17:14.382/* Product1@_ZvpFMgkMEe-bzopYCigSfg:33v0->0v1 2024-05-03 05:17:14.371/2024-05-03 05:17:14.378 Product1@_ZvpFMgkMEe-bzopYCigSfg:33v1 2024-05-03 05:17:14.379/2024-05-03 05:17:14.381 Product1@_ZvpFMgkMEe-bzopYCigSfg:33v2 2024-05-03 05:17:14.382/* OrderDetail@_ZvpFMwkMEe-bzopYCigSfg:33v0->0v1 2024-05-03 05:17:14.371/2024-05-03 05:17:14.377 OrderDetail@_ZvpFMwkMEe-bzopYCigSfg:33v1 2024-05-03 05:17:14.378/2024-05-03 05:17:14.378 OrderDetail@_ZvvL0AkMEe-bzopYCigSfg:33v1 2024-05-03 05:17:14.382/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResourceFolder@_ZvpFMAkMEe-bzopYCigSfg:0v1("BranchingTest_testDetachExisting")2024-05-03 05:17:14.371/* CDOResource@_ZvpFMQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.371/* Product1@_ZvpFMgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.371/* OrderDetail@_ZvpFMwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.371/* BranchingTest_testDetachExisting_subBranch[33] 2024-05-03 05:17:14.371/* CDOResourceFolder@_ZvpFMAkMEe-bzopYCigSfg:33v0("?")->0v12024-05-03 05:17:14.371/* CDOResource@_ZvpFMQkMEe-bzopYCigSfg:33v0("?")->0v12024-05-03 05:17:14.371/2024-05-03 05:17:14.378 CDOResource@_ZvpFMQkMEe-bzopYCigSfg:33v1("res")2024-05-03 05:17:14.379/2024-05-03 05:17:14.381 Product1@_ZvpFMgkMEe-bzopYCigSfg:33v0->0v1 2024-05-03 05:17:14.371/2024-05-03 05:17:14.378 OrderDetail@_ZvpFMwkMEe-bzopYCigSfg:33v0->0v1 2024-05-03 05:17:14.371/2024-05-03 05:17:14.377 OrderDetail@_ZvpFMwkMEe-bzopYCigSfg:33v1 2024-05-03 05:17:14.378/2024-05-03 05:17:14.378 ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v10("/") 2024-05-03 05:17:14.297/2024-05-03 05:17:14.370 CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v11("/") 2024-05-03 05:17:14.371/* CDOResourceFolder@_ZvpFMAkMEe-bzopYCigSfg:0v1("BranchingTest_testDetachExisting")2024-05-03 05:17:14.371/* CDOResource@_ZvpFMQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.371/* Product1@_ZvpFMgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.371/* OrderDetail@_ZvpFMwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.371/* BranchingTest_testDetachExisting_subBranch[33] 2024-05-03 05:17:14.371/* CDOResourceFolder@_ZvpFMAkMEe-bzopYCigSfg:33v0("?")->0v12024-05-03 05:17:14.371/* CDOResource@_ZvpFMQkMEe-bzopYCigSfg:33v0("?")->0v12024-05-03 05:17:14.371/2024-05-03 05:17:14.378 CDOResource@_ZvpFMQkMEe-bzopYCigSfg:33v1("res")2024-05-03 05:17:14.379/2024-05-03 05:17:14.381 CDOResource@_ZvpFMQkMEe-bzopYCigSfg:33v2("res")2024-05-03 05:17:14.382/* Product1@_ZvpFMgkMEe-bzopYCigSfg:33v0->0v1 2024-05-03 05:17:14.371/2024-05-03 05:17:14.378 Product1@_ZvpFMgkMEe-bzopYCigSfg:33v1 2024-05-03 05:17:14.379/2024-05-03 05:17:14.381 Product1@_ZvpFMgkMEe-bzopYCigSfg:33v2 2024-05-03 05:17:14.382/* OrderDetail@_ZvpFMwkMEe-bzopYCigSfg:33v0->0v1 2024-05-03 05:17:14.371/2024-05-03 05:17:14.377 OrderDetail@_ZvpFMwkMEe-bzopYCigSfg:33v1 2024-05-03 05:17:14.378/2024-05-03 05:17:14.378 OrderDetail@_ZvvL0AkMEe-bzopYCigSfg:33v1 2024-05-03 05:17:14.382/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResourceFolder@_ZvpFMAkMEe-bzopYCigSfg:0v1("BranchingTest_testDetachExisting")2024-05-03 05:17:14.371/* CDOResource@_ZvpFMQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.371/* Product1@_ZvpFMgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.371/* OrderDetail@_ZvpFMwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.371/* BranchingTest_testDetachExisting_subBranch[33] 2024-05-03 05:17:14.371/* CDOResourceFolder@_ZvpFMAkMEe-bzopYCigSfg:33v0("?")->0v12024-05-03 05:17:14.371/* CDOResource@_ZvpFMQkMEe-bzopYCigSfg:33v0("?")->0v12024-05-03 05:17:14.371/2024-05-03 05:17:14.378 CDOResource@_ZvpFMQkMEe-bzopYCigSfg:33v1("res")2024-05-03 05:17:14.379/2024-05-03 05:17:14.381 CDOResource@_ZvpFMQkMEe-bzopYCigSfg:33v2("res")2024-05-03 05:17:14.382/* Product1@_ZvpFMgkMEe-bzopYCigSfg:33v0->0v1 2024-05-03 05:17:14.371/2024-05-03 05:17:14.378 OrderDetail@_ZvpFMwkMEe-bzopYCigSfg:33v0->0v1 2024-05-03 05:17:14.371/2024-05-03 05:17:14.377 OrderDetail@_ZvpFMwkMEe-bzopYCigSfg:33v1 2024-05-03 05:17:14.378/2024-05-03 05:17:14.378 ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v10("/") 2024-05-03 05:17:14.297/2024-05-03 05:17:14.370 CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v11("/") 2024-05-03 05:17:14.371/* CDOResourceFolder@_ZvpFMAkMEe-bzopYCigSfg:0v1("BranchingTest_testDetachExisting")2024-05-03 05:17:14.371/* CDOResource@_ZvpFMQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.371/* Product1@_ZvpFMgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.371/* OrderDetail@_ZvpFMwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.371/* BranchingTest_testDetachExisting_subBranch[33] 2024-05-03 05:17:14.371/* CDOResourceFolder@_ZvpFMAkMEe-bzopYCigSfg:33v0("?")->0v12024-05-03 05:17:14.371/* CDOResource@_ZvpFMQkMEe-bzopYCigSfg:33v0("?")->0v12024-05-03 05:17:14.371/2024-05-03 05:17:14.378 CDOResource@_ZvpFMQkMEe-bzopYCigSfg:33v1("res")2024-05-03 05:17:14.379/2024-05-03 05:17:14.381 CDOResource@_ZvpFMQkMEe-bzopYCigSfg:33v2("res")2024-05-03 05:17:14.382/* Product1@_ZvpFMgkMEe-bzopYCigSfg:33v0->0v1 2024-05-03 05:17:14.371/2024-05-03 05:17:14.378 Product1@_ZvpFMgkMEe-bzopYCigSfg:33v1 2024-05-03 05:17:14.379/2024-05-03 05:17:14.381 Product1@_ZvpFMgkMEe-bzopYCigSfg:33v2 2024-05-03 05:17:14.382/* OrderDetail@_ZvpFMwkMEe-bzopYCigSfg:33v0->0v1 2024-05-03 05:17:14.371/2024-05-03 05:17:14.377 OrderDetail@_ZvpFMwkMEe-bzopYCigSfg:33v1 2024-05-03 05:17:14.378/2024-05-03 05:17:14.378 OrderDetail@_ZvvL0AkMEe-bzopYCigSfg:33v1 2024-05-03 05:17:14.382/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResourceFolder@_ZvpFMAkMEe-bzopYCigSfg:0v1("BranchingTest_testDetachExisting")2024-05-03 05:17:14.371/* CDOResource@_ZvpFMQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.371/* Product1@_ZvpFMgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.371/* OrderDetail@_ZvpFMwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.371/* BranchingTest_testDetachExisting_subBranch[33] 2024-05-03 05:17:14.371/* CDOResourceFolder@_ZvpFMAkMEe-bzopYCigSfg:33v0("?")->0v12024-05-03 05:17:14.371/* CDOResource@_ZvpFMQkMEe-bzopYCigSfg:33v0("?")->0v12024-05-03 05:17:14.371/2024-05-03 05:17:14.378 CDOResource@_ZvpFMQkMEe-bzopYCigSfg:33v1("res")2024-05-03 05:17:14.379/2024-05-03 05:17:14.381 CDOResource@_ZvpFMQkMEe-bzopYCigSfg:33v2("res")2024-05-03 05:17:14.382/* Product1@_ZvpFMgkMEe-bzopYCigSfg:33v0->0v1 2024-05-03 05:17:14.371/2024-05-03 05:17:14.378 OrderDetail@_ZvpFMwkMEe-bzopYCigSfg:33v0->0v1 2024-05-03 05:17:14.371/2024-05-03 05:17:14.377 OrderDetail@_ZvpFMwkMEe-bzopYCigSfg:33v1 2024-05-03 05:17:14.378/2024-05-03 05:17:14.378 OrderDetail@_ZvvL0AkMEe-bzopYCigSfg:33v1 2024-05-03 05:17:14.382/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v10("/") 2024-05-03 05:17:14.297/2024-05-03 05:17:14.370 CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v11("/") 2024-05-03 05:17:14.371/* CDOResourceFolder@_ZvpFMAkMEe-bzopYCigSfg:0v1("BranchingTest_testDetachExisting")2024-05-03 05:17:14.371/* CDOResource@_ZvpFMQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.371/* Product1@_ZvpFMgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.371/* OrderDetail@_ZvpFMwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.371/* BranchingTest_testDetachExisting_subBranch[33] 2024-05-03 05:17:14.371/* CDOResourceFolder@_ZvpFMAkMEe-bzopYCigSfg:33v0("?")->0v12024-05-03 05:17:14.371/* CDOResource@_ZvpFMQkMEe-bzopYCigSfg:33v0("?")->0v12024-05-03 05:17:14.371/2024-05-03 05:17:14.378 CDOResource@_ZvpFMQkMEe-bzopYCigSfg:33v1("res")2024-05-03 05:17:14.379/2024-05-03 05:17:14.381 CDOResource@_ZvpFMQkMEe-bzopYCigSfg:33v2("res")2024-05-03 05:17:14.382/* Product1@_ZvpFMgkMEe-bzopYCigSfg:33v0->0v1 2024-05-03 05:17:14.371/2024-05-03 05:17:14.378 Product1@_ZvpFMgkMEe-bzopYCigSfg:33v1 2024-05-03 05:17:14.379/2024-05-03 05:17:14.381 Product1@_ZvpFMgkMEe-bzopYCigSfg:33v2 2024-05-03 05:17:14.382/* OrderDetail@_ZvpFMwkMEe-bzopYCigSfg:33v0->0v1 2024-05-03 05:17:14.371/2024-05-03 05:17:14.377 OrderDetail@_ZvpFMwkMEe-bzopYCigSfg:33v1 2024-05-03 05:17:14.378/2024-05-03 05:17:14.378 OrderDetail@_ZvvL0AkMEe-bzopYCigSfg:33v1 2024-05-03 05:17:14.382/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResourceFolder@_ZvpFMAkMEe-bzopYCigSfg:0v1("BranchingTest_testDetachExisting")2024-05-03 05:17:14.371/* CDOResource@_ZvpFMQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.371/* Product1@_ZvpFMgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.371/* OrderDetail@_ZvpFMwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.371/* BranchingTest_testDetachExisting_subBranch[33] 2024-05-03 05:17:14.371/* CDOResourceFolder@_ZvpFMAkMEe-bzopYCigSfg:33v0("?")->0v12024-05-03 05:17:14.371/* CDOResource@_ZvpFMQkMEe-bzopYCigSfg:33v0("?")->0v12024-05-03 05:17:14.371/2024-05-03 05:17:14.378 CDOResource@_ZvpFMQkMEe-bzopYCigSfg:33v1("res")2024-05-03 05:17:14.379/2024-05-03 05:17:14.381 CDOResource@_ZvpFMQkMEe-bzopYCigSfg:33v2("res")2024-05-03 05:17:14.382/* Product1@_ZvpFMgkMEe-bzopYCigSfg:33v0->0v1 2024-05-03 05:17:14.371/2024-05-03 05:17:14.378 Product1@_ZvpFMgkMEe-bzopYCigSfg:33v2 2024-05-03 05:17:14.382/* OrderDetail@_ZvpFMwkMEe-bzopYCigSfg:33v0->0v1 2024-05-03 05:17:14.371/2024-05-03 05:17:14.377 OrderDetail@_ZvpFMwkMEe-bzopYCigSfg:33v1 2024-05-03 05:17:14.378/2024-05-03 05:17:14.378 OrderDetail@_ZvvL0AkMEe-bzopYCigSfg:33v1 2024-05-03 05:17:14.382/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v10("/") 2024-05-03 05:17:14.297/2024-05-03 05:17:14.370 CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v11("/") 2024-05-03 05:17:14.371/* CDOResourceFolder@_ZvpFMAkMEe-bzopYCigSfg:0v1("BranchingTest_testDetachExisting")2024-05-03 05:17:14.371/* CDOResource@_ZvpFMQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.371/* Product1@_ZvpFMgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.371/* OrderDetail@_ZvpFMwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.371/* BranchingTest_testDetachExisting_subBranch[33] 2024-05-03 05:17:14.371/* CDOResourceFolder@_ZvpFMAkMEe-bzopYCigSfg:33v0("?")->0v12024-05-03 05:17:14.371/* CDOResource@_ZvpFMQkMEe-bzopYCigSfg:33v0("?")->0v12024-05-03 05:17:14.371/2024-05-03 05:17:14.378 CDOResource@_ZvpFMQkMEe-bzopYCigSfg:33v1("res")2024-05-03 05:17:14.379/2024-05-03 05:17:14.381 CDOResource@_ZvpFMQkMEe-bzopYCigSfg:33v2("res")2024-05-03 05:17:14.382/* Product1@_ZvpFMgkMEe-bzopYCigSfg:33v0->0v1 2024-05-03 05:17:14.371/2024-05-03 05:17:14.378 Product1@_ZvpFMgkMEe-bzopYCigSfg:33v1 2024-05-03 05:17:14.379/2024-05-03 05:17:14.381 Product1@_ZvpFMgkMEe-bzopYCigSfg:33v2 2024-05-03 05:17:14.382/* OrderDetail@_ZvpFMwkMEe-bzopYCigSfg:33v0->0v1 2024-05-03 05:17:14.371/2024-05-03 05:17:14.377 OrderDetail@_ZvpFMwkMEe-bzopYCigSfg:33v1 2024-05-03 05:17:14.378/2024-05-03 05:17:14.378 OrderDetail@_ZvvL0AkMEe-bzopYCigSfg:33v1 2024-05-03 05:17:14.382/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResourceFolder@_ZvpFMAkMEe-bzopYCigSfg:0v1("BranchingTest_testDetachExisting")2024-05-03 05:17:14.371/* CDOResource@_ZvpFMQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.371/* Product1@_ZvpFMgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.371/* OrderDetail@_ZvpFMwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.371/* BranchingTest_testDetachExisting_subBranch[33] 2024-05-03 05:17:14.371/* CDOResourceFolder@_ZvpFMAkMEe-bzopYCigSfg:33v0("?")->0v12024-05-03 05:17:14.371/* CDOResource@_ZvpFMQkMEe-bzopYCigSfg:33v0("?")->0v12024-05-03 05:17:14.371/2024-05-03 05:17:14.378 CDOResource@_ZvpFMQkMEe-bzopYCigSfg:33v1("res")2024-05-03 05:17:14.379/2024-05-03 05:17:14.381 CDOResource@_ZvpFMQkMEe-bzopYCigSfg:33v2("res")2024-05-03 05:17:14.382/* Product1@_ZvpFMgkMEe-bzopYCigSfg:33v0->0v1 2024-05-03 05:17:14.371/2024-05-03 05:17:14.378 Product1@_ZvpFMgkMEe-bzopYCigSfg:33v2 2024-05-03 05:17:14.382/* OrderDetail@_ZvpFMwkMEe-bzopYCigSfg:33v0->0v1 2024-05-03 05:17:14.371/2024-05-03 05:17:14.377 OrderDetail@_ZvpFMwkMEe-bzopYCigSfg:33v1 2024-05-03 05:17:14.378/2024-05-03 05:17:14.378 OrderDetail@_ZvvL0AkMEe-bzopYCigSfg:33v1 2024-05-03 05:17:14.382/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v10("/") 2024-05-03 05:17:14.297/2024-05-03 05:17:14.370 CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v11("/") 2024-05-03 05:17:14.371/* CDOResourceFolder@_ZvpFMAkMEe-bzopYCigSfg:0v1("BranchingTest_testDetachExisting")2024-05-03 05:17:14.371/* CDOResource@_ZvpFMQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.371/* Product1@_ZvpFMgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.371/* OrderDetail@_ZvpFMwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.371/* BranchingTest_testDetachExisting_subBranch[33] 2024-05-03 05:17:14.371/* CDOResourceFolder@_ZvpFMAkMEe-bzopYCigSfg:33v0("?")->0v12024-05-03 05:17:14.371/* CDOResource@_ZvpFMQkMEe-bzopYCigSfg:33v0("?")->0v12024-05-03 05:17:14.371/2024-05-03 05:17:14.378 CDOResource@_ZvpFMQkMEe-bzopYCigSfg:33v1("res")2024-05-03 05:17:14.379/2024-05-03 05:17:14.381 CDOResource@_ZvpFMQkMEe-bzopYCigSfg:33v2("res")2024-05-03 05:17:14.382/* Product1@_ZvpFMgkMEe-bzopYCigSfg:33v0->0v1 2024-05-03 05:17:14.371/2024-05-03 05:17:14.378 Product1@_ZvpFMgkMEe-bzopYCigSfg:33v1 2024-05-03 05:17:14.379/2024-05-03 05:17:14.381 Product1@_ZvpFMgkMEe-bzopYCigSfg:33v2 2024-05-03 05:17:14.382/* OrderDetail@_ZvpFMwkMEe-bzopYCigSfg:33v0->0v1 2024-05-03 05:17:14.371/2024-05-03 05:17:14.377 OrderDetail@_ZvpFMwkMEe-bzopYCigSfg:33v1 2024-05-03 05:17:14.378/2024-05-03 05:17:14.378 OrderDetail@_ZvvL0AkMEe-bzopYCigSfg:33v1 2024-05-03 05:17:14.382/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResourceFolder@_ZvpFMAkMEe-bzopYCigSfg:0v1("BranchingTest_testDetachExisting")2024-05-03 05:17:14.371/* CDOResource@_ZvpFMQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.371/* Product1@_ZvpFMgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.371/* OrderDetail@_ZvpFMwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.371/* BranchingTest_testDetachExisting_subBranch[33] 2024-05-03 05:17:14.371/* CDOResourceFolder@_ZvpFMAkMEe-bzopYCigSfg:33v0("?")->0v12024-05-03 05:17:14.371/* CDOResource@_ZvpFMQkMEe-bzopYCigSfg:33v0("?")->0v12024-05-03 05:17:14.371/2024-05-03 05:17:14.378 CDOResource@_ZvpFMQkMEe-bzopYCigSfg:33v1("res")2024-05-03 05:17:14.379/2024-05-03 05:17:14.381 CDOResource@_ZvpFMQkMEe-bzopYCigSfg:33v2("res")2024-05-03 05:17:14.382/* Product1@_ZvpFMgkMEe-bzopYCigSfg:33v0->0v1 2024-05-03 05:17:14.371/2024-05-03 05:17:14.378 Product1@_ZvpFMgkMEe-bzopYCigSfg:33v2 2024-05-03 05:17:14.382/* OrderDetail@_ZvpFMwkMEe-bzopYCigSfg:33v0->0v1 2024-05-03 05:17:14.371/2024-05-03 05:17:14.377 OrderDetail@_ZvpFMwkMEe-bzopYCigSfg:33v1 2024-05-03 05:17:14.378/2024-05-03 05:17:14.378 OrderDetail@_ZvvL0AkMEe-bzopYCigSfg:33v1 2024-05-03 05:17:14.382/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v10("/") 2024-05-03 05:17:14.297/2024-05-03 05:17:14.370 CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v11("/") 2024-05-03 05:17:14.371/* CDOResourceFolder@_ZvpFMAkMEe-bzopYCigSfg:0v1("BranchingTest_testDetachExisting")2024-05-03 05:17:14.371/* CDOResource@_ZvpFMQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.371/* Product1@_ZvpFMgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.371/* OrderDetail@_ZvpFMwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.371/* BranchingTest_testDetachExisting_subBranch[33] 2024-05-03 05:17:14.371/* CDOResourceFolder@_ZvpFMAkMEe-bzopYCigSfg:33v0("?")->0v12024-05-03 05:17:14.371/* CDOResource@_ZvpFMQkMEe-bzopYCigSfg:33v0("?")->0v12024-05-03 05:17:14.371/2024-05-03 05:17:14.378 CDOResource@_ZvpFMQkMEe-bzopYCigSfg:33v1("res")2024-05-03 05:17:14.379/2024-05-03 05:17:14.381 CDOResource@_ZvpFMQkMEe-bzopYCigSfg:33v2("res")2024-05-03 05:17:14.382/* Product1@_ZvpFMgkMEe-bzopYCigSfg:33v0->0v1 2024-05-03 05:17:14.371/2024-05-03 05:17:14.378 Product1@_ZvpFMgkMEe-bzopYCigSfg:33v1 2024-05-03 05:17:14.379/2024-05-03 05:17:14.381 Product1@_ZvpFMgkMEe-bzopYCigSfg:33v2 2024-05-03 05:17:14.382/* OrderDetail@_ZvpFMwkMEe-bzopYCigSfg:33v0->0v1 2024-05-03 05:17:14.371/2024-05-03 05:17:14.377 OrderDetail@_ZvpFMwkMEe-bzopYCigSfg:33v1 2024-05-03 05:17:14.378/2024-05-03 05:17:14.378 OrderDetail@_ZvvL0AkMEe-bzopYCigSfg:33v1 2024-05-03 05:17:14.382/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResourceFolder@_ZvpFMAkMEe-bzopYCigSfg:0v1("BranchingTest_testDetachExisting")2024-05-03 05:17:14.371/* CDOResource@_ZvpFMQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.371/* Product1@_ZvpFMgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.371/* OrderDetail@_ZvpFMwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.371/* BranchingTest_testDetachExisting_subBranch[33] 2024-05-03 05:17:14.371/* CDOResourceFolder@_ZvpFMAkMEe-bzopYCigSfg:33v0("?")->0v12024-05-03 05:17:14.371/* CDOResource@_ZvpFMQkMEe-bzopYCigSfg:33v0("?")->0v12024-05-03 05:17:14.371/2024-05-03 05:17:14.378 CDOResource@_ZvpFMQkMEe-bzopYCigSfg:33v1("res")2024-05-03 05:17:14.379/2024-05-03 05:17:14.381 CDOResource@_ZvpFMQkMEe-bzopYCigSfg:33v2("res")2024-05-03 05:17:14.382/* Product1@_ZvpFMgkMEe-bzopYCigSfg:33v0->0v1 2024-05-03 05:17:14.371/2024-05-03 05:17:14.378 Product1@_ZvpFMgkMEe-bzopYCigSfg:33v2 2024-05-03 05:17:14.382/* OrderDetail@_ZvpFMwkMEe-bzopYCigSfg:33v0->0v1 2024-05-03 05:17:14.371/2024-05-03 05:17:14.377 OrderDetail@_ZvpFMwkMEe-bzopYCigSfg:33v1 2024-05-03 05:17:14.378/2024-05-03 05:17:14.378 OrderDetail@_ZvvL0AkMEe-bzopYCigSfg:33v1 2024-05-03 05:17:14.382/* ******************************************************* BranchingTest.testDetachWithoutRevision [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v11("/") 2024-05-03 05:17:14.371/2024-05-03 05:17:14.431 CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v12("/") 2024-05-03 05:17:14.432/* CDOResourceFolder@_ZwOUAAkMEe-bzopYCigSfg:0v1("BranchingTest_testDetachWithoutRevision")2024-05-03 05:17:14.432/* CDOResource@_ZwOUAQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.432/* Product1@_ZwOUAgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.432/* BranchingTest_testDetachWithoutRevision_subBranch[34]2024-05-03 05:17:14.432/* CDOResourceFolder@_ZwOUAAkMEe-bzopYCigSfg:34v0("?")->0v12024-05-03 05:17:14.432/* CDOResource@_ZwOUAQkMEe-bzopYCigSfg:34v0("?")->0v12024-05-03 05:17:14.432/2024-05-03 05:17:14.436 CDOResource@_ZwOUAQkMEe-bzopYCigSfg:34v1("res")2024-05-03 05:17:14.437/* Product1@_ZwOUAgkMEe-bzopYCigSfg:34v0->0v1 2024-05-03 05:17:14.432/2024-05-03 05:17:14.436 ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResourceFolder@_ZwOUAAkMEe-bzopYCigSfg:0v1("BranchingTest_testDetachWithoutRevision")2024-05-03 05:17:14.432/* CDOResource@_ZwOUAQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.432/* BranchingTest_testDetachWithoutRevision_subBranch[34]2024-05-03 05:17:14.432/* CDOResourceFolder@_ZwOUAAkMEe-bzopYCigSfg:34v0("?")->0v12024-05-03 05:17:14.432/* CDOResource@_ZwOUAQkMEe-bzopYCigSfg:34v0("?")->0v12024-05-03 05:17:14.432/2024-05-03 05:17:14.436 ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v11("/") 2024-05-03 05:17:14.371/2024-05-03 05:17:14.431 CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v12("/") 2024-05-03 05:17:14.432/* CDOResourceFolder@_ZwOUAAkMEe-bzopYCigSfg:0v1("BranchingTest_testDetachWithoutRevision")2024-05-03 05:17:14.432/* CDOResource@_ZwOUAQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.432/* Product1@_ZwOUAgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.432/* BranchingTest_testDetachWithoutRevision_subBranch[34]2024-05-03 05:17:14.432/* CDOResourceFolder@_ZwOUAAkMEe-bzopYCigSfg:34v0("?")->0v12024-05-03 05:17:14.432/* CDOResource@_ZwOUAQkMEe-bzopYCigSfg:34v0("?")->0v12024-05-03 05:17:14.432/2024-05-03 05:17:14.436 CDOResource@_ZwOUAQkMEe-bzopYCigSfg:34v1("res")2024-05-03 05:17:14.437/* Product1@_ZwOUAgkMEe-bzopYCigSfg:34v0->0v1 2024-05-03 05:17:14.432/2024-05-03 05:17:14.436 ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResourceFolder@_ZwOUAAkMEe-bzopYCigSfg:0v1("BranchingTest_testDetachWithoutRevision")2024-05-03 05:17:14.432/* CDOResource@_ZwOUAQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.432/* Product1@_ZwOUAgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.432/* BranchingTest_testDetachWithoutRevision_subBranch[34]2024-05-03 05:17:14.432/* CDOResourceFolder@_ZwOUAAkMEe-bzopYCigSfg:34v0("?")->0v12024-05-03 05:17:14.432/* CDOResource@_ZwOUAQkMEe-bzopYCigSfg:34v0("?")->0v12024-05-03 05:17:14.432/2024-05-03 05:17:14.436 CDOResource@_ZwOUAQkMEe-bzopYCigSfg:34v1("res")2024-05-03 05:17:14.437/* Product1@_ZwOUAgkMEe-bzopYCigSfg:34v0->0v1 2024-05-03 05:17:14.432/2024-05-03 05:17:14.436 ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v11("/") 2024-05-03 05:17:14.371/2024-05-03 05:17:14.431 CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v12("/") 2024-05-03 05:17:14.432/* CDOResourceFolder@_ZwOUAAkMEe-bzopYCigSfg:0v1("BranchingTest_testDetachWithoutRevision")2024-05-03 05:17:14.432/* CDOResource@_ZwOUAQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.432/* Product1@_ZwOUAgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.432/* BranchingTest_testDetachWithoutRevision_subBranch[34]2024-05-03 05:17:14.432/* CDOResourceFolder@_ZwOUAAkMEe-bzopYCigSfg:34v0("?")->0v12024-05-03 05:17:14.432/* CDOResource@_ZwOUAQkMEe-bzopYCigSfg:34v0("?")->0v12024-05-03 05:17:14.432/2024-05-03 05:17:14.436 CDOResource@_ZwOUAQkMEe-bzopYCigSfg:34v1("res")2024-05-03 05:17:14.437/* Product1@_ZwOUAgkMEe-bzopYCigSfg:34v0->0v1 2024-05-03 05:17:14.432/2024-05-03 05:17:14.436 ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResourceFolder@_ZwOUAAkMEe-bzopYCigSfg:0v1("BranchingTest_testDetachWithoutRevision")2024-05-03 05:17:14.432/* CDOResource@_ZwOUAQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.432/* Product1@_ZwOUAgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.432/* BranchingTest_testDetachWithoutRevision_subBranch[34]2024-05-03 05:17:14.432/* CDOResourceFolder@_ZwOUAAkMEe-bzopYCigSfg:34v0("?")->0v12024-05-03 05:17:14.432/* CDOResource@_ZwOUAQkMEe-bzopYCigSfg:34v0("?")->0v12024-05-03 05:17:14.432/2024-05-03 05:17:14.436 CDOResource@_ZwOUAQkMEe-bzopYCigSfg:34v1("res")2024-05-03 05:17:14.437/* Product1@_ZwOUAgkMEe-bzopYCigSfg:34v0->0v1 2024-05-03 05:17:14.432/2024-05-03 05:17:14.436 ******************************************************* BranchingTest.testDetachWithoutRevision_CheckMainBranch [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v12("/") 2024-05-03 05:17:14.432/2024-05-03 05:17:14.450 CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v13("/") 2024-05-03 05:17:14.451/* CDOResourceFolder@_ZwZTIAkMEe-bzopYCigSfg:0v1("BranchingTest_testDetachWithoutRevision_CheckMainBranch")2024-05-03 05:17:14.451/* CDOResource@_ZwZTIQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.451/* Product1@_ZwZTIgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.451/* BranchingTest_testDetachWithoutRevision_CheckMainBranch_subBranch[35]2024-05-03 05:17:14.451/* CDOResourceFolder@_ZwZTIAkMEe-bzopYCigSfg:35v0("?")->0v12024-05-03 05:17:14.451/* CDOResource@_ZwZTIQkMEe-bzopYCigSfg:35v0("?")->0v12024-05-03 05:17:14.451/2024-05-03 05:17:14.454 CDOResource@_ZwZTIQkMEe-bzopYCigSfg:35v1("res")2024-05-03 05:17:14.455/* Product1@_ZwZTIgkMEe-bzopYCigSfg:35v0->0v1 2024-05-03 05:17:14.451/2024-05-03 05:17:14.454 ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResourceFolder@_ZwZTIAkMEe-bzopYCigSfg:0v1("BranchingTest_testDetachWithoutRevision_CheckMainBranch")2024-05-03 05:17:14.451/* CDOResource@_ZwZTIQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.451/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v12("/") 2024-05-03 05:17:14.432/2024-05-03 05:17:14.450 CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v13("/") 2024-05-03 05:17:14.451/* CDOResourceFolder@_ZwZTIAkMEe-bzopYCigSfg:0v1("BranchingTest_testDetachWithoutRevision_CheckMainBranch")2024-05-03 05:17:14.451/* CDOResource@_ZwZTIQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.451/* Product1@_ZwZTIgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.451/* BranchingTest_testDetachWithoutRevision_CheckMainBranch_subBranch[35]2024-05-03 05:17:14.451/* CDOResourceFolder@_ZwZTIAkMEe-bzopYCigSfg:35v0("?")->0v12024-05-03 05:17:14.451/* CDOResource@_ZwZTIQkMEe-bzopYCigSfg:35v0("?")->0v12024-05-03 05:17:14.451/2024-05-03 05:17:14.454 CDOResource@_ZwZTIQkMEe-bzopYCigSfg:35v1("res")2024-05-03 05:17:14.455/* Product1@_ZwZTIgkMEe-bzopYCigSfg:35v0->0v1 2024-05-03 05:17:14.451/2024-05-03 05:17:14.454 ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResourceFolder@_ZwZTIAkMEe-bzopYCigSfg:0v1("BranchingTest_testDetachWithoutRevision_CheckMainBranch")2024-05-03 05:17:14.451/* CDOResource@_ZwZTIQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.451/* Product1@_ZwZTIgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.451/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v12("/") 2024-05-03 05:17:14.432/2024-05-03 05:17:14.450 CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v13("/") 2024-05-03 05:17:14.451/* CDOResourceFolder@_ZwZTIAkMEe-bzopYCigSfg:0v1("BranchingTest_testDetachWithoutRevision_CheckMainBranch")2024-05-03 05:17:14.451/* CDOResource@_ZwZTIQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.451/* Product1@_ZwZTIgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.451/* BranchingTest_testDetachWithoutRevision_CheckMainBranch_subBranch[35]2024-05-03 05:17:14.451/* CDOResourceFolder@_ZwZTIAkMEe-bzopYCigSfg:35v0("?")->0v12024-05-03 05:17:14.451/* CDOResource@_ZwZTIQkMEe-bzopYCigSfg:35v0("?")->0v12024-05-03 05:17:14.451/2024-05-03 05:17:14.454 CDOResource@_ZwZTIQkMEe-bzopYCigSfg:35v1("res")2024-05-03 05:17:14.455/* Product1@_ZwZTIgkMEe-bzopYCigSfg:35v0->0v1 2024-05-03 05:17:14.451/2024-05-03 05:17:14.454 ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResourceFolder@_ZwZTIAkMEe-bzopYCigSfg:0v1("BranchingTest_testDetachWithoutRevision_CheckMainBranch")2024-05-03 05:17:14.451/* CDOResource@_ZwZTIQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.451/* Product1@_ZwZTIgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.451/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v12("/") 2024-05-03 05:17:14.432/2024-05-03 05:17:14.450 CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v13("/") 2024-05-03 05:17:14.451/* CDOResourceFolder@_ZwZTIAkMEe-bzopYCigSfg:0v1("BranchingTest_testDetachWithoutRevision_CheckMainBranch")2024-05-03 05:17:14.451/* CDOResource@_ZwZTIQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.451/* Product1@_ZwZTIgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.451/* BranchingTest_testDetachWithoutRevision_CheckMainBranch_subBranch[35]2024-05-03 05:17:14.451/* CDOResourceFolder@_ZwZTIAkMEe-bzopYCigSfg:35v0("?")->0v12024-05-03 05:17:14.451/* CDOResource@_ZwZTIQkMEe-bzopYCigSfg:35v0("?")->0v12024-05-03 05:17:14.451/2024-05-03 05:17:14.454 CDOResource@_ZwZTIQkMEe-bzopYCigSfg:35v1("res")2024-05-03 05:17:14.455/* Product1@_ZwZTIgkMEe-bzopYCigSfg:35v0->0v1 2024-05-03 05:17:14.451/2024-05-03 05:17:14.454 ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResourceFolder@_ZwZTIAkMEe-bzopYCigSfg:0v1("BranchingTest_testDetachWithoutRevision_CheckMainBranch")2024-05-03 05:17:14.451/* CDOResource@_ZwZTIQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.451/* Product1@_ZwZTIgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.451/* BranchingTest_testDetachWithoutRevision_CheckMainBranch_subBranch[35]2024-05-03 05:17:14.451/* CDOResourceFolder@_ZwZTIAkMEe-bzopYCigSfg:35v0("?")->0v12024-05-03 05:17:14.451/* CDOResource@_ZwZTIQkMEe-bzopYCigSfg:35v0("?")->0v12024-05-03 05:17:14.451/2024-05-03 05:17:14.454 ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v12("/") 2024-05-03 05:17:14.432/2024-05-03 05:17:14.450 CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v13("/") 2024-05-03 05:17:14.451/* CDOResourceFolder@_ZwZTIAkMEe-bzopYCigSfg:0v1("BranchingTest_testDetachWithoutRevision_CheckMainBranch")2024-05-03 05:17:14.451/* CDOResource@_ZwZTIQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.451/* Product1@_ZwZTIgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.451/* BranchingTest_testDetachWithoutRevision_CheckMainBranch_subBranch[35]2024-05-03 05:17:14.451/* CDOResourceFolder@_ZwZTIAkMEe-bzopYCigSfg:35v0("?")->0v12024-05-03 05:17:14.451/* CDOResource@_ZwZTIQkMEe-bzopYCigSfg:35v0("?")->0v12024-05-03 05:17:14.451/2024-05-03 05:17:14.454 CDOResource@_ZwZTIQkMEe-bzopYCigSfg:35v1("res")2024-05-03 05:17:14.455/* Product1@_ZwZTIgkMEe-bzopYCigSfg:35v0->0v1 2024-05-03 05:17:14.451/2024-05-03 05:17:14.454 ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResourceFolder@_ZwZTIAkMEe-bzopYCigSfg:0v1("BranchingTest_testDetachWithoutRevision_CheckMainBranch")2024-05-03 05:17:14.451/* CDOResource@_ZwZTIQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.451/* Product1@_ZwZTIgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.451/* BranchingTest_testDetachWithoutRevision_CheckMainBranch_subBranch[35]2024-05-03 05:17:14.451/* CDOResourceFolder@_ZwZTIAkMEe-bzopYCigSfg:35v0("?")->0v12024-05-03 05:17:14.451/* CDOResource@_ZwZTIQkMEe-bzopYCigSfg:35v0("?")->0v12024-05-03 05:17:14.451/2024-05-03 05:17:14.454 CDOResource@_ZwZTIQkMEe-bzopYCigSfg:35v1("res")2024-05-03 05:17:14.455/* Product1@_ZwZTIgkMEe-bzopYCigSfg:35v0->0v1 2024-05-03 05:17:14.451/2024-05-03 05:17:14.454 ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v12("/") 2024-05-03 05:17:14.432/2024-05-03 05:17:14.450 CDOResource@_ZpINgAkMEe-bzopYCigSfg:0v13("/") 2024-05-03 05:17:14.451/* CDOResourceFolder@_ZwZTIAkMEe-bzopYCigSfg:0v1("BranchingTest_testDetachWithoutRevision_CheckMainBranch")2024-05-03 05:17:14.451/* CDOResource@_ZwZTIQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.451/* Product1@_ZwZTIgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.451/* BranchingTest_testDetachWithoutRevision_CheckMainBranch_subBranch[35]2024-05-03 05:17:14.451/* CDOResourceFolder@_ZwZTIAkMEe-bzopYCigSfg:35v0("?")->0v12024-05-03 05:17:14.451/* CDOResource@_ZwZTIQkMEe-bzopYCigSfg:35v0("?")->0v12024-05-03 05:17:14.451/2024-05-03 05:17:14.454 CDOResource@_ZwZTIQkMEe-bzopYCigSfg:35v1("res")2024-05-03 05:17:14.455/* Product1@_ZwZTIgkMEe-bzopYCigSfg:35v0->0v1 2024-05-03 05:17:14.451/2024-05-03 05:17:14.454 ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:13.680/* CDOResourceFolder@_ZwZTIAkMEe-bzopYCigSfg:0v1("BranchingTest_testDetachWithoutRevision_CheckMainBranch")2024-05-03 05:17:14.451/* CDOResource@_ZwZTIQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.451/* Product1@_ZwZTIgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.451/* BranchingTest_testDetachWithoutRevision_CheckMainBranch_subBranch[35]2024-05-03 05:17:14.451/* CDOResourceFolder@_ZwZTIAkMEe-bzopYCigSfg:35v0("?")->0v12024-05-03 05:17:14.451/* CDOResource@_ZwZTIQkMEe-bzopYCigSfg:35v0("?")->0v12024-05-03 05:17:14.451/2024-05-03 05:17:14.454 CDOResource@_ZwZTIQkMEe-bzopYCigSfg:35v1("res")2024-05-03 05:17:14.455/* Product1@_ZwZTIgkMEe-bzopYCigSfg:35v0->0v1 2024-05-03 05:17:14.451/2024-05-03 05:17:14.454 ******************************************************* BranchingTest.testEvent [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* BranchingTest.testFutureBaseTime [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* BranchingTest.testGetBranch [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* BranchingTest.testGetPath [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* BranchingTest.testGetPathName [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* BranchingTest.testGetSubBranches [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* BranchingTest.testHandleRevisionsAfterDetachInSubBranch [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* BranchingTest.testMainBranch [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* BranchingTest.testObjectLifetime [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* BranchingTest.testRenameBranch [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* BranchingTest.testRenameBranchDuplicate [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [ERROR] The branch MAIN/BranchingTest_testRenameBranchDuplicate_existing already exists org.eclipse.emf.cdo.common.branch.CDODuplicateBranchException: The branch MAIN/BranchingTest_testRenameBranchDuplicate_existing already exists at org.eclipse.emf.cdo.internal.server.Repository.checkDuplicateBranchBase(Repository.java:688) at org.eclipse.emf.cdo.internal.server.Repository.checkDuplicateBranch(Repository.java:679) at org.eclipse.emf.cdo.internal.server.Repository.renameBranch(Repository.java:663) at org.eclipse.emf.cdo.tests.config.impl.RepositoryConfig$6.renameBranch(RepositoryConfig.java:779) at org.eclipse.emf.cdo.internal.common.branch.CDOBranchImpl.setName(CDOBranchImpl.java:150) at org.eclipse.emf.cdo.server.internal.net4j.protocol.RenameBranchIndication.responding(RenameBranchIndication.java:60) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerIndication.responding(CDOServerIndication.java:162) at org.eclipse.net4j.signal.IndicationWithResponse.doExtendedOutput(IndicationWithResponse.java:100) at org.eclipse.net4j.signal.Signal.doOutput(Signal.java:407) at org.eclipse.net4j.signal.IndicationWithResponse.execute(IndicationWithResponse.java:74) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerWriteIndication.execute(CDOServerWriteIndication.java:34) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) ******************************************************* BranchingTest.testRenameBranchIllegalName [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* BranchingTest.testSwitchTransactionTarget [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* BranchingTest.testSwitchViewTarget [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* BranchingWithCacheClearTest.testAncestor [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* BranchingWithCacheClearTest.testAuditViewOnBranch [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* CDOResource@_ZxTSEAkMEe-bzopYCigSfg:0v5("/") 2024-05-03 05:17:14.780/2024-05-03 05:17:14.800 CDOResource@_ZxTSEAkMEe-bzopYCigSfg:0v6("/") 2024-05-03 05:17:14.801/* CDOResourceFolder@_ZxW8cAkMEe-bzopYCigSfg:0v1("BranchingTest_testHandleRevisionsAfterDetachInSubBranch")2024-05-03 05:17:14.558/* CDOResourceFolder@_ZxvW8AkMEe-bzopYCigSfg:0v1("BranchingTest_testObjectLifetime")2024-05-03 05:17:14.591/* CDOResourceFolder@_ZzaK4AkMEe-bzopYCigSfg:0v1("BranchingTest_testSwitchTransactionTarget")2024-05-03 05:17:14.766/* CDOResourceFolder@_ZziGsAkMEe-bzopYCigSfg:0v1("BranchingTest_testSwitchViewTarget")2024-05-03 05:17:14.780/* CDOResourceFolder@_ZzviEAkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testAuditViewOnBranch")2024-05-03 05:17:14.801/* CDOResource@_ZzviEQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.801/* Product1@_ZzviEgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.801/* OrderDetail@_ZzviEwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.801/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* CDOResource@_ZxTSEAkMEe-bzopYCigSfg:0v5("/") 2024-05-03 05:17:14.780/2024-05-03 05:17:14.800 CDOResource@_ZxTSEAkMEe-bzopYCigSfg:0v6("/") 2024-05-03 05:17:14.801/* CDOResourceFolder@_ZxW8cAkMEe-bzopYCigSfg:0v1("BranchingTest_testHandleRevisionsAfterDetachInSubBranch")2024-05-03 05:17:14.558/* CDOResourceFolder@_ZxvW8AkMEe-bzopYCigSfg:0v1("BranchingTest_testObjectLifetime")2024-05-03 05:17:14.591/* CDOResourceFolder@_ZzaK4AkMEe-bzopYCigSfg:0v1("BranchingTest_testSwitchTransactionTarget")2024-05-03 05:17:14.766/* CDOResourceFolder@_ZziGsAkMEe-bzopYCigSfg:0v1("BranchingTest_testSwitchViewTarget")2024-05-03 05:17:14.780/* CDOResourceFolder@_ZzviEAkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testAuditViewOnBranch")2024-05-03 05:17:14.801/* CDOResource@_ZzviEQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.801/* Product1@_ZzviEgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.801/* OrderDetail@_ZzviEwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.801/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* CDOResource@_ZxTSEAkMEe-bzopYCigSfg:0v5("/") 2024-05-03 05:17:14.780/2024-05-03 05:17:14.800 CDOResource@_ZxTSEAkMEe-bzopYCigSfg:0v6("/") 2024-05-03 05:17:14.801/* CDOResourceFolder@_ZxW8cAkMEe-bzopYCigSfg:0v1("BranchingTest_testHandleRevisionsAfterDetachInSubBranch")2024-05-03 05:17:14.558/* CDOResourceFolder@_ZxvW8AkMEe-bzopYCigSfg:0v1("BranchingTest_testObjectLifetime")2024-05-03 05:17:14.591/* CDOResourceFolder@_ZzaK4AkMEe-bzopYCigSfg:0v1("BranchingTest_testSwitchTransactionTarget")2024-05-03 05:17:14.766/* CDOResourceFolder@_ZziGsAkMEe-bzopYCigSfg:0v1("BranchingTest_testSwitchViewTarget")2024-05-03 05:17:14.780/* CDOResourceFolder@_ZzviEAkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testAuditViewOnBranch")2024-05-03 05:17:14.801/* CDOResource@_ZzviEQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.801/* Product1@_ZzviEgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.801/* OrderDetail@_ZzviEwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.801/2024-05-03 05:17:14.804 OrderDetail@_ZzviEwkMEe-bzopYCigSfg:0v2 2024-05-03 05:17:14.805/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* CDOResource@_ZxTSEAkMEe-bzopYCigSfg:0v5("/") 2024-05-03 05:17:14.780/2024-05-03 05:17:14.800 CDOResource@_ZxTSEAkMEe-bzopYCigSfg:0v6("/") 2024-05-03 05:17:14.801/* CDOResourceFolder@_ZxW8cAkMEe-bzopYCigSfg:0v1("BranchingTest_testHandleRevisionsAfterDetachInSubBranch")2024-05-03 05:17:14.558/* CDOResourceFolder@_ZxvW8AkMEe-bzopYCigSfg:0v1("BranchingTest_testObjectLifetime")2024-05-03 05:17:14.591/* CDOResourceFolder@_ZzaK4AkMEe-bzopYCigSfg:0v1("BranchingTest_testSwitchTransactionTarget")2024-05-03 05:17:14.766/* CDOResourceFolder@_ZziGsAkMEe-bzopYCigSfg:0v1("BranchingTest_testSwitchViewTarget")2024-05-03 05:17:14.780/* CDOResourceFolder@_ZzviEAkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testAuditViewOnBranch")2024-05-03 05:17:14.801/* CDOResource@_ZzviEQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.801/* Product1@_ZzviEgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.801/* OrderDetail@_ZzviEwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.801/2024-05-03 05:17:14.804 OrderDetail@_ZzviEwkMEe-bzopYCigSfg:0v2 2024-05-03 05:17:14.805/* server-thread-173 [debug] moveOneDown add historic entry at: 1 server-thread-173 [debug] moveOneDown add historic entry at: 0 ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* CDOResource@_ZxTSEAkMEe-bzopYCigSfg:0v5("/") 2024-05-03 05:17:14.780/2024-05-03 05:17:14.800 CDOResource@_ZxTSEAkMEe-bzopYCigSfg:0v6("/") 2024-05-03 05:17:14.801/* CDOResourceFolder@_ZxW8cAkMEe-bzopYCigSfg:0v1("BranchingTest_testHandleRevisionsAfterDetachInSubBranch")2024-05-03 05:17:14.558/* CDOResourceFolder@_ZxvW8AkMEe-bzopYCigSfg:0v1("BranchingTest_testObjectLifetime")2024-05-03 05:17:14.591/* CDOResourceFolder@_ZzaK4AkMEe-bzopYCigSfg:0v1("BranchingTest_testSwitchTransactionTarget")2024-05-03 05:17:14.766/* CDOResourceFolder@_ZziGsAkMEe-bzopYCigSfg:0v1("BranchingTest_testSwitchViewTarget")2024-05-03 05:17:14.780/* CDOResourceFolder@_ZzviEAkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testAuditViewOnBranch")2024-05-03 05:17:14.801/* CDOResource@_ZzviEQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.801/* Product1@_ZzviEgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.801/* OrderDetail@_ZzviEwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.801/2024-05-03 05:17:14.804 OrderDetail@_ZzviEwkMEe-bzopYCigSfg:0v2 2024-05-03 05:17:14.805/* BranchingWithCacheClearTest_testAuditViewOnBranch_subBranch[16]2024-05-03 05:17:14.807/* CDOResourceFolder@_ZzviEAkMEe-bzopYCigSfg:16v0("?")->0v12024-05-03 05:17:14.807/* CDOResource@_ZzviEQkMEe-bzopYCigSfg:16v0("?")->0v12024-05-03 05:17:14.807/2024-05-03 05:17:14.811 CDOResource@_ZzviEQkMEe-bzopYCigSfg:16v1("res")2024-05-03 05:17:14.812/* Product1@_ZzviEgkMEe-bzopYCigSfg:16v0->0v1 2024-05-03 05:17:14.807/2024-05-03 05:17:14.811 Product1@_ZzviEgkMEe-bzopYCigSfg:16v1 2024-05-03 05:17:14.812/* OrderDetail@_ZzviEwkMEe-bzopYCigSfg:16v0->0v2 2024-05-03 05:17:14.807/* OrderDetail@_Zz2PwAkMEe-bzopYCigSfg:16v1 2024-05-03 05:17:14.812/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* CDOResource@_ZxTSEAkMEe-bzopYCigSfg:0v5("/") 2024-05-03 05:17:14.780/2024-05-03 05:17:14.800 CDOResource@_ZxTSEAkMEe-bzopYCigSfg:0v6("/") 2024-05-03 05:17:14.801/* CDOResourceFolder@_ZxW8cAkMEe-bzopYCigSfg:0v1("BranchingTest_testHandleRevisionsAfterDetachInSubBranch")2024-05-03 05:17:14.558/* CDOResourceFolder@_ZxvW8AkMEe-bzopYCigSfg:0v1("BranchingTest_testObjectLifetime")2024-05-03 05:17:14.591/* CDOResourceFolder@_ZzaK4AkMEe-bzopYCigSfg:0v1("BranchingTest_testSwitchTransactionTarget")2024-05-03 05:17:14.766/* CDOResourceFolder@_ZziGsAkMEe-bzopYCigSfg:0v1("BranchingTest_testSwitchViewTarget")2024-05-03 05:17:14.780/* CDOResourceFolder@_ZzviEAkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testAuditViewOnBranch")2024-05-03 05:17:14.801/* CDOResource@_ZzviEQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.801/* Product1@_ZzviEgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.801/* OrderDetail@_ZzviEwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.801/2024-05-03 05:17:14.804 OrderDetail@_ZzviEwkMEe-bzopYCigSfg:0v2 2024-05-03 05:17:14.805/* BranchingWithCacheClearTest_testAuditViewOnBranch_subBranch[16]2024-05-03 05:17:14.807/* CDOResourceFolder@_ZzviEAkMEe-bzopYCigSfg:16v0("?")->0v12024-05-03 05:17:14.807/* CDOResource@_ZzviEQkMEe-bzopYCigSfg:16v0("?")->0v12024-05-03 05:17:14.807/2024-05-03 05:17:14.811 CDOResource@_ZzviEQkMEe-bzopYCigSfg:16v1("res")2024-05-03 05:17:14.812/* Product1@_ZzviEgkMEe-bzopYCigSfg:16v0->0v1 2024-05-03 05:17:14.807/2024-05-03 05:17:14.811 Product1@_ZzviEgkMEe-bzopYCigSfg:16v1 2024-05-03 05:17:14.812/* OrderDetail@_ZzviEwkMEe-bzopYCigSfg:16v0->0v2 2024-05-03 05:17:14.807/* OrderDetail@_Zz2PwAkMEe-bzopYCigSfg:16v1 2024-05-03 05:17:14.812/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* CDOResourceFolder@_ZzviEAkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testAuditViewOnBranch")2024-05-03 05:17:14.801/* CDOResource@_ZzviEQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.801/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* CDOResourceFolder@_ZzviEAkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testAuditViewOnBranch")2024-05-03 05:17:14.801/* CDOResource@_ZzviEQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.801/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* CDOResourceFolder@_ZzviEAkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testAuditViewOnBranch")2024-05-03 05:17:14.801/* CDOResource@_ZzviEQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.801/* OrderDetail@_ZzviEwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.801/2024-05-03 05:17:14.804 ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* CDOResourceFolder@_ZzviEAkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testAuditViewOnBranch")2024-05-03 05:17:14.801/* CDOResource@_ZzviEQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.801/* OrderDetail@_ZzviEwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.801/2024-05-03 05:17:14.804 ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* CDOResourceFolder@_ZzviEAkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testAuditViewOnBranch")2024-05-03 05:17:14.801/* CDOResource@_ZzviEQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.801/* Product1@_ZzviEgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.801/* OrderDetail@_ZzviEwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.801/2024-05-03 05:17:14.804 ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* CDOResourceFolder@_ZzviEAkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testAuditViewOnBranch")2024-05-03 05:17:14.801/* CDOResource@_ZzviEQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.801/* Product1@_ZzviEgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.801/* OrderDetail@_ZzviEwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.801/2024-05-03 05:17:14.804 ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* CDOResourceFolder@_ZzviEAkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testAuditViewOnBranch")2024-05-03 05:17:14.801/* CDOResource@_ZzviEQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.801/* Product1@_ZzviEgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.801/* OrderDetail@_ZzviEwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.801/2024-05-03 05:17:14.804 ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* CDOResourceFolder@_ZzviEAkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testAuditViewOnBranch")2024-05-03 05:17:14.801/* CDOResource@_ZzviEQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.801/* Product1@_ZzviEgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.801/* OrderDetail@_ZzviEwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.801/2024-05-03 05:17:14.804 ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* CDOResourceFolder@_ZzviEAkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testAuditViewOnBranch")2024-05-03 05:17:14.801/* CDOResource@_ZzviEQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.801/* Product1@_ZzviEgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.801/* OrderDetail@_ZzviEwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.801/2024-05-03 05:17:14.804 OrderDetail@_ZzviEwkMEe-bzopYCigSfg:0v2 2024-05-03 05:17:14.805/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* CDOResourceFolder@_ZzviEAkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testAuditViewOnBranch")2024-05-03 05:17:14.801/* CDOResource@_ZzviEQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.801/* Product1@_ZzviEgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.801/* OrderDetail@_ZzviEwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.801/2024-05-03 05:17:14.804 OrderDetail@_ZzviEwkMEe-bzopYCigSfg:0v2 2024-05-03 05:17:14.805/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* CDOResourceFolder@_ZzviEAkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testAuditViewOnBranch")2024-05-03 05:17:14.801/* CDOResource@_ZzviEQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.801/* Product1@_ZzviEgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.801/* OrderDetail@_ZzviEwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.801/2024-05-03 05:17:14.804 OrderDetail@_ZzviEwkMEe-bzopYCigSfg:0v2 2024-05-03 05:17:14.805/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* CDOResourceFolder@_ZzviEAkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testAuditViewOnBranch")2024-05-03 05:17:14.801/* CDOResource@_ZzviEQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.801/* Product1@_ZzviEgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.801/* OrderDetail@_ZzviEwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.801/2024-05-03 05:17:14.804 OrderDetail@_ZzviEwkMEe-bzopYCigSfg:0v2 2024-05-03 05:17:14.805/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* CDOResourceFolder@_ZzviEAkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testAuditViewOnBranch")2024-05-03 05:17:14.801/* CDOResource@_ZzviEQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.801/* Product1@_ZzviEgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.801/* OrderDetail@_ZzviEwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.801/2024-05-03 05:17:14.804 OrderDetail@_ZzviEwkMEe-bzopYCigSfg:0v2 2024-05-03 05:17:14.805/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* CDOResourceFolder@_ZzviEAkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testAuditViewOnBranch")2024-05-03 05:17:14.801/* CDOResource@_ZzviEQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.801/* Product1@_ZzviEgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.801/* OrderDetail@_ZzviEwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.801/2024-05-03 05:17:14.804 OrderDetail@_ZzviEwkMEe-bzopYCigSfg:0v2 2024-05-03 05:17:14.805/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* CDOResourceFolder@_ZzviEAkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testAuditViewOnBranch")2024-05-03 05:17:14.801/* CDOResource@_ZzviEQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.801/* Product1@_ZzviEgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.801/* OrderDetail@_ZzviEwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.801/2024-05-03 05:17:14.804 OrderDetail@_ZzviEwkMEe-bzopYCigSfg:0v2 2024-05-03 05:17:14.805/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* CDOResourceFolder@_ZzviEAkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testAuditViewOnBranch")2024-05-03 05:17:14.801/* CDOResource@_ZzviEQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.801/* Product1@_ZzviEgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.801/* OrderDetail@_ZzviEwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.801/2024-05-03 05:17:14.804 OrderDetail@_ZzviEwkMEe-bzopYCigSfg:0v2 2024-05-03 05:17:14.805/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* CDOResourceFolder@_ZzviEAkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testAuditViewOnBranch")2024-05-03 05:17:14.801/* CDOResource@_ZzviEQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.801/* Product1@_ZzviEgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.801/* OrderDetail@_ZzviEwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.801/2024-05-03 05:17:14.804 OrderDetail@_ZzviEwkMEe-bzopYCigSfg:0v2 2024-05-03 05:17:14.805/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* CDOResourceFolder@_ZzviEAkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testAuditViewOnBranch")2024-05-03 05:17:14.801/* CDOResource@_ZzviEQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.801/* Product1@_ZzviEgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.801/* OrderDetail@_ZzviEwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.801/2024-05-03 05:17:14.804 OrderDetail@_ZzviEwkMEe-bzopYCigSfg:0v2 2024-05-03 05:17:14.805/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* CDOResourceFolder@_ZzviEAkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testAuditViewOnBranch")2024-05-03 05:17:14.801/* CDOResource@_ZzviEQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.801/* Product1@_ZzviEgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.801/* OrderDetail@_ZzviEwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.801/2024-05-03 05:17:14.804 OrderDetail@_ZzviEwkMEe-bzopYCigSfg:0v2 2024-05-03 05:17:14.805/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* CDOResourceFolder@_ZzviEAkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testAuditViewOnBranch")2024-05-03 05:17:14.801/* CDOResource@_ZzviEQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.801/* Product1@_ZzviEgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.801/* OrderDetail@_ZzviEwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.801/2024-05-03 05:17:14.804 OrderDetail@_ZzviEwkMEe-bzopYCigSfg:0v2 2024-05-03 05:17:14.805/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* CDOResourceFolder@_ZzviEAkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testAuditViewOnBranch")2024-05-03 05:17:14.801/* CDOResource@_ZzviEQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.801/* Product1@_ZzviEgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.801/* OrderDetail@_ZzviEwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.801/2024-05-03 05:17:14.804 OrderDetail@_ZzviEwkMEe-bzopYCigSfg:0v2 2024-05-03 05:17:14.805/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* CDOResourceFolder@_ZzviEAkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testAuditViewOnBranch")2024-05-03 05:17:14.801/* CDOResource@_ZzviEQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.801/* Product1@_ZzviEgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.801/* OrderDetail@_ZzviEwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.801/2024-05-03 05:17:14.804 OrderDetail@_ZzviEwkMEe-bzopYCigSfg:0v2 2024-05-03 05:17:14.805/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* CDOResourceFolder@_ZzviEAkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testAuditViewOnBranch")2024-05-03 05:17:14.801/* CDOResource@_ZzviEQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.801/* Product1@_ZzviEgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.801/* OrderDetail@_ZzviEwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.801/2024-05-03 05:17:14.804 OrderDetail@_ZzviEwkMEe-bzopYCigSfg:0v2 2024-05-03 05:17:14.805/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* CDOResourceFolder@_ZzviEAkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testAuditViewOnBranch")2024-05-03 05:17:14.801/* CDOResource@_ZzviEQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.801/* Product1@_ZzviEgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.801/* OrderDetail@_ZzviEwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.801/2024-05-03 05:17:14.804 OrderDetail@_ZzviEwkMEe-bzopYCigSfg:0v2 2024-05-03 05:17:14.805/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* CDOResourceFolder@_ZzviEAkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testAuditViewOnBranch")2024-05-03 05:17:14.801/* CDOResource@_ZzviEQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.801/* Product1@_ZzviEgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.801/* OrderDetail@_ZzviEwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.801/2024-05-03 05:17:14.804 OrderDetail@_ZzviEwkMEe-bzopYCigSfg:0v2 2024-05-03 05:17:14.805/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* CDOResourceFolder@_ZzviEAkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testAuditViewOnBranch")2024-05-03 05:17:14.801/* CDOResource@_ZzviEQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.801/* Product1@_ZzviEgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.801/* OrderDetail@_ZzviEwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.801/2024-05-03 05:17:14.804 OrderDetail@_ZzviEwkMEe-bzopYCigSfg:0v2 2024-05-03 05:17:14.805/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* CDOResourceFolder@_ZzviEAkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testAuditViewOnBranch")2024-05-03 05:17:14.801/* CDOResource@_ZzviEQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.801/* Product1@_ZzviEgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.801/* OrderDetail@_ZzviEwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.801/2024-05-03 05:17:14.804 OrderDetail@_ZzviEwkMEe-bzopYCigSfg:0v2 2024-05-03 05:17:14.805/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* CDOResourceFolder@_ZzviEAkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testAuditViewOnBranch")2024-05-03 05:17:14.801/* CDOResource@_ZzviEQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.801/* Product1@_ZzviEgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.801/* OrderDetail@_ZzviEwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.801/2024-05-03 05:17:14.804 OrderDetail@_ZzviEwkMEe-bzopYCigSfg:0v2 2024-05-03 05:17:14.805/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* CDOResourceFolder@_ZzviEAkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testAuditViewOnBranch")2024-05-03 05:17:14.801/* CDOResource@_ZzviEQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.801/* Product1@_ZzviEgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.801/* OrderDetail@_ZzviEwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.801/2024-05-03 05:17:14.804 OrderDetail@_ZzviEwkMEe-bzopYCigSfg:0v2 2024-05-03 05:17:14.805/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* CDOResourceFolder@_ZzviEAkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testAuditViewOnBranch")2024-05-03 05:17:14.801/* CDOResource@_ZzviEQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.801/* Product1@_ZzviEgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.801/* OrderDetail@_ZzviEwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.801/2024-05-03 05:17:14.804 OrderDetail@_ZzviEwkMEe-bzopYCigSfg:0v2 2024-05-03 05:17:14.805/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* CDOResourceFolder@_ZzviEAkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testAuditViewOnBranch")2024-05-03 05:17:14.801/* CDOResource@_ZzviEQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.801/* Product1@_ZzviEgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.801/* OrderDetail@_ZzviEwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.801/2024-05-03 05:17:14.804 OrderDetail@_ZzviEwkMEe-bzopYCigSfg:0v2 2024-05-03 05:17:14.805/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* CDOResourceFolder@_ZzviEAkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testAuditViewOnBranch")2024-05-03 05:17:14.801/* CDOResource@_ZzviEQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.801/* Product1@_ZzviEgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.801/* OrderDetail@_ZzviEwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.801/2024-05-03 05:17:14.804 OrderDetail@_ZzviEwkMEe-bzopYCigSfg:0v2 2024-05-03 05:17:14.805/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* CDOResourceFolder@_ZzviEAkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testAuditViewOnBranch")2024-05-03 05:17:14.801/* CDOResource@_ZzviEQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.801/* Product1@_ZzviEgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.801/* OrderDetail@_ZzviEwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.801/2024-05-03 05:17:14.804 OrderDetail@_ZzviEwkMEe-bzopYCigSfg:0v2 2024-05-03 05:17:14.805/* BranchingWithCacheClearTest_testAuditViewOnBranch_subBranch[16]2024-05-03 05:17:14.807/* CDOResourceFolder@_ZzviEAkMEe-bzopYCigSfg:16v0("?")->0v12024-05-03 05:17:14.807/* CDOResource@_ZzviEQkMEe-bzopYCigSfg:16v1("res")2024-05-03 05:17:14.812/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* CDOResourceFolder@_ZzviEAkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testAuditViewOnBranch")2024-05-03 05:17:14.801/* CDOResource@_ZzviEQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.801/* Product1@_ZzviEgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.801/* OrderDetail@_ZzviEwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.801/2024-05-03 05:17:14.804 OrderDetail@_ZzviEwkMEe-bzopYCigSfg:0v2 2024-05-03 05:17:14.805/* BranchingWithCacheClearTest_testAuditViewOnBranch_subBranch[16]2024-05-03 05:17:14.807/* CDOResourceFolder@_ZzviEAkMEe-bzopYCigSfg:16v0("?")->0v12024-05-03 05:17:14.807/* CDOResource@_ZzviEQkMEe-bzopYCigSfg:16v1("res")2024-05-03 05:17:14.812/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* CDOResourceFolder@_ZzviEAkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testAuditViewOnBranch")2024-05-03 05:17:14.801/* CDOResource@_ZzviEQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.801/* Product1@_ZzviEgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.801/* OrderDetail@_ZzviEwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.801/2024-05-03 05:17:14.804 OrderDetail@_ZzviEwkMEe-bzopYCigSfg:0v2 2024-05-03 05:17:14.805/* BranchingWithCacheClearTest_testAuditViewOnBranch_subBranch[16]2024-05-03 05:17:14.807/* CDOResourceFolder@_ZzviEAkMEe-bzopYCigSfg:16v0("?")->0v12024-05-03 05:17:14.807/* CDOResource@_ZzviEQkMEe-bzopYCigSfg:16v1("res")2024-05-03 05:17:14.812/* OrderDetail@_ZzviEwkMEe-bzopYCigSfg:16v0->0v2 2024-05-03 05:17:14.807/* OrderDetail@_Zz2PwAkMEe-bzopYCigSfg:16v1 2024-05-03 05:17:14.812/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* CDOResourceFolder@_ZzviEAkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testAuditViewOnBranch")2024-05-03 05:17:14.801/* CDOResource@_ZzviEQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.801/* Product1@_ZzviEgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.801/* OrderDetail@_ZzviEwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.801/2024-05-03 05:17:14.804 OrderDetail@_ZzviEwkMEe-bzopYCigSfg:0v2 2024-05-03 05:17:14.805/* BranchingWithCacheClearTest_testAuditViewOnBranch_subBranch[16]2024-05-03 05:17:14.807/* CDOResourceFolder@_ZzviEAkMEe-bzopYCigSfg:16v0("?")->0v12024-05-03 05:17:14.807/* CDOResource@_ZzviEQkMEe-bzopYCigSfg:16v1("res")2024-05-03 05:17:14.812/* OrderDetail@_ZzviEwkMEe-bzopYCigSfg:16v0->0v2 2024-05-03 05:17:14.807/* OrderDetail@_Zz2PwAkMEe-bzopYCigSfg:16v1 2024-05-03 05:17:14.812/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* CDOResourceFolder@_ZzviEAkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testAuditViewOnBranch")2024-05-03 05:17:14.801/* CDOResource@_ZzviEQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.801/* Product1@_ZzviEgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.801/* OrderDetail@_ZzviEwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.801/2024-05-03 05:17:14.804 OrderDetail@_ZzviEwkMEe-bzopYCigSfg:0v2 2024-05-03 05:17:14.805/* BranchingWithCacheClearTest_testAuditViewOnBranch_subBranch[16]2024-05-03 05:17:14.807/* CDOResourceFolder@_ZzviEAkMEe-bzopYCigSfg:16v0("?")->0v12024-05-03 05:17:14.807/* CDOResource@_ZzviEQkMEe-bzopYCigSfg:16v1("res")2024-05-03 05:17:14.812/* Product1@_ZzviEgkMEe-bzopYCigSfg:16v1 2024-05-03 05:17:14.812/* OrderDetail@_ZzviEwkMEe-bzopYCigSfg:16v0->0v2 2024-05-03 05:17:14.807/* OrderDetail@_Zz2PwAkMEe-bzopYCigSfg:16v1 2024-05-03 05:17:14.812/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* CDOResourceFolder@_ZzviEAkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testAuditViewOnBranch")2024-05-03 05:17:14.801/* CDOResource@_ZzviEQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.801/* Product1@_ZzviEgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.801/* OrderDetail@_ZzviEwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.801/2024-05-03 05:17:14.804 OrderDetail@_ZzviEwkMEe-bzopYCigSfg:0v2 2024-05-03 05:17:14.805/* BranchingWithCacheClearTest_testAuditViewOnBranch_subBranch[16]2024-05-03 05:17:14.807/* CDOResourceFolder@_ZzviEAkMEe-bzopYCigSfg:16v0("?")->0v12024-05-03 05:17:14.807/* CDOResource@_ZzviEQkMEe-bzopYCigSfg:16v1("res")2024-05-03 05:17:14.812/* Product1@_ZzviEgkMEe-bzopYCigSfg:16v1 2024-05-03 05:17:14.812/* OrderDetail@_ZzviEwkMEe-bzopYCigSfg:16v0->0v2 2024-05-03 05:17:14.807/* OrderDetail@_Zz2PwAkMEe-bzopYCigSfg:16v1 2024-05-03 05:17:14.812/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* CDOResourceFolder@_ZzviEAkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testAuditViewOnBranch")2024-05-03 05:17:14.801/* CDOResource@_ZzviEQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.801/* Product1@_ZzviEgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.801/* OrderDetail@_ZzviEwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.801/2024-05-03 05:17:14.804 OrderDetail@_ZzviEwkMEe-bzopYCigSfg:0v2 2024-05-03 05:17:14.805/* BranchingWithCacheClearTest_testAuditViewOnBranch_subBranch[16]2024-05-03 05:17:14.807/* CDOResourceFolder@_ZzviEAkMEe-bzopYCigSfg:16v0("?")->0v12024-05-03 05:17:14.807/* CDOResource@_ZzviEQkMEe-bzopYCigSfg:16v1("res")2024-05-03 05:17:14.812/* Product1@_ZzviEgkMEe-bzopYCigSfg:16v1 2024-05-03 05:17:14.812/* OrderDetail@_ZzviEwkMEe-bzopYCigSfg:16v0->0v2 2024-05-03 05:17:14.807/* OrderDetail@_Zz2PwAkMEe-bzopYCigSfg:16v1 2024-05-03 05:17:14.812/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* CDOResourceFolder@_ZzviEAkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testAuditViewOnBranch")2024-05-03 05:17:14.801/* CDOResource@_ZzviEQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.801/* Product1@_ZzviEgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.801/* OrderDetail@_ZzviEwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.801/2024-05-03 05:17:14.804 OrderDetail@_ZzviEwkMEe-bzopYCigSfg:0v2 2024-05-03 05:17:14.805/* BranchingWithCacheClearTest_testAuditViewOnBranch_subBranch[16]2024-05-03 05:17:14.807/* CDOResourceFolder@_ZzviEAkMEe-bzopYCigSfg:16v0("?")->0v12024-05-03 05:17:14.807/* CDOResource@_ZzviEQkMEe-bzopYCigSfg:16v1("res")2024-05-03 05:17:14.812/* Product1@_ZzviEgkMEe-bzopYCigSfg:16v1 2024-05-03 05:17:14.812/* OrderDetail@_ZzviEwkMEe-bzopYCigSfg:16v0->0v2 2024-05-03 05:17:14.807/* OrderDetail@_Zz2PwAkMEe-bzopYCigSfg:16v1 2024-05-03 05:17:14.812/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* CDOResourceFolder@_ZzviEAkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testAuditViewOnBranch")2024-05-03 05:17:14.801/* CDOResource@_ZzviEQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.801/* Product1@_ZzviEgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.801/* OrderDetail@_ZzviEwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.801/2024-05-03 05:17:14.804 OrderDetail@_ZzviEwkMEe-bzopYCigSfg:0v2 2024-05-03 05:17:14.805/* BranchingWithCacheClearTest_testAuditViewOnBranch_subBranch[16]2024-05-03 05:17:14.807/* CDOResourceFolder@_ZzviEAkMEe-bzopYCigSfg:16v0("?")->0v12024-05-03 05:17:14.807/* CDOResource@_ZzviEQkMEe-bzopYCigSfg:16v1("res")2024-05-03 05:17:14.812/* Product1@_ZzviEgkMEe-bzopYCigSfg:16v1 2024-05-03 05:17:14.812/* OrderDetail@_ZzviEwkMEe-bzopYCigSfg:16v0->0v2 2024-05-03 05:17:14.807/* OrderDetail@_Zz2PwAkMEe-bzopYCigSfg:16v1 2024-05-03 05:17:14.812/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* CDOResourceFolder@_ZzviEAkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testAuditViewOnBranch")2024-05-03 05:17:14.801/* CDOResource@_ZzviEQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.801/* Product1@_ZzviEgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.801/* OrderDetail@_ZzviEwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.801/2024-05-03 05:17:14.804 OrderDetail@_ZzviEwkMEe-bzopYCigSfg:0v2 2024-05-03 05:17:14.805/* BranchingWithCacheClearTest_testAuditViewOnBranch_subBranch[16]2024-05-03 05:17:14.807/* CDOResourceFolder@_ZzviEAkMEe-bzopYCigSfg:16v0("?")->0v12024-05-03 05:17:14.807/* CDOResource@_ZzviEQkMEe-bzopYCigSfg:16v1("res")2024-05-03 05:17:14.812/* Product1@_ZzviEgkMEe-bzopYCigSfg:16v1 2024-05-03 05:17:14.812/* OrderDetail@_ZzviEwkMEe-bzopYCigSfg:16v0->0v2 2024-05-03 05:17:14.807/* OrderDetail@_Zz2PwAkMEe-bzopYCigSfg:16v1 2024-05-03 05:17:14.812/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* CDOResourceFolder@_ZzviEAkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testAuditViewOnBranch")2024-05-03 05:17:14.801/* CDOResource@_ZzviEQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.801/* Product1@_ZzviEgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.801/* OrderDetail@_ZzviEwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.801/2024-05-03 05:17:14.804 OrderDetail@_ZzviEwkMEe-bzopYCigSfg:0v2 2024-05-03 05:17:14.805/* BranchingWithCacheClearTest_testAuditViewOnBranch_subBranch[16]2024-05-03 05:17:14.807/* CDOResourceFolder@_ZzviEAkMEe-bzopYCigSfg:16v0("?")->0v12024-05-03 05:17:14.807/* CDOResource@_ZzviEQkMEe-bzopYCigSfg:16v1("res")2024-05-03 05:17:14.812/* Product1@_ZzviEgkMEe-bzopYCigSfg:16v1 2024-05-03 05:17:14.812/* OrderDetail@_ZzviEwkMEe-bzopYCigSfg:16v0->0v2 2024-05-03 05:17:14.807/* OrderDetail@_Zz2PwAkMEe-bzopYCigSfg:16v1 2024-05-03 05:17:14.812/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* CDOResourceFolder@_ZzviEAkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testAuditViewOnBranch")2024-05-03 05:17:14.801/* CDOResource@_ZzviEQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.801/* Product1@_ZzviEgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.801/* OrderDetail@_ZzviEwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.801/2024-05-03 05:17:14.804 OrderDetail@_ZzviEwkMEe-bzopYCigSfg:0v2 2024-05-03 05:17:14.805/* BranchingWithCacheClearTest_testAuditViewOnBranch_subBranch[16]2024-05-03 05:17:14.807/* CDOResourceFolder@_ZzviEAkMEe-bzopYCigSfg:16v0("?")->0v12024-05-03 05:17:14.807/* CDOResource@_ZzviEQkMEe-bzopYCigSfg:16v1("res")2024-05-03 05:17:14.812/* Product1@_ZzviEgkMEe-bzopYCigSfg:16v1 2024-05-03 05:17:14.812/* OrderDetail@_ZzviEwkMEe-bzopYCigSfg:16v0->0v2 2024-05-03 05:17:14.807/* OrderDetail@_Zz2PwAkMEe-bzopYCigSfg:16v1 2024-05-03 05:17:14.812/* ******************************************************* BranchingWithCacheClearTest.testBasePath [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* BranchingWithCacheClearTest.testCommit [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* CDOResource@_ZxTSEAkMEe-bzopYCigSfg:0v6("/") 2024-05-03 05:17:14.801/2024-05-03 05:17:14.851 CDOResource@_ZxTSEAkMEe-bzopYCigSfg:0v7("/") 2024-05-03 05:17:14.852/* CDOResourceFolder@_Z0OqQAkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testCommit")2024-05-03 05:17:14.852/* CDOResource@_Z0OqQQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.852/* Product1@_Z0OqQgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.852/* OrderDetail@_Z0OqQwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.852/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* CDOResource@_ZxTSEAkMEe-bzopYCigSfg:0v6("/") 2024-05-03 05:17:14.801/2024-05-03 05:17:14.851 CDOResource@_ZxTSEAkMEe-bzopYCigSfg:0v7("/") 2024-05-03 05:17:14.852/* CDOResourceFolder@_Z0OqQAkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testCommit")2024-05-03 05:17:14.852/* CDOResource@_Z0OqQQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.852/* Product1@_Z0OqQgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.852/* OrderDetail@_Z0OqQwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.852/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* CDOResource@_ZxTSEAkMEe-bzopYCigSfg:0v6("/") 2024-05-03 05:17:14.801/2024-05-03 05:17:14.851 CDOResource@_ZxTSEAkMEe-bzopYCigSfg:0v7("/") 2024-05-03 05:17:14.852/* CDOResourceFolder@_Z0OqQAkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testCommit")2024-05-03 05:17:14.852/* CDOResource@_Z0OqQQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.852/* Product1@_Z0OqQgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.852/* OrderDetail@_Z0OqQwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.852/* BranchingWithCacheClearTest_testCommit_subBranch[20]2024-05-03 05:17:14.852/* CDOResourceFolder@_Z0OqQAkMEe-bzopYCigSfg:20v0("?")->0v12024-05-03 05:17:14.852/* CDOResource@_Z0OqQQkMEe-bzopYCigSfg:20v0("?")->0v12024-05-03 05:17:14.852/* Product1@_Z0OqQgkMEe-bzopYCigSfg:20v0->0v1 2024-05-03 05:17:14.852/* OrderDetail@_Z0OqQwkMEe-bzopYCigSfg:20v0->0v1 2024-05-03 05:17:14.852/2024-05-03 05:17:14.857 OrderDetail@_Z0OqQwkMEe-bzopYCigSfg:20v1 2024-05-03 05:17:14.858/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* CDOResource@_ZxTSEAkMEe-bzopYCigSfg:0v6("/") 2024-05-03 05:17:14.801/2024-05-03 05:17:14.851 CDOResource@_ZxTSEAkMEe-bzopYCigSfg:0v7("/") 2024-05-03 05:17:14.852/* CDOResourceFolder@_Z0OqQAkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testCommit")2024-05-03 05:17:14.852/* CDOResource@_Z0OqQQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.852/* Product1@_Z0OqQgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.852/* OrderDetail@_Z0OqQwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.852/* BranchingWithCacheClearTest_testCommit_subBranch[20]2024-05-03 05:17:14.852/* CDOResourceFolder@_Z0OqQAkMEe-bzopYCigSfg:20v0("?")->0v12024-05-03 05:17:14.852/* CDOResource@_Z0OqQQkMEe-bzopYCigSfg:20v0("?")->0v12024-05-03 05:17:14.852/* Product1@_Z0OqQgkMEe-bzopYCigSfg:20v0->0v1 2024-05-03 05:17:14.852/* OrderDetail@_Z0OqQwkMEe-bzopYCigSfg:20v0->0v1 2024-05-03 05:17:14.852/2024-05-03 05:17:14.857 OrderDetail@_Z0OqQwkMEe-bzopYCigSfg:20v1 2024-05-03 05:17:14.858/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* CDOResourceFolder@_Z0OqQAkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testCommit")2024-05-03 05:17:14.852/* CDOResource@_Z0OqQQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.852/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* CDOResourceFolder@_Z0OqQAkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testCommit")2024-05-03 05:17:14.852/* CDOResource@_Z0OqQQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.852/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* CDOResourceFolder@_Z0OqQAkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testCommit")2024-05-03 05:17:14.852/* CDOResource@_Z0OqQQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.852/* OrderDetail@_Z0OqQwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.852/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* CDOResourceFolder@_Z0OqQAkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testCommit")2024-05-03 05:17:14.852/* CDOResource@_Z0OqQQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.852/* OrderDetail@_Z0OqQwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.852/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* CDOResourceFolder@_Z0OqQAkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testCommit")2024-05-03 05:17:14.852/* CDOResource@_Z0OqQQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.852/* Product1@_Z0OqQgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.852/* OrderDetail@_Z0OqQwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.852/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* CDOResourceFolder@_Z0OqQAkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testCommit")2024-05-03 05:17:14.852/* CDOResource@_Z0OqQQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.852/* Product1@_Z0OqQgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.852/* OrderDetail@_Z0OqQwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.852/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* CDOResourceFolder@_Z0OqQAkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testCommit")2024-05-03 05:17:14.852/* CDOResource@_Z0OqQQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.852/* Product1@_Z0OqQgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.852/* OrderDetail@_Z0OqQwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.852/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* CDOResourceFolder@_Z0OqQAkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testCommit")2024-05-03 05:17:14.852/* CDOResource@_Z0OqQQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.852/* Product1@_Z0OqQgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.852/* OrderDetail@_Z0OqQwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.852/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* CDOResourceFolder@_Z0OqQAkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testCommit")2024-05-03 05:17:14.852/* CDOResource@_Z0OqQQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.852/* Product1@_Z0OqQgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.852/* OrderDetail@_Z0OqQwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.852/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* CDOResourceFolder@_Z0OqQAkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testCommit")2024-05-03 05:17:14.852/* CDOResource@_Z0OqQQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.852/* Product1@_Z0OqQgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.852/* OrderDetail@_Z0OqQwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.852/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* CDOResourceFolder@_Z0OqQAkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testCommit")2024-05-03 05:17:14.852/* CDOResource@_Z0OqQQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.852/* Product1@_Z0OqQgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.852/* OrderDetail@_Z0OqQwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.852/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* CDOResourceFolder@_Z0OqQAkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testCommit")2024-05-03 05:17:14.852/* CDOResource@_Z0OqQQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.852/* Product1@_Z0OqQgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.852/* OrderDetail@_Z0OqQwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.852/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* CDOResourceFolder@_Z0OqQAkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testCommit")2024-05-03 05:17:14.852/* CDOResource@_Z0OqQQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.852/* Product1@_Z0OqQgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.852/* OrderDetail@_Z0OqQwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.852/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* CDOResourceFolder@_Z0OqQAkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testCommit")2024-05-03 05:17:14.852/* CDOResource@_Z0OqQQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.852/* Product1@_Z0OqQgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.852/* OrderDetail@_Z0OqQwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.852/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* CDOResourceFolder@_Z0OqQAkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testCommit")2024-05-03 05:17:14.852/* CDOResource@_Z0OqQQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.852/* Product1@_Z0OqQgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.852/* OrderDetail@_Z0OqQwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.852/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* CDOResourceFolder@_Z0OqQAkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testCommit")2024-05-03 05:17:14.852/* CDOResource@_Z0OqQQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.852/* Product1@_Z0OqQgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.852/* OrderDetail@_Z0OqQwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.852/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* CDOResourceFolder@_Z0OqQAkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testCommit")2024-05-03 05:17:14.852/* CDOResource@_Z0OqQQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.852/* Product1@_Z0OqQgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.852/* OrderDetail@_Z0OqQwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.852/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* CDOResourceFolder@_Z0OqQAkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testCommit")2024-05-03 05:17:14.852/* CDOResource@_Z0OqQQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.852/* Product1@_Z0OqQgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.852/* OrderDetail@_Z0OqQwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.852/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* CDOResourceFolder@_Z0OqQAkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testCommit")2024-05-03 05:17:14.852/* CDOResource@_Z0OqQQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.852/* Product1@_Z0OqQgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.852/* OrderDetail@_Z0OqQwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.852/* BranchingWithCacheClearTest_testCommit_subBranch[20]2024-05-03 05:17:14.852/* CDOResourceFolder@_Z0OqQAkMEe-bzopYCigSfg:20v0("?")->0v12024-05-03 05:17:14.852/* CDOResource@_Z0OqQQkMEe-bzopYCigSfg:20v0("?")->0v12024-05-03 05:17:14.852/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* CDOResourceFolder@_Z0OqQAkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testCommit")2024-05-03 05:17:14.852/* CDOResource@_Z0OqQQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.852/* Product1@_Z0OqQgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.852/* OrderDetail@_Z0OqQwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.852/* BranchingWithCacheClearTest_testCommit_subBranch[20]2024-05-03 05:17:14.852/* CDOResourceFolder@_Z0OqQAkMEe-bzopYCigSfg:20v0("?")->0v12024-05-03 05:17:14.852/* CDOResource@_Z0OqQQkMEe-bzopYCigSfg:20v0("?")->0v12024-05-03 05:17:14.852/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* CDOResourceFolder@_Z0OqQAkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testCommit")2024-05-03 05:17:14.852/* CDOResource@_Z0OqQQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.852/* Product1@_Z0OqQgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.852/* OrderDetail@_Z0OqQwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.852/* BranchingWithCacheClearTest_testCommit_subBranch[20]2024-05-03 05:17:14.852/* CDOResourceFolder@_Z0OqQAkMEe-bzopYCigSfg:20v0("?")->0v12024-05-03 05:17:14.852/* CDOResource@_Z0OqQQkMEe-bzopYCigSfg:20v0("?")->0v12024-05-03 05:17:14.852/* OrderDetail@_Z0OqQwkMEe-bzopYCigSfg:20v0->0v1 2024-05-03 05:17:14.852/2024-05-03 05:17:14.857 ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* CDOResourceFolder@_Z0OqQAkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testCommit")2024-05-03 05:17:14.852/* CDOResource@_Z0OqQQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.852/* Product1@_Z0OqQgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.852/* OrderDetail@_Z0OqQwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.852/* BranchingWithCacheClearTest_testCommit_subBranch[20]2024-05-03 05:17:14.852/* CDOResourceFolder@_Z0OqQAkMEe-bzopYCigSfg:20v0("?")->0v12024-05-03 05:17:14.852/* CDOResource@_Z0OqQQkMEe-bzopYCigSfg:20v0("?")->0v12024-05-03 05:17:14.852/* OrderDetail@_Z0OqQwkMEe-bzopYCigSfg:20v0->0v1 2024-05-03 05:17:14.852/2024-05-03 05:17:14.857 ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* CDOResourceFolder@_Z0OqQAkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testCommit")2024-05-03 05:17:14.852/* CDOResource@_Z0OqQQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.852/* Product1@_Z0OqQgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.852/* OrderDetail@_Z0OqQwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.852/* BranchingWithCacheClearTest_testCommit_subBranch[20]2024-05-03 05:17:14.852/* CDOResourceFolder@_Z0OqQAkMEe-bzopYCigSfg:20v0("?")->0v12024-05-03 05:17:14.852/* CDOResource@_Z0OqQQkMEe-bzopYCigSfg:20v0("?")->0v12024-05-03 05:17:14.852/* Product1@_Z0OqQgkMEe-bzopYCigSfg:20v0->0v1 2024-05-03 05:17:14.852/* OrderDetail@_Z0OqQwkMEe-bzopYCigSfg:20v0->0v1 2024-05-03 05:17:14.852/2024-05-03 05:17:14.857 ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* CDOResourceFolder@_Z0OqQAkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testCommit")2024-05-03 05:17:14.852/* CDOResource@_Z0OqQQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.852/* Product1@_Z0OqQgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.852/* OrderDetail@_Z0OqQwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.852/* BranchingWithCacheClearTest_testCommit_subBranch[20]2024-05-03 05:17:14.852/* CDOResourceFolder@_Z0OqQAkMEe-bzopYCigSfg:20v0("?")->0v12024-05-03 05:17:14.852/* CDOResource@_Z0OqQQkMEe-bzopYCigSfg:20v0("?")->0v12024-05-03 05:17:14.852/* Product1@_Z0OqQgkMEe-bzopYCigSfg:20v0->0v1 2024-05-03 05:17:14.852/* OrderDetail@_Z0OqQwkMEe-bzopYCigSfg:20v0->0v1 2024-05-03 05:17:14.852/2024-05-03 05:17:14.857 ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* CDOResourceFolder@_Z0OqQAkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testCommit")2024-05-03 05:17:14.852/* CDOResource@_Z0OqQQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.852/* Product1@_Z0OqQgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.852/* OrderDetail@_Z0OqQwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.852/* BranchingWithCacheClearTest_testCommit_subBranch[20]2024-05-03 05:17:14.852/* CDOResourceFolder@_Z0OqQAkMEe-bzopYCigSfg:20v0("?")->0v12024-05-03 05:17:14.852/* CDOResource@_Z0OqQQkMEe-bzopYCigSfg:20v0("?")->0v12024-05-03 05:17:14.852/* Product1@_Z0OqQgkMEe-bzopYCigSfg:20v0->0v1 2024-05-03 05:17:14.852/* OrderDetail@_Z0OqQwkMEe-bzopYCigSfg:20v0->0v1 2024-05-03 05:17:14.852/2024-05-03 05:17:14.857 ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* CDOResourceFolder@_Z0OqQAkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testCommit")2024-05-03 05:17:14.852/* CDOResource@_Z0OqQQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.852/* Product1@_Z0OqQgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.852/* OrderDetail@_Z0OqQwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.852/* BranchingWithCacheClearTest_testCommit_subBranch[20]2024-05-03 05:17:14.852/* CDOResourceFolder@_Z0OqQAkMEe-bzopYCigSfg:20v0("?")->0v12024-05-03 05:17:14.852/* CDOResource@_Z0OqQQkMEe-bzopYCigSfg:20v0("?")->0v12024-05-03 05:17:14.852/* Product1@_Z0OqQgkMEe-bzopYCigSfg:20v0->0v1 2024-05-03 05:17:14.852/* OrderDetail@_Z0OqQwkMEe-bzopYCigSfg:20v0->0v1 2024-05-03 05:17:14.852/2024-05-03 05:17:14.857 ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* CDOResourceFolder@_Z0OqQAkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testCommit")2024-05-03 05:17:14.852/* CDOResource@_Z0OqQQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.852/* Product1@_Z0OqQgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.852/* OrderDetail@_Z0OqQwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.852/* BranchingWithCacheClearTest_testCommit_subBranch[20]2024-05-03 05:17:14.852/* CDOResourceFolder@_Z0OqQAkMEe-bzopYCigSfg:20v0("?")->0v12024-05-03 05:17:14.852/* CDOResource@_Z0OqQQkMEe-bzopYCigSfg:20v0("?")->0v12024-05-03 05:17:14.852/* Product1@_Z0OqQgkMEe-bzopYCigSfg:20v0->0v1 2024-05-03 05:17:14.852/* OrderDetail@_Z0OqQwkMEe-bzopYCigSfg:20v0->0v1 2024-05-03 05:17:14.852/2024-05-03 05:17:14.857 OrderDetail@_Z0OqQwkMEe-bzopYCigSfg:20v1 2024-05-03 05:17:14.858/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* CDOResourceFolder@_Z0OqQAkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testCommit")2024-05-03 05:17:14.852/* CDOResource@_Z0OqQQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.852/* Product1@_Z0OqQgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.852/* OrderDetail@_Z0OqQwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.852/* BranchingWithCacheClearTest_testCommit_subBranch[20]2024-05-03 05:17:14.852/* CDOResourceFolder@_Z0OqQAkMEe-bzopYCigSfg:20v0("?")->0v12024-05-03 05:17:14.852/* CDOResource@_Z0OqQQkMEe-bzopYCigSfg:20v0("?")->0v12024-05-03 05:17:14.852/* Product1@_Z0OqQgkMEe-bzopYCigSfg:20v0->0v1 2024-05-03 05:17:14.852/* OrderDetail@_Z0OqQwkMEe-bzopYCigSfg:20v0->0v1 2024-05-03 05:17:14.852/2024-05-03 05:17:14.857 OrderDetail@_Z0OqQwkMEe-bzopYCigSfg:20v1 2024-05-03 05:17:14.858/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* CDOResourceFolder@_Z0OqQAkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testCommit")2024-05-03 05:17:14.852/* CDOResource@_Z0OqQQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.852/* Product1@_Z0OqQgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.852/* OrderDetail@_Z0OqQwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.852/* BranchingWithCacheClearTest_testCommit_subBranch[20]2024-05-03 05:17:14.852/* CDOResourceFolder@_Z0OqQAkMEe-bzopYCigSfg:20v0("?")->0v12024-05-03 05:17:14.852/* CDOResource@_Z0OqQQkMEe-bzopYCigSfg:20v0("?")->0v12024-05-03 05:17:14.852/* Product1@_Z0OqQgkMEe-bzopYCigSfg:20v0->0v1 2024-05-03 05:17:14.852/* OrderDetail@_Z0OqQwkMEe-bzopYCigSfg:20v0->0v1 2024-05-03 05:17:14.852/2024-05-03 05:17:14.857 OrderDetail@_Z0OqQwkMEe-bzopYCigSfg:20v1 2024-05-03 05:17:14.858/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* CDOResourceFolder@_Z0OqQAkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testCommit")2024-05-03 05:17:14.852/* CDOResource@_Z0OqQQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.852/* Product1@_Z0OqQgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.852/* OrderDetail@_Z0OqQwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.852/* BranchingWithCacheClearTest_testCommit_subBranch[20]2024-05-03 05:17:14.852/* CDOResourceFolder@_Z0OqQAkMEe-bzopYCigSfg:20v0("?")->0v12024-05-03 05:17:14.852/* CDOResource@_Z0OqQQkMEe-bzopYCigSfg:20v0("?")->0v12024-05-03 05:17:14.852/* Product1@_Z0OqQgkMEe-bzopYCigSfg:20v0->0v1 2024-05-03 05:17:14.852/* OrderDetail@_Z0OqQwkMEe-bzopYCigSfg:20v0->0v1 2024-05-03 05:17:14.852/2024-05-03 05:17:14.857 OrderDetail@_Z0OqQwkMEe-bzopYCigSfg:20v1 2024-05-03 05:17:14.858/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* CDOResourceFolder@_Z0OqQAkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testCommit")2024-05-03 05:17:14.852/* CDOResource@_Z0OqQQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.852/* Product1@_Z0OqQgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.852/* OrderDetail@_Z0OqQwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.852/* BranchingWithCacheClearTest_testCommit_subBranch[20]2024-05-03 05:17:14.852/* CDOResourceFolder@_Z0OqQAkMEe-bzopYCigSfg:20v0("?")->0v12024-05-03 05:17:14.852/* CDOResource@_Z0OqQQkMEe-bzopYCigSfg:20v0("?")->0v12024-05-03 05:17:14.852/* Product1@_Z0OqQgkMEe-bzopYCigSfg:20v0->0v1 2024-05-03 05:17:14.852/* OrderDetail@_Z0OqQwkMEe-bzopYCigSfg:20v0->0v1 2024-05-03 05:17:14.852/2024-05-03 05:17:14.857 OrderDetail@_Z0OqQwkMEe-bzopYCigSfg:20v1 2024-05-03 05:17:14.858/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* CDOResourceFolder@_Z0OqQAkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testCommit")2024-05-03 05:17:14.852/* CDOResource@_Z0OqQQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.852/* Product1@_Z0OqQgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.852/* OrderDetail@_Z0OqQwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.852/* BranchingWithCacheClearTest_testCommit_subBranch[20]2024-05-03 05:17:14.852/* CDOResourceFolder@_Z0OqQAkMEe-bzopYCigSfg:20v0("?")->0v12024-05-03 05:17:14.852/* CDOResource@_Z0OqQQkMEe-bzopYCigSfg:20v0("?")->0v12024-05-03 05:17:14.852/* Product1@_Z0OqQgkMEe-bzopYCigSfg:20v0->0v1 2024-05-03 05:17:14.852/* OrderDetail@_Z0OqQwkMEe-bzopYCigSfg:20v0->0v1 2024-05-03 05:17:14.852/2024-05-03 05:17:14.857 OrderDetail@_Z0OqQwkMEe-bzopYCigSfg:20v1 2024-05-03 05:17:14.858/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* CDOResourceFolder@_Z0OqQAkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testCommit")2024-05-03 05:17:14.852/* CDOResource@_Z0OqQQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.852/* Product1@_Z0OqQgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.852/* OrderDetail@_Z0OqQwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.852/* BranchingWithCacheClearTest_testCommit_subBranch[20]2024-05-03 05:17:14.852/* CDOResourceFolder@_Z0OqQAkMEe-bzopYCigSfg:20v0("?")->0v12024-05-03 05:17:14.852/* CDOResource@_Z0OqQQkMEe-bzopYCigSfg:20v0("?")->0v12024-05-03 05:17:14.852/* Product1@_Z0OqQgkMEe-bzopYCigSfg:20v0->0v1 2024-05-03 05:17:14.852/* OrderDetail@_Z0OqQwkMEe-bzopYCigSfg:20v0->0v1 2024-05-03 05:17:14.852/2024-05-03 05:17:14.857 OrderDetail@_Z0OqQwkMEe-bzopYCigSfg:20v1 2024-05-03 05:17:14.858/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* CDOResourceFolder@_Z0OqQAkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testCommit")2024-05-03 05:17:14.852/* CDOResource@_Z0OqQQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.852/* Product1@_Z0OqQgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.852/* OrderDetail@_Z0OqQwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.852/* BranchingWithCacheClearTest_testCommit_subBranch[20]2024-05-03 05:17:14.852/* CDOResourceFolder@_Z0OqQAkMEe-bzopYCigSfg:20v0("?")->0v12024-05-03 05:17:14.852/* CDOResource@_Z0OqQQkMEe-bzopYCigSfg:20v0("?")->0v12024-05-03 05:17:14.852/* Product1@_Z0OqQgkMEe-bzopYCigSfg:20v0->0v1 2024-05-03 05:17:14.852/* OrderDetail@_Z0OqQwkMEe-bzopYCigSfg:20v0->0v1 2024-05-03 05:17:14.852/2024-05-03 05:17:14.857 OrderDetail@_Z0OqQwkMEe-bzopYCigSfg:20v1 2024-05-03 05:17:14.858/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* CDOResourceFolder@_Z0OqQAkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testCommit")2024-05-03 05:17:14.852/* CDOResource@_Z0OqQQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.852/* Product1@_Z0OqQgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.852/* OrderDetail@_Z0OqQwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.852/* BranchingWithCacheClearTest_testCommit_subBranch[20]2024-05-03 05:17:14.852/* CDOResourceFolder@_Z0OqQAkMEe-bzopYCigSfg:20v0("?")->0v12024-05-03 05:17:14.852/* CDOResource@_Z0OqQQkMEe-bzopYCigSfg:20v0("?")->0v12024-05-03 05:17:14.852/* Product1@_Z0OqQgkMEe-bzopYCigSfg:20v0->0v1 2024-05-03 05:17:14.852/* OrderDetail@_Z0OqQwkMEe-bzopYCigSfg:20v0->0v1 2024-05-03 05:17:14.852/2024-05-03 05:17:14.857 OrderDetail@_Z0OqQwkMEe-bzopYCigSfg:20v1 2024-05-03 05:17:14.858/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* CDOResourceFolder@_Z0OqQAkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testCommit")2024-05-03 05:17:14.852/* CDOResource@_Z0OqQQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.852/* Product1@_Z0OqQgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.852/* OrderDetail@_Z0OqQwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.852/* BranchingWithCacheClearTest_testCommit_subBranch[20]2024-05-03 05:17:14.852/* CDOResourceFolder@_Z0OqQAkMEe-bzopYCigSfg:20v0("?")->0v12024-05-03 05:17:14.852/* CDOResource@_Z0OqQQkMEe-bzopYCigSfg:20v0("?")->0v12024-05-03 05:17:14.852/* Product1@_Z0OqQgkMEe-bzopYCigSfg:20v0->0v1 2024-05-03 05:17:14.852/* OrderDetail@_Z0OqQwkMEe-bzopYCigSfg:20v0->0v1 2024-05-03 05:17:14.852/2024-05-03 05:17:14.857 OrderDetail@_Z0OqQwkMEe-bzopYCigSfg:20v1 2024-05-03 05:17:14.858/* ******************************************************* BranchingWithCacheClearTest.testCommitAddOrderDetail [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* CDOResource@_ZxTSEAkMEe-bzopYCigSfg:0v7("/") 2024-05-03 05:17:14.852/2024-05-03 05:17:14.883 CDOResource@_ZxTSEAkMEe-bzopYCigSfg:0v8("/") 2024-05-03 05:17:14.884/* CDOResourceFolder@_Z0hlMAkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testCommitAddOrderDetail")2024-05-03 05:17:14.884/* CDOResource@_Z0hlMQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.884/* Product1@_Z0hlMgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.884/* OrderDetail@_Z0hlMwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.884/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* CDOResource@_ZxTSEAkMEe-bzopYCigSfg:0v7("/") 2024-05-03 05:17:14.852/2024-05-03 05:17:14.883 CDOResource@_ZxTSEAkMEe-bzopYCigSfg:0v8("/") 2024-05-03 05:17:14.884/* CDOResourceFolder@_Z0hlMAkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testCommitAddOrderDetail")2024-05-03 05:17:14.884/* CDOResource@_Z0hlMQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.884/* Product1@_Z0hlMgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.884/* OrderDetail@_Z0hlMwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.884/* server-thread-234 [debug] moveOneDown add historic entry at: 1 server-thread-234 [debug] moveOneDown add historic entry at: 0 ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* CDOResource@_ZxTSEAkMEe-bzopYCigSfg:0v7("/") 2024-05-03 05:17:14.852/2024-05-03 05:17:14.883 CDOResource@_ZxTSEAkMEe-bzopYCigSfg:0v8("/") 2024-05-03 05:17:14.884/* CDOResourceFolder@_Z0hlMAkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testCommitAddOrderDetail")2024-05-03 05:17:14.884/* CDOResource@_Z0hlMQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.884/* Product1@_Z0hlMgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.884/* OrderDetail@_Z0hlMwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.884/* BranchingWithCacheClearTest_testCommitAddOrderDetail_subBranch[21]2024-05-03 05:17:14.884/* CDOResourceFolder@_Z0hlMAkMEe-bzopYCigSfg:21v0("?")->0v12024-05-03 05:17:14.884/* CDOResource@_Z0hlMQkMEe-bzopYCigSfg:21v0("?")->0v12024-05-03 05:17:14.884/2024-05-03 05:17:14.889 CDOResource@_Z0hlMQkMEe-bzopYCigSfg:21v1("res")2024-05-03 05:17:14.890/* Product1@_Z0hlMgkMEe-bzopYCigSfg:21v0->0v1 2024-05-03 05:17:14.884/2024-05-03 05:17:14.889 Product1@_Z0hlMgkMEe-bzopYCigSfg:21v1 2024-05-03 05:17:14.890/* OrderDetail@_Z0hlMwkMEe-bzopYCigSfg:21v0->0v1 2024-05-03 05:17:14.884/* OrderDetail@_Z0lPkAkMEe-bzopYCigSfg:21v1 2024-05-03 05:17:14.890/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* CDOResource@_ZxTSEAkMEe-bzopYCigSfg:0v7("/") 2024-05-03 05:17:14.852/2024-05-03 05:17:14.883 CDOResource@_ZxTSEAkMEe-bzopYCigSfg:0v8("/") 2024-05-03 05:17:14.884/* CDOResourceFolder@_Z0hlMAkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testCommitAddOrderDetail")2024-05-03 05:17:14.884/* CDOResource@_Z0hlMQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.884/* Product1@_Z0hlMgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.884/* OrderDetail@_Z0hlMwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.884/* BranchingWithCacheClearTest_testCommitAddOrderDetail_subBranch[21]2024-05-03 05:17:14.884/* CDOResourceFolder@_Z0hlMAkMEe-bzopYCigSfg:21v0("?")->0v12024-05-03 05:17:14.884/* CDOResource@_Z0hlMQkMEe-bzopYCigSfg:21v0("?")->0v12024-05-03 05:17:14.884/2024-05-03 05:17:14.889 CDOResource@_Z0hlMQkMEe-bzopYCigSfg:21v1("res")2024-05-03 05:17:14.890/* Product1@_Z0hlMgkMEe-bzopYCigSfg:21v0->0v1 2024-05-03 05:17:14.884/2024-05-03 05:17:14.889 Product1@_Z0hlMgkMEe-bzopYCigSfg:21v1 2024-05-03 05:17:14.890/* OrderDetail@_Z0hlMwkMEe-bzopYCigSfg:21v0->0v1 2024-05-03 05:17:14.884/* OrderDetail@_Z0lPkAkMEe-bzopYCigSfg:21v1 2024-05-03 05:17:14.890/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* CDOResourceFolder@_Z0hlMAkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testCommitAddOrderDetail")2024-05-03 05:17:14.884/* CDOResource@_Z0hlMQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.884/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* CDOResourceFolder@_Z0hlMAkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testCommitAddOrderDetail")2024-05-03 05:17:14.884/* CDOResource@_Z0hlMQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.884/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* CDOResourceFolder@_Z0hlMAkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testCommitAddOrderDetail")2024-05-03 05:17:14.884/* CDOResource@_Z0hlMQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.884/* OrderDetail@_Z0hlMwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.884/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* CDOResourceFolder@_Z0hlMAkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testCommitAddOrderDetail")2024-05-03 05:17:14.884/* CDOResource@_Z0hlMQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.884/* OrderDetail@_Z0hlMwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.884/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* CDOResourceFolder@_Z0hlMAkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testCommitAddOrderDetail")2024-05-03 05:17:14.884/* CDOResource@_Z0hlMQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.884/* Product1@_Z0hlMgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.884/* OrderDetail@_Z0hlMwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.884/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* CDOResourceFolder@_Z0hlMAkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testCommitAddOrderDetail")2024-05-03 05:17:14.884/* CDOResource@_Z0hlMQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.884/* Product1@_Z0hlMgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.884/* OrderDetail@_Z0hlMwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.884/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* CDOResourceFolder@_Z0hlMAkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testCommitAddOrderDetail")2024-05-03 05:17:14.884/* CDOResource@_Z0hlMQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.884/* Product1@_Z0hlMgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.884/* OrderDetail@_Z0hlMwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.884/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* CDOResourceFolder@_Z0hlMAkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testCommitAddOrderDetail")2024-05-03 05:17:14.884/* CDOResource@_Z0hlMQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.884/* Product1@_Z0hlMgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.884/* OrderDetail@_Z0hlMwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.884/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* CDOResourceFolder@_Z0hlMAkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testCommitAddOrderDetail")2024-05-03 05:17:14.884/* CDOResource@_Z0hlMQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.884/* Product1@_Z0hlMgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.884/* OrderDetail@_Z0hlMwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.884/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* CDOResourceFolder@_Z0hlMAkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testCommitAddOrderDetail")2024-05-03 05:17:14.884/* CDOResource@_Z0hlMQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.884/* Product1@_Z0hlMgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.884/* OrderDetail@_Z0hlMwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.884/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* CDOResourceFolder@_Z0hlMAkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testCommitAddOrderDetail")2024-05-03 05:17:14.884/* CDOResource@_Z0hlMQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.884/* Product1@_Z0hlMgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.884/* OrderDetail@_Z0hlMwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.884/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* CDOResourceFolder@_Z0hlMAkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testCommitAddOrderDetail")2024-05-03 05:17:14.884/* CDOResource@_Z0hlMQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.884/* Product1@_Z0hlMgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.884/* OrderDetail@_Z0hlMwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.884/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* CDOResourceFolder@_Z0hlMAkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testCommitAddOrderDetail")2024-05-03 05:17:14.884/* CDOResource@_Z0hlMQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.884/* Product1@_Z0hlMgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.884/* OrderDetail@_Z0hlMwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.884/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* CDOResourceFolder@_Z0hlMAkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testCommitAddOrderDetail")2024-05-03 05:17:14.884/* CDOResource@_Z0hlMQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.884/* Product1@_Z0hlMgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.884/* OrderDetail@_Z0hlMwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.884/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* CDOResourceFolder@_Z0hlMAkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testCommitAddOrderDetail")2024-05-03 05:17:14.884/* CDOResource@_Z0hlMQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.884/* Product1@_Z0hlMgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.884/* OrderDetail@_Z0hlMwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.884/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* CDOResourceFolder@_Z0hlMAkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testCommitAddOrderDetail")2024-05-03 05:17:14.884/* CDOResource@_Z0hlMQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.884/* Product1@_Z0hlMgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.884/* OrderDetail@_Z0hlMwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.884/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* CDOResourceFolder@_Z0hlMAkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testCommitAddOrderDetail")2024-05-03 05:17:14.884/* CDOResource@_Z0hlMQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.884/* Product1@_Z0hlMgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.884/* OrderDetail@_Z0hlMwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.884/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* CDOResourceFolder@_Z0hlMAkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testCommitAddOrderDetail")2024-05-03 05:17:14.884/* CDOResource@_Z0hlMQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.884/* Product1@_Z0hlMgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.884/* OrderDetail@_Z0hlMwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.884/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* CDOResourceFolder@_Z0hlMAkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testCommitAddOrderDetail")2024-05-03 05:17:14.884/* CDOResource@_Z0hlMQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.884/* Product1@_Z0hlMgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.884/* OrderDetail@_Z0hlMwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.884/* BranchingWithCacheClearTest_testCommitAddOrderDetail_subBranch[21]2024-05-03 05:17:14.884/* CDOResourceFolder@_Z0hlMAkMEe-bzopYCigSfg:21v0("?")->0v12024-05-03 05:17:14.884/* CDOResource@_Z0hlMQkMEe-bzopYCigSfg:21v0("?")->0v12024-05-03 05:17:14.884/2024-05-03 05:17:14.889 ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* CDOResourceFolder@_Z0hlMAkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testCommitAddOrderDetail")2024-05-03 05:17:14.884/* CDOResource@_Z0hlMQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.884/* Product1@_Z0hlMgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.884/* OrderDetail@_Z0hlMwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.884/* BranchingWithCacheClearTest_testCommitAddOrderDetail_subBranch[21]2024-05-03 05:17:14.884/* CDOResourceFolder@_Z0hlMAkMEe-bzopYCigSfg:21v0("?")->0v12024-05-03 05:17:14.884/* CDOResource@_Z0hlMQkMEe-bzopYCigSfg:21v0("?")->0v12024-05-03 05:17:14.884/2024-05-03 05:17:14.889 ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* CDOResourceFolder@_Z0hlMAkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testCommitAddOrderDetail")2024-05-03 05:17:14.884/* CDOResource@_Z0hlMQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.884/* Product1@_Z0hlMgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.884/* OrderDetail@_Z0hlMwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.884/* BranchingWithCacheClearTest_testCommitAddOrderDetail_subBranch[21]2024-05-03 05:17:14.884/* CDOResourceFolder@_Z0hlMAkMEe-bzopYCigSfg:21v0("?")->0v12024-05-03 05:17:14.884/* CDOResource@_Z0hlMQkMEe-bzopYCigSfg:21v0("?")->0v12024-05-03 05:17:14.884/2024-05-03 05:17:14.889 OrderDetail@_Z0hlMwkMEe-bzopYCigSfg:21v0->0v1 2024-05-03 05:17:14.884/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* CDOResourceFolder@_Z0hlMAkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testCommitAddOrderDetail")2024-05-03 05:17:14.884/* CDOResource@_Z0hlMQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.884/* Product1@_Z0hlMgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.884/* OrderDetail@_Z0hlMwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.884/* BranchingWithCacheClearTest_testCommitAddOrderDetail_subBranch[21]2024-05-03 05:17:14.884/* CDOResourceFolder@_Z0hlMAkMEe-bzopYCigSfg:21v0("?")->0v12024-05-03 05:17:14.884/* CDOResource@_Z0hlMQkMEe-bzopYCigSfg:21v0("?")->0v12024-05-03 05:17:14.884/2024-05-03 05:17:14.889 OrderDetail@_Z0hlMwkMEe-bzopYCigSfg:21v0->0v1 2024-05-03 05:17:14.884/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* CDOResourceFolder@_Z0hlMAkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testCommitAddOrderDetail")2024-05-03 05:17:14.884/* CDOResource@_Z0hlMQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.884/* Product1@_Z0hlMgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.884/* OrderDetail@_Z0hlMwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.884/* BranchingWithCacheClearTest_testCommitAddOrderDetail_subBranch[21]2024-05-03 05:17:14.884/* CDOResourceFolder@_Z0hlMAkMEe-bzopYCigSfg:21v0("?")->0v12024-05-03 05:17:14.884/* CDOResource@_Z0hlMQkMEe-bzopYCigSfg:21v0("?")->0v12024-05-03 05:17:14.884/2024-05-03 05:17:14.889 Product1@_Z0hlMgkMEe-bzopYCigSfg:21v0->0v1 2024-05-03 05:17:14.884/2024-05-03 05:17:14.889 OrderDetail@_Z0hlMwkMEe-bzopYCigSfg:21v0->0v1 2024-05-03 05:17:14.884/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* CDOResourceFolder@_Z0hlMAkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testCommitAddOrderDetail")2024-05-03 05:17:14.884/* CDOResource@_Z0hlMQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.884/* Product1@_Z0hlMgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.884/* OrderDetail@_Z0hlMwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.884/* BranchingWithCacheClearTest_testCommitAddOrderDetail_subBranch[21]2024-05-03 05:17:14.884/* CDOResourceFolder@_Z0hlMAkMEe-bzopYCigSfg:21v0("?")->0v12024-05-03 05:17:14.884/* CDOResource@_Z0hlMQkMEe-bzopYCigSfg:21v0("?")->0v12024-05-03 05:17:14.884/2024-05-03 05:17:14.889 Product1@_Z0hlMgkMEe-bzopYCigSfg:21v0->0v1 2024-05-03 05:17:14.884/2024-05-03 05:17:14.889 OrderDetail@_Z0hlMwkMEe-bzopYCigSfg:21v0->0v1 2024-05-03 05:17:14.884/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* CDOResourceFolder@_Z0hlMAkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testCommitAddOrderDetail")2024-05-03 05:17:14.884/* CDOResource@_Z0hlMQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.884/* Product1@_Z0hlMgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.884/* OrderDetail@_Z0hlMwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.884/* BranchingWithCacheClearTest_testCommitAddOrderDetail_subBranch[21]2024-05-03 05:17:14.884/* CDOResourceFolder@_Z0hlMAkMEe-bzopYCigSfg:21v0("?")->0v12024-05-03 05:17:14.884/* CDOResource@_Z0hlMQkMEe-bzopYCigSfg:21v0("?")->0v12024-05-03 05:17:14.884/2024-05-03 05:17:14.889 CDOResource@_Z0hlMQkMEe-bzopYCigSfg:21v1("res")2024-05-03 05:17:14.890/* Product1@_Z0hlMgkMEe-bzopYCigSfg:21v0->0v1 2024-05-03 05:17:14.884/2024-05-03 05:17:14.889 OrderDetail@_Z0hlMwkMEe-bzopYCigSfg:21v0->0v1 2024-05-03 05:17:14.884/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* CDOResourceFolder@_Z0hlMAkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testCommitAddOrderDetail")2024-05-03 05:17:14.884/* CDOResource@_Z0hlMQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.884/* Product1@_Z0hlMgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.884/* OrderDetail@_Z0hlMwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.884/* BranchingWithCacheClearTest_testCommitAddOrderDetail_subBranch[21]2024-05-03 05:17:14.884/* CDOResourceFolder@_Z0hlMAkMEe-bzopYCigSfg:21v0("?")->0v12024-05-03 05:17:14.884/* CDOResource@_Z0hlMQkMEe-bzopYCigSfg:21v0("?")->0v12024-05-03 05:17:14.884/2024-05-03 05:17:14.889 CDOResource@_Z0hlMQkMEe-bzopYCigSfg:21v1("res")2024-05-03 05:17:14.890/* Product1@_Z0hlMgkMEe-bzopYCigSfg:21v0->0v1 2024-05-03 05:17:14.884/2024-05-03 05:17:14.889 OrderDetail@_Z0hlMwkMEe-bzopYCigSfg:21v0->0v1 2024-05-03 05:17:14.884/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* CDOResourceFolder@_Z0hlMAkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testCommitAddOrderDetail")2024-05-03 05:17:14.884/* CDOResource@_Z0hlMQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.884/* Product1@_Z0hlMgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.884/* OrderDetail@_Z0hlMwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.884/* BranchingWithCacheClearTest_testCommitAddOrderDetail_subBranch[21]2024-05-03 05:17:14.884/* CDOResourceFolder@_Z0hlMAkMEe-bzopYCigSfg:21v0("?")->0v12024-05-03 05:17:14.884/* CDOResource@_Z0hlMQkMEe-bzopYCigSfg:21v0("?")->0v12024-05-03 05:17:14.884/2024-05-03 05:17:14.889 CDOResource@_Z0hlMQkMEe-bzopYCigSfg:21v1("res")2024-05-03 05:17:14.890/* Product1@_Z0hlMgkMEe-bzopYCigSfg:21v0->0v1 2024-05-03 05:17:14.884/2024-05-03 05:17:14.889 OrderDetail@_Z0hlMwkMEe-bzopYCigSfg:21v0->0v1 2024-05-03 05:17:14.884/* OrderDetail@_Z0lPkAkMEe-bzopYCigSfg:21v1 2024-05-03 05:17:14.890/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* CDOResourceFolder@_Z0hlMAkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testCommitAddOrderDetail")2024-05-03 05:17:14.884/* CDOResource@_Z0hlMQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.884/* Product1@_Z0hlMgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.884/* OrderDetail@_Z0hlMwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.884/* BranchingWithCacheClearTest_testCommitAddOrderDetail_subBranch[21]2024-05-03 05:17:14.884/* CDOResourceFolder@_Z0hlMAkMEe-bzopYCigSfg:21v0("?")->0v12024-05-03 05:17:14.884/* CDOResource@_Z0hlMQkMEe-bzopYCigSfg:21v0("?")->0v12024-05-03 05:17:14.884/2024-05-03 05:17:14.889 CDOResource@_Z0hlMQkMEe-bzopYCigSfg:21v1("res")2024-05-03 05:17:14.890/* Product1@_Z0hlMgkMEe-bzopYCigSfg:21v0->0v1 2024-05-03 05:17:14.884/2024-05-03 05:17:14.889 OrderDetail@_Z0hlMwkMEe-bzopYCigSfg:21v0->0v1 2024-05-03 05:17:14.884/* OrderDetail@_Z0lPkAkMEe-bzopYCigSfg:21v1 2024-05-03 05:17:14.890/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* CDOResourceFolder@_Z0hlMAkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testCommitAddOrderDetail")2024-05-03 05:17:14.884/* CDOResource@_Z0hlMQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.884/* Product1@_Z0hlMgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.884/* OrderDetail@_Z0hlMwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.884/* BranchingWithCacheClearTest_testCommitAddOrderDetail_subBranch[21]2024-05-03 05:17:14.884/* CDOResourceFolder@_Z0hlMAkMEe-bzopYCigSfg:21v0("?")->0v12024-05-03 05:17:14.884/* CDOResource@_Z0hlMQkMEe-bzopYCigSfg:21v0("?")->0v12024-05-03 05:17:14.884/2024-05-03 05:17:14.889 CDOResource@_Z0hlMQkMEe-bzopYCigSfg:21v1("res")2024-05-03 05:17:14.890/* Product1@_Z0hlMgkMEe-bzopYCigSfg:21v0->0v1 2024-05-03 05:17:14.884/2024-05-03 05:17:14.889 Product1@_Z0hlMgkMEe-bzopYCigSfg:21v1 2024-05-03 05:17:14.890/* OrderDetail@_Z0hlMwkMEe-bzopYCigSfg:21v0->0v1 2024-05-03 05:17:14.884/* OrderDetail@_Z0lPkAkMEe-bzopYCigSfg:21v1 2024-05-03 05:17:14.890/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* CDOResourceFolder@_Z0hlMAkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testCommitAddOrderDetail")2024-05-03 05:17:14.884/* CDOResource@_Z0hlMQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.884/* Product1@_Z0hlMgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.884/* OrderDetail@_Z0hlMwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.884/* BranchingWithCacheClearTest_testCommitAddOrderDetail_subBranch[21]2024-05-03 05:17:14.884/* CDOResourceFolder@_Z0hlMAkMEe-bzopYCigSfg:21v0("?")->0v12024-05-03 05:17:14.884/* CDOResource@_Z0hlMQkMEe-bzopYCigSfg:21v0("?")->0v12024-05-03 05:17:14.884/2024-05-03 05:17:14.889 CDOResource@_Z0hlMQkMEe-bzopYCigSfg:21v1("res")2024-05-03 05:17:14.890/* Product1@_Z0hlMgkMEe-bzopYCigSfg:21v0->0v1 2024-05-03 05:17:14.884/2024-05-03 05:17:14.889 Product1@_Z0hlMgkMEe-bzopYCigSfg:21v1 2024-05-03 05:17:14.890/* OrderDetail@_Z0hlMwkMEe-bzopYCigSfg:21v0->0v1 2024-05-03 05:17:14.884/* OrderDetail@_Z0lPkAkMEe-bzopYCigSfg:21v1 2024-05-03 05:17:14.890/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* CDOResourceFolder@_Z0hlMAkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testCommitAddOrderDetail")2024-05-03 05:17:14.884/* CDOResource@_Z0hlMQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.884/* Product1@_Z0hlMgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.884/* OrderDetail@_Z0hlMwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.884/* BranchingWithCacheClearTest_testCommitAddOrderDetail_subBranch[21]2024-05-03 05:17:14.884/* CDOResourceFolder@_Z0hlMAkMEe-bzopYCigSfg:21v0("?")->0v12024-05-03 05:17:14.884/* CDOResource@_Z0hlMQkMEe-bzopYCigSfg:21v0("?")->0v12024-05-03 05:17:14.884/2024-05-03 05:17:14.889 CDOResource@_Z0hlMQkMEe-bzopYCigSfg:21v1("res")2024-05-03 05:17:14.890/* Product1@_Z0hlMgkMEe-bzopYCigSfg:21v0->0v1 2024-05-03 05:17:14.884/2024-05-03 05:17:14.889 Product1@_Z0hlMgkMEe-bzopYCigSfg:21v1 2024-05-03 05:17:14.890/* OrderDetail@_Z0hlMwkMEe-bzopYCigSfg:21v0->0v1 2024-05-03 05:17:14.884/* OrderDetail@_Z0lPkAkMEe-bzopYCigSfg:21v1 2024-05-03 05:17:14.890/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* CDOResourceFolder@_Z0hlMAkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testCommitAddOrderDetail")2024-05-03 05:17:14.884/* CDOResource@_Z0hlMQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.884/* Product1@_Z0hlMgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.884/* OrderDetail@_Z0hlMwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.884/* BranchingWithCacheClearTest_testCommitAddOrderDetail_subBranch[21]2024-05-03 05:17:14.884/* CDOResourceFolder@_Z0hlMAkMEe-bzopYCigSfg:21v0("?")->0v12024-05-03 05:17:14.884/* CDOResource@_Z0hlMQkMEe-bzopYCigSfg:21v0("?")->0v12024-05-03 05:17:14.884/2024-05-03 05:17:14.889 CDOResource@_Z0hlMQkMEe-bzopYCigSfg:21v1("res")2024-05-03 05:17:14.890/* Product1@_Z0hlMgkMEe-bzopYCigSfg:21v0->0v1 2024-05-03 05:17:14.884/2024-05-03 05:17:14.889 Product1@_Z0hlMgkMEe-bzopYCigSfg:21v1 2024-05-03 05:17:14.890/* OrderDetail@_Z0hlMwkMEe-bzopYCigSfg:21v0->0v1 2024-05-03 05:17:14.884/* OrderDetail@_Z0lPkAkMEe-bzopYCigSfg:21v1 2024-05-03 05:17:14.890/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* CDOResourceFolder@_Z0hlMAkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testCommitAddOrderDetail")2024-05-03 05:17:14.884/* CDOResource@_Z0hlMQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.884/* Product1@_Z0hlMgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.884/* OrderDetail@_Z0hlMwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.884/* BranchingWithCacheClearTest_testCommitAddOrderDetail_subBranch[21]2024-05-03 05:17:14.884/* CDOResourceFolder@_Z0hlMAkMEe-bzopYCigSfg:21v0("?")->0v12024-05-03 05:17:14.884/* CDOResource@_Z0hlMQkMEe-bzopYCigSfg:21v0("?")->0v12024-05-03 05:17:14.884/2024-05-03 05:17:14.889 CDOResource@_Z0hlMQkMEe-bzopYCigSfg:21v1("res")2024-05-03 05:17:14.890/* Product1@_Z0hlMgkMEe-bzopYCigSfg:21v0->0v1 2024-05-03 05:17:14.884/2024-05-03 05:17:14.889 Product1@_Z0hlMgkMEe-bzopYCigSfg:21v1 2024-05-03 05:17:14.890/* OrderDetail@_Z0hlMwkMEe-bzopYCigSfg:21v0->0v1 2024-05-03 05:17:14.884/* OrderDetail@_Z0lPkAkMEe-bzopYCigSfg:21v1 2024-05-03 05:17:14.890/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* CDOResourceFolder@_Z0hlMAkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testCommitAddOrderDetail")2024-05-03 05:17:14.884/* CDOResource@_Z0hlMQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.884/* Product1@_Z0hlMgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.884/* OrderDetail@_Z0hlMwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.884/* BranchingWithCacheClearTest_testCommitAddOrderDetail_subBranch[21]2024-05-03 05:17:14.884/* CDOResourceFolder@_Z0hlMAkMEe-bzopYCigSfg:21v0("?")->0v12024-05-03 05:17:14.884/* CDOResource@_Z0hlMQkMEe-bzopYCigSfg:21v0("?")->0v12024-05-03 05:17:14.884/2024-05-03 05:17:14.889 CDOResource@_Z0hlMQkMEe-bzopYCigSfg:21v1("res")2024-05-03 05:17:14.890/* Product1@_Z0hlMgkMEe-bzopYCigSfg:21v0->0v1 2024-05-03 05:17:14.884/2024-05-03 05:17:14.889 Product1@_Z0hlMgkMEe-bzopYCigSfg:21v1 2024-05-03 05:17:14.890/* OrderDetail@_Z0hlMwkMEe-bzopYCigSfg:21v0->0v1 2024-05-03 05:17:14.884/* OrderDetail@_Z0lPkAkMEe-bzopYCigSfg:21v1 2024-05-03 05:17:14.890/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* CDOResourceFolder@_Z0hlMAkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testCommitAddOrderDetail")2024-05-03 05:17:14.884/* CDOResource@_Z0hlMQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.884/* Product1@_Z0hlMgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.884/* OrderDetail@_Z0hlMwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.884/* BranchingWithCacheClearTest_testCommitAddOrderDetail_subBranch[21]2024-05-03 05:17:14.884/* CDOResourceFolder@_Z0hlMAkMEe-bzopYCigSfg:21v0("?")->0v12024-05-03 05:17:14.884/* CDOResource@_Z0hlMQkMEe-bzopYCigSfg:21v0("?")->0v12024-05-03 05:17:14.884/2024-05-03 05:17:14.889 CDOResource@_Z0hlMQkMEe-bzopYCigSfg:21v1("res")2024-05-03 05:17:14.890/* Product1@_Z0hlMgkMEe-bzopYCigSfg:21v0->0v1 2024-05-03 05:17:14.884/2024-05-03 05:17:14.889 Product1@_Z0hlMgkMEe-bzopYCigSfg:21v1 2024-05-03 05:17:14.890/* OrderDetail@_Z0hlMwkMEe-bzopYCigSfg:21v0->0v1 2024-05-03 05:17:14.884/* OrderDetail@_Z0lPkAkMEe-bzopYCigSfg:21v1 2024-05-03 05:17:14.890/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* CDOResourceFolder@_Z0hlMAkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testCommitAddOrderDetail")2024-05-03 05:17:14.884/* CDOResource@_Z0hlMQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.884/* Product1@_Z0hlMgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.884/* OrderDetail@_Z0hlMwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.884/* BranchingWithCacheClearTest_testCommitAddOrderDetail_subBranch[21]2024-05-03 05:17:14.884/* CDOResourceFolder@_Z0hlMAkMEe-bzopYCigSfg:21v0("?")->0v12024-05-03 05:17:14.884/* CDOResource@_Z0hlMQkMEe-bzopYCigSfg:21v0("?")->0v12024-05-03 05:17:14.884/2024-05-03 05:17:14.889 CDOResource@_Z0hlMQkMEe-bzopYCigSfg:21v1("res")2024-05-03 05:17:14.890/* Product1@_Z0hlMgkMEe-bzopYCigSfg:21v0->0v1 2024-05-03 05:17:14.884/2024-05-03 05:17:14.889 Product1@_Z0hlMgkMEe-bzopYCigSfg:21v1 2024-05-03 05:17:14.890/* OrderDetail@_Z0hlMwkMEe-bzopYCigSfg:21v0->0v1 2024-05-03 05:17:14.884/* OrderDetail@_Z0lPkAkMEe-bzopYCigSfg:21v1 2024-05-03 05:17:14.890/* ******************************************************* BranchingWithCacheClearTest.testCommitRemoveOrderDetail [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* CDOResource@_ZxTSEAkMEe-bzopYCigSfg:0v8("/") 2024-05-03 05:17:14.884/2024-05-03 05:17:14.945 CDOResource@_ZxTSEAkMEe-bzopYCigSfg:0v9("/") 2024-05-03 05:17:14.946/* CDOResourceFolder@_Z1HbEAkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testCommitRemoveOrderDetail")2024-05-03 05:17:14.946/* CDOResource@_Z1HbEQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.946/* OrderDetail@_Z1HbEgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.946/* Product1@_Z1HbEwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.946/* OrderDetail@_Z1HbFAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.946/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* CDOResource@_ZxTSEAkMEe-bzopYCigSfg:0v8("/") 2024-05-03 05:17:14.884/2024-05-03 05:17:14.945 CDOResource@_ZxTSEAkMEe-bzopYCigSfg:0v9("/") 2024-05-03 05:17:14.946/* CDOResourceFolder@_Z1HbEAkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testCommitRemoveOrderDetail")2024-05-03 05:17:14.946/* CDOResource@_Z1HbEQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.946/* OrderDetail@_Z1HbEgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.946/* Product1@_Z1HbEwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.946/* OrderDetail@_Z1HbFAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.946/* server-thread-261 [debug] moveOneUp add historic entry at: 1 server-thread-261 [debug] moveOneUp add historic entry at: 2 ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* CDOResource@_ZxTSEAkMEe-bzopYCigSfg:0v8("/") 2024-05-03 05:17:14.884/2024-05-03 05:17:14.945 CDOResource@_ZxTSEAkMEe-bzopYCigSfg:0v9("/") 2024-05-03 05:17:14.946/* CDOResourceFolder@_Z1HbEAkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testCommitRemoveOrderDetail")2024-05-03 05:17:14.946/* CDOResource@_Z1HbEQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.946/* OrderDetail@_Z1HbEgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.946/* Product1@_Z1HbEwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.946/* OrderDetail@_Z1HbFAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.946/* BranchingWithCacheClearTest_testCommitRemoveOrderDetail_subBranch[22]2024-05-03 05:17:14.946/* CDOResourceFolder@_Z1HbEAkMEe-bzopYCigSfg:22v0("?")->0v12024-05-03 05:17:14.946/* CDOResource@_Z1HbEQkMEe-bzopYCigSfg:22v0("?")->0v12024-05-03 05:17:14.946/2024-05-03 05:17:14.950 CDOResource@_Z1HbEQkMEe-bzopYCigSfg:22v1("res")2024-05-03 05:17:14.951/* OrderDetail@_Z1HbEgkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:14.946/2024-05-03 05:17:14.950 Product1@_Z1HbEwkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:14.946/2024-05-03 05:17:14.950 Product1@_Z1HbEwkMEe-bzopYCigSfg:22v1 2024-05-03 05:17:14.951/* OrderDetail@_Z1HbFAkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:14.946/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* CDOResource@_ZxTSEAkMEe-bzopYCigSfg:0v8("/") 2024-05-03 05:17:14.884/2024-05-03 05:17:14.945 CDOResource@_ZxTSEAkMEe-bzopYCigSfg:0v9("/") 2024-05-03 05:17:14.946/* CDOResourceFolder@_Z1HbEAkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testCommitRemoveOrderDetail")2024-05-03 05:17:14.946/* CDOResource@_Z1HbEQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.946/* OrderDetail@_Z1HbEgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.946/* Product1@_Z1HbEwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.946/* OrderDetail@_Z1HbFAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.946/* BranchingWithCacheClearTest_testCommitRemoveOrderDetail_subBranch[22]2024-05-03 05:17:14.946/* CDOResourceFolder@_Z1HbEAkMEe-bzopYCigSfg:22v0("?")->0v12024-05-03 05:17:14.946/* CDOResource@_Z1HbEQkMEe-bzopYCigSfg:22v0("?")->0v12024-05-03 05:17:14.946/2024-05-03 05:17:14.950 CDOResource@_Z1HbEQkMEe-bzopYCigSfg:22v1("res")2024-05-03 05:17:14.951/* Product1@_Z1HbEwkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:14.946/2024-05-03 05:17:14.950 Product1@_Z1HbEwkMEe-bzopYCigSfg:22v1 2024-05-03 05:17:14.951/* OrderDetail@_Z1HbFAkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:14.946/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* CDOResourceFolder@_Z1HbEAkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testCommitRemoveOrderDetail")2024-05-03 05:17:14.946/* CDOResource@_Z1HbEQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.946/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* CDOResourceFolder@_Z1HbEAkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testCommitRemoveOrderDetail")2024-05-03 05:17:14.946/* CDOResource@_Z1HbEQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.946/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* CDOResourceFolder@_Z1HbEAkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testCommitRemoveOrderDetail")2024-05-03 05:17:14.946/* CDOResource@_Z1HbEQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.946/* OrderDetail@_Z1HbEgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.946/* OrderDetail@_Z1HbFAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.946/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* CDOResourceFolder@_Z1HbEAkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testCommitRemoveOrderDetail")2024-05-03 05:17:14.946/* CDOResource@_Z1HbEQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.946/* OrderDetail@_Z1HbEgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.946/* OrderDetail@_Z1HbFAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.946/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* CDOResourceFolder@_Z1HbEAkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testCommitRemoveOrderDetail")2024-05-03 05:17:14.946/* CDOResource@_Z1HbEQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.946/* OrderDetail@_Z1HbEgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.946/* Product1@_Z1HbEwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.946/* OrderDetail@_Z1HbFAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.946/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* CDOResourceFolder@_Z1HbEAkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testCommitRemoveOrderDetail")2024-05-03 05:17:14.946/* CDOResource@_Z1HbEQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.946/* OrderDetail@_Z1HbEgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.946/* Product1@_Z1HbEwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.946/* OrderDetail@_Z1HbFAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.946/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* CDOResourceFolder@_Z1HbEAkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testCommitRemoveOrderDetail")2024-05-03 05:17:14.946/* CDOResource@_Z1HbEQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.946/* OrderDetail@_Z1HbEgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.946/* Product1@_Z1HbEwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.946/* OrderDetail@_Z1HbFAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.946/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* CDOResourceFolder@_Z1HbEAkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testCommitRemoveOrderDetail")2024-05-03 05:17:14.946/* CDOResource@_Z1HbEQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.946/* OrderDetail@_Z1HbEgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.946/* Product1@_Z1HbEwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.946/* OrderDetail@_Z1HbFAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.946/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* CDOResourceFolder@_Z1HbEAkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testCommitRemoveOrderDetail")2024-05-03 05:17:14.946/* CDOResource@_Z1HbEQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.946/* OrderDetail@_Z1HbEgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.946/* Product1@_Z1HbEwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.946/* OrderDetail@_Z1HbFAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.946/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* CDOResourceFolder@_Z1HbEAkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testCommitRemoveOrderDetail")2024-05-03 05:17:14.946/* CDOResource@_Z1HbEQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.946/* OrderDetail@_Z1HbEgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.946/* Product1@_Z1HbEwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.946/* OrderDetail@_Z1HbFAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.946/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* CDOResourceFolder@_Z1HbEAkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testCommitRemoveOrderDetail")2024-05-03 05:17:14.946/* CDOResource@_Z1HbEQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.946/* OrderDetail@_Z1HbEgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.946/* Product1@_Z1HbEwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.946/* OrderDetail@_Z1HbFAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.946/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* CDOResourceFolder@_Z1HbEAkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testCommitRemoveOrderDetail")2024-05-03 05:17:14.946/* CDOResource@_Z1HbEQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.946/* OrderDetail@_Z1HbEgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.946/* Product1@_Z1HbEwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.946/* OrderDetail@_Z1HbFAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.946/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* CDOResourceFolder@_Z1HbEAkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testCommitRemoveOrderDetail")2024-05-03 05:17:14.946/* CDOResource@_Z1HbEQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.946/* OrderDetail@_Z1HbEgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.946/* Product1@_Z1HbEwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.946/* OrderDetail@_Z1HbFAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.946/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* CDOResourceFolder@_Z1HbEAkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testCommitRemoveOrderDetail")2024-05-03 05:17:14.946/* CDOResource@_Z1HbEQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.946/* OrderDetail@_Z1HbEgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.946/* Product1@_Z1HbEwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.946/* OrderDetail@_Z1HbFAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.946/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* CDOResourceFolder@_Z1HbEAkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testCommitRemoveOrderDetail")2024-05-03 05:17:14.946/* CDOResource@_Z1HbEQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.946/* OrderDetail@_Z1HbEgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.946/* Product1@_Z1HbEwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.946/* OrderDetail@_Z1HbFAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.946/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* CDOResourceFolder@_Z1HbEAkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testCommitRemoveOrderDetail")2024-05-03 05:17:14.946/* CDOResource@_Z1HbEQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.946/* OrderDetail@_Z1HbEgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.946/* Product1@_Z1HbEwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.946/* OrderDetail@_Z1HbFAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.946/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* CDOResourceFolder@_Z1HbEAkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testCommitRemoveOrderDetail")2024-05-03 05:17:14.946/* CDOResource@_Z1HbEQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.946/* OrderDetail@_Z1HbEgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.946/* Product1@_Z1HbEwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.946/* OrderDetail@_Z1HbFAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.946/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* CDOResourceFolder@_Z1HbEAkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testCommitRemoveOrderDetail")2024-05-03 05:17:14.946/* CDOResource@_Z1HbEQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.946/* OrderDetail@_Z1HbEgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.946/* Product1@_Z1HbEwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.946/* OrderDetail@_Z1HbFAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.946/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* CDOResourceFolder@_Z1HbEAkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testCommitRemoveOrderDetail")2024-05-03 05:17:14.946/* CDOResource@_Z1HbEQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.946/* OrderDetail@_Z1HbEgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.946/* Product1@_Z1HbEwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.946/* OrderDetail@_Z1HbFAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.946/* BranchingWithCacheClearTest_testCommitRemoveOrderDetail_subBranch[22]2024-05-03 05:17:14.946/* CDOResourceFolder@_Z1HbEAkMEe-bzopYCigSfg:22v0("?")->0v12024-05-03 05:17:14.946/* CDOResource@_Z1HbEQkMEe-bzopYCigSfg:22v0("?")->0v12024-05-03 05:17:14.946/2024-05-03 05:17:14.950 ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* CDOResourceFolder@_Z1HbEAkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testCommitRemoveOrderDetail")2024-05-03 05:17:14.946/* CDOResource@_Z1HbEQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.946/* OrderDetail@_Z1HbEgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.946/* Product1@_Z1HbEwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.946/* OrderDetail@_Z1HbFAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.946/* BranchingWithCacheClearTest_testCommitRemoveOrderDetail_subBranch[22]2024-05-03 05:17:14.946/* CDOResourceFolder@_Z1HbEAkMEe-bzopYCigSfg:22v0("?")->0v12024-05-03 05:17:14.946/* CDOResource@_Z1HbEQkMEe-bzopYCigSfg:22v0("?")->0v12024-05-03 05:17:14.946/2024-05-03 05:17:14.950 ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* CDOResourceFolder@_Z1HbEAkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testCommitRemoveOrderDetail")2024-05-03 05:17:14.946/* CDOResource@_Z1HbEQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.946/* OrderDetail@_Z1HbEgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.946/* Product1@_Z1HbEwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.946/* OrderDetail@_Z1HbFAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.946/* BranchingWithCacheClearTest_testCommitRemoveOrderDetail_subBranch[22]2024-05-03 05:17:14.946/* CDOResourceFolder@_Z1HbEAkMEe-bzopYCigSfg:22v0("?")->0v12024-05-03 05:17:14.946/* CDOResource@_Z1HbEQkMEe-bzopYCigSfg:22v0("?")->0v12024-05-03 05:17:14.946/2024-05-03 05:17:14.950 OrderDetail@_Z1HbEgkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:14.946/2024-05-03 05:17:14.950 OrderDetail@_Z1HbFAkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:14.946/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* CDOResourceFolder@_Z1HbEAkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testCommitRemoveOrderDetail")2024-05-03 05:17:14.946/* CDOResource@_Z1HbEQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.946/* OrderDetail@_Z1HbEgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.946/* Product1@_Z1HbEwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.946/* OrderDetail@_Z1HbFAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.946/* BranchingWithCacheClearTest_testCommitRemoveOrderDetail_subBranch[22]2024-05-03 05:17:14.946/* CDOResourceFolder@_Z1HbEAkMEe-bzopYCigSfg:22v0("?")->0v12024-05-03 05:17:14.946/* CDOResource@_Z1HbEQkMEe-bzopYCigSfg:22v0("?")->0v12024-05-03 05:17:14.946/2024-05-03 05:17:14.950 OrderDetail@_Z1HbEgkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:14.946/2024-05-03 05:17:14.950 OrderDetail@_Z1HbFAkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:14.946/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* CDOResourceFolder@_Z1HbEAkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testCommitRemoveOrderDetail")2024-05-03 05:17:14.946/* CDOResource@_Z1HbEQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.946/* OrderDetail@_Z1HbEgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.946/* Product1@_Z1HbEwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.946/* OrderDetail@_Z1HbFAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.946/* BranchingWithCacheClearTest_testCommitRemoveOrderDetail_subBranch[22]2024-05-03 05:17:14.946/* CDOResourceFolder@_Z1HbEAkMEe-bzopYCigSfg:22v0("?")->0v12024-05-03 05:17:14.946/* CDOResource@_Z1HbEQkMEe-bzopYCigSfg:22v0("?")->0v12024-05-03 05:17:14.946/2024-05-03 05:17:14.950 OrderDetail@_Z1HbEgkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:14.946/2024-05-03 05:17:14.950 Product1@_Z1HbEwkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:14.946/2024-05-03 05:17:14.950 OrderDetail@_Z1HbFAkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:14.946/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* CDOResourceFolder@_Z1HbEAkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testCommitRemoveOrderDetail")2024-05-03 05:17:14.946/* CDOResource@_Z1HbEQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.946/* OrderDetail@_Z1HbEgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.946/* Product1@_Z1HbEwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.946/* OrderDetail@_Z1HbFAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.946/* BranchingWithCacheClearTest_testCommitRemoveOrderDetail_subBranch[22]2024-05-03 05:17:14.946/* CDOResourceFolder@_Z1HbEAkMEe-bzopYCigSfg:22v0("?")->0v12024-05-03 05:17:14.946/* CDOResource@_Z1HbEQkMEe-bzopYCigSfg:22v0("?")->0v12024-05-03 05:17:14.946/2024-05-03 05:17:14.950 OrderDetail@_Z1HbEgkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:14.946/2024-05-03 05:17:14.950 Product1@_Z1HbEwkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:14.946/2024-05-03 05:17:14.950 OrderDetail@_Z1HbFAkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:14.946/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* CDOResourceFolder@_Z1HbEAkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testCommitRemoveOrderDetail")2024-05-03 05:17:14.946/* CDOResource@_Z1HbEQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.946/* OrderDetail@_Z1HbEgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.946/* Product1@_Z1HbEwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.946/* OrderDetail@_Z1HbFAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.946/* BranchingWithCacheClearTest_testCommitRemoveOrderDetail_subBranch[22]2024-05-03 05:17:14.946/* CDOResourceFolder@_Z1HbEAkMEe-bzopYCigSfg:22v0("?")->0v12024-05-03 05:17:14.946/* CDOResource@_Z1HbEQkMEe-bzopYCigSfg:22v0("?")->0v12024-05-03 05:17:14.946/2024-05-03 05:17:14.950 CDOResource@_Z1HbEQkMEe-bzopYCigSfg:22v1("res")2024-05-03 05:17:14.951/* OrderDetail@_Z1HbEgkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:14.946/2024-05-03 05:17:14.950 Product1@_Z1HbEwkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:14.946/2024-05-03 05:17:14.950 OrderDetail@_Z1HbFAkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:14.946/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* CDOResourceFolder@_Z1HbEAkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testCommitRemoveOrderDetail")2024-05-03 05:17:14.946/* CDOResource@_Z1HbEQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.946/* OrderDetail@_Z1HbEgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.946/* Product1@_Z1HbEwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.946/* OrderDetail@_Z1HbFAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.946/* BranchingWithCacheClearTest_testCommitRemoveOrderDetail_subBranch[22]2024-05-03 05:17:14.946/* CDOResourceFolder@_Z1HbEAkMEe-bzopYCigSfg:22v0("?")->0v12024-05-03 05:17:14.946/* CDOResource@_Z1HbEQkMEe-bzopYCigSfg:22v0("?")->0v12024-05-03 05:17:14.946/2024-05-03 05:17:14.950 CDOResource@_Z1HbEQkMEe-bzopYCigSfg:22v1("res")2024-05-03 05:17:14.951/* OrderDetail@_Z1HbEgkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:14.946/2024-05-03 05:17:14.950 Product1@_Z1HbEwkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:14.946/2024-05-03 05:17:14.950 OrderDetail@_Z1HbFAkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:14.946/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* CDOResourceFolder@_Z1HbEAkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testCommitRemoveOrderDetail")2024-05-03 05:17:14.946/* CDOResource@_Z1HbEQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.946/* OrderDetail@_Z1HbEgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.946/* Product1@_Z1HbEwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.946/* OrderDetail@_Z1HbFAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.946/* BranchingWithCacheClearTest_testCommitRemoveOrderDetail_subBranch[22]2024-05-03 05:17:14.946/* CDOResourceFolder@_Z1HbEAkMEe-bzopYCigSfg:22v0("?")->0v12024-05-03 05:17:14.946/* CDOResource@_Z1HbEQkMEe-bzopYCigSfg:22v0("?")->0v12024-05-03 05:17:14.946/2024-05-03 05:17:14.950 CDOResource@_Z1HbEQkMEe-bzopYCigSfg:22v1("res")2024-05-03 05:17:14.951/* OrderDetail@_Z1HbEgkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:14.946/2024-05-03 05:17:14.950 Product1@_Z1HbEwkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:14.946/2024-05-03 05:17:14.950 OrderDetail@_Z1HbFAkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:14.946/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* CDOResourceFolder@_Z1HbEAkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testCommitRemoveOrderDetail")2024-05-03 05:17:14.946/* CDOResource@_Z1HbEQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.946/* OrderDetail@_Z1HbEgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.946/* Product1@_Z1HbEwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.946/* OrderDetail@_Z1HbFAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.946/* BranchingWithCacheClearTest_testCommitRemoveOrderDetail_subBranch[22]2024-05-03 05:17:14.946/* CDOResourceFolder@_Z1HbEAkMEe-bzopYCigSfg:22v0("?")->0v12024-05-03 05:17:14.946/* CDOResource@_Z1HbEQkMEe-bzopYCigSfg:22v0("?")->0v12024-05-03 05:17:14.946/2024-05-03 05:17:14.950 CDOResource@_Z1HbEQkMEe-bzopYCigSfg:22v1("res")2024-05-03 05:17:14.951/* OrderDetail@_Z1HbEgkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:14.946/2024-05-03 05:17:14.950 Product1@_Z1HbEwkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:14.946/2024-05-03 05:17:14.950 OrderDetail@_Z1HbFAkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:14.946/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* CDOResourceFolder@_Z1HbEAkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testCommitRemoveOrderDetail")2024-05-03 05:17:14.946/* CDOResource@_Z1HbEQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.946/* OrderDetail@_Z1HbEgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.946/* Product1@_Z1HbEwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.946/* OrderDetail@_Z1HbFAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.946/* BranchingWithCacheClearTest_testCommitRemoveOrderDetail_subBranch[22]2024-05-03 05:17:14.946/* CDOResourceFolder@_Z1HbEAkMEe-bzopYCigSfg:22v0("?")->0v12024-05-03 05:17:14.946/* CDOResource@_Z1HbEQkMEe-bzopYCigSfg:22v0("?")->0v12024-05-03 05:17:14.946/2024-05-03 05:17:14.950 CDOResource@_Z1HbEQkMEe-bzopYCigSfg:22v1("res")2024-05-03 05:17:14.951/* OrderDetail@_Z1HbEgkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:14.946/2024-05-03 05:17:14.950 Product1@_Z1HbEwkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:14.946/2024-05-03 05:17:14.950 Product1@_Z1HbEwkMEe-bzopYCigSfg:22v1 2024-05-03 05:17:14.951/* OrderDetail@_Z1HbFAkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:14.946/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* CDOResourceFolder@_Z1HbEAkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testCommitRemoveOrderDetail")2024-05-03 05:17:14.946/* CDOResource@_Z1HbEQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.946/* OrderDetail@_Z1HbEgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.946/* Product1@_Z1HbEwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.946/* OrderDetail@_Z1HbFAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.946/* BranchingWithCacheClearTest_testCommitRemoveOrderDetail_subBranch[22]2024-05-03 05:17:14.946/* CDOResourceFolder@_Z1HbEAkMEe-bzopYCigSfg:22v0("?")->0v12024-05-03 05:17:14.946/* CDOResource@_Z1HbEQkMEe-bzopYCigSfg:22v0("?")->0v12024-05-03 05:17:14.946/2024-05-03 05:17:14.950 CDOResource@_Z1HbEQkMEe-bzopYCigSfg:22v1("res")2024-05-03 05:17:14.951/* OrderDetail@_Z1HbEgkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:14.946/2024-05-03 05:17:14.950 Product1@_Z1HbEwkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:14.946/2024-05-03 05:17:14.950 Product1@_Z1HbEwkMEe-bzopYCigSfg:22v1 2024-05-03 05:17:14.951/* OrderDetail@_Z1HbFAkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:14.946/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* CDOResourceFolder@_Z1HbEAkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testCommitRemoveOrderDetail")2024-05-03 05:17:14.946/* CDOResource@_Z1HbEQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.946/* OrderDetail@_Z1HbEgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.946/* Product1@_Z1HbEwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.946/* OrderDetail@_Z1HbFAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.946/* BranchingWithCacheClearTest_testCommitRemoveOrderDetail_subBranch[22]2024-05-03 05:17:14.946/* CDOResourceFolder@_Z1HbEAkMEe-bzopYCigSfg:22v0("?")->0v12024-05-03 05:17:14.946/* CDOResource@_Z1HbEQkMEe-bzopYCigSfg:22v0("?")->0v12024-05-03 05:17:14.946/2024-05-03 05:17:14.950 CDOResource@_Z1HbEQkMEe-bzopYCigSfg:22v1("res")2024-05-03 05:17:14.951/* OrderDetail@_Z1HbEgkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:14.946/2024-05-03 05:17:14.950 Product1@_Z1HbEwkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:14.946/2024-05-03 05:17:14.950 Product1@_Z1HbEwkMEe-bzopYCigSfg:22v1 2024-05-03 05:17:14.951/* OrderDetail@_Z1HbFAkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:14.946/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* CDOResourceFolder@_Z1HbEAkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testCommitRemoveOrderDetail")2024-05-03 05:17:14.946/* CDOResource@_Z1HbEQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.946/* OrderDetail@_Z1HbEgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.946/* Product1@_Z1HbEwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.946/* OrderDetail@_Z1HbFAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.946/* BranchingWithCacheClearTest_testCommitRemoveOrderDetail_subBranch[22]2024-05-03 05:17:14.946/* CDOResourceFolder@_Z1HbEAkMEe-bzopYCigSfg:22v0("?")->0v12024-05-03 05:17:14.946/* CDOResource@_Z1HbEQkMEe-bzopYCigSfg:22v0("?")->0v12024-05-03 05:17:14.946/2024-05-03 05:17:14.950 CDOResource@_Z1HbEQkMEe-bzopYCigSfg:22v1("res")2024-05-03 05:17:14.951/* OrderDetail@_Z1HbEgkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:14.946/2024-05-03 05:17:14.950 Product1@_Z1HbEwkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:14.946/2024-05-03 05:17:14.950 Product1@_Z1HbEwkMEe-bzopYCigSfg:22v1 2024-05-03 05:17:14.951/* OrderDetail@_Z1HbFAkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:14.946/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* CDOResourceFolder@_Z1HbEAkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testCommitRemoveOrderDetail")2024-05-03 05:17:14.946/* CDOResource@_Z1HbEQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.946/* OrderDetail@_Z1HbEgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.946/* Product1@_Z1HbEwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.946/* OrderDetail@_Z1HbFAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.946/* BranchingWithCacheClearTest_testCommitRemoveOrderDetail_subBranch[22]2024-05-03 05:17:14.946/* CDOResourceFolder@_Z1HbEAkMEe-bzopYCigSfg:22v0("?")->0v12024-05-03 05:17:14.946/* CDOResource@_Z1HbEQkMEe-bzopYCigSfg:22v0("?")->0v12024-05-03 05:17:14.946/2024-05-03 05:17:14.950 CDOResource@_Z1HbEQkMEe-bzopYCigSfg:22v1("res")2024-05-03 05:17:14.951/* OrderDetail@_Z1HbEgkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:14.946/2024-05-03 05:17:14.950 Product1@_Z1HbEwkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:14.946/2024-05-03 05:17:14.950 Product1@_Z1HbEwkMEe-bzopYCigSfg:22v1 2024-05-03 05:17:14.951/* OrderDetail@_Z1HbFAkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:14.946/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* CDOResourceFolder@_Z1HbEAkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testCommitRemoveOrderDetail")2024-05-03 05:17:14.946/* CDOResource@_Z1HbEQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.946/* OrderDetail@_Z1HbEgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.946/* Product1@_Z1HbEwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.946/* OrderDetail@_Z1HbFAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.946/* BranchingWithCacheClearTest_testCommitRemoveOrderDetail_subBranch[22]2024-05-03 05:17:14.946/* CDOResourceFolder@_Z1HbEAkMEe-bzopYCigSfg:22v0("?")->0v12024-05-03 05:17:14.946/* CDOResource@_Z1HbEQkMEe-bzopYCigSfg:22v0("?")->0v12024-05-03 05:17:14.946/2024-05-03 05:17:14.950 CDOResource@_Z1HbEQkMEe-bzopYCigSfg:22v1("res")2024-05-03 05:17:14.951/* OrderDetail@_Z1HbEgkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:14.946/2024-05-03 05:17:14.950 Product1@_Z1HbEwkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:14.946/2024-05-03 05:17:14.950 Product1@_Z1HbEwkMEe-bzopYCigSfg:22v1 2024-05-03 05:17:14.951/* OrderDetail@_Z1HbFAkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:14.946/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* CDOResourceFolder@_Z1HbEAkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testCommitRemoveOrderDetail")2024-05-03 05:17:14.946/* CDOResource@_Z1HbEQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.946/* OrderDetail@_Z1HbEgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.946/* Product1@_Z1HbEwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.946/* OrderDetail@_Z1HbFAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.946/* BranchingWithCacheClearTest_testCommitRemoveOrderDetail_subBranch[22]2024-05-03 05:17:14.946/* CDOResourceFolder@_Z1HbEAkMEe-bzopYCigSfg:22v0("?")->0v12024-05-03 05:17:14.946/* CDOResource@_Z1HbEQkMEe-bzopYCigSfg:22v0("?")->0v12024-05-03 05:17:14.946/2024-05-03 05:17:14.950 CDOResource@_Z1HbEQkMEe-bzopYCigSfg:22v1("res")2024-05-03 05:17:14.951/* OrderDetail@_Z1HbEgkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:14.946/2024-05-03 05:17:14.950 Product1@_Z1HbEwkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:14.946/2024-05-03 05:17:14.950 Product1@_Z1HbEwkMEe-bzopYCigSfg:22v1 2024-05-03 05:17:14.951/* OrderDetail@_Z1HbFAkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:14.946/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* CDOResourceFolder@_Z1HbEAkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testCommitRemoveOrderDetail")2024-05-03 05:17:14.946/* CDOResource@_Z1HbEQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:14.946/* OrderDetail@_Z1HbEgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.946/* Product1@_Z1HbEwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.946/* OrderDetail@_Z1HbFAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:14.946/* BranchingWithCacheClearTest_testCommitRemoveOrderDetail_subBranch[22]2024-05-03 05:17:14.946/* CDOResourceFolder@_Z1HbEAkMEe-bzopYCigSfg:22v0("?")->0v12024-05-03 05:17:14.946/* CDOResource@_Z1HbEQkMEe-bzopYCigSfg:22v0("?")->0v12024-05-03 05:17:14.946/2024-05-03 05:17:14.950 CDOResource@_Z1HbEQkMEe-bzopYCigSfg:22v1("res")2024-05-03 05:17:14.951/* OrderDetail@_Z1HbEgkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:14.946/2024-05-03 05:17:14.950 Product1@_Z1HbEwkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:14.946/2024-05-03 05:17:14.950 Product1@_Z1HbEwkMEe-bzopYCigSfg:22v1 2024-05-03 05:17:14.951/* OrderDetail@_Z1HbFAkMEe-bzopYCigSfg:22v0->0v1 2024-05-03 05:17:14.946/* ******************************************************* BranchingWithCacheClearTest.testContainment [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* BranchingWithCacheClearTest.testCreateBranch [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* BranchingWithCacheClearTest.testCreateBranchDuplicate [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [ERROR] The branch MAIN/BranchingWithCacheClearTest_testCreateBranchDuplicate_existing already exists org.eclipse.emf.cdo.common.branch.CDODuplicateBranchException: The branch MAIN/BranchingWithCacheClearTest_testCreateBranchDuplicate_existing already exists at org.eclipse.emf.cdo.internal.server.Repository.checkDuplicateBranchBase(Repository.java:688) at org.eclipse.emf.cdo.internal.server.Repository.createBranch(Repository.java:549) at org.eclipse.emf.cdo.tests.config.impl.RepositoryConfig$6.createBranch(RepositoryConfig.java:755) at org.eclipse.emf.cdo.internal.common.branch.CDOBranchManagerImpl.createBranch(CDOBranchManagerImpl.java:364) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CreateBranchIndication.responding(CreateBranchIndication.java:51) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerIndication.responding(CDOServerIndication.java:162) at org.eclipse.net4j.signal.IndicationWithResponse.doExtendedOutput(IndicationWithResponse.java:100) at org.eclipse.net4j.signal.Signal.doOutput(Signal.java:407) at org.eclipse.net4j.signal.IndicationWithResponse.execute(IndicationWithResponse.java:74) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerWriteIndication.execute(CDOServerWriteIndication.java:34) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) ******************************************************* BranchingWithCacheClearTest.testCreateBranchIllegalName [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* BranchingWithCacheClearTest.testDeleteBranch [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [ERROR] Cannot invoke "java.util.concurrent.ConcurrentMap.values()" because "infos" is null java.lang.NullPointerException: Cannot invoke "java.util.concurrent.ConcurrentMap.values()" because "infos" is null at org.eclipse.emf.internal.cdo.session.CDOLockStateCacheImpl.remapOwner(CDOLockStateCacheImpl.java:356) at org.eclipse.emf.cdo.internal.net4j.protocol.LockOwnerRemappedNotificationIndication.indicating(LockOwnerRemappedNotificationIndication.java:40) at org.eclipse.emf.cdo.internal.net4j.protocol.CDOClientIndication.indicating(CDOClientIndication.java:77) at org.eclipse.net4j.signal.Indication.doExtendedInput(Indication.java:57) at org.eclipse.net4j.signal.Signal.doInput(Signal.java:434) at org.eclipse.net4j.signal.Indication.execute(Indication.java:51) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) ******************************************************* BranchingWithCacheClearTest.testDetachExisting [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* CDOResourceFolder@_Z3Ns0AkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testDetachExisting")2024-05-03 05:17:15.166/* CDOResource@_Z3Ns0QkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:15.166/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* CDOResourceFolder@_Z3Ns0AkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testDetachExisting")2024-05-03 05:17:15.166/* CDOResource@_Z3Ns0QkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:15.166/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* OrderDetail@_Z3OT4QkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:15.166/* CDOResourceFolder@_Z3Ns0AkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testDetachExisting")2024-05-03 05:17:15.166/* CDOResource@_Z3Ns0QkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:15.166/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* OrderDetail@_Z3OT4QkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:15.166/* CDOResourceFolder@_Z3Ns0AkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testDetachExisting")2024-05-03 05:17:15.166/* CDOResource@_Z3Ns0QkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:15.166/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* Product1@_Z3OT4AkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:15.166/* OrderDetail@_Z3OT4QkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:15.166/* CDOResourceFolder@_Z3Ns0AkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testDetachExisting")2024-05-03 05:17:15.166/* CDOResource@_Z3Ns0QkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:15.166/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* Product1@_Z3OT4AkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:15.166/* OrderDetail@_Z3OT4QkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:15.166/* CDOResourceFolder@_Z3Ns0AkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testDetachExisting")2024-05-03 05:17:15.166/* CDOResource@_Z3Ns0QkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:15.166/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* Product1@_Z3OT4AkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:15.166/* OrderDetail@_Z3OT4QkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:15.166/* CDOResourceFolder@_Z3Ns0AkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testDetachExisting")2024-05-03 05:17:15.166/* CDOResource@_Z3Ns0QkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:15.166/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* Product1@_Z3OT4AkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:15.166/* OrderDetail@_Z3OT4QkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:15.166/* CDOResourceFolder@_Z3Ns0AkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testDetachExisting")2024-05-03 05:17:15.166/* CDOResource@_Z3Ns0QkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:15.166/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* Product1@_Z3OT4AkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:15.166/* OrderDetail@_Z3OT4QkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:15.166/* CDOResourceFolder@_Z3Ns0AkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testDetachExisting")2024-05-03 05:17:15.166/* CDOResource@_Z3Ns0QkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:15.166/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* Product1@_Z3OT4AkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:15.166/* OrderDetail@_Z3OT4QkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:15.166/* CDOResourceFolder@_Z3Ns0AkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testDetachExisting")2024-05-03 05:17:15.166/* CDOResource@_Z3Ns0QkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:15.166/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* Product1@_Z3OT4AkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:15.166/* OrderDetail@_Z3OT4QkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:15.166/* CDOResourceFolder@_Z3Ns0AkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testDetachExisting")2024-05-03 05:17:15.166/* CDOResource@_Z3Ns0QkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:15.166/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* Product1@_Z3OT4AkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:15.166/* OrderDetail@_Z3OT4QkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:15.166/* CDOResourceFolder@_Z3Ns0AkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testDetachExisting")2024-05-03 05:17:15.166/* CDOResource@_Z3Ns0QkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:15.166/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* Product1@_Z3OT4AkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:15.166/* OrderDetail@_Z3OT4QkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:15.166/* CDOResourceFolder@_Z3Ns0AkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testDetachExisting")2024-05-03 05:17:15.166/* CDOResource@_Z3Ns0QkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:15.166/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* Product1@_Z3OT4AkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:15.166/* OrderDetail@_Z3OT4QkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:15.166/* CDOResourceFolder@_Z3Ns0AkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testDetachExisting")2024-05-03 05:17:15.166/* CDOResource@_Z3Ns0QkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:15.166/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* Product1@_Z3OT4AkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:15.166/* OrderDetail@_Z3OT4QkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:15.166/* CDOResourceFolder@_Z3Ns0AkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testDetachExisting")2024-05-03 05:17:15.166/* CDOResource@_Z3Ns0QkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:15.166/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* Product1@_Z3OT4AkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:15.166/* OrderDetail@_Z3OT4QkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:15.166/* CDOResourceFolder@_Z3Ns0AkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testDetachExisting")2024-05-03 05:17:15.166/* CDOResource@_Z3Ns0QkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:15.166/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* Product1@_Z3OT4AkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:15.166/* OrderDetail@_Z3OT4QkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:15.166/* CDOResourceFolder@_Z3Ns0AkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testDetachExisting")2024-05-03 05:17:15.166/* CDOResource@_Z3Ns0QkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:15.166/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* Product1@_Z3OT4AkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:15.166/* OrderDetail@_Z3OT4QkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:15.166/* CDOResourceFolder@_Z3Ns0AkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testDetachExisting")2024-05-03 05:17:15.166/* CDOResource@_Z3Ns0QkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:15.166/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* Product1@_Z3OT4AkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:15.166/* OrderDetail@_Z3OT4QkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:15.166/* CDOResourceFolder@_Z3Ns0AkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testDetachExisting")2024-05-03 05:17:15.166/* CDOResource@_Z3Ns0QkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:15.166/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* Product1@_Z3OT4AkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:15.166/* OrderDetail@_Z3OT4QkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:15.166/* CDOResourceFolder@_Z3Ns0AkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testDetachExisting")2024-05-03 05:17:15.166/* CDOResource@_Z3Ns0QkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:15.166/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* Product1@_Z3OT4AkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:15.166/* OrderDetail@_Z3OT4QkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:15.166/* CDOResourceFolder@_Z3Ns0AkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testDetachExisting")2024-05-03 05:17:15.166/* CDOResource@_Z3Ns0QkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:15.166/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* Product1@_Z3OT4AkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:15.166/* OrderDetail@_Z3OT4QkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:15.166/* CDOResourceFolder@_Z3Ns0AkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testDetachExisting")2024-05-03 05:17:15.166/* CDOResource@_Z3Ns0QkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:15.166/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* Product1@_Z3OT4AkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:15.166/* OrderDetail@_Z3OT4QkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:15.166/* CDOResourceFolder@_Z3Ns0AkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testDetachExisting")2024-05-03 05:17:15.166/* CDOResource@_Z3Ns0QkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:15.166/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* Product1@_Z3OT4AkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:15.166/* OrderDetail@_Z3OT4QkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:15.166/* CDOResourceFolder@_Z3Ns0AkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testDetachExisting")2024-05-03 05:17:15.166/* CDOResource@_Z3Ns0QkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:15.166/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* Product1@_Z3OT4AkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:15.166/* OrderDetail@_Z3OT4QkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:15.166/* CDOResourceFolder@_Z3Ns0AkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testDetachExisting")2024-05-03 05:17:15.166/* CDOResource@_Z3Ns0QkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:15.166/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* Product1@_Z3OT4AkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:15.166/* OrderDetail@_Z3OT4QkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:15.166/* CDOResourceFolder@_Z3Ns0AkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testDetachExisting")2024-05-03 05:17:15.166/* CDOResource@_Z3Ns0QkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:15.166/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* Product1@_Z3OT4AkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:15.166/* OrderDetail@_Z3OT4QkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:15.166/* CDOResourceFolder@_Z3Ns0AkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testDetachExisting")2024-05-03 05:17:15.166/* CDOResource@_Z3Ns0QkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:15.166/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* Product1@_Z3OT4AkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:15.166/* OrderDetail@_Z3OT4QkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:15.166/* CDOResourceFolder@_Z3Ns0AkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testDetachExisting")2024-05-03 05:17:15.166/* CDOResource@_Z3Ns0QkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:15.166/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* Product1@_Z3OT4AkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:15.166/* OrderDetail@_Z3OT4QkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:15.166/* CDOResourceFolder@_Z3Ns0AkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testDetachExisting")2024-05-03 05:17:15.166/* CDOResource@_Z3Ns0QkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:15.166/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* Product1@_Z3OT4AkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:15.166/* OrderDetail@_Z3OT4QkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:15.166/* CDOResourceFolder@_Z3Ns0AkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testDetachExisting")2024-05-03 05:17:15.166/* CDOResource@_Z3Ns0QkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:15.166/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* Product1@_Z3OT4AkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:15.166/* OrderDetail@_Z3OT4QkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:15.166/* CDOResourceFolder@_Z3Ns0AkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testDetachExisting")2024-05-03 05:17:15.166/* CDOResource@_Z3Ns0QkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:15.166/* BranchingWithCacheClearTest_testDetachExisting_subBranch[33]2024-05-03 05:17:15.166/* CDOResourceFolder@_Z3Ns0AkMEe-bzopYCigSfg:33v0("?")->0v12024-05-03 05:17:15.166/* CDOResource@_Z3Ns0QkMEe-bzopYCigSfg:33v0("?")->0v12024-05-03 05:17:15.166/2024-05-03 05:17:15.172 ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* Product1@_Z3OT4AkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:15.166/* OrderDetail@_Z3OT4QkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:15.166/* CDOResourceFolder@_Z3Ns0AkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testDetachExisting")2024-05-03 05:17:15.166/* CDOResource@_Z3Ns0QkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:15.166/* BranchingWithCacheClearTest_testDetachExisting_subBranch[33]2024-05-03 05:17:15.166/* CDOResourceFolder@_Z3Ns0AkMEe-bzopYCigSfg:33v0("?")->0v12024-05-03 05:17:15.166/* CDOResource@_Z3Ns0QkMEe-bzopYCigSfg:33v0("?")->0v12024-05-03 05:17:15.166/2024-05-03 05:17:15.172 ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* Product1@_Z3OT4AkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:15.166/* OrderDetail@_Z3OT4QkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:15.166/* CDOResourceFolder@_Z3Ns0AkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testDetachExisting")2024-05-03 05:17:15.166/* CDOResource@_Z3Ns0QkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:15.166/* BranchingWithCacheClearTest_testDetachExisting_subBranch[33]2024-05-03 05:17:15.166/* OrderDetail@_Z3OT4QkMEe-bzopYCigSfg:33v0->0v1 2024-05-03 05:17:15.166/2024-05-03 05:17:15.171 CDOResourceFolder@_Z3Ns0AkMEe-bzopYCigSfg:33v0("?")->0v12024-05-03 05:17:15.166/* CDOResource@_Z3Ns0QkMEe-bzopYCigSfg:33v0("?")->0v12024-05-03 05:17:15.166/2024-05-03 05:17:15.172 ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* Product1@_Z3OT4AkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:15.166/* OrderDetail@_Z3OT4QkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:15.166/* CDOResourceFolder@_Z3Ns0AkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testDetachExisting")2024-05-03 05:17:15.166/* CDOResource@_Z3Ns0QkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:15.166/* BranchingWithCacheClearTest_testDetachExisting_subBranch[33]2024-05-03 05:17:15.166/* OrderDetail@_Z3OT4QkMEe-bzopYCigSfg:33v0->0v1 2024-05-03 05:17:15.166/2024-05-03 05:17:15.171 CDOResourceFolder@_Z3Ns0AkMEe-bzopYCigSfg:33v0("?")->0v12024-05-03 05:17:15.166/* CDOResource@_Z3Ns0QkMEe-bzopYCigSfg:33v0("?")->0v12024-05-03 05:17:15.166/2024-05-03 05:17:15.172 ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* Product1@_Z3OT4AkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:15.166/* OrderDetail@_Z3OT4QkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:15.166/* CDOResourceFolder@_Z3Ns0AkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testDetachExisting")2024-05-03 05:17:15.166/* CDOResource@_Z3Ns0QkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:15.166/* BranchingWithCacheClearTest_testDetachExisting_subBranch[33]2024-05-03 05:17:15.166/* Product1@_Z3OT4AkMEe-bzopYCigSfg:33v0->0v1 2024-05-03 05:17:15.166/2024-05-03 05:17:15.172 OrderDetail@_Z3OT4QkMEe-bzopYCigSfg:33v0->0v1 2024-05-03 05:17:15.166/2024-05-03 05:17:15.171 CDOResourceFolder@_Z3Ns0AkMEe-bzopYCigSfg:33v0("?")->0v12024-05-03 05:17:15.166/* CDOResource@_Z3Ns0QkMEe-bzopYCigSfg:33v0("?")->0v12024-05-03 05:17:15.166/2024-05-03 05:17:15.172 ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* Product1@_Z3OT4AkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:15.166/* OrderDetail@_Z3OT4QkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:15.166/* CDOResourceFolder@_Z3Ns0AkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testDetachExisting")2024-05-03 05:17:15.166/* CDOResource@_Z3Ns0QkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:15.166/* BranchingWithCacheClearTest_testDetachExisting_subBranch[33]2024-05-03 05:17:15.166/* Product1@_Z3OT4AkMEe-bzopYCigSfg:33v0->0v1 2024-05-03 05:17:15.166/2024-05-03 05:17:15.172 OrderDetail@_Z3OT4QkMEe-bzopYCigSfg:33v0->0v1 2024-05-03 05:17:15.166/2024-05-03 05:17:15.171 CDOResourceFolder@_Z3Ns0AkMEe-bzopYCigSfg:33v0("?")->0v12024-05-03 05:17:15.166/* CDOResource@_Z3Ns0QkMEe-bzopYCigSfg:33v0("?")->0v12024-05-03 05:17:15.166/2024-05-03 05:17:15.172 ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* Product1@_Z3OT4AkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:15.166/* OrderDetail@_Z3OT4QkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:15.166/* CDOResourceFolder@_Z3Ns0AkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testDetachExisting")2024-05-03 05:17:15.166/* CDOResource@_Z3Ns0QkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:15.166/* BranchingWithCacheClearTest_testDetachExisting_subBranch[33]2024-05-03 05:17:15.166/* Product1@_Z3OT4AkMEe-bzopYCigSfg:33v0->0v1 2024-05-03 05:17:15.166/2024-05-03 05:17:15.172 OrderDetail@_Z3OT4QkMEe-bzopYCigSfg:33v0->0v1 2024-05-03 05:17:15.166/2024-05-03 05:17:15.171 CDOResourceFolder@_Z3Ns0AkMEe-bzopYCigSfg:33v0("?")->0v12024-05-03 05:17:15.166/* CDOResource@_Z3Ns0QkMEe-bzopYCigSfg:33v0("?")->0v12024-05-03 05:17:15.166/2024-05-03 05:17:15.172 ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* Product1@_Z3OT4AkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:15.166/* OrderDetail@_Z3OT4QkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:15.166/* CDOResourceFolder@_Z3Ns0AkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testDetachExisting")2024-05-03 05:17:15.166/* CDOResource@_Z3Ns0QkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:15.166/* BranchingWithCacheClearTest_testDetachExisting_subBranch[33]2024-05-03 05:17:15.166/* Product1@_Z3OT4AkMEe-bzopYCigSfg:33v0->0v1 2024-05-03 05:17:15.166/2024-05-03 05:17:15.172 OrderDetail@_Z3OT4QkMEe-bzopYCigSfg:33v0->0v1 2024-05-03 05:17:15.166/2024-05-03 05:17:15.171 CDOResourceFolder@_Z3Ns0AkMEe-bzopYCigSfg:33v0("?")->0v12024-05-03 05:17:15.166/* CDOResource@_Z3Ns0QkMEe-bzopYCigSfg:33v0("?")->0v12024-05-03 05:17:15.166/2024-05-03 05:17:15.172 ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* Product1@_Z3OT4AkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:15.166/* OrderDetail@_Z3OT4QkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:15.166/* CDOResourceFolder@_Z3Ns0AkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testDetachExisting")2024-05-03 05:17:15.166/* CDOResource@_Z3Ns0QkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:15.166/* BranchingWithCacheClearTest_testDetachExisting_subBranch[33]2024-05-03 05:17:15.166/* Product1@_Z3OT4AkMEe-bzopYCigSfg:33v0->0v1 2024-05-03 05:17:15.166/2024-05-03 05:17:15.172 OrderDetail@_Z3OT4QkMEe-bzopYCigSfg:33v0->0v1 2024-05-03 05:17:15.166/2024-05-03 05:17:15.171 OrderDetail@_Z3OT4QkMEe-bzopYCigSfg:33v1 2024-05-03 05:17:15.172/2024-05-03 05:17:15.172 CDOResourceFolder@_Z3Ns0AkMEe-bzopYCigSfg:33v0("?")->0v12024-05-03 05:17:15.166/* CDOResource@_Z3Ns0QkMEe-bzopYCigSfg:33v0("?")->0v12024-05-03 05:17:15.166/2024-05-03 05:17:15.172 ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* Product1@_Z3OT4AkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:15.166/* OrderDetail@_Z3OT4QkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:15.166/* CDOResourceFolder@_Z3Ns0AkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testDetachExisting")2024-05-03 05:17:15.166/* CDOResource@_Z3Ns0QkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:15.166/* BranchingWithCacheClearTest_testDetachExisting_subBranch[33]2024-05-03 05:17:15.166/* Product1@_Z3OT4AkMEe-bzopYCigSfg:33v0->0v1 2024-05-03 05:17:15.166/2024-05-03 05:17:15.172 OrderDetail@_Z3OT4QkMEe-bzopYCigSfg:33v0->0v1 2024-05-03 05:17:15.166/2024-05-03 05:17:15.171 OrderDetail@_Z3OT4QkMEe-bzopYCigSfg:33v1 2024-05-03 05:17:15.172/2024-05-03 05:17:15.172 CDOResourceFolder@_Z3Ns0AkMEe-bzopYCigSfg:33v0("?")->0v12024-05-03 05:17:15.166/* CDOResource@_Z3Ns0QkMEe-bzopYCigSfg:33v0("?")->0v12024-05-03 05:17:15.166/2024-05-03 05:17:15.172 ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* Product1@_Z3OT4AkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:15.166/* OrderDetail@_Z3OT4QkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:15.166/* CDOResourceFolder@_Z3Ns0AkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testDetachExisting")2024-05-03 05:17:15.166/* CDOResource@_Z3Ns0QkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:15.166/* BranchingWithCacheClearTest_testDetachExisting_subBranch[33]2024-05-03 05:17:15.166/* Product1@_Z3OT4AkMEe-bzopYCigSfg:33v0->0v1 2024-05-03 05:17:15.166/2024-05-03 05:17:15.172 OrderDetail@_Z3OT4QkMEe-bzopYCigSfg:33v0->0v1 2024-05-03 05:17:15.166/2024-05-03 05:17:15.171 OrderDetail@_Z3OT4QkMEe-bzopYCigSfg:33v1 2024-05-03 05:17:15.172/2024-05-03 05:17:15.172 CDOResourceFolder@_Z3Ns0AkMEe-bzopYCigSfg:33v0("?")->0v12024-05-03 05:17:15.166/* CDOResource@_Z3Ns0QkMEe-bzopYCigSfg:33v0("?")->0v12024-05-03 05:17:15.166/2024-05-03 05:17:15.172 ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* Product1@_Z3OT4AkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:15.166/* OrderDetail@_Z3OT4QkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:15.166/* CDOResourceFolder@_Z3Ns0AkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testDetachExisting")2024-05-03 05:17:15.166/* CDOResource@_Z3Ns0QkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:15.166/* BranchingWithCacheClearTest_testDetachExisting_subBranch[33]2024-05-03 05:17:15.166/* Product1@_Z3OT4AkMEe-bzopYCigSfg:33v0->0v1 2024-05-03 05:17:15.166/2024-05-03 05:17:15.172 OrderDetail@_Z3OT4QkMEe-bzopYCigSfg:33v0->0v1 2024-05-03 05:17:15.166/2024-05-03 05:17:15.171 OrderDetail@_Z3OT4QkMEe-bzopYCigSfg:33v1 2024-05-03 05:17:15.172/2024-05-03 05:17:15.172 CDOResourceFolder@_Z3Ns0AkMEe-bzopYCigSfg:33v0("?")->0v12024-05-03 05:17:15.166/* CDOResource@_Z3Ns0QkMEe-bzopYCigSfg:33v0("?")->0v12024-05-03 05:17:15.166/2024-05-03 05:17:15.172 ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* Product1@_Z3OT4AkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:15.166/* OrderDetail@_Z3OT4QkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:15.166/* CDOResourceFolder@_Z3Ns0AkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testDetachExisting")2024-05-03 05:17:15.166/* CDOResource@_Z3Ns0QkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:15.166/* BranchingWithCacheClearTest_testDetachExisting_subBranch[33]2024-05-03 05:17:15.166/* Product1@_Z3OT4AkMEe-bzopYCigSfg:33v0->0v1 2024-05-03 05:17:15.166/2024-05-03 05:17:15.172 OrderDetail@_Z3OT4QkMEe-bzopYCigSfg:33v0->0v1 2024-05-03 05:17:15.166/2024-05-03 05:17:15.171 OrderDetail@_Z3OT4QkMEe-bzopYCigSfg:33v1 2024-05-03 05:17:15.172/2024-05-03 05:17:15.172 CDOResourceFolder@_Z3Ns0AkMEe-bzopYCigSfg:33v0("?")->0v12024-05-03 05:17:15.166/* CDOResource@_Z3Ns0QkMEe-bzopYCigSfg:33v0("?")->0v12024-05-03 05:17:15.166/2024-05-03 05:17:15.172 CDOResource@_Z3Ns0QkMEe-bzopYCigSfg:33v1("res")2024-05-03 05:17:15.173/2024-05-03 05:17:15.174 ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* Product1@_Z3OT4AkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:15.166/* OrderDetail@_Z3OT4QkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:15.166/* CDOResourceFolder@_Z3Ns0AkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testDetachExisting")2024-05-03 05:17:15.166/* CDOResource@_Z3Ns0QkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:15.166/* BranchingWithCacheClearTest_testDetachExisting_subBranch[33]2024-05-03 05:17:15.166/* Product1@_Z3OT4AkMEe-bzopYCigSfg:33v0->0v1 2024-05-03 05:17:15.166/2024-05-03 05:17:15.172 OrderDetail@_Z3OT4QkMEe-bzopYCigSfg:33v0->0v1 2024-05-03 05:17:15.166/2024-05-03 05:17:15.171 OrderDetail@_Z3OT4QkMEe-bzopYCigSfg:33v1 2024-05-03 05:17:15.172/2024-05-03 05:17:15.172 CDOResourceFolder@_Z3Ns0AkMEe-bzopYCigSfg:33v0("?")->0v12024-05-03 05:17:15.166/* CDOResource@_Z3Ns0QkMEe-bzopYCigSfg:33v0("?")->0v12024-05-03 05:17:15.166/2024-05-03 05:17:15.172 CDOResource@_Z3Ns0QkMEe-bzopYCigSfg:33v1("res")2024-05-03 05:17:15.173/2024-05-03 05:17:15.174 ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* Product1@_Z3OT4AkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:15.166/* OrderDetail@_Z3OT4QkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:15.166/* CDOResourceFolder@_Z3Ns0AkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testDetachExisting")2024-05-03 05:17:15.166/* CDOResource@_Z3Ns0QkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:15.166/* BranchingWithCacheClearTest_testDetachExisting_subBranch[33]2024-05-03 05:17:15.166/* Product1@_Z3OT4AkMEe-bzopYCigSfg:33v0->0v1 2024-05-03 05:17:15.166/2024-05-03 05:17:15.172 OrderDetail@_Z3OT4QkMEe-bzopYCigSfg:33v0->0v1 2024-05-03 05:17:15.166/2024-05-03 05:17:15.171 OrderDetail@_Z3OT4QkMEe-bzopYCigSfg:33v1 2024-05-03 05:17:15.172/2024-05-03 05:17:15.172 CDOResourceFolder@_Z3Ns0AkMEe-bzopYCigSfg:33v0("?")->0v12024-05-03 05:17:15.166/* CDOResource@_Z3Ns0QkMEe-bzopYCigSfg:33v0("?")->0v12024-05-03 05:17:15.166/2024-05-03 05:17:15.172 CDOResource@_Z3Ns0QkMEe-bzopYCigSfg:33v1("res")2024-05-03 05:17:15.173/2024-05-03 05:17:15.174 CDOResource@_Z3Ns0QkMEe-bzopYCigSfg:33v2("res")2024-05-03 05:17:15.175/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* Product1@_Z3OT4AkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:15.166/* OrderDetail@_Z3OT4QkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:15.166/* CDOResourceFolder@_Z3Ns0AkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testDetachExisting")2024-05-03 05:17:15.166/* CDOResource@_Z3Ns0QkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:15.166/* BranchingWithCacheClearTest_testDetachExisting_subBranch[33]2024-05-03 05:17:15.166/* Product1@_Z3OT4AkMEe-bzopYCigSfg:33v0->0v1 2024-05-03 05:17:15.166/2024-05-03 05:17:15.172 OrderDetail@_Z3OT4QkMEe-bzopYCigSfg:33v0->0v1 2024-05-03 05:17:15.166/2024-05-03 05:17:15.171 OrderDetail@_Z3OT4QkMEe-bzopYCigSfg:33v1 2024-05-03 05:17:15.172/2024-05-03 05:17:15.172 CDOResourceFolder@_Z3Ns0AkMEe-bzopYCigSfg:33v0("?")->0v12024-05-03 05:17:15.166/* CDOResource@_Z3Ns0QkMEe-bzopYCigSfg:33v0("?")->0v12024-05-03 05:17:15.166/2024-05-03 05:17:15.172 CDOResource@_Z3Ns0QkMEe-bzopYCigSfg:33v1("res")2024-05-03 05:17:15.173/2024-05-03 05:17:15.174 CDOResource@_Z3Ns0QkMEe-bzopYCigSfg:33v2("res")2024-05-03 05:17:15.175/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* Product1@_Z3OT4AkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:15.166/* OrderDetail@_Z3OT4QkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:15.166/* CDOResourceFolder@_Z3Ns0AkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testDetachExisting")2024-05-03 05:17:15.166/* CDOResource@_Z3Ns0QkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:15.166/* BranchingWithCacheClearTest_testDetachExisting_subBranch[33]2024-05-03 05:17:15.166/* Product1@_Z3OT4AkMEe-bzopYCigSfg:33v0->0v1 2024-05-03 05:17:15.166/2024-05-03 05:17:15.172 OrderDetail@_Z3OT4QkMEe-bzopYCigSfg:33v0->0v1 2024-05-03 05:17:15.166/2024-05-03 05:17:15.171 OrderDetail@_Z3OT4QkMEe-bzopYCigSfg:33v1 2024-05-03 05:17:15.172/2024-05-03 05:17:15.172 CDOResourceFolder@_Z3Ns0AkMEe-bzopYCigSfg:33v0("?")->0v12024-05-03 05:17:15.166/* CDOResource@_Z3Ns0QkMEe-bzopYCigSfg:33v0("?")->0v12024-05-03 05:17:15.166/2024-05-03 05:17:15.172 CDOResource@_Z3Ns0QkMEe-bzopYCigSfg:33v1("res")2024-05-03 05:17:15.173/2024-05-03 05:17:15.174 CDOResource@_Z3Ns0QkMEe-bzopYCigSfg:33v2("res")2024-05-03 05:17:15.175/* OrderDetail@_Z3TzcAkMEe-bzopYCigSfg:33v1 2024-05-03 05:17:15.175/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* Product1@_Z3OT4AkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:15.166/* OrderDetail@_Z3OT4QkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:15.166/* CDOResourceFolder@_Z3Ns0AkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testDetachExisting")2024-05-03 05:17:15.166/* CDOResource@_Z3Ns0QkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:15.166/* BranchingWithCacheClearTest_testDetachExisting_subBranch[33]2024-05-03 05:17:15.166/* Product1@_Z3OT4AkMEe-bzopYCigSfg:33v0->0v1 2024-05-03 05:17:15.166/2024-05-03 05:17:15.172 OrderDetail@_Z3OT4QkMEe-bzopYCigSfg:33v0->0v1 2024-05-03 05:17:15.166/2024-05-03 05:17:15.171 OrderDetail@_Z3OT4QkMEe-bzopYCigSfg:33v1 2024-05-03 05:17:15.172/2024-05-03 05:17:15.172 CDOResourceFolder@_Z3Ns0AkMEe-bzopYCigSfg:33v0("?")->0v12024-05-03 05:17:15.166/* CDOResource@_Z3Ns0QkMEe-bzopYCigSfg:33v0("?")->0v12024-05-03 05:17:15.166/2024-05-03 05:17:15.172 CDOResource@_Z3Ns0QkMEe-bzopYCigSfg:33v1("res")2024-05-03 05:17:15.173/2024-05-03 05:17:15.174 CDOResource@_Z3Ns0QkMEe-bzopYCigSfg:33v2("res")2024-05-03 05:17:15.175/* OrderDetail@_Z3TzcAkMEe-bzopYCigSfg:33v1 2024-05-03 05:17:15.175/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* Product1@_Z3OT4AkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:15.166/* OrderDetail@_Z3OT4QkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:15.166/* CDOResourceFolder@_Z3Ns0AkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testDetachExisting")2024-05-03 05:17:15.166/* CDOResource@_Z3Ns0QkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:15.166/* BranchingWithCacheClearTest_testDetachExisting_subBranch[33]2024-05-03 05:17:15.166/* Product1@_Z3OT4AkMEe-bzopYCigSfg:33v0->0v1 2024-05-03 05:17:15.166/2024-05-03 05:17:15.172 Product1@_Z3OT4AkMEe-bzopYCigSfg:33v2 2024-05-03 05:17:15.175/* OrderDetail@_Z3OT4QkMEe-bzopYCigSfg:33v0->0v1 2024-05-03 05:17:15.166/2024-05-03 05:17:15.171 OrderDetail@_Z3OT4QkMEe-bzopYCigSfg:33v1 2024-05-03 05:17:15.172/2024-05-03 05:17:15.172 CDOResourceFolder@_Z3Ns0AkMEe-bzopYCigSfg:33v0("?")->0v12024-05-03 05:17:15.166/* CDOResource@_Z3Ns0QkMEe-bzopYCigSfg:33v0("?")->0v12024-05-03 05:17:15.166/2024-05-03 05:17:15.172 CDOResource@_Z3Ns0QkMEe-bzopYCigSfg:33v1("res")2024-05-03 05:17:15.173/2024-05-03 05:17:15.174 CDOResource@_Z3Ns0QkMEe-bzopYCigSfg:33v2("res")2024-05-03 05:17:15.175/* OrderDetail@_Z3TzcAkMEe-bzopYCigSfg:33v1 2024-05-03 05:17:15.175/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* Product1@_Z3OT4AkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:15.166/* OrderDetail@_Z3OT4QkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:15.166/* CDOResourceFolder@_Z3Ns0AkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testDetachExisting")2024-05-03 05:17:15.166/* CDOResource@_Z3Ns0QkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:15.166/* BranchingWithCacheClearTest_testDetachExisting_subBranch[33]2024-05-03 05:17:15.166/* Product1@_Z3OT4AkMEe-bzopYCigSfg:33v0->0v1 2024-05-03 05:17:15.166/2024-05-03 05:17:15.172 Product1@_Z3OT4AkMEe-bzopYCigSfg:33v2 2024-05-03 05:17:15.175/* OrderDetail@_Z3OT4QkMEe-bzopYCigSfg:33v0->0v1 2024-05-03 05:17:15.166/2024-05-03 05:17:15.171 OrderDetail@_Z3OT4QkMEe-bzopYCigSfg:33v1 2024-05-03 05:17:15.172/2024-05-03 05:17:15.172 CDOResourceFolder@_Z3Ns0AkMEe-bzopYCigSfg:33v0("?")->0v12024-05-03 05:17:15.166/* CDOResource@_Z3Ns0QkMEe-bzopYCigSfg:33v0("?")->0v12024-05-03 05:17:15.166/2024-05-03 05:17:15.172 CDOResource@_Z3Ns0QkMEe-bzopYCigSfg:33v1("res")2024-05-03 05:17:15.173/2024-05-03 05:17:15.174 CDOResource@_Z3Ns0QkMEe-bzopYCigSfg:33v2("res")2024-05-03 05:17:15.175/* OrderDetail@_Z3TzcAkMEe-bzopYCigSfg:33v1 2024-05-03 05:17:15.175/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* Product1@_Z3OT4AkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:15.166/* OrderDetail@_Z3OT4QkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:15.166/* CDOResourceFolder@_Z3Ns0AkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testDetachExisting")2024-05-03 05:17:15.166/* CDOResource@_Z3Ns0QkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:15.166/* BranchingWithCacheClearTest_testDetachExisting_subBranch[33]2024-05-03 05:17:15.166/* Product1@_Z3OT4AkMEe-bzopYCigSfg:33v0->0v1 2024-05-03 05:17:15.166/2024-05-03 05:17:15.172 Product1@_Z3OT4AkMEe-bzopYCigSfg:33v2 2024-05-03 05:17:15.175/* OrderDetail@_Z3OT4QkMEe-bzopYCigSfg:33v0->0v1 2024-05-03 05:17:15.166/2024-05-03 05:17:15.171 OrderDetail@_Z3OT4QkMEe-bzopYCigSfg:33v1 2024-05-03 05:17:15.172/2024-05-03 05:17:15.172 CDOResourceFolder@_Z3Ns0AkMEe-bzopYCigSfg:33v0("?")->0v12024-05-03 05:17:15.166/* CDOResource@_Z3Ns0QkMEe-bzopYCigSfg:33v0("?")->0v12024-05-03 05:17:15.166/2024-05-03 05:17:15.172 CDOResource@_Z3Ns0QkMEe-bzopYCigSfg:33v1("res")2024-05-03 05:17:15.173/2024-05-03 05:17:15.174 CDOResource@_Z3Ns0QkMEe-bzopYCigSfg:33v2("res")2024-05-03 05:17:15.175/* OrderDetail@_Z3TzcAkMEe-bzopYCigSfg:33v1 2024-05-03 05:17:15.175/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* Product1@_Z3OT4AkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:15.166/* OrderDetail@_Z3OT4QkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:15.166/* CDOResourceFolder@_Z3Ns0AkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testDetachExisting")2024-05-03 05:17:15.166/* CDOResource@_Z3Ns0QkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:15.166/* BranchingWithCacheClearTest_testDetachExisting_subBranch[33]2024-05-03 05:17:15.166/* Product1@_Z3OT4AkMEe-bzopYCigSfg:33v0->0v1 2024-05-03 05:17:15.166/2024-05-03 05:17:15.172 Product1@_Z3OT4AkMEe-bzopYCigSfg:33v2 2024-05-03 05:17:15.175/* OrderDetail@_Z3OT4QkMEe-bzopYCigSfg:33v0->0v1 2024-05-03 05:17:15.166/2024-05-03 05:17:15.171 OrderDetail@_Z3OT4QkMEe-bzopYCigSfg:33v1 2024-05-03 05:17:15.172/2024-05-03 05:17:15.172 CDOResourceFolder@_Z3Ns0AkMEe-bzopYCigSfg:33v0("?")->0v12024-05-03 05:17:15.166/* CDOResource@_Z3Ns0QkMEe-bzopYCigSfg:33v0("?")->0v12024-05-03 05:17:15.166/2024-05-03 05:17:15.172 CDOResource@_Z3Ns0QkMEe-bzopYCigSfg:33v1("res")2024-05-03 05:17:15.173/2024-05-03 05:17:15.174 CDOResource@_Z3Ns0QkMEe-bzopYCigSfg:33v2("res")2024-05-03 05:17:15.175/* OrderDetail@_Z3TzcAkMEe-bzopYCigSfg:33v1 2024-05-03 05:17:15.175/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* Product1@_Z3OT4AkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:15.166/* OrderDetail@_Z3OT4QkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:15.166/* CDOResourceFolder@_Z3Ns0AkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testDetachExisting")2024-05-03 05:17:15.166/* CDOResource@_Z3Ns0QkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:15.166/* BranchingWithCacheClearTest_testDetachExisting_subBranch[33]2024-05-03 05:17:15.166/* Product1@_Z3OT4AkMEe-bzopYCigSfg:33v0->0v1 2024-05-03 05:17:15.166/2024-05-03 05:17:15.172 Product1@_Z3OT4AkMEe-bzopYCigSfg:33v2 2024-05-03 05:17:15.175/* OrderDetail@_Z3OT4QkMEe-bzopYCigSfg:33v0->0v1 2024-05-03 05:17:15.166/2024-05-03 05:17:15.171 OrderDetail@_Z3OT4QkMEe-bzopYCigSfg:33v1 2024-05-03 05:17:15.172/2024-05-03 05:17:15.172 CDOResourceFolder@_Z3Ns0AkMEe-bzopYCigSfg:33v0("?")->0v12024-05-03 05:17:15.166/* CDOResource@_Z3Ns0QkMEe-bzopYCigSfg:33v0("?")->0v12024-05-03 05:17:15.166/2024-05-03 05:17:15.172 CDOResource@_Z3Ns0QkMEe-bzopYCigSfg:33v1("res")2024-05-03 05:17:15.173/2024-05-03 05:17:15.174 CDOResource@_Z3Ns0QkMEe-bzopYCigSfg:33v2("res")2024-05-03 05:17:15.175/* OrderDetail@_Z3TzcAkMEe-bzopYCigSfg:33v1 2024-05-03 05:17:15.175/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* Product1@_Z3OT4AkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:15.166/* OrderDetail@_Z3OT4QkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:15.166/* CDOResourceFolder@_Z3Ns0AkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testDetachExisting")2024-05-03 05:17:15.166/* CDOResource@_Z3Ns0QkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:15.166/* BranchingWithCacheClearTest_testDetachExisting_subBranch[33]2024-05-03 05:17:15.166/* Product1@_Z3OT4AkMEe-bzopYCigSfg:33v0->0v1 2024-05-03 05:17:15.166/2024-05-03 05:17:15.172 Product1@_Z3OT4AkMEe-bzopYCigSfg:33v2 2024-05-03 05:17:15.175/* OrderDetail@_Z3OT4QkMEe-bzopYCigSfg:33v0->0v1 2024-05-03 05:17:15.166/2024-05-03 05:17:15.171 OrderDetail@_Z3OT4QkMEe-bzopYCigSfg:33v1 2024-05-03 05:17:15.172/2024-05-03 05:17:15.172 CDOResourceFolder@_Z3Ns0AkMEe-bzopYCigSfg:33v0("?")->0v12024-05-03 05:17:15.166/* CDOResource@_Z3Ns0QkMEe-bzopYCigSfg:33v0("?")->0v12024-05-03 05:17:15.166/2024-05-03 05:17:15.172 CDOResource@_Z3Ns0QkMEe-bzopYCigSfg:33v1("res")2024-05-03 05:17:15.173/2024-05-03 05:17:15.174 CDOResource@_Z3Ns0QkMEe-bzopYCigSfg:33v2("res")2024-05-03 05:17:15.175/* OrderDetail@_Z3TzcAkMEe-bzopYCigSfg:33v1 2024-05-03 05:17:15.175/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* Product1@_Z3OT4AkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:15.166/* OrderDetail@_Z3OT4QkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:15.166/* CDOResourceFolder@_Z3Ns0AkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testDetachExisting")2024-05-03 05:17:15.166/* CDOResource@_Z3Ns0QkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:15.166/* BranchingWithCacheClearTest_testDetachExisting_subBranch[33]2024-05-03 05:17:15.166/* Product1@_Z3OT4AkMEe-bzopYCigSfg:33v0->0v1 2024-05-03 05:17:15.166/2024-05-03 05:17:15.172 Product1@_Z3OT4AkMEe-bzopYCigSfg:33v2 2024-05-03 05:17:15.175/* OrderDetail@_Z3OT4QkMEe-bzopYCigSfg:33v0->0v1 2024-05-03 05:17:15.166/2024-05-03 05:17:15.171 OrderDetail@_Z3OT4QkMEe-bzopYCigSfg:33v1 2024-05-03 05:17:15.172/2024-05-03 05:17:15.172 CDOResourceFolder@_Z3Ns0AkMEe-bzopYCigSfg:33v0("?")->0v12024-05-03 05:17:15.166/* CDOResource@_Z3Ns0QkMEe-bzopYCigSfg:33v0("?")->0v12024-05-03 05:17:15.166/2024-05-03 05:17:15.172 CDOResource@_Z3Ns0QkMEe-bzopYCigSfg:33v1("res")2024-05-03 05:17:15.173/2024-05-03 05:17:15.174 CDOResource@_Z3Ns0QkMEe-bzopYCigSfg:33v2("res")2024-05-03 05:17:15.175/* OrderDetail@_Z3TzcAkMEe-bzopYCigSfg:33v1 2024-05-03 05:17:15.175/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* Product1@_Z3OT4AkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:15.166/* OrderDetail@_Z3OT4QkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:15.166/* CDOResourceFolder@_Z3Ns0AkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testDetachExisting")2024-05-03 05:17:15.166/* CDOResource@_Z3Ns0QkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:15.166/* BranchingWithCacheClearTest_testDetachExisting_subBranch[33]2024-05-03 05:17:15.166/* Product1@_Z3OT4AkMEe-bzopYCigSfg:33v0->0v1 2024-05-03 05:17:15.166/2024-05-03 05:17:15.172 Product1@_Z3OT4AkMEe-bzopYCigSfg:33v2 2024-05-03 05:17:15.175/* OrderDetail@_Z3OT4QkMEe-bzopYCigSfg:33v0->0v1 2024-05-03 05:17:15.166/2024-05-03 05:17:15.171 OrderDetail@_Z3OT4QkMEe-bzopYCigSfg:33v1 2024-05-03 05:17:15.172/2024-05-03 05:17:15.172 CDOResourceFolder@_Z3Ns0AkMEe-bzopYCigSfg:33v0("?")->0v12024-05-03 05:17:15.166/* CDOResource@_Z3Ns0QkMEe-bzopYCigSfg:33v0("?")->0v12024-05-03 05:17:15.166/2024-05-03 05:17:15.172 CDOResource@_Z3Ns0QkMEe-bzopYCigSfg:33v1("res")2024-05-03 05:17:15.173/2024-05-03 05:17:15.174 CDOResource@_Z3Ns0QkMEe-bzopYCigSfg:33v2("res")2024-05-03 05:17:15.175/* OrderDetail@_Z3TzcAkMEe-bzopYCigSfg:33v1 2024-05-03 05:17:15.175/* ******************************************************* BranchingWithCacheClearTest.testDetachWithoutRevision [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* CDOResourceFolder@_Z3nVcAkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testDetachWithoutRevision")2024-05-03 05:17:15.208/* CDOResource@_Z3nVcQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:15.208/* BranchingWithCacheClearTest_testDetachWithoutRevision_subBranch[34]2024-05-03 05:17:15.208/* CDOResourceFolder@_Z3nVcAkMEe-bzopYCigSfg:34v0("?")->0v12024-05-03 05:17:15.208/* CDOResource@_Z3nVcQkMEe-bzopYCigSfg:34v0("?")->0v12024-05-03 05:17:15.208/2024-05-03 05:17:15.225 ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* CDOResourceFolder@_Z3nVcAkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testDetachWithoutRevision")2024-05-03 05:17:15.208/* CDOResource@_Z3nVcQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:15.208/* BranchingWithCacheClearTest_testDetachWithoutRevision_subBranch[34]2024-05-03 05:17:15.208/* CDOResourceFolder@_Z3nVcAkMEe-bzopYCigSfg:34v0("?")->0v12024-05-03 05:17:15.208/* CDOResource@_Z3nVcQkMEe-bzopYCigSfg:34v0("?")->0v12024-05-03 05:17:15.208/2024-05-03 05:17:15.225 ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* CDOResourceFolder@_Z3nVcAkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testDetachWithoutRevision")2024-05-03 05:17:15.208/* CDOResource@_Z3nVcQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:15.208/* Product1@_Z3n8gAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:15.208/* BranchingWithCacheClearTest_testDetachWithoutRevision_subBranch[34]2024-05-03 05:17:15.208/* CDOResourceFolder@_Z3nVcAkMEe-bzopYCigSfg:34v0("?")->0v12024-05-03 05:17:15.208/* CDOResource@_Z3nVcQkMEe-bzopYCigSfg:34v0("?")->0v12024-05-03 05:17:15.208/2024-05-03 05:17:15.225 CDOResource@_Z3nVcQkMEe-bzopYCigSfg:34v1("res")2024-05-03 05:17:15.226/* Product1@_Z3n8gAkMEe-bzopYCigSfg:34v0->0v1 2024-05-03 05:17:15.208/2024-05-03 05:17:15.225 ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* CDOResourceFolder@_Z3nVcAkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testDetachWithoutRevision")2024-05-03 05:17:15.208/* CDOResource@_Z3nVcQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:15.208/* Product1@_Z3n8gAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:15.208/* BranchingWithCacheClearTest_testDetachWithoutRevision_subBranch[34]2024-05-03 05:17:15.208/* CDOResourceFolder@_Z3nVcAkMEe-bzopYCigSfg:34v0("?")->0v12024-05-03 05:17:15.208/* CDOResource@_Z3nVcQkMEe-bzopYCigSfg:34v0("?")->0v12024-05-03 05:17:15.208/2024-05-03 05:17:15.225 CDOResource@_Z3nVcQkMEe-bzopYCigSfg:34v1("res")2024-05-03 05:17:15.226/* Product1@_Z3n8gAkMEe-bzopYCigSfg:34v0->0v1 2024-05-03 05:17:15.208/2024-05-03 05:17:15.225 ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* CDOResourceFolder@_Z3nVcAkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testDetachWithoutRevision")2024-05-03 05:17:15.208/* CDOResource@_Z3nVcQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:15.208/* Product1@_Z3n8gAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:15.208/* BranchingWithCacheClearTest_testDetachWithoutRevision_subBranch[34]2024-05-03 05:17:15.208/* CDOResourceFolder@_Z3nVcAkMEe-bzopYCigSfg:34v0("?")->0v12024-05-03 05:17:15.208/* CDOResource@_Z3nVcQkMEe-bzopYCigSfg:34v0("?")->0v12024-05-03 05:17:15.208/2024-05-03 05:17:15.225 CDOResource@_Z3nVcQkMEe-bzopYCigSfg:34v1("res")2024-05-03 05:17:15.226/* Product1@_Z3n8gAkMEe-bzopYCigSfg:34v0->0v1 2024-05-03 05:17:15.208/2024-05-03 05:17:15.225 ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* CDOResourceFolder@_Z3nVcAkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testDetachWithoutRevision")2024-05-03 05:17:15.208/* CDOResource@_Z3nVcQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:15.208/* Product1@_Z3n8gAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:15.208/* BranchingWithCacheClearTest_testDetachWithoutRevision_subBranch[34]2024-05-03 05:17:15.208/* CDOResourceFolder@_Z3nVcAkMEe-bzopYCigSfg:34v0("?")->0v12024-05-03 05:17:15.208/* CDOResource@_Z3nVcQkMEe-bzopYCigSfg:34v0("?")->0v12024-05-03 05:17:15.208/2024-05-03 05:17:15.225 CDOResource@_Z3nVcQkMEe-bzopYCigSfg:34v1("res")2024-05-03 05:17:15.226/* Product1@_Z3n8gAkMEe-bzopYCigSfg:34v0->0v1 2024-05-03 05:17:15.208/2024-05-03 05:17:15.225 ******************************************************* BranchingWithCacheClearTest.testDetachWithoutRevision_CheckMainBranch [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* CDOResourceFolder@_Z363cAkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testDetachWithoutRevision_CheckMainBranch")2024-05-03 05:17:15.240/* CDOResource@_Z37egAkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:15.240/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* CDOResourceFolder@_Z363cAkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testDetachWithoutRevision_CheckMainBranch")2024-05-03 05:17:15.240/* CDOResource@_Z37egAkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:15.240/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* CDOResourceFolder@_Z363cAkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testDetachWithoutRevision_CheckMainBranch")2024-05-03 05:17:15.240/* CDOResource@_Z37egAkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:15.240/* Product1@_Z37egQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:15.240/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* CDOResourceFolder@_Z363cAkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testDetachWithoutRevision_CheckMainBranch")2024-05-03 05:17:15.240/* CDOResource@_Z37egAkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:15.240/* Product1@_Z37egQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:15.240/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* CDOResourceFolder@_Z363cAkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testDetachWithoutRevision_CheckMainBranch")2024-05-03 05:17:15.240/* CDOResource@_Z37egAkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:15.240/* Product1@_Z37egQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:15.240/* ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* CDOResourceFolder@_Z363cAkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testDetachWithoutRevision_CheckMainBranch")2024-05-03 05:17:15.240/* CDOResource@_Z37egAkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:15.240/* Product1@_Z37egQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:15.240/* ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* CDOResourceFolder@_Z363cAkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testDetachWithoutRevision_CheckMainBranch")2024-05-03 05:17:15.240/* CDOResource@_Z37egAkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:15.240/* Product1@_Z37egQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:15.240/* BranchingWithCacheClearTest_testDetachWithoutRevision_CheckMainBranch_subBranch[35]2024-05-03 05:17:15.240/* CDOResourceFolder@_Z363cAkMEe-bzopYCigSfg:35v0("?")->0v12024-05-03 05:17:15.240/* CDOResource@_Z37egAkMEe-bzopYCigSfg:35v0("?")->0v12024-05-03 05:17:15.240/2024-05-03 05:17:15.244 ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* CDOResourceFolder@_Z363cAkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testDetachWithoutRevision_CheckMainBranch")2024-05-03 05:17:15.240/* CDOResource@_Z37egAkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:15.240/* Product1@_Z37egQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:15.240/* BranchingWithCacheClearTest_testDetachWithoutRevision_CheckMainBranch_subBranch[35]2024-05-03 05:17:15.240/* CDOResourceFolder@_Z363cAkMEe-bzopYCigSfg:35v0("?")->0v12024-05-03 05:17:15.240/* CDOResource@_Z37egAkMEe-bzopYCigSfg:35v0("?")->0v12024-05-03 05:17:15.240/2024-05-03 05:17:15.244 ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* CDOResourceFolder@_Z363cAkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testDetachWithoutRevision_CheckMainBranch")2024-05-03 05:17:15.240/* CDOResource@_Z37egAkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:15.240/* Product1@_Z37egQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:15.240/* BranchingWithCacheClearTest_testDetachWithoutRevision_CheckMainBranch_subBranch[35]2024-05-03 05:17:15.240/* CDOResourceFolder@_Z363cAkMEe-bzopYCigSfg:35v0("?")->0v12024-05-03 05:17:15.240/* CDOResource@_Z37egAkMEe-bzopYCigSfg:35v0("?")->0v12024-05-03 05:17:15.240/2024-05-03 05:17:15.244 CDOResource@_Z37egAkMEe-bzopYCigSfg:35v1("res")2024-05-03 05:17:15.245/* Product1@_Z37egQkMEe-bzopYCigSfg:35v0->0v1 2024-05-03 05:17:15.240/2024-05-03 05:17:15.244 ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* CDOResourceFolder@_Z363cAkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testDetachWithoutRevision_CheckMainBranch")2024-05-03 05:17:15.240/* CDOResource@_Z37egAkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:15.240/* Product1@_Z37egQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:15.240/* BranchingWithCacheClearTest_testDetachWithoutRevision_CheckMainBranch_subBranch[35]2024-05-03 05:17:15.240/* CDOResourceFolder@_Z363cAkMEe-bzopYCigSfg:35v0("?")->0v12024-05-03 05:17:15.240/* CDOResource@_Z37egAkMEe-bzopYCigSfg:35v0("?")->0v12024-05-03 05:17:15.240/2024-05-03 05:17:15.244 CDOResource@_Z37egAkMEe-bzopYCigSfg:35v1("res")2024-05-03 05:17:15.245/* Product1@_Z37egQkMEe-bzopYCigSfg:35v0->0v1 2024-05-03 05:17:15.240/2024-05-03 05:17:15.244 ServerCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* CDOResourceFolder@_Z363cAkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testDetachWithoutRevision_CheckMainBranch")2024-05-03 05:17:15.240/* CDOResource@_Z37egAkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:15.240/* Product1@_Z37egQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:15.240/* BranchingWithCacheClearTest_testDetachWithoutRevision_CheckMainBranch_subBranch[35]2024-05-03 05:17:15.240/* CDOResourceFolder@_Z363cAkMEe-bzopYCigSfg:35v0("?")->0v12024-05-03 05:17:15.240/* CDOResource@_Z37egAkMEe-bzopYCigSfg:35v0("?")->0v12024-05-03 05:17:15.240/2024-05-03 05:17:15.244 CDOResource@_Z37egAkMEe-bzopYCigSfg:35v1("res")2024-05-03 05:17:15.245/* Product1@_Z37egQkMEe-bzopYCigSfg:35v0->0v1 2024-05-03 05:17:15.240/2024-05-03 05:17:15.244 ClientCache =============================================================================================== MAIN[0] 2024-05-03 05:17:14.535/* CDOResourceFolder@_Z363cAkMEe-bzopYCigSfg:0v1("BranchingWithCacheClearTest_testDetachWithoutRevision_CheckMainBranch")2024-05-03 05:17:15.240/* CDOResource@_Z37egAkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:15.240/* Product1@_Z37egQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:15.240/* BranchingWithCacheClearTest_testDetachWithoutRevision_CheckMainBranch_subBranch[35]2024-05-03 05:17:15.240/* CDOResourceFolder@_Z363cAkMEe-bzopYCigSfg:35v0("?")->0v12024-05-03 05:17:15.240/* CDOResource@_Z37egAkMEe-bzopYCigSfg:35v0("?")->0v12024-05-03 05:17:15.240/2024-05-03 05:17:15.244 CDOResource@_Z37egAkMEe-bzopYCigSfg:35v1("res")2024-05-03 05:17:15.245/* Product1@_Z37egQkMEe-bzopYCigSfg:35v0->0v1 2024-05-03 05:17:15.240/2024-05-03 05:17:15.244 ******************************************************* BranchingWithCacheClearTest.testEvent [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* BranchingWithCacheClearTest.testFutureBaseTime [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* BranchingWithCacheClearTest.testGetBranch [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* BranchingWithCacheClearTest.testGetPath [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* BranchingWithCacheClearTest.testGetPathName [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* BranchingWithCacheClearTest.testGetSubBranches [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* BranchingWithCacheClearTest.testHandleRevisionsAfterDetachInSubBranch [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* BranchingWithCacheClearTest.testMainBranch [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* BranchingWithCacheClearTest.testObjectLifetime [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* BranchingWithCacheClearTest.testRenameBranch [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* BranchingWithCacheClearTest.testRenameBranchDuplicate [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [ERROR] The branch MAIN/BranchingWithCacheClearTest_testRenameBranchDuplicate_existing already exists org.eclipse.emf.cdo.common.branch.CDODuplicateBranchException: The branch MAIN/BranchingWithCacheClearTest_testRenameBranchDuplicate_existing already exists at org.eclipse.emf.cdo.internal.server.Repository.checkDuplicateBranchBase(Repository.java:688) at org.eclipse.emf.cdo.internal.server.Repository.checkDuplicateBranch(Repository.java:679) at org.eclipse.emf.cdo.internal.server.Repository.renameBranch(Repository.java:663) at org.eclipse.emf.cdo.tests.config.impl.RepositoryConfig$6.renameBranch(RepositoryConfig.java:779) at org.eclipse.emf.cdo.internal.common.branch.CDOBranchImpl.setName(CDOBranchImpl.java:150) at org.eclipse.emf.cdo.server.internal.net4j.protocol.RenameBranchIndication.responding(RenameBranchIndication.java:60) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerIndication.responding(CDOServerIndication.java:162) at org.eclipse.net4j.signal.IndicationWithResponse.doExtendedOutput(IndicationWithResponse.java:100) at org.eclipse.net4j.signal.Signal.doOutput(Signal.java:407) at org.eclipse.net4j.signal.IndicationWithResponse.execute(IndicationWithResponse.java:74) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerWriteIndication.execute(CDOServerWriteIndication.java:34) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) ******************************************************* BranchingWithCacheClearTest.testRenameBranchIllegalName [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* BranchingWithCacheClearTest.testSwitchTransactionTarget [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* BranchingWithCacheClearTest.testSwitchViewTarget [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* CDOIDTest.testGetLong_ExtId [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* CDOIDTest.testGetLong_ExtTempId [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* CDOIDTest.testGetLong_LongId [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* CDOIDTest.testGetLong_Null [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* CDOIDTest.testGetLong_NullId [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* CDOIDTest.testGetLong_TempId [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* CDOIDTest.testSetID [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* CDOIDTest.testSetIDWithReferences [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* CDOIDTest.testURIFragment [H2-branching-ranges-uuids, JVM, Native] ******************************************************* U_Z8vtEQkMEe-bzopYCigSfg _Z8vtEQkMEe-bzopYCigSfg ******************************************************* CDOStaleReferencePolicyTest.testCDOStaleReferencePolicyWithCDOStoreGetContainer [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* CDOStaleReferencePolicyTest.testCDOStaleReferencePolicyWithCDOStoreGetResource [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* ChangeSubscriptionTest.testInvalidationWithDeltas_SameBranch [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* ChangeSubscriptionTest.testNotificationChain [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* ChangeSubscriptionTest.testRemoveContained [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* ChangeSubscriptionTest.testRemoveManyContained [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* ChangeSubscriptionTest.testRemoveManyXRef [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* ChangeSubscriptionTest.testRemoveXRef [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* ChangeSubscriptionTest.testSameSession [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* ChangeSubscriptionTest.testSameSession_WithoutPolicy [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* ChangeSubscriptionTest.testSeparateSession [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* ChangeSubscriptionTest.testSeparateSession_CUSTOM [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* ChangeSubscriptionTest.testSeparateSession_WithoutPolicy [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* ChangeSubscriptionTest.testTemporaryObject [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* ChunkingClearCachedRevisionTest.testReadNative [H2-branching-ranges-uuids, JVM, Native] ******************************************************* 0 SalesOrder@_Z-4bEgkMEe-bzopYCigSfg 1 SalesOrder@_Z-4bEwkMEe-bzopYCigSfg 2 SalesOrder@_Z-4bFAkMEe-bzopYCigSfg 3 SalesOrder@_Z-4bFQkMEe-bzopYCigSfg 4 SalesOrder@_Z-4bFgkMEe-bzopYCigSfg 5 SalesOrder@_Z-4bFwkMEe-bzopYCigSfg 6 SalesOrder@_Z-4bGAkMEe-bzopYCigSfg 7 SalesOrder@_Z-4bGQkMEe-bzopYCigSfg 8 SalesOrder@_Z-4bGgkMEe-bzopYCigSfg 9 SalesOrder@_Z-4bGwkMEe-bzopYCigSfg 10 SalesOrder@_Z-4bHAkMEe-bzopYCigSfg 11 SalesOrder@_Z-4bHQkMEe-bzopYCigSfg 12 SalesOrder@_Z-4bHgkMEe-bzopYCigSfg 13 SalesOrder@_Z-4bHwkMEe-bzopYCigSfg 14 SalesOrder@_Z-4bIAkMEe-bzopYCigSfg 15 SalesOrder@_Z-4bIQkMEe-bzopYCigSfg 16 SalesOrder@_Z-4bIgkMEe-bzopYCigSfg 17 SalesOrder@_Z-4bIwkMEe-bzopYCigSfg 18 SalesOrder@_Z-4bJAkMEe-bzopYCigSfg 19 SalesOrder@_Z-4bJQkMEe-bzopYCigSfg 20 SalesOrder@_Z-4bJgkMEe-bzopYCigSfg 21 SalesOrder@_Z-5CIAkMEe-bzopYCigSfg 22 SalesOrder@_Z-5CIQkMEe-bzopYCigSfg 23 SalesOrder@_Z-5CIgkMEe-bzopYCigSfg 24 SalesOrder@_Z-5CIwkMEe-bzopYCigSfg 25 SalesOrder@_Z-5CJAkMEe-bzopYCigSfg 26 SalesOrder@_Z-5CJQkMEe-bzopYCigSfg 27 SalesOrder@_Z-5CJgkMEe-bzopYCigSfg 28 SalesOrder@_Z-5CJwkMEe-bzopYCigSfg 29 SalesOrder@_Z-5CKAkMEe-bzopYCigSfg 30 SalesOrder@_Z-5CKQkMEe-bzopYCigSfg 31 SalesOrder@_Z-5CKgkMEe-bzopYCigSfg 32 SalesOrder@_Z-5CKwkMEe-bzopYCigSfg 33 SalesOrder@_Z-5CLAkMEe-bzopYCigSfg 34 SalesOrder@_Z-5CLQkMEe-bzopYCigSfg 35 SalesOrder@_Z-5CLgkMEe-bzopYCigSfg 36 SalesOrder@_Z-5CLwkMEe-bzopYCigSfg 37 SalesOrder@_Z-5CMAkMEe-bzopYCigSfg 38 SalesOrder@_Z-5CMQkMEe-bzopYCigSfg 39 SalesOrder@_Z-5CMgkMEe-bzopYCigSfg 40 SalesOrder@_Z-5CMwkMEe-bzopYCigSfg 41 SalesOrder@_Z-5CNAkMEe-bzopYCigSfg 42 SalesOrder@_Z-5CNQkMEe-bzopYCigSfg 43 SalesOrder@_Z-5CNgkMEe-bzopYCigSfg 44 SalesOrder@_Z-5CNwkMEe-bzopYCigSfg 45 SalesOrder@_Z-5COAkMEe-bzopYCigSfg 46 SalesOrder@_Z-5COQkMEe-bzopYCigSfg 47 SalesOrder@_Z-5COgkMEe-bzopYCigSfg 48 SalesOrder@_Z-5COwkMEe-bzopYCigSfg 49 SalesOrder@_Z-5CPAkMEe-bzopYCigSfg 50 SalesOrder@_Z-5CPQkMEe-bzopYCigSfg 51 SalesOrder@_Z-5CPgkMEe-bzopYCigSfg 52 SalesOrder@_Z-5pMAkMEe-bzopYCigSfg 53 SalesOrder@_Z-5pMQkMEe-bzopYCigSfg 54 SalesOrder@_Z-5pMgkMEe-bzopYCigSfg 55 SalesOrder@_Z-5pMwkMEe-bzopYCigSfg 56 SalesOrder@_Z-5pNAkMEe-bzopYCigSfg 57 SalesOrder@_Z-5pNQkMEe-bzopYCigSfg 58 SalesOrder@_Z-5pNgkMEe-bzopYCigSfg 59 SalesOrder@_Z-5pNwkMEe-bzopYCigSfg 60 SalesOrder@_Z-5pOAkMEe-bzopYCigSfg 61 SalesOrder@_Z-5pOQkMEe-bzopYCigSfg 62 SalesOrder@_Z-5pOgkMEe-bzopYCigSfg 63 SalesOrder@_Z-5pOwkMEe-bzopYCigSfg 64 SalesOrder@_Z-5pPAkMEe-bzopYCigSfg 65 SalesOrder@_Z-5pPQkMEe-bzopYCigSfg 66 SalesOrder@_Z-5pPgkMEe-bzopYCigSfg 67 SalesOrder@_Z-5pPwkMEe-bzopYCigSfg 68 SalesOrder@_Z-5pQAkMEe-bzopYCigSfg 69 SalesOrder@_Z-5pQQkMEe-bzopYCigSfg 70 SalesOrder@_Z-5pQgkMEe-bzopYCigSfg 71 SalesOrder@_Z-5pQwkMEe-bzopYCigSfg 72 SalesOrder@_Z-5pRAkMEe-bzopYCigSfg 73 SalesOrder@_Z-5pRQkMEe-bzopYCigSfg 74 SalesOrder@_Z-5pRgkMEe-bzopYCigSfg 75 SalesOrder@_Z-5pRwkMEe-bzopYCigSfg 76 SalesOrder@_Z-5pSAkMEe-bzopYCigSfg 77 SalesOrder@_Z-5pSQkMEe-bzopYCigSfg 78 SalesOrder@_Z-5pSgkMEe-bzopYCigSfg 79 SalesOrder@_Z-5pSwkMEe-bzopYCigSfg 80 SalesOrder@_Z-5pTAkMEe-bzopYCigSfg 81 SalesOrder@_Z-5pTQkMEe-bzopYCigSfg 82 SalesOrder@_Z-6QQAkMEe-bzopYCigSfg 83 SalesOrder@_Z-6QQQkMEe-bzopYCigSfg 84 SalesOrder@_Z-6QQgkMEe-bzopYCigSfg 85 SalesOrder@_Z-6QQwkMEe-bzopYCigSfg 86 SalesOrder@_Z-6QRAkMEe-bzopYCigSfg 87 SalesOrder@_Z-6QRQkMEe-bzopYCigSfg 88 SalesOrder@_Z-6QRgkMEe-bzopYCigSfg 89 SalesOrder@_Z-6QRwkMEe-bzopYCigSfg 90 SalesOrder@_Z-6QSAkMEe-bzopYCigSfg 91 SalesOrder@_Z-6QSQkMEe-bzopYCigSfg 92 SalesOrder@_Z-6QSgkMEe-bzopYCigSfg 93 SalesOrder@_Z-6QSwkMEe-bzopYCigSfg 94 SalesOrder@_Z-6QTAkMEe-bzopYCigSfg 95 SalesOrder@_Z-6QTQkMEe-bzopYCigSfg 96 SalesOrder@_Z-6QTgkMEe-bzopYCigSfg 97 SalesOrder@_Z-6QTwkMEe-bzopYCigSfg 98 SalesOrder@_Z-6QUAkMEe-bzopYCigSfg 99 SalesOrder@_Z-6QUQkMEe-bzopYCigSfg ******************************************************* ChunkingClearCachedRevisionTest.testWriteNative [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* ChunkingTest.testChunkWithTemporaryObject [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* ChunkingTest.testEnsureChunk [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* ChunkingTest.testPartiallyLoadedAdd [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* ChunkingTest.testPartiallyLoadedAddAtIndex [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* ChunkingTest.testPartiallyLoadedRemoveIndex [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* ChunkingTest.testPartiallyLoadedSet [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* ChunkingTest.testReadAfterUpdateAfterCommit [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* ChunkingTest.testReadAfterUpdateBeforeCommit [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* ChunkingTest.testReadNative [H2-branching-ranges-uuids, JVM, Native] ******************************************************* 0 SalesOrder@_aG1dMwkMEe-bzopYCigSfg 1 SalesOrder@_aG1dNAkMEe-bzopYCigSfg 2 SalesOrder@_aG2EQAkMEe-bzopYCigSfg 3 SalesOrder@_aG2EQQkMEe-bzopYCigSfg 4 SalesOrder@_aG2EQgkMEe-bzopYCigSfg 5 SalesOrder@_aG2EQwkMEe-bzopYCigSfg 6 SalesOrder@_aG2ERAkMEe-bzopYCigSfg 7 SalesOrder@_aG2ERQkMEe-bzopYCigSfg 8 SalesOrder@_aG2ERgkMEe-bzopYCigSfg 9 SalesOrder@_aG2ERwkMEe-bzopYCigSfg 10 SalesOrder@_aG2ESAkMEe-bzopYCigSfg 11 SalesOrder@_aG2ESQkMEe-bzopYCigSfg 12 SalesOrder@_aG2ESgkMEe-bzopYCigSfg 13 SalesOrder@_aG2ESwkMEe-bzopYCigSfg 14 SalesOrder@_aG2ETAkMEe-bzopYCigSfg 15 SalesOrder@_aG2ETQkMEe-bzopYCigSfg 16 SalesOrder@_aG2ETgkMEe-bzopYCigSfg 17 SalesOrder@_aG2ETwkMEe-bzopYCigSfg 18 SalesOrder@_aG2EUAkMEe-bzopYCigSfg 19 SalesOrder@_aG2EUQkMEe-bzopYCigSfg 20 SalesOrder@_aG2EUgkMEe-bzopYCigSfg 21 SalesOrder@_aG2EUwkMEe-bzopYCigSfg 22 SalesOrder@_aG2EVAkMEe-bzopYCigSfg 23 SalesOrder@_aG2EVQkMEe-bzopYCigSfg 24 SalesOrder@_aG2EVgkMEe-bzopYCigSfg 25 SalesOrder@_aG2EVwkMEe-bzopYCigSfg 26 SalesOrder@_aG2EWAkMEe-bzopYCigSfg 27 SalesOrder@_aG2EWQkMEe-bzopYCigSfg 28 SalesOrder@_aG2EWgkMEe-bzopYCigSfg 29 SalesOrder@_aG2EWwkMEe-bzopYCigSfg 30 SalesOrder@_aG2EXAkMEe-bzopYCigSfg 31 SalesOrder@_aG2EXQkMEe-bzopYCigSfg 32 SalesOrder@_aG2EXgkMEe-bzopYCigSfg 33 SalesOrder@_aG2EXwkMEe-bzopYCigSfg 34 SalesOrder@_aG2EYAkMEe-bzopYCigSfg 35 SalesOrder@_aG2EYQkMEe-bzopYCigSfg 36 SalesOrder@_aG2EYgkMEe-bzopYCigSfg 37 SalesOrder@_aG2EYwkMEe-bzopYCigSfg 38 SalesOrder@_aG2EZAkMEe-bzopYCigSfg 39 SalesOrder@_aG2EZQkMEe-bzopYCigSfg 40 SalesOrder@_aG2EZgkMEe-bzopYCigSfg 41 SalesOrder@_aG2EZwkMEe-bzopYCigSfg 42 SalesOrder@_aG2EaAkMEe-bzopYCigSfg 43 SalesOrder@_aG2rUAkMEe-bzopYCigSfg 44 SalesOrder@_aG2rUQkMEe-bzopYCigSfg 45 SalesOrder@_aG2rUgkMEe-bzopYCigSfg 46 SalesOrder@_aG2rUwkMEe-bzopYCigSfg 47 SalesOrder@_aG2rVAkMEe-bzopYCigSfg 48 SalesOrder@_aG2rVQkMEe-bzopYCigSfg 49 SalesOrder@_aG2rVgkMEe-bzopYCigSfg 50 SalesOrder@_aG2rVwkMEe-bzopYCigSfg 51 SalesOrder@_aG2rWAkMEe-bzopYCigSfg 52 SalesOrder@_aG2rWQkMEe-bzopYCigSfg 53 SalesOrder@_aG2rWgkMEe-bzopYCigSfg 54 SalesOrder@_aG2rWwkMEe-bzopYCigSfg 55 SalesOrder@_aG2rXAkMEe-bzopYCigSfg 56 SalesOrder@_aG2rXQkMEe-bzopYCigSfg 57 SalesOrder@_aG2rXgkMEe-bzopYCigSfg 58 SalesOrder@_aG2rXwkMEe-bzopYCigSfg 59 SalesOrder@_aG2rYAkMEe-bzopYCigSfg 60 SalesOrder@_aG2rYQkMEe-bzopYCigSfg 61 SalesOrder@_aG2rYgkMEe-bzopYCigSfg 62 SalesOrder@_aG2rYwkMEe-bzopYCigSfg 63 SalesOrder@_aG2rZAkMEe-bzopYCigSfg 64 SalesOrder@_aG2rZQkMEe-bzopYCigSfg 65 SalesOrder@_aG2rZgkMEe-bzopYCigSfg 66 SalesOrder@_aG2rZwkMEe-bzopYCigSfg 67 SalesOrder@_aG2raAkMEe-bzopYCigSfg 68 SalesOrder@_aG2raQkMEe-bzopYCigSfg 69 SalesOrder@_aG2ragkMEe-bzopYCigSfg 70 SalesOrder@_aG2rawkMEe-bzopYCigSfg 71 SalesOrder@_aG2rbAkMEe-bzopYCigSfg 72 SalesOrder@_aG2rbQkMEe-bzopYCigSfg 73 SalesOrder@_aG2rbgkMEe-bzopYCigSfg 74 SalesOrder@_aG2rbwkMEe-bzopYCigSfg 75 SalesOrder@_aG2rcAkMEe-bzopYCigSfg 76 SalesOrder@_aG2rcQkMEe-bzopYCigSfg 77 SalesOrder@_aG2rcgkMEe-bzopYCigSfg 78 SalesOrder@_aG2rcwkMEe-bzopYCigSfg 79 SalesOrder@_aG2rdAkMEe-bzopYCigSfg 80 SalesOrder@_aG2rdQkMEe-bzopYCigSfg 81 SalesOrder@_aG2rdgkMEe-bzopYCigSfg 82 SalesOrder@_aG2rdwkMEe-bzopYCigSfg 83 SalesOrder@_aG2reAkMEe-bzopYCigSfg 84 SalesOrder@_aG3SYAkMEe-bzopYCigSfg 85 SalesOrder@_aG3SYQkMEe-bzopYCigSfg 86 SalesOrder@_aG3SYgkMEe-bzopYCigSfg 87 SalesOrder@_aG3SYwkMEe-bzopYCigSfg 88 SalesOrder@_aG3SZAkMEe-bzopYCigSfg 89 SalesOrder@_aG3SZQkMEe-bzopYCigSfg 90 SalesOrder@_aG3SZgkMEe-bzopYCigSfg 91 SalesOrder@_aG3SZwkMEe-bzopYCigSfg 92 SalesOrder@_aG3SaAkMEe-bzopYCigSfg 93 SalesOrder@_aG3SaQkMEe-bzopYCigSfg 94 SalesOrder@_aG3SagkMEe-bzopYCigSfg 95 SalesOrder@_aG3SawkMEe-bzopYCigSfg 96 SalesOrder@_aG3SbAkMEe-bzopYCigSfg 97 SalesOrder@_aG3SbQkMEe-bzopYCigSfg 98 SalesOrder@_aG3SbgkMEe-bzopYCigSfg 99 SalesOrder@_aG3SbwkMEe-bzopYCigSfg ******************************************************* ChunkingTest.testRemove [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* ChunkingTest.testWriteNative [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* CommitInfoTest.testClientBranch [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* CommitInfoTest.testClientBranchWithBranch [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* CommitInfoTest.testClientBranchWithWrongBranch [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* CommitInfoTest.testClientComment [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* CommitInfoTest.testClientCommentWithBranch [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* CommitInfoTest.testClientCommentWithWrongBranch [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* CommitInfoTest.testClientPreviousCommitInfo [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* CommitInfoTest.testClientSubBranch [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* CommitInfoTest.testClientSubBranchWithBranch [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* CommitInfoTest.testClientSubBranchWithWrongBranch [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* CommitInfoTest.testClientTimestamp [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* CommitInfoTest.testClientTimestampWithBranch [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* CommitInfoTest.testClientTimestampWithWrongBranch [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* CommitInfoTest.testClientUser [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] The CDO system tables are not found in schema "commitinforepo"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, protectedrepo, repo2, repo3, repo1, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* CommitInfoTest.testClientUserWithBranch [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] The CDO system tables are not found in schema "commitinforepo"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, protectedrepo, repo2, repo3, repo1, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* CommitInfoTest.testClientUserWithWrongBranch [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] The CDO system tables are not found in schema "commitinforepo"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, protectedrepo, repo2, repo3, repo1, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* CommitInfoTest.testLocalBranch [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* CommitInfoTest.testLocalComment [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* CommitInfoTest.testLocalSubBranch [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* CommitInfoTest.testLocalTimestamp [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* CommitInfoTest.testLocalUser [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* CommitInfoTest.testLogAsync [H2-branching-ranges-uuids, JVM, Native] ******************************************************* CommitInfo[2024-05-03 05:17:18.028 (1714713438028), Branch[id=0, name=MAIN], null, Commit 0, null, CommitData[newPackageUnits=0, newObjects=3, changedObjects=1, detachedObjects=0]] + CDOResourceFolder@_aSghsAkMEe-bzopYCigSfg:0v1("CommitInfoTest_testLogAsync") folder = null name = CommitInfoTest_testLogAsync nodes = [_aSghsQkMEe-bzopYCigSfg] + CDOResource@_aSghsQkMEe-bzopYCigSfg:0v1("res") folder = null name = res contents = [_aSghsgkMEe-bzopYCigSfg] + Product1@_aSghsgkMEe-bzopYCigSfg:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@_aQ70YAkMEe-bzopYCigSfg:0v4 contents = CDOFeatureDelta[contents, ADD, value=_aSghsAkMEe-bzopYCigSfg, index=3] CommitInfo[2024-05-03 05:17:18.029 (1714713438029), Branch[id=0, name=MAIN], null, Commit 1, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@_aShv0AkMEe-bzopYCigSfg:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@_aSghsQkMEe-bzopYCigSfg:0v1 contents = CDOFeatureDelta[contents, ADD, value=_aShv0AkMEe-bzopYCigSfg, index=1] CommitInfo[2024-05-03 05:17:18.030 (1714713438030), Branch[id=0, name=MAIN], null, Commit 2, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@_aSiW4AkMEe-bzopYCigSfg:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@_aSghsQkMEe-bzopYCigSfg:0v2 contents = CDOFeatureDelta[contents, ADD, value=_aSiW4AkMEe-bzopYCigSfg, index=2] CommitInfo[2024-05-03 05:17:18.031 (1714713438031), Branch[id=0, name=MAIN], null, Commit 3, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@_aSi98AkMEe-bzopYCigSfg:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@_aSghsQkMEe-bzopYCigSfg:0v3 contents = CDOFeatureDelta[contents, ADD, value=_aSi98AkMEe-bzopYCigSfg, index=3] CommitInfo[2024-05-03 05:17:18.032 (1714713438032), Branch[id=0, name=MAIN], null, Commit 4, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@_aSjlAAkMEe-bzopYCigSfg:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@_aSghsQkMEe-bzopYCigSfg:0v4 contents = CDOFeatureDelta[contents, ADD, value=_aSjlAAkMEe-bzopYCigSfg, index=4] CommitInfo[2024-05-03 05:17:18.034 (1714713438034), Branch[id=0, name=MAIN], null, Commit 5, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@_aSjlAQkMEe-bzopYCigSfg:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@_aSghsQkMEe-bzopYCigSfg:0v5 contents = CDOFeatureDelta[contents, ADD, value=_aSjlAQkMEe-bzopYCigSfg, index=5] CommitInfo[2024-05-03 05:17:18.035 (1714713438035), Branch[id=0, name=MAIN], null, Commit 6, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@_aSkzIAkMEe-bzopYCigSfg:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@_aSghsQkMEe-bzopYCigSfg:0v6 contents = CDOFeatureDelta[contents, ADD, value=_aSkzIAkMEe-bzopYCigSfg, index=6] CommitInfo[2024-05-03 05:17:18.036 (1714713438036), Branch[id=0, name=MAIN], null, Commit 7, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@_aSmBQAkMEe-bzopYCigSfg:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@_aSghsQkMEe-bzopYCigSfg:0v7 contents = CDOFeatureDelta[contents, ADD, value=_aSmBQAkMEe-bzopYCigSfg, index=7] CommitInfo[2024-05-03 05:17:18.037 (1714713438037), Branch[id=0, name=MAIN], null, Commit 8, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@_aSmoUAkMEe-bzopYCigSfg:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@_aSghsQkMEe-bzopYCigSfg:0v8 contents = CDOFeatureDelta[contents, ADD, value=_aSmoUAkMEe-bzopYCigSfg, index=8] CommitInfo[2024-05-03 05:17:18.038 (1714713438038), Branch[id=0, name=MAIN], null, Commit 9, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@_aSmoUQkMEe-bzopYCigSfg:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@_aSghsQkMEe-bzopYCigSfg:0v9 contents = CDOFeatureDelta[contents, ADD, value=_aSmoUQkMEe-bzopYCigSfg, index=9] CommitInfo[2024-05-03 05:17:18.039 (1714713438039), Branch[id=0, name=MAIN], null, Commit 10, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@_aSnPYAkMEe-bzopYCigSfg:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@_aSghsQkMEe-bzopYCigSfg:0v10 contents = CDOFeatureDelta[contents, ADD, value=_aSnPYAkMEe-bzopYCigSfg, index=10] CommitInfo[2024-05-03 05:17:18.040 (1714713438040), Branch[id=0, name=MAIN], null, Commit 11, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@_aSodgAkMEe-bzopYCigSfg:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@_aSghsQkMEe-bzopYCigSfg:0v11 contents = CDOFeatureDelta[contents, ADD, value=_aSodgAkMEe-bzopYCigSfg, index=11] CommitInfo[2024-05-03 05:17:18.041 (1714713438041), Branch[id=0, name=MAIN], null, Commit 12, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@_aSpEkAkMEe-bzopYCigSfg:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@_aSghsQkMEe-bzopYCigSfg:0v12 contents = CDOFeatureDelta[contents, ADD, value=_aSpEkAkMEe-bzopYCigSfg, index=12] CommitInfo[2024-05-03 05:17:18.042 (1714713438042), Branch[id=0, name=MAIN], null, Commit 13, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@_aSproAkMEe-bzopYCigSfg:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@_aSghsQkMEe-bzopYCigSfg:0v13 contents = CDOFeatureDelta[contents, ADD, value=_aSproAkMEe-bzopYCigSfg, index=13] CommitInfo[2024-05-03 05:17:18.043 (1714713438043), Branch[id=0, name=MAIN], null, Commit 14, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@_aSqSsAkMEe-bzopYCigSfg:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@_aSghsQkMEe-bzopYCigSfg:0v14 contents = CDOFeatureDelta[contents, ADD, value=_aSqSsAkMEe-bzopYCigSfg, index=14] CommitInfo[2024-05-03 05:17:18.045 (1714713438045), Branch[id=0, name=MAIN], null, Commit 15, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@_aSqSsQkMEe-bzopYCigSfg:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@_aSghsQkMEe-bzopYCigSfg:0v15 contents = CDOFeatureDelta[contents, ADD, value=_aSqSsQkMEe-bzopYCigSfg, index=15] CommitInfo[2024-05-03 05:17:18.046 (1714713438046), Branch[id=0, name=MAIN], null, Commit 16, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@_aSrg0AkMEe-bzopYCigSfg:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@_aSghsQkMEe-bzopYCigSfg:0v16 contents = CDOFeatureDelta[contents, ADD, value=_aSrg0AkMEe-bzopYCigSfg, index=16] CommitInfo[2024-05-03 05:17:18.047 (1714713438047), Branch[id=0, name=MAIN], null, Commit 17, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@_aSsu8AkMEe-bzopYCigSfg:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@_aSghsQkMEe-bzopYCigSfg:0v17 contents = CDOFeatureDelta[contents, ADD, value=_aSsu8AkMEe-bzopYCigSfg, index=17] CommitInfo[2024-05-03 05:17:18.048 (1714713438048), Branch[id=0, name=MAIN], null, Commit 18, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@_aStWAAkMEe-bzopYCigSfg:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@_aSghsQkMEe-bzopYCigSfg:0v18 contents = CDOFeatureDelta[contents, ADD, value=_aStWAAkMEe-bzopYCigSfg, index=18] CommitInfo[2024-05-03 05:17:18.049 (1714713438049), Branch[id=0, name=MAIN], null, Commit 19, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@_aStWAQkMEe-bzopYCigSfg:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@_aSghsQkMEe-bzopYCigSfg:0v19 contents = CDOFeatureDelta[contents, ADD, value=_aStWAQkMEe-bzopYCigSfg, index=19] ******************************************************* CommitInfoTest.testLogThroughClient [H2-branching-ranges-uuids, JVM, Native] ******************************************************* CommitInfo[2024-05-03 05:17:18.079 (1714713438079), Branch[id=0, name=MAIN], null, Commit 19, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@_aTAQ8AkMEe-bzopYCigSfg:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@_aSy1kQkMEe-bzopYCigSfg:0v19 contents = CDOFeatureDelta[contents, ADD, value=_aTAQ8AkMEe-bzopYCigSfg, index=19] CommitInfo[2024-05-03 05:17:18.078 (1714713438078), Branch[id=0, name=MAIN], null, Commit 18, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@_aS_p4AkMEe-bzopYCigSfg:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@_aSy1kQkMEe-bzopYCigSfg:0v18 contents = CDOFeatureDelta[contents, ADD, value=_aS_p4AkMEe-bzopYCigSfg, index=18] CommitInfo[2024-05-03 05:17:18.077 (1714713438077), Branch[id=0, name=MAIN], null, Commit 17, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@_aS-bwQkMEe-bzopYCigSfg:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@_aSy1kQkMEe-bzopYCigSfg:0v17 contents = CDOFeatureDelta[contents, ADD, value=_aS-bwQkMEe-bzopYCigSfg, index=17] CommitInfo[2024-05-03 05:17:18.076 (1714713438076), Branch[id=0, name=MAIN], null, Commit 16, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@_aS-bwAkMEe-bzopYCigSfg:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@_aSy1kQkMEe-bzopYCigSfg:0v16 contents = CDOFeatureDelta[contents, ADD, value=_aS-bwAkMEe-bzopYCigSfg, index=16] CommitInfo[2024-05-03 05:17:18.075 (1714713438075), Branch[id=0, name=MAIN], null, Commit 15, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@_aS90sAkMEe-bzopYCigSfg:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@_aSy1kQkMEe-bzopYCigSfg:0v15 contents = CDOFeatureDelta[contents, ADD, value=_aS90sAkMEe-bzopYCigSfg, index=15] CommitInfo[2024-05-03 05:17:18.074 (1714713438074), Branch[id=0, name=MAIN], null, Commit 14, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@_aS8mkAkMEe-bzopYCigSfg:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@_aSy1kQkMEe-bzopYCigSfg:0v14 contents = CDOFeatureDelta[contents, ADD, value=_aS8mkAkMEe-bzopYCigSfg, index=14] CommitInfo[2024-05-03 05:17:18.073 (1714713438073), Branch[id=0, name=MAIN], null, Commit 13, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@_aS7YcQkMEe-bzopYCigSfg:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@_aSy1kQkMEe-bzopYCigSfg:0v13 contents = CDOFeatureDelta[contents, ADD, value=_aS7YcQkMEe-bzopYCigSfg, index=13] CommitInfo[2024-05-03 05:17:18.071 (1714713438071), Branch[id=0, name=MAIN], null, Commit 12, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@_aS7YcAkMEe-bzopYCigSfg:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@_aSy1kQkMEe-bzopYCigSfg:0v12 contents = CDOFeatureDelta[contents, ADD, value=_aS7YcAkMEe-bzopYCigSfg, index=12] CommitInfo[2024-05-03 05:17:18.070 (1714713438070), Branch[id=0, name=MAIN], null, Commit 11, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@_aS6xYAkMEe-bzopYCigSfg:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@_aSy1kQkMEe-bzopYCigSfg:0v11 contents = CDOFeatureDelta[contents, ADD, value=_aS6xYAkMEe-bzopYCigSfg, index=11] CommitInfo[2024-05-03 05:17:18.069 (1714713438069), Branch[id=0, name=MAIN], null, Commit 10, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@_aS6KUAkMEe-bzopYCigSfg:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@_aSy1kQkMEe-bzopYCigSfg:0v10 contents = CDOFeatureDelta[contents, ADD, value=_aS6KUAkMEe-bzopYCigSfg, index=10] CommitInfo[2024-05-03 05:17:18.068 (1714713438068), Branch[id=0, name=MAIN], null, Commit 9, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@_aS48MAkMEe-bzopYCigSfg:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@_aSy1kQkMEe-bzopYCigSfg:0v9 contents = CDOFeatureDelta[contents, ADD, value=_aS48MAkMEe-bzopYCigSfg, index=9] CommitInfo[2024-05-03 05:17:18.067 (1714713438067), Branch[id=0, name=MAIN], null, Commit 8, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@_aS4VIQkMEe-bzopYCigSfg:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@_aSy1kQkMEe-bzopYCigSfg:0v8 contents = CDOFeatureDelta[contents, ADD, value=_aS4VIQkMEe-bzopYCigSfg, index=8] CommitInfo[2024-05-03 05:17:18.066 (1714713438066), Branch[id=0, name=MAIN], null, Commit 7, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@_aS4VIAkMEe-bzopYCigSfg:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@_aSy1kQkMEe-bzopYCigSfg:0v7 contents = CDOFeatureDelta[contents, ADD, value=_aS4VIAkMEe-bzopYCigSfg, index=7] CommitInfo[2024-05-03 05:17:18.065 (1714713438065), Branch[id=0, name=MAIN], null, Commit 6, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@_aS3uEAkMEe-bzopYCigSfg:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@_aSy1kQkMEe-bzopYCigSfg:0v6 contents = CDOFeatureDelta[contents, ADD, value=_aS3uEAkMEe-bzopYCigSfg, index=6] CommitInfo[2024-05-03 05:17:18.064 (1714713438064), Branch[id=0, name=MAIN], null, Commit 5, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@_aS3HAAkMEe-bzopYCigSfg:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@_aSy1kQkMEe-bzopYCigSfg:0v5 contents = CDOFeatureDelta[contents, ADD, value=_aS3HAAkMEe-bzopYCigSfg, index=5] CommitInfo[2024-05-03 05:17:18.063 (1714713438063), Branch[id=0, name=MAIN], null, Commit 4, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@_aS2f8AkMEe-bzopYCigSfg:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@_aSy1kQkMEe-bzopYCigSfg:0v4 contents = CDOFeatureDelta[contents, ADD, value=_aS2f8AkMEe-bzopYCigSfg, index=4] CommitInfo[2024-05-03 05:17:18.062 (1714713438062), Branch[id=0, name=MAIN], null, Commit 3, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@_aS1R0AkMEe-bzopYCigSfg:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@_aSy1kQkMEe-bzopYCigSfg:0v3 contents = CDOFeatureDelta[contents, ADD, value=_aS1R0AkMEe-bzopYCigSfg, index=3] CommitInfo[2024-05-03 05:17:18.061 (1714713438061), Branch[id=0, name=MAIN], null, Commit 2, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@_aS0DsQkMEe-bzopYCigSfg:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@_aSy1kQkMEe-bzopYCigSfg:0v2 contents = CDOFeatureDelta[contents, ADD, value=_aS0DsQkMEe-bzopYCigSfg, index=2] CommitInfo[2024-05-03 05:17:18.059 (1714713438059), Branch[id=0, name=MAIN], null, Commit 1, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@_aS0DsAkMEe-bzopYCigSfg:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@_aSy1kQkMEe-bzopYCigSfg:0v1 contents = CDOFeatureDelta[contents, ADD, value=_aS0DsAkMEe-bzopYCigSfg, index=1] CommitInfo[2024-05-03 05:17:18.058 (1714713438058), Branch[id=0, name=MAIN], null, Commit 0, null, CommitData[newPackageUnits=0, newObjects=3, changedObjects=1, detachedObjects=0]] + Product1@_aSy1kgkMEe-bzopYCigSfg:0v1 name = null orderDetails = null vat = null otherVATs = null + CDOResource@_aSy1kQkMEe-bzopYCigSfg:0v1("res") folder = null name = res contents = [_aSy1kgkMEe-bzopYCigSfg] + CDOResourceFolder@_aSy1kAkMEe-bzopYCigSfg:0v1("CommitInfoTest_testLogThroughClient") folder = null name = CommitInfoTest_testLogThroughClient nodes = [_aSy1kQkMEe-bzopYCigSfg] * CDOResource@_aQ70YAkMEe-bzopYCigSfg:0v5 contents = CDOFeatureDelta[contents, ADD, value=_aSy1kAkMEe-bzopYCigSfg, index=4] CommitInfo[2024-05-03 05:17:18.049 (1714713438049), Branch[id=0, name=MAIN], null, Commit 19, null, null] + Product1@_aStWAQkMEe-bzopYCigSfg:0v1 name = null orderDetails = null vat = 15 otherVATs = null * CDOResource@_aSghsQkMEe-bzopYCigSfg:0v19 contents = CDOFeatureDelta[contents, ADD, value=_aStWAQkMEe-bzopYCigSfg, index=19] CommitInfo[2024-05-03 05:17:18.048 (1714713438048), Branch[id=0, name=MAIN], null, Commit 18, null, null] + Product1@_aStWAAkMEe-bzopYCigSfg:0v1 name = null orderDetails = null vat = 15 otherVATs = null * CDOResource@_aSghsQkMEe-bzopYCigSfg:0v18 contents = CDOFeatureDelta[contents, ADD, value=_aStWAAkMEe-bzopYCigSfg, index=18] CommitInfo[2024-05-03 05:17:18.047 (1714713438047), Branch[id=0, name=MAIN], null, Commit 17, null, null] + Product1@_aSsu8AkMEe-bzopYCigSfg:0v1 name = null orderDetails = null vat = 15 otherVATs = null * CDOResource@_aSghsQkMEe-bzopYCigSfg:0v17 contents = CDOFeatureDelta[contents, ADD, value=_aSsu8AkMEe-bzopYCigSfg, index=17] CommitInfo[2024-05-03 05:17:18.046 (1714713438046), Branch[id=0, name=MAIN], null, Commit 16, null, null] + Product1@_aSrg0AkMEe-bzopYCigSfg:0v1 name = null orderDetails = null vat = 15 otherVATs = null * CDOResource@_aSghsQkMEe-bzopYCigSfg:0v16 contents = CDOFeatureDelta[contents, ADD, value=_aSrg0AkMEe-bzopYCigSfg, index=16] CommitInfo[2024-05-03 05:17:18.045 (1714713438045), Branch[id=0, name=MAIN], null, Commit 15, null, null] + Product1@_aSqSsQkMEe-bzopYCigSfg:0v1 name = null orderDetails = null vat = 15 otherVATs = null * CDOResource@_aSghsQkMEe-bzopYCigSfg:0v15 contents = CDOFeatureDelta[contents, ADD, value=_aSqSsQkMEe-bzopYCigSfg, index=15] CommitInfo[2024-05-03 05:17:18.043 (1714713438043), Branch[id=0, name=MAIN], null, Commit 14, null, null] + Product1@_aSqSsAkMEe-bzopYCigSfg:0v1 name = null orderDetails = null vat = 15 otherVATs = null * CDOResource@_aSghsQkMEe-bzopYCigSfg:0v14 contents = CDOFeatureDelta[contents, ADD, value=_aSqSsAkMEe-bzopYCigSfg, index=14] CommitInfo[2024-05-03 05:17:18.042 (1714713438042), Branch[id=0, name=MAIN], null, Commit 13, null, null] + Product1@_aSproAkMEe-bzopYCigSfg:0v1 name = null orderDetails = null vat = 15 otherVATs = null * CDOResource@_aSghsQkMEe-bzopYCigSfg:0v13 contents = CDOFeatureDelta[contents, ADD, value=_aSproAkMEe-bzopYCigSfg, index=13] CommitInfo[2024-05-03 05:17:18.041 (1714713438041), Branch[id=0, name=MAIN], null, Commit 12, null, null] + Product1@_aSpEkAkMEe-bzopYCigSfg:0v1 name = null orderDetails = null vat = 15 otherVATs = null * CDOResource@_aSghsQkMEe-bzopYCigSfg:0v12 contents = CDOFeatureDelta[contents, ADD, value=_aSpEkAkMEe-bzopYCigSfg, index=12] CommitInfo[2024-05-03 05:17:18.040 (1714713438040), Branch[id=0, name=MAIN], null, Commit 11, null, null] + Product1@_aSodgAkMEe-bzopYCigSfg:0v1 name = null orderDetails = null vat = 15 otherVATs = null * CDOResource@_aSghsQkMEe-bzopYCigSfg:0v11 contents = CDOFeatureDelta[contents, ADD, value=_aSodgAkMEe-bzopYCigSfg, index=11] CommitInfo[2024-05-03 05:17:18.039 (1714713438039), Branch[id=0, name=MAIN], null, Commit 10, null, null] + Product1@_aSnPYAkMEe-bzopYCigSfg:0v1 name = null orderDetails = null vat = 15 otherVATs = null * CDOResource@_aSghsQkMEe-bzopYCigSfg:0v10 contents = CDOFeatureDelta[contents, ADD, value=_aSnPYAkMEe-bzopYCigSfg, index=10] CommitInfo[2024-05-03 05:17:18.038 (1714713438038), Branch[id=0, name=MAIN], null, Commit 9, null, null] + Product1@_aSmoUQkMEe-bzopYCigSfg:0v1 name = null orderDetails = null vat = 15 otherVATs = null * CDOResource@_aSghsQkMEe-bzopYCigSfg:0v9 contents = CDOFeatureDelta[contents, ADD, value=_aSmoUQkMEe-bzopYCigSfg, index=9] CommitInfo[2024-05-03 05:17:18.037 (1714713438037), Branch[id=0, name=MAIN], null, Commit 8, null, null] + Product1@_aSmoUAkMEe-bzopYCigSfg:0v1 name = null orderDetails = null vat = 15 otherVATs = null * CDOResource@_aSghsQkMEe-bzopYCigSfg:0v8 contents = CDOFeatureDelta[contents, ADD, value=_aSmoUAkMEe-bzopYCigSfg, index=8] CommitInfo[2024-05-03 05:17:18.036 (1714713438036), Branch[id=0, name=MAIN], null, Commit 7, null, null] + Product1@_aSmBQAkMEe-bzopYCigSfg:0v1 name = null orderDetails = null vat = 15 otherVATs = null * CDOResource@_aSghsQkMEe-bzopYCigSfg:0v7 contents = CDOFeatureDelta[contents, ADD, value=_aSmBQAkMEe-bzopYCigSfg, index=7] CommitInfo[2024-05-03 05:17:18.035 (1714713438035), Branch[id=0, name=MAIN], null, Commit 6, null, null] + Product1@_aSkzIAkMEe-bzopYCigSfg:0v1 name = null orderDetails = null vat = 15 otherVATs = null * CDOResource@_aSghsQkMEe-bzopYCigSfg:0v6 contents = CDOFeatureDelta[contents, ADD, value=_aSkzIAkMEe-bzopYCigSfg, index=6] CommitInfo[2024-05-03 05:17:18.034 (1714713438034), Branch[id=0, name=MAIN], null, Commit 5, null, null] + Product1@_aSjlAQkMEe-bzopYCigSfg:0v1 name = null orderDetails = null vat = 15 otherVATs = null * CDOResource@_aSghsQkMEe-bzopYCigSfg:0v5 contents = CDOFeatureDelta[contents, ADD, value=_aSjlAQkMEe-bzopYCigSfg, index=5] CommitInfo[2024-05-03 05:17:18.032 (1714713438032), Branch[id=0, name=MAIN], null, Commit 4, null, null] + Product1@_aSjlAAkMEe-bzopYCigSfg:0v1 name = null orderDetails = null vat = 15 otherVATs = null * CDOResource@_aSghsQkMEe-bzopYCigSfg:0v4 contents = CDOFeatureDelta[contents, ADD, value=_aSjlAAkMEe-bzopYCigSfg, index=4] CommitInfo[2024-05-03 05:17:18.031 (1714713438031), Branch[id=0, name=MAIN], null, Commit 3, null, null] + Product1@_aSi98AkMEe-bzopYCigSfg:0v1 name = null orderDetails = null vat = 15 otherVATs = null * CDOResource@_aSghsQkMEe-bzopYCigSfg:0v3 contents = CDOFeatureDelta[contents, ADD, value=_aSi98AkMEe-bzopYCigSfg, index=3] CommitInfo[2024-05-03 05:17:18.030 (1714713438030), Branch[id=0, name=MAIN], null, Commit 2, null, null] + Product1@_aSiW4AkMEe-bzopYCigSfg:0v1 name = null orderDetails = null vat = 15 otherVATs = null * CDOResource@_aSghsQkMEe-bzopYCigSfg:0v2 contents = CDOFeatureDelta[contents, ADD, value=_aSiW4AkMEe-bzopYCigSfg, index=2] CommitInfo[2024-05-03 05:17:18.029 (1714713438029), Branch[id=0, name=MAIN], null, Commit 1, null, null] + Product1@_aShv0AkMEe-bzopYCigSfg:0v1 name = null orderDetails = null vat = 15 otherVATs = null * CDOResource@_aSghsQkMEe-bzopYCigSfg:0v1 contents = CDOFeatureDelta[contents, ADD, value=_aShv0AkMEe-bzopYCigSfg, index=1] CommitInfo[2024-05-03 05:17:18.028 (1714713438028), Branch[id=0, name=MAIN], null, Commit 0, null, null] + Product1@_aSghsgkMEe-bzopYCigSfg:0v1 name = null orderDetails = null vat = 15 otherVATs = null + CDOResource@_aSghsQkMEe-bzopYCigSfg:0v1("res") folder = null name = res contents = [_aSghsgkMEe-bzopYCigSfg] + CDOResourceFolder@_aSghsAkMEe-bzopYCigSfg:0v1("CommitInfoTest_testLogAsync") folder = null name = CommitInfoTest_testLogAsync nodes = [_aSghsQkMEe-bzopYCigSfg] * CDOResource@_aQ70YAkMEe-bzopYCigSfg:0v4 contents = CDOFeatureDelta[contents, ADD, value=_aSghsAkMEe-bzopYCigSfg, index=3] CommitInfo[2024-05-03 05:17:17.992 (1714713437992), Branch[id=0, name=MAIN], null, null, null, null] + Product1@_aSLKgQkMEe-bzopYCigSfg:0v1 name = null orderDetails = null vat = 15 otherVATs = null + CDOResource@_aSLKgAkMEe-bzopYCigSfg:0v1("res") folder = null name = res contents = [_aSLKgQkMEe-bzopYCigSfg] + CDOResourceFolder@_aSKjcAkMEe-bzopYCigSfg:0v1("CommitInfoTest_testLocalTimestamp") folder = null name = CommitInfoTest_testLocalTimestamp nodes = [_aSLKgAkMEe-bzopYCigSfg] * CDOResource@_aQ70YAkMEe-bzopYCigSfg:0v3 contents = CDOFeatureDelta[contents, ADD, value=_aSKjcAkMEe-bzopYCigSfg, index=2] CommitInfo[2024-05-03 05:17:17.984 (1714713437984), Branch[id=1, PROXY], null, null, null, null] + Product1@_aSGSAgkMEe-bzopYCigSfg:1v1 name = null orderDetails = null vat = 15 otherVATs = null + CDOResource@_aSGSAQkMEe-bzopYCigSfg:1v1("res") folder = null name = res contents = [_aSGSAgkMEe-bzopYCigSfg] + CDOResourceFolder@_aSGSAAkMEe-bzopYCigSfg:1v1("CommitInfoTest_testLocalSubBranch") folder = null name = CommitInfoTest_testLocalSubBranch nodes = [_aSGSAQkMEe-bzopYCigSfg] * CDOResource@_aQ70YAkMEe-bzopYCigSfg:0v3 contents = CDOFeatureDelta[contents, ADD, value=_aSGSAAkMEe-bzopYCigSfg, index=2] CommitInfo[2024-05-03 05:17:17.974 (1714713437974), Branch[id=0, name=MAIN], null, Andre, null, null] + Product1@_aSALYgkMEe-bzopYCigSfg:0v1 name = null orderDetails = null vat = 15 otherVATs = null + CDOResource@_aSALYQkMEe-bzopYCigSfg:0v1("res") folder = null name = res contents = [_aSALYgkMEe-bzopYCigSfg] + CDOResourceFolder@_aSALYAkMEe-bzopYCigSfg:0v1("CommitInfoTest_testLocalComment") folder = null name = CommitInfoTest_testLocalComment nodes = [_aSALYQkMEe-bzopYCigSfg] * CDOResource@_aQ70YAkMEe-bzopYCigSfg:0v2 contents = CDOFeatureDelta[contents, ADD, value=_aSALYAkMEe-bzopYCigSfg, index=1] CommitInfo[2024-05-03 05:17:17.959 (1714713437959), Branch[id=0, name=MAIN], null, null, null, null] P http://www.eclipse.org/emf/CDO/tests/model1/1.0.0 + Product1@_aRz-IgkMEe-bzopYCigSfg:0v1 name = null orderDetails = null vat = 15 otherVATs = null + CDOResource@_aRz-IQkMEe-bzopYCigSfg:0v1("res") folder = null name = res contents = [_aRz-IgkMEe-bzopYCigSfg] + CDOResourceFolder@_aRz-IAkMEe-bzopYCigSfg:0v1("CommitInfoTest_testLocalBranch") folder = null name = CommitInfoTest_testLocalBranch nodes = [_aRz-IQkMEe-bzopYCigSfg] * CDOResource@_aQ70YAkMEe-bzopYCigSfg:0v1 contents = CDOFeatureDelta[contents, ADD, value=_aRz-IAkMEe-bzopYCigSfg, index=0] CommitInfo[2024-05-03 05:17:17.855 (1714713437855), Branch[id=0, name=MAIN], CDO_SYSTEM, , null, null] + CDOResource@_aQ70YAkMEe-bzopYCigSfg:0v1("/") folder = null name = null contents = null ******************************************************* CommitInfoTest.testLogThroughCommitInfoHandler [H2-branching-ranges-uuids, JVM, Native] ******************************************************* CommitInfo[2024-05-03 05:17:18.107 (1714713438107), Branch[id=0, name=MAIN], null, Commit 0, null, CommitData[newPackageUnits=0, newObjects=3, changedObjects=1, detachedObjects=0]] + CDOResourceFolder@_aTRWsAkMEe-bzopYCigSfg:0v1("CommitInfoTest_testLogThroughCommitInfoHandler") folder = null name = CommitInfoTest_testLogThroughCommitInfoHandler nodes = [_aTRWsQkMEe-bzopYCigSfg] + CDOResource@_aTRWsQkMEe-bzopYCigSfg:0v1("res") folder = null name = res contents = [_aTRWsgkMEe-bzopYCigSfg] + Product1@_aTRWsgkMEe-bzopYCigSfg:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@_aQ70YAkMEe-bzopYCigSfg:0v6 contents = CDOFeatureDelta[contents, ADD, value=_aTRWsAkMEe-bzopYCigSfg, index=5] CommitInfo[2024-05-03 05:17:18.109 (1714713438109), Branch[id=0, name=MAIN], null, Commit 1, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@_aTR9wAkMEe-bzopYCigSfg:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@_aTRWsQkMEe-bzopYCigSfg:0v1 contents = CDOFeatureDelta[contents, ADD, value=_aTR9wAkMEe-bzopYCigSfg, index=1] CommitInfo[2024-05-03 05:17:18.111 (1714713438111), Branch[id=0, name=MAIN], null, Commit 2, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@_aTSk0AkMEe-bzopYCigSfg:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@_aTRWsQkMEe-bzopYCigSfg:0v2 contents = CDOFeatureDelta[contents, ADD, value=_aTSk0AkMEe-bzopYCigSfg, index=2] CommitInfo[2024-05-03 05:17:18.113 (1714713438113), Branch[id=0, name=MAIN], null, Commit 3, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@_aTTy8AkMEe-bzopYCigSfg:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@_aTRWsQkMEe-bzopYCigSfg:0v3 contents = CDOFeatureDelta[contents, ADD, value=_aTTy8AkMEe-bzopYCigSfg, index=3] CommitInfo[2024-05-03 05:17:18.115 (1714713438115), Branch[id=0, name=MAIN], null, Commit 4, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@_aTVBEAkMEe-bzopYCigSfg:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@_aTRWsQkMEe-bzopYCigSfg:0v4 contents = CDOFeatureDelta[contents, ADD, value=_aTVBEAkMEe-bzopYCigSfg, index=4] CommitInfo[2024-05-03 05:17:18.117 (1714713438117), Branch[id=0, name=MAIN], null, Commit 5, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@_aTWPMAkMEe-bzopYCigSfg:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@_aTRWsQkMEe-bzopYCigSfg:0v5 contents = CDOFeatureDelta[contents, ADD, value=_aTWPMAkMEe-bzopYCigSfg, index=5] CommitInfo[2024-05-03 05:17:18.118 (1714713438118), Branch[id=0, name=MAIN], null, Commit 6, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@_aTXdUAkMEe-bzopYCigSfg:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@_aTRWsQkMEe-bzopYCigSfg:0v6 contents = CDOFeatureDelta[contents, ADD, value=_aTXdUAkMEe-bzopYCigSfg, index=6] CommitInfo[2024-05-03 05:17:18.119 (1714713438119), Branch[id=0, name=MAIN], null, Commit 7, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@_aTYrcAkMEe-bzopYCigSfg:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@_aTRWsQkMEe-bzopYCigSfg:0v7 contents = CDOFeatureDelta[contents, ADD, value=_aTYrcAkMEe-bzopYCigSfg, index=7] CommitInfo[2024-05-03 05:17:18.120 (1714713438120), Branch[id=0, name=MAIN], null, Commit 8, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@_aTZSgAkMEe-bzopYCigSfg:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@_aTRWsQkMEe-bzopYCigSfg:0v8 contents = CDOFeatureDelta[contents, ADD, value=_aTZSgAkMEe-bzopYCigSfg, index=8] CommitInfo[2024-05-03 05:17:18.121 (1714713438121), Branch[id=0, name=MAIN], null, Commit 9, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@_aTZ5kAkMEe-bzopYCigSfg:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@_aTRWsQkMEe-bzopYCigSfg:0v9 contents = CDOFeatureDelta[contents, ADD, value=_aTZ5kAkMEe-bzopYCigSfg, index=9] CommitInfo[2024-05-03 05:17:18.122 (1714713438122), Branch[id=0, name=MAIN], null, Commit 10, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@_aTagoAkMEe-bzopYCigSfg:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@_aTRWsQkMEe-bzopYCigSfg:0v10 contents = CDOFeatureDelta[contents, ADD, value=_aTagoAkMEe-bzopYCigSfg, index=10] CommitInfo[2024-05-03 05:17:18.124 (1714713438124), Branch[id=0, name=MAIN], null, Commit 11, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@_aTbHsAkMEe-bzopYCigSfg:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@_aTRWsQkMEe-bzopYCigSfg:0v11 contents = CDOFeatureDelta[contents, ADD, value=_aTbHsAkMEe-bzopYCigSfg, index=11] CommitInfo[2024-05-03 05:17:18.125 (1714713438125), Branch[id=0, name=MAIN], null, Commit 12, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@_aTbuwAkMEe-bzopYCigSfg:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@_aTRWsQkMEe-bzopYCigSfg:0v12 contents = CDOFeatureDelta[contents, ADD, value=_aTbuwAkMEe-bzopYCigSfg, index=12] CommitInfo[2024-05-03 05:17:18.126 (1714713438126), Branch[id=0, name=MAIN], null, Commit 13, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@_aTc84AkMEe-bzopYCigSfg:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@_aTRWsQkMEe-bzopYCigSfg:0v13 contents = CDOFeatureDelta[contents, ADD, value=_aTc84AkMEe-bzopYCigSfg, index=13] CommitInfo[2024-05-03 05:17:18.127 (1714713438127), Branch[id=0, name=MAIN], null, Commit 14, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@_aTdj8AkMEe-bzopYCigSfg:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@_aTRWsQkMEe-bzopYCigSfg:0v14 contents = CDOFeatureDelta[contents, ADD, value=_aTdj8AkMEe-bzopYCigSfg, index=14] CommitInfo[2024-05-03 05:17:18.128 (1714713438128), Branch[id=0, name=MAIN], null, Commit 15, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@_aTeLAAkMEe-bzopYCigSfg:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@_aTRWsQkMEe-bzopYCigSfg:0v15 contents = CDOFeatureDelta[contents, ADD, value=_aTeLAAkMEe-bzopYCigSfg, index=15] CommitInfo[2024-05-03 05:17:18.129 (1714713438129), Branch[id=0, name=MAIN], null, Commit 16, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@_aTeyEAkMEe-bzopYCigSfg:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@_aTRWsQkMEe-bzopYCigSfg:0v16 contents = CDOFeatureDelta[contents, ADD, value=_aTeyEAkMEe-bzopYCigSfg, index=16] CommitInfo[2024-05-03 05:17:18.130 (1714713438130), Branch[id=0, name=MAIN], null, Commit 17, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@_aTfZIAkMEe-bzopYCigSfg:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@_aTRWsQkMEe-bzopYCigSfg:0v17 contents = CDOFeatureDelta[contents, ADD, value=_aTfZIAkMEe-bzopYCigSfg, index=17] CommitInfo[2024-05-03 05:17:18.131 (1714713438131), Branch[id=0, name=MAIN], null, Commit 18, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@_aTgAMAkMEe-bzopYCigSfg:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@_aTRWsQkMEe-bzopYCigSfg:0v18 contents = CDOFeatureDelta[contents, ADD, value=_aTgAMAkMEe-bzopYCigSfg, index=18] CommitInfo[2024-05-03 05:17:18.132 (1714713438132), Branch[id=0, name=MAIN], null, Commit 19, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@_aTgnQAkMEe-bzopYCigSfg:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@_aTRWsQkMEe-bzopYCigSfg:0v19 contents = CDOFeatureDelta[contents, ADD, value=_aTgnQAkMEe-bzopYCigSfg, index=19] ******************************************************* CommitInfoTest.testLogThroughWriteAccessHandler [H2-branching-ranges-uuids, JVM, Native] ******************************************************* CommitInfo[2024-05-03 05:17:18.139 (1714713438139), Branch[id=0, name=MAIN], null, Commit 0, null, CommitData[newPackageUnits=0, newObjects=3, changedObjects=1, detachedObjects=0]] + CDOResourceFolder@_aTkRoAkMEe-bzopYCigSfg:0v1("CommitInfoTest_testLogThroughWriteAccessHandler") folder = null name = CommitInfoTest_testLogThroughWriteAccessHandler nodes = [_aTkRoQkMEe-bzopYCigSfg] + CDOResource@_aTkRoQkMEe-bzopYCigSfg:0v1("res") folder = null name = res contents = [_aTk4sAkMEe-bzopYCigSfg] + Product1@_aTk4sAkMEe-bzopYCigSfg:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@_aQ70YAkMEe-bzopYCigSfg:0v7 contents = CDOFeatureDelta[contents, ADD, value=_aTkRoAkMEe-bzopYCigSfg, index=6] CommitInfo[2024-05-03 05:17:18.140 (1714713438140), Branch[id=0, name=MAIN], null, Commit 1, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@_aTlfwAkMEe-bzopYCigSfg:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@_aTkRoQkMEe-bzopYCigSfg:0v1 contents = CDOFeatureDelta[contents, ADD, value=_aTlfwAkMEe-bzopYCigSfg, index=1] CommitInfo[2024-05-03 05:17:18.141 (1714713438141), Branch[id=0, name=MAIN], null, Commit 2, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@_aTmG0AkMEe-bzopYCigSfg:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@_aTkRoQkMEe-bzopYCigSfg:0v2 contents = CDOFeatureDelta[contents, ADD, value=_aTmG0AkMEe-bzopYCigSfg, index=2] CommitInfo[2024-05-03 05:17:18.142 (1714713438142), Branch[id=0, name=MAIN], null, Commit 3, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@_aTmt4AkMEe-bzopYCigSfg:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@_aTkRoQkMEe-bzopYCigSfg:0v3 contents = CDOFeatureDelta[contents, ADD, value=_aTmt4AkMEe-bzopYCigSfg, index=3] CommitInfo[2024-05-03 05:17:18.143 (1714713438143), Branch[id=0, name=MAIN], null, Commit 4, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@_aTnU8AkMEe-bzopYCigSfg:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@_aTkRoQkMEe-bzopYCigSfg:0v4 contents = CDOFeatureDelta[contents, ADD, value=_aTnU8AkMEe-bzopYCigSfg, index=4] CommitInfo[2024-05-03 05:17:18.145 (1714713438145), Branch[id=0, name=MAIN], null, Commit 5, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@_aTn8AAkMEe-bzopYCigSfg:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@_aTkRoQkMEe-bzopYCigSfg:0v5 contents = CDOFeatureDelta[contents, ADD, value=_aTn8AAkMEe-bzopYCigSfg, index=5] CommitInfo[2024-05-03 05:17:18.146 (1714713438146), Branch[id=0, name=MAIN], null, Commit 6, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@_aTojEAkMEe-bzopYCigSfg:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@_aTkRoQkMEe-bzopYCigSfg:0v6 contents = CDOFeatureDelta[contents, ADD, value=_aTojEAkMEe-bzopYCigSfg, index=6] CommitInfo[2024-05-03 05:17:18.147 (1714713438147), Branch[id=0, name=MAIN], null, Commit 7, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@_aTpKIAkMEe-bzopYCigSfg:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@_aTkRoQkMEe-bzopYCigSfg:0v7 contents = CDOFeatureDelta[contents, ADD, value=_aTpKIAkMEe-bzopYCigSfg, index=7] CommitInfo[2024-05-03 05:17:18.148 (1714713438148), Branch[id=0, name=MAIN], null, Commit 8, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@_aTpxMAkMEe-bzopYCigSfg:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@_aTkRoQkMEe-bzopYCigSfg:0v8 contents = CDOFeatureDelta[contents, ADD, value=_aTpxMAkMEe-bzopYCigSfg, index=8] CommitInfo[2024-05-03 05:17:18.149 (1714713438149), Branch[id=0, name=MAIN], null, Commit 9, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@_aTqYQAkMEe-bzopYCigSfg:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@_aTkRoQkMEe-bzopYCigSfg:0v9 contents = CDOFeatureDelta[contents, ADD, value=_aTqYQAkMEe-bzopYCigSfg, index=9] CommitInfo[2024-05-03 05:17:18.150 (1714713438150), Branch[id=0, name=MAIN], null, Commit 10, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@_aTq_UAkMEe-bzopYCigSfg:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@_aTkRoQkMEe-bzopYCigSfg:0v10 contents = CDOFeatureDelta[contents, ADD, value=_aTq_UAkMEe-bzopYCigSfg, index=10] CommitInfo[2024-05-03 05:17:18.152 (1714713438152), Branch[id=0, name=MAIN], null, Commit 11, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@_aTrmYAkMEe-bzopYCigSfg:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@_aTkRoQkMEe-bzopYCigSfg:0v11 contents = CDOFeatureDelta[contents, ADD, value=_aTrmYAkMEe-bzopYCigSfg, index=11] CommitInfo[2024-05-03 05:17:18.153 (1714713438153), Branch[id=0, name=MAIN], null, Commit 12, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@_aTs0gAkMEe-bzopYCigSfg:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@_aTkRoQkMEe-bzopYCigSfg:0v12 contents = CDOFeatureDelta[contents, ADD, value=_aTs0gAkMEe-bzopYCigSfg, index=12] CommitInfo[2024-05-03 05:17:18.154 (1714713438154), Branch[id=0, name=MAIN], null, Commit 13, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@_aTuCoAkMEe-bzopYCigSfg:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@_aTkRoQkMEe-bzopYCigSfg:0v13 contents = CDOFeatureDelta[contents, ADD, value=_aTuCoAkMEe-bzopYCigSfg, index=13] CommitInfo[2024-05-03 05:17:18.155 (1714713438155), Branch[id=0, name=MAIN], null, Commit 14, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@_aTupsAkMEe-bzopYCigSfg:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@_aTkRoQkMEe-bzopYCigSfg:0v14 contents = CDOFeatureDelta[contents, ADD, value=_aTupsAkMEe-bzopYCigSfg, index=14] CommitInfo[2024-05-03 05:17:18.156 (1714713438156), Branch[id=0, name=MAIN], null, Commit 15, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@_aTvQwAkMEe-bzopYCigSfg:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@_aTkRoQkMEe-bzopYCigSfg:0v15 contents = CDOFeatureDelta[contents, ADD, value=_aTvQwAkMEe-bzopYCigSfg, index=15] CommitInfo[2024-05-03 05:17:18.158 (1714713438158), Branch[id=0, name=MAIN], null, Commit 16, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@_aTv30AkMEe-bzopYCigSfg:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@_aTkRoQkMEe-bzopYCigSfg:0v16 contents = CDOFeatureDelta[contents, ADD, value=_aTv30AkMEe-bzopYCigSfg, index=16] CommitInfo[2024-05-03 05:17:18.159 (1714713438159), Branch[id=0, name=MAIN], null, Commit 17, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@_aTwe4AkMEe-bzopYCigSfg:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@_aTkRoQkMEe-bzopYCigSfg:0v17 contents = CDOFeatureDelta[contents, ADD, value=_aTwe4AkMEe-bzopYCigSfg, index=17] CommitInfo[2024-05-03 05:17:18.160 (1714713438160), Branch[id=0, name=MAIN], null, Commit 18, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@_aTxF8AkMEe-bzopYCigSfg:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@_aTkRoQkMEe-bzopYCigSfg:0v18 contents = CDOFeatureDelta[contents, ADD, value=_aTxF8AkMEe-bzopYCigSfg, index=18] CommitInfo[2024-05-03 05:17:18.162 (1714713438162), Branch[id=0, name=MAIN], null, Commit 19, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@_aTxtAAkMEe-bzopYCigSfg:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@_aTkRoQkMEe-bzopYCigSfg:0v19 contents = CDOFeatureDelta[contents, ADD, value=_aTxtAAkMEe-bzopYCigSfg, index=19] ******************************************************* CommitInfoTest.testMultipleEntries [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* CommitInfoTest.testMultipleEntriesByCountDown [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* CommitInfoTest.testMultipleEntriesByCountUp [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' 1714713438345 1714713438354 1714713438355 1714713438356 1714713438357 1714713438358 1714713438360 1714713438362 1714713438364 1714713438365 1714713438366 1714713438367 1714713438368 1714713438369 1714713438370 1714713438371 1714713438372 1714713438373 1714713438374 1714713438376 1714713438345 -> 1714713438345 1714713438354 -> 1714713438354 1714713438355 -> 1714713438355 1714713438356 -> 1714713438356 1714713438357 -> 1714713438357 1714713438358 -> 1714713438358 1714713438360 -> 1714713438360 1714713438362 -> 1714713438362 1714713438364 -> 1714713438364 1714713438365 -> 1714713438365 ******************************************************* CommitInfoTest.testServerBranch [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* CommitInfoTest.testServerBranchWithBranch [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* CommitInfoTest.testServerBranchWithWrongBranch [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* CommitInfoTest.testServerComment [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* CommitInfoTest.testServerCommentWithBranch [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* CommitInfoTest.testServerCommentWithWrongBranch [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* CommitInfoTest.testServerSubBranch [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* CommitInfoTest.testServerSubBranchWithBranch [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* CommitInfoTest.testServerSubBranchWithWrongBranch [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* CommitInfoTest.testServerTimestamp [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* CommitInfoTest.testServerTimestampWithBranch [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* CommitInfoTest.testServerTimestampWithWrongBranch [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* CommitInfoTest.testServerUser [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] The CDO system tables are not found in schema "commitinforepo"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, protectedrepo, repo2, repo3, repo1, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* CommitInfoTest.testServerUserWithBranch [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] The CDO system tables are not found in schema "commitinforepo"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, protectedrepo, repo2, repo3, repo1, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* CommitInfoTest.testServerUserWithWrongBranch [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] The CDO system tables are not found in schema "commitinforepo"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, protectedrepo, repo2, repo3, repo1, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* CompareTest.testAdditionsInSourceAndTarget [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* CompareTest.testFromBranchWithAdditions [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* CompareTest.testFromBranchWithChangesInSource [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* CompareTest.testFromBranchWithRemovalsInSource [H2-branching-ranges-uuids, JVM, Native] ******************************************************* server-thread-50 [debug] moveOneUp add historic entry at: 2 server-thread-50 [debug] moveOneUp add historic entry at: 3 server-thread-50 [debug] moveOneUp add historic entry at: 4 ******************************************************* CompareTest.testFromEmptyBranches [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* ComplexTest.testCrossResourceGenRefMultiNonContainedUnidirectional [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* ComplexTest.testCrossResourceGenRefSingleNonContainedUnidirectional [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* ComplexTest.testCrossResourceIfcimplMultiNonContainedBidirectional [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* ComplexTest.testCrossResourceIfcimplMultiNonContainedUnidirectional [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* ComplexTest.testCrossResourceIfcimplSingleNonContainedBidirectional [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* ComplexTest.testCrossResourceIfcimplSingleNonContainedUnidirectional [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* ComplexTest.testCrossResourcePlainMultiNonContainedBidirectional [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* ComplexTest.testCrossResourcePlainMultiNonContainedUnidirectional [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* ComplexTest.testCrossResourcePlainSingleNonContainedBidirectional [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* ComplexTest.testCrossResourcePlainSingleNonContainedUnidirectional [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* ComplexTest.testGenRefMultiContainedUnidirectional [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* ComplexTest.testGenRefMultiNonContainedUnidirectional [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* ComplexTest.testGenRefSingleContainedUnidirectional [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* ComplexTest.testGenRefSingleNonContainedUnidirectional [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* ComplexTest.testIfcimplMultiContainedBidirectional [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* ComplexTest.testIfcimplMultiContainedUnidirectional [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* ComplexTest.testIfcimplMultiNonContainedBidirectional [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* ComplexTest.testIfcimplMultiNonContainedUnidirectional [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* ComplexTest.testIfcimplSingleContainedBidirectional [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* ComplexTest.testIfcimplSingleContainedUnidirectional [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* ComplexTest.testIfcimplSingleNonContainedBidirectional [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* ComplexTest.testIfcimplSingleNonContainedUnidirectional [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* ComplexTest.testMigrateContainmentMulti [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* ComplexTest.testMigrateContainmentSingle [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* ComplexTest.testMultipleTransactions2 [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* ComplexTest.testMultipleTransactions3 [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* ComplexTest.testPlainMultiContainedBidirectional [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* ComplexTest.testPlainMultiContainedUnidirectional [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* ComplexTest.testPlainMultiNonContainedBidirectional [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* ComplexTest.testPlainMultiNonContainedUnidirectional [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* ComplexTest.testPlainSingleContainedBidirectional [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* ComplexTest.testPlainSingleContainedUnidirectional [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* ComplexTest.testPlainSingleNonContainedBidirectional [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* ComplexTest.testPlainSingleNonContainedUnidirectional [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* ConflictResolverExtendedTest.testAddHeadAddHead [H2-branching-ranges-uuids, JVM, Native] ******************************************************* This root: org.eclipse.emf.ecore.impl.ENotificationImpl@7502f848 (eventType: ADD, position: 0, notifier: Root@_arzyggkMEe-bzopYCigSfg[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: null, newValue: BaseObject@_asRFgAkMEe-bzopYCigSfg[NEW], isTouch: false, wasSet: true) That root: org.eclipse.emf.ecore.impl.ENotificationImpl@4ea429e9 (eventType: ADD, position: 0, notifier: Root@_arzyggkMEe-bzopYCigSfg[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: null, newValue: BaseObject@_asRFgQkMEe-bzopYCigSfg[NEW], isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@5bf07045 (eventType: ADD, position: 0, notifier: Root@_arzyggkMEe-bzopYCigSfg[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: [BaseObject@_asRFgQkMEe-bzopYCigSfg[NEW], _arzygwkMEe-bzopYCigSfg, _arzyhAkMEe-bzopYCigSfg, _arzyhQkMEe-bzopYCigSfg, _arzyhgkMEe-bzopYCigSfg, _arzyhwkMEe-bzopYCigSfg], newValue: BaseObject@_asRFgAkMEe-bzopYCigSfg, isTouch: false, wasSet: true) This root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@51eb1ce3 (eventType: ADD, position: 1, notifier: Root@_arzyggkMEe-bzopYCigSfg, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: [_asRFgAkMEe-bzopYCigSfg, _arzygwkMEe-bzopYCigSfg, _arzyhAkMEe-bzopYCigSfg, _arzyhQkMEe-bzopYCigSfg, _arzyhgkMEe-bzopYCigSfg, _arzyhwkMEe-bzopYCigSfg], newValue: BaseObject@_asRFgQkMEe-bzopYCigSfg, isTouch: false, wasSet: true) This List: ThisBaseObject 0 [_asRFgAkMEe-bzopYCigSfg], ThatBaseObject 0 [_asRFgQkMEe-bzopYCigSfg], BaseObject 0 [_arzygwkMEe-bzopYCigSfg], BaseObject 1 [_arzyhAkMEe-bzopYCigSfg], BaseObject 2 [_arzyhQkMEe-bzopYCigSfg], BaseObject 3 [_arzyhgkMEe-bzopYCigSfg], BaseObject 4 [_arzyhwkMEe-bzopYCigSfg] That List: ThisBaseObject 0 [_asRFgAkMEe-bzopYCigSfg], ThatBaseObject 0 [_asRFgQkMEe-bzopYCigSfg], BaseObject 0 [_arzygwkMEe-bzopYCigSfg], BaseObject 1 [_arzyhAkMEe-bzopYCigSfg], BaseObject 2 [_arzyhQkMEe-bzopYCigSfg], BaseObject 3 [_arzyhgkMEe-bzopYCigSfg], BaseObject 4 [_arzyhwkMEe-bzopYCigSfg] ******************************************************* ConflictResolverExtendedTest.testAddHeadAddTail [H2-branching-ranges-uuids, JVM, Native] ******************************************************* This root: org.eclipse.emf.ecore.impl.ENotificationImpl@17dab69c (eventType: ADD, position: 0, notifier: Root@_asaPcgkMEe-bzopYCigSfg[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: null, newValue: BaseObject@_asd50AkMEe-bzopYCigSfg[NEW], isTouch: false, wasSet: true) That root: org.eclipse.emf.ecore.impl.ENotificationImpl@d7ed0fa (eventType: ADD, position: 5, notifier: Root@_asaPcgkMEe-bzopYCigSfg[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: null, newValue: BaseObject@_aseg4AkMEe-bzopYCigSfg[NEW], isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@4e894db8 (eventType: ADD, position: 0, notifier: Root@_asaPcgkMEe-bzopYCigSfg[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: [_asaPcwkMEe-bzopYCigSfg, _asaPdAkMEe-bzopYCigSfg, _asaPdQkMEe-bzopYCigSfg, _asaPdgkMEe-bzopYCigSfg, _asaPdwkMEe-bzopYCigSfg, BaseObject@_aseg4AkMEe-bzopYCigSfg[NEW]], newValue: BaseObject@_asd50AkMEe-bzopYCigSfg, isTouch: false, wasSet: true) This root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@6bb3a997 (eventType: ADD, position: 6, notifier: Root@_asaPcgkMEe-bzopYCigSfg, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: [_asd50AkMEe-bzopYCigSfg, _asaPcwkMEe-bzopYCigSfg, _asaPdAkMEe-bzopYCigSfg, _asaPdQkMEe-bzopYCigSfg, _asaPdgkMEe-bzopYCigSfg, _asaPdwkMEe-bzopYCigSfg], newValue: BaseObject@_aseg4AkMEe-bzopYCigSfg, isTouch: false, wasSet: true) This List: ThisBaseObject 0 [_asd50AkMEe-bzopYCigSfg], BaseObject 0 [_asaPcwkMEe-bzopYCigSfg], BaseObject 1 [_asaPdAkMEe-bzopYCigSfg], BaseObject 2 [_asaPdQkMEe-bzopYCigSfg], BaseObject 3 [_asaPdgkMEe-bzopYCigSfg], BaseObject 4 [_asaPdwkMEe-bzopYCigSfg], ThatBaseObject 0 [_aseg4AkMEe-bzopYCigSfg] That List: ThisBaseObject 0 [_asd50AkMEe-bzopYCigSfg], BaseObject 0 [_asaPcwkMEe-bzopYCigSfg], BaseObject 1 [_asaPdAkMEe-bzopYCigSfg], BaseObject 2 [_asaPdQkMEe-bzopYCigSfg], BaseObject 3 [_asaPdgkMEe-bzopYCigSfg], BaseObject 4 [_asaPdwkMEe-bzopYCigSfg], ThatBaseObject 0 [_aseg4AkMEe-bzopYCigSfg] ******************************************************* ConflictResolverExtendedTest.testAddHeadClear [H2-branching-ranges-uuids, JVM, Native] ******************************************************* This root: org.eclipse.emf.ecore.impl.ENotificationImpl@35d10c7c (eventType: ADD, position: 0, notifier: Root@_asl1oAkMEe-bzopYCigSfg[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: null, newValue: BaseObject@_aspgAAkMEe-bzopYCigSfg[NEW], isTouch: false, wasSet: true) That root: org.eclipse.emf.ecore.impl.ENotificationImpl@4f46198b (eventType: REMOVE_MANY, position: -1, notifier: Root@_asl1oAkMEe-bzopYCigSfg[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: [BaseObject[TRANSIENT], BaseObject[TRANSIENT], BaseObject[TRANSIENT], BaseObject[TRANSIENT], BaseObject[TRANSIENT]], newValue: null, isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@2903937b (eventType: ADD, position: 0, notifier: Root@_asl1oAkMEe-bzopYCigSfg[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: null, newValue: BaseObject@_aspgAAkMEe-bzopYCigSfg, isTouch: false, wasSet: true) This root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@1bf8816d (eventType: REMOVE, position: 1, notifier: Root@_asl1oAkMEe-bzopYCigSfg, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: null, newValue: null, isTouch: false, wasSet: true) This root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@7a31a08f (eventType: REMOVE, position: 1, notifier: Root@_asl1oAkMEe-bzopYCigSfg, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: null, newValue: null, isTouch: false, wasSet: true) This root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@6a299379 (eventType: REMOVE, position: 1, notifier: Root@_asl1oAkMEe-bzopYCigSfg, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: null, newValue: null, isTouch: false, wasSet: true) This root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@112854c3 (eventType: REMOVE, position: 1, notifier: Root@_asl1oAkMEe-bzopYCigSfg, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: null, newValue: null, isTouch: false, wasSet: true) This root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@4e044c62 (eventType: REMOVE, position: 1, notifier: Root@_asl1oAkMEe-bzopYCigSfg, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: null, newValue: null, isTouch: false, wasSet: true) This List: ThisBaseObject 0 [_aspgAAkMEe-bzopYCigSfg] That List: ThisBaseObject 0 [_aspgAAkMEe-bzopYCigSfg] ******************************************************* ConflictResolverExtendedTest.testAddHeadMoveHead [H2-branching-ranges-uuids, JVM, Native] ******************************************************* This root: org.eclipse.emf.ecore.impl.ENotificationImpl@482f9e06 (eventType: ADD, position: 0, notifier: Root@_as2UUgkMEe-bzopYCigSfg[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: null, newValue: BaseObject@_as7M0AkMEe-bzopYCigSfg[NEW], isTouch: false, wasSet: true) That root: org.eclipse.emf.ecore.impl.ENotificationImpl@6d8ce285 (eventType: MOVE, position: 4, notifier: Root@_as2UUgkMEe-bzopYCigSfg[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: 0, newValue: BaseObject@_as2UUwkMEe-bzopYCigSfg, isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@e8c3970 (eventType: ADD, position: 0, notifier: Root@_as2UUgkMEe-bzopYCigSfg[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: [_as2UVAkMEe-bzopYCigSfg, _as2UVQkMEe-bzopYCigSfg, _as27YAkMEe-bzopYCigSfg, _as27YQkMEe-bzopYCigSfg, _as2UUwkMEe-bzopYCigSfg], newValue: BaseObject@_as7M0AkMEe-bzopYCigSfg, isTouch: false, wasSet: true) This root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@38a05988 (eventType: MOVE, position: 5, notifier: Root@_as2UUgkMEe-bzopYCigSfg, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: 1, newValue: BaseObject@_as2UUwkMEe-bzopYCigSfg, isTouch: false, wasSet: true) This List: ThisBaseObject 0 [_as7M0AkMEe-bzopYCigSfg], BaseObject 1 [_as2UVAkMEe-bzopYCigSfg], BaseObject 2 [_as2UVQkMEe-bzopYCigSfg], BaseObject 3 [_as27YAkMEe-bzopYCigSfg], BaseObject 4 [_as27YQkMEe-bzopYCigSfg], BaseObject 0 [_as2UUwkMEe-bzopYCigSfg] That List: ThisBaseObject 0 [_as7M0AkMEe-bzopYCigSfg], BaseObject 1 [_as2UVAkMEe-bzopYCigSfg], BaseObject 2 [_as2UVQkMEe-bzopYCigSfg], BaseObject 3 [_as27YAkMEe-bzopYCigSfg], BaseObject 4 [_as27YQkMEe-bzopYCigSfg], BaseObject 0 [_as2UUwkMEe-bzopYCigSfg] ******************************************************* ConflictResolverExtendedTest.testAddHeadMoveTail [H2-branching-ranges-uuids, JVM, Native] ******************************************************* This root: org.eclipse.emf.ecore.impl.ENotificationImpl@18062eb9 (eventType: ADD, position: 0, notifier: Root@_atDvsgkMEe-bzopYCigSfg[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: null, newValue: BaseObject@_atRLEAkMEe-bzopYCigSfg[NEW], isTouch: false, wasSet: true) That root: org.eclipse.emf.ecore.impl.ENotificationImpl@2a36ec1 (eventType: MOVE, position: 0, notifier: Root@_atDvsgkMEe-bzopYCigSfg[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: 4, newValue: BaseObject@_atDvtwkMEe-bzopYCigSfg, isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@28a6d347 (eventType: ADD, position: 0, notifier: Root@_atDvsgkMEe-bzopYCigSfg[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: [_atDvtwkMEe-bzopYCigSfg, _atDvswkMEe-bzopYCigSfg, _atDvtAkMEe-bzopYCigSfg, _atDvtQkMEe-bzopYCigSfg, _atDvtgkMEe-bzopYCigSfg], newValue: BaseObject@_atRLEAkMEe-bzopYCigSfg, isTouch: false, wasSet: true) This root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@283864a4 (eventType: MOVE, position: 1, notifier: Root@_atDvsgkMEe-bzopYCigSfg, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: 5, newValue: BaseObject@_atDvtwkMEe-bzopYCigSfg, isTouch: false, wasSet: true) This List: ThisBaseObject 0 [_atRLEAkMEe-bzopYCigSfg], BaseObject 4 [_atDvtwkMEe-bzopYCigSfg], BaseObject 0 [_atDvswkMEe-bzopYCigSfg], BaseObject 1 [_atDvtAkMEe-bzopYCigSfg], BaseObject 2 [_atDvtQkMEe-bzopYCigSfg], BaseObject 3 [_atDvtgkMEe-bzopYCigSfg] That List: ThisBaseObject 0 [_atRLEAkMEe-bzopYCigSfg], BaseObject 4 [_atDvtwkMEe-bzopYCigSfg], BaseObject 0 [_atDvswkMEe-bzopYCigSfg], BaseObject 1 [_atDvtAkMEe-bzopYCigSfg], BaseObject 2 [_atDvtQkMEe-bzopYCigSfg], BaseObject 3 [_atDvtgkMEe-bzopYCigSfg] ******************************************************* ConflictResolverExtendedTest.testAddHeadRemoveHead [H2-branching-ranges-uuids, JVM, Native] ******************************************************* This root: org.eclipse.emf.ecore.impl.ENotificationImpl@4d496696 (eventType: ADD, position: 0, notifier: Root@_atZt8gkMEe-bzopYCigSfg[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: null, newValue: BaseObject@_atdYUAkMEe-bzopYCigSfg[NEW], isTouch: false, wasSet: true) That root: org.eclipse.emf.ecore.impl.ENotificationImpl@406241d2 (eventType: REMOVE, position: 0, notifier: Root@_atZt8gkMEe-bzopYCigSfg[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject[TRANSIENT], newValue: null, isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@216df01e (eventType: ADD, position: 0, notifier: Root@_atZt8gkMEe-bzopYCigSfg[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: [_atZt9AkMEe-bzopYCigSfg, _atZt9QkMEe-bzopYCigSfg, _atZt9gkMEe-bzopYCigSfg, _atZt9wkMEe-bzopYCigSfg], newValue: BaseObject@_atdYUAkMEe-bzopYCigSfg, isTouch: false, wasSet: true) This root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@255e9cd8 (eventType: REMOVE, position: 1, notifier: Root@_atZt8gkMEe-bzopYCigSfg, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject@_atZt8wkMEe-bzopYCigSfg[INVALID], newValue: null, isTouch: false, wasSet: true) This List: ThisBaseObject 0 [_atdYUAkMEe-bzopYCigSfg], BaseObject 1 [_atZt9AkMEe-bzopYCigSfg], BaseObject 2 [_atZt9QkMEe-bzopYCigSfg], BaseObject 3 [_atZt9gkMEe-bzopYCigSfg], BaseObject 4 [_atZt9wkMEe-bzopYCigSfg] That List: ThisBaseObject 0 [_atdYUAkMEe-bzopYCigSfg], BaseObject 1 [_atZt9AkMEe-bzopYCigSfg], BaseObject 2 [_atZt9QkMEe-bzopYCigSfg], BaseObject 3 [_atZt9gkMEe-bzopYCigSfg], BaseObject 4 [_atZt9wkMEe-bzopYCigSfg] ******************************************************* ConflictResolverExtendedTest.testAddHeadRemoveTail [H2-branching-ranges-uuids, JVM, Native] ******************************************************* This root: org.eclipse.emf.ecore.impl.ENotificationImpl@5d7f2d5f (eventType: ADD, position: 0, notifier: Root@_atlUIQkMEe-bzopYCigSfg[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: null, newValue: BaseObject@_ato-gAkMEe-bzopYCigSfg[NEW], isTouch: false, wasSet: true) That root: org.eclipse.emf.ecore.impl.ENotificationImpl@251caeff (eventType: REMOVE, position: 4, notifier: Root@_atlUIQkMEe-bzopYCigSfg[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject[TRANSIENT], newValue: null, isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@7e345616 (eventType: ADD, position: 0, notifier: Root@_atlUIQkMEe-bzopYCigSfg[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: [_atlUIgkMEe-bzopYCigSfg, _atlUIwkMEe-bzopYCigSfg, _atlUJAkMEe-bzopYCigSfg, _atlUJQkMEe-bzopYCigSfg], newValue: BaseObject@_ato-gAkMEe-bzopYCigSfg, isTouch: false, wasSet: true) This root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@6efc9671 (eventType: REMOVE, position: 5, notifier: Root@_atlUIQkMEe-bzopYCigSfg, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject@_atlUJgkMEe-bzopYCigSfg[INVALID], newValue: null, isTouch: false, wasSet: true) This List: ThisBaseObject 0 [_ato-gAkMEe-bzopYCigSfg], BaseObject 0 [_atlUIgkMEe-bzopYCigSfg], BaseObject 1 [_atlUIwkMEe-bzopYCigSfg], BaseObject 2 [_atlUJAkMEe-bzopYCigSfg], BaseObject 3 [_atlUJQkMEe-bzopYCigSfg] That List: ThisBaseObject 0 [_ato-gAkMEe-bzopYCigSfg], BaseObject 0 [_atlUIgkMEe-bzopYCigSfg], BaseObject 1 [_atlUIwkMEe-bzopYCigSfg], BaseObject 2 [_atlUJAkMEe-bzopYCigSfg], BaseObject 3 [_atlUJQkMEe-bzopYCigSfg] ******************************************************* ConflictResolverExtendedTest.testAddRemove [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* ConflictResolverExtendedTest.testAddTailAddHead [H2-branching-ranges-uuids, JVM, Native] ******************************************************* This root: org.eclipse.emf.ecore.impl.ENotificationImpl@427b5eb6 (eventType: ADD, position: 5, notifier: Root@_at75cgkMEe-bzopYCigSfg[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: null, newValue: BaseObject@_auAK4AkMEe-bzopYCigSfg[NEW], isTouch: false, wasSet: true) That root: org.eclipse.emf.ecore.impl.ENotificationImpl@5f389d6 (eventType: ADD, position: 0, notifier: Root@_at75cgkMEe-bzopYCigSfg[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: null, newValue: BaseObject@_auAK4QkMEe-bzopYCigSfg[NEW], isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@27bc1d71 (eventType: ADD, position: 5, notifier: Root@_at75cgkMEe-bzopYCigSfg[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: [BaseObject@_auAK4QkMEe-bzopYCigSfg[NEW], _at8ggAkMEe-bzopYCigSfg, _at8ggQkMEe-bzopYCigSfg, _at8gggkMEe-bzopYCigSfg, _at8ggwkMEe-bzopYCigSfg, _at8ghAkMEe-bzopYCigSfg], newValue: BaseObject@_auAK4AkMEe-bzopYCigSfg, isTouch: false, wasSet: true) This root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@67453ae8 (eventType: ADD, position: 0, notifier: Root@_at75cgkMEe-bzopYCigSfg, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: [_at8ggAkMEe-bzopYCigSfg, _at8ggQkMEe-bzopYCigSfg, _at8gggkMEe-bzopYCigSfg, _at8ggwkMEe-bzopYCigSfg, _at8ghAkMEe-bzopYCigSfg, _auAK4AkMEe-bzopYCigSfg], newValue: BaseObject@_auAK4QkMEe-bzopYCigSfg, isTouch: false, wasSet: true) This List: ThatBaseObject 0 [_auAK4QkMEe-bzopYCigSfg], BaseObject 0 [_at8ggAkMEe-bzopYCigSfg], BaseObject 1 [_at8ggQkMEe-bzopYCigSfg], BaseObject 2 [_at8gggkMEe-bzopYCigSfg], BaseObject 3 [_at8ggwkMEe-bzopYCigSfg], BaseObject 4 [_at8ghAkMEe-bzopYCigSfg], ThisBaseObject 0 [_auAK4AkMEe-bzopYCigSfg] That List: ThatBaseObject 0 [_auAK4QkMEe-bzopYCigSfg], BaseObject 0 [_at8ggAkMEe-bzopYCigSfg], BaseObject 1 [_at8ggQkMEe-bzopYCigSfg], BaseObject 2 [_at8gggkMEe-bzopYCigSfg], BaseObject 3 [_at8ggwkMEe-bzopYCigSfg], BaseObject 4 [_at8ghAkMEe-bzopYCigSfg], ThisBaseObject 0 [_auAK4AkMEe-bzopYCigSfg] ******************************************************* ConflictResolverExtendedTest.testAddTailAddTail [H2-branching-ranges-uuids, JVM, Native] ******************************************************* This root: org.eclipse.emf.ecore.impl.ENotificationImpl@74eae27f (eventType: ADD, position: 5, notifier: Root@_auONUgkMEe-bzopYCigSfg[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: null, newValue: BaseObject@_auR3sAkMEe-bzopYCigSfg[NEW], isTouch: false, wasSet: true) That root: org.eclipse.emf.ecore.impl.ENotificationImpl@6782c7e5 (eventType: ADD, position: 5, notifier: Root@_auONUgkMEe-bzopYCigSfg[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: null, newValue: BaseObject@_auR3sQkMEe-bzopYCigSfg[NEW], isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@6181cb94 (eventType: ADD, position: 5, notifier: Root@_auONUgkMEe-bzopYCigSfg[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: [_auONUwkMEe-bzopYCigSfg, _auONVAkMEe-bzopYCigSfg, _auONVQkMEe-bzopYCigSfg, _auONVgkMEe-bzopYCigSfg, _auONVwkMEe-bzopYCigSfg, BaseObject@_auR3sQkMEe-bzopYCigSfg[NEW]], newValue: BaseObject@_auR3sAkMEe-bzopYCigSfg, isTouch: false, wasSet: true) This root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@3034864c (eventType: ADD, position: 6, notifier: Root@_auONUgkMEe-bzopYCigSfg, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: [_auONUwkMEe-bzopYCigSfg, _auONVAkMEe-bzopYCigSfg, _auONVQkMEe-bzopYCigSfg, _auONVgkMEe-bzopYCigSfg, _auONVwkMEe-bzopYCigSfg, _auR3sAkMEe-bzopYCigSfg], newValue: BaseObject@_auR3sQkMEe-bzopYCigSfg, isTouch: false, wasSet: true) This List: BaseObject 0 [_auONUwkMEe-bzopYCigSfg], BaseObject 1 [_auONVAkMEe-bzopYCigSfg], BaseObject 2 [_auONVQkMEe-bzopYCigSfg], BaseObject 3 [_auONVgkMEe-bzopYCigSfg], BaseObject 4 [_auONVwkMEe-bzopYCigSfg], ThisBaseObject 0 [_auR3sAkMEe-bzopYCigSfg], ThatBaseObject 0 [_auR3sQkMEe-bzopYCigSfg] That List: BaseObject 0 [_auONUwkMEe-bzopYCigSfg], BaseObject 1 [_auONVAkMEe-bzopYCigSfg], BaseObject 2 [_auONVQkMEe-bzopYCigSfg], BaseObject 3 [_auONVgkMEe-bzopYCigSfg], BaseObject 4 [_auONVwkMEe-bzopYCigSfg], ThisBaseObject 0 [_auR3sAkMEe-bzopYCigSfg], ThatBaseObject 0 [_auR3sQkMEe-bzopYCigSfg] ******************************************************* ConflictResolverExtendedTest.testAddTailClear [H2-branching-ranges-uuids, JVM, Native] ******************************************************* This root: org.eclipse.emf.ecore.impl.ENotificationImpl@5a855449 (eventType: ADD, position: 5, notifier: Root@_auYlYgkMEe-bzopYCigSfg[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: null, newValue: BaseObject@_aucPwAkMEe-bzopYCigSfg[NEW], isTouch: false, wasSet: true) That root: org.eclipse.emf.ecore.impl.ENotificationImpl@2d71ad14 (eventType: REMOVE_MANY, position: -1, notifier: Root@_auYlYgkMEe-bzopYCigSfg[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: [BaseObject[TRANSIENT], BaseObject[TRANSIENT], BaseObject[TRANSIENT], BaseObject[TRANSIENT], BaseObject[TRANSIENT]], newValue: null, isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@1f461bb3 (eventType: ADD, position: 5, notifier: Root@_auYlYgkMEe-bzopYCigSfg[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: null, newValue: BaseObject@_aucPwAkMEe-bzopYCigSfg, isTouch: false, wasSet: true) This root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@6f0b7e68 (eventType: REMOVE, position: 0, notifier: Root@_auYlYgkMEe-bzopYCigSfg, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: null, newValue: null, isTouch: false, wasSet: true) This root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@3498f481 (eventType: REMOVE, position: 0, notifier: Root@_auYlYgkMEe-bzopYCigSfg, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: null, newValue: null, isTouch: false, wasSet: true) This root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@75467e83 (eventType: REMOVE, position: 0, notifier: Root@_auYlYgkMEe-bzopYCigSfg, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: null, newValue: null, isTouch: false, wasSet: true) This root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@4f1015ba (eventType: REMOVE, position: 0, notifier: Root@_auYlYgkMEe-bzopYCigSfg, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: null, newValue: null, isTouch: false, wasSet: true) This root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@7b5cca0e (eventType: REMOVE, position: 0, notifier: Root@_auYlYgkMEe-bzopYCigSfg, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: null, newValue: null, isTouch: false, wasSet: true) This List: ThisBaseObject 0 [_aucPwAkMEe-bzopYCigSfg] That List: ThisBaseObject 0 [_aucPwAkMEe-bzopYCigSfg] ******************************************************* ConflictResolverExtendedTest.testAddTailMoveHead [H2-branching-ranges-uuids, JVM, Native] ******************************************************* This root: org.eclipse.emf.ecore.impl.ENotificationImpl@2d7720b8 (eventType: ADD, position: 5, notifier: Root@_aulZsQkMEe-bzopYCigSfg[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: null, newValue: BaseObject@_auodAAkMEe-bzopYCigSfg[NEW], isTouch: false, wasSet: true) That root: org.eclipse.emf.ecore.impl.ENotificationImpl@38cdfa74 (eventType: REMOVE, position: 0, notifier: Root@_aulZsQkMEe-bzopYCigSfg[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject[TRANSIENT], newValue: null, isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@67c211ac (eventType: ADD, position: 5, notifier: Root@_aulZsQkMEe-bzopYCigSfg[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: [_aulZswkMEe-bzopYCigSfg, _aulZtAkMEe-bzopYCigSfg, _aulZtQkMEe-bzopYCigSfg, _aulZtgkMEe-bzopYCigSfg], newValue: BaseObject@_auodAAkMEe-bzopYCigSfg, isTouch: false, wasSet: true) This root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@41481399 (eventType: REMOVE, position: 0, notifier: Root@_aulZsQkMEe-bzopYCigSfg, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: null, newValue: null, isTouch: false, wasSet: true) This List: BaseObject 1 [_aulZswkMEe-bzopYCigSfg], BaseObject 2 [_aulZtAkMEe-bzopYCigSfg], BaseObject 3 [_aulZtQkMEe-bzopYCigSfg], BaseObject 4 [_aulZtgkMEe-bzopYCigSfg], ThisBaseObject 0 [_auodAAkMEe-bzopYCigSfg] That List: BaseObject 1 [_aulZswkMEe-bzopYCigSfg], BaseObject 2 [_aulZtAkMEe-bzopYCigSfg], BaseObject 3 [_aulZtQkMEe-bzopYCigSfg], BaseObject 4 [_aulZtgkMEe-bzopYCigSfg], ThisBaseObject 0 [_auodAAkMEe-bzopYCigSfg] ******************************************************* ConflictResolverExtendedTest.testAddTailMoveTail [H2-branching-ranges-uuids, JVM, Native] ******************************************************* This root: org.eclipse.emf.ecore.impl.ENotificationImpl@4c6f83a9 (eventType: ADD, position: 5, notifier: Root@_auvxwgkMEe-bzopYCigSfg[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: null, newValue: BaseObject@_auy1EAkMEe-bzopYCigSfg[NEW], isTouch: false, wasSet: true) That root: org.eclipse.emf.ecore.impl.ENotificationImpl@1de33861 (eventType: MOVE, position: 0, notifier: Root@_auvxwgkMEe-bzopYCigSfg[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: 4, newValue: BaseObject@_auvxxwkMEe-bzopYCigSfg, isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@7ec4d992 (eventType: ADD, position: 5, notifier: Root@_auvxwgkMEe-bzopYCigSfg[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: [_auvxxwkMEe-bzopYCigSfg, _auvxwwkMEe-bzopYCigSfg, _auvxxAkMEe-bzopYCigSfg, _auvxxQkMEe-bzopYCigSfg, _auvxxgkMEe-bzopYCigSfg], newValue: BaseObject@_auy1EAkMEe-bzopYCigSfg, isTouch: false, wasSet: true) This root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@229e6b5 (eventType: MOVE, position: 0, notifier: Root@_auvxwgkMEe-bzopYCigSfg, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: 4, newValue: BaseObject@_auvxxwkMEe-bzopYCigSfg, isTouch: false, wasSet: true) This List: BaseObject 4 [_auvxxwkMEe-bzopYCigSfg], BaseObject 0 [_auvxwwkMEe-bzopYCigSfg], BaseObject 1 [_auvxxAkMEe-bzopYCigSfg], BaseObject 2 [_auvxxQkMEe-bzopYCigSfg], BaseObject 3 [_auvxxgkMEe-bzopYCigSfg], ThisBaseObject 0 [_auy1EAkMEe-bzopYCigSfg] That List: BaseObject 4 [_auvxxwkMEe-bzopYCigSfg], BaseObject 0 [_auvxwwkMEe-bzopYCigSfg], BaseObject 1 [_auvxxAkMEe-bzopYCigSfg], BaseObject 2 [_auvxxQkMEe-bzopYCigSfg], BaseObject 3 [_auvxxgkMEe-bzopYCigSfg], ThisBaseObject 0 [_auy1EAkMEe-bzopYCigSfg] ******************************************************* ConflictResolverExtendedTest.testAddTailRemoveHead [H2-branching-ranges-uuids, JVM, Native] ******************************************************* This root: org.eclipse.emf.ecore.impl.ENotificationImpl@6343d04b (eventType: ADD, position: 5, notifier: Root@_au5iwgkMEe-bzopYCigSfg[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: null, newValue: BaseObject@_au90MAkMEe-bzopYCigSfg[NEW], isTouch: false, wasSet: true) That root: org.eclipse.emf.ecore.impl.ENotificationImpl@387353c7 (eventType: REMOVE, position: 0, notifier: Root@_au5iwgkMEe-bzopYCigSfg[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject[TRANSIENT], newValue: null, isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@84f359 (eventType: ADD, position: 5, notifier: Root@_au5iwgkMEe-bzopYCigSfg[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: [_au5ixAkMEe-bzopYCigSfg, _au5ixQkMEe-bzopYCigSfg, _au5ixgkMEe-bzopYCigSfg, _au5ixwkMEe-bzopYCigSfg], newValue: BaseObject@_au90MAkMEe-bzopYCigSfg, isTouch: false, wasSet: true) This root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@126eae70 (eventType: REMOVE, position: 0, notifier: Root@_au5iwgkMEe-bzopYCigSfg, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject@_au5iwwkMEe-bzopYCigSfg[INVALID], newValue: null, isTouch: false, wasSet: true) This List: BaseObject 1 [_au5ixAkMEe-bzopYCigSfg], BaseObject 2 [_au5ixQkMEe-bzopYCigSfg], BaseObject 3 [_au5ixgkMEe-bzopYCigSfg], BaseObject 4 [_au5ixwkMEe-bzopYCigSfg], ThisBaseObject 0 [_au90MAkMEe-bzopYCigSfg] That List: BaseObject 1 [_au5ixAkMEe-bzopYCigSfg], BaseObject 2 [_au5ixQkMEe-bzopYCigSfg], BaseObject 3 [_au5ixgkMEe-bzopYCigSfg], BaseObject 4 [_au5ixwkMEe-bzopYCigSfg], ThisBaseObject 0 [_au90MAkMEe-bzopYCigSfg] ******************************************************* ConflictResolverExtendedTest.testAddTailRemoveTail [H2-branching-ranges-uuids, JVM, Native] ******************************************************* This root: org.eclipse.emf.ecore.impl.ENotificationImpl@7d1e8291 (eventType: ADD, position: 5, notifier: Root@_avOS4gkMEe-bzopYCigSfg[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: null, newValue: BaseObject@_avR9QAkMEe-bzopYCigSfg[NEW], isTouch: false, wasSet: true) That root: org.eclipse.emf.ecore.impl.ENotificationImpl@2ad31d76 (eventType: REMOVE, position: 4, notifier: Root@_avOS4gkMEe-bzopYCigSfg[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject[TRANSIENT], newValue: null, isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@1b729090 (eventType: ADD, position: 5, notifier: Root@_avOS4gkMEe-bzopYCigSfg[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: [_avOS4wkMEe-bzopYCigSfg, _avOS5AkMEe-bzopYCigSfg, _avOS5QkMEe-bzopYCigSfg, _avOS5gkMEe-bzopYCigSfg], newValue: BaseObject@_avR9QAkMEe-bzopYCigSfg, isTouch: false, wasSet: true) This root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@4a6597aa (eventType: REMOVE, position: 4, notifier: Root@_avOS4gkMEe-bzopYCigSfg, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject@_avOS5wkMEe-bzopYCigSfg[INVALID], newValue: null, isTouch: false, wasSet: true) This List: BaseObject 0 [_avOS4wkMEe-bzopYCigSfg], BaseObject 1 [_avOS5AkMEe-bzopYCigSfg], BaseObject 2 [_avOS5QkMEe-bzopYCigSfg], BaseObject 3 [_avOS5gkMEe-bzopYCigSfg], ThisBaseObject 0 [_avR9QAkMEe-bzopYCigSfg] That List: BaseObject 0 [_avOS4wkMEe-bzopYCigSfg], BaseObject 1 [_avOS5AkMEe-bzopYCigSfg], BaseObject 2 [_avOS5QkMEe-bzopYCigSfg], BaseObject 3 [_avOS5gkMEe-bzopYCigSfg], ThisBaseObject 0 [_avR9QAkMEe-bzopYCigSfg] ******************************************************* ConflictResolverExtendedTest.testChangeChange [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* ConflictResolverExtendedTest.testChangeRemove [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* ConflictResolverExtendedTest.testClearAddHead [H2-branching-ranges-uuids, JVM, Native] ******************************************************* This root: org.eclipse.emf.ecore.impl.ENotificationImpl@1308a965 (eventType: REMOVE_MANY, position: -1, notifier: Root@_avtbEgkMEe-bzopYCigSfg[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: [BaseObject[TRANSIENT], BaseObject[TRANSIENT], BaseObject[TRANSIENT], BaseObject[TRANSIENT], BaseObject[TRANSIENT]], newValue: null, isTouch: false, wasSet: true) That root: org.eclipse.emf.ecore.impl.ENotificationImpl@32de2cf6 (eventType: ADD, position: 0, notifier: Root@_avtbEgkMEe-bzopYCigSfg[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: null, newValue: BaseObject@_avxsgAkMEe-bzopYCigSfg[NEW], isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@5c872789 (eventType: REMOVE_MANY, position: -1, notifier: Root@_avtbEgkMEe-bzopYCigSfg[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: [BaseObject@_avxsgAkMEe-bzopYCigSfg[NEW], _avtbEwkMEe-bzopYCigSfg, _avtbFAkMEe-bzopYCigSfg, _avtbFQkMEe-bzopYCigSfg, _avtbFgkMEe-bzopYCigSfg, _avtbFwkMEe-bzopYCigSfg], newValue: null, isTouch: false, wasSet: true) This root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@1599770f (eventType: ADD, position: 0, notifier: Root@_avtbEgkMEe-bzopYCigSfg, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: null, newValue: BaseObject@_avxsgAkMEe-bzopYCigSfg, isTouch: false, wasSet: true) This List: ThatBaseObject 0 [_avxsgAkMEe-bzopYCigSfg] That List: ThatBaseObject 0 [_avxsgAkMEe-bzopYCigSfg] ******************************************************* ConflictResolverExtendedTest.testClearAddTail [H2-branching-ranges-uuids, JVM, Native] ******************************************************* This root: org.eclipse.emf.ecore.impl.ENotificationImpl@61b4f53a (eventType: REMOVE_MANY, position: -1, notifier: Root@_av5BQAkMEe-bzopYCigSfg[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: [BaseObject[TRANSIENT], BaseObject[TRANSIENT], BaseObject[TRANSIENT], BaseObject[TRANSIENT], BaseObject[TRANSIENT]], newValue: null, isTouch: false, wasSet: true) That root: org.eclipse.emf.ecore.impl.ENotificationImpl@2585ac94 (eventType: ADD, position: 5, notifier: Root@_av5BQAkMEe-bzopYCigSfg[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: null, newValue: BaseObject@_av9SsAkMEe-bzopYCigSfg[NEW], isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@2860ce39 (eventType: REMOVE_MANY, position: -1, notifier: Root@_av5BQAkMEe-bzopYCigSfg[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: [_av5BQQkMEe-bzopYCigSfg, _av5BQgkMEe-bzopYCigSfg, _av5BQwkMEe-bzopYCigSfg, _av5BRAkMEe-bzopYCigSfg, _av5BRQkMEe-bzopYCigSfg, BaseObject@_av9SsAkMEe-bzopYCigSfg[NEW]], newValue: null, isTouch: false, wasSet: true) This root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@6e3c0bd8 (eventType: ADD, position: 0, notifier: Root@_av5BQAkMEe-bzopYCigSfg, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: null, newValue: BaseObject@_av9SsAkMEe-bzopYCigSfg, isTouch: false, wasSet: true) This List: ThatBaseObject 0 [_av9SsAkMEe-bzopYCigSfg] That List: ThatBaseObject 0 [_av9SsAkMEe-bzopYCigSfg] ******************************************************* ConflictResolverExtendedTest.testClearClear [H2-branching-ranges-uuids, JVM, Native] ******************************************************* This root: org.eclipse.emf.ecore.impl.ENotificationImpl@51127205 (eventType: REMOVE_MANY, position: -1, notifier: Root@_awI44gkMEe-bzopYCigSfg[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: [BaseObject[TRANSIENT], BaseObject[TRANSIENT], BaseObject[TRANSIENT], BaseObject[TRANSIENT], BaseObject[TRANSIENT]], newValue: null, isTouch: false, wasSet: true) That root: org.eclipse.emf.ecore.impl.ENotificationImpl@77b9c251 (eventType: REMOVE_MANY, position: -1, notifier: Root@_awI44gkMEe-bzopYCigSfg[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: [BaseObject[TRANSIENT], BaseObject[TRANSIENT], BaseObject[TRANSIENT], BaseObject[TRANSIENT], BaseObject[TRANSIENT]], newValue: null, isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@60f4eff8 (eventType: REMOVE_MANY, position: -1, notifier: Root@_awI44gkMEe-bzopYCigSfg, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: [], newValue: null, isTouch: false, wasSet: true) This List: That List: ******************************************************* ConflictResolverExtendedTest.testClearMoveHead [H2-branching-ranges-uuids, JVM, Native] ******************************************************* That root: org.eclipse.emf.ecore.impl.ENotificationImpl@39717113 (eventType: MOVE, position: 4, notifier: Root@_awVtMgkMEe-bzopYCigSfg[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: 0, newValue: BaseObject@_awVtMwkMEe-bzopYCigSfg, isTouch: false, wasSet: true) This root: org.eclipse.emf.ecore.impl.ENotificationImpl@15637466 (eventType: REMOVE_MANY, position: -1, notifier: Root@_awVtMgkMEe-bzopYCigSfg[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: [BaseObject[TRANSIENT], BaseObject[TRANSIENT], BaseObject[TRANSIENT], BaseObject[TRANSIENT], BaseObject[TRANSIENT]], newValue: null, isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@1fe68f61 (eventType: REMOVE_MANY, position: -1, notifier: Root@_awVtMgkMEe-bzopYCigSfg, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: [BaseObject@_awWUQAkMEe-bzopYCigSfg[INVALID], _awWUQQkMEe-bzopYCigSfg, _awWUQgkMEe-bzopYCigSfg, _awWUQwkMEe-bzopYCigSfg, BaseObject@_awVtMwkMEe-bzopYCigSfg[INVALID]], newValue: null, isTouch: false, wasSet: true) This List: That List: ******************************************************* ConflictResolverExtendedTest.testClearMoveTail [H2-branching-ranges-uuids, JVM, Native] ******************************************************* That root: org.eclipse.emf.ecore.impl.ENotificationImpl@1c306e1c (eventType: MOVE, position: 0, notifier: Root@_awhTYgkMEe-bzopYCigSfg[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: 4, newValue: BaseObject@_awhTZwkMEe-bzopYCigSfg, isTouch: false, wasSet: true) This root: org.eclipse.emf.ecore.impl.ENotificationImpl@7003f3f4 (eventType: REMOVE_MANY, position: -1, notifier: Root@_awhTYgkMEe-bzopYCigSfg[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: [BaseObject[TRANSIENT], BaseObject[TRANSIENT], BaseObject[TRANSIENT], BaseObject[TRANSIENT], BaseObject[TRANSIENT]], newValue: null, isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@44f51987 (eventType: REMOVE_MANY, position: -1, notifier: Root@_awhTYgkMEe-bzopYCigSfg, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: [BaseObject@_awhTZwkMEe-bzopYCigSfg[INVALID], _awhTYwkMEe-bzopYCigSfg, _awhTZAkMEe-bzopYCigSfg, _awhTZQkMEe-bzopYCigSfg, BaseObject@_awhTZgkMEe-bzopYCigSfg[INVALID]], newValue: null, isTouch: false, wasSet: true) This List: That List: ******************************************************* ConflictResolverExtendedTest.testClearRemoveHead [H2-branching-ranges-uuids, JVM, Native] ******************************************************* That root: org.eclipse.emf.ecore.impl.ENotificationImpl@131b4cfe (eventType: REMOVE, position: 0, notifier: Root@_awtgogkMEe-bzopYCigSfg[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject[TRANSIENT], newValue: null, isTouch: false, wasSet: true) This root: org.eclipse.emf.ecore.impl.ENotificationImpl@3ec9c448 (eventType: REMOVE_MANY, position: -1, notifier: Root@_awtgogkMEe-bzopYCigSfg[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: [BaseObject[TRANSIENT], BaseObject[TRANSIENT], BaseObject[TRANSIENT], BaseObject[TRANSIENT], BaseObject[TRANSIENT]], newValue: null, isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@4d78f577 (eventType: REMOVE_MANY, position: -1, notifier: Root@_awtgogkMEe-bzopYCigSfg, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: [BaseObject@_awtgpAkMEe-bzopYCigSfg[INVALID], _awtgpQkMEe-bzopYCigSfg, _awtgpgkMEe-bzopYCigSfg, _awtgpwkMEe-bzopYCigSfg], newValue: null, isTouch: false, wasSet: true) This List: That List: ******************************************************* ConflictResolverExtendedTest.testClearRemoveTail [H2-branching-ranges-uuids, JVM, Native] ******************************************************* That root: org.eclipse.emf.ecore.impl.ENotificationImpl@69f5e3eb (eventType: REMOVE, position: 4, notifier: Root@_axBpsgkMEe-bzopYCigSfg[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject[TRANSIENT], newValue: null, isTouch: false, wasSet: true) This root: org.eclipse.emf.ecore.impl.ENotificationImpl@9a89d95 (eventType: REMOVE_MANY, position: -1, notifier: Root@_axBpsgkMEe-bzopYCigSfg[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: [BaseObject[TRANSIENT], BaseObject[TRANSIENT], BaseObject[TRANSIENT], BaseObject[TRANSIENT], BaseObject[TRANSIENT]], newValue: null, isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@6c118381 (eventType: REMOVE_MANY, position: -1, notifier: Root@_axBpsgkMEe-bzopYCigSfg, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: [_axBpswkMEe-bzopYCigSfg, _axBptAkMEe-bzopYCigSfg, _axBptQkMEe-bzopYCigSfg, BaseObject@_axBptgkMEe-bzopYCigSfg[INVALID]], newValue: null, isTouch: false, wasSet: true) This List: That List: ******************************************************* ConflictResolverExtendedTest.testContainerAddDifferentParent [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* ConflictResolverExtendedTest.testManyValuedAddAdd [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* ConflictResolverExtendedTest.testManyValuedAddAddRemoveRemove [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* ConflictResolverExtendedTest.testManyValuedAddAddRemoveRemove2 [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* ConflictResolverExtendedTest.testManyValuedAddAdd_SameValue [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* ConflictResolverExtendedTest.testManyValuedAddChange [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* ConflictResolverExtendedTest.testManyValuedAddRemove [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* ConflictResolverExtendedTest.testManyValuedAddSet_SameValue [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* ConflictResolverExtendedTest.testManyValuedChangeAdd [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* ConflictResolverExtendedTest.testManyValuedChangeChange [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* ConflictResolverExtendedTest.testManyValuedChangeChangeTest2 [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* ConflictResolverExtendedTest.testManyValuedChangeRemove [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* ConflictResolverExtendedTest.testManyValuedChangeRemoveTest2 [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* ConflictResolverExtendedTest.testManyValuedRemoveAdd [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* ConflictResolverExtendedTest.testManyValuedRemoveChange [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* ConflictResolverExtendedTest.testManyValuedRemoveChangeTest2 [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* ConflictResolverExtendedTest.testManyValuedRemoveRemove [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* ConflictResolverExtendedTest.testManyValuedRemoveRemoveAddAdd [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* ConflictResolverExtendedTest.testManyValuedRemoveRemoveTest2 [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* ConflictResolverExtendedTest.testManyValuedSetAdd_SameValue [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* ConflictResolverExtendedTest.testMoveHeadAddHead [H2-branching-ranges-uuids, JVM, Native] ******************************************************* This root: org.eclipse.emf.ecore.impl.ENotificationImpl@18c0af8f (eventType: MOVE, position: 4, notifier: Root@_a0vFAgkMEe-bzopYCigSfg[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: 0, newValue: BaseObject@_a0vFAwkMEe-bzopYCigSfg, isTouch: false, wasSet: true) That root: org.eclipse.emf.ecore.impl.ENotificationImpl@5fa707c7 (eventType: ADD, position: 0, notifier: Root@_a0vFAgkMEe-bzopYCigSfg[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: null, newValue: BaseObject@_a04O8AkMEe-bzopYCigSfg[NEW], isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@2c588453 (eventType: MOVE, position: 4, notifier: Root@_a0vFAgkMEe-bzopYCigSfg[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: 0, newValue: BaseObject@_a0vFAwkMEe-bzopYCigSfg, isTouch: false, wasSet: true) This root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@22497e4d (eventType: ADD, position: 4, notifier: Root@_a0vFAgkMEe-bzopYCigSfg, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: [_a0vFBAkMEe-bzopYCigSfg, _a0vFBQkMEe-bzopYCigSfg, _a0vFBgkMEe-bzopYCigSfg, _a0vFBwkMEe-bzopYCigSfg, _a0vFAwkMEe-bzopYCigSfg], newValue: BaseObject@_a04O8AkMEe-bzopYCigSfg, isTouch: false, wasSet: true) This List: BaseObject 1 [_a0vFBAkMEe-bzopYCigSfg], BaseObject 2 [_a0vFBQkMEe-bzopYCigSfg], BaseObject 3 [_a0vFBgkMEe-bzopYCigSfg], BaseObject 4 [_a0vFBwkMEe-bzopYCigSfg], ThatBaseObject 0 [_a04O8AkMEe-bzopYCigSfg], BaseObject 0 [_a0vFAwkMEe-bzopYCigSfg] That List: BaseObject 1 [_a0vFBAkMEe-bzopYCigSfg], BaseObject 2 [_a0vFBQkMEe-bzopYCigSfg], BaseObject 3 [_a0vFBgkMEe-bzopYCigSfg], BaseObject 4 [_a0vFBwkMEe-bzopYCigSfg], ThatBaseObject 0 [_a04O8AkMEe-bzopYCigSfg], BaseObject 0 [_a0vFAwkMEe-bzopYCigSfg] ******************************************************* ConflictResolverExtendedTest.testMoveHeadAddTail [H2-branching-ranges-uuids, JVM, Native] ******************************************************* This root: org.eclipse.emf.ecore.impl.ENotificationImpl@3a72b7f (eventType: MOVE, position: 4, notifier: Root@_a0_jsgkMEe-bzopYCigSfg[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: 0, newValue: BaseObject@_a0_jswkMEe-bzopYCigSfg, isTouch: false, wasSet: true) That root: org.eclipse.emf.ecore.impl.ENotificationImpl@29d2b3bd (eventType: ADD, position: 5, notifier: Root@_a0_jsgkMEe-bzopYCigSfg[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: null, newValue: BaseObject@_a1D1IAkMEe-bzopYCigSfg[NEW], isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@581aa9b (eventType: MOVE, position: 4, notifier: Root@_a0_jsgkMEe-bzopYCigSfg[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: 0, newValue: BaseObject@_a0_jswkMEe-bzopYCigSfg, isTouch: false, wasSet: true) This root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@2baf57ed (eventType: ADD, position: 5, notifier: Root@_a0_jsgkMEe-bzopYCigSfg, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: [_a0_jtAkMEe-bzopYCigSfg, _a0_jtQkMEe-bzopYCigSfg, _a0_jtgkMEe-bzopYCigSfg, _a0_jtwkMEe-bzopYCigSfg, _a0_jswkMEe-bzopYCigSfg], newValue: BaseObject@_a1D1IAkMEe-bzopYCigSfg, isTouch: false, wasSet: true) This List: BaseObject 1 [_a0_jtAkMEe-bzopYCigSfg], BaseObject 2 [_a0_jtQkMEe-bzopYCigSfg], BaseObject 3 [_a0_jtgkMEe-bzopYCigSfg], BaseObject 4 [_a0_jtwkMEe-bzopYCigSfg], BaseObject 0 [_a0_jswkMEe-bzopYCigSfg], ThatBaseObject 0 [_a1D1IAkMEe-bzopYCigSfg] That List: BaseObject 1 [_a0_jtAkMEe-bzopYCigSfg], BaseObject 2 [_a0_jtQkMEe-bzopYCigSfg], BaseObject 3 [_a0_jtgkMEe-bzopYCigSfg], BaseObject 4 [_a0_jtwkMEe-bzopYCigSfg], BaseObject 0 [_a0_jswkMEe-bzopYCigSfg], ThatBaseObject 0 [_a1D1IAkMEe-bzopYCigSfg] ******************************************************* ConflictResolverExtendedTest.testMoveHeadClear [H2-branching-ranges-uuids, JVM, Native] ******************************************************* This root: org.eclipse.emf.ecore.impl.ENotificationImpl@eeb9f40 (eventType: MOVE, position: 4, notifier: Root@_a1LJ4QkMEe-bzopYCigSfg[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: 0, newValue: BaseObject@_a1LJ4gkMEe-bzopYCigSfg, isTouch: false, wasSet: true) That root: org.eclipse.emf.ecore.impl.ENotificationImpl@7867d86b (eventType: REMOVE_MANY, position: -1, notifier: Root@_a1LJ4QkMEe-bzopYCigSfg[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: [BaseObject[TRANSIENT], BaseObject[TRANSIENT], BaseObject[TRANSIENT], BaseObject[TRANSIENT], BaseObject[TRANSIENT]], newValue: null, isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@79e55f46 (eventType: MOVE, position: 4, notifier: Root@_a1LJ4QkMEe-bzopYCigSfg[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: 0, newValue: BaseObject[TRANSIENT], isTouch: false, wasSet: true) This root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@6c07e3e0 (eventType: REMOVE_MANY, position: -1, notifier: Root@_a1LJ4QkMEe-bzopYCigSfg, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: [BaseObject@_a1LJ4wkMEe-bzopYCigSfg[INVALID], _a1LJ5AkMEe-bzopYCigSfg, _a1LJ5QkMEe-bzopYCigSfg, _a1LJ5gkMEe-bzopYCigSfg, BaseObject@_a1LJ4gkMEe-bzopYCigSfg[INVALID]], newValue: null, isTouch: false, wasSet: true) This List: That List: ******************************************************* ConflictResolverExtendedTest.testMoveHeadMoveHead [H2-branching-ranges-uuids, JVM, Native] ******************************************************* This root: org.eclipse.emf.ecore.impl.ENotificationImpl@23ba09de (eventType: MOVE, position: 4, notifier: Root@_a1XXIAkMEe-bzopYCigSfg[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: 0, newValue: BaseObject@_a1XXIQkMEe-bzopYCigSfg, isTouch: false, wasSet: true) That root: org.eclipse.emf.ecore.impl.ENotificationImpl@198fc788 (eventType: MOVE, position: 4, notifier: Root@_a1XXIAkMEe-bzopYCigSfg[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: 0, newValue: BaseObject@_a1XXIQkMEe-bzopYCigSfg, isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@16627f10 (eventType: MOVE, position: 4, notifier: Root@_a1XXIAkMEe-bzopYCigSfg, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: 0, newValue: BaseObject@_a1XXIQkMEe-bzopYCigSfg, isTouch: false, wasSet: true) This List: BaseObject 1 [_a1XXIgkMEe-bzopYCigSfg], BaseObject 2 [_a1XXIwkMEe-bzopYCigSfg], BaseObject 3 [_a1XXJAkMEe-bzopYCigSfg], BaseObject 4 [_a1XXJQkMEe-bzopYCigSfg], BaseObject 0 [_a1XXIQkMEe-bzopYCigSfg] That List: BaseObject 1 [_a1XXIgkMEe-bzopYCigSfg], BaseObject 2 [_a1XXIwkMEe-bzopYCigSfg], BaseObject 3 [_a1XXJAkMEe-bzopYCigSfg], BaseObject 4 [_a1XXJQkMEe-bzopYCigSfg], BaseObject 0 [_a1XXIQkMEe-bzopYCigSfg] ******************************************************* ConflictResolverExtendedTest.testMoveHeadMoveHeadRemoveMiddle [H2-branching-ranges-uuids, JVM, Native] ******************************************************* This root: org.eclipse.emf.ecore.impl.ENotificationImpl@6db2b490 (eventType: MOVE, position: 4, notifier: Root@_a1hvMgkMEe-bzopYCigSfg[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: 0, newValue: BaseObject@_a1hvMwkMEe-bzopYCigSfg, isTouch: false, wasSet: true) That root: org.eclipse.emf.ecore.impl.ENotificationImpl@1419d490 (eventType: MOVE, position: 4, notifier: Root@_a1hvMgkMEe-bzopYCigSfg[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: 0, newValue: BaseObject@_a1hvMwkMEe-bzopYCigSfg, isTouch: false, wasSet: true) That root: org.eclipse.emf.ecore.impl.ENotificationImpl@251f706a (eventType: REMOVE, position: 1, notifier: Root@_a1hvMgkMEe-bzopYCigSfg[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject[TRANSIENT], newValue: null, isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@1994f37 (eventType: MOVE, position: 4, notifier: Root@_a1hvMgkMEe-bzopYCigSfg[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: 0, newValue: BaseObject@_a1hvMwkMEe-bzopYCigSfg, isTouch: false, wasSet: true) This root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@4526d970 (eventType: REMOVE, position: 1, notifier: Root@_a1hvMgkMEe-bzopYCigSfg, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject@_a1hvNQkMEe-bzopYCigSfg[INVALID], newValue: null, isTouch: false, wasSet: true) This List: BaseObject 1 [_a1hvNAkMEe-bzopYCigSfg], BaseObject 3 [_a1iWQAkMEe-bzopYCigSfg], BaseObject 4 [_a1iWQQkMEe-bzopYCigSfg], BaseObject 0 [_a1hvMwkMEe-bzopYCigSfg] That List: BaseObject 1 [_a1hvNAkMEe-bzopYCigSfg], BaseObject 3 [_a1iWQAkMEe-bzopYCigSfg], BaseObject 4 [_a1iWQQkMEe-bzopYCigSfg], BaseObject 0 [_a1hvMwkMEe-bzopYCigSfg] ******************************************************* ConflictResolverExtendedTest.testMoveHeadMoveTail [H2-branching-ranges-uuids, JVM, Native] ******************************************************* This root: org.eclipse.emf.ecore.impl.ENotificationImpl@5bf44cd0 (eventType: MOVE, position: 4, notifier: Root@_a114QQkMEe-bzopYCigSfg[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: 0, newValue: BaseObject@_a114QgkMEe-bzopYCigSfg, isTouch: false, wasSet: true) That root: org.eclipse.emf.ecore.impl.ENotificationImpl@33028c0 (eventType: MOVE, position: 0, notifier: Root@_a114QQkMEe-bzopYCigSfg[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: 4, newValue: BaseObject@_a114RgkMEe-bzopYCigSfg, isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@8879b16 (eventType: MOVE, position: 4, notifier: Root@_a114QQkMEe-bzopYCigSfg[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: 0, newValue: BaseObject@_a114QgkMEe-bzopYCigSfg, isTouch: false, wasSet: true) This root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@7eb68b0e (eventType: MOVE, position: 0, notifier: Root@_a114QQkMEe-bzopYCigSfg, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: 3, newValue: BaseObject@_a114RgkMEe-bzopYCigSfg, isTouch: false, wasSet: true) This List: BaseObject 4 [_a114RgkMEe-bzopYCigSfg], BaseObject 1 [_a114QwkMEe-bzopYCigSfg], BaseObject 2 [_a114RAkMEe-bzopYCigSfg], BaseObject 3 [_a114RQkMEe-bzopYCigSfg], BaseObject 0 [_a114QgkMEe-bzopYCigSfg] That List: BaseObject 4 [_a114RgkMEe-bzopYCigSfg], BaseObject 1 [_a114QwkMEe-bzopYCigSfg], BaseObject 2 [_a114RAkMEe-bzopYCigSfg], BaseObject 3 [_a114RQkMEe-bzopYCigSfg], BaseObject 0 [_a114QgkMEe-bzopYCigSfg] ******************************************************* ConflictResolverExtendedTest.testMoveHeadRemoveHead [H2-branching-ranges-uuids, JVM, Native] ******************************************************* This root: org.eclipse.emf.ecore.impl.ENotificationImpl@260e314e (eventType: MOVE, position: 4, notifier: Root@_a2A3YgkMEe-bzopYCigSfg[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: 0, newValue: BaseObject@_a2BecAkMEe-bzopYCigSfg, isTouch: false, wasSet: true) That root: org.eclipse.emf.ecore.impl.ENotificationImpl@67d122d3 (eventType: REMOVE, position: 0, notifier: Root@_a2A3YgkMEe-bzopYCigSfg[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject[TRANSIENT], newValue: null, isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@40bf8b41 (eventType: MOVE, position: 4, notifier: Root@_a2A3YgkMEe-bzopYCigSfg[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: 0, newValue: BaseObject[TRANSIENT], isTouch: false, wasSet: true) This root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@62ad28e1 (eventType: REMOVE, position: 4, notifier: Root@_a2A3YgkMEe-bzopYCigSfg, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject@_a2BecAkMEe-bzopYCigSfg[INVALID], newValue: null, isTouch: false, wasSet: true) This List: BaseObject 1 [_a2BecQkMEe-bzopYCigSfg], BaseObject 2 [_a2BecgkMEe-bzopYCigSfg], BaseObject 3 [_a2BecwkMEe-bzopYCigSfg], BaseObject 4 [_a2BedAkMEe-bzopYCigSfg] That List: BaseObject 1 [_a2BecQkMEe-bzopYCigSfg], BaseObject 2 [_a2BecgkMEe-bzopYCigSfg], BaseObject 3 [_a2BecwkMEe-bzopYCigSfg], BaseObject 4 [_a2BedAkMEe-bzopYCigSfg] ******************************************************* ConflictResolverExtendedTest.testMoveHeadRemoveHeadRemoveMiddle [H2-branching-ranges-uuids, JVM, Native] ******************************************************* This root: org.eclipse.emf.ecore.impl.ENotificationImpl@777ee6b (eventType: REMOVE, position: 0, notifier: Root@_a2MdkgkMEe-bzopYCigSfg[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject[TRANSIENT], newValue: null, isTouch: false, wasSet: true) That root: org.eclipse.emf.ecore.impl.ENotificationImpl@14b0f3ca (eventType: MOVE, position: 4, notifier: Root@_a2MdkgkMEe-bzopYCigSfg[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: 0, newValue: BaseObject@_a2MdkwkMEe-bzopYCigSfg, isTouch: false, wasSet: true) That root: org.eclipse.emf.ecore.impl.ENotificationImpl@15ee138f (eventType: REMOVE, position: 1, notifier: Root@_a2MdkgkMEe-bzopYCigSfg[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject[TRANSIENT], newValue: null, isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@1d5cb51 (eventType: REMOVE, position: 0, notifier: Root@_a2MdkgkMEe-bzopYCigSfg[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject@_a2MdkwkMEe-bzopYCigSfg[INVALID], newValue: null, isTouch: false, wasSet: true) This root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@57ee98dc (eventType: REMOVE, position: 1, notifier: Root@_a2MdkgkMEe-bzopYCigSfg, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject@_a2MdlQkMEe-bzopYCigSfg[INVALID], newValue: null, isTouch: false, wasSet: true) This List: BaseObject 1 [_a2MdlAkMEe-bzopYCigSfg], BaseObject 3 [_a2MdlgkMEe-bzopYCigSfg], BaseObject 4 [_a2MdlwkMEe-bzopYCigSfg] That List: BaseObject 1 [_a2MdlAkMEe-bzopYCigSfg], BaseObject 3 [_a2MdlgkMEe-bzopYCigSfg], BaseObject 4 [_a2MdlwkMEe-bzopYCigSfg] ******************************************************* ConflictResolverExtendedTest.testMoveHeadRemoveTail [H2-branching-ranges-uuids, JVM, Native] ******************************************************* This root: org.eclipse.emf.ecore.impl.ENotificationImpl@38d06710 (eventType: MOVE, position: 4, notifier: Root@_a2Yq0gkMEe-bzopYCigSfg[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: 0, newValue: BaseObject@_a2Yq0wkMEe-bzopYCigSfg, isTouch: false, wasSet: true) That root: org.eclipse.emf.ecore.impl.ENotificationImpl@6b1263ea (eventType: REMOVE, position: 4, notifier: Root@_a2Yq0gkMEe-bzopYCigSfg[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject[TRANSIENT], newValue: null, isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@4ee7c0ef (eventType: MOVE, position: 4, notifier: Root@_a2Yq0gkMEe-bzopYCigSfg[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: 0, newValue: BaseObject@_a2Yq0wkMEe-bzopYCigSfg, isTouch: false, wasSet: true) This root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@7ede880e (eventType: REMOVE, position: 3, notifier: Root@_a2Yq0gkMEe-bzopYCigSfg, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject@_a2Yq1wkMEe-bzopYCigSfg[INVALID], newValue: null, isTouch: false, wasSet: true) This List: BaseObject 1 [_a2Yq1AkMEe-bzopYCigSfg], BaseObject 2 [_a2Yq1QkMEe-bzopYCigSfg], BaseObject 3 [_a2Yq1gkMEe-bzopYCigSfg], BaseObject 0 [_a2Yq0wkMEe-bzopYCigSfg] That List: BaseObject 1 [_a2Yq1AkMEe-bzopYCigSfg], BaseObject 2 [_a2Yq1QkMEe-bzopYCigSfg], BaseObject 3 [_a2Yq1gkMEe-bzopYCigSfg], BaseObject 0 [_a2Yq0wkMEe-bzopYCigSfg] ******************************************************* ConflictResolverExtendedTest.testMoveTailAddHead [H2-branching-ranges-uuids, JVM, Native] ******************************************************* This root: org.eclipse.emf.ecore.impl.ENotificationImpl@6ad020c (eventType: MOVE, position: 0, notifier: Root@_a2kRAgkMEe-bzopYCigSfg[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: 4, newValue: BaseObject@_a2k4FAkMEe-bzopYCigSfg, isTouch: false, wasSet: true) That root: org.eclipse.emf.ecore.impl.ENotificationImpl@5dc10186 (eventType: ADD, position: 0, notifier: Root@_a2kRAgkMEe-bzopYCigSfg[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: null, newValue: BaseObject@_a2v3MAkMEe-bzopYCigSfg[NEW], isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@64120c6d (eventType: MOVE, position: 0, notifier: Root@_a2kRAgkMEe-bzopYCigSfg[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: 4, newValue: BaseObject@_a2k4FAkMEe-bzopYCigSfg, isTouch: false, wasSet: true) This root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@23d8c73e (eventType: ADD, position: 1, notifier: Root@_a2kRAgkMEe-bzopYCigSfg, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: [_a2k4FAkMEe-bzopYCigSfg, _a2k4EAkMEe-bzopYCigSfg, _a2k4EQkMEe-bzopYCigSfg, _a2k4EgkMEe-bzopYCigSfg, _a2k4EwkMEe-bzopYCigSfg], newValue: BaseObject@_a2v3MAkMEe-bzopYCigSfg, isTouch: false, wasSet: true) This List: BaseObject 4 [_a2k4FAkMEe-bzopYCigSfg], ThatBaseObject 0 [_a2v3MAkMEe-bzopYCigSfg], BaseObject 0 [_a2k4EAkMEe-bzopYCigSfg], BaseObject 1 [_a2k4EQkMEe-bzopYCigSfg], BaseObject 2 [_a2k4EgkMEe-bzopYCigSfg], BaseObject 3 [_a2k4EwkMEe-bzopYCigSfg] That List: BaseObject 4 [_a2k4FAkMEe-bzopYCigSfg], ThatBaseObject 0 [_a2v3MAkMEe-bzopYCigSfg], BaseObject 0 [_a2k4EAkMEe-bzopYCigSfg], BaseObject 1 [_a2k4EQkMEe-bzopYCigSfg], BaseObject 2 [_a2k4EgkMEe-bzopYCigSfg], BaseObject 3 [_a2k4EwkMEe-bzopYCigSfg] ******************************************************* ConflictResolverExtendedTest.testMoveTailAddTail [H2-branching-ranges-uuids, JVM, Native] ******************************************************* This root: org.eclipse.emf.ecore.impl.ENotificationImpl@3eabb4cc (eventType: MOVE, position: 0, notifier: Root@_a23L8AkMEe-bzopYCigSfg[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: 4, newValue: BaseObject@_a23L9QkMEe-bzopYCigSfg, isTouch: false, wasSet: true) That root: org.eclipse.emf.ecore.impl.ENotificationImpl@7889bef8 (eventType: ADD, position: 5, notifier: Root@_a23L8AkMEe-bzopYCigSfg[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: null, newValue: BaseObject@_a262UAkMEe-bzopYCigSfg[NEW], isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@52a9d43b (eventType: MOVE, position: 0, notifier: Root@_a23L8AkMEe-bzopYCigSfg[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: 4, newValue: BaseObject@_a23L9QkMEe-bzopYCigSfg, isTouch: false, wasSet: true) This root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@477dac55 (eventType: ADD, position: 5, notifier: Root@_a23L8AkMEe-bzopYCigSfg, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: [_a23L9QkMEe-bzopYCigSfg, _a23L8QkMEe-bzopYCigSfg, _a23L8gkMEe-bzopYCigSfg, _a23L8wkMEe-bzopYCigSfg, _a23L9AkMEe-bzopYCigSfg], newValue: BaseObject@_a262UAkMEe-bzopYCigSfg, isTouch: false, wasSet: true) This List: BaseObject 4 [_a23L9QkMEe-bzopYCigSfg], BaseObject 0 [_a23L8QkMEe-bzopYCigSfg], BaseObject 1 [_a23L8gkMEe-bzopYCigSfg], BaseObject 2 [_a23L8wkMEe-bzopYCigSfg], BaseObject 3 [_a23L9AkMEe-bzopYCigSfg], ThatBaseObject 0 [_a262UAkMEe-bzopYCigSfg] That List: BaseObject 4 [_a23L9QkMEe-bzopYCigSfg], BaseObject 0 [_a23L8QkMEe-bzopYCigSfg], BaseObject 1 [_a23L8gkMEe-bzopYCigSfg], BaseObject 2 [_a23L8wkMEe-bzopYCigSfg], BaseObject 3 [_a23L9AkMEe-bzopYCigSfg], ThatBaseObject 0 [_a262UAkMEe-bzopYCigSfg] ******************************************************* ConflictResolverExtendedTest.testMoveTailClear [H2-branching-ranges-uuids, JVM, Native] ******************************************************* This root: org.eclipse.emf.ecore.impl.ENotificationImpl@7e194e86 (eventType: MOVE, position: 0, notifier: Root@_a3CLEQkMEe-bzopYCigSfg[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: 4, newValue: BaseObject@_a3CLFgkMEe-bzopYCigSfg, isTouch: false, wasSet: true) That root: org.eclipse.emf.ecore.impl.ENotificationImpl@78e3371 (eventType: REMOVE_MANY, position: -1, notifier: Root@_a3CLEQkMEe-bzopYCigSfg[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: [BaseObject[TRANSIENT], BaseObject[TRANSIENT], BaseObject[TRANSIENT], BaseObject[TRANSIENT], BaseObject[TRANSIENT]], newValue: null, isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@5d0ace8a (eventType: MOVE, position: 0, notifier: Root@_a3CLEQkMEe-bzopYCigSfg[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: 4, newValue: BaseObject[TRANSIENT], isTouch: false, wasSet: true) This root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@696c1a00 (eventType: REMOVE_MANY, position: -1, notifier: Root@_a3CLEQkMEe-bzopYCigSfg, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: [BaseObject@_a3CLFgkMEe-bzopYCigSfg[INVALID], _a3CLEgkMEe-bzopYCigSfg, _a3CLEwkMEe-bzopYCigSfg, _a3CLFAkMEe-bzopYCigSfg, BaseObject@_a3CLFQkMEe-bzopYCigSfg[INVALID]], newValue: null, isTouch: false, wasSet: true) This List: That List: ******************************************************* ConflictResolverExtendedTest.testMoveTailMoveHead [H2-branching-ranges-uuids, JVM, Native] ******************************************************* This root: org.eclipse.emf.ecore.impl.ENotificationImpl@77fb9b52 (eventType: MOVE, position: 0, notifier: Root@_a3OYUgkMEe-bzopYCigSfg[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: 4, newValue: BaseObject@_a3OYVwkMEe-bzopYCigSfg, isTouch: false, wasSet: true) That root: org.eclipse.emf.ecore.impl.ENotificationImpl@5db1452 (eventType: MOVE, position: 4, notifier: Root@_a3OYUgkMEe-bzopYCigSfg[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: 0, newValue: BaseObject@_a3OYUwkMEe-bzopYCigSfg, isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@6c1b7633 (eventType: MOVE, position: 0, notifier: Root@_a3OYUgkMEe-bzopYCigSfg[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: 4, newValue: BaseObject@_a3OYVwkMEe-bzopYCigSfg, isTouch: false, wasSet: true) This root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@372d2bbf (eventType: MOVE, position: 4, notifier: Root@_a3OYUgkMEe-bzopYCigSfg, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: 1, newValue: BaseObject@_a3OYUwkMEe-bzopYCigSfg, isTouch: false, wasSet: true) This List: BaseObject 4 [_a3OYVwkMEe-bzopYCigSfg], BaseObject 1 [_a3OYVAkMEe-bzopYCigSfg], BaseObject 2 [_a3OYVQkMEe-bzopYCigSfg], BaseObject 3 [_a3OYVgkMEe-bzopYCigSfg], BaseObject 0 [_a3OYUwkMEe-bzopYCigSfg] That List: BaseObject 4 [_a3OYVwkMEe-bzopYCigSfg], BaseObject 1 [_a3OYVAkMEe-bzopYCigSfg], BaseObject 2 [_a3OYVQkMEe-bzopYCigSfg], BaseObject 3 [_a3OYVgkMEe-bzopYCigSfg], BaseObject 0 [_a3OYUwkMEe-bzopYCigSfg] ******************************************************* ConflictResolverExtendedTest.testMoveTailMoveTail [H2-branching-ranges-uuids, JVM, Native] ******************************************************* This root: org.eclipse.emf.ecore.impl.ENotificationImpl@29ad3ac5 (eventType: MOVE, position: 0, notifier: Root@_a3ZXcgkMEe-bzopYCigSfg[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: 4, newValue: BaseObject@_a3Z-hAkMEe-bzopYCigSfg, isTouch: false, wasSet: true) That root: org.eclipse.emf.ecore.impl.ENotificationImpl@45b9673e (eventType: MOVE, position: 0, notifier: Root@_a3ZXcgkMEe-bzopYCigSfg[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: 4, newValue: BaseObject@_a3Z-hAkMEe-bzopYCigSfg, isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@1ef8842e (eventType: MOVE, position: 0, notifier: Root@_a3ZXcgkMEe-bzopYCigSfg, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: 4, newValue: BaseObject@_a3Z-hAkMEe-bzopYCigSfg, isTouch: false, wasSet: true) This List: BaseObject 4 [_a3Z-hAkMEe-bzopYCigSfg], BaseObject 0 [_a3Z-gAkMEe-bzopYCigSfg], BaseObject 1 [_a3Z-gQkMEe-bzopYCigSfg], BaseObject 2 [_a3Z-ggkMEe-bzopYCigSfg], BaseObject 3 [_a3Z-gwkMEe-bzopYCigSfg] That List: BaseObject 4 [_a3Z-hAkMEe-bzopYCigSfg], BaseObject 0 [_a3Z-gAkMEe-bzopYCigSfg], BaseObject 1 [_a3Z-gQkMEe-bzopYCigSfg], BaseObject 2 [_a3Z-ggkMEe-bzopYCigSfg], BaseObject 3 [_a3Z-gwkMEe-bzopYCigSfg] ******************************************************* ConflictResolverExtendedTest.testMoveTailRemoveHead [H2-branching-ranges-uuids, JVM, Native] ******************************************************* This root: org.eclipse.emf.ecore.impl.ENotificationImpl@13fff32d (eventType: MOVE, position: 0, notifier: Root@_a3kWkgkMEe-bzopYCigSfg[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: 4, newValue: BaseObject@_a3kWlwkMEe-bzopYCigSfg, isTouch: false, wasSet: true) That root: org.eclipse.emf.ecore.impl.ENotificationImpl@15bfca6f (eventType: REMOVE, position: 0, notifier: Root@_a3kWkgkMEe-bzopYCigSfg[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject[TRANSIENT], newValue: null, isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@7c8efb73 (eventType: MOVE, position: 0, notifier: Root@_a3kWkgkMEe-bzopYCigSfg[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: 4, newValue: BaseObject@_a3kWlwkMEe-bzopYCigSfg, isTouch: false, wasSet: true) This root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@f0fd (eventType: REMOVE, position: 1, notifier: Root@_a3kWkgkMEe-bzopYCigSfg, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject@_a3kWkwkMEe-bzopYCigSfg[INVALID], newValue: null, isTouch: false, wasSet: true) This List: BaseObject 4 [_a3kWlwkMEe-bzopYCigSfg], BaseObject 1 [_a3kWlAkMEe-bzopYCigSfg], BaseObject 2 [_a3kWlQkMEe-bzopYCigSfg], BaseObject 3 [_a3kWlgkMEe-bzopYCigSfg] That List: BaseObject 4 [_a3kWlwkMEe-bzopYCigSfg], BaseObject 1 [_a3kWlAkMEe-bzopYCigSfg], BaseObject 2 [_a3kWlQkMEe-bzopYCigSfg], BaseObject 3 [_a3kWlgkMEe-bzopYCigSfg] ******************************************************* ConflictResolverExtendedTest.testMoveTailRemoveTail [H2-branching-ranges-uuids, JVM, Native] ******************************************************* This root: org.eclipse.emf.ecore.impl.ENotificationImpl@ac5ed2e (eventType: MOVE, position: 0, notifier: Root@_a31cUgkMEe-bzopYCigSfg[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: 4, newValue: BaseObject@_a31cVwkMEe-bzopYCigSfg, isTouch: false, wasSet: true) That root: org.eclipse.emf.ecore.impl.ENotificationImpl@a2b8a99 (eventType: REMOVE, position: 4, notifier: Root@_a31cUgkMEe-bzopYCigSfg[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject[TRANSIENT], newValue: null, isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@313f5977 (eventType: MOVE, position: 0, notifier: Root@_a31cUgkMEe-bzopYCigSfg[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: 4, newValue: BaseObject[TRANSIENT], isTouch: false, wasSet: true) This root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@1248e60a (eventType: REMOVE, position: 0, notifier: Root@_a31cUgkMEe-bzopYCigSfg, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject@_a31cVwkMEe-bzopYCigSfg[INVALID], newValue: null, isTouch: false, wasSet: true) This List: BaseObject 0 [_a31cUwkMEe-bzopYCigSfg], BaseObject 1 [_a31cVAkMEe-bzopYCigSfg], BaseObject 2 [_a31cVQkMEe-bzopYCigSfg], BaseObject 3 [_a31cVgkMEe-bzopYCigSfg] That List: BaseObject 0 [_a31cUwkMEe-bzopYCigSfg], BaseObject 1 [_a31cVAkMEe-bzopYCigSfg], BaseObject 2 [_a31cVQkMEe-bzopYCigSfg], BaseObject 3 [_a31cVgkMEe-bzopYCigSfg] ******************************************************* ConflictResolverExtendedTest.testRemoveAdd [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* ConflictResolverExtendedTest.testRemoveChange [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* ConflictResolverExtendedTest.testRemoveHeadAddChildHead [H2-branching-ranges-uuids, JVM, Native] ******************************************************* This root: org.eclipse.emf.ecore.impl.ENotificationImpl@3d7884f4 (eventType: REMOVE, position: 0, notifier: Root@_a4VyogkMEe-bzopYCigSfg[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@3fd9e01c (name: listB) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: ContainmentObject[TRANSIENT], newValue: null, isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@d6fc73a (eventType: REMOVE, position: 0, notifier: Root@_a4VyogkMEe-bzopYCigSfg, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@3fd9e01c (name: listB) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: ContainmentObject@_a4VyqAkMEe-bzopYCigSfg[INVALID_CONFLICT], newValue: null, isTouch: false, wasSet: true) ******************************************************* ConflictResolverExtendedTest.testRemoveHeadAddHead [H2-branching-ranges-uuids, JVM, Native] ******************************************************* This root: org.eclipse.emf.ecore.impl.ENotificationImpl@26e185e2 (eventType: REMOVE, position: 0, notifier: Root@_a4hY0gkMEe-bzopYCigSfg[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject[TRANSIENT], newValue: null, isTouch: false, wasSet: true) That root: org.eclipse.emf.ecore.impl.ENotificationImpl@1b885d1 (eventType: ADD, position: 0, notifier: Root@_a4hY0gkMEe-bzopYCigSfg[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: null, newValue: BaseObject@_a4rJ0AkMEe-bzopYCigSfg[NEW], isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@7cbf2345 (eventType: REMOVE, position: 0, notifier: Root@_a4hY0gkMEe-bzopYCigSfg[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject@_a4hY0wkMEe-bzopYCigSfg[INVALID], newValue: null, isTouch: false, wasSet: true) This root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@590e8b19 (eventType: ADD, position: 0, notifier: Root@_a4hY0gkMEe-bzopYCigSfg, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: [_a4hY1AkMEe-bzopYCigSfg, _a4hY1QkMEe-bzopYCigSfg, _a4hY1gkMEe-bzopYCigSfg, _a4hY1wkMEe-bzopYCigSfg], newValue: BaseObject@_a4rJ0AkMEe-bzopYCigSfg, isTouch: false, wasSet: true) This List: ThatBaseObject 0 [_a4rJ0AkMEe-bzopYCigSfg], BaseObject 1 [_a4hY1AkMEe-bzopYCigSfg], BaseObject 2 [_a4hY1QkMEe-bzopYCigSfg], BaseObject 3 [_a4hY1gkMEe-bzopYCigSfg], BaseObject 4 [_a4hY1wkMEe-bzopYCigSfg] That List: ThatBaseObject 0 [_a4rJ0AkMEe-bzopYCigSfg], BaseObject 1 [_a4hY1AkMEe-bzopYCigSfg], BaseObject 2 [_a4hY1QkMEe-bzopYCigSfg], BaseObject 3 [_a4hY1gkMEe-bzopYCigSfg], BaseObject 4 [_a4hY1wkMEe-bzopYCigSfg] ******************************************************* ConflictResolverExtendedTest.testRemoveHeadAddTail [H2-branching-ranges-uuids, JVM, Native] ******************************************************* This root: org.eclipse.emf.ecore.impl.ENotificationImpl@4bfd6a35 (eventType: REMOVE, position: 0, notifier: Root@_a4yekgkMEe-bzopYCigSfg[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject[TRANSIENT], newValue: null, isTouch: false, wasSet: true) That root: org.eclipse.emf.ecore.impl.ENotificationImpl@3237dc35 (eventType: ADD, position: 5, notifier: Root@_a4yekgkMEe-bzopYCigSfg[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: null, newValue: BaseObject@_a43XEAkMEe-bzopYCigSfg[NEW], isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@c63f909 (eventType: REMOVE, position: 0, notifier: Root@_a4yekgkMEe-bzopYCigSfg[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject@_a4yekwkMEe-bzopYCigSfg[INVALID], newValue: null, isTouch: false, wasSet: true) This root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@57cccfbe (eventType: ADD, position: 4, notifier: Root@_a4yekgkMEe-bzopYCigSfg, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: [_a4yelAkMEe-bzopYCigSfg, _a4yelQkMEe-bzopYCigSfg, _a4yelgkMEe-bzopYCigSfg, _a4yelwkMEe-bzopYCigSfg], newValue: BaseObject@_a43XEAkMEe-bzopYCigSfg, isTouch: false, wasSet: true) This List: BaseObject 1 [_a4yelAkMEe-bzopYCigSfg], BaseObject 2 [_a4yelQkMEe-bzopYCigSfg], BaseObject 3 [_a4yelgkMEe-bzopYCigSfg], BaseObject 4 [_a4yelwkMEe-bzopYCigSfg], ThatBaseObject 0 [_a43XEAkMEe-bzopYCigSfg] That List: BaseObject 1 [_a4yelAkMEe-bzopYCigSfg], BaseObject 2 [_a4yelQkMEe-bzopYCigSfg], BaseObject 3 [_a4yelgkMEe-bzopYCigSfg], BaseObject 4 [_a4yelwkMEe-bzopYCigSfg], ThatBaseObject 0 [_a43XEAkMEe-bzopYCigSfg] ******************************************************* ConflictResolverExtendedTest.testRemoveHeadClear [H2-branching-ranges-uuids, JVM, Native] ******************************************************* This root: org.eclipse.emf.ecore.impl.ENotificationImpl@200437e8 (eventType: REMOVE, position: 0, notifier: Root@_a4-r0gkMEe-bzopYCigSfg[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject[TRANSIENT], newValue: null, isTouch: false, wasSet: true) That root: org.eclipse.emf.ecore.impl.ENotificationImpl@5f7a667 (eventType: REMOVE_MANY, position: -1, notifier: Root@_a4-r0gkMEe-bzopYCigSfg[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: [BaseObject[TRANSIENT], BaseObject[TRANSIENT], BaseObject[TRANSIENT], BaseObject[TRANSIENT], BaseObject[TRANSIENT]], newValue: null, isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@552e54c4 (eventType: REMOVE, position: 0, notifier: Root@_a4-r0gkMEe-bzopYCigSfg[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: null, newValue: null, isTouch: false, wasSet: true) This root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@4985cce7 (eventType: REMOVE_MANY, position: -1, notifier: Root@_a4-r0gkMEe-bzopYCigSfg, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: [BaseObject@_a4-r1AkMEe-bzopYCigSfg[INVALID], _a4-r1QkMEe-bzopYCigSfg, _a4-r1gkMEe-bzopYCigSfg, _a4-r1wkMEe-bzopYCigSfg], newValue: null, isTouch: false, wasSet: true) This List: That List: ******************************************************* ConflictResolverExtendedTest.testRemoveHeadMoveChildHead [H2-branching-ranges-uuids, JVM, Native] ******************************************************* This root: org.eclipse.emf.ecore.impl.ENotificationImpl@57eec8af (eventType: REMOVE, position: 0, notifier: Root@_a5K5EgkMEe-bzopYCigSfg[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@3fd9e01c (name: listB) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: ContainmentObject[TRANSIENT], newValue: null, isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@13a09508 (eventType: REMOVE, position: 0, notifier: Root@_a5K5EgkMEe-bzopYCigSfg, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@3fd9e01c (name: listB) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: ContainmentObject@_a5K5GAkMEe-bzopYCigSfg[INVALID_CONFLICT], newValue: null, isTouch: false, wasSet: true) ******************************************************* ConflictResolverExtendedTest.testRemoveHeadMoveHead [H2-branching-ranges-uuids, JVM, Native] ******************************************************* This root: org.eclipse.emf.ecore.impl.ENotificationImpl@2a97285f (eventType: REMOVE, position: 0, notifier: Root@_a5WfQgkMEe-bzopYCigSfg[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject[TRANSIENT], newValue: null, isTouch: false, wasSet: true) That root: org.eclipse.emf.ecore.impl.ENotificationImpl@450d6f61 (eventType: MOVE, position: 4, notifier: Root@_a5WfQgkMEe-bzopYCigSfg[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: 0, newValue: BaseObject@_a5WfQwkMEe-bzopYCigSfg, isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@72c7409b (eventType: REMOVE, position: 0, notifier: Root@_a5WfQgkMEe-bzopYCigSfg, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject@_a5WfQwkMEe-bzopYCigSfg[INVALID], newValue: null, isTouch: false, wasSet: true) This List: BaseObject 1 [_a5WfRAkMEe-bzopYCigSfg], BaseObject 2 [_a5WfRQkMEe-bzopYCigSfg], BaseObject 3 [_a5WfRgkMEe-bzopYCigSfg], BaseObject 4 [_a5WfRwkMEe-bzopYCigSfg] That List: BaseObject 1 [_a5WfRAkMEe-bzopYCigSfg], BaseObject 2 [_a5WfRQkMEe-bzopYCigSfg], BaseObject 3 [_a5WfRgkMEe-bzopYCigSfg], BaseObject 4 [_a5WfRwkMEe-bzopYCigSfg] ******************************************************* ConflictResolverExtendedTest.testRemoveHeadMoveHeadRemoveMiddle [H2-branching-ranges-uuids, JVM, Native] ******************************************************* This root: org.eclipse.emf.ecore.impl.ENotificationImpl@4820a51b (eventType: REMOVE, position: 0, notifier: Root@_a5mW4gkMEe-bzopYCigSfg[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject[TRANSIENT], newValue: null, isTouch: false, wasSet: true) That root: org.eclipse.emf.ecore.impl.ENotificationImpl@40dc60c0 (eventType: MOVE, position: 4, notifier: Root@_a5mW4gkMEe-bzopYCigSfg[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: 0, newValue: BaseObject@_a5mW4wkMEe-bzopYCigSfg, isTouch: false, wasSet: true) That root: org.eclipse.emf.ecore.impl.ENotificationImpl@46eda864 (eventType: REMOVE, position: 1, notifier: Root@_a5mW4gkMEe-bzopYCigSfg[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject[TRANSIENT], newValue: null, isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@76f46f12 (eventType: REMOVE, position: 0, notifier: Root@_a5mW4gkMEe-bzopYCigSfg[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject@_a5mW4wkMEe-bzopYCigSfg[INVALID], newValue: null, isTouch: false, wasSet: true) This root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@1a4b1927 (eventType: REMOVE, position: 1, notifier: Root@_a5mW4gkMEe-bzopYCigSfg, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: null, newValue: null, isTouch: false, wasSet: true) This List: BaseObject 1 [_a5mW5AkMEe-bzopYCigSfg], BaseObject 3 [_a5mW5gkMEe-bzopYCigSfg], BaseObject 4 [_a5mW5wkMEe-bzopYCigSfg] That List: BaseObject 1 [_a5mW5AkMEe-bzopYCigSfg], BaseObject 3 [_a5mW5gkMEe-bzopYCigSfg], BaseObject 4 [_a5mW5wkMEe-bzopYCigSfg] ******************************************************* ConflictResolverExtendedTest.testRemoveHeadMoveTail [H2-branching-ranges-uuids, JVM, Native] ******************************************************* This root: org.eclipse.emf.ecore.impl.ENotificationImpl@9845a63 (eventType: REMOVE, position: 0, notifier: Root@_a5x9EgkMEe-bzopYCigSfg[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject[TRANSIENT], newValue: null, isTouch: false, wasSet: true) That root: org.eclipse.emf.ecore.impl.ENotificationImpl@27be5803 (eventType: MOVE, position: 0, notifier: Root@_a5x9EgkMEe-bzopYCigSfg[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: 4, newValue: BaseObject@_a5x9FwkMEe-bzopYCigSfg, isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@4675f5bd (eventType: REMOVE, position: 0, notifier: Root@_a5x9EgkMEe-bzopYCigSfg[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject@_a5x9EwkMEe-bzopYCigSfg[INVALID], newValue: null, isTouch: false, wasSet: true) This root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@2d67e796 (eventType: MOVE, position: 0, notifier: Root@_a5x9EgkMEe-bzopYCigSfg, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: 3, newValue: BaseObject@_a5x9FwkMEe-bzopYCigSfg, isTouch: false, wasSet: true) This List: BaseObject 4 [_a5x9FwkMEe-bzopYCigSfg], BaseObject 1 [_a5x9FAkMEe-bzopYCigSfg], BaseObject 2 [_a5x9FQkMEe-bzopYCigSfg], BaseObject 3 [_a5x9FgkMEe-bzopYCigSfg] That List: BaseObject 4 [_a5x9FwkMEe-bzopYCigSfg], BaseObject 1 [_a5x9FAkMEe-bzopYCigSfg], BaseObject 2 [_a5x9FQkMEe-bzopYCigSfg], BaseObject 3 [_a5x9FgkMEe-bzopYCigSfg] ******************************************************* ConflictResolverExtendedTest.testRemoveHeadReAttachHead [H2-branching-ranges-uuids, JVM, Native] ******************************************************* This root: org.eclipse.emf.ecore.impl.ENotificationImpl@3c90b3a8 (eventType: REMOVE, position: 0, notifier: Root@_a588MgkMEe-bzopYCigSfg[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@3fd9e01c (name: listB) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: ContainmentObject[TRANSIENT], newValue: null, isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@26351b3d (eventType: REMOVE, position: 0, notifier: Root@_a588MgkMEe-bzopYCigSfg, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@3fd9e01c (name: listB) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: ContainmentObject@_a588OAkMEe-bzopYCigSfg[INVALID], newValue: null, isTouch: false, wasSet: true) This List: ContainmentObject 1 [_a588OwkMEe-bzopYCigSfg] That List: ContainmentObject 1 [_a588OwkMEe-bzopYCigSfg] ******************************************************* ConflictResolverExtendedTest.testRemoveHeadRemoveChildChildHead [H2-branching-ranges-uuids, JVM, Native] ******************************************************* This root: org.eclipse.emf.ecore.impl.ENotificationImpl@5678dedc (eventType: REMOVE, position: 0, notifier: Root@_a6IiYgkMEe-bzopYCigSfg[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@3fd9e01c (name: listB) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: ContainmentObject[TRANSIENT], newValue: null, isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@e82159b (eventType: REMOVE, position: 0, notifier: Root@_a6IiYgkMEe-bzopYCigSfg, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@3fd9e01c (name: listB) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: ContainmentObject@_a6IiaAkMEe-bzopYCigSfg[INVALID], newValue: null, isTouch: false, wasSet: true) ******************************************************* ConflictResolverExtendedTest.testRemoveHeadRemoveChildHead [H2-branching-ranges-uuids, JVM, Native] ******************************************************* This root: org.eclipse.emf.ecore.impl.ENotificationImpl@68bfbf46 (eventType: REMOVE, position: 0, notifier: Root@_a6STYgkMEe-bzopYCigSfg[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@3fd9e01c (name: listB) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: ContainmentObject[TRANSIENT], newValue: null, isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@73c35081 (eventType: REMOVE, position: 0, notifier: Root@_a6STYgkMEe-bzopYCigSfg, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@3fd9e01c (name: listB) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: ContainmentObject@_a6S6cQkMEe-bzopYCigSfg[INVALID_CONFLICT], newValue: null, isTouch: false, wasSet: true) ******************************************************* ConflictResolverExtendedTest.testRemoveHeadRemoveHead [H2-branching-ranges-uuids, JVM, Native] ******************************************************* This root: org.eclipse.emf.ecore.impl.ENotificationImpl@19ecda0c (eventType: REMOVE, position: 0, notifier: Root@_a6crcQkMEe-bzopYCigSfg[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject[TRANSIENT], newValue: null, isTouch: false, wasSet: true) That root: org.eclipse.emf.ecore.impl.ENotificationImpl@36b73167 (eventType: REMOVE, position: 0, notifier: Root@_a6crcQkMEe-bzopYCigSfg[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject[TRANSIENT], newValue: null, isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@4136e191 (eventType: REMOVE, position: 0, notifier: Root@_a6crcQkMEe-bzopYCigSfg, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: null, newValue: null, isTouch: false, wasSet: true) This List: BaseObject 1 [_a6crcwkMEe-bzopYCigSfg], BaseObject 2 [_a6crdAkMEe-bzopYCigSfg], BaseObject 3 [_a6crdQkMEe-bzopYCigSfg], BaseObject 4 [_a6crdgkMEe-bzopYCigSfg] That List: BaseObject 1 [_a6crcwkMEe-bzopYCigSfg], BaseObject 2 [_a6crdAkMEe-bzopYCigSfg], BaseObject 3 [_a6crdQkMEe-bzopYCigSfg], BaseObject 4 [_a6crdgkMEe-bzopYCigSfg] ******************************************************* ConflictResolverExtendedTest.testRemoveHeadRemoveTail [H2-branching-ranges-uuids, JVM, Native] ******************************************************* This root: org.eclipse.emf.ecore.impl.ENotificationImpl@6f4c768c (eventType: REMOVE, position: 0, notifier: Root@_a6sjEAkMEe-bzopYCigSfg[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject[TRANSIENT], newValue: null, isTouch: false, wasSet: true) That root: org.eclipse.emf.ecore.impl.ENotificationImpl@512cae0f (eventType: REMOVE, position: 4, notifier: Root@_a6sjEAkMEe-bzopYCigSfg[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject[TRANSIENT], newValue: null, isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@6745489d (eventType: REMOVE, position: 0, notifier: Root@_a6sjEAkMEe-bzopYCigSfg[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject@_a6sjEQkMEe-bzopYCigSfg[INVALID], newValue: null, isTouch: false, wasSet: true) This root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@a573715 (eventType: REMOVE, position: 3, notifier: Root@_a6sjEAkMEe-bzopYCigSfg, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject@_a6sjFQkMEe-bzopYCigSfg[INVALID], newValue: null, isTouch: false, wasSet: true) This List: BaseObject 1 [_a6sjEgkMEe-bzopYCigSfg], BaseObject 2 [_a6sjEwkMEe-bzopYCigSfg], BaseObject 3 [_a6sjFAkMEe-bzopYCigSfg] That List: BaseObject 1 [_a6sjEgkMEe-bzopYCigSfg], BaseObject 2 [_a6sjEwkMEe-bzopYCigSfg], BaseObject 3 [_a6sjFAkMEe-bzopYCigSfg] ******************************************************* ConflictResolverExtendedTest.testRemoveHeadSetChildHead [H2-branching-ranges-uuids, JVM, Native] ******************************************************* This root: org.eclipse.emf.ecore.impl.ENotificationImpl@506e2215 (eventType: REMOVE, position: 0, notifier: Root@_a64JQQkMEe-bzopYCigSfg[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@3fd9e01c (name: listB) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: ContainmentObject[TRANSIENT], newValue: null, isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@5f9566a2 (eventType: REMOVE, position: 0, notifier: Root@_a64JQQkMEe-bzopYCigSfg, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@3fd9e01c (name: listB) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: ContainmentObject@_a64JRwkMEe-bzopYCigSfg[INVALID_CONFLICT], newValue: null, isTouch: false, wasSet: true) ******************************************************* ConflictResolverExtendedTest.testRemoveRemove [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* ConflictResolverExtendedTest.testRemoveTailAddHead [H2-branching-ranges-uuids, JVM, Native] ******************************************************* This root: org.eclipse.emf.ecore.impl.ENotificationImpl@5d7615f0 (eventType: REMOVE, position: 4, notifier: Root@_a7LEMgkMEe-bzopYCigSfg[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject[TRANSIENT], newValue: null, isTouch: false, wasSet: true) That root: org.eclipse.emf.ecore.impl.ENotificationImpl@193d754d (eventType: ADD, position: 0, notifier: Root@_a7LEMgkMEe-bzopYCigSfg[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: null, newValue: BaseObject@_a7PVoAkMEe-bzopYCigSfg[NEW], isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@435b5f8e (eventType: REMOVE, position: 4, notifier: Root@_a7LEMgkMEe-bzopYCigSfg[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject@_a7LENwkMEe-bzopYCigSfg[INVALID], newValue: null, isTouch: false, wasSet: true) This root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@6940beec (eventType: ADD, position: 0, notifier: Root@_a7LEMgkMEe-bzopYCigSfg, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: [_a7LEMwkMEe-bzopYCigSfg, _a7LENAkMEe-bzopYCigSfg, _a7LENQkMEe-bzopYCigSfg, _a7LENgkMEe-bzopYCigSfg], newValue: BaseObject@_a7PVoAkMEe-bzopYCigSfg, isTouch: false, wasSet: true) This List: ThatBaseObject 0 [_a7PVoAkMEe-bzopYCigSfg], BaseObject 0 [_a7LEMwkMEe-bzopYCigSfg], BaseObject 1 [_a7LENAkMEe-bzopYCigSfg], BaseObject 2 [_a7LENQkMEe-bzopYCigSfg], BaseObject 3 [_a7LENgkMEe-bzopYCigSfg] That List: ThatBaseObject 0 [_a7PVoAkMEe-bzopYCigSfg], BaseObject 0 [_a7LEMwkMEe-bzopYCigSfg], BaseObject 1 [_a7LENAkMEe-bzopYCigSfg], BaseObject 2 [_a7LENQkMEe-bzopYCigSfg], BaseObject 3 [_a7LENgkMEe-bzopYCigSfg] ******************************************************* ConflictResolverExtendedTest.testRemoveTailAddTail [H2-branching-ranges-uuids, JVM, Native] ******************************************************* This root: org.eclipse.emf.ecore.impl.ENotificationImpl@540e5afc (eventType: REMOVE, position: 4, notifier: Root@_a7WDUgkMEe-bzopYCigSfg[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject[TRANSIENT], newValue: null, isTouch: false, wasSet: true) That root: org.eclipse.emf.ecore.impl.ENotificationImpl@698aa22f (eventType: ADD, position: 5, notifier: Root@_a7WDUgkMEe-bzopYCigSfg[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: null, newValue: BaseObject@_a7gbYAkMEe-bzopYCigSfg[NEW], isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@72baf547 (eventType: REMOVE, position: 4, notifier: Root@_a7WDUgkMEe-bzopYCigSfg[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject@_a7WDVwkMEe-bzopYCigSfg[INVALID], newValue: null, isTouch: false, wasSet: true) This root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@78337131 (eventType: ADD, position: 4, notifier: Root@_a7WDUgkMEe-bzopYCigSfg, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: [_a7WDUwkMEe-bzopYCigSfg, _a7WDVAkMEe-bzopYCigSfg, _a7WDVQkMEe-bzopYCigSfg, _a7WDVgkMEe-bzopYCigSfg], newValue: BaseObject@_a7gbYAkMEe-bzopYCigSfg, isTouch: false, wasSet: true) This List: BaseObject 0 [_a7WDUwkMEe-bzopYCigSfg], BaseObject 1 [_a7WDVAkMEe-bzopYCigSfg], BaseObject 2 [_a7WDVQkMEe-bzopYCigSfg], BaseObject 3 [_a7WDVgkMEe-bzopYCigSfg], ThatBaseObject 0 [_a7gbYAkMEe-bzopYCigSfg] That List: BaseObject 0 [_a7WDUwkMEe-bzopYCigSfg], BaseObject 1 [_a7WDVAkMEe-bzopYCigSfg], BaseObject 2 [_a7WDVQkMEe-bzopYCigSfg], BaseObject 3 [_a7WDVgkMEe-bzopYCigSfg], ThatBaseObject 0 [_a7gbYAkMEe-bzopYCigSfg] ******************************************************* ConflictResolverExtendedTest.testRemoveTailClear [H2-branching-ranges-uuids, JVM, Native] ******************************************************* This root: org.eclipse.emf.ecore.impl.ENotificationImpl@45bcbdd (eventType: REMOVE, position: 4, notifier: Root@_a7nJEgkMEe-bzopYCigSfg[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject[TRANSIENT], newValue: null, isTouch: false, wasSet: true) That root: org.eclipse.emf.ecore.impl.ENotificationImpl@48232dd9 (eventType: REMOVE_MANY, position: -1, notifier: Root@_a7nJEgkMEe-bzopYCigSfg[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: [BaseObject[TRANSIENT], BaseObject[TRANSIENT], BaseObject[TRANSIENT], BaseObject[TRANSIENT], BaseObject[TRANSIENT]], newValue: null, isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@1c204dc9 (eventType: REMOVE, position: 4, notifier: Root@_a7nJEgkMEe-bzopYCigSfg[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: null, newValue: null, isTouch: false, wasSet: true) This root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@6394012b (eventType: REMOVE_MANY, position: -1, notifier: Root@_a7nJEgkMEe-bzopYCigSfg, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: [_a7nJEwkMEe-bzopYCigSfg, _a7nJFAkMEe-bzopYCigSfg, _a7nJFQkMEe-bzopYCigSfg, BaseObject@_a7nJFgkMEe-bzopYCigSfg[INVALID]], newValue: null, isTouch: false, wasSet: true) This List: That List: ******************************************************* ConflictResolverExtendedTest.testRemoveTailMoveHead [H2-branching-ranges-uuids, JVM, Native] ******************************************************* This root: org.eclipse.emf.ecore.impl.ENotificationImpl@8a9274a (eventType: REMOVE, position: 4, notifier: Root@_a7yvQQkMEe-bzopYCigSfg[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject[TRANSIENT], newValue: null, isTouch: false, wasSet: true) That root: org.eclipse.emf.ecore.impl.ENotificationImpl@63f47e76 (eventType: MOVE, position: 4, notifier: Root@_a7yvQQkMEe-bzopYCigSfg[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: 0, newValue: BaseObject@_a7yvQgkMEe-bzopYCigSfg, isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@324ef549 (eventType: REMOVE, position: 4, notifier: Root@_a7yvQQkMEe-bzopYCigSfg[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject@_a7yvRgkMEe-bzopYCigSfg[INVALID], newValue: null, isTouch: false, wasSet: true) This root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@29d20604 (eventType: MOVE, position: 3, notifier: Root@_a7yvQQkMEe-bzopYCigSfg, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: 0, newValue: BaseObject@_a7yvQgkMEe-bzopYCigSfg, isTouch: false, wasSet: true) This List: BaseObject 1 [_a7yvQwkMEe-bzopYCigSfg], BaseObject 2 [_a7yvRAkMEe-bzopYCigSfg], BaseObject 3 [_a7yvRQkMEe-bzopYCigSfg], BaseObject 0 [_a7yvQgkMEe-bzopYCigSfg] That List: BaseObject 1 [_a7yvQwkMEe-bzopYCigSfg], BaseObject 2 [_a7yvRAkMEe-bzopYCigSfg], BaseObject 3 [_a7yvRQkMEe-bzopYCigSfg], BaseObject 0 [_a7yvQgkMEe-bzopYCigSfg] ******************************************************* ConflictResolverExtendedTest.testRemoveTailMoveTail [H2-branching-ranges-uuids, JVM, Native] ******************************************************* This root: org.eclipse.emf.ecore.impl.ENotificationImpl@3e2ca6a (eventType: REMOVE, position: 4, notifier: Root@_a79uYQkMEe-bzopYCigSfg[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject[TRANSIENT], newValue: null, isTouch: false, wasSet: true) That root: org.eclipse.emf.ecore.impl.ENotificationImpl@30e9a9f1 (eventType: MOVE, position: 0, notifier: Root@_a79uYQkMEe-bzopYCigSfg[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: 4, newValue: BaseObject@_a79uZgkMEe-bzopYCigSfg, isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@482f6a0a (eventType: REMOVE, position: 4, notifier: Root@_a79uYQkMEe-bzopYCigSfg, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject@_a79uZgkMEe-bzopYCigSfg[INVALID], newValue: null, isTouch: false, wasSet: true) This List: BaseObject 0 [_a79uYgkMEe-bzopYCigSfg], BaseObject 1 [_a79uYwkMEe-bzopYCigSfg], BaseObject 2 [_a79uZAkMEe-bzopYCigSfg], BaseObject 3 [_a79uZQkMEe-bzopYCigSfg] That List: BaseObject 0 [_a79uYgkMEe-bzopYCigSfg], BaseObject 1 [_a79uYwkMEe-bzopYCigSfg], BaseObject 2 [_a79uZAkMEe-bzopYCigSfg], BaseObject 3 [_a79uZQkMEe-bzopYCigSfg] ******************************************************* ConflictResolverExtendedTest.testRemoveTailRemoveHead [H2-branching-ranges-uuids, JVM, Native] ******************************************************* This root: org.eclipse.emf.ecore.impl.ENotificationImpl@723b2a57 (eventType: REMOVE, position: 4, notifier: Root@_a8IGcAkMEe-bzopYCigSfg[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject[TRANSIENT], newValue: null, isTouch: false, wasSet: true) That root: org.eclipse.emf.ecore.impl.ENotificationImpl@70642a7c (eventType: REMOVE, position: 0, notifier: Root@_a8IGcAkMEe-bzopYCigSfg[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject[TRANSIENT], newValue: null, isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@1681b551 (eventType: REMOVE, position: 4, notifier: Root@_a8IGcAkMEe-bzopYCigSfg[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject@_a8IGdQkMEe-bzopYCigSfg[INVALID], newValue: null, isTouch: false, wasSet: true) This root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@70a0c27a (eventType: REMOVE, position: 0, notifier: Root@_a8IGcAkMEe-bzopYCigSfg, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject@_a8IGcQkMEe-bzopYCigSfg[INVALID], newValue: null, isTouch: false, wasSet: true) This List: BaseObject 1 [_a8IGcgkMEe-bzopYCigSfg], BaseObject 2 [_a8IGcwkMEe-bzopYCigSfg], BaseObject 3 [_a8IGdAkMEe-bzopYCigSfg] That List: BaseObject 1 [_a8IGcgkMEe-bzopYCigSfg], BaseObject 2 [_a8IGcwkMEe-bzopYCigSfg], BaseObject 3 [_a8IGdAkMEe-bzopYCigSfg] ******************************************************* ConflictResolverExtendedTest.testRemoveTailRemoveTail [H2-branching-ranges-uuids, JVM, Native] ******************************************************* This root: org.eclipse.emf.ecore.impl.ENotificationImpl@4bb992f3 (eventType: REMOVE, position: 4, notifier: Root@_a8TsoQkMEe-bzopYCigSfg[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject[TRANSIENT], newValue: null, isTouch: false, wasSet: true) That root: org.eclipse.emf.ecore.impl.ENotificationImpl@124a2d3f (eventType: REMOVE, position: 4, notifier: Root@_a8TsoQkMEe-bzopYCigSfg[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject[TRANSIENT], newValue: null, isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@7e100407 (eventType: REMOVE, position: 4, notifier: Root@_a8TsoQkMEe-bzopYCigSfg, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: null, newValue: null, isTouch: false, wasSet: true) This List: BaseObject 0 [_a8TsogkMEe-bzopYCigSfg], BaseObject 1 [_a8TsowkMEe-bzopYCigSfg], BaseObject 2 [_a8TspAkMEe-bzopYCigSfg], BaseObject 3 [_a8TspQkMEe-bzopYCigSfg] That List: BaseObject 0 [_a8TsogkMEe-bzopYCigSfg], BaseObject 1 [_a8TsowkMEe-bzopYCigSfg], BaseObject 2 [_a8TspAkMEe-bzopYCigSfg], BaseObject 3 [_a8TspQkMEe-bzopYCigSfg] ******************************************************* ConflictResolverExtendedTest.test_RemoveRemove_MoveRemoveRemoveRemove [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* ConflictResolverTest.testCDOMergingConflictResolver [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* ConflictResolverTest.testMergeLocalChangesPerFeature_Basic [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* ConflictResolverTest.testMergeLocalChangesPerFeature_BasicException [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* ConflictResolverTest.testMergeLocalChangesPerFeature_Bug1 [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* ConflictResolverTest.testMergeLocalChangesPerFeature_Bug2 [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* ConflictResolverTest.testMergeLocalChangesPerFeature_Bug3 [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* ConflictResolverTest.testMerge_ManyValue [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* ContainmentTest.test3Levels [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* ContainmentTest.testBasicContainment [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* ContainmentTest.testContainmentChangeInSameResource [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* ContainmentTest.testModeledBackPointer [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* ContainmentTest.testModeledBackPointer_Transient [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* ContainmentTest.testModeledBackPointer_Transient_Load [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* ContainmentTest.testObjectNotSameResourceThanItsContainerCDO [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* ContainmentTest.testObjectNotSameResourceThanItsContainer_WithoutCDO [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* ContainmentTest.testRemovedContainment [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* ContainmentTest.testSeparateSession [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* ContainmentTest.testSeparateView [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* ContainmentTest.testSetSingleContainment [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* ContainmentTest.testTransientContainment [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* ContainmentTest.testUnsetSingleContainment [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* CrossReferenceTest.testCrossCreferenceBetweenContainerAndContained [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* CrossReferenceTest.testDetachXRef [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* CrossReferenceTest.testDetachXRefExternal [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* CrossReferenceTest.testDetachXRefReattach [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* CrossReferenceTest.testExternalMakeDangling [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* CrossReferenceTest.testExternalMakeNew [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* CrossReferenceTest.testLoadViaContainment [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* CrossReferenceTest.testLoadViaXRef [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* CrossReferenceTest.testNewMakeExternal [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* CrossReferenceTest.testTwoResources [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* DetachTest.testCleanObjectDeletion [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* DetachTest.testDetachEmptyNewResource [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* DetachTest.testDetachEmptyPersistedResource [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* DetachTest.testDetachNewResource [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* DetachTest.testDetachPersistedResource [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* DetachTest.testDetachPersistedResourceWithPersistedData [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* DetachTest.testDetachProxyResource [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* DetachTest.testKeepValue [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* DetachTest.testNewObjectDeletion [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* DetachTest.testSavePointCleanObjectDeletion [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* DetachTest.testSavePointNewObjectDeletion [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* DynamicPackageTest.testDynamicMaps [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* DynamicXSDTest.testDynamicEcore [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* EMFCompareTest.testAllContentsOfCompany [H2-branching-ranges-uuids, JVM, Native] ******************************************************* Match: Left: Company@_bEpwUQkMEe-bzopYCigSfg:0v3 Right: Company@_bEpwUQkMEe-bzopYCigSfg:0v2 Differences: org.eclipse.emf.compare.internal.spec.AttributeChangeSpec{attribute=Address.name,value=Eclipse,kind=CHANGE,source=LEFT,state=UNRESOLVED} Match: Left: Category@_bEpwUgkMEe-bzopYCigSfg:0v1 Right: Category@_bEpwUgkMEe-bzopYCigSfg:0v1 Differences: Match: Left: Category@_bEpwUwkMEe-bzopYCigSfg:0v1 Right: Category@_bEpwUwkMEe-bzopYCigSfg:0v1 Differences: Match: Left: Category@_bEpwVAkMEe-bzopYCigSfg:0v1 Right: Category@_bEpwVAkMEe-bzopYCigSfg:0v1 Differences: Match: Left: Category@_bEpwVQkMEe-bzopYCigSfg:0v1 Right: Category@_bEpwVQkMEe-bzopYCigSfg:0v1 Differences: Match: Left: Category@_bEpwVgkMEe-bzopYCigSfg:0v1 Right: Category@_bEpwVgkMEe-bzopYCigSfg:0v1 Differences: ******************************************************* EMFCompareTest.testAllContentsOfRoot [H2-branching-ranges-uuids, JVM, Native] ******************************************************* Match: Left: CDOResource@_agdeIAkMEe-bzopYCigSfg:0v167("/") Right: CDOResource@_agdeIAkMEe-bzopYCigSfg:0v167("/") Differences: ******************************************************* EMFCompareTest.testChanges [H2-branching-ranges-uuids, JVM, Native] ******************************************************* Match: Left: CDOResource@_agdeIAkMEe-bzopYCigSfg:0v168("/") Right: CDOResource@_agdeIAkMEe-bzopYCigSfg:0v168("/") Differences: Match: Left: CDOResourceFolder@_bFfd0AkMEe-bzopYCigSfg:0v1("EMFCompareTest_testChanges") Right: CDOResourceFolder@_bFfd0AkMEe-bzopYCigSfg:0v1("EMFCompareTest_testChanges") Differences: Match: Left: CDOResource@_bFfd0QkMEe-bzopYCigSfg:0v1("res1") Right: CDOResource@_bFfd0QkMEe-bzopYCigSfg:0v1("res1") Differences: Match: Left: Company@_bFfd0gkMEe-bzopYCigSfg:0v1 Right: Company@_bFfd0gkMEe-bzopYCigSfg:0v1 Differences: UNRESOLVED LEFT ADD org.eclipse.emf.compare.internal.spec.ReferenceChangeSpec{reference=Company.categories,value=Category@45b7fa89 Category2,parentMatch=org.eclipse.emf.cdo.internal.compare.CDOCompareFactoryImpl$CDOMatchSpec{left=Company@5d5ad0b9 Company,right=Company@1ef91f95 Company,origin=,#differences=1,#submatches=2},match of value=org.eclipse.emf.cdo.internal.compare.CDOCompareFactoryImpl$CDOMatchSpec{left=Category@45b7fa89 Category2,right=,origin=,#differences=0,#submatches=0}} Match: Left: Category@_bFfd0wkMEe-bzopYCigSfg:0v1 Right: Category@_bFfd0wkMEe-bzopYCigSfg:0v1 Differences: org.eclipse.emf.compare.internal.spec.AttributeChangeSpec{attribute=Category.name,value=CHANGED,kind=CHANGE,source=LEFT,state=UNRESOLVED} Match: Left: Category@_bFgr8AkMEe-bzopYCigSfg:0v0 Right: null Differences: ******************************************************* EMFCompareTest.testChangesDelete [H2-branching-ranges-uuids, JVM, Native] ******************************************************* Match: Left: CDOResource@_agdeIAkMEe-bzopYCigSfg:0v169("/") Right: CDOResource@_agdeIAkMEe-bzopYCigSfg:0v169("/") Differences: Match: Left: CDOResourceFolder@_bGLaUAkMEe-bzopYCigSfg:0v1("EMFCompareTest_testChangesDelete") Right: CDOResourceFolder@_bGLaUAkMEe-bzopYCigSfg:0v1("EMFCompareTest_testChangesDelete") Differences: Match: Left: CDOResource@_bGLaUQkMEe-bzopYCigSfg:0v1("res1") Right: CDOResource@_bGLaUQkMEe-bzopYCigSfg:0v1("res1") Differences: Match: Left: Company@_bGMBYAkMEe-bzopYCigSfg:0v1 Right: Company@_bGMBYAkMEe-bzopYCigSfg:0v1 Differences: UNRESOLVED LEFT DELETE org.eclipse.emf.compare.internal.spec.ReferenceChangeSpec{reference=Company.categories,value=Category@1d663b00 Category,parentMatch=org.eclipse.emf.cdo.internal.compare.CDOCompareFactoryImpl$CDOMatchSpec{left=Company@a67529a Company,right=Company@28cd3b27 Company,origin=,#differences=1,#submatches=1},match of value=org.eclipse.emf.cdo.internal.compare.CDOCompareFactoryImpl$CDOMatchSpec{left=,right=Category@1d663b00 Category,origin=,#differences=0,#submatches=0}} Match: Left: null Right: Category@_bGMBYQkMEe-bzopYCigSfg:0v1 Differences: ******************************************************* EMFCompareTest.testContainmentProxy [H2-branching-ranges-uuids, JVM, Native] ******************************************************* Match: Left: CDOResource@_agdeIAkMEe-bzopYCigSfg:0v170("/") Right: CDOResource@_agdeIAkMEe-bzopYCigSfg:0v170("/") Differences: Match: Left: CDOResourceFolder@_bGxQMAkMEe-bzopYCigSfg:0v1("EMFCompareTest_testContainmentProxy") Right: CDOResourceFolder@_bGxQMAkMEe-bzopYCigSfg:0v1("EMFCompareTest_testContainmentProxy") Differences: Match: Left: CDOResource@_bGxQMQkMEe-bzopYCigSfg:0v1("res1") Right: CDOResource@_bGxQMQkMEe-bzopYCigSfg:0v1("res1") Differences: Match: Left: Company@_bGx3QQkMEe-bzopYCigSfg:0v1 Right: Company@_bGx3QQkMEe-bzopYCigSfg:0v1 Differences: Match: Left: Category@_bGx3QwkMEe-bzopYCigSfg:0v1 Right: Category@_bGx3QwkMEe-bzopYCigSfg:0v1 Differences: Match: Left: Product1@_bGx3RAkMEe-bzopYCigSfg:0v2 Right: Product1@_bGx3RAkMEe-bzopYCigSfg:0v1 Differences: org.eclipse.emf.compare.internal.spec.AttributeChangeSpec{attribute=Product1.name,value=CHANGED,kind=CHANGE,source=LEFT,state=UNRESOLVED} Match: Left: CDOResource@_bGx3QAkMEe-bzopYCigSfg:0v1("res2") Right: CDOResource@_bGx3QAkMEe-bzopYCigSfg:0v1("res2") Differences: ******************************************************* EMFCompareTest.testContainmentProxyEMF [H2-branching-ranges-uuids, JVM, Native] ******************************************************* Match: Left: org.eclipse.emf.cdo.tests.model1.legacy.impl.CompanyImpl@5d26a1 (name: Eclipse, street: null, city: null) Right: org.eclipse.emf.cdo.tests.model1.legacy.impl.CompanyImpl@398993ad (name: Eclipse, street: null, city: null) Differences: Match: Left: org.eclipse.emf.cdo.tests.model1.legacy.impl.CategoryImpl@328854c3 (name: Category) Right: org.eclipse.emf.cdo.tests.model1.legacy.impl.CategoryImpl@63ec8d15 (name: Category) Differences: Match: Left: org.eclipse.emf.cdo.tests.model1.legacy.impl.Product1Impl@aedc7e7 (name: Product0, vat: vat15, otherVATs: [], description: null) Right: org.eclipse.emf.cdo.tests.model1.legacy.impl.Product1Impl@7f8c29ec (name: ProductB, vat: vat15, otherVATs: [], description: null) Differences: org.eclipse.emf.compare.internal.spec.AttributeChangeSpec{attribute=Product1.name,value=Product0,kind=CHANGE,source=LEFT,state=UNRESOLVED} Match: Left: org.eclipse.emf.cdo.tests.model1.legacy.impl.Product1Impl@fd24492 (name: Product1, vat: vat15, otherVATs: [], description: null) Right: org.eclipse.emf.cdo.tests.model1.legacy.impl.Product1Impl@851e458 (name: Product1, vat: vat15, otherVATs: [], description: null) Differences: Match: Left: org.eclipse.emf.cdo.tests.model1.legacy.impl.Product1Impl@6ce7c84a (name: Product2, vat: vat15, otherVATs: [], description: null) Right: org.eclipse.emf.cdo.tests.model1.legacy.impl.Product1Impl@723a4f73 (name: Product2, vat: vat15, otherVATs: [], description: null) Differences: Match: Left: org.eclipse.emf.cdo.tests.model1.legacy.impl.Product1Impl@6f516372 (name: Product3, vat: vat15, otherVATs: [], description: null) Right: org.eclipse.emf.cdo.tests.model1.legacy.impl.Product1Impl@68a529e4 (name: Product3, vat: vat15, otherVATs: [], description: null) Differences: Match: Left: org.eclipse.emf.cdo.tests.model1.legacy.impl.Product1Impl@3a521922 (name: Product4, vat: vat15, otherVATs: [], description: null) Right: org.eclipse.emf.cdo.tests.model1.legacy.impl.Product1Impl@1ab388cc (name: Product4, vat: vat15, otherVATs: [], description: null) Differences: Match: Left: org.eclipse.emf.cdo.tests.model1.legacy.impl.Product1Impl@7e9d221b (name: Product5, vat: vat15, otherVATs: [], description: null) Right: org.eclipse.emf.cdo.tests.model1.legacy.impl.Product1Impl@3f36de25 (name: Product5, vat: vat15, otherVATs: [], description: null) Differences: Match: Left: org.eclipse.emf.cdo.tests.model1.legacy.impl.Product1Impl@15075be8 (name: Product6, vat: vat15, otherVATs: [], description: null) Right: org.eclipse.emf.cdo.tests.model1.legacy.impl.Product1Impl@13f4446c (name: Product6, vat: vat15, otherVATs: [], description: null) Differences: Match: Left: org.eclipse.emf.cdo.tests.model1.legacy.impl.Product1Impl@46e31f3 (name: Product7, vat: vat15, otherVATs: [], description: null) Right: org.eclipse.emf.cdo.tests.model1.legacy.impl.Product1Impl@da000ad (name: Product7, vat: vat15, otherVATs: [], description: null) Differences: Match: Left: org.eclipse.emf.cdo.tests.model1.legacy.impl.Product1Impl@2257c2ea (name: Product8, vat: vat15, otherVATs: [], description: null) Right: org.eclipse.emf.cdo.tests.model1.legacy.impl.Product1Impl@133135e8 (name: Product8, vat: vat15, otherVATs: [], description: null) Differences: Match: Left: org.eclipse.emf.cdo.tests.model1.legacy.impl.Product1Impl@66a56fd4 (name: Product9, vat: vat15, otherVATs: [], description: null) Right: org.eclipse.emf.cdo.tests.model1.legacy.impl.Product1Impl@6b0dbec5 (name: Product9, vat: vat15, otherVATs: [], description: null) Differences: ******************************************************* EMFCompareTest.testFeatureFilter [H2-branching-ranges-uuids, JVM, Native] ******************************************************* Match: Left: CDOResource@_agdeIAkMEe-bzopYCigSfg:0v171("/") Right: CDOResource@_agdeIAkMEe-bzopYCigSfg:0v171("/") Differences: Match: Left: CDOResourceFolder@_bHtrYAkMEe-bzopYCigSfg:0v1("EMFCompareTest_testFeatureFilter") Right: CDOResourceFolder@_bHtrYAkMEe-bzopYCigSfg:0v1("EMFCompareTest_testFeatureFilter") Differences: Match: Left: CDOResource@_bHtrYQkMEe-bzopYCigSfg:0v1("res1") Right: CDOResource@_bHtrYQkMEe-bzopYCigSfg:0v1("res1") Differences: org.eclipse.emf.compare.internal.spec.AttributeChangeSpec{attribute=CDOResource.resourceSet,value=org.eclipse.emf.ecore.resource.impl.ResourceSetImpl@711a637f resources=[CDOResource@_bHtrYQkMEe-bzopYCigSfg("cdo://repo1/EMFCompareTest_testFeatureFilter/res1")],kind=CHANGE,source=LEFT,state=UNRESOLVED} Match: Left: Company@_bHtrYgkMEe-bzopYCigSfg:0v2 Right: Company@_bHtrYgkMEe-bzopYCigSfg:0v1 Differences: org.eclipse.emf.compare.internal.spec.AttributeChangeSpec{attribute=Address.name,value=Eclipse,kind=CHANGE,source=LEFT,state=UNRESOLVED} ******************************************************* EMFCompareTest.testMinimal [H2-branching-ranges-uuids, JVM, Native] ******************************************************* Match: Left: CDOResource@_agdeIAkMEe-bzopYCigSfg:0v172("/") Right: CDOResource@_agdeIAkMEe-bzopYCigSfg:0v172("/") Differences: Match: Left: CDOResourceFolder@_bIix0AkMEe-bzopYCigSfg:0v1("EMFCompareTest_testMinimal") Right: CDOResourceFolder@_bIix0AkMEe-bzopYCigSfg:0v1("EMFCompareTest_testMinimal") Differences: Match: Left: CDOResource@_bIix0QkMEe-bzopYCigSfg:0v1("res1") Right: CDOResource@_bIix0QkMEe-bzopYCigSfg:0v1("res1") Differences: Match: Left: Company@_bIix0gkMEe-bzopYCigSfg:0v3 Right: Company@_bIix0gkMEe-bzopYCigSfg:0v2 Differences: org.eclipse.emf.compare.internal.spec.AttributeChangeSpec{attribute=Address.name,value=Eclipse,kind=CHANGE,source=LEFT,state=UNRESOLVED} ******************************************************* EMFCompareTest.testNoContainmentProxy [H2-branching-ranges-uuids, JVM, Native] ******************************************************* Match: Left: CDOResource@_agdeIAkMEe-bzopYCigSfg:0v173("/") Right: CDOResource@_agdeIAkMEe-bzopYCigSfg:0v173("/") Differences: Match: Left: CDOResourceFolder@_bJRKkAkMEe-bzopYCigSfg:0v1("EMFCompareTest_testNoContainmentProxy") Right: CDOResourceFolder@_bJRKkAkMEe-bzopYCigSfg:0v1("EMFCompareTest_testNoContainmentProxy") Differences: Match: Left: CDOResource@_bJRKkQkMEe-bzopYCigSfg:0v1("res1") Right: CDOResource@_bJRKkQkMEe-bzopYCigSfg:0v1("res1") Differences: Match: Left: Company@_bJRKkgkMEe-bzopYCigSfg:0v1 Right: Company@_bJRKkgkMEe-bzopYCigSfg:0v1 Differences: Match: Left: Category@_bJRKkwkMEe-bzopYCigSfg:0v1 Right: Category@_bJRKkwkMEe-bzopYCigSfg:0v1 Differences: Match: Left: Product1@_bJRKlAkMEe-bzopYCigSfg:0v2 Right: Product1@_bJRKlAkMEe-bzopYCigSfg:0v1 Differences: org.eclipse.emf.compare.internal.spec.AttributeChangeSpec{attribute=Product1.name,value=EclipseProduct,kind=CHANGE,source=LEFT,state=UNRESOLVED} ******************************************************* EMapTest.testEMap [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* EnumTest.testAttached [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* EnumTest.testAttachedFresh [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* EnumTest.testTransient [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* EnumTest.testTransientFresh [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* ExternalReferenceTest.testExternalWithDynamicEObject [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* ExternalReferenceTest.testExternalWithEClass [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* ExternalReferenceTest.testExternalWithEPackage [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* ExternalReferenceTest.testManyViewsOnOneResourceSet [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo2"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo3, repo1, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* ExternalReferenceTest.testObjectNotAttached [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* ExternalReferenceTest.testOneXMIResourceManyViewsOnOneResourceSet [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* ExternalReferenceTest.testUsingObjectsBetweenSameTransaction [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* ExternalReferenceTest.testWithXML [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* ExternalReferenceTest.testWithXMLAndPrefetching [H2-branching-ranges-uuids, JVM, Native] ******************************************************* PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] ******************************************************* ExternalReferenceTest.testXRefExternalObject [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* IndexReconstructionTest.testAddAfter1 [H2-branching-ranges-uuids, JVM, Native] ******************************************************* _bPnDIQkMEe-bzopYCigSfg: CDOResource.contents=2 3 4 5 _bPnDIgkMEe-bzopYCigSfg: Customer.salesOrders=1 2 3 4 ******************************************************* IndexReconstructionTest.testAddAfter4 [H2-branching-ranges-uuids, JVM, Native] ******************************************************* _bPwNEQkMEe-bzopYCigSfg: CDOResource.contents=5 6 7 8 _bPwNEgkMEe-bzopYCigSfg: Customer.salesOrders=4 5 6 7 ******************************************************* IndexReconstructionTest.testAddBefore1 [H2-branching-ranges-uuids, JVM, Native] ******************************************************* _bP2TsgkMEe-bzopYCigSfg: Customer.salesOrders=3 2 1 0 _bP2TsQkMEe-bzopYCigSfg: CDOResource.contents=2 3 4 5 ******************************************************* IndexReconstructionTest.testAddBefore4 [H2-branching-ranges-uuids, JVM, Native] ******************************************************* _bP8aUQkMEe-bzopYCigSfg: CDOResource.contents=5 6 7 8 _bP8aUgkMEe-bzopYCigSfg: Customer.salesOrders=3 2 1 0 ******************************************************* IndexReconstructionTest.testMoveBackward [H2-branching-ranges-uuids, JVM, Native] ******************************************************* _bQCg8QkMEe-bzopYCigSfg: CDOResource.contents=5 6 7 8 _bQCg8gkMEe-bzopYCigSfg: Customer.salesOrders=2 3 6 7 ******************************************************* IndexReconstructionTest.testMoveBehindEnd [H2-branching-ranges-uuids, JVM, Native] ******************************************************* _bQInkgkMEe-bzopYCigSfg: Customer.salesOrders=2 3 4 5 _bQInkQkMEe-bzopYCigSfg: CDOResource.contents=5 6 7 8 ******************************************************* IndexReconstructionTest.testMoveForward [H2-branching-ranges-uuids, JVM, Native] ******************************************************* _bQOuMQkMEe-bzopYCigSfg: Customer.salesOrders=6 7 2 3 _bQOuMAkMEe-bzopYCigSfg: CDOResource.contents=5 6 7 8 ******************************************************* IndexReconstructionTest.testReAdded [H2-branching-ranges-uuids, JVM, Native] ******************************************************* _bQUNwQkMEe-bzopYCigSfg: CDOResource.contents=5 6 7 8 9 10 11 12 _bQUNwgkMEe-bzopYCigSfg: Customer.salesOrders=2 3 4 5 ******************************************************* IndexReconstructionTest.testRemove1 [H2-branching-ranges-uuids, JVM, Native] ******************************************************* _bQfz8QkMEe-bzopYCigSfg: CDOResource.contents=5 6 7 8 _bQfz8gkMEe-bzopYCigSfg: Customer.salesOrders=3 4 5 6 ******************************************************* IndexReconstructionTest.testRemove4 [H2-branching-ranges-uuids, JVM, Native] ******************************************************* _bQl6kgkMEe-bzopYCigSfg: Customer.salesOrders=0 1 2 3 _bQl6kQkMEe-bzopYCigSfg: CDOResource.contents=5 6 7 8 ******************************************************* IndexReconstructionTest.testRemoveAdded [H2-branching-ranges-uuids, JVM, Native] ******************************************************* _bQtPUQkMEe-bzopYCigSfg: CDOResource.contents=5 6 7 8 _bQt2YAkMEe-bzopYCigSfg: Customer.salesOrders=2 3 ******************************************************* IndexReconstructionTest.testRemoveLastAdded [H2-branching-ranges-uuids, JVM, Native] ******************************************************* _bQz9AQkMEe-bzopYCigSfg: CDOResource.contents=5 6 7 8 ******************************************************* InitialTest.testAttachObject [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* InitialTest.testCommitDirty [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* InitialTest.testCommitDirtyInverseList [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* InitialTest.testCommitNew [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* InitialTest.testCommitNewInverseList [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* InitialTest.testCreateResource [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* InitialTest.testDirectResource [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* InitialTest.testDirectResourceEMF [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* InitialTest.testGetContents [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* InitialTest.testGetResource [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* InitialTest.testLoadObject [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* InitialTest.testLoadObjectInverseList [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* InitialTest.testLoadResource [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* InitialTest.testMultipleInheritence [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* InitialTest.testNullReference [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* InitialTest.testOpenSession [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* InitialTest.testReadObjectClean [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* InitialTest.testReadObjectProxy [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* InitialTest.testReadResourceClean [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* InitialTest.testReadTransientValue [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* InitialTest.testReferenceIntoDifferentResource [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* InitialTest.testResourceAccessor [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* InitialTest.testStartTransaction [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* InitialTest.testTransientObject [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* InitialTest.testTransientResource [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* InitialTest.testWriteClean [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* InvalidationTest.testConflictDifferentSession [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* InvalidationTest.testConflictSameSession [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* InvalidationTest.testDeleteFromOtherBranch [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* InvalidationTest.testDetach [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* InvalidationTest.testDetachAndPassiveUpdate [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* InvalidationTest.testDetachAndPassiveUpdateWithoutRevisionTimestamp [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* InvalidationTest.testDetachedConflictDifferentSession [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* InvalidationTest.testDetachedConflictSameSession [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* InvalidationTest.testInvalidateAndCache [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* InvalidationTest.testPassiveUpdateMode_CHANGES [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* InvalidationTest.testPassiveUpdateOnAndOff [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* InvalidationTest.testRefreshEmptyRepository [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* InvalidationTest.testSeparateSession [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* InvalidationTest.testSeparateSession_PassiveUpdateDisable [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* InvalidationTest.testSeparateView [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* InvalidationTest.testSeparateViewNotification [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* LobTest.testCommitBlob [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* LobTest.testCommitClob [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* LobTest.testReadBlob [H2-branching-ranges-uuids, JVM, Native] *******************************************************
******************************************************* LobTest.testReadClob [H2-branching-ranges-uuids, JVM, Native] *******************************************************
******************************************************* WithSubBranch.testAddReadLockOwner [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* WithSubBranch.testLockStateCache [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* WithSubBranch.testRemoveOwner [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* WithSubBranch.testRemoveReadLockOwner [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* WithSubBranch.testSetWriteLockOwner [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* WithSubBranch.testSetWriteOptionOwner [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* WithSubBranch.testUnsetWriteLockOwner [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* WithSubBranch.testUnsetWriteOptionOwner [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* LockStateCacheTest.testAddReadLockOwner [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* LockStateCacheTest.testLockStateCache [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* LockStateCacheTest.testRemoveOwner [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* LockStateCacheTest.testRemoveReadLockOwner [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* LockStateCacheTest.testSetWriteLockOwner [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* LockStateCacheTest.testSetWriteOptionOwner [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* LockStateCacheTest.testUnsetWriteLockOwner [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* LockStateCacheTest.testUnsetWriteOptionOwner [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartRepositoryTest.testDisableDurableLocking [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartRepositoryTest.testDisableDurableLockingAfterRestart [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartRepositoryTest.testDisableDurableLockingAndReleaseLocks [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartRepositoryTest.testDuplicateOpenView [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartRepositoryTest.testDuplicateOpenViewAfterRestart [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartRepositoryTest.testDurableViewHandler [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartRepositoryTest.testEnableDurableLockingWithNewObject [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartRepositoryTest.testGetDurableLockingID [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartRepositoryTest.testKeepDurableLockingID [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartRepositoryTest.testLockDowngradeAfterEnable [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartRepositoryTest.testLockDowngradeBeforeEnable [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartRepositoryTest.testLockUpgradeAfterEnable [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartRepositoryTest.testLockUpgradeBeforeEnable [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartRepositoryTest.testReadLockAfterEnable [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartRepositoryTest.testReadLockBeforeEnable [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartRepositoryTest.testWriteLockAfterEnable [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartRepositoryTest.testWriteLockBeforeEnable [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartRepositoryTest.testWriteOptionAfterEnable [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartRepositoryTest.testWriteOptionBeforeEnable [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartRepositoryTest.testWrongDurableLockingID [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartRepositoryTest.testWrongReadOnly [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartRepositoryTest.testWrongReadOnlyAfterRestart [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartSessionTest.testDisableDurableLocking [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartSessionTest.testDisableDurableLockingAfterRestart [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartSessionTest.testDisableDurableLockingAndReleaseLocks [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartSessionTest.testDuplicateOpenView [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartSessionTest.testDuplicateOpenViewAfterRestart [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartSessionTest.testDurableViewHandler [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartSessionTest.testEnableDurableLockingWithNewObject [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartSessionTest.testGetDurableLockingID [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartSessionTest.testKeepDurableLockingID [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartSessionTest.testLockDowngradeAfterEnable [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartSessionTest.testLockDowngradeBeforeEnable [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartSessionTest.testLockUpgradeAfterEnable [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartSessionTest.testLockUpgradeBeforeEnable [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartSessionTest.testReadLockAfterEnable [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartSessionTest.testReadLockBeforeEnable [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartSessionTest.testWriteLockAfterEnable [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartSessionTest.testWriteLockBeforeEnable [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartSessionTest.testWriteOptionAfterEnable [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartSessionTest.testWriteOptionBeforeEnable [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartSessionTest.testWrongDurableLockingID [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartSessionTest.testWrongReadOnly [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartSessionTest.testWrongReadOnlyAfterRestart [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartTransactionTest.testDisableDurableLocking [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartTransactionTest.testDisableDurableLockingAfterRestart [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartTransactionTest.testDisableDurableLockingAndReleaseLocks [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartTransactionTest.testDuplicateOpenView [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartTransactionTest.testDuplicateOpenViewAfterRestart [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartTransactionTest.testDurableViewHandler [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartTransactionTest.testEnableDurableLockingWithNewObject [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartTransactionTest.testGetDurableLockingID [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartTransactionTest.testKeepDurableLockingID [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartTransactionTest.testLockDowngradeAfterEnable [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartTransactionTest.testLockDowngradeBeforeEnable [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartTransactionTest.testLockUpgradeAfterEnable [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartTransactionTest.testLockUpgradeBeforeEnable [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartTransactionTest.testReadLockAfterEnable [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartTransactionTest.testReadLockBeforeEnable [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartTransactionTest.testWriteLockAfterEnable [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartTransactionTest.testWriteLockBeforeEnable [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartTransactionTest.testWriteOptionAfterEnable [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartTransactionTest.testWriteOptionBeforeEnable [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartTransactionTest.testWrongDurableLockingID [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartTransactionTest.testWrongReadOnly [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartTransactionTest.testWrongReadOnlyAfterRestart [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* LockingManagerTest.testAcquiredLock [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* LockingManagerTest.testAutoReleaseExplicitLocks [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* LockingManagerTest.testAutoReleaseLockFalse_commit [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* LockingManagerTest.testAutoReleaseLockFalse_rollback [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* LockingManagerTest.testAutoReleaseLocks [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* LockingManagerTest.testAutoReleaseLocksOnUnchangedObject [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* LockingManagerTest.testAutoReleaseReadLockWithLockedByOthers [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* LockingManagerTest.testAutoReleaseWriteLockWithLockedByOthers [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* LockingManagerTest.testBasicUpgradeFromReadToWriteLock [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* LockingManagerTest.testBasicWrongUnlock [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* LockingManagerTest.testBugzilla_270345 [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* LockingManagerTest.testDeleteLockedObject [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* LockingManagerTest.testDetachedObjects [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [ERROR] Object _ca6_sQkMEe-bzopYCigSfg not found in branch Branch[id=0, name=MAIN] (possibly detached) java.lang.IllegalArgumentException: Object _ca6_sQkMEe-bzopYCigSfg not found in branch Branch[id=0, name=MAIN] (possibly detached) at org.eclipse.emf.cdo.internal.server.Repository.checkStaleRevisions(Repository.java:2284) at org.eclipse.emf.cdo.internal.server.Repository.doLock(Repository.java:2344) at org.eclipse.emf.cdo.internal.server.Repository.lock(Repository.java:2317) at org.eclipse.emf.cdo.server.internal.net4j.protocol.LockObjectsIndication.indicating(LockObjectsIndication.java:65) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerIndication.indicating(CDOServerIndication.java:107) at org.eclipse.net4j.signal.IndicationWithResponse.doExtendedInput(IndicationWithResponse.java:94) at org.eclipse.net4j.signal.Signal.doInput(Signal.java:434) at org.eclipse.net4j.signal.IndicationWithResponse.execute(IndicationWithResponse.java:72) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerWriteIndication.execute(CDOServerWriteIndication.java:34) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) ******************************************************* LockingManagerTest.testLockContention [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* LockingManagerTest.testLockContentionRecursive [H2-branching-ranges-uuids, JVM, Native] ******************************************************* CDOLockOwner[82:1] locking Category@_cfIKQgkMEe-bzopYCigSfg CDOLockOwner[82:1] locking Company@_cfIKQQkMEe-bzopYCigSfg CDOLockOwner[82:1] unlocking Category@_cfIKQgkMEe-bzopYCigSfg ******************************************************* LockingManagerTest.testLockDetached [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* LockingManagerTest.testLockOnNewObject [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* LockingManagerTest.testLockRefreshForHeldLock [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* LockingManagerTest.testLockUnlock [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* LockingManagerTest.testReadLockAndCommitFromDifferentTransaction [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* LockingManagerTest.testReadLockAndCommitSameTransaction [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* LockingManagerTest.testReadLockByOthers [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* LockingManagerTest.testReadLockMultiple [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* LockingManagerTest.testReadLockStaleRevision [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* LockingManagerTest.testReadLockedByOthers [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* LockingManagerTest.testReadTimeout [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* LockingManagerTest.testReadUnlockMultiple [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* LockingManagerTest.testRecursiveLock [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* LockingManagerTest.testRefreshLockStates [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* LockingManagerTest.testSessionClose [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* LockingManagerTest.testTransactionClose [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* LockingManagerTest.testTransactionGetLockStates [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* LockingManagerTest.testUnlockAll [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* LockingManagerTest.testViewGetLockStates [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* LockingManagerTest.testWriteLock [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* LockingManagerTest.testWriteLockAndCommitFromDifferentTransaction [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* LockingManagerTest.testWriteLockAndCommitSameTransaction [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* LockingManagerTest.testWriteLockAndRollback [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* LockingManagerTest.testWriteLockByOthers [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* LockingManagerTest.testWriteLockFromDifferenceTransaction [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* LockingManagerTest.testWriteLockMultiple [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* LockingManagerTest.testWriteLockPerformance [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* LockingManagerTest.testWriteLockStaleRevision [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* LockingManagerTest.testWriteLockViaObject [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* LockingManagerTest.testWriteOptions [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* LockingManagerTest.testWriteUnlockMultiple [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* LockingNotificationsTest.testCloseViewDifferentSession [H2-branching-ranges-uuids, JVM, Native] ******************************************************* CDOViewLocksChangedEvent[source=View 1 [MAIN], sender=null, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:17:43.106], deltas=[ADDED_WRITE[_eBpF4QkMEe-bzopYCigSfg:0 + 118:1]]]] CDOViewLocksChangedEvent[source=View 1 [MAIN], sender=null, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:17:43.107], deltas=[REMOVED_WRITE[_eBpF4QkMEe-bzopYCigSfg:0 - 118:1]]]] ******************************************************* LockingNotificationsTest.testCloseViewSameSession [H2-branching-ranges-uuids, JVM, Native] ******************************************************* CDOViewLocksChangedEvent[source=View 2 [MAIN], sender=Transaction 1 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:17:43.116], deltas=[ADDED_WRITE[_eBwaogkMEe-bzopYCigSfg:0 + 120:1]]]] CDOViewLocksChangedEvent[source=View 2 [MAIN], sender=Transaction 1 [closed], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:17:43.114], deltas=[REMOVED_WRITE[_eBwaogkMEe-bzopYCigSfg:0 - 120:1]]]] ******************************************************* LockingNotificationsTest.testDifferentBranchDifferentSession [H2-branching-ranges-uuids, JVM, Native] ******************************************************* CDOViewLocksChangedEvent[source=Transaction 1 [MAIN], sender=Transaction 1 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:17:43.129], deltas=[ADDED_WRITE[_eB4WcQkMEe-bzopYCigSfg:0 + 121:1]]]] CDOViewLocksChangedEvent[source=Transaction 1 [MAIN], sender=Transaction 1 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:17:43.229], deltas=[REMOVED_WRITE[_eB4WcQkMEe-bzopYCigSfg:0 - 121:1]]]] CDOViewLocksChangedEvent[source=Transaction 1 [MAIN], sender=Transaction 1 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:17:43.230], deltas=[ADDED_READ[_eB4WcQkMEe-bzopYCigSfg:0 + 121:1]]]] CDOViewLocksChangedEvent[source=Transaction 1 [MAIN], sender=Transaction 1 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:17:43.230], deltas=[REMOVED_READ[_eB4WcQkMEe-bzopYCigSfg:0 - 121:1]]]] CDOViewLocksChangedEvent[source=Transaction 1 [MAIN], sender=Transaction 1 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:17:43.230], deltas=[ADDED_OPTION[_eB4WcQkMEe-bzopYCigSfg:0 + 121:1]]]] CDOViewLocksChangedEvent[source=Transaction 1 [MAIN], sender=Transaction 1 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:17:43.231], deltas=[REMOVED_OPTION[_eB4WcQkMEe-bzopYCigSfg:0 - 121:1]]]] ******************************************************* LockingNotificationsTest.testDifferentBranchDifferentSession_WithAutoRelease [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* LockingNotificationsTest.testDifferentBranchSameSession [H2-branching-ranges-uuids, JVM, Native] ******************************************************* CDOViewLocksChangedEvent[source=Transaction 2 [MAIN], sender=Transaction 2 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:17:43.864], deltas=[ADDED_WRITE[_eI49YgkMEe-bzopYCigSfg:0 + 125:2]]]] CDOViewLocksChangedEvent[source=Transaction 2 [MAIN], sender=Transaction 2 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:17:43.965], deltas=[REMOVED_WRITE[_eI49YgkMEe-bzopYCigSfg:0 - 125:2]]]] CDOViewLocksChangedEvent[source=Transaction 2 [MAIN], sender=Transaction 2 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:17:43.966], deltas=[ADDED_READ[_eI49YgkMEe-bzopYCigSfg:0 + 125:2]]]] CDOViewLocksChangedEvent[source=Transaction 2 [MAIN], sender=Transaction 2 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:17:43.966], deltas=[REMOVED_READ[_eI49YgkMEe-bzopYCigSfg:0 - 125:2]]]] CDOViewLocksChangedEvent[source=Transaction 2 [MAIN], sender=Transaction 2 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:17:43.966], deltas=[ADDED_OPTION[_eI49YgkMEe-bzopYCigSfg:0 + 125:2]]]] CDOViewLocksChangedEvent[source=Transaction 2 [MAIN], sender=Transaction 2 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:17:43.967], deltas=[REMOVED_OPTION[_eI49YgkMEe-bzopYCigSfg:0 - 125:2]]]] ******************************************************* LockingNotificationsTest.testDifferentBranchSameSession_WithAutoRelease [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* LockingNotificationsTest.testEnableDisableNotifications [H2-branching-ranges-uuids, JVM, Native] ******************************************************* CDOViewLocksChangedEvent[source=Transaction 1 [MAIN], sender=Transaction 1 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:17:44.596], deltas=[ADDED_WRITE[_eP3vIgkMEe-bzopYCigSfg:0 + 127:1]]]] CDOViewLocksChangedEvent[source=Transaction 1 [MAIN], sender=Transaction 1 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:17:44.697], deltas=[REMOVED_WRITE[_eP3vIgkMEe-bzopYCigSfg:0 - 127:1]]]] CDOViewLocksChangedEvent[source=Transaction 1 [MAIN], sender=Transaction 1 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:17:44.697], deltas=[ADDED_READ[_eP3vIgkMEe-bzopYCigSfg:0 + 127:1]]]] CDOViewLocksChangedEvent[source=Transaction 1 [MAIN], sender=Transaction 1 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:17:44.698], deltas=[REMOVED_READ[_eP3vIgkMEe-bzopYCigSfg:0 - 127:1]]]] CDOViewLocksChangedEvent[source=Transaction 1 [MAIN], sender=Transaction 1 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:17:44.698], deltas=[ADDED_OPTION[_eP3vIgkMEe-bzopYCigSfg:0 + 127:1]]]] CDOViewLocksChangedEvent[source=Transaction 1 [MAIN], sender=Transaction 1 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:17:44.698], deltas=[REMOVED_OPTION[_eP3vIgkMEe-bzopYCigSfg:0 - 127:1]]]] CDOViewLocksChangedEvent[source=Transaction 2 [MAIN], sender=Transaction 2 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:17:44.704], deltas=[ADDED_WRITE[_eQ4bwAkMEe-bzopYCigSfg:0 + 127:2]]]] CDOViewLocksChangedEvent[source=View 1 [MAIN], sender=null, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:17:44.704], deltas=[ADDED_WRITE[_eQ4bwAkMEe-bzopYCigSfg:0 + 127:2]]]] CDOViewLocksChangedEvent[source=View 1 [MAIN], sender=null, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:17:44.704], deltas=[ADDED_WRITE[_eQ4bwAkMEe-bzopYCigSfg:0 + 127:2]]]] CDOViewLocksChangedEvent[source=Transaction 2 [MAIN], sender=Transaction 2 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:17:44.704], deltas=[REMOVED_WRITE[_eQ4bwAkMEe-bzopYCigSfg:0 - 127:2]]]] CDOViewLocksChangedEvent[source=View 1 [MAIN], sender=null, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:17:44.704], deltas=[REMOVED_WRITE[_eQ4bwAkMEe-bzopYCigSfg:0 - 127:2]]]] CDOViewLocksChangedEvent[source=View 1 [MAIN], sender=null, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:17:44.704], deltas=[REMOVED_WRITE[_eQ4bwAkMEe-bzopYCigSfg:0 - 127:2]]]] CDOViewLocksChangedEvent[source=View 1 [MAIN], sender=null, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:17:44.705], deltas=[ADDED_READ[_eQ4bwAkMEe-bzopYCigSfg:0 + 127:2]]]] CDOViewLocksChangedEvent[source=Transaction 2 [MAIN], sender=Transaction 2 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:17:44.705], deltas=[ADDED_READ[_eQ4bwAkMEe-bzopYCigSfg:0 + 127:2]]]] CDOViewLocksChangedEvent[source=View 1 [MAIN], sender=null, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:17:44.705], deltas=[ADDED_READ[_eQ4bwAkMEe-bzopYCigSfg:0 + 127:2]]]] CDOViewLocksChangedEvent[source=View 1 [MAIN], sender=null, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:17:44.705], deltas=[REMOVED_READ[_eQ4bwAkMEe-bzopYCigSfg:0 - 127:2]]]] CDOViewLocksChangedEvent[source=Transaction 2 [MAIN], sender=Transaction 2 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:17:44.705], deltas=[REMOVED_READ[_eQ4bwAkMEe-bzopYCigSfg:0 - 127:2]]]] CDOViewLocksChangedEvent[source=View 1 [MAIN], sender=null, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:17:44.705], deltas=[REMOVED_READ[_eQ4bwAkMEe-bzopYCigSfg:0 - 127:2]]]] CDOViewLocksChangedEvent[source=Transaction 2 [MAIN], sender=Transaction 2 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:17:44.706], deltas=[ADDED_OPTION[_eQ4bwAkMEe-bzopYCigSfg:0 + 127:2]]]] CDOViewLocksChangedEvent[source=View 1 [MAIN], sender=null, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:17:44.706], deltas=[ADDED_OPTION[_eQ4bwAkMEe-bzopYCigSfg:0 + 127:2]]]] CDOViewLocksChangedEvent[source=View 1 [MAIN], sender=null, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:17:44.706], deltas=[ADDED_OPTION[_eQ4bwAkMEe-bzopYCigSfg:0 + 127:2]]]] CDOViewLocksChangedEvent[source=View 1 [MAIN], sender=null, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:17:44.707], deltas=[REMOVED_OPTION[_eQ4bwAkMEe-bzopYCigSfg:0 - 127:2]]]] CDOViewLocksChangedEvent[source=Transaction 2 [MAIN], sender=Transaction 2 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:17:44.707], deltas=[REMOVED_OPTION[_eQ4bwAkMEe-bzopYCigSfg:0 - 127:2]]]] CDOViewLocksChangedEvent[source=View 1 [MAIN], sender=null, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:17:44.707], deltas=[REMOVED_OPTION[_eQ4bwAkMEe-bzopYCigSfg:0 - 127:2]]]] CDOViewLocksChangedEvent[source=Transaction 3 [MAIN], sender=Transaction 3 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:17:44.710], deltas=[ADDED_WRITE[_eQ9UQAkMEe-bzopYCigSfg:0 + 127:3]]]] CDOViewLocksChangedEvent[source=Transaction 3 [MAIN], sender=Transaction 3 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:17:44.810], deltas=[REMOVED_WRITE[_eQ9UQAkMEe-bzopYCigSfg:0 - 127:3]]]] CDOViewLocksChangedEvent[source=Transaction 3 [MAIN], sender=Transaction 3 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:17:44.811], deltas=[ADDED_READ[_eQ9UQAkMEe-bzopYCigSfg:0 + 127:3]]]] CDOViewLocksChangedEvent[source=Transaction 3 [MAIN], sender=Transaction 3 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:17:44.811], deltas=[REMOVED_READ[_eQ9UQAkMEe-bzopYCigSfg:0 - 127:3]]]] CDOViewLocksChangedEvent[source=Transaction 3 [MAIN], sender=Transaction 3 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:17:44.811], deltas=[ADDED_OPTION[_eQ9UQAkMEe-bzopYCigSfg:0 + 127:3]]]] CDOViewLocksChangedEvent[source=Transaction 3 [MAIN], sender=Transaction 3 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:17:44.812], deltas=[REMOVED_OPTION[_eQ9UQAkMEe-bzopYCigSfg:0 - 127:3]]]] ******************************************************* LockingNotificationsTest.testEnableDisableNotificationsSameSession [H2-branching-ranges-uuids, JVM, Native] ******************************************************* CDOViewLocksChangedEvent[source=Transaction 2 [MAIN], sender=Transaction 2 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:17:44.823], deltas=[ADDED_WRITE[_eSCSUgkMEe-bzopYCigSfg:0 + 129:2]]]] CDOViewLocksChangedEvent[source=Transaction 2 [MAIN], sender=Transaction 2 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:17:44.924], deltas=[REMOVED_WRITE[_eSCSUgkMEe-bzopYCigSfg:0 - 129:2]]]] CDOViewLocksChangedEvent[source=Transaction 2 [MAIN], sender=Transaction 2 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:17:44.925], deltas=[ADDED_READ[_eSCSUgkMEe-bzopYCigSfg:0 + 129:2]]]] CDOViewLocksChangedEvent[source=Transaction 2 [MAIN], sender=Transaction 2 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:17:44.925], deltas=[REMOVED_READ[_eSCSUgkMEe-bzopYCigSfg:0 - 129:2]]]] CDOViewLocksChangedEvent[source=Transaction 2 [MAIN], sender=Transaction 2 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:17:44.925], deltas=[ADDED_OPTION[_eSCSUgkMEe-bzopYCigSfg:0 + 129:2]]]] CDOViewLocksChangedEvent[source=Transaction 2 [MAIN], sender=Transaction 2 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:17:44.926], deltas=[REMOVED_OPTION[_eSCSUgkMEe-bzopYCigSfg:0 - 129:2]]]] CDOViewLocksChangedEvent[source=Transaction 3 [MAIN], sender=Transaction 3 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:17:44.929], deltas=[ADDED_WRITE[_eTC-8AkMEe-bzopYCigSfg:0 + 129:3]]]] CDOViewLocksChangedEvent[source=View 1 [MAIN], sender=Transaction 3 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:17:44.929], deltas=[ADDED_WRITE[_eTC-8AkMEe-bzopYCigSfg:0 + 129:3]]]] CDOViewLocksChangedEvent[source=View 1 [MAIN], sender=Transaction 3 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:17:44.929], deltas=[ADDED_WRITE[_eTC-8AkMEe-bzopYCigSfg:0 + 129:3]]]] CDOViewLocksChangedEvent[source=Transaction 3 [MAIN], sender=Transaction 3 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:17:44.930], deltas=[REMOVED_WRITE[_eTC-8AkMEe-bzopYCigSfg:0 - 129:3]]]] CDOViewLocksChangedEvent[source=View 1 [MAIN], sender=Transaction 3 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:17:44.930], deltas=[REMOVED_WRITE[_eTC-8AkMEe-bzopYCigSfg:0 - 129:3]]]] CDOViewLocksChangedEvent[source=View 1 [MAIN], sender=Transaction 3 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:17:44.930], deltas=[REMOVED_WRITE[_eTC-8AkMEe-bzopYCigSfg:0 - 129:3]]]] CDOViewLocksChangedEvent[source=Transaction 3 [MAIN], sender=Transaction 3 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:17:44.930], deltas=[ADDED_READ[_eTC-8AkMEe-bzopYCigSfg:0 + 129:3]]]] CDOViewLocksChangedEvent[source=View 1 [MAIN], sender=Transaction 3 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:17:44.930], deltas=[ADDED_READ[_eTC-8AkMEe-bzopYCigSfg:0 + 129:3]]]] CDOViewLocksChangedEvent[source=View 1 [MAIN], sender=Transaction 3 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:17:44.930], deltas=[ADDED_READ[_eTC-8AkMEe-bzopYCigSfg:0 + 129:3]]]] CDOViewLocksChangedEvent[source=Transaction 3 [MAIN], sender=Transaction 3 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:17:44.931], deltas=[REMOVED_READ[_eTC-8AkMEe-bzopYCigSfg:0 - 129:3]]]] CDOViewLocksChangedEvent[source=View 1 [MAIN], sender=Transaction 3 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:17:44.931], deltas=[REMOVED_READ[_eTC-8AkMEe-bzopYCigSfg:0 - 129:3]]]] CDOViewLocksChangedEvent[source=View 1 [MAIN], sender=Transaction 3 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:17:44.931], deltas=[REMOVED_READ[_eTC-8AkMEe-bzopYCigSfg:0 - 129:3]]]] CDOViewLocksChangedEvent[source=View 1 [MAIN], sender=Transaction 3 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:17:44.932], deltas=[ADDED_OPTION[_eTC-8AkMEe-bzopYCigSfg:0 + 129:3]]]] CDOViewLocksChangedEvent[source=Transaction 3 [MAIN], sender=Transaction 3 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:17:44.932], deltas=[ADDED_OPTION[_eTC-8AkMEe-bzopYCigSfg:0 + 129:3]]]] CDOViewLocksChangedEvent[source=View 1 [MAIN], sender=Transaction 3 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:17:44.932], deltas=[ADDED_OPTION[_eTC-8AkMEe-bzopYCigSfg:0 + 129:3]]]] CDOViewLocksChangedEvent[source=Transaction 3 [MAIN], sender=Transaction 3 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:17:44.932], deltas=[REMOVED_OPTION[_eTC-8AkMEe-bzopYCigSfg:0 - 129:3]]]] CDOViewLocksChangedEvent[source=View 1 [MAIN], sender=Transaction 3 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:17:44.932], deltas=[REMOVED_OPTION[_eTC-8AkMEe-bzopYCigSfg:0 - 129:3]]]] CDOViewLocksChangedEvent[source=View 1 [MAIN], sender=Transaction 3 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:17:44.932], deltas=[REMOVED_OPTION[_eTC-8AkMEe-bzopYCigSfg:0 - 129:3]]]] CDOViewLocksChangedEvent[source=Transaction 4 [MAIN], sender=Transaction 4 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:17:44.935], deltas=[ADDED_WRITE[_eTGpUAkMEe-bzopYCigSfg:0 + 129:4]]]] CDOViewLocksChangedEvent[source=Transaction 4 [MAIN], sender=Transaction 4 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:17:45.035], deltas=[REMOVED_WRITE[_eTGpUAkMEe-bzopYCigSfg:0 - 129:4]]]] CDOViewLocksChangedEvent[source=Transaction 4 [MAIN], sender=Transaction 4 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:17:45.036], deltas=[ADDED_READ[_eTGpUAkMEe-bzopYCigSfg:0 + 129:4]]]] CDOViewLocksChangedEvent[source=Transaction 4 [MAIN], sender=Transaction 4 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:17:45.036], deltas=[REMOVED_READ[_eTGpUAkMEe-bzopYCigSfg:0 - 129:4]]]] CDOViewLocksChangedEvent[source=Transaction 4 [MAIN], sender=Transaction 4 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:17:45.036], deltas=[ADDED_OPTION[_eTGpUAkMEe-bzopYCigSfg:0 + 129:4]]]] CDOViewLocksChangedEvent[source=Transaction 4 [MAIN], sender=Transaction 4 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:17:45.037], deltas=[REMOVED_OPTION[_eTGpUAkMEe-bzopYCigSfg:0 - 129:4]]]] ******************************************************* LockingNotificationsTest.testEventForNewObjects [H2-branching-ranges-uuids, JVM, Native] ******************************************************* CDOViewLocksChangedEvent[source=Transaction 1 [MAIN], sender=Transaction 1 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, *], deltas=[ADDED_WRITE[_eULAUgkMEe-bzopYCigSfg:0 + 130:1]]]] CDOViewLocksChangedEvent[source=Transaction 1 [MAIN], sender=Transaction 1 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, *], deltas=[REMOVED_WRITE[_eULAUgkMEe-bzopYCigSfg:0 - 130:1], null]]] ******************************************************* LockingNotificationsTest.testLockStateHeldByDurableView [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* LockingNotificationsTest.testLockStateTransientAndNew [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* LockingNotificationsTest.testSameBranchDifferentSession_WithAutoRelease [H2-branching-ranges-uuids, JVM, Native] ******************************************************* CDOViewLocksChangedEvent[source=View 1 [MAIN], sender=null, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:17:45.078], deltas=[ADDED_READ[_eUd7QAkMEe-bzopYCigSfg:0 + 134:1]]]] Thread[server-thread-282,5,server] at org.eclipse.net4j.util.tests.TestListener2.notifyEvent(TestListener2.java:116) at org.eclipse.net4j.util.event.Notifier.fireEventSafe(Notifier.java:240) at org.eclipse.net4j.util.event.Notifier.fireEvent(Notifier.java:167) at org.eclipse.emf.internal.cdo.view.CDOViewImpl.fireLocksChangedEvent(CDOViewImpl.java:594) at org.eclipse.emf.internal.cdo.view.CDOViewImpl.handleLockNotification(CDOViewImpl.java:585) at org.eclipse.emf.internal.cdo.session.CDOSessionImpl.doHandleLockNotification(CDOSessionImpl.java:1294) at org.eclipse.emf.cdo.tests.AbstractLockingTest$LockingSessionConfiguration$1.doHandleLockNotification(AbstractLockingTest.java:166) at org.eclipse.emf.internal.cdo.session.CDOSessionImpl.handleLockNotification(CDOSessionImpl.java:1258) at org.eclipse.emf.cdo.tests.AbstractLockingTest$LockingSessionConfiguration$1.handleLockNotification(AbstractLockingTest.java:160) at org.eclipse.emf.cdo.internal.net4j.protocol.LockNotificationIndication.indicating(LockNotificationIndication.java:36) at org.eclipse.emf.cdo.internal.net4j.protocol.CDOClientIndication.indicating(CDOClientIndication.java:77) at org.eclipse.net4j.signal.Indication.doExtendedInput(Indication.java:57) at org.eclipse.net4j.signal.Signal.doInput(Signal.java:434) at org.eclipse.net4j.signal.Indication.execute(Indication.java:51) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) CDOViewLocksChangedEvent[source=View 1 [MAIN], sender=null, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:17:45.079], deltas=[REMOVED_READ[_eUd7QAkMEe-bzopYCigSfg:0 - 134:1]]]] Thread[server-thread-269,5,server] at org.eclipse.net4j.util.tests.TestListener2.notifyEvent(TestListener2.java:116) at org.eclipse.net4j.util.event.Notifier.fireEventSafe(Notifier.java:240) at org.eclipse.net4j.util.event.Notifier.fireEvent(Notifier.java:167) at org.eclipse.emf.internal.cdo.view.CDOViewImpl.fireLocksChangedEvent(CDOViewImpl.java:594) at org.eclipse.emf.internal.cdo.view.CDOViewImpl.doInvalidateUnsynced(CDOViewImpl.java:1216) at org.eclipse.emf.internal.cdo.view.CDOViewImpl.doInvalidate(CDOViewImpl.java:1132) at org.eclipse.emf.internal.cdo.view.CDOViewImpl$ViewInvalidation.doRun(CDOViewImpl.java:2907) at org.eclipse.net4j.util.concurrent.RunnableWithName.run(RunnableWithName.java:29) at org.eclipse.net4j.util.concurrent.SerializingExecutor.run(SerializingExecutor.java:82) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) CDOViewLocksChangedEvent[source=View 1 [MAIN], sender=null, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:17:45.080], deltas=[ADDED_WRITE[_eUd7QAkMEe-bzopYCigSfg:0 + 134:1]]]] Thread[server-thread-153,5,server] at org.eclipse.net4j.util.tests.TestListener2.notifyEvent(TestListener2.java:116) at org.eclipse.net4j.util.event.Notifier.fireEventSafe(Notifier.java:240) at org.eclipse.net4j.util.event.Notifier.fireEvent(Notifier.java:167) at org.eclipse.emf.internal.cdo.view.CDOViewImpl.fireLocksChangedEvent(CDOViewImpl.java:594) at org.eclipse.emf.internal.cdo.view.CDOViewImpl.handleLockNotification(CDOViewImpl.java:585) at org.eclipse.emf.internal.cdo.session.CDOSessionImpl.doHandleLockNotification(CDOSessionImpl.java:1294) at org.eclipse.emf.cdo.tests.AbstractLockingTest$LockingSessionConfiguration$1.doHandleLockNotification(AbstractLockingTest.java:166) at org.eclipse.emf.internal.cdo.session.CDOSessionImpl.handleLockNotification(CDOSessionImpl.java:1258) at org.eclipse.emf.cdo.tests.AbstractLockingTest$LockingSessionConfiguration$1.handleLockNotification(AbstractLockingTest.java:160) at org.eclipse.emf.cdo.internal.net4j.protocol.LockNotificationIndication.indicating(LockNotificationIndication.java:36) at org.eclipse.emf.cdo.internal.net4j.protocol.CDOClientIndication.indicating(CDOClientIndication.java:77) at org.eclipse.net4j.signal.Indication.doExtendedInput(Indication.java:57) at org.eclipse.net4j.signal.Signal.doInput(Signal.java:434) at org.eclipse.net4j.signal.Indication.execute(Indication.java:51) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) CDOViewLocksChangedEvent[source=View 1 [MAIN], sender=null, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:17:45.081], deltas=[REMOVED_WRITE[_eUd7QAkMEe-bzopYCigSfg:0 - 134:1]]]] Thread[server-thread-267,5,server] at org.eclipse.net4j.util.tests.TestListener2.notifyEvent(TestListener2.java:116) at org.eclipse.net4j.util.event.Notifier.fireEventSafe(Notifier.java:240) at org.eclipse.net4j.util.event.Notifier.fireEvent(Notifier.java:167) at org.eclipse.emf.internal.cdo.view.CDOViewImpl.fireLocksChangedEvent(CDOViewImpl.java:594) at org.eclipse.emf.internal.cdo.view.CDOViewImpl.doInvalidateUnsynced(CDOViewImpl.java:1216) at org.eclipse.emf.internal.cdo.view.CDOViewImpl.doInvalidate(CDOViewImpl.java:1132) at org.eclipse.emf.internal.cdo.view.CDOViewImpl$ViewInvalidation.doRun(CDOViewImpl.java:2907) at org.eclipse.net4j.util.concurrent.RunnableWithName.run(RunnableWithName.java:29) at org.eclipse.net4j.util.concurrent.SerializingExecutor.run(SerializingExecutor.java:82) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) CDOViewLocksChangedEvent[source=View 1 [MAIN], sender=null, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:17:45.081], deltas=[ADDED_OPTION[_eUd7QAkMEe-bzopYCigSfg:0 + 134:1]]]] Thread[server-thread-242,5,server] at org.eclipse.net4j.util.tests.TestListener2.notifyEvent(TestListener2.java:116) at org.eclipse.net4j.util.event.Notifier.fireEventSafe(Notifier.java:240) at org.eclipse.net4j.util.event.Notifier.fireEvent(Notifier.java:167) at org.eclipse.emf.internal.cdo.view.CDOViewImpl.fireLocksChangedEvent(CDOViewImpl.java:594) at org.eclipse.emf.internal.cdo.view.CDOViewImpl.handleLockNotification(CDOViewImpl.java:585) at org.eclipse.emf.internal.cdo.session.CDOSessionImpl.doHandleLockNotification(CDOSessionImpl.java:1294) at org.eclipse.emf.cdo.tests.AbstractLockingTest$LockingSessionConfiguration$1.doHandleLockNotification(AbstractLockingTest.java:166) at org.eclipse.emf.internal.cdo.session.CDOSessionImpl.handleLockNotification(CDOSessionImpl.java:1258) at org.eclipse.emf.cdo.tests.AbstractLockingTest$LockingSessionConfiguration$1.handleLockNotification(AbstractLockingTest.java:160) at org.eclipse.emf.cdo.internal.net4j.protocol.LockNotificationIndication.indicating(LockNotificationIndication.java:36) at org.eclipse.emf.cdo.internal.net4j.protocol.CDOClientIndication.indicating(CDOClientIndication.java:77) at org.eclipse.net4j.signal.Indication.doExtendedInput(Indication.java:57) at org.eclipse.net4j.signal.Signal.doInput(Signal.java:434) at org.eclipse.net4j.signal.Indication.execute(Indication.java:51) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) CDOViewLocksChangedEvent[source=View 1 [MAIN], sender=null, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:17:45.082], deltas=[REMOVED_OPTION[_eUd7QAkMEe-bzopYCigSfg:0 - 134:1]]]] Thread[server-thread-254,5,server] at org.eclipse.net4j.util.tests.TestListener2.notifyEvent(TestListener2.java:116) at org.eclipse.net4j.util.event.Notifier.fireEventSafe(Notifier.java:240) at org.eclipse.net4j.util.event.Notifier.fireEvent(Notifier.java:167) at org.eclipse.emf.internal.cdo.view.CDOViewImpl.fireLocksChangedEvent(CDOViewImpl.java:594) at org.eclipse.emf.internal.cdo.view.CDOViewImpl.doInvalidateUnsynced(CDOViewImpl.java:1216) at org.eclipse.emf.internal.cdo.view.CDOViewImpl.doInvalidate(CDOViewImpl.java:1132) at org.eclipse.emf.internal.cdo.view.CDOViewImpl$ViewInvalidation.doRun(CDOViewImpl.java:2907) at org.eclipse.net4j.util.concurrent.RunnableWithName.run(RunnableWithName.java:29) at org.eclipse.net4j.util.concurrent.SerializingExecutor.run(SerializingExecutor.java:82) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) ******************************************************* LockingNotificationsTest.testSameBranchDifferentSession_WithoutAutoRelease [H2-branching-ranges-uuids, JVM, Native] ******************************************************* CDOViewLocksChangedEvent[source=Transaction 1 [MAIN], sender=Transaction 1 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:17:45.095], deltas=[ADDED_WRITE[_eUnFMgkMEe-bzopYCigSfg:0 + 136:1]]]] CDOViewLocksChangedEvent[source=View 1 [MAIN], sender=null, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:17:45.095], deltas=[ADDED_WRITE[_eUnFMgkMEe-bzopYCigSfg:0 + 136:1]]]] CDOViewLocksChangedEvent[source=View 1 [MAIN], sender=null, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:17:45.096], deltas=[REMOVED_WRITE[_eUnFMgkMEe-bzopYCigSfg:0 - 136:1]]]] CDOViewLocksChangedEvent[source=Transaction 1 [MAIN], sender=Transaction 1 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:17:45.096], deltas=[REMOVED_WRITE[_eUnFMgkMEe-bzopYCigSfg:0 - 136:1]]]] CDOViewLocksChangedEvent[source=View 1 [MAIN], sender=null, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:17:45.096], deltas=[ADDED_READ[_eUnFMgkMEe-bzopYCigSfg:0 + 136:1]]]] CDOViewLocksChangedEvent[source=Transaction 1 [MAIN], sender=Transaction 1 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:17:45.096], deltas=[ADDED_READ[_eUnFMgkMEe-bzopYCigSfg:0 + 136:1]]]] CDOViewLocksChangedEvent[source=Transaction 1 [MAIN], sender=Transaction 1 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:17:45.096], deltas=[REMOVED_READ[_eUnFMgkMEe-bzopYCigSfg:0 - 136:1]]]] CDOViewLocksChangedEvent[source=View 1 [MAIN], sender=null, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:17:45.096], deltas=[REMOVED_READ[_eUnFMgkMEe-bzopYCigSfg:0 - 136:1]]]] CDOViewLocksChangedEvent[source=View 1 [MAIN], sender=null, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:17:45.097], deltas=[ADDED_OPTION[_eUnFMgkMEe-bzopYCigSfg:0 + 136:1]]]] CDOViewLocksChangedEvent[source=Transaction 1 [MAIN], sender=Transaction 1 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:17:45.097], deltas=[ADDED_OPTION[_eUnFMgkMEe-bzopYCigSfg:0 + 136:1]]]] CDOViewLocksChangedEvent[source=View 1 [MAIN], sender=null, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:17:45.097], deltas=[REMOVED_OPTION[_eUnFMgkMEe-bzopYCigSfg:0 - 136:1]]]] CDOViewLocksChangedEvent[source=Transaction 1 [MAIN], sender=Transaction 1 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:17:45.097], deltas=[REMOVED_OPTION[_eUnFMgkMEe-bzopYCigSfg:0 - 136:1]]]] ******************************************************* LockingNotificationsTest.testSameBranchSameSession_WithAutoRelease [H2-branching-ranges-uuids, JVM, Native] ******************************************************* CDOViewLocksChangedEvent[source=View 1 [MAIN], sender=Transaction 2 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:17:45.108], deltas=[ADDED_READ[_eUwPIQkMEe-bzopYCigSfg:0 + 138:2]]]] Thread[server-thread-282,5,server] at org.eclipse.net4j.util.tests.TestListener2.notifyEvent(TestListener2.java:116) at org.eclipse.net4j.util.event.Notifier.fireEventSafe(Notifier.java:240) at org.eclipse.net4j.util.event.Notifier.fireEvent(Notifier.java:167) at org.eclipse.emf.internal.cdo.view.CDOViewImpl.fireLocksChangedEvent(CDOViewImpl.java:594) at org.eclipse.emf.internal.cdo.view.CDOViewImpl.handleLockNotification(CDOViewImpl.java:585) at org.eclipse.emf.internal.cdo.session.CDOSessionImpl.doHandleLockNotification(CDOSessionImpl.java:1294) at org.eclipse.emf.cdo.tests.AbstractLockingTest$LockingSessionConfiguration$1.doHandleLockNotification(AbstractLockingTest.java:166) at org.eclipse.emf.internal.cdo.session.CDOSessionImpl.lambda$3(CDOSessionImpl.java:1254) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) CDOViewLocksChangedEvent[source=View 1 [MAIN], sender=null, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:17:45.108], deltas=[REMOVED_READ[_eUwPIQkMEe-bzopYCigSfg:0 - 138:2]]]] Thread[server-thread-261,5,server] at org.eclipse.net4j.util.tests.TestListener2.notifyEvent(TestListener2.java:116) at org.eclipse.net4j.util.event.Notifier.fireEventSafe(Notifier.java:240) at org.eclipse.net4j.util.event.Notifier.fireEvent(Notifier.java:167) at org.eclipse.emf.internal.cdo.view.CDOViewImpl.fireLocksChangedEvent(CDOViewImpl.java:594) at org.eclipse.emf.internal.cdo.view.CDOViewImpl.doInvalidateUnsynced(CDOViewImpl.java:1216) at org.eclipse.emf.internal.cdo.view.CDOViewImpl.doInvalidate(CDOViewImpl.java:1132) at org.eclipse.emf.internal.cdo.view.CDOViewImpl$ViewInvalidation.doRun(CDOViewImpl.java:2907) at org.eclipse.net4j.util.concurrent.RunnableWithName.run(RunnableWithName.java:29) at org.eclipse.net4j.util.concurrent.SerializingExecutor.run(SerializingExecutor.java:82) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) CDOViewLocksChangedEvent[source=View 1 [MAIN], sender=Transaction 2 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:17:45.109], deltas=[ADDED_WRITE[_eUwPIQkMEe-bzopYCigSfg:0 + 138:2]]]] Thread[server-thread-83,5,server] at org.eclipse.net4j.util.tests.TestListener2.notifyEvent(TestListener2.java:116) at org.eclipse.net4j.util.event.Notifier.fireEventSafe(Notifier.java:240) at org.eclipse.net4j.util.event.Notifier.fireEvent(Notifier.java:167) at org.eclipse.emf.internal.cdo.view.CDOViewImpl.fireLocksChangedEvent(CDOViewImpl.java:594) at org.eclipse.emf.internal.cdo.view.CDOViewImpl.handleLockNotification(CDOViewImpl.java:585) at org.eclipse.emf.internal.cdo.session.CDOSessionImpl.doHandleLockNotification(CDOSessionImpl.java:1294) at org.eclipse.emf.cdo.tests.AbstractLockingTest$LockingSessionConfiguration$1.doHandleLockNotification(AbstractLockingTest.java:166) at org.eclipse.emf.internal.cdo.session.CDOSessionImpl.lambda$3(CDOSessionImpl.java:1254) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) CDOViewLocksChangedEvent[source=View 1 [MAIN], sender=null, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:17:45.110], deltas=[REMOVED_WRITE[_eUwPIQkMEe-bzopYCigSfg:0 - 138:2]]]] Thread[server-thread-279,5,server] at org.eclipse.net4j.util.tests.TestListener2.notifyEvent(TestListener2.java:116) at org.eclipse.net4j.util.event.Notifier.fireEventSafe(Notifier.java:240) at org.eclipse.net4j.util.event.Notifier.fireEvent(Notifier.java:167) at org.eclipse.emf.internal.cdo.view.CDOViewImpl.fireLocksChangedEvent(CDOViewImpl.java:594) at org.eclipse.emf.internal.cdo.view.CDOViewImpl.doInvalidateUnsynced(CDOViewImpl.java:1216) at org.eclipse.emf.internal.cdo.view.CDOViewImpl.doInvalidate(CDOViewImpl.java:1132) at org.eclipse.emf.internal.cdo.view.CDOViewImpl$ViewInvalidation.doRun(CDOViewImpl.java:2907) at org.eclipse.net4j.util.concurrent.RunnableWithName.run(RunnableWithName.java:29) at org.eclipse.net4j.util.concurrent.SerializingExecutor.run(SerializingExecutor.java:82) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) CDOViewLocksChangedEvent[source=View 1 [MAIN], sender=Transaction 2 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:17:45.111], deltas=[ADDED_OPTION[_eUwPIQkMEe-bzopYCigSfg:0 + 138:2]]]] Thread[server-thread-267,5,server] at org.eclipse.net4j.util.tests.TestListener2.notifyEvent(TestListener2.java:116) at org.eclipse.net4j.util.event.Notifier.fireEventSafe(Notifier.java:240) at org.eclipse.net4j.util.event.Notifier.fireEvent(Notifier.java:167) at org.eclipse.emf.internal.cdo.view.CDOViewImpl.fireLocksChangedEvent(CDOViewImpl.java:594) at org.eclipse.emf.internal.cdo.view.CDOViewImpl.handleLockNotification(CDOViewImpl.java:585) at org.eclipse.emf.internal.cdo.session.CDOSessionImpl.doHandleLockNotification(CDOSessionImpl.java:1294) at org.eclipse.emf.cdo.tests.AbstractLockingTest$LockingSessionConfiguration$1.doHandleLockNotification(AbstractLockingTest.java:166) at org.eclipse.emf.internal.cdo.session.CDOSessionImpl.lambda$3(CDOSessionImpl.java:1254) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) CDOViewLocksChangedEvent[source=View 1 [MAIN], sender=null, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:17:45.111], deltas=[REMOVED_OPTION[_eUwPIQkMEe-bzopYCigSfg:0 - 138:2]]]] Thread[server-thread-242,5,server] at org.eclipse.net4j.util.tests.TestListener2.notifyEvent(TestListener2.java:116) at org.eclipse.net4j.util.event.Notifier.fireEventSafe(Notifier.java:240) at org.eclipse.net4j.util.event.Notifier.fireEvent(Notifier.java:167) at org.eclipse.emf.internal.cdo.view.CDOViewImpl.fireLocksChangedEvent(CDOViewImpl.java:594) at org.eclipse.emf.internal.cdo.view.CDOViewImpl.doInvalidateUnsynced(CDOViewImpl.java:1216) at org.eclipse.emf.internal.cdo.view.CDOViewImpl.doInvalidate(CDOViewImpl.java:1132) at org.eclipse.emf.internal.cdo.view.CDOViewImpl$ViewInvalidation.doRun(CDOViewImpl.java:2907) at org.eclipse.net4j.util.concurrent.RunnableWithName.run(RunnableWithName.java:29) at org.eclipse.net4j.util.concurrent.SerializingExecutor.run(SerializingExecutor.java:82) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) ******************************************************* LockingNotificationsTest.testSameBranchSameSession_WithoutAutoRelease [H2-branching-ranges-uuids, JVM, Native] ******************************************************* CDOViewLocksChangedEvent[source=Transaction 2 [MAIN], sender=Transaction 2 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:17:45.123], deltas=[ADDED_WRITE[_eU4yAgkMEe-bzopYCigSfg:0 + 139:2]]]] CDOViewLocksChangedEvent[source=View 1 [MAIN], sender=Transaction 2 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:17:45.123], deltas=[ADDED_WRITE[_eU4yAgkMEe-bzopYCigSfg:0 + 139:2]]]] CDOViewLocksChangedEvent[source=Transaction 2 [MAIN], sender=Transaction 2 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:17:45.123], deltas=[REMOVED_WRITE[_eU4yAgkMEe-bzopYCigSfg:0 - 139:2]]]] CDOViewLocksChangedEvent[source=View 1 [MAIN], sender=Transaction 2 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:17:45.123], deltas=[REMOVED_WRITE[_eU4yAgkMEe-bzopYCigSfg:0 - 139:2]]]] CDOViewLocksChangedEvent[source=Transaction 2 [MAIN], sender=Transaction 2 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:17:45.124], deltas=[ADDED_READ[_eU4yAgkMEe-bzopYCigSfg:0 + 139:2]]]] CDOViewLocksChangedEvent[source=View 1 [MAIN], sender=Transaction 2 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:17:45.124], deltas=[ADDED_READ[_eU4yAgkMEe-bzopYCigSfg:0 + 139:2]]]] CDOViewLocksChangedEvent[source=Transaction 2 [MAIN], sender=Transaction 2 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:17:45.124], deltas=[REMOVED_READ[_eU4yAgkMEe-bzopYCigSfg:0 - 139:2]]]] CDOViewLocksChangedEvent[source=View 1 [MAIN], sender=Transaction 2 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:17:45.124], deltas=[REMOVED_READ[_eU4yAgkMEe-bzopYCigSfg:0 - 139:2]]]] CDOViewLocksChangedEvent[source=Transaction 2 [MAIN], sender=Transaction 2 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:17:45.124], deltas=[ADDED_OPTION[_eU4yAgkMEe-bzopYCigSfg:0 + 139:2]]]] CDOViewLocksChangedEvent[source=View 1 [MAIN], sender=Transaction 2 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:17:45.124], deltas=[ADDED_OPTION[_eU4yAgkMEe-bzopYCigSfg:0 + 139:2]]]] CDOViewLocksChangedEvent[source=Transaction 2 [MAIN], sender=Transaction 2 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:17:45.125], deltas=[REMOVED_OPTION[_eU4yAgkMEe-bzopYCigSfg:0 - 139:2]]]] CDOViewLocksChangedEvent[source=View 1 [MAIN], sender=Transaction 2 [MAIN], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:17:45.125], deltas=[REMOVED_OPTION[_eU4yAgkMEe-bzopYCigSfg:0 - 139:2]]]] ******************************************************* LockingSequenceTest.testSafeCounter [H2-branching-ranges-uuids, JVM, Native] ******************************************************* CDOLockOwner[140:2]: Allocated 0 CDOLockOwner[140:2]: Committed CDOLockOwner[140:3]: Allocated 1 CDOLockOwner[140:3]: Committed CDOLockOwner[140:4]: Allocated 2 CDOLockOwner[140:4]: Committed CDOLockOwner[140:5]: Allocated 3 CDOLockOwner[140:5]: Committed CDOLockOwner[140:6]: Allocated 4 CDOLockOwner[140:6]: Committed CDOLockOwner[140:7]: Allocated 5 CDOLockOwner[140:7]: Committed CDOLockOwner[140:8]: Allocated 6 CDOLockOwner[140:8]: Committed CDOLockOwner[140:9]: Allocated 7 CDOLockOwner[140:9]: Committed CDOLockOwner[140:10]: Allocated 8 CDOLockOwner[140:10]: Committed CDOLockOwner[140:11]: Allocated 9 CDOLockOwner[140:11]: Committed CDOLockOwner[140:2]: Allocated 10 CDOLockOwner[140:2]: Committed CDOLockOwner[140:3]: Allocated 11 CDOLockOwner[140:3]: Committed CDOLockOwner[140:4]: Allocated 12 CDOLockOwner[140:4]: Committed CDOLockOwner[140:5]: Allocated 13 CDOLockOwner[140:5]: Committed CDOLockOwner[140:6]: Allocated 14 CDOLockOwner[140:6]: Committed CDOLockOwner[140:7]: Allocated 15 CDOLockOwner[140:7]: Committed CDOLockOwner[140:8]: Allocated 16 CDOLockOwner[140:8]: Committed CDOLockOwner[140:9]: Allocated 17 CDOLockOwner[140:9]: Committed CDOLockOwner[140:10]: Allocated 18 CDOLockOwner[140:10]: Committed CDOLockOwner[140:11]: Allocated 19 CDOLockOwner[140:11]: Committed CDOLockOwner[140:2]: Allocated 20 CDOLockOwner[140:2]: Committed CDOLockOwner[140:3]: Allocated 21 CDOLockOwner[140:3]: Committed CDOLockOwner[140:4]: Allocated 22 CDOLockOwner[140:4]: Committed CDOLockOwner[140:5]: Allocated 23 CDOLockOwner[140:5]: Committed CDOLockOwner[140:6]: Allocated 24 CDOLockOwner[140:7]: Allocated 25 CDOLockOwner[140:6]: Committed CDOLockOwner[140:7]: Committed CDOLockOwner[140:8]: Allocated 26 CDOLockOwner[140:8]: Committed CDOLockOwner[140:9]: Allocated 27 CDOLockOwner[140:10]: Allocated 28 CDOLockOwner[140:9]: Committed CDOLockOwner[140:11]: Allocated 29 CDOLockOwner[140:10]: Committed CDOLockOwner[140:11]: Committed CDOLockOwner[140:2]: Allocated 30 CDOLockOwner[140:2]: Committed CDOLockOwner[140:3]: Allocated 31 CDOLockOwner[140:3]: Committed CDOLockOwner[140:4]: Allocated 32 CDOLockOwner[140:5]: Allocated 33 CDOLockOwner[140:4]: Committed CDOLockOwner[140:5]: Committed CDOLockOwner[140:6]: Allocated 34 CDOLockOwner[140:6]: Committed CDOLockOwner[140:7]: Allocated 35 CDOLockOwner[140:7]: Committed CDOLockOwner[140:8]: Allocated 36 CDOLockOwner[140:8]: Committed CDOLockOwner[140:9]: Allocated 37 CDOLockOwner[140:9]: Committed CDOLockOwner[140:10]: Allocated 38 CDOLockOwner[140:10]: Committed CDOLockOwner[140:11]: Allocated 39 CDOLockOwner[140:2]: Allocated 40 CDOLockOwner[140:11]: Committed CDOLockOwner[140:2]: Committed CDOLockOwner[140:3]: Allocated 41 CDOLockOwner[140:3]: Committed CDOLockOwner[140:4]: Allocated 42 CDOLockOwner[140:4]: Committed CDOLockOwner[140:5]: Allocated 43 CDOLockOwner[140:5]: Committed CDOLockOwner[140:6]: Allocated 44 CDOLockOwner[140:7]: Allocated 45 CDOLockOwner[140:6]: Committed CDOLockOwner[140:7]: Committed CDOLockOwner[140:8]: Allocated 46 CDOLockOwner[140:8]: Committed CDOLockOwner[140:9]: Allocated 47 CDOLockOwner[140:9]: Committed CDOLockOwner[140:10]: Allocated 48 CDOLockOwner[140:10]: Committed CDOLockOwner[140:11]: Allocated 49 CDOLockOwner[140:11]: Committed CDOLockOwner[140:2]: Allocated 50 CDOLockOwner[140:2]: Committed CDOLockOwner[140:3]: Allocated 51 CDOLockOwner[140:3]: Committed CDOLockOwner[140:4]: Allocated 52 CDOLockOwner[140:4]: Committed CDOLockOwner[140:5]: Allocated 53 CDOLockOwner[140:5]: Committed CDOLockOwner[140:6]: Allocated 54 CDOLockOwner[140:7]: Allocated 55 CDOLockOwner[140:6]: Committed CDOLockOwner[140:7]: Committed CDOLockOwner[140:8]: Allocated 56 CDOLockOwner[140:8]: Committed CDOLockOwner[140:9]: Allocated 57 CDOLockOwner[140:9]: Committed CDOLockOwner[140:10]: Allocated 58 CDOLockOwner[140:10]: Committed CDOLockOwner[140:11]: Allocated 59 CDOLockOwner[140:11]: Committed CDOLockOwner[140:2]: Allocated 60 CDOLockOwner[140:2]: Committed CDOLockOwner[140:3]: Allocated 61 CDOLockOwner[140:3]: Committed CDOLockOwner[140:4]: Allocated 62 CDOLockOwner[140:4]: Committed CDOLockOwner[140:5]: Allocated 63 CDOLockOwner[140:5]: Committed CDOLockOwner[140:6]: Allocated 64 CDOLockOwner[140:6]: Committed CDOLockOwner[140:7]: Allocated 65 CDOLockOwner[140:7]: Committed CDOLockOwner[140:8]: Allocated 66 CDOLockOwner[140:8]: Committed CDOLockOwner[140:9]: Allocated 67 CDOLockOwner[140:9]: Committed CDOLockOwner[140:10]: Allocated 68 CDOLockOwner[140:10]: Committed CDOLockOwner[140:11]: Allocated 69 CDOLockOwner[140:11]: Committed CDOLockOwner[140:2]: Allocated 70 CDOLockOwner[140:2]: Committed CDOLockOwner[140:3]: Allocated 71 CDOLockOwner[140:3]: Committed CDOLockOwner[140:4]: Allocated 72 CDOLockOwner[140:4]: Committed CDOLockOwner[140:5]: Allocated 73 CDOLockOwner[140:5]: Committed CDOLockOwner[140:6]: Allocated 74 CDOLockOwner[140:6]: Committed CDOLockOwner[140:7]: Allocated 75 CDOLockOwner[140:7]: Committed CDOLockOwner[140:8]: Allocated 76 CDOLockOwner[140:8]: Committed CDOLockOwner[140:9]: Allocated 77 CDOLockOwner[140:9]: Committed CDOLockOwner[140:10]: Allocated 78 CDOLockOwner[140:10]: Committed CDOLockOwner[140:11]: Allocated 79 CDOLockOwner[140:11]: Committed CDOLockOwner[140:2]: Allocated 80 CDOLockOwner[140:2]: Committed CDOLockOwner[140:3]: Allocated 81 CDOLockOwner[140:3]: Committed CDOLockOwner[140:4]: Allocated 82 CDOLockOwner[140:4]: Committed CDOLockOwner[140:5]: Allocated 83 CDOLockOwner[140:5]: Committed CDOLockOwner[140:6]: Allocated 84 CDOLockOwner[140:6]: Committed CDOLockOwner[140:7]: Allocated 85 CDOLockOwner[140:7]: Committed CDOLockOwner[140:8]: Allocated 86 CDOLockOwner[140:8]: Committed CDOLockOwner[140:9]: Allocated 87 CDOLockOwner[140:9]: Committed CDOLockOwner[140:10]: Allocated 88 CDOLockOwner[140:10]: Committed CDOLockOwner[140:11]: Allocated 89 CDOLockOwner[140:11]: Committed CDOLockOwner[140:2]: Allocated 90 CDOLockOwner[140:2]: Committed CDOLockOwner[140:3]: Allocated 91 CDOLockOwner[140:3]: Committed CDOLockOwner[140:4]: Allocated 92 CDOLockOwner[140:4]: Committed CDOLockOwner[140:5]: Allocated 93 CDOLockOwner[140:5]: Committed CDOLockOwner[140:6]: Allocated 94 CDOLockOwner[140:6]: Committed CDOLockOwner[140:7]: Allocated 95 CDOLockOwner[140:8]: Allocated 96 CDOLockOwner[140:7]: Committed CDOLockOwner[140:8]: Committed CDOLockOwner[140:9]: Allocated 97 CDOLockOwner[140:9]: Committed CDOLockOwner[140:10]: Allocated 98 CDOLockOwner[140:10]: Committed CDOLockOwner[140:11]: Allocated 99 CDOLockOwner[140:11]: Committed CDOLockOwner[140:2]: Allocated 100 CDOLockOwner[140:2]: Committed CDOLockOwner[140:3]: Allocated 101 CDOLockOwner[140:3]: Committed CDOLockOwner[140:4]: Allocated 102 CDOLockOwner[140:4]: Committed CDOLockOwner[140:5]: Allocated 103 CDOLockOwner[140:5]: Committed CDOLockOwner[140:6]: Allocated 104 CDOLockOwner[140:6]: Committed CDOLockOwner[140:7]: Allocated 105 CDOLockOwner[140:7]: Committed CDOLockOwner[140:8]: Allocated 106 CDOLockOwner[140:8]: Committed CDOLockOwner[140:9]: Allocated 107 CDOLockOwner[140:9]: Committed CDOLockOwner[140:10]: Allocated 108 CDOLockOwner[140:10]: Committed CDOLockOwner[140:11]: Allocated 109 CDOLockOwner[140:11]: Committed CDOLockOwner[140:2]: Allocated 110 CDOLockOwner[140:2]: Committed CDOLockOwner[140:3]: Allocated 111 CDOLockOwner[140:3]: Committed CDOLockOwner[140:4]: Allocated 112 CDOLockOwner[140:4]: Committed CDOLockOwner[140:5]: Allocated 113 CDOLockOwner[140:5]: Committed CDOLockOwner[140:6]: Allocated 114 CDOLockOwner[140:6]: Committed CDOLockOwner[140:7]: Allocated 115 CDOLockOwner[140:7]: Committed CDOLockOwner[140:8]: Allocated 116 CDOLockOwner[140:8]: Committed CDOLockOwner[140:9]: Allocated 117 CDOLockOwner[140:9]: Committed CDOLockOwner[140:10]: Allocated 118 CDOLockOwner[140:10]: Committed CDOLockOwner[140:11]: Allocated 119 CDOLockOwner[140:11]: Committed CDOLockOwner[140:2]: Allocated 120 CDOLockOwner[140:2]: Committed CDOLockOwner[140:3]: Allocated 121 CDOLockOwner[140:3]: Committed CDOLockOwner[140:4]: Allocated 122 CDOLockOwner[140:4]: Committed CDOLockOwner[140:5]: Allocated 123 CDOLockOwner[140:5]: Committed CDOLockOwner[140:6]: Allocated 124 CDOLockOwner[140:6]: Committed CDOLockOwner[140:7]: Allocated 125 CDOLockOwner[140:7]: Committed CDOLockOwner[140:8]: Allocated 126 CDOLockOwner[140:8]: Committed CDOLockOwner[140:9]: Allocated 127 CDOLockOwner[140:9]: Committed CDOLockOwner[140:10]: Allocated 128 CDOLockOwner[140:10]: Committed CDOLockOwner[140:11]: Allocated 129 CDOLockOwner[140:11]: Committed CDOLockOwner[140:2]: Allocated 130 CDOLockOwner[140:2]: Committed CDOLockOwner[140:3]: Allocated 131 CDOLockOwner[140:3]: Committed CDOLockOwner[140:4]: Allocated 132 CDOLockOwner[140:4]: Committed CDOLockOwner[140:5]: Allocated 133 CDOLockOwner[140:5]: Committed CDOLockOwner[140:6]: Allocated 134 CDOLockOwner[140:6]: Committed CDOLockOwner[140:7]: Allocated 135 CDOLockOwner[140:7]: Committed CDOLockOwner[140:8]: Allocated 136 CDOLockOwner[140:8]: Committed CDOLockOwner[140:9]: Allocated 137 CDOLockOwner[140:9]: Committed CDOLockOwner[140:10]: Allocated 138 CDOLockOwner[140:10]: Committed CDOLockOwner[140:11]: Allocated 139 CDOLockOwner[140:11]: Committed CDOLockOwner[140:2]: Allocated 140 CDOLockOwner[140:2]: Committed CDOLockOwner[140:3]: Allocated 141 CDOLockOwner[140:3]: Committed CDOLockOwner[140:4]: Allocated 142 CDOLockOwner[140:4]: Committed CDOLockOwner[140:5]: Allocated 143 CDOLockOwner[140:5]: Committed CDOLockOwner[140:6]: Allocated 144 CDOLockOwner[140:6]: Committed CDOLockOwner[140:7]: Allocated 145 CDOLockOwner[140:7]: Committed CDOLockOwner[140:8]: Allocated 146 CDOLockOwner[140:9]: Allocated 147 CDOLockOwner[140:8]: Committed CDOLockOwner[140:9]: Committed CDOLockOwner[140:10]: Allocated 148 CDOLockOwner[140:10]: Committed CDOLockOwner[140:11]: Allocated 149 CDOLockOwner[140:11]: Committed CDOLockOwner[140:2]: Allocated 150 CDOLockOwner[140:2]: Committed CDOLockOwner[140:3]: Allocated 151 CDOLockOwner[140:3]: Committed CDOLockOwner[140:4]: Allocated 152 CDOLockOwner[140:4]: Committed CDOLockOwner[140:5]: Allocated 153 CDOLockOwner[140:5]: Committed CDOLockOwner[140:6]: Allocated 154 CDOLockOwner[140:6]: Committed CDOLockOwner[140:7]: Allocated 155 CDOLockOwner[140:7]: Committed CDOLockOwner[140:8]: Allocated 156 CDOLockOwner[140:8]: Committed CDOLockOwner[140:9]: Allocated 157 CDOLockOwner[140:9]: Committed CDOLockOwner[140:10]: Allocated 158 CDOLockOwner[140:10]: Committed CDOLockOwner[140:11]: Allocated 159 CDOLockOwner[140:11]: Committed CDOLockOwner[140:2]: Allocated 160 CDOLockOwner[140:2]: Committed CDOLockOwner[140:3]: Allocated 161 CDOLockOwner[140:3]: Committed CDOLockOwner[140:4]: Allocated 162 CDOLockOwner[140:4]: Committed CDOLockOwner[140:5]: Allocated 163 CDOLockOwner[140:5]: Committed CDOLockOwner[140:6]: Allocated 164 CDOLockOwner[140:6]: Committed CDOLockOwner[140:7]: Allocated 165 CDOLockOwner[140:7]: Committed CDOLockOwner[140:8]: Allocated 166 CDOLockOwner[140:8]: Committed CDOLockOwner[140:9]: Allocated 167 CDOLockOwner[140:9]: Committed CDOLockOwner[140:10]: Allocated 168 CDOLockOwner[140:10]: Committed CDOLockOwner[140:11]: Allocated 169 CDOLockOwner[140:11]: Committed CDOLockOwner[140:2]: Allocated 170 CDOLockOwner[140:2]: Committed CDOLockOwner[140:3]: Allocated 171 CDOLockOwner[140:3]: Committed CDOLockOwner[140:4]: Allocated 172 CDOLockOwner[140:4]: Committed CDOLockOwner[140:5]: Allocated 173 CDOLockOwner[140:5]: Committed CDOLockOwner[140:6]: Allocated 174 CDOLockOwner[140:6]: Committed CDOLockOwner[140:7]: Allocated 175 CDOLockOwner[140:7]: Committed CDOLockOwner[140:8]: Allocated 176 CDOLockOwner[140:8]: Committed CDOLockOwner[140:9]: Allocated 177 CDOLockOwner[140:9]: Committed CDOLockOwner[140:10]: Allocated 178 CDOLockOwner[140:10]: Committed CDOLockOwner[140:11]: Allocated 179 CDOLockOwner[140:11]: Committed CDOLockOwner[140:2]: Allocated 180 CDOLockOwner[140:2]: Committed CDOLockOwner[140:3]: Allocated 181 CDOLockOwner[140:3]: Committed CDOLockOwner[140:4]: Allocated 182 CDOLockOwner[140:4]: Committed CDOLockOwner[140:5]: Allocated 183 CDOLockOwner[140:5]: Committed CDOLockOwner[140:6]: Allocated 184 CDOLockOwner[140:6]: Committed CDOLockOwner[140:7]: Allocated 185 CDOLockOwner[140:7]: Committed CDOLockOwner[140:8]: Allocated 186 CDOLockOwner[140:8]: Committed CDOLockOwner[140:9]: Allocated 187 CDOLockOwner[140:9]: Committed CDOLockOwner[140:10]: Allocated 188 CDOLockOwner[140:10]: Committed CDOLockOwner[140:11]: Allocated 189 CDOLockOwner[140:11]: Committed CDOLockOwner[140:2]: Allocated 190 CDOLockOwner[140:2]: Committed CDOLockOwner[140:3]: Allocated 191 CDOLockOwner[140:3]: Committed CDOLockOwner[140:4]: Allocated 192 CDOLockOwner[140:4]: Committed CDOLockOwner[140:5]: Allocated 193 CDOLockOwner[140:5]: Committed CDOLockOwner[140:6]: Allocated 194 CDOLockOwner[140:6]: Committed CDOLockOwner[140:7]: Allocated 195 CDOLockOwner[140:7]: Committed CDOLockOwner[140:8]: Allocated 196 CDOLockOwner[140:8]: Committed CDOLockOwner[140:9]: Allocated 197 CDOLockOwner[140:9]: Committed CDOLockOwner[140:10]: Allocated 198 CDOLockOwner[140:10]: Committed CDOLockOwner[140:11]: Allocated 199 CDOLockOwner[140:11]: Committed CDOLockOwner[140:2]: Allocated 200 CDOLockOwner[140:2]: Committed CDOLockOwner[140:3]: Allocated 201 CDOLockOwner[140:3]: Committed CDOLockOwner[140:4]: Allocated 202 CDOLockOwner[140:4]: Committed CDOLockOwner[140:5]: Allocated 203 CDOLockOwner[140:5]: Committed CDOLockOwner[140:6]: Allocated 204 CDOLockOwner[140:6]: Committed CDOLockOwner[140:7]: Allocated 205 CDOLockOwner[140:7]: Committed CDOLockOwner[140:8]: Allocated 206 CDOLockOwner[140:8]: Committed CDOLockOwner[140:9]: Allocated 207 CDOLockOwner[140:9]: Committed CDOLockOwner[140:10]: Allocated 208 CDOLockOwner[140:10]: Committed CDOLockOwner[140:11]: Allocated 209 CDOLockOwner[140:11]: Committed CDOLockOwner[140:2]: Allocated 210 CDOLockOwner[140:2]: Committed CDOLockOwner[140:3]: Allocated 211 CDOLockOwner[140:3]: Committed CDOLockOwner[140:4]: Allocated 212 CDOLockOwner[140:4]: Committed CDOLockOwner[140:5]: Allocated 213 CDOLockOwner[140:5]: Committed CDOLockOwner[140:6]: Allocated 214 CDOLockOwner[140:6]: Committed CDOLockOwner[140:7]: Allocated 215 CDOLockOwner[140:7]: Committed CDOLockOwner[140:8]: Allocated 216 CDOLockOwner[140:8]: Committed CDOLockOwner[140:9]: Allocated 217 CDOLockOwner[140:9]: Committed CDOLockOwner[140:10]: Allocated 218 CDOLockOwner[140:10]: Committed CDOLockOwner[140:11]: Allocated 219 CDOLockOwner[140:11]: Committed CDOLockOwner[140:2]: Allocated 220 CDOLockOwner[140:2]: Committed CDOLockOwner[140:3]: Allocated 221 CDOLockOwner[140:3]: Committed CDOLockOwner[140:4]: Allocated 222 CDOLockOwner[140:4]: Committed CDOLockOwner[140:5]: Allocated 223 CDOLockOwner[140:5]: Committed CDOLockOwner[140:6]: Allocated 224 CDOLockOwner[140:6]: Committed CDOLockOwner[140:7]: Allocated 225 CDOLockOwner[140:7]: Committed CDOLockOwner[140:8]: Allocated 226 CDOLockOwner[140:8]: Committed CDOLockOwner[140:9]: Allocated 227 CDOLockOwner[140:9]: Committed CDOLockOwner[140:10]: Allocated 228 CDOLockOwner[140:10]: Committed CDOLockOwner[140:11]: Allocated 229 CDOLockOwner[140:11]: Committed CDOLockOwner[140:2]: Allocated 230 CDOLockOwner[140:2]: Committed CDOLockOwner[140:3]: Allocated 231 CDOLockOwner[140:3]: Committed CDOLockOwner[140:4]: Allocated 232 CDOLockOwner[140:4]: Committed CDOLockOwner[140:5]: Allocated 233 CDOLockOwner[140:5]: Committed CDOLockOwner[140:6]: Allocated 234 CDOLockOwner[140:6]: Committed CDOLockOwner[140:7]: Allocated 235 CDOLockOwner[140:7]: Committed CDOLockOwner[140:8]: Allocated 236 CDOLockOwner[140:8]: Committed CDOLockOwner[140:9]: Allocated 237 CDOLockOwner[140:9]: Committed CDOLockOwner[140:10]: Allocated 238 CDOLockOwner[140:10]: Committed CDOLockOwner[140:11]: Allocated 239 CDOLockOwner[140:11]: Committed CDOLockOwner[140:2]: Allocated 240 CDOLockOwner[140:2]: Committed CDOLockOwner[140:3]: Allocated 241 CDOLockOwner[140:3]: Committed CDOLockOwner[140:4]: Allocated 242 CDOLockOwner[140:4]: Committed CDOLockOwner[140:5]: Allocated 243 CDOLockOwner[140:5]: Committed CDOLockOwner[140:6]: Allocated 244 CDOLockOwner[140:6]: Committed CDOLockOwner[140:7]: Allocated 245 CDOLockOwner[140:7]: Committed CDOLockOwner[140:8]: Allocated 246 CDOLockOwner[140:8]: Committed CDOLockOwner[140:9]: Allocated 247 CDOLockOwner[140:9]: Committed CDOLockOwner[140:10]: Allocated 248 CDOLockOwner[140:10]: Committed CDOLockOwner[140:11]: Allocated 249 CDOLockOwner[140:11]: Committed CDOLockOwner[140:2]: Allocated 250 CDOLockOwner[140:2]: Committed CDOLockOwner[140:3]: Allocated 251 CDOLockOwner[140:3]: Committed CDOLockOwner[140:4]: Allocated 252 CDOLockOwner[140:4]: Committed CDOLockOwner[140:5]: Allocated 253 CDOLockOwner[140:5]: Committed CDOLockOwner[140:6]: Allocated 254 CDOLockOwner[140:6]: Committed CDOLockOwner[140:7]: Allocated 255 CDOLockOwner[140:7]: Committed CDOLockOwner[140:8]: Allocated 256 CDOLockOwner[140:8]: Committed CDOLockOwner[140:9]: Allocated 257 CDOLockOwner[140:9]: Committed CDOLockOwner[140:10]: Allocated 258 CDOLockOwner[140:10]: Committed CDOLockOwner[140:11]: Allocated 259 CDOLockOwner[140:11]: Committed CDOLockOwner[140:2]: Allocated 260 CDOLockOwner[140:2]: Committed CDOLockOwner[140:3]: Allocated 261 CDOLockOwner[140:3]: Committed CDOLockOwner[140:4]: Allocated 262 CDOLockOwner[140:4]: Committed CDOLockOwner[140:5]: Allocated 263 CDOLockOwner[140:5]: Committed CDOLockOwner[140:6]: Allocated 264 CDOLockOwner[140:6]: Committed CDOLockOwner[140:7]: Allocated 265 CDOLockOwner[140:7]: Committed CDOLockOwner[140:8]: Allocated 266 CDOLockOwner[140:8]: Committed CDOLockOwner[140:9]: Allocated 267 CDOLockOwner[140:9]: Committed CDOLockOwner[140:10]: Allocated 268 CDOLockOwner[140:10]: Committed CDOLockOwner[140:11]: Allocated 269 CDOLockOwner[140:11]: Committed CDOLockOwner[140:2]: Allocated 270 CDOLockOwner[140:2]: Committed CDOLockOwner[140:3]: Allocated 271 CDOLockOwner[140:3]: Committed CDOLockOwner[140:4]: Allocated 272 CDOLockOwner[140:4]: Committed CDOLockOwner[140:5]: Allocated 273 CDOLockOwner[140:5]: Committed CDOLockOwner[140:6]: Allocated 274 CDOLockOwner[140:6]: Committed CDOLockOwner[140:7]: Allocated 275 CDOLockOwner[140:7]: Committed CDOLockOwner[140:8]: Allocated 276 CDOLockOwner[140:8]: Committed CDOLockOwner[140:9]: Allocated 277 CDOLockOwner[140:9]: Committed CDOLockOwner[140:10]: Allocated 278 CDOLockOwner[140:10]: Committed CDOLockOwner[140:11]: Allocated 279 CDOLockOwner[140:11]: Committed CDOLockOwner[140:2]: Allocated 280 CDOLockOwner[140:2]: Committed CDOLockOwner[140:3]: Allocated 281 CDOLockOwner[140:3]: Committed CDOLockOwner[140:4]: Allocated 282 CDOLockOwner[140:4]: Committed CDOLockOwner[140:5]: Allocated 283 CDOLockOwner[140:5]: Committed CDOLockOwner[140:6]: Allocated 284 CDOLockOwner[140:6]: Committed CDOLockOwner[140:7]: Allocated 285 CDOLockOwner[140:7]: Committed CDOLockOwner[140:8]: Allocated 286 CDOLockOwner[140:8]: Committed CDOLockOwner[140:9]: Allocated 287 CDOLockOwner[140:9]: Committed CDOLockOwner[140:10]: Allocated 288 CDOLockOwner[140:10]: Committed CDOLockOwner[140:11]: Allocated 289 CDOLockOwner[140:11]: Committed CDOLockOwner[140:2]: Allocated 290 CDOLockOwner[140:2]: Committed CDOLockOwner[140:3]: Allocated 291 CDOLockOwner[140:3]: Committed CDOLockOwner[140:4]: Allocated 292 CDOLockOwner[140:4]: Committed CDOLockOwner[140:5]: Allocated 293 CDOLockOwner[140:5]: Committed CDOLockOwner[140:6]: Allocated 294 CDOLockOwner[140:6]: Committed CDOLockOwner[140:7]: Allocated 295 CDOLockOwner[140:7]: Committed CDOLockOwner[140:8]: Allocated 296 CDOLockOwner[140:8]: Committed CDOLockOwner[140:9]: Allocated 297 CDOLockOwner[140:9]: Committed CDOLockOwner[140:10]: Allocated 298 CDOLockOwner[140:10]: Committed CDOLockOwner[140:11]: Allocated 299 CDOLockOwner[140:11]: Committed FINISHED SUCCESS ******************************************************* MapTest.testEObjectToEObjectBothContainedMap [H2-branching-ranges-uuids, JVM, Native] ******************************************************* org.eclipse.emf.ecore.impl.EReferenceImpl@4b9dc62f (name: integerToStringMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@6cb3463b (name: stringToStringMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@2f9236d8 (name: stringToVATMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@4536a09a (name: stringToAddressContainmentMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@603faaad (name: stringToAddressReferenceMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@16cbba0f (name: eObjectToEObjectMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@28d16af8 (name: eObjectToEObjectKeyContainedMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@58932d08 (name: eObjectToEObjectBothContainedMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@45648e75 (name: eObjectToEObjectValueContainedMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) ******************************************************* MapTest.testEObjectToEObjectKeyContainedMap [H2-branching-ranges-uuids, JVM, Native] ******************************************************* org.eclipse.emf.ecore.impl.EReferenceImpl@4b9dc62f (name: integerToStringMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@6cb3463b (name: stringToStringMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@2f9236d8 (name: stringToVATMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@4536a09a (name: stringToAddressContainmentMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@603faaad (name: stringToAddressReferenceMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@16cbba0f (name: eObjectToEObjectMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@28d16af8 (name: eObjectToEObjectKeyContainedMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@58932d08 (name: eObjectToEObjectBothContainedMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@45648e75 (name: eObjectToEObjectValueContainedMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) ******************************************************* MapTest.testEObjectToEObjectMap [H2-branching-ranges-uuids, JVM, Native] ******************************************************* org.eclipse.emf.ecore.impl.EReferenceImpl@4b9dc62f (name: integerToStringMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@6cb3463b (name: stringToStringMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@2f9236d8 (name: stringToVATMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@4536a09a (name: stringToAddressContainmentMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@603faaad (name: stringToAddressReferenceMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@16cbba0f (name: eObjectToEObjectMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@28d16af8 (name: eObjectToEObjectKeyContainedMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@58932d08 (name: eObjectToEObjectBothContainedMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@45648e75 (name: eObjectToEObjectValueContainedMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) ******************************************************* MapTest.testEObjectToEObjectValueContainedMap [H2-branching-ranges-uuids, JVM, Native] ******************************************************* org.eclipse.emf.ecore.impl.EReferenceImpl@4b9dc62f (name: integerToStringMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@6cb3463b (name: stringToStringMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@2f9236d8 (name: stringToVATMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@4536a09a (name: stringToAddressContainmentMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@603faaad (name: stringToAddressReferenceMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@16cbba0f (name: eObjectToEObjectMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@28d16af8 (name: eObjectToEObjectKeyContainedMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@58932d08 (name: eObjectToEObjectBothContainedMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@45648e75 (name: eObjectToEObjectValueContainedMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) ******************************************************* MapTest.testIntegerStringMap [H2-branching-ranges-uuids, JVM, Native] ******************************************************* org.eclipse.emf.ecore.impl.EReferenceImpl@4b9dc62f (name: integerToStringMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@6cb3463b (name: stringToStringMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@2f9236d8 (name: stringToVATMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@4536a09a (name: stringToAddressContainmentMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@603faaad (name: stringToAddressReferenceMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@16cbba0f (name: eObjectToEObjectMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@28d16af8 (name: eObjectToEObjectKeyContainedMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@58932d08 (name: eObjectToEObjectBothContainedMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@45648e75 (name: eObjectToEObjectValueContainedMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) ******************************************************* MapTest.testStringStringMap [H2-branching-ranges-uuids, JVM, Native] ******************************************************* org.eclipse.emf.ecore.impl.EReferenceImpl@4b9dc62f (name: integerToStringMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@6cb3463b (name: stringToStringMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@2f9236d8 (name: stringToVATMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@4536a09a (name: stringToAddressContainmentMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@603faaad (name: stringToAddressReferenceMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@16cbba0f (name: eObjectToEObjectMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@28d16af8 (name: eObjectToEObjectKeyContainedMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@58932d08 (name: eObjectToEObjectBothContainedMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@45648e75 (name: eObjectToEObjectValueContainedMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) ******************************************************* MapTest.testStringToAddressContainmentMap [H2-branching-ranges-uuids, JVM, Native] ******************************************************* org.eclipse.emf.ecore.impl.EReferenceImpl@4b9dc62f (name: integerToStringMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@6cb3463b (name: stringToStringMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@2f9236d8 (name: stringToVATMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@4536a09a (name: stringToAddressContainmentMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@603faaad (name: stringToAddressReferenceMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@16cbba0f (name: eObjectToEObjectMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@28d16af8 (name: eObjectToEObjectKeyContainedMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@58932d08 (name: eObjectToEObjectBothContainedMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@45648e75 (name: eObjectToEObjectValueContainedMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) ******************************************************* MapTest.testStringToAddressReferenceMap [H2-branching-ranges-uuids, JVM, Native] ******************************************************* org.eclipse.emf.ecore.impl.EReferenceImpl@4b9dc62f (name: integerToStringMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@6cb3463b (name: stringToStringMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@2f9236d8 (name: stringToVATMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@4536a09a (name: stringToAddressContainmentMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@603faaad (name: stringToAddressReferenceMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@16cbba0f (name: eObjectToEObjectMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@28d16af8 (name: eObjectToEObjectKeyContainedMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@58932d08 (name: eObjectToEObjectBothContainedMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@45648e75 (name: eObjectToEObjectValueContainedMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) ******************************************************* MapTest.testStringVATMap [H2-branching-ranges-uuids, JVM, Native] ******************************************************* org.eclipse.emf.ecore.impl.EReferenceImpl@4b9dc62f (name: integerToStringMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@6cb3463b (name: stringToStringMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@2f9236d8 (name: stringToVATMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@4536a09a (name: stringToAddressContainmentMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@603faaad (name: stringToAddressReferenceMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@16cbba0f (name: eObjectToEObjectMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@28d16af8 (name: eObjectToEObjectKeyContainedMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@58932d08 (name: eObjectToEObjectBothContainedMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@45648e75 (name: eObjectToEObjectValueContainedMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) ******************************************************* MapTest.testTransientMap [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* MergingTest.testAdditionsInSourceAndTarget [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* MergingTest.testAutoMerge [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* MergingTest.testFromBranchWithAdditions [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* MergingTest.testFromBranchWithAdditionsTwoTimes [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* MergingTest.testFromBranchWithChangesInSource [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* MergingTest.testFromBranchWithRemovalsInSource [H2-branching-ranges-uuids, JVM, Native] ******************************************************* server-thread-269 [debug] moveOneUp add historic entry at: 2 server-thread-269 [debug] moveOneUp add historic entry at: 3 server-thread-269 [debug] moveOneUp add historic entry at: 4 DBStore ======= MAIN[0] 2024-05-03 05:17:24.369/* CDOResource@_bPE3oAkMEe-bzopYCigSfg:0v1("/") 2024-05-03 05:17:24.369/2024-05-03 05:17:24.408 CDOResource@_bPE3oAkMEe-bzopYCigSfg:0v2("/") 2024-05-03 05:17:24.409/2024-05-03 05:17:24.434 CDOResource@_bPE3oAkMEe-bzopYCigSfg:0v3("/") 2024-05-03 05:17:24.435/2024-05-03 05:17:24.448 CDOResource@_bPE3oAkMEe-bzopYCigSfg:0v4("/") 2024-05-03 05:17:24.449/2024-05-03 05:17:24.459 CDOResource@_bPE3oAkMEe-bzopYCigSfg:0v5("/") 2024-05-03 05:17:24.460/2024-05-03 05:17:24.469 CDOResource@_bPE3oAkMEe-bzopYCigSfg:0v6("/") 2024-05-03 05:17:24.470/2024-05-03 05:17:24.479 CDOResource@_bPE3oAkMEe-bzopYCigSfg:0v7("/") 2024-05-03 05:17:24.480/2024-05-03 05:17:24.489 CDOResource@_bPE3oAkMEe-bzopYCigSfg:0v8("/") 2024-05-03 05:17:24.490/2024-05-03 05:17:24.498 CDOResource@_bPE3oAkMEe-bzopYCigSfg:0v9("/") 2024-05-03 05:17:24.499/2024-05-03 05:17:24.508 CDOResource@_bPE3oAkMEe-bzopYCigSfg:0v10("/") 2024-05-03 05:17:24.509/2024-05-03 05:17:24.527 CDOResource@_bPE3oAkMEe-bzopYCigSfg:0v11("/") 2024-05-03 05:17:24.528/2024-05-03 05:17:24.537 CDOResource@_bPE3oAkMEe-bzopYCigSfg:0v12("/") 2024-05-03 05:17:24.538/2024-05-03 05:17:24.549 CDOResource@_bPE3oAkMEe-bzopYCigSfg:0v13("/") 2024-05-03 05:17:24.550/2024-05-03 05:17:24.560 CDOResource@_bPE3oAkMEe-bzopYCigSfg:0v14("/") 2024-05-03 05:17:24.561/2024-05-03 05:17:24.578 CDOResource@_bPE3oAkMEe-bzopYCigSfg:0v15("/") 2024-05-03 05:17:24.579/2024-05-03 05:17:24.587 CDOResource@_bPE3oAkMEe-bzopYCigSfg:0v16("/") 2024-05-03 05:17:24.588/2024-05-03 05:17:24.608 CDOResource@_bPE3oAkMEe-bzopYCigSfg:0v17("/") 2024-05-03 05:17:24.609/2024-05-03 05:17:24.617 CDOResource@_bPE3oAkMEe-bzopYCigSfg:0v18("/") 2024-05-03 05:17:24.618/2024-05-03 05:17:24.647 CDOResource@_bPE3oAkMEe-bzopYCigSfg:0v19("/") 2024-05-03 05:17:24.648/2024-05-03 05:17:24.656 CDOResource@_bPE3oAkMEe-bzopYCigSfg:0v20("/") 2024-05-03 05:17:24.657/2024-05-03 05:17:24.664 CDOResource@_bPE3oAkMEe-bzopYCigSfg:0v21("/") 2024-05-03 05:17:24.665/2024-05-03 05:17:24.675 CDOResource@_bPE3oAkMEe-bzopYCigSfg:0v22("/") 2024-05-03 05:17:24.676/2024-05-03 05:17:24.690 CDOResource@_bPE3oAkMEe-bzopYCigSfg:0v23("/") 2024-05-03 05:17:24.691/2024-05-03 05:17:24.701 CDOResource@_bPE3oAkMEe-bzopYCigSfg:0v24("/") 2024-05-03 05:17:24.702/2024-05-03 05:17:24.719 CDOResource@_bPE3oAkMEe-bzopYCigSfg:0v25("/") 2024-05-03 05:17:24.720/2024-05-03 05:17:24.743 CDOResource@_bPE3oAkMEe-bzopYCigSfg:0v26("/") 2024-05-03 05:17:24.744/2024-05-03 05:17:24.753 CDOResource@_bPE3oAkMEe-bzopYCigSfg:0v27("/") 2024-05-03 05:17:24.754/2024-05-03 05:17:24.764 CDOResource@_bPE3oAkMEe-bzopYCigSfg:0v28("/") 2024-05-03 05:17:24.765/2024-05-03 05:17:24.773 CDOResource@_bPE3oAkMEe-bzopYCigSfg:0v29("/") 2024-05-03 05:17:24.774/2024-05-03 05:17:24.783 CDOResource@_bPE3oAkMEe-bzopYCigSfg:0v30("/") 2024-05-03 05:17:24.784/2024-05-03 05:17:24.801 CDOResource@_bPE3oAkMEe-bzopYCigSfg:0v31("/") 2024-05-03 05:17:24.802/2024-05-03 05:17:24.828 CDOResource@_bPE3oAkMEe-bzopYCigSfg:0v32("/") 2024-05-03 05:17:24.829/2024-05-03 05:17:24.838 CDOResource@_bPE3oAkMEe-bzopYCigSfg:0v33("/") 2024-05-03 05:17:24.839/2024-05-03 05:17:24.853 CDOResource@_bPE3oAkMEe-bzopYCigSfg:0v34("/") 2024-05-03 05:17:24.854/2024-05-03 05:17:24.865 CDOResource@_bPE3oAkMEe-bzopYCigSfg:0v35("/") 2024-05-03 05:17:24.866/2024-05-03 05:17:24.886 CDOResource@_bPE3oAkMEe-bzopYCigSfg:0v36("/") 2024-05-03 05:17:24.887/2024-05-03 05:17:24.901 CDOResource@_bPE3oAkMEe-bzopYCigSfg:0v37("/") 2024-05-03 05:17:24.902/2024-05-03 05:17:24.917 CDOResource@_bPE3oAkMEe-bzopYCigSfg:0v38("/") 2024-05-03 05:17:24.918/2024-05-03 05:17:24.934 CDOResource@_bPE3oAkMEe-bzopYCigSfg:0v39("/") 2024-05-03 05:17:24.935/2024-05-03 05:17:24.948 CDOResource@_bPE3oAkMEe-bzopYCigSfg:0v40("/") 2024-05-03 05:17:24.949/2024-05-03 05:17:24.960 CDOResource@_bPE3oAkMEe-bzopYCigSfg:0v41("/") 2024-05-03 05:17:24.961/2024-05-03 05:17:24.972 CDOResource@_bPE3oAkMEe-bzopYCigSfg:0v42("/") 2024-05-03 05:17:24.973/2024-05-03 05:17:24.985 CDOResource@_bPE3oAkMEe-bzopYCigSfg:0v43("/") 2024-05-03 05:17:24.986/2024-05-03 05:17:25.007 CDOResource@_bPE3oAkMEe-bzopYCigSfg:0v44("/") 2024-05-03 05:17:25.008/2024-05-03 05:17:25.028 CDOResource@_bPE3oAkMEe-bzopYCigSfg:0v45("/") 2024-05-03 05:17:25.029/2024-05-03 05:17:25.040 CDOResource@_bPE3oAkMEe-bzopYCigSfg:0v46("/") 2024-05-03 05:17:25.041/2024-05-03 05:17:25.050 CDOResource@_bPE3oAkMEe-bzopYCigSfg:0v47("/") 2024-05-03 05:17:25.051/2024-05-03 05:17:25.082 CDOResource@_bPE3oAkMEe-bzopYCigSfg:0v48("/") 2024-05-03 05:17:25.083/2024-05-03 05:17:25.115 CDOResource@_bPE3oAkMEe-bzopYCigSfg:0v49("/") 2024-05-03 05:17:25.116/2024-05-03 05:17:25.140 CDOResource@_bPE3oAkMEe-bzopYCigSfg:0v50("/") 2024-05-03 05:17:25.141/2024-05-03 05:17:25.276 CDOResource@_bPE3oAkMEe-bzopYCigSfg:0v51("/") 2024-05-03 05:17:25.277/2024-05-03 05:17:28.741 CDOResource@_bPE3oAkMEe-bzopYCigSfg:0v52("/") 2024-05-03 05:17:28.742/2024-05-03 05:17:28.822 CDOResource@_bPE3oAkMEe-bzopYCigSfg:0v53("/") 2024-05-03 05:17:28.823/2024-05-03 05:17:28.951 CDOResource@_bPE3oAkMEe-bzopYCigSfg:0v54("/") 2024-05-03 05:17:28.952/2024-05-03 05:17:28.993 CDOResource@_bPE3oAkMEe-bzopYCigSfg:0v55("/") 2024-05-03 05:17:28.994/2024-05-03 05:17:29.036 CDOResource@_bPE3oAkMEe-bzopYCigSfg:0v56("/") 2024-05-03 05:17:29.037/2024-05-03 05:17:29.078 CDOResource@_bPE3oAkMEe-bzopYCigSfg:0v57("/") 2024-05-03 05:17:29.079/2024-05-03 05:17:29.118 CDOResource@_bPE3oAkMEe-bzopYCigSfg:0v58("/") 2024-05-03 05:17:29.119/2024-05-03 05:17:29.160 CDOResource@_bPE3oAkMEe-bzopYCigSfg:0v59("/") 2024-05-03 05:17:29.161/2024-05-03 05:17:29.200 CDOResource@_bPE3oAkMEe-bzopYCigSfg:0v60("/") 2024-05-03 05:17:29.201/2024-05-03 05:17:29.245 CDOResource@_bPE3oAkMEe-bzopYCigSfg:0v61("/") 2024-05-03 05:17:29.246/2024-05-03 05:17:29.331 CDOResource@_bPE3oAkMEe-bzopYCigSfg:0v62("/") 2024-05-03 05:17:29.332/2024-05-03 05:17:29.377 CDOResource@_bPE3oAkMEe-bzopYCigSfg:0v63("/") 2024-05-03 05:17:29.378/2024-05-03 05:17:29.611 CDOResource@_bPE3oAkMEe-bzopYCigSfg:0v64("/") 2024-05-03 05:17:29.612/2024-05-03 05:17:29.639 CDOResource@_bPE3oAkMEe-bzopYCigSfg:0v65("/") 2024-05-03 05:17:29.640/2024-05-03 05:17:29.671 CDOResource@_bPE3oAkMEe-bzopYCigSfg:0v66("/") 2024-05-03 05:17:29.672/2024-05-03 05:17:29.682 CDOResource@_bPE3oAkMEe-bzopYCigSfg:0v67("/") 2024-05-03 05:17:29.683/2024-05-03 05:17:29.693 CDOResource@_bPE3oAkMEe-bzopYCigSfg:0v68("/") 2024-05-03 05:17:29.694/2024-05-03 05:17:29.704 CDOResource@_bPE3oAkMEe-bzopYCigSfg:0v69("/") 2024-05-03 05:17:29.705/2024-05-03 05:17:29.716 CDOResource@_bPE3oAkMEe-bzopYCigSfg:0v70("/") 2024-05-03 05:17:29.717/2024-05-03 05:17:29.733 CDOResource@_bPE3oAkMEe-bzopYCigSfg:0v71("/") 2024-05-03 05:17:29.734/2024-05-03 05:17:29.744 CDOResource@_bPE3oAkMEe-bzopYCigSfg:0v72("/") 2024-05-03 05:17:29.745/2024-05-03 05:17:29.755 CDOResource@_bPE3oAkMEe-bzopYCigSfg:0v73("/") 2024-05-03 05:17:29.756/2024-05-03 05:17:29.767 CDOResource@_bPE3oAkMEe-bzopYCigSfg:0v74("/") 2024-05-03 05:17:29.768/2024-05-03 05:17:29.777 CDOResource@_bPE3oAkMEe-bzopYCigSfg:0v75("/") 2024-05-03 05:17:29.778/2024-05-03 05:17:29.830 CDOResource@_bPE3oAkMEe-bzopYCigSfg:0v76("/") 2024-05-03 05:17:29.831/2024-05-03 05:17:29.852 CDOResource@_bPE3oAkMEe-bzopYCigSfg:0v77("/") 2024-05-03 05:17:29.853/2024-05-03 05:17:29.882 CDOResource@_bPE3oAkMEe-bzopYCigSfg:0v78("/") 2024-05-03 05:17:29.883/2024-05-03 05:17:29.891 CDOResource@_bPE3oAkMEe-bzopYCigSfg:0v79("/") 2024-05-03 05:17:29.892/2024-05-03 05:17:29.901 CDOResource@_bPE3oAkMEe-bzopYCigSfg:0v80("/") 2024-05-03 05:17:29.902/2024-05-03 05:17:29.910 CDOResource@_bPE3oAkMEe-bzopYCigSfg:0v81("/") 2024-05-03 05:17:29.911/2024-05-03 05:17:29.918 CDOResource@_bPE3oAkMEe-bzopYCigSfg:0v82("/") 2024-05-03 05:17:29.919/2024-05-03 05:17:29.932 CDOResource@_bPE3oAkMEe-bzopYCigSfg:0v83("/") 2024-05-03 05:17:29.933/2024-05-03 05:17:29.941 CDOResource@_bPE3oAkMEe-bzopYCigSfg:0v84("/") 2024-05-03 05:17:29.942/2024-05-03 05:17:29.950 CDOResource@_bPE3oAkMEe-bzopYCigSfg:0v85("/") 2024-05-03 05:17:29.951/2024-05-03 05:17:29.959 CDOResource@_bPE3oAkMEe-bzopYCigSfg:0v86("/") 2024-05-03 05:17:29.960/2024-05-03 05:17:29.967 CDOResource@_bPE3oAkMEe-bzopYCigSfg:0v87("/") 2024-05-03 05:17:29.968/2024-05-03 05:17:30.002 CDOResource@_bPE3oAkMEe-bzopYCigSfg:0v88("/") 2024-05-03 05:17:30.003/2024-05-03 05:17:30.011 CDOResource@_bPE3oAkMEe-bzopYCigSfg:0v89("/") 2024-05-03 05:17:30.012/2024-05-03 05:17:30.024 CDOResource@_bPE3oAkMEe-bzopYCigSfg:0v90("/") 2024-05-03 05:17:30.025/2024-05-03 05:17:30.035 CDOResource@_bPE3oAkMEe-bzopYCigSfg:0v91("/") 2024-05-03 05:17:30.036/2024-05-03 05:17:30.043 CDOResource@_bPE3oAkMEe-bzopYCigSfg:0v92("/") 2024-05-03 05:17:30.044/2024-05-03 05:17:30.255 CDOResource@_bPE3oAkMEe-bzopYCigSfg:0v93("/") 2024-05-03 05:17:30.256/2024-05-03 05:17:30.267 CDOResource@_bPE3oAkMEe-bzopYCigSfg:0v94("/") 2024-05-03 05:17:30.268/2024-05-03 05:17:30.284 CDOResource@_bPE3oAkMEe-bzopYCigSfg:0v95("/") 2024-05-03 05:17:30.285/2024-05-03 05:17:32.307 CDOResource@_bPE3oAkMEe-bzopYCigSfg:0v96("/") 2024-05-03 05:17:32.308/2024-05-03 05:17:32.318 CDOResource@_bPE3oAkMEe-bzopYCigSfg:0v97("/") 2024-05-03 05:17:32.319/2024-05-03 05:17:32.330 CDOResource@_bPE3oAkMEe-bzopYCigSfg:0v98("/") 2024-05-03 05:17:32.331/2024-05-03 05:17:32.449 CDOResource@_bPE3oAkMEe-bzopYCigSfg:0v99("/") 2024-05-03 05:17:32.450/2024-05-03 05:17:32.772 CDOResource@_bPE3oAkMEe-bzopYCigSfg:0v100("/")2024-05-03 05:17:32.773/2024-05-03 05:17:34.155 CDOResource@_bPE3oAkMEe-bzopYCigSfg:0v101("/")2024-05-03 05:17:34.156/2024-05-03 05:17:35.168 CDOResource@_bPE3oAkMEe-bzopYCigSfg:0v102("/")2024-05-03 05:17:35.169/2024-05-03 05:17:35.182 CDOResource@_bPE3oAkMEe-bzopYCigSfg:0v103("/")2024-05-03 05:17:35.183/2024-05-03 05:17:35.193 CDOResource@_bPE3oAkMEe-bzopYCigSfg:0v104("/")2024-05-03 05:17:35.194/2024-05-03 05:17:35.204 CDOResource@_bPE3oAkMEe-bzopYCigSfg:0v105("/")2024-05-03 05:17:35.205/2024-05-03 05:17:36.215 CDOResource@_bPE3oAkMEe-bzopYCigSfg:0v106("/")2024-05-03 05:17:36.216/2024-05-03 05:17:36.225 CDOResource@_bPE3oAkMEe-bzopYCigSfg:0v107("/")2024-05-03 05:17:36.226/2024-05-03 05:17:36.234 CDOResource@_bPE3oAkMEe-bzopYCigSfg:0v108("/")2024-05-03 05:17:36.235/2024-05-03 05:17:36.244 CDOResource@_bPE3oAkMEe-bzopYCigSfg:0v109("/")2024-05-03 05:17:36.245/2024-05-03 05:17:36.255 CDOResource@_bPE3oAkMEe-bzopYCigSfg:0v110("/")2024-05-03 05:17:36.256/2024-05-03 05:17:36.264 CDOResource@_bPE3oAkMEe-bzopYCigSfg:0v111("/")2024-05-03 05:17:36.265/2024-05-03 05:17:37.275 CDOResource@_bPE3oAkMEe-bzopYCigSfg:0v112("/")2024-05-03 05:17:37.276/2024-05-03 05:17:37.286 CDOResource@_bPE3oAkMEe-bzopYCigSfg:0v113("/")2024-05-03 05:17:37.287/2024-05-03 05:17:37.295 CDOResource@_bPE3oAkMEe-bzopYCigSfg:0v114("/")2024-05-03 05:17:37.296/2024-05-03 05:17:37.310 CDOResource@_bPE3oAkMEe-bzopYCigSfg:0v115("/")2024-05-03 05:17:37.311/2024-05-03 05:17:37.420 CDOResource@_bPE3oAkMEe-bzopYCigSfg:0v116("/")2024-05-03 05:17:37.421/2024-05-03 05:17:37.428 CDOResource@_bPE3oAkMEe-bzopYCigSfg:0v117("/")2024-05-03 05:17:37.429/2024-05-03 05:17:37.454 CDOResource@_bPE3oAkMEe-bzopYCigSfg:0v118("/")2024-05-03 05:17:37.455/2024-05-03 05:17:39.467 CDOResource@_bPE3oAkMEe-bzopYCigSfg:0v119("/")2024-05-03 05:17:39.468/2024-05-03 05:17:40.478 CDOResource@_bPE3oAkMEe-bzopYCigSfg:0v120("/")2024-05-03 05:17:40.479/2024-05-03 05:17:40.488 CDOResource@_bPE3oAkMEe-bzopYCigSfg:0v121("/")2024-05-03 05:17:40.489/2024-05-03 05:17:40.498 CDOResource@_bPE3oAkMEe-bzopYCigSfg:0v122("/")2024-05-03 05:17:40.499/2024-05-03 05:17:40.507 CDOResource@_bPE3oAkMEe-bzopYCigSfg:0v123("/")2024-05-03 05:17:40.508/2024-05-03 05:17:41.518 CDOResource@_bPE3oAkMEe-bzopYCigSfg:0v124("/")2024-05-03 05:17:41.519/2024-05-03 05:17:41.528 CDOResource@_bPE3oAkMEe-bzopYCigSfg:0v125("/")2024-05-03 05:17:41.529/2024-05-03 05:17:41.560 CDOResource@_bPE3oAkMEe-bzopYCigSfg:0v126("/")2024-05-03 05:17:41.561/2024-05-03 05:17:41.572 CDOResource@_bPE3oAkMEe-bzopYCigSfg:0v127("/")2024-05-03 05:17:41.573/2024-05-03 05:17:43.090 CDOResource@_bPE3oAkMEe-bzopYCigSfg:0v128("/")2024-05-03 05:17:43.091/2024-05-03 05:17:43.101 CDOResource@_bPE3oAkMEe-bzopYCigSfg:0v129("/")2024-05-03 05:17:43.102/2024-05-03 05:17:43.113 CDOResource@_bPE3oAkMEe-bzopYCigSfg:0v130("/")2024-05-03 05:17:43.114/2024-05-03 05:17:43.126 CDOResource@_bPE3oAkMEe-bzopYCigSfg:0v131("/")2024-05-03 05:17:43.127/2024-05-03 05:17:43.241 CDOResource@_bPE3oAkMEe-bzopYCigSfg:0v132("/")2024-05-03 05:17:43.242/2024-05-03 05:17:43.862 CDOResource@_bPE3oAkMEe-bzopYCigSfg:0v133("/")2024-05-03 05:17:43.863/2024-05-03 05:17:43.976 CDOResource@_bPE3oAkMEe-bzopYCigSfg:0v134("/")2024-05-03 05:17:43.977/2024-05-03 05:17:44.593 CDOResource@_bPE3oAkMEe-bzopYCigSfg:0v135("/")2024-05-03 05:17:44.594/2024-05-03 05:17:44.821 CDOResource@_bPE3oAkMEe-bzopYCigSfg:0v136("/")2024-05-03 05:17:44.822/2024-05-03 05:17:45.052 CDOResource@_bPE3oAkMEe-bzopYCigSfg:0v137("/")2024-05-03 05:17:45.053/2024-05-03 05:17:45.064 CDOResource@_bPE3oAkMEe-bzopYCigSfg:0v138("/")2024-05-03 05:17:45.065/2024-05-03 05:17:45.075 CDOResource@_bPE3oAkMEe-bzopYCigSfg:0v139("/")2024-05-03 05:17:45.076/2024-05-03 05:17:45.091 CDOResource@_bPE3oAkMEe-bzopYCigSfg:0v140("/")2024-05-03 05:17:45.092/2024-05-03 05:17:45.105 CDOResource@_bPE3oAkMEe-bzopYCigSfg:0v141("/")2024-05-03 05:17:45.106/2024-05-03 05:17:45.120 CDOResource@_bPE3oAkMEe-bzopYCigSfg:0v142("/")2024-05-03 05:17:45.121/2024-05-03 05:17:45.132 CDOResource@_bPE3oAkMEe-bzopYCigSfg:0v143("/")2024-05-03 05:17:45.133/2024-05-03 05:17:45.775 CDOResource@_bPE3oAkMEe-bzopYCigSfg:0v144("/")2024-05-03 05:17:45.776/2024-05-03 05:17:45.841 CDOResource@_bPE3oAkMEe-bzopYCigSfg:0v145("/")2024-05-03 05:17:45.842/2024-05-03 05:17:45.873 CDOResource@_bPE3oAkMEe-bzopYCigSfg:0v146("/")2024-05-03 05:17:45.874/2024-05-03 05:17:45.902 CDOResource@_bPE3oAkMEe-bzopYCigSfg:0v147("/")2024-05-03 05:17:45.903/2024-05-03 05:17:45.937 CDOResource@_bPE3oAkMEe-bzopYCigSfg:0v148("/")2024-05-03 05:17:45.938/2024-05-03 05:17:45.965 CDOResource@_bPE3oAkMEe-bzopYCigSfg:0v149("/")2024-05-03 05:17:45.966/2024-05-03 05:17:45.995 CDOResource@_bPE3oAkMEe-bzopYCigSfg:0v150("/")2024-05-03 05:17:45.996/2024-05-03 05:17:46.031 CDOResource@_bPE3oAkMEe-bzopYCigSfg:0v151("/")2024-05-03 05:17:46.032/2024-05-03 05:17:46.061 CDOResource@_bPE3oAkMEe-bzopYCigSfg:0v152("/")2024-05-03 05:17:46.062/2024-05-03 05:17:46.098 CDOResource@_bPE3oAkMEe-bzopYCigSfg:0v153("/")2024-05-03 05:17:46.099/2024-05-03 05:17:46.125 CDOResource@_bPE3oAkMEe-bzopYCigSfg:0v154("/")2024-05-03 05:17:46.126/2024-05-03 05:17:46.225 CDOResource@_bPE3oAkMEe-bzopYCigSfg:0v155("/")2024-05-03 05:17:46.226/2024-05-03 05:17:46.274 CDOResource@_bPE3oAkMEe-bzopYCigSfg:0v156("/")2024-05-03 05:17:46.275/2024-05-03 05:17:46.339 CDOResource@_bPE3oAkMEe-bzopYCigSfg:0v157("/")2024-05-03 05:17:46.340/2024-05-03 05:17:46.363 CDOResource@_bPE3oAkMEe-bzopYCigSfg:0v158("/")2024-05-03 05:17:46.364/2024-05-03 05:17:46.393 CDOResource@_bPE3oAkMEe-bzopYCigSfg:0v159("/")2024-05-03 05:17:46.394/* CDOResourceFolder@_bPUIMAkMEe-bzopYCigSfg:0v1("ExternalReferenceTest_testXRefExternalObject")2024-05-03 05:17:24.409/* CDOResource@_bPUIMQkMEe-bzopYCigSfg:0v1("internal")2024-05-03 05:17:24.409/* Supplier@_bPUIMgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:24.409/* CDOResourceFolder@_bPnDIAkMEe-bzopYCigSfg:0v1("IndexReconstructionTest_testAddAfter1")2024-05-03 05:17:24.435/* CDOResource@_bPnDIQkMEe-bzopYCigSfg:0v1("test1")2024-05-03 05:17:24.435/* Customer@_bPnDIgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:24.435/* SalesOrder@_bPnDIwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:24.435/* CDOResourceFolder@_bPwNEAkMEe-bzopYCigSfg:0v1("IndexReconstructionTest_testAddAfter4")2024-05-03 05:17:24.449/* CDOResource@_bPwNEQkMEe-bzopYCigSfg:0v1("test1")2024-05-03 05:17:24.449/* Customer@_bPwNEgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:24.449/* SalesOrder@_bPwNEwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:24.449/* SalesOrder@_bPwNFAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:24.449/* SalesOrder@_bPwNFQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:24.449/* SalesOrder@_bPwNFgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:24.449/* CDOResourceFolder@_bP2TsAkMEe-bzopYCigSfg:0v1("IndexReconstructionTest_testAddBefore1")2024-05-03 05:17:24.460/* CDOResource@_bP2TsQkMEe-bzopYCigSfg:0v1("test1")2024-05-03 05:17:24.460/* Customer@_bP2TsgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:24.460/* SalesOrder@_bP2TswkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:24.460/* CDOResourceFolder@_bP8aUAkMEe-bzopYCigSfg:0v1("IndexReconstructionTest_testAddBefore4")2024-05-03 05:17:24.470/* CDOResource@_bP8aUQkMEe-bzopYCigSfg:0v1("test1")2024-05-03 05:17:24.470/* Customer@_bP8aUgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:24.470/* SalesOrder@_bP8aUwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:24.470/* SalesOrder@_bP8aVAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:24.470/* SalesOrder@_bP9BYAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:24.470/* SalesOrder@_bP9BYQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:24.470/* CDOResourceFolder@_bQCg8AkMEe-bzopYCigSfg:0v1("IndexReconstructionTest_testMoveBackward")2024-05-03 05:17:24.480/* CDOResource@_bQCg8QkMEe-bzopYCigSfg:0v1("test1")2024-05-03 05:17:24.480/* Customer@_bQCg8gkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:24.480/* SalesOrder@_bQCg8wkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:24.480/* SalesOrder@_bQCg9AkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:24.480/* SalesOrder@_bQCg9QkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:24.480/* SalesOrder@_bQCg9gkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:24.480/* CDOResourceFolder@_bQInkAkMEe-bzopYCigSfg:0v1("IndexReconstructionTest_testMoveBehindEnd")2024-05-03 05:17:24.490/* CDOResource@_bQInkQkMEe-bzopYCigSfg:0v1("test1")2024-05-03 05:17:24.490/* Customer@_bQInkgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:24.490/* SalesOrder@_bQInkwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:24.490/* SalesOrder@_bQInlAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:24.490/* SalesOrder@_bQInlQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:24.490/* SalesOrder@_bQInlgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:24.490/* CDOResourceFolder@_bQOHIAkMEe-bzopYCigSfg:0v1("IndexReconstructionTest_testMoveForward")2024-05-03 05:17:24.499/* CDOResource@_bQOuMAkMEe-bzopYCigSfg:0v1("test1")2024-05-03 05:17:24.499/* Customer@_bQOuMQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:24.499/* SalesOrder@_bQOuMgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:24.499/* SalesOrder@_bQOuMwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:24.499/* SalesOrder@_bQOuNAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:24.499/* SalesOrder@_bQOuNQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:24.499/* CDOResourceFolder@_bQUNwAkMEe-bzopYCigSfg:0v1("IndexReconstructionTest_testReAdded")2024-05-03 05:17:24.509/* CDOResource@_bQUNwQkMEe-bzopYCigSfg:0v1("test1")2024-05-03 05:17:24.509/* Customer@_bQUNwgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:24.509/* SalesOrder@_bQUNwwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:24.509/* SalesOrder@_bQUNxAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:24.509/* SalesOrder@_bQUNxQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:24.509/* SalesOrder@_bQU00AkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:24.509/* CDOResourceFolder@_bQfz8AkMEe-bzopYCigSfg:0v1("IndexReconstructionTest_testRemove1")2024-05-03 05:17:24.528/* CDOResource@_bQfz8QkMEe-bzopYCigSfg:0v1("test1")2024-05-03 05:17:24.528/* Customer@_bQfz8gkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:24.528/* SalesOrder@_bQfz8wkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:24.528/* SalesOrder@_bQfz9AkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:24.528/* SalesOrder@_bQfz9QkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:24.528/* SalesOrder@_bQfz9gkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:24.528/* SalesOrder@_bQmhoAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:24.538/* CDOResourceFolder@_bQl6kAkMEe-bzopYCigSfg:0v1("IndexReconstructionTest_testRemove4")2024-05-03 05:17:24.538/* CDOResource@_bQl6kQkMEe-bzopYCigSfg:0v1("test1")2024-05-03 05:17:24.538/* Customer@_bQl6kgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:24.538/* SalesOrder@_bQl6kwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:24.538/* SalesOrder@_bQl6lAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:24.538/* SalesOrder@_bQl6lQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:24.538/* CDOResourceFolder@_bQtPUAkMEe-bzopYCigSfg:0v1("IndexReconstructionTest_testRemoveAdded")2024-05-03 05:17:24.550/* CDOResource@_bQtPUQkMEe-bzopYCigSfg:0v1("test1")2024-05-03 05:17:24.550/* Customer@_bQt2YAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:24.550/* SalesOrder@_bQt2YQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:24.550/* SalesOrder@_bQt2YgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:24.550/* SalesOrder@_bQt2YwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:24.550/* SalesOrder@_bQt2ZAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:24.550/* CDOResourceFolder@_bQz9AAkMEe-bzopYCigSfg:0v1("IndexReconstructionTest_testRemoveLastAdded")2024-05-03 05:17:24.561/* CDOResource@_bQz9AQkMEe-bzopYCigSfg:0v1("test1")2024-05-03 05:17:24.561/* Customer@_bQz9AgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:24.561/* SalesOrder@_bQz9AwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:24.561/* SalesOrder@_bQz9BAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:24.561/* SalesOrder@_bQz9BQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:24.561/* SalesOrder@_bQz9BgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:24.561/* CDOResourceFolder@_bQ-8IAkMEe-bzopYCigSfg:0v1("InitialTest_testCommitDirty")2024-05-03 05:17:24.579/* CDOResource@_bQ-8IQkMEe-bzopYCigSfg:0v1("test1")2024-05-03 05:17:24.579/* Supplier@_bQ-8IgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:24.579/2024-05-03 05:17:24.579 Supplier@_bQ-8IgkMEe-bzopYCigSfg:0v2 2024-05-03 05:17:24.580/* CDOResourceFolder@_bREbsAkMEe-bzopYCigSfg:0v1("InitialTest_testCommitDirtyInverseList")2024-05-03 05:17:24.588/* CDOResource@_bREbsQkMEe-bzopYCigSfg:0v1("test1")2024-05-03 05:17:24.588/2024-05-03 05:17:24.599 CDOResource@_bREbsQkMEe-bzopYCigSfg:0v2("test1")2024-05-03 05:17:24.600/* Category@_bRFCwAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:24.588/* Product1@_bRFCwQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:24.588/2024-05-03 05:17:24.599 Product1@_bRFCwQkMEe-bzopYCigSfg:0v2 2024-05-03 05:17:24.600/* OrderDetail@_bRFCwgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:24.588/* OrderDetail@_bRLwcAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:24.600/* CDOResourceFolder@_bRRQAAkMEe-bzopYCigSfg:0v1("InitialTest_testCommitNew")2024-05-03 05:17:24.609/* CDOResource@_bRR3EAkMEe-bzopYCigSfg:0v1("test1")2024-05-03 05:17:24.609/* Supplier@_bRR3EQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:24.609/* CDOResourceFolder@_bRWvkAkMEe-bzopYCigSfg:0v1("InitialTest_testCommitNewInverseList")2024-05-03 05:17:24.618/* CDOResource@_bRWvkQkMEe-bzopYCigSfg:0v1("test1")2024-05-03 05:17:24.618/* Category@_bRWvkgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:24.618/* Product1@_bRXWoAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:24.618/* OrderDetail@_bRXWoQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:24.618/* CDOResourceFolder@_bRpDcAkMEe-bzopYCigSfg:0v1("InitialTest_testGetContents")2024-05-03 05:17:24.648/* CDOResource@_bRpqgAkMEe-bzopYCigSfg:0v1("test1")2024-05-03 05:17:24.648/* Supplier@_bRpqgQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:24.648/* CDOResourceFolder@_bRujAAkMEe-bzopYCigSfg:0v1("InitialTest_testGetResource")2024-05-03 05:17:24.657/* CDOResource@_bRujAQkMEe-bzopYCigSfg:0v1("test1")2024-05-03 05:17:24.657/* Supplier@_bRujAgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:24.657/* CDOResourceFolder@_bR0CkAkMEe-bzopYCigSfg:0v1("InitialTest_testLoadObject")2024-05-03 05:17:24.665/* CDOResource@_bR0CkQkMEe-bzopYCigSfg:0v1("test1")2024-05-03 05:17:24.665/* Supplier@_bR0CkgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:24.665/* CDOResourceFolder@_bR6wQAkMEe-bzopYCigSfg:0v1("InitialTest_testLoadObjectInverseList")2024-05-03 05:17:24.676/* CDOResource@_bR6wQQkMEe-bzopYCigSfg:0v1("test1")2024-05-03 05:17:24.676/* Category@_bR6wQgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:24.676/* Product1@_bR6wQwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:24.676/* OrderDetail@_bR6wRAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:24.676/* CDOResourceFolder@_bSDTIAkMEe-bzopYCigSfg:0v1("InitialTest_testLoadResource")2024-05-03 05:17:24.691/* CDOResource@_bSDTIQkMEe-bzopYCigSfg:0v1("test1")2024-05-03 05:17:24.691/* Supplier@_bSDTIgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:24.691/* CDOResourceFolder@_bSKA0AkMEe-bzopYCigSfg:0v1("InitialTest_testMultipleInheritence")2024-05-03 05:17:24.702/* CDOResource@_bSKn4AkMEe-bzopYCigSfg:0v1("test1")2024-05-03 05:17:24.702/* OrderAddress@_bSKn4QkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:24.702/* OrderDetail@_bSKn4gkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:24.702/* CDOResourceFolder@_bSU_8AkMEe-bzopYCigSfg:0v1("InitialTest_testNullReference")2024-05-03 05:17:24.720/* CDOResource@_bSU_8QkMEe-bzopYCigSfg:0v1("test1")2024-05-03 05:17:24.720/* OrderDetail@_bSVnAAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:24.720/* CDOResourceFolder@_bSkQgAkMEe-bzopYCigSfg:0v1("InitialTest_testReadObjectClean")2024-05-03 05:17:24.744/* CDOResource@_bSkQgQkMEe-bzopYCigSfg:0v1("test1")2024-05-03 05:17:24.744/* Supplier@_bSkQggkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:24.744/* CDOResourceFolder@_bSpwEAkMEe-bzopYCigSfg:0v1("InitialTest_testReadObjectProxy")2024-05-03 05:17:24.754/* CDOResource@_bSpwEQkMEe-bzopYCigSfg:0v1("test1")2024-05-03 05:17:24.754/* Supplier@_bSpwEgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:24.754/* CDOResourceFolder@_bSxE0AkMEe-bzopYCigSfg:0v1("InitialTest_testReadResourceClean")2024-05-03 05:17:24.765/* CDOResource@_bSxE0QkMEe-bzopYCigSfg:0v1("test1")2024-05-03 05:17:24.765/* Supplier@_bSxE0gkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:24.765/* CDOResource@_bS2kYAkMEe-bzopYCigSfg:0v1("test1")2024-05-03 05:17:24.774/* Product1@_bS2kYQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:24.774/* CDOResourceFolder@_bS19UAkMEe-bzopYCigSfg:0v1("InitialTest_testReadTransientValue")2024-05-03 05:17:24.774/* CDOResourceFolder@_bS8D8AkMEe-bzopYCigSfg:0v1("InitialTest_testReferenceIntoDifferentResource")2024-05-03 05:17:24.784/* CDOResource@_bS8D8QkMEe-bzopYCigSfg:0v1("test1")2024-05-03 05:17:24.784/* OrderDetail@_bS8rAAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:24.784/* CDOResource@_bS8rAQkMEe-bzopYCigSfg:0v1("test2")2024-05-03 05:17:24.784/* Company@_bS8rAgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:24.784/* Category@_bS8rAwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:24.784/* Product1@_bS8rBAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:24.784/* CDOResourceFolder@_bTHqIAkMEe-bzopYCigSfg:0v1("InitialTest_testResourceAccessor")2024-05-03 05:17:24.802/* CDOResource@_bTHqIQkMEe-bzopYCigSfg:0v1("test1")2024-05-03 05:17:24.802/* Supplier@_bTHqIgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:24.802/* CDOResourceFolder@_bTYI0AkMEe-bzopYCigSfg:0v1("InitialTest_testWriteClean")2024-05-03 05:17:24.829/* CDOResource@_bTYI0QkMEe-bzopYCigSfg:0v1("test1")2024-05-03 05:17:24.829/* Supplier@_bTYI0gkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:24.829/* CDOResourceFolder@_bTePcAkMEe-bzopYCigSfg:0v1("InvalidationTest_testConflictDifferentSession")2024-05-03 05:17:24.839/* CDOResource@_bTePcQkMEe-bzopYCigSfg:0v1("test")2024-05-03 05:17:24.839/2024-05-03 05:17:24.841 CDOResource@_bTePcQkMEe-bzopYCigSfg:0v2("test")2024-05-03 05:17:24.842/2024-05-03 05:17:24.842 CDOResource@_bTePcQkMEe-bzopYCigSfg:0v3("test")2024-05-03 05:17:24.843/* Customer@_bTgEoAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:24.842/* Customer@_bTgrsAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:24.843/* CDOResourceFolder@_bTmyUAkMEe-bzopYCigSfg:0v1("InvalidationTest_testConflictSameSession")2024-05-03 05:17:24.854/* CDOResource@_bTmyUQkMEe-bzopYCigSfg:0v1("test")2024-05-03 05:17:24.854/2024-05-03 05:17:24.854 CDOResource@_bTmyUQkMEe-bzopYCigSfg:0v2("test")2024-05-03 05:17:24.855/2024-05-03 05:17:24.855 CDOResource@_bTmyUQkMEe-bzopYCigSfg:0v3("test")2024-05-03 05:17:24.856/* Customer@_bToAcAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:24.855/* Customer@_bTongAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:24.856/* CDOResourceFolder@_bTuHEAkMEe-bzopYCigSfg:0v1("InvalidationTest_testDeleteFromOtherBranch")2024-05-03 05:17:24.866/* CDOResource@_bTuHEQkMEe-bzopYCigSfg:0v1("test1")2024-05-03 05:17:24.866/* Company@_bTuHEgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:24.866/2024-05-03 05:17:24.867 Company@_bTuHEgkMEe-bzopYCigSfg:0v2 2024-05-03 05:17:24.868/* Category@_bTuHEwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:24.866/* CDOResourceFolder@_bT67YAkMEe-bzopYCigSfg:0v1("InvalidationTest_testDetach")2024-05-03 05:17:24.887/* CDOResource@_bT67YQkMEe-bzopYCigSfg:0v1("test1")2024-05-03 05:17:24.887/2024-05-03 05:17:24.890 CDOResource@_bT67YQkMEe-bzopYCigSfg:0v2("test1")2024-05-03 05:17:24.891/* Category@_bT67YgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:24.887/2024-05-03 05:17:24.890 Category@_bUHvsAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:24.908/* CDOResourceFolder@_bUEsYAkMEe-bzopYCigSfg:0v1("InvalidationTest_testDetachAndPassiveUpdate")2024-05-03 05:17:24.902/* CDOResource@_bUEsYQkMEe-bzopYCigSfg:0v1("test1")2024-05-03 05:17:24.902/2024-05-03 05:17:24.906 CDOResource@_bUEsYQkMEe-bzopYCigSfg:0v2("test1")2024-05-03 05:17:24.907/2024-05-03 05:17:24.907 CDOResource@_bUEsYQkMEe-bzopYCigSfg:0v3("test1")2024-05-03 05:17:24.908/* Category@_bUEsYgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:24.902/2024-05-03 05:17:24.906 Category@_bUOdYAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:24.918/2024-05-03 05:17:24.921 CDOResourceFolder@_bUN2UAkMEe-bzopYCigSfg:0v1("InvalidationTest_testDetachAndPassiveUpdateWithoutRevisionTimestamp")2024-05-03 05:17:24.918/* CDOResource@_bUN2UQkMEe-bzopYCigSfg:0v1("test1")2024-05-03 05:17:24.918/2024-05-03 05:17:24.921 CDOResource@_bUN2UQkMEe-bzopYCigSfg:0v2("test1")2024-05-03 05:17:24.922/2024-05-03 05:17:24.922 CDOResource@_bUN2UQkMEe-bzopYCigSfg:0v3("test1")2024-05-03 05:17:24.923/* Category@_bURgsAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:24.923/* CDOResourceFolder@_bUY1cAkMEe-bzopYCigSfg:0v1("InvalidationTest_testDetachedConflictDifferentSession")2024-05-03 05:17:24.935/2024-05-03 05:17:24.937 CDOResourceFolder@_bUY1cAkMEe-bzopYCigSfg:0v2("InvalidationTest_testDetachedConflictDifferentSession")2024-05-03 05:17:24.938/* CDOResource@_bUY1cQkMEe-bzopYCigSfg:0v1("test")2024-05-03 05:17:24.935/2024-05-03 05:17:24.937 CDOResourceFolder@_bUhYUAkMEe-bzopYCigSfg:0v1("InvalidationTest_testDetachedConflictSameSession")2024-05-03 05:17:24.949/2024-05-03 05:17:24.950 CDOResourceFolder@_bUhYUAkMEe-bzopYCigSfg:0v2("InvalidationTest_testDetachedConflictSameSession")2024-05-03 05:17:24.951/* CDOResource@_bUhYUQkMEe-bzopYCigSfg:0v1("test")2024-05-03 05:17:24.949/2024-05-03 05:17:24.950 CDOResourceFolder@_bUotEAkMEe-bzopYCigSfg:0v1("InvalidationTest_testInvalidateAndCache")2024-05-03 05:17:24.961/* CDOResource@_bUotEQkMEe-bzopYCigSfg:0v1("test1")2024-05-03 05:17:24.961/* Company@_bUotEgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:24.961/* Category@_bUotEwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:24.961/2024-05-03 05:17:24.963 Category@_bUotEwkMEe-bzopYCigSfg:0v2 2024-05-03 05:17:24.964/* CDOResourceFolder@_bUvawAkMEe-bzopYCigSfg:0v1("InvalidationTest_testPassiveUpdateMode_CHANGES")2024-05-03 05:17:24.973/* CDOResource@_bUwB0AkMEe-bzopYCigSfg:0v1("test1")2024-05-03 05:17:24.973/* Category@_bUwB0QkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:24.973/2024-05-03 05:17:24.976 Category@_bUwB0QkMEe-bzopYCigSfg:0v2 2024-05-03 05:17:24.977/* CDOResourceFolder@_bU39oAkMEe-bzopYCigSfg:0v1("InvalidationTest_testPassiveUpdateOnAndOff")2024-05-03 05:17:24.986/* CDOResource@_bU39oQkMEe-bzopYCigSfg:0v1("test1")2024-05-03 05:17:24.986/* Company@_bU39ogkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:24.986/* Category@_bU39owkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:24.986/2024-05-03 05:17:24.991 Category@_bU39owkMEe-bzopYCigSfg:0v2 2024-05-03 05:17:24.992/2024-05-03 05:17:24.993 Category@_bU39owkMEe-bzopYCigSfg:0v3 2024-05-03 05:17:24.994/* Category@_bU39pAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:24.986/* Category@_bU39pQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:24.986/* CDOResourceFolder@_bVEx8AkMEe-bzopYCigSfg:0v1("InvalidationTest_testSeparateSession")2024-05-03 05:17:25.008/* CDOResource@_bVFZAAkMEe-bzopYCigSfg:0v1("test1")2024-05-03 05:17:25.008/* Company@_bVFZAQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:25.008/* Category@_bVFZAgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:25.008/2024-05-03 05:17:25.013 Category@_bVFZAgkMEe-bzopYCigSfg:0v2 2024-05-03 05:17:25.014/* Category@_bVFZAwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:25.008/* Category@_bVFZBAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:25.008/* Company@_bVSNUAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:25.029/* Category@_bVSNUQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:25.029/2024-05-03 05:17:25.032 Category@_bVSNUQkMEe-bzopYCigSfg:0v2 2024-05-03 05:17:25.033/* Category@_bVSNUgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:25.029/* Category@_bVSNUwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:25.029/* CDOResourceFolder@_bVRmQAkMEe-bzopYCigSfg:0v1("InvalidationTest_testSeparateSession_PassiveUpdateDisable")2024-05-03 05:17:25.029/* CDOResource@_bVRmQQkMEe-bzopYCigSfg:0v1("test1")2024-05-03 05:17:25.029/* CDOResourceFolder@_bVY7AAkMEe-bzopYCigSfg:0v1("InvalidationTest_testSeparateView")2024-05-03 05:17:25.041/* CDOResource@_bVZiEAkMEe-bzopYCigSfg:0v1("test1")2024-05-03 05:17:25.041/* Company@_bVZiEQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:25.041/* Category@_bVZiEgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:25.041/2024-05-03 05:17:25.042 Category@_bVZiEgkMEe-bzopYCigSfg:0v2 2024-05-03 05:17:25.043/* Category@_bVZiEwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:25.041/* Category@_bVZiFAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:25.041/* CDOResourceFolder@_bVfBoAkMEe-bzopYCigSfg:0v1("InvalidationTest_testSeparateViewNotification")2024-05-03 05:17:25.051/* CDOResource@_bVfosAkMEe-bzopYCigSfg:0v1("test1")2024-05-03 05:17:25.051/* Company@_bVfosQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:25.051/* Category@_bVfosgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:25.051/2024-05-03 05:17:25.052 Category@_bVfosgkMEe-bzopYCigSfg:0v2 2024-05-03 05:17:25.053/* Category@_bVfoswkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:25.051/* Category@_bVfotAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:25.051/* CDOResourceFolder@_bVtEEAkMEe-bzopYCigSfg:0v1("LobTest_testCommitBlob")2024-05-03 05:17:25.083/* CDOResource@_bVtEEQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:25.083/* Image@_bVtEEgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:25.083/* CDOResourceFolder@_bWGssAkMEe-bzopYCigSfg:0v1("LobTest_testCommitClob")2024-05-03 05:17:25.116/* CDOResource@_bWGssQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:25.116/* File@_bWGssgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:25.116/* CDOResourceFolder@_bWWkUAkMEe-bzopYCigSfg:0v1("LobTest_testReadBlob")2024-05-03 05:17:25.141/* CDOResource@_bWWkUQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:25.141/* Image@_bWWkUgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:25.141/* CDOResourceFolder@_bXo9wAkMEe-bzopYCigSfg:0v1("LobTest_testReadClob")2024-05-03 05:17:25.277/* CDOResource@_bXo9wQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:25.277/* File@_bXo9wgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:25.277/* CDOResourceFolder@_b4rOQAkMEe-bzopYCigSfg:0v1("LockingManagerRestartRepositoryTest_testDisableDurableLockingAndReleaseLocks")2024-05-03 05:17:28.742/* CDOResource@_b4rOQQkMEe-bzopYCigSfg:0v1("res1")2024-05-03 05:17:28.742/* Company@_b4rOQgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:28.742/* CDOResourceFolder@_b5dRYAkMEe-bzopYCigSfg:0v1("LockingManagerRestartRepositoryTest_testDurableViewHandler")2024-05-03 05:17:28.823/* CDOResource@_b5dRYQkMEe-bzopYCigSfg:0v1("res1")2024-05-03 05:17:28.823/* Company@_b5dRYgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:28.823/* CDOResourceFolder@_b6sAcAkMEe-bzopYCigSfg:0v1("LockingManagerRestartRepositoryTest_testLockDowngradeAfterEnable")2024-05-03 05:17:28.952/* CDOResource@_b6sngAkMEe-bzopYCigSfg:0v1("res1")2024-05-03 05:17:28.952/* Company@_b6sngQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:28.952/* CDOResourceFolder@_b7FpEAkMEe-bzopYCigSfg:0v1("LockingManagerRestartRepositoryTest_testLockDowngradeBeforeEnable")2024-05-03 05:17:28.994/* CDOResource@_b7FpEQkMEe-bzopYCigSfg:0v1("res1")2024-05-03 05:17:28.994/* Company@_b7FpEgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:28.994/* CDOResourceFolder@_b7f4wAkMEe-bzopYCigSfg:0v1("LockingManagerRestartRepositoryTest_testLockUpgradeAfterEnable")2024-05-03 05:17:29.037/* CDOResource@_b7f4wQkMEe-bzopYCigSfg:0v1("res1")2024-05-03 05:17:29.037/* Company@_b7f4wgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:29.037/* CDOResourceFolder@_b76IcAkMEe-bzopYCigSfg:0v1("LockingManagerRestartRepositoryTest_testLockUpgradeBeforeEnable")2024-05-03 05:17:29.079/* CDOResource@_b76IcQkMEe-bzopYCigSfg:0v1("res1")2024-05-03 05:17:29.079/* Company@_b76IcgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:29.079/* CDOResource@_b8Si8AkMEe-bzopYCigSfg:0v1("res1")2024-05-03 05:17:29.119/* Company@_b8Si8QkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:29.119/* CDOResourceFolder@_b8R74AkMEe-bzopYCigSfg:0v1("LockingManagerRestartRepositoryTest_testReadLockAfterEnable")2024-05-03 05:17:29.119/* CDOResourceFolder@_b8rkgAkMEe-bzopYCigSfg:0v1("LockingManagerRestartRepositoryTest_testReadLockBeforeEnable")2024-05-03 05:17:29.161/* CDOResource@_b8rkgQkMEe-bzopYCigSfg:0v1("res1")2024-05-03 05:17:29.161/* Company@_b8rkggkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:29.161/* CDOResourceFolder@_b9EmEAkMEe-bzopYCigSfg:0v1("LockingManagerRestartRepositoryTest_testWriteLockAfterEnable")2024-05-03 05:17:29.201/* CDOResource@_b9EmEQkMEe-bzopYCigSfg:0v1("res1")2024-05-03 05:17:29.201/* Company@_b9EmEgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:29.201/* CDOResourceFolder@_b9gD4AkMEe-bzopYCigSfg:0v1("LockingManagerRestartRepositoryTest_testWriteLockBeforeEnable")2024-05-03 05:17:29.246/* CDOResource@_b9gD4QkMEe-bzopYCigSfg:0v1("res1")2024-05-03 05:17:29.246/* Company@_b9gD4gkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:29.246/* CDOResourceFolder@_b-T8MAkMEe-bzopYCigSfg:0v1("LockingManagerRestartRepositoryTest_testWriteOptionAfterEnable")2024-05-03 05:17:29.332/* CDOResource@_b-UjQAkMEe-bzopYCigSfg:0v1("res1")2024-05-03 05:17:29.332/* Company@_b-UjQQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:29.332/* CDOResourceFolder@_b-wBEAkMEe-bzopYCigSfg:0v1("LockingManagerRestartRepositoryTest_testWriteOptionBeforeEnable")2024-05-03 05:17:29.378/* CDOResource@_b-wBEQkMEe-bzopYCigSfg:0v1("res1")2024-05-03 05:17:29.378/* Company@_b-wBEgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:29.378/* CDOResourceFolder@_cA-1sAkMEe-bzopYCigSfg:0v1("LockingManagerRestartSessionTest_testDisableDurableLockingAndReleaseLocks")2024-05-03 05:17:29.612/* CDOResource@_cA-1sQkMEe-bzopYCigSfg:0v1("res1")2024-05-03 05:17:29.612/* Company@_cA-1sgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:29.612/* CDOResourceFolder@_cBP7cAkMEe-bzopYCigSfg:0v1("LockingManagerRestartSessionTest_testDurableViewHandler")2024-05-03 05:17:29.640/* CDOResource@_cBP7cQkMEe-bzopYCigSfg:0v1("res1")2024-05-03 05:17:29.640/* Company@_cBQigAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:29.640/* CDOResourceFolder@_cBjdcAkMEe-bzopYCigSfg:0v1("LockingManagerRestartSessionTest_testLockDowngradeAfterEnable")2024-05-03 05:17:29.672/* CDOResource@_cBjdcQkMEe-bzopYCigSfg:0v1("res1")2024-05-03 05:17:29.672/* Company@_cBjdcgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:29.672/* CDOResourceFolder@_cBqLIAkMEe-bzopYCigSfg:0v1("LockingManagerRestartSessionTest_testLockDowngradeBeforeEnable")2024-05-03 05:17:29.683/* CDOResource@_cBqyMAkMEe-bzopYCigSfg:0v1("res1")2024-05-03 05:17:29.683/* Company@_cBqyMQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:29.683/* CDOResourceFolder@_cBw40AkMEe-bzopYCigSfg:0v1("LockingManagerRestartSessionTest_testLockUpgradeAfterEnable")2024-05-03 05:17:29.694/* CDOResource@_cBw40QkMEe-bzopYCigSfg:0v1("res1")2024-05-03 05:17:29.694/* Company@_cBxf4AkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:29.694/* CDOResourceFolder@_cB4NkAkMEe-bzopYCigSfg:0v1("LockingManagerRestartSessionTest_testLockUpgradeBeforeEnable")2024-05-03 05:17:29.705/* CDOResource@_cB4NkQkMEe-bzopYCigSfg:0v1("res1")2024-05-03 05:17:29.705/* Company@_cB4NkgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:29.705/* CDOResourceFolder@_cB-7QAkMEe-bzopYCigSfg:0v1("LockingManagerRestartSessionTest_testReadLockAfterEnable")2024-05-03 05:17:29.717/* CDOResource@_cB-7QQkMEe-bzopYCigSfg:0v1("res1")2024-05-03 05:17:29.717/* Company@_cB_iUAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:29.717/* CDOResourceFolder@_cCJ6YAkMEe-bzopYCigSfg:0v1("LockingManagerRestartSessionTest_testReadLockBeforeEnable")2024-05-03 05:17:29.734/* CDOResource@_cCJ6YQkMEe-bzopYCigSfg:0v1("res1")2024-05-03 05:17:29.734/* Company@_cCJ6YgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:29.734/* CDOResourceFolder@_cCQoEAkMEe-bzopYCigSfg:0v1("LockingManagerRestartSessionTest_testWriteLockAfterEnable")2024-05-03 05:17:29.745/* CDOResource@_cCQoEQkMEe-bzopYCigSfg:0v1("res1")2024-05-03 05:17:29.745/* Company@_cCQoEgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:29.745/* CDOResourceFolder@_cCWusAkMEe-bzopYCigSfg:0v1("LockingManagerRestartSessionTest_testWriteLockBeforeEnable")2024-05-03 05:17:29.756/* CDOResource@_cCXVwAkMEe-bzopYCigSfg:0v1("res1")2024-05-03 05:17:29.756/* Company@_cCXVwQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:29.756/* CDOResourceFolder@_cCeDcAkMEe-bzopYCigSfg:0v1("LockingManagerRestartSessionTest_testWriteOptionAfterEnable")2024-05-03 05:17:29.768/* CDOResource@_cCeDcQkMEe-bzopYCigSfg:0v1("res1")2024-05-03 05:17:29.768/* Company@_cCeDcgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:29.768/* CDOResourceFolder@_cCkxIAkMEe-bzopYCigSfg:0v1("LockingManagerRestartSessionTest_testWriteOptionBeforeEnable")2024-05-03 05:17:29.778/* CDOResource@_cCkxIQkMEe-bzopYCigSfg:0v1("res1")2024-05-03 05:17:29.778/* Company@_cCkxIgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:29.778/* CDOResourceFolder@_cDEgYAkMEe-bzopYCigSfg:0v1("LockingManagerRestartTransactionTest_testDisableDurableLockingAndReleaseLocks")2024-05-03 05:17:29.831/* CDOResource@_cDEgYQkMEe-bzopYCigSfg:0v1("res1")2024-05-03 05:17:29.831/* Company@_cDEgYgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:29.831/* CDOResourceFolder@_cDSi0AkMEe-bzopYCigSfg:0v1("LockingManagerRestartTransactionTest_testDurableViewHandler")2024-05-03 05:17:29.853/* CDOResource@_cDSi0QkMEe-bzopYCigSfg:0v1("res1")2024-05-03 05:17:29.853/* Company@_cDSi0gkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:29.853/* CDOResourceFolder@_cDk2sAkMEe-bzopYCigSfg:0v1("LockingManagerRestartTransactionTest_testLockDowngradeAfterEnable")2024-05-03 05:17:29.883/* CDOResource@_cDk2sQkMEe-bzopYCigSfg:0v1("res1")2024-05-03 05:17:29.883/* Company@_cDk2sgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:29.883/* CDOResourceFolder@_cDqWQAkMEe-bzopYCigSfg:0v1("LockingManagerRestartTransactionTest_testLockDowngradeBeforeEnable")2024-05-03 05:17:29.892/* CDOResource@_cDqWQQkMEe-bzopYCigSfg:0v1("res1")2024-05-03 05:17:29.892/* Company@_cDqWQgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:29.892/* CDOResourceFolder@_cDv10AkMEe-bzopYCigSfg:0v1("LockingManagerRestartTransactionTest_testLockUpgradeAfterEnable")2024-05-03 05:17:29.902/* CDOResource@_cDv10QkMEe-bzopYCigSfg:0v1("res1")2024-05-03 05:17:29.902/* Company@_cDv10gkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:29.902/* CDOResourceFolder@_cD1VYAkMEe-bzopYCigSfg:0v1("LockingManagerRestartTransactionTest_testLockUpgradeBeforeEnable")2024-05-03 05:17:29.911/* CDOResource@_cD1VYQkMEe-bzopYCigSfg:0v1("res1")2024-05-03 05:17:29.911/* Company@_cD1VYgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:29.911/* CDOResourceFolder@_cD608AkMEe-bzopYCigSfg:0v1("LockingManagerRestartTransactionTest_testReadLockAfterEnable")2024-05-03 05:17:29.919/* CDOResource@_cD608QkMEe-bzopYCigSfg:0v1("res1")2024-05-03 05:17:29.919/* Company@_cD608gkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:29.919/* CDOResourceFolder@_cEDX0AkMEe-bzopYCigSfg:0v1("LockingManagerRestartTransactionTest_testReadLockBeforeEnable")2024-05-03 05:17:29.933/* CDOResource@_cEDX0QkMEe-bzopYCigSfg:0v1("res1")2024-05-03 05:17:29.933/* Company@_cEDX0gkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:29.933/* CDOResourceFolder@_cEI3YAkMEe-bzopYCigSfg:0v1("LockingManagerRestartTransactionTest_testWriteLockAfterEnable")2024-05-03 05:17:29.942/* CDOResource@_cEI3YQkMEe-bzopYCigSfg:0v1("res1")2024-05-03 05:17:29.942/* Company@_cEI3YgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:29.942/* CDOResourceFolder@_cENv4AkMEe-bzopYCigSfg:0v1("LockingManagerRestartTransactionTest_testWriteLockBeforeEnable")2024-05-03 05:17:29.951/* CDOResource@_cENv4QkMEe-bzopYCigSfg:0v1("res1")2024-05-03 05:17:29.951/* Company@_cENv4gkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:29.951/* CDOResourceFolder@_cETPcAkMEe-bzopYCigSfg:0v1("LockingManagerRestartTransactionTest_testWriteOptionAfterEnable")2024-05-03 05:17:29.960/* CDOResource@_cETPcQkMEe-bzopYCigSfg:0v1("res1")2024-05-03 05:17:29.960/* Company@_cETPcgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:29.960/* CDOResourceFolder@_cEYvAAkMEe-bzopYCigSfg:0v1("LockingManagerRestartTransactionTest_testWriteOptionBeforeEnable")2024-05-03 05:17:29.968/* CDOResource@_cEYvAQkMEe-bzopYCigSfg:0v1("res1")2024-05-03 05:17:29.968/* Company@_cEYvAgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:29.968/* CDOResourceFolder@_cEtfIAkMEe-bzopYCigSfg:0v1("LockingManagerTest_testAcquiredLock")2024-05-03 05:17:30.003/* CDOResource@_cEtfIQkMEe-bzopYCigSfg:0v1("res1")2024-05-03 05:17:30.003/* Company@_cEtfIgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:30.003/2024-05-03 05:17:30.004 Company@_cEtfIgkMEe-bzopYCigSfg:0v2 2024-05-03 05:17:30.005/* CDOResourceFolder@_cEy-sAkMEe-bzopYCigSfg:0v1("LockingManagerTest_testAutoReleaseExplicitLocks")2024-05-03 05:17:30.012/* CDOResource@_cEy-sQkMEe-bzopYCigSfg:0v1("res1")2024-05-03 05:17:30.012/* Company@_cEy-sgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:30.012/* Category@_cEy-swkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:30.012/2024-05-03 05:17:30.014 Category@_cEy-swkMEe-bzopYCigSfg:0v2 2024-05-03 05:17:30.015/2024-05-03 05:17:30.015 Category@_cEy-swkMEe-bzopYCigSfg:0v3 2024-05-03 05:17:30.016/* Category@_cEy-tAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:30.012/* CDOResourceFolder@_cE7hkAkMEe-bzopYCigSfg:0v1("LockingManagerTest_testAutoReleaseLockFalse_commit")2024-05-03 05:17:30.025/* CDOResource@_cE7hkQkMEe-bzopYCigSfg:0v1("res1")2024-05-03 05:17:30.025/* Company@_cE7hkgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:30.025/2024-05-03 05:17:30.026 Company@_cE7hkgkMEe-bzopYCigSfg:0v2 2024-05-03 05:17:30.027/2024-05-03 05:17:30.027 Company@_cE7hkgkMEe-bzopYCigSfg:0v3 2024-05-03 05:17:30.028/* CDOResourceFolder@_cFBoMAkMEe-bzopYCigSfg:0v1("LockingManagerTest_testAutoReleaseLockFalse_rollback")2024-05-03 05:17:30.036/* CDOResource@_cFBoMQkMEe-bzopYCigSfg:0v1("res1")2024-05-03 05:17:30.036/* Company@_cFBoMgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:30.036/* CDOResourceFolder@_cFHHwAkMEe-bzopYCigSfg:0v1("LockingManagerTest_testAutoReleaseLocks")2024-05-03 05:17:30.044/* CDOResource@_cFHHwQkMEe-bzopYCigSfg:0v1("test1")2024-05-03 05:17:30.044/2024-05-03 05:17:30.045 CDOResource@_cFHHwQkMEe-bzopYCigSfg:0v2("test1")2024-05-03 05:17:30.046/* Supplier@_cFIV4AkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:30.046/* CDOResourceFolder@_cHH58AkMEe-bzopYCigSfg:0v1("LockingManagerTest_testAutoReleaseLocksOnUnchangedObject")2024-05-03 05:17:30.256/* CDOResource@_cHH58QkMEe-bzopYCigSfg:0v1("res1")2024-05-03 05:17:30.256/* Company@_cHH58gkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:30.256/* Category@_cHH58wkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:30.256/* Category@_cHH59AkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:30.256/2024-05-03 05:17:30.257 Category@_cHH59AkMEe-bzopYCigSfg:0v2 2024-05-03 05:17:30.258/2024-05-03 05:17:30.258 Category@_cHH59AkMEe-bzopYCigSfg:0v3 2024-05-03 05:17:30.259/* CDOResourceFolder@_cHPOsAkMEe-bzopYCigSfg:0v1("LockingManagerTest_testAutoReleaseReadLockWithLockedByOthers")2024-05-03 05:17:30.268/* CDOResource@_cHP1wAkMEe-bzopYCigSfg:0v1("res1")2024-05-03 05:17:30.268/2024-05-03 05:17:30.273 CDOResource@_cHP1wAkMEe-bzopYCigSfg:0v2("res1")2024-05-03 05:17:30.274/* Category@_cHP1wQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:30.268/* Product1@_cHTgIAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:30.274/* CDOResourceFolder@_cHZmwAkMEe-bzopYCigSfg:0v1("LockingManagerTest_testAutoReleaseWriteLockWithLockedByOthers")2024-05-03 05:17:30.285/* CDOResource@_cHZmwQkMEe-bzopYCigSfg:0v1("res1")2024-05-03 05:17:30.285/* Category@_cHZmwgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:30.285/* Product1@_cHZmwwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:30.285/2024-05-03 05:17:30.288 Product1@_cHZmwwkMEe-bzopYCigSfg:0v2 2024-05-03 05:17:30.289/* CDOResourceFolder@_casWMAkMEe-bzopYCigSfg:0v1("LockingManagerTest_testBugzilla_270345")2024-05-03 05:17:32.308/* CDOResource@_cas9QAkMEe-bzopYCigSfg:0v1("res1")2024-05-03 05:17:32.308/* Company@_cas9QQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:32.308/* Company@_cas9QgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:32.308/2024-05-03 05:17:32.310 Company@_cas9QgkMEe-bzopYCigSfg:0v2 2024-05-03 05:17:32.311/* CDOResourceFolder@_cazq8AkMEe-bzopYCigSfg:0v1("LockingManagerTest_testDeleteLockedObject")2024-05-03 05:17:32.319/* CDOResource@_cazq8QkMEe-bzopYCigSfg:0v1("res1")2024-05-03 05:17:32.319/2024-05-03 05:17:32.320 CDOResource@_cazq8QkMEe-bzopYCigSfg:0v2("res1")2024-05-03 05:17:32.321/* Category@_cazq8gkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:32.319/2024-05-03 05:17:32.320 CDOResourceFolder@_ca6YoAkMEe-bzopYCigSfg:0v1("LockingManagerTest_testDetachedObjects")2024-05-03 05:17:32.331/* CDOResource@_ca6_sAkMEe-bzopYCigSfg:0v1("res1")2024-05-03 05:17:32.331/2024-05-03 05:17:32.333 CDOResource@_ca6_sAkMEe-bzopYCigSfg:0v2("res1")2024-05-03 05:17:32.334/* Company@_ca6_sQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:32.331/2024-05-03 05:17:32.333 CDOResourceFolder@_ccDoIAkMEe-bzopYCigSfg:0v1("LockingManagerTest_testLockContention")2024-05-03 05:17:32.450/* CDOResource@_ccDoIQkMEe-bzopYCigSfg:0v1("res1")2024-05-03 05:17:32.450/* Company@_ccDoIgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:32.450/* CDOResourceFolder@_cfHjMAkMEe-bzopYCigSfg:0v1("LockingManagerTest_testLockContentionRecursive")2024-05-03 05:17:32.773/* CDOResource@_cfIKQAkMEe-bzopYCigSfg:0v1("res1")2024-05-03 05:17:32.773/* Company@_cfIKQQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:32.773/* Category@_cfIKQgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:32.773/* Category@_cfIKQwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:32.773/* Category@_cfIKRAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:32.773/* Category@_cfIKRQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:32.773/* Category@_cfIKRgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:32.773/* Supplier@_cfIKRwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:32.773/* Customer@_cfIKSAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:32.773/* CDOResourceFolder@_csURsAkMEe-bzopYCigSfg:0v1("LockingManagerTest_testLockDetached")2024-05-03 05:17:34.156/* CDOResource@_csU4wAkMEe-bzopYCigSfg:0v1("res1")2024-05-03 05:17:34.156/* Company@_csU4wQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:34.156/* CDOResourceFolder@_c_-NgAkMEe-bzopYCigSfg:0v1("LockingManagerTest_testReadLockAndCommitSameTransaction")2024-05-03 05:17:36.216/* CDOResource@_c_-NgQkMEe-bzopYCigSfg:0v1("res1")2024-05-03 05:17:36.216/* Company@_c_-NggkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:36.216/2024-05-03 05:17:36.218 Company@_c_-NggkMEe-bzopYCigSfg:0v2 2024-05-03 05:17:36.219/* CDOResourceFolder@_c1-kAAkMEe-bzopYCigSfg:0v1("LockingManagerTest_testLockOnNewObject")2024-05-03 05:17:35.169/* CDOResource@_c1_LEAkMEe-bzopYCigSfg:0v1("res1")2024-05-03 05:17:35.169/2024-05-03 05:17:35.170 CDOResource@_c1_LEAkMEe-bzopYCigSfg:0v2("res1")2024-05-03 05:17:35.171/* Category@_c1_yIAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:35.171/* Category@_c2AZMAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:35.171/* Category@_c2AZMQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:35.171/* CDOResourceFolder@_c2HG4AkMEe-bzopYCigSfg:0v1("LockingManagerTest_testLockRefreshForHeldLock")2024-05-03 05:17:35.183/* CDOResource@_c2Ht8AkMEe-bzopYCigSfg:0v1("res1")2024-05-03 05:17:35.183/* CDOResource@_c2OboAkMEe-bzopYCigSfg:0v1("res1")2024-05-03 05:17:35.194/* Company@_c2OboQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:35.194/* CDOResourceFolder@_c2N0kAkMEe-bzopYCigSfg:0v1("LockingManagerTest_testLockUnlock")2024-05-03 05:17:35.194/* CDOResourceFolder@_c2UiQAkMEe-bzopYCigSfg:0v1("LockingManagerTest_testReadLockAndCommitFromDifferentTransaction")2024-05-03 05:17:35.205/* CDOResource@_c2UiQQkMEe-bzopYCigSfg:0v1("res1")2024-05-03 05:17:35.205/* Company@_c2UiQgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:35.205/* CDOResourceFolder@_dKEksAkMEe-bzopYCigSfg:0v1("LockingManagerTest_testReadUnlockMultiple")2024-05-03 05:17:37.276/* CDOResource@_dKEksQkMEe-bzopYCigSfg:0v1("res1")2024-05-03 05:17:37.276/* Company@_dKFLwAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:37.276/* Category@_dKFLwQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:37.276/* Category@_dKFLwgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:37.276/* Category@_dKFLwwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:37.276/* Category@_dKFLxAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:37.276/* Category@_dKFLxQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:37.276/* Category@_dKFLxgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:37.276/* Category@_dKFLxwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:37.276/* Category@_dKFLyAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:37.276/* Category@_dKFLyQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:37.276/* CDOResourceFolder@_dKLSYAkMEe-bzopYCigSfg:0v1("LockingManagerTest_testRecursiveLock")2024-05-03 05:17:37.287/* CDOResource@_dKL5cAkMEe-bzopYCigSfg:0v1("res1")2024-05-03 05:17:37.287/* Category@_dKL5cQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:37.287/* Category@_dKL5cgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:37.287/* Category@_dKL5cwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:37.287/* Category@_dKL5dAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:37.287/* CDOResourceFolder@_dKRZAAkMEe-bzopYCigSfg:0v1("LockingManagerTest_testRefreshLockStates")2024-05-03 05:17:37.296/* CDOResource@_dKRZAQkMEe-bzopYCigSfg:0v1("res1")2024-05-03 05:17:37.296/* CDOResourceFolder@_dKZ74AkMEe-bzopYCigSfg:0v1("LockingManagerTest_testSessionClose")2024-05-03 05:17:37.311/* CDOResource@_dKZ74QkMEe-bzopYCigSfg:0v1("res1")2024-05-03 05:17:37.311/* Company@_dKZ74gkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:37.311/* CDOResourceFolder@_dLdEwAkMEe-bzopYCigSfg:0v1("LockingManagerTest_testTransactionClose")2024-05-03 05:17:37.421/* CDOResource@_dLdEwQkMEe-bzopYCigSfg:0v1("res1")2024-05-03 05:17:37.421/* Company@_dLdEwgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:37.421/* CDOResourceFolder@_dLikUAkMEe-bzopYCigSfg:0v1("LockingManagerTest_testTransactionGetLockStates")2024-05-03 05:17:37.429/* CDOResource@_dLikUQkMEe-bzopYCigSfg:0v1("res1")2024-05-03 05:17:37.429/* CDOResource@_dLyb8AkMEe-bzopYCigSfg:0v1("res1")2024-05-03 05:17:37.455/* Company@_dLyb8QkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:37.455/* CDOResourceFolder@_dLx04AkMEe-bzopYCigSfg:0v1("LockingManagerTest_testWriteLock")2024-05-03 05:17:37.455/* CDOResourceFolder@_dADtEAkMEe-bzopYCigSfg:0v1("LockingManagerTest_testReadLockByOthers")2024-05-03 05:17:36.226/* CDOResource@_dAEUIAkMEe-bzopYCigSfg:0v1("res1")2024-05-03 05:17:36.226/* Company@_dAEUIQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:36.226/* CDOResourceFolder@_dAJzsAkMEe-bzopYCigSfg:0v1("LockingManagerTest_testReadLockMultiple")2024-05-03 05:17:36.235/* CDOResource@_dAJzsQkMEe-bzopYCigSfg:0v1("res1")2024-05-03 05:17:36.235/* Company@_dAJzsgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:36.235/* Category@_dAJzswkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:36.235/* Category@_dAJztAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:36.235/* Category@_dAJztQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:36.235/* Category@_dAJztgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:36.235/* Category@_dAJztwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:36.235/* Category@_dAJzuAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:36.235/* Category@_dAJzuQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:36.235/* Category@_dAJzugkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:36.235/* Category@_dAJzuwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:36.235/* CDOResourceFolder@_dAP6UAkMEe-bzopYCigSfg:0v1("LockingManagerTest_testReadLockStaleRevision")2024-05-03 05:17:36.245/* CDOResource@_dAP6UQkMEe-bzopYCigSfg:0v1("res1")2024-05-03 05:17:36.245/* Company@_dAP6UgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:36.245/2024-05-03 05:17:36.248 Company@_dAP6UgkMEe-bzopYCigSfg:0v2 2024-05-03 05:17:36.249/* CDOResourceFolder@_dAWoAAkMEe-bzopYCigSfg:0v1("LockingManagerTest_testReadLockedByOthers")2024-05-03 05:17:36.256/* CDOResource@_dAWoAQkMEe-bzopYCigSfg:0v1("res1")2024-05-03 05:17:36.256/* Company@_dAWoAgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:36.256/* CDOResourceFolder@_dAcHkAkMEe-bzopYCigSfg:0v1("LockingManagerTest_testReadTimeout")2024-05-03 05:17:36.265/* CDOResource@_dAcHkQkMEe-bzopYCigSfg:0v1("res1")2024-05-03 05:17:36.265/* Company@_dAcHkgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:36.265/* CDOResourceFolder@_de-dsAkMEe-bzopYCigSfg:0v1("LockingManagerTest_testWriteLockAndCommitFromDifferentTransaction")2024-05-03 05:17:39.468/* CDOResource@_de-dsQkMEe-bzopYCigSfg:0v1("res1")2024-05-03 05:17:39.468/* Company@_de_EwAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:39.468/* CDOResourceFolder@_donh4AkMEe-bzopYCigSfg:0v1("LockingManagerTest_testWriteLockAndCommitSameTransaction")2024-05-03 05:17:40.479/* CDOResource@_donh4QkMEe-bzopYCigSfg:0v1("res1")2024-05-03 05:17:40.479/* Company@_donh4gkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:40.479/2024-05-03 05:17:40.480 Company@_donh4gkMEe-bzopYCigSfg:0v2 2024-05-03 05:17:40.481/* CDOResourceFolder@_dotogAkMEe-bzopYCigSfg:0v1("LockingManagerTest_testWriteLockAndRollback")2024-05-03 05:17:40.489/* CDOResource@_dotogQkMEe-bzopYCigSfg:0v1("res1")2024-05-03 05:17:40.489/* Company@_dotoggkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:40.489/* CDOResourceFolder@_dozvIAkMEe-bzopYCigSfg:0v1("LockingManagerTest_testWriteLockByOthers")2024-05-03 05:17:40.499/* CDOResource@_dozvIQkMEe-bzopYCigSfg:0v1("res1")2024-05-03 05:17:40.499/* Company@_dozvIgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:40.499/* CDOResourceFolder@_do51wAkMEe-bzopYCigSfg:0v1("LockingManagerTest_testWriteLockFromDifferenceTransaction")2024-05-03 05:17:40.508/* CDOResource@_do51wQkMEe-bzopYCigSfg:0v1("res1")2024-05-03 05:17:40.508/* Company@_do51wgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:40.508/* CDOResourceFolder@_dyiS4AkMEe-bzopYCigSfg:0v1("LockingManagerTest_testWriteLockMultiple")2024-05-03 05:17:41.519/* CDOResource@_dyiS4QkMEe-bzopYCigSfg:0v1("res1")2024-05-03 05:17:41.519/* Company@_dyiS4gkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:41.519/* Category@_dyiS4wkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:41.519/* Category@_dyiS5AkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:41.519/* Category@_dyiS5QkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:41.519/* Category@_dyiS5gkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:41.519/* Category@_dyiS5wkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:41.519/* Category@_dyiS6AkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:41.519/* Category@_dyiS6QkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:41.519/* Category@_dyiS6gkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:41.519/* Category@_dyiS6wkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:41.519/* CDOResourceFolder@_dyoZgAkMEe-bzopYCigSfg:0v1("LockingManagerTest_testWriteLockPerformance")2024-05-03 05:17:41.529/* CDOResource@_dypAkAkMEe-bzopYCigSfg:0v1("res1")2024-05-03 05:17:41.529/* Company@_dypAkQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:41.529/* CDOResourceFolder@_dy8ikAkMEe-bzopYCigSfg:0v1("LockingManagerTest_testWriteLockStaleRevision")2024-05-03 05:17:41.561/* CDOResource@_dy8ikQkMEe-bzopYCigSfg:0v1("res1")2024-05-03 05:17:41.561/* Company@_dy8ikgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:41.561/2024-05-03 05:17:41.564 Company@_dy8ikgkMEe-bzopYCigSfg:0v2 2024-05-03 05:17:41.565/* CDOResourceFolder@_dzD3UAkMEe-bzopYCigSfg:0v1("LockingManagerTest_testWriteLockViaObject")2024-05-03 05:17:41.573/* CDOResource@_dzD3UQkMEe-bzopYCigSfg:0v1("res1")2024-05-03 05:17:41.573/* Company@_dzD3UgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:41.573/* CDOResourceFolder@_eI49YAkMEe-bzopYCigSfg:0v1("LockingNotificationsTest_testDifferentBranchSameSession")2024-05-03 05:17:43.863/* CDOResource@_eI49YQkMEe-bzopYCigSfg:0v1("r1") 2024-05-03 05:17:43.863/* Company@_eI49YgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:43.863/* CDOResourceFolder@_eJ-igAkMEe-bzopYCigSfg:0v1("LockingNotificationsTest_testDifferentBranchSameSession_WithAutoRelease")2024-05-03 05:17:43.977/* CDOResource@_eJ_JkAkMEe-bzopYCigSfg:0v1("r1") 2024-05-03 05:17:43.977/* Company@_eJ_JkQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:43.977/2024-05-03 05:17:44.078 Company@_eJ_JkQkMEe-bzopYCigSfg:0v2 2024-05-03 05:17:44.079/2024-05-03 05:17:44.281 Company@_eJ_JkQkMEe-bzopYCigSfg:0v3 2024-05-03 05:17:44.282/2024-05-03 05:17:44.483 Company@_eJ_JkQkMEe-bzopYCigSfg:0v4 2024-05-03 05:17:44.484/* CDOResourceFolder@_eP3vIAkMEe-bzopYCigSfg:0v1("LockingNotificationsTest_testEnableDisableNotifications")2024-05-03 05:17:44.594/* CDOResource@_eP3vIQkMEe-bzopYCigSfg:0v1("r1") 2024-05-03 05:17:44.594/2024-05-03 05:17:44.699 CDOResource@_eP3vIQkMEe-bzopYCigSfg:0v2("r1") 2024-05-03 05:17:44.700/2024-05-03 05:17:44.707 CDOResource@_eP3vIQkMEe-bzopYCigSfg:0v3("r1") 2024-05-03 05:17:44.708/* Company@_eP3vIgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:44.594/2024-05-03 05:17:44.699 CDOResourceFolder@_eBhxIAkMEe-bzopYCigSfg:0v1("LockingManagerTest_testWriteUnlockMultiple")2024-05-03 05:17:43.091/* CDOResource@_eBhxIQkMEe-bzopYCigSfg:0v1("res1")2024-05-03 05:17:43.091/* Company@_eBhxIgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:43.091/* Category@_eBhxIwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:43.091/* Category@_eBhxJAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:43.091/* Category@_eBhxJQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:43.091/* Category@_eBhxJgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:43.091/* Category@_eBhxJwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:43.091/* Category@_eBhxKAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:43.091/* Category@_eBhxKQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:43.091/* Category@_eBhxKgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:43.091/* Category@_eBhxKwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:43.091/* CDOResourceFolder@_eBoe0AkMEe-bzopYCigSfg:0v1("LockingNotificationsTest_testCloseViewDifferentSession")2024-05-03 05:17:43.102/* CDOResource@_eBpF4AkMEe-bzopYCigSfg:0v1("r1") 2024-05-03 05:17:43.102/* Company@_eBpF4QkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:43.102/* CDOResourceFolder@_eBwaoAkMEe-bzopYCigSfg:0v1("LockingNotificationsTest_testCloseViewSameSession")2024-05-03 05:17:43.114/* CDOResource@_eBwaoQkMEe-bzopYCigSfg:0v1("r1") 2024-05-03 05:17:43.114/* Company@_eBwaogkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:43.114/* CDOResourceFolder@_eB3vYAkMEe-bzopYCigSfg:0v1("LockingNotificationsTest_testDifferentBranchDifferentSession")2024-05-03 05:17:43.127/* CDOResource@_eB4WcAkMEe-bzopYCigSfg:0v1("r1") 2024-05-03 05:17:43.127/* Company@_eB4WcQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:43.127/* CDOResourceFolder@_eC97kAkMEe-bzopYCigSfg:0v1("LockingNotificationsTest_testDifferentBranchDifferentSession_WithAutoRelease")2024-05-03 05:17:43.242/* CDOResource@_eC97kQkMEe-bzopYCigSfg:0v1("r1") 2024-05-03 05:17:43.242/* Company@_eC97kgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:43.242/2024-05-03 05:17:43.343 Company@_eC97kgkMEe-bzopYCigSfg:0v2 2024-05-03 05:17:43.344/2024-05-03 05:17:43.545 Company@_eC97kgkMEe-bzopYCigSfg:0v3 2024-05-03 05:17:43.546/2024-05-03 05:17:43.747 Company@_eC97kgkMEe-bzopYCigSfg:0v4 2024-05-03 05:17:43.748/* CDOResourceFolder@_ea_aAAkMEe-bzopYCigSfg:0v1("MapTest_testEObjectToEObjectBothContainedMap")2024-05-03 05:17:45.776/* CDOResource@_ea_aAQkMEe-bzopYCigSfg:0v1("test19")2024-05-03 05:17:45.776/* MapHolder@_ebABEAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:45.776/2024-05-03 05:17:45.799 MapHolder@_ebABEAkMEe-bzopYCigSfg:0v2 2024-05-03 05:17:45.800/2024-05-03 05:17:45.828 MapHolder@_ebABEAkMEe-bzopYCigSfg:0v3 2024-05-03 05:17:45.829/* EObjectToEObjectBothContainedMap@_ebABEQkMEe-bzopYCigSfg:0v12024-05-03 05:17:45.776/2024-05-03 05:17:45.799 PurchaseOrder@_ebABEgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:45.776/2024-05-03 05:17:45.799 OrderDetail@_ebABEwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:45.776/2024-05-03 05:17:45.799 EObjectToEObjectBothContainedMap@_ebABFAkMEe-bzopYCigSfg:0v12024-05-03 05:17:45.776/2024-05-03 05:17:45.828 PurchaseOrder@_ebABFQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:45.776/2024-05-03 05:17:45.828 OrderDetail@_ebABFgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:45.776/2024-05-03 05:17:45.828 EObjectToEObjectBothContainedMap@_ebABFwkMEe-bzopYCigSfg:0v12024-05-03 05:17:45.776/2024-05-03 05:17:45.828 PurchaseOrder@_ebABGAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:45.776/2024-05-03 05:17:45.828 OrderDetail@_ebABGQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:45.776/2024-05-03 05:17:45.828 CDOResourceFolder@_ebw2EAkMEe-bzopYCigSfg:0v1("MapTest_testEObjectToEObjectKeyContainedMap")2024-05-03 05:17:45.842/* CDOResource@_ebw2EQkMEe-bzopYCigSfg:0v1("test110")2024-05-03 05:17:45.842/* MapHolder@_ebw2EgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:45.842/2024-05-03 05:17:45.855 MapHolder@_ebw2EgkMEe-bzopYCigSfg:0v2 2024-05-03 05:17:45.856/2024-05-03 05:17:45.861 MapHolder@_ebw2EgkMEe-bzopYCigSfg:0v3 2024-05-03 05:17:45.862/* EObjectToEObjectKeyContainedMap@_ebw2EwkMEe-bzopYCigSfg:0v12024-05-03 05:17:45.842/2024-05-03 05:17:45.855 PurchaseOrder@_ebw2FAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:45.842/2024-05-03 05:17:45.855 EObjectToEObjectKeyContainedMap@_ebw2FQkMEe-bzopYCigSfg:0v12024-05-03 05:17:45.842/2024-05-03 05:17:45.861 PurchaseOrder@_ebw2FgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:45.842/2024-05-03 05:17:45.861 EObjectToEObjectKeyContainedMap@_ebw2FwkMEe-bzopYCigSfg:0v12024-05-03 05:17:45.842/2024-05-03 05:17:45.861 PurchaseOrder@_ebw2GAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:45.842/2024-05-03 05:17:45.861 OrderDetail@_ebw2GQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:45.842/* OrderDetail@_ebw2GgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:45.842/* OrderDetail@_ebw2GwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:45.842/* CDOResourceFolder@_ecEYEAkMEe-bzopYCigSfg:0v1("MapTest_testEObjectToEObjectMap")2024-05-03 05:17:45.874/* CDOResource@_ecEYEQkMEe-bzopYCigSfg:0v1("test111")2024-05-03 05:17:45.874/* MapHolder@_ecEYEgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:45.874/2024-05-03 05:17:45.886 MapHolder@_ecEYEgkMEe-bzopYCigSfg:0v2 2024-05-03 05:17:45.887/2024-05-03 05:17:45.891 MapHolder@_ecEYEgkMEe-bzopYCigSfg:0v3 2024-05-03 05:17:45.892/* EObjectToEObjectMap@_ecEYEwkMEe-bzopYCigSfg:0v12024-05-03 05:17:45.874/2024-05-03 05:17:45.886 EObjectToEObjectMap@_ecEYFAkMEe-bzopYCigSfg:0v12024-05-03 05:17:45.874/2024-05-03 05:17:45.891 EObjectToEObjectMap@_ecEYFQkMEe-bzopYCigSfg:0v12024-05-03 05:17:45.874/2024-05-03 05:17:45.891 PurchaseOrder@_ecEYFgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:45.874/* PurchaseOrder@_ecEYFwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:45.874/* PurchaseOrder@_ecEYGAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:45.874/* OrderDetail@_ecEYGQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:45.874/* OrderDetail@_ecEYGgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:45.874/* OrderDetail@_ecEYGwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:45.874/* CDOResourceFolder@_ecWE4AkMEe-bzopYCigSfg:0v1("MapTest_testEObjectToEObjectValueContainedMap")2024-05-03 05:17:45.903/* CDOResource@_ecWE4QkMEe-bzopYCigSfg:0v1("test112")2024-05-03 05:17:45.903/* MapHolder@_ecWE4gkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:45.903/2024-05-03 05:17:45.919 MapHolder@_ecWE4gkMEe-bzopYCigSfg:0v2 2024-05-03 05:17:45.920/2024-05-03 05:17:45.926 MapHolder@_ecWE4gkMEe-bzopYCigSfg:0v3 2024-05-03 05:17:45.927/* EObjectToEObjectValueContainedMap@_ecWE4wkMEe-bzopYCigSfg:0v12024-05-03 05:17:45.903/2024-05-03 05:17:45.919 OrderDetail@_ecWE5AkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:45.903/2024-05-03 05:17:45.919 EObjectToEObjectValueContainedMap@_ecWE5QkMEe-bzopYCigSfg:0v12024-05-03 05:17:45.903/2024-05-03 05:17:45.926 OrderDetail@_ecWE5gkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:45.903/2024-05-03 05:17:45.926 EObjectToEObjectValueContainedMap@_ecWE5wkMEe-bzopYCigSfg:0v12024-05-03 05:17:45.903/2024-05-03 05:17:45.926 OrderDetail@_ecWE6AkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:45.903/2024-05-03 05:17:45.926 PurchaseOrder@_ecWE6QkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:45.903/* PurchaseOrder@_ecWE6gkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:45.903/* PurchaseOrder@_ecWE6wkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:45.903/* CDOResourceFolder@_ecrcEAkMEe-bzopYCigSfg:0v1("MapTest_testIntegerStringMap")2024-05-03 05:17:45.938/* CDOResource@_ecsDIAkMEe-bzopYCigSfg:0v1("test113")2024-05-03 05:17:45.938/* MapHolder@_ecsDIQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:45.938/2024-05-03 05:17:45.948 MapHolder@_ecsDIQkMEe-bzopYCigSfg:0v2 2024-05-03 05:17:45.949/2024-05-03 05:17:45.953 MapHolder@_ecsDIQkMEe-bzopYCigSfg:0v3 2024-05-03 05:17:45.954/* IntegerToStringMap@_ecsDIgkMEe-bzopYCigSfg:0v12024-05-03 05:17:45.938/2024-05-03 05:17:45.948 IntegerToStringMap@_ecsDIwkMEe-bzopYCigSfg:0v12024-05-03 05:17:45.938/2024-05-03 05:17:45.953 IntegerToStringMap@_ecsDJAkMEe-bzopYCigSfg:0v12024-05-03 05:17:45.938/2024-05-03 05:17:45.953 IntegerToStringMap@_ecsDJQkMEe-bzopYCigSfg:0v12024-05-03 05:17:45.938/2024-05-03 05:17:45.953 CDOResourceFolder@_ec76wAkMEe-bzopYCigSfg:0v1("MapTest_testStringStringMap")2024-05-03 05:17:45.966/* CDOResource@_ec76wQkMEe-bzopYCigSfg:0v1("test114")2024-05-03 05:17:45.966/* MapHolder@_ec8h0AkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:45.966/2024-05-03 05:17:45.977 MapHolder@_ec8h0AkMEe-bzopYCigSfg:0v2 2024-05-03 05:17:45.978/2024-05-03 05:17:45.983 MapHolder@_ec8h0AkMEe-bzopYCigSfg:0v3 2024-05-03 05:17:45.984/* StringToStringMap@_ec8h0QkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:45.966/2024-05-03 05:17:45.977 StringToStringMap@_ec8h0gkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:45.966/2024-05-03 05:17:45.983 StringToStringMap@_ec8h0wkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:45.966/2024-05-03 05:17:45.983 StringToStringMap@_ec8h1AkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:45.966/2024-05-03 05:17:45.983 StringToStringMap@_ec8h1QkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:45.966/2024-05-03 05:17:45.983 StringToStringMap@_ec8h1gkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:45.966/2024-05-03 05:17:45.983 StringToStringMap@_ec8h1wkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:45.966/2024-05-03 05:17:45.983 StringToStringMap@_ec8h2AkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:45.966/2024-05-03 05:17:45.983 CDOResourceFolder@_edO1sAkMEe-bzopYCigSfg:0v1("MapTest_testStringToAddressContainmentMap")2024-05-03 05:17:45.996/* CDOResource@_edO1sQkMEe-bzopYCigSfg:0v1("test115")2024-05-03 05:17:45.996/* MapHolder@_edPcwAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:45.996/2024-05-03 05:17:46.012 MapHolder@_edPcwAkMEe-bzopYCigSfg:0v2 2024-05-03 05:17:46.013/2024-05-03 05:17:46.017 MapHolder@_edPcwAkMEe-bzopYCigSfg:0v3 2024-05-03 05:17:46.018/* StringToAddressContainmentMap@_edPcwQkMEe-bzopYCigSfg:0v12024-05-03 05:17:45.996/2024-05-03 05:17:46.012 Address@_edPcwgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:45.996/2024-05-03 05:17:46.012 StringToAddressContainmentMap@_edPcwwkMEe-bzopYCigSfg:0v12024-05-03 05:17:45.996/2024-05-03 05:17:46.017 Address@_edPcxAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:45.996/2024-05-03 05:17:46.017 StringToAddressContainmentMap@_edPcxQkMEe-bzopYCigSfg:0v12024-05-03 05:17:45.996/2024-05-03 05:17:46.017 Address@_edPcxgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:45.996/2024-05-03 05:17:46.017 CDOResourceFolder@_edkz8AkMEe-bzopYCigSfg:0v1("MapTest_testStringToAddressReferenceMap")2024-05-03 05:17:46.032/* CDOResource@_edlbAAkMEe-bzopYCigSfg:0v1("test116")2024-05-03 05:17:46.032/* MapHolder@_edlbAQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:46.032/2024-05-03 05:17:46.044 MapHolder@_edlbAQkMEe-bzopYCigSfg:0v2 2024-05-03 05:17:46.045/2024-05-03 05:17:46.049 MapHolder@_edlbAQkMEe-bzopYCigSfg:0v3 2024-05-03 05:17:46.050/* StringToAddressReferenceMap@_edlbAgkMEe-bzopYCigSfg:0v12024-05-03 05:17:46.032/2024-05-03 05:17:46.044 StringToAddressReferenceMap@_edlbAwkMEe-bzopYCigSfg:0v12024-05-03 05:17:46.032/2024-05-03 05:17:46.049 StringToAddressReferenceMap@_edlbBAkMEe-bzopYCigSfg:0v12024-05-03 05:17:46.032/2024-05-03 05:17:46.049 Address@_edlbBQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:46.032/* Address@_edlbBgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:46.032/* Address@_edlbBwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:46.032/* CDOResourceFolder@_ed3H0AkMEe-bzopYCigSfg:0v1("MapTest_testStringVATMap")2024-05-03 05:17:46.062/* CDOResource@_ed3H0QkMEe-bzopYCigSfg:0v1("test117")2024-05-03 05:17:46.062/* MapHolder@_ed3H0gkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:46.062/2024-05-03 05:17:46.073 MapHolder@_ed3H0gkMEe-bzopYCigSfg:0v2 2024-05-03 05:17:46.074/2024-05-03 05:17:46.078 MapHolder@_ed3H0gkMEe-bzopYCigSfg:0v3 2024-05-03 05:17:46.079/* StringToVATMap@_ed3H0wkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:46.062/2024-05-03 05:17:46.073 StringToVATMap@_ed3H1AkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:46.062/2024-05-03 05:17:46.078 StringToVATMap@_ed3H1QkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:46.062/2024-05-03 05:17:46.078 CDOResourceFolder@_eeI0oAkMEe-bzopYCigSfg:0v1("MapTest_testTransientMap")2024-05-03 05:17:46.099/* CDOResource@_eeI0oQkMEe-bzopYCigSfg:0v1("test1")2024-05-03 05:17:46.099/* PropertiesMap@_eeI0ogkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:46.099/* CDOResourceFolder@_eeey4AkMEe-bzopYCigSfg:0v1("MergingTest_testAdditionsInSourceAndTarget")2024-05-03 05:17:46.126/* CDOResource@_eeey4QkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:46.126/2024-05-03 05:17:46.140 CDOResource@_eeey4QkMEe-bzopYCigSfg:0v2("res")2024-05-03 05:17:46.141/2024-05-03 05:17:46.152 CDOResource@_eeey4QkMEe-bzopYCigSfg:0v3("res")2024-05-03 05:17:46.153/2024-05-03 05:17:46.186 CDOResource@_eeey4QkMEe-bzopYCigSfg:0v4("res")2024-05-03 05:17:46.187/2024-05-03 05:17:46.211 CDOResource@_eeey4QkMEe-bzopYCigSfg:0v5("res")2024-05-03 05:17:46.212/* Company@_eeey4gkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:46.126/* Company@_eeey4wkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:46.126/* Company@_eeey5AkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:46.126/* Company@_eeey5QkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:46.126/* Company@_eeey5gkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:46.126/* Company@_eenVwAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:46.141/* Company@_eenVwQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:46.141/* Company@_eenVwgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:46.141/* Company@_eenVwwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:46.141/* Company@_eevRkAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:46.153/* Company@_eevRkQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:46.153/* Company@_eevRkgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:46.153/* Company@_ee4bgAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:46.187/* Company@_ee4bgQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:46.187/* Company@_efMkkAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:46.212/* CDOResourceFolder@_efbOEAkMEe-bzopYCigSfg:0v1("MergingTest_testAutoMerge")2024-05-03 05:17:46.226/* CDOResource@_efbOEQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:46.226/* Company@_efbOEgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:46.226/2024-05-03 05:17:46.248 Company@_efbOEgkMEe-bzopYCigSfg:0v2 2024-05-03 05:17:46.249/* Company@_efbOEwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:46.226/2024-05-03 05:17:46.248 Company@_efbOEwkMEe-bzopYCigSfg:0v2 2024-05-03 05:17:46.249/* Company@_efbOFAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:46.226/2024-05-03 05:17:46.248 Company@_efbOFAkMEe-bzopYCigSfg:0v2 2024-05-03 05:17:46.249/* Company@_efbOFQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:46.226/2024-05-03 05:17:46.265 Company@_efbOFQkMEe-bzopYCigSfg:0v2 2024-05-03 05:17:46.266/* Company@_efbOFgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:46.226/2024-05-03 05:17:46.265 Company@_efbOFgkMEe-bzopYCigSfg:0v2 2024-05-03 05:17:46.266/* Company@_efbOFwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:46.226/2024-05-03 05:17:46.265 Company@_efbOFwkMEe-bzopYCigSfg:0v2 2024-05-03 05:17:46.266/* CDOResourceFolder@_ef5vMAkMEe-bzopYCigSfg:0v1("MergingTest_testFromBranchWithAdditions")2024-05-03 05:17:46.275/* CDOResource@_ef5vMQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:46.275/2024-05-03 05:17:46.288 CDOResource@_ef5vMQkMEe-bzopYCigSfg:0v2("res")2024-05-03 05:17:46.289/2024-05-03 05:17:46.300 CDOResource@_ef5vMQkMEe-bzopYCigSfg:0v3("res")2024-05-03 05:17:46.301/2024-05-03 05:17:46.329 CDOResource@_ef5vMQkMEe-bzopYCigSfg:0v4("res")2024-05-03 05:17:46.330/* Company@_ef5vMgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:46.275/* Company@_ef5vMwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:46.275/* Company@_ef5vNAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:46.275/* Company@_ef5vNQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:46.275/* Company@_ef5vNgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:46.275/* Company@_eQ4bwAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:44.700/2024-05-03 05:17:44.707 Company@_eQ9UQAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:44.708/* CDOResourceFolder@_eSCSUAkMEe-bzopYCigSfg:0v1("LockingNotificationsTest_testEnableDisableNotificationsSameSession")2024-05-03 05:17:44.822/* CDOResource@_eSCSUQkMEe-bzopYCigSfg:0v1("r1") 2024-05-03 05:17:44.822/2024-05-03 05:17:44.927 CDOResource@_eSCSUQkMEe-bzopYCigSfg:0v2("r1") 2024-05-03 05:17:44.928/2024-05-03 05:17:44.932 CDOResource@_eSCSUQkMEe-bzopYCigSfg:0v3("r1") 2024-05-03 05:17:44.933/* Company@_eSCSUgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:44.822/2024-05-03 05:17:44.927 Company@_eTC-8AkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:44.928/2024-05-03 05:17:44.932 Company@_eTGpUAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:44.933/* CDOResourceFolder@_eUPRwAkMEe-bzopYCigSfg:0v1("LockingNotificationsTest_testLockStateHeldByDurableView")2024-05-03 05:17:45.053/* CDOResource@_eUPRwQkMEe-bzopYCigSfg:0v1("r1") 2024-05-03 05:17:45.053/* Company@_eUPRwgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:45.053/* CDOResourceFolder@_eUWmgAkMEe-bzopYCigSfg:0v1("LockingNotificationsTest_testLockStateTransientAndNew")2024-05-03 05:17:45.065/* CDOResource@_eUXNkAkMEe-bzopYCigSfg:0v1("r1") 2024-05-03 05:17:45.065/* Company@_eUXNkgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:45.065/* CDOResourceFolder@_eUdUMAkMEe-bzopYCigSfg:0v1("LockingNotificationsTest_testSameBranchDifferentSession_WithAutoRelease")2024-05-03 05:17:45.076/* CDOResource@_eUdUMQkMEe-bzopYCigSfg:0v1("r1") 2024-05-03 05:17:45.076/* Company@_eUd7QAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:45.076/2024-05-03 05:17:45.078 Company@_eUd7QAkMEe-bzopYCigSfg:0v2 2024-05-03 05:17:45.079/2024-05-03 05:17:45.080 Company@_eUd7QAkMEe-bzopYCigSfg:0v3 2024-05-03 05:17:45.081/2024-05-03 05:17:45.081 Company@_eUd7QAkMEe-bzopYCigSfg:0v4 2024-05-03 05:17:45.082/* CDOResourceFolder@_eUnFMAkMEe-bzopYCigSfg:0v1("LockingNotificationsTest_testSameBranchDifferentSession_WithoutAutoRelease")2024-05-03 05:17:45.092/* CDOResource@_eUnFMQkMEe-bzopYCigSfg:0v1("r1") 2024-05-03 05:17:45.092/* Company@_eUnFMgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:45.092/* CDOResourceFolder@_eUvoEAkMEe-bzopYCigSfg:0v1("LockingNotificationsTest_testSameBranchSameSession_WithAutoRelease")2024-05-03 05:17:45.106/* CDOResource@_eUwPIAkMEe-bzopYCigSfg:0v1("r1") 2024-05-03 05:17:45.106/* Company@_eUwPIQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:45.106/2024-05-03 05:17:45.107 Company@_eUwPIQkMEe-bzopYCigSfg:0v2 2024-05-03 05:17:45.108/2024-05-03 05:17:45.109 Company@_eUwPIQkMEe-bzopYCigSfg:0v3 2024-05-03 05:17:45.110/2024-05-03 05:17:45.110 Company@_eUwPIQkMEe-bzopYCigSfg:0v4 2024-05-03 05:17:45.111/* CDOResourceFolder@_eU4yAAkMEe-bzopYCigSfg:0v1("LockingNotificationsTest_testSameBranchSameSession_WithoutAutoRelease")2024-05-03 05:17:45.121/* CDOResource@_eU4yAQkMEe-bzopYCigSfg:0v1("r1") 2024-05-03 05:17:45.121/* Company@_eU4yAgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:45.121/* CDOResourceFolder@_eVAt0AkMEe-bzopYCigSfg:0v1("LockingSequenceTest_testSafeCounter")2024-05-03 05:17:45.133/* CDOResource@_eVAt0QkMEe-bzopYCigSfg:0v1("res1")2024-05-03 05:17:45.133/* SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:45.133/2024-05-03 05:17:45.139 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v2 2024-05-03 05:17:45.140/2024-05-03 05:17:45.141 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v3 2024-05-03 05:17:45.142/2024-05-03 05:17:45.142 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v4 2024-05-03 05:17:45.143/2024-05-03 05:17:45.143 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v5 2024-05-03 05:17:45.144/2024-05-03 05:17:45.144 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v6 2024-05-03 05:17:45.145/2024-05-03 05:17:45.145 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v7 2024-05-03 05:17:45.146/2024-05-03 05:17:45.146 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v8 2024-05-03 05:17:45.147/2024-05-03 05:17:45.147 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v9 2024-05-03 05:17:45.148/2024-05-03 05:17:45.149 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v10 2024-05-03 05:17:45.150/2024-05-03 05:17:45.150 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v11 2024-05-03 05:17:45.151/2024-05-03 05:17:45.151 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v12 2024-05-03 05:17:45.152/2024-05-03 05:17:45.152 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v13 2024-05-03 05:17:45.153/2024-05-03 05:17:45.154 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v14 2024-05-03 05:17:45.155/2024-05-03 05:17:45.155 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v15 2024-05-03 05:17:45.156/2024-05-03 05:17:45.156 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v16 2024-05-03 05:17:45.157/2024-05-03 05:17:45.157 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v17 2024-05-03 05:17:45.158/2024-05-03 05:17:45.159 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v18 2024-05-03 05:17:45.160/2024-05-03 05:17:45.160 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v19 2024-05-03 05:17:45.161/2024-05-03 05:17:45.161 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v20 2024-05-03 05:17:45.162/2024-05-03 05:17:45.162 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v21 2024-05-03 05:17:45.163/2024-05-03 05:17:45.164 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v22 2024-05-03 05:17:45.165/2024-05-03 05:17:45.165 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v23 2024-05-03 05:17:45.166/2024-05-03 05:17:45.166 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v24 2024-05-03 05:17:45.167/2024-05-03 05:17:45.167 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v25 2024-05-03 05:17:45.168/2024-05-03 05:17:45.168 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v26 2024-05-03 05:17:45.169/2024-05-03 05:17:45.170 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v27 2024-05-03 05:17:45.171/2024-05-03 05:17:45.171 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v28 2024-05-03 05:17:45.172/2024-05-03 05:17:45.172 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v29 2024-05-03 05:17:45.173/2024-05-03 05:17:45.174 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v30 2024-05-03 05:17:45.175/2024-05-03 05:17:45.175 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v31 2024-05-03 05:17:45.176/2024-05-03 05:17:45.176 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v32 2024-05-03 05:17:45.177/2024-05-03 05:17:45.177 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v33 2024-05-03 05:17:45.178/2024-05-03 05:17:45.179 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v34 2024-05-03 05:17:45.180/2024-05-03 05:17:45.180 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v35 2024-05-03 05:17:45.181/2024-05-03 05:17:45.181 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v36 2024-05-03 05:17:45.182/2024-05-03 05:17:45.182 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v37 2024-05-03 05:17:45.183/2024-05-03 05:17:45.184 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v38 2024-05-03 05:17:45.185/2024-05-03 05:17:45.185 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v39 2024-05-03 05:17:45.186/2024-05-03 05:17:45.186 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v40 2024-05-03 05:17:45.187/2024-05-03 05:17:45.187 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v41 2024-05-03 05:17:45.188/2024-05-03 05:17:45.188 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v42 2024-05-03 05:17:45.189/2024-05-03 05:17:45.190 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v43 2024-05-03 05:17:45.191/2024-05-03 05:17:45.191 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v44 2024-05-03 05:17:45.192/2024-05-03 05:17:45.192 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v45 2024-05-03 05:17:45.193/2024-05-03 05:17:45.194 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v46 2024-05-03 05:17:45.195/2024-05-03 05:17:45.201 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v47 2024-05-03 05:17:45.202/2024-05-03 05:17:45.226 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v48 2024-05-03 05:17:45.227/2024-05-03 05:17:45.227 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v49 2024-05-03 05:17:45.228/2024-05-03 05:17:45.228 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v50 2024-05-03 05:17:45.229/2024-05-03 05:17:45.229 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v51 2024-05-03 05:17:45.230/2024-05-03 05:17:45.231 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v52 2024-05-03 05:17:45.232/2024-05-03 05:17:45.232 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v53 2024-05-03 05:17:45.233/2024-05-03 05:17:45.233 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v54 2024-05-03 05:17:45.234/2024-05-03 05:17:45.234 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v55 2024-05-03 05:17:45.235/2024-05-03 05:17:45.236 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v56 2024-05-03 05:17:45.237/2024-05-03 05:17:45.237 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v57 2024-05-03 05:17:45.238/2024-05-03 05:17:45.238 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v58 2024-05-03 05:17:45.239/2024-05-03 05:17:45.240 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v59 2024-05-03 05:17:45.241/2024-05-03 05:17:45.241 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v60 2024-05-03 05:17:45.242/2024-05-03 05:17:45.243 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v61 2024-05-03 05:17:45.244/2024-05-03 05:17:45.244 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v62 2024-05-03 05:17:45.245/2024-05-03 05:17:45.245 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v63 2024-05-03 05:17:45.246/2024-05-03 05:17:45.246 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v64 2024-05-03 05:17:45.247/2024-05-03 05:17:45.248 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v65 2024-05-03 05:17:45.249/2024-05-03 05:17:45.249 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v66 2024-05-03 05:17:45.250/2024-05-03 05:17:45.250 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v67 2024-05-03 05:17:45.251/2024-05-03 05:17:45.251 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v68 2024-05-03 05:17:45.252/2024-05-03 05:17:45.253 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v69 2024-05-03 05:17:45.254/2024-05-03 05:17:45.254 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v70 2024-05-03 05:17:45.255/2024-05-03 05:17:45.255 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v71 2024-05-03 05:17:45.256/2024-05-03 05:17:45.256 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v72 2024-05-03 05:17:45.257/2024-05-03 05:17:45.258 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v73 2024-05-03 05:17:45.259/2024-05-03 05:17:45.259 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v74 2024-05-03 05:17:45.260/2024-05-03 05:17:45.260 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v75 2024-05-03 05:17:45.261/2024-05-03 05:17:45.261 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v76 2024-05-03 05:17:45.262/2024-05-03 05:17:45.263 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v77 2024-05-03 05:17:45.264/2024-05-03 05:17:45.264 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v78 2024-05-03 05:17:45.265/2024-05-03 05:17:45.265 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v79 2024-05-03 05:17:45.266/2024-05-03 05:17:45.267 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v80 2024-05-03 05:17:45.268/2024-05-03 05:17:45.268 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v81 2024-05-03 05:17:45.269/2024-05-03 05:17:45.269 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v82 2024-05-03 05:17:45.270/2024-05-03 05:17:45.270 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v83 2024-05-03 05:17:45.271/2024-05-03 05:17:45.272 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v84 2024-05-03 05:17:45.273/2024-05-03 05:17:45.273 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v85 2024-05-03 05:17:45.274/2024-05-03 05:17:45.274 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v86 2024-05-03 05:17:45.275/2024-05-03 05:17:45.275 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v87 2024-05-03 05:17:45.276/2024-05-03 05:17:45.276 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v88 2024-05-03 05:17:45.277/2024-05-03 05:17:45.278 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v89 2024-05-03 05:17:45.279/2024-05-03 05:17:45.279 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v90 2024-05-03 05:17:45.280/2024-05-03 05:17:45.280 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v91 2024-05-03 05:17:45.281/2024-05-03 05:17:45.282 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v92 2024-05-03 05:17:45.283/2024-05-03 05:17:45.283 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v93 2024-05-03 05:17:45.284/2024-05-03 05:17:45.284 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v94 2024-05-03 05:17:45.285/2024-05-03 05:17:45.285 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v95 2024-05-03 05:17:45.286/2024-05-03 05:17:45.287 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v96 2024-05-03 05:17:45.288/2024-05-03 05:17:45.288 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v97 2024-05-03 05:17:45.289/2024-05-03 05:17:45.289 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v98 2024-05-03 05:17:45.290/2024-05-03 05:17:45.325 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v99 2024-05-03 05:17:45.326/2024-05-03 05:17:45.327 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v100 2024-05-03 05:17:45.328/2024-05-03 05:17:45.328 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v101 2024-05-03 05:17:45.329/2024-05-03 05:17:45.329 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v102 2024-05-03 05:17:45.330/2024-05-03 05:17:45.331 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v103 2024-05-03 05:17:45.332/2024-05-03 05:17:45.332 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v104 2024-05-03 05:17:45.333/2024-05-03 05:17:45.333 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v105 2024-05-03 05:17:45.334/2024-05-03 05:17:45.334 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v106 2024-05-03 05:17:45.335/2024-05-03 05:17:45.336 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v107 2024-05-03 05:17:45.337/2024-05-03 05:17:45.337 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v108 2024-05-03 05:17:45.338/2024-05-03 05:17:45.338 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v109 2024-05-03 05:17:45.339/2024-05-03 05:17:45.340 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v110 2024-05-03 05:17:45.341/2024-05-03 05:17:45.341 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v111 2024-05-03 05:17:45.342/2024-05-03 05:17:45.342 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v112 2024-05-03 05:17:45.343/2024-05-03 05:17:45.343 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v113 2024-05-03 05:17:45.344/2024-05-03 05:17:45.345 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v114 2024-05-03 05:17:45.346/2024-05-03 05:17:45.346 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v115 2024-05-03 05:17:45.347/2024-05-03 05:17:45.347 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v116 2024-05-03 05:17:45.348/2024-05-03 05:17:45.348 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v117 2024-05-03 05:17:45.349/2024-05-03 05:17:45.349 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v118 2024-05-03 05:17:45.350/2024-05-03 05:17:45.350 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v119 2024-05-03 05:17:45.351/2024-05-03 05:17:45.351 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v120 2024-05-03 05:17:45.352/2024-05-03 05:17:45.353 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v121 2024-05-03 05:17:45.354/2024-05-03 05:17:45.354 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v122 2024-05-03 05:17:45.355/2024-05-03 05:17:45.355 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v123 2024-05-03 05:17:45.356/2024-05-03 05:17:45.356 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v124 2024-05-03 05:17:45.357/2024-05-03 05:17:45.357 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v125 2024-05-03 05:17:45.358/2024-05-03 05:17:45.359 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v126 2024-05-03 05:17:45.360/2024-05-03 05:17:45.360 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v127 2024-05-03 05:17:45.361/2024-05-03 05:17:45.361 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v128 2024-05-03 05:17:45.362/2024-05-03 05:17:45.362 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v129 2024-05-03 05:17:45.363/2024-05-03 05:17:45.364 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v130 2024-05-03 05:17:45.365/2024-05-03 05:17:45.365 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v131 2024-05-03 05:17:45.366/2024-05-03 05:17:45.366 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v132 2024-05-03 05:17:45.367/2024-05-03 05:17:45.367 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v133 2024-05-03 05:17:45.368/2024-05-03 05:17:45.368 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v134 2024-05-03 05:17:45.369/2024-05-03 05:17:45.369 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v135 2024-05-03 05:17:45.370/2024-05-03 05:17:45.371 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v136 2024-05-03 05:17:45.372/2024-05-03 05:17:45.372 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v137 2024-05-03 05:17:45.373/2024-05-03 05:17:45.373 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v138 2024-05-03 05:17:45.374/2024-05-03 05:17:45.375 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v139 2024-05-03 05:17:45.376/2024-05-03 05:17:45.376 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v140 2024-05-03 05:17:45.377/2024-05-03 05:17:45.377 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v141 2024-05-03 05:17:45.378/2024-05-03 05:17:45.379 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v142 2024-05-03 05:17:45.380/2024-05-03 05:17:45.380 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v143 2024-05-03 05:17:45.381/2024-05-03 05:17:45.381 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v144 2024-05-03 05:17:45.382/2024-05-03 05:17:45.382 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v145 2024-05-03 05:17:45.383/2024-05-03 05:17:45.384 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v146 2024-05-03 05:17:45.385/2024-05-03 05:17:45.385 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v147 2024-05-03 05:17:45.386/2024-05-03 05:17:45.386 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v148 2024-05-03 05:17:45.387/2024-05-03 05:17:45.425 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v149 2024-05-03 05:17:45.426/2024-05-03 05:17:45.427 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v150 2024-05-03 05:17:45.428/2024-05-03 05:17:45.428 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v151 2024-05-03 05:17:45.429/2024-05-03 05:17:45.440 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v152 2024-05-03 05:17:45.441/2024-05-03 05:17:45.442 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v153 2024-05-03 05:17:45.443/2024-05-03 05:17:45.443 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v154 2024-05-03 05:17:45.444/2024-05-03 05:17:45.445 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v155 2024-05-03 05:17:45.446/2024-05-03 05:17:45.447 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v156 2024-05-03 05:17:45.448/2024-05-03 05:17:45.449 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v157 2024-05-03 05:17:45.450/2024-05-03 05:17:45.450 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v158 2024-05-03 05:17:45.451/2024-05-03 05:17:45.451 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v159 2024-05-03 05:17:45.452/2024-05-03 05:17:45.453 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v160 2024-05-03 05:17:45.454/2024-05-03 05:17:45.454 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v161 2024-05-03 05:17:45.455/2024-05-03 05:17:45.456 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v162 2024-05-03 05:17:45.457/2024-05-03 05:17:45.457 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v163 2024-05-03 05:17:45.458/2024-05-03 05:17:45.458 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v164 2024-05-03 05:17:45.459/2024-05-03 05:17:45.460 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v165 2024-05-03 05:17:45.461/2024-05-03 05:17:45.461 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v166 2024-05-03 05:17:45.462/2024-05-03 05:17:45.462 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v167 2024-05-03 05:17:45.463/2024-05-03 05:17:45.464 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v168 2024-05-03 05:17:45.465/2024-05-03 05:17:45.465 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v169 2024-05-03 05:17:45.466/2024-05-03 05:17:45.466 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v170 2024-05-03 05:17:45.467/2024-05-03 05:17:45.468 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v171 2024-05-03 05:17:45.469/2024-05-03 05:17:45.469 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v172 2024-05-03 05:17:45.470/2024-05-03 05:17:45.471 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v173 2024-05-03 05:17:45.472/2024-05-03 05:17:45.472 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v174 2024-05-03 05:17:45.473/2024-05-03 05:17:45.474 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v175 2024-05-03 05:17:45.475/2024-05-03 05:17:45.475 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v176 2024-05-03 05:17:45.476/2024-05-03 05:17:45.477 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v177 2024-05-03 05:17:45.478/2024-05-03 05:17:45.478 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v178 2024-05-03 05:17:45.479/2024-05-03 05:17:45.480 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v179 2024-05-03 05:17:45.481/2024-05-03 05:17:45.481 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v180 2024-05-03 05:17:45.482/2024-05-03 05:17:45.482 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v181 2024-05-03 05:17:45.483/2024-05-03 05:17:45.484 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v182 2024-05-03 05:17:45.485/2024-05-03 05:17:45.485 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v183 2024-05-03 05:17:45.486/2024-05-03 05:17:45.487 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v184 2024-05-03 05:17:45.488/2024-05-03 05:17:45.488 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v185 2024-05-03 05:17:45.489/2024-05-03 05:17:45.489 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v186 2024-05-03 05:17:45.490/2024-05-03 05:17:45.491 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v187 2024-05-03 05:17:45.492/2024-05-03 05:17:45.492 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v188 2024-05-03 05:17:45.493/2024-05-03 05:17:45.526 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v189 2024-05-03 05:17:45.527/2024-05-03 05:17:45.527 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v190 2024-05-03 05:17:45.528/2024-05-03 05:17:45.529 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v191 2024-05-03 05:17:45.530/2024-05-03 05:17:45.530 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v192 2024-05-03 05:17:45.531/2024-05-03 05:17:45.531 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v193 2024-05-03 05:17:45.532/2024-05-03 05:17:45.533 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v194 2024-05-03 05:17:45.534/2024-05-03 05:17:45.534 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v195 2024-05-03 05:17:45.535/2024-05-03 05:17:45.535 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v196 2024-05-03 05:17:45.536/2024-05-03 05:17:45.537 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v197 2024-05-03 05:17:45.538/2024-05-03 05:17:45.538 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v198 2024-05-03 05:17:45.539/2024-05-03 05:17:45.539 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v199 2024-05-03 05:17:45.540/2024-05-03 05:17:45.541 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v200 2024-05-03 05:17:45.542/2024-05-03 05:17:45.542 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v201 2024-05-03 05:17:45.543/2024-05-03 05:17:45.543 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v202 2024-05-03 05:17:45.544/2024-05-03 05:17:45.545 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v203 2024-05-03 05:17:45.546/2024-05-03 05:17:45.546 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v204 2024-05-03 05:17:45.547/2024-05-03 05:17:45.547 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v205 2024-05-03 05:17:45.548/2024-05-03 05:17:45.548 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v206 2024-05-03 05:17:45.549/2024-05-03 05:17:45.550 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v207 2024-05-03 05:17:45.551/2024-05-03 05:17:45.551 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v208 2024-05-03 05:17:45.552/2024-05-03 05:17:45.552 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v209 2024-05-03 05:17:45.553/2024-05-03 05:17:45.553 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v210 2024-05-03 05:17:45.554/2024-05-03 05:17:45.555 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v211 2024-05-03 05:17:45.556/2024-05-03 05:17:45.556 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v212 2024-05-03 05:17:45.557/2024-05-03 05:17:45.557 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v213 2024-05-03 05:17:45.558/2024-05-03 05:17:45.558 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v214 2024-05-03 05:17:45.559/2024-05-03 05:17:45.560 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v215 2024-05-03 05:17:45.561/2024-05-03 05:17:45.561 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v216 2024-05-03 05:17:45.562/2024-05-03 05:17:45.562 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v217 2024-05-03 05:17:45.563/2024-05-03 05:17:45.563 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v218 2024-05-03 05:17:45.564/2024-05-03 05:17:45.565 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v219 2024-05-03 05:17:45.566/2024-05-03 05:17:45.566 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v220 2024-05-03 05:17:45.567/2024-05-03 05:17:45.567 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v221 2024-05-03 05:17:45.568/2024-05-03 05:17:45.568 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v222 2024-05-03 05:17:45.569/2024-05-03 05:17:45.570 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v223 2024-05-03 05:17:45.571/2024-05-03 05:17:45.571 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v224 2024-05-03 05:17:45.572/2024-05-03 05:17:45.572 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v225 2024-05-03 05:17:45.573/2024-05-03 05:17:45.573 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v226 2024-05-03 05:17:45.574/2024-05-03 05:17:45.575 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v227 2024-05-03 05:17:45.576/2024-05-03 05:17:45.577 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v228 2024-05-03 05:17:45.578/2024-05-03 05:17:45.578 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v229 2024-05-03 05:17:45.579/2024-05-03 05:17:45.579 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v230 2024-05-03 05:17:45.580/2024-05-03 05:17:45.581 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v231 2024-05-03 05:17:45.582/2024-05-03 05:17:45.582 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v232 2024-05-03 05:17:45.583/2024-05-03 05:17:45.583 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v233 2024-05-03 05:17:45.584/2024-05-03 05:17:45.584 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v234 2024-05-03 05:17:45.585/2024-05-03 05:17:45.586 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v235 2024-05-03 05:17:45.587/2024-05-03 05:17:45.587 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v236 2024-05-03 05:17:45.588/2024-05-03 05:17:45.588 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v237 2024-05-03 05:17:45.589/2024-05-03 05:17:45.589 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v238 2024-05-03 05:17:45.590/2024-05-03 05:17:45.626 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v239 2024-05-03 05:17:45.627/2024-05-03 05:17:45.627 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v240 2024-05-03 05:17:45.628/2024-05-03 05:17:45.629 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v241 2024-05-03 05:17:45.630/2024-05-03 05:17:45.630 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v242 2024-05-03 05:17:45.631/2024-05-03 05:17:45.631 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v243 2024-05-03 05:17:45.632/2024-05-03 05:17:45.632 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v244 2024-05-03 05:17:45.633/2024-05-03 05:17:45.634 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v245 2024-05-03 05:17:45.635/2024-05-03 05:17:45.635 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v246 2024-05-03 05:17:45.636/2024-05-03 05:17:45.637 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v247 2024-05-03 05:17:45.638/2024-05-03 05:17:45.638 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v248 2024-05-03 05:17:45.639/2024-05-03 05:17:45.640 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v249 2024-05-03 05:17:45.641/2024-05-03 05:17:45.641 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v250 2024-05-03 05:17:45.642/2024-05-03 05:17:45.642 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v251 2024-05-03 05:17:45.643/2024-05-03 05:17:45.643 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v252 2024-05-03 05:17:45.644/2024-05-03 05:17:45.645 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v253 2024-05-03 05:17:45.646/2024-05-03 05:17:45.646 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v254 2024-05-03 05:17:45.647/2024-05-03 05:17:45.648 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v255 2024-05-03 05:17:45.649/2024-05-03 05:17:45.649 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v256 2024-05-03 05:17:45.650/2024-05-03 05:17:45.651 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v257 2024-05-03 05:17:45.652/2024-05-03 05:17:45.652 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v258 2024-05-03 05:17:45.653/2024-05-03 05:17:45.653 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v259 2024-05-03 05:17:45.654/2024-05-03 05:17:45.654 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v260 2024-05-03 05:17:45.655/2024-05-03 05:17:45.656 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v261 2024-05-03 05:17:45.657/2024-05-03 05:17:45.657 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v262 2024-05-03 05:17:45.658/2024-05-03 05:17:45.658 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v263 2024-05-03 05:17:45.659/2024-05-03 05:17:45.660 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v264 2024-05-03 05:17:45.661/2024-05-03 05:17:45.661 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v265 2024-05-03 05:17:45.662/2024-05-03 05:17:45.662 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v266 2024-05-03 05:17:45.663/2024-05-03 05:17:45.664 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v267 2024-05-03 05:17:45.665/2024-05-03 05:17:45.665 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v268 2024-05-03 05:17:45.666/2024-05-03 05:17:45.667 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v269 2024-05-03 05:17:45.668/2024-05-03 05:17:45.668 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v270 2024-05-03 05:17:45.669/2024-05-03 05:17:45.669 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v271 2024-05-03 05:17:45.670/2024-05-03 05:17:45.670 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v272 2024-05-03 05:17:45.671/2024-05-03 05:17:45.672 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v273 2024-05-03 05:17:45.673/2024-05-03 05:17:45.673 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v274 2024-05-03 05:17:45.674/2024-05-03 05:17:45.675 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v275 2024-05-03 05:17:45.676/2024-05-03 05:17:45.676 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v276 2024-05-03 05:17:45.677/2024-05-03 05:17:45.678 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v277 2024-05-03 05:17:45.679/2024-05-03 05:17:45.679 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v278 2024-05-03 05:17:45.680/2024-05-03 05:17:45.680 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v279 2024-05-03 05:17:45.681/2024-05-03 05:17:45.682 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v280 2024-05-03 05:17:45.683/2024-05-03 05:17:45.683 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v281 2024-05-03 05:17:45.684/2024-05-03 05:17:45.684 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v282 2024-05-03 05:17:45.685/2024-05-03 05:17:45.685 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v283 2024-05-03 05:17:45.686/2024-05-03 05:17:45.687 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v284 2024-05-03 05:17:45.688/2024-05-03 05:17:45.688 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v285 2024-05-03 05:17:45.689/2024-05-03 05:17:45.689 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v286 2024-05-03 05:17:45.690/2024-05-03 05:17:45.690 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v287 2024-05-03 05:17:45.691/2024-05-03 05:17:45.692 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v288 2024-05-03 05:17:45.693/2024-05-03 05:17:45.725 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v289 2024-05-03 05:17:45.726/2024-05-03 05:17:45.727 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v290 2024-05-03 05:17:45.728/2024-05-03 05:17:45.729 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v291 2024-05-03 05:17:45.730/2024-05-03 05:17:45.730 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v292 2024-05-03 05:17:45.731/2024-05-03 05:17:45.731 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v293 2024-05-03 05:17:45.732/2024-05-03 05:17:45.733 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v294 2024-05-03 05:17:45.734/2024-05-03 05:17:45.734 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v295 2024-05-03 05:17:45.735/2024-05-03 05:17:45.735 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v296 2024-05-03 05:17:45.736/2024-05-03 05:17:45.737 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v297 2024-05-03 05:17:45.738/2024-05-03 05:17:45.738 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v298 2024-05-03 05:17:45.739/2024-05-03 05:17:45.740 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v299 2024-05-03 05:17:45.741/2024-05-03 05:17:45.742 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v300 2024-05-03 05:17:45.743/2024-05-03 05:17:45.743 SalesOrder@_eVAt0gkMEe-bzopYCigSfg:0v301 2024-05-03 05:17:45.744/* Company@_egCSEAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:46.289/* Company@_egCSEQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:46.289/* Company@_egCSEgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:46.289/* Company@_egCSEwkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:46.289/* Company@_egI_wAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:46.301/* Company@_egI_wQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:46.301/* Company@_egJm0AkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:46.301/* Company@_egRioAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:46.330/* Company@_egRioQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:46.330/* CDOResourceFolder@_eggzMAkMEe-bzopYCigSfg:0v1("MergingTest_testFromBranchWithAdditionsTwoTimes")2024-05-03 05:17:46.340/* CDOResource@_eggzMQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:46.340/2024-05-03 05:17:46.349 CDOResource@_eggzMQkMEe-bzopYCigSfg:0v2("res")2024-05-03 05:17:46.350/2024-05-03 05:17:46.354 CDOResource@_eggzMQkMEe-bzopYCigSfg:0v3("res")2024-05-03 05:17:46.355/* Company@_eggzMgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:46.340/* Company@_eghaQAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:46.340/* Company@_egkdkAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:46.350/* Company@_egoH8AkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:46.355/* CDOResourceFolder@_egvcsAkMEe-bzopYCigSfg:0v1("MergingTest_testFromBranchWithChangesInSource")2024-05-03 05:17:46.364/* CDOResource@_egvcsQkMEe-bzopYCigSfg:0v1("res0")2024-05-03 05:17:46.364/* Company@_egvcsgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:46.364/2024-05-03 05:17:46.385 Company@_egvcsgkMEe-bzopYCigSfg:0v2 2024-05-03 05:17:46.386/* Company@_egvcswkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:46.364/2024-05-03 05:17:46.385 Company@_egvcswkMEe-bzopYCigSfg:0v2 2024-05-03 05:17:46.386/* Company@_egvctAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:46.364/2024-05-03 05:17:46.385 Company@_egvctAkMEe-bzopYCigSfg:0v2 2024-05-03 05:17:46.386/* Company@_egvctQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:46.364/* Company@_egwDwAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:46.364/* CDOResourceFolder@_ehCXoAkMEe-bzopYCigSfg:0v1("MergingTest_testFromBranchWithRemovalsInSource")2024-05-03 05:17:46.394/* CDOResource@_ehCXoQkMEe-bzopYCigSfg:0v1("res")2024-05-03 05:17:46.394/* Company@_ehCXogkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:46.394/* Company@_ehCXowkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:46.394/* Company@_ehCXpAkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:46.394/* Company@_ehCXpQkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:46.394/* Company@_ehCXpgkMEe-bzopYCigSfg:0v1 2024-05-03 05:17:46.394/* InvalidationTest_testDeleteFromOtherBranch_branch1[1]2024-05-03 05:17:24.869/* Company@_bTuHEgkMEe-bzopYCigSfg:1v1 2024-05-03 05:17:24.874/* MergingTest_testAdditionsInSourceAndTarget_source1[14]2024-05-03 05:17:46.126/* CDOResource@_eeey4QkMEe-bzopYCigSfg:14v1("res")2024-05-03 05:17:46.168/* Company@_ee4bgAkMEe-bzopYCigSfg:14v1 2024-05-03 05:17:46.168/* Company@_ee4bgQkMEe-bzopYCigSfg:14v1 2024-05-03 05:17:46.168/* MergingTest_testAdditionsInSourceAndTarget_source2[15]2024-05-03 05:17:46.141/* CDOResource@_eeey4QkMEe-bzopYCigSfg:15v1("res")2024-05-03 05:17:46.202/* Company@_efMkkAkMEe-bzopYCigSfg:15v1 2024-05-03 05:17:46.202/* MergingTest_testAutoMerge_source[16] 2024-05-03 05:17:46.226/* Company@_efbOEgkMEe-bzopYCigSfg:16v1 2024-05-03 05:17:46.243/* Company@_efbOEwkMEe-bzopYCigSfg:16v1 2024-05-03 05:17:46.243/* Company@_efbOFAkMEe-bzopYCigSfg:16v1 2024-05-03 05:17:46.243/* Company@_efbOFQkMEe-bzopYCigSfg:16v1 2024-05-03 05:17:46.261/* Company@_efbOFgkMEe-bzopYCigSfg:16v1 2024-05-03 05:17:46.261/* Company@_efbOFwkMEe-bzopYCigSfg:16v1 2024-05-03 05:17:46.261/* MergingTest_testFromBranchWithAdditions_source1[17]2024-05-03 05:17:46.275/* CDOResource@_ef5vMQkMEe-bzopYCigSfg:17v1("res")2024-05-03 05:17:46.314/* Company@_egRioAkMEe-bzopYCigSfg:17v1 2024-05-03 05:17:46.314/* Company@_egRioQkMEe-bzopYCigSfg:17v1 2024-05-03 05:17:46.314/* MergingTest_testFromBranchWithAdditionsTwoTimes_source[18]2024-05-03 05:17:46.340/* CDOResource@_eggzMQkMEe-bzopYCigSfg:18v1("res")2024-05-03 05:17:46.345/2024-05-03 05:17:46.350 CDOResource@_eggzMQkMEe-bzopYCigSfg:18v2("res")2024-05-03 05:17:46.351/* Company@_egkdkAkMEe-bzopYCigSfg:18v1 2024-05-03 05:17:46.345/* Company@_egoH8AkMEe-bzopYCigSfg:18v1 2024-05-03 05:17:46.351/* MergingTest_testFromBranchWithChangesInSource_source0[19]2024-05-03 05:17:46.364/* Company@_egvcsgkMEe-bzopYCigSfg:19v1 2024-05-03 05:17:46.380/* Company@_egvcswkMEe-bzopYCigSfg:19v1 2024-05-03 05:17:46.380/* Company@_egvctAkMEe-bzopYCigSfg:19v1 2024-05-03 05:17:46.380/* MergingTest_testFromBranchWithRemovalsInSource_source[20]2024-05-03 05:17:46.394/* CDOResource@_ehCXoQkMEe-bzopYCigSfg:20v1("res")2024-05-03 05:17:46.411/* Company@_ehCXogkMEe-bzopYCigSfg:20v1 2024-05-03 05:17:46.411/* ******************************************************* MergingTest.testFromEmptyBranches [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* MergingTest.testMergeClobChangesInSource [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* MergingTest.testMergeClobChangesInSourceConflict [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* MergingTest.testRemergeAfterAdditionsInSource [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* MergingTest.testRemergeAfterAdditionsInSource2 [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* MergingTest.testRemergeAfterAdditionsInSourceAndTarget [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* MergingTest.testRemergeAfterAdditionsInSourceTwoTimes [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* MergingTest.testRemergeAfterChangesInSource [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* MergingTest.testRemergeAfterChangesInSourceConflict [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* MergingTest.testRemergeAfterRemovalsInSource [H2-branching-ranges-uuids, JVM, Native] ******************************************************* server-thread-275 [debug] moveOneUp add historic entry at: 2 server-thread-275 [debug] moveOneUp add historic entry at: 3 server-thread-275 [debug] moveOneUp add historic entry at: 4 ******************************************************* MergingTest.test_Bugzilla_309467 [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* MergingTest.test_Bugzilla_309467_ServerRestart [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* MetaTest.testMetaReference [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* MetaTest.testMetaReference2 [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* MetaTest.testMetaReferenceAttachFirst [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* MultiValuedOfAttributeTest.testListOfBoolean [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* MultiValuedOfAttributeTest.testListOfChar [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* MultiValuedOfAttributeTest.testListOfDate [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* MultiValuedOfAttributeTest.testListOfDouble [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* MultiValuedOfAttributeTest.testListOfFloat [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* MultiValuedOfAttributeTest.testListOfInt [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* MultiValuedOfAttributeTest.testListOfInteger [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* MultiValuedOfAttributeTest.testListOfShort [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* MultiValuedOfAttributeTest.testListOfString [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Lazy.testAllCustomers [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Lazy.testAllEObjects [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Lazy.testAllOrdersAndSubtypes [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Lazy.testAllProductNames [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' QueryResultList[11, 12, 13, 14, 15, 16, 17, 18, 19, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10] ******************************************************* Lazy.testAllProducts [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Lazy.testAllProductsWithName [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Lazy.testAllProductsWithNameParameter [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Lazy.testAllProductsWithVAT [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Lazy.testAllProductsWithVATParameter [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Lazy.testAuditWithDetachedObject [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Lazy.testDeletedObject [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Lazy.testDetachedObject [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Lazy.testDirtyObject [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Lazy.testMultipleQueries [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Lazy.testNewObject [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Lazy.testProductIterator [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Lazy.testSelfNavigation [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Lazy.testTransactionWithDetachedObject [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* OCLQueryTest.testAllCustomers [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* OCLQueryTest.testAllEObjects [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* OCLQueryTest.testAllOrdersAndSubtypes [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* OCLQueryTest.testAllProductNames [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' QueryResultList[11, 12, 13, 14, 15, 16, 17, 18, 19, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10] ******************************************************* OCLQueryTest.testAllProducts [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* OCLQueryTest.testAllProductsWithName [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* OCLQueryTest.testAllProductsWithNameParameter [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* OCLQueryTest.testAllProductsWithVAT [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* OCLQueryTest.testAllProductsWithVATParameter [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* OCLQueryTest.testAuditWithDetachedObject [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* OCLQueryTest.testDeletedObject [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* OCLQueryTest.testDetachedObject [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* OCLQueryTest.testDirtyObject [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* OCLQueryTest.testMultipleQueries [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* OCLQueryTest.testNewObject [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* OCLQueryTest.testProductIterator [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* OCLQueryTest.testSelfNavigation [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* OCLQueryTest.testTransactionWithDetachedObject [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* PackageRegistryTest.testCommitCircularPackages [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* PackageRegistryTest.testCommitNestedPackages [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* PackageRegistryTest.testCommitTopLevelPackages [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* PackageRegistryTest.testCommitTwoPackages [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* PackageRegistryTest.testCommitUnrelatedPackage [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* PackageRegistryTest.testConcurrentPackageRegistration [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* PackageRegistryTest.testConcurrentPackageRegistration2 [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* PackageRegistryTest.testDuplicatePackageRegistration [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* PackageRegistryTest.testDynamicPackageFactory [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* PackageRegistryTest.testDynamicPackageLoaded [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* PackageRegistryTest.testDynamicPackageNewInstance [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* PackageRegistryTest.testGeneratedPackage [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* PackageRegistryTest.testGlobalDynamicPackage [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* PackageRegistryTest.testGlobalDynamicPackageEager [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* PackageRegistryTest.testLaziness [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* PackageRegistryTest.testLoadNestedPackages [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* PackageRegistryTest.testPackageRegistry [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* PackageRegistryTest.testPopulator [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* PackageRegistryTest.testPopulatorGlobal [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* PackageRegistryTest.testReuseCommittedPackage [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* PackageRegistryTest.testSubclassCache [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* PackageRegistryTest.testSubclassCacheInvalidation [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* PartialCommitTest.testCheckWithoutCommit_exception [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* PartialCommitTest.testCheckWithoutCommit_exceptionFast [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* PartialCommitTest.testCommittablesContainUncommittableObjects [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* PartialCommitTest.testDetach [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* PartialCommitTest.testDetachSingleRef [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* PartialCommitTest.testDetachSingleRef_containerOfDetachedObjectNotIncluded [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ---> Failed properly: org.eclipse.emf.cdo.util.CommitIntegrityException: The former container (or resource) of detached object ContainedElementNoOpposite[TRANSIENT] needs to be included in the commit but isn't ******************************************************* PartialCommitTest.testDetachSingleRef_detachedObjectNotIncluded [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ---> Failed properly: org.eclipse.emf.cdo.util.CommitIntegrityException: The removed child / refTarget of object RefSingleContainedNPL@_furPcAkMEe-bzopYCigSfg[DIRTY] needs to be included in the commit but isn't ******************************************************* PartialCommitTest.testDetach_containerOfDetachedObjectNotIncluded [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ---> Failed properly: org.eclipse.emf.cdo.util.CommitIntegrityException: The former container (or resource) of detached object PurchaseOrder[TRANSIENT] needs to be included in the commit but isn't ******************************************************* PartialCommitTest.testDetach_detachedObjectNotIncluded [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ---> Failed properly: org.eclipse.emf.cdo.util.CommitIntegrityException: The removed child / refTarget of object Company@_fu1nggkMEe-bzopYCigSfg[DIRTY] needs to be included in the commit but isn't ******************************************************* PartialCommitTest.testDirty [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* PartialCommitTest.testDirtyMultiBidiChanged [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* PartialCommitTest.testDirtyMultiBidiChanged_newTargetNotIncluded [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ---> Failed properly: org.eclipse.emf.cdo.util.CommitIntegrityException: The new child / refTarget of object MultiNonContainedElement@_fvIidAkMEe-bzopYCigSfg[DIRTY] needs to be included in the commit but isn't ******************************************************* PartialCommitTest.testDirtyMultiBidiChanged_oldTargetNotIncluded [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ---> Failed properly: org.eclipse.emf.cdo.util.CommitIntegrityException: The removed / former child / refTarget of object MultiNonContainedElement@_fvOCBAkMEe-bzopYCigSfg[DIRTY] needs to be included in the commit but isn't ******************************************************* PartialCommitTest.testDirtyMultiBidiNew [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* PartialCommitTest.testDirtyMultiBidiNew_newtargetNotIncluded [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ---> Failed properly: org.eclipse.emf.cdo.util.CommitIntegrityException: The new child / refTarget of object MultiNonContainedElement@_fvZBJQkMEe-bzopYCigSfg[DIRTY] needs to be included in the commit but isn't ******************************************************* PartialCommitTest.testDirtyMultiBidiRemoved [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* PartialCommitTest.testDirtyMultiBidiRemoved_oldTargetNotIncluded [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ---> Failed properly: org.eclipse.emf.cdo.util.CommitIntegrityException: The removed child / refTarget of object MultiNonContainedElement@_fvnDlAkMEe-bzopYCigSfg[DIRTY] needs to be included in the commit but isn't ******************************************************* PartialCommitTest.testDirtySingleBidiChanged [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* PartialCommitTest.testDirtySingleBidiChanged_newTargetNotIncluded [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ---> Failed properly: org.eclipse.emf.cdo.util.CommitIntegrityException: The new child / refTarget of object SingleNonContainedElement@_fv2UJAkMEe-bzopYCigSfg[DIRTY] needs to be included in the commit but isn't ******************************************************* PartialCommitTest.testDirtySingleBidiChanged_oldTargetNotIncluded [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ---> Failed properly: org.eclipse.emf.cdo.util.CommitIntegrityException: The removed / former child / refTarget of object SingleNonContainedElement@_fv7MpAkMEe-bzopYCigSfg[DIRTY] needs to be included in the commit but isn't ******************************************************* PartialCommitTest.testDirtySingleBidiNew [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* PartialCommitTest.testDirtySingleBidiNew_newtargetNotIncluded [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ---> Failed properly: org.eclipse.emf.cdo.util.CommitIntegrityException: The new child / refTarget of object SingleNonContainedElement@_fwFktQkMEe-bzopYCigSfg[DIRTY] needs to be included in the commit but isn't ******************************************************* PartialCommitTest.testDirtySingleBidiRemoved [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* PartialCommitTest.testDirtySingleBidiRemoved_oldTargetNotIncluded [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ---> Failed properly: org.eclipse.emf.cdo.util.CommitIntegrityException: The removed child / refTarget of object SingleNonContainedElement@_fwQj1AkMEe-bzopYCigSfg[DIRTY] needs to be included in the commit but isn't ******************************************************* PartialCommitTest.testDoubleMove [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ---> purchaseOrder=PurchaseOrder@_fwVcUwkMEe-bzopYCigSfg[DIRTY] company1=Company@_fwVcUgkMEe-bzopYCigSfg[DIRTY] company2=Company@_fwVcVAkMEe-bzopYCigSfg company3=Company@_fwVcVQkMEe-bzopYCigSfg[DIRTY] ******************************************************* PartialCommitTest.testIgnoreDanglingMultiRef_dirtyToDetached [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* PartialCommitTest.testIgnoreDanglingMultiRef_dirtyToTransient [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* PartialCommitTest.testIgnoreDanglingMultiRef_dirtyToTransient2 [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* PartialCommitTest.testIgnoreDanglingMultiRef_newToDetached [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* PartialCommitTest.testIgnoreDanglingMultiRef_newToTransient [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* PartialCommitTest.testIgnoreDanglingSingleRef_dirtyToDetached [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* PartialCommitTest.testIgnoreDanglingSingleRef_dirtyToTransient [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* PartialCommitTest.testIgnoreDanglingSingleRef_dirtyToTransient2 [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* PartialCommitTest.testIgnoreDanglingSingleRef_newToDetached [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* PartialCommitTest.testIgnoreDanglingSingleRef_newToTransient [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* PartialCommitTest.testMove [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* PartialCommitTest.testMoveSingleRef [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* PartialCommitTest.testMoveSingleRef_movedObjectNotIncluded [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ---> Failed properly: org.eclipse.emf.cdo.util.CommitIntegrityException: The removed child / refTarget of object RefSingleContainedNPL@_fxsuQgkMEe-bzopYCigSfg[DIRTY] needs to be included in the commit but isn't ******************************************************* PartialCommitTest.testMoveSingleRef_newContainerNotIncluded [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ---> Failed properly: org.eclipse.emf.cdo.util.CommitIntegrityException: The container of moved object ContainedElementNoOpposite@_fxyN0wkMEe-bzopYCigSfg[DIRTY] needs to be included in the commit but isn't ******************************************************* PartialCommitTest.testMoveSingleRef_oldContainerNotIncluded [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ---> Failed properly: org.eclipse.emf.cdo.util.CommitIntegrityException: The former container of moved object ContainedElementNoOpposite@_fx47gwkMEe-bzopYCigSfg[DIRTY] needs to be included in the commit but isn't ******************************************************* PartialCommitTest.testMoveSingleRef_onlyMovedObjectIncluded [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ---> Failed properly: org.eclipse.emf.cdo.util.CommitIntegrityException: The container of moved object ContainedElementNoOpposite@_fx90AwkMEe-bzopYCigSfg[DIRTY] needs to be included in the commit but isn't ******************************************************* PartialCommitTest.testMoveSingleRef_onlyNewContainerIncluded [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ---> Failed properly: org.eclipse.emf.cdo.util.CommitIntegrityException: The new child / refTarget of object RefSingleContainedNPL@_fyG99AkMEe-bzopYCigSfg[DIRTY] needs to be included in the commit but isn't ******************************************************* PartialCommitTest.testMoveSingleRef_onlyOldContainerIncluded [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ---> Failed properly: org.eclipse.emf.cdo.util.CommitIntegrityException: The removed child / refTarget of object RefSingleContainedNPL@_fyMdggkMEe-bzopYCigSfg[DIRTY] needs to be included in the commit but isn't ******************************************************* PartialCommitTest.testMove_movedObjectNotIncluded [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ---> Failed properly: org.eclipse.emf.cdo.util.CommitIntegrityException: The added child / refTarget of object Company@_fyR9FAkMEe-bzopYCigSfg[DIRTY] needs to be included in the commit but isn't ******************************************************* PartialCommitTest.testMove_newContainerNotIncluded [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ---> Failed properly: org.eclipse.emf.cdo.util.CommitIntegrityException: The container of moved object PurchaseOrder@_fybHAwkMEe-bzopYCigSfg[DIRTY] needs to be included in the commit but isn't ******************************************************* PartialCommitTest.testMove_oldContainerNotIncluded [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ---> Failed properly: org.eclipse.emf.cdo.util.CommitIntegrityException: The former container of moved object PurchaseOrder@_fygmkgkMEe-bzopYCigSfg[DIRTY] needs to be included in the commit but isn't ******************************************************* PartialCommitTest.testMove_onlyMovedObjectIncluded [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ---> Failed properly: org.eclipse.emf.cdo.util.CommitIntegrityException: The container of moved object PurchaseOrder@_fymGIgkMEe-bzopYCigSfg[DIRTY] needs to be included in the commit but isn't ******************************************************* PartialCommitTest.testMove_onlyNewContainerIncluded [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ---> Failed properly: org.eclipse.emf.cdo.util.CommitIntegrityException: The added child / refTarget of object Company@_fyq-pAkMEe-bzopYCigSfg[DIRTY] needs to be included in the commit but isn't ******************************************************* PartialCommitTest.testMove_onlyOldContainerIncluded [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ---> Failed properly: org.eclipse.emf.cdo.util.CommitIntegrityException: The removed child / refTarget of object Company@_fyv3IgkMEe-bzopYCigSfg[DIRTY] needs to be included in the commit but isn't ******************************************************* PartialCommitTest.testMultiBidiOnNewObject [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* PartialCommitTest.testMultiBidiOnNewObject_targetNotIncluded [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ---> Failed properly: org.eclipse.emf.cdo.util.CommitIntegrityException: The target of reference 'parent' of new object MultiNonContainedElement@_fy_uwAkMEe-bzopYCigSfg[NEW] needs to be included in the commit but isn't ******************************************************* PartialCommitTest.testMultiBidiOnRemovedObject [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* PartialCommitTest.testMultiBidiOnRemovedObject_targetNotIncluded [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ---> Failed properly: org.eclipse.emf.cdo.util.CommitIntegrityException: The target of reference 'parent' of detached object MultiNonContainedElement[TRANSIENT] needs to be included in the commit but isn't ******************************************************* PartialCommitTest.testNew [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* PartialCommitTest.testNewNestedResource [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* PartialCommitTest.testNewNestedResource_resourceFolderNotIncluded [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ---> Failed properly: org.eclipse.emf.cdo.util.CommitIntegrityException: The container of new object CDOResource@_f0Od0QkMEe-bzopYCigSfg[NEW]("cdo://repo1/folder/nested") needs to be included in the commit but isn't ******************************************************* PartialCommitTest.testNewNestedResource_rootResourceNotIncluded [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ---> Failed properly: org.eclipse.emf.cdo.util.CommitIntegrityException: The resource of new object CDOResourceFolder@_f0m4UAkMEe-bzopYCigSfg[NEW]("folder") needs to be included in the commit but isn't ******************************************************* PartialCommitTest.testNewSingle [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* PartialCommitTest.testNewSingle_containerOfNewObjectNotIncluded [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ---> Failed properly: org.eclipse.emf.cdo.util.CommitIntegrityException: The container of new object ContainedElementNoOpposite@_f09doAkMEe-bzopYCigSfg[NEW] needs to be included in the commit but isn't ******************************************************* PartialCommitTest.testNewSingle_newObjectNotIncluded [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ---> Failed properly: org.eclipse.emf.cdo.util.CommitIntegrityException: The new child / refTarget of object RefSingleContainedNPL@_f1BvFAkMEe-bzopYCigSfg[DIRTY] needs to be included in the commit but isn't ******************************************************* PartialCommitTest.testNewTopLevel [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* PartialCommitTest.testNewTopLevelResource [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* PartialCommitTest.testNewTopLevelResource_rootResourceNotIncluded [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ---> Failed properly: org.eclipse.emf.cdo.util.CommitIntegrityException: The resource of new object CDOResource@_f18VEAkMEe-bzopYCigSfg[NEW]("cdo://repo1/top2") needs to be included in the commit but isn't ******************************************************* PartialCommitTest.testNewTopLevel_newObjectNotIncluded [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ---> Failed properly: org.eclipse.emf.cdo.util.CommitIntegrityException: The added child / refTarget of object CDOResource@_f2AmgQkMEe-bzopYCigSfg[DIRTY]("cdo://repo1/PartialCommitTest_testNewTopLevel_newObjectNotIncluded/r1") needs to be included in the commit but isn't ******************************************************* PartialCommitTest.testNewTopLevel_resourceNotIncluded [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ---> Failed properly: org.eclipse.emf.cdo.util.CommitIntegrityException: The resource of new object Company@_f2UvkAkMEe-bzopYCigSfg[NEW] needs to be included in the commit but isn't ******************************************************* PartialCommitTest.testNew_containerOfNewObjectNotIncluded [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ---> Failed properly: org.eclipse.emf.cdo.util.CommitIntegrityException: The container of new object PurchaseOrder@_f2aPIAkMEe-bzopYCigSfg[NEW] needs to be included in the commit but isn't ******************************************************* PartialCommitTest.testNew_newObjectNotIncluded [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ---> Failed properly: org.eclipse.emf.cdo.util.CommitIntegrityException: The added child / refTarget of object Company@_f2fHogkMEe-bzopYCigSfg[DIRTY] needs to be included in the commit but isn't ******************************************************* PartialCommitTest.testPartialCleanUp_detachedObjects [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* PartialCommitTest.testPartialCleanUp_dirtyObjects [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* PartialCommitTest.testPartialCleanUp_newObjects [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* PartialCommitTest.testSingleBidiOnNewObject [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* PartialCommitTest.testSingleBidiOnNewObject_targetNotIncluded [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ---> Failed properly: org.eclipse.emf.cdo.util.CommitIntegrityException: The target of reference 'parent' of new object SingleNonContainedElement@_f3UOEAkMEe-bzopYCigSfg[NEW] needs to be included in the commit but isn't ******************************************************* PartialCommitTest.testSingleBidiOnRemovedObject [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* PartialCommitTest.testSingleBidiOnRemovedObject_targetNotIncluded [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ---> Failed properly: org.eclipse.emf.cdo.util.CommitIntegrityException: The target of reference 'parent' of detached object SingleNonContainedElement[TRANSIENT] needs to be included in the commit but isn't ******************************************************* PartialCommitTest.test_noCommittablesAfterCommit [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* PushTransactionTest.testAddNewHierarchy [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] Using /tmp/cdo_tx_4_1__16646070144886491531.tmp for push transaction repo1:4:1 [INFO] Using /tmp/cdo_tx_4_1__16646070144886491531.tmp for push transaction repo1:5:1 ******************************************************* PushTransactionTest.testAddNewObjectInObject [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] Using /tmp/cdo_tx_8_1__15173922611688279316.tmp for push transaction repo1:8:1 [INFO] Using /tmp/cdo_tx_8_1__15173922611688279316.tmp for push transaction repo1:9:1 ******************************************************* PushTransactionTest.testAddNewObjectInObjectBetweenReloadAndPush [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] Using /tmp/cdo_tx_12_1__7343597963841614319.tmp for push transaction repo1:12:1 [INFO] Using /tmp/cdo_tx_12_1__7343597963841614319.tmp for push transaction repo1:13:1 ******************************************************* PushTransactionTest.testAddNewObjectInObjectTwiceBetweenReloadAndPush [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] Using /tmp/cdo_tx_16_1__10228246939162147446.tmp for push transaction repo1:16:1 [INFO] Using /tmp/cdo_tx_16_1__10228246939162147446.tmp for push transaction repo1:17:1 ******************************************************* PushTransactionTest.testAddNewObjectInResource [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] Using /tmp/cdo_tx_20_1__4808608575144749716.tmp for push transaction repo1:20:1 [INFO] Using /tmp/cdo_tx_20_1__4808608575144749716.tmp for push transaction repo1:21:1 ******************************************************* PushTransactionTest.testClearObjects [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] Using /tmp/cdo_tx_24_1__15423816973689397068.tmp for push transaction repo1:24:1 [INFO] Using /tmp/cdo_tx_24_1__15423816973689397068.tmp for push transaction repo1:25:1 ******************************************************* PushTransactionTest.testConflictWithModifiedObject [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] Using /tmp/cdo_tx_28_1__18411426012710369736.tmp for push transaction repo1:28:1 [INFO] Using /tmp/cdo_tx_28_1__18411426012710369736.tmp for push transaction repo1:30:1 ******************************************************* PushTransactionTest.testConflictWithRemovedObject [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] Using /tmp/cdo_tx_32_1__16452014390099175218.tmp for push transaction repo1:32:1 [INFO] Using /tmp/cdo_tx_32_1__16452014390099175218.tmp for push transaction repo1:34:1 ******************************************************* PushTransactionTest.testDeleteExistingObject [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] Using /tmp/cdo_tx_36_1__14712084018978146090.tmp for push transaction repo1:36:1 [INFO] Using /tmp/cdo_tx_36_1__14712084018978146090.tmp for push transaction repo1:37:1 ******************************************************* PushTransactionTest.testMoveObject [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] Using /tmp/cdo_tx_40_1__15681192244988524867.tmp for push transaction repo1:40:1 [INFO] Using /tmp/cdo_tx_40_1__15681192244988524867.tmp for push transaction repo1:41:1 ******************************************************* PushTransactionTest.testUnsetValue [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] Using /tmp/cdo_tx_44_1__14902486163526952199.tmp for push transaction repo1:44:1 [INFO] Using /tmp/cdo_tx_44_1__14902486163526952199.tmp for push transaction repo1:45:1 ******************************************************* PushTransactionTest.testUnsetValueWithoutPushTX [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* PushTransactionTest.testUpdateExistingObject [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] Using /tmp/cdo_tx_51_1__14183300639773884701.tmp for push transaction repo1:51:1 [INFO] Using /tmp/cdo_tx_51_1__14183300639773884701.tmp for push transaction repo1:52:1 ******************************************************* PushTransactionWithoutReconstructSavepointsTest.testAddNewHierarchy [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] Using /tmp/cdo_tx_55_1__18060404242832979895.tmp for push transaction repo1:55:1 [INFO] Using /tmp/cdo_tx_55_1__18060404242832979895.tmp for push transaction repo1:56:1 ******************************************************* PushTransactionWithoutReconstructSavepointsTest.testAddNewObjectInObject [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] Using /tmp/cdo_tx_59_1__8644516329736796150.tmp for push transaction repo1:59:1 [INFO] Using /tmp/cdo_tx_59_1__8644516329736796150.tmp for push transaction repo1:60:1 ******************************************************* PushTransactionWithoutReconstructSavepointsTest.testAddNewObjectInObjectBetweenReloadAndPush [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] Using /tmp/cdo_tx_63_1__14946375671817329435.tmp for push transaction repo1:63:1 [INFO] Using /tmp/cdo_tx_63_1__14946375671817329435.tmp for push transaction repo1:64:1 ******************************************************* PushTransactionWithoutReconstructSavepointsTest.testAddNewObjectInObjectTwiceBetweenReloadAndPush [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] Using /tmp/cdo_tx_67_1__7592752735735416763.tmp for push transaction repo1:67:1 [INFO] Using /tmp/cdo_tx_67_1__7592752735735416763.tmp for push transaction repo1:68:1 ******************************************************* PushTransactionWithoutReconstructSavepointsTest.testAddNewObjectInResource [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] Using /tmp/cdo_tx_71_1__12418383918030750697.tmp for push transaction repo1:71:1 [INFO] Using /tmp/cdo_tx_71_1__12418383918030750697.tmp for push transaction repo1:72:1 ******************************************************* PushTransactionWithoutReconstructSavepointsTest.testClearObjects [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] Using /tmp/cdo_tx_75_1__4516713153162352271.tmp for push transaction repo1:75:1 [INFO] Using /tmp/cdo_tx_75_1__4516713153162352271.tmp for push transaction repo1:76:1 ******************************************************* PushTransactionWithoutReconstructSavepointsTest.testConflictWithModifiedObject [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] Using /tmp/cdo_tx_79_1__16330723153496046394.tmp for push transaction repo1:79:1 [INFO] Using /tmp/cdo_tx_79_1__16330723153496046394.tmp for push transaction repo1:81:1 ******************************************************* PushTransactionWithoutReconstructSavepointsTest.testConflictWithRemovedObject [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] Using /tmp/cdo_tx_83_1__7817324952064682827.tmp for push transaction repo1:83:1 [INFO] Using /tmp/cdo_tx_83_1__7817324952064682827.tmp for push transaction repo1:85:1 ******************************************************* PushTransactionWithoutReconstructSavepointsTest.testDeleteExistingObject [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] Using /tmp/cdo_tx_87_1__5331216938875107240.tmp for push transaction repo1:87:1 [INFO] Using /tmp/cdo_tx_87_1__5331216938875107240.tmp for push transaction repo1:88:1 ******************************************************* PushTransactionWithoutReconstructSavepointsTest.testMoveObject [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] Using /tmp/cdo_tx_91_1__3206139948848762214.tmp for push transaction repo1:91:1 [INFO] Using /tmp/cdo_tx_91_1__3206139948848762214.tmp for push transaction repo1:92:1 ******************************************************* PushTransactionWithoutReconstructSavepointsTest.testUnsetValue [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] Using /tmp/cdo_tx_95_1__3374248424913506015.tmp for push transaction repo1:95:1 [INFO] Using /tmp/cdo_tx_95_1__3374248424913506015.tmp for push transaction repo1:96:1 ******************************************************* PushTransactionWithoutReconstructSavepointsTest.testUnsetValueWithoutPushTX [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* PushTransactionWithoutReconstructSavepointsTest.testUpdateExistingObject [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] Using /tmp/cdo_tx_102_1__1150187571510484101.tmp for push transaction repo1:102:1 [INFO] Using /tmp/cdo_tx_102_1__1150187571510484101.tmp for push transaction repo1:103:1 ******************************************************* RepositoryTest.testInsertProperties [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* RepositoryTest.testLastCommitTime [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* RepositoryTest.testObjectWriteAccessHandler [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [ERROR] Adding a customer with name 'Admin' is not allowed java.lang.IllegalStateException: Adding a customer with name 'Admin' is not allowed at org.eclipse.emf.cdo.tests.RepositoryTest$3.handleTransactionBeforeCommitting(RepositoryTest.java:287) at org.eclipse.emf.cdo.spi.server.ObjectWriteAccessHandler.handleTransactionBeforeCommitting(ObjectWriteAccessHandler.java:130) at org.eclipse.emf.cdo.internal.server.Repository.notifyWriteAccessHandlers(Repository.java:1894) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.notifyBeforeCommitting(TransactionCommitContext.java:584) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.applyIDMappings(TransactionCommitContext.java:545) at org.eclipse.emf.cdo.spi.server.StoreAccessor.applyIDMappings(StoreAccessor.java:207) at org.eclipse.emf.cdo.server.internal.db.DBStoreAccessor.applyIDMappings(DBStoreAccessor.java:357) at org.eclipse.emf.cdo.spi.server.StoreAccessor.doWrite(StoreAccessor.java:96) at org.eclipse.emf.cdo.server.internal.db.DBStoreAccessor.doWrite(DBStoreAccessor.java:724) at org.eclipse.emf.cdo.spi.server.StoreAccessorBase.write(StoreAccessorBase.java:144) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.writeAccessor(TransactionCommitContext.java:1894) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.write(TransactionCommitContext.java:839) at org.eclipse.emf.cdo.spi.server.InternalCommitContext$1.runLoop(InternalCommitContext.java:49) at org.eclipse.emf.cdo.spi.server.InternalCommitContext$1.runLoop(InternalCommitContext.java:1) at org.eclipse.net4j.util.om.monitor.ProgressDistributor.run(ProgressDistributor.java:95) at org.eclipse.emf.cdo.internal.server.Repository.commitUnsynced(Repository.java:1562) at org.eclipse.emf.cdo.internal.server.Repository.commit(Repository.java:1550) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicatingCommit(CommitTransactionIndication.java:283) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicating(CommitTransactionIndication.java:96) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerIndicationWithMonitoring.indicating(CDOServerIndicationWithMonitoring.java:118) at org.eclipse.net4j.signal.IndicationWithMonitoring.indicating(IndicationWithMonitoring.java:62) at org.eclipse.net4j.signal.IndicationWithResponse.doExtendedInput(IndicationWithResponse.java:94) at org.eclipse.net4j.signal.Signal.doInput(Signal.java:434) at org.eclipse.net4j.signal.IndicationWithResponse.execute(IndicationWithResponse.java:72) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) ******************************************************* RepositoryTest.testReadAccessHandlers [H2-branching-ranges-uuids, JVM, Native] ******************************************************* Eike Simon [ERROR] Revisions can not be delivered to Session4 [repo1]: - Confidential! java.lang.IllegalStateException: Revisions can not be delivered to Session4 [repo1]: - Confidential! at org.eclipse.emf.cdo.server.CDOServerUtil$RepositoryReadAccessValidator.throwException(CDOServerUtil.java:458) at org.eclipse.emf.cdo.server.CDOServerUtil$RepositoryReadAccessValidator.throwException(CDOServerUtil.java:453) at org.eclipse.emf.cdo.server.CDOServerUtil$RepositoryReadAccessValidator.handleRevisionsBeforeSending(CDOServerUtil.java:426) at org.eclipse.emf.cdo.internal.server.Repository.notifyReadAccessHandlers(Repository.java:1866) at org.eclipse.emf.cdo.server.internal.net4j.protocol.LoadRevisionsIndication.responding(LoadRevisionsIndication.java:197) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerIndication.responding(CDOServerIndication.java:162) at org.eclipse.net4j.signal.IndicationWithResponse.doExtendedOutput(IndicationWithResponse.java:100) at org.eclipse.net4j.signal.Signal.doOutput(Signal.java:407) at org.eclipse.net4j.signal.IndicationWithResponse.execute(IndicationWithResponse.java:74) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerReadIndication.execute(CDOServerReadIndication.java:36) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) ******************************************************* RepositoryTest.testRemoveProperties [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* RepositoryTest.testSessionClosed [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* RepositoryTest.testUpdateProperties [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* RepositoryTest.testWriteAccessHandlers [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [ERROR] Adding a customer with name 'Admin' is not allowed java.lang.IllegalStateException: Adding a customer with name 'Admin' is not allowed at org.eclipse.emf.cdo.tests.RepositoryTest$1.handleTransactionBeforeCommitting(RepositoryTest.java:172) at org.eclipse.emf.cdo.internal.server.Repository.notifyWriteAccessHandlers(Repository.java:1894) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.notifyBeforeCommitting(TransactionCommitContext.java:584) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.applyIDMappings(TransactionCommitContext.java:545) at org.eclipse.emf.cdo.spi.server.StoreAccessor.applyIDMappings(StoreAccessor.java:207) at org.eclipse.emf.cdo.server.internal.db.DBStoreAccessor.applyIDMappings(DBStoreAccessor.java:357) at org.eclipse.emf.cdo.spi.server.StoreAccessor.doWrite(StoreAccessor.java:96) at org.eclipse.emf.cdo.server.internal.db.DBStoreAccessor.doWrite(DBStoreAccessor.java:724) at org.eclipse.emf.cdo.spi.server.StoreAccessorBase.write(StoreAccessorBase.java:144) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.writeAccessor(TransactionCommitContext.java:1894) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.write(TransactionCommitContext.java:839) at org.eclipse.emf.cdo.spi.server.InternalCommitContext$1.runLoop(InternalCommitContext.java:49) at org.eclipse.emf.cdo.spi.server.InternalCommitContext$1.runLoop(InternalCommitContext.java:1) at org.eclipse.net4j.util.om.monitor.ProgressDistributor.run(ProgressDistributor.java:95) at org.eclipse.emf.cdo.internal.server.Repository.commitUnsynced(Repository.java:1562) at org.eclipse.emf.cdo.internal.server.Repository.commit(Repository.java:1550) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicatingCommit(CommitTransactionIndication.java:283) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicating(CommitTransactionIndication.java:96) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerIndicationWithMonitoring.indicating(CDOServerIndicationWithMonitoring.java:118) at org.eclipse.net4j.signal.IndicationWithMonitoring.indicating(IndicationWithMonitoring.java:62) at org.eclipse.net4j.signal.IndicationWithResponse.doExtendedInput(IndicationWithResponse.java:94) at org.eclipse.net4j.signal.Signal.doInput(Signal.java:434) at org.eclipse.net4j.signal.IndicationWithResponse.execute(IndicationWithResponse.java:72) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) ******************************************************* RepositoryTest.testWriteAccessHandlers_WithServerCDOView [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [ERROR] Adding a customer with name 'Admin' is not allowed java.lang.IllegalStateException: Adding a customer with name 'Admin' is not allowed at org.eclipse.emf.cdo.tests.RepositoryTest$2.handleTransactionBeforeCommitting(RepositoryTest.java:230) at org.eclipse.emf.cdo.internal.server.Repository.notifyWriteAccessHandlers(Repository.java:1894) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.notifyBeforeCommitting(TransactionCommitContext.java:584) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.applyIDMappings(TransactionCommitContext.java:545) at org.eclipse.emf.cdo.spi.server.StoreAccessor.applyIDMappings(StoreAccessor.java:207) at org.eclipse.emf.cdo.server.internal.db.DBStoreAccessor.applyIDMappings(DBStoreAccessor.java:357) at org.eclipse.emf.cdo.spi.server.StoreAccessor.doWrite(StoreAccessor.java:96) at org.eclipse.emf.cdo.server.internal.db.DBStoreAccessor.doWrite(DBStoreAccessor.java:724) at org.eclipse.emf.cdo.spi.server.StoreAccessorBase.write(StoreAccessorBase.java:144) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.writeAccessor(TransactionCommitContext.java:1894) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.write(TransactionCommitContext.java:839) at org.eclipse.emf.cdo.spi.server.InternalCommitContext$1.runLoop(InternalCommitContext.java:49) at org.eclipse.emf.cdo.spi.server.InternalCommitContext$1.runLoop(InternalCommitContext.java:1) at org.eclipse.net4j.util.om.monitor.ProgressDistributor.run(ProgressDistributor.java:95) at org.eclipse.emf.cdo.internal.server.Repository.commitUnsynced(Repository.java:1562) at org.eclipse.emf.cdo.internal.server.Repository.commit(Repository.java:1550) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicatingCommit(CommitTransactionIndication.java:283) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicating(CommitTransactionIndication.java:96) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerIndicationWithMonitoring.indicating(CDOServerIndicationWithMonitoring.java:118) at org.eclipse.net4j.signal.IndicationWithMonitoring.indicating(IndicationWithMonitoring.java:62) at org.eclipse.net4j.signal.IndicationWithResponse.doExtendedInput(IndicationWithResponse.java:94) at org.eclipse.net4j.signal.Signal.doInput(Signal.java:434) at org.eclipse.net4j.signal.IndicationWithResponse.execute(IndicationWithResponse.java:72) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) ******************************************************* ResourceModificationTrackingTest.testIgnoreChangesBeforeTrackingEnablement [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* ResourceModificationTrackingTest.testNewResourceModificationTracking [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* ResourceModificationTrackingTest.testNewResourceModificationTracking2 [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* ResourceModificationTrackingTest.testPartialRollbackOperation [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* ResourceModificationTrackingTest.testResourceModificationTracking [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* ResourceModificationTrackingTest.testResourceModificationTracking2 [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* ResourceModificationTrackingTest.testResourceModificationTrackingNotification [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* ResourceModificationTrackingTest.testRollbackOperation [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* ResourceTest.testAttachDetachResourceDepth1_Delete [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* ResourceTest.testAttachDetachResourceDepth1_Remove [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* ResourceTest.testAttachDetachResourceDepth2_Delete [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* ResourceTest.testAttachDetachResourceDepth2_Remove [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* ResourceTest.testAttachDetachResourceDepth3_Delete [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* ResourceTest.testAttachDetachResourceDepth3_Remove [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* ResourceTest.testAttachDetachResourceDepth3_Remove_Tree [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* ResourceTest.testAttachResource [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* ResourceTest.testBinaryResource [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* ResourceTest.testChangePathFromDepth0ToDepth0 [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* ResourceTest.testChangePathFromDepth0ToDepth1 [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* ResourceTest.testChangePathFromDepth0ToDepth2 [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* ResourceTest.testChangePathFromDepth0ToDepth3 [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* ResourceTest.testChangePathFromDepth3ToDepth0 [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* ResourceTest.testChangePathFromDepth3ToDepth1 [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* ResourceTest.testChangePathFromDepth3ToDepth2 [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* ResourceTest.testChangePathFromDepth3ToDepth3 [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* ResourceTest.testChangeResourceFolderURI [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* ResourceTest.testChangeResourceURI [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* ResourceTest.testCommitMultipleResources [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* ResourceTest.testCreateNestedResource_FromResourceSet [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* ResourceTest.testCreateResource_FromResourceSet [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* ResourceTest.testCreateResource_FromTransaction [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* ResourceTest.testCreateResource_WithDeepPath [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* ResourceTest.testDeleteResource [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* ResourceTest.testDeleteResourceDifferentSession [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* ResourceTest.testDeleteResourceDifferentSessionFresh [H2-branching-ranges-uuids, JVM, Native] ******************************************************* org.eclipse.emf.cdo.util.InvalidURIException: Invalid URI "cdo://repo1/ResourceTest_testDeleteResourceDifferentSessionFresh/resource1": org.eclipse.emf.cdo.common.util.CDOResourceNodeNotFoundException: Resource node not found: resource1 at org.eclipse.emf.internal.cdo.view.AbstractCDOView.registerProxyResource2(AbstractCDOView.java:2484) at org.eclipse.emf.internal.cdo.view.AbstractCDOView.attachResource(AbstractCDOView.java:2437) at org.eclipse.emf.cdo.eresource.impl.CDOResourceImpl.basicSetResourceSet(CDOResourceImpl.java:1718) at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl$ResourcesEList.inverseAdd(ResourceSetImpl.java:586) at org.eclipse.emf.common.notify.impl.NotifyingListImpl.addUnique(NotifyingListImpl.java:286) at org.eclipse.emf.common.util.AbstractEList.add(AbstractEList.java:304) at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.createResource(ResourceSetImpl.java:435) at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandCreateResource(ResourceSetImpl.java:243) at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.getResource(ResourceSetImpl.java:400) at org.eclipse.emf.internal.cdo.view.AbstractCDOView.getResource(AbstractCDOView.java:1394) at org.eclipse.emf.internal.cdo.view.AbstractCDOView.getResource(AbstractCDOView.java:1375) at org.eclipse.emf.cdo.tests.ResourceTest.testDeleteResourceDifferentSessionFresh(ResourceTest.java:1456) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at junit.framework.TestCase.runTest(TestCase.java:177) at org.eclipse.net4j.util.tests.AbstractOMTest.access$0(AbstractOMTest.java:1) at org.eclipse.net4j.util.tests.AbstractOMTest$3.execute(AbstractOMTest.java:315) at org.eclipse.net4j.internal.util.test.TestExecuter.execute(TestExecuter.java:40) at org.eclipse.net4j.util.tests.AbstractOMTest.runBare(AbstractOMTest.java:301) at org.eclipse.emf.cdo.tests.config.impl.ConfigTest.runBare(ConfigTest.java:648) at junit.framework.TestResult$1.protect(TestResult.java:122) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.framework.TestResult.run(TestResult.java:125) at junit.framework.TestCase.run(TestCase.java:130) at org.eclipse.net4j.util.tests.AbstractOMTest.run(AbstractOMTest.java:375) at junit.framework.TestSuite.runTest(TestSuite.java:241) at org.eclipse.emf.cdo.tests.config.impl.ConfigTestSuite$TestClassWrapper.runTest(ConfigTestSuite.java:231) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at org.eclipse.emf.cdo.tests.config.impl.ConfigTestSuite$MainSuite.run(ConfigTestSuite.java:166) at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:364) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:237) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:158) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.apache.maven.surefire.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:167) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:142) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:28) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:679) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:616) at org.eclipse.equinox.launcher.Main.run(Main.java:1492) at org.eclipse.equinox.launcher.Main.main(Main.java:1465) Caused by: org.eclipse.emf.cdo.common.util.CDOResourceNodeNotFoundException: Resource node not found: resource1 at org.eclipse.emf.internal.cdo.view.AbstractCDOView.getResourceNodeID(AbstractCDOView.java:1190) at org.eclipse.emf.internal.cdo.view.AbstractCDOView.getResourceNodeIDChecked(AbstractCDOView.java:1099) at org.eclipse.emf.internal.cdo.view.AbstractCDOView.getResourceNodeID(AbstractCDOView.java:1078) at org.eclipse.emf.internal.cdo.view.AbstractCDOView.registerProxyResource2(AbstractCDOView.java:2467) ... 61 more ******************************************************* ResourceTest.testDeleteResourceFolder [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* ResourceTest.testDeleteResourceFolderDifferentSession [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* ResourceTest.testDeleteResourceFolderDifferentSessionFresh [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* ResourceTest.testDeleteResourceFolderFresh [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* ResourceTest.testDeleteResourceFresh [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* ResourceTest.testDeleteResourceFromRoot [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* ResourceTest.testDuplicatePathAfterDetach [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* ResourceTest.testGetResourceNodeContract [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* ResourceTest.testLoadAbsentResource_FromResourceSet [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* ResourceTest.testLoadMultipleResources [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* ResourceTest.testMove [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* ResourceTest.testMoveConflict [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* ResourceTest.testMoveFromRoot [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* ResourceTest.testMoveToRoot [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* ResourceTest.testNameChecks [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* ResourceTest.testNoUneededResourcesLoadOnMove [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* ResourceTest.testPathNotNull [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* ResourceTest.testPathWithSpaces [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* ResourceTest.testPrefetchContents [H2-branching-ranges-uuids, JVM, Native] ******************************************************* Company@_gObtkgkMEe-bzopYCigSfg ******************************************************* ResourceTest.testQueryModifiedResources [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* ResourceTest.testQueryModifiedResourcesAsync [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* ResourceTest.testQueryResources [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* ResourceTest.testQueryResourcesAsync [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* ResourceTest.testRemoveResourceByIndex [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* ResourceTest.testRemoveResourceWithCloseView [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* ResourceTest.testRootResourceFromURI [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* ResourceTest.testSaveXMI_WithXRef [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* ResourceTest.testSaveXMI_WithXRef_OtherResource [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* ResourceTest.testSetFolder [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* ResourceTest.testSetFolderConflict [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* ResourceTest.testSetPathConflict [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* ResourceTest.testTextResource [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* RevisionDeltaCascadingBranchesTest.testBasicRevisionDelta [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* RevisionDeltaCascadingBranchesTest.testBugzilla214374 [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* RevisionDeltaCascadingBranchesTest.testBugzilla214374_HandleClear [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* RevisionDeltaCascadingBranchesTest.testBugzilla214431 [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* RevisionDeltaCascadingBranchesTest.testBugzilla243282_Exception [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* RevisionDeltaCascadingBranchesTest.testDetachWithXRef [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* RevisionDeltaCascadingBranchesTest.testDetachWithXRef_Remove [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* RevisionDeltaCascadingBranchesTest.testInsertAndMove [H2-branching-ranges-uuids, JVM, Native] ******************************************************* server-thread-301 [debug] moveOneDown add historic entry at: 9 server-thread-301 [debug] moveOneDown add historic entry at: 8 server-thread-301 [debug] moveOneDown add historic entry at: 7 server-thread-270 [debug] moveOneDown add historic entry at: 14 server-thread-270 [debug] moveOneDown add historic entry at: 13 server-thread-270 [debug] moveOneDown add historic entry at: 12 server-thread-270 [debug] moveOneDown add historic entry at: 11 server-thread-270 [debug] moveOneDown add historic entry at: 10 server-thread-270 [debug] moveOneDown add historic entry at: 9 server-thread-270 [debug] moveOneDown add historic entry at: 8 server-thread-270 [debug] moveOneDown add historic entry at: 7 ******************************************************* RevisionDeltaCascadingBranchesTest.testInsertAndMoveAndRemove [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* RevisionDeltaCascadingBranchesTest.testInsertAndRemove [H2-branching-ranges-uuids, JVM, Native] ******************************************************* server-thread-54 [debug] moveOneDown add historic entry at: 9 server-thread-54 [debug] moveOneDown add historic entry at: 8 server-thread-54 [debug] moveOneDown add historic entry at: 7 server-thread-81 [debug] moveOneDown add historic entry at: 14 server-thread-81 [debug] moveOneDown add historic entry at: 13 server-thread-81 [debug] moveOneDown add historic entry at: 12 server-thread-81 [debug] moveOneDown add historic entry at: 11 server-thread-81 [debug] moveOneDown add historic entry at: 10 server-thread-81 [debug] moveOneDown add historic entry at: 9 server-thread-81 [debug] moveOneDown add historic entry at: 8 server-thread-81 [debug] moveOneDown add historic entry at: 7 ******************************************************* RevisionDeltaCascadingBranchesTest.testInsertAndSet [H2-branching-ranges-uuids, JVM, Native] ******************************************************* server-thread-273 [debug] moveOneDown add historic entry at: 9 server-thread-273 [debug] moveOneDown add historic entry at: 8 server-thread-273 [debug] moveOneDown add historic entry at: 7 server-thread-259 [debug] moveOneDown add historic entry at: 14 server-thread-259 [debug] moveOneDown add historic entry at: 13 server-thread-259 [debug] moveOneDown add historic entry at: 12 server-thread-259 [debug] moveOneDown add historic entry at: 11 server-thread-259 [debug] moveOneDown add historic entry at: 10 server-thread-259 [debug] moveOneDown add historic entry at: 9 server-thread-259 [debug] moveOneDown add historic entry at: 8 server-thread-259 [debug] moveOneDown add historic entry at: 7 ******************************************************* RevisionDeltaCascadingBranchesTest.testListInsertFirst [H2-branching-ranges-uuids, JVM, Native] ******************************************************* server-thread-171 [debug] moveOneDown add historic entry at: 9 server-thread-171 [debug] moveOneDown add historic entry at: 8 server-thread-171 [debug] moveOneDown add historic entry at: 7 server-thread-171 [debug] moveOneDown add historic entry at: 6 server-thread-171 [debug] moveOneDown add historic entry at: 5 server-thread-171 [debug] moveOneDown add historic entry at: 4 server-thread-171 [debug] moveOneDown add historic entry at: 3 server-thread-171 [debug] moveOneDown add historic entry at: 2 server-thread-171 [debug] moveOneDown add historic entry at: 1 server-thread-171 [debug] moveOneDown add historic entry at: 0 server-thread-262 [debug] moveOneDown add historic entry at: 14 server-thread-262 [debug] moveOneDown add historic entry at: 13 server-thread-262 [debug] moveOneDown add historic entry at: 12 server-thread-262 [debug] moveOneDown add historic entry at: 11 server-thread-262 [debug] moveOneDown add historic entry at: 10 server-thread-262 [debug] moveOneDown add historic entry at: 9 server-thread-262 [debug] moveOneDown add historic entry at: 8 server-thread-262 [debug] moveOneDown add historic entry at: 7 server-thread-262 [debug] moveOneDown add historic entry at: 6 server-thread-262 [debug] moveOneDown add historic entry at: 5 server-thread-262 [debug] moveOneDown add historic entry at: 4 server-thread-262 [debug] moveOneDown add historic entry at: 3 server-thread-262 [debug] moveOneDown add historic entry at: 2 server-thread-262 [debug] moveOneDown add historic entry at: 1 server-thread-262 [debug] moveOneDown add historic entry at: 0 ******************************************************* RevisionDeltaCascadingBranchesTest.testListInsertLast [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* RevisionDeltaCascadingBranchesTest.testListInsertMiddle [H2-branching-ranges-uuids, JVM, Native] ******************************************************* server-thread-224 [debug] moveOneDown add historic entry at: 9 server-thread-224 [debug] moveOneDown add historic entry at: 8 server-thread-224 [debug] moveOneDown add historic entry at: 7 server-thread-224 [debug] moveOneDown add historic entry at: 6 server-thread-224 [debug] moveOneDown add historic entry at: 5 server-thread-54 [debug] moveOneDown add historic entry at: 14 server-thread-54 [debug] moveOneDown add historic entry at: 13 server-thread-54 [debug] moveOneDown add historic entry at: 12 server-thread-54 [debug] moveOneDown add historic entry at: 11 server-thread-54 [debug] moveOneDown add historic entry at: 10 server-thread-54 [debug] moveOneDown add historic entry at: 9 server-thread-54 [debug] moveOneDown add historic entry at: 8 server-thread-54 [debug] moveOneDown add historic entry at: 7 server-thread-54 [debug] moveOneDown add historic entry at: 6 server-thread-54 [debug] moveOneDown add historic entry at: 5 ******************************************************* RevisionDeltaCascadingBranchesTest.testListMoveToFirst [H2-branching-ranges-uuids, JVM, Native] ******************************************************* server-thread-242 [debug] moveOneUp add historic entry at: 1 server-thread-242 [debug] moveOneUp add historic entry at: 2 server-thread-291 [debug] moveOneUp add historic entry at: 1 server-thread-291 [debug] moveOneUp add historic entry at: 2 ******************************************************* RevisionDeltaCascadingBranchesTest.testListMoveToLast [H2-branching-ranges-uuids, JVM, Native] ******************************************************* server-thread-50 [debug] moveOneDown add historic entry at: 9 server-thread-50 [debug] moveOneDown add historic entry at: 8 server-thread-50 [debug] moveOneDown add historic entry at: 7 server-thread-50 [debug] moveOneDown add historic entry at: 6 server-thread-50 [debug] moveOneDown add historic entry at: 5 server-thread-50 [debug] moveOneDown add historic entry at: 4 server-thread-50 [debug] moveOneDown add historic entry at: 3 server-thread-50 [debug] moveOneDown add historic entry at: 2 server-thread-242 [debug] moveOneDown add historic entry at: 14 server-thread-242 [debug] moveOneDown add historic entry at: 13 server-thread-242 [debug] moveOneDown add historic entry at: 12 server-thread-242 [debug] moveOneDown add historic entry at: 11 server-thread-242 [debug] moveOneDown add historic entry at: 10 server-thread-242 [debug] moveOneDown add historic entry at: 9 server-thread-242 [debug] moveOneDown add historic entry at: 8 server-thread-242 [debug] moveOneDown add historic entry at: 7 server-thread-242 [debug] moveOneDown add historic entry at: 6 server-thread-242 [debug] moveOneDown add historic entry at: 5 server-thread-242 [debug] moveOneDown add historic entry at: 4 server-thread-242 [debug] moveOneDown add historic entry at: 3 server-thread-242 [debug] moveOneDown add historic entry at: 2 ******************************************************* RevisionDeltaCascadingBranchesTest.testListMultipleOps [H2-branching-ranges-uuids, JVM, Native] ******************************************************* server-thread-280 [debug] moveOneUp add historic entry at: 8 server-thread-280 [debug] moveOneUp add historic entry at: 9 server-thread-280 [debug] moveOneDown add historic entry at: 1 server-thread-280 [debug] moveOneUp add historic entry at: 3 server-thread-280 [debug] moveOneUp add historic entry at: 4 server-thread-280 [debug] moveOneUp add historic entry at: 5 server-thread-280 [debug] moveOneUp add historic entry at: 6 server-thread-284 [debug] moveOneUp add historic entry at: 8 server-thread-284 [debug] moveOneUp add historic entry at: 9 server-thread-284 [debug] moveOneUp add historic entry at: 10 server-thread-284 [debug] moveOneUp add historic entry at: 11 server-thread-284 [debug] moveOneUp add historic entry at: 12 server-thread-284 [debug] moveOneUp add historic entry at: 13 server-thread-284 [debug] moveOneUp add historic entry at: 14 server-thread-284 [debug] moveOneDown add historic entry at: 1 server-thread-284 [debug] moveOneUp add historic entry at: 3 server-thread-284 [debug] moveOneUp add historic entry at: 4 server-thread-284 [debug] moveOneUp add historic entry at: 5 server-thread-284 [debug] moveOneUp add historic entry at: 6 ******************************************************* RevisionDeltaCascadingBranchesTest.testListMultipleOpsWithClear [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* RevisionDeltaCascadingBranchesTest.testListRemoveFirst [H2-branching-ranges-uuids, JVM, Native] ******************************************************* server-thread-268 [debug] moveOneUp add historic entry at: 1 server-thread-268 [debug] moveOneUp add historic entry at: 2 server-thread-268 [debug] moveOneUp add historic entry at: 3 server-thread-268 [debug] moveOneUp add historic entry at: 4 server-thread-268 [debug] moveOneUp add historic entry at: 5 server-thread-268 [debug] moveOneUp add historic entry at: 6 server-thread-268 [debug] moveOneUp add historic entry at: 7 server-thread-268 [debug] moveOneUp add historic entry at: 8 server-thread-268 [debug] moveOneUp add historic entry at: 9 server-thread-50 [debug] moveOneUp add historic entry at: 1 server-thread-50 [debug] moveOneUp add historic entry at: 2 server-thread-50 [debug] moveOneUp add historic entry at: 3 server-thread-50 [debug] moveOneUp add historic entry at: 4 server-thread-50 [debug] moveOneUp add historic entry at: 5 server-thread-50 [debug] moveOneUp add historic entry at: 6 server-thread-50 [debug] moveOneUp add historic entry at: 7 server-thread-50 [debug] moveOneUp add historic entry at: 8 server-thread-50 [debug] moveOneUp add historic entry at: 9 server-thread-50 [debug] moveOneUp add historic entry at: 10 server-thread-50 [debug] moveOneUp add historic entry at: 11 server-thread-50 [debug] moveOneUp add historic entry at: 12 server-thread-50 [debug] moveOneUp add historic entry at: 13 server-thread-50 [debug] moveOneUp add historic entry at: 14 ******************************************************* RevisionDeltaCascadingBranchesTest.testListRemoveLast [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* RevisionDeltaCascadingBranchesTest.testListRemoveMiddle [H2-branching-ranges-uuids, JVM, Native] ******************************************************* server-thread-171 [debug] moveOneUp add historic entry at: 6 server-thread-171 [debug] moveOneUp add historic entry at: 7 server-thread-171 [debug] moveOneUp add historic entry at: 8 server-thread-171 [debug] moveOneUp add historic entry at: 9 server-thread-299 [debug] moveOneUp add historic entry at: 6 server-thread-299 [debug] moveOneUp add historic entry at: 7 server-thread-299 [debug] moveOneUp add historic entry at: 8 server-thread-299 [debug] moveOneUp add historic entry at: 9 server-thread-299 [debug] moveOneUp add historic entry at: 10 server-thread-299 [debug] moveOneUp add historic entry at: 11 server-thread-299 [debug] moveOneUp add historic entry at: 12 server-thread-299 [debug] moveOneUp add historic entry at: 13 server-thread-299 [debug] moveOneUp add historic entry at: 14 ******************************************************* RevisionDeltaCascadingBranchesTest.testListSimpleMove [H2-branching-ranges-uuids, JVM, Native] ******************************************************* server-thread-276 [debug] moveOneDown add historic entry at: 6 server-thread-276 [debug] moveOneDown add historic entry at: 5 server-thread-276 [debug] moveOneDown add historic entry at: 4 server-thread-276 [debug] moveOneDown add historic entry at: 3 server-thread-276 [debug] moveOneDown add historic entry at: 2 server-thread-282 [debug] moveOneDown add historic entry at: 6 server-thread-282 [debug] moveOneDown add historic entry at: 5 server-thread-282 [debug] moveOneDown add historic entry at: 4 server-thread-282 [debug] moveOneDown add historic entry at: 3 server-thread-282 [debug] moveOneDown add historic entry at: 2 ******************************************************* RevisionDeltaCascadingBranchesTest.testListTwoIndependentMoves [H2-branching-ranges-uuids, JVM, Native] ******************************************************* server-thread-267 [debug] moveOneDown add historic entry at: 2 server-thread-267 [debug] moveOneDown add historic entry at: 1 server-thread-267 [debug] moveOneUp add historic entry at: 5 server-thread-267 [debug] moveOneUp add historic entry at: 6 server-thread-267 [debug] moveOneUp add historic entry at: 7 server-thread-277 [debug] moveOneDown add historic entry at: 2 server-thread-277 [debug] moveOneDown add historic entry at: 1 server-thread-277 [debug] moveOneUp add historic entry at: 5 server-thread-277 [debug] moveOneUp add historic entry at: 6 server-thread-277 [debug] moveOneUp add historic entry at: 7 ******************************************************* RevisionDeltaCascadingBranchesTest.testListTwoIntersectingMoves [H2-branching-ranges-uuids, JVM, Native] ******************************************************* server-thread-292 [debug] moveOneDown add historic entry at: 6 server-thread-292 [debug] moveOneDown add historic entry at: 5 server-thread-292 [debug] moveOneDown add historic entry at: 4 server-thread-292 [debug] moveOneDown add historic entry at: 3 server-thread-292 [debug] moveOneDown add historic entry at: 2 server-thread-292 [debug] moveOneDown add historic entry at: 1 server-thread-198 [debug] moveOneDown add historic entry at: 6 server-thread-198 [debug] moveOneDown add historic entry at: 5 server-thread-198 [debug] moveOneDown add historic entry at: 4 server-thread-198 [debug] moveOneDown add historic entry at: 3 server-thread-198 [debug] moveOneDown add historic entry at: 2 server-thread-198 [debug] moveOneDown add historic entry at: 1 ******************************************************* RevisionDeltaCascadingBranchesTest.testMoveAndDelete [H2-branching-ranges-uuids, JVM, Native] ******************************************************* server-thread-296 [debug] moveOneUp add historic entry at: 8 server-thread-296 [debug] moveOneUp add historic entry at: 9 server-thread-288 [debug] moveOneUp add historic entry at: 8 server-thread-288 [debug] moveOneUp add historic entry at: 9 server-thread-288 [debug] moveOneUp add historic entry at: 10 server-thread-288 [debug] moveOneUp add historic entry at: 11 server-thread-288 [debug] moveOneUp add historic entry at: 12 server-thread-288 [debug] moveOneUp add historic entry at: 13 server-thread-288 [debug] moveOneUp add historic entry at: 14 ******************************************************* RevisionDeltaCascadingBranchesTest.testMultipleInserts [H2-branching-ranges-uuids, JVM, Native] ******************************************************* server-thread-226 [debug] moveOneDown add historic entry at: 9 server-thread-226 [debug] moveOneDown add historic entry at: 8 server-thread-226 [debug] moveOneDown add historic entry at: 7 server-thread-296 [debug] moveOneDown add historic entry at: 14 server-thread-296 [debug] moveOneDown add historic entry at: 13 server-thread-296 [debug] moveOneDown add historic entry at: 12 server-thread-296 [debug] moveOneDown add historic entry at: 11 server-thread-296 [debug] moveOneDown add historic entry at: 10 server-thread-296 [debug] moveOneDown add historic entry at: 9 server-thread-296 [debug] moveOneDown add historic entry at: 8 server-thread-296 [debug] moveOneDown add historic entry at: 7 ******************************************************* RevisionDeltaCascadingBranchesTest.testMultipleRemoves [H2-branching-ranges-uuids, JVM, Native] ******************************************************* server-thread-258 [debug] moveOneUp add historic entry at: 8 server-thread-258 [debug] moveOneUp add historic entry at: 9 server-thread-83 [debug] moveOneUp add historic entry at: 8 server-thread-83 [debug] moveOneUp add historic entry at: 9 server-thread-83 [debug] moveOneUp add historic entry at: 10 server-thread-83 [debug] moveOneUp add historic entry at: 11 server-thread-83 [debug] moveOneUp add historic entry at: 12 server-thread-83 [debug] moveOneUp add historic entry at: 13 server-thread-83 [debug] moveOneUp add historic entry at: 14 ******************************************************* RevisionDeltaCascadingBranchesTest.testSetAndRemove [H2-branching-ranges-uuids, JVM, Native] ******************************************************* server-thread-242 [debug] moveOneUp add historic entry at: 8 server-thread-242 [debug] moveOneUp add historic entry at: 9 server-thread-277 [debug] moveOneUp add historic entry at: 8 server-thread-277 [debug] moveOneUp add historic entry at: 9 server-thread-277 [debug] moveOneUp add historic entry at: 10 server-thread-277 [debug] moveOneUp add historic entry at: 11 server-thread-277 [debug] moveOneUp add historic entry at: 12 server-thread-277 [debug] moveOneUp add historic entry at: 13 server-thread-277 [debug] moveOneUp add historic entry at: 14 ******************************************************* RevisionDeltaInBranchTest.testBasicRevisionDelta [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* RevisionDeltaInBranchTest.testBugzilla214374 [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* RevisionDeltaInBranchTest.testBugzilla214374_HandleClear [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* RevisionDeltaInBranchTest.testBugzilla214431 [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* RevisionDeltaInBranchTest.testBugzilla243282_Exception [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* RevisionDeltaInBranchTest.testDetachWithXRef [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* RevisionDeltaInBranchTest.testDetachWithXRef_Remove [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* RevisionDeltaInBranchTest.testInsertAndMove [H2-branching-ranges-uuids, JVM, Native] ******************************************************* server-thread-285 [debug] moveOneDown add historic entry at: 9 server-thread-285 [debug] moveOneDown add historic entry at: 8 server-thread-285 [debug] moveOneDown add historic entry at: 7 ******************************************************* RevisionDeltaInBranchTest.testInsertAndMoveAndRemove [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* RevisionDeltaInBranchTest.testInsertAndRemove [H2-branching-ranges-uuids, JVM, Native] ******************************************************* server-thread-285 [debug] moveOneDown add historic entry at: 9 server-thread-285 [debug] moveOneDown add historic entry at: 8 server-thread-285 [debug] moveOneDown add historic entry at: 7 ******************************************************* RevisionDeltaInBranchTest.testInsertAndSet [H2-branching-ranges-uuids, JVM, Native] ******************************************************* server-thread-264 [debug] moveOneDown add historic entry at: 9 server-thread-264 [debug] moveOneDown add historic entry at: 8 server-thread-264 [debug] moveOneDown add historic entry at: 7 ******************************************************* RevisionDeltaInBranchTest.testListInsertFirst [H2-branching-ranges-uuids, JVM, Native] ******************************************************* server-thread-292 [debug] moveOneDown add historic entry at: 9 server-thread-292 [debug] moveOneDown add historic entry at: 8 server-thread-292 [debug] moveOneDown add historic entry at: 7 server-thread-292 [debug] moveOneDown add historic entry at: 6 server-thread-292 [debug] moveOneDown add historic entry at: 5 server-thread-292 [debug] moveOneDown add historic entry at: 4 server-thread-292 [debug] moveOneDown add historic entry at: 3 server-thread-292 [debug] moveOneDown add historic entry at: 2 server-thread-292 [debug] moveOneDown add historic entry at: 1 server-thread-292 [debug] moveOneDown add historic entry at: 0 ******************************************************* RevisionDeltaInBranchTest.testListInsertLast [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* RevisionDeltaInBranchTest.testListInsertMiddle [H2-branching-ranges-uuids, JVM, Native] ******************************************************* server-thread-267 [debug] moveOneDown add historic entry at: 9 server-thread-267 [debug] moveOneDown add historic entry at: 8 server-thread-267 [debug] moveOneDown add historic entry at: 7 server-thread-267 [debug] moveOneDown add historic entry at: 6 server-thread-267 [debug] moveOneDown add historic entry at: 5 ******************************************************* RevisionDeltaInBranchTest.testListMoveToFirst [H2-branching-ranges-uuids, JVM, Native] ******************************************************* server-thread-19 [debug] moveOneUp add historic entry at: 1 server-thread-19 [debug] moveOneUp add historic entry at: 2 ******************************************************* RevisionDeltaInBranchTest.testListMoveToLast [H2-branching-ranges-uuids, JVM, Native] ******************************************************* server-thread-300 [debug] moveOneDown add historic entry at: 9 server-thread-300 [debug] moveOneDown add historic entry at: 8 server-thread-300 [debug] moveOneDown add historic entry at: 7 server-thread-300 [debug] moveOneDown add historic entry at: 6 server-thread-300 [debug] moveOneDown add historic entry at: 5 server-thread-300 [debug] moveOneDown add historic entry at: 4 server-thread-300 [debug] moveOneDown add historic entry at: 3 server-thread-300 [debug] moveOneDown add historic entry at: 2 ******************************************************* RevisionDeltaInBranchTest.testListMultipleOps [H2-branching-ranges-uuids, JVM, Native] ******************************************************* server-thread-276 [debug] moveOneUp add historic entry at: 8 server-thread-276 [debug] moveOneUp add historic entry at: 9 server-thread-276 [debug] moveOneDown add historic entry at: 1 server-thread-276 [debug] moveOneUp add historic entry at: 3 server-thread-276 [debug] moveOneUp add historic entry at: 4 server-thread-276 [debug] moveOneUp add historic entry at: 5 server-thread-276 [debug] moveOneUp add historic entry at: 6 ******************************************************* RevisionDeltaInBranchTest.testListMultipleOpsWithClear [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* RevisionDeltaInBranchTest.testListRemoveFirst [H2-branching-ranges-uuids, JVM, Native] ******************************************************* server-thread-291 [debug] moveOneUp add historic entry at: 1 server-thread-291 [debug] moveOneUp add historic entry at: 2 server-thread-291 [debug] moveOneUp add historic entry at: 3 server-thread-291 [debug] moveOneUp add historic entry at: 4 server-thread-291 [debug] moveOneUp add historic entry at: 5 server-thread-291 [debug] moveOneUp add historic entry at: 6 server-thread-291 [debug] moveOneUp add historic entry at: 7 server-thread-291 [debug] moveOneUp add historic entry at: 8 server-thread-291 [debug] moveOneUp add historic entry at: 9 ******************************************************* RevisionDeltaInBranchTest.testListRemoveLast [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* RevisionDeltaInBranchTest.testListRemoveMiddle [H2-branching-ranges-uuids, JVM, Native] ******************************************************* server-thread-19 [debug] moveOneUp add historic entry at: 6 server-thread-19 [debug] moveOneUp add historic entry at: 7 server-thread-19 [debug] moveOneUp add historic entry at: 8 server-thread-19 [debug] moveOneUp add historic entry at: 9 ******************************************************* RevisionDeltaInBranchTest.testListSimpleMove [H2-branching-ranges-uuids, JVM, Native] ******************************************************* server-thread-270 [debug] moveOneDown add historic entry at: 6 server-thread-270 [debug] moveOneDown add historic entry at: 5 server-thread-270 [debug] moveOneDown add historic entry at: 4 server-thread-270 [debug] moveOneDown add historic entry at: 3 server-thread-270 [debug] moveOneDown add historic entry at: 2 ******************************************************* RevisionDeltaInBranchTest.testListTwoIndependentMoves [H2-branching-ranges-uuids, JVM, Native] ******************************************************* server-thread-66 [debug] moveOneDown add historic entry at: 2 server-thread-66 [debug] moveOneDown add historic entry at: 1 server-thread-66 [debug] moveOneUp add historic entry at: 5 server-thread-66 [debug] moveOneUp add historic entry at: 6 server-thread-66 [debug] moveOneUp add historic entry at: 7 ******************************************************* RevisionDeltaInBranchTest.testListTwoIntersectingMoves [H2-branching-ranges-uuids, JVM, Native] ******************************************************* server-thread-276 [debug] moveOneDown add historic entry at: 6 server-thread-276 [debug] moveOneDown add historic entry at: 5 server-thread-276 [debug] moveOneDown add historic entry at: 4 server-thread-276 [debug] moveOneDown add historic entry at: 3 server-thread-276 [debug] moveOneDown add historic entry at: 2 server-thread-276 [debug] moveOneDown add historic entry at: 1 ******************************************************* RevisionDeltaInBranchTest.testMoveAndDelete [H2-branching-ranges-uuids, JVM, Native] ******************************************************* server-thread-261 [debug] moveOneUp add historic entry at: 8 server-thread-261 [debug] moveOneUp add historic entry at: 9 ******************************************************* RevisionDeltaInBranchTest.testMultipleInserts [H2-branching-ranges-uuids, JVM, Native] ******************************************************* server-thread-301 [debug] moveOneDown add historic entry at: 9 server-thread-301 [debug] moveOneDown add historic entry at: 8 server-thread-301 [debug] moveOneDown add historic entry at: 7 ******************************************************* RevisionDeltaInBranchTest.testMultipleRemoves [H2-branching-ranges-uuids, JVM, Native] ******************************************************* server-thread-153 [debug] moveOneUp add historic entry at: 8 server-thread-153 [debug] moveOneUp add historic entry at: 9 ******************************************************* RevisionDeltaInBranchTest.testSetAndRemove [H2-branching-ranges-uuids, JVM, Native] ******************************************************* server-thread-240 [debug] moveOneUp add historic entry at: 8 server-thread-240 [debug] moveOneUp add historic entry at: 9 ******************************************************* RevisionDeltaTest.testBasicRevisionDelta [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* RevisionDeltaTest.testBugzilla214374 [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* RevisionDeltaTest.testBugzilla214374_HandleClear [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* RevisionDeltaTest.testBugzilla214431 [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* RevisionDeltaTest.testBugzilla243282_Exception [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* RevisionDeltaTest.testDetachWithXRef [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* RevisionDeltaTest.testDetachWithXRef_Remove [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* RevisionDeltaTest.testInsertAndMove [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* RevisionDeltaTest.testInsertAndMoveAndRemove [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* RevisionDeltaTest.testInsertAndRemove [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* RevisionDeltaTest.testInsertAndSet [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* RevisionDeltaTest.testListInsertFirst [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* RevisionDeltaTest.testListInsertLast [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* RevisionDeltaTest.testListInsertMiddle [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* RevisionDeltaTest.testListMoveToFirst [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* RevisionDeltaTest.testListMoveToLast [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* RevisionDeltaTest.testListMultipleOps [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* RevisionDeltaTest.testListMultipleOpsWithClear [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* RevisionDeltaTest.testListRemoveFirst [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* RevisionDeltaTest.testListRemoveLast [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* RevisionDeltaTest.testListRemoveMiddle [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* RevisionDeltaTest.testListSimpleMove [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* RevisionDeltaTest.testListTwoIndependentMoves [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* RevisionDeltaTest.testListTwoIntersectingMoves [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* RevisionDeltaTest.testMoveAndDelete [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* RevisionDeltaTest.testMultipleInserts [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* RevisionDeltaTest.testMultipleRemoves [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* RevisionDeltaTest.testSetAndRemove [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* RollbackTest.testRollbackSameSession [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* RollbackTest.testRollbackSeparateSession [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* RollbackTest.test_Bugzilla_296680 [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* SavePointTest.testIsDirty [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* SavePointTest.testNotification [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* SavePointTest.testRollbackWithNewObject_Collection [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* SavePointTest.testRollbackWithNewObject_Commit [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* SavePointTest.testRollbackWithNewObject_Rollback [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* SavePointTest.testRollbackWithPersistedObject_Commit [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* SavePointTest.testRollbackWithPersistedObject_Rollback [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* SavePointTest.testWrongSavePoint [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* SecurityTest.testAndFilter [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* SecurityTest.testNotFilter [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* SecurityTest.testOrFilter [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* SecurityTest.testResourceFilter_EXACT_NoParents [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* SecurityTest.testResourceFilter_EXACT_Parents [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* SecurityTest.testResourceFilter_TREE_NoParents [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* SecurityTest.testResourceFilter_TREE_Parents [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* SecurityTest.testResourceFilter_UserToken_EXACT_NoParents [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* SecurityTest.testResourceFilter_UserToken_EXACT_Parents [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* SecurityTest.testResourceFilter_UserToken_TREE_NoParents [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* SecurityTest.testResourceFilter_UserToken_TREE_Parents [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* SessionTest.testEContentAdapter [H2-branching-ranges-uuids, JVM, Native] ******************************************************* org.eclipse.emf.ecore.impl.ENotificationImpl@16f6e7f (eventType: SET, position: -1, notifier: CDOResource@_hGn50AkMEe-bzopYCigSfg("cdo://repo1/SessionTest_testEContentAdapter/ttt"), feature: org.eclipse.emf.ecore.impl.EAttributeImpl@33956d1a (name: resourceSet) (ordered: true, unique: true, lowerBound: 0, upperBound: 1) (changeable: true, volatile: false, transient: true, defaultValueLiteral: null, unsettable: false, derived: false) (iD: false), oldValue: org.eclipse.emf.ecore.resource.impl.ResourceSetImpl@7e53e0f2 resources=[], newValue: null, isTouch: false, wasSet: true) org.eclipse.emf.cdo.eresource.impl.CDOResourceImpl$10@27ec39ab (eventType: SET, position: -1, notifier: CDOResource@_hGn50AkMEe-bzopYCigSfg("cdo://repo1/SessionTest_testEContentAdapter/ttt"), feature: null, oldValue: org.eclipse.emf.ecore.resource.impl.ResourceSetImpl@7e53e0f2 resources=[], newValue: null, isTouch: false, wasSet: true) org.eclipse.emf.ecore.impl.MinimalEObjectImpl$1ArrayDelegatingAdapterList$1@6296ddf3 (eventType: REMOVING_ADAPTER, touch: true, position: 0, notifier: CDOResource@_hGn50AkMEe-bzopYCigSfg("cdo://repo1/SessionTest_testEContentAdapter/ttt"), feature: null, oldValue: org.eclipse.emf.cdo.tests.SessionTest$1@18704b48, newValue: null, isTouch: true, wasSet: false) org.eclipse.emf.ecore.impl.MinimalEObjectImpl$1ArrayDelegatingAdapterList$1@79456cc4 (eventType: REMOVING_ADAPTER, touch: true, position: 0, notifier: Company@_hGn50QkMEe-bzopYCigSfg, feature: null, oldValue: org.eclipse.emf.cdo.tests.SessionTest$1@18704b48, newValue: null, isTouch: true, wasSet: false) org.eclipse.emf.common.notify.impl.NotifyingListImpl$1@3f222326 (eventType: REMOVE, position: 0, notifier: org.eclipse.emf.ecore.resource.impl.ResourceSetImpl@7e53e0f2 resources=[], feature: null, oldValue: CDOResource@_hGn50AkMEe-bzopYCigSfg("cdo://repo1/SessionTest_testEContentAdapter/ttt"), newValue: null, isTouch: false, wasSet: true) ******************************************************* SessionTest.testIsSupportingAudits [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* SessionTest.testLastUpdateLocal [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* SessionTest.testLastUpdateRemote [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* SessionTest.testNoAuthentication [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "authrepo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, repo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* SessionTest.testProtocolTimeoutChangedEvent [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' TimeoutChangedEvent [oldTimeout=-1, newTimeout=20000, source=SignalProtocol[1, CLIENT, cdo]] ******************************************************* SessionTest.testRefresh [H2-branching-ranges-uuids, JVM, Native] ******************************************************* MAIN[0] 2024-05-03 05:18:03.862/* Category@_hIrIQAkMEe-bzopYCigSfg:0v1 2024-05-03 05:18:03.972/* CDOResource@_hHwiQAkMEe-bzopYCigSfg:0v1("/") 2024-05-03 05:18:03.862/2024-05-03 05:18:03.929 CDOResource@_hHwiQAkMEe-bzopYCigSfg:0v2("/") 2024-05-03 05:18:03.930/* CDOResourceFolder@_hH4eEAkMEe-bzopYCigSfg:0v1("SessionTest_testRefresh")2024-05-03 05:18:03.930/* CDOResource@_hH4eEQkMEe-bzopYCigSfg:0v1("ttt")2024-05-03 05:18:03.930/2024-05-03 05:18:03.971 CDOResource@_hH4eEQkMEe-bzopYCigSfg:0v2("ttt")2024-05-03 05:18:03.972/* Category@_hH4eEgkMEe-bzopYCigSfg:0v1 2024-05-03 05:18:03.930/* MAIN[0] 2024-05-03 05:18:03.862/* CDOResourceFolder@_hH4eEAkMEe-bzopYCigSfg:0v1("SessionTest_testRefresh")2024-05-03 05:18:03.930/* CDOResource@_hH4eEQkMEe-bzopYCigSfg:0v1("ttt")2024-05-03 05:18:03.930/* MAIN[0] 2024-05-03 05:18:03.862/* CDOResource@_hH4eEQkMEe-bzopYCigSfg:0v1("ttt")2024-05-03 05:18:03.930/2024-05-03 05:18:03.971 CDOResource@_hH4eEQkMEe-bzopYCigSfg:0v2("ttt")2024-05-03 05:18:03.972/* ******************************************************* SessionTest.testRefreshWithPackages [H2-branching-ranges-uuids, JVM, Native] ******************************************************* MAIN[0] 2024-05-03 05:18:03.862/* Category@_hIydAAkMEe-bzopYCigSfg:0v1 2024-05-03 05:18:03.984/* CDOResourceFolder@_hIwn0AkMEe-bzopYCigSfg:0v1("SessionTest_testRefreshWithPackages")2024-05-03 05:18:03.981/* CDOResource@_hIwn0QkMEe-bzopYCigSfg:0v1("ttt")2024-05-03 05:18:03.981/2024-05-03 05:18:03.983 CDOResource@_hIwn0QkMEe-bzopYCigSfg:0v2("ttt")2024-05-03 05:18:03.984/* CDOResource@_hHwiQAkMEe-bzopYCigSfg:0v2("/") 2024-05-03 05:18:03.930/2024-05-03 05:18:03.980 CDOResource@_hHwiQAkMEe-bzopYCigSfg:0v3("/") 2024-05-03 05:18:03.981/* CDOResourceFolder@_hH4eEAkMEe-bzopYCigSfg:0v1("SessionTest_testRefresh")2024-05-03 05:18:03.930/* MAIN[0] 2024-05-03 05:18:03.862/* CDOResourceFolder@_hIwn0AkMEe-bzopYCigSfg:0v1("SessionTest_testRefreshWithPackages")2024-05-03 05:18:03.981/* CDOResource@_hIwn0QkMEe-bzopYCigSfg:0v1("ttt")2024-05-03 05:18:03.981/* MAIN[0] 2024-05-03 05:18:03.862/* CDOResource@_hIwn0QkMEe-bzopYCigSfg:0v1("ttt")2024-05-03 05:18:03.981/2024-05-03 05:18:03.983 CDOResource@_hIwn0QkMEe-bzopYCigSfg:0v2("ttt")2024-05-03 05:18:03.984/* ******************************************************* SessionTest.testRepositoryNotFound [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [ERROR] Repository not found: sdkghfaifuzicxuhvnjlksah org.eclipse.emf.cdo.server.RepositoryNotFoundException: Repository not found: sdkghfaifuzicxuhvnjlksah at org.eclipse.emf.cdo.server.internal.net4j.protocol.OpenSessionIndication.responding(OpenSessionIndication.java:134) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerIndicationWithMonitoring.responding(CDOServerIndicationWithMonitoring.java:185) at org.eclipse.net4j.signal.IndicationWithMonitoring.responding(IndicationWithMonitoring.java:68) at org.eclipse.net4j.signal.IndicationWithResponse.doExtendedOutput(IndicationWithResponse.java:100) at org.eclipse.net4j.signal.Signal.doOutput(Signal.java:407) at org.eclipse.net4j.signal.IndicationWithResponse.execute(IndicationWithResponse.java:74) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) ******************************************************* SessionTest.testSetProtocolTimeout [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* SessionTest.testWaitForUpdateLocal [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* SessionTest.testWaitForUpdateRemote [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* SessionTest.testWithAuthentication [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "authrepo2"! Other schemas may contain a CDO repository: authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, repo1, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* SessionTest.testWithAuthenticationNoCredentials [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "authrepo4"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, repo1, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* SessionTest.testWithAuthenticationNoCredentialsProvider [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "authrepo3"! Other schemas may contain a CDO repository: authrepo2, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, repo1, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* SessionTest.testWithAuthenticationNoPassword [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "authrepo7"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, commitinforepo, protectedrepo, repo2, repo3, repo1, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* SessionTest.testWithAuthenticationNoUserID [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "authrepo6"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo7, commitinforepo, protectedrepo, repo2, repo3, repo1, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* SessionTest.testWithAuthenticationWrongCredentials [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "authrepo5"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, repo1, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* SetFeatureTest.testNotUnsettableBooleanNoDefault [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* SetFeatureTest.testNotUnsettableBooleanNoDefault2 [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableBooleanNoDefault_SetDefault [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableByteNoDefault [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableByteNoDefault2 [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableByteNoDefault_SetDefault [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableCharNoDefault [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableCharNoDefault2 [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableCharNoDefault_SetDefault [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableDateNoDefault [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableDateNoDefault_SetDefault [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableDoubleNoDefault [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableDoubleNoDefault2 [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableDoubleNoDefault_SetDefault [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableFloatNoDefault [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableFloatNoDefault2 [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableFloatNoDefault_SetDefault [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableIntNoDefault [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableIntNoDefault2 [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableIntNoDefault_SetDefault [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableLongNoDefault [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableLongNoDefault2 [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableLongNoDefault_SetDefault [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableShortNoDefault [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableShortNoDefault2 [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableShortNoDefault_SetDefault [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableStringNoDefault [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableStringNoDefault2 [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableStringNoDefault_SetDefault [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableVATNoDefault [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableVATNoDefault_SetDefault [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableWithDefaultBoolean [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableWithDefaultBoolean2 [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableWithDefaultBoolean_SetDefault [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableWithDefaultByte [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableWithDefaultByte2 [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableWithDefaultByte_SetDefault [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableWithDefaultChar [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableWithDefaultChar_SetDefault [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableWithDefaultChart2 [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableWithDefaultDate [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableWithDefaultDate_SetDefault [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableWithDefaultDouble [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableWithDefaultDouble2 [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableWithDefaultDouble_SetDefault [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableWithDefaultVAT [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableWithDefaultVAT_SetDefault [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableBooleanNoDefault [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableBooleanNoDefault2 [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableBooleanNoDefault_SetDefault [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableByteNoDefault [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableByteNoDefault2 [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableByteNoDefault_SetDefault [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableCharNoDefault [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableCharNoDefault2 [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableCharNoDefault_SetDefault [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableDateNoDefault [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableDateNoDefault_SetDefault [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableDoubleNoDefault [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableDoubleNoDefault2 [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableDoubleNoDefault_SetDefault [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableFloatNoDefault [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableFloatNoDefault2 [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableFloatNoDefault_SetDefault [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableIntNoDefault [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableIntNoDefault2 [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableIntNoDefault_SetDefault [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableLongNoDefault [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableShortNoDefault [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableShortNoDefault2 [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableShortNoDefault_SetDefault [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableStringNoDefault [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableStringNoDefault2 [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableStringNoDefault_SetDefault [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableVATNoDefault [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableVATNoDefault_SetDefault [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableWithDefaultBoolean [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableWithDefaultBoolean2 [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableWithDefaultByte [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableWithDefaultByte2 [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableWithDefaultByte_SetDefault [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableWithDefaultChar [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableWithDefaultCharNo [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableWithDefaultChar_SetDefault [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableWithDefaultDate [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableWithDefaultDate_SetDefault [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableWithDefaultDouble [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableWithDefaultDouble2 [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableWithDefaultDouble_SetDefault [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableWithDefaultFloat [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableWithDefaultFloat2 [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableWithDefaultFloat_SetDefault [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableWithDefaultInt [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableWithDefaultInt2 [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableWithDefaultInt_SetDefault [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableWithDefaultLong [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableWithDefaultShort [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableWithDefaultShort2 [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableWithDefaultShort_SetDefault [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableWithDefaultString [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableWithDefaultString2 [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableWithDefaultString_SetDefault [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableWithDefaultVAT [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableWithDefaultVAT_SetDefault [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* StateMachineTest.test_NEW_with_ATTACH [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* StateMachineTest.test_NEW_with_COMMIT [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* StateMachineTest.test_NEW_with_INVALIDATE [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* StateMachineTest.test_NEW_with_READ [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* StateMachineTest.test_NEW_with_ROLLBACK [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* StateMachineTest.test_NEW_with_WRITE [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* StateMachineTest.test_PREPARED_with_ATTACH [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* StateMachineTest.test_PREPARED_with_DETACH [H2-branching-ranges-uuids, JVM, Native] ******************************************************* java.lang.IllegalStateException: Failing event DETACH in state PREPARED for Supplier[PREPARED] (data=[]) at org.eclipse.net4j.util.fsm.FiniteStateMachine.process(FiniteStateMachine.java:160) at org.eclipse.emf.internal.cdo.view.CDOStateMachine.detach(CDOStateMachine.java:310) at org.eclipse.emf.cdo.tests.StateMachineTest.detach(StateMachineTest.java:397) at org.eclipse.emf.cdo.tests.StateMachineTest.test_PREPARED_with_DETACH(StateMachineTest.java:192) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at junit.framework.TestCase.runTest(TestCase.java:177) at org.eclipse.net4j.util.tests.AbstractOMTest.access$0(AbstractOMTest.java:1) at org.eclipse.net4j.util.tests.AbstractOMTest$3.execute(AbstractOMTest.java:315) at org.eclipse.net4j.internal.util.test.TestExecuter.execute(TestExecuter.java:40) at org.eclipse.net4j.util.tests.AbstractOMTest.runBare(AbstractOMTest.java:301) at org.eclipse.emf.cdo.tests.config.impl.ConfigTest.runBare(ConfigTest.java:648) at junit.framework.TestResult$1.protect(TestResult.java:122) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.framework.TestResult.run(TestResult.java:125) at junit.framework.TestCase.run(TestCase.java:130) at org.eclipse.net4j.util.tests.AbstractOMTest.run(AbstractOMTest.java:375) at junit.framework.TestSuite.runTest(TestSuite.java:241) at org.eclipse.emf.cdo.tests.config.impl.ConfigTestSuite$TestClassWrapper.runTest(ConfigTestSuite.java:231) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at org.eclipse.emf.cdo.tests.config.impl.ConfigTestSuite$MainSuite.run(ConfigTestSuite.java:166) at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:364) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:237) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:158) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.apache.maven.surefire.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:167) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:142) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:28) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:679) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:616) at org.eclipse.equinox.launcher.Main.run(Main.java:1492) at org.eclipse.equinox.launcher.Main.main(Main.java:1465) ******************************************************* StateMachineTest.test_PREPARED_with_INVALIDATE [H2-branching-ranges-uuids, JVM, Native] ******************************************************* java.lang.IllegalStateException: Failing event INVALIDATE in state PREPARED for Supplier[PREPARED] (data=null) at org.eclipse.net4j.util.fsm.FiniteStateMachine.process(FiniteStateMachine.java:160) at org.eclipse.emf.internal.cdo.view.CDOStateMachine.invalidate(CDOStateMachine.java:499) at org.eclipse.emf.cdo.tests.StateMachineTest.invalidate(StateMachineTest.java:424) at org.eclipse.emf.cdo.tests.StateMachineTest.test_PREPARED_with_INVALIDATE(StateMachineTest.java:235) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at junit.framework.TestCase.runTest(TestCase.java:177) at org.eclipse.net4j.util.tests.AbstractOMTest.access$0(AbstractOMTest.java:1) at org.eclipse.net4j.util.tests.AbstractOMTest$3.execute(AbstractOMTest.java:315) at org.eclipse.net4j.internal.util.test.TestExecuter.execute(TestExecuter.java:40) at org.eclipse.net4j.util.tests.AbstractOMTest.runBare(AbstractOMTest.java:301) at org.eclipse.emf.cdo.tests.config.impl.ConfigTest.runBare(ConfigTest.java:648) at junit.framework.TestResult$1.protect(TestResult.java:122) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.framework.TestResult.run(TestResult.java:125) at junit.framework.TestCase.run(TestCase.java:130) at org.eclipse.net4j.util.tests.AbstractOMTest.run(AbstractOMTest.java:375) at junit.framework.TestSuite.runTest(TestSuite.java:241) at org.eclipse.emf.cdo.tests.config.impl.ConfigTestSuite$TestClassWrapper.runTest(ConfigTestSuite.java:231) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at org.eclipse.emf.cdo.tests.config.impl.ConfigTestSuite$MainSuite.run(ConfigTestSuite.java:166) at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:364) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:237) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:158) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.apache.maven.surefire.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:167) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:142) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:28) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:679) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:616) at org.eclipse.equinox.launcher.Main.run(Main.java:1492) at org.eclipse.equinox.launcher.Main.main(Main.java:1465) ******************************************************* StateMachineTest.test_PREPARED_with_READ [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* StateMachineTest.test_PREPARED_with_ROLLBACK [H2-branching-ranges-uuids, JVM, Native] ******************************************************* java.lang.IllegalStateException: Failing event ROLLBACK in state PREPARED for Supplier[PREPARED] (data=null) at org.eclipse.net4j.util.fsm.FiniteStateMachine.process(FiniteStateMachine.java:160) at org.eclipse.emf.internal.cdo.view.CDOStateMachine.rollback(CDOStateMachine.java:599) at org.eclipse.emf.cdo.tests.StateMachineTest.rollback(StateMachineTest.java:433) at org.eclipse.emf.cdo.tests.StateMachineTest.test_PREPARED_with_ROLLBACK(StateMachineTest.java:252) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at junit.framework.TestCase.runTest(TestCase.java:177) at org.eclipse.net4j.util.tests.AbstractOMTest.access$0(AbstractOMTest.java:1) at org.eclipse.net4j.util.tests.AbstractOMTest$3.execute(AbstractOMTest.java:315) at org.eclipse.net4j.internal.util.test.TestExecuter.execute(TestExecuter.java:40) at org.eclipse.net4j.util.tests.AbstractOMTest.runBare(AbstractOMTest.java:301) at org.eclipse.emf.cdo.tests.config.impl.ConfigTest.runBare(ConfigTest.java:648) at junit.framework.TestResult$1.protect(TestResult.java:122) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.framework.TestResult.run(TestResult.java:125) at junit.framework.TestCase.run(TestCase.java:130) at org.eclipse.net4j.util.tests.AbstractOMTest.run(AbstractOMTest.java:375) at junit.framework.TestSuite.runTest(TestSuite.java:241) at org.eclipse.emf.cdo.tests.config.impl.ConfigTestSuite$TestClassWrapper.runTest(ConfigTestSuite.java:231) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at org.eclipse.emf.cdo.tests.config.impl.ConfigTestSuite$MainSuite.run(ConfigTestSuite.java:166) at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:364) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:237) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:158) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.apache.maven.surefire.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:167) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:142) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:28) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:679) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:616) at org.eclipse.equinox.launcher.Main.run(Main.java:1492) at org.eclipse.equinox.launcher.Main.main(Main.java:1465) ******************************************************* StateMachineTest.test_PREPARED_with_WRITE [H2-branching-ranges-uuids, JVM, Native] ******************************************************* java.lang.IllegalStateException: Failing event WRITE in state PREPARED for Supplier[PREPARED] (data=org.eclipse.emf.internal.cdo.view.CDOStateMachine$FeatureDeltaAndResult@78b301cb) at org.eclipse.net4j.util.fsm.FiniteStateMachine.process(FiniteStateMachine.java:160) at org.eclipse.emf.internal.cdo.view.CDOStateMachine.writeUnsynced(CDOStateMachine.java:440) at org.eclipse.emf.internal.cdo.view.CDOStateMachine.write(CDOStateMachine.java:418) at org.eclipse.emf.cdo.tests.StateMachineTest.write(StateMachineTest.java:415) at org.eclipse.emf.cdo.tests.StateMachineTest.test_PREPARED_with_WRITE(StateMachineTest.java:218) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at junit.framework.TestCase.runTest(TestCase.java:177) at org.eclipse.net4j.util.tests.AbstractOMTest.access$0(AbstractOMTest.java:1) at org.eclipse.net4j.util.tests.AbstractOMTest$3.execute(AbstractOMTest.java:315) at org.eclipse.net4j.internal.util.test.TestExecuter.execute(TestExecuter.java:40) at org.eclipse.net4j.util.tests.AbstractOMTest.runBare(AbstractOMTest.java:301) at org.eclipse.emf.cdo.tests.config.impl.ConfigTest.runBare(ConfigTest.java:648) at junit.framework.TestResult$1.protect(TestResult.java:122) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.framework.TestResult.run(TestResult.java:125) at junit.framework.TestCase.run(TestCase.java:130) at org.eclipse.net4j.util.tests.AbstractOMTest.run(AbstractOMTest.java:375) at junit.framework.TestSuite.runTest(TestSuite.java:241) at org.eclipse.emf.cdo.tests.config.impl.ConfigTestSuite$TestClassWrapper.runTest(ConfigTestSuite.java:231) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at org.eclipse.emf.cdo.tests.config.impl.ConfigTestSuite$MainSuite.run(ConfigTestSuite.java:166) at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:364) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:237) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:158) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.apache.maven.surefire.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:167) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:142) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:28) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:679) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:616) at org.eclipse.equinox.launcher.Main.run(Main.java:1492) at org.eclipse.equinox.launcher.Main.main(Main.java:1465) ******************************************************* StateMachineTest.test_REATTACH [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* StateMachineTest.test_TRANSIENT_with_ATTACH [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* StateMachineTest.test_TRANSIENT_with_INVALIDATE [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* StateMachineTest.test_TRANSIENT_with_READ [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* StateMachineTest.test_TRANSIENT_with_ROLLBACK [H2-branching-ranges-uuids, JVM, Native] ******************************************************* java.lang.IllegalStateException: Failing event ROLLBACK in state TRANSIENT for Supplier[TRANSIENT] (data=null) at org.eclipse.net4j.util.fsm.FiniteStateMachine.process(FiniteStateMachine.java:160) at org.eclipse.emf.internal.cdo.view.CDOStateMachine.rollback(CDOStateMachine.java:599) at org.eclipse.emf.cdo.tests.StateMachineTest.rollback(StateMachineTest.java:433) at org.eclipse.emf.cdo.tests.StateMachineTest.test_TRANSIENT_with_ROLLBACK(StateMachineTest.java:146) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at junit.framework.TestCase.runTest(TestCase.java:177) at org.eclipse.net4j.util.tests.AbstractOMTest.access$0(AbstractOMTest.java:1) at org.eclipse.net4j.util.tests.AbstractOMTest$3.execute(AbstractOMTest.java:315) at org.eclipse.net4j.internal.util.test.TestExecuter.execute(TestExecuter.java:40) at org.eclipse.net4j.util.tests.AbstractOMTest.runBare(AbstractOMTest.java:301) at org.eclipse.emf.cdo.tests.config.impl.ConfigTest.runBare(ConfigTest.java:648) at junit.framework.TestResult$1.protect(TestResult.java:122) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.framework.TestResult.run(TestResult.java:125) at junit.framework.TestCase.run(TestCase.java:130) at org.eclipse.net4j.util.tests.AbstractOMTest.run(AbstractOMTest.java:375) at junit.framework.TestSuite.runTest(TestSuite.java:241) at org.eclipse.emf.cdo.tests.config.impl.ConfigTestSuite$TestClassWrapper.runTest(ConfigTestSuite.java:231) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at org.eclipse.emf.cdo.tests.config.impl.ConfigTestSuite$MainSuite.run(ConfigTestSuite.java:166) at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:364) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:237) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:158) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.apache.maven.surefire.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:167) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:142) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:28) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:679) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:616) at org.eclipse.equinox.launcher.Main.run(Main.java:1492) at org.eclipse.equinox.launcher.Main.main(Main.java:1465) java.lang.IllegalStateException: Failing event ROLLBACK in state TRANSIENT for Supplier[TRANSIENT] (data=null) at org.eclipse.net4j.util.fsm.FiniteStateMachine.process(FiniteStateMachine.java:160) at org.eclipse.emf.internal.cdo.view.CDOStateMachine.rollback(CDOStateMachine.java:599) at org.eclipse.emf.cdo.tests.StateMachineTest.rollback(StateMachineTest.java:433) at org.eclipse.emf.cdo.tests.StateMachineTest.test_TRANSIENT_with_ROLLBACK(StateMachineTest.java:157) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at junit.framework.TestCase.runTest(TestCase.java:177) at org.eclipse.net4j.util.tests.AbstractOMTest.access$0(AbstractOMTest.java:1) at org.eclipse.net4j.util.tests.AbstractOMTest$3.execute(AbstractOMTest.java:315) at org.eclipse.net4j.internal.util.test.TestExecuter.execute(TestExecuter.java:40) at org.eclipse.net4j.util.tests.AbstractOMTest.runBare(AbstractOMTest.java:301) at org.eclipse.emf.cdo.tests.config.impl.ConfigTest.runBare(ConfigTest.java:648) at junit.framework.TestResult$1.protect(TestResult.java:122) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.framework.TestResult.run(TestResult.java:125) at junit.framework.TestCase.run(TestCase.java:130) at org.eclipse.net4j.util.tests.AbstractOMTest.run(AbstractOMTest.java:375) at junit.framework.TestSuite.runTest(TestSuite.java:241) at org.eclipse.emf.cdo.tests.config.impl.ConfigTestSuite$TestClassWrapper.runTest(ConfigTestSuite.java:231) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at org.eclipse.emf.cdo.tests.config.impl.ConfigTestSuite$MainSuite.run(ConfigTestSuite.java:166) at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:364) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:237) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:158) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.apache.maven.surefire.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:167) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:142) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:28) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:679) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:616) at org.eclipse.equinox.launcher.Main.run(Main.java:1492) at org.eclipse.equinox.launcher.Main.main(Main.java:1465) ******************************************************* StateMachineTest.test_TRANSIENT_with_WRITE [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* StickyViewsTest.test_changeName [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* StickyViewsTest.test_detachedCommittedObject [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* StickyViewsTest.test_dirtyCommittedObject [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* StickyViewsTest.test_newCommittedObject [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* StickyViewsTest.test_otherSessionCommittedLatest [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* StickyViewsTest.test_refresh [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* StickyViewsTest.test_removeFirst [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* StickyViewsTest.test_removeLast [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* TransactionHandlerTest.testAsyncTransactionHandler [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* TransactionHandlerTest.testAttachingObject [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* TransactionHandlerTest.testAttachingObjectVeto [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* TransactionHandlerTest.testAttachingResourceVeto [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* TransactionHandlerTest.testCommitting [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* TransactionHandlerTest.testDetachingObject [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* TransactionHandlerTest.testDetachingObjectVeto [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* TransactionHandlerTest.testModifyingObject [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* TransactionHandlerTest.testModifyingObjectVeto [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* TransactionHandlerTest.testModifyingResourceVeto [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* TransactionHandlerTest.testRollbacked [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* TransactionTest.testAutoRollbackOnConflictEvent [H2-branching-ranges-uuids, JVM, Native] ******************************************************* rollback ******************************************************* TransactionTest.testCommitAfterClose [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* TransactionTest.testCommitManyTransactionsMultiThread [H2-branching-ranges-uuids, JVM, Native] ******************************************************* RUN 1 CloseViewRequest = 100 CommitTransactionRequest = 100 LockObjectsRequest = 100 OpenViewRequest = 100 ******************************************************* TransactionTest.testCommitRedundantChanges [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* TransactionTest.testCreateManySessions [H2-branching-ranges-uuids, JVM, Native] ******************************************************* Opening session Session 0 Session 1 Session 2 Session 3 Session 4 Session 5 Session 6 Session 7 Session 8 Session 9 Session 10 Session 11 Session 12 Session 13 Session 14 Session 15 Session 16 Session 17 Session 18 Session 19 Session 20 Session 21 Session 22 Session 23 Session 24 Session 25 Session 26 Session 27 Session 28 Session 29 Session 30 Session 31 Session 32 Session 33 Session 34 Session 35 Session 36 Session 37 Session 38 Session 39 Session 40 Session 41 Session 42 Session 43 Session 44 Session 45 Session 46 Session 47 Session 48 Session 49 Session 50 Session 51 Session 52 Session 53 Session 54 Session 55 Session 56 Session 57 Session 58 Session 59 Session 60 Session 61 Session 62 Session 63 Session 64 Session 65 Session 66 Session 67 Session 68 Session 69 Session 70 Session 71 Session 72 Session 73 Session 74 Session 75 Session 76 Session 77 Session 78 Session 79 Session 80 Session 81 Session 82 Session 83 Session 84 Session 85 Session 86 Session 87 Session 88 Session 89 Session 90 Session 91 Session 92 Session 93 Session 94 Session 95 Session 96 Session 97 Session 98 Session 99 ******************************************************* TransactionTest.testCreateManySessionsAndTransactionsMultiThread [H2-branching-ranges-uuids, JVM, Native] ******************************************************* Thread 0: Started Thread 1: Started Thread 2: Started Thread 3: Started Thread 4: Started Thread 3: Session + Transaction 0 Thread 1: Session + Transaction 0 Thread 2: Session + Transaction 0 Thread 4: Session + Transaction 0 Thread 0: Session + Transaction 0 Thread 4: Session + Transaction 1 Thread 3: Session + Transaction 1 Thread 1: Session + Transaction 1 Thread 2: Session + Transaction 1 Thread 0: Session + Transaction 1 Thread 3: Session + Transaction 2 Thread 4: Session + Transaction 2 Thread 2: Session + Transaction 2 Thread 1: Session + Transaction 2 Thread 0: Session + Transaction 2 Thread 4: Session + Transaction 3 Thread 3: Session + Transaction 3 Thread 2: Session + Transaction 3 Thread 1: Session + Transaction 3 Thread 0: Session + Transaction 3 Thread 4: Session + Transaction 4 Thread 3: Session + Transaction 4 Thread 2: Session + Transaction 4 Thread 1: Session + Transaction 4 Thread 0: Session + Transaction 4 Thread 4: Session + Transaction 5 Thread 3: Session + Transaction 5 Thread 2: Session + Transaction 5 Thread 0: Session + Transaction 5 Thread 1: Session + Transaction 5 Thread 4: Session + Transaction 6 Thread 3: Session + Transaction 6 Thread 0: Session + Transaction 6 Thread 2: Session + Transaction 6 Thread 1: Session + Transaction 6 Thread 4: Session + Transaction 7 Thread 3: Session + Transaction 7 Thread 0: Session + Transaction 7 Thread 2: Session + Transaction 7 Thread 1: Session + Transaction 7 Thread 4: Session + Transaction 8 Thread 3: Session + Transaction 8 Thread 0: Session + Transaction 8 Thread 2: Session + Transaction 8 Thread 1: Session + Transaction 8 Thread 4: Session + Transaction 9 Thread 3: Session + Transaction 9 Thread 0: Session + Transaction 9 Thread 2: Session + Transaction 9 Thread 1: Session + Transaction 9 Thread 4: Session + Transaction 10 Thread 3: Session + Transaction 10 Thread 0: Session + Transaction 10 Thread 2: Session + Transaction 10 Thread 1: Session + Transaction 10 Thread 4: Session + Transaction 11 Thread 3: Session + Transaction 11 Thread 0: Session + Transaction 11 Thread 2: Session + Transaction 11 Thread 1: Session + Transaction 11 Thread 4: Session + Transaction 12 Thread 3: Session + Transaction 12 Thread 0: Session + Transaction 12 Thread 2: Session + Transaction 12 Thread 1: Session + Transaction 12 Thread 4: Session + Transaction 13 Thread 3: Session + Transaction 13 Thread 0: Session + Transaction 13 Thread 2: Session + Transaction 13 Thread 1: Session + Transaction 13 Thread 4: Session + Transaction 14 Thread 3: Session + Transaction 14 Thread 2: Session + Transaction 14 Thread 0: Session + Transaction 14 Thread 1: Session + Transaction 14 Thread 4: Session + Transaction 15 Thread 3: Session + Transaction 15 Thread 2: Session + Transaction 15 Thread 0: Session + Transaction 15 Thread 1: Session + Transaction 15 Thread 4: Session + Transaction 16 Thread 3: Session + Transaction 16 Thread 2: Session + Transaction 16 Thread 1: Session + Transaction 16 Thread 0: Session + Transaction 16 Thread 4: Session + Transaction 17 Thread 3: Session + Transaction 17 Thread 1: Session + Transaction 17 Thread 2: Session + Transaction 17 Thread 0: Session + Transaction 17 Thread 4: Session + Transaction 18 Thread 3: Session + Transaction 18 Thread 2: Session + Transaction 18 Thread 0: Session + Transaction 18 Thread 1: Session + Transaction 18 Thread 4: Session + Transaction 19 Thread 3: Session + Transaction 19 Thread 1: Session + Transaction 19 Thread 4: Session + Transaction 20 Thread 0: Session + Transaction 19 Thread 2: Session + Transaction 19 Thread 3: Session + Transaction 20 Thread 1: Session + Transaction 20 Thread 0: Session + Transaction 20 Thread 4: Session + Transaction 21 Thread 3: Session + Transaction 21 Thread 1: Session + Transaction 21 Thread 2: Session + Transaction 20 Thread 4: Session + Transaction 22 Thread 0: Session + Transaction 21 Thread 3: Session + Transaction 22 Thread 1: Session + Transaction 22 Thread 2: Session + Transaction 21 Thread 4: Session + Transaction 23 Thread 0: Session + Transaction 22 Thread 3: Session + Transaction 23 Thread 1: Session + Transaction 23 Thread 4: Session + Transaction 24 Thread 2: Session + Transaction 22 Thread 0: Session + Transaction 23 Thread 3: Session + Transaction 24 Thread 1: Session + Transaction 24 Thread 4: Session + Transaction 25 Thread 3: Session + Transaction 25 Thread 2: Session + Transaction 23 Thread 0: Session + Transaction 24 Thread 1: Session + Transaction 25 Thread 4: Session + Transaction 26 Thread 0: Session + Transaction 25 Thread 3: Session + Transaction 26 Thread 1: Session + Transaction 26 Thread 2: Session + Transaction 24 Thread 4: Session + Transaction 27 Thread 0: Session + Transaction 26 Thread 1: Session + Transaction 27 Thread 3: Session + Transaction 27 Thread 2: Session + Transaction 25 Thread 4: Session + Transaction 28 Thread 3: Session + Transaction 28 Thread 1: Session + Transaction 28 Thread 0: Session + Transaction 27 Thread 2: Session + Transaction 26 Thread 4: Session + Transaction 29 Thread 1: Session + Transaction 29 Thread 0: Session + Transaction 28 Thread 3: Session + Transaction 29 Thread 2: Session + Transaction 27 Thread 4: Session + Transaction 30 Thread 1: Session + Transaction 30 Thread 0: Session + Transaction 29 Thread 3: Session + Transaction 30 Thread 1: Session + Transaction 31 Thread 4: Session + Transaction 31 Thread 2: Session + Transaction 28 Thread 0: Session + Transaction 30 Thread 3: Session + Transaction 31 Thread 1: Session + Transaction 32 Thread 4: Session + Transaction 32 Thread 2: Session + Transaction 29 Thread 0: Session + Transaction 31 Thread 3: Session + Transaction 32 Thread 1: Session + Transaction 33 Thread 4: Session + Transaction 33 Thread 2: Session + Transaction 30 Thread 0: Session + Transaction 32 Thread 3: Session + Transaction 33 Thread 1: Session + Transaction 34 Thread 4: Session + Transaction 34 Thread 0: Session + Transaction 33 Thread 3: Session + Transaction 34 Thread 2: Session + Transaction 31 Thread 1: Session + Transaction 35 Thread 4: Session + Transaction 35 Thread 0: Session + Transaction 34 Thread 3: Session + Transaction 35 Thread 1: Session + Transaction 36 Thread 2: Session + Transaction 32 Thread 0: Session + Transaction 35 Thread 4: Session + Transaction 36 Thread 3: Session + Transaction 36 Thread 1: Session + Transaction 37 Thread 2: Session + Transaction 33 Thread 0: Session + Transaction 36 Thread 4: Session + Transaction 37 Thread 3: Session + Transaction 37 Thread 1: Session + Transaction 38 Thread 2: Session + Transaction 34 Thread 4: Session + Transaction 38 Thread 0: Session + Transaction 37 Thread 1: Session + Transaction 39 Thread 3: Session + Transaction 38 Thread 1: Session + Transaction 40 Thread 3: Session + Transaction 39 Thread 0: Session + Transaction 38 Thread 4: Session + Transaction 39 Thread 2: Session + Transaction 35 Thread 1: Session + Transaction 41 Thread 3: Session + Transaction 40 Thread 4: Session + Transaction 40 Thread 0: Session + Transaction 39 Thread 3: Session + Transaction 41 Thread 2: Session + Transaction 36 Thread 1: Session + Transaction 42 Thread 3: Session + Transaction 42 Thread 0: Session + Transaction 40 Thread 4: Session + Transaction 41 Thread 1: Session + Transaction 43 Thread 0: Session + Transaction 41 Thread 2: Session + Transaction 37 Thread 1: Session + Transaction 44 Thread 3: Session + Transaction 43 Thread 4: Session + Transaction 42 Thread 0: Session + Transaction 42 Thread 2: Session + Transaction 38 Thread 1: Session + Transaction 45 Thread 3: Session + Transaction 44 Thread 4: Session + Transaction 43 Thread 0: Session + Transaction 43 Thread 2: Session + Transaction 39 Thread 1: Session + Transaction 46 Thread 3: Session + Transaction 45 Thread 4: Session + Transaction 44 Thread 0: Session + Transaction 44 Thread 3: Session + Transaction 46 Thread 1: Session + Transaction 47 Thread 4: Session + Transaction 45 Thread 2: Session + Transaction 40 Thread 0: Session + Transaction 45 Thread 4: Session + Transaction 46 Thread 1: Session + Transaction 48 Thread 3: Session + Transaction 47 Thread 2: Session + Transaction 41 Thread 0: Session + Transaction 46 Thread 4: Session + Transaction 47 Thread 1: Session + Transaction 49 Thread 3: Session + Transaction 48 Thread 0: Session + Transaction 47 Thread 4: Session + Transaction 48 Thread 1: Session + Transaction 50 Thread 2: Session + Transaction 42 Thread 3: Session + Transaction 49 Thread 0: Session + Transaction 48 Thread 1: Session + Transaction 51 Thread 4: Session + Transaction 49 Thread 2: Session + Transaction 43 Thread 3: Session + Transaction 50 Thread 0: Session + Transaction 49 Thread 1: Session + Transaction 52 Thread 4: Session + Transaction 50 Thread 2: Session + Transaction 44 Thread 3: Session + Transaction 51 Thread 0: Session + Transaction 50 Thread 4: Session + Transaction 51 Thread 1: Session + Transaction 53 Thread 2: Session + Transaction 45 Thread 3: Session + Transaction 52 Thread 0: Session + Transaction 51 Thread 4: Session + Transaction 52 Thread 1: Session + Transaction 54 Thread 2: Session + Transaction 46 Thread 3: Session + Transaction 53 Thread 0: Session + Transaction 52 Thread 4: Session + Transaction 53 Thread 1: Session + Transaction 55 Thread 2: Session + Transaction 47 Thread 0: Session + Transaction 53 Thread 4: Session + Transaction 54 Thread 1: Session + Transaction 56 Thread 0: Session + Transaction 54 Thread 4: Session + Transaction 55 Thread 1: Session + Transaction 57 Thread 0: Session + Transaction 55 Thread 3: Session + Transaction 54 Thread 4: Session + Transaction 56 Thread 1: Session + Transaction 58 Thread 2: Session + Transaction 48 Thread 3: Session + Transaction 55 Thread 4: Session + Transaction 57 Thread 1: Session + Transaction 59 Thread 3: Session + Transaction 56 Thread 4: Session + Transaction 58 Thread 1: Session + Transaction 60 Thread 0: Session + Transaction 56 Thread 2: Session + Transaction 49 Thread 3: Session + Transaction 57 Thread 4: Session + Transaction 59 Thread 0: Session + Transaction 57 Thread 1: Session + Transaction 61 Thread 2: Session + Transaction 50 Thread 3: Session + Transaction 58 Thread 4: Session + Transaction 60 Thread 0: Session + Transaction 58 Thread 1: Session + Transaction 62 Thread 2: Session + Transaction 51 Thread 3: Session + Transaction 59 Thread 4: Session + Transaction 61 Thread 0: Session + Transaction 59 Thread 1: Session + Transaction 63 Thread 2: Session + Transaction 52 Thread 3: Session + Transaction 60 Thread 4: Session + Transaction 62 Thread 0: Session + Transaction 60 Thread 1: Session + Transaction 64 Thread 3: Session + Transaction 61 Thread 2: Session + Transaction 53 Thread 4: Session + Transaction 63 Thread 0: Session + Transaction 61 Thread 1: Session + Transaction 65 Thread 3: Session + Transaction 62 Thread 2: Session + Transaction 54 Thread 4: Session + Transaction 64 Thread 0: Session + Transaction 62 Thread 1: Session + Transaction 66 Thread 3: Session + Transaction 63 Thread 2: Session + Transaction 55 Thread 4: Session + Transaction 65 Thread 0: Session + Transaction 63 Thread 1: Session + Transaction 67 Thread 3: Session + Transaction 64 Thread 0: Session + Transaction 64 Thread 2: Session + Transaction 56 Thread 1: Session + Transaction 68 Thread 3: Session + Transaction 65 Thread 4: Session + Transaction 66 Thread 0: Session + Transaction 65 Thread 3: Session + Transaction 66 Thread 2: Session + Transaction 57 Thread 1: Session + Transaction 69 Thread 4: Session + Transaction 67 Thread 0: Session + Transaction 66 Thread 3: Session + Transaction 67 Thread 1: Session + Transaction 70 Thread 2: Session + Transaction 58 Thread 4: Session + Transaction 68 Thread 0: Session + Transaction 67 Thread 3: Session + Transaction 68 Thread 1: Session + Transaction 71 Thread 2: Session + Transaction 59 Thread 4: Session + Transaction 69 Thread 0: Session + Transaction 68 Thread 1: Session + Transaction 72 Thread 3: Session + Transaction 69 Thread 2: Session + Transaction 60 Thread 4: Session + Transaction 70 Thread 0: Session + Transaction 69 Thread 3: Session + Transaction 70 Thread 1: Session + Transaction 73 Thread 2: Session + Transaction 61 Thread 0: Session + Transaction 70 Thread 4: Session + Transaction 71 Thread 1: Session + Transaction 74 Thread 3: Session + Transaction 71 Thread 2: Session + Transaction 62 Thread 0: Session + Transaction 71 Thread 4: Session + Transaction 72 Thread 1: Session + Transaction 75 Thread 3: Session + Transaction 72 Thread 0: Session + Transaction 72 Thread 2: Session + Transaction 63 Thread 4: Session + Transaction 73 Thread 1: Session + Transaction 76 Thread 3: Session + Transaction 73 Thread 0: Session + Transaction 73 Thread 2: Session + Transaction 64 Thread 4: Session + Transaction 74 Thread 1: Session + Transaction 77 Thread 3: Session + Transaction 74 Thread 0: Session + Transaction 74 Thread 4: Session + Transaction 75 Thread 2: Session + Transaction 65 Thread 1: Session + Transaction 78 Thread 3: Session + Transaction 75 Thread 0: Session + Transaction 75 Thread 4: Session + Transaction 76 Thread 2: Session + Transaction 66 Thread 1: Session + Transaction 79 Thread 3: Session + Transaction 76 Thread 0: Session + Transaction 76 Thread 4: Session + Transaction 77 Thread 2: Session + Transaction 67 Thread 3: Session + Transaction 77 Thread 1: Session + Transaction 80 Thread 0: Session + Transaction 77 Thread 4: Session + Transaction 78 Thread 1: Session + Transaction 81 Thread 2: Session + Transaction 68 Thread 0: Session + Transaction 78 Thread 3: Session + Transaction 78 Thread 4: Session + Transaction 79 Thread 1: Session + Transaction 82 Thread 2: Session + Transaction 69 Thread 0: Session + Transaction 79 Thread 3: Session + Transaction 79 Thread 4: Session + Transaction 80 Thread 1: Session + Transaction 83 Thread 2: Session + Transaction 70 Thread 0: Session + Transaction 80 Thread 4: Session + Transaction 81 Thread 3: Session + Transaction 80 Thread 1: Session + Transaction 84 Thread 2: Session + Transaction 71 Thread 0: Session + Transaction 81 Thread 4: Session + Transaction 82 Thread 1: Session + Transaction 85 Thread 3: Session + Transaction 81 Thread 2: Session + Transaction 72 Thread 0: Session + Transaction 82 Thread 1: Session + Transaction 86 Thread 4: Session + Transaction 83 Thread 3: Session + Transaction 82 Thread 2: Session + Transaction 73 Thread 0: Session + Transaction 83 Thread 4: Session + Transaction 84 Thread 1: Session + Transaction 87 Thread 2: Session + Transaction 74 Thread 3: Session + Transaction 83 Thread 0: Session + Transaction 84 Thread 4: Session + Transaction 85 Thread 1: Session + Transaction 88 Thread 2: Session + Transaction 75 Thread 3: Session + Transaction 84 Thread 0: Session + Transaction 85 Thread 4: Session + Transaction 86 Thread 1: Session + Transaction 89 Thread 2: Session + Transaction 76 Thread 0: Session + Transaction 86 Thread 3: Session + Transaction 85 Thread 4: Session + Transaction 87 Thread 1: Session + Transaction 90 Thread 2: Session + Transaction 77 Thread 0: Session + Transaction 87 Thread 4: Session + Transaction 88 Thread 3: Session + Transaction 86 Thread 1: Session + Transaction 91 Thread 2: Session + Transaction 78 Thread 0: Session + Transaction 88 Thread 4: Session + Transaction 89 Thread 3: Session + Transaction 87 Thread 1: Session + Transaction 92 Thread 2: Session + Transaction 79 Thread 0: Session + Transaction 89 Thread 4: Session + Transaction 90 Thread 3: Session + Transaction 88 Thread 1: Session + Transaction 93 Thread 0: Session + Transaction 90 Thread 2: Session + Transaction 80 Thread 4: Session + Transaction 91 Thread 1: Session + Transaction 94 Thread 3: Session + Transaction 89 Thread 2: Session + Transaction 81 Thread 0: Session + Transaction 91 Thread 1: Session + Transaction 95 Thread 4: Session + Transaction 92 Thread 3: Session + Transaction 90 Thread 2: Session + Transaction 82 Thread 0: Session + Transaction 92 Thread 1: Session + Transaction 96 Thread 3: Session + Transaction 91 Thread 4: Session + Transaction 93 Thread 2: Session + Transaction 83 Thread 4: Session + Transaction 94 Thread 1: Session + Transaction 97 Thread 0: Session + Transaction 93 Thread 3: Session + Transaction 92 Thread 2: Session + Transaction 84 Thread 4: Session + Transaction 95 Thread 1: Session + Transaction 98 Thread 3: Session + Transaction 93 Thread 0: Session + Transaction 94 Thread 2: Session + Transaction 85 Thread 4: Session + Transaction 96 Thread 1: Session + Transaction 99 Thread 3: Session + Transaction 94 Thread 0: Session + Transaction 95 Thread 1: Done Thread 2: Session + Transaction 86 Thread 4: Session + Transaction 97 Thread 3: Session + Transaction 95 Thread 0: Session + Transaction 96 Thread 2: Session + Transaction 87 Thread 3: Session + Transaction 96 Thread 4: Session + Transaction 98 Thread 0: Session + Transaction 97 Thread 2: Session + Transaction 88 Thread 0: Session + Transaction 98 Thread 3: Session + Transaction 97 Thread 4: Session + Transaction 99 Thread 4: Done Thread 2: Session + Transaction 89 Thread 3: Session + Transaction 98 Thread 0: Session + Transaction 99 Thread 0: Done Thread 2: Session + Transaction 90 Thread 3: Session + Transaction 99 Thread 3: Done Thread 2: Session + Transaction 91 Thread 2: Session + Transaction 92 Thread 2: Session + Transaction 93 Thread 2: Session + Transaction 94 Thread 2: Session + Transaction 95 Thread 2: Session + Transaction 96 Thread 2: Session + Transaction 97 Thread 2: Session + Transaction 98 Thread 2: Session + Transaction 99 Thread 2: Done ******************************************************* TransactionTest.testCreateManyTransactions [H2-branching-ranges-uuids, JVM, Native] ******************************************************* Opening session Transaction 0 (0) Transaction 1 (1) Transaction 2 (2) Transaction 3 (1) Transaction 4 (2) Transaction 5 (1) Transaction 6 (1) Transaction 7 (2) Transaction 8 (1) Transaction 9 (1) Transaction 10 (1) Transaction 11 (1) Transaction 12 (1) Transaction 13 (1) Transaction 14 (1) Transaction 15 (2) Transaction 16 (1) Transaction 17 (1) Transaction 18 (2) Transaction 19 (1) Transaction 20 (1) Transaction 21 (1) Transaction 22 (2) Transaction 23 (1) Transaction 24 (1) Transaction 25 (2) Transaction 26 (1) Transaction 27 (1) Transaction 28 (2) Transaction 29 (1) Transaction 30 (1) Transaction 31 (2) Transaction 32 (1) Transaction 33 (1) Transaction 34 (1) Transaction 35 (2) Transaction 36 (1) Transaction 37 (1) Transaction 38 (2) Transaction 39 (1) Transaction 40 (1) Transaction 41 (2) Transaction 42 (1) Transaction 43 (1) Transaction 44 (1) Transaction 45 (2) Transaction 46 (1) Transaction 47 (1) Transaction 48 (15) Transaction 49 (1) Transaction 50 (1) Transaction 51 (2) Transaction 52 (1) Transaction 53 (1) Transaction 54 (2) Transaction 55 (1) Transaction 56 (1) Transaction 57 (1) Transaction 58 (2) Transaction 59 (1) Transaction 60 (1) Transaction 61 (1) Transaction 62 (2) Transaction 63 (1) Transaction 64 (1) Transaction 65 (2) Transaction 66 (1) Transaction 67 (1) Transaction 68 (2) Transaction 69 (1) Transaction 70 (1) Transaction 71 (2) Transaction 72 (1) Transaction 73 (1) Transaction 74 (2) Transaction 75 (1) Transaction 76 (2) Transaction 77 (1) Transaction 78 (1) Transaction 79 (2) Transaction 80 (1) Transaction 81 (1) Transaction 82 (2) Transaction 83 (1) Transaction 84 (1) Transaction 85 (2) Transaction 86 (1) Transaction 87 (1) Transaction 88 (1) Transaction 89 (2) Transaction 90 (1) Transaction 91 (1) Transaction 92 (2) Transaction 93 (1) Transaction 94 (2) Transaction 95 (1) Transaction 96 (1) Transaction 97 (2) Transaction 98 (1) Transaction 99 (1) ******************************************************* TransactionTest.testLastUpdateTime [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* TransactionTest.testLongCommit [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* TransactionTest.testManualRollbackOnConflictException [H2-branching-ranges-uuids, JVM, Native] ******************************************************* After transaction1.commit(): Category@_iQqEAgkMEe-bzopYCigSfg:0v2 Before transaction2.commit(): Category@_iQqEAgkMEe-bzopYCigSfg:0v1 Before transaction2.rollback(): Category@_iQqEAgkMEe-bzopYCigSfg:0v1 After transaction2.rollback(): Category@_iQqEAgkMEe-bzopYCigSfg:0v2 Before transaction2.commit(): * Category@_iQqEAgkMEe-bzopYCigSfg:0v2 name = CDOFeatureDelta[name, SET, value=session2, oldValue=session1] After transaction2.commit(): Category@_iQqEAgkMEe-bzopYCigSfg:0v3 ******************************************************* TransactionTest.testPushModeDeltas [H2-branching-ranges-uuids, JVM, Native] ******************************************************* Creating category1 Creating company Adding categories [INFO] Using /tmp/cdo_tx_955_1__18400707098263506474.tmp for push transaction repo1:955:1 Creating category2 Creating category3 [INFO] Using /tmp/cdo_tx_955_1__18400707098263506474.tmp for push transaction repo1:955:2 ******************************************************* TransactionTest.testPushModeNewObjects [H2-branching-ranges-uuids, JVM, Native] ******************************************************* Creating category1 Creating category2 Creating category3 Creating company Adding categories [INFO] Using /tmp/cdo_tx_957_1__14773548662157958408.tmp for push transaction repo1:957:1 [INFO] Using /tmp/cdo_tx_957_1__14773548662157958408.tmp for push transaction repo1:957:2 ******************************************************* TransactionTest.testReattachCommit [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* TransactionTest.testReattachCommitWithSavepoints [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* TransactionTest.testReattachModifyCommit [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* TransactionTest.testReattachModifyCommitWithSavepoints [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* TransactionTest.testRevertTo [H2-branching-ranges-uuids, JVM, Native] ******************************************************* Commit 1714713491604 --> Eclipse 0 Commit 1714713491605 --> Eclipse 1 Commit 1714713491606 --> Eclipse 2 Commit 1714713491607 --> Eclipse 3 Commit 1714713491608 --> Eclipse 4 Commit 1714713491610 --> Eclipse 5 Commit 1714713491611 --> Eclipse 6 Commit 1714713491612 --> Eclipse 7 Commit 1714713491613 --> Eclipse 8 Commit 1714713491614 --> Eclipse 9 Commit 1714713491615 --> Eclipse 10 Revert 1714713491614 --> Eclipse 9 Revert 1714713491613 --> Eclipse 8 Revert 1714713491612 --> Eclipse 7 Revert 1714713491611 --> Eclipse 6 Revert 1714713491610 --> Eclipse 5 Revert 1714713491608 --> Eclipse 4 Revert 1714713491607 --> Eclipse 3 Revert 1714713491606 --> Eclipse 2 Revert 1714713491605 --> Eclipse 1 Revert 1714713491604 --> Eclipse 0 ******************************************************* TransactionTest.testRollbackWithNotification [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* UnsetTest.testIsSetBoolean [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* UnsetTest.testIsSetByte [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* UnsetTest.testIsSetChar [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* UnsetTest.testIsSetDate [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* UnsetTest.testIsSetDouble [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* UnsetTest.testIsSetElement [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* UnsetTest.testIsSetFloat [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* UnsetTest.testIsSetLong [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* UnsetTest.testIsSetMultipleTimes [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* UnsetTest.testIsSetShort [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* UnsetTest.testIsSetString [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* UnsetTest.testIsSetVAT [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* UnsetTest.testReadDefaultValue [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* UnsetTest.testUnsetNonDefaultValue [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* UnsetTest.testUnsettableBaseTypeVsObjectType [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* UnsetTest.testUnsettableObject [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* UnsetTest.testWriteDefaultValue [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* UnsetTest.testWriteNonDefaultValue [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* ViewProviderTest.testConnectionAware [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* ViewProviderTest.testNet4jViewProvider [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* ViewProviderTest.testNormal [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* ViewProviderTest.testPluginViewProvider [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* ViewProviderTest.testSerialize [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* ViewProviderTest.testURIs [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* ViewTest.testCacheReferences [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* ViewTest.testContextify [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* ViewTest.testContextifyDifferentRepository [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo2"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo3, repo1, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* ViewTest.testContextifySameRepository [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* ViewTest.testDeactivateWithSession [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* ViewTest.testExternalResourceSet [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* ViewTest.testGetOrCreateResource [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* ViewTest.testHasResource [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* ViewTest.testIsObjectRegisteredWithNull [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* ViewTest.testNonUniqueResourceContents [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* ViewTest.testUniqueResourceContents [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* ViewTest.testViewNotifiesDeactivation [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* XATransactionTest.testCommitFromTransactionDisabled [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* XATransactionTest.testRollback [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* XATransactionTest.testRollback_AfterSetpoint [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* XATransactionTest.test_ExceptionInReadingStream [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* XRefTest.testCrossReferenceMultivalueEReferenceQuery [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* XRefTest.testLocallyDetachedTarget [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* XRefTest.testSpecificReferences0 [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* XRefTest.testSpecificReferences1 [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* XRefTest.testSpecificReferences2 [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* XRefTest.testXRefsToMany [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* XRefTest.testXRefsToOne [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_241464_Test.testBugzilla_241464 [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [ERROR] Not active: SignalProtocol[cdo] org.eclipse.net4j.util.lifecycle.LifecycleException: Not active: SignalProtocol[cdo] at org.eclipse.net4j.util.lifecycle.LifecycleUtil.checkActive(LifecycleUtil.java:102) at org.eclipse.net4j.signal.Signal.getProtocol(Signal.java:104) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerIndication.getProtocol(CDOServerIndication.java:54) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerIndication.getProtocol(CDOServerIndication.java:1) at org.eclipse.net4j.signal.IndicationWithResponse.sendExceptionSignal(IndicationWithResponse.java:105) at org.eclipse.net4j.signal.IndicationWithResponse.execute(IndicationWithResponse.java:78) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerReadIndication.execute(CDOServerReadIndication.java:36) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) ******************************************************* Bugzilla_243310_Test.testBugzilla_243310 [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_246442_Test.testBugzilla_246442 [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_246622_Test.testContainerAndMany [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_246622_Test.testSet [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_247141_Test.testBehaviorOnUncommittedObjects [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_247141_Test.testContentAdapterBehavior [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_248124_Test.testBugzilla_248124_getResourceWithCommit [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_248124_Test.testBugzilla_248124_getResourceWithoutCommit [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_248124_Test.testBugzilla_248124_hasResourceWithCommit [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_248124_Test.testBugzilla_248124_hasResourceWithoutCommit [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_248915_Test.testBugzilla_248915_DuplicateID [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_248915_Test.testBugzilla_248915_IncompleteResource [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_250036_Test.testBugzilla_250036_Invalidation [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_250757_Test.testAddAndModifyAndRemoveFromPersistedList [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_250757_Test.testAddAndMoveAndRemoveFromPersistedList [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_250757_Test.testAddAndMoveAndRemoveFromPersistedListWithManySavePoint [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_250757_Test.testAddAndMoveAndRemoveFromPersistedListWithSavePoint [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_250757_Test.testAddAndRemoveFromPersistedList [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_250910_Test.testBugzilla_250910 [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_251087_Test.testSubscription [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_251263_Test.testEOpposite_AdjustMany [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_251263_Test.testEOpposite_AdjustMany_Persisted [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_251263_Test.testEOpposite_AdjustSingleRef [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_251263_Test.testEOpposite_AdjustSingleRef_NoCommit [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_251544_Test.testFromPersistedToTransient [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_251544_Test.testFromTransientToPersisted [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_251752_Test.testBug_251752 [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_251752_Test.testBug_251752_XA [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_252214_Test.testBugzilla_252214 [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_252909_Test.testBugzilla_252909 [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_254489_Test.testBugzilla_254489 [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_255662_Test.testBugzilla_255662 [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_256141_Test.testBugzilla_256141 [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_258278_Test.testBugzilla_258278 [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_258850_Test.testBugzilla_258278 [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_258933_Test.testBugzilla_258278_List [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_258933_Test.testBugzilla_258933 [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_258933_Test.testBugzilla_258933_SetToDefaultValue [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_258933_Test.testBugzilla_258933_String [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_258933_Test.testBugzilla_258933_String_SetToDefaultValue [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_258933_Test.testBugzilla_258933_String_SetToDefaultValue_unsettable [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_258933_Test.testBugzilla_258933_String_SetToNull [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_258933_Test.testBugzilla_258933_String_SetToNull_unsettable [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_258933_Test.testBugzilla_258933_String_unsettable [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_259695_Test.testBugzilla_259695_ClassCast [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_259949_Test.testBugzilla_259949 [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_260764_Test.testBugzilla_260764 [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_261218_Test.testBugzilla_261218_Containment [H2-branching-ranges-uuids, JVM, Native] ******************************************************* Adding... Committing... Removing... Committing... ******************************************************* Bugzilla_265114_Test.testResourceSet [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_266857_Test.testBugzilla_266857 [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_266982_Test.testBugzilla_266982 [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_267050_Test.testBugzilla_267050 [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Bugzilla_270429_Test.testTwoWayReferenceDeletion [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_272861_Test.test_Bugzilla_271861_Case1 [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_273233_Test.test_Bugzilla_273233_Simple [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_273233_Test.test_Bugzilla_273233_TwoSessions [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_273233_Test.test_Bugzilla_273233_TwoSessionsWithClearCache [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_273565_Test.testBugzilla_273565_NoThreads [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_273758_Test.test_export_resource_contents [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_276696_Test.testModifiedUnset [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_278900_Test.testBugzilla_278900 [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_279565_Test.testBugzilla_279565 [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [DEBUG] Problem while deactivating Transaction 1 [closed] java.lang.IllegalStateException: Simulated exception at org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_279565_Test$1.notifyChanged(Bugzilla_279565_Test.java:44) at org.eclipse.emf.common.notify.impl.BasicNotifierImpl.eNotify(BasicNotifierImpl.java:424) at org.eclipse.emf.common.notify.impl.NotifyingListImpl.dispatchNotification(NotifyingListImpl.java:261) at org.eclipse.emf.common.notify.impl.NotifyingListImpl.removeAll(NotifyingListImpl.java:954) at org.eclipse.emf.internal.cdo.view.CDOViewSetImpl.remove(CDOViewSetImpl.java:234) at org.eclipse.emf.internal.cdo.view.CDOViewImpl.doBeforeDeactivate(CDOViewImpl.java:1661) at org.eclipse.net4j.util.lifecycle.Lifecycle.internalDeactivate(Lifecycle.java:142) at org.eclipse.net4j.util.lifecycle.Lifecycle.deactivate(Lifecycle.java:208) at org.eclipse.net4j.util.lifecycle.LifecycleUtil.deactivate(LifecycleUtil.java:254) at org.eclipse.net4j.util.lifecycle.LifecycleUtil.deactivate(LifecycleUtil.java:244) at org.eclipse.net4j.util.lifecycle.LifecycleUtil.deactivate(LifecycleUtil.java:271) at org.eclipse.emf.internal.cdo.view.AbstractCDOView.close(AbstractCDOView.java:3006) at org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_279565_Test.testBugzilla_279565(Bugzilla_279565_Test.java:57) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at junit.framework.TestCase.runTest(TestCase.java:177) at org.eclipse.net4j.util.tests.AbstractOMTest.access$0(AbstractOMTest.java:1) at org.eclipse.net4j.util.tests.AbstractOMTest$3.execute(AbstractOMTest.java:315) at org.eclipse.net4j.internal.util.test.TestExecuter.execute(TestExecuter.java:40) at org.eclipse.net4j.util.tests.AbstractOMTest.runBare(AbstractOMTest.java:301) at org.eclipse.emf.cdo.tests.config.impl.ConfigTest.runBare(ConfigTest.java:648) at junit.framework.TestResult$1.protect(TestResult.java:122) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.framework.TestResult.run(TestResult.java:125) at junit.framework.TestCase.run(TestCase.java:130) at org.eclipse.net4j.util.tests.AbstractOMTest.run(AbstractOMTest.java:375) at junit.framework.TestSuite.runTest(TestSuite.java:241) at org.eclipse.emf.cdo.tests.config.impl.ConfigTestSuite$TestClassWrapper.runTest(ConfigTestSuite.java:231) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at org.eclipse.emf.cdo.tests.config.impl.ConfigTestSuite$MainSuite.run(ConfigTestSuite.java:166) at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:364) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:237) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:158) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.apache.maven.surefire.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:167) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:142) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:28) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:679) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:616) at org.eclipse.equinox.launcher.Main.run(Main.java:1492) at org.eclipse.equinox.launcher.Main.main(Main.java:1465) ******************************************************* Bugzilla_279565_Test.testBugzilla_279565_AddedFromRemote [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_279565_Test.testBugzilla_279565_OwnResourceSet [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_279565_Test.testBugzilla_279565_TXListener [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [WARN] org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_279565_Test$3@30fa736d failed to process CDOTransactionStartedEvent[source=Transaction 1 [MAIN]]: java.lang.IllegalStateException: Simulated exception java.lang.IllegalStateException: Simulated exception at org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_279565_Test$3.notifyEvent(Bugzilla_279565_Test.java:92) at org.eclipse.net4j.util.event.Notifier.fireEventSafe(Notifier.java:240) at org.eclipse.net4j.util.event.Notifier.fireEvent(Notifier.java:167) at org.eclipse.emf.internal.cdo.transaction.CDOTransactionImpl.setDirty(CDOTransactionImpl.java:481) at org.eclipse.emf.internal.cdo.transaction.CDOTransactionImpl.registerNew(CDOTransactionImpl.java:2805) at org.eclipse.emf.internal.cdo.transaction.CDOTransactionImpl.registerDirty(CDOTransactionImpl.java:2790) at org.eclipse.emf.internal.cdo.view.CDOStateMachine$WriteTransition.execute(CDOStateMachine.java:1280) at org.eclipse.emf.internal.cdo.view.CDOStateMachine$AbstractWriteTransition.execute(CDOStateMachine.java:1208) at org.eclipse.emf.internal.cdo.view.CDOStateMachine$WriteTransition.execute(CDOStateMachine.java:1254) at org.eclipse.emf.internal.cdo.view.CDOStateMachine$AbstractWriteTransition.execute(CDOStateMachine.java:1) at org.eclipse.net4j.util.fsm.FiniteStateMachine.process(FiniteStateMachine.java:169) at org.eclipse.emf.internal.cdo.view.CDOStateMachine.writeUnsynced(CDOStateMachine.java:440) at org.eclipse.emf.internal.cdo.view.CDOStateMachine.write(CDOStateMachine.java:418) at org.eclipse.emf.internal.cdo.view.CDOStoreImpl.writeRevision(CDOStoreImpl.java:1021) at org.eclipse.emf.internal.cdo.view.CDOStoreImpl.add(CDOStoreImpl.java:676) at org.eclipse.emf.ecore.impl.EStoreEObjectImpl$BasicEStoreEList.delegateAdd(EStoreEObjectImpl.java:188) at org.eclipse.emf.ecore.impl.EStoreEObjectImpl$BasicEStoreEList.delegateAdd(EStoreEObjectImpl.java:194) at org.eclipse.emf.common.util.DelegatingEList.addUnique(DelegatingEList.java:308) at org.eclipse.emf.common.notify.impl.DelegatingNotifyingListImpl.doAddUnique(DelegatingNotifyingListImpl.java:317) at org.eclipse.emf.common.notify.impl.DelegatingNotifyingListImpl.addUnique(DelegatingNotifyingListImpl.java:301) at org.eclipse.emf.common.util.AbstractEList.add(AbstractEList.java:304) at org.eclipse.emf.internal.cdo.transaction.CDOTransactionImpl.attachNewResourceNode(CDOTransactionImpl.java:1497) at org.eclipse.emf.internal.cdo.transaction.CDOTransactionImpl.getOrCreateResourceFolder(CDOTransactionImpl.java:1463) at org.eclipse.emf.internal.cdo.transaction.CDOTransactionImpl.attachNewResource(CDOTransactionImpl.java:1401) at org.eclipse.emf.internal.cdo.transaction.CDOTransactionImpl.attachResource(CDOTransactionImpl.java:1385) at org.eclipse.emf.cdo.eresource.impl.CDOResourceImpl.basicSetResourceSet(CDOResourceImpl.java:1718) at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl$ResourcesEList.inverseAdd(ResourceSetImpl.java:586) at org.eclipse.emf.common.notify.impl.NotifyingListImpl.addUnique(NotifyingListImpl.java:286) at org.eclipse.emf.common.util.AbstractEList.add(AbstractEList.java:304) at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.createResource(ResourceSetImpl.java:435) at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.createResource(ResourceSetImpl.java:423) at org.eclipse.emf.internal.cdo.transaction.CDOTransactionImpl.createResource(CDOTransactionImpl.java:1206) at org.eclipse.emf.internal.cdo.transaction.CDOTransactionImpl.getOrCreateResource(CDOTransactionImpl.java:1238) at org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_279565_Test.testBugzilla_279565_TXListener(Bugzilla_279565_Test.java:96) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at junit.framework.TestCase.runTest(TestCase.java:177) at org.eclipse.net4j.util.tests.AbstractOMTest.access$0(AbstractOMTest.java:1) at org.eclipse.net4j.util.tests.AbstractOMTest$3.execute(AbstractOMTest.java:315) at org.eclipse.net4j.internal.util.test.TestExecuter.execute(TestExecuter.java:40) at org.eclipse.net4j.util.tests.AbstractOMTest.runBare(AbstractOMTest.java:301) at org.eclipse.emf.cdo.tests.config.impl.ConfigTest.runBare(ConfigTest.java:648) at junit.framework.TestResult$1.protect(TestResult.java:122) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.framework.TestResult.run(TestResult.java:125) at junit.framework.TestCase.run(TestCase.java:130) at org.eclipse.net4j.util.tests.AbstractOMTest.run(AbstractOMTest.java:375) at junit.framework.TestSuite.runTest(TestSuite.java:241) at org.eclipse.emf.cdo.tests.config.impl.ConfigTestSuite$TestClassWrapper.runTest(ConfigTestSuite.java:231) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at org.eclipse.emf.cdo.tests.config.impl.ConfigTestSuite$MainSuite.run(ConfigTestSuite.java:166) at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:364) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:237) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:158) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.apache.maven.surefire.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:167) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:142) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:28) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:679) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:616) at org.eclipse.equinox.launcher.Main.run(Main.java:1492) at org.eclipse.equinox.launcher.Main.main(Main.java:1465) [WARN] org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_279565_Test$3@30fa736d failed to process LifecycleEvent[source=Transaction 1 [MAIN], kind=ABOUT_TO_DEACTIVATE]: java.lang.IllegalStateException: Simulated exception java.lang.IllegalStateException: Simulated exception at org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_279565_Test$3.notifyEvent(Bugzilla_279565_Test.java:92) at org.eclipse.net4j.util.event.Notifier.fireEventSafe(Notifier.java:240) at org.eclipse.net4j.util.event.Notifier.fireEvent(Notifier.java:167) at org.eclipse.net4j.util.lifecycle.Lifecycle.internalDeactivate(Lifecycle.java:147) at org.eclipse.net4j.util.lifecycle.Lifecycle.deactivate(Lifecycle.java:208) at org.eclipse.net4j.util.lifecycle.LifecycleUtil.deactivate(LifecycleUtil.java:254) at org.eclipse.net4j.util.lifecycle.LifecycleUtil.deactivate(LifecycleUtil.java:244) at org.eclipse.net4j.util.lifecycle.LifecycleUtil.deactivate(LifecycleUtil.java:271) at org.eclipse.emf.internal.cdo.view.AbstractCDOView.close(AbstractCDOView.java:3006) at org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_279565_Test.testBugzilla_279565_TXListener(Bugzilla_279565_Test.java:97) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at junit.framework.TestCase.runTest(TestCase.java:177) at org.eclipse.net4j.util.tests.AbstractOMTest.access$0(AbstractOMTest.java:1) at org.eclipse.net4j.util.tests.AbstractOMTest$3.execute(AbstractOMTest.java:315) at org.eclipse.net4j.internal.util.test.TestExecuter.execute(TestExecuter.java:40) at org.eclipse.net4j.util.tests.AbstractOMTest.runBare(AbstractOMTest.java:301) at org.eclipse.emf.cdo.tests.config.impl.ConfigTest.runBare(ConfigTest.java:648) at junit.framework.TestResult$1.protect(TestResult.java:122) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.framework.TestResult.run(TestResult.java:125) at junit.framework.TestCase.run(TestCase.java:130) at org.eclipse.net4j.util.tests.AbstractOMTest.run(AbstractOMTest.java:375) at junit.framework.TestSuite.runTest(TestSuite.java:241) at org.eclipse.emf.cdo.tests.config.impl.ConfigTestSuite$TestClassWrapper.runTest(ConfigTestSuite.java:231) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at org.eclipse.emf.cdo.tests.config.impl.ConfigTestSuite$MainSuite.run(ConfigTestSuite.java:166) at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:364) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:237) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:158) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.apache.maven.surefire.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:167) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:142) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:28) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:679) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:616) at org.eclipse.equinox.launcher.Main.run(Main.java:1492) at org.eclipse.equinox.launcher.Main.main(Main.java:1465) [WARN] org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_279565_Test$3@30fa736d failed to process LifecycleEvent[source=Transaction 1 [closed], kind=DEACTIVATED]: java.lang.IllegalStateException: Simulated exception java.lang.IllegalStateException: Simulated exception at org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_279565_Test$3.notifyEvent(Bugzilla_279565_Test.java:92) at org.eclipse.net4j.util.event.Notifier.fireEventSafe(Notifier.java:240) at org.eclipse.net4j.util.event.Notifier.fireEvent(Notifier.java:167) at org.eclipse.net4j.util.lifecycle.Lifecycle.internalDeactivate(Lifecycle.java:165) at org.eclipse.net4j.util.lifecycle.Lifecycle.deactivate(Lifecycle.java:208) at org.eclipse.net4j.util.lifecycle.LifecycleUtil.deactivate(LifecycleUtil.java:254) at org.eclipse.net4j.util.lifecycle.LifecycleUtil.deactivate(LifecycleUtil.java:244) at org.eclipse.net4j.util.lifecycle.LifecycleUtil.deactivate(LifecycleUtil.java:271) at org.eclipse.emf.internal.cdo.view.AbstractCDOView.close(AbstractCDOView.java:3006) at org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_279565_Test.testBugzilla_279565_TXListener(Bugzilla_279565_Test.java:97) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at junit.framework.TestCase.runTest(TestCase.java:177) at org.eclipse.net4j.util.tests.AbstractOMTest.access$0(AbstractOMTest.java:1) at org.eclipse.net4j.util.tests.AbstractOMTest$3.execute(AbstractOMTest.java:315) at org.eclipse.net4j.internal.util.test.TestExecuter.execute(TestExecuter.java:40) at org.eclipse.net4j.util.tests.AbstractOMTest.runBare(AbstractOMTest.java:301) at org.eclipse.emf.cdo.tests.config.impl.ConfigTest.runBare(ConfigTest.java:648) at junit.framework.TestResult$1.protect(TestResult.java:122) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.framework.TestResult.run(TestResult.java:125) at junit.framework.TestCase.run(TestCase.java:130) at org.eclipse.net4j.util.tests.AbstractOMTest.run(AbstractOMTest.java:375) at junit.framework.TestSuite.runTest(TestSuite.java:241) at org.eclipse.emf.cdo.tests.config.impl.ConfigTestSuite$TestClassWrapper.runTest(ConfigTestSuite.java:231) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at org.eclipse.emf.cdo.tests.config.impl.ConfigTestSuite$MainSuite.run(ConfigTestSuite.java:166) at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:364) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:237) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:158) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.apache.maven.surefire.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:167) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:142) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:28) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:679) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:616) at org.eclipse.equinox.launcher.Main.run(Main.java:1492) at org.eclipse.equinox.launcher.Main.main(Main.java:1465) ******************************************************* Bugzilla_279982_Test.testBugzilla_279982_Multi [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_279982_Test.testBugzilla_279982_Multi_RevisionPrefetchingPolicy [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_279982_Test.testBugzilla_279982_Single [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_280102_Test.testRootResourceInReadOnlyView [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_280102_Test.testRootResourceInTransaction [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_283131_Test.testRollbackManyConflictNotification [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_283131_Test.testRollbackManyNotification [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_283131_Test.testRollbackSingleAddNotification [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_283131_Test.testRollbackSingleConflictNotification [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_283131_Test.testRollbackSingleNotification [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_283131_Test.testRollbackSingleRemoveNotification [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_283985_1_Test.testAddRemoveSequence [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_283985_1_Test.testBugzilla283985_DragAndDropMultiple [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_283985_1_Test.testBugzilla283985_DragAndDropMultipleMultiparent [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_283985_1_Test.testBugzilla283985_DragAndDropSingle [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_283985_1_Test.testBugzilla283985_PlainMultiple [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_283985_1_Test.testBugzilla283985_PlainSingle [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_283985_1_Test.testBugzilla283985_RemoveAndAddMultiple [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_283985_1_Test.testBugzilla283985_RemoveAndAddSingle [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_283985_1_Test.testCanDaDmoreThanOnce [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_283985_1_Test.testCanReattachDirtyObject [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_283985_1_Test.testEReferencesCorrupted [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_283985_2_Test.testMoveOnce [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_283985_2_Test.testMoveOnceAndBack [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_283985_3_Test.test1 [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_283985_3_Test.test2 [H2-branching-ranges-uuids, JVM, Native] ******************************************************* TRANSIENT ******************************************************* Bugzilla_283985_3_Test.test3 [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_283985_3_Test.test4 [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_285008_Test.testCDO_crossReferences [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_285008_Test.testCDO_isSet [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_293283_Test.test1 [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_293283_Test.test2 [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_293283_Test.test3 [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_293283_Test.test4 [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_293283_Test.test5 [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_293283_Test.test6 [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_294859_Test.test [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_296561_Test.testBugzilla_296561 [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_296561_Test.testBugzilla_296561__checkTransactionObjects [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_297491_Test.testCreateAndChangeTags [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' RESTARTING... ContainerEvent[source=CDOTagListImpl, ADDED=BranchTag[tag3, Branch[id=0, name=MAIN], 2024-05-03 05:18:21.814]] ContainerEvent[source=CDOTagListImpl, ADDED=BranchTag[tag3, Branch[id=0, name=MAIN], 2024-05-03 05:18:21.814]] TagRenamedEventImpl[source=CDOTagListImpl, tag=BranchTag[renamed, Branch[id=0, name=MAIN], 2024-05-03 05:18:21.814], oldName=tag3, newName=renamed] TagRenamedEventImpl[source=CDOTagListImpl, tag=BranchTag[renamed, Branch[id=0, name=MAIN], 2024-05-03 05:18:21.814], oldName=tag3, newName=renamed] ContainerEvent[source=CDOTagListImpl, REMOVED=BranchTag[renamed, null, *]] ContainerEvent[source=CDOTagListImpl, REMOVED=BranchTag[renamed, null, *]] ******************************************************* Bugzilla_297491_Test.testLoadTags [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' Branch manager 2 started with modCount=1 Scheduling tag change 2: null --> tag2, BranchPoint[MAIN, 2024-05-03 05:18:21.859] Executing tag change: null --> tag2, BranchPoint[MAIN, 2024-05-03 05:18:21.859] ******************************************************* Bugzilla_298561_Test.testDirty [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_298561_Test.testDirtyMulti [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_298561_Test.testNew [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_298561_Test.testNewMulti [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_299190_Test.testGenRefSingleContainedUnidirectionalCDO [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_299190_Test.testGenRefSingleContainedUnidirectionalResourceFirstCDO [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_302233_Test.testRemove [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_302233_Test.testUnset [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_302233_Test.testUnset2 [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_302414_Test.test1 [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_302414_Test.test2 [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_303466_Test.test_badUris [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_303466_Test.test_missingDependency [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [WARN] Package == null for null ******************************************************* Bugzilla_303807_Test.testBugzilla_303807 [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_305527_Test.testAvoidReferencingDifferentViews [H2-branching-ranges-uuids, JVM, Native] ******************************************************* java.lang.IllegalArgumentException: Object MangoValue@_j1xnsgkMEe-bzopYCigSfg is managed by a view with different target: View 2 [MAIN, 2024-05-03 05:18:22.126] at org.eclipse.emf.internal.cdo.view.AbstractCDOView.getID(AbstractCDOView.java:2363) at org.eclipse.emf.internal.cdo.transaction.CDOTransactionImpl.getID(CDOTransactionImpl.java:3806) at org.eclipse.emf.internal.cdo.view.AbstractCDOView.convertObjectToID(AbstractCDOView.java:2302) at org.eclipse.emf.internal.cdo.view.CDOStoreImpl.convertToCDOUnsynced(CDOStoreImpl.java:890) at org.eclipse.emf.internal.cdo.view.CDOStoreImpl.convertToCDO(CDOStoreImpl.java:864) at org.eclipse.emf.internal.cdo.CDOObjectImpl.instanceToRevisionFeature(CDOObjectImpl.java:1818) at org.eclipse.emf.internal.cdo.CDOObjectImpl.cdoInternalPostAttach(CDOObjectImpl.java:534) at org.eclipse.emf.internal.cdo.view.CDOStateMachine$AttachTransition.execute(CDOStateMachine.java:949) at org.eclipse.emf.internal.cdo.view.CDOStateMachine$AttachTransition.execute(CDOStateMachine.java:1) at org.eclipse.net4j.util.fsm.FiniteStateMachine.process(FiniteStateMachine.java:169) at org.eclipse.emf.internal.cdo.view.CDOStateMachine.attachObject(CDOStateMachine.java:275) at org.eclipse.emf.internal.cdo.view.CDOStateMachine.attachOrReattach(CDOStateMachine.java:248) at org.eclipse.emf.internal.cdo.view.CDOStateMachine.attach(CDOStateMachine.java:224) at org.eclipse.emf.cdo.eresource.impl.CDOResourceImpl.attached(CDOResourceImpl.java:1657) at org.eclipse.emf.cdo.eresource.impl.CDOResourceImpl.access$0(CDOResourceImpl.java:1655) at org.eclipse.emf.cdo.eresource.impl.CDOResourceImpl$ContentsCDOList.inverseAdd(CDOResourceImpl.java:2076) at org.eclipse.emf.common.notify.impl.DelegatingNotifyingListImpl.addUnique(DelegatingNotifyingListImpl.java:304) at org.eclipse.emf.common.util.AbstractEList.add(AbstractEList.java:304) at org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_305527_Test.testAvoidReferencingDifferentViews(Bugzilla_305527_Test.java:62) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at junit.framework.TestCase.runTest(TestCase.java:177) at org.eclipse.net4j.util.tests.AbstractOMTest.access$0(AbstractOMTest.java:1) at org.eclipse.net4j.util.tests.AbstractOMTest$3.execute(AbstractOMTest.java:315) at org.eclipse.net4j.internal.util.test.TestExecuter.execute(TestExecuter.java:40) at org.eclipse.net4j.util.tests.AbstractOMTest.runBare(AbstractOMTest.java:301) at org.eclipse.emf.cdo.tests.config.impl.ConfigTest.runBare(ConfigTest.java:648) at junit.framework.TestResult$1.protect(TestResult.java:122) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.framework.TestResult.run(TestResult.java:125) at junit.framework.TestCase.run(TestCase.java:130) at org.eclipse.net4j.util.tests.AbstractOMTest.run(AbstractOMTest.java:375) at junit.framework.TestSuite.runTest(TestSuite.java:241) at org.eclipse.emf.cdo.tests.config.impl.ConfigTestSuite$TestClassWrapper.runTest(ConfigTestSuite.java:231) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at org.eclipse.emf.cdo.tests.config.impl.ConfigTestSuite$MainSuite.run(ConfigTestSuite.java:166) at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:364) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:237) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:158) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.apache.maven.surefire.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:167) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:142) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:28) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:679) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:616) at org.eclipse.equinox.launcher.Main.run(Main.java:1492) at org.eclipse.equinox.launcher.Main.main(Main.java:1465) ******************************************************* Bugzilla_306710_Test.testBugzilla_306710_addRemove [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_306710_Test.testBugzilla_306710_remove [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_306998_Test.testInalidEENumLiteral [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_306998_Test.testValidEENumLiteral [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_308895_Test.testCustomDefaultDefault [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_308895_Test.testCustomDefaultInvalidLiteral [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_308895_Test.testCustomDefaultLiteral [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_308895_Test.testCustomRegular [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_310574_Test.testAddAndModifyAndRemoveFromPersistedList [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_310574_Test.testAddAndRemoveWithNull [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_310574_Test.testAddMoveMoveRemove [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_310574_Test.testAddRemoveWithAdditionalAdds [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_310574_Test.testAddRemoveWithAdditionalMoves [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_310574_Test.testListChanges01 [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_310574_Test.testListChanges02 [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_310574_Test.testListChanges03 [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_310574_Test.testListChanges04 [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_310574_Test.testListChanges05 [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_310574_Test.testListChanges06 [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_310574_Test.testListChanges07 [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_310574_Test.testMultipleMove [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_310574_Test.testOptimizeAddAndRemove [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_310574_Test.testOptimizeAddRemove [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_310574_Test.testOptimizeInterleavedAddMoveAndRemove [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_310574_Test.testOptimizeInterleavedAddRemove [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_310574_Test.testOptimizeMove [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_310574_Test.testRemoveAdd [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_310574_Test.testRemoveFromContainerThenFromReferenceList [H2-branching-ranges-uuids, JVM, Native] ******************************************************* b: 0 b: 1 b: 2 b: 4 b: 6 ******************************************************* Bugzilla_313326_Test.testNotificationBuilderBranch [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_313913_Test.testAccessOldValue [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [Task@_j_QT0AkMEe-bzopYCigSfg] [Task@_j_QT0AkMEe-bzopYCigSfg] [Task@_j_QT0AkMEe-bzopYCigSfg] ******************************************************* Bugzilla_314186_Test.testEMFCompliance [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_314264_Test.testMerge [H2-branching-ranges-uuids, JVM, Native] ******************************************************* server-thread-293 [debug] moveOneDown add historic entry at: 1 server-thread-293 [debug] moveOneDown add historic entry at: 0 ******************************************************* Bugzilla_314264_Test.testMerge10 [H2-branching-ranges-uuids, JVM, Native] ******************************************************* server-thread-253 [debug] moveOneDown add historic entry at: 1 server-thread-253 [debug] moveOneDown add historic entry at: 0 server-thread-458 [debug] moveOneDown add historic entry at: 1 server-thread-458 [debug] moveOneDown add historic entry at: 0 server-thread-248 [debug] moveOneDown add historic entry at: 1 server-thread-248 [debug] moveOneDown add historic entry at: 0 server-thread-299 [debug] moveOneDown add historic entry at: 1 server-thread-299 [debug] moveOneDown add historic entry at: 0 ******************************************************* Bugzilla_314264_Test.testNotificationBuilderTest [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_315026_Test.test [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_315043_Test.testReloadingRevisions [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_316145_Test.testRevisionInListNull [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_316273_Test.testXRef_Many [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_316273_Test.testXRef_Single [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_316434_Test.testInitial [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Bugzilla_316444_Test.testLockParentWithEAttributeChange [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_318518_Test.testCorrectNumberOfFeatureDeltas [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Bugzilla_318844_Test.test [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_318876_Test.test [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_318919_Test.testPrefetchObject [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_318919_Test.testPrefetchResource_CLEAN [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_318919_Test.testPrefetchResource_PROXY [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_318998_Test.testQueryXRefMany [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Bugzilla_318998_Test.testQueryXRefSingle [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_319836_Test.testNodeMovesInTreeCreatesCycle [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Bugzilla_319836_Test.testNodeMovesInTreeDuplicatesNode [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_319836_Test.testNodeMovesInTreeEatsNode [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_320690_Test.testDeleteTarget [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Bugzilla_320690_Test.testDeleteTargetAndReferenceAtOnce [H2-branching-ranges-uuids, JVM, Native] ******************************************************* DBStore ======= MAIN[0] 2024-05-03 05:18:25.395/* CDOResource@_kVDksAkMEe-bzopYCigSfg:0v1("/") 2024-05-03 05:18:25.395/2024-05-03 05:18:25.413 CDOResource@_kVDksAkMEe-bzopYCigSfg:0v2("/") 2024-05-03 05:18:25.414/2024-05-03 05:18:25.432 CDOResource@_kVDksAkMEe-bzopYCigSfg:0v3("/") 2024-05-03 05:18:25.433/* CDOResourceFolder@_kVGoAAkMEe-bzopYCigSfg:0v1("Bugzilla_320690_Test_testDeleteTarget")2024-05-03 05:18:25.414/* CDOResource@_kVGoAQkMEe-bzopYCigSfg:0v1("test")2024-05-03 05:18:25.414/* NodeA@_kVGoAgkMEe-bzopYCigSfg:0v1 2024-05-03 05:18:25.414/* NodeA@_kVGoAwkMEe-bzopYCigSfg:0v1 2024-05-03 05:18:25.414/* NodeA@_kVGoBAkMEe-bzopYCigSfg:0v1 2024-05-03 05:18:25.414/* CDOResourceFolder@_kVV4kAkMEe-bzopYCigSfg:0v1("Bugzilla_320690_Test_testDeleteTargetAndReferenceAtOnce")2024-05-03 05:18:25.433/* CDOResource@_kVV4kQkMEe-bzopYCigSfg:0v1("test")2024-05-03 05:18:25.433/* NodeA@_kVV4kgkMEe-bzopYCigSfg:0v1 2024-05-03 05:18:25.433/* NodeA@_kVV4kwkMEe-bzopYCigSfg:0v1 2024-05-03 05:18:25.433/* NodeA@_kVV4lAkMEe-bzopYCigSfg:0v1 2024-05-03 05:18:25.433/* ******************************************************* Bugzilla_320690_Test.testDeleteTargetRemoveAndAddReference [H2-branching-ranges-uuids, JVM, Native] ******************************************************* DBStore ======= MAIN[0] 2024-05-03 05:18:25.395/* CDOResource@_kVDksAkMEe-bzopYCigSfg:0v1("/") 2024-05-03 05:18:25.395/2024-05-03 05:18:25.413 CDOResource@_kVDksAkMEe-bzopYCigSfg:0v2("/") 2024-05-03 05:18:25.414/2024-05-03 05:18:25.432 CDOResource@_kVDksAkMEe-bzopYCigSfg:0v3("/") 2024-05-03 05:18:25.433/2024-05-03 05:18:25.445 CDOResource@_kVDksAkMEe-bzopYCigSfg:0v4("/") 2024-05-03 05:18:25.446/* CDOResourceFolder@_kVGoAAkMEe-bzopYCigSfg:0v1("Bugzilla_320690_Test_testDeleteTarget")2024-05-03 05:18:25.414/* CDOResource@_kVGoAQkMEe-bzopYCigSfg:0v1("test")2024-05-03 05:18:25.414/* NodeA@_kVGoAgkMEe-bzopYCigSfg:0v1 2024-05-03 05:18:25.414/* NodeA@_kVGoAwkMEe-bzopYCigSfg:0v1 2024-05-03 05:18:25.414/* NodeA@_kVGoBAkMEe-bzopYCigSfg:0v1 2024-05-03 05:18:25.414/* CDOResourceFolder@_kVV4kAkMEe-bzopYCigSfg:0v1("Bugzilla_320690_Test_testDeleteTargetAndReferenceAtOnce")2024-05-03 05:18:25.433/* CDOResource@_kVV4kQkMEe-bzopYCigSfg:0v1("test")2024-05-03 05:18:25.433/* NodeA@_kVV4kgkMEe-bzopYCigSfg:0v1 2024-05-03 05:18:25.433/2024-05-03 05:18:25.437 NodeA@_kVV4kgkMEe-bzopYCigSfg:0v2 2024-05-03 05:18:25.438/* NodeA@_kVV4kwkMEe-bzopYCigSfg:0v1 2024-05-03 05:18:25.433/2024-05-03 05:18:25.437 NodeA@_kVV4lAkMEe-bzopYCigSfg:0v1 2024-05-03 05:18:25.433/2024-05-03 05:18:25.437 NodeA@_kVV4lAkMEe-bzopYCigSfg:0v2 2024-05-03 05:18:25.438/* CDOResourceFolder@_kVd0YAkMEe-bzopYCigSfg:0v1("Bugzilla_320690_Test_testDeleteTargetRemoveAndAddReference")2024-05-03 05:18:25.446/* CDOResource@_kVd0YQkMEe-bzopYCigSfg:0v1("test")2024-05-03 05:18:25.446/* NodeA@_kVd0YgkMEe-bzopYCigSfg:0v1 2024-05-03 05:18:25.446/* NodeA@_kVd0YwkMEe-bzopYCigSfg:0v1 2024-05-03 05:18:25.446/* NodeA@_kVd0ZAkMEe-bzopYCigSfg:0v1 2024-05-03 05:18:25.446/* ******************************************************* Bugzilla_320690_Test.testLockRefTargets [H2-branching-ranges-uuids, JVM, Native] ******************************************************* DBStore ======= MAIN[0] 2024-05-03 05:18:25.395/* CDOResource@_kVDksAkMEe-bzopYCigSfg:0v1("/") 2024-05-03 05:18:25.395/2024-05-03 05:18:25.413 CDOResource@_kVDksAkMEe-bzopYCigSfg:0v2("/") 2024-05-03 05:18:25.414/2024-05-03 05:18:25.432 CDOResource@_kVDksAkMEe-bzopYCigSfg:0v3("/") 2024-05-03 05:18:25.433/2024-05-03 05:18:25.445 CDOResource@_kVDksAkMEe-bzopYCigSfg:0v4("/") 2024-05-03 05:18:25.446/2024-05-03 05:18:25.464 CDOResource@_kVDksAkMEe-bzopYCigSfg:0v5("/") 2024-05-03 05:18:25.465/* CDOResourceFolder@_kVGoAAkMEe-bzopYCigSfg:0v1("Bugzilla_320690_Test_testDeleteTarget")2024-05-03 05:18:25.414/* CDOResource@_kVGoAQkMEe-bzopYCigSfg:0v1("test")2024-05-03 05:18:25.414/* NodeA@_kVGoAgkMEe-bzopYCigSfg:0v1 2024-05-03 05:18:25.414/* NodeA@_kVGoAwkMEe-bzopYCigSfg:0v1 2024-05-03 05:18:25.414/* NodeA@_kVGoBAkMEe-bzopYCigSfg:0v1 2024-05-03 05:18:25.414/* CDOResourceFolder@_kVV4kAkMEe-bzopYCigSfg:0v1("Bugzilla_320690_Test_testDeleteTargetAndReferenceAtOnce")2024-05-03 05:18:25.433/* CDOResource@_kVV4kQkMEe-bzopYCigSfg:0v1("test")2024-05-03 05:18:25.433/* NodeA@_kVV4kgkMEe-bzopYCigSfg:0v1 2024-05-03 05:18:25.433/2024-05-03 05:18:25.437 NodeA@_kVV4kgkMEe-bzopYCigSfg:0v2 2024-05-03 05:18:25.438/* NodeA@_kVV4kwkMEe-bzopYCigSfg:0v1 2024-05-03 05:18:25.433/2024-05-03 05:18:25.437 NodeA@_kVV4lAkMEe-bzopYCigSfg:0v1 2024-05-03 05:18:25.433/2024-05-03 05:18:25.437 NodeA@_kVV4lAkMEe-bzopYCigSfg:0v2 2024-05-03 05:18:25.438/* CDOResourceFolder@_kVd0YAkMEe-bzopYCigSfg:0v1("Bugzilla_320690_Test_testDeleteTargetRemoveAndAddReference")2024-05-03 05:18:25.446/* CDOResource@_kVd0YQkMEe-bzopYCigSfg:0v1("test")2024-05-03 05:18:25.446/* NodeA@_kVd0YgkMEe-bzopYCigSfg:0v1 2024-05-03 05:18:25.446/* NodeA@_kVd0YwkMEe-bzopYCigSfg:0v1 2024-05-03 05:18:25.446/* NodeA@_kVd0ZAkMEe-bzopYCigSfg:0v1 2024-05-03 05:18:25.446/* CDOResourceFolder@_kVj7AAkMEe-bzopYCigSfg:0v1("Bugzilla_320690_Test_testLockRefTargets")2024-05-03 05:18:25.465/* CDOResource@_kVj7AQkMEe-bzopYCigSfg:0v1("test")2024-05-03 05:18:25.465/* RefSingleContainedNPL@_kVj7AgkMEe-bzopYCigSfg:0v12024-05-03 05:18:25.465/* ContainedElementNoOpposite@_kVj7AwkMEe-bzopYCigSfg:0v12024-05-03 05:18:25.465/* RefSingleNonContainedNPL@_kVj7BAkMEe-bzopYCigSfg:0v12024-05-03 05:18:25.465/* DBStore ======= MAIN[0] 2024-05-03 05:18:25.395/* CDOResource@_kVDksAkMEe-bzopYCigSfg:0v1("/") 2024-05-03 05:18:25.395/2024-05-03 05:18:25.413 CDOResource@_kVDksAkMEe-bzopYCigSfg:0v2("/") 2024-05-03 05:18:25.414/2024-05-03 05:18:25.432 CDOResource@_kVDksAkMEe-bzopYCigSfg:0v3("/") 2024-05-03 05:18:25.433/2024-05-03 05:18:25.445 CDOResource@_kVDksAkMEe-bzopYCigSfg:0v4("/") 2024-05-03 05:18:25.446/2024-05-03 05:18:25.464 CDOResource@_kVDksAkMEe-bzopYCigSfg:0v5("/") 2024-05-03 05:18:25.465/* CDOResourceFolder@_kVGoAAkMEe-bzopYCigSfg:0v1("Bugzilla_320690_Test_testDeleteTarget")2024-05-03 05:18:25.414/* CDOResource@_kVGoAQkMEe-bzopYCigSfg:0v1("test")2024-05-03 05:18:25.414/* NodeA@_kVGoAgkMEe-bzopYCigSfg:0v1 2024-05-03 05:18:25.414/* NodeA@_kVGoAwkMEe-bzopYCigSfg:0v1 2024-05-03 05:18:25.414/* NodeA@_kVGoBAkMEe-bzopYCigSfg:0v1 2024-05-03 05:18:25.414/* CDOResourceFolder@_kVV4kAkMEe-bzopYCigSfg:0v1("Bugzilla_320690_Test_testDeleteTargetAndReferenceAtOnce")2024-05-03 05:18:25.433/* CDOResource@_kVV4kQkMEe-bzopYCigSfg:0v1("test")2024-05-03 05:18:25.433/* NodeA@_kVV4kgkMEe-bzopYCigSfg:0v1 2024-05-03 05:18:25.433/2024-05-03 05:18:25.437 NodeA@_kVV4kgkMEe-bzopYCigSfg:0v2 2024-05-03 05:18:25.438/* NodeA@_kVV4kwkMEe-bzopYCigSfg:0v1 2024-05-03 05:18:25.433/2024-05-03 05:18:25.437 NodeA@_kVV4lAkMEe-bzopYCigSfg:0v1 2024-05-03 05:18:25.433/2024-05-03 05:18:25.437 NodeA@_kVV4lAkMEe-bzopYCigSfg:0v2 2024-05-03 05:18:25.438/* CDOResourceFolder@_kVd0YAkMEe-bzopYCigSfg:0v1("Bugzilla_320690_Test_testDeleteTargetRemoveAndAddReference")2024-05-03 05:18:25.446/* CDOResource@_kVd0YQkMEe-bzopYCigSfg:0v1("test")2024-05-03 05:18:25.446/* NodeA@_kVd0YgkMEe-bzopYCigSfg:0v1 2024-05-03 05:18:25.446/* NodeA@_kVd0YwkMEe-bzopYCigSfg:0v1 2024-05-03 05:18:25.446/* NodeA@_kVd0ZAkMEe-bzopYCigSfg:0v1 2024-05-03 05:18:25.446/* CDOResourceFolder@_kVj7AAkMEe-bzopYCigSfg:0v1("Bugzilla_320690_Test_testLockRefTargets")2024-05-03 05:18:25.465/* CDOResource@_kVj7AQkMEe-bzopYCigSfg:0v1("test")2024-05-03 05:18:25.465/* RefSingleContainedNPL@_kVj7AgkMEe-bzopYCigSfg:0v12024-05-03 05:18:25.465/2024-05-03 05:18:25.478 RefSingleContainedNPL@_kVj7AgkMEe-bzopYCigSfg:0v22024-05-03 05:18:25.479/* ContainedElementNoOpposite@_kVj7AwkMEe-bzopYCigSfg:0v12024-05-03 05:18:25.465/2024-05-03 05:18:25.478 RefSingleNonContainedNPL@_kVj7BAkMEe-bzopYCigSfg:0v12024-05-03 05:18:25.465/* DBStore ======= MAIN[0] 2024-05-03 05:18:25.395/* CDOResource@_kVDksAkMEe-bzopYCigSfg:0v1("/") 2024-05-03 05:18:25.395/2024-05-03 05:18:25.413 CDOResource@_kVDksAkMEe-bzopYCigSfg:0v2("/") 2024-05-03 05:18:25.414/2024-05-03 05:18:25.432 CDOResource@_kVDksAkMEe-bzopYCigSfg:0v3("/") 2024-05-03 05:18:25.433/2024-05-03 05:18:25.445 CDOResource@_kVDksAkMEe-bzopYCigSfg:0v4("/") 2024-05-03 05:18:25.446/2024-05-03 05:18:25.464 CDOResource@_kVDksAkMEe-bzopYCigSfg:0v5("/") 2024-05-03 05:18:25.465/* CDOResourceFolder@_kVGoAAkMEe-bzopYCigSfg:0v1("Bugzilla_320690_Test_testDeleteTarget")2024-05-03 05:18:25.414/* CDOResource@_kVGoAQkMEe-bzopYCigSfg:0v1("test")2024-05-03 05:18:25.414/* NodeA@_kVGoAgkMEe-bzopYCigSfg:0v1 2024-05-03 05:18:25.414/* NodeA@_kVGoAwkMEe-bzopYCigSfg:0v1 2024-05-03 05:18:25.414/* NodeA@_kVGoBAkMEe-bzopYCigSfg:0v1 2024-05-03 05:18:25.414/* CDOResourceFolder@_kVV4kAkMEe-bzopYCigSfg:0v1("Bugzilla_320690_Test_testDeleteTargetAndReferenceAtOnce")2024-05-03 05:18:25.433/* CDOResource@_kVV4kQkMEe-bzopYCigSfg:0v1("test")2024-05-03 05:18:25.433/* NodeA@_kVV4kgkMEe-bzopYCigSfg:0v1 2024-05-03 05:18:25.433/2024-05-03 05:18:25.437 NodeA@_kVV4kgkMEe-bzopYCigSfg:0v2 2024-05-03 05:18:25.438/* NodeA@_kVV4kwkMEe-bzopYCigSfg:0v1 2024-05-03 05:18:25.433/2024-05-03 05:18:25.437 NodeA@_kVV4lAkMEe-bzopYCigSfg:0v1 2024-05-03 05:18:25.433/2024-05-03 05:18:25.437 NodeA@_kVV4lAkMEe-bzopYCigSfg:0v2 2024-05-03 05:18:25.438/* CDOResourceFolder@_kVd0YAkMEe-bzopYCigSfg:0v1("Bugzilla_320690_Test_testDeleteTargetRemoveAndAddReference")2024-05-03 05:18:25.446/* CDOResource@_kVd0YQkMEe-bzopYCigSfg:0v1("test")2024-05-03 05:18:25.446/* NodeA@_kVd0YgkMEe-bzopYCigSfg:0v1 2024-05-03 05:18:25.446/* NodeA@_kVd0YwkMEe-bzopYCigSfg:0v1 2024-05-03 05:18:25.446/* NodeA@_kVd0ZAkMEe-bzopYCigSfg:0v1 2024-05-03 05:18:25.446/* CDOResourceFolder@_kVj7AAkMEe-bzopYCigSfg:0v1("Bugzilla_320690_Test_testLockRefTargets")2024-05-03 05:18:25.465/* CDOResource@_kVj7AQkMEe-bzopYCigSfg:0v1("test")2024-05-03 05:18:25.465/* RefSingleContainedNPL@_kVj7AgkMEe-bzopYCigSfg:0v12024-05-03 05:18:25.465/2024-05-03 05:18:25.478 RefSingleContainedNPL@_kVj7AgkMEe-bzopYCigSfg:0v22024-05-03 05:18:25.479/* ContainedElementNoOpposite@_kVj7AwkMEe-bzopYCigSfg:0v12024-05-03 05:18:25.465/2024-05-03 05:18:25.478 RefSingleNonContainedNPL@_kVj7BAkMEe-bzopYCigSfg:0v12024-05-03 05:18:25.465/* ******************************************************* Bugzilla_320837_Test.testLoadContainedBeforeContainer [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Bugzilla_321699_Test.test [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_321986_Test.testRollback [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_322218_Test.testMyEnumList [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_322218_Test.testMyEnumList2 [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_322218_Test.testMyEnumList2PCL [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_322218_Test.testMyEnumList3 [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_322218_Test.testMyEnumList3PCL [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_322218_Test.testMyEnumList3PCL_Reload [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_322218_Test.testMyEnumListPCL [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_322218_Test.testMyEnumListUnsettable [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_322218_Test.testMyEnumListUnsettable2 [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_322218_Test.testMyEnumListUnsettable2PCL [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_322218_Test.testMyEnumListUnsettable3 [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_322218_Test.testMyEnumListUnsettable3PCL [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_322218_Test.testMyEnumListUnsettable3PCL_Reload [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_322218_Test.testMyEnumListUnsettablePCL [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_322754_Test.testResourceDelete [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_322754_Test.testResourceDeleteWithDanglingReferences [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_322804_Test.testAddElementToCustomTypedList [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_323930_Test.testAddXRefByReplace [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' DBStore ======= MAIN[0] 2024-05-03 05:18:25.997/* CDOResource@_kazAUAkMEe-bzopYCigSfg:0v1("/") 2024-05-03 05:18:25.997/2024-05-03 05:18:26.014 CDOResource@_kazAUAkMEe-bzopYCigSfg:0v2("/") 2024-05-03 05:18:26.015/* CDOResource@_ka2DoAkMEe-bzopYCigSfg:0v1("test")2024-05-03 05:18:26.015/* NodeA@_ka2DoQkMEe-bzopYCigSfg:0v1 2024-05-03 05:18:26.015/* NodeA@_ka2DogkMEe-bzopYCigSfg:0v1 2024-05-03 05:18:26.015/* NodeA@_ka2DowkMEe-bzopYCigSfg:0v1 2024-05-03 05:18:26.015/* NodeA@_ka2DpAkMEe-bzopYCigSfg:0v1 2024-05-03 05:18:26.015/* NodeA@_ka2DpQkMEe-bzopYCigSfg:0v1 2024-05-03 05:18:26.015/* NodeA@_ka2DpgkMEe-bzopYCigSfg:0v1 2024-05-03 05:18:26.015/* CDOResourceFolder@_ka1ckAkMEe-bzopYCigSfg:0v1("Bugzilla_323930_Test_testAddXRefByReplace")2024-05-03 05:18:26.015/* [ERROR] This commit deletes object _ka2DpgkMEe-bzopYCigSfg and adds a reference at the same time java.lang.IllegalStateException: This commit deletes object _ka2DpgkMEe-bzopYCigSfg and adds a reference at the same time at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.lockTarget(TransactionCommitContext.java:1266) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext$5.visit(TransactionCommitContext.java:1163) at org.eclipse.emf.cdo.internal.common.revision.delta.CDOSetFeatureDeltaImpl.accept(CDOSetFeatureDeltaImpl.java:96) at org.eclipse.emf.cdo.spi.common.revision.CDOFeatureDeltaVisitorImpl.visit(CDOFeatureDeltaVisitorImpl.java:59) at org.eclipse.emf.cdo.internal.common.revision.delta.CDOListFeatureDeltaImpl.accept(CDOListFeatureDeltaImpl.java:613) at org.eclipse.emf.cdo.internal.common.revision.delta.CDORevisionDeltaImpl.accept(CDORevisionDeltaImpl.java:389) at org.eclipse.emf.cdo.internal.common.revision.delta.CDORevisionDeltaImpl.accept(CDORevisionDeltaImpl.java:371) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.lockObjects(TransactionCommitContext.java:1197) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.write(TransactionCommitContext.java:823) at org.eclipse.emf.cdo.spi.server.InternalCommitContext$1.runLoop(InternalCommitContext.java:49) at org.eclipse.emf.cdo.spi.server.InternalCommitContext$1.runLoop(InternalCommitContext.java:1) at org.eclipse.net4j.util.om.monitor.ProgressDistributor.run(ProgressDistributor.java:95) at org.eclipse.emf.cdo.internal.server.Repository.commitUnsynced(Repository.java:1562) at org.eclipse.emf.cdo.internal.server.Repository.commit(Repository.java:1550) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicatingCommit(CommitTransactionIndication.java:283) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicating(CommitTransactionIndication.java:96) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerIndicationWithMonitoring.indicating(CDOServerIndicationWithMonitoring.java:118) at org.eclipse.net4j.signal.IndicationWithMonitoring.indicating(IndicationWithMonitoring.java:62) at org.eclipse.net4j.signal.IndicationWithResponse.doExtendedInput(IndicationWithResponse.java:94) at org.eclipse.net4j.signal.Signal.doInput(Signal.java:434) at org.eclipse.net4j.signal.IndicationWithResponse.execute(IndicationWithResponse.java:72) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) ******************************************************* Bugzilla_323930_Test.testAddXRefByReplace_PrecedingAdd [H2-branching-ranges-uuids, JVM, Native] ******************************************************* DBStore ======= MAIN[0] 2024-05-03 05:18:25.997/* CDOResource@_kazAUAkMEe-bzopYCigSfg:0v1("/") 2024-05-03 05:18:25.997/2024-05-03 05:18:26.014 CDOResource@_kazAUAkMEe-bzopYCigSfg:0v2("/") 2024-05-03 05:18:26.015/2024-05-03 05:18:26.033 CDOResource@_kazAUAkMEe-bzopYCigSfg:0v3("/") 2024-05-03 05:18:26.034/* CDOResource@_ka2DoAkMEe-bzopYCigSfg:0v1("test")2024-05-03 05:18:26.015/* NodeA@_ka2DoQkMEe-bzopYCigSfg:0v1 2024-05-03 05:18:26.015/* NodeA@_ka2DogkMEe-bzopYCigSfg:0v1 2024-05-03 05:18:26.015/* NodeA@_ka2DowkMEe-bzopYCigSfg:0v1 2024-05-03 05:18:26.015/* NodeA@_ka2DpAkMEe-bzopYCigSfg:0v1 2024-05-03 05:18:26.015/* NodeA@_ka2DpQkMEe-bzopYCigSfg:0v1 2024-05-03 05:18:26.015/* NodeA@_ka2DpgkMEe-bzopYCigSfg:0v1 2024-05-03 05:18:26.015/* CDOResourceFolder@_ka1ckAkMEe-bzopYCigSfg:0v1("Bugzilla_323930_Test_testAddXRefByReplace")2024-05-03 05:18:26.015/* CDOResourceFolder@_kbEGEAkMEe-bzopYCigSfg:0v1("Bugzilla_323930_Test_testAddXRefByReplace_PrecedingAdd")2024-05-03 05:18:26.034/* CDOResource@_kbEtIAkMEe-bzopYCigSfg:0v1("test")2024-05-03 05:18:26.034/* NodeA@_kbEtIQkMEe-bzopYCigSfg:0v1 2024-05-03 05:18:26.034/* NodeA@_kbEtIgkMEe-bzopYCigSfg:0v1 2024-05-03 05:18:26.034/* NodeA@_kbEtIwkMEe-bzopYCigSfg:0v1 2024-05-03 05:18:26.034/* NodeA@_kbEtJAkMEe-bzopYCigSfg:0v1 2024-05-03 05:18:26.034/* NodeA@_kbEtJQkMEe-bzopYCigSfg:0v1 2024-05-03 05:18:26.034/* NodeA@_kbEtJgkMEe-bzopYCigSfg:0v1 2024-05-03 05:18:26.034/* [ERROR] This commit deletes object _kbEtJgkMEe-bzopYCigSfg and adds a reference at the same time java.lang.IllegalStateException: This commit deletes object _kbEtJgkMEe-bzopYCigSfg and adds a reference at the same time at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.lockTarget(TransactionCommitContext.java:1266) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext$5.visit(TransactionCommitContext.java:1163) at org.eclipse.emf.cdo.internal.common.revision.delta.CDOSetFeatureDeltaImpl.accept(CDOSetFeatureDeltaImpl.java:96) at org.eclipse.emf.cdo.spi.common.revision.CDOFeatureDeltaVisitorImpl.visit(CDOFeatureDeltaVisitorImpl.java:59) at org.eclipse.emf.cdo.internal.common.revision.delta.CDOListFeatureDeltaImpl.accept(CDOListFeatureDeltaImpl.java:613) at org.eclipse.emf.cdo.internal.common.revision.delta.CDORevisionDeltaImpl.accept(CDORevisionDeltaImpl.java:389) at org.eclipse.emf.cdo.internal.common.revision.delta.CDORevisionDeltaImpl.accept(CDORevisionDeltaImpl.java:371) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.lockObjects(TransactionCommitContext.java:1197) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.write(TransactionCommitContext.java:823) at org.eclipse.emf.cdo.spi.server.InternalCommitContext$1.runLoop(InternalCommitContext.java:49) at org.eclipse.emf.cdo.spi.server.InternalCommitContext$1.runLoop(InternalCommitContext.java:1) at org.eclipse.net4j.util.om.monitor.ProgressDistributor.run(ProgressDistributor.java:95) at org.eclipse.emf.cdo.internal.server.Repository.commitUnsynced(Repository.java:1562) at org.eclipse.emf.cdo.internal.server.Repository.commit(Repository.java:1550) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicatingCommit(CommitTransactionIndication.java:283) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicating(CommitTransactionIndication.java:96) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerIndicationWithMonitoring.indicating(CDOServerIndicationWithMonitoring.java:118) at org.eclipse.net4j.signal.IndicationWithMonitoring.indicating(IndicationWithMonitoring.java:62) at org.eclipse.net4j.signal.IndicationWithResponse.doExtendedInput(IndicationWithResponse.java:94) at org.eclipse.net4j.signal.Signal.doInput(Signal.java:434) at org.eclipse.net4j.signal.IndicationWithResponse.execute(IndicationWithResponse.java:72) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) ******************************************************* Bugzilla_323930_Test.testChangeIndexesInSourceList [H2-branching-ranges-uuids, JVM, Native] ******************************************************* DBStore ======= MAIN[0] 2024-05-03 05:18:25.997/* CDOResource@_kazAUAkMEe-bzopYCigSfg:0v1("/") 2024-05-03 05:18:25.997/2024-05-03 05:18:26.014 CDOResource@_kazAUAkMEe-bzopYCigSfg:0v2("/") 2024-05-03 05:18:26.015/2024-05-03 05:18:26.033 CDOResource@_kazAUAkMEe-bzopYCigSfg:0v3("/") 2024-05-03 05:18:26.034/2024-05-03 05:18:26.044 CDOResource@_kazAUAkMEe-bzopYCigSfg:0v4("/") 2024-05-03 05:18:26.045/* CDOResource@_ka2DoAkMEe-bzopYCigSfg:0v1("test")2024-05-03 05:18:26.015/* NodeA@_ka2DoQkMEe-bzopYCigSfg:0v1 2024-05-03 05:18:26.015/* NodeA@_ka2DogkMEe-bzopYCigSfg:0v1 2024-05-03 05:18:26.015/* NodeA@_ka2DowkMEe-bzopYCigSfg:0v1 2024-05-03 05:18:26.015/* NodeA@_ka2DpAkMEe-bzopYCigSfg:0v1 2024-05-03 05:18:26.015/* NodeA@_ka2DpQkMEe-bzopYCigSfg:0v1 2024-05-03 05:18:26.015/* NodeA@_ka2DpgkMEe-bzopYCigSfg:0v1 2024-05-03 05:18:26.015/* CDOResourceFolder@_ka1ckAkMEe-bzopYCigSfg:0v1("Bugzilla_323930_Test_testAddXRefByReplace")2024-05-03 05:18:26.015/* CDOResourceFolder@_kbEGEAkMEe-bzopYCigSfg:0v1("Bugzilla_323930_Test_testAddXRefByReplace_PrecedingAdd")2024-05-03 05:18:26.034/* CDOResource@_kbEtIAkMEe-bzopYCigSfg:0v1("test")2024-05-03 05:18:26.034/* NodeA@_kbEtIQkMEe-bzopYCigSfg:0v1 2024-05-03 05:18:26.034/* NodeA@_kbEtIgkMEe-bzopYCigSfg:0v1 2024-05-03 05:18:26.034/* NodeA@_kbEtIwkMEe-bzopYCigSfg:0v1 2024-05-03 05:18:26.034/* NodeA@_kbEtJAkMEe-bzopYCigSfg:0v1 2024-05-03 05:18:26.034/* NodeA@_kbEtJQkMEe-bzopYCigSfg:0v1 2024-05-03 05:18:26.034/* NodeA@_kbEtJgkMEe-bzopYCigSfg:0v1 2024-05-03 05:18:26.034/* CDOResourceFolder@_kbKzwAkMEe-bzopYCigSfg:0v1("Bugzilla_323930_Test_testChangeIndexesInSourceList")2024-05-03 05:18:26.045/* CDOResource@_kbKzwQkMEe-bzopYCigSfg:0v1("test")2024-05-03 05:18:26.045/* NodeA@_kbKzwgkMEe-bzopYCigSfg:0v1 2024-05-03 05:18:26.045/* NodeA@_kbKzwwkMEe-bzopYCigSfg:0v1 2024-05-03 05:18:26.045/* NodeA@_kbKzxAkMEe-bzopYCigSfg:0v1 2024-05-03 05:18:26.045/* NodeA@_kbKzxQkMEe-bzopYCigSfg:0v1 2024-05-03 05:18:26.045/* NodeA@_kbKzxgkMEe-bzopYCigSfg:0v1 2024-05-03 05:18:26.045/* NodeA@_kbKzxwkMEe-bzopYCigSfg:0v1 2024-05-03 05:18:26.045/* ******************************************************* Bugzilla_323930_Test.testChangeIndexesInTargetList [H2-branching-ranges-uuids, JVM, Native] ******************************************************* DBStore ======= MAIN[0] 2024-05-03 05:18:25.997/* CDOResource@_kazAUAkMEe-bzopYCigSfg:0v1("/") 2024-05-03 05:18:25.997/2024-05-03 05:18:26.014 CDOResource@_kazAUAkMEe-bzopYCigSfg:0v2("/") 2024-05-03 05:18:26.015/2024-05-03 05:18:26.033 CDOResource@_kazAUAkMEe-bzopYCigSfg:0v3("/") 2024-05-03 05:18:26.034/2024-05-03 05:18:26.044 CDOResource@_kazAUAkMEe-bzopYCigSfg:0v4("/") 2024-05-03 05:18:26.045/2024-05-03 05:18:26.058 CDOResource@_kazAUAkMEe-bzopYCigSfg:0v5("/") 2024-05-03 05:18:26.059/* CDOResource@_ka2DoAkMEe-bzopYCigSfg:0v1("test")2024-05-03 05:18:26.015/* NodeA@_ka2DoQkMEe-bzopYCigSfg:0v1 2024-05-03 05:18:26.015/* NodeA@_ka2DogkMEe-bzopYCigSfg:0v1 2024-05-03 05:18:26.015/* NodeA@_ka2DowkMEe-bzopYCigSfg:0v1 2024-05-03 05:18:26.015/* NodeA@_ka2DpAkMEe-bzopYCigSfg:0v1 2024-05-03 05:18:26.015/* NodeA@_ka2DpQkMEe-bzopYCigSfg:0v1 2024-05-03 05:18:26.015/* NodeA@_ka2DpgkMEe-bzopYCigSfg:0v1 2024-05-03 05:18:26.015/* CDOResourceFolder@_ka1ckAkMEe-bzopYCigSfg:0v1("Bugzilla_323930_Test_testAddXRefByReplace")2024-05-03 05:18:26.015/* CDOResourceFolder@_kbEGEAkMEe-bzopYCigSfg:0v1("Bugzilla_323930_Test_testAddXRefByReplace_PrecedingAdd")2024-05-03 05:18:26.034/* CDOResource@_kbEtIAkMEe-bzopYCigSfg:0v1("test")2024-05-03 05:18:26.034/* NodeA@_kbEtIQkMEe-bzopYCigSfg:0v1 2024-05-03 05:18:26.034/* NodeA@_kbEtIgkMEe-bzopYCigSfg:0v1 2024-05-03 05:18:26.034/* NodeA@_kbEtIwkMEe-bzopYCigSfg:0v1 2024-05-03 05:18:26.034/* NodeA@_kbEtJAkMEe-bzopYCigSfg:0v1 2024-05-03 05:18:26.034/* NodeA@_kbEtJQkMEe-bzopYCigSfg:0v1 2024-05-03 05:18:26.034/* NodeA@_kbEtJgkMEe-bzopYCigSfg:0v1 2024-05-03 05:18:26.034/* CDOResourceFolder@_kbKzwAkMEe-bzopYCigSfg:0v1("Bugzilla_323930_Test_testChangeIndexesInSourceList")2024-05-03 05:18:26.045/* CDOResource@_kbKzwQkMEe-bzopYCigSfg:0v1("test")2024-05-03 05:18:26.045/2024-05-03 05:18:26.046 CDOResource@_kbKzwQkMEe-bzopYCigSfg:0v2("test")2024-05-03 05:18:26.047/* NodeA@_kbKzwgkMEe-bzopYCigSfg:0v1 2024-05-03 05:18:26.045/2024-05-03 05:18:26.046 NodeA@_kbKzwgkMEe-bzopYCigSfg:0v2 2024-05-03 05:18:26.047/* NodeA@_kbKzwwkMEe-bzopYCigSfg:0v1 2024-05-03 05:18:26.045/* NodeA@_kbKzxAkMEe-bzopYCigSfg:0v1 2024-05-03 05:18:26.045/* NodeA@_kbKzxQkMEe-bzopYCigSfg:0v1 2024-05-03 05:18:26.045/* NodeA@_kbKzxgkMEe-bzopYCigSfg:0v1 2024-05-03 05:18:26.045/* NodeA@_kbKzxwkMEe-bzopYCigSfg:0v1 2024-05-03 05:18:26.045/2024-05-03 05:18:26.046 CDOResourceFolder@_kbTWoAkMEe-bzopYCigSfg:0v1("Bugzilla_323930_Test_testChangeIndexesInTargetList")2024-05-03 05:18:26.059/* CDOResource@_kbT9sAkMEe-bzopYCigSfg:0v1("test")2024-05-03 05:18:26.059/* NodeA@_kbT9sQkMEe-bzopYCigSfg:0v1 2024-05-03 05:18:26.059/* NodeA@_kbT9sgkMEe-bzopYCigSfg:0v1 2024-05-03 05:18:26.059/* NodeA@_kbT9swkMEe-bzopYCigSfg:0v1 2024-05-03 05:18:26.059/* NodeA@_kbT9tAkMEe-bzopYCigSfg:0v1 2024-05-03 05:18:26.059/* NodeA@_kbT9tQkMEe-bzopYCigSfg:0v1 2024-05-03 05:18:26.059/* NodeA@_kbT9tgkMEe-bzopYCigSfg:0v1 2024-05-03 05:18:26.059/* ******************************************************* Bugzilla_323930_Test.testRemoveXRefByReplace [H2-branching-ranges-uuids, JVM, Native] ******************************************************* DBStore ======= MAIN[0] 2024-05-03 05:18:25.997/* CDOResource@_kazAUAkMEe-bzopYCigSfg:0v1("/") 2024-05-03 05:18:25.997/2024-05-03 05:18:26.014 CDOResource@_kazAUAkMEe-bzopYCigSfg:0v2("/") 2024-05-03 05:18:26.015/2024-05-03 05:18:26.033 CDOResource@_kazAUAkMEe-bzopYCigSfg:0v3("/") 2024-05-03 05:18:26.034/2024-05-03 05:18:26.044 CDOResource@_kazAUAkMEe-bzopYCigSfg:0v4("/") 2024-05-03 05:18:26.045/2024-05-03 05:18:26.058 CDOResource@_kazAUAkMEe-bzopYCigSfg:0v5("/") 2024-05-03 05:18:26.059/2024-05-03 05:18:26.073 CDOResource@_kazAUAkMEe-bzopYCigSfg:0v6("/") 2024-05-03 05:18:26.074/* CDOResource@_ka2DoAkMEe-bzopYCigSfg:0v1("test")2024-05-03 05:18:26.015/* NodeA@_ka2DoQkMEe-bzopYCigSfg:0v1 2024-05-03 05:18:26.015/* NodeA@_ka2DogkMEe-bzopYCigSfg:0v1 2024-05-03 05:18:26.015/* NodeA@_ka2DowkMEe-bzopYCigSfg:0v1 2024-05-03 05:18:26.015/* NodeA@_ka2DpAkMEe-bzopYCigSfg:0v1 2024-05-03 05:18:26.015/* NodeA@_ka2DpQkMEe-bzopYCigSfg:0v1 2024-05-03 05:18:26.015/* NodeA@_ka2DpgkMEe-bzopYCigSfg:0v1 2024-05-03 05:18:26.015/* CDOResourceFolder@_ka1ckAkMEe-bzopYCigSfg:0v1("Bugzilla_323930_Test_testAddXRefByReplace")2024-05-03 05:18:26.015/* CDOResourceFolder@_kbEGEAkMEe-bzopYCigSfg:0v1("Bugzilla_323930_Test_testAddXRefByReplace_PrecedingAdd")2024-05-03 05:18:26.034/* CDOResource@_kbEtIAkMEe-bzopYCigSfg:0v1("test")2024-05-03 05:18:26.034/* NodeA@_kbEtIQkMEe-bzopYCigSfg:0v1 2024-05-03 05:18:26.034/* NodeA@_kbEtIgkMEe-bzopYCigSfg:0v1 2024-05-03 05:18:26.034/* NodeA@_kbEtIwkMEe-bzopYCigSfg:0v1 2024-05-03 05:18:26.034/* NodeA@_kbEtJAkMEe-bzopYCigSfg:0v1 2024-05-03 05:18:26.034/* NodeA@_kbEtJQkMEe-bzopYCigSfg:0v1 2024-05-03 05:18:26.034/* NodeA@_kbEtJgkMEe-bzopYCigSfg:0v1 2024-05-03 05:18:26.034/* CDOResourceFolder@_kbKzwAkMEe-bzopYCigSfg:0v1("Bugzilla_323930_Test_testChangeIndexesInSourceList")2024-05-03 05:18:26.045/* CDOResource@_kbKzwQkMEe-bzopYCigSfg:0v1("test")2024-05-03 05:18:26.045/2024-05-03 05:18:26.046 CDOResource@_kbKzwQkMEe-bzopYCigSfg:0v2("test")2024-05-03 05:18:26.047/* NodeA@_kbKzwgkMEe-bzopYCigSfg:0v1 2024-05-03 05:18:26.045/2024-05-03 05:18:26.046 NodeA@_kbKzwgkMEe-bzopYCigSfg:0v2 2024-05-03 05:18:26.047/* NodeA@_kbKzwwkMEe-bzopYCigSfg:0v1 2024-05-03 05:18:26.045/* NodeA@_kbKzxAkMEe-bzopYCigSfg:0v1 2024-05-03 05:18:26.045/* NodeA@_kbKzxQkMEe-bzopYCigSfg:0v1 2024-05-03 05:18:26.045/* NodeA@_kbKzxgkMEe-bzopYCigSfg:0v1 2024-05-03 05:18:26.045/* NodeA@_kbKzxwkMEe-bzopYCigSfg:0v1 2024-05-03 05:18:26.045/2024-05-03 05:18:26.046 CDOResourceFolder@_kbTWoAkMEe-bzopYCigSfg:0v1("Bugzilla_323930_Test_testChangeIndexesInTargetList")2024-05-03 05:18:26.059/* CDOResource@_kbT9sAkMEe-bzopYCigSfg:0v1("test")2024-05-03 05:18:26.059/2024-05-03 05:18:26.062 CDOResource@_kbT9sAkMEe-bzopYCigSfg:0v2("test")2024-05-03 05:18:26.063/* NodeA@_kbT9sQkMEe-bzopYCigSfg:0v1 2024-05-03 05:18:26.059/2024-05-03 05:18:26.062 NodeA@_kbT9sQkMEe-bzopYCigSfg:0v2 2024-05-03 05:18:26.063/* NodeA@_kbT9sgkMEe-bzopYCigSfg:0v1 2024-05-03 05:18:26.059/2024-05-03 05:18:26.062 NodeA@_kbT9swkMEe-bzopYCigSfg:0v1 2024-05-03 05:18:26.059/2024-05-03 05:18:26.062 NodeA@_kbT9tAkMEe-bzopYCigSfg:0v1 2024-05-03 05:18:26.059/* NodeA@_kbT9tQkMEe-bzopYCigSfg:0v1 2024-05-03 05:18:26.059/* NodeA@_kbT9tgkMEe-bzopYCigSfg:0v1 2024-05-03 05:18:26.059/2024-05-03 05:18:26.062 CDOResourceFolder@_kbcgkAkMEe-bzopYCigSfg:0v1("Bugzilla_323930_Test_testRemoveXRefByReplace")2024-05-03 05:18:26.074/* CDOResource@_kbcgkQkMEe-bzopYCigSfg:0v1("test")2024-05-03 05:18:26.074/* NodeA@_kbcgkgkMEe-bzopYCigSfg:0v1 2024-05-03 05:18:26.074/* NodeA@_kbdHoAkMEe-bzopYCigSfg:0v1 2024-05-03 05:18:26.074/* NodeA@_kbdHoQkMEe-bzopYCigSfg:0v1 2024-05-03 05:18:26.074/* NodeA@_kbdHogkMEe-bzopYCigSfg:0v1 2024-05-03 05:18:26.074/* NodeA@_kbdHowkMEe-bzopYCigSfg:0v1 2024-05-03 05:18:26.074/* NodeA@_kbdHpAkMEe-bzopYCigSfg:0v1 2024-05-03 05:18:26.074/* ******************************************************* Bugzilla_323930_Test.testRemoveXRefByReplace_PrecedingAdd [H2-branching-ranges-uuids, JVM, Native] ******************************************************* DBStore ======= MAIN[0] 2024-05-03 05:18:25.997/* CDOResource@_kazAUAkMEe-bzopYCigSfg:0v1("/") 2024-05-03 05:18:25.997/2024-05-03 05:18:26.014 CDOResource@_kazAUAkMEe-bzopYCigSfg:0v2("/") 2024-05-03 05:18:26.015/2024-05-03 05:18:26.033 CDOResource@_kazAUAkMEe-bzopYCigSfg:0v3("/") 2024-05-03 05:18:26.034/2024-05-03 05:18:26.044 CDOResource@_kazAUAkMEe-bzopYCigSfg:0v4("/") 2024-05-03 05:18:26.045/2024-05-03 05:18:26.058 CDOResource@_kazAUAkMEe-bzopYCigSfg:0v5("/") 2024-05-03 05:18:26.059/2024-05-03 05:18:26.073 CDOResource@_kazAUAkMEe-bzopYCigSfg:0v6("/") 2024-05-03 05:18:26.074/2024-05-03 05:18:26.085 CDOResource@_kazAUAkMEe-bzopYCigSfg:0v7("/") 2024-05-03 05:18:26.086/* CDOResource@_ka2DoAkMEe-bzopYCigSfg:0v1("test")2024-05-03 05:18:26.015/* NodeA@_ka2DoQkMEe-bzopYCigSfg:0v1 2024-05-03 05:18:26.015/* NodeA@_ka2DogkMEe-bzopYCigSfg:0v1 2024-05-03 05:18:26.015/* NodeA@_ka2DowkMEe-bzopYCigSfg:0v1 2024-05-03 05:18:26.015/* NodeA@_ka2DpAkMEe-bzopYCigSfg:0v1 2024-05-03 05:18:26.015/* NodeA@_ka2DpQkMEe-bzopYCigSfg:0v1 2024-05-03 05:18:26.015/* NodeA@_ka2DpgkMEe-bzopYCigSfg:0v1 2024-05-03 05:18:26.015/* CDOResourceFolder@_ka1ckAkMEe-bzopYCigSfg:0v1("Bugzilla_323930_Test_testAddXRefByReplace")2024-05-03 05:18:26.015/* CDOResourceFolder@_kbEGEAkMEe-bzopYCigSfg:0v1("Bugzilla_323930_Test_testAddXRefByReplace_PrecedingAdd")2024-05-03 05:18:26.034/* CDOResource@_kbEtIAkMEe-bzopYCigSfg:0v1("test")2024-05-03 05:18:26.034/* NodeA@_kbEtIQkMEe-bzopYCigSfg:0v1 2024-05-03 05:18:26.034/* NodeA@_kbEtIgkMEe-bzopYCigSfg:0v1 2024-05-03 05:18:26.034/* NodeA@_kbEtIwkMEe-bzopYCigSfg:0v1 2024-05-03 05:18:26.034/* NodeA@_kbEtJAkMEe-bzopYCigSfg:0v1 2024-05-03 05:18:26.034/* NodeA@_kbEtJQkMEe-bzopYCigSfg:0v1 2024-05-03 05:18:26.034/* NodeA@_kbEtJgkMEe-bzopYCigSfg:0v1 2024-05-03 05:18:26.034/* CDOResourceFolder@_kbKzwAkMEe-bzopYCigSfg:0v1("Bugzilla_323930_Test_testChangeIndexesInSourceList")2024-05-03 05:18:26.045/* CDOResource@_kbKzwQkMEe-bzopYCigSfg:0v1("test")2024-05-03 05:18:26.045/2024-05-03 05:18:26.046 CDOResource@_kbKzwQkMEe-bzopYCigSfg:0v2("test")2024-05-03 05:18:26.047/* NodeA@_kbKzwgkMEe-bzopYCigSfg:0v1 2024-05-03 05:18:26.045/2024-05-03 05:18:26.046 NodeA@_kbKzwgkMEe-bzopYCigSfg:0v2 2024-05-03 05:18:26.047/* NodeA@_kbKzwwkMEe-bzopYCigSfg:0v1 2024-05-03 05:18:26.045/* NodeA@_kbKzxAkMEe-bzopYCigSfg:0v1 2024-05-03 05:18:26.045/* NodeA@_kbKzxQkMEe-bzopYCigSfg:0v1 2024-05-03 05:18:26.045/* NodeA@_kbKzxgkMEe-bzopYCigSfg:0v1 2024-05-03 05:18:26.045/* NodeA@_kbKzxwkMEe-bzopYCigSfg:0v1 2024-05-03 05:18:26.045/2024-05-03 05:18:26.046 CDOResourceFolder@_kbTWoAkMEe-bzopYCigSfg:0v1("Bugzilla_323930_Test_testChangeIndexesInTargetList")2024-05-03 05:18:26.059/* CDOResource@_kbT9sAkMEe-bzopYCigSfg:0v1("test")2024-05-03 05:18:26.059/2024-05-03 05:18:26.062 CDOResource@_kbT9sAkMEe-bzopYCigSfg:0v2("test")2024-05-03 05:18:26.063/* NodeA@_kbT9sQkMEe-bzopYCigSfg:0v1 2024-05-03 05:18:26.059/2024-05-03 05:18:26.062 NodeA@_kbT9sQkMEe-bzopYCigSfg:0v2 2024-05-03 05:18:26.063/* NodeA@_kbT9sgkMEe-bzopYCigSfg:0v1 2024-05-03 05:18:26.059/2024-05-03 05:18:26.062 NodeA@_kbT9swkMEe-bzopYCigSfg:0v1 2024-05-03 05:18:26.059/2024-05-03 05:18:26.062 NodeA@_kbT9tAkMEe-bzopYCigSfg:0v1 2024-05-03 05:18:26.059/* NodeA@_kbT9tQkMEe-bzopYCigSfg:0v1 2024-05-03 05:18:26.059/* NodeA@_kbT9tgkMEe-bzopYCigSfg:0v1 2024-05-03 05:18:26.059/2024-05-03 05:18:26.062 CDOResourceFolder@_kbcgkAkMEe-bzopYCigSfg:0v1("Bugzilla_323930_Test_testRemoveXRefByReplace")2024-05-03 05:18:26.074/* CDOResource@_kbcgkQkMEe-bzopYCigSfg:0v1("test")2024-05-03 05:18:26.074/2024-05-03 05:18:26.077 CDOResource@_kbcgkQkMEe-bzopYCigSfg:0v2("test")2024-05-03 05:18:26.078/* NodeA@_kbcgkgkMEe-bzopYCigSfg:0v1 2024-05-03 05:18:26.074/2024-05-03 05:18:26.077 NodeA@_kbcgkgkMEe-bzopYCigSfg:0v2 2024-05-03 05:18:26.078/* NodeA@_kbdHoAkMEe-bzopYCigSfg:0v1 2024-05-03 05:18:26.074/* NodeA@_kbdHoQkMEe-bzopYCigSfg:0v1 2024-05-03 05:18:26.074/* NodeA@_kbdHogkMEe-bzopYCigSfg:0v1 2024-05-03 05:18:26.074/* NodeA@_kbdHowkMEe-bzopYCigSfg:0v1 2024-05-03 05:18:26.074/* NodeA@_kbdHpAkMEe-bzopYCigSfg:0v1 2024-05-03 05:18:26.074/2024-05-03 05:18:26.077 CDOResourceFolder@_kbj1UAkMEe-bzopYCigSfg:0v1("Bugzilla_323930_Test_testRemoveXRefByReplace_PrecedingAdd")2024-05-03 05:18:26.086/* CDOResource@_kbj1UQkMEe-bzopYCigSfg:0v1("test")2024-05-03 05:18:26.086/* NodeA@_kbj1UgkMEe-bzopYCigSfg:0v1 2024-05-03 05:18:26.086/* NodeA@_kbj1UwkMEe-bzopYCigSfg:0v1 2024-05-03 05:18:26.086/* NodeA@_kbj1VAkMEe-bzopYCigSfg:0v1 2024-05-03 05:18:26.086/* NodeA@_kbj1VQkMEe-bzopYCigSfg:0v1 2024-05-03 05:18:26.086/* NodeA@_kbj1VgkMEe-bzopYCigSfg:0v1 2024-05-03 05:18:26.086/* NodeA@_kbj1VwkMEe-bzopYCigSfg:0v1 2024-05-03 05:18:26.086/* ******************************************************* Bugzilla_323958_Test.testAdditionFromTransactionHandler [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Bugzilla_323958_Test.testModificationFromTransactionHandler [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_324084_Test.testXRefMergeManyValueTest [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Bugzilla_324084_Test.testXRefMergeSingleValueTest [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_324544_Test.testCommitRefresh [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Bugzilla_324585_Test.testUpdate [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_324635_Test.testTargetGoalDeltaVersion [H2-branching-ranges-uuids, JVM, Native] ******************************************************* server-thread-319 [debug] moveOneUp add historic entry at: 1 ******************************************************* Bugzilla_324756_Test.testReattachBranchVersion [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_324756_Test.testReattachBranchVersion2 [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_325603_Test.testModifyResource [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_325866_Test.testXRefReattachBranch [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Bugzilla_325866_Test.testXRefReattachBranchLevel2 [H2-branching-ranges-uuids, JVM, Native] ******************************************************* server-thread-408 [debug] moveOneUp add historic entry at: 1 server-thread-408 [debug] moveOneUp add historic entry at: 2 ******************************************************* Bugzilla_326518_Test.testIndexBranchMerge [H2-branching-ranges-uuids, JVM, Native] ******************************************************* server-thread-49 [debug] moveOneUp add historic entry at: 1 ## ChangeSet: * New objects: 1 - ContainedElementNoOpposite@_mJR7YAkMEe-bzopYCigSfg:0v0 * Changed objects: 1 - CDORevisionDelta[GenRefMultiContained@_l_peQgkMEe-bzopYCigSfg:0v2 --> [CDOFeatureDelta[elements, LIST, originSize=2, list=[CDOFeatureDelta[elements, REMOVE, value=_l_qFUAkMEe-bzopYCigSfg, index=1], CDOFeatureDelta[elements, ADD, value=_mJR7YAkMEe-bzopYCigSfg, index=0]]]]] * Detached objects: 1 - ContainedElementNoOpposite@_mJR7YAkMEe-bzopYCigSfg:0v0 ContainedElementNoOpposite@_mJR7YAkMEe-bzopYCigSfg ContainedElementNoOpposite@_mJTJgAkMEe-bzopYCigSfg ******************************************************* Bugzilla_326743_Test.testDefaultValue [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Bugzilla_327604_Test.testReadObjects [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] Skipped Bugzilla_327604_Test.testReadObjects [H2-branching-ranges-uuids, JVM, Native] ******************************************************* Bugzilla_328790_Test.test_newThenAdd1 [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Bugzilla_328790_Test.test_newThenAdd2 [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_328790_Test.test_newThenClear [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_329752_Test.testLoadContainedBeforeContainer [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_329869_Test.testDuplicateID [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_330052_Test.test_auditView [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_330052_Test.test_otherView [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_331619_Test.testAbstractXRef [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_333157_Test.testResourceFolderUpdate [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_333950_Test.testOpposites [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ---> instanceA: _mVsmwgkMEe-bzopYCigSfg ---> instanceB: _mVsmwwkMEe-bzopYCigSfg ******************************************************* Bugzilla_334608_Test.testOpposites [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_334995_Test.testRename [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_334995_Test.testURIClash [H2-branching-ranges-uuids, JVM, Native] ******************************************************* Persisted resource: CDOResource@_mWX8MQkMEe-bzopYCigSfg("cdo://repo1/Bugzilla_334995_Test_testURIClash/resA") newObjects: _mWbmkAkMEe-bzopYCigSfg=CDOResource@_mWbmkAkMEe-bzopYCigSfg[NEW]("cdo://repo1/Bugzilla_334995_Test_testURIClash/resB"), state: NEW _mWbmkQkMEe-bzopYCigSfg=Supplier@_mWbmkQkMEe-bzopYCigSfg[NEW], state: NEW resources: CDOResource@_mWbmkAkMEe-bzopYCigSfg[NEW]("cdo://repo1/Bugzilla_334995_Test_testURIClash/resB") [WARN] URI clash: resource being instantiated had same URI as a resource already present locally; local resource was renamed from resB to resB~renamed Remote resource: CDOResource@_mWX8MQkMEe-bzopYCigSfg("cdo://repo1/Bugzilla_334995_Test_testURIClash/resB") Local resource: CDOResource@_mWbmkAkMEe-bzopYCigSfg[NEW]("cdo://repo1/Bugzilla_334995_Test_testURIClash/resB~renamed") newObjects: _mWbmkAkMEe-bzopYCigSfg=CDOResource@_mWbmkAkMEe-bzopYCigSfg[NEW]("cdo://repo1/Bugzilla_334995_Test_testURIClash/resB~renamed"), state: NEW _mWbmkQkMEe-bzopYCigSfg=Supplier@_mWbmkQkMEe-bzopYCigSfg[NEW], state: NEW resources: CDOResource@_mWbmkAkMEe-bzopYCigSfg[NEW]("cdo://repo1/Bugzilla_334995_Test_testURIClash/resB~renamed") CDOResource@_mWX8MQkMEe-bzopYCigSfg("cdo://repo1/Bugzilla_334995_Test_testURIClash/resB") ******************************************************* Bugzilla_335004_Test.testDuplicatePackageInSystem [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_335772_Test.testMapEntryAddition [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_335772_Test.testMapEntryAdditionPersistence [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_335772_Test.testMapEntryReplacement [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_335772_Test.testMapEntryReplacementPersistence [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_336314_Test.test1 [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_336314_Test.test2 [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_336382_Test.testPromoteToBranch [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_336590_Test.test [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ---> New object: OrderDetail@_mX_s0gkMEe-bzopYCigSfg[NEW] ---> listDelta: CDOFeatureDelta[orderDetails, REMOVE, value=_mX93ogkMEe-bzopYCigSfg, index=0] ******************************************************* Bugzilla_337054_Test.testCDOElementProxies [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_337523_Test.testRootResource_loadByID [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_337587_Test.testRevisionCompare [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_338779_Test.test_passiveUpdate_additions [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_338779_Test.test_passiveUpdate_changes [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_338779_Test.test_passiveUpdate_invalidations [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_338779_Test.test_refresh [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_338884_Test.test_canHandleUnset [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_338884_Test.test_multi [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_338884_Test.test_nonBidiMultiRef_newTarget [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_338884_Test.test_nonBidiSingleRef_newTarget [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_338884_Test.test_single [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_338921_Test.testLoadResourceAfterClearOnCleanResourceSet [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_338921_Test.testLoadResourceAfterClearOnDirtyResourceSet [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_338921_Test.testLoadResourceAfterSingleRemoval [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_338921_Test.testRemoveDirtyResourceOnResourceSetWithMultipleResource [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_338921_Test.testRemoveDirtyResourceOnResourceSetWithSingleResource [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_339313_Test.test [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_339461_Test.test [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_339908_Test.testIDAttribute [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_340961_Test.testMultiUserWork [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Bugzilla_340961_Test.testObjectChildren [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Bugzilla_341875_Test.test [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Bugzilla_341995_Test.test [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_342130_Test.test [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_342135_Test.testDetachedCommitInfo [H2-branching-ranges-uuids, JVM, Native] ******************************************************* Commit info: CommitInfo[2024-05-03 05:18:41.625 (1714713521625), Branch[id=0, name=MAIN], null, null, null, CommitData[newPackageUnits=0, newObjects=0, changedObjects=1, detachedObjects=1]] Commit info changed objects: [CDORevisionDelta[CDOResource@_mvuQUQkMEe-bzopYCigSfg:0v1 --> [CDOFeatureDelta[contents, LIST, originSize=1, list=[CDOFeatureDelta[contents, REMOVE, value=_mvuQUgkMEe-bzopYCigSfg, index=0]]]]]] Commit info detached objects: [_mvuQUgkMEe-bzopYCigSfgv1] Loaded commit info: CommitInfo[2024-05-03 05:18:41.625 (1714713521625), Branch[id=0, name=MAIN], null, null, null, CommitData[newPackageUnits=0, newObjects=0, changedObjects=1, detachedObjects=1]] Commit info changed objects: [CDORevisionDelta[CDOResource@_mvuQUQkMEe-bzopYCigSfg:0v1 --> [CDOFeatureDelta[contents, LIST, originSize=1, list=[CDOFeatureDelta[contents, REMOVE, value=_mvuQUgkMEe-bzopYCigSfg, index=0]]]]]] Loaded commit info detached objects: [_mvuQUgkMEe-bzopYCigSfgv1] ******************************************************* Bugzilla_343084_Test.testPermissionManagerNONE [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "protectedrepo"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, repo2, repo3, repo1, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Bugzilla_343084_Test.testPermissionManagerREAD [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "protectedrepo"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, repo2, repo3, repo1, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Bugzilla_343084_Test.testPermissionManagerWRITE [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "protectedrepo"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, repo2, repo3, repo1, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Bugzilla_343332_Test.test [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Bugzilla_343471_Test.test [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_347964_Test.testIndexDeletion [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_349793_Test.testOpeningTransactionDuringInvalidation [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_349804_Test.testDeadlockWithLocking [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [ERROR] Fail on purpose java.lang.IllegalArgumentException: Fail on purpose at org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_349804_Test$Failure.handleTransactionBeforeCommitting(Bugzilla_349804_Test.java:165) at org.eclipse.emf.cdo.internal.server.Repository.notifyWriteAccessHandlers(Repository.java:1894) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.notifyBeforeCommitting(TransactionCommitContext.java:584) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.applyIDMappings(TransactionCommitContext.java:545) at org.eclipse.emf.cdo.spi.server.StoreAccessor.applyIDMappings(StoreAccessor.java:207) at org.eclipse.emf.cdo.server.internal.db.DBStoreAccessor.applyIDMappings(DBStoreAccessor.java:357) at org.eclipse.emf.cdo.spi.server.StoreAccessor.doWrite(StoreAccessor.java:96) at org.eclipse.emf.cdo.server.internal.db.DBStoreAccessor.doWrite(DBStoreAccessor.java:724) at org.eclipse.emf.cdo.spi.server.StoreAccessorBase.write(StoreAccessorBase.java:144) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.writeAccessor(TransactionCommitContext.java:1894) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.write(TransactionCommitContext.java:839) at org.eclipse.emf.cdo.spi.server.InternalCommitContext$1.runLoop(InternalCommitContext.java:49) at org.eclipse.emf.cdo.spi.server.InternalCommitContext$1.runLoop(InternalCommitContext.java:1) at org.eclipse.net4j.util.om.monitor.ProgressDistributor.run(ProgressDistributor.java:95) at org.eclipse.emf.cdo.internal.server.Repository.commitUnsynced(Repository.java:1562) at org.eclipse.emf.cdo.internal.server.Repository.commit(Repository.java:1550) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicatingCommit(CommitTransactionIndication.java:283) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicating(CommitTransactionIndication.java:96) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerIndicationWithMonitoring.indicating(CDOServerIndicationWithMonitoring.java:118) at org.eclipse.net4j.signal.IndicationWithMonitoring.indicating(IndicationWithMonitoring.java:62) at org.eclipse.net4j.signal.IndicationWithResponse.doExtendedInput(IndicationWithResponse.java:94) at org.eclipse.net4j.signal.Signal.doInput(Signal.java:434) at org.eclipse.net4j.signal.IndicationWithResponse.execute(IndicationWithResponse.java:72) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) ******************************************************* Bugzilla_349804_Test.testInvalidation [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [ERROR] Fail on purpose java.lang.IllegalArgumentException: Fail on purpose at org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_349804_Test$Failure.handleTransactionBeforeCommitting(Bugzilla_349804_Test.java:165) at org.eclipse.emf.cdo.internal.server.Repository.notifyWriteAccessHandlers(Repository.java:1894) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.notifyBeforeCommitting(TransactionCommitContext.java:584) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.applyIDMappings(TransactionCommitContext.java:545) at org.eclipse.emf.cdo.spi.server.StoreAccessor.applyIDMappings(StoreAccessor.java:207) at org.eclipse.emf.cdo.server.internal.db.DBStoreAccessor.applyIDMappings(DBStoreAccessor.java:357) at org.eclipse.emf.cdo.spi.server.StoreAccessor.doWrite(StoreAccessor.java:96) at org.eclipse.emf.cdo.server.internal.db.DBStoreAccessor.doWrite(DBStoreAccessor.java:724) at org.eclipse.emf.cdo.spi.server.StoreAccessorBase.write(StoreAccessorBase.java:144) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.writeAccessor(TransactionCommitContext.java:1894) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.write(TransactionCommitContext.java:839) at org.eclipse.emf.cdo.spi.server.InternalCommitContext$1.runLoop(InternalCommitContext.java:49) at org.eclipse.emf.cdo.spi.server.InternalCommitContext$1.runLoop(InternalCommitContext.java:1) at org.eclipse.net4j.util.om.monitor.ProgressDistributor.run(ProgressDistributor.java:95) at org.eclipse.emf.cdo.internal.server.Repository.commitUnsynced(Repository.java:1562) at org.eclipse.emf.cdo.internal.server.Repository.commit(Repository.java:1550) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicatingCommit(CommitTransactionIndication.java:283) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicating(CommitTransactionIndication.java:96) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerIndicationWithMonitoring.indicating(CDOServerIndicationWithMonitoring.java:118) at org.eclipse.net4j.signal.IndicationWithMonitoring.indicating(IndicationWithMonitoring.java:62) at org.eclipse.net4j.signal.IndicationWithResponse.doExtendedInput(IndicationWithResponse.java:94) at org.eclipse.net4j.signal.Signal.doInput(Signal.java:434) at org.eclipse.net4j.signal.IndicationWithResponse.execute(IndicationWithResponse.java:72) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) ******************************************************* Bugzilla_350027_Test.testMoveFromLeftToRight [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_350137_Test.testDefault [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_350137_Test.testExplicitZero [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_350987_Test.testRestoringReferences [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_351067_Test.testCommitBlob [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_351096_Test.testCommit2Blob [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_351096_Test.testCommit2Clob [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_351921_Test.testDefaultValueNull [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_352204_Test.testWithReconstructSavepoints [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] Using /tmp/tmp17081095223971202582 for push transaction repo1:19:1 [INFO] Using /tmp/tmp17081095223971202582 for push transaction repo1:20:1 ******************************************************* Bugzilla_352204_Test.testWithoutReconstructSavepoints [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] Using /tmp/tmp2650078730040101080 for push transaction repo1:22:1 [INFO] Using /tmp/tmp2650078730040101080 for push transaction repo1:23:1 ******************************************************* Bugzilla_352303_Test.testReadBlob [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_352832_Test.testNewSingle [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_354395_Test.testContains [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_354395_Test.testIndexOf [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_355045_Test.testLockOnCommitOfSingleNewObject [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_355045_Test.testRecursiveLockOfObjectsTreeContainingASubTreeOfNewObjects [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_355045_Test.testRecursiveLockOnCommitOfNewObjectsTree [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_359669_Test.testReloadFromIndex [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_359669_Test.testReloadFromIndexComplex [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_359966_Test.testWithReconstructSavepoints [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] Using /tmp/tmp8604797913243676001 for push transaction repo1:39:1 [INFO] Using /tmp/tmp8604797913243676001 for push transaction repo1:40:1 ******************************************************* Bugzilla_359966_Test.testWithoutPushTransaction [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_359966_Test.testWithoutReconstructSavepoints [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] Using /tmp/tmp2074498926145615319 for push transaction repo1:43:1 [INFO] Using /tmp/tmp2074498926145615319 for push transaction repo1:44:1 ******************************************************* Bugzilla_361819_Test.testDoubleRefreshBug [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_362270_Test.testNotifierNotACDOLegacyAdapter [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_362270b_Test.testRollback [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_362270c_Test.testNotifierNotACDOLegacyAdapter [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_362293_Test.testNewSingle [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_363287_Test.testDetach [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_363355_Test.testCDOTransactionDirtyOnInvalidation [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_363355_Test.testCannotModifyFrozenRevisionOnInvalidation [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_365204_Test.testAuditViewTimeSwitch [H2-branching-ranges-uuids, JVM, Native] ******************************************************* Category@_m511ogkMEe-bzopYCigSfg:0v2 Category@_m511ogkMEe-bzopYCigSfg:0v3 ******************************************************* Bugzilla_365832_Test.testWithReconstructSavepoints [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] Using /tmp/tmp15071116835269911456 for push transaction repo1:64:1 [INFO] Using /tmp/tmp15071116835269911456 for push transaction repo1:65:1 ******************************************************* Bugzilla_365832_Test.testWithoutPushTransaction [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_365832_Test.testWithoutReconstructSavepoints [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] Using /tmp/tmp2198593357362857269 for push transaction repo1:68:1 [INFO] Using /tmp/tmp2198593357362857269 for push transaction repo1:69:1 ******************************************************* Bugzilla_367738_Test.testOldValue_Attribute [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_367738_Test.testOldValue_ContainmentControl [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_367738_Test.testOldValue_ContainmentDetach [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_367738_Test.testOldValue_ContainmentMove [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_367738_Test.testOldValue_ContainmentUncontrol [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_367738_Test.testOldValue_XRef [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_369646_Test.testSetBranchWithPCL [H2-branching-ranges-uuids, JVM, Native] ******************************************************* server-thread-408 [debug] moveOneUp add historic entry at: 4 server-thread-408 [debug] moveOneUp add historic entry at: 5 server-thread-408 [debug] moveOneUp add historic entry at: 6 server-thread-408 [debug] moveOneUp add historic entry at: 7 server-thread-408 [debug] moveOneUp add historic entry at: 8 server-thread-408 [debug] moveOneUp add historic entry at: 9 Result: [Category@_m7TOMwkMEe-bzopYCigSfg, Category@_m7TONAkMEe-bzopYCigSfg, Category@_m7TONQkMEe-bzopYCigSfg, Category@_m7TONwkMEe-bzopYCigSfg, Category@_m7TOOAkMEe-bzopYCigSfg, Category@_m7TOOQkMEe-bzopYCigSfg, Category@_m7TOOgkMEe-bzopYCigSfg, Category@_m7TOPAkMEe-bzopYCigSfg] ******************************************************* Bugzilla_369646_Test.testSetBranchWithSubBranches [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_370105_Test.testInsertInListOf5thSubBranch [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' server-thread-261 [debug] moveOneDown add historic entry at: 4 server-thread-261 [debug] moveOneDown add historic entry at: 3 server-thread-261 [debug] moveOneDown add historic entry at: 2 server-thread-261 [debug] moveOneDown add historic entry at: 1 server-thread-261 [debug] moveOneDown add historic entry at: 0 server-thread-426 [debug] moveOneDown add historic entry at: 4 server-thread-426 [debug] moveOneDown add historic entry at: 3 server-thread-426 [debug] moveOneDown add historic entry at: 2 server-thread-426 [debug] moveOneDown add historic entry at: 1 server-thread-426 [debug] moveOneDown add historic entry at: 0 server-thread-378 [debug] moveOneDown add historic entry at: 4 server-thread-378 [debug] moveOneDown add historic entry at: 3 server-thread-378 [debug] moveOneDown add historic entry at: 2 server-thread-378 [debug] moveOneDown add historic entry at: 1 server-thread-378 [debug] moveOneDown add historic entry at: 0 ******************************************************* Bugzilla_372307_Test.testMoveElementToOtherContainer [H2-branching-ranges-uuids, JVM, Native] ******************************************************* a1: A@_m8eS4QkMEe-bzopYCigSfg a2: A@_m8eS4wkMEe-bzopYCigSfg d: D@_m8eS4gkMEe-bzopYCigSfg ******************************************************* Bugzilla_372307_Test.testMoveElementToOtherContainerSingleValued [H2-branching-ranges-uuids, JVM, Native] ******************************************************* a1: B@_m8wmwQkMEe-bzopYCigSfg a2: B@_m8wmwwkMEe-bzopYCigSfg d: C@_m8wmwgkMEe-bzopYCigSfg ******************************************************* Bugzilla_373096_Test.testDragAndDrop [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_374418_Test.testControlUncontrol [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_376075_Test.testTransientPut [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_376075_Test.testTransientRemove [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_376610_Test.testRemoveAllEnumLiterals [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_376610_Test.testRemoveOneEnumLiteral [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_376620b_Test.testBoolean [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_376620b_Test.testByte [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_376620b_Test.testChar [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_376620b_Test.testDouble [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_376620b_Test.testFloat [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_376620b_Test.testInt [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_376620b_Test.testLong [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_376620b_Test.testShort [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_377173_Test.testCancelCommitWithProgressMonitor [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [ERROR] MonitorCanceledException org.eclipse.net4j.util.om.monitor.MonitorCanceledException at org.eclipse.net4j.util.om.monitor.Monitor.checkCanceled(Monitor.java:63) at org.eclipse.net4j.util.om.monitor.TimeoutMonitor.checkCanceled(TimeoutMonitor.java:116) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.AbstractMonitor.begin(AbstractMonitor.java:48) at org.eclipse.net4j.util.om.monitor.NestedMonitor.begin(NestedMonitor.java:63) at org.eclipse.emf.cdo.server.internal.db.DBStoreAccessor.writeRevisions(DBStoreAccessor.java:436) at org.eclipse.emf.cdo.server.internal.db.DBStoreAccessor.writeNewObjectRevisions(DBStoreAccessor.java:423) at org.eclipse.emf.cdo.spi.server.StoreAccessor.doWrite(StoreAccessor.java:119) at org.eclipse.emf.cdo.server.internal.db.DBStoreAccessor.doWrite(DBStoreAccessor.java:724) at org.eclipse.emf.cdo.spi.server.StoreAccessorBase.write(StoreAccessorBase.java:144) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.writeAccessor(TransactionCommitContext.java:1894) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.write(TransactionCommitContext.java:839) at org.eclipse.emf.cdo.spi.server.InternalCommitContext$1.runLoop(InternalCommitContext.java:49) at org.eclipse.emf.cdo.spi.server.InternalCommitContext$1.runLoop(InternalCommitContext.java:1) at org.eclipse.net4j.util.om.monitor.ProgressDistributor.run(ProgressDistributor.java:95) at org.eclipse.emf.cdo.internal.server.Repository.commitUnsynced(Repository.java:1562) at org.eclipse.emf.cdo.internal.server.Repository.commit(Repository.java:1550) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicatingCommit(CommitTransactionIndication.java:283) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicating(CommitTransactionIndication.java:96) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerIndicationWithMonitoring.indicating(CDOServerIndicationWithMonitoring.java:118) at org.eclipse.net4j.signal.IndicationWithMonitoring.indicating(IndicationWithMonitoring.java:62) at org.eclipse.net4j.signal.IndicationWithResponse.doExtendedInput(IndicationWithResponse.java:94) at org.eclipse.net4j.signal.Signal.doInput(Signal.java:434) at org.eclipse.net4j.signal.IndicationWithResponse.execute(IndicationWithResponse.java:72) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) [ERROR] MonitorCanceledException org.eclipse.net4j.util.om.monitor.MonitorCanceledException at org.eclipse.net4j.util.om.monitor.Monitor.checkCanceled(Monitor.java:63) at org.eclipse.net4j.util.om.monitor.TimeoutMonitor.checkCanceled(TimeoutMonitor.java:116) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.AbstractMonitor.begin(AbstractMonitor.java:48) at org.eclipse.net4j.util.om.monitor.NestedMonitor.begin(NestedMonitor.java:63) at org.eclipse.net4j.util.om.monitor.ProgressDistributor.run(ProgressDistributor.java:86) at org.eclipse.emf.cdo.internal.server.Repository.commitUnsynced(Repository.java:1562) at org.eclipse.emf.cdo.internal.server.Repository.commit(Repository.java:1550) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicatingCommit(CommitTransactionIndication.java:283) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicating(CommitTransactionIndication.java:96) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerIndicationWithMonitoring.indicating(CDOServerIndicationWithMonitoring.java:118) at org.eclipse.net4j.signal.IndicationWithMonitoring.indicating(IndicationWithMonitoring.java:62) at org.eclipse.net4j.signal.IndicationWithResponse.doExtendedInput(IndicationWithResponse.java:94) at org.eclipse.net4j.signal.Signal.doInput(Signal.java:434) at org.eclipse.net4j.signal.IndicationWithResponse.execute(IndicationWithResponse.java:72) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) ******************************************************* Bugzilla_377212_Test.testBalancedTree [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_377212_Test.testBalancedTreeLocked [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_381395_Test.testAdapterAddAfterCDOServerShutdown [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] Ignoring attempt to add adapter(s) while view is closing: org.eclipse.emf.common.notify.impl.AdapterImpl@7b835270 org.eclipse.emf.cdo.common.util.CDOException: Ignoring attempt to add adapter(s) while view is closing: org.eclipse.emf.common.notify.impl.AdapterImpl@7b835270 at org.eclipse.emf.internal.cdo.CDOObjectImpl$1NonGrowingAdapterList.ignore(CDOObjectImpl.java:1564) at org.eclipse.emf.internal.cdo.CDOObjectImpl$1NonGrowingAdapterList.add(CDOObjectImpl.java:1487) at org.eclipse.emf.internal.cdo.CDOObjectImpl$1NonGrowingAdapterList.add(CDOObjectImpl.java:1) at org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_381395_Test.testAdapterAddAfterCDOServerShutdown(Bugzilla_381395_Test.java:81) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at junit.framework.TestCase.runTest(TestCase.java:177) at org.eclipse.net4j.util.tests.AbstractOMTest.access$0(AbstractOMTest.java:1) at org.eclipse.net4j.util.tests.AbstractOMTest$3.execute(AbstractOMTest.java:315) at org.eclipse.net4j.internal.util.test.TestExecuter.execute(TestExecuter.java:40) at org.eclipse.net4j.util.tests.AbstractOMTest.runBare(AbstractOMTest.java:301) at org.eclipse.emf.cdo.tests.config.impl.ConfigTest.runBare(ConfigTest.java:648) at junit.framework.TestResult$1.protect(TestResult.java:122) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.framework.TestResult.run(TestResult.java:125) at junit.framework.TestCase.run(TestCase.java:130) at org.eclipse.net4j.util.tests.AbstractOMTest.run(AbstractOMTest.java:375) at junit.framework.TestSuite.runTest(TestSuite.java:241) at org.eclipse.emf.cdo.tests.config.impl.ConfigTestSuite$TestClassWrapper.runTest(ConfigTestSuite.java:231) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at org.eclipse.emf.cdo.tests.config.impl.ConfigTestSuite$MainSuite.run(ConfigTestSuite.java:166) at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:364) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:237) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:158) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.apache.maven.surefire.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:167) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:142) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:28) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:679) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:616) at org.eclipse.equinox.launcher.Main.run(Main.java:1492) at org.eclipse.equinox.launcher.Main.main(Main.java:1465) java.lang.IllegalStateException: JVM acceptor not found: default at org.eclipse.net4j.internal.jvm.JVMClientConnector.doBeforeActivate(JVMClientConnector.java:58) at org.eclipse.net4j.util.lifecycle.Lifecycle.internalActivate(Lifecycle.java:80) at org.eclipse.net4j.util.lifecycle.ShareableLifecycle.internalActivate(ShareableLifecycle.java:43) at org.eclipse.net4j.util.lifecycle.Lifecycle.activate(Lifecycle.java:202) at org.eclipse.net4j.util.lifecycle.LifecycleUtil.activate(LifecycleUtil.java:146) at org.eclipse.net4j.util.lifecycle.LifecycleUtil.activate(LifecycleUtil.java:136) at org.eclipse.net4j.util.container.ManagedContainer.activateElement(ManagedContainer.java:515) at org.eclipse.net4j.util.container.ManagedContainer.getElement(ManagedContainer.java:409) at org.eclipse.net4j.util.container.ManagedContainer.getElement(ManagedContainer.java:384) at org.eclipse.net4j.jvm.JVMUtil.getConnector(JVMUtil.java:41) at org.eclipse.emf.cdo.tests.config.impl.SessionConfig$Net4j$JVM.getConnector(SessionConfig.java:535) at org.eclipse.emf.cdo.tests.config.impl.SessionConfig$Net4j.stopTransport(SessionConfig.java:403) at org.eclipse.emf.cdo.tests.config.impl.SessionConfig.tearDown(SessionConfig.java:281) at org.eclipse.emf.cdo.tests.config.impl.SessionConfig$Net4j.tearDown(SessionConfig.java:478) at org.eclipse.emf.cdo.tests.config.impl.Scenario.tearDown(Scenario.java:241) at org.eclipse.emf.cdo.tests.config.impl.ConfigTest.doTearDown(ConfigTest.java:874) at org.eclipse.emf.cdo.tests.AbstractCDOTest.doTearDown(AbstractCDOTest.java:118) at org.eclipse.net4j.util.tests.AbstractOMTest.tearDown(AbstractOMTest.java:233) at org.eclipse.net4j.util.tests.AbstractOMTest$3.execute(AbstractOMTest.java:325) at org.eclipse.net4j.internal.util.test.TestExecuter.execute(TestExecuter.java:40) at org.eclipse.net4j.util.tests.AbstractOMTest.runBare(AbstractOMTest.java:301) at org.eclipse.emf.cdo.tests.config.impl.ConfigTest.runBare(ConfigTest.java:648) at junit.framework.TestResult$1.protect(TestResult.java:122) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.framework.TestResult.run(TestResult.java:125) at junit.framework.TestCase.run(TestCase.java:130) at org.eclipse.net4j.util.tests.AbstractOMTest.run(AbstractOMTest.java:375) at junit.framework.TestSuite.runTest(TestSuite.java:241) at org.eclipse.emf.cdo.tests.config.impl.ConfigTestSuite$TestClassWrapper.runTest(ConfigTestSuite.java:231) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at org.eclipse.emf.cdo.tests.config.impl.ConfigTestSuite$MainSuite.run(ConfigTestSuite.java:166) at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:364) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:237) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:158) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.apache.maven.surefire.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:167) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:142) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:28) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:679) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:616) at org.eclipse.equinox.launcher.Main.run(Main.java:1492) at org.eclipse.equinox.launcher.Main.main(Main.java:1465) ******************************************************* Bugzilla_381395_Test.testAdapterAddAfterCDOViewClosed [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] Ignoring attempt to add adapter(s) while view is closing: org.eclipse.emf.common.notify.impl.AdapterImpl@72a14209 org.eclipse.emf.cdo.common.util.CDOException: Ignoring attempt to add adapter(s) while view is closing: org.eclipse.emf.common.notify.impl.AdapterImpl@72a14209 at org.eclipse.emf.internal.cdo.CDOObjectImpl$1NonGrowingAdapterList.ignore(CDOObjectImpl.java:1564) at org.eclipse.emf.internal.cdo.CDOObjectImpl$1NonGrowingAdapterList.add(CDOObjectImpl.java:1487) at org.eclipse.emf.internal.cdo.CDOObjectImpl$1NonGrowingAdapterList.add(CDOObjectImpl.java:1) at org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_381395_Test.testAdapterAddAfterCDOViewClosed(Bugzilla_381395_Test.java:97) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at junit.framework.TestCase.runTest(TestCase.java:177) at org.eclipse.net4j.util.tests.AbstractOMTest.access$0(AbstractOMTest.java:1) at org.eclipse.net4j.util.tests.AbstractOMTest$3.execute(AbstractOMTest.java:315) at org.eclipse.net4j.internal.util.test.TestExecuter.execute(TestExecuter.java:40) at org.eclipse.net4j.util.tests.AbstractOMTest.runBare(AbstractOMTest.java:301) at org.eclipse.emf.cdo.tests.config.impl.ConfigTest.runBare(ConfigTest.java:648) at junit.framework.TestResult$1.protect(TestResult.java:122) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.framework.TestResult.run(TestResult.java:125) at junit.framework.TestCase.run(TestCase.java:130) at org.eclipse.net4j.util.tests.AbstractOMTest.run(AbstractOMTest.java:375) at junit.framework.TestSuite.runTest(TestSuite.java:241) at org.eclipse.emf.cdo.tests.config.impl.ConfigTestSuite$TestClassWrapper.runTest(ConfigTestSuite.java:231) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at org.eclipse.emf.cdo.tests.config.impl.ConfigTestSuite$MainSuite.run(ConfigTestSuite.java:166) at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:364) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:237) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:158) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.apache.maven.surefire.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:167) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:142) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:28) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:679) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:616) at org.eclipse.equinox.launcher.Main.run(Main.java:1492) at org.eclipse.equinox.launcher.Main.main(Main.java:1465) ******************************************************* Bugzilla_381395_Test.testAdapterRemoveAfterCDOServerShutdown [H2-branching-ranges-uuids, JVM, Native] ******************************************************* java.lang.IllegalStateException: JVM acceptor not found: default at org.eclipse.net4j.internal.jvm.JVMClientConnector.doBeforeActivate(JVMClientConnector.java:58) at org.eclipse.net4j.util.lifecycle.Lifecycle.internalActivate(Lifecycle.java:80) at org.eclipse.net4j.util.lifecycle.ShareableLifecycle.internalActivate(ShareableLifecycle.java:43) at org.eclipse.net4j.util.lifecycle.Lifecycle.activate(Lifecycle.java:202) at org.eclipse.net4j.util.lifecycle.LifecycleUtil.activate(LifecycleUtil.java:146) at org.eclipse.net4j.util.lifecycle.LifecycleUtil.activate(LifecycleUtil.java:136) at org.eclipse.net4j.util.container.ManagedContainer.activateElement(ManagedContainer.java:515) at org.eclipse.net4j.util.container.ManagedContainer.getElement(ManagedContainer.java:409) at org.eclipse.net4j.util.container.ManagedContainer.getElement(ManagedContainer.java:384) at org.eclipse.net4j.jvm.JVMUtil.getConnector(JVMUtil.java:41) at org.eclipse.emf.cdo.tests.config.impl.SessionConfig$Net4j$JVM.getConnector(SessionConfig.java:535) at org.eclipse.emf.cdo.tests.config.impl.SessionConfig$Net4j.stopTransport(SessionConfig.java:403) at org.eclipse.emf.cdo.tests.config.impl.SessionConfig.tearDown(SessionConfig.java:281) at org.eclipse.emf.cdo.tests.config.impl.SessionConfig$Net4j.tearDown(SessionConfig.java:478) at org.eclipse.emf.cdo.tests.config.impl.Scenario.tearDown(Scenario.java:241) at org.eclipse.emf.cdo.tests.config.impl.ConfigTest.doTearDown(ConfigTest.java:874) at org.eclipse.emf.cdo.tests.AbstractCDOTest.doTearDown(AbstractCDOTest.java:118) at org.eclipse.net4j.util.tests.AbstractOMTest.tearDown(AbstractOMTest.java:233) at org.eclipse.net4j.util.tests.AbstractOMTest$3.execute(AbstractOMTest.java:325) at org.eclipse.net4j.internal.util.test.TestExecuter.execute(TestExecuter.java:40) at org.eclipse.net4j.util.tests.AbstractOMTest.runBare(AbstractOMTest.java:301) at org.eclipse.emf.cdo.tests.config.impl.ConfigTest.runBare(ConfigTest.java:648) at junit.framework.TestResult$1.protect(TestResult.java:122) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.framework.TestResult.run(TestResult.java:125) at junit.framework.TestCase.run(TestCase.java:130) at org.eclipse.net4j.util.tests.AbstractOMTest.run(AbstractOMTest.java:375) at junit.framework.TestSuite.runTest(TestSuite.java:241) at org.eclipse.emf.cdo.tests.config.impl.ConfigTestSuite$TestClassWrapper.runTest(ConfigTestSuite.java:231) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at org.eclipse.emf.cdo.tests.config.impl.ConfigTestSuite$MainSuite.run(ConfigTestSuite.java:166) at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:364) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:237) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:158) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.apache.maven.surefire.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:167) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:142) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:28) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:679) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:616) at org.eclipse.equinox.launcher.Main.run(Main.java:1492) at org.eclipse.equinox.launcher.Main.main(Main.java:1465) ******************************************************* Bugzilla_381395_Test.testAdapterRemoveAfterCDOViewClosed [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_381472_Test.testCreateRepo [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] The CDO system tables are not found in schema "repo2"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo3, repo1, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ContainerEvent[source=jvm://default, ADDED=repo2] ******************************************************* Bugzilla_381472_Test.testCreateRepoWithPropertiesCDOID [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] The CDO system tables are not found in schema "repo2"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo3, repo1, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ContainerEvent[source=jvm://default, ADDED=repo2] ******************************************************* Bugzilla_381472_Test.testCreateRepoWithPropertiesEmpty [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] The CDO system tables are not found in schema "repo2"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo3, repo1, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ContainerEvent[source=jvm://default, ADDED=repo2] ******************************************************* Bugzilla_381472_Test.testCreateRepoWithPropertiesPrimitive [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] The CDO system tables are not found in schema "repo2"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo3, repo1, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ContainerEvent[source=jvm://default, ADDED=repo2] ******************************************************* Bugzilla_381472_Test.testCreateRepoWrongHandlerType [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [ERROR] Factory not found: org.eclipse.emf.cdo.server.admin.adminHandlers[WRONG] org.eclipse.net4j.util.container.FactoryNotFoundException: Factory not found: org.eclipse.emf.cdo.server.admin.adminHandlers[WRONG] at org.eclipse.net4j.util.container.ManagedContainer.getFactory(ManagedContainer.java:317) at org.eclipse.net4j.util.container.ManagedContainer.createElement(ManagedContainer.java:461) at org.eclipse.net4j.util.container.ManagedContainer.getElement(ManagedContainer.java:404) at org.eclipse.net4j.util.container.ManagedContainer.getElement(ManagedContainer.java:384) at org.eclipse.emf.cdo.server.internal.admin.CDOAdminServer.getAdminHandler(CDOAdminServer.java:367) at org.eclipse.emf.cdo.server.internal.admin.CDOAdminServer.doCreateRepository(CDOAdminServer.java:127) at org.eclipse.emf.cdo.spi.common.admin.AbstractCDOAdmin.createRepository(AbstractCDOAdmin.java:113) at org.eclipse.emf.cdo.server.internal.admin.protocol.CreateRepositoryIndication$1.call(CreateRepositoryIndication.java:77) at org.eclipse.emf.cdo.server.internal.admin.protocol.CreateRepositoryIndication$1.call(CreateRepositoryIndication.java:1) at org.eclipse.emf.cdo.spi.server.AuthenticationUtil$1.doCall(AuthenticationUtil.java:52) at org.eclipse.emf.cdo.spi.server.AuthenticationUtil$AuthenticatingOperation.call(AuthenticationUtil.java:82) at org.eclipse.emf.cdo.server.internal.admin.protocol.CreateRepositoryIndication.createRepository(CreateRepositoryIndication.java:80) at org.eclipse.emf.cdo.server.internal.admin.protocol.CreateRepositoryIndication.responding(CreateRepositoryIndication.java:58) at org.eclipse.net4j.signal.IndicationWithResponse.doExtendedOutput(IndicationWithResponse.java:100) at org.eclipse.net4j.signal.Signal.doOutput(Signal.java:407) at org.eclipse.net4j.signal.IndicationWithResponse.execute(IndicationWithResponse.java:74) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) ******************************************************* Bugzilla_381472_Test.testDeleteRepo [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ContainerEvent[source=jvm://default, REMOVED=repo1] ******************************************************* Bugzilla_381472_Test.testDeleteRepoWrongHandlerType [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [ERROR] Factory not found: org.eclipse.emf.cdo.server.admin.adminHandlers[WRONG] org.eclipse.net4j.util.container.FactoryNotFoundException: Factory not found: org.eclipse.emf.cdo.server.admin.adminHandlers[WRONG] at org.eclipse.net4j.util.container.ManagedContainer.getFactory(ManagedContainer.java:317) at org.eclipse.net4j.util.container.ManagedContainer.createElement(ManagedContainer.java:461) at org.eclipse.net4j.util.container.ManagedContainer.getElement(ManagedContainer.java:404) at org.eclipse.net4j.util.container.ManagedContainer.getElement(ManagedContainer.java:384) at org.eclipse.emf.cdo.server.internal.admin.CDOAdminServer.getAdminHandler(CDOAdminServer.java:367) at org.eclipse.emf.cdo.server.internal.admin.CDOAdminServer.doDeleteRepository(CDOAdminServer.java:142) at org.eclipse.emf.cdo.spi.common.admin.AbstractCDOAdmin.deleteRepository(AbstractCDOAdmin.java:129) at org.eclipse.emf.cdo.server.internal.admin.protocol.DeleteRepositoryIndication$1.call(DeleteRepositoryIndication.java:75) at org.eclipse.emf.cdo.server.internal.admin.protocol.DeleteRepositoryIndication$1.call(DeleteRepositoryIndication.java:1) at org.eclipse.emf.cdo.spi.server.AuthenticationUtil$1.doCall(AuthenticationUtil.java:52) at org.eclipse.emf.cdo.spi.server.AuthenticationUtil$AuthenticatingOperation.call(AuthenticationUtil.java:82) at org.eclipse.emf.cdo.server.internal.admin.protocol.DeleteRepositoryIndication.deleteRepository(DeleteRepositoryIndication.java:80) at org.eclipse.emf.cdo.server.internal.admin.protocol.DeleteRepositoryIndication.responding(DeleteRepositoryIndication.java:53) at org.eclipse.net4j.signal.IndicationWithResponse.doExtendedOutput(IndicationWithResponse.java:100) at org.eclipse.net4j.signal.Signal.doOutput(Signal.java:407) at org.eclipse.net4j.signal.IndicationWithResponse.execute(IndicationWithResponse.java:74) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) ******************************************************* Bugzilla_381472_Test.testInitial [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Bugzilla_381472_Test.testRepoAdded [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] The CDO system tables are not found in schema "repo2"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo3, repo1, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Bugzilla_381472_Test.testRepoAddedAdded [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] The CDO system tables are not found in schema "repo2"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo3, repo1, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] The CDO system tables are not found in schema "repo3"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo1, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Bugzilla_381472_Test.testRepoAddedEvent [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] The CDO system tables are not found in schema "repo2"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo3, repo1, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ContainerEvent[source=jvm://default, ADDED=repo2] ******************************************************* Bugzilla_381472_Test.testRepoAddedRemoved [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] The CDO system tables are not found in schema "repo2"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo3, repo1, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Bugzilla_381472_Test.testRepoAddedRemovedAdded [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] The CDO system tables are not found in schema "repo2"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo3, repo1, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] The CDO system tables are not found in schema "repo2"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo3, repo1, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Bugzilla_381472_Test.testRepoAddedRemovedAddedOther [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] The CDO system tables are not found in schema "repo2"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo3, repo1, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] The CDO system tables are not found in schema "repo3"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo1, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Bugzilla_381472_Test.testRepoRemovedEvent [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ContainerEvent[source=jvm://default, REMOVED=repo1] ******************************************************* Bugzilla_381472_Test.testRepoStateChangedEvent [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' RepositoryStateChangedEvent[source=repo1] ******************************************************* Bugzilla_381472_Test.testRepoTypeChangedEvent [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' RepositoryTypeChangedEvent[source=repo1] ******************************************************* Bugzilla_383370_Test.testSecondLevel [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Bugzilla_383370_Test.testSecondLevelWithChildren [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_383370_Test.testTopLevel [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_383370_Test.testTopLevelWithChildren [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_384496_Test.testSimplest [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_385268_Test.testDetachment [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_385268_Test.testReattachment [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_385268_Test.testReattachment2 [H2-branching-ranges-uuids, JVM, Native] ******************************************************* Main RemoteUser Main ******************************************************* Bugzilla_387563_Test.testPartialLockOnCommit [H2-branching-ranges-uuids, JVM, Native] ******************************************************* category1 --> _o2w1UwkMEe-bzopYCigSfg category2 --> _o2w1VAkMEe-bzopYCigSfg category4 --> _o2w1VQkMEe-bzopYCigSfg category6 --> _o2w1VgkMEe-bzopYCigSfg category5 --> _o2w1VwkMEe-bzopYCigSfg category7 --> _o2w1WAkMEe-bzopYCigSfg category3 --> _o2w1WQkMEe-bzopYCigSfg category8 --> _o2w1WgkMEe-bzopYCigSfg category10 --> _o2w1WwkMEe-bzopYCigSfg category9 --> _o2w1XAkMEe-bzopYCigSfg category11 --> _o2w1XQkMEe-bzopYCigSfg ******************************************************* Bugzilla_387563_Test.testPartialUnlockOnCommit [H2-branching-ranges-uuids, JVM, Native] ******************************************************* category1 --> _o2278wkMEe-bzopYCigSfg category2 --> _o2279AkMEe-bzopYCigSfg category4 --> _o2279QkMEe-bzopYCigSfg category6 --> _o2279gkMEe-bzopYCigSfg category5 --> _o2279wkMEe-bzopYCigSfg category7 --> _o227-AkMEe-bzopYCigSfg category3 --> _o227-QkMEe-bzopYCigSfg category8 --> _o227-gkMEe-bzopYCigSfg category10 --> _o227-wkMEe-bzopYCigSfg category9 --> _o227_AkMEe-bzopYCigSfg category11 --> _o227_QkMEe-bzopYCigSfg ******************************************************* Bugzilla_387563b_Test.testExplicitLockingAndUnlockingOfNewObject [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_387563b_Test.testExplicitLockingOfNewObject [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_387563b_Test.testExplicitLockingOfNewObjectExemption [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_387563b_Test.testNoImplicitLockingOfNewObject [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_387564_Test.testLockEventAfterInvalidationEventDifferentSession [H2-branching-ranges-uuids, JVM, Native] ******************************************************* Initial Changed ******************************************************* Bugzilla_387564_Test.testLockEventAfterInvalidationEventSameSession [H2-branching-ranges-uuids, JVM, Native] ******************************************************* Initial Changed ******************************************************* Bugzilla_390185_Test.testInvalidationDeadlock [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_390283_Test.testAddAfterRemove [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_390283_Test.testRemoveFromMiddle [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_392956_Test.testPartialPersistence [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_395685_Test.testCorrectOldValue [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_395999_Test.testTwiceGetCDOResourceOnResourceSetImpl [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_395999_Test.testTwiceGetXMIResourceOnResourceSetImpl [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_396181_Test.testCreatePersist [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_397232_Test.testLoadNotification [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_397822_Test.testClear_attribute [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_397822_Test.testRemoveAll_attribute [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_397822_Test.testRemoveAll_containment [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_399279_Test.testRemoveAdapterViewsClosedAndResourcesRemoved [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_399279_Test.testRemoveAdapterWhileResourcesStillLoaded [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_399279_Test.testRemoveAdapterWhileViewStillOpen [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_399470_Test.testUnload [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] Security realm created in /security [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] Security realm created in /security [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] Security realm created in /security ******************************************************* Bugzilla_399641_Test.testContainerAwareFactories [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_399641_Test.testNet4jSessionFactory [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_399956_Test.testDetachment [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Bugzilla_400236_Test.testCommit [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_400311_Test.testOneFeature [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_400311_Test.testTwoFeaturesUndoOne [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_400311b_Test.testTouchModificationDoNotMakeObjectsDirtyOnMultiValuedAttribute [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_400311b_Test.testTouchModificationDoNotMakeObjectsDirtyOnMultiValuedAttributeMove [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_400311b_Test.testTouchModificationDoNotMakeObjectsDirtyOnMultiValuedEnum [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_400311b_Test.testTouchModificationDoNotMakeObjectsDirtyOnMultiValuedEnumMove [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_400311b_Test.testTouchModificationDoNotMakeObjectsDirtyOnMultiValuedReference [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_400311b_Test.testTouchModificationDoNotMakeObjectsDirtyOnMultiValuedReferenceMove [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_400311b_Test.testTouchModificationDoNotMakeObjectsDirtyOnSingleValuedAttribute [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_400311b_Test.testTouchModificationDoNotMakeObjectsDirtyOnSingleValuedEnum [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_400311b_Test.testTouchModificationDoNotMakeObjectsDirtyOnSingleValuedReference [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_400311b_Test.testUndoRevertsToCleanStateOnComplexModifications [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_400311b_Test.testUndoRevertsToCleanStateOnMultiValuedAttribute [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_400311b_Test.testUndoRevertsToCleanStateOnMultiValuedAttributeMove [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_400311b_Test.testUndoRevertsToCleanStateOnMultiValuedEnum [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_400311b_Test.testUndoRevertsToCleanStateOnMultiValuedEnumMove [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_400311b_Test.testUndoRevertsToCleanStateOnMultiValuedReference [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_400311b_Test.testUndoRevertsToCleanStateOnMultiValuedReferenceMove [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_400311b_Test.testUndoRevertsToCleanStateOnObjectCreation [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_400311b_Test.testUndoRevertsToCleanStateOnObjectDeletion [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_400311b_Test.testUndoRevertsToCleanStateOnSingleValuedAttribute [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_400311b_Test.testUndoRevertsToCleanStateOnSingleValuedEnum [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_400311b_Test.testUndoRevertsToCleanStateOnSingleValuedReference [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_402142_Test.testCheckLockByOther [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_402142_Test.testCheckLockByOtherAfterLockUnlock [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_402142_Test.testLockUnlockOnElementMovedBetweenResources [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_402670_Test.testRollbackOfBooleanValueChange [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_404318_Test.testUnloadedEClass [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_405191_Test.testAllTypesSetAndDefault [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_405191_Test.testAllTypesSetAndDefaultEMF [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_405191_Test.testAllTypesSetAndNull [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_405191_Test.testAllTypesSetAndUnset [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_405191_Test.testSetNonDefaultNullString [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_405400_Test.testRecreateCDOResource [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_405400_Test.testRecreateCDOResourceSeparateSession [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_405543_Test.testIsSetOnUnsettableReference [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_405543_Test.testIsSetOnUnsettableReference2 [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_405543_Test.testIsUnsetOnUnsettableReference [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_405606_Test.testUnchunkedRevisionWithPCL [H2-branching-ranges-uuids, JVM, Native] ******************************************************* Unchunked: false Unchunked: true Test 0 Test 1 Test 2 Test 3 Test 4 Test 5 Test 6 Test 7 Test 8 Test 9 ******************************************************* Bugzilla_405850_Test.testIndexOutOfBounds [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_407157_Test.testUndoRedo [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_408534_Test.testListElementMove [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_409284_Test.testContainmentCycle [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_409287_Test.testListenersOnRollback [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_411927_Test.testWithFailureAfterTimeStamp [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [ERROR] org.h2.jdbc.JdbcSQLException: Timeout trying to lock table "cdo_commit_infos"; SQL statement: INSERT INTO "repo1"."cdo_commit_infos"("commit_time", "previous_time", "branch_id", "user_id", "commit_comment", "merged_branch", "merged_time") VALUES (?, ?, ?, ?, ?, ?, ?) [50200-168] org.eclipse.net4j.db.DBException: org.h2.jdbc.JdbcSQLException: Timeout trying to lock table "cdo_commit_infos"; SQL statement: INSERT INTO "repo1"."cdo_commit_infos"("commit_time", "previous_time", "branch_id", "user_id", "commit_comment", "merged_branch", "merged_time") VALUES (?, ?, ?, ?, ?, ?, ?) [50200-168] at org.eclipse.emf.cdo.server.internal.db.CommitInfoTable.writeCommitInfo(CommitInfoTable.java:107) at org.eclipse.emf.cdo.server.internal.db.DBStoreAccessor.writeCommitInfo(DBStoreAccessor.java:384) at org.eclipse.emf.cdo.spi.server.StoreAccessor.doWrite(StoreAccessor.java:84) at org.eclipse.emf.cdo.server.internal.db.DBStoreAccessor.doWrite(DBStoreAccessor.java:724) at org.eclipse.emf.cdo.spi.server.StoreAccessorBase.write(StoreAccessorBase.java:144) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.writeAccessor(TransactionCommitContext.java:1894) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.write(TransactionCommitContext.java:839) at org.eclipse.emf.cdo.spi.server.InternalCommitContext$1.runLoop(InternalCommitContext.java:49) at org.eclipse.emf.cdo.spi.server.InternalCommitContext$1.runLoop(InternalCommitContext.java:1) at org.eclipse.net4j.util.om.monitor.ProgressDistributor.run(ProgressDistributor.java:95) at org.eclipse.emf.cdo.internal.server.Repository.commitUnsynced(Repository.java:1562) at org.eclipse.emf.cdo.internal.server.Repository.commit(Repository.java:1550) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicatingCommit(CommitTransactionIndication.java:283) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicating(CommitTransactionIndication.java:96) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerIndicationWithMonitoring.indicating(CDOServerIndicationWithMonitoring.java:118) at org.eclipse.net4j.signal.IndicationWithMonitoring.indicating(IndicationWithMonitoring.java:62) at org.eclipse.net4j.signal.IndicationWithResponse.doExtendedInput(IndicationWithResponse.java:94) at org.eclipse.net4j.signal.Signal.doInput(Signal.java:434) at org.eclipse.net4j.signal.IndicationWithResponse.execute(IndicationWithResponse.java:72) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) Caused by: org.h2.jdbc.JdbcSQLException: Timeout trying to lock table "cdo_commit_infos"; SQL statement: INSERT INTO "repo1"."cdo_commit_infos"("commit_time", "previous_time", "branch_id", "user_id", "commit_comment", "merged_branch", "merged_time") VALUES (?, ?, ?, ?, ?, ?, ?) [50200-168] at org.h2.message.DbException.getJdbcSQLException(DbException.java:329) at org.h2.message.DbException.get(DbException.java:169) at org.h2.message.DbException.get(DbException.java:146) at org.h2.table.RegularTable.doLock(RegularTable.java:500) at org.h2.table.RegularTable.lock(RegularTable.java:434) at org.h2.command.dml.Insert.insertRows(Insert.java:123) at org.h2.command.dml.Insert.update(Insert.java:84) at org.h2.command.CommandContainer.update(CommandContainer.java:75) at org.h2.command.Command.executeUpdate(Command.java:230) at org.h2.jdbc.JdbcPreparedStatement.executeUpdateInternal(JdbcPreparedStatement.java:156) at org.h2.jdbc.JdbcPreparedStatement.executeUpdate(JdbcPreparedStatement.java:142) at org.eclipse.net4j.db.jdbc.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:89) at org.eclipse.net4j.db.DBUtil.update(DBUtil.java:1018) at org.eclipse.emf.cdo.server.internal.db.CommitInfoTable.writeCommitInfo(CommitInfoTable.java:103) ... 24 more [ERROR] org.h2.jdbc.JdbcSQLException: Timeout trying to lock table "cdo_commit_infos"; SQL statement: INSERT INTO "repo1"."cdo_commit_infos"("commit_time", "previous_time", "branch_id", "user_id", "commit_comment", "merged_branch", "merged_time") VALUES (?, ?, ?, ?, ?, ?, ?) [50200-168] org.eclipse.net4j.db.DBException: org.h2.jdbc.JdbcSQLException: Timeout trying to lock table "cdo_commit_infos"; SQL statement: INSERT INTO "repo1"."cdo_commit_infos"("commit_time", "previous_time", "branch_id", "user_id", "commit_comment", "merged_branch", "merged_time") VALUES (?, ?, ?, ?, ?, ?, ?) [50200-168] at org.eclipse.emf.cdo.server.internal.db.CommitInfoTable.writeCommitInfo(CommitInfoTable.java:107) at org.eclipse.emf.cdo.server.internal.db.DBStoreAccessor.writeCommitInfo(DBStoreAccessor.java:384) at org.eclipse.emf.cdo.spi.server.StoreAccessor.doWrite(StoreAccessor.java:84) at org.eclipse.emf.cdo.server.internal.db.DBStoreAccessor.doWrite(DBStoreAccessor.java:724) at org.eclipse.emf.cdo.spi.server.StoreAccessorBase.write(StoreAccessorBase.java:144) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.writeAccessor(TransactionCommitContext.java:1894) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.write(TransactionCommitContext.java:839) at org.eclipse.emf.cdo.spi.server.InternalCommitContext$1.runLoop(InternalCommitContext.java:49) at org.eclipse.emf.cdo.spi.server.InternalCommitContext$1.runLoop(InternalCommitContext.java:1) at org.eclipse.net4j.util.om.monitor.ProgressDistributor.run(ProgressDistributor.java:95) at org.eclipse.emf.cdo.internal.server.Repository.commitUnsynced(Repository.java:1562) at org.eclipse.emf.cdo.internal.server.Repository.commit(Repository.java:1550) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicatingCommit(CommitTransactionIndication.java:283) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicating(CommitTransactionIndication.java:96) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerIndicationWithMonitoring.indicating(CDOServerIndicationWithMonitoring.java:118) at org.eclipse.net4j.signal.IndicationWithMonitoring.indicating(IndicationWithMonitoring.java:62) at org.eclipse.net4j.signal.IndicationWithResponse.doExtendedInput(IndicationWithResponse.java:94) at org.eclipse.net4j.signal.Signal.doInput(Signal.java:434) at org.eclipse.net4j.signal.IndicationWithResponse.execute(IndicationWithResponse.java:72) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) Caused by: org.h2.jdbc.JdbcSQLException: Timeout trying to lock table "cdo_commit_infos"; SQL statement: INSERT INTO "repo1"."cdo_commit_infos"("commit_time", "previous_time", "branch_id", "user_id", "commit_comment", "merged_branch", "merged_time") VALUES (?, ?, ?, ?, ?, ?, ?) [50200-168] at org.h2.message.DbException.getJdbcSQLException(DbException.java:329) at org.h2.message.DbException.get(DbException.java:169) at org.h2.message.DbException.get(DbException.java:146) at org.h2.table.RegularTable.doLock(RegularTable.java:500) at org.h2.table.RegularTable.lock(RegularTable.java:434) at org.h2.command.dml.Insert.insertRows(Insert.java:123) at org.h2.command.dml.Insert.update(Insert.java:84) at org.h2.command.CommandContainer.update(CommandContainer.java:75) at org.h2.command.Command.executeUpdate(Command.java:230) at org.h2.jdbc.JdbcPreparedStatement.executeUpdateInternal(JdbcPreparedStatement.java:156) at org.h2.jdbc.JdbcPreparedStatement.executeUpdate(JdbcPreparedStatement.java:142) at org.eclipse.net4j.db.jdbc.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:89) at org.eclipse.net4j.db.DBUtil.update(DBUtil.java:1018) at org.eclipse.emf.cdo.server.internal.db.CommitInfoTable.writeCommitInfo(CommitInfoTable.java:103) ... 24 more [ERROR] org.h2.jdbc.JdbcSQLException: Timeout trying to lock table "cdo_commit_infos"; SQL statement: INSERT INTO "repo1"."cdo_commit_infos"("commit_time", "previous_time", "branch_id", "user_id", "commit_comment", "merged_branch", "merged_time") VALUES (?, ?, ?, ?, ?, ?, ?) [50200-168] org.eclipse.net4j.db.DBException: org.h2.jdbc.JdbcSQLException: Timeout trying to lock table "cdo_commit_infos"; SQL statement: INSERT INTO "repo1"."cdo_commit_infos"("commit_time", "previous_time", "branch_id", "user_id", "commit_comment", "merged_branch", "merged_time") VALUES (?, ?, ?, ?, ?, ?, ?) [50200-168] at org.eclipse.emf.cdo.server.internal.db.CommitInfoTable.writeCommitInfo(CommitInfoTable.java:107) at org.eclipse.emf.cdo.server.internal.db.DBStoreAccessor.writeCommitInfo(DBStoreAccessor.java:384) at org.eclipse.emf.cdo.spi.server.StoreAccessor.doWrite(StoreAccessor.java:84) at org.eclipse.emf.cdo.server.internal.db.DBStoreAccessor.doWrite(DBStoreAccessor.java:724) at org.eclipse.emf.cdo.spi.server.StoreAccessorBase.write(StoreAccessorBase.java:144) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.writeAccessor(TransactionCommitContext.java:1894) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.write(TransactionCommitContext.java:839) at org.eclipse.emf.cdo.spi.server.InternalCommitContext$1.runLoop(InternalCommitContext.java:49) at org.eclipse.emf.cdo.spi.server.InternalCommitContext$1.runLoop(InternalCommitContext.java:1) at org.eclipse.net4j.util.om.monitor.ProgressDistributor.run(ProgressDistributor.java:95) at org.eclipse.emf.cdo.internal.server.Repository.commitUnsynced(Repository.java:1562) at org.eclipse.emf.cdo.internal.server.Repository.commit(Repository.java:1550) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicatingCommit(CommitTransactionIndication.java:283) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicating(CommitTransactionIndication.java:96) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerIndicationWithMonitoring.indicating(CDOServerIndicationWithMonitoring.java:118) at org.eclipse.net4j.signal.IndicationWithMonitoring.indicating(IndicationWithMonitoring.java:62) at org.eclipse.net4j.signal.IndicationWithResponse.doExtendedInput(IndicationWithResponse.java:94) at org.eclipse.net4j.signal.Signal.doInput(Signal.java:434) at org.eclipse.net4j.signal.IndicationWithResponse.execute(IndicationWithResponse.java:72) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) Caused by: org.h2.jdbc.JdbcSQLException: Timeout trying to lock table "cdo_commit_infos"; SQL statement: INSERT INTO "repo1"."cdo_commit_infos"("commit_time", "previous_time", "branch_id", "user_id", "commit_comment", "merged_branch", "merged_time") VALUES (?, ?, ?, ?, ?, ?, ?) [50200-168] at org.h2.message.DbException.getJdbcSQLException(DbException.java:329) at org.h2.message.DbException.get(DbException.java:169) at org.h2.message.DbException.get(DbException.java:146) at org.h2.table.RegularTable.doLock(RegularTable.java:500) at org.h2.table.RegularTable.lock(RegularTable.java:434) at org.h2.command.dml.Insert.insertRows(Insert.java:123) at org.h2.command.dml.Insert.update(Insert.java:84) at org.h2.command.CommandContainer.update(CommandContainer.java:75) at org.h2.command.Command.executeUpdate(Command.java:230) at org.h2.jdbc.JdbcPreparedStatement.executeUpdateInternal(JdbcPreparedStatement.java:156) at org.h2.jdbc.JdbcPreparedStatement.executeUpdate(JdbcPreparedStatement.java:142) at org.eclipse.net4j.db.jdbc.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:89) at org.eclipse.net4j.db.DBUtil.update(DBUtil.java:1018) at org.eclipse.emf.cdo.server.internal.db.CommitInfoTable.writeCommitInfo(CommitInfoTable.java:103) ... 24 more [ERROR] org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 10001 millis org.eclipse.net4j.util.om.monitor.MonitorCanceledException: org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 10001 millis at org.eclipse.net4j.util.om.monitor.Monitor.checkCanceled(Monitor.java:58) at org.eclipse.net4j.util.om.monitor.TimeoutMonitor.checkCanceled(TimeoutMonitor.java:116) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.AbstractMonitor.begin(AbstractMonitor.java:48) at org.eclipse.net4j.util.om.monitor.NestedMonitor.begin(NestedMonitor.java:63) at org.eclipse.net4j.util.om.monitor.ProgressDistributor.run(ProgressDistributor.java:86) at org.eclipse.emf.cdo.internal.server.Repository.commitUnsynced(Repository.java:1562) at org.eclipse.emf.cdo.internal.server.Repository.commit(Repository.java:1550) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicatingCommit(CommitTransactionIndication.java:283) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicating(CommitTransactionIndication.java:96) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerIndicationWithMonitoring.indicating(CDOServerIndicationWithMonitoring.java:118) at org.eclipse.net4j.signal.IndicationWithMonitoring.indicating(IndicationWithMonitoring.java:62) at org.eclipse.net4j.signal.IndicationWithResponse.doExtendedInput(IndicationWithResponse.java:94) at org.eclipse.net4j.signal.Signal.doInput(Signal.java:434) at org.eclipse.net4j.signal.IndicationWithResponse.execute(IndicationWithResponse.java:72) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) Caused by: org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 10001 millis at org.eclipse.net4j.util.om.monitor.TimeoutMonitor.handleTimeout(TimeoutMonitor.java:121) at org.eclipse.net4j.util.om.monitor.TimeoutMonitor$1.handleTimeout(TimeoutMonitor.java:61) at org.eclipse.net4j.util.concurrent.Timeouter$1.run(Timeouter.java:89) at java.base/java.util.TimerThread.mainLoop(Timer.java:566) at java.base/java.util.TimerThread.run(Timer.java:516) [ERROR] org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 10001 millis org.eclipse.net4j.util.om.monitor.MonitorCanceledException: org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 10001 millis at org.eclipse.net4j.util.om.monitor.Monitor.checkCanceled(Monitor.java:58) at org.eclipse.net4j.util.om.monitor.TimeoutMonitor.checkCanceled(TimeoutMonitor.java:116) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.AbstractMonitor.begin(AbstractMonitor.java:48) at org.eclipse.net4j.util.om.monitor.NestedMonitor.begin(NestedMonitor.java:63) at org.eclipse.net4j.util.om.monitor.ProgressDistributor.run(ProgressDistributor.java:86) at org.eclipse.emf.cdo.internal.server.Repository.commitUnsynced(Repository.java:1562) at org.eclipse.emf.cdo.internal.server.Repository.commit(Repository.java:1550) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicatingCommit(CommitTransactionIndication.java:283) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicating(CommitTransactionIndication.java:96) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerIndicationWithMonitoring.indicating(CDOServerIndicationWithMonitoring.java:118) at org.eclipse.net4j.signal.IndicationWithMonitoring.indicating(IndicationWithMonitoring.java:62) at org.eclipse.net4j.signal.IndicationWithResponse.doExtendedInput(IndicationWithResponse.java:94) at org.eclipse.net4j.signal.Signal.doInput(Signal.java:434) at org.eclipse.net4j.signal.IndicationWithResponse.execute(IndicationWithResponse.java:72) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) Caused by: org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 10001 millis at org.eclipse.net4j.util.om.monitor.TimeoutMonitor.handleTimeout(TimeoutMonitor.java:121) at org.eclipse.net4j.util.om.monitor.TimeoutMonitor$1.handleTimeout(TimeoutMonitor.java:61) at org.eclipse.net4j.util.concurrent.Timeouter$1.run(Timeouter.java:89) at java.base/java.util.TimerThread.mainLoop(Timer.java:566) at java.base/java.util.TimerThread.run(Timer.java:516) [ERROR] org.h2.jdbc.JdbcSQLException: Timeout trying to lock table "cdo_commit_infos"; SQL statement: INSERT INTO "repo1"."cdo_commit_infos"("commit_time", "previous_time", "branch_id", "user_id", "commit_comment", "merged_branch", "merged_time") VALUES (?, ?, ?, ?, ?, ?, ?) [50200-168] org.eclipse.net4j.db.DBException: org.h2.jdbc.JdbcSQLException: Timeout trying to lock table "cdo_commit_infos"; SQL statement: INSERT INTO "repo1"."cdo_commit_infos"("commit_time", "previous_time", "branch_id", "user_id", "commit_comment", "merged_branch", "merged_time") VALUES (?, ?, ?, ?, ?, ?, ?) [50200-168] at org.eclipse.emf.cdo.server.internal.db.CommitInfoTable.writeCommitInfo(CommitInfoTable.java:107) at org.eclipse.emf.cdo.server.internal.db.DBStoreAccessor.writeCommitInfo(DBStoreAccessor.java:384) at org.eclipse.emf.cdo.spi.server.StoreAccessor.doWrite(StoreAccessor.java:84) at org.eclipse.emf.cdo.server.internal.db.DBStoreAccessor.doWrite(DBStoreAccessor.java:724) at org.eclipse.emf.cdo.spi.server.StoreAccessorBase.write(StoreAccessorBase.java:144) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.writeAccessor(TransactionCommitContext.java:1894) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.write(TransactionCommitContext.java:839) at org.eclipse.emf.cdo.spi.server.InternalCommitContext$1.runLoop(InternalCommitContext.java:49) at org.eclipse.emf.cdo.spi.server.InternalCommitContext$1.runLoop(InternalCommitContext.java:1) at org.eclipse.net4j.util.om.monitor.ProgressDistributor.run(ProgressDistributor.java:95) at org.eclipse.emf.cdo.internal.server.Repository.commitUnsynced(Repository.java:1562) at org.eclipse.emf.cdo.internal.server.Repository.commit(Repository.java:1550) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicatingCommit(CommitTransactionIndication.java:283) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicating(CommitTransactionIndication.java:96) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerIndicationWithMonitoring.indicating(CDOServerIndicationWithMonitoring.java:118) at org.eclipse.net4j.signal.IndicationWithMonitoring.indicating(IndicationWithMonitoring.java:62) at org.eclipse.net4j.signal.IndicationWithResponse.doExtendedInput(IndicationWithResponse.java:94) at org.eclipse.net4j.signal.Signal.doInput(Signal.java:434) at org.eclipse.net4j.signal.IndicationWithResponse.execute(IndicationWithResponse.java:72) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) Caused by: org.h2.jdbc.JdbcSQLException: Timeout trying to lock table "cdo_commit_infos"; SQL statement: INSERT INTO "repo1"."cdo_commit_infos"("commit_time", "previous_time", "branch_id", "user_id", "commit_comment", "merged_branch", "merged_time") VALUES (?, ?, ?, ?, ?, ?, ?) [50200-168] at org.h2.message.DbException.getJdbcSQLException(DbException.java:329) at org.h2.message.DbException.get(DbException.java:169) at org.h2.message.DbException.get(DbException.java:146) at org.h2.table.RegularTable.doLock(RegularTable.java:500) at org.h2.table.RegularTable.lock(RegularTable.java:434) at org.h2.command.dml.Insert.insertRows(Insert.java:123) at org.h2.command.dml.Insert.update(Insert.java:84) at org.h2.command.CommandContainer.update(CommandContainer.java:75) at org.h2.command.Command.executeUpdate(Command.java:230) at org.h2.jdbc.JdbcPreparedStatement.executeUpdateInternal(JdbcPreparedStatement.java:156) at org.h2.jdbc.JdbcPreparedStatement.executeUpdate(JdbcPreparedStatement.java:142) at org.eclipse.net4j.db.jdbc.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:89) at org.eclipse.net4j.db.DBUtil.update(DBUtil.java:1018) at org.eclipse.emf.cdo.server.internal.db.CommitInfoTable.writeCommitInfo(CommitInfoTable.java:103) ... 24 more org.eclipse.emf.cdo.util.CommitException: Rollback in DBStore: org.eclipse.net4j.db.DBException: org.h2.jdbc.JdbcSQLException: Timeout trying to lock table "cdo_commit_infos"; SQL statement: INSERT INTO "repo1"."cdo_commit_infos"("commit_time", "previous_time", "branch_id", "user_id", "commit_comment", "merged_branch", "merged_time") VALUES (?, ?, ?, ?, ?, ?, ?) [50200-168] at org.eclipse.emf.cdo.server.internal.db.CommitInfoTable.writeCommitInfo(CommitInfoTable.java:107) at org.eclipse.emf.cdo.server.internal.db.DBStoreAccessor.writeCommitInfo(DBStoreAccessor.java:384) at org.eclipse.emf.cdo.spi.server.StoreAccessor.doWrite(StoreAccessor.java:84) at org.eclipse.emf.cdo.server.internal.db.DBStoreAccessor.doWrite(DBStoreAccessor.java:724) at org.eclipse.emf.cdo.spi.server.StoreAccessorBase.write(StoreAccessorBase.java:144) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.writeAccessor(TransactionCommitContext.java:1894) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.write(TransactionCommitContext.java:839) at org.eclipse.emf.cdo.spi.server.InternalCommitContext$1.runLoop(InternalCommitContext.java:49) at org.eclipse.emf.cdo.spi.server.InternalCommitContext$1.runLoop(InternalCommitContext.java:1) at org.eclipse.net4j.util.om.monitor.ProgressDistributor.run(ProgressDistributor.java:95) at org.eclipse.emf.cdo.internal.server.Repository.commitUnsynced(Repository.java:1562) at org.eclipse.emf.cdo.internal.server.Repository.commit(Repository.java:1550) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicatingCommit(CommitTransactionIndication.java:283) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicating(CommitTransactionIndication.java:96) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerIndicationWithMonitoring.indicating(CDOServerIndicationWithMonitoring.java:118) at org.eclipse.net4j.signal.IndicationWithMonitoring.indicating(IndicationWithMonitoring.java:62) at org.eclipse.net4j.signal.IndicationWithResponse.doExtendedInput(IndicationWithResponse.java:94) at org.eclipse.net4j.signal.Signal.doInput(Signal.java:434) at org.eclipse.net4j.signal.IndicationWithResponse.execute(IndicationWithResponse.java:72) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) Caused by: org.h2.jdbc.JdbcSQLException: Timeout trying to lock table "cdo_commit_infos"; SQL statement: INSERT INTO "repo1"."cdo_commit_infos"("commit_time", "previous_time", "branch_id", "user_id", "commit_comment", "merged_branch", "merged_time") VALUES (?, ?, ?, ?, ?, ?, ?) [50200-168] at org.h2.message.DbException.getJdbcSQLException(DbException.java:329) at org.h2.message.DbException.get(DbException.java:169) at org.h2.message.DbException.get(DbException.java:146) at org.h2.table.RegularTable.doLock(RegularTable.java:500) at org.h2.table.RegularTable.lock(RegularTable.java:434) at org.h2.command.dml.Insert.insertRows(Insert.java:123) at org.h2.command.dml.Insert.update(Insert.java:84) at org.h2.command.CommandContainer.update(CommandContainer.java:75) at org.h2.command.Command.executeUpdate(Command.java:230) at org.h2.jdbc.JdbcPreparedStatement.executeUpdateInternal(JdbcPreparedStatement.java:156) at org.h2.jdbc.JdbcPreparedStatement.executeUpdate(JdbcPreparedStatement.java:142) at org.eclipse.net4j.db.jdbc.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:89) at org.eclipse.net4j.db.DBUtil.update(DBUtil.java:1018) at org.eclipse.emf.cdo.server.internal.db.CommitInfoTable.writeCommitInfo(CommitInfoTable.java:103) ... 24 more at org.eclipse.emf.internal.cdo.transaction.CDOSingleTransactionStrategyImpl.commit(CDOSingleTransactionStrategyImpl.java:99) at org.eclipse.emf.internal.cdo.transaction.CDOTransactionImpl.commitSynced(CDOTransactionImpl.java:1812) at org.eclipse.emf.internal.cdo.transaction.CDOTransactionImpl.commitAfterResolveConflicts(CDOTransactionImpl.java:1771) at org.eclipse.emf.internal.cdo.transaction.CDOTransactionImpl.commit(CDOTransactionImpl.java:1702) at org.eclipse.emf.internal.cdo.transaction.CDOTransactionImpl.commit(CDOTransactionImpl.java:1693) at org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_411927_Test$GoodClient.run(Bugzilla_411927_Test.java:201) org.eclipse.emf.cdo.util.CommitException: Rollback in DBStore: org.eclipse.net4j.db.DBException: org.h2.jdbc.JdbcSQLException: Timeout trying to lock table "cdo_commit_infos"; SQL statement: INSERT INTO "repo1"."cdo_commit_infos"("commit_time", "previous_time", "branch_id", "user_id", "commit_comment", "merged_branch", "merged_time") VALUES (?, ?, ?, ?, ?, ?, ?) [50200-168] at org.eclipse.emf.cdo.server.internal.db.CommitInfoTable.writeCommitInfo(CommitInfoTable.java:107) at org.eclipse.emf.cdo.server.internal.db.DBStoreAccessor.writeCommitInfo(DBStoreAccessor.java:384) at org.eclipse.emf.cdo.spi.server.StoreAccessor.doWrite(StoreAccessor.java:84) at org.eclipse.emf.cdo.server.internal.db.DBStoreAccessor.doWrite(DBStoreAccessor.java:724) at org.eclipse.emf.cdo.spi.server.StoreAccessorBase.write(StoreAccessorBase.java:144) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.writeAccessor(TransactionCommitContext.java:1894) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.write(TransactionCommitContext.java:839) at org.eclipse.emf.cdo.spi.server.InternalCommitContext$1.runLoop(InternalCommitContext.java:49) at org.eclipse.emf.cdo.spi.server.InternalCommitContext$1.runLoop(InternalCommitContext.java:1) at org.eclipse.net4j.util.om.monitor.ProgressDistributor.run(ProgressDistributor.java:95) at org.eclipse.emf.cdo.internal.server.Repository.commitUnsynced(Repository.java:1562) at org.eclipse.emf.cdo.internal.server.Repository.commit(Repository.java:1550) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicatingCommit(CommitTransactionIndication.java:283) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicating(CommitTransactionIndication.java:96) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerIndicationWithMonitoring.indicating(CDOServerIndicationWithMonitoring.java:118) at org.eclipse.net4j.signal.IndicationWithMonitoring.indicating(IndicationWithMonitoring.java:62) at org.eclipse.net4j.signal.IndicationWithResponse.doExtendedInput(IndicationWithResponse.java:94) at org.eclipse.net4j.signal.Signal.doInput(Signal.java:434) at org.eclipse.net4j.signal.IndicationWithResponse.execute(IndicationWithResponse.java:72) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) Caused by: org.h2.jdbc.JdbcSQLException: Timeout trying to lock table "cdo_commit_infos"; SQL statement: INSERT INTO "repo1"."cdo_commit_infos"("commit_time", "previous_time", "branch_id", "user_id", "commit_comment", "merged_branch", "merged_time") VALUES (?, ?, ?, ?, ?, ?, ?) [50200-168] at org.h2.message.DbException.getJdbcSQLException(DbException.java:329) at org.h2.message.DbException.get(DbException.java:169) at org.h2.message.DbException.get(DbException.java:146) at org.h2.table.RegularTable.doLock(RegularTable.java:500) at org.h2.table.RegularTable.lock(RegularTable.java:434) at org.h2.command.dml.Insert.insertRows(Insert.java:123) at org.h2.command.dml.Insert.update(Insert.java:84) at org.h2.command.CommandContainer.update(CommandContainer.java:75) at org.h2.command.Command.executeUpdate(Command.java:230) at org.h2.jdbc.JdbcPreparedStatement.executeUpdateInternal(JdbcPreparedStatement.java:156) at org.h2.jdbc.JdbcPreparedStatement.executeUpdate(JdbcPreparedStatement.java:142) at org.eclipse.net4j.db.jdbc.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:89) at org.eclipse.net4j.db.DBUtil.update(DBUtil.java:1018) at org.eclipse.emf.cdo.server.internal.db.CommitInfoTable.writeCommitInfo(CommitInfoTable.java:103) ... 24 more at org.eclipse.emf.internal.cdo.transaction.CDOSingleTransactionStrategyImpl.commit(CDOSingleTransactionStrategyImpl.java:99) at org.eclipse.emf.internal.cdo.transaction.CDOTransactionImpl.commitSynced(CDOTransactionImpl.java:1812) at org.eclipse.emf.internal.cdo.transaction.CDOTransactionImpl.commitAfterResolveConflicts(CDOTransactionImpl.java:1771) at org.eclipse.emf.internal.cdo.transaction.CDOTransactionImpl.commit(CDOTransactionImpl.java:1702) at org.eclipse.emf.internal.cdo.transaction.CDOTransactionImpl.commit(CDOTransactionImpl.java:1693) at org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_411927_Test$GoodClient.run(Bugzilla_411927_Test.java:201) [ERROR] org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 10001 millis org.eclipse.net4j.util.om.monitor.MonitorCanceledException: org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 10001 millis at org.eclipse.net4j.util.om.monitor.Monitor.checkCanceled(Monitor.java:58) at org.eclipse.net4j.util.om.monitor.TimeoutMonitor.checkCanceled(TimeoutMonitor.java:116) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.AbstractMonitor.begin(AbstractMonitor.java:48) at org.eclipse.net4j.util.om.monitor.NestedMonitor.begin(NestedMonitor.java:63) at org.eclipse.emf.cdo.server.internal.db.DBStoreAccessor.writePackageUnits(DBStoreAccessor.java:735) at org.eclipse.emf.cdo.spi.server.StoreAccessor.doWrite(StoreAccessor.java:85) at org.eclipse.emf.cdo.server.internal.db.DBStoreAccessor.doWrite(DBStoreAccessor.java:724) at org.eclipse.emf.cdo.spi.server.StoreAccessorBase.write(StoreAccessorBase.java:144) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.writeAccessor(TransactionCommitContext.java:1894) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.write(TransactionCommitContext.java:839) at org.eclipse.emf.cdo.spi.server.InternalCommitContext$1.runLoop(InternalCommitContext.java:49) at org.eclipse.emf.cdo.spi.server.InternalCommitContext$1.runLoop(InternalCommitContext.java:1) at org.eclipse.net4j.util.om.monitor.ProgressDistributor.run(ProgressDistributor.java:95) at org.eclipse.emf.cdo.internal.server.Repository.commitUnsynced(Repository.java:1562) at org.eclipse.emf.cdo.internal.server.Repository.commit(Repository.java:1550) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicatingCommit(CommitTransactionIndication.java:283) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicating(CommitTransactionIndication.java:96) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerIndicationWithMonitoring.indicating(CDOServerIndicationWithMonitoring.java:118) at org.eclipse.net4j.signal.IndicationWithMonitoring.indicating(IndicationWithMonitoring.java:62) at org.eclipse.net4j.signal.IndicationWithResponse.doExtendedInput(IndicationWithResponse.java:94) at org.eclipse.net4j.signal.Signal.doInput(Signal.java:434) at org.eclipse.net4j.signal.IndicationWithResponse.execute(IndicationWithResponse.java:72) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) Caused by: org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 10001 millis at org.eclipse.net4j.util.om.monitor.TimeoutMonitor.handleTimeout(TimeoutMonitor.java:121) at org.eclipse.net4j.util.om.monitor.TimeoutMonitor$1.handleTimeout(TimeoutMonitor.java:61) at org.eclipse.net4j.util.concurrent.Timeouter$1.run(Timeouter.java:89) at java.base/java.util.TimerThread.mainLoop(Timer.java:566) at java.base/java.util.TimerThread.run(Timer.java:516) org.eclipse.emf.cdo.util.CommitException: org.eclipse.net4j.signal.RemoteException: org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 10001 millis at org.eclipse.emf.internal.cdo.transaction.CDOTransactionImpl.commitSynced(CDOTransactionImpl.java:1870) at org.eclipse.emf.internal.cdo.transaction.CDOTransactionImpl.commitAfterResolveConflicts(CDOTransactionImpl.java:1771) at org.eclipse.emf.internal.cdo.transaction.CDOTransactionImpl.commit(CDOTransactionImpl.java:1702) at org.eclipse.emf.internal.cdo.transaction.CDOTransactionImpl.commit(CDOTransactionImpl.java:1693) at org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_411927_Test$GoodClient.run(Bugzilla_411927_Test.java:201) Caused by: org.eclipse.net4j.signal.RemoteException: org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 10001 millis at org.eclipse.net4j.signal.RequestWithConfirmation.getRemoteException(RequestWithConfirmation.java:158) at org.eclipse.net4j.signal.RequestWithConfirmation.setRemoteException(RequestWithConfirmation.java:139) at org.eclipse.net4j.signal.SignalProtocol.handleRemoteException(SignalProtocol.java:582) at org.eclipse.net4j.signal.RemoteExceptionIndication.indicating(RemoteExceptionIndication.java:52) at org.eclipse.net4j.signal.Indication.doExtendedInput(Indication.java:57) at org.eclipse.net4j.signal.Signal.doInput(Signal.java:434) at org.eclipse.net4j.signal.Indication.execute(Indication.java:51) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) Caused by: org.eclipse.net4j.util.om.monitor.MonitorCanceledException: org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 10001 millis at org.eclipse.net4j.util.om.monitor.Monitor.checkCanceled(Monitor.java:58) at org.eclipse.net4j.util.om.monitor.TimeoutMonitor.checkCanceled(TimeoutMonitor.java:116) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.AbstractMonitor.begin(AbstractMonitor.java:48) at org.eclipse.net4j.util.om.monitor.NestedMonitor.begin(NestedMonitor.java:63) at org.eclipse.net4j.util.om.monitor.ProgressDistributor.run(ProgressDistributor.java:86) at org.eclipse.emf.cdo.internal.server.Repository.commitUnsynced(Repository.java:1562) at org.eclipse.emf.cdo.internal.server.Repository.commit(Repository.java:1550) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicatingCommit(CommitTransactionIndication.java:283) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicating(CommitTransactionIndication.java:96) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerIndicationWithMonitoring.indicating(CDOServerIndicationWithMonitoring.java:118) at org.eclipse.net4j.signal.IndicationWithMonitoring.indicating(IndicationWithMonitoring.java:62) at org.eclipse.net4j.signal.IndicationWithResponse.doExtendedInput(IndicationWithResponse.java:94) at org.eclipse.net4j.signal.Signal.doInput(Signal.java:434) at org.eclipse.net4j.signal.IndicationWithResponse.execute(IndicationWithResponse.java:72) ... 6 more Caused by: org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 10001 millis at org.eclipse.net4j.util.om.monitor.TimeoutMonitor.handleTimeout(TimeoutMonitor.java:121) at org.eclipse.net4j.util.om.monitor.TimeoutMonitor$1.handleTimeout(TimeoutMonitor.java:61) at org.eclipse.net4j.util.concurrent.Timeouter$1.run(Timeouter.java:89) at java.base/java.util.TimerThread.mainLoop(Timer.java:566) at java.base/java.util.TimerThread.run(Timer.java:516) [ERROR] org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 10001 millis org.eclipse.net4j.util.om.monitor.MonitorCanceledException: org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 10001 millis at org.eclipse.net4j.util.om.monitor.Monitor.checkCanceled(Monitor.java:58) at org.eclipse.net4j.util.om.monitor.TimeoutMonitor.checkCanceled(TimeoutMonitor.java:116) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.AbstractMonitor.begin(AbstractMonitor.java:48) at org.eclipse.net4j.util.om.monitor.NestedMonitor.begin(NestedMonitor.java:63) at org.eclipse.emf.cdo.server.internal.db.DBStoreAccessor.writePackageUnits(DBStoreAccessor.java:735) at org.eclipse.emf.cdo.spi.server.StoreAccessor.doWrite(StoreAccessor.java:85) at org.eclipse.emf.cdo.server.internal.db.DBStoreAccessor.doWrite(DBStoreAccessor.java:724) at org.eclipse.emf.cdo.spi.server.StoreAccessorBase.write(StoreAccessorBase.java:144) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.writeAccessor(TransactionCommitContext.java:1894) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.write(TransactionCommitContext.java:839) at org.eclipse.emf.cdo.spi.server.InternalCommitContext$1.runLoop(InternalCommitContext.java:49) at org.eclipse.emf.cdo.spi.server.InternalCommitContext$1.runLoop(InternalCommitContext.java:1) at org.eclipse.net4j.util.om.monitor.ProgressDistributor.run(ProgressDistributor.java:95) at org.eclipse.emf.cdo.internal.server.Repository.commitUnsynced(Repository.java:1562) at org.eclipse.emf.cdo.internal.server.Repository.commit(Repository.java:1550) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicatingCommit(CommitTransactionIndication.java:283) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicating(CommitTransactionIndication.java:96) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerIndicationWithMonitoring.indicating(CDOServerIndicationWithMonitoring.java:118) at org.eclipse.net4j.signal.IndicationWithMonitoring.indicating(IndicationWithMonitoring.java:62) at org.eclipse.net4j.signal.IndicationWithResponse.doExtendedInput(IndicationWithResponse.java:94) at org.eclipse.net4j.signal.Signal.doInput(Signal.java:434) at org.eclipse.net4j.signal.IndicationWithResponse.execute(IndicationWithResponse.java:72) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) Caused by: org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 10001 millis at org.eclipse.net4j.util.om.monitor.TimeoutMonitor.handleTimeout(TimeoutMonitor.java:121) at org.eclipse.net4j.util.om.monitor.TimeoutMonitor$1.handleTimeout(TimeoutMonitor.java:61) at org.eclipse.net4j.util.concurrent.Timeouter$1.run(Timeouter.java:89) at java.base/java.util.TimerThread.mainLoop(Timer.java:566) at java.base/java.util.TimerThread.run(Timer.java:516) [ERROR] org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 10001 millis org.eclipse.net4j.util.om.monitor.MonitorCanceledException: org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 10001 millis at org.eclipse.net4j.util.om.monitor.Monitor.checkCanceled(Monitor.java:58) at org.eclipse.net4j.util.om.monitor.TimeoutMonitor.checkCanceled(TimeoutMonitor.java:116) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.AbstractMonitor.begin(AbstractMonitor.java:48) at org.eclipse.net4j.util.om.monitor.NestedMonitor.begin(NestedMonitor.java:63) at org.eclipse.net4j.util.om.monitor.ProgressDistributor.run(ProgressDistributor.java:86) at org.eclipse.emf.cdo.internal.server.Repository.commitUnsynced(Repository.java:1562) at org.eclipse.emf.cdo.internal.server.Repository.commit(Repository.java:1550) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicatingCommit(CommitTransactionIndication.java:283) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicating(CommitTransactionIndication.java:96) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerIndicationWithMonitoring.indicating(CDOServerIndicationWithMonitoring.java:118) at org.eclipse.net4j.signal.IndicationWithMonitoring.indicating(IndicationWithMonitoring.java:62) at org.eclipse.net4j.signal.IndicationWithResponse.doExtendedInput(IndicationWithResponse.java:94) at org.eclipse.net4j.signal.Signal.doInput(Signal.java:434) at org.eclipse.net4j.signal.IndicationWithResponse.execute(IndicationWithResponse.java:72) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) Caused by: org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 10001 millis at org.eclipse.net4j.util.om.monitor.TimeoutMonitor.handleTimeout(TimeoutMonitor.java:121) at org.eclipse.net4j.util.om.monitor.TimeoutMonitor$1.handleTimeout(TimeoutMonitor.java:61) at org.eclipse.net4j.util.concurrent.Timeouter$1.run(Timeouter.java:89) at java.base/java.util.TimerThread.mainLoop(Timer.java:566) at java.base/java.util.TimerThread.run(Timer.java:516) [ERROR] org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 10001 millis org.eclipse.net4j.util.om.monitor.MonitorCanceledException: org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 10001 millis at org.eclipse.net4j.util.om.monitor.Monitor.checkCanceled(Monitor.java:58) at org.eclipse.net4j.util.om.monitor.TimeoutMonitor.checkCanceled(TimeoutMonitor.java:116) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.AbstractMonitor.begin(AbstractMonitor.java:48) at org.eclipse.net4j.util.om.monitor.NestedMonitor.begin(NestedMonitor.java:63) at org.eclipse.emf.cdo.server.internal.db.DBStoreAccessor.writePackageUnits(DBStoreAccessor.java:735) at org.eclipse.emf.cdo.spi.server.StoreAccessor.doWrite(StoreAccessor.java:85) at org.eclipse.emf.cdo.server.internal.db.DBStoreAccessor.doWrite(DBStoreAccessor.java:724) at org.eclipse.emf.cdo.spi.server.StoreAccessorBase.write(StoreAccessorBase.java:144) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.writeAccessor(TransactionCommitContext.java:1894) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.write(TransactionCommitContext.java:839) at org.eclipse.emf.cdo.spi.server.InternalCommitContext$1.runLoop(InternalCommitContext.java:49) at org.eclipse.emf.cdo.spi.server.InternalCommitContext$1.runLoop(InternalCommitContext.java:1) at org.eclipse.net4j.util.om.monitor.ProgressDistributor.run(ProgressDistributor.java:95) at org.eclipse.emf.cdo.internal.server.Repository.commitUnsynced(Repository.java:1562) at org.eclipse.emf.cdo.internal.server.Repository.commit(Repository.java:1550) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicatingCommit(CommitTransactionIndication.java:283) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicating(CommitTransactionIndication.java:96) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerIndicationWithMonitoring.indicating(CDOServerIndicationWithMonitoring.java:118) at org.eclipse.net4j.signal.IndicationWithMonitoring.indicating(IndicationWithMonitoring.java:62) at org.eclipse.net4j.signal.IndicationWithResponse.doExtendedInput(IndicationWithResponse.java:94) at org.eclipse.net4j.signal.Signal.doInput(Signal.java:434) at org.eclipse.net4j.signal.IndicationWithResponse.execute(IndicationWithResponse.java:72) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) Caused by: org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 10001 millis at org.eclipse.net4j.util.om.monitor.TimeoutMonitor.handleTimeout(TimeoutMonitor.java:121) at org.eclipse.net4j.util.om.monitor.TimeoutMonitor$1.handleTimeout(TimeoutMonitor.java:61) at org.eclipse.net4j.util.concurrent.Timeouter$1.run(Timeouter.java:89) at java.base/java.util.TimerThread.mainLoop(Timer.java:566) at java.base/java.util.TimerThread.run(Timer.java:516) [ERROR] org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 10001 millis org.eclipse.net4j.util.om.monitor.MonitorCanceledException: org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 10001 millis at org.eclipse.net4j.util.om.monitor.Monitor.checkCanceled(Monitor.java:58) at org.eclipse.net4j.util.om.monitor.TimeoutMonitor.checkCanceled(TimeoutMonitor.java:116) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.AbstractMonitor.begin(AbstractMonitor.java:48) at org.eclipse.net4j.util.om.monitor.NestedMonitor.begin(NestedMonitor.java:63) at org.eclipse.net4j.util.om.monitor.ProgressDistributor.run(ProgressDistributor.java:86) at org.eclipse.emf.cdo.internal.server.Repository.commitUnsynced(Repository.java:1562) at org.eclipse.emf.cdo.internal.server.Repository.commit(Repository.java:1550) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicatingCommit(CommitTransactionIndication.java:283) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicating(CommitTransactionIndication.java:96) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerIndicationWithMonitoring.indicating(CDOServerIndicationWithMonitoring.java:118) at org.eclipse.net4j.signal.IndicationWithMonitoring.indicating(IndicationWithMonitoring.java:62) at org.eclipse.net4j.signal.IndicationWithResponse.doExtendedInput(IndicationWithResponse.java:94) at org.eclipse.net4j.signal.Signal.doInput(Signal.java:434) at org.eclipse.net4j.signal.IndicationWithResponse.execute(IndicationWithResponse.java:72) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) Caused by: org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 10001 millis at org.eclipse.net4j.util.om.monitor.TimeoutMonitor.handleTimeout(TimeoutMonitor.java:121) at org.eclipse.net4j.util.om.monitor.TimeoutMonitor$1.handleTimeout(TimeoutMonitor.java:61) at org.eclipse.net4j.util.concurrent.Timeouter$1.run(Timeouter.java:89) at java.base/java.util.TimerThread.mainLoop(Timer.java:566) at java.base/java.util.TimerThread.run(Timer.java:516) [ERROR] org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 10001 millis org.eclipse.net4j.util.om.monitor.MonitorCanceledException: org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 10001 millis at org.eclipse.net4j.util.om.monitor.Monitor.checkCanceled(Monitor.java:58) at org.eclipse.net4j.util.om.monitor.TimeoutMonitor.checkCanceled(TimeoutMonitor.java:116) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.AbstractMonitor.begin(AbstractMonitor.java:48) at org.eclipse.net4j.util.om.monitor.NestedMonitor.begin(NestedMonitor.java:63) at org.eclipse.net4j.util.om.monitor.ProgressDistributor.run(ProgressDistributor.java:86) at org.eclipse.emf.cdo.internal.server.Repository.commitUnsynced(Repository.java:1562) at org.eclipse.emf.cdo.internal.server.Repository.commit(Repository.java:1550) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicatingCommit(CommitTransactionIndication.java:283) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicating(CommitTransactionIndication.java:96) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerIndicationWithMonitoring.indicating(CDOServerIndicationWithMonitoring.java:118) at org.eclipse.net4j.signal.IndicationWithMonitoring.indicating(IndicationWithMonitoring.java:62) at org.eclipse.net4j.signal.IndicationWithResponse.doExtendedInput(IndicationWithResponse.java:94) at org.eclipse.net4j.signal.Signal.doInput(Signal.java:434) at org.eclipse.net4j.signal.IndicationWithResponse.execute(IndicationWithResponse.java:72) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) Caused by: org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 10001 millis at org.eclipse.net4j.util.om.monitor.TimeoutMonitor.handleTimeout(TimeoutMonitor.java:121) at org.eclipse.net4j.util.om.monitor.TimeoutMonitor$1.handleTimeout(TimeoutMonitor.java:61) at org.eclipse.net4j.util.concurrent.Timeouter$1.run(Timeouter.java:89) at java.base/java.util.TimerThread.mainLoop(Timer.java:566) at java.base/java.util.TimerThread.run(Timer.java:516) [ERROR] org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 10001 millis org.eclipse.net4j.util.om.monitor.MonitorCanceledException: org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 10001 millis at org.eclipse.net4j.util.om.monitor.Monitor.checkCanceled(Monitor.java:58) at org.eclipse.net4j.util.om.monitor.TimeoutMonitor.checkCanceled(TimeoutMonitor.java:116) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.AbstractMonitor.begin(AbstractMonitor.java:48) at org.eclipse.net4j.util.om.monitor.NestedMonitor.begin(NestedMonitor.java:63) at org.eclipse.emf.cdo.server.internal.db.DBStoreAccessor.writePackageUnits(DBStoreAccessor.java:735) at org.eclipse.emf.cdo.spi.server.StoreAccessor.doWrite(StoreAccessor.java:85) at org.eclipse.emf.cdo.server.internal.db.DBStoreAccessor.doWrite(DBStoreAccessor.java:724) at org.eclipse.emf.cdo.spi.server.StoreAccessorBase.write(StoreAccessorBase.java:144) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.writeAccessor(TransactionCommitContext.java:1894) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.write(TransactionCommitContext.java:839) at org.eclipse.emf.cdo.spi.server.InternalCommitContext$1.runLoop(InternalCommitContext.java:49) at org.eclipse.emf.cdo.spi.server.InternalCommitContext$1.runLoop(InternalCommitContext.java:1) at org.eclipse.net4j.util.om.monitor.ProgressDistributor.run(ProgressDistributor.java:95) at org.eclipse.emf.cdo.internal.server.Repository.commitUnsynced(Repository.java:1562) at org.eclipse.emf.cdo.internal.server.Repository.commit(Repository.java:1550) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicatingCommit(CommitTransactionIndication.java:283) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicating(CommitTransactionIndication.java:96) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerIndicationWithMonitoring.indicating(CDOServerIndicationWithMonitoring.java:118) at org.eclipse.net4j.signal.IndicationWithMonitoring.indicating(IndicationWithMonitoring.java:62) at org.eclipse.net4j.signal.IndicationWithResponse.doExtendedInput(IndicationWithResponse.java:94) at org.eclipse.net4j.signal.Signal.doInput(Signal.java:434) at org.eclipse.net4j.signal.IndicationWithResponse.execute(IndicationWithResponse.java:72) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) Caused by: org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 10001 millis at org.eclipse.net4j.util.om.monitor.TimeoutMonitor.handleTimeout(TimeoutMonitor.java:121) at org.eclipse.net4j.util.om.monitor.TimeoutMonitor$1.handleTimeout(TimeoutMonitor.java:61) at org.eclipse.net4j.util.concurrent.Timeouter$1.run(Timeouter.java:89) at java.base/java.util.TimerThread.mainLoop(Timer.java:566) at java.base/java.util.TimerThread.run(Timer.java:516) [ERROR] org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 10001 millis org.eclipse.net4j.util.om.monitor.MonitorCanceledException: org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 10001 millis at org.eclipse.net4j.util.om.monitor.Monitor.checkCanceled(Monitor.java:58) at org.eclipse.net4j.util.om.monitor.TimeoutMonitor.checkCanceled(TimeoutMonitor.java:116) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.AbstractMonitor.begin(AbstractMonitor.java:48) at org.eclipse.net4j.util.om.monitor.NestedMonitor.begin(NestedMonitor.java:63) at org.eclipse.net4j.util.om.monitor.ProgressDistributor.run(ProgressDistributor.java:86) at org.eclipse.emf.cdo.internal.server.Repository.commitUnsynced(Repository.java:1562) at org.eclipse.emf.cdo.internal.server.Repository.commit(Repository.java:1550) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicatingCommit(CommitTransactionIndication.java:283) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicating(CommitTransactionIndication.java:96) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerIndicationWithMonitoring.indicating(CDOServerIndicationWithMonitoring.java:118) at org.eclipse.net4j.signal.IndicationWithMonitoring.indicating(IndicationWithMonitoring.java:62) at org.eclipse.net4j.signal.IndicationWithResponse.doExtendedInput(IndicationWithResponse.java:94) at org.eclipse.net4j.signal.Signal.doInput(Signal.java:434) at org.eclipse.net4j.signal.IndicationWithResponse.execute(IndicationWithResponse.java:72) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) Caused by: org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 10001 millis at org.eclipse.net4j.util.om.monitor.TimeoutMonitor.handleTimeout(TimeoutMonitor.java:121) at org.eclipse.net4j.util.om.monitor.TimeoutMonitor$1.handleTimeout(TimeoutMonitor.java:61) at org.eclipse.net4j.util.concurrent.Timeouter$1.run(Timeouter.java:89) at java.base/java.util.TimerThread.mainLoop(Timer.java:566) at java.base/java.util.TimerThread.run(Timer.java:516) org.eclipse.emf.cdo.util.CommitException: org.eclipse.net4j.signal.RemoteException: org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 10001 millis at org.eclipse.emf.internal.cdo.transaction.CDOTransactionImpl.commitSynced(CDOTransactionImpl.java:1870) at org.eclipse.emf.internal.cdo.transaction.CDOTransactionImpl.commitAfterResolveConflicts(CDOTransactionImpl.java:1771) at org.eclipse.emf.internal.cdo.transaction.CDOTransactionImpl.commit(CDOTransactionImpl.java:1702) at org.eclipse.emf.internal.cdo.transaction.CDOTransactionImpl.commit(CDOTransactionImpl.java:1693) at org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_411927_Test$GoodClient.run(Bugzilla_411927_Test.java:201) Caused by: org.eclipse.net4j.signal.RemoteException: org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 10001 millis at org.eclipse.net4j.signal.RequestWithConfirmation.getRemoteException(RequestWithConfirmation.java:158) at org.eclipse.net4j.signal.RequestWithConfirmation.setRemoteException(RequestWithConfirmation.java:139) at org.eclipse.net4j.signal.SignalProtocol.handleRemoteException(SignalProtocol.java:582) at org.eclipse.net4j.signal.RemoteExceptionIndication.indicating(RemoteExceptionIndication.java:52) at org.eclipse.net4j.signal.Indication.doExtendedInput(Indication.java:57) at org.eclipse.net4j.signal.Signal.doInput(Signal.java:434) at org.eclipse.net4j.signal.Indication.execute(Indication.java:51) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) Caused by: org.eclipse.net4j.util.om.monitor.MonitorCanceledException: org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 10001 millis at org.eclipse.net4j.util.om.monitor.Monitor.checkCanceled(Monitor.java:58) at org.eclipse.net4j.util.om.monitor.TimeoutMonitor.checkCanceled(TimeoutMonitor.java:116) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.AbstractMonitor.begin(AbstractMonitor.java:48) at org.eclipse.net4j.util.om.monitor.NestedMonitor.begin(NestedMonitor.java:63) at org.eclipse.net4j.util.om.monitor.ProgressDistributor.run(ProgressDistributor.java:86) at org.eclipse.emf.cdo.internal.server.Repository.commitUnsynced(Repository.java:1562) at org.eclipse.emf.cdo.internal.server.Repository.commit(Repository.java:1550) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicatingCommit(CommitTransactionIndication.java:283) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicating(CommitTransactionIndication.java:96) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerIndicationWithMonitoring.indicating(CDOServerIndicationWithMonitoring.java:118) at org.eclipse.net4j.signal.IndicationWithMonitoring.indicating(IndicationWithMonitoring.java:62) at org.eclipse.net4j.signal.IndicationWithResponse.doExtendedInput(IndicationWithResponse.java:94) at org.eclipse.net4j.signal.Signal.doInput(Signal.java:434) at org.eclipse.net4j.signal.IndicationWithResponse.execute(IndicationWithResponse.java:72) ... 6 more Caused by: org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 10001 millis at org.eclipse.net4j.util.om.monitor.TimeoutMonitor.handleTimeout(TimeoutMonitor.java:121) at org.eclipse.net4j.util.om.monitor.TimeoutMonitor$1.handleTimeout(TimeoutMonitor.java:61) at org.eclipse.net4j.util.concurrent.Timeouter$1.run(Timeouter.java:89) at java.base/java.util.TimerThread.mainLoop(Timer.java:566) at java.base/java.util.TimerThread.run(Timer.java:516) org.eclipse.emf.cdo.util.CommitException: org.eclipse.net4j.signal.RemoteException: org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 10001 millis at org.eclipse.emf.internal.cdo.transaction.CDOTransactionImpl.commitSynced(CDOTransactionImpl.java:1870) at org.eclipse.emf.internal.cdo.transaction.CDOTransactionImpl.commitAfterResolveConflicts(CDOTransactionImpl.java:1771) at org.eclipse.emf.internal.cdo.transaction.CDOTransactionImpl.commit(CDOTransactionImpl.java:1702) at org.eclipse.emf.internal.cdo.transaction.CDOTransactionImpl.commit(CDOTransactionImpl.java:1693) at org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_411927_Test$GoodClient.run(Bugzilla_411927_Test.java:201) Caused by: org.eclipse.net4j.signal.RemoteException: org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 10001 millis at org.eclipse.net4j.signal.RequestWithConfirmation.getRemoteException(RequestWithConfirmation.java:158) at org.eclipse.net4j.signal.RequestWithConfirmation.setRemoteException(RequestWithConfirmation.java:139) at org.eclipse.net4j.signal.SignalProtocol.handleRemoteException(SignalProtocol.java:582) at org.eclipse.net4j.signal.RemoteExceptionIndication.indicating(RemoteExceptionIndication.java:52) at org.eclipse.net4j.signal.Indication.doExtendedInput(Indication.java:57) at org.eclipse.net4j.signal.Signal.doInput(Signal.java:434) at org.eclipse.net4j.signal.Indication.execute(Indication.java:51) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) Caused by: org.eclipse.net4j.util.om.monitor.MonitorCanceledException: org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 10001 millis at org.eclipse.net4j.util.om.monitor.Monitor.checkCanceled(Monitor.java:58) at org.eclipse.net4j.util.om.monitor.TimeoutMonitor.checkCanceled(TimeoutMonitor.java:116) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.AbstractMonitor.begin(AbstractMonitor.java:48) at org.eclipse.net4j.util.om.monitor.NestedMonitor.begin(NestedMonitor.java:63) at org.eclipse.net4j.util.om.monitor.ProgressDistributor.run(ProgressDistributor.java:86) at org.eclipse.emf.cdo.internal.server.Repository.commitUnsynced(Repository.java:1562) at org.eclipse.emf.cdo.internal.server.Repository.commit(Repository.java:1550) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicatingCommit(CommitTransactionIndication.java:283) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicating(CommitTransactionIndication.java:96) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerIndicationWithMonitoring.indicating(CDOServerIndicationWithMonitoring.java:118) at org.eclipse.net4j.signal.IndicationWithMonitoring.indicating(IndicationWithMonitoring.java:62) at org.eclipse.net4j.signal.IndicationWithResponse.doExtendedInput(IndicationWithResponse.java:94) at org.eclipse.net4j.signal.Signal.doInput(Signal.java:434) at org.eclipse.net4j.signal.IndicationWithResponse.execute(IndicationWithResponse.java:72) ... 6 more Caused by: org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 10001 millis at org.eclipse.net4j.util.om.monitor.TimeoutMonitor.handleTimeout(TimeoutMonitor.java:121) at org.eclipse.net4j.util.om.monitor.TimeoutMonitor$1.handleTimeout(TimeoutMonitor.java:61) at org.eclipse.net4j.util.concurrent.Timeouter$1.run(Timeouter.java:89) at java.base/java.util.TimerThread.mainLoop(Timer.java:566) at java.base/java.util.TimerThread.run(Timer.java:516) org.eclipse.emf.cdo.util.CommitException: org.eclipse.net4j.signal.RemoteException: org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 10001 millis at org.eclipse.emf.internal.cdo.transaction.CDOTransactionImpl.commitSynced(CDOTransactionImpl.java:1870) at org.eclipse.emf.internal.cdo.transaction.CDOTransactionImpl.commitAfterResolveConflicts(CDOTransactionImpl.java:1771) at org.eclipse.emf.internal.cdo.transaction.CDOTransactionImpl.commit(CDOTransactionImpl.java:1702) at org.eclipse.emf.internal.cdo.transaction.CDOTransactionImpl.commit(CDOTransactionImpl.java:1693) at org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_411927_Test$GoodClient.run(Bugzilla_411927_Test.java:201) Caused by: org.eclipse.net4j.signal.RemoteException: org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 10001 millis at org.eclipse.net4j.signal.RequestWithConfirmation.getRemoteException(RequestWithConfirmation.java:158) at org.eclipse.net4j.signal.RequestWithConfirmation.setRemoteException(RequestWithConfirmation.java:139) at org.eclipse.net4j.signal.SignalProtocol.handleRemoteException(SignalProtocol.java:582) at org.eclipse.net4j.signal.RemoteExceptionIndication.indicating(RemoteExceptionIndication.java:52) at org.eclipse.net4j.signal.Indication.doExtendedInput(Indication.java:57) at org.eclipse.net4j.signal.Signal.doInput(Signal.java:434) at org.eclipse.net4j.signal.Indication.execute(Indication.java:51) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) Caused by: org.eclipse.net4j.util.om.monitor.MonitorCanceledException: org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 10001 millis at org.eclipse.net4j.util.om.monitor.Monitor.checkCanceled(Monitor.java:58) at org.eclipse.net4j.util.om.monitor.TimeoutMonitor.checkCanceled(TimeoutMonitor.java:116) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.AbstractMonitor.begin(AbstractMonitor.java:48) at org.eclipse.net4j.util.om.monitor.NestedMonitor.begin(NestedMonitor.java:63) at org.eclipse.net4j.util.om.monitor.ProgressDistributor.run(ProgressDistributor.java:86) at org.eclipse.emf.cdo.internal.server.Repository.commitUnsynced(Repository.java:1562) at org.eclipse.emf.cdo.internal.server.Repository.commit(Repository.java:1550) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicatingCommit(CommitTransactionIndication.java:283) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicating(CommitTransactionIndication.java:96) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerIndicationWithMonitoring.indicating(CDOServerIndicationWithMonitoring.java:118) at org.eclipse.net4j.signal.IndicationWithMonitoring.indicating(IndicationWithMonitoring.java:62) at org.eclipse.net4j.signal.IndicationWithResponse.doExtendedInput(IndicationWithResponse.java:94) at org.eclipse.net4j.signal.Signal.doInput(Signal.java:434) at org.eclipse.net4j.signal.IndicationWithResponse.execute(IndicationWithResponse.java:72) ... 6 more Caused by: org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 10001 millis at org.eclipse.net4j.util.om.monitor.TimeoutMonitor.handleTimeout(TimeoutMonitor.java:121) at org.eclipse.net4j.util.om.monitor.TimeoutMonitor$1.handleTimeout(TimeoutMonitor.java:61) at org.eclipse.net4j.util.concurrent.Timeouter$1.run(Timeouter.java:89) at java.base/java.util.TimerThread.mainLoop(Timer.java:566) at java.base/java.util.TimerThread.run(Timer.java:516) org.eclipse.emf.cdo.util.CommitException: org.eclipse.net4j.signal.RemoteException: org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 10001 millis at org.eclipse.emf.internal.cdo.transaction.CDOTransactionImpl.commitSynced(CDOTransactionImpl.java:1870) at org.eclipse.emf.internal.cdo.transaction.CDOTransactionImpl.commitAfterResolveConflicts(CDOTransactionImpl.java:1771) at org.eclipse.emf.internal.cdo.transaction.CDOTransactionImpl.commit(CDOTransactionImpl.java:1702) at org.eclipse.emf.internal.cdo.transaction.CDOTransactionImpl.commit(CDOTransactionImpl.java:1693) at org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_411927_Test$GoodClient.run(Bugzilla_411927_Test.java:201) Caused by: org.eclipse.net4j.signal.RemoteException: org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 10001 millis at org.eclipse.net4j.signal.RequestWithConfirmation.getRemoteException(RequestWithConfirmation.java:158) at org.eclipse.net4j.signal.RequestWithConfirmation.setRemoteException(RequestWithConfirmation.java:139) at org.eclipse.net4j.signal.SignalProtocol.handleRemoteException(SignalProtocol.java:582) at org.eclipse.net4j.signal.RemoteExceptionIndication.indicating(RemoteExceptionIndication.java:52) at org.eclipse.net4j.signal.Indication.doExtendedInput(Indication.java:57) at org.eclipse.net4j.signal.Signal.doInput(Signal.java:434) at org.eclipse.net4j.signal.Indication.execute(Indication.java:51) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) Caused by: org.eclipse.net4j.util.om.monitor.MonitorCanceledException: org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 10001 millis at org.eclipse.net4j.util.om.monitor.Monitor.checkCanceled(Monitor.java:58) at org.eclipse.net4j.util.om.monitor.TimeoutMonitor.checkCanceled(TimeoutMonitor.java:116) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.AbstractMonitor.begin(AbstractMonitor.java:48) at org.eclipse.net4j.util.om.monitor.NestedMonitor.begin(NestedMonitor.java:63) at org.eclipse.net4j.util.om.monitor.ProgressDistributor.run(ProgressDistributor.java:86) at org.eclipse.emf.cdo.internal.server.Repository.commitUnsynced(Repository.java:1562) at org.eclipse.emf.cdo.internal.server.Repository.commit(Repository.java:1550) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicatingCommit(CommitTransactionIndication.java:283) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicating(CommitTransactionIndication.java:96) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerIndicationWithMonitoring.indicating(CDOServerIndicationWithMonitoring.java:118) at org.eclipse.net4j.signal.IndicationWithMonitoring.indicating(IndicationWithMonitoring.java:62) at org.eclipse.net4j.signal.IndicationWithResponse.doExtendedInput(IndicationWithResponse.java:94) at org.eclipse.net4j.signal.Signal.doInput(Signal.java:434) at org.eclipse.net4j.signal.IndicationWithResponse.execute(IndicationWithResponse.java:72) ... 6 more Caused by: org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 10001 millis at org.eclipse.net4j.util.om.monitor.TimeoutMonitor.handleTimeout(TimeoutMonitor.java:121) at org.eclipse.net4j.util.om.monitor.TimeoutMonitor$1.handleTimeout(TimeoutMonitor.java:61) at org.eclipse.net4j.util.concurrent.Timeouter$1.run(Timeouter.java:89) at java.base/java.util.TimerThread.mainLoop(Timer.java:566) at java.base/java.util.TimerThread.run(Timer.java:516) ******************************************************* Bugzilla_411927_Test.testWithFailureBeforeTimeStamp [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_411927_Test.testWithoutFailure [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_415415_Test.testStaleReferenceRemove_FromLocallyDirtyObjectToRemotelyDetachedObject [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_415415_Test.testStaleReferenceRemove_FromRemotelyDirtyObjectToLocallyDetachedObject [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_415836_Test.testCDOTransaction_GetOrCreateBinaryResourceWithEmptyResourcePath [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_415836_Test.testCDOTransaction_GetOrCreateBinaryResourceWithExistingResourceAndTimeoutException [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [ERROR] java.util.concurrent.TimeoutException: Buffer read timeout expired after 0 milliseconds org.eclipse.emf.cdo.common.util.TransportException: java.util.concurrent.TimeoutException: Buffer read timeout expired after 0 milliseconds at org.eclipse.emf.cdo.internal.net4j.protocol.CDOClientProtocol.send(CDOClientProtocol.java:684) at org.eclipse.emf.cdo.internal.net4j.protocol.CDOClientProtocol.closeView(CDOClientProtocol.java:297) at org.eclipse.emf.internal.cdo.view.CDOViewImpl.doDeactivate(CDOViewImpl.java:1682) at org.eclipse.emf.internal.cdo.transaction.CDOTransactionImpl.doDeactivate(CDOTransactionImpl.java:3937) at org.eclipse.net4j.util.lifecycle.Lifecycle.internalDeactivate(Lifecycle.java:151) at org.eclipse.net4j.util.lifecycle.Lifecycle.deactivate(Lifecycle.java:208) at org.eclipse.net4j.util.lifecycle.LifecycleUtil.deactivate(LifecycleUtil.java:254) at org.eclipse.net4j.util.lifecycle.LifecycleUtil.deactivate(LifecycleUtil.java:244) at org.eclipse.net4j.util.lifecycle.LifecycleUtil.deactivate(LifecycleUtil.java:271) at org.eclipse.emf.internal.cdo.view.AbstractCDOView.close(AbstractCDOView.java:3006) at org.eclipse.emf.internal.cdo.session.CDOViewContainerImpl.doDeactivate(CDOViewContainerImpl.java:252) at org.eclipse.emf.internal.cdo.session.CDOSessionImpl.doDeactivate(CDOSessionImpl.java:1710) at org.eclipse.emf.cdo.internal.net4j.CDONet4jSessionImpl.doDeactivate(CDONet4jSessionImpl.java:340) at org.eclipse.net4j.util.lifecycle.Lifecycle.internalDeactivate(Lifecycle.java:151) at org.eclipse.net4j.util.lifecycle.ShareableLifecycle.internalDeactivate(ShareableLifecycle.java:52) at org.eclipse.net4j.util.lifecycle.Lifecycle.deactivate(Lifecycle.java:208) at org.eclipse.net4j.util.lifecycle.LifecycleUtil.deactivate(LifecycleUtil.java:254) at org.eclipse.net4j.util.lifecycle.LifecycleUtil.deactivate(LifecycleUtil.java:244) at org.eclipse.emf.cdo.tests.config.impl.SessionConfig.closeAllSessions(SessionConfig.java:238) at org.eclipse.emf.cdo.tests.config.impl.SessionConfig.tearDown(SessionConfig.java:277) at org.eclipse.emf.cdo.tests.config.impl.SessionConfig$Net4j.tearDown(SessionConfig.java:478) at org.eclipse.emf.cdo.tests.config.impl.Scenario.tearDown(Scenario.java:241) at org.eclipse.emf.cdo.tests.config.impl.ConfigTest.doTearDown(ConfigTest.java:874) at org.eclipse.emf.cdo.tests.AbstractCDOTest.doTearDown(AbstractCDOTest.java:118) at org.eclipse.net4j.util.tests.AbstractOMTest.tearDown(AbstractOMTest.java:233) at org.eclipse.net4j.util.tests.AbstractOMTest$3.execute(AbstractOMTest.java:325) at org.eclipse.net4j.internal.util.test.TestExecuter.execute(TestExecuter.java:40) at org.eclipse.net4j.util.tests.AbstractOMTest.runBare(AbstractOMTest.java:301) at org.eclipse.emf.cdo.tests.config.impl.ConfigTest.runBare(ConfigTest.java:648) at junit.framework.TestResult$1.protect(TestResult.java:122) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.framework.TestResult.run(TestResult.java:125) at junit.framework.TestCase.run(TestCase.java:130) at org.eclipse.net4j.util.tests.AbstractOMTest.run(AbstractOMTest.java:375) at junit.framework.TestSuite.runTest(TestSuite.java:241) at org.eclipse.emf.cdo.tests.config.impl.ConfigTestSuite$TestClassWrapper.runTest(ConfigTestSuite.java:231) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at org.eclipse.emf.cdo.tests.config.impl.ConfigTestSuite$MainSuite.run(ConfigTestSuite.java:166) at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:364) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:237) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:158) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.apache.maven.surefire.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:167) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:142) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:28) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:679) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:616) at org.eclipse.equinox.launcher.Main.run(Main.java:1492) at org.eclipse.equinox.launcher.Main.main(Main.java:1465) Caused by: java.util.concurrent.TimeoutException: Buffer read timeout expired after 0 milliseconds at org.eclipse.net4j.util.io.IOTimeoutException.createTimeoutException(IOTimeoutException.java:46) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:348) at org.eclipse.net4j.signal.SignalProtocol.startSignal(SignalProtocol.java:557) at org.eclipse.net4j.signal.RequestWithConfirmation.doSend(RequestWithConfirmation.java:90) at org.eclipse.net4j.signal.RequestWithConfirmation.send(RequestWithConfirmation.java:76) at org.eclipse.emf.cdo.internal.net4j.protocol.CDOClientProtocol.send(CDOClientProtocol.java:676) ... 68 more Caused by: org.eclipse.net4j.util.io.IOTimeoutException: Buffer read timeout expired after 0 milliseconds at org.eclipse.net4j.buffer.BufferInputStream.computeTimeout(BufferInputStream.java:357) at org.eclipse.net4j.buffer.BufferInputStream.ensureBuffer(BufferInputStream.java:310) at org.eclipse.net4j.buffer.BufferInputStream.read(BufferInputStream.java:135) at java.base/java.io.DataInputStream.readBoolean(DataInputStream.java:248) at org.eclipse.net4j.util.io.ExtendedDataInput$Delegating.readBoolean(ExtendedDataInput.java:79) at org.eclipse.emf.cdo.internal.net4j.protocol.CloseViewRequest.confirming(CloseViewRequest.java:41) at org.eclipse.emf.cdo.internal.net4j.protocol.CloseViewRequest.confirming(CloseViewRequest.java:1) at org.eclipse.emf.cdo.internal.net4j.protocol.CDOClientRequest.confirming(CDOClientRequest.java:110) at org.eclipse.net4j.signal.RequestWithConfirmation.doExtendedInput(RequestWithConfirmation.java:126) at org.eclipse.net4j.signal.Signal.doInput(Signal.java:434) at org.eclipse.net4j.signal.RequestWithConfirmation.doExecute(RequestWithConfirmation.java:106) at org.eclipse.net4j.signal.SignalActor.execute(SignalActor.java:53) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) ... 72 more ******************************************************* Bugzilla_415836_Test.testCDOTransaction_GetOrCreateBinaryResourceWithNullResourcePath [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_415836_Test.testCDOTransaction_GetOrCreateResourceFolderWithEmptyResourcePath [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_415836_Test.testCDOTransaction_GetOrCreateResourceFolderWithExistingResourceAndTimeoutException [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [ERROR] java.util.concurrent.TimeoutException: Buffer read timeout expired after 0 milliseconds org.eclipse.emf.cdo.common.util.TransportException: java.util.concurrent.TimeoutException: Buffer read timeout expired after 0 milliseconds at org.eclipse.emf.cdo.internal.net4j.protocol.CDOClientProtocol.send(CDOClientProtocol.java:684) at org.eclipse.emf.cdo.internal.net4j.protocol.CDOClientProtocol.closeView(CDOClientProtocol.java:297) at org.eclipse.emf.internal.cdo.view.CDOViewImpl.doDeactivate(CDOViewImpl.java:1682) at org.eclipse.emf.internal.cdo.transaction.CDOTransactionImpl.doDeactivate(CDOTransactionImpl.java:3937) at org.eclipse.net4j.util.lifecycle.Lifecycle.internalDeactivate(Lifecycle.java:151) at org.eclipse.net4j.util.lifecycle.Lifecycle.deactivate(Lifecycle.java:208) at org.eclipse.net4j.util.lifecycle.LifecycleUtil.deactivate(LifecycleUtil.java:254) at org.eclipse.net4j.util.lifecycle.LifecycleUtil.deactivate(LifecycleUtil.java:244) at org.eclipse.net4j.util.lifecycle.LifecycleUtil.deactivate(LifecycleUtil.java:271) at org.eclipse.emf.internal.cdo.view.AbstractCDOView.close(AbstractCDOView.java:3006) at org.eclipse.emf.internal.cdo.session.CDOViewContainerImpl.doDeactivate(CDOViewContainerImpl.java:252) at org.eclipse.emf.internal.cdo.session.CDOSessionImpl.doDeactivate(CDOSessionImpl.java:1710) at org.eclipse.emf.cdo.internal.net4j.CDONet4jSessionImpl.doDeactivate(CDONet4jSessionImpl.java:340) at org.eclipse.net4j.util.lifecycle.Lifecycle.internalDeactivate(Lifecycle.java:151) at org.eclipse.net4j.util.lifecycle.ShareableLifecycle.internalDeactivate(ShareableLifecycle.java:52) at org.eclipse.net4j.util.lifecycle.Lifecycle.deactivate(Lifecycle.java:208) at org.eclipse.net4j.util.lifecycle.LifecycleUtil.deactivate(LifecycleUtil.java:254) at org.eclipse.net4j.util.lifecycle.LifecycleUtil.deactivate(LifecycleUtil.java:244) at org.eclipse.emf.cdo.tests.config.impl.SessionConfig.closeAllSessions(SessionConfig.java:238) at org.eclipse.emf.cdo.tests.config.impl.SessionConfig.tearDown(SessionConfig.java:277) at org.eclipse.emf.cdo.tests.config.impl.SessionConfig$Net4j.tearDown(SessionConfig.java:478) at org.eclipse.emf.cdo.tests.config.impl.Scenario.tearDown(Scenario.java:241) at org.eclipse.emf.cdo.tests.config.impl.ConfigTest.doTearDown(ConfigTest.java:874) at org.eclipse.emf.cdo.tests.AbstractCDOTest.doTearDown(AbstractCDOTest.java:118) at org.eclipse.net4j.util.tests.AbstractOMTest.tearDown(AbstractOMTest.java:233) at org.eclipse.net4j.util.tests.AbstractOMTest$3.execute(AbstractOMTest.java:325) at org.eclipse.net4j.internal.util.test.TestExecuter.execute(TestExecuter.java:40) at org.eclipse.net4j.util.tests.AbstractOMTest.runBare(AbstractOMTest.java:301) at org.eclipse.emf.cdo.tests.config.impl.ConfigTest.runBare(ConfigTest.java:648) at junit.framework.TestResult$1.protect(TestResult.java:122) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.framework.TestResult.run(TestResult.java:125) at junit.framework.TestCase.run(TestCase.java:130) at org.eclipse.net4j.util.tests.AbstractOMTest.run(AbstractOMTest.java:375) at junit.framework.TestSuite.runTest(TestSuite.java:241) at org.eclipse.emf.cdo.tests.config.impl.ConfigTestSuite$TestClassWrapper.runTest(ConfigTestSuite.java:231) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at org.eclipse.emf.cdo.tests.config.impl.ConfigTestSuite$MainSuite.run(ConfigTestSuite.java:166) at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:364) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:237) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:158) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.apache.maven.surefire.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:167) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:142) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:28) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:679) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:616) at org.eclipse.equinox.launcher.Main.run(Main.java:1492) at org.eclipse.equinox.launcher.Main.main(Main.java:1465) Caused by: java.util.concurrent.TimeoutException: Buffer read timeout expired after 0 milliseconds at org.eclipse.net4j.util.io.IOTimeoutException.createTimeoutException(IOTimeoutException.java:46) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:348) at org.eclipse.net4j.signal.SignalProtocol.startSignal(SignalProtocol.java:557) at org.eclipse.net4j.signal.RequestWithConfirmation.doSend(RequestWithConfirmation.java:90) at org.eclipse.net4j.signal.RequestWithConfirmation.send(RequestWithConfirmation.java:76) at org.eclipse.emf.cdo.internal.net4j.protocol.CDOClientProtocol.send(CDOClientProtocol.java:676) ... 68 more Caused by: org.eclipse.net4j.util.io.IOTimeoutException: Buffer read timeout expired after 0 milliseconds at org.eclipse.net4j.buffer.BufferInputStream.computeTimeout(BufferInputStream.java:357) at org.eclipse.net4j.buffer.BufferInputStream.ensureBuffer(BufferInputStream.java:310) at org.eclipse.net4j.buffer.BufferInputStream.read(BufferInputStream.java:135) at java.base/java.io.DataInputStream.readBoolean(DataInputStream.java:248) at org.eclipse.net4j.util.io.ExtendedDataInput$Delegating.readBoolean(ExtendedDataInput.java:79) at org.eclipse.emf.cdo.internal.net4j.protocol.CloseViewRequest.confirming(CloseViewRequest.java:41) at org.eclipse.emf.cdo.internal.net4j.protocol.CloseViewRequest.confirming(CloseViewRequest.java:1) at org.eclipse.emf.cdo.internal.net4j.protocol.CDOClientRequest.confirming(CDOClientRequest.java:110) at org.eclipse.net4j.signal.RequestWithConfirmation.doExtendedInput(RequestWithConfirmation.java:126) at org.eclipse.net4j.signal.Signal.doInput(Signal.java:434) at org.eclipse.net4j.signal.RequestWithConfirmation.doExecute(RequestWithConfirmation.java:106) at org.eclipse.net4j.signal.SignalActor.execute(SignalActor.java:53) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) ... 72 more ******************************************************* Bugzilla_415836_Test.testCDOTransaction_GetOrCreateResourceFolderWithNullResourcePath [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_415836_Test.testCDOTransaction_GetOrCreateResourceWithEmptyResourcePath [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_415836_Test.testCDOTransaction_GetOrCreateResourceWithExistingResourceAndTimeoutException [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [ERROR] java.util.concurrent.TimeoutException: Buffer read timeout expired after 0 milliseconds org.eclipse.emf.cdo.common.util.TransportException: java.util.concurrent.TimeoutException: Buffer read timeout expired after 0 milliseconds at org.eclipse.emf.cdo.internal.net4j.protocol.CDOClientProtocol.send(CDOClientProtocol.java:684) at org.eclipse.emf.cdo.internal.net4j.protocol.CDOClientProtocol.closeView(CDOClientProtocol.java:297) at org.eclipse.emf.internal.cdo.view.CDOViewImpl.doDeactivate(CDOViewImpl.java:1682) at org.eclipse.emf.internal.cdo.transaction.CDOTransactionImpl.doDeactivate(CDOTransactionImpl.java:3937) at org.eclipse.net4j.util.lifecycle.Lifecycle.internalDeactivate(Lifecycle.java:151) at org.eclipse.net4j.util.lifecycle.Lifecycle.deactivate(Lifecycle.java:208) at org.eclipse.net4j.util.lifecycle.LifecycleUtil.deactivate(LifecycleUtil.java:254) at org.eclipse.net4j.util.lifecycle.LifecycleUtil.deactivate(LifecycleUtil.java:244) at org.eclipse.net4j.util.lifecycle.LifecycleUtil.deactivate(LifecycleUtil.java:271) at org.eclipse.emf.internal.cdo.view.AbstractCDOView.close(AbstractCDOView.java:3006) at org.eclipse.emf.internal.cdo.session.CDOViewContainerImpl.doDeactivate(CDOViewContainerImpl.java:252) at org.eclipse.emf.internal.cdo.session.CDOSessionImpl.doDeactivate(CDOSessionImpl.java:1710) at org.eclipse.emf.cdo.internal.net4j.CDONet4jSessionImpl.doDeactivate(CDONet4jSessionImpl.java:340) at org.eclipse.net4j.util.lifecycle.Lifecycle.internalDeactivate(Lifecycle.java:151) at org.eclipse.net4j.util.lifecycle.ShareableLifecycle.internalDeactivate(ShareableLifecycle.java:52) at org.eclipse.net4j.util.lifecycle.Lifecycle.deactivate(Lifecycle.java:208) at org.eclipse.net4j.util.lifecycle.LifecycleUtil.deactivate(LifecycleUtil.java:254) at org.eclipse.net4j.util.lifecycle.LifecycleUtil.deactivate(LifecycleUtil.java:244) at org.eclipse.emf.cdo.tests.config.impl.SessionConfig.closeAllSessions(SessionConfig.java:238) at org.eclipse.emf.cdo.tests.config.impl.SessionConfig.tearDown(SessionConfig.java:277) at org.eclipse.emf.cdo.tests.config.impl.SessionConfig$Net4j.tearDown(SessionConfig.java:478) at org.eclipse.emf.cdo.tests.config.impl.Scenario.tearDown(Scenario.java:241) at org.eclipse.emf.cdo.tests.config.impl.ConfigTest.doTearDown(ConfigTest.java:874) at org.eclipse.emf.cdo.tests.AbstractCDOTest.doTearDown(AbstractCDOTest.java:118) at org.eclipse.net4j.util.tests.AbstractOMTest.tearDown(AbstractOMTest.java:233) at org.eclipse.net4j.util.tests.AbstractOMTest$3.execute(AbstractOMTest.java:325) at org.eclipse.net4j.internal.util.test.TestExecuter.execute(TestExecuter.java:40) at org.eclipse.net4j.util.tests.AbstractOMTest.runBare(AbstractOMTest.java:301) at org.eclipse.emf.cdo.tests.config.impl.ConfigTest.runBare(ConfigTest.java:648) at junit.framework.TestResult$1.protect(TestResult.java:122) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.framework.TestResult.run(TestResult.java:125) at junit.framework.TestCase.run(TestCase.java:130) at org.eclipse.net4j.util.tests.AbstractOMTest.run(AbstractOMTest.java:375) at junit.framework.TestSuite.runTest(TestSuite.java:241) at org.eclipse.emf.cdo.tests.config.impl.ConfigTestSuite$TestClassWrapper.runTest(ConfigTestSuite.java:231) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at org.eclipse.emf.cdo.tests.config.impl.ConfigTestSuite$MainSuite.run(ConfigTestSuite.java:166) at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:364) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:237) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:158) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.apache.maven.surefire.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:167) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:142) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:28) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:679) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:616) at org.eclipse.equinox.launcher.Main.run(Main.java:1492) at org.eclipse.equinox.launcher.Main.main(Main.java:1465) Caused by: java.util.concurrent.TimeoutException: Buffer read timeout expired after 0 milliseconds at org.eclipse.net4j.util.io.IOTimeoutException.createTimeoutException(IOTimeoutException.java:46) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:348) at org.eclipse.net4j.signal.SignalProtocol.startSignal(SignalProtocol.java:557) at org.eclipse.net4j.signal.RequestWithConfirmation.doSend(RequestWithConfirmation.java:90) at org.eclipse.net4j.signal.RequestWithConfirmation.send(RequestWithConfirmation.java:76) at org.eclipse.emf.cdo.internal.net4j.protocol.CDOClientProtocol.send(CDOClientProtocol.java:676) ... 68 more Caused by: org.eclipse.net4j.util.io.IOTimeoutException: Buffer read timeout expired after 0 milliseconds at org.eclipse.net4j.buffer.BufferInputStream.computeTimeout(BufferInputStream.java:357) at org.eclipse.net4j.buffer.BufferInputStream.ensureBuffer(BufferInputStream.java:310) at org.eclipse.net4j.buffer.BufferInputStream.read(BufferInputStream.java:135) at java.base/java.io.DataInputStream.readBoolean(DataInputStream.java:248) at org.eclipse.net4j.util.io.ExtendedDataInput$Delegating.readBoolean(ExtendedDataInput.java:79) at org.eclipse.emf.cdo.internal.net4j.protocol.CloseViewRequest.confirming(CloseViewRequest.java:41) at org.eclipse.emf.cdo.internal.net4j.protocol.CloseViewRequest.confirming(CloseViewRequest.java:1) at org.eclipse.emf.cdo.internal.net4j.protocol.CDOClientRequest.confirming(CDOClientRequest.java:110) at org.eclipse.net4j.signal.RequestWithConfirmation.doExtendedInput(RequestWithConfirmation.java:126) at org.eclipse.net4j.signal.Signal.doInput(Signal.java:434) at org.eclipse.net4j.signal.RequestWithConfirmation.doExecute(RequestWithConfirmation.java:106) at org.eclipse.net4j.signal.SignalActor.execute(SignalActor.java:53) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) ... 72 more ******************************************************* Bugzilla_415836_Test.testCDOTransaction_GetOrCreateResourceWithNullResourcePath [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_415836_Test.testCDOTransaction_GetOrCreateTextResourceWithEmptyResourcePath [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_415836_Test.testCDOTransaction_GetOrCreateTextResourceWithExistingResourceAndTimeoutException [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [ERROR] java.util.concurrent.TimeoutException: Buffer read timeout expired after 0 milliseconds org.eclipse.emf.cdo.common.util.TransportException: java.util.concurrent.TimeoutException: Buffer read timeout expired after 0 milliseconds at org.eclipse.emf.cdo.internal.net4j.protocol.CDOClientProtocol.send(CDOClientProtocol.java:684) at org.eclipse.emf.cdo.internal.net4j.protocol.CDOClientProtocol.closeView(CDOClientProtocol.java:297) at org.eclipse.emf.internal.cdo.view.CDOViewImpl.doDeactivate(CDOViewImpl.java:1682) at org.eclipse.emf.internal.cdo.transaction.CDOTransactionImpl.doDeactivate(CDOTransactionImpl.java:3937) at org.eclipse.net4j.util.lifecycle.Lifecycle.internalDeactivate(Lifecycle.java:151) at org.eclipse.net4j.util.lifecycle.Lifecycle.deactivate(Lifecycle.java:208) at org.eclipse.net4j.util.lifecycle.LifecycleUtil.deactivate(LifecycleUtil.java:254) at org.eclipse.net4j.util.lifecycle.LifecycleUtil.deactivate(LifecycleUtil.java:244) at org.eclipse.net4j.util.lifecycle.LifecycleUtil.deactivate(LifecycleUtil.java:271) at org.eclipse.emf.internal.cdo.view.AbstractCDOView.close(AbstractCDOView.java:3006) at org.eclipse.emf.internal.cdo.session.CDOViewContainerImpl.doDeactivate(CDOViewContainerImpl.java:252) at org.eclipse.emf.internal.cdo.session.CDOSessionImpl.doDeactivate(CDOSessionImpl.java:1710) at org.eclipse.emf.cdo.internal.net4j.CDONet4jSessionImpl.doDeactivate(CDONet4jSessionImpl.java:340) at org.eclipse.net4j.util.lifecycle.Lifecycle.internalDeactivate(Lifecycle.java:151) at org.eclipse.net4j.util.lifecycle.ShareableLifecycle.internalDeactivate(ShareableLifecycle.java:52) at org.eclipse.net4j.util.lifecycle.Lifecycle.deactivate(Lifecycle.java:208) at org.eclipse.net4j.util.lifecycle.LifecycleUtil.deactivate(LifecycleUtil.java:254) at org.eclipse.net4j.util.lifecycle.LifecycleUtil.deactivate(LifecycleUtil.java:244) at org.eclipse.emf.cdo.tests.config.impl.SessionConfig.closeAllSessions(SessionConfig.java:238) at org.eclipse.emf.cdo.tests.config.impl.SessionConfig.tearDown(SessionConfig.java:277) at org.eclipse.emf.cdo.tests.config.impl.SessionConfig$Net4j.tearDown(SessionConfig.java:478) at org.eclipse.emf.cdo.tests.config.impl.Scenario.tearDown(Scenario.java:241) at org.eclipse.emf.cdo.tests.config.impl.ConfigTest.doTearDown(ConfigTest.java:874) at org.eclipse.emf.cdo.tests.AbstractCDOTest.doTearDown(AbstractCDOTest.java:118) at org.eclipse.net4j.util.tests.AbstractOMTest.tearDown(AbstractOMTest.java:233) at org.eclipse.net4j.util.tests.AbstractOMTest$3.execute(AbstractOMTest.java:325) at org.eclipse.net4j.internal.util.test.TestExecuter.execute(TestExecuter.java:40) at org.eclipse.net4j.util.tests.AbstractOMTest.runBare(AbstractOMTest.java:301) at org.eclipse.emf.cdo.tests.config.impl.ConfigTest.runBare(ConfigTest.java:648) at junit.framework.TestResult$1.protect(TestResult.java:122) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.framework.TestResult.run(TestResult.java:125) at junit.framework.TestCase.run(TestCase.java:130) at org.eclipse.net4j.util.tests.AbstractOMTest.run(AbstractOMTest.java:375) at junit.framework.TestSuite.runTest(TestSuite.java:241) at org.eclipse.emf.cdo.tests.config.impl.ConfigTestSuite$TestClassWrapper.runTest(ConfigTestSuite.java:231) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at org.eclipse.emf.cdo.tests.config.impl.ConfigTestSuite$MainSuite.run(ConfigTestSuite.java:166) at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:364) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:237) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:158) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.apache.maven.surefire.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:167) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:142) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:28) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:679) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:616) at org.eclipse.equinox.launcher.Main.run(Main.java:1492) at org.eclipse.equinox.launcher.Main.main(Main.java:1465) Caused by: java.util.concurrent.TimeoutException: Buffer read timeout expired after 0 milliseconds at org.eclipse.net4j.util.io.IOTimeoutException.createTimeoutException(IOTimeoutException.java:46) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:348) at org.eclipse.net4j.signal.SignalProtocol.startSignal(SignalProtocol.java:557) at org.eclipse.net4j.signal.RequestWithConfirmation.doSend(RequestWithConfirmation.java:90) at org.eclipse.net4j.signal.RequestWithConfirmation.send(RequestWithConfirmation.java:76) at org.eclipse.emf.cdo.internal.net4j.protocol.CDOClientProtocol.send(CDOClientProtocol.java:676) ... 68 more Caused by: org.eclipse.net4j.util.io.IOTimeoutException: Buffer read timeout expired after 0 milliseconds at org.eclipse.net4j.buffer.BufferInputStream.computeTimeout(BufferInputStream.java:357) at org.eclipse.net4j.buffer.BufferInputStream.ensureBuffer(BufferInputStream.java:310) at org.eclipse.net4j.buffer.BufferInputStream.read(BufferInputStream.java:135) at java.base/java.io.DataInputStream.readBoolean(DataInputStream.java:248) at org.eclipse.net4j.util.io.ExtendedDataInput$Delegating.readBoolean(ExtendedDataInput.java:79) at org.eclipse.emf.cdo.internal.net4j.protocol.CloseViewRequest.confirming(CloseViewRequest.java:41) at org.eclipse.emf.cdo.internal.net4j.protocol.CloseViewRequest.confirming(CloseViewRequest.java:1) at org.eclipse.emf.cdo.internal.net4j.protocol.CDOClientRequest.confirming(CDOClientRequest.java:110) at org.eclipse.net4j.signal.RequestWithConfirmation.doExtendedInput(RequestWithConfirmation.java:126) at org.eclipse.net4j.signal.Signal.doInput(Signal.java:434) at org.eclipse.net4j.signal.RequestWithConfirmation.doExecute(RequestWithConfirmation.java:106) at org.eclipse.net4j.signal.SignalActor.execute(SignalActor.java:53) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) ... 72 more ******************************************************* Bugzilla_415836_Test.testCDOTransaction_GetOrCreateTextResourceWithNullResourcePath [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_415836_Test.testEnableDisableTimeoutException [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_416298_Test.testGetSetFolderPath [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_416298_Test.testGetSetResourcePath [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_416298_Test.testGetSetResourceURI [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_416366_Test.testImplicitEObjectFeatures [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_416474_Test.testAllProperContentsNoTypeFilter [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_416474_Test.testAllProperContentsTypeFilter [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_416474_Test.testMatchesAnyStringAttribute [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_416555_Test.testQueryInstances [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_416555_Test.testQueryInstancesAsync [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_417483_Test.testCommit_NoPermission [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] Security realm created in /security ******************************************************* Bugzilla_417483_Test.testCommit_ReadPermission [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] Security realm created in /security ******************************************************* Bugzilla_417483_Test.testCommit_WritePermission [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] Security realm created in /security ******************************************************* Bugzilla_417483_Test.testLoad_NoPermission [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] Security realm created in /security ******************************************************* Bugzilla_417483_Test.testLoad_ReadPermission [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] Security realm created in /security ******************************************************* Bugzilla_417483_Test.testPassiveUpdates_Additions [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] Security realm created in /security ******************************************************* Bugzilla_417483_Test.testPassiveUpdates_Additions_WithEditingDomain [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] Security realm created in /security ******************************************************* Bugzilla_417483_Test.testPassiveUpdates_Changes [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] Security realm created in /security ******************************************************* Bugzilla_417483_Test.testPassiveUpdates_Changes_WithEditingDomain [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] Security realm created in /security ******************************************************* Bugzilla_417483_Test.testPassiveUpdates_Invalidations [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] Security realm created in /security ******************************************************* Bugzilla_417483_Test.testPassiveUpdates_InvalidationsWithEditingDomain [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] Security realm created in /security ******************************************************* Bugzilla_417483_Test.testRemoveUser [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] Security realm created in /security ******************************************************* Bugzilla_417782_Test.testEObjectReference [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Bugzilla_417844_Test.testInvalidationRunnerLifecycle [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_418267_Test.testMoveFromNoneToNone [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] Security realm created in /security ******************************************************* Bugzilla_418267_Test.testMoveFromNoneToRead [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] Security realm created in /security ******************************************************* Bugzilla_418267_Test.testMoveFromNoneToWrite [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] Security realm created in /security ******************************************************* Bugzilla_418267_Test.testMoveFromReadToNone [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] Security realm created in /security ******************************************************* Bugzilla_418267_Test.testMoveFromReadToRead [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] Security realm created in /security ******************************************************* Bugzilla_418267_Test.testMoveFromReadToWrite [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] Security realm created in /security ******************************************************* Bugzilla_418267_Test.testMoveFromWriteToNone [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] Security realm created in /security ******************************************************* Bugzilla_418267_Test.testMoveFromWriteToRead [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] Security realm created in /security ******************************************************* Bugzilla_418267_Test.testMoveFromWriteToWrite [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] Security realm created in /security ******************************************************* Bugzilla_419574_Test.testConflict [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Bugzilla_419962_Test.testConflict [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_421287_Test.testAsyncQueryForUnknownEClass [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_421287_Test.testSyncQueryForUnknownEClass [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_422170_Test.testPermissionsWithDetachedObject [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] Security realm created in /security ******************************************************* Bugzilla_423699_Test.testUnlockDeletedElementsWithDurableLockingAndAutoReleaseLocks [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Bugzilla_423699_Test.testUnlockDeletedElementsWithDurableLockingAndNoAutoReleaseLocks [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_423699_Test.testUnlockDeletedElementsWithNoDurableLockingAndAutoReleaseLocks [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_423699_Test.testUnlockDeletedElementsWithNoDurableLockingAndNoAutoReleaseLocks [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_427773_Test.testParallelAuthenticatedSessionOpening [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_429659_Test.testUnsetOnNonUnsettableMultiValuedFeatureCDOResource [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Bugzilla_429659_Test.testUnsetOnNonUnsettableMultiValuedFeatureXMIResource [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_429659_Test.testUnsetOnNonUnsettableSingleValuedAttributeCDOResource [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_429659_Test.testUnsetOnNonUnsettableSingleValuedAttributeXMIResource [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_429659_Test.testUnsetOnUnsettableMultiValuedFeatureCDOResource [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_429659_Test.testUnsetOnUnsettableMultiValuedFeatureXMIResource [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_429659_Test.testUnsetOnUnsettableSingleValuedAttributeCDOResource [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_429659_Test.testUnsetOnUnsettableSingleValuedAttributeXMIResource [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_429709_Test.testContainmentAddAddSet [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_429709_Test.testContainmentAddSet [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_429709_Test.testContainmentSetSet [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_430251_Test.testMemoryLeakOnResourceSet [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_430794_Test.testConflictResolutionWithSavepoint [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_430836_Test.testXRefQueryOnBranchOtherThenMain [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_435198_Test.testAbstractCDOView_GetObjectWithCDOResourceId_ResourceSetAddition [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_435198_Test.testAbstractCDOView_GetObject_ResourceSetAddition [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_435198_Test.testAbstractCDOView_GetResource_ResourceSetAddition [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_436246_Test.testCDORevisionCDOFetchRuleOnOtherBranchWithChanges [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Bugzilla_436246_Test.testCDORevisionPrefetchOnMainBranch [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Bugzilla_436246_Test.testCDORevisionPrefetchOnOtherBranch [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Bugzilla_436246_Test.testCDORevisionPrefetchOnOtherBranchWithChanges [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Bugzilla_438682_Test.testUnsetNonUnsettableFeatureAndCommit [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_438682_Test.testUnsetUnsettableFeatureAndCommit [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_439173_Test.testSwitchTargetVersion [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_439173_Test.testSwitchTargetVersionResourceID [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_439337_Test.testCDOLockStateWithPrefetch [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_439337_Test.testCDOLockStateWithoutPrefetch [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_441136_Test.testRequestWithMonitoringWithProgressMonitor [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_441136_Test.testRequestWithMonitoringWithoutProgressMonitor [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_442178_Test.testCDORevisionUtil_GetResourceNodePath_WithCDOResource [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_442178_Test.testCDORevisionUtil_GetResourceNodePath_WithCDOResourceFolder [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_442178_Test.testCDORevisionUtil_GetResourceNodePath_WithNotRootCDOObject [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_442178_Test.testCDORevisionUtil_GetResourceNodePath_WithNotRootCDOObjectInFragmentedResource [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_442178_Test.testCDORevisionUtil_GetResourceNodePath_WithRootCDOObject [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_442178_Test.testCDORevisionUtil_GetResourceNodePath_WithRootCDOObjectInFragmentedResource [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_443281_Test.testCDOResource_setURI [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_443281_Test.testXMIResource_setURI [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_447593_Test.testTwiceCDOTransactionSetBranch [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_447912_Test.testCDOBranch_getBranches [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Bugzilla_449171_Test.testCommitNotificationIndicationCDOCommitInfoDecoding [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_449665_Test.testCDOObject_GetLockState [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_449665_Test.testCDOResource_GetLockState [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_449806_Test.testCDOFeatureAnalyzerModelBased [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_449806_Test.testCDOFeatureAnalyzerUI [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_450880_Test.testCDODeltaNotificationGetValueWithEnumTypedAttributeOnCDOResource [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_450880_Test.testCDODeltaNotificationGetValueWithEnumTypedAttributeOnXMIResource [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_456993_Test.testAllInstancesInstancesQueryOnBranches [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Bugzilla_456993_Test.testAllInstancesOCLQueryOnBranches [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Bugzilla_458279_Test.testCDOMergingConflictResolverWithoutChangeSubscriptionRequestWithAdditionsPassiveUpdateMode [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_458279_Test.testCDOMergingConflictResolverWithoutChangeSubscriptionRequestWithChangesPassiveUpdateMode [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_458279_Test.testCDOMergingConflictResolverWithoutChangeSubscriptionRequestWithInvalidationsPassiveUpdateMode [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_459104_Test.testCDOObject_GetLockState [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_462953_Test.testRollBackWithACustomEContentAdapter [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_464590_Test.testEObjectEIsSetWithXMIResource [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_465115_Test.testCDOUtilGetViewSet [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_466721_Test.testObjectNotFoundExceptionWithLockStatePrefetchEnabled [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_466951_Test.testCDOObjectCDOLockState [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_467075_Test.testResourceSetRemoveCDOResource [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_467075_Test.testResourceSetRemoveXMIResource [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_467174_Test.testCDOObject_LockStateAndRevisionPrefetch [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_467593_Test.testEListHashCodeOnRefBeforeCommitWithCDOResource [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_467593_Test.testEListHashCodeOnRefBeforeCommitWithXMIResource [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_467616_Test.testTupleOCLQuery [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Bugzilla_468268_Test.testHashCodeCallOnAllFields [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_469301_Test.testLockDetachedObject [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_485394_Test.testReferentialIntegrityWithContainmentProxy [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Bugzilla_485487_Test.testTimeoutDuringCommit [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [ERROR] org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 1001 millis org.eclipse.net4j.util.om.monitor.MonitorCanceledException: org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 1001 millis at org.eclipse.net4j.util.om.monitor.Monitor.checkCanceled(Monitor.java:58) at org.eclipse.net4j.util.om.monitor.TimeoutMonitor.checkCanceled(TimeoutMonitor.java:116) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.AbstractMonitor.begin(AbstractMonitor.java:48) at org.eclipse.net4j.util.om.monitor.NestedMonitor.begin(NestedMonitor.java:63) at org.eclipse.net4j.util.om.monitor.ProgressDistributor.run(ProgressDistributor.java:86) at org.eclipse.emf.cdo.internal.server.Repository.commitUnsynced(Repository.java:1562) at org.eclipse.emf.cdo.internal.server.Repository.commit(Repository.java:1550) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicatingCommit(CommitTransactionIndication.java:283) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicating(CommitTransactionIndication.java:96) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerIndicationWithMonitoring.indicating(CDOServerIndicationWithMonitoring.java:118) at org.eclipse.net4j.signal.IndicationWithMonitoring.indicating(IndicationWithMonitoring.java:62) at org.eclipse.net4j.signal.IndicationWithResponse.doExtendedInput(IndicationWithResponse.java:94) at org.eclipse.net4j.signal.Signal.doInput(Signal.java:434) at org.eclipse.net4j.signal.IndicationWithResponse.execute(IndicationWithResponse.java:72) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) Caused by: org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 1001 millis at org.eclipse.net4j.util.om.monitor.TimeoutMonitor.handleTimeout(TimeoutMonitor.java:121) at org.eclipse.net4j.util.om.monitor.TimeoutMonitor$1.handleTimeout(TimeoutMonitor.java:61) at org.eclipse.net4j.util.concurrent.Timeouter$1.run(Timeouter.java:89) at java.base/java.util.TimerThread.mainLoop(Timer.java:566) at java.base/java.util.TimerThread.run(Timer.java:516) ******************************************************* Bugzilla_485489_Test.testTransactionCommitAfterAutoLocker [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Bugzilla_485489_Test.testViewCloseAfterAutoLocker [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_485961_Test.testProperContents [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_491499_Test.testObjectOrderWithObjectHandler [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_491859_Test.testExchangeContainerObject [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Bugzilla_492898_Test.testReferenceToExternalObject [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Bugzilla_492898_Test.testTouchModificationOnReferenceToExternalObject [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_494954_Test.testFolderNameChange [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Bugzilla_494954_Test.testFolderNameChangeInOtherTransaction [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Bugzilla_494954_Test.testFolderNameGenChange [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Bugzilla_500864_Test.testCommitDataAfterDeletion [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] Security realm created in /security ******************************************************* Bugzilla_503564_Test.testSetFeatureDelta_CDOID [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Bugzilla_503564_Test.testSetFeatureDelta_String [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_503573_Test.testCustomDatatype_Single [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_505654_Test.testCrossMerge [H2-branching-ranges-uuids, JVM, Native] ******************************************************* COMMIT 1714713573865 Company@_uh9dkAkMEe-bzopYCigSfg COMMIT 1714713573872 Customer@_uiBvAAkMEe-bzopYCigSfg COMMIT 1714713573877 Supplier@_uiELQAkMEe-bzopYCigSfg <---------------- COMMIT 1714713573882 Supplier@_uiELQAkMEe-bzopYCigSfg Customer@_uiBvAAkMEe-bzopYCigSfg ----------------> COMMIT 1714713573885 Supplier@_uiELQAkMEe-bzopYCigSfg Customer@_uiBvAAkMEe-bzopYCigSfg ******************************************************* Bugzilla_505654_Test.testCrossMergeAndAdditionsAndRemerges [H2-branching-ranges-uuids, JVM, Native] ******************************************************* COMMIT 1714713573894 Company@_uiOjUgkMEe-bzopYCigSfg COMMIT 1714713573898 Customer@_uiRmoAkMEe-bzopYCigSfg COMMIT 1714713573899 Supplier@_uiSNsAkMEe-bzopYCigSfg <---------------- COMMIT 1714713573902 Supplier@_uiSNsAkMEe-bzopYCigSfg Customer@_uiRmoAkMEe-bzopYCigSfg ----------------> COMMIT 1714713573905 Supplier@_uiSNsAkMEe-bzopYCigSfg Customer@_uiRmoAkMEe-bzopYCigSfg COMMIT 1714713573906 Supplier@_uiSNsAkMEe-bzopYCigSfg Customer@_uiRmoAkMEe-bzopYCigSfg Customer@_uiWfIAkMEe-bzopYCigSfg COMMIT 1714713573907 Supplier@_uiSNsAkMEe-bzopYCigSfg Supplier@_uiXGMAkMEe-bzopYCigSfg Customer@_uiRmoAkMEe-bzopYCigSfg <---------------- COMMIT 1714713573911 Supplier@_uiSNsAkMEe-bzopYCigSfg Supplier@_uiXGMAkMEe-bzopYCigSfg Customer@_uiRmoAkMEe-bzopYCigSfg Customer@_uiWfIAkMEe-bzopYCigSfg COMMIT 1714713573912 Supplier@_uiSNsAkMEe-bzopYCigSfg Supplier@_uiXGMAkMEe-bzopYCigSfg Customer@_uiRmoAkMEe-bzopYCigSfg Customer@_uiWfIAkMEe-bzopYCigSfg Customer@_uiZicAkMEe-bzopYCigSfg COMMIT 1714713573913 Supplier@_uiSNsAkMEe-bzopYCigSfg Supplier@_uiXGMAkMEe-bzopYCigSfg Supplier@_uiaJgAkMEe-bzopYCigSfg Customer@_uiRmoAkMEe-bzopYCigSfg <---------------- COMMIT 1714713573916 Supplier@_uiSNsAkMEe-bzopYCigSfg Supplier@_uiXGMAkMEe-bzopYCigSfg Supplier@_uiaJgAkMEe-bzopYCigSfg Customer@_uiRmoAkMEe-bzopYCigSfg Customer@_uiWfIAkMEe-bzopYCigSfg Customer@_uiZicAkMEe-bzopYCigSfg ******************************************************* Bugzilla_505654_Test.testCrossMergeAndAdditionsAndRemerges_SameList [H2-branching-ranges-uuids, JVM, Native] ******************************************************* COMMIT 1714713573927 Company@_uijTcQkMEe-bzopYCigSfg COMMIT 1714713573931 Customer@_uilvsAkMEe-bzopYCigSfg COMMIT 1714713573932 Customer@_uimWwAkMEe-bzopYCigSfg <---------------- COMMIT 1714713573935 Customer@_uimWwAkMEe-bzopYCigSfg Customer@_uilvsAkMEe-bzopYCigSfg ----------------> COMMIT 1714713573938 Customer@_uimWwAkMEe-bzopYCigSfg Customer@_uilvsAkMEe-bzopYCigSfg COMMIT 1714713573939 Customer@_uimWwAkMEe-bzopYCigSfg Customer@_uilvsAkMEe-bzopYCigSfg Customer@_uiqoMAkMEe-bzopYCigSfg COMMIT 1714713573940 Customer@_uimWwAkMEe-bzopYCigSfg Customer@_uilvsAkMEe-bzopYCigSfg Customer@_uirPQAkMEe-bzopYCigSfg <---------------- COMMIT 1714713573943 Customer@_uimWwAkMEe-bzopYCigSfg Customer@_uilvsAkMEe-bzopYCigSfg Customer@_uirPQAkMEe-bzopYCigSfg Customer@_uiqoMAkMEe-bzopYCigSfg COMMIT 1714713573944 Customer@_uimWwAkMEe-bzopYCigSfg Customer@_uilvsAkMEe-bzopYCigSfg Customer@_uirPQAkMEe-bzopYCigSfg Customer@_uiqoMAkMEe-bzopYCigSfg Customer@_uitrgAkMEe-bzopYCigSfg COMMIT 1714713573945 Customer@_uimWwAkMEe-bzopYCigSfg Customer@_uilvsAkMEe-bzopYCigSfg Customer@_uirPQAkMEe-bzopYCigSfg Customer@_uiuSkAkMEe-bzopYCigSfg <---------------- COMMIT 1714713573948 Customer@_uimWwAkMEe-bzopYCigSfg Customer@_uilvsAkMEe-bzopYCigSfg Customer@_uirPQAkMEe-bzopYCigSfg Customer@_uiuSkAkMEe-bzopYCigSfg Customer@_uiqoMAkMEe-bzopYCigSfg Customer@_uitrgAkMEe-bzopYCigSfg ******************************************************* Bugzilla_505654_Test.testCrossMergeAndMultipleRemerges [H2-branching-ranges-uuids, JVM, Native] ******************************************************* COMMIT 1714713573956 Company@_ui0ZMgkMEe-bzopYCigSfg COMMIT 1714713573960 Customer@_ui3cgAkMEe-bzopYCigSfg COMMIT 1714713573961 Supplier@_ui4DkAkMEe-bzopYCigSfg <---------------- COMMIT 1714713573964 Supplier@_ui4DkAkMEe-bzopYCigSfg Customer@_ui3cgAkMEe-bzopYCigSfg ----------------> COMMIT 1714713573967 Supplier@_ui4DkAkMEe-bzopYCigSfg Customer@_ui3cgAkMEe-bzopYCigSfg COMMIT 1714713573968 Supplier@_ui4DkAkMEe-bzopYCigSfg Supplier@_ui8VAAkMEe-bzopYCigSfg Customer@_ui3cgAkMEe-bzopYCigSfg <---------------- COMMIT 1714713573971 Supplier@_ui4DkAkMEe-bzopYCigSfg Supplier@_ui8VAAkMEe-bzopYCigSfg Customer@_ui3cgAkMEe-bzopYCigSfg COMMIT 1714713573972 Supplier@_ui4DkAkMEe-bzopYCigSfg Supplier@_ui8VAAkMEe-bzopYCigSfg Supplier@_ui-xQAkMEe-bzopYCigSfg Customer@_ui3cgAkMEe-bzopYCigSfg <---------------- COMMIT 1714713573974 Supplier@_ui4DkAkMEe-bzopYCigSfg Supplier@_ui8VAAkMEe-bzopYCigSfg Supplier@_ui-xQAkMEe-bzopYCigSfg Customer@_ui3cgAkMEe-bzopYCigSfg ******************************************************* Bugzilla_505654_Test.testCrossMergeAndMultipleRemerges_SameList [H2-branching-ranges-uuids, JVM, Native] ******************************************************* COMMIT 1714713573981 Company@_ujEQ0gkMEe-bzopYCigSfg COMMIT 1714713573986 Customer@_ujGtEAkMEe-bzopYCigSfg COMMIT 1714713573987 Customer@_ujHUIAkMEe-bzopYCigSfg <---------------- COMMIT 1714713573991 Customer@_ujHUIAkMEe-bzopYCigSfg Customer@_ujGtEAkMEe-bzopYCigSfg ----------------> COMMIT 1714713573993 Customer@_ujHUIAkMEe-bzopYCigSfg Customer@_ujGtEAkMEe-bzopYCigSfg COMMIT 1714713573994 Customer@_ujHUIAkMEe-bzopYCigSfg Customer@_ujGtEAkMEe-bzopYCigSfg Customer@_ujMMoAkMEe-bzopYCigSfg <---------------- COMMIT 1714713573997 Customer@_ujHUIAkMEe-bzopYCigSfg Customer@_ujGtEAkMEe-bzopYCigSfg Customer@_ujMMoAkMEe-bzopYCigSfg COMMIT 1714713573998 Customer@_ujHUIAkMEe-bzopYCigSfg Customer@_ujGtEAkMEe-bzopYCigSfg Customer@_ujMMoAkMEe-bzopYCigSfg Customer@_ujOo4AkMEe-bzopYCigSfg <---------------- COMMIT 1714713574001 Customer@_ujHUIAkMEe-bzopYCigSfg Customer@_ujGtEAkMEe-bzopYCigSfg Customer@_ujMMoAkMEe-bzopYCigSfg Customer@_ujOo4AkMEe-bzopYCigSfg ******************************************************* Bugzilla_505654_Test.testCrossMergeAndRemerge [H2-branching-ranges-uuids, JVM, Native] ******************************************************* COMMIT 1714713574008 Company@_ujUvggkMEe-bzopYCigSfg COMMIT 1714713574012 Customer@_ujXLwAkMEe-bzopYCigSfg COMMIT 1714713574013 Supplier@_ujXy0AkMEe-bzopYCigSfg ----------------> COMMIT 1714713574026 Supplier@_ujXy0AkMEe-bzopYCigSfg Customer@_ujXLwAkMEe-bzopYCigSfg COMMIT 1714713574027 Supplier@_ujXy0AkMEe-bzopYCigSfg Supplier@_ujgVsAkMEe-bzopYCigSfg Customer@_ujXLwAkMEe-bzopYCigSfg <---------------- COMMIT 1714713574030 Supplier@_ujXy0AkMEe-bzopYCigSfg Supplier@_ujgVsAkMEe-bzopYCigSfg Customer@_ujXLwAkMEe-bzopYCigSfg ******************************************************* Bugzilla_505654_Test.testCrossMergeAndRemerge_SameList [H2-branching-ranges-uuids, JVM, Native] ******************************************************* COMMIT 1714713574037 Company@_ujmcUgkMEe-bzopYCigSfg COMMIT 1714713574041 Customer@_ujo4kAkMEe-bzopYCigSfg COMMIT 1714713574042 Customer@_ujpfoAkMEe-bzopYCigSfg ----------------> COMMIT 1714713574045 Customer@_ujo4kAkMEe-bzopYCigSfg Customer@_ujpfoAkMEe-bzopYCigSfg COMMIT 1714713574046 Customer@_ujo4kAkMEe-bzopYCigSfg Customer@_ujpfoAkMEe-bzopYCigSfg Customer@_ujr74AkMEe-bzopYCigSfg <---------------- COMMIT 1714713574049 Customer@_ujo4kAkMEe-bzopYCigSfg Customer@_ujpfoAkMEe-bzopYCigSfg Customer@_ujr74AkMEe-bzopYCigSfg ******************************************************* Bugzilla_505654_Test.testCrossMerge_SameList [H2-branching-ranges-uuids, JVM, Native] ******************************************************* COMMIT 1714713574055 Company@_ujxbcgkMEe-bzopYCigSfg COMMIT 1714713574059 Customer@_ujz3sAkMEe-bzopYCigSfg COMMIT 1714713574060 Customer@_uj0ewAkMEe-bzopYCigSfg <---------------- COMMIT 1714713574063 Customer@_uj0ewAkMEe-bzopYCigSfg Customer@_ujz3sAkMEe-bzopYCigSfg ----------------> COMMIT 1714713574065 Customer@_uj0ewAkMEe-bzopYCigSfg Customer@_ujz3sAkMEe-bzopYCigSfg ******************************************************* Bugzilla_505654_Test.testMergeAndCrossMergeAndRemerge [H2-branching-ranges-uuids, JVM, Native] ******************************************************* COMMIT 1714713574071 Company@_uj7McgkMEe-bzopYCigSfg COMMIT 1714713574075 Customer@_uj9osAkMEe-bzopYCigSfg COMMIT 1714713574076 Supplier@_uj-PwAkMEe-bzopYCigSfg <---------------- COMMIT 1714713574079 Supplier@_uj-PwAkMEe-bzopYCigSfg Customer@_uj9osAkMEe-bzopYCigSfg ----------------> COMMIT 1714713574082 Supplier@_uj-PwAkMEe-bzopYCigSfg Customer@_uj9osAkMEe-bzopYCigSfg COMMIT 1714713574083 Supplier@_uj-PwAkMEe-bzopYCigSfg Supplier@_ukB6IAkMEe-bzopYCigSfg Customer@_uj9osAkMEe-bzopYCigSfg <---------------- COMMIT 1714713574086 Supplier@_uj-PwAkMEe-bzopYCigSfg Supplier@_ukB6IAkMEe-bzopYCigSfg Customer@_uj9osAkMEe-bzopYCigSfg ******************************************************* Bugzilla_505654_Test.testMergeAndCrossMergeAndRemerge_SameList [H2-branching-ranges-uuids, JVM, Native] ******************************************************* COMMIT 1714713574093 Company@_ukIAwgkMEe-bzopYCigSfg COMMIT 1714713574097 Customer@_ukLEEAkMEe-bzopYCigSfg COMMIT 1714713574098 Customer@_ukLEEQkMEe-bzopYCigSfg <---------------- COMMIT 1714713574101 Customer@_ukLEEQkMEe-bzopYCigSfg Customer@_ukLEEAkMEe-bzopYCigSfg ----------------> COMMIT 1714713574103 Customer@_ukLEEQkMEe-bzopYCigSfg Customer@_ukLEEAkMEe-bzopYCigSfg COMMIT 1714713574104 Customer@_ukLEEQkMEe-bzopYCigSfg Customer@_ukLEEAkMEe-bzopYCigSfg Customer@_ukPVgAkMEe-bzopYCigSfg <---------------- COMMIT 1714713574107 Customer@_ukLEEQkMEe-bzopYCigSfg Customer@_ukLEEAkMEe-bzopYCigSfg Customer@_ukPVgAkMEe-bzopYCigSfg ******************************************************* Bugzilla_505654_Test.testMultipleRemerges [H2-branching-ranges-uuids, JVM, Native] ******************************************************* COMMIT 1714713574113 Company@_ukU1EgkMEe-bzopYCigSfg COMMIT 1714713574128 Customer@_ukd_AAkMEe-bzopYCigSfg COMMIT 1714713574129 Supplier@_ukd_AQkMEe-bzopYCigSfg <---------------- COMMIT 1714713574133 Supplier@_ukd_AQkMEe-bzopYCigSfg Customer@_ukd_AAkMEe-bzopYCigSfg COMMIT 1714713574135 Supplier@_ukd_AQkMEe-bzopYCigSfg Customer@_ukd_AAkMEe-bzopYCigSfg Customer@_ukhCUAkMEe-bzopYCigSfg COMMIT 1714713574136 Supplier@_ukd_AQkMEe-bzopYCigSfg Supplier@_ukiQcAkMEe-bzopYCigSfg <---------------- COMMIT 1714713574138 Supplier@_ukd_AQkMEe-bzopYCigSfg Supplier@_ukiQcAkMEe-bzopYCigSfg Customer@_ukd_AAkMEe-bzopYCigSfg Customer@_ukhCUAkMEe-bzopYCigSfg COMMIT 1714713574139 Supplier@_ukd_AQkMEe-bzopYCigSfg Supplier@_ukiQcAkMEe-bzopYCigSfg Customer@_ukd_AAkMEe-bzopYCigSfg Customer@_ukhCUAkMEe-bzopYCigSfg Customer@_ukkssAkMEe-bzopYCigSfg COMMIT 1714713574140 Supplier@_ukd_AQkMEe-bzopYCigSfg Supplier@_ukiQcAkMEe-bzopYCigSfg Supplier@_uklTwAkMEe-bzopYCigSfg <---------------- COMMIT 1714713574143 Supplier@_ukd_AQkMEe-bzopYCigSfg Supplier@_ukiQcAkMEe-bzopYCigSfg Supplier@_uklTwAkMEe-bzopYCigSfg Customer@_ukd_AAkMEe-bzopYCigSfg Customer@_ukhCUAkMEe-bzopYCigSfg Customer@_ukkssAkMEe-bzopYCigSfg ******************************************************* Bugzilla_505654_Test.testMultipleRemerges_SameList [H2-branching-ranges-uuids, JVM, Native] ******************************************************* COMMIT 1714713574150 Company@_ukraYQkMEe-bzopYCigSfg COMMIT 1714713574154 Customer@_ukt2oAkMEe-bzopYCigSfg COMMIT 1714713574155 Customer@_ukudsAkMEe-bzopYCigSfg <---------------- COMMIT 1714713574158 Customer@_ukudsAkMEe-bzopYCigSfg Customer@_ukt2oAkMEe-bzopYCigSfg COMMIT 1714713574159 Customer@_ukudsAkMEe-bzopYCigSfg Customer@_ukt2oAkMEe-bzopYCigSfg Customer@_ukw58AkMEe-bzopYCigSfg COMMIT 1714713574160 Customer@_ukudsAkMEe-bzopYCigSfg Customer@_ukxhAAkMEe-bzopYCigSfg <---------------- COMMIT 1714713574162 Customer@_ukudsAkMEe-bzopYCigSfg Customer@_ukxhAAkMEe-bzopYCigSfg Customer@_ukt2oAkMEe-bzopYCigSfg Customer@_ukw58AkMEe-bzopYCigSfg COMMIT 1714713574163 Customer@_ukudsAkMEe-bzopYCigSfg Customer@_ukxhAAkMEe-bzopYCigSfg Customer@_ukt2oAkMEe-bzopYCigSfg Customer@_ukw58AkMEe-bzopYCigSfg Customer@_ukzWMAkMEe-bzopYCigSfg COMMIT 1714713574164 Customer@_ukudsAkMEe-bzopYCigSfg Customer@_ukxhAAkMEe-bzopYCigSfg Customer@_ukz9QAkMEe-bzopYCigSfg <---------------- COMMIT 1714713574167 Customer@_ukudsAkMEe-bzopYCigSfg Customer@_ukxhAAkMEe-bzopYCigSfg Customer@_ukz9QAkMEe-bzopYCigSfg Customer@_ukt2oAkMEe-bzopYCigSfg Customer@_ukw58AkMEe-bzopYCigSfg Customer@_ukzWMAkMEe-bzopYCigSfg ******************************************************* Bugzilla_516824_Test.testSetBranch [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_516824_Test.testSetBranchLegacy [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_517168_Test.testDeletedXRef_ManyValue [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_517168_Test.testDeletedXRef_SingleValue [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_517168_Test.testDuplicateXRef_SingleValue [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_517225_Test.testStringCompressorLeak [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_528129_Test.testMoveToPersistentContainment [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_528129_Test.testMoveToTransientContainment [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_528129_Test.testMoveWithinView [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_528129_Test.testPersistentContainment [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_528129_Test.testPersistentContainmentTree [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_528129_Test.testTransientContainment [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ClassWithTransientContainment[PREPARED]: TRANSIENT --> PREPARED ClassWithTransientContainment@_vhg2EgkMEe-bzopYCigSfg[NEW]: PREPARED --> NEW ******************************************************* Bugzilla_528129_Test.testTransientContainmentTree [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_530498_Test.testNoNullRevisionAfterTransactionRollback [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_539332_Test.testRestartWithDynamicPackage [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_541003_Test.testLockStateWithPrefetcher [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_541003_Test.testLockStateWithoutPrefetcher [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_541437_Test.testUUIDAfterRestart [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Bugzilla_541437_Test.testUUIDWithoutOverride [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_547640_Test.testCommitConflictResolver_OneCommit [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' Suspending commit notifications Resuming commit notifications ******************************************************* Bugzilla_547640_Test.testCommitConflictResolver_TwoCommits [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' Suspending commit notifications Resuming commit notifications ******************************************************* Bugzilla_552043_Test.testRollbackInverseCrossReferencer [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Bugzilla_552043_Test.testRollbackInverseCrossReferencer_WithAttachedRevisionsMap [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_552043_Test.testRollbackMultipleNewObject [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_552043_Test.testRollbackMultipleNewObject_WithAttachedRevisionsMap [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_552043_Test.testRollbackNewObject [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_552043_Test.testRollbackNewObject_WithAttachedRevisionsMap [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] Security realm created in /security [ERROR] Not active: SignalProtocol[cdo] org.eclipse.net4j.util.lifecycle.LifecycleException: Not active: SignalProtocol[cdo] at org.eclipse.net4j.util.lifecycle.LifecycleUtil.checkActive(LifecycleUtil.java:102) at org.eclipse.net4j.signal.Signal.getProtocol(Signal.java:104) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerIndication.getProtocol(CDOServerIndication.java:54) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerIndication.getProtocol(CDOServerIndication.java:1) at org.eclipse.net4j.signal.IndicationWithResponse.sendExceptionSignal(IndicationWithResponse.java:105) at org.eclipse.net4j.signal.IndicationWithResponse.execute(IndicationWithResponse.java:78) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerReadIndication.execute(CDOServerReadIndication.java:36) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) ******************************************************* Bugzilla_560957_Test.testDeadlockOnViewGetBranch [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Bugzilla_561250_Test.testMapInitialization [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_562011_Test.testDocumentRoot_FeatureMap [H2-branching-ranges-uuids, JVM, Native] ******************************************************* DocumentRoot[TRANSIENT] ******************************************************* Bugzilla_562246_Test.testLockAutoReleasePropagation_DifferentSession [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_562246_Test.testLockAutoReleasePropagation_SameSession [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_563616_Test.testImportProxyObject [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_566582_Test.testSubFolderDelete [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Bugzilla_570123_Test.testReattachInvalidate [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_576893_Test.testLockStatePrefetching [H2-branching-ranges-uuids, JVM, Native] ******************************************************* Testing open view... Prefetching MAIN/* Adding Category@_vw9AQwkMEe-bzopYCigSfg:0v1 Adding Category@_vw9ARAkMEe-bzopYCigSfg:0v1 Adding Category@_vw9ARQkMEe-bzopYCigSfg:0v1 Adding Category@_vw9ARgkMEe-bzopYCigSfg:0v1 Adding Category@_vw9ARwkMEe-bzopYCigSfg:0v1 Adding Product1@_vw9ASAkMEe-bzopYCigSfg:0v1 Adding Product1@_vw9ASQkMEe-bzopYCigSfg:0v1 Adding Category@_vw9ASgkMEe-bzopYCigSfg:0v1 Adding Category@_vw9ASwkMEe-bzopYCigSfg:0v1 Adding Category@_vw9ATAkMEe-bzopYCigSfg:0v1 Adding Category@_vw9ATQkMEe-bzopYCigSfg:0v1 Adding Product1@_vw9ATgkMEe-bzopYCigSfg:0v1 Adding Product1@_vw9ATwkMEe-bzopYCigSfg:0v1 Adding Category@_vw9AUAkMEe-bzopYCigSfg:0v1 Adding Category@_vw9AUQkMEe-bzopYCigSfg:0v1 Adding Category@_vw9AUgkMEe-bzopYCigSfg:0v1 Adding Category@_vw9nUAkMEe-bzopYCigSfg:0v1 Adding Product1@_vw9nUQkMEe-bzopYCigSfg:0v1 Adding Product1@_vw9nUgkMEe-bzopYCigSfg:0v1 Adding Product1@_vw9nUwkMEe-bzopYCigSfg:0v1 Adding Product1@_vw9nVAkMEe-bzopYCigSfg:0v1 Adding Category@_vw9nVQkMEe-bzopYCigSfg:0v1 Adding Category@_vw9nVgkMEe-bzopYCigSfg:0v1 Adding Category@_vw9nVwkMEe-bzopYCigSfg:0v1 Adding Category@_vw9nWAkMEe-bzopYCigSfg:0v1 Adding Category@_vw9nWQkMEe-bzopYCigSfg:0v1 Adding Product1@_vw9nWgkMEe-bzopYCigSfg:0v1 Adding Product1@_vw9nWwkMEe-bzopYCigSfg:0v1 Adding Category@_vw9nXAkMEe-bzopYCigSfg:0v1 Adding Category@_vw9nXQkMEe-bzopYCigSfg:0v1 Adding Category@_vw9nXgkMEe-bzopYCigSfg:0v1 Adding Category@_vw9nXwkMEe-bzopYCigSfg:0v1 Adding Product1@_vw9nYAkMEe-bzopYCigSfg:0v1 Adding Product1@_vw9nYQkMEe-bzopYCigSfg:0v1 Adding Category@_vw9nYgkMEe-bzopYCigSfg:0v1 Adding Category@_vw9nYwkMEe-bzopYCigSfg:0v1 Adding Category@_vw9nZAkMEe-bzopYCigSfg:0v1 Adding Category@_vw9nZQkMEe-bzopYCigSfg:0v1 Adding Product1@_vw9nZgkMEe-bzopYCigSfg:0v1 Adding Product1@_vw9nZwkMEe-bzopYCigSfg:0v1 Adding Product1@_vw9naAkMEe-bzopYCigSfg:0v1 Adding Product1@_vw9naQkMEe-bzopYCigSfg:0v1 Adding Category@_vw9nagkMEe-bzopYCigSfg:0v1 Adding Category@_vw9nawkMEe-bzopYCigSfg:0v1 Adding Category@_vw9nbAkMEe-bzopYCigSfg:0v1 Adding Category@_vw9nbQkMEe-bzopYCigSfg:0v1 Adding Category@_vw9nbgkMEe-bzopYCigSfg:0v1 Adding Product1@_vw9nbwkMEe-bzopYCigSfg:0v1 Adding Product1@_vw9ncAkMEe-bzopYCigSfg:0v1 Adding Category@_vw9ncQkMEe-bzopYCigSfg:0v1 Adding Category@_vw9ncgkMEe-bzopYCigSfg:0v1 Adding Category@_vw9ncwkMEe-bzopYCigSfg:0v1 Adding Category@_vw9ndAkMEe-bzopYCigSfg:0v1 Adding Product1@_vw9ndQkMEe-bzopYCigSfg:0v1 Adding Product1@_vw9ndgkMEe-bzopYCigSfg:0v1 Adding Category@_vw9ndwkMEe-bzopYCigSfg:0v1 Adding Category@_vw9neAkMEe-bzopYCigSfg:0v1 Adding Category@_vw9neQkMEe-bzopYCigSfg:0v1 Adding Category@_vw9negkMEe-bzopYCigSfg:0v1 Adding Product1@_vw9newkMEe-bzopYCigSfg:0v1 Adding Product1@_vw9nfAkMEe-bzopYCigSfg:0v1 Adding Product1@_vw9nfQkMEe-bzopYCigSfg:0v1 Adding Product1@_vw9nfgkMEe-bzopYCigSfg:0v1 Adding Product1@_vw9nfwkMEe-bzopYCigSfg:0v1 Adding Product1@_vw9ngAkMEe-bzopYCigSfg:0v1 Adding Category@_vw9AQgkMEe-bzopYCigSfg:0v1 Adding Category@_vw9AQgkMEe-bzopYCigSfg:0v1 Adding CDOResource@_vw9AQQkMEe-bzopYCigSfg:0v1("res1") Adding CDOResourceFolder@_vw9AQAkMEe-bzopYCigSfg:0v1("Bugzilla_576893_Test_testLockStatePrefetching") Adding CDOResource@_vwj-sAkMEe-bzopYCigSfg:0v4("/") Adding CDOResource@_vw9AQQkMEe-bzopYCigSfg:0v1("res1") Adding Category@_vw9AQwkMEe-bzopYCigSfg:0v1 Adding Category@_vw9nVQkMEe-bzopYCigSfg:0v1 Adding Category@_vw9ARAkMEe-bzopYCigSfg:0v1 Adding Category@_vw9ASgkMEe-bzopYCigSfg:0v1 Adding Category@_vw9ARQkMEe-bzopYCigSfg:0v1 Adding Category@_vw9ARgkMEe-bzopYCigSfg:0v1 Adding Category@_vw9ARwkMEe-bzopYCigSfg:0v1 Adding Product1@_vw9ASAkMEe-bzopYCigSfg:0v1 Adding Product1@_vw9ASQkMEe-bzopYCigSfg:0v1 Adding Category@_vw9AUAkMEe-bzopYCigSfg:0v1 Adding Category@_vw9ASwkMEe-bzopYCigSfg:0v1 Adding Category@_vw9ATAkMEe-bzopYCigSfg:0v1 Adding Category@_vw9ATQkMEe-bzopYCigSfg:0v1 Adding Product1@_vw9ATgkMEe-bzopYCigSfg:0v1 Adding Product1@_vw9ATwkMEe-bzopYCigSfg:0v1 Adding Product1@_vw9nUwkMEe-bzopYCigSfg:0v1 Adding Category@_vw9AUQkMEe-bzopYCigSfg:0v1 Adding Category@_vw9AUgkMEe-bzopYCigSfg:0v1 Adding Category@_vw9nUAkMEe-bzopYCigSfg:0v1 Adding Product1@_vw9nUQkMEe-bzopYCigSfg:0v1 Adding Product1@_vw9nUgkMEe-bzopYCigSfg:0v1 Adding Product1@_vw9nVAkMEe-bzopYCigSfg:0v1 Adding Category@_vw9nagkMEe-bzopYCigSfg:0v1 Adding Category@_vw9nVgkMEe-bzopYCigSfg:0v1 Adding Category@_vw9nXAkMEe-bzopYCigSfg:0v1 Adding Category@_vw9nVwkMEe-bzopYCigSfg:0v1 Adding Category@_vw9nWAkMEe-bzopYCigSfg:0v1 Adding Category@_vw9nWQkMEe-bzopYCigSfg:0v1 Adding Product1@_vw9nWgkMEe-bzopYCigSfg:0v1 Adding Product1@_vw9nWwkMEe-bzopYCigSfg:0v1 Adding Category@_vw9nYgkMEe-bzopYCigSfg:0v1 Adding Category@_vw9nXQkMEe-bzopYCigSfg:0v1 Adding Category@_vw9nXgkMEe-bzopYCigSfg:0v1 Adding Category@_vw9nXwkMEe-bzopYCigSfg:0v1 Adding Product1@_vw9nYAkMEe-bzopYCigSfg:0v1 Adding Product1@_vw9nYQkMEe-bzopYCigSfg:0v1 Adding Product1@_vw9naAkMEe-bzopYCigSfg:0v1 Adding Category@_vw9nYwkMEe-bzopYCigSfg:0v1 Adding Category@_vw9nZAkMEe-bzopYCigSfg:0v1 Adding Category@_vw9nZQkMEe-bzopYCigSfg:0v1 Adding Product1@_vw9nZgkMEe-bzopYCigSfg:0v1 Adding Product1@_vw9nZwkMEe-bzopYCigSfg:0v1 Adding Product1@_vw9naQkMEe-bzopYCigSfg:0v1 Adding Product1@_vw9nfwkMEe-bzopYCigSfg:0v1 Adding Category@_vw9nawkMEe-bzopYCigSfg:0v1 Adding Category@_vw9ncQkMEe-bzopYCigSfg:0v1 Adding Category@_vw9nbAkMEe-bzopYCigSfg:0v1 Adding Category@_vw9nbQkMEe-bzopYCigSfg:0v1 Adding Category@_vw9nbgkMEe-bzopYCigSfg:0v1 Adding Product1@_vw9nbwkMEe-bzopYCigSfg:0v1 Adding Product1@_vw9ncAkMEe-bzopYCigSfg:0v1 Adding Category@_vw9ndwkMEe-bzopYCigSfg:0v1 Adding Category@_vw9ncgkMEe-bzopYCigSfg:0v1 Adding Category@_vw9ncwkMEe-bzopYCigSfg:0v1 Adding Category@_vw9ndAkMEe-bzopYCigSfg:0v1 Adding Product1@_vw9ndQkMEe-bzopYCigSfg:0v1 Adding Product1@_vw9ndgkMEe-bzopYCigSfg:0v1 Adding Product1@_vw9nfQkMEe-bzopYCigSfg:0v1 Adding Category@_vw9neAkMEe-bzopYCigSfg:0v1 Adding Category@_vw9neQkMEe-bzopYCigSfg:0v1 Adding Category@_vw9negkMEe-bzopYCigSfg:0v1 Adding Product1@_vw9newkMEe-bzopYCigSfg:0v1 Adding Product1@_vw9nfAkMEe-bzopYCigSfg:0v1 Adding Product1@_vw9nfgkMEe-bzopYCigSfg:0v1 Adding Product1@_vw9ngAkMEe-bzopYCigSfg:0v1 ******************************************************* Bugzilla_576893_Test.testPrefetcherManager [H2-branching-ranges-uuids, JVM, Native] ******************************************************* Testing open view... Prefetching MAIN/* Adding Category@_vxLpwgkMEe-bzopYCigSfg:0v1 Adding Category@_vxLpwwkMEe-bzopYCigSfg:0v1 Adding Category@_vxLpxAkMEe-bzopYCigSfg:0v1 Adding Category@_vxLpxQkMEe-bzopYCigSfg:0v1 Adding Category@_vxLpxgkMEe-bzopYCigSfg:0v1 Adding Product1@_vxLpxwkMEe-bzopYCigSfg:0v1 Adding Product1@_vxLpyAkMEe-bzopYCigSfg:0v1 Adding Category@_vxLpyQkMEe-bzopYCigSfg:0v1 Adding Category@_vxLpygkMEe-bzopYCigSfg:0v1 Adding Category@_vxLpywkMEe-bzopYCigSfg:0v1 Adding Category@_vxLpzAkMEe-bzopYCigSfg:0v1 Adding Product1@_vxLpzQkMEe-bzopYCigSfg:0v1 Adding Product1@_vxLpzgkMEe-bzopYCigSfg:0v1 Adding Category@_vxLpzwkMEe-bzopYCigSfg:0v1 Adding Category@_vxLp0AkMEe-bzopYCigSfg:0v1 Adding Category@_vxLp0QkMEe-bzopYCigSfg:0v1 Adding Category@_vxLp0gkMEe-bzopYCigSfg:0v1 Adding Product1@_vxLp0wkMEe-bzopYCigSfg:0v1 Adding Product1@_vxLp1AkMEe-bzopYCigSfg:0v1 Adding Product1@_vxLp1QkMEe-bzopYCigSfg:0v1 Adding Product1@_vxLp1gkMEe-bzopYCigSfg:0v1 Adding Category@_vxLp1wkMEe-bzopYCigSfg:0v1 Adding Category@_vxLp2AkMEe-bzopYCigSfg:0v1 Adding Category@_vxLp2QkMEe-bzopYCigSfg:0v1 Adding Category@_vxLp2gkMEe-bzopYCigSfg:0v1 Adding Category@_vxLp2wkMEe-bzopYCigSfg:0v1 Adding Product1@_vxLp3AkMEe-bzopYCigSfg:0v1 Adding Product1@_vxLp3QkMEe-bzopYCigSfg:0v1 Adding Category@_vxLp3gkMEe-bzopYCigSfg:0v1 Adding Category@_vxLp3wkMEe-bzopYCigSfg:0v1 Adding Category@_vxLp4AkMEe-bzopYCigSfg:0v1 Adding Category@_vxLp4QkMEe-bzopYCigSfg:0v1 Adding Product1@_vxLp4gkMEe-bzopYCigSfg:0v1 Adding Product1@_vxLp4wkMEe-bzopYCigSfg:0v1 Adding Category@_vxLp5AkMEe-bzopYCigSfg:0v1 Adding Category@_vxLp5QkMEe-bzopYCigSfg:0v1 Adding Category@_vxLp5gkMEe-bzopYCigSfg:0v1 Adding Category@_vxLp5wkMEe-bzopYCigSfg:0v1 Adding Product1@_vxLp6AkMEe-bzopYCigSfg:0v1 Adding Product1@_vxLp6QkMEe-bzopYCigSfg:0v1 Adding Product1@_vxLp6gkMEe-bzopYCigSfg:0v1 Adding Product1@_vxLp6wkMEe-bzopYCigSfg:0v1 Adding Category@_vxLp7AkMEe-bzopYCigSfg:0v1 Adding Category@_vxLp7QkMEe-bzopYCigSfg:0v1 Adding Category@_vxLp7gkMEe-bzopYCigSfg:0v1 Adding Category@_vxLp7wkMEe-bzopYCigSfg:0v1 Adding Category@_vxLp8AkMEe-bzopYCigSfg:0v1 Adding Product1@_vxLp8QkMEe-bzopYCigSfg:0v1 Adding Product1@_vxLp8gkMEe-bzopYCigSfg:0v1 Adding Category@_vxLp8wkMEe-bzopYCigSfg:0v1 Adding Category@_vxLp9AkMEe-bzopYCigSfg:0v1 Adding Category@_vxLp9QkMEe-bzopYCigSfg:0v1 Adding Category@_vxLp9gkMEe-bzopYCigSfg:0v1 Adding Product1@_vxLp9wkMEe-bzopYCigSfg:0v1 Adding Product1@_vxLp-AkMEe-bzopYCigSfg:0v1 Adding Category@_vxLp-QkMEe-bzopYCigSfg:0v1 Adding Category@_vxLp-gkMEe-bzopYCigSfg:0v1 Adding Category@_vxLp-wkMEe-bzopYCigSfg:0v1 Adding Category@_vxLp_AkMEe-bzopYCigSfg:0v1 Adding Product1@_vxLp_QkMEe-bzopYCigSfg:0v1 Adding Product1@_vxLp_gkMEe-bzopYCigSfg:0v1 Adding Product1@_vxLp_wkMEe-bzopYCigSfg:0v1 Adding Product1@_vxLqAAkMEe-bzopYCigSfg:0v1 Adding Product1@_vxLqAQkMEe-bzopYCigSfg:0v1 Adding Product1@_vxLqAgkMEe-bzopYCigSfg:0v1 Adding Category@_vxLpwQkMEe-bzopYCigSfg:0v1 Testing passive update... Adding Category@_vxLpwQkMEe-bzopYCigSfg:0v2 Testing cleanup... Removed Category@_vxLpwQkMEe-bzopYCigSfg:0v1 Testing view target switch... Prefetching Bugzilla_576893_Test_testPrefetcherManager_subBranch/* Adding Category@_vxLpwgkMEe-bzopYCigSfg:1v0->0v1 Adding Category@_vxLpwgkMEe-bzopYCigSfg:0v1 Adding Category@_vxLpwwkMEe-bzopYCigSfg:1v0->0v1 Adding Category@_vxLpwwkMEe-bzopYCigSfg:0v1 Adding Category@_vxLpxAkMEe-bzopYCigSfg:1v0->0v1 Adding Category@_vxLpxAkMEe-bzopYCigSfg:0v1 Adding Category@_vxLpxQkMEe-bzopYCigSfg:1v0->0v1 Adding Category@_vxLpxQkMEe-bzopYCigSfg:0v1 Adding Category@_vxLpxgkMEe-bzopYCigSfg:1v0->0v1 Adding Category@_vxLpxgkMEe-bzopYCigSfg:0v1 Adding Product1@_vxLpxwkMEe-bzopYCigSfg:1v0->0v1 Adding Product1@_vxLpxwkMEe-bzopYCigSfg:0v1 Adding Product1@_vxLpyAkMEe-bzopYCigSfg:1v0->0v1 Adding Product1@_vxLpyAkMEe-bzopYCigSfg:0v1 Adding Category@_vxLpyQkMEe-bzopYCigSfg:1v0->0v1 Adding Category@_vxLpyQkMEe-bzopYCigSfg:0v1 Adding Category@_vxLpygkMEe-bzopYCigSfg:1v0->0v1 Adding Category@_vxLpygkMEe-bzopYCigSfg:0v1 Adding Category@_vxLpywkMEe-bzopYCigSfg:1v0->0v1 Adding Category@_vxLpywkMEe-bzopYCigSfg:0v1 Adding Category@_vxLpzAkMEe-bzopYCigSfg:1v0->0v1 Adding Category@_vxLpzAkMEe-bzopYCigSfg:0v1 Adding Product1@_vxLpzQkMEe-bzopYCigSfg:1v0->0v1 Adding Product1@_vxLpzQkMEe-bzopYCigSfg:0v1 Adding Product1@_vxLpzgkMEe-bzopYCigSfg:1v0->0v1 Adding Product1@_vxLpzgkMEe-bzopYCigSfg:0v1 Adding Category@_vxLpzwkMEe-bzopYCigSfg:1v0->0v1 Adding Category@_vxLpzwkMEe-bzopYCigSfg:0v1 Adding Category@_vxLp0AkMEe-bzopYCigSfg:1v0->0v1 Adding Category@_vxLp0AkMEe-bzopYCigSfg:0v1 Adding Category@_vxLp0QkMEe-bzopYCigSfg:1v0->0v1 Adding Category@_vxLp0QkMEe-bzopYCigSfg:0v1 Adding Category@_vxLp0gkMEe-bzopYCigSfg:1v0->0v1 Adding Category@_vxLp0gkMEe-bzopYCigSfg:0v1 Adding Product1@_vxLp0wkMEe-bzopYCigSfg:1v0->0v1 Adding Product1@_vxLp0wkMEe-bzopYCigSfg:0v1 Adding Product1@_vxLp1AkMEe-bzopYCigSfg:1v0->0v1 Adding Product1@_vxLp1AkMEe-bzopYCigSfg:0v1 Adding Product1@_vxLp1QkMEe-bzopYCigSfg:1v0->0v1 Adding Product1@_vxLp1QkMEe-bzopYCigSfg:0v1 Adding Product1@_vxLp1gkMEe-bzopYCigSfg:1v0->0v1 Adding Product1@_vxLp1gkMEe-bzopYCigSfg:0v1 Adding Category@_vxLp1wkMEe-bzopYCigSfg:1v0->0v1 Adding Category@_vxLp1wkMEe-bzopYCigSfg:0v1 Adding Category@_vxLp2AkMEe-bzopYCigSfg:1v0->0v1 Adding Category@_vxLp2AkMEe-bzopYCigSfg:0v1 Adding Category@_vxLp2QkMEe-bzopYCigSfg:1v0->0v1 Adding Category@_vxLp2QkMEe-bzopYCigSfg:0v1 Adding Category@_vxLp2gkMEe-bzopYCigSfg:1v0->0v1 Adding Category@_vxLp2gkMEe-bzopYCigSfg:0v1 Adding Category@_vxLp2wkMEe-bzopYCigSfg:1v0->0v1 Adding Category@_vxLp2wkMEe-bzopYCigSfg:0v1 Adding Product1@_vxLp3AkMEe-bzopYCigSfg:1v0->0v1 Adding Product1@_vxLp3AkMEe-bzopYCigSfg:0v1 Adding Product1@_vxLp3QkMEe-bzopYCigSfg:1v0->0v1 Adding Product1@_vxLp3QkMEe-bzopYCigSfg:0v1 Adding Category@_vxLp3gkMEe-bzopYCigSfg:1v0->0v1 Adding Category@_vxLp3gkMEe-bzopYCigSfg:0v1 Adding Category@_vxLp3wkMEe-bzopYCigSfg:1v0->0v1 Adding Category@_vxLp3wkMEe-bzopYCigSfg:0v1 Adding Category@_vxLp4AkMEe-bzopYCigSfg:1v0->0v1 Adding Category@_vxLp4AkMEe-bzopYCigSfg:0v1 Adding Category@_vxLp4QkMEe-bzopYCigSfg:1v0->0v1 Adding Category@_vxLp4QkMEe-bzopYCigSfg:0v1 Adding Product1@_vxLp4gkMEe-bzopYCigSfg:1v0->0v1 Adding Product1@_vxLp4gkMEe-bzopYCigSfg:0v1 Adding Product1@_vxLp4wkMEe-bzopYCigSfg:1v0->0v1 Adding Product1@_vxLp4wkMEe-bzopYCigSfg:0v1 Adding Category@_vxLp5AkMEe-bzopYCigSfg:1v0->0v1 Adding Category@_vxLp5AkMEe-bzopYCigSfg:0v1 Adding Category@_vxLp5QkMEe-bzopYCigSfg:1v0->0v1 Adding Category@_vxLp5QkMEe-bzopYCigSfg:0v1 Adding Category@_vxLp5gkMEe-bzopYCigSfg:1v0->0v1 Adding Category@_vxLp5gkMEe-bzopYCigSfg:0v1 Adding Category@_vxLp5wkMEe-bzopYCigSfg:1v0->0v1 Adding Category@_vxLp5wkMEe-bzopYCigSfg:0v1 Adding Product1@_vxLp6AkMEe-bzopYCigSfg:1v0->0v1 Adding Product1@_vxLp6AkMEe-bzopYCigSfg:0v1 Adding Product1@_vxLp6QkMEe-bzopYCigSfg:1v0->0v1 Adding Product1@_vxLp6QkMEe-bzopYCigSfg:0v1 Adding Product1@_vxLp6gkMEe-bzopYCigSfg:1v0->0v1 Adding Product1@_vxLp6gkMEe-bzopYCigSfg:0v1 Adding Product1@_vxLp6wkMEe-bzopYCigSfg:1v0->0v1 Adding Product1@_vxLp6wkMEe-bzopYCigSfg:0v1 Adding Category@_vxLp7AkMEe-bzopYCigSfg:1v0->0v1 Adding Category@_vxLp7AkMEe-bzopYCigSfg:0v1 Adding Category@_vxLp7QkMEe-bzopYCigSfg:1v0->0v1 Adding Category@_vxLp7QkMEe-bzopYCigSfg:0v1 Adding Category@_vxLp7gkMEe-bzopYCigSfg:1v0->0v1 Adding Category@_vxLp7gkMEe-bzopYCigSfg:0v1 Adding Category@_vxLp7wkMEe-bzopYCigSfg:1v0->0v1 Adding Category@_vxLp7wkMEe-bzopYCigSfg:0v1 Adding Category@_vxLp8AkMEe-bzopYCigSfg:1v0->0v1 Adding Category@_vxLp8AkMEe-bzopYCigSfg:0v1 Adding Product1@_vxLp8QkMEe-bzopYCigSfg:1v0->0v1 Adding Product1@_vxLp8QkMEe-bzopYCigSfg:0v1 Adding Product1@_vxLp8gkMEe-bzopYCigSfg:1v0->0v1 Adding Product1@_vxLp8gkMEe-bzopYCigSfg:0v1 Adding Category@_vxLp8wkMEe-bzopYCigSfg:1v0->0v1 Adding Category@_vxLp8wkMEe-bzopYCigSfg:0v1 Adding Category@_vxLp9AkMEe-bzopYCigSfg:1v0->0v1 Adding Category@_vxLp9AkMEe-bzopYCigSfg:0v1 Adding Category@_vxLp9QkMEe-bzopYCigSfg:1v0->0v1 Adding Category@_vxLp9QkMEe-bzopYCigSfg:0v1 Adding Category@_vxLp9gkMEe-bzopYCigSfg:1v0->0v1 Adding Category@_vxLp9gkMEe-bzopYCigSfg:0v1 Adding Product1@_vxLp9wkMEe-bzopYCigSfg:1v0->0v1 Adding Product1@_vxLp9wkMEe-bzopYCigSfg:0v1 Adding Product1@_vxLp-AkMEe-bzopYCigSfg:1v0->0v1 Adding Product1@_vxLp-AkMEe-bzopYCigSfg:0v1 Adding Category@_vxLp-QkMEe-bzopYCigSfg:1v0->0v1 Adding Category@_vxLp-QkMEe-bzopYCigSfg:0v1 Adding Category@_vxLp-gkMEe-bzopYCigSfg:1v0->0v1 Adding Category@_vxLp-gkMEe-bzopYCigSfg:0v1 Adding Category@_vxLp-wkMEe-bzopYCigSfg:1v0->0v1 Adding Category@_vxLp-wkMEe-bzopYCigSfg:0v1 Adding Category@_vxLp_AkMEe-bzopYCigSfg:1v0->0v1 Adding Category@_vxLp_AkMEe-bzopYCigSfg:0v1 Adding Product1@_vxLp_QkMEe-bzopYCigSfg:1v0->0v1 Adding Product1@_vxLp_QkMEe-bzopYCigSfg:0v1 Adding Product1@_vxLp_gkMEe-bzopYCigSfg:1v0->0v1 Adding Product1@_vxLp_gkMEe-bzopYCigSfg:0v1 Adding Product1@_vxLp_wkMEe-bzopYCigSfg:1v0->0v1 Adding Product1@_vxLp_wkMEe-bzopYCigSfg:0v1 Adding Product1@_vxLqAAkMEe-bzopYCigSfg:1v0->0v1 Adding Product1@_vxLqAAkMEe-bzopYCigSfg:0v1 Adding Product1@_vxLqAQkMEe-bzopYCigSfg:1v0->0v1 Adding Product1@_vxLqAQkMEe-bzopYCigSfg:0v1 Adding Product1@_vxLqAgkMEe-bzopYCigSfg:1v0->0v1 Adding Product1@_vxLqAgkMEe-bzopYCigSfg:0v1 Adding Category@_vxLpwQkMEe-bzopYCigSfg:1v0->0v2 Adding Category@_vxLpwQkMEe-bzopYCigSfg:0v2 Testing committing in sub branch... Adding Category@_vxLpwQkMEe-bzopYCigSfg:1v1 Testing cleanup in sub branch... Removed Category@_vxLpwQkMEe-bzopYCigSfg:1v0->0v2 Removed Category@_vxLpwQkMEe-bzopYCigSfg:0v2 Testing close view... Testing new view in sub branch... Prefetching Bugzilla_576893_Test_testPrefetcherManager_subBranch/* Adding Category@_vxLpwgkMEe-bzopYCigSfg:1v0->0v1 Adding Category@_vxLpwgkMEe-bzopYCigSfg:0v1 Adding Category@_vxLpwwkMEe-bzopYCigSfg:1v0->0v1 Adding Category@_vxLpwwkMEe-bzopYCigSfg:0v1 Adding Category@_vxLpxAkMEe-bzopYCigSfg:1v0->0v1 Adding Category@_vxLpxAkMEe-bzopYCigSfg:0v1 Adding Category@_vxLpxQkMEe-bzopYCigSfg:1v0->0v1 Adding Category@_vxLpxQkMEe-bzopYCigSfg:0v1 Adding Category@_vxLpxgkMEe-bzopYCigSfg:1v0->0v1 Adding Category@_vxLpxgkMEe-bzopYCigSfg:0v1 Adding Product1@_vxLpxwkMEe-bzopYCigSfg:1v0->0v1 Adding Product1@_vxLpxwkMEe-bzopYCigSfg:0v1 Adding Product1@_vxLpyAkMEe-bzopYCigSfg:1v0->0v1 Adding Product1@_vxLpyAkMEe-bzopYCigSfg:0v1 Adding Category@_vxLpyQkMEe-bzopYCigSfg:1v0->0v1 Adding Category@_vxLpyQkMEe-bzopYCigSfg:0v1 Adding Category@_vxLpygkMEe-bzopYCigSfg:1v0->0v1 Adding Category@_vxLpygkMEe-bzopYCigSfg:0v1 Adding Category@_vxLpywkMEe-bzopYCigSfg:1v0->0v1 Adding Category@_vxLpywkMEe-bzopYCigSfg:0v1 Adding Category@_vxLpzAkMEe-bzopYCigSfg:1v0->0v1 Adding Category@_vxLpzAkMEe-bzopYCigSfg:0v1 Adding Product1@_vxLpzQkMEe-bzopYCigSfg:1v0->0v1 Adding Product1@_vxLpzQkMEe-bzopYCigSfg:0v1 Adding Product1@_vxLpzgkMEe-bzopYCigSfg:1v0->0v1 Adding Product1@_vxLpzgkMEe-bzopYCigSfg:0v1 Adding Category@_vxLpzwkMEe-bzopYCigSfg:1v0->0v1 Adding Category@_vxLpzwkMEe-bzopYCigSfg:0v1 Adding Category@_vxLp0AkMEe-bzopYCigSfg:1v0->0v1 Adding Category@_vxLp0AkMEe-bzopYCigSfg:0v1 Adding Category@_vxLp0QkMEe-bzopYCigSfg:1v0->0v1 Adding Category@_vxLp0QkMEe-bzopYCigSfg:0v1 Adding Category@_vxLp0gkMEe-bzopYCigSfg:1v0->0v1 Adding Category@_vxLp0gkMEe-bzopYCigSfg:0v1 Adding Product1@_vxLp0wkMEe-bzopYCigSfg:1v0->0v1 Adding Product1@_vxLp0wkMEe-bzopYCigSfg:0v1 Adding Product1@_vxLp1AkMEe-bzopYCigSfg:1v0->0v1 Adding Product1@_vxLp1AkMEe-bzopYCigSfg:0v1 Adding Product1@_vxLp1QkMEe-bzopYCigSfg:1v0->0v1 Adding Product1@_vxLp1QkMEe-bzopYCigSfg:0v1 Adding Product1@_vxLp1gkMEe-bzopYCigSfg:1v0->0v1 Adding Product1@_vxLp1gkMEe-bzopYCigSfg:0v1 Adding Category@_vxLp1wkMEe-bzopYCigSfg:1v0->0v1 Adding Category@_vxLp1wkMEe-bzopYCigSfg:0v1 Adding Category@_vxLp2AkMEe-bzopYCigSfg:1v0->0v1 Adding Category@_vxLp2AkMEe-bzopYCigSfg:0v1 Adding Category@_vxLp2QkMEe-bzopYCigSfg:1v0->0v1 Adding Category@_vxLp2QkMEe-bzopYCigSfg:0v1 Adding Category@_vxLp2gkMEe-bzopYCigSfg:1v0->0v1 Adding Category@_vxLp2gkMEe-bzopYCigSfg:0v1 Adding Category@_vxLp2wkMEe-bzopYCigSfg:1v0->0v1 Adding Category@_vxLp2wkMEe-bzopYCigSfg:0v1 Adding Product1@_vxLp3AkMEe-bzopYCigSfg:1v0->0v1 Adding Product1@_vxLp3AkMEe-bzopYCigSfg:0v1 Adding Product1@_vxLp3QkMEe-bzopYCigSfg:1v0->0v1 Adding Product1@_vxLp3QkMEe-bzopYCigSfg:0v1 Adding Category@_vxLp3gkMEe-bzopYCigSfg:1v0->0v1 Adding Category@_vxLp3gkMEe-bzopYCigSfg:0v1 Adding Category@_vxLp3wkMEe-bzopYCigSfg:1v0->0v1 Adding Category@_vxLp3wkMEe-bzopYCigSfg:0v1 Adding Category@_vxLp4AkMEe-bzopYCigSfg:1v0->0v1 Adding Category@_vxLp4AkMEe-bzopYCigSfg:0v1 Adding Category@_vxLp4QkMEe-bzopYCigSfg:1v0->0v1 Adding Category@_vxLp4QkMEe-bzopYCigSfg:0v1 Adding Product1@_vxLp4gkMEe-bzopYCigSfg:1v0->0v1 Adding Product1@_vxLp4gkMEe-bzopYCigSfg:0v1 Adding Product1@_vxLp4wkMEe-bzopYCigSfg:1v0->0v1 Adding Product1@_vxLp4wkMEe-bzopYCigSfg:0v1 Adding Category@_vxLp5AkMEe-bzopYCigSfg:1v0->0v1 Adding Category@_vxLp5AkMEe-bzopYCigSfg:0v1 Adding Category@_vxLp5QkMEe-bzopYCigSfg:1v0->0v1 Adding Category@_vxLp5QkMEe-bzopYCigSfg:0v1 Adding Category@_vxLp5gkMEe-bzopYCigSfg:1v0->0v1 Adding Category@_vxLp5gkMEe-bzopYCigSfg:0v1 Adding Category@_vxLp5wkMEe-bzopYCigSfg:1v0->0v1 Adding Category@_vxLp5wkMEe-bzopYCigSfg:0v1 Adding Product1@_vxLp6AkMEe-bzopYCigSfg:1v0->0v1 Adding Product1@_vxLp6AkMEe-bzopYCigSfg:0v1 Adding Product1@_vxLp6QkMEe-bzopYCigSfg:1v0->0v1 Adding Product1@_vxLp6QkMEe-bzopYCigSfg:0v1 Adding Product1@_vxLp6gkMEe-bzopYCigSfg:1v0->0v1 Adding Product1@_vxLp6gkMEe-bzopYCigSfg:0v1 Adding Product1@_vxLp6wkMEe-bzopYCigSfg:1v0->0v1 Adding Product1@_vxLp6wkMEe-bzopYCigSfg:0v1 Adding Category@_vxLp7AkMEe-bzopYCigSfg:1v0->0v1 Adding Category@_vxLp7AkMEe-bzopYCigSfg:0v1 Adding Category@_vxLp7QkMEe-bzopYCigSfg:1v0->0v1 Adding Category@_vxLp7QkMEe-bzopYCigSfg:0v1 Adding Category@_vxLp7gkMEe-bzopYCigSfg:1v0->0v1 Adding Category@_vxLp7gkMEe-bzopYCigSfg:0v1 Adding Category@_vxLp7wkMEe-bzopYCigSfg:1v0->0v1 Adding Category@_vxLp7wkMEe-bzopYCigSfg:0v1 Adding Category@_vxLp8AkMEe-bzopYCigSfg:1v0->0v1 Adding Category@_vxLp8AkMEe-bzopYCigSfg:0v1 Adding Product1@_vxLp8QkMEe-bzopYCigSfg:1v0->0v1 Adding Product1@_vxLp8QkMEe-bzopYCigSfg:0v1 Adding Product1@_vxLp8gkMEe-bzopYCigSfg:1v0->0v1 Adding Product1@_vxLp8gkMEe-bzopYCigSfg:0v1 Adding Category@_vxLp8wkMEe-bzopYCigSfg:1v0->0v1 Adding Category@_vxLp8wkMEe-bzopYCigSfg:0v1 Adding Category@_vxLp9AkMEe-bzopYCigSfg:1v0->0v1 Adding Category@_vxLp9AkMEe-bzopYCigSfg:0v1 Adding Category@_vxLp9QkMEe-bzopYCigSfg:1v0->0v1 Adding Category@_vxLp9QkMEe-bzopYCigSfg:0v1 Adding Category@_vxLp9gkMEe-bzopYCigSfg:1v0->0v1 Adding Category@_vxLp9gkMEe-bzopYCigSfg:0v1 Adding Product1@_vxLp9wkMEe-bzopYCigSfg:1v0->0v1 Adding Product1@_vxLp9wkMEe-bzopYCigSfg:0v1 Adding Product1@_vxLp-AkMEe-bzopYCigSfg:1v0->0v1 Adding Product1@_vxLp-AkMEe-bzopYCigSfg:0v1 Adding Category@_vxLp-QkMEe-bzopYCigSfg:1v0->0v1 Adding Category@_vxLp-QkMEe-bzopYCigSfg:0v1 Adding Category@_vxLp-gkMEe-bzopYCigSfg:1v0->0v1 Adding Category@_vxLp-gkMEe-bzopYCigSfg:0v1 Adding Category@_vxLp-wkMEe-bzopYCigSfg:1v0->0v1 Adding Category@_vxLp-wkMEe-bzopYCigSfg:0v1 Adding Category@_vxLp_AkMEe-bzopYCigSfg:1v0->0v1 Adding Category@_vxLp_AkMEe-bzopYCigSfg:0v1 Adding Product1@_vxLp_QkMEe-bzopYCigSfg:1v0->0v1 Adding Product1@_vxLp_QkMEe-bzopYCigSfg:0v1 Adding Product1@_vxLp_gkMEe-bzopYCigSfg:1v0->0v1 Adding Product1@_vxLp_gkMEe-bzopYCigSfg:0v1 Adding Product1@_vxLp_wkMEe-bzopYCigSfg:1v0->0v1 Adding Product1@_vxLp_wkMEe-bzopYCigSfg:0v1 Adding Product1@_vxLqAAkMEe-bzopYCigSfg:1v0->0v1 Adding Product1@_vxLqAAkMEe-bzopYCigSfg:0v1 Adding Product1@_vxLqAQkMEe-bzopYCigSfg:1v0->0v1 Adding Product1@_vxLqAQkMEe-bzopYCigSfg:0v1 Adding Product1@_vxLqAgkMEe-bzopYCigSfg:1v0->0v1 Adding Product1@_vxLqAgkMEe-bzopYCigSfg:0v1 Adding Category@_vxLpwQkMEe-bzopYCigSfg:1v1 Testing new session and new view in sub branch... Prefetching Bugzilla_576893_Test_testPrefetcherManager_subBranch/* Adding Category@_vxLpwgkMEe-bzopYCigSfg:1v0->0v1 Adding Category@_vxLpwgkMEe-bzopYCigSfg:0v1 Adding Category@_vxLpwwkMEe-bzopYCigSfg:1v0->0v1 Adding Category@_vxLpwwkMEe-bzopYCigSfg:0v1 Adding Category@_vxLpxAkMEe-bzopYCigSfg:1v0->0v1 Adding Category@_vxLpxAkMEe-bzopYCigSfg:0v1 Adding Category@_vxLpxQkMEe-bzopYCigSfg:1v0->0v1 Adding Category@_vxLpxQkMEe-bzopYCigSfg:0v1 Adding Category@_vxLpxgkMEe-bzopYCigSfg:1v0->0v1 Adding Category@_vxLpxgkMEe-bzopYCigSfg:0v1 Adding Product1@_vxLpxwkMEe-bzopYCigSfg:1v0->0v1 Adding Product1@_vxLpxwkMEe-bzopYCigSfg:0v1 Adding Product1@_vxLpyAkMEe-bzopYCigSfg:1v0->0v1 Adding Product1@_vxLpyAkMEe-bzopYCigSfg:0v1 Adding Category@_vxLpyQkMEe-bzopYCigSfg:1v0->0v1 Adding Category@_vxLpyQkMEe-bzopYCigSfg:0v1 Adding Category@_vxLpygkMEe-bzopYCigSfg:1v0->0v1 Adding Category@_vxLpygkMEe-bzopYCigSfg:0v1 Adding Category@_vxLpywkMEe-bzopYCigSfg:1v0->0v1 Adding Category@_vxLpywkMEe-bzopYCigSfg:0v1 Adding Category@_vxLpzAkMEe-bzopYCigSfg:1v0->0v1 Adding Category@_vxLpzAkMEe-bzopYCigSfg:0v1 Adding Product1@_vxLpzQkMEe-bzopYCigSfg:1v0->0v1 Adding Product1@_vxLpzQkMEe-bzopYCigSfg:0v1 Adding Product1@_vxLpzgkMEe-bzopYCigSfg:1v0->0v1 Adding Product1@_vxLpzgkMEe-bzopYCigSfg:0v1 Adding Category@_vxLpzwkMEe-bzopYCigSfg:1v0->0v1 Adding Category@_vxLpzwkMEe-bzopYCigSfg:0v1 Adding Category@_vxLp0AkMEe-bzopYCigSfg:1v0->0v1 Adding Category@_vxLp0AkMEe-bzopYCigSfg:0v1 Adding Category@_vxLp0QkMEe-bzopYCigSfg:1v0->0v1 Adding Category@_vxLp0QkMEe-bzopYCigSfg:0v1 Adding Category@_vxLp0gkMEe-bzopYCigSfg:1v0->0v1 Adding Category@_vxLp0gkMEe-bzopYCigSfg:0v1 Adding Product1@_vxLp0wkMEe-bzopYCigSfg:1v0->0v1 Adding Product1@_vxLp0wkMEe-bzopYCigSfg:0v1 Adding Product1@_vxLp1AkMEe-bzopYCigSfg:1v0->0v1 Adding Product1@_vxLp1AkMEe-bzopYCigSfg:0v1 Adding Product1@_vxLp1QkMEe-bzopYCigSfg:1v0->0v1 Adding Product1@_vxLp1QkMEe-bzopYCigSfg:0v1 Adding Product1@_vxLp1gkMEe-bzopYCigSfg:1v0->0v1 Adding Product1@_vxLp1gkMEe-bzopYCigSfg:0v1 Adding Category@_vxLp1wkMEe-bzopYCigSfg:1v0->0v1 Adding Category@_vxLp1wkMEe-bzopYCigSfg:0v1 Adding Category@_vxLp2AkMEe-bzopYCigSfg:1v0->0v1 Adding Category@_vxLp2AkMEe-bzopYCigSfg:0v1 Adding Category@_vxLp2QkMEe-bzopYCigSfg:1v0->0v1 Adding Category@_vxLp2QkMEe-bzopYCigSfg:0v1 Adding Category@_vxLp2gkMEe-bzopYCigSfg:1v0->0v1 Adding Category@_vxLp2gkMEe-bzopYCigSfg:0v1 Adding Category@_vxLp2wkMEe-bzopYCigSfg:1v0->0v1 Adding Category@_vxLp2wkMEe-bzopYCigSfg:0v1 Adding Product1@_vxLp3AkMEe-bzopYCigSfg:1v0->0v1 Adding Product1@_vxLp3AkMEe-bzopYCigSfg:0v1 Adding Product1@_vxLp3QkMEe-bzopYCigSfg:1v0->0v1 Adding Product1@_vxLp3QkMEe-bzopYCigSfg:0v1 Adding Category@_vxLp3gkMEe-bzopYCigSfg:1v0->0v1 Adding Category@_vxLp3gkMEe-bzopYCigSfg:0v1 Adding Category@_vxLp3wkMEe-bzopYCigSfg:1v0->0v1 Adding Category@_vxLp3wkMEe-bzopYCigSfg:0v1 Adding Category@_vxLp4AkMEe-bzopYCigSfg:1v0->0v1 Adding Category@_vxLp4AkMEe-bzopYCigSfg:0v1 Adding Category@_vxLp4QkMEe-bzopYCigSfg:1v0->0v1 Adding Category@_vxLp4QkMEe-bzopYCigSfg:0v1 Adding Product1@_vxLp4gkMEe-bzopYCigSfg:1v0->0v1 Adding Product1@_vxLp4gkMEe-bzopYCigSfg:0v1 Adding Product1@_vxLp4wkMEe-bzopYCigSfg:1v0->0v1 Adding Product1@_vxLp4wkMEe-bzopYCigSfg:0v1 Adding Category@_vxLp5AkMEe-bzopYCigSfg:1v0->0v1 Adding Category@_vxLp5AkMEe-bzopYCigSfg:0v1 Adding Category@_vxLp5QkMEe-bzopYCigSfg:1v0->0v1 Adding Category@_vxLp5QkMEe-bzopYCigSfg:0v1 Adding Category@_vxLp5gkMEe-bzopYCigSfg:1v0->0v1 Adding Category@_vxLp5gkMEe-bzopYCigSfg:0v1 Adding Category@_vxLp5wkMEe-bzopYCigSfg:1v0->0v1 Adding Category@_vxLp5wkMEe-bzopYCigSfg:0v1 Adding Product1@_vxLp6AkMEe-bzopYCigSfg:1v0->0v1 Adding Product1@_vxLp6AkMEe-bzopYCigSfg:0v1 Adding Product1@_vxLp6QkMEe-bzopYCigSfg:1v0->0v1 Adding Product1@_vxLp6QkMEe-bzopYCigSfg:0v1 Adding Product1@_vxLp6gkMEe-bzopYCigSfg:1v0->0v1 Adding Product1@_vxLp6gkMEe-bzopYCigSfg:0v1 Adding Product1@_vxLp6wkMEe-bzopYCigSfg:1v0->0v1 Adding Product1@_vxLp6wkMEe-bzopYCigSfg:0v1 Adding Category@_vxLp7AkMEe-bzopYCigSfg:1v0->0v1 Adding Category@_vxLp7AkMEe-bzopYCigSfg:0v1 Adding Category@_vxLp7QkMEe-bzopYCigSfg:1v0->0v1 Adding Category@_vxLp7QkMEe-bzopYCigSfg:0v1 Adding Category@_vxLp7gkMEe-bzopYCigSfg:1v0->0v1 Adding Category@_vxLp7gkMEe-bzopYCigSfg:0v1 Adding Category@_vxLp7wkMEe-bzopYCigSfg:1v0->0v1 Adding Category@_vxLp7wkMEe-bzopYCigSfg:0v1 Adding Category@_vxLp8AkMEe-bzopYCigSfg:1v0->0v1 Adding Category@_vxLp8AkMEe-bzopYCigSfg:0v1 Adding Product1@_vxLp8QkMEe-bzopYCigSfg:1v0->0v1 Adding Product1@_vxLp8QkMEe-bzopYCigSfg:0v1 Adding Product1@_vxLp8gkMEe-bzopYCigSfg:1v0->0v1 Adding Product1@_vxLp8gkMEe-bzopYCigSfg:0v1 Adding Category@_vxLp8wkMEe-bzopYCigSfg:1v0->0v1 Adding Category@_vxLp8wkMEe-bzopYCigSfg:0v1 Adding Category@_vxLp9AkMEe-bzopYCigSfg:1v0->0v1 Adding Category@_vxLp9AkMEe-bzopYCigSfg:0v1 Adding Category@_vxLp9QkMEe-bzopYCigSfg:1v0->0v1 Adding Category@_vxLp9QkMEe-bzopYCigSfg:0v1 Adding Category@_vxLp9gkMEe-bzopYCigSfg:1v0->0v1 Adding Category@_vxLp9gkMEe-bzopYCigSfg:0v1 Adding Product1@_vxLp9wkMEe-bzopYCigSfg:1v0->0v1 Adding Product1@_vxLp9wkMEe-bzopYCigSfg:0v1 Adding Product1@_vxLp-AkMEe-bzopYCigSfg:1v0->0v1 Adding Product1@_vxLp-AkMEe-bzopYCigSfg:0v1 Adding Category@_vxLp-QkMEe-bzopYCigSfg:1v0->0v1 Adding Category@_vxLp-QkMEe-bzopYCigSfg:0v1 Adding Category@_vxLp-gkMEe-bzopYCigSfg:1v0->0v1 Adding Category@_vxLp-gkMEe-bzopYCigSfg:0v1 Adding Category@_vxLp-wkMEe-bzopYCigSfg:1v0->0v1 Adding Category@_vxLp-wkMEe-bzopYCigSfg:0v1 Adding Category@_vxLp_AkMEe-bzopYCigSfg:1v0->0v1 Adding Category@_vxLp_AkMEe-bzopYCigSfg:0v1 Adding Product1@_vxLp_QkMEe-bzopYCigSfg:1v0->0v1 Adding Product1@_vxLp_QkMEe-bzopYCigSfg:0v1 Adding Product1@_vxLp_gkMEe-bzopYCigSfg:1v0->0v1 Adding Product1@_vxLp_gkMEe-bzopYCigSfg:0v1 Adding Product1@_vxLp_wkMEe-bzopYCigSfg:1v0->0v1 Adding Product1@_vxLp_wkMEe-bzopYCigSfg:0v1 Adding Product1@_vxLqAAkMEe-bzopYCigSfg:1v0->0v1 Adding Product1@_vxLqAAkMEe-bzopYCigSfg:0v1 Adding Product1@_vxLqAQkMEe-bzopYCigSfg:1v0->0v1 Adding Product1@_vxLqAQkMEe-bzopYCigSfg:0v1 Adding Product1@_vxLqAgkMEe-bzopYCigSfg:1v0->0v1 Adding Product1@_vxLqAgkMEe-bzopYCigSfg:0v1 Adding Category@_vxLpwQkMEe-bzopYCigSfg:1v1 ******************************************************* Bugzilla_579786_Test.testDisableResponseTimeout [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Bugzilla_579786_Test.testSlowQueryHandler [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Bugzilla_580001_Test.testTypeHandler [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Bugzilla_580974_Test.testCacheAdapter [H2-branching-ranges-uuids, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] Ignoring attempt to add adapter(s) while view is closing: org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_580974_Test$CacheAdapter@32869b4a org.eclipse.emf.cdo.common.util.CDOException: Ignoring attempt to add adapter(s) while view is closing: org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_580974_Test$CacheAdapter@32869b4a at org.eclipse.emf.internal.cdo.CDOObjectImpl$1NonGrowingAdapterList.ignore(CDOObjectImpl.java:1564) at org.eclipse.emf.internal.cdo.CDOObjectImpl$1NonGrowingAdapterList.add(CDOObjectImpl.java:1487) at org.eclipse.emf.internal.cdo.CDOObjectImpl$1NonGrowingAdapterList.add(CDOObjectImpl.java:1) at org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_580974_Test$CacheAdapter.unsetTarget(Bugzilla_580974_Test.java:67) at org.eclipse.emf.ecore.impl.MinimalEObjectImpl$1ArrayDelegatingAdapterList.didRemove(MinimalEObjectImpl.java:617) at org.eclipse.emf.ecore.impl.MinimalEObjectImpl$1ArrayDelegatingAdapterList.didRemove(MinimalEObjectImpl.java:1) at org.eclipse.emf.common.util.ArrayDelegatingEList.remove(ArrayDelegatingEList.java:654) at org.eclipse.emf.common.util.DelegatingEList.delegateRemove(DelegatingEList.java:556) at org.eclipse.emf.common.util.DelegatingEList.remove(DelegatingEList.java:542) at org.eclipse.emf.internal.cdo.view.CDOViewImpl.clearAdapters(CDOViewImpl.java:1777) at org.eclipse.emf.internal.cdo.view.CDOViewImpl.clearAdapters(CDOViewImpl.java:1747) at org.eclipse.emf.internal.cdo.view.CDOViewImpl.doBeforeDeactivate(CDOViewImpl.java:1654) at org.eclipse.net4j.util.lifecycle.Lifecycle.internalDeactivate(Lifecycle.java:142) at org.eclipse.net4j.util.lifecycle.Lifecycle.deactivate(Lifecycle.java:208) at org.eclipse.net4j.util.lifecycle.LifecycleUtil.deactivate(LifecycleUtil.java:254) at org.eclipse.net4j.util.lifecycle.LifecycleUtil.deactivate(LifecycleUtil.java:244) at org.eclipse.net4j.util.lifecycle.LifecycleUtil.deactivate(LifecycleUtil.java:271) at org.eclipse.emf.internal.cdo.view.AbstractCDOView.close(AbstractCDOView.java:3006) at org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_580974_Test.testCacheAdapter(Bugzilla_580974_Test.java:53) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at junit.framework.TestCase.runTest(TestCase.java:177) at org.eclipse.net4j.util.tests.AbstractOMTest.access$0(AbstractOMTest.java:1) at org.eclipse.net4j.util.tests.AbstractOMTest$3.execute(AbstractOMTest.java:315) at org.eclipse.net4j.internal.util.test.TestExecuter.execute(TestExecuter.java:40) at org.eclipse.net4j.util.tests.AbstractOMTest.runBare(AbstractOMTest.java:301) at org.eclipse.emf.cdo.tests.config.impl.ConfigTest.runBare(ConfigTest.java:648) at junit.framework.TestResult$1.protect(TestResult.java:122) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.framework.TestResult.run(TestResult.java:125) at junit.framework.TestCase.run(TestCase.java:130) at org.eclipse.net4j.util.tests.AbstractOMTest.run(AbstractOMTest.java:375) at junit.framework.TestSuite.runTest(TestSuite.java:241) at org.eclipse.emf.cdo.tests.config.impl.ConfigTestSuite$TestClassWrapper.runTest(ConfigTestSuite.java:231) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at org.eclipse.emf.cdo.tests.config.impl.ConfigTestSuite$MainSuite.run(ConfigTestSuite.java:166) at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:364) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:237) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:158) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.apache.maven.surefire.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:167) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:142) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:28) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:679) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:616) at org.eclipse.equinox.launcher.Main.run(Main.java:1492) at org.eclipse.equinox.launcher.Main.main(Main.java:1465) [WARN] URI clash: resource being instantiated had same URI as a resource already present locally; local resource was renamed from res to res~renamed ### Resource: CDOResource@_wRdFQQkMEe-bzopYCigSfg("cdo://repo1/Bugzilla_580974_Test_testCacheAdapter/res") ******************************************************* Bugzilla_580991_Test.testDurableLockRelease [H2-branching-ranges-uuids, JVM, Native] ******************************************************* ******************************************************* Bugzilla_534438_Test.testDBConnectionUsedByMultipleThreads [H2-branching-ranges-uuids, JVM, Native] ******************************************************* Tests run: 1924, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 162.732 s - in org.eclipse.emf.cdo.tests.db.IntegrationTestsBranchingUUIDs org.eclipse.emf.cdo.tests.db.Net4jDBTest.testBigInt Time elapsed: 0.078 s org.eclipse.emf.cdo.tests.db.Net4jDBTest.testBinary Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.db.Net4jDBTest.testBit Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.db.Net4jDBTest.testBlob Time elapsed: 0.117 s org.eclipse.emf.cdo.tests.db.Net4jDBTest.testBlobLength0 Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.db.Net4jDBTest.testBoolean Time elapsed: 0.004 s org.eclipse.emf.cdo.tests.db.Net4jDBTest.testChar Time elapsed: 0.004 s org.eclipse.emf.cdo.tests.db.Net4jDBTest.testClob Time elapsed: 0.436 s org.eclipse.emf.cdo.tests.db.Net4jDBTest.testClobLength0 Time elapsed: 0.005 s org.eclipse.emf.cdo.tests.db.Net4jDBTest.testDate Time elapsed: 0.004 s org.eclipse.emf.cdo.tests.db.Net4jDBTest.testDouble Time elapsed: 0.005 s org.eclipse.emf.cdo.tests.db.Net4jDBTest.testFloat Time elapsed: 0.004 s org.eclipse.emf.cdo.tests.db.Net4jDBTest.testInteger Time elapsed: 0.004 s org.eclipse.emf.cdo.tests.db.Net4jDBTest.testLongVarBinary Time elapsed: 0.004 s org.eclipse.emf.cdo.tests.db.Net4jDBTest.testLongVarChar Time elapsed: 0.005 s org.eclipse.emf.cdo.tests.db.Net4jDBTest.testReal Time elapsed: 0.004 s org.eclipse.emf.cdo.tests.db.Net4jDBTest.testSmallInt Time elapsed: 0.004 s org.eclipse.emf.cdo.tests.db.Net4jDBTest.testTime Time elapsed: 0.004 s org.eclipse.emf.cdo.tests.db.Net4jDBTest.testTimestamp Time elapsed: 0.004 s org.eclipse.emf.cdo.tests.db.Net4jDBTest.testTinyInt Time elapsed: 0.004 s org.eclipse.emf.cdo.tests.db.Net4jDBTest.testVarBinary Time elapsed: 0.004 s org.eclipse.emf.cdo.tests.db.Net4jDBTest.testVarChar Time elapsed: 0.004 s org.eclipse.emf.cdo.tests.db.DBAnnotationsTest.testColumnNameAnnotationByMetaData Time elapsed: 0.055 s org.eclipse.emf.cdo.tests.db.DBAnnotationsTest.testColumnNameTypeAnnotationByMetaData Time elapsed: 0.042 s org.eclipse.emf.cdo.tests.db.DBAnnotationsTest.testLengthAnnotationByMetaData Time elapsed: 0.087 s org.eclipse.emf.cdo.tests.db.DBAnnotationsTest.testLengthAnnotationNegative Time elapsed: 0.063 s org.eclipse.emf.cdo.tests.db.DBAnnotationsTest.testLengthAnnotationPositive Time elapsed: 0.031 s org.eclipse.emf.cdo.tests.db.DBAnnotationsTest.testTableMappingAnnotationByMetaData Time elapsed: 0.032 s org.eclipse.emf.cdo.tests.db.DBAnnotationsTest.testTableNameAnnotationByMetaData Time elapsed: 0.064 s org.eclipse.emf.cdo.tests.db.DBAnnotationsTest.testTypeAnnotationByMetaData Time elapsed: 0.074 s org.eclipse.emf.cdo.tests.db.DBStoreTest.testInsertNull Time elapsed: 0.025 s org.eclipse.emf.cdo.tests.db.DBStoreTest.testStoreCustom Time elapsed: 0.024 s org.eclipse.emf.cdo.tests.db.DBStoreTest.testStoreDate Time elapsed: 0.055 s org.eclipse.emf.cdo.tests.db.DBStoreTest.testStoreStringContainingBackslash Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.db.DBStoreTest.testStoreStringContainingDoubleQuote Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.db.DBStoreTest.testStoreStringContainingSingleQuote Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.db.DBStoreTest.testStoreStringContainingTwoSingleQuote Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.db.DBStoreTest.testStoreStringTrailingBackslash Time elapsed: 0.046 s org.eclipse.emf.cdo.tests.db.DBStoreTest.testStoreStringTrailingDoubleQuote Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.db.DBStoreTest.testStoreStringTrailingSingleQuote Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.db.DBStoreTest.testStoreStringTrailingTwoSingleQuote Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.db.DBStoreTest.testUnderscoreClass Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.db.DBStoreTest.testUnderscoreFeature Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.db.CustomTypeMappingTest.testCustomTypeMapping Time elapsed: 0.036 s org.eclipse.emf.cdo.tests.db.SQLQueryTest.testComplexQuerySalesOrderJoinCustomerProduct Time elapsed: 0.109 s org.eclipse.emf.cdo.tests.db.SQLQueryTest.testDateParameter Time elapsed: 0.053 s org.eclipse.emf.cdo.tests.db.SQLQueryTest.testFunctions Time elapsed: 0.093 s org.eclipse.emf.cdo.tests.db.SQLQueryTest.testIterator Time elapsed: 0.092 s org.eclipse.emf.cdo.tests.db.SQLQueryTest.testIteratorCancelation Time elapsed: 2.64 s org.eclipse.emf.cdo.tests.db.SQLQueryTest.testNonCDOObjectQueries_Complex Time elapsed: 0.1 s org.eclipse.emf.cdo.tests.db.SQLQueryTest.testNonCDOObjectQueries_Complex_MAP Time elapsed: 0.078 s org.eclipse.emf.cdo.tests.db.SQLQueryTest.testPaging Time elapsed: 0.099 s org.eclipse.emf.cdo.tests.db.SQLQueryTest.testSimpleQueries Time elapsed: 0.097 s org.eclipse.emf.cdo.tests.AdapterManagerTest.testStrongReferencePolicy_ALL Time elapsed: 0.152 s org.eclipse.emf.cdo.tests.AdapterManagerTest.testStrongReferencePolicy_ALL_AttachObject Time elapsed: 0.126 s org.eclipse.emf.cdo.tests.AdapterManagerTest.testStrongReferencePolicy_ALL_DetachObject Time elapsed: 0.118 s org.eclipse.emf.cdo.tests.AdapterManagerTest.testStrongReferencePolicy_NONE Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.AttributeTest.testBigDecimalAndBigInteger Time elapsed: 0.019 s org.eclipse.emf.cdo.tests.AttributeTest.testBigDecimalAndBigIntegerNull Time elapsed: 0.019 s org.eclipse.emf.cdo.tests.AttributeTest.testByteArray Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.AttributeTest.testByteArrayEmpty Time elapsed: 0.019 s org.eclipse.emf.cdo.tests.AttributeTest.testByteArrayNull Time elapsed: 0.019 s org.eclipse.emf.cdo.tests.AttributeTest.testEnumDefaults Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.AttributeTest.testJavaClass Time elapsed: 0.025 s org.eclipse.emf.cdo.tests.AttributeTest.testJavaObject Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.AttributeTest.testManyValuedCustomDataType_Bugzilla_319950 Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.AttributeTest.testManyValuedCustomDataType_Contains Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.AttributeTest.testManyValuedCustomDataType_ContainsAll Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.AttributeTest.testManyValuedCustomDataType_Get Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.AttributeTest.testManyValuedCustomDataType_IndexOf Time elapsed: 0.02 s org.eclipse.emf.cdo.tests.AttributeTest.testManyValuedCustomDataType_LastIndexOf Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.AttributeTest.testNillableAttributeOfCustomType Time elapsed: 0.025 s org.eclipse.emf.cdo.tests.AttributeTest.testPrimitiveDefaults Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.AuditEMapTest.testAuditedEMap Time elapsed: 0.02 s org.eclipse.emf.cdo.tests.AuditSameSessionTest.testAddingContents Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.AuditSameSessionTest.testCanCreateAuditAtRepoCreationTime Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.AuditSameSessionTest.testCannotCreateAuditWithTimestampPriorToRepo Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.AuditSameSessionTest.testCannotSetAuditTimestampPriorToRepo Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.AuditSameSessionTest.testChangePath Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.AuditSameSessionTest.testChangeURI Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.AuditSameSessionTest.testChangedAudit Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.AuditSameSessionTest.testConsistentHistoryForIsMany Time elapsed: 0.051 s org.eclipse.emf.cdo.tests.AuditSameSessionTest.testKeepHandle Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.AuditSameSessionTest.testNewAudit Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.AuditSameSessionTest.testRemovingContents Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.AuditSameSessionTest.testRemovingContentsKeepHandle Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.AuditSameSessionTest.testRepositoryCreationTime Time elapsed: 0.004 s org.eclipse.emf.cdo.tests.AuditSameSessionTest.testRepositoryTime Time elapsed: 0.004 s org.eclipse.emf.cdo.tests.AuditTest.testAddingContents Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.AuditTest.testCanCreateAuditAtRepoCreationTime Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.AuditTest.testCannotCreateAuditWithTimestampPriorToRepo Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.AuditTest.testCannotSetAuditTimestampPriorToRepo Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.AuditTest.testChangePath Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.AuditTest.testChangeURI Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.AuditTest.testChangedAudit Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.AuditTest.testConsistentHistoryForIsMany Time elapsed: 0.027 s org.eclipse.emf.cdo.tests.AuditTest.testKeepHandle Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.AuditTest.testNewAudit Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.AuditTest.testRemovingContents Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.AuditTest.testRemovingContentsKeepHandle Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.AutoAttacherTest.testAddingObjectAndCrawl Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.AutoAttacherTest.testSimple Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.BackupBinaryTest.testImport Time elapsed: 0.229 s org.eclipse.emf.cdo.tests.BackupBinaryTest.testImportBlob Time elapsed: 0.268 s org.eclipse.emf.cdo.tests.BackupBinaryTest.testImportByteArray Time elapsed: 0.226 s org.eclipse.emf.cdo.tests.BackupBinaryTest.testImportClob Time elapsed: 0.344 s org.eclipse.emf.cdo.tests.BackupBinaryTest.testImportCustomDataType Time elapsed: 0.142 s org.eclipse.emf.cdo.tests.BackupBinaryTest.testImportDate Time elapsed: 0.189 s org.eclipse.emf.cdo.tests.BackupBinaryTest.testImportDetachedRevision Time elapsed: 0.208 s org.eclipse.emf.cdo.tests.BackupBinaryTest.testImportExternalReference Time elapsed: 0.191 s org.eclipse.emf.cdo.tests.BackupBinaryTest.testImportNIL Time elapsed: 0.161 s org.eclipse.emf.cdo.tests.BackupBinaryTest.testImportNullListElement Time elapsed: 0.125 s org.eclipse.emf.cdo.tests.BackupTest.testImport Time elapsed: 0.143 s org.eclipse.emf.cdo.tests.BackupTest.testImportBlob Time elapsed: 0.187 s org.eclipse.emf.cdo.tests.BackupTest.testImportByteArray Time elapsed: 0.176 s org.eclipse.emf.cdo.tests.BackupTest.testImportClob Time elapsed: 0.158 s org.eclipse.emf.cdo.tests.BackupTest.testImportCustomDataType Time elapsed: 0.118 s org.eclipse.emf.cdo.tests.BackupTest.testImportDate Time elapsed: 0.127 s org.eclipse.emf.cdo.tests.BackupTest.testImportDetachedRevision Time elapsed: 0.121 s org.eclipse.emf.cdo.tests.BackupTest.testImportExternalReference Time elapsed: 0.115 s org.eclipse.emf.cdo.tests.BackupTest.testImportNIL Time elapsed: 0.166 s org.eclipse.emf.cdo.tests.BackupTest.testImportNullListElement Time elapsed: 0.135 s org.eclipse.emf.cdo.tests.BranchingSameSessionTest.testAncestor Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.BranchingSameSessionTest.testAuditViewOnBranch Time elapsed: 0.066 s org.eclipse.emf.cdo.tests.BranchingSameSessionTest.testBasePath Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.BranchingSameSessionTest.testCommit Time elapsed: 0.068 s org.eclipse.emf.cdo.tests.BranchingSameSessionTest.testCommitAddOrderDetail Time elapsed: 0.079 s org.eclipse.emf.cdo.tests.BranchingSameSessionTest.testCommitRemoveOrderDetail Time elapsed: 0.04 s org.eclipse.emf.cdo.tests.BranchingSameSessionTest.testContainment Time elapsed: 0.055 s org.eclipse.emf.cdo.tests.BranchingSameSessionTest.testCreateBranch Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.BranchingSameSessionTest.testCreateBranchDuplicate Time elapsed: 0.107 s org.eclipse.emf.cdo.tests.BranchingSameSessionTest.testCreateBranchIllegalName Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.BranchingSameSessionTest.testDeleteBranch Time elapsed: 0.078 s org.eclipse.emf.cdo.tests.BranchingSameSessionTest.testDetachExisting Time elapsed: 0.102 s org.eclipse.emf.cdo.tests.BranchingSameSessionTest.testDetachWithoutRevision Time elapsed: 0.021 s org.eclipse.emf.cdo.tests.BranchingSameSessionTest.testDetachWithoutRevision_CheckMainBranch Time elapsed: 0.022 s org.eclipse.emf.cdo.tests.BranchingSameSessionTest.testEvent Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.BranchingSameSessionTest.testFutureBaseTime Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.BranchingSameSessionTest.testGetBranch Time elapsed: 0.036 s org.eclipse.emf.cdo.tests.BranchingSameSessionTest.testGetPath Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.BranchingSameSessionTest.testGetPathName Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.BranchingSameSessionTest.testGetSubBranches Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.BranchingSameSessionTest.testHandleRevisionsAfterDetachInSubBranch Time elapsed: 0.059 s org.eclipse.emf.cdo.tests.BranchingSameSessionTest.testMainBranch Time elapsed: 0.004 s org.eclipse.emf.cdo.tests.BranchingSameSessionTest.testObjectLifetime Time elapsed: 0.052 s org.eclipse.emf.cdo.tests.BranchingSameSessionTest.testRenameBranch Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.BranchingSameSessionTest.testRenameBranchDuplicate Time elapsed: 0.106 s org.eclipse.emf.cdo.tests.BranchingSameSessionTest.testRenameBranchIllegalName Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.BranchingSameSessionTest.testSwitchTransactionTarget Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.BranchingSameSessionTest.testSwitchViewTarget Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.BranchingTest.testAncestor Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.BranchingTest.testAuditViewOnBranch Time elapsed: 0.042 s org.eclipse.emf.cdo.tests.BranchingTest.testBasePath Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.BranchingTest.testCommit Time elapsed: 0.054 s org.eclipse.emf.cdo.tests.BranchingTest.testCommitAddOrderDetail Time elapsed: 0.03 s org.eclipse.emf.cdo.tests.BranchingTest.testCommitRemoveOrderDetail Time elapsed: 0.067 s org.eclipse.emf.cdo.tests.BranchingTest.testContainment Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.BranchingTest.testCreateBranch Time elapsed: 0.005 s org.eclipse.emf.cdo.tests.BranchingTest.testCreateBranchDuplicate Time elapsed: 0.11 s org.eclipse.emf.cdo.tests.BranchingTest.testCreateBranchIllegalName Time elapsed: 0.018 s org.eclipse.emf.cdo.tests.BranchingTest.testDeleteBranch Time elapsed: 0.084 s org.eclipse.emf.cdo.tests.BranchingTest.testDetachExisting Time elapsed: 0.044 s org.eclipse.emf.cdo.tests.BranchingTest.testDetachWithoutRevision Time elapsed: 0.019 s org.eclipse.emf.cdo.tests.BranchingTest.testDetachWithoutRevision_CheckMainBranch Time elapsed: 0.021 s org.eclipse.emf.cdo.tests.BranchingTest.testEvent Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.BranchingTest.testFutureBaseTime Time elapsed: 0.005 s org.eclipse.emf.cdo.tests.BranchingTest.testGetBranch Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.BranchingTest.testGetPath Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.BranchingTest.testGetPathName Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.BranchingTest.testGetSubBranches Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.BranchingTest.testHandleRevisionsAfterDetachInSubBranch Time elapsed: 0.07 s org.eclipse.emf.cdo.tests.BranchingTest.testMainBranch Time elapsed: 0.004 s org.eclipse.emf.cdo.tests.BranchingTest.testObjectLifetime Time elapsed: 0.05 s org.eclipse.emf.cdo.tests.BranchingTest.testRenameBranch Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.BranchingTest.testRenameBranchDuplicate Time elapsed: 0.106 s org.eclipse.emf.cdo.tests.BranchingTest.testRenameBranchIllegalName Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.BranchingTest.testSwitchTransactionTarget Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.BranchingTest.testSwitchViewTarget Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.BranchingWithCacheClearTest.testAncestor Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.BranchingWithCacheClearTest.testAuditViewOnBranch Time elapsed: 0.043 s org.eclipse.emf.cdo.tests.BranchingWithCacheClearTest.testBasePath Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.BranchingWithCacheClearTest.testCommit Time elapsed: 0.03 s org.eclipse.emf.cdo.tests.BranchingWithCacheClearTest.testCommitAddOrderDetail Time elapsed: 0.062 s org.eclipse.emf.cdo.tests.BranchingWithCacheClearTest.testCommitRemoveOrderDetail Time elapsed: 0.032 s org.eclipse.emf.cdo.tests.BranchingWithCacheClearTest.testContainment Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.BranchingWithCacheClearTest.testCreateBranch Time elapsed: 0.005 s org.eclipse.emf.cdo.tests.BranchingWithCacheClearTest.testCreateBranchDuplicate Time elapsed: 0.105 s org.eclipse.emf.cdo.tests.BranchingWithCacheClearTest.testCreateBranchIllegalName Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.BranchingWithCacheClearTest.testDeleteBranch Time elapsed: 0.059 s org.eclipse.emf.cdo.tests.BranchingWithCacheClearTest.testDetachExisting Time elapsed: 0.042 s org.eclipse.emf.cdo.tests.BranchingWithCacheClearTest.testDetachWithoutRevision Time elapsed: 0.032 s org.eclipse.emf.cdo.tests.BranchingWithCacheClearTest.testDetachWithoutRevision_CheckMainBranch Time elapsed: 0.022 s org.eclipse.emf.cdo.tests.BranchingWithCacheClearTest.testEvent Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.BranchingWithCacheClearTest.testFutureBaseTime Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.BranchingWithCacheClearTest.testGetBranch Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.BranchingWithCacheClearTest.testGetPath Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.BranchingWithCacheClearTest.testGetPathName Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.BranchingWithCacheClearTest.testGetSubBranches Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.BranchingWithCacheClearTest.testHandleRevisionsAfterDetachInSubBranch Time elapsed: 0.067 s org.eclipse.emf.cdo.tests.BranchingWithCacheClearTest.testMainBranch Time elapsed: 0.005 s org.eclipse.emf.cdo.tests.BranchingWithCacheClearTest.testObjectLifetime Time elapsed: 0.059 s org.eclipse.emf.cdo.tests.BranchingWithCacheClearTest.testRenameBranch Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.BranchingWithCacheClearTest.testRenameBranchDuplicate Time elapsed: 0.106 s org.eclipse.emf.cdo.tests.BranchingWithCacheClearTest.testRenameBranchIllegalName Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.BranchingWithCacheClearTest.testSwitchTransactionTarget Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.BranchingWithCacheClearTest.testSwitchViewTarget Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.CDOIDTest.testGetLong_ExtId Time elapsed: 0.004 s org.eclipse.emf.cdo.tests.CDOIDTest.testGetLong_ExtTempId Time elapsed: 0.003 s org.eclipse.emf.cdo.tests.CDOIDTest.testGetLong_LongId Time elapsed: 0.003 s org.eclipse.emf.cdo.tests.CDOIDTest.testGetLong_Null Time elapsed: 0.002 s org.eclipse.emf.cdo.tests.CDOIDTest.testGetLong_NullId Time elapsed: 0.002 s org.eclipse.emf.cdo.tests.CDOIDTest.testGetLong_TempId Time elapsed: 0.002 s org.eclipse.emf.cdo.tests.CDOIDTest.testSetID Time elapsed: 0.022 s org.eclipse.emf.cdo.tests.CDOIDTest.testSetIDWithReferences Time elapsed: 0.117 s org.eclipse.emf.cdo.tests.CDOIDTest.testURIFragment Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.CDOStaleReferencePolicyTest.testCDOStaleReferencePolicyWithCDOStoreGetContainer Time elapsed: 0.018 s org.eclipse.emf.cdo.tests.CDOStaleReferencePolicyTest.testCDOStaleReferencePolicyWithCDOStoreGetResource Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.ChangeSubscriptionTest.testInvalidationWithDeltas_SameBranch Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.ChangeSubscriptionTest.testNotificationChain Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.ChangeSubscriptionTest.testRemoveContained Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.ChangeSubscriptionTest.testRemoveManyContained Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.ChangeSubscriptionTest.testRemoveManyXRef Time elapsed: 0.025 s org.eclipse.emf.cdo.tests.ChangeSubscriptionTest.testRemoveXRef Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.ChangeSubscriptionTest.testSameSession Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.ChangeSubscriptionTest.testSameSession_WithoutPolicy Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.ChangeSubscriptionTest.testSeparateSession Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.ChangeSubscriptionTest.testSeparateSession_CUSTOM Time elapsed: 0.018 s org.eclipse.emf.cdo.tests.ChangeSubscriptionTest.testSeparateSession_WithoutPolicy Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.ChangeSubscriptionTest.testTemporaryObject Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.ChunkingClearCachedRevisionTest.testReadNative Time elapsed: 0.053 s org.eclipse.emf.cdo.tests.ChunkingClearCachedRevisionTest.testWriteNative Time elapsed: 0.065 s org.eclipse.emf.cdo.tests.ChunkingTest.testChunkWithTemporaryObject Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.ChunkingTest.testEnsureChunk Time elapsed: 0.403 s org.eclipse.emf.cdo.tests.ChunkingTest.testPartiallyLoadedAdd Time elapsed: 0.029 s org.eclipse.emf.cdo.tests.ChunkingTest.testPartiallyLoadedAddAtIndex Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.ChunkingTest.testPartiallyLoadedRemoveIndex Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.ChunkingTest.testPartiallyLoadedSet Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.ChunkingTest.testReadAfterUpdateAfterCommit Time elapsed: 0.086 s org.eclipse.emf.cdo.tests.ChunkingTest.testReadAfterUpdateBeforeCommit Time elapsed: 0.133 s org.eclipse.emf.cdo.tests.ChunkingTest.testReadNative Time elapsed: 0.077 s org.eclipse.emf.cdo.tests.ChunkingTest.testRemove Time elapsed: 0.019 s org.eclipse.emf.cdo.tests.ChunkingTest.testWriteNative Time elapsed: 0.085 s org.eclipse.emf.cdo.tests.CommitInfoTest.testClientBranch Time elapsed: 0.056 s org.eclipse.emf.cdo.tests.CommitInfoTest.testClientBranchWithBranch Time elapsed: 0.049 s org.eclipse.emf.cdo.tests.CommitInfoTest.testClientBranchWithWrongBranch Time elapsed: 0.057 s org.eclipse.emf.cdo.tests.CommitInfoTest.testClientComment Time elapsed: 0.049 s org.eclipse.emf.cdo.tests.CommitInfoTest.testClientCommentWithBranch Time elapsed: 0.053 s org.eclipse.emf.cdo.tests.CommitInfoTest.testClientCommentWithWrongBranch Time elapsed: 0.054 s org.eclipse.emf.cdo.tests.CommitInfoTest.testClientPreviousCommitInfo Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.CommitInfoTest.testClientSubBranch Time elapsed: 0.053 s org.eclipse.emf.cdo.tests.CommitInfoTest.testClientSubBranchWithBranch Time elapsed: 0.05 s org.eclipse.emf.cdo.tests.CommitInfoTest.testClientSubBranchWithWrongBranch Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.CommitInfoTest.testClientTimestamp Time elapsed: 0.057 s org.eclipse.emf.cdo.tests.CommitInfoTest.testClientTimestampWithBranch Time elapsed: 0.064 s org.eclipse.emf.cdo.tests.CommitInfoTest.testClientTimestampWithWrongBranch Time elapsed: 0.049 s org.eclipse.emf.cdo.tests.CommitInfoTest.testClientUser Time elapsed: 0.114 s org.eclipse.emf.cdo.tests.CommitInfoTest.testClientUserWithBranch Time elapsed: 0.121 s org.eclipse.emf.cdo.tests.CommitInfoTest.testClientUserWithWrongBranch Time elapsed: 0.112 s org.eclipse.emf.cdo.tests.CommitInfoTest.testLocalBranch Time elapsed: 0.019 s org.eclipse.emf.cdo.tests.CommitInfoTest.testLocalComment Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.CommitInfoTest.testLocalSubBranch Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.CommitInfoTest.testLocalTimestamp Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.CommitInfoTest.testLocalUser Time elapsed: 0.023 s org.eclipse.emf.cdo.tests.CommitInfoTest.testLogAsync Time elapsed: 0.034 s org.eclipse.emf.cdo.tests.CommitInfoTest.testLogThroughClient Time elapsed: 0.05 s org.eclipse.emf.cdo.tests.CommitInfoTest.testLogThroughCommitInfoHandler Time elapsed: 0.032 s org.eclipse.emf.cdo.tests.CommitInfoTest.testLogThroughWriteAccessHandler Time elapsed: 0.03 s org.eclipse.emf.cdo.tests.CommitInfoTest.testMultipleEntries Time elapsed: 0.067 s org.eclipse.emf.cdo.tests.CommitInfoTest.testMultipleEntriesByCountDown Time elapsed: 0.067 s org.eclipse.emf.cdo.tests.CommitInfoTest.testMultipleEntriesByCountUp Time elapsed: 0.079 s org.eclipse.emf.cdo.tests.CommitInfoTest.testServerBranch Time elapsed: 0.044 s org.eclipse.emf.cdo.tests.CommitInfoTest.testServerBranchWithBranch Time elapsed: 0.046 s org.eclipse.emf.cdo.tests.CommitInfoTest.testServerBranchWithWrongBranch Time elapsed: 0.072 s org.eclipse.emf.cdo.tests.CommitInfoTest.testServerComment Time elapsed: 0.09 s org.eclipse.emf.cdo.tests.CommitInfoTest.testServerCommentWithBranch Time elapsed: 0.08 s org.eclipse.emf.cdo.tests.CommitInfoTest.testServerCommentWithWrongBranch Time elapsed: 0.091 s org.eclipse.emf.cdo.tests.CommitInfoTest.testServerSubBranch Time elapsed: 0.091 s org.eclipse.emf.cdo.tests.CommitInfoTest.testServerSubBranchWithBranch Time elapsed: 0.031 s org.eclipse.emf.cdo.tests.CommitInfoTest.testServerSubBranchWithWrongBranch Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.CommitInfoTest.testServerTimestamp Time elapsed: 0.079 s org.eclipse.emf.cdo.tests.CommitInfoTest.testServerTimestampWithBranch Time elapsed: 0.046 s org.eclipse.emf.cdo.tests.CommitInfoTest.testServerTimestampWithWrongBranch Time elapsed: 0.049 s org.eclipse.emf.cdo.tests.CommitInfoTest.testServerUser Time elapsed: 0.116 s org.eclipse.emf.cdo.tests.CommitInfoTest.testServerUserWithBranch Time elapsed: 0.195 s org.eclipse.emf.cdo.tests.CommitInfoTest.testServerUserWithWrongBranch Time elapsed: 0.214 s org.eclipse.emf.cdo.tests.CompareTest.testAdditionsInSourceAndTarget Time elapsed: 0.153 s org.eclipse.emf.cdo.tests.CompareTest.testFromBranchWithAdditions Time elapsed: 0.051 s org.eclipse.emf.cdo.tests.CompareTest.testFromBranchWithChangesInSource Time elapsed: 0.025 s org.eclipse.emf.cdo.tests.CompareTest.testFromBranchWithRemovalsInSource Time elapsed: 0.032 s org.eclipse.emf.cdo.tests.CompareTest.testFromEmptyBranches Time elapsed: 0.055 s org.eclipse.emf.cdo.tests.ComplexTest.testCrossResourceGenRefMultiNonContainedUnidirectional Time elapsed: 0.035 s org.eclipse.emf.cdo.tests.ComplexTest.testCrossResourceGenRefSingleNonContainedUnidirectional Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.ComplexTest.testCrossResourceIfcimplMultiNonContainedBidirectional Time elapsed: 0.019 s org.eclipse.emf.cdo.tests.ComplexTest.testCrossResourceIfcimplMultiNonContainedUnidirectional Time elapsed: 0.019 s org.eclipse.emf.cdo.tests.ComplexTest.testCrossResourceIfcimplSingleNonContainedBidirectional Time elapsed: 0.019 s org.eclipse.emf.cdo.tests.ComplexTest.testCrossResourceIfcimplSingleNonContainedUnidirectional Time elapsed: 0.022 s org.eclipse.emf.cdo.tests.ComplexTest.testCrossResourcePlainMultiNonContainedBidirectional Time elapsed: 0.02 s org.eclipse.emf.cdo.tests.ComplexTest.testCrossResourcePlainMultiNonContainedUnidirectional Time elapsed: 0.021 s org.eclipse.emf.cdo.tests.ComplexTest.testCrossResourcePlainSingleNonContainedBidirectional Time elapsed: 0.02 s org.eclipse.emf.cdo.tests.ComplexTest.testCrossResourcePlainSingleNonContainedUnidirectional Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.ComplexTest.testGenRefMultiContainedUnidirectional Time elapsed: 0.02 s org.eclipse.emf.cdo.tests.ComplexTest.testGenRefMultiNonContainedUnidirectional Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.ComplexTest.testGenRefSingleContainedUnidirectional Time elapsed: 0.02 s org.eclipse.emf.cdo.tests.ComplexTest.testGenRefSingleNonContainedUnidirectional Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.ComplexTest.testIfcimplMultiContainedBidirectional Time elapsed: 0.021 s org.eclipse.emf.cdo.tests.ComplexTest.testIfcimplMultiContainedUnidirectional Time elapsed: 0.019 s org.eclipse.emf.cdo.tests.ComplexTest.testIfcimplMultiNonContainedBidirectional Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.ComplexTest.testIfcimplMultiNonContainedUnidirectional Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.ComplexTest.testIfcimplSingleContainedBidirectional Time elapsed: 0.019 s org.eclipse.emf.cdo.tests.ComplexTest.testIfcimplSingleContainedUnidirectional Time elapsed: 0.018 s org.eclipse.emf.cdo.tests.ComplexTest.testIfcimplSingleNonContainedBidirectional Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.ComplexTest.testIfcimplSingleNonContainedUnidirectional Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.ComplexTest.testMigrateContainmentMulti Time elapsed: 0.022 s org.eclipse.emf.cdo.tests.ComplexTest.testMigrateContainmentSingle Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.ComplexTest.testMultipleTransactions2 Time elapsed: 0.022 s org.eclipse.emf.cdo.tests.ComplexTest.testMultipleTransactions3 Time elapsed: 0.021 s org.eclipse.emf.cdo.tests.ComplexTest.testPlainMultiContainedBidirectional Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.ComplexTest.testPlainMultiContainedUnidirectional Time elapsed: 0.022 s org.eclipse.emf.cdo.tests.ComplexTest.testPlainMultiNonContainedBidirectional Time elapsed: 0.02 s org.eclipse.emf.cdo.tests.ComplexTest.testPlainMultiNonContainedUnidirectional Time elapsed: 0.02 s org.eclipse.emf.cdo.tests.ComplexTest.testPlainSingleContainedBidirectional Time elapsed: 0.02 s org.eclipse.emf.cdo.tests.ComplexTest.testPlainSingleContainedUnidirectional Time elapsed: 0.031 s org.eclipse.emf.cdo.tests.ComplexTest.testPlainSingleNonContainedBidirectional Time elapsed: 0.02 s org.eclipse.emf.cdo.tests.ComplexTest.testPlainSingleNonContainedUnidirectional Time elapsed: 0.019 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testAddHeadAddHead Time elapsed: 0.063 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testAddHeadAddTail Time elapsed: 0.02 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testAddHeadClear Time elapsed: 0.026 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testAddHeadMoveHead Time elapsed: 0.021 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testAddHeadMoveTail Time elapsed: 0.036 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testAddHeadRemoveHead Time elapsed: 0.02 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testAddHeadRemoveTail Time elapsed: 0.018 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testAddRemove Time elapsed: 0.019 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testAddTailAddHead Time elapsed: 0.03 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testAddTailAddTail Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testAddTailClear Time elapsed: 0.02 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testAddTailMoveHead Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testAddTailMoveTail Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testAddTailRemoveHead Time elapsed: 0.033 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testAddTailRemoveTail Time elapsed: 0.019 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testChangeChange Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testChangeRemove Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testClearAddHead Time elapsed: 0.018 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testClearAddTail Time elapsed: 0.025 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testClearClear Time elapsed: 0.02 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testClearMoveHead Time elapsed: 0.018 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testClearMoveTail Time elapsed: 0.019 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testClearRemoveHead Time elapsed: 0.02 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testClearRemoveTail Time elapsed: 0.032 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testContainerAddDifferentParent Time elapsed: 0.034 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testManyValuedAddAdd Time elapsed: 0.018 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testManyValuedAddAddRemoveRemove Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testManyValuedAddAddRemoveRemove2 Time elapsed: 0.028 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testManyValuedAddAdd_SameValue Time elapsed: 0.018 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testManyValuedAddChange Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testManyValuedAddRemove Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testManyValuedAddSet_SameValue Time elapsed: 0.018 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testManyValuedChangeAdd Time elapsed: 0.02 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testManyValuedChangeChange Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testManyValuedChangeChangeTest2 Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testManyValuedChangeRemove Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testManyValuedChangeRemoveTest2 Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testManyValuedRemoveAdd Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testManyValuedRemoveChange Time elapsed: 0.021 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testManyValuedRemoveChangeTest2 Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testManyValuedRemoveRemove Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testManyValuedRemoveRemoveAddAdd Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testManyValuedRemoveRemoveTest2 Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testManyValuedSetAdd_SameValue Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testMoveHeadAddHead Time elapsed: 0.027 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testMoveHeadAddTail Time elapsed: 0.018 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testMoveHeadClear Time elapsed: 0.019 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testMoveHeadMoveHead Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testMoveHeadMoveHeadRemoveMiddle Time elapsed: 0.018 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testMoveHeadMoveTail Time elapsed: 0.031 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testMoveHeadRemoveHead Time elapsed: 0.019 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testMoveHeadRemoveHeadRemoveMiddle Time elapsed: 0.019 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testMoveHeadRemoveTail Time elapsed: 0.019 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testMoveTailAddHead Time elapsed: 0.029 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testMoveTailAddTail Time elapsed: 0.018 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testMoveTailClear Time elapsed: 0.019 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testMoveTailMoveHead Time elapsed: 0.018 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testMoveTailMoveTail Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testMoveTailRemoveHead Time elapsed: 0.028 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testMoveTailRemoveTail Time elapsed: 0.019 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testRemoveAdd Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testRemoveChange Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testRemoveHeadAddChildHead Time elapsed: 0.018 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testRemoveHeadAddHead Time elapsed: 0.028 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testRemoveHeadAddTail Time elapsed: 0.019 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testRemoveHeadClear Time elapsed: 0.02 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testRemoveHeadMoveChildHead Time elapsed: 0.019 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testRemoveHeadMoveHead Time elapsed: 0.018 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testRemoveHeadMoveHeadRemoveMiddle Time elapsed: 0.027 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testRemoveHeadMoveTail Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testRemoveHeadReAttachHead Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testRemoveHeadRemoveChildChildHead Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testRemoveHeadRemoveChildHead Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testRemoveHeadRemoveHead Time elapsed: 0.026 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testRemoveHeadRemoveTail Time elapsed: 0.018 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testRemoveHeadSetChildHead Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testRemoveRemove Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testRemoveTailAddHead Time elapsed: 0.018 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testRemoveTailAddTail Time elapsed: 0.027 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testRemoveTailClear Time elapsed: 0.018 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testRemoveTailMoveHead Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testRemoveTailMoveTail Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testRemoveTailRemoveHead Time elapsed: 0.019 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testRemoveTailRemoveTail Time elapsed: 0.028 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.test_RemoveRemove_MoveRemoveRemoveRemove Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.ConflictResolverTest.testCDOMergingConflictResolver Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.ConflictResolverTest.testMergeLocalChangesPerFeature_Basic Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.ConflictResolverTest.testMergeLocalChangesPerFeature_BasicException Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.ConflictResolverTest.testMergeLocalChangesPerFeature_Bug1 Time elapsed: 0.042 s org.eclipse.emf.cdo.tests.ConflictResolverTest.testMergeLocalChangesPerFeature_Bug2 Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.ConflictResolverTest.testMergeLocalChangesPerFeature_Bug3 Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.ConflictResolverTest.testMerge_ManyValue Time elapsed: 0.021 s org.eclipse.emf.cdo.tests.ContainmentTest.test3Levels Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.ContainmentTest.testBasicContainment Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.ContainmentTest.testContainmentChangeInSameResource Time elapsed: 0.003 s org.eclipse.emf.cdo.tests.ContainmentTest.testModeledBackPointer Time elapsed: 0.041 s org.eclipse.emf.cdo.tests.ContainmentTest.testModeledBackPointer_Transient Time elapsed: 0.022 s org.eclipse.emf.cdo.tests.ContainmentTest.testModeledBackPointer_Transient_Load Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.ContainmentTest.testObjectNotSameResourceThanItsContainerCDO Time elapsed: 0.032 s org.eclipse.emf.cdo.tests.ContainmentTest.testObjectNotSameResourceThanItsContainer_WithoutCDO Time elapsed: 0.003 s org.eclipse.emf.cdo.tests.ContainmentTest.testRemovedContainment Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.ContainmentTest.testSeparateSession Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.ContainmentTest.testSeparateView Time elapsed: 0.024 s org.eclipse.emf.cdo.tests.ContainmentTest.testSetSingleContainment Time elapsed: 0.018 s org.eclipse.emf.cdo.tests.ContainmentTest.testTransientContainment Time elapsed: 0.004 s org.eclipse.emf.cdo.tests.ContainmentTest.testUnsetSingleContainment Time elapsed: 0.028 s org.eclipse.emf.cdo.tests.CrossReferenceTest.testCrossCreferenceBetweenContainerAndContained Time elapsed: 0.036 s org.eclipse.emf.cdo.tests.CrossReferenceTest.testDetachXRef Time elapsed: 0.076 s org.eclipse.emf.cdo.tests.CrossReferenceTest.testDetachXRefExternal Time elapsed: 0.019 s org.eclipse.emf.cdo.tests.CrossReferenceTest.testDetachXRefReattach Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.CrossReferenceTest.testExternalMakeDangling Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.CrossReferenceTest.testExternalMakeNew Time elapsed: 0.037 s org.eclipse.emf.cdo.tests.CrossReferenceTest.testLoadViaContainment Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.CrossReferenceTest.testLoadViaXRef Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.CrossReferenceTest.testNewMakeExternal Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.CrossReferenceTest.testTwoResources Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.DetachTest.testCleanObjectDeletion Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.DetachTest.testDetachEmptyNewResource Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.DetachTest.testDetachEmptyPersistedResource Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.DetachTest.testDetachNewResource Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.DetachTest.testDetachPersistedResource Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.DetachTest.testDetachPersistedResourceWithPersistedData Time elapsed: 0.031 s org.eclipse.emf.cdo.tests.DetachTest.testDetachProxyResource Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.DetachTest.testKeepValue Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.DetachTest.testNewObjectDeletion Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.DetachTest.testSavePointCleanObjectDeletion Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.DetachTest.testSavePointNewObjectDeletion Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.DynamicPackageTest.testDynamicMaps Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.DynamicXSDTest.testDynamicEcore Time elapsed: 0.032 s org.eclipse.emf.cdo.tests.EMFCompareTest.testAllContentsOfCompany Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.EMFCompareTest.testAllContentsOfRoot Time elapsed: 0.07 s org.eclipse.emf.cdo.tests.EMFCompareTest.testChanges Time elapsed: 0.072 s org.eclipse.emf.cdo.tests.EMFCompareTest.testChangesDelete Time elapsed: 0.061 s org.eclipse.emf.cdo.tests.EMFCompareTest.testContainmentProxy Time elapsed: 0.083 s org.eclipse.emf.cdo.tests.EMFCompareTest.testContainmentProxyEMF Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.EMFCompareTest.testFeatureFilter Time elapsed: 0.086 s org.eclipse.emf.cdo.tests.EMFCompareTest.testMinimal Time elapsed: 0.075 s org.eclipse.emf.cdo.tests.EMFCompareTest.testNoContainmentProxy Time elapsed: 0.076 s org.eclipse.emf.cdo.tests.EMapTest.testEMap Time elapsed: 0.028 s org.eclipse.emf.cdo.tests.EnumTest.testAttached Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.EnumTest.testAttachedFresh Time elapsed: 0.045 s org.eclipse.emf.cdo.tests.EnumTest.testTransient Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.EnumTest.testTransientFresh Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.ExternalReferenceTest.testExternalWithDynamicEObject Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.ExternalReferenceTest.testExternalWithEClass Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.ExternalReferenceTest.testExternalWithEPackage Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.ExternalReferenceTest.testManyViewsOnOneResourceSet Time elapsed: 0.088 s org.eclipse.emf.cdo.tests.ExternalReferenceTest.testObjectNotAttached Time elapsed: 0.041 s org.eclipse.emf.cdo.tests.ExternalReferenceTest.testOneXMIResourceManyViewsOnOneResourceSet Time elapsed: 0.028 s org.eclipse.emf.cdo.tests.ExternalReferenceTest.testUsingObjectsBetweenSameTransaction Time elapsed: 0.071 s org.eclipse.emf.cdo.tests.ExternalReferenceTest.testWithXML Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.ExternalReferenceTest.testWithXMLAndPrefetching Time elapsed: 0.044 s org.eclipse.emf.cdo.tests.ExternalReferenceTest.testXRefExternalObject Time elapsed: 0.145 s org.eclipse.emf.cdo.tests.IndexReconstructionTest.testAddAfter1 Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.IndexReconstructionTest.testAddAfter4 Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.IndexReconstructionTest.testAddBefore1 Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.IndexReconstructionTest.testAddBefore4 Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.IndexReconstructionTest.testMoveBackward Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.IndexReconstructionTest.testMoveBehindEnd Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.IndexReconstructionTest.testMoveForward Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.IndexReconstructionTest.testReAdded Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.IndexReconstructionTest.testRemove1 Time elapsed: 0.018 s org.eclipse.emf.cdo.tests.IndexReconstructionTest.testRemove4 Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.IndexReconstructionTest.testRemoveAdded Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.IndexReconstructionTest.testRemoveLastAdded Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.InitialTest.testAttachObject Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.InitialTest.testCommitDirty Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.InitialTest.testCommitDirtyInverseList Time elapsed: 0.02 s org.eclipse.emf.cdo.tests.InitialTest.testCommitNew Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.InitialTest.testCommitNewInverseList Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.InitialTest.testCreateResource Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.InitialTest.testDirectResource Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.InitialTest.testDirectResourceEMF Time elapsed: 0.004 s org.eclipse.emf.cdo.tests.InitialTest.testGetContents Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.InitialTest.testGetResource Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.InitialTest.testLoadObject Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.InitialTest.testLoadObjectInverseList Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.InitialTest.testLoadResource Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.InitialTest.testMultipleInheritence Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.InitialTest.testNullReference Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.InitialTest.testOpenSession Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.InitialTest.testReadObjectClean Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.InitialTest.testReadObjectProxy Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.InitialTest.testReadResourceClean Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.InitialTest.testReadTransientValue Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.InitialTest.testReferenceIntoDifferentResource Time elapsed: 0.018 s org.eclipse.emf.cdo.tests.InitialTest.testResourceAccessor Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.InitialTest.testStartTransaction Time elapsed: 0.005 s org.eclipse.emf.cdo.tests.InitialTest.testTransientObject Time elapsed: 0.004 s org.eclipse.emf.cdo.tests.InitialTest.testTransientResource Time elapsed: 0.005 s org.eclipse.emf.cdo.tests.InitialTest.testWriteClean Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.InvalidationTest.testConflictDifferentSession Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.InvalidationTest.testConflictSameSession Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.InvalidationTest.testDeleteFromOtherBranch Time elapsed: 0.02 s org.eclipse.emf.cdo.tests.InvalidationTest.testDetach Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.InvalidationTest.testDetachAndPassiveUpdate Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.InvalidationTest.testDetachAndPassiveUpdateWithoutRevisionTimestamp Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.InvalidationTest.testDetachedConflictDifferentSession Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.InvalidationTest.testDetachedConflictSameSession Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.InvalidationTest.testInvalidateAndCache Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.InvalidationTest.testPassiveUpdateMode_CHANGES Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.InvalidationTest.testPassiveUpdateOnAndOff Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.InvalidationTest.testRefreshEmptyRepository Time elapsed: 0.005 s org.eclipse.emf.cdo.tests.InvalidationTest.testSeparateSession Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.InvalidationTest.testSeparateSession_PassiveUpdateDisable Time elapsed: 0.018 s org.eclipse.emf.cdo.tests.InvalidationTest.testSeparateView Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.InvalidationTest.testSeparateViewNotification Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.LobTest.testCommitBlob Time elapsed: 0.036 s org.eclipse.emf.cdo.tests.LobTest.testCommitClob Time elapsed: 0.03 s org.eclipse.emf.cdo.tests.LobTest.testReadBlob Time elapsed: 0.128 s org.eclipse.emf.cdo.tests.LobTest.testReadClob Time elapsed: 2.534 s org.eclipse.emf.cdo.tests.LockStateCacheTest$WithSubBranch.testAddReadLockOwner Time elapsed: 0.057 s org.eclipse.emf.cdo.tests.LockStateCacheTest$WithSubBranch.testLockStateCache Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.LockStateCacheTest$WithSubBranch.testRemoveOwner Time elapsed: 0.07 s org.eclipse.emf.cdo.tests.LockStateCacheTest$WithSubBranch.testRemoveReadLockOwner Time elapsed: 0.07 s org.eclipse.emf.cdo.tests.LockStateCacheTest$WithSubBranch.testSetWriteLockOwner Time elapsed: 0.076 s org.eclipse.emf.cdo.tests.LockStateCacheTest$WithSubBranch.testSetWriteOptionOwner Time elapsed: 0.038 s org.eclipse.emf.cdo.tests.LockStateCacheTest$WithSubBranch.testUnsetWriteLockOwner Time elapsed: 0.038 s org.eclipse.emf.cdo.tests.LockStateCacheTest$WithSubBranch.testUnsetWriteOptionOwner Time elapsed: 0.028 s org.eclipse.emf.cdo.tests.LockStateCacheTest.testAddReadLockOwner Time elapsed: 0.051 s org.eclipse.emf.cdo.tests.LockStateCacheTest.testLockStateCache Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.LockStateCacheTest.testRemoveOwner Time elapsed: 0.051 s org.eclipse.emf.cdo.tests.LockStateCacheTest.testRemoveReadLockOwner Time elapsed: 0.064 s org.eclipse.emf.cdo.tests.LockStateCacheTest.testSetWriteLockOwner Time elapsed: 0.057 s org.eclipse.emf.cdo.tests.LockStateCacheTest.testSetWriteOptionOwner Time elapsed: 0.052 s org.eclipse.emf.cdo.tests.LockStateCacheTest.testUnsetWriteLockOwner Time elapsed: 0.034 s org.eclipse.emf.cdo.tests.LockStateCacheTest.testUnsetWriteOptionOwner Time elapsed: 0.033 s org.eclipse.emf.cdo.tests.LockingManagerRestartRepositoryTest.testDisableDurableLocking Time elapsed: 0.061 s org.eclipse.emf.cdo.tests.LockingManagerRestartRepositoryTest.testDisableDurableLockingAfterRestart Time elapsed: 0.141 s org.eclipse.emf.cdo.tests.LockingManagerRestartRepositoryTest.testDisableDurableLockingAndReleaseLocks Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.LockingManagerRestartRepositoryTest.testDuplicateOpenView Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.LockingManagerRestartRepositoryTest.testDuplicateOpenViewAfterRestart Time elapsed: 0.058 s org.eclipse.emf.cdo.tests.LockingManagerRestartRepositoryTest.testDurableViewHandler Time elapsed: 0.045 s org.eclipse.emf.cdo.tests.LockingManagerRestartRepositoryTest.testEnableDurableLockingWithNewObject Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.LockingManagerRestartRepositoryTest.testGetDurableLockingID Time elapsed: 0.036 s org.eclipse.emf.cdo.tests.LockingManagerRestartRepositoryTest.testKeepDurableLockingID Time elapsed: 0.041 s org.eclipse.emf.cdo.tests.LockingManagerRestartRepositoryTest.testLockDowngradeAfterEnable Time elapsed: 0.042 s org.eclipse.emf.cdo.tests.LockingManagerRestartRepositoryTest.testLockDowngradeBeforeEnable Time elapsed: 0.042 s org.eclipse.emf.cdo.tests.LockingManagerRestartRepositoryTest.testLockUpgradeAfterEnable Time elapsed: 0.04 s org.eclipse.emf.cdo.tests.LockingManagerRestartRepositoryTest.testLockUpgradeBeforeEnable Time elapsed: 0.04 s org.eclipse.emf.cdo.tests.LockingManagerRestartRepositoryTest.testReadLockAfterEnable Time elapsed: 0.041 s org.eclipse.emf.cdo.tests.LockingManagerRestartRepositoryTest.testReadLockBeforeEnable Time elapsed: 0.04 s org.eclipse.emf.cdo.tests.LockingManagerRestartRepositoryTest.testWriteLockAfterEnable Time elapsed: 0.045 s org.eclipse.emf.cdo.tests.LockingManagerRestartRepositoryTest.testWriteLockBeforeEnable Time elapsed: 0.057 s org.eclipse.emf.cdo.tests.LockingManagerRestartRepositoryTest.testWriteOptionAfterEnable Time elapsed: 0.073 s org.eclipse.emf.cdo.tests.LockingManagerRestartRepositoryTest.testWriteOptionBeforeEnable Time elapsed: 0.106 s org.eclipse.emf.cdo.tests.LockingManagerRestartRepositoryTest.testWrongDurableLockingID Time elapsed: 0.067 s org.eclipse.emf.cdo.tests.LockingManagerRestartRepositoryTest.testWrongReadOnly Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.LockingManagerRestartRepositoryTest.testWrongReadOnlyAfterRestart Time elapsed: 0.036 s org.eclipse.emf.cdo.tests.LockingManagerRestartSessionTest.testDisableDurableLocking Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.LockingManagerRestartSessionTest.testDisableDurableLockingAfterRestart Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.LockingManagerRestartSessionTest.testDisableDurableLockingAndReleaseLocks Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.LockingManagerRestartSessionTest.testDuplicateOpenView Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.LockingManagerRestartSessionTest.testDuplicateOpenViewAfterRestart Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.LockingManagerRestartSessionTest.testDurableViewHandler Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.LockingManagerRestartSessionTest.testEnableDurableLockingWithNewObject Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.LockingManagerRestartSessionTest.testGetDurableLockingID Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.LockingManagerRestartSessionTest.testKeepDurableLockingID Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.LockingManagerRestartSessionTest.testLockDowngradeAfterEnable Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.LockingManagerRestartSessionTest.testLockDowngradeBeforeEnable Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.LockingManagerRestartSessionTest.testLockUpgradeAfterEnable Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.LockingManagerRestartSessionTest.testLockUpgradeBeforeEnable Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.LockingManagerRestartSessionTest.testReadLockAfterEnable Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.LockingManagerRestartSessionTest.testReadLockBeforeEnable Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.LockingManagerRestartSessionTest.testWriteLockAfterEnable Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.LockingManagerRestartSessionTest.testWriteLockBeforeEnable Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.LockingManagerRestartSessionTest.testWriteOptionAfterEnable Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.LockingManagerRestartSessionTest.testWriteOptionBeforeEnable Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.LockingManagerRestartSessionTest.testWrongDurableLockingID Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.LockingManagerRestartSessionTest.testWrongReadOnly Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.LockingManagerRestartSessionTest.testWrongReadOnlyAfterRestart Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.LockingManagerRestartTransactionTest.testDisableDurableLocking Time elapsed: 0.005 s org.eclipse.emf.cdo.tests.LockingManagerRestartTransactionTest.testDisableDurableLockingAfterRestart Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.LockingManagerRestartTransactionTest.testDisableDurableLockingAndReleaseLocks Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.LockingManagerRestartTransactionTest.testDuplicateOpenView Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.LockingManagerRestartTransactionTest.testDuplicateOpenViewAfterRestart Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.LockingManagerRestartTransactionTest.testDurableViewHandler Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.LockingManagerRestartTransactionTest.testEnableDurableLockingWithNewObject Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.LockingManagerRestartTransactionTest.testGetDurableLockingID Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.LockingManagerRestartTransactionTest.testKeepDurableLockingID Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.LockingManagerRestartTransactionTest.testLockDowngradeAfterEnable Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.LockingManagerRestartTransactionTest.testLockDowngradeBeforeEnable Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.LockingManagerRestartTransactionTest.testLockUpgradeAfterEnable Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.LockingManagerRestartTransactionTest.testLockUpgradeBeforeEnable Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.LockingManagerRestartTransactionTest.testReadLockAfterEnable Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.LockingManagerRestartTransactionTest.testReadLockBeforeEnable Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.LockingManagerRestartTransactionTest.testWriteLockAfterEnable Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.LockingManagerRestartTransactionTest.testWriteLockBeforeEnable Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.LockingManagerRestartTransactionTest.testWriteOptionAfterEnable Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.LockingManagerRestartTransactionTest.testWriteOptionBeforeEnable Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.LockingManagerRestartTransactionTest.testWrongDurableLockingID Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.LockingManagerRestartTransactionTest.testWrongReadOnly Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.LockingManagerRestartTransactionTest.testWrongReadOnlyAfterRestart Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.LockingManagerTest.testAcquiredLock Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.LockingManagerTest.testAutoReleaseExplicitLocks Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.LockingManagerTest.testAutoReleaseLockFalse_commit Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.LockingManagerTest.testAutoReleaseLockFalse_rollback Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.LockingManagerTest.testAutoReleaseLocks Time elapsed: 0.209 s org.eclipse.emf.cdo.tests.LockingManagerTest.testAutoReleaseLocksOnUnchangedObject Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.LockingManagerTest.testAutoReleaseReadLockWithLockedByOthers Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.LockingManagerTest.testAutoReleaseWriteLockWithLockedByOthers Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.LockingManagerTest.testBasicUpgradeFromReadToWriteLock Time elapsed: 2.004 s org.eclipse.emf.cdo.tests.LockingManagerTest.testBasicWrongUnlock Time elapsed: 0.003 s org.eclipse.emf.cdo.tests.LockingManagerTest.testBugzilla_270345 Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.LockingManagerTest.testDeleteLockedObject Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.LockingManagerTest.testDetachedObjects Time elapsed: 0.118 s org.eclipse.emf.cdo.tests.LockingManagerTest.testLockContention Time elapsed: 0.316 s org.eclipse.emf.cdo.tests.LockingManagerTest.testLockContentionRecursive Time elapsed: 1.389 s org.eclipse.emf.cdo.tests.LockingManagerTest.testLockDetached Time elapsed: 1.012 s org.eclipse.emf.cdo.tests.LockingManagerTest.testLockOnNewObject Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.LockingManagerTest.testLockRefreshForHeldLock Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.LockingManagerTest.testLockUnlock Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.LockingManagerTest.testReadLockAndCommitFromDifferentTransaction Time elapsed: 1.009 s org.eclipse.emf.cdo.tests.LockingManagerTest.testReadLockAndCommitSameTransaction Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.LockingManagerTest.testReadLockByOthers Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.LockingManagerTest.testReadLockMultiple Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.LockingManagerTest.testReadLockStaleRevision Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.LockingManagerTest.testReadLockedByOthers Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.LockingManagerTest.testReadTimeout Time elapsed: 1.009 s org.eclipse.emf.cdo.tests.LockingManagerTest.testReadUnlockMultiple Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.LockingManagerTest.testRecursiveLock Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.LockingManagerTest.testRefreshLockStates Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.LockingManagerTest.testSessionClose Time elapsed: 0.112 s org.eclipse.emf.cdo.tests.LockingManagerTest.testTransactionClose Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.LockingManagerTest.testTransactionGetLockStates Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.LockingManagerTest.testUnlockAll Time elapsed: 0.003 s org.eclipse.emf.cdo.tests.LockingManagerTest.testViewGetLockStates Time elapsed: 0.005 s org.eclipse.emf.cdo.tests.LockingManagerTest.testWriteLock Time elapsed: 2.02 s org.eclipse.emf.cdo.tests.LockingManagerTest.testWriteLockAndCommitFromDifferentTransaction Time elapsed: 1.012 s org.eclipse.emf.cdo.tests.LockingManagerTest.testWriteLockAndCommitSameTransaction Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.LockingManagerTest.testWriteLockAndRollback Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.LockingManagerTest.testWriteLockByOthers Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.LockingManagerTest.testWriteLockFromDifferenceTransaction Time elapsed: 1.009 s org.eclipse.emf.cdo.tests.LockingManagerTest.testWriteLockMultiple Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.LockingManagerTest.testWriteLockPerformance Time elapsed: 0.031 s org.eclipse.emf.cdo.tests.LockingManagerTest.testWriteLockStaleRevision Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.LockingManagerTest.testWriteLockViaObject Time elapsed: 1.011 s org.eclipse.emf.cdo.tests.LockingManagerTest.testWriteOptions Time elapsed: 0.505 s org.eclipse.emf.cdo.tests.LockingManagerTest.testWriteUnlockMultiple Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.LockingNotificationsTest.testCloseViewDifferentSession Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.LockingNotificationsTest.testCloseViewSameSession Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.LockingNotificationsTest.testDifferentBranchDifferentSession Time elapsed: 0.114 s org.eclipse.emf.cdo.tests.LockingNotificationsTest.testDifferentBranchDifferentSession_WithAutoRelease Time elapsed: 0.618 s org.eclipse.emf.cdo.tests.LockingNotificationsTest.testDifferentBranchSameSession Time elapsed: 0.116 s org.eclipse.emf.cdo.tests.LockingNotificationsTest.testDifferentBranchSameSession_WithAutoRelease Time elapsed: 0.618 s org.eclipse.emf.cdo.tests.LockingNotificationsTest.testEnableDisableNotifications Time elapsed: 0.227 s org.eclipse.emf.cdo.tests.LockingNotificationsTest.testEnableDisableNotificationsSameSession Time elapsed: 0.224 s org.eclipse.emf.cdo.tests.LockingNotificationsTest.testEventForNewObjects Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.LockingNotificationsTest.testLockStateHeldByDurableView Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.LockingNotificationsTest.testLockStateTransientAndNew Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.LockingNotificationsTest.testSameBranchDifferentSession_WithAutoRelease Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.LockingNotificationsTest.testSameBranchDifferentSession_WithoutAutoRelease Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.LockingNotificationsTest.testSameBranchSameSession_WithAutoRelease Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.LockingNotificationsTest.testSameBranchSameSession_WithoutAutoRelease Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.LockingSequenceTest.testSafeCounter Time elapsed: 0.62 s org.eclipse.emf.cdo.tests.MapTest.testEObjectToEObjectBothContainedMap Time elapsed: 0.087 s org.eclipse.emf.cdo.tests.MapTest.testEObjectToEObjectKeyContainedMap Time elapsed: 0.032 s org.eclipse.emf.cdo.tests.MapTest.testEObjectToEObjectMap Time elapsed: 0.029 s org.eclipse.emf.cdo.tests.MapTest.testEObjectToEObjectValueContainedMap Time elapsed: 0.035 s org.eclipse.emf.cdo.tests.MapTest.testIntegerStringMap Time elapsed: 0.026 s org.eclipse.emf.cdo.tests.MapTest.testStringStringMap Time elapsed: 0.03 s org.eclipse.emf.cdo.tests.MapTest.testStringToAddressContainmentMap Time elapsed: 0.033 s org.eclipse.emf.cdo.tests.MapTest.testStringToAddressReferenceMap Time elapsed: 0.032 s org.eclipse.emf.cdo.tests.MapTest.testStringVATMap Time elapsed: 0.029 s org.eclipse.emf.cdo.tests.MapTest.testTransientMap Time elapsed: 0.025 s org.eclipse.emf.cdo.tests.MergingTest.testAdditionsInSourceAndTarget Time elapsed: 0.11 s org.eclipse.emf.cdo.tests.MergingTest.testAutoMerge Time elapsed: 0.049 s org.eclipse.emf.cdo.tests.MergingTest.testFromBranchWithAdditions Time elapsed: 0.065 s org.eclipse.emf.cdo.tests.MergingTest.testFromBranchWithAdditionsTwoTimes Time elapsed: 0.023 s org.eclipse.emf.cdo.tests.MergingTest.testFromBranchWithChangesInSource Time elapsed: 0.031 s org.eclipse.emf.cdo.tests.MergingTest.testFromBranchWithRemovalsInSource Time elapsed: 0.199 s org.eclipse.emf.cdo.tests.MergingTest.testFromEmptyBranches Time elapsed: 0.055 s org.eclipse.emf.cdo.tests.MergingTest.testMergeClobChangesInSource Time elapsed: 0.031 s org.eclipse.emf.cdo.tests.MergingTest.testMergeClobChangesInSourceConflict Time elapsed: 0.022 s org.eclipse.emf.cdo.tests.MergingTest.testRemergeAfterAdditionsInSource Time elapsed: 0.068 s org.eclipse.emf.cdo.tests.MergingTest.testRemergeAfterAdditionsInSource2 Time elapsed: 0.09 s org.eclipse.emf.cdo.tests.MergingTest.testRemergeAfterAdditionsInSourceAndTarget Time elapsed: 0.091 s org.eclipse.emf.cdo.tests.MergingTest.testRemergeAfterAdditionsInSourceTwoTimes Time elapsed: 0.029 s org.eclipse.emf.cdo.tests.MergingTest.testRemergeAfterChangesInSource Time elapsed: 0.036 s org.eclipse.emf.cdo.tests.MergingTest.testRemergeAfterChangesInSourceConflict Time elapsed: 0.035 s org.eclipse.emf.cdo.tests.MergingTest.testRemergeAfterRemovalsInSource Time elapsed: 0.036 s org.eclipse.emf.cdo.tests.MergingTest.test_Bugzilla_309467 Time elapsed: 0.035 s org.eclipse.emf.cdo.tests.MergingTest.test_Bugzilla_309467_ServerRestart Time elapsed: 0.103 s org.eclipse.emf.cdo.tests.MetaTest.testMetaReference Time elapsed: 0.02 s org.eclipse.emf.cdo.tests.MetaTest.testMetaReference2 Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.MetaTest.testMetaReferenceAttachFirst Time elapsed: 0.025 s org.eclipse.emf.cdo.tests.MultiValuedOfAttributeTest.testListOfBoolean Time elapsed: 0.048 s org.eclipse.emf.cdo.tests.MultiValuedOfAttributeTest.testListOfChar Time elapsed: 0.028 s org.eclipse.emf.cdo.tests.MultiValuedOfAttributeTest.testListOfDate Time elapsed: 0.025 s org.eclipse.emf.cdo.tests.MultiValuedOfAttributeTest.testListOfDouble Time elapsed: 0.03 s org.eclipse.emf.cdo.tests.MultiValuedOfAttributeTest.testListOfFloat Time elapsed: 0.03 s org.eclipse.emf.cdo.tests.MultiValuedOfAttributeTest.testListOfInt Time elapsed: 0.037 s org.eclipse.emf.cdo.tests.MultiValuedOfAttributeTest.testListOfInteger Time elapsed: 0.024 s org.eclipse.emf.cdo.tests.MultiValuedOfAttributeTest.testListOfShort Time elapsed: 0.024 s org.eclipse.emf.cdo.tests.MultiValuedOfAttributeTest.testListOfString Time elapsed: 0.024 s org.eclipse.emf.cdo.tests.OCLQueryTest$Lazy.testAllCustomers Time elapsed: 0.108 s org.eclipse.emf.cdo.tests.OCLQueryTest$Lazy.testAllEObjects Time elapsed: 0.205 s org.eclipse.emf.cdo.tests.OCLQueryTest$Lazy.testAllOrdersAndSubtypes Time elapsed: 0.104 s org.eclipse.emf.cdo.tests.OCLQueryTest$Lazy.testAllProductNames Time elapsed: 0.087 s org.eclipse.emf.cdo.tests.OCLQueryTest$Lazy.testAllProducts Time elapsed: 0.084 s org.eclipse.emf.cdo.tests.OCLQueryTest$Lazy.testAllProductsWithName Time elapsed: 0.083 s org.eclipse.emf.cdo.tests.OCLQueryTest$Lazy.testAllProductsWithNameParameter Time elapsed: 0.077 s org.eclipse.emf.cdo.tests.OCLQueryTest$Lazy.testAllProductsWithVAT Time elapsed: 0.077 s org.eclipse.emf.cdo.tests.OCLQueryTest$Lazy.testAllProductsWithVATParameter Time elapsed: 0.077 s org.eclipse.emf.cdo.tests.OCLQueryTest$Lazy.testAuditWithDetachedObject Time elapsed: 0.096 s org.eclipse.emf.cdo.tests.OCLQueryTest$Lazy.testDeletedObject Time elapsed: 0.101 s org.eclipse.emf.cdo.tests.OCLQueryTest$Lazy.testDetachedObject Time elapsed: 0.118 s org.eclipse.emf.cdo.tests.OCLQueryTest$Lazy.testDirtyObject Time elapsed: 0.106 s org.eclipse.emf.cdo.tests.OCLQueryTest$Lazy.testMultipleQueries Time elapsed: 0.114 s org.eclipse.emf.cdo.tests.OCLQueryTest$Lazy.testNewObject Time elapsed: 0.078 s org.eclipse.emf.cdo.tests.OCLQueryTest$Lazy.testProductIterator Time elapsed: 0.077 s org.eclipse.emf.cdo.tests.OCLQueryTest$Lazy.testSelfNavigation Time elapsed: 0.08 s org.eclipse.emf.cdo.tests.OCLQueryTest$Lazy.testTransactionWithDetachedObject Time elapsed: 0.116 s org.eclipse.emf.cdo.tests.OCLQueryTest.testAllCustomers Time elapsed: 0.078 s org.eclipse.emf.cdo.tests.OCLQueryTest.testAllEObjects Time elapsed: 0.078 s org.eclipse.emf.cdo.tests.OCLQueryTest.testAllOrdersAndSubtypes Time elapsed: 0.078 s org.eclipse.emf.cdo.tests.OCLQueryTest.testAllProductNames Time elapsed: 0.077 s org.eclipse.emf.cdo.tests.OCLQueryTest.testAllProducts Time elapsed: 0.111 s org.eclipse.emf.cdo.tests.OCLQueryTest.testAllProductsWithName Time elapsed: 0.105 s org.eclipse.emf.cdo.tests.OCLQueryTest.testAllProductsWithNameParameter Time elapsed: 0.173 s org.eclipse.emf.cdo.tests.OCLQueryTest.testAllProductsWithVAT Time elapsed: 0.109 s org.eclipse.emf.cdo.tests.OCLQueryTest.testAllProductsWithVATParameter Time elapsed: 0.079 s org.eclipse.emf.cdo.tests.OCLQueryTest.testAuditWithDetachedObject Time elapsed: 0.106 s org.eclipse.emf.cdo.tests.OCLQueryTest.testDeletedObject Time elapsed: 0.105 s org.eclipse.emf.cdo.tests.OCLQueryTest.testDetachedObject Time elapsed: 0.088 s org.eclipse.emf.cdo.tests.OCLQueryTest.testDirtyObject Time elapsed: 0.081 s org.eclipse.emf.cdo.tests.OCLQueryTest.testMultipleQueries Time elapsed: 0.138 s org.eclipse.emf.cdo.tests.OCLQueryTest.testNewObject Time elapsed: 0.117 s org.eclipse.emf.cdo.tests.OCLQueryTest.testProductIterator Time elapsed: 0.08 s org.eclipse.emf.cdo.tests.OCLQueryTest.testSelfNavigation Time elapsed: 0.079 s org.eclipse.emf.cdo.tests.OCLQueryTest.testTransactionWithDetachedObject Time elapsed: 0.108 s org.eclipse.emf.cdo.tests.PackageRegistryTest.testCommitCircularPackages Time elapsed: 0.058 s org.eclipse.emf.cdo.tests.PackageRegistryTest.testCommitNestedPackages Time elapsed: 0.033 s org.eclipse.emf.cdo.tests.PackageRegistryTest.testCommitTopLevelPackages Time elapsed: 0.049 s org.eclipse.emf.cdo.tests.PackageRegistryTest.testCommitTwoPackages Time elapsed: 0.061 s org.eclipse.emf.cdo.tests.PackageRegistryTest.testCommitUnrelatedPackage Time elapsed: 0.054 s org.eclipse.emf.cdo.tests.PackageRegistryTest.testConcurrentPackageRegistration Time elapsed: 1.057 s org.eclipse.emf.cdo.tests.PackageRegistryTest.testConcurrentPackageRegistration2 Time elapsed: 0.054 s org.eclipse.emf.cdo.tests.PackageRegistryTest.testDuplicatePackageRegistration Time elapsed: 1.052 s org.eclipse.emf.cdo.tests.PackageRegistryTest.testDynamicPackageFactory Time elapsed: 0.055 s org.eclipse.emf.cdo.tests.PackageRegistryTest.testDynamicPackageLoaded Time elapsed: 0.046 s org.eclipse.emf.cdo.tests.PackageRegistryTest.testDynamicPackageNewInstance Time elapsed: 0.065 s org.eclipse.emf.cdo.tests.PackageRegistryTest.testGeneratedPackage Time elapsed: 0.058 s org.eclipse.emf.cdo.tests.PackageRegistryTest.testGlobalDynamicPackage Time elapsed: 0.062 s org.eclipse.emf.cdo.tests.PackageRegistryTest.testGlobalDynamicPackageEager Time elapsed: 0.096 s org.eclipse.emf.cdo.tests.PackageRegistryTest.testLaziness Time elapsed: 0.078 s org.eclipse.emf.cdo.tests.PackageRegistryTest.testLoadNestedPackages Time elapsed: 0.05 s org.eclipse.emf.cdo.tests.PackageRegistryTest.testPackageRegistry Time elapsed: 0.072 s org.eclipse.emf.cdo.tests.PackageRegistryTest.testPopulator Time elapsed: 0.064 s org.eclipse.emf.cdo.tests.PackageRegistryTest.testPopulatorGlobal Time elapsed: 0.047 s org.eclipse.emf.cdo.tests.PackageRegistryTest.testReuseCommittedPackage Time elapsed: 0.058 s org.eclipse.emf.cdo.tests.PackageRegistryTest.testSubclassCache Time elapsed: 0.034 s org.eclipse.emf.cdo.tests.PackageRegistryTest.testSubclassCacheInvalidation Time elapsed: 0.032 s org.eclipse.emf.cdo.tests.PartialCommitTest.testCheckWithoutCommit_exception Time elapsed: 0.058 s org.eclipse.emf.cdo.tests.PartialCommitTest.testCheckWithoutCommit_exceptionFast Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.PartialCommitTest.testCommittablesContainUncommittableObjects Time elapsed: 0.004 s org.eclipse.emf.cdo.tests.PartialCommitTest.testDetach Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.PartialCommitTest.testDetachSingleRef Time elapsed: 0.025 s org.eclipse.emf.cdo.tests.PartialCommitTest.testDetachSingleRef_containerOfDetachedObjectNotIncluded Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.PartialCommitTest.testDetachSingleRef_detachedObjectNotIncluded Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.PartialCommitTest.testDetach_containerOfDetachedObjectNotIncluded Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.PartialCommitTest.testDetach_detachedObjectNotIncluded Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.PartialCommitTest.testDirty Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.PartialCommitTest.testDirtyMultiBidiChanged Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.PartialCommitTest.testDirtyMultiBidiChanged_newTargetNotIncluded Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.PartialCommitTest.testDirtyMultiBidiChanged_oldTargetNotIncluded Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.PartialCommitTest.testDirtyMultiBidiNew Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.PartialCommitTest.testDirtyMultiBidiNew_newtargetNotIncluded Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.PartialCommitTest.testDirtyMultiBidiRemoved Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.PartialCommitTest.testDirtyMultiBidiRemoved_oldTargetNotIncluded Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.PartialCommitTest.testDirtySingleBidiChanged Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.PartialCommitTest.testDirtySingleBidiChanged_newTargetNotIncluded Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.PartialCommitTest.testDirtySingleBidiChanged_oldTargetNotIncluded Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.PartialCommitTest.testDirtySingleBidiNew Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.PartialCommitTest.testDirtySingleBidiNew_newtargetNotIncluded Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.PartialCommitTest.testDirtySingleBidiRemoved Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.PartialCommitTest.testDirtySingleBidiRemoved_oldTargetNotIncluded Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.PartialCommitTest.testDoubleMove Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.PartialCommitTest.testIgnoreDanglingMultiRef_dirtyToDetached Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.PartialCommitTest.testIgnoreDanglingMultiRef_dirtyToTransient Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.PartialCommitTest.testIgnoreDanglingMultiRef_dirtyToTransient2 Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.PartialCommitTest.testIgnoreDanglingMultiRef_newToDetached Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.PartialCommitTest.testIgnoreDanglingMultiRef_newToTransient Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.PartialCommitTest.testIgnoreDanglingSingleRef_dirtyToDetached Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.PartialCommitTest.testIgnoreDanglingSingleRef_dirtyToTransient Time elapsed: 0.018 s org.eclipse.emf.cdo.tests.PartialCommitTest.testIgnoreDanglingSingleRef_dirtyToTransient2 Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.PartialCommitTest.testIgnoreDanglingSingleRef_newToDetached Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.PartialCommitTest.testIgnoreDanglingSingleRef_newToTransient Time elapsed: 0.021 s org.eclipse.emf.cdo.tests.PartialCommitTest.testMove Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.PartialCommitTest.testMoveSingleRef Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.PartialCommitTest.testMoveSingleRef_movedObjectNotIncluded Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.PartialCommitTest.testMoveSingleRef_newContainerNotIncluded Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.PartialCommitTest.testMoveSingleRef_oldContainerNotIncluded Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.PartialCommitTest.testMoveSingleRef_onlyMovedObjectIncluded Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.PartialCommitTest.testMoveSingleRef_onlyNewContainerIncluded Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.PartialCommitTest.testMoveSingleRef_onlyOldContainerIncluded Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.PartialCommitTest.testMove_movedObjectNotIncluded Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.PartialCommitTest.testMove_newContainerNotIncluded Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.PartialCommitTest.testMove_oldContainerNotIncluded Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.PartialCommitTest.testMove_onlyMovedObjectIncluded Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.PartialCommitTest.testMove_onlyNewContainerIncluded Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.PartialCommitTest.testMove_onlyOldContainerIncluded Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.PartialCommitTest.testMultiBidiOnNewObject Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.PartialCommitTest.testMultiBidiOnNewObject_targetNotIncluded Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.PartialCommitTest.testMultiBidiOnRemovedObject Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.PartialCommitTest.testMultiBidiOnRemovedObject_targetNotIncluded Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.PartialCommitTest.testNew Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.PartialCommitTest.testNewNestedResource Time elapsed: 0.049 s org.eclipse.emf.cdo.tests.PartialCommitTest.testNewNestedResource_resourceFolderNotIncluded Time elapsed: 0.033 s org.eclipse.emf.cdo.tests.PartialCommitTest.testNewNestedResource_rootResourceNotIncluded Time elapsed: 0.04 s org.eclipse.emf.cdo.tests.PartialCommitTest.testNewSingle Time elapsed: 0.026 s org.eclipse.emf.cdo.tests.PartialCommitTest.testNewSingle_containerOfNewObjectNotIncluded Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.PartialCommitTest.testNewSingle_newObjectNotIncluded Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.PartialCommitTest.testNewTopLevel Time elapsed: 0.028 s org.eclipse.emf.cdo.tests.PartialCommitTest.testNewTopLevelResource Time elapsed: 0.034 s org.eclipse.emf.cdo.tests.PartialCommitTest.testNewTopLevelResource_rootResourceNotIncluded Time elapsed: 0.032 s org.eclipse.emf.cdo.tests.PartialCommitTest.testNewTopLevel_newObjectNotIncluded Time elapsed: 0.03 s org.eclipse.emf.cdo.tests.PartialCommitTest.testNewTopLevel_resourceNotIncluded Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.PartialCommitTest.testNew_containerOfNewObjectNotIncluded Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.PartialCommitTest.testNew_newObjectNotIncluded Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.PartialCommitTest.testPartialCleanUp_detachedObjects Time elapsed: 0.027 s org.eclipse.emf.cdo.tests.PartialCommitTest.testPartialCleanUp_dirtyObjects Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.PartialCommitTest.testPartialCleanUp_newObjects Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.PartialCommitTest.testSingleBidiOnNewObject Time elapsed: 0.024 s org.eclipse.emf.cdo.tests.PartialCommitTest.testSingleBidiOnNewObject_targetNotIncluded Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.PartialCommitTest.testSingleBidiOnRemovedObject Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.PartialCommitTest.testSingleBidiOnRemovedObject_targetNotIncluded Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.PartialCommitTest.test_noCommittablesAfterCommit Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.PushTransactionTest.testAddNewHierarchy Time elapsed: 0.067 s org.eclipse.emf.cdo.tests.PushTransactionTest.testAddNewObjectInObject Time elapsed: 0.02 s org.eclipse.emf.cdo.tests.PushTransactionTest.testAddNewObjectInObjectBetweenReloadAndPush Time elapsed: 0.018 s org.eclipse.emf.cdo.tests.PushTransactionTest.testAddNewObjectInObjectTwiceBetweenReloadAndPush Time elapsed: 0.018 s org.eclipse.emf.cdo.tests.PushTransactionTest.testAddNewObjectInResource Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.PushTransactionTest.testClearObjects Time elapsed: 0.022 s org.eclipse.emf.cdo.tests.PushTransactionTest.testConflictWithModifiedObject Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.PushTransactionTest.testConflictWithRemovedObject Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.PushTransactionTest.testDeleteExistingObject Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.PushTransactionTest.testMoveObject Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.PushTransactionTest.testUnsetValue Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.PushTransactionTest.testUnsetValueWithoutPushTX Time elapsed: 0.02 s org.eclipse.emf.cdo.tests.PushTransactionTest.testUpdateExistingObject Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.PushTransactionWithoutReconstructSavepointsTest.testAddNewHierarchy Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.PushTransactionWithoutReconstructSavepointsTest.testAddNewObjectInObject Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.PushTransactionWithoutReconstructSavepointsTest.testAddNewObjectInObjectBetweenReloadAndPush Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.PushTransactionWithoutReconstructSavepointsTest.testAddNewObjectInObjectTwiceBetweenReloadAndPush Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.PushTransactionWithoutReconstructSavepointsTest.testAddNewObjectInResource Time elapsed: 0.023 s org.eclipse.emf.cdo.tests.PushTransactionWithoutReconstructSavepointsTest.testClearObjects Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.PushTransactionWithoutReconstructSavepointsTest.testConflictWithModifiedObject Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.PushTransactionWithoutReconstructSavepointsTest.testConflictWithRemovedObject Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.PushTransactionWithoutReconstructSavepointsTest.testDeleteExistingObject Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.PushTransactionWithoutReconstructSavepointsTest.testMoveObject Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.PushTransactionWithoutReconstructSavepointsTest.testUnsetValue Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.PushTransactionWithoutReconstructSavepointsTest.testUnsetValueWithoutPushTX Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.PushTransactionWithoutReconstructSavepointsTest.testUpdateExistingObject Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.RepositoryTest.testInsertProperties Time elapsed: 0.003 s org.eclipse.emf.cdo.tests.RepositoryTest.testLastCommitTime Time elapsed: 0.028 s org.eclipse.emf.cdo.tests.RepositoryTest.testObjectWriteAccessHandler Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.RepositoryTest.testReadAccessHandlers Time elapsed: 0.111 s org.eclipse.emf.cdo.tests.RepositoryTest.testRemoveProperties Time elapsed: 0.004 s org.eclipse.emf.cdo.tests.RepositoryTest.testSessionClosed Time elapsed: 0.108 s org.eclipse.emf.cdo.tests.RepositoryTest.testUpdateProperties Time elapsed: 0.004 s org.eclipse.emf.cdo.tests.RepositoryTest.testWriteAccessHandlers Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.RepositoryTest.testWriteAccessHandlers_WithServerCDOView Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.ResourceModificationTrackingTest.testIgnoreChangesBeforeTrackingEnablement Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.ResourceModificationTrackingTest.testNewResourceModificationTracking Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.ResourceModificationTrackingTest.testNewResourceModificationTracking2 Time elapsed: 0.018 s org.eclipse.emf.cdo.tests.ResourceModificationTrackingTest.testPartialRollbackOperation Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.ResourceModificationTrackingTest.testResourceModificationTracking Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.ResourceModificationTrackingTest.testResourceModificationTracking2 Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.ResourceModificationTrackingTest.testResourceModificationTrackingNotification Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.ResourceModificationTrackingTest.testRollbackOperation Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.ResourceTest.testAttachDetachResourceDepth1_Delete Time elapsed: 0.048 s org.eclipse.emf.cdo.tests.ResourceTest.testAttachDetachResourceDepth1_Remove Time elapsed: 0.065 s org.eclipse.emf.cdo.tests.ResourceTest.testAttachDetachResourceDepth2_Delete Time elapsed: 0.109 s org.eclipse.emf.cdo.tests.ResourceTest.testAttachDetachResourceDepth2_Remove Time elapsed: 0.077 s org.eclipse.emf.cdo.tests.ResourceTest.testAttachDetachResourceDepth3_Delete Time elapsed: 0.038 s org.eclipse.emf.cdo.tests.ResourceTest.testAttachDetachResourceDepth3_Remove Time elapsed: 0.035 s org.eclipse.emf.cdo.tests.ResourceTest.testAttachDetachResourceDepth3_Remove_Tree Time elapsed: 0.045 s org.eclipse.emf.cdo.tests.ResourceTest.testAttachResource Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.ResourceTest.testBinaryResource Time elapsed: 0.113 s org.eclipse.emf.cdo.tests.ResourceTest.testChangePathFromDepth0ToDepth0 Time elapsed: 0.044 s org.eclipse.emf.cdo.tests.ResourceTest.testChangePathFromDepth0ToDepth1 Time elapsed: 0.046 s org.eclipse.emf.cdo.tests.ResourceTest.testChangePathFromDepth0ToDepth2 Time elapsed: 0.049 s org.eclipse.emf.cdo.tests.ResourceTest.testChangePathFromDepth0ToDepth3 Time elapsed: 0.047 s org.eclipse.emf.cdo.tests.ResourceTest.testChangePathFromDepth3ToDepth0 Time elapsed: 0.047 s org.eclipse.emf.cdo.tests.ResourceTest.testChangePathFromDepth3ToDepth1 Time elapsed: 0.05 s org.eclipse.emf.cdo.tests.ResourceTest.testChangePathFromDepth3ToDepth2 Time elapsed: 0.054 s org.eclipse.emf.cdo.tests.ResourceTest.testChangePathFromDepth3ToDepth3 Time elapsed: 0.052 s org.eclipse.emf.cdo.tests.ResourceTest.testChangeResourceFolderURI Time elapsed: 0.048 s org.eclipse.emf.cdo.tests.ResourceTest.testChangeResourceURI Time elapsed: 0.039 s org.eclipse.emf.cdo.tests.ResourceTest.testCommitMultipleResources Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.ResourceTest.testCreateNestedResource_FromResourceSet Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.ResourceTest.testCreateResource_FromResourceSet Time elapsed: 0.032 s org.eclipse.emf.cdo.tests.ResourceTest.testCreateResource_FromTransaction Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.ResourceTest.testCreateResource_WithDeepPath Time elapsed: 0.028 s org.eclipse.emf.cdo.tests.ResourceTest.testDeleteResource Time elapsed: 0.023 s org.eclipse.emf.cdo.tests.ResourceTest.testDeleteResourceDifferentSession Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.ResourceTest.testDeleteResourceDifferentSessionFresh Time elapsed: 0.037 s org.eclipse.emf.cdo.tests.ResourceTest.testDeleteResourceFolder Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.ResourceTest.testDeleteResourceFolderDifferentSession Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.ResourceTest.testDeleteResourceFolderDifferentSessionFresh Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.ResourceTest.testDeleteResourceFolderFresh Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.ResourceTest.testDeleteResourceFresh Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.ResourceTest.testDeleteResourceFromRoot Time elapsed: 0.051 s org.eclipse.emf.cdo.tests.ResourceTest.testDuplicatePathAfterDetach Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.ResourceTest.testGetResourceNodeContract Time elapsed: 0.005 s org.eclipse.emf.cdo.tests.ResourceTest.testLoadAbsentResource_FromResourceSet Time elapsed: 0.004 s org.eclipse.emf.cdo.tests.ResourceTest.testLoadMultipleResources Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.ResourceTest.testMove Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.ResourceTest.testMoveConflict Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.ResourceTest.testMoveFromRoot Time elapsed: 0.041 s org.eclipse.emf.cdo.tests.ResourceTest.testMoveToRoot Time elapsed: 0.034 s org.eclipse.emf.cdo.tests.ResourceTest.testNameChecks Time elapsed: 0.034 s org.eclipse.emf.cdo.tests.ResourceTest.testNoUneededResourcesLoadOnMove Time elapsed: 0.022 s org.eclipse.emf.cdo.tests.ResourceTest.testPathNotNull Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.ResourceTest.testPathWithSpaces Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.ResourceTest.testPrefetchContents Time elapsed: 0.032 s org.eclipse.emf.cdo.tests.ResourceTest.testQueryModifiedResources Time elapsed: 0.057 s org.eclipse.emf.cdo.tests.ResourceTest.testQueryModifiedResourcesAsync Time elapsed: 0.041 s org.eclipse.emf.cdo.tests.ResourceTest.testQueryResources Time elapsed: 0.034 s org.eclipse.emf.cdo.tests.ResourceTest.testQueryResourcesAsync Time elapsed: 0.032 s org.eclipse.emf.cdo.tests.ResourceTest.testRemoveResourceByIndex Time elapsed: 0.084 s org.eclipse.emf.cdo.tests.ResourceTest.testRemoveResourceWithCloseView Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.ResourceTest.testRootResourceFromURI Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.ResourceTest.testSaveXMI_WithXRef Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.ResourceTest.testSaveXMI_WithXRef_OtherResource Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.ResourceTest.testSetFolder Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.ResourceTest.testSetFolderConflict Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.ResourceTest.testSetPathConflict Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.ResourceTest.testTextResource Time elapsed: 2.518 s org.eclipse.emf.cdo.tests.RevisionDeltaCascadingBranchesTest.testBasicRevisionDelta Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.RevisionDeltaCascadingBranchesTest.testBugzilla214374 Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.RevisionDeltaCascadingBranchesTest.testBugzilla214374_HandleClear Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.RevisionDeltaCascadingBranchesTest.testBugzilla214431 Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.RevisionDeltaCascadingBranchesTest.testBugzilla243282_Exception Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.RevisionDeltaCascadingBranchesTest.testDetachWithXRef Time elapsed: 0.021 s org.eclipse.emf.cdo.tests.RevisionDeltaCascadingBranchesTest.testDetachWithXRef_Remove Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.RevisionDeltaCascadingBranchesTest.testInsertAndMove Time elapsed: 0.066 s org.eclipse.emf.cdo.tests.RevisionDeltaCascadingBranchesTest.testInsertAndMoveAndRemove Time elapsed: 0.053 s org.eclipse.emf.cdo.tests.RevisionDeltaCascadingBranchesTest.testInsertAndRemove Time elapsed: 0.066 s org.eclipse.emf.cdo.tests.RevisionDeltaCascadingBranchesTest.testInsertAndSet Time elapsed: 0.071 s org.eclipse.emf.cdo.tests.RevisionDeltaCascadingBranchesTest.testListInsertFirst Time elapsed: 0.058 s org.eclipse.emf.cdo.tests.RevisionDeltaCascadingBranchesTest.testListInsertLast Time elapsed: 0.053 s org.eclipse.emf.cdo.tests.RevisionDeltaCascadingBranchesTest.testListInsertMiddle Time elapsed: 0.063 s org.eclipse.emf.cdo.tests.RevisionDeltaCascadingBranchesTest.testListMoveToFirst Time elapsed: 0.051 s org.eclipse.emf.cdo.tests.RevisionDeltaCascadingBranchesTest.testListMoveToLast Time elapsed: 0.075 s org.eclipse.emf.cdo.tests.RevisionDeltaCascadingBranchesTest.testListMultipleOps Time elapsed: 0.068 s org.eclipse.emf.cdo.tests.RevisionDeltaCascadingBranchesTest.testListMultipleOpsWithClear Time elapsed: 0.061 s org.eclipse.emf.cdo.tests.RevisionDeltaCascadingBranchesTest.testListRemoveFirst Time elapsed: 0.057 s org.eclipse.emf.cdo.tests.RevisionDeltaCascadingBranchesTest.testListRemoveLast Time elapsed: 0.05 s org.eclipse.emf.cdo.tests.RevisionDeltaCascadingBranchesTest.testListRemoveMiddle Time elapsed: 0.058 s org.eclipse.emf.cdo.tests.RevisionDeltaCascadingBranchesTest.testListSimpleMove Time elapsed: 0.061 s org.eclipse.emf.cdo.tests.RevisionDeltaCascadingBranchesTest.testListTwoIndependentMoves Time elapsed: 0.058 s org.eclipse.emf.cdo.tests.RevisionDeltaCascadingBranchesTest.testListTwoIntersectingMoves Time elapsed: 0.065 s org.eclipse.emf.cdo.tests.RevisionDeltaCascadingBranchesTest.testMoveAndDelete Time elapsed: 0.054 s org.eclipse.emf.cdo.tests.RevisionDeltaCascadingBranchesTest.testMultipleInserts Time elapsed: 0.056 s org.eclipse.emf.cdo.tests.RevisionDeltaCascadingBranchesTest.testMultipleRemoves Time elapsed: 0.067 s org.eclipse.emf.cdo.tests.RevisionDeltaCascadingBranchesTest.testSetAndRemove Time elapsed: 0.063 s org.eclipse.emf.cdo.tests.RevisionDeltaInBranchTest.testBasicRevisionDelta Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.RevisionDeltaInBranchTest.testBugzilla214374 Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.RevisionDeltaInBranchTest.testBugzilla214374_HandleClear Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.RevisionDeltaInBranchTest.testBugzilla214431 Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.RevisionDeltaInBranchTest.testBugzilla243282_Exception Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.RevisionDeltaInBranchTest.testDetachWithXRef Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.RevisionDeltaInBranchTest.testDetachWithXRef_Remove Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.RevisionDeltaInBranchTest.testInsertAndMove Time elapsed: 0.036 s org.eclipse.emf.cdo.tests.RevisionDeltaInBranchTest.testInsertAndMoveAndRemove Time elapsed: 0.034 s org.eclipse.emf.cdo.tests.RevisionDeltaInBranchTest.testInsertAndRemove Time elapsed: 0.035 s org.eclipse.emf.cdo.tests.RevisionDeltaInBranchTest.testInsertAndSet Time elapsed: 0.041 s org.eclipse.emf.cdo.tests.RevisionDeltaInBranchTest.testListInsertFirst Time elapsed: 0.046 s org.eclipse.emf.cdo.tests.RevisionDeltaInBranchTest.testListInsertLast Time elapsed: 0.035 s org.eclipse.emf.cdo.tests.RevisionDeltaInBranchTest.testListInsertMiddle Time elapsed: 0.056 s org.eclipse.emf.cdo.tests.RevisionDeltaInBranchTest.testListMoveToFirst Time elapsed: 0.041 s org.eclipse.emf.cdo.tests.RevisionDeltaInBranchTest.testListMoveToLast Time elapsed: 0.044 s org.eclipse.emf.cdo.tests.RevisionDeltaInBranchTest.testListMultipleOps Time elapsed: 0.043 s org.eclipse.emf.cdo.tests.RevisionDeltaInBranchTest.testListMultipleOpsWithClear Time elapsed: 0.046 s org.eclipse.emf.cdo.tests.RevisionDeltaInBranchTest.testListRemoveFirst Time elapsed: 0.04 s org.eclipse.emf.cdo.tests.RevisionDeltaInBranchTest.testListRemoveLast Time elapsed: 0.037 s org.eclipse.emf.cdo.tests.RevisionDeltaInBranchTest.testListRemoveMiddle Time elapsed: 0.044 s org.eclipse.emf.cdo.tests.RevisionDeltaInBranchTest.testListSimpleMove Time elapsed: 0.047 s org.eclipse.emf.cdo.tests.RevisionDeltaInBranchTest.testListTwoIndependentMoves Time elapsed: 0.043 s org.eclipse.emf.cdo.tests.RevisionDeltaInBranchTest.testListTwoIntersectingMoves Time elapsed: 0.039 s org.eclipse.emf.cdo.tests.RevisionDeltaInBranchTest.testMoveAndDelete Time elapsed: 0.055 s org.eclipse.emf.cdo.tests.RevisionDeltaInBranchTest.testMultipleInserts Time elapsed: 0.038 s org.eclipse.emf.cdo.tests.RevisionDeltaInBranchTest.testMultipleRemoves Time elapsed: 0.04 s org.eclipse.emf.cdo.tests.RevisionDeltaInBranchTest.testSetAndRemove Time elapsed: 0.044 s org.eclipse.emf.cdo.tests.RevisionDeltaTest.testBasicRevisionDelta Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.RevisionDeltaTest.testBugzilla214374 Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.RevisionDeltaTest.testBugzilla214374_HandleClear Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.RevisionDeltaTest.testBugzilla214431 Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.RevisionDeltaTest.testBugzilla243282_Exception Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.RevisionDeltaTest.testDetachWithXRef Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.RevisionDeltaTest.testDetachWithXRef_Remove Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.RevisionDeltaTest.testInsertAndMove Time elapsed: 0.022 s org.eclipse.emf.cdo.tests.RevisionDeltaTest.testInsertAndMoveAndRemove Time elapsed: 0.018 s org.eclipse.emf.cdo.tests.RevisionDeltaTest.testInsertAndRemove Time elapsed: 0.021 s org.eclipse.emf.cdo.tests.RevisionDeltaTest.testInsertAndSet Time elapsed: 0.024 s org.eclipse.emf.cdo.tests.RevisionDeltaTest.testListInsertFirst Time elapsed: 0.029 s org.eclipse.emf.cdo.tests.RevisionDeltaTest.testListInsertLast Time elapsed: 0.018 s org.eclipse.emf.cdo.tests.RevisionDeltaTest.testListInsertMiddle Time elapsed: 0.021 s org.eclipse.emf.cdo.tests.RevisionDeltaTest.testListMoveToFirst Time elapsed: 0.02 s org.eclipse.emf.cdo.tests.RevisionDeltaTest.testListMoveToLast Time elapsed: 0.019 s org.eclipse.emf.cdo.tests.RevisionDeltaTest.testListMultipleOps Time elapsed: 0.032 s org.eclipse.emf.cdo.tests.RevisionDeltaTest.testListMultipleOpsWithClear Time elapsed: 0.033 s org.eclipse.emf.cdo.tests.RevisionDeltaTest.testListRemoveFirst Time elapsed: 0.024 s org.eclipse.emf.cdo.tests.RevisionDeltaTest.testListRemoveLast Time elapsed: 0.02 s org.eclipse.emf.cdo.tests.RevisionDeltaTest.testListRemoveMiddle Time elapsed: 0.02 s org.eclipse.emf.cdo.tests.RevisionDeltaTest.testListSimpleMove Time elapsed: 0.019 s org.eclipse.emf.cdo.tests.RevisionDeltaTest.testListTwoIndependentMoves Time elapsed: 0.019 s org.eclipse.emf.cdo.tests.RevisionDeltaTest.testListTwoIntersectingMoves Time elapsed: 0.02 s org.eclipse.emf.cdo.tests.RevisionDeltaTest.testMoveAndDelete Time elapsed: 0.02 s org.eclipse.emf.cdo.tests.RevisionDeltaTest.testMultipleInserts Time elapsed: 0.02 s org.eclipse.emf.cdo.tests.RevisionDeltaTest.testMultipleRemoves Time elapsed: 0.02 s org.eclipse.emf.cdo.tests.RevisionDeltaTest.testSetAndRemove Time elapsed: 0.023 s org.eclipse.emf.cdo.tests.RollbackTest.testRollbackSameSession Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.RollbackTest.testRollbackSeparateSession Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.RollbackTest.test_Bugzilla_296680 Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.SavePointTest.testIsDirty Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.SavePointTest.testNotification Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.SavePointTest.testRollbackWithNewObject_Collection Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.SavePointTest.testRollbackWithNewObject_Commit Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.SavePointTest.testRollbackWithNewObject_Rollback Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.SavePointTest.testRollbackWithPersistedObject_Commit Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.SavePointTest.testRollbackWithPersistedObject_Rollback Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.SavePointTest.testWrongSavePoint Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.SecurityTest.testAndFilter Time elapsed: 0.003 s org.eclipse.emf.cdo.tests.SecurityTest.testNotFilter Time elapsed: 0.003 s org.eclipse.emf.cdo.tests.SecurityTest.testOrFilter Time elapsed: 0.003 s org.eclipse.emf.cdo.tests.SecurityTest.testResourceFilter_EXACT_NoParents Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.SecurityTest.testResourceFilter_EXACT_Parents Time elapsed: 0.003 s org.eclipse.emf.cdo.tests.SecurityTest.testResourceFilter_TREE_NoParents Time elapsed: 0.003 s org.eclipse.emf.cdo.tests.SecurityTest.testResourceFilter_TREE_Parents Time elapsed: 0.003 s org.eclipse.emf.cdo.tests.SecurityTest.testResourceFilter_UserToken_EXACT_NoParents Time elapsed: 0.004 s org.eclipse.emf.cdo.tests.SecurityTest.testResourceFilter_UserToken_EXACT_Parents Time elapsed: 0.003 s org.eclipse.emf.cdo.tests.SecurityTest.testResourceFilter_UserToken_TREE_NoParents Time elapsed: 0.003 s org.eclipse.emf.cdo.tests.SecurityTest.testResourceFilter_UserToken_TREE_Parents Time elapsed: 0.004 s org.eclipse.emf.cdo.tests.SessionTest.testEContentAdapter Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.SessionTest.testIsSupportingAudits Time elapsed: 0.004 s org.eclipse.emf.cdo.tests.SessionTest.testLastUpdateLocal Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.SessionTest.testLastUpdateRemote Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.SessionTest.testNoAuthentication Time elapsed: 0.045 s org.eclipse.emf.cdo.tests.SessionTest.testProtocolTimeoutChangedEvent Time elapsed: 0.052 s org.eclipse.emf.cdo.tests.SessionTest.testRefresh Time elapsed: 0.093 s org.eclipse.emf.cdo.tests.SessionTest.testRefreshWithPackages Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.SessionTest.testRepositoryNotFound Time elapsed: 0.604 s org.eclipse.emf.cdo.tests.SessionTest.testSetProtocolTimeout Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.SessionTest.testWaitForUpdateLocal Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.SessionTest.testWaitForUpdateRemote Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.SessionTest.testWithAuthentication Time elapsed: 0.063 s org.eclipse.emf.cdo.tests.SessionTest.testWithAuthenticationNoCredentials Time elapsed: 0.05 s org.eclipse.emf.cdo.tests.SessionTest.testWithAuthenticationNoCredentialsProvider Time elapsed: 0.053 s org.eclipse.emf.cdo.tests.SessionTest.testWithAuthenticationNoPassword Time elapsed: 0.065 s org.eclipse.emf.cdo.tests.SessionTest.testWithAuthenticationNoUserID Time elapsed: 0.049 s org.eclipse.emf.cdo.tests.SessionTest.testWithAuthenticationWrongCredentials Time elapsed: 0.067 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableBooleanNoDefault Time elapsed: 0.065 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableBooleanNoDefault2 Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableBooleanNoDefault_SetDefault Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableByteNoDefault Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableByteNoDefault2 Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableByteNoDefault_SetDefault Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableCharNoDefault Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableCharNoDefault2 Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableCharNoDefault_SetDefault Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableDateNoDefault Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableDateNoDefault_SetDefault Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableDoubleNoDefault Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableDoubleNoDefault2 Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableDoubleNoDefault_SetDefault Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableFloatNoDefault Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableFloatNoDefault2 Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableFloatNoDefault_SetDefault Time elapsed: 0.018 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableIntNoDefault Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableIntNoDefault2 Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableIntNoDefault_SetDefault Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableLongNoDefault Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableLongNoDefault2 Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableLongNoDefault_SetDefault Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableShortNoDefault Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableShortNoDefault2 Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableShortNoDefault_SetDefault Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableStringNoDefault Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableStringNoDefault2 Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableStringNoDefault_SetDefault Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableVATNoDefault Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableVATNoDefault_SetDefault Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableWithDefaultBoolean Time elapsed: 0.025 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableWithDefaultBoolean2 Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableWithDefaultBoolean_SetDefault Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableWithDefaultByte Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableWithDefaultByte2 Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableWithDefaultByte_SetDefault Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableWithDefaultChar Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableWithDefaultChar_SetDefault Time elapsed: 0.038 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableWithDefaultChart2 Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableWithDefaultDate Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableWithDefaultDate_SetDefault Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableWithDefaultDouble Time elapsed: 0.027 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableWithDefaultDouble2 Time elapsed: 0.023 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableWithDefaultDouble_SetDefault Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableWithDefaultVAT Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableWithDefaultVAT_SetDefault Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableBooleanNoDefault Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableBooleanNoDefault2 Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableBooleanNoDefault_SetDefault Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableByteNoDefault Time elapsed: 0.021 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableByteNoDefault2 Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableByteNoDefault_SetDefault Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableCharNoDefault Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableCharNoDefault2 Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableCharNoDefault_SetDefault Time elapsed: 0.022 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableDateNoDefault Time elapsed: 0.018 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableDateNoDefault_SetDefault Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableDoubleNoDefault Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableDoubleNoDefault2 Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableDoubleNoDefault_SetDefault Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableFloatNoDefault Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableFloatNoDefault2 Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableFloatNoDefault_SetDefault Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableIntNoDefault Time elapsed: 0.021 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableIntNoDefault2 Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableIntNoDefault_SetDefault Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableLongNoDefault Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableShortNoDefault Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableShortNoDefault2 Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableShortNoDefault_SetDefault Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableStringNoDefault Time elapsed: 0.022 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableStringNoDefault2 Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableStringNoDefault_SetDefault Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableVATNoDefault Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableVATNoDefault_SetDefault Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableWithDefaultBoolean Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableWithDefaultBoolean2 Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableWithDefaultByte Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableWithDefaultByte2 Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableWithDefaultByte_SetDefault Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableWithDefaultChar Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableWithDefaultCharNo Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableWithDefaultChar_SetDefault Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableWithDefaultDate Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableWithDefaultDate_SetDefault Time elapsed: 0.021 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableWithDefaultDouble Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableWithDefaultDouble2 Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableWithDefaultDouble_SetDefault Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableWithDefaultFloat Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableWithDefaultFloat2 Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableWithDefaultFloat_SetDefault Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableWithDefaultInt Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableWithDefaultInt2 Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableWithDefaultInt_SetDefault Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableWithDefaultLong Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableWithDefaultShort Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableWithDefaultShort2 Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableWithDefaultShort_SetDefault Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableWithDefaultString Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableWithDefaultString2 Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableWithDefaultString_SetDefault Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableWithDefaultVAT Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableWithDefaultVAT_SetDefault Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.StateMachineTest.test_NEW_with_ATTACH Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.StateMachineTest.test_NEW_with_COMMIT Time elapsed: 0.003 s org.eclipse.emf.cdo.tests.StateMachineTest.test_NEW_with_INVALIDATE Time elapsed: 0.003 s org.eclipse.emf.cdo.tests.StateMachineTest.test_NEW_with_READ Time elapsed: 0.002 s org.eclipse.emf.cdo.tests.StateMachineTest.test_NEW_with_ROLLBACK Time elapsed: 0.003 s org.eclipse.emf.cdo.tests.StateMachineTest.test_NEW_with_WRITE Time elapsed: 0.003 s org.eclipse.emf.cdo.tests.StateMachineTest.test_PREPARED_with_ATTACH Time elapsed: 0.003 s org.eclipse.emf.cdo.tests.StateMachineTest.test_PREPARED_with_DETACH Time elapsed: 0.003 s org.eclipse.emf.cdo.tests.StateMachineTest.test_PREPARED_with_INVALIDATE Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.StateMachineTest.test_PREPARED_with_READ Time elapsed: 0.003 s org.eclipse.emf.cdo.tests.StateMachineTest.test_PREPARED_with_ROLLBACK Time elapsed: 0.003 s org.eclipse.emf.cdo.tests.StateMachineTest.test_PREPARED_with_WRITE Time elapsed: 0.003 s org.eclipse.emf.cdo.tests.StateMachineTest.test_REATTACH Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.StateMachineTest.test_TRANSIENT_with_ATTACH Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.StateMachineTest.test_TRANSIENT_with_INVALIDATE Time elapsed: 0.003 s org.eclipse.emf.cdo.tests.StateMachineTest.test_TRANSIENT_with_READ Time elapsed: 0.003 s org.eclipse.emf.cdo.tests.StateMachineTest.test_TRANSIENT_with_ROLLBACK Time elapsed: 0.004 s org.eclipse.emf.cdo.tests.StateMachineTest.test_TRANSIENT_with_WRITE Time elapsed: 0.003 s org.eclipse.emf.cdo.tests.StickyViewsTest.test_changeName Time elapsed: 0.018 s org.eclipse.emf.cdo.tests.StickyViewsTest.test_detachedCommittedObject Time elapsed: 0.019 s org.eclipse.emf.cdo.tests.StickyViewsTest.test_dirtyCommittedObject Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.StickyViewsTest.test_newCommittedObject Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.StickyViewsTest.test_otherSessionCommittedLatest Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.StickyViewsTest.test_refresh Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.StickyViewsTest.test_removeFirst Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.StickyViewsTest.test_removeLast Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.TransactionHandlerTest.testAsyncTransactionHandler Time elapsed: 0.31 s org.eclipse.emf.cdo.tests.TransactionHandlerTest.testAttachingObject Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.TransactionHandlerTest.testAttachingObjectVeto Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.TransactionHandlerTest.testAttachingResourceVeto Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.TransactionHandlerTest.testCommitting Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.TransactionHandlerTest.testDetachingObject Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.TransactionHandlerTest.testDetachingObjectVeto Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.TransactionHandlerTest.testModifyingObject Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.TransactionHandlerTest.testModifyingObjectVeto Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.TransactionHandlerTest.testModifyingResourceVeto Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.TransactionHandlerTest.testRollbacked Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.TransactionTest.testAutoRollbackOnConflictEvent Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.TransactionTest.testCommitAfterClose Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.TransactionTest.testCommitManyTransactionsMultiThread Time elapsed: 0.558 s org.eclipse.emf.cdo.tests.TransactionTest.testCommitRedundantChanges Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.TransactionTest.testCreateManySessions Time elapsed: 0.295 s org.eclipse.emf.cdo.tests.TransactionTest.testCreateManySessionsAndTransactionsMultiThread Time elapsed: 0.392 s org.eclipse.emf.cdo.tests.TransactionTest.testCreateManyTransactions Time elapsed: 0.154 s org.eclipse.emf.cdo.tests.TransactionTest.testLastUpdateTime Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.TransactionTest.testLongCommit Time elapsed: 3.008 s org.eclipse.emf.cdo.tests.TransactionTest.testManualRollbackOnConflictException Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.TransactionTest.testPushModeDeltas Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.TransactionTest.testPushModeNewObjects Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.TransactionTest.testReattachCommit Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.TransactionTest.testReattachCommitWithSavepoints Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.TransactionTest.testReattachModifyCommit Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.TransactionTest.testReattachModifyCommitWithSavepoints Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.TransactionTest.testRevertTo Time elapsed: 0.047 s org.eclipse.emf.cdo.tests.TransactionTest.testRollbackWithNotification Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.UnsetTest.testIsSetBoolean Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.UnsetTest.testIsSetByte Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.UnsetTest.testIsSetChar Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.UnsetTest.testIsSetDate Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.UnsetTest.testIsSetDouble Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.UnsetTest.testIsSetElement Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.UnsetTest.testIsSetFloat Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.UnsetTest.testIsSetLong Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.UnsetTest.testIsSetMultipleTimes Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.UnsetTest.testIsSetShort Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.UnsetTest.testIsSetString Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.UnsetTest.testIsSetVAT Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.UnsetTest.testReadDefaultValue Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.UnsetTest.testUnsetNonDefaultValue Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.UnsetTest.testUnsettableBaseTypeVsObjectType Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.UnsetTest.testUnsettableObject Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.UnsetTest.testWriteDefaultValue Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.UnsetTest.testWriteNonDefaultValue Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.ViewProviderTest.testConnectionAware Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.ViewProviderTest.testNet4jViewProvider Time elapsed: 0.003 s org.eclipse.emf.cdo.tests.ViewProviderTest.testNormal Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.ViewProviderTest.testPluginViewProvider Time elapsed: 0.003 s org.eclipse.emf.cdo.tests.ViewProviderTest.testSerialize Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.ViewProviderTest.testURIs Time elapsed: 0.004 s org.eclipse.emf.cdo.tests.ViewTest.testCacheReferences Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.ViewTest.testContextify Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.ViewTest.testContextifyDifferentRepository Time elapsed: 0.034 s org.eclipse.emf.cdo.tests.ViewTest.testContextifySameRepository Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.ViewTest.testDeactivateWithSession Time elapsed: 0.004 s org.eclipse.emf.cdo.tests.ViewTest.testExternalResourceSet Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.ViewTest.testGetOrCreateResource Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.ViewTest.testHasResource Time elapsed: 0.033 s org.eclipse.emf.cdo.tests.ViewTest.testIsObjectRegisteredWithNull Time elapsed: 0.004 s org.eclipse.emf.cdo.tests.ViewTest.testNonUniqueResourceContents Time elapsed: 0.019 s org.eclipse.emf.cdo.tests.ViewTest.testUniqueResourceContents Time elapsed: 0.02 s org.eclipse.emf.cdo.tests.ViewTest.testViewNotifiesDeactivation Time elapsed: 0.004 s org.eclipse.emf.cdo.tests.XATransactionTest.testCommitFromTransactionDisabled Time elapsed: 0.043 s org.eclipse.emf.cdo.tests.XATransactionTest.testRollback Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.XATransactionTest.testRollback_AfterSetpoint Time elapsed: 0.024 s org.eclipse.emf.cdo.tests.XATransactionTest.test_ExceptionInReadingStream Time elapsed: 0.03 s org.eclipse.emf.cdo.tests.XRefTest.testCrossReferenceMultivalueEReferenceQuery Time elapsed: 0.022 s org.eclipse.emf.cdo.tests.XRefTest.testLocallyDetachedTarget Time elapsed: 0.021 s org.eclipse.emf.cdo.tests.XRefTest.testSpecificReferences0 Time elapsed: 0.023 s org.eclipse.emf.cdo.tests.XRefTest.testSpecificReferences1 Time elapsed: 0.023 s org.eclipse.emf.cdo.tests.XRefTest.testSpecificReferences2 Time elapsed: 0.024 s org.eclipse.emf.cdo.tests.XRefTest.testXRefsToMany Time elapsed: 0.031 s org.eclipse.emf.cdo.tests.XRefTest.testXRefsToOne Time elapsed: 0.025 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_241464_Test.testBugzilla_241464 Time elapsed: 2.012 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_243310_Test.testBugzilla_243310 Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_246442_Test.testBugzilla_246442 Time elapsed: 0.018 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_246622_Test.testContainerAndMany Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_246622_Test.testSet Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_247141_Test.testBehaviorOnUncommittedObjects Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_247141_Test.testContentAdapterBehavior Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_248124_Test.testBugzilla_248124_getResourceWithCommit Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_248124_Test.testBugzilla_248124_getResourceWithoutCommit Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_248124_Test.testBugzilla_248124_hasResourceWithCommit Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_248124_Test.testBugzilla_248124_hasResourceWithoutCommit Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_248915_Test.testBugzilla_248915_DuplicateID Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_248915_Test.testBugzilla_248915_IncompleteResource Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_250036_Test.testBugzilla_250036_Invalidation Time elapsed: 0.028 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_250757_Test.testAddAndModifyAndRemoveFromPersistedList Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_250757_Test.testAddAndMoveAndRemoveFromPersistedList Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_250757_Test.testAddAndMoveAndRemoveFromPersistedListWithManySavePoint Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_250757_Test.testAddAndMoveAndRemoveFromPersistedListWithSavePoint Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_250757_Test.testAddAndRemoveFromPersistedList Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_250910_Test.testBugzilla_250910 Time elapsed: 0.068 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_251087_Test.testSubscription Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_251263_Test.testEOpposite_AdjustMany Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_251263_Test.testEOpposite_AdjustMany_Persisted Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_251263_Test.testEOpposite_AdjustSingleRef Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_251263_Test.testEOpposite_AdjustSingleRef_NoCommit Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_251544_Test.testFromPersistedToTransient Time elapsed: 0.023 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_251544_Test.testFromTransientToPersisted Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_251752_Test.testBug_251752 Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_251752_Test.testBug_251752_XA Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_252214_Test.testBugzilla_252214 Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_252909_Test.testBugzilla_252909 Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_254489_Test.testBugzilla_254489 Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_255662_Test.testBugzilla_255662 Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_256141_Test.testBugzilla_256141 Time elapsed: 0.023 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_258278_Test.testBugzilla_258278 Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_258850_Test.testBugzilla_258278 Time elapsed: 0.004 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_258933_Test.testBugzilla_258278_List Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_258933_Test.testBugzilla_258933 Time elapsed: 0.019 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_258933_Test.testBugzilla_258933_SetToDefaultValue Time elapsed: 0.021 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_258933_Test.testBugzilla_258933_String Time elapsed: 0.026 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_258933_Test.testBugzilla_258933_String_SetToDefaultValue Time elapsed: 0.022 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_258933_Test.testBugzilla_258933_String_SetToDefaultValue_unsettable Time elapsed: 0.021 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_258933_Test.testBugzilla_258933_String_SetToNull Time elapsed: 0.047 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_258933_Test.testBugzilla_258933_String_SetToNull_unsettable Time elapsed: 0.022 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_258933_Test.testBugzilla_258933_String_unsettable Time elapsed: 0.037 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_259695_Test.testBugzilla_259695_ClassCast Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_259949_Test.testBugzilla_259949 Time elapsed: 0.035 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_260764_Test.testBugzilla_260764 Time elapsed: 0.023 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_261218_Test.testBugzilla_261218_Containment Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_265114_Test.testResourceSet Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_266857_Test.testBugzilla_266857 Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_266982_Test.testBugzilla_266982 Time elapsed: 0.767 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_267050_Test.testBugzilla_267050 Time elapsed: 0.079 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_270429_Test.testTwoWayReferenceDeletion Time elapsed: 0.034 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_272861_Test.test_Bugzilla_271861_Case1 Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_273233_Test.test_Bugzilla_273233_Simple Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_273233_Test.test_Bugzilla_273233_TwoSessions Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_273233_Test.test_Bugzilla_273233_TwoSessionsWithClearCache Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_273565_Test.testBugzilla_273565_NoThreads Time elapsed: 5.011 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_273758_Test.test_export_resource_contents Time elapsed: 0.021 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_276696_Test.testModifiedUnset Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_278900_Test.testBugzilla_278900 Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_279565_Test.testBugzilla_279565 Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_279565_Test.testBugzilla_279565_AddedFromRemote Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_279565_Test.testBugzilla_279565_OwnResourceSet Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_279565_Test.testBugzilla_279565_TXListener Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_279982_Test.testBugzilla_279982_Multi Time elapsed: 0.028 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_279982_Test.testBugzilla_279982_Multi_RevisionPrefetchingPolicy Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_279982_Test.testBugzilla_279982_Single Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_280102_Test.testRootResourceInReadOnlyView Time elapsed: 0.004 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_280102_Test.testRootResourceInTransaction Time elapsed: 0.004 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_283131_Test.testRollbackManyConflictNotification Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_283131_Test.testRollbackManyNotification Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_283131_Test.testRollbackSingleAddNotification Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_283131_Test.testRollbackSingleConflictNotification Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_283131_Test.testRollbackSingleNotification Time elapsed: 0.02 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_283131_Test.testRollbackSingleRemoveNotification Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_283985_1_Test.testAddRemoveSequence Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_283985_1_Test.testBugzilla283985_DragAndDropMultiple Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_283985_1_Test.testBugzilla283985_DragAndDropMultipleMultiparent Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_283985_1_Test.testBugzilla283985_DragAndDropSingle Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_283985_1_Test.testBugzilla283985_PlainMultiple Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_283985_1_Test.testBugzilla283985_PlainSingle Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_283985_1_Test.testBugzilla283985_RemoveAndAddMultiple Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_283985_1_Test.testBugzilla283985_RemoveAndAddSingle Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_283985_1_Test.testCanDaDmoreThanOnce Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_283985_1_Test.testCanReattachDirtyObject Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_283985_1_Test.testEReferencesCorrupted Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_283985_2_Test.testMoveOnce Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_283985_2_Test.testMoveOnceAndBack Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_283985_3_Test.test1 Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_283985_3_Test.test2 Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_283985_3_Test.test3 Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_283985_3_Test.test4 Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_285008_Test.testCDO_crossReferences Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_285008_Test.testCDO_isSet Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_293283_Test.test1 Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_293283_Test.test2 Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_293283_Test.test3 Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_293283_Test.test4 Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_293283_Test.test5 Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_293283_Test.test6 Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_294859_Test.test Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_296561_Test.testBugzilla_296561 Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_296561_Test.testBugzilla_296561__checkTransactionObjects Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_297491_Test.testCreateAndChangeTags Time elapsed: 0.17 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_297491_Test.testLoadTags Time elapsed: 0.043 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_298561_Test.testDirty Time elapsed: 0.035 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_298561_Test.testDirtyMulti Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_298561_Test.testNew Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_298561_Test.testNewMulti Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_299190_Test.testGenRefSingleContainedUnidirectionalCDO Time elapsed: 0.026 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_299190_Test.testGenRefSingleContainedUnidirectionalResourceFirstCDO Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_302233_Test.testRemove Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_302233_Test.testUnset Time elapsed: 0.022 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_302233_Test.testUnset2 Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_302414_Test.test1 Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_302414_Test.test2 Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_303466_Test.test_badUris Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_303466_Test.test_missingDependency Time elapsed: 0.043 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_303807_Test.testBugzilla_303807 Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_305527_Test.testAvoidReferencingDifferentViews Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_306710_Test.testBugzilla_306710_addRemove Time elapsed: 0.021 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_306710_Test.testBugzilla_306710_remove Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_306998_Test.testInalidEENumLiteral Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_306998_Test.testValidEENumLiteral Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_308895_Test.testCustomDefaultDefault Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_308895_Test.testCustomDefaultInvalidLiteral Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_308895_Test.testCustomDefaultLiteral Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_308895_Test.testCustomRegular Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_310574_Test.testAddAndModifyAndRemoveFromPersistedList Time elapsed: 0.019 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_310574_Test.testAddAndRemoveWithNull Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_310574_Test.testAddMoveMoveRemove Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_310574_Test.testAddRemoveWithAdditionalAdds Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_310574_Test.testAddRemoveWithAdditionalMoves Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_310574_Test.testListChanges01 Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_310574_Test.testListChanges02 Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_310574_Test.testListChanges03 Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_310574_Test.testListChanges04 Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_310574_Test.testListChanges05 Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_310574_Test.testListChanges06 Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_310574_Test.testListChanges07 Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_310574_Test.testMultipleMove Time elapsed: 0.018 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_310574_Test.testOptimizeAddAndRemove Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_310574_Test.testOptimizeAddRemove Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_310574_Test.testOptimizeInterleavedAddMoveAndRemove Time elapsed: 0.023 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_310574_Test.testOptimizeInterleavedAddRemove Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_310574_Test.testOptimizeMove Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_310574_Test.testRemoveAdd Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_310574_Test.testRemoveFromContainerThenFromReferenceList Time elapsed: 0.018 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_313326_Test.testNotificationBuilderBranch Time elapsed: 0.536 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_313913_Test.testAccessOldValue Time elapsed: 0.133 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_314186_Test.testEMFCompliance Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_314264_Test.testMerge Time elapsed: 0.02 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_314264_Test.testMerge10 Time elapsed: 0.06 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_314264_Test.testNotificationBuilderTest Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_315026_Test.test Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_315043_Test.testReloadingRevisions Time elapsed: 0.02 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_316145_Test.testRevisionInListNull Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_316273_Test.testXRef_Many Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_316273_Test.testXRef_Single Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_316434_Test.testInitial Time elapsed: 0.061 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_316444_Test.testLockParentWithEAttributeChange Time elapsed: 0.029 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_318518_Test.testCorrectNumberOfFeatureDeltas Time elapsed: 1.582 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_318844_Test.test Time elapsed: 0.053 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_318876_Test.test Time elapsed: 0.027 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_318919_Test.testPrefetchObject Time elapsed: 0.022 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_318919_Test.testPrefetchResource_CLEAN Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_318919_Test.testPrefetchResource_PROXY Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_318998_Test.testQueryXRefMany Time elapsed: 0.072 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_318998_Test.testQueryXRefSingle Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_319836_Test.testNodeMovesInTreeCreatesCycle Time elapsed: 0.063 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_319836_Test.testNodeMovesInTreeDuplicatesNode Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_319836_Test.testNodeMovesInTreeEatsNode Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_320690_Test.testDeleteTarget Time elapsed: 0.05 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_320690_Test.testDeleteTargetAndReferenceAtOnce Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_320690_Test.testDeleteTargetRemoveAndAddReference Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_320690_Test.testLockRefTargets Time elapsed: 0.033 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_320837_Test.testLoadContainedBeforeContainer Time elapsed: 0.077 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_321699_Test.test Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_321986_Test.testRollback Time elapsed: 0.225 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_322218_Test.testMyEnumList Time elapsed: 0.024 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_322218_Test.testMyEnumList2 Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_322218_Test.testMyEnumList2PCL Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_322218_Test.testMyEnumList3 Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_322218_Test.testMyEnumList3PCL Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_322218_Test.testMyEnumList3PCL_Reload Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_322218_Test.testMyEnumListPCL Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_322218_Test.testMyEnumListUnsettable Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_322218_Test.testMyEnumListUnsettable2 Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_322218_Test.testMyEnumListUnsettable2PCL Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_322218_Test.testMyEnumListUnsettable3 Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_322218_Test.testMyEnumListUnsettable3PCL Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_322218_Test.testMyEnumListUnsettable3PCL_Reload Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_322218_Test.testMyEnumListUnsettablePCL Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_322754_Test.testResourceDelete Time elapsed: 0.022 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_322754_Test.testResourceDeleteWithDanglingReferences Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_322804_Test.testAddElementToCustomTypedList Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_323930_Test.testAddXRefByReplace Time elapsed: 0.052 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_323930_Test.testAddXRefByReplace_PrecedingAdd Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_323930_Test.testChangeIndexesInSourceList Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_323930_Test.testChangeIndexesInTargetList Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_323930_Test.testRemoveXRefByReplace Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_323930_Test.testRemoveXRefByReplace_PrecedingAdd Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_323958_Test.testAdditionFromTransactionHandler Time elapsed: 0.065 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_323958_Test.testModificationFromTransactionHandler Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_324084_Test.testXRefMergeManyValueTest Time elapsed: 2.063 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_324084_Test.testXRefMergeSingleValueTest Time elapsed: 2.023 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_324544_Test.testCommitRefresh Time elapsed: 0.067 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_324585_Test.testUpdate Time elapsed: 1.963 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_324635_Test.testTargetGoalDeltaVersion Time elapsed: 0.107 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_324756_Test.testReattachBranchVersion Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_324756_Test.testReattachBranchVersion2 Time elapsed: 0.018 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_325603_Test.testModifyResource Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_325866_Test.testXRefReattachBranch Time elapsed: 2.108 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_325866_Test.testXRefReattachBranchLevel2 Time elapsed: 2.023 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_326518_Test.testIndexBranchMerge Time elapsed: 2.027 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_326743_Test.testDefaultValue Time elapsed: 0.046 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_327604_Test.testReadObjects Time elapsed: 0.031 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_328790_Test.test_newThenAdd1 Time elapsed: 0.032 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_328790_Test.test_newThenAdd2 Time elapsed: 0.027 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_328790_Test.test_newThenClear Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_329752_Test.testLoadContainedBeforeContainer Time elapsed: 0.025 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_329869_Test.testDuplicateID Time elapsed: 0.031 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_330052_Test.test_auditView Time elapsed: 0.022 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_330052_Test.test_otherView Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_331619_Test.testAbstractXRef Time elapsed: 0.033 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_333157_Test.testResourceFolderUpdate Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_333950_Test.testOpposites Time elapsed: 0.044 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_334608_Test.testOpposites Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_334995_Test.testRename Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_334995_Test.testURIClash Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_335004_Test.testDuplicatePackageInSystem Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_335772_Test.testMapEntryAddition Time elapsed: 0.003 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_335772_Test.testMapEntryAdditionPersistence Time elapsed: 0.019 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_335772_Test.testMapEntryReplacement Time elapsed: 0.003 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_335772_Test.testMapEntryReplacementPersistence Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_336314_Test.test1 Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_336314_Test.test2 Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_336382_Test.testPromoteToBranch Time elapsed: 0.073 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_336590_Test.test Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_337054_Test.testCDOElementProxies Time elapsed: 0.055 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_337523_Test.testRootResource_loadByID Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_337587_Test.testRevisionCompare Time elapsed: 0.02 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_338779_Test.test_passiveUpdate_additions Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_338779_Test.test_passiveUpdate_changes Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_338779_Test.test_passiveUpdate_invalidations Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_338779_Test.test_refresh Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_338884_Test.test_canHandleUnset Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_338884_Test.test_multi Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_338884_Test.test_nonBidiMultiRef_newTarget Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_338884_Test.test_nonBidiSingleRef_newTarget Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_338884_Test.test_single Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_338921_Test.testLoadResourceAfterClearOnCleanResourceSet Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_338921_Test.testLoadResourceAfterClearOnDirtyResourceSet Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_338921_Test.testLoadResourceAfterSingleRemoval Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_338921_Test.testRemoveDirtyResourceOnResourceSetWithMultipleResource Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_338921_Test.testRemoveDirtyResourceOnResourceSetWithSingleResource Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_339313_Test.test Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_339461_Test.test Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_339908_Test.testIDAttribute Time elapsed: 0.025 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_340961_Test.testMultiUserWork Time elapsed: 0.067 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_340961_Test.testObjectChildren Time elapsed: 0.071 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_341875_Test.test Time elapsed: 0.031 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_341995_Test.test Time elapsed: 2.022 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_342130_Test.test Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_342135_Test.testDetachedCommitInfo Time elapsed: 0.029 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_343084_Test.testPermissionManagerNONE Time elapsed: 0.105 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_343084_Test.testPermissionManagerREAD Time elapsed: 0.111 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_343084_Test.testPermissionManagerWRITE Time elapsed: 0.101 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_343332_Test.test Time elapsed: 0.049 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_343471_Test.test Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_347964_Test.testIndexDeletion Time elapsed: 0.038 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_349793_Test.testOpeningTransactionDuringInvalidation Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_349804_Test.testDeadlockWithLocking Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_349804_Test.testInvalidation Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_350027_Test.testMoveFromLeftToRight Time elapsed: 0.002 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_350137_Test.testDefault Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_350137_Test.testExplicitZero Time elapsed: 0.019 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_350987_Test.testRestoringReferences Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_351067_Test.testCommitBlob Time elapsed: 0.037 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_351096_Test.testCommit2Blob Time elapsed: 0.018 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_351096_Test.testCommit2Clob Time elapsed: 0.029 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_351921_Test.testDefaultValueNull Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_352204_Test.testWithReconstructSavepoints Time elapsed: 0.06 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_352204_Test.testWithoutReconstructSavepoints Time elapsed: 0.019 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_352303_Test.testReadBlob Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_352832_Test.testNewSingle Time elapsed: 0.032 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_354395_Test.testContains Time elapsed: 0.018 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_354395_Test.testIndexOf Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_355045_Test.testLockOnCommitOfSingleNewObject Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_355045_Test.testRecursiveLockOfObjectsTreeContainingASubTreeOfNewObjects Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_355045_Test.testRecursiveLockOnCommitOfNewObjectsTree Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_359669_Test.testReloadFromIndex Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_359669_Test.testReloadFromIndexComplex Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_359966_Test.testWithReconstructSavepoints Time elapsed: 0.033 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_359966_Test.testWithoutPushTransaction Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_359966_Test.testWithoutReconstructSavepoints Time elapsed: 0.018 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_361819_Test.testDoubleRefreshBug Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_362270_Test.testNotifierNotACDOLegacyAdapter Time elapsed: 0.023 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_362270b_Test.testRollback Time elapsed: 0.024 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_362270c_Test.testNotifierNotACDOLegacyAdapter Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_362293_Test.testNewSingle Time elapsed: 0.022 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_363287_Test.testDetach Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_363355_Test.testCDOTransactionDirtyOnInvalidation Time elapsed: 0.022 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_363355_Test.testCannotModifyFrozenRevisionOnInvalidation Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_365204_Test.testAuditViewTimeSwitch Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_365832_Test.testWithReconstructSavepoints Time elapsed: 0.023 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_365832_Test.testWithoutPushTransaction Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_365832_Test.testWithoutReconstructSavepoints Time elapsed: 0.021 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_367738_Test.testOldValue_Attribute Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_367738_Test.testOldValue_ContainmentControl Time elapsed: 0.025 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_367738_Test.testOldValue_ContainmentDetach Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_367738_Test.testOldValue_ContainmentMove Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_367738_Test.testOldValue_ContainmentUncontrol Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_367738_Test.testOldValue_XRef Time elapsed: 0.018 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_369646_Test.testSetBranchWithPCL Time elapsed: 0.024 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_369646_Test.testSetBranchWithSubBranches Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_370105_Test.testInsertInListOf5thSubBranch Time elapsed: 0.083 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_372307_Test.testMoveElementToOtherContainer Time elapsed: 0.029 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_372307_Test.testMoveElementToOtherContainerSingleValued Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_373096_Test.testDragAndDrop Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_374418_Test.testControlUncontrol Time elapsed: 0.03 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_376075_Test.testTransientPut Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_376075_Test.testTransientRemove Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_376610_Test.testRemoveAllEnumLiterals Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_376610_Test.testRemoveOneEnumLiteral Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_376620b_Test.testBoolean Time elapsed: 0.026 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_376620b_Test.testByte Time elapsed: 0.03 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_376620b_Test.testChar Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_376620b_Test.testDouble Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_376620b_Test.testFloat Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_376620b_Test.testInt Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_376620b_Test.testLong Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_376620b_Test.testShort Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_377173_Test.testCancelCommitWithProgressMonitor Time elapsed: 2.134 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_377212_Test.testBalancedTree Time elapsed: 5.771 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_377212_Test.testBalancedTreeLocked Time elapsed: 3.024 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_381395_Test.testAdapterAddAfterCDOServerShutdown Time elapsed: 0.021 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_381395_Test.testAdapterAddAfterCDOViewClosed Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_381395_Test.testAdapterRemoveAfterCDOServerShutdown Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_381395_Test.testAdapterRemoveAfterCDOViewClosed Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_381472_Test.testCreateRepo Time elapsed: 0.158 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_381472_Test.testCreateRepoWithPropertiesCDOID Time elapsed: 0.095 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_381472_Test.testCreateRepoWithPropertiesEmpty Time elapsed: 0.117 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_381472_Test.testCreateRepoWithPropertiesPrimitive Time elapsed: 0.071 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_381472_Test.testCreateRepoWrongHandlerType Time elapsed: 0.135 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_381472_Test.testDeleteRepo Time elapsed: 0.031 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_381472_Test.testDeleteRepoWrongHandlerType Time elapsed: 0.131 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_381472_Test.testInitial Time elapsed: 0.03 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_381472_Test.testRepoAdded Time elapsed: 0.077 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_381472_Test.testRepoAddedAdded Time elapsed: 0.076 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_381472_Test.testRepoAddedEvent Time elapsed: 0.062 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_381472_Test.testRepoAddedRemoved Time elapsed: 0.059 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_381472_Test.testRepoAddedRemovedAdded Time elapsed: 0.075 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_381472_Test.testRepoAddedRemovedAddedOther Time elapsed: 0.073 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_381472_Test.testRepoRemovedEvent Time elapsed: 0.032 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_381472_Test.testRepoStateChangedEvent Time elapsed: 0.046 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_381472_Test.testRepoTypeChangedEvent Time elapsed: 0.032 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_383370_Test.testSecondLevel Time elapsed: 0.07 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_383370_Test.testSecondLevelWithChildren Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_383370_Test.testTopLevel Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_383370_Test.testTopLevelWithChildren Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_384496_Test.testSimplest Time elapsed: 0.043 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_385268_Test.testDetachment Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_385268_Test.testReattachment Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_385268_Test.testReattachment2 Time elapsed: 0.113 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_387563_Test.testPartialLockOnCommit Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_387563_Test.testPartialUnlockOnCommit Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_387563b_Test.testExplicitLockingAndUnlockingOfNewObject Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_387563b_Test.testExplicitLockingOfNewObject Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_387563b_Test.testExplicitLockingOfNewObjectExemption Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_387563b_Test.testNoImplicitLockingOfNewObject Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_387564_Test.testLockEventAfterInvalidationEventDifferentSession Time elapsed: 1.014 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_387564_Test.testLockEventAfterInvalidationEventSameSession Time elapsed: 1.012 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_390185_Test.testInvalidationDeadlock Time elapsed: 0.241 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_390283_Test.testAddAfterRemove Time elapsed: 0.045 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_390283_Test.testRemoveFromMiddle Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_392956_Test.testPartialPersistence Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_395685_Test.testCorrectOldValue Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_395999_Test.testTwiceGetCDOResourceOnResourceSetImpl Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_395999_Test.testTwiceGetXMIResourceOnResourceSetImpl Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_396181_Test.testCreatePersist Time elapsed: 0.033 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_397232_Test.testLoadNotification Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_397822_Test.testClear_attribute Time elapsed: 0.021 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_397822_Test.testRemoveAll_attribute Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_397822_Test.testRemoveAll_containment Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_399279_Test.testRemoveAdapterViewsClosedAndResourcesRemoved Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_399279_Test.testRemoveAdapterWhileResourcesStillLoaded Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_399279_Test.testRemoveAdapterWhileViewStillOpen Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_399470_Test.testUnload Time elapsed: 0.02 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_399487_Test.testCommitSafeChanges Time elapsed: 0.147 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_399487_Test.testGroupInheritanceCycle Time elapsed: 0.142 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_399487_Test.testRemoveAdministratorAccess Time elapsed: 0.131 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_399641_Test.testContainerAwareFactories Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_399641_Test.testNet4jSessionFactory Time elapsed: 0.003 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_399956_Test.testDetachment Time elapsed: 0.074 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_400236_Test.testCommit Time elapsed: 0.033 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_400311_Test.testOneFeature Time elapsed: 0.043 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_400311_Test.testTwoFeaturesUndoOne Time elapsed: 0.035 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_400311b_Test.testTouchModificationDoNotMakeObjectsDirtyOnMultiValuedAttribute Time elapsed: 0.028 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_400311b_Test.testTouchModificationDoNotMakeObjectsDirtyOnMultiValuedAttributeMove Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_400311b_Test.testTouchModificationDoNotMakeObjectsDirtyOnMultiValuedEnum Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_400311b_Test.testTouchModificationDoNotMakeObjectsDirtyOnMultiValuedEnumMove Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_400311b_Test.testTouchModificationDoNotMakeObjectsDirtyOnMultiValuedReference Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_400311b_Test.testTouchModificationDoNotMakeObjectsDirtyOnMultiValuedReferenceMove Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_400311b_Test.testTouchModificationDoNotMakeObjectsDirtyOnSingleValuedAttribute Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_400311b_Test.testTouchModificationDoNotMakeObjectsDirtyOnSingleValuedEnum Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_400311b_Test.testTouchModificationDoNotMakeObjectsDirtyOnSingleValuedReference Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_400311b_Test.testUndoRevertsToCleanStateOnComplexModifications Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_400311b_Test.testUndoRevertsToCleanStateOnMultiValuedAttribute Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_400311b_Test.testUndoRevertsToCleanStateOnMultiValuedAttributeMove Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_400311b_Test.testUndoRevertsToCleanStateOnMultiValuedEnum Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_400311b_Test.testUndoRevertsToCleanStateOnMultiValuedEnumMove Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_400311b_Test.testUndoRevertsToCleanStateOnMultiValuedReference Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_400311b_Test.testUndoRevertsToCleanStateOnMultiValuedReferenceMove Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_400311b_Test.testUndoRevertsToCleanStateOnObjectCreation Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_400311b_Test.testUndoRevertsToCleanStateOnObjectDeletion Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_400311b_Test.testUndoRevertsToCleanStateOnSingleValuedAttribute Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_400311b_Test.testUndoRevertsToCleanStateOnSingleValuedEnum Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_400311b_Test.testUndoRevertsToCleanStateOnSingleValuedReference Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_402142_Test.testCheckLockByOther Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_402142_Test.testCheckLockByOtherAfterLockUnlock Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_402142_Test.testLockUnlockOnElementMovedBetweenResources Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_402670_Test.testRollbackOfBooleanValueChange Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_404318_Test.testUnloadedEClass Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_405191_Test.testAllTypesSetAndDefault Time elapsed: 0.024 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_405191_Test.testAllTypesSetAndDefaultEMF Time elapsed: 0.004 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_405191_Test.testAllTypesSetAndNull Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_405191_Test.testAllTypesSetAndUnset Time elapsed: 0.018 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_405191_Test.testSetNonDefaultNullString Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_405400_Test.testRecreateCDOResource Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_405400_Test.testRecreateCDOResourceSeparateSession Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_405543_Test.testIsSetOnUnsettableReference Time elapsed: 0.026 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_405543_Test.testIsSetOnUnsettableReference2 Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_405543_Test.testIsUnsetOnUnsettableReference Time elapsed: 0.03 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_405606_Test.testUnchunkedRevisionWithPCL Time elapsed: 0.023 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_405850_Test.testIndexOutOfBounds Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_407157_Test.testUndoRedo Time elapsed: 0.027 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_408534_Test.testListElementMove Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_409284_Test.testContainmentCycle Time elapsed: 0.018 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_409287_Test.testListenersOnRollback Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_411927_Test.testWithFailureAfterTimeStamp Time elapsed: 10.516 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_411927_Test.testWithFailureBeforeTimeStamp Time elapsed: 0.821 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_411927_Test.testWithoutFailure Time elapsed: 0.295 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_415415_Test.testStaleReferenceRemove_FromLocallyDirtyObjectToRemotelyDetachedObject Time elapsed: 0.024 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_415415_Test.testStaleReferenceRemove_FromRemotelyDirtyObjectToLocallyDetachedObject Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_415836_Test.testCDOTransaction_GetOrCreateBinaryResourceWithEmptyResourcePath Time elapsed: 0.005 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_415836_Test.testCDOTransaction_GetOrCreateBinaryResourceWithExistingResourceAndTimeoutException Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_415836_Test.testCDOTransaction_GetOrCreateBinaryResourceWithNullResourcePath Time elapsed: 0.005 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_415836_Test.testCDOTransaction_GetOrCreateResourceFolderWithEmptyResourcePath Time elapsed: 0.005 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_415836_Test.testCDOTransaction_GetOrCreateResourceFolderWithExistingResourceAndTimeoutException Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_415836_Test.testCDOTransaction_GetOrCreateResourceFolderWithNullResourcePath Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_415836_Test.testCDOTransaction_GetOrCreateResourceWithEmptyResourcePath Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_415836_Test.testCDOTransaction_GetOrCreateResourceWithExistingResourceAndTimeoutException Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_415836_Test.testCDOTransaction_GetOrCreateResourceWithNullResourcePath Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_415836_Test.testCDOTransaction_GetOrCreateTextResourceWithEmptyResourcePath Time elapsed: 0.005 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_415836_Test.testCDOTransaction_GetOrCreateTextResourceWithExistingResourceAndTimeoutException Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_415836_Test.testCDOTransaction_GetOrCreateTextResourceWithNullResourcePath Time elapsed: 0.004 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_415836_Test.testEnableDisableTimeoutException Time elapsed: 0.004 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_416298_Test.testGetSetFolderPath Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_416298_Test.testGetSetResourcePath Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_416298_Test.testGetSetResourceURI Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_416366_Test.testImplicitEObjectFeatures Time elapsed: 0.029 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_416474_Test.testAllProperContentsNoTypeFilter Time elapsed: 0.046 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_416474_Test.testAllProperContentsTypeFilter Time elapsed: 0.033 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_416474_Test.testMatchesAnyStringAttribute Time elapsed: 0.035 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_416555_Test.testQueryInstances Time elapsed: 0.035 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_416555_Test.testQueryInstancesAsync Time elapsed: 0.026 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_417483_Test.testCommit_NoPermission Time elapsed: 0.167 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_417483_Test.testCommit_ReadPermission Time elapsed: 0.153 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_417483_Test.testCommit_WritePermission Time elapsed: 0.227 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_417483_Test.testLoad_NoPermission Time elapsed: 0.171 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_417483_Test.testLoad_ReadPermission Time elapsed: 0.17 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_417483_Test.testPassiveUpdates_Additions Time elapsed: 0.17 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_417483_Test.testPassiveUpdates_Additions_WithEditingDomain Time elapsed: 0.203 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_417483_Test.testPassiveUpdates_Changes Time elapsed: 0.183 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_417483_Test.testPassiveUpdates_Changes_WithEditingDomain Time elapsed: 0.172 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_417483_Test.testPassiveUpdates_Invalidations Time elapsed: 0.206 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_417483_Test.testPassiveUpdates_InvalidationsWithEditingDomain Time elapsed: 0.178 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_417483_Test.testRemoveUser Time elapsed: 0.169 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_417782_Test.testEObjectReference Time elapsed: 0.052 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_417844_Test.testInvalidationRunnerLifecycle Time elapsed: 0.509 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_418267_Test.testMoveFromNoneToNone Time elapsed: 0.161 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_418267_Test.testMoveFromNoneToRead Time elapsed: 0.188 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_418267_Test.testMoveFromNoneToWrite Time elapsed: 0.18 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_418267_Test.testMoveFromReadToNone Time elapsed: 0.171 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_418267_Test.testMoveFromReadToRead Time elapsed: 0.223 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_418267_Test.testMoveFromReadToWrite Time elapsed: 0.301 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_418267_Test.testMoveFromWriteToNone Time elapsed: 0.182 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_418267_Test.testMoveFromWriteToRead Time elapsed: 0.176 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_418267_Test.testMoveFromWriteToWrite Time elapsed: 0.167 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_419574_Test.testConflict Time elapsed: 0.071 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_419962_Test.testConflict Time elapsed: 0.026 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_421287_Test.testAsyncQueryForUnknownEClass Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_421287_Test.testSyncQueryForUnknownEClass Time elapsed: 0.005 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_422170_Test.testPermissionsWithDetachedObject Time elapsed: 0.219 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_423699_Test.testUnlockDeletedElementsWithDurableLockingAndAutoReleaseLocks Time elapsed: 0.074 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_423699_Test.testUnlockDeletedElementsWithDurableLockingAndNoAutoReleaseLocks Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_423699_Test.testUnlockDeletedElementsWithNoDurableLockingAndAutoReleaseLocks Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_423699_Test.testUnlockDeletedElementsWithNoDurableLockingAndNoAutoReleaseLocks Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_427773_Test.testParallelAuthenticatedSessionOpening Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_429659_Test.testUnsetOnNonUnsettableMultiValuedFeatureCDOResource Time elapsed: 0.05 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_429659_Test.testUnsetOnNonUnsettableMultiValuedFeatureXMIResource Time elapsed: 0.005 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_429659_Test.testUnsetOnNonUnsettableSingleValuedAttributeCDOResource Time elapsed: 0.036 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_429659_Test.testUnsetOnNonUnsettableSingleValuedAttributeXMIResource Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_429659_Test.testUnsetOnUnsettableMultiValuedFeatureCDOResource Time elapsed: 0.019 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_429659_Test.testUnsetOnUnsettableMultiValuedFeatureXMIResource Time elapsed: 0.004 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_429659_Test.testUnsetOnUnsettableSingleValuedAttributeCDOResource Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_429659_Test.testUnsetOnUnsettableSingleValuedAttributeXMIResource Time elapsed: 0.004 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_429709_Test.testContainmentAddAddSet Time elapsed: 0.022 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_429709_Test.testContainmentAddSet Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_429709_Test.testContainmentSetSet Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_430251_Test.testMemoryLeakOnResourceSet Time elapsed: 0.004 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_430794_Test.testConflictResolutionWithSavepoint Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_430836_Test.testXRefQueryOnBranchOtherThenMain Time elapsed: 0.026 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_435198_Test.testAbstractCDOView_GetObjectWithCDOResourceId_ResourceSetAddition Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_435198_Test.testAbstractCDOView_GetObject_ResourceSetAddition Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_435198_Test.testAbstractCDOView_GetResource_ResourceSetAddition Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_436246_Test.testCDORevisionCDOFetchRuleOnOtherBranchWithChanges Time elapsed: 0.073 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_436246_Test.testCDORevisionPrefetchOnMainBranch Time elapsed: 0.052 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_436246_Test.testCDORevisionPrefetchOnOtherBranch Time elapsed: 0.053 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_436246_Test.testCDORevisionPrefetchOnOtherBranchWithChanges Time elapsed: 0.076 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_438682_Test.testUnsetNonUnsettableFeatureAndCommit Time elapsed: 0.029 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_438682_Test.testUnsetUnsettableFeatureAndCommit Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_439173_Test.testSwitchTargetVersion Time elapsed: 0.018 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_439173_Test.testSwitchTargetVersionResourceID Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_439337_Test.testCDOLockStateWithPrefetch Time elapsed: 1.013 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_439337_Test.testCDOLockStateWithoutPrefetch Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_441136_Test.testRequestWithMonitoringWithProgressMonitor Time elapsed: 5.008 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_441136_Test.testRequestWithMonitoringWithoutProgressMonitor Time elapsed: 5.01 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_442178_Test.testCDORevisionUtil_GetResourceNodePath_WithCDOResource Time elapsed: 0.018 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_442178_Test.testCDORevisionUtil_GetResourceNodePath_WithCDOResourceFolder Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_442178_Test.testCDORevisionUtil_GetResourceNodePath_WithNotRootCDOObject Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_442178_Test.testCDORevisionUtil_GetResourceNodePath_WithNotRootCDOObjectInFragmentedResource Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_442178_Test.testCDORevisionUtil_GetResourceNodePath_WithRootCDOObject Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_442178_Test.testCDORevisionUtil_GetResourceNodePath_WithRootCDOObjectInFragmentedResource Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_443281_Test.testCDOResource_setURI Time elapsed: 0.005 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_443281_Test.testXMIResource_setURI Time elapsed: 0.003 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_447593_Test.testTwiceCDOTransactionSetBranch Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_447912_Test.testCDOBranch_getBranches Time elapsed: 0.034 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_449171_Test.testCommitNotificationIndicationCDOCommitInfoDecoding Time elapsed: 0.03 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_449665_Test.testCDOObject_GetLockState Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_449665_Test.testCDOResource_GetLockState Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_449806_Test.testCDOFeatureAnalyzerModelBased Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_449806_Test.testCDOFeatureAnalyzerUI Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_450880_Test.testCDODeltaNotificationGetValueWithEnumTypedAttributeOnCDOResource Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_450880_Test.testCDODeltaNotificationGetValueWithEnumTypedAttributeOnXMIResource Time elapsed: 0.003 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_456993_Test.testAllInstancesInstancesQueryOnBranches Time elapsed: 0.091 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_456993_Test.testAllInstancesOCLQueryOnBranches Time elapsed: 0.135 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_458279_Test.testCDOMergingConflictResolverWithoutChangeSubscriptionRequestWithAdditionsPassiveUpdateMode Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_458279_Test.testCDOMergingConflictResolverWithoutChangeSubscriptionRequestWithChangesPassiveUpdateMode Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_458279_Test.testCDOMergingConflictResolverWithoutChangeSubscriptionRequestWithInvalidationsPassiveUpdateMode Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_459104_Test.testCDOObject_GetLockState Time elapsed: 0.046 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_462953_Test.testRollBackWithACustomEContentAdapter Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_464590_Test.testEObjectEIsSetWithXMIResource Time elapsed: 0.005 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_465115_Test.testCDOUtilGetViewSet Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_466721_Test.testObjectNotFoundExceptionWithLockStatePrefetchEnabled Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_466951_Test.testCDOObjectCDOLockState Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_467075_Test.testResourceSetRemoveCDOResource Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_467075_Test.testResourceSetRemoveXMIResource Time elapsed: 0.004 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_467174_Test.testCDOObject_LockStateAndRevisionPrefetch Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_467593_Test.testEListHashCodeOnRefBeforeCommitWithCDOResource Time elapsed: 0.044 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_467593_Test.testEListHashCodeOnRefBeforeCommitWithXMIResource Time elapsed: 0.004 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_467616_Test.testTupleOCLQuery Time elapsed: 0.057 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_468268_Test.testHashCodeCallOnAllFields Time elapsed: 0.004 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_469301_Test.testLockDetachedObject Time elapsed: 0.024 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_485394_Test.testReferentialIntegrityWithContainmentProxy Time elapsed: 0.049 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_485487_Test.testTimeoutDuringCommit Time elapsed: 2.142 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_485489_Test.testTransactionCommitAfterAutoLocker Time elapsed: 0.75 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_485489_Test.testViewCloseAfterAutoLocker Time elapsed: 0.714 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_485961_Test.testProperContents Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_491499_Test.testObjectOrderWithObjectHandler Time elapsed: 0.618 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_491859_Test.testExchangeContainerObject Time elapsed: 0.076 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_492898_Test.testReferenceToExternalObject Time elapsed: 0.074 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_492898_Test.testTouchModificationOnReferenceToExternalObject Time elapsed: 0.063 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_494954_Test.testFolderNameChange Time elapsed: 0.036 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_494954_Test.testFolderNameChangeInOtherTransaction Time elapsed: 0.066 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_494954_Test.testFolderNameGenChange Time elapsed: 0.036 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_500864_Test.testCommitDataAfterDeletion Time elapsed: 0.03 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_501607_Test.testCommitChangesWhenModifyingRealmFirst Time elapsed: 0.169 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_503564_Test.testSetFeatureDelta_CDOID Time elapsed: 0.06 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_503564_Test.testSetFeatureDelta_String Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_503573_Test.testCustomDatatype_Single Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_505654_Test.testCrossMerge Time elapsed: 0.028 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_505654_Test.testCrossMergeAndAdditionsAndRemerges Time elapsed: 0.031 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_505654_Test.testCrossMergeAndAdditionsAndRemerges_SameList Time elapsed: 0.031 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_505654_Test.testCrossMergeAndMultipleRemerges Time elapsed: 0.025 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_505654_Test.testCrossMergeAndMultipleRemerges_SameList Time elapsed: 0.026 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_505654_Test.testCrossMergeAndRemerge Time elapsed: 0.028 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_505654_Test.testCrossMergeAndRemerge_SameList Time elapsed: 0.018 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_505654_Test.testCrossMerge_SameList Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_505654_Test.testMergeAndCrossMergeAndRemerge Time elapsed: 0.021 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_505654_Test.testMergeAndCrossMergeAndRemerge_SameList Time elapsed: 0.02 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_505654_Test.testMultipleRemerges Time elapsed: 0.036 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_505654_Test.testMultipleRemerges_SameList Time elapsed: 0.024 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_516824_Test.testSetBranch Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_516824_Test.testSetBranchLegacy Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_517168_Test.testDeletedXRef_ManyValue Time elapsed: 0.024 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_517168_Test.testDeletedXRef_SingleValue Time elapsed: 0.026 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_517168_Test.testDuplicateXRef_SingleValue Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_517225_Test.testStringCompressorLeak Time elapsed: 6.229 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_528129_Test.testMoveToPersistentContainment Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_528129_Test.testMoveToTransientContainment Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_528129_Test.testMoveWithinView Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_528129_Test.testPersistentContainment Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_528129_Test.testPersistentContainmentTree Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_528129_Test.testTransientContainment Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_528129_Test.testTransientContainmentTree Time elapsed: 0.005 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_530498_Test.testNoNullRevisionAfterTransactionRollback Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_539332_Test.testRestartWithDynamicPackage Time elapsed: 0.052 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_541003_Test.testLockStateWithPrefetcher Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_541003_Test.testLockStateWithoutPrefetcher Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_541437_Test.testUUIDAfterRestart Time elapsed: 0.063 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_541437_Test.testUUIDWithoutOverride Time elapsed: 0.004 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_547640_Test.testCommitConflictResolver_OneCommit Time elapsed: 0.072 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_547640_Test.testCommitConflictResolver_TwoCommits Time elapsed: 0.065 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_552043_Test.testRollbackInverseCrossReferencer Time elapsed: 0.055 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_552043_Test.testRollbackInverseCrossReferencer_WithAttachedRevisionsMap Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_552043_Test.testRollbackMultipleNewObject Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_552043_Test.testRollbackMultipleNewObject_WithAttachedRevisionsMap Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_552043_Test.testRollbackNewObject Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_552043_Test.testRollbackNewObject_WithAttachedRevisionsMap Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_560280_Test.testDeadlockBetweenInvalidationAndCommit Time elapsed: 0.196 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_560957_Test.testDeadlockOnViewGetBranch Time elapsed: 0.06 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_561250_Test.testMapInitialization Time elapsed: 0.021 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_562011_Test.testDocumentRoot_FeatureMap Time elapsed: 0.005 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_562246_Test.testLockAutoReleasePropagation_DifferentSession Time elapsed: 0.416 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_562246_Test.testLockAutoReleasePropagation_SameSession Time elapsed: 0.414 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_563616_Test.testImportProxyObject Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_566582_Test.testSubFolderDelete Time elapsed: 0.038 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_570123_Test.testReattachInvalidate Time elapsed: 0.022 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_576893_Test.testLockStatePrefetching Time elapsed: 0.022 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_576893_Test.testPrefetcherManager Time elapsed: 0.064 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_579786_Test.testDisableResponseTimeout Time elapsed: 1.633 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_579786_Test.testSlowQueryHandler Time elapsed: 1.632 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_580001_Test.testTypeHandler Time elapsed: 0.03 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_580974_Test.testCacheAdapter Time elapsed: 0.045 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_580991_Test.testDurableLockRelease Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.db.bugzilla.Bugzilla_534438_Test.testDBConnectionUsedByMultipleThreads Time elapsed: 0.293 s Running org.eclipse.emf.cdo.tests.db.IntegrationTestsAudit ******************************************************* Net4jDBTest.testBigInt [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Net4jDBTest.testBinary [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Net4jDBTest.testBit [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Net4jDBTest.testBlob [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Net4jDBTest.testBlobLength0 [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Net4jDBTest.testBoolean [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Net4jDBTest.testChar [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Net4jDBTest.testClob [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Net4jDBTest.testClobLength0 [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Net4jDBTest.testDate [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Net4jDBTest.testDouble [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Net4jDBTest.testFloat [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Net4jDBTest.testInteger [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Net4jDBTest.testLongVarBinary [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Net4jDBTest.testLongVarChar [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Net4jDBTest.testReal [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Net4jDBTest.testSmallInt [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Net4jDBTest.testTime [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Net4jDBTest.testTimestamp [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Net4jDBTest.testTinyInt [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Net4jDBTest.testVarBinary [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Net4jDBTest.testVarChar [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* DBAnnotationsTest.testColumnNameAnnotationByMetaData [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* DBAnnotationsTest.testColumnNameTypeAnnotationByMetaData [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* DBAnnotationsTest.testLengthAnnotationByMetaData [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* DBAnnotationsTest.testLengthAnnotationNegative [H2-auditing-ranges, JVM, Native] ******************************************************* [ERROR] org.h2.jdbc.JdbcSQLException: Value too long for column """name"" VARCHAR(8)": "'012345678' (9)"; SQL statement: INSERT INTO "repo1"."model1_dynamic19_Product1"("cdo_id", "cdo_version", "cdo_created", "cdo_revised", "cdo_resource", "cdo_container", "cdo_feature", "name", "vat", "orderDetails", "otherVATs") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [22001-168] org.eclipse.net4j.db.DBException: org.h2.jdbc.JdbcSQLException: Value too long for column """name"" VARCHAR(8)": "'012345678' (9)"; SQL statement: INSERT INTO "repo1"."model1_dynamic19_Product1"("cdo_id", "cdo_version", "cdo_created", "cdo_revised", "cdo_resource", "cdo_container", "cdo_feature", "name", "vat", "orderDetails", "otherVATs") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [22001-168] at org.eclipse.emf.cdo.server.internal.db.mapping.horizontal.HorizontalAuditClassMapping.writeValues(HorizontalAuditClassMapping.java:526) at org.eclipse.emf.cdo.server.internal.db.mapping.horizontal.AbstractHorizontalClassMapping.writeRevision(AbstractHorizontalClassMapping.java:750) at org.eclipse.emf.cdo.server.internal.db.DBStoreAccessor.writeRevision(DBStoreAccessor.java:474) at org.eclipse.emf.cdo.server.internal.db.DBStoreAccessor.writeRevisions(DBStoreAccessor.java:439) at org.eclipse.emf.cdo.server.internal.db.DBStoreAccessor.writeNewObjectRevisions(DBStoreAccessor.java:423) at org.eclipse.emf.cdo.spi.server.StoreAccessor.doWrite(StoreAccessor.java:119) at org.eclipse.emf.cdo.server.internal.db.DBStoreAccessor.doWrite(DBStoreAccessor.java:724) at org.eclipse.emf.cdo.spi.server.StoreAccessorBase.write(StoreAccessorBase.java:144) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.writeAccessor(TransactionCommitContext.java:1894) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.write(TransactionCommitContext.java:839) at org.eclipse.emf.cdo.spi.server.InternalCommitContext$1.runLoop(InternalCommitContext.java:49) at org.eclipse.emf.cdo.spi.server.InternalCommitContext$1.runLoop(InternalCommitContext.java:1) at org.eclipse.net4j.util.om.monitor.ProgressDistributor.run(ProgressDistributor.java:95) at org.eclipse.emf.cdo.internal.server.Repository.commitUnsynced(Repository.java:1562) at org.eclipse.emf.cdo.internal.server.Repository.commit(Repository.java:1550) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicatingCommit(CommitTransactionIndication.java:283) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicating(CommitTransactionIndication.java:96) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerIndicationWithMonitoring.indicating(CDOServerIndicationWithMonitoring.java:118) at org.eclipse.net4j.signal.IndicationWithMonitoring.indicating(IndicationWithMonitoring.java:62) at org.eclipse.net4j.signal.IndicationWithResponse.doExtendedInput(IndicationWithResponse.java:94) at org.eclipse.net4j.signal.Signal.doInput(Signal.java:434) at org.eclipse.net4j.signal.IndicationWithResponse.execute(IndicationWithResponse.java:72) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) Caused by: org.h2.jdbc.JdbcSQLException: Value too long for column """name"" VARCHAR(8)": "'012345678' (9)"; SQL statement: INSERT INTO "repo1"."model1_dynamic19_Product1"("cdo_id", "cdo_version", "cdo_created", "cdo_revised", "cdo_resource", "cdo_container", "cdo_feature", "name", "vat", "orderDetails", "otherVATs") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [22001-168] at org.h2.message.DbException.getJdbcSQLException(DbException.java:329) at org.h2.message.DbException.get(DbException.java:169) at org.h2.table.Column.validateConvertUpdateSequence(Column.java:315) at org.h2.table.Table.validateConvertUpdateSequence(Table.java:689) at org.h2.command.dml.Insert.insertRows(Insert.java:120) at org.h2.command.dml.Insert.update(Insert.java:84) at org.h2.command.CommandContainer.update(CommandContainer.java:75) at org.h2.command.Command.executeUpdate(Command.java:230) at org.h2.jdbc.JdbcPreparedStatement.executeUpdateInternal(JdbcPreparedStatement.java:156) at org.h2.jdbc.JdbcPreparedStatement.executeUpdate(JdbcPreparedStatement.java:142) at org.eclipse.net4j.db.jdbc.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:89) at org.eclipse.net4j.db.DBUtil.update(DBUtil.java:1018) at org.eclipse.emf.cdo.server.internal.db.mapping.horizontal.HorizontalAuditClassMapping.writeValues(HorizontalAuditClassMapping.java:522) ... 27 more ******************************************************* DBAnnotationsTest.testLengthAnnotationPositive [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* DBAnnotationsTest.testTableMappingAnnotationByMetaData [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* DBAnnotationsTest.testTableNameAnnotationByMetaData [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* DBAnnotationsTest.testTypeAnnotationByMetaData [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* DBStoreTest.testInsertNull [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* DBStoreTest.testStoreCustom [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* DBStoreTest.testStoreDate [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* DBStoreTest.testStoreStringContainingBackslash [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* DBStoreTest.testStoreStringContainingDoubleQuote [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* DBStoreTest.testStoreStringContainingSingleQuote [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* DBStoreTest.testStoreStringContainingTwoSingleQuote [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* DBStoreTest.testStoreStringTrailingBackslash [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* DBStoreTest.testStoreStringTrailingDoubleQuote [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* DBStoreTest.testStoreStringTrailingSingleQuote [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* DBStoreTest.testStoreStringTrailingTwoSingleQuote [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* DBStoreTest.testUnderscoreClass [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* DBStoreTest.testUnderscoreFeature [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* CustomTypeMappingTest.testCustomTypeMapping [H2-auditing-ranges, JVM, Native] ******************************************************* [WARN] Runtime removal of ITypeMapping.Factory extensions is currently not supported. ******************************************************* SQLQueryTest.testComplexQuerySalesOrderJoinCustomerProduct [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* SQLQueryTest.testDateParameter [H2-auditing-ranges, JVM, Native] ******************************************************* 2020-05-02 06:45:14-000 [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* SQLQueryTest.testFunctions [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* SQLQueryTest.testIterator [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* SQLQueryTest.testIteratorCancelation [H2-auditing-ranges, JVM, Native] ******************************************************* [ERROR] Not active: SignalProtocol[cdo] org.eclipse.net4j.util.lifecycle.LifecycleException: Not active: SignalProtocol[cdo] at org.eclipse.net4j.util.lifecycle.LifecycleUtil.checkActive(LifecycleUtil.java:102) at org.eclipse.net4j.signal.Signal.getProtocol(Signal.java:104) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerIndication.getProtocol(CDOServerIndication.java:54) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerIndication.getProtocol(CDOServerIndication.java:1) at org.eclipse.net4j.signal.IndicationWithResponse.sendExceptionSignal(IndicationWithResponse.java:105) at org.eclipse.net4j.signal.IndicationWithResponse.execute(IndicationWithResponse.java:78) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerReadIndication.execute(CDOServerReadIndication.java:36) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) ******************************************************* SQLQueryTest.testNonCDOObjectQueries_Complex [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* SQLQueryTest.testNonCDOObjectQueries_Complex_MAP [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* SQLQueryTest.testPaging [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* SQLQueryTest.testSimpleQueries [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* AdapterManagerTest.testStrongReferencePolicy_ALL [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* AdapterManagerTest.testStrongReferencePolicy_ALL_AttachObject [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* AdapterManagerTest.testStrongReferencePolicy_ALL_DetachObject [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* AdapterManagerTest.testStrongReferencePolicy_NONE [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* AttributeTest.testBigDecimalAndBigInteger [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* AttributeTest.testBigDecimalAndBigIntegerNull [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* AttributeTest.testByteArray [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* AttributeTest.testByteArrayEmpty [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* AttributeTest.testByteArrayNull [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* AttributeTest.testEnumDefaults [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* AttributeTest.testJavaClass [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* AttributeTest.testJavaObject [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* AttributeTest.testManyValuedCustomDataType_Bugzilla_319950 [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* AttributeTest.testManyValuedCustomDataType_Contains [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* AttributeTest.testManyValuedCustomDataType_ContainsAll [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* AttributeTest.testManyValuedCustomDataType_Get [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* AttributeTest.testManyValuedCustomDataType_IndexOf [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* AttributeTest.testManyValuedCustomDataType_LastIndexOf [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* AttributeTest.testNillableAttributeOfCustomType [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* AttributeTest.testPrimitiveDefaults [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* AuditEMapTest.testAuditedEMap [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* AuditSameSessionTest.testAddingContents [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* AuditSameSessionTest.testCanCreateAuditAtRepoCreationTime [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* AuditSameSessionTest.testCannotCreateAuditWithTimestampPriorToRepo [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* AuditSameSessionTest.testCannotSetAuditTimestampPriorToRepo [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* AuditSameSessionTest.testChangePath [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* AuditSameSessionTest.testChangeURI [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* AuditSameSessionTest.testChangedAudit [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* AuditSameSessionTest.testConsistentHistoryForIsMany [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* AuditSameSessionTest.testKeepHandle [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* AuditSameSessionTest.testNewAudit [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* AuditSameSessionTest.testRemovingContents [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* AuditSameSessionTest.testRemovingContentsKeepHandle [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* AuditSameSessionTest.testRepositoryCreationTime [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* AuditSameSessionTest.testRepositoryTime [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* AuditTest.testAddingContents [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* AuditTest.testCanCreateAuditAtRepoCreationTime [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* AuditTest.testCannotCreateAuditWithTimestampPriorToRepo [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* AuditTest.testCannotSetAuditTimestampPriorToRepo [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* AuditTest.testChangePath [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* AuditTest.testChangeURI [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* AuditTest.testChangedAudit [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* AuditTest.testConsistentHistoryForIsMany [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* AuditTest.testKeepHandle [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* AuditTest.testNewAudit [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* AuditTest.testRemovingContents [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* AuditTest.testRemovingContentsKeepHandle [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* AutoAttacherTest.testAddingObjectAndCrawl [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* AutoAttacherTest.testSimple [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* BackupBinaryTest.testImport [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' repo1repo1��<����<������������1http://www.eclipse.org/emf/CDO/tests/model1/1.0.0������1 1http://www.eclipse.org/emf/CDO/tests/model1/1.0.0MAIN�����1:http://www.eclipse.org/emf/CDO/Eresource/4.0.0#CDOResource������1�����1�:http://www.eclipse.org/emf/CDO/Eresource/4.0.0#CDOResource������1��:http://www.eclipse.org/emf/CDO/Eresource/4.0.0#CDOResource������1�����1�res1���:http://www.eclipse.org/emf/CDO/Eresource/4.0.0#CDOResource������1�res1����:http://www.eclipse.org/emf/CDO/tests/model1/1.0.0#Customer������1�����1�Eike:http://www.eclipse.org/emf/CDO/tests/model1/1.0.0#Customer������1�Eike�:http://www.eclipse.org/emf/CDO/tests/model1/1.0.0#Customer������1�Jos:http://www.eclipse.org/emf/CDO/tests/model1/1.0.0#Customer������1�Simon=http://www.eclipse.org/emf/CDO/tests/model1/1.0.0#OrderDetail������1�� [INFO] Dropping all tables from repository repo2... [INFO] The CDO system tables are not found in schema "repo2"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo3, repo1, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' CDOResourceFolder@OID2("BackupBinaryTest_testImport") CDOResource@OID3("cdo://repo2/BackupBinaryTest_testImport/res1") Customer@OID4 Customer@OID5 Customer@OID6 SalesOrder@OID7 OrderDetail@OID8 ******************************************************* BackupBinaryTest.testImportBlob [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' repo1repo1��<��t�<������������1http://www.eclipse.org/emf/CDO/tests/model3/1.0.0������1"m 1http://www.eclipse.org/emf/CDO/tests/model3/1.0.05http://www.eclipse.org/emf/CDO/tests/subpackage/1.0.0MAIN�����1:http://www.eclipse.org/emf/CDO/Eresource/4.0.0#CDOResource������1�����1�:http://www.eclipse.org/emf/CDO/Eresource/4.0.0#CDOResource������1��:http://www.eclipse.org/emf/CDO/Eresource/4.0.0#CDOResource������1�res1�7http://www.eclipse.org/emf/CDO/tests/model3/1.0.0#Image������1���������� B|ʝ'�ő�jT�@http://www.eclipse.org/emf/CDO/Eresource/4.0.0#CDOResourceFolder������1�BackupBinaryTest_testImportBlob�������� B|ʝ'�ő�j��
�����1�����1�����1�����1 CDO_SYSTEM � [INFO] Dropping all tables from repository repo2... [INFO] The CDO system tables are not found in schema "repo2"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo3, repo1, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' CDOResourceFolder@OID2("BackupBinaryTest_testImportBlob") CDOResource@OID3("cdo://repo2/BackupBinaryTest_testImportBlob/res1") Image@OID4 ******************************************************* BackupBinaryTest.testImportByteArray [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' repo1repo1��<�3�<�I���������1http://www.eclipse.org/emf/CDO/tests/model6/1.0.0�ɀ���10
1http://www.eclipse.org/emf/CDO/tests/model6/1.0.0MAIN�����1:http://www.eclipse.org/emf/CDO/Eresource/4.0.0#CDOResource������1Ȁ���1�:http://www.eclipse.org/emf/CDO/Eresource/4.0.0#CDOResource�ɀ���1��:http://www.eclipse.org/emf/CDO/Eresource/4.0.0#CDOResource�ɀ���1�res1�Fhttp://www.eclipse.org/emf/CDO/tests/model6/1.0.0#UnsettableAttributes�ɀ���1� ����@http://www.eclipse.org/emf/CDO/Eresource/4.0.0#CDOResourceFolder�ɀ���1�$BackupBinaryTest_testImportByteArray�ɀ���1�����1�����1�����1 CDO_SYSTEM � [INFO] Dropping all tables from repository repo2... [INFO] The CDO system tables are not found in schema "repo2"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo3, repo1, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' CDOResourceFolder@OID2("BackupBinaryTest_testImportByteArray") CDOResource@OID3("cdo://repo2/BackupBinaryTest_testImportByteArray/res1") UnsettableAttributes@OID4 ******************************************************* BackupBinaryTest.testImportClob [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' repo1repo1��<���<�T���������1http://www.eclipse.org/emf/CDO/tests/model3/1.0.0�Ԃ���1"m 1http://www.eclipse.org/emf/CDO/tests/model3/1.0.05http://www.eclipse.org/emf/CDO/tests/subpackage/1.0.0MAIN�����1:http://www.eclipse.org/emf/CDO/Eresource/4.0.0#CDOResource������1ӂ���1�:http://www.eclipse.org/emf/CDO/Eresource/4.0.0#CDOResource�Ԃ���1��:http://www.eclipse.org/emf/CDO/Eresource/4.0.0#CDOResource�Ԃ���1�res1�@http://www.eclipse.org/emf/CDO/Eresource/4.0.0#CDOResourceFolder�Ԃ���1�BackupBinaryTest_testImportClob�6http://www.eclipse.org/emf/CDO/tests/model3/1.0.0#File�Ԃ���1� Ecore.uml ��mԅ�sVsR����o���T� ��mԅ�sVsR����o��Ń�<?xml version="1.0" encoding="UTF-8"?> <xmi:XMI xmi:version="2.1" xmlns:xmi="http://schema.omg.org/spec/XMI/2.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:Ecore="http://www.eclipse.org/uml2/schemas/Ecore/4" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" xmlns:uml="http://www.eclipse.org/uml2/2.1.0/UML" xsi:schemaLocation="http://www.eclipse.org/uml2/schemas/Ecore/4 pathmap://UML_PROFILES/Ecore.profile.uml#_B7dOIMEREduRdatXodjBjA"> <uml:Model xmi:id="_SeWiQMX_EduPJbEsMYXjUQ" name="Ecor�"> <packagedElement xmi:type="uml:Class" xmi:id="_SeWj6cX_EduPJbEsMYXjUQ" name="EAnnotation"> <eAnnotations xmi:id="_SeWj6sX_EduPJbEsMYXjUQ" source="http://www.eclipse.org/emf/2002/Ecore"> <details xmi:id="_SeWj68X_EduPJbEsMYXjUQ" key="constraints" value="WellFormedSourceURI"/> </eAnnotations> <generalization xmi:id="_SeWj7MX_EduPJbEsMYXjUQ" general="_SeWihMX_EduPJbEsMYXjUQ"/> <ownedAttribute xmi:id="_SeWj7cX_EduPJbEsMYXjUQ" name="source" visibility="public" type="_SeWkisX_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWj7sX_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWj78X_EduPJbEsMYXjUQ" name="details" type="_SeWj-sX_EduPJbEsMYXjUQ" isOrdered="true" aggregation="composite" association="_SeWj_8X_EduPJbEsMYXjUQ"> <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_SeWj8MX_EduPJbEsMYXjUQ" value="*"/> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWj8cX_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWj8sX_EduPJbEsMYXjUQ" name="eModelElement" type="_SeWihMX_EduPJbEsMYXjUQ" isOrdered="true" association="_SeWkAcX_EduPJbEsMYXjUQ"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWj88X_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWj9MX_EduPJbEsMYXjUQ" name="contents" type="_SeWijsX_EduPJbEsMYXjUQ" isOrdered="true" aggregation="composite" association="_SeWkAsX_EduPJbEsMYXjUQ"> <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_SeWj9cX_EduPJbEsMYXjUQ" value="*"/> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWj9sX_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWj98X_EduPJbEsMYXjUQ" name="references" type="_SeWijsX_EduPJbEsMYXjUQ" isOrdered="true" association="_SeWkBMX_EduPJbEsMYXjUQ"> <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_SeWj-MX_EduPJbEsMYXjUQ" value="*"/> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWj-cX_EduPJbEsMYXjUQ"/> </ownedAttribute> </packagedElement> <packagedElement xmi:type="uml:Class" xmi:id="_SeWiQcX_EduPJbEsMYXjUQ" name="EAttribute"> <eAnnotations xmi:id="_SeWiQsX_EduPJbEsMYXjUQ" source="http://www.eclipse.org/emf/2002/Ecore"> <details xmi:id="_SeWiQ8X_EduPJbEsMYXjUQ" key="constraints" value="ConsistentTransient"/> </eAnnotations> <generalization xmi:id="_SeWiRMX_EduPJbEsMYXjUQ" general="_SeWiSMX_EduPJbEsMYXjUQ"/> <ownedAttribute xmi:id="_SeWiRcX_EduPJbEsMYXjUQ" name="id" visibility="public" type="_SeWkM8X_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWiRsX_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWiR8X_EduPJbEsMYXjUQ" name="eAttributeType" type="_SeWjasX_EduPJbEsMYXjUQ" isOrdered="true" isReadOnly="true" isDerived="true" association="_SeWkCsX_EduPJbEsMYXjUQ"/> </packagedElement> <packagedElement xmi:type="uml:Class" xmi:id="_SeWizcX_EduPJbEsMYXjUQ" name="EClass"> <eAnnotations xmi:id="_SeWizsX_EduPJbEsMYXjUQ" source="http://www.eclipse.org/emf/2002/Ecore"> <details xmi:id="_SeWiz8X_EduPJbEsMYXjUQ" key="constraints" value="InterfaceIsAbstract AtMostOneID UniqueFeatureNames UniqueOperationSignatures NoCircularSuperTypes WellFormedMapEntryClass ConsistentSuperTypes"/> </eAnnotations> <generalization xmi:id="_SeWi0MX_EduPJbEsMYXjUQ" general="_SeWjG8X_EduPJbEsMYXjUQ"/> <ownedAttribute xmi:id="_SeWi0cX_EduPJbEsMYXjUQ" name="abstract" visibility="public" type="_SeWkM8X_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWi0sX_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWi08X_EduPJbEsMYXjUQ" name="interface" visibility="public" type="_SeWkM8X_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWi1MX_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWi1cX_EduPJbEsMYXjUQ" name="eSuperTypes" type="_SeWizcX_EduPJbEsMYXjUQ" isOrdered="true" association="_SeWjlsX_EduPJbEsMYXjUQ"> <eAnnotations xmi:id="_SeWi1sX_EduPJbEsMYXjUQ" source="http://www.eclipse.org/emf/2002/GenModel"> <details xmi:id="_SeWi18X_EduPJbEsMYXjUQ" key="suppressedUnsetVisibility" value="true"/> <details xmi:id="_SeWi2MX_EduPJbEsMYXjUQ" key="suppressedIsSetVisibility" value="true"/> </eAnnotations> <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_SeWi2cX_EduPJbEsMYXjUQ" value="*"/> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWi2sX_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWi28X_EduPJbEsMYXjUQ" name="eOperations" type="_SeWjmMX_EduPJbEsMYXjUQ" isOrdered="true" aggregation="composite" association="_SeWjsMX_EduPJbEsMYXjUQ"> <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_SeWi3MX_EduPJbEsMYXjUQ" value="*"/> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWi3cX_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWi3sX_EduPJbEsMYXjUQ" name="eAllAttributes" type="_SeWiQcX_EduPJbEsMYXjUQ" isOrdered="true" isReadOnly="true" isDerived="true" association="_SeWjvMX_EduPJbEsMYXjUQ"> <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_SeWi38X_EduPJbEsMYXjUQ" value="*"/> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWi4MX_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWi4cX_EduPJbEsMYXjUQ" name="eAllReferences" type="_SeWjvsX_EduPJbEsMYXjUQ" isOrdered="true" isReadOnly="true" isDerived="true" association="_SeWj1MX_EduPJbEsMYXjUQ"> <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_SeWi4sX_EduPJbEsMYXjUQ" value="*"/> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWi48X_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWi5MX_EduPJbEsMYXjUQ" name="eReferences" type="_SeWjvsX_EduPJbEsMYXjUQ" isOrdered="true" isReadOnly="true" isDerived="true" association="_SeWj1sX_EduPJbEsMYXjUQ"> <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_SeWi5cX_EduPJbEsMYXjUQ" value="*"/> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWi5sX_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWi58X_EduPJbEsMYXjUQ" name="eAttributes" type="_SeWiQcX_EduPJbEsMYXjUQ" isOrdered="true" isReadOnly="true" isDerived="true" association="_SeWj2MX_EduPJbEsMYXjUQ"> <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_SeWi6MX_EduPJbEsMYXjUQ" value="*"/> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWi6cX_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWi6sX_EduPJbEsMYXjUQ" name="eAllContainments" type="_SeWjvsX_EduPJbEsMYXjUQ" isOrdered="true" isReadOnly="true" isDerived="true" association="_SeWj2sX_EduPJbEsMYXjUQ"> <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_SeWi68X_EduPJbEsMYXjUQ" value="*"/> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWi7MX_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWi7cX_EduPJbEsMYXjUQ" name="eAllOperations" type="_SeWjmMX_EduPJbEsMYXjUQ" isOrdered="true" isReadOnly="true" isDerived="true" association="_SeWj3MX_EduPJbEsMYXjUQ"> <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_SeWi7sX_EduPJbEsMYXjUQ" value="*"/> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWi78X_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWi8MX_EduPJbEsMYXjUQ" name="eAllStructuralFeatures" type="_SeWiSMX_EduPJbEsMYXjUQ" isOrdered="true" isReadOnly="true" isDerived="true" association="_SeWj3sX_EduPJbEsMYXjUQ"> <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_SeWi8cX_EduPJbEsMYXjUQ" value="*"/> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWi8sX_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWi88X_EduPJbEsMYXjUQ" name="eAllSuperTypes" type="_SeWizcX_EduPJbEsMYXjUQ" isOrdered="true" isReadOnly="true" isDerived="true" association="_SeWj4MX_EduPJbEsMYXjUQ"> <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_SeWi9MX_EduPJbEsMYXjUQ" value="*"/> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWi9cX_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWi9sX_EduPJbEsMYXjUQ" name="eIDAttribute" type="_SeWiQcX_EduPJbEsMYXjUQ" isOrdered="true" isReadOnly="true" isDerived="true" association="_SeWj4sX_EduPJbEsMYXjUQ"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWi98X_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWi-MX_EduPJbEsMYXjUQ" name="eStructuralFeatures" type="_SeWiSMX_EduPJbEsMYXjUQ" isOrdered="true" aggregation="composite" association="_SeWj5MX_EduPJbEsMYXjUQ"> <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_SeWi-cX_EduPJbEsMYXjUQ" value="*"/> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWi-sX_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWi-8X_EduPJbEsMYXjUQ" name="eGenericSuperTypes" type="_SeWjdsX_EduPJbEsMYXjUQ" isOrdered="true" aggregation="composite" association="_SeWj5cX_EduPJbEsMYXjUQ"> <eAnnotations xmi:id="_SeWi_MX_EduPJbEsMYXjUQ" source="http://www.eclipse.org/emf/2002/GenModel"> <details xmi:id="_SeWi_cX_EduPJbEsMYXjUQ" key="suppressedUnsetVisibility" value="true"/> <details xmi:id="_SeWi_sX_EduPJbEsMYXjUQ" key="suppressedIsSetVisibility" value="true"/> </eAnnotations> <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_SeWi_8X_EduPJbEsMYXjUQ" value="*"/> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjAMX_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWjAcX_EduPJbEsMYXjUQ" name="eAllGenericSuperTypes" type="_SeWjdsX_EduPJbEsMYXjUQ" isOrdered="true" isReadOnly="true" isDerived="true" association="_SeWj58X_EduPJbEsMYXjUQ"> <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_SeWjAsX_EduPJbEsMYXjUQ" value="*"/> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjA8X_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedOperation xmi:id="_SeWjBMX_EduPJbEsMYXjUQ" name="isSuperTypeOf" visibility="public"> <ownedParameter xmi:id="_SeWjBcX_EduPJbEsMYXjUQ" type="_SeWkM8X_EduPJbEsMYXjUQ" isOrdered="true" direction="return"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjBsX_EduPJbEsMYXjUQ"/> </ownedParameter> <ownedParameter xmi:id="_SeWjB8X_EduPJbEsMYXjUQ" name="someClass" type="_SeWizcX_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjCMX_EduPJbEsMYXjUQ"/> </ownedParameter> </ownedOperation> <ownedOperation xmi:id="_SeWjCcX_EduPJbEsMYXjUQ" name="getFeatureCount" visibility="public"> <ownedParameter xmi:id="_SeWjCsX_EduPJbEsMYXjUQ" type="_SeWkZcX_EduPJbEsMYXjUQ" isOrdered="true" direction="return"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjC8X_EduPJbEsMYXjUQ"/> </ownedParameter> </ownedOperation> <ownedOperation xmi:id="_SeWjDMX_EduPJbEsMYXjUQ" name="getEStructuralFeature" visibility="public"> <ownedParameter xmi:id="_SeWjDcX_EduPJbEsMYXjUQ" type="_SeWiSMX_EduPJbEsMYXjUQ" isOrdered="true" direction="return"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjDsX_EduPJbEsMYXjUQ"/> </ownedParameter> <ownedParameter xmi:id="_SeWjD8X_EduPJbEsMYXjUQ" name="featureID" type="_SeWkZcX_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjEMX_EduPJbEsMYXjUQ"/> </ownedParameter> </ownedOperation> <ownedOperation xmi:id="_SeWjEcX_EduPJbEsMYXjUQ" name="getFeatureID" visibility="public"> <ownedParameter xmi:id="_SeWjEsX_EduPJbEsMYXjUQ" type="_SeWkZcX_EduPJbEsMYXjUQ" isOrdered="true" direction="return"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjE8X_EduPJbEsMYXjUQ"/> </ownedParameter> <ownedParameter xmi:id="_SeWjFMX_EduPJbEsMYXjUQ" name="feature" type="_SeWiSMX_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjFcX_EduPJbEsMYXjUQ"/> </ownedParameter> </ownedOperation> <ownedOperation xmi:id="_SeWjFsX_EduPJbEsMYXjUQ" name="getEStructuralFeature" visibility="public"> <ownedParameter xmi:id="_SeWjF8X_EduPJbEsMYXjUQ" type="_SeWiSMX_EduPJbEsMYXjUQ" isOrdered="true" direction="return"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjGMX_EduPJbEsMYXjUQ"/> </ownedParameter> <ownedParameter xmi:id="_SeWjGcX_EduPJbEsMYXjUQ" name="featureName" type="_SeWkisX_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjGsX_EduPJbEsMYXjUQ"/> </ownedParameter> </ownedOperation> </packagedElement> <packagedElement xmi:type="uml:Class" xmi:id="_SeWjG8X_EduPJbEsMYXjUQ" name="EClassifier" isAbstract="true"> <eAnnotations xmi:id="_SeWjHMX_EduPJbEsMYXjUQ" source="http://www.eclipse.org/emf/2002/Ecore"> <details xmi:id="_SeWjHcX_EduPJbEsMYXjUQ" key="constraints" value="WellFormedInstanceTypeName UniqueTypeParameterNames"/> </eAnnotations> <generalization xmi:id="_SeWjHsX_EduPJbEsMYXjUQ" general="_SeWifsX_EduPJbEsMYXjUQ"/> <ownedAttribute xmi:id="_SeWjH8X_EduPJbEsMYXjUQ" name="instanceClassName" visibility="public" type="_SeWkisX_EduPJbEsMYXjUQ" isOrdered="true"> <eAnnotations xmi:id="_SeWjIMX_EduPJbEsMYXjUQ" source="http://www.eclipse.org/emf/2002/GenModel"> <details xmi:id="_SeWjIcX_EduPJbEsMYXjUQ" key="suppressedUnsetVisibility" value="true"/> <details xmi:id="_SeWjIsX_EduPJbEsMYXjUQ" key="suppressedIsSetVisibility" value="true"/> </eAnnotations> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjI8X_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWjJMX_EduPJbEsMYXjUQ" name="instanceClass" visibility="public" type="_SeWjM8X_EduPJbEsMYXjUQ" isOrdered="true" isReadOnly="true" isDerived="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjJcX_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWjJsX_EduPJbEsMYXjUQ" name="defaultValue" visibility="public" type="_SeWkccX_EduPJbEsMYXjUQ" isOrdered="true" isReadOnly="true" isDerived="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjJ8X_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWjKMX_EduPJbEsMYXjUQ" name="instanceTypeName" visibility="public" type="_SeWkisX_EduPJbEsMYXjUQ" isOrdered="true"> <eAnnotations xmi:id="_SeWjKcX_EduPJbEsMYXjUQ" source="http://www.eclipse.org/emf/2002/GenModel"> <details xmi:id="_SeWjKsX_EduPJbEsMYXjUQ" key="suppressedUnsetVisibility" value="true"/> <details xmi:id="_SeWjK8X_EduPJbEsMYXjUQ" key="suppressedIsSetVisibility" value="true"/> </eAnnotations> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjLMX_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWjLcX_EduPJbEsMYXjUQ" name="ePackage" type="_SeWjPsX_EduPJbEsMYXjUQ" isOrdered="true" isReadOnly="true" association="_SeWjb8X_EduPJbEsMYXjUQ"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjLsX_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWjL8X_EduPJbEsMYXjUQ" name="eTypeParameters" type="_SeWjccX_EduPJbEsMYXjUQ" isOrdered="true" aggregation="composite" association="_SeWjlMX_EduPJbEsMYXjUQ"> <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_SeWjMMX_EduPJbEsMYXjUQ" value="*"/> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjMcX_EduPJbEsMYXjUQ"/> </ownedAttribute> <nestedClassifier xmi:type="uml:Class" xmi:id="_SeWjMsX_EduPJbEsMYXjUQ" name="Wildcard"/> <nestedClassifier xmi:type="uml:PrimitiveType" xmi:id="_SeWjM8X_EduPJbEsMYXjUQ" name="EJavaClass_Wildcard"> <templateBinding xmi:id="_SeWjNMX_EduPJbEsMYXjUQ" signature="_SeWkbsX_EduPJbEsMYXjUQ"> <parameterSubstitution xmi:id="_SeWjNcX_EduPJbEsMYXjUQ" formal="_SeWkb8X_EduPJbEsMYXjUQ" actual="_SeWjMsX_EduPJbEsMYXjUQ"/> </templateBinding> </nestedClassifier> <ownedOperation xmi:id="_SeWjNsX_EduPJbEsMYXjUQ" name="isInstance" visibility="public"> <ownedParameter xmi:id="_SeWjN8X_EduPJbEsMYXjUQ" type="_SeWkM8X_EduPJbEsMYXjUQ" isOrdered="true" direction="return"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjOMX_EduPJbEsMYXjUQ"/> </ownedParameter> <ownedParameter xmi:id="_SeWjOcX_EduPJbEsMYXjUQ" name="object" type="_SeWkccX_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjOsX_EduPJbEsMYXjUQ"/> </ownedParameter> </ownedOperation> <ownedOperation xmi:id="_SeWjO8X_EduPJbEsMYXjUQ" name="getClassifierID" visibility="public"> <ownedParameter xmi:id="_SeWjPMX_EduPJbEsMYXjUQ" type="_SeWkZcX_EduPJbEsMYXjUQ" isOrdered="true" direction="return"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjPcX_EduPJbEsMYXjUQ"/> </ownedParameter> </ownedOperation> </packagedElement> <packagedElement xmi:type="uml:Class" xmi:id="_SeWjasX_EduPJbEsMYXjUQ" name="EDataType"> <generalization xmi:id="_SeWja8X_EduPJbEsMYXjUQ" general="_SeWjG8X_EduPJbEsMYXjUQ"/> <ownedAttribute xmi:id="_SeWjbMX_EduPJbEsMYXjUQ" name="serializable" visibility="public" type="_SeWkM8X_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjbcX_EduPJbEsMYXjUQ"/> </ownedAttribute> </packagedElement> <packagedElement xmi:type="uml:Class" xmi:id="_SeWkDMX_EduPJbEsMYXjUQ" name="EEnum"> <eAnnotations xmi:id="_SeWkDcX_EduPJbEsMYXjUQ" source="http://www.eclipse.org/emf/2002/Ecore"> <details xmi:id="_SeWkDsX_EduPJbEsMYXjUQ" key="constraints" value="UniqueEnumeratorNames UniqueEnumeratorLiterals"/> </eAnnotations> <generalization xmi:id="_SeWkD8X_EduPJbEsMYXjUQ" general="_SeWjasX_EduPJbEsMYXjUQ"/> <ownedAttribute xmi:id="_SeWkEMX_EduPJbEsMYXjUQ" name="eLiterals" type="_SeWkIsX_EduPJbEsMYXjUQ" isOrdered="true" aggregation="composite" association="_SeWkLMX_EduPJbEsMYXjUQ"> <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_SeWkEcX_EduPJbEsMYXjUQ" value="*"/> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWkEsX_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedOperation xmi:id="_SeWkE8X_EduPJbEsMYXjUQ" name="getEEnumLiteral" visibility="public"> <ownedParameter xmi:id="_SeWkFMX_EduPJbEsMYXjUQ" type="_SeWkIsX_EduPJbEsMYXjUQ" isOrdered="true" direction="return"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWkFcX_EduPJbEsMYXjUQ"/> </ownedParameter> <ownedParameter xmi:id="_SeWkFsX_EduPJbEsMYXjUQ" name="name" type="_SeWkisX_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWkF8X_EduPJbEsMYXjUQ"/> </ownedParameter> </ownedOperation> <ownedOperation xmi:id="_SeWkGMX_EduPJbEsMYXjUQ" name="getEEnumLiteral" visibility="public"> <ownedParameter xmi:id="_SeWkGcX_EduPJbEsMYXjUQ" type="_SeWkIsX_EduPJbEsMYXjUQ" isOrdered="true" direction="return"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWkGsX_EduPJbEsMYXjUQ"/> </ownedParameter> <ownedParameter xmi:id="_SeWkG8X_EduPJbEsMYXjUQ" name="value" type="_SeWkZcX_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWkHMX_EduPJbEsMYXjUQ"/> </ownedParameter> </ownedOperation> <ownedOperation xmi:id="_SeWkHcX_EduPJbEsMYXjUQ" name="getEEnumLiteralByLiteral" visibility="public"> <ownedParameter xmi:id="_SeWkHsX_EduPJbEsMYXjUQ" type="_SeWkIsX_EduPJbEsMYXjUQ" isOrdered="true" direction="return"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWkH8X_EduPJbEsMYXjUQ"/> </ownedParameter> <ownedParameter xmi:id="_SeWkIMX_EduPJbEsMYXjUQ" name="literal" type="_SeWkisX_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWkIcX_EduPJbEsMYXjUQ"/> </ownedParameter> </ownedOperation> </packagedElement> <packagedElement xmi:type="uml:Class" xmi:id="_SeWkIsX_EduPJbEsMYXjUQ" name="EEnumLiteral"> <generalization xmi:id="_SeWkI8X_EduPJbEsMYXjUQ" general="_SeWifsX_EduPJbEsMYXjUQ"/> <ownedAttribute xmi:id="_SeWkJMX_EduPJbEsMYXjUQ" name="value" visibility="public" type="_SeWkZcX_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWkJcX_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWkJsX_EduPJbEsMYXjUQ" name="instance" visibility="public" type="_SeWkWsX_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWkJ8X_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWkKMX_EduPJbEsMYXjUQ" name="literal" visibility="public" type="_SeWkisX_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWkKcX_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWkKsX_EduPJbEsMYXjUQ" name="eEnum" type="_SeWkDMX_EduPJbEsMYXjUQ" isOrdered="true" isReadOnly="true" association="_SeWkLMX_EduPJbEsMYXjUQ"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWkK8X_EduPJbEsMYXjUQ"/> </ownedAttribute> </packagedElement> <packagedElement xmi:type="uml:Class" xmi:id="_SeWjVMX_EduPJbEsMYXjUQ" name="EFactory"> <generalization xmi:id="_SeWjVcX_EduPJbEsMYXjUQ" general="_SeWihMX_EduPJbEsMYXjUQ"/> <ownedAttribute xmi:id="_SeWjVsX_EduPJbEsMYXjUQ" name="ePackage" type="_SeWjPsX_EduPJbEsMYXjUQ" isOrdered="true" association="_SeWjbsX_EduPJbEsMYXjUQ"/> <ownedOperation xmi:id="_SeWjV8X_EduPJbEsMYXjUQ" name="create" visibility="public"> <ownedParameter xmi:id="_SeWjWMX_EduPJbEsMYXjUQ" type="_SeWijsX_EduPJbEsMYXjUQ" isOrdered="true" direction="return"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjWcX_EduPJbEsMYXjUQ"/> </ownedParameter> <ownedParameter xmi:id="_SeWjWsX_EduPJbEsMYXjUQ" name="eClass" type="_SeWizcX_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjW8X_EduPJbEsMYXjUQ"/> </ownedParameter> </ownedOperation> <ownedOperation xmi:id="_SeWjXMX_EduPJbEsMYXjUQ" name="createFromString" visibility="public"> <ownedParameter xmi:id="_SeWjXcX_EduPJbEsMYXjUQ" type="_SeWkccX_EduPJbEsMYXjUQ" isOrdered="true" direction="return"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjXsX_EduPJbEsMYXjUQ"/> </ownedParameter> <ownedParameter xmi:id="_SeWjX8X_EduPJbEsMYXjUQ" name="eDataType" type="_SeWjasX_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjYMX_EduPJbEsMYXjUQ"/> </ownedParameter> <ownedParameter xmi:id="_SeWjYcX_EduPJbEsMYXjUQ" name="literalValue" type="_SeWkisX_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjYsX_EduPJbEsMYXjUQ"/> </ownedParameter> </ownedOperation> <ownedOperation xmi:id="_SeWjY8X_EduPJbEsMYXjUQ" name="convertToString" visibility="public"> <ownedParameter xmi:id="_SeWjZMX_EduPJbEsMYXjUQ" type="_SeWkisX_EduPJbEsMYXjUQ" isOrdered="true" direction="return"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjZcX_EduPJbEsMYXjUQ"/> </ownedParameter> <ownedParameter xmi:id="_SeWjZsX_EduPJbEsMYXjUQ" name="eDataType" type="_SeWjasX_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjZ8X_EduPJbEsMYXjUQ"/> </ownedParameter> <ownedParameter xmi:id="_SeWjaMX_EduPJbEsMYXjUQ" name="instanceValue" type="_SeWkccX_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjacX_EduPJbEsMYXjUQ"/> </ownedParameter> </ownedOperation> </packagedElement> <packagedElement xmi:type="uml:Class" xmi:id="_SeWjdsX_EduPJbEsMYXjUQ" name="EGenericType"> <eAnnotations xmi:id="_SeWjd8X_EduPJbEsMYXjUQ" source="http://www.eclipse.org/emf/2002/Ecore"> <details xmi:id="_SeWjeMX_EduPJbEsMYXjUQ" key="constraints" value="ConsistentType ConsistentBounds ConsistentArguments"/> </eAnnotations> <generalization xmi:id="_SeWjecX_EduPJbEsMYXjUQ" general="_SeWijsX_EduPJbEsMYXjUQ"/> <ownedAttribute xmi:id="_SeWjesX_EduPJbEsMYXjUQ" name="eUpperBound" type="_SeWjdsX_EduPJbEsMYXjUQ" isOrdered="true" aggregation="composite" association="_SeWjhsX_EduPJbEsMYXjUQ"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWje8X_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWjfMX_EduPJbEsMYXjUQ" name="eTypeArguments" type="_SeWjdsX_EduPJbEsMYXjUQ" isOrdered="true" aggregation="composite" association="_SeWjiMX_EduPJbEsMYXjUQ"> <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_SeWjfcX_EduPJbEsMYXjUQ" value="*"/> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjfsX_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWjf8X_EduPJbEsMYXjUQ" name="eRawType" type="_SeWjG8X_EduPJbEsMYXjUQ" isOrdered="true" isReadOnly="true" isDerived="true" association="_SeWjisX_EduPJbEsMYXjUQ"/> <ownedAttribute xmi:id="_SeWjgMX_EduPJbEsMYXjUQ" name="eLowerBound" type="_SeWjdsX_EduPJbEsMYXjUQ" isOrdered="true" aggregation="composite" association="_SeWjjMX_EduPJbEsMYXjUQ"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjgcX_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWjgsX_EduPJbEsMYXjUQ" name="eTypeParameter" type="_SeWjccX_EduPJbEsMYXjUQ" isOrdered="true" association="_SeWjjsX_EduPJbEsMYXjUQ"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjg8X_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWjhMX_EduPJbEsMYXjUQ" name="eClassifier" type="_SeWjG8X_EduPJbEsMYXjUQ" isOrdered="true" association="_SeWjkMX_EduPJbEsMYXjUQ"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjhcX_EduPJbEsMYXjUQ"/> </ownedAttribute> </packagedElement> <packagedElement xmi:type="uml:Class" xmi:id="_SeWihMX_EduPJbEsMYXjUQ" name="EModelElement" isAbstract="true"> <generalization xmi:id="_SeWihcX_EduPJbEsMYXjUQ" general="_SeWijsX_EduPJbEsMYXjUQ"/> <ownedAttribute xmi:id="_SeWihsX_EduPJbEsMYXjUQ" name="eAnnotations" type="_SeWj6cX_EduPJbEsMYXjUQ" isOrdered="true" aggregation="composite" association="_SeWkAcX_EduPJbEsMYXjUQ"> <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_SeWih8X_EduPJbEsMYXjUQ" value="*"/> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWiiMX_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedOperation xmi:id="_SeWiicX_EduPJbEsMYXjUQ" name="getEAnnotation" visibility="public"> <ownedParameter xmi:id="_SeWiisX_EduPJbEsMYXjUQ" type="_SeWj6cX_EduPJbEsMYXjUQ" isOrdered="true" direction="return"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWii8X_EduPJbEsMYXjUQ"/> </ownedParameter> <ownedParameter xmi:id="_SeWijMX_EduPJbEsMYXjUQ" name="source" type="_SeWkisX_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWijcX_EduPJbEsMYXjUQ"/> </ownedParameter> </ownedOperation> </packagedElement> <packagedElement xmi:type="uml:Class" xmi:id="_SeWifsX_EduPJbEsMYXjUQ" name="ENamedElement" isAbstract="true"> <eAnnotations xmi:id="_SeWif8X_EduPJbEsMYXjUQ" source="http://www.eclipse.org/emf/2002/Ecore"> <details xmi:id="_SeWigMX_EduPJbEsMYXjUQ" key="constraints" value="WellFormedName"/> </eAnnotations> <generalization xmi:id="_SeWigcX_EduPJbEsMYXjUQ" general="_SeWihMX_EduPJbEsMYXjUQ"/> <ownedAttribute xmi:id="_SeWigsX_EduPJbEsMYXjUQ" name="name" visibility="public" type="_SeWkisX_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWig8X_EduPJbEsMYXjUQ"/> </ownedAttribute> </packagedElement> <packagedElement xmi:type="uml:Class" xmi:id="_SeWijsX_EduPJbEsMYXjUQ" name="EObject"> <nestedClassifier xmi:type="uml:PrimitiveType" xmi:id="_SeWij8X_EduPJbEsMYXjUQ" name="EEList_EObject"> <templateBinding xmi:id="_SeWikMX_EduPJbEsMYXjUQ" signature="_SeWkV8X_EduPJbEsMYXjUQ"> <parameterSubstitution xmi:id="_SeWikcX_EduPJbEsMYXjUQ" formal="_SeWkWMX_EduPJbEsMYXjUQ" actual="_SeWijsX_EduPJbEsMYXjUQ"/> </templateBinding> </nestedClassifier> <nestedClassifier xmi:type="uml:PrimitiveType" xmi:id="_SeWiksX_EduPJbEsMYXjUQ" name="ETreeIterator_EObject"> <templateBinding xmi:id="_SeWik8X_EduPJbEsMYXjUQ" signature="_SeWkjsX_EduPJbEsMYXjUQ"> <parameterSubstitution xmi:id="_SeWilMX_EduPJbEsMYXjUQ" formal="_SeWkj8X_EduPJbEsMYXjUQ" actual="_SeWijsX_EduPJbEsMYXjUQ"/> </templateBinding> </nestedClassifier> <ownedOperation xmi:id="_SeWilcX_EduPJbEsMYXjUQ" name="eClass" visibility="public"> <ownedParameter xmi:id="_SeWilsX_EduPJbEsMYXjUQ" type="_SeWizcX_EduPJbEsMYXjUQ" isOrdered="true" direction="return"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWil8X_EduPJbEsMYXjUQ"/> </ownedParameter> </ownedOperation> <ownedOperation xmi:id="_SeWimMX_EduPJbEsMYXjUQ" name="eIsProxy" visibility="public"> <ownedParameter xmi:id="_SeWimcX_EduPJbEsMYXjUQ" type="_SeWkM8X_EduPJbEsMYXjUQ" isOrdered="true" direction="return"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWimsX_EduPJbEsMYXjUQ"/> </ownedParameter> </ownedOperation> <ownedOperation xmi:id="_SeWim8X_EduPJbEsMYXjUQ" name="eResource" visibility="public"> <ownedParameter xmi:id="_SeWinMX_EduPJbEsMYXjUQ" type="_SeWkgMX_EduPJbEsMYXjUQ" isOrdered="true" direction="return"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWincX_EduPJbEsMYXjUQ"/> </ownedParameter> </ownedOperation> <ownedOperation xmi:id="_SeWinsX_EduPJbEsMYXjUQ" name="eContainer" visibility="public"> <ownedParameter xmi:id="_SeWin8X_EduPJbEsMYXjUQ" type="_SeWijsX_EduPJbEsMYXjUQ" isOrdered="true" direction="return"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWioMX_EduPJbEsMYXjUQ"/> </ownedParameter> </ownedOperation> <ownedOperation xmi:id="_SeWiocX_EduPJbEsMYXjUQ" name="eContainingFeature" visibility="public"> <ownedParameter xmi:id="_SeWiosX_EduPJbEsMYXjUQ" type="_SeWiSMX_EduPJbEsMYXjUQ" isOrdered="true" direction="return"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWio8X_EduPJbEsMYXjUQ"/> </ownedParameter> </ownedOperation> <ownedOperation xmi:id="_SeWipMX_EduPJbEsMYXjUQ" name="eContainmentFeature" visibility="public"> <ownedParameter xmi:id="_SeWipcX_EduPJbEsMYXjUQ" type="_SeWjvsX_EduPJbEsMYXjUQ" isOrdered="true" direction="return"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWipsX_EduPJbEsMYXjUQ"/> </ownedParameter> </ownedOperation> <ownedOperation xmi:id="_SeWip8X_EduPJbEsMYXjUQ" name="eContents" visibility="public"> <ownedParameter xmi:id="_SeWiqMX_EduPJbEsMYXjUQ" type="_SeWij8X_EduPJbEsMYXjUQ" isOrdered="true" direction="return"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWiqcX_EduPJbEsMYXjUQ"/> </ownedParameter> </ownedOperation> <ownedOperation xmi:id="_SeWiqsX_EduPJbEsMYXjUQ" name="eAllContents" visibility="public"> <ownedParameter xmi:id="_SeWiq8X_EduPJbEsMYXjUQ" type="_SeWiksX_EduPJbEsMYXjUQ" isOrdered="true" direction="return"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWirMX_EduPJbEsMYXjUQ"/> </ownedParameter> </ownedOperation> <ownedOperation xmi:id="_SeWircX_EduPJbEsMYXjUQ" name="eCrossReferences" visibility="public"> <ownedParameter xmi:id="_SeWirsX_EduPJbEsMYXjUQ" type="_SeWij8X_EduPJbEsMYXjUQ" isOrdered="true" direction="return"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWir8X_EduPJbEsMYXjUQ"/> </ownedParameter> </ownedOperation> <ownedOperation xmi:id="_SeWisMX_EduPJbEsMYXjUQ" name="eGet" visibility="public"> <ownedParameter xmi:id="_SeWiscX_EduPJbEsMYXjUQ" type="_SeWkccX_EduPJbEsMYXjUQ" isOrdered="true" direction="return"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWissX_EduPJbEsMYXjUQ"/> </ownedParameter> <ownedParameter xmi:id="_SeWis8X_EduPJbEsMYXjUQ" name="feature" type="_SeWiSMX_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWitMX_EduPJbEsMYXjUQ"/> </ownedParameter> </ownedOperation> <ownedOperation xmi:id="_SeWitcX_EduPJbEsMYXjUQ" name="eGet" visibility="public"> <ownedParameter xmi:id="_SeWitsX_EduPJbEsMYXjUQ" type="_SeWkccX_EduPJbEsMYXjUQ" isOrdered="true" direction="return"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWit8X_EduPJbEsMYXjUQ"/> </ownedParameter> <ownedParameter xmi:id="_SeWiuMX_EduPJbEsMYXjUQ" name="feature" type="_SeWiSMX_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWiucX_EduPJbEsMYXjUQ"/> </ownedParameter> <ownedParameter xmi:id="_SeWiusX_EduPJbEsMYXjUQ" name="resolve" type="_SeWkM8X_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWiu8X_EduPJbEsMYXjUQ"/> </ownedParameter> </ownedOperation> <ownedOperation xmi:id="_SeWivMX_EduPJbEsMYXjUQ" name="eSet" visibility="public"> <ownedParameter xmi:id="_SeWivcX_EduPJbEsMYXjUQ" isOrdered="true" direction="return"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWivsX_EduPJbEsMYXjUQ"/> </ownedParameter> <ownedParameter xmi:id="_SeWiv8X_EduPJbEsMYXjUQ" name="feature" type="_SeWiSMX_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWiwMX_EduPJbEsMYXjUQ"/> </ownedParameter> <ownedParameter xmi:id="_SeWiwcX_EduPJbEsMYXjUQ" name="newValue" type="_SeWkccX_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWiwsX_EduPJbEsMYXjUQ"/> </ownedParameter> </ownedOperation> <ownedOperation xmi:id="_SeWiw8X_EduPJbEsMYXjUQ" name="eIsSet" visibility="public"> <ownedParameter xmi:id="_SeWixMX_EduPJbEsMYXjUQ" type="_SeWkM8X_EduPJbEsMYXjUQ" isOrdered="true" direction="return"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWixcX_EduPJbEsMYXjUQ"/> </ownedParameter> <ownedParameter xmi:id="_SeWixsX_EduPJbEsMYXjUQ" name="feature" type="_SeWiSMX_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWix8X_EduPJbEsMYXjUQ"/> </ownedParameter> </ownedOperation> <ownedOperation xmi:id="_SeWiyMX_EduPJbEsMYXjUQ" name="eUnset" visibility="public"> <ownedParameter xmi:id="_SeWiycX_EduPJbEsMYXjUQ" isOrdered="true" direction="return"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWiysX_EduPJbEsMYXjUQ"/> </ownedParameter> <ownedParameter xmi:id="_SeWiy8X_EduPJbEsMYXjUQ" name="feature" type="_SeWiSMX_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWizMX_EduPJbEsMYXjUQ"/> </ownedParameter> </ownedOperation> </packagedElement> <packagedElement xmi:type="uml:Class" xmi:id="_SeWjmMX_EduPJbEsMYXjUQ" name="EOperation"> <eAnnotations xmi:id="_SeWjmcX_EduPJbEsMYXjUQ" source="http://www.eclipse.org/emf/2002/Ecore"> <details xmi:id="_SeWjmsX_EduPJbEsMYXjUQ" key="constraints" value="UniqueParameterNames UniqueTypeParameterNames NoRepeatingVoid"/> </eAnnotations> <generalization xmi:id="_SeWjm8X_EduPJbEsMYXjUQ" general="_SeWiZMX_EduPJbEsMYXjUQ"/> <ownedAttribute xmi:id="_SeWjnMX_EduPJbEsMYXjUQ" name="eContainingClass" type="_SeWizcX_EduPJbEsMYXjUQ" isOrdered="true" isReadOnly="true" association="_SeWjsMX_EduPJbEsMYXjUQ"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjncX_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWjnsX_EduPJbEsMYXjUQ" name="eTypeParameters" type="_SeWjccX_EduPJbEsMYXjUQ" isOrdered="true" aggregation="composite" association="_SeWjscX_EduPJbEsMYXjUQ"> <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_SeWjn8X_EduPJbEsMYXjUQ" value="*"/> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjoMX_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWjocX_EduPJbEsMYXjUQ" name="eParameters" type="_SeWjs8X_EduPJbEsMYXjUQ" isOrdered="true" aggregation="composite" association="_SeWjt8X_EduPJbEsMYXjUQ"> <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_SeWjosX_EduPJbEsMYXjUQ" value="*"/> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjo8X_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWjpMX_EduPJbEsMYXjUQ" name="eExceptions" type="_SeWjG8X_EduPJbEsMYXjUQ" isOrdered="true" association="_SeWjuMX_EduPJbEsMYXjUQ"> <eAnnotations xmi:id="_SeWjpcX_EduPJbEsMYXjUQ" source="http://www.eclipse.org/emf/2002/GenModel"> <details xmi:id="_SeWjpsX_EduPJbEsMYXjUQ" key="suppressedUnsetVisibility" value="true"/> <details xmi:id="_SeWjp8X_EduPJbEsMYXjUQ" key="suppressedIsSetVisibility" value="true"/> </eAnnotations> <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_SeWjqMX_EduPJbEsMYXjUQ" value="*"/> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjqcX_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWjqsX_EduPJbEsMYXjUQ" name="eGenericExceptions" type="_SeWjdsX_EduPJbEsMYXjUQ" isOrdered="true" aggregation="composite" association="_SeWjusX_EduPJbEsMYXjUQ"> <eAnnotations xmi:id="_SeWjq8X_EduPJbEsMYXjUQ" source="http://www.eclipse.org/emf/2002/GenModel"> <details xmi:id="_SeWjrMX_EduPJbEsMYXjUQ" key="suppressedUnsetVisibility" value="true"/> <details xmi:id="_SeWjrcX_EduPJbEsMYXjUQ" key="suppressedIsSetVisibility" value="true"/> </eAnnotations> <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_SeWjrsX_EduPJbEsMYXjUQ" value="*"/> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjr8X_EduPJbEsMYXjUQ"/> </ownedAttribute> </packagedElement> <packagedElement xmi:type="uml:Class" xmi:id="_SeWjPsX_EduPJbEsMYXjUQ" name="EPackage"> <eAnnotations xmi:id="_SeWjP8X_EduPJbEsMYXjUQ" source="http://www.eclipse.org/emf/2002/Ecore"> <details xmi:id="_SeWjQMX_EduPJbEsMYXjUQ" key="constraints" value="WellFormedNsURI WellFormedNsPrefix UniqueSubpackageNames UniqueClassifierNames UniqueNsURIs"/> </eAnnotations> <generalization xmi:id="_SeWjQcX_EduPJbEsMYXjUQ" general="_SeWifsX_EduPJbEsMYXjUQ"/> <ownedAttribute xmi:id="_SeWjQsX_EduPJbEsMYXjUQ" name="nsURI" visibility="public" type="_SeWkisX_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjQ8X_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWjRMX_EduPJbEsMYXjUQ" name="nsPrefix" visibility="public" type="_SeWkisX_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjRcX_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWjRsX_EduPJbEsMYXjUQ" name="eFactoryInstance" type="_SeWjVMX_EduPJbEsMYXjUQ" isOrdered="true" association="_SeWjbsX_EduPJbEsMYXjUQ"/> <ownedAttribute xmi:id="_SeWjR8X_EduPJbEsMYXjUQ" name="eClassifiers" type="_SeWjG8X_EduPJbEsMYXjUQ" isOrdered="true" aggregation="composite" association="_SeWjb8X_EduPJbEsMYXjUQ"> <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_SeWjSMX_EduPJbEsMYXjUQ" value="*"/> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjScX_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWjSsX_EduPJbEsMYXjUQ" name="eSubpackages" type="_SeWjPsX_EduPJbEsMYXjUQ" isOrdered="true" aggregation="composite" association="_SeWjcMX_EduPJbEsMYXjUQ"> <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_SeWjS8X_EduPJbEsMYXjUQ" value="*"/> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjTMX_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWjTcX_EduPJbEsMYXjUQ" name="eSuperPackage" type="_SeWjPsX_EduPJbEsMYXjUQ" isOrdered="true" isReadOnly="true" association="_SeWjcMX_EduPJbEsMYXjUQ"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjTsX_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedOperation xmi:id="_SeWjT8X_EduPJbEsMYXjUQ" name="getEClassifier" visibility="public"> <ownedParameter xmi:id="_SeWjUMX_EduPJbEsMYXjUQ" type="_SeWjG8X_EduPJbEsMYXjUQ" isOrdered="true" direction="return"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjUcX_EduPJbEsMYXjUQ"/> </ownedParameter> <ownedParameter xmi:id="_SeWjUsX_EduPJbEsMYXjUQ" name="name" type="_SeWkisX_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjU8X_EduPJbEsMYXjUQ"/> </ownedParameter> </ownedOperation> </packagedElement> <packagedElement xmi:type="uml:Class" xmi:id="_SeWjs8X_EduPJbEsMYXjUQ" name="EParameter"> <generalization xmi:id="_SeWjtMX_EduPJbEsMYXjUQ" general="_SeWiZMX_EduPJbEsMYXjUQ"/> <ownedAttribute xmi:id="_SeWjtcX_EduPJbEsMYXjUQ" name="eOperation" type="_SeWjmMX_EduPJbEsMYXjUQ" isOrdered="true" isReadOnly="true" association="_SeWjt8X_EduPJbEsMYXjUQ"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjtsX_EduPJbEsMYXjUQ"/> </ownedAttribute> </packagedElement> <packagedElement xmi:type="uml:Class" xmi:id="_SeWjvsX_EduPJbEsMYXjUQ" name="EReference"> <eAnnotations xmi:id="_SeWjv8X_EduPJbEsMYXjUQ" source="http://www.eclipse.org/emf/2002/Ecore"> <details xmi:id="_SeWjwMX_EduPJbEsMYXjUQ" key="constraints" value="ConsistentOpposite SingleContainer ConsistentKeys"/> </eAnnotations> <generalization xmi:id="_SeWjwcX_EduPJbEsMYXjUQ" general="_SeWiSMX_EduPJbEsMYXjUQ"/> <ownedAttribute xmi:id="_SeWjwsX_EduPJbEsMYXjUQ" name="containment" visibility="public" type="_SeWkM8X_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjw8X_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWjxMX_EduPJbEsMYXjUQ" name="container" visibility="public" type="_SeWkM8X_EduPJbEsMYXjUQ" isOrdered="true" isReadOnly="true" isDerived="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjxcX_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWjxsX_EduPJbEsMYXjUQ" name="resolveProxies" visibility="public" type="_SeWkM8X_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjx8X_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWjyMX_EduPJbEsMYXjUQ" name="eOpposite" type="_SeWjvsX_EduPJbEsMYXjUQ" isOrdered="true" association="_SeWjzsX_EduPJbEsMYXjUQ"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjycX_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWjysX_EduPJbEsMYXjUQ" name="eReferenceType" type="_SeWizcX_EduPJbEsMYXjUQ" isOrdered="true" isReadOnly="true" isDerived="true" association="_SeWj0MX_EduPJbEsMYXjUQ"/> <ownedAttribute xmi:id="_SeWjy8X_EduPJbEsMYXjUQ" name="eKeys" type="_SeWiQcX_EduPJbEsMYXjUQ" isOrdered="true" association="_SeWj0sX_EduPJbEsMYXjUQ"> <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_SeWjzMX_EduPJbEsMYXjUQ" value="*"/> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjzcX_EduPJbEsMYXjUQ"/> </ownedAttribute> </packagedElement> <packagedElement xmi:type="uml:Class" xmi:id="_SeWj-sX_EduPJbEsMYXjUQ" name="EStringToStringMapEntry"> <ownedAttribute xmi:id="_SeWj-8X_EduPJbEsMYXjUQ" name="key" visibility="public" type="_SeWkisX_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWj_MX_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWj_cX_EduPJbEsMYXjUQ" name="value" visibility="public" type="_SeWkisX_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWj_sX_EduPJbEsMYXjUQ"/> </ownedAttribute> </packagedElement> <packagedElement xmi:type="uml:Class" xmi:id="_SeWiSMX_EduPJbEsMYXjUQ" name="EStructuralFeature" isAbstract="true"> <generalization xmi:id="_SeWiScX_EduPJbEsMYXjUQ" general="_SeWiZMX_EduPJbEsMYXjUQ"/> <ownedAttribute xmi:id="_SeWiSsX_EduPJbEsMYXjUQ" name="eContainingClass" type="_SeWizcX_EduPJbEsMYXjUQ" isOrdered="true" isReadOnly="true" association="_SeWj5MX_EduPJbEsMYXjUQ"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWiS8X_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWiTMX_EduPJbEsMYXjUQ" name="changeable" visibility="public" type="_SeWkM8X_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWiTcX_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWiTsX_EduPJbEsMYXjUQ" name="volatile" visibility="public" type="_SeWkM8X_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWiT8X_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWiUMX_EduPJbEsMYXjUQ" name="transient" visibility="public" type="_SeWkM8X_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWiUcX_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWiUsX_EduPJbEsMYXjUQ" name="defaultValueLiteral" visibility="public" type="_SeWkisX_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWiU8X_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWiVMX_EduPJbEsMYXjUQ" name="defaultValue" visibility="public" type="_SeWkccX_EduPJbEsMYXjUQ" isOrdered="true" isReadOnly="true" isDerived="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWiVcX_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWiVsX_EduPJbEsMYXjUQ" name="unsettable" visibility="public" type="_SeWkM8X_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWiV8X_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWiWMX_EduPJbEsMYXjUQ" name="derived" visibility="public" type="_SeWkM8X_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWiWcX_EduPJbEsMYXjUQ"/> </ownedAttribute> <nestedClassifier xmi:type="uml:Class" xmi:id="_SeWiWsX_EduPJbEsMYXjUQ" name="Wildcard"/> <nestedClassifier xmi:type="uml:PrimitiveType" xmi:id="_SeWiW8X_EduPJbEsMYXjUQ" name="EJavaClass_Wildcard"> <templateBinding xmi:id="_SeWiXMX_EduPJbEsMYXjUQ" signature="_SeWkbsX_EduPJbEsMYXjUQ"> <parameterSubstitution xmi:id="_SeWiXcX_EduPJbEsMYXjUQ" formal="_SeWkb8X_EduPJbEsMYXjUQ" actual="_SeWiWsX_EduPJbEsMYXjUQ"/> </templateBinding> </nestedClassifier> <ownedOperation xmi:id="_SeWiXsX_EduPJbEsMYXjUQ" name="getFeatureID" visibility="public"> <ownedParameter xmi:id="_SeWiX8X_EduPJbEsMYXjUQ" type="_SeWkZcX_EduPJbEsMYXjUQ" isOrdered="true" direction="return"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWiYMX_EduPJbEsMYXjUQ"/> </ownedParameter> </ownedOperation> <ownedOperation xmi:id="_SeWiYcX_EduPJbEsMYXjUQ" name="getContainerClass" visibility="public"> <ownedParameter xmi:id="_SeWiYsX_EduPJbEsMYXjUQ" type="_SeWiW8X_EduPJbEsMYXjUQ" isOrdered="true" direction="return"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWiY8X_EduPJbEsMYXjUQ"/> </ownedParameter> </ownedOperation> </packagedElement> <packagedElement xmi:type="uml:Class" xmi:id="_SeWiZMX_EduPJbEsMYXjUQ" name="ETypedElement" isAbstract="true"> <eAnnotations xmi:id="_SeWiZcX_EduPJbEsMYXjUQ" source="http://www.eclipse.org/emf/2002/Ecore"> <details xmi:id="_SeWiZsX_EduPJbEsMYXjUQ" key="constraints" value="ValidLowerBound ValidUpperBound ConsistentBounds ValidType"/> </eAnnotations> <generalization xmi:id="_SeWiZ8X_EduPJbEsMYXjUQ" general="_SeWifsX_EduPJbEsMYXjUQ"/> <ownedAttribute xmi:id="_SeWiaMX_EduPJbEsMYXjUQ" name="ordered" visibility="public" type="_SeWkM8X_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWiacX_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWiasX_EduPJbEsMYXjUQ" name="unique" visibility="public" type="_SeWkM8X_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWia8X_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWibMX_EduPJbEsMYXjUQ" name="lowerBound" visibility="public" type="_SeWkZcX_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWibcX_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWibsX_EduPJbEsMYXjUQ" name="upperBound" visibility="public" type="_SeWkZcX_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWib8X_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWicMX_EduPJbEsMYXjUQ" name="many" visibility="public" type="_SeWkM8X_EduPJbEsMYXjUQ" isOrdered="true" isReadOnly="true" isDerived="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWiccX_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWicsX_EduPJbEsMYXjUQ" name="required" visibility="public" type="_SeWkM8X_EduPJbEsMYXjUQ" isOrdered="true" isReadOnly="true" isDerived="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWic8X_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWidMX_EduPJbEsMYXjUQ" name="eType" type="_SeWjG8X_EduPJbEsMYXjUQ" isOrdered="true" association="_SeWkBsX_EduPJbEsMYXjUQ"> <eAnnotations xmi:id="_SeWidcX_EduPJbEsMYXjUQ" source="http://www.eclipse.org/emf/2002/GenModel"> <details xmi:id="_SeWidsX_EduPJbEsMYXjUQ" key="suppressedUnsetVisibility" value="true"/> <details xmi:id="_SeWid8X_EduPJbEsMYXjUQ" key="suppressedIsSetVisibility" value="true"/> </eAnnotations> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWieMX_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWiecX_EduPJbEsMYXjUQ" name="eGenericType" type="_SeWjdsX_EduPJbEsMYXjUQ" isOrdered="true" aggregation="composite" association="_SeWkCMX_EduPJbEsMYXjUQ"> <eAnnotations xmi:id="_SeWiesX_EduPJbEsMYXjUQ" source="http://www.eclipse.org/emf/2002/GenModel"> <details xmi:id="_SeWie8X_EduPJbEsMYXjUQ" key="suppressedUnsetVisibility" value="true"/> <details xmi:id="_SeWifMX_EduPJbEsMYXjUQ" key="suppressedIsSetVisibility" value="true"/> </eAnnotations> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWifcX_EduPJbEsMYXjUQ"/> </ownedAttribute> </packagedElement> <packagedElement xmi:type="uml:Class" xmi:id="_SeWjccX_EduPJbEsMYXjUQ" name="ETypeParameter"> <generalization xmi:id="_SeWjcsX_EduPJbEsMYXjUQ" general="_SeWifsX_EduPJbEsMYXjUQ"/> <ownedAttribute xmi:id="_SeWjc8X_EduPJbEsMYXjUQ" name="eBounds" type="_SeWjdsX_EduPJbEsMYXjUQ" isOrdered="true" aggregation="composite" association="_SeWjksX_EduPJbEsMYXjUQ"> <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_SeWjdMX_EduPJbEsMYXjUQ" value="*"/> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjdcX_EduPJbEsMYXjUQ"/> </ownedAttribute> </packagedElement> <packagedElement xmi:type="uml:Association" xmi:id="_SeWjbsX_EduPJbEsMYXjUQ" memberEnd="_SeWjVsX_EduPJbEsMYXjUQ _SeWjRsX_EduPJbEsMYXjUQ"/> <packagedElement xmi:type="uml:Association" xmi:id="_SeWjb8X_EduPJbEsMYXjUQ" memberEnd="_SeWjR8X_EduPJbEsMYXjUQ _SeWjLcX_EduPJbEsMYXjUQ"/> <packagedElement xmi:type="uml:Association" xmi:id="_SeWjcMX_EduPJbEsMYXjUQ" memberEnd="_SeWjSsX_EduPJbEsMYXjUQ _SeWjTcX_EduPJbEsMYXjUQ"/> <packagedElement xmi:type="uml:Association" xmi:id="_SeWjhsX_EduPJbEsMYXjUQ" memberEnd="_SeWjesX_EduPJbEsMYXjUQ _SeWjh8X_EduPJbEsMYXjUQ"> <ownedEnd xmi:id="_SeWjh8X_EduPJbEsMYXjUQ" type="_SeWjdsX_EduPJbEsMYXjUQ" association="_SeWjhsX_EduPJbEsMYXjUQ"/> </packagedElement> <packagedElement xmi:type="uml:Association" xmi:id="_SeWjiMX_EduPJbEsMYXjUQ" memberEnd="_SeWjfMX_EduPJbEsMYXjUQ _SeWjicX_EduPJbEsMYXjUQ"> <ownedEnd xmi:id="_SeWjicX_EduPJbEsMYXjUQ" type="_SeWjdsX_EduPJbEsMYXjUQ" association="_SeWjiMX_EduPJbEsMYXjUQ"/> </packagedElement> <packagedElement xmi:type="uml:Association" xmi:id="_SeWjisX_EduPJbEsMYXjUQ" memberEnd="_SeWjf8X_EduPJbEsMYXjUQ _SeWji8X_EduPJbEsMYXjUQ"> <ownedEnd xmi:id="_SeWji8X_EduPJbEsMYXjUQ" type="_SeWjdsX_EduPJbEsMYXjUQ" association="_SeWjisX_EduPJbEsMYXjUQ"/> </packagedElement> <packagedElement xmi:type="uml:Association" xmi:id="_SeWjjMX_EduPJbEsMYXjUQ" memberEnd="_SeWjgMX_EduPJbEsMYXjUQ _SeWjjcX_EduPJbEsMYXjUQ"> <ownedEnd xmi:id="_SeWjjcX_EduPJbEsMYXjUQ" type="_SeWjdsX_EduPJbEsMYXjUQ" association="_SeWjjMX_EduPJbEsMYXjUQ"/> </packagedElement> <packagedElement xmi:type="uml:Association" xmi:id="_SeWjjsX_EduPJbEsMYXjUQ" memberEnd="_SeWjgsX_EduPJbEsMYXjUQ _SeWjj8X_EduPJbEsMYXjUQ"> <ownedEnd xmi:id="_SeWjj8X_EduPJbEsMYXjUQ" type="_SeWjdsX_EduPJbEsMYXjUQ" association="_SeWjjsX_EduPJbEsMYXjUQ"/> </packagedElement> <packagedElement xmi:type="uml:Association" xmi:id="_SeWjkMX_EduPJbEsMYXjUQ" memberEnd="_SeWjhMX_EduPJbEsMYXjUQ _SeWjkcX_EduPJbEsMYXjUQ"> <ownedEnd xmi:id="_SeWjkcX_EduPJbEsMYXjUQ" type="_SeWjdsX_EduPJbEsMYXjUQ" association="_SeWjkMX_EduPJbEsMYXjUQ"/> </packagedElement> <packagedElement xmi:type="uml:Association" xmi:id="_SeWjksX_EduPJbEsMYXjUQ" memberEnd="_SeWjc8X_EduPJbEsMYXjUQ _SeWjk8X_EduPJbEsMYXjUQ"> <ownedEnd xmi:id="_SeWjk8X_EduPJbEsMYXjUQ" type="_SeWjccX_EduPJbEsMYXjUQ" association="_SeWjksX_EduPJbEsMYXjUQ"/> </packagedElement> <packagedElement xmi:type="uml:Association" xmi:id="_SeWjlMX_EduPJbEsMYXjUQ" memberEnd="_SeWjL8X_EduPJbEsMYXjUQ _SeWjlcX_EduPJbEsMYXjUQ"> <ownedEnd xmi:id="_SeWjlcX_EduPJbEsMYXjUQ" type="_SeWjG8X_EduPJbEsMYXjUQ" association="_SeWjlMX_EduPJbEsMYXjUQ"/> </packagedElement> <packagedElement xmi:type="uml:Association" xmi:id="_SeWjlsX_EduPJbEsMYXjUQ" memberEnd="_SeWi1cX_EduPJbEsMYXjUQ _SeWjl8X_EduPJbEsMYXjUQ"> <ownedEnd xmi:id="_SeWjl8X_EduPJbEsMYXjUQ" type="_SeWizcX_EduPJbEsMYXjUQ" association="_SeWjlsX_EduPJbEsMYXjUQ"/> </packagedElement> <packagedElement xmi:type="uml:Association" xmi:id="_SeWjsMX_EduPJbEsMYXjUQ" memberEnd="_SeWi28X_EduPJbEsMYXjUQ _SeWjnMX_EduPJbEsMYXjUQ"/> <packagedElement xmi:type="uml:Association" xmi:id="_SeWjscX_EduPJbEsMYXjUQ" memberEnd="_SeWjnsX_EduPJbEsMYXjUQ _SeWjssX_EduPJbEsMYXjUQ"> <ownedEnd xmi:id="_SeWjssX_EduPJbEsMYXjUQ" type="_SeWjmMX_EduPJbEsMYXjUQ" association="_SeWjscX_EduPJbEsMYXjUQ"/> </packagedElement> <packagedElement xmi:type="uml:Association" xmi:id="_SeWjt8X_EduPJbEsMYXjUQ" memberEnd="_SeWjocX_EduPJbEsMYXjUQ _SeWjtcX_EduPJbEsMYXjUQ"/> <packagedElement xmi:type="uml:Association" xmi:id="_SeWjuMX_EduPJbEsMYXjUQ" memberEnd="_SeWjpMX_EduPJbEsMYXjUQ _SeWjucX_EduPJbEsMYXjUQ"> <ownedEnd xmi:id="_SeWjucX_EduPJbEsMYXjUQ" type="_SeWjmMX_EduPJbEsMYXjUQ" association="_SeWjuMX_EduPJbEsMYXjUQ"/> </packagedElement> <packagedElement xmi:type="uml:Association" xmi:id="_SeWjusX_EduPJbEsMYXjUQ" memberEnd="_SeWjqsX_EduPJbEsMYXjUQ _SeWju8X_EduPJbEsMYXjUQ"> <ownedEnd xmi:id="_SeWju8X_EduPJbEsMYXjUQ" type="_SeWjmMX_EduPJbEsMYXjUQ" association="_SeWjusX_EduPJbEsMYXjUQ"/> </packagedElement> <packagedElement xmi:type="uml:Association" xmi:id="_SeWjvMX_EduPJbEsMYXjUQ" memberEnd="_SeWi3sX_EduPJbEsMYXjUQ _SeWjvcX_EduPJbEsMYXjUQ"> <ownedEnd xmi:id="_SeWjvcX_EduPJbEsMYXjUQ" type="_SeWizcX_EduPJbEsMYXjUQ" association="_SeWjvMX_EduPJbEsMYXjUQ"/> </packagedElement> <packagedElement xmi:type="uml:Association" xmi:id="_SeWjzsX_EduPJbEsMYXjUQ" memberEnd="_SeWjyMX_EduPJbEsMYXjUQ _SeWjz8X_EduPJbEsMYXjUQ"> <ownedEnd xmi:id="_SeWjz8X_EduPJbEsMYXjUQ" type="_SeWjvsX_EduPJbEsMYXjUQ" association="_SeWjzsX_EduPJbEsMYXjUQ"/> </packagedElement> <packagedElement xmi:type="uml:Association" xmi:id="_SeWj0MX_EduPJbEsMYXjUQ" memberEnd="_SeWjysX_EduPJbEsMYXjUQ _SeWj0cX_EduPJbEsMYXjUQ"> <ownedEnd xmi:id="_SeWj0cX_EduPJbEsMYXjUQ" type="_SeWjvsX_EduPJbEsMYXjUQ" association="_SeWj0MX_EduPJbEsMYXjUQ"/> </packagedElement> <packagedElement xmi:type="uml:Association" xmi:id="_SeWj0sX_EduPJbEsMYXjUQ" memberEnd="_SeWjy8X_EduPJbEsMYXjUQ _SeWj08X_EduPJbEsMYXjUQ"> <ownedEnd xmi:id="_SeWj08X_EduPJbEsMYXjUQ" type="_SeWjvsX_EduPJbEsMYXjUQ" association="_SeWj0sX_EduPJbEsMYXjUQ"/> </packagedElement> <packagedElement xmi:type="uml:Association" xmi:id="_SeWj1MX_EduPJbEsMYXjUQ" memberEnd="_SeWi4cX_EduPJbEsMYXjUQ _SeWj1cX_EduPJbEsMYXjUQ"> <ownedEnd xmi:id="_SeWj1cX_EduPJbEsMYXjUQ" type="_SeWizcX_EduPJbEsMYXjUQ" association="_SeWj1MX_EduPJbEsMYXjUQ"/> </packagedElement> <packagedElement xmi:type="uml:Association" xmi:id="_SeWj1sX_EduPJbEsMYXjUQ" memberEnd="_SeWi5MX_EduPJbEsMYXjUQ _SeWj18X_EduPJbEsMYXjUQ"> <ownedEnd xmi:id="_SeWj18X_EduPJbEsMYXjUQ" type="_SeWizcX_EduPJbEsMYXjUQ" association="_SeWj1sX_EduPJbEsMYXjUQ"/> </packagedElement> <packagedElement xmi:type="uml:Association" xmi:id="_SeWj2MX_EduPJbEsMYXjUQ" memberEnd="_SeWi58X_EduPJbEsMYXjUQ _SeWj2cX_EduPJbEsMYXjUQ"> <ownedEnd xmi:id="_SeWj2cX_EduPJbEsMYXjUQ" type="_SeWizcX_EduPJbEsMYXjUQ" association="_SeWj2MX_EduPJbEsMYXjUQ"/> </packagedElement> <packagedElement xmi:type="uml:Association" xmi:id="_SeWj2sX_EduPJbEsMYXjUQ" memberEnd="_SeWi6sX_EduPJbEsMYXjUQ _SeWj28X_EduPJbEsMYXjUQ"> <ownedEnd xmi:id="_SeWj28X_EduPJbEsMYXjUQ" type="_SeWizcX_EduPJbEsMYXjUQ" association="_SeWj2sX_EduPJbEsMYXjUQ"/> </packagedElement> <packagedElement xmi:type="uml:Association" xmi:id="_SeWj3MX_EduPJbEsMYXjUQ" memberEnd="_SeWi7cX_EduPJbEsMYXjUQ _SeWj3cX_EduPJbEsMYXjUQ"> <ownedEnd xmi:id="_SeWj3cX_EduPJbEsMYXjUQ" type="_SeWizcX_EduPJbEsMYXjUQ" association="_SeWj3MX_EduPJbEsMYXjUQ"/> </packagedElement> <packagedElement xmi:type="uml:Association" xmi:id="_SeWj3sX_EduPJbEsMYXjUQ" memberEnd="_SeWi8MX_EduPJbEsMYXjUQ _SeWj38X_EduPJbEsMYXjUQ"> <ownedEnd xmi:id="_SeWj38X_EduPJbEsMYXjUQ" type="_SeWizcX_EduPJbEsMYXjUQ" association="_SeWj3sX_EduPJbEsMYXjUQ"/> </packagedElement> <packagedElement xmi:type="uml:Association" xmi:id="_SeWj4MX_EduPJbEsMYXjUQ" memberEnd="_SeWi88X_EduPJbEsMYXjUQ _SeWj4cX_EduPJbEsMYXjUQ"> <ownedEnd xmi:id="_SeWj4cX_EduPJbEsMYXjUQ" type="_SeWizcX_EduPJbEsMYXjUQ" association="_SeWj4MX_EduPJbEsMYXjUQ"/> </packagedElement> <packagedElement xmi:type="uml:Association" xmi:id="_SeWj4sX_EduPJbEsMYXjUQ" memberEnd="_SeWi9sX_EduPJbEsMYXjUQ _SeWj48X_EduPJbEsMYXjUQ"> <ownedEnd xmi:id="_SeWj48X_EduPJbEsMYXjUQ" type="_SeWizcX_EduPJbEsMYXjUQ" association="_SeWj4sX_EduPJbEsMYXjUQ"/> </packagedElement> <packagedElement xmi:type="uml:Association" xmi:id="_SeWj5MX_EduPJbEsMYXjUQ" memberEnd="_SeWi-MX_EduPJbEsMYXjUQ _SeWiSsX_EduPJbEsMYXjUQ"/> <packagedElement xmi:type="uml:Association" xmi:id="_SeWj5cX_EduPJbEsMYXjUQ" memberEnd="_SeWi-8X_EduPJbEsMYXjUQ _SeWj5sX_EduPJbEsMYXjUQ"> <ownedEnd xmi:id="_SeWj5sX_EduPJbEsMYXjUQ" type="_SeWizcX_EduPJbEsMYXjUQ" association="_SeWj5cX_EduPJbEsMYXjUQ"/> </packagedElement> <packagedElement xmi:type="uml:Association" xmi:id="_SeWj58X_EduPJbEsMYXjUQ" memberEnd="_SeWjAcX_EduPJbEsMYXjUQ _SeWj6MX_EduPJbEsMYXjUQ"> <ownedEnd xmi:id="_SeWj6MX_EduPJbEsMYXjUQ" type="_SeWizcX_EduPJbEsMYXjUQ" association="_SeWj58X_EduPJbEsMYXjUQ"/> </packagedElement> <packagedElement xmi:type="uml:Association" xmi:id="_SeWj_8X_EduPJbEsMYXjUQ" memberEnd="_SeWj78X_EduPJbEsMYXjUQ _SeWkAMX_EduPJbEsMYXjUQ"> <ownedEnd xmi:id="_SeWkAMX_EduPJbEsMYXjUQ" type="_SeWj6cX_EduPJbEsMYXjUQ" association="_SeWj_8X_EduPJbEsMYXjUQ"/> </packagedElement> <packagedElement xmi:type="uml:Association" xmi:id="_SeWkAcX_EduPJbEsMYXjUQ" memberEnd="_SeWihsX_EduPJbEsMYXjUQ _SeWj8sX_EduPJbEsMYXjUQ"/> <packagedElement xmi:type="uml:Association" xmi:id="_SeWkAsX_EduPJbEsMYXjUQ" memberEnd="_SeWj9MX_EduPJbEsMYXjUQ _SeWkA8X_EduPJbEsMYXjUQ"> <ownedEnd xmi:id="_SeWkA8X_EduPJbEsMYXjUQ" type="_SeWj6cX_EduPJbEsMYXjUQ" association="_SeWkAsX_EduPJbEsMYXjUQ"/> </packagedElement> <packagedElement xmi:type="uml:Association" xmi:id="_SeWkBMX_EduPJbEsMYXjUQ" memberEnd="_SeWj98X_EduPJbEsMYXjUQ _SeWkBcX_EduPJbEsMYXjUQ"> <ownedEnd xmi:id="_SeWkBcX_EduPJbEsMYXjUQ" type="_SeWj6cX_EduPJbEsMYXjUQ" association="_SeWkBMX_EduPJbEsMYXjUQ"/> </packagedElement> <packagedElement xmi:type="uml:Association" xmi:id="_SeWkBsX_EduPJbEsMYXjUQ" memberEnd="_SeWidMX_EduPJbEsMYXjUQ _SeWkB8X_EduPJbEsMYXjUQ"> <ownedEnd xmi:id="_SeWkB8X_EduPJbEsMYXjUQ" type="_SeWiZMX_EduPJbEsMYXjUQ" association="_SeWkBsX_EduPJbEsMYXjUQ"/> </packagedElement> <packagedElement xmi:type="uml:Association" xmi:id="_SeWkCMX_EduPJbEsMYXjUQ" memberEnd="_SeWiecX_EduPJbEsMYXjUQ _SeWkCcX_EduPJbEsMYXjUQ"> <ownedEnd xmi:id="_SeWkCcX_EduPJbEsMYXjUQ" type="_SeWiZMX_EduPJbEsMYXjUQ" association="_SeWkCMX_EduPJbEsMYXjUQ"/> </packagedElement> <packagedElement xmi:type="uml:Association" xmi:id="_SeWkCsX_EduPJbEsMYXjUQ" memberEnd="_SeWiR8X_EduPJbEsMYXjUQ _SeWkC8X_EduPJbEsMYXjUQ"> <ownedEnd xmi:id="_SeWkC8X_EduPJbEsMYXjUQ" type="_SeWiQcX_EduPJbEsMYXjUQ" association="_SeWkCsX_EduPJbEsMYXjUQ"/> </packagedElement> <packagedElement xmi:type="uml:Association" xmi:id="_SeWkLMX_EduPJbEsMYXjUQ" memberEnd="_SeWkEMX_EduPJbEsMYXjUQ _SeWkKsX_EduPJbEsMYXjUQ"/> <packagedElement xmi:type="uml:PrimitiveType" xmi:id="_SeWkLcX_EduPJbEsMYXjUQ" name="EBigDecimal"> <eAnnotations xmi:id="_SeWkLsX_EduPJbEsMYXjUQ" source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details xmi:id="_SeWkL8X_EduPJbEsMYXjUQ" key="baseType" value="http://www.w3.org/2001/XMLSchema#decimal"/> </eAnnotations> </packagedElement> <packagedElement xmi:type="uml:PrimitiveType" xmi:id="_SeWkMMX_EduPJbEsMYXjUQ" name="EBigInteger"> <eAnnotations xmi:id="_SeWkMcX_EduPJbEsMYXjUQ" source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details xmi:id="_SeWkMsX_EduPJbEsMYXjUQ" key="baseType" value="http://www.w3.org/2001/XMLSchema#integer"/> </eAnnotations> </packagedElement> <packagedElement xmi:type="uml:PrimitiveType" xmi:id="_SeWkM8X_EduPJbEsMYXjUQ" name="EBoolean"> <eAnnotations xmi:id="_SeWkNMX_EduPJbEsMYXjUQ" source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details xmi:id="_SeWkNcX_EduPJbEsMYXjUQ" key="baseType" value="http://www.w3.org/2001/XMLSchema#boolean"/> </eAnnotations> </packagedElement> <packagedElement xmi:type="uml:PrimitiveType" xmi:id="_SeWkNsX_EduPJbEsMYXjUQ" name="EBooleanObject"> <eAnnotations xmi:id="_SeWkN8X_EduPJbEsMYXjUQ" source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details xmi:id="_SeWkOMX_EduPJbEsMYXjUQ" key="name" value="EBoolean:Object"/> <details xmi:id="_SeWkOcX_EduPJbEsMYXjUQ" key="baseType" value="EBoolean"/> </eAnnotations> <generalization xmi:id="_SeWkOsX_EduPJbEsMYXjUQ" general="_SeWkM8X_EduPJbEsMYXjUQ"/> </packagedElement> <packagedElement xmi:type="uml:PrimitiveType" xmi:id="_SeWkO8X_EduPJbEsMYXjUQ" name="EByte"> <eAnnotations xmi:id="_SeWkPMX_EduPJbEsMYXjUQ" source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details xmi:id="_SeWkPcX_EduPJbEsMYXjUQ" key="baseType" value="http://www.w3.org/2001/XMLSchema#byte"/> </eAnnotations> </packagedElement> <packagedElement xmi:type="uml:PrimitiveType" xmi:id="_SeWkPsX_EduPJbEsMYXjUQ" name="EByteArray"> <eAnnotations xmi:id="_SeWkP8X_EduPJbEsMYXjUQ" source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details xmi:id="_SeWkQMX_EduPJbEsMYXjUQ" key="baseType" value="http://www.w3.org/2001/XMLSchema#hexBinary"/> </eAnnotations> </packagedElement> <packagedElement xmi:type="uml:PrimitiveType" xmi:id="_SeWkQcX_EduPJbEsMYXjUQ" name="EByteObject"> <eAnnotations xmi:id="_SeWkQsX_EduPJbEsMYXjUQ" source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details xmi:id="_SeWkQ8X_EduPJbEsMYXjUQ" key="name" value="EByte:Object"/> <details xmi:id="_SeWkRMX_EduPJbEsMYXjUQ" key="baseType" value="EByte"/> </eAnnotations> <generalization xmi:id="_SeWkRcX_EduPJbEsMYXjUQ" general="_SeWkO8X_EduPJbEsMYXjUQ"/> </packagedElement> <packagedElement xmi:type="uml:PrimitiveType" xmi:id="_SeWkRsX_EduPJbEsMYXjUQ" name="EChar"/> <packagedElement xmi:type="uml:PrimitiveType" xmi:id="_SeWkR8X_EduPJbEsMYXjUQ" name="ECharacterObject"> <eAnnotations xmi:id="_SeWkSMX_EduPJbEsMYXjUQ" source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details xmi:id="_SeWkScX_EduPJbEsMYXjUQ" key="name" value="EChar:Object"/> <details xmi:id="_SeWkSsX_EduPJbEsMYXjUQ" key="baseType" value="EChar"/> </eAnnotations> <generalization xmi:id="_SeWkS8X_EduPJbEsMYXjUQ" general="_SeWkRsX_EduPJbEsMYXjUQ"/> </packagedElement> <packagedElement xmi:type="uml:PrimitiveType" xmi:id="_SeWkTMX_EduPJbEsMYXjUQ" name="EDate"/> <packagedElement xmi:type="uml:PrimitiveType" xmi:id="_SeWkTcX_EduPJbEsMYXjUQ" name="EDiagnosticChain"/> <packagedElement xmi:type="uml:PrimitiveType" xmi:id="_SeWkTsX_EduPJbEsMYXjUQ" name="EDouble"> <eAnnotations xmi:id="_SeWkT8X_EduPJbEsMYXjUQ" source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details xmi:id="_SeWkUMX_EduPJbEsMYXjUQ" key="baseType" value="http://www.w3.org/2001/XMLSchema#double"/> </eAnnotations> </packagedElement> <packagedElement xmi:type="uml:PrimitiveType" xmi:id="_SeWkUcX_EduPJbEsMYXjUQ" name="EDoubleObject"> <eAnnotations xmi:id="_SeWkUsX_EduPJbEsMYXjUQ" source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details xmi:id="_SeWkU8X_EduPJbEsMYXjUQ" key="name" value="EDouble:Object"/> <details xmi:id="_SeWkVMX_EduPJbEsMYXjUQ" key="baseType" value="EDouble"/> </eAnnotations> <generalization xmi:id="_SeWkVcX_EduPJbEsMYXjUQ" general="_SeWkTsX_EduPJbEsMYXjUQ"/> </packagedElement> <packagedElement xmi:type="uml:PrimitiveType" xmi:id="_SeWkVsX_EduPJbEsMYXjUQ" name="EEList"> <ownedTemplateSignature xmi:type="uml:RedefinableTemplateSignature" xmi:id="_SeWkV8X_EduPJbEsMYXjUQ" parameter="_SeWkWMX_EduPJbEsMYXjUQ"> <ownedParameter xmi:type="uml:ClassifierTemplateParameter" xmi:id="_SeWkWMX_EduPJbEsMYXjUQ" parameteredElement="_SeWkWcX_EduPJbEsMYXjUQ"> <ownedParameteredElement xmi:type="uml:Class" xmi:id="_SeWkWcX_EduPJbEsMYXjUQ" name="E" templateParameter="_SeWkWMX_EduPJbEsMYXjUQ"/> </ownedParameter> </ownedTemplateSignature> </packagedElement> <packagedElement xmi:type="uml:PrimitiveType" xmi:id="_SeWkWsX_EduPJbEsMYXjUQ" name="EEnumerator"/> <packagedElement xmi:type="uml:PrimitiveType" xmi:id="_SeWkW8X_EduPJbEsMYXjUQ" name="EFeatureMap"/> <packagedElement xmi:type="uml:PrimitiveType" xmi:id="_SeWkXMX_EduPJbEsMYXjUQ" name="EFeatureMapEntry"/> <packagedElement xmi:type="uml:PrimitiveType" xmi:id="_SeWkXcX_EduPJbEsMYXjUQ" name="EFloat"> <eAnnotations xmi:id="_SeWkXsX_EduPJbEsMYXjUQ" source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details xmi:id="_SeWkX8X_EduPJbEsMYXjUQ" key="baseType" value="http://www.w3.org/2001/XMLSchema#float"/> </eAnnotations> </packagedElement> <packagedElement xmi:type="uml:PrimitiveType" xmi:id="_SeWkYMX_EduPJbEsMYXjUQ" name="EFloatObject"> <eAnnotations xmi:id="_SeWkYcX_EduPJbEsMYXjUQ" source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details xmi:id="_SeWkYsX_EduPJbEsMYXjUQ" key="name" value="EFloat:Object"/> <details xmi:id="_SeWkY8X_EduPJbEsMYXjUQ" key="baseType" value="EFloat"/> </eAnnotations> <generalization xmi:id="_SeWkZMX_EduPJbEsMYXjUQ" general="_SeWkXcX_EduPJbEsMYXjUQ"/> </packagedElement> <packagedElement xmi:type="uml:PrimitiveType" xmi:id="_SeWkZcX_EduPJbEsMYXjUQ" name="EInt"> <eAnnotations xmi:id="_SeWkZsX_EduPJbEsMYXjUQ" source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details xmi:id="_SeWkZ8X_EduPJbEsMYXjUQ" key="baseType" value="http://www.w3.org/2001/XMLSchema#int"/> </eAnnotations> </packagedElement> <packagedElement xmi:type="uml:PrimitiveType" xmi:id="_SeWkaMX_EduPJbEsMYXjUQ" name="EIntegerObject"> <eAnnotations xmi:id="_SeWkacX_EduPJbEsMYXjUQ" source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details xmi:id="_SeWkasX_EduPJbEsMYXjUQ" key="name" value="EInt:Object"/> <details xmi:id="_SeWka8X_EduPJbEsMYXjUQ" key="baseType" value="EInt"/> </eAnnotations> <generalization xmi:id="_SeWkbMX_EduPJbEsMYXjUQ" general="_SeWkZcX_EduPJbEsMYXjUQ"/> </packagedElement> <packagedElement xmi:type="uml:PrimitiveType" xmi:id="_SeWkbcX_EduPJbEsMYXjUQ" name="EJavaClass"> <ownedTemplateSignature xmi:type="uml:RedefinableTemplateSignature" xmi:id="_SeWkbsX_EduPJbEsMYXjUQ" parameter="_SeWkb8X_EduPJbEsMYXjUQ"> <ownedParameter xmi:type="uml:ClassifierTemplateParameter" xmi:id="_SeWkb8X_EduPJbEsMYXjUQ" parameteredElement="_SeWkcMX_EduPJbEsMYXjUQ"> <ownedParameteredElement xmi:type="uml:Class" xmi:id="_SeWkcMX_EduPJbEsMYXjUQ" name="T" templateParameter="_SeWkb8X_EduPJbEsMYXjUQ"/> </ownedParameter> </ownedTemplateSignature> </packagedElement> <packagedElement xmi:type="uml:PrimitiveType" xmi:id="_SeWkccX_EduPJbEsMYXjUQ" name="EJavaObject"/> <packagedElement xmi:type="uml:PrimitiveType" xmi:id="_SeWkcsX_EduPJbEsMYXjUQ" name="ELong"> <eAnnotations xmi:id="_SeWkc8X_EduPJbEsMYXjUQ" source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details xmi:id="_SeWkdMX_EduPJbEsMYXjUQ" key="baseType" value="http://www.w3.org/2001/XMLSchema#long"/> </eAnnotations> </packagedElement> <packagedElement xmi:type="uml:PrimitiveType" xmi:id="_SeWkdcX_EduPJbEsMYXjUQ" name="ELongObject"> <eAnnotations xmi:id="_SeWkdsX_EduPJbEsMYXjUQ" source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details xmi:id="_SeWkd8X_EduPJbEsMYXjUQ" key="name" value="ELong:Object"/> <details xmi:id="_SeWkeMX_EduPJbEsMYXjUQ" key="baseType" value="ELong"/> </eAnnotations> <generalization xmi:id="_SeWkecX_EduPJbEsMYXjUQ" general="_SeWkcsX_EduPJbEsMYXjUQ"/> </packagedElement> <packagedElement xmi:type="uml:PrimitiveType" xmi:id="_SeWkesX_EduPJbEsMYXjUQ" name="EMap"> <ownedTemplateSignature xmi:type="uml:RedefinableTemplateSignature" xmi:id="_SeWke8X_EduPJbEsMYXjUQ" parameter="_SeWkfMX_EduPJbEsMYXjUQ _SeWkfsX_EduPJbEsMYXjUQ"> <ownedParameter xmi:type="uml:ClassifierTemplateParameter" xmi:id="_SeWkfMX_EduPJbEsMYXjUQ" parameteredElement="_SeWkfcX_EduPJbEsMYXjUQ"> <ownedParameteredElement xmi:type="uml:Class" xmi:id="_SeWkfcX_EduPJbEsMYXjUQ" name="K" templateParameter="_SeWkfMX_EduPJbEsMYXjUQ"/> </ownedParameter> <ownedParameter xmi:type="uml:ClassifierTemplateParameter" xmi:id="_SeWkfsX_EduPJbEsMYXjUQ" parameteredElement="_SeWkf8X_EduPJbEsMYXjUQ"> <ownedParameteredElement xmi:type="uml:Class" xmi:id="_SeWkf8X_EduPJbEsMYXjUQ" name="V" templateParameter="_SeWkfsX_EduPJbEsMYXjUQ"/> </ownedParameter> </ownedTemplateSignature> </packagedElement> <packagedElement xmi:type="uml:PrimitiveType" xmi:id="_SeWkgMX_EduPJbEsMYXjUQ" name="EResource"/> <packagedElement xmi:type="uml:PrimitiveType" xmi:id="_SeWkgcX_EduPJbEsMYXjUQ" name="EResourceSet"/> <packagedElement xmi:type="uml:PrimitiveType" xmi:id="_SeWkgsX_EduPJbEsMYXjUQ" name="EShort"> <eAnnotations xmi:id="_SeWkg8X_EduPJbEsMYXjUQ" source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details xmi:id="_SeWkhMX_EduPJbEsMYXjUQ" key="baseType" value="http://www.w3.org/2001/XMLSchema#short"/> </eAnnotations> </packagedElement> <packagedElement xmi:type="uml:PrimitiveType" xmi:id="_SeWkhcX_EduPJbEsMYXjUQ" name="EShortObject"> <eAnnotations xmi:id="_SeWkhsX_EduPJbEsMYXjUQ" source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details xmi:id="_SeWkh8X_EduPJbEsMYXjUQ" key="name" value="EShort:Object"/> <details xmi:id="_SeWkiMX_EduPJbEsMYXjUQ" key="baseType" value="EShort"/> </eAnnotations> <generalization xmi:id="_SeWkicX_EduPJbEsMYXjUQ" general="_SeWkgsX_EduPJbEsMYXjUQ"/> </packagedElement> <packagedElement xmi:type="uml:PrimitiveType" xmi:id="_SeWkisX_EduPJbEsMYXjUQ" name="EString"> <eAnnotations xmi:id="_SeWki8X_EduPJbEsMYXjUQ" source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details xmi:id="_SeWkjMX_EduPJbEsMYXjUQ" key="baseType" value="http://www.w3.org/2001/XMLSchema#string"/> </eAnnotations> </packagedElement> <packagedElement xmi:type="uml:PrimitiveType" xmi:id="_SeWkjcX_EduPJbEsMYXjUQ" name="ETreeIterator"> <ownedTemplateSignature xmi:type="uml:RedefinableTemplateSignature" xmi:id="_SeWkjsX_EduPJbEsMYXjUQ" parameter="_SeWkj8X_EduPJbEsMYXjUQ"> <ownedParameter xmi:type="uml:ClassifierTemplateParameter" xmi:id="_SeWkj8X_EduPJbEsMYXjUQ" parameteredElement="_SeWkkMX_EduPJbEsMYXjUQ"> <ownedParameteredElement xmi:type="uml:Class" xmi:id="_SeWkkMX_EduPJbEsMYXjUQ" name="E" templateParameter="_SeWkj8X_EduPJbEsMYXjUQ"/> </ownedParameter> </ownedTemplateSignature> </packagedElement> <profileApplication xmi:id="_SeWkkcX_EduPJbEsMYXjUQ"> <eAnnotations xmi:id="_SeWkksX_EduPJbEsMYXjUQ" source="http://www.eclipse.org/uml2/2.0.0/UML"> <references xmi:type="ecore:EPackage" href="pathmap://UML_PROFILES/Ecore.profile.uml#_B7dOIMEREduRdatXodjBjA"/> </eAnnotations> <appliedProfile href="pathmap://UML_PROFILES/Ecore.profile.uml#_0"/> </profileApplication> </uml:Model> <Ecore:EPackage xmi:id="_uuJ5sMYcEduPJbEsMYXjUQ" base_Package="_SeWiQMX_EduPJbEsMYXjUQ" packageName="ecore" nsPrefix="ecore" nsURI="http://www.eclipse.org/emf/2002/Ecore"/> <Ecore:EAttribute xmi:id="_uuJ5tMYcEduPJbEsMYXjUQ" base_Property="_SeWiRcX_EduPJbEsMYXjUQ" attributeName="iD"/> <Ecore:EReference xmi:id="_uuJ5tcYcEduPJbEsMYXjUQ" isTransient="true" isVolatile="true" base_Property="_SeWiR8X_EduPJbEsMYXjUQ"/> <Ecore:EReference xmi:id="_uumlqsYcEduPJbEsMYXjUQ" isTransient="true" base_Property="_SeWiSsX_EduPJbEsMYXjUQ" isResolveProxies="false"/> <Ecore:EAttribute xmi:id="_uumlq8YcEduPJbEsMYXjUQ" isTransient="true" isVolatile="true" base_Property="_SeWiVMX_EduPJbEsMYXjUQ"/> <Ecore:EAttribute xmi:id="_uuvvkMYcEduPJbEsMYXjUQ" isTransient="true" isVolatile="true" base_Property="_SeWicMX_EduPJbEsMYXjUQ"/> <Ecore:EAttribute xmi:id="_uvfWcMYcEduPJbEsMYXjUQ" isTransient="true" isVolatile="true" base_Property="_SeWicsX_EduPJbEsMYXjUQ"/> <Ecore:EReference xmi:id="_uvfWccYcEduPJbEsMYXjUQ" isVolatile="true" isUnsettable="true" visibility="ReadWrite" base_Property="_SeWidMX_EduPJbEsMYXjUQ"/> <Ecore:EReference xmi:id="_uvfWcsYcEduPJbEsMYXjUQ" isVolatile="true" isUnsettable="true" visibility="ReadWrite" base_Property="_SeWiecX_EduPJbEsMYXjUQ" isResolveProxies="false"/> <Ecore:EReference xmi:id="_uuc0qsYcEduPJbEsMYXjUQ" base_Property="_SeWihsX_EduPJbEsMYXjUQ" isResolveProxies="false"/> <Ecore:EReference xmi:id="_uuJ5tsYcEduPJbEsMYXjUQ" isUnsettable="true" visibility="ReadWrite" base_Property="_SeWi1cX_EduPJbEsMYXjUQ"/> <Ecore:EReference xmi:id="_uuJ5t8YcEduPJbEsMYXjUQ" base_Property="_SeWi28X_EduPJbEsMYXjUQ" isResolveProxies="false"/> <Ecore:EReference xmi:id="_uuJ5uMYcEduPJbEsMYXjUQ" isTransient="true" isVolatile="true" base_Property="_SeWi3sX_EduPJbEsMYXjUQ"/> <Ecore:EReference xmi:id="_uuJ5ucYcEduPJbEsMYXjUQ" isTransient="true" isVolatile="true" base_Property="_SeWi4cX_EduPJbEsMYXjUQ"/> <Ecore:EReference xmi:id="_uuJ5usYcEduPJbEsMYXjUQ" isTransient="true" isVolatile="true" base_Property="_SeWi5MX_EduPJbEsMYXjUQ"/> <Ecore:EReference xmi:id="_uuTDoMYcEduPJbEsMYXjUQ" isTransient="true" isVolatile="true" base_Property="_SeWi58X_EduPJbEsMYXjUQ"/> <Ecore:EReference xmi:id="_uuTDocYcEduPJbEsMYXjUQ" isTransient="true" isVolatile="true" base_Property="_SeWi6sX_EduPJbEsMYXjUQ"/> <Ecore:EReference xmi:id="_uuTDosYcEduPJbEsMYXjUQ" isTransient="true" isVolatile="true" base_Property="_SeWi7cX_EduPJbEsMYXjUQ"/> <Ecore:EReference xmi:id="_uuTDo8YcEduPJbEsMYXjUQ" isTransient="true" isVolatile="true" base_Property="_SeWi8MX_EduPJbEsMYXjUQ"/> <Ecore:EReference xmi:id="_uuTDpMYcEduPJbEsMYXjUQ" isTransient="true" isVolatile="true" base_Property="_SeWi88X_EduPJbEsMYXjUQ"/> <Ecore:EReference xmi:id="_uuTDpcYcEduPJbEsMYXjUQ" isTransient="true" isVolatile="true" base_Property="_SeWi9sX_EduPJbEsMYXjUQ" isResolveProxies="false"/> <Ecore:EReference xmi:id="_uuTDpsYcEduPJbEsMYXjUQ" base_Property="_SeWi-MX_EduPJbEsMYXjUQ" isResolveProxies="false"/> <Ecore:EReference xmi:id="_uuTDp8YcEduPJbEsMYXjUQ" isUnsettable="true" visibility="ReadWrite" base_Property="_SeWi-8X_EduPJbEsMYXjUQ" isResolveProxies="false"/> <Ecore:EReference xmi:id="_uuTDqMYcEduPJbEsMYXjUQ" isTransient="true" isVolatile="true" base_Property="_SeWjAcX_EduPJbEsMYXjUQ"/> <Ecore:EAttribute xmi:id="_uuTDqcYcEduPJbEsMYXjUQ" isVolatile="true" isUnsettable="true" visibility="ReadWrite" base_Property="_SeWjH8X_EduPJbEsMYXjUQ"/> <Ecore:EAttribute xmi:id="_uuTDqsYcEduPJbEsMYXjUQ" isTransient="true" isVolatile="true" base_Property="_SeWjJMX_EduPJbEsMYXjUQ"/> <Ecore:EAttribute xmi:id="_uuTDq8YcEduPJbEsMYXjUQ" isTransient="true" isVolatile="true" base_Property="_SeWjJsX_EduPJbEsMYXjUQ"/> <Ecore:EAttribute xmi:id="_uuTDrMYcEduPJbEsMYXjUQ" isVolatile="true" isUnsettable="true" visibility="ReadWrite" base_Property="_SeWjKMX_EduPJbEsMYXjUQ"/> <Ecore:EReference xmi:id="_uuc0oMYcEduPJbEsMYXjUQ" isTransient="true" base_Property="_SeWjLcX_EduPJbEsMYXjUQ"/> <Ecore:EReference xmi:id="_uumlpMYcEduPJbEsMYXjUQ" isTransient="true" base_Property="_SeWjRsX_EduPJbEsMYXjUQ" isResolveProxies="false"/> <Ecore:EReference xmi:id="_uumlpcYcEduPJbEsMYXjUQ" isTransient="true" base_Property="_SeWjTcX_EduPJbEsMYXjUQ"/> <Ecore:EReference xmi:id="_uuc0pMYcEduPJbEsMYXjUQ" isTransient="true" base_Property="_SeWjVsX_EduPJbEsMYXjUQ" isResolveProxies="false"/> <Ecore:EReference xmi:id="_uvfWc8YcEduPJbEsMYXjUQ" base_Property="_SeWjc8X_EduPJbEsMYXjUQ" isResolveProxies="false"/> <Ecore:EReference xmi:id="_uuc0pcYcEduPJbEsMYXjUQ" base_Property="_SeWjesX_EduPJbEsMYXjUQ" isResolveProxies="false"/> <Ecore:EReference xmi:id="_uuc0psYcEduPJbEsMYXjUQ" base_Property="_SeWjfMX_EduPJbEsMYXjUQ" isResolveProxies="false"/> <Ecore:EReference xmi:id="_uuc0p8YcEduPJbEsMYXjUQ" isTransient="true" base_Property="_SeWjf8X_EduPJbEsMYXjUQ"/> <Ecore:EReference xmi:id="_uuc0qMYcEduPJbEsMYXjUQ" base_Property="_SeWjgMX_EduPJbEsMYXjUQ" isResolveProxies="false"/> <Ecore:EReference xmi:id="_uuc0qcYcEduPJbEsMYXjUQ" base_Property="_SeWjgsX_EduPJbEsMYXjUQ" isResolveProxies="false"/> <Ecore:EReference xmi:id="_uumloMYcEduPJbEsMYXjUQ" isTransient="true" base_Property="_SeWjnMX_EduPJbEsMYXjUQ" isResolveProxies="false"/> <Ecore:EReference xmi:id="_uumlocYcEduPJbEsMYXjUQ" base_Property="_SeWjocX_EduPJbEsMYXjUQ" isResolveProxies="false"/> <Ecore:EReference xmi:id="_uumlosYcEduPJbEsMYXjUQ" isUnsettable="true" visibility="ReadWrite" base_Property="_SeWjpMX_EduPJbEsMYXjUQ"/> <Ecore:EReference xmi:id="_uumlo8YcEduPJbEsMYXjUQ" isUnsettable="true" visibility="ReadWrite" base_Property="_SeWjqsX_EduPJbEsMYXjUQ" isResolveProxies="false"/> <Ecore:EReference xmi:id="_uumlpsYcEduPJbEsMYXjUQ" isTransient="true" base_Property="_SeWjtcX_EduPJbEsMYXjUQ" isResolveProxies="false"/> <Ecore:EAttribute xmi:id="_uumlp8YcEduPJbEsMYXjUQ" isTransient="true" isVolatile="true" base_Property="_SeWjxMX_EduPJbEsMYXjUQ"/> <Ecore:EReference xmi:id="_uumlqMYcEduPJbEsMYXjUQ" isTransient="true" isVolatile="true" base_Property="_SeWjysX_EduPJbEsMYXjUQ"/> <Ecore:EReference xmi:id="_uuJ5scYcEduPJbEsMYXjUQ" base_Property="_SeWj78X_EduPJbEsMYXjUQ" isResolveProxies="false"/> <Ecore:EReference xmi:id="_uuJ5ssYcEduPJbEsMYXjUQ" isTransient="true" base_Property="_SeWj8sX_EduPJbEsMYXjUQ" isResolveProxies="false"/> <Ecore:EReference xmi:id="_uuJ5s8YcEduPJbEsMYXjUQ" base_Property="_SeWj9MX_EduPJbEsMYXjUQ" isResolveProxies="false"/> <Ecore:EClass xmi:id="_uumlqcYcEduPJbEsMYXjUQ" instanceClassName="java.util.Map$Entry" base_Class="_SeWj-sX_EduPJbEsMYXjUQ"/> <Ecore:EReference xmi:id="_uuc0ocYcEduPJbEsMYXjUQ" base_Property="_SeWkEMX_EduPJbEsMYXjUQ" isResolveProxies="false"/> <Ecore:EAttribute xmi:id="_uuc0osYcEduPJbEsMYXjUQ" isTransient="true" base_Property="_SeWkJsX_EduPJbEsMYXjUQ"/> <Ecore:EReference xmi:id="_uuc0o8YcEduPJbEsMYXjUQ" isTransient="true" base_Property="_SeWkKsX_EduPJbEsMYXjUQ" isResolveProxies="false"/> <Ecore:EDataType xmi:id="_uvpHcMYcEduPJbEsMYXjUQ" instanceClassName="java.math.BigDecimal" base_PrimitiveType="_SeWkLcX_EduPJbEsMYXjUQ"/> <Ecore:EDataType xmi:id="_uvpHccYcEduPJbEsMYXjUQ" instanceClassName="java.math.BigInteger" base_PrimitiveType="_SeWkMMX_EduPJbEsMYXjUQ"/> <Ecore:EDataType xmi:id="_uvpHcsYcEduPJbEsMYXjUQ" instanceClassName="boolean" base_PrimitiveType="_SeWkM8X_EduPJbEsMYXjUQ"/> <Ecore:EDataType xmi:id="_uvpHc8YcEduPJbEsMYXjUQ" xmlName="EBoolean:Object" instanceClassName="java.lang.Boolean" base_PrimitiveType="_SeWkNsX_EduPJbEsMYXjUQ"/> <Ecore:EDataType xmi:id="_uvpHdMYcEduPJbEsMYXjUQ" instanceClassName="byte" base_PrimitiveType="_SeWkO8X_EduPJbEsMYXjUQ"/> <Ecore:EDataType xmi:id="_uvpHdcYcEduPJbEsMYXjUQ" instanceClassName="byte[]" base_PrimitiveType="_SeWkPsX_EduPJbEsMYXjUQ"/> <Ecore:EDataType xmi:id="_uvpHdsYcEduPJbEsMYXjUQ" xmlName="EByte:Object" instanceClassName="java.lang.Byte" base_PrimitiveType="_SeWkQcX_EduPJbEsMYXjUQ"/> <Ecore:EDataType xmi:id="_uvpHd8YcEduPJbEsMYXjUQ" instanceClassName="char" base_PrimitiveType="_SeWkRsX_EduPJbEsMYXjUQ"/> <Ecore:EDataType xmi:id="_uvpHeMYcEduPJbEsMYXjUQ" xmlName="EChar:Object" instanceClassName="java.lang.Character" base_PrimitiveType="_SeWkR8X_EduPJbEsMYXjUQ"/> <Ecore:EDataType xmi:id="_uvpHecYcEduPJbEsMYXjUQ" instanceClassName="java.util.Date" base_PrimitiveType="_SeWkTMX_EduPJbEsMYXjUQ"/> <Ecore:EDataType xmi:id="_uvpHesYcEduPJbEsMYXjUQ" instanceClassName="org.eclipse.emf.common.util.DiagnosticChain" base_PrimitiveType="_SeWkTcX_EduPJbEsMYXjUQ"/> <Ecore:EDataType xmi:id="_uvpHe8YcEduPJbEsMYXjUQ" instanceClassName="double" base_PrimitiveType="_SeWkTsX_EduPJbEsMYXjUQ"/> <Ecore:EDataType xmi:id="_uvpHfMYcEduPJbEsMYXjUQ" xmlName="EDouble:Object" instanceClassName="java.lang.Double" base_PrimitiveType="_SeWkUcX_EduPJbEsMYXjUQ"/> <Ecore:EDataType xmi:id="_uvpHfcYcEduPJbEsMYXjUQ" instanceClassName="org.eclipse.emf.common.util.EList" base_PrimitiveType="_SeWkVsX_EduPJbEsMYXjUQ"/> <Ecore:EDataType xmi:id="_uvpHfsYcEduPJbEsMYXjUQ" instanceClassName="org.eclipse.emf.common.util.Enumerator" base_PrimitiveType="_SeWkWsX_EduPJbEsMYXjUQ"/> <Ecore:EDataType xmi:id="_uvpHf8YcEduPJbEsMYXjUQ" instanceClassName="org.eclipse.emf.ecore.util.FeatureMap" base_PrimitiveType="_SeWkW8X_EduPJbEsMYXjUQ"/> <Ecore:EDataType xmi:id="_uvpHgMYcEduPJbEsMYXjUQ" instanceClassName="org.eclipse.emf.ecore.util.FeatureMap$Entry" base_PrimitiveType="_SeWkXMX_EduPJbEsMYXjUQ"/> <Ecore:EDataType xmi:id="_uvpHgcYcEduPJbEsMYXjUQ" instanceClassName="float" base_PrimitiveType="_SeWkXcX_EduPJbEsMYXjUQ"/> <Ecore:EDataType xmi:id="_uvpHgsYcEduPJbEsMYXjUQ" xmlName="EFloat:Object" instanceClassName="java.lang.Float" base_PrimitiveType="_SeWkYMX_EduPJbEsMYXjUQ"/> <Ecore:EDataType xmi:id="_uvy4cMYcEduPJbEsMYXjUQ" instanceClassName="int" base_PrimitiveType="_SeWkZcX_EduPJbEsMYXjUQ"/> <Ecore:EDataType xmi:id="_uvy4ccYcEduPJbEsMYXjUQ" xmlName="EInt:Object" instanceClassName="java.lang.Integer" base_PrimitiveType="_SeWkaMX_EduPJbEsMYXjUQ"/> <Ecore:EDataType xmi:id="_uvy4csYcEduPJbEsMYXjUQ" instanceClassName="java.lang.Class" base_PrimitiveType="_SeWkbcX_EduPJbEsMYXjUQ"/> <Ecore:EDataType xmi:id="_uvy4c8YcEduPJbEsMYXjUQ" instanceClassName="java.lang.Object" base_PrimitiveType="_SeWkccX_EduPJbEsMYXjUQ"/> <Ecore:EDataType xmi:id="_uvy4dMYcEduPJbEsMYXjUQ" instanceClassName="long" base_PrimitiveType="_SeWkcsX_EduPJbEsMYXjUQ"/> <Ecore:EDataType xmi:id="_uvy4dcYcEduPJbEsMYXjUQ" xmlName="ELong:Object" instanceClassName="java.lang.Long" base_PrimitiveType="_SeWkdcX_EduPJbEsMYXjUQ"/> <Ecore:EDataType xmi:id="_uvy4dsYcEduPJbEsMYXjUQ" instanceClassName="java.util.Map" base_PrimitiveType="_SeWkesX_EduPJbEsMYXjUQ"/> <Ecore:EDataType xmi:id="_uvy4d8YcEduPJbEsMYXjUQ" instanceClassName="org.eclipse.emf.ecore.resource.Resource" base_PrimitiveType="_SeWkgMX_EduPJbEsMYXjUQ"/> <Ecore:EDataType xmi:id="_uvy4eMYcEduPJbEsMYXjUQ" instanceClassName="org.eclipse.emf.ecore.resource.ResourceSet" base_PrimitiveType="_SeWkgcX_EduPJbEsMYXjUQ"/> <Ecore:EDataType xmi:id="_uvy4ecYcEduPJbEsMYXjUQ" instanceClassName="short" base_PrimitiveType="_SeWkgsX_EduPJbEsMYXjUQ"/> <Ecore:EDataType xmi:id="_uvy4esYcEduPJbEsMYXjUQ" xmlName="EShort:Object" instanceClassName="java.lang.Short" base_PrimitiveType="_SeWkhcX_EduPJbEsMYXjUQ"/> <Ecore:EDataType xmi:id="_uvy4e8YcEduPJbEsMYXjUQ" instanceClassName="java.lang.String" base_PrimitiveType="_SeWkisX_EduPJbEsMYXjUQ"/> <Ecore:EDataType xmi:id="_uvy4fMYcEduPJbEsMYXjUQ" instanceClassName="org.eclipse.emf.common.util.TreeIterator" base_PrimitiveType="_SeWkjcX_EduPJbEsMYXjUQ"/> </xmi:XMI> Ԃ���1�����1�����1�����1 CDO_SYSTEM � [INFO] Dropping all tables from repository repo2... [INFO] The CDO system tables are not found in schema "repo2"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo3, repo1, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' CDOResourceFolder@OID2("BackupBinaryTest_testImportClob") CDOResource@OID3("cdo://repo2/BackupBinaryTest_testImportClob/res1") File@OID4 ******************************************************* BackupBinaryTest.testImportCustomDataType [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' repo1repo1��<���<�����������1http://www.eclipse.org/emf/CDO/tests/model3/1.0.0����1"m 1http://www.eclipse.org/emf/CDO/tests/model3/1.0.05http://www.eclipse.org/emf/CDO/tests/subpackage/1.0.0MAIN܃���1:http://www.eclipse.org/emf/CDO/Eresource/4.0.0#CDOResource�܃���1���1�:http://www.eclipse.org/emf/CDO/Eresource/4.0.0#CDOResource����1��:http://www.eclipse.org/emf/CDO/Eresource/4.0.0#CDOResource����1�res1�9http://www.eclipse.org/emf/CDO/tests/model3/1.0.0#Polygon����1�1,23,14,5@http://www.eclipse.org/emf/CDO/Eresource/4.0.0#CDOResourceFolder����1�)BackupBinaryTest_testImportCustomDataType����1܃���1܃���1܃���1 CDO_SYSTEM � [INFO] Dropping all tables from repository repo2... [INFO] The CDO system tables are not found in schema "repo2"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo3, repo1, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' CDOResourceFolder@OID2("BackupBinaryTest_testImportCustomDataType") CDOResource@OID3("cdo://repo2/BackupBinaryTest_testImportCustomDataType/res1") Polygon@OID4 ******************************************************* BackupBinaryTest.testImportDate [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' repo1repo1��<�K�<�_���������1http://www.eclipse.org/emf/CDO/tests/model1/1.0.0�߄���1 1http://www.eclipse.org/emf/CDO/tests/model1/1.0.0MAIN˄���1:http://www.eclipse.org/emf/CDO/Eresource/4.0.0#CDOResource�˄���1ބ���1�:http://www.eclipse.org/emf/CDO/Eresource/4.0.0#CDOResource�߄���1��:http://www.eclipse.org/emf/CDO/Eresource/4.0.0#CDOResource�߄���1�res1�?http://www.eclipse.org/emf/CDO/tests/model1/1.0.0#PurchaseOrder�߄���1���K@http://www.eclipse.org/emf/CDO/Eresource/4.0.0#CDOResourceFolder�߄���1�BackupBinaryTest_testImportDate�߄���1˄���1˄���1˄���1 CDO_SYSTEM � [INFO] Dropping all tables from repository repo2... [INFO] The CDO system tables are not found in schema "repo2"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo3, repo1, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' CDOResourceFolder@OID2("BackupBinaryTest_testImportDate") CDOResource@OID3("cdo://repo2/BackupBinaryTest_testImportDate/res1") PurchaseOrder@OID4 ******************************************************* BackupBinaryTest.testImportExternalReference [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' repo1repo1��<���<�����������1http://www.eclipse.org/emf/CDO/tests/model1/1.0.0�҅���1 1http://www.eclipse.org/emf/CDO/tests/model1/1.0.0MAIN�����1:http://www.eclipse.org/emf/CDO/Eresource/4.0.0#CDOResource������1х���1�:http://www.eclipse.org/emf/CDO/Eresource/4.0.0#CDOResource�҅���1��:http://www.eclipse.org/emf/CDO/Eresource/4.0.0#CDOResource�҅���1�res1�� [INFO] Dropping all tables from repository repo2... [INFO] The CDO system tables are not found in schema "repo2"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo3, repo1, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' Customer[TRANSIENT] ******************************************************* BackupBinaryTest.testImportNIL [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' repo1repo1��<�"�<�E���������1http://www.eclipse.org/emf/CDO/tests/model1/1.0.0�ņ���1 1http://www.eclipse.org/emf/CDO/tests/model1/1.0.01http://www.eclipse.org/emf/CDO/tests/model2/1.0.0�ņ���1=� 1http://www.eclipse.org/emf/CDO/tests/model2/1.0.0MAIN�����1=http://www.eclipse.org/emf/CDO/tests/model2/1.0.0#Unsettable1�ņ���1�:http://www.eclipse.org/emf/CDO/Eresource/4.0.0#CDOResource������1Ć���1�:http://www.eclipse.org/emf/CDO/Eresource/4.0.0#CDOResource�ņ���1��:http://www.eclipse.org/emf/CDO/Eresource/4.0.0#CDOResource�ņ���1�res1�@http://www.eclipse.org/emf/CDO/Eresource/4.0.0#CDOResourceFolder�ņ���1�BackupBinaryTest_testImportNIL�ņ���1�����1�����1�����1 CDO_SYSTEM � [INFO] Dropping all tables from repository repo2... [INFO] The CDO system tables are not found in schema "repo2"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo3, repo1, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' CDOResourceFolder@OID2("BackupBinaryTest_testImportNIL") CDOResource@OID3("cdo://repo2/BackupBinaryTest_testImportNIL/res1") Unsettable1@OID4 ******************************************************* BackupBinaryTest.testImportNullListElement [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' repo1repo1��<���<�����������1http://www.eclipse.org/emf/CDO/tests/model3/1.0.0�ԇ���1"m 1http://www.eclipse.org/emf/CDO/tests/model3/1.0.05http://www.eclipse.org/emf/CDO/tests/subpackage/1.0.0MAIN�����1:http://www.eclipse.org/emf/CDO/Eresource/4.0.0#CDOResource������1Ӈ���1�:http://www.eclipse.org/emf/CDO/Eresource/4.0.0#CDOResource�ԇ���1��:http://www.eclipse.org/emf/CDO/Eresource/4.0.0#CDOResource�ԇ���1�res1�Ghttp://www.eclipse.org/emf/CDO/tests/model3/1.0.0#PolygonWithDuplicates�ԇ���1�1,23,4@http://www.eclipse.org/emf/CDO/Eresource/4.0.0#CDOResourceFolder�ԇ���1�*BackupBinaryTest_testImportNullListElement�ԇ���1�����1�����1�����1 CDO_SYSTEM � [INFO] Dropping all tables from repository repo2... [INFO] The CDO system tables are not found in schema "repo2"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo3, repo1, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' CDOResourceFolder@OID2("BackupBinaryTest_testImportNullListElement") CDOResource@OID3("cdo://repo2/BackupBinaryTest_testImportNullListElement/res1") PolygonWithDuplicates@OID4 ******************************************************* BackupTest.testImport [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] Dropping all tables from repository repo2... [INFO] The CDO system tables are not found in schema "repo2"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo3, repo1, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' CDOResourceFolder@OID2("BackupTest_testImport") CDOResource@OID3("cdo://repo2/BackupTest_testImport/res1") Customer@OID4 Customer@OID5 Customer@OID6 SalesOrder@OID7 OrderDetail@OID8 ******************************************************* BackupTest.testImportBlob [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] Dropping all tables from repository repo2... [INFO] The CDO system tables are not found in schema "repo2"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo3, repo1, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' CDOResourceFolder@OID2("BackupTest_testImportBlob") CDOResource@OID3("cdo://repo2/BackupTest_testImportBlob/res1") Image@OID4 ******************************************************* BackupTest.testImportByteArray [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] Dropping all tables from repository repo2... [INFO] The CDO system tables are not found in schema "repo2"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo3, repo1, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' CDOResourceFolder@OID2("BackupTest_testImportByteArray") CDOResource@OID3("cdo://repo2/BackupTest_testImportByteArray/res1") UnsettableAttributes@OID4 ******************************************************* BackupTest.testImportClob [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true'
]]> [INFO] Dropping all tables from repository repo2... [INFO] The CDO system tables are not found in schema "repo2"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo3, repo1, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' CDOResourceFolder@OID2("BackupTest_testImportClob") CDOResource@OID3("cdo://repo2/BackupTest_testImportClob/res1") File@OID4 ******************************************************* BackupTest.testImportCustomDataType [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] Dropping all tables from repository repo2... [INFO] The CDO system tables are not found in schema "repo2"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo3, repo1, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' CDOResourceFolder@OID2("BackupTest_testImportCustomDataType") CDOResource@OID3("cdo://repo2/BackupTest_testImportCustomDataType/res1") Polygon@OID4 ******************************************************* BackupTest.testImportDate [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] Dropping all tables from repository repo2... [INFO] The CDO system tables are not found in schema "repo2"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo3, repo1, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' CDOResourceFolder@OID2("BackupTest_testImportDate") CDOResource@OID3("cdo://repo2/BackupTest_testImportDate/res1") PurchaseOrder@OID4 ******************************************************* BackupTest.testImportExternalReference [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] Dropping all tables from repository repo2... [INFO] The CDO system tables are not found in schema "repo2"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo3, repo1, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' Customer[TRANSIENT] ******************************************************* BackupTest.testImportNIL [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] Dropping all tables from repository repo2... [INFO] The CDO system tables are not found in schema "repo2"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo3, repo1, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' CDOResourceFolder@OID2("BackupTest_testImportNIL") CDOResource@OID3("cdo://repo2/BackupTest_testImportNIL/res1") Unsettable1@OID4 ******************************************************* BackupTest.testImportNullListElement [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] Dropping all tables from repository repo2... [INFO] The CDO system tables are not found in schema "repo2"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo3, repo1, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' CDOResourceFolder@OID2("BackupTest_testImportNullListElement") CDOResource@OID3("cdo://repo2/BackupTest_testImportNullListElement/res1") PolygonWithDuplicates@OID4 ******************************************************* CDOIDTest.testGetLong_ExtId [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* CDOIDTest.testGetLong_ExtTempId [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* CDOIDTest.testGetLong_LongId [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* CDOIDTest.testGetLong_Null [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* CDOIDTest.testGetLong_NullId [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* CDOIDTest.testGetLong_TempId [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* CDOIDTest.testURIFragment [H2-auditing-ranges, JVM, Native] ******************************************************* L7 OID7 ******************************************************* CDOStaleReferencePolicyTest.testCDOStaleReferencePolicyWithCDOStoreGetContainer [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* CDOStaleReferencePolicyTest.testCDOStaleReferencePolicyWithCDOStoreGetResource [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* ChangeSubscriptionTest.testInvalidationWithDeltas_SameBranch [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* ChangeSubscriptionTest.testNotificationChain [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* ChangeSubscriptionTest.testRemoveContained [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* ChangeSubscriptionTest.testRemoveManyContained [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* ChangeSubscriptionTest.testRemoveManyXRef [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* ChangeSubscriptionTest.testRemoveXRef [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* ChangeSubscriptionTest.testSameSession [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* ChangeSubscriptionTest.testSameSession_WithoutPolicy [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* ChangeSubscriptionTest.testSeparateSession [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* ChangeSubscriptionTest.testSeparateSession_CUSTOM [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* ChangeSubscriptionTest.testSeparateSession_WithoutPolicy [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* ChangeSubscriptionTest.testTemporaryObject [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* ChunkingClearCachedRevisionTest.testReadNative [H2-auditing-ranges, JVM, Native] ******************************************************* 0 SalesOrder@OID94 1 SalesOrder@OID95 2 SalesOrder@OID96 3 SalesOrder@OID97 4 SalesOrder@OID98 5 SalesOrder@OID99 6 SalesOrder@OID100 7 SalesOrder@OID101 8 SalesOrder@OID102 9 SalesOrder@OID103 10 SalesOrder@OID104 11 SalesOrder@OID105 12 SalesOrder@OID106 13 SalesOrder@OID107 14 SalesOrder@OID108 15 SalesOrder@OID109 16 SalesOrder@OID110 17 SalesOrder@OID111 18 SalesOrder@OID112 19 SalesOrder@OID113 20 SalesOrder@OID114 21 SalesOrder@OID115 22 SalesOrder@OID116 23 SalesOrder@OID117 24 SalesOrder@OID118 25 SalesOrder@OID119 26 SalesOrder@OID120 27 SalesOrder@OID121 28 SalesOrder@OID122 29 SalesOrder@OID123 30 SalesOrder@OID124 31 SalesOrder@OID125 32 SalesOrder@OID126 33 SalesOrder@OID127 34 SalesOrder@OID128 35 SalesOrder@OID129 36 SalesOrder@OID130 37 SalesOrder@OID131 38 SalesOrder@OID132 39 SalesOrder@OID133 40 SalesOrder@OID134 41 SalesOrder@OID135 42 SalesOrder@OID136 43 SalesOrder@OID137 44 SalesOrder@OID138 45 SalesOrder@OID139 46 SalesOrder@OID140 47 SalesOrder@OID141 48 SalesOrder@OID142 49 SalesOrder@OID143 50 SalesOrder@OID144 51 SalesOrder@OID145 52 SalesOrder@OID146 53 SalesOrder@OID147 54 SalesOrder@OID148 55 SalesOrder@OID149 56 SalesOrder@OID150 57 SalesOrder@OID151 58 SalesOrder@OID152 59 SalesOrder@OID153 60 SalesOrder@OID154 61 SalesOrder@OID155 62 SalesOrder@OID156 63 SalesOrder@OID157 64 SalesOrder@OID158 65 SalesOrder@OID159 66 SalesOrder@OID160 67 SalesOrder@OID161 68 SalesOrder@OID162 69 SalesOrder@OID163 70 SalesOrder@OID164 71 SalesOrder@OID165 72 SalesOrder@OID166 73 SalesOrder@OID167 74 SalesOrder@OID168 75 SalesOrder@OID169 76 SalesOrder@OID170 77 SalesOrder@OID171 78 SalesOrder@OID172 79 SalesOrder@OID173 80 SalesOrder@OID174 81 SalesOrder@OID175 82 SalesOrder@OID176 83 SalesOrder@OID177 84 SalesOrder@OID178 85 SalesOrder@OID179 86 SalesOrder@OID180 87 SalesOrder@OID181 88 SalesOrder@OID182 89 SalesOrder@OID183 90 SalesOrder@OID184 91 SalesOrder@OID185 92 SalesOrder@OID186 93 SalesOrder@OID187 94 SalesOrder@OID188 95 SalesOrder@OID189 96 SalesOrder@OID190 97 SalesOrder@OID191 98 SalesOrder@OID192 99 SalesOrder@OID193 ******************************************************* ChunkingClearCachedRevisionTest.testWriteNative [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* ChunkingTest.testChunkWithTemporaryObject [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* ChunkingTest.testEnsureChunk [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* ChunkingTest.testPartiallyLoadedAdd [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* ChunkingTest.testPartiallyLoadedAddAtIndex [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* ChunkingTest.testPartiallyLoadedRemoveIndex [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* ChunkingTest.testPartiallyLoadedSet [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* ChunkingTest.testReadAfterUpdateAfterCommit [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* ChunkingTest.testReadAfterUpdateBeforeCommit [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* ChunkingTest.testReadNative [H2-auditing-ranges, JVM, Native] ******************************************************* 0 SalesOrder@OID3584 1 SalesOrder@OID3585 2 SalesOrder@OID3586 3 SalesOrder@OID3587 4 SalesOrder@OID3588 5 SalesOrder@OID3589 6 SalesOrder@OID3590 7 SalesOrder@OID3591 8 SalesOrder@OID3592 9 SalesOrder@OID3593 10 SalesOrder@OID3594 11 SalesOrder@OID3595 12 SalesOrder@OID3596 13 SalesOrder@OID3597 14 SalesOrder@OID3598 15 SalesOrder@OID3599 16 SalesOrder@OID3600 17 SalesOrder@OID3601 18 SalesOrder@OID3602 19 SalesOrder@OID3603 20 SalesOrder@OID3604 21 SalesOrder@OID3605 22 SalesOrder@OID3606 23 SalesOrder@OID3607 24 SalesOrder@OID3608 25 SalesOrder@OID3609 26 SalesOrder@OID3610 27 SalesOrder@OID3611 28 SalesOrder@OID3612 29 SalesOrder@OID3613 30 SalesOrder@OID3614 31 SalesOrder@OID3615 32 SalesOrder@OID3616 33 SalesOrder@OID3617 34 SalesOrder@OID3618 35 SalesOrder@OID3619 36 SalesOrder@OID3620 37 SalesOrder@OID3621 38 SalesOrder@OID3622 39 SalesOrder@OID3623 40 SalesOrder@OID3624 41 SalesOrder@OID3625 42 SalesOrder@OID3626 43 SalesOrder@OID3627 44 SalesOrder@OID3628 45 SalesOrder@OID3629 46 SalesOrder@OID3630 47 SalesOrder@OID3631 48 SalesOrder@OID3632 49 SalesOrder@OID3633 50 SalesOrder@OID3634 51 SalesOrder@OID3635 52 SalesOrder@OID3636 53 SalesOrder@OID3637 54 SalesOrder@OID3638 55 SalesOrder@OID3639 56 SalesOrder@OID3640 57 SalesOrder@OID3641 58 SalesOrder@OID3642 59 SalesOrder@OID3643 60 SalesOrder@OID3644 61 SalesOrder@OID3645 62 SalesOrder@OID3646 63 SalesOrder@OID3647 64 SalesOrder@OID3648 65 SalesOrder@OID3649 66 SalesOrder@OID3650 67 SalesOrder@OID3651 68 SalesOrder@OID3652 69 SalesOrder@OID3653 70 SalesOrder@OID3654 71 SalesOrder@OID3655 72 SalesOrder@OID3656 73 SalesOrder@OID3657 74 SalesOrder@OID3658 75 SalesOrder@OID3659 76 SalesOrder@OID3660 77 SalesOrder@OID3661 78 SalesOrder@OID3662 79 SalesOrder@OID3663 80 SalesOrder@OID3664 81 SalesOrder@OID3665 82 SalesOrder@OID3666 83 SalesOrder@OID3667 84 SalesOrder@OID3668 85 SalesOrder@OID3669 86 SalesOrder@OID3670 87 SalesOrder@OID3671 88 SalesOrder@OID3672 89 SalesOrder@OID3673 90 SalesOrder@OID3674 91 SalesOrder@OID3675 92 SalesOrder@OID3676 93 SalesOrder@OID3677 94 SalesOrder@OID3678 95 SalesOrder@OID3679 96 SalesOrder@OID3680 97 SalesOrder@OID3681 98 SalesOrder@OID3682 99 SalesOrder@OID3683 ******************************************************* ChunkingTest.testRemove [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* ChunkingTest.testWriteNative [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* CommitInfoTest.testClientBranch [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* CommitInfoTest.testClientBranchWithBranch [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* CommitInfoTest.testClientComment [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* CommitInfoTest.testClientCommentWithBranch [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* CommitInfoTest.testClientPreviousCommitInfo [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* CommitInfoTest.testClientTimestamp [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* CommitInfoTest.testClientTimestampWithBranch [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* CommitInfoTest.testClientUser [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] The CDO system tables are not found in schema "commitinforepo"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, protectedrepo, repo2, repo3, repo1, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* CommitInfoTest.testClientUserWithBranch [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] The CDO system tables are not found in schema "commitinforepo"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, protectedrepo, repo2, repo3, repo1, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* CommitInfoTest.testLocalBranch [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* CommitInfoTest.testLocalComment [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* CommitInfoTest.testLocalTimestamp [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* CommitInfoTest.testLocalUser [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "commitinforepo"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, protectedrepo, repo2, repo3, repo1, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* CommitInfoTest.testLogAsync [H2-auditing-ranges, JVM, Native] ******************************************************* CommitInfo[2024-05-03 05:19:55.754 (1714713595754), Branch[id=0, name=MAIN], null, Commit 0, null, CommitData[newPackageUnits=0, newObjects=3, changedObjects=1, detachedObjects=0]] + CDOResourceFolder@OID11:0v1("CommitInfoTest_testLogAsync") folder = null name = CommitInfoTest_testLogAsync nodes = [OID12] + CDOResource@OID12:0v1("res") folder = null name = res contents = [OID13] + Product1@OID13:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID1:0v4 contents = CDOFeatureDelta[contents, ADD, value=OID11, index=3] CommitInfo[2024-05-03 05:19:55.755 (1714713595755), Branch[id=0, name=MAIN], null, Commit 1, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID14:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID12:0v1 contents = CDOFeatureDelta[contents, ADD, value=OID14, index=1] CommitInfo[2024-05-03 05:19:55.756 (1714713595756), Branch[id=0, name=MAIN], null, Commit 2, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID15:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID12:0v2 contents = CDOFeatureDelta[contents, ADD, value=OID15, index=2] CommitInfo[2024-05-03 05:19:55.757 (1714713595757), Branch[id=0, name=MAIN], null, Commit 3, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID16:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID12:0v3 contents = CDOFeatureDelta[contents, ADD, value=OID16, index=3] CommitInfo[2024-05-03 05:19:55.758 (1714713595758), Branch[id=0, name=MAIN], null, Commit 4, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID17:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID12:0v4 contents = CDOFeatureDelta[contents, ADD, value=OID17, index=4] CommitInfo[2024-05-03 05:19:55.759 (1714713595759), Branch[id=0, name=MAIN], null, Commit 5, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID18:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID12:0v5 contents = CDOFeatureDelta[contents, ADD, value=OID18, index=5] CommitInfo[2024-05-03 05:19:55.760 (1714713595760), Branch[id=0, name=MAIN], null, Commit 6, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID19:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID12:0v6 contents = CDOFeatureDelta[contents, ADD, value=OID19, index=6] CommitInfo[2024-05-03 05:19:55.761 (1714713595761), Branch[id=0, name=MAIN], null, Commit 7, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID20:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID12:0v7 contents = CDOFeatureDelta[contents, ADD, value=OID20, index=7] CommitInfo[2024-05-03 05:19:55.762 (1714713595762), Branch[id=0, name=MAIN], null, Commit 8, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID21:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID12:0v8 contents = CDOFeatureDelta[contents, ADD, value=OID21, index=8] CommitInfo[2024-05-03 05:19:55.763 (1714713595763), Branch[id=0, name=MAIN], null, Commit 9, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID22:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID12:0v9 contents = CDOFeatureDelta[contents, ADD, value=OID22, index=9] CommitInfo[2024-05-03 05:19:55.764 (1714713595764), Branch[id=0, name=MAIN], null, Commit 10, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID23:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID12:0v10 contents = CDOFeatureDelta[contents, ADD, value=OID23, index=10] CommitInfo[2024-05-03 05:19:55.765 (1714713595765), Branch[id=0, name=MAIN], null, Commit 11, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID24:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID12:0v11 contents = CDOFeatureDelta[contents, ADD, value=OID24, index=11] CommitInfo[2024-05-03 05:19:55.766 (1714713595766), Branch[id=0, name=MAIN], null, Commit 12, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID25:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID12:0v12 contents = CDOFeatureDelta[contents, ADD, value=OID25, index=12] CommitInfo[2024-05-03 05:19:55.767 (1714713595767), Branch[id=0, name=MAIN], null, Commit 13, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID26:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID12:0v13 contents = CDOFeatureDelta[contents, ADD, value=OID26, index=13] CommitInfo[2024-05-03 05:19:55.768 (1714713595768), Branch[id=0, name=MAIN], null, Commit 14, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID27:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID12:0v14 contents = CDOFeatureDelta[contents, ADD, value=OID27, index=14] CommitInfo[2024-05-03 05:19:55.769 (1714713595769), Branch[id=0, name=MAIN], null, Commit 15, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID28:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID12:0v15 contents = CDOFeatureDelta[contents, ADD, value=OID28, index=15] CommitInfo[2024-05-03 05:19:55.770 (1714713595770), Branch[id=0, name=MAIN], null, Commit 16, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID29:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID12:0v16 contents = CDOFeatureDelta[contents, ADD, value=OID29, index=16] CommitInfo[2024-05-03 05:19:55.772 (1714713595772), Branch[id=0, name=MAIN], null, Commit 17, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID30:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID12:0v17 contents = CDOFeatureDelta[contents, ADD, value=OID30, index=17] CommitInfo[2024-05-03 05:19:55.773 (1714713595773), Branch[id=0, name=MAIN], null, Commit 18, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID31:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID12:0v18 contents = CDOFeatureDelta[contents, ADD, value=OID31, index=18] CommitInfo[2024-05-03 05:19:55.774 (1714713595774), Branch[id=0, name=MAIN], null, Commit 19, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID32:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID12:0v19 contents = CDOFeatureDelta[contents, ADD, value=OID32, index=19] ******************************************************* CommitInfoTest.testLogThroughClient [H2-auditing-ranges, JVM, Native] ******************************************************* CommitInfo[2024-05-03 05:19:55.802 (1714713595802), Branch[id=0, name=MAIN], null, Commit 19, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID54:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID34:0v19 contents = CDOFeatureDelta[contents, ADD, value=OID54, index=19] CommitInfo[2024-05-03 05:19:55.801 (1714713595801), Branch[id=0, name=MAIN], null, Commit 18, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID53:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID34:0v18 contents = CDOFeatureDelta[contents, ADD, value=OID53, index=18] CommitInfo[2024-05-03 05:19:55.800 (1714713595800), Branch[id=0, name=MAIN], null, Commit 17, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID52:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID34:0v17 contents = CDOFeatureDelta[contents, ADD, value=OID52, index=17] CommitInfo[2024-05-03 05:19:55.799 (1714713595799), Branch[id=0, name=MAIN], null, Commit 16, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID51:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID34:0v16 contents = CDOFeatureDelta[contents, ADD, value=OID51, index=16] CommitInfo[2024-05-03 05:19:55.798 (1714713595798), Branch[id=0, name=MAIN], null, Commit 15, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID50:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID34:0v15 contents = CDOFeatureDelta[contents, ADD, value=OID50, index=15] CommitInfo[2024-05-03 05:19:55.797 (1714713595797), Branch[id=0, name=MAIN], null, Commit 14, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID49:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID34:0v14 contents = CDOFeatureDelta[contents, ADD, value=OID49, index=14] CommitInfo[2024-05-03 05:19:55.796 (1714713595796), Branch[id=0, name=MAIN], null, Commit 13, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID48:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID34:0v13 contents = CDOFeatureDelta[contents, ADD, value=OID48, index=13] CommitInfo[2024-05-03 05:19:55.795 (1714713595795), Branch[id=0, name=MAIN], null, Commit 12, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID47:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID34:0v12 contents = CDOFeatureDelta[contents, ADD, value=OID47, index=12] CommitInfo[2024-05-03 05:19:55.794 (1714713595794), Branch[id=0, name=MAIN], null, Commit 11, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID46:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID34:0v11 contents = CDOFeatureDelta[contents, ADD, value=OID46, index=11] CommitInfo[2024-05-03 05:19:55.793 (1714713595793), Branch[id=0, name=MAIN], null, Commit 10, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID45:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID34:0v10 contents = CDOFeatureDelta[contents, ADD, value=OID45, index=10] CommitInfo[2024-05-03 05:19:55.792 (1714713595792), Branch[id=0, name=MAIN], null, Commit 9, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID44:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID34:0v9 contents = CDOFeatureDelta[contents, ADD, value=OID44, index=9] CommitInfo[2024-05-03 05:19:55.791 (1714713595791), Branch[id=0, name=MAIN], null, Commit 8, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID43:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID34:0v8 contents = CDOFeatureDelta[contents, ADD, value=OID43, index=8] CommitInfo[2024-05-03 05:19:55.790 (1714713595790), Branch[id=0, name=MAIN], null, Commit 7, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID42:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID34:0v7 contents = CDOFeatureDelta[contents, ADD, value=OID42, index=7] CommitInfo[2024-05-03 05:19:55.789 (1714713595789), Branch[id=0, name=MAIN], null, Commit 6, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID41:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID34:0v6 contents = CDOFeatureDelta[contents, ADD, value=OID41, index=6] CommitInfo[2024-05-03 05:19:55.788 (1714713595788), Branch[id=0, name=MAIN], null, Commit 5, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID40:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID34:0v5 contents = CDOFeatureDelta[contents, ADD, value=OID40, index=5] CommitInfo[2024-05-03 05:19:55.787 (1714713595787), Branch[id=0, name=MAIN], null, Commit 4, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID39:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID34:0v4 contents = CDOFeatureDelta[contents, ADD, value=OID39, index=4] CommitInfo[2024-05-03 05:19:55.786 (1714713595786), Branch[id=0, name=MAIN], null, Commit 3, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID38:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID34:0v3 contents = CDOFeatureDelta[contents, ADD, value=OID38, index=3] CommitInfo[2024-05-03 05:19:55.785 (1714713595785), Branch[id=0, name=MAIN], null, Commit 2, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID37:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID34:0v2 contents = CDOFeatureDelta[contents, ADD, value=OID37, index=2] CommitInfo[2024-05-03 05:19:55.784 (1714713595784), Branch[id=0, name=MAIN], null, Commit 1, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID36:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID34:0v1 contents = CDOFeatureDelta[contents, ADD, value=OID36, index=1] CommitInfo[2024-05-03 05:19:55.783 (1714713595783), Branch[id=0, name=MAIN], null, Commit 0, null, CommitData[newPackageUnits=0, newObjects=3, changedObjects=1, detachedObjects=0]] + CDOResourceFolder@OID33:0v1("CommitInfoTest_testLogThroughClient") folder = null name = CommitInfoTest_testLogThroughClient nodes = [OID34] + CDOResource@OID34:0v1("res") folder = null name = res contents = [OID35] + Product1@OID35:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID1:0v5 contents = CDOFeatureDelta[contents, ADD, value=OID33, index=4] CommitInfo[2024-05-03 05:19:55.774 (1714713595774), Branch[id=0, name=MAIN], null, Commit 19, null, null] + Product1@OID32:0v1 name = null orderDetails = null vat = 15 otherVATs = null * CDOResource@OID12:0v19 contents = CDOFeatureDelta[contents, ADD, value=OID32, index=19] CommitInfo[2024-05-03 05:19:55.773 (1714713595773), Branch[id=0, name=MAIN], null, Commit 18, null, null] + Product1@OID31:0v1 name = null orderDetails = null vat = 15 otherVATs = null * CDOResource@OID12:0v18 contents = CDOFeatureDelta[contents, ADD, value=OID31, index=18] CommitInfo[2024-05-03 05:19:55.772 (1714713595772), Branch[id=0, name=MAIN], null, Commit 17, null, null] + Product1@OID30:0v1 name = null orderDetails = null vat = 15 otherVATs = null * CDOResource@OID12:0v17 contents = CDOFeatureDelta[contents, ADD, value=OID30, index=17] CommitInfo[2024-05-03 05:19:55.770 (1714713595770), Branch[id=0, name=MAIN], null, Commit 16, null, null] + Product1@OID29:0v1 name = null orderDetails = null vat = 15 otherVATs = null * CDOResource@OID12:0v16 contents = CDOFeatureDelta[contents, ADD, value=OID29, index=16] CommitInfo[2024-05-03 05:19:55.769 (1714713595769), Branch[id=0, name=MAIN], null, Commit 15, null, null] + Product1@OID28:0v1 name = null orderDetails = null vat = 15 otherVATs = null * CDOResource@OID12:0v15 contents = CDOFeatureDelta[contents, ADD, value=OID28, index=15] CommitInfo[2024-05-03 05:19:55.768 (1714713595768), Branch[id=0, name=MAIN], null, Commit 14, null, null] + Product1@OID27:0v1 name = null orderDetails = null vat = 15 otherVATs = null * CDOResource@OID12:0v14 contents = CDOFeatureDelta[contents, ADD, value=OID27, index=14] CommitInfo[2024-05-03 05:19:55.767 (1714713595767), Branch[id=0, name=MAIN], null, Commit 13, null, null] + Product1@OID26:0v1 name = null orderDetails = null vat = 15 otherVATs = null * CDOResource@OID12:0v13 contents = CDOFeatureDelta[contents, ADD, value=OID26, index=13] CommitInfo[2024-05-03 05:19:55.766 (1714713595766), Branch[id=0, name=MAIN], null, Commit 12, null, null] + Product1@OID25:0v1 name = null orderDetails = null vat = 15 otherVATs = null * CDOResource@OID12:0v12 contents = CDOFeatureDelta[contents, ADD, value=OID25, index=12] CommitInfo[2024-05-03 05:19:55.765 (1714713595765), Branch[id=0, name=MAIN], null, Commit 11, null, null] + Product1@OID24:0v1 name = null orderDetails = null vat = 15 otherVATs = null * CDOResource@OID12:0v11 contents = CDOFeatureDelta[contents, ADD, value=OID24, index=11] CommitInfo[2024-05-03 05:19:55.764 (1714713595764), Branch[id=0, name=MAIN], null, Commit 10, null, null] + Product1@OID23:0v1 name = null orderDetails = null vat = 15 otherVATs = null * CDOResource@OID12:0v10 contents = CDOFeatureDelta[contents, ADD, value=OID23, index=10] CommitInfo[2024-05-03 05:19:55.763 (1714713595763), Branch[id=0, name=MAIN], null, Commit 9, null, null] + Product1@OID22:0v1 name = null orderDetails = null vat = 15 otherVATs = null * CDOResource@OID12:0v9 contents = CDOFeatureDelta[contents, ADD, value=OID22, index=9] CommitInfo[2024-05-03 05:19:55.762 (1714713595762), Branch[id=0, name=MAIN], null, Commit 8, null, null] + Product1@OID21:0v1 name = null orderDetails = null vat = 15 otherVATs = null * CDOResource@OID12:0v8 contents = CDOFeatureDelta[contents, ADD, value=OID21, index=8] CommitInfo[2024-05-03 05:19:55.761 (1714713595761), Branch[id=0, name=MAIN], null, Commit 7, null, null] + Product1@OID20:0v1 name = null orderDetails = null vat = 15 otherVATs = null * CDOResource@OID12:0v7 contents = CDOFeatureDelta[contents, ADD, value=OID20, index=7] CommitInfo[2024-05-03 05:19:55.760 (1714713595760), Branch[id=0, name=MAIN], null, Commit 6, null, null] + Product1@OID19:0v1 name = null orderDetails = null vat = 15 otherVATs = null * CDOResource@OID12:0v6 contents = CDOFeatureDelta[contents, ADD, value=OID19, index=6] CommitInfo[2024-05-03 05:19:55.759 (1714713595759), Branch[id=0, name=MAIN], null, Commit 5, null, null] + Product1@OID18:0v1 name = null orderDetails = null vat = 15 otherVATs = null * CDOResource@OID12:0v5 contents = CDOFeatureDelta[contents, ADD, value=OID18, index=5] CommitInfo[2024-05-03 05:19:55.758 (1714713595758), Branch[id=0, name=MAIN], null, Commit 4, null, null] + Product1@OID17:0v1 name = null orderDetails = null vat = 15 otherVATs = null * CDOResource@OID12:0v4 contents = CDOFeatureDelta[contents, ADD, value=OID17, index=4] CommitInfo[2024-05-03 05:19:55.757 (1714713595757), Branch[id=0, name=MAIN], null, Commit 3, null, null] + Product1@OID16:0v1 name = null orderDetails = null vat = 15 otherVATs = null * CDOResource@OID12:0v3 contents = CDOFeatureDelta[contents, ADD, value=OID16, index=3] CommitInfo[2024-05-03 05:19:55.756 (1714713595756), Branch[id=0, name=MAIN], null, Commit 2, null, null] + Product1@OID15:0v1 name = null orderDetails = null vat = 15 otherVATs = null * CDOResource@OID12:0v2 contents = CDOFeatureDelta[contents, ADD, value=OID15, index=2] CommitInfo[2024-05-03 05:19:55.755 (1714713595755), Branch[id=0, name=MAIN], null, Commit 1, null, null] + Product1@OID14:0v1 name = null orderDetails = null vat = 15 otherVATs = null * CDOResource@OID12:0v1 contents = CDOFeatureDelta[contents, ADD, value=OID14, index=1] CommitInfo[2024-05-03 05:19:55.754 (1714713595754), Branch[id=0, name=MAIN], null, Commit 0, null, null] + Product1@OID13:0v1 name = null orderDetails = null vat = 15 otherVATs = null + CDOResource@OID12:0v1("res") folder = null name = res contents = [OID13] + CDOResourceFolder@OID11:0v1("CommitInfoTest_testLogAsync") folder = null name = CommitInfoTest_testLogAsync nodes = [OID12] * CDOResource@OID1:0v4 contents = CDOFeatureDelta[contents, ADD, value=OID11, index=3] CommitInfo[2024-05-03 05:19:55.666 (1714713595666), Branch[id=0, name=MAIN], null, null, null, null] + Product1@OID10:0v1 name = null orderDetails = null vat = 15 otherVATs = null + CDOResource@OID9:0v1("res") folder = null name = res contents = [OID10] + CDOResourceFolder@OID8:0v1("CommitInfoTest_testLocalTimestamp") folder = null name = CommitInfoTest_testLocalTimestamp nodes = [OID9] * CDOResource@OID1:0v3 contents = CDOFeatureDelta[contents, ADD, value=OID8, index=2] CommitInfo[2024-05-03 05:19:55.658 (1714713595658), Branch[id=0, name=MAIN], null, Andre, null, null] + Product1@OID7:0v1 name = null orderDetails = null vat = 15 otherVATs = null + CDOResource@OID6:0v1("res") folder = null name = res contents = [OID7] + CDOResourceFolder@OID5:0v1("CommitInfoTest_testLocalComment") folder = null name = CommitInfoTest_testLocalComment nodes = [OID6] * CDOResource@OID1:0v2 contents = CDOFeatureDelta[contents, ADD, value=OID5, index=1] CommitInfo[2024-05-03 05:19:55.643 (1714713595643), Branch[id=0, name=MAIN], null, null, null, null] P http://www.eclipse.org/emf/CDO/tests/model1/1.0.0 + Product1@OID4:0v1 name = null orderDetails = null vat = 15 otherVATs = null + CDOResource@OID3:0v1("res") folder = null name = res contents = [OID4] + CDOResourceFolder@OID2:0v1("CommitInfoTest_testLocalBranch") folder = null name = CommitInfoTest_testLocalBranch nodes = [OID3] * CDOResource@OID1:0v1 contents = CDOFeatureDelta[contents, ADD, value=OID2, index=0] CommitInfo[2024-05-03 05:19:55.622 (1714713595622), Branch[id=0, name=MAIN], CDO_SYSTEM, , null, null] + CDOResource@OID1:0v1("/") folder = null name = null contents = null ******************************************************* CommitInfoTest.testLogThroughCommitInfoHandler [H2-auditing-ranges, JVM, Native] ******************************************************* CommitInfo[2024-05-03 05:19:55.826 (1714713595826), Branch[id=0, name=MAIN], null, Commit 0, null, CommitData[newPackageUnits=0, newObjects=3, changedObjects=1, detachedObjects=0]] + CDOResourceFolder@OID55:0v1("CommitInfoTest_testLogThroughCommitInfoHandler") folder = null name = CommitInfoTest_testLogThroughCommitInfoHandler nodes = [OID56] + CDOResource@OID56:0v1("res") folder = null name = res contents = [OID57] + Product1@OID57:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID1:0v6 contents = CDOFeatureDelta[contents, ADD, value=OID55, index=5] CommitInfo[2024-05-03 05:19:55.827 (1714713595827), Branch[id=0, name=MAIN], null, Commit 1, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID58:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID56:0v1 contents = CDOFeatureDelta[contents, ADD, value=OID58, index=1] CommitInfo[2024-05-03 05:19:55.828 (1714713595828), Branch[id=0, name=MAIN], null, Commit 2, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID59:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID56:0v2 contents = CDOFeatureDelta[contents, ADD, value=OID59, index=2] CommitInfo[2024-05-03 05:19:55.829 (1714713595829), Branch[id=0, name=MAIN], null, Commit 3, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID60:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID56:0v3 contents = CDOFeatureDelta[contents, ADD, value=OID60, index=3] CommitInfo[2024-05-03 05:19:55.830 (1714713595830), Branch[id=0, name=MAIN], null, Commit 4, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID61:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID56:0v4 contents = CDOFeatureDelta[contents, ADD, value=OID61, index=4] CommitInfo[2024-05-03 05:19:55.831 (1714713595831), Branch[id=0, name=MAIN], null, Commit 5, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID62:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID56:0v5 contents = CDOFeatureDelta[contents, ADD, value=OID62, index=5] CommitInfo[2024-05-03 05:19:55.832 (1714713595832), Branch[id=0, name=MAIN], null, Commit 6, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID63:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID56:0v6 contents = CDOFeatureDelta[contents, ADD, value=OID63, index=6] CommitInfo[2024-05-03 05:19:55.833 (1714713595833), Branch[id=0, name=MAIN], null, Commit 7, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID64:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID56:0v7 contents = CDOFeatureDelta[contents, ADD, value=OID64, index=7] CommitInfo[2024-05-03 05:19:55.834 (1714713595834), Branch[id=0, name=MAIN], null, Commit 8, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID65:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID56:0v8 contents = CDOFeatureDelta[contents, ADD, value=OID65, index=8] CommitInfo[2024-05-03 05:19:55.836 (1714713595836), Branch[id=0, name=MAIN], null, Commit 9, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID66:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID56:0v9 contents = CDOFeatureDelta[contents, ADD, value=OID66, index=9] CommitInfo[2024-05-03 05:19:55.837 (1714713595837), Branch[id=0, name=MAIN], null, Commit 10, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID67:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID56:0v10 contents = CDOFeatureDelta[contents, ADD, value=OID67, index=10] CommitInfo[2024-05-03 05:19:55.839 (1714713595839), Branch[id=0, name=MAIN], null, Commit 11, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID68:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID56:0v11 contents = CDOFeatureDelta[contents, ADD, value=OID68, index=11] CommitInfo[2024-05-03 05:19:55.840 (1714713595840), Branch[id=0, name=MAIN], null, Commit 12, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID69:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID56:0v12 contents = CDOFeatureDelta[contents, ADD, value=OID69, index=12] CommitInfo[2024-05-03 05:19:55.841 (1714713595841), Branch[id=0, name=MAIN], null, Commit 13, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID70:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID56:0v13 contents = CDOFeatureDelta[contents, ADD, value=OID70, index=13] CommitInfo[2024-05-03 05:19:55.842 (1714713595842), Branch[id=0, name=MAIN], null, Commit 14, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID71:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID56:0v14 contents = CDOFeatureDelta[contents, ADD, value=OID71, index=14] CommitInfo[2024-05-03 05:19:55.843 (1714713595843), Branch[id=0, name=MAIN], null, Commit 15, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID72:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID56:0v15 contents = CDOFeatureDelta[contents, ADD, value=OID72, index=15] CommitInfo[2024-05-03 05:19:55.844 (1714713595844), Branch[id=0, name=MAIN], null, Commit 16, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID73:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID56:0v16 contents = CDOFeatureDelta[contents, ADD, value=OID73, index=16] CommitInfo[2024-05-03 05:19:55.845 (1714713595845), Branch[id=0, name=MAIN], null, Commit 17, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID74:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID56:0v17 contents = CDOFeatureDelta[contents, ADD, value=OID74, index=17] CommitInfo[2024-05-03 05:19:55.846 (1714713595846), Branch[id=0, name=MAIN], null, Commit 18, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID75:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID56:0v18 contents = CDOFeatureDelta[contents, ADD, value=OID75, index=18] CommitInfo[2024-05-03 05:19:55.848 (1714713595848), Branch[id=0, name=MAIN], null, Commit 19, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID76:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID56:0v19 contents = CDOFeatureDelta[contents, ADD, value=OID76, index=19] ******************************************************* CommitInfoTest.testLogThroughWriteAccessHandler [H2-auditing-ranges, JVM, Native] ******************************************************* CommitInfo[2024-05-03 05:19:55.855 (1714713595855), Branch[id=0, name=MAIN], null, Commit 0, null, CommitData[newPackageUnits=0, newObjects=3, changedObjects=1, detachedObjects=0]] + CDOResourceFolder@OID77:0v1("CommitInfoTest_testLogThroughWriteAccessHandler") folder = null name = CommitInfoTest_testLogThroughWriteAccessHandler nodes = [OID78] + CDOResource@OID78:0v1("res") folder = null name = res contents = [OID79] + Product1@OID79:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID1:0v7 contents = CDOFeatureDelta[contents, ADD, value=OID77, index=6] CommitInfo[2024-05-03 05:19:55.856 (1714713595856), Branch[id=0, name=MAIN], null, Commit 1, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID80:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID78:0v1 contents = CDOFeatureDelta[contents, ADD, value=OID80, index=1] CommitInfo[2024-05-03 05:19:55.857 (1714713595857), Branch[id=0, name=MAIN], null, Commit 2, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID81:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID78:0v2 contents = CDOFeatureDelta[contents, ADD, value=OID81, index=2] CommitInfo[2024-05-03 05:19:55.858 (1714713595858), Branch[id=0, name=MAIN], null, Commit 3, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID82:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID78:0v3 contents = CDOFeatureDelta[contents, ADD, value=OID82, index=3] CommitInfo[2024-05-03 05:19:55.859 (1714713595859), Branch[id=0, name=MAIN], null, Commit 4, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID83:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID78:0v4 contents = CDOFeatureDelta[contents, ADD, value=OID83, index=4] CommitInfo[2024-05-03 05:19:55.860 (1714713595860), Branch[id=0, name=MAIN], null, Commit 5, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID84:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID78:0v5 contents = CDOFeatureDelta[contents, ADD, value=OID84, index=5] CommitInfo[2024-05-03 05:19:55.862 (1714713595862), Branch[id=0, name=MAIN], null, Commit 6, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID85:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID78:0v6 contents = CDOFeatureDelta[contents, ADD, value=OID85, index=6] CommitInfo[2024-05-03 05:19:55.863 (1714713595863), Branch[id=0, name=MAIN], null, Commit 7, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID86:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID78:0v7 contents = CDOFeatureDelta[contents, ADD, value=OID86, index=7] CommitInfo[2024-05-03 05:19:55.864 (1714713595864), Branch[id=0, name=MAIN], null, Commit 8, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID87:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID78:0v8 contents = CDOFeatureDelta[contents, ADD, value=OID87, index=8] CommitInfo[2024-05-03 05:19:55.865 (1714713595865), Branch[id=0, name=MAIN], null, Commit 9, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID88:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID78:0v9 contents = CDOFeatureDelta[contents, ADD, value=OID88, index=9] CommitInfo[2024-05-03 05:19:55.866 (1714713595866), Branch[id=0, name=MAIN], null, Commit 10, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID89:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID78:0v10 contents = CDOFeatureDelta[contents, ADD, value=OID89, index=10] CommitInfo[2024-05-03 05:19:55.867 (1714713595867), Branch[id=0, name=MAIN], null, Commit 11, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID90:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID78:0v11 contents = CDOFeatureDelta[contents, ADD, value=OID90, index=11] CommitInfo[2024-05-03 05:19:55.868 (1714713595868), Branch[id=0, name=MAIN], null, Commit 12, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID91:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID78:0v12 contents = CDOFeatureDelta[contents, ADD, value=OID91, index=12] CommitInfo[2024-05-03 05:19:55.869 (1714713595869), Branch[id=0, name=MAIN], null, Commit 13, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID92:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID78:0v13 contents = CDOFeatureDelta[contents, ADD, value=OID92, index=13] CommitInfo[2024-05-03 05:19:55.870 (1714713595870), Branch[id=0, name=MAIN], null, Commit 14, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID93:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID78:0v14 contents = CDOFeatureDelta[contents, ADD, value=OID93, index=14] CommitInfo[2024-05-03 05:19:55.871 (1714713595871), Branch[id=0, name=MAIN], null, Commit 15, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID94:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID78:0v15 contents = CDOFeatureDelta[contents, ADD, value=OID94, index=15] CommitInfo[2024-05-03 05:19:55.873 (1714713595873), Branch[id=0, name=MAIN], null, Commit 16, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID95:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID78:0v16 contents = CDOFeatureDelta[contents, ADD, value=OID95, index=16] CommitInfo[2024-05-03 05:19:55.874 (1714713595874), Branch[id=0, name=MAIN], null, Commit 17, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID96:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID78:0v17 contents = CDOFeatureDelta[contents, ADD, value=OID96, index=17] CommitInfo[2024-05-03 05:19:55.875 (1714713595875), Branch[id=0, name=MAIN], null, Commit 18, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID97:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID78:0v18 contents = CDOFeatureDelta[contents, ADD, value=OID97, index=18] CommitInfo[2024-05-03 05:19:55.876 (1714713595876), Branch[id=0, name=MAIN], null, Commit 19, null, CommitData[newPackageUnits=0, newObjects=1, changedObjects=1, detachedObjects=0]] + Product1@OID98:0v1 name = null orderDetails = null vat = null otherVATs = null * CDOResource@OID78:0v19 contents = CDOFeatureDelta[contents, ADD, value=OID98, index=19] ******************************************************* CommitInfoTest.testMultipleEntries [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* CommitInfoTest.testMultipleEntriesByCountDown [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* CommitInfoTest.testMultipleEntriesByCountUp [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' 1714713596061 1714713596071 1714713596072 1714713596073 1714713596074 1714713596075 1714713596076 1714713596077 1714713596078 1714713596079 1714713596080 1714713596081 1714713596082 1714713596083 1714713596084 1714713596085 1714713596086 1714713596087 1714713596088 1714713596089 1714713596061 -> 1714713596061 1714713596071 -> 1714713596071 1714713596072 -> 1714713596072 1714713596073 -> 1714713596073 1714713596074 -> 1714713596074 1714713596075 -> 1714713596075 1714713596076 -> 1714713596076 1714713596077 -> 1714713596077 1714713596078 -> 1714713596078 1714713596079 -> 1714713596079 ******************************************************* CommitInfoTest.testServerBranch [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* CommitInfoTest.testServerBranchWithBranch [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* CommitInfoTest.testServerComment [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* CommitInfoTest.testServerCommentWithBranch [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* CommitInfoTest.testServerTimestamp [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* CommitInfoTest.testServerTimestampWithBranch [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* CommitInfoTest.testServerUser [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] The CDO system tables are not found in schema "commitinforepo"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, protectedrepo, repo2, repo3, repo1, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* CommitInfoTest.testServerUserWithBranch [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] The CDO system tables are not found in schema "commitinforepo"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, protectedrepo, repo2, repo3, repo1, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* ComplexTest.testCrossResourceGenRefMultiNonContainedUnidirectional [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* ComplexTest.testCrossResourceGenRefSingleNonContainedUnidirectional [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* ComplexTest.testCrossResourceIfcimplMultiNonContainedBidirectional [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* ComplexTest.testCrossResourceIfcimplMultiNonContainedUnidirectional [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* ComplexTest.testCrossResourceIfcimplSingleNonContainedBidirectional [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* ComplexTest.testCrossResourceIfcimplSingleNonContainedUnidirectional [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* ComplexTest.testCrossResourcePlainMultiNonContainedBidirectional [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* ComplexTest.testCrossResourcePlainMultiNonContainedUnidirectional [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* ComplexTest.testCrossResourcePlainSingleNonContainedBidirectional [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* ComplexTest.testCrossResourcePlainSingleNonContainedUnidirectional [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* ComplexTest.testGenRefMultiContainedUnidirectional [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* ComplexTest.testGenRefMultiNonContainedUnidirectional [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* ComplexTest.testGenRefSingleContainedUnidirectional [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* ComplexTest.testGenRefSingleNonContainedUnidirectional [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* ComplexTest.testIfcimplMultiContainedBidirectional [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* ComplexTest.testIfcimplMultiContainedUnidirectional [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* ComplexTest.testIfcimplMultiNonContainedBidirectional [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* ComplexTest.testIfcimplMultiNonContainedUnidirectional [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* ComplexTest.testIfcimplSingleContainedBidirectional [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* ComplexTest.testIfcimplSingleContainedUnidirectional [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* ComplexTest.testIfcimplSingleNonContainedBidirectional [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* ComplexTest.testIfcimplSingleNonContainedUnidirectional [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* ComplexTest.testMigrateContainmentMulti [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* ComplexTest.testMigrateContainmentSingle [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* ComplexTest.testMultipleTransactions2 [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* ComplexTest.testMultipleTransactions3 [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* ComplexTest.testPlainMultiContainedBidirectional [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* ComplexTest.testPlainMultiContainedUnidirectional [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* ComplexTest.testPlainMultiNonContainedBidirectional [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* ComplexTest.testPlainMultiNonContainedUnidirectional [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* ComplexTest.testPlainSingleContainedBidirectional [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* ComplexTest.testPlainSingleContainedUnidirectional [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* ComplexTest.testPlainSingleNonContainedBidirectional [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* ComplexTest.testPlainSingleNonContainedUnidirectional [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* ConflictResolverExtendedTest.testAddHeadAddHead [H2-auditing-ranges, JVM, Native] ******************************************************* This root: org.eclipse.emf.ecore.impl.ENotificationImpl@303b9d23 (eventType: ADD, position: 0, notifier: Root@OID308[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: null, newValue: BaseObject@oid1[NEW], isTouch: false, wasSet: true) That root: org.eclipse.emf.ecore.impl.ENotificationImpl@1d6c8064 (eventType: ADD, position: 0, notifier: Root@OID308[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: null, newValue: BaseObject@oid1[NEW], isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@222bb23e (eventType: ADD, position: 0, notifier: Root@OID308[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: [BaseObject@oid1[NEW], OID309, OID310, OID311, OID312, OID313], newValue: BaseObject@OID318, isTouch: false, wasSet: true) This root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@478eef4 (eventType: ADD, position: 1, notifier: Root@OID308, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: [OID318, OID309, OID310, OID311, OID312, OID313], newValue: BaseObject@OID319, isTouch: false, wasSet: true) This List: ThisBaseObject 0 [OID318], ThatBaseObject 0 [OID319], BaseObject 0 [OID309], BaseObject 1 [OID310], BaseObject 2 [OID311], BaseObject 3 [OID312], BaseObject 4 [OID313] That List: ThisBaseObject 0 [OID318], ThatBaseObject 0 [OID319], BaseObject 0 [OID309], BaseObject 1 [OID310], BaseObject 2 [OID311], BaseObject 3 [OID312], BaseObject 4 [OID313] ******************************************************* ConflictResolverExtendedTest.testAddHeadAddTail [H2-auditing-ranges, JVM, Native] ******************************************************* This root: org.eclipse.emf.ecore.impl.ENotificationImpl@146f975d (eventType: ADD, position: 0, notifier: Root@OID322[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: null, newValue: BaseObject@oid1[NEW], isTouch: false, wasSet: true) That root: org.eclipse.emf.ecore.impl.ENotificationImpl@1b4e9f29 (eventType: ADD, position: 5, notifier: Root@OID322[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: null, newValue: BaseObject@oid1[NEW], isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@db94ba8 (eventType: ADD, position: 0, notifier: Root@OID322[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: [OID323, OID324, OID325, OID326, OID327, BaseObject@oid1[NEW]], newValue: BaseObject@OID332, isTouch: false, wasSet: true) This root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@6c3ecb0d (eventType: ADD, position: 6, notifier: Root@OID322, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: [OID332, OID323, OID324, OID325, OID326, OID327], newValue: BaseObject@OID333, isTouch: false, wasSet: true) This List: ThisBaseObject 0 [OID332], BaseObject 0 [OID323], BaseObject 1 [OID324], BaseObject 2 [OID325], BaseObject 3 [OID326], BaseObject 4 [OID327], ThatBaseObject 0 [OID333] That List: ThisBaseObject 0 [OID332], BaseObject 0 [OID323], BaseObject 1 [OID324], BaseObject 2 [OID325], BaseObject 3 [OID326], BaseObject 4 [OID327], ThatBaseObject 0 [OID333] ******************************************************* ConflictResolverExtendedTest.testAddHeadClear [H2-auditing-ranges, JVM, Native] ******************************************************* This root: org.eclipse.emf.ecore.impl.ENotificationImpl@8c4cc8f (eventType: ADD, position: 0, notifier: Root@OID336[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: null, newValue: BaseObject@oid1[NEW], isTouch: false, wasSet: true) That root: org.eclipse.emf.ecore.impl.ENotificationImpl@2b778965 (eventType: REMOVE_MANY, position: -1, notifier: Root@OID336[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: [BaseObject[TRANSIENT], BaseObject[TRANSIENT], BaseObject[TRANSIENT], BaseObject[TRANSIENT], BaseObject[TRANSIENT]], newValue: null, isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@d42d20a (eventType: ADD, position: 0, notifier: Root@OID336[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: null, newValue: BaseObject@OID346, isTouch: false, wasSet: true) This root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@21692b0b (eventType: REMOVE, position: 1, notifier: Root@OID336, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: null, newValue: null, isTouch: false, wasSet: true) This root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@1336ff05 (eventType: REMOVE, position: 1, notifier: Root@OID336, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: null, newValue: null, isTouch: false, wasSet: true) This root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@5b0d923b (eventType: REMOVE, position: 1, notifier: Root@OID336, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: null, newValue: null, isTouch: false, wasSet: true) This root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@72b7f1f2 (eventType: REMOVE, position: 1, notifier: Root@OID336, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: null, newValue: null, isTouch: false, wasSet: true) This root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@1aeeaddc (eventType: REMOVE, position: 1, notifier: Root@OID336, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: null, newValue: null, isTouch: false, wasSet: true) This List: ThisBaseObject 0 [OID346] That List: ThisBaseObject 0 [OID346] ******************************************************* ConflictResolverExtendedTest.testAddHeadMoveHead [H2-auditing-ranges, JVM, Native] ******************************************************* This root: org.eclipse.emf.ecore.impl.ENotificationImpl@6a72640a (eventType: ADD, position: 0, notifier: Root@OID349[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: null, newValue: BaseObject@oid1[NEW], isTouch: false, wasSet: true) That root: org.eclipse.emf.ecore.impl.ENotificationImpl@74f4879a (eventType: MOVE, position: 4, notifier: Root@OID349[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: 0, newValue: BaseObject@OID350, isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@2b56146d (eventType: ADD, position: 0, notifier: Root@OID349[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: [OID351, OID352, OID353, OID354, OID350], newValue: BaseObject@OID359, isTouch: false, wasSet: true) This root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@1f4667d3 (eventType: MOVE, position: 5, notifier: Root@OID349, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: 1, newValue: BaseObject@OID350, isTouch: false, wasSet: true) This List: ThisBaseObject 0 [OID359], BaseObject 1 [OID351], BaseObject 2 [OID352], BaseObject 3 [OID353], BaseObject 4 [OID354], BaseObject 0 [OID350] That List: ThisBaseObject 0 [OID359], BaseObject 1 [OID351], BaseObject 2 [OID352], BaseObject 3 [OID353], BaseObject 4 [OID354], BaseObject 0 [OID350] ******************************************************* ConflictResolverExtendedTest.testAddHeadMoveTail [H2-auditing-ranges, JVM, Native] ******************************************************* This root: org.eclipse.emf.ecore.impl.ENotificationImpl@167ba2fe (eventType: ADD, position: 0, notifier: Root@OID362[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: null, newValue: BaseObject@oid1[NEW], isTouch: false, wasSet: true) That root: org.eclipse.emf.ecore.impl.ENotificationImpl@7290782a (eventType: MOVE, position: 0, notifier: Root@OID362[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: 4, newValue: BaseObject@OID367, isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@769796e4 (eventType: ADD, position: 0, notifier: Root@OID362[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: [OID367, OID363, OID364, OID365, OID366], newValue: BaseObject@OID372, isTouch: false, wasSet: true) This root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@70b254b9 (eventType: MOVE, position: 1, notifier: Root@OID362, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: 5, newValue: BaseObject@OID367, isTouch: false, wasSet: true) This List: ThisBaseObject 0 [OID372], BaseObject 4 [OID367], BaseObject 0 [OID363], BaseObject 1 [OID364], BaseObject 2 [OID365], BaseObject 3 [OID366] That List: ThisBaseObject 0 [OID372], BaseObject 4 [OID367], BaseObject 0 [OID363], BaseObject 1 [OID364], BaseObject 2 [OID365], BaseObject 3 [OID366] ******************************************************* ConflictResolverExtendedTest.testAddHeadRemoveHead [H2-auditing-ranges, JVM, Native] ******************************************************* This root: org.eclipse.emf.ecore.impl.ENotificationImpl@19d9c4a0 (eventType: ADD, position: 0, notifier: Root@OID375[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: null, newValue: BaseObject@oid1[NEW], isTouch: false, wasSet: true) That root: org.eclipse.emf.ecore.impl.ENotificationImpl@796c2533 (eventType: REMOVE, position: 0, notifier: Root@OID375[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject[TRANSIENT], newValue: null, isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@7e57c6fb (eventType: ADD, position: 0, notifier: Root@OID375[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: [OID377, OID378, OID379, OID380], newValue: BaseObject@OID385, isTouch: false, wasSet: true) This root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@74c9e577 (eventType: REMOVE, position: 1, notifier: Root@OID375, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject@OID376[INVALID], newValue: null, isTouch: false, wasSet: true) This List: ThisBaseObject 0 [OID385], BaseObject 1 [OID377], BaseObject 2 [OID378], BaseObject 3 [OID379], BaseObject 4 [OID380] That List: ThisBaseObject 0 [OID385], BaseObject 1 [OID377], BaseObject 2 [OID378], BaseObject 3 [OID379], BaseObject 4 [OID380] ******************************************************* ConflictResolverExtendedTest.testAddHeadRemoveTail [H2-auditing-ranges, JVM, Native] ******************************************************* This root: org.eclipse.emf.ecore.impl.ENotificationImpl@6df88698 (eventType: ADD, position: 0, notifier: Root@OID388[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: null, newValue: BaseObject@oid1[NEW], isTouch: false, wasSet: true) That root: org.eclipse.emf.ecore.impl.ENotificationImpl@1c4758e5 (eventType: REMOVE, position: 4, notifier: Root@OID388[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject[TRANSIENT], newValue: null, isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@7003ff70 (eventType: ADD, position: 0, notifier: Root@OID388[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: [OID389, OID390, OID391, OID392], newValue: BaseObject@OID398, isTouch: false, wasSet: true) This root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@665114 (eventType: REMOVE, position: 5, notifier: Root@OID388, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject@OID393[INVALID], newValue: null, isTouch: false, wasSet: true) This List: ThisBaseObject 0 [OID398], BaseObject 0 [OID389], BaseObject 1 [OID390], BaseObject 2 [OID391], BaseObject 3 [OID392] That List: ThisBaseObject 0 [OID398], BaseObject 0 [OID389], BaseObject 1 [OID390], BaseObject 2 [OID391], BaseObject 3 [OID392] ******************************************************* ConflictResolverExtendedTest.testAddRemove [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* ConflictResolverExtendedTest.testAddTailAddHead [H2-auditing-ranges, JVM, Native] ******************************************************* This root: org.eclipse.emf.ecore.impl.ENotificationImpl@c1c48ab (eventType: ADD, position: 5, notifier: Root@OID410[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: null, newValue: BaseObject@oid1[NEW], isTouch: false, wasSet: true) That root: org.eclipse.emf.ecore.impl.ENotificationImpl@7d35fe6f (eventType: ADD, position: 0, notifier: Root@OID410[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: null, newValue: BaseObject@oid1[NEW], isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@7680face (eventType: ADD, position: 5, notifier: Root@OID410[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: [BaseObject@oid1[NEW], OID411, OID412, OID413, OID414, OID415], newValue: BaseObject@OID420, isTouch: false, wasSet: true) This root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@5faa6f7c (eventType: ADD, position: 0, notifier: Root@OID410, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: [OID411, OID412, OID413, OID414, OID415, OID420], newValue: BaseObject@OID421, isTouch: false, wasSet: true) This List: ThatBaseObject 0 [OID421], BaseObject 0 [OID411], BaseObject 1 [OID412], BaseObject 2 [OID413], BaseObject 3 [OID414], BaseObject 4 [OID415], ThisBaseObject 0 [OID420] That List: ThatBaseObject 0 [OID421], BaseObject 0 [OID411], BaseObject 1 [OID412], BaseObject 2 [OID413], BaseObject 3 [OID414], BaseObject 4 [OID415], ThisBaseObject 0 [OID420] ******************************************************* ConflictResolverExtendedTest.testAddTailAddTail [H2-auditing-ranges, JVM, Native] ******************************************************* This root: org.eclipse.emf.ecore.impl.ENotificationImpl@2430e2e6 (eventType: ADD, position: 5, notifier: Root@OID424[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: null, newValue: BaseObject@oid1[NEW], isTouch: false, wasSet: true) That root: org.eclipse.emf.ecore.impl.ENotificationImpl@21c6b652 (eventType: ADD, position: 5, notifier: Root@OID424[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: null, newValue: BaseObject@oid1[NEW], isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@5995bb69 (eventType: ADD, position: 5, notifier: Root@OID424[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: [OID425, OID426, OID427, OID428, OID429, BaseObject@oid1[NEW]], newValue: BaseObject@OID434, isTouch: false, wasSet: true) This root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@1c7588b5 (eventType: ADD, position: 6, notifier: Root@OID424, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: [OID425, OID426, OID427, OID428, OID429, OID434], newValue: BaseObject@OID435, isTouch: false, wasSet: true) This List: BaseObject 0 [OID425], BaseObject 1 [OID426], BaseObject 2 [OID427], BaseObject 3 [OID428], BaseObject 4 [OID429], ThisBaseObject 0 [OID434], ThatBaseObject 0 [OID435] That List: BaseObject 0 [OID425], BaseObject 1 [OID426], BaseObject 2 [OID427], BaseObject 3 [OID428], BaseObject 4 [OID429], ThisBaseObject 0 [OID434], ThatBaseObject 0 [OID435] ******************************************************* ConflictResolverExtendedTest.testAddTailClear [H2-auditing-ranges, JVM, Native] ******************************************************* This root: org.eclipse.emf.ecore.impl.ENotificationImpl@535fda48 (eventType: ADD, position: 5, notifier: Root@OID438[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: null, newValue: BaseObject@oid1[NEW], isTouch: false, wasSet: true) That root: org.eclipse.emf.ecore.impl.ENotificationImpl@7ea5b921 (eventType: REMOVE_MANY, position: -1, notifier: Root@OID438[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: [BaseObject[TRANSIENT], BaseObject[TRANSIENT], BaseObject[TRANSIENT], BaseObject[TRANSIENT], BaseObject[TRANSIENT]], newValue: null, isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@5ba395ea (eventType: ADD, position: 5, notifier: Root@OID438[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: null, newValue: BaseObject@OID448, isTouch: false, wasSet: true) This root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@9565865 (eventType: REMOVE, position: 0, notifier: Root@OID438, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: null, newValue: null, isTouch: false, wasSet: true) This root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@5c683c58 (eventType: REMOVE, position: 0, notifier: Root@OID438, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: null, newValue: null, isTouch: false, wasSet: true) This root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@5af57331 (eventType: REMOVE, position: 0, notifier: Root@OID438, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: null, newValue: null, isTouch: false, wasSet: true) This root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@23fd19ba (eventType: REMOVE, position: 0, notifier: Root@OID438, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: null, newValue: null, isTouch: false, wasSet: true) This root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@1853e8d0 (eventType: REMOVE, position: 0, notifier: Root@OID438, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: null, newValue: null, isTouch: false, wasSet: true) This List: ThisBaseObject 0 [OID448] That List: ThisBaseObject 0 [OID448] ******************************************************* ConflictResolverExtendedTest.testAddTailMoveHead [H2-auditing-ranges, JVM, Native] ******************************************************* This root: org.eclipse.emf.ecore.impl.ENotificationImpl@6145c917 (eventType: ADD, position: 5, notifier: Root@OID451[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: null, newValue: BaseObject@oid1[NEW], isTouch: false, wasSet: true) That root: org.eclipse.emf.ecore.impl.ENotificationImpl@2a0d2fb9 (eventType: REMOVE, position: 0, notifier: Root@OID451[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject[TRANSIENT], newValue: null, isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@77c3f4c (eventType: ADD, position: 5, notifier: Root@OID451[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: [OID453, OID454, OID455, OID456], newValue: BaseObject@OID461, isTouch: false, wasSet: true) This root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@281783c6 (eventType: REMOVE, position: 0, notifier: Root@OID451, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: null, newValue: null, isTouch: false, wasSet: true) This List: BaseObject 1 [OID453], BaseObject 2 [OID454], BaseObject 3 [OID455], BaseObject 4 [OID456], ThisBaseObject 0 [OID461] That List: BaseObject 1 [OID453], BaseObject 2 [OID454], BaseObject 3 [OID455], BaseObject 4 [OID456], ThisBaseObject 0 [OID461] ******************************************************* ConflictResolverExtendedTest.testAddTailMoveTail [H2-auditing-ranges, JVM, Native] ******************************************************* This root: org.eclipse.emf.ecore.impl.ENotificationImpl@528dbc9e (eventType: ADD, position: 5, notifier: Root@OID464[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: null, newValue: BaseObject@oid1[NEW], isTouch: false, wasSet: true) That root: org.eclipse.emf.ecore.impl.ENotificationImpl@61b58fdb (eventType: MOVE, position: 0, notifier: Root@OID464[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: 4, newValue: BaseObject@OID469, isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@537365b6 (eventType: ADD, position: 5, notifier: Root@OID464[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: [OID469, OID465, OID466, OID467, OID468], newValue: BaseObject@OID474, isTouch: false, wasSet: true) This root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@7c13bb98 (eventType: MOVE, position: 0, notifier: Root@OID464, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: 4, newValue: BaseObject@OID469, isTouch: false, wasSet: true) This List: BaseObject 4 [OID469], BaseObject 0 [OID465], BaseObject 1 [OID466], BaseObject 2 [OID467], BaseObject 3 [OID468], ThisBaseObject 0 [OID474] That List: BaseObject 4 [OID469], BaseObject 0 [OID465], BaseObject 1 [OID466], BaseObject 2 [OID467], BaseObject 3 [OID468], ThisBaseObject 0 [OID474] ******************************************************* ConflictResolverExtendedTest.testAddTailRemoveHead [H2-auditing-ranges, JVM, Native] ******************************************************* This root: org.eclipse.emf.ecore.impl.ENotificationImpl@79602a49 (eventType: ADD, position: 5, notifier: Root@OID477[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: null, newValue: BaseObject@oid1[NEW], isTouch: false, wasSet: true) That root: org.eclipse.emf.ecore.impl.ENotificationImpl@12a5d42e (eventType: REMOVE, position: 0, notifier: Root@OID477[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject[TRANSIENT], newValue: null, isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@79be9294 (eventType: ADD, position: 5, notifier: Root@OID477[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: [OID479, OID480, OID481, OID482], newValue: BaseObject@OID487, isTouch: false, wasSet: true) This root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@4a889c37 (eventType: REMOVE, position: 0, notifier: Root@OID477, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject@OID478[INVALID], newValue: null, isTouch: false, wasSet: true) This List: BaseObject 1 [OID479], BaseObject 2 [OID480], BaseObject 3 [OID481], BaseObject 4 [OID482], ThisBaseObject 0 [OID487] That List: BaseObject 1 [OID479], BaseObject 2 [OID480], BaseObject 3 [OID481], BaseObject 4 [OID482], ThisBaseObject 0 [OID487] ******************************************************* ConflictResolverExtendedTest.testAddTailRemoveTail [H2-auditing-ranges, JVM, Native] ******************************************************* This root: org.eclipse.emf.ecore.impl.ENotificationImpl@425ac3e5 (eventType: ADD, position: 5, notifier: Root@OID490[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: null, newValue: BaseObject@oid1[NEW], isTouch: false, wasSet: true) That root: org.eclipse.emf.ecore.impl.ENotificationImpl@5f49724a (eventType: REMOVE, position: 4, notifier: Root@OID490[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject[TRANSIENT], newValue: null, isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@96f4833 (eventType: ADD, position: 5, notifier: Root@OID490[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: [OID491, OID492, OID493, OID494], newValue: BaseObject@OID500, isTouch: false, wasSet: true) This root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@3c89d29d (eventType: REMOVE, position: 4, notifier: Root@OID490, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject@OID495[INVALID], newValue: null, isTouch: false, wasSet: true) This List: BaseObject 0 [OID491], BaseObject 1 [OID492], BaseObject 2 [OID493], BaseObject 3 [OID494], ThisBaseObject 0 [OID500] That List: BaseObject 0 [OID491], BaseObject 1 [OID492], BaseObject 2 [OID493], BaseObject 3 [OID494], ThisBaseObject 0 [OID500] ******************************************************* ConflictResolverExtendedTest.testChangeChange [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* ConflictResolverExtendedTest.testChangeRemove [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* ConflictResolverExtendedTest.testClearAddHead [H2-auditing-ranges, JVM, Native] ******************************************************* This root: org.eclipse.emf.ecore.impl.ENotificationImpl@5617ef1e (eventType: REMOVE_MANY, position: -1, notifier: Root@OID519[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: [BaseObject[TRANSIENT], BaseObject[TRANSIENT], BaseObject[TRANSIENT], BaseObject[TRANSIENT], BaseObject[TRANSIENT]], newValue: null, isTouch: false, wasSet: true) That root: org.eclipse.emf.ecore.impl.ENotificationImpl@25c9c384 (eventType: ADD, position: 0, notifier: Root@OID519[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: null, newValue: BaseObject@oid1[NEW], isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@6c4cccc3 (eventType: REMOVE_MANY, position: -1, notifier: Root@OID519[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: [BaseObject@oid1[NEW], OID520, OID521, OID522, OID523, OID524], newValue: null, isTouch: false, wasSet: true) This root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@52b776ae (eventType: ADD, position: 0, notifier: Root@OID519, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: null, newValue: BaseObject@OID529, isTouch: false, wasSet: true) This List: ThatBaseObject 0 [OID529] That List: ThatBaseObject 0 [OID529] ******************************************************* ConflictResolverExtendedTest.testClearAddTail [H2-auditing-ranges, JVM, Native] ******************************************************* This root: org.eclipse.emf.ecore.impl.ENotificationImpl@3dd9b254 (eventType: REMOVE_MANY, position: -1, notifier: Root@OID532[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: [BaseObject[TRANSIENT], BaseObject[TRANSIENT], BaseObject[TRANSIENT], BaseObject[TRANSIENT], BaseObject[TRANSIENT]], newValue: null, isTouch: false, wasSet: true) That root: org.eclipse.emf.ecore.impl.ENotificationImpl@3fca9cb0 (eventType: ADD, position: 5, notifier: Root@OID532[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: null, newValue: BaseObject@oid1[NEW], isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@5dbb3f75 (eventType: REMOVE_MANY, position: -1, notifier: Root@OID532[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: [OID533, OID534, OID535, OID536, OID537, BaseObject@oid1[NEW]], newValue: null, isTouch: false, wasSet: true) This root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@3e84a753 (eventType: ADD, position: 0, notifier: Root@OID532, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: null, newValue: BaseObject@OID542, isTouch: false, wasSet: true) This List: ThatBaseObject 0 [OID542] That List: ThatBaseObject 0 [OID542] ******************************************************* ConflictResolverExtendedTest.testClearClear [H2-auditing-ranges, JVM, Native] ******************************************************* This root: org.eclipse.emf.ecore.impl.ENotificationImpl@2e3dbdc6 (eventType: REMOVE_MANY, position: -1, notifier: Root@OID545[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: [BaseObject[TRANSIENT], BaseObject[TRANSIENT], BaseObject[TRANSIENT], BaseObject[TRANSIENT], BaseObject[TRANSIENT]], newValue: null, isTouch: false, wasSet: true) That root: org.eclipse.emf.ecore.impl.ENotificationImpl@2a0bddb9 (eventType: REMOVE_MANY, position: -1, notifier: Root@OID545[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: [BaseObject[TRANSIENT], BaseObject[TRANSIENT], BaseObject[TRANSIENT], BaseObject[TRANSIENT], BaseObject[TRANSIENT]], newValue: null, isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@3c3c31e9 (eventType: REMOVE_MANY, position: -1, notifier: Root@OID545, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: [], newValue: null, isTouch: false, wasSet: true) This List: That List: ******************************************************* ConflictResolverExtendedTest.testClearMoveHead [H2-auditing-ranges, JVM, Native] ******************************************************* That root: org.eclipse.emf.ecore.impl.ENotificationImpl@43f1ad87 (eventType: MOVE, position: 4, notifier: Root@OID557[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: 0, newValue: BaseObject@OID558, isTouch: false, wasSet: true) This root: org.eclipse.emf.ecore.impl.ENotificationImpl@1831d2d5 (eventType: REMOVE_MANY, position: -1, notifier: Root@OID557[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: [BaseObject[TRANSIENT], BaseObject[TRANSIENT], BaseObject[TRANSIENT], BaseObject[TRANSIENT], BaseObject[TRANSIENT]], newValue: null, isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@6c08b8fb (eventType: REMOVE_MANY, position: -1, notifier: Root@OID557, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: [BaseObject@OID559[INVALID], OID560, OID561, OID562, BaseObject@OID558[INVALID]], newValue: null, isTouch: false, wasSet: true) This List: That List: ******************************************************* ConflictResolverExtendedTest.testClearMoveTail [H2-auditing-ranges, JVM, Native] ******************************************************* That root: org.eclipse.emf.ecore.impl.ENotificationImpl@6c5a56fc (eventType: MOVE, position: 0, notifier: Root@OID569[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: 4, newValue: BaseObject@OID574, isTouch: false, wasSet: true) This root: org.eclipse.emf.ecore.impl.ENotificationImpl@9b202e7 (eventType: REMOVE_MANY, position: -1, notifier: Root@OID569[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: [BaseObject[TRANSIENT], BaseObject[TRANSIENT], BaseObject[TRANSIENT], BaseObject[TRANSIENT], BaseObject[TRANSIENT]], newValue: null, isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@5f71bbf2 (eventType: REMOVE_MANY, position: -1, notifier: Root@OID569, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: [BaseObject@OID574[INVALID], OID570, OID571, OID572, BaseObject@OID573[INVALID]], newValue: null, isTouch: false, wasSet: true) This List: That List: ******************************************************* ConflictResolverExtendedTest.testClearRemoveHead [H2-auditing-ranges, JVM, Native] ******************************************************* That root: org.eclipse.emf.ecore.impl.ENotificationImpl@268d3710 (eventType: REMOVE, position: 0, notifier: Root@OID581[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject[TRANSIENT], newValue: null, isTouch: false, wasSet: true) This root: org.eclipse.emf.ecore.impl.ENotificationImpl@339f25a9 (eventType: REMOVE_MANY, position: -1, notifier: Root@OID581[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: [BaseObject[TRANSIENT], BaseObject[TRANSIENT], BaseObject[TRANSIENT], BaseObject[TRANSIENT], BaseObject[TRANSIENT]], newValue: null, isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@73f56103 (eventType: REMOVE_MANY, position: -1, notifier: Root@OID581, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: [BaseObject@OID583[INVALID], OID584, OID585, OID586], newValue: null, isTouch: false, wasSet: true) This List: That List: ******************************************************* ConflictResolverExtendedTest.testClearRemoveTail [H2-auditing-ranges, JVM, Native] ******************************************************* That root: org.eclipse.emf.ecore.impl.ENotificationImpl@a6b8c93 (eventType: REMOVE, position: 4, notifier: Root@OID593[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject[TRANSIENT], newValue: null, isTouch: false, wasSet: true) This root: org.eclipse.emf.ecore.impl.ENotificationImpl@7b2e452e (eventType: REMOVE_MANY, position: -1, notifier: Root@OID593[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: [BaseObject[TRANSIENT], BaseObject[TRANSIENT], BaseObject[TRANSIENT], BaseObject[TRANSIENT], BaseObject[TRANSIENT]], newValue: null, isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@410812b (eventType: REMOVE_MANY, position: -1, notifier: Root@OID593, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: [OID594, OID595, OID596, BaseObject@OID597[INVALID]], newValue: null, isTouch: false, wasSet: true) This List: That List: ******************************************************* ConflictResolverExtendedTest.testContainerAddDifferentParent [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* ConflictResolverExtendedTest.testManyValuedAddAdd [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* ConflictResolverExtendedTest.testManyValuedAddAddRemoveRemove [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* ConflictResolverExtendedTest.testManyValuedAddAddRemoveRemove2 [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* ConflictResolverExtendedTest.testManyValuedAddAdd_SameValue [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* ConflictResolverExtendedTest.testManyValuedAddChange [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* ConflictResolverExtendedTest.testManyValuedAddRemove [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* ConflictResolverExtendedTest.testManyValuedAddSet_SameValue [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* ConflictResolverExtendedTest.testManyValuedChangeAdd [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* ConflictResolverExtendedTest.testManyValuedChangeChange [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* ConflictResolverExtendedTest.testManyValuedChangeChangeTest2 [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* ConflictResolverExtendedTest.testManyValuedChangeRemove [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* ConflictResolverExtendedTest.testManyValuedChangeRemoveTest2 [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* ConflictResolverExtendedTest.testManyValuedRemoveAdd [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* ConflictResolverExtendedTest.testManyValuedRemoveChange [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* ConflictResolverExtendedTest.testManyValuedRemoveChangeTest2 [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* ConflictResolverExtendedTest.testManyValuedRemoveRemove [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* ConflictResolverExtendedTest.testManyValuedRemoveRemoveAddAdd [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* ConflictResolverExtendedTest.testManyValuedRemoveRemoveTest2 [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* ConflictResolverExtendedTest.testManyValuedSetAdd_SameValue [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* ConflictResolverExtendedTest.testMoveHeadAddHead [H2-auditing-ranges, JVM, Native] ******************************************************* This root: org.eclipse.emf.ecore.impl.ENotificationImpl@2e3e67cd (eventType: MOVE, position: 4, notifier: Root@OID798[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: 0, newValue: BaseObject@OID799, isTouch: false, wasSet: true) That root: org.eclipse.emf.ecore.impl.ENotificationImpl@75f78da3 (eventType: ADD, position: 0, notifier: Root@OID798[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: null, newValue: BaseObject@oid1[NEW], isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@16fafa5c (eventType: MOVE, position: 4, notifier: Root@OID798[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: 0, newValue: BaseObject@OID799, isTouch: false, wasSet: true) This root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@383097b8 (eventType: ADD, position: 4, notifier: Root@OID798, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: [OID800, OID801, OID802, OID803, OID799], newValue: BaseObject@OID808, isTouch: false, wasSet: true) This List: BaseObject 1 [OID800], BaseObject 2 [OID801], BaseObject 3 [OID802], BaseObject 4 [OID803], ThatBaseObject 0 [OID808], BaseObject 0 [OID799] That List: BaseObject 1 [OID800], BaseObject 2 [OID801], BaseObject 3 [OID802], BaseObject 4 [OID803], ThatBaseObject 0 [OID808], BaseObject 0 [OID799] ******************************************************* ConflictResolverExtendedTest.testMoveHeadAddTail [H2-auditing-ranges, JVM, Native] ******************************************************* This root: org.eclipse.emf.ecore.impl.ENotificationImpl@66c16afb (eventType: MOVE, position: 4, notifier: Root@OID811[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: 0, newValue: BaseObject@OID812, isTouch: false, wasSet: true) That root: org.eclipse.emf.ecore.impl.ENotificationImpl@2622cf89 (eventType: ADD, position: 5, notifier: Root@OID811[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: null, newValue: BaseObject@oid1[NEW], isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@31b34199 (eventType: MOVE, position: 4, notifier: Root@OID811[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: 0, newValue: BaseObject@OID812, isTouch: false, wasSet: true) This root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@18e51f2 (eventType: ADD, position: 5, notifier: Root@OID811, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: [OID813, OID814, OID815, OID816, OID812], newValue: BaseObject@OID821, isTouch: false, wasSet: true) This List: BaseObject 1 [OID813], BaseObject 2 [OID814], BaseObject 3 [OID815], BaseObject 4 [OID816], BaseObject 0 [OID812], ThatBaseObject 0 [OID821] That List: BaseObject 1 [OID813], BaseObject 2 [OID814], BaseObject 3 [OID815], BaseObject 4 [OID816], BaseObject 0 [OID812], ThatBaseObject 0 [OID821] ******************************************************* ConflictResolverExtendedTest.testMoveHeadClear [H2-auditing-ranges, JVM, Native] ******************************************************* This root: org.eclipse.emf.ecore.impl.ENotificationImpl@3fbd907d (eventType: MOVE, position: 4, notifier: Root@OID824[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: 0, newValue: BaseObject@OID825, isTouch: false, wasSet: true) That root: org.eclipse.emf.ecore.impl.ENotificationImpl@68853eb2 (eventType: REMOVE_MANY, position: -1, notifier: Root@OID824[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: [BaseObject[TRANSIENT], BaseObject[TRANSIENT], BaseObject[TRANSIENT], BaseObject[TRANSIENT], BaseObject[TRANSIENT]], newValue: null, isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@577ebb6 (eventType: MOVE, position: 4, notifier: Root@OID824[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: 0, newValue: BaseObject[TRANSIENT], isTouch: false, wasSet: true) This root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@67ef250a (eventType: REMOVE_MANY, position: -1, notifier: Root@OID824, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: [BaseObject@OID826[INVALID], OID827, OID828, OID829, BaseObject@OID825[INVALID]], newValue: null, isTouch: false, wasSet: true) This List: That List: ******************************************************* ConflictResolverExtendedTest.testMoveHeadMoveHead [H2-auditing-ranges, JVM, Native] ******************************************************* This root: org.eclipse.emf.ecore.impl.ENotificationImpl@28861abf (eventType: MOVE, position: 4, notifier: Root@OID836[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: 0, newValue: BaseObject@OID837, isTouch: false, wasSet: true) That root: org.eclipse.emf.ecore.impl.ENotificationImpl@43b72579 (eventType: MOVE, position: 4, notifier: Root@OID836[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: 0, newValue: BaseObject@OID837, isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@3e20d18d (eventType: MOVE, position: 4, notifier: Root@OID836, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: 0, newValue: BaseObject@OID837, isTouch: false, wasSet: true) This List: BaseObject 1 [OID838], BaseObject 2 [OID839], BaseObject 3 [OID840], BaseObject 4 [OID841], BaseObject 0 [OID837] That List: BaseObject 1 [OID838], BaseObject 2 [OID839], BaseObject 3 [OID840], BaseObject 4 [OID841], BaseObject 0 [OID837] ******************************************************* ConflictResolverExtendedTest.testMoveHeadMoveHeadRemoveMiddle [H2-auditing-ranges, JVM, Native] ******************************************************* This root: org.eclipse.emf.ecore.impl.ENotificationImpl@d483c5d (eventType: MOVE, position: 4, notifier: Root@OID848[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: 0, newValue: BaseObject@OID849, isTouch: false, wasSet: true) That root: org.eclipse.emf.ecore.impl.ENotificationImpl@6575f63d (eventType: MOVE, position: 4, notifier: Root@OID848[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: 0, newValue: BaseObject@OID849, isTouch: false, wasSet: true) That root: org.eclipse.emf.ecore.impl.ENotificationImpl@5ac32f28 (eventType: REMOVE, position: 1, notifier: Root@OID848[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject[TRANSIENT], newValue: null, isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@6762f1ff (eventType: MOVE, position: 4, notifier: Root@OID848[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: 0, newValue: BaseObject@OID849, isTouch: false, wasSet: true) This root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@6f4de8e1 (eventType: REMOVE, position: 1, notifier: Root@OID848, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject@OID851[INVALID], newValue: null, isTouch: false, wasSet: true) This List: BaseObject 1 [OID850], BaseObject 3 [OID852], BaseObject 4 [OID853], BaseObject 0 [OID849] That List: BaseObject 1 [OID850], BaseObject 3 [OID852], BaseObject 4 [OID853], BaseObject 0 [OID849] ******************************************************* ConflictResolverExtendedTest.testMoveHeadMoveTail [H2-auditing-ranges, JVM, Native] ******************************************************* This root: org.eclipse.emf.ecore.impl.ENotificationImpl@65615549 (eventType: MOVE, position: 4, notifier: Root@OID860[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: 0, newValue: BaseObject@OID861, isTouch: false, wasSet: true) That root: org.eclipse.emf.ecore.impl.ENotificationImpl@65962eb3 (eventType: MOVE, position: 0, notifier: Root@OID860[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: 4, newValue: BaseObject@OID865, isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@4f94fa04 (eventType: MOVE, position: 4, notifier: Root@OID860[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: 0, newValue: BaseObject@OID861, isTouch: false, wasSet: true) This root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@5a3bff87 (eventType: MOVE, position: 0, notifier: Root@OID860, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: 3, newValue: BaseObject@OID865, isTouch: false, wasSet: true) This List: BaseObject 4 [OID865], BaseObject 1 [OID862], BaseObject 2 [OID863], BaseObject 3 [OID864], BaseObject 0 [OID861] That List: BaseObject 4 [OID865], BaseObject 1 [OID862], BaseObject 2 [OID863], BaseObject 3 [OID864], BaseObject 0 [OID861] ******************************************************* ConflictResolverExtendedTest.testMoveHeadRemoveHead [H2-auditing-ranges, JVM, Native] ******************************************************* This root: org.eclipse.emf.ecore.impl.ENotificationImpl@6724271a (eventType: MOVE, position: 4, notifier: Root@OID872[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: 0, newValue: BaseObject@OID873, isTouch: false, wasSet: true) That root: org.eclipse.emf.ecore.impl.ENotificationImpl@2b3fa49 (eventType: REMOVE, position: 0, notifier: Root@OID872[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject[TRANSIENT], newValue: null, isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@778eaee8 (eventType: MOVE, position: 4, notifier: Root@OID872[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: 0, newValue: BaseObject[TRANSIENT], isTouch: false, wasSet: true) This root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@58adf114 (eventType: REMOVE, position: 4, notifier: Root@OID872, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject@OID873[INVALID], newValue: null, isTouch: false, wasSet: true) This List: BaseObject 1 [OID874], BaseObject 2 [OID875], BaseObject 3 [OID876], BaseObject 4 [OID877] That List: BaseObject 1 [OID874], BaseObject 2 [OID875], BaseObject 3 [OID876], BaseObject 4 [OID877] ******************************************************* ConflictResolverExtendedTest.testMoveHeadRemoveHeadRemoveMiddle [H2-auditing-ranges, JVM, Native] ******************************************************* This root: org.eclipse.emf.ecore.impl.ENotificationImpl@65bebea2 (eventType: REMOVE, position: 0, notifier: Root@OID884[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject[TRANSIENT], newValue: null, isTouch: false, wasSet: true) That root: org.eclipse.emf.ecore.impl.ENotificationImpl@36658b83 (eventType: MOVE, position: 4, notifier: Root@OID884[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: 0, newValue: BaseObject@OID885, isTouch: false, wasSet: true) That root: org.eclipse.emf.ecore.impl.ENotificationImpl@73261fa7 (eventType: REMOVE, position: 1, notifier: Root@OID884[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject[TRANSIENT], newValue: null, isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@2bf8b3af (eventType: REMOVE, position: 0, notifier: Root@OID884[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject@OID885[INVALID], newValue: null, isTouch: false, wasSet: true) This root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@1b431dd7 (eventType: REMOVE, position: 1, notifier: Root@OID884, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject@OID887[INVALID], newValue: null, isTouch: false, wasSet: true) This List: BaseObject 1 [OID886], BaseObject 3 [OID888], BaseObject 4 [OID889] That List: BaseObject 1 [OID886], BaseObject 3 [OID888], BaseObject 4 [OID889] ******************************************************* ConflictResolverExtendedTest.testMoveHeadRemoveTail [H2-auditing-ranges, JVM, Native] ******************************************************* This root: org.eclipse.emf.ecore.impl.ENotificationImpl@1260c65c (eventType: MOVE, position: 4, notifier: Root@OID896[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: 0, newValue: BaseObject@OID897, isTouch: false, wasSet: true) That root: org.eclipse.emf.ecore.impl.ENotificationImpl@3c560628 (eventType: REMOVE, position: 4, notifier: Root@OID896[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject[TRANSIENT], newValue: null, isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@4a6f0d98 (eventType: MOVE, position: 4, notifier: Root@OID896[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: 0, newValue: BaseObject@OID897, isTouch: false, wasSet: true) This root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@60d8b6b5 (eventType: REMOVE, position: 3, notifier: Root@OID896, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject@OID901[INVALID], newValue: null, isTouch: false, wasSet: true) This List: BaseObject 1 [OID898], BaseObject 2 [OID899], BaseObject 3 [OID900], BaseObject 0 [OID897] That List: BaseObject 1 [OID898], BaseObject 2 [OID899], BaseObject 3 [OID900], BaseObject 0 [OID897] ******************************************************* ConflictResolverExtendedTest.testMoveTailAddHead [H2-auditing-ranges, JVM, Native] ******************************************************* This root: org.eclipse.emf.ecore.impl.ENotificationImpl@565e883e (eventType: MOVE, position: 0, notifier: Root@OID908[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: 4, newValue: BaseObject@OID913, isTouch: false, wasSet: true) That root: org.eclipse.emf.ecore.impl.ENotificationImpl@3db54eb1 (eventType: ADD, position: 0, notifier: Root@OID908[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: null, newValue: BaseObject@oid1[NEW], isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@13e11337 (eventType: MOVE, position: 0, notifier: Root@OID908[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: 4, newValue: BaseObject@OID913, isTouch: false, wasSet: true) This root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@41d76452 (eventType: ADD, position: 1, notifier: Root@OID908, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: [OID913, OID909, OID910, OID911, OID912], newValue: BaseObject@OID918, isTouch: false, wasSet: true) This List: BaseObject 4 [OID913], ThatBaseObject 0 [OID918], BaseObject 0 [OID909], BaseObject 1 [OID910], BaseObject 2 [OID911], BaseObject 3 [OID912] That List: BaseObject 4 [OID913], ThatBaseObject 0 [OID918], BaseObject 0 [OID909], BaseObject 1 [OID910], BaseObject 2 [OID911], BaseObject 3 [OID912] ******************************************************* ConflictResolverExtendedTest.testMoveTailAddTail [H2-auditing-ranges, JVM, Native] ******************************************************* This root: org.eclipse.emf.ecore.impl.ENotificationImpl@6147b374 (eventType: MOVE, position: 0, notifier: Root@OID921[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: 4, newValue: BaseObject@OID926, isTouch: false, wasSet: true) That root: org.eclipse.emf.ecore.impl.ENotificationImpl@776bd9be (eventType: ADD, position: 5, notifier: Root@OID921[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: null, newValue: BaseObject@oid1[NEW], isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@33794d19 (eventType: MOVE, position: 0, notifier: Root@OID921[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: 4, newValue: BaseObject@OID926, isTouch: false, wasSet: true) This root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@78d8196 (eventType: ADD, position: 5, notifier: Root@OID921, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: [OID926, OID922, OID923, OID924, OID925], newValue: BaseObject@OID931, isTouch: false, wasSet: true) This List: BaseObject 4 [OID926], BaseObject 0 [OID922], BaseObject 1 [OID923], BaseObject 2 [OID924], BaseObject 3 [OID925], ThatBaseObject 0 [OID931] That List: BaseObject 4 [OID926], BaseObject 0 [OID922], BaseObject 1 [OID923], BaseObject 2 [OID924], BaseObject 3 [OID925], ThatBaseObject 0 [OID931] ******************************************************* ConflictResolverExtendedTest.testMoveTailClear [H2-auditing-ranges, JVM, Native] ******************************************************* This root: org.eclipse.emf.ecore.impl.ENotificationImpl@59abcc6a (eventType: MOVE, position: 0, notifier: Root@OID934[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: 4, newValue: BaseObject@OID939, isTouch: false, wasSet: true) That root: org.eclipse.emf.ecore.impl.ENotificationImpl@1a4e39a2 (eventType: REMOVE_MANY, position: -1, notifier: Root@OID934[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: [BaseObject[TRANSIENT], BaseObject[TRANSIENT], BaseObject[TRANSIENT], BaseObject[TRANSIENT], BaseObject[TRANSIENT]], newValue: null, isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@481ee850 (eventType: MOVE, position: 0, notifier: Root@OID934[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: 4, newValue: BaseObject[TRANSIENT], isTouch: false, wasSet: true) This root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@62f12a14 (eventType: REMOVE_MANY, position: -1, notifier: Root@OID934, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: [BaseObject@OID939[INVALID], OID935, OID936, OID937, BaseObject@OID938[INVALID]], newValue: null, isTouch: false, wasSet: true) This List: That List: ******************************************************* ConflictResolverExtendedTest.testMoveTailMoveHead [H2-auditing-ranges, JVM, Native] ******************************************************* This root: org.eclipse.emf.ecore.impl.ENotificationImpl@6a718ef1 (eventType: MOVE, position: 0, notifier: Root@OID946[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: 4, newValue: BaseObject@OID951, isTouch: false, wasSet: true) That root: org.eclipse.emf.ecore.impl.ENotificationImpl@fd33155 (eventType: MOVE, position: 4, notifier: Root@OID946[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: 0, newValue: BaseObject@OID947, isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@134c8525 (eventType: MOVE, position: 0, notifier: Root@OID946[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: 4, newValue: BaseObject@OID951, isTouch: false, wasSet: true) This root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@375b8da8 (eventType: MOVE, position: 4, notifier: Root@OID946, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: 1, newValue: BaseObject@OID947, isTouch: false, wasSet: true) This List: BaseObject 4 [OID951], BaseObject 1 [OID948], BaseObject 2 [OID949], BaseObject 3 [OID950], BaseObject 0 [OID947] That List: BaseObject 4 [OID951], BaseObject 1 [OID948], BaseObject 2 [OID949], BaseObject 3 [OID950], BaseObject 0 [OID947] ******************************************************* ConflictResolverExtendedTest.testMoveTailMoveTail [H2-auditing-ranges, JVM, Native] ******************************************************* This root: org.eclipse.emf.ecore.impl.ENotificationImpl@4aa7689b (eventType: MOVE, position: 0, notifier: Root@OID958[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: 4, newValue: BaseObject@OID963, isTouch: false, wasSet: true) That root: org.eclipse.emf.ecore.impl.ENotificationImpl@bc169fe (eventType: MOVE, position: 0, notifier: Root@OID958[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: 4, newValue: BaseObject@OID963, isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@15c5312a (eventType: MOVE, position: 0, notifier: Root@OID958, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: 4, newValue: BaseObject@OID963, isTouch: false, wasSet: true) This List: BaseObject 4 [OID963], BaseObject 0 [OID959], BaseObject 1 [OID960], BaseObject 2 [OID961], BaseObject 3 [OID962] That List: BaseObject 4 [OID963], BaseObject 0 [OID959], BaseObject 1 [OID960], BaseObject 2 [OID961], BaseObject 3 [OID962] ******************************************************* ConflictResolverExtendedTest.testMoveTailRemoveHead [H2-auditing-ranges, JVM, Native] ******************************************************* This root: org.eclipse.emf.ecore.impl.ENotificationImpl@35e37ce6 (eventType: MOVE, position: 0, notifier: Root@OID970[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: 4, newValue: BaseObject@OID975, isTouch: false, wasSet: true) That root: org.eclipse.emf.ecore.impl.ENotificationImpl@6aa94ee8 (eventType: REMOVE, position: 0, notifier: Root@OID970[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject[TRANSIENT], newValue: null, isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@3c52237c (eventType: MOVE, position: 0, notifier: Root@OID970[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: 4, newValue: BaseObject@OID975, isTouch: false, wasSet: true) This root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@56e47724 (eventType: REMOVE, position: 1, notifier: Root@OID970, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject@OID971[INVALID], newValue: null, isTouch: false, wasSet: true) This List: BaseObject 4 [OID975], BaseObject 1 [OID972], BaseObject 2 [OID973], BaseObject 3 [OID974] That List: BaseObject 4 [OID975], BaseObject 1 [OID972], BaseObject 2 [OID973], BaseObject 3 [OID974] ******************************************************* ConflictResolverExtendedTest.testMoveTailRemoveTail [H2-auditing-ranges, JVM, Native] ******************************************************* This root: org.eclipse.emf.ecore.impl.ENotificationImpl@785999c4 (eventType: MOVE, position: 0, notifier: Root@OID982[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: 4, newValue: BaseObject@OID987, isTouch: false, wasSet: true) That root: org.eclipse.emf.ecore.impl.ENotificationImpl@36e7bcc2 (eventType: REMOVE, position: 4, notifier: Root@OID982[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject[TRANSIENT], newValue: null, isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@63896739 (eventType: MOVE, position: 0, notifier: Root@OID982[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: 4, newValue: BaseObject[TRANSIENT], isTouch: false, wasSet: true) This root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@4934130c (eventType: REMOVE, position: 0, notifier: Root@OID982, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject@OID987[INVALID], newValue: null, isTouch: false, wasSet: true) This List: BaseObject 0 [OID983], BaseObject 1 [OID984], BaseObject 2 [OID985], BaseObject 3 [OID986] That List: BaseObject 0 [OID983], BaseObject 1 [OID984], BaseObject 2 [OID985], BaseObject 3 [OID986] ******************************************************* ConflictResolverExtendedTest.testRemoveAdd [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* ConflictResolverExtendedTest.testRemoveChange [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* ConflictResolverExtendedTest.testRemoveHeadAddChildHead [H2-auditing-ranges, JVM, Native] ******************************************************* This root: org.eclipse.emf.ecore.impl.ENotificationImpl@74d72677 (eventType: REMOVE, position: 0, notifier: Root@OID1010[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@3fd9e01c (name: listB) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: ContainmentObject[TRANSIENT], newValue: null, isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@423b20b2 (eventType: REMOVE, position: 0, notifier: Root@OID1010, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@3fd9e01c (name: listB) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: ContainmentObject@OID1016[INVALID_CONFLICT], newValue: null, isTouch: false, wasSet: true) ******************************************************* ConflictResolverExtendedTest.testRemoveHeadAddHead [H2-auditing-ranges, JVM, Native] ******************************************************* This root: org.eclipse.emf.ecore.impl.ENotificationImpl@17cf5399 (eventType: REMOVE, position: 0, notifier: Root@OID1022[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject[TRANSIENT], newValue: null, isTouch: false, wasSet: true) That root: org.eclipse.emf.ecore.impl.ENotificationImpl@153f5ddd (eventType: ADD, position: 0, notifier: Root@OID1022[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: null, newValue: BaseObject@oid1[NEW], isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@27c5864a (eventType: REMOVE, position: 0, notifier: Root@OID1022[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject@OID1023[INVALID], newValue: null, isTouch: false, wasSet: true) This root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@51af17db (eventType: ADD, position: 0, notifier: Root@OID1022, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: [OID1024, OID1025, OID1026, OID1027], newValue: BaseObject@OID1032, isTouch: false, wasSet: true) This List: ThatBaseObject 0 [OID1032], BaseObject 1 [OID1024], BaseObject 2 [OID1025], BaseObject 3 [OID1026], BaseObject 4 [OID1027] That List: ThatBaseObject 0 [OID1032], BaseObject 1 [OID1024], BaseObject 2 [OID1025], BaseObject 3 [OID1026], BaseObject 4 [OID1027] ******************************************************* ConflictResolverExtendedTest.testRemoveHeadAddTail [H2-auditing-ranges, JVM, Native] ******************************************************* This root: org.eclipse.emf.ecore.impl.ENotificationImpl@4839730e (eventType: REMOVE, position: 0, notifier: Root@OID1035[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject[TRANSIENT], newValue: null, isTouch: false, wasSet: true) That root: org.eclipse.emf.ecore.impl.ENotificationImpl@2c6ecd1a (eventType: ADD, position: 5, notifier: Root@OID1035[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: null, newValue: BaseObject@oid1[NEW], isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@3c7954b1 (eventType: REMOVE, position: 0, notifier: Root@OID1035[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject@OID1036[INVALID], newValue: null, isTouch: false, wasSet: true) This root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@6fe6d9ed (eventType: ADD, position: 4, notifier: Root@OID1035, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: [OID1037, OID1038, OID1039, OID1040], newValue: BaseObject@OID1045, isTouch: false, wasSet: true) This List: BaseObject 1 [OID1037], BaseObject 2 [OID1038], BaseObject 3 [OID1039], BaseObject 4 [OID1040], ThatBaseObject 0 [OID1045] That List: BaseObject 1 [OID1037], BaseObject 2 [OID1038], BaseObject 3 [OID1039], BaseObject 4 [OID1040], ThatBaseObject 0 [OID1045] ******************************************************* ConflictResolverExtendedTest.testRemoveHeadClear [H2-auditing-ranges, JVM, Native] ******************************************************* This root: org.eclipse.emf.ecore.impl.ENotificationImpl@159aef3f (eventType: REMOVE, position: 0, notifier: Root@OID1048[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject[TRANSIENT], newValue: null, isTouch: false, wasSet: true) That root: org.eclipse.emf.ecore.impl.ENotificationImpl@45fe199 (eventType: REMOVE_MANY, position: -1, notifier: Root@OID1048[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: [BaseObject[TRANSIENT], BaseObject[TRANSIENT], BaseObject[TRANSIENT], BaseObject[TRANSIENT], BaseObject[TRANSIENT]], newValue: null, isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@60b7b321 (eventType: REMOVE, position: 0, notifier: Root@OID1048[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: null, newValue: null, isTouch: false, wasSet: true) This root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@1a010445 (eventType: REMOVE_MANY, position: -1, notifier: Root@OID1048, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: [BaseObject@OID1050[INVALID], OID1051, OID1052, OID1053], newValue: null, isTouch: false, wasSet: true) This List: That List: ******************************************************* ConflictResolverExtendedTest.testRemoveHeadMoveChildHead [H2-auditing-ranges, JVM, Native] ******************************************************* This root: org.eclipse.emf.ecore.impl.ENotificationImpl@522f7f4 (eventType: REMOVE, position: 0, notifier: Root@OID1060[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@3fd9e01c (name: listB) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: ContainmentObject[TRANSIENT], newValue: null, isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@783c8dde (eventType: REMOVE, position: 0, notifier: Root@OID1060, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@3fd9e01c (name: listB) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: ContainmentObject@OID1066[INVALID_CONFLICT], newValue: null, isTouch: false, wasSet: true) ******************************************************* ConflictResolverExtendedTest.testRemoveHeadMoveHead [H2-auditing-ranges, JVM, Native] ******************************************************* This root: org.eclipse.emf.ecore.impl.ENotificationImpl@7a54e6dd (eventType: REMOVE, position: 0, notifier: Root@OID1072[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject[TRANSIENT], newValue: null, isTouch: false, wasSet: true) That root: org.eclipse.emf.ecore.impl.ENotificationImpl@4490d66 (eventType: MOVE, position: 4, notifier: Root@OID1072[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: 0, newValue: BaseObject@OID1073, isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@466aeca1 (eventType: REMOVE, position: 0, notifier: Root@OID1072, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject@OID1073[INVALID], newValue: null, isTouch: false, wasSet: true) This List: BaseObject 1 [OID1074], BaseObject 2 [OID1075], BaseObject 3 [OID1076], BaseObject 4 [OID1077] That List: BaseObject 1 [OID1074], BaseObject 2 [OID1075], BaseObject 3 [OID1076], BaseObject 4 [OID1077] ******************************************************* ConflictResolverExtendedTest.testRemoveHeadMoveHeadRemoveMiddle [H2-auditing-ranges, JVM, Native] ******************************************************* This root: org.eclipse.emf.ecore.impl.ENotificationImpl@f44d0de (eventType: REMOVE, position: 0, notifier: Root@OID1084[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject[TRANSIENT], newValue: null, isTouch: false, wasSet: true) That root: org.eclipse.emf.ecore.impl.ENotificationImpl@1e7a9c86 (eventType: MOVE, position: 4, notifier: Root@OID1084[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: 0, newValue: BaseObject@OID1085, isTouch: false, wasSet: true) That root: org.eclipse.emf.ecore.impl.ENotificationImpl@790ecc1b (eventType: REMOVE, position: 1, notifier: Root@OID1084[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject[TRANSIENT], newValue: null, isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@34e63a6a (eventType: REMOVE, position: 0, notifier: Root@OID1084[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject@OID1085[INVALID], newValue: null, isTouch: false, wasSet: true) This root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@13d33399 (eventType: REMOVE, position: 1, notifier: Root@OID1084, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: null, newValue: null, isTouch: false, wasSet: true) This List: BaseObject 1 [OID1086], BaseObject 3 [OID1088], BaseObject 4 [OID1089] That List: BaseObject 1 [OID1086], BaseObject 3 [OID1088], BaseObject 4 [OID1089] ******************************************************* ConflictResolverExtendedTest.testRemoveHeadMoveTail [H2-auditing-ranges, JVM, Native] ******************************************************* This root: org.eclipse.emf.ecore.impl.ENotificationImpl@1cd476ac (eventType: REMOVE, position: 0, notifier: Root@OID1096[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject[TRANSIENT], newValue: null, isTouch: false, wasSet: true) That root: org.eclipse.emf.ecore.impl.ENotificationImpl@9788898 (eventType: MOVE, position: 0, notifier: Root@OID1096[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: 4, newValue: BaseObject@OID1101, isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@5901b6e1 (eventType: REMOVE, position: 0, notifier: Root@OID1096[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject@OID1097[INVALID], newValue: null, isTouch: false, wasSet: true) This root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@4d41cd47 (eventType: MOVE, position: 0, notifier: Root@OID1096, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: 3, newValue: BaseObject@OID1101, isTouch: false, wasSet: true) This List: BaseObject 4 [OID1101], BaseObject 1 [OID1098], BaseObject 2 [OID1099], BaseObject 3 [OID1100] That List: BaseObject 4 [OID1101], BaseObject 1 [OID1098], BaseObject 2 [OID1099], BaseObject 3 [OID1100] ******************************************************* ConflictResolverExtendedTest.testRemoveHeadReAttachHead [H2-auditing-ranges, JVM, Native] ******************************************************* This root: org.eclipse.emf.ecore.impl.ENotificationImpl@60d28fc1 (eventType: REMOVE, position: 0, notifier: Root@OID1108[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@3fd9e01c (name: listB) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: ContainmentObject[TRANSIENT], newValue: null, isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@1440922c (eventType: REMOVE, position: 0, notifier: Root@OID1108, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@3fd9e01c (name: listB) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: ContainmentObject@OID1114[INVALID], newValue: null, isTouch: false, wasSet: true) This List: ContainmentObject 1 [OID1117] That List: ContainmentObject 1 [OID1117] ******************************************************* ConflictResolverExtendedTest.testRemoveHeadRemoveChildChildHead [H2-auditing-ranges, JVM, Native] ******************************************************* This root: org.eclipse.emf.ecore.impl.ENotificationImpl@4e30d912 (eventType: REMOVE, position: 0, notifier: Root@OID1120[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@3fd9e01c (name: listB) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: ContainmentObject[TRANSIENT], newValue: null, isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@1f14b2ac (eventType: REMOVE, position: 0, notifier: Root@OID1120, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@3fd9e01c (name: listB) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: ContainmentObject@OID1126[INVALID], newValue: null, isTouch: false, wasSet: true) ******************************************************* ConflictResolverExtendedTest.testRemoveHeadRemoveChildHead [H2-auditing-ranges, JVM, Native] ******************************************************* This root: org.eclipse.emf.ecore.impl.ENotificationImpl@540c19f (eventType: REMOVE, position: 0, notifier: Root@OID1132[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@3fd9e01c (name: listB) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: ContainmentObject[TRANSIENT], newValue: null, isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@176b69f8 (eventType: REMOVE, position: 0, notifier: Root@OID1132, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@3fd9e01c (name: listB) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: ContainmentObject@OID1138[INVALID_CONFLICT], newValue: null, isTouch: false, wasSet: true) ******************************************************* ConflictResolverExtendedTest.testRemoveHeadRemoveHead [H2-auditing-ranges, JVM, Native] ******************************************************* This root: org.eclipse.emf.ecore.impl.ENotificationImpl@683db8ca (eventType: REMOVE, position: 0, notifier: Root@OID1144[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject[TRANSIENT], newValue: null, isTouch: false, wasSet: true) That root: org.eclipse.emf.ecore.impl.ENotificationImpl@39a01f2d (eventType: REMOVE, position: 0, notifier: Root@OID1144[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject[TRANSIENT], newValue: null, isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@2c23b33b (eventType: REMOVE, position: 0, notifier: Root@OID1144, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: null, newValue: null, isTouch: false, wasSet: true) This List: BaseObject 1 [OID1146], BaseObject 2 [OID1147], BaseObject 3 [OID1148], BaseObject 4 [OID1149] That List: BaseObject 1 [OID1146], BaseObject 2 [OID1147], BaseObject 3 [OID1148], BaseObject 4 [OID1149] ******************************************************* ConflictResolverExtendedTest.testRemoveHeadRemoveTail [H2-auditing-ranges, JVM, Native] ******************************************************* This root: org.eclipse.emf.ecore.impl.ENotificationImpl@27a8aeed (eventType: REMOVE, position: 0, notifier: Root@OID1156[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject[TRANSIENT], newValue: null, isTouch: false, wasSet: true) That root: org.eclipse.emf.ecore.impl.ENotificationImpl@39550418 (eventType: REMOVE, position: 4, notifier: Root@OID1156[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject[TRANSIENT], newValue: null, isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@44e0fa99 (eventType: REMOVE, position: 0, notifier: Root@OID1156[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject@OID1157[INVALID], newValue: null, isTouch: false, wasSet: true) This root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@3f59d3c4 (eventType: REMOVE, position: 3, notifier: Root@OID1156, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject@OID1161[INVALID], newValue: null, isTouch: false, wasSet: true) This List: BaseObject 1 [OID1158], BaseObject 2 [OID1159], BaseObject 3 [OID1160] That List: BaseObject 1 [OID1158], BaseObject 2 [OID1159], BaseObject 3 [OID1160] ******************************************************* ConflictResolverExtendedTest.testRemoveHeadSetChildHead [H2-auditing-ranges, JVM, Native] ******************************************************* This root: org.eclipse.emf.ecore.impl.ENotificationImpl@1c90ea1c (eventType: REMOVE, position: 0, notifier: Root@OID1168[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@3fd9e01c (name: listB) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: ContainmentObject[TRANSIENT], newValue: null, isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@8f25116 (eventType: REMOVE, position: 0, notifier: Root@OID1168, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@3fd9e01c (name: listB) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: ContainmentObject@OID1174[INVALID_CONFLICT], newValue: null, isTouch: false, wasSet: true) ******************************************************* ConflictResolverExtendedTest.testRemoveRemove [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* ConflictResolverExtendedTest.testRemoveTailAddHead [H2-auditing-ranges, JVM, Native] ******************************************************* This root: org.eclipse.emf.ecore.impl.ENotificationImpl@3baca1c3 (eventType: REMOVE, position: 4, notifier: Root@OID1188[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject[TRANSIENT], newValue: null, isTouch: false, wasSet: true) That root: org.eclipse.emf.ecore.impl.ENotificationImpl@47fec599 (eventType: ADD, position: 0, notifier: Root@OID1188[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: null, newValue: BaseObject@oid1[NEW], isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@6ddf471e (eventType: REMOVE, position: 4, notifier: Root@OID1188[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject@OID1193[INVALID], newValue: null, isTouch: false, wasSet: true) This root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@11a370cc (eventType: ADD, position: 0, notifier: Root@OID1188, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: [OID1189, OID1190, OID1191, OID1192], newValue: BaseObject@OID1198, isTouch: false, wasSet: true) This List: ThatBaseObject 0 [OID1198], BaseObject 0 [OID1189], BaseObject 1 [OID1190], BaseObject 2 [OID1191], BaseObject 3 [OID1192] That List: ThatBaseObject 0 [OID1198], BaseObject 0 [OID1189], BaseObject 1 [OID1190], BaseObject 2 [OID1191], BaseObject 3 [OID1192] ******************************************************* ConflictResolverExtendedTest.testRemoveTailAddTail [H2-auditing-ranges, JVM, Native] ******************************************************* This root: org.eclipse.emf.ecore.impl.ENotificationImpl@39f0d123 (eventType: REMOVE, position: 4, notifier: Root@OID1201[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject[TRANSIENT], newValue: null, isTouch: false, wasSet: true) That root: org.eclipse.emf.ecore.impl.ENotificationImpl@64bef3ff (eventType: ADD, position: 5, notifier: Root@OID1201[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: null, newValue: BaseObject@oid1[NEW], isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@28a494fe (eventType: REMOVE, position: 4, notifier: Root@OID1201[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject@OID1206[INVALID], newValue: null, isTouch: false, wasSet: true) This root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@5fd98f24 (eventType: ADD, position: 4, notifier: Root@OID1201, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: [OID1202, OID1203, OID1204, OID1205], newValue: BaseObject@OID1211, isTouch: false, wasSet: true) This List: BaseObject 0 [OID1202], BaseObject 1 [OID1203], BaseObject 2 [OID1204], BaseObject 3 [OID1205], ThatBaseObject 0 [OID1211] That List: BaseObject 0 [OID1202], BaseObject 1 [OID1203], BaseObject 2 [OID1204], BaseObject 3 [OID1205], ThatBaseObject 0 [OID1211] ******************************************************* ConflictResolverExtendedTest.testRemoveTailClear [H2-auditing-ranges, JVM, Native] ******************************************************* This root: org.eclipse.emf.ecore.impl.ENotificationImpl@1f4f6833 (eventType: REMOVE, position: 4, notifier: Root@OID1214[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject[TRANSIENT], newValue: null, isTouch: false, wasSet: true) That root: org.eclipse.emf.ecore.impl.ENotificationImpl@7394db04 (eventType: REMOVE_MANY, position: -1, notifier: Root@OID1214[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: [BaseObject[TRANSIENT], BaseObject[TRANSIENT], BaseObject[TRANSIENT], BaseObject[TRANSIENT], BaseObject[TRANSIENT]], newValue: null, isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@50235f4b (eventType: REMOVE, position: 4, notifier: Root@OID1214[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: null, newValue: null, isTouch: false, wasSet: true) This root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@70d0a233 (eventType: REMOVE_MANY, position: -1, notifier: Root@OID1214, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: [OID1215, OID1216, OID1217, BaseObject@OID1218[INVALID]], newValue: null, isTouch: false, wasSet: true) This List: That List: ******************************************************* ConflictResolverExtendedTest.testRemoveTailMoveHead [H2-auditing-ranges, JVM, Native] ******************************************************* This root: org.eclipse.emf.ecore.impl.ENotificationImpl@2c915b5e (eventType: REMOVE, position: 4, notifier: Root@OID1226[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject[TRANSIENT], newValue: null, isTouch: false, wasSet: true) That root: org.eclipse.emf.ecore.impl.ENotificationImpl@5836413a (eventType: MOVE, position: 4, notifier: Root@OID1226[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: 0, newValue: BaseObject@OID1227, isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@12b6346b (eventType: REMOVE, position: 4, notifier: Root@OID1226[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject@OID1231[INVALID], newValue: null, isTouch: false, wasSet: true) This root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@376690bb (eventType: MOVE, position: 3, notifier: Root@OID1226, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: 0, newValue: BaseObject@OID1227, isTouch: false, wasSet: true) This List: BaseObject 1 [OID1228], BaseObject 2 [OID1229], BaseObject 3 [OID1230], BaseObject 0 [OID1227] That List: BaseObject 1 [OID1228], BaseObject 2 [OID1229], BaseObject 3 [OID1230], BaseObject 0 [OID1227] ******************************************************* ConflictResolverExtendedTest.testRemoveTailMoveTail [H2-auditing-ranges, JVM, Native] ******************************************************* This root: org.eclipse.emf.ecore.impl.ENotificationImpl@b3d3446 (eventType: REMOVE, position: 4, notifier: Root@OID1238[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject[TRANSIENT], newValue: null, isTouch: false, wasSet: true) That root: org.eclipse.emf.ecore.impl.ENotificationImpl@1a813fb (eventType: MOVE, position: 0, notifier: Root@OID1238[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: 4, newValue: BaseObject@OID1243, isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@53e0747e (eventType: REMOVE, position: 4, notifier: Root@OID1238, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject@OID1243[INVALID], newValue: null, isTouch: false, wasSet: true) This List: BaseObject 0 [OID1239], BaseObject 1 [OID1240], BaseObject 2 [OID1241], BaseObject 3 [OID1242] That List: BaseObject 0 [OID1239], BaseObject 1 [OID1240], BaseObject 2 [OID1241], BaseObject 3 [OID1242] ******************************************************* ConflictResolverExtendedTest.testRemoveTailRemoveHead [H2-auditing-ranges, JVM, Native] ******************************************************* This root: org.eclipse.emf.ecore.impl.ENotificationImpl@5060bba0 (eventType: REMOVE, position: 4, notifier: Root@OID1250[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject[TRANSIENT], newValue: null, isTouch: false, wasSet: true) That root: org.eclipse.emf.ecore.impl.ENotificationImpl@1dcfb28c (eventType: REMOVE, position: 0, notifier: Root@OID1250[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject[TRANSIENT], newValue: null, isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@7f3b4de3 (eventType: REMOVE, position: 4, notifier: Root@OID1250[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject@OID1255[INVALID], newValue: null, isTouch: false, wasSet: true) This root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@65a124ef (eventType: REMOVE, position: 0, notifier: Root@OID1250, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject@OID1251[INVALID], newValue: null, isTouch: false, wasSet: true) This List: BaseObject 1 [OID1252], BaseObject 2 [OID1253], BaseObject 3 [OID1254] That List: BaseObject 1 [OID1252], BaseObject 2 [OID1253], BaseObject 3 [OID1254] ******************************************************* ConflictResolverExtendedTest.testRemoveTailRemoveTail [H2-auditing-ranges, JVM, Native] ******************************************************* This root: org.eclipse.emf.ecore.impl.ENotificationImpl@18ba0b12 (eventType: REMOVE, position: 4, notifier: Root@OID1262[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject[TRANSIENT], newValue: null, isTouch: false, wasSet: true) That root: org.eclipse.emf.ecore.impl.ENotificationImpl@6bda34e4 (eventType: REMOVE, position: 4, notifier: Root@OID1262[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject[TRANSIENT], newValue: null, isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@4be1001f (eventType: REMOVE, position: 4, notifier: Root@OID1262, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: null, newValue: null, isTouch: false, wasSet: true) This List: BaseObject 0 [OID1263], BaseObject 1 [OID1264], BaseObject 2 [OID1265], BaseObject 3 [OID1266] That List: BaseObject 0 [OID1263], BaseObject 1 [OID1264], BaseObject 2 [OID1265], BaseObject 3 [OID1266] ******************************************************* ConflictResolverExtendedTest.test_RemoveRemove_MoveRemoveRemoveRemove [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* ConflictResolverTest.testCDOMergingConflictResolver [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* ConflictResolverTest.testMergeLocalChangesPerFeature_Basic [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* ConflictResolverTest.testMergeLocalChangesPerFeature_BasicException [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* ConflictResolverTest.testMergeLocalChangesPerFeature_Bug1 [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* ConflictResolverTest.testMergeLocalChangesPerFeature_Bug2 [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* ConflictResolverTest.testMergeLocalChangesPerFeature_Bug3 [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* ConflictResolverTest.testMerge_ManyValue [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* ContainmentTest.test3Levels [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* ContainmentTest.testBasicContainment [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* ContainmentTest.testContainmentChangeInSameResource [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* ContainmentTest.testModeledBackPointer [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* ContainmentTest.testModeledBackPointer_Transient [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* ContainmentTest.testModeledBackPointer_Transient_Load [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* ContainmentTest.testObjectNotSameResourceThanItsContainerCDO [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* ContainmentTest.testObjectNotSameResourceThanItsContainer_WithoutCDO [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* ContainmentTest.testRemovedContainment [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* ContainmentTest.testSeparateSession [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* ContainmentTest.testSeparateView [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* ContainmentTest.testSetSingleContainment [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* ContainmentTest.testTransientContainment [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* ContainmentTest.testUnsetSingleContainment [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* CrossReferenceTest.testCrossCreferenceBetweenContainerAndContained [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* CrossReferenceTest.testDetachXRef [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* CrossReferenceTest.testDetachXRefExternal [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* CrossReferenceTest.testDetachXRefReattach [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* CrossReferenceTest.testExternalMakeDangling [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* CrossReferenceTest.testExternalMakeNew [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* CrossReferenceTest.testLoadViaContainment [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* CrossReferenceTest.testLoadViaXRef [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* CrossReferenceTest.testNewMakeExternal [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* CrossReferenceTest.testTwoResources [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* DetachTest.testCleanObjectDeletion [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* DetachTest.testDetachEmptyNewResource [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* DetachTest.testDetachEmptyPersistedResource [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* DetachTest.testDetachNewResource [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* DetachTest.testDetachPersistedResource [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* DetachTest.testDetachPersistedResourceWithPersistedData [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* DetachTest.testDetachProxyResource [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* DetachTest.testKeepValue [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* DetachTest.testNewObjectDeletion [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* DetachTest.testSavePointCleanObjectDeletion [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* DetachTest.testSavePointNewObjectDeletion [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* DynamicPackageTest.testDynamicMaps [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* DynamicXSDTest.testDynamicEcore [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* EMFCompareTest.testAllContentsOfCompany [H2-auditing-ranges, JVM, Native] ******************************************************* Match: Left: Company@OID1482:0v3 Right: Company@OID1482:0v2 Differences: org.eclipse.emf.compare.internal.spec.AttributeChangeSpec{attribute=Address.name,value=Eclipse,kind=CHANGE,source=LEFT,state=UNRESOLVED} Match: Left: Category@OID1483:0v1 Right: Category@OID1483:0v1 Differences: Match: Left: Category@OID1484:0v1 Right: Category@OID1484:0v1 Differences: Match: Left: Category@OID1485:0v1 Right: Category@OID1485:0v1 Differences: Match: Left: Category@OID1486:0v1 Right: Category@OID1486:0v1 Differences: Match: Left: Category@OID1487:0v1 Right: Category@OID1487:0v1 Differences: ******************************************************* EMFCompareTest.testAllContentsOfRoot [H2-auditing-ranges, JVM, Native] ******************************************************* Match: Left: CDOResource@OID1:0v162("/") Right: CDOResource@OID1:0v162("/") Differences: ******************************************************* EMFCompareTest.testChanges [H2-auditing-ranges, JVM, Native] ******************************************************* Match: Left: CDOResource@OID1:0v163("/") Right: CDOResource@OID1:0v163("/") Differences: Match: Left: CDOResourceFolder@OID1520:0v1("EMFCompareTest_testChanges") Right: CDOResourceFolder@OID1520:0v1("EMFCompareTest_testChanges") Differences: Match: Left: CDOResource@OID1521:0v1("res1") Right: CDOResource@OID1521:0v1("res1") Differences: Match: Left: Company@OID1522:0v1 Right: Company@OID1522:0v1 Differences: UNRESOLVED LEFT ADD org.eclipse.emf.compare.internal.spec.ReferenceChangeSpec{reference=Company.categories,value=Category@41426d41 Category2,parentMatch=org.eclipse.emf.cdo.internal.compare.CDOCompareFactoryImpl$CDOMatchSpec{left=Company@6c81d2fb Company,right=Company@655ed53e Company,origin=,#differences=1,#submatches=2},match of value=org.eclipse.emf.cdo.internal.compare.CDOCompareFactoryImpl$CDOMatchSpec{left=Category@41426d41 Category2,right=,origin=,#differences=0,#submatches=0}} Match: Left: Category@OID1523:0v1 Right: Category@OID1523:0v1 Differences: org.eclipse.emf.compare.internal.spec.AttributeChangeSpec{attribute=Category.name,value=CHANGED,kind=CHANGE,source=LEFT,state=UNRESOLVED} Match: Left: Category@oid1:0v0 Right: null Differences: ******************************************************* EMFCompareTest.testChangesDelete [H2-auditing-ranges, JVM, Native] ******************************************************* Match: Left: CDOResource@OID1:0v164("/") Right: CDOResource@OID1:0v164("/") Differences: Match: Left: CDOResourceFolder@OID1524:0v1("EMFCompareTest_testChangesDelete") Right: CDOResourceFolder@OID1524:0v1("EMFCompareTest_testChangesDelete") Differences: Match: Left: CDOResource@OID1525:0v1("res1") Right: CDOResource@OID1525:0v1("res1") Differences: Match: Left: Company@OID1526:0v1 Right: Company@OID1526:0v1 Differences: UNRESOLVED LEFT DELETE org.eclipse.emf.compare.internal.spec.ReferenceChangeSpec{reference=Company.categories,value=Category@710f917f Category,parentMatch=org.eclipse.emf.cdo.internal.compare.CDOCompareFactoryImpl$CDOMatchSpec{left=Company@7450a342 Company,right=Company@3e518371 Company,origin=,#differences=1,#submatches=1},match of value=org.eclipse.emf.cdo.internal.compare.CDOCompareFactoryImpl$CDOMatchSpec{left=,right=Category@710f917f Category,origin=,#differences=0,#submatches=0}} Match: Left: null Right: Category@OID1527:0v1 Differences: ******************************************************* EMFCompareTest.testContainmentProxy [H2-auditing-ranges, JVM, Native] ******************************************************* Match: Left: CDOResource@OID1:0v165("/") Right: CDOResource@OID1:0v165("/") Differences: Match: Left: CDOResourceFolder@OID1528:0v1("EMFCompareTest_testContainmentProxy") Right: CDOResourceFolder@OID1528:0v1("EMFCompareTest_testContainmentProxy") Differences: Match: Left: CDOResource@OID1529:0v1("res1") Right: CDOResource@OID1529:0v1("res1") Differences: Match: Left: Company@OID1531:0v1 Right: Company@OID1531:0v1 Differences: Match: Left: Category@OID1532:0v1 Right: Category@OID1532:0v1 Differences: Match: Left: Product1@OID1533:0v2 Right: Product1@OID1533:0v1 Differences: org.eclipse.emf.compare.internal.spec.AttributeChangeSpec{attribute=Product1.name,value=CHANGED,kind=CHANGE,source=LEFT,state=UNRESOLVED} Match: Left: CDOResource@OID1530:0v1("res2") Right: CDOResource@OID1530:0v1("res2") Differences: ******************************************************* EMFCompareTest.testContainmentProxyEMF [H2-auditing-ranges, JVM, Native] ******************************************************* Match: Left: org.eclipse.emf.cdo.tests.model1.legacy.impl.CompanyImpl@b1901f7 (name: Eclipse, street: null, city: null) Right: org.eclipse.emf.cdo.tests.model1.legacy.impl.CompanyImpl@46d3cd42 (name: Eclipse, street: null, city: null) Differences: Match: Left: org.eclipse.emf.cdo.tests.model1.legacy.impl.CategoryImpl@40b5a2c5 (name: Category) Right: org.eclipse.emf.cdo.tests.model1.legacy.impl.CategoryImpl@53471cd1 (name: Category) Differences: Match: Left: org.eclipse.emf.cdo.tests.model1.legacy.impl.Product1Impl@1092b9f7 (name: Product0, vat: vat15, otherVATs: [], description: null) Right: org.eclipse.emf.cdo.tests.model1.legacy.impl.Product1Impl@4873cf7a (name: ProductB, vat: vat15, otherVATs: [], description: null) Differences: org.eclipse.emf.compare.internal.spec.AttributeChangeSpec{attribute=Product1.name,value=Product0,kind=CHANGE,source=LEFT,state=UNRESOLVED} Match: Left: org.eclipse.emf.cdo.tests.model1.legacy.impl.Product1Impl@253dff3b (name: Product1, vat: vat15, otherVATs: [], description: null) Right: org.eclipse.emf.cdo.tests.model1.legacy.impl.Product1Impl@4ef7ced9 (name: Product1, vat: vat15, otherVATs: [], description: null) Differences: Match: Left: org.eclipse.emf.cdo.tests.model1.legacy.impl.Product1Impl@4baf9bf1 (name: Product2, vat: vat15, otherVATs: [], description: null) Right: org.eclipse.emf.cdo.tests.model1.legacy.impl.Product1Impl@1df185e1 (name: Product2, vat: vat15, otherVATs: [], description: null) Differences: Match: Left: org.eclipse.emf.cdo.tests.model1.legacy.impl.Product1Impl@57ff6543 (name: Product3, vat: vat15, otherVATs: [], description: null) Right: org.eclipse.emf.cdo.tests.model1.legacy.impl.Product1Impl@278ef863 (name: Product3, vat: vat15, otherVATs: [], description: null) Differences: Match: Left: org.eclipse.emf.cdo.tests.model1.legacy.impl.Product1Impl@10c99f70 (name: Product4, vat: vat15, otherVATs: [], description: null) Right: org.eclipse.emf.cdo.tests.model1.legacy.impl.Product1Impl@186ce05 (name: Product4, vat: vat15, otherVATs: [], description: null) Differences: Match: Left: org.eclipse.emf.cdo.tests.model1.legacy.impl.Product1Impl@2d7f760b (name: Product5, vat: vat15, otherVATs: [], description: null) Right: org.eclipse.emf.cdo.tests.model1.legacy.impl.Product1Impl@7d62ce27 (name: Product5, vat: vat15, otherVATs: [], description: null) Differences: Match: Left: org.eclipse.emf.cdo.tests.model1.legacy.impl.Product1Impl@210cfce4 (name: Product6, vat: vat15, otherVATs: [], description: null) Right: org.eclipse.emf.cdo.tests.model1.legacy.impl.Product1Impl@164df826 (name: Product6, vat: vat15, otherVATs: [], description: null) Differences: Match: Left: org.eclipse.emf.cdo.tests.model1.legacy.impl.Product1Impl@40d41bca (name: Product7, vat: vat15, otherVATs: [], description: null) Right: org.eclipse.emf.cdo.tests.model1.legacy.impl.Product1Impl@2b2cf601 (name: Product7, vat: vat15, otherVATs: [], description: null) Differences: Match: Left: org.eclipse.emf.cdo.tests.model1.legacy.impl.Product1Impl@6d01d45c (name: Product8, vat: vat15, otherVATs: [], description: null) Right: org.eclipse.emf.cdo.tests.model1.legacy.impl.Product1Impl@14f49d12 (name: Product8, vat: vat15, otherVATs: [], description: null) Differences: Match: Left: org.eclipse.emf.cdo.tests.model1.legacy.impl.Product1Impl@741ede0d (name: Product9, vat: vat15, otherVATs: [], description: null) Right: org.eclipse.emf.cdo.tests.model1.legacy.impl.Product1Impl@384ea271 (name: Product9, vat: vat15, otherVATs: [], description: null) Differences: ******************************************************* EMFCompareTest.testFeatureFilter [H2-auditing-ranges, JVM, Native] ******************************************************* Match: Left: CDOResource@OID1:0v166("/") Right: CDOResource@OID1:0v166("/") Differences: Match: Left: CDOResourceFolder@OID1543:0v1("EMFCompareTest_testFeatureFilter") Right: CDOResourceFolder@OID1543:0v1("EMFCompareTest_testFeatureFilter") Differences: Match: Left: CDOResource@OID1544:0v1("res1") Right: CDOResource@OID1544:0v1("res1") Differences: org.eclipse.emf.compare.internal.spec.AttributeChangeSpec{attribute=CDOResource.resourceSet,value=org.eclipse.emf.ecore.resource.impl.ResourceSetImpl@817826e resources=[CDOResource@OID1544("cdo://repo1/EMFCompareTest_testFeatureFilter/res1")],kind=CHANGE,source=LEFT,state=UNRESOLVED} Match: Left: Company@OID1545:0v2 Right: Company@OID1545:0v1 Differences: org.eclipse.emf.compare.internal.spec.AttributeChangeSpec{attribute=Address.name,value=Eclipse,kind=CHANGE,source=LEFT,state=UNRESOLVED} ******************************************************* EMFCompareTest.testMinimal [H2-auditing-ranges, JVM, Native] ******************************************************* Match: Left: CDOResource@OID1:0v167("/") Right: CDOResource@OID1:0v167("/") Differences: Match: Left: CDOResourceFolder@OID1551:0v1("EMFCompareTest_testMinimal") Right: CDOResourceFolder@OID1551:0v1("EMFCompareTest_testMinimal") Differences: Match: Left: CDOResource@OID1552:0v1("res1") Right: CDOResource@OID1552:0v1("res1") Differences: Match: Left: Company@OID1553:0v3 Right: Company@OID1553:0v2 Differences: org.eclipse.emf.compare.internal.spec.AttributeChangeSpec{attribute=Address.name,value=Eclipse,kind=CHANGE,source=LEFT,state=UNRESOLVED} ******************************************************* EMFCompareTest.testNoContainmentProxy [H2-auditing-ranges, JVM, Native] ******************************************************* Match: Left: CDOResource@OID1:0v168("/") Right: CDOResource@OID1:0v168("/") Differences: Match: Left: CDOResourceFolder@OID1571:0v1("EMFCompareTest_testNoContainmentProxy") Right: CDOResourceFolder@OID1571:0v1("EMFCompareTest_testNoContainmentProxy") Differences: Match: Left: CDOResource@OID1572:0v1("res1") Right: CDOResource@OID1572:0v1("res1") Differences: Match: Left: Company@OID1573:0v1 Right: Company@OID1573:0v1 Differences: Match: Left: Category@OID1574:0v1 Right: Category@OID1574:0v1 Differences: Match: Left: Product1@OID1575:0v2 Right: Product1@OID1575:0v1 Differences: org.eclipse.emf.compare.internal.spec.AttributeChangeSpec{attribute=Product1.name,value=EclipseProduct,kind=CHANGE,source=LEFT,state=UNRESOLVED} ******************************************************* EMapTest.testEMap [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* EnumTest.testAttached [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* EnumTest.testAttachedFresh [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* EnumTest.testTransient [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* EnumTest.testTransientFresh [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* ExternalReferenceTest.testExternalWithDynamicEObject [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* ExternalReferenceTest.testExternalWithEClass [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* ExternalReferenceTest.testExternalWithEPackage [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* ExternalReferenceTest.testManyViewsOnOneResourceSet [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo2"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo3, repo1, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* ExternalReferenceTest.testObjectNotAttached [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* ExternalReferenceTest.testOneXMIResourceManyViewsOnOneResourceSet [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* ExternalReferenceTest.testUsingObjectsBetweenSameTransaction [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* ExternalReferenceTest.testWithXML [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* ExternalReferenceTest.testWithXMLAndPrefetching [H2-auditing-ranges, JVM, Native] ******************************************************* PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] ******************************************************* ExternalReferenceTest.testXRefExternalObject [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* IndexReconstructionTest.testAddAfter1 [H2-auditing-ranges, JVM, Native] ******************************************************* OID6: CDOResource.contents=2 3 4 5 OID7: Customer.salesOrders=1 2 3 4 ******************************************************* IndexReconstructionTest.testAddAfter4 [H2-auditing-ranges, JVM, Native] ******************************************************* OID10: CDOResource.contents=5 6 7 8 OID11: Customer.salesOrders=4 5 6 7 ******************************************************* IndexReconstructionTest.testAddBefore1 [H2-auditing-ranges, JVM, Native] ******************************************************* OID17: CDOResource.contents=2 3 4 5 OID18: Customer.salesOrders=3 2 1 0 ******************************************************* IndexReconstructionTest.testAddBefore4 [H2-auditing-ranges, JVM, Native] ******************************************************* OID21: CDOResource.contents=5 6 7 8 OID22: Customer.salesOrders=3 2 1 0 ******************************************************* IndexReconstructionTest.testMoveBackward [H2-auditing-ranges, JVM, Native] ******************************************************* OID28: CDOResource.contents=5 6 7 8 OID29: Customer.salesOrders=2 3 6 7 ******************************************************* IndexReconstructionTest.testMoveBehindEnd [H2-auditing-ranges, JVM, Native] ******************************************************* OID35: CDOResource.contents=5 6 7 8 OID36: Customer.salesOrders=2 3 4 5 ******************************************************* IndexReconstructionTest.testMoveForward [H2-auditing-ranges, JVM, Native] ******************************************************* OID42: CDOResource.contents=5 6 7 8 OID43: Customer.salesOrders=6 7 2 3 ******************************************************* IndexReconstructionTest.testReAdded [H2-auditing-ranges, JVM, Native] ******************************************************* OID49: CDOResource.contents=5 6 7 8 9 10 11 12 OID50: Customer.salesOrders=2 3 4 5 ******************************************************* IndexReconstructionTest.testRemove1 [H2-auditing-ranges, JVM, Native] ******************************************************* OID56: CDOResource.contents=5 6 7 8 OID57: Customer.salesOrders=3 4 5 6 ******************************************************* IndexReconstructionTest.testRemove4 [H2-auditing-ranges, JVM, Native] ******************************************************* OID64: Customer.salesOrders=0 1 2 3 OID63: CDOResource.contents=5 6 7 8 ******************************************************* IndexReconstructionTest.testRemoveAdded [H2-auditing-ranges, JVM, Native] ******************************************************* OID70: CDOResource.contents=5 6 7 8 OID71: Customer.salesOrders=2 3 ******************************************************* IndexReconstructionTest.testRemoveLastAdded [H2-auditing-ranges, JVM, Native] ******************************************************* OID77: CDOResource.contents=5 6 7 8 ******************************************************* InitialTest.testAttachObject [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* InitialTest.testCommitDirty [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* InitialTest.testCommitDirtyInverseList [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* InitialTest.testCommitNew [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* InitialTest.testCommitNewInverseList [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* InitialTest.testCreateResource [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* InitialTest.testDirectResource [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* InitialTest.testDirectResourceEMF [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* InitialTest.testGetContents [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* InitialTest.testGetResource [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* InitialTest.testLoadObject [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* InitialTest.testLoadObjectInverseList [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* InitialTest.testLoadResource [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* InitialTest.testMultipleInheritence [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* InitialTest.testNullReference [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* InitialTest.testOpenSession [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* InitialTest.testReadObjectClean [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* InitialTest.testReadObjectProxy [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* InitialTest.testReadResourceClean [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* InitialTest.testReadTransientValue [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* InitialTest.testReferenceIntoDifferentResource [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* InitialTest.testResourceAccessor [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* InitialTest.testStartTransaction [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* InitialTest.testTransientObject [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* InitialTest.testTransientResource [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* InitialTest.testWriteClean [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* InvalidationTest.testConflictDifferentSession [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* InvalidationTest.testConflictSameSession [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* InvalidationTest.testDetach [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* InvalidationTest.testDetachAndPassiveUpdate [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* InvalidationTest.testDetachAndPassiveUpdateWithoutRevisionTimestamp [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* InvalidationTest.testDetachedConflictDifferentSession [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* InvalidationTest.testDetachedConflictSameSession [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* InvalidationTest.testInvalidateAndCache [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* InvalidationTest.testPassiveUpdateMode_CHANGES [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* InvalidationTest.testPassiveUpdateOnAndOff [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* InvalidationTest.testRefreshEmptyRepository [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* InvalidationTest.testSeparateSession [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* InvalidationTest.testSeparateSession_PassiveUpdateDisable [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* InvalidationTest.testSeparateView [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* InvalidationTest.testSeparateViewNotification [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* LobTest.testCommitBlob [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* LobTest.testCommitClob [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* LobTest.testReadBlob [H2-auditing-ranges, JVM, Native] *******************************************************
******************************************************* LobTest.testReadClob [H2-auditing-ranges, JVM, Native] *******************************************************
******************************************************* LockStateCacheTest.testAddReadLockOwner [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* LockStateCacheTest.testLockStateCache [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* LockStateCacheTest.testRemoveOwner [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* LockStateCacheTest.testRemoveReadLockOwner [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* LockStateCacheTest.testSetWriteLockOwner [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* LockStateCacheTest.testSetWriteOptionOwner [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* LockStateCacheTest.testUnsetWriteLockOwner [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* LockStateCacheTest.testUnsetWriteOptionOwner [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartRepositoryTest.testDisableDurableLocking [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartRepositoryTest.testDisableDurableLockingAfterRestart [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartRepositoryTest.testDisableDurableLockingAndReleaseLocks [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartRepositoryTest.testDuplicateOpenView [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartRepositoryTest.testDuplicateOpenViewAfterRestart [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartRepositoryTest.testDurableViewHandler [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartRepositoryTest.testEnableDurableLockingWithNewObject [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartRepositoryTest.testGetDurableLockingID [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartRepositoryTest.testKeepDurableLockingID [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartRepositoryTest.testLockDowngradeAfterEnable [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartRepositoryTest.testLockDowngradeBeforeEnable [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartRepositoryTest.testLockUpgradeAfterEnable [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartRepositoryTest.testLockUpgradeBeforeEnable [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartRepositoryTest.testReadLockAfterEnable [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartRepositoryTest.testReadLockBeforeEnable [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartRepositoryTest.testWriteLockAfterEnable [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartRepositoryTest.testWriteLockBeforeEnable [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartRepositoryTest.testWriteOptionAfterEnable [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartRepositoryTest.testWriteOptionBeforeEnable [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartRepositoryTest.testWrongDurableLockingID [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartRepositoryTest.testWrongReadOnly [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartRepositoryTest.testWrongReadOnlyAfterRestart [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartSessionTest.testDisableDurableLocking [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartSessionTest.testDisableDurableLockingAfterRestart [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartSessionTest.testDisableDurableLockingAndReleaseLocks [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartSessionTest.testDuplicateOpenView [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartSessionTest.testDuplicateOpenViewAfterRestart [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartSessionTest.testDurableViewHandler [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartSessionTest.testEnableDurableLockingWithNewObject [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartSessionTest.testGetDurableLockingID [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartSessionTest.testKeepDurableLockingID [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartSessionTest.testLockDowngradeAfterEnable [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartSessionTest.testLockDowngradeBeforeEnable [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartSessionTest.testLockUpgradeAfterEnable [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartSessionTest.testLockUpgradeBeforeEnable [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartSessionTest.testReadLockAfterEnable [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartSessionTest.testReadLockBeforeEnable [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartSessionTest.testWriteLockAfterEnable [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartSessionTest.testWriteLockBeforeEnable [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartSessionTest.testWriteOptionAfterEnable [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartSessionTest.testWriteOptionBeforeEnable [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartSessionTest.testWrongDurableLockingID [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartSessionTest.testWrongReadOnly [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartSessionTest.testWrongReadOnlyAfterRestart [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartTransactionTest.testDisableDurableLocking [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartTransactionTest.testDisableDurableLockingAfterRestart [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartTransactionTest.testDisableDurableLockingAndReleaseLocks [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartTransactionTest.testDuplicateOpenView [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartTransactionTest.testDuplicateOpenViewAfterRestart [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartTransactionTest.testDurableViewHandler [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartTransactionTest.testEnableDurableLockingWithNewObject [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartTransactionTest.testGetDurableLockingID [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartTransactionTest.testKeepDurableLockingID [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartTransactionTest.testLockDowngradeAfterEnable [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartTransactionTest.testLockDowngradeBeforeEnable [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartTransactionTest.testLockUpgradeAfterEnable [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartTransactionTest.testLockUpgradeBeforeEnable [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartTransactionTest.testReadLockAfterEnable [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartTransactionTest.testReadLockBeforeEnable [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartTransactionTest.testWriteLockAfterEnable [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartTransactionTest.testWriteLockBeforeEnable [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartTransactionTest.testWriteOptionAfterEnable [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartTransactionTest.testWriteOptionBeforeEnable [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartTransactionTest.testWrongDurableLockingID [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartTransactionTest.testWrongReadOnly [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartTransactionTest.testWrongReadOnlyAfterRestart [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerTest.testAcquiredLock [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerTest.testAutoReleaseExplicitLocks [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerTest.testAutoReleaseLockFalse_commit [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerTest.testAutoReleaseLockFalse_rollback [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerTest.testAutoReleaseLocks [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerTest.testAutoReleaseLocksOnUnchangedObject [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerTest.testAutoReleaseReadLockWithLockedByOthers [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerTest.testAutoReleaseWriteLockWithLockedByOthers [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerTest.testBasicUpgradeFromReadToWriteLock [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerTest.testBasicWrongUnlock [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerTest.testBugzilla_270345 [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerTest.testDeleteLockedObject [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerTest.testDetachedObjects [H2-auditing-ranges, JVM, Native] ******************************************************* [ERROR] Object OID368 not found in branch Branch[id=0, name=MAIN] (possibly detached) java.lang.IllegalArgumentException: Object OID368 not found in branch Branch[id=0, name=MAIN] (possibly detached) at org.eclipse.emf.cdo.internal.server.Repository.checkStaleRevisions(Repository.java:2284) at org.eclipse.emf.cdo.internal.server.Repository.doLock(Repository.java:2344) at org.eclipse.emf.cdo.internal.server.Repository.lock(Repository.java:2317) at org.eclipse.emf.cdo.server.internal.net4j.protocol.LockObjectsIndication.indicating(LockObjectsIndication.java:65) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerIndication.indicating(CDOServerIndication.java:107) at org.eclipse.net4j.signal.IndicationWithResponse.doExtendedInput(IndicationWithResponse.java:94) at org.eclipse.net4j.signal.Signal.doInput(Signal.java:434) at org.eclipse.net4j.signal.IndicationWithResponse.execute(IndicationWithResponse.java:72) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerWriteIndication.execute(CDOServerWriteIndication.java:34) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) ******************************************************* LockingManagerTest.testLockContention [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerTest.testLockContentionRecursive [H2-auditing-ranges, JVM, Native] ******************************************************* CDOLockOwner[82:1] locking Category@OID375 CDOLockOwner[82:1] locking Company@OID374 CDOLockOwner[82:1] unlocking Category@OID375 ******************************************************* LockingManagerTest.testLockDetached [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerTest.testLockOnNewObject [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerTest.testLockRefreshForHeldLock [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerTest.testLockUnlock [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerTest.testReadLockAndCommitFromDifferentTransaction [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerTest.testReadLockAndCommitSameTransaction [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerTest.testReadLockByOthers [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerTest.testReadLockMultiple [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerTest.testReadLockStaleRevision [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerTest.testReadLockedByOthers [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerTest.testReadTimeout [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerTest.testReadUnlockMultiple [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerTest.testRecursiveLock [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerTest.testRefreshLockStates [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerTest.testSessionClose [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerTest.testTransactionClose [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerTest.testTransactionGetLockStates [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerTest.testUnlockAll [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerTest.testViewGetLockStates [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerTest.testWriteLock [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerTest.testWriteLockAndCommitFromDifferentTransaction [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerTest.testWriteLockAndCommitSameTransaction [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerTest.testWriteLockAndRollback [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerTest.testWriteLockByOthers [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerTest.testWriteLockFromDifferenceTransaction [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerTest.testWriteLockMultiple [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerTest.testWriteLockPerformance [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerTest.testWriteLockStaleRevision [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerTest.testWriteLockViaObject [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerTest.testWriteOptions [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* LockingManagerTest.testWriteUnlockMultiple [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* LockingNotificationsTest.testCloseViewDifferentSession [H2-auditing-ranges, JVM, Native] ******************************************************* CDOViewLocksChangedEvent[source=View 1, sender=null, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:20:18.722], deltas=[ADDED_WRITE[OID506 + 118:1]]]] CDOViewLocksChangedEvent[source=View 1, sender=null, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:20:18.722], deltas=[REMOVED_WRITE[OID506 - 118:1]]]] ******************************************************* LockingNotificationsTest.testCloseViewSameSession [H2-auditing-ranges, JVM, Native] ******************************************************* CDOViewLocksChangedEvent[source=View 2, sender=Transaction 1, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:20:18.732], deltas=[ADDED_WRITE[OID509 + 120:1]]]] CDOViewLocksChangedEvent[source=View 2, sender=Transaction 1 [closed], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:20:18.730], deltas=[REMOVED_WRITE[OID509 - 120:1]]]] ******************************************************* LockingNotificationsTest.testEnableDisableNotifications [H2-auditing-ranges, JVM, Native] ******************************************************* CDOViewLocksChangedEvent[source=Transaction 1, sender=Transaction 1, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:20:18.748], deltas=[ADDED_WRITE[OID512 + 121:1]]]] CDOViewLocksChangedEvent[source=Transaction 1, sender=Transaction 1, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:20:18.849], deltas=[REMOVED_WRITE[OID512 - 121:1]]]] CDOViewLocksChangedEvent[source=Transaction 1, sender=Transaction 1, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:20:18.849], deltas=[ADDED_READ[OID512 + 121:1]]]] CDOViewLocksChangedEvent[source=Transaction 1, sender=Transaction 1, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:20:18.849], deltas=[REMOVED_READ[OID512 - 121:1]]]] CDOViewLocksChangedEvent[source=Transaction 1, sender=Transaction 1, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:20:18.850], deltas=[ADDED_OPTION[OID512 + 121:1]]]] CDOViewLocksChangedEvent[source=Transaction 1, sender=Transaction 1, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:20:18.850], deltas=[REMOVED_OPTION[OID512 - 121:1]]]] CDOViewLocksChangedEvent[source=Transaction 2, sender=Transaction 2, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:20:18.855], deltas=[ADDED_WRITE[OID513 + 121:2]]]] CDOViewLocksChangedEvent[source=View 1, sender=null, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:20:18.854], deltas=[ADDED_WRITE[OID513 + 121:2]]]] CDOViewLocksChangedEvent[source=View 1, sender=null, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:20:18.854], deltas=[ADDED_WRITE[OID513 + 121:2]]]] CDOViewLocksChangedEvent[source=View 1, sender=null, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:20:18.855], deltas=[REMOVED_WRITE[OID513 - 121:2]]]] CDOViewLocksChangedEvent[source=Transaction 2, sender=Transaction 2, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:20:18.855], deltas=[REMOVED_WRITE[OID513 - 121:2]]]] CDOViewLocksChangedEvent[source=View 1, sender=null, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:20:18.855], deltas=[REMOVED_WRITE[OID513 - 121:2]]]] CDOViewLocksChangedEvent[source=Transaction 2, sender=Transaction 2, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:20:18.856], deltas=[ADDED_READ[OID513 + 121:2]]]] CDOViewLocksChangedEvent[source=View 1, sender=null, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:20:18.855], deltas=[ADDED_READ[OID513 + 121:2]]]] CDOViewLocksChangedEvent[source=View 1, sender=null, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:20:18.855], deltas=[ADDED_READ[OID513 + 121:2]]]] CDOViewLocksChangedEvent[source=Transaction 2, sender=Transaction 2, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:20:18.856], deltas=[REMOVED_READ[OID513 - 121:2]]]] CDOViewLocksChangedEvent[source=View 1, sender=null, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:20:18.856], deltas=[REMOVED_READ[OID513 - 121:2]]]] CDOViewLocksChangedEvent[source=View 1, sender=null, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:20:18.856], deltas=[REMOVED_READ[OID513 - 121:2]]]] CDOViewLocksChangedEvent[source=View 1, sender=null, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:20:18.856], deltas=[ADDED_OPTION[OID513 + 121:2]]]] CDOViewLocksChangedEvent[source=Transaction 2, sender=Transaction 2, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:20:18.856], deltas=[ADDED_OPTION[OID513 + 121:2]]]] CDOViewLocksChangedEvent[source=View 1, sender=null, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:20:18.856], deltas=[ADDED_OPTION[OID513 + 121:2]]]] CDOViewLocksChangedEvent[source=Transaction 2, sender=Transaction 2, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:20:18.857], deltas=[REMOVED_OPTION[OID513 - 121:2]]]] CDOViewLocksChangedEvent[source=View 1, sender=null, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:20:18.857], deltas=[REMOVED_OPTION[OID513 - 121:2]]]] CDOViewLocksChangedEvent[source=View 1, sender=null, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:20:18.857], deltas=[REMOVED_OPTION[OID513 - 121:2]]]] CDOViewLocksChangedEvent[source=Transaction 3, sender=Transaction 3, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:20:18.859], deltas=[ADDED_WRITE[OID514 + 121:3]]]] CDOViewLocksChangedEvent[source=Transaction 3, sender=Transaction 3, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:20:18.960], deltas=[REMOVED_WRITE[OID514 - 121:3]]]] CDOViewLocksChangedEvent[source=Transaction 3, sender=Transaction 3, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:20:18.960], deltas=[ADDED_READ[OID514 + 121:3]]]] CDOViewLocksChangedEvent[source=Transaction 3, sender=Transaction 3, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:20:18.961], deltas=[REMOVED_READ[OID514 - 121:3]]]] CDOViewLocksChangedEvent[source=Transaction 3, sender=Transaction 3, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:20:18.961], deltas=[ADDED_OPTION[OID514 + 121:3]]]] CDOViewLocksChangedEvent[source=Transaction 3, sender=Transaction 3, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:20:18.961], deltas=[REMOVED_OPTION[OID514 - 121:3]]]] ******************************************************* LockingNotificationsTest.testEnableDisableNotificationsSameSession [H2-auditing-ranges, JVM, Native] ******************************************************* CDOViewLocksChangedEvent[source=Transaction 2, sender=Transaction 2, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:20:18.972], deltas=[ADDED_WRITE[OID517 + 123:2]]]] CDOViewLocksChangedEvent[source=Transaction 2, sender=Transaction 2, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:20:19.072], deltas=[REMOVED_WRITE[OID517 - 123:2]]]] CDOViewLocksChangedEvent[source=Transaction 2, sender=Transaction 2, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:20:19.073], deltas=[ADDED_READ[OID517 + 123:2]]]] CDOViewLocksChangedEvent[source=Transaction 2, sender=Transaction 2, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:20:19.073], deltas=[REMOVED_READ[OID517 - 123:2]]]] CDOViewLocksChangedEvent[source=Transaction 2, sender=Transaction 2, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:20:19.073], deltas=[ADDED_OPTION[OID517 + 123:2]]]] CDOViewLocksChangedEvent[source=Transaction 2, sender=Transaction 2, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:20:19.074], deltas=[REMOVED_OPTION[OID517 - 123:2]]]] CDOViewLocksChangedEvent[source=Transaction 3, sender=Transaction 3, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:20:19.077], deltas=[ADDED_WRITE[OID518 + 123:3]]]] CDOViewLocksChangedEvent[source=View 1, sender=Transaction 3, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:20:19.077], deltas=[ADDED_WRITE[OID518 + 123:3]]]] CDOViewLocksChangedEvent[source=View 1, sender=Transaction 3, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:20:19.077], deltas=[ADDED_WRITE[OID518 + 123:3]]]] CDOViewLocksChangedEvent[source=Transaction 3, sender=Transaction 3, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:20:19.077], deltas=[REMOVED_WRITE[OID518 - 123:3]]]] CDOViewLocksChangedEvent[source=View 1, sender=Transaction 3, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:20:19.077], deltas=[REMOVED_WRITE[OID518 - 123:3]]]] CDOViewLocksChangedEvent[source=View 1, sender=Transaction 3, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:20:19.077], deltas=[REMOVED_WRITE[OID518 - 123:3]]]] CDOViewLocksChangedEvent[source=Transaction 3, sender=Transaction 3, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:20:19.078], deltas=[ADDED_READ[OID518 + 123:3]]]] CDOViewLocksChangedEvent[source=View 1, sender=Transaction 3, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:20:19.078], deltas=[ADDED_READ[OID518 + 123:3]]]] CDOViewLocksChangedEvent[source=View 1, sender=Transaction 3, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:20:19.078], deltas=[ADDED_READ[OID518 + 123:3]]]] CDOViewLocksChangedEvent[source=Transaction 3, sender=Transaction 3, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:20:19.078], deltas=[REMOVED_READ[OID518 - 123:3]]]] CDOViewLocksChangedEvent[source=View 1, sender=Transaction 3, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:20:19.078], deltas=[REMOVED_READ[OID518 - 123:3]]]] CDOViewLocksChangedEvent[source=View 1, sender=Transaction 3, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:20:19.078], deltas=[REMOVED_READ[OID518 - 123:3]]]] CDOViewLocksChangedEvent[source=Transaction 3, sender=Transaction 3, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:20:19.078], deltas=[ADDED_OPTION[OID518 + 123:3]]]] CDOViewLocksChangedEvent[source=View 1, sender=Transaction 3, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:20:19.078], deltas=[ADDED_OPTION[OID518 + 123:3]]]] CDOViewLocksChangedEvent[source=View 1, sender=Transaction 3, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:20:19.078], deltas=[ADDED_OPTION[OID518 + 123:3]]]] CDOViewLocksChangedEvent[source=Transaction 3, sender=Transaction 3, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:20:19.079], deltas=[REMOVED_OPTION[OID518 - 123:3]]]] CDOViewLocksChangedEvent[source=View 1, sender=Transaction 3, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:20:19.079], deltas=[REMOVED_OPTION[OID518 - 123:3]]]] CDOViewLocksChangedEvent[source=View 1, sender=Transaction 3, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:20:19.079], deltas=[REMOVED_OPTION[OID518 - 123:3]]]] CDOViewLocksChangedEvent[source=Transaction 4, sender=Transaction 4, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:20:19.081], deltas=[ADDED_WRITE[OID519 + 123:4]]]] CDOViewLocksChangedEvent[source=Transaction 4, sender=Transaction 4, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:20:19.182], deltas=[REMOVED_WRITE[OID519 - 123:4]]]] CDOViewLocksChangedEvent[source=Transaction 4, sender=Transaction 4, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:20:19.182], deltas=[ADDED_READ[OID519 + 123:4]]]] CDOViewLocksChangedEvent[source=Transaction 4, sender=Transaction 4, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:20:19.182], deltas=[REMOVED_READ[OID519 - 123:4]]]] CDOViewLocksChangedEvent[source=Transaction 4, sender=Transaction 4, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:20:19.183], deltas=[ADDED_OPTION[OID519 + 123:4]]]] CDOViewLocksChangedEvent[source=Transaction 4, sender=Transaction 4, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:20:19.183], deltas=[REMOVED_OPTION[OID519 - 123:4]]]] ******************************************************* LockingNotificationsTest.testEventForNewObjects [H2-auditing-ranges, JVM, Native] ******************************************************* CDOViewLocksChangedEvent[source=Transaction 1, sender=Transaction 1, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, *], deltas=[ADDED_WRITE[oid3 + 124:1]]]] CDOViewLocksChangedEvent[source=Transaction 1, sender=Transaction 1, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, *], deltas=[REMOVED_WRITE[oid3 - 124:1], null]]] ******************************************************* LockingNotificationsTest.testLockStateHeldByDurableView [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* LockingNotificationsTest.testLockStateTransientAndNew [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* LockingNotificationsTest.testSameBranchDifferentSession_WithAutoRelease [H2-auditing-ranges, JVM, Native] ******************************************************* CDOViewLocksChangedEvent[source=View 1, sender=null, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:20:19.233], deltas=[ADDED_READ[OID528 + 128:1]]]] Thread[server-thread-566,5,server] at org.eclipse.net4j.util.tests.TestListener2.notifyEvent(TestListener2.java:116) at org.eclipse.net4j.util.event.Notifier.fireEventSafe(Notifier.java:240) at org.eclipse.net4j.util.event.Notifier.fireEvent(Notifier.java:167) at org.eclipse.emf.internal.cdo.view.CDOViewImpl.fireLocksChangedEvent(CDOViewImpl.java:594) at org.eclipse.emf.internal.cdo.view.CDOViewImpl.handleLockNotification(CDOViewImpl.java:585) at org.eclipse.emf.internal.cdo.session.CDOSessionImpl.doHandleLockNotification(CDOSessionImpl.java:1294) at org.eclipse.emf.cdo.tests.AbstractLockingTest$LockingSessionConfiguration$1.doHandleLockNotification(AbstractLockingTest.java:166) at org.eclipse.emf.internal.cdo.session.CDOSessionImpl.handleLockNotification(CDOSessionImpl.java:1258) at org.eclipse.emf.cdo.tests.AbstractLockingTest$LockingSessionConfiguration$1.handleLockNotification(AbstractLockingTest.java:160) at org.eclipse.emf.cdo.internal.net4j.protocol.LockNotificationIndication.indicating(LockNotificationIndication.java:36) at org.eclipse.emf.cdo.internal.net4j.protocol.CDOClientIndication.indicating(CDOClientIndication.java:77) at org.eclipse.net4j.signal.Indication.doExtendedInput(Indication.java:57) at org.eclipse.net4j.signal.Signal.doInput(Signal.java:434) at org.eclipse.net4j.signal.Indication.execute(Indication.java:51) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) CDOViewLocksChangedEvent[source=View 1, sender=null, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:20:19.234], deltas=[REMOVED_READ[OID528 - 128:1]]]] Thread[server-thread-570,5,server] at org.eclipse.net4j.util.tests.TestListener2.notifyEvent(TestListener2.java:116) at org.eclipse.net4j.util.event.Notifier.fireEventSafe(Notifier.java:240) at org.eclipse.net4j.util.event.Notifier.fireEvent(Notifier.java:167) at org.eclipse.emf.internal.cdo.view.CDOViewImpl.fireLocksChangedEvent(CDOViewImpl.java:594) at org.eclipse.emf.internal.cdo.view.CDOViewImpl.doInvalidateUnsynced(CDOViewImpl.java:1216) at org.eclipse.emf.internal.cdo.view.CDOViewImpl.doInvalidate(CDOViewImpl.java:1132) at org.eclipse.emf.internal.cdo.view.CDOViewImpl$ViewInvalidation.doRun(CDOViewImpl.java:2907) at org.eclipse.net4j.util.concurrent.RunnableWithName.run(RunnableWithName.java:29) at org.eclipse.net4j.util.concurrent.SerializingExecutor.run(SerializingExecutor.java:82) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) CDOViewLocksChangedEvent[source=View 1, sender=null, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:20:19.236], deltas=[ADDED_WRITE[OID528 + 128:1]]]] Thread[server-thread-504,5,server] at org.eclipse.net4j.util.tests.TestListener2.notifyEvent(TestListener2.java:116) at org.eclipse.net4j.util.event.Notifier.fireEventSafe(Notifier.java:240) at org.eclipse.net4j.util.event.Notifier.fireEvent(Notifier.java:167) at org.eclipse.emf.internal.cdo.view.CDOViewImpl.fireLocksChangedEvent(CDOViewImpl.java:594) at org.eclipse.emf.internal.cdo.view.CDOViewImpl.handleLockNotification(CDOViewImpl.java:585) at org.eclipse.emf.internal.cdo.session.CDOSessionImpl.doHandleLockNotification(CDOSessionImpl.java:1294) at org.eclipse.emf.cdo.tests.AbstractLockingTest$LockingSessionConfiguration$1.doHandleLockNotification(AbstractLockingTest.java:166) at org.eclipse.emf.internal.cdo.session.CDOSessionImpl.handleLockNotification(CDOSessionImpl.java:1258) at org.eclipse.emf.cdo.tests.AbstractLockingTest$LockingSessionConfiguration$1.handleLockNotification(AbstractLockingTest.java:160) at org.eclipse.emf.cdo.internal.net4j.protocol.LockNotificationIndication.indicating(LockNotificationIndication.java:36) at org.eclipse.emf.cdo.internal.net4j.protocol.CDOClientIndication.indicating(CDOClientIndication.java:77) at org.eclipse.net4j.signal.Indication.doExtendedInput(Indication.java:57) at org.eclipse.net4j.signal.Signal.doInput(Signal.java:434) at org.eclipse.net4j.signal.Indication.execute(Indication.java:51) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) CDOViewLocksChangedEvent[source=View 1, sender=null, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:20:19.236], deltas=[REMOVED_WRITE[OID528 - 128:1]]]] Thread[server-thread-583,5,server] at org.eclipse.net4j.util.tests.TestListener2.notifyEvent(TestListener2.java:116) at org.eclipse.net4j.util.event.Notifier.fireEventSafe(Notifier.java:240) at org.eclipse.net4j.util.event.Notifier.fireEvent(Notifier.java:167) at org.eclipse.emf.internal.cdo.view.CDOViewImpl.fireLocksChangedEvent(CDOViewImpl.java:594) at org.eclipse.emf.internal.cdo.view.CDOViewImpl.doInvalidateUnsynced(CDOViewImpl.java:1216) at org.eclipse.emf.internal.cdo.view.CDOViewImpl.doInvalidate(CDOViewImpl.java:1132) at org.eclipse.emf.internal.cdo.view.CDOViewImpl$ViewInvalidation.doRun(CDOViewImpl.java:2907) at org.eclipse.net4j.util.concurrent.RunnableWithName.run(RunnableWithName.java:29) at org.eclipse.net4j.util.concurrent.SerializingExecutor.run(SerializingExecutor.java:82) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) CDOViewLocksChangedEvent[source=View 1, sender=null, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:20:19.237], deltas=[ADDED_OPTION[OID528 + 128:1]]]] Thread[server-thread-555,5,server] at org.eclipse.net4j.util.tests.TestListener2.notifyEvent(TestListener2.java:116) at org.eclipse.net4j.util.event.Notifier.fireEventSafe(Notifier.java:240) at org.eclipse.net4j.util.event.Notifier.fireEvent(Notifier.java:167) at org.eclipse.emf.internal.cdo.view.CDOViewImpl.fireLocksChangedEvent(CDOViewImpl.java:594) at org.eclipse.emf.internal.cdo.view.CDOViewImpl.handleLockNotification(CDOViewImpl.java:585) at org.eclipse.emf.internal.cdo.session.CDOSessionImpl.doHandleLockNotification(CDOSessionImpl.java:1294) at org.eclipse.emf.cdo.tests.AbstractLockingTest$LockingSessionConfiguration$1.doHandleLockNotification(AbstractLockingTest.java:166) at org.eclipse.emf.internal.cdo.session.CDOSessionImpl.handleLockNotification(CDOSessionImpl.java:1258) at org.eclipse.emf.cdo.tests.AbstractLockingTest$LockingSessionConfiguration$1.handleLockNotification(AbstractLockingTest.java:160) at org.eclipse.emf.cdo.internal.net4j.protocol.LockNotificationIndication.indicating(LockNotificationIndication.java:36) at org.eclipse.emf.cdo.internal.net4j.protocol.CDOClientIndication.indicating(CDOClientIndication.java:77) at org.eclipse.net4j.signal.Indication.doExtendedInput(Indication.java:57) at org.eclipse.net4j.signal.Signal.doInput(Signal.java:434) at org.eclipse.net4j.signal.Indication.execute(Indication.java:51) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) CDOViewLocksChangedEvent[source=View 1, sender=null, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:20:19.238], deltas=[REMOVED_OPTION[OID528 - 128:1]]]] Thread[server-thread-376,5,server] at org.eclipse.net4j.util.tests.TestListener2.notifyEvent(TestListener2.java:116) at org.eclipse.net4j.util.event.Notifier.fireEventSafe(Notifier.java:240) at org.eclipse.net4j.util.event.Notifier.fireEvent(Notifier.java:167) at org.eclipse.emf.internal.cdo.view.CDOViewImpl.fireLocksChangedEvent(CDOViewImpl.java:594) at org.eclipse.emf.internal.cdo.view.CDOViewImpl.doInvalidateUnsynced(CDOViewImpl.java:1216) at org.eclipse.emf.internal.cdo.view.CDOViewImpl.doInvalidate(CDOViewImpl.java:1132) at org.eclipse.emf.internal.cdo.view.CDOViewImpl$ViewInvalidation.doRun(CDOViewImpl.java:2907) at org.eclipse.net4j.util.concurrent.RunnableWithName.run(RunnableWithName.java:29) at org.eclipse.net4j.util.concurrent.SerializingExecutor.run(SerializingExecutor.java:82) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) ******************************************************* LockingNotificationsTest.testSameBranchDifferentSession_WithoutAutoRelease [H2-auditing-ranges, JVM, Native] ******************************************************* CDOViewLocksChangedEvent[source=View 1, sender=null, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:20:19.262], deltas=[ADDED_WRITE[OID531 + 130:1]]]] CDOViewLocksChangedEvent[source=Transaction 1, sender=Transaction 1, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:20:19.262], deltas=[ADDED_WRITE[OID531 + 130:1]]]] CDOViewLocksChangedEvent[source=View 1, sender=null, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:20:19.263], deltas=[REMOVED_WRITE[OID531 - 130:1]]]] CDOViewLocksChangedEvent[source=Transaction 1, sender=Transaction 1, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:20:19.263], deltas=[REMOVED_WRITE[OID531 - 130:1]]]] CDOViewLocksChangedEvent[source=Transaction 1, sender=Transaction 1, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:20:19.263], deltas=[ADDED_READ[OID531 + 130:1]]]] CDOViewLocksChangedEvent[source=View 1, sender=null, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:20:19.263], deltas=[ADDED_READ[OID531 + 130:1]]]] CDOViewLocksChangedEvent[source=Transaction 1, sender=Transaction 1, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:20:19.264], deltas=[REMOVED_READ[OID531 - 130:1]]]] CDOViewLocksChangedEvent[source=View 1, sender=null, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:20:19.264], deltas=[REMOVED_READ[OID531 - 130:1]]]] CDOViewLocksChangedEvent[source=View 1, sender=null, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:20:19.264], deltas=[ADDED_OPTION[OID531 + 130:1]]]] CDOViewLocksChangedEvent[source=Transaction 1, sender=Transaction 1, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:20:19.264], deltas=[ADDED_OPTION[OID531 + 130:1]]]] CDOViewLocksChangedEvent[source=Transaction 1, sender=Transaction 1, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:20:19.265], deltas=[REMOVED_OPTION[OID531 - 130:1]]]] CDOViewLocksChangedEvent[source=View 1, sender=null, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:20:19.265], deltas=[REMOVED_OPTION[OID531 - 130:1]]]] ******************************************************* LockingNotificationsTest.testSameBranchSameSession_WithAutoRelease [H2-auditing-ranges, JVM, Native] ******************************************************* CDOViewLocksChangedEvent[source=View 1, sender=Transaction 2, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:20:19.275], deltas=[ADDED_READ[OID534 + 132:2]]]] Thread[server-thread-552,5,server] at org.eclipse.net4j.util.tests.TestListener2.notifyEvent(TestListener2.java:116) at org.eclipse.net4j.util.event.Notifier.fireEventSafe(Notifier.java:240) at org.eclipse.net4j.util.event.Notifier.fireEvent(Notifier.java:167) at org.eclipse.emf.internal.cdo.view.CDOViewImpl.fireLocksChangedEvent(CDOViewImpl.java:594) at org.eclipse.emf.internal.cdo.view.CDOViewImpl.handleLockNotification(CDOViewImpl.java:585) at org.eclipse.emf.internal.cdo.session.CDOSessionImpl.doHandleLockNotification(CDOSessionImpl.java:1294) at org.eclipse.emf.cdo.tests.AbstractLockingTest$LockingSessionConfiguration$1.doHandleLockNotification(AbstractLockingTest.java:166) at org.eclipse.emf.internal.cdo.session.CDOSessionImpl.lambda$3(CDOSessionImpl.java:1254) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) CDOViewLocksChangedEvent[source=View 1, sender=null, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:20:19.276], deltas=[REMOVED_READ[OID534 - 132:2]]]] Thread[server-thread-574,5,server] at org.eclipse.net4j.util.tests.TestListener2.notifyEvent(TestListener2.java:116) at org.eclipse.net4j.util.event.Notifier.fireEventSafe(Notifier.java:240) at org.eclipse.net4j.util.event.Notifier.fireEvent(Notifier.java:167) at org.eclipse.emf.internal.cdo.view.CDOViewImpl.fireLocksChangedEvent(CDOViewImpl.java:594) at org.eclipse.emf.internal.cdo.view.CDOViewImpl.doInvalidateUnsynced(CDOViewImpl.java:1216) at org.eclipse.emf.internal.cdo.view.CDOViewImpl.doInvalidate(CDOViewImpl.java:1132) at org.eclipse.emf.internal.cdo.view.CDOViewImpl$ViewInvalidation.doRun(CDOViewImpl.java:2907) at org.eclipse.net4j.util.concurrent.RunnableWithName.run(RunnableWithName.java:29) at org.eclipse.net4j.util.concurrent.SerializingExecutor.run(SerializingExecutor.java:82) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) CDOViewLocksChangedEvent[source=View 1, sender=Transaction 2, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:20:19.277], deltas=[ADDED_WRITE[OID534 + 132:2]]]] Thread[server-thread-568,5,server] at org.eclipse.net4j.util.tests.TestListener2.notifyEvent(TestListener2.java:116) at org.eclipse.net4j.util.event.Notifier.fireEventSafe(Notifier.java:240) at org.eclipse.net4j.util.event.Notifier.fireEvent(Notifier.java:167) at org.eclipse.emf.internal.cdo.view.CDOViewImpl.fireLocksChangedEvent(CDOViewImpl.java:594) at org.eclipse.emf.internal.cdo.view.CDOViewImpl.handleLockNotification(CDOViewImpl.java:585) at org.eclipse.emf.internal.cdo.session.CDOSessionImpl.doHandleLockNotification(CDOSessionImpl.java:1294) at org.eclipse.emf.cdo.tests.AbstractLockingTest$LockingSessionConfiguration$1.doHandleLockNotification(AbstractLockingTest.java:166) at org.eclipse.emf.internal.cdo.session.CDOSessionImpl.lambda$3(CDOSessionImpl.java:1254) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) CDOViewLocksChangedEvent[source=View 1, sender=null, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:20:19.277], deltas=[REMOVED_WRITE[OID534 - 132:2]]]] Thread[server-thread-481,5,server] at org.eclipse.net4j.util.tests.TestListener2.notifyEvent(TestListener2.java:116) at org.eclipse.net4j.util.event.Notifier.fireEventSafe(Notifier.java:240) at org.eclipse.net4j.util.event.Notifier.fireEvent(Notifier.java:167) at org.eclipse.emf.internal.cdo.view.CDOViewImpl.fireLocksChangedEvent(CDOViewImpl.java:594) at org.eclipse.emf.internal.cdo.view.CDOViewImpl.doInvalidateUnsynced(CDOViewImpl.java:1216) at org.eclipse.emf.internal.cdo.view.CDOViewImpl.doInvalidate(CDOViewImpl.java:1132) at org.eclipse.emf.internal.cdo.view.CDOViewImpl$ViewInvalidation.doRun(CDOViewImpl.java:2907) at org.eclipse.net4j.util.concurrent.RunnableWithName.run(RunnableWithName.java:29) at org.eclipse.net4j.util.concurrent.SerializingExecutor.run(SerializingExecutor.java:82) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) CDOViewLocksChangedEvent[source=View 1, sender=Transaction 2, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:20:19.278], deltas=[ADDED_OPTION[OID534 + 132:2]]]] Thread[server-thread-560,5,server] at org.eclipse.net4j.util.tests.TestListener2.notifyEvent(TestListener2.java:116) at org.eclipse.net4j.util.event.Notifier.fireEventSafe(Notifier.java:240) at org.eclipse.net4j.util.event.Notifier.fireEvent(Notifier.java:167) at org.eclipse.emf.internal.cdo.view.CDOViewImpl.fireLocksChangedEvent(CDOViewImpl.java:594) at org.eclipse.emf.internal.cdo.view.CDOViewImpl.handleLockNotification(CDOViewImpl.java:585) at org.eclipse.emf.internal.cdo.session.CDOSessionImpl.doHandleLockNotification(CDOSessionImpl.java:1294) at org.eclipse.emf.cdo.tests.AbstractLockingTest$LockingSessionConfiguration$1.doHandleLockNotification(AbstractLockingTest.java:166) at org.eclipse.emf.internal.cdo.session.CDOSessionImpl.lambda$3(CDOSessionImpl.java:1254) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) CDOViewLocksChangedEvent[source=View 1, sender=null, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:20:19.279], deltas=[REMOVED_OPTION[OID534 - 132:2]]]] Thread[server-thread-475,5,server] at org.eclipse.net4j.util.tests.TestListener2.notifyEvent(TestListener2.java:116) at org.eclipse.net4j.util.event.Notifier.fireEventSafe(Notifier.java:240) at org.eclipse.net4j.util.event.Notifier.fireEvent(Notifier.java:167) at org.eclipse.emf.internal.cdo.view.CDOViewImpl.fireLocksChangedEvent(CDOViewImpl.java:594) at org.eclipse.emf.internal.cdo.view.CDOViewImpl.doInvalidateUnsynced(CDOViewImpl.java:1216) at org.eclipse.emf.internal.cdo.view.CDOViewImpl.doInvalidate(CDOViewImpl.java:1132) at org.eclipse.emf.internal.cdo.view.CDOViewImpl$ViewInvalidation.doRun(CDOViewImpl.java:2907) at org.eclipse.net4j.util.concurrent.RunnableWithName.run(RunnableWithName.java:29) at org.eclipse.net4j.util.concurrent.SerializingExecutor.run(SerializingExecutor.java:82) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) ******************************************************* LockingNotificationsTest.testSameBranchSameSession_WithoutAutoRelease [H2-auditing-ranges, JVM, Native] ******************************************************* CDOViewLocksChangedEvent[source=Transaction 2, sender=Transaction 2, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:20:19.293], deltas=[ADDED_WRITE[OID537 + 133:2]]]] CDOViewLocksChangedEvent[source=View 1, sender=Transaction 2, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:20:19.293], deltas=[ADDED_WRITE[OID537 + 133:2]]]] CDOViewLocksChangedEvent[source=Transaction 2, sender=Transaction 2, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:20:19.293], deltas=[REMOVED_WRITE[OID537 - 133:2]]]] CDOViewLocksChangedEvent[source=View 1, sender=Transaction 2, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:20:19.293], deltas=[REMOVED_WRITE[OID537 - 133:2]]]] CDOViewLocksChangedEvent[source=Transaction 2, sender=Transaction 2, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:20:19.294], deltas=[ADDED_READ[OID537 + 133:2]]]] CDOViewLocksChangedEvent[source=View 1, sender=Transaction 2, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:20:19.294], deltas=[ADDED_READ[OID537 + 133:2]]]] CDOViewLocksChangedEvent[source=Transaction 2, sender=Transaction 2, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:20:19.294], deltas=[REMOVED_READ[OID537 - 133:2]]]] CDOViewLocksChangedEvent[source=View 1, sender=Transaction 2, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:20:19.294], deltas=[REMOVED_READ[OID537 - 133:2]]]] CDOViewLocksChangedEvent[source=Transaction 2, sender=Transaction 2, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:20:19.295], deltas=[ADDED_OPTION[OID537 + 133:2]]]] CDOViewLocksChangedEvent[source=View 1, sender=Transaction 2, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:20:19.295], deltas=[ADDED_OPTION[OID537 + 133:2]]]] CDOViewLocksChangedEvent[source=Transaction 2, sender=Transaction 2, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:20:19.295], deltas=[REMOVED_OPTION[OID537 - 133:2]]]] CDOViewLocksChangedEvent[source=View 1, sender=Transaction 2, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:20:19.295], deltas=[REMOVED_OPTION[OID537 - 133:2]]]] ******************************************************* LockingSequenceTest.testSafeCounter [H2-auditing-ranges, JVM, Native] ******************************************************* CDOLockOwner[134:2]: Allocated 0 CDOLockOwner[134:2]: Committed CDOLockOwner[134:3]: Allocated 1 CDOLockOwner[134:3]: Committed CDOLockOwner[134:4]: Allocated 2 CDOLockOwner[134:4]: Committed CDOLockOwner[134:6]: Allocated 3 CDOLockOwner[134:6]: Committed CDOLockOwner[134:7]: Allocated 4 CDOLockOwner[134:7]: Committed CDOLockOwner[134:8]: Allocated 5 CDOLockOwner[134:8]: Committed CDOLockOwner[134:5]: Allocated 6 CDOLockOwner[134:5]: Committed CDOLockOwner[134:9]: Allocated 7 CDOLockOwner[134:9]: Committed CDOLockOwner[134:2]: Allocated 8 CDOLockOwner[134:2]: Committed CDOLockOwner[134:10]: Allocated 9 CDOLockOwner[134:10]: Committed CDOLockOwner[134:11]: Allocated 10 CDOLockOwner[134:11]: Committed CDOLockOwner[134:3]: Allocated 11 CDOLockOwner[134:3]: Committed CDOLockOwner[134:4]: Allocated 12 CDOLockOwner[134:4]: Committed CDOLockOwner[134:6]: Allocated 13 CDOLockOwner[134:6]: Committed CDOLockOwner[134:7]: Allocated 14 CDOLockOwner[134:7]: Committed CDOLockOwner[134:8]: Allocated 15 CDOLockOwner[134:8]: Committed CDOLockOwner[134:5]: Allocated 16 CDOLockOwner[134:5]: Committed CDOLockOwner[134:9]: Allocated 17 CDOLockOwner[134:9]: Committed CDOLockOwner[134:2]: Allocated 18 CDOLockOwner[134:2]: Committed CDOLockOwner[134:10]: Allocated 19 CDOLockOwner[134:10]: Committed CDOLockOwner[134:11]: Allocated 20 CDOLockOwner[134:11]: Committed CDOLockOwner[134:3]: Allocated 21 CDOLockOwner[134:3]: Committed CDOLockOwner[134:4]: Allocated 22 CDOLockOwner[134:4]: Committed CDOLockOwner[134:6]: Allocated 23 CDOLockOwner[134:6]: Committed CDOLockOwner[134:7]: Allocated 24 CDOLockOwner[134:7]: Committed CDOLockOwner[134:8]: Allocated 25 CDOLockOwner[134:8]: Committed CDOLockOwner[134:5]: Allocated 26 CDOLockOwner[134:5]: Committed CDOLockOwner[134:9]: Allocated 27 CDOLockOwner[134:9]: Committed CDOLockOwner[134:2]: Allocated 28 CDOLockOwner[134:2]: Committed CDOLockOwner[134:10]: Allocated 29 CDOLockOwner[134:10]: Committed CDOLockOwner[134:11]: Allocated 30 CDOLockOwner[134:11]: Committed CDOLockOwner[134:3]: Allocated 31 CDOLockOwner[134:3]: Committed CDOLockOwner[134:4]: Allocated 32 CDOLockOwner[134:4]: Committed CDOLockOwner[134:6]: Allocated 33 CDOLockOwner[134:6]: Committed CDOLockOwner[134:7]: Allocated 34 CDOLockOwner[134:7]: Committed CDOLockOwner[134:8]: Allocated 35 CDOLockOwner[134:8]: Committed CDOLockOwner[134:5]: Allocated 36 CDOLockOwner[134:5]: Committed CDOLockOwner[134:9]: Allocated 37 CDOLockOwner[134:2]: Allocated 38 CDOLockOwner[134:9]: Committed CDOLockOwner[134:2]: Committed CDOLockOwner[134:10]: Allocated 39 CDOLockOwner[134:11]: Allocated 40 CDOLockOwner[134:10]: Committed CDOLockOwner[134:11]: Committed CDOLockOwner[134:3]: Allocated 41 CDOLockOwner[134:4]: Allocated 42 CDOLockOwner[134:3]: Committed CDOLockOwner[134:4]: Committed CDOLockOwner[134:6]: Allocated 43 CDOLockOwner[134:7]: Allocated 44 CDOLockOwner[134:6]: Committed CDOLockOwner[134:7]: Committed CDOLockOwner[134:8]: Allocated 45 CDOLockOwner[134:8]: Committed CDOLockOwner[134:5]: Allocated 46 CDOLockOwner[134:9]: Allocated 47 CDOLockOwner[134:5]: Committed CDOLockOwner[134:2]: Allocated 48 CDOLockOwner[134:9]: Committed CDOLockOwner[134:2]: Committed CDOLockOwner[134:10]: Allocated 49 CDOLockOwner[134:11]: Allocated 50 CDOLockOwner[134:10]: Committed CDOLockOwner[134:11]: Committed CDOLockOwner[134:3]: Allocated 51 CDOLockOwner[134:4]: Allocated 52 CDOLockOwner[134:3]: Committed CDOLockOwner[134:4]: Committed CDOLockOwner[134:6]: Allocated 53 CDOLockOwner[134:6]: Committed CDOLockOwner[134:7]: Allocated 54 CDOLockOwner[134:7]: Committed CDOLockOwner[134:8]: Allocated 55 CDOLockOwner[134:8]: Committed CDOLockOwner[134:5]: Allocated 56 CDOLockOwner[134:9]: Allocated 57 CDOLockOwner[134:5]: Committed CDOLockOwner[134:2]: Allocated 58 CDOLockOwner[134:9]: Committed CDOLockOwner[134:2]: Committed CDOLockOwner[134:10]: Allocated 59 CDOLockOwner[134:11]: Allocated 60 CDOLockOwner[134:10]: Committed CDOLockOwner[134:11]: Committed CDOLockOwner[134:3]: Allocated 61 CDOLockOwner[134:3]: Committed CDOLockOwner[134:4]: Allocated 62 CDOLockOwner[134:4]: Committed CDOLockOwner[134:6]: Allocated 63 CDOLockOwner[134:6]: Committed CDOLockOwner[134:7]: Allocated 64 CDOLockOwner[134:7]: Committed CDOLockOwner[134:8]: Allocated 65 CDOLockOwner[134:8]: Committed CDOLockOwner[134:5]: Allocated 66 CDOLockOwner[134:5]: Committed CDOLockOwner[134:9]: Allocated 67 CDOLockOwner[134:9]: Committed CDOLockOwner[134:2]: Allocated 68 CDOLockOwner[134:2]: Committed CDOLockOwner[134:10]: Allocated 69 CDOLockOwner[134:10]: Committed CDOLockOwner[134:11]: Allocated 70 CDOLockOwner[134:11]: Committed CDOLockOwner[134:3]: Allocated 71 CDOLockOwner[134:3]: Committed CDOLockOwner[134:4]: Allocated 72 CDOLockOwner[134:4]: Committed CDOLockOwner[134:6]: Allocated 73 CDOLockOwner[134:6]: Committed CDOLockOwner[134:7]: Allocated 74 CDOLockOwner[134:7]: Committed CDOLockOwner[134:8]: Allocated 75 CDOLockOwner[134:8]: Committed CDOLockOwner[134:5]: Allocated 76 CDOLockOwner[134:5]: Committed CDOLockOwner[134:9]: Allocated 77 CDOLockOwner[134:9]: Committed CDOLockOwner[134:2]: Allocated 78 CDOLockOwner[134:2]: Committed CDOLockOwner[134:10]: Allocated 79 CDOLockOwner[134:10]: Committed CDOLockOwner[134:11]: Allocated 80 CDOLockOwner[134:11]: Committed CDOLockOwner[134:3]: Allocated 81 CDOLockOwner[134:3]: Committed CDOLockOwner[134:4]: Allocated 82 CDOLockOwner[134:4]: Committed CDOLockOwner[134:6]: Allocated 83 CDOLockOwner[134:6]: Committed CDOLockOwner[134:7]: Allocated 84 CDOLockOwner[134:7]: Committed CDOLockOwner[134:8]: Allocated 85 CDOLockOwner[134:8]: Committed CDOLockOwner[134:5]: Allocated 86 CDOLockOwner[134:5]: Committed CDOLockOwner[134:9]: Allocated 87 CDOLockOwner[134:9]: Committed CDOLockOwner[134:2]: Allocated 88 CDOLockOwner[134:2]: Committed CDOLockOwner[134:10]: Allocated 89 CDOLockOwner[134:10]: Committed CDOLockOwner[134:11]: Allocated 90 CDOLockOwner[134:11]: Committed CDOLockOwner[134:3]: Allocated 91 CDOLockOwner[134:4]: Allocated 92 CDOLockOwner[134:3]: Committed CDOLockOwner[134:4]: Committed CDOLockOwner[134:6]: Allocated 93 CDOLockOwner[134:6]: Committed CDOLockOwner[134:7]: Allocated 94 CDOLockOwner[134:7]: Committed CDOLockOwner[134:8]: Allocated 95 CDOLockOwner[134:8]: Committed CDOLockOwner[134:5]: Allocated 96 CDOLockOwner[134:5]: Committed CDOLockOwner[134:9]: Allocated 97 CDOLockOwner[134:9]: Committed CDOLockOwner[134:2]: Allocated 98 CDOLockOwner[134:2]: Committed CDOLockOwner[134:10]: Allocated 99 CDOLockOwner[134:10]: Committed CDOLockOwner[134:11]: Allocated 100 CDOLockOwner[134:11]: Committed CDOLockOwner[134:3]: Allocated 101 CDOLockOwner[134:3]: Committed CDOLockOwner[134:4]: Allocated 102 CDOLockOwner[134:4]: Committed CDOLockOwner[134:6]: Allocated 103 CDOLockOwner[134:6]: Committed CDOLockOwner[134:7]: Allocated 104 CDOLockOwner[134:7]: Committed CDOLockOwner[134:8]: Allocated 105 CDOLockOwner[134:8]: Committed CDOLockOwner[134:5]: Allocated 106 CDOLockOwner[134:5]: Committed CDOLockOwner[134:9]: Allocated 107 CDOLockOwner[134:9]: Committed CDOLockOwner[134:2]: Allocated 108 CDOLockOwner[134:2]: Committed CDOLockOwner[134:10]: Allocated 109 CDOLockOwner[134:10]: Committed CDOLockOwner[134:11]: Allocated 110 CDOLockOwner[134:11]: Committed CDOLockOwner[134:3]: Allocated 111 CDOLockOwner[134:3]: Committed CDOLockOwner[134:4]: Allocated 112 CDOLockOwner[134:4]: Committed CDOLockOwner[134:6]: Allocated 113 CDOLockOwner[134:6]: Committed CDOLockOwner[134:7]: Allocated 114 CDOLockOwner[134:7]: Committed CDOLockOwner[134:8]: Allocated 115 CDOLockOwner[134:8]: Committed CDOLockOwner[134:5]: Allocated 116 CDOLockOwner[134:5]: Committed CDOLockOwner[134:9]: Allocated 117 CDOLockOwner[134:9]: Committed CDOLockOwner[134:2]: Allocated 118 CDOLockOwner[134:2]: Committed CDOLockOwner[134:10]: Allocated 119 CDOLockOwner[134:10]: Committed CDOLockOwner[134:11]: Allocated 120 CDOLockOwner[134:11]: Committed CDOLockOwner[134:3]: Allocated 121 CDOLockOwner[134:3]: Committed CDOLockOwner[134:4]: Allocated 122 CDOLockOwner[134:4]: Committed CDOLockOwner[134:6]: Allocated 123 CDOLockOwner[134:6]: Committed CDOLockOwner[134:7]: Allocated 124 CDOLockOwner[134:7]: Committed CDOLockOwner[134:8]: Allocated 125 CDOLockOwner[134:8]: Committed CDOLockOwner[134:5]: Allocated 126 CDOLockOwner[134:5]: Committed CDOLockOwner[134:9]: Allocated 127 CDOLockOwner[134:9]: Committed CDOLockOwner[134:2]: Allocated 128 CDOLockOwner[134:2]: Committed CDOLockOwner[134:10]: Allocated 129 CDOLockOwner[134:10]: Committed CDOLockOwner[134:11]: Allocated 130 CDOLockOwner[134:11]: Committed CDOLockOwner[134:3]: Allocated 131 CDOLockOwner[134:3]: Committed CDOLockOwner[134:4]: Allocated 132 CDOLockOwner[134:4]: Committed CDOLockOwner[134:6]: Allocated 133 CDOLockOwner[134:6]: Committed CDOLockOwner[134:7]: Allocated 134 CDOLockOwner[134:7]: Committed CDOLockOwner[134:8]: Allocated 135 CDOLockOwner[134:8]: Committed CDOLockOwner[134:5]: Allocated 136 CDOLockOwner[134:5]: Committed CDOLockOwner[134:9]: Allocated 137 CDOLockOwner[134:9]: Committed CDOLockOwner[134:2]: Allocated 138 CDOLockOwner[134:2]: Committed CDOLockOwner[134:10]: Allocated 139 CDOLockOwner[134:10]: Committed CDOLockOwner[134:11]: Allocated 140 CDOLockOwner[134:11]: Committed CDOLockOwner[134:3]: Allocated 141 CDOLockOwner[134:3]: Committed CDOLockOwner[134:4]: Allocated 142 CDOLockOwner[134:4]: Committed CDOLockOwner[134:6]: Allocated 143 CDOLockOwner[134:7]: Allocated 144 CDOLockOwner[134:6]: Committed CDOLockOwner[134:7]: Committed CDOLockOwner[134:8]: Allocated 145 CDOLockOwner[134:8]: Committed CDOLockOwner[134:5]: Allocated 146 CDOLockOwner[134:5]: Committed CDOLockOwner[134:9]: Allocated 147 CDOLockOwner[134:9]: Committed CDOLockOwner[134:2]: Allocated 148 CDOLockOwner[134:2]: Committed CDOLockOwner[134:10]: Allocated 149 CDOLockOwner[134:10]: Committed CDOLockOwner[134:11]: Allocated 150 CDOLockOwner[134:11]: Committed CDOLockOwner[134:3]: Allocated 151 CDOLockOwner[134:3]: Committed CDOLockOwner[134:4]: Allocated 152 CDOLockOwner[134:4]: Committed CDOLockOwner[134:6]: Allocated 153 CDOLockOwner[134:6]: Committed CDOLockOwner[134:7]: Allocated 154 CDOLockOwner[134:7]: Committed CDOLockOwner[134:8]: Allocated 155 CDOLockOwner[134:8]: Committed CDOLockOwner[134:5]: Allocated 156 CDOLockOwner[134:5]: Committed CDOLockOwner[134:9]: Allocated 157 CDOLockOwner[134:9]: Committed CDOLockOwner[134:2]: Allocated 158 CDOLockOwner[134:2]: Committed CDOLockOwner[134:10]: Allocated 159 CDOLockOwner[134:10]: Committed CDOLockOwner[134:11]: Allocated 160 CDOLockOwner[134:11]: Committed CDOLockOwner[134:3]: Allocated 161 CDOLockOwner[134:4]: Allocated 162 CDOLockOwner[134:3]: Committed CDOLockOwner[134:4]: Committed CDOLockOwner[134:6]: Allocated 163 CDOLockOwner[134:6]: Committed CDOLockOwner[134:7]: Allocated 164 CDOLockOwner[134:7]: Committed CDOLockOwner[134:8]: Allocated 165 CDOLockOwner[134:8]: Committed CDOLockOwner[134:5]: Allocated 166 CDOLockOwner[134:5]: Committed CDOLockOwner[134:9]: Allocated 167 CDOLockOwner[134:9]: Committed CDOLockOwner[134:2]: Allocated 168 CDOLockOwner[134:2]: Committed CDOLockOwner[134:10]: Allocated 169 CDOLockOwner[134:10]: Committed CDOLockOwner[134:11]: Allocated 170 CDOLockOwner[134:11]: Committed CDOLockOwner[134:3]: Allocated 171 CDOLockOwner[134:3]: Committed CDOLockOwner[134:4]: Allocated 172 CDOLockOwner[134:4]: Committed CDOLockOwner[134:6]: Allocated 173 CDOLockOwner[134:6]: Committed CDOLockOwner[134:7]: Allocated 174 CDOLockOwner[134:7]: Committed CDOLockOwner[134:8]: Allocated 175 CDOLockOwner[134:8]: Committed CDOLockOwner[134:5]: Allocated 176 CDOLockOwner[134:5]: Committed CDOLockOwner[134:9]: Allocated 177 CDOLockOwner[134:9]: Committed CDOLockOwner[134:2]: Allocated 178 CDOLockOwner[134:2]: Committed CDOLockOwner[134:10]: Allocated 179 CDOLockOwner[134:10]: Committed CDOLockOwner[134:11]: Allocated 180 CDOLockOwner[134:11]: Committed CDOLockOwner[134:3]: Allocated 181 CDOLockOwner[134:3]: Committed CDOLockOwner[134:4]: Allocated 182 CDOLockOwner[134:4]: Committed CDOLockOwner[134:6]: Allocated 183 CDOLockOwner[134:6]: Committed CDOLockOwner[134:7]: Allocated 184 CDOLockOwner[134:7]: Committed CDOLockOwner[134:8]: Allocated 185 CDOLockOwner[134:8]: Committed CDOLockOwner[134:5]: Allocated 186 CDOLockOwner[134:5]: Committed CDOLockOwner[134:9]: Allocated 187 CDOLockOwner[134:9]: Committed CDOLockOwner[134:2]: Allocated 188 CDOLockOwner[134:2]: Committed CDOLockOwner[134:10]: Allocated 189 CDOLockOwner[134:10]: Committed CDOLockOwner[134:11]: Allocated 190 CDOLockOwner[134:11]: Committed CDOLockOwner[134:3]: Allocated 191 CDOLockOwner[134:3]: Committed CDOLockOwner[134:4]: Allocated 192 CDOLockOwner[134:4]: Committed CDOLockOwner[134:6]: Allocated 193 CDOLockOwner[134:6]: Committed CDOLockOwner[134:7]: Allocated 194 CDOLockOwner[134:7]: Committed CDOLockOwner[134:8]: Allocated 195 CDOLockOwner[134:8]: Committed CDOLockOwner[134:5]: Allocated 196 CDOLockOwner[134:5]: Committed CDOLockOwner[134:9]: Allocated 197 CDOLockOwner[134:9]: Committed CDOLockOwner[134:2]: Allocated 198 CDOLockOwner[134:2]: Committed CDOLockOwner[134:10]: Allocated 199 CDOLockOwner[134:10]: Committed CDOLockOwner[134:11]: Allocated 200 CDOLockOwner[134:11]: Committed CDOLockOwner[134:3]: Allocated 201 CDOLockOwner[134:3]: Committed CDOLockOwner[134:4]: Allocated 202 CDOLockOwner[134:4]: Committed CDOLockOwner[134:6]: Allocated 203 CDOLockOwner[134:6]: Committed CDOLockOwner[134:7]: Allocated 204 CDOLockOwner[134:7]: Committed CDOLockOwner[134:8]: Allocated 205 CDOLockOwner[134:8]: Committed CDOLockOwner[134:5]: Allocated 206 CDOLockOwner[134:5]: Committed CDOLockOwner[134:9]: Allocated 207 CDOLockOwner[134:9]: Committed CDOLockOwner[134:2]: Allocated 208 CDOLockOwner[134:2]: Committed CDOLockOwner[134:10]: Allocated 209 CDOLockOwner[134:10]: Committed CDOLockOwner[134:11]: Allocated 210 CDOLockOwner[134:11]: Committed CDOLockOwner[134:3]: Allocated 211 CDOLockOwner[134:3]: Committed CDOLockOwner[134:4]: Allocated 212 CDOLockOwner[134:4]: Committed CDOLockOwner[134:6]: Allocated 213 CDOLockOwner[134:6]: Committed CDOLockOwner[134:7]: Allocated 214 CDOLockOwner[134:7]: Committed CDOLockOwner[134:8]: Allocated 215 CDOLockOwner[134:8]: Committed CDOLockOwner[134:5]: Allocated 216 CDOLockOwner[134:5]: Committed CDOLockOwner[134:9]: Allocated 217 CDOLockOwner[134:9]: Committed CDOLockOwner[134:2]: Allocated 218 CDOLockOwner[134:2]: Committed CDOLockOwner[134:10]: Allocated 219 CDOLockOwner[134:10]: Committed CDOLockOwner[134:11]: Allocated 220 CDOLockOwner[134:11]: Committed CDOLockOwner[134:3]: Allocated 221 CDOLockOwner[134:3]: Committed CDOLockOwner[134:4]: Allocated 222 CDOLockOwner[134:4]: Committed CDOLockOwner[134:6]: Allocated 223 CDOLockOwner[134:6]: Committed CDOLockOwner[134:7]: Allocated 224 CDOLockOwner[134:7]: Committed CDOLockOwner[134:8]: Allocated 225 CDOLockOwner[134:8]: Committed CDOLockOwner[134:5]: Allocated 226 CDOLockOwner[134:5]: Committed CDOLockOwner[134:9]: Allocated 227 CDOLockOwner[134:9]: Committed CDOLockOwner[134:2]: Allocated 228 CDOLockOwner[134:2]: Committed CDOLockOwner[134:10]: Allocated 229 CDOLockOwner[134:10]: Committed CDOLockOwner[134:11]: Allocated 230 CDOLockOwner[134:11]: Committed CDOLockOwner[134:3]: Allocated 231 CDOLockOwner[134:3]: Committed CDOLockOwner[134:4]: Allocated 232 CDOLockOwner[134:4]: Committed CDOLockOwner[134:6]: Allocated 233 CDOLockOwner[134:6]: Committed CDOLockOwner[134:7]: Allocated 234 CDOLockOwner[134:7]: Committed CDOLockOwner[134:8]: Allocated 235 CDOLockOwner[134:8]: Committed CDOLockOwner[134:5]: Allocated 236 CDOLockOwner[134:5]: Committed CDOLockOwner[134:9]: Allocated 237 CDOLockOwner[134:9]: Committed CDOLockOwner[134:2]: Allocated 238 CDOLockOwner[134:2]: Committed CDOLockOwner[134:10]: Allocated 239 CDOLockOwner[134:10]: Committed CDOLockOwner[134:11]: Allocated 240 CDOLockOwner[134:11]: Committed CDOLockOwner[134:3]: Allocated 241 CDOLockOwner[134:3]: Committed CDOLockOwner[134:4]: Allocated 242 CDOLockOwner[134:4]: Committed CDOLockOwner[134:6]: Allocated 243 CDOLockOwner[134:6]: Committed CDOLockOwner[134:7]: Allocated 244 CDOLockOwner[134:7]: Committed CDOLockOwner[134:8]: Allocated 245 CDOLockOwner[134:8]: Committed CDOLockOwner[134:5]: Allocated 246 CDOLockOwner[134:5]: Committed CDOLockOwner[134:9]: Allocated 247 CDOLockOwner[134:9]: Committed CDOLockOwner[134:2]: Allocated 248 CDOLockOwner[134:2]: Committed CDOLockOwner[134:10]: Allocated 249 CDOLockOwner[134:10]: Committed CDOLockOwner[134:11]: Allocated 250 CDOLockOwner[134:11]: Committed CDOLockOwner[134:3]: Allocated 251 CDOLockOwner[134:3]: Committed CDOLockOwner[134:4]: Allocated 252 CDOLockOwner[134:4]: Committed CDOLockOwner[134:6]: Allocated 253 CDOLockOwner[134:6]: Committed CDOLockOwner[134:7]: Allocated 254 CDOLockOwner[134:7]: Committed CDOLockOwner[134:8]: Allocated 255 CDOLockOwner[134:8]: Committed CDOLockOwner[134:5]: Allocated 256 CDOLockOwner[134:5]: Committed CDOLockOwner[134:9]: Allocated 257 CDOLockOwner[134:9]: Committed CDOLockOwner[134:2]: Allocated 258 CDOLockOwner[134:2]: Committed CDOLockOwner[134:10]: Allocated 259 CDOLockOwner[134:10]: Committed CDOLockOwner[134:11]: Allocated 260 CDOLockOwner[134:11]: Committed CDOLockOwner[134:3]: Allocated 261 CDOLockOwner[134:3]: Committed CDOLockOwner[134:4]: Allocated 262 CDOLockOwner[134:4]: Committed CDOLockOwner[134:6]: Allocated 263 CDOLockOwner[134:6]: Committed CDOLockOwner[134:7]: Allocated 264 CDOLockOwner[134:7]: Committed CDOLockOwner[134:8]: Allocated 265 CDOLockOwner[134:8]: Committed CDOLockOwner[134:5]: Allocated 266 CDOLockOwner[134:5]: Committed CDOLockOwner[134:9]: Allocated 267 CDOLockOwner[134:9]: Committed CDOLockOwner[134:2]: Allocated 268 CDOLockOwner[134:2]: Committed CDOLockOwner[134:10]: Allocated 269 CDOLockOwner[134:10]: Committed CDOLockOwner[134:11]: Allocated 270 CDOLockOwner[134:11]: Committed CDOLockOwner[134:3]: Allocated 271 CDOLockOwner[134:3]: Committed CDOLockOwner[134:4]: Allocated 272 CDOLockOwner[134:4]: Committed CDOLockOwner[134:6]: Allocated 273 CDOLockOwner[134:6]: Committed CDOLockOwner[134:7]: Allocated 274 CDOLockOwner[134:7]: Committed CDOLockOwner[134:8]: Allocated 275 CDOLockOwner[134:8]: Committed CDOLockOwner[134:5]: Allocated 276 CDOLockOwner[134:5]: Committed CDOLockOwner[134:9]: Allocated 277 CDOLockOwner[134:9]: Committed CDOLockOwner[134:2]: Allocated 278 CDOLockOwner[134:2]: Committed CDOLockOwner[134:10]: Allocated 279 CDOLockOwner[134:10]: Committed CDOLockOwner[134:11]: Allocated 280 CDOLockOwner[134:11]: Committed CDOLockOwner[134:3]: Allocated 281 CDOLockOwner[134:3]: Committed CDOLockOwner[134:4]: Allocated 282 CDOLockOwner[134:4]: Committed CDOLockOwner[134:6]: Allocated 283 CDOLockOwner[134:6]: Committed CDOLockOwner[134:7]: Allocated 284 CDOLockOwner[134:7]: Committed CDOLockOwner[134:8]: Allocated 285 CDOLockOwner[134:8]: Committed CDOLockOwner[134:5]: Allocated 286 CDOLockOwner[134:5]: Committed CDOLockOwner[134:9]: Allocated 287 CDOLockOwner[134:9]: Committed CDOLockOwner[134:2]: Allocated 288 CDOLockOwner[134:2]: Committed CDOLockOwner[134:10]: Allocated 289 CDOLockOwner[134:10]: Committed CDOLockOwner[134:11]: Allocated 290 CDOLockOwner[134:11]: Committed CDOLockOwner[134:3]: Allocated 291 CDOLockOwner[134:3]: Committed CDOLockOwner[134:4]: Allocated 292 CDOLockOwner[134:4]: Committed CDOLockOwner[134:6]: Allocated 293 CDOLockOwner[134:6]: Committed CDOLockOwner[134:7]: Allocated 294 CDOLockOwner[134:7]: Committed CDOLockOwner[134:8]: Allocated 295 CDOLockOwner[134:8]: Committed CDOLockOwner[134:5]: Allocated 296 CDOLockOwner[134:5]: Committed CDOLockOwner[134:9]: Allocated 297 CDOLockOwner[134:9]: Committed CDOLockOwner[134:10]: Allocated 298 CDOLockOwner[134:10]: Committed CDOLockOwner[134:11]: Allocated 299 CDOLockOwner[134:11]: Committed FINISHED SUCCESS ******************************************************* MapTest.testEObjectToEObjectBothContainedMap [H2-auditing-ranges, JVM, Native] ******************************************************* org.eclipse.emf.ecore.impl.EReferenceImpl@4b9dc62f (name: integerToStringMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@6cb3463b (name: stringToStringMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@2f9236d8 (name: stringToVATMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@4536a09a (name: stringToAddressContainmentMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@603faaad (name: stringToAddressReferenceMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@16cbba0f (name: eObjectToEObjectMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@28d16af8 (name: eObjectToEObjectKeyContainedMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@58932d08 (name: eObjectToEObjectBothContainedMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@45648e75 (name: eObjectToEObjectValueContainedMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) ******************************************************* MapTest.testEObjectToEObjectKeyContainedMap [H2-auditing-ranges, JVM, Native] ******************************************************* org.eclipse.emf.ecore.impl.EReferenceImpl@4b9dc62f (name: integerToStringMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@6cb3463b (name: stringToStringMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@2f9236d8 (name: stringToVATMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@4536a09a (name: stringToAddressContainmentMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@603faaad (name: stringToAddressReferenceMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@16cbba0f (name: eObjectToEObjectMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@28d16af8 (name: eObjectToEObjectKeyContainedMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@58932d08 (name: eObjectToEObjectBothContainedMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@45648e75 (name: eObjectToEObjectValueContainedMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) ******************************************************* MapTest.testEObjectToEObjectMap [H2-auditing-ranges, JVM, Native] ******************************************************* org.eclipse.emf.ecore.impl.EReferenceImpl@4b9dc62f (name: integerToStringMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@6cb3463b (name: stringToStringMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@2f9236d8 (name: stringToVATMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@4536a09a (name: stringToAddressContainmentMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@603faaad (name: stringToAddressReferenceMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@16cbba0f (name: eObjectToEObjectMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@28d16af8 (name: eObjectToEObjectKeyContainedMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@58932d08 (name: eObjectToEObjectBothContainedMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@45648e75 (name: eObjectToEObjectValueContainedMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) ******************************************************* MapTest.testEObjectToEObjectValueContainedMap [H2-auditing-ranges, JVM, Native] ******************************************************* org.eclipse.emf.ecore.impl.EReferenceImpl@4b9dc62f (name: integerToStringMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@6cb3463b (name: stringToStringMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@2f9236d8 (name: stringToVATMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@4536a09a (name: stringToAddressContainmentMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@603faaad (name: stringToAddressReferenceMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@16cbba0f (name: eObjectToEObjectMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@28d16af8 (name: eObjectToEObjectKeyContainedMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@58932d08 (name: eObjectToEObjectBothContainedMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@45648e75 (name: eObjectToEObjectValueContainedMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) ******************************************************* MapTest.testIntegerStringMap [H2-auditing-ranges, JVM, Native] ******************************************************* org.eclipse.emf.ecore.impl.EReferenceImpl@4b9dc62f (name: integerToStringMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@6cb3463b (name: stringToStringMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@2f9236d8 (name: stringToVATMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@4536a09a (name: stringToAddressContainmentMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@603faaad (name: stringToAddressReferenceMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@16cbba0f (name: eObjectToEObjectMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@28d16af8 (name: eObjectToEObjectKeyContainedMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@58932d08 (name: eObjectToEObjectBothContainedMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@45648e75 (name: eObjectToEObjectValueContainedMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) ******************************************************* MapTest.testStringStringMap [H2-auditing-ranges, JVM, Native] ******************************************************* org.eclipse.emf.ecore.impl.EReferenceImpl@4b9dc62f (name: integerToStringMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@6cb3463b (name: stringToStringMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@2f9236d8 (name: stringToVATMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@4536a09a (name: stringToAddressContainmentMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@603faaad (name: stringToAddressReferenceMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@16cbba0f (name: eObjectToEObjectMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@28d16af8 (name: eObjectToEObjectKeyContainedMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@58932d08 (name: eObjectToEObjectBothContainedMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@45648e75 (name: eObjectToEObjectValueContainedMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) ******************************************************* MapTest.testStringToAddressContainmentMap [H2-auditing-ranges, JVM, Native] ******************************************************* org.eclipse.emf.ecore.impl.EReferenceImpl@4b9dc62f (name: integerToStringMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@6cb3463b (name: stringToStringMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@2f9236d8 (name: stringToVATMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@4536a09a (name: stringToAddressContainmentMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@603faaad (name: stringToAddressReferenceMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@16cbba0f (name: eObjectToEObjectMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@28d16af8 (name: eObjectToEObjectKeyContainedMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@58932d08 (name: eObjectToEObjectBothContainedMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@45648e75 (name: eObjectToEObjectValueContainedMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) ******************************************************* MapTest.testStringToAddressReferenceMap [H2-auditing-ranges, JVM, Native] ******************************************************* org.eclipse.emf.ecore.impl.EReferenceImpl@4b9dc62f (name: integerToStringMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@6cb3463b (name: stringToStringMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@2f9236d8 (name: stringToVATMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@4536a09a (name: stringToAddressContainmentMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@603faaad (name: stringToAddressReferenceMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@16cbba0f (name: eObjectToEObjectMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@28d16af8 (name: eObjectToEObjectKeyContainedMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@58932d08 (name: eObjectToEObjectBothContainedMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@45648e75 (name: eObjectToEObjectValueContainedMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) ******************************************************* MapTest.testStringVATMap [H2-auditing-ranges, JVM, Native] ******************************************************* org.eclipse.emf.ecore.impl.EReferenceImpl@4b9dc62f (name: integerToStringMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@6cb3463b (name: stringToStringMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@2f9236d8 (name: stringToVATMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@4536a09a (name: stringToAddressContainmentMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@603faaad (name: stringToAddressReferenceMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@16cbba0f (name: eObjectToEObjectMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@28d16af8 (name: eObjectToEObjectKeyContainedMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@58932d08 (name: eObjectToEObjectBothContainedMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@45648e75 (name: eObjectToEObjectValueContainedMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) ******************************************************* MapTest.testTransientMap [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* MetaTest.testMetaReference [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* MetaTest.testMetaReference2 [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* MetaTest.testMetaReferenceAttachFirst [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* MultiValuedOfAttributeTest.testListOfBoolean [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* MultiValuedOfAttributeTest.testListOfChar [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* MultiValuedOfAttributeTest.testListOfDate [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* MultiValuedOfAttributeTest.testListOfDouble [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* MultiValuedOfAttributeTest.testListOfFloat [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* MultiValuedOfAttributeTest.testListOfInt [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* MultiValuedOfAttributeTest.testListOfInteger [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* MultiValuedOfAttributeTest.testListOfShort [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* MultiValuedOfAttributeTest.testListOfString [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Lazy.testAllCustomers [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Lazy.testAllEObjects [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Lazy.testAllOrdersAndSubtypes [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Lazy.testAllProductNames [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' QueryResultList[11, 12, 13, 14, 15, 16, 17, 18, 19, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10] ******************************************************* Lazy.testAllProducts [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Lazy.testAllProductsWithName [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Lazy.testAllProductsWithNameParameter [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Lazy.testAllProductsWithVAT [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Lazy.testAllProductsWithVATParameter [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Lazy.testAuditWithDetachedObject [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Lazy.testDeletedObject [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Lazy.testDetachedObject [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Lazy.testDirtyObject [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Lazy.testMultipleQueries [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Lazy.testNewObject [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Lazy.testProductIterator [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Lazy.testSelfNavigation [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Lazy.testTransactionWithDetachedObject [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* OCLQueryTest.testAllCustomers [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* OCLQueryTest.testAllEObjects [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* OCLQueryTest.testAllOrdersAndSubtypes [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* OCLQueryTest.testAllProductNames [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' QueryResultList[11, 12, 13, 14, 15, 16, 17, 18, 19, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10] ******************************************************* OCLQueryTest.testAllProducts [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* OCLQueryTest.testAllProductsWithName [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* OCLQueryTest.testAllProductsWithNameParameter [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* OCLQueryTest.testAllProductsWithVAT [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* OCLQueryTest.testAllProductsWithVATParameter [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* OCLQueryTest.testAuditWithDetachedObject [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* OCLQueryTest.testDeletedObject [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* OCLQueryTest.testDetachedObject [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* OCLQueryTest.testDirtyObject [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* OCLQueryTest.testMultipleQueries [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* OCLQueryTest.testNewObject [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* OCLQueryTest.testProductIterator [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* OCLQueryTest.testSelfNavigation [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* OCLQueryTest.testTransactionWithDetachedObject [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* PackageRegistryTest.testCommitCircularPackages [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* PackageRegistryTest.testCommitNestedPackages [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* PackageRegistryTest.testCommitTopLevelPackages [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* PackageRegistryTest.testCommitTwoPackages [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* PackageRegistryTest.testCommitUnrelatedPackage [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* PackageRegistryTest.testConcurrentPackageRegistration [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* PackageRegistryTest.testConcurrentPackageRegistration2 [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* PackageRegistryTest.testDuplicatePackageRegistration [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* PackageRegistryTest.testDynamicPackageFactory [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* PackageRegistryTest.testDynamicPackageLoaded [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* PackageRegistryTest.testDynamicPackageNewInstance [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* PackageRegistryTest.testGeneratedPackage [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* PackageRegistryTest.testGlobalDynamicPackage [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* PackageRegistryTest.testGlobalDynamicPackageEager [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* PackageRegistryTest.testLaziness [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* PackageRegistryTest.testLoadNestedPackages [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* PackageRegistryTest.testPackageRegistry [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* PackageRegistryTest.testPopulator [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* PackageRegistryTest.testPopulatorGlobal [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* PackageRegistryTest.testReuseCommittedPackage [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* PackageRegistryTest.testSubclassCache [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* PackageRegistryTest.testSubclassCacheInvalidation [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* PartialCommitTest.testCheckWithoutCommit_exception [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* PartialCommitTest.testCheckWithoutCommit_exceptionFast [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* PartialCommitTest.testCommittablesContainUncommittableObjects [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* PartialCommitTest.testDetach [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* PartialCommitTest.testDetachSingleRef [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* PartialCommitTest.testDetachSingleRef_containerOfDetachedObjectNotIncluded [H2-auditing-ranges, JVM, Native] ******************************************************* ---> Failed properly: org.eclipse.emf.cdo.util.CommitIntegrityException: The former container (or resource) of detached object ContainedElementNoOpposite[TRANSIENT] needs to be included in the commit but isn't ******************************************************* PartialCommitTest.testDetachSingleRef_detachedObjectNotIncluded [H2-auditing-ranges, JVM, Native] ******************************************************* ---> Failed properly: org.eclipse.emf.cdo.util.CommitIntegrityException: The removed child / refTarget of object RefSingleContainedNPL@OID38[DIRTY] needs to be included in the commit but isn't ******************************************************* PartialCommitTest.testDetach_containerOfDetachedObjectNotIncluded [H2-auditing-ranges, JVM, Native] ******************************************************* ---> Failed properly: org.eclipse.emf.cdo.util.CommitIntegrityException: The former container (or resource) of detached object PurchaseOrder[TRANSIENT] needs to be included in the commit but isn't ******************************************************* PartialCommitTest.testDetach_detachedObjectNotIncluded [H2-auditing-ranges, JVM, Native] ******************************************************* ---> Failed properly: org.eclipse.emf.cdo.util.CommitIntegrityException: The removed child / refTarget of object Company@OID51[DIRTY] needs to be included in the commit but isn't ******************************************************* PartialCommitTest.testDirty [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* PartialCommitTest.testDirtyMultiBidiChanged [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* PartialCommitTest.testDirtyMultiBidiChanged_newTargetNotIncluded [H2-auditing-ranges, JVM, Native] ******************************************************* ---> Failed properly: org.eclipse.emf.cdo.util.CommitIntegrityException: The new child / refTarget of object MultiNonContainedElement@OID75[DIRTY] needs to be included in the commit but isn't ******************************************************* PartialCommitTest.testDirtyMultiBidiChanged_oldTargetNotIncluded [H2-auditing-ranges, JVM, Native] ******************************************************* ---> Failed properly: org.eclipse.emf.cdo.util.CommitIntegrityException: The removed / former child / refTarget of object MultiNonContainedElement@OID81[DIRTY] needs to be included in the commit but isn't ******************************************************* PartialCommitTest.testDirtyMultiBidiNew [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* PartialCommitTest.testDirtyMultiBidiNew_newtargetNotIncluded [H2-auditing-ranges, JVM, Native] ******************************************************* ---> Failed properly: org.eclipse.emf.cdo.util.CommitIntegrityException: The new child / refTarget of object MultiNonContainedElement@OID94[DIRTY] needs to be included in the commit but isn't ******************************************************* PartialCommitTest.testDirtyMultiBidiRemoved [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* PartialCommitTest.testDirtyMultiBidiRemoved_oldTargetNotIncluded [H2-auditing-ranges, JVM, Native] ******************************************************* ---> Failed properly: org.eclipse.emf.cdo.util.CommitIntegrityException: The removed child / refTarget of object MultiNonContainedElement@OID105[DIRTY] needs to be included in the commit but isn't ******************************************************* PartialCommitTest.testDirtySingleBidiChanged [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* PartialCommitTest.testDirtySingleBidiChanged_newTargetNotIncluded [H2-auditing-ranges, JVM, Native] ******************************************************* ---> Failed properly: org.eclipse.emf.cdo.util.CommitIntegrityException: The new child / refTarget of object SingleNonContainedElement@OID117[DIRTY] needs to be included in the commit but isn't ******************************************************* PartialCommitTest.testDirtySingleBidiChanged_oldTargetNotIncluded [H2-auditing-ranges, JVM, Native] ******************************************************* ---> Failed properly: org.eclipse.emf.cdo.util.CommitIntegrityException: The removed / former child / refTarget of object SingleNonContainedElement@OID123[DIRTY] needs to be included in the commit but isn't ******************************************************* PartialCommitTest.testDirtySingleBidiNew [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* PartialCommitTest.testDirtySingleBidiNew_newtargetNotIncluded [H2-auditing-ranges, JVM, Native] ******************************************************* ---> Failed properly: org.eclipse.emf.cdo.util.CommitIntegrityException: The new child / refTarget of object SingleNonContainedElement@OID136[DIRTY] needs to be included in the commit but isn't ******************************************************* PartialCommitTest.testDirtySingleBidiRemoved [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* PartialCommitTest.testDirtySingleBidiRemoved_oldTargetNotIncluded [H2-auditing-ranges, JVM, Native] ******************************************************* ---> Failed properly: org.eclipse.emf.cdo.util.CommitIntegrityException: The removed child / refTarget of object SingleNonContainedElement@OID147[DIRTY] needs to be included in the commit but isn't ******************************************************* PartialCommitTest.testDoubleMove [H2-auditing-ranges, JVM, Native] ******************************************************* ---> purchaseOrder=PurchaseOrder@OID152[DIRTY] company1=Company@OID151[DIRTY] company2=Company@OID153 company3=Company@OID154[DIRTY] ******************************************************* PartialCommitTest.testIgnoreDanglingMultiRef_dirtyToDetached [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* PartialCommitTest.testIgnoreDanglingMultiRef_dirtyToTransient [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* PartialCommitTest.testIgnoreDanglingMultiRef_dirtyToTransient2 [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* PartialCommitTest.testIgnoreDanglingMultiRef_newToDetached [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* PartialCommitTest.testIgnoreDanglingMultiRef_newToTransient [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* PartialCommitTest.testIgnoreDanglingSingleRef_dirtyToDetached [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* PartialCommitTest.testIgnoreDanglingSingleRef_dirtyToTransient [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* PartialCommitTest.testIgnoreDanglingSingleRef_dirtyToTransient2 [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* PartialCommitTest.testIgnoreDanglingSingleRef_newToDetached [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* PartialCommitTest.testIgnoreDanglingSingleRef_newToTransient [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* PartialCommitTest.testMove [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* PartialCommitTest.testMoveSingleRef [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* PartialCommitTest.testMoveSingleRef_movedObjectNotIncluded [H2-auditing-ranges, JVM, Native] ******************************************************* ---> Failed properly: org.eclipse.emf.cdo.util.CommitIntegrityException: The removed child / refTarget of object RefSingleContainedNPL@OID232[DIRTY] needs to be included in the commit but isn't ******************************************************* PartialCommitTest.testMoveSingleRef_newContainerNotIncluded [H2-auditing-ranges, JVM, Native] ******************************************************* ---> Failed properly: org.eclipse.emf.cdo.util.CommitIntegrityException: The container of moved object ContainedElementNoOpposite@OID238[DIRTY] needs to be included in the commit but isn't ******************************************************* PartialCommitTest.testMoveSingleRef_oldContainerNotIncluded [H2-auditing-ranges, JVM, Native] ******************************************************* ---> Failed properly: org.eclipse.emf.cdo.util.CommitIntegrityException: The former container of moved object ContainedElementNoOpposite@OID243[DIRTY] needs to be included in the commit but isn't ******************************************************* PartialCommitTest.testMoveSingleRef_onlyMovedObjectIncluded [H2-auditing-ranges, JVM, Native] ******************************************************* ---> Failed properly: org.eclipse.emf.cdo.util.CommitIntegrityException: The container of moved object ContainedElementNoOpposite@OID248[DIRTY] needs to be included in the commit but isn't ******************************************************* PartialCommitTest.testMoveSingleRef_onlyNewContainerIncluded [H2-auditing-ranges, JVM, Native] ******************************************************* ---> Failed properly: org.eclipse.emf.cdo.util.CommitIntegrityException: The new child / refTarget of object RefSingleContainedNPL@OID254[DIRTY] needs to be included in the commit but isn't ******************************************************* PartialCommitTest.testMoveSingleRef_onlyOldContainerIncluded [H2-auditing-ranges, JVM, Native] ******************************************************* ---> Failed properly: org.eclipse.emf.cdo.util.CommitIntegrityException: The removed child / refTarget of object RefSingleContainedNPL@OID257[DIRTY] needs to be included in the commit but isn't ******************************************************* PartialCommitTest.testMove_movedObjectNotIncluded [H2-auditing-ranges, JVM, Native] ******************************************************* ---> Failed properly: org.eclipse.emf.cdo.util.CommitIntegrityException: The removed child / refTarget of object Company@OID262[DIRTY] needs to be included in the commit but isn't ******************************************************* PartialCommitTest.testMove_newContainerNotIncluded [H2-auditing-ranges, JVM, Native] ******************************************************* ---> Failed properly: org.eclipse.emf.cdo.util.CommitIntegrityException: The container of moved object PurchaseOrder@OID271[DIRTY] needs to be included in the commit but isn't ******************************************************* PartialCommitTest.testMove_oldContainerNotIncluded [H2-auditing-ranges, JVM, Native] ******************************************************* ---> Failed properly: org.eclipse.emf.cdo.util.CommitIntegrityException: The former container of moved object PurchaseOrder@OID279[DIRTY] needs to be included in the commit but isn't ******************************************************* PartialCommitTest.testMove_onlyMovedObjectIncluded [H2-auditing-ranges, JVM, Native] ******************************************************* ---> Failed properly: org.eclipse.emf.cdo.util.CommitIntegrityException: The container of moved object PurchaseOrder@OID287[DIRTY] needs to be included in the commit but isn't ******************************************************* PartialCommitTest.testMove_onlyNewContainerIncluded [H2-auditing-ranges, JVM, Native] ******************************************************* ---> Failed properly: org.eclipse.emf.cdo.util.CommitIntegrityException: The added child / refTarget of object Company@OID296[DIRTY] needs to be included in the commit but isn't ******************************************************* PartialCommitTest.testMove_onlyOldContainerIncluded [H2-auditing-ranges, JVM, Native] ******************************************************* ---> Failed properly: org.eclipse.emf.cdo.util.CommitIntegrityException: The removed child / refTarget of object Company@OID302[DIRTY] needs to be included in the commit but isn't ******************************************************* PartialCommitTest.testMultiBidiOnNewObject [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* PartialCommitTest.testMultiBidiOnNewObject_targetNotIncluded [H2-auditing-ranges, JVM, Native] ******************************************************* ---> Failed properly: org.eclipse.emf.cdo.util.CommitIntegrityException: The target of reference 'parent' of new object MultiNonContainedElement@oid1[NEW] needs to be included in the commit but isn't ******************************************************* PartialCommitTest.testMultiBidiOnRemovedObject [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* PartialCommitTest.testMultiBidiOnRemovedObject_targetNotIncluded [H2-auditing-ranges, JVM, Native] ******************************************************* ---> Failed properly: org.eclipse.emf.cdo.util.CommitIntegrityException: The target of reference 'parent' of detached object MultiNonContainedElement[TRANSIENT] needs to be included in the commit but isn't ******************************************************* PartialCommitTest.testNew [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* PartialCommitTest.testNewNestedResource [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* PartialCommitTest.testNewNestedResource_resourceFolderNotIncluded [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ---> Failed properly: org.eclipse.emf.cdo.util.CommitIntegrityException: The container of new object CDOResource@oid2[NEW]("cdo://repo1/folder/nested") needs to be included in the commit but isn't ******************************************************* PartialCommitTest.testNewNestedResource_rootResourceNotIncluded [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ---> Failed properly: org.eclipse.emf.cdo.util.CommitIntegrityException: The resource of new object CDOResourceFolder@oid1[NEW]("folder") needs to be included in the commit but isn't ******************************************************* PartialCommitTest.testNewSingle [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* PartialCommitTest.testNewSingle_containerOfNewObjectNotIncluded [H2-auditing-ranges, JVM, Native] ******************************************************* ---> Failed properly: org.eclipse.emf.cdo.util.CommitIntegrityException: The container of new object ContainedElementNoOpposite@oid1[NEW] needs to be included in the commit but isn't ******************************************************* PartialCommitTest.testNewSingle_newObjectNotIncluded [H2-auditing-ranges, JVM, Native] ******************************************************* ---> Failed properly: org.eclipse.emf.cdo.util.CommitIntegrityException: The new child / refTarget of object RefSingleContainedNPL@OID18[DIRTY] needs to be included in the commit but isn't ******************************************************* PartialCommitTest.testNewTopLevel [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* PartialCommitTest.testNewTopLevelResource [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* PartialCommitTest.testNewTopLevelResource_rootResourceNotIncluded [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ---> Failed properly: org.eclipse.emf.cdo.util.CommitIntegrityException: The resource of new object CDOResource@oid1[NEW]("cdo://repo1/top2") needs to be included in the commit but isn't ******************************************************* PartialCommitTest.testNewTopLevel_newObjectNotIncluded [H2-auditing-ranges, JVM, Native] ******************************************************* ---> Failed properly: org.eclipse.emf.cdo.util.CommitIntegrityException: The added child / refTarget of object CDOResource@OID4[DIRTY]("cdo://repo1/PartialCommitTest_testNewTopLevel_newObjectNotIncluded/r1") needs to be included in the commit but isn't ******************************************************* PartialCommitTest.testNewTopLevel_resourceNotIncluded [H2-auditing-ranges, JVM, Native] ******************************************************* ---> Failed properly: org.eclipse.emf.cdo.util.CommitIntegrityException: The resource of new object Company@oid1[NEW] needs to be included in the commit but isn't ******************************************************* PartialCommitTest.testNew_containerOfNewObjectNotIncluded [H2-auditing-ranges, JVM, Native] ******************************************************* ---> Failed properly: org.eclipse.emf.cdo.util.CommitIntegrityException: The container of new object PurchaseOrder@oid1[NEW] needs to be included in the commit but isn't ******************************************************* PartialCommitTest.testNew_newObjectNotIncluded [H2-auditing-ranges, JVM, Native] ******************************************************* ---> Failed properly: org.eclipse.emf.cdo.util.CommitIntegrityException: The added child / refTarget of object Company@OID31[DIRTY] needs to be included in the commit but isn't ******************************************************* PartialCommitTest.testPartialCleanUp_detachedObjects [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* PartialCommitTest.testPartialCleanUp_dirtyObjects [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* PartialCommitTest.testPartialCleanUp_newObjects [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* PartialCommitTest.testSingleBidiOnNewObject [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* PartialCommitTest.testSingleBidiOnNewObject_targetNotIncluded [H2-auditing-ranges, JVM, Native] ******************************************************* ---> Failed properly: org.eclipse.emf.cdo.util.CommitIntegrityException: The target of reference 'parent' of new object SingleNonContainedElement@oid1[NEW] needs to be included in the commit but isn't ******************************************************* PartialCommitTest.testSingleBidiOnRemovedObject [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* PartialCommitTest.testSingleBidiOnRemovedObject_targetNotIncluded [H2-auditing-ranges, JVM, Native] ******************************************************* ---> Failed properly: org.eclipse.emf.cdo.util.CommitIntegrityException: The target of reference 'parent' of detached object SingleNonContainedElement[TRANSIENT] needs to be included in the commit but isn't ******************************************************* PartialCommitTest.test_noCommittablesAfterCommit [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* PushTransactionTest.testAddNewHierarchy [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] Using /tmp/cdo_tx_4_1__6733746545231217872.tmp for push transaction repo1:4:1 [INFO] Using /tmp/cdo_tx_4_1__6733746545231217872.tmp for push transaction repo1:5:1 ******************************************************* PushTransactionTest.testAddNewObjectInObject [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] Using /tmp/cdo_tx_8_1__9089602110812622582.tmp for push transaction repo1:8:1 [INFO] Using /tmp/cdo_tx_8_1__9089602110812622582.tmp for push transaction repo1:9:1 ******************************************************* PushTransactionTest.testAddNewObjectInObjectBetweenReloadAndPush [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] Using /tmp/cdo_tx_12_1__6051685095875969391.tmp for push transaction repo1:12:1 [INFO] Using /tmp/cdo_tx_12_1__6051685095875969391.tmp for push transaction repo1:13:1 ******************************************************* PushTransactionTest.testAddNewObjectInObjectTwiceBetweenReloadAndPush [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] Using /tmp/cdo_tx_16_1__606842355630023537.tmp for push transaction repo1:16:1 [INFO] Using /tmp/cdo_tx_16_1__606842355630023537.tmp for push transaction repo1:17:1 ******************************************************* PushTransactionTest.testAddNewObjectInResource [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] Using /tmp/cdo_tx_20_1__5717561222246058001.tmp for push transaction repo1:20:1 [INFO] Using /tmp/cdo_tx_20_1__5717561222246058001.tmp for push transaction repo1:21:1 ******************************************************* PushTransactionTest.testClearObjects [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] Using /tmp/cdo_tx_24_1__15493676359431780916.tmp for push transaction repo1:24:1 [INFO] Using /tmp/cdo_tx_24_1__15493676359431780916.tmp for push transaction repo1:25:1 ******************************************************* PushTransactionTest.testConflictWithModifiedObject [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] Using /tmp/cdo_tx_28_1__9258580105354052809.tmp for push transaction repo1:28:1 [INFO] Using /tmp/cdo_tx_28_1__9258580105354052809.tmp for push transaction repo1:30:1 ******************************************************* PushTransactionTest.testConflictWithRemovedObject [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] Using /tmp/cdo_tx_32_1__96904022966564694.tmp for push transaction repo1:32:1 [INFO] Using /tmp/cdo_tx_32_1__96904022966564694.tmp for push transaction repo1:34:1 ******************************************************* PushTransactionTest.testDeleteExistingObject [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] Using /tmp/cdo_tx_36_1__13142834306135144339.tmp for push transaction repo1:36:1 [INFO] Using /tmp/cdo_tx_36_1__13142834306135144339.tmp for push transaction repo1:37:1 ******************************************************* PushTransactionTest.testMoveObject [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] Using /tmp/cdo_tx_40_1__17821806876506566343.tmp for push transaction repo1:40:1 [INFO] Using /tmp/cdo_tx_40_1__17821806876506566343.tmp for push transaction repo1:41:1 ******************************************************* PushTransactionTest.testUnsetValue [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] Using /tmp/cdo_tx_44_1__12990409906475044043.tmp for push transaction repo1:44:1 [INFO] Using /tmp/cdo_tx_44_1__12990409906475044043.tmp for push transaction repo1:45:1 ******************************************************* PushTransactionTest.testUnsetValueWithoutPushTX [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* PushTransactionTest.testUpdateExistingObject [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] Using /tmp/cdo_tx_51_1__16999905172816005768.tmp for push transaction repo1:51:1 [INFO] Using /tmp/cdo_tx_51_1__16999905172816005768.tmp for push transaction repo1:52:1 ******************************************************* PushTransactionWithoutReconstructSavepointsTest.testAddNewHierarchy [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] Using /tmp/cdo_tx_55_1__1138781859477400082.tmp for push transaction repo1:55:1 [INFO] Using /tmp/cdo_tx_55_1__1138781859477400082.tmp for push transaction repo1:56:1 ******************************************************* PushTransactionWithoutReconstructSavepointsTest.testAddNewObjectInObject [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] Using /tmp/cdo_tx_59_1__1815940693542421850.tmp for push transaction repo1:59:1 [INFO] Using /tmp/cdo_tx_59_1__1815940693542421850.tmp for push transaction repo1:60:1 ******************************************************* PushTransactionWithoutReconstructSavepointsTest.testAddNewObjectInObjectBetweenReloadAndPush [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] Using /tmp/cdo_tx_63_1__17337949848103441365.tmp for push transaction repo1:63:1 [INFO] Using /tmp/cdo_tx_63_1__17337949848103441365.tmp for push transaction repo1:64:1 ******************************************************* PushTransactionWithoutReconstructSavepointsTest.testAddNewObjectInObjectTwiceBetweenReloadAndPush [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] Using /tmp/cdo_tx_67_1__1891690877430710059.tmp for push transaction repo1:67:1 [INFO] Using /tmp/cdo_tx_67_1__1891690877430710059.tmp for push transaction repo1:68:1 ******************************************************* PushTransactionWithoutReconstructSavepointsTest.testAddNewObjectInResource [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] Using /tmp/cdo_tx_71_1__15693982504195244957.tmp for push transaction repo1:71:1 [INFO] Using /tmp/cdo_tx_71_1__15693982504195244957.tmp for push transaction repo1:72:1 ******************************************************* PushTransactionWithoutReconstructSavepointsTest.testClearObjects [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] Using /tmp/cdo_tx_75_1__3412497498083681178.tmp for push transaction repo1:75:1 [INFO] Using /tmp/cdo_tx_75_1__3412497498083681178.tmp for push transaction repo1:76:1 ******************************************************* PushTransactionWithoutReconstructSavepointsTest.testConflictWithModifiedObject [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] Using /tmp/cdo_tx_79_1__13622468524341040148.tmp for push transaction repo1:79:1 [INFO] Using /tmp/cdo_tx_79_1__13622468524341040148.tmp for push transaction repo1:81:1 ******************************************************* PushTransactionWithoutReconstructSavepointsTest.testConflictWithRemovedObject [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] Using /tmp/cdo_tx_83_1__15144903207118816127.tmp for push transaction repo1:83:1 [INFO] Using /tmp/cdo_tx_83_1__15144903207118816127.tmp for push transaction repo1:85:1 ******************************************************* PushTransactionWithoutReconstructSavepointsTest.testDeleteExistingObject [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] Using /tmp/cdo_tx_87_1__11779023935526050843.tmp for push transaction repo1:87:1 [INFO] Using /tmp/cdo_tx_87_1__11779023935526050843.tmp for push transaction repo1:88:1 ******************************************************* PushTransactionWithoutReconstructSavepointsTest.testMoveObject [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] Using /tmp/cdo_tx_91_1__16685910581838026009.tmp for push transaction repo1:91:1 [INFO] Using /tmp/cdo_tx_91_1__16685910581838026009.tmp for push transaction repo1:92:1 ******************************************************* PushTransactionWithoutReconstructSavepointsTest.testUnsetValue [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] Using /tmp/cdo_tx_95_1__8797870241092035327.tmp for push transaction repo1:95:1 [INFO] Using /tmp/cdo_tx_95_1__8797870241092035327.tmp for push transaction repo1:96:1 ******************************************************* PushTransactionWithoutReconstructSavepointsTest.testUnsetValueWithoutPushTX [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* PushTransactionWithoutReconstructSavepointsTest.testUpdateExistingObject [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] Using /tmp/cdo_tx_102_1__8726741584628139704.tmp for push transaction repo1:102:1 [INFO] Using /tmp/cdo_tx_102_1__8726741584628139704.tmp for push transaction repo1:103:1 ******************************************************* RepositoryTest.testInsertProperties [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* RepositoryTest.testLastCommitTime [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* RepositoryTest.testObjectWriteAccessHandler [H2-auditing-ranges, JVM, Native] ******************************************************* [ERROR] Adding a customer with name 'Admin' is not allowed java.lang.IllegalStateException: Adding a customer with name 'Admin' is not allowed at org.eclipse.emf.cdo.tests.RepositoryTest$3.handleTransactionBeforeCommitting(RepositoryTest.java:287) at org.eclipse.emf.cdo.spi.server.ObjectWriteAccessHandler.handleTransactionBeforeCommitting(ObjectWriteAccessHandler.java:130) at org.eclipse.emf.cdo.internal.server.Repository.notifyWriteAccessHandlers(Repository.java:1894) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.notifyBeforeCommitting(TransactionCommitContext.java:584) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.applyIDMappings(TransactionCommitContext.java:545) at org.eclipse.emf.cdo.spi.server.StoreAccessor.applyIDMappings(StoreAccessor.java:207) at org.eclipse.emf.cdo.server.internal.db.DBStoreAccessor.applyIDMappings(DBStoreAccessor.java:357) at org.eclipse.emf.cdo.spi.server.StoreAccessor.doWrite(StoreAccessor.java:96) at org.eclipse.emf.cdo.server.internal.db.DBStoreAccessor.doWrite(DBStoreAccessor.java:724) at org.eclipse.emf.cdo.spi.server.StoreAccessorBase.write(StoreAccessorBase.java:144) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.writeAccessor(TransactionCommitContext.java:1894) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.write(TransactionCommitContext.java:839) at org.eclipse.emf.cdo.spi.server.InternalCommitContext$1.runLoop(InternalCommitContext.java:49) at org.eclipse.emf.cdo.spi.server.InternalCommitContext$1.runLoop(InternalCommitContext.java:1) at org.eclipse.net4j.util.om.monitor.ProgressDistributor.run(ProgressDistributor.java:95) at org.eclipse.emf.cdo.internal.server.Repository.commitUnsynced(Repository.java:1562) at org.eclipse.emf.cdo.internal.server.Repository.commit(Repository.java:1550) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicatingCommit(CommitTransactionIndication.java:283) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicating(CommitTransactionIndication.java:96) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerIndicationWithMonitoring.indicating(CDOServerIndicationWithMonitoring.java:118) at org.eclipse.net4j.signal.IndicationWithMonitoring.indicating(IndicationWithMonitoring.java:62) at org.eclipse.net4j.signal.IndicationWithResponse.doExtendedInput(IndicationWithResponse.java:94) at org.eclipse.net4j.signal.Signal.doInput(Signal.java:434) at org.eclipse.net4j.signal.IndicationWithResponse.execute(IndicationWithResponse.java:72) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) ******************************************************* RepositoryTest.testReadAccessHandlers [H2-auditing-ranges, JVM, Native] ******************************************************* Eike Simon [ERROR] Revisions can not be delivered to Session4 [repo1]: - Confidential! java.lang.IllegalStateException: Revisions can not be delivered to Session4 [repo1]: - Confidential! at org.eclipse.emf.cdo.server.CDOServerUtil$RepositoryReadAccessValidator.throwException(CDOServerUtil.java:458) at org.eclipse.emf.cdo.server.CDOServerUtil$RepositoryReadAccessValidator.throwException(CDOServerUtil.java:453) at org.eclipse.emf.cdo.server.CDOServerUtil$RepositoryReadAccessValidator.handleRevisionsBeforeSending(CDOServerUtil.java:426) at org.eclipse.emf.cdo.internal.server.Repository.notifyReadAccessHandlers(Repository.java:1866) at org.eclipse.emf.cdo.server.internal.net4j.protocol.LoadRevisionsIndication.responding(LoadRevisionsIndication.java:197) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerIndication.responding(CDOServerIndication.java:162) at org.eclipse.net4j.signal.IndicationWithResponse.doExtendedOutput(IndicationWithResponse.java:100) at org.eclipse.net4j.signal.Signal.doOutput(Signal.java:407) at org.eclipse.net4j.signal.IndicationWithResponse.execute(IndicationWithResponse.java:74) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerReadIndication.execute(CDOServerReadIndication.java:36) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) ******************************************************* RepositoryTest.testRemoveProperties [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* RepositoryTest.testSessionClosed [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* RepositoryTest.testUpdateProperties [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* RepositoryTest.testWriteAccessHandlers [H2-auditing-ranges, JVM, Native] ******************************************************* [ERROR] Adding a customer with name 'Admin' is not allowed java.lang.IllegalStateException: Adding a customer with name 'Admin' is not allowed at org.eclipse.emf.cdo.tests.RepositoryTest$1.handleTransactionBeforeCommitting(RepositoryTest.java:172) at org.eclipse.emf.cdo.internal.server.Repository.notifyWriteAccessHandlers(Repository.java:1894) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.notifyBeforeCommitting(TransactionCommitContext.java:584) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.applyIDMappings(TransactionCommitContext.java:545) at org.eclipse.emf.cdo.spi.server.StoreAccessor.applyIDMappings(StoreAccessor.java:207) at org.eclipse.emf.cdo.server.internal.db.DBStoreAccessor.applyIDMappings(DBStoreAccessor.java:357) at org.eclipse.emf.cdo.spi.server.StoreAccessor.doWrite(StoreAccessor.java:96) at org.eclipse.emf.cdo.server.internal.db.DBStoreAccessor.doWrite(DBStoreAccessor.java:724) at org.eclipse.emf.cdo.spi.server.StoreAccessorBase.write(StoreAccessorBase.java:144) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.writeAccessor(TransactionCommitContext.java:1894) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.write(TransactionCommitContext.java:839) at org.eclipse.emf.cdo.spi.server.InternalCommitContext$1.runLoop(InternalCommitContext.java:49) at org.eclipse.emf.cdo.spi.server.InternalCommitContext$1.runLoop(InternalCommitContext.java:1) at org.eclipse.net4j.util.om.monitor.ProgressDistributor.run(ProgressDistributor.java:95) at org.eclipse.emf.cdo.internal.server.Repository.commitUnsynced(Repository.java:1562) at org.eclipse.emf.cdo.internal.server.Repository.commit(Repository.java:1550) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicatingCommit(CommitTransactionIndication.java:283) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicating(CommitTransactionIndication.java:96) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerIndicationWithMonitoring.indicating(CDOServerIndicationWithMonitoring.java:118) at org.eclipse.net4j.signal.IndicationWithMonitoring.indicating(IndicationWithMonitoring.java:62) at org.eclipse.net4j.signal.IndicationWithResponse.doExtendedInput(IndicationWithResponse.java:94) at org.eclipse.net4j.signal.Signal.doInput(Signal.java:434) at org.eclipse.net4j.signal.IndicationWithResponse.execute(IndicationWithResponse.java:72) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) ******************************************************* RepositoryTest.testWriteAccessHandlers_WithServerCDOView [H2-auditing-ranges, JVM, Native] ******************************************************* [ERROR] Adding a customer with name 'Admin' is not allowed java.lang.IllegalStateException: Adding a customer with name 'Admin' is not allowed at org.eclipse.emf.cdo.tests.RepositoryTest$2.handleTransactionBeforeCommitting(RepositoryTest.java:230) at org.eclipse.emf.cdo.internal.server.Repository.notifyWriteAccessHandlers(Repository.java:1894) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.notifyBeforeCommitting(TransactionCommitContext.java:584) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.applyIDMappings(TransactionCommitContext.java:545) at org.eclipse.emf.cdo.spi.server.StoreAccessor.applyIDMappings(StoreAccessor.java:207) at org.eclipse.emf.cdo.server.internal.db.DBStoreAccessor.applyIDMappings(DBStoreAccessor.java:357) at org.eclipse.emf.cdo.spi.server.StoreAccessor.doWrite(StoreAccessor.java:96) at org.eclipse.emf.cdo.server.internal.db.DBStoreAccessor.doWrite(DBStoreAccessor.java:724) at org.eclipse.emf.cdo.spi.server.StoreAccessorBase.write(StoreAccessorBase.java:144) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.writeAccessor(TransactionCommitContext.java:1894) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.write(TransactionCommitContext.java:839) at org.eclipse.emf.cdo.spi.server.InternalCommitContext$1.runLoop(InternalCommitContext.java:49) at org.eclipse.emf.cdo.spi.server.InternalCommitContext$1.runLoop(InternalCommitContext.java:1) at org.eclipse.net4j.util.om.monitor.ProgressDistributor.run(ProgressDistributor.java:95) at org.eclipse.emf.cdo.internal.server.Repository.commitUnsynced(Repository.java:1562) at org.eclipse.emf.cdo.internal.server.Repository.commit(Repository.java:1550) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicatingCommit(CommitTransactionIndication.java:283) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicating(CommitTransactionIndication.java:96) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerIndicationWithMonitoring.indicating(CDOServerIndicationWithMonitoring.java:118) at org.eclipse.net4j.signal.IndicationWithMonitoring.indicating(IndicationWithMonitoring.java:62) at org.eclipse.net4j.signal.IndicationWithResponse.doExtendedInput(IndicationWithResponse.java:94) at org.eclipse.net4j.signal.Signal.doInput(Signal.java:434) at org.eclipse.net4j.signal.IndicationWithResponse.execute(IndicationWithResponse.java:72) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) ******************************************************* ResourceModificationTrackingTest.testIgnoreChangesBeforeTrackingEnablement [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* ResourceModificationTrackingTest.testNewResourceModificationTracking [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* ResourceModificationTrackingTest.testNewResourceModificationTracking2 [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* ResourceModificationTrackingTest.testPartialRollbackOperation [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* ResourceModificationTrackingTest.testResourceModificationTracking [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* ResourceModificationTrackingTest.testResourceModificationTracking2 [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* ResourceModificationTrackingTest.testResourceModificationTrackingNotification [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* ResourceModificationTrackingTest.testRollbackOperation [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* ResourceTest.testAttachDetachResourceDepth1_Delete [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* ResourceTest.testAttachDetachResourceDepth1_Remove [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* ResourceTest.testAttachDetachResourceDepth2_Delete [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* ResourceTest.testAttachDetachResourceDepth2_Remove [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* ResourceTest.testAttachDetachResourceDepth3_Delete [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* ResourceTest.testAttachDetachResourceDepth3_Remove [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* ResourceTest.testAttachDetachResourceDepth3_Remove_Tree [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* ResourceTest.testAttachResource [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* ResourceTest.testBinaryResource [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* ResourceTest.testChangePathFromDepth0ToDepth0 [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* ResourceTest.testChangePathFromDepth0ToDepth1 [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* ResourceTest.testChangePathFromDepth0ToDepth2 [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* ResourceTest.testChangePathFromDepth0ToDepth3 [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* ResourceTest.testChangePathFromDepth3ToDepth0 [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* ResourceTest.testChangePathFromDepth3ToDepth1 [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* ResourceTest.testChangePathFromDepth3ToDepth2 [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* ResourceTest.testChangePathFromDepth3ToDepth3 [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* ResourceTest.testChangeResourceFolderURI [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* ResourceTest.testChangeResourceURI [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* ResourceTest.testCommitMultipleResources [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* ResourceTest.testCreateNestedResource_FromResourceSet [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* ResourceTest.testCreateResource_FromResourceSet [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* ResourceTest.testCreateResource_FromTransaction [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* ResourceTest.testCreateResource_WithDeepPath [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* ResourceTest.testDeleteResource [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* ResourceTest.testDeleteResourceDifferentSession [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* ResourceTest.testDeleteResourceDifferentSessionFresh [H2-auditing-ranges, JVM, Native] ******************************************************* org.eclipse.emf.cdo.util.InvalidURIException: Invalid URI "cdo://repo1/ResourceTest_testDeleteResourceDifferentSessionFresh/resource1": org.eclipse.emf.cdo.common.util.CDOResourceNodeNotFoundException: Resource node not found: resource1 at org.eclipse.emf.internal.cdo.view.AbstractCDOView.registerProxyResource2(AbstractCDOView.java:2484) at org.eclipse.emf.internal.cdo.view.AbstractCDOView.attachResource(AbstractCDOView.java:2437) at org.eclipse.emf.cdo.eresource.impl.CDOResourceImpl.basicSetResourceSet(CDOResourceImpl.java:1718) at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl$ResourcesEList.inverseAdd(ResourceSetImpl.java:586) at org.eclipse.emf.common.notify.impl.NotifyingListImpl.addUnique(NotifyingListImpl.java:286) at org.eclipse.emf.common.util.AbstractEList.add(AbstractEList.java:304) at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.createResource(ResourceSetImpl.java:435) at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandCreateResource(ResourceSetImpl.java:243) at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.getResource(ResourceSetImpl.java:400) at org.eclipse.emf.internal.cdo.view.AbstractCDOView.getResource(AbstractCDOView.java:1394) at org.eclipse.emf.internal.cdo.view.AbstractCDOView.getResource(AbstractCDOView.java:1375) at org.eclipse.emf.cdo.tests.ResourceTest.testDeleteResourceDifferentSessionFresh(ResourceTest.java:1456) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at junit.framework.TestCase.runTest(TestCase.java:177) at org.eclipse.net4j.util.tests.AbstractOMTest.access$0(AbstractOMTest.java:1) at org.eclipse.net4j.util.tests.AbstractOMTest$3.execute(AbstractOMTest.java:315) at org.eclipse.net4j.internal.util.test.TestExecuter.execute(TestExecuter.java:40) at org.eclipse.net4j.util.tests.AbstractOMTest.runBare(AbstractOMTest.java:301) at org.eclipse.emf.cdo.tests.config.impl.ConfigTest.runBare(ConfigTest.java:648) at junit.framework.TestResult$1.protect(TestResult.java:122) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.framework.TestResult.run(TestResult.java:125) at junit.framework.TestCase.run(TestCase.java:130) at org.eclipse.net4j.util.tests.AbstractOMTest.run(AbstractOMTest.java:375) at junit.framework.TestSuite.runTest(TestSuite.java:241) at org.eclipse.emf.cdo.tests.config.impl.ConfigTestSuite$TestClassWrapper.runTest(ConfigTestSuite.java:231) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at org.eclipse.emf.cdo.tests.config.impl.ConfigTestSuite$MainSuite.run(ConfigTestSuite.java:166) at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:364) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:237) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:158) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.apache.maven.surefire.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:167) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:142) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:28) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:679) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:616) at org.eclipse.equinox.launcher.Main.run(Main.java:1492) at org.eclipse.equinox.launcher.Main.main(Main.java:1465) Caused by: org.eclipse.emf.cdo.common.util.CDOResourceNodeNotFoundException: Resource node not found: resource1 at org.eclipse.emf.internal.cdo.view.AbstractCDOView.getResourceNodeID(AbstractCDOView.java:1190) at org.eclipse.emf.internal.cdo.view.AbstractCDOView.getResourceNodeIDChecked(AbstractCDOView.java:1099) at org.eclipse.emf.internal.cdo.view.AbstractCDOView.getResourceNodeID(AbstractCDOView.java:1078) at org.eclipse.emf.internal.cdo.view.AbstractCDOView.registerProxyResource2(AbstractCDOView.java:2467) ... 61 more ******************************************************* ResourceTest.testDeleteResourceFolder [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* ResourceTest.testDeleteResourceFolderDifferentSession [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* ResourceTest.testDeleteResourceFolderDifferentSessionFresh [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* ResourceTest.testDeleteResourceFolderFresh [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* ResourceTest.testDeleteResourceFresh [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* ResourceTest.testDeleteResourceFromRoot [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* ResourceTest.testDuplicatePathAfterDetach [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* ResourceTest.testGetResourceNodeContract [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* ResourceTest.testLoadAbsentResource_FromResourceSet [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* ResourceTest.testLoadMultipleResources [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* ResourceTest.testMove [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* ResourceTest.testMoveConflict [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* ResourceTest.testMoveFromRoot [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* ResourceTest.testMoveToRoot [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* ResourceTest.testNameChecks [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* ResourceTest.testNoUneededResourcesLoadOnMove [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* ResourceTest.testPathNotNull [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* ResourceTest.testPathWithSpaces [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* ResourceTest.testPrefetchContents [H2-auditing-ranges, JVM, Native] ******************************************************* Company@OID17 ******************************************************* ResourceTest.testQueryModifiedResources [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* ResourceTest.testQueryModifiedResourcesAsync [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* ResourceTest.testQueryResources [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* ResourceTest.testQueryResourcesAsync [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* ResourceTest.testRemoveResourceByIndex [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* ResourceTest.testRemoveResourceWithCloseView [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* ResourceTest.testRootResourceFromURI [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* ResourceTest.testSaveXMI_WithXRef [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* ResourceTest.testSaveXMI_WithXRef_OtherResource [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* ResourceTest.testSetFolder [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* ResourceTest.testSetFolderConflict [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* ResourceTest.testSetPathConflict [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* ResourceTest.testTextResource [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* RevisionDeltaTest.testBasicRevisionDelta [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* RevisionDeltaTest.testBugzilla214374 [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* RevisionDeltaTest.testBugzilla214374_HandleClear [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* RevisionDeltaTest.testBugzilla214431 [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* RevisionDeltaTest.testBugzilla243282_Exception [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* RevisionDeltaTest.testDetachWithXRef [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* RevisionDeltaTest.testDetachWithXRef_Remove [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* RevisionDeltaTest.testInsertAndMove [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* RevisionDeltaTest.testInsertAndMoveAndRemove [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* RevisionDeltaTest.testInsertAndRemove [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* RevisionDeltaTest.testInsertAndSet [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* RevisionDeltaTest.testListInsertFirst [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* RevisionDeltaTest.testListInsertLast [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* RevisionDeltaTest.testListInsertMiddle [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* RevisionDeltaTest.testListMoveToFirst [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* RevisionDeltaTest.testListMoveToLast [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* RevisionDeltaTest.testListMultipleOps [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* RevisionDeltaTest.testListMultipleOpsWithClear [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* RevisionDeltaTest.testListRemoveFirst [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* RevisionDeltaTest.testListRemoveLast [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* RevisionDeltaTest.testListRemoveMiddle [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* RevisionDeltaTest.testListSimpleMove [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* RevisionDeltaTest.testListTwoIndependentMoves [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* RevisionDeltaTest.testListTwoIntersectingMoves [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* RevisionDeltaTest.testMoveAndDelete [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* RevisionDeltaTest.testMultipleInserts [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* RevisionDeltaTest.testMultipleRemoves [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* RevisionDeltaTest.testSetAndRemove [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* RollbackTest.testRollbackSameSession [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* RollbackTest.testRollbackSeparateSession [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* RollbackTest.test_Bugzilla_296680 [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* SavePointTest.testIsDirty [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* SavePointTest.testNotification [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* SavePointTest.testRollbackWithNewObject_Collection [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* SavePointTest.testRollbackWithNewObject_Commit [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* SavePointTest.testRollbackWithNewObject_Rollback [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* SavePointTest.testRollbackWithPersistedObject_Commit [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* SavePointTest.testRollbackWithPersistedObject_Rollback [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* SavePointTest.testWrongSavePoint [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* SecurityTest.testAndFilter [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* SecurityTest.testNotFilter [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* SecurityTest.testOrFilter [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* SecurityTest.testResourceFilter_EXACT_NoParents [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* SecurityTest.testResourceFilter_EXACT_Parents [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* SecurityTest.testResourceFilter_TREE_NoParents [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* SecurityTest.testResourceFilter_TREE_Parents [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* SecurityTest.testResourceFilter_UserToken_EXACT_NoParents [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* SecurityTest.testResourceFilter_UserToken_EXACT_Parents [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* SecurityTest.testResourceFilter_UserToken_TREE_NoParents [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* SecurityTest.testResourceFilter_UserToken_TREE_Parents [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* SessionTest.testEContentAdapter [H2-auditing-ranges, JVM, Native] ******************************************************* org.eclipse.emf.ecore.impl.ENotificationImpl@3c733777 (eventType: SET, position: -1, notifier: CDOResource@OID1483("cdo://repo1/SessionTest_testEContentAdapter/ttt"), feature: org.eclipse.emf.ecore.impl.EAttributeImpl@33956d1a (name: resourceSet) (ordered: true, unique: true, lowerBound: 0, upperBound: 1) (changeable: true, volatile: false, transient: true, defaultValueLiteral: null, unsettable: false, derived: false) (iD: false), oldValue: org.eclipse.emf.ecore.resource.impl.ResourceSetImpl@27c2a3ca resources=[], newValue: null, isTouch: false, wasSet: true) org.eclipse.emf.cdo.eresource.impl.CDOResourceImpl$10@7e0a6cd (eventType: SET, position: -1, notifier: CDOResource@OID1483("cdo://repo1/SessionTest_testEContentAdapter/ttt"), feature: null, oldValue: org.eclipse.emf.ecore.resource.impl.ResourceSetImpl@27c2a3ca resources=[], newValue: null, isTouch: false, wasSet: true) org.eclipse.emf.ecore.impl.MinimalEObjectImpl$1ArrayDelegatingAdapterList$1@1b5f4671 (eventType: REMOVING_ADAPTER, touch: true, position: 0, notifier: CDOResource@OID1483("cdo://repo1/SessionTest_testEContentAdapter/ttt"), feature: null, oldValue: org.eclipse.emf.cdo.tests.SessionTest$1@3eb202e2, newValue: null, isTouch: true, wasSet: false) org.eclipse.emf.ecore.impl.MinimalEObjectImpl$1ArrayDelegatingAdapterList$1@cdc2a0d (eventType: REMOVING_ADAPTER, touch: true, position: 0, notifier: Company@OID1484, feature: null, oldValue: org.eclipse.emf.cdo.tests.SessionTest$1@3eb202e2, newValue: null, isTouch: true, wasSet: false) org.eclipse.emf.common.notify.impl.NotifyingListImpl$1@e082395 (eventType: REMOVE, position: 0, notifier: org.eclipse.emf.ecore.resource.impl.ResourceSetImpl@27c2a3ca resources=[], feature: null, oldValue: CDOResource@OID1483("cdo://repo1/SessionTest_testEContentAdapter/ttt"), newValue: null, isTouch: false, wasSet: true) ******************************************************* SessionTest.testIsSupportingAudits [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* SessionTest.testLastUpdateLocal [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* SessionTest.testLastUpdateRemote [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* SessionTest.testNoAuthentication [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "authrepo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, repo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* SessionTest.testProtocolTimeoutChangedEvent [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' TimeoutChangedEvent [oldTimeout=-1, newTimeout=20000, source=SignalProtocol[1, CLIENT, cdo]] ******************************************************* SessionTest.testRefresh [H2-auditing-ranges, JVM, Native] ******************************************************* MAIN[0] 2024-05-03 05:20:35.617/* CDOResource@OID1:0v1("/") 2024-05-03 05:20:35.617/2024-05-03 05:20:35.652 CDOResource@OID1:0v2("/") 2024-05-03 05:20:35.653/* CDOResourceFolder@OID2:0v1("SessionTest_testRefresh")2024-05-03 05:20:35.653/* CDOResource@OID3:0v1("ttt") 2024-05-03 05:20:35.653/2024-05-03 05:20:35.664 CDOResource@OID3:0v2("ttt") 2024-05-03 05:20:35.665/* Category@OID4:0v1 2024-05-03 05:20:35.653/* Category@OID5:0v1 2024-05-03 05:20:35.665/* MAIN[0] 2024-05-03 05:20:35.617/* CDOResourceFolder@OID2:0v1("SessionTest_testRefresh")2024-05-03 05:20:35.653/* CDOResource@OID3:0v1("ttt") 2024-05-03 05:20:35.653/* MAIN[0] 2024-05-03 05:20:35.617/* CDOResource@OID3:0v1("ttt") 2024-05-03 05:20:35.653/2024-05-03 05:20:35.664 CDOResource@OID3:0v2("ttt") 2024-05-03 05:20:35.665/* ******************************************************* SessionTest.testRefreshWithPackages [H2-auditing-ranges, JVM, Native] ******************************************************* MAIN[0] 2024-05-03 05:20:35.617/* CDOResource@OID1:0v2("/") 2024-05-03 05:20:35.653/2024-05-03 05:20:35.674 CDOResource@OID1:0v3("/") 2024-05-03 05:20:35.675/* CDOResourceFolder@OID2:0v1("SessionTest_testRefresh")2024-05-03 05:20:35.653/* CDOResourceFolder@OID6:0v1("SessionTest_testRefreshWithPackages")2024-05-03 05:20:35.675/* CDOResource@OID7:0v1("ttt") 2024-05-03 05:20:35.675/2024-05-03 05:20:35.678 CDOResource@OID7:0v2("ttt") 2024-05-03 05:20:35.679/* Category@OID8:0v1 2024-05-03 05:20:35.679/* MAIN[0] 2024-05-03 05:20:35.617/* CDOResourceFolder@OID6:0v1("SessionTest_testRefreshWithPackages")2024-05-03 05:20:35.675/* CDOResource@OID7:0v1("ttt") 2024-05-03 05:20:35.675/* MAIN[0] 2024-05-03 05:20:35.617/* CDOResource@OID7:0v1("ttt") 2024-05-03 05:20:35.675/2024-05-03 05:20:35.678 CDOResource@OID7:0v2("ttt") 2024-05-03 05:20:35.679/* ******************************************************* SessionTest.testRepositoryNotFound [H2-auditing-ranges, JVM, Native] ******************************************************* [ERROR] Repository not found: sdkghfaifuzicxuhvnjlksah org.eclipse.emf.cdo.server.RepositoryNotFoundException: Repository not found: sdkghfaifuzicxuhvnjlksah at org.eclipse.emf.cdo.server.internal.net4j.protocol.OpenSessionIndication.responding(OpenSessionIndication.java:134) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerIndicationWithMonitoring.responding(CDOServerIndicationWithMonitoring.java:185) at org.eclipse.net4j.signal.IndicationWithMonitoring.responding(IndicationWithMonitoring.java:68) at org.eclipse.net4j.signal.IndicationWithResponse.doExtendedOutput(IndicationWithResponse.java:100) at org.eclipse.net4j.signal.Signal.doOutput(Signal.java:407) at org.eclipse.net4j.signal.IndicationWithResponse.execute(IndicationWithResponse.java:74) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) ******************************************************* SessionTest.testSetProtocolTimeout [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* SessionTest.testWaitForUpdateLocal [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* SessionTest.testWaitForUpdateRemote [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* SessionTest.testWithAuthentication [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "authrepo2"! Other schemas may contain a CDO repository: authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, repo1, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* SessionTest.testWithAuthenticationNoCredentials [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "authrepo4"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, repo1, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* SessionTest.testWithAuthenticationNoCredentialsProvider [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "authrepo3"! Other schemas may contain a CDO repository: authrepo2, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, repo1, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* SessionTest.testWithAuthenticationNoPassword [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "authrepo7"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, commitinforepo, protectedrepo, repo2, repo3, repo1, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* SessionTest.testWithAuthenticationNoUserID [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "authrepo6"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo7, commitinforepo, protectedrepo, repo2, repo3, repo1, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* SessionTest.testWithAuthenticationWrongCredentials [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "authrepo5"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, repo1, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* SetFeatureTest.testNotUnsettableBooleanNoDefault [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* SetFeatureTest.testNotUnsettableBooleanNoDefault2 [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableBooleanNoDefault_SetDefault [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableByteNoDefault [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableByteNoDefault2 [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableByteNoDefault_SetDefault [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableCharNoDefault [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableCharNoDefault2 [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableCharNoDefault_SetDefault [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableDateNoDefault [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableDateNoDefault_SetDefault [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableDoubleNoDefault [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableDoubleNoDefault2 [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableDoubleNoDefault_SetDefault [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableFloatNoDefault [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableFloatNoDefault2 [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableFloatNoDefault_SetDefault [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableIntNoDefault [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableIntNoDefault2 [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableIntNoDefault_SetDefault [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableLongNoDefault [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableLongNoDefault2 [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableLongNoDefault_SetDefault [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableShortNoDefault [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableShortNoDefault2 [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableShortNoDefault_SetDefault [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableStringNoDefault [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableStringNoDefault2 [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableStringNoDefault_SetDefault [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableVATNoDefault [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableVATNoDefault_SetDefault [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableWithDefaultBoolean [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableWithDefaultBoolean2 [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableWithDefaultBoolean_SetDefault [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableWithDefaultByte [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableWithDefaultByte2 [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableWithDefaultByte_SetDefault [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableWithDefaultChar [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableWithDefaultChar_SetDefault [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableWithDefaultChart2 [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableWithDefaultDate [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableWithDefaultDate_SetDefault [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableWithDefaultDouble [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableWithDefaultDouble2 [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableWithDefaultDouble_SetDefault [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableWithDefaultVAT [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableWithDefaultVAT_SetDefault [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableBooleanNoDefault [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableBooleanNoDefault2 [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableBooleanNoDefault_SetDefault [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableByteNoDefault [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableByteNoDefault2 [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableByteNoDefault_SetDefault [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableCharNoDefault [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableCharNoDefault2 [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableCharNoDefault_SetDefault [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableDateNoDefault [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableDateNoDefault_SetDefault [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableDoubleNoDefault [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableDoubleNoDefault2 [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableDoubleNoDefault_SetDefault [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableFloatNoDefault [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableFloatNoDefault2 [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableFloatNoDefault_SetDefault [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableIntNoDefault [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableIntNoDefault2 [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableIntNoDefault_SetDefault [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableLongNoDefault [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableShortNoDefault [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableShortNoDefault2 [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableShortNoDefault_SetDefault [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableStringNoDefault [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableStringNoDefault2 [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableStringNoDefault_SetDefault [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableVATNoDefault [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableVATNoDefault_SetDefault [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableWithDefaultBoolean [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableWithDefaultBoolean2 [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableWithDefaultByte [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableWithDefaultByte2 [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableWithDefaultByte_SetDefault [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableWithDefaultChar [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableWithDefaultCharNo [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableWithDefaultChar_SetDefault [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableWithDefaultDate [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableWithDefaultDate_SetDefault [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableWithDefaultDouble [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableWithDefaultDouble2 [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableWithDefaultDouble_SetDefault [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableWithDefaultFloat [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableWithDefaultFloat2 [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableWithDefaultFloat_SetDefault [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableWithDefaultInt [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableWithDefaultInt2 [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableWithDefaultInt_SetDefault [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableWithDefaultLong [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableWithDefaultShort [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableWithDefaultShort2 [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableWithDefaultShort_SetDefault [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableWithDefaultString [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableWithDefaultString2 [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableWithDefaultString_SetDefault [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableWithDefaultVAT [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableWithDefaultVAT_SetDefault [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* StateMachineTest.test_NEW_with_ATTACH [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* StateMachineTest.test_NEW_with_COMMIT [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* StateMachineTest.test_NEW_with_INVALIDATE [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* StateMachineTest.test_NEW_with_READ [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* StateMachineTest.test_NEW_with_ROLLBACK [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* StateMachineTest.test_NEW_with_WRITE [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* StateMachineTest.test_PREPARED_with_ATTACH [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* StateMachineTest.test_PREPARED_with_DETACH [H2-auditing-ranges, JVM, Native] ******************************************************* java.lang.IllegalStateException: Failing event DETACH in state PREPARED for Supplier[PREPARED] (data=[]) at org.eclipse.net4j.util.fsm.FiniteStateMachine.process(FiniteStateMachine.java:160) at org.eclipse.emf.internal.cdo.view.CDOStateMachine.detach(CDOStateMachine.java:310) at org.eclipse.emf.cdo.tests.StateMachineTest.detach(StateMachineTest.java:397) at org.eclipse.emf.cdo.tests.StateMachineTest.test_PREPARED_with_DETACH(StateMachineTest.java:192) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at junit.framework.TestCase.runTest(TestCase.java:177) at org.eclipse.net4j.util.tests.AbstractOMTest.access$0(AbstractOMTest.java:1) at org.eclipse.net4j.util.tests.AbstractOMTest$3.execute(AbstractOMTest.java:315) at org.eclipse.net4j.internal.util.test.TestExecuter.execute(TestExecuter.java:40) at org.eclipse.net4j.util.tests.AbstractOMTest.runBare(AbstractOMTest.java:301) at org.eclipse.emf.cdo.tests.config.impl.ConfigTest.runBare(ConfigTest.java:648) at junit.framework.TestResult$1.protect(TestResult.java:122) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.framework.TestResult.run(TestResult.java:125) at junit.framework.TestCase.run(TestCase.java:130) at org.eclipse.net4j.util.tests.AbstractOMTest.run(AbstractOMTest.java:375) at junit.framework.TestSuite.runTest(TestSuite.java:241) at org.eclipse.emf.cdo.tests.config.impl.ConfigTestSuite$TestClassWrapper.runTest(ConfigTestSuite.java:231) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at org.eclipse.emf.cdo.tests.config.impl.ConfigTestSuite$MainSuite.run(ConfigTestSuite.java:166) at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:364) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:237) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:158) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.apache.maven.surefire.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:167) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:142) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:28) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:679) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:616) at org.eclipse.equinox.launcher.Main.run(Main.java:1492) at org.eclipse.equinox.launcher.Main.main(Main.java:1465) ******************************************************* StateMachineTest.test_PREPARED_with_INVALIDATE [H2-auditing-ranges, JVM, Native] ******************************************************* java.lang.IllegalStateException: Failing event INVALIDATE in state PREPARED for Supplier[PREPARED] (data=null) at org.eclipse.net4j.util.fsm.FiniteStateMachine.process(FiniteStateMachine.java:160) at org.eclipse.emf.internal.cdo.view.CDOStateMachine.invalidate(CDOStateMachine.java:499) at org.eclipse.emf.cdo.tests.StateMachineTest.invalidate(StateMachineTest.java:424) at org.eclipse.emf.cdo.tests.StateMachineTest.test_PREPARED_with_INVALIDATE(StateMachineTest.java:235) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at junit.framework.TestCase.runTest(TestCase.java:177) at org.eclipse.net4j.util.tests.AbstractOMTest.access$0(AbstractOMTest.java:1) at org.eclipse.net4j.util.tests.AbstractOMTest$3.execute(AbstractOMTest.java:315) at org.eclipse.net4j.internal.util.test.TestExecuter.execute(TestExecuter.java:40) at org.eclipse.net4j.util.tests.AbstractOMTest.runBare(AbstractOMTest.java:301) at org.eclipse.emf.cdo.tests.config.impl.ConfigTest.runBare(ConfigTest.java:648) at junit.framework.TestResult$1.protect(TestResult.java:122) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.framework.TestResult.run(TestResult.java:125) at junit.framework.TestCase.run(TestCase.java:130) at org.eclipse.net4j.util.tests.AbstractOMTest.run(AbstractOMTest.java:375) at junit.framework.TestSuite.runTest(TestSuite.java:241) at org.eclipse.emf.cdo.tests.config.impl.ConfigTestSuite$TestClassWrapper.runTest(ConfigTestSuite.java:231) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at org.eclipse.emf.cdo.tests.config.impl.ConfigTestSuite$MainSuite.run(ConfigTestSuite.java:166) at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:364) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:237) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:158) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.apache.maven.surefire.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:167) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:142) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:28) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:679) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:616) at org.eclipse.equinox.launcher.Main.run(Main.java:1492) at org.eclipse.equinox.launcher.Main.main(Main.java:1465) ******************************************************* StateMachineTest.test_PREPARED_with_READ [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* StateMachineTest.test_PREPARED_with_ROLLBACK [H2-auditing-ranges, JVM, Native] ******************************************************* java.lang.IllegalStateException: Failing event ROLLBACK in state PREPARED for Supplier[PREPARED] (data=null) at org.eclipse.net4j.util.fsm.FiniteStateMachine.process(FiniteStateMachine.java:160) at org.eclipse.emf.internal.cdo.view.CDOStateMachine.rollback(CDOStateMachine.java:599) at org.eclipse.emf.cdo.tests.StateMachineTest.rollback(StateMachineTest.java:433) at org.eclipse.emf.cdo.tests.StateMachineTest.test_PREPARED_with_ROLLBACK(StateMachineTest.java:252) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at junit.framework.TestCase.runTest(TestCase.java:177) at org.eclipse.net4j.util.tests.AbstractOMTest.access$0(AbstractOMTest.java:1) at org.eclipse.net4j.util.tests.AbstractOMTest$3.execute(AbstractOMTest.java:315) at org.eclipse.net4j.internal.util.test.TestExecuter.execute(TestExecuter.java:40) at org.eclipse.net4j.util.tests.AbstractOMTest.runBare(AbstractOMTest.java:301) at org.eclipse.emf.cdo.tests.config.impl.ConfigTest.runBare(ConfigTest.java:648) at junit.framework.TestResult$1.protect(TestResult.java:122) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.framework.TestResult.run(TestResult.java:125) at junit.framework.TestCase.run(TestCase.java:130) at org.eclipse.net4j.util.tests.AbstractOMTest.run(AbstractOMTest.java:375) at junit.framework.TestSuite.runTest(TestSuite.java:241) at org.eclipse.emf.cdo.tests.config.impl.ConfigTestSuite$TestClassWrapper.runTest(ConfigTestSuite.java:231) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at org.eclipse.emf.cdo.tests.config.impl.ConfigTestSuite$MainSuite.run(ConfigTestSuite.java:166) at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:364) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:237) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:158) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.apache.maven.surefire.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:167) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:142) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:28) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:679) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:616) at org.eclipse.equinox.launcher.Main.run(Main.java:1492) at org.eclipse.equinox.launcher.Main.main(Main.java:1465) ******************************************************* StateMachineTest.test_PREPARED_with_WRITE [H2-auditing-ranges, JVM, Native] ******************************************************* java.lang.IllegalStateException: Failing event WRITE in state PREPARED for Supplier[PREPARED] (data=org.eclipse.emf.internal.cdo.view.CDOStateMachine$FeatureDeltaAndResult@24eaff8c) at org.eclipse.net4j.util.fsm.FiniteStateMachine.process(FiniteStateMachine.java:160) at org.eclipse.emf.internal.cdo.view.CDOStateMachine.writeUnsynced(CDOStateMachine.java:440) at org.eclipse.emf.internal.cdo.view.CDOStateMachine.write(CDOStateMachine.java:418) at org.eclipse.emf.cdo.tests.StateMachineTest.write(StateMachineTest.java:415) at org.eclipse.emf.cdo.tests.StateMachineTest.test_PREPARED_with_WRITE(StateMachineTest.java:218) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at junit.framework.TestCase.runTest(TestCase.java:177) at org.eclipse.net4j.util.tests.AbstractOMTest.access$0(AbstractOMTest.java:1) at org.eclipse.net4j.util.tests.AbstractOMTest$3.execute(AbstractOMTest.java:315) at org.eclipse.net4j.internal.util.test.TestExecuter.execute(TestExecuter.java:40) at org.eclipse.net4j.util.tests.AbstractOMTest.runBare(AbstractOMTest.java:301) at org.eclipse.emf.cdo.tests.config.impl.ConfigTest.runBare(ConfigTest.java:648) at junit.framework.TestResult$1.protect(TestResult.java:122) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.framework.TestResult.run(TestResult.java:125) at junit.framework.TestCase.run(TestCase.java:130) at org.eclipse.net4j.util.tests.AbstractOMTest.run(AbstractOMTest.java:375) at junit.framework.TestSuite.runTest(TestSuite.java:241) at org.eclipse.emf.cdo.tests.config.impl.ConfigTestSuite$TestClassWrapper.runTest(ConfigTestSuite.java:231) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at org.eclipse.emf.cdo.tests.config.impl.ConfigTestSuite$MainSuite.run(ConfigTestSuite.java:166) at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:364) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:237) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:158) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.apache.maven.surefire.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:167) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:142) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:28) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:679) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:616) at org.eclipse.equinox.launcher.Main.run(Main.java:1492) at org.eclipse.equinox.launcher.Main.main(Main.java:1465) ******************************************************* StateMachineTest.test_REATTACH [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* StateMachineTest.test_TRANSIENT_with_ATTACH [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* StateMachineTest.test_TRANSIENT_with_INVALIDATE [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* StateMachineTest.test_TRANSIENT_with_READ [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* StateMachineTest.test_TRANSIENT_with_ROLLBACK [H2-auditing-ranges, JVM, Native] ******************************************************* java.lang.IllegalStateException: Failing event ROLLBACK in state TRANSIENT for Supplier[TRANSIENT] (data=null) at org.eclipse.net4j.util.fsm.FiniteStateMachine.process(FiniteStateMachine.java:160) at org.eclipse.emf.internal.cdo.view.CDOStateMachine.rollback(CDOStateMachine.java:599) at org.eclipse.emf.cdo.tests.StateMachineTest.rollback(StateMachineTest.java:433) at org.eclipse.emf.cdo.tests.StateMachineTest.test_TRANSIENT_with_ROLLBACK(StateMachineTest.java:146) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at junit.framework.TestCase.runTest(TestCase.java:177) at org.eclipse.net4j.util.tests.AbstractOMTest.access$0(AbstractOMTest.java:1) at org.eclipse.net4j.util.tests.AbstractOMTest$3.execute(AbstractOMTest.java:315) at org.eclipse.net4j.internal.util.test.TestExecuter.execute(TestExecuter.java:40) at org.eclipse.net4j.util.tests.AbstractOMTest.runBare(AbstractOMTest.java:301) at org.eclipse.emf.cdo.tests.config.impl.ConfigTest.runBare(ConfigTest.java:648) at junit.framework.TestResult$1.protect(TestResult.java:122) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.framework.TestResult.run(TestResult.java:125) at junit.framework.TestCase.run(TestCase.java:130) at org.eclipse.net4j.util.tests.AbstractOMTest.run(AbstractOMTest.java:375) at junit.framework.TestSuite.runTest(TestSuite.java:241) at org.eclipse.emf.cdo.tests.config.impl.ConfigTestSuite$TestClassWrapper.runTest(ConfigTestSuite.java:231) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at org.eclipse.emf.cdo.tests.config.impl.ConfigTestSuite$MainSuite.run(ConfigTestSuite.java:166) at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:364) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:237) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:158) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.apache.maven.surefire.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:167) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:142) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:28) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:679) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:616) at org.eclipse.equinox.launcher.Main.run(Main.java:1492) at org.eclipse.equinox.launcher.Main.main(Main.java:1465) java.lang.IllegalStateException: Failing event ROLLBACK in state TRANSIENT for Supplier[TRANSIENT] (data=null) at org.eclipse.net4j.util.fsm.FiniteStateMachine.process(FiniteStateMachine.java:160) at org.eclipse.emf.internal.cdo.view.CDOStateMachine.rollback(CDOStateMachine.java:599) at org.eclipse.emf.cdo.tests.StateMachineTest.rollback(StateMachineTest.java:433) at org.eclipse.emf.cdo.tests.StateMachineTest.test_TRANSIENT_with_ROLLBACK(StateMachineTest.java:157) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at junit.framework.TestCase.runTest(TestCase.java:177) at org.eclipse.net4j.util.tests.AbstractOMTest.access$0(AbstractOMTest.java:1) at org.eclipse.net4j.util.tests.AbstractOMTest$3.execute(AbstractOMTest.java:315) at org.eclipse.net4j.internal.util.test.TestExecuter.execute(TestExecuter.java:40) at org.eclipse.net4j.util.tests.AbstractOMTest.runBare(AbstractOMTest.java:301) at org.eclipse.emf.cdo.tests.config.impl.ConfigTest.runBare(ConfigTest.java:648) at junit.framework.TestResult$1.protect(TestResult.java:122) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.framework.TestResult.run(TestResult.java:125) at junit.framework.TestCase.run(TestCase.java:130) at org.eclipse.net4j.util.tests.AbstractOMTest.run(AbstractOMTest.java:375) at junit.framework.TestSuite.runTest(TestSuite.java:241) at org.eclipse.emf.cdo.tests.config.impl.ConfigTestSuite$TestClassWrapper.runTest(ConfigTestSuite.java:231) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at org.eclipse.emf.cdo.tests.config.impl.ConfigTestSuite$MainSuite.run(ConfigTestSuite.java:166) at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:364) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:237) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:158) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.apache.maven.surefire.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:167) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:142) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:28) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:679) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:616) at org.eclipse.equinox.launcher.Main.run(Main.java:1492) at org.eclipse.equinox.launcher.Main.main(Main.java:1465) ******************************************************* StateMachineTest.test_TRANSIENT_with_WRITE [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* StickyViewsTest.test_changeName [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* StickyViewsTest.test_detachedCommittedObject [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* StickyViewsTest.test_dirtyCommittedObject [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* StickyViewsTest.test_newCommittedObject [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* StickyViewsTest.test_otherSessionCommittedLatest [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* StickyViewsTest.test_refresh [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* StickyViewsTest.test_removeFirst [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* StickyViewsTest.test_removeLast [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* TransactionHandlerTest.testAsyncTransactionHandler [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* TransactionHandlerTest.testAttachingObject [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* TransactionHandlerTest.testAttachingObjectVeto [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* TransactionHandlerTest.testAttachingResourceVeto [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* TransactionHandlerTest.testCommitting [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* TransactionHandlerTest.testDetachingObject [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* TransactionHandlerTest.testDetachingObjectVeto [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* TransactionHandlerTest.testModifyingObject [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* TransactionHandlerTest.testModifyingObjectVeto [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* TransactionHandlerTest.testModifyingResourceVeto [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* TransactionHandlerTest.testRollbacked [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* TransactionTest.testAutoRollbackOnConflictEvent [H2-auditing-ranges, JVM, Native] ******************************************************* rollback ******************************************************* TransactionTest.testCommitAfterClose [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* TransactionTest.testCommitManyTransactionsMultiThread [H2-auditing-ranges, JVM, Native] ******************************************************* RUN 1 CloseViewRequest = 100 CommitTransactionRequest = 100 LockObjectsRequest = 100 OpenViewRequest = 100 ******************************************************* TransactionTest.testCommitRedundantChanges [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* TransactionTest.testCreateManySessions [H2-auditing-ranges, JVM, Native] ******************************************************* Opening session Session 0 Session 1 Session 2 Session 3 Session 4 Session 5 Session 6 Session 7 Session 8 Session 9 Session 10 Session 11 Session 12 Session 13 Session 14 Session 15 Session 16 Session 17 Session 18 Session 19 Session 20 Session 21 Session 22 Session 23 Session 24 Session 25 Session 26 Session 27 Session 28 Session 29 Session 30 Session 31 Session 32 Session 33 Session 34 Session 35 Session 36 Session 37 Session 38 Session 39 Session 40 Session 41 Session 42 Session 43 Session 44 Session 45 Session 46 Session 47 Session 48 Session 49 Session 50 Session 51 Session 52 Session 53 Session 54 Session 55 Session 56 Session 57 Session 58 Session 59 Session 60 Session 61 Session 62 Session 63 Session 64 Session 65 Session 66 Session 67 Session 68 Session 69 Session 70 Session 71 Session 72 Session 73 Session 74 Session 75 Session 76 Session 77 Session 78 Session 79 Session 80 Session 81 Session 82 Session 83 Session 84 Session 85 Session 86 Session 87 Session 88 Session 89 Session 90 Session 91 Session 92 Session 93 Session 94 Session 95 Session 96 Session 97 Session 98 Session 99 ******************************************************* TransactionTest.testCreateManySessionsAndTransactionsMultiThread [H2-auditing-ranges, JVM, Native] ******************************************************* Thread 0: Started Thread 1: Started Thread 2: Started Thread 3: Started Thread 4: Started Thread 2: Session + Transaction 0 Thread 1: Session + Transaction 0 Thread 0: Session + Transaction 0 Thread 3: Session + Transaction 0 Thread 4: Session + Transaction 0 Thread 2: Session + Transaction 1 Thread 0: Session + Transaction 1 Thread 3: Session + Transaction 1 Thread 1: Session + Transaction 1 Thread 4: Session + Transaction 1 Thread 0: Session + Transaction 2 Thread 3: Session + Transaction 2 Thread 2: Session + Transaction 2 Thread 1: Session + Transaction 2 Thread 4: Session + Transaction 2 Thread 0: Session + Transaction 3 Thread 3: Session + Transaction 3 Thread 1: Session + Transaction 3 Thread 2: Session + Transaction 3 Thread 4: Session + Transaction 3 Thread 0: Session + Transaction 4 Thread 3: Session + Transaction 4 Thread 1: Session + Transaction 4 Thread 2: Session + Transaction 4 Thread 4: Session + Transaction 4 Thread 3: Session + Transaction 5 Thread 0: Session + Transaction 5 Thread 1: Session + Transaction 5 Thread 2: Session + Transaction 5 Thread 4: Session + Transaction 5 Thread 0: Session + Transaction 6 Thread 3: Session + Transaction 6 Thread 2: Session + Transaction 6 Thread 1: Session + Transaction 6 Thread 4: Session + Transaction 6 Thread 3: Session + Transaction 7 Thread 0: Session + Transaction 7 Thread 2: Session + Transaction 7 Thread 1: Session + Transaction 7 Thread 3: Session + Transaction 8 Thread 4: Session + Transaction 7 Thread 0: Session + Transaction 8 Thread 2: Session + Transaction 8 Thread 1: Session + Transaction 8 Thread 3: Session + Transaction 9 Thread 0: Session + Transaction 9 Thread 4: Session + Transaction 8 Thread 2: Session + Transaction 9 Thread 1: Session + Transaction 9 Thread 3: Session + Transaction 10 Thread 4: Session + Transaction 9 Thread 0: Session + Transaction 10 Thread 1: Session + Transaction 10 Thread 2: Session + Transaction 10 Thread 3: Session + Transaction 11 Thread 0: Session + Transaction 11 Thread 4: Session + Transaction 10 Thread 2: Session + Transaction 11 Thread 1: Session + Transaction 11 Thread 3: Session + Transaction 12 Thread 0: Session + Transaction 12 Thread 4: Session + Transaction 11 Thread 1: Session + Transaction 12 Thread 2: Session + Transaction 12 Thread 3: Session + Transaction 13 Thread 0: Session + Transaction 13 Thread 1: Session + Transaction 13 Thread 4: Session + Transaction 12 Thread 2: Session + Transaction 13 Thread 3: Session + Transaction 14 Thread 0: Session + Transaction 14 Thread 1: Session + Transaction 14 Thread 4: Session + Transaction 13 Thread 2: Session + Transaction 14 Thread 3: Session + Transaction 15 Thread 0: Session + Transaction 15 Thread 1: Session + Transaction 15 Thread 4: Session + Transaction 14 Thread 2: Session + Transaction 15 Thread 3: Session + Transaction 16 Thread 0: Session + Transaction 16 Thread 4: Session + Transaction 15 Thread 0: Session + Transaction 17 Thread 3: Session + Transaction 17 Thread 1: Session + Transaction 16 Thread 2: Session + Transaction 16 Thread 4: Session + Transaction 16 Thread 1: Session + Transaction 17 Thread 0: Session + Transaction 18 Thread 3: Session + Transaction 18 Thread 2: Session + Transaction 17 Thread 4: Session + Transaction 17 Thread 0: Session + Transaction 19 Thread 1: Session + Transaction 18 Thread 3: Session + Transaction 19 Thread 2: Session + Transaction 18 Thread 4: Session + Transaction 18 Thread 0: Session + Transaction 20 Thread 1: Session + Transaction 19 Thread 2: Session + Transaction 19 Thread 3: Session + Transaction 20 Thread 4: Session + Transaction 19 Thread 0: Session + Transaction 21 Thread 1: Session + Transaction 20 Thread 2: Session + Transaction 20 Thread 3: Session + Transaction 21 Thread 4: Session + Transaction 20 Thread 1: Session + Transaction 21 Thread 0: Session + Transaction 22 Thread 2: Session + Transaction 21 Thread 3: Session + Transaction 22 Thread 4: Session + Transaction 21 Thread 0: Session + Transaction 23 Thread 1: Session + Transaction 22 Thread 2: Session + Transaction 22 Thread 3: Session + Transaction 23 Thread 4: Session + Transaction 22 Thread 0: Session + Transaction 24 Thread 1: Session + Transaction 23 Thread 2: Session + Transaction 23 Thread 3: Session + Transaction 24 Thread 0: Session + Transaction 25 Thread 2: Session + Transaction 24 Thread 1: Session + Transaction 24 Thread 4: Session + Transaction 23 Thread 3: Session + Transaction 25 Thread 0: Session + Transaction 26 Thread 2: Session + Transaction 25 Thread 1: Session + Transaction 25 Thread 4: Session + Transaction 24 Thread 3: Session + Transaction 26 Thread 0: Session + Transaction 27 Thread 2: Session + Transaction 26 Thread 1: Session + Transaction 26 Thread 4: Session + Transaction 25 Thread 3: Session + Transaction 27 Thread 0: Session + Transaction 28 Thread 2: Session + Transaction 27 Thread 1: Session + Transaction 27 Thread 4: Session + Transaction 26 Thread 0: Session + Transaction 29 Thread 3: Session + Transaction 28 Thread 2: Session + Transaction 28 Thread 1: Session + Transaction 28 Thread 0: Session + Transaction 30 Thread 3: Session + Transaction 29 Thread 2: Session + Transaction 29 Thread 4: Session + Transaction 27 Thread 1: Session + Transaction 29 Thread 0: Session + Transaction 31 Thread 3: Session + Transaction 30 Thread 2: Session + Transaction 30 Thread 1: Session + Transaction 30 Thread 4: Session + Transaction 28 Thread 3: Session + Transaction 31 Thread 0: Session + Transaction 32 Thread 2: Session + Transaction 31 Thread 3: Session + Transaction 32 Thread 1: Session + Transaction 31 Thread 4: Session + Transaction 29 Thread 0: Session + Transaction 33 Thread 3: Session + Transaction 33 Thread 1: Session + Transaction 32 Thread 2: Session + Transaction 32 Thread 0: Session + Transaction 34 Thread 4: Session + Transaction 30 Thread 1: Session + Transaction 33 Thread 0: Session + Transaction 35 Thread 3: Session + Transaction 34 Thread 2: Session + Transaction 33 Thread 4: Session + Transaction 31 Thread 1: Session + Transaction 34 Thread 2: Session + Transaction 34 Thread 0: Session + Transaction 36 Thread 3: Session + Transaction 35 Thread 1: Session + Transaction 35 Thread 0: Session + Transaction 37 Thread 4: Session + Transaction 32 Thread 2: Session + Transaction 35 Thread 4: Session + Transaction 33 Thread 2: Session + Transaction 36 Thread 3: Session + Transaction 36 Thread 0: Session + Transaction 38 Thread 1: Session + Transaction 36 Thread 4: Session + Transaction 34 Thread 2: Session + Transaction 37 Thread 3: Session + Transaction 37 Thread 1: Session + Transaction 37 Thread 0: Session + Transaction 39 Thread 4: Session + Transaction 35 Thread 1: Session + Transaction 38 Thread 0: Session + Transaction 40 Thread 2: Session + Transaction 38 Thread 3: Session + Transaction 38 Thread 4: Session + Transaction 36 Thread 0: Session + Transaction 41 Thread 1: Session + Transaction 39 Thread 2: Session + Transaction 39 Thread 4: Session + Transaction 37 Thread 3: Session + Transaction 39 Thread 0: Session + Transaction 42 Thread 1: Session + Transaction 40 Thread 2: Session + Transaction 40 Thread 3: Session + Transaction 40 Thread 4: Session + Transaction 38 Thread 0: Session + Transaction 43 Thread 1: Session + Transaction 41 Thread 2: Session + Transaction 41 Thread 3: Session + Transaction 41 Thread 4: Session + Transaction 39 Thread 0: Session + Transaction 44 Thread 3: Session + Transaction 42 Thread 2: Session + Transaction 42 Thread 1: Session + Transaction 42 Thread 4: Session + Transaction 40 Thread 0: Session + Transaction 45 Thread 3: Session + Transaction 43 Thread 2: Session + Transaction 43 Thread 1: Session + Transaction 43 Thread 0: Session + Transaction 46 Thread 4: Session + Transaction 41 Thread 3: Session + Transaction 44 Thread 1: Session + Transaction 44 Thread 2: Session + Transaction 44 Thread 0: Session + Transaction 47 Thread 3: Session + Transaction 45 Thread 4: Session + Transaction 42 Thread 1: Session + Transaction 45 Thread 2: Session + Transaction 45 Thread 0: Session + Transaction 48 Thread 3: Session + Transaction 46 Thread 4: Session + Transaction 43 Thread 1: Session + Transaction 46 Thread 2: Session + Transaction 46 Thread 0: Session + Transaction 49 Thread 3: Session + Transaction 47 Thread 4: Session + Transaction 44 Thread 1: Session + Transaction 47 Thread 0: Session + Transaction 50 Thread 3: Session + Transaction 48 Thread 2: Session + Transaction 47 Thread 4: Session + Transaction 45 Thread 1: Session + Transaction 48 Thread 0: Session + Transaction 51 Thread 4: Session + Transaction 46 Thread 3: Session + Transaction 49 Thread 2: Session + Transaction 48 Thread 0: Session + Transaction 52 Thread 1: Session + Transaction 49 Thread 4: Session + Transaction 47 Thread 3: Session + Transaction 50 Thread 2: Session + Transaction 49 Thread 0: Session + Transaction 53 Thread 1: Session + Transaction 50 Thread 3: Session + Transaction 51 Thread 2: Session + Transaction 50 Thread 4: Session + Transaction 48 Thread 0: Session + Transaction 54 Thread 1: Session + Transaction 51 Thread 3: Session + Transaction 52 Thread 2: Session + Transaction 51 Thread 0: Session + Transaction 55 Thread 4: Session + Transaction 49 Thread 1: Session + Transaction 52 Thread 3: Session + Transaction 53 Thread 0: Session + Transaction 56 Thread 2: Session + Transaction 52 Thread 4: Session + Transaction 50 Thread 3: Session + Transaction 54 Thread 1: Session + Transaction 53 Thread 0: Session + Transaction 57 Thread 4: Session + Transaction 51 Thread 2: Session + Transaction 53 Thread 1: Session + Transaction 54 Thread 3: Session + Transaction 55 Thread 0: Session + Transaction 58 Thread 4: Session + Transaction 52 Thread 2: Session + Transaction 54 Thread 1: Session + Transaction 55 Thread 4: Session + Transaction 53 Thread 3: Session + Transaction 56 Thread 0: Session + Transaction 59 Thread 2: Session + Transaction 55 Thread 1: Session + Transaction 56 Thread 4: Session + Transaction 54 Thread 0: Session + Transaction 60 Thread 3: Session + Transaction 57 Thread 2: Session + Transaction 56 Thread 1: Session + Transaction 57 Thread 4: Session + Transaction 55 Thread 3: Session + Transaction 58 Thread 0: Session + Transaction 61 Thread 1: Session + Transaction 58 Thread 2: Session + Transaction 57 Thread 4: Session + Transaction 56 Thread 3: Session + Transaction 59 Thread 0: Session + Transaction 62 Thread 1: Session + Transaction 59 Thread 4: Session + Transaction 57 Thread 2: Session + Transaction 58 Thread 3: Session + Transaction 60 Thread 1: Session + Transaction 60 Thread 0: Session + Transaction 63 Thread 4: Session + Transaction 58 Thread 2: Session + Transaction 59 Thread 3: Session + Transaction 61 Thread 1: Session + Transaction 61 Thread 4: Session + Transaction 59 Thread 0: Session + Transaction 64 Thread 2: Session + Transaction 60 Thread 3: Session + Transaction 62 Thread 4: Session + Transaction 60 Thread 0: Session + Transaction 65 Thread 1: Session + Transaction 62 Thread 2: Session + Transaction 61 Thread 3: Session + Transaction 63 Thread 4: Session + Transaction 61 Thread 0: Session + Transaction 66 Thread 1: Session + Transaction 63 Thread 2: Session + Transaction 62 Thread 4: Session + Transaction 62 Thread 3: Session + Transaction 64 Thread 0: Session + Transaction 67 Thread 1: Session + Transaction 64 Thread 2: Session + Transaction 63 Thread 0: Session + Transaction 68 Thread 3: Session + Transaction 65 Thread 4: Session + Transaction 63 Thread 1: Session + Transaction 65 Thread 2: Session + Transaction 64 Thread 0: Session + Transaction 69 Thread 2: Session + Transaction 65 Thread 4: Session + Transaction 64 Thread 3: Session + Transaction 66 Thread 1: Session + Transaction 66 Thread 0: Session + Transaction 70 Thread 2: Session + Transaction 66 Thread 3: Session + Transaction 67 Thread 4: Session + Transaction 65 Thread 1: Session + Transaction 67 Thread 2: Session + Transaction 67 Thread 3: Session + Transaction 68 Thread 0: Session + Transaction 71 Thread 4: Session + Transaction 66 Thread 1: Session + Transaction 68 Thread 3: Session + Transaction 69 Thread 2: Session + Transaction 68 Thread 4: Session + Transaction 67 Thread 0: Session + Transaction 72 Thread 1: Session + Transaction 69 Thread 3: Session + Transaction 70 Thread 4: Session + Transaction 68 Thread 2: Session + Transaction 69 Thread 0: Session + Transaction 73 Thread 1: Session + Transaction 70 Thread 3: Session + Transaction 71 Thread 4: Session + Transaction 69 Thread 2: Session + Transaction 70 Thread 0: Session + Transaction 74 Thread 1: Session + Transaction 71 Thread 3: Session + Transaction 72 Thread 4: Session + Transaction 70 Thread 0: Session + Transaction 75 Thread 2: Session + Transaction 71 Thread 1: Session + Transaction 72 Thread 3: Session + Transaction 73 Thread 4: Session + Transaction 71 Thread 1: Session + Transaction 73 Thread 0: Session + Transaction 76 Thread 2: Session + Transaction 72 Thread 3: Session + Transaction 74 Thread 4: Session + Transaction 72 Thread 1: Session + Transaction 74 Thread 0: Session + Transaction 77 Thread 2: Session + Transaction 73 Thread 3: Session + Transaction 75 Thread 4: Session + Transaction 73 Thread 1: Session + Transaction 75 Thread 0: Session + Transaction 78 Thread 2: Session + Transaction 74 Thread 3: Session + Transaction 76 Thread 4: Session + Transaction 74 Thread 0: Session + Transaction 79 Thread 2: Session + Transaction 75 Thread 1: Session + Transaction 76 Thread 3: Session + Transaction 77 Thread 4: Session + Transaction 75 Thread 0: Session + Transaction 80 Thread 2: Session + Transaction 76 Thread 1: Session + Transaction 77 Thread 3: Session + Transaction 78 Thread 4: Session + Transaction 76 Thread 2: Session + Transaction 77 Thread 0: Session + Transaction 81 Thread 1: Session + Transaction 78 Thread 3: Session + Transaction 79 Thread 4: Session + Transaction 77 Thread 0: Session + Transaction 82 Thread 2: Session + Transaction 78 Thread 1: Session + Transaction 79 Thread 3: Session + Transaction 80 Thread 4: Session + Transaction 78 Thread 0: Session + Transaction 83 Thread 2: Session + Transaction 79 Thread 1: Session + Transaction 80 Thread 3: Session + Transaction 81 Thread 4: Session + Transaction 79 Thread 0: Session + Transaction 84 Thread 2: Session + Transaction 80 Thread 1: Session + Transaction 81 Thread 3: Session + Transaction 82 Thread 4: Session + Transaction 80 Thread 0: Session + Transaction 85 Thread 2: Session + Transaction 81 Thread 1: Session + Transaction 82 Thread 4: Session + Transaction 81 Thread 3: Session + Transaction 83 Thread 2: Session + Transaction 82 Thread 0: Session + Transaction 86 Thread 1: Session + Transaction 83 Thread 4: Session + Transaction 82 Thread 2: Session + Transaction 83 Thread 3: Session + Transaction 84 Thread 0: Session + Transaction 87 Thread 1: Session + Transaction 84 Thread 4: Session + Transaction 83 Thread 3: Session + Transaction 85 Thread 0: Session + Transaction 88 Thread 2: Session + Transaction 84 Thread 1: Session + Transaction 85 Thread 4: Session + Transaction 84 Thread 2: Session + Transaction 85 Thread 1: Session + Transaction 86 Thread 3: Session + Transaction 86 Thread 0: Session + Transaction 89 Thread 1: Session + Transaction 87 Thread 2: Session + Transaction 86 Thread 4: Session + Transaction 85 Thread 3: Session + Transaction 87 Thread 0: Session + Transaction 90 Thread 1: Session + Transaction 88 Thread 3: Session + Transaction 88 Thread 2: Session + Transaction 87 Thread 4: Session + Transaction 86 Thread 0: Session + Transaction 91 Thread 1: Session + Transaction 89 Thread 3: Session + Transaction 89 Thread 2: Session + Transaction 88 Thread 4: Session + Transaction 87 Thread 0: Session + Transaction 92 Thread 1: Session + Transaction 90 Thread 3: Session + Transaction 90 Thread 4: Session + Transaction 88 Thread 2: Session + Transaction 89 Thread 0: Session + Transaction 93 Thread 1: Session + Transaction 91 Thread 3: Session + Transaction 91 Thread 2: Session + Transaction 90 Thread 4: Session + Transaction 89 Thread 0: Session + Transaction 94 Thread 1: Session + Transaction 92 Thread 3: Session + Transaction 92 Thread 2: Session + Transaction 91 Thread 3: Session + Transaction 93 Thread 0: Session + Transaction 95 Thread 1: Session + Transaction 93 Thread 4: Session + Transaction 90 Thread 2: Session + Transaction 92 Thread 3: Session + Transaction 94 Thread 1: Session + Transaction 94 Thread 0: Session + Transaction 96 Thread 4: Session + Transaction 91 Thread 3: Session + Transaction 95 Thread 2: Session + Transaction 93 Thread 1: Session + Transaction 95 Thread 0: Session + Transaction 97 Thread 4: Session + Transaction 92 Thread 3: Session + Transaction 96 Thread 2: Session + Transaction 94 Thread 0: Session + Transaction 98 Thread 1: Session + Transaction 96 Thread 4: Session + Transaction 93 Thread 3: Session + Transaction 97 Thread 2: Session + Transaction 95 Thread 0: Session + Transaction 99 Thread 4: Session + Transaction 94 Thread 0: Done Thread 1: Session + Transaction 97 Thread 3: Session + Transaction 98 Thread 2: Session + Transaction 96 Thread 4: Session + Transaction 95 Thread 1: Session + Transaction 98 Thread 3: Session + Transaction 99 Thread 2: Session + Transaction 97 Thread 3: Done Thread 4: Session + Transaction 96 Thread 1: Session + Transaction 99 Thread 1: Done Thread 2: Session + Transaction 98 Thread 4: Session + Transaction 97 Thread 2: Session + Transaction 99 Thread 4: Session + Transaction 98 Thread 2: Done Thread 4: Session + Transaction 99 Thread 4: Done ******************************************************* TransactionTest.testCreateManyTransactions [H2-auditing-ranges, JVM, Native] ******************************************************* Opening session Transaction 0 (0) Transaction 1 (1) Transaction 2 (1) Transaction 3 (1) Transaction 4 (1) Transaction 5 (2) Transaction 6 (1) Transaction 7 (1) Transaction 8 (1) Transaction 9 (1) Transaction 10 (1) Transaction 11 (2) Transaction 12 (1) Transaction 13 (2) Transaction 14 (1) Transaction 15 (1) Transaction 16 (1) Transaction 17 (1) Transaction 18 (1) Transaction 19 (1) Transaction 20 (2) Transaction 21 (1) Transaction 22 (1) Transaction 23 (1) Transaction 24 (1) Transaction 25 (1) Transaction 26 (1) Transaction 27 (1) Transaction 28 (1) Transaction 29 (1) Transaction 30 (1) Transaction 31 (1) Transaction 32 (1) Transaction 33 (1) Transaction 34 (2) Transaction 35 (1) Transaction 36 (1) Transaction 37 (1) Transaction 38 (1) Transaction 39 (1) Transaction 40 (1) Transaction 41 (1) Transaction 42 (1) Transaction 43 (1) Transaction 44 (1) Transaction 45 (1) Transaction 46 (1) Transaction 47 (1) Transaction 48 (1) Transaction 49 (2) Transaction 50 (1) Transaction 51 (1) Transaction 52 (1) Transaction 53 (1) Transaction 54 (1) Transaction 55 (1) Transaction 56 (1) Transaction 57 (1) Transaction 58 (1) Transaction 59 (2) Transaction 60 (1) Transaction 61 (1) Transaction 62 (1) Transaction 63 (1) Transaction 64 (2) Transaction 65 (1) Transaction 66 (1) Transaction 67 (1) Transaction 68 (1) Transaction 69 (2) Transaction 70 (1) Transaction 71 (1) Transaction 72 (1) Transaction 73 (1) Transaction 74 (1) Transaction 75 (1) Transaction 76 (1) Transaction 77 (2) Transaction 78 (1) Transaction 79 (1) Transaction 80 (1) Transaction 81 (2) Transaction 82 (1) Transaction 83 (1) Transaction 84 (2) Transaction 85 (1) Transaction 86 (1) Transaction 87 (2) Transaction 88 (1) Transaction 89 (1) Transaction 90 (1) Transaction 91 (1) Transaction 92 (2) Transaction 93 (1) Transaction 94 (1) Transaction 95 (2) Transaction 96 (1) Transaction 97 (1) Transaction 98 (1) Transaction 99 (1) ******************************************************* TransactionTest.testLastUpdateTime [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* TransactionTest.testLongCommit [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* TransactionTest.testManualRollbackOnConflictException [H2-auditing-ranges, JVM, Native] ******************************************************* After transaction1.commit(): Category@OID670:0v2 Before transaction2.commit(): Category@OID670:0v1 Before transaction2.rollback(): Category@OID670:0v1 After transaction2.rollback(): Category@OID670:0v2 Before transaction2.commit(): * Category@OID670:0v2 name = CDOFeatureDelta[name, SET, value=session2, oldValue=session1] After transaction2.commit(): Category@OID670:0v3 ******************************************************* TransactionTest.testPushModeDeltas [H2-auditing-ranges, JVM, Native] ******************************************************* Creating category1 Creating company Adding categories [INFO] Using /tmp/cdo_tx_955_1__2199898335559470226.tmp for push transaction repo1:955:1 Creating category2 Creating category3 [INFO] Using /tmp/cdo_tx_955_1__2199898335559470226.tmp for push transaction repo1:955:2 ******************************************************* TransactionTest.testPushModeNewObjects [H2-auditing-ranges, JVM, Native] ******************************************************* Creating category1 Creating category2 Creating category3 Creating company Adding categories [INFO] Using /tmp/cdo_tx_957_1__5502723946789036147.tmp for push transaction repo1:957:1 [INFO] Using /tmp/cdo_tx_957_1__5502723946789036147.tmp for push transaction repo1:957:2 ******************************************************* TransactionTest.testReattachCommit [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* TransactionTest.testReattachCommitWithSavepoints [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* TransactionTest.testReattachModifyCommit [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* TransactionTest.testReattachModifyCommitWithSavepoints [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* TransactionTest.testRevertTo [H2-auditing-ranges, JVM, Native] ******************************************************* Commit 1714713643069 --> Eclipse 0 Commit 1714713643071 --> Eclipse 1 Commit 1714713643072 --> Eclipse 2 Commit 1714713643073 --> Eclipse 3 Commit 1714713643074 --> Eclipse 4 Commit 1714713643075 --> Eclipse 5 Commit 1714713643076 --> Eclipse 6 Commit 1714713643077 --> Eclipse 7 Commit 1714713643078 --> Eclipse 8 Commit 1714713643079 --> Eclipse 9 Commit 1714713643080 --> Eclipse 10 Revert 1714713643079 --> Eclipse 9 Revert 1714713643078 --> Eclipse 8 Revert 1714713643077 --> Eclipse 7 Revert 1714713643076 --> Eclipse 6 Revert 1714713643075 --> Eclipse 5 Revert 1714713643074 --> Eclipse 4 Revert 1714713643073 --> Eclipse 3 Revert 1714713643072 --> Eclipse 2 Revert 1714713643071 --> Eclipse 1 Revert 1714713643069 --> Eclipse 0 ******************************************************* TransactionTest.testRollbackWithNotification [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* UnsetTest.testIsSetBoolean [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* UnsetTest.testIsSetByte [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* UnsetTest.testIsSetChar [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* UnsetTest.testIsSetDate [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* UnsetTest.testIsSetDouble [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* UnsetTest.testIsSetElement [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* UnsetTest.testIsSetFloat [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* UnsetTest.testIsSetLong [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* UnsetTest.testIsSetMultipleTimes [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* UnsetTest.testIsSetShort [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* UnsetTest.testIsSetString [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* UnsetTest.testIsSetVAT [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* UnsetTest.testReadDefaultValue [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* UnsetTest.testUnsetNonDefaultValue [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* UnsetTest.testUnsettableBaseTypeVsObjectType [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* UnsetTest.testUnsettableObject [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* UnsetTest.testWriteDefaultValue [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* UnsetTest.testWriteNonDefaultValue [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* ViewProviderTest.testConnectionAware [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* ViewProviderTest.testNet4jViewProvider [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* ViewProviderTest.testNormal [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* ViewProviderTest.testPluginViewProvider [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* ViewProviderTest.testSerialize [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* ViewProviderTest.testURIs [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* ViewTest.testCacheReferences [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* ViewTest.testContextify [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* ViewTest.testContextifyDifferentRepository [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo2"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo3, repo1, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* ViewTest.testContextifySameRepository [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* ViewTest.testDeactivateWithSession [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* ViewTest.testExternalResourceSet [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* ViewTest.testGetOrCreateResource [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* ViewTest.testHasResource [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* ViewTest.testIsObjectRegisteredWithNull [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* ViewTest.testNonUniqueResourceContents [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* ViewTest.testUniqueResourceContents [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* ViewTest.testViewNotifiesDeactivation [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* XATransactionTest.testCommitFromTransactionDisabled [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* XATransactionTest.testRollback [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* XATransactionTest.testRollback_AfterSetpoint [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* XATransactionTest.test_ExceptionInReadingStream [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* XRefTest.testCrossReferenceMultivalueEReferenceQuery [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* XRefTest.testLocallyDetachedTarget [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* XRefTest.testSpecificReferences0 [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* XRefTest.testSpecificReferences1 [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* XRefTest.testSpecificReferences2 [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* XRefTest.testXRefsToMany [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* XRefTest.testXRefsToOne [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_241464_Test.testBugzilla_241464 [H2-auditing-ranges, JVM, Native] ******************************************************* [ERROR] Not active: SignalProtocol[cdo] org.eclipse.net4j.util.lifecycle.LifecycleException: Not active: SignalProtocol[cdo] ******************************************************* Bugzilla_243310_Test.testBugzilla_243310 [H2-auditing-ranges, JVM, Native] ******************************************************* at org.eclipse.net4j.util.lifecycle.LifecycleUtil.checkActive(LifecycleUtil.java:102) at org.eclipse.net4j.signal.Signal.getProtocol(Signal.java:104) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerIndication.getProtocol(CDOServerIndication.java:54) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerIndication.getProtocol(CDOServerIndication.java:1) at org.eclipse.net4j.signal.IndicationWithResponse.sendExceptionSignal(IndicationWithResponse.java:105) at org.eclipse.net4j.signal.IndicationWithResponse.execute(IndicationWithResponse.java:78) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerReadIndication.execute(CDOServerReadIndication.java:36) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) ******************************************************* Bugzilla_246442_Test.testBugzilla_246442 [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_246622_Test.testContainerAndMany [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_246622_Test.testSet [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_247141_Test.testBehaviorOnUncommittedObjects [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_247141_Test.testContentAdapterBehavior [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_248124_Test.testBugzilla_248124_getResourceWithCommit [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_248124_Test.testBugzilla_248124_getResourceWithoutCommit [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_248124_Test.testBugzilla_248124_hasResourceWithCommit [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_248124_Test.testBugzilla_248124_hasResourceWithoutCommit [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_248915_Test.testBugzilla_248915_DuplicateID [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_248915_Test.testBugzilla_248915_IncompleteResource [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_250036_Test.testBugzilla_250036_Invalidation [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_250757_Test.testAddAndModifyAndRemoveFromPersistedList [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_250757_Test.testAddAndMoveAndRemoveFromPersistedList [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_250757_Test.testAddAndMoveAndRemoveFromPersistedListWithManySavePoint [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_250757_Test.testAddAndMoveAndRemoveFromPersistedListWithSavePoint [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_250757_Test.testAddAndRemoveFromPersistedList [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_250910_Test.testBugzilla_250910 [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_251087_Test.testSubscription [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_251263_Test.testEOpposite_AdjustMany [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_251263_Test.testEOpposite_AdjustMany_Persisted [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_251263_Test.testEOpposite_AdjustSingleRef [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_251263_Test.testEOpposite_AdjustSingleRef_NoCommit [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_251544_Test.testFromPersistedToTransient [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_251544_Test.testFromTransientToPersisted [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_251752_Test.testBug_251752 [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_251752_Test.testBug_251752_XA [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_252214_Test.testBugzilla_252214 [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_252909_Test.testBugzilla_252909 [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_254489_Test.testBugzilla_254489 [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_255662_Test.testBugzilla_255662 [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_256141_Test.testBugzilla_256141 [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_258278_Test.testBugzilla_258278 [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_258850_Test.testBugzilla_258278 [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_258933_Test.testBugzilla_258278_List [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_258933_Test.testBugzilla_258933 [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_258933_Test.testBugzilla_258933_SetToDefaultValue [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_258933_Test.testBugzilla_258933_String [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_258933_Test.testBugzilla_258933_String_SetToDefaultValue [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_258933_Test.testBugzilla_258933_String_SetToDefaultValue_unsettable [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_258933_Test.testBugzilla_258933_String_SetToNull [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_258933_Test.testBugzilla_258933_String_SetToNull_unsettable [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_258933_Test.testBugzilla_258933_String_unsettable [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_259695_Test.testBugzilla_259695_ClassCast [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_259949_Test.testBugzilla_259949 [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_260764_Test.testBugzilla_260764 [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_261218_Test.testBugzilla_261218_Containment [H2-auditing-ranges, JVM, Native] ******************************************************* Adding... Committing... Removing... Committing... ******************************************************* Bugzilla_265114_Test.testResourceSet [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_266857_Test.testBugzilla_266857 [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_266982_Test.testBugzilla_266982 [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_267050_Test.testBugzilla_267050 [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Bugzilla_270429_Test.testTwoWayReferenceDeletion [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_272861_Test.test_Bugzilla_271861_Case1 [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_273233_Test.test_Bugzilla_273233_Simple [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_273233_Test.test_Bugzilla_273233_TwoSessions [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_273233_Test.test_Bugzilla_273233_TwoSessionsWithClearCache [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_273565_Test.testBugzilla_273565_NoThreads [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_273758_Test.test_export_resource_contents [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_276696_Test.testModifiedUnset [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_278900_Test.testBugzilla_278900 [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_279565_Test.testBugzilla_279565 [H2-auditing-ranges, JVM, Native] ******************************************************* [DEBUG] Problem while deactivating Transaction 1 [closed] java.lang.IllegalStateException: Simulated exception at org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_279565_Test$1.notifyChanged(Bugzilla_279565_Test.java:44) at org.eclipse.emf.common.notify.impl.BasicNotifierImpl.eNotify(BasicNotifierImpl.java:424) at org.eclipse.emf.common.notify.impl.NotifyingListImpl.dispatchNotification(NotifyingListImpl.java:261) at org.eclipse.emf.common.notify.impl.NotifyingListImpl.removeAll(NotifyingListImpl.java:954) at org.eclipse.emf.internal.cdo.view.CDOViewSetImpl.remove(CDOViewSetImpl.java:234) at org.eclipse.emf.internal.cdo.view.CDOViewImpl.doBeforeDeactivate(CDOViewImpl.java:1661) at org.eclipse.net4j.util.lifecycle.Lifecycle.internalDeactivate(Lifecycle.java:142) at org.eclipse.net4j.util.lifecycle.Lifecycle.deactivate(Lifecycle.java:208) at org.eclipse.net4j.util.lifecycle.LifecycleUtil.deactivate(LifecycleUtil.java:254) at org.eclipse.net4j.util.lifecycle.LifecycleUtil.deactivate(LifecycleUtil.java:244) at org.eclipse.net4j.util.lifecycle.LifecycleUtil.deactivate(LifecycleUtil.java:271) at org.eclipse.emf.internal.cdo.view.AbstractCDOView.close(AbstractCDOView.java:3006) at org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_279565_Test.testBugzilla_279565(Bugzilla_279565_Test.java:57) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at junit.framework.TestCase.runTest(TestCase.java:177) at org.eclipse.net4j.util.tests.AbstractOMTest.access$0(AbstractOMTest.java:1) at org.eclipse.net4j.util.tests.AbstractOMTest$3.execute(AbstractOMTest.java:315) at org.eclipse.net4j.internal.util.test.TestExecuter.execute(TestExecuter.java:40) at org.eclipse.net4j.util.tests.AbstractOMTest.runBare(AbstractOMTest.java:301) at org.eclipse.emf.cdo.tests.config.impl.ConfigTest.runBare(ConfigTest.java:648) at junit.framework.TestResult$1.protect(TestResult.java:122) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.framework.TestResult.run(TestResult.java:125) at junit.framework.TestCase.run(TestCase.java:130) at org.eclipse.net4j.util.tests.AbstractOMTest.run(AbstractOMTest.java:375) at junit.framework.TestSuite.runTest(TestSuite.java:241) at org.eclipse.emf.cdo.tests.config.impl.ConfigTestSuite$TestClassWrapper.runTest(ConfigTestSuite.java:231) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at org.eclipse.emf.cdo.tests.config.impl.ConfigTestSuite$MainSuite.run(ConfigTestSuite.java:166) at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:364) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:237) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:158) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.apache.maven.surefire.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:167) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:142) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:28) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:679) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:616) at org.eclipse.equinox.launcher.Main.run(Main.java:1492) at org.eclipse.equinox.launcher.Main.main(Main.java:1465) ******************************************************* Bugzilla_279565_Test.testBugzilla_279565_AddedFromRemote [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_279565_Test.testBugzilla_279565_OwnResourceSet [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_279565_Test.testBugzilla_279565_TXListener [H2-auditing-ranges, JVM, Native] ******************************************************* [WARN] org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_279565_Test$3@7e73cf33 failed to process CDOTransactionStartedEvent[source=Transaction 1]: java.lang.IllegalStateException: Simulated exception java.lang.IllegalStateException: Simulated exception at org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_279565_Test$3.notifyEvent(Bugzilla_279565_Test.java:92) at org.eclipse.net4j.util.event.Notifier.fireEventSafe(Notifier.java:240) at org.eclipse.net4j.util.event.Notifier.fireEvent(Notifier.java:167) at org.eclipse.emf.internal.cdo.transaction.CDOTransactionImpl.setDirty(CDOTransactionImpl.java:481) at org.eclipse.emf.internal.cdo.transaction.CDOTransactionImpl.registerNew(CDOTransactionImpl.java:2805) at org.eclipse.emf.internal.cdo.transaction.CDOTransactionImpl.registerDirty(CDOTransactionImpl.java:2790) at org.eclipse.emf.internal.cdo.view.CDOStateMachine$WriteTransition.execute(CDOStateMachine.java:1280) at org.eclipse.emf.internal.cdo.view.CDOStateMachine$AbstractWriteTransition.execute(CDOStateMachine.java:1208) at org.eclipse.emf.internal.cdo.view.CDOStateMachine$WriteTransition.execute(CDOStateMachine.java:1254) at org.eclipse.emf.internal.cdo.view.CDOStateMachine$AbstractWriteTransition.execute(CDOStateMachine.java:1) at org.eclipse.net4j.util.fsm.FiniteStateMachine.process(FiniteStateMachine.java:169) at org.eclipse.emf.internal.cdo.view.CDOStateMachine.writeUnsynced(CDOStateMachine.java:440) at org.eclipse.emf.internal.cdo.view.CDOStateMachine.write(CDOStateMachine.java:418) at org.eclipse.emf.internal.cdo.view.CDOStoreImpl.writeRevision(CDOStoreImpl.java:1021) at org.eclipse.emf.internal.cdo.view.CDOStoreImpl.add(CDOStoreImpl.java:676) at org.eclipse.emf.ecore.impl.EStoreEObjectImpl$BasicEStoreEList.delegateAdd(EStoreEObjectImpl.java:188) at org.eclipse.emf.ecore.impl.EStoreEObjectImpl$BasicEStoreEList.delegateAdd(EStoreEObjectImpl.java:194) at org.eclipse.emf.common.util.DelegatingEList.addUnique(DelegatingEList.java:308) at org.eclipse.emf.common.notify.impl.DelegatingNotifyingListImpl.doAddUnique(DelegatingNotifyingListImpl.java:317) at org.eclipse.emf.common.notify.impl.DelegatingNotifyingListImpl.addUnique(DelegatingNotifyingListImpl.java:301) at org.eclipse.emf.common.util.AbstractEList.add(AbstractEList.java:304) at org.eclipse.emf.internal.cdo.transaction.CDOTransactionImpl.attachNewResourceNode(CDOTransactionImpl.java:1497) at org.eclipse.emf.internal.cdo.transaction.CDOTransactionImpl.getOrCreateResourceFolder(CDOTransactionImpl.java:1463) at org.eclipse.emf.internal.cdo.transaction.CDOTransactionImpl.attachNewResource(CDOTransactionImpl.java:1401) at org.eclipse.emf.internal.cdo.transaction.CDOTransactionImpl.attachResource(CDOTransactionImpl.java:1385) at org.eclipse.emf.cdo.eresource.impl.CDOResourceImpl.basicSetResourceSet(CDOResourceImpl.java:1718) at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl$ResourcesEList.inverseAdd(ResourceSetImpl.java:586) at org.eclipse.emf.common.notify.impl.NotifyingListImpl.addUnique(NotifyingListImpl.java:286) at org.eclipse.emf.common.util.AbstractEList.add(AbstractEList.java:304) at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.createResource(ResourceSetImpl.java:435) at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.createResource(ResourceSetImpl.java:423) at org.eclipse.emf.internal.cdo.transaction.CDOTransactionImpl.createResource(CDOTransactionImpl.java:1206) at org.eclipse.emf.internal.cdo.transaction.CDOTransactionImpl.getOrCreateResource(CDOTransactionImpl.java:1238) at org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_279565_Test.testBugzilla_279565_TXListener(Bugzilla_279565_Test.java:96) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at junit.framework.TestCase.runTest(TestCase.java:177) at org.eclipse.net4j.util.tests.AbstractOMTest.access$0(AbstractOMTest.java:1) at org.eclipse.net4j.util.tests.AbstractOMTest$3.execute(AbstractOMTest.java:315) at org.eclipse.net4j.internal.util.test.TestExecuter.execute(TestExecuter.java:40) at org.eclipse.net4j.util.tests.AbstractOMTest.runBare(AbstractOMTest.java:301) at org.eclipse.emf.cdo.tests.config.impl.ConfigTest.runBare(ConfigTest.java:648) at junit.framework.TestResult$1.protect(TestResult.java:122) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.framework.TestResult.run(TestResult.java:125) at junit.framework.TestCase.run(TestCase.java:130) at org.eclipse.net4j.util.tests.AbstractOMTest.run(AbstractOMTest.java:375) at junit.framework.TestSuite.runTest(TestSuite.java:241) at org.eclipse.emf.cdo.tests.config.impl.ConfigTestSuite$TestClassWrapper.runTest(ConfigTestSuite.java:231) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at org.eclipse.emf.cdo.tests.config.impl.ConfigTestSuite$MainSuite.run(ConfigTestSuite.java:166) at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:364) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:237) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:158) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.apache.maven.surefire.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:167) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:142) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:28) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:679) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:616) at org.eclipse.equinox.launcher.Main.run(Main.java:1492) at org.eclipse.equinox.launcher.Main.main(Main.java:1465) [WARN] org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_279565_Test$3@7e73cf33 failed to process LifecycleEvent[source=Transaction 1, kind=ABOUT_TO_DEACTIVATE]: java.lang.IllegalStateException: Simulated exception java.lang.IllegalStateException: Simulated exception at org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_279565_Test$3.notifyEvent(Bugzilla_279565_Test.java:92) at org.eclipse.net4j.util.event.Notifier.fireEventSafe(Notifier.java:240) at org.eclipse.net4j.util.event.Notifier.fireEvent(Notifier.java:167) at org.eclipse.net4j.util.lifecycle.Lifecycle.internalDeactivate(Lifecycle.java:147) at org.eclipse.net4j.util.lifecycle.Lifecycle.deactivate(Lifecycle.java:208) at org.eclipse.net4j.util.lifecycle.LifecycleUtil.deactivate(LifecycleUtil.java:254) at org.eclipse.net4j.util.lifecycle.LifecycleUtil.deactivate(LifecycleUtil.java:244) at org.eclipse.net4j.util.lifecycle.LifecycleUtil.deactivate(LifecycleUtil.java:271) at org.eclipse.emf.internal.cdo.view.AbstractCDOView.close(AbstractCDOView.java:3006) at org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_279565_Test.testBugzilla_279565_TXListener(Bugzilla_279565_Test.java:97) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at junit.framework.TestCase.runTest(TestCase.java:177) at org.eclipse.net4j.util.tests.AbstractOMTest.access$0(AbstractOMTest.java:1) at org.eclipse.net4j.util.tests.AbstractOMTest$3.execute(AbstractOMTest.java:315) at org.eclipse.net4j.internal.util.test.TestExecuter.execute(TestExecuter.java:40) at org.eclipse.net4j.util.tests.AbstractOMTest.runBare(AbstractOMTest.java:301) at org.eclipse.emf.cdo.tests.config.impl.ConfigTest.runBare(ConfigTest.java:648) at junit.framework.TestResult$1.protect(TestResult.java:122) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.framework.TestResult.run(TestResult.java:125) at junit.framework.TestCase.run(TestCase.java:130) at org.eclipse.net4j.util.tests.AbstractOMTest.run(AbstractOMTest.java:375) at junit.framework.TestSuite.runTest(TestSuite.java:241) at org.eclipse.emf.cdo.tests.config.impl.ConfigTestSuite$TestClassWrapper.runTest(ConfigTestSuite.java:231) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at org.eclipse.emf.cdo.tests.config.impl.ConfigTestSuite$MainSuite.run(ConfigTestSuite.java:166) at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:364) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:237) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:158) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.apache.maven.surefire.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:167) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:142) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:28) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:679) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:616) at org.eclipse.equinox.launcher.Main.run(Main.java:1492) at org.eclipse.equinox.launcher.Main.main(Main.java:1465) [WARN] org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_279565_Test$3@7e73cf33 failed to process LifecycleEvent[source=Transaction 1 [closed], kind=DEACTIVATED]: java.lang.IllegalStateException: Simulated exception java.lang.IllegalStateException: Simulated exception at org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_279565_Test$3.notifyEvent(Bugzilla_279565_Test.java:92) at org.eclipse.net4j.util.event.Notifier.fireEventSafe(Notifier.java:240) at org.eclipse.net4j.util.event.Notifier.fireEvent(Notifier.java:167) at org.eclipse.net4j.util.lifecycle.Lifecycle.internalDeactivate(Lifecycle.java:165) at org.eclipse.net4j.util.lifecycle.Lifecycle.deactivate(Lifecycle.java:208) at org.eclipse.net4j.util.lifecycle.LifecycleUtil.deactivate(LifecycleUtil.java:254) at org.eclipse.net4j.util.lifecycle.LifecycleUtil.deactivate(LifecycleUtil.java:244) at org.eclipse.net4j.util.lifecycle.LifecycleUtil.deactivate(LifecycleUtil.java:271) at org.eclipse.emf.internal.cdo.view.AbstractCDOView.close(AbstractCDOView.java:3006) at org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_279565_Test.testBugzilla_279565_TXListener(Bugzilla_279565_Test.java:97) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at junit.framework.TestCase.runTest(TestCase.java:177) at org.eclipse.net4j.util.tests.AbstractOMTest.access$0(AbstractOMTest.java:1) at org.eclipse.net4j.util.tests.AbstractOMTest$3.execute(AbstractOMTest.java:315) at org.eclipse.net4j.internal.util.test.TestExecuter.execute(TestExecuter.java:40) at org.eclipse.net4j.util.tests.AbstractOMTest.runBare(AbstractOMTest.java:301) at org.eclipse.emf.cdo.tests.config.impl.ConfigTest.runBare(ConfigTest.java:648) at junit.framework.TestResult$1.protect(TestResult.java:122) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.framework.TestResult.run(TestResult.java:125) at junit.framework.TestCase.run(TestCase.java:130) at org.eclipse.net4j.util.tests.AbstractOMTest.run(AbstractOMTest.java:375) at junit.framework.TestSuite.runTest(TestSuite.java:241) at org.eclipse.emf.cdo.tests.config.impl.ConfigTestSuite$TestClassWrapper.runTest(ConfigTestSuite.java:231) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at org.eclipse.emf.cdo.tests.config.impl.ConfigTestSuite$MainSuite.run(ConfigTestSuite.java:166) at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:364) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:237) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:158) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.apache.maven.surefire.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:167) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:142) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:28) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:679) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:616) at org.eclipse.equinox.launcher.Main.run(Main.java:1492) at org.eclipse.equinox.launcher.Main.main(Main.java:1465) ******************************************************* Bugzilla_279982_Test.testBugzilla_279982_Multi [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_279982_Test.testBugzilla_279982_Multi_RevisionPrefetchingPolicy [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_279982_Test.testBugzilla_279982_Single [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_280102_Test.testRootResourceInReadOnlyView [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_280102_Test.testRootResourceInTransaction [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_283131_Test.testRollbackManyConflictNotification [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_283131_Test.testRollbackManyNotification [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_283131_Test.testRollbackSingleAddNotification [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_283131_Test.testRollbackSingleConflictNotification [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_283131_Test.testRollbackSingleNotification [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_283131_Test.testRollbackSingleRemoveNotification [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_283985_1_Test.testAddRemoveSequence [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_283985_1_Test.testBugzilla283985_DragAndDropMultiple [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_283985_1_Test.testBugzilla283985_DragAndDropMultipleMultiparent [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_283985_1_Test.testBugzilla283985_DragAndDropSingle [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_283985_1_Test.testBugzilla283985_PlainMultiple [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_283985_1_Test.testBugzilla283985_PlainSingle [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_283985_1_Test.testBugzilla283985_RemoveAndAddMultiple [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_283985_1_Test.testBugzilla283985_RemoveAndAddSingle [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_283985_1_Test.testCanDaDmoreThanOnce [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_283985_1_Test.testCanReattachDirtyObject [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_283985_1_Test.testEReferencesCorrupted [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_283985_2_Test.testMoveOnce [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_283985_2_Test.testMoveOnceAndBack [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_283985_3_Test.test1 [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_283985_3_Test.test2 [H2-auditing-ranges, JVM, Native] ******************************************************* TRANSIENT ******************************************************* Bugzilla_283985_3_Test.test3 [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_283985_3_Test.test4 [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_285008_Test.testCDO_crossReferences [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_285008_Test.testCDO_isSet [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_293283_Test.test1 [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_293283_Test.test2 [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_293283_Test.test3 [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_293283_Test.test4 [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_293283_Test.test5 [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_293283_Test.test6 [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_294859_Test.test [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_296561_Test.testBugzilla_296561 [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_296561_Test.testBugzilla_296561__checkTransactionObjects [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_297491_Test.testCreateAndChangeTags [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' RESTARTING... ContainerEvent[source=CDOTagListImpl, ADDED=BranchTag[tag3, Branch[id=0, name=MAIN], 2024-05-03 05:20:53.152]] ContainerEvent[source=CDOTagListImpl, ADDED=BranchTag[tag3, Branch[id=0, name=MAIN], 2024-05-03 05:20:53.152]] TagRenamedEventImpl[source=CDOTagListImpl, tag=BranchTag[renamed, Branch[id=0, name=MAIN], 2024-05-03 05:20:53.152], oldName=tag3, newName=renamed] TagRenamedEventImpl[source=CDOTagListImpl, tag=BranchTag[renamed, Branch[id=0, name=MAIN], 2024-05-03 05:20:53.152], oldName=tag3, newName=renamed] ContainerEvent[source=CDOTagListImpl, REMOVED=BranchTag[renamed, null, *]] ContainerEvent[source=CDOTagListImpl, REMOVED=BranchTag[renamed, null, *]] ******************************************************* Bugzilla_297491_Test.testLoadTags [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' Branch manager 2 started with modCount=1 Scheduling tag change 2: null --> tag2, BranchPoint[MAIN, 2024-05-03 05:20:53.186] Executing tag change: null --> tag2, BranchPoint[MAIN, 2024-05-03 05:20:53.186] ******************************************************* Bugzilla_298561_Test.testDirty [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_298561_Test.testDirtyMulti [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_298561_Test.testNew [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_298561_Test.testNewMulti [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_299190_Test.testGenRefSingleContainedUnidirectionalCDO [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_299190_Test.testGenRefSingleContainedUnidirectionalResourceFirstCDO [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_302233_Test.testRemove [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_302233_Test.testUnset [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_302233_Test.testUnset2 [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_302414_Test.test1 [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_302414_Test.test2 [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_303466_Test.test_badUris [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_303466_Test.test_missingDependency [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [WARN] Package == null for null ******************************************************* Bugzilla_305527_Test.testAvoidReferencingDifferentViews [H2-auditing-ranges, JVM, Native] ******************************************************* java.lang.IllegalArgumentException: Object MangoValue@OID4 is managed by a view with different target: View 2 [2024-05-03 05:20:53.374] at org.eclipse.emf.internal.cdo.view.AbstractCDOView.getID(AbstractCDOView.java:2363) at org.eclipse.emf.internal.cdo.transaction.CDOTransactionImpl.getID(CDOTransactionImpl.java:3806) at org.eclipse.emf.internal.cdo.view.AbstractCDOView.convertObjectToID(AbstractCDOView.java:2302) at org.eclipse.emf.internal.cdo.view.CDOStoreImpl.convertToCDOUnsynced(CDOStoreImpl.java:890) at org.eclipse.emf.internal.cdo.view.CDOStoreImpl.convertToCDO(CDOStoreImpl.java:864) at org.eclipse.emf.internal.cdo.CDOObjectImpl.instanceToRevisionFeature(CDOObjectImpl.java:1818) at org.eclipse.emf.internal.cdo.CDOObjectImpl.cdoInternalPostAttach(CDOObjectImpl.java:534) at org.eclipse.emf.internal.cdo.view.CDOStateMachine$AttachTransition.execute(CDOStateMachine.java:949) at org.eclipse.emf.internal.cdo.view.CDOStateMachine$AttachTransition.execute(CDOStateMachine.java:1) at org.eclipse.net4j.util.fsm.FiniteStateMachine.process(FiniteStateMachine.java:169) at org.eclipse.emf.internal.cdo.view.CDOStateMachine.attachObject(CDOStateMachine.java:275) at org.eclipse.emf.internal.cdo.view.CDOStateMachine.attachOrReattach(CDOStateMachine.java:248) at org.eclipse.emf.internal.cdo.view.CDOStateMachine.attach(CDOStateMachine.java:224) at org.eclipse.emf.cdo.eresource.impl.CDOResourceImpl.attached(CDOResourceImpl.java:1657) at org.eclipse.emf.cdo.eresource.impl.CDOResourceImpl.access$0(CDOResourceImpl.java:1655) at org.eclipse.emf.cdo.eresource.impl.CDOResourceImpl$ContentsCDOList.inverseAdd(CDOResourceImpl.java:2076) at org.eclipse.emf.common.notify.impl.DelegatingNotifyingListImpl.addUnique(DelegatingNotifyingListImpl.java:304) at org.eclipse.emf.common.util.AbstractEList.add(AbstractEList.java:304) at org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_305527_Test.testAvoidReferencingDifferentViews(Bugzilla_305527_Test.java:62) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at junit.framework.TestCase.runTest(TestCase.java:177) at org.eclipse.net4j.util.tests.AbstractOMTest.access$0(AbstractOMTest.java:1) at org.eclipse.net4j.util.tests.AbstractOMTest$3.execute(AbstractOMTest.java:315) at org.eclipse.net4j.internal.util.test.TestExecuter.execute(TestExecuter.java:40) at org.eclipse.net4j.util.tests.AbstractOMTest.runBare(AbstractOMTest.java:301) at org.eclipse.emf.cdo.tests.config.impl.ConfigTest.runBare(ConfigTest.java:648) at junit.framework.TestResult$1.protect(TestResult.java:122) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.framework.TestResult.run(TestResult.java:125) at junit.framework.TestCase.run(TestCase.java:130) at org.eclipse.net4j.util.tests.AbstractOMTest.run(AbstractOMTest.java:375) at junit.framework.TestSuite.runTest(TestSuite.java:241) at org.eclipse.emf.cdo.tests.config.impl.ConfigTestSuite$TestClassWrapper.runTest(ConfigTestSuite.java:231) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at org.eclipse.emf.cdo.tests.config.impl.ConfigTestSuite$MainSuite.run(ConfigTestSuite.java:166) at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:364) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:237) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:158) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.apache.maven.surefire.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:167) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:142) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:28) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:679) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:616) at org.eclipse.equinox.launcher.Main.run(Main.java:1492) at org.eclipse.equinox.launcher.Main.main(Main.java:1465) ******************************************************* Bugzilla_306710_Test.testBugzilla_306710_addRemove [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_306710_Test.testBugzilla_306710_remove [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_306998_Test.testInalidEENumLiteral [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_306998_Test.testValidEENumLiteral [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_308895_Test.testCustomDefaultDefault [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_308895_Test.testCustomDefaultInvalidLiteral [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_308895_Test.testCustomDefaultLiteral [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_308895_Test.testCustomRegular [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_310574_Test.testAddAndModifyAndRemoveFromPersistedList [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_310574_Test.testAddAndRemoveWithNull [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_310574_Test.testAddMoveMoveRemove [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_310574_Test.testAddRemoveWithAdditionalAdds [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_310574_Test.testAddRemoveWithAdditionalMoves [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_310574_Test.testListChanges01 [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_310574_Test.testListChanges02 [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_310574_Test.testListChanges03 [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_310574_Test.testListChanges04 [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_310574_Test.testListChanges05 [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_310574_Test.testListChanges06 [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_310574_Test.testListChanges07 [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_310574_Test.testMultipleMove [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_310574_Test.testOptimizeAddAndRemove [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_310574_Test.testOptimizeAddRemove [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_310574_Test.testOptimizeInterleavedAddMoveAndRemove [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_310574_Test.testOptimizeInterleavedAddRemove [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_310574_Test.testOptimizeMove [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_310574_Test.testRemoveAdd [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_310574_Test.testRemoveFromContainerThenFromReferenceList [H2-auditing-ranges, JVM, Native] ******************************************************* b: 0 b: 1 b: 2 b: 4 b: 6 ******************************************************* Bugzilla_313913_Test.testAccessOldValue [H2-auditing-ranges, JVM, Native] ******************************************************* [Task@OID164] [Task@OID164] [Task@OID164] ******************************************************* Bugzilla_314186_Test.testEMFCompliance [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_315026_Test.test [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_315043_Test.testReloadingRevisions [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_316145_Test.testRevisionInListNull [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_316273_Test.testXRef_Many [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_316273_Test.testXRef_Single [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_316434_Test.testInitial [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Bugzilla_316444_Test.testLockParentWithEAttributeChange [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_318518_Test.testCorrectNumberOfFeatureDeltas [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Bugzilla_318844_Test.test [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_318876_Test.test [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_318919_Test.testPrefetchObject [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_318919_Test.testPrefetchResource_CLEAN [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_318919_Test.testPrefetchResource_PROXY [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_318998_Test.testQueryXRefMany [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Bugzilla_318998_Test.testQueryXRefSingle [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_319836_Test.testNodeMovesInTreeCreatesCycle [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Bugzilla_319836_Test.testNodeMovesInTreeDuplicatesNode [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_319836_Test.testNodeMovesInTreeEatsNode [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_320690_Test.testDeleteTarget [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Bugzilla_320690_Test.testDeleteTargetAndReferenceAtOnce [H2-auditing-ranges, JVM, Native] ******************************************************* DBStore ======= MAIN[0] 2024-05-03 05:20:55.861/* CDOResource@OID1:0v1("/") 2024-05-03 05:20:55.861/2024-05-03 05:20:55.877 CDOResource@OID1:0v2("/") 2024-05-03 05:20:55.878/2024-05-03 05:20:55.894 CDOResource@OID1:0v3("/") 2024-05-03 05:20:55.895/* CDOResourceFolder@OID2:0v1("Bugzilla_320690_Test_testDeleteTarget")2024-05-03 05:20:55.878/* CDOResource@OID3:0v1("test") 2024-05-03 05:20:55.878/* NodeA@OID4:0v1 2024-05-03 05:20:55.878/* NodeA@OID5:0v1 2024-05-03 05:20:55.878/* NodeA@OID6:0v1 2024-05-03 05:20:55.878/* CDOResourceFolder@OID7:0v1("Bugzilla_320690_Test_testDeleteTargetAndReferenceAtOnce")2024-05-03 05:20:55.895/* CDOResource@OID8:0v1("test") 2024-05-03 05:20:55.895/* NodeA@OID9:0v1 2024-05-03 05:20:55.895/* NodeA@OID10:0v1 2024-05-03 05:20:55.895/* NodeA@OID11:0v1 2024-05-03 05:20:55.895/* ******************************************************* Bugzilla_320690_Test.testDeleteTargetRemoveAndAddReference [H2-auditing-ranges, JVM, Native] ******************************************************* DBStore ======= MAIN[0] 2024-05-03 05:20:55.861/* CDOResource@OID1:0v1("/") 2024-05-03 05:20:55.861/2024-05-03 05:20:55.877 CDOResource@OID1:0v2("/") 2024-05-03 05:20:55.878/2024-05-03 05:20:55.894 CDOResource@OID1:0v3("/") 2024-05-03 05:20:55.895/2024-05-03 05:20:55.904 CDOResource@OID1:0v4("/") 2024-05-03 05:20:55.905/* CDOResourceFolder@OID2:0v1("Bugzilla_320690_Test_testDeleteTarget")2024-05-03 05:20:55.878/* CDOResource@OID3:0v1("test") 2024-05-03 05:20:55.878/* NodeA@OID4:0v1 2024-05-03 05:20:55.878/* NodeA@OID5:0v1 2024-05-03 05:20:55.878/* NodeA@OID6:0v1 2024-05-03 05:20:55.878/* CDOResourceFolder@OID7:0v1("Bugzilla_320690_Test_testDeleteTargetAndReferenceAtOnce")2024-05-03 05:20:55.895/* CDOResource@OID8:0v1("test") 2024-05-03 05:20:55.895/* NodeA@OID9:0v1 2024-05-03 05:20:55.895/2024-05-03 05:20:55.897 NodeA@OID9:0v2 2024-05-03 05:20:55.898/* NodeA@OID10:0v1 2024-05-03 05:20:55.895/2024-05-03 05:20:55.897 NodeA@OID11:0v1 2024-05-03 05:20:55.895/2024-05-03 05:20:55.897 NodeA@OID11:0v2 2024-05-03 05:20:55.898/* CDOResourceFolder@OID12:0v1("Bugzilla_320690_Test_testDeleteTargetRemoveAndAddReference")2024-05-03 05:20:55.905/* CDOResource@OID13:0v1("test") 2024-05-03 05:20:55.905/* NodeA@OID14:0v1 2024-05-03 05:20:55.905/* NodeA@OID15:0v1 2024-05-03 05:20:55.905/* NodeA@OID16:0v1 2024-05-03 05:20:55.905/* ******************************************************* Bugzilla_320690_Test.testLockRefTargets [H2-auditing-ranges, JVM, Native] ******************************************************* DBStore ======= MAIN[0] 2024-05-03 05:20:55.861/* CDOResource@OID1:0v1("/") 2024-05-03 05:20:55.861/2024-05-03 05:20:55.877 CDOResource@OID1:0v2("/") 2024-05-03 05:20:55.878/2024-05-03 05:20:55.894 CDOResource@OID1:0v3("/") 2024-05-03 05:20:55.895/2024-05-03 05:20:55.904 CDOResource@OID1:0v4("/") 2024-05-03 05:20:55.905/2024-05-03 05:20:55.927 CDOResource@OID1:0v5("/") 2024-05-03 05:20:55.928/* CDOResourceFolder@OID2:0v1("Bugzilla_320690_Test_testDeleteTarget")2024-05-03 05:20:55.878/* CDOResource@OID3:0v1("test") 2024-05-03 05:20:55.878/* NodeA@OID4:0v1 2024-05-03 05:20:55.878/* NodeA@OID5:0v1 2024-05-03 05:20:55.878/* NodeA@OID6:0v1 2024-05-03 05:20:55.878/* CDOResourceFolder@OID7:0v1("Bugzilla_320690_Test_testDeleteTargetAndReferenceAtOnce")2024-05-03 05:20:55.895/* CDOResource@OID8:0v1("test") 2024-05-03 05:20:55.895/* NodeA@OID9:0v1 2024-05-03 05:20:55.895/2024-05-03 05:20:55.897 NodeA@OID9:0v2 2024-05-03 05:20:55.898/* NodeA@OID10:0v1 2024-05-03 05:20:55.895/2024-05-03 05:20:55.897 NodeA@OID11:0v1 2024-05-03 05:20:55.895/2024-05-03 05:20:55.897 NodeA@OID11:0v2 2024-05-03 05:20:55.898/* CDOResourceFolder@OID12:0v1("Bugzilla_320690_Test_testDeleteTargetRemoveAndAddReference")2024-05-03 05:20:55.905/* CDOResource@OID13:0v1("test") 2024-05-03 05:20:55.905/* NodeA@OID14:0v1 2024-05-03 05:20:55.905/* NodeA@OID15:0v1 2024-05-03 05:20:55.905/* NodeA@OID16:0v1 2024-05-03 05:20:55.905/* CDOResourceFolder@OID17:0v1("Bugzilla_320690_Test_testLockRefTargets")2024-05-03 05:20:55.928/* CDOResource@OID18:0v1("test") 2024-05-03 05:20:55.928/* RefSingleContainedNPL@OID19:0v1 2024-05-03 05:20:55.928/* ContainedElementNoOpposite@OID20:0v1 2024-05-03 05:20:55.928/* RefSingleNonContainedNPL@OID21:0v1 2024-05-03 05:20:55.928/* DBStore ======= MAIN[0] 2024-05-03 05:20:55.861/* CDOResource@OID1:0v1("/") 2024-05-03 05:20:55.861/2024-05-03 05:20:55.877 CDOResource@OID1:0v2("/") 2024-05-03 05:20:55.878/2024-05-03 05:20:55.894 CDOResource@OID1:0v3("/") 2024-05-03 05:20:55.895/2024-05-03 05:20:55.904 CDOResource@OID1:0v4("/") 2024-05-03 05:20:55.905/2024-05-03 05:20:55.927 CDOResource@OID1:0v5("/") 2024-05-03 05:20:55.928/* CDOResourceFolder@OID2:0v1("Bugzilla_320690_Test_testDeleteTarget")2024-05-03 05:20:55.878/* CDOResource@OID3:0v1("test") 2024-05-03 05:20:55.878/* NodeA@OID4:0v1 2024-05-03 05:20:55.878/* NodeA@OID5:0v1 2024-05-03 05:20:55.878/* NodeA@OID6:0v1 2024-05-03 05:20:55.878/* CDOResourceFolder@OID7:0v1("Bugzilla_320690_Test_testDeleteTargetAndReferenceAtOnce")2024-05-03 05:20:55.895/* CDOResource@OID8:0v1("test") 2024-05-03 05:20:55.895/* NodeA@OID9:0v1 2024-05-03 05:20:55.895/2024-05-03 05:20:55.897 NodeA@OID9:0v2 2024-05-03 05:20:55.898/* NodeA@OID10:0v1 2024-05-03 05:20:55.895/2024-05-03 05:20:55.897 NodeA@OID11:0v1 2024-05-03 05:20:55.895/2024-05-03 05:20:55.897 NodeA@OID11:0v2 2024-05-03 05:20:55.898/* CDOResourceFolder@OID12:0v1("Bugzilla_320690_Test_testDeleteTargetRemoveAndAddReference")2024-05-03 05:20:55.905/* CDOResource@OID13:0v1("test") 2024-05-03 05:20:55.905/* NodeA@OID14:0v1 2024-05-03 05:20:55.905/* NodeA@OID15:0v1 2024-05-03 05:20:55.905/* NodeA@OID16:0v1 2024-05-03 05:20:55.905/* CDOResourceFolder@OID17:0v1("Bugzilla_320690_Test_testLockRefTargets")2024-05-03 05:20:55.928/* CDOResource@OID18:0v1("test") 2024-05-03 05:20:55.928/* RefSingleContainedNPL@OID19:0v1 2024-05-03 05:20:55.928/2024-05-03 05:20:55.941 RefSingleContainedNPL@OID19:0v2 2024-05-03 05:20:55.942/* ContainedElementNoOpposite@OID20:0v1 2024-05-03 05:20:55.928/2024-05-03 05:20:55.941 RefSingleNonContainedNPL@OID21:0v1 2024-05-03 05:20:55.928/* DBStore ======= MAIN[0] 2024-05-03 05:20:55.861/* CDOResource@OID1:0v1("/") 2024-05-03 05:20:55.861/2024-05-03 05:20:55.877 CDOResource@OID1:0v2("/") 2024-05-03 05:20:55.878/2024-05-03 05:20:55.894 CDOResource@OID1:0v3("/") 2024-05-03 05:20:55.895/2024-05-03 05:20:55.904 CDOResource@OID1:0v4("/") 2024-05-03 05:20:55.905/2024-05-03 05:20:55.927 CDOResource@OID1:0v5("/") 2024-05-03 05:20:55.928/* CDOResourceFolder@OID2:0v1("Bugzilla_320690_Test_testDeleteTarget")2024-05-03 05:20:55.878/* CDOResource@OID3:0v1("test") 2024-05-03 05:20:55.878/* NodeA@OID4:0v1 2024-05-03 05:20:55.878/* NodeA@OID5:0v1 2024-05-03 05:20:55.878/* NodeA@OID6:0v1 2024-05-03 05:20:55.878/* CDOResourceFolder@OID7:0v1("Bugzilla_320690_Test_testDeleteTargetAndReferenceAtOnce")2024-05-03 05:20:55.895/* CDOResource@OID8:0v1("test") 2024-05-03 05:20:55.895/* NodeA@OID9:0v1 2024-05-03 05:20:55.895/2024-05-03 05:20:55.897 NodeA@OID9:0v2 2024-05-03 05:20:55.898/* NodeA@OID10:0v1 2024-05-03 05:20:55.895/2024-05-03 05:20:55.897 NodeA@OID11:0v1 2024-05-03 05:20:55.895/2024-05-03 05:20:55.897 NodeA@OID11:0v2 2024-05-03 05:20:55.898/* CDOResourceFolder@OID12:0v1("Bugzilla_320690_Test_testDeleteTargetRemoveAndAddReference")2024-05-03 05:20:55.905/* CDOResource@OID13:0v1("test") 2024-05-03 05:20:55.905/* NodeA@OID14:0v1 2024-05-03 05:20:55.905/* NodeA@OID15:0v1 2024-05-03 05:20:55.905/* NodeA@OID16:0v1 2024-05-03 05:20:55.905/* CDOResourceFolder@OID17:0v1("Bugzilla_320690_Test_testLockRefTargets")2024-05-03 05:20:55.928/* CDOResource@OID18:0v1("test") 2024-05-03 05:20:55.928/* RefSingleContainedNPL@OID19:0v1 2024-05-03 05:20:55.928/2024-05-03 05:20:55.941 RefSingleContainedNPL@OID19:0v2 2024-05-03 05:20:55.942/* ContainedElementNoOpposite@OID20:0v1 2024-05-03 05:20:55.928/2024-05-03 05:20:55.941 RefSingleNonContainedNPL@OID21:0v1 2024-05-03 05:20:55.928/* ******************************************************* Bugzilla_320837_Test.testLoadContainedBeforeContainer [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Bugzilla_321699_Test.test [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_321986_Test.testRollback [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_322218_Test.testMyEnumList [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_322218_Test.testMyEnumList2 [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_322218_Test.testMyEnumList2PCL [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_322218_Test.testMyEnumList3 [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_322218_Test.testMyEnumList3PCL [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_322218_Test.testMyEnumList3PCL_Reload [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_322218_Test.testMyEnumListPCL [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_322218_Test.testMyEnumListUnsettable [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_322218_Test.testMyEnumListUnsettable2 [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_322218_Test.testMyEnumListUnsettable2PCL [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_322218_Test.testMyEnumListUnsettable3 [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_322218_Test.testMyEnumListUnsettable3PCL [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_322218_Test.testMyEnumListUnsettable3PCL_Reload [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_322218_Test.testMyEnumListUnsettablePCL [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_322754_Test.testResourceDelete [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_322754_Test.testResourceDeleteWithDanglingReferences [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_322804_Test.testAddElementToCustomTypedList [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_323930_Test.testAddXRefByReplace [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' DBStore ======= MAIN[0] 2024-05-03 05:20:56.402/* CDOResource@OID1:0v1("/") 2024-05-03 05:20:56.402/2024-05-03 05:20:56.419 CDOResource@OID1:0v2("/") 2024-05-03 05:20:56.420/* CDOResourceFolder@OID2:0v1("Bugzilla_323930_Test_testAddXRefByReplace")2024-05-03 05:20:56.420/* CDOResource@OID3:0v1("test") 2024-05-03 05:20:56.420/* NodeA@OID4:0v1 2024-05-03 05:20:56.420/* NodeA@OID5:0v1 2024-05-03 05:20:56.420/* NodeA@OID6:0v1 2024-05-03 05:20:56.420/* NodeA@OID7:0v1 2024-05-03 05:20:56.420/* NodeA@OID8:0v1 2024-05-03 05:20:56.420/* NodeA@OID9:0v1 2024-05-03 05:20:56.420/* [ERROR] This commit deletes object OID9 and adds a reference at the same time java.lang.IllegalStateException: This commit deletes object OID9 and adds a reference at the same time at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.lockTarget(TransactionCommitContext.java:1266) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext$5.visit(TransactionCommitContext.java:1163) at org.eclipse.emf.cdo.internal.common.revision.delta.CDOSetFeatureDeltaImpl.accept(CDOSetFeatureDeltaImpl.java:96) at org.eclipse.emf.cdo.spi.common.revision.CDOFeatureDeltaVisitorImpl.visit(CDOFeatureDeltaVisitorImpl.java:59) at org.eclipse.emf.cdo.internal.common.revision.delta.CDOListFeatureDeltaImpl.accept(CDOListFeatureDeltaImpl.java:613) at org.eclipse.emf.cdo.internal.common.revision.delta.CDORevisionDeltaImpl.accept(CDORevisionDeltaImpl.java:389) at org.eclipse.emf.cdo.internal.common.revision.delta.CDORevisionDeltaImpl.accept(CDORevisionDeltaImpl.java:371) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.lockObjects(TransactionCommitContext.java:1197) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.write(TransactionCommitContext.java:823) at org.eclipse.emf.cdo.spi.server.InternalCommitContext$1.runLoop(InternalCommitContext.java:49) at org.eclipse.emf.cdo.spi.server.InternalCommitContext$1.runLoop(InternalCommitContext.java:1) at org.eclipse.net4j.util.om.monitor.ProgressDistributor.run(ProgressDistributor.java:95) at org.eclipse.emf.cdo.internal.server.Repository.commitUnsynced(Repository.java:1562) at org.eclipse.emf.cdo.internal.server.Repository.commit(Repository.java:1550) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicatingCommit(CommitTransactionIndication.java:283) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicating(CommitTransactionIndication.java:96) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerIndicationWithMonitoring.indicating(CDOServerIndicationWithMonitoring.java:118) at org.eclipse.net4j.signal.IndicationWithMonitoring.indicating(IndicationWithMonitoring.java:62) at org.eclipse.net4j.signal.IndicationWithResponse.doExtendedInput(IndicationWithResponse.java:94) at org.eclipse.net4j.signal.Signal.doInput(Signal.java:434) at org.eclipse.net4j.signal.IndicationWithResponse.execute(IndicationWithResponse.java:72) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) ******************************************************* Bugzilla_323930_Test.testAddXRefByReplace_PrecedingAdd [H2-auditing-ranges, JVM, Native] ******************************************************* DBStore ======= MAIN[0] 2024-05-03 05:20:56.402/* CDOResource@OID1:0v1("/") 2024-05-03 05:20:56.402/2024-05-03 05:20:56.419 CDOResource@OID1:0v2("/") 2024-05-03 05:20:56.420/2024-05-03 05:20:56.438 CDOResource@OID1:0v3("/") 2024-05-03 05:20:56.439/* CDOResourceFolder@OID2:0v1("Bugzilla_323930_Test_testAddXRefByReplace")2024-05-03 05:20:56.420/* CDOResource@OID3:0v1("test") 2024-05-03 05:20:56.420/* NodeA@OID4:0v1 2024-05-03 05:20:56.420/* NodeA@OID5:0v1 2024-05-03 05:20:56.420/* NodeA@OID6:0v1 2024-05-03 05:20:56.420/* NodeA@OID7:0v1 2024-05-03 05:20:56.420/* NodeA@OID8:0v1 2024-05-03 05:20:56.420/* NodeA@OID9:0v1 2024-05-03 05:20:56.420/* CDOResourceFolder@OID10:0v1("Bugzilla_323930_Test_testAddXRefByReplace_PrecedingAdd")2024-05-03 05:20:56.439/* CDOResource@OID11:0v1("test") 2024-05-03 05:20:56.439/* NodeA@OID12:0v1 2024-05-03 05:20:56.439/* NodeA@OID13:0v1 2024-05-03 05:20:56.439/* NodeA@OID14:0v1 2024-05-03 05:20:56.439/* NodeA@OID15:0v1 2024-05-03 05:20:56.439/* NodeA@OID16:0v1 2024-05-03 05:20:56.439/* NodeA@OID17:0v1 2024-05-03 05:20:56.439/* [ERROR] This commit deletes object OID17 and adds a reference at the same time java.lang.IllegalStateException: This commit deletes object OID17 and adds a reference at the same time at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.lockTarget(TransactionCommitContext.java:1266) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext$5.visit(TransactionCommitContext.java:1163) at org.eclipse.emf.cdo.internal.common.revision.delta.CDOSetFeatureDeltaImpl.accept(CDOSetFeatureDeltaImpl.java:96) at org.eclipse.emf.cdo.spi.common.revision.CDOFeatureDeltaVisitorImpl.visit(CDOFeatureDeltaVisitorImpl.java:59) at org.eclipse.emf.cdo.internal.common.revision.delta.CDOListFeatureDeltaImpl.accept(CDOListFeatureDeltaImpl.java:613) at org.eclipse.emf.cdo.internal.common.revision.delta.CDORevisionDeltaImpl.accept(CDORevisionDeltaImpl.java:389) at org.eclipse.emf.cdo.internal.common.revision.delta.CDORevisionDeltaImpl.accept(CDORevisionDeltaImpl.java:371) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.lockObjects(TransactionCommitContext.java:1197) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.write(TransactionCommitContext.java:823) at org.eclipse.emf.cdo.spi.server.InternalCommitContext$1.runLoop(InternalCommitContext.java:49) at org.eclipse.emf.cdo.spi.server.InternalCommitContext$1.runLoop(InternalCommitContext.java:1) at org.eclipse.net4j.util.om.monitor.ProgressDistributor.run(ProgressDistributor.java:95) at org.eclipse.emf.cdo.internal.server.Repository.commitUnsynced(Repository.java:1562) at org.eclipse.emf.cdo.internal.server.Repository.commit(Repository.java:1550) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicatingCommit(CommitTransactionIndication.java:283) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicating(CommitTransactionIndication.java:96) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerIndicationWithMonitoring.indicating(CDOServerIndicationWithMonitoring.java:118) at org.eclipse.net4j.signal.IndicationWithMonitoring.indicating(IndicationWithMonitoring.java:62) at org.eclipse.net4j.signal.IndicationWithResponse.doExtendedInput(IndicationWithResponse.java:94) at org.eclipse.net4j.signal.Signal.doInput(Signal.java:434) at org.eclipse.net4j.signal.IndicationWithResponse.execute(IndicationWithResponse.java:72) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) ******************************************************* Bugzilla_323930_Test.testChangeIndexesInSourceList [H2-auditing-ranges, JVM, Native] ******************************************************* DBStore ======= MAIN[0] 2024-05-03 05:20:56.402/* CDOResource@OID1:0v1("/") 2024-05-03 05:20:56.402/2024-05-03 05:20:56.419 CDOResource@OID1:0v2("/") 2024-05-03 05:20:56.420/2024-05-03 05:20:56.438 CDOResource@OID1:0v3("/") 2024-05-03 05:20:56.439/2024-05-03 05:20:56.450 CDOResource@OID1:0v4("/") 2024-05-03 05:20:56.451/* CDOResourceFolder@OID2:0v1("Bugzilla_323930_Test_testAddXRefByReplace")2024-05-03 05:20:56.420/* CDOResource@OID3:0v1("test") 2024-05-03 05:20:56.420/* NodeA@OID4:0v1 2024-05-03 05:20:56.420/* NodeA@OID5:0v1 2024-05-03 05:20:56.420/* NodeA@OID6:0v1 2024-05-03 05:20:56.420/* NodeA@OID7:0v1 2024-05-03 05:20:56.420/* NodeA@OID8:0v1 2024-05-03 05:20:56.420/* NodeA@OID9:0v1 2024-05-03 05:20:56.420/* CDOResourceFolder@OID10:0v1("Bugzilla_323930_Test_testAddXRefByReplace_PrecedingAdd")2024-05-03 05:20:56.439/* CDOResource@OID11:0v1("test") 2024-05-03 05:20:56.439/* NodeA@OID12:0v1 2024-05-03 05:20:56.439/* NodeA@OID13:0v1 2024-05-03 05:20:56.439/* NodeA@OID14:0v1 2024-05-03 05:20:56.439/* NodeA@OID15:0v1 2024-05-03 05:20:56.439/* NodeA@OID16:0v1 2024-05-03 05:20:56.439/* NodeA@OID17:0v1 2024-05-03 05:20:56.439/* CDOResourceFolder@OID18:0v1("Bugzilla_323930_Test_testChangeIndexesInSourceList")2024-05-03 05:20:56.451/* CDOResource@OID19:0v1("test") 2024-05-03 05:20:56.451/* NodeA@OID20:0v1 2024-05-03 05:20:56.451/* NodeA@OID21:0v1 2024-05-03 05:20:56.451/* NodeA@OID22:0v1 2024-05-03 05:20:56.451/* NodeA@OID23:0v1 2024-05-03 05:20:56.451/* NodeA@OID24:0v1 2024-05-03 05:20:56.451/* NodeA@OID25:0v1 2024-05-03 05:20:56.451/* ******************************************************* Bugzilla_323930_Test.testChangeIndexesInTargetList [H2-auditing-ranges, JVM, Native] ******************************************************* DBStore ======= MAIN[0] 2024-05-03 05:20:56.402/* CDOResource@OID1:0v1("/") 2024-05-03 05:20:56.402/2024-05-03 05:20:56.419 CDOResource@OID1:0v2("/") 2024-05-03 05:20:56.420/2024-05-03 05:20:56.438 CDOResource@OID1:0v3("/") 2024-05-03 05:20:56.439/2024-05-03 05:20:56.450 CDOResource@OID1:0v4("/") 2024-05-03 05:20:56.451/2024-05-03 05:20:56.462 CDOResource@OID1:0v5("/") 2024-05-03 05:20:56.463/* CDOResourceFolder@OID2:0v1("Bugzilla_323930_Test_testAddXRefByReplace")2024-05-03 05:20:56.420/* CDOResource@OID3:0v1("test") 2024-05-03 05:20:56.420/* NodeA@OID4:0v1 2024-05-03 05:20:56.420/* NodeA@OID5:0v1 2024-05-03 05:20:56.420/* NodeA@OID6:0v1 2024-05-03 05:20:56.420/* NodeA@OID7:0v1 2024-05-03 05:20:56.420/* NodeA@OID8:0v1 2024-05-03 05:20:56.420/* NodeA@OID9:0v1 2024-05-03 05:20:56.420/* CDOResourceFolder@OID10:0v1("Bugzilla_323930_Test_testAddXRefByReplace_PrecedingAdd")2024-05-03 05:20:56.439/* CDOResource@OID11:0v1("test") 2024-05-03 05:20:56.439/* NodeA@OID12:0v1 2024-05-03 05:20:56.439/* NodeA@OID13:0v1 2024-05-03 05:20:56.439/* NodeA@OID14:0v1 2024-05-03 05:20:56.439/* NodeA@OID15:0v1 2024-05-03 05:20:56.439/* NodeA@OID16:0v1 2024-05-03 05:20:56.439/* NodeA@OID17:0v1 2024-05-03 05:20:56.439/* CDOResourceFolder@OID18:0v1("Bugzilla_323930_Test_testChangeIndexesInSourceList")2024-05-03 05:20:56.451/* CDOResource@OID19:0v1("test") 2024-05-03 05:20:56.451/2024-05-03 05:20:56.453 CDOResource@OID19:0v2("test") 2024-05-03 05:20:56.454/* NodeA@OID20:0v1 2024-05-03 05:20:56.451/2024-05-03 05:20:56.453 NodeA@OID20:0v2 2024-05-03 05:20:56.454/* NodeA@OID21:0v1 2024-05-03 05:20:56.451/* NodeA@OID22:0v1 2024-05-03 05:20:56.451/* NodeA@OID23:0v1 2024-05-03 05:20:56.451/* NodeA@OID24:0v1 2024-05-03 05:20:56.451/* NodeA@OID25:0v1 2024-05-03 05:20:56.451/2024-05-03 05:20:56.453 CDOResourceFolder@OID26:0v1("Bugzilla_323930_Test_testChangeIndexesInTargetList")2024-05-03 05:20:56.463/* CDOResource@OID27:0v1("test") 2024-05-03 05:20:56.463/* NodeA@OID28:0v1 2024-05-03 05:20:56.463/* NodeA@OID29:0v1 2024-05-03 05:20:56.463/* NodeA@OID30:0v1 2024-05-03 05:20:56.463/* NodeA@OID31:0v1 2024-05-03 05:20:56.463/* NodeA@OID32:0v1 2024-05-03 05:20:56.463/* NodeA@OID33:0v1 2024-05-03 05:20:56.463/* ******************************************************* Bugzilla_323930_Test.testRemoveXRefByReplace [H2-auditing-ranges, JVM, Native] ******************************************************* DBStore ======= MAIN[0] 2024-05-03 05:20:56.402/* CDOResource@OID1:0v1("/") 2024-05-03 05:20:56.402/2024-05-03 05:20:56.419 CDOResource@OID1:0v2("/") 2024-05-03 05:20:56.420/2024-05-03 05:20:56.438 CDOResource@OID1:0v3("/") 2024-05-03 05:20:56.439/2024-05-03 05:20:56.450 CDOResource@OID1:0v4("/") 2024-05-03 05:20:56.451/2024-05-03 05:20:56.462 CDOResource@OID1:0v5("/") 2024-05-03 05:20:56.463/2024-05-03 05:20:56.474 CDOResource@OID1:0v6("/") 2024-05-03 05:20:56.475/* CDOResourceFolder@OID2:0v1("Bugzilla_323930_Test_testAddXRefByReplace")2024-05-03 05:20:56.420/* CDOResource@OID3:0v1("test") 2024-05-03 05:20:56.420/* NodeA@OID4:0v1 2024-05-03 05:20:56.420/* NodeA@OID5:0v1 2024-05-03 05:20:56.420/* NodeA@OID6:0v1 2024-05-03 05:20:56.420/* NodeA@OID7:0v1 2024-05-03 05:20:56.420/* NodeA@OID8:0v1 2024-05-03 05:20:56.420/* NodeA@OID9:0v1 2024-05-03 05:20:56.420/* CDOResourceFolder@OID10:0v1("Bugzilla_323930_Test_testAddXRefByReplace_PrecedingAdd")2024-05-03 05:20:56.439/* CDOResource@OID11:0v1("test") 2024-05-03 05:20:56.439/* NodeA@OID12:0v1 2024-05-03 05:20:56.439/* NodeA@OID13:0v1 2024-05-03 05:20:56.439/* NodeA@OID14:0v1 2024-05-03 05:20:56.439/* NodeA@OID15:0v1 2024-05-03 05:20:56.439/* NodeA@OID16:0v1 2024-05-03 05:20:56.439/* NodeA@OID17:0v1 2024-05-03 05:20:56.439/* CDOResourceFolder@OID18:0v1("Bugzilla_323930_Test_testChangeIndexesInSourceList")2024-05-03 05:20:56.451/* CDOResource@OID19:0v1("test") 2024-05-03 05:20:56.451/2024-05-03 05:20:56.453 CDOResource@OID19:0v2("test") 2024-05-03 05:20:56.454/* NodeA@OID20:0v1 2024-05-03 05:20:56.451/2024-05-03 05:20:56.453 NodeA@OID20:0v2 2024-05-03 05:20:56.454/* NodeA@OID21:0v1 2024-05-03 05:20:56.451/* NodeA@OID22:0v1 2024-05-03 05:20:56.451/* NodeA@OID23:0v1 2024-05-03 05:20:56.451/* NodeA@OID24:0v1 2024-05-03 05:20:56.451/* NodeA@OID25:0v1 2024-05-03 05:20:56.451/2024-05-03 05:20:56.453 CDOResourceFolder@OID26:0v1("Bugzilla_323930_Test_testChangeIndexesInTargetList")2024-05-03 05:20:56.463/* CDOResource@OID27:0v1("test") 2024-05-03 05:20:56.463/2024-05-03 05:20:56.466 CDOResource@OID27:0v2("test") 2024-05-03 05:20:56.467/* NodeA@OID28:0v1 2024-05-03 05:20:56.463/2024-05-03 05:20:56.466 NodeA@OID28:0v2 2024-05-03 05:20:56.467/* NodeA@OID29:0v1 2024-05-03 05:20:56.463/2024-05-03 05:20:56.466 NodeA@OID30:0v1 2024-05-03 05:20:56.463/2024-05-03 05:20:56.466 NodeA@OID31:0v1 2024-05-03 05:20:56.463/* NodeA@OID32:0v1 2024-05-03 05:20:56.463/* NodeA@OID33:0v1 2024-05-03 05:20:56.463/2024-05-03 05:20:56.466 CDOResourceFolder@OID34:0v1("Bugzilla_323930_Test_testRemoveXRefByReplace")2024-05-03 05:20:56.475/* CDOResource@OID35:0v1("test") 2024-05-03 05:20:56.475/* NodeA@OID36:0v1 2024-05-03 05:20:56.475/* NodeA@OID37:0v1 2024-05-03 05:20:56.475/* NodeA@OID38:0v1 2024-05-03 05:20:56.475/* NodeA@OID39:0v1 2024-05-03 05:20:56.475/* NodeA@OID40:0v1 2024-05-03 05:20:56.475/* NodeA@OID41:0v1 2024-05-03 05:20:56.475/* ******************************************************* Bugzilla_323930_Test.testRemoveXRefByReplace_PrecedingAdd [H2-auditing-ranges, JVM, Native] ******************************************************* DBStore ======= MAIN[0] 2024-05-03 05:20:56.402/* CDOResource@OID1:0v1("/") 2024-05-03 05:20:56.402/2024-05-03 05:20:56.419 CDOResource@OID1:0v2("/") 2024-05-03 05:20:56.420/2024-05-03 05:20:56.438 CDOResource@OID1:0v3("/") 2024-05-03 05:20:56.439/2024-05-03 05:20:56.450 CDOResource@OID1:0v4("/") 2024-05-03 05:20:56.451/2024-05-03 05:20:56.462 CDOResource@OID1:0v5("/") 2024-05-03 05:20:56.463/2024-05-03 05:20:56.474 CDOResource@OID1:0v6("/") 2024-05-03 05:20:56.475/2024-05-03 05:20:56.483 CDOResource@OID1:0v7("/") 2024-05-03 05:20:56.484/* CDOResourceFolder@OID2:0v1("Bugzilla_323930_Test_testAddXRefByReplace")2024-05-03 05:20:56.420/* CDOResource@OID3:0v1("test") 2024-05-03 05:20:56.420/* NodeA@OID4:0v1 2024-05-03 05:20:56.420/* NodeA@OID5:0v1 2024-05-03 05:20:56.420/* NodeA@OID6:0v1 2024-05-03 05:20:56.420/* NodeA@OID7:0v1 2024-05-03 05:20:56.420/* NodeA@OID8:0v1 2024-05-03 05:20:56.420/* NodeA@OID9:0v1 2024-05-03 05:20:56.420/* CDOResourceFolder@OID10:0v1("Bugzilla_323930_Test_testAddXRefByReplace_PrecedingAdd")2024-05-03 05:20:56.439/* CDOResource@OID11:0v1("test") 2024-05-03 05:20:56.439/* NodeA@OID12:0v1 2024-05-03 05:20:56.439/* NodeA@OID13:0v1 2024-05-03 05:20:56.439/* NodeA@OID14:0v1 2024-05-03 05:20:56.439/* NodeA@OID15:0v1 2024-05-03 05:20:56.439/* NodeA@OID16:0v1 2024-05-03 05:20:56.439/* NodeA@OID17:0v1 2024-05-03 05:20:56.439/* CDOResourceFolder@OID18:0v1("Bugzilla_323930_Test_testChangeIndexesInSourceList")2024-05-03 05:20:56.451/* CDOResource@OID19:0v1("test") 2024-05-03 05:20:56.451/2024-05-03 05:20:56.453 CDOResource@OID19:0v2("test") 2024-05-03 05:20:56.454/* NodeA@OID20:0v1 2024-05-03 05:20:56.451/2024-05-03 05:20:56.453 NodeA@OID20:0v2 2024-05-03 05:20:56.454/* NodeA@OID21:0v1 2024-05-03 05:20:56.451/* NodeA@OID22:0v1 2024-05-03 05:20:56.451/* NodeA@OID23:0v1 2024-05-03 05:20:56.451/* NodeA@OID24:0v1 2024-05-03 05:20:56.451/* NodeA@OID25:0v1 2024-05-03 05:20:56.451/2024-05-03 05:20:56.453 CDOResourceFolder@OID26:0v1("Bugzilla_323930_Test_testChangeIndexesInTargetList")2024-05-03 05:20:56.463/* CDOResource@OID27:0v1("test") 2024-05-03 05:20:56.463/2024-05-03 05:20:56.466 CDOResource@OID27:0v2("test") 2024-05-03 05:20:56.467/* NodeA@OID28:0v1 2024-05-03 05:20:56.463/2024-05-03 05:20:56.466 NodeA@OID28:0v2 2024-05-03 05:20:56.467/* NodeA@OID29:0v1 2024-05-03 05:20:56.463/2024-05-03 05:20:56.466 NodeA@OID30:0v1 2024-05-03 05:20:56.463/2024-05-03 05:20:56.466 NodeA@OID31:0v1 2024-05-03 05:20:56.463/* NodeA@OID32:0v1 2024-05-03 05:20:56.463/* NodeA@OID33:0v1 2024-05-03 05:20:56.463/2024-05-03 05:20:56.466 CDOResourceFolder@OID34:0v1("Bugzilla_323930_Test_testRemoveXRefByReplace")2024-05-03 05:20:56.475/* CDOResource@OID35:0v1("test") 2024-05-03 05:20:56.475/2024-05-03 05:20:56.476 CDOResource@OID35:0v2("test") 2024-05-03 05:20:56.477/* NodeA@OID36:0v1 2024-05-03 05:20:56.475/2024-05-03 05:20:56.476 NodeA@OID36:0v2 2024-05-03 05:20:56.477/* NodeA@OID37:0v1 2024-05-03 05:20:56.475/* NodeA@OID38:0v1 2024-05-03 05:20:56.475/* NodeA@OID39:0v1 2024-05-03 05:20:56.475/* NodeA@OID40:0v1 2024-05-03 05:20:56.475/* NodeA@OID41:0v1 2024-05-03 05:20:56.475/2024-05-03 05:20:56.476 CDOResourceFolder@OID42:0v1("Bugzilla_323930_Test_testRemoveXRefByReplace_PrecedingAdd")2024-05-03 05:20:56.484/* CDOResource@OID43:0v1("test") 2024-05-03 05:20:56.484/* NodeA@OID44:0v1 2024-05-03 05:20:56.484/* NodeA@OID45:0v1 2024-05-03 05:20:56.484/* NodeA@OID46:0v1 2024-05-03 05:20:56.484/* NodeA@OID47:0v1 2024-05-03 05:20:56.484/* NodeA@OID48:0v1 2024-05-03 05:20:56.484/* NodeA@OID49:0v1 2024-05-03 05:20:56.484/* ******************************************************* Bugzilla_323958_Test.testAdditionFromTransactionHandler [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Bugzilla_323958_Test.testModificationFromTransactionHandler [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_324544_Test.testCommitRefresh [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_324585_Test.testUpdate [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_325603_Test.testModifyResource [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_326743_Test.testDefaultValue [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_327604_Test.testReadObjects [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' CDOWorkspaceBaseline: /tmp/cdo-9263715249129150660 Object: CDOResource@OID3[PROXY]("cdo://local/Bugzilla_327604_Test_testReadObjects/test1") Object: Product1@OID4 Object: Customer@OID5 Object: SalesOrder@OID6 Object: OrderDetail@OID7 ******************************************************* Bugzilla_328790_Test.test_newThenAdd1 [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Bugzilla_328790_Test.test_newThenAdd2 [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_328790_Test.test_newThenClear [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_329752_Test.testLoadContainedBeforeContainer [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_329869_Test.testDuplicateID [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_330052_Test.test_auditView [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_330052_Test.test_otherView [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_331619_Test.testAbstractXRef [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_333157_Test.testResourceFolderUpdate [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_333950_Test.testOpposites [H2-auditing-ranges, JVM, Native] ******************************************************* ---> instanceA: OID39 ---> instanceB: OID40 ******************************************************* Bugzilla_334608_Test.testOpposites [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_334995_Test.testRename [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_334995_Test.testURIClash [H2-auditing-ranges, JVM, Native] ******************************************************* Persisted resource: CDOResource@OID51("cdo://repo1/Bugzilla_334995_Test_testURIClash/resA") newObjects: oid1=CDOResource@oid1[NEW]("cdo://repo1/Bugzilla_334995_Test_testURIClash/resB"), state: NEW oid2=Supplier@oid2[NEW], state: NEW resources: CDOResource@oid1[NEW]("cdo://repo1/Bugzilla_334995_Test_testURIClash/resB") [WARN] URI clash: resource being instantiated had same URI as a resource already present locally; local resource was renamed from resB to resB~renamed Remote resource: CDOResource@OID51("cdo://repo1/Bugzilla_334995_Test_testURIClash/resB") Local resource: CDOResource@oid1[NEW]("cdo://repo1/Bugzilla_334995_Test_testURIClash/resB~renamed") newObjects: oid1=CDOResource@oid1[NEW]("cdo://repo1/Bugzilla_334995_Test_testURIClash/resB~renamed"), state: NEW oid2=Supplier@oid2[NEW], state: NEW resources: CDOResource@oid1[NEW]("cdo://repo1/Bugzilla_334995_Test_testURIClash/resB~renamed") CDOResource@OID51("cdo://repo1/Bugzilla_334995_Test_testURIClash/resB") ******************************************************* Bugzilla_335004_Test.testDuplicatePackageInSystem [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_335772_Test.testMapEntryAddition [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_335772_Test.testMapEntryAdditionPersistence [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_335772_Test.testMapEntryReplacement [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_335772_Test.testMapEntryReplacementPersistence [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_336314_Test.test1 [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_336314_Test.test2 [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_336590_Test.test [H2-auditing-ranges, JVM, Native] ******************************************************* ---> New object: OrderDetail@oid4[NEW] ---> listDelta: CDOFeatureDelta[orderDetails, REMOVE, value=OID90, index=0] ******************************************************* Bugzilla_337523_Test.testRootResource_loadByID [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_337587_Test.testRevisionCompare [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_338779_Test.test_passiveUpdate_additions [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_338779_Test.test_passiveUpdate_changes [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_338779_Test.test_passiveUpdate_invalidations [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_338779_Test.test_refresh [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_338884_Test.test_canHandleUnset [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_338884_Test.test_multi [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_338884_Test.test_nonBidiMultiRef_newTarget [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_338884_Test.test_nonBidiSingleRef_newTarget [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_338884_Test.test_single [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_338921_Test.testLoadResourceAfterClearOnCleanResourceSet [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_338921_Test.testLoadResourceAfterClearOnDirtyResourceSet [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_338921_Test.testLoadResourceAfterSingleRemoval [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_338921_Test.testRemoveDirtyResourceOnResourceSetWithMultipleResource [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_338921_Test.testRemoveDirtyResourceOnResourceSetWithSingleResource [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_339313_Test.test [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_339461_Test.test [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_339908_Test.testIDAttribute [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_340961_Test.testMultiUserWork [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Bugzilla_340961_Test.testObjectChildren [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Bugzilla_341875_Test.test [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Bugzilla_341995_Test.test [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_342130_Test.test [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_342135_Test.testDetachedCommitInfo [H2-auditing-ranges, JVM, Native] ******************************************************* Commit info: CommitInfo[2024-05-03 05:21:00.721 (1714713660721), Branch[id=0, name=MAIN], null, null, null, CommitData[newPackageUnits=0, newObjects=0, changedObjects=1, detachedObjects=1]] Commit info changed objects: [CDORevisionDelta[CDOResource@OID11:0v1 --> [CDOFeatureDelta[contents, LIST, originSize=1, list=[CDOFeatureDelta[contents, REMOVE, value=OID12, index=0]]]]]] Commit info detached objects: [OID12v1] Loaded commit info: CommitInfo[2024-05-03 05:21:00.721 (1714713660721), Branch[id=0, name=MAIN], null, null, null, CommitData[newPackageUnits=0, newObjects=0, changedObjects=1, detachedObjects=1]] Commit info changed objects: [CDORevisionDelta[CDOResource@OID11:0v1 --> [CDOFeatureDelta[contents, LIST, originSize=1, list=[CDOFeatureDelta[contents, REMOVE, value=OID12, index=0]]]]]] Loaded commit info detached objects: [OID12v1] ******************************************************* Bugzilla_343084_Test.testPermissionManagerNONE [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "protectedrepo"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, repo2, repo3, repo1, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Bugzilla_343084_Test.testPermissionManagerREAD [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "protectedrepo"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, repo2, repo3, repo1, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Bugzilla_343084_Test.testPermissionManagerWRITE [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "protectedrepo"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, repo2, repo3, repo1, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Bugzilla_343332_Test.test [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Bugzilla_343471_Test.test [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_347964_Test.testIndexDeletion [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_349793_Test.testOpeningTransactionDuringInvalidation [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_349804_Test.testDeadlockWithLocking [H2-auditing-ranges, JVM, Native] ******************************************************* [ERROR] Fail on purpose java.lang.IllegalArgumentException: Fail on purpose at org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_349804_Test$Failure.handleTransactionBeforeCommitting(Bugzilla_349804_Test.java:165) at org.eclipse.emf.cdo.internal.server.Repository.notifyWriteAccessHandlers(Repository.java:1894) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.notifyBeforeCommitting(TransactionCommitContext.java:584) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.applyIDMappings(TransactionCommitContext.java:545) at org.eclipse.emf.cdo.spi.server.StoreAccessor.applyIDMappings(StoreAccessor.java:207) at org.eclipse.emf.cdo.server.internal.db.DBStoreAccessor.applyIDMappings(DBStoreAccessor.java:357) at org.eclipse.emf.cdo.spi.server.StoreAccessor.doWrite(StoreAccessor.java:96) at org.eclipse.emf.cdo.server.internal.db.DBStoreAccessor.doWrite(DBStoreAccessor.java:724) at org.eclipse.emf.cdo.spi.server.StoreAccessorBase.write(StoreAccessorBase.java:144) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.writeAccessor(TransactionCommitContext.java:1894) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.write(TransactionCommitContext.java:839) at org.eclipse.emf.cdo.spi.server.InternalCommitContext$1.runLoop(InternalCommitContext.java:49) at org.eclipse.emf.cdo.spi.server.InternalCommitContext$1.runLoop(InternalCommitContext.java:1) at org.eclipse.net4j.util.om.monitor.ProgressDistributor.run(ProgressDistributor.java:95) at org.eclipse.emf.cdo.internal.server.Repository.commitUnsynced(Repository.java:1562) at org.eclipse.emf.cdo.internal.server.Repository.commit(Repository.java:1550) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicatingCommit(CommitTransactionIndication.java:283) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicating(CommitTransactionIndication.java:96) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerIndicationWithMonitoring.indicating(CDOServerIndicationWithMonitoring.java:118) at org.eclipse.net4j.signal.IndicationWithMonitoring.indicating(IndicationWithMonitoring.java:62) at org.eclipse.net4j.signal.IndicationWithResponse.doExtendedInput(IndicationWithResponse.java:94) at org.eclipse.net4j.signal.Signal.doInput(Signal.java:434) at org.eclipse.net4j.signal.IndicationWithResponse.execute(IndicationWithResponse.java:72) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) ******************************************************* Bugzilla_349804_Test.testInvalidation [H2-auditing-ranges, JVM, Native] ******************************************************* [ERROR] Fail on purpose java.lang.IllegalArgumentException: Fail on purpose at org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_349804_Test$Failure.handleTransactionBeforeCommitting(Bugzilla_349804_Test.java:165) at org.eclipse.emf.cdo.internal.server.Repository.notifyWriteAccessHandlers(Repository.java:1894) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.notifyBeforeCommitting(TransactionCommitContext.java:584) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.applyIDMappings(TransactionCommitContext.java:545) at org.eclipse.emf.cdo.spi.server.StoreAccessor.applyIDMappings(StoreAccessor.java:207) at org.eclipse.emf.cdo.server.internal.db.DBStoreAccessor.applyIDMappings(DBStoreAccessor.java:357) at org.eclipse.emf.cdo.spi.server.StoreAccessor.doWrite(StoreAccessor.java:96) at org.eclipse.emf.cdo.server.internal.db.DBStoreAccessor.doWrite(DBStoreAccessor.java:724) at org.eclipse.emf.cdo.spi.server.StoreAccessorBase.write(StoreAccessorBase.java:144) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.writeAccessor(TransactionCommitContext.java:1894) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.write(TransactionCommitContext.java:839) at org.eclipse.emf.cdo.spi.server.InternalCommitContext$1.runLoop(InternalCommitContext.java:49) at org.eclipse.emf.cdo.spi.server.InternalCommitContext$1.runLoop(InternalCommitContext.java:1) at org.eclipse.net4j.util.om.monitor.ProgressDistributor.run(ProgressDistributor.java:95) at org.eclipse.emf.cdo.internal.server.Repository.commitUnsynced(Repository.java:1562) at org.eclipse.emf.cdo.internal.server.Repository.commit(Repository.java:1550) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicatingCommit(CommitTransactionIndication.java:283) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicating(CommitTransactionIndication.java:96) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerIndicationWithMonitoring.indicating(CDOServerIndicationWithMonitoring.java:118) at org.eclipse.net4j.signal.IndicationWithMonitoring.indicating(IndicationWithMonitoring.java:62) at org.eclipse.net4j.signal.IndicationWithResponse.doExtendedInput(IndicationWithResponse.java:94) at org.eclipse.net4j.signal.Signal.doInput(Signal.java:434) at org.eclipse.net4j.signal.IndicationWithResponse.execute(IndicationWithResponse.java:72) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) ******************************************************* Bugzilla_350027_Test.testMoveFromLeftToRight [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_350137_Test.testDefault [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_350137_Test.testExplicitZero [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_350987_Test.testRestoringReferences [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_351067_Test.testCommitBlob [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_351096_Test.testCommit2Blob [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_351096_Test.testCommit2Clob [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_351393_Test.testExtRef [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_351921_Test.testDefaultValueNull [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_352204_Test.testWithReconstructSavepoints [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] Using /tmp/tmp11137937532587195281 for push transaction repo1:20:1 [INFO] Using /tmp/tmp11137937532587195281 for push transaction repo1:21:1 ******************************************************* Bugzilla_352204_Test.testWithoutReconstructSavepoints [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] Using /tmp/tmp5950167169318205295 for push transaction repo1:23:1 [INFO] Using /tmp/tmp5950167169318205295 for push transaction repo1:24:1 ******************************************************* Bugzilla_352303_Test.testReadBlob [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_352832_Test.testNewSingle [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_354395_Test.testContains [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_354395_Test.testIndexOf [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_355045_Test.testLockOnCommitOfSingleNewObject [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_355045_Test.testRecursiveLockOfObjectsTreeContainingASubTreeOfNewObjects [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_355045_Test.testRecursiveLockOnCommitOfNewObjectsTree [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_359669_Test.testReloadFromIndex [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_359669_Test.testReloadFromIndexComplex [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_359966_Test.testWithReconstructSavepoints [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] Using /tmp/tmp12905990239558300696 for push transaction repo1:40:1 [INFO] Using /tmp/tmp12905990239558300696 for push transaction repo1:41:1 ******************************************************* Bugzilla_359966_Test.testWithoutPushTransaction [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_359966_Test.testWithoutReconstructSavepoints [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] Using /tmp/tmp12465014675693829716 for push transaction repo1:44:1 [INFO] Using /tmp/tmp12465014675693829716 for push transaction repo1:45:1 ******************************************************* Bugzilla_361819_Test.testDoubleRefreshBug [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_362270_Test.testNotifierNotACDOLegacyAdapter [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_362270b_Test.testRollback [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_362270c_Test.testNotifierNotACDOLegacyAdapter [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_362293_Test.testNewSingle [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_363287_Test.testDetach [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_363355_Test.testCDOTransactionDirtyOnInvalidation [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_363355_Test.testCannotModifyFrozenRevisionOnInvalidation [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_365204_Test.testAuditViewTimeSwitch [H2-auditing-ranges, JVM, Native] ******************************************************* Category@OID188:0v2 Category@OID188:0v3 ******************************************************* Bugzilla_365832_Test.testWithReconstructSavepoints [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] Using /tmp/tmp15342657525181346857 for push transaction repo1:65:1 [INFO] Using /tmp/tmp15342657525181346857 for push transaction repo1:66:1 ******************************************************* Bugzilla_365832_Test.testWithoutPushTransaction [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_365832_Test.testWithoutReconstructSavepoints [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] Using /tmp/tmp8400250178954270369 for push transaction repo1:69:1 [INFO] Using /tmp/tmp8400250178954270369 for push transaction repo1:70:1 ******************************************************* Bugzilla_367738_Test.testOldValue_Attribute [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_367738_Test.testOldValue_ContainmentControl [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_367738_Test.testOldValue_ContainmentDetach [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_367738_Test.testOldValue_ContainmentMove [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_367738_Test.testOldValue_ContainmentUncontrol [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_367738_Test.testOldValue_XRef [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_372307_Test.testMoveElementToOtherContainer [H2-auditing-ranges, JVM, Native] ******************************************************* a1: A@OID240 a2: A@OID242 d: D@OID241 ******************************************************* Bugzilla_372307_Test.testMoveElementToOtherContainerSingleValued [H2-auditing-ranges, JVM, Native] ******************************************************* a1: B@OID245 a2: B@OID247 d: C@OID246 ******************************************************* Bugzilla_373096_Test.testDragAndDrop [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_374418_Test.testControlUncontrol [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_376075_Test.testTransientPut [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_376075_Test.testTransientRemove [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_376610_Test.testRemoveAllEnumLiterals [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_376610_Test.testRemoveOneEnumLiteral [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_376620b_Test.testBoolean [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_376620b_Test.testByte [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_376620b_Test.testChar [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_376620b_Test.testDouble [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_376620b_Test.testFloat [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_376620b_Test.testInt [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_376620b_Test.testLong [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_376620b_Test.testShort [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_377173_Test.testCancelCommitWithProgressMonitor [H2-auditing-ranges, JVM, Native] ******************************************************* [ERROR] MonitorCanceledException org.eclipse.net4j.util.om.monitor.MonitorCanceledException at org.eclipse.net4j.util.om.monitor.Monitor.checkCanceled(Monitor.java:63) at org.eclipse.net4j.util.om.monitor.TimeoutMonitor.checkCanceled(TimeoutMonitor.java:116) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.AbstractMonitor.begin(AbstractMonitor.java:48) at org.eclipse.net4j.util.om.monitor.NestedMonitor.begin(NestedMonitor.java:63) at org.eclipse.emf.cdo.server.internal.db.DBStoreAccessor.writeRevisions(DBStoreAccessor.java:436) at org.eclipse.emf.cdo.server.internal.db.DBStoreAccessor.writeNewObjectRevisions(DBStoreAccessor.java:423) at org.eclipse.emf.cdo.spi.server.StoreAccessor.doWrite(StoreAccessor.java:119) at org.eclipse.emf.cdo.server.internal.db.DBStoreAccessor.doWrite(DBStoreAccessor.java:724) at org.eclipse.emf.cdo.spi.server.StoreAccessorBase.write(StoreAccessorBase.java:144) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.writeAccessor(TransactionCommitContext.java:1894) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.write(TransactionCommitContext.java:839) at org.eclipse.emf.cdo.spi.server.InternalCommitContext$1.runLoop(InternalCommitContext.java:49) at org.eclipse.emf.cdo.spi.server.InternalCommitContext$1.runLoop(InternalCommitContext.java:1) at org.eclipse.net4j.util.om.monitor.ProgressDistributor.run(ProgressDistributor.java:95) at org.eclipse.emf.cdo.internal.server.Repository.commitUnsynced(Repository.java:1562) at org.eclipse.emf.cdo.internal.server.Repository.commit(Repository.java:1550) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicatingCommit(CommitTransactionIndication.java:283) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicating(CommitTransactionIndication.java:96) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerIndicationWithMonitoring.indicating(CDOServerIndicationWithMonitoring.java:118) at org.eclipse.net4j.signal.IndicationWithMonitoring.indicating(IndicationWithMonitoring.java:62) at org.eclipse.net4j.signal.IndicationWithResponse.doExtendedInput(IndicationWithResponse.java:94) at org.eclipse.net4j.signal.Signal.doInput(Signal.java:434) at org.eclipse.net4j.signal.IndicationWithResponse.execute(IndicationWithResponse.java:72) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) [ERROR] MonitorCanceledException org.eclipse.net4j.util.om.monitor.MonitorCanceledException at org.eclipse.net4j.util.om.monitor.Monitor.checkCanceled(Monitor.java:63) at org.eclipse.net4j.util.om.monitor.TimeoutMonitor.checkCanceled(TimeoutMonitor.java:116) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.AbstractMonitor.begin(AbstractMonitor.java:48) at org.eclipse.net4j.util.om.monitor.NestedMonitor.begin(NestedMonitor.java:63) at org.eclipse.net4j.util.om.monitor.ProgressDistributor.run(ProgressDistributor.java:86) at org.eclipse.emf.cdo.internal.server.Repository.commitUnsynced(Repository.java:1562) at org.eclipse.emf.cdo.internal.server.Repository.commit(Repository.java:1550) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicatingCommit(CommitTransactionIndication.java:283) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicating(CommitTransactionIndication.java:96) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerIndicationWithMonitoring.indicating(CDOServerIndicationWithMonitoring.java:118) at org.eclipse.net4j.signal.IndicationWithMonitoring.indicating(IndicationWithMonitoring.java:62) at org.eclipse.net4j.signal.IndicationWithResponse.doExtendedInput(IndicationWithResponse.java:94) at org.eclipse.net4j.signal.Signal.doInput(Signal.java:434) at org.eclipse.net4j.signal.IndicationWithResponse.execute(IndicationWithResponse.java:72) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) ******************************************************* Bugzilla_377212_Test.testBalancedTree [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_377212_Test.testBalancedTreeLocked [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_381395_Test.testAdapterAddAfterCDOServerShutdown [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] Ignoring attempt to add adapter(s) while view is closing: org.eclipse.emf.common.notify.impl.AdapterImpl@475cdecc org.eclipse.emf.cdo.common.util.CDOException: Ignoring attempt to add adapter(s) while view is closing: org.eclipse.emf.common.notify.impl.AdapterImpl@475cdecc at org.eclipse.emf.internal.cdo.CDOObjectImpl$1NonGrowingAdapterList.ignore(CDOObjectImpl.java:1564) at org.eclipse.emf.internal.cdo.CDOObjectImpl$1NonGrowingAdapterList.add(CDOObjectImpl.java:1487) at org.eclipse.emf.internal.cdo.CDOObjectImpl$1NonGrowingAdapterList.add(CDOObjectImpl.java:1) at org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_381395_Test.testAdapterAddAfterCDOServerShutdown(Bugzilla_381395_Test.java:81) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at junit.framework.TestCase.runTest(TestCase.java:177) at org.eclipse.net4j.util.tests.AbstractOMTest.access$0(AbstractOMTest.java:1) at org.eclipse.net4j.util.tests.AbstractOMTest$3.execute(AbstractOMTest.java:315) at org.eclipse.net4j.internal.util.test.TestExecuter.execute(TestExecuter.java:40) at org.eclipse.net4j.util.tests.AbstractOMTest.runBare(AbstractOMTest.java:301) at org.eclipse.emf.cdo.tests.config.impl.ConfigTest.runBare(ConfigTest.java:648) at junit.framework.TestResult$1.protect(TestResult.java:122) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.framework.TestResult.run(TestResult.java:125) at junit.framework.TestCase.run(TestCase.java:130) at org.eclipse.net4j.util.tests.AbstractOMTest.run(AbstractOMTest.java:375) at junit.framework.TestSuite.runTest(TestSuite.java:241) at org.eclipse.emf.cdo.tests.config.impl.ConfigTestSuite$TestClassWrapper.runTest(ConfigTestSuite.java:231) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at org.eclipse.emf.cdo.tests.config.impl.ConfigTestSuite$MainSuite.run(ConfigTestSuite.java:166) at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:364) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:237) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:158) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.apache.maven.surefire.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:167) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:142) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:28) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:679) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:616) at org.eclipse.equinox.launcher.Main.run(Main.java:1492) at org.eclipse.equinox.launcher.Main.main(Main.java:1465) java.lang.IllegalStateException: JVM acceptor not found: default at org.eclipse.net4j.internal.jvm.JVMClientConnector.doBeforeActivate(JVMClientConnector.java:58) at org.eclipse.net4j.util.lifecycle.Lifecycle.internalActivate(Lifecycle.java:80) at org.eclipse.net4j.util.lifecycle.ShareableLifecycle.internalActivate(ShareableLifecycle.java:43) at org.eclipse.net4j.util.lifecycle.Lifecycle.activate(Lifecycle.java:202) at org.eclipse.net4j.util.lifecycle.LifecycleUtil.activate(LifecycleUtil.java:146) at org.eclipse.net4j.util.lifecycle.LifecycleUtil.activate(LifecycleUtil.java:136) at org.eclipse.net4j.util.container.ManagedContainer.activateElement(ManagedContainer.java:515) at org.eclipse.net4j.util.container.ManagedContainer.getElement(ManagedContainer.java:409) at org.eclipse.net4j.util.container.ManagedContainer.getElement(ManagedContainer.java:384) at org.eclipse.net4j.jvm.JVMUtil.getConnector(JVMUtil.java:41) at org.eclipse.emf.cdo.tests.config.impl.SessionConfig$Net4j$JVM.getConnector(SessionConfig.java:535) at org.eclipse.emf.cdo.tests.config.impl.SessionConfig$Net4j.stopTransport(SessionConfig.java:403) at org.eclipse.emf.cdo.tests.config.impl.SessionConfig.tearDown(SessionConfig.java:281) at org.eclipse.emf.cdo.tests.config.impl.SessionConfig$Net4j.tearDown(SessionConfig.java:478) at org.eclipse.emf.cdo.tests.config.impl.Scenario.tearDown(Scenario.java:241) at org.eclipse.emf.cdo.tests.config.impl.ConfigTest.doTearDown(ConfigTest.java:874) at org.eclipse.emf.cdo.tests.AbstractCDOTest.doTearDown(AbstractCDOTest.java:118) at org.eclipse.net4j.util.tests.AbstractOMTest.tearDown(AbstractOMTest.java:233) at org.eclipse.net4j.util.tests.AbstractOMTest$3.execute(AbstractOMTest.java:325) at org.eclipse.net4j.internal.util.test.TestExecuter.execute(TestExecuter.java:40) at org.eclipse.net4j.util.tests.AbstractOMTest.runBare(AbstractOMTest.java:301) at org.eclipse.emf.cdo.tests.config.impl.ConfigTest.runBare(ConfigTest.java:648) at junit.framework.TestResult$1.protect(TestResult.java:122) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.framework.TestResult.run(TestResult.java:125) at junit.framework.TestCase.run(TestCase.java:130) at org.eclipse.net4j.util.tests.AbstractOMTest.run(AbstractOMTest.java:375) at junit.framework.TestSuite.runTest(TestSuite.java:241) at org.eclipse.emf.cdo.tests.config.impl.ConfigTestSuite$TestClassWrapper.runTest(ConfigTestSuite.java:231) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at org.eclipse.emf.cdo.tests.config.impl.ConfigTestSuite$MainSuite.run(ConfigTestSuite.java:166) at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:364) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:237) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:158) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.apache.maven.surefire.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:167) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:142) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:28) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:679) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:616) at org.eclipse.equinox.launcher.Main.run(Main.java:1492) at org.eclipse.equinox.launcher.Main.main(Main.java:1465) ******************************************************* Bugzilla_381395_Test.testAdapterAddAfterCDOViewClosed [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] Ignoring attempt to add adapter(s) while view is closing: org.eclipse.emf.common.notify.impl.AdapterImpl@433895e9 org.eclipse.emf.cdo.common.util.CDOException: Ignoring attempt to add adapter(s) while view is closing: org.eclipse.emf.common.notify.impl.AdapterImpl@433895e9 at org.eclipse.emf.internal.cdo.CDOObjectImpl$1NonGrowingAdapterList.ignore(CDOObjectImpl.java:1564) at org.eclipse.emf.internal.cdo.CDOObjectImpl$1NonGrowingAdapterList.add(CDOObjectImpl.java:1487) at org.eclipse.emf.internal.cdo.CDOObjectImpl$1NonGrowingAdapterList.add(CDOObjectImpl.java:1) at org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_381395_Test.testAdapterAddAfterCDOViewClosed(Bugzilla_381395_Test.java:97) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at junit.framework.TestCase.runTest(TestCase.java:177) at org.eclipse.net4j.util.tests.AbstractOMTest.access$0(AbstractOMTest.java:1) at org.eclipse.net4j.util.tests.AbstractOMTest$3.execute(AbstractOMTest.java:315) at org.eclipse.net4j.internal.util.test.TestExecuter.execute(TestExecuter.java:40) at org.eclipse.net4j.util.tests.AbstractOMTest.runBare(AbstractOMTest.java:301) at org.eclipse.emf.cdo.tests.config.impl.ConfigTest.runBare(ConfigTest.java:648) at junit.framework.TestResult$1.protect(TestResult.java:122) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.framework.TestResult.run(TestResult.java:125) at junit.framework.TestCase.run(TestCase.java:130) at org.eclipse.net4j.util.tests.AbstractOMTest.run(AbstractOMTest.java:375) at junit.framework.TestSuite.runTest(TestSuite.java:241) at org.eclipse.emf.cdo.tests.config.impl.ConfigTestSuite$TestClassWrapper.runTest(ConfigTestSuite.java:231) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at org.eclipse.emf.cdo.tests.config.impl.ConfigTestSuite$MainSuite.run(ConfigTestSuite.java:166) at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:364) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:237) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:158) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.apache.maven.surefire.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:167) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:142) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:28) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:679) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:616) at org.eclipse.equinox.launcher.Main.run(Main.java:1492) at org.eclipse.equinox.launcher.Main.main(Main.java:1465) ******************************************************* Bugzilla_381395_Test.testAdapterRemoveAfterCDOServerShutdown [H2-auditing-ranges, JVM, Native] ******************************************************* java.lang.IllegalStateException: JVM acceptor not found: default at org.eclipse.net4j.internal.jvm.JVMClientConnector.doBeforeActivate(JVMClientConnector.java:58) at org.eclipse.net4j.util.lifecycle.Lifecycle.internalActivate(Lifecycle.java:80) at org.eclipse.net4j.util.lifecycle.ShareableLifecycle.internalActivate(ShareableLifecycle.java:43) at org.eclipse.net4j.util.lifecycle.Lifecycle.activate(Lifecycle.java:202) at org.eclipse.net4j.util.lifecycle.LifecycleUtil.activate(LifecycleUtil.java:146) at org.eclipse.net4j.util.lifecycle.LifecycleUtil.activate(LifecycleUtil.java:136) at org.eclipse.net4j.util.container.ManagedContainer.activateElement(ManagedContainer.java:515) at org.eclipse.net4j.util.container.ManagedContainer.getElement(ManagedContainer.java:409) at org.eclipse.net4j.util.container.ManagedContainer.getElement(ManagedContainer.java:384) at org.eclipse.net4j.jvm.JVMUtil.getConnector(JVMUtil.java:41) at org.eclipse.emf.cdo.tests.config.impl.SessionConfig$Net4j$JVM.getConnector(SessionConfig.java:535) at org.eclipse.emf.cdo.tests.config.impl.SessionConfig$Net4j.stopTransport(SessionConfig.java:403) at org.eclipse.emf.cdo.tests.config.impl.SessionConfig.tearDown(SessionConfig.java:281) at org.eclipse.emf.cdo.tests.config.impl.SessionConfig$Net4j.tearDown(SessionConfig.java:478) at org.eclipse.emf.cdo.tests.config.impl.Scenario.tearDown(Scenario.java:241) at org.eclipse.emf.cdo.tests.config.impl.ConfigTest.doTearDown(ConfigTest.java:874) at org.eclipse.emf.cdo.tests.AbstractCDOTest.doTearDown(AbstractCDOTest.java:118) at org.eclipse.net4j.util.tests.AbstractOMTest.tearDown(AbstractOMTest.java:233) at org.eclipse.net4j.util.tests.AbstractOMTest$3.execute(AbstractOMTest.java:325) at org.eclipse.net4j.internal.util.test.TestExecuter.execute(TestExecuter.java:40) at org.eclipse.net4j.util.tests.AbstractOMTest.runBare(AbstractOMTest.java:301) at org.eclipse.emf.cdo.tests.config.impl.ConfigTest.runBare(ConfigTest.java:648) at junit.framework.TestResult$1.protect(TestResult.java:122) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.framework.TestResult.run(TestResult.java:125) at junit.framework.TestCase.run(TestCase.java:130) at org.eclipse.net4j.util.tests.AbstractOMTest.run(AbstractOMTest.java:375) at junit.framework.TestSuite.runTest(TestSuite.java:241) at org.eclipse.emf.cdo.tests.config.impl.ConfigTestSuite$TestClassWrapper.runTest(ConfigTestSuite.java:231) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at org.eclipse.emf.cdo.tests.config.impl.ConfigTestSuite$MainSuite.run(ConfigTestSuite.java:166) at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:364) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:237) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:158) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.apache.maven.surefire.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:167) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:142) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:28) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:679) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:616) at org.eclipse.equinox.launcher.Main.run(Main.java:1492) at org.eclipse.equinox.launcher.Main.main(Main.java:1465) ******************************************************* Bugzilla_381395_Test.testAdapterRemoveAfterCDOViewClosed [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_381472_Test.testCreateRepo [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] The CDO system tables are not found in schema "repo2"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo3, repo1, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ContainerEvent[source=jvm://default, ADDED=repo2] ******************************************************* Bugzilla_381472_Test.testCreateRepoWithPropertiesCDOID [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] The CDO system tables are not found in schema "repo2"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo3, repo1, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ContainerEvent[source=jvm://default, ADDED=repo2] ******************************************************* Bugzilla_381472_Test.testCreateRepoWithPropertiesEmpty [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] The CDO system tables are not found in schema "repo2"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo3, repo1, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ContainerEvent[source=jvm://default, ADDED=repo2] ******************************************************* Bugzilla_381472_Test.testCreateRepoWithPropertiesPrimitive [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] The CDO system tables are not found in schema "repo2"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo3, repo1, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ContainerEvent[source=jvm://default, ADDED=repo2] ******************************************************* Bugzilla_381472_Test.testCreateRepoWrongHandlerType [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [ERROR] Factory not found: org.eclipse.emf.cdo.server.admin.adminHandlers[WRONG] org.eclipse.net4j.util.container.FactoryNotFoundException: Factory not found: org.eclipse.emf.cdo.server.admin.adminHandlers[WRONG] at org.eclipse.net4j.util.container.ManagedContainer.getFactory(ManagedContainer.java:317) at org.eclipse.net4j.util.container.ManagedContainer.createElement(ManagedContainer.java:461) at org.eclipse.net4j.util.container.ManagedContainer.getElement(ManagedContainer.java:404) at org.eclipse.net4j.util.container.ManagedContainer.getElement(ManagedContainer.java:384) at org.eclipse.emf.cdo.server.internal.admin.CDOAdminServer.getAdminHandler(CDOAdminServer.java:367) at org.eclipse.emf.cdo.server.internal.admin.CDOAdminServer.doCreateRepository(CDOAdminServer.java:127) at org.eclipse.emf.cdo.spi.common.admin.AbstractCDOAdmin.createRepository(AbstractCDOAdmin.java:113) at org.eclipse.emf.cdo.server.internal.admin.protocol.CreateRepositoryIndication$1.call(CreateRepositoryIndication.java:77) at org.eclipse.emf.cdo.server.internal.admin.protocol.CreateRepositoryIndication$1.call(CreateRepositoryIndication.java:1) at org.eclipse.emf.cdo.spi.server.AuthenticationUtil$1.doCall(AuthenticationUtil.java:52) at org.eclipse.emf.cdo.spi.server.AuthenticationUtil$AuthenticatingOperation.call(AuthenticationUtil.java:82) at org.eclipse.emf.cdo.server.internal.admin.protocol.CreateRepositoryIndication.createRepository(CreateRepositoryIndication.java:80) at org.eclipse.emf.cdo.server.internal.admin.protocol.CreateRepositoryIndication.responding(CreateRepositoryIndication.java:58) at org.eclipse.net4j.signal.IndicationWithResponse.doExtendedOutput(IndicationWithResponse.java:100) at org.eclipse.net4j.signal.Signal.doOutput(Signal.java:407) at org.eclipse.net4j.signal.IndicationWithResponse.execute(IndicationWithResponse.java:74) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) ******************************************************* Bugzilla_381472_Test.testDeleteRepo [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ContainerEvent[source=jvm://default, REMOVED=repo1] ******************************************************* Bugzilla_381472_Test.testDeleteRepoWrongHandlerType [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [ERROR] Factory not found: org.eclipse.emf.cdo.server.admin.adminHandlers[WRONG] org.eclipse.net4j.util.container.FactoryNotFoundException: Factory not found: org.eclipse.emf.cdo.server.admin.adminHandlers[WRONG] at org.eclipse.net4j.util.container.ManagedContainer.getFactory(ManagedContainer.java:317) at org.eclipse.net4j.util.container.ManagedContainer.createElement(ManagedContainer.java:461) at org.eclipse.net4j.util.container.ManagedContainer.getElement(ManagedContainer.java:404) at org.eclipse.net4j.util.container.ManagedContainer.getElement(ManagedContainer.java:384) at org.eclipse.emf.cdo.server.internal.admin.CDOAdminServer.getAdminHandler(CDOAdminServer.java:367) at org.eclipse.emf.cdo.server.internal.admin.CDOAdminServer.doDeleteRepository(CDOAdminServer.java:142) at org.eclipse.emf.cdo.spi.common.admin.AbstractCDOAdmin.deleteRepository(AbstractCDOAdmin.java:129) at org.eclipse.emf.cdo.server.internal.admin.protocol.DeleteRepositoryIndication$1.call(DeleteRepositoryIndication.java:75) at org.eclipse.emf.cdo.server.internal.admin.protocol.DeleteRepositoryIndication$1.call(DeleteRepositoryIndication.java:1) at org.eclipse.emf.cdo.spi.server.AuthenticationUtil$1.doCall(AuthenticationUtil.java:52) at org.eclipse.emf.cdo.spi.server.AuthenticationUtil$AuthenticatingOperation.call(AuthenticationUtil.java:82) at org.eclipse.emf.cdo.server.internal.admin.protocol.DeleteRepositoryIndication.deleteRepository(DeleteRepositoryIndication.java:80) at org.eclipse.emf.cdo.server.internal.admin.protocol.DeleteRepositoryIndication.responding(DeleteRepositoryIndication.java:53) at org.eclipse.net4j.signal.IndicationWithResponse.doExtendedOutput(IndicationWithResponse.java:100) at org.eclipse.net4j.signal.Signal.doOutput(Signal.java:407) at org.eclipse.net4j.signal.IndicationWithResponse.execute(IndicationWithResponse.java:74) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) ******************************************************* Bugzilla_381472_Test.testInitial [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Bugzilla_381472_Test.testRepoAdded [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] The CDO system tables are not found in schema "repo2"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo3, repo1, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Bugzilla_381472_Test.testRepoAddedAdded [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] The CDO system tables are not found in schema "repo2"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo3, repo1, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] The CDO system tables are not found in schema "repo3"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo1, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Bugzilla_381472_Test.testRepoAddedEvent [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] The CDO system tables are not found in schema "repo2"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo3, repo1, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ContainerEvent[source=jvm://default, ADDED=repo2] ******************************************************* Bugzilla_381472_Test.testRepoAddedRemoved [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] The CDO system tables are not found in schema "repo2"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo3, repo1, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Bugzilla_381472_Test.testRepoAddedRemovedAdded [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] The CDO system tables are not found in schema "repo2"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo3, repo1, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] The CDO system tables are not found in schema "repo2"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo3, repo1, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Bugzilla_381472_Test.testRepoAddedRemovedAddedOther [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] The CDO system tables are not found in schema "repo2"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo3, repo1, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] The CDO system tables are not found in schema "repo3"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo1, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Bugzilla_381472_Test.testRepoRemovedEvent [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ContainerEvent[source=jvm://default, REMOVED=repo1] ******************************************************* Bugzilla_381472_Test.testRepoStateChangedEvent [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' RepositoryStateChangedEvent[source=repo1] ******************************************************* Bugzilla_381472_Test.testRepoTypeChangedEvent [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' RepositoryTypeChangedEvent[source=repo1] ******************************************************* Bugzilla_383370_Test.testSecondLevel [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Bugzilla_383370_Test.testSecondLevelWithChildren [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_383370_Test.testTopLevel [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_383370_Test.testTopLevelWithChildren [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_384496_Test.testSimplest [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_385268_Test.testDetachment [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_385268_Test.testReattachment [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_385268_Test.testReattachment2 [H2-auditing-ranges, JVM, Native] ******************************************************* Main RemoteUser Main ******************************************************* Bugzilla_387563_Test.testPartialLockOnCommit [H2-auditing-ranges, JVM, Native] ******************************************************* category1 --> oid4 category2 --> oid5 category4 --> oid6 category6 --> oid7 category5 --> oid8 category7 --> oid9 category3 --> oid10 category8 --> oid11 category10 --> oid12 category9 --> oid13 category11 --> oid14 ******************************************************* Bugzilla_387563_Test.testPartialUnlockOnCommit [H2-auditing-ranges, JVM, Native] ******************************************************* category1 --> oid4 category2 --> oid5 category4 --> oid6 category6 --> oid7 category5 --> oid8 category7 --> oid9 category3 --> oid10 category8 --> oid11 category10 --> oid12 category9 --> oid13 category11 --> oid14 ******************************************************* Bugzilla_387563b_Test.testExplicitLockingAndUnlockingOfNewObject [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_387563b_Test.testExplicitLockingOfNewObject [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_387563b_Test.testExplicitLockingOfNewObjectExemption [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_387563b_Test.testNoImplicitLockingOfNewObject [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_387564_Test.testLockEventAfterInvalidationEventDifferentSession [H2-auditing-ranges, JVM, Native] ******************************************************* Initial Changed ******************************************************* Bugzilla_387564_Test.testLockEventAfterInvalidationEventSameSession [H2-auditing-ranges, JVM, Native] ******************************************************* Initial Changed ******************************************************* Bugzilla_390185_Test.testInvalidationDeadlock [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_390283_Test.testAddAfterRemove [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_390283_Test.testRemoveFromMiddle [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_392956_Test.testPartialPersistence [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_395685_Test.testCorrectOldValue [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_395999_Test.testTwiceGetCDOResourceOnResourceSetImpl [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_395999_Test.testTwiceGetXMIResourceOnResourceSetImpl [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_396181_Test.testCreatePersist [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_397232_Test.testLoadNotification [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_397822_Test.testClear_attribute [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_397822_Test.testRemoveAll_attribute [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_397822_Test.testRemoveAll_containment [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_399279_Test.testRemoveAdapterViewsClosedAndResourcesRemoved [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_399279_Test.testRemoveAdapterWhileResourcesStillLoaded [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_399279_Test.testRemoveAdapterWhileViewStillOpen [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_399470_Test.testUnload [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] Security realm created in /security [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] Security realm created in /security [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] Security realm created in /security ******************************************************* Bugzilla_399641_Test.testContainerAwareFactories [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_399641_Test.testNet4jSessionFactory [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_399956_Test.testDetachment [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Bugzilla_400236_Test.testCommit [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_400311_Test.testOneFeature [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_400311_Test.testTwoFeaturesUndoOne [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_400311b_Test.testTouchModificationDoNotMakeObjectsDirtyOnMultiValuedAttribute [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_400311b_Test.testTouchModificationDoNotMakeObjectsDirtyOnMultiValuedAttributeMove [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_400311b_Test.testTouchModificationDoNotMakeObjectsDirtyOnMultiValuedEnum [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_400311b_Test.testTouchModificationDoNotMakeObjectsDirtyOnMultiValuedEnumMove [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_400311b_Test.testTouchModificationDoNotMakeObjectsDirtyOnMultiValuedReference [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_400311b_Test.testTouchModificationDoNotMakeObjectsDirtyOnMultiValuedReferenceMove [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_400311b_Test.testTouchModificationDoNotMakeObjectsDirtyOnSingleValuedAttribute [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_400311b_Test.testTouchModificationDoNotMakeObjectsDirtyOnSingleValuedEnum [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_400311b_Test.testTouchModificationDoNotMakeObjectsDirtyOnSingleValuedReference [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_400311b_Test.testUndoRevertsToCleanStateOnComplexModifications [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_400311b_Test.testUndoRevertsToCleanStateOnMultiValuedAttribute [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_400311b_Test.testUndoRevertsToCleanStateOnMultiValuedAttributeMove [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_400311b_Test.testUndoRevertsToCleanStateOnMultiValuedEnum [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_400311b_Test.testUndoRevertsToCleanStateOnMultiValuedEnumMove [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_400311b_Test.testUndoRevertsToCleanStateOnMultiValuedReference [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_400311b_Test.testUndoRevertsToCleanStateOnMultiValuedReferenceMove [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_400311b_Test.testUndoRevertsToCleanStateOnObjectCreation [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_400311b_Test.testUndoRevertsToCleanStateOnObjectDeletion [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_400311b_Test.testUndoRevertsToCleanStateOnSingleValuedAttribute [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_400311b_Test.testUndoRevertsToCleanStateOnSingleValuedEnum [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_400311b_Test.testUndoRevertsToCleanStateOnSingleValuedReference [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_402142_Test.testCheckLockByOther [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_402142_Test.testCheckLockByOtherAfterLockUnlock [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_402142_Test.testLockUnlockOnElementMovedBetweenResources [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_402670_Test.testRollbackOfBooleanValueChange [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_404318_Test.testUnloadedEClass [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_405191_Test.testAllTypesSetAndDefault [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_405191_Test.testAllTypesSetAndDefaultEMF [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_405191_Test.testAllTypesSetAndNull [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_405191_Test.testAllTypesSetAndUnset [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_405191_Test.testSetNonDefaultNullString [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_405400_Test.testRecreateCDOResource [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_405400_Test.testRecreateCDOResourceSeparateSession [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_405543_Test.testIsSetOnUnsettableReference [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_405543_Test.testIsSetOnUnsettableReference2 [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_405543_Test.testIsUnsetOnUnsettableReference [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_405606_Test.testUnchunkedRevisionWithPCL [H2-auditing-ranges, JVM, Native] ******************************************************* Unchunked: false Unchunked: true Test 0 Test 1 Test 2 Test 3 Test 4 Test 5 Test 6 Test 7 Test 8 Test 9 ******************************************************* Bugzilla_405850_Test.testIndexOutOfBounds [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_407157_Test.testUndoRedo [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_408534_Test.testListElementMove [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_409284_Test.testContainmentCycle [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_409287_Test.testListenersOnRollback [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_411927_Test.testWithFailureAfterTimeStamp [H2-auditing-ranges, JVM, Native] ******************************************************* [ERROR] org.h2.jdbc.JdbcSQLException: Timeout trying to lock table "cdo_commit_infos"; SQL statement: INSERT INTO "repo1"."cdo_commit_infos"("commit_time", "previous_time", "branch_id", "user_id", "commit_comment") VALUES (?, ?, ?, ?, ?) [50200-168] org.eclipse.net4j.db.DBException: org.h2.jdbc.JdbcSQLException: Timeout trying to lock table "cdo_commit_infos"; SQL statement: INSERT INTO "repo1"."cdo_commit_infos"("commit_time", "previous_time", "branch_id", "user_id", "commit_comment") VALUES (?, ?, ?, ?, ?) [50200-168] at org.eclipse.emf.cdo.server.internal.db.CommitInfoTable.writeCommitInfo(CommitInfoTable.java:107) at org.eclipse.emf.cdo.server.internal.db.DBStoreAccessor.writeCommitInfo(DBStoreAccessor.java:384) at org.eclipse.emf.cdo.spi.server.StoreAccessor.doWrite(StoreAccessor.java:84) at org.eclipse.emf.cdo.server.internal.db.DBStoreAccessor.doWrite(DBStoreAccessor.java:724) at org.eclipse.emf.cdo.spi.server.StoreAccessorBase.write(StoreAccessorBase.java:144) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.writeAccessor(TransactionCommitContext.java:1894) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.write(TransactionCommitContext.java:839) at org.eclipse.emf.cdo.spi.server.InternalCommitContext$1.runLoop(InternalCommitContext.java:49) at org.eclipse.emf.cdo.spi.server.InternalCommitContext$1.runLoop(InternalCommitContext.java:1) at org.eclipse.net4j.util.om.monitor.ProgressDistributor.run(ProgressDistributor.java:95) at org.eclipse.emf.cdo.internal.server.Repository.commitUnsynced(Repository.java:1562) at org.eclipse.emf.cdo.internal.server.Repository.commit(Repository.java:1550) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicatingCommit(CommitTransactionIndication.java:283) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicating(CommitTransactionIndication.java:96) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerIndicationWithMonitoring.indicating(CDOServerIndicationWithMonitoring.java:118) at org.eclipse.net4j.signal.IndicationWithMonitoring.indicating(IndicationWithMonitoring.java:62) at org.eclipse.net4j.signal.IndicationWithResponse.doExtendedInput(IndicationWithResponse.java:94) at org.eclipse.net4j.signal.Signal.doInput(Signal.java:434) at org.eclipse.net4j.signal.IndicationWithResponse.execute(IndicationWithResponse.java:72) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) Caused by: org.h2.jdbc.JdbcSQLException: Timeout trying to lock table "cdo_commit_infos"; SQL statement: INSERT INTO "repo1"."cdo_commit_infos"("commit_time", "previous_time", "branch_id", "user_id", "commit_comment") VALUES (?, ?, ?, ?, ?) [50200-168] at org.h2.message.DbException.getJdbcSQLException(DbException.java:329) at org.h2.message.DbException.get(DbException.java:169) at org.h2.message.DbException.get(DbException.java:146) at org.h2.table.RegularTable.doLock(RegularTable.java:500) at org.h2.table.RegularTable.lock(RegularTable.java:434) at org.h2.command.dml.Insert.insertRows(Insert.java:123) at org.h2.command.dml.Insert.update(Insert.java:84) at org.h2.command.CommandContainer.update(CommandContainer.java:75) at org.h2.command.Command.executeUpdate(Command.java:230) at org.h2.jdbc.JdbcPreparedStatement.executeUpdateInternal(JdbcPreparedStatement.java:156) at org.h2.jdbc.JdbcPreparedStatement.executeUpdate(JdbcPreparedStatement.java:142) at org.eclipse.net4j.db.jdbc.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:89) at org.eclipse.net4j.db.DBUtil.update(DBUtil.java:1018) at org.eclipse.emf.cdo.server.internal.db.CommitInfoTable.writeCommitInfo(CommitInfoTable.java:103) ... 24 more org.eclipse.emf.cdo.util.CommitException: Rollback in DBStore: org.eclipse.net4j.db.DBException: org.h2.jdbc.JdbcSQLException: Timeout trying to lock table "cdo_commit_infos"; SQL statement: INSERT INTO "repo1"."cdo_commit_infos"("commit_time", "previous_time", "branch_id", "user_id", "commit_comment") VALUES (?, ?, ?, ?, ?) [50200-168] at org.eclipse.emf.cdo.server.internal.db.CommitInfoTable.writeCommitInfo(CommitInfoTable.java:107) at org.eclipse.emf.cdo.server.internal.db.DBStoreAccessor.writeCommitInfo(DBStoreAccessor.java:384) at org.eclipse.emf.cdo.spi.server.StoreAccessor.doWrite(StoreAccessor.java:84) at org.eclipse.emf.cdo.server.internal.db.DBStoreAccessor.doWrite(DBStoreAccessor.java:724) at org.eclipse.emf.cdo.spi.server.StoreAccessorBase.write(StoreAccessorBase.java:144) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.writeAccessor(TransactionCommitContext.java:1894) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.write(TransactionCommitContext.java:839) at org.eclipse.emf.cdo.spi.server.InternalCommitContext$1.runLoop(InternalCommitContext.java:49) at org.eclipse.emf.cdo.spi.server.InternalCommitContext$1.runLoop(InternalCommitContext.java:1) at org.eclipse.net4j.util.om.monitor.ProgressDistributor.run(ProgressDistributor.java:95) at org.eclipse.emf.cdo.internal.server.Repository.commitUnsynced(Repository.java:1562) at org.eclipse.emf.cdo.internal.server.Repository.commit(Repository.java:1550) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicatingCommit(CommitTransactionIndication.java:283) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicating(CommitTransactionIndication.java:96) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerIndicationWithMonitoring.indicating(CDOServerIndicationWithMonitoring.java:118) at org.eclipse.net4j.signal.IndicationWithMonitoring.indicating(IndicationWithMonitoring.java:62) at org.eclipse.net4j.signal.IndicationWithResponse.doExtendedInput(IndicationWithResponse.java:94) at org.eclipse.net4j.signal.Signal.doInput(Signal.java:434) at org.eclipse.net4j.signal.IndicationWithResponse.execute(IndicationWithResponse.java:72) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) Caused by: org.h2.jdbc.JdbcSQLException: Timeout trying to lock table "cdo_commit_infos"; SQL statement: INSERT INTO "repo1"."cdo_commit_infos"("commit_time", "previous_time", "branch_id", "user_id", "commit_comment") VALUES (?, ?, ?, ?, ?) [50200-168] at org.h2.message.DbException.getJdbcSQLException(DbException.java:329) at org.h2.message.DbException.get(DbException.java:169) at org.h2.message.DbException.get(DbException.java:146) at org.h2.table.RegularTable.doLock(RegularTable.java:500) at org.h2.table.RegularTable.lock(RegularTable.java:434) at org.h2.command.dml.Insert.insertRows(Insert.java:123) at org.h2.command.dml.Insert.update(Insert.java:84) at org.h2.command.CommandContainer.update(CommandContainer.java:75) at org.h2.command.Command.executeUpdate(Command.java:230) at org.h2.jdbc.JdbcPreparedStatement.executeUpdateInternal(JdbcPreparedStatement.java:156) at org.h2.jdbc.JdbcPreparedStatement.executeUpdate(JdbcPreparedStatement.java:142) at org.eclipse.net4j.db.jdbc.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:89) at org.eclipse.net4j.db.DBUtil.update(DBUtil.java:1018) at org.eclipse.emf.cdo.server.internal.db.CommitInfoTable.writeCommitInfo(CommitInfoTable.java:103) ... 24 more at org.eclipse.emf.internal.cdo.transaction.CDOSingleTransactionStrategyImpl.commit(CDOSingleTransactionStrategyImpl.java:99) at org.eclipse.emf.internal.cdo.transaction.CDOTransactionImpl.commitSynced(CDOTransactionImpl.java:1812) at org.eclipse.emf.internal.cdo.transaction.CDOTransactionImpl.commitAfterResolveConflicts(CDOTransactionImpl.java:1771) at org.eclipse.emf.internal.cdo.transaction.CDOTransactionImpl.commit(CDOTransactionImpl.java:1702) at org.eclipse.emf.internal.cdo.transaction.CDOTransactionImpl.commit(CDOTransactionImpl.java:1693) at org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_411927_Test$GoodClient.run(Bugzilla_411927_Test.java:201) [ERROR] org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 10001 millis org.eclipse.net4j.util.om.monitor.MonitorCanceledException: org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 10001 millis at org.eclipse.net4j.util.om.monitor.Monitor.checkCanceled(Monitor.java:58) at org.eclipse.net4j.util.om.monitor.TimeoutMonitor.checkCanceled(TimeoutMonitor.java:116) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.AbstractMonitor.begin(AbstractMonitor.java:48) at org.eclipse.net4j.util.om.monitor.NestedMonitor.begin(NestedMonitor.java:63) at org.eclipse.emf.cdo.server.internal.db.DBStoreAccessor.writePackageUnits(DBStoreAccessor.java:735) at org.eclipse.emf.cdo.spi.server.StoreAccessor.doWrite(StoreAccessor.java:85) at org.eclipse.emf.cdo.server.internal.db.DBStoreAccessor.doWrite(DBStoreAccessor.java:724) at org.eclipse.emf.cdo.spi.server.StoreAccessorBase.write(StoreAccessorBase.java:144) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.writeAccessor(TransactionCommitContext.java:1894) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.write(TransactionCommitContext.java:839) at org.eclipse.emf.cdo.spi.server.InternalCommitContext$1.runLoop(InternalCommitContext.java:49) at org.eclipse.emf.cdo.spi.server.InternalCommitContext$1.runLoop(InternalCommitContext.java:1) at org.eclipse.net4j.util.om.monitor.ProgressDistributor.run(ProgressDistributor.java:95) at org.eclipse.emf.cdo.internal.server.Repository.commitUnsynced(Repository.java:1562) at org.eclipse.emf.cdo.internal.server.Repository.commit(Repository.java:1550) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicatingCommit(CommitTransactionIndication.java:283) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicating(CommitTransactionIndication.java:96) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerIndicationWithMonitoring.indicating(CDOServerIndicationWithMonitoring.java:118) at org.eclipse.net4j.signal.IndicationWithMonitoring.indicating(IndicationWithMonitoring.java:62) at org.eclipse.net4j.signal.IndicationWithResponse.doExtendedInput(IndicationWithResponse.java:94) at org.eclipse.net4j.signal.Signal.doInput(Signal.java:434) at org.eclipse.net4j.signal.IndicationWithResponse.execute(IndicationWithResponse.java:72) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) Caused by: org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 10001 millis at org.eclipse.net4j.util.om.monitor.TimeoutMonitor.handleTimeout(TimeoutMonitor.java:121) at org.eclipse.net4j.util.om.monitor.TimeoutMonitor$1.handleTimeout(TimeoutMonitor.java:61) at org.eclipse.net4j.util.concurrent.Timeouter$1.run(Timeouter.java:89) at java.base/java.util.TimerThread.mainLoop(Timer.java:566) at java.base/java.util.TimerThread.run(Timer.java:516) [ERROR] org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 10001 millis org.eclipse.net4j.util.om.monitor.MonitorCanceledException: org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 10001 millis at org.eclipse.net4j.util.om.monitor.Monitor.checkCanceled(Monitor.java:58) at org.eclipse.net4j.util.om.monitor.TimeoutMonitor.checkCanceled(TimeoutMonitor.java:116) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.AbstractMonitor.begin(AbstractMonitor.java:48) at org.eclipse.net4j.util.om.monitor.NestedMonitor.begin(NestedMonitor.java:63) at org.eclipse.net4j.util.om.monitor.ProgressDistributor.run(ProgressDistributor.java:86) at org.eclipse.emf.cdo.internal.server.Repository.commitUnsynced(Repository.java:1562) at org.eclipse.emf.cdo.internal.server.Repository.commit(Repository.java:1550) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicatingCommit(CommitTransactionIndication.java:283) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicating(CommitTransactionIndication.java:96) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerIndicationWithMonitoring.indicating(CDOServerIndicationWithMonitoring.java:118) at org.eclipse.net4j.signal.IndicationWithMonitoring.indicating(IndicationWithMonitoring.java:62) at org.eclipse.net4j.signal.IndicationWithResponse.doExtendedInput(IndicationWithResponse.java:94) at org.eclipse.net4j.signal.Signal.doInput(Signal.java:434) at org.eclipse.net4j.signal.IndicationWithResponse.execute(IndicationWithResponse.java:72) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) Caused by: org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 10001 millis at org.eclipse.net4j.util.om.monitor.TimeoutMonitor.handleTimeout(TimeoutMonitor.java:121) at org.eclipse.net4j.util.om.monitor.TimeoutMonitor$1.handleTimeout(TimeoutMonitor.java:61) at org.eclipse.net4j.util.concurrent.Timeouter$1.run(Timeouter.java:89) at java.base/java.util.TimerThread.mainLoop(Timer.java:566) at java.base/java.util.TimerThread.run(Timer.java:516) [ERROR] org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 10001 millis org.eclipse.net4j.util.om.monitor.MonitorCanceledException: org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 10001 millis at org.eclipse.net4j.util.om.monitor.Monitor.checkCanceled(Monitor.java:58) at org.eclipse.net4j.util.om.monitor.TimeoutMonitor.checkCanceled(TimeoutMonitor.java:116) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.AbstractMonitor.begin(AbstractMonitor.java:48) at org.eclipse.net4j.util.om.monitor.NestedMonitor.begin(NestedMonitor.java:63) at org.eclipse.emf.cdo.server.internal.db.DBStoreAccessor.writePackageUnits(DBStoreAccessor.java:735) at org.eclipse.emf.cdo.spi.server.StoreAccessor.doWrite(StoreAccessor.java:85) at org.eclipse.emf.cdo.server.internal.db.DBStoreAccessor.doWrite(DBStoreAccessor.java:724) at org.eclipse.emf.cdo.spi.server.StoreAccessorBase.write(StoreAccessorBase.java:144) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.writeAccessor(TransactionCommitContext.java:1894) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.write(TransactionCommitContext.java:839) at org.eclipse.emf.cdo.spi.server.InternalCommitContext$1.runLoop(InternalCommitContext.java:49) at org.eclipse.emf.cdo.spi.server.InternalCommitContext$1.runLoop(InternalCommitContext.java:1) at org.eclipse.net4j.util.om.monitor.ProgressDistributor.run(ProgressDistributor.java:95) at org.eclipse.emf.cdo.internal.server.Repository.commitUnsynced(Repository.java:1562) at org.eclipse.emf.cdo.internal.server.Repository.commit(Repository.java:1550) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicatingCommit(CommitTransactionIndication.java:283) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicating(CommitTransactionIndication.java:96) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerIndicationWithMonitoring.indicating(CDOServerIndicationWithMonitoring.java:118) at org.eclipse.net4j.signal.IndicationWithMonitoring.indicating(IndicationWithMonitoring.java:62) at org.eclipse.net4j.signal.IndicationWithResponse.doExtendedInput(IndicationWithResponse.java:94) at org.eclipse.net4j.signal.Signal.doInput(Signal.java:434) at org.eclipse.net4j.signal.IndicationWithResponse.execute(IndicationWithResponse.java:72) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) Caused by: org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 10001 millis at org.eclipse.net4j.util.om.monitor.TimeoutMonitor.handleTimeout(TimeoutMonitor.java:121) at org.eclipse.net4j.util.om.monitor.TimeoutMonitor$1.handleTimeout(TimeoutMonitor.java:61) at org.eclipse.net4j.util.concurrent.Timeouter$1.run(Timeouter.java:89) at java.base/java.util.TimerThread.mainLoop(Timer.java:566) at java.base/java.util.TimerThread.run(Timer.java:516) [ERROR] org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 10001 millis org.eclipse.net4j.util.om.monitor.MonitorCanceledException: org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 10001 millis at org.eclipse.net4j.util.om.monitor.Monitor.checkCanceled(Monitor.java:58) at org.eclipse.net4j.util.om.monitor.TimeoutMonitor.checkCanceled(TimeoutMonitor.java:116) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.AbstractMonitor.begin(AbstractMonitor.java:48) at org.eclipse.net4j.util.om.monitor.NestedMonitor.begin(NestedMonitor.java:63) at org.eclipse.emf.cdo.server.internal.db.DBStoreAccessor.writePackageUnits(DBStoreAccessor.java:735) at org.eclipse.emf.cdo.spi.server.StoreAccessor.doWrite(StoreAccessor.java:85) at org.eclipse.emf.cdo.server.internal.db.DBStoreAccessor.doWrite(DBStoreAccessor.java:724) at org.eclipse.emf.cdo.spi.server.StoreAccessorBase.write(StoreAccessorBase.java:144) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.writeAccessor(TransactionCommitContext.java:1894) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.write(TransactionCommitContext.java:839) at org.eclipse.emf.cdo.spi.server.InternalCommitContext$1.runLoop(InternalCommitContext.java:49) at org.eclipse.emf.cdo.spi.server.InternalCommitContext$1.runLoop(InternalCommitContext.java:1) at org.eclipse.net4j.util.om.monitor.ProgressDistributor.run(ProgressDistributor.java:95) at org.eclipse.emf.cdo.internal.server.Repository.commitUnsynced(Repository.java:1562) at org.eclipse.emf.cdo.internal.server.Repository.commit(Repository.java:1550) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicatingCommit(CommitTransactionIndication.java:283) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicating(CommitTransactionIndication.java:96) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerIndicationWithMonitoring.indicating(CDOServerIndicationWithMonitoring.java:118) at org.eclipse.net4j.signal.IndicationWithMonitoring.indicating(IndicationWithMonitoring.java:62) at org.eclipse.net4j.signal.IndicationWithResponse.doExtendedInput(IndicationWithResponse.java:94) at org.eclipse.net4j.signal.Signal.doInput(Signal.java:434) at org.eclipse.net4j.signal.IndicationWithResponse.execute(IndicationWithResponse.java:72) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) Caused by: org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 10001 millis at org.eclipse.net4j.util.om.monitor.TimeoutMonitor.handleTimeout(TimeoutMonitor.java:121) at org.eclipse.net4j.util.om.monitor.TimeoutMonitor$1.handleTimeout(TimeoutMonitor.java:61) at org.eclipse.net4j.util.concurrent.Timeouter$1.run(Timeouter.java:89) at java.base/java.util.TimerThread.mainLoop(Timer.java:566) at java.base/java.util.TimerThread.run(Timer.java:516) [ERROR] org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 10001 millis org.eclipse.net4j.util.om.monitor.MonitorCanceledException: org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 10001 millis at org.eclipse.net4j.util.om.monitor.Monitor.checkCanceled(Monitor.java:58) at org.eclipse.net4j.util.om.monitor.TimeoutMonitor.checkCanceled(TimeoutMonitor.java:116) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.AbstractMonitor.begin(AbstractMonitor.java:48) at org.eclipse.net4j.util.om.monitor.NestedMonitor.begin(NestedMonitor.java:63) at org.eclipse.net4j.util.om.monitor.ProgressDistributor.run(ProgressDistributor.java:86) at org.eclipse.emf.cdo.internal.server.Repository.commitUnsynced(Repository.java:1562) at org.eclipse.emf.cdo.internal.server.Repository.commit(Repository.java:1550) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicatingCommit(CommitTransactionIndication.java:283) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicating(CommitTransactionIndication.java:96) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerIndicationWithMonitoring.indicating(CDOServerIndicationWithMonitoring.java:118) at org.eclipse.net4j.signal.IndicationWithMonitoring.indicating(IndicationWithMonitoring.java:62) at org.eclipse.net4j.signal.IndicationWithResponse.doExtendedInput(IndicationWithResponse.java:94) at org.eclipse.net4j.signal.Signal.doInput(Signal.java:434) at org.eclipse.net4j.signal.IndicationWithResponse.execute(IndicationWithResponse.java:72) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) Caused by: org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 10001 millis at org.eclipse.net4j.util.om.monitor.TimeoutMonitor.handleTimeout(TimeoutMonitor.java:121) at org.eclipse.net4j.util.om.monitor.TimeoutMonitor$1.handleTimeout(TimeoutMonitor.java:61) at org.eclipse.net4j.util.concurrent.Timeouter$1.run(Timeouter.java:89) at java.base/java.util.TimerThread.mainLoop(Timer.java:566) at java.base/java.util.TimerThread.run(Timer.java:516) [ERROR] org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 10001 millis org.eclipse.net4j.util.om.monitor.MonitorCanceledException: org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 10001 millis at org.eclipse.net4j.util.om.monitor.Monitor.checkCanceled(Monitor.java:58) at org.eclipse.net4j.util.om.monitor.TimeoutMonitor.checkCanceled(TimeoutMonitor.java:116) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.AbstractMonitor.begin(AbstractMonitor.java:48) at org.eclipse.net4j.util.om.monitor.NestedMonitor.begin(NestedMonitor.java:63) at org.eclipse.net4j.util.om.monitor.ProgressDistributor.run(ProgressDistributor.java:86) at org.eclipse.emf.cdo.internal.server.Repository.commitUnsynced(Repository.java:1562) at org.eclipse.emf.cdo.internal.server.Repository.commit(Repository.java:1550) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicatingCommit(CommitTransactionIndication.java:283) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicating(CommitTransactionIndication.java:96) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerIndicationWithMonitoring.indicating(CDOServerIndicationWithMonitoring.java:118) at org.eclipse.net4j.signal.IndicationWithMonitoring.indicating(IndicationWithMonitoring.java:62) at org.eclipse.net4j.signal.IndicationWithResponse.doExtendedInput(IndicationWithResponse.java:94) at org.eclipse.net4j.signal.Signal.doInput(Signal.java:434) at org.eclipse.net4j.signal.IndicationWithResponse.execute(IndicationWithResponse.java:72) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) Caused by: org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 10001 millis at org.eclipse.net4j.util.om.monitor.TimeoutMonitor.handleTimeout(TimeoutMonitor.java:121) at org.eclipse.net4j.util.om.monitor.TimeoutMonitor$1.handleTimeout(TimeoutMonitor.java:61) at org.eclipse.net4j.util.concurrent.Timeouter$1.run(Timeouter.java:89) at java.base/java.util.TimerThread.mainLoop(Timer.java:566) at java.base/java.util.TimerThread.run(Timer.java:516) [ERROR] org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 10001 millis org.eclipse.net4j.util.om.monitor.MonitorCanceledException: org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 10001 millis at org.eclipse.net4j.util.om.monitor.Monitor.checkCanceled(Monitor.java:58) at org.eclipse.net4j.util.om.monitor.TimeoutMonitor.checkCanceled(TimeoutMonitor.java:116) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.AbstractMonitor.begin(AbstractMonitor.java:48) at org.eclipse.net4j.util.om.monitor.NestedMonitor.begin(NestedMonitor.java:63) at org.eclipse.emf.cdo.server.internal.db.DBStoreAccessor.writePackageUnits(DBStoreAccessor.java:735) at org.eclipse.emf.cdo.spi.server.StoreAccessor.doWrite(StoreAccessor.java:85) at org.eclipse.emf.cdo.server.internal.db.DBStoreAccessor.doWrite(DBStoreAccessor.java:724) at org.eclipse.emf.cdo.spi.server.StoreAccessorBase.write(StoreAccessorBase.java:144) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.writeAccessor(TransactionCommitContext.java:1894) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.write(TransactionCommitContext.java:839) at org.eclipse.emf.cdo.spi.server.InternalCommitContext$1.runLoop(InternalCommitContext.java:49) at org.eclipse.emf.cdo.spi.server.InternalCommitContext$1.runLoop(InternalCommitContext.java:1) at org.eclipse.net4j.util.om.monitor.ProgressDistributor.run(ProgressDistributor.java:95) at org.eclipse.emf.cdo.internal.server.Repository.commitUnsynced(Repository.java:1562) at org.eclipse.emf.cdo.internal.server.Repository.commit(Repository.java:1550) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicatingCommit(CommitTransactionIndication.java:283) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicating(CommitTransactionIndication.java:96) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerIndicationWithMonitoring.indicating(CDOServerIndicationWithMonitoring.java:118) at org.eclipse.net4j.signal.IndicationWithMonitoring.indicating(IndicationWithMonitoring.java:62) at org.eclipse.net4j.signal.IndicationWithResponse.doExtendedInput(IndicationWithResponse.java:94) at org.eclipse.net4j.signal.Signal.doInput(Signal.java:434) at org.eclipse.net4j.signal.IndicationWithResponse.execute(IndicationWithResponse.java:72) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) Caused by: org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 10001 millis at org.eclipse.net4j.util.om.monitor.TimeoutMonitor.handleTimeout(TimeoutMonitor.java:121) at org.eclipse.net4j.util.om.monitor.TimeoutMonitor$1.handleTimeout(TimeoutMonitor.java:61) at org.eclipse.net4j.util.concurrent.Timeouter$1.run(Timeouter.java:89) at java.base/java.util.TimerThread.mainLoop(Timer.java:566) at java.base/java.util.TimerThread.run(Timer.java:516) [ERROR] org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 10001 millis org.eclipse.net4j.util.om.monitor.MonitorCanceledException: org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 10001 millis at org.eclipse.net4j.util.om.monitor.Monitor.checkCanceled(Monitor.java:58) at org.eclipse.net4j.util.om.monitor.TimeoutMonitor.checkCanceled(TimeoutMonitor.java:116) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.AbstractMonitor.begin(AbstractMonitor.java:48) at org.eclipse.net4j.util.om.monitor.NestedMonitor.begin(NestedMonitor.java:63) at org.eclipse.emf.cdo.server.internal.db.DBStoreAccessor.writePackageUnits(DBStoreAccessor.java:735) at org.eclipse.emf.cdo.spi.server.StoreAccessor.doWrite(StoreAccessor.java:85) at org.eclipse.emf.cdo.server.internal.db.DBStoreAccessor.doWrite(DBStoreAccessor.java:724) at org.eclipse.emf.cdo.spi.server.StoreAccessorBase.write(StoreAccessorBase.java:144) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.writeAccessor(TransactionCommitContext.java:1894) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.write(TransactionCommitContext.java:839) at org.eclipse.emf.cdo.spi.server.InternalCommitContext$1.runLoop(InternalCommitContext.java:49) at org.eclipse.emf.cdo.spi.server.InternalCommitContext$1.runLoop(InternalCommitContext.java:1) at org.eclipse.net4j.util.om.monitor.ProgressDistributor.run(ProgressDistributor.java:95) at org.eclipse.emf.cdo.internal.server.Repository.commitUnsynced(Repository.java:1562) at org.eclipse.emf.cdo.internal.server.Repository.commit(Repository.java:1550) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicatingCommit(CommitTransactionIndication.java:283) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicating(CommitTransactionIndication.java:96) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerIndicationWithMonitoring.indicating(CDOServerIndicationWithMonitoring.java:118) at org.eclipse.net4j.signal.IndicationWithMonitoring.indicating(IndicationWithMonitoring.java:62) at org.eclipse.net4j.signal.IndicationWithResponse.doExtendedInput(IndicationWithResponse.java:94) at org.eclipse.net4j.signal.Signal.doInput(Signal.java:434) at org.eclipse.net4j.signal.IndicationWithResponse.execute(IndicationWithResponse.java:72) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) Caused by: org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 10001 millis at org.eclipse.net4j.util.om.monitor.TimeoutMonitor.handleTimeout(TimeoutMonitor.java:121) at org.eclipse.net4j.util.om.monitor.TimeoutMonitor$1.handleTimeout(TimeoutMonitor.java:61) at org.eclipse.net4j.util.concurrent.Timeouter$1.run(Timeouter.java:89) at java.base/java.util.TimerThread.mainLoop(Timer.java:566) at java.base/java.util.TimerThread.run(Timer.java:516) [ERROR] org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 10001 millis org.eclipse.net4j.util.om.monitor.MonitorCanceledException: org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 10001 millis at org.eclipse.net4j.util.om.monitor.Monitor.checkCanceled(Monitor.java:58) at org.eclipse.net4j.util.om.monitor.TimeoutMonitor.checkCanceled(TimeoutMonitor.java:116) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.AbstractMonitor.begin(AbstractMonitor.java:48) at org.eclipse.net4j.util.om.monitor.NestedMonitor.begin(NestedMonitor.java:63) at org.eclipse.net4j.util.om.monitor.ProgressDistributor.run(ProgressDistributor.java:86) at org.eclipse.emf.cdo.internal.server.Repository.commitUnsynced(Repository.java:1562) at org.eclipse.emf.cdo.internal.server.Repository.commit(Repository.java:1550) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicatingCommit(CommitTransactionIndication.java:283) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicating(CommitTransactionIndication.java:96) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerIndicationWithMonitoring.indicating(CDOServerIndicationWithMonitoring.java:118) at org.eclipse.net4j.signal.IndicationWithMonitoring.indicating(IndicationWithMonitoring.java:62) at org.eclipse.net4j.signal.IndicationWithResponse.doExtendedInput(IndicationWithResponse.java:94) at org.eclipse.net4j.signal.Signal.doInput(Signal.java:434) at org.eclipse.net4j.signal.IndicationWithResponse.execute(IndicationWithResponse.java:72) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) Caused by: org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 10001 millis at org.eclipse.net4j.util.om.monitor.TimeoutMonitor.handleTimeout(TimeoutMonitor.java:121) at org.eclipse.net4j.util.om.monitor.TimeoutMonitor$1.handleTimeout(TimeoutMonitor.java:61) at org.eclipse.net4j.util.concurrent.Timeouter$1.run(Timeouter.java:89) at java.base/java.util.TimerThread.mainLoop(Timer.java:566) at java.base/java.util.TimerThread.run(Timer.java:516) [ERROR] org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 10001 millis org.eclipse.net4j.util.om.monitor.MonitorCanceledException: org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 10001 millis at org.eclipse.net4j.util.om.monitor.Monitor.checkCanceled(Monitor.java:58) at org.eclipse.net4j.util.om.monitor.TimeoutMonitor.checkCanceled(TimeoutMonitor.java:116) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.AbstractMonitor.begin(AbstractMonitor.java:48) at org.eclipse.net4j.util.om.monitor.NestedMonitor.begin(NestedMonitor.java:63) at org.eclipse.emf.cdo.server.internal.db.DBStoreAccessor.writePackageUnits(DBStoreAccessor.java:735) at org.eclipse.emf.cdo.spi.server.StoreAccessor.doWrite(StoreAccessor.java:85) at org.eclipse.emf.cdo.server.internal.db.DBStoreAccessor.doWrite(DBStoreAccessor.java:724) at org.eclipse.emf.cdo.spi.server.StoreAccessorBase.write(StoreAccessorBase.java:144) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.writeAccessor(TransactionCommitContext.java:1894) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.write(TransactionCommitContext.java:839) at org.eclipse.emf.cdo.spi.server.InternalCommitContext$1.runLoop(InternalCommitContext.java:49) at org.eclipse.emf.cdo.spi.server.InternalCommitContext$1.runLoop(InternalCommitContext.java:1) at org.eclipse.net4j.util.om.monitor.ProgressDistributor.run(ProgressDistributor.java:95) at org.eclipse.emf.cdo.internal.server.Repository.commitUnsynced(Repository.java:1562) at org.eclipse.emf.cdo.internal.server.Repository.commit(Repository.java:1550) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicatingCommit(CommitTransactionIndication.java:283) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicating(CommitTransactionIndication.java:96) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerIndicationWithMonitoring.indicating(CDOServerIndicationWithMonitoring.java:118) at org.eclipse.net4j.signal.IndicationWithMonitoring.indicating(IndicationWithMonitoring.java:62) at org.eclipse.net4j.signal.IndicationWithResponse.doExtendedInput(IndicationWithResponse.java:94) at org.eclipse.net4j.signal.Signal.doInput(Signal.java:434) at org.eclipse.net4j.signal.IndicationWithResponse.execute(IndicationWithResponse.java:72) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) Caused by: org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 10001 millis at org.eclipse.net4j.util.om.monitor.TimeoutMonitor.handleTimeout(TimeoutMonitor.java:121) at org.eclipse.net4j.util.om.monitor.TimeoutMonitor$1.handleTimeout(TimeoutMonitor.java:61) at org.eclipse.net4j.util.concurrent.Timeouter$1.run(Timeouter.java:89) at java.base/java.util.TimerThread.mainLoop(Timer.java:566) at java.base/java.util.TimerThread.run(Timer.java:516) [ERROR] org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 10001 millis org.eclipse.net4j.util.om.monitor.MonitorCanceledException: org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 10001 millis at org.eclipse.net4j.util.om.monitor.Monitor.checkCanceled(Monitor.java:58) at org.eclipse.net4j.util.om.monitor.TimeoutMonitor.checkCanceled(TimeoutMonitor.java:116) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.AbstractMonitor.begin(AbstractMonitor.java:48) at org.eclipse.net4j.util.om.monitor.NestedMonitor.begin(NestedMonitor.java:63) at org.eclipse.net4j.util.om.monitor.ProgressDistributor.run(ProgressDistributor.java:86) at org.eclipse.emf.cdo.internal.server.Repository.commitUnsynced(Repository.java:1562) at org.eclipse.emf.cdo.internal.server.Repository.commit(Repository.java:1550) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicatingCommit(CommitTransactionIndication.java:283) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicating(CommitTransactionIndication.java:96) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerIndicationWithMonitoring.indicating(CDOServerIndicationWithMonitoring.java:118) at org.eclipse.net4j.signal.IndicationWithMonitoring.indicating(IndicationWithMonitoring.java:62) at org.eclipse.net4j.signal.IndicationWithResponse.doExtendedInput(IndicationWithResponse.java:94) at org.eclipse.net4j.signal.Signal.doInput(Signal.java:434) at org.eclipse.net4j.signal.IndicationWithResponse.execute(IndicationWithResponse.java:72) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) Caused by: org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 10001 millis at org.eclipse.net4j.util.om.monitor.TimeoutMonitor.handleTimeout(TimeoutMonitor.java:121) at org.eclipse.net4j.util.om.monitor.TimeoutMonitor$1.handleTimeout(TimeoutMonitor.java:61) at org.eclipse.net4j.util.concurrent.Timeouter$1.run(Timeouter.java:89) at java.base/java.util.TimerThread.mainLoop(Timer.java:566) at java.base/java.util.TimerThread.run(Timer.java:516) [ERROR] org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 10001 millis org.eclipse.net4j.util.om.monitor.MonitorCanceledException: org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 10001 millis at org.eclipse.net4j.util.om.monitor.Monitor.checkCanceled(Monitor.java:58) at org.eclipse.net4j.util.om.monitor.TimeoutMonitor.checkCanceled(TimeoutMonitor.java:116) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.AbstractMonitor.begin(AbstractMonitor.java:48) at org.eclipse.net4j.util.om.monitor.NestedMonitor.begin(NestedMonitor.java:63) at org.eclipse.net4j.util.om.monitor.ProgressDistributor.run(ProgressDistributor.java:86) at org.eclipse.emf.cdo.internal.server.Repository.commitUnsynced(Repository.java:1562) at org.eclipse.emf.cdo.internal.server.Repository.commit(Repository.java:1550) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicatingCommit(CommitTransactionIndication.java:283) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicating(CommitTransactionIndication.java:96) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerIndicationWithMonitoring.indicating(CDOServerIndicationWithMonitoring.java:118) at org.eclipse.net4j.signal.IndicationWithMonitoring.indicating(IndicationWithMonitoring.java:62) at org.eclipse.net4j.signal.IndicationWithResponse.doExtendedInput(IndicationWithResponse.java:94) at org.eclipse.net4j.signal.Signal.doInput(Signal.java:434) at org.eclipse.net4j.signal.IndicationWithResponse.execute(IndicationWithResponse.java:72) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) Caused by: org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 10001 millis at org.eclipse.net4j.util.om.monitor.TimeoutMonitor.handleTimeout(TimeoutMonitor.java:121) at org.eclipse.net4j.util.om.monitor.TimeoutMonitor$1.handleTimeout(TimeoutMonitor.java:61) at org.eclipse.net4j.util.concurrent.Timeouter$1.run(Timeouter.java:89) at java.base/java.util.TimerThread.mainLoop(Timer.java:566) at java.base/java.util.TimerThread.run(Timer.java:516) org.eclipse.emf.cdo.util.CommitException: org.eclipse.net4j.signal.RemoteException: org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 10001 millis at org.eclipse.emf.internal.cdo.transaction.CDOTransactionImpl.commitSynced(CDOTransactionImpl.java:1870) at org.eclipse.emf.internal.cdo.transaction.CDOTransactionImpl.commitAfterResolveConflicts(CDOTransactionImpl.java:1771) at org.eclipse.emf.internal.cdo.transaction.CDOTransactionImpl.commit(CDOTransactionImpl.java:1702) at org.eclipse.emf.internal.cdo.transaction.CDOTransactionImpl.commit(CDOTransactionImpl.java:1693) at org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_411927_Test$GoodClient.run(Bugzilla_411927_Test.java:201) Caused by: org.eclipse.net4j.signal.RemoteException: org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 10001 millis at org.eclipse.net4j.signal.RequestWithConfirmation.getRemoteException(RequestWithConfirmation.java:158) at org.eclipse.net4j.signal.RequestWithConfirmation.setRemoteException(RequestWithConfirmation.java:139) at org.eclipse.net4j.signal.SignalProtocol.handleRemoteException(SignalProtocol.java:582) at org.eclipse.net4j.signal.RemoteExceptionIndication.indicating(RemoteExceptionIndication.java:52) at org.eclipse.net4j.signal.Indication.doExtendedInput(Indication.java:57) at org.eclipse.net4j.signal.Signal.doInput(Signal.java:434) at org.eclipse.net4j.signal.Indication.execute(Indication.java:51) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) Caused by: org.eclipse.net4j.util.om.monitor.MonitorCanceledException: org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 10001 millis at org.eclipse.net4j.util.om.monitor.Monitor.checkCanceled(Monitor.java:58) at org.eclipse.net4j.util.om.monitor.TimeoutMonitor.checkCanceled(TimeoutMonitor.java:116) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.AbstractMonitor.begin(AbstractMonitor.java:48) at org.eclipse.net4j.util.om.monitor.NestedMonitor.begin(NestedMonitor.java:63) at org.eclipse.net4j.util.om.monitor.ProgressDistributor.run(ProgressDistributor.java:86) at org.eclipse.emf.cdo.internal.server.Repository.commitUnsynced(Repository.java:1562) at org.eclipse.emf.cdo.internal.server.Repository.commit(Repository.java:1550) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicatingCommit(CommitTransactionIndication.java:283) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicating(CommitTransactionIndication.java:96) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerIndicationWithMonitoring.indicating(CDOServerIndicationWithMonitoring.java:118) at org.eclipse.net4j.signal.IndicationWithMonitoring.indicating(IndicationWithMonitoring.java:62) at org.eclipse.net4j.signal.IndicationWithResponse.doExtendedInput(IndicationWithResponse.java:94) at org.eclipse.net4j.signal.Signal.doInput(Signal.java:434) at org.eclipse.net4j.signal.IndicationWithResponse.execute(IndicationWithResponse.java:72) ... 6 more Caused by: org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 10001 millis at org.eclipse.net4j.util.om.monitor.TimeoutMonitor.handleTimeout(TimeoutMonitor.java:121) at org.eclipse.net4j.util.om.monitor.TimeoutMonitor$1.handleTimeout(TimeoutMonitor.java:61) at org.eclipse.net4j.util.concurrent.Timeouter$1.run(Timeouter.java:89) at java.base/java.util.TimerThread.mainLoop(Timer.java:566) at java.base/java.util.TimerThread.run(Timer.java:516) org.eclipse.emf.cdo.util.CommitException: org.eclipse.net4j.signal.RemoteException: org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 10001 millis at org.eclipse.emf.internal.cdo.transaction.CDOTransactionImpl.commitSynced(CDOTransactionImpl.java:1870) at org.eclipse.emf.internal.cdo.transaction.CDOTransactionImpl.commitAfterResolveConflicts(CDOTransactionImpl.java:1771) at org.eclipse.emf.internal.cdo.transaction.CDOTransactionImpl.commit(CDOTransactionImpl.java:1702) at org.eclipse.emf.internal.cdo.transaction.CDOTransactionImpl.commit(CDOTransactionImpl.java:1693) at org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_411927_Test$GoodClient.run(Bugzilla_411927_Test.java:201) Caused by: org.eclipse.net4j.signal.RemoteException: org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 10001 millis at org.eclipse.net4j.signal.RequestWithConfirmation.getRemoteException(RequestWithConfirmation.java:158) at org.eclipse.net4j.signal.RequestWithConfirmation.setRemoteException(RequestWithConfirmation.java:139) at org.eclipse.net4j.signal.SignalProtocol.handleRemoteException(SignalProtocol.java:582) at org.eclipse.net4j.signal.RemoteExceptionIndication.indicating(RemoteExceptionIndication.java:52) at org.eclipse.net4j.signal.Indication.doExtendedInput(Indication.java:57) at org.eclipse.net4j.signal.Signal.doInput(Signal.java:434) at org.eclipse.net4j.signal.Indication.execute(Indication.java:51) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) Caused by: org.eclipse.net4j.util.om.monitor.MonitorCanceledException: org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 10001 millis at org.eclipse.net4j.util.om.monitor.Monitor.checkCanceled(Monitor.java:58) at org.eclipse.net4j.util.om.monitor.TimeoutMonitor.checkCanceled(TimeoutMonitor.java:116) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.AbstractMonitor.begin(AbstractMonitor.java:48) at org.eclipse.net4j.util.om.monitor.NestedMonitor.begin(NestedMonitor.java:63) at org.eclipse.net4j.util.om.monitor.ProgressDistributor.run(ProgressDistributor.java:86) at org.eclipse.emf.cdo.internal.server.Repository.commitUnsynced(Repository.java:1562) at org.eclipse.emf.cdo.internal.server.Repository.commit(Repository.java:1550) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicatingCommit(CommitTransactionIndication.java:283) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicating(CommitTransactionIndication.java:96) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerIndicationWithMonitoring.indicating(CDOServerIndicationWithMonitoring.java:118) at org.eclipse.net4j.signal.IndicationWithMonitoring.indicating(IndicationWithMonitoring.java:62) at org.eclipse.net4j.signal.IndicationWithResponse.doExtendedInput(IndicationWithResponse.java:94) at org.eclipse.net4j.signal.Signal.doInput(Signal.java:434) at org.eclipse.net4j.signal.IndicationWithResponse.execute(IndicationWithResponse.java:72) ... 6 more Caused by: org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 10001 millis at org.eclipse.net4j.util.om.monitor.TimeoutMonitor.handleTimeout(TimeoutMonitor.java:121) at org.eclipse.net4j.util.om.monitor.TimeoutMonitor$1.handleTimeout(TimeoutMonitor.java:61) at org.eclipse.net4j.util.concurrent.Timeouter$1.run(Timeouter.java:89) at java.base/java.util.TimerThread.mainLoop(Timer.java:566) at java.base/java.util.TimerThread.run(Timer.java:516) org.eclipse.emf.cdo.util.CommitException: org.eclipse.net4j.signal.RemoteException: org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 10001 millis at org.eclipse.emf.internal.cdo.transaction.CDOTransactionImpl.commitSynced(CDOTransactionImpl.java:1870) at org.eclipse.emf.internal.cdo.transaction.CDOTransactionImpl.commitAfterResolveConflicts(CDOTransactionImpl.java:1771) at org.eclipse.emf.internal.cdo.transaction.CDOTransactionImpl.commit(CDOTransactionImpl.java:1702) at org.eclipse.emf.internal.cdo.transaction.CDOTransactionImpl.commit(CDOTransactionImpl.java:1693) at org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_411927_Test$GoodClient.run(Bugzilla_411927_Test.java:201) Caused by: org.eclipse.net4j.signal.RemoteException: org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 10001 millis at org.eclipse.net4j.signal.RequestWithConfirmation.getRemoteException(RequestWithConfirmation.java:158) at org.eclipse.net4j.signal.RequestWithConfirmation.setRemoteException(RequestWithConfirmation.java:139) at org.eclipse.net4j.signal.SignalProtocol.handleRemoteException(SignalProtocol.java:582) at org.eclipse.net4j.signal.RemoteExceptionIndication.indicating(RemoteExceptionIndication.java:52) at org.eclipse.net4j.signal.Indication.doExtendedInput(Indication.java:57) at org.eclipse.net4j.signal.Signal.doInput(Signal.java:434) at org.eclipse.net4j.signal.Indication.execute(Indication.java:51) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) Caused by: org.eclipse.net4j.util.om.monitor.MonitorCanceledException: org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 10001 millis at org.eclipse.net4j.util.om.monitor.Monitor.checkCanceled(Monitor.java:58) at org.eclipse.net4j.util.om.monitor.TimeoutMonitor.checkCanceled(TimeoutMonitor.java:116) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.AbstractMonitor.begin(AbstractMonitor.java:48) at org.eclipse.net4j.util.om.monitor.NestedMonitor.begin(NestedMonitor.java:63) at org.eclipse.net4j.util.om.monitor.ProgressDistributor.run(ProgressDistributor.java:86) at org.eclipse.emf.cdo.internal.server.Repository.commitUnsynced(Repository.java:1562) at org.eclipse.emf.cdo.internal.server.Repository.commit(Repository.java:1550) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicatingCommit(CommitTransactionIndication.java:283) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicating(CommitTransactionIndication.java:96) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerIndicationWithMonitoring.indicating(CDOServerIndicationWithMonitoring.java:118) at org.eclipse.net4j.signal.IndicationWithMonitoring.indicating(IndicationWithMonitoring.java:62) at org.eclipse.net4j.signal.IndicationWithResponse.doExtendedInput(IndicationWithResponse.java:94) at org.eclipse.net4j.signal.Signal.doInput(Signal.java:434) at org.eclipse.net4j.signal.IndicationWithResponse.execute(IndicationWithResponse.java:72) ... 6 more Caused by: org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 10001 millis at org.eclipse.net4j.util.om.monitor.TimeoutMonitor.handleTimeout(TimeoutMonitor.java:121) at org.eclipse.net4j.util.om.monitor.TimeoutMonitor$1.handleTimeout(TimeoutMonitor.java:61) at org.eclipse.net4j.util.concurrent.Timeouter$1.run(Timeouter.java:89) at java.base/java.util.TimerThread.mainLoop(Timer.java:566) at java.base/java.util.TimerThread.run(Timer.java:516) org.eclipse.emf.cdo.util.CommitException: org.eclipse.net4j.signal.RemoteException: org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 10001 millis at org.eclipse.emf.internal.cdo.transaction.CDOTransactionImpl.commitSynced(CDOTransactionImpl.java:1870) at org.eclipse.emf.internal.cdo.transaction.CDOTransactionImpl.commitAfterResolveConflicts(CDOTransactionImpl.java:1771) at org.eclipse.emf.internal.cdo.transaction.CDOTransactionImpl.commit(CDOTransactionImpl.java:1702) at org.eclipse.emf.internal.cdo.transaction.CDOTransactionImpl.commit(CDOTransactionImpl.java:1693) at org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_411927_Test$GoodClient.run(Bugzilla_411927_Test.java:201) Caused by: org.eclipse.net4j.signal.RemoteException: org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 10001 millis at org.eclipse.net4j.signal.RequestWithConfirmation.getRemoteException(RequestWithConfirmation.java:158) at org.eclipse.net4j.signal.RequestWithConfirmation.setRemoteException(RequestWithConfirmation.java:139) at org.eclipse.net4j.signal.SignalProtocol.handleRemoteException(SignalProtocol.java:582) at org.eclipse.net4j.signal.RemoteExceptionIndication.indicating(RemoteExceptionIndication.java:52) at org.eclipse.net4j.signal.Indication.doExtendedInput(Indication.java:57) at org.eclipse.net4j.signal.Signal.doInput(Signal.java:434) at org.eclipse.net4j.signal.Indication.execute(Indication.java:51) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) Caused by: org.eclipse.net4j.util.om.monitor.MonitorCanceledException: org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 10001 millis at org.eclipse.net4j.util.om.monitor.Monitor.checkCanceled(Monitor.java:58) at org.eclipse.net4j.util.om.monitor.TimeoutMonitor.checkCanceled(TimeoutMonitor.java:116) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.AbstractMonitor.begin(AbstractMonitor.java:48) at org.eclipse.net4j.util.om.monitor.NestedMonitor.begin(NestedMonitor.java:63) at org.eclipse.net4j.util.om.monitor.ProgressDistributor.run(ProgressDistributor.java:86) at org.eclipse.emf.cdo.internal.server.Repository.commitUnsynced(Repository.java:1562) at org.eclipse.emf.cdo.internal.server.Repository.commit(Repository.java:1550) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicatingCommit(CommitTransactionIndication.java:283) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicating(CommitTransactionIndication.java:96) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerIndicationWithMonitoring.indicating(CDOServerIndicationWithMonitoring.java:118) at org.eclipse.net4j.signal.IndicationWithMonitoring.indicating(IndicationWithMonitoring.java:62) at org.eclipse.net4j.signal.IndicationWithResponse.doExtendedInput(IndicationWithResponse.java:94) at org.eclipse.net4j.signal.Signal.doInput(Signal.java:434) at org.eclipse.net4j.signal.IndicationWithResponse.execute(IndicationWithResponse.java:72) ... 6 more Caused by: org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 10001 millis at org.eclipse.net4j.util.om.monitor.TimeoutMonitor.handleTimeout(TimeoutMonitor.java:121) at org.eclipse.net4j.util.om.monitor.TimeoutMonitor$1.handleTimeout(TimeoutMonitor.java:61) at org.eclipse.net4j.util.concurrent.Timeouter$1.run(Timeouter.java:89) at java.base/java.util.TimerThread.mainLoop(Timer.java:566) at java.base/java.util.TimerThread.run(Timer.java:516) org.eclipse.emf.cdo.util.CommitException: org.eclipse.net4j.signal.RemoteException: org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 10001 millis at org.eclipse.emf.internal.cdo.transaction.CDOTransactionImpl.commitSynced(CDOTransactionImpl.java:1870) at org.eclipse.emf.internal.cdo.transaction.CDOTransactionImpl.commitAfterResolveConflicts(CDOTransactionImpl.java:1771) at org.eclipse.emf.internal.cdo.transaction.CDOTransactionImpl.commit(CDOTransactionImpl.java:1702) at org.eclipse.emf.internal.cdo.transaction.CDOTransactionImpl.commit(CDOTransactionImpl.java:1693) at org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_411927_Test$GoodClient.run(Bugzilla_411927_Test.java:201) Caused by: org.eclipse.net4j.signal.RemoteException: org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 10001 millis at org.eclipse.net4j.signal.RequestWithConfirmation.getRemoteException(RequestWithConfirmation.java:158) at org.eclipse.net4j.signal.RequestWithConfirmation.setRemoteException(RequestWithConfirmation.java:139) at org.eclipse.net4j.signal.SignalProtocol.handleRemoteException(SignalProtocol.java:582) at org.eclipse.net4j.signal.RemoteExceptionIndication.indicating(RemoteExceptionIndication.java:52) at org.eclipse.net4j.signal.Indication.doExtendedInput(Indication.java:57) at org.eclipse.net4j.signal.Signal.doInput(Signal.java:434) at org.eclipse.net4j.signal.Indication.execute(Indication.java:51) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) Caused by: org.eclipse.net4j.util.om.monitor.MonitorCanceledException: org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 10001 millis at org.eclipse.net4j.util.om.monitor.Monitor.checkCanceled(Monitor.java:58) at org.eclipse.net4j.util.om.monitor.TimeoutMonitor.checkCanceled(TimeoutMonitor.java:116) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.AbstractMonitor.begin(AbstractMonitor.java:48) at org.eclipse.net4j.util.om.monitor.NestedMonitor.begin(NestedMonitor.java:63) at org.eclipse.net4j.util.om.monitor.ProgressDistributor.run(ProgressDistributor.java:86) at org.eclipse.emf.cdo.internal.server.Repository.commitUnsynced(Repository.java:1562) at org.eclipse.emf.cdo.internal.server.Repository.commit(Repository.java:1550) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicatingCommit(CommitTransactionIndication.java:283) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicating(CommitTransactionIndication.java:96) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerIndicationWithMonitoring.indicating(CDOServerIndicationWithMonitoring.java:118) at org.eclipse.net4j.signal.IndicationWithMonitoring.indicating(IndicationWithMonitoring.java:62) at org.eclipse.net4j.signal.IndicationWithResponse.doExtendedInput(IndicationWithResponse.java:94) at org.eclipse.net4j.signal.Signal.doInput(Signal.java:434) at org.eclipse.net4j.signal.IndicationWithResponse.execute(IndicationWithResponse.java:72) ... 6 more Caused by: org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 10001 millis at org.eclipse.net4j.util.om.monitor.TimeoutMonitor.handleTimeout(TimeoutMonitor.java:121) at org.eclipse.net4j.util.om.monitor.TimeoutMonitor$1.handleTimeout(TimeoutMonitor.java:61) at org.eclipse.net4j.util.concurrent.Timeouter$1.run(Timeouter.java:89) at java.base/java.util.TimerThread.mainLoop(Timer.java:566) at java.base/java.util.TimerThread.run(Timer.java:516) org.eclipse.emf.cdo.util.CommitException: org.eclipse.net4j.signal.RemoteException: org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 10001 millis at org.eclipse.emf.internal.cdo.transaction.CDOTransactionImpl.commitSynced(CDOTransactionImpl.java:1870) at org.eclipse.emf.internal.cdo.transaction.CDOTransactionImpl.commitAfterResolveConflicts(CDOTransactionImpl.java:1771) at org.eclipse.emf.internal.cdo.transaction.CDOTransactionImpl.commit(CDOTransactionImpl.java:1702) at org.eclipse.emf.internal.cdo.transaction.CDOTransactionImpl.commit(CDOTransactionImpl.java:1693) at org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_411927_Test$GoodClient.run(Bugzilla_411927_Test.java:201) Caused by: org.eclipse.net4j.signal.RemoteException: org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 10001 millis at org.eclipse.net4j.signal.RequestWithConfirmation.getRemoteException(RequestWithConfirmation.java:158) at org.eclipse.net4j.signal.RequestWithConfirmation.setRemoteException(RequestWithConfirmation.java:139) at org.eclipse.net4j.signal.SignalProtocol.handleRemoteException(SignalProtocol.java:582) at org.eclipse.net4j.signal.RemoteExceptionIndication.indicating(RemoteExceptionIndication.java:52) at org.eclipse.net4j.signal.Indication.doExtendedInput(Indication.java:57) at org.eclipse.net4j.signal.Signal.doInput(Signal.java:434) at org.eclipse.net4j.signal.Indication.execute(Indication.java:51) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) Caused by: org.eclipse.net4j.util.om.monitor.MonitorCanceledException: org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 10001 millis at org.eclipse.net4j.util.om.monitor.Monitor.checkCanceled(Monitor.java:58) at org.eclipse.net4j.util.om.monitor.TimeoutMonitor.checkCanceled(TimeoutMonitor.java:116) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.AbstractMonitor.begin(AbstractMonitor.java:48) at org.eclipse.net4j.util.om.monitor.NestedMonitor.begin(NestedMonitor.java:63) at org.eclipse.net4j.util.om.monitor.ProgressDistributor.run(ProgressDistributor.java:86) at org.eclipse.emf.cdo.internal.server.Repository.commitUnsynced(Repository.java:1562) at org.eclipse.emf.cdo.internal.server.Repository.commit(Repository.java:1550) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicatingCommit(CommitTransactionIndication.java:283) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicating(CommitTransactionIndication.java:96) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerIndicationWithMonitoring.indicating(CDOServerIndicationWithMonitoring.java:118) at org.eclipse.net4j.signal.IndicationWithMonitoring.indicating(IndicationWithMonitoring.java:62) at org.eclipse.net4j.signal.IndicationWithResponse.doExtendedInput(IndicationWithResponse.java:94) at org.eclipse.net4j.signal.Signal.doInput(Signal.java:434) at org.eclipse.net4j.signal.IndicationWithResponse.execute(IndicationWithResponse.java:72) ... 6 more Caused by: org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 10001 millis at org.eclipse.net4j.util.om.monitor.TimeoutMonitor.handleTimeout(TimeoutMonitor.java:121) at org.eclipse.net4j.util.om.monitor.TimeoutMonitor$1.handleTimeout(TimeoutMonitor.java:61) at org.eclipse.net4j.util.concurrent.Timeouter$1.run(Timeouter.java:89) at java.base/java.util.TimerThread.mainLoop(Timer.java:566) at java.base/java.util.TimerThread.run(Timer.java:516) ******************************************************* Bugzilla_411927_Test.testWithFailureBeforeTimeStamp [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_411927_Test.testWithoutFailure [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_414270_Test.testCreateBranch [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_414270_Test.testGetBranch [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_414270_Test.testGetBranches [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_414270_Test.testManagerGetBranchByID [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_414270_Test.testManagerGetBranchByPath [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_414270_Test.testManagerQuery [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_414270_Test.testManagerQueryNoResult [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_415415_Test.testStaleReferenceRemove_FromLocallyDirtyObjectToRemotelyDetachedObject [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_415415_Test.testStaleReferenceRemove_FromRemotelyDirtyObjectToLocallyDetachedObject [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_415836_Test.testCDOTransaction_GetOrCreateBinaryResourceWithEmptyResourcePath [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_415836_Test.testCDOTransaction_GetOrCreateBinaryResourceWithExistingResourceAndTimeoutException [H2-auditing-ranges, JVM, Native] ******************************************************* [ERROR] java.util.concurrent.TimeoutException: Buffer read timeout expired after 0 milliseconds org.eclipse.emf.cdo.common.util.TransportException: java.util.concurrent.TimeoutException: Buffer read timeout expired after 0 milliseconds at org.eclipse.emf.cdo.internal.net4j.protocol.CDOClientProtocol.send(CDOClientProtocol.java:684) at org.eclipse.emf.cdo.internal.net4j.protocol.CDOClientProtocol.closeView(CDOClientProtocol.java:297) at org.eclipse.emf.internal.cdo.view.CDOViewImpl.doDeactivate(CDOViewImpl.java:1682) at org.eclipse.emf.internal.cdo.transaction.CDOTransactionImpl.doDeactivate(CDOTransactionImpl.java:3937) at org.eclipse.net4j.util.lifecycle.Lifecycle.internalDeactivate(Lifecycle.java:151) at org.eclipse.net4j.util.lifecycle.Lifecycle.deactivate(Lifecycle.java:208) at org.eclipse.net4j.util.lifecycle.LifecycleUtil.deactivate(LifecycleUtil.java:254) at org.eclipse.net4j.util.lifecycle.LifecycleUtil.deactivate(LifecycleUtil.java:244) at org.eclipse.net4j.util.lifecycle.LifecycleUtil.deactivate(LifecycleUtil.java:271) at org.eclipse.emf.internal.cdo.view.AbstractCDOView.close(AbstractCDOView.java:3006) at org.eclipse.emf.internal.cdo.session.CDOViewContainerImpl.doDeactivate(CDOViewContainerImpl.java:252) at org.eclipse.emf.internal.cdo.session.CDOSessionImpl.doDeactivate(CDOSessionImpl.java:1710) at org.eclipse.emf.cdo.internal.net4j.CDONet4jSessionImpl.doDeactivate(CDONet4jSessionImpl.java:340) at org.eclipse.net4j.util.lifecycle.Lifecycle.internalDeactivate(Lifecycle.java:151) at org.eclipse.net4j.util.lifecycle.ShareableLifecycle.internalDeactivate(ShareableLifecycle.java:52) at org.eclipse.net4j.util.lifecycle.Lifecycle.deactivate(Lifecycle.java:208) at org.eclipse.net4j.util.lifecycle.LifecycleUtil.deactivate(LifecycleUtil.java:254) at org.eclipse.net4j.util.lifecycle.LifecycleUtil.deactivate(LifecycleUtil.java:244) at org.eclipse.emf.cdo.tests.config.impl.SessionConfig.closeAllSessions(SessionConfig.java:238) at org.eclipse.emf.cdo.tests.config.impl.SessionConfig.tearDown(SessionConfig.java:277) at org.eclipse.emf.cdo.tests.config.impl.SessionConfig$Net4j.tearDown(SessionConfig.java:478) at org.eclipse.emf.cdo.tests.config.impl.Scenario.tearDown(Scenario.java:241) at org.eclipse.emf.cdo.tests.config.impl.ConfigTest.doTearDown(ConfigTest.java:874) at org.eclipse.emf.cdo.tests.AbstractCDOTest.doTearDown(AbstractCDOTest.java:118) at org.eclipse.net4j.util.tests.AbstractOMTest.tearDown(AbstractOMTest.java:233) at org.eclipse.net4j.util.tests.AbstractOMTest$3.execute(AbstractOMTest.java:325) at org.eclipse.net4j.internal.util.test.TestExecuter.execute(TestExecuter.java:40) at org.eclipse.net4j.util.tests.AbstractOMTest.runBare(AbstractOMTest.java:301) at org.eclipse.emf.cdo.tests.config.impl.ConfigTest.runBare(ConfigTest.java:648) at junit.framework.TestResult$1.protect(TestResult.java:122) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.framework.TestResult.run(TestResult.java:125) at junit.framework.TestCase.run(TestCase.java:130) at org.eclipse.net4j.util.tests.AbstractOMTest.run(AbstractOMTest.java:375) at junit.framework.TestSuite.runTest(TestSuite.java:241) at org.eclipse.emf.cdo.tests.config.impl.ConfigTestSuite$TestClassWrapper.runTest(ConfigTestSuite.java:231) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at org.eclipse.emf.cdo.tests.config.impl.ConfigTestSuite$MainSuite.run(ConfigTestSuite.java:166) at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:364) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:237) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:158) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.apache.maven.surefire.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:167) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:142) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:28) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:679) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:616) at org.eclipse.equinox.launcher.Main.run(Main.java:1492) at org.eclipse.equinox.launcher.Main.main(Main.java:1465) Caused by: java.util.concurrent.TimeoutException: Buffer read timeout expired after 0 milliseconds at org.eclipse.net4j.util.io.IOTimeoutException.createTimeoutException(IOTimeoutException.java:46) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:348) at org.eclipse.net4j.signal.SignalProtocol.startSignal(SignalProtocol.java:557) at org.eclipse.net4j.signal.RequestWithConfirmation.doSend(RequestWithConfirmation.java:90) at org.eclipse.net4j.signal.RequestWithConfirmation.send(RequestWithConfirmation.java:76) at org.eclipse.emf.cdo.internal.net4j.protocol.CDOClientProtocol.send(CDOClientProtocol.java:676) ... 68 more Caused by: org.eclipse.net4j.util.io.IOTimeoutException: Buffer read timeout expired after 0 milliseconds at org.eclipse.net4j.buffer.BufferInputStream.computeTimeout(BufferInputStream.java:357) at org.eclipse.net4j.buffer.BufferInputStream.ensureBuffer(BufferInputStream.java:310) at org.eclipse.net4j.buffer.BufferInputStream.read(BufferInputStream.java:135) at java.base/java.io.DataInputStream.readBoolean(DataInputStream.java:248) at org.eclipse.net4j.util.io.ExtendedDataInput$Delegating.readBoolean(ExtendedDataInput.java:79) at org.eclipse.emf.cdo.internal.net4j.protocol.CloseViewRequest.confirming(CloseViewRequest.java:41) at org.eclipse.emf.cdo.internal.net4j.protocol.CloseViewRequest.confirming(CloseViewRequest.java:1) at org.eclipse.emf.cdo.internal.net4j.protocol.CDOClientRequest.confirming(CDOClientRequest.java:110) at org.eclipse.net4j.signal.RequestWithConfirmation.doExtendedInput(RequestWithConfirmation.java:126) at org.eclipse.net4j.signal.Signal.doInput(Signal.java:434) at org.eclipse.net4j.signal.RequestWithConfirmation.doExecute(RequestWithConfirmation.java:106) at org.eclipse.net4j.signal.SignalActor.execute(SignalActor.java:53) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) ... 72 more ******************************************************* Bugzilla_415836_Test.testCDOTransaction_GetOrCreateBinaryResourceWithNullResourcePath [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_415836_Test.testCDOTransaction_GetOrCreateResourceFolderWithEmptyResourcePath [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_415836_Test.testCDOTransaction_GetOrCreateResourceFolderWithExistingResourceAndTimeoutException [H2-auditing-ranges, JVM, Native] ******************************************************* [ERROR] java.util.concurrent.TimeoutException: Buffer read timeout expired after 0 milliseconds org.eclipse.emf.cdo.common.util.TransportException: java.util.concurrent.TimeoutException: Buffer read timeout expired after 0 milliseconds at org.eclipse.emf.cdo.internal.net4j.protocol.CDOClientProtocol.send(CDOClientProtocol.java:684) at org.eclipse.emf.cdo.internal.net4j.protocol.CDOClientProtocol.closeView(CDOClientProtocol.java:297) at org.eclipse.emf.internal.cdo.view.CDOViewImpl.doDeactivate(CDOViewImpl.java:1682) at org.eclipse.emf.internal.cdo.transaction.CDOTransactionImpl.doDeactivate(CDOTransactionImpl.java:3937) at org.eclipse.net4j.util.lifecycle.Lifecycle.internalDeactivate(Lifecycle.java:151) at org.eclipse.net4j.util.lifecycle.Lifecycle.deactivate(Lifecycle.java:208) at org.eclipse.net4j.util.lifecycle.LifecycleUtil.deactivate(LifecycleUtil.java:254) at org.eclipse.net4j.util.lifecycle.LifecycleUtil.deactivate(LifecycleUtil.java:244) at org.eclipse.net4j.util.lifecycle.LifecycleUtil.deactivate(LifecycleUtil.java:271) at org.eclipse.emf.internal.cdo.view.AbstractCDOView.close(AbstractCDOView.java:3006) at org.eclipse.emf.internal.cdo.session.CDOViewContainerImpl.doDeactivate(CDOViewContainerImpl.java:252) at org.eclipse.emf.internal.cdo.session.CDOSessionImpl.doDeactivate(CDOSessionImpl.java:1710) at org.eclipse.emf.cdo.internal.net4j.CDONet4jSessionImpl.doDeactivate(CDONet4jSessionImpl.java:340) at org.eclipse.net4j.util.lifecycle.Lifecycle.internalDeactivate(Lifecycle.java:151) at org.eclipse.net4j.util.lifecycle.ShareableLifecycle.internalDeactivate(ShareableLifecycle.java:52) at org.eclipse.net4j.util.lifecycle.Lifecycle.deactivate(Lifecycle.java:208) at org.eclipse.net4j.util.lifecycle.LifecycleUtil.deactivate(LifecycleUtil.java:254) at org.eclipse.net4j.util.lifecycle.LifecycleUtil.deactivate(LifecycleUtil.java:244) at org.eclipse.emf.cdo.tests.config.impl.SessionConfig.closeAllSessions(SessionConfig.java:238) at org.eclipse.emf.cdo.tests.config.impl.SessionConfig.tearDown(SessionConfig.java:277) at org.eclipse.emf.cdo.tests.config.impl.SessionConfig$Net4j.tearDown(SessionConfig.java:478) at org.eclipse.emf.cdo.tests.config.impl.Scenario.tearDown(Scenario.java:241) at org.eclipse.emf.cdo.tests.config.impl.ConfigTest.doTearDown(ConfigTest.java:874) at org.eclipse.emf.cdo.tests.AbstractCDOTest.doTearDown(AbstractCDOTest.java:118) at org.eclipse.net4j.util.tests.AbstractOMTest.tearDown(AbstractOMTest.java:233) at org.eclipse.net4j.util.tests.AbstractOMTest$3.execute(AbstractOMTest.java:325) at org.eclipse.net4j.internal.util.test.TestExecuter.execute(TestExecuter.java:40) at org.eclipse.net4j.util.tests.AbstractOMTest.runBare(AbstractOMTest.java:301) at org.eclipse.emf.cdo.tests.config.impl.ConfigTest.runBare(ConfigTest.java:648) at junit.framework.TestResult$1.protect(TestResult.java:122) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.framework.TestResult.run(TestResult.java:125) at junit.framework.TestCase.run(TestCase.java:130) at org.eclipse.net4j.util.tests.AbstractOMTest.run(AbstractOMTest.java:375) at junit.framework.TestSuite.runTest(TestSuite.java:241) at org.eclipse.emf.cdo.tests.config.impl.ConfigTestSuite$TestClassWrapper.runTest(ConfigTestSuite.java:231) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at org.eclipse.emf.cdo.tests.config.impl.ConfigTestSuite$MainSuite.run(ConfigTestSuite.java:166) at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:364) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:237) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:158) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.apache.maven.surefire.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:167) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:142) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:28) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:679) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:616) at org.eclipse.equinox.launcher.Main.run(Main.java:1492) at org.eclipse.equinox.launcher.Main.main(Main.java:1465) Caused by: java.util.concurrent.TimeoutException: Buffer read timeout expired after 0 milliseconds at org.eclipse.net4j.util.io.IOTimeoutException.createTimeoutException(IOTimeoutException.java:46) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:348) at org.eclipse.net4j.signal.SignalProtocol.startSignal(SignalProtocol.java:557) at org.eclipse.net4j.signal.RequestWithConfirmation.doSend(RequestWithConfirmation.java:90) at org.eclipse.net4j.signal.RequestWithConfirmation.send(RequestWithConfirmation.java:76) at org.eclipse.emf.cdo.internal.net4j.protocol.CDOClientProtocol.send(CDOClientProtocol.java:676) ... 68 more Caused by: org.eclipse.net4j.util.io.IOTimeoutException: Buffer read timeout expired after 0 milliseconds at org.eclipse.net4j.buffer.BufferInputStream.computeTimeout(BufferInputStream.java:357) at org.eclipse.net4j.buffer.BufferInputStream.ensureBuffer(BufferInputStream.java:310) at org.eclipse.net4j.buffer.BufferInputStream.read(BufferInputStream.java:135) at java.base/java.io.DataInputStream.readBoolean(DataInputStream.java:248) at org.eclipse.net4j.util.io.ExtendedDataInput$Delegating.readBoolean(ExtendedDataInput.java:79) at org.eclipse.emf.cdo.internal.net4j.protocol.CloseViewRequest.confirming(CloseViewRequest.java:41) at org.eclipse.emf.cdo.internal.net4j.protocol.CloseViewRequest.confirming(CloseViewRequest.java:1) at org.eclipse.emf.cdo.internal.net4j.protocol.CDOClientRequest.confirming(CDOClientRequest.java:110) at org.eclipse.net4j.signal.RequestWithConfirmation.doExtendedInput(RequestWithConfirmation.java:126) at org.eclipse.net4j.signal.Signal.doInput(Signal.java:434) at org.eclipse.net4j.signal.RequestWithConfirmation.doExecute(RequestWithConfirmation.java:106) at org.eclipse.net4j.signal.SignalActor.execute(SignalActor.java:53) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) ... 72 more ******************************************************* Bugzilla_415836_Test.testCDOTransaction_GetOrCreateResourceFolderWithNullResourcePath [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_415836_Test.testCDOTransaction_GetOrCreateResourceWithEmptyResourcePath [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_415836_Test.testCDOTransaction_GetOrCreateResourceWithExistingResourceAndTimeoutException [H2-auditing-ranges, JVM, Native] ******************************************************* [ERROR] java.util.concurrent.TimeoutException: Buffer read timeout expired after 0 milliseconds org.eclipse.emf.cdo.common.util.TransportException: java.util.concurrent.TimeoutException: Buffer read timeout expired after 0 milliseconds at org.eclipse.emf.cdo.internal.net4j.protocol.CDOClientProtocol.send(CDOClientProtocol.java:684) at org.eclipse.emf.cdo.internal.net4j.protocol.CDOClientProtocol.closeView(CDOClientProtocol.java:297) at org.eclipse.emf.internal.cdo.view.CDOViewImpl.doDeactivate(CDOViewImpl.java:1682) at org.eclipse.emf.internal.cdo.transaction.CDOTransactionImpl.doDeactivate(CDOTransactionImpl.java:3937) at org.eclipse.net4j.util.lifecycle.Lifecycle.internalDeactivate(Lifecycle.java:151) at org.eclipse.net4j.util.lifecycle.Lifecycle.deactivate(Lifecycle.java:208) at org.eclipse.net4j.util.lifecycle.LifecycleUtil.deactivate(LifecycleUtil.java:254) at org.eclipse.net4j.util.lifecycle.LifecycleUtil.deactivate(LifecycleUtil.java:244) at org.eclipse.net4j.util.lifecycle.LifecycleUtil.deactivate(LifecycleUtil.java:271) at org.eclipse.emf.internal.cdo.view.AbstractCDOView.close(AbstractCDOView.java:3006) at org.eclipse.emf.internal.cdo.session.CDOViewContainerImpl.doDeactivate(CDOViewContainerImpl.java:252) at org.eclipse.emf.internal.cdo.session.CDOSessionImpl.doDeactivate(CDOSessionImpl.java:1710) at org.eclipse.emf.cdo.internal.net4j.CDONet4jSessionImpl.doDeactivate(CDONet4jSessionImpl.java:340) at org.eclipse.net4j.util.lifecycle.Lifecycle.internalDeactivate(Lifecycle.java:151) at org.eclipse.net4j.util.lifecycle.ShareableLifecycle.internalDeactivate(ShareableLifecycle.java:52) at org.eclipse.net4j.util.lifecycle.Lifecycle.deactivate(Lifecycle.java:208) at org.eclipse.net4j.util.lifecycle.LifecycleUtil.deactivate(LifecycleUtil.java:254) at org.eclipse.net4j.util.lifecycle.LifecycleUtil.deactivate(LifecycleUtil.java:244) at org.eclipse.emf.cdo.tests.config.impl.SessionConfig.closeAllSessions(SessionConfig.java:238) at org.eclipse.emf.cdo.tests.config.impl.SessionConfig.tearDown(SessionConfig.java:277) at org.eclipse.emf.cdo.tests.config.impl.SessionConfig$Net4j.tearDown(SessionConfig.java:478) at org.eclipse.emf.cdo.tests.config.impl.Scenario.tearDown(Scenario.java:241) at org.eclipse.emf.cdo.tests.config.impl.ConfigTest.doTearDown(ConfigTest.java:874) at org.eclipse.emf.cdo.tests.AbstractCDOTest.doTearDown(AbstractCDOTest.java:118) at org.eclipse.net4j.util.tests.AbstractOMTest.tearDown(AbstractOMTest.java:233) at org.eclipse.net4j.util.tests.AbstractOMTest$3.execute(AbstractOMTest.java:325) at org.eclipse.net4j.internal.util.test.TestExecuter.execute(TestExecuter.java:40) at org.eclipse.net4j.util.tests.AbstractOMTest.runBare(AbstractOMTest.java:301) at org.eclipse.emf.cdo.tests.config.impl.ConfigTest.runBare(ConfigTest.java:648) at junit.framework.TestResult$1.protect(TestResult.java:122) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.framework.TestResult.run(TestResult.java:125) at junit.framework.TestCase.run(TestCase.java:130) at org.eclipse.net4j.util.tests.AbstractOMTest.run(AbstractOMTest.java:375) at junit.framework.TestSuite.runTest(TestSuite.java:241) at org.eclipse.emf.cdo.tests.config.impl.ConfigTestSuite$TestClassWrapper.runTest(ConfigTestSuite.java:231) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at org.eclipse.emf.cdo.tests.config.impl.ConfigTestSuite$MainSuite.run(ConfigTestSuite.java:166) at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:364) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:237) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:158) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.apache.maven.surefire.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:167) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:142) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:28) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:679) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:616) at org.eclipse.equinox.launcher.Main.run(Main.java:1492) at org.eclipse.equinox.launcher.Main.main(Main.java:1465) Caused by: java.util.concurrent.TimeoutException: Buffer read timeout expired after 0 milliseconds at org.eclipse.net4j.util.io.IOTimeoutException.createTimeoutException(IOTimeoutException.java:46) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:348) at org.eclipse.net4j.signal.SignalProtocol.startSignal(SignalProtocol.java:557) at org.eclipse.net4j.signal.RequestWithConfirmation.doSend(RequestWithConfirmation.java:90) at org.eclipse.net4j.signal.RequestWithConfirmation.send(RequestWithConfirmation.java:76) at org.eclipse.emf.cdo.internal.net4j.protocol.CDOClientProtocol.send(CDOClientProtocol.java:676) ... 68 more Caused by: org.eclipse.net4j.util.io.IOTimeoutException: Buffer read timeout expired after 0 milliseconds at org.eclipse.net4j.buffer.BufferInputStream.computeTimeout(BufferInputStream.java:357) at org.eclipse.net4j.buffer.BufferInputStream.ensureBuffer(BufferInputStream.java:310) at org.eclipse.net4j.buffer.BufferInputStream.read(BufferInputStream.java:135) at java.base/java.io.DataInputStream.readBoolean(DataInputStream.java:248) at org.eclipse.net4j.util.io.ExtendedDataInput$Delegating.readBoolean(ExtendedDataInput.java:79) at org.eclipse.emf.cdo.internal.net4j.protocol.CloseViewRequest.confirming(CloseViewRequest.java:41) at org.eclipse.emf.cdo.internal.net4j.protocol.CloseViewRequest.confirming(CloseViewRequest.java:1) at org.eclipse.emf.cdo.internal.net4j.protocol.CDOClientRequest.confirming(CDOClientRequest.java:110) at org.eclipse.net4j.signal.RequestWithConfirmation.doExtendedInput(RequestWithConfirmation.java:126) at org.eclipse.net4j.signal.Signal.doInput(Signal.java:434) at org.eclipse.net4j.signal.RequestWithConfirmation.doExecute(RequestWithConfirmation.java:106) at org.eclipse.net4j.signal.SignalActor.execute(SignalActor.java:53) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) ... 72 more ******************************************************* Bugzilla_415836_Test.testCDOTransaction_GetOrCreateResourceWithNullResourcePath [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_415836_Test.testCDOTransaction_GetOrCreateTextResourceWithEmptyResourcePath [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_415836_Test.testCDOTransaction_GetOrCreateTextResourceWithExistingResourceAndTimeoutException [H2-auditing-ranges, JVM, Native] ******************************************************* [ERROR] java.util.concurrent.TimeoutException: Buffer read timeout expired after 0 milliseconds org.eclipse.emf.cdo.common.util.TransportException: java.util.concurrent.TimeoutException: Buffer read timeout expired after 0 milliseconds at org.eclipse.emf.cdo.internal.net4j.protocol.CDOClientProtocol.send(CDOClientProtocol.java:684) at org.eclipse.emf.cdo.internal.net4j.protocol.CDOClientProtocol.closeView(CDOClientProtocol.java:297) at org.eclipse.emf.internal.cdo.view.CDOViewImpl.doDeactivate(CDOViewImpl.java:1682) at org.eclipse.emf.internal.cdo.transaction.CDOTransactionImpl.doDeactivate(CDOTransactionImpl.java:3937) at org.eclipse.net4j.util.lifecycle.Lifecycle.internalDeactivate(Lifecycle.java:151) at org.eclipse.net4j.util.lifecycle.Lifecycle.deactivate(Lifecycle.java:208) at org.eclipse.net4j.util.lifecycle.LifecycleUtil.deactivate(LifecycleUtil.java:254) at org.eclipse.net4j.util.lifecycle.LifecycleUtil.deactivate(LifecycleUtil.java:244) at org.eclipse.net4j.util.lifecycle.LifecycleUtil.deactivate(LifecycleUtil.java:271) at org.eclipse.emf.internal.cdo.view.AbstractCDOView.close(AbstractCDOView.java:3006) at org.eclipse.emf.internal.cdo.session.CDOViewContainerImpl.doDeactivate(CDOViewContainerImpl.java:252) at org.eclipse.emf.internal.cdo.session.CDOSessionImpl.doDeactivate(CDOSessionImpl.java:1710) at org.eclipse.emf.cdo.internal.net4j.CDONet4jSessionImpl.doDeactivate(CDONet4jSessionImpl.java:340) at org.eclipse.net4j.util.lifecycle.Lifecycle.internalDeactivate(Lifecycle.java:151) at org.eclipse.net4j.util.lifecycle.ShareableLifecycle.internalDeactivate(ShareableLifecycle.java:52) at org.eclipse.net4j.util.lifecycle.Lifecycle.deactivate(Lifecycle.java:208) at org.eclipse.net4j.util.lifecycle.LifecycleUtil.deactivate(LifecycleUtil.java:254) at org.eclipse.net4j.util.lifecycle.LifecycleUtil.deactivate(LifecycleUtil.java:244) at org.eclipse.emf.cdo.tests.config.impl.SessionConfig.closeAllSessions(SessionConfig.java:238) at org.eclipse.emf.cdo.tests.config.impl.SessionConfig.tearDown(SessionConfig.java:277) at org.eclipse.emf.cdo.tests.config.impl.SessionConfig$Net4j.tearDown(SessionConfig.java:478) at org.eclipse.emf.cdo.tests.config.impl.Scenario.tearDown(Scenario.java:241) at org.eclipse.emf.cdo.tests.config.impl.ConfigTest.doTearDown(ConfigTest.java:874) at org.eclipse.emf.cdo.tests.AbstractCDOTest.doTearDown(AbstractCDOTest.java:118) at org.eclipse.net4j.util.tests.AbstractOMTest.tearDown(AbstractOMTest.java:233) at org.eclipse.net4j.util.tests.AbstractOMTest$3.execute(AbstractOMTest.java:325) at org.eclipse.net4j.internal.util.test.TestExecuter.execute(TestExecuter.java:40) at org.eclipse.net4j.util.tests.AbstractOMTest.runBare(AbstractOMTest.java:301) at org.eclipse.emf.cdo.tests.config.impl.ConfigTest.runBare(ConfigTest.java:648) at junit.framework.TestResult$1.protect(TestResult.java:122) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.framework.TestResult.run(TestResult.java:125) at junit.framework.TestCase.run(TestCase.java:130) at org.eclipse.net4j.util.tests.AbstractOMTest.run(AbstractOMTest.java:375) at junit.framework.TestSuite.runTest(TestSuite.java:241) at org.eclipse.emf.cdo.tests.config.impl.ConfigTestSuite$TestClassWrapper.runTest(ConfigTestSuite.java:231) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at org.eclipse.emf.cdo.tests.config.impl.ConfigTestSuite$MainSuite.run(ConfigTestSuite.java:166) at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:364) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:237) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:158) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.apache.maven.surefire.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:167) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:142) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:28) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:679) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:616) at org.eclipse.equinox.launcher.Main.run(Main.java:1492) at org.eclipse.equinox.launcher.Main.main(Main.java:1465) Caused by: java.util.concurrent.TimeoutException: Buffer read timeout expired after 0 milliseconds at org.eclipse.net4j.util.io.IOTimeoutException.createTimeoutException(IOTimeoutException.java:46) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:348) at org.eclipse.net4j.signal.SignalProtocol.startSignal(SignalProtocol.java:557) at org.eclipse.net4j.signal.RequestWithConfirmation.doSend(RequestWithConfirmation.java:90) at org.eclipse.net4j.signal.RequestWithConfirmation.send(RequestWithConfirmation.java:76) at org.eclipse.emf.cdo.internal.net4j.protocol.CDOClientProtocol.send(CDOClientProtocol.java:676) ... 68 more Caused by: org.eclipse.net4j.util.io.IOTimeoutException: Buffer read timeout expired after 0 milliseconds at org.eclipse.net4j.buffer.BufferInputStream.computeTimeout(BufferInputStream.java:357) at org.eclipse.net4j.buffer.BufferInputStream.ensureBuffer(BufferInputStream.java:310) at org.eclipse.net4j.buffer.BufferInputStream.read(BufferInputStream.java:135) at java.base/java.io.DataInputStream.readBoolean(DataInputStream.java:248) at org.eclipse.net4j.util.io.ExtendedDataInput$Delegating.readBoolean(ExtendedDataInput.java:79) at org.eclipse.emf.cdo.internal.net4j.protocol.CloseViewRequest.confirming(CloseViewRequest.java:41) at org.eclipse.emf.cdo.internal.net4j.protocol.CloseViewRequest.confirming(CloseViewRequest.java:1) at org.eclipse.emf.cdo.internal.net4j.protocol.CDOClientRequest.confirming(CDOClientRequest.java:110) at org.eclipse.net4j.signal.RequestWithConfirmation.doExtendedInput(RequestWithConfirmation.java:126) at org.eclipse.net4j.signal.Signal.doInput(Signal.java:434) at org.eclipse.net4j.signal.RequestWithConfirmation.doExecute(RequestWithConfirmation.java:106) at org.eclipse.net4j.signal.SignalActor.execute(SignalActor.java:53) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) ... 72 more ******************************************************* Bugzilla_415836_Test.testCDOTransaction_GetOrCreateTextResourceWithNullResourcePath [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_415836_Test.testEnableDisableTimeoutException [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_416298_Test.testGetSetFolderPath [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_416298_Test.testGetSetResourcePath [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_416298_Test.testGetSetResourceURI [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_416366_Test.testImplicitEObjectFeatures [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_416474_Test.testAllProperContentsNoTypeFilter [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_416474_Test.testAllProperContentsTypeFilter [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_416474_Test.testMatchesAnyStringAttribute [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_416555_Test.testQueryInstances [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_416555_Test.testQueryInstancesAsync [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_417483_Test.testCommit_NoPermission [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] Security realm created in /security ******************************************************* Bugzilla_417483_Test.testCommit_ReadPermission [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] Security realm created in /security ******************************************************* Bugzilla_417483_Test.testCommit_WritePermission [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] Security realm created in /security ******************************************************* Bugzilla_417483_Test.testLoad_NoPermission [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] Security realm created in /security ******************************************************* Bugzilla_417483_Test.testLoad_ReadPermission [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] Security realm created in /security ******************************************************* Bugzilla_417483_Test.testPassiveUpdates_Additions [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] Security realm created in /security ******************************************************* Bugzilla_417483_Test.testPassiveUpdates_Additions_WithEditingDomain [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] Security realm created in /security ******************************************************* Bugzilla_417483_Test.testPassiveUpdates_Changes [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] Security realm created in /security ******************************************************* Bugzilla_417483_Test.testPassiveUpdates_Changes_WithEditingDomain [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] Security realm created in /security ******************************************************* Bugzilla_417483_Test.testPassiveUpdates_Invalidations [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] Security realm created in /security ******************************************************* Bugzilla_417483_Test.testPassiveUpdates_InvalidationsWithEditingDomain [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] Security realm created in /security ******************************************************* Bugzilla_417483_Test.testRemoveUser [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] Security realm created in /security ******************************************************* Bugzilla_417782_Test.testEObjectReference [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Bugzilla_417844_Test.testInvalidationRunnerLifecycle [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_418267_Test.testMoveFromNoneToNone [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] Security realm created in /security ******************************************************* Bugzilla_418267_Test.testMoveFromNoneToRead [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] Security realm created in /security ******************************************************* Bugzilla_418267_Test.testMoveFromNoneToWrite [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] Security realm created in /security ******************************************************* Bugzilla_418267_Test.testMoveFromReadToNone [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] Security realm created in /security ******************************************************* Bugzilla_418267_Test.testMoveFromReadToRead [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] Security realm created in /security ******************************************************* Bugzilla_418267_Test.testMoveFromReadToWrite [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] Security realm created in /security ******************************************************* Bugzilla_418267_Test.testMoveFromWriteToNone [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] Security realm created in /security ******************************************************* Bugzilla_418267_Test.testMoveFromWriteToRead [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] Security realm created in /security ******************************************************* Bugzilla_418267_Test.testMoveFromWriteToWrite [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] Security realm created in /security ******************************************************* Bugzilla_419574_Test.testConflict [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Bugzilla_419962_Test.testConflict [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_421287_Test.testAsyncQueryForUnknownEClass [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_421287_Test.testSyncQueryForUnknownEClass [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_422170_Test.testPermissionsWithDetachedObject [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] Security realm created in /security ******************************************************* Bugzilla_423699_Test.testUnlockDeletedElementsWithDurableLockingAndAutoReleaseLocks [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Bugzilla_423699_Test.testUnlockDeletedElementsWithDurableLockingAndNoAutoReleaseLocks [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_423699_Test.testUnlockDeletedElementsWithNoDurableLockingAndAutoReleaseLocks [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_423699_Test.testUnlockDeletedElementsWithNoDurableLockingAndNoAutoReleaseLocks [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_427773_Test.testParallelAuthenticatedSessionOpening [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_429659_Test.testUnsetOnNonUnsettableMultiValuedFeatureCDOResource [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Bugzilla_429659_Test.testUnsetOnNonUnsettableMultiValuedFeatureXMIResource [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_429659_Test.testUnsetOnNonUnsettableSingleValuedAttributeCDOResource [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_429659_Test.testUnsetOnNonUnsettableSingleValuedAttributeXMIResource [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_429659_Test.testUnsetOnUnsettableMultiValuedFeatureCDOResource [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_429659_Test.testUnsetOnUnsettableMultiValuedFeatureXMIResource [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_429659_Test.testUnsetOnUnsettableSingleValuedAttributeCDOResource [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_429659_Test.testUnsetOnUnsettableSingleValuedAttributeXMIResource [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_429709_Test.testContainmentAddAddSet [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_429709_Test.testContainmentAddSet [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_429709_Test.testContainmentSetSet [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_430251_Test.testMemoryLeakOnResourceSet [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_430794_Test.testConflictResolutionWithSavepoint [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_435198_Test.testAbstractCDOView_GetObjectWithCDOResourceId_ResourceSetAddition [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_435198_Test.testAbstractCDOView_GetObject_ResourceSetAddition [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_435198_Test.testAbstractCDOView_GetResource_ResourceSetAddition [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_438682_Test.testUnsetNonUnsettableFeatureAndCommit [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_438682_Test.testUnsetUnsettableFeatureAndCommit [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_439337_Test.testCDOLockStateWithPrefetch [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_439337_Test.testCDOLockStateWithoutPrefetch [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_441136_Test.testRequestWithMonitoringWithProgressMonitor [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_441136_Test.testRequestWithMonitoringWithoutProgressMonitor [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_442178_Test.testCDORevisionUtil_GetResourceNodePath_WithCDOResource [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_442178_Test.testCDORevisionUtil_GetResourceNodePath_WithCDOResourceFolder [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_442178_Test.testCDORevisionUtil_GetResourceNodePath_WithNotRootCDOObject [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_442178_Test.testCDORevisionUtil_GetResourceNodePath_WithNotRootCDOObjectInFragmentedResource [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_442178_Test.testCDORevisionUtil_GetResourceNodePath_WithRootCDOObject [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_442178_Test.testCDORevisionUtil_GetResourceNodePath_WithRootCDOObjectInFragmentedResource [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_443281_Test.testCDOResource_setURI [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_443281_Test.testXMIResource_setURI [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_449665_Test.testCDOObject_GetLockState [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_449665_Test.testCDOResource_GetLockState [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_449806_Test.testCDOFeatureAnalyzerModelBased [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_449806_Test.testCDOFeatureAnalyzerUI [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_450880_Test.testCDODeltaNotificationGetValueWithEnumTypedAttributeOnCDOResource [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_450880_Test.testCDODeltaNotificationGetValueWithEnumTypedAttributeOnXMIResource [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_458279_Test.testCDOMergingConflictResolverWithoutChangeSubscriptionRequestWithAdditionsPassiveUpdateMode [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_458279_Test.testCDOMergingConflictResolverWithoutChangeSubscriptionRequestWithChangesPassiveUpdateMode [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_458279_Test.testCDOMergingConflictResolverWithoutChangeSubscriptionRequestWithInvalidationsPassiveUpdateMode [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_459104_Test.testCDOObject_GetLockState [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_462953_Test.testRollBackWithACustomEContentAdapter [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_464590_Test.testEObjectEIsSetWithXMIResource [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_465115_Test.testCDOUtilGetViewSet [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_466721_Test.testObjectNotFoundExceptionWithLockStatePrefetchEnabled [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_466951_Test.testCDOObjectCDOLockState [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_467075_Test.testResourceSetRemoveCDOResource [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_467075_Test.testResourceSetRemoveXMIResource [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_467174_Test.testCDOObject_LockStateAndRevisionPrefetch [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_467593_Test.testEListHashCodeOnRefBeforeCommitWithCDOResource [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_467593_Test.testEListHashCodeOnRefBeforeCommitWithXMIResource [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_467616_Test.testTupleOCLQuery [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Bugzilla_468268_Test.testHashCodeCallOnAllFields [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_469301_Test.testLockDetachedObject [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_485394_Test.testReferentialIntegrityWithContainmentProxy [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Bugzilla_485487_Test.testTimeoutDuringCommit [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [ERROR] org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 1001 millis org.eclipse.net4j.util.om.monitor.MonitorCanceledException: org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 1001 millis at org.eclipse.net4j.util.om.monitor.Monitor.checkCanceled(Monitor.java:58) at org.eclipse.net4j.util.om.monitor.TimeoutMonitor.checkCanceled(TimeoutMonitor.java:116) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.AbstractMonitor.begin(AbstractMonitor.java:48) at org.eclipse.net4j.util.om.monitor.NestedMonitor.begin(NestedMonitor.java:63) at org.eclipse.net4j.util.om.monitor.ProgressDistributor.run(ProgressDistributor.java:86) at org.eclipse.emf.cdo.internal.server.Repository.commitUnsynced(Repository.java:1562) at org.eclipse.emf.cdo.internal.server.Repository.commit(Repository.java:1550) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicatingCommit(CommitTransactionIndication.java:283) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicating(CommitTransactionIndication.java:96) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerIndicationWithMonitoring.indicating(CDOServerIndicationWithMonitoring.java:118) at org.eclipse.net4j.signal.IndicationWithMonitoring.indicating(IndicationWithMonitoring.java:62) at org.eclipse.net4j.signal.IndicationWithResponse.doExtendedInput(IndicationWithResponse.java:94) at org.eclipse.net4j.signal.Signal.doInput(Signal.java:434) at org.eclipse.net4j.signal.IndicationWithResponse.execute(IndicationWithResponse.java:72) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) Caused by: org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 1001 millis at org.eclipse.net4j.util.om.monitor.TimeoutMonitor.handleTimeout(TimeoutMonitor.java:121) at org.eclipse.net4j.util.om.monitor.TimeoutMonitor$1.handleTimeout(TimeoutMonitor.java:61) at org.eclipse.net4j.util.concurrent.Timeouter$1.run(Timeouter.java:89) at java.base/java.util.TimerThread.mainLoop(Timer.java:566) at java.base/java.util.TimerThread.run(Timer.java:516) ******************************************************* Bugzilla_485489_Test.testTransactionCommitAfterAutoLocker [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Bugzilla_485489_Test.testViewCloseAfterAutoLocker [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_485961_Test.testProperContents [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_486458_Test.testCreateUnit [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' Committed: 193 Committed: 160 Committed: 209 Created Unit: 377 Iterated: 31 ******************************************************* Bugzilla_486458_Test.testDetectNestedUnit [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' Committed: 236 Committed: 225 Committed: 223 ******************************************************* Bugzilla_486458_Test.testNotificationsAfterOpenUnit [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' Committed: 201 Committed: 168 Committed: 166 ******************************************************* Bugzilla_486458_Test.testOpenUnit [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' Committed: 230 Committed: 191 Committed: 161 Opened Unit: 586 Iterated: 30 ******************************************************* Bugzilla_486458_Test.testPrefetchBigModel [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' Committed: 191 Committed: 176 Committed: 213 Prefetched: 432 Iterated: 104 ******************************************************* Bugzilla_486458_Test.testResourceUnits [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' Committed: 933 Iterated: 8 Iterated: 8 Iterated: 8 Iterated: 8 Iterated: 9 ******************************************************* Bugzilla_486458_Test.testUnitMoves [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' Committed: 186 Committed: 172 Committed: 226 Attempt by Transaction[4:1] to move objects between units: L461, L463 Attempt by Transaction[4:1] to move objects between units: L461, L463 ******************************************************* Bugzilla_486458_Test.testUpdateUnit [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' Committed: 198 Committed: 186 Committed: 194 ******************************************************* Bugzilla_486458a_Test.testCreateUnitWithParallelCommit [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' Committed: 182 Committed: 192 Committed: 156 Iterated: 1042 Iterated: 927 ******************************************************* Bugzilla_486458b_Test.testLongCommitWithParallelCreateUnit [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' Committed: 2202 Committed: 2157 Committed: 2184 Iterated: 909 Iterated: 997 ******************************************************* Bugzilla_486458b_Test.testShortCommitWithParallelCreateUnit [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' Committed: 2185 Committed: 2161 Committed: 2203 Iterated: 948 Iterated: 854 ******************************************************* Bugzilla_486458c_Test.testParallelCreateUnits [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' Committed: 171 Committed: 156 Committed: 149 ******************************************************* Bugzilla_491499_Test.testObjectOrderWithObjectHandler [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Bugzilla_491859_Test.testExchangeContainerObject [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Bugzilla_492898_Test.testReferenceToExternalObject [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Bugzilla_492898_Test.testTouchModificationOnReferenceToExternalObject [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_494372_Test.testCreateUnitAfterUnitDeletion [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' Committed: 189 Committed: 159 Committed: 204 Committed: 190 Committed: 181 Committed: 234 ******************************************************* Bugzilla_494954_Test.testFolderNameChange [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Bugzilla_494954_Test.testFolderNameChangeInOtherTransaction [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Bugzilla_494954_Test.testFolderNameGenChange [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Bugzilla_500864_Test.testCommitDataAfterDeletion [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] Security realm created in /security ******************************************************* Bugzilla_503564_Test.testSetFeatureDelta_CDOID [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Bugzilla_503564_Test.testSetFeatureDelta_String [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_503573_Test.testCustomDatatype_Single [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_508261_Test.testDeleteFolderFromUnit [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Bugzilla_508261_Test.testDeleteResourceFromUnit [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Bugzilla_517225_Test.testStringCompressorLeak [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Bugzilla_528129_Test.testMoveToPersistentContainment [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_528129_Test.testMoveToTransientContainment [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_528129_Test.testMoveWithinView [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_528129_Test.testPersistentContainment [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_528129_Test.testPersistentContainmentTree [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_528129_Test.testTransientContainment [H2-auditing-ranges, JVM, Native] ******************************************************* ClassWithTransientContainment[PREPARED]: TRANSIENT --> PREPARED ClassWithTransientContainment@oid3[NEW]: PREPARED --> NEW ******************************************************* Bugzilla_528129_Test.testTransientContainmentTree [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_530498_Test.testNoNullRevisionAfterTransactionRollback [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_539332_Test.testRestartWithDynamicPackage [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_541003_Test.testLockStateWithPrefetcher [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_541003_Test.testLockStateWithoutPrefetcher [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_541437_Test.testUUIDAfterRestart [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Bugzilla_541437_Test.testUUIDWithoutOverride [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_547640_Test.testCommitConflictResolver_OneCommit [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' Suspending commit notifications Resuming commit notifications ******************************************************* Bugzilla_547640_Test.testCommitConflictResolver_TwoCommits [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' Suspending commit notifications Resuming commit notifications ******************************************************* Bugzilla_552043_Test.testRollbackInverseCrossReferencer [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Bugzilla_552043_Test.testRollbackInverseCrossReferencer_WithAttachedRevisionsMap [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_552043_Test.testRollbackMultipleNewObject [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_552043_Test.testRollbackMultipleNewObject_WithAttachedRevisionsMap [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_552043_Test.testRollbackNewObject [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_552043_Test.testRollbackNewObject_WithAttachedRevisionsMap [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] Security realm created in /security [ERROR] Not active: SignalProtocol[cdo] org.eclipse.net4j.util.lifecycle.LifecycleException: Not active: SignalProtocol[cdo] at org.eclipse.net4j.util.lifecycle.LifecycleUtil.checkActive(LifecycleUtil.java:102) at org.eclipse.net4j.signal.Signal.getProtocol(Signal.java:104) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerIndication.getProtocol(CDOServerIndication.java:54) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerIndication.getProtocol(CDOServerIndication.java:1) at org.eclipse.net4j.signal.IndicationWithResponse.sendExceptionSignal(IndicationWithResponse.java:105) at org.eclipse.net4j.signal.IndicationWithResponse.execute(IndicationWithResponse.java:78) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerReadIndication.execute(CDOServerReadIndication.java:36) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) ******************************************************* Bugzilla_560957_Test.testDeadlockOnViewGetBranch [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Bugzilla_561250_Test.testMapInitialization [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_562011_Test.testDocumentRoot_FeatureMap [H2-auditing-ranges, JVM, Native] ******************************************************* DocumentRoot[TRANSIENT] ******************************************************* Bugzilla_562246_Test.testLockAutoReleasePropagation_DifferentSession [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_562246_Test.testLockAutoReleasePropagation_SameSession [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_563616_Test.testImportProxyObject [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_566582_Test.testSubFolderDelete [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Bugzilla_570123_Test.testReattachInvalidate [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_579786_Test.testDisableResponseTimeout [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Bugzilla_579786_Test.testSlowQueryHandler [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Bugzilla_580001_Test.testTypeHandler [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Bugzilla_580974_Test.testCacheAdapter [H2-auditing-ranges, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] Ignoring attempt to add adapter(s) while view is closing: org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_580974_Test$CacheAdapter@5d5d8391 org.eclipse.emf.cdo.common.util.CDOException: Ignoring attempt to add adapter(s) while view is closing: org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_580974_Test$CacheAdapter@5d5d8391 at org.eclipse.emf.internal.cdo.CDOObjectImpl$1NonGrowingAdapterList.ignore(CDOObjectImpl.java:1564) at org.eclipse.emf.internal.cdo.CDOObjectImpl$1NonGrowingAdapterList.add(CDOObjectImpl.java:1487) at org.eclipse.emf.internal.cdo.CDOObjectImpl$1NonGrowingAdapterList.add(CDOObjectImpl.java:1) at org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_580974_Test$CacheAdapter.unsetTarget(Bugzilla_580974_Test.java:67) at org.eclipse.emf.ecore.impl.MinimalEObjectImpl$1ArrayDelegatingAdapterList.didRemove(MinimalEObjectImpl.java:617) at org.eclipse.emf.ecore.impl.MinimalEObjectImpl$1ArrayDelegatingAdapterList.didRemove(MinimalEObjectImpl.java:1) at org.eclipse.emf.common.util.ArrayDelegatingEList.remove(ArrayDelegatingEList.java:654) at org.eclipse.emf.common.util.DelegatingEList.delegateRemove(DelegatingEList.java:556) at org.eclipse.emf.common.util.DelegatingEList.remove(DelegatingEList.java:542) at org.eclipse.emf.internal.cdo.view.CDOViewImpl.clearAdapters(CDOViewImpl.java:1777) at org.eclipse.emf.internal.cdo.view.CDOViewImpl.clearAdapters(CDOViewImpl.java:1747) at org.eclipse.emf.internal.cdo.view.CDOViewImpl.doBeforeDeactivate(CDOViewImpl.java:1654) at org.eclipse.net4j.util.lifecycle.Lifecycle.internalDeactivate(Lifecycle.java:142) at org.eclipse.net4j.util.lifecycle.Lifecycle.deactivate(Lifecycle.java:208) at org.eclipse.net4j.util.lifecycle.LifecycleUtil.deactivate(LifecycleUtil.java:254) at org.eclipse.net4j.util.lifecycle.LifecycleUtil.deactivate(LifecycleUtil.java:244) at org.eclipse.net4j.util.lifecycle.LifecycleUtil.deactivate(LifecycleUtil.java:271) at org.eclipse.emf.internal.cdo.view.AbstractCDOView.close(AbstractCDOView.java:3006) at org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_580974_Test.testCacheAdapter(Bugzilla_580974_Test.java:53) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at junit.framework.TestCase.runTest(TestCase.java:177) at org.eclipse.net4j.util.tests.AbstractOMTest.access$0(AbstractOMTest.java:1) at org.eclipse.net4j.util.tests.AbstractOMTest$3.execute(AbstractOMTest.java:315) at org.eclipse.net4j.internal.util.test.TestExecuter.execute(TestExecuter.java:40) at org.eclipse.net4j.util.tests.AbstractOMTest.runBare(AbstractOMTest.java:301) at org.eclipse.emf.cdo.tests.config.impl.ConfigTest.runBare(ConfigTest.java:648) at junit.framework.TestResult$1.protect(TestResult.java:122) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.framework.TestResult.run(TestResult.java:125) at junit.framework.TestCase.run(TestCase.java:130) at org.eclipse.net4j.util.tests.AbstractOMTest.run(AbstractOMTest.java:375) at junit.framework.TestSuite.runTest(TestSuite.java:241) at org.eclipse.emf.cdo.tests.config.impl.ConfigTestSuite$TestClassWrapper.runTest(ConfigTestSuite.java:231) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at org.eclipse.emf.cdo.tests.config.impl.ConfigTestSuite$MainSuite.run(ConfigTestSuite.java:166) at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:364) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:237) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:158) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.apache.maven.surefire.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:167) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:142) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:28) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:679) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:616) at org.eclipse.equinox.launcher.Main.run(Main.java:1492) at org.eclipse.equinox.launcher.Main.main(Main.java:1465) [WARN] URI clash: resource being instantiated had same URI as a resource already present locally; local resource was renamed from res to res~renamed ### Resource: CDOResource@OID3("cdo://repo1/Bugzilla_580974_Test_testCacheAdapter/res") ******************************************************* Bugzilla_580991_Test.testDurableLockRelease [H2-auditing-ranges, JVM, Native] ******************************************************* ******************************************************* Bugzilla_534438_Test.testDBConnectionUsedByMultipleThreads [H2-auditing-ranges, JVM, Native] ******************************************************* Tests run: 1703, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 178.858 s - in org.eclipse.emf.cdo.tests.db.IntegrationTestsAudit org.eclipse.emf.cdo.tests.db.Net4jDBTest.testBigInt Time elapsed: 0.057 s org.eclipse.emf.cdo.tests.db.Net4jDBTest.testBinary Time elapsed: 0.005 s org.eclipse.emf.cdo.tests.db.Net4jDBTest.testBit Time elapsed: 0.005 s org.eclipse.emf.cdo.tests.db.Net4jDBTest.testBlob Time elapsed: 0.103 s org.eclipse.emf.cdo.tests.db.Net4jDBTest.testBlobLength0 Time elapsed: 0.004 s org.eclipse.emf.cdo.tests.db.Net4jDBTest.testBoolean Time elapsed: 0.003 s org.eclipse.emf.cdo.tests.db.Net4jDBTest.testChar Time elapsed: 0.004 s org.eclipse.emf.cdo.tests.db.Net4jDBTest.testClob Time elapsed: 0.409 s org.eclipse.emf.cdo.tests.db.Net4jDBTest.testClobLength0 Time elapsed: 0.004 s org.eclipse.emf.cdo.tests.db.Net4jDBTest.testDate Time elapsed: 0.004 s org.eclipse.emf.cdo.tests.db.Net4jDBTest.testDouble Time elapsed: 0.004 s org.eclipse.emf.cdo.tests.db.Net4jDBTest.testFloat Time elapsed: 0.003 s org.eclipse.emf.cdo.tests.db.Net4jDBTest.testInteger Time elapsed: 0.003 s org.eclipse.emf.cdo.tests.db.Net4jDBTest.testLongVarBinary Time elapsed: 0.004 s org.eclipse.emf.cdo.tests.db.Net4jDBTest.testLongVarChar Time elapsed: 0.004 s org.eclipse.emf.cdo.tests.db.Net4jDBTest.testReal Time elapsed: 0.004 s org.eclipse.emf.cdo.tests.db.Net4jDBTest.testSmallInt Time elapsed: 0.003 s org.eclipse.emf.cdo.tests.db.Net4jDBTest.testTime Time elapsed: 0.004 s org.eclipse.emf.cdo.tests.db.Net4jDBTest.testTimestamp Time elapsed: 0.004 s org.eclipse.emf.cdo.tests.db.Net4jDBTest.testTinyInt Time elapsed: 0.004 s org.eclipse.emf.cdo.tests.db.Net4jDBTest.testVarBinary Time elapsed: 0.003 s org.eclipse.emf.cdo.tests.db.Net4jDBTest.testVarChar Time elapsed: 0.003 s org.eclipse.emf.cdo.tests.db.DBAnnotationsTest.testColumnNameAnnotationByMetaData Time elapsed: 0.035 s org.eclipse.emf.cdo.tests.db.DBAnnotationsTest.testColumnNameTypeAnnotationByMetaData Time elapsed: 0.026 s org.eclipse.emf.cdo.tests.db.DBAnnotationsTest.testLengthAnnotationByMetaData Time elapsed: 0.026 s org.eclipse.emf.cdo.tests.db.DBAnnotationsTest.testLengthAnnotationNegative Time elapsed: 0.032 s org.eclipse.emf.cdo.tests.db.DBAnnotationsTest.testLengthAnnotationPositive Time elapsed: 0.026 s org.eclipse.emf.cdo.tests.db.DBAnnotationsTest.testTableMappingAnnotationByMetaData Time elapsed: 0.022 s org.eclipse.emf.cdo.tests.db.DBAnnotationsTest.testTableNameAnnotationByMetaData Time elapsed: 0.025 s org.eclipse.emf.cdo.tests.db.DBAnnotationsTest.testTypeAnnotationByMetaData Time elapsed: 0.051 s org.eclipse.emf.cdo.tests.db.DBStoreTest.testInsertNull Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.db.DBStoreTest.testStoreCustom Time elapsed: 0.018 s org.eclipse.emf.cdo.tests.db.DBStoreTest.testStoreDate Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.db.DBStoreTest.testStoreStringContainingBackslash Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.db.DBStoreTest.testStoreStringContainingDoubleQuote Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.db.DBStoreTest.testStoreStringContainingSingleQuote Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.db.DBStoreTest.testStoreStringContainingTwoSingleQuote Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.db.DBStoreTest.testStoreStringTrailingBackslash Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.db.DBStoreTest.testStoreStringTrailingDoubleQuote Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.db.DBStoreTest.testStoreStringTrailingSingleQuote Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.db.DBStoreTest.testStoreStringTrailingTwoSingleQuote Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.db.DBStoreTest.testUnderscoreClass Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.db.DBStoreTest.testUnderscoreFeature Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.db.CustomTypeMappingTest.testCustomTypeMapping Time elapsed: 0.023 s org.eclipse.emf.cdo.tests.db.SQLQueryTest.testComplexQuerySalesOrderJoinCustomerProduct Time elapsed: 0.089 s org.eclipse.emf.cdo.tests.db.SQLQueryTest.testDateParameter Time elapsed: 0.048 s org.eclipse.emf.cdo.tests.db.SQLQueryTest.testFunctions Time elapsed: 0.076 s org.eclipse.emf.cdo.tests.db.SQLQueryTest.testIterator Time elapsed: 0.078 s org.eclipse.emf.cdo.tests.db.SQLQueryTest.testIteratorCancelation Time elapsed: 2.206 s org.eclipse.emf.cdo.tests.db.SQLQueryTest.testNonCDOObjectQueries_Complex Time elapsed: 0.13 s org.eclipse.emf.cdo.tests.db.SQLQueryTest.testNonCDOObjectQueries_Complex_MAP Time elapsed: 0.175 s org.eclipse.emf.cdo.tests.db.SQLQueryTest.testPaging Time elapsed: 0.1 s org.eclipse.emf.cdo.tests.db.SQLQueryTest.testSimpleQueries Time elapsed: 0.075 s org.eclipse.emf.cdo.tests.AdapterManagerTest.testStrongReferencePolicy_ALL Time elapsed: 0.161 s org.eclipse.emf.cdo.tests.AdapterManagerTest.testStrongReferencePolicy_ALL_AttachObject Time elapsed: 0.122 s org.eclipse.emf.cdo.tests.AdapterManagerTest.testStrongReferencePolicy_ALL_DetachObject Time elapsed: 0.136 s org.eclipse.emf.cdo.tests.AdapterManagerTest.testStrongReferencePolicy_NONE Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.AttributeTest.testBigDecimalAndBigInteger Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.AttributeTest.testBigDecimalAndBigIntegerNull Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.AttributeTest.testByteArray Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.AttributeTest.testByteArrayEmpty Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.AttributeTest.testByteArrayNull Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.AttributeTest.testEnumDefaults Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.AttributeTest.testJavaClass Time elapsed: 0.023 s org.eclipse.emf.cdo.tests.AttributeTest.testJavaObject Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.AttributeTest.testManyValuedCustomDataType_Bugzilla_319950 Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.AttributeTest.testManyValuedCustomDataType_Contains Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.AttributeTest.testManyValuedCustomDataType_ContainsAll Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.AttributeTest.testManyValuedCustomDataType_Get Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.AttributeTest.testManyValuedCustomDataType_IndexOf Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.AttributeTest.testManyValuedCustomDataType_LastIndexOf Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.AttributeTest.testNillableAttributeOfCustomType Time elapsed: 0.023 s org.eclipse.emf.cdo.tests.AttributeTest.testPrimitiveDefaults Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.AuditEMapTest.testAuditedEMap Time elapsed: 0.018 s org.eclipse.emf.cdo.tests.AuditSameSessionTest.testAddingContents Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.AuditSameSessionTest.testCanCreateAuditAtRepoCreationTime Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.AuditSameSessionTest.testCannotCreateAuditWithTimestampPriorToRepo Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.AuditSameSessionTest.testCannotSetAuditTimestampPriorToRepo Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.AuditSameSessionTest.testChangePath Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.AuditSameSessionTest.testChangeURI Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.AuditSameSessionTest.testChangedAudit Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.AuditSameSessionTest.testConsistentHistoryForIsMany Time elapsed: 0.041 s org.eclipse.emf.cdo.tests.AuditSameSessionTest.testKeepHandle Time elapsed: 0.019 s org.eclipse.emf.cdo.tests.AuditSameSessionTest.testNewAudit Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.AuditSameSessionTest.testRemovingContents Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.AuditSameSessionTest.testRemovingContentsKeepHandle Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.AuditSameSessionTest.testRepositoryCreationTime Time elapsed: 0.004 s org.eclipse.emf.cdo.tests.AuditSameSessionTest.testRepositoryTime Time elapsed: 0.004 s org.eclipse.emf.cdo.tests.AuditTest.testAddingContents Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.AuditTest.testCanCreateAuditAtRepoCreationTime Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.AuditTest.testCannotCreateAuditWithTimestampPriorToRepo Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.AuditTest.testCannotSetAuditTimestampPriorToRepo Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.AuditTest.testChangePath Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.AuditTest.testChangeURI Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.AuditTest.testChangedAudit Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.AuditTest.testConsistentHistoryForIsMany Time elapsed: 0.031 s org.eclipse.emf.cdo.tests.AuditTest.testKeepHandle Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.AuditTest.testNewAudit Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.AuditTest.testRemovingContents Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.AuditTest.testRemovingContentsKeepHandle Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.AutoAttacherTest.testAddingObjectAndCrawl Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.AutoAttacherTest.testSimple Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.BackupBinaryTest.testImport Time elapsed: 0.149 s org.eclipse.emf.cdo.tests.BackupBinaryTest.testImportBlob Time elapsed: 0.211 s org.eclipse.emf.cdo.tests.BackupBinaryTest.testImportByteArray Time elapsed: 0.205 s org.eclipse.emf.cdo.tests.BackupBinaryTest.testImportClob Time elapsed: 0.217 s org.eclipse.emf.cdo.tests.BackupBinaryTest.testImportCustomDataType Time elapsed: 0.111 s org.eclipse.emf.cdo.tests.BackupBinaryTest.testImportDate Time elapsed: 0.112 s org.eclipse.emf.cdo.tests.BackupBinaryTest.testImportExternalReference Time elapsed: 0.104 s org.eclipse.emf.cdo.tests.BackupBinaryTest.testImportNIL Time elapsed: 0.154 s org.eclipse.emf.cdo.tests.BackupBinaryTest.testImportNullListElement Time elapsed: 0.118 s org.eclipse.emf.cdo.tests.BackupTest.testImport Time elapsed: 0.144 s org.eclipse.emf.cdo.tests.BackupTest.testImportBlob Time elapsed: 0.159 s org.eclipse.emf.cdo.tests.BackupTest.testImportByteArray Time elapsed: 0.135 s org.eclipse.emf.cdo.tests.BackupTest.testImportClob Time elapsed: 0.166 s org.eclipse.emf.cdo.tests.BackupTest.testImportCustomDataType Time elapsed: 0.11 s org.eclipse.emf.cdo.tests.BackupTest.testImportDate Time elapsed: 0.116 s org.eclipse.emf.cdo.tests.BackupTest.testImportExternalReference Time elapsed: 0.101 s org.eclipse.emf.cdo.tests.BackupTest.testImportNIL Time elapsed: 0.134 s org.eclipse.emf.cdo.tests.BackupTest.testImportNullListElement Time elapsed: 0.118 s org.eclipse.emf.cdo.tests.CDOIDTest.testGetLong_ExtId Time elapsed: 0.004 s org.eclipse.emf.cdo.tests.CDOIDTest.testGetLong_ExtTempId Time elapsed: 0.003 s org.eclipse.emf.cdo.tests.CDOIDTest.testGetLong_LongId Time elapsed: 0.003 s org.eclipse.emf.cdo.tests.CDOIDTest.testGetLong_Null Time elapsed: 0.003 s org.eclipse.emf.cdo.tests.CDOIDTest.testGetLong_NullId Time elapsed: 0.003 s org.eclipse.emf.cdo.tests.CDOIDTest.testGetLong_TempId Time elapsed: 0.003 s org.eclipse.emf.cdo.tests.CDOIDTest.testURIFragment Time elapsed: 0.018 s org.eclipse.emf.cdo.tests.CDOStaleReferencePolicyTest.testCDOStaleReferencePolicyWithCDOStoreGetContainer Time elapsed: 0.023 s org.eclipse.emf.cdo.tests.CDOStaleReferencePolicyTest.testCDOStaleReferencePolicyWithCDOStoreGetResource Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.ChangeSubscriptionTest.testInvalidationWithDeltas_SameBranch Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.ChangeSubscriptionTest.testNotificationChain Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.ChangeSubscriptionTest.testRemoveContained Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.ChangeSubscriptionTest.testRemoveManyContained Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.ChangeSubscriptionTest.testRemoveManyXRef Time elapsed: 0.022 s org.eclipse.emf.cdo.tests.ChangeSubscriptionTest.testRemoveXRef Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.ChangeSubscriptionTest.testSameSession Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.ChangeSubscriptionTest.testSameSession_WithoutPolicy Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.ChangeSubscriptionTest.testSeparateSession Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.ChangeSubscriptionTest.testSeparateSession_CUSTOM Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.ChangeSubscriptionTest.testSeparateSession_WithoutPolicy Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.ChangeSubscriptionTest.testTemporaryObject Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.ChunkingClearCachedRevisionTest.testReadNative Time elapsed: 0.049 s org.eclipse.emf.cdo.tests.ChunkingClearCachedRevisionTest.testWriteNative Time elapsed: 0.048 s org.eclipse.emf.cdo.tests.ChunkingTest.testChunkWithTemporaryObject Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.ChunkingTest.testEnsureChunk Time elapsed: 0.289 s org.eclipse.emf.cdo.tests.ChunkingTest.testPartiallyLoadedAdd Time elapsed: 0.026 s org.eclipse.emf.cdo.tests.ChunkingTest.testPartiallyLoadedAddAtIndex Time elapsed: 0.021 s org.eclipse.emf.cdo.tests.ChunkingTest.testPartiallyLoadedRemoveIndex Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.ChunkingTest.testPartiallyLoadedSet Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.ChunkingTest.testReadAfterUpdateAfterCommit Time elapsed: 0.071 s org.eclipse.emf.cdo.tests.ChunkingTest.testReadAfterUpdateBeforeCommit Time elapsed: 0.066 s org.eclipse.emf.cdo.tests.ChunkingTest.testReadNative Time elapsed: 0.048 s org.eclipse.emf.cdo.tests.ChunkingTest.testRemove Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.ChunkingTest.testWriteNative Time elapsed: 0.076 s org.eclipse.emf.cdo.tests.CommitInfoTest.testClientBranch Time elapsed: 0.052 s org.eclipse.emf.cdo.tests.CommitInfoTest.testClientBranchWithBranch Time elapsed: 0.049 s org.eclipse.emf.cdo.tests.CommitInfoTest.testClientComment Time elapsed: 0.046 s org.eclipse.emf.cdo.tests.CommitInfoTest.testClientCommentWithBranch Time elapsed: 0.05 s org.eclipse.emf.cdo.tests.CommitInfoTest.testClientPreviousCommitInfo Time elapsed: 0.048 s org.eclipse.emf.cdo.tests.CommitInfoTest.testClientTimestamp Time elapsed: 0.05 s org.eclipse.emf.cdo.tests.CommitInfoTest.testClientTimestampWithBranch Time elapsed: 0.047 s org.eclipse.emf.cdo.tests.CommitInfoTest.testClientUser Time elapsed: 0.115 s org.eclipse.emf.cdo.tests.CommitInfoTest.testClientUserWithBranch Time elapsed: 0.106 s org.eclipse.emf.cdo.tests.CommitInfoTest.testLocalBranch Time elapsed: 0.048 s org.eclipse.emf.cdo.tests.CommitInfoTest.testLocalComment Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.CommitInfoTest.testLocalTimestamp Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.CommitInfoTest.testLocalUser Time elapsed: 0.078 s org.eclipse.emf.cdo.tests.CommitInfoTest.testLogAsync Time elapsed: 0.029 s org.eclipse.emf.cdo.tests.CommitInfoTest.testLogThroughClient Time elapsed: 0.043 s org.eclipse.emf.cdo.tests.CommitInfoTest.testLogThroughCommitInfoHandler Time elapsed: 0.03 s org.eclipse.emf.cdo.tests.CommitInfoTest.testLogThroughWriteAccessHandler Time elapsed: 0.028 s org.eclipse.emf.cdo.tests.CommitInfoTest.testMultipleEntries Time elapsed: 0.066 s org.eclipse.emf.cdo.tests.CommitInfoTest.testMultipleEntriesByCountDown Time elapsed: 0.067 s org.eclipse.emf.cdo.tests.CommitInfoTest.testMultipleEntriesByCountUp Time elapsed: 0.08 s org.eclipse.emf.cdo.tests.CommitInfoTest.testServerBranch Time elapsed: 0.053 s org.eclipse.emf.cdo.tests.CommitInfoTest.testServerBranchWithBranch Time elapsed: 0.049 s org.eclipse.emf.cdo.tests.CommitInfoTest.testServerComment Time elapsed: 0.05 s org.eclipse.emf.cdo.tests.CommitInfoTest.testServerCommentWithBranch Time elapsed: 0.104 s org.eclipse.emf.cdo.tests.CommitInfoTest.testServerTimestamp Time elapsed: 0.082 s org.eclipse.emf.cdo.tests.CommitInfoTest.testServerTimestampWithBranch Time elapsed: 0.112 s org.eclipse.emf.cdo.tests.CommitInfoTest.testServerUser Time elapsed: 0.195 s org.eclipse.emf.cdo.tests.CommitInfoTest.testServerUserWithBranch Time elapsed: 0.19 s org.eclipse.emf.cdo.tests.ComplexTest.testCrossResourceGenRefMultiNonContainedUnidirectional Time elapsed: 0.088 s org.eclipse.emf.cdo.tests.ComplexTest.testCrossResourceGenRefSingleNonContainedUnidirectional Time elapsed: 0.02 s org.eclipse.emf.cdo.tests.ComplexTest.testCrossResourceIfcimplMultiNonContainedBidirectional Time elapsed: 0.024 s org.eclipse.emf.cdo.tests.ComplexTest.testCrossResourceIfcimplMultiNonContainedUnidirectional Time elapsed: 0.022 s org.eclipse.emf.cdo.tests.ComplexTest.testCrossResourceIfcimplSingleNonContainedBidirectional Time elapsed: 0.044 s org.eclipse.emf.cdo.tests.ComplexTest.testCrossResourceIfcimplSingleNonContainedUnidirectional Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.ComplexTest.testCrossResourcePlainMultiNonContainedBidirectional Time elapsed: 0.021 s org.eclipse.emf.cdo.tests.ComplexTest.testCrossResourcePlainMultiNonContainedUnidirectional Time elapsed: 0.019 s org.eclipse.emf.cdo.tests.ComplexTest.testCrossResourcePlainSingleNonContainedBidirectional Time elapsed: 0.018 s org.eclipse.emf.cdo.tests.ComplexTest.testCrossResourcePlainSingleNonContainedUnidirectional Time elapsed: 0.026 s org.eclipse.emf.cdo.tests.ComplexTest.testGenRefMultiContainedUnidirectional Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.ComplexTest.testGenRefMultiNonContainedUnidirectional Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.ComplexTest.testGenRefSingleContainedUnidirectional Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.ComplexTest.testGenRefSingleNonContainedUnidirectional Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.ComplexTest.testIfcimplMultiContainedBidirectional Time elapsed: 0.018 s org.eclipse.emf.cdo.tests.ComplexTest.testIfcimplMultiContainedUnidirectional Time elapsed: 0.021 s org.eclipse.emf.cdo.tests.ComplexTest.testIfcimplMultiNonContainedBidirectional Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.ComplexTest.testIfcimplMultiNonContainedUnidirectional Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.ComplexTest.testIfcimplSingleContainedBidirectional Time elapsed: 0.018 s org.eclipse.emf.cdo.tests.ComplexTest.testIfcimplSingleContainedUnidirectional Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.ComplexTest.testIfcimplSingleNonContainedBidirectional Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.ComplexTest.testIfcimplSingleNonContainedUnidirectional Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.ComplexTest.testMigrateContainmentMulti Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.ComplexTest.testMigrateContainmentSingle Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.ComplexTest.testMultipleTransactions2 Time elapsed: 0.019 s org.eclipse.emf.cdo.tests.ComplexTest.testMultipleTransactions3 Time elapsed: 0.018 s org.eclipse.emf.cdo.tests.ComplexTest.testPlainMultiContainedBidirectional Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.ComplexTest.testPlainMultiContainedUnidirectional Time elapsed: 0.019 s org.eclipse.emf.cdo.tests.ComplexTest.testPlainMultiNonContainedBidirectional Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.ComplexTest.testPlainMultiNonContainedUnidirectional Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.ComplexTest.testPlainSingleContainedBidirectional Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.ComplexTest.testPlainSingleContainedUnidirectional Time elapsed: 0.018 s org.eclipse.emf.cdo.tests.ComplexTest.testPlainSingleNonContainedBidirectional Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.ComplexTest.testPlainSingleNonContainedUnidirectional Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testAddHeadAddHead Time elapsed: 0.048 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testAddHeadAddTail Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testAddHeadClear Time elapsed: 0.023 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testAddHeadMoveHead Time elapsed: 0.021 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testAddHeadMoveTail Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testAddHeadRemoveHead Time elapsed: 0.019 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testAddHeadRemoveTail Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testAddRemove Time elapsed: 0.018 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testAddTailAddHead Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testAddTailAddTail Time elapsed: 0.019 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testAddTailClear Time elapsed: 0.021 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testAddTailMoveHead Time elapsed: 0.019 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testAddTailMoveTail Time elapsed: 0.021 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testAddTailRemoveHead Time elapsed: 0.024 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testAddTailRemoveTail Time elapsed: 0.021 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testChangeChange Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testChangeRemove Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testClearAddHead Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testClearAddTail Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testClearClear Time elapsed: 0.018 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testClearMoveHead Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testClearMoveTail Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testClearRemoveHead Time elapsed: 0.019 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testClearRemoveTail Time elapsed: 0.018 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testContainerAddDifferentParent Time elapsed: 0.03 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testManyValuedAddAdd Time elapsed: 0.018 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testManyValuedAddAddRemoveRemove Time elapsed: 0.018 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testManyValuedAddAddRemoveRemove2 Time elapsed: 0.018 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testManyValuedAddAdd_SameValue Time elapsed: 0.018 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testManyValuedAddChange Time elapsed: 0.022 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testManyValuedAddRemove Time elapsed: 0.018 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testManyValuedAddSet_SameValue Time elapsed: 0.02 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testManyValuedChangeAdd Time elapsed: 0.018 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testManyValuedChangeChange Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testManyValuedChangeChangeTest2 Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testManyValuedChangeRemove Time elapsed: 0.023 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testManyValuedChangeRemoveTest2 Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testManyValuedRemoveAdd Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testManyValuedRemoveChange Time elapsed: 0.018 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testManyValuedRemoveChangeTest2 Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testManyValuedRemoveRemove Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testManyValuedRemoveRemoveAddAdd Time elapsed: 0.018 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testManyValuedRemoveRemoveTest2 Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testManyValuedSetAdd_SameValue Time elapsed: 0.019 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testMoveHeadAddHead Time elapsed: 0.019 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testMoveHeadAddTail Time elapsed: 0.031 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testMoveHeadClear Time elapsed: 0.019 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testMoveHeadMoveHead Time elapsed: 0.018 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testMoveHeadMoveHeadRemoveMiddle Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testMoveHeadMoveTail Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testMoveHeadRemoveHead Time elapsed: 0.026 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testMoveHeadRemoveHeadRemoveMiddle Time elapsed: 0.019 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testMoveHeadRemoveTail Time elapsed: 0.018 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testMoveTailAddHead Time elapsed: 0.018 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testMoveTailAddTail Time elapsed: 0.018 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testMoveTailClear Time elapsed: 0.027 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testMoveTailMoveHead Time elapsed: 0.018 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testMoveTailMoveTail Time elapsed: 0.018 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testMoveTailRemoveHead Time elapsed: 0.021 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testMoveTailRemoveTail Time elapsed: 0.019 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testRemoveAdd Time elapsed: 0.025 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testRemoveChange Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testRemoveHeadAddChildHead Time elapsed: 0.018 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testRemoveHeadAddHead Time elapsed: 0.018 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testRemoveHeadAddTail Time elapsed: 0.018 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testRemoveHeadClear Time elapsed: 0.027 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testRemoveHeadMoveChildHead Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testRemoveHeadMoveHead Time elapsed: 0.018 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testRemoveHeadMoveHeadRemoveMiddle Time elapsed: 0.02 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testRemoveHeadMoveTail Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testRemoveHeadReAttachHead Time elapsed: 0.028 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testRemoveHeadRemoveChildChildHead Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testRemoveHeadRemoveChildHead Time elapsed: 0.028 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testRemoveHeadRemoveHead Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testRemoveHeadRemoveTail Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testRemoveHeadSetChildHead Time elapsed: 0.02 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testRemoveRemove Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testRemoveTailAddHead Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testRemoveTailAddTail Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testRemoveTailClear Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testRemoveTailMoveHead Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testRemoveTailMoveTail Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testRemoveTailRemoveHead Time elapsed: 0.025 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testRemoveTailRemoveTail Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.test_RemoveRemove_MoveRemoveRemoveRemove Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.ConflictResolverTest.testCDOMergingConflictResolver Time elapsed: 0.021 s org.eclipse.emf.cdo.tests.ConflictResolverTest.testMergeLocalChangesPerFeature_Basic Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.ConflictResolverTest.testMergeLocalChangesPerFeature_BasicException Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.ConflictResolverTest.testMergeLocalChangesPerFeature_Bug1 Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.ConflictResolverTest.testMergeLocalChangesPerFeature_Bug2 Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.ConflictResolverTest.testMergeLocalChangesPerFeature_Bug3 Time elapsed: 0.018 s org.eclipse.emf.cdo.tests.ConflictResolverTest.testMerge_ManyValue Time elapsed: 0.02 s org.eclipse.emf.cdo.tests.ContainmentTest.test3Levels Time elapsed: 0.018 s org.eclipse.emf.cdo.tests.ContainmentTest.testBasicContainment Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.ContainmentTest.testContainmentChangeInSameResource Time elapsed: 0.003 s org.eclipse.emf.cdo.tests.ContainmentTest.testModeledBackPointer Time elapsed: 0.027 s org.eclipse.emf.cdo.tests.ContainmentTest.testModeledBackPointer_Transient Time elapsed: 0.021 s org.eclipse.emf.cdo.tests.ContainmentTest.testModeledBackPointer_Transient_Load Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.ContainmentTest.testObjectNotSameResourceThanItsContainerCDO Time elapsed: 0.023 s org.eclipse.emf.cdo.tests.ContainmentTest.testObjectNotSameResourceThanItsContainer_WithoutCDO Time elapsed: 0.003 s org.eclipse.emf.cdo.tests.ContainmentTest.testRemovedContainment Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.ContainmentTest.testSeparateSession Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.ContainmentTest.testSeparateView Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.ContainmentTest.testSetSingleContainment Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.ContainmentTest.testTransientContainment Time elapsed: 0.003 s org.eclipse.emf.cdo.tests.ContainmentTest.testUnsetSingleContainment Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.CrossReferenceTest.testCrossCreferenceBetweenContainerAndContained Time elapsed: 0.05 s org.eclipse.emf.cdo.tests.CrossReferenceTest.testDetachXRef Time elapsed: 0.021 s org.eclipse.emf.cdo.tests.CrossReferenceTest.testDetachXRefExternal Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.CrossReferenceTest.testDetachXRefReattach Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.CrossReferenceTest.testExternalMakeDangling Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.CrossReferenceTest.testExternalMakeNew Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.CrossReferenceTest.testLoadViaContainment Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.CrossReferenceTest.testLoadViaXRef Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.CrossReferenceTest.testNewMakeExternal Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.CrossReferenceTest.testTwoResources Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.DetachTest.testCleanObjectDeletion Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.DetachTest.testDetachEmptyNewResource Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.DetachTest.testDetachEmptyPersistedResource Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.DetachTest.testDetachNewResource Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.DetachTest.testDetachPersistedResource Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.DetachTest.testDetachPersistedResourceWithPersistedData Time elapsed: 0.028 s org.eclipse.emf.cdo.tests.DetachTest.testDetachProxyResource Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.DetachTest.testKeepValue Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.DetachTest.testNewObjectDeletion Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.DetachTest.testSavePointCleanObjectDeletion Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.DetachTest.testSavePointNewObjectDeletion Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.DynamicPackageTest.testDynamicMaps Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.DynamicXSDTest.testDynamicEcore Time elapsed: 0.033 s org.eclipse.emf.cdo.tests.EMFCompareTest.testAllContentsOfCompany Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.EMFCompareTest.testAllContentsOfRoot Time elapsed: 0.055 s org.eclipse.emf.cdo.tests.EMFCompareTest.testChanges Time elapsed: 0.064 s org.eclipse.emf.cdo.tests.EMFCompareTest.testChangesDelete Time elapsed: 0.061 s org.eclipse.emf.cdo.tests.EMFCompareTest.testContainmentProxy Time elapsed: 0.069 s org.eclipse.emf.cdo.tests.EMFCompareTest.testContainmentProxyEMF Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.EMFCompareTest.testFeatureFilter Time elapsed: 0.062 s org.eclipse.emf.cdo.tests.EMFCompareTest.testMinimal Time elapsed: 0.073 s org.eclipse.emf.cdo.tests.EMFCompareTest.testNoContainmentProxy Time elapsed: 0.066 s org.eclipse.emf.cdo.tests.EMapTest.testEMap Time elapsed: 0.023 s org.eclipse.emf.cdo.tests.EnumTest.testAttached Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.EnumTest.testAttachedFresh Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.EnumTest.testTransient Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.EnumTest.testTransientFresh Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.ExternalReferenceTest.testExternalWithDynamicEObject Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.ExternalReferenceTest.testExternalWithEClass Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.ExternalReferenceTest.testExternalWithEPackage Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.ExternalReferenceTest.testManyViewsOnOneResourceSet Time elapsed: 0.057 s org.eclipse.emf.cdo.tests.ExternalReferenceTest.testObjectNotAttached Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.ExternalReferenceTest.testOneXMIResourceManyViewsOnOneResourceSet Time elapsed: 0.029 s org.eclipse.emf.cdo.tests.ExternalReferenceTest.testUsingObjectsBetweenSameTransaction Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.ExternalReferenceTest.testWithXML Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.ExternalReferenceTest.testWithXMLAndPrefetching Time elapsed: 0.027 s org.eclipse.emf.cdo.tests.ExternalReferenceTest.testXRefExternalObject Time elapsed: 0.084 s org.eclipse.emf.cdo.tests.IndexReconstructionTest.testAddAfter1 Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.IndexReconstructionTest.testAddAfter4 Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.IndexReconstructionTest.testAddBefore1 Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.IndexReconstructionTest.testAddBefore4 Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.IndexReconstructionTest.testMoveBackward Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.IndexReconstructionTest.testMoveBehindEnd Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.IndexReconstructionTest.testMoveForward Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.IndexReconstructionTest.testReAdded Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.IndexReconstructionTest.testRemove1 Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.IndexReconstructionTest.testRemove4 Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.IndexReconstructionTest.testRemoveAdded Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.IndexReconstructionTest.testRemoveLastAdded Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.InitialTest.testAttachObject Time elapsed: 0.004 s org.eclipse.emf.cdo.tests.InitialTest.testCommitDirty Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.InitialTest.testCommitDirtyInverseList Time elapsed: 0.025 s org.eclipse.emf.cdo.tests.InitialTest.testCommitNew Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.InitialTest.testCommitNewInverseList Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.InitialTest.testCreateResource Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.InitialTest.testDirectResource Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.InitialTest.testDirectResourceEMF Time elapsed: 0.003 s org.eclipse.emf.cdo.tests.InitialTest.testGetContents Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.InitialTest.testGetResource Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.InitialTest.testLoadObject Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.InitialTest.testLoadObjectInverseList Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.InitialTest.testLoadResource Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.InitialTest.testMultipleInheritence Time elapsed: 0.023 s org.eclipse.emf.cdo.tests.InitialTest.testNullReference Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.InitialTest.testOpenSession Time elapsed: 0.004 s org.eclipse.emf.cdo.tests.InitialTest.testReadObjectClean Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.InitialTest.testReadObjectProxy Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.InitialTest.testReadResourceClean Time elapsed: 0.005 s org.eclipse.emf.cdo.tests.InitialTest.testReadTransientValue Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.InitialTest.testReferenceIntoDifferentResource Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.InitialTest.testResourceAccessor Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.InitialTest.testStartTransaction Time elapsed: 0.004 s org.eclipse.emf.cdo.tests.InitialTest.testTransientObject Time elapsed: 0.003 s org.eclipse.emf.cdo.tests.InitialTest.testTransientResource Time elapsed: 0.003 s org.eclipse.emf.cdo.tests.InitialTest.testWriteClean Time elapsed: 0.022 s org.eclipse.emf.cdo.tests.InvalidationTest.testConflictDifferentSession Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.InvalidationTest.testConflictSameSession Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.InvalidationTest.testDetach Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.InvalidationTest.testDetachAndPassiveUpdate Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.InvalidationTest.testDetachAndPassiveUpdateWithoutRevisionTimestamp Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.InvalidationTest.testDetachedConflictDifferentSession Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.InvalidationTest.testDetachedConflictSameSession Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.InvalidationTest.testInvalidateAndCache Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.InvalidationTest.testPassiveUpdateMode_CHANGES Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.InvalidationTest.testPassiveUpdateOnAndOff Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.InvalidationTest.testRefreshEmptyRepository Time elapsed: 0.004 s org.eclipse.emf.cdo.tests.InvalidationTest.testSeparateSession Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.InvalidationTest.testSeparateSession_PassiveUpdateDisable Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.InvalidationTest.testSeparateView Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.InvalidationTest.testSeparateViewNotification Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.LobTest.testCommitBlob Time elapsed: 0.027 s org.eclipse.emf.cdo.tests.LobTest.testCommitClob Time elapsed: 0.026 s org.eclipse.emf.cdo.tests.LobTest.testReadBlob Time elapsed: 0.126 s org.eclipse.emf.cdo.tests.LobTest.testReadClob Time elapsed: 2.532 s org.eclipse.emf.cdo.tests.LockStateCacheTest.testAddReadLockOwner Time elapsed: 0.043 s org.eclipse.emf.cdo.tests.LockStateCacheTest.testLockStateCache Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.LockStateCacheTest.testRemoveOwner Time elapsed: 0.048 s org.eclipse.emf.cdo.tests.LockStateCacheTest.testRemoveReadLockOwner Time elapsed: 0.051 s org.eclipse.emf.cdo.tests.LockStateCacheTest.testSetWriteLockOwner Time elapsed: 0.056 s org.eclipse.emf.cdo.tests.LockStateCacheTest.testSetWriteOptionOwner Time elapsed: 0.039 s org.eclipse.emf.cdo.tests.LockStateCacheTest.testUnsetWriteLockOwner Time elapsed: 0.026 s org.eclipse.emf.cdo.tests.LockStateCacheTest.testUnsetWriteOptionOwner Time elapsed: 0.021 s org.eclipse.emf.cdo.tests.LockingManagerRestartRepositoryTest.testDisableDurableLocking Time elapsed: 0.036 s org.eclipse.emf.cdo.tests.LockingManagerRestartRepositoryTest.testDisableDurableLockingAfterRestart Time elapsed: 0.053 s org.eclipse.emf.cdo.tests.LockingManagerRestartRepositoryTest.testDisableDurableLockingAndReleaseLocks Time elapsed: 0.022 s org.eclipse.emf.cdo.tests.LockingManagerRestartRepositoryTest.testDuplicateOpenView Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.LockingManagerRestartRepositoryTest.testDuplicateOpenViewAfterRestart Time elapsed: 0.04 s org.eclipse.emf.cdo.tests.LockingManagerRestartRepositoryTest.testDurableViewHandler Time elapsed: 0.044 s org.eclipse.emf.cdo.tests.LockingManagerRestartRepositoryTest.testEnableDurableLockingWithNewObject Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.LockingManagerRestartRepositoryTest.testGetDurableLockingID Time elapsed: 0.038 s org.eclipse.emf.cdo.tests.LockingManagerRestartRepositoryTest.testKeepDurableLockingID Time elapsed: 0.031 s org.eclipse.emf.cdo.tests.LockingManagerRestartRepositoryTest.testLockDowngradeAfterEnable Time elapsed: 0.071 s org.eclipse.emf.cdo.tests.LockingManagerRestartRepositoryTest.testLockDowngradeBeforeEnable Time elapsed: 0.041 s org.eclipse.emf.cdo.tests.LockingManagerRestartRepositoryTest.testLockUpgradeAfterEnable Time elapsed: 0.095 s org.eclipse.emf.cdo.tests.LockingManagerRestartRepositoryTest.testLockUpgradeBeforeEnable Time elapsed: 0.053 s org.eclipse.emf.cdo.tests.LockingManagerRestartRepositoryTest.testReadLockAfterEnable Time elapsed: 0.052 s org.eclipse.emf.cdo.tests.LockingManagerRestartRepositoryTest.testReadLockBeforeEnable Time elapsed: 0.058 s org.eclipse.emf.cdo.tests.LockingManagerRestartRepositoryTest.testWriteLockAfterEnable Time elapsed: 0.065 s org.eclipse.emf.cdo.tests.LockingManagerRestartRepositoryTest.testWriteLockBeforeEnable Time elapsed: 0.064 s org.eclipse.emf.cdo.tests.LockingManagerRestartRepositoryTest.testWriteOptionAfterEnable Time elapsed: 0.04 s org.eclipse.emf.cdo.tests.LockingManagerRestartRepositoryTest.testWriteOptionBeforeEnable Time elapsed: 0.065 s org.eclipse.emf.cdo.tests.LockingManagerRestartRepositoryTest.testWrongDurableLockingID Time elapsed: 0.028 s org.eclipse.emf.cdo.tests.LockingManagerRestartRepositoryTest.testWrongReadOnly Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.LockingManagerRestartRepositoryTest.testWrongReadOnlyAfterRestart Time elapsed: 0.033 s org.eclipse.emf.cdo.tests.LockingManagerRestartSessionTest.testDisableDurableLocking Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.LockingManagerRestartSessionTest.testDisableDurableLockingAfterRestart Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.LockingManagerRestartSessionTest.testDisableDurableLockingAndReleaseLocks Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.LockingManagerRestartSessionTest.testDuplicateOpenView Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.LockingManagerRestartSessionTest.testDuplicateOpenViewAfterRestart Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.LockingManagerRestartSessionTest.testDurableViewHandler Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.LockingManagerRestartSessionTest.testEnableDurableLockingWithNewObject Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.LockingManagerRestartSessionTest.testGetDurableLockingID Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.LockingManagerRestartSessionTest.testKeepDurableLockingID Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.LockingManagerRestartSessionTest.testLockDowngradeAfterEnable Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.LockingManagerRestartSessionTest.testLockDowngradeBeforeEnable Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.LockingManagerRestartSessionTest.testLockUpgradeAfterEnable Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.LockingManagerRestartSessionTest.testLockUpgradeBeforeEnable Time elapsed: 0.057 s org.eclipse.emf.cdo.tests.LockingManagerRestartSessionTest.testReadLockAfterEnable Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.LockingManagerRestartSessionTest.testReadLockBeforeEnable Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.LockingManagerRestartSessionTest.testWriteLockAfterEnable Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.LockingManagerRestartSessionTest.testWriteLockBeforeEnable Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.LockingManagerRestartSessionTest.testWriteOptionAfterEnable Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.LockingManagerRestartSessionTest.testWriteOptionBeforeEnable Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.LockingManagerRestartSessionTest.testWrongDurableLockingID Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.LockingManagerRestartSessionTest.testWrongReadOnly Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.LockingManagerRestartSessionTest.testWrongReadOnlyAfterRestart Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.LockingManagerRestartTransactionTest.testDisableDurableLocking Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.LockingManagerRestartTransactionTest.testDisableDurableLockingAfterRestart Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.LockingManagerRestartTransactionTest.testDisableDurableLockingAndReleaseLocks Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.LockingManagerRestartTransactionTest.testDuplicateOpenView Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.LockingManagerRestartTransactionTest.testDuplicateOpenViewAfterRestart Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.LockingManagerRestartTransactionTest.testDurableViewHandler Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.LockingManagerRestartTransactionTest.testEnableDurableLockingWithNewObject Time elapsed: 0.005 s org.eclipse.emf.cdo.tests.LockingManagerRestartTransactionTest.testGetDurableLockingID Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.LockingManagerRestartTransactionTest.testKeepDurableLockingID Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.LockingManagerRestartTransactionTest.testLockDowngradeAfterEnable Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.LockingManagerRestartTransactionTest.testLockDowngradeBeforeEnable Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.LockingManagerRestartTransactionTest.testLockUpgradeAfterEnable Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.LockingManagerRestartTransactionTest.testLockUpgradeBeforeEnable Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.LockingManagerRestartTransactionTest.testReadLockAfterEnable Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.LockingManagerRestartTransactionTest.testReadLockBeforeEnable Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.LockingManagerRestartTransactionTest.testWriteLockAfterEnable Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.LockingManagerRestartTransactionTest.testWriteLockBeforeEnable Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.LockingManagerRestartTransactionTest.testWriteOptionAfterEnable Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.LockingManagerRestartTransactionTest.testWriteOptionBeforeEnable Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.LockingManagerRestartTransactionTest.testWrongDurableLockingID Time elapsed: 0.005 s org.eclipse.emf.cdo.tests.LockingManagerRestartTransactionTest.testWrongReadOnly Time elapsed: 0.005 s org.eclipse.emf.cdo.tests.LockingManagerRestartTransactionTest.testWrongReadOnlyAfterRestart Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.LockingManagerTest.testAcquiredLock Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.LockingManagerTest.testAutoReleaseExplicitLocks Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.LockingManagerTest.testAutoReleaseLockFalse_commit Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.LockingManagerTest.testAutoReleaseLockFalse_rollback Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.LockingManagerTest.testAutoReleaseLocks Time elapsed: 0.208 s org.eclipse.emf.cdo.tests.LockingManagerTest.testAutoReleaseLocksOnUnchangedObject Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.LockingManagerTest.testAutoReleaseReadLockWithLockedByOthers Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.LockingManagerTest.testAutoReleaseWriteLockWithLockedByOthers Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.LockingManagerTest.testBasicUpgradeFromReadToWriteLock Time elapsed: 2.004 s org.eclipse.emf.cdo.tests.LockingManagerTest.testBasicWrongUnlock Time elapsed: 0.004 s org.eclipse.emf.cdo.tests.LockingManagerTest.testBugzilla_270345 Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.LockingManagerTest.testDeleteLockedObject Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.LockingManagerTest.testDetachedObjects Time elapsed: 0.116 s org.eclipse.emf.cdo.tests.LockingManagerTest.testLockContention Time elapsed: 0.313 s org.eclipse.emf.cdo.tests.LockingManagerTest.testLockContentionRecursive Time elapsed: 1.375 s org.eclipse.emf.cdo.tests.LockingManagerTest.testLockDetached Time elapsed: 1.012 s org.eclipse.emf.cdo.tests.LockingManagerTest.testLockOnNewObject Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.LockingManagerTest.testLockRefreshForHeldLock Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.LockingManagerTest.testLockUnlock Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.LockingManagerTest.testReadLockAndCommitFromDifferentTransaction Time elapsed: 1.009 s org.eclipse.emf.cdo.tests.LockingManagerTest.testReadLockAndCommitSameTransaction Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.LockingManagerTest.testReadLockByOthers Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.LockingManagerTest.testReadLockMultiple Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.LockingManagerTest.testReadLockStaleRevision Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.LockingManagerTest.testReadLockedByOthers Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.LockingManagerTest.testReadTimeout Time elapsed: 1.009 s org.eclipse.emf.cdo.tests.LockingManagerTest.testReadUnlockMultiple Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.LockingManagerTest.testRecursiveLock Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.LockingManagerTest.testRefreshLockStates Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.LockingManagerTest.testSessionClose Time elapsed: 0.107 s org.eclipse.emf.cdo.tests.LockingManagerTest.testTransactionClose Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.LockingManagerTest.testTransactionGetLockStates Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.LockingManagerTest.testUnlockAll Time elapsed: 0.003 s org.eclipse.emf.cdo.tests.LockingManagerTest.testViewGetLockStates Time elapsed: 0.005 s org.eclipse.emf.cdo.tests.LockingManagerTest.testWriteLock Time elapsed: 2.009 s org.eclipse.emf.cdo.tests.LockingManagerTest.testWriteLockAndCommitFromDifferentTransaction Time elapsed: 1.01 s org.eclipse.emf.cdo.tests.LockingManagerTest.testWriteLockAndCommitSameTransaction Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.LockingManagerTest.testWriteLockAndRollback Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.LockingManagerTest.testWriteLockByOthers Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.LockingManagerTest.testWriteLockFromDifferenceTransaction Time elapsed: 1.009 s org.eclipse.emf.cdo.tests.LockingManagerTest.testWriteLockMultiple Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.LockingManagerTest.testWriteLockPerformance Time elapsed: 0.02 s org.eclipse.emf.cdo.tests.LockingManagerTest.testWriteLockStaleRevision Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.LockingManagerTest.testWriteLockViaObject Time elapsed: 1.009 s org.eclipse.emf.cdo.tests.LockingManagerTest.testWriteOptions Time elapsed: 0.505 s org.eclipse.emf.cdo.tests.LockingManagerTest.testWriteUnlockMultiple Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.LockingNotificationsTest.testCloseViewDifferentSession Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.LockingNotificationsTest.testCloseViewSameSession Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.LockingNotificationsTest.testEnableDisableNotifications Time elapsed: 0.229 s org.eclipse.emf.cdo.tests.LockingNotificationsTest.testEnableDisableNotificationsSameSession Time elapsed: 0.221 s org.eclipse.emf.cdo.tests.LockingNotificationsTest.testEventForNewObjects Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.LockingNotificationsTest.testLockStateHeldByDurableView Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.LockingNotificationsTest.testLockStateTransientAndNew Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.LockingNotificationsTest.testSameBranchDifferentSession_WithAutoRelease Time elapsed: 0.028 s org.eclipse.emf.cdo.tests.LockingNotificationsTest.testSameBranchDifferentSession_WithoutAutoRelease Time elapsed: 0.024 s org.eclipse.emf.cdo.tests.LockingNotificationsTest.testSameBranchSameSession_WithAutoRelease Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.LockingNotificationsTest.testSameBranchSameSession_WithoutAutoRelease Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.LockingSequenceTest.testSafeCounter Time elapsed: 0.502 s org.eclipse.emf.cdo.tests.MapTest.testEObjectToEObjectBothContainedMap Time elapsed: 0.068 s org.eclipse.emf.cdo.tests.MapTest.testEObjectToEObjectKeyContainedMap Time elapsed: 0.027 s org.eclipse.emf.cdo.tests.MapTest.testEObjectToEObjectMap Time elapsed: 0.035 s org.eclipse.emf.cdo.tests.MapTest.testEObjectToEObjectValueContainedMap Time elapsed: 0.025 s org.eclipse.emf.cdo.tests.MapTest.testIntegerStringMap Time elapsed: 0.023 s org.eclipse.emf.cdo.tests.MapTest.testStringStringMap Time elapsed: 0.031 s org.eclipse.emf.cdo.tests.MapTest.testStringToAddressContainmentMap Time elapsed: 0.034 s org.eclipse.emf.cdo.tests.MapTest.testStringToAddressReferenceMap Time elapsed: 0.026 s org.eclipse.emf.cdo.tests.MapTest.testStringVATMap Time elapsed: 0.026 s org.eclipse.emf.cdo.tests.MapTest.testTransientMap Time elapsed: 0.023 s org.eclipse.emf.cdo.tests.MetaTest.testMetaReference Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.MetaTest.testMetaReference2 Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.MetaTest.testMetaReferenceAttachFirst Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.MultiValuedOfAttributeTest.testListOfBoolean Time elapsed: 0.031 s org.eclipse.emf.cdo.tests.MultiValuedOfAttributeTest.testListOfChar Time elapsed: 0.024 s org.eclipse.emf.cdo.tests.MultiValuedOfAttributeTest.testListOfDate Time elapsed: 0.042 s org.eclipse.emf.cdo.tests.MultiValuedOfAttributeTest.testListOfDouble Time elapsed: 0.025 s org.eclipse.emf.cdo.tests.MultiValuedOfAttributeTest.testListOfFloat Time elapsed: 0.024 s org.eclipse.emf.cdo.tests.MultiValuedOfAttributeTest.testListOfInt Time elapsed: 0.036 s org.eclipse.emf.cdo.tests.MultiValuedOfAttributeTest.testListOfInteger Time elapsed: 0.024 s org.eclipse.emf.cdo.tests.MultiValuedOfAttributeTest.testListOfShort Time elapsed: 0.022 s org.eclipse.emf.cdo.tests.MultiValuedOfAttributeTest.testListOfString Time elapsed: 0.021 s org.eclipse.emf.cdo.tests.OCLQueryTest$Lazy.testAllCustomers Time elapsed: 0.115 s org.eclipse.emf.cdo.tests.OCLQueryTest$Lazy.testAllEObjects Time elapsed: 0.185 s org.eclipse.emf.cdo.tests.OCLQueryTest$Lazy.testAllOrdersAndSubtypes Time elapsed: 0.137 s org.eclipse.emf.cdo.tests.OCLQueryTest$Lazy.testAllProductNames Time elapsed: 0.14 s org.eclipse.emf.cdo.tests.OCLQueryTest$Lazy.testAllProducts Time elapsed: 0.131 s org.eclipse.emf.cdo.tests.OCLQueryTest$Lazy.testAllProductsWithName Time elapsed: 0.14 s org.eclipse.emf.cdo.tests.OCLQueryTest$Lazy.testAllProductsWithNameParameter Time elapsed: 0.099 s org.eclipse.emf.cdo.tests.OCLQueryTest$Lazy.testAllProductsWithVAT Time elapsed: 0.074 s org.eclipse.emf.cdo.tests.OCLQueryTest$Lazy.testAllProductsWithVATParameter Time elapsed: 0.075 s org.eclipse.emf.cdo.tests.OCLQueryTest$Lazy.testAuditWithDetachedObject Time elapsed: 0.082 s org.eclipse.emf.cdo.tests.OCLQueryTest$Lazy.testDeletedObject Time elapsed: 0.083 s org.eclipse.emf.cdo.tests.OCLQueryTest$Lazy.testDetachedObject Time elapsed: 0.105 s org.eclipse.emf.cdo.tests.OCLQueryTest$Lazy.testDirtyObject Time elapsed: 0.134 s org.eclipse.emf.cdo.tests.OCLQueryTest$Lazy.testMultipleQueries Time elapsed: 0.105 s org.eclipse.emf.cdo.tests.OCLQueryTest$Lazy.testNewObject Time elapsed: 0.068 s org.eclipse.emf.cdo.tests.OCLQueryTest$Lazy.testProductIterator Time elapsed: 0.094 s org.eclipse.emf.cdo.tests.OCLQueryTest$Lazy.testSelfNavigation Time elapsed: 0.071 s org.eclipse.emf.cdo.tests.OCLQueryTest$Lazy.testTransactionWithDetachedObject Time elapsed: 0.087 s org.eclipse.emf.cdo.tests.OCLQueryTest.testAllCustomers Time elapsed: 0.071 s org.eclipse.emf.cdo.tests.OCLQueryTest.testAllEObjects Time elapsed: 0.071 s org.eclipse.emf.cdo.tests.OCLQueryTest.testAllOrdersAndSubtypes Time elapsed: 0.068 s org.eclipse.emf.cdo.tests.OCLQueryTest.testAllProductNames Time elapsed: 0.085 s org.eclipse.emf.cdo.tests.OCLQueryTest.testAllProducts Time elapsed: 0.099 s org.eclipse.emf.cdo.tests.OCLQueryTest.testAllProductsWithName Time elapsed: 0.109 s org.eclipse.emf.cdo.tests.OCLQueryTest.testAllProductsWithNameParameter Time elapsed: 0.188 s org.eclipse.emf.cdo.tests.OCLQueryTest.testAllProductsWithVAT Time elapsed: 0.092 s org.eclipse.emf.cdo.tests.OCLQueryTest.testAllProductsWithVATParameter Time elapsed: 0.069 s org.eclipse.emf.cdo.tests.OCLQueryTest.testAuditWithDetachedObject Time elapsed: 0.095 s org.eclipse.emf.cdo.tests.OCLQueryTest.testDeletedObject Time elapsed: 0.087 s org.eclipse.emf.cdo.tests.OCLQueryTest.testDetachedObject Time elapsed: 0.081 s org.eclipse.emf.cdo.tests.OCLQueryTest.testDirtyObject Time elapsed: 0.089 s org.eclipse.emf.cdo.tests.OCLQueryTest.testMultipleQueries Time elapsed: 0.184 s org.eclipse.emf.cdo.tests.OCLQueryTest.testNewObject Time elapsed: 0.096 s org.eclipse.emf.cdo.tests.OCLQueryTest.testProductIterator Time elapsed: 0.098 s org.eclipse.emf.cdo.tests.OCLQueryTest.testSelfNavigation Time elapsed: 0.142 s org.eclipse.emf.cdo.tests.OCLQueryTest.testTransactionWithDetachedObject Time elapsed: 0.169 s org.eclipse.emf.cdo.tests.PackageRegistryTest.testCommitCircularPackages Time elapsed: 0.125 s org.eclipse.emf.cdo.tests.PackageRegistryTest.testCommitNestedPackages Time elapsed: 0.053 s org.eclipse.emf.cdo.tests.PackageRegistryTest.testCommitTopLevelPackages Time elapsed: 0.06 s org.eclipse.emf.cdo.tests.PackageRegistryTest.testCommitTwoPackages Time elapsed: 0.107 s org.eclipse.emf.cdo.tests.PackageRegistryTest.testCommitUnrelatedPackage Time elapsed: 0.083 s org.eclipse.emf.cdo.tests.PackageRegistryTest.testConcurrentPackageRegistration Time elapsed: 1.074 s org.eclipse.emf.cdo.tests.PackageRegistryTest.testConcurrentPackageRegistration2 Time elapsed: 0.064 s org.eclipse.emf.cdo.tests.PackageRegistryTest.testDuplicatePackageRegistration Time elapsed: 1.054 s org.eclipse.emf.cdo.tests.PackageRegistryTest.testDynamicPackageFactory Time elapsed: 0.066 s org.eclipse.emf.cdo.tests.PackageRegistryTest.testDynamicPackageLoaded Time elapsed: 0.093 s org.eclipse.emf.cdo.tests.PackageRegistryTest.testDynamicPackageNewInstance Time elapsed: 0.091 s org.eclipse.emf.cdo.tests.PackageRegistryTest.testGeneratedPackage Time elapsed: 0.06 s org.eclipse.emf.cdo.tests.PackageRegistryTest.testGlobalDynamicPackage Time elapsed: 0.048 s org.eclipse.emf.cdo.tests.PackageRegistryTest.testGlobalDynamicPackageEager Time elapsed: 0.091 s org.eclipse.emf.cdo.tests.PackageRegistryTest.testLaziness Time elapsed: 0.062 s org.eclipse.emf.cdo.tests.PackageRegistryTest.testLoadNestedPackages Time elapsed: 0.067 s org.eclipse.emf.cdo.tests.PackageRegistryTest.testPackageRegistry Time elapsed: 0.076 s org.eclipse.emf.cdo.tests.PackageRegistryTest.testPopulator Time elapsed: 0.057 s org.eclipse.emf.cdo.tests.PackageRegistryTest.testPopulatorGlobal Time elapsed: 0.053 s org.eclipse.emf.cdo.tests.PackageRegistryTest.testReuseCommittedPackage Time elapsed: 0.074 s org.eclipse.emf.cdo.tests.PackageRegistryTest.testSubclassCache Time elapsed: 0.04 s org.eclipse.emf.cdo.tests.PackageRegistryTest.testSubclassCacheInvalidation Time elapsed: 0.038 s org.eclipse.emf.cdo.tests.PartialCommitTest.testCheckWithoutCommit_exception Time elapsed: 0.073 s org.eclipse.emf.cdo.tests.PartialCommitTest.testCheckWithoutCommit_exceptionFast Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.PartialCommitTest.testCommittablesContainUncommittableObjects Time elapsed: 0.005 s org.eclipse.emf.cdo.tests.PartialCommitTest.testDetach Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.PartialCommitTest.testDetachSingleRef Time elapsed: 0.035 s org.eclipse.emf.cdo.tests.PartialCommitTest.testDetachSingleRef_containerOfDetachedObjectNotIncluded Time elapsed: 0.032 s org.eclipse.emf.cdo.tests.PartialCommitTest.testDetachSingleRef_detachedObjectNotIncluded Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.PartialCommitTest.testDetach_containerOfDetachedObjectNotIncluded Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.PartialCommitTest.testDetach_detachedObjectNotIncluded Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.PartialCommitTest.testDirty Time elapsed: 0.026 s org.eclipse.emf.cdo.tests.PartialCommitTest.testDirtyMultiBidiChanged Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.PartialCommitTest.testDirtyMultiBidiChanged_newTargetNotIncluded Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.PartialCommitTest.testDirtyMultiBidiChanged_oldTargetNotIncluded Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.PartialCommitTest.testDirtyMultiBidiNew Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.PartialCommitTest.testDirtyMultiBidiNew_newtargetNotIncluded Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.PartialCommitTest.testDirtyMultiBidiRemoved Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.PartialCommitTest.testDirtyMultiBidiRemoved_oldTargetNotIncluded Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.PartialCommitTest.testDirtySingleBidiChanged Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.PartialCommitTest.testDirtySingleBidiChanged_newTargetNotIncluded Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.PartialCommitTest.testDirtySingleBidiChanged_oldTargetNotIncluded Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.PartialCommitTest.testDirtySingleBidiNew Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.PartialCommitTest.testDirtySingleBidiNew_newtargetNotIncluded Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.PartialCommitTest.testDirtySingleBidiRemoved Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.PartialCommitTest.testDirtySingleBidiRemoved_oldTargetNotIncluded Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.PartialCommitTest.testDoubleMove Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.PartialCommitTest.testIgnoreDanglingMultiRef_dirtyToDetached Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.PartialCommitTest.testIgnoreDanglingMultiRef_dirtyToTransient Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.PartialCommitTest.testIgnoreDanglingMultiRef_dirtyToTransient2 Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.PartialCommitTest.testIgnoreDanglingMultiRef_newToDetached Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.PartialCommitTest.testIgnoreDanglingMultiRef_newToTransient Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.PartialCommitTest.testIgnoreDanglingSingleRef_dirtyToDetached Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.PartialCommitTest.testIgnoreDanglingSingleRef_dirtyToTransient Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.PartialCommitTest.testIgnoreDanglingSingleRef_dirtyToTransient2 Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.PartialCommitTest.testIgnoreDanglingSingleRef_newToDetached Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.PartialCommitTest.testIgnoreDanglingSingleRef_newToTransient Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.PartialCommitTest.testMove Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.PartialCommitTest.testMoveSingleRef Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.PartialCommitTest.testMoveSingleRef_movedObjectNotIncluded Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.PartialCommitTest.testMoveSingleRef_newContainerNotIncluded Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.PartialCommitTest.testMoveSingleRef_oldContainerNotIncluded Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.PartialCommitTest.testMoveSingleRef_onlyMovedObjectIncluded Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.PartialCommitTest.testMoveSingleRef_onlyNewContainerIncluded Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.PartialCommitTest.testMoveSingleRef_onlyOldContainerIncluded Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.PartialCommitTest.testMove_movedObjectNotIncluded Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.PartialCommitTest.testMove_newContainerNotIncluded Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.PartialCommitTest.testMove_oldContainerNotIncluded Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.PartialCommitTest.testMove_onlyMovedObjectIncluded Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.PartialCommitTest.testMove_onlyNewContainerIncluded Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.PartialCommitTest.testMove_onlyOldContainerIncluded Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.PartialCommitTest.testMultiBidiOnNewObject Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.PartialCommitTest.testMultiBidiOnNewObject_targetNotIncluded Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.PartialCommitTest.testMultiBidiOnRemovedObject Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.PartialCommitTest.testMultiBidiOnRemovedObject_targetNotIncluded Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.PartialCommitTest.testNew Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.PartialCommitTest.testNewNestedResource Time elapsed: 0.049 s org.eclipse.emf.cdo.tests.PartialCommitTest.testNewNestedResource_resourceFolderNotIncluded Time elapsed: 0.038 s org.eclipse.emf.cdo.tests.PartialCommitTest.testNewNestedResource_rootResourceNotIncluded Time elapsed: 0.065 s org.eclipse.emf.cdo.tests.PartialCommitTest.testNewSingle Time elapsed: 0.03 s org.eclipse.emf.cdo.tests.PartialCommitTest.testNewSingle_containerOfNewObjectNotIncluded Time elapsed: 0.037 s org.eclipse.emf.cdo.tests.PartialCommitTest.testNewSingle_newObjectNotIncluded Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.PartialCommitTest.testNewTopLevel Time elapsed: 0.032 s org.eclipse.emf.cdo.tests.PartialCommitTest.testNewTopLevelResource Time elapsed: 0.069 s org.eclipse.emf.cdo.tests.PartialCommitTest.testNewTopLevelResource_rootResourceNotIncluded Time elapsed: 0.042 s org.eclipse.emf.cdo.tests.PartialCommitTest.testNewTopLevel_newObjectNotIncluded Time elapsed: 0.062 s org.eclipse.emf.cdo.tests.PartialCommitTest.testNewTopLevel_resourceNotIncluded Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.PartialCommitTest.testNew_containerOfNewObjectNotIncluded Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.PartialCommitTest.testNew_newObjectNotIncluded Time elapsed: 0.065 s org.eclipse.emf.cdo.tests.PartialCommitTest.testPartialCleanUp_detachedObjects Time elapsed: 0.033 s org.eclipse.emf.cdo.tests.PartialCommitTest.testPartialCleanUp_dirtyObjects Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.PartialCommitTest.testPartialCleanUp_newObjects Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.PartialCommitTest.testSingleBidiOnNewObject Time elapsed: 0.024 s org.eclipse.emf.cdo.tests.PartialCommitTest.testSingleBidiOnNewObject_targetNotIncluded Time elapsed: 0.018 s org.eclipse.emf.cdo.tests.PartialCommitTest.testSingleBidiOnRemovedObject Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.PartialCommitTest.testSingleBidiOnRemovedObject_targetNotIncluded Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.PartialCommitTest.test_noCommittablesAfterCommit Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.PushTransactionTest.testAddNewHierarchy Time elapsed: 0.091 s org.eclipse.emf.cdo.tests.PushTransactionTest.testAddNewObjectInObject Time elapsed: 0.023 s org.eclipse.emf.cdo.tests.PushTransactionTest.testAddNewObjectInObjectBetweenReloadAndPush Time elapsed: 0.085 s org.eclipse.emf.cdo.tests.PushTransactionTest.testAddNewObjectInObjectTwiceBetweenReloadAndPush Time elapsed: 0.02 s org.eclipse.emf.cdo.tests.PushTransactionTest.testAddNewObjectInResource Time elapsed: 0.049 s org.eclipse.emf.cdo.tests.PushTransactionTest.testClearObjects Time elapsed: 0.018 s org.eclipse.emf.cdo.tests.PushTransactionTest.testConflictWithModifiedObject Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.PushTransactionTest.testConflictWithRemovedObject Time elapsed: 0.018 s org.eclipse.emf.cdo.tests.PushTransactionTest.testDeleteExistingObject Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.PushTransactionTest.testMoveObject Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.PushTransactionTest.testUnsetValue Time elapsed: 0.021 s org.eclipse.emf.cdo.tests.PushTransactionTest.testUnsetValueWithoutPushTX Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.PushTransactionTest.testUpdateExistingObject Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.PushTransactionWithoutReconstructSavepointsTest.testAddNewHierarchy Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.PushTransactionWithoutReconstructSavepointsTest.testAddNewObjectInObject Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.PushTransactionWithoutReconstructSavepointsTest.testAddNewObjectInObjectBetweenReloadAndPush Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.PushTransactionWithoutReconstructSavepointsTest.testAddNewObjectInObjectTwiceBetweenReloadAndPush Time elapsed: 0.024 s org.eclipse.emf.cdo.tests.PushTransactionWithoutReconstructSavepointsTest.testAddNewObjectInResource Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.PushTransactionWithoutReconstructSavepointsTest.testClearObjects Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.PushTransactionWithoutReconstructSavepointsTest.testConflictWithModifiedObject Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.PushTransactionWithoutReconstructSavepointsTest.testConflictWithRemovedObject Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.PushTransactionWithoutReconstructSavepointsTest.testDeleteExistingObject Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.PushTransactionWithoutReconstructSavepointsTest.testMoveObject Time elapsed: 0.026 s org.eclipse.emf.cdo.tests.PushTransactionWithoutReconstructSavepointsTest.testUnsetValue Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.PushTransactionWithoutReconstructSavepointsTest.testUnsetValueWithoutPushTX Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.PushTransactionWithoutReconstructSavepointsTest.testUpdateExistingObject Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.RepositoryTest.testInsertProperties Time elapsed: 0.003 s org.eclipse.emf.cdo.tests.RepositoryTest.testLastCommitTime Time elapsed: 0.033 s org.eclipse.emf.cdo.tests.RepositoryTest.testObjectWriteAccessHandler Time elapsed: 0.026 s org.eclipse.emf.cdo.tests.RepositoryTest.testReadAccessHandlers Time elapsed: 0.112 s org.eclipse.emf.cdo.tests.RepositoryTest.testRemoveProperties Time elapsed: 0.005 s org.eclipse.emf.cdo.tests.RepositoryTest.testSessionClosed Time elapsed: 0.11 s org.eclipse.emf.cdo.tests.RepositoryTest.testUpdateProperties Time elapsed: 0.004 s org.eclipse.emf.cdo.tests.RepositoryTest.testWriteAccessHandlers Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.RepositoryTest.testWriteAccessHandlers_WithServerCDOView Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.ResourceModificationTrackingTest.testIgnoreChangesBeforeTrackingEnablement Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.ResourceModificationTrackingTest.testNewResourceModificationTracking Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.ResourceModificationTrackingTest.testNewResourceModificationTracking2 Time elapsed: 0.005 s org.eclipse.emf.cdo.tests.ResourceModificationTrackingTest.testPartialRollbackOperation Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.ResourceModificationTrackingTest.testResourceModificationTracking Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.ResourceModificationTrackingTest.testResourceModificationTracking2 Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.ResourceModificationTrackingTest.testResourceModificationTrackingNotification Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.ResourceModificationTrackingTest.testRollbackOperation Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.ResourceTest.testAttachDetachResourceDepth1_Delete Time elapsed: 0.04 s org.eclipse.emf.cdo.tests.ResourceTest.testAttachDetachResourceDepth1_Remove Time elapsed: 0.036 s org.eclipse.emf.cdo.tests.ResourceTest.testAttachDetachResourceDepth2_Delete Time elapsed: 0.039 s org.eclipse.emf.cdo.tests.ResourceTest.testAttachDetachResourceDepth2_Remove Time elapsed: 0.08 s org.eclipse.emf.cdo.tests.ResourceTest.testAttachDetachResourceDepth3_Delete Time elapsed: 0.071 s org.eclipse.emf.cdo.tests.ResourceTest.testAttachDetachResourceDepth3_Remove Time elapsed: 0.041 s org.eclipse.emf.cdo.tests.ResourceTest.testAttachDetachResourceDepth3_Remove_Tree Time elapsed: 0.098 s org.eclipse.emf.cdo.tests.ResourceTest.testAttachResource Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.ResourceTest.testBinaryResource Time elapsed: 0.152 s org.eclipse.emf.cdo.tests.ResourceTest.testChangePathFromDepth0ToDepth0 Time elapsed: 0.061 s org.eclipse.emf.cdo.tests.ResourceTest.testChangePathFromDepth0ToDepth1 Time elapsed: 0.082 s org.eclipse.emf.cdo.tests.ResourceTest.testChangePathFromDepth0ToDepth2 Time elapsed: 0.151 s org.eclipse.emf.cdo.tests.ResourceTest.testChangePathFromDepth0ToDepth3 Time elapsed: 0.067 s org.eclipse.emf.cdo.tests.ResourceTest.testChangePathFromDepth3ToDepth0 Time elapsed: 0.079 s org.eclipse.emf.cdo.tests.ResourceTest.testChangePathFromDepth3ToDepth1 Time elapsed: 0.117 s org.eclipse.emf.cdo.tests.ResourceTest.testChangePathFromDepth3ToDepth2 Time elapsed: 0.096 s org.eclipse.emf.cdo.tests.ResourceTest.testChangePathFromDepth3ToDepth3 Time elapsed: 0.056 s org.eclipse.emf.cdo.tests.ResourceTest.testChangeResourceFolderURI Time elapsed: 0.061 s org.eclipse.emf.cdo.tests.ResourceTest.testChangeResourceURI Time elapsed: 0.064 s org.eclipse.emf.cdo.tests.ResourceTest.testCommitMultipleResources Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.ResourceTest.testCreateNestedResource_FromResourceSet Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.ResourceTest.testCreateResource_FromResourceSet Time elapsed: 0.039 s org.eclipse.emf.cdo.tests.ResourceTest.testCreateResource_FromTransaction Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.ResourceTest.testCreateResource_WithDeepPath Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.ResourceTest.testDeleteResource Time elapsed: 0.024 s org.eclipse.emf.cdo.tests.ResourceTest.testDeleteResourceDifferentSession Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.ResourceTest.testDeleteResourceDifferentSessionFresh Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.ResourceTest.testDeleteResourceFolder Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.ResourceTest.testDeleteResourceFolderDifferentSession Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.ResourceTest.testDeleteResourceFolderDifferentSessionFresh Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.ResourceTest.testDeleteResourceFolderFresh Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.ResourceTest.testDeleteResourceFresh Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.ResourceTest.testDeleteResourceFromRoot Time elapsed: 0.054 s org.eclipse.emf.cdo.tests.ResourceTest.testDuplicatePathAfterDetach Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.ResourceTest.testGetResourceNodeContract Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.ResourceTest.testLoadAbsentResource_FromResourceSet Time elapsed: 0.005 s org.eclipse.emf.cdo.tests.ResourceTest.testLoadMultipleResources Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.ResourceTest.testMove Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.ResourceTest.testMoveConflict Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.ResourceTest.testMoveFromRoot Time elapsed: 0.043 s org.eclipse.emf.cdo.tests.ResourceTest.testMoveToRoot Time elapsed: 0.038 s org.eclipse.emf.cdo.tests.ResourceTest.testNameChecks Time elapsed: 0.038 s org.eclipse.emf.cdo.tests.ResourceTest.testNoUneededResourcesLoadOnMove Time elapsed: 0.021 s org.eclipse.emf.cdo.tests.ResourceTest.testPathNotNull Time elapsed: 0.021 s org.eclipse.emf.cdo.tests.ResourceTest.testPathWithSpaces Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.ResourceTest.testPrefetchContents Time elapsed: 0.032 s org.eclipse.emf.cdo.tests.ResourceTest.testQueryModifiedResources Time elapsed: 0.055 s org.eclipse.emf.cdo.tests.ResourceTest.testQueryModifiedResourcesAsync Time elapsed: 0.044 s org.eclipse.emf.cdo.tests.ResourceTest.testQueryResources Time elapsed: 0.031 s org.eclipse.emf.cdo.tests.ResourceTest.testQueryResourcesAsync Time elapsed: 0.037 s org.eclipse.emf.cdo.tests.ResourceTest.testRemoveResourceByIndex Time elapsed: 0.072 s org.eclipse.emf.cdo.tests.ResourceTest.testRemoveResourceWithCloseView Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.ResourceTest.testRootResourceFromURI Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.ResourceTest.testSaveXMI_WithXRef Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.ResourceTest.testSaveXMI_WithXRef_OtherResource Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.ResourceTest.testSetFolder Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.ResourceTest.testSetFolderConflict Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.ResourceTest.testSetPathConflict Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.ResourceTest.testTextResource Time elapsed: 2.515 s org.eclipse.emf.cdo.tests.RevisionDeltaTest.testBasicRevisionDelta Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.RevisionDeltaTest.testBugzilla214374 Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.RevisionDeltaTest.testBugzilla214374_HandleClear Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.RevisionDeltaTest.testBugzilla214431 Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.RevisionDeltaTest.testBugzilla243282_Exception Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.RevisionDeltaTest.testDetachWithXRef Time elapsed: 0.023 s org.eclipse.emf.cdo.tests.RevisionDeltaTest.testDetachWithXRef_Remove Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.RevisionDeltaTest.testInsertAndMove Time elapsed: 0.02 s org.eclipse.emf.cdo.tests.RevisionDeltaTest.testInsertAndMoveAndRemove Time elapsed: 0.018 s org.eclipse.emf.cdo.tests.RevisionDeltaTest.testInsertAndRemove Time elapsed: 0.028 s org.eclipse.emf.cdo.tests.RevisionDeltaTest.testInsertAndSet Time elapsed: 0.026 s org.eclipse.emf.cdo.tests.RevisionDeltaTest.testListInsertFirst Time elapsed: 0.022 s org.eclipse.emf.cdo.tests.RevisionDeltaTest.testListInsertLast Time elapsed: 0.018 s org.eclipse.emf.cdo.tests.RevisionDeltaTest.testListInsertMiddle Time elapsed: 0.02 s org.eclipse.emf.cdo.tests.RevisionDeltaTest.testListMoveToFirst Time elapsed: 0.021 s org.eclipse.emf.cdo.tests.RevisionDeltaTest.testListMoveToLast Time elapsed: 0.021 s org.eclipse.emf.cdo.tests.RevisionDeltaTest.testListMultipleOps Time elapsed: 0.023 s org.eclipse.emf.cdo.tests.RevisionDeltaTest.testListMultipleOpsWithClear Time elapsed: 0.024 s org.eclipse.emf.cdo.tests.RevisionDeltaTest.testListRemoveFirst Time elapsed: 0.021 s org.eclipse.emf.cdo.tests.RevisionDeltaTest.testListRemoveLast Time elapsed: 0.022 s org.eclipse.emf.cdo.tests.RevisionDeltaTest.testListRemoveMiddle Time elapsed: 0.021 s org.eclipse.emf.cdo.tests.RevisionDeltaTest.testListSimpleMove Time elapsed: 0.028 s org.eclipse.emf.cdo.tests.RevisionDeltaTest.testListTwoIndependentMoves Time elapsed: 0.02 s org.eclipse.emf.cdo.tests.RevisionDeltaTest.testListTwoIntersectingMoves Time elapsed: 0.019 s org.eclipse.emf.cdo.tests.RevisionDeltaTest.testMoveAndDelete Time elapsed: 0.02 s org.eclipse.emf.cdo.tests.RevisionDeltaTest.testMultipleInserts Time elapsed: 0.02 s org.eclipse.emf.cdo.tests.RevisionDeltaTest.testMultipleRemoves Time elapsed: 0.023 s org.eclipse.emf.cdo.tests.RevisionDeltaTest.testSetAndRemove Time elapsed: 0.025 s org.eclipse.emf.cdo.tests.RollbackTest.testRollbackSameSession Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.RollbackTest.testRollbackSeparateSession Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.RollbackTest.test_Bugzilla_296680 Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.SavePointTest.testIsDirty Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.SavePointTest.testNotification Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.SavePointTest.testRollbackWithNewObject_Collection Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.SavePointTest.testRollbackWithNewObject_Commit Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.SavePointTest.testRollbackWithNewObject_Rollback Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.SavePointTest.testRollbackWithPersistedObject_Commit Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.SavePointTest.testRollbackWithPersistedObject_Rollback Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.SavePointTest.testWrongSavePoint Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.SecurityTest.testAndFilter Time elapsed: 0.004 s org.eclipse.emf.cdo.tests.SecurityTest.testNotFilter Time elapsed: 0.003 s org.eclipse.emf.cdo.tests.SecurityTest.testOrFilter Time elapsed: 0.003 s org.eclipse.emf.cdo.tests.SecurityTest.testResourceFilter_EXACT_NoParents Time elapsed: 0.004 s org.eclipse.emf.cdo.tests.SecurityTest.testResourceFilter_EXACT_Parents Time elapsed: 0.004 s org.eclipse.emf.cdo.tests.SecurityTest.testResourceFilter_TREE_NoParents Time elapsed: 0.003 s org.eclipse.emf.cdo.tests.SecurityTest.testResourceFilter_TREE_Parents Time elapsed: 0.003 s org.eclipse.emf.cdo.tests.SecurityTest.testResourceFilter_UserToken_EXACT_NoParents Time elapsed: 0.004 s org.eclipse.emf.cdo.tests.SecurityTest.testResourceFilter_UserToken_EXACT_Parents Time elapsed: 0.004 s org.eclipse.emf.cdo.tests.SecurityTest.testResourceFilter_UserToken_TREE_NoParents Time elapsed: 0.004 s org.eclipse.emf.cdo.tests.SecurityTest.testResourceFilter_UserToken_TREE_Parents Time elapsed: 0.004 s org.eclipse.emf.cdo.tests.SessionTest.testEContentAdapter Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.SessionTest.testIsSupportingAudits Time elapsed: 0.004 s org.eclipse.emf.cdo.tests.SessionTest.testLastUpdateLocal Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.SessionTest.testLastUpdateRemote Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.SessionTest.testNoAuthentication Time elapsed: 0.036 s org.eclipse.emf.cdo.tests.SessionTest.testProtocolTimeoutChangedEvent Time elapsed: 0.049 s org.eclipse.emf.cdo.tests.SessionTest.testRefresh Time elapsed: 0.03 s org.eclipse.emf.cdo.tests.SessionTest.testRefreshWithPackages Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.SessionTest.testRepositoryNotFound Time elapsed: 0.604 s org.eclipse.emf.cdo.tests.SessionTest.testSetProtocolTimeout Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.SessionTest.testWaitForUpdateLocal Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.SessionTest.testWaitForUpdateRemote Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.SessionTest.testWithAuthentication Time elapsed: 0.072 s org.eclipse.emf.cdo.tests.SessionTest.testWithAuthenticationNoCredentials Time elapsed: 0.061 s org.eclipse.emf.cdo.tests.SessionTest.testWithAuthenticationNoCredentialsProvider Time elapsed: 0.06 s org.eclipse.emf.cdo.tests.SessionTest.testWithAuthenticationNoPassword Time elapsed: 0.085 s org.eclipse.emf.cdo.tests.SessionTest.testWithAuthenticationNoUserID Time elapsed: 0.058 s org.eclipse.emf.cdo.tests.SessionTest.testWithAuthenticationWrongCredentials Time elapsed: 0.086 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableBooleanNoDefault Time elapsed: 0.074 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableBooleanNoDefault2 Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableBooleanNoDefault_SetDefault Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableByteNoDefault Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableByteNoDefault2 Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableByteNoDefault_SetDefault Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableCharNoDefault Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableCharNoDefault2 Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableCharNoDefault_SetDefault Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableDateNoDefault Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableDateNoDefault_SetDefault Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableDoubleNoDefault Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableDoubleNoDefault2 Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableDoubleNoDefault_SetDefault Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableFloatNoDefault Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableFloatNoDefault2 Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableFloatNoDefault_SetDefault Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableIntNoDefault Time elapsed: 0.018 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableIntNoDefault2 Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableIntNoDefault_SetDefault Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableLongNoDefault Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableLongNoDefault2 Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableLongNoDefault_SetDefault Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableShortNoDefault Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableShortNoDefault2 Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableShortNoDefault_SetDefault Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableStringNoDefault Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableStringNoDefault2 Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableStringNoDefault_SetDefault Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableVATNoDefault Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableVATNoDefault_SetDefault Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableWithDefaultBoolean Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableWithDefaultBoolean2 Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableWithDefaultBoolean_SetDefault Time elapsed: 0.02 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableWithDefaultByte Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableWithDefaultByte2 Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableWithDefaultByte_SetDefault Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableWithDefaultChar Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableWithDefaultChar_SetDefault Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableWithDefaultChart2 Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableWithDefaultDate Time elapsed: 0.021 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableWithDefaultDate_SetDefault Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableWithDefaultDouble Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableWithDefaultDouble2 Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableWithDefaultDouble_SetDefault Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableWithDefaultVAT Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableWithDefaultVAT_SetDefault Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableBooleanNoDefault Time elapsed: 0.024 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableBooleanNoDefault2 Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableBooleanNoDefault_SetDefault Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableByteNoDefault Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableByteNoDefault2 Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableByteNoDefault_SetDefault Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableCharNoDefault Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableCharNoDefault2 Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableCharNoDefault_SetDefault Time elapsed: 0.021 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableDateNoDefault Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableDateNoDefault_SetDefault Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableDoubleNoDefault Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableDoubleNoDefault2 Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableDoubleNoDefault_SetDefault Time elapsed: 0.046 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableFloatNoDefault Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableFloatNoDefault2 Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableFloatNoDefault_SetDefault Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableIntNoDefault Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableIntNoDefault2 Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableIntNoDefault_SetDefault Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableLongNoDefault Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableShortNoDefault Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableShortNoDefault2 Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableShortNoDefault_SetDefault Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableStringNoDefault Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableStringNoDefault2 Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableStringNoDefault_SetDefault Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableVATNoDefault Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableVATNoDefault_SetDefault Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableWithDefaultBoolean Time elapsed: 0.02 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableWithDefaultBoolean2 Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableWithDefaultByte Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableWithDefaultByte2 Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableWithDefaultByte_SetDefault Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableWithDefaultChar Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableWithDefaultCharNo Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableWithDefaultChar_SetDefault Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableWithDefaultDate Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableWithDefaultDate_SetDefault Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableWithDefaultDouble Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableWithDefaultDouble2 Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableWithDefaultDouble_SetDefault Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableWithDefaultFloat Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableWithDefaultFloat2 Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableWithDefaultFloat_SetDefault Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableWithDefaultInt Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableWithDefaultInt2 Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableWithDefaultInt_SetDefault Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableWithDefaultLong Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableWithDefaultShort Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableWithDefaultShort2 Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableWithDefaultShort_SetDefault Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableWithDefaultString Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableWithDefaultString2 Time elapsed: 0.019 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableWithDefaultString_SetDefault Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableWithDefaultVAT Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableWithDefaultVAT_SetDefault Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.StateMachineTest.test_NEW_with_ATTACH Time elapsed: 0.005 s org.eclipse.emf.cdo.tests.StateMachineTest.test_NEW_with_COMMIT Time elapsed: 0.003 s org.eclipse.emf.cdo.tests.StateMachineTest.test_NEW_with_INVALIDATE Time elapsed: 0.002 s org.eclipse.emf.cdo.tests.StateMachineTest.test_NEW_with_READ Time elapsed: 0.002 s org.eclipse.emf.cdo.tests.StateMachineTest.test_NEW_with_ROLLBACK Time elapsed: 0.003 s org.eclipse.emf.cdo.tests.StateMachineTest.test_NEW_with_WRITE Time elapsed: 0.002 s org.eclipse.emf.cdo.tests.StateMachineTest.test_PREPARED_with_ATTACH Time elapsed: 0.002 s org.eclipse.emf.cdo.tests.StateMachineTest.test_PREPARED_with_DETACH Time elapsed: 0.003 s org.eclipse.emf.cdo.tests.StateMachineTest.test_PREPARED_with_INVALIDATE Time elapsed: 0.002 s org.eclipse.emf.cdo.tests.StateMachineTest.test_PREPARED_with_READ Time elapsed: 0.002 s org.eclipse.emf.cdo.tests.StateMachineTest.test_PREPARED_with_ROLLBACK Time elapsed: 0.003 s org.eclipse.emf.cdo.tests.StateMachineTest.test_PREPARED_with_WRITE Time elapsed: 0.002 s org.eclipse.emf.cdo.tests.StateMachineTest.test_REATTACH Time elapsed: 0.005 s org.eclipse.emf.cdo.tests.StateMachineTest.test_TRANSIENT_with_ATTACH Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.StateMachineTest.test_TRANSIENT_with_INVALIDATE Time elapsed: 0.003 s org.eclipse.emf.cdo.tests.StateMachineTest.test_TRANSIENT_with_READ Time elapsed: 0.003 s org.eclipse.emf.cdo.tests.StateMachineTest.test_TRANSIENT_with_ROLLBACK Time elapsed: 0.003 s org.eclipse.emf.cdo.tests.StateMachineTest.test_TRANSIENT_with_WRITE Time elapsed: 0.002 s org.eclipse.emf.cdo.tests.StickyViewsTest.test_changeName Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.StickyViewsTest.test_detachedCommittedObject Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.StickyViewsTest.test_dirtyCommittedObject Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.StickyViewsTest.test_newCommittedObject Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.StickyViewsTest.test_otherSessionCommittedLatest Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.StickyViewsTest.test_refresh Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.StickyViewsTest.test_removeFirst Time elapsed: 0.022 s org.eclipse.emf.cdo.tests.StickyViewsTest.test_removeLast Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.TransactionHandlerTest.testAsyncTransactionHandler Time elapsed: 0.308 s org.eclipse.emf.cdo.tests.TransactionHandlerTest.testAttachingObject Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.TransactionHandlerTest.testAttachingObjectVeto Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.TransactionHandlerTest.testAttachingResourceVeto Time elapsed: 0.005 s org.eclipse.emf.cdo.tests.TransactionHandlerTest.testCommitting Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.TransactionHandlerTest.testDetachingObject Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.TransactionHandlerTest.testDetachingObjectVeto Time elapsed: 0.005 s org.eclipse.emf.cdo.tests.TransactionHandlerTest.testModifyingObject Time elapsed: 0.005 s org.eclipse.emf.cdo.tests.TransactionHandlerTest.testModifyingObjectVeto Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.TransactionHandlerTest.testModifyingResourceVeto Time elapsed: 0.005 s org.eclipse.emf.cdo.tests.TransactionHandlerTest.testRollbacked Time elapsed: 0.005 s org.eclipse.emf.cdo.tests.TransactionTest.testAutoRollbackOnConflictEvent Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.TransactionTest.testCommitAfterClose Time elapsed: 0.005 s org.eclipse.emf.cdo.tests.TransactionTest.testCommitManyTransactionsMultiThread Time elapsed: 0.447 s org.eclipse.emf.cdo.tests.TransactionTest.testCommitRedundantChanges Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.TransactionTest.testCreateManySessions Time elapsed: 0.31 s org.eclipse.emf.cdo.tests.TransactionTest.testCreateManySessionsAndTransactionsMultiThread Time elapsed: 0.333 s org.eclipse.emf.cdo.tests.TransactionTest.testCreateManyTransactions Time elapsed: 0.127 s org.eclipse.emf.cdo.tests.TransactionTest.testLastUpdateTime Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.TransactionTest.testLongCommit Time elapsed: 3.007 s org.eclipse.emf.cdo.tests.TransactionTest.testManualRollbackOnConflictException Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.TransactionTest.testPushModeDeltas Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.TransactionTest.testPushModeNewObjects Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.TransactionTest.testReattachCommit Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.TransactionTest.testReattachCommitWithSavepoints Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.TransactionTest.testReattachModifyCommit Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.TransactionTest.testReattachModifyCommitWithSavepoints Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.TransactionTest.testRevertTo Time elapsed: 0.039 s org.eclipse.emf.cdo.tests.TransactionTest.testRollbackWithNotification Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.UnsetTest.testIsSetBoolean Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.UnsetTest.testIsSetByte Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.UnsetTest.testIsSetChar Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.UnsetTest.testIsSetDate Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.UnsetTest.testIsSetDouble Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.UnsetTest.testIsSetElement Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.UnsetTest.testIsSetFloat Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.UnsetTest.testIsSetLong Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.UnsetTest.testIsSetMultipleTimes Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.UnsetTest.testIsSetShort Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.UnsetTest.testIsSetString Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.UnsetTest.testIsSetVAT Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.UnsetTest.testReadDefaultValue Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.UnsetTest.testUnsetNonDefaultValue Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.UnsetTest.testUnsettableBaseTypeVsObjectType Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.UnsetTest.testUnsettableObject Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.UnsetTest.testWriteDefaultValue Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.UnsetTest.testWriteNonDefaultValue Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.ViewProviderTest.testConnectionAware Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.ViewProviderTest.testNet4jViewProvider Time elapsed: 0.004 s org.eclipse.emf.cdo.tests.ViewProviderTest.testNormal Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.ViewProviderTest.testPluginViewProvider Time elapsed: 0.003 s org.eclipse.emf.cdo.tests.ViewProviderTest.testSerialize Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.ViewProviderTest.testURIs Time elapsed: 0.004 s org.eclipse.emf.cdo.tests.ViewTest.testCacheReferences Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.ViewTest.testContextify Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.ViewTest.testContextifyDifferentRepository Time elapsed: 0.032 s org.eclipse.emf.cdo.tests.ViewTest.testContextifySameRepository Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.ViewTest.testDeactivateWithSession Time elapsed: 0.003 s org.eclipse.emf.cdo.tests.ViewTest.testExternalResourceSet Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.ViewTest.testGetOrCreateResource Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.ViewTest.testHasResource Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.ViewTest.testIsObjectRegisteredWithNull Time elapsed: 0.004 s org.eclipse.emf.cdo.tests.ViewTest.testNonUniqueResourceContents Time elapsed: 0.018 s org.eclipse.emf.cdo.tests.ViewTest.testUniqueResourceContents Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.ViewTest.testViewNotifiesDeactivation Time elapsed: 0.004 s org.eclipse.emf.cdo.tests.XATransactionTest.testCommitFromTransactionDisabled Time elapsed: 0.042 s org.eclipse.emf.cdo.tests.XATransactionTest.testRollback Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.XATransactionTest.testRollback_AfterSetpoint Time elapsed: 0.024 s org.eclipse.emf.cdo.tests.XATransactionTest.test_ExceptionInReadingStream Time elapsed: 0.027 s org.eclipse.emf.cdo.tests.XRefTest.testCrossReferenceMultivalueEReferenceQuery Time elapsed: 0.021 s org.eclipse.emf.cdo.tests.XRefTest.testLocallyDetachedTarget Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.XRefTest.testSpecificReferences0 Time elapsed: 0.021 s org.eclipse.emf.cdo.tests.XRefTest.testSpecificReferences1 Time elapsed: 0.021 s org.eclipse.emf.cdo.tests.XRefTest.testSpecificReferences2 Time elapsed: 0.022 s org.eclipse.emf.cdo.tests.XRefTest.testXRefsToMany Time elapsed: 0.028 s org.eclipse.emf.cdo.tests.XRefTest.testXRefsToOne Time elapsed: 0.024 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_241464_Test.testBugzilla_241464 Time elapsed: 2.011 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_243310_Test.testBugzilla_243310 Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_246442_Test.testBugzilla_246442 Time elapsed: 0.018 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_246622_Test.testContainerAndMany Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_246622_Test.testSet Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_247141_Test.testBehaviorOnUncommittedObjects Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_247141_Test.testContentAdapterBehavior Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_248124_Test.testBugzilla_248124_getResourceWithCommit Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_248124_Test.testBugzilla_248124_getResourceWithoutCommit Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_248124_Test.testBugzilla_248124_hasResourceWithCommit Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_248124_Test.testBugzilla_248124_hasResourceWithoutCommit Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_248915_Test.testBugzilla_248915_DuplicateID Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_248915_Test.testBugzilla_248915_IncompleteResource Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_250036_Test.testBugzilla_250036_Invalidation Time elapsed: 0.026 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_250757_Test.testAddAndModifyAndRemoveFromPersistedList Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_250757_Test.testAddAndMoveAndRemoveFromPersistedList Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_250757_Test.testAddAndMoveAndRemoveFromPersistedListWithManySavePoint Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_250757_Test.testAddAndMoveAndRemoveFromPersistedListWithSavePoint Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_250757_Test.testAddAndRemoveFromPersistedList Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_250910_Test.testBugzilla_250910 Time elapsed: 0.09 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_251087_Test.testSubscription Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_251263_Test.testEOpposite_AdjustMany Time elapsed: 0.03 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_251263_Test.testEOpposite_AdjustMany_Persisted Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_251263_Test.testEOpposite_AdjustSingleRef Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_251263_Test.testEOpposite_AdjustSingleRef_NoCommit Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_251544_Test.testFromPersistedToTransient Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_251544_Test.testFromTransientToPersisted Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_251752_Test.testBug_251752 Time elapsed: 0.043 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_251752_Test.testBug_251752_XA Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_252214_Test.testBugzilla_252214 Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_252909_Test.testBugzilla_252909 Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_254489_Test.testBugzilla_254489 Time elapsed: 0.058 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_255662_Test.testBugzilla_255662 Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_256141_Test.testBugzilla_256141 Time elapsed: 0.02 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_258278_Test.testBugzilla_258278 Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_258850_Test.testBugzilla_258278 Time elapsed: 0.005 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_258933_Test.testBugzilla_258278_List Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_258933_Test.testBugzilla_258933 Time elapsed: 0.04 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_258933_Test.testBugzilla_258933_SetToDefaultValue Time elapsed: 0.021 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_258933_Test.testBugzilla_258933_String Time elapsed: 0.021 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_258933_Test.testBugzilla_258933_String_SetToDefaultValue Time elapsed: 0.021 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_258933_Test.testBugzilla_258933_String_SetToDefaultValue_unsettable Time elapsed: 0.019 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_258933_Test.testBugzilla_258933_String_SetToNull Time elapsed: 0.025 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_258933_Test.testBugzilla_258933_String_SetToNull_unsettable Time elapsed: 0.02 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_258933_Test.testBugzilla_258933_String_unsettable Time elapsed: 0.02 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_259695_Test.testBugzilla_259695_ClassCast Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_259949_Test.testBugzilla_259949 Time elapsed: 0.02 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_260764_Test.testBugzilla_260764 Time elapsed: 0.02 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_261218_Test.testBugzilla_261218_Containment Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_265114_Test.testResourceSet Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_266857_Test.testBugzilla_266857 Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_266982_Test.testBugzilla_266982 Time elapsed: 0.708 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_267050_Test.testBugzilla_267050 Time elapsed: 0.078 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_270429_Test.testTwoWayReferenceDeletion Time elapsed: 0.032 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_272861_Test.test_Bugzilla_271861_Case1 Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_273233_Test.test_Bugzilla_273233_Simple Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_273233_Test.test_Bugzilla_273233_TwoSessions Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_273233_Test.test_Bugzilla_273233_TwoSessionsWithClearCache Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_273565_Test.testBugzilla_273565_NoThreads Time elapsed: 5.01 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_273758_Test.test_export_resource_contents Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_276696_Test.testModifiedUnset Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_278900_Test.testBugzilla_278900 Time elapsed: 0.005 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_279565_Test.testBugzilla_279565 Time elapsed: 0.005 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_279565_Test.testBugzilla_279565_AddedFromRemote Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_279565_Test.testBugzilla_279565_OwnResourceSet Time elapsed: 0.005 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_279565_Test.testBugzilla_279565_TXListener Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_279982_Test.testBugzilla_279982_Multi Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_279982_Test.testBugzilla_279982_Multi_RevisionPrefetchingPolicy Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_279982_Test.testBugzilla_279982_Single Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_280102_Test.testRootResourceInReadOnlyView Time elapsed: 0.004 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_280102_Test.testRootResourceInTransaction Time elapsed: 0.004 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_283131_Test.testRollbackManyConflictNotification Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_283131_Test.testRollbackManyNotification Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_283131_Test.testRollbackSingleAddNotification Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_283131_Test.testRollbackSingleConflictNotification Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_283131_Test.testRollbackSingleNotification Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_283131_Test.testRollbackSingleRemoveNotification Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_283985_1_Test.testAddRemoveSequence Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_283985_1_Test.testBugzilla283985_DragAndDropMultiple Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_283985_1_Test.testBugzilla283985_DragAndDropMultipleMultiparent Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_283985_1_Test.testBugzilla283985_DragAndDropSingle Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_283985_1_Test.testBugzilla283985_PlainMultiple Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_283985_1_Test.testBugzilla283985_PlainSingle Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_283985_1_Test.testBugzilla283985_RemoveAndAddMultiple Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_283985_1_Test.testBugzilla283985_RemoveAndAddSingle Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_283985_1_Test.testCanDaDmoreThanOnce Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_283985_1_Test.testCanReattachDirtyObject Time elapsed: 0.033 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_283985_1_Test.testEReferencesCorrupted Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_283985_2_Test.testMoveOnce Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_283985_2_Test.testMoveOnceAndBack Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_283985_3_Test.test1 Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_283985_3_Test.test2 Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_283985_3_Test.test3 Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_283985_3_Test.test4 Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_285008_Test.testCDO_crossReferences Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_285008_Test.testCDO_isSet Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_293283_Test.test1 Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_293283_Test.test2 Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_293283_Test.test3 Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_293283_Test.test4 Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_293283_Test.test5 Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_293283_Test.test6 Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_294859_Test.test Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_296561_Test.testBugzilla_296561 Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_296561_Test.testBugzilla_296561__checkTransactionObjects Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_297491_Test.testCreateAndChangeTags Time elapsed: 0.154 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_297491_Test.testLoadTags Time elapsed: 0.031 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_298561_Test.testDirty Time elapsed: 0.028 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_298561_Test.testDirtyMulti Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_298561_Test.testNew Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_298561_Test.testNewMulti Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_299190_Test.testGenRefSingleContainedUnidirectionalCDO Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_299190_Test.testGenRefSingleContainedUnidirectionalResourceFirstCDO Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_302233_Test.testRemove Time elapsed: 0.005 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_302233_Test.testUnset Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_302233_Test.testUnset2 Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_302414_Test.test1 Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_302414_Test.test2 Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_303466_Test.test_badUris Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_303466_Test.test_missingDependency Time elapsed: 0.035 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_305527_Test.testAvoidReferencingDifferentViews Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_306710_Test.testBugzilla_306710_addRemove Time elapsed: 0.02 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_306710_Test.testBugzilla_306710_remove Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_306998_Test.testInalidEENumLiteral Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_306998_Test.testValidEENumLiteral Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_308895_Test.testCustomDefaultDefault Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_308895_Test.testCustomDefaultInvalidLiteral Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_308895_Test.testCustomDefaultLiteral Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_308895_Test.testCustomRegular Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_310574_Test.testAddAndModifyAndRemoveFromPersistedList Time elapsed: 0.018 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_310574_Test.testAddAndRemoveWithNull Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_310574_Test.testAddMoveMoveRemove Time elapsed: 0.019 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_310574_Test.testAddRemoveWithAdditionalAdds Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_310574_Test.testAddRemoveWithAdditionalMoves Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_310574_Test.testListChanges01 Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_310574_Test.testListChanges02 Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_310574_Test.testListChanges03 Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_310574_Test.testListChanges04 Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_310574_Test.testListChanges05 Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_310574_Test.testListChanges06 Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_310574_Test.testListChanges07 Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_310574_Test.testMultipleMove Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_310574_Test.testOptimizeAddAndRemove Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_310574_Test.testOptimizeAddRemove Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_310574_Test.testOptimizeInterleavedAddMoveAndRemove Time elapsed: 0.018 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_310574_Test.testOptimizeInterleavedAddRemove Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_310574_Test.testOptimizeMove Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_310574_Test.testRemoveAdd Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_310574_Test.testRemoveFromContainerThenFromReferenceList Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_313913_Test.testAccessOldValue Time elapsed: 0.132 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_314186_Test.testEMFCompliance Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_315026_Test.test Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_315043_Test.testReloadingRevisions Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_316145_Test.testRevisionInListNull Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_316273_Test.testXRef_Many Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_316273_Test.testXRef_Single Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_316434_Test.testInitial Time elapsed: 0.056 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_316444_Test.testLockParentWithEAttributeChange Time elapsed: 0.024 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_318518_Test.testCorrectNumberOfFeatureDeltas Time elapsed: 1.572 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_318844_Test.test Time elapsed: 0.018 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_318876_Test.test Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_318919_Test.testPrefetchObject Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_318919_Test.testPrefetchResource_CLEAN Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_318919_Test.testPrefetchResource_PROXY Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_318998_Test.testQueryXRefMany Time elapsed: 0.054 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_318998_Test.testQueryXRefSingle Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_319836_Test.testNodeMovesInTreeCreatesCycle Time elapsed: 0.066 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_319836_Test.testNodeMovesInTreeDuplicatesNode Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_319836_Test.testNodeMovesInTreeEatsNode Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_320690_Test.testDeleteTarget Time elapsed: 0.046 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_320690_Test.testDeleteTargetAndReferenceAtOnce Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_320690_Test.testDeleteTargetRemoveAndAddReference Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_320690_Test.testLockRefTargets Time elapsed: 0.037 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_320837_Test.testLoadContainedBeforeContainer Time elapsed: 0.051 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_321699_Test.test Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_321986_Test.testRollback Time elapsed: 0.22 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_322218_Test.testMyEnumList Time elapsed: 0.02 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_322218_Test.testMyEnumList2 Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_322218_Test.testMyEnumList2PCL Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_322218_Test.testMyEnumList3 Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_322218_Test.testMyEnumList3PCL Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_322218_Test.testMyEnumList3PCL_Reload Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_322218_Test.testMyEnumListPCL Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_322218_Test.testMyEnumListUnsettable Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_322218_Test.testMyEnumListUnsettable2 Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_322218_Test.testMyEnumListUnsettable2PCL Time elapsed: 0.005 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_322218_Test.testMyEnumListUnsettable3 Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_322218_Test.testMyEnumListUnsettable3PCL Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_322218_Test.testMyEnumListUnsettable3PCL_Reload Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_322218_Test.testMyEnumListUnsettablePCL Time elapsed: 0.005 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_322754_Test.testResourceDelete Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_322754_Test.testResourceDeleteWithDanglingReferences Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_322804_Test.testAddElementToCustomTypedList Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_323930_Test.testAddXRefByReplace Time elapsed: 0.05 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_323930_Test.testAddXRefByReplace_PrecedingAdd Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_323930_Test.testChangeIndexesInSourceList Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_323930_Test.testChangeIndexesInTargetList Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_323930_Test.testRemoveXRefByReplace Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_323930_Test.testRemoveXRefByReplace_PrecedingAdd Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_323958_Test.testAdditionFromTransactionHandler Time elapsed: 0.052 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_323958_Test.testModificationFromTransactionHandler Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_324544_Test.testCommitRefresh Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_324585_Test.testUpdate Time elapsed: 1.202 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_325603_Test.testModifyResource Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_326743_Test.testDefaultValue Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_327604_Test.testReadObjects Time elapsed: 0.079 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_328790_Test.test_newThenAdd1 Time elapsed: 0.032 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_328790_Test.test_newThenAdd2 Time elapsed: 0.018 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_328790_Test.test_newThenClear Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_329752_Test.testLoadContainedBeforeContainer Time elapsed: 0.025 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_329869_Test.testDuplicateID Time elapsed: 0.035 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_330052_Test.test_auditView Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_330052_Test.test_otherView Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_331619_Test.testAbstractXRef Time elapsed: 0.026 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_333157_Test.testResourceFolderUpdate Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_333950_Test.testOpposites Time elapsed: 0.018 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_334608_Test.testOpposites Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_334995_Test.testRename Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_334995_Test.testURIClash Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_335004_Test.testDuplicatePackageInSystem Time elapsed: 0.02 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_335772_Test.testMapEntryAddition Time elapsed: 0.003 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_335772_Test.testMapEntryAdditionPersistence Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_335772_Test.testMapEntryReplacement Time elapsed: 0.003 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_335772_Test.testMapEntryReplacementPersistence Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_336314_Test.test1 Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_336314_Test.test2 Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_336590_Test.test Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_337523_Test.testRootResource_loadByID Time elapsed: 0.004 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_337587_Test.testRevisionCompare Time elapsed: 0.018 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_338779_Test.test_passiveUpdate_additions Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_338779_Test.test_passiveUpdate_changes Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_338779_Test.test_passiveUpdate_invalidations Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_338779_Test.test_refresh Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_338884_Test.test_canHandleUnset Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_338884_Test.test_multi Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_338884_Test.test_nonBidiMultiRef_newTarget Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_338884_Test.test_nonBidiSingleRef_newTarget Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_338884_Test.test_single Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_338921_Test.testLoadResourceAfterClearOnCleanResourceSet Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_338921_Test.testLoadResourceAfterClearOnDirtyResourceSet Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_338921_Test.testLoadResourceAfterSingleRemoval Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_338921_Test.testRemoveDirtyResourceOnResourceSetWithMultipleResource Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_338921_Test.testRemoveDirtyResourceOnResourceSetWithSingleResource Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_339313_Test.test Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_339461_Test.test Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_339908_Test.testIDAttribute Time elapsed: 0.024 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_340961_Test.testMultiUserWork Time elapsed: 0.063 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_340961_Test.testObjectChildren Time elapsed: 0.184 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_341875_Test.test Time elapsed: 0.032 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_341995_Test.test Time elapsed: 2.022 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_342130_Test.test Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_342135_Test.testDetachedCommitInfo Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_343084_Test.testPermissionManagerNONE Time elapsed: 0.132 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_343084_Test.testPermissionManagerREAD Time elapsed: 0.096 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_343084_Test.testPermissionManagerWRITE Time elapsed: 0.099 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_343332_Test.test Time elapsed: 0.049 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_343471_Test.test Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_347964_Test.testIndexDeletion Time elapsed: 0.035 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_349793_Test.testOpeningTransactionDuringInvalidation Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_349804_Test.testDeadlockWithLocking Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_349804_Test.testInvalidation Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_350027_Test.testMoveFromLeftToRight Time elapsed: 0.002 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_350137_Test.testDefault Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_350137_Test.testExplicitZero Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_350987_Test.testRestoringReferences Time elapsed: 0.02 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_351067_Test.testCommitBlob Time elapsed: 0.036 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_351096_Test.testCommit2Blob Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_351096_Test.testCommit2Clob Time elapsed: 0.024 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_351393_Test.testExtRef Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_351921_Test.testDefaultValueNull Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_352204_Test.testWithReconstructSavepoints Time elapsed: 0.058 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_352204_Test.testWithoutReconstructSavepoints Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_352303_Test.testReadBlob Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_352832_Test.testNewSingle Time elapsed: 0.041 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_354395_Test.testContains Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_354395_Test.testIndexOf Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_355045_Test.testLockOnCommitOfSingleNewObject Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_355045_Test.testRecursiveLockOfObjectsTreeContainingASubTreeOfNewObjects Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_355045_Test.testRecursiveLockOnCommitOfNewObjectsTree Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_359669_Test.testReloadFromIndex Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_359669_Test.testReloadFromIndexComplex Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_359966_Test.testWithReconstructSavepoints Time elapsed: 0.029 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_359966_Test.testWithoutPushTransaction Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_359966_Test.testWithoutReconstructSavepoints Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_361819_Test.testDoubleRefreshBug Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_362270_Test.testNotifierNotACDOLegacyAdapter Time elapsed: 0.026 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_362270b_Test.testRollback Time elapsed: 0.02 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_362270c_Test.testNotifierNotACDOLegacyAdapter Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_362293_Test.testNewSingle Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_363287_Test.testDetach Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_363355_Test.testCDOTransactionDirtyOnInvalidation Time elapsed: 0.018 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_363355_Test.testCannotModifyFrozenRevisionOnInvalidation Time elapsed: 0.022 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_365204_Test.testAuditViewTimeSwitch Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_365832_Test.testWithReconstructSavepoints Time elapsed: 0.018 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_365832_Test.testWithoutPushTransaction Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_365832_Test.testWithoutReconstructSavepoints Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_367738_Test.testOldValue_Attribute Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_367738_Test.testOldValue_ContainmentControl Time elapsed: 0.028 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_367738_Test.testOldValue_ContainmentDetach Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_367738_Test.testOldValue_ContainmentMove Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_367738_Test.testOldValue_ContainmentUncontrol Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_367738_Test.testOldValue_XRef Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_372307_Test.testMoveElementToOtherContainer Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_372307_Test.testMoveElementToOtherContainerSingleValued Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_373096_Test.testDragAndDrop Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_374418_Test.testControlUncontrol Time elapsed: 0.019 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_376075_Test.testTransientPut Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_376075_Test.testTransientRemove Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_376610_Test.testRemoveAllEnumLiterals Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_376610_Test.testRemoveOneEnumLiteral Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_376620b_Test.testBoolean Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_376620b_Test.testByte Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_376620b_Test.testChar Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_376620b_Test.testDouble Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_376620b_Test.testFloat Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_376620b_Test.testInt Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_376620b_Test.testLong Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_376620b_Test.testShort Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_377173_Test.testCancelCommitWithProgressMonitor Time elapsed: 2.124 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_377212_Test.testBalancedTree Time elapsed: 4.907 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_377212_Test.testBalancedTreeLocked Time elapsed: 3.013 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_381395_Test.testAdapterAddAfterCDOServerShutdown Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_381395_Test.testAdapterAddAfterCDOViewClosed Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_381395_Test.testAdapterRemoveAfterCDOServerShutdown Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_381395_Test.testAdapterRemoveAfterCDOViewClosed Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_381472_Test.testCreateRepo Time elapsed: 0.065 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_381472_Test.testCreateRepoWithPropertiesCDOID Time elapsed: 0.055 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_381472_Test.testCreateRepoWithPropertiesEmpty Time elapsed: 0.054 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_381472_Test.testCreateRepoWithPropertiesPrimitive Time elapsed: 0.061 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_381472_Test.testCreateRepoWrongHandlerType Time elapsed: 0.13 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_381472_Test.testDeleteRepo Time elapsed: 0.029 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_381472_Test.testDeleteRepoWrongHandlerType Time elapsed: 0.129 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_381472_Test.testInitial Time elapsed: 0.029 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_381472_Test.testRepoAdded Time elapsed: 0.05 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_381472_Test.testRepoAddedAdded Time elapsed: 0.077 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_381472_Test.testRepoAddedEvent Time elapsed: 0.05 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_381472_Test.testRepoAddedRemoved Time elapsed: 0.051 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_381472_Test.testRepoAddedRemovedAdded Time elapsed: 0.073 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_381472_Test.testRepoAddedRemovedAddedOther Time elapsed: 0.083 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_381472_Test.testRepoRemovedEvent Time elapsed: 0.029 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_381472_Test.testRepoStateChangedEvent Time elapsed: 0.034 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_381472_Test.testRepoTypeChangedEvent Time elapsed: 0.03 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_383370_Test.testSecondLevel Time elapsed: 0.043 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_383370_Test.testSecondLevelWithChildren Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_383370_Test.testTopLevel Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_383370_Test.testTopLevelWithChildren Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_384496_Test.testSimplest Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_385268_Test.testDetachment Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_385268_Test.testReattachment Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_385268_Test.testReattachment2 Time elapsed: 0.081 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_387563_Test.testPartialLockOnCommit Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_387563_Test.testPartialUnlockOnCommit Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_387563b_Test.testExplicitLockingAndUnlockingOfNewObject Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_387563b_Test.testExplicitLockingOfNewObject Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_387563b_Test.testExplicitLockingOfNewObjectExemption Time elapsed: 0.005 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_387563b_Test.testNoImplicitLockingOfNewObject Time elapsed: 0.005 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_387564_Test.testLockEventAfterInvalidationEventDifferentSession Time elapsed: 1.011 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_387564_Test.testLockEventAfterInvalidationEventSameSession Time elapsed: 1.012 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_390185_Test.testInvalidationDeadlock Time elapsed: 0.236 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_390283_Test.testAddAfterRemove Time elapsed: 0.024 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_390283_Test.testRemoveFromMiddle Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_392956_Test.testPartialPersistence Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_395685_Test.testCorrectOldValue Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_395999_Test.testTwiceGetCDOResourceOnResourceSetImpl Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_395999_Test.testTwiceGetXMIResourceOnResourceSetImpl Time elapsed: 0.005 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_396181_Test.testCreatePersist Time elapsed: 0.02 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_397232_Test.testLoadNotification Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_397822_Test.testClear_attribute Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_397822_Test.testRemoveAll_attribute Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_397822_Test.testRemoveAll_containment Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_399279_Test.testRemoveAdapterViewsClosedAndResourcesRemoved Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_399279_Test.testRemoveAdapterWhileResourcesStillLoaded Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_399279_Test.testRemoveAdapterWhileViewStillOpen Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_399470_Test.testUnload Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_399487_Test.testCommitSafeChanges Time elapsed: 0.148 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_399487_Test.testGroupInheritanceCycle Time elapsed: 0.123 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_399487_Test.testRemoveAdministratorAccess Time elapsed: 0.126 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_399641_Test.testContainerAwareFactories Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_399641_Test.testNet4jSessionFactory Time elapsed: 0.003 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_399956_Test.testDetachment Time elapsed: 0.054 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_400236_Test.testCommit Time elapsed: 0.033 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_400311_Test.testOneFeature Time elapsed: 0.018 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_400311_Test.testTwoFeaturesUndoOne Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_400311b_Test.testTouchModificationDoNotMakeObjectsDirtyOnMultiValuedAttribute Time elapsed: 0.022 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_400311b_Test.testTouchModificationDoNotMakeObjectsDirtyOnMultiValuedAttributeMove Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_400311b_Test.testTouchModificationDoNotMakeObjectsDirtyOnMultiValuedEnum Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_400311b_Test.testTouchModificationDoNotMakeObjectsDirtyOnMultiValuedEnumMove Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_400311b_Test.testTouchModificationDoNotMakeObjectsDirtyOnMultiValuedReference Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_400311b_Test.testTouchModificationDoNotMakeObjectsDirtyOnMultiValuedReferenceMove Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_400311b_Test.testTouchModificationDoNotMakeObjectsDirtyOnSingleValuedAttribute Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_400311b_Test.testTouchModificationDoNotMakeObjectsDirtyOnSingleValuedEnum Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_400311b_Test.testTouchModificationDoNotMakeObjectsDirtyOnSingleValuedReference Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_400311b_Test.testUndoRevertsToCleanStateOnComplexModifications Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_400311b_Test.testUndoRevertsToCleanStateOnMultiValuedAttribute Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_400311b_Test.testUndoRevertsToCleanStateOnMultiValuedAttributeMove Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_400311b_Test.testUndoRevertsToCleanStateOnMultiValuedEnum Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_400311b_Test.testUndoRevertsToCleanStateOnMultiValuedEnumMove Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_400311b_Test.testUndoRevertsToCleanStateOnMultiValuedReference Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_400311b_Test.testUndoRevertsToCleanStateOnMultiValuedReferenceMove Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_400311b_Test.testUndoRevertsToCleanStateOnObjectCreation Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_400311b_Test.testUndoRevertsToCleanStateOnObjectDeletion Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_400311b_Test.testUndoRevertsToCleanStateOnSingleValuedAttribute Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_400311b_Test.testUndoRevertsToCleanStateOnSingleValuedEnum Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_400311b_Test.testUndoRevertsToCleanStateOnSingleValuedReference Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_402142_Test.testCheckLockByOther Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_402142_Test.testCheckLockByOtherAfterLockUnlock Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_402142_Test.testLockUnlockOnElementMovedBetweenResources Time elapsed: 0.018 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_402670_Test.testRollbackOfBooleanValueChange Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_404318_Test.testUnloadedEClass Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_405191_Test.testAllTypesSetAndDefault Time elapsed: 0.023 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_405191_Test.testAllTypesSetAndDefaultEMF Time elapsed: 0.003 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_405191_Test.testAllTypesSetAndNull Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_405191_Test.testAllTypesSetAndUnset Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_405191_Test.testSetNonDefaultNullString Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_405400_Test.testRecreateCDOResource Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_405400_Test.testRecreateCDOResourceSeparateSession Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_405543_Test.testIsSetOnUnsettableReference Time elapsed: 0.023 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_405543_Test.testIsSetOnUnsettableReference2 Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_405543_Test.testIsUnsetOnUnsettableReference Time elapsed: 0.018 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_405606_Test.testUnchunkedRevisionWithPCL Time elapsed: 0.02 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_405850_Test.testIndexOutOfBounds Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_407157_Test.testUndoRedo Time elapsed: 0.028 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_408534_Test.testListElementMove Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_409284_Test.testContainmentCycle Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_409287_Test.testListenersOnRollback Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_411927_Test.testWithFailureAfterTimeStamp Time elapsed: 10.498 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_411927_Test.testWithFailureBeforeTimeStamp Time elapsed: 0.645 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_411927_Test.testWithoutFailure Time elapsed: 0.341 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_414270_Test.testCreateBranch Time elapsed: 0.005 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_414270_Test.testGetBranch Time elapsed: 0.004 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_414270_Test.testGetBranches Time elapsed: 0.003 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_414270_Test.testManagerGetBranchByID Time elapsed: 0.003 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_414270_Test.testManagerGetBranchByPath Time elapsed: 0.004 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_414270_Test.testManagerQuery Time elapsed: 0.004 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_414270_Test.testManagerQueryNoResult Time elapsed: 0.004 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_415415_Test.testStaleReferenceRemove_FromLocallyDirtyObjectToRemotelyDetachedObject Time elapsed: 0.074 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_415415_Test.testStaleReferenceRemove_FromRemotelyDirtyObjectToLocallyDetachedObject Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_415836_Test.testCDOTransaction_GetOrCreateBinaryResourceWithEmptyResourcePath Time elapsed: 0.004 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_415836_Test.testCDOTransaction_GetOrCreateBinaryResourceWithExistingResourceAndTimeoutException Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_415836_Test.testCDOTransaction_GetOrCreateBinaryResourceWithNullResourcePath Time elapsed: 0.004 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_415836_Test.testCDOTransaction_GetOrCreateResourceFolderWithEmptyResourcePath Time elapsed: 0.004 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_415836_Test.testCDOTransaction_GetOrCreateResourceFolderWithExistingResourceAndTimeoutException Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_415836_Test.testCDOTransaction_GetOrCreateResourceFolderWithNullResourcePath Time elapsed: 0.004 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_415836_Test.testCDOTransaction_GetOrCreateResourceWithEmptyResourcePath Time elapsed: 0.004 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_415836_Test.testCDOTransaction_GetOrCreateResourceWithExistingResourceAndTimeoutException Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_415836_Test.testCDOTransaction_GetOrCreateResourceWithNullResourcePath Time elapsed: 0.004 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_415836_Test.testCDOTransaction_GetOrCreateTextResourceWithEmptyResourcePath Time elapsed: 0.004 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_415836_Test.testCDOTransaction_GetOrCreateTextResourceWithExistingResourceAndTimeoutException Time elapsed: 0.029 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_415836_Test.testCDOTransaction_GetOrCreateTextResourceWithNullResourcePath Time elapsed: 0.004 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_415836_Test.testEnableDisableTimeoutException Time elapsed: 0.004 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_416298_Test.testGetSetFolderPath Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_416298_Test.testGetSetResourcePath Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_416298_Test.testGetSetResourceURI Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_416366_Test.testImplicitEObjectFeatures Time elapsed: 0.027 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_416474_Test.testAllProperContentsNoTypeFilter Time elapsed: 0.043 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_416474_Test.testAllProperContentsTypeFilter Time elapsed: 0.028 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_416474_Test.testMatchesAnyStringAttribute Time elapsed: 0.024 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_416555_Test.testQueryInstances Time elapsed: 0.029 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_416555_Test.testQueryInstancesAsync Time elapsed: 0.023 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_417483_Test.testCommit_NoPermission Time elapsed: 0.162 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_417483_Test.testCommit_ReadPermission Time elapsed: 0.146 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_417483_Test.testCommit_WritePermission Time elapsed: 0.148 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_417483_Test.testLoad_NoPermission Time elapsed: 0.18 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_417483_Test.testLoad_ReadPermission Time elapsed: 0.197 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_417483_Test.testPassiveUpdates_Additions Time elapsed: 0.199 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_417483_Test.testPassiveUpdates_Additions_WithEditingDomain Time elapsed: 0.185 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_417483_Test.testPassiveUpdates_Changes Time elapsed: 0.2 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_417483_Test.testPassiveUpdates_Changes_WithEditingDomain Time elapsed: 0.168 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_417483_Test.testPassiveUpdates_Invalidations Time elapsed: 0.16 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_417483_Test.testPassiveUpdates_InvalidationsWithEditingDomain Time elapsed: 0.165 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_417483_Test.testRemoveUser Time elapsed: 0.154 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_417782_Test.testEObjectReference Time elapsed: 0.05 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_417844_Test.testInvalidationRunnerLifecycle Time elapsed: 0.508 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_418267_Test.testMoveFromNoneToNone Time elapsed: 0.162 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_418267_Test.testMoveFromNoneToRead Time elapsed: 0.163 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_418267_Test.testMoveFromNoneToWrite Time elapsed: 0.161 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_418267_Test.testMoveFromReadToNone Time elapsed: 0.174 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_418267_Test.testMoveFromReadToRead Time elapsed: 0.163 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_418267_Test.testMoveFromReadToWrite Time elapsed: 0.157 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_418267_Test.testMoveFromWriteToNone Time elapsed: 0.169 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_418267_Test.testMoveFromWriteToRead Time elapsed: 0.175 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_418267_Test.testMoveFromWriteToWrite Time elapsed: 0.169 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_419574_Test.testConflict Time elapsed: 0.072 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_419962_Test.testConflict Time elapsed: 0.019 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_421287_Test.testAsyncQueryForUnknownEClass Time elapsed: 0.004 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_421287_Test.testSyncQueryForUnknownEClass Time elapsed: 0.004 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_422170_Test.testPermissionsWithDetachedObject Time elapsed: 0.174 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_423699_Test.testUnlockDeletedElementsWithDurableLockingAndAutoReleaseLocks Time elapsed: 0.057 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_423699_Test.testUnlockDeletedElementsWithDurableLockingAndNoAutoReleaseLocks Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_423699_Test.testUnlockDeletedElementsWithNoDurableLockingAndAutoReleaseLocks Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_423699_Test.testUnlockDeletedElementsWithNoDurableLockingAndNoAutoReleaseLocks Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_427773_Test.testParallelAuthenticatedSessionOpening Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_429659_Test.testUnsetOnNonUnsettableMultiValuedFeatureCDOResource Time elapsed: 0.074 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_429659_Test.testUnsetOnNonUnsettableMultiValuedFeatureXMIResource Time elapsed: 0.004 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_429659_Test.testUnsetOnNonUnsettableSingleValuedAttributeCDOResource Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_429659_Test.testUnsetOnNonUnsettableSingleValuedAttributeXMIResource Time elapsed: 0.004 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_429659_Test.testUnsetOnUnsettableMultiValuedFeatureCDOResource Time elapsed: 0.018 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_429659_Test.testUnsetOnUnsettableMultiValuedFeatureXMIResource Time elapsed: 0.004 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_429659_Test.testUnsetOnUnsettableSingleValuedAttributeCDOResource Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_429659_Test.testUnsetOnUnsettableSingleValuedAttributeXMIResource Time elapsed: 0.004 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_429709_Test.testContainmentAddAddSet Time elapsed: 0.02 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_429709_Test.testContainmentAddSet Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_429709_Test.testContainmentSetSet Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_430251_Test.testMemoryLeakOnResourceSet Time elapsed: 0.004 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_430794_Test.testConflictResolutionWithSavepoint Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_435198_Test.testAbstractCDOView_GetObjectWithCDOResourceId_ResourceSetAddition Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_435198_Test.testAbstractCDOView_GetObject_ResourceSetAddition Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_435198_Test.testAbstractCDOView_GetResource_ResourceSetAddition Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_438682_Test.testUnsetNonUnsettableFeatureAndCommit Time elapsed: 0.032 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_438682_Test.testUnsetUnsettableFeatureAndCommit Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_439337_Test.testCDOLockStateWithPrefetch Time elapsed: 1.016 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_439337_Test.testCDOLockStateWithoutPrefetch Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_441136_Test.testRequestWithMonitoringWithProgressMonitor Time elapsed: 5.007 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_441136_Test.testRequestWithMonitoringWithoutProgressMonitor Time elapsed: 5.008 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_442178_Test.testCDORevisionUtil_GetResourceNodePath_WithCDOResource Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_442178_Test.testCDORevisionUtil_GetResourceNodePath_WithCDOResourceFolder Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_442178_Test.testCDORevisionUtil_GetResourceNodePath_WithNotRootCDOObject Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_442178_Test.testCDORevisionUtil_GetResourceNodePath_WithNotRootCDOObjectInFragmentedResource Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_442178_Test.testCDORevisionUtil_GetResourceNodePath_WithRootCDOObject Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_442178_Test.testCDORevisionUtil_GetResourceNodePath_WithRootCDOObjectInFragmentedResource Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_443281_Test.testCDOResource_setURI Time elapsed: 0.005 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_443281_Test.testXMIResource_setURI Time elapsed: 0.003 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_449665_Test.testCDOObject_GetLockState Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_449665_Test.testCDOResource_GetLockState Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_449806_Test.testCDOFeatureAnalyzerModelBased Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_449806_Test.testCDOFeatureAnalyzerUI Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_450880_Test.testCDODeltaNotificationGetValueWithEnumTypedAttributeOnCDOResource Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_450880_Test.testCDODeltaNotificationGetValueWithEnumTypedAttributeOnXMIResource Time elapsed: 0.004 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_458279_Test.testCDOMergingConflictResolverWithoutChangeSubscriptionRequestWithAdditionsPassiveUpdateMode Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_458279_Test.testCDOMergingConflictResolverWithoutChangeSubscriptionRequestWithChangesPassiveUpdateMode Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_458279_Test.testCDOMergingConflictResolverWithoutChangeSubscriptionRequestWithInvalidationsPassiveUpdateMode Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_459104_Test.testCDOObject_GetLockState Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_462953_Test.testRollBackWithACustomEContentAdapter Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_464590_Test.testEObjectEIsSetWithXMIResource Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_465115_Test.testCDOUtilGetViewSet Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_466721_Test.testObjectNotFoundExceptionWithLockStatePrefetchEnabled Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_466951_Test.testCDOObjectCDOLockState Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_467075_Test.testResourceSetRemoveCDOResource Time elapsed: 0.005 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_467075_Test.testResourceSetRemoveXMIResource Time elapsed: 0.004 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_467174_Test.testCDOObject_LockStateAndRevisionPrefetch Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_467593_Test.testEListHashCodeOnRefBeforeCommitWithCDOResource Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_467593_Test.testEListHashCodeOnRefBeforeCommitWithXMIResource Time elapsed: 0.005 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_467616_Test.testTupleOCLQuery Time elapsed: 0.063 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_468268_Test.testHashCodeCallOnAllFields Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_469301_Test.testLockDetachedObject Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_485394_Test.testReferentialIntegrityWithContainmentProxy Time elapsed: 0.054 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_485487_Test.testTimeoutDuringCommit Time elapsed: 2.14 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_485489_Test.testTransactionCommitAfterAutoLocker Time elapsed: 0.755 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_485489_Test.testViewCloseAfterAutoLocker Time elapsed: 0.712 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_485961_Test.testProperContents Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_486458_Test.testCreateUnit Time elapsed: 1.127 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_486458_Test.testDetectNestedUnit Time elapsed: 1.071 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_486458_Test.testNotificationsAfterOpenUnit Time elapsed: 0.798 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_486458_Test.testOpenUnit Time elapsed: 1.568 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_486458_Test.testPrefetchBigModel Time elapsed: 1.265 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_486458_Test.testResourceUnits Time elapsed: 2.206 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_486458_Test.testUnitMoves Time elapsed: 0.771 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_486458_Test.testUpdateUnit Time elapsed: 0.903 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_486458a_Test.testCreateUnitWithParallelCommit Time elapsed: 3.505 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_486458b_Test.testLongCommitWithParallelCreateUnit Time elapsed: 13.36 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_486458b_Test.testShortCommitWithParallelCreateUnit Time elapsed: 13.167 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_486458c_Test.testParallelCreateUnits Time elapsed: 1.328 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_491499_Test.testObjectOrderWithObjectHandler Time elapsed: 0.546 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_491859_Test.testExchangeContainerObject Time elapsed: 0.049 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_492898_Test.testReferenceToExternalObject Time elapsed: 0.046 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_492898_Test.testTouchModificationOnReferenceToExternalObject Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_494372_Test.testCreateUnitAfterUnitDeletion Time elapsed: 2.918 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_494954_Test.testFolderNameChange Time elapsed: 0.052 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_494954_Test.testFolderNameChangeInOtherTransaction Time elapsed: 0.039 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_494954_Test.testFolderNameGenChange Time elapsed: 0.036 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_500864_Test.testCommitDataAfterDeletion Time elapsed: 0.027 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_501607_Test.testCommitChangesWhenModifyingRealmFirst Time elapsed: 0.126 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_503564_Test.testSetFeatureDelta_CDOID Time elapsed: 0.053 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_503564_Test.testSetFeatureDelta_String Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_503573_Test.testCustomDatatype_Single Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_508261_Test.testDeleteFolderFromUnit Time elapsed: 0.073 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_508261_Test.testDeleteResourceFromUnit Time elapsed: 0.058 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_517225_Test.testStringCompressorLeak Time elapsed: 6.193 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_528129_Test.testMoveToPersistentContainment Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_528129_Test.testMoveToTransientContainment Time elapsed: 0.005 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_528129_Test.testMoveWithinView Time elapsed: 0.005 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_528129_Test.testPersistentContainment Time elapsed: 0.005 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_528129_Test.testPersistentContainmentTree Time elapsed: 0.005 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_528129_Test.testTransientContainment Time elapsed: 0.005 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_528129_Test.testTransientContainmentTree Time elapsed: 0.005 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_530498_Test.testNoNullRevisionAfterTransactionRollback Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_539332_Test.testRestartWithDynamicPackage Time elapsed: 0.031 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_541003_Test.testLockStateWithPrefetcher Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_541003_Test.testLockStateWithoutPrefetcher Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_541437_Test.testUUIDAfterRestart Time elapsed: 0.042 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_541437_Test.testUUIDWithoutOverride Time elapsed: 0.003 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_547640_Test.testCommitConflictResolver_OneCommit Time elapsed: 0.054 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_547640_Test.testCommitConflictResolver_TwoCommits Time elapsed: 0.057 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_552043_Test.testRollbackInverseCrossReferencer Time elapsed: 0.056 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_552043_Test.testRollbackInverseCrossReferencer_WithAttachedRevisionsMap Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_552043_Test.testRollbackMultipleNewObject Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_552043_Test.testRollbackMultipleNewObject_WithAttachedRevisionsMap Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_552043_Test.testRollbackNewObject Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_552043_Test.testRollbackNewObject_WithAttachedRevisionsMap Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_560280_Test.testDeadlockBetweenInvalidationAndCommit Time elapsed: 0.166 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_560957_Test.testDeadlockOnViewGetBranch Time elapsed: 0.051 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_561250_Test.testMapInitialization Time elapsed: 0.019 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_562011_Test.testDocumentRoot_FeatureMap Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_562246_Test.testLockAutoReleasePropagation_DifferentSession Time elapsed: 0.416 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_562246_Test.testLockAutoReleasePropagation_SameSession Time elapsed: 0.414 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_563616_Test.testImportProxyObject Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_566582_Test.testSubFolderDelete Time elapsed: 0.039 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_570123_Test.testReattachInvalidate Time elapsed: 0.021 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_579786_Test.testDisableResponseTimeout Time elapsed: 1.634 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_579786_Test.testSlowQueryHandler Time elapsed: 1.644 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_580001_Test.testTypeHandler Time elapsed: 0.036 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_580974_Test.testCacheAdapter Time elapsed: 0.054 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_580991_Test.testDurableLockRelease Time elapsed: 0.019 s org.eclipse.emf.cdo.tests.db.bugzilla.Bugzilla_534438_Test.testDBConnectionUsedByMultipleThreads Time elapsed: 0.201 s Running org.eclipse.emf.cdo.tests.db.IntegrationTestsNonAudit ******************************************************* Net4jDBTest.testBigInt [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Net4jDBTest.testBinary [H2, JVM, Native] ******************************************************* ******************************************************* Net4jDBTest.testBit [H2, JVM, Native] ******************************************************* ******************************************************* Net4jDBTest.testBlob [H2, JVM, Native] ******************************************************* ******************************************************* Net4jDBTest.testBlobLength0 [H2, JVM, Native] ******************************************************* ******************************************************* Net4jDBTest.testBoolean [H2, JVM, Native] ******************************************************* ******************************************************* Net4jDBTest.testChar [H2, JVM, Native] ******************************************************* ******************************************************* Net4jDBTest.testClob [H2, JVM, Native] ******************************************************* ******************************************************* Net4jDBTest.testClobLength0 [H2, JVM, Native] ******************************************************* ******************************************************* Net4jDBTest.testDate [H2, JVM, Native] ******************************************************* ******************************************************* Net4jDBTest.testDouble [H2, JVM, Native] ******************************************************* ******************************************************* Net4jDBTest.testFloat [H2, JVM, Native] ******************************************************* ******************************************************* Net4jDBTest.testInteger [H2, JVM, Native] ******************************************************* ******************************************************* Net4jDBTest.testLongVarBinary [H2, JVM, Native] ******************************************************* ******************************************************* Net4jDBTest.testLongVarChar [H2, JVM, Native] ******************************************************* ******************************************************* Net4jDBTest.testReal [H2, JVM, Native] ******************************************************* ******************************************************* Net4jDBTest.testSmallInt [H2, JVM, Native] ******************************************************* ******************************************************* Net4jDBTest.testTime [H2, JVM, Native] ******************************************************* ******************************************************* Net4jDBTest.testTimestamp [H2, JVM, Native] ******************************************************* ******************************************************* Net4jDBTest.testTinyInt [H2, JVM, Native] ******************************************************* ******************************************************* Net4jDBTest.testVarBinary [H2, JVM, Native] ******************************************************* ******************************************************* Net4jDBTest.testVarChar [H2, JVM, Native] ******************************************************* ******************************************************* DBAnnotationsTest.testColumnNameAnnotationByMetaData [H2, JVM, Native] ******************************************************* ******************************************************* DBAnnotationsTest.testColumnNameTypeAnnotationByMetaData [H2, JVM, Native] ******************************************************* ******************************************************* DBAnnotationsTest.testLengthAnnotationByMetaData [H2, JVM, Native] ******************************************************* ******************************************************* DBAnnotationsTest.testLengthAnnotationNegative [H2, JVM, Native] ******************************************************* [ERROR] org.h2.jdbc.JdbcSQLException: Value too long for column """name"" VARCHAR(8)": "'012345678' (9)"; SQL statement: INSERT INTO "repo1"."model1_dynamic27_Product1"("cdo_id", "cdo_version", "cdo_created", "cdo_revised", "cdo_resource", "cdo_container", "cdo_feature", "name", "vat", "orderDetails", "otherVATs") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [22001-168] org.eclipse.net4j.db.DBException: org.h2.jdbc.JdbcSQLException: Value too long for column """name"" VARCHAR(8)": "'012345678' (9)"; SQL statement: INSERT INTO "repo1"."model1_dynamic27_Product1"("cdo_id", "cdo_version", "cdo_created", "cdo_revised", "cdo_resource", "cdo_container", "cdo_feature", "name", "vat", "orderDetails", "otherVATs") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [22001-168] at org.eclipse.emf.cdo.server.internal.db.mapping.horizontal.HorizontalNonAuditClassMapping.writeValues(HorizontalNonAuditClassMapping.java:256) at org.eclipse.emf.cdo.server.internal.db.mapping.horizontal.AbstractHorizontalClassMapping.writeRevision(AbstractHorizontalClassMapping.java:750) at org.eclipse.emf.cdo.server.internal.db.DBStoreAccessor.writeRevision(DBStoreAccessor.java:474) at org.eclipse.emf.cdo.server.internal.db.DBStoreAccessor.writeRevisions(DBStoreAccessor.java:439) at org.eclipse.emf.cdo.server.internal.db.DBStoreAccessor.writeNewObjectRevisions(DBStoreAccessor.java:423) at org.eclipse.emf.cdo.spi.server.StoreAccessor.doWrite(StoreAccessor.java:119) at org.eclipse.emf.cdo.server.internal.db.DBStoreAccessor.doWrite(DBStoreAccessor.java:724) at org.eclipse.emf.cdo.spi.server.StoreAccessorBase.write(StoreAccessorBase.java:144) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.writeAccessor(TransactionCommitContext.java:1894) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.write(TransactionCommitContext.java:839) at org.eclipse.emf.cdo.spi.server.InternalCommitContext$1.runLoop(InternalCommitContext.java:49) at org.eclipse.emf.cdo.spi.server.InternalCommitContext$1.runLoop(InternalCommitContext.java:1) at org.eclipse.net4j.util.om.monitor.ProgressDistributor.run(ProgressDistributor.java:95) at org.eclipse.emf.cdo.internal.server.Repository.commitUnsynced(Repository.java:1562) at org.eclipse.emf.cdo.internal.server.Repository.commit(Repository.java:1550) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicatingCommit(CommitTransactionIndication.java:283) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicating(CommitTransactionIndication.java:96) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerIndicationWithMonitoring.indicating(CDOServerIndicationWithMonitoring.java:118) at org.eclipse.net4j.signal.IndicationWithMonitoring.indicating(IndicationWithMonitoring.java:62) at org.eclipse.net4j.signal.IndicationWithResponse.doExtendedInput(IndicationWithResponse.java:94) at org.eclipse.net4j.signal.Signal.doInput(Signal.java:434) at org.eclipse.net4j.signal.IndicationWithResponse.execute(IndicationWithResponse.java:72) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) Caused by: org.h2.jdbc.JdbcSQLException: Value too long for column """name"" VARCHAR(8)": "'012345678' (9)"; SQL statement: INSERT INTO "repo1"."model1_dynamic27_Product1"("cdo_id", "cdo_version", "cdo_created", "cdo_revised", "cdo_resource", "cdo_container", "cdo_feature", "name", "vat", "orderDetails", "otherVATs") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [22001-168] at org.h2.message.DbException.getJdbcSQLException(DbException.java:329) at org.h2.message.DbException.get(DbException.java:169) at org.h2.table.Column.validateConvertUpdateSequence(Column.java:315) at org.h2.table.Table.validateConvertUpdateSequence(Table.java:689) at org.h2.command.dml.Insert.insertRows(Insert.java:120) at org.h2.command.dml.Insert.update(Insert.java:84) at org.h2.command.CommandContainer.update(CommandContainer.java:75) at org.h2.command.Command.executeUpdate(Command.java:230) at org.h2.jdbc.JdbcPreparedStatement.executeUpdateInternal(JdbcPreparedStatement.java:156) at org.h2.jdbc.JdbcPreparedStatement.executeUpdate(JdbcPreparedStatement.java:142) at org.eclipse.net4j.db.jdbc.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:89) at org.eclipse.net4j.db.DBUtil.update(DBUtil.java:1018) at org.eclipse.emf.cdo.server.internal.db.mapping.horizontal.HorizontalNonAuditClassMapping.writeValues(HorizontalNonAuditClassMapping.java:252) ... 27 more ******************************************************* DBAnnotationsTest.testLengthAnnotationPositive [H2, JVM, Native] ******************************************************* ******************************************************* DBAnnotationsTest.testTableMappingAnnotationByMetaData [H2, JVM, Native] ******************************************************* ******************************************************* DBAnnotationsTest.testTableNameAnnotationByMetaData [H2, JVM, Native] ******************************************************* ******************************************************* DBAnnotationsTest.testTypeAnnotationByMetaData [H2, JVM, Native] ******************************************************* ******************************************************* DBStoreTest.testInsertNull [H2, JVM, Native] ******************************************************* ******************************************************* DBStoreTest.testStoreCustom [H2, JVM, Native] ******************************************************* ******************************************************* DBStoreTest.testStoreDate [H2, JVM, Native] ******************************************************* ******************************************************* DBStoreTest.testStoreStringContainingBackslash [H2, JVM, Native] ******************************************************* ******************************************************* DBStoreTest.testStoreStringContainingDoubleQuote [H2, JVM, Native] ******************************************************* ******************************************************* DBStoreTest.testStoreStringContainingSingleQuote [H2, JVM, Native] ******************************************************* ******************************************************* DBStoreTest.testStoreStringContainingTwoSingleQuote [H2, JVM, Native] ******************************************************* ******************************************************* DBStoreTest.testStoreStringTrailingBackslash [H2, JVM, Native] ******************************************************* ******************************************************* DBStoreTest.testStoreStringTrailingDoubleQuote [H2, JVM, Native] ******************************************************* ******************************************************* DBStoreTest.testStoreStringTrailingSingleQuote [H2, JVM, Native] ******************************************************* ******************************************************* DBStoreTest.testStoreStringTrailingTwoSingleQuote [H2, JVM, Native] ******************************************************* ******************************************************* DBStoreTest.testUnderscoreClass [H2, JVM, Native] ******************************************************* ******************************************************* DBStoreTest.testUnderscoreFeature [H2, JVM, Native] ******************************************************* ******************************************************* CustomTypeMappingTest.testCustomTypeMapping [H2, JVM, Native] ******************************************************* [WARN] Runtime removal of ITypeMapping.Factory extensions is currently not supported. ******************************************************* SQLQueryTest.testComplexQuerySalesOrderJoinCustomerProduct [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* SQLQueryTest.testDateParameter [H2, JVM, Native] ******************************************************* 2020-05-02 06:45:14-000 [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* SQLQueryTest.testFunctions [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* SQLQueryTest.testIterator [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* SQLQueryTest.testIteratorCancelation [H2, JVM, Native] ******************************************************* [ERROR] Not active: SignalProtocol[cdo] org.eclipse.net4j.util.lifecycle.LifecycleException: Not active: SignalProtocol[cdo] at org.eclipse.net4j.util.lifecycle.LifecycleUtil.checkActive(LifecycleUtil.java:102) at org.eclipse.net4j.signal.Signal.getProtocol(Signal.java:104) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerIndication.getProtocol(CDOServerIndication.java:54) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerIndication.getProtocol(CDOServerIndication.java:1) at org.eclipse.net4j.signal.IndicationWithResponse.sendExceptionSignal(IndicationWithResponse.java:105) at org.eclipse.net4j.signal.IndicationWithResponse.execute(IndicationWithResponse.java:78) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerReadIndication.execute(CDOServerReadIndication.java:36) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.Thr eadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) ******************************************************* SQLQueryTest.testNonCDOObjectQueries_Complex [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* SQLQueryTest.testNonCDOObjectQueries_Complex_MAP [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* SQLQueryTest.testPaging [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* SQLQueryTest.testSimpleQueries [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* AdapterManagerTest.testStrongReferencePolicy_ALL [H2, JVM, Native] ******************************************************* ******************************************************* AdapterManagerTest.testStrongReferencePolicy_ALL_AttachObject [H2, JVM, Native] ******************************************************* ******************************************************* AdapterManagerTest.testStrongReferencePolicy_ALL_DetachObject [H2, JVM, Native] ******************************************************* ******************************************************* AdapterManagerTest.testStrongReferencePolicy_NONE [H2, JVM, Native] ******************************************************* ******************************************************* AttributeTest.testBigDecimalAndBigInteger [H2, JVM, Native] ******************************************************* ******************************************************* AttributeTest.testBigDecimalAndBigIntegerNull [H2, JVM, Native] ******************************************************* ******************************************************* AttributeTest.testByteArray [H2, JVM, Native] ******************************************************* ******************************************************* AttributeTest.testByteArrayEmpty [H2, JVM, Native] ******************************************************* ******************************************************* AttributeTest.testByteArrayNull [H2, JVM, Native] ******************************************************* ******************************************************* AttributeTest.testEnumDefaults [H2, JVM, Native] ******************************************************* ******************************************************* AttributeTest.testJavaClass [H2, JVM, Native] ******************************************************* ******************************************************* AttributeTest.testJavaObject [H2, JVM, Native] ******************************************************* ******************************************************* AttributeTest.testManyValuedCustomDataType_Bugzilla_319950 [H2, JVM, Native] ******************************************************* ******************************************************* AttributeTest.testManyValuedCustomDataType_Contains [H2, JVM, Native] ******************************************************* ******************************************************* AttributeTest.testManyValuedCustomDataType_ContainsAll [H2, JVM, Native] ******************************************************* ******************************************************* AttributeTest.testManyValuedCustomDataType_Get [H2, JVM, Native] ******************************************************* ******************************************************* AttributeTest.testManyValuedCustomDataType_IndexOf [H2, JVM, Native] ******************************************************* ******************************************************* AttributeTest.testManyValuedCustomDataType_LastIndexOf [H2, JVM, Native] ******************************************************* ******************************************************* AttributeTest.testNillableAttributeOfCustomType [H2, JVM, Native] ******************************************************* ******************************************************* AttributeTest.testPrimitiveDefaults [H2, JVM, Native] ******************************************************* ******************************************************* AutoAttacherTest.testAddingObjectAndCrawl [H2, JVM, Native] ******************************************************* ******************************************************* AutoAttacherTest.testSimple [H2, JVM, Native] ******************************************************* ******************************************************* BackupBinaryTest.testImport [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' repo1repo1��<�u�<緖���������1http://www.eclipse.org/emf/CDO/tests/model1/1.0.0�����1 1http://www.eclipse.org/emf/CDO/tests/model1/1.0.0MAIN����1:http://www.eclipse.org/emf/CDO/Eresource/4.0.0#CDOResource�����1��:http://www.eclipse.org/emf/CDO/Eresource/4.0.0#CDOResource�����1�res1����:http://www.eclipse.org/emf/CDO/tests/model1/1.0.0#Customer�����1�Eike�:http://www.eclipse.org/emf/CDO/tests/model1/1.0.0#Customer�����1�Jos:http://www.eclipse.org/emf/CDO/tests/model1/1.0.0#Customer�����1�Simon=http://www.eclipse.org/emf/CDO/tests/model1/1.0.0#OrderDetail�����1�� [INFO] Dropping all tables from repository repo2... [INFO] The CDO system tables are not found in schema "repo2"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo3, repo1, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' CDOResourceFolder@OID2("BackupBinaryTest_testImport") CDOResource@OID3("cdo://repo2/BackupBinaryTest_testImport/res1") Customer@OID4 Customer@OID5 Customer@OID6 SalesOrder@OID7 OrderDetail@OID8 ******************************************************* BackupBinaryTest.testImportBlob [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' repo1repo1��<�F�<�b���������1http://www.eclipse.org/emf/CDO/tests/model3/1.0.0�����1"m 1http://www.eclipse.org/emf/CDO/tests/model3/1.0.05http://www.eclipse.org/emf/CDO/tests/subpackage/1.0.0MAIN����1:http://www.eclipse.org/emf/CDO/Eresource/4.0.0#CDOResource�����1��:http://www.eclipse.org/emf/CDO/Eresource/4.0.0#CDOResource�����1�res1�7http://www.eclipse.org/emf/CDO/tests/model3/1.0.0#Image�����1���������� B|ʝ'�ő�jT�@http://www.eclipse.org/emf/CDO/Eresource/4.0.0#CDOResourceFolder�����1�BackupBinaryTest_testImportBlob�������� B|ʝ'�ő�j��
����1����1����1����1 CDO_SYSTEM � [INFO] Dropping all tables from repository repo2... [INFO] The CDO system tables are not found in schema "repo2"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo3, repo1, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' CDOResourceFolder@OID2("BackupBinaryTest_testImportBlob") CDOResource@OID3("cdo://repo2/BackupBinaryTest_testImportBlob/res1") Image@OID4 ******************************************************* BackupBinaryTest.testImportByteArray [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' repo1repo1��<��<�%���������1http://www.eclipse.org/emf/CDO/tests/model6/1.0.0�����10
1http://www.eclipse.org/emf/CDO/tests/model6/1.0.0MAIN����1:http://www.eclipse.org/emf/CDO/Eresource/4.0.0#CDOResource�����1��:http://www.eclipse.org/emf/CDO/Eresource/4.0.0#CDOResource�����1�res1�Fhttp://www.eclipse.org/emf/CDO/tests/model6/1.0.0#UnsettableAttributes�����1� ����@http://www.eclipse.org/emf/CDO/Eresource/4.0.0#CDOResourceFolder�����1�$BackupBinaryTest_testImportByteArray�����1����1����1����1 CDO_SYSTEM � [INFO] Dropping all tables from repository repo2... [INFO] The CDO system tables are not found in schema "repo2"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo3, repo1, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' CDOResourceFolder@OID2("BackupBinaryTest_testImportByteArray") CDOResource@OID3("cdo://repo2/BackupBinaryTest_testImportByteArray/res1") UnsettableAttributes@OID4 ******************************************************* BackupBinaryTest.testImportClob [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' repo1repo1��<���<�����������1http://www.eclipse.org/emf/CDO/tests/model3/1.0.0�����1"m 1http://www.eclipse.org/emf/CDO/tests/model3/1.0.05http://www.eclipse.org/emf/CDO/tests/subpackage/1.0.0MAIN����1:http://www.eclipse.org/emf/CDO/Eresource/4.0.0#CDOResource�����1��:http://www.eclipse.org/emf/CDO/Eresource/4.0.0#CDOResource�����1�res1�@http://www.eclipse.org/emf/CDO/Eresource/4.0.0#CDOResourceFolder�����1�BackupBinaryTest_testImportClob�6http://www.eclipse.org/emf/CDO/tests/model3/1.0.0#File�����1� Ecore.uml ��mԅ�sVsR����o���T� ��mԅ�sVsR����o��Ń�<?xml version="1.0" encoding="UTF-8"?> <xmi:XMI xmi:version="2.1" xmlns:xmi="http://schema.omg.org/spec/XMI/2.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:Ecore="http://www.eclipse.org/uml2/schemas/Ecore/4" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" xmlns:uml="http://www.eclipse.org/uml2/2.1.0/UML" xsi:schemaLocation="http://www.eclipse.org/uml2/schemas/Ecore/4 pathmap://UML_PROFILES/Ecore.profile.uml#_B7dOIMEREduRdatXodjBjA"> <uml:Model xmi:id="_SeWiQMX_EduPJbEsMYXjUQ" name="Ecor�"> <packagedElement xmi:type="uml:Class" xmi:id="_SeWj6cX_EduPJbEsMYXjUQ" name="EAnnotation"> <eAnnotations xmi:id="_SeWj6sX_EduPJbEsMYXjUQ" source="http://www.eclipse.org/emf/2002/Ecore"> <details xmi:id="_SeWj68X_EduPJbEsMYXjUQ" key="constraints" value="WellFormedSourceURI"/> </eAnnotations> <generalization xmi:id="_SeWj7MX_EduPJbEsMYXjUQ" general="_SeWihMX_EduPJbEsMYXjUQ"/> <ownedAttribute xmi:id="_SeWj7cX_EduPJbEsMYXjUQ" name="source" visibility="public" type="_SeWkisX_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWj7sX_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWj78X_EduPJbEsMYXjUQ" name="details" type="_SeWj-sX_EduPJbEsMYXjUQ" isOrdered="true" aggregation="composite" association="_SeWj_8X_EduPJbEsMYXjUQ"> <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_SeWj8MX_EduPJbEsMYXjUQ" value="*"/> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWj8cX_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWj8sX_EduPJbEsMYXjUQ" name="eModelElement" type="_SeWihMX_EduPJbEsMYXjUQ" isOrdered="true" association="_SeWkAcX_EduPJbEsMYXjUQ"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWj88X_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWj9MX_EduPJbEsMYXjUQ" name="contents" type="_SeWijsX_EduPJbEsMYXjUQ" isOrdered="true" aggregation="composite" association="_SeWkAsX_EduPJbEsMYXjUQ"> <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_SeWj9cX_EduPJbEsMYXjUQ" value="*"/> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWj9sX_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWj98X_EduPJbEsMYXjUQ" name="references" type="_SeWijsX_EduPJbEsMYXjUQ" isOrdered="true" association="_SeWkBMX_EduPJbEsMYXjUQ"> <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_SeWj-MX_EduPJbEsMYXjUQ" value="*"/> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWj-cX_EduPJbEsMYXjUQ"/> </ownedAttribute> </packagedElement> <packagedElement xmi:type="uml:Class" xmi:id="_SeWiQcX_EduPJbEsMYXjUQ" name="EAttribute"> <eAnnotations xmi:id="_SeWiQsX_EduPJbEsMYXjUQ" source="http://www.eclipse.org/emf/2002/Ecore"> <details xmi:id="_SeWiQ8X_EduPJbEsMYXjUQ" key="constraints" value="ConsistentTransient"/> </eAnnotations> <generalization xmi:id="_SeWiRMX_EduPJbEsMYXjUQ" general="_SeWiSMX_EduPJbEsMYXjUQ"/> <ownedAttribute xmi:id="_SeWiRcX_EduPJbEsMYXjUQ" name="id" visibility="public" type="_SeWkM8X_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWiRsX_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWiR8X_EduPJbEsMYXjUQ" name="eAttributeType" type="_SeWjasX_EduPJbEsMYXjUQ" isOrdered="true" isReadOnly="true" isDerived="true" association="_SeWkCsX_EduPJbEsMYXjUQ"/> </packagedElement> <packagedElement xmi:type="uml:Class" xmi:id="_SeWizcX_EduPJbEsMYXjUQ" name="EClass"> <eAnnotations xmi:id="_SeWizsX_EduPJbEsMYXjUQ" source="http://www.eclipse.org/emf/2002/Ecore"> <details xmi:id="_SeWiz8X_EduPJbEsMYXjUQ" key="constraints" value="InterfaceIsAbstract AtMostOneID UniqueFeatureNames UniqueOperationSignatures NoCircularSuperTypes WellFormedMapEntryClass ConsistentSuperTypes"/> </eAnnotations> <generalization xmi:id="_SeWi0MX_EduPJbEsMYXjUQ" general="_SeWjG8X_EduPJbEsMYXjUQ"/> <ownedAttribute xmi:id="_SeWi0cX_EduPJbEsMYXjUQ" name="abstract" visibility="public" type="_SeWkM8X_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWi0sX_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWi08X_EduPJbEsMYXjUQ" name="interface" visibility="public" type="_SeWkM8X_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWi1MX_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWi1cX_EduPJbEsMYXjUQ" name="eSuperTypes" type="_SeWizcX_EduPJbEsMYXjUQ" isOrdered="true" association="_SeWjlsX_EduPJbEsMYXjUQ"> <eAnnotations xmi:id="_SeWi1sX_EduPJbEsMYXjUQ" source="http://www.eclipse.org/emf/2002/GenModel"> <details xmi:id="_SeWi18X_EduPJbEsMYXjUQ" key="suppressedUnsetVisibility" value="true"/> <details xmi:id="_SeWi2MX_EduPJbEsMYXjUQ" key="suppressedIsSetVisibility" value="true"/> </eAnnotations> <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_SeWi2cX_EduPJbEsMYXjUQ" value="*"/> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWi2sX_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWi28X_EduPJbEsMYXjUQ" name="eOperations" type="_SeWjmMX_EduPJbEsMYXjUQ" isOrdered="true" aggregation="composite" association="_SeWjsMX_EduPJbEsMYXjUQ"> <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_SeWi3MX_EduPJbEsMYXjUQ" value="*"/> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWi3cX_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWi3sX_EduPJbEsMYXjUQ" name="eAllAttributes" type="_SeWiQcX_EduPJbEsMYXjUQ" isOrdered="true" isReadOnly="true" isDerived="true" association="_SeWjvMX_EduPJbEsMYXjUQ"> <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_SeWi38X_EduPJbEsMYXjUQ" value="*"/> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWi4MX_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWi4cX_EduPJbEsMYXjUQ" name="eAllReferences" type="_SeWjvsX_EduPJbEsMYXjUQ" isOrdered="true" isReadOnly="true" isDerived="true" association="_SeWj1MX_EduPJbEsMYXjUQ"> <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_SeWi4sX_EduPJbEsMYXjUQ" value="*"/> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWi48X_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWi5MX_EduPJbEsMYXjUQ" name="eReferences" type="_SeWjvsX_EduPJbEsMYXjUQ" isOrdered="true" isReadOnly="true" isDerived="true" association="_SeWj1sX_EduPJbEsMYXjUQ"> <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_SeWi5cX_EduPJbEsMYXjUQ" value="*"/> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWi5sX_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWi58X_EduPJbEsMYXjUQ" name="eAttributes" type="_SeWiQcX_EduPJbEsMYXjUQ" isOrdered="true" isReadOnly="true" isDerived="true" association="_SeWj2MX_EduPJbEsMYXjUQ"> <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_SeWi6MX_EduPJbEsMYXjUQ" value="*"/> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWi6cX_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWi6sX_EduPJbEsMYXjUQ" name="eAllContainments" type="_SeWjvsX_EduPJbEsMYXjUQ" isOrdered="true" isReadOnly="true" isDerived="true" association="_SeWj2sX_EduPJbEsMYXjUQ"> <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_SeWi68X_EduPJbEsMYXjUQ" value="*"/> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWi7MX_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWi7cX_EduPJbEsMYXjUQ" name="eAllOperations" type="_SeWjmMX_EduPJbEsMYXjUQ" isOrdered="true" isReadOnly="true" isDerived="true" association="_SeWj3MX_EduPJbEsMYXjUQ"> <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_SeWi7sX_EduPJbEsMYXjUQ" value="*"/> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWi78X_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWi8MX_EduPJbEsMYXjUQ" name="eAllStructuralFeatures" type="_SeWiSMX_EduPJbEsMYXjUQ" isOrdered="true" isReadOnly="true" isDerived="true" association="_SeWj3sX_EduPJbEsMYXjUQ"> <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_SeWi8cX_EduPJbEsMYXjUQ" value="*"/> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWi8sX_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWi88X_EduPJbEsMYXjUQ" name="eAllSuperTypes" type="_SeWizcX_EduPJbEsMYXjUQ" isOrdered="true" isReadOnly="true" isDerived="true" association="_SeWj4MX_EduPJbEsMYXjUQ"> <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_SeWi9MX_EduPJbEsMYXjUQ" value="*"/> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWi9cX_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWi9sX_EduPJbEsMYXjUQ" name="eIDAttribute" type="_SeWiQcX_EduPJbEsMYXjUQ" isOrdered="true" isReadOnly="true" isDerived="true" association="_SeWj4sX_EduPJbEsMYXjUQ"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWi98X_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWi-MX_EduPJbEsMYXjUQ" name="eStructuralFeatures" type="_SeWiSMX_EduPJbEsMYXjUQ" isOrdered="true" aggregation="composite" association="_SeWj5MX_EduPJbEsMYXjUQ"> <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_SeWi-cX_EduPJbEsMYXjUQ" value="*"/> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWi-sX_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWi-8X_EduPJbEsMYXjUQ" name="eGenericSuperTypes" type="_SeWjdsX_EduPJbEsMYXjUQ" isOrdered="true" aggregation="composite" association="_SeWj5cX_EduPJbEsMYXjUQ"> <eAnnotations xmi:id="_SeWi_MX_EduPJbEsMYXjUQ" source="http://www.eclipse.org/emf/2002/GenModel"> <details xmi:id="_SeWi_cX_EduPJbEsMYXjUQ" key="suppressedUnsetVisibility" value="true"/> <details xmi:id="_SeWi_sX_EduPJbEsMYXjUQ" key="suppressedIsSetVisibility" value="true"/> </eAnnotations> <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_SeWi_8X_EduPJbEsMYXjUQ" value="*"/> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjAMX_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWjAcX_EduPJbEsMYXjUQ" name="eAllGenericSuperTypes" type="_SeWjdsX_EduPJbEsMYXjUQ" isOrdered="true" isReadOnly="true" isDerived="true" association="_SeWj58X_EduPJbEsMYXjUQ"> <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_SeWjAsX_EduPJbEsMYXjUQ" value="*"/> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjA8X_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedOperation xmi:id="_SeWjBMX_EduPJbEsMYXjUQ" name="isSuperTypeOf" visibility="public"> <ownedParameter xmi:id="_SeWjBcX_EduPJbEsMYXjUQ" type="_SeWkM8X_EduPJbEsMYXjUQ" isOrdered="true" direction="return"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjBsX_EduPJbEsMYXjUQ"/> </ownedParameter> <ownedParameter xmi:id="_SeWjB8X_EduPJbEsMYXjUQ" name="someClass" type="_SeWizcX_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjCMX_EduPJbEsMYXjUQ"/> </ownedParameter> </ownedOperation> <ownedOperation xmi:id="_SeWjCcX_EduPJbEsMYXjUQ" name="getFeatureCount" visibility="public"> <ownedParameter xmi:id="_SeWjCsX_EduPJbEsMYXjUQ" type="_SeWkZcX_EduPJbEsMYXjUQ" isOrdered="true" direction="return"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjC8X_EduPJbEsMYXjUQ"/> </ownedParameter> </ownedOperation> <ownedOperation xmi:id="_SeWjDMX_EduPJbEsMYXjUQ" name="getEStructuralFeature" visibility="public"> <ownedParameter xmi:id="_SeWjDcX_EduPJbEsMYXjUQ" type="_SeWiSMX_EduPJbEsMYXjUQ" isOrdered="true" direction="return"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjDsX_EduPJbEsMYXjUQ"/> </ownedParameter> <ownedParameter xmi:id="_SeWjD8X_EduPJbEsMYXjUQ" name="featureID" type="_SeWkZcX_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjEMX_EduPJbEsMYXjUQ"/> </ownedParameter> </ownedOperation> <ownedOperation xmi:id="_SeWjEcX_EduPJbEsMYXjUQ" name="getFeatureID" visibility="public"> <ownedParameter xmi:id="_SeWjEsX_EduPJbEsMYXjUQ" type="_SeWkZcX_EduPJbEsMYXjUQ" isOrdered="true" direction="return"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjE8X_EduPJbEsMYXjUQ"/> </ownedParameter> <ownedParameter xmi:id="_SeWjFMX_EduPJbEsMYXjUQ" name="feature" type="_SeWiSMX_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjFcX_EduPJbEsMYXjUQ"/> </ownedParameter> </ownedOperation> <ownedOperation xmi:id="_SeWjFsX_EduPJbEsMYXjUQ" name="getEStructuralFeature" visibility="public"> <ownedParameter xmi:id="_SeWjF8X_EduPJbEsMYXjUQ" type="_SeWiSMX_EduPJbEsMYXjUQ" isOrdered="true" direction="return"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjGMX_EduPJbEsMYXjUQ"/> </ownedParameter> <ownedParameter xmi:id="_SeWjGcX_EduPJbEsMYXjUQ" name="featureName" type="_SeWkisX_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjGsX_EduPJbEsMYXjUQ"/> </ownedParameter> </ownedOperation> </packagedElement> <packagedElement xmi:type="uml:Class" xmi:id="_SeWjG8X_EduPJbEsMYXjUQ" name="EClassifier" isAbstract="true"> <eAnnotations xmi:id="_SeWjHMX_EduPJbEsMYXjUQ" source="http://www.eclipse.org/emf/2002/Ecore"> <details xmi:id="_SeWjHcX_EduPJbEsMYXjUQ" key="constraints" value="WellFormedInstanceTypeName UniqueTypeParameterNames"/> </eAnnotations> <generalization xmi:id="_SeWjHsX_EduPJbEsMYXjUQ" general="_SeWifsX_EduPJbEsMYXjUQ"/> <ownedAttribute xmi:id="_SeWjH8X_EduPJbEsMYXjUQ" name="instanceClassName" visibility="public" type="_SeWkisX_EduPJbEsMYXjUQ" isOrdered="true"> <eAnnotations xmi:id="_SeWjIMX_EduPJbEsMYXjUQ" source="http://www.eclipse.org/emf/2002/GenModel"> <details xmi:id="_SeWjIcX_EduPJbEsMYXjUQ" key="suppressedUnsetVisibility" value="true"/> <details xmi:id="_SeWjIsX_EduPJbEsMYXjUQ" key="suppressedIsSetVisibility" value="true"/> </eAnnotations> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjI8X_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWjJMX_EduPJbEsMYXjUQ" name="instanceClass" visibility="public" type="_SeWjM8X_EduPJbEsMYXjUQ" isOrdered="true" isReadOnly="true" isDerived="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjJcX_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWjJsX_EduPJbEsMYXjUQ" name="defaultValue" visibility="public" type="_SeWkccX_EduPJbEsMYXjUQ" isOrdered="true" isReadOnly="true" isDerived="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjJ8X_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWjKMX_EduPJbEsMYXjUQ" name="instanceTypeName" visibility="public" type="_SeWkisX_EduPJbEsMYXjUQ" isOrdered="true"> <eAnnotations xmi:id="_SeWjKcX_EduPJbEsMYXjUQ" source="http://www.eclipse.org/emf/2002/GenModel"> <details xmi:id="_SeWjKsX_EduPJbEsMYXjUQ" key="suppressedUnsetVisibility" value="true"/> <details xmi:id="_SeWjK8X_EduPJbEsMYXjUQ" key="suppressedIsSetVisibility" value="true"/> </eAnnotations> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjLMX_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWjLcX_EduPJbEsMYXjUQ" name="ePackage" type="_SeWjPsX_EduPJbEsMYXjUQ" isOrdered="true" isReadOnly="true" association="_SeWjb8X_EduPJbEsMYXjUQ"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjLsX_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWjL8X_EduPJbEsMYXjUQ" name="eTypeParameters" type="_SeWjccX_EduPJbEsMYXjUQ" isOrdered="true" aggregation="composite" association="_SeWjlMX_EduPJbEsMYXjUQ"> <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_SeWjMMX_EduPJbEsMYXjUQ" value="*"/> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjMcX_EduPJbEsMYXjUQ"/> </ownedAttribute> <nestedClassifier xmi:type="uml:Class" xmi:id="_SeWjMsX_EduPJbEsMYXjUQ" name="Wildcard"/> <nestedClassifier xmi:type="uml:PrimitiveType" xmi:id="_SeWjM8X_EduPJbEsMYXjUQ" name="EJavaClass_Wildcard"> <templateBinding xmi:id="_SeWjNMX_EduPJbEsMYXjUQ" signature="_SeWkbsX_EduPJbEsMYXjUQ"> <parameterSubstitution xmi:id="_SeWjNcX_EduPJbEsMYXjUQ" formal="_SeWkb8X_EduPJbEsMYXjUQ" actual="_SeWjMsX_EduPJbEsMYXjUQ"/> </templateBinding> </nestedClassifier> <ownedOperation xmi:id="_SeWjNsX_EduPJbEsMYXjUQ" name="isInstance" visibility="public"> <ownedParameter xmi:id="_SeWjN8X_EduPJbEsMYXjUQ" type="_SeWkM8X_EduPJbEsMYXjUQ" isOrdered="true" direction="return"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjOMX_EduPJbEsMYXjUQ"/> </ownedParameter> <ownedParameter xmi:id="_SeWjOcX_EduPJbEsMYXjUQ" name="object" type="_SeWkccX_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjOsX_EduPJbEsMYXjUQ"/> </ownedParameter> </ownedOperation> <ownedOperation xmi:id="_SeWjO8X_EduPJbEsMYXjUQ" name="getClassifierID" visibility="public"> <ownedParameter xmi:id="_SeWjPMX_EduPJbEsMYXjUQ" type="_SeWkZcX_EduPJbEsMYXjUQ" isOrdered="true" direction="return"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjPcX_EduPJbEsMYXjUQ"/> </ownedParameter> </ownedOperation> </packagedElement> <packagedElement xmi:type="uml:Class" xmi:id="_SeWjasX_EduPJbEsMYXjUQ" name="EDataType"> <generalization xmi:id="_SeWja8X_EduPJbEsMYXjUQ" general="_SeWjG8X_EduPJbEsMYXjUQ"/> <ownedAttribute xmi:id="_SeWjbMX_EduPJbEsMYXjUQ" name="serializable" visibility="public" type="_SeWkM8X_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjbcX_EduPJbEsMYXjUQ"/> </ownedAttribute> </packagedElement> <packagedElement xmi:type="uml:Class" xmi:id="_SeWkDMX_EduPJbEsMYXjUQ" name="EEnum"> <eAnnotations xmi:id="_SeWkDcX_EduPJbEsMYXjUQ" source="http://www.eclipse.org/emf/2002/Ecore"> <details xmi:id="_SeWkDsX_EduPJbEsMYXjUQ" key="constraints" value="UniqueEnumeratorNames UniqueEnumeratorLiterals"/> </eAnnotations> <generalization xmi:id="_SeWkD8X_EduPJbEsMYXjUQ" general="_SeWjasX_EduPJbEsMYXjUQ"/> <ownedAttribute xmi:id="_SeWkEMX_EduPJbEsMYXjUQ" name="eLiterals" type="_SeWkIsX_EduPJbEsMYXjUQ" isOrdered="true" aggregation="composite" association="_SeWkLMX_EduPJbEsMYXjUQ"> <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_SeWkEcX_EduPJbEsMYXjUQ" value="*"/> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWkEsX_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedOperation xmi:id="_SeWkE8X_EduPJbEsMYXjUQ" name="getEEnumLiteral" visibility="public"> <ownedParameter xmi:id="_SeWkFMX_EduPJbEsMYXjUQ" type="_SeWkIsX_EduPJbEsMYXjUQ" isOrdered="true" direction="return"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWkFcX_EduPJbEsMYXjUQ"/> </ownedParameter> <ownedParameter xmi:id="_SeWkFsX_EduPJbEsMYXjUQ" name="name" type="_SeWkisX_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWkF8X_EduPJbEsMYXjUQ"/> </ownedParameter> </ownedOperation> <ownedOperation xmi:id="_SeWkGMX_EduPJbEsMYXjUQ" name="getEEnumLiteral" visibility="public"> <ownedParameter xmi:id="_SeWkGcX_EduPJbEsMYXjUQ" type="_SeWkIsX_EduPJbEsMYXjUQ" isOrdered="true" direction="return"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWkGsX_EduPJbEsMYXjUQ"/> </ownedParameter> <ownedParameter xmi:id="_SeWkG8X_EduPJbEsMYXjUQ" name="value" type="_SeWkZcX_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWkHMX_EduPJbEsMYXjUQ"/> </ownedParameter> </ownedOperation> <ownedOperation xmi:id="_SeWkHcX_EduPJbEsMYXjUQ" name="getEEnumLiteralByLiteral" visibility="public"> <ownedParameter xmi:id="_SeWkHsX_EduPJbEsMYXjUQ" type="_SeWkIsX_EduPJbEsMYXjUQ" isOrdered="true" direction="return"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWkH8X_EduPJbEsMYXjUQ"/> </ownedParameter> <ownedParameter xmi:id="_SeWkIMX_EduPJbEsMYXjUQ" name="literal" type="_SeWkisX_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWkIcX_EduPJbEsMYXjUQ"/> </ownedParameter> </ownedOperation> </packagedElement> <packagedElement xmi:type="uml:Class" xmi:id="_SeWkIsX_EduPJbEsMYXjUQ" name="EEnumLiteral"> <generalization xmi:id="_SeWkI8X_EduPJbEsMYXjUQ" general="_SeWifsX_EduPJbEsMYXjUQ"/> <ownedAttribute xmi:id="_SeWkJMX_EduPJbEsMYXjUQ" name="value" visibility="public" type="_SeWkZcX_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWkJcX_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWkJsX_EduPJbEsMYXjUQ" name="instance" visibility="public" type="_SeWkWsX_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWkJ8X_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWkKMX_EduPJbEsMYXjUQ" name="literal" visibility="public" type="_SeWkisX_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWkKcX_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWkKsX_EduPJbEsMYXjUQ" name="eEnum" type="_SeWkDMX_EduPJbEsMYXjUQ" isOrdered="true" isReadOnly="true" association="_SeWkLMX_EduPJbEsMYXjUQ"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWkK8X_EduPJbEsMYXjUQ"/> </ownedAttribute> </packagedElement> <packagedElement xmi:type="uml:Class" xmi:id="_SeWjVMX_EduPJbEsMYXjUQ" name="EFactory"> <generalization xmi:id="_SeWjVcX_EduPJbEsMYXjUQ" general="_SeWihMX_EduPJbEsMYXjUQ"/> <ownedAttribute xmi:id="_SeWjVsX_EduPJbEsMYXjUQ" name="ePackage" type="_SeWjPsX_EduPJbEsMYXjUQ" isOrdered="true" association="_SeWjbsX_EduPJbEsMYXjUQ"/> <ownedOperation xmi:id="_SeWjV8X_EduPJbEsMYXjUQ" name="create" visibility="public"> <ownedParameter xmi:id="_SeWjWMX_EduPJbEsMYXjUQ" type="_SeWijsX_EduPJbEsMYXjUQ" isOrdered="true" direction="return"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjWcX_EduPJbEsMYXjUQ"/> </ownedParameter> <ownedParameter xmi:id="_SeWjWsX_EduPJbEsMYXjUQ" name="eClass" type="_SeWizcX_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjW8X_EduPJbEsMYXjUQ"/> </ownedParameter> </ownedOperation> <ownedOperation xmi:id="_SeWjXMX_EduPJbEsMYXjUQ" name="createFromString" visibility="public"> <ownedParameter xmi:id="_SeWjXcX_EduPJbEsMYXjUQ" type="_SeWkccX_EduPJbEsMYXjUQ" isOrdered="true" direction="return"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjXsX_EduPJbEsMYXjUQ"/> </ownedParameter> <ownedParameter xmi:id="_SeWjX8X_EduPJbEsMYXjUQ" name="eDataType" type="_SeWjasX_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjYMX_EduPJbEsMYXjUQ"/> </ownedParameter> <ownedParameter xmi:id="_SeWjYcX_EduPJbEsMYXjUQ" name="literalValue" type="_SeWkisX_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjYsX_EduPJbEsMYXjUQ"/> </ownedParameter> </ownedOperation> <ownedOperation xmi:id="_SeWjY8X_EduPJbEsMYXjUQ" name="convertToString" visibility="public"> <ownedParameter xmi:id="_SeWjZMX_EduPJbEsMYXjUQ" type="_SeWkisX_EduPJbEsMYXjUQ" isOrdered="true" direction="return"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjZcX_EduPJbEsMYXjUQ"/> </ownedParameter> <ownedParameter xmi:id="_SeWjZsX_EduPJbEsMYXjUQ" name="eDataType" type="_SeWjasX_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjZ8X_EduPJbEsMYXjUQ"/> </ownedParameter> <ownedParameter xmi:id="_SeWjaMX_EduPJbEsMYXjUQ" name="instanceValue" type="_SeWkccX_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjacX_EduPJbEsMYXjUQ"/> </ownedParameter> </ownedOperation> </packagedElement> <packagedElement xmi:type="uml:Class" xmi:id="_SeWjdsX_EduPJbEsMYXjUQ" name="EGenericType"> <eAnnotations xmi:id="_SeWjd8X_EduPJbEsMYXjUQ" source="http://www.eclipse.org/emf/2002/Ecore"> <details xmi:id="_SeWjeMX_EduPJbEsMYXjUQ" key="constraints" value="ConsistentType ConsistentBounds ConsistentArguments"/> </eAnnotations> <generalization xmi:id="_SeWjecX_EduPJbEsMYXjUQ" general="_SeWijsX_EduPJbEsMYXjUQ"/> <ownedAttribute xmi:id="_SeWjesX_EduPJbEsMYXjUQ" name="eUpperBound" type="_SeWjdsX_EduPJbEsMYXjUQ" isOrdered="true" aggregation="composite" association="_SeWjhsX_EduPJbEsMYXjUQ"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWje8X_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWjfMX_EduPJbEsMYXjUQ" name="eTypeArguments" type="_SeWjdsX_EduPJbEsMYXjUQ" isOrdered="true" aggregation="composite" association="_SeWjiMX_EduPJbEsMYXjUQ"> <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_SeWjfcX_EduPJbEsMYXjUQ" value="*"/> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjfsX_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWjf8X_EduPJbEsMYXjUQ" name="eRawType" type="_SeWjG8X_EduPJbEsMYXjUQ" isOrdered="true" isReadOnly="true" isDerived="true" association="_SeWjisX_EduPJbEsMYXjUQ"/> <ownedAttribute xmi:id="_SeWjgMX_EduPJbEsMYXjUQ" name="eLowerBound" type="_SeWjdsX_EduPJbEsMYXjUQ" isOrdered="true" aggregation="composite" association="_SeWjjMX_EduPJbEsMYXjUQ"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjgcX_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWjgsX_EduPJbEsMYXjUQ" name="eTypeParameter" type="_SeWjccX_EduPJbEsMYXjUQ" isOrdered="true" association="_SeWjjsX_EduPJbEsMYXjUQ"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjg8X_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWjhMX_EduPJbEsMYXjUQ" name="eClassifier" type="_SeWjG8X_EduPJbEsMYXjUQ" isOrdered="true" association="_SeWjkMX_EduPJbEsMYXjUQ"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjhcX_EduPJbEsMYXjUQ"/> </ownedAttribute> </packagedElement> <packagedElement xmi:type="uml:Class" xmi:id="_SeWihMX_EduPJbEsMYXjUQ" name="EModelElement" isAbstract="true"> <generalization xmi:id="_SeWihcX_EduPJbEsMYXjUQ" general="_SeWijsX_EduPJbEsMYXjUQ"/> <ownedAttribute xmi:id="_SeWihsX_EduPJbEsMYXjUQ" name="eAnnotations" type="_SeWj6cX_EduPJbEsMYXjUQ" isOrdered="true" aggregation="composite" association="_SeWkAcX_EduPJbEsMYXjUQ"> <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_SeWih8X_EduPJbEsMYXjUQ" value="*"/> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWiiMX_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedOperation xmi:id="_SeWiicX_EduPJbEsMYXjUQ" name="getEAnnotation" visibility="public"> <ownedParameter xmi:id="_SeWiisX_EduPJbEsMYXjUQ" type="_SeWj6cX_EduPJbEsMYXjUQ" isOrdered="true" direction="return"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWii8X_EduPJbEsMYXjUQ"/> </ownedParameter> <ownedParameter xmi:id="_SeWijMX_EduPJbEsMYXjUQ" name="source" type="_SeWkisX_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWijcX_EduPJbEsMYXjUQ"/> </ownedParameter> </ownedOperation> </packagedElement> <packagedElement xmi:type="uml:Class" xmi:id="_SeWifsX_EduPJbEsMYXjUQ" name="ENamedElement" isAbstract="true"> <eAnnotations xmi:id="_SeWif8X_EduPJbEsMYXjUQ" source="http://www.eclipse.org/emf/2002/Ecore"> <details xmi:id="_SeWigMX_EduPJbEsMYXjUQ" key="constraints" value="WellFormedName"/> </eAnnotations> <generalization xmi:id="_SeWigcX_EduPJbEsMYXjUQ" general="_SeWihMX_EduPJbEsMYXjUQ"/> <ownedAttribute xmi:id="_SeWigsX_EduPJbEsMYXjUQ" name="name" visibility="public" type="_SeWkisX_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWig8X_EduPJbEsMYXjUQ"/> </ownedAttribute> </packagedElement> <packagedElement xmi:type="uml:Class" xmi:id="_SeWijsX_EduPJbEsMYXjUQ" name="EObject"> <nestedClassifier xmi:type="uml:PrimitiveType" xmi:id="_SeWij8X_EduPJbEsMYXjUQ" name="EEList_EObject"> <templateBinding xmi:id="_SeWikMX_EduPJbEsMYXjUQ" signature="_SeWkV8X_EduPJbEsMYXjUQ"> <parameterSubstitution xmi:id="_SeWikcX_EduPJbEsMYXjUQ" formal="_SeWkWMX_EduPJbEsMYXjUQ" actual="_SeWijsX_EduPJbEsMYXjUQ"/> </templateBinding> </nestedClassifier> <nestedClassifier xmi:type="uml:PrimitiveType" xmi:id="_SeWiksX_EduPJbEsMYXjUQ" name="ETreeIterator_EObject"> <templateBinding xmi:id="_SeWik8X_EduPJbEsMYXjUQ" signature="_SeWkjsX_EduPJbEsMYXjUQ"> <parameterSubstitution xmi:id="_SeWilMX_EduPJbEsMYXjUQ" formal="_SeWkj8X_EduPJbEsMYXjUQ" actual="_SeWijsX_EduPJbEsMYXjUQ"/> </templateBinding> </nestedClassifier> <ownedOperation xmi:id="_SeWilcX_EduPJbEsMYXjUQ" name="eClass" visibility="public"> <ownedParameter xmi:id="_SeWilsX_EduPJbEsMYXjUQ" type="_SeWizcX_EduPJbEsMYXjUQ" isOrdered="true" direction="return"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWil8X_EduPJbEsMYXjUQ"/> </ownedParameter> </ownedOperation> <ownedOperation xmi:id="_SeWimMX_EduPJbEsMYXjUQ" name="eIsProxy" visibility="public"> <ownedParameter xmi:id="_SeWimcX_EduPJbEsMYXjUQ" type="_SeWkM8X_EduPJbEsMYXjUQ" isOrdered="true" direction="return"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWimsX_EduPJbEsMYXjUQ"/> </ownedParameter> </ownedOperation> <ownedOperation xmi:id="_SeWim8X_EduPJbEsMYXjUQ" name="eResource" visibility="public"> <ownedParameter xmi:id="_SeWinMX_EduPJbEsMYXjUQ" type="_SeWkgMX_EduPJbEsMYXjUQ" isOrdered="true" direction="return"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWincX_EduPJbEsMYXjUQ"/> </ownedParameter> </ownedOperation> <ownedOperation xmi:id="_SeWinsX_EduPJbEsMYXjUQ" name="eContainer" visibility="public"> <ownedParameter xmi:id="_SeWin8X_EduPJbEsMYXjUQ" type="_SeWijsX_EduPJbEsMYXjUQ" isOrdered="true" direction="return"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWioMX_EduPJbEsMYXjUQ"/> </ownedParameter> </ownedOperation> <ownedOperation xmi:id="_SeWiocX_EduPJbEsMYXjUQ" name="eContainingFeature" visibility="public"> <ownedParameter xmi:id="_SeWiosX_EduPJbEsMYXjUQ" type="_SeWiSMX_EduPJbEsMYXjUQ" isOrdered="true" direction="return"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWio8X_EduPJbEsMYXjUQ"/> </ownedParameter> </ownedOperation> <ownedOperation xmi:id="_SeWipMX_EduPJbEsMYXjUQ" name="eContainmentFeature" visibility="public"> <ownedParameter xmi:id="_SeWipcX_EduPJbEsMYXjUQ" type="_SeWjvsX_EduPJbEsMYXjUQ" isOrdered="true" direction="return"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWipsX_EduPJbEsMYXjUQ"/> </ownedParameter> </ownedOperation> <ownedOperation xmi:id="_SeWip8X_EduPJbEsMYXjUQ" name="eContents" visibility="public"> <ownedParameter xmi:id="_SeWiqMX_EduPJbEsMYXjUQ" type="_SeWij8X_EduPJbEsMYXjUQ" isOrdered="true" direction="return"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWiqcX_EduPJbEsMYXjUQ"/> </ownedParameter> </ownedOperation> <ownedOperation xmi:id="_SeWiqsX_EduPJbEsMYXjUQ" name="eAllContents" visibility="public"> <ownedParameter xmi:id="_SeWiq8X_EduPJbEsMYXjUQ" type="_SeWiksX_EduPJbEsMYXjUQ" isOrdered="true" direction="return"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWirMX_EduPJbEsMYXjUQ"/> </ownedParameter> </ownedOperation> <ownedOperation xmi:id="_SeWircX_EduPJbEsMYXjUQ" name="eCrossReferences" visibility="public"> <ownedParameter xmi:id="_SeWirsX_EduPJbEsMYXjUQ" type="_SeWij8X_EduPJbEsMYXjUQ" isOrdered="true" direction="return"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWir8X_EduPJbEsMYXjUQ"/> </ownedParameter> </ownedOperation> <ownedOperation xmi:id="_SeWisMX_EduPJbEsMYXjUQ" name="eGet" visibility="public"> <ownedParameter xmi:id="_SeWiscX_EduPJbEsMYXjUQ" type="_SeWkccX_EduPJbEsMYXjUQ" isOrdered="true" direction="return"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWissX_EduPJbEsMYXjUQ"/> </ownedParameter> <ownedParameter xmi:id="_SeWis8X_EduPJbEsMYXjUQ" name="feature" type="_SeWiSMX_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWitMX_EduPJbEsMYXjUQ"/> </ownedParameter> </ownedOperation> <ownedOperation xmi:id="_SeWitcX_EduPJbEsMYXjUQ" name="eGet" visibility="public"> <ownedParameter xmi:id="_SeWitsX_EduPJbEsMYXjUQ" type="_SeWkccX_EduPJbEsMYXjUQ" isOrdered="true" direction="return"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWit8X_EduPJbEsMYXjUQ"/> </ownedParameter> <ownedParameter xmi:id="_SeWiuMX_EduPJbEsMYXjUQ" name="feature" type="_SeWiSMX_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWiucX_EduPJbEsMYXjUQ"/> </ownedParameter> <ownedParameter xmi:id="_SeWiusX_EduPJbEsMYXjUQ" name="resolve" type="_SeWkM8X_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWiu8X_EduPJbEsMYXjUQ"/> </ownedParameter> </ownedOperation> <ownedOperation xmi:id="_SeWivMX_EduPJbEsMYXjUQ" name="eSet" visibility="public"> <ownedParameter xmi:id="_SeWivcX_EduPJbEsMYXjUQ" isOrdered="true" direction="return"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWivsX_EduPJbEsMYXjUQ"/> </ownedParameter> <ownedParameter xmi:id="_SeWiv8X_EduPJbEsMYXjUQ" name="feature" type="_SeWiSMX_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWiwMX_EduPJbEsMYXjUQ"/> </ownedParameter> <ownedParameter xmi:id="_SeWiwcX_EduPJbEsMYXjUQ" name="newValue" type="_SeWkccX_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWiwsX_EduPJbEsMYXjUQ"/> </ownedParameter> </ownedOperation> <ownedOperation xmi:id="_SeWiw8X_EduPJbEsMYXjUQ" name="eIsSet" visibility="public"> <ownedParameter xmi:id="_SeWixMX_EduPJbEsMYXjUQ" type="_SeWkM8X_EduPJbEsMYXjUQ" isOrdered="true" direction="return"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWixcX_EduPJbEsMYXjUQ"/> </ownedParameter> <ownedParameter xmi:id="_SeWixsX_EduPJbEsMYXjUQ" name="feature" type="_SeWiSMX_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWix8X_EduPJbEsMYXjUQ"/> </ownedParameter> </ownedOperation> <ownedOperation xmi:id="_SeWiyMX_EduPJbEsMYXjUQ" name="eUnset" visibility="public"> <ownedParameter xmi:id="_SeWiycX_EduPJbEsMYXjUQ" isOrdered="true" direction="return"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWiysX_EduPJbEsMYXjUQ"/> </ownedParameter> <ownedParameter xmi:id="_SeWiy8X_EduPJbEsMYXjUQ" name="feature" type="_SeWiSMX_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWizMX_EduPJbEsMYXjUQ"/> </ownedParameter> </ownedOperation> </packagedElement> <packagedElement xmi:type="uml:Class" xmi:id="_SeWjmMX_EduPJbEsMYXjUQ" name="EOperation"> <eAnnotations xmi:id="_SeWjmcX_EduPJbEsMYXjUQ" source="http://www.eclipse.org/emf/2002/Ecore"> <details xmi:id="_SeWjmsX_EduPJbEsMYXjUQ" key="constraints" value="UniqueParameterNames UniqueTypeParameterNames NoRepeatingVoid"/> </eAnnotations> <generalization xmi:id="_SeWjm8X_EduPJbEsMYXjUQ" general="_SeWiZMX_EduPJbEsMYXjUQ"/> <ownedAttribute xmi:id="_SeWjnMX_EduPJbEsMYXjUQ" name="eContainingClass" type="_SeWizcX_EduPJbEsMYXjUQ" isOrdered="true" isReadOnly="true" association="_SeWjsMX_EduPJbEsMYXjUQ"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjncX_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWjnsX_EduPJbEsMYXjUQ" name="eTypeParameters" type="_SeWjccX_EduPJbEsMYXjUQ" isOrdered="true" aggregation="composite" association="_SeWjscX_EduPJbEsMYXjUQ"> <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_SeWjn8X_EduPJbEsMYXjUQ" value="*"/> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjoMX_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWjocX_EduPJbEsMYXjUQ" name="eParameters" type="_SeWjs8X_EduPJbEsMYXjUQ" isOrdered="true" aggregation="composite" association="_SeWjt8X_EduPJbEsMYXjUQ"> <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_SeWjosX_EduPJbEsMYXjUQ" value="*"/> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjo8X_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWjpMX_EduPJbEsMYXjUQ" name="eExceptions" type="_SeWjG8X_EduPJbEsMYXjUQ" isOrdered="true" association="_SeWjuMX_EduPJbEsMYXjUQ"> <eAnnotations xmi:id="_SeWjpcX_EduPJbEsMYXjUQ" source="http://www.eclipse.org/emf/2002/GenModel"> <details xmi:id="_SeWjpsX_EduPJbEsMYXjUQ" key="suppressedUnsetVisibility" value="true"/> <details xmi:id="_SeWjp8X_EduPJbEsMYXjUQ" key="suppressedIsSetVisibility" value="true"/> </eAnnotations> <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_SeWjqMX_EduPJbEsMYXjUQ" value="*"/> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjqcX_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWjqsX_EduPJbEsMYXjUQ" name="eGenericExceptions" type="_SeWjdsX_EduPJbEsMYXjUQ" isOrdered="true" aggregation="composite" association="_SeWjusX_EduPJbEsMYXjUQ"> <eAnnotations xmi:id="_SeWjq8X_EduPJbEsMYXjUQ" source="http://www.eclipse.org/emf/2002/GenModel"> <details xmi:id="_SeWjrMX_EduPJbEsMYXjUQ" key="suppressedUnsetVisibility" value="true"/> <details xmi:id="_SeWjrcX_EduPJbEsMYXjUQ" key="suppressedIsSetVisibility" value="true"/> </eAnnotations> <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_SeWjrsX_EduPJbEsMYXjUQ" value="*"/> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjr8X_EduPJbEsMYXjUQ"/> </ownedAttribute> </packagedElement> <packagedElement xmi:type="uml:Class" xmi:id="_SeWjPsX_EduPJbEsMYXjUQ" name="EPackage"> <eAnnotations xmi:id="_SeWjP8X_EduPJbEsMYXjUQ" source="http://www.eclipse.org/emf/2002/Ecore"> <details xmi:id="_SeWjQMX_EduPJbEsMYXjUQ" key="constraints" value="WellFormedNsURI WellFormedNsPrefix UniqueSubpackageNames UniqueClassifierNames UniqueNsURIs"/> </eAnnotations> <generalization xmi:id="_SeWjQcX_EduPJbEsMYXjUQ" general="_SeWifsX_EduPJbEsMYXjUQ"/> <ownedAttribute xmi:id="_SeWjQsX_EduPJbEsMYXjUQ" name="nsURI" visibility="public" type="_SeWkisX_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjQ8X_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWjRMX_EduPJbEsMYXjUQ" name="nsPrefix" visibility="public" type="_SeWkisX_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjRcX_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWjRsX_EduPJbEsMYXjUQ" name="eFactoryInstance" type="_SeWjVMX_EduPJbEsMYXjUQ" isOrdered="true" association="_SeWjbsX_EduPJbEsMYXjUQ"/> <ownedAttribute xmi:id="_SeWjR8X_EduPJbEsMYXjUQ" name="eClassifiers" type="_SeWjG8X_EduPJbEsMYXjUQ" isOrdered="true" aggregation="composite" association="_SeWjb8X_EduPJbEsMYXjUQ"> <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_SeWjSMX_EduPJbEsMYXjUQ" value="*"/> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjScX_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWjSsX_EduPJbEsMYXjUQ" name="eSubpackages" type="_SeWjPsX_EduPJbEsMYXjUQ" isOrdered="true" aggregation="composite" association="_SeWjcMX_EduPJbEsMYXjUQ"> <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_SeWjS8X_EduPJbEsMYXjUQ" value="*"/> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjTMX_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWjTcX_EduPJbEsMYXjUQ" name="eSuperPackage" type="_SeWjPsX_EduPJbEsMYXjUQ" isOrdered="true" isReadOnly="true" association="_SeWjcMX_EduPJbEsMYXjUQ"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjTsX_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedOperation xmi:id="_SeWjT8X_EduPJbEsMYXjUQ" name="getEClassifier" visibility="public"> <ownedParameter xmi:id="_SeWjUMX_EduPJbEsMYXjUQ" type="_SeWjG8X_EduPJbEsMYXjUQ" isOrdered="true" direction="return"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjUcX_EduPJbEsMYXjUQ"/> </ownedParameter> <ownedParameter xmi:id="_SeWjUsX_EduPJbEsMYXjUQ" name="name" type="_SeWkisX_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjU8X_EduPJbEsMYXjUQ"/> </ownedParameter> </ownedOperation> </packagedElement> <packagedElement xmi:type="uml:Class" xmi:id="_SeWjs8X_EduPJbEsMYXjUQ" name="EParameter"> <generalization xmi:id="_SeWjtMX_EduPJbEsMYXjUQ" general="_SeWiZMX_EduPJbEsMYXjUQ"/> <ownedAttribute xmi:id="_SeWjtcX_EduPJbEsMYXjUQ" name="eOperation" type="_SeWjmMX_EduPJbEsMYXjUQ" isOrdered="true" isReadOnly="true" association="_SeWjt8X_EduPJbEsMYXjUQ"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjtsX_EduPJbEsMYXjUQ"/> </ownedAttribute> </packagedElement> <packagedElement xmi:type="uml:Class" xmi:id="_SeWjvsX_EduPJbEsMYXjUQ" name="EReference"> <eAnnotations xmi:id="_SeWjv8X_EduPJbEsMYXjUQ" source="http://www.eclipse.org/emf/2002/Ecore"> <details xmi:id="_SeWjwMX_EduPJbEsMYXjUQ" key="constraints" value="ConsistentOpposite SingleContainer ConsistentKeys"/> </eAnnotations> <generalization xmi:id="_SeWjwcX_EduPJbEsMYXjUQ" general="_SeWiSMX_EduPJbEsMYXjUQ"/> <ownedAttribute xmi:id="_SeWjwsX_EduPJbEsMYXjUQ" name="containment" visibility="public" type="_SeWkM8X_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjw8X_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWjxMX_EduPJbEsMYXjUQ" name="container" visibility="public" type="_SeWkM8X_EduPJbEsMYXjUQ" isOrdered="true" isReadOnly="true" isDerived="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjxcX_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWjxsX_EduPJbEsMYXjUQ" name="resolveProxies" visibility="public" type="_SeWkM8X_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjx8X_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWjyMX_EduPJbEsMYXjUQ" name="eOpposite" type="_SeWjvsX_EduPJbEsMYXjUQ" isOrdered="true" association="_SeWjzsX_EduPJbEsMYXjUQ"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjycX_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWjysX_EduPJbEsMYXjUQ" name="eReferenceType" type="_SeWizcX_EduPJbEsMYXjUQ" isOrdered="true" isReadOnly="true" isDerived="true" association="_SeWj0MX_EduPJbEsMYXjUQ"/> <ownedAttribute xmi:id="_SeWjy8X_EduPJbEsMYXjUQ" name="eKeys" type="_SeWiQcX_EduPJbEsMYXjUQ" isOrdered="true" association="_SeWj0sX_EduPJbEsMYXjUQ"> <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_SeWjzMX_EduPJbEsMYXjUQ" value="*"/> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjzcX_EduPJbEsMYXjUQ"/> </ownedAttribute> </packagedElement> <packagedElement xmi:type="uml:Class" xmi:id="_SeWj-sX_EduPJbEsMYXjUQ" name="EStringToStringMapEntry"> <ownedAttribute xmi:id="_SeWj-8X_EduPJbEsMYXjUQ" name="key" visibility="public" type="_SeWkisX_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWj_MX_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWj_cX_EduPJbEsMYXjUQ" name="value" visibility="public" type="_SeWkisX_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWj_sX_EduPJbEsMYXjUQ"/> </ownedAttribute> </packagedElement> <packagedElement xmi:type="uml:Class" xmi:id="_SeWiSMX_EduPJbEsMYXjUQ" name="EStructuralFeature" isAbstract="true"> <generalization xmi:id="_SeWiScX_EduPJbEsMYXjUQ" general="_SeWiZMX_EduPJbEsMYXjUQ"/> <ownedAttribute xmi:id="_SeWiSsX_EduPJbEsMYXjUQ" name="eContainingClass" type="_SeWizcX_EduPJbEsMYXjUQ" isOrdered="true" isReadOnly="true" association="_SeWj5MX_EduPJbEsMYXjUQ"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWiS8X_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWiTMX_EduPJbEsMYXjUQ" name="changeable" visibility="public" type="_SeWkM8X_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWiTcX_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWiTsX_EduPJbEsMYXjUQ" name="volatile" visibility="public" type="_SeWkM8X_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWiT8X_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWiUMX_EduPJbEsMYXjUQ" name="transient" visibility="public" type="_SeWkM8X_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWiUcX_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWiUsX_EduPJbEsMYXjUQ" name="defaultValueLiteral" visibility="public" type="_SeWkisX_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWiU8X_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWiVMX_EduPJbEsMYXjUQ" name="defaultValue" visibility="public" type="_SeWkccX_EduPJbEsMYXjUQ" isOrdered="true" isReadOnly="true" isDerived="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWiVcX_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWiVsX_EduPJbEsMYXjUQ" name="unsettable" visibility="public" type="_SeWkM8X_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWiV8X_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWiWMX_EduPJbEsMYXjUQ" name="derived" visibility="public" type="_SeWkM8X_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWiWcX_EduPJbEsMYXjUQ"/> </ownedAttribute> <nestedClassifier xmi:type="uml:Class" xmi:id="_SeWiWsX_EduPJbEsMYXjUQ" name="Wildcard"/> <nestedClassifier xmi:type="uml:PrimitiveType" xmi:id="_SeWiW8X_EduPJbEsMYXjUQ" name="EJavaClass_Wildcard"> <templateBinding xmi:id="_SeWiXMX_EduPJbEsMYXjUQ" signature="_SeWkbsX_EduPJbEsMYXjUQ"> <parameterSubstitution xmi:id="_SeWiXcX_EduPJbEsMYXjUQ" formal="_SeWkb8X_EduPJbEsMYXjUQ" actual="_SeWiWsX_EduPJbEsMYXjUQ"/> </templateBinding> </nestedClassifier> <ownedOperation xmi:id="_SeWiXsX_EduPJbEsMYXjUQ" name="getFeatureID" visibility="public"> <ownedParameter xmi:id="_SeWiX8X_EduPJbEsMYXjUQ" type="_SeWkZcX_EduPJbEsMYXjUQ" isOrdered="true" direction="return"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWiYMX_EduPJbEsMYXjUQ"/> </ownedParameter> </ownedOperation> <ownedOperation xmi:id="_SeWiYcX_EduPJbEsMYXjUQ" name="getContainerClass" visibility="public"> <ownedParameter xmi:id="_SeWiYsX_EduPJbEsMYXjUQ" type="_SeWiW8X_EduPJbEsMYXjUQ" isOrdered="true" direction="return"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWiY8X_EduPJbEsMYXjUQ"/> </ownedParameter> </ownedOperation> </packagedElement> <packagedElement xmi:type="uml:Class" xmi:id="_SeWiZMX_EduPJbEsMYXjUQ" name="ETypedElement" isAbstract="true"> <eAnnotations xmi:id="_SeWiZcX_EduPJbEsMYXjUQ" source="http://www.eclipse.org/emf/2002/Ecore"> <details xmi:id="_SeWiZsX_EduPJbEsMYXjUQ" key="constraints" value="ValidLowerBound ValidUpperBound ConsistentBounds ValidType"/> </eAnnotations> <generalization xmi:id="_SeWiZ8X_EduPJbEsMYXjUQ" general="_SeWifsX_EduPJbEsMYXjUQ"/> <ownedAttribute xmi:id="_SeWiaMX_EduPJbEsMYXjUQ" name="ordered" visibility="public" type="_SeWkM8X_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWiacX_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWiasX_EduPJbEsMYXjUQ" name="unique" visibility="public" type="_SeWkM8X_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWia8X_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWibMX_EduPJbEsMYXjUQ" name="lowerBound" visibility="public" type="_SeWkZcX_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWibcX_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWibsX_EduPJbEsMYXjUQ" name="upperBound" visibility="public" type="_SeWkZcX_EduPJbEsMYXjUQ" isOrdered="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWib8X_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWicMX_EduPJbEsMYXjUQ" name="many" visibility="public" type="_SeWkM8X_EduPJbEsMYXjUQ" isOrdered="true" isReadOnly="true" isDerived="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWiccX_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWicsX_EduPJbEsMYXjUQ" name="required" visibility="public" type="_SeWkM8X_EduPJbEsMYXjUQ" isOrdered="true" isReadOnly="true" isDerived="true"> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWic8X_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWidMX_EduPJbEsMYXjUQ" name="eType" type="_SeWjG8X_EduPJbEsMYXjUQ" isOrdered="true" association="_SeWkBsX_EduPJbEsMYXjUQ"> <eAnnotations xmi:id="_SeWidcX_EduPJbEsMYXjUQ" source="http://www.eclipse.org/emf/2002/GenModel"> <details xmi:id="_SeWidsX_EduPJbEsMYXjUQ" key="suppressedUnsetVisibility" value="true"/> <details xmi:id="_SeWid8X_EduPJbEsMYXjUQ" key="suppressedIsSetVisibility" value="true"/> </eAnnotations> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWieMX_EduPJbEsMYXjUQ"/> </ownedAttribute> <ownedAttribute xmi:id="_SeWiecX_EduPJbEsMYXjUQ" name="eGenericType" type="_SeWjdsX_EduPJbEsMYXjUQ" isOrdered="true" aggregation="composite" association="_SeWkCMX_EduPJbEsMYXjUQ"> <eAnnotations xmi:id="_SeWiesX_EduPJbEsMYXjUQ" source="http://www.eclipse.org/emf/2002/GenModel"> <details xmi:id="_SeWie8X_EduPJbEsMYXjUQ" key="suppressedUnsetVisibility" value="true"/> <details xmi:id="_SeWifMX_EduPJbEsMYXjUQ" key="suppressedIsSetVisibility" value="true"/> </eAnnotations> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWifcX_EduPJbEsMYXjUQ"/> </ownedAttribute> </packagedElement> <packagedElement xmi:type="uml:Class" xmi:id="_SeWjccX_EduPJbEsMYXjUQ" name="ETypeParameter"> <generalization xmi:id="_SeWjcsX_EduPJbEsMYXjUQ" general="_SeWifsX_EduPJbEsMYXjUQ"/> <ownedAttribute xmi:id="_SeWjc8X_EduPJbEsMYXjUQ" name="eBounds" type="_SeWjdsX_EduPJbEsMYXjUQ" isOrdered="true" aggregation="composite" association="_SeWjksX_EduPJbEsMYXjUQ"> <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_SeWjdMX_EduPJbEsMYXjUQ" value="*"/> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SeWjdcX_EduPJbEsMYXjUQ"/> </ownedAttribute> </packagedElement> <packagedElement xmi:type="uml:Association" xmi:id="_SeWjbsX_EduPJbEsMYXjUQ" memberEnd="_SeWjVsX_EduPJbEsMYXjUQ _SeWjRsX_EduPJbEsMYXjUQ"/> <packagedElement xmi:type="uml:Association" xmi:id="_SeWjb8X_EduPJbEsMYXjUQ" memberEnd="_SeWjR8X_EduPJbEsMYXjUQ _SeWjLcX_EduPJbEsMYXjUQ"/> <packagedElement xmi:type="uml:Association" xmi:id="_SeWjcMX_EduPJbEsMYXjUQ" memberEnd="_SeWjSsX_EduPJbEsMYXjUQ _SeWjTcX_EduPJbEsMYXjUQ"/> <packagedElement xmi:type="uml:Association" xmi:id="_SeWjhsX_EduPJbEsMYXjUQ" memberEnd="_SeWjesX_EduPJbEsMYXjUQ _SeWjh8X_EduPJbEsMYXjUQ"> <ownedEnd xmi:id="_SeWjh8X_EduPJbEsMYXjUQ" type="_SeWjdsX_EduPJbEsMYXjUQ" association="_SeWjhsX_EduPJbEsMYXjUQ"/> </packagedElement> <packagedElement xmi:type="uml:Association" xmi:id="_SeWjiMX_EduPJbEsMYXjUQ" memberEnd="_SeWjfMX_EduPJbEsMYXjUQ _SeWjicX_EduPJbEsMYXjUQ"> <ownedEnd xmi:id="_SeWjicX_EduPJbEsMYXjUQ" type="_SeWjdsX_EduPJbEsMYXjUQ" association="_SeWjiMX_EduPJbEsMYXjUQ"/> </packagedElement> <packagedElement xmi:type="uml:Association" xmi:id="_SeWjisX_EduPJbEsMYXjUQ" memberEnd="_SeWjf8X_EduPJbEsMYXjUQ _SeWji8X_EduPJbEsMYXjUQ"> <ownedEnd xmi:id="_SeWji8X_EduPJbEsMYXjUQ" type="_SeWjdsX_EduPJbEsMYXjUQ" association="_SeWjisX_EduPJbEsMYXjUQ"/> </packagedElement> <packagedElement xmi:type="uml:Association" xmi:id="_SeWjjMX_EduPJbEsMYXjUQ" memberEnd="_SeWjgMX_EduPJbEsMYXjUQ _SeWjjcX_EduPJbEsMYXjUQ"> <ownedEnd xmi:id="_SeWjjcX_EduPJbEsMYXjUQ" type="_SeWjdsX_EduPJbEsMYXjUQ" association="_SeWjjMX_EduPJbEsMYXjUQ"/> </packagedElement> <packagedElement xmi:type="uml:Association" xmi:id="_SeWjjsX_EduPJbEsMYXjUQ" memberEnd="_SeWjgsX_EduPJbEsMYXjUQ _SeWjj8X_EduPJbEsMYXjUQ"> <ownedEnd xmi:id="_SeWjj8X_EduPJbEsMYXjUQ" type="_SeWjdsX_EduPJbEsMYXjUQ" association="_SeWjjsX_EduPJbEsMYXjUQ"/> </packagedElement> <packagedElement xmi:type="uml:Association" xmi:id="_SeWjkMX_EduPJbEsMYXjUQ" memberEnd="_SeWjhMX_EduPJbEsMYXjUQ _SeWjkcX_EduPJbEsMYXjUQ"> <ownedEnd xmi:id="_SeWjkcX_EduPJbEsMYXjUQ" type="_SeWjdsX_EduPJbEsMYXjUQ" association="_SeWjkMX_EduPJbEsMYXjUQ"/> </packagedElement> <packagedElement xmi:type="uml:Association" xmi:id="_SeWjksX_EduPJbEsMYXjUQ" memberEnd="_SeWjc8X_EduPJbEsMYXjUQ _SeWjk8X_EduPJbEsMYXjUQ"> <ownedEnd xmi:id="_SeWjk8X_EduPJbEsMYXjUQ" type="_SeWjccX_EduPJbEsMYXjUQ" association="_SeWjksX_EduPJbEsMYXjUQ"/> </packagedElement> <packagedElement xmi:type="uml:Association" xmi:id="_SeWjlMX_EduPJbEsMYXjUQ" memberEnd="_SeWjL8X_EduPJbEsMYXjUQ _SeWjlcX_EduPJbEsMYXjUQ"> <ownedEnd xmi:id="_SeWjlcX_EduPJbEsMYXjUQ" type="_SeWjG8X_EduPJbEsMYXjUQ" association="_SeWjlMX_EduPJbEsMYXjUQ"/> </packagedElement> <packagedElement xmi:type="uml:Association" xmi:id="_SeWjlsX_EduPJbEsMYXjUQ" memberEnd="_SeWi1cX_EduPJbEsMYXjUQ _SeWjl8X_EduPJbEsMYXjUQ"> <ownedEnd xmi:id="_SeWjl8X_EduPJbEsMYXjUQ" type="_SeWizcX_EduPJbEsMYXjUQ" association="_SeWjlsX_EduPJbEsMYXjUQ"/> </packagedElement> <packagedElement xmi:type="uml:Association" xmi:id="_SeWjsMX_EduPJbEsMYXjUQ" memberEnd="_SeWi28X_EduPJbEsMYXjUQ _SeWjnMX_EduPJbEsMYXjUQ"/> <packagedElement xmi:type="uml:Association" xmi:id="_SeWjscX_EduPJbEsMYXjUQ" memberEnd="_SeWjnsX_EduPJbEsMYXjUQ _SeWjssX_EduPJbEsMYXjUQ"> <ownedEnd xmi:id="_SeWjssX_EduPJbEsMYXjUQ" type="_SeWjmMX_EduPJbEsMYXjUQ" association="_SeWjscX_EduPJbEsMYXjUQ"/> </packagedElement> <packagedElement xmi:type="uml:Association" xmi:id="_SeWjt8X_EduPJbEsMYXjUQ" memberEnd="_SeWjocX_EduPJbEsMYXjUQ _SeWjtcX_EduPJbEsMYXjUQ"/> <packagedElement xmi:type="uml:Association" xmi:id="_SeWjuMX_EduPJbEsMYXjUQ" memberEnd="_SeWjpMX_EduPJbEsMYXjUQ _SeWjucX_EduPJbEsMYXjUQ"> <ownedEnd xmi:id="_SeWjucX_EduPJbEsMYXjUQ" type="_SeWjmMX_EduPJbEsMYXjUQ" association="_SeWjuMX_EduPJbEsMYXjUQ"/> </packagedElement> <packagedElement xmi:type="uml:Association" xmi:id="_SeWjusX_EduPJbEsMYXjUQ" memberEnd="_SeWjqsX_EduPJbEsMYXjUQ _SeWju8X_EduPJbEsMYXjUQ"> <ownedEnd xmi:id="_SeWju8X_EduPJbEsMYXjUQ" type="_SeWjmMX_EduPJbEsMYXjUQ" association="_SeWjusX_EduPJbEsMYXjUQ"/> </packagedElement> <packagedElement xmi:type="uml:Association" xmi:id="_SeWjvMX_EduPJbEsMYXjUQ" memberEnd="_SeWi3sX_EduPJbEsMYXjUQ _SeWjvcX_EduPJbEsMYXjUQ"> <ownedEnd xmi:id="_SeWjvcX_EduPJbEsMYXjUQ" type="_SeWizcX_EduPJbEsMYXjUQ" association="_SeWjvMX_EduPJbEsMYXjUQ"/> </packagedElement> <packagedElement xmi:type="uml:Association" xmi:id="_SeWjzsX_EduPJbEsMYXjUQ" memberEnd="_SeWjyMX_EduPJbEsMYXjUQ _SeWjz8X_EduPJbEsMYXjUQ"> <ownedEnd xmi:id="_SeWjz8X_EduPJbEsMYXjUQ" type="_SeWjvsX_EduPJbEsMYXjUQ" association="_SeWjzsX_EduPJbEsMYXjUQ"/> </packagedElement> <packagedElement xmi:type="uml:Association" xmi:id="_SeWj0MX_EduPJbEsMYXjUQ" memberEnd="_SeWjysX_EduPJbEsMYXjUQ _SeWj0cX_EduPJbEsMYXjUQ"> <ownedEnd xmi:id="_SeWj0cX_EduPJbEsMYXjUQ" type="_SeWjvsX_EduPJbEsMYXjUQ" association="_SeWj0MX_EduPJbEsMYXjUQ"/> </packagedElement> <packagedElement xmi:type="uml:Association" xmi:id="_SeWj0sX_EduPJbEsMYXjUQ" memberEnd="_SeWjy8X_EduPJbEsMYXjUQ _SeWj08X_EduPJbEsMYXjUQ"> <ownedEnd xmi:id="_SeWj08X_EduPJbEsMYXjUQ" type="_SeWjvsX_EduPJbEsMYXjUQ" association="_SeWj0sX_EduPJbEsMYXjUQ"/> </packagedElement> <packagedElement xmi:type="uml:Association" xmi:id="_SeWj1MX_EduPJbEsMYXjUQ" memberEnd="_SeWi4cX_EduPJbEsMYXjUQ _SeWj1cX_EduPJbEsMYXjUQ"> <ownedEnd xmi:id="_SeWj1cX_EduPJbEsMYXjUQ" type="_SeWizcX_EduPJbEsMYXjUQ" association="_SeWj1MX_EduPJbEsMYXjUQ"/> </packagedElement> <packagedElement xmi:type="uml:Association" xmi:id="_SeWj1sX_EduPJbEsMYXjUQ" memberEnd="_SeWi5MX_EduPJbEsMYXjUQ _SeWj18X_EduPJbEsMYXjUQ"> <ownedEnd xmi:id="_SeWj18X_EduPJbEsMYXjUQ" type="_SeWizcX_EduPJbEsMYXjUQ" association="_SeWj1sX_EduPJbEsMYXjUQ"/> </packagedElement> <packagedElement xmi:type="uml:Association" xmi:id="_SeWj2MX_EduPJbEsMYXjUQ" memberEnd="_SeWi58X_EduPJbEsMYXjUQ _SeWj2cX_EduPJbEsMYXjUQ"> <ownedEnd xmi:id="_SeWj2cX_EduPJbEsMYXjUQ" type="_SeWizcX_EduPJbEsMYXjUQ" association="_SeWj2MX_EduPJbEsMYXjUQ"/> </packagedElement> <packagedElement xmi:type="uml:Association" xmi:id="_SeWj2sX_EduPJbEsMYXjUQ" memberEnd="_SeWi6sX_EduPJbEsMYXjUQ _SeWj28X_EduPJbEsMYXjUQ"> <ownedEnd xmi:id="_SeWj28X_EduPJbEsMYXjUQ" type="_SeWizcX_EduPJbEsMYXjUQ" association="_SeWj2sX_EduPJbEsMYXjUQ"/> </packagedElement> <packagedElement xmi:type="uml:Association" xmi:id="_SeWj3MX_EduPJbEsMYXjUQ" memberEnd="_SeWi7cX_EduPJbEsMYXjUQ _SeWj3cX_EduPJbEsMYXjUQ"> <ownedEnd xmi:id="_SeWj3cX_EduPJbEsMYXjUQ" type="_SeWizcX_EduPJbEsMYXjUQ" association="_SeWj3MX_EduPJbEsMYXjUQ"/> </packagedElement> <packagedElement xmi:type="uml:Association" xmi:id="_SeWj3sX_EduPJbEsMYXjUQ" memberEnd="_SeWi8MX_EduPJbEsMYXjUQ _SeWj38X_EduPJbEsMYXjUQ"> <ownedEnd xmi:id="_SeWj38X_EduPJbEsMYXjUQ" type="_SeWizcX_EduPJbEsMYXjUQ" association="_SeWj3sX_EduPJbEsMYXjUQ"/> </packagedElement> <packagedElement xmi:type="uml:Association" xmi:id="_SeWj4MX_EduPJbEsMYXjUQ" memberEnd="_SeWi88X_EduPJbEsMYXjUQ _SeWj4cX_EduPJbEsMYXjUQ"> <ownedEnd xmi:id="_SeWj4cX_EduPJbEsMYXjUQ" type="_SeWizcX_EduPJbEsMYXjUQ" association="_SeWj4MX_EduPJbEsMYXjUQ"/> </packagedElement> <packagedElement xmi:type="uml:Association" xmi:id="_SeWj4sX_EduPJbEsMYXjUQ" memberEnd="_SeWi9sX_EduPJbEsMYXjUQ _SeWj48X_EduPJbEsMYXjUQ"> <ownedEnd xmi:id="_SeWj48X_EduPJbEsMYXjUQ" type="_SeWizcX_EduPJbEsMYXjUQ" association="_SeWj4sX_EduPJbEsMYXjUQ"/> </packagedElement> <packagedElement xmi:type="uml:Association" xmi:id="_SeWj5MX_EduPJbEsMYXjUQ" memberEnd="_SeWi-MX_EduPJbEsMYXjUQ _SeWiSsX_EduPJbEsMYXjUQ"/> <packagedElement xmi:type="uml:Association" xmi:id="_SeWj5cX_EduPJbEsMYXjUQ" memberEnd="_SeWi-8X_EduPJbEsMYXjUQ _SeWj5sX_EduPJbEsMYXjUQ"> <ownedEnd xmi:id="_SeWj5sX_EduPJbEsMYXjUQ" type="_SeWizcX_EduPJbEsMYXjUQ" association="_SeWj5cX_EduPJbEsMYXjUQ"/> </packagedElement> <packagedElement xmi:type="uml:Association" xmi:id="_SeWj58X_EduPJbEsMYXjUQ" memberEnd="_SeWjAcX_EduPJbEsMYXjUQ _SeWj6MX_EduPJbEsMYXjUQ"> <ownedEnd xmi:id="_SeWj6MX_EduPJbEsMYXjUQ" type="_SeWizcX_EduPJbEsMYXjUQ" association="_SeWj58X_EduPJbEsMYXjUQ"/> </packagedElement> <packagedElement xmi:type="uml:Association" xmi:id="_SeWj_8X_EduPJbEsMYXjUQ" memberEnd="_SeWj78X_EduPJbEsMYXjUQ _SeWkAMX_EduPJbEsMYXjUQ"> <ownedEnd xmi:id="_SeWkAMX_EduPJbEsMYXjUQ" type="_SeWj6cX_EduPJbEsMYXjUQ" association="_SeWj_8X_EduPJbEsMYXjUQ"/> </packagedElement> <packagedElement xmi:type="uml:Association" xmi:id="_SeWkAcX_EduPJbEsMYXjUQ" memberEnd="_SeWihsX_EduPJbEsMYXjUQ _SeWj8sX_EduPJbEsMYXjUQ"/> <packagedElement xmi:type="uml:Association" xmi:id="_SeWkAsX_EduPJbEsMYXjUQ" memberEnd="_SeWj9MX_EduPJbEsMYXjUQ _SeWkA8X_EduPJbEsMYXjUQ"> <ownedEnd xmi:id="_SeWkA8X_EduPJbEsMYXjUQ" type="_SeWj6cX_EduPJbEsMYXjUQ" association="_SeWkAsX_EduPJbEsMYXjUQ"/> </packagedElement> <packagedElement xmi:type="uml:Association" xmi:id="_SeWkBMX_EduPJbEsMYXjUQ" memberEnd="_SeWj98X_EduPJbEsMYXjUQ _SeWkBcX_EduPJbEsMYXjUQ"> <ownedEnd xmi:id="_SeWkBcX_EduPJbEsMYXjUQ" type="_SeWj6cX_EduPJbEsMYXjUQ" association="_SeWkBMX_EduPJbEsMYXjUQ"/> </packagedElement> <packagedElement xmi:type="uml:Association" xmi:id="_SeWkBsX_EduPJbEsMYXjUQ" memberEnd="_SeWidMX_EduPJbEsMYXjUQ _SeWkB8X_EduPJbEsMYXjUQ"> <ownedEnd xmi:id="_SeWkB8X_EduPJbEsMYXjUQ" type="_SeWiZMX_EduPJbEsMYXjUQ" association="_SeWkBsX_EduPJbEsMYXjUQ"/> </packagedElement> <packagedElement xmi:type="uml:Association" xmi:id="_SeWkCMX_EduPJbEsMYXjUQ" memberEnd="_SeWiecX_EduPJbEsMYXjUQ _SeWkCcX_EduPJbEsMYXjUQ"> <ownedEnd xmi:id="_SeWkCcX_EduPJbEsMYXjUQ" type="_SeWiZMX_EduPJbEsMYXjUQ" association="_SeWkCMX_EduPJbEsMYXjUQ"/> </packagedElement> <packagedElement xmi:type="uml:Association" xmi:id="_SeWkCsX_EduPJbEsMYXjUQ" memberEnd="_SeWiR8X_EduPJbEsMYXjUQ _SeWkC8X_EduPJbEsMYXjUQ"> <ownedEnd xmi:id="_SeWkC8X_EduPJbEsMYXjUQ" type="_SeWiQcX_EduPJbEsMYXjUQ" association="_SeWkCsX_EduPJbEsMYXjUQ"/> </packagedElement> <packagedElement xmi:type="uml:Association" xmi:id="_SeWkLMX_EduPJbEsMYXjUQ" memberEnd="_SeWkEMX_EduPJbEsMYXjUQ _SeWkKsX_EduPJbEsMYXjUQ"/> <packagedElement xmi:type="uml:PrimitiveType" xmi:id="_SeWkLcX_EduPJbEsMYXjUQ" name="EBigDecimal"> <eAnnotations xmi:id="_SeWkLsX_EduPJbEsMYXjUQ" source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details xmi:id="_SeWkL8X_EduPJbEsMYXjUQ" key="baseType" value="http://www.w3.org/2001/XMLSchema#decimal"/> </eAnnotations> </packagedElement> <packagedElement xmi:type="uml:PrimitiveType" xmi:id="_SeWkMMX_EduPJbEsMYXjUQ" name="EBigInteger"> <eAnnotations xmi:id="_SeWkMcX_EduPJbEsMYXjUQ" source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details xmi:id="_SeWkMsX_EduPJbEsMYXjUQ" key="baseType" value="http://www.w3.org/2001/XMLSchema#integer"/> </eAnnotations> </packagedElement> <packagedElement xmi:type="uml:PrimitiveType" xmi:id="_SeWkM8X_EduPJbEsMYXjUQ" name="EBoolean"> <eAnnotations xmi:id="_SeWkNMX_EduPJbEsMYXjUQ" source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details xmi:id="_SeWkNcX_EduPJbEsMYXjUQ" key="baseType" value="http://www.w3.org/2001/XMLSchema#boolean"/> </eAnnotations> </packagedElement> <packagedElement xmi:type="uml:PrimitiveType" xmi:id="_SeWkNsX_EduPJbEsMYXjUQ" name="EBooleanObject"> <eAnnotations xmi:id="_SeWkN8X_EduPJbEsMYXjUQ" source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details xmi:id="_SeWkOMX_EduPJbEsMYXjUQ" key="name" value="EBoolean:Object"/> <details xmi:id="_SeWkOcX_EduPJbEsMYXjUQ" key="baseType" value="EBoolean"/> </eAnnotations> <generalization xmi:id="_SeWkOsX_EduPJbEsMYXjUQ" general="_SeWkM8X_EduPJbEsMYXjUQ"/> </packagedElement> <packagedElement xmi:type="uml:PrimitiveType" xmi:id="_SeWkO8X_EduPJbEsMYXjUQ" name="EByte"> <eAnnotations xmi:id="_SeWkPMX_EduPJbEsMYXjUQ" source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details xmi:id="_SeWkPcX_EduPJbEsMYXjUQ" key="baseType" value="http://www.w3.org/2001/XMLSchema#byte"/> </eAnnotations> </packagedElement> <packagedElement xmi:type="uml:PrimitiveType" xmi:id="_SeWkPsX_EduPJbEsMYXjUQ" name="EByteArray"> <eAnnotations xmi:id="_SeWkP8X_EduPJbEsMYXjUQ" source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details xmi:id="_SeWkQMX_EduPJbEsMYXjUQ" key="baseType" value="http://www.w3.org/2001/XMLSchema#hexBinary"/> </eAnnotations> </packagedElement> <packagedElement xmi:type="uml:PrimitiveType" xmi:id="_SeWkQcX_EduPJbEsMYXjUQ" name="EByteObject"> <eAnnotations xmi:id="_SeWkQsX_EduPJbEsMYXjUQ" source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details xmi:id="_SeWkQ8X_EduPJbEsMYXjUQ" key="name" value="EByte:Object"/> <details xmi:id="_SeWkRMX_EduPJbEsMYXjUQ" key="baseType" value="EByte"/> </eAnnotations> <generalization xmi:id="_SeWkRcX_EduPJbEsMYXjUQ" general="_SeWkO8X_EduPJbEsMYXjUQ"/> </packagedElement> <packagedElement xmi:type="uml:PrimitiveType" xmi:id="_SeWkRsX_EduPJbEsMYXjUQ" name="EChar"/> <packagedElement xmi:type="uml:PrimitiveType" xmi:id="_SeWkR8X_EduPJbEsMYXjUQ" name="ECharacterObject"> <eAnnotations xmi:id="_SeWkSMX_EduPJbEsMYXjUQ" source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details xmi:id="_SeWkScX_EduPJbEsMYXjUQ" key="name" value="EChar:Object"/> <details xmi:id="_SeWkSsX_EduPJbEsMYXjUQ" key="baseType" value="EChar"/> </eAnnotations> <generalization xmi:id="_SeWkS8X_EduPJbEsMYXjUQ" general="_SeWkRsX_EduPJbEsMYXjUQ"/> </packagedElement> <packagedElement xmi:type="uml:PrimitiveType" xmi:id="_SeWkTMX_EduPJbEsMYXjUQ" name="EDate"/> <packagedElement xmi:type="uml:PrimitiveType" xmi:id="_SeWkTcX_EduPJbEsMYXjUQ" name="EDiagnosticChain"/> <packagedElement xmi:type="uml:PrimitiveType" xmi:id="_SeWkTsX_EduPJbEsMYXjUQ" name="EDouble"> <eAnnotations xmi:id="_SeWkT8X_EduPJbEsMYXjUQ" source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details xmi:id="_SeWkUMX_EduPJbEsMYXjUQ" key="baseType" value="http://www.w3.org/2001/XMLSchema#double"/> </eAnnotations> </packagedElement> <packagedElement xmi:type="uml:PrimitiveType" xmi:id="_SeWkUcX_EduPJbEsMYXjUQ" name="EDoubleObject"> <eAnnotations xmi:id="_SeWkUsX_EduPJbEsMYXjUQ" source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details xmi:id="_SeWkU8X_EduPJbEsMYXjUQ" key="name" value="EDouble:Object"/> <details xmi:id="_SeWkVMX_EduPJbEsMYXjUQ" key="baseType" value="EDouble"/> </eAnnotations> <generalization xmi:id="_SeWkVcX_EduPJbEsMYXjUQ" general="_SeWkTsX_EduPJbEsMYXjUQ"/> </packagedElement> <packagedElement xmi:type="uml:PrimitiveType" xmi:id="_SeWkVsX_EduPJbEsMYXjUQ" name="EEList"> <ownedTemplateSignature xmi:type="uml:RedefinableTemplateSignature" xmi:id="_SeWkV8X_EduPJbEsMYXjUQ" parameter="_SeWkWMX_EduPJbEsMYXjUQ"> <ownedParameter xmi:type="uml:ClassifierTemplateParameter" xmi:id="_SeWkWMX_EduPJbEsMYXjUQ" parameteredElement="_SeWkWcX_EduPJbEsMYXjUQ"> <ownedParameteredElement xmi:type="uml:Class" xmi:id="_SeWkWcX_EduPJbEsMYXjUQ" name="E" templateParameter="_SeWkWMX_EduPJbEsMYXjUQ"/> </ownedParameter> </ownedTemplateSignature> </packagedElement> <packagedElement xmi:type="uml:PrimitiveType" xmi:id="_SeWkWsX_EduPJbEsMYXjUQ" name="EEnumerator"/> <packagedElement xmi:type="uml:PrimitiveType" xmi:id="_SeWkW8X_EduPJbEsMYXjUQ" name="EFeatureMap"/> <packagedElement xmi:type="uml:PrimitiveType" xmi:id="_SeWkXMX_EduPJbEsMYXjUQ" name="EFeatureMapEntry"/> <packagedElement xmi:type="uml:PrimitiveType" xmi:id="_SeWkXcX_EduPJbEsMYXjUQ" name="EFloat"> <eAnnotations xmi:id="_SeWkXsX_EduPJbEsMYXjUQ" source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details xmi:id="_SeWkX8X_EduPJbEsMYXjUQ" key="baseType" value="http://www.w3.org/2001/XMLSchema#float"/> </eAnnotations> </packagedElement> <packagedElement xmi:type="uml:PrimitiveType" xmi:id="_SeWkYMX_EduPJbEsMYXjUQ" name="EFloatObject"> <eAnnotations xmi:id="_SeWkYcX_EduPJbEsMYXjUQ" source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details xmi:id="_SeWkYsX_EduPJbEsMYXjUQ" key="name" value="EFloat:Object"/> <details xmi:id="_SeWkY8X_EduPJbEsMYXjUQ" key="baseType" value="EFloat"/> </eAnnotations> <generalization xmi:id="_SeWkZMX_EduPJbEsMYXjUQ" general="_SeWkXcX_EduPJbEsMYXjUQ"/> </packagedElement> <packagedElement xmi:type="uml:PrimitiveType" xmi:id="_SeWkZcX_EduPJbEsMYXjUQ" name="EInt"> <eAnnotations xmi:id="_SeWkZsX_EduPJbEsMYXjUQ" source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details xmi:id="_SeWkZ8X_EduPJbEsMYXjUQ" key="baseType" value="http://www.w3.org/2001/XMLSchema#int"/> </eAnnotations> </packagedElement> <packagedElement xmi:type="uml:PrimitiveType" xmi:id="_SeWkaMX_EduPJbEsMYXjUQ" name="EIntegerObject"> <eAnnotations xmi:id="_SeWkacX_EduPJbEsMYXjUQ" source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details xmi:id="_SeWkasX_EduPJbEsMYXjUQ" key="name" value="EInt:Object"/> <details xmi:id="_SeWka8X_EduPJbEsMYXjUQ" key="baseType" value="EInt"/> </eAnnotations> <generalization xmi:id="_SeWkbMX_EduPJbEsMYXjUQ" general="_SeWkZcX_EduPJbEsMYXjUQ"/> </packagedElement> <packagedElement xmi:type="uml:PrimitiveType" xmi:id="_SeWkbcX_EduPJbEsMYXjUQ" name="EJavaClass"> <ownedTemplateSignature xmi:type="uml:RedefinableTemplateSignature" xmi:id="_SeWkbsX_EduPJbEsMYXjUQ" parameter="_SeWkb8X_EduPJbEsMYXjUQ"> <ownedParameter xmi:type="uml:ClassifierTemplateParameter" xmi:id="_SeWkb8X_EduPJbEsMYXjUQ" parameteredElement="_SeWkcMX_EduPJbEsMYXjUQ"> <ownedParameteredElement xmi:type="uml:Class" xmi:id="_SeWkcMX_EduPJbEsMYXjUQ" name="T" templateParameter="_SeWkb8X_EduPJbEsMYXjUQ"/> </ownedParameter> </ownedTemplateSignature> </packagedElement> <packagedElement xmi:type="uml:PrimitiveType" xmi:id="_SeWkccX_EduPJbEsMYXjUQ" name="EJavaObject"/> <packagedElement xmi:type="uml:PrimitiveType" xmi:id="_SeWkcsX_EduPJbEsMYXjUQ" name="ELong"> <eAnnotations xmi:id="_SeWkc8X_EduPJbEsMYXjUQ" source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details xmi:id="_SeWkdMX_EduPJbEsMYXjUQ" key="baseType" value="http://www.w3.org/2001/XMLSchema#long"/> </eAnnotations> </packagedElement> <packagedElement xmi:type="uml:PrimitiveType" xmi:id="_SeWkdcX_EduPJbEsMYXjUQ" name="ELongObject"> <eAnnotations xmi:id="_SeWkdsX_EduPJbEsMYXjUQ" source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details xmi:id="_SeWkd8X_EduPJbEsMYXjUQ" key="name" value="ELong:Object"/> <details xmi:id="_SeWkeMX_EduPJbEsMYXjUQ" key="baseType" value="ELong"/> </eAnnotations> <generalization xmi:id="_SeWkecX_EduPJbEsMYXjUQ" general="_SeWkcsX_EduPJbEsMYXjUQ"/> </packagedElement> <packagedElement xmi:type="uml:PrimitiveType" xmi:id="_SeWkesX_EduPJbEsMYXjUQ" name="EMap"> <ownedTemplateSignature xmi:type="uml:RedefinableTemplateSignature" xmi:id="_SeWke8X_EduPJbEsMYXjUQ" parameter="_SeWkfMX_EduPJbEsMYXjUQ _SeWkfsX_EduPJbEsMYXjUQ"> <ownedParameter xmi:type="uml:ClassifierTemplateParameter" xmi:id="_SeWkfMX_EduPJbEsMYXjUQ" parameteredElement="_SeWkfcX_EduPJbEsMYXjUQ"> <ownedParameteredElement xmi:type="uml:Class" xmi:id="_SeWkfcX_EduPJbEsMYXjUQ" name="K" templateParameter="_SeWkfMX_EduPJbEsMYXjUQ"/> </ownedParameter> <ownedParameter xmi:type="uml:ClassifierTemplateParameter" xmi:id="_SeWkfsX_EduPJbEsMYXjUQ" parameteredElement="_SeWkf8X_EduPJbEsMYXjUQ"> <ownedParameteredElement xmi:type="uml:Class" xmi:id="_SeWkf8X_EduPJbEsMYXjUQ" name="V" templateParameter="_SeWkfsX_EduPJbEsMYXjUQ"/> </ownedParameter> </ownedTemplateSignature> </packagedElement> <packagedElement xmi:type="uml:PrimitiveType" xmi:id="_SeWkgMX_EduPJbEsMYXjUQ" name="EResource"/> <packagedElement xmi:type="uml:PrimitiveType" xmi:id="_SeWkgcX_EduPJbEsMYXjUQ" name="EResourceSet"/> <packagedElement xmi:type="uml:PrimitiveType" xmi:id="_SeWkgsX_EduPJbEsMYXjUQ" name="EShort"> <eAnnotations xmi:id="_SeWkg8X_EduPJbEsMYXjUQ" source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details xmi:id="_SeWkhMX_EduPJbEsMYXjUQ" key="baseType" value="http://www.w3.org/2001/XMLSchema#short"/> </eAnnotations> </packagedElement> <packagedElement xmi:type="uml:PrimitiveType" xmi:id="_SeWkhcX_EduPJbEsMYXjUQ" name="EShortObject"> <eAnnotations xmi:id="_SeWkhsX_EduPJbEsMYXjUQ" source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details xmi:id="_SeWkh8X_EduPJbEsMYXjUQ" key="name" value="EShort:Object"/> <details xmi:id="_SeWkiMX_EduPJbEsMYXjUQ" key="baseType" value="EShort"/> </eAnnotations> <generalization xmi:id="_SeWkicX_EduPJbEsMYXjUQ" general="_SeWkgsX_EduPJbEsMYXjUQ"/> </packagedElement> <packagedElement xmi:type="uml:PrimitiveType" xmi:id="_SeWkisX_EduPJbEsMYXjUQ" name="EString"> <eAnnotations xmi:id="_SeWki8X_EduPJbEsMYXjUQ" source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details xmi:id="_SeWkjMX_EduPJbEsMYXjUQ" key="baseType" value="http://www.w3.org/2001/XMLSchema#string"/> </eAnnotations> </packagedElement> <packagedElement xmi:type="uml:PrimitiveType" xmi:id="_SeWkjcX_EduPJbEsMYXjUQ" name="ETreeIterator"> <ownedTemplateSignature xmi:type="uml:RedefinableTemplateSignature" xmi:id="_SeWkjsX_EduPJbEsMYXjUQ" parameter="_SeWkj8X_EduPJbEsMYXjUQ"> <ownedParameter xmi:type="uml:ClassifierTemplateParameter" xmi:id="_SeWkj8X_EduPJbEsMYXjUQ" parameteredElement="_SeWkkMX_EduPJbEsMYXjUQ"> <ownedParameteredElement xmi:type="uml:Class" xmi:id="_SeWkkMX_EduPJbEsMYXjUQ" name="E" templateParameter="_SeWkj8X_EduPJbEsMYXjUQ"/> </ownedParameter> </ownedTemplateSignature> </packagedElement> <profileApplication xmi:id="_SeWkkcX_EduPJbEsMYXjUQ"> <eAnnotations xmi:id="_SeWkksX_EduPJbEsMYXjUQ" source="http://www.eclipse.org/uml2/2.0.0/UML"> <references xmi:type="ecore:EPackage" href="pathmap://UML_PROFILES/Ecore.profile.uml#_B7dOIMEREduRdatXodjBjA"/> </eAnnotations> <appliedProfile href="pathmap://UML_PROFILES/Ecore.profile.uml#_0"/> </profileApplication> </uml:Model> <Ecore:EPackage xmi:id="_uuJ5sMYcEduPJbEsMYXjUQ" base_Package="_SeWiQMX_EduPJbEsMYXjUQ" packageName="ecore" nsPrefix="ecore" nsURI="http://www.eclipse.org/emf/2002/Ecore"/> <Ecore:EAttribute xmi:id="_uuJ5tMYcEduPJbEsMYXjUQ" base_Property="_SeWiRcX_EduPJbEsMYXjUQ" attributeName="iD"/> <Ecore:EReference xmi:id="_uuJ5tcYcEduPJbEsMYXjUQ" isTransient="true" isVolatile="true" base_Property="_SeWiR8X_EduPJbEsMYXjUQ"/> <Ecore:EReference xmi:id="_uumlqsYcEduPJbEsMYXjUQ" isTransient="true" base_Property="_SeWiSsX_EduPJbEsMYXjUQ" isResolveProxies="false"/> <Ecore:EAttribute xmi:id="_uumlq8YcEduPJbEsMYXjUQ" isTransient="true" isVolatile="true" base_Property="_SeWiVMX_EduPJbEsMYXjUQ"/> <Ecore:EAttribute xmi:id="_uuvvkMYcEduPJbEsMYXjUQ" isTransient="true" isVolatile="true" base_Property="_SeWicMX_EduPJbEsMYXjUQ"/> <Ecore:EAttribute xmi:id="_uvfWcMYcEduPJbEsMYXjUQ" isTransient="true" isVolatile="true" base_Property="_SeWicsX_EduPJbEsMYXjUQ"/> <Ecore:EReference xmi:id="_uvfWccYcEduPJbEsMYXjUQ" isVolatile="true" isUnsettable="true" visibility="ReadWrite" base_Property="_SeWidMX_EduPJbEsMYXjUQ"/> <Ecore:EReference xmi:id="_uvfWcsYcEduPJbEsMYXjUQ" isVolatile="true" isUnsettable="true" visibility="ReadWrite" base_Property="_SeWiecX_EduPJbEsMYXjUQ" isResolveProxies="false"/> <Ecore:EReference xmi:id="_uuc0qsYcEduPJbEsMYXjUQ" base_Property="_SeWihsX_EduPJbEsMYXjUQ" isResolveProxies="false"/> <Ecore:EReference xmi:id="_uuJ5tsYcEduPJbEsMYXjUQ" isUnsettable="true" visibility="ReadWrite" base_Property="_SeWi1cX_EduPJbEsMYXjUQ"/> <Ecore:EReference xmi:id="_uuJ5t8YcEduPJbEsMYXjUQ" base_Property="_SeWi28X_EduPJbEsMYXjUQ" isResolveProxies="false"/> <Ecore:EReference xmi:id="_uuJ5uMYcEduPJbEsMYXjUQ" isTransient="true" isVolatile="true" base_Property="_SeWi3sX_EduPJbEsMYXjUQ"/> <Ecore:EReference xmi:id="_uuJ5ucYcEduPJbEsMYXjUQ" isTransient="true" isVolatile="true" base_Property="_SeWi4cX_EduPJbEsMYXjUQ"/> <Ecore:EReference xmi:id="_uuJ5usYcEduPJbEsMYXjUQ" isTransient="true" isVolatile="true" base_Property="_SeWi5MX_EduPJbEsMYXjUQ"/> <Ecore:EReference xmi:id="_uuTDoMYcEduPJbEsMYXjUQ" isTransient="true" isVolatile="true" base_Property="_SeWi58X_EduPJbEsMYXjUQ"/> <Ecore:EReference xmi:id="_uuTDocYcEduPJbEsMYXjUQ" isTransient="true" isVolatile="true" base_Property="_SeWi6sX_EduPJbEsMYXjUQ"/> <Ecore:EReference xmi:id="_uuTDosYcEduPJbEsMYXjUQ" isTransient="true" isVolatile="true" base_Property="_SeWi7cX_EduPJbEsMYXjUQ"/> <Ecore:EReference xmi:id="_uuTDo8YcEduPJbEsMYXjUQ" isTransient="true" isVolatile="true" base_Property="_SeWi8MX_EduPJbEsMYXjUQ"/> <Ecore:EReference xmi:id="_uuTDpMYcEduPJbEsMYXjUQ" isTransient="true" isVolatile="true" base_Property="_SeWi88X_EduPJbEsMYXjUQ"/> <Ecore:EReference xmi:id="_uuTDpcYcEduPJbEsMYXjUQ" isTransient="true" isVolatile="true" base_Property="_SeWi9sX_EduPJbEsMYXjUQ" isResolveProxies="false"/> <Ecore:EReference xmi:id="_uuTDpsYcEduPJbEsMYXjUQ" base_Property="_SeWi-MX_EduPJbEsMYXjUQ" isResolveProxies="false"/> <Ecore:EReference xmi:id="_uuTDp8YcEduPJbEsMYXjUQ" isUnsettable="true" visibility="ReadWrite" base_Property="_SeWi-8X_EduPJbEsMYXjUQ" isResolveProxies="false"/> <Ecore:EReference xmi:id="_uuTDqMYcEduPJbEsMYXjUQ" isTransient="true" isVolatile="true" base_Property="_SeWjAcX_EduPJbEsMYXjUQ"/> <Ecore:EAttribute xmi:id="_uuTDqcYcEduPJbEsMYXjUQ" isVolatile="true" isUnsettable="true" visibility="ReadWrite" base_Property="_SeWjH8X_EduPJbEsMYXjUQ"/> <Ecore:EAttribute xmi:id="_uuTDqsYcEduPJbEsMYXjUQ" isTransient="true" isVolatile="true" base_Property="_SeWjJMX_EduPJbEsMYXjUQ"/> <Ecore:EAttribute xmi:id="_uuTDq8YcEduPJbEsMYXjUQ" isTransient="true" isVolatile="true" base_Property="_SeWjJsX_EduPJbEsMYXjUQ"/> <Ecore:EAttribute xmi:id="_uuTDrMYcEduPJbEsMYXjUQ" isVolatile="true" isUnsettable="true" visibility="ReadWrite" base_Property="_SeWjKMX_EduPJbEsMYXjUQ"/> <Ecore:EReference xmi:id="_uuc0oMYcEduPJbEsMYXjUQ" isTransient="true" base_Property="_SeWjLcX_EduPJbEsMYXjUQ"/> <Ecore:EReference xmi:id="_uumlpMYcEduPJbEsMYXjUQ" isTransient="true" base_Property="_SeWjRsX_EduPJbEsMYXjUQ" isResolveProxies="false"/> <Ecore:EReference xmi:id="_uumlpcYcEduPJbEsMYXjUQ" isTransient="true" base_Property="_SeWjTcX_EduPJbEsMYXjUQ"/> <Ecore:EReference xmi:id="_uuc0pMYcEduPJbEsMYXjUQ" isTransient="true" base_Property="_SeWjVsX_EduPJbEsMYXjUQ" isResolveProxies="false"/> <Ecore:EReference xmi:id="_uvfWc8YcEduPJbEsMYXjUQ" base_Property="_SeWjc8X_EduPJbEsMYXjUQ" isResolveProxies="false"/> <Ecore:EReference xmi:id="_uuc0pcYcEduPJbEsMYXjUQ" base_Property="_SeWjesX_EduPJbEsMYXjUQ" isResolveProxies="false"/> <Ecore:EReference xmi:id="_uuc0psYcEduPJbEsMYXjUQ" base_Property="_SeWjfMX_EduPJbEsMYXjUQ" isResolveProxies="false"/> <Ecore:EReference xmi:id="_uuc0p8YcEduPJbEsMYXjUQ" isTransient="true" base_Property="_SeWjf8X_EduPJbEsMYXjUQ"/> <Ecore:EReference xmi:id="_uuc0qMYcEduPJbEsMYXjUQ" base_Property="_SeWjgMX_EduPJbEsMYXjUQ" isResolveProxies="false"/> <Ecore:EReference xmi:id="_uuc0qcYcEduPJbEsMYXjUQ" base_Property="_SeWjgsX_EduPJbEsMYXjUQ" isResolveProxies="false"/> <Ecore:EReference xmi:id="_uumloMYcEduPJbEsMYXjUQ" isTransient="true" base_Property="_SeWjnMX_EduPJbEsMYXjUQ" isResolveProxies="false"/> <Ecore:EReference xmi:id="_uumlocYcEduPJbEsMYXjUQ" base_Property="_SeWjocX_EduPJbEsMYXjUQ" isResolveProxies="false"/> <Ecore:EReference xmi:id="_uumlosYcEduPJbEsMYXjUQ" isUnsettable="true" visibility="ReadWrite" base_Property="_SeWjpMX_EduPJbEsMYXjUQ"/> <Ecore:EReference xmi:id="_uumlo8YcEduPJbEsMYXjUQ" isUnsettable="true" visibility="ReadWrite" base_Property="_SeWjqsX_EduPJbEsMYXjUQ" isResolveProxies="false"/> <Ecore:EReference xmi:id="_uumlpsYcEduPJbEsMYXjUQ" isTransient="true" base_Property="_SeWjtcX_EduPJbEsMYXjUQ" isResolveProxies="false"/> <Ecore:EAttribute xmi:id="_uumlp8YcEduPJbEsMYXjUQ" isTransient="true" isVolatile="true" base_Property="_SeWjxMX_EduPJbEsMYXjUQ"/> <Ecore:EReference xmi:id="_uumlqMYcEduPJbEsMYXjUQ" isTransient="true" isVolatile="true" base_Property="_SeWjysX_EduPJbEsMYXjUQ"/> <Ecore:EReference xmi:id="_uuJ5scYcEduPJbEsMYXjUQ" base_Property="_SeWj78X_EduPJbEsMYXjUQ" isResolveProxies="false"/> <Ecore:EReference xmi:id="_uuJ5ssYcEduPJbEsMYXjUQ" isTransient="true" base_Property="_SeWj8sX_EduPJbEsMYXjUQ" isResolveProxies="false"/> <Ecore:EReference xmi:id="_uuJ5s8YcEduPJbEsMYXjUQ" base_Property="_SeWj9MX_EduPJbEsMYXjUQ" isResolveProxies="false"/> <Ecore:EClass xmi:id="_uumlqcYcEduPJbEsMYXjUQ" instanceClassName="java.util.Map$Entry" base_Class="_SeWj-sX_EduPJbEsMYXjUQ"/> <Ecore:EReference xmi:id="_uuc0ocYcEduPJbEsMYXjUQ" base_Property="_SeWkEMX_EduPJbEsMYXjUQ" isResolveProxies="false"/> <Ecore:EAttribute xmi:id="_uuc0osYcEduPJbEsMYXjUQ" isTransient="true" base_Property="_SeWkJsX_EduPJbEsMYXjUQ"/> <Ecore:EReference xmi:id="_uuc0o8YcEduPJbEsMYXjUQ" isTransient="true" base_Property="_SeWkKsX_EduPJbEsMYXjUQ" isResolveProxies="false"/> <Ecore:EDataType xmi:id="_uvpHcMYcEduPJbEsMYXjUQ" instanceClassName="java.math.BigDecimal" base_PrimitiveType="_SeWkLcX_EduPJbEsMYXjUQ"/> <Ecore:EDataType xmi:id="_uvpHccYcEduPJbEsMYXjUQ" instanceClassName="java.math.BigInteger" base_PrimitiveType="_SeWkMMX_EduPJbEsMYXjUQ"/> <Ecore:EDataType xmi:id="_uvpHcsYcEduPJbEsMYXjUQ" instanceClassName="boolean" base_PrimitiveType="_SeWkM8X_EduPJbEsMYXjUQ"/> <Ecore:EDataType xmi:id="_uvpHc8YcEduPJbEsMYXjUQ" xmlName="EBoolean:Object" instanceClassName="java.lang.Boolean" base_PrimitiveType="_SeWkNsX_EduPJbEsMYXjUQ"/> <Ecore:EDataType xmi:id="_uvpHdMYcEduPJbEsMYXjUQ" instanceClassName="byte" base_PrimitiveType="_SeWkO8X_EduPJbEsMYXjUQ"/> <Ecore:EDataType xmi:id="_uvpHdcYcEduPJbEsMYXjUQ" instanceClassName="byte[]" base_PrimitiveType="_SeWkPsX_EduPJbEsMYXjUQ"/> <Ecore:EDataType xmi:id="_uvpHdsYcEduPJbEsMYXjUQ" xmlName="EByte:Object" instanceClassName="java.lang.Byte" base_PrimitiveType="_SeWkQcX_EduPJbEsMYXjUQ"/> <Ecore:EDataType xmi:id="_uvpHd8YcEduPJbEsMYXjUQ" instanceClassName="char" base_PrimitiveType="_SeWkRsX_EduPJbEsMYXjUQ"/> <Ecore:EDataType xmi:id="_uvpHeMYcEduPJbEsMYXjUQ" xmlName="EChar:Object" instanceClassName="java.lang.Character" base_PrimitiveType="_SeWkR8X_EduPJbEsMYXjUQ"/> <Ecore:EDataType xmi:id="_uvpHecYcEduPJbEsMYXjUQ" instanceClassName="java.util.Date" base_PrimitiveType="_SeWkTMX_EduPJbEsMYXjUQ"/> <Ecore:EDataType xmi:id="_uvpHesYcEduPJbEsMYXjUQ" instanceClassName="org.eclipse.emf.common.util.DiagnosticChain" base_PrimitiveType="_SeWkTcX_EduPJbEsMYXjUQ"/> <Ecore:EDataType xmi:id="_uvpHe8YcEduPJbEsMYXjUQ" instanceClassName="double" base_PrimitiveType="_SeWkTsX_EduPJbEsMYXjUQ"/> <Ecore:EDataType xmi:id="_uvpHfMYcEduPJbEsMYXjUQ" xmlName="EDouble:Object" instanceClassName="java.lang.Double" base_PrimitiveType="_SeWkUcX_EduPJbEsMYXjUQ"/> <Ecore:EDataType xmi:id="_uvpHfcYcEduPJbEsMYXjUQ" instanceClassName="org.eclipse.emf.common.util.EList" base_PrimitiveType="_SeWkVsX_EduPJbEsMYXjUQ"/> <Ecore:EDataType xmi:id="_uvpHfsYcEduPJbEsMYXjUQ" instanceClassName="org.eclipse.emf.common.util.Enumerator" base_PrimitiveType="_SeWkWsX_EduPJbEsMYXjUQ"/> <Ecore:EDataType xmi:id="_uvpHf8YcEduPJbEsMYXjUQ" instanceClassName="org.eclipse.emf.ecore.util.FeatureMap" base_PrimitiveType="_SeWkW8X_EduPJbEsMYXjUQ"/> <Ecore:EDataType xmi:id="_uvpHgMYcEduPJbEsMYXjUQ" instanceClassName="org.eclipse.emf.ecore.util.FeatureMap$Entry" base_PrimitiveType="_SeWkXMX_EduPJbEsMYXjUQ"/> <Ecore:EDataType xmi:id="_uvpHgcYcEduPJbEsMYXjUQ" instanceClassName="float" base_PrimitiveType="_SeWkXcX_EduPJbEsMYXjUQ"/> <Ecore:EDataType xmi:id="_uvpHgsYcEduPJbEsMYXjUQ" xmlName="EFloat:Object" instanceClassName="java.lang.Float" base_PrimitiveType="_SeWkYMX_EduPJbEsMYXjUQ"/> <Ecore:EDataType xmi:id="_uvy4cMYcEduPJbEsMYXjUQ" instanceClassName="int" base_PrimitiveType="_SeWkZcX_EduPJbEsMYXjUQ"/> <Ecore:EDataType xmi:id="_uvy4ccYcEduPJbEsMYXjUQ" xmlName="EInt:Object" instanceClassName="java.lang.Integer" base_PrimitiveType="_SeWkaMX_EduPJbEsMYXjUQ"/> <Ecore:EDataType xmi:id="_uvy4csYcEduPJbEsMYXjUQ" instanceClassName="java.lang.Class" base_PrimitiveType="_SeWkbcX_EduPJbEsMYXjUQ"/> <Ecore:EDataType xmi:id="_uvy4c8YcEduPJbEsMYXjUQ" instanceClassName="java.lang.Object" base_PrimitiveType="_SeWkccX_EduPJbEsMYXjUQ"/> <Ecore:EDataType xmi:id="_uvy4dMYcEduPJbEsMYXjUQ" instanceClassName="long" base_PrimitiveType="_SeWkcsX_EduPJbEsMYXjUQ"/> <Ecore:EDataType xmi:id="_uvy4dcYcEduPJbEsMYXjUQ" xmlName="ELong:Object" instanceClassName="java.lang.Long" base_PrimitiveType="_SeWkdcX_EduPJbEsMYXjUQ"/> <Ecore:EDataType xmi:id="_uvy4dsYcEduPJbEsMYXjUQ" instanceClassName="java.util.Map" base_PrimitiveType="_SeWkesX_EduPJbEsMYXjUQ"/> <Ecore:EDataType xmi:id="_uvy4d8YcEduPJbEsMYXjUQ" instanceClassName="org.eclipse.emf.ecore.resource.Resource" base_PrimitiveType="_SeWkgMX_EduPJbEsMYXjUQ"/> <Ecore:EDataType xmi:id="_uvy4eMYcEduPJbEsMYXjUQ" instanceClassName="org.eclipse.emf.ecore.resource.ResourceSet" base_PrimitiveType="_SeWkgcX_EduPJbEsMYXjUQ"/> <Ecore:EDataType xmi:id="_uvy4ecYcEduPJbEsMYXjUQ" instanceClassName="short" base_PrimitiveType="_SeWkgsX_EduPJbEsMYXjUQ"/> <Ecore:EDataType xmi:id="_uvy4esYcEduPJbEsMYXjUQ" xmlName="EShort:Object" instanceClassName="java.lang.Short" base_PrimitiveType="_SeWkhcX_EduPJbEsMYXjUQ"/> <Ecore:EDataType xmi:id="_uvy4e8YcEduPJbEsMYXjUQ" instanceClassName="java.lang.String" base_PrimitiveType="_SeWkisX_EduPJbEsMYXjUQ"/> <Ecore:EDataType xmi:id="_uvy4fMYcEduPJbEsMYXjUQ" instanceClassName="org.eclipse.emf.common.util.TreeIterator" base_PrimitiveType="_SeWkjcX_EduPJbEsMYXjUQ"/> </xmi:XMI> ����1����1����1����1 CDO_SYSTEM � [INFO] Dropping all tables from repository repo2... [INFO] The CDO system tables are not found in schema "repo2"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo3, repo1, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' CDOResourceFolder@OID2("BackupBinaryTest_testImportClob") CDOResource@OID3("cdo://repo2/BackupBinaryTest_testImportClob/res1") File@OID4 ******************************************************* BackupBinaryTest.testImportCustomDataType [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' repo1repo1��<纪�<�����������1http://www.eclipse.org/emf/CDO/tests/model3/1.0.0������1"m 1http://www.eclipse.org/emf/CDO/tests/model3/1.0.05http://www.eclipse.org/emf/CDO/tests/subpackage/1.0.0MAIN�����1:http://www.eclipse.org/emf/CDO/Eresource/4.0.0#CDOResource������1��:http://www.eclipse.org/emf/CDO/Eresource/4.0.0#CDOResource������1�res1�9http://www.eclipse.org/emf/CDO/tests/model3/1.0.0#Polygon������1�1,23,14,5@http://www.eclipse.org/emf/CDO/Eresource/4.0.0#CDOResourceFolder������1�)BackupBinaryTest_testImportCustomDataType������1�����1�����1�����1 CDO_SYSTEM � [INFO] Dropping all tables from repository repo2... [INFO] The CDO system tables are not found in schema "repo2"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo3, repo1, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' CDOResourceFolder@OID2("BackupBinaryTest_testImportCustomDataType") CDOResource@OID3("cdo://repo2/BackupBinaryTest_testImportCustomDataType/res1") Polygon@OID4 ******************************************************* BackupBinaryTest.testImportDate [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' repo1repo1��<�:�<�J���������1http://www.eclipse.org/emf/CDO/tests/model1/1.0.0������1 1http://www.eclipse.org/emf/CDO/tests/model1/1.0.0MAIN�����1:http://www.eclipse.org/emf/CDO/Eresource/4.0.0#CDOResource������1��:http://www.eclipse.org/emf/CDO/Eresource/4.0.0#CDOResource������1�res1�?http://www.eclipse.org/emf/CDO/tests/model1/1.0.0#PurchaseOrder������1���K@http://www.eclipse.org/emf/CDO/Eresource/4.0.0#CDOResourceFolder������1�BackupBinaryTest_testImportDate������1�����1�����1�����1 CDO_SYSTEM � [INFO] Dropping all tables from repository repo2... [INFO] The CDO system tables are not found in schema "repo2"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo3, repo1, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' CDOResourceFolder@OID2("BackupBinaryTest_testImportDate") CDOResource@OID3("cdo://repo2/BackupBinaryTest_testImportDate/res1") PurchaseOrder@OID4 ******************************************************* BackupBinaryTest.testImportExternalReference [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' repo1repo1��<绰�<�����������1http://www.eclipse.org/emf/CDO/tests/model1/1.0.0������1 1http://www.eclipse.org/emf/CDO/tests/model1/1.0.0MAIN�����1:http://www.eclipse.org/emf/CDO/Eresource/4.0.0#CDOResource������1��:http://www.eclipse.org/emf/CDO/Eresource/4.0.0#CDOResource������1�res1�� [INFO] Dropping all tables from repository repo2... [INFO] The CDO system tables are not found in schema "repo2"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo3, repo1, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' Customer[TRANSIENT] ******************************************************* BackupBinaryTest.testImportNIL [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' repo1repo1��<�J�<缆���������1http://www.eclipse.org/emf/CDO/tests/model2/1.0.0������1=� 1http://www.eclipse.org/emf/CDO/tests/model2/1.0.01http://www.eclipse.org/emf/CDO/tests/model1/1.0.0������1 1http://www.eclipse.org/emf/CDO/tests/model1/1.0.0MAIN�����1=http://www.eclipse.org/emf/CDO/tests/model2/1.0.0#Unsettable1������1�:http://www.eclipse.org/emf/CDO/Eresource/4.0.0#CDOResource������1��:http://www.eclipse.org/emf/CDO/Eresource/4.0.0#CDOResource������1�res1�@http://www.eclipse.org/emf/CDO/Eresource/4.0.0#CDOResourceFolder������1�BackupBinaryTest_testImportNIL������1�����1�����1�����1 CDO_SYSTEM � [INFO] Dropping all tables from repository repo2... [INFO] The CDO system tables are not found in schema "repo2"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo3, repo1, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' CDOResourceFolder@OID2("BackupBinaryTest_testImportNIL") CDOResource@OID3("cdo://repo2/BackupBinaryTest_testImportNIL/res1") Unsettable1@OID4 ******************************************************* BackupBinaryTest.testImportNullListElement [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' repo1repo1��<�&�<�D���������1http://www.eclipse.org/emf/CDO/tests/model3/1.0.0������1"m 1http://www.eclipse.org/emf/CDO/tests/model3/1.0.05http://www.eclipse.org/emf/CDO/tests/subpackage/1.0.0MAIN�����1:http://www.eclipse.org/emf/CDO/Eresource/4.0.0#CDOResource������1��:http://www.eclipse.org/emf/CDO/Eresource/4.0.0#CDOResource������1�res1�Ghttp://www.eclipse.org/emf/CDO/tests/model3/1.0.0#PolygonWithDuplicates������1�1,23,4@http://www.eclipse.org/emf/CDO/Eresource/4.0.0#CDOResourceFolder������1�*BackupBinaryTest_testImportNullListElement������1�����1�����1�����1 CDO_SYSTEM � [INFO] Dropping all tables from repository repo2... [INFO] The CDO system tables are not found in schema "repo2"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo3, repo1, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' CDOResourceFolder@OID2("BackupBinaryTest_testImportNullListElement") CDOResource@OID3("cdo://repo2/BackupBinaryTest_testImportNullListElement/res1") PolygonWithDuplicates@OID4 ******************************************************* BackupTest.testImport [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] Dropping all tables from repository repo2... [INFO] The CDO system tables are not found in schema "repo2"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo3, repo1, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' CDOResourceFolder@OID2("BackupTest_testImport") CDOResource@OID3("cdo://repo2/BackupTest_testImport/res1") Customer@OID4 Customer@OID5 Customer@OID6 SalesOrder@OID7 OrderDetail@OID8 ******************************************************* BackupTest.testImportBlob [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] Dropping all tables from repository repo2... [INFO] The CDO system tables are not found in schema "repo2"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo3, repo1, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' CDOResourceFolder@OID2("BackupTest_testImportBlob") CDOResource@OID3("cdo://repo2/BackupTest_testImportBlob/res1") Image@OID4 ******************************************************* BackupTest.testImportByteArray [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] Dropping all tables from repository repo2... [INFO] The CDO system tables are not found in schema "repo2"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo3, repo1, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' CDOResourceFolder@OID2("BackupTest_testImportByteArray") CDOResource@OID3("cdo://repo2/BackupTest_testImportByteArray/res1") UnsettableAttributes@OID4 ******************************************************* BackupTest.testImportClob [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true'
]]> [INFO] Dropping all tables from repository repo2... [INFO] The CDO system tables are not found in schema "repo2"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo3, repo1, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' CDOResourceFolder@OID2("BackupTest_testImportClob") CDOResource@OID3("cdo://repo2/BackupTest_testImportClob/res1") File@OID4 ******************************************************* BackupTest.testImportCustomDataType [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] Dropping all tables from repository repo2... [INFO] The CDO system tables are not found in schema "repo2"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo3, repo1, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' CDOResourceFolder@OID2("BackupTest_testImportCustomDataType") CDOResource@OID3("cdo://repo2/BackupTest_testImportCustomDataType/res1") Polygon@OID4 ******************************************************* BackupTest.testImportDate [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] Dropping all tables from repository repo2... [INFO] The CDO system tables are not found in schema "repo2"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo3, repo1, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' CDOResourceFolder@OID2("BackupTest_testImportDate") CDOResource@OID3("cdo://repo2/BackupTest_testImportDate/res1") PurchaseOrder@OID4 ******************************************************* BackupTest.testImportExternalReference [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] Dropping all tables from repository repo2... [INFO] The CDO system tables are not found in schema "repo2"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo3, repo1, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' Customer[TRANSIENT] ******************************************************* BackupTest.testImportNIL [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] Dropping all tables from repository repo2... [INFO] The CDO system tables are not found in schema "repo2"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo3, repo1, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' CDOResourceFolder@OID2("BackupTest_testImportNIL") CDOResource@OID3("cdo://repo2/BackupTest_testImportNIL/res1") Unsettable1@OID4 ******************************************************* BackupTest.testImportNullListElement [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] Dropping all tables from repository repo2... [INFO] The CDO system tables are not found in schema "repo2"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo3, repo1, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' CDOResourceFolder@OID2("BackupTest_testImportNullListElement") CDOResource@OID3("cdo://repo2/BackupTest_testImportNullListElement/res1") PolygonWithDuplicates@OID4 ******************************************************* CDOIDTest.testGetLong_ExtId [H2, JVM, Native] ******************************************************* ******************************************************* CDOIDTest.testGetLong_ExtTempId [H2, JVM, Native] ******************************************************* ******************************************************* CDOIDTest.testGetLong_LongId [H2, JVM, Native] ******************************************************* ******************************************************* CDOIDTest.testGetLong_Null [H2, JVM, Native] ******************************************************* ******************************************************* CDOIDTest.testGetLong_NullId [H2, JVM, Native] ******************************************************* ******************************************************* CDOIDTest.testGetLong_TempId [H2, JVM, Native] ******************************************************* ******************************************************* CDOIDTest.testURIFragment [H2, JVM, Native] ******************************************************* L7 OID7 ******************************************************* CDOStaleReferencePolicyTest.testCDOStaleReferencePolicyWithCDOStoreGetContainer [H2, JVM, Native] ******************************************************* ******************************************************* CDOStaleReferencePolicyTest.testCDOStaleReferencePolicyWithCDOStoreGetResource [H2, JVM, Native] ******************************************************* ******************************************************* ChangeSubscriptionTest.testInvalidationWithDeltas_SameBranch [H2, JVM, Native] ******************************************************* ******************************************************* ChangeSubscriptionTest.testNotificationChain [H2, JVM, Native] ******************************************************* ******************************************************* ChangeSubscriptionTest.testRemoveContained [H2, JVM, Native] ******************************************************* ******************************************************* ChangeSubscriptionTest.testRemoveManyContained [H2, JVM, Native] ******************************************************* ******************************************************* ChangeSubscriptionTest.testRemoveManyXRef [H2, JVM, Native] ******************************************************* ******************************************************* ChangeSubscriptionTest.testRemoveXRef [H2, JVM, Native] ******************************************************* ******************************************************* ChangeSubscriptionTest.testSameSession [H2, JVM, Native] ******************************************************* ******************************************************* ChangeSubscriptionTest.testSameSession_WithoutPolicy [H2, JVM, Native] ******************************************************* ******************************************************* ChangeSubscriptionTest.testSeparateSession [H2, JVM, Native] ******************************************************* ******************************************************* ChangeSubscriptionTest.testSeparateSession_CUSTOM [H2, JVM, Native] ******************************************************* ******************************************************* ChangeSubscriptionTest.testSeparateSession_WithoutPolicy [H2, JVM, Native] ******************************************************* ******************************************************* ChangeSubscriptionTest.testTemporaryObject [H2, JVM, Native] ******************************************************* ******************************************************* ChunkingClearCachedRevisionTest.testReadNative [H2, JVM, Native] ******************************************************* 0 SalesOrder@OID94 1 SalesOrder@OID95 2 SalesOrder@OID96 3 SalesOrder@OID97 4 SalesOrder@OID98 5 SalesOrder@OID99 6 SalesOrder@OID100 7 SalesOrder@OID101 8 SalesOrder@OID102 9 SalesOrder@OID103 10 SalesOrder@OID104 11 SalesOrder@OID105 12 SalesOrder@OID106 13 SalesOrder@OID107 14 SalesOrder@OID108 15 SalesOrder@OID109 16 SalesOrder@OID110 17 SalesOrder@OID111 18 SalesOrder@OID112 19 SalesOrder@OID113 20 SalesOrder@OID114 21 SalesOrder@OID115 22 SalesOrder@OID116 23 SalesOrder@OID117 24 SalesOrder@OID118 25 SalesOrder@OID119 26 SalesOrder@OID120 27 SalesOrder@OID121 28 SalesOrder@OID122 29 SalesOrder@OID123 30 SalesOrder@OID124 31 SalesOrder@OID125 32 SalesOrder@OID126 33 SalesOrder@OID127 34 SalesOrder@OID128 35 SalesOrder@OID129 36 SalesOrder@OID130 37 SalesOrder@OID131 38 SalesOrder@OID132 39 SalesOrder@OID133 40 SalesOrder@OID134 41 SalesOrder@OID135 42 SalesOrder@OID136 43 SalesOrder@OID137 44 SalesOrder@OID138 45 SalesOrder@OID139 46 SalesOrder@OID140 47 SalesOrder@OID141 48 SalesOrder@OID142 49 SalesOrder@OID143 50 SalesOrder@OID144 51 SalesOrder@OID145 52 SalesOrder@OID146 53 SalesOrder@OID147 54 SalesOrder@OID148 55 SalesOrder@OID149 56 SalesOrder@OID150 57 SalesOrder@OID151 58 SalesOrder@OID152 59 SalesOrder@OID153 60 SalesOrder@OID154 61 SalesOrder@OID155 62 SalesOrder@OID156 63 SalesOrder@OID157 64 SalesOrder@OID158 65 SalesOrder@OID159 66 SalesOrder@OID160 67 SalesOrder@OID161 68 SalesOrder@OID162 69 SalesOrder@OID163 70 SalesOrder@OID164 71 SalesOrder@OID165 72 SalesOrder@OID166 73 SalesOrder@OID167 74 SalesOrder@OID168 75 SalesOrder@OID169 76 SalesOrder@OID170 77 SalesOrder@OID171 78 SalesOrder@OID172 79 SalesOrder@OID173 80 SalesOrder@OID174 81 SalesOrder@OID175 82 SalesOrder@OID176 83 SalesOrder@OID177 84 SalesOrder@OID178 85 SalesOrder@OID179 86 SalesOrder@OID180 87 SalesOrder@OID181 88 SalesOrder@OID182 89 SalesOrder@OID183 90 SalesOrder@OID184 91 SalesOrder@OID185 92 SalesOrder@OID186 93 SalesOrder@OID187 94 SalesOrder@OID188 95 SalesOrder@OID189 96 SalesOrder@OID190 97 SalesOrder@OID191 98 SalesOrder@OID192 99 SalesOrder@OID193 ******************************************************* ChunkingClearCachedRevisionTest.testWriteNative [H2, JVM, Native] ******************************************************* ******************************************************* ChunkingTest.testChunkWithTemporaryObject [H2, JVM, Native] ******************************************************* ******************************************************* ChunkingTest.testEnsureChunk [H2, JVM, Native] ******************************************************* ******************************************************* ChunkingTest.testPartiallyLoadedAdd [H2, JVM, Native] ******************************************************* ******************************************************* ChunkingTest.testPartiallyLoadedAddAtIndex [H2, JVM, Native] ******************************************************* ******************************************************* ChunkingTest.testPartiallyLoadedRemoveIndex [H2, JVM, Native] ******************************************************* ******************************************************* ChunkingTest.testPartiallyLoadedSet [H2, JVM, Native] ******************************************************* ******************************************************* ChunkingTest.testReadAfterUpdateAfterCommit [H2, JVM, Native] ******************************************************* ******************************************************* ChunkingTest.testReadAfterUpdateBeforeCommit [H2, JVM, Native] ******************************************************* ******************************************************* ChunkingTest.testReadNative [H2, JVM, Native] ******************************************************* 0 SalesOrder@OID3584 1 SalesOrder@OID3585 2 SalesOrder@OID3586 3 SalesOrder@OID3587 4 SalesOrder@OID3588 5 SalesOrder@OID3589 6 SalesOrder@OID3590 7 SalesOrder@OID3591 8 SalesOrder@OID3592 9 SalesOrder@OID3593 10 SalesOrder@OID3594 11 SalesOrder@OID3595 12 SalesOrder@OID3596 13 SalesOrder@OID3597 14 SalesOrder@OID3598 15 SalesOrder@OID3599 16 SalesOrder@OID3600 17 SalesOrder@OID3601 18 SalesOrder@OID3602 19 SalesOrder@OID3603 20 SalesOrder@OID3604 21 SalesOrder@OID3605 22 SalesOrder@OID3606 23 SalesOrder@OID3607 24 SalesOrder@OID3608 25 SalesOrder@OID3609 26 SalesOrder@OID3610 27 SalesOrder@OID3611 28 SalesOrder@OID3612 29 SalesOrder@OID3613 30 SalesOrder@OID3614 31 SalesOrder@OID3615 32 SalesOrder@OID3616 33 SalesOrder@OID3617 34 SalesOrder@OID3618 35 SalesOrder@OID3619 36 SalesOrder@OID3620 37 SalesOrder@OID3621 38 SalesOrder@OID3622 39 SalesOrder@OID3623 40 SalesOrder@OID3624 41 SalesOrder@OID3625 42 SalesOrder@OID3626 43 SalesOrder@OID3627 44 SalesOrder@OID3628 45 SalesOrder@OID3629 46 SalesOrder@OID3630 47 SalesOrder@OID3631 48 SalesOrder@OID3632 49 SalesOrder@OID3633 50 SalesOrder@OID3634 51 SalesOrder@OID3635 52 SalesOrder@OID3636 53 SalesOrder@OID3637 54 SalesOrder@OID3638 55 SalesOrder@OID3639 56 SalesOrder@OID3640 57 SalesOrder@OID3641 58 SalesOrder@OID3642 59 SalesOrder@OID3643 60 SalesOrder@OID3644 61 SalesOrder@OID3645 62 SalesOrder@OID3646 63 SalesOrder@OID3647 64 SalesOrder@OID3648 65 SalesOrder@OID3649 66 SalesOrder@OID3650 67 SalesOrder@OID3651 68 SalesOrder@OID3652 69 SalesOrder@OID3653 70 SalesOrder@OID3654 71 SalesOrder@OID3655 72 SalesOrder@OID3656 73 SalesOrder@OID3657 74 SalesOrder@OID3658 75 SalesOrder@OID3659 76 SalesOrder@OID3660 77 SalesOrder@OID3661 78 SalesOrder@OID3662 79 SalesOrder@OID3663 80 SalesOrder@OID3664 81 SalesOrder@OID3665 82 SalesOrder@OID3666 83 SalesOrder@OID3667 84 SalesOrder@OID3668 85 SalesOrder@OID3669 86 SalesOrder@OID3670 87 SalesOrder@OID3671 88 SalesOrder@OID3672 89 SalesOrder@OID3673 90 SalesOrder@OID3674 91 SalesOrder@OID3675 92 SalesOrder@OID3676 93 SalesOrder@OID3677 94 SalesOrder@OID3678 95 SalesOrder@OID3679 96 SalesOrder@OID3680 97 SalesOrder@OID3681 98 SalesOrder@OID3682 99 SalesOrder@OID3683 ******************************************************* ChunkingTest.testRemove [H2, JVM, Native] ******************************************************* ******************************************************* ChunkingTest.testWriteNative [H2, JVM, Native] ******************************************************* ******************************************************* CommitInfoTest.testClientBranch [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* CommitInfoTest.testClientBranchWithBranch [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* CommitInfoTest.testClientComment [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* CommitInfoTest.testClientCommentWithBranch [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* CommitInfoTest.testClientPreviousCommitInfo [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* CommitInfoTest.testClientTimestamp [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* CommitInfoTest.testClientTimestampWithBranch [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* CommitInfoTest.testClientUser [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] The CDO system tables are not found in schema "commitinforepo"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, protectedrepo, repo2, repo3, repo1, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* CommitInfoTest.testClientUserWithBranch [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] The CDO system tables are not found in schema "commitinforepo"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, protectedrepo, repo2, repo3, repo1, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* CommitInfoTest.testLocalBranch [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* CommitInfoTest.testLocalComment [H2, JVM, Native] ******************************************************* ******************************************************* CommitInfoTest.testLocalTimestamp [H2, JVM, Native] ******************************************************* ******************************************************* CommitInfoTest.testLocalUser [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "commitinforepo"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, protectedrepo, repo2, repo3, repo1, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* CommitInfoTest.testMultipleEntries [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* CommitInfoTest.testMultipleEntriesByCountDown [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* CommitInfoTest.testMultipleEntriesByCountUp [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' 1714713774758 1714713774765 1714713774766 1714713774767 1714713774768 1714713774769 1714713774771 1714713774773 1714713774774 1714713774775 1714713774776 1714713774777 1714713774778 1714713774780 1714713774781 1714713774782 1714713774783 1714713774784 1714713774785 1714713774786 1714713774758 -> 1714713774758 1714713774765 -> 1714713774765 1714713774766 -> 1714713774766 1714713774767 -> 1714713774767 1714713774768 -> 1714713774768 1714713774769 -> 1714713774769 1714713774771 -> 1714713774771 1714713774773 -> 1714713774773 1714713774774 -> 1714713774774 1714713774775 -> 1714713774775 ******************************************************* CommitInfoTest.testServerBranch [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* CommitInfoTest.testServerBranchWithBranch [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* CommitInfoTest.testServerComment [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* CommitInfoTest.testServerCommentWithBranch [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* CommitInfoTest.testServerTimestamp [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* CommitInfoTest.testServerTimestampWithBranch [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* CommitInfoTest.testServerUser [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] The CDO system tables are not found in schema "commitinforepo"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, protectedrepo, repo2, repo3, repo1, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* CommitInfoTest.testServerUserWithBranch [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] The CDO system tables are not found in schema "commitinforepo"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, protectedrepo, repo2, repo3, repo1, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* ComplexTest.testCrossResourceGenRefMultiNonContainedUnidirectional [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* ComplexTest.testCrossResourceGenRefSingleNonContainedUnidirectional [H2, JVM, Native] ******************************************************* ******************************************************* ComplexTest.testCrossResourceIfcimplMultiNonContainedBidirectional [H2, JVM, Native] ******************************************************* ******************************************************* ComplexTest.testCrossResourceIfcimplMultiNonContainedUnidirectional [H2, JVM, Native] ******************************************************* ******************************************************* ComplexTest.testCrossResourceIfcimplSingleNonContainedBidirectional [H2, JVM, Native] ******************************************************* ******************************************************* ComplexTest.testCrossResourceIfcimplSingleNonContainedUnidirectional [H2, JVM, Native] ******************************************************* ******************************************************* ComplexTest.testCrossResourcePlainMultiNonContainedBidirectional [H2, JVM, Native] ******************************************************* ******************************************************* ComplexTest.testCrossResourcePlainMultiNonContainedUnidirectional [H2, JVM, Native] ******************************************************* ******************************************************* ComplexTest.testCrossResourcePlainSingleNonContainedBidirectional [H2, JVM, Native] ******************************************************* ******************************************************* ComplexTest.testCrossResourcePlainSingleNonContainedUnidirectional [H2, JVM, Native] ******************************************************* ******************************************************* ComplexTest.testGenRefMultiContainedUnidirectional [H2, JVM, Native] ******************************************************* ******************************************************* ComplexTest.testGenRefMultiNonContainedUnidirectional [H2, JVM, Native] ******************************************************* ******************************************************* ComplexTest.testGenRefSingleContainedUnidirectional [H2, JVM, Native] ******************************************************* ******************************************************* ComplexTest.testGenRefSingleNonContainedUnidirectional [H2, JVM, Native] ******************************************************* ******************************************************* ComplexTest.testIfcimplMultiContainedBidirectional [H2, JVM, Native] ******************************************************* ******************************************************* ComplexTest.testIfcimplMultiContainedUnidirectional [H2, JVM, Native] ******************************************************* ******************************************************* ComplexTest.testIfcimplMultiNonContainedBidirectional [H2, JVM, Native] ******************************************************* ******************************************************* ComplexTest.testIfcimplMultiNonContainedUnidirectional [H2, JVM, Native] ******************************************************* ******************************************************* ComplexTest.testIfcimplSingleContainedBidirectional [H2, JVM, Native] ******************************************************* ******************************************************* ComplexTest.testIfcimplSingleContainedUnidirectional [H2, JVM, Native] ******************************************************* ******************************************************* ComplexTest.testIfcimplSingleNonContainedBidirectional [H2, JVM, Native] ******************************************************* ******************************************************* ComplexTest.testIfcimplSingleNonContainedUnidirectional [H2, JVM, Native] ******************************************************* ******************************************************* ComplexTest.testMigrateContainmentMulti [H2, JVM, Native] ******************************************************* ******************************************************* ComplexTest.testMigrateContainmentSingle [H2, JVM, Native] ******************************************************* ******************************************************* ComplexTest.testMultipleTransactions2 [H2, JVM, Native] ******************************************************* ******************************************************* ComplexTest.testMultipleTransactions3 [H2, JVM, Native] ******************************************************* ******************************************************* ComplexTest.testPlainMultiContainedBidirectional [H2, JVM, Native] ******************************************************* ******************************************************* ComplexTest.testPlainMultiContainedUnidirectional [H2, JVM, Native] ******************************************************* ******************************************************* ComplexTest.testPlainMultiNonContainedBidirectional [H2, JVM, Native] ******************************************************* ******************************************************* ComplexTest.testPlainMultiNonContainedUnidirectional [H2, JVM, Native] ******************************************************* ******************************************************* ComplexTest.testPlainSingleContainedBidirectional [H2, JVM, Native] ******************************************************* ******************************************************* ComplexTest.testPlainSingleContainedUnidirectional [H2, JVM, Native] ******************************************************* ******************************************************* ComplexTest.testPlainSingleNonContainedBidirectional [H2, JVM, Native] ******************************************************* ******************************************************* ComplexTest.testPlainSingleNonContainedUnidirectional [H2, JVM, Native] ******************************************************* ******************************************************* ConflictResolverExtendedTest.testAddHeadAddHead [H2, JVM, Native] ******************************************************* This root: org.eclipse.emf.ecore.impl.ENotificationImpl@6f94634b (eventType: ADD, position: 0, notifier: Root@OID308[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: null, newValue: BaseObject@oid1[NEW], isTouch: false, wasSet: true) That root: org.eclipse.emf.ecore.impl.ENotificationImpl@6fa99eae (eventType: ADD, position: 0, notifier: Root@OID308[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: null, newValue: BaseObject@oid1[NEW], isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@1b1c6354 (eventType: ADD, position: 0, notifier: Root@OID308[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: [BaseObject@oid1[NEW], OID309, OID310, OID311, OID312, OID313], newValue: BaseObject@OID318, isTouch: false, wasSet: true) This root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@5a9bb39b (eventType: ADD, position: 1, notifier: Root@OID308, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: [OID318, OID309, OID310, OID311, OID312, OID313], newValue: BaseObject@OID319, isTouch: false, wasSet: true) This List: ThisBaseObject 0 [OID318], ThatBaseObject 0 [OID319], BaseObject 0 [OID309], BaseObject 1 [OID310], BaseObject 2 [OID311], BaseObject 3 [OID312], BaseObject 4 [OID313] That List: ThisBaseObject 0 [OID318], ThatBaseObject 0 [OID319], BaseObject 0 [OID309], BaseObject 1 [OID310], BaseObject 2 [OID311], BaseObject 3 [OID312], BaseObject 4 [OID313] ******************************************************* ConflictResolverExtendedTest.testAddHeadAddTail [H2, JVM, Native] ******************************************************* This root: org.eclipse.emf.ecore.impl.ENotificationImpl@3502f9e0 (eventType: ADD, position: 0, notifier: Root@OID322[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: null, newValue: BaseObject@oid1[NEW], isTouch: false, wasSet: true) That root: org.eclipse.emf.ecore.impl.ENotificationImpl@23121a73 (eventType: ADD, position: 5, notifier: Root@OID322[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: null, newValue: BaseObject@oid1[NEW], isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@2a4d1b31 (eventType: ADD, position: 0, notifier: Root@OID322[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: [OID323, OID324, OID325, OID326, OID327, BaseObject@oid1[NEW]], newValue: BaseObject@OID332, isTouch: false, wasSet: true) This root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@6cef50f2 (eventType: ADD, position: 6, notifier: Root@OID322, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: [OID332, OID323, OID324, OID325, OID326, OID327], newValue: BaseObject@OID333, isTouch: false, wasSet: true) This List: ThisBaseObject 0 [OID332], BaseObject 0 [OID323], BaseObject 1 [OID324], BaseObject 2 [OID325], BaseObject 3 [OID326], BaseObject 4 [OID327], ThatBaseObject 0 [OID333] That List: ThisBaseObject 0 [OID332], BaseObject 0 [OID323], BaseObject 1 [OID324], BaseObject 2 [OID325], BaseObject 3 [OID326], BaseObject 4 [OID327], ThatBaseObject 0 [OID333] ******************************************************* ConflictResolverExtendedTest.testAddHeadClear [H2, JVM, Native] ******************************************************* This root: org.eclipse.emf.ecore.impl.ENotificationImpl@13ed3d40 (eventType: ADD, position: 0, notifier: Root@OID336[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: null, newValue: BaseObject@oid1[NEW], isTouch: false, wasSet: true) That root: org.eclipse.emf.ecore.impl.ENotificationImpl@22382d1f (eventType: REMOVE_MANY, position: -1, notifier: Root@OID336[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: [BaseObject[TRANSIENT], BaseObject[TRANSIENT], BaseObject[TRANSIENT], BaseObject[TRANSIENT], BaseObject[TRANSIENT]], newValue: null, isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@4a1e509e (eventType: ADD, position: 0, notifier: Root@OID336[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: null, newValue: BaseObject@OID346, isTouch: false, wasSet: true) This root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@9e26149 (eventType: REMOVE, position: 1, notifier: Root@OID336, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: null, newValue: null, isTouch: false, wasSet: true) This root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@460df9f1 (eventType: REMOVE, position: 1, notifier: Root@OID336, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: null, newValue: null, isTouch: false, wasSet: true) This root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@39a8d5d2 (eventType: REMOVE, position: 1, notifier: Root@OID336, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: null, newValue: null, isTouch: false, wasSet: true) This root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@344f3b15 (eventType: REMOVE, position: 1, notifier: Root@OID336, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: null, newValue: null, isTouch: false, wasSet: true) This root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@2ebdfcfc (eventType: REMOVE, position: 1, notifier: Root@OID336, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: null, newValue: null, isTouch: false, wasSet: true) This List: ThisBaseObject 0 [OID346] That List: ThisBaseObject 0 [OID346] ******************************************************* ConflictResolverExtendedTest.testAddHeadMoveHead [H2, JVM, Native] ******************************************************* This root: org.eclipse.emf.ecore.impl.ENotificationImpl@7b136d8b (eventType: ADD, position: 0, notifier: Root@OID349[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: null, newValue: BaseObject@oid1[NEW], isTouch: false, wasSet: true) That root: org.eclipse.emf.ecore.impl.ENotificationImpl@4714267e (eventType: MOVE, position: 4, notifier: Root@OID349[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: 0, newValue: BaseObject@OID350, isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@7a7d5709 (eventType: ADD, position: 0, notifier: Root@OID349[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: [OID351, OID352, OID353, OID354, OID350], newValue: BaseObject@OID359, isTouch: false, wasSet: true) This root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@5019d630 (eventType: MOVE, position: 5, notifier: Root@OID349, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: 1, newValue: BaseObject@OID350, isTouch: false, wasSet: true) This List: ThisBaseObject 0 [OID359], BaseObject 1 [OID351], BaseObject 2 [OID352], BaseObject 3 [OID353], BaseObject 4 [OID354], BaseObject 0 [OID350] That List: ThisBaseObject 0 [OID359], BaseObject 1 [OID351], BaseObject 2 [OID352], BaseObject 3 [OID353], BaseObject 4 [OID354], BaseObject 0 [OID350] ******************************************************* ConflictResolverExtendedTest.testAddHeadMoveTail [H2, JVM, Native] ******************************************************* This root: org.eclipse.emf.ecore.impl.ENotificationImpl@4e6b5a3b (eventType: ADD, position: 0, notifier: Root@OID362[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: null, newValue: BaseObject@oid1[NEW], isTouch: false, wasSet: true) That root: org.eclipse.emf.ecore.impl.ENotificationImpl@759044e8 (eventType: MOVE, position: 0, notifier: Root@OID362[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: 4, newValue: BaseObject@OID367, isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@54a554ae (eventType: ADD, position: 0, notifier: Root@OID362[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: [OID367, OID363, OID364, OID365, OID366], newValue: BaseObject@OID372, isTouch: false, wasSet: true) This root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@6c0cff42 (eventType: MOVE, position: 1, notifier: Root@OID362, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: 5, newValue: BaseObject@OID367, isTouch: false, wasSet: true) This List: ThisBaseObject 0 [OID372], BaseObject 4 [OID367], BaseObject 0 [OID363], BaseObject 1 [OID364], BaseObject 2 [OID365], BaseObject 3 [OID366] That List: ThisBaseObject 0 [OID372], BaseObject 4 [OID367], BaseObject 0 [OID363], BaseObject 1 [OID364], BaseObject 2 [OID365], BaseObject 3 [OID366] ******************************************************* ConflictResolverExtendedTest.testAddHeadRemoveHead [H2, JVM, Native] ******************************************************* This root: org.eclipse.emf.ecore.impl.ENotificationImpl@271b7b1d (eventType: ADD, position: 0, notifier: Root@OID375[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: null, newValue: BaseObject@oid1[NEW], isTouch: false, wasSet: true) That root: org.eclipse.emf.ecore.impl.ENotificationImpl@5b6c827 (eventType: REMOVE, position: 0, notifier: Root@OID375[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject[TRANSIENT], newValue: null, isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@35750255 (eventType: ADD, position: 0, notifier: Root@OID375[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: [OID377, OID378, OID379, OID380], newValue: BaseObject@OID385, isTouch: false, wasSet: true) This root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@226421d0 (eventType: REMOVE, position: 1, notifier: Root@OID375, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject@OID376[INVALID], newValue: null, isTouch: false, wasSet: true) This List: ThisBaseObject 0 [OID385], BaseObject 1 [OID377], BaseObject 2 [OID378], BaseObject 3 [OID379], BaseObject 4 [OID380] That List: ThisBaseObject 0 [OID385], BaseObject 1 [OID377], BaseObject 2 [OID378], BaseObject 3 [OID379], BaseObject 4 [OID380] ******************************************************* ConflictResolverExtendedTest.testAddHeadRemoveTail [H2, JVM, Native] ******************************************************* This root: org.eclipse.emf.ecore.impl.ENotificationImpl@38dea1ea (eventType: ADD, position: 0, notifier: Root@OID388[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: null, newValue: BaseObject@oid1[NEW], isTouch: false, wasSet: true) That root: org.eclipse.emf.ecore.impl.ENotificationImpl@59f969e8 (eventType: REMOVE, position: 4, notifier: Root@OID388[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject[TRANSIENT], newValue: null, isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@56c7a44c (eventType: ADD, position: 0, notifier: Root@OID388[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: [OID389, OID390, OID391, OID392], newValue: BaseObject@OID398, isTouch: false, wasSet: true) This root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@9a81b10 (eventType: REMOVE, position: 5, notifier: Root@OID388, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject@OID393[INVALID], newValue: null, isTouch: false, wasSet: true) This List: ThisBaseObject 0 [OID398], BaseObject 0 [OID389], BaseObject 1 [OID390], BaseObject 2 [OID391], BaseObject 3 [OID392] That List: ThisBaseObject 0 [OID398], BaseObject 0 [OID389], BaseObject 1 [OID390], BaseObject 2 [OID391], BaseObject 3 [OID392] ******************************************************* ConflictResolverExtendedTest.testAddRemove [H2, JVM, Native] ******************************************************* ******************************************************* ConflictResolverExtendedTest.testAddTailAddHead [H2, JVM, Native] ******************************************************* This root: org.eclipse.emf.ecore.impl.ENotificationImpl@556536b0 (eventType: ADD, position: 5, notifier: Root@OID410[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: null, newValue: BaseObject@oid1[NEW], isTouch: false, wasSet: true) That root: org.eclipse.emf.ecore.impl.ENotificationImpl@42402461 (eventType: ADD, position: 0, notifier: Root@OID410[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: null, newValue: BaseObject@oid1[NEW], isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@6f211a35 (eventType: ADD, position: 5, notifier: Root@OID410[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: [BaseObject@oid1[NEW], OID411, OID412, OID413, OID414, OID415], newValue: BaseObject@OID420, isTouch: false, wasSet: true) This root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@1cf60efd (eventType: ADD, position: 0, notifier: Root@OID410, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: [OID411, OID412, OID413, OID414, OID415, OID420], newValue: BaseObject@OID421, isTouch: false, wasSet: true) This List: ThatBaseObject 0 [OID421], BaseObject 0 [OID411], BaseObject 1 [OID412], BaseObject 2 [OID413], BaseObject 3 [OID414], BaseObject 4 [OID415], ThisBaseObject 0 [OID420] That List: ThatBaseObject 0 [OID421], BaseObject 0 [OID411], BaseObject 1 [OID412], BaseObject 2 [OID413], BaseObject 3 [OID414], BaseObject 4 [OID415], ThisBaseObject 0 [OID420] ******************************************************* ConflictResolverExtendedTest.testAddTailAddTail [H2, JVM, Native] ******************************************************* This root: org.eclipse.emf.ecore.impl.ENotificationImpl@4feb9d46 (eventType: ADD, position: 5, notifier: Root@OID424[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: null, newValue: BaseObject@oid1[NEW], isTouch: false, wasSet: true) That root: org.eclipse.emf.ecore.impl.ENotificationImpl@36dcfc96 (eventType: ADD, position: 5, notifier: Root@OID424[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: null, newValue: BaseObject@oid1[NEW], isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@7863da27 (eventType: ADD, position: 5, notifier: Root@OID424[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: [OID425, OID426, OID427, OID428, OID429, BaseObject@oid1[NEW]], newValue: BaseObject@OID434, isTouch: false, wasSet: true) This root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@47849562 (eventType: ADD, position: 6, notifier: Root@OID424, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: [OID425, OID426, OID427, OID428, OID429, OID434], newValue: BaseObject@OID435, isTouch: false, wasSet: true) This List: BaseObject 0 [OID425], BaseObject 1 [OID426], BaseObject 2 [OID427], BaseObject 3 [OID428], BaseObject 4 [OID429], ThisBaseObject 0 [OID434], ThatBaseObject 0 [OID435] That List: BaseObject 0 [OID425], BaseObject 1 [OID426], BaseObject 2 [OID427], BaseObject 3 [OID428], BaseObject 4 [OID429], ThisBaseObject 0 [OID434], ThatBaseObject 0 [OID435] ******************************************************* ConflictResolverExtendedTest.testAddTailClear [H2, JVM, Native] ******************************************************* This root: org.eclipse.emf.ecore.impl.ENotificationImpl@6b03afad (eventType: ADD, position: 5, notifier: Root@OID438[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: null, newValue: BaseObject@oid1[NEW], isTouch: false, wasSet: true) That root: org.eclipse.emf.ecore.impl.ENotificationImpl@31eb77e5 (eventType: REMOVE_MANY, position: -1, notifier: Root@OID438[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: [BaseObject[TRANSIENT], BaseObject[TRANSIENT], BaseObject[TRANSIENT], BaseObject[TRANSIENT], BaseObject[TRANSIENT]], newValue: null, isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@7324c547 (eventType: ADD, position: 5, notifier: Root@OID438[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: null, newValue: BaseObject@OID448, isTouch: false, wasSet: true) This root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@1b717daa (eventType: REMOVE, position: 0, notifier: Root@OID438, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: null, newValue: null, isTouch: false, wasSet: true) This root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@1b009493 (eventType: REMOVE, position: 0, notifier: Root@OID438, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: null, newValue: null, isTouch: false, wasSet: true) This root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@285b5f16 (eventType: REMOVE, position: 0, notifier: Root@OID438, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: null, newValue: null, isTouch: false, wasSet: true) This root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@10f97023 (eventType: REMOVE, position: 0, notifier: Root@OID438, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: null, newValue: null, isTouch: false, wasSet: true) This root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@75d3bb (eventType: REMOVE, position: 0, notifier: Root@OID438, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: null, newValue: null, isTouch: false, wasSet: true) This List: ThisBaseObject 0 [OID448] That List: ThisBaseObject 0 [OID448] ******************************************************* ConflictResolverExtendedTest.testAddTailMoveHead [H2, JVM, Native] ******************************************************* This root: org.eclipse.emf.ecore.impl.ENotificationImpl@57d62a87 (eventType: ADD, position: 5, notifier: Root@OID451[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: null, newValue: BaseObject@oid1[NEW], isTouch: false, wasSet: true) That root: org.eclipse.emf.ecore.impl.ENotificationImpl@fe821b4 (eventType: REMOVE, position: 0, notifier: Root@OID451[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject[TRANSIENT], newValue: null, isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@552b04dc (eventType: ADD, position: 5, notifier: Root@OID451[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: [OID453, OID454, OID455, OID456], newValue: BaseObject@OID461, isTouch: false, wasSet: true) This root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@4e47ccf9 (eventType: REMOVE, position: 0, notifier: Root@OID451, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: null, newValue: null, isTouch: false, wasSet: true) This List: BaseObject 1 [OID453], BaseObject 2 [OID454], BaseObject 3 [OID455], BaseObject 4 [OID456], ThisBaseObject 0 [OID461] That List: BaseObject 1 [OID453], BaseObject 2 [OID454], BaseObject 3 [OID455], BaseObject 4 [OID456], ThisBaseObject 0 [OID461] ******************************************************* ConflictResolverExtendedTest.testAddTailMoveTail [H2, JVM, Native] ******************************************************* This root: org.eclipse.emf.ecore.impl.ENotificationImpl@43703da7 (eventType: ADD, position: 5, notifier: Root@OID464[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: null, newValue: BaseObject@oid1[NEW], isTouch: false, wasSet: true) That root: org.eclipse.emf.ecore.impl.ENotificationImpl@5a82c240 (eventType: MOVE, position: 0, notifier: Root@OID464[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: 4, newValue: BaseObject@OID469, isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@497032c4 (eventType: ADD, position: 5, notifier: Root@OID464[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: [OID469, OID465, OID466, OID467, OID468], newValue: BaseObject@OID474, isTouch: false, wasSet: true) This root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@17978556 (eventType: MOVE, position: 0, notifier: Root@OID464, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: 4, newValue: BaseObject@OID469, isTouch: false, wasSet: true) This List: BaseObject 4 [OID469], BaseObject 0 [OID465], BaseObject 1 [OID466], BaseObject 2 [OID467], BaseObject 3 [OID468], ThisBaseObject 0 [OID474] That List: BaseObject 4 [OID469], BaseObject 0 [OID465], BaseObject 1 [OID466], BaseObject 2 [OID467], BaseObject 3 [OID468], ThisBaseObject 0 [OID474] ******************************************************* ConflictResolverExtendedTest.testAddTailRemoveHead [H2, JVM, Native] ******************************************************* This root: org.eclipse.emf.ecore.impl.ENotificationImpl@15f8da9a (eventType: ADD, position: 5, notifier: Root@OID477[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: null, newValue: BaseObject@oid1[NEW], isTouch: false, wasSet: true) That root: org.eclipse.emf.ecore.impl.ENotificationImpl@35049668 (eventType: REMOVE, position: 0, notifier: Root@OID477[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject[TRANSIENT], newValue: null, isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@36f5ad9f (eventType: ADD, position: 5, notifier: Root@OID477[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: [OID479, OID480, OID481, OID482], newValue: BaseObject@OID487, isTouch: false, wasSet: true) This root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@4a10fc1f (eventType: REMOVE, position: 0, notifier: Root@OID477, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject@OID478[INVALID], newValue: null, isTouch: false, wasSet: true) This List: BaseObject 1 [OID479], BaseObject 2 [OID480], BaseObject 3 [OID481], BaseObject 4 [OID482], ThisBaseObject 0 [OID487] That List: BaseObject 1 [OID479], BaseObject 2 [OID480], BaseObject 3 [OID481], BaseObject 4 [OID482], ThisBaseObject 0 [OID487] ******************************************************* ConflictResolverExtendedTest.testAddTailRemoveTail [H2, JVM, Native] ******************************************************* This root: org.eclipse.emf.ecore.impl.ENotificationImpl@7fad290b (eventType: ADD, position: 5, notifier: Root@OID490[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: null, newValue: BaseObject@oid1[NEW], isTouch: false, wasSet: true) That root: org.eclipse.emf.ecore.impl.ENotificationImpl@5a5dbd96 (eventType: REMOVE, position: 4, notifier: Root@OID490[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject[TRANSIENT], newValue: null, isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@6250939a (eventType: ADD, position: 5, notifier: Root@OID490[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: [OID491, OID492, OID493, OID494], newValue: BaseObject@OID500, isTouch: false, wasSet: true) This root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@6b99ef9a (eventType: REMOVE, position: 4, notifier: Root@OID490, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject@OID495[INVALID], newValue: null, isTouch: false, wasSet: true) This List: BaseObject 0 [OID491], BaseObject 1 [OID492], BaseObject 2 [OID493], BaseObject 3 [OID494], ThisBaseObject 0 [OID500] That List: BaseObject 0 [OID491], BaseObject 1 [OID492], BaseObject 2 [OID493], BaseObject 3 [OID494], ThisBaseObject 0 [OID500] ******************************************************* ConflictResolverExtendedTest.testChangeChange [H2, JVM, Native] ******************************************************* ******************************************************* ConflictResolverExtendedTest.testChangeRemove [H2, JVM, Native] ******************************************************* ******************************************************* ConflictResolverExtendedTest.testClearAddHead [H2, JVM, Native] ******************************************************* This root: org.eclipse.emf.ecore.impl.ENotificationImpl@3f9b6acd (eventType: REMOVE_MANY, position: -1, notifier: Root@OID519[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: [BaseObject[TRANSIENT], BaseObject[TRANSIENT], BaseObject[TRANSIENT], BaseObject[TRANSIENT], BaseObject[TRANSIENT]], newValue: null, isTouch: false, wasSet: true) That root: org.eclipse.emf.ecore.impl.ENotificationImpl@3d0aaf28 (eventType: ADD, position: 0, notifier: Root@OID519[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: null, newValue: BaseObject@oid1[NEW], isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@5c7fb8eb (eventType: REMOVE_MANY, position: -1, notifier: Root@OID519[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: [BaseObject@oid1[NEW], OID520, OID521, OID522, OID523, OID524], newValue: null, isTouch: false, wasSet: true) This root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@502062f6 (eventType: ADD, position: 0, notifier: Root@OID519, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: null, newValue: BaseObject@OID529, isTouch: false, wasSet: true) This List: ThatBaseObject 0 [OID529] That List: ThatBaseObject 0 [OID529] ******************************************************* ConflictResolverExtendedTest.testClearAddTail [H2, JVM, Native] ******************************************************* This root: org.eclipse.emf.ecore.impl.ENotificationImpl@628dd7d0 (eventType: REMOVE_MANY, position: -1, notifier: Root@OID532[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: [BaseObject[TRANSIENT], BaseObject[TRANSIENT], BaseObject[TRANSIENT], BaseObject[TRANSIENT], BaseObject[TRANSIENT]], newValue: null, isTouch: false, wasSet: true) That root: org.eclipse.emf.ecore.impl.ENotificationImpl@2338e5a2 (eventType: ADD, position: 5, notifier: Root@OID532[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: null, newValue: BaseObject@oid1[NEW], isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@6eb7dd6d (eventType: REMOVE_MANY, position: -1, notifier: Root@OID532[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: [OID533, OID534, OID535, OID536, OID537, BaseObject@oid1[NEW]], newValue: null, isTouch: false, wasSet: true) This root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@4650eae6 (eventType: ADD, position: 0, notifier: Root@OID532, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: null, newValue: BaseObject@OID542, isTouch: false, wasSet: true) This List: ThatBaseObject 0 [OID542] That List: ThatBaseObject 0 [OID542] ******************************************************* ConflictResolverExtendedTest.testClearClear [H2, JVM, Native] ******************************************************* This root: org.eclipse.emf.ecore.impl.ENotificationImpl@4590fe60 (eventType: REMOVE_MANY, position: -1, notifier: Root@OID545[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: [BaseObject[TRANSIENT], BaseObject[TRANSIENT], BaseObject[TRANSIENT], BaseObject[TRANSIENT], BaseObject[TRANSIENT]], newValue: null, isTouch: false, wasSet: true) That root: org.eclipse.emf.ecore.impl.ENotificationImpl@74e2d9c4 (eventType: REMOVE_MANY, position: -1, notifier: Root@OID545[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: [BaseObject[TRANSIENT], BaseObject[TRANSIENT], BaseObject[TRANSIENT], BaseObject[TRANSIENT], BaseObject[TRANSIENT]], newValue: null, isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@be06328 (eventType: REMOVE_MANY, position: -1, notifier: Root@OID545, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: [], newValue: null, isTouch: false, wasSet: true) This List: That List: ******************************************************* ConflictResolverExtendedTest.testClearMoveHead [H2, JVM, Native] ******************************************************* That root: org.eclipse.emf.ecore.impl.ENotificationImpl@638cb8bd (eventType: MOVE, position: 4, notifier: Root@OID557[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: 0, newValue: BaseObject@OID558, isTouch: false, wasSet: true) This root: org.eclipse.emf.ecore.impl.ENotificationImpl@16b371e5 (eventType: REMOVE_MANY, position: -1, notifier: Root@OID557[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: [BaseObject[TRANSIENT], BaseObject[TRANSIENT], BaseObject[TRANSIENT], BaseObject[TRANSIENT], BaseObject[TRANSIENT]], newValue: null, isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@7abb5153 (eventType: REMOVE_MANY, position: -1, notifier: Root@OID557, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: [BaseObject@OID559[INVALID], OID560, OID561, OID562, BaseObject@OID558[INVALID]], newValue: null, isTouch: false, wasSet: true) This List: That List: ******************************************************* ConflictResolverExtendedTest.testClearMoveTail [H2, JVM, Native] ******************************************************* That root: org.eclipse.emf.ecore.impl.ENotificationImpl@6d120bf1 (eventType: MOVE, position: 0, notifier: Root@OID569[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: 4, newValue: BaseObject@OID574, isTouch: false, wasSet: true) This root: org.eclipse.emf.ecore.impl.ENotificationImpl@6d38cef3 (eventType: REMOVE_MANY, position: -1, notifier: Root@OID569[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: [BaseObject[TRANSIENT], BaseObject[TRANSIENT], BaseObject[TRANSIENT], BaseObject[TRANSIENT], BaseObject[TRANSIENT]], newValue: null, isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@4a54d1f6 (eventType: REMOVE_MANY, position: -1, notifier: Root@OID569, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: [BaseObject@OID574[INVALID], OID570, OID571, OID572, BaseObject@OID573[INVALID]], newValue: null, isTouch: false, wasSet: true) This List: That List: ******************************************************* ConflictResolverExtendedTest.testClearRemoveHead [H2, JVM, Native] ******************************************************* That root: org.eclipse.emf.ecore.impl.ENotificationImpl@250bf24e (eventType: REMOVE, position: 0, notifier: Root@OID581[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject[TRANSIENT], newValue: null, isTouch: false, wasSet: true) This root: org.eclipse.emf.ecore.impl.ENotificationImpl@6e144e91 (eventType: REMOVE_MANY, position: -1, notifier: Root@OID581[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: [BaseObject[TRANSIENT], BaseObject[TRANSIENT], BaseObject[TRANSIENT], BaseObject[TRANSIENT], BaseObject[TRANSIENT]], newValue: null, isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@2c6d7275 (eventType: REMOVE_MANY, position: -1, notifier: Root@OID581, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: [BaseObject@OID583[INVALID], OID584, OID585, OID586], newValue: null, isTouch: false, wasSet: true) This List: That List: ******************************************************* ConflictResolverExtendedTest.testClearRemoveTail [H2, JVM, Native] ******************************************************* That root: org.eclipse.emf.ecore.impl.ENotificationImpl@664ada36 (eventType: REMOVE, position: 4, notifier: Root@OID593[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject[TRANSIENT], newValue: null, isTouch: false, wasSet: true) This root: org.eclipse.emf.ecore.impl.ENotificationImpl@676ac69f (eventType: REMOVE_MANY, position: -1, notifier: Root@OID593[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: [BaseObject[TRANSIENT], BaseObject[TRANSIENT], BaseObject[TRANSIENT], BaseObject[TRANSIENT], BaseObject[TRANSIENT]], newValue: null, isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@3de732be (eventType: REMOVE_MANY, position: -1, notifier: Root@OID593, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: [OID594, OID595, OID596, BaseObject@OID597[INVALID]], newValue: null, isTouch: false, wasSet: true) This List: That List: ******************************************************* ConflictResolverExtendedTest.testContainerAddDifferentParent [H2, JVM, Native] ******************************************************* ******************************************************* ConflictResolverExtendedTest.testManyValuedAddAdd [H2, JVM, Native] ******************************************************* ******************************************************* ConflictResolverExtendedTest.testManyValuedAddAddRemoveRemove [H2, JVM, Native] ******************************************************* ******************************************************* ConflictResolverExtendedTest.testManyValuedAddAddRemoveRemove2 [H2, JVM, Native] ******************************************************* ******************************************************* ConflictResolverExtendedTest.testManyValuedAddAdd_SameValue [H2, JVM, Native] ******************************************************* ******************************************************* ConflictResolverExtendedTest.testManyValuedAddChange [H2, JVM, Native] ******************************************************* ******************************************************* ConflictResolverExtendedTest.testManyValuedAddRemove [H2, JVM, Native] ******************************************************* ******************************************************* ConflictResolverExtendedTest.testManyValuedAddSet_SameValue [H2, JVM, Native] ******************************************************* ******************************************************* ConflictResolverExtendedTest.testManyValuedChangeAdd [H2, JVM, Native] ******************************************************* ******************************************************* ConflictResolverExtendedTest.testManyValuedChangeChange [H2, JVM, Native] ******************************************************* ******************************************************* ConflictResolverExtendedTest.testManyValuedChangeChangeTest2 [H2, JVM, Native] ******************************************************* ******************************************************* ConflictResolverExtendedTest.testManyValuedChangeRemove [H2, JVM, Native] ******************************************************* ******************************************************* ConflictResolverExtendedTest.testManyValuedChangeRemoveTest2 [H2, JVM, Native] ******************************************************* ******************************************************* ConflictResolverExtendedTest.testManyValuedRemoveAdd [H2, JVM, Native] ******************************************************* ******************************************************* ConflictResolverExtendedTest.testManyValuedRemoveChange [H2, JVM, Native] ******************************************************* ******************************************************* ConflictResolverExtendedTest.testManyValuedRemoveChangeTest2 [H2, JVM, Native] ******************************************************* ******************************************************* ConflictResolverExtendedTest.testManyValuedRemoveRemove [H2, JVM, Native] ******************************************************* ******************************************************* ConflictResolverExtendedTest.testManyValuedRemoveRemoveAddAdd [H2, JVM, Native] ******************************************************* ******************************************************* ConflictResolverExtendedTest.testManyValuedRemoveRemoveTest2 [H2, JVM, Native] ******************************************************* ******************************************************* ConflictResolverExtendedTest.testManyValuedSetAdd_SameValue [H2, JVM, Native] ******************************************************* ******************************************************* ConflictResolverExtendedTest.testMoveHeadAddHead [H2, JVM, Native] ******************************************************* This root: org.eclipse.emf.ecore.impl.ENotificationImpl@6ef587d1 (eventType: MOVE, position: 4, notifier: Root@OID798[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: 0, newValue: BaseObject@OID799, isTouch: false, wasSet: true) That root: org.eclipse.emf.ecore.impl.ENotificationImpl@72134e55 (eventType: ADD, position: 0, notifier: Root@OID798[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: null, newValue: BaseObject@oid1[NEW], isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@3df08101 (eventType: MOVE, position: 4, notifier: Root@OID798[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: 0, newValue: UNKNOWN, isTouch: false, wasSet: true) This root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@101d6957 (eventType: ADD, position: 4, notifier: Root@OID798, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: [OID800, OID801, OID802, OID803, OID799], newValue: BaseObject@OID808, isTouch: false, wasSet: true) This List: BaseObject 1 [OID800], BaseObject 2 [OID801], BaseObject 3 [OID802], BaseObject 4 [OID803], ThatBaseObject 0 [OID808], BaseObject 0 [OID799] That List: BaseObject 1 [OID800], BaseObject 2 [OID801], BaseObject 3 [OID802], BaseObject 4 [OID803], ThatBaseObject 0 [OID808], BaseObject 0 [OID799] ******************************************************* ConflictResolverExtendedTest.testMoveHeadAddTail [H2, JVM, Native] ******************************************************* This root: org.eclipse.emf.ecore.impl.ENotificationImpl@1b1e744a (eventType: MOVE, position: 4, notifier: Root@OID811[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: 0, newValue: BaseObject@OID812, isTouch: false, wasSet: true) That root: org.eclipse.emf.ecore.impl.ENotificationImpl@407fa6b1 (eventType: ADD, position: 5, notifier: Root@OID811[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: null, newValue: BaseObject@oid1[NEW], isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@1ad2fe05 (eventType: MOVE, position: 4, notifier: Root@OID811[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: 0, newValue: UNKNOWN, isTouch: false, wasSet: true) This root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@1acca77d (eventType: ADD, position: 5, notifier: Root@OID811, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: [OID813, OID814, OID815, OID816, OID812], newValue: BaseObject@OID821, isTouch: false, wasSet: true) This List: BaseObject 1 [OID813], BaseObject 2 [OID814], BaseObject 3 [OID815], BaseObject 4 [OID816], BaseObject 0 [OID812], ThatBaseObject 0 [OID821] That List: BaseObject 1 [OID813], BaseObject 2 [OID814], BaseObject 3 [OID815], BaseObject 4 [OID816], BaseObject 0 [OID812], ThatBaseObject 0 [OID821] ******************************************************* ConflictResolverExtendedTest.testMoveHeadClear [H2, JVM, Native] ******************************************************* This root: org.eclipse.emf.ecore.impl.ENotificationImpl@391dbf0d (eventType: MOVE, position: 4, notifier: Root@OID824[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: 0, newValue: BaseObject@OID825, isTouch: false, wasSet: true) That root: org.eclipse.emf.ecore.impl.ENotificationImpl@1ee1bd80 (eventType: REMOVE_MANY, position: -1, notifier: Root@OID824[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: [BaseObject[TRANSIENT], BaseObject[TRANSIENT], BaseObject[TRANSIENT], BaseObject[TRANSIENT], BaseObject[TRANSIENT]], newValue: null, isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@3b399b08 (eventType: MOVE, position: 4, notifier: Root@OID824[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: 0, newValue: UNKNOWN, isTouch: false, wasSet: true) This root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@1b31b988 (eventType: REMOVE_MANY, position: -1, notifier: Root@OID824, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: [BaseObject@OID826[INVALID], OID827, OID828, OID829, BaseObject@OID825[INVALID]], newValue: null, isTouch: false, wasSet: true) This List: That List: ******************************************************* ConflictResolverExtendedTest.testMoveHeadMoveHead [H2, JVM, Native] ******************************************************* This root: org.eclipse.emf.ecore.impl.ENotificationImpl@5ab14afc (eventType: MOVE, position: 4, notifier: Root@OID836[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: 0, newValue: BaseObject@OID837, isTouch: false, wasSet: true) That root: org.eclipse.emf.ecore.impl.ENotificationImpl@1c1bdf1 (eventType: MOVE, position: 4, notifier: Root@OID836[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: 0, newValue: BaseObject@OID837, isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@298b6772 (eventType: MOVE, position: 4, notifier: Root@OID836, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: 0, newValue: UNKNOWN, isTouch: false, wasSet: true) This List: BaseObject 1 [OID838], BaseObject 2 [OID839], BaseObject 3 [OID840], BaseObject 4 [OID841], BaseObject 0 [OID837] That List: BaseObject 1 [OID838], BaseObject 2 [OID839], BaseObject 3 [OID840], BaseObject 4 [OID841], BaseObject 0 [OID837] ******************************************************* ConflictResolverExtendedTest.testMoveHeadMoveHeadRemoveMiddle [H2, JVM, Native] ******************************************************* This root: org.eclipse.emf.ecore.impl.ENotificationImpl@18e390f1 (eventType: MOVE, position: 4, notifier: Root@OID848[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: 0, newValue: BaseObject@OID849, isTouch: false, wasSet: true) That root: org.eclipse.emf.ecore.impl.ENotificationImpl@23b2796f (eventType: MOVE, position: 4, notifier: Root@OID848[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: 0, newValue: BaseObject@OID849, isTouch: false, wasSet: true) That root: org.eclipse.emf.ecore.impl.ENotificationImpl@3d94eca (eventType: REMOVE, position: 1, notifier: Root@OID848[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject[TRANSIENT], newValue: null, isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@7038ca9c (eventType: MOVE, position: 4, notifier: Root@OID848[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: 0, newValue: UNKNOWN, isTouch: false, wasSet: true) This root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@31cc6c9c (eventType: REMOVE, position: 1, notifier: Root@OID848, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject@OID851[INVALID], newValue: null, isTouch: false, wasSet: true) This List: BaseObject 1 [OID850], BaseObject 3 [OID852], BaseObject 4 [OID853], BaseObject 0 [OID849] That List: BaseObject 1 [OID850], BaseObject 3 [OID852], BaseObject 4 [OID853], BaseObject 0 [OID849] ******************************************************* ConflictResolverExtendedTest.testMoveHeadMoveTail [H2, JVM, Native] ******************************************************* This root: org.eclipse.emf.ecore.impl.ENotificationImpl@2cd4557a (eventType: MOVE, position: 4, notifier: Root@OID860[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: 0, newValue: BaseObject@OID861, isTouch: false, wasSet: true) That root: org.eclipse.emf.ecore.impl.ENotificationImpl@40f4c67b (eventType: MOVE, position: 0, notifier: Root@OID860[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: 4, newValue: BaseObject@OID865, isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@ba5afe6 (eventType: MOVE, position: 4, notifier: Root@OID860[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: 0, newValue: UNKNOWN, isTouch: false, wasSet: true) This root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@6acb3a3b (eventType: MOVE, position: 0, notifier: Root@OID860, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: 3, newValue: BaseObject@OID865, isTouch: false, wasSet: true) This List: BaseObject 4 [OID865], BaseObject 1 [OID862], BaseObject 2 [OID863], BaseObject 3 [OID864], BaseObject 0 [OID861] That List: BaseObject 4 [OID865], BaseObject 1 [OID862], BaseObject 2 [OID863], BaseObject 3 [OID864], BaseObject 0 [OID861] ******************************************************* ConflictResolverExtendedTest.testMoveHeadRemoveHead [H2, JVM, Native] ******************************************************* This root: org.eclipse.emf.ecore.impl.ENotificationImpl@4fc61ce2 (eventType: MOVE, position: 4, notifier: Root@OID872[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: 0, newValue: BaseObject@OID873, isTouch: false, wasSet: true) That root: org.eclipse.emf.ecore.impl.ENotificationImpl@3a63c67a (eventType: REMOVE, position: 0, notifier: Root@OID872[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject[TRANSIENT], newValue: null, isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@50d62068 (eventType: MOVE, position: 4, notifier: Root@OID872[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: 0, newValue: UNKNOWN, isTouch: false, wasSet: true) This root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@1508a9e9 (eventType: REMOVE, position: 4, notifier: Root@OID872, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject@OID873[INVALID], newValue: null, isTouch: false, wasSet: true) This List: BaseObject 1 [OID874], BaseObject 2 [OID875], BaseObject 3 [OID876], BaseObject 4 [OID877] That List: BaseObject 1 [OID874], BaseObject 2 [OID875], BaseObject 3 [OID876], BaseObject 4 [OID877] ******************************************************* ConflictResolverExtendedTest.testMoveHeadRemoveHeadRemoveMiddle [H2, JVM, Native] ******************************************************* This root: org.eclipse.emf.ecore.impl.ENotificationImpl@2b8cdc3b (eventType: REMOVE, position: 0, notifier: Root@OID884[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject[TRANSIENT], newValue: null, isTouch: false, wasSet: true) That root: org.eclipse.emf.ecore.impl.ENotificationImpl@2d1e7a01 (eventType: MOVE, position: 4, notifier: Root@OID884[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: 0, newValue: BaseObject@OID885, isTouch: false, wasSet: true) That root: org.eclipse.emf.ecore.impl.ENotificationImpl@2a986f55 (eventType: REMOVE, position: 1, notifier: Root@OID884[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject[TRANSIENT], newValue: null, isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@279e863 (eventType: REMOVE, position: 0, notifier: Root@OID884[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: UNKNOWN, newValue: null, isTouch: false, wasSet: true) This root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@4cf6a0a2 (eventType: REMOVE, position: 1, notifier: Root@OID884, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject@OID887[INVALID], newValue: null, isTouch: false, wasSet: true) This List: BaseObject 1 [OID886], BaseObject 3 [OID888], BaseObject 4 [OID889] That List: BaseObject 1 [OID886], BaseObject 3 [OID888], BaseObject 4 [OID889] ******************************************************* ConflictResolverExtendedTest.testMoveHeadRemoveTail [H2, JVM, Native] ******************************************************* This root: org.eclipse.emf.ecore.impl.ENotificationImpl@48892484 (eventType: MOVE, position: 4, notifier: Root@OID896[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: 0, newValue: BaseObject@OID897, isTouch: false, wasSet: true) That root: org.eclipse.emf.ecore.impl.ENotificationImpl@6683a77e (eventType: REMOVE, position: 4, notifier: Root@OID896[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject[TRANSIENT], newValue: null, isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@7b6e6a95 (eventType: MOVE, position: 4, notifier: Root@OID896[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: 0, newValue: UNKNOWN, isTouch: false, wasSet: true) This root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@4ba2ca5a (eventType: REMOVE, position: 3, notifier: Root@OID896, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject@OID901[INVALID], newValue: null, isTouch: false, wasSet: true) This List: BaseObject 1 [OID898], BaseObject 2 [OID899], BaseObject 3 [OID900], BaseObject 0 [OID897] That List: BaseObject 1 [OID898], BaseObject 2 [OID899], BaseObject 3 [OID900], BaseObject 0 [OID897] ******************************************************* ConflictResolverExtendedTest.testMoveTailAddHead [H2, JVM, Native] ******************************************************* This root: org.eclipse.emf.ecore.impl.ENotificationImpl@4da62a98 (eventType: MOVE, position: 0, notifier: Root@OID908[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: 4, newValue: BaseObject@OID913, isTouch: false, wasSet: true) That root: org.eclipse.emf.ecore.impl.ENotificationImpl@1eb74fe0 (eventType: ADD, position: 0, notifier: Root@OID908[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: null, newValue: BaseObject@oid1[NEW], isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@1965a7b0 (eventType: MOVE, position: 0, notifier: Root@OID908[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: 4, newValue: UNKNOWN, isTouch: false, wasSet: true) This root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@71bd60f0 (eventType: ADD, position: 1, notifier: Root@OID908, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: [OID913, OID909, OID910, OID911, OID912], newValue: BaseObject@OID918, isTouch: false, wasSet: true) This List: BaseObject 4 [OID913], ThatBaseObject 0 [OID918], BaseObject 0 [OID909], BaseObject 1 [OID910], BaseObject 2 [OID911], BaseObject 3 [OID912] That List: BaseObject 4 [OID913], ThatBaseObject 0 [OID918], BaseObject 0 [OID909], BaseObject 1 [OID910], BaseObject 2 [OID911], BaseObject 3 [OID912] ******************************************************* ConflictResolverExtendedTest.testMoveTailAddTail [H2, JVM, Native] ******************************************************* This root: org.eclipse.emf.ecore.impl.ENotificationImpl@56f507d5 (eventType: MOVE, position: 0, notifier: Root@OID921[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: 4, newValue: BaseObject@OID926, isTouch: false, wasSet: true) That root: org.eclipse.emf.ecore.impl.ENotificationImpl@47f21c64 (eventType: ADD, position: 5, notifier: Root@OID921[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: null, newValue: BaseObject@oid1[NEW], isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@3168c328 (eventType: MOVE, position: 0, notifier: Root@OID921[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: 4, newValue: UNKNOWN, isTouch: false, wasSet: true) This root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@3335df3 (eventType: ADD, position: 5, notifier: Root@OID921, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: [OID926, OID922, OID923, OID924, OID925], newValue: BaseObject@OID931, isTouch: false, wasSet: true) This List: BaseObject 4 [OID926], BaseObject 0 [OID922], BaseObject 1 [OID923], BaseObject 2 [OID924], BaseObject 3 [OID925], ThatBaseObject 0 [OID931] That List: BaseObject 4 [OID926], BaseObject 0 [OID922], BaseObject 1 [OID923], BaseObject 2 [OID924], BaseObject 3 [OID925], ThatBaseObject 0 [OID931] ******************************************************* ConflictResolverExtendedTest.testMoveTailClear [H2, JVM, Native] ******************************************************* This root: org.eclipse.emf.ecore.impl.ENotificationImpl@5dc7e6b1 (eventType: MOVE, position: 0, notifier: Root@OID934[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: 4, newValue: BaseObject@OID939, isTouch: false, wasSet: true) That root: org.eclipse.emf.ecore.impl.ENotificationImpl@69556153 (eventType: REMOVE_MANY, position: -1, notifier: Root@OID934[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: [BaseObject[TRANSIENT], BaseObject[TRANSIENT], BaseObject[TRANSIENT], BaseObject[TRANSIENT], BaseObject[TRANSIENT]], newValue: null, isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@107d0dc1 (eventType: MOVE, position: 0, notifier: Root@OID934[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: 4, newValue: UNKNOWN, isTouch: false, wasSet: true) This root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@50d31975 (eventType: REMOVE_MANY, position: -1, notifier: Root@OID934, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: [BaseObject@OID939[INVALID], OID935, OID936, OID937, BaseObject@OID938[INVALID]], newValue: null, isTouch: false, wasSet: true) This List: That List: ******************************************************* ConflictResolverExtendedTest.testMoveTailMoveHead [H2, JVM, Native] ******************************************************* This root: org.eclipse.emf.ecore.impl.ENotificationImpl@d73e948 (eventType: MOVE, position: 0, notifier: Root@OID946[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: 4, newValue: BaseObject@OID951, isTouch: false, wasSet: true) That root: org.eclipse.emf.ecore.impl.ENotificationImpl@77114fea (eventType: MOVE, position: 4, notifier: Root@OID946[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: 0, newValue: BaseObject@OID947, isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@35f45fdf (eventType: MOVE, position: 0, notifier: Root@OID946[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: 4, newValue: UNKNOWN, isTouch: false, wasSet: true) This root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@56618a69 (eventType: MOVE, position: 4, notifier: Root@OID946, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: 1, newValue: BaseObject@OID947, isTouch: false, wasSet: true) This List: BaseObject 4 [OID951], BaseObject 1 [OID948], BaseObject 2 [OID949], BaseObject 3 [OID950], BaseObject 0 [OID947] That List: BaseObject 4 [OID951], BaseObject 1 [OID948], BaseObject 2 [OID949], BaseObject 3 [OID950], BaseObject 0 [OID947] ******************************************************* ConflictResolverExtendedTest.testMoveTailMoveTail [H2, JVM, Native] ******************************************************* This root: org.eclipse.emf.ecore.impl.ENotificationImpl@44e66825 (eventType: MOVE, position: 0, notifier: Root@OID958[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: 4, newValue: BaseObject@OID963, isTouch: false, wasSet: true) That root: org.eclipse.emf.ecore.impl.ENotificationImpl@43d26560 (eventType: MOVE, position: 0, notifier: Root@OID958[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: 4, newValue: BaseObject@OID963, isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@beffef4 (eventType: MOVE, position: 0, notifier: Root@OID958, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: 4, newValue: UNKNOWN, isTouch: false, wasSet: true) This List: BaseObject 4 [OID963], BaseObject 0 [OID959], BaseObject 1 [OID960], BaseObject 2 [OID961], BaseObject 3 [OID962] That List: BaseObject 4 [OID963], BaseObject 0 [OID959], BaseObject 1 [OID960], BaseObject 2 [OID961], BaseObject 3 [OID962] ******************************************************* ConflictResolverExtendedTest.testMoveTailRemoveHead [H2, JVM, Native] ******************************************************* This root: org.eclipse.emf.ecore.impl.ENotificationImpl@28bf9731 (eventType: MOVE, position: 0, notifier: Root@OID970[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: 4, newValue: BaseObject@OID975, isTouch: false, wasSet: true) That root: org.eclipse.emf.ecore.impl.ENotificationImpl@64b0b75 (eventType: REMOVE, position: 0, notifier: Root@OID970[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject[TRANSIENT], newValue: null, isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@fe24c1b (eventType: MOVE, position: 0, notifier: Root@OID970[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: 4, newValue: UNKNOWN, isTouch: false, wasSet: true) This root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@3e8e01c (eventType: REMOVE, position: 1, notifier: Root@OID970, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject@OID971[INVALID], newValue: null, isTouch: false, wasSet: true) This List: BaseObject 4 [OID975], BaseObject 1 [OID972], BaseObject 2 [OID973], BaseObject 3 [OID974] That List: BaseObject 4 [OID975], BaseObject 1 [OID972], BaseObject 2 [OID973], BaseObject 3 [OID974] ******************************************************* ConflictResolverExtendedTest.testMoveTailRemoveTail [H2, JVM, Native] ******************************************************* This root: org.eclipse.emf.ecore.impl.ENotificationImpl@4df9e84a (eventType: MOVE, position: 0, notifier: Root@OID982[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: 4, newValue: BaseObject@OID987, isTouch: false, wasSet: true) That root: org.eclipse.emf.ecore.impl.ENotificationImpl@930812e (eventType: REMOVE, position: 4, notifier: Root@OID982[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject[TRANSIENT], newValue: null, isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@7cb5832e (eventType: MOVE, position: 0, notifier: Root@OID982[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: 4, newValue: UNKNOWN, isTouch: false, wasSet: true) This root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@4b255415 (eventType: REMOVE, position: 0, notifier: Root@OID982, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject@OID987[INVALID], newValue: null, isTouch: false, wasSet: true) This List: BaseObject 0 [OID983], BaseObject 1 [OID984], BaseObject 2 [OID985], BaseObject 3 [OID986] That List: BaseObject 0 [OID983], BaseObject 1 [OID984], BaseObject 2 [OID985], BaseObject 3 [OID986] ******************************************************* ConflictResolverExtendedTest.testRemoveAdd [H2, JVM, Native] ******************************************************* ******************************************************* ConflictResolverExtendedTest.testRemoveChange [H2, JVM, Native] ******************************************************* ******************************************************* ConflictResolverExtendedTest.testRemoveHeadAddChildHead [H2, JVM, Native] ******************************************************* This root: org.eclipse.emf.ecore.impl.ENotificationImpl@29e41145 (eventType: REMOVE, position: 0, notifier: Root@OID1010[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@3fd9e01c (name: listB) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: ContainmentObject[TRANSIENT], newValue: null, isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@34d28c82 (eventType: REMOVE, position: 0, notifier: Root@OID1010, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@3fd9e01c (name: listB) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: UNKNOWN, newValue: null, isTouch: false, wasSet: true) ******************************************************* ConflictResolverExtendedTest.testRemoveHeadAddHead [H2, JVM, Native] ******************************************************* This root: org.eclipse.emf.ecore.impl.ENotificationImpl@28e051c5 (eventType: REMOVE, position: 0, notifier: Root@OID1022[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject[TRANSIENT], newValue: null, isTouch: false, wasSet: true) That root: org.eclipse.emf.ecore.impl.ENotificationImpl@31d1ab27 (eventType: ADD, position: 0, notifier: Root@OID1022[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: null, newValue: BaseObject@oid1[NEW], isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@71a26af7 (eventType: REMOVE, position: 0, notifier: Root@OID1022[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: UNKNOWN, newValue: null, isTouch: false, wasSet: true) This root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@4306d0b7 (eventType: ADD, position: 0, notifier: Root@OID1022, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: [OID1024, OID1025, OID1026, OID1027], newValue: BaseObject@OID1032, isTouch: false, wasSet: true) This List: ThatBaseObject 0 [OID1032], BaseObject 1 [OID1024], BaseObject 2 [OID1025], BaseObject 3 [OID1026], BaseObject 4 [OID1027] That List: ThatBaseObject 0 [OID1032], BaseObject 1 [OID1024], BaseObject 2 [OID1025], BaseObject 3 [OID1026], BaseObject 4 [OID1027] ******************************************************* ConflictResolverExtendedTest.testRemoveHeadAddTail [H2, JVM, Native] ******************************************************* This root: org.eclipse.emf.ecore.impl.ENotificationImpl@7594f388 (eventType: REMOVE, position: 0, notifier: Root@OID1035[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject[TRANSIENT], newValue: null, isTouch: false, wasSet: true) That root: org.eclipse.emf.ecore.impl.ENotificationImpl@1adba4c8 (eventType: ADD, position: 5, notifier: Root@OID1035[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: null, newValue: BaseObject@oid1[NEW], isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@6cc8c4d4 (eventType: REMOVE, position: 0, notifier: Root@OID1035[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: UNKNOWN, newValue: null, isTouch: false, wasSet: true) This root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@3b55ec2f (eventType: ADD, position: 4, notifier: Root@OID1035, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: [OID1037, OID1038, OID1039, OID1040], newValue: BaseObject@OID1045, isTouch: false, wasSet: true) This List: BaseObject 1 [OID1037], BaseObject 2 [OID1038], BaseObject 3 [OID1039], BaseObject 4 [OID1040], ThatBaseObject 0 [OID1045] That List: BaseObject 1 [OID1037], BaseObject 2 [OID1038], BaseObject 3 [OID1039], BaseObject 4 [OID1040], ThatBaseObject 0 [OID1045] ******************************************************* ConflictResolverExtendedTest.testRemoveHeadClear [H2, JVM, Native] ******************************************************* This root: org.eclipse.emf.ecore.impl.ENotificationImpl@4e532a4d (eventType: REMOVE, position: 0, notifier: Root@OID1048[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject[TRANSIENT], newValue: null, isTouch: false, wasSet: true) That root: org.eclipse.emf.ecore.impl.ENotificationImpl@348b2590 (eventType: REMOVE_MANY, position: -1, notifier: Root@OID1048[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: [BaseObject[TRANSIENT], BaseObject[TRANSIENT], BaseObject[TRANSIENT], BaseObject[TRANSIENT], BaseObject[TRANSIENT]], newValue: null, isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@267b5bad (eventType: REMOVE, position: 0, notifier: Root@OID1048[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: UNKNOWN, newValue: null, isTouch: false, wasSet: true) This root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@23df3dd7 (eventType: REMOVE_MANY, position: -1, notifier: Root@OID1048, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: [BaseObject@OID1050[INVALID], OID1051, OID1052, OID1053], newValue: null, isTouch: false, wasSet: true) This List: That List: ******************************************************* ConflictResolverExtendedTest.testRemoveHeadMoveChildHead [H2, JVM, Native] ******************************************************* This root: org.eclipse.emf.ecore.impl.ENotificationImpl@5aeaf0fc (eventType: REMOVE, position: 0, notifier: Root@OID1060[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@3fd9e01c (name: listB) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: ContainmentObject[TRANSIENT], newValue: null, isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@6e752821 (eventType: REMOVE, position: 0, notifier: Root@OID1060, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@3fd9e01c (name: listB) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: UNKNOWN, newValue: null, isTouch: false, wasSet: true) ******************************************************* ConflictResolverExtendedTest.testRemoveHeadMoveHead [H2, JVM, Native] ******************************************************* This root: org.eclipse.emf.ecore.impl.ENotificationImpl@22740548 (eventType: REMOVE, position: 0, notifier: Root@OID1072[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject[TRANSIENT], newValue: null, isTouch: false, wasSet: true) That root: org.eclipse.emf.ecore.impl.ENotificationImpl@6f5e9a6 (eventType: MOVE, position: 4, notifier: Root@OID1072[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: 0, newValue: BaseObject@OID1073, isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@3ea96123 (eventType: REMOVE, position: 0, notifier: Root@OID1072, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: UNKNOWN, newValue: null, isTouch: false, wasSet: true) This List: BaseObject 1 [OID1074], BaseObject 2 [OID1075], BaseObject 3 [OID1076], BaseObject 4 [OID1077] That List: BaseObject 1 [OID1074], BaseObject 2 [OID1075], BaseObject 3 [OID1076], BaseObject 4 [OID1077] ******************************************************* ConflictResolverExtendedTest.testRemoveHeadMoveHeadRemoveMiddle [H2, JVM, Native] ******************************************************* This root: org.eclipse.emf.ecore.impl.ENotificationImpl@829012e (eventType: REMOVE, position: 0, notifier: Root@OID1084[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject[TRANSIENT], newValue: null, isTouch: false, wasSet: true) That root: org.eclipse.emf.ecore.impl.ENotificationImpl@4512377a (eventType: MOVE, position: 4, notifier: Root@OID1084[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: 0, newValue: BaseObject@OID1085, isTouch: false, wasSet: true) That root: org.eclipse.emf.ecore.impl.ENotificationImpl@18bd08bc (eventType: REMOVE, position: 1, notifier: Root@OID1084[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject[TRANSIENT], newValue: null, isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@6d50e090 (eventType: REMOVE, position: 0, notifier: Root@OID1084[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: UNKNOWN, newValue: null, isTouch: false, wasSet: true) This root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@6ba3546 (eventType: REMOVE, position: 1, notifier: Root@OID1084, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: null, newValue: null, isTouch: false, wasSet: true) This List: BaseObject 1 [OID1086], BaseObject 3 [OID1088], BaseObject 4 [OID1089] That List: BaseObject 1 [OID1086], BaseObject 3 [OID1088], BaseObject 4 [OID1089] ******************************************************* ConflictResolverExtendedTest.testRemoveHeadMoveTail [H2, JVM, Native] ******************************************************* This root: org.eclipse.emf.ecore.impl.ENotificationImpl@7648f1de (eventType: REMOVE, position: 0, notifier: Root@OID1096[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject[TRANSIENT], newValue: null, isTouch: false, wasSet: true) That root: org.eclipse.emf.ecore.impl.ENotificationImpl@7ca89936 (eventType: MOVE, position: 0, notifier: Root@OID1096[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: 4, newValue: BaseObject@OID1101, isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@7f5f8f6c (eventType: REMOVE, position: 0, notifier: Root@OID1096[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: UNKNOWN, newValue: null, isTouch: false, wasSet: true) This root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@781e319e (eventType: MOVE, position: 0, notifier: Root@OID1096, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: 3, newValue: BaseObject@OID1101, isTouch: false, wasSet: true) This List: BaseObject 4 [OID1101], BaseObject 1 [OID1098], BaseObject 2 [OID1099], BaseObject 3 [OID1100] That List: BaseObject 4 [OID1101], BaseObject 1 [OID1098], BaseObject 2 [OID1099], BaseObject 3 [OID1100] ******************************************************* ConflictResolverExtendedTest.testRemoveHeadReAttachHead [H2, JVM, Native] ******************************************************* This root: org.eclipse.emf.ecore.impl.ENotificationImpl@741ad2dc (eventType: REMOVE, position: 0, notifier: Root@OID1108[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@3fd9e01c (name: listB) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: ContainmentObject[TRANSIENT], newValue: null, isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@34e1fb15 (eventType: REMOVE, position: 0, notifier: Root@OID1108, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@3fd9e01c (name: listB) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: UNKNOWN, newValue: null, isTouch: false, wasSet: true) This List: ContainmentObject 1 [OID1117] That List: ContainmentObject 1 [OID1117] ******************************************************* ConflictResolverExtendedTest.testRemoveHeadRemoveChildChildHead [H2, JVM, Native] ******************************************************* This root: org.eclipse.emf.ecore.impl.ENotificationImpl@4c5bc3e0 (eventType: REMOVE, position: 0, notifier: Root@OID1120[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@3fd9e01c (name: listB) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: ContainmentObject[TRANSIENT], newValue: null, isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@11b355f3 (eventType: REMOVE, position: 0, notifier: Root@OID1120, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@3fd9e01c (name: listB) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: UNKNOWN, newValue: null, isTouch: false, wasSet: true) ******************************************************* ConflictResolverExtendedTest.testRemoveHeadRemoveChildHead [H2, JVM, Native] ******************************************************* This root: org.eclipse.emf.ecore.impl.ENotificationImpl@cb12640 (eventType: REMOVE, position: 0, notifier: Root@OID1132[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@3fd9e01c (name: listB) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: ContainmentObject[TRANSIENT], newValue: null, isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@5bfff251 (eventType: REMOVE, position: 0, notifier: Root@OID1132, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@3fd9e01c (name: listB) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: UNKNOWN, newValue: null, isTouch: false, wasSet: true) ******************************************************* ConflictResolverExtendedTest.testRemoveHeadRemoveHead [H2, JVM, Native] ******************************************************* This root: org.eclipse.emf.ecore.impl.ENotificationImpl@30d931c2 (eventType: REMOVE, position: 0, notifier: Root@OID1144[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject[TRANSIENT], newValue: null, isTouch: false, wasSet: true) That root: org.eclipse.emf.ecore.impl.ENotificationImpl@25ae81e7 (eventType: REMOVE, position: 0, notifier: Root@OID1144[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject[TRANSIENT], newValue: null, isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@4947ae3e (eventType: REMOVE, position: 0, notifier: Root@OID1144, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: UNKNOWN, newValue: null, isTouch: false, wasSet: true) This List: BaseObject 1 [OID1146], BaseObject 2 [OID1147], BaseObject 3 [OID1148], BaseObject 4 [OID1149] That List: BaseObject 1 [OID1146], BaseObject 2 [OID1147], BaseObject 3 [OID1148], BaseObject 4 [OID1149] ******************************************************* ConflictResolverExtendedTest.testRemoveHeadRemoveTail [H2, JVM, Native] ******************************************************* This root: org.eclipse.emf.ecore.impl.ENotificationImpl@76933950 (eventType: REMOVE, position: 0, notifier: Root@OID1156[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject[TRANSIENT], newValue: null, isTouch: false, wasSet: true) That root: org.eclipse.emf.ecore.impl.ENotificationImpl@7cd45237 (eventType: REMOVE, position: 4, notifier: Root@OID1156[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject[TRANSIENT], newValue: null, isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@543245c5 (eventType: REMOVE, position: 0, notifier: Root@OID1156[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: UNKNOWN, newValue: null, isTouch: false, wasSet: true) This root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@51c4e73c (eventType: REMOVE, position: 3, notifier: Root@OID1156, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject@OID1161[INVALID], newValue: null, isTouch: false, wasSet: true) This List: BaseObject 1 [OID1158], BaseObject 2 [OID1159], BaseObject 3 [OID1160] That List: BaseObject 1 [OID1158], BaseObject 2 [OID1159], BaseObject 3 [OID1160] ******************************************************* ConflictResolverExtendedTest.testRemoveHeadSetChildHead [H2, JVM, Native] ******************************************************* This root: org.eclipse.emf.ecore.impl.ENotificationImpl@67edcb34 (eventType: REMOVE, position: 0, notifier: Root@OID1168[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@3fd9e01c (name: listB) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: ContainmentObject[TRANSIENT], newValue: null, isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@754449a2 (eventType: REMOVE, position: 0, notifier: Root@OID1168, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@3fd9e01c (name: listB) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: UNKNOWN, newValue: null, isTouch: false, wasSet: true) ******************************************************* ConflictResolverExtendedTest.testRemoveRemove [H2, JVM, Native] ******************************************************* ******************************************************* ConflictResolverExtendedTest.testRemoveTailAddHead [H2, JVM, Native] ******************************************************* This root: org.eclipse.emf.ecore.impl.ENotificationImpl@291d15d3 (eventType: REMOVE, position: 4, notifier: Root@OID1188[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject[TRANSIENT], newValue: null, isTouch: false, wasSet: true) That root: org.eclipse.emf.ecore.impl.ENotificationImpl@326db4bb (eventType: ADD, position: 0, notifier: Root@OID1188[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: null, newValue: BaseObject@oid1[NEW], isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@3296b29c (eventType: REMOVE, position: 4, notifier: Root@OID1188[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: UNKNOWN, newValue: null, isTouch: false, wasSet: true) This root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@1f11263d (eventType: ADD, position: 0, notifier: Root@OID1188, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: [OID1189, OID1190, OID1191, OID1192], newValue: BaseObject@OID1198, isTouch: false, wasSet: true) This List: ThatBaseObject 0 [OID1198], BaseObject 0 [OID1189], BaseObject 1 [OID1190], BaseObject 2 [OID1191], BaseObject 3 [OID1192] That List: ThatBaseObject 0 [OID1198], BaseObject 0 [OID1189], BaseObject 1 [OID1190], BaseObject 2 [OID1191], BaseObject 3 [OID1192] ******************************************************* ConflictResolverExtendedTest.testRemoveTailAddTail [H2, JVM, Native] ******************************************************* This root: org.eclipse.emf.ecore.impl.ENotificationImpl@4687974e (eventType: REMOVE, position: 4, notifier: Root@OID1201[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject[TRANSIENT], newValue: null, isTouch: false, wasSet: true) That root: org.eclipse.emf.ecore.impl.ENotificationImpl@df8918e (eventType: ADD, position: 5, notifier: Root@OID1201[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: null, newValue: BaseObject@oid1[NEW], isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@623778b (eventType: REMOVE, position: 4, notifier: Root@OID1201[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: UNKNOWN, newValue: null, isTouch: false, wasSet: true) This root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@2e7d0a13 (eventType: ADD, position: 4, notifier: Root@OID1201, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: [OID1202, OID1203, OID1204, OID1205], newValue: BaseObject@OID1211, isTouch: false, wasSet: true) This List: BaseObject 0 [OID1202], BaseObject 1 [OID1203], BaseObject 2 [OID1204], BaseObject 3 [OID1205], ThatBaseObject 0 [OID1211] That List: BaseObject 0 [OID1202], BaseObject 1 [OID1203], BaseObject 2 [OID1204], BaseObject 3 [OID1205], ThatBaseObject 0 [OID1211] ******************************************************* ConflictResolverExtendedTest.testRemoveTailClear [H2, JVM, Native] ******************************************************* This root: org.eclipse.emf.ecore.impl.ENotificationImpl@49ab7e04 (eventType: REMOVE, position: 4, notifier: Root@OID1214[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject[TRANSIENT], newValue: null, isTouch: false, wasSet: true) That root: org.eclipse.emf.ecore.impl.ENotificationImpl@39fba05f (eventType: REMOVE_MANY, position: -1, notifier: Root@OID1214[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: [BaseObject[TRANSIENT], BaseObject[TRANSIENT], BaseObject[TRANSIENT], BaseObject[TRANSIENT], BaseObject[TRANSIENT]], newValue: null, isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@15181ea5 (eventType: REMOVE, position: 4, notifier: Root@OID1214[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: UNKNOWN, newValue: null, isTouch: false, wasSet: true) This root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@15dc3e07 (eventType: REMOVE_MANY, position: -1, notifier: Root@OID1214, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: [OID1215, OID1216, OID1217, BaseObject@OID1218[INVALID]], newValue: null, isTouch: false, wasSet: true) This List: That List: ******************************************************* ConflictResolverExtendedTest.testRemoveTailMoveHead [H2, JVM, Native] ******************************************************* This root: org.eclipse.emf.ecore.impl.ENotificationImpl@6c7f7759 (eventType: REMOVE, position: 4, notifier: Root@OID1226[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject[TRANSIENT], newValue: null, isTouch: false, wasSet: true) That root: org.eclipse.emf.ecore.impl.ENotificationImpl@46f8f20d (eventType: MOVE, position: 4, notifier: Root@OID1226[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: 0, newValue: BaseObject@OID1227, isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@4cbcad68 (eventType: REMOVE, position: 4, notifier: Root@OID1226[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: UNKNOWN, newValue: null, isTouch: false, wasSet: true) This root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@4fcdb140 (eventType: MOVE, position: 3, notifier: Root@OID1226, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: 0, newValue: BaseObject@OID1227, isTouch: false, wasSet: true) This List: BaseObject 1 [OID1228], BaseObject 2 [OID1229], BaseObject 3 [OID1230], BaseObject 0 [OID1227] That List: BaseObject 1 [OID1228], BaseObject 2 [OID1229], BaseObject 3 [OID1230], BaseObject 0 [OID1227] ******************************************************* ConflictResolverExtendedTest.testRemoveTailMoveTail [H2, JVM, Native] ******************************************************* This root: org.eclipse.emf.ecore.impl.ENotificationImpl@69475a1b (eventType: REMOVE, position: 4, notifier: Root@OID1238[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject[TRANSIENT], newValue: null, isTouch: false, wasSet: true) That root: org.eclipse.emf.ecore.impl.ENotificationImpl@24eb393 (eventType: MOVE, position: 0, notifier: Root@OID1238[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: 4, newValue: BaseObject@OID1243, isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@1108e72c (eventType: REMOVE, position: 4, notifier: Root@OID1238, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: UNKNOWN, newValue: null, isTouch: false, wasSet: true) This List: BaseObject 0 [OID1239], BaseObject 1 [OID1240], BaseObject 2 [OID1241], BaseObject 3 [OID1242] That List: BaseObject 0 [OID1239], BaseObject 1 [OID1240], BaseObject 2 [OID1241], BaseObject 3 [OID1242] ******************************************************* ConflictResolverExtendedTest.testRemoveTailRemoveHead [H2, JVM, Native] ******************************************************* This root: org.eclipse.emf.ecore.impl.ENotificationImpl@4dc27d1f (eventType: REMOVE, position: 4, notifier: Root@OID1250[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject[TRANSIENT], newValue: null, isTouch: false, wasSet: true) That root: org.eclipse.emf.ecore.impl.ENotificationImpl@593be04a (eventType: REMOVE, position: 0, notifier: Root@OID1250[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject[TRANSIENT], newValue: null, isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@256f3c06 (eventType: REMOVE, position: 4, notifier: Root@OID1250[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: UNKNOWN, newValue: null, isTouch: false, wasSet: true) This root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@7ce5c1f7 (eventType: REMOVE, position: 0, notifier: Root@OID1250, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject@OID1251[INVALID], newValue: null, isTouch: false, wasSet: true) This List: BaseObject 1 [OID1252], BaseObject 2 [OID1253], BaseObject 3 [OID1254] That List: BaseObject 1 [OID1252], BaseObject 2 [OID1253], BaseObject 3 [OID1254] ******************************************************* ConflictResolverExtendedTest.testRemoveTailRemoveTail [H2, JVM, Native] ******************************************************* This root: org.eclipse.emf.ecore.impl.ENotificationImpl@1e897506 (eventType: REMOVE, position: 4, notifier: Root@OID1262[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject[TRANSIENT], newValue: null, isTouch: false, wasSet: true) That root: org.eclipse.emf.ecore.impl.ENotificationImpl@3a9b1a17 (eventType: REMOVE, position: 4, notifier: Root@OID1262[DIRTY], feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: BaseObject[TRANSIENT], newValue: null, isTouch: false, wasSet: true) That root: org.eclipse.emf.internal.cdo.object.CDODeltaNotificationImpl@745b8ec0 (eventType: REMOVE, position: 4, notifier: Root@OID1262, feature: org.eclipse.emf.ecore.impl.EReferenceImpl@217b0952 (name: listA) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), oldValue: UNKNOWN, newValue: null, isTouch: false, wasSet: true) This List: BaseObject 0 [OID1263], BaseObject 1 [OID1264], BaseObject 2 [OID1265], BaseObject 3 [OID1266] That List: BaseObject 0 [OID1263], BaseObject 1 [OID1264], BaseObject 2 [OID1265], BaseObject 3 [OID1266] ******************************************************* ConflictResolverExtendedTest.test_RemoveRemove_MoveRemoveRemoveRemove [H2, JVM, Native] ******************************************************* ******************************************************* ConflictResolverTest.testCDOMergingConflictResolver [H2, JVM, Native] ******************************************************* ******************************************************* ConflictResolverTest.testMergeLocalChangesPerFeature_Basic [H2, JVM, Native] ******************************************************* ******************************************************* ConflictResolverTest.testMergeLocalChangesPerFeature_BasicException [H2, JVM, Native] ******************************************************* ******************************************************* ConflictResolverTest.testMergeLocalChangesPerFeature_Bug1 [H2, JVM, Native] ******************************************************* ******************************************************* ConflictResolverTest.testMergeLocalChangesPerFeature_Bug2 [H2, JVM, Native] ******************************************************* ******************************************************* ConflictResolverTest.testMergeLocalChangesPerFeature_Bug3 [H2, JVM, Native] ******************************************************* ******************************************************* ConflictResolverTest.testMerge_ManyValue [H2, JVM, Native] ******************************************************* ******************************************************* ContainmentTest.test3Levels [H2, JVM, Native] ******************************************************* ******************************************************* ContainmentTest.testBasicContainment [H2, JVM, Native] ******************************************************* ******************************************************* ContainmentTest.testContainmentChangeInSameResource [H2, JVM, Native] ******************************************************* ******************************************************* ContainmentTest.testModeledBackPointer [H2, JVM, Native] ******************************************************* ******************************************************* ContainmentTest.testModeledBackPointer_Transient [H2, JVM, Native] ******************************************************* ******************************************************* ContainmentTest.testModeledBackPointer_Transient_Load [H2, JVM, Native] ******************************************************* ******************************************************* ContainmentTest.testObjectNotSameResourceThanItsContainerCDO [H2, JVM, Native] ******************************************************* ******************************************************* ContainmentTest.testObjectNotSameResourceThanItsContainer_WithoutCDO [H2, JVM, Native] ******************************************************* ******************************************************* ContainmentTest.testRemovedContainment [H2, JVM, Native] ******************************************************* ******************************************************* ContainmentTest.testSeparateSession [H2, JVM, Native] ******************************************************* ******************************************************* ContainmentTest.testSeparateView [H2, JVM, Native] ******************************************************* ******************************************************* ContainmentTest.testSetSingleContainment [H2, JVM, Native] ******************************************************* ******************************************************* ContainmentTest.testTransientContainment [H2, JVM, Native] ******************************************************* ******************************************************* ContainmentTest.testUnsetSingleContainment [H2, JVM, Native] ******************************************************* ******************************************************* CrossReferenceTest.testCrossCreferenceBetweenContainerAndContained [H2, JVM, Native] ******************************************************* ******************************************************* CrossReferenceTest.testDetachXRef [H2, JVM, Native] ******************************************************* ******************************************************* CrossReferenceTest.testDetachXRefExternal [H2, JVM, Native] ******************************************************* ******************************************************* CrossReferenceTest.testDetachXRefReattach [H2, JVM, Native] ******************************************************* ******************************************************* CrossReferenceTest.testExternalMakeDangling [H2, JVM, Native] ******************************************************* ******************************************************* CrossReferenceTest.testExternalMakeNew [H2, JVM, Native] ******************************************************* ******************************************************* CrossReferenceTest.testLoadViaContainment [H2, JVM, Native] ******************************************************* ******************************************************* CrossReferenceTest.testLoadViaXRef [H2, JVM, Native] ******************************************************* ******************************************************* CrossReferenceTest.testNewMakeExternal [H2, JVM, Native] ******************************************************* ******************************************************* CrossReferenceTest.testTwoResources [H2, JVM, Native] ******************************************************* ******************************************************* DetachTest.testCleanObjectDeletion [H2, JVM, Native] ******************************************************* ******************************************************* DetachTest.testDetachEmptyNewResource [H2, JVM, Native] ******************************************************* ******************************************************* DetachTest.testDetachEmptyPersistedResource [H2, JVM, Native] ******************************************************* ******************************************************* DetachTest.testDetachNewResource [H2, JVM, Native] ******************************************************* ******************************************************* DetachTest.testDetachPersistedResource [H2, JVM, Native] ******************************************************* ******************************************************* DetachTest.testDetachPersistedResourceWithPersistedData [H2, JVM, Native] ******************************************************* ******************************************************* DetachTest.testDetachProxyResource [H2, JVM, Native] ******************************************************* ******************************************************* DetachTest.testKeepValue [H2, JVM, Native] ******************************************************* ******************************************************* DetachTest.testNewObjectDeletion [H2, JVM, Native] ******************************************************* ******************************************************* DetachTest.testSavePointCleanObjectDeletion [H2, JVM, Native] ******************************************************* ******************************************************* DetachTest.testSavePointNewObjectDeletion [H2, JVM, Native] ******************************************************* ******************************************************* DynamicPackageTest.testDynamicMaps [H2, JVM, Native] ******************************************************* ******************************************************* DynamicXSDTest.testDynamicEcore [H2, JVM, Native] ******************************************************* ******************************************************* EMapTest.testEMap [H2, JVM, Native] ******************************************************* ******************************************************* EnumTest.testAttached [H2, JVM, Native] ******************************************************* ******************************************************* EnumTest.testAttachedFresh [H2, JVM, Native] ******************************************************* ******************************************************* EnumTest.testTransient [H2, JVM, Native] ******************************************************* ******************************************************* EnumTest.testTransientFresh [H2, JVM, Native] ******************************************************* ******************************************************* ExternalReferenceTest.testExternalWithDynamicEObject [H2, JVM, Native] ******************************************************* ******************************************************* ExternalReferenceTest.testExternalWithEClass [H2, JVM, Native] ******************************************************* ******************************************************* ExternalReferenceTest.testExternalWithEPackage [H2, JVM, Native] ******************************************************* ******************************************************* ExternalReferenceTest.testManyViewsOnOneResourceSet [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo2"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo3, repo1, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* ExternalReferenceTest.testObjectNotAttached [H2, JVM, Native] ******************************************************* ******************************************************* ExternalReferenceTest.testOneXMIResourceManyViewsOnOneResourceSet [H2, JVM, Native] ******************************************************* ******************************************************* ExternalReferenceTest.testUsingObjectsBetweenSameTransaction [H2, JVM, Native] ******************************************************* ******************************************************* ExternalReferenceTest.testWithXML [H2, JVM, Native] ******************************************************* ******************************************************* ExternalReferenceTest.testWithXMLAndPrefetching [H2, JVM, Native] ******************************************************* PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] PurchaseOrder[TRANSIENT] ******************************************************* ExternalReferenceTest.testXRefExternalObject [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* IndexReconstructionTest.testAddAfter1 [H2, JVM, Native] ******************************************************* OID6: CDOResource.contents=2 3 4 5 OID7: Customer.salesOrders=1 2 3 4 ******************************************************* IndexReconstructionTest.testAddAfter4 [H2, JVM, Native] ******************************************************* OID10: CDOResource.contents=5 6 7 8 OID11: Customer.salesOrders=4 5 6 7 ******************************************************* IndexReconstructionTest.testAddBefore1 [H2, JVM, Native] ******************************************************* OID17: CDOResource.contents=2 3 4 5 OID18: Customer.salesOrders=3 2 1 0 ******************************************************* IndexReconstructionTest.testAddBefore4 [H2, JVM, Native] ******************************************************* OID21: CDOResource.contents=5 6 7 8 OID22: Customer.salesOrders=3 2 1 0 ******************************************************* IndexReconstructionTest.testMoveBackward [H2, JVM, Native] ******************************************************* OID28: CDOResource.contents=5 6 7 8 OID29: Customer.salesOrders=2 3 6 7 ******************************************************* IndexReconstructionTest.testMoveBehindEnd [H2, JVM, Native] ******************************************************* OID35: CDOResource.contents=5 6 7 8 OID36: Customer.salesOrders=2 3 4 5 ******************************************************* IndexReconstructionTest.testMoveForward [H2, JVM, Native] ******************************************************* OID42: CDOResource.contents=5 6 7 8 OID43: Customer.salesOrders=6 7 2 3 ******************************************************* IndexReconstructionTest.testReAdded [H2, JVM, Native] ******************************************************* OID49: CDOResource.contents=5 6 7 8 9 10 11 12 OID50: Customer.salesOrders=2 3 4 5 ******************************************************* IndexReconstructionTest.testRemove1 [H2, JVM, Native] ******************************************************* OID56: CDOResource.contents=5 6 7 8 OID57: Customer.salesOrders=3 4 5 6 ******************************************************* IndexReconstructionTest.testRemove4 [H2, JVM, Native] ******************************************************* OID64: Customer.salesOrders=0 1 2 3 OID63: CDOResource.contents=5 6 7 8 ******************************************************* IndexReconstructionTest.testRemoveAdded [H2, JVM, Native] ******************************************************* OID70: CDOResource.contents=5 6 7 8 OID71: Customer.salesOrders=2 3 ******************************************************* IndexReconstructionTest.testRemoveLastAdded [H2, JVM, Native] ******************************************************* OID77: CDOResource.contents=5 6 7 8 ******************************************************* InitialTest.testAttachObject [H2, JVM, Native] ******************************************************* ******************************************************* InitialTest.testCommitDirty [H2, JVM, Native] ******************************************************* ******************************************************* InitialTest.testCommitDirtyInverseList [H2, JVM, Native] ******************************************************* ******************************************************* InitialTest.testCommitNew [H2, JVM, Native] ******************************************************* ******************************************************* InitialTest.testCommitNewInverseList [H2, JVM, Native] ******************************************************* ******************************************************* InitialTest.testCreateResource [H2, JVM, Native] ******************************************************* ******************************************************* InitialTest.testDirectResource [H2, JVM, Native] ******************************************************* ******************************************************* InitialTest.testDirectResourceEMF [H2, JVM, Native] ******************************************************* ******************************************************* InitialTest.testGetContents [H2, JVM, Native] ******************************************************* ******************************************************* InitialTest.testGetResource [H2, JVM, Native] ******************************************************* ******************************************************* InitialTest.testLoadObject [H2, JVM, Native] ******************************************************* ******************************************************* InitialTest.testLoadObjectInverseList [H2, JVM, Native] ******************************************************* ******************************************************* InitialTest.testLoadResource [H2, JVM, Native] ******************************************************* ******************************************************* InitialTest.testMultipleInheritence [H2, JVM, Native] ******************************************************* ******************************************************* InitialTest.testNullReference [H2, JVM, Native] ******************************************************* ******************************************************* InitialTest.testOpenSession [H2, JVM, Native] ******************************************************* ******************************************************* InitialTest.testReadObjectClean [H2, JVM, Native] ******************************************************* ******************************************************* InitialTest.testReadObjectProxy [H2, JVM, Native] ******************************************************* ******************************************************* InitialTest.testReadResourceClean [H2, JVM, Native] ******************************************************* ******************************************************* InitialTest.testReadTransientValue [H2, JVM, Native] ******************************************************* ******************************************************* InitialTest.testReferenceIntoDifferentResource [H2, JVM, Native] ******************************************************* ******************************************************* InitialTest.testResourceAccessor [H2, JVM, Native] ******************************************************* ******************************************************* InitialTest.testStartTransaction [H2, JVM, Native] ******************************************************* ******************************************************* InitialTest.testTransientObject [H2, JVM, Native] ******************************************************* ******************************************************* InitialTest.testTransientResource [H2, JVM, Native] ******************************************************* ******************************************************* InitialTest.testWriteClean [H2, JVM, Native] ******************************************************* ******************************************************* InvalidationTest.testConflictDifferentSession [H2, JVM, Native] ******************************************************* ******************************************************* InvalidationTest.testConflictSameSession [H2, JVM, Native] ******************************************************* ******************************************************* InvalidationTest.testDetach [H2, JVM, Native] ******************************************************* ******************************************************* InvalidationTest.testDetachAndPassiveUpdate [H2, JVM, Native] ******************************************************* ******************************************************* InvalidationTest.testDetachAndPassiveUpdateWithoutRevisionTimestamp [H2, JVM, Native] ******************************************************* ******************************************************* InvalidationTest.testDetachedConflictDifferentSession [H2, JVM, Native] ******************************************************* ******************************************************* InvalidationTest.testDetachedConflictSameSession [H2, JVM, Native] ******************************************************* ******************************************************* InvalidationTest.testInvalidateAndCache [H2, JVM, Native] ******************************************************* ******************************************************* InvalidationTest.testPassiveUpdateMode_CHANGES [H2, JVM, Native] ******************************************************* ******************************************************* InvalidationTest.testPassiveUpdateOnAndOff [H2, JVM, Native] ******************************************************* ******************************************************* InvalidationTest.testRefreshEmptyRepository [H2, JVM, Native] ******************************************************* ******************************************************* InvalidationTest.testSeparateSession [H2, JVM, Native] ******************************************************* ******************************************************* InvalidationTest.testSeparateSession_PassiveUpdateDisable [H2, JVM, Native] ******************************************************* ******************************************************* InvalidationTest.testSeparateView [H2, JVM, Native] ******************************************************* ******************************************************* InvalidationTest.testSeparateViewNotification [H2, JVM, Native] ******************************************************* ******************************************************* LobTest.testCommitBlob [H2, JVM, Native] ******************************************************* ******************************************************* LobTest.testCommitClob [H2, JVM, Native] ******************************************************* ******************************************************* LobTest.testReadBlob [H2, JVM, Native] *******************************************************
******************************************************* LobTest.testReadClob [H2, JVM, Native] *******************************************************
******************************************************* LockStateCacheTest.testAddReadLockOwner [H2, JVM, Native] ******************************************************* ******************************************************* LockStateCacheTest.testLockStateCache [H2, JVM, Native] ******************************************************* ******************************************************* LockStateCacheTest.testRemoveOwner [H2, JVM, Native] ******************************************************* ******************************************************* LockStateCacheTest.testRemoveReadLockOwner [H2, JVM, Native] ******************************************************* ******************************************************* LockStateCacheTest.testSetWriteLockOwner [H2, JVM, Native] ******************************************************* ******************************************************* LockStateCacheTest.testSetWriteOptionOwner [H2, JVM, Native] ******************************************************* ******************************************************* LockStateCacheTest.testUnsetWriteLockOwner [H2, JVM, Native] ******************************************************* ******************************************************* LockStateCacheTest.testUnsetWriteOptionOwner [H2, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartRepositoryTest.testDisableDurableLocking [H2, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartRepositoryTest.testDisableDurableLockingAfterRestart [H2, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartRepositoryTest.testDisableDurableLockingAndReleaseLocks [H2, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartRepositoryTest.testDuplicateOpenView [H2, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartRepositoryTest.testDuplicateOpenViewAfterRestart [H2, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartRepositoryTest.testDurableViewHandler [H2, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartRepositoryTest.testEnableDurableLockingWithNewObject [H2, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartRepositoryTest.testGetDurableLockingID [H2, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartRepositoryTest.testKeepDurableLockingID [H2, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartRepositoryTest.testLockDowngradeAfterEnable [H2, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartRepositoryTest.testLockDowngradeBeforeEnable [H2, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartRepositoryTest.testLockUpgradeAfterEnable [H2, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartRepositoryTest.testLockUpgradeBeforeEnable [H2, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartRepositoryTest.testReadLockAfterEnable [H2, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartRepositoryTest.testReadLockBeforeEnable [H2, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartRepositoryTest.testWriteLockAfterEnable [H2, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartRepositoryTest.testWriteLockBeforeEnable [H2, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartRepositoryTest.testWriteOptionAfterEnable [H2, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartRepositoryTest.testWriteOptionBeforeEnable [H2, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartRepositoryTest.testWrongDurableLockingID [H2, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartRepositoryTest.testWrongReadOnly [H2, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartRepositoryTest.testWrongReadOnlyAfterRestart [H2, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartSessionTest.testDisableDurableLocking [H2, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartSessionTest.testDisableDurableLockingAfterRestart [H2, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartSessionTest.testDisableDurableLockingAndReleaseLocks [H2, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartSessionTest.testDuplicateOpenView [H2, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartSessionTest.testDuplicateOpenViewAfterRestart [H2, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartSessionTest.testDurableViewHandler [H2, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartSessionTest.testEnableDurableLockingWithNewObject [H2, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartSessionTest.testGetDurableLockingID [H2, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartSessionTest.testKeepDurableLockingID [H2, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartSessionTest.testLockDowngradeAfterEnable [H2, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartSessionTest.testLockDowngradeBeforeEnable [H2, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartSessionTest.testLockUpgradeAfterEnable [H2, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartSessionTest.testLockUpgradeBeforeEnable [H2, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartSessionTest.testReadLockAfterEnable [H2, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartSessionTest.testReadLockBeforeEnable [H2, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartSessionTest.testWriteLockAfterEnable [H2, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartSessionTest.testWriteLockBeforeEnable [H2, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartSessionTest.testWriteOptionAfterEnable [H2, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartSessionTest.testWriteOptionBeforeEnable [H2, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartSessionTest.testWrongDurableLockingID [H2, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartSessionTest.testWrongReadOnly [H2, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartSessionTest.testWrongReadOnlyAfterRestart [H2, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartTransactionTest.testDisableDurableLocking [H2, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartTransactionTest.testDisableDurableLockingAfterRestart [H2, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartTransactionTest.testDisableDurableLockingAndReleaseLocks [H2, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartTransactionTest.testDuplicateOpenView [H2, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartTransactionTest.testDuplicateOpenViewAfterRestart [H2, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartTransactionTest.testDurableViewHandler [H2, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartTransactionTest.testEnableDurableLockingWithNewObject [H2, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartTransactionTest.testGetDurableLockingID [H2, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartTransactionTest.testKeepDurableLockingID [H2, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartTransactionTest.testLockDowngradeAfterEnable [H2, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartTransactionTest.testLockDowngradeBeforeEnable [H2, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartTransactionTest.testLockUpgradeAfterEnable [H2, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartTransactionTest.testLockUpgradeBeforeEnable [H2, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartTransactionTest.testReadLockAfterEnable [H2, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartTransactionTest.testReadLockBeforeEnable [H2, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartTransactionTest.testWriteLockAfterEnable [H2, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartTransactionTest.testWriteLockBeforeEnable [H2, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartTransactionTest.testWriteOptionAfterEnable [H2, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartTransactionTest.testWriteOptionBeforeEnable [H2, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartTransactionTest.testWrongDurableLockingID [H2, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartTransactionTest.testWrongReadOnly [H2, JVM, Native] ******************************************************* ******************************************************* LockingManagerRestartTransactionTest.testWrongReadOnlyAfterRestart [H2, JVM, Native] ******************************************************* ******************************************************* LockingManagerTest.testAcquiredLock [H2, JVM, Native] ******************************************************* ******************************************************* LockingManagerTest.testAutoReleaseExplicitLocks [H2, JVM, Native] ******************************************************* ******************************************************* LockingManagerTest.testAutoReleaseLockFalse_commit [H2, JVM, Native] ******************************************************* ******************************************************* LockingManagerTest.testAutoReleaseLockFalse_rollback [H2, JVM, Native] ******************************************************* ******************************************************* LockingManagerTest.testAutoReleaseLocks [H2, JVM, Native] ******************************************************* ******************************************************* LockingManagerTest.testAutoReleaseLocksOnUnchangedObject [H2, JVM, Native] ******************************************************* ******************************************************* LockingManagerTest.testAutoReleaseReadLockWithLockedByOthers [H2, JVM, Native] ******************************************************* ******************************************************* LockingManagerTest.testAutoReleaseWriteLockWithLockedByOthers [H2, JVM, Native] ******************************************************* ******************************************************* LockingManagerTest.testBasicUpgradeFromReadToWriteLock [H2, JVM, Native] ******************************************************* ******************************************************* LockingManagerTest.testBasicWrongUnlock [H2, JVM, Native] ******************************************************* ******************************************************* LockingManagerTest.testBugzilla_270345 [H2, JVM, Native] ******************************************************* ******************************************************* LockingManagerTest.testDeleteLockedObject [H2, JVM, Native] ******************************************************* ******************************************************* LockingManagerTest.testDetachedObjects [H2, JVM, Native] ******************************************************* [ERROR] Object OID368 not found in branch Branch[id=0, name=MAIN] (possibly detached) java.lang.IllegalArgumentException: Object OID368 not found in branch Branch[id=0, name=MAIN] (possibly detached) at org.eclipse.emf.cdo.internal.server.Repository.checkStaleRevisions(Repository.java:2284) at org.eclipse.emf.cdo.internal.server.Repository.doLock(Repository.java:2344) at org.eclipse.emf.cdo.internal.server.Repository.lock(Repository.java:2317) at org.eclipse.emf.cdo.server.internal.net4j.protocol.LockObjectsIndication.indicating(LockObjectsIndication.java:65) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerIndication.indicating(CDOServerIndication.java:107) at org.eclipse.net4j.signal.IndicationWithResponse.doExtendedInput(IndicationWithResponse.java:94) at org.eclipse.net4j.signal.Signal.doInput(Signal.java:434) at org.eclipse.net4j.signal.IndicationWithResponse.execute(IndicationWithResponse.java:72) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerWriteIndication.execute(CDOServerWriteIndication.java:34) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) ******************************************************* LockingManagerTest.testLockContention [H2, JVM, Native] ******************************************************* ******************************************************* LockingManagerTest.testLockContentionRecursive [H2, JVM, Native] ******************************************************* CDOLockOwner[82:1] locking Category@OID375 CDOLockOwner[82:1] locking Company@OID374 CDOLockOwner[82:1] unlocking Category@OID375 ******************************************************* LockingManagerTest.testLockDetached [H2, JVM, Native] ******************************************************* ******************************************************* LockingManagerTest.testLockOnNewObject [H2, JVM, Native] ******************************************************* ******************************************************* LockingManagerTest.testLockRefreshForHeldLock [H2, JVM, Native] ******************************************************* ******************************************************* LockingManagerTest.testLockUnlock [H2, JVM, Native] ******************************************************* ******************************************************* LockingManagerTest.testReadLockAndCommitFromDifferentTransaction [H2, JVM, Native] ******************************************************* ******************************************************* LockingManagerTest.testReadLockAndCommitSameTransaction [H2, JVM, Native] ******************************************************* ******************************************************* LockingManagerTest.testReadLockByOthers [H2, JVM, Native] ******************************************************* ******************************************************* LockingManagerTest.testReadLockMultiple [H2, JVM, Native] ******************************************************* ******************************************************* LockingManagerTest.testReadLockStaleRevision [H2, JVM, Native] ******************************************************* ******************************************************* LockingManagerTest.testReadLockedByOthers [H2, JVM, Native] ******************************************************* ******************************************************* LockingManagerTest.testReadTimeout [H2, JVM, Native] ******************************************************* ******************************************************* LockingManagerTest.testReadUnlockMultiple [H2, JVM, Native] ******************************************************* ******************************************************* LockingManagerTest.testRecursiveLock [H2, JVM, Native] ******************************************************* ******************************************************* LockingManagerTest.testRefreshLockStates [H2, JVM, Native] ******************************************************* ******************************************************* LockingManagerTest.testSessionClose [H2, JVM, Native] ******************************************************* ******************************************************* LockingManagerTest.testTransactionClose [H2, JVM, Native] ******************************************************* ******************************************************* LockingManagerTest.testTransactionGetLockStates [H2, JVM, Native] ******************************************************* ******************************************************* LockingManagerTest.testUnlockAll [H2, JVM, Native] ******************************************************* ******************************************************* LockingManagerTest.testViewGetLockStates [H2, JVM, Native] ******************************************************* ******************************************************* LockingManagerTest.testWriteLock [H2, JVM, Native] ******************************************************* ******************************************************* LockingManagerTest.testWriteLockAndCommitFromDifferentTransaction [H2, JVM, Native] ******************************************************* ******************************************************* LockingManagerTest.testWriteLockAndCommitSameTransaction [H2, JVM, Native] ******************************************************* ******************************************************* LockingManagerTest.testWriteLockAndRollback [H2, JVM, Native] ******************************************************* ******************************************************* LockingManagerTest.testWriteLockByOthers [H2, JVM, Native] ******************************************************* ******************************************************* LockingManagerTest.testWriteLockFromDifferenceTransaction [H2, JVM, Native] ******************************************************* ******************************************************* LockingManagerTest.testWriteLockMultiple [H2, JVM, Native] ******************************************************* ******************************************************* LockingManagerTest.testWriteLockPerformance [H2, JVM, Native] ******************************************************* ******************************************************* LockingManagerTest.testWriteLockStaleRevision [H2, JVM, Native] ******************************************************* ******************************************************* LockingManagerTest.testWriteLockViaObject [H2, JVM, Native] ******************************************************* ******************************************************* LockingManagerTest.testWriteOptions [H2, JVM, Native] ******************************************************* ******************************************************* LockingManagerTest.testWriteUnlockMultiple [H2, JVM, Native] ******************************************************* ******************************************************* LockingNotificationsTest.testCloseViewDifferentSession [H2, JVM, Native] ******************************************************* CDOViewLocksChangedEvent[source=View 1, sender=null, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:23:16.787], deltas=[ADDED_WRITE[OID506 + 118:1]]]] CDOViewLocksChangedEvent[source=View 1, sender=null, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:23:16.787], deltas=[REMOVED_WRITE[OID506 - 118:1]]]] ******************************************************* LockingNotificationsTest.testCloseViewSameSession [H2, JVM, Native] ******************************************************* CDOViewLocksChangedEvent[source=View 2, sender=Transaction 1, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:23:16.794], deltas=[ADDED_WRITE[OID509 + 120:1]]]] CDOViewLocksChangedEvent[source=View 2, sender=Transaction 1 [closed], CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:23:16.792], deltas=[REMOVED_WRITE[OID509 - 120:1]]]] ******************************************************* LockingNotificationsTest.testEnableDisableNotifications [H2, JVM, Native] ******************************************************* CDOViewLocksChangedEvent[source=Transaction 1, sender=Transaction 1, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:23:16.802], deltas=[ADDED_WRITE[OID512 + 121:1]]]] CDOViewLocksChangedEvent[source=Transaction 1, sender=Transaction 1, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:23:16.902], deltas=[REMOVED_WRITE[OID512 - 121:1]]]] CDOViewLocksChangedEvent[source=Transaction 1, sender=Transaction 1, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:23:16.902], deltas=[ADDED_READ[OID512 + 121:1]]]] CDOViewLocksChangedEvent[source=Transaction 1, sender=Transaction 1, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:23:16.903], deltas=[REMOVED_READ[OID512 - 121:1]]]] CDOViewLocksChangedEvent[source=Transaction 1, sender=Transaction 1, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:23:16.903], deltas=[ADDED_OPTION[OID512 + 121:1]]]] CDOViewLocksChangedEvent[source=Transaction 1, sender=Transaction 1, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:23:16.903], deltas=[REMOVED_OPTION[OID512 - 121:1]]]] CDOViewLocksChangedEvent[source=Transaction 2, sender=Transaction 2, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:23:16.906], deltas=[ADDED_WRITE[OID513 + 121:2]]]] CDOViewLocksChangedEvent[source=View 1, sender=null, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:23:16.906], deltas=[ADDED_WRITE[OID513 + 121:2]]]] CDOViewLocksChangedEvent[source=View 1, sender=null, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:23:16.906], deltas=[ADDED_WRITE[OID513 + 121:2]]]] CDOViewLocksChangedEvent[source=Transaction 2, sender=Transaction 2, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:23:16.907], deltas=[REMOVED_WRITE[OID513 - 121:2]]]] CDOViewLocksChangedEvent[source=View 1, sender=null, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:23:16.907], deltas=[REMOVED_WRITE[OID513 - 121:2]]]] CDOViewLocksChangedEvent[source=View 1, sender=null, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:23:16.907], deltas=[REMOVED_WRITE[OID513 - 121:2]]]] CDOViewLocksChangedEvent[source=Transaction 2, sender=Transaction 2, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:23:16.907], deltas=[ADDED_READ[OID513 + 121:2]]]] CDOViewLocksChangedEvent[source=View 1, sender=null, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:23:16.907], deltas=[ADDED_READ[OID513 + 121:2]]]] CDOViewLocksChangedEvent[source=View 1, sender=null, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:23:16.907], deltas=[ADDED_READ[OID513 + 121:2]]]] CDOViewLocksChangedEvent[source=View 1, sender=null, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:23:16.908], deltas=[REMOVED_READ[OID513 - 121:2]]]] CDOViewLocksChangedEvent[source=Transaction 2, sender=Transaction 2, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:23:16.908], deltas=[REMOVED_READ[OID513 - 121:2]]]] CDOViewLocksChangedEvent[source=View 1, sender=null, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:23:16.908], deltas=[REMOVED_READ[OID513 - 121:2]]]] CDOViewLocksChangedEvent[source=View 1, sender=null, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:23:16.908], deltas=[ADDED_OPTION[OID513 + 121:2]]]] CDOViewLocksChangedEvent[source=Transaction 2, sender=Transaction 2, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:23:16.908], deltas=[ADDED_OPTION[OID513 + 121:2]]]] CDOViewLocksChangedEvent[source=View 1, sender=null, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:23:16.908], deltas=[ADDED_OPTION[OID513 + 121:2]]]] CDOViewLocksChangedEvent[source=View 1, sender=null, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:23:16.908], deltas=[REMOVED_OPTION[OID513 - 121:2]]]] CDOViewLocksChangedEvent[source=View 1, sender=null, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:23:16.908], deltas=[REMOVED_OPTION[OID513 - 121:2]]]] CDOViewLocksChangedEvent[source=Transaction 2, sender=Transaction 2, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:23:16.908], deltas=[REMOVED_OPTION[OID513 - 121:2]]]] CDOViewLocksChangedEvent[source=Transaction 3, sender=Transaction 3, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:23:16.910], deltas=[ADDED_WRITE[OID514 + 121:3]]]] CDOViewLocksChangedEvent[source=Transaction 3, sender=Transaction 3, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:23:17.011], deltas=[REMOVED_WRITE[OID514 - 121:3]]]] CDOViewLocksChangedEvent[source=Transaction 3, sender=Transaction 3, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:23:17.011], deltas=[ADDED_READ[OID514 + 121:3]]]] CDOViewLocksChangedEvent[source=Transaction 3, sender=Transaction 3, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:23:17.011], deltas=[REMOVED_READ[OID514 - 121:3]]]] CDOViewLocksChangedEvent[source=Transaction 3, sender=Transaction 3, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:23:17.011], deltas=[ADDED_OPTION[OID514 + 121:3]]]] CDOViewLocksChangedEvent[source=Transaction 3, sender=Transaction 3, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:23:17.011], deltas=[REMOVED_OPTION[OID514 - 121:3]]]] ******************************************************* LockingNotificationsTest.testEnableDisableNotificationsSameSession [H2, JVM, Native] ******************************************************* CDOViewLocksChangedEvent[source=Transaction 2, sender=Transaction 2, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:23:17.020], deltas=[ADDED_WRITE[OID517 + 123:2]]]] CDOViewLocksChangedEvent[source=Transaction 2, sender=Transaction 2, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:23:17.121], deltas=[REMOVED_WRITE[OID517 - 123:2]]]] CDOViewLocksChangedEvent[source=Transaction 2, sender=Transaction 2, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:23:17.121], deltas=[ADDED_READ[OID517 + 123:2]]]] CDOViewLocksChangedEvent[source=Transaction 2, sender=Transaction 2, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:23:17.121], deltas=[REMOVED_READ[OID517 - 123:2]]]] CDOViewLocksChangedEvent[source=Transaction 2, sender=Transaction 2, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:23:17.121], deltas=[ADDED_OPTION[OID517 + 123:2]]]] CDOViewLocksChangedEvent[source=Transaction 2, sender=Transaction 2, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:23:17.121], deltas=[REMOVED_OPTION[OID517 - 123:2]]]] CDOViewLocksChangedEvent[source=Transaction 3, sender=Transaction 3, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:23:17.124], deltas=[ADDED_WRITE[OID518 + 123:3]]]] CDOViewLocksChangedEvent[source=View 1, sender=Transaction 3, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:23:17.124], deltas=[ADDED_WRITE[OID518 + 123:3]]]] CDOViewLocksChangedEvent[source=View 1, sender=Transaction 3, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:23:17.124], deltas=[ADDED_WRITE[OID518 + 123:3]]]] CDOViewLocksChangedEvent[source=Transaction 3, sender=Transaction 3, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:23:17.125], deltas=[REMOVED_WRITE[OID518 - 123:3]]]] CDOViewLocksChangedEvent[source=View 1, sender=Transaction 3, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:23:17.125], deltas=[REMOVED_WRITE[OID518 - 123:3]]]] CDOViewLocksChangedEvent[source=View 1, sender=Transaction 3, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:23:17.125], deltas=[REMOVED_WRITE[OID518 - 123:3]]]] CDOViewLocksChangedEvent[source=Transaction 3, sender=Transaction 3, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:23:17.125], deltas=[ADDED_READ[OID518 + 123:3]]]] CDOViewLocksChangedEvent[source=View 1, sender=Transaction 3, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:23:17.125], deltas=[ADDED_READ[OID518 + 123:3]]]] CDOViewLocksChangedEvent[source=View 1, sender=Transaction 3, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:23:17.125], deltas=[ADDED_READ[OID518 + 123:3]]]] CDOViewLocksChangedEvent[source=Transaction 3, sender=Transaction 3, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:23:17.125], deltas=[REMOVED_READ[OID518 - 123:3]]]] CDOViewLocksChangedEvent[source=View 1, sender=Transaction 3, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:23:17.125], deltas=[REMOVED_READ[OID518 - 123:3]]]] CDOViewLocksChangedEvent[source=View 1, sender=Transaction 3, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:23:17.125], deltas=[REMOVED_READ[OID518 - 123:3]]]] CDOViewLocksChangedEvent[source=Transaction 3, sender=Transaction 3, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:23:17.126], deltas=[ADDED_OPTION[OID518 + 123:3]]]] CDOViewLocksChangedEvent[source=View 1, sender=Transaction 3, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:23:17.126], deltas=[ADDED_OPTION[OID518 + 123:3]]]] CDOViewLocksChangedEvent[source=View 1, sender=Transaction 3, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:23:17.126], deltas=[ADDED_OPTION[OID518 + 123:3]]]] CDOViewLocksChangedEvent[source=Transaction 3, sender=Transaction 3, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:23:17.126], deltas=[REMOVED_OPTION[OID518 - 123:3]]]] CDOViewLocksChangedEvent[source=View 1, sender=Transaction 3, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:23:17.126], deltas=[REMOVED_OPTION[OID518 - 123:3]]]] CDOViewLocksChangedEvent[source=View 1, sender=Transaction 3, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:23:17.126], deltas=[REMOVED_OPTION[OID518 - 123:3]]]] CDOViewLocksChangedEvent[source=Transaction 4, sender=Transaction 4, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:23:17.128], deltas=[ADDED_WRITE[OID519 + 123:4]]]] CDOViewLocksChangedEvent[source=Transaction 4, sender=Transaction 4, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:23:17.229], deltas=[REMOVED_WRITE[OID519 - 123:4]]]] CDOViewLocksChangedEvent[source=Transaction 4, sender=Transaction 4, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:23:17.229], deltas=[ADDED_READ[OID519 + 123:4]]]] CDOViewLocksChangedEvent[source=Transaction 4, sender=Transaction 4, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:23:17.230], deltas=[REMOVED_READ[OID519 - 123:4]]]] CDOViewLocksChangedEvent[source=Transaction 4, sender=Transaction 4, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:23:17.230], deltas=[ADDED_OPTION[OID519 + 123:4]]]] CDOViewLocksChangedEvent[source=Transaction 4, sender=Transaction 4, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:23:17.230], deltas=[REMOVED_OPTION[OID519 - 123:4]]]] ******************************************************* LockingNotificationsTest.testEventForNewObjects [H2, JVM, Native] ******************************************************* CDOViewLocksChangedEvent[source=Transaction 1, sender=Transaction 1, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, *], deltas=[ADDED_WRITE[oid3 + 124:1]]]] CDOViewLocksChangedEvent[source=Transaction 1, sender=Transaction 1, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, *], deltas=[REMOVED_WRITE[oid3 - 124:1], null]]] ******************************************************* LockingNotificationsTest.testLockStateHeldByDurableView [H2, JVM, Native] ******************************************************* ******************************************************* LockingNotificationsTest.testLockStateTransientAndNew [H2, JVM, Native] ******************************************************* ******************************************************* LockingNotificationsTest.testSameBranchDifferentSession_WithAutoRelease [H2, JVM, Native] ******************************************************* CDOViewLocksChangedEvent[source=View 1, sender=null, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:23:17.261], deltas=[ADDED_READ[OID528 + 128:1]]]] Thread[server-thread-827,5,server] at org.eclipse.net4j.util.tests.TestListener2.notifyEvent(TestListener2.java:116) at org.eclipse.net4j.util.event.Notifier.fireEventSafe(Notifier.java:240) at org.eclipse.net4j.util.event.Notifier.fireEvent(Notifier.java:167) at org.eclipse.emf.internal.cdo.view.CDOViewImpl.fireLocksChangedEvent(CDOViewImpl.java:594) at org.eclipse.emf.internal.cdo.view.CDOViewImpl.handleLockNotification(CDOViewImpl.java:585) at org.eclipse.emf.internal.cdo.session.CDOSessionImpl.doHandleLockNotification(CDOSessionImpl.java:1294) at org.eclipse.emf.cdo.tests.AbstractLockingTest$LockingSessionConfiguration$1.doHandleLockNotification(AbstractLockingTest.java:166) at org.eclipse.emf.internal.cdo.session.CDOSessionImpl.handleLockNotification(CDOSessionImpl.java:1258) at org.eclipse.emf.cdo.tests.AbstractLockingTest$LockingSessionConfiguration$1.handleLockNotification(AbstractLockingTest.java:160) at org.eclipse.emf.cdo.internal.net4j.protocol.LockNotificationIndication.indicating(LockNotificationIndication.java:36) at org.eclipse.emf.cdo.internal.net4j.protocol.CDOClientIndication.indicating(CDOClientIndication.java:77) at org.eclipse.net4j.signal.Indication.doExtendedInput(Indication.java:57) at org.eclipse.net4j.signal.Signal.doInput(Signal.java:434) at org.eclipse.net4j.signal.Indication.execute(Indication.java:51) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) CDOViewLocksChangedEvent[source=View 1, sender=null, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:23:17.261], deltas=[REMOVED_READ[OID528 - 128:1]]]] Thread[server-thread-799,5,server] at org.eclipse.net4j.util.tests.TestListener2.notifyEvent(TestListener2.java:116) at org.eclipse.net4j.util.event.Notifier.fireEventSafe(Notifier.java:240) at org.eclipse.net4j.util.event.Notifier.fireEvent(Notifier.java:167) at org.eclipse.emf.internal.cdo.view.CDOViewImpl.fireLocksChangedEvent(CDOViewImpl.java:594) at org.eclipse.emf.internal.cdo.view.CDOViewImpl.doInvalidateUnsynced(CDOViewImpl.java:1216) at org.eclipse.emf.internal.cdo.view.CDOViewImpl.doInvalidate(CDOViewImpl.java:1132) at org.eclipse.emf.internal.cdo.view.CDOViewImpl$ViewInvalidation.doRun(CDOViewImpl.java:2907) at org.eclipse.net4j.util.concurrent.RunnableWithName.run(RunnableWithName.java:29) at org.eclipse.net4j.util.concurrent.SerializingExecutor.run(SerializingExecutor.java:82) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) CDOViewLocksChangedEvent[source=View 1, sender=null, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:23:17.262], deltas=[ADDED_WRITE[OID528 + 128:1]]]] Thread[server-thread-817,5,server] at org.eclipse.net4j.util.tests.TestListener2.notifyEvent(TestListener2.java:116) at org.eclipse.net4j.util.event.Notifier.fireEventSafe(Notifier.java:240) at org.eclipse.net4j.util.event.Notifier.fireEvent(Notifier.java:167) at org.eclipse.emf.internal.cdo.view.CDOViewImpl.fireLocksChangedEvent(CDOViewImpl.java:594) at org.eclipse.emf.internal.cdo.view.CDOViewImpl.handleLockNotification(CDOViewImpl.java:585) at org.eclipse.emf.internal.cdo.session.CDOSessionImpl.doHandleLockNotification(CDOSessionImpl.java:1294) at org.eclipse.emf.cdo.tests.AbstractLockingTest$LockingSessionConfiguration$1.doHandleLockNotification(AbstractLockingTest.java:166) at org.eclipse.emf.internal.cdo.session.CDOSessionImpl.handleLockNotification(CDOSessionImpl.java:1258) at org.eclipse.emf.cdo.tests.AbstractLockingTest$LockingSessionConfiguration$1.handleLockNotification(AbstractLockingTest.java:160) at org.eclipse.emf.cdo.internal.net4j.protocol.LockNotificationIndication.indicating(LockNotificationIndication.java:36) at org.eclipse.emf.cdo.internal.net4j.protocol.CDOClientIndication.indicating(CDOClientIndication.java:77) at org.eclipse.net4j.signal.Indication.doExtendedInput(Indication.java:57) at org.eclipse.net4j.signal.Signal.doInput(Signal.java:434) at org.eclipse.net4j.signal.Indication.execute(Indication.java:51) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) CDOViewLocksChangedEvent[source=View 1, sender=null, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:23:17.263], deltas=[REMOVED_WRITE[OID528 - 128:1]]]] Thread[server-thread-779,5,server] at org.eclipse.net4j.util.tests.TestListener2.notifyEvent(TestListener2.java:116) at org.eclipse.net4j.util.event.Notifier.fireEventSafe(Notifier.java:240) at org.eclipse.net4j.util.event.Notifier.fireEvent(Notifier.java:167) at org.eclipse.emf.internal.cdo.view.CDOViewImpl.fireLocksChangedEvent(CDOViewImpl.java:594) at org.eclipse.emf.internal.cdo.view.CDOViewImpl.doInvalidateUnsynced(CDOViewImpl.java:1216) at org.eclipse.emf.internal.cdo.view.CDOViewImpl.doInvalidate(CDOViewImpl.java:1132) at org.eclipse.emf.internal.cdo.view.CDOViewImpl$ViewInvalidation.doRun(CDOViewImpl.java:2907) at org.eclipse.net4j.util.concurrent.RunnableWithName.run(RunnableWithName.java:29) at org.eclipse.net4j.util.concurrent.SerializingExecutor.run(SerializingExecutor.java:82) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) CDOViewLocksChangedEvent[source=View 1, sender=null, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:23:17.263], deltas=[ADDED_OPTION[OID528 + 128:1]]]] Thread[server-thread-831,5,server] at org.eclipse.net4j.util.tests.TestListener2.notifyEvent(TestListener2.java:116) at org.eclipse.net4j.util.event.Notifier.fireEventSafe(Notifier.java:240) at org.eclipse.net4j.util.event.Notifier.fireEvent(Notifier.java:167) at org.eclipse.emf.internal.cdo.view.CDOViewImpl.fireLocksChangedEvent(CDOViewImpl.java:594) at org.eclipse.emf.internal.cdo.view.CDOViewImpl.handleLockNotification(CDOViewImpl.java:585) at org.eclipse.emf.internal.cdo.session.CDOSessionImpl.doHandleLockNotification(CDOSessionImpl.java:1294) at org.eclipse.emf.cdo.tests.AbstractLockingTest$LockingSessionConfiguration$1.doHandleLockNotification(AbstractLockingTest.java:166) at org.eclipse.emf.internal.cdo.session.CDOSessionImpl.handleLockNotification(CDOSessionImpl.java:1258) at org.eclipse.emf.cdo.tests.AbstractLockingTest$LockingSessionConfiguration$1.handleLockNotification(AbstractLockingTest.java:160) at org.eclipse.emf.cdo.internal.net4j.protocol.LockNotificationIndication.indicating(LockNotificationIndication.java:36) at org.eclipse.emf.cdo.internal.net4j.protocol.CDOClientIndication.indicating(CDOClientIndication.java:77) at org.eclipse.net4j.signal.Indication.doExtendedInput(Indication.java:57) at org.eclipse.net4j.signal.Signal.doInput(Signal.java:434) at org.eclipse.net4j.signal.Indication.execute(Indication.java:51) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) CDOViewLocksChangedEvent[source=View 1, sender=null, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:23:17.264], deltas=[REMOVED_OPTION[OID528 - 128:1]]]] Thread[server-thread-830,5,server] at org.eclipse.net4j.util.tests.TestListener2.notifyEvent(TestListener2.java:116) at org.eclipse.net4j.util.event.Notifier.fireEventSafe(Notifier.java:240) at org.eclipse.net4j.util.event.Notifier.fireEvent(Notifier.java:167) at org.eclipse.emf.internal.cdo.view.CDOViewImpl.fireLocksChangedEvent(CDOViewImpl.java:594) at org.eclipse.emf.internal.cdo.view.CDOViewImpl.doInvalidateUnsynced(CDOViewImpl.java:1216) at org.eclipse.emf.internal.cdo.view.CDOViewImpl.doInvalidate(CDOViewImpl.java:1132) at org.eclipse.emf.internal.cdo.view.CDOViewImpl$ViewInvalidation.doRun(CDOViewImpl.java:2907) at org.eclipse.net4j.util.concurrent.RunnableWithName.run(RunnableWithName.java:29) at org.eclipse.net4j.util.concurrent.SerializingExecutor.run(SerializingExecutor.java:82) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) ******************************************************* LockingNotificationsTest.testSameBranchDifferentSession_WithoutAutoRelease [H2, JVM, Native] ******************************************************* CDOViewLocksChangedEvent[source=View 1, sender=null, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:23:17.276], deltas=[ADDED_WRITE[OID531 + 130:1]]]] CDOViewLocksChangedEvent[source=Transaction 1, sender=Transaction 1, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:23:17.276], deltas=[ADDED_WRITE[OID531 + 130:1]]]] CDOViewLocksChangedEvent[source=View 1, sender=null, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:23:17.276], deltas=[REMOVED_WRITE[OID531 - 130:1]]]] CDOViewLocksChangedEvent[source=Transaction 1, sender=Transaction 1, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:23:17.276], deltas=[REMOVED_WRITE[OID531 - 130:1]]]] CDOViewLocksChangedEvent[source=Transaction 1, sender=Transaction 1, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:23:17.276], deltas=[ADDED_READ[OID531 + 130:1]]]] CDOViewLocksChangedEvent[source=View 1, sender=null, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:23:17.276], deltas=[ADDED_READ[OID531 + 130:1]]]] CDOViewLocksChangedEvent[source=View 1, sender=null, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:23:17.277], deltas=[REMOVED_READ[OID531 - 130:1]]]] CDOViewLocksChangedEvent[source=Transaction 1, sender=Transaction 1, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:23:17.277], deltas=[REMOVED_READ[OID531 - 130:1]]]] CDOViewLocksChangedEvent[source=View 1, sender=null, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:23:17.277], deltas=[ADDED_OPTION[OID531 + 130:1]]]] CDOViewLocksChangedEvent[source=Transaction 1, sender=Transaction 1, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:23:17.277], deltas=[ADDED_OPTION[OID531 + 130:1]]]] CDOViewLocksChangedEvent[source=Transaction 1, sender=Transaction 1, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:23:17.277], deltas=[REMOVED_OPTION[OID531 - 130:1]]]] CDOViewLocksChangedEvent[source=View 1, sender=null, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:23:17.277], deltas=[REMOVED_OPTION[OID531 - 130:1]]]] ******************************************************* LockingNotificationsTest.testSameBranchSameSession_WithAutoRelease [H2, JVM, Native] ******************************************************* CDOViewLocksChangedEvent[source=View 1, sender=Transaction 2, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:23:17.287], deltas=[ADDED_READ[OID534 + 132:2]]]] Thread[server-thread-827,5,server] at org.eclipse.net4j.util.tests.TestListener2.notifyEvent(TestListener2.java:116) at org.eclipse.net4j.util.event.Notifier.fireEventSafe(Notifier.java:240) at org.eclipse.net4j.util.event.Notifier.fireEvent(Notifier.java:167) at org.eclipse.emf.internal.cdo.view.CDOViewImpl.fireLocksChangedEvent(CDOViewImpl.java:594) at org.eclipse.emf.internal.cdo.view.CDOViewImpl.handleLockNotification(CDOViewImpl.java:585) at org.eclipse.emf.internal.cdo.session.CDOSessionImpl.doHandleLockNotification(CDOSessionImpl.java:1294) at org.eclipse.emf.cdo.tests.AbstractLockingTest$LockingSessionConfiguration$1.doHandleLockNotification(AbstractLockingTest.java:166) at org.eclipse.emf.internal.cdo.session.CDOSessionImpl.lambda$3(CDOSessionImpl.java:1254) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) CDOViewLocksChangedEvent[source=View 1, sender=null, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:23:17.287], deltas=[REMOVED_READ[OID534 - 132:2]]]] Thread[server-thread-822,5,server] at org.eclipse.net4j.util.tests.TestListener2.notifyEvent(TestListener2.java:116) at org.eclipse.net4j.util.event.Notifier.fireEventSafe(Notifier.java:240) at org.eclipse.net4j.util.event.Notifier.fireEvent(Notifier.java:167) at org.eclipse.emf.internal.cdo.view.CDOViewImpl.fireLocksChangedEvent(CDOViewImpl.java:594) at org.eclipse.emf.internal.cdo.view.CDOViewImpl.doInvalidateUnsynced(CDOViewImpl.java:1216) at org.eclipse.emf.internal.cdo.view.CDOViewImpl.doInvalidate(CDOViewImpl.java:1132) at org.eclipse.emf.internal.cdo.view.CDOViewImpl$ViewInvalidation.doRun(CDOViewImpl.java:2907) at org.eclipse.net4j.util.concurrent.RunnableWithName.run(RunnableWithName.java:29) at org.eclipse.net4j.util.concurrent.SerializingExecutor.run(SerializingExecutor.java:82) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) CDOViewLocksChangedEvent[source=View 1, sender=Transaction 2, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:23:17.288], deltas=[ADDED_WRITE[OID534 + 132:2]]]] Thread[server-thread-660,5,server] at org.eclipse.net4j.util.tests.TestListener2.notifyEvent(TestListener2.java:116) at org.eclipse.net4j.util.event.Notifier.fireEventSafe(Notifier.java:240) at org.eclipse.net4j.util.event.Notifier.fireEvent(Notifier.java:167) at org.eclipse.emf.internal.cdo.view.CDOViewImpl.fireLocksChangedEvent(CDOViewImpl.java:594) at org.eclipse.emf.internal.cdo.view.CDOViewImpl.handleLockNotification(CDOViewImpl.java:585) at org.eclipse.emf.internal.cdo.session.CDOSessionImpl.doHandleLockNotification(CDOSessionImpl.java:1294) at org.eclipse.emf.cdo.tests.AbstractLockingTest$LockingSessionConfiguration$1.doHandleLockNotification(AbstractLockingTest.java:166) at org.eclipse.emf.internal.cdo.session.CDOSessionImpl.lambda$3(CDOSessionImpl.java:1254) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) CDOViewLocksChangedEvent[source=View 1, sender=null, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:23:17.288], deltas=[REMOVED_WRITE[OID534 - 132:2]]]] Thread[server-thread-641,5,server] at org.eclipse.net4j.util.tests.TestListener2.notifyEvent(TestListener2.java:116) at org.eclipse.net4j.util.event.Notifier.fireEventSafe(Notifier.java:240) at org.eclipse.net4j.util.event.Notifier.fireEvent(Notifier.java:167) at org.eclipse.emf.internal.cdo.view.CDOViewImpl.fireLocksChangedEvent(CDOViewImpl.java:594) at org.eclipse.emf.internal.cdo.view.CDOViewImpl.doInvalidateUnsynced(CDOViewImpl.java:1216) at org.eclipse.emf.internal.cdo.view.CDOViewImpl.doInvalidate(CDOViewImpl.java:1132) at org.eclipse.emf.internal.cdo.view.CDOViewImpl$ViewInvalidation.doRun(CDOViewImpl.java:2907) at org.eclipse.net4j.util.concurrent.RunnableWithName.run(RunnableWithName.java:29) at org.eclipse.net4j.util.concurrent.SerializingExecutor.run(SerializingExecutor.java:82) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) CDOViewLocksChangedEvent[source=View 1, sender=Transaction 2, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:23:17.289], deltas=[ADDED_OPTION[OID534 + 132:2]]]] Thread[server-thread-589,5,server] at org.eclipse.net4j.util.tests.TestListener2.notifyEvent(TestListener2.java:116) at org.eclipse.net4j.util.event.Notifier.fireEventSafe(Notifier.java:240) at org.eclipse.net4j.util.event.Notifier.fireEvent(Notifier.java:167) at org.eclipse.emf.internal.cdo.view.CDOViewImpl.fireLocksChangedEvent(CDOViewImpl.java:594) at org.eclipse.emf.internal.cdo.view.CDOViewImpl.handleLockNotification(CDOViewImpl.java:585) at org.eclipse.emf.internal.cdo.session.CDOSessionImpl.doHandleLockNotification(CDOSessionImpl.java:1294) at org.eclipse.emf.cdo.tests.AbstractLockingTest$LockingSessionConfiguration$1.doHandleLockNotification(AbstractLockingTest.java:166) at org.eclipse.emf.internal.cdo.session.CDOSessionImpl.lambda$3(CDOSessionImpl.java:1254) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) CDOViewLocksChangedEvent[source=View 1, sender=null, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:23:17.289], deltas=[REMOVED_OPTION[OID534 - 132:2]]]] Thread[server-thread-831,5,server] at org.eclipse.net4j.util.tests.TestListener2.notifyEvent(TestListener2.java:116) at org.eclipse.net4j.util.event.Notifier.fireEventSafe(Notifier.java:240) at org.eclipse.net4j.util.event.Notifier.fireEvent(Notifier.java:167) at org.eclipse.emf.internal.cdo.view.CDOViewImpl.fireLocksChangedEvent(CDOViewImpl.java:594) at org.eclipse.emf.internal.cdo.view.CDOViewImpl.doInvalidateUnsynced(CDOViewImpl.java:1216) at org.eclipse.emf.internal.cdo.view.CDOViewImpl.doInvalidate(CDOViewImpl.java:1132) at org.eclipse.emf.internal.cdo.view.CDOViewImpl$ViewInvalidation.doRun(CDOViewImpl.java:2907) at org.eclipse.net4j.util.concurrent.RunnableWithName.run(RunnableWithName.java:29) at org.eclipse.net4j.util.concurrent.SerializingExecutor.run(SerializingExecutor.java:82) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) ******************************************************* LockingNotificationsTest.testSameBranchSameSession_WithoutAutoRelease [H2, JVM, Native] ******************************************************* CDOViewLocksChangedEvent[source=Transaction 2, sender=Transaction 2, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:23:17.298], deltas=[ADDED_WRITE[OID537 + 133:2]]]] CDOViewLocksChangedEvent[source=View 1, sender=Transaction 2, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:23:17.298], deltas=[ADDED_WRITE[OID537 + 133:2]]]] CDOViewLocksChangedEvent[source=Transaction 2, sender=Transaction 2, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:23:17.298], deltas=[REMOVED_WRITE[OID537 - 133:2]]]] CDOViewLocksChangedEvent[source=View 1, sender=Transaction 2, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:23:17.298], deltas=[REMOVED_WRITE[OID537 - 133:2]]]] CDOViewLocksChangedEvent[source=Transaction 2, sender=Transaction 2, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:23:17.298], deltas=[ADDED_READ[OID537 + 133:2]]]] CDOViewLocksChangedEvent[source=View 1, sender=Transaction 2, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:23:17.298], deltas=[ADDED_READ[OID537 + 133:2]]]] CDOViewLocksChangedEvent[source=Transaction 2, sender=Transaction 2, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:23:17.299], deltas=[REMOVED_READ[OID537 - 133:2]]]] CDOViewLocksChangedEvent[source=View 1, sender=Transaction 2, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:23:17.299], deltas=[REMOVED_READ[OID537 - 133:2]]]] CDOViewLocksChangedEvent[source=Transaction 2, sender=Transaction 2, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:23:17.299], deltas=[ADDED_OPTION[OID537 + 133:2]]]] CDOViewLocksChangedEvent[source=View 1, sender=Transaction 2, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:23:17.299], deltas=[ADDED_OPTION[OID537 + 133:2]]]] CDOViewLocksChangedEvent[source=Transaction 2, sender=Transaction 2, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:23:17.299], deltas=[REMOVED_OPTION[OID537 - 133:2]]]] CDOViewLocksChangedEvent[source=View 1, sender=Transaction 2, CDOLockChangeInfo[branchPoint=BranchPoint[MAIN, 2024-05-03 05:23:17.299], deltas=[REMOVED_OPTION[OID537 - 133:2]]]] ******************************************************* LockingSequenceTest.testSafeCounter [H2, JVM, Native] ******************************************************* CDOLockOwner[134:2]: Allocated 0 CDOLockOwner[134:2]: Committed CDOLockOwner[134:5]: Allocated 1 CDOLockOwner[134:5]: Committed CDOLockOwner[134:11]: Allocated 2 CDOLockOwner[134:11]: Committed CDOLockOwner[134:3]: Allocated 3 CDOLockOwner[134:3]: Committed CDOLockOwner[134:4]: Allocated 4 CDOLockOwner[134:4]: Committed CDOLockOwner[134:6]: Allocated 5 CDOLockOwner[134:6]: Committed CDOLockOwner[134:7]: Allocated 6 CDOLockOwner[134:7]: Committed CDOLockOwner[134:2]: Allocated 7 CDOLockOwner[134:2]: Committed CDOLockOwner[134:8]: Allocated 8 CDOLockOwner[134:8]: Committed CDOLockOwner[134:9]: Allocated 9 CDOLockOwner[134:9]: Committed CDOLockOwner[134:10]: Allocated 10 CDOLockOwner[134:10]: Committed CDOLockOwner[134:5]: Allocated 11 CDOLockOwner[134:5]: Committed CDOLockOwner[134:11]: Allocated 12 CDOLockOwner[134:11]: Committed CDOLockOwner[134:3]: Allocated 13 CDOLockOwner[134:3]: Committed CDOLockOwner[134:4]: Allocated 14 CDOLockOwner[134:4]: Committed CDOLockOwner[134:6]: Allocated 15 CDOLockOwner[134:6]: Committed CDOLockOwner[134:7]: Allocated 16 CDOLockOwner[134:7]: Committed CDOLockOwner[134:2]: Allocated 17 CDOLockOwner[134:2]: Committed CDOLockOwner[134:8]: Allocated 18 CDOLockOwner[134:9]: Allocated 19 CDOLockOwner[134:8]: Committed CDOLockOwner[134:10]: Allocated 20 CDOLockOwner[134:9]: Committed CDOLockOwner[134:10]: Committed CDOLockOwner[134:5]: Allocated 21 CDOLockOwner[134:5]: Committed CDOLockOwner[134:11]: Allocated 22 CDOLockOwner[134:11]: Committed CDOLockOwner[134:3]: Allocated 23 CDOLockOwner[134:3]: Committed CDOLockOwner[134:4]: Allocated 24 CDOLockOwner[134:6]: Allocated 25 CDOLockOwner[134:4]: Committed CDOLockOwner[134:6]: Committed CDOLockOwner[134:7]: Allocated 26 CDOLockOwner[134:7]: Committed CDOLockOwner[134:2]: Allocated 27 CDOLockOwner[134:2]: Committed CDOLockOwner[134:8]: Allocated 28 CDOLockOwner[134:8]: Committed CDOLockOwner[134:9]: Allocated 29 CDOLockOwner[134:10]: Allocated 30 CDOLockOwner[134:9]: Committed CDOLockOwner[134:10]: Committed CDOLockOwner[134:5]: Allocated 31 CDOLockOwner[134:11]: Allocated 32 CDOLockOwner[134:5]: Committed CDOLockOwner[134:3]: Allocated 33 CDOLockOwner[134:11]: Committed CDOLockOwner[134:3]: Committed CDOLockOwner[134:11]: Allocated 34 CDOLockOwner[134:11]: Committed CDOLockOwner[134:4]: Allocated 35 CDOLockOwner[134:4]: Committed CDOLockOwner[134:6]: Allocated 36 CDOLockOwner[134:7]: Allocated 37 CDOLockOwner[134:6]: Committed CDOLockOwner[134:7]: Committed CDOLockOwner[134:2]: Allocated 38 CDOLockOwner[134:2]: Committed CDOLockOwner[134:8]: Allocated 39 CDOLockOwner[134:8]: Committed CDOLockOwner[134:9]: Allocated 40 CDOLockOwner[134:10]: Allocated 41 CDOLockOwner[134:9]: Committed CDOLockOwner[134:10]: Committed CDOLockOwner[134:5]: Allocated 42 CDOLockOwner[134:5]: Committed CDOLockOwner[134:3]: Allocated 43 CDOLockOwner[134:11]: Allocated 44 CDOLockOwner[134:3]: Committed CDOLockOwner[134:11]: Committed CDOLockOwner[134:4]: Allocated 45 CDOLockOwner[134:6]: Allocated 46 CDOLockOwner[134:4]: Committed CDOLockOwner[134:6]: Committed CDOLockOwner[134:7]: Allocated 47 CDOLockOwner[134:7]: Committed CDOLockOwner[134:2]: Allocated 48 CDOLockOwner[134:8]: Allocated 49 CDOLockOwner[134:2]: Committed CDOLockOwner[134:8]: Committed CDOLockOwner[134:9]: Allocated 50 CDOLockOwner[134:10]: Allocated 51 CDOLockOwner[134:9]: Committed CDOLockOwner[134:5]: Allocated 52 CDOLockOwner[134:10]: Committed CDOLockOwner[134:5]: Committed CDOLockOwner[134:3]: Allocated 53 CDOLockOwner[134:3]: Committed CDOLockOwner[134:11]: Allocated 54 CDOLockOwner[134:11]: Committed CDOLockOwner[134:4]: Allocated 55 CDOLockOwner[134:4]: Committed CDOLockOwner[134:6]: Allocated 56 CDOLockOwner[134:7]: Allocated 57 CDOLockOwner[134:6]: Committed CDOLockOwner[134:7]: Committed CDOLockOwner[134:2]: Allocated 58 CDOLockOwner[134:2]: Committed CDOLockOwner[134:8]: Allocated 59 CDOLockOwner[134:9]: Allocated 60 CDOLockOwner[134:8]: Committed CDOLockOwner[134:9]: Committed CDOLockOwner[134:10]: Allocated 61 CDOLockOwner[134:5]: Allocated 62 CDOLockOwner[134:10]: Committed CDOLockOwner[134:5]: Committed CDOLockOwner[134:3]: Allocated 63 CDOLockOwner[134:3]: Committed CDOLockOwner[134:11]: Allocated 64 CDOLockOwner[134:11]: Committed CDOLockOwner[134:4]: Allocated 65 CDOLockOwner[134:4]: Committed CDOLockOwner[134:6]: Allocated 66 CDOLockOwner[134:6]: Committed CDOLockOwner[134:7]: Allocated 67 CDOLockOwner[134:7]: Committed CDOLockOwner[134:2]: Allocated 68 CDOLockOwner[134:2]: Committed CDOLockOwner[134:8]: Allocated 69 CDOLockOwner[134:8]: Committed CDOLockOwner[134:9]: Allocated 70 CDOLockOwner[134:9]: Committed CDOLockOwner[134:10]: Allocated 71 CDOLockOwner[134:10]: Committed CDOLockOwner[134:5]: Allocated 72 CDOLockOwner[134:5]: Committed CDOLockOwner[134:3]: Allocated 73 CDOLockOwner[134:3]: Committed CDOLockOwner[134:11]: Allocated 74 CDOLockOwner[134:11]: Committed CDOLockOwner[134:4]: Allocated 75 CDOLockOwner[134:4]: Committed CDOLockOwner[134:6]: Allocated 76 CDOLockOwner[134:6]: Committed CDOLockOwner[134:7]: Allocated 77 CDOLockOwner[134:7]: Committed CDOLockOwner[134:2]: Allocated 78 CDOLockOwner[134:2]: Committed CDOLockOwner[134:8]: Allocated 79 CDOLockOwner[134:8]: Committed CDOLockOwner[134:9]: Allocated 80 CDOLockOwner[134:9]: Committed CDOLockOwner[134:10]: Allocated 81 CDOLockOwner[134:10]: Committed CDOLockOwner[134:5]: Allocated 82 CDOLockOwner[134:5]: Committed CDOLockOwner[134:3]: Allocated 83 CDOLockOwner[134:3]: Committed CDOLockOwner[134:11]: Allocated 84 CDOLockOwner[134:11]: Committed CDOLockOwner[134:4]: Allocated 85 CDOLockOwner[134:4]: Committed CDOLockOwner[134:6]: Allocated 86 CDOLockOwner[134:6]: Committed CDOLockOwner[134:7]: Allocated 87 CDOLockOwner[134:7]: Committed CDOLockOwner[134:2]: Allocated 88 CDOLockOwner[134:2]: Committed CDOLockOwner[134:8]: Allocated 89 CDOLockOwner[134:8]: Committed CDOLockOwner[134:9]: Allocated 90 CDOLockOwner[134:9]: Committed CDOLockOwner[134:10]: Allocated 91 CDOLockOwner[134:10]: Committed CDOLockOwner[134:5]: Allocated 92 CDOLockOwner[134:5]: Committed CDOLockOwner[134:3]: Allocated 93 CDOLockOwner[134:3]: Committed CDOLockOwner[134:11]: Allocated 94 CDOLockOwner[134:11]: Committed CDOLockOwner[134:4]: Allocated 95 CDOLockOwner[134:4]: Committed CDOLockOwner[134:6]: Allocated 96 CDOLockOwner[134:6]: Committed CDOLockOwner[134:7]: Allocated 97 CDOLockOwner[134:7]: Committed CDOLockOwner[134:2]: Allocated 98 CDOLockOwner[134:2]: Committed CDOLockOwner[134:8]: Allocated 99 CDOLockOwner[134:8]: Committed CDOLockOwner[134:9]: Allocated 100 CDOLockOwner[134:9]: Committed CDOLockOwner[134:10]: Allocated 101 CDOLockOwner[134:10]: Committed CDOLockOwner[134:5]: Allocated 102 CDOLockOwner[134:5]: Committed CDOLockOwner[134:3]: Allocated 103 CDOLockOwner[134:3]: Committed CDOLockOwner[134:11]: Allocated 104 CDOLockOwner[134:11]: Committed CDOLockOwner[134:4]: Allocated 105 CDOLockOwner[134:4]: Committed CDOLockOwner[134:6]: Allocated 106 CDOLockOwner[134:6]: Committed CDOLockOwner[134:7]: Allocated 107 CDOLockOwner[134:7]: Committed CDOLockOwner[134:2]: Allocated 108 CDOLockOwner[134:2]: Committed CDOLockOwner[134:8]: Allocated 109 CDOLockOwner[134:8]: Committed CDOLockOwner[134:9]: Allocated 110 CDOLockOwner[134:9]: Committed CDOLockOwner[134:10]: Allocated 111 CDOLockOwner[134:10]: Committed CDOLockOwner[134:5]: Allocated 112 CDOLockOwner[134:5]: Committed CDOLockOwner[134:3]: Allocated 113 CDOLockOwner[134:3]: Committed CDOLockOwner[134:11]: Allocated 114 CDOLockOwner[134:11]: Committed CDOLockOwner[134:4]: Allocated 115 CDOLockOwner[134:4]: Committed CDOLockOwner[134:6]: Allocated 116 CDOLockOwner[134:6]: Committed CDOLockOwner[134:7]: Allocated 117 CDOLockOwner[134:7]: Committed CDOLockOwner[134:2]: Allocated 118 CDOLockOwner[134:2]: Committed CDOLockOwner[134:8]: Allocated 119 CDOLockOwner[134:8]: Committed CDOLockOwner[134:9]: Allocated 120 CDOLockOwner[134:9]: Committed CDOLockOwner[134:10]: Allocated 121 CDOLockOwner[134:10]: Committed CDOLockOwner[134:5]: Allocated 122 CDOLockOwner[134:5]: Committed CDOLockOwner[134:3]: Allocated 123 CDOLockOwner[134:3]: Committed CDOLockOwner[134:11]: Allocated 124 CDOLockOwner[134:11]: Committed CDOLockOwner[134:4]: Allocated 125 CDOLockOwner[134:4]: Committed CDOLockOwner[134:6]: Allocated 126 CDOLockOwner[134:6]: Committed CDOLockOwner[134:7]: Allocated 127 CDOLockOwner[134:7]: Committed CDOLockOwner[134:2]: Allocated 128 CDOLockOwner[134:2]: Committed CDOLockOwner[134:8]: Allocated 129 CDOLockOwner[134:8]: Committed CDOLockOwner[134:9]: Allocated 130 CDOLockOwner[134:9]: Committed CDOLockOwner[134:10]: Allocated 131 CDOLockOwner[134:10]: Committed CDOLockOwner[134:5]: Allocated 132 CDOLockOwner[134:5]: Committed CDOLockOwner[134:3]: Allocated 133 CDOLockOwner[134:3]: Committed CDOLockOwner[134:11]: Allocated 134 CDOLockOwner[134:11]: Committed CDOLockOwner[134:4]: Allocated 135 CDOLockOwner[134:4]: Committed CDOLockOwner[134:6]: Allocated 136 CDOLockOwner[134:6]: Committed CDOLockOwner[134:7]: Allocated 137 CDOLockOwner[134:7]: Committed CDOLockOwner[134:2]: Allocated 138 CDOLockOwner[134:2]: Committed CDOLockOwner[134:8]: Allocated 139 CDOLockOwner[134:8]: Committed CDOLockOwner[134:9]: Allocated 140 CDOLockOwner[134:9]: Committed CDOLockOwner[134:10]: Allocated 141 CDOLockOwner[134:10]: Committed CDOLockOwner[134:5]: Allocated 142 CDOLockOwner[134:5]: Committed CDOLockOwner[134:3]: Allocated 143 CDOLockOwner[134:3]: Committed CDOLockOwner[134:11]: Allocated 144 CDOLockOwner[134:11]: Committed CDOLockOwner[134:4]: Allocated 145 CDOLockOwner[134:4]: Committed CDOLockOwner[134:6]: Allocated 146 CDOLockOwner[134:6]: Committed CDOLockOwner[134:7]: Allocated 147 CDOLockOwner[134:7]: Committed CDOLockOwner[134:2]: Allocated 148 CDOLockOwner[134:2]: Committed CDOLockOwner[134:8]: Allocated 149 CDOLockOwner[134:8]: Committed CDOLockOwner[134:9]: Allocated 150 CDOLockOwner[134:9]: Committed CDOLockOwner[134:10]: Allocated 151 CDOLockOwner[134:10]: Committed CDOLockOwner[134:5]: Allocated 152 CDOLockOwner[134:5]: Committed CDOLockOwner[134:3]: Allocated 153 CDOLockOwner[134:3]: Committed CDOLockOwner[134:11]: Allocated 154 CDOLockOwner[134:11]: Committed CDOLockOwner[134:4]: Allocated 155 CDOLockOwner[134:4]: Committed CDOLockOwner[134:6]: Allocated 156 CDOLockOwner[134:6]: Committed CDOLockOwner[134:7]: Allocated 157 CDOLockOwner[134:7]: Committed CDOLockOwner[134:2]: Allocated 158 CDOLockOwner[134:2]: Committed CDOLockOwner[134:8]: Allocated 159 CDOLockOwner[134:8]: Committed CDOLockOwner[134:9]: Allocated 160 CDOLockOwner[134:9]: Committed CDOLockOwner[134:10]: Allocated 161 CDOLockOwner[134:10]: Committed CDOLockOwner[134:5]: Allocated 162 CDOLockOwner[134:5]: Committed CDOLockOwner[134:3]: Allocated 163 CDOLockOwner[134:3]: Committed CDOLockOwner[134:11]: Allocated 164 CDOLockOwner[134:11]: Committed CDOLockOwner[134:4]: Allocated 165 CDOLockOwner[134:4]: Committed CDOLockOwner[134:6]: Allocated 166 CDOLockOwner[134:6]: Committed CDOLockOwner[134:7]: Allocated 167 CDOLockOwner[134:7]: Committed CDOLockOwner[134:2]: Allocated 168 CDOLockOwner[134:2]: Committed CDOLockOwner[134:8]: Allocated 169 CDOLockOwner[134:8]: Committed CDOLockOwner[134:9]: Allocated 170 CDOLockOwner[134:9]: Committed CDOLockOwner[134:10]: Allocated 171 CDOLockOwner[134:10]: Committed CDOLockOwner[134:5]: Allocated 172 CDOLockOwner[134:5]: Committed CDOLockOwner[134:3]: Allocated 173 CDOLockOwner[134:3]: Committed CDOLockOwner[134:11]: Allocated 174 CDOLockOwner[134:11]: Committed CDOLockOwner[134:4]: Allocated 175 CDOLockOwner[134:4]: Committed CDOLockOwner[134:6]: Allocated 176 CDOLockOwner[134:6]: Committed CDOLockOwner[134:7]: Allocated 177 CDOLockOwner[134:7]: Committed CDOLockOwner[134:2]: Allocated 178 CDOLockOwner[134:2]: Committed CDOLockOwner[134:8]: Allocated 179 CDOLockOwner[134:8]: Committed CDOLockOwner[134:9]: Allocated 180 CDOLockOwner[134:9]: Committed CDOLockOwner[134:10]: Allocated 181 CDOLockOwner[134:10]: Committed CDOLockOwner[134:5]: Allocated 182 CDOLockOwner[134:5]: Committed CDOLockOwner[134:3]: Allocated 183 CDOLockOwner[134:3]: Committed CDOLockOwner[134:11]: Allocated 184 CDOLockOwner[134:11]: Committed CDOLockOwner[134:4]: Allocated 185 CDOLockOwner[134:4]: Committed CDOLockOwner[134:6]: Allocated 186 CDOLockOwner[134:6]: Committed CDOLockOwner[134:7]: Allocated 187 CDOLockOwner[134:7]: Committed CDOLockOwner[134:2]: Allocated 188 CDOLockOwner[134:2]: Committed CDOLockOwner[134:8]: Allocated 189 CDOLockOwner[134:8]: Committed CDOLockOwner[134:9]: Allocated 190 CDOLockOwner[134:9]: Committed CDOLockOwner[134:10]: Allocated 191 CDOLockOwner[134:10]: Committed CDOLockOwner[134:5]: Allocated 192 CDOLockOwner[134:5]: Committed CDOLockOwner[134:3]: Allocated 193 CDOLockOwner[134:3]: Committed CDOLockOwner[134:11]: Allocated 194 CDOLockOwner[134:11]: Committed CDOLockOwner[134:4]: Allocated 195 CDOLockOwner[134:4]: Committed CDOLockOwner[134:6]: Allocated 196 CDOLockOwner[134:6]: Committed CDOLockOwner[134:7]: Allocated 197 CDOLockOwner[134:7]: Committed CDOLockOwner[134:2]: Allocated 198 CDOLockOwner[134:2]: Committed CDOLockOwner[134:8]: Allocated 199 CDOLockOwner[134:8]: Committed CDOLockOwner[134:9]: Allocated 200 CDOLockOwner[134:9]: Committed CDOLockOwner[134:10]: Allocated 201 CDOLockOwner[134:10]: Committed CDOLockOwner[134:5]: Allocated 202 CDOLockOwner[134:5]: Committed CDOLockOwner[134:3]: Allocated 203 CDOLockOwner[134:3]: Committed CDOLockOwner[134:11]: Allocated 204 CDOLockOwner[134:11]: Committed CDOLockOwner[134:4]: Allocated 205 CDOLockOwner[134:4]: Committed CDOLockOwner[134:6]: Allocated 206 CDOLockOwner[134:6]: Committed CDOLockOwner[134:7]: Allocated 207 CDOLockOwner[134:7]: Committed CDOLockOwner[134:2]: Allocated 208 CDOLockOwner[134:2]: Committed CDOLockOwner[134:8]: Allocated 209 CDOLockOwner[134:8]: Committed CDOLockOwner[134:9]: Allocated 210 CDOLockOwner[134:9]: Committed CDOLockOwner[134:10]: Allocated 211 CDOLockOwner[134:10]: Committed CDOLockOwner[134:5]: Allocated 212 CDOLockOwner[134:5]: Committed CDOLockOwner[134:3]: Allocated 213 CDOLockOwner[134:3]: Committed CDOLockOwner[134:11]: Allocated 214 CDOLockOwner[134:11]: Committed CDOLockOwner[134:4]: Allocated 215 CDOLockOwner[134:4]: Committed CDOLockOwner[134:6]: Allocated 216 CDOLockOwner[134:6]: Committed CDOLockOwner[134:7]: Allocated 217 CDOLockOwner[134:7]: Committed CDOLockOwner[134:2]: Allocated 218 CDOLockOwner[134:2]: Committed CDOLockOwner[134:8]: Allocated 219 CDOLockOwner[134:8]: Committed CDOLockOwner[134:9]: Allocated 220 CDOLockOwner[134:9]: Committed CDOLockOwner[134:10]: Allocated 221 CDOLockOwner[134:10]: Committed CDOLockOwner[134:5]: Allocated 222 CDOLockOwner[134:5]: Committed CDOLockOwner[134:3]: Allocated 223 CDOLockOwner[134:3]: Committed CDOLockOwner[134:11]: Allocated 224 CDOLockOwner[134:11]: Committed CDOLockOwner[134:4]: Allocated 225 CDOLockOwner[134:4]: Committed CDOLockOwner[134:6]: Allocated 226 CDOLockOwner[134:6]: Committed CDOLockOwner[134:7]: Allocated 227 CDOLockOwner[134:7]: Committed CDOLockOwner[134:2]: Allocated 228 CDOLockOwner[134:2]: Committed CDOLockOwner[134:8]: Allocated 229 CDOLockOwner[134:8]: Committed CDOLockOwner[134:9]: Allocated 230 CDOLockOwner[134:9]: Committed CDOLockOwner[134:10]: Allocated 231 CDOLockOwner[134:10]: Committed CDOLockOwner[134:5]: Allocated 232 CDOLockOwner[134:5]: Committed CDOLockOwner[134:3]: Allocated 233 CDOLockOwner[134:3]: Committed CDOLockOwner[134:11]: Allocated 234 CDOLockOwner[134:11]: Committed CDOLockOwner[134:4]: Allocated 235 CDOLockOwner[134:4]: Committed CDOLockOwner[134:6]: Allocated 236 CDOLockOwner[134:6]: Committed CDOLockOwner[134:7]: Allocated 237 CDOLockOwner[134:7]: Committed CDOLockOwner[134:2]: Allocated 238 CDOLockOwner[134:2]: Committed CDOLockOwner[134:8]: Allocated 239 CDOLockOwner[134:8]: Committed CDOLockOwner[134:9]: Allocated 240 CDOLockOwner[134:9]: Committed CDOLockOwner[134:10]: Allocated 241 CDOLockOwner[134:10]: Committed CDOLockOwner[134:5]: Allocated 242 CDOLockOwner[134:5]: Committed CDOLockOwner[134:3]: Allocated 243 CDOLockOwner[134:3]: Committed CDOLockOwner[134:11]: Allocated 244 CDOLockOwner[134:11]: Committed CDOLockOwner[134:4]: Allocated 245 CDOLockOwner[134:4]: Committed CDOLockOwner[134:6]: Allocated 246 CDOLockOwner[134:6]: Committed CDOLockOwner[134:7]: Allocated 247 CDOLockOwner[134:7]: Committed CDOLockOwner[134:2]: Allocated 248 CDOLockOwner[134:2]: Committed CDOLockOwner[134:8]: Allocated 249 CDOLockOwner[134:8]: Committed CDOLockOwner[134:9]: Allocated 250 CDOLockOwner[134:9]: Committed CDOLockOwner[134:10]: Allocated 251 CDOLockOwner[134:10]: Committed CDOLockOwner[134:5]: Allocated 252 CDOLockOwner[134:5]: Committed CDOLockOwner[134:3]: Allocated 253 CDOLockOwner[134:3]: Committed CDOLockOwner[134:11]: Allocated 254 CDOLockOwner[134:11]: Committed CDOLockOwner[134:4]: Allocated 255 CDOLockOwner[134:4]: Committed CDOLockOwner[134:6]: Allocated 256 CDOLockOwner[134:6]: Committed CDOLockOwner[134:7]: Allocated 257 CDOLockOwner[134:7]: Committed CDOLockOwner[134:2]: Allocated 258 CDOLockOwner[134:2]: Committed CDOLockOwner[134:8]: Allocated 259 CDOLockOwner[134:8]: Committed CDOLockOwner[134:9]: Allocated 260 CDOLockOwner[134:9]: Committed CDOLockOwner[134:10]: Allocated 261 CDOLockOwner[134:10]: Committed CDOLockOwner[134:5]: Allocated 262 CDOLockOwner[134:5]: Committed CDOLockOwner[134:3]: Allocated 263 CDOLockOwner[134:3]: Committed CDOLockOwner[134:11]: Allocated 264 CDOLockOwner[134:11]: Committed CDOLockOwner[134:4]: Allocated 265 CDOLockOwner[134:4]: Committed CDOLockOwner[134:6]: Allocated 266 CDOLockOwner[134:6]: Committed CDOLockOwner[134:7]: Allocated 267 CDOLockOwner[134:7]: Committed CDOLockOwner[134:2]: Allocated 268 CDOLockOwner[134:2]: Committed CDOLockOwner[134:8]: Allocated 269 CDOLockOwner[134:8]: Committed CDOLockOwner[134:9]: Allocated 270 CDOLockOwner[134:9]: Committed CDOLockOwner[134:10]: Allocated 271 CDOLockOwner[134:10]: Committed CDOLockOwner[134:5]: Allocated 272 CDOLockOwner[134:5]: Committed CDOLockOwner[134:3]: Allocated 273 CDOLockOwner[134:3]: Committed CDOLockOwner[134:11]: Allocated 274 CDOLockOwner[134:11]: Committed CDOLockOwner[134:4]: Allocated 275 CDOLockOwner[134:4]: Committed CDOLockOwner[134:6]: Allocated 276 CDOLockOwner[134:6]: Committed CDOLockOwner[134:7]: Allocated 277 CDOLockOwner[134:7]: Committed CDOLockOwner[134:2]: Allocated 278 CDOLockOwner[134:2]: Committed CDOLockOwner[134:8]: Allocated 279 CDOLockOwner[134:8]: Committed CDOLockOwner[134:9]: Allocated 280 CDOLockOwner[134:9]: Committed CDOLockOwner[134:10]: Allocated 281 CDOLockOwner[134:10]: Committed CDOLockOwner[134:5]: Allocated 282 CDOLockOwner[134:5]: Committed CDOLockOwner[134:3]: Allocated 283 CDOLockOwner[134:3]: Committed CDOLockOwner[134:11]: Allocated 284 CDOLockOwner[134:11]: Committed CDOLockOwner[134:4]: Allocated 285 CDOLockOwner[134:4]: Committed CDOLockOwner[134:6]: Allocated 286 CDOLockOwner[134:6]: Committed CDOLockOwner[134:7]: Allocated 287 CDOLockOwner[134:7]: Committed CDOLockOwner[134:2]: Allocated 288 CDOLockOwner[134:2]: Committed CDOLockOwner[134:8]: Allocated 289 CDOLockOwner[134:8]: Committed CDOLockOwner[134:9]: Allocated 290 CDOLockOwner[134:9]: Committed CDOLockOwner[134:10]: Allocated 291 CDOLockOwner[134:10]: Committed CDOLockOwner[134:5]: Allocated 292 CDOLockOwner[134:5]: Committed CDOLockOwner[134:3]: Allocated 293 CDOLockOwner[134:3]: Committed CDOLockOwner[134:4]: Allocated 294 CDOLockOwner[134:4]: Committed CDOLockOwner[134:6]: Allocated 295 CDOLockOwner[134:6]: Committed CDOLockOwner[134:7]: Allocated 296 CDOLockOwner[134:7]: Committed CDOLockOwner[134:8]: Allocated 297 CDOLockOwner[134:8]: Committed CDOLockOwner[134:9]: Allocated 298 CDOLockOwner[134:9]: Committed CDOLockOwner[134:10]: Allocated 299 CDOLockOwner[134:10]: Committed FINISHED SUCCESS ******************************************************* MapTest.testEObjectToEObjectBothContainedMap [H2, JVM, Native] ******************************************************* org.eclipse.emf.ecore.impl.EReferenceImpl@4b9dc62f (name: integerToStringMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@6cb3463b (name: stringToStringMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@2f9236d8 (name: stringToVATMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@4536a09a (name: stringToAddressContainmentMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@603faaad (name: stringToAddressReferenceMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@16cbba0f (name: eObjectToEObjectMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@28d16af8 (name: eObjectToEObjectKeyContainedMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@58932d08 (name: eObjectToEObjectBothContainedMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@45648e75 (name: eObjectToEObjectValueContainedMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) ******************************************************* MapTest.testEObjectToEObjectKeyContainedMap [H2, JVM, Native] ******************************************************* org.eclipse.emf.ecore.impl.EReferenceImpl@4b9dc62f (name: integerToStringMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@6cb3463b (name: stringToStringMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@2f9236d8 (name: stringToVATMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@4536a09a (name: stringToAddressContainmentMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@603faaad (name: stringToAddressReferenceMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@16cbba0f (name: eObjectToEObjectMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@28d16af8 (name: eObjectToEObjectKeyContainedMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@58932d08 (name: eObjectToEObjectBothContainedMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@45648e75 (name: eObjectToEObjectValueContainedMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) ******************************************************* MapTest.testEObjectToEObjectMap [H2, JVM, Native] ******************************************************* org.eclipse.emf.ecore.impl.EReferenceImpl@4b9dc62f (name: integerToStringMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@6cb3463b (name: stringToStringMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@2f9236d8 (name: stringToVATMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@4536a09a (name: stringToAddressContainmentMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@603faaad (name: stringToAddressReferenceMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@16cbba0f (name: eObjectToEObjectMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@28d16af8 (name: eObjectToEObjectKeyContainedMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@58932d08 (name: eObjectToEObjectBothContainedMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@45648e75 (name: eObjectToEObjectValueContainedMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) ******************************************************* MapTest.testEObjectToEObjectValueContainedMap [H2, JVM, Native] ******************************************************* org.eclipse.emf.ecore.impl.EReferenceImpl@4b9dc62f (name: integerToStringMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@6cb3463b (name: stringToStringMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@2f9236d8 (name: stringToVATMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@4536a09a (name: stringToAddressContainmentMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@603faaad (name: stringToAddressReferenceMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@16cbba0f (name: eObjectToEObjectMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@28d16af8 (name: eObjectToEObjectKeyContainedMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@58932d08 (name: eObjectToEObjectBothContainedMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@45648e75 (name: eObjectToEObjectValueContainedMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) ******************************************************* MapTest.testIntegerStringMap [H2, JVM, Native] ******************************************************* org.eclipse.emf.ecore.impl.EReferenceImpl@4b9dc62f (name: integerToStringMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@6cb3463b (name: stringToStringMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@2f9236d8 (name: stringToVATMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@4536a09a (name: stringToAddressContainmentMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@603faaad (name: stringToAddressReferenceMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@16cbba0f (name: eObjectToEObjectMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@28d16af8 (name: eObjectToEObjectKeyContainedMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@58932d08 (name: eObjectToEObjectBothContainedMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@45648e75 (name: eObjectToEObjectValueContainedMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) ******************************************************* MapTest.testStringStringMap [H2, JVM, Native] ******************************************************* org.eclipse.emf.ecore.impl.EReferenceImpl@4b9dc62f (name: integerToStringMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@6cb3463b (name: stringToStringMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@2f9236d8 (name: stringToVATMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@4536a09a (name: stringToAddressContainmentMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@603faaad (name: stringToAddressReferenceMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@16cbba0f (name: eObjectToEObjectMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@28d16af8 (name: eObjectToEObjectKeyContainedMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@58932d08 (name: eObjectToEObjectBothContainedMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@45648e75 (name: eObjectToEObjectValueContainedMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) ******************************************************* MapTest.testStringToAddressContainmentMap [H2, JVM, Native] ******************************************************* org.eclipse.emf.ecore.impl.EReferenceImpl@4b9dc62f (name: integerToStringMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@6cb3463b (name: stringToStringMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@2f9236d8 (name: stringToVATMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@4536a09a (name: stringToAddressContainmentMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@603faaad (name: stringToAddressReferenceMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@16cbba0f (name: eObjectToEObjectMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@28d16af8 (name: eObjectToEObjectKeyContainedMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@58932d08 (name: eObjectToEObjectBothContainedMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@45648e75 (name: eObjectToEObjectValueContainedMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) ******************************************************* MapTest.testStringToAddressReferenceMap [H2, JVM, Native] ******************************************************* org.eclipse.emf.ecore.impl.EReferenceImpl@4b9dc62f (name: integerToStringMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@6cb3463b (name: stringToStringMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@2f9236d8 (name: stringToVATMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@4536a09a (name: stringToAddressContainmentMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@603faaad (name: stringToAddressReferenceMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@16cbba0f (name: eObjectToEObjectMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@28d16af8 (name: eObjectToEObjectKeyContainedMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@58932d08 (name: eObjectToEObjectBothContainedMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@45648e75 (name: eObjectToEObjectValueContainedMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) ******************************************************* MapTest.testStringVATMap [H2, JVM, Native] ******************************************************* org.eclipse.emf.ecore.impl.EReferenceImpl@4b9dc62f (name: integerToStringMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@6cb3463b (name: stringToStringMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@2f9236d8 (name: stringToVATMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@4536a09a (name: stringToAddressContainmentMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@603faaad (name: stringToAddressReferenceMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@16cbba0f (name: eObjectToEObjectMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@28d16af8 (name: eObjectToEObjectKeyContainedMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@58932d08 (name: eObjectToEObjectBothContainedMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) org.eclipse.emf.ecore.impl.EReferenceImpl@45648e75 (name: eObjectToEObjectValueContainedMap) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false) ******************************************************* MapTest.testTransientMap [H2, JVM, Native] ******************************************************* ******************************************************* MetaTest.testMetaReference [H2, JVM, Native] ******************************************************* ******************************************************* MetaTest.testMetaReference2 [H2, JVM, Native] ******************************************************* ******************************************************* MetaTest.testMetaReferenceAttachFirst [H2, JVM, Native] ******************************************************* ******************************************************* MultiValuedOfAttributeTest.testListOfBoolean [H2, JVM, Native] ******************************************************* ******************************************************* MultiValuedOfAttributeTest.testListOfChar [H2, JVM, Native] ******************************************************* ******************************************************* MultiValuedOfAttributeTest.testListOfDate [H2, JVM, Native] ******************************************************* ******************************************************* MultiValuedOfAttributeTest.testListOfDouble [H2, JVM, Native] ******************************************************* ******************************************************* MultiValuedOfAttributeTest.testListOfFloat [H2, JVM, Native] ******************************************************* ******************************************************* MultiValuedOfAttributeTest.testListOfInt [H2, JVM, Native] ******************************************************* ******************************************************* MultiValuedOfAttributeTest.testListOfInteger [H2, JVM, Native] ******************************************************* ******************************************************* MultiValuedOfAttributeTest.testListOfShort [H2, JVM, Native] ******************************************************* ******************************************************* MultiValuedOfAttributeTest.testListOfString [H2, JVM, Native] ******************************************************* ******************************************************* Lazy.testAllCustomers [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Lazy.testAllEObjects [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Lazy.testAllOrdersAndSubtypes [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Lazy.testAllProductNames [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' QueryResultList[11, 12, 13, 14, 15, 16, 17, 18, 19, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10] ******************************************************* Lazy.testAllProducts [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Lazy.testAllProductsWithName [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Lazy.testAllProductsWithNameParameter [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Lazy.testAllProductsWithVAT [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Lazy.testAllProductsWithVATParameter [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Lazy.testDeletedObject [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Lazy.testDetachedObject [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Lazy.testDirtyObject [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Lazy.testMultipleQueries [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Lazy.testNewObject [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Lazy.testProductIterator [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Lazy.testSelfNavigation [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Lazy.testTransactionWithDetachedObject [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* OCLQueryTest.testAllCustomers [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* OCLQueryTest.testAllEObjects [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* OCLQueryTest.testAllOrdersAndSubtypes [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* OCLQueryTest.testAllProductNames [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' QueryResultList[11, 12, 13, 14, 15, 16, 17, 18, 19, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10] ******************************************************* OCLQueryTest.testAllProducts [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* OCLQueryTest.testAllProductsWithName [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* OCLQueryTest.testAllProductsWithNameParameter [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* OCLQueryTest.testAllProductsWithVAT [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* OCLQueryTest.testAllProductsWithVATParameter [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* OCLQueryTest.testDeletedObject [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* OCLQueryTest.testDetachedObject [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* OCLQueryTest.testDirtyObject [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* OCLQueryTest.testMultipleQueries [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* OCLQueryTest.testNewObject [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* OCLQueryTest.testProductIterator [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* OCLQueryTest.testSelfNavigation [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* OCLQueryTest.testTransactionWithDetachedObject [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* PackageRegistryTest.testCommitCircularPackages [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* PackageRegistryTest.testCommitNestedPackages [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* PackageRegistryTest.testCommitTopLevelPackages [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* PackageRegistryTest.testCommitTwoPackages [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* PackageRegistryTest.testCommitUnrelatedPackage [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* PackageRegistryTest.testConcurrentPackageRegistration [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* PackageRegistryTest.testConcurrentPackageRegistration2 [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* PackageRegistryTest.testDuplicatePackageRegistration [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* PackageRegistryTest.testDynamicPackageFactory [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* PackageRegistryTest.testDynamicPackageLoaded [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* PackageRegistryTest.testDynamicPackageNewInstance [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* PackageRegistryTest.testGeneratedPackage [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* PackageRegistryTest.testGlobalDynamicPackage [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* PackageRegistryTest.testGlobalDynamicPackageEager [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* PackageRegistryTest.testLaziness [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* PackageRegistryTest.testLoadNestedPackages [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* PackageRegistryTest.testPackageRegistry [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* PackageRegistryTest.testPopulator [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* PackageRegistryTest.testPopulatorGlobal [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* PackageRegistryTest.testReuseCommittedPackage [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* PackageRegistryTest.testSubclassCache [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* PackageRegistryTest.testSubclassCacheInvalidation [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* PartialCommitTest.testCheckWithoutCommit_exception [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* PartialCommitTest.testCheckWithoutCommit_exceptionFast [H2, JVM, Native] ******************************************************* ******************************************************* PartialCommitTest.testCommittablesContainUncommittableObjects [H2, JVM, Native] ******************************************************* ******************************************************* PartialCommitTest.testDetach [H2, JVM, Native] ******************************************************* ******************************************************* PartialCommitTest.testDetachSingleRef [H2, JVM, Native] ******************************************************* ******************************************************* PartialCommitTest.testDetachSingleRef_containerOfDetachedObjectNotIncluded [H2, JVM, Native] ******************************************************* ---> Failed properly: org.eclipse.emf.cdo.util.CommitIntegrityException: The former container (or resource) of detached object ContainedElementNoOpposite[TRANSIENT] needs to be included in the commit but isn't ******************************************************* PartialCommitTest.testDetachSingleRef_detachedObjectNotIncluded [H2, JVM, Native] ******************************************************* ---> Failed properly: org.eclipse.emf.cdo.util.CommitIntegrityException: The removed child / refTarget of object RefSingleContainedNPL@OID38[DIRTY] needs to be included in the commit but isn't ******************************************************* PartialCommitTest.testDetach_containerOfDetachedObjectNotIncluded [H2, JVM, Native] ******************************************************* ---> Failed properly: org.eclipse.emf.cdo.util.CommitIntegrityException: The former container (or resource) of detached object PurchaseOrder[TRANSIENT] needs to be included in the commit but isn't ******************************************************* PartialCommitTest.testDetach_detachedObjectNotIncluded [H2, JVM, Native] ******************************************************* ---> Failed properly: org.eclipse.emf.cdo.util.CommitIntegrityException: The removed child / refTarget of object Company@OID51[DIRTY] needs to be included in the commit but isn't ******************************************************* PartialCommitTest.testDirty [H2, JVM, Native] ******************************************************* ******************************************************* PartialCommitTest.testDirtyMultiBidiChanged [H2, JVM, Native] ******************************************************* ******************************************************* PartialCommitTest.testDirtyMultiBidiChanged_newTargetNotIncluded [H2, JVM, Native] ******************************************************* ---> Failed properly: org.eclipse.emf.cdo.util.CommitIntegrityException: The new child / refTarget of object MultiNonContainedElement@OID75[DIRTY] needs to be included in the commit but isn't ******************************************************* PartialCommitTest.testDirtyMultiBidiChanged_oldTargetNotIncluded [H2, JVM, Native] ******************************************************* ---> Failed properly: org.eclipse.emf.cdo.util.CommitIntegrityException: The removed / former child / refTarget of object MultiNonContainedElement@OID81[DIRTY] needs to be included in the commit but isn't ******************************************************* PartialCommitTest.testDirtyMultiBidiNew [H2, JVM, Native] ******************************************************* ******************************************************* PartialCommitTest.testDirtyMultiBidiNew_newtargetNotIncluded [H2, JVM, Native] ******************************************************* ---> Failed properly: org.eclipse.emf.cdo.util.CommitIntegrityException: The new child / refTarget of object MultiNonContainedElement@OID94[DIRTY] needs to be included in the commit but isn't ******************************************************* PartialCommitTest.testDirtyMultiBidiRemoved [H2, JVM, Native] ******************************************************* ******************************************************* PartialCommitTest.testDirtyMultiBidiRemoved_oldTargetNotIncluded [H2, JVM, Native] ******************************************************* ---> Failed properly: org.eclipse.emf.cdo.util.CommitIntegrityException: The removed child / refTarget of object MultiNonContainedElement@OID105[DIRTY] needs to be included in the commit but isn't ******************************************************* PartialCommitTest.testDirtySingleBidiChanged [H2, JVM, Native] ******************************************************* ******************************************************* PartialCommitTest.testDirtySingleBidiChanged_newTargetNotIncluded [H2, JVM, Native] ******************************************************* ---> Failed properly: org.eclipse.emf.cdo.util.CommitIntegrityException: The new child / refTarget of object SingleNonContainedElement@OID117[DIRTY] needs to be included in the commit but isn't ******************************************************* PartialCommitTest.testDirtySingleBidiChanged_oldTargetNotIncluded [H2, JVM, Native] ******************************************************* ---> Failed properly: org.eclipse.emf.cdo.util.CommitIntegrityException: The removed / former child / refTarget of object SingleNonContainedElement@OID123[DIRTY] needs to be included in the commit but isn't ******************************************************* PartialCommitTest.testDirtySingleBidiNew [H2, JVM, Native] ******************************************************* ******************************************************* PartialCommitTest.testDirtySingleBidiNew_newtargetNotIncluded [H2, JVM, Native] ******************************************************* ---> Failed properly: org.eclipse.emf.cdo.util.CommitIntegrityException: The new child / refTarget of object SingleNonContainedElement@OID136[DIRTY] needs to be included in the commit but isn't ******************************************************* PartialCommitTest.testDirtySingleBidiRemoved [H2, JVM, Native] ******************************************************* ******************************************************* PartialCommitTest.testDirtySingleBidiRemoved_oldTargetNotIncluded [H2, JVM, Native] ******************************************************* ---> Failed properly: org.eclipse.emf.cdo.util.CommitIntegrityException: The removed child / refTarget of object SingleNonContainedElement@OID147[DIRTY] needs to be included in the commit but isn't ******************************************************* PartialCommitTest.testDoubleMove [H2, JVM, Native] ******************************************************* ---> purchaseOrder=PurchaseOrder@OID152[DIRTY] company1=Company@OID151[DIRTY] company2=Company@OID153 company3=Company@OID154[DIRTY] ******************************************************* PartialCommitTest.testIgnoreDanglingMultiRef_dirtyToDetached [H2, JVM, Native] ******************************************************* ******************************************************* PartialCommitTest.testIgnoreDanglingMultiRef_dirtyToTransient [H2, JVM, Native] ******************************************************* ******************************************************* PartialCommitTest.testIgnoreDanglingMultiRef_dirtyToTransient2 [H2, JVM, Native] ******************************************************* ******************************************************* PartialCommitTest.testIgnoreDanglingMultiRef_newToDetached [H2, JVM, Native] ******************************************************* ******************************************************* PartialCommitTest.testIgnoreDanglingMultiRef_newToTransient [H2, JVM, Native] ******************************************************* ******************************************************* PartialCommitTest.testIgnoreDanglingSingleRef_dirtyToDetached [H2, JVM, Native] ******************************************************* ******************************************************* PartialCommitTest.testIgnoreDanglingSingleRef_dirtyToTransient [H2, JVM, Native] ******************************************************* ******************************************************* PartialCommitTest.testIgnoreDanglingSingleRef_dirtyToTransient2 [H2, JVM, Native] ******************************************************* ******************************************************* PartialCommitTest.testIgnoreDanglingSingleRef_newToDetached [H2, JVM, Native] ******************************************************* ******************************************************* PartialCommitTest.testIgnoreDanglingSingleRef_newToTransient [H2, JVM, Native] ******************************************************* ******************************************************* PartialCommitTest.testMove [H2, JVM, Native] ******************************************************* ******************************************************* PartialCommitTest.testMoveSingleRef [H2, JVM, Native] ******************************************************* ******************************************************* PartialCommitTest.testMoveSingleRef_movedObjectNotIncluded [H2, JVM, Native] ******************************************************* ---> Failed properly: org.eclipse.emf.cdo.util.CommitIntegrityException: The removed child / refTarget of object RefSingleContainedNPL@OID232[DIRTY] needs to be included in the commit but isn't ******************************************************* PartialCommitTest.testMoveSingleRef_newContainerNotIncluded [H2, JVM, Native] ******************************************************* ---> Failed properly: org.eclipse.emf.cdo.util.CommitIntegrityException: The container of moved object ContainedElementNoOpposite@OID238[DIRTY] needs to be included in the commit but isn't ******************************************************* PartialCommitTest.testMoveSingleRef_oldContainerNotIncluded [H2, JVM, Native] ******************************************************* ---> Failed properly: org.eclipse.emf.cdo.util.CommitIntegrityException: The former container of moved object ContainedElementNoOpposite@OID243[DIRTY] needs to be included in the commit but isn't ******************************************************* PartialCommitTest.testMoveSingleRef_onlyMovedObjectIncluded [H2, JVM, Native] ******************************************************* ---> Failed properly: org.eclipse.emf.cdo.util.CommitIntegrityException: The container of moved object ContainedElementNoOpposite@OID248[DIRTY] needs to be included in the commit but isn't ******************************************************* PartialCommitTest.testMoveSingleRef_onlyNewContainerIncluded [H2, JVM, Native] ******************************************************* ---> Failed properly: org.eclipse.emf.cdo.util.CommitIntegrityException: The new child / refTarget of object RefSingleContainedNPL@OID254[DIRTY] needs to be included in the commit but isn't ******************************************************* PartialCommitTest.testMoveSingleRef_onlyOldContainerIncluded [H2, JVM, Native] ******************************************************* ---> Failed properly: org.eclipse.emf.cdo.util.CommitIntegrityException: The removed child / refTarget of object RefSingleContainedNPL@OID257[DIRTY] needs to be included in the commit but isn't ******************************************************* PartialCommitTest.testMove_movedObjectNotIncluded [H2, JVM, Native] ******************************************************* ---> Failed properly: org.eclipse.emf.cdo.util.CommitIntegrityException: The removed child / refTarget of object Company@OID262[DIRTY] needs to be included in the commit but isn't ******************************************************* PartialCommitTest.testMove_newContainerNotIncluded [H2, JVM, Native] ******************************************************* ---> Failed properly: org.eclipse.emf.cdo.util.CommitIntegrityException: The container of moved object PurchaseOrder@OID271[DIRTY] needs to be included in the commit but isn't ******************************************************* PartialCommitTest.testMove_oldContainerNotIncluded [H2, JVM, Native] ******************************************************* ---> Failed properly: org.eclipse.emf.cdo.util.CommitIntegrityException: The former container of moved object PurchaseOrder@OID279[DIRTY] needs to be included in the commit but isn't ******************************************************* PartialCommitTest.testMove_onlyMovedObjectIncluded [H2, JVM, Native] ******************************************************* ---> Failed properly: org.eclipse.emf.cdo.util.CommitIntegrityException: The container of moved object PurchaseOrder@OID287[DIRTY] needs to be included in the commit but isn't ******************************************************* PartialCommitTest.testMove_onlyNewContainerIncluded [H2, JVM, Native] ******************************************************* ---> Failed properly: org.eclipse.emf.cdo.util.CommitIntegrityException: The added child / refTarget of object Company@OID296[DIRTY] needs to be included in the commit but isn't ******************************************************* PartialCommitTest.testMove_onlyOldContainerIncluded [H2, JVM, Native] ******************************************************* ---> Failed properly: org.eclipse.emf.cdo.util.CommitIntegrityException: The removed child / refTarget of object Company@OID302[DIRTY] needs to be included in the commit but isn't ******************************************************* PartialCommitTest.testMultiBidiOnNewObject [H2, JVM, Native] ******************************************************* ******************************************************* PartialCommitTest.testMultiBidiOnNewObject_targetNotIncluded [H2, JVM, Native] ******************************************************* ---> Failed properly: org.eclipse.emf.cdo.util.CommitIntegrityException: The target of reference 'parent' of new object MultiNonContainedElement@oid1[NEW] needs to be included in the commit but isn't ******************************************************* PartialCommitTest.testMultiBidiOnRemovedObject [H2, JVM, Native] ******************************************************* ******************************************************* PartialCommitTest.testMultiBidiOnRemovedObject_targetNotIncluded [H2, JVM, Native] ******************************************************* ---> Failed properly: org.eclipse.emf.cdo.util.CommitIntegrityException: The target of reference 'parent' of detached object MultiNonContainedElement[TRANSIENT] needs to be included in the commit but isn't ******************************************************* PartialCommitTest.testNew [H2, JVM, Native] ******************************************************* ******************************************************* PartialCommitTest.testNewNestedResource [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* PartialCommitTest.testNewNestedResource_resourceFolderNotIncluded [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ---> Failed properly: org.eclipse.emf.cdo.util.CommitIntegrityException: The container of new object CDOResource@oid2[NEW]("cdo://repo1/folder/nested") needs to be included in the commit but isn't ******************************************************* PartialCommitTest.testNewNestedResource_rootResourceNotIncluded [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ---> Failed properly: org.eclipse.emf.cdo.util.CommitIntegrityException: The resource of new object CDOResourceFolder@oid1[NEW]("folder") needs to be included in the commit but isn't ******************************************************* PartialCommitTest.testNewSingle [H2, JVM, Native] ******************************************************* ******************************************************* PartialCommitTest.testNewSingle_containerOfNewObjectNotIncluded [H2, JVM, Native] ******************************************************* ---> Failed properly: org.eclipse.emf.cdo.util.CommitIntegrityException: The container of new object ContainedElementNoOpposite@oid1[NEW] needs to be included in the commit but isn't ******************************************************* PartialCommitTest.testNewSingle_newObjectNotIncluded [H2, JVM, Native] ******************************************************* ---> Failed properly: org.eclipse.emf.cdo.util.CommitIntegrityException: The new child / refTarget of object RefSingleContainedNPL@OID18[DIRTY] needs to be included in the commit but isn't ******************************************************* PartialCommitTest.testNewTopLevel [H2, JVM, Native] ******************************************************* ******************************************************* PartialCommitTest.testNewTopLevelResource [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* PartialCommitTest.testNewTopLevelResource_rootResourceNotIncluded [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ---> Failed properly: org.eclipse.emf.cdo.util.CommitIntegrityException: The resource of new object CDOResource@oid1[NEW]("cdo://repo1/top2") needs to be included in the commit but isn't ******************************************************* PartialCommitTest.testNewTopLevel_newObjectNotIncluded [H2, JVM, Native] ******************************************************* ---> Failed properly: org.eclipse.emf.cdo.util.CommitIntegrityException: The added child / refTarget of object CDOResource@OID4[DIRTY]("cdo://repo1/PartialCommitTest_testNewTopLevel_newObjectNotIncluded/r1") needs to be included in the commit but isn't ******************************************************* PartialCommitTest.testNewTopLevel_resourceNotIncluded [H2, JVM, Native] ******************************************************* ---> Failed properly: org.eclipse.emf.cdo.util.CommitIntegrityException: The resource of new object Company@oid1[NEW] needs to be included in the commit but isn't ******************************************************* PartialCommitTest.testNew_containerOfNewObjectNotIncluded [H2, JVM, Native] ******************************************************* ---> Failed properly: org.eclipse.emf.cdo.util.CommitIntegrityException: The container of new object PurchaseOrder@oid1[NEW] needs to be included in the commit but isn't ******************************************************* PartialCommitTest.testNew_newObjectNotIncluded [H2, JVM, Native] ******************************************************* ---> Failed properly: org.eclipse.emf.cdo.util.CommitIntegrityException: The added child / refTarget of object Company@OID31[DIRTY] needs to be included in the commit but isn't ******************************************************* PartialCommitTest.testPartialCleanUp_detachedObjects [H2, JVM, Native] ******************************************************* ******************************************************* PartialCommitTest.testPartialCleanUp_dirtyObjects [H2, JVM, Native] ******************************************************* ******************************************************* PartialCommitTest.testPartialCleanUp_newObjects [H2, JVM, Native] ******************************************************* ******************************************************* PartialCommitTest.testSingleBidiOnNewObject [H2, JVM, Native] ******************************************************* ******************************************************* PartialCommitTest.testSingleBidiOnNewObject_targetNotIncluded [H2, JVM, Native] ******************************************************* ---> Failed properly: org.eclipse.emf.cdo.util.CommitIntegrityException: The target of reference 'parent' of new object SingleNonContainedElement@oid1[NEW] needs to be included in the commit but isn't ******************************************************* PartialCommitTest.testSingleBidiOnRemovedObject [H2, JVM, Native] ******************************************************* ******************************************************* PartialCommitTest.testSingleBidiOnRemovedObject_targetNotIncluded [H2, JVM, Native] ******************************************************* ---> Failed properly: org.eclipse.emf.cdo.util.CommitIntegrityException: The target of reference 'parent' of detached object SingleNonContainedElement[TRANSIENT] needs to be included in the commit but isn't ******************************************************* PartialCommitTest.test_noCommittablesAfterCommit [H2, JVM, Native] ******************************************************* ******************************************************* PushTransactionTest.testAddNewHierarchy [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] Using /tmp/cdo_tx_4_1__7244253665476002378.tmp for push transaction repo1:4:1 [INFO] Using /tmp/cdo_tx_4_1__7244253665476002378.tmp for push transaction repo1:5:1 ******************************************************* PushTransactionTest.testAddNewObjectInObject [H2, JVM, Native] ******************************************************* [INFO] Using /tmp/cdo_tx_8_1__11201778595936607749.tmp for push transaction repo1:8:1 [INFO] Using /tmp/cdo_tx_8_1__11201778595936607749.tmp for push transaction repo1:9:1 ******************************************************* PushTransactionTest.testAddNewObjectInObjectBetweenReloadAndPush [H2, JVM, Native] ******************************************************* [INFO] Using /tmp/cdo_tx_12_1__15929345652901454095.tmp for push transaction repo1:12:1 [INFO] Using /tmp/cdo_tx_12_1__15929345652901454095.tmp for push transaction repo1:13:1 ******************************************************* PushTransactionTest.testAddNewObjectInObjectTwiceBetweenReloadAndPush [H2, JVM, Native] ******************************************************* [INFO] Using /tmp/cdo_tx_16_1__12965107935415602648.tmp for push transaction repo1:16:1 [INFO] Using /tmp/cdo_tx_16_1__12965107935415602648.tmp for push transaction repo1:17:1 ******************************************************* PushTransactionTest.testAddNewObjectInResource [H2, JVM, Native] ******************************************************* [INFO] Using /tmp/cdo_tx_20_1__17351585442274101296.tmp for push transaction repo1:20:1 [INFO] Using /tmp/cdo_tx_20_1__17351585442274101296.tmp for push transaction repo1:21:1 ******************************************************* PushTransactionTest.testClearObjects [H2, JVM, Native] ******************************************************* [INFO] Using /tmp/cdo_tx_24_1__17063885718586868598.tmp for push transaction repo1:24:1 [INFO] Using /tmp/cdo_tx_24_1__17063885718586868598.tmp for push transaction repo1:25:1 ******************************************************* PushTransactionTest.testConflictWithModifiedObject [H2, JVM, Native] ******************************************************* [INFO] Using /tmp/cdo_tx_28_1__9078721878170571271.tmp for push transaction repo1:28:1 [INFO] Using /tmp/cdo_tx_28_1__9078721878170571271.tmp for push transaction repo1:30:1 ******************************************************* PushTransactionTest.testConflictWithRemovedObject [H2, JVM, Native] ******************************************************* [INFO] Using /tmp/cdo_tx_32_1__16717704408286774632.tmp for push transaction repo1:32:1 [INFO] Using /tmp/cdo_tx_32_1__16717704408286774632.tmp for push transaction repo1:34:1 ******************************************************* PushTransactionTest.testDeleteExistingObject [H2, JVM, Native] ******************************************************* [INFO] Using /tmp/cdo_tx_36_1__14892007903995010660.tmp for push transaction repo1:36:1 [INFO] Using /tmp/cdo_tx_36_1__14892007903995010660.tmp for push transaction repo1:37:1 ******************************************************* PushTransactionTest.testMoveObject [H2, JVM, Native] ******************************************************* [INFO] Using /tmp/cdo_tx_40_1__3308000760210698472.tmp for push transaction repo1:40:1 [INFO] Using /tmp/cdo_tx_40_1__3308000760210698472.tmp for push transaction repo1:41:1 ******************************************************* PushTransactionTest.testUnsetValue [H2, JVM, Native] ******************************************************* [INFO] Using /tmp/cdo_tx_44_1__6468219333493958085.tmp for push transaction repo1:44:1 [INFO] Using /tmp/cdo_tx_44_1__6468219333493958085.tmp for push transaction repo1:45:1 ******************************************************* PushTransactionTest.testUnsetValueWithoutPushTX [H2, JVM, Native] ******************************************************* ******************************************************* PushTransactionTest.testUpdateExistingObject [H2, JVM, Native] ******************************************************* [INFO] Using /tmp/cdo_tx_51_1__8923293433047092659.tmp for push transaction repo1:51:1 [INFO] Using /tmp/cdo_tx_51_1__8923293433047092659.tmp for push transaction repo1:52:1 ******************************************************* PushTransactionWithoutReconstructSavepointsTest.testAddNewHierarchy [H2, JVM, Native] ******************************************************* [INFO] Using /tmp/cdo_tx_55_1__3136015677699695291.tmp for push transaction repo1:55:1 [INFO] Using /tmp/cdo_tx_55_1__3136015677699695291.tmp for push transaction repo1:56:1 ******************************************************* PushTransactionWithoutReconstructSavepointsTest.testAddNewObjectInObject [H2, JVM, Native] ******************************************************* [INFO] Using /tmp/cdo_tx_59_1__9614934429662729569.tmp for push transaction repo1:59:1 [INFO] Using /tmp/cdo_tx_59_1__9614934429662729569.tmp for push transaction repo1:60:1 ******************************************************* PushTransactionWithoutReconstructSavepointsTest.testAddNewObjectInObjectBetweenReloadAndPush [H2, JVM, Native] ******************************************************* [INFO] Using /tmp/cdo_tx_63_1__11000051469828879028.tmp for push transaction repo1:63:1 [INFO] Using /tmp/cdo_tx_63_1__11000051469828879028.tmp for push transaction repo1:64:1 ******************************************************* PushTransactionWithoutReconstructSavepointsTest.testAddNewObjectInObjectTwiceBetweenReloadAndPush [H2, JVM, Native] ******************************************************* [INFO] Using /tmp/cdo_tx_67_1__12896560653063971111.tmp for push transaction repo1:67:1 [INFO] Using /tmp/cdo_tx_67_1__12896560653063971111.tmp for push transaction repo1:68:1 ******************************************************* PushTransactionWithoutReconstructSavepointsTest.testAddNewObjectInResource [H2, JVM, Native] ******************************************************* [INFO] Using /tmp/cdo_tx_71_1__4327347422065429650.tmp for push transaction repo1:71:1 [INFO] Using /tmp/cdo_tx_71_1__4327347422065429650.tmp for push transaction repo1:72:1 ******************************************************* PushTransactionWithoutReconstructSavepointsTest.testClearObjects [H2, JVM, Native] ******************************************************* [INFO] Using /tmp/cdo_tx_75_1__17197893283584994877.tmp for push transaction repo1:75:1 [INFO] Using /tmp/cdo_tx_75_1__17197893283584994877.tmp for push transaction repo1:76:1 ******************************************************* PushTransactionWithoutReconstructSavepointsTest.testConflictWithModifiedObject [H2, JVM, Native] ******************************************************* [INFO] Using /tmp/cdo_tx_79_1__18446355275654509464.tmp for push transaction repo1:79:1 [INFO] Using /tmp/cdo_tx_79_1__18446355275654509464.tmp for push transaction repo1:81:1 ******************************************************* PushTransactionWithoutReconstructSavepointsTest.testConflictWithRemovedObject [H2, JVM, Native] ******************************************************* [INFO] Using /tmp/cdo_tx_83_1__9085846415415358956.tmp for push transaction repo1:83:1 [INFO] Using /tmp/cdo_tx_83_1__9085846415415358956.tmp for push transaction repo1:85:1 ******************************************************* PushTransactionWithoutReconstructSavepointsTest.testDeleteExistingObject [H2, JVM, Native] ******************************************************* [INFO] Using /tmp/cdo_tx_87_1__13947216739616008328.tmp for push transaction repo1:87:1 [INFO] Using /tmp/cdo_tx_87_1__13947216739616008328.tmp for push transaction repo1:88:1 ******************************************************* PushTransactionWithoutReconstructSavepointsTest.testMoveObject [H2, JVM, Native] ******************************************************* [INFO] Using /tmp/cdo_tx_91_1__17356525707773797738.tmp for push transaction repo1:91:1 [INFO] Using /tmp/cdo_tx_91_1__17356525707773797738.tmp for push transaction repo1:92:1 ******************************************************* PushTransactionWithoutReconstructSavepointsTest.testUnsetValue [H2, JVM, Native] ******************************************************* [INFO] Using /tmp/cdo_tx_95_1__9496589989863374947.tmp for push transaction repo1:95:1 [INFO] Using /tmp/cdo_tx_95_1__9496589989863374947.tmp for push transaction repo1:96:1 ******************************************************* PushTransactionWithoutReconstructSavepointsTest.testUnsetValueWithoutPushTX [H2, JVM, Native] ******************************************************* ******************************************************* PushTransactionWithoutReconstructSavepointsTest.testUpdateExistingObject [H2, JVM, Native] ******************************************************* [INFO] Using /tmp/cdo_tx_102_1__11219130136822687776.tmp for push transaction repo1:102:1 [INFO] Using /tmp/cdo_tx_102_1__11219130136822687776.tmp for push transaction repo1:103:1 ******************************************************* RepositoryTest.testInsertProperties [H2, JVM, Native] ******************************************************* ******************************************************* RepositoryTest.testLastCommitTime [H2, JVM, Native] ******************************************************* ******************************************************* RepositoryTest.testObjectWriteAccessHandler [H2, JVM, Native] ******************************************************* [ERROR] Adding a customer with name 'Admin' is not allowed java.lang.IllegalStateException: Adding a customer with name 'Admin' is not allowed at org.eclipse.emf.cdo.tests.RepositoryTest$3.handleTransactionBeforeCommitting(RepositoryTest.java:287) at org.eclipse.emf.cdo.spi.server.ObjectWriteAccessHandler.handleTransactionBeforeCommitting(ObjectWriteAccessHandler.java:130) at org.eclipse.emf.cdo.internal.server.Repository.notifyWriteAccessHandlers(Repository.java:1894) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.notifyBeforeCommitting(TransactionCommitContext.java:584) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.applyIDMappings(TransactionCommitContext.java:545) at org.eclipse.emf.cdo.spi.server.StoreAccessor.applyIDMappings(StoreAccessor.java:207) at org.eclipse.emf.cdo.server.internal.db.DBStoreAccessor.applyIDMappings(DBStoreAccessor.java:357) at org.eclipse.emf.cdo.spi.server.StoreAccessor.doWrite(StoreAccessor.java:96) at org.eclipse.emf.cdo.server.internal.db.DBStoreAccessor.doWrite(DBStoreAccessor.java:724) at org.eclipse.emf.cdo.spi.server.StoreAccessorBase.write(StoreAccessorBase.java:144) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.writeAccessor(TransactionCommitContext.java:1894) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.write(TransactionCommitContext.java:839) at org.eclipse.emf.cdo.spi.server.InternalCommitContext$1.runLoop(InternalCommitContext.java:49) at org.eclipse.emf.cdo.spi.server.InternalCommitContext$1.runLoop(InternalCommitContext.java:1) at org.eclipse.net4j.util.om.monitor.ProgressDistributor.run(ProgressDistributor.java:95) at org.eclipse.emf.cdo.internal.server.Repository.commitUnsynced(Repository.java:1562) at org.eclipse.emf.cdo.internal.server.Repository.commit(Repository.java:1550) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicatingCommit(CommitTransactionIndication.java:283) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicating(CommitTransactionIndication.java:96) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerIndicationWithMonitoring.indicating(CDOServerIndicationWithMonitoring.java:118) at org.eclipse.net4j.signal.IndicationWithMonitoring.indicating(IndicationWithMonitoring.java:62) at org.eclipse.net4j.signal.IndicationWithResponse.doExtendedInput(IndicationWithResponse.java:94) at org.eclipse.net4j.signal.Signal.doInput(Signal.java:434) at org.eclipse.net4j.signal.IndicationWithResponse.execute(IndicationWithResponse.java:72) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) ******************************************************* RepositoryTest.testReadAccessHandlers [H2, JVM, Native] ******************************************************* Eike Simon [ERROR] Revisions can not be delivered to Session4 [repo1]: - Confidential! java.lang.IllegalStateException: Revisions can not be delivered to Session4 [repo1]: - Confidential! at org.eclipse.emf.cdo.server.CDOServerUtil$RepositoryReadAccessValidator.throwException(CDOServerUtil.java:458) at org.eclipse.emf.cdo.server.CDOServerUtil$RepositoryReadAccessValidator.throwException(CDOServerUtil.java:453) at org.eclipse.emf.cdo.server.CDOServerUtil$RepositoryReadAccessValidator.handleRevisionsBeforeSending(CDOServerUtil.java:426) at org.eclipse.emf.cdo.internal.server.Repository.notifyReadAccessHandlers(Repository.java:1866) at org.eclipse.emf.cdo.server.internal.net4j.protocol.LoadRevisionsIndication.responding(LoadRevisionsIndication.java:197) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerIndication.responding(CDOServerIndication.java:162) at org.eclipse.net4j.signal.IndicationWithResponse.doExtendedOutput(IndicationWithResponse.java:100) at org.eclipse.net4j.signal.Signal.doOutput(Signal.java:407) at org.eclipse.net4j.signal.IndicationWithResponse.execute(IndicationWithResponse.java:74) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerReadIndication.execute(CDOServerReadIndication.java:36) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) ******************************************************* RepositoryTest.testRemoveProperties [H2, JVM, Native] ******************************************************* ******************************************************* RepositoryTest.testSessionClosed [H2, JVM, Native] ******************************************************* ******************************************************* RepositoryTest.testUpdateProperties [H2, JVM, Native] ******************************************************* ******************************************************* RepositoryTest.testWriteAccessHandlers [H2, JVM, Native] ******************************************************* [ERROR] Adding a customer with name 'Admin' is not allowed java.lang.IllegalStateException: Adding a customer with name 'Admin' is not allowed at org.eclipse.emf.cdo.tests.RepositoryTest$1.handleTransactionBeforeCommitting(RepositoryTest.java:172) at org.eclipse.emf.cdo.internal.server.Repository.notifyWriteAccessHandlers(Repository.java:1894) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.notifyBeforeCommitting(TransactionCommitContext.java:584) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.applyIDMappings(TransactionCommitContext.java:545) at org.eclipse.emf.cdo.spi.server.StoreAccessor.applyIDMappings(StoreAccessor.java:207) at org.eclipse.emf.cdo.server.internal.db.DBStoreAccessor.applyIDMappings(DBStoreAccessor.java:357) at org.eclipse.emf.cdo.spi.server.StoreAccessor.doWrite(StoreAccessor.java:96) at org.eclipse.emf.cdo.server.internal.db.DBStoreAccessor.doWrite(DBStoreAccessor.java:724) at org.eclipse.emf.cdo.spi.server.StoreAccessorBase.write(StoreAccessorBase.java:144) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.writeAccessor(TransactionCommitContext.java:1894) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.write(TransactionCommitContext.java:839) at org.eclipse.emf.cdo.spi.server.InternalCommitContext$1.runLoop(InternalCommitContext.java:49) at org.eclipse.emf.cdo.spi.server.InternalCommitContext$1.runLoop(InternalCommitContext.java:1) at org.eclipse.net4j.util.om.monitor.ProgressDistributor.run(ProgressDistributor.java:95) at org.eclipse.emf.cdo.internal.server.Repository.commitUnsynced(Repository.java:1562) at org.eclipse.emf.cdo.internal.server.Repository.commit(Repository.java:1550) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicatingCommit(CommitTransactionIndication.java:283) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicating(CommitTransactionIndication.java:96) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerIndicationWithMonitoring.indicating(CDOServerIndicationWithMonitoring.java:118) at org.eclipse.net4j.signal.IndicationWithMonitoring.indicating(IndicationWithMonitoring.java:62) at org.eclipse.net4j.signal.IndicationWithResponse.doExtendedInput(IndicationWithResponse.java:94) at org.eclipse.net4j.signal.Signal.doInput(Signal.java:434) at org.eclipse.net4j.signal.IndicationWithResponse.execute(IndicationWithResponse.java:72) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) ******************************************************* RepositoryTest.testWriteAccessHandlers_WithServerCDOView [H2, JVM, Native] ******************************************************* [ERROR] Adding a customer with name 'Admin' is not allowed java.lang.IllegalStateException: Adding a customer with name 'Admin' is not allowed at org.eclipse.emf.cdo.tests.RepositoryTest$2.handleTransactionBeforeCommitting(RepositoryTest.java:230) at org.eclipse.emf.cdo.internal.server.Repository.notifyWriteAccessHandlers(Repository.java:1894) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.notifyBeforeCommitting(TransactionCommitContext.java:584) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.applyIDMappings(TransactionCommitContext.java:545) at org.eclipse.emf.cdo.spi.server.StoreAccessor.applyIDMappings(StoreAccessor.java:207) at org.eclipse.emf.cdo.server.internal.db.DBStoreAccessor.applyIDMappings(DBStoreAccessor.java:357) at org.eclipse.emf.cdo.spi.server.StoreAccessor.doWrite(StoreAccessor.java:96) at org.eclipse.emf.cdo.server.internal.db.DBStoreAccessor.doWrite(DBStoreAccessor.java:724) at org.eclipse.emf.cdo.spi.server.StoreAccessorBase.write(StoreAccessorBase.java:144) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.writeAccessor(TransactionCommitContext.java:1894) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.write(TransactionCommitContext.java:839) at org.eclipse.emf.cdo.spi.server.InternalCommitContext$1.runLoop(InternalCommitContext.java:49) at org.eclipse.emf.cdo.spi.server.InternalCommitContext$1.runLoop(InternalCommitContext.java:1) at org.eclipse.net4j.util.om.monitor.ProgressDistributor.run(ProgressDistributor.java:95) at org.eclipse.emf.cdo.internal.server.Repository.commitUnsynced(Repository.java:1562) at org.eclipse.emf.cdo.internal.server.Repository.commit(Repository.java:1550) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicatingCommit(CommitTransactionIndication.java:283) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicating(CommitTransactionIndication.java:96) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerIndicationWithMonitoring.indicating(CDOServerIndicationWithMonitoring.java:118) at org.eclipse.net4j.signal.IndicationWithMonitoring.indicating(IndicationWithMonitoring.java:62) at org.eclipse.net4j.signal.IndicationWithResponse.doExtendedInput(IndicationWithResponse.java:94) at org.eclipse.net4j.signal.Signal.doInput(Signal.java:434) at org.eclipse.net4j.signal.IndicationWithResponse.execute(IndicationWithResponse.java:72) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) ******************************************************* ResourceModificationTrackingTest.testIgnoreChangesBeforeTrackingEnablement [H2, JVM, Native] ******************************************************* ******************************************************* ResourceModificationTrackingTest.testNewResourceModificationTracking [H2, JVM, Native] ******************************************************* ******************************************************* ResourceModificationTrackingTest.testNewResourceModificationTracking2 [H2, JVM, Native] ******************************************************* ******************************************************* ResourceModificationTrackingTest.testPartialRollbackOperation [H2, JVM, Native] ******************************************************* ******************************************************* ResourceModificationTrackingTest.testResourceModificationTracking [H2, JVM, Native] ******************************************************* ******************************************************* ResourceModificationTrackingTest.testResourceModificationTracking2 [H2, JVM, Native] ******************************************************* ******************************************************* ResourceModificationTrackingTest.testResourceModificationTrackingNotification [H2, JVM, Native] ******************************************************* ******************************************************* ResourceModificationTrackingTest.testRollbackOperation [H2, JVM, Native] ******************************************************* ******************************************************* ResourceTest.testAttachDetachResourceDepth1_Delete [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* ResourceTest.testAttachDetachResourceDepth1_Remove [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* ResourceTest.testAttachDetachResourceDepth2_Delete [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* ResourceTest.testAttachDetachResourceDepth2_Remove [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* ResourceTest.testAttachDetachResourceDepth3_Delete [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* ResourceTest.testAttachDetachResourceDepth3_Remove [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* ResourceTest.testAttachDetachResourceDepth3_Remove_Tree [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* ResourceTest.testAttachResource [H2, JVM, Native] ******************************************************* ******************************************************* ResourceTest.testBinaryResource [H2, JVM, Native] ******************************************************* ******************************************************* ResourceTest.testChangePathFromDepth0ToDepth0 [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* ResourceTest.testChangePathFromDepth0ToDepth1 [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* ResourceTest.testChangePathFromDepth0ToDepth2 [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* ResourceTest.testChangePathFromDepth0ToDepth3 [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* ResourceTest.testChangePathFromDepth3ToDepth0 [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* ResourceTest.testChangePathFromDepth3ToDepth1 [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* ResourceTest.testChangePathFromDepth3ToDepth2 [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* ResourceTest.testChangePathFromDepth3ToDepth3 [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* ResourceTest.testChangeResourceFolderURI [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* ResourceTest.testChangeResourceURI [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* ResourceTest.testCommitMultipleResources [H2, JVM, Native] ******************************************************* ******************************************************* ResourceTest.testCreateNestedResource_FromResourceSet [H2, JVM, Native] ******************************************************* ******************************************************* ResourceTest.testCreateResource_FromResourceSet [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* ResourceTest.testCreateResource_FromTransaction [H2, JVM, Native] ******************************************************* ******************************************************* ResourceTest.testCreateResource_WithDeepPath [H2, JVM, Native] ******************************************************* ******************************************************* ResourceTest.testDeleteResource [H2, JVM, Native] ******************************************************* ******************************************************* ResourceTest.testDeleteResourceDifferentSession [H2, JVM, Native] ******************************************************* ******************************************************* ResourceTest.testDeleteResourceDifferentSessionFresh [H2, JVM, Native] ******************************************************* org.eclipse.emf.cdo.util.InvalidURIException: Invalid URI "cdo://repo1/ResourceTest_testDeleteResourceDifferentSessionFresh/resource1": org.eclipse.emf.cdo.common.util.CDOResourceNodeNotFoundException: Resource node not found: resource1 at org.eclipse.emf.internal.cdo.view.AbstractCDOView.registerProxyResource2(AbstractCDOView.java:2484) at org.eclipse.emf.internal.cdo.view.AbstractCDOView.attachResource(AbstractCDOView.java:2437) at org.eclipse.emf.cdo.eresource.impl.CDOResourceImpl.basicSetResourceSet(CDOResourceImpl.java:1718) at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl$ResourcesEList.inverseAdd(ResourceSetImpl.java:586) at org.eclipse.emf.common.notify.impl.NotifyingListImpl.addUnique(NotifyingListImpl.java:286) at org.eclipse.emf.common.util.AbstractEList.add(AbstractEList.java:304) at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.createResource(ResourceSetImpl.java:435) at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandCreateResource(ResourceSetImpl.java:243) at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.getResource(ResourceSetImpl.java:400) at org.eclipse.emf.internal.cdo.view.AbstractCDOView.getResource(AbstractCDOView.java:1394) at org.eclipse.emf.internal.cdo.view.AbstractCDOView.getResource(AbstractCDOView.java:1375) at org.eclipse.emf.cdo.tests.ResourceTest.testDeleteResourceDifferentSessionFresh(ResourceTest.java:1456) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at junit.framework.TestCase.runTest(TestCase.java:177) at org.eclipse.net4j.util.tests.AbstractOMTest.access$0(AbstractOMTest.java:1) at org.eclipse.net4j.util.tests.AbstractOMTest$3.execute(AbstractOMTest.java:315) at org.eclipse.net4j.internal.util.test.TestExecuter.execute(TestExecuter.java:40) at org.eclipse.net4j.util.tests.AbstractOMTest.runBare(AbstractOMTest.java:301) at org.eclipse.emf.cdo.tests.config.impl.ConfigTest.runBare(ConfigTest.java:648) at junit.framework.TestResult$1.protect(TestResult.java:122) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.framework.TestResult.run(TestResult.java:125) at junit.framework.TestCase.run(TestCase.java:130) at org.eclipse.net4j.util.tests.AbstractOMTest.run(AbstractOMTest.java:375) at junit.framework.TestSuite.runTest(TestSuite.java:241) at org.eclipse.emf.cdo.tests.config.impl.ConfigTestSuite$TestClassWrapper.runTest(ConfigTestSuite.java:231) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at org.eclipse.emf.cdo.tests.config.impl.ConfigTestSuite$MainSuite.run(ConfigTestSuite.java:166) at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:364) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:237) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:158) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.apache.maven.surefire.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:167) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:142) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:28) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:679) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:616) at org.eclipse.equinox.launcher.Main.run(Main.java:1492) at org.eclipse.equinox.launcher.Main.main(Main.java:1465) Caused by: org.eclipse.emf.cdo.common.util.CDOResourceNodeNotFoundException: Resource node not found: resource1 at org.eclipse.emf.internal.cdo.view.AbstractCDOView.getResourceNodeID(AbstractCDOView.java:1190) at org.eclipse.emf.internal.cdo.view.AbstractCDOView.getResourceNodeIDChecked(AbstractCDOView.java:1099) at org.eclipse.emf.internal.cdo.view.AbstractCDOView.getResourceNodeID(AbstractCDOView.java:1078) at org.eclipse.emf.internal.cdo.view.AbstractCDOView.registerProxyResource2(AbstractCDOView.java:2467) ... 61 more ******************************************************* ResourceTest.testDeleteResourceFolder [H2, JVM, Native] ******************************************************* ******************************************************* ResourceTest.testDeleteResourceFolderDifferentSession [H2, JVM, Native] ******************************************************* ******************************************************* ResourceTest.testDeleteResourceFolderDifferentSessionFresh [H2, JVM, Native] ******************************************************* ******************************************************* ResourceTest.testDeleteResourceFolderFresh [H2, JVM, Native] ******************************************************* ******************************************************* ResourceTest.testDeleteResourceFresh [H2, JVM, Native] ******************************************************* ******************************************************* ResourceTest.testDeleteResourceFromRoot [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* ResourceTest.testDuplicatePathAfterDetach [H2, JVM, Native] ******************************************************* ******************************************************* ResourceTest.testGetResourceNodeContract [H2, JVM, Native] ******************************************************* ******************************************************* ResourceTest.testLoadAbsentResource_FromResourceSet [H2, JVM, Native] ******************************************************* ******************************************************* ResourceTest.testLoadMultipleResources [H2, JVM, Native] ******************************************************* ******************************************************* ResourceTest.testMove [H2, JVM, Native] ******************************************************* ******************************************************* ResourceTest.testMoveConflict [H2, JVM, Native] ******************************************************* ******************************************************* ResourceTest.testMoveFromRoot [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* ResourceTest.testMoveToRoot [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* ResourceTest.testNameChecks [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* ResourceTest.testNoUneededResourcesLoadOnMove [H2, JVM, Native] ******************************************************* ******************************************************* ResourceTest.testPathNotNull [H2, JVM, Native] ******************************************************* ******************************************************* ResourceTest.testPathWithSpaces [H2, JVM, Native] ******************************************************* ******************************************************* ResourceTest.testPrefetchContents [H2, JVM, Native] ******************************************************* Company@OID17 ******************************************************* ResourceTest.testQueryModifiedResources [H2, JVM, Native] ******************************************************* ******************************************************* ResourceTest.testQueryModifiedResourcesAsync [H2, JVM, Native] ******************************************************* ******************************************************* ResourceTest.testQueryResources [H2, JVM, Native] ******************************************************* ******************************************************* ResourceTest.testQueryResourcesAsync [H2, JVM, Native] ******************************************************* ******************************************************* ResourceTest.testRemoveResourceByIndex [H2, JVM, Native] ******************************************************* ******************************************************* ResourceTest.testRemoveResourceWithCloseView [H2, JVM, Native] ******************************************************* ******************************************************* ResourceTest.testRootResourceFromURI [H2, JVM, Native] ******************************************************* ******************************************************* ResourceTest.testSaveXMI_WithXRef [H2, JVM, Native] ******************************************************* ******************************************************* ResourceTest.testSaveXMI_WithXRef_OtherResource [H2, JVM, Native] ******************************************************* ******************************************************* ResourceTest.testSetFolder [H2, JVM, Native] ******************************************************* ******************************************************* ResourceTest.testSetFolderConflict [H2, JVM, Native] ******************************************************* ******************************************************* ResourceTest.testSetPathConflict [H2, JVM, Native] ******************************************************* ******************************************************* ResourceTest.testTextResource [H2, JVM, Native] ******************************************************* ******************************************************* RevisionDeltaTest.testBasicRevisionDelta [H2, JVM, Native] ******************************************************* ******************************************************* RevisionDeltaTest.testBugzilla214374 [H2, JVM, Native] ******************************************************* ******************************************************* RevisionDeltaTest.testBugzilla214374_HandleClear [H2, JVM, Native] ******************************************************* ******************************************************* RevisionDeltaTest.testBugzilla214431 [H2, JVM, Native] ******************************************************* ******************************************************* RevisionDeltaTest.testBugzilla243282_Exception [H2, JVM, Native] ******************************************************* ******************************************************* RevisionDeltaTest.testDetachWithXRef [H2, JVM, Native] ******************************************************* ******************************************************* RevisionDeltaTest.testDetachWithXRef_Remove [H2, JVM, Native] ******************************************************* ******************************************************* RevisionDeltaTest.testInsertAndMove [H2, JVM, Native] ******************************************************* ******************************************************* RevisionDeltaTest.testInsertAndMoveAndRemove [H2, JVM, Native] ******************************************************* ******************************************************* RevisionDeltaTest.testInsertAndRemove [H2, JVM, Native] ******************************************************* ******************************************************* RevisionDeltaTest.testInsertAndSet [H2, JVM, Native] ******************************************************* ******************************************************* RevisionDeltaTest.testListInsertFirst [H2, JVM, Native] ******************************************************* ******************************************************* RevisionDeltaTest.testListInsertLast [H2, JVM, Native] ******************************************************* ******************************************************* RevisionDeltaTest.testListInsertMiddle [H2, JVM, Native] ******************************************************* ******************************************************* RevisionDeltaTest.testListMoveToFirst [H2, JVM, Native] ******************************************************* ******************************************************* RevisionDeltaTest.testListMoveToLast [H2, JVM, Native] ******************************************************* ******************************************************* RevisionDeltaTest.testListMultipleOps [H2, JVM, Native] ******************************************************* ******************************************************* RevisionDeltaTest.testListMultipleOpsWithClear [H2, JVM, Native] ******************************************************* ******************************************************* RevisionDeltaTest.testListRemoveFirst [H2, JVM, Native] ******************************************************* ******************************************************* RevisionDeltaTest.testListRemoveLast [H2, JVM, Native] ******************************************************* ******************************************************* RevisionDeltaTest.testListRemoveMiddle [H2, JVM, Native] ******************************************************* ******************************************************* RevisionDeltaTest.testListSimpleMove [H2, JVM, Native] ******************************************************* ******************************************************* RevisionDeltaTest.testListTwoIndependentMoves [H2, JVM, Native] ******************************************************* ******************************************************* RevisionDeltaTest.testListTwoIntersectingMoves [H2, JVM, Native] ******************************************************* ******************************************************* RevisionDeltaTest.testMoveAndDelete [H2, JVM, Native] ******************************************************* ******************************************************* RevisionDeltaTest.testMultipleInserts [H2, JVM, Native] ******************************************************* ******************************************************* RevisionDeltaTest.testMultipleRemoves [H2, JVM, Native] ******************************************************* ******************************************************* RevisionDeltaTest.testSetAndRemove [H2, JVM, Native] ******************************************************* ******************************************************* RollbackTest.testRollbackSameSession [H2, JVM, Native] ******************************************************* ******************************************************* RollbackTest.testRollbackSeparateSession [H2, JVM, Native] ******************************************************* ******************************************************* RollbackTest.test_Bugzilla_296680 [H2, JVM, Native] ******************************************************* ******************************************************* SavePointTest.testIsDirty [H2, JVM, Native] ******************************************************* ******************************************************* SavePointTest.testNotification [H2, JVM, Native] ******************************************************* ******************************************************* SavePointTest.testRollbackWithNewObject_Collection [H2, JVM, Native] ******************************************************* ******************************************************* SavePointTest.testRollbackWithNewObject_Commit [H2, JVM, Native] ******************************************************* ******************************************************* SavePointTest.testRollbackWithNewObject_Rollback [H2, JVM, Native] ******************************************************* ******************************************************* SavePointTest.testRollbackWithPersistedObject_Commit [H2, JVM, Native] ******************************************************* ******************************************************* SavePointTest.testRollbackWithPersistedObject_Rollback [H2, JVM, Native] ******************************************************* ******************************************************* SavePointTest.testWrongSavePoint [H2, JVM, Native] ******************************************************* ******************************************************* SecurityTest.testAndFilter [H2, JVM, Native] ******************************************************* ******************************************************* SecurityTest.testNotFilter [H2, JVM, Native] ******************************************************* ******************************************************* SecurityTest.testOrFilter [H2, JVM, Native] ******************************************************* ******************************************************* SecurityTest.testResourceFilter_EXACT_NoParents [H2, JVM, Native] ******************************************************* ******************************************************* SecurityTest.testResourceFilter_EXACT_Parents [H2, JVM, Native] ******************************************************* ******************************************************* SecurityTest.testResourceFilter_TREE_NoParents [H2, JVM, Native] ******************************************************* ******************************************************* SecurityTest.testResourceFilter_TREE_Parents [H2, JVM, Native] ******************************************************* ******************************************************* SecurityTest.testResourceFilter_UserToken_EXACT_NoParents [H2, JVM, Native] ******************************************************* ******************************************************* SecurityTest.testResourceFilter_UserToken_EXACT_Parents [H2, JVM, Native] ******************************************************* ******************************************************* SecurityTest.testResourceFilter_UserToken_TREE_NoParents [H2, JVM, Native] ******************************************************* ******************************************************* SecurityTest.testResourceFilter_UserToken_TREE_Parents [H2, JVM, Native] ******************************************************* ******************************************************* SessionTest.testEContentAdapter [H2, JVM, Native] ******************************************************* org.eclipse.emf.ecore.impl.ENotificationImpl@4487c58e (eventType: SET, position: -1, notifier: CDOResource@OID1483("cdo://repo1/SessionTest_testEContentAdapter/ttt"), feature: org.eclipse.emf.ecore.impl.EAttributeImpl@33956d1a (name: resourceSet) (ordered: true, unique: true, lowerBound: 0, upperBound: 1) (changeable: true, volatile: false, transient: true, defaultValueLiteral: null, unsettable: false, derived: false) (iD: false), oldValue: org.eclipse.emf.ecore.resource.impl.ResourceSetImpl@6df33076 resources=[], newValue: null, isTouch: false, wasSet: true) org.eclipse.emf.cdo.eresource.impl.CDOResourceImpl$10@31b8353a (eventType: SET, position: -1, notifier: CDOResource@OID1483("cdo://repo1/SessionTest_testEContentAdapter/ttt"), feature: null, oldValue: org.eclipse.emf.ecore.resource.impl.ResourceSetImpl@6df33076 resources=[], newValue: null, isTouch: false, wasSet: true) org.eclipse.emf.ecore.impl.MinimalEObjectImpl$1ArrayDelegatingAdapterList$1@69bfa70 (eventType: REMOVING_ADAPTER, touch: true, position: 0, notifier: CDOResource@OID1483("cdo://repo1/SessionTest_testEContentAdapter/ttt"), feature: null, oldValue: org.eclipse.emf.cdo.tests.SessionTest$1@7ccae498, newValue: null, isTouch: true, wasSet: false) org.eclipse.emf.ecore.impl.MinimalEObjectImpl$1ArrayDelegatingAdapterList$1@84e0bf7 (eventType: REMOVING_ADAPTER, touch: true, position: 0, notifier: Company@OID1484, feature: null, oldValue: org.eclipse.emf.cdo.tests.SessionTest$1@7ccae498, newValue: null, isTouch: true, wasSet: false) org.eclipse.emf.common.notify.impl.NotifyingListImpl$1@78affe21 (eventType: REMOVE, position: 0, notifier: org.eclipse.emf.ecore.resource.impl.ResourceSetImpl@6df33076 resources=[], feature: null, oldValue: CDOResource@OID1483("cdo://repo1/SessionTest_testEContentAdapter/ttt"), newValue: null, isTouch: false, wasSet: true) ******************************************************* SessionTest.testIsSupportingAudits [H2, JVM, Native] ******************************************************* ******************************************************* SessionTest.testLastUpdateLocal [H2, JVM, Native] ******************************************************* ******************************************************* SessionTest.testLastUpdateRemote [H2, JVM, Native] ******************************************************* ******************************************************* SessionTest.testNoAuthentication [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "authrepo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, repo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* SessionTest.testProtocolTimeoutChangedEvent [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' TimeoutChangedEvent [oldTimeout=-1, newTimeout=20000, source=SignalProtocol[1, CLIENT, cdo]] ******************************************************* SessionTest.testRefresh [H2, JVM, Native] ******************************************************* MAIN[0] 2024-05-03 05:23:31.907/* CDOResource@OID1:0v2("/") 2024-05-03 05:23:31.947/* CDOResourceFolder@OID2:0v1("SessionTest_testRefresh")2024-05-03 05:23:31.947/* CDOResource@OID3:0v2("ttt") 2024-05-03 05:23:31.958/* Category@OID4:0v1 2024-05-03 05:23:31.947/* Category@OID5:0v1 2024-05-03 05:23:31.958/* MAIN[0] 2024-05-03 05:23:31.907/* CDOResourceFolder@OID2:0v1("SessionTest_testRefresh")2024-05-03 05:23:31.947/* CDOResource@OID3:0v1("ttt") 2024-05-03 05:23:31.947/* MAIN[0] 2024-05-03 05:23:31.907/* CDOResource@OID3:0v2("ttt") 2024-05-03 05:23:31.958/* ******************************************************* SessionTest.testRefreshWithPackages [H2, JVM, Native] ******************************************************* MAIN[0] 2024-05-03 05:23:31.907/* CDOResource@OID1:0v3("/") 2024-05-03 05:23:31.967/* CDOResourceFolder@OID2:0v1("SessionTest_testRefresh")2024-05-03 05:23:31.947/* CDOResourceFolder@OID6:0v1("SessionTest_testRefreshWithPackages")2024-05-03 05:23:31.967/* CDOResource@OID7:0v2("ttt") 2024-05-03 05:23:31.970/* Category@OID8:0v1 2024-05-03 05:23:31.970/* MAIN[0] 2024-05-03 05:23:31.907/* CDOResourceFolder@OID6:0v1("SessionTest_testRefreshWithPackages")2024-05-03 05:23:31.967/* CDOResource@OID7:0v1("ttt") 2024-05-03 05:23:31.967/* MAIN[0] 2024-05-03 05:23:31.907/* CDOResource@OID7:0v2("ttt") 2024-05-03 05:23:31.970/* ******************************************************* SessionTest.testRepositoryNotFound [H2, JVM, Native] ******************************************************* [ERROR] Repository not found: sdkghfaifuzicxuhvnjlksah org.eclipse.emf.cdo.server.RepositoryNotFoundException: Repository not found: sdkghfaifuzicxuhvnjlksah at org.eclipse.emf.cdo.server.internal.net4j.protocol.OpenSessionIndication.responding(OpenSessionIndication.java:134) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerIndicationWithMonitoring.responding(CDOServerIndicationWithMonitoring.java:185) at org.eclipse.net4j.signal.IndicationWithMonitoring.responding(IndicationWithMonitoring.java:68) at org.eclipse.net4j.signal.IndicationWithResponse.doExtendedOutput(IndicationWithResponse.java:100) at org.eclipse.net4j.signal.Signal.doOutput(Signal.java:407) at org.eclipse.net4j.signal.IndicationWithResponse.execute(IndicationWithResponse.java:74) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) ******************************************************* SessionTest.testSetProtocolTimeout [H2, JVM, Native] ******************************************************* ******************************************************* SessionTest.testWaitForUpdateLocal [H2, JVM, Native] ******************************************************* ******************************************************* SessionTest.testWaitForUpdateRemote [H2, JVM, Native] ******************************************************* ******************************************************* SessionTest.testWithAuthentication [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "authrepo2"! Other schemas may contain a CDO repository: authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, repo1, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* SessionTest.testWithAuthenticationNoCredentials [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "authrepo4"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, repo1, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* SessionTest.testWithAuthenticationNoCredentialsProvider [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "authrepo3"! Other schemas may contain a CDO repository: authrepo2, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, repo1, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* SessionTest.testWithAuthenticationNoPassword [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "authrepo7"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, commitinforepo, protectedrepo, repo2, repo3, repo1, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* SessionTest.testWithAuthenticationNoUserID [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "authrepo6"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo7, commitinforepo, protectedrepo, repo2, repo3, repo1, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* SessionTest.testWithAuthenticationWrongCredentials [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "authrepo5"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, repo1, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* SetFeatureTest.testNotUnsettableBooleanNoDefault [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* SetFeatureTest.testNotUnsettableBooleanNoDefault2 [H2, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableBooleanNoDefault_SetDefault [H2, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableByteNoDefault [H2, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableByteNoDefault2 [H2, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableByteNoDefault_SetDefault [H2, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableCharNoDefault [H2, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableCharNoDefault2 [H2, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableCharNoDefault_SetDefault [H2, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableDateNoDefault [H2, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableDateNoDefault_SetDefault [H2, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableDoubleNoDefault [H2, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableDoubleNoDefault2 [H2, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableDoubleNoDefault_SetDefault [H2, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableFloatNoDefault [H2, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableFloatNoDefault2 [H2, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableFloatNoDefault_SetDefault [H2, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableIntNoDefault [H2, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableIntNoDefault2 [H2, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableIntNoDefault_SetDefault [H2, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableLongNoDefault [H2, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableLongNoDefault2 [H2, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableLongNoDefault_SetDefault [H2, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableShortNoDefault [H2, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableShortNoDefault2 [H2, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableShortNoDefault_SetDefault [H2, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableStringNoDefault [H2, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableStringNoDefault2 [H2, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableStringNoDefault_SetDefault [H2, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableVATNoDefault [H2, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableVATNoDefault_SetDefault [H2, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableWithDefaultBoolean [H2, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableWithDefaultBoolean2 [H2, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableWithDefaultBoolean_SetDefault [H2, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableWithDefaultByte [H2, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableWithDefaultByte2 [H2, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableWithDefaultByte_SetDefault [H2, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableWithDefaultChar [H2, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableWithDefaultChar_SetDefault [H2, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableWithDefaultChart2 [H2, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableWithDefaultDate [H2, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableWithDefaultDate_SetDefault [H2, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableWithDefaultDouble [H2, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableWithDefaultDouble2 [H2, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableWithDefaultDouble_SetDefault [H2, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableWithDefaultVAT [H2, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testNotUnsettableWithDefaultVAT_SetDefault [H2, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableBooleanNoDefault [H2, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableBooleanNoDefault2 [H2, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableBooleanNoDefault_SetDefault [H2, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableByteNoDefault [H2, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableByteNoDefault2 [H2, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableByteNoDefault_SetDefault [H2, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableCharNoDefault [H2, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableCharNoDefault2 [H2, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableCharNoDefault_SetDefault [H2, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableDateNoDefault [H2, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableDateNoDefault_SetDefault [H2, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableDoubleNoDefault [H2, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableDoubleNoDefault2 [H2, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableDoubleNoDefault_SetDefault [H2, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableFloatNoDefault [H2, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableFloatNoDefault2 [H2, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableFloatNoDefault_SetDefault [H2, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableIntNoDefault [H2, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableIntNoDefault2 [H2, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableIntNoDefault_SetDefault [H2, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableLongNoDefault [H2, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableShortNoDefault [H2, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableShortNoDefault2 [H2, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableShortNoDefault_SetDefault [H2, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableStringNoDefault [H2, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableStringNoDefault2 [H2, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableStringNoDefault_SetDefault [H2, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableVATNoDefault [H2, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableVATNoDefault_SetDefault [H2, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableWithDefaultBoolean [H2, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableWithDefaultBoolean2 [H2, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableWithDefaultByte [H2, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableWithDefaultByte2 [H2, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableWithDefaultByte_SetDefault [H2, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableWithDefaultChar [H2, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableWithDefaultCharNo [H2, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableWithDefaultChar_SetDefault [H2, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableWithDefaultDate [H2, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableWithDefaultDate_SetDefault [H2, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableWithDefaultDouble [H2, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableWithDefaultDouble2 [H2, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableWithDefaultDouble_SetDefault [H2, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableWithDefaultFloat [H2, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableWithDefaultFloat2 [H2, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableWithDefaultFloat_SetDefault [H2, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableWithDefaultInt [H2, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableWithDefaultInt2 [H2, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableWithDefaultInt_SetDefault [H2, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableWithDefaultLong [H2, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableWithDefaultShort [H2, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableWithDefaultShort2 [H2, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableWithDefaultShort_SetDefault [H2, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableWithDefaultString [H2, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableWithDefaultString2 [H2, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableWithDefaultString_SetDefault [H2, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableWithDefaultVAT [H2, JVM, Native] ******************************************************* ******************************************************* SetFeatureTest.testUnsettableWithDefaultVAT_SetDefault [H2, JVM, Native] ******************************************************* ******************************************************* StateMachineTest.test_NEW_with_ATTACH [H2, JVM, Native] ******************************************************* ******************************************************* StateMachineTest.test_NEW_with_COMMIT [H2, JVM, Native] ******************************************************* ******************************************************* StateMachineTest.test_NEW_with_INVALIDATE [H2, JVM, Native] ******************************************************* ******************************************************* StateMachineTest.test_NEW_with_READ [H2, JVM, Native] ******************************************************* ******************************************************* StateMachineTest.test_NEW_with_ROLLBACK [H2, JVM, Native] ******************************************************* ******************************************************* StateMachineTest.test_NEW_with_WRITE [H2, JVM, Native] ******************************************************* ******************************************************* StateMachineTest.test_PREPARED_with_ATTACH [H2, JVM, Native] ******************************************************* ******************************************************* StateMachineTest.test_PREPARED_with_DETACH [H2, JVM, Native] ******************************************************* java.lang.IllegalStateException: Failing event DETACH in state PREPARED for Supplier[PREPARED] (data=[]) at org.eclipse.net4j.util.fsm.FiniteStateMachine.process(FiniteStateMachine.java:160) at org.eclipse.emf.internal.cdo.view.CDOStateMachine.detach(CDOStateMachine.java:310) at org.eclipse.emf.cdo.tests.StateMachineTest.detach(StateMachineTest.java:397) at org.eclipse.emf.cdo.tests.StateMachineTest.test_PREPARED_with_DETACH(StateMachineTest.java:192) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at junit.framework.TestCase.runTest(TestCase.java:177) at org.eclipse.net4j.util.tests.AbstractOMTest.access$0(AbstractOMTest.java:1) at org.eclipse.net4j.util.tests.AbstractOMTest$3.execute(AbstractOMTest.java:315) at org.eclipse.net4j.internal.util.test.TestExecuter.execute(TestExecuter.java:40) at org.eclipse.net4j.util.tests.AbstractOMTest.runBare(AbstractOMTest.java:301) at org.eclipse.emf.cdo.tests.config.impl.ConfigTest.runBare(ConfigTest.java:648) at junit.framework.TestResult$1.protect(TestResult.java:122) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.framework.TestResult.run(TestResult.java:125) at junit.framework.TestCase.run(TestCase.java:130) at org.eclipse.net4j.util.tests.AbstractOMTest.run(AbstractOMTest.java:375) at junit.framework.TestSuite.runTest(TestSuite.java:241) at org.eclipse.emf.cdo.tests.config.impl.ConfigTestSuite$TestClassWrapper.runTest(ConfigTestSuite.java:231) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at org.eclipse.emf.cdo.tests.config.impl.ConfigTestSuite$MainSuite.run(ConfigTestSuite.java:166) at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:364) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:237) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:158) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.apache.maven.surefire.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:167) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:142) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:28) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:679) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:616) at org.eclipse.equinox.launcher.Main.run(Main.java:1492) at org.eclipse.equinox.launcher.Main.main(Main.java:1465) ******************************************************* StateMachineTest.test_PREPARED_with_INVALIDATE [H2, JVM, Native] ******************************************************* java.lang.IllegalStateException: Failing event INVALIDATE in state PREPARED for Supplier[PREPARED] (data=null) at org.eclipse.net4j.util.fsm.FiniteStateMachine.process(FiniteStateMachine.java:160) at org.eclipse.emf.internal.cdo.view.CDOStateMachine.invalidate(CDOStateMachine.java:499) at org.eclipse.emf.cdo.tests.StateMachineTest.invalidate(StateMachineTest.java:424) at org.eclipse.emf.cdo.tests.StateMachineTest.test_PREPARED_with_INVALIDATE(StateMachineTest.java:235) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at junit.framework.TestCase.runTest(TestCase.java:177) at org.eclipse.net4j.util.tests.AbstractOMTest.access$0(AbstractOMTest.java:1) at org.eclipse.net4j.util.tests.AbstractOMTest$3.execute(AbstractOMTest.java:315) at org.eclipse.net4j.internal.util.test.TestExecuter.execute(TestExecuter.java:40) at org.eclipse.net4j.util.tests.AbstractOMTest.runBare(AbstractOMTest.java:301) at org.eclipse.emf.cdo.tests.config.impl.ConfigTest.runBare(ConfigTest.java:648) at junit.framework.TestResult$1.protect(TestResult.java:122) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.framework.TestResult.run(TestResult.java:125) at junit.framework.TestCase.run(TestCase.java:130) at org.eclipse.net4j.util.tests.AbstractOMTest.run(AbstractOMTest.java:375) at junit.framework.TestSuite.runTest(TestSuite.java:241) at org.eclipse.emf.cdo.tests.config.impl.ConfigTestSuite$TestClassWrapper.runTest(ConfigTestSuite.java:231) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at org.eclipse.emf.cdo.tests.config.impl.ConfigTestSuite$MainSuite.run(ConfigTestSuite.java:166) at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:364) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:237) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:158) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.apache.maven.surefire.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:167) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:142) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:28) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:679) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:616) at org.eclipse.equinox.launcher.Main.run(Main.java:1492) at org.eclipse.equinox.launcher.Main.main(Main.java:1465) ******************************************************* StateMachineTest.test_PREPARED_with_READ [H2, JVM, Native] ******************************************************* ******************************************************* StateMachineTest.test_PREPARED_with_ROLLBACK [H2, JVM, Native] ******************************************************* java.lang.IllegalStateException: Failing event ROLLBACK in state PREPARED for Supplier[PREPARED] (data=null) at org.eclipse.net4j.util.fsm.FiniteStateMachine.process(FiniteStateMachine.java:160) at org.eclipse.emf.internal.cdo.view.CDOStateMachine.rollback(CDOStateMachine.java:599) at org.eclipse.emf.cdo.tests.StateMachineTest.rollback(StateMachineTest.java:433) at org.eclipse.emf.cdo.tests.StateMachineTest.test_PREPARED_with_ROLLBACK(StateMachineTest.java:252) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at junit.framework.TestCase.runTest(TestCase.java:177) at org.eclipse.net4j.util.tests.AbstractOMTest.access$0(AbstractOMTest.java:1) at org.eclipse.net4j.util.tests.AbstractOMTest$3.execute(AbstractOMTest.java:315) at org.eclipse.net4j.internal.util.test.TestExecuter.execute(TestExecuter.java:40) at org.eclipse.net4j.util.tests.AbstractOMTest.runBare(AbstractOMTest.java:301) at org.eclipse.emf.cdo.tests.config.impl.ConfigTest.runBare(ConfigTest.java:648) at junit.framework.TestResult$1.protect(TestResult.java:122) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.framework.TestResult.run(TestResult.java:125) at junit.framework.TestCase.run(TestCase.java:130) at org.eclipse.net4j.util.tests.AbstractOMTest.run(AbstractOMTest.java:375) at junit.framework.TestSuite.runTest(TestSuite.java:241) at org.eclipse.emf.cdo.tests.config.impl.ConfigTestSuite$TestClassWrapper.runTest(ConfigTestSuite.java:231) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at org.eclipse.emf.cdo.tests.config.impl.ConfigTestSuite$MainSuite.run(ConfigTestSuite.java:166) at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:364) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:237) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:158) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.apache.maven.surefire.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:167) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:142) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:28) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.l ang.reflect.Method.invoke(Method.java:568) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:679) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:616) at org.eclipse.equinox.launcher.Main.run(Main.java:1492) at org.eclipse.equinox.launcher.Main.main(Main.java:1465) ******************************************************* StateMachineTest.test_PREPARED_with_WRITE [H2, JVM, Native] ******************************************************* java.lang.IllegalStateException: Failing event WRITE in state PREPARED for Supplier[PREPARED] (data=org.eclipse.emf.internal.cdo.view.CDOStateMachine$FeatureDeltaAndResult@23940240) at org.eclipse.net4j.util.fsm.FiniteStateMachine.process(FiniteStateMachine.java:160) at org.eclipse.emf.internal.cdo.view.CDOStateMachine.writeUnsynced(CDOStateMachine.java:440) at org.eclipse.emf.internal.cdo.view.CDOStateMachine.write(CDOStateMachine.java:418) at org.eclipse.emf.cdo.tests.StateMachineTest.write(StateMachineTest.java:415) at org.eclipse.emf.cdo.tests.StateMachineTest.test_PREPARED_with_WRITE(StateMachineTest.java:218) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at junit.framework.TestCase.runTest(TestCase.java:177) at org.eclipse.net4j.util.tests.AbstractOMTest.access$0(AbstractOMTest.java:1) at org.eclipse.net4j.util.tests.AbstractOMTest$3.execute(AbstractOMTest.java:315) at org.eclipse.net4j.internal.util.test.TestExecuter.execute(TestExecuter.java:40) at org.eclipse.net4j.util.tests.AbstractOMTest.runBare(AbstractOMTest.java:301) at org.eclipse.emf.cdo.tests.config.impl.ConfigTest.runBare(ConfigTest.java:648) at junit.framework.TestResult$1.protect(TestResult.java:122) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.framework.TestResult.run(TestResult.java:125) at junit.framework.TestCase.run(TestCase.java:130) at org.eclipse.net4j.util.tests.AbstractOMTest.run(AbstractOMTest.java:375) at junit.framework.TestSuite.runTest(TestSuite.java:241) at org.eclipse.emf.cdo.tests.config.impl.ConfigTestSuite$TestClassWrapper.runTest(ConfigTestSuite.java:231) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at org.eclipse.emf.cdo.tests.config.impl.ConfigTestSuite$MainSuite.run(ConfigTestSuite.java:166) at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:364) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:237) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:158) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.apache.maven.surefire.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:167) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:142) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:28) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:679) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:616) at org.eclipse.equinox.launcher.Main.run(Main.java:1492) at org.eclipse.equinox.launcher.Main.main(Main.java:1465) ******************************************************* StateMachineTest.test_REATTACH [H2, JVM, Native] ******************************************************* ******************************************************* StateMachineTest.test_TRANSIENT_with_ATTACH [H2, JVM, Native] ******************************************************* ******************************************************* StateMachineTest.test_TRANSIENT_with_INVALIDATE [H2, JVM, Native] ******************************************************* ******************************************************* StateMachineTest.test_TRANSIENT_with_READ [H2, JVM, Native] ******************************************************* ******************************************************* StateMachineTest.test_TRANSIENT_with_ROLLBACK [H2, JVM, Native] ******************************************************* java.lang.IllegalStateException: Failing event ROLLBACK in state TRANSIENT for Supplier[TRANSIENT] (data=null) at org.eclipse.net4j.util.fsm.FiniteStateMachine.process(FiniteStateMachine.java:160) at org.eclipse.emf.internal.cdo.view.CDOStateMachine.rollback(CDOStateMachine.java:599) at org.eclipse.emf.cdo.tests.StateMachineTest.rollback(StateMachineTest.java:433) at org.eclipse.emf.cdo.tests.StateMachineTest.test_TRANSIENT_with_ROLLBACK(StateMachineTest.java:146) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at junit.framework.TestCase.runTest(TestCase.java:177) at org.eclipse.net4j.util.tests.AbstractOMTest.access$0(AbstractOMTest.java:1) at org.eclipse.net4j.util.tests.AbstractOMTest$3.execute(AbstractOMTest.java:315) at org.eclipse.net4j.internal.util.test.TestExecuter.execute(TestExecuter.java:40) at org.eclipse.net4j.util.tests.AbstractOMTest.runBare(AbstractOMTest.java:301) at org.eclipse.emf.cdo.tests.config.impl.ConfigTest.runBare(ConfigTest.java:648) at junit.framework.TestResult$1.protect(TestResult.java:122) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.framework.TestResult.run(TestResult.java:125) at junit.framework.TestCase.run(TestCase.java:130) at org.eclipse.net4j.util.tests.AbstractOMTest.run(AbstractOMTest.java:375) at junit.framework.TestSuite.runTest(TestSuite.java:241) at org.eclipse.emf.cdo.tests.config.impl.ConfigTestSuite$TestClassWrapper.runTest(ConfigTestSuite.java:231) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at org.eclipse.emf.cdo.tests.config.impl.ConfigTestSuite$MainSuite.run(ConfigTestSuite.java:166) at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:364) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:237) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:158) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.apache.maven.surefire.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:167) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:142) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:28) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:679) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:616) at org.eclipse.equinox.launcher.Main.run(Main.java:1492) at org.eclipse.equinox.launcher.Main.main(Main.java:1465) java.lang.IllegalStateException: Failing event ROLLBACK in state TRANSIENT for Supplier[TRANSIENT] (data=null) at org.eclipse.net4j.util.fsm.FiniteStateMachine.process(FiniteStateMachine.java:160) at org.eclipse.emf.internal.cdo.view.CDOStateMachine.rollback(CDOStateMachine.java:599) at org.eclipse.emf.cdo.tests.StateMachineTest.rollback(StateMachineTest.java:433) at org.eclipse.emf.cdo.tests.StateMachineTest.test_TRANSIENT_with_ROLLBACK(StateMachineTest.java:157) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at junit.framework.TestCase.runTest(TestCase.java:177) at org.eclipse.net4j.util.tests.AbstractOMTest.access$0(AbstractOMTest.java:1) at org.eclipse.net4j.util.tests.AbstractOMTest$3.execute(AbstractOMTest.java:315) at org.eclipse.net4j.internal.util.test.TestExecuter.execute(TestExecuter.java:40) at org.eclipse.net4j.util.tests.AbstractOMTest.runBare(AbstractOMTest.java:301) at org.eclipse.emf.cdo.tests.config.impl.ConfigTest.runBare(ConfigTest.java:648) at junit.framework.TestResult$1.protect(TestResult.java:122) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.framework.TestResult.run(TestResult.java:125) at junit.framework.TestCase.run(TestCase.java:130) at org.eclipse.net4j.util.tests.AbstractOMTest.run(AbstractOMTest.java:375) at junit.framework.TestSuite.runTest(TestSuite.java:241) at org.eclipse.emf.cdo.tests.config.impl.ConfigTestSuite$TestClassWrapper.runTest(ConfigTestSuite.java:231) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at org.eclipse.emf.cdo.tests.config.impl.ConfigTestSuite$MainSuite.run(ConfigTestSuite.java:166) at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:364) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:237) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:158) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.apache.maven.surefire.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:167) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:142) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:28) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:679) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:616) at org.eclipse.equinox.launcher.Main.run(Main.java:1492) at org.eclipse.equinox.launcher.Main.main(Main.java:1465) ******************************************************* StateMachineTest.test_TRANSIENT_with_WRITE [H2, JVM, Native] ******************************************************* ******************************************************* TransactionHandlerTest.testAsyncTransactionHandler [H2, JVM, Native] ******************************************************* ******************************************************* TransactionHandlerTest.testAttachingObject [H2, JVM, Native] ******************************************************* ******************************************************* TransactionHandlerTest.testAttachingObjectVeto [H2, JVM, Native] ******************************************************* ******************************************************* TransactionHandlerTest.testAttachingResourceVeto [H2, JVM, Native] ******************************************************* ******************************************************* TransactionHandlerTest.testCommitting [H2, JVM, Native] ******************************************************* ******************************************************* TransactionHandlerTest.testDetachingObject [H2, JVM, Native] ******************************************************* ******************************************************* TransactionHandlerTest.testDetachingObjectVeto [H2, JVM, Native] ******************************************************* ******************************************************* TransactionHandlerTest.testModifyingObject [H2, JVM, Native] ******************************************************* ******************************************************* TransactionHandlerTest.testModifyingObjectVeto [H2, JVM, Native] ******************************************************* ******************************************************* TransactionHandlerTest.testModifyingResourceVeto [H2, JVM, Native] ******************************************************* ******************************************************* TransactionHandlerTest.testRollbacked [H2, JVM, Native] ******************************************************* ******************************************************* TransactionTest.testAutoRollbackOnConflictEvent [H2, JVM, Native] ******************************************************* rollback ******************************************************* TransactionTest.testCommitAfterClose [H2, JVM, Native] ******************************************************* ******************************************************* TransactionTest.testCommitManyTransactionsMultiThread [H2, JVM, Native] ******************************************************* RUN 1 CloseViewRequest = 100 CommitTransactionRequest = 100 LockObjectsRequest = 100 OpenViewRequest = 100 ******************************************************* TransactionTest.testCommitRedundantChanges [H2, JVM, Native] ******************************************************* ******************************************************* TransactionTest.testCreateManySessions [H2, JVM, Native] ******************************************************* Opening session Session 0 Session 1 Session 2 Session 3 Session 4 Session 5 Session 6 Session 7 Session 8 Session 9 Session 10 Session 11 Session 12 Session 13 Session 14 Session 15 Session 16 Session 17 Session 18 Session 19 Session 20 Session 21 Session 22 Session 23 Session 24 Session 25 Session 26 Session 27 Session 28 Session 29 Session 30 Session 31 Session 32 Session 33 Session 34 Session 35 Session 36 Session 37 Session 38 Session 39 Session 40 Session 41 Session 42 Session 43 Session 44 Session 45 Session 46 Session 47 Session 48 Session 49 Session 50 Session 51 Session 52 Session 53 Session 54 Session 55 Session 56 Session 57 Session 58 Session 59 Session 60 Session 61 Session 62 Session 63 Session 64 Session 65 Session 66 Session 67 Session 68 Session 69 Session 70 Session 71 Session 72 Session 73 Session 74 Session 75 Session 76 Session 77 Session 78 Session 79 Session 80 Session 81 Session 82 Session 83 Session 84 Session 85 Session 86 Session 87 Session 88 Session 89 Session 90 Session 91 Session 92 Session 93 Session 94 Session 95 Session 96 Session 97 Session 98 Session 99 ******************************************************* TransactionTest.testCreateManySessionsAndTransactionsMultiThread [H2, JVM, Native] ******************************************************* Thread 0: Started Thread 1: Started Thread 2: Started Thread 3: Started Thread 4: Started Thread 1: Session + Transaction 0 Thread 0: Session + Transaction 0 Thread 3: Session + Transaction 0 Thread 2: Session + Transaction 0 Thread 4: Session + Transaction 0 Thread 1: Session + Transaction 1 Thread 0: Session + Transaction 1 Thread 3: Session + Transaction 1 Thread 4: Session + Transaction 1 Thread 2: Session + Transaction 1 Thread 1: Session + Transaction 2 Thread 3: Session + Transaction 2 Thread 0: Session + Transaction 2 Thread 4: Session + Transaction 2 Thread 1: Session + Transaction 3 Thread 2: Session + Transaction 2 Thread 3: Session + Transaction 3 Thread 4: Session + Transaction 3 Thread 0: Session + Transaction 3 Thread 1: Session + Transaction 4 Thread 2: Session + Transaction 3 Thread 3: Session + Transaction 4 Thread 0: Session + Transaction 4 Thread 1: Session + Transaction 5 Thread 4: Session + Transaction 4 Thread 2: Session + Transaction 4 Thread 3: Session + Transaction 5 Thread 0: Session + Transaction 5 Thread 1: Session + Transaction 6 Thread 4: Session + Transaction 5 Thread 2: Session + Transaction 5 Thread 3: Session + Transaction 6 Thread 1: Session + Transaction 7 Thread 0: Session + Transaction 6 Thread 4: Session + Transaction 6 Thread 2: Session + Transaction 6 Thread 3: Session + Transaction 7 Thread 1: Session + Transaction 8 Thread 0: Session + Transaction 7 Thread 4: Session + Transaction 7 Thread 2: Session + Transaction 7 Thread 3: Session + Transaction 8 Thread 1: Session + Transaction 9 Thread 0: Session + Transaction 8 Thread 4: Session + Transaction 8 Thread 2: Session + Transaction 8 Thread 1: Session + Transaction 10 Thread 3: Session + Transaction 9 Thread 0: Session + Transaction 9 Thread 4: Session + Transaction 9 Thread 2: Session + Transaction 9 Thread 1: Session + Transaction 11 Thread 3: Session + Transaction 10 Thread 4: Session + Transaction 10 Thread 0: Session + Transaction 10 Thread 1: Session + Transaction 12 Thread 3: Session + Transaction 11 Thread 4: Session + Transaction 11 Thread 2: Session + Transaction 10 Thread 0: Session + Transaction 11 Thread 1: Session + Transaction 13 Thread 3: Session + Transaction 12 Thread 4: Session + Transaction 12 Thread 2: Session + Transaction 11 Thread 0: Session + Transaction 12 Thread 1: Session + Transaction 14 Thread 3: Session + Transaction 13 Thread 4: Session + Transaction 13 Thread 2: Session + Transaction 12 Thread 0: Session + Transaction 13 Thread 1: Session + Transaction 15 Thread 4: Session + Transaction 14 Thread 3: Session + Transaction 14 Thread 2: Session + Transaction 13 Thread 0: Session + Transaction 14 Thread 4: Session + Transaction 15 Thread 3: Session + Transaction 15 Thread 1: Session + Transaction 16 Thread 2: Session + Transaction 14 Thread 0: Session + Transaction 15 Thread 4: Session + Transaction 16 Thread 1: Session + Transaction 17 Thread 3: Session + Transaction 16 Thread 4: Session + Transaction 17 Thread 2: Session + Transaction 15 Thread 1: Session + Transaction 18 Thread 0: Session + Transaction 16 Thread 3: Session + Transaction 17 Thread 4: Session + Transaction 18 Thread 2: Session + Transaction 16 Thread 1: Session + Transaction 19 Thread 3: Session + Transaction 18 Thread 0: Session + Transaction 17 Thread 4: Session + Transaction 19 Thread 2: Session + Transaction 17 Thread 1: Session + Transaction 20 Thread 3: Session + Transaction 19 Thread 0: Session + Transaction 18 Thread 4: Session + Transaction 20 Thread 2: Session + Transaction 18 Thread 1: Session + Transaction 21 Thread 3: Session + Transaction 20 Thread 4: Session + Transaction 21 Thread 0: Session + Transaction 19 Thread 2: Session + Transaction 19 Thread 1: Session + Transaction 22 Thread 4: Session + Transaction 22 Thread 3: Session + Transaction 21 Thread 1: Session + Transaction 23 Thread 0: Session + Transaction 20 Thread 2: Session + Transaction 20 Thread 4: Session + Transaction 23 Thread 3: Session + Transaction 22 Thread 1: Session + Transaction 24 Thread 0: Session + Transaction 21 Thread 2: Session + Transaction 21 Thread 3: Session + Transaction 23 Thread 4: Session + Transaction 24 Thread 1: Session + Transaction 25 Thread 0: Session + Transaction 22 Thread 3: Session + Transaction 24 Thread 4: Session + Transaction 25 Thread 2: Session + Transaction 22 Thread 0: Session + Transaction 23 Thread 1: Session + Transaction 26 Thread 3: Session + Transaction 25 Thread 2: Session + Transaction 23 Thread 1: Session + Transaction 27 Thread 4: Session + Transaction 26 Thread 0: Session + Transaction 24 Thread 3: Session + Transaction 26 Thread 2: Session + Transaction 24 Thread 1: Session + Transaction 28 Thread 4: Session + Transaction 27 Thread 3: Session + Transaction 27 Thread 0: Session + Transaction 25 Thread 1: Session + Transaction 29 Thread 2: Session + Transaction 25 Thread 4: Session + Transaction 28 Thread 3: Session + Transaction 28 Thread 1: Session + Transaction 30 Thread 0: Session + Transaction 26 Thread 4: Session + Transaction 29 Thread 2: Session + Transaction 26 Thread 3: Session + Transaction 29 Thread 1: Session + Transaction 31 Thread 4: Session + Transaction 30 Thread 0: Session + Transaction 27 Thread 2: Session + Transaction 27 Thread 3: Session + Transaction 30 Thread 1: Session + Transaction 32 Thread 4: Session + Transaction 31 Thread 2: Session + Transaction 28 Thread 3: Session + Transaction 31 Thread 0: Session + Transaction 28 Thread 1: Session + Transaction 33 Thread 4: Session + Transaction 32 Thread 2: Session + Transaction 29 Thread 1: Session + Transaction 34 Thread 3: Session + Transaction 32 Thread 0: Session + Transaction 29 Thread 4: Session + Transaction 33 Thread 1: Session + Transaction 35 Thread 3: Session + Transaction 33 Thread 2: Session + Transaction 30 Thread 0: Session + Transaction 30 Thread 4: Session + Transaction 34 Thread 1: Session + Transaction 36 Thread 3: Session + Transaction 34 Thread 2: Session + Transaction 31 Thread 4: Session + Transaction 35 Thread 0: Session + Transaction 31 Thread 1: Session + Transaction 37 Thread 3: Session + Transaction 35 Thread 2: Session + Transaction 32 Thread 4: Session + Transaction 36 Thread 0: Session + Transaction 32 Thread 1: Session + Transaction 38 Thread 2: Session + Transaction 33 Thread 3: Session + Transaction 36 Thread 4: Session + Transaction 37 Thread 0: Session + Transaction 33 Thread 1: Session + Transaction 39 Thread 2: Session + Transaction 34 Thread 4: Session + Transaction 38 Thread 3: Session + Transaction 37 Thread 1: Session + Transaction 40 Thread 0: Session + Transaction 34 Thread 2: Session + Transaction 35 Thread 4: Session + Transaction 39 Thread 1: Session + Transaction 41 Thread 3: Session + Transaction 38 Thread 0: Session + Transaction 35 Thread 4: Session + Transaction 40 Thread 1: Session + Transaction 42 Thread 2: Session + Transaction 36 Thread 3: Session + Transaction 39 Thread 1: Session + Transaction 43 Thread 4: Session + Transaction 41 Thread 0: Session + Transaction 36 Thread 3: Session + Transaction 40 Thread 2: Session + Transaction 37 Thread 4: Session + Transaction 42 Thread 1: Session + Transaction 44 Thread 3: Session + Transaction 41 Thread 0: Session + Transaction 37 Thread 2: Session + Transaction 38 Thread 4: Session + Transaction 43 Thread 1: Session + Transaction 45 Thread 3: Session + Transaction 42 Thread 0: Session + Transaction 38 Thread 4: Session + Transaction 44 Thread 2: Session + Transaction 39 Thread 1: Session + Transaction 46 Thread 3: Session + Transaction 43 Thread 0: Session + Transaction 39 Thread 2: Session + Transaction 40 Thread 4: Session + Transaction 45 Thread 1: Session + Transaction 47 Thread 3: Session + Transaction 44 Thread 2: Session + Transaction 41 Thread 0: Session + Transaction 40 Thread 1: Session + Transaction 48 Thread 4: Session + Transaction 46 Thread 2: Session + Transaction 42 Thread 3: Session + Transaction 45 Thread 1: Session + Transaction 49 Thread 0: Session + Transaction 41 Thread 4: Session + Transaction 47 Thread 2: Session + Transaction 43 Thread 3: Session + Transaction 46 Thread 4: Session + Transaction 48 Thread 1: Session + Transaction 50 Thread 0: Session + Transaction 42 Thread 2: Session + Transaction 44 Thread 3: Session + Transaction 47 Thread 1: Session + Transaction 51 Thread 4: Session + Transaction 49 Thread 0: Session + Transaction 43 Thread 2: Session + Transaction 45 Thread 3: Session + Transaction 48 Thread 1: Session + Transaction 52 Thread 4: Session + Transaction 50 Thread 2: Session + Transaction 46 Thread 0: Session + Transaction 44 Thread 1: Session + Transaction 53 Thread 3: Session + Transaction 49 Thread 2: Session + Transaction 47 Thread 4: Session + Transaction 51 Thread 0: Session + Transaction 45 Thread 1: Session + Transaction 54 Thread 3: Session + Transaction 50 Thread 2: Session + Transaction 48 Thread 4: Session + Transaction 52 Thread 0: Session + Transaction 46 Thread 3: Session + Transaction 51 Thread 1: Session + Transaction 55 Thread 2: Session + Transaction 49 Thread 4: Session + Transaction 53 Thread 0: Session + Transaction 47 Thread 2: Session + Transaction 50 Thread 1: Session + Transaction 56 Thread 2: Session + Transaction 51 Thread 1: Session + Transaction 57 Thread 3: Session + Transaction 52 Thread 0: Session + Transaction 48 Thread 4: Session + Transaction 54 Thread 3: Session + Transaction 53 Thread 1: Session + Transaction 58 Thread 2: Session + Transaction 52 Thread 0: Session + Transaction 49 Thread 3: Session + Transaction 54 Thread 2: Session + Transaction 53 Thread 4: Session + Transaction 55 Thread 1: Session + Transaction 59 Thread 3: Session + Transaction 55 Thread 0: Session + Transaction 50 Thread 2: Session + Transaction 54 Thread 1: Session + Transaction 60 Thread 4: Session + Transaction 56 Thread 2: Session + Transaction 55 Thread 3: Session + Transaction 56 Thread 0: Session + Transaction 51 Thread 1: Session + Transaction 61 Thread 4: Session + Transaction 57 Thread 3: Session + Transaction 57 Thread 0: Session + Transaction 52 Thread 2: Session + Transaction 56 Thread 1: Session + Transaction 62 Thread 3: Session + Transaction 58 Thread 0: Session + Transaction 53 Thread 4: Session + Transaction 58 Thread 2: Session + Transaction 57 Thread 1: Session + Transaction 63 Thread 3: Session + Transaction 59 Thread 0: Session + Transaction 54 Thread 4: Session + Transaction 59 Thread 1: Session + Transaction 64 Thread 2: Session + Transaction 58 Thread 3: Session + Transaction 60 Thread 0: Session + Transaction 55 Thread 4: Session + Transaction 60 Thread 1: Session + Transaction 65 Thread 2: Session + Transaction 59 Thread 0: Session + Transaction 56 Thread 3: Session + Transaction 61 Thread 4: Session + Transaction 61 Thread 1: Session + Transaction 66 Thread 2: Session + Transaction 60 Thread 0: Session + Transaction 57 Thread 3: Session + Transaction 62 Thread 4: Session + Transaction 62 Thread 0: Session + Transaction 58 Thread 1: Session + Transaction 67 Thread 3: Session + Transaction 63 Thread 2: Session + Transaction 61 Thread 4: Session + Transaction 63 Thread 1: Session + Transaction 68 Thread 3: Session + Transaction 64 Thread 0: Session + Transaction 59 Thread 4: Session + Transaction 64 Thread 2: Session + Transaction 62 Thread 1: Session + Transaction 69 Thread 3: Session + Transaction 65 Thread 4: Session + Transaction 65 Thread 0: Session + Transaction 60 Thread 2: Session + Transaction 63 Thread 1: Session + Transaction 70 Thread 3: Session + Transaction 66 Thread 4: Session + Transaction 66 Thread 0: Session + Transaction 61 Thread 2: Session + Transaction 64 Thread 1: Session + Transaction 71 Thread 3: Session + Transaction 67 Thread 4: Session + Transaction 67 Thread 0: Session + Transaction 62 Thread 1: Session + Transaction 72 Thread 2: Session + Transaction 65 Thread 3: Session + Transaction 68 Thread 0: Session + Transaction 63 Thread 4: Session + Transaction 68 Thread 1: Session + Transaction 73 Thread 2: Session + Transaction 66 Thread 3: Session + Transaction 69 Thread 0: Session + Transaction 64 Thread 4: Session + Transaction 69 Thread 2: Session + Transaction 67 Thread 3: Session + Transaction 70 Thread 1: Session + Transaction 74 Thread 0: Session + Transaction 65 Thread 4: Session + Transaction 70 Thread 2: Session + Transaction 68 Thread 3: Session + Transaction 71 Thread 1: Session + Transaction 75 Thread 0: Session + Transaction 66 Thread 4: Session + Transaction 71 Thread 1: Session + Transaction 76 Thread 2: Session + Transaction 69 Thread 3: Session + Transaction 72 Thread 0: Session + Transaction 67 Thread 4: Session + Transaction 72 Thread 3: Session + Transaction 73 Thread 1: Session + Transaction 77 Thread 0: Session + Transaction 68 Thread 2: Session + Transaction 70 Thread 4: Session + Transaction 73 Thread 3: Session + Transaction 74 Thread 1: Session + Transaction 78 Thread 0: Session + Transaction 69 Thread 2: Session + Transaction 71 Thread 4: Session + Transaction 74 Thread 1: Session + Transaction 79 Thread 3: Session + Transaction 75 Thread 0: Session + Transaction 70 Thread 4: Session + Transaction 75 Thread 2: Session + Transaction 72 Thread 3: Session + Transaction 76 Thread 1: Session + Transaction 80 Thread 0: Session + Transaction 71 Thread 4: Session + Transaction 76 Thread 2: Session + Transaction 73 Thread 3: Session + Transaction 77 Thread 1: Session + Transaction 81 Thread 0: Session + Transaction 72 Thread 2: Session + Transaction 74 Thread 4: Session + Transaction 77 Thread 3: Session + Transaction 78 Thread 1: Session + Transaction 82 Thread 0: Session + Transaction 73 Thread 1: Session + Transaction 83 Thread 2: Session + Transaction 75 Thread 3: Session + Transaction 79 Thread 0: Session + Transaction 74 Thread 4: Session + Transaction 78 Thread 3: Session + Transaction 80 Thread 1: Session + Transaction 84 Thread 0: Session + Transaction 75 Thread 2: Session + Transaction 76 Thread 4: Session + Transaction 79 Thread 2: Session + Transaction 77 Thread 4: Session + Transaction 80 Thread 3: Session + Transaction 81 Thread 1: Session + Transaction 85 Thread 0: Session + Transaction 76 Thread 3: Session + Transaction 82 Thread 1: Session + Transaction 86 Thread 4: Session + Transaction 81 Thread 0: Session + Transaction 77 Thread 3: Session + Transaction 83 Thread 2: Session + Transaction 78 Thread 1: Session + Transaction 87 Thread 0: Session + Transaction 78 Thread 4: Session + Transaction 82 Thread 3: Session + Transaction 84 Thread 2: Session + Transaction 79 Thread 1: Session + Transaction 88 Thread 4: Session + Transaction 83 Thread 0: Session + Transaction 79 Thread 2: Session + Transaction 80 Thread 3: Session + Transaction 85 Thread 1: Session + Transaction 89 Thread 0: Session + Transaction 80 Thread 4: Session + Transaction 84 Thread 2: Session + Transaction 81 Thread 3: Session + Transaction 86 Thread 1: Session + Transaction 90 Thread 4: Session + Transaction 85 Thread 0: Session + Transaction 81 Thread 2: Session + Transaction 82 Thread 1: Session + Transaction 91 Thread 3: Session + Transaction 87 Thread 4: Session + Transaction 86 Thread 0: Session + Transaction 82 Thread 2: Session + Transaction 83 Thread 4: Session + Transaction 87 Thread 1: Session + Transaction 92 Thread 3: Session + Transaction 88 Thread 0: Session + Transaction 83 Thread 2: Session + Transaction 84 Thread 4: Session + Transaction 88 Thread 1: Session + Transaction 93 Thread 2: Session + Transaction 85 Thread 0: Session + Transaction 84 Thread 3: Session + Transaction 89 Thread 1: Session + Transaction 94 Thread 2: Session + Transaction 86 Thread 0: Session + Transaction 85 Thread 3: Session + Transaction 90 Thread 2: Session + Transaction 87 Thread 4: Session + Transaction 89 Thread 0: Session + Transaction 86 Thread 4: Session + Transaction 90 Thread 3: Session + Transaction 91 Thread 1: Session + Transaction 95 Thread 0: Session + Transaction 87 Thread 4: Session + Transaction 91 Thread 2: Session + Transaction 88 Thread 1: Session + Transaction 96 Thread 0: Session + Transaction 88 Thread 4: Session + Transaction 92 Thread 1: Session + Transaction 97 Thread 4: Session + Transaction 93 Thread 3: Session + Transaction 92 Thread 2: Session + Transaction 89 Thread 4: Session + Transaction 94 Thread 1: Session + Transaction 98 Thread 3: Session + Transaction 93 Thread 0: Session + Transaction 89 Thread 4: Session + Transaction 95 Thread 1: Session + Transaction 99 Thread 1: Done Thread 3: Session + Transaction 94 Thread 0: Session + Transaction 90 Thread 4: Session + Transaction 96 Thread 3: Session + Transaction 95 Thread 0: Session + Transaction 91 Thread 4: Session + Transaction 97 Thread 3: Session + Transaction 96 Thread 0: Session + Transaction 92 Thread 4: Session + Transaction 98 Thread 3: Session + Transaction 97 Thread 4: Session + Transaction 99 Thread 4: Done Thread 3: Session + Transaction 98 Thread 2: Session + Transaction 90 Thread 3: Session + Transaction 99 Thread 2: Session + Transaction 91 Thread 3: Done Thread 2: Session + Transaction 92 Thread 2: Session + Transaction 93 Thread 0: Session + Transaction 93 Thread 2: Session + Transaction 94 Thread 0: Session + Transaction 94 Thread 2: Session + Transaction 95 Thread 0: Session + Transaction 95 Thread 2: Session + Transaction 96 Thread 0: Session + Transaction 96 Thread 2: Session + Transaction 97 Thread 0: Session + Transaction 97 Thread 2: Session + Transaction 98 Thread 0: Session + Transaction 98 Thread 2: Session + Transaction 99 Thread 2: Done Thread 0: Session + Transaction 99 Thread 0: Done ******************************************************* TransactionTest.testCreateManyTransactions [H2, JVM, Native] ******************************************************* Opening session Transaction 0 (0) Transaction 1 (1) Transaction 2 (1) Transaction 3 (1) Transaction 4 (1) Transaction 5 (1) Transaction 6 (1) Transaction 7 (1) Transaction 8 (2) Transaction 9 (1) Transaction 10 (1) Transaction 11 (1) Transaction 12 (1) Transaction 13 (1) Transaction 14 (1) Transaction 15 (1) Transaction 16 (1) Transaction 17 (1) Transaction 18 (1) Transaction 19 (1) Transaction 20 (1) Transaction 21 (1) Transaction 22 (1) Transaction 23 (1) Transaction 24 (1) Transaction 25 (1) Transaction 26 (2) Transaction 27 (1) Transaction 28 (1) Transaction 29 (1) Transaction 30 (1) Transaction 31 (1) Transaction 32 (1) Transaction 33 (1) Transaction 34 (1) Transaction 35 (1) Transaction 36 (1) Transaction 37 (1) Transaction 38 (1) Transaction 39 (2) Transaction 40 (1) Transaction 41 (1) Transaction 42 (1) Transaction 43 (1) Transaction 44 (1) Transaction 45 (2) Transaction 46 (1) Transaction 47 (1) Transaction 48 (1) Transaction 49 (1) Transaction 50 (2) Transaction 51 (1) Transaction 52 (1) Transaction 53 (1) Transaction 54 (2) Transaction 55 (1) Transaction 56 (2) Transaction 57 (1) Transaction 58 (1) Transaction 59 (1) Transaction 60 (2) Transaction 61 (1) Transaction 62 (1) Transaction 63 (1) Transaction 64 (2) Transaction 65 (1) Transaction 66 (1) Transaction 67 (1) Transaction 68 (1) Transaction 69 (1) Transaction 70 (1) Transaction 71 (2) Transaction 72 (1) Transaction 73 (12) Transaction 74 (1) Transaction 75 (2) Transaction 76 (1) Transaction 77 (1) Transaction 78 (1) Transaction 79 (1) Transaction 80 (2) Transaction 81 (1) Transaction 82 (1) Transaction 83 (1) Transaction 84 (1) Transaction 85 (1) Transaction 86 (1) Transaction 87 (2) Transaction 88 (1) Transaction 89 (1) Transaction 90 (1) Transaction 91 (1) Transaction 92 (1) Transaction 93 (1) Transaction 94 (1) Transaction 95 (2) Transaction 96 (1) Transaction 97 (1) Transaction 98 (1) Transaction 99 (1) ******************************************************* TransactionTest.testLastUpdateTime [H2, JVM, Native] ******************************************************* ******************************************************* TransactionTest.testLongCommit [H2, JVM, Native] ******************************************************* ******************************************************* TransactionTest.testManualRollbackOnConflictException [H2, JVM, Native] ******************************************************* After transaction1.commit(): Category@OID637:0v2 Before transaction2.commit(): Category@OID637:0v1 Before transaction2.rollback(): Category@OID637:0v1 After transaction2.rollback(): Category@OID637:0v2 Before transaction2.commit(): * Category@OID637:0v2 name = CDOFeatureDelta[name, SET, value=session2, oldValue=session1] After transaction2.commit(): Category@OID637:0v3 ******************************************************* TransactionTest.testPushModeDeltas [H2, JVM, Native] ******************************************************* Creating category1 Creating company Adding categories [INFO] Using /tmp/cdo_tx_940_1__7808465873376346529.tmp for push transaction repo1:940:1 Creating category2 Creating category3 [INFO] Using /tmp/cdo_tx_940_1__7808465873376346529.tmp for push transaction repo1:940:2 ******************************************************* TransactionTest.testPushModeNewObjects [H2, JVM, Native] ******************************************************* Creating category1 Creating category2 Creating category3 Creating company Adding categories [INFO] Using /tmp/cdo_tx_942_1__900546895348529872.tmp for push transaction repo1:942:1 [INFO] Using /tmp/cdo_tx_942_1__900546895348529872.tmp for push transaction repo1:942:2 ******************************************************* TransactionTest.testReattachCommit [H2, JVM, Native] ******************************************************* ******************************************************* TransactionTest.testReattachCommitWithSavepoints [H2, JVM, Native] ******************************************************* ******************************************************* TransactionTest.testReattachModifyCommit [H2, JVM, Native] ******************************************************* ******************************************************* TransactionTest.testReattachModifyCommitWithSavepoints [H2, JVM, Native] ******************************************************* ******************************************************* TransactionTest.testRollbackWithNotification [H2, JVM, Native] ******************************************************* ******************************************************* UnsetTest.testIsSetBoolean [H2, JVM, Native] ******************************************************* ******************************************************* UnsetTest.testIsSetByte [H2, JVM, Native] ******************************************************* ******************************************************* UnsetTest.testIsSetChar [H2, JVM, Native] ******************************************************* ******************************************************* UnsetTest.testIsSetDate [H2, JVM, Native] ******************************************************* ******************************************************* UnsetTest.testIsSetDouble [H2, JVM, Native] ******************************************************* ******************************************************* UnsetTest.testIsSetElement [H2, JVM, Native] ******************************************************* ******************************************************* UnsetTest.testIsSetFloat [H2, JVM, Native] ******************************************************* ******************************************************* UnsetTest.testIsSetLong [H2, JVM, Native] ******************************************************* ******************************************************* UnsetTest.testIsSetMultipleTimes [H2, JVM, Native] ******************************************************* ******************************************************* UnsetTest.testIsSetShort [H2, JVM, Native] ******************************************************* ******************************************************* UnsetTest.testIsSetString [H2, JVM, Native] ******************************************************* ******************************************************* UnsetTest.testIsSetVAT [H2, JVM, Native] ******************************************************* ******************************************************* UnsetTest.testReadDefaultValue [H2, JVM, Native] ******************************************************* ******************************************************* UnsetTest.testUnsetNonDefaultValue [H2, JVM, Native] ******************************************************* ******************************************************* UnsetTest.testUnsettableBaseTypeVsObjectType [H2, JVM, Native] ******************************************************* ******************************************************* UnsetTest.testUnsettableObject [H2, JVM, Native] ******************************************************* ******************************************************* UnsetTest.testWriteDefaultValue [H2, JVM, Native] ******************************************************* ******************************************************* UnsetTest.testWriteNonDefaultValue [H2, JVM, Native] ******************************************************* ******************************************************* ViewProviderTest.testConnectionAware [H2, JVM, Native] ******************************************************* ******************************************************* ViewProviderTest.testNet4jViewProvider [H2, JVM, Native] ******************************************************* ******************************************************* ViewProviderTest.testNormal [H2, JVM, Native] ******************************************************* ******************************************************* ViewProviderTest.testPluginViewProvider [H2, JVM, Native] ******************************************************* ******************************************************* ViewProviderTest.testSerialize [H2, JVM, Native] ******************************************************* ******************************************************* ViewProviderTest.testURIs [H2, JVM, Native] ******************************************************* ******************************************************* ViewTest.testCacheReferences [H2, JVM, Native] ******************************************************* ******************************************************* ViewTest.testContextify [H2, JVM, Native] ******************************************************* ******************************************************* ViewTest.testContextifyDifferentRepository [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo2"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo3, repo1, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* ViewTest.testContextifySameRepository [H2, JVM, Native] ******************************************************* ******************************************************* ViewTest.testDeactivateWithSession [H2, JVM, Native] ******************************************************* ******************************************************* ViewTest.testExternalResourceSet [H2, JVM, Native] ******************************************************* ******************************************************* ViewTest.testGetOrCreateResource [H2, JVM, Native] ******************************************************* ******************************************************* ViewTest.testHasResource [H2, JVM, Native] ******************************************************* ******************************************************* ViewTest.testIsObjectRegisteredWithNull [H2, JVM, Native] ******************************************************* ******************************************************* ViewTest.testNonUniqueResourceContents [H2, JVM, Native] ******************************************************* ******************************************************* ViewTest.testUniqueResourceContents [H2, JVM, Native] ******************************************************* ******************************************************* ViewTest.testViewNotifiesDeactivation [H2, JVM, Native] ******************************************************* ******************************************************* XATransactionTest.testCommitFromTransactionDisabled [H2, JVM, Native] ******************************************************* ******************************************************* XATransactionTest.testRollback [H2, JVM, Native] ******************************************************* ******************************************************* XATransactionTest.testRollback_AfterSetpoint [H2, JVM, Native] ******************************************************* ******************************************************* XATransactionTest.test_ExceptionInReadingStream [H2, JVM, Native] ******************************************************* ******************************************************* XRefTest.testCrossReferenceMultivalueEReferenceQuery [H2, JVM, Native] ******************************************************* ******************************************************* XRefTest.testLocallyDetachedTarget [H2, JVM, Native] ******************************************************* ******************************************************* XRefTest.testSpecificReferences0 [H2, JVM, Native] ******************************************************* ******************************************************* XRefTest.testSpecificReferences1 [H2, JVM, Native] ******************************************************* ******************************************************* XRefTest.testSpecificReferences2 [H2, JVM, Native] ******************************************************* ******************************************************* XRefTest.testXRefsToMany [H2, JVM, Native] ******************************************************* ******************************************************* XRefTest.testXRefsToOne [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_241464_Test.testBugzilla_241464 [H2, JVM, Native] ******************************************************* [ERROR] Not active: SignalProtocol[cdo] org.eclipse.net4j.util.lifecycle.LifecycleException: Not active: SignalProtocol[cdo] at org.eclipse.net4j.util.lifecycle.LifecycleUtil.checkActive(LifecycleUtil.java:102) at org.eclipse.net4j.signal.Signal.getProtocol(Signal.java:104) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerIndication.getProtocol(CDOServerIndication.java:54) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerIndication.getProtocol(CDOServerIndication.java:1) at org.eclipse.net4j.signal.IndicationWithResponse.sendExceptionSignal(IndicationWithResponse.java:105) at org.eclipse.net4j.signal.IndicationWithResponse.execute(IndicationWithResponse.java:78) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerReadIndication.execute(CDOServerReadIndication.java:36) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) ******************************************************* Bugzilla_243310_Test.testBugzilla_243310 [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_246442_Test.testBugzilla_246442 [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_246622_Test.testContainerAndMany [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_246622_Test.testSet [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_247141_Test.testBehaviorOnUncommittedObjects [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_247141_Test.testContentAdapterBehavior [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_248124_Test.testBugzilla_248124_getResourceWithCommit [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_248124_Test.testBugzilla_248124_getResourceWithoutCommit [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_248124_Test.testBugzilla_248124_hasResourceWithCommit [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_248124_Test.testBugzilla_248124_hasResourceWithoutCommit [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_248915_Test.testBugzilla_248915_DuplicateID [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_248915_Test.testBugzilla_248915_IncompleteResource [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_250036_Test.testBugzilla_250036_Invalidation [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_250757_Test.testAddAndModifyAndRemoveFromPersistedList [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_250757_Test.testAddAndMoveAndRemoveFromPersistedList [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_250757_Test.testAddAndMoveAndRemoveFromPersistedListWithManySavePoint [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_250757_Test.testAddAndMoveAndRemoveFromPersistedListWithSavePoint [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_250757_Test.testAddAndRemoveFromPersistedList [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_250910_Test.testBugzilla_250910 [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_251087_Test.testSubscription [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_251263_Test.testEOpposite_AdjustMany [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_251263_Test.testEOpposite_AdjustMany_Persisted [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_251263_Test.testEOpposite_AdjustSingleRef [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_251263_Test.testEOpposite_AdjustSingleRef_NoCommit [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_251544_Test.testFromPersistedToTransient [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_251544_Test.testFromTransientToPersisted [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_251752_Test.testBug_251752 [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_251752_Test.testBug_251752_XA [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_252909_Test.testBugzilla_252909 [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_254489_Test.testBugzilla_254489 [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_255662_Test.testBugzilla_255662 [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_256141_Test.testBugzilla_256141 [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_258278_Test.testBugzilla_258278 [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_258850_Test.testBugzilla_258278 [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_258933_Test.testBugzilla_258278_List [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_258933_Test.testBugzilla_258933 [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_258933_Test.testBugzilla_258933_SetToDefaultValue [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_258933_Test.testBugzilla_258933_String [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_258933_Test.testBugzilla_258933_String_SetToDefaultValue [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_258933_Test.testBugzilla_258933_String_SetToDefaultValue_unsettable [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_258933_Test.testBugzilla_258933_String_SetToNull [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_258933_Test.testBugzilla_258933_String_SetToNull_unsettable [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_258933_Test.testBugzilla_258933_String_unsettable [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_259695_Test.testBugzilla_259695_ClassCast [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_259949_Test.testBugzilla_259949 [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_260764_Test.testBugzilla_260764 [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_261218_Test.testBugzilla_261218_Containment [H2, JVM, Native] ******************************************************* Adding... Committing... Removing... Committing... ******************************************************* Bugzilla_265114_Test.testResourceSet [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_266857_Test.testBugzilla_266857 [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_266982_Test.testBugzilla_266982 [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_267050_Test.testBugzilla_267050 [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Bugzilla_270429_Test.testTwoWayReferenceDeletion [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_272861_Test.test_Bugzilla_271861_Case1 [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_273233_Test.test_Bugzilla_273233_Simple [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_273233_Test.test_Bugzilla_273233_TwoSessions [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_273233_Test.test_Bugzilla_273233_TwoSessionsWithClearCache [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_273565_Test.testBugzilla_273565_NoThreads [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_273758_Test.test_export_resource_contents [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_276696_Test.testModifiedUnset [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_278900_Test.testBugzilla_278900 [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_279565_Test.testBugzilla_279565 [H2, JVM, Native] ******************************************************* [DEBUG] Problem while deactivating Transaction 1 [closed] java.lang.IllegalStateException: Simulated exception at org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_279565_Test$1.notifyChanged(Bugzilla_279565_Test.java:44) at org.eclipse.emf.common.notify.impl.BasicNotifierImpl.eNotify(BasicNotifierImpl.java:424) at org.eclipse.emf.common.notify.impl.NotifyingListImpl.dispatchNotification(NotifyingListImpl.java:261) at org.eclipse.emf.common.notify.impl.NotifyingListImpl.removeAll(NotifyingListImpl.java:954) at org.eclipse.emf.internal.cdo.view.CDOViewSetImpl.remove(CDOViewSetImpl.java:234) at org.eclipse.emf.internal.cdo.view.CDOViewImpl.doBeforeDeactivate(CDOViewImpl.java:1661) at org.eclipse.net4j.util.lifecycle.Lifecycle.internalDeactivate(Lifecycle.java:142) at org.eclipse.net4j.util.lifecycle.Lifecycle.deactivate(Lifecycle.java:208) at org.eclipse.net4j.util.lifecycle.LifecycleUtil.deactivate(LifecycleUtil.java:254) at org.eclipse.net4j.util.lifecycle.LifecycleUtil.deactivate(LifecycleUtil.java:244) at org.eclipse.net4j.util.lifecycle.LifecycleUtil.deactivate(LifecycleUtil.java:271) at org.eclipse.emf.internal.cdo.view.AbstractCDOView.close(AbstractCDOView.java:3006) at org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_279565_Test.testBugzilla_279565(Bugzilla_279565_Test.java:57) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at junit.framework.TestCase.runTest(TestCase.java:177) at org.eclipse.net4j.util.tests.AbstractOMTest.access$0(AbstractOMTest.java:1) at org.eclipse.net4j.util.tests.AbstractOMTest$3.execute(AbstractOMTest.java:315) at org.eclipse.net4j.internal.util.test.TestExecuter.execute(TestExecuter.java:40) at org.eclipse.net4j.util.tests.AbstractOMTest.runBare(AbstractOMTest.java:301) at org.eclipse.emf.cdo.tests.config.impl.ConfigTest.runBare(ConfigTest.java:648) at junit.framework.TestResult$1.protect(TestResult.java:122) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.framework.TestResult.run(TestResult.java:125) at junit.framework.TestCase.run(TestCase.java:130) at org.eclipse.net4j.util.tests.AbstractOMTest.run(AbstractOMTest.java:375) at junit.framework.TestSuite.runTest(TestSuite.java:241) at org.eclipse.emf.cdo.tests.config.impl.ConfigTestSuite$TestClassWrapper.runTest(ConfigTestSuite.java:231) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at org.eclipse.emf.cdo.tests.config.impl.ConfigTestSuite$MainSuite.run(ConfigTestSuite.java:166) at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:364) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:237) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:158) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.apache.maven.surefire.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:167) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:142) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:28) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:679) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:616) at org.eclipse.equinox.launcher.Main.run(Main.java:1492) at org.eclipse.equinox.launcher.Main.main(Main.java:1465) ******************************************************* Bugzilla_279565_Test.testBugzilla_279565_AddedFromRemote [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_279565_Test.testBugzilla_279565_OwnResourceSet [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_279565_Test.testBugzilla_279565_TXListener [H2, JVM, Native] ******************************************************* [WARN] org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_279565_Test$3@4f4b7e80 failed to process CDOTransactionStartedEvent[source=Transaction 1]: java.lang.IllegalStateException: Simulated exception java.lang.IllegalStateException: Simulated exception at org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_279565_Test$3.notifyEvent(Bugzilla_279565_Test.java:92) at org.eclipse.net4j.util.event.Notifier.fireEventSafe(Notifier.java:240) at org.eclipse.net4j.util.event.Notifier.fireEvent(Notifier.java:167) at org.eclipse.emf.internal.cdo.transaction.CDOTransactionImpl.setDirty(CDOTransactionImpl.java:481) at org.eclipse.emf.internal.cdo.transaction.CDOTransactionImpl.registerNew(CDOTransactionImpl.java:2805) at org.eclipse.emf.internal.cdo.transaction.CDOTransactionImpl.registerDirty(CDOTransactionImpl.java:2790) at org.eclipse.emf.internal.cdo.view.CDOStateMachine$WriteTransition.execute(CDOStateMachine.java:1280) at org.eclipse.emf.internal.cdo.view.CDOStateMachine$AbstractWriteTransition.execute(CDOStateMachine.java:1208) at org.eclipse.emf.internal.cdo.view.CDOStateMachine$WriteTransition.execute(CDOStateMachine.java:1254) at org.eclipse.emf.internal.cdo.view.CDOStateMachine$AbstractWriteTransition.execute(CDOStateMachine.java:1) at org.eclipse.net4j.util.fsm.FiniteStateMachine.process(FiniteStateMachine.java:169) at org.eclipse.emf.internal.cdo.view.CDOStateMachine.writeUnsynced(CDOStateMachine.java:440) at org.eclipse.emf.internal.cdo.view.CDOStateMachine.write(CDOStateMachine.java:418) at org.eclipse.emf.internal.cdo.view.CDOStoreImpl.writeRevision(CDOStoreImpl.java:1021) at org.eclipse.emf.internal.cdo.view.CDOStoreImpl.add(CDOStoreImpl.java:676) at org.eclipse.emf.ecore.impl.EStoreEObjectImpl$BasicEStoreEList.delegateAdd(EStoreEObjectImpl.java:188) at org.eclipse.emf.ecore.impl.EStoreEObjectImpl$BasicEStoreEList.delegateAdd(EStoreEObjectImpl.java:194) at org.eclipse.emf.common.util.DelegatingEList.addUnique(DelegatingEList.java:308) at org.eclipse.emf.common.notify.impl.DelegatingNotifyingListImpl.doAddUnique(DelegatingNotifyingListImpl.java:317) at org.eclipse.emf.common.notify.impl.DelegatingNotifyingListImpl.addUnique(DelegatingNotifyingListImpl.java:301) at org.eclipse.emf.common.util.AbstractEList.add(AbstractEList.java:304) at org.eclipse.emf.internal.cdo.transaction.CDOTransactionImpl.attachNewResourceNode(CDOTransactionImpl.java:1497) at org.eclipse.emf.internal.cdo.transaction.CDOTransactionImpl.getOrCreateResourceFolder(CDOTransactionImpl.java:1463) at org.eclipse.emf.internal.cdo.transaction.CDOTransactionImpl.attachNewResource(CDOTransactionImpl.java:1401) at org.eclipse.emf.internal.cdo.transaction.CDOTransactionImpl.attachResource(CDOTransactionImpl.java:1385) at org.eclipse.emf.cdo.eresource.impl.CDOResourceImpl.basicSetResourceSet(CDOResourceImpl.java:1718) at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl$ResourcesEList.inverseAdd(ResourceSetImpl.java:586) at org.eclipse.emf.common.notify.impl.NotifyingListImpl.addUnique(NotifyingListImpl.java:286) at org.eclipse.emf.common.util.AbstractEList.add(AbstractEList.java:304) at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.createResource(ResourceSetImpl.java:435) at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.createResource(ResourceSetImpl.java:423) at org.eclipse.emf.internal.cdo.transaction.CDOTransactionImpl.createResource(CDOTransactionImpl.java:1206) at org.eclipse.emf.internal.cdo.transaction.CDOTransactionImpl.getOrCreateResource(CDOTransactionImpl.java:1238) at org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_279565_Test.testBugzilla_279565_TXListener(Bugzilla_279565_Test.java:96) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at junit.framework.TestCase.runTest(TestCase.java:177) at org.eclipse.net4j.util.tests.AbstractOMTest.access$0(AbstractOMTest.java:1) at org.eclipse.net4j.util.tests.AbstractOMTest$3.execute(AbstractOMTest.java:315) at org.eclipse.net4j.internal.util.test.TestExecuter.execute(TestExecuter.java:40) at org.eclipse.net4j.util.tests.AbstractOMTest.runBare(AbstractOMTest.java:301) at org.eclipse.emf.cdo.tests.config.impl.ConfigTest.runBare(ConfigTest.java:648) at junit.framework.TestResult$1.protect(TestResult.java:122) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.framework.TestResult.run(TestResult.java:125) at junit.framework.TestCase.run(TestCase.java:130) at org.eclipse.net4j.util.tests.AbstractOMTest.run(AbstractOMTest.java:375) at junit.framework.TestSuite.runTest(TestSuite.java:241) at org.eclipse.emf.cdo.tests.config.impl.ConfigTestSuite$TestClassWrapper.runTest(ConfigTestSuite.java:231) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at org.eclipse.emf.cdo.tests.config.impl.ConfigTestSuite$MainSuite.run(ConfigTestSuite.java:166) at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:364) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:237) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:158) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.apache.maven.surefire.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:167) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:142) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:28) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:679) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:616) at org.eclipse.equinox.launcher.Main.run(Main.java:1492) at org.eclipse.equinox.launcher.Main.main(Main.java:1465) [WARN] org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_279565_Test$3@4f4b7e80 failed to process LifecycleEvent[source=Transaction 1, kind=ABOUT_TO_DEACTIVATE]: java.lang.IllegalStateException: Simulated exception java.lang.IllegalStateException: Simulated exception at org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_279565_Test$3.notifyEvent(Bugzilla_279565_Test.java:92) at org.eclipse.net4j.util.event.Notifier.fireEventSafe(Notifier.java:240) at org.eclipse.net4j.util.event.Notifier.fireEvent(Notifier.java:167) at org.eclipse.net4j.util.lifecycle.Lifecycle.internalDeactivate(Lifecycle.java:147) at org.eclipse.net4j.util.lifecycle.Lifecycle.deactivate(Lifecycle.java:208) at org.eclipse.net4j.util.lifecycle.LifecycleUtil.deactivate(LifecycleUtil.java:254) at org.eclipse.net4j.util.lifecycle.LifecycleUtil.deactivate(LifecycleUtil.java:244) at org.eclipse.net4j.util.lifecycle.LifecycleUtil.deactivate(LifecycleUtil.java:271) at org.eclipse.emf.internal.cdo.view.AbstractCDOView.close(AbstractCDOView.java:3006) at org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_279565_Test.testBugzilla_279565_TXListener(Bugzilla_279565_Test.java:97) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at junit.framework.TestCase.runTest(TestCase.java:177) at org.eclipse.net4j.util.tests.AbstractOMTest.access$0(AbstractOMTest.java:1) at org.eclipse.net4j.util.tests.AbstractOMTest$3.execute(AbstractOMTest.java:315) at org.eclipse.net4j.internal.util.test.TestExecuter.execute(TestExecuter.java:40) at org.eclipse.net4j.util.tests.AbstractOMTest.runBare(AbstractOMTest.java:301) at org.eclipse.emf.cdo.tests.config.impl.ConfigTest.runBare(ConfigTest.java:648) at junit.framework.TestResult$1.protect(TestResult.java:122) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.framework.TestResult.run(TestResult.java:125) at junit.framework.TestCase.run(TestCase.java:130) at org.eclipse.net4j.util.tests.AbstractOMTest.run(AbstractOMTest.java:375) at junit.framework.TestSuite.runTest(TestSuite.java:241) at org.eclipse.emf.cdo.tests.config.impl.ConfigTestSuite$TestClassWrapper.runTest(ConfigTestSuite.java:231) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at org.eclipse.emf.cdo.tests.config.impl.ConfigTestSuite$MainSuite.run(ConfigTestSuite.java:166) at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:364) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:237) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:158) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.apache.maven.surefire.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:167) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:142) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:28) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:679) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:616) at org.eclipse.equinox.launcher.Main.run(Main.java:1492) at org.eclipse.equinox.launcher.Main.main(Main.java:1465) [WARN] org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_279565_Test$3@4f4b7e80 failed to process LifecycleEvent[source=Transaction 1 [closed], kind=DEACTIVATED]: java.lang.IllegalStateException: Simulated exception java.lang.IllegalStateException: Simulated exception at org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_279565_Test$3.notifyEvent(Bugzilla_279565_Test.java:92) at org.eclipse.net4j.util.event.Notifier.fireEventSafe(Notifier.java:240) at org.eclipse.net4j.util.event.Notifier.fireEvent(Notifier.java:167) at org.eclipse.net4j.util.lifecycle.Lifecycle.internalDeactivate(Lifecycle.java:165) at org.eclipse.net4j.util.lifecycle.Lifecycle.deactivate(Lifecycle.java:208) at org.eclipse.net4j.util.lifecycle.LifecycleUtil.deactivate(LifecycleUtil.java:254) at org.eclipse.net4j.util.lifecycle.LifecycleUtil.deactivate(LifecycleUtil.java:244) at org.eclipse.net4j.util.lifecycle.LifecycleUtil.deactivate(LifecycleUtil.java:271) at org.eclipse.emf.internal.cdo.view.AbstractCDOView.close(AbstractCDOView.java:3006) at org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_279565_Test.testBugzilla_279565_TXListener(Bugzilla_279565_Test.java:97) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at junit.framework.TestCase.runTest(TestCase.java:177) at org.eclipse.net4j.util.tests.AbstractOMTest.access$0(AbstractOMTest.java:1) at org.eclipse.net4j.util.tests.AbstractOMTest$3.execute(AbstractOMTest.java:315) at org.eclipse.net4j.internal.util.test.TestExecuter.execute(TestExecuter.java:40) at org.eclipse.net4j.util.tests.AbstractOMTest.runBare(AbstractOMTest.java:301) at org.eclipse.emf.cdo.tests.config.impl.ConfigTest.runBare(ConfigTest.java:648) at junit.framework.TestResult$1.protect(TestResult.java:122) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.framework.TestResult.run(TestResult.java:125) at junit.framework.TestCase.run(TestCase.java:130) at org.eclipse.net4j.util.tests.AbstractOMTest.run(AbstractOMTest.java:375) at junit.framework.TestSuite.runTest(TestSuite.java:241) at org.eclipse.emf.cdo.tests.config.impl.ConfigTestSuite$TestClassWrapper.runTest(ConfigTestSuite.java:231) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at org.eclipse.emf.cdo.tests.config.impl.ConfigTestSuite$MainSuite.run(ConfigTestSuite.java:166) at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:364) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:237) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:158) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.apache.maven.surefire.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:167) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:142) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:28) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:679) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:616) at org.eclipse.equinox.launcher.Main.run(Main.java:1492) at org.eclipse.equinox.launcher.Main.main(Main.java:1465) ******************************************************* Bugzilla_279982_Test.testBugzilla_279982_Multi [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_279982_Test.testBugzilla_279982_Multi_RevisionPrefetchingPolicy [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_279982_Test.testBugzilla_279982_Single [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_280102_Test.testRootResourceInReadOnlyView [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_280102_Test.testRootResourceInTransaction [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_283131_Test.testRollbackManyConflictNotification [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_283131_Test.testRollbackManyNotification [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_283131_Test.testRollbackSingleAddNotification [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_283131_Test.testRollbackSingleConflictNotification [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_283131_Test.testRollbackSingleNotification [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_283131_Test.testRollbackSingleRemoveNotification [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_283985_1_Test.testAddRemoveSequence [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_283985_1_Test.testBugzilla283985_DragAndDropMultiple [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_283985_1_Test.testBugzilla283985_DragAndDropMultipleMultiparent [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_283985_1_Test.testBugzilla283985_DragAndDropSingle [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_283985_1_Test.testBugzilla283985_PlainMultiple [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_283985_1_Test.testBugzilla283985_PlainSingle [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_283985_1_Test.testBugzilla283985_RemoveAndAddMultiple [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_283985_1_Test.testBugzilla283985_RemoveAndAddSingle [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_283985_1_Test.testCanDaDmoreThanOnce [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_283985_1_Test.testCanReattachDirtyObject [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_283985_1_Test.testEReferencesCorrupted [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_283985_2_Test.testMoveOnce [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_283985_2_Test.testMoveOnceAndBack [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_283985_3_Test.test1 [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_283985_3_Test.test2 [H2, JVM, Native] ******************************************************* TRANSIENT ******************************************************* Bugzilla_283985_3_Test.test3 [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_283985_3_Test.test4 [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_285008_Test.testCDO_crossReferences [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_285008_Test.testCDO_isSet [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_293283_Test.test1 [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_293283_Test.test2 [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_293283_Test.test3 [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_293283_Test.test4 [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_293283_Test.test5 [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_293283_Test.test6 [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_294859_Test.test [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_296561_Test.testBugzilla_296561 [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_296561_Test.testBugzilla_296561__checkTransactionObjects [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_298561_Test.testDirty [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_298561_Test.testDirtyMulti [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_298561_Test.testNew [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_298561_Test.testNewMulti [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_299190_Test.testGenRefSingleContainedUnidirectionalCDO [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_299190_Test.testGenRefSingleContainedUnidirectionalResourceFirstCDO [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_302233_Test.testRemove [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_302233_Test.testUnset [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_302233_Test.testUnset2 [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_302414_Test.test1 [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_302414_Test.test2 [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_303466_Test.test_badUris [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_303466_Test.test_missingDependency [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [WARN] Package == null for null ******************************************************* Bugzilla_306710_Test.testBugzilla_306710_addRemove [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_306710_Test.testBugzilla_306710_remove [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_306998_Test.testInalidEENumLiteral [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_306998_Test.testValidEENumLiteral [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_308895_Test.testCustomDefaultDefault [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_308895_Test.testCustomDefaultInvalidLiteral [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_308895_Test.testCustomDefaultLiteral [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_308895_Test.testCustomRegular [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_310574_Test.testAddAndModifyAndRemoveFromPersistedList [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_310574_Test.testAddAndRemoveWithNull [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_310574_Test.testAddMoveMoveRemove [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_310574_Test.testAddRemoveWithAdditionalAdds [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_310574_Test.testAddRemoveWithAdditionalMoves [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_310574_Test.testListChanges01 [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_310574_Test.testListChanges02 [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_310574_Test.testListChanges03 [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_310574_Test.testListChanges04 [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_310574_Test.testListChanges05 [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_310574_Test.testListChanges06 [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_310574_Test.testListChanges07 [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_310574_Test.testMultipleMove [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_310574_Test.testOptimizeAddAndRemove [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_310574_Test.testOptimizeAddRemove [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_310574_Test.testOptimizeInterleavedAddMoveAndRemove [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_310574_Test.testOptimizeInterleavedAddRemove [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_310574_Test.testOptimizeMove [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_310574_Test.testRemoveAdd [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_310574_Test.testRemoveFromContainerThenFromReferenceList [H2, JVM, Native] ******************************************************* b: 0 b: 1 b: 2 b: 4 b: 6 ******************************************************* Bugzilla_313913_Test.testAccessOldValue [H2, JVM, Native] ******************************************************* [Task@OID161] [Task@OID161] [Task@OID161] ******************************************************* Bugzilla_314186_Test.testEMFCompliance [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_315026_Test.test [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_316145_Test.testRevisionInListNull [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_316273_Test.testXRef_Many [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_316273_Test.testXRef_Single [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_316434_Test.testInitial [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Bugzilla_316444_Test.testLockParentWithEAttributeChange [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_318518_Test.testCorrectNumberOfFeatureDeltas [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Bugzilla_318844_Test.test [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_318876_Test.test [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_318919_Test.testPrefetchObject [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_318919_Test.testPrefetchResource_CLEAN [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_318919_Test.testPrefetchResource_PROXY [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_318998_Test.testQueryXRefMany [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Bugzilla_318998_Test.testQueryXRefSingle [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_319836_Test.testNodeMovesInTreeCreatesCycle [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Bugzilla_319836_Test.testNodeMovesInTreeDuplicatesNode [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_319836_Test.testNodeMovesInTreeEatsNode [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_320690_Test.testDeleteTarget [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Bugzilla_320690_Test.testDeleteTargetAndReferenceAtOnce [H2, JVM, Native] ******************************************************* DBStore ======= MAIN[0] 2024-05-03 05:23:51.180/* CDOResource@OID1:0v3("/") 2024-05-03 05:23:51.229/* CDOResourceFolder@OID2:0v1("Bugzilla_320690_Test_testDeleteTarget")2024-05-03 05:23:51.210/* CDOResource@OID3:0v1("test") 2024-05-03 05:23:51.210/* NodeA@OID4:0v1 2024-05-03 05:23:51.210/* NodeA@OID5:0v1 2024-05-03 05:23:51.210/* NodeA@OID6:0v1 2024-05-03 05:23:51.210/* CDOResourceFolder@OID7:0v1("Bugzilla_320690_Test_testDeleteTargetAndReferenceAtOnce")2024-05-03 05:23:51.229/* CDOResource@OID8:0v1("test") 2024-05-03 05:23:51.229/* NodeA@OID9:0v1 2024-05-03 05:23:51.229/* NodeA@OID10:0v1 2024-05-03 05:23:51.229/* NodeA@OID11:0v1 2024-05-03 05:23:51.229/* ******************************************************* Bugzilla_320690_Test.testDeleteTargetRemoveAndAddReference [H2, JVM, Native] ******************************************************* DBStore ======= MAIN[0] 2024-05-03 05:23:51.180/* CDOResource@OID1:0v4("/") 2024-05-03 05:23:51.240/* CDOResourceFolder@OID2:0v1("Bugzilla_320690_Test_testDeleteTarget")2024-05-03 05:23:51.210/* CDOResource@OID3:0v1("test") 2024-05-03 05:23:51.210/* NodeA@OID4:0v1 2024-05-03 05:23:51.210/* NodeA@OID5:0v1 2024-05-03 05:23:51.210/* NodeA@OID6:0v1 2024-05-03 05:23:51.210/* CDOResourceFolder@OID7:0v1("Bugzilla_320690_Test_testDeleteTargetAndReferenceAtOnce")2024-05-03 05:23:51.229/* CDOResource@OID8:0v1("test") 2024-05-03 05:23:51.229/* NodeA@OID9:0v2 2024-05-03 05:23:51.232/* NodeA@OID11:0v2 2024-05-03 05:23:51.232/* CDOResourceFolder@OID12:0v1("Bugzilla_320690_Test_testDeleteTargetRemoveAndAddReference")2024-05-03 05:23:51.240/* CDOResource@OID13:0v1("test") 2024-05-03 05:23:51.240/* NodeA@OID14:0v1 2024-05-03 05:23:51.240/* NodeA@OID15:0v1 2024-05-03 05:23:51.240/* NodeA@OID16:0v1 2024-05-03 05:23:51.240/* ******************************************************* Bugzilla_320690_Test.testLockRefTargets [H2, JVM, Native] ******************************************************* DBStore ======= MAIN[0] 2024-05-03 05:23:51.180/* CDOResource@OID1:0v5("/") 2024-05-03 05:23:51.258/* CDOResourceFolder@OID2:0v1("Bugzilla_320690_Test_testDeleteTarget")2024-05-03 05:23:51.210/* CDOResource@OID3:0v1("test") 2024-05-03 05:23:51.210/* NodeA@OID4:0v1 2024-05-03 05:23:51.210/* NodeA@OID5:0v1 2024-05-03 05:23:51.210/* NodeA@OID6:0v1 2024-05-03 05:23:51.210/* CDOResourceFolder@OID7:0v1("Bugzilla_320690_Test_testDeleteTargetAndReferenceAtOnce")2024-05-03 05:23:51.229/* CDOResource@OID8:0v1("test") 2024-05-03 05:23:51.229/* NodeA@OID9:0v2 2024-05-03 05:23:51.232/* NodeA@OID11:0v2 2024-05-03 05:23:51.232/* CDOResourceFolder@OID12:0v1("Bugzilla_320690_Test_testDeleteTargetRemoveAndAddReference")2024-05-03 05:23:51.240/* CDOResource@OID13:0v1("test") 2024-05-03 05:23:51.240/* NodeA@OID14:0v1 2024-05-03 05:23:51.240/* NodeA@OID15:0v1 2024-05-03 05:23:51.240/* NodeA@OID16:0v1 2024-05-03 05:23:51.240/* CDOResourceFolder@OID17:0v1("Bugzilla_320690_Test_testLockRefTargets")2024-05-03 05:23:51.258/* CDOResource@OID18:0v1("test") 2024-05-03 05:23:51.258/* RefSingleContainedNPL@OID19:0v1 2024-05-03 05:23:51.258/* ContainedElementNoOpposite@OID20:0v1 2024-05-03 05:23:51.258/* RefSingleNonContainedNPL@OID21:0v1 2024-05-03 05:23:51.258/* DBStore ======= MAIN[0] 2024-05-03 05:23:51.180/* CDOResource@OID1:0v5("/") 2024-05-03 05:23:51.258/* CDOResourceFolder@OID2:0v1("Bugzilla_320690_Test_testDeleteTarget")2024-05-03 05:23:51.210/* CDOResource@OID3:0v1("test") 2024-05-03 05:23:51.210/* NodeA@OID4:0v1 2024-05-03 05:23:51.210/* NodeA@OID5:0v1 2024-05-03 05:23:51.210/* NodeA@OID6:0v1 2024-05-03 05:23:51.210/* CDOResourceFolder@OID7:0v1("Bugzilla_320690_Test_testDeleteTargetAndReferenceAtOnce")2024-05-03 05:23:51.229/* CDOResource@OID8:0v1("test") 2024-05-03 05:23:51.229/* NodeA@OID9:0v2 2024-05-03 05:23:51.232/* NodeA@OID11:0v2 2024-05-03 05:23:51.232/* CDOResourceFolder@OID12:0v1("Bugzilla_320690_Test_testDeleteTargetRemoveAndAddReference")2024-05-03 05:23:51.240/* CDOResource@OID13:0v1("test") 2024-05-03 05:23:51.240/* NodeA@OID14:0v1 2024-05-03 05:23:51.240/* NodeA@OID15:0v1 2024-05-03 05:23:51.240/* NodeA@OID16:0v1 2024-05-03 05:23:51.240/* CDOResourceFolder@OID17:0v1("Bugzilla_320690_Test_testLockRefTargets")2024-05-03 05:23:51.258/* CDOResource@OID18:0v1("test") 2024-05-03 05:23:51.258/* RefSingleContainedNPL@OID19:0v2 2024-05-03 05:23:51.274/* RefSingleNonContainedNPL@OID21:0v1 2024-05-03 05:23:51.258/* DBStore ======= MAIN[0] 2024-05-03 05:23:51.180/* CDOResource@OID1:0v5("/") 2024-05-03 05:23:51.258/* CDOResourceFolder@OID2:0v1("Bugzilla_320690_Test_testDeleteTarget")2024-05-03 05:23:51.210/* CDOResource@OID3:0v1("test") 2024-05-03 05:23:51.210/* NodeA@OID4:0v1 2024-05-03 05:23:51.210/* NodeA@OID5:0v1 2024-05-03 05:23:51.210/* NodeA@OID6:0v1 2024-05-03 05:23:51.210/* CDOResourceFolder@OID7:0v1("Bugzilla_320690_Test_testDeleteTargetAndReferenceAtOnce")2024-05-03 05:23:51.229/* CDOResource@OID8:0v1("test") 2024-05-03 05:23:51.229/* NodeA@OID9:0v2 2024-05-03 05:23:51.232/* NodeA@OID11:0v2 2024-05-03 05:23:51.232/* CDOResourceFolder@OID12:0v1("Bugzilla_320690_Test_testDeleteTargetRemoveAndAddReference")2024-05-03 05:23:51.240/* CDOResource@OID13:0v1("test") 2024-05-03 05:23:51.240/* NodeA@OID14:0v1 2024-05-03 05:23:51.240/* NodeA@OID15:0v1 2024-05-03 05:23:51.240/* NodeA@OID16:0v1 2024-05-03 05:23:51.240/* CDOResourceFolder@OID17:0v1("Bugzilla_320690_Test_testLockRefTargets")2024-05-03 05:23:51.258/* CDOResource@OID18:0v1("test") 2024-05-03 05:23:51.258/* RefSingleContainedNPL@OID19:0v2 2024-05-03 05:23:51.274/* RefSingleNonContainedNPL@OID21:0v1 2024-05-03 05:23:51.258/* ******************************************************* Bugzilla_320837_Test.testLoadContainedBeforeContainer [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Bugzilla_321699_Test.test [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_321986_Test.testRollback [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_322218_Test.testMyEnumList [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_322218_Test.testMyEnumList2 [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_322218_Test.testMyEnumList2PCL [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_322218_Test.testMyEnumList3 [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_322218_Test.testMyEnumList3PCL [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_322218_Test.testMyEnumList3PCL_Reload [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_322218_Test.testMyEnumListPCL [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_322218_Test.testMyEnumListUnsettable [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_322218_Test.testMyEnumListUnsettable2 [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_322218_Test.testMyEnumListUnsettable2PCL [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_322218_Test.testMyEnumListUnsettable3 [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_322218_Test.testMyEnumListUnsettable3PCL [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_322218_Test.testMyEnumListUnsettable3PCL_Reload [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_322218_Test.testMyEnumListUnsettablePCL [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_322754_Test.testResourceDelete [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_322754_Test.testResourceDeleteWithDanglingReferences [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_322804_Test.testAddElementToCustomTypedList [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_323930_Test.testAddXRefByReplace [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' DBStore ======= MAIN[0] 2024-05-03 05:23:51.767/* CDOResource@OID1:0v2("/") 2024-05-03 05:23:51.783/* CDOResourceFolder@OID2:0v1("Bugzilla_323930_Test_testAddXRefByReplace")2024-05-03 05:23:51.783/* CDOResource@OID3:0v1("test") 2024-05-03 05:23:51.783/* NodeA@OID4:0v1 2024-05-03 05:23:51.783/* NodeA@OID5:0v1 2024-05-03 05:23:51.783/* NodeA@OID6:0v1 2024-05-03 05:23:51.783/* NodeA@OID7:0v1 2024-05-03 05:23:51.783/* NodeA@OID8:0v1 2024-05-03 05:23:51.783/* NodeA@OID9:0v1 2024-05-03 05:23:51.783/* [ERROR] This commit deletes object OID9 and adds a reference at the same time java.lang.IllegalStateException: This commit deletes object OID9 and adds a reference at the same time at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.lockTarget(TransactionCommitContext.java:1266) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext$5.visit(TransactionCommitContext.java:1163) at org.eclipse.emf.cdo.internal.common.revision.delta.CDOSetFeatureDeltaImpl.accept(CDOSetFeatureDeltaImpl.java:96) at org.eclipse.emf.cdo.spi.common.revision.CDOFeatureDeltaVisitorImpl.visit(CDOFeatureDeltaVisitorImpl.java:59) at org.eclipse.emf.cdo.internal.common.revision.delta.CDOListFeatureDeltaImpl.accept(CDOListFeatureDeltaImpl.java:613) at org.eclipse.emf.cdo.internal.common.revision.delta.CDORevisionDeltaImpl.accept(CDORevisionDeltaImpl.java:389) at org.eclipse.emf.cdo.internal.common.revision.delta.CDORevisionDeltaImpl.accept(CDORevisionDeltaImpl.java:371) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.lockObjects(TransactionCommitContext.java:1197) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.write(TransactionCommitContext.java:823) at org.eclipse.emf.cdo.spi.server.InternalCommitContext$1.runLoop(InternalCommitContext.java:49) at org.eclipse.emf.cdo.spi.server.InternalCommitContext$1.runLoop(InternalCommitContext.java:1) at org.eclipse.net4j.util.om.monitor.ProgressDistributor.run(ProgressDistributor.java:95) at org.eclipse.emf.cdo.internal.server.Repository.commitUnsynced(Repository.java:1562) at org.eclipse.emf.cdo.internal.server.Repository.commit(Repository.java:1550) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicatingCommit(CommitTransactionIndication.java:283) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicating(CommitTransactionIndication.java:96) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerIndicationWithMonitoring.indicating(CDOServerIndicationWithMonitoring.java:118) at org.eclipse.net4j.signal.IndicationWithMonitoring.indicating(IndicationWithMonitoring.java:62) at org.eclipse.net4j.signal.IndicationWithResponse.doExtendedInput(IndicationWithResponse.java:94) at org.eclipse.net4j.signal.Signal.doInput(Signal.java:434) at org.eclipse.net4j.signal.IndicationWithResponse.execute(IndicationWithResponse.java:72) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) ******************************************************* Bugzilla_323930_Test.testAddXRefByReplace_PrecedingAdd [H2, JVM, Native] ******************************************************* DBStore ======= MAIN[0] 2024-05-03 05:23:51.767/* CDOResource@OID1:0v3("/") 2024-05-03 05:23:51.800/* CDOResourceFolder@OID2:0v1("Bugzilla_323930_Test_testAddXRefByReplace")2024-05-03 05:23:51.783/* CDOResource@OID3:0v1("test") 2024-05-03 05:23:51.783/* NodeA@OID4:0v1 2024-05-03 05:23:51.783/* NodeA@OID5:0v1 2024-05-03 05:23:51.783/* NodeA@OID6:0v1 2024-05-03 05:23:51.783/* NodeA@OID7:0v1 2024-05-03 05:23:51.783/* NodeA@OID8:0v1 2024-05-03 05:23:51.783/* NodeA@OID9:0v1 2024-05-03 05:23:51.783/* CDOResourceFolder@OID10:0v1("Bugzilla_323930_Test_testAddXRefByReplace_PrecedingAdd")2024-05-03 05:23:51.800/* CDOResource@OID11:0v1("test") 2024-05-03 05:23:51.800/* NodeA@OID12:0v1 2024-05-03 05:23:51.800/* NodeA@OID13:0v1 2024-05-03 05:23:51.800/* NodeA@OID14:0v1 2024-05-03 05:23:51.800/* NodeA@OID15:0v1 2024-05-03 05:23:51.800/* NodeA@OID16:0v1 2024-05-03 05:23:51.800/* NodeA@OID17:0v1 2024-05-03 05:23:51.800/* [ERROR] This commit deletes object OID17 and adds a reference at the same time java.lang.IllegalStateException: This commit deletes object OID17 and adds a reference at the same time at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.lockTarget(TransactionCommitContext.java:1266) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext$5.visit(TransactionCommitContext.java:1163) at org.eclipse.emf.cdo.internal.common.revision.delta.CDOSetFeatureDeltaImpl.accept(CDOSetFeatureDeltaImpl.java:96) at org.eclipse.emf.cdo.spi.common.revision.CDOFeatureDeltaVisitorImpl.visit(CDOFeatureDeltaVisitorImpl.java:59) at org.eclipse.emf.cdo.internal.common.revision.delta.CDOListFeatureDeltaImpl.accept(CDOListFeatureDeltaImpl.java:613) at org.eclipse.emf.cdo.internal.common.revision.delta.CDORevisionDeltaImpl.accept(CDORevisionDeltaImpl.java:389) at org.eclipse.emf.cdo.internal.common.revision.delta.CDORevisionDeltaImpl.accept(CDORevisionDeltaImpl.java:371) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.lockObjects(TransactionCommitContext.java:1197) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.write(TransactionCommitContext.java:823) at org.eclipse.emf.cdo.spi.server.InternalCommitContext$1.runLoop(InternalCommitContext.java:49) at org.eclipse.emf.cdo.spi.server.InternalCommitContext$1.runLoop(InternalCommitContext.java:1) at org.eclipse.net4j.util.om.monitor.ProgressDistributor.run(ProgressDistributor.java:95) at org.eclipse.emf.cdo.internal.server.Repository.commitUnsynced(Repository.java:1562) at org.eclipse.emf.cdo.internal.server.Repository.commit(Repository.java:1550) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicatingCommit(CommitTransactionIndication.java:283) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicating(CommitTransactionIndication.java:96) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerIndicationWithMonitoring.indicating(CDOServerIndicationWithMonitoring.java:118) at org.eclipse.net4j.signal.IndicationWithMonitoring.indicating(IndicationWithMonitoring.java:62) at org.eclipse.net4j.signal.IndicationWithResponse.doExtendedInput(IndicationWithResponse.java:94) at org.eclipse.net4j.signal.Signal.doInput(Signal.java:434) at org.eclipse.net4j.signal.IndicationWithResponse.execute(IndicationWithResponse.java:72) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) ******************************************************* Bugzilla_323930_Test.testChangeIndexesInSourceList [H2, JVM, Native] ******************************************************* DBStore ======= MAIN[0] 2024-05-03 05:23:51.767/* CDOResource@OID1:0v4("/") 2024-05-03 05:23:51.809/* CDOResourceFolder@OID2:0v1("Bugzilla_323930_Test_testAddXRefByReplace")2024-05-03 05:23:51.783/* CDOResource@OID3:0v1("test") 2024-05-03 05:23:51.783/* NodeA@OID4:0v1 2024-05-03 05:23:51.783/* NodeA@OID5:0v1 2024-05-03 05:23:51.783/* NodeA@OID6:0v1 2024-05-03 05:23:51.783/* NodeA@OID7:0v1 2024-05-03 05:23:51.783/* NodeA@OID8:0v1 2024-05-03 05:23:51.783/* NodeA@OID9:0v1 2024-05-03 05:23:51.783/* CDOResourceFolder@OID10:0v1("Bugzilla_323930_Test_testAddXRefByReplace_PrecedingAdd")2024-05-03 05:23:51.800/* CDOResource@OID11:0v1("test") 2024-05-03 05:23:51.800/* NodeA@OID12:0v1 2024-05-03 05:23:51.800/* NodeA@OID13:0v1 2024-05-03 05:23:51.800/* NodeA@OID14:0v1 2024-05-03 05:23:51.800/* NodeA@OID15:0v1 2024-05-03 05:23:51.800/* NodeA@OID16:0v1 2024-05-03 05:23:51.800/* NodeA@OID17:0v1 2024-05-03 05:23:51.800/* CDOResourceFolder@OID18:0v1("Bugzilla_323930_Test_testChangeIndexesInSourceList")2024-05-03 05:23:51.809/* CDOResource@OID19:0v1("test") 2024-05-03 05:23:51.809/* NodeA@OID20:0v1 2024-05-03 05:23:51.809/* NodeA@OID21:0v1 2024-05-03 05:23:51.809/* NodeA@OID22:0v1 2024-05-03 05:23:51.809/* NodeA@OID23:0v1 2024-05-03 05:23:51.809/* NodeA@OID24:0v1 2024-05-03 05:23:51.809/* NodeA@OID25:0v1 2024-05-03 05:23:51.809/* ******************************************************* Bugzilla_323930_Test.testChangeIndexesInTargetList [H2, JVM, Native] ******************************************************* DBStore ======= MAIN[0] 2024-05-03 05:23:51.767/* CDOResource@OID1:0v5("/") 2024-05-03 05:23:51.820/* CDOResourceFolder@OID2:0v1("Bugzilla_323930_Test_testAddXRefByReplace")2024-05-03 05:23:51.783/* CDOResource@OID3:0v1("test") 2024-05-03 05:23:51.783/* NodeA@OID4:0v1 2024-05-03 05:23:51.783/* NodeA@OID5:0v1 2024-05-03 05:23:51.783/* NodeA@OID6:0v1 2024-05-03 05:23:51.783/* NodeA@OID7:0v1 2024-05-03 05:23:51.783/* NodeA@OID8:0v1 2024-05-03 05:23:51.783/* NodeA@OID9:0v1 2024-05-03 05:23:51.783/* CDOResourceFolder@OID10:0v1("Bugzilla_323930_Test_testAddXRefByReplace_PrecedingAdd")2024-05-03 05:23:51.800/* CDOResource@OID11:0v1("test") 2024-05-03 05:23:51.800/* NodeA@OID12:0v1 2024-05-03 05:23:51.800/* NodeA@OID13:0v1 2024-05-03 05:23:51.800/* NodeA@OID14:0v1 2024-05-03 05:23:51.800/* NodeA@OID15:0v1 2024-05-03 05:23:51.800/* NodeA@OID16:0v1 2024-05-03 05:23:51.800/* NodeA@OID17:0v1 2024-05-03 05:23:51.800/* CDOResourceFolder@OID18:0v1("Bugzilla_323930_Test_testChangeIndexesInSourceList")2024-05-03 05:23:51.809/* CDOResource@OID19:0v2("test") 2024-05-03 05:23:51.811/* NodeA@OID20:0v2 2024-05-03 05:23:51.811/* NodeA@OID21:0v1 2024-05-03 05:23:51.809/* NodeA@OID22:0v1 2024-05-03 05:23:51.809/* NodeA@OID23:0v1 2024-05-03 05:23:51.809/* NodeA@OID24:0v1 2024-05-03 05:23:51.809/* CDOResourceFolder@OID26:0v1("Bugzilla_323930_Test_testChangeIndexesInTargetList")2024-05-03 05:23:51.820/* CDOResource@OID27:0v1("test") 2024-05-03 05:23:51.820/* NodeA@OID28:0v1 2024-05-03 05:23:51.820/* NodeA@OID29:0v1 2024-05-03 05:23:51.820/* NodeA@OID30:0v1 2024-05-03 05:23:51.820/* NodeA@OID31:0v1 2024-05-03 05:23:51.820/* NodeA@OID32:0v1 2024-05-03 05:23:51.820/* NodeA@OID33:0v1 2024-05-03 05:23:51.820/* ******************************************************* Bugzilla_323930_Test.testRemoveXRefByReplace [H2, JVM, Native] ******************************************************* DBStore ======= MAIN[0] 2024-05-03 05:23:51.767/* CDOResource@OID1:0v6("/") 2024-05-03 05:23:51.837/* CDOResourceFolder@OID2:0v1("Bugzilla_323930_Test_testAddXRefByReplace")2024-05-03 05:23:51.783/* CDOResource@OID3:0v1("test") 2024-05-03 05:23:51.783/* NodeA@OID4:0v1 2024-05-03 05:23:51.783/* NodeA@OID5:0v1 2024-05-03 05:23:51.783/* NodeA@OID6:0v1 2024-05-03 05:23:51.783/* NodeA@OID7:0v1 2024-05-03 05:23:51.783/* NodeA@OID8:0v1 2024-05-03 05:23:51.783/* NodeA@OID9:0v1 2024-05-03 05:23:51.783/* CDOResourceFolder@OID10:0v1("Bugzilla_323930_Test_testAddXRefByReplace_PrecedingAdd")2024-05-03 05:23:51.800/* CDOResource@OID11:0v1("test") 2024-05-03 05:23:51.800/* NodeA@OID12:0v1 2024-05-03 05:23:51.800/* NodeA@OID13:0v1 2024-05-03 05:23:51.800/* NodeA@OID14:0v1 2024-05-03 05:23:51.800/* NodeA@OID15:0v1 2024-05-03 05:23:51.800/* NodeA@OID16:0v1 2024-05-03 05:23:51.800/* NodeA@OID17:0v1 2024-05-03 05:23:51.800/* CDOResourceFolder@OID18:0v1("Bugzilla_323930_Test_testChangeIndexesInSourceList")2024-05-03 05:23:51.809/* CDOResource@OID19:0v2("test") 2024-05-03 05:23:51.811/* NodeA@OID20:0v2 2024-05-03 05:23:51.811/* NodeA@OID21:0v1 2024-05-03 05:23:51.809/* NodeA@OID22:0v1 2024-05-03 05:23:51.809/* NodeA@OID23:0v1 2024-05-03 05:23:51.809/* NodeA@OID24:0v1 2024-05-03 05:23:51.809/* CDOResourceFolder@OID26:0v1("Bugzilla_323930_Test_testChangeIndexesInTargetList")2024-05-03 05:23:51.820/* CDOResource@OID27:0v2("test") 2024-05-03 05:23:51.827/* NodeA@OID28:0v2 2024-05-03 05:23:51.827/* NodeA@OID31:0v1 2024-05-03 05:23:51.820/* NodeA@OID32:0v1 2024-05-03 05:23:51.820/* CDOResourceFolder@OID34:0v1("Bugzilla_323930_Test_testRemoveXRefByReplace")2024-05-03 05:23:51.837/* CDOResource@OID35:0v1("test") 2024-05-03 05:23:51.837/* NodeA@OID36:0v1 2024-05-03 05:23:51.837/* NodeA@OID37:0v1 2024-05-03 05:23:51.837/* NodeA@OID38:0v1 2024-05-03 05:23:51.837/* NodeA@OID39:0v1 2024-05-03 05:23:51.837/* NodeA@OID40:0v1 2024-05-03 05:23:51.837/* NodeA@OID41:0v1 2024-05-03 05:23:51.837/* ******************************************************* Bugzilla_323930_Test.testRemoveXRefByReplace_PrecedingAdd [H2, JVM, Native] ******************************************************* DBStore ======= MAIN[0] 2024-05-03 05:23:51.767/* CDOResource@OID1:0v7("/") 2024-05-03 05:23:51.847/* CDOResourceFolder@OID2:0v1("Bugzilla_323930_Test_testAddXRefByReplace")2024-05-03 05:23:51.783/* CDOResource@OID3:0v1("test") 2024-05-03 05:23:51.783/* NodeA@OID4:0v1 2024-05-03 05:23:51.783/* NodeA@OID5:0v1 2024-05-03 05:23:51.783/* NodeA@OID6:0v1 2024-05-03 05:23:51.783/* NodeA@OID7:0v1 2024-05-03 05:23:51.783/* NodeA@OID8:0v1 2024-05-03 05:23:51.783/* NodeA@OID9:0v1 2024-05-03 05:23:51.783/* CDOResourceFolder@OID10:0v1("Bugzilla_323930_Test_testAddXRefByReplace_PrecedingAdd")2024-05-03 05:23:51.800/* CDOResource@OID11:0v1("test") 2024-05-03 05:23:51.800/* NodeA@OID12:0v1 2024-05-03 05:23:51.800/* NodeA@OID13:0v1 2024-05-03 05:23:51.800/* NodeA@OID14:0v1 2024-05-03 05:23:51.800/* NodeA@OID15:0v1 2024-05-03 05:23:51.800/* NodeA@OID16:0v1 2024-05-03 05:23:51.800/* NodeA@OID17:0v1 2024-05-03 05:23:51.800/* CDOResourceFolder@OID18:0v1("Bugzilla_323930_Test_testChangeIndexesInSourceList")2024-05-03 05:23:51.809/* CDOResource@OID19:0v2("test") 2024-05-03 05:23:51.811/* NodeA@OID20:0v2 2024-05-03 05:23:51.811/* NodeA@OID21:0v1 2024-05-03 05:23:51.809/* NodeA@OID22:0v1 2024-05-03 05:23:51.809/* NodeA@OID23:0v1 2024-05-03 05:23:51.809/* NodeA@OID24:0v1 2024-05-03 05:23:51.809/* CDOResourceFolder@OID26:0v1("Bugzilla_323930_Test_testChangeIndexesInTargetList")2024-05-03 05:23:51.820/* CDOResource@OID27:0v2("test") 2024-05-03 05:23:51.827/* NodeA@OID28:0v2 2024-05-03 05:23:51.827/* NodeA@OID31:0v1 2024-05-03 05:23:51.820/* NodeA@OID32:0v1 2024-05-03 05:23:51.820/* CDOResourceFolder@OID34:0v1("Bugzilla_323930_Test_testRemoveXRefByReplace")2024-05-03 05:23:51.837/* CDOResource@OID35:0v2("test") 2024-05-03 05:23:51.839/* NodeA@OID36:0v2 2024-05-03 05:23:51.839/* NodeA@OID37:0v1 2024-05-03 05:23:51.837/* NodeA@OID38:0v1 2024-05-03 05:23:51.837/* NodeA@OID39:0v1 2024-05-03 05:23:51.837/* NodeA@OID40:0v1 2024-05-03 05:23:51.837/* CDOResourceFolder@OID42:0v1("Bugzilla_323930_Test_testRemoveXRefByReplace_PrecedingAdd")2024-05-03 05:23:51.847/* CDOResource@OID43:0v1("test") 2024-05-03 05:23:51.847/* NodeA@OID44:0v1 2024-05-03 05:23:51.847/* NodeA@OID45:0v1 2024-05-03 05:23:51.847/* NodeA@OID46:0v1 2024-05-03 05:23:51.847/* NodeA@OID47:0v1 2024-05-03 05:23:51.847/* NodeA@OID48:0v1 2024-05-03 05:23:51.847/* NodeA@OID49:0v1 2024-05-03 05:23:51.847/* ******************************************************* Bugzilla_323958_Test.testAdditionFromTransactionHandler [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Bugzilla_323958_Test.testModificationFromTransactionHandler [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_324544_Test.testCommitRefresh [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_324585_Test.testUpdate [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_325603_Test.testModifyResource [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_326743_Test.testDefaultValue [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_328790_Test.test_newThenAdd1 [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_328790_Test.test_newThenAdd2 [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_328790_Test.test_newThenClear [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_329752_Test.testLoadContainedBeforeContainer [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_329869_Test.testDuplicateID [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_330052_Test.test_otherView [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_331619_Test.testAbstractXRef [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_333157_Test.testResourceFolderUpdate [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_333950_Test.testOpposites [H2, JVM, Native] ******************************************************* ---> instanceA: OID10053 ---> instanceB: OID10054 ******************************************************* Bugzilla_334608_Test.testOpposites [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_334995_Test.testRename [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_334995_Test.testURIClash [H2, JVM, Native] ******************************************************* Persisted resource: CDOResource@OID10065("cdo://repo1/Bugzilla_334995_Test_testURIClash/resA") newObjects: oid1=CDOResource@oid1[NEW]("cdo://repo1/Bugzilla_334995_Test_testURIClash/resB"), state: NEW oid2=Supplier@oid2[NEW], state: NEW resources: CDOResource@oid1[NEW]("cdo://repo1/Bugzilla_334995_Test_testURIClash/resB") [WARN] URI clash: resource being instantiated had same URI as a resource already present locally; local resource was renamed from resB to resB~renamed Remote resource: CDOResource@OID10065("cdo://repo1/Bugzilla_334995_Test_testURIClash/resB") Local resource: CDOResource@oid1[NEW]("cdo://repo1/Bugzilla_334995_Test_testURIClash/resB~renamed") newObjects: oid1=CDOResource@oid1[NEW]("cdo://repo1/Bugzilla_334995_Test_testURIClash/resB~renamed"), state: NEW oid2=Supplier@oid2[NEW], state: NEW resources: CDOResource@oid1[NEW]("cdo://repo1/Bugzilla_334995_Test_testURIClash/resB~renamed") CDOResource@OID10065("cdo://repo1/Bugzilla_334995_Test_testURIClash/resB") ******************************************************* Bugzilla_335004_Test.testDuplicatePackageInSystem [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_335772_Test.testMapEntryAddition [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_335772_Test.testMapEntryAdditionPersistence [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_335772_Test.testMapEntryReplacement [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_335772_Test.testMapEntryReplacementPersistence [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_336314_Test.test1 [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_336314_Test.test2 [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_336590_Test.test [H2, JVM, Native] ******************************************************* ---> New object: OrderDetail@oid4[NEW] ---> listDelta: CDOFeatureDelta[orderDetails, REMOVE, value=OID10104, index=0] ******************************************************* Bugzilla_337523_Test.testRootResource_loadByID [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_337587_Test.testRevisionCompare [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_338779_Test.test_passiveUpdate_additions [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_338779_Test.test_passiveUpdate_changes [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_338779_Test.test_passiveUpdate_invalidations [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_338779_Test.test_refresh [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_338884_Test.test_canHandleUnset [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_338884_Test.test_multi [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_338884_Test.test_nonBidiMultiRef_newTarget [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_338884_Test.test_nonBidiSingleRef_newTarget [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_338884_Test.test_single [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_338921_Test.testLoadResourceAfterClearOnCleanResourceSet [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_338921_Test.testLoadResourceAfterClearOnDirtyResourceSet [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_338921_Test.testLoadResourceAfterSingleRemoval [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_338921_Test.testRemoveDirtyResourceOnResourceSetWithMultipleResource [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_338921_Test.testRemoveDirtyResourceOnResourceSetWithSingleResource [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_339313_Test.test [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_339461_Test.test [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_339908_Test.testIDAttribute [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_340961_Test.testMultiUserWork [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Bugzilla_340961_Test.testObjectChildren [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Bugzilla_341875_Test.test [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Bugzilla_341995_Test.test [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_342130_Test.test [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_343084_Test.testPermissionManagerNONE [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "protectedrepo"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, repo2, repo3, repo1, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Bugzilla_343084_Test.testPermissionManagerREAD [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "protectedrepo"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, repo2, repo3, repo1, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Bugzilla_343084_Test.testPermissionManagerWRITE [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "protectedrepo"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, repo2, repo3, repo1, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Bugzilla_343332_Test.test [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Bugzilla_343471_Test.test [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_347964_Test.testIndexDeletion [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_349793_Test.testOpeningTransactionDuringInvalidation [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_349804_Test.testDeadlockWithLocking [H2, JVM, Native] ******************************************************* [ERROR] Fail on purpose java.lang.IllegalArgumentException: Fail on purpose at org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_349804_Test$Failure.handleTransactionBeforeCommitting(Bugzilla_349804_Test.java:165) at org.eclipse.emf.cdo.internal.server.Repository.notifyWriteAccessHandlers(Repository.java:1894) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.notifyBeforeCommitting(TransactionCommitContext.java:584) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.applyIDMappings(TransactionCommitContext.java:545) at org.eclipse.emf.cdo.spi.server.StoreAccessor.applyIDMappings(StoreAccessor.java:207) at org.eclipse.emf.cdo.server.internal.db.DBStoreAccessor.applyIDMappings(DBStoreAccessor.java:357) at org.eclipse.emf.cdo.spi.server.StoreAccessor.doWrite(StoreAccessor.java:96) at org.eclipse.emf.cdo.server.internal.db.DBStoreAccessor.doWrite(DBStoreAccessor.java:724) at org.eclipse.emf.cdo.spi.server.StoreAccessorBase.write(StoreAccessorBase.java:144) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.writeAccessor(TransactionCommitContext.java:1894) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.write(TransactionCommitContext.java:839) at org.eclipse.emf.cdo.spi.server.InternalCommitContext$1.runLoop(InternalCommitContext.java:49) at org.eclipse.emf.cdo.spi.server.InternalCommitContext$1.runLoop(InternalCommitContext.java:1) at org.eclipse.net4j.util.om.monitor.ProgressDistributor.run(ProgressDistributor.java:95) at org.eclipse.emf.cdo.internal.server.Repository.commitUnsynced(Repository.java:1562) at org.eclipse.emf.cdo.internal.server.Repository.commit(Repository.java:1550) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicatingCommit(CommitTransactionIndication.java:283) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicating(CommitTransactionIndication.java:96) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerIndicationWithMonitoring.indicating(CDOServerIndicationWithMonitoring.java:118) at org.eclipse.net4j.signal.IndicationWithMonitoring.indicating(IndicationWithMonitoring.java:62) at org.eclipse.net4j.signal.IndicationWithResponse.doExtendedInput(IndicationWithResponse.java:94) at org.eclipse.net4j.signal.Signal.doInput(Signal.java:434) at org.eclipse.net4j.signal.IndicationWithResponse.execute(IndicationWithResponse.java:72) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) ******************************************************* Bugzilla_349804_Test.testInvalidation [H2, JVM, Native] ******************************************************* [ERROR] Fail on purpose java.lang.IllegalArgumentException: Fail on purpose at org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_349804_Test$Failure.handleTransactionBeforeCommitting(Bugzilla_349804_Test.java:165) at org.eclipse.emf.cdo.internal.server.Repository.notifyWriteAccessHandlers(Repository.java:1894) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.notifyBeforeCommitting(TransactionCommitContext.java:584) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.applyIDMappings(TransactionCommitContext.java:545) at org.eclipse.emf.cdo.spi.server.StoreAccessor.applyIDMappings(StoreAccessor.java:207) at org.eclipse.emf.cdo.server.internal.db.DBStoreAccessor.applyIDMappings(DBStoreAccessor.java:357) at org.eclipse.emf.cdo.spi.server.StoreAccessor.doWrite(StoreAccessor.java:96) at org.eclipse.emf.cdo.server.internal.db.DBStoreAccessor.doWrite(DBStoreAccessor.java:724) at org.eclipse.emf.cdo.spi.server.StoreAccessorBase.write(StoreAccessorBase.java:144) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.writeAccessor(TransactionCommitContext.java:1894) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.write(TransactionCommitContext.java:839) at org.eclipse.emf.cdo.spi.server.InternalCommitContext$1.runLoop(InternalCommitContext.java:49) at org.eclipse.emf.cdo.spi.server.InternalCommitContext$1.runLoop(InternalCommitContext.java:1) at org.eclipse.net4j.util.om.monitor.ProgressDistributor.run(ProgressDistributor.java:95) at org.eclipse.emf.cdo.internal.server.Repository.commitUnsynced(Repository.java:1562) at org.eclipse.emf.cdo.internal.server.Repository.commit(Repository.java:1550) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicatingCommit(CommitTransactionIndication.java:283) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicating(CommitTransactionIndication.java:96) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerIndicationWithMonitoring.indicating(CDOServerIndicationWithMonitoring.java:118) at org.eclipse.net4j.signal.IndicationWithMonitoring.indicating(IndicationWithMonitoring.java:62) at org.eclipse.net4j.signal.IndicationWithResponse.doExtendedInput(IndicationWithResponse.java:94) at org.eclipse.net4j.signal.Signal.doInput(Signal.java:434) at org.eclipse.net4j.signal.IndicationWithResponse.execute(IndicationWithResponse.java:72) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) ******************************************************* Bugzilla_350027_Test.testMoveFromLeftToRight [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_350137_Test.testDefault [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_350137_Test.testExplicitZero [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_350987_Test.testRestoringReferences [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_351067_Test.testCommitBlob [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_351096_Test.testCommit2Blob [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_351096_Test.testCommit2Clob [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_351393_Test.testExtRef [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_351921_Test.testDefaultValueNull [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_352204_Test.testWithReconstructSavepoints [H2, JVM, Native] ******************************************************* [INFO] Using /tmp/tmp13594081920440217017 for push transaction repo1:20:1 [INFO] Using /tmp/tmp13594081920440217017 for push transaction repo1:21:1 ******************************************************* Bugzilla_352204_Test.testWithoutReconstructSavepoints [H2, JVM, Native] ******************************************************* [INFO] Using /tmp/tmp6596118753842502238 for push transaction repo1:23:1 [INFO] Using /tmp/tmp6596118753842502238 for push transaction repo1:24:1 ******************************************************* Bugzilla_352303_Test.testReadBlob [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_352832_Test.testNewSingle [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_354395_Test.testContains [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_354395_Test.testIndexOf [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_355045_Test.testLockOnCommitOfSingleNewObject [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_355045_Test.testRecursiveLockOfObjectsTreeContainingASubTreeOfNewObjects [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_355045_Test.testRecursiveLockOnCommitOfNewObjectsTree [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_357441_Test.testManyListChanges [H2, JVM, Native] ******************************************************* 0,1 1,2 2,1 3,2 4,1 5,1 6,1 7,1 8,1 9,1 10,1 11,1 12,2 13,1 14,1 15,1 16,1 17,1 18,1 19,4 20,1 21,1 22,1 23,1 24,1 25,1 26,1 27,1 28,1 29,1 30,1 31,1 32,2 33,1 34,1 35,1 36,1 37,1 38,1 39,1 40,1 41,1 42,1 43,1 44,1 45,1 46,1 47,2 48,1 49,1 50,0 51,0 52,1 53,1 54,1 55,1 56,1 57,1 58,0 59,1 60,1 61,1 62,1 63,1 64,1 65,1 66,1 67,1 68,1 69,1 70,1 71,1 72,1 73,1 74,1 75,1 76,1 77,1 78,1 79,1 80,1 81,1 82,1 83,1 84,1 85,1 86,0 87,1 88,1 89,1 90,1 91,1 92,1 93,1 94,1 95,0 96,12 97,1 98,1 99,1 100,1 101,1 102,1 103,0 104,1 105,1 106,1 107,1 108,1 109,1 110,1 111,2 112,1 113,1 114,1 115,1 116,1 117,1 118,1 119,1 120,1 121,1 122,1 123,1 124,1 125,1 126,2 127,1 128,1 129,1 130,1 131,1 132,1 133,1 134,1 135,0 136,1 137,1 138,1 139,1 140,1 141,1 142,1 143,2 144,1 145,1 146,1 147,1 148,1 149,1 150,1 151,1 152,1 153,1 154,1 155,1 156,1 157,1 158,1 159,1 160,1 161,0 162,1 163,1 164,1 165,1 166,1 167,1 168,1 169,1 170,0 171,1 172,1 173,1 174,1 175,11 176,1 177,1 178,1 179,1 180,1 181,1 182,1 183,2 184,1 185,1 186,1 187,1 188,1 189,2 190,1 191,1 192,1 193,1 194,1 195,1 196,1 197,1 198,1 199,1 ******************************************************* Bugzilla_359669_Test.testReloadFromIndex [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_359669_Test.testReloadFromIndexComplex [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_359966_Test.testWithReconstructSavepoints [H2, JVM, Native] ******************************************************* [INFO] Using /tmp/tmp11531530909039844834 for push transaction repo1:41:1 [INFO] Using /tmp/tmp11531530909039844834 for push transaction repo1:42:1 ******************************************************* Bugzilla_359966_Test.testWithoutPushTransaction [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_359966_Test.testWithoutReconstructSavepoints [H2, JVM, Native] ******************************************************* [INFO] Using /tmp/tmp12449044336925949919 for push transaction repo1:45:1 [INFO] Using /tmp/tmp12449044336925949919 for push transaction repo1:46:1 ******************************************************* Bugzilla_361819_Test.testDoubleRefreshBug [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_362270_Test.testNotifierNotACDOLegacyAdapter [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_362270b_Test.testRollback [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_362270c_Test.testNotifierNotACDOLegacyAdapter [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_362293_Test.testNewSingle [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_363287_Test.testDetach [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_363355_Test.testCDOTransactionDirtyOnInvalidation [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_363355_Test.testCannotModifyFrozenRevisionOnInvalidation [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_365832_Test.testWithReconstructSavepoints [H2, JVM, Native] ******************************************************* [INFO] Using /tmp/tmp2551261889439713157 for push transaction repo1:64:1 [INFO] Using /tmp/tmp2551261889439713157 for push transaction repo1:65:1 ******************************************************* Bugzilla_365832_Test.testWithoutPushTransaction [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_365832_Test.testWithoutReconstructSavepoints [H2, JVM, Native] ******************************************************* [INFO] Using /tmp/tmp15590299612951181179 for push transaction repo1:68:1 [INFO] Using /tmp/tmp15590299612951181179 for push transaction repo1:69:1 ******************************************************* Bugzilla_367738_Test.testOldValue_Attribute [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_367738_Test.testOldValue_ContainmentControl [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_367738_Test.testOldValue_ContainmentDetach [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_367738_Test.testOldValue_ContainmentMove [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_367738_Test.testOldValue_ContainmentUncontrol [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_367738_Test.testOldValue_XRef [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_372307_Test.testMoveElementToOtherContainer [H2, JVM, Native] ******************************************************* a1: A@OID443 a2: A@OID445 d: D@OID444 ******************************************************* Bugzilla_372307_Test.testMoveElementToOtherContainerSingleValued [H2, JVM, Native] ******************************************************* a1: B@OID448 a2: B@OID450 d: C@OID449 ******************************************************* Bugzilla_373096_Test.testDragAndDrop [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_374418_Test.testControlUncontrol [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_376075_Test.testTransientPut [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_376075_Test.testTransientRemove [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_376610_Test.testRemoveAllEnumLiterals [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_376610_Test.testRemoveOneEnumLiteral [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_376620b_Test.testBoolean [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_376620b_Test.testByte [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_376620b_Test.testChar [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_376620b_Test.testDouble [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_376620b_Test.testFloat [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_376620b_Test.testInt [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_376620b_Test.testLong [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_376620b_Test.testShort [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_377173_Test.testCancelCommitWithProgressMonitor [H2, JVM, Native] ******************************************************* [ERROR] MonitorCanceledException org.eclipse.net4j.util.om.monitor.MonitorCanceledException at org.eclipse.net4j.util.om.monitor.Monitor.checkCanceled(Monitor.java:63) at org.eclipse.net4j.util.om.monitor.TimeoutMonitor.checkCanceled(TimeoutMonitor.java:116) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.AbstractMonitor.begin(AbstractMonitor.java:48) at org.eclipse.net4j.util.om.monitor.NestedMonitor.begin(NestedMonitor.java:63) at org.eclipse.emf.cdo.server.internal.db.DBStoreAccessor.writeRevisions(DBStoreAccessor.java:436) at org.eclipse.emf.cdo.server.internal.db.DBStoreAccessor.writeNewObjectRevisions(DBStoreAccessor.java:423) at org.eclipse.emf.cdo.spi.server.StoreAccessor.doWrite(StoreAccessor.java:119) at org.eclipse.emf.cdo.server.internal.db.DBStoreAccessor.doWrite(DBStoreAccessor.java:724) at org.eclipse.emf.cdo.spi.server.StoreAccessorBase.write(StoreAccessorBase.java:144) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.writeAccessor(TransactionCommitContext.java:1894) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.write(TransactionCommitContext.java:839) at org.eclipse.emf.cdo.spi.server.InternalCommitContext$1.runLoop(InternalCommitContext.java:49) at org.eclipse.emf.cdo.spi.server.InternalCommitContext$1.runLoop(InternalCommitContext.java:1) at org.eclipse.net4j.util.om.monitor.ProgressDistributor.run(ProgressDistributor.java:95) at org.eclipse.emf.cdo.internal.server.Repository.commitUnsynced(Repository.java:1562) at org.eclipse.emf.cdo.internal.server.Repository.commit(Repository.java:1550) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicatingCommit(CommitTransactionIndication.java:283) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicating(CommitTransactionIndication.java:96) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerIndicationWithMonitoring.indicating(CDOServerIndicationWithMonitoring.java:118) at org.eclipse.net4j.signal.IndicationWithMonitoring.indicating(IndicationWithMonitoring.java:62) at org.eclipse.net4j.signal.IndicationWithResponse.doExtendedInput(IndicationWithResponse.java:94) at org.eclipse.net4j.signal.Signal.doInput(Signal.java:434) at org.eclipse.net4j.signal.IndicationWithResponse.execute(IndicationWithResponse.java:72) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) [ERROR] MonitorCanceledException org.eclipse.net4j.util.om.monitor.MonitorCanceledException at org.eclipse.net4j.util.om.monitor.Monitor.checkCanceled(Monitor.java:63) at org.eclipse.net4j.util.om.monitor.TimeoutMonitor.checkCanceled(TimeoutMonitor.java:116) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.AbstractMonitor.begin(AbstractMonitor.java:48) at org.eclipse.net4j.util.om.monitor.NestedMonitor.begin(NestedMonitor.java:63) at org.eclipse.net4j.util.om.monitor.ProgressDistributor.run(ProgressDistributor.java:86) at org.eclipse.emf.cdo.internal.server.Repository.commitUnsynced(Repository.java:1562) at org.eclipse.emf.cdo.internal.server.Repository.commit(Repository.java:1550) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicatingCommit(CommitTransactionIndication.java:283) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicating(CommitTransactionIndication.java:96) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerIndicationWithMonitoring.indicating(CDOServerIndicationWithMonitoring.java:118) at org.eclipse.net4j.signal.IndicationWithMonitoring.indicating(IndicationWithMonitoring.java:62) at org.eclipse.net4j.signal.IndicationWithResponse.doExtendedInput(IndicationWithResponse.java:94) at org.eclipse.net4j.signal.Signal.doInput(Signal.java:434) at org.eclipse.net4j.signal.IndicationWithResponse.execute(IndicationWithResponse.java:72) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) ******************************************************* Bugzilla_377212_Test.testBalancedTree [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_377212_Test.testBalancedTreeLocked [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_381395_Test.testAdapterAddAfterCDOServerShutdown [H2, JVM, Native] ******************************************************* [INFO] Ignoring attempt to add adapter(s) while view is closing: org.eclipse.emf.common.notify.impl.AdapterImpl@e5ae792 org.eclipse.emf.cdo.common.util.CDOException: Ignoring attempt to add adapter(s) while view is closing: org.eclipse.emf.common.notify.impl.AdapterImpl@e5ae792 at org.eclipse.emf.internal.cdo.CDOObjectImpl$1NonGrowingAdapterList.ignore(CDOObjectImpl.java:1564) at org.eclipse.emf.internal.cdo.CDOObjectImpl$1NonGrowingAdapterList.add(CDOObjectImpl.java:1487) at org.eclipse.emf.internal.cdo.CDOObjectImpl$1NonGrowingAdapterList.add(CDOObjectImpl.java:1) at org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_381395_Test.testAdapterAddAfterCDOServerShutdown(Bugzilla_381395_Test.java:81) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at junit.framework.TestCase.runTest(TestCase.java:177) at org.eclipse.net4j.util.tests.AbstractOMTest.access$0(AbstractOMTest.java:1) at org.eclipse.net4j.util.tests.AbstractOMTest$3.execute(AbstractOMTest.java:315) at org.eclipse.net4j.internal.util.test.TestExecuter.execute(TestExecuter.java:40) at org.eclipse.net4j.util.tests.AbstractOMTest.runBare(AbstractOMTest.java:301) at org.eclipse.emf.cdo.tests.config.impl.ConfigTest.runBare(ConfigTest.java:648) at junit.framework.TestResult$1.protect(TestResult.java:122) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.framework.TestResult.run(TestResult.java:125) at junit.framework.TestCase.run(TestCase.java:130) at org.eclipse.net4j.util.tests.AbstractOMTest.run(AbstractOMTest.java:375) at junit.framework.TestSuite.runTest(TestSuite.java:241) at org.eclipse.emf.cdo.tests.config.impl.ConfigTestSuite$TestClassWrapper.runTest(ConfigTestSuite.java:231) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at org.eclipse.emf.cdo.tests.config.impl.ConfigTestSuite$MainSuite.run(ConfigTestSuite.java:166) at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:364) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:237) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:158) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.apache.maven.surefire.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:167) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:142) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:28) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:679) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:616) at org.eclipse.equinox.launcher.Main.run(Main.java:1492) at org.eclipse.equinox.launcher.Main.main(Main.java:1465) java.lang.IllegalStateException: JVM acceptor not found: default at org.eclipse.net4j.internal.jvm.JVMClientConnector.doBeforeActivate(JVMClientConnector.java:58) at org.eclipse.net4j.util.lifecycle.Lifecycle.internalActivate(Lifecycle.java:80) at org.eclipse.net4j.util.lifecycle.ShareableLifecycle.internalActivate(ShareableLifecycle.java:43) at org.eclipse.net4j.util.lifecycle.Lifecycle.activate(Lifecycle.java:202) at org.eclipse.net4j.util.lifecycle.LifecycleUtil.activate(LifecycleUtil.java:146) at org.eclipse.net4j.util.lifecycle.LifecycleUtil.activate(LifecycleUtil.java:136) at org.eclipse.net4j.util.container.ManagedContainer.activateElement(ManagedContainer.java:515) at org.eclipse.net4j.util.container.ManagedContainer.getElement(ManagedContainer.java:409) at org.eclipse.net4j.util.container.ManagedContainer.getElement(ManagedContainer.java:384) at org.eclipse.net4j.jvm.JVMUtil.getConnector(JVMUtil.java:41) at org.eclipse.emf.cdo.tests.config.impl.SessionConfig$Net4j$JVM.getConnector(SessionConfig.java:535) at org.eclipse.emf.cdo.tests.config.impl.SessionConfig$Net4j.stopTransport(SessionConfig.java:403) at org.eclipse.emf.cdo.tests.config.impl.SessionConfig.tearDown(SessionConfig.java:281) at org.eclipse.emf.cdo.tests.config.impl.SessionConfig$Net4j.tearDown(SessionConfig.java:478) at org.eclipse.emf.cdo.tests.config.impl.Scenario.tearDown(Scenario.java:241) at org.eclipse.emf.cdo.tests.config.impl.ConfigTest.doTearDown(ConfigTest.java:874) at org.eclipse.emf.cdo.tests.AbstractCDOTest.doTearDown(AbstractCDOTest.java:118) at org.eclipse.net4j.util.tests.AbstractOMTest.tearDown(AbstractOMTest.java:233) at org.eclipse.net4j.util.tests.AbstractOMTest$3.execute(AbstractOMTest.java:325) at org.eclipse.net4j.internal.util.test.TestExecuter.execute(TestExecuter.java:40) at org.eclipse.net4j.util.tests.AbstractOMTest.runBare(AbstractOMTest.java:301) at org.eclipse.emf.cdo.tests.config.impl.ConfigTest.runBare(ConfigTest.java:648) at junit.framework.TestResult$1.protect(TestResult.java:122) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.framework.TestResult.run(TestResult.java:125) at junit.framework.TestCase.run(TestCase.java:130) at org.eclipse.net4j.util.tests.AbstractOMTest.run(AbstractOMTest.java:375) at junit.framework.TestSuite.runTest(TestSuite.java:241) at org.eclipse.emf.cdo.tests.config.impl.ConfigTestSuite$TestClassWrapper.runTest(ConfigTestSuite.java:231) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at org.eclipse.emf.cdo.tests.config.impl.ConfigTestSuite$MainSuite.run(ConfigTestSuite.java:166) at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:364) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:237) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:158) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.apache.maven.surefire.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:167) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:142) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:28) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:679) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:616) at org.eclipse.equinox.launcher.Main.run(Main.java:1492) at org.eclipse.equinox.launcher.Main.main(Main.java:1465) ******************************************************* Bugzilla_381395_Test.testAdapterAddAfterCDOViewClosed [H2, JVM, Native] ******************************************************* [INFO] Ignoring attempt to add adapter(s) while view is closing: org.eclipse.emf.common.notify.impl.AdapterImpl@32608497 org.eclipse.emf.cdo.common.util.CDOException: Ignoring attempt to add adapter(s) while view is closing: org.eclipse.emf.common.notify.impl.AdapterImpl@32608497 at org.eclipse.emf.internal.cdo.CDOObjectImpl$1NonGrowingAdapterList.ignore(CDOObjectImpl.java:1564) at org.eclipse.emf.internal.cdo.CDOObjectImpl$1NonGrowingAdapterList.add(CDOObjectImpl.java:1487) at org.eclipse.emf.internal.cdo.CDOObjectImpl$1NonGrowingAdapterList.add(CDOObjectImpl.java:1) at org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_381395_Test.testAdapterAddAfterCDOViewClosed(Bugzilla_381395_Test.java:97) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at junit.framework.TestCase.runTest(TestCase.java:177) at org.eclipse.net4j.util.tests.AbstractOMTest.access$0(AbstractOMTest.java:1) at org.eclipse.net4j.util.tests.AbstractOMTest$3.execute(AbstractOMTest.java:315) at org.eclipse.net4j.internal.util.test.TestExecuter.execute(TestExecuter.java:40) at org.eclipse.net4j.util.tests.AbstractOMTest.runBare(AbstractOMTest.java:301) at org.eclipse.emf.cdo.tests.config.impl.ConfigTest.runBare(ConfigTest.java:648) at junit.framework.TestResult$1.protect(TestResult.java:122) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.framework.TestResult.run(TestResult.java:125) at junit.framework.TestCase.run(TestCase.java:130) at org.eclipse.net4j.util.tests.AbstractOMTest.run(AbstractOMTest.java:375) at junit.framework.TestSuite.runTest(TestSuite.java:241) at org.eclipse.emf.cdo.tests.config.impl.ConfigTestSuite$TestClassWrapper.runTest(ConfigTestSuite.java:231) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at org.eclipse.emf.cdo.tests.config.impl.ConfigTestSuite$MainSuite.run(ConfigTestSuite.java:166) at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:364) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:237) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:158) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.apache.maven.surefire.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:167) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:142) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:28) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:679) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:616) at org.eclipse.equinox.launcher.Main.run(Main.java:1492) at org.eclipse.equinox.launcher.Main.main(Main.java:1465) ******************************************************* Bugzilla_381395_Test.testAdapterRemoveAfterCDOServerShutdown [H2, JVM, Native] ******************************************************* java.lang.IllegalStateException: JVM acceptor not found: default at org.eclipse.net4j.internal.jvm.JVMClientConnector.doBeforeActivate(JVMClientConnector.java:58) at org.eclipse.net4j.util.lifecycle.Lifecycle.internalActivate(Lifecycle.java:80) at org.eclipse.net4j.util.lifecycle.ShareableLifecycle.internalActivate(ShareableLifecycle.java:43) at org.eclipse.net4j.util.lifecycle.Lifecycle.activate(Lifecycle.java:202) at org.eclipse.net4j.util.lifecycle.LifecycleUtil.activate(LifecycleUtil.java:146) at org.eclipse.net4j.util.lifecycle.LifecycleUtil.activate(LifecycleUtil.java:136) at org.eclipse.net4j.util.container.ManagedContainer.activateElement(ManagedContainer.java:515) at org.eclipse.net4j.util.container.ManagedContainer.getElement(ManagedContainer.java:409) at org.eclipse.net4j.util.container.ManagedContainer.getElement(ManagedContainer.java:384) at org.eclipse.net4j.jvm.JVMUtil.getConnector(JVMUtil.java:41) at org.eclipse.emf.cdo.tests.config.impl.SessionConfig$Net4j$JVM.getConnector(SessionConfig.java:535) at org.eclipse.emf.cdo.tests.config.impl.SessionConfig$Net4j.stopTransport(SessionConfig.java:403) at org.eclipse.emf.cdo.tests.config.impl.SessionConfig.tearDown(SessionConfig.java:281) at org.eclipse.emf.cdo.tests.config.impl.SessionConfig$Net4j.tearDown(SessionConfig.java:478) at org.eclipse.emf.cdo.tests.config.impl.Scenario.tearDown(Scenario.java:241) at org.eclipse.emf.cdo.tests.config.impl.ConfigTest.doTearDown(ConfigTest.java:874) at org.eclipse.emf.cdo.tests.AbstractCDOTest.doTearDown(AbstractCDOTest.java:118) at org.eclipse.net4j.util.tests.AbstractOMTest.tearDown(AbstractOMTest.java:233) at org.eclipse.net4j.util.tests.AbstractOMTest$3.execute(AbstractOMTest.java:325) at org.eclipse.net4j.internal.util.test.TestExecuter.execute(TestExecuter.java:40) at org.eclipse.net4j.util.tests.AbstractOMTest.runBare(AbstractOMTest.java:301) at org.eclipse.emf.cdo.tests.config.impl.ConfigTest.runBare(ConfigTest.java:648) at junit.framework.TestResult$1.protect(TestResult.java:122) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.framework.TestResult.run(TestResult.java:125) at junit.framework.TestCase.run(TestCase.java:130) at org.eclipse.net4j.util.tests.AbstractOMTest.run(AbstractOMTest.java:375) at junit.framework.TestSuite.runTest(TestSuite.java:241) at org.eclipse.emf.cdo.tests.config.impl.ConfigTestSuite$TestClassWrapper.runTest(ConfigTestSuite.java:231) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at org.eclipse.emf.cdo.tests.config.impl.ConfigTestSuite$MainSuite.run(ConfigTestSuite.java:166) at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:364) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:237) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:158) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.apache.maven.surefire.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:167) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:142) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:28) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:679) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:616) at org.eclipse.equinox.launcher.Main.run(Main.java:1492) at org.eclipse.equinox.launcher.Main.main(Main.java:1465) ******************************************************* Bugzilla_381395_Test.testAdapterRemoveAfterCDOViewClosed [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_381472_Test.testCreateRepo [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] The CDO system tables are not found in schema "repo2"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo3, repo1, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ContainerEvent[source=jvm://default, ADDED=repo2] ******************************************************* Bugzilla_381472_Test.testCreateRepoWithPropertiesCDOID [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] The CDO system tables are not found in schema "repo2"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo3, repo1, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ContainerEvent[source=jvm://default, ADDED=repo2] ******************************************************* Bugzilla_381472_Test.testCreateRepoWithPropertiesEmpty [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] The CDO system tables are not found in schema "repo2"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo3, repo1, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ContainerEvent[source=jvm://default, ADDED=repo2] ******************************************************* Bugzilla_381472_Test.testCreateRepoWithPropertiesPrimitive [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] The CDO system tables are not found in schema "repo2"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo3, repo1, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ContainerEvent[source=jvm://default, ADDED=repo2] ******************************************************* Bugzilla_381472_Test.testCreateRepoWrongHandlerType [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [ERROR] Factory not found: org.eclipse.emf.cdo.server.admin.adminHandlers[WRONG] org.eclipse.net4j.util.container.FactoryNotFoundException: Factory not found: org.eclipse.emf.cdo.server.admin.adminHandlers[WRONG] at org.eclipse.net4j.util.container.ManagedContainer.getFactory(ManagedContainer.java:317) at org.eclipse.net4j.util.container.ManagedContainer.createElement(ManagedContainer.java:461) at org.eclipse.net4j.util.container.ManagedContainer.getElement(ManagedContainer.java:404) at org.eclipse.net4j.util.container.ManagedContainer.getElement(ManagedContainer.java:384) at org.eclipse.emf.cdo.server.internal.admin.CDOAdminServer.getAdminHandler(CDOAdminServer.java:367) at org.eclipse.emf.cdo.server.internal.admin.CDOAdminServer.doCreateRepository(CDOAdminServer.java:127) at org.eclipse.emf.cdo.spi.common.admin.AbstractCDOAdmin.createRepository(AbstractCDOAdmin.java:113) at org.eclipse.emf.cdo.server.internal.admin.protocol.CreateRepositoryIndication$1.call(CreateRepositoryIndication.java:77) at org.eclipse.emf.cdo.server.internal.admin.protocol.CreateRepositoryIndication$1.call(CreateRepositoryIndication.java:1) at org.eclipse.emf.cdo.spi.server.AuthenticationUtil$1.doCall(AuthenticationUtil.java:52) at org.eclipse.emf.cdo.spi.server.AuthenticationUtil$AuthenticatingOperation.call(AuthenticationUtil.java:82) at org.eclipse.emf.cdo.server.internal.admin.protocol.CreateRepositoryIndication.createRepository(CreateRepositoryIndication.java:80) at org.eclipse.emf.cdo.server.internal.admin.protocol.CreateRepositoryIndication.responding(CreateRepositoryIndication.java:58) at org.eclipse.net4j.signal.IndicationWithResponse.doExtendedOutput(IndicationWithResponse.java:100) at org.eclipse.net4j.signal.Signal.doOutput(Signal.java:407) at org.eclipse.net4j.signal.IndicationWithResponse.execute(IndicationWithResponse.java:74) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) ******************************************************* Bugzilla_381472_Test.testDeleteRepo [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ContainerEvent[source=jvm://default, REMOVED=repo1] ******************************************************* Bugzilla_381472_Test.testDeleteRepoWrongHandlerType [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [ERROR] Factory not found: org.eclipse.emf.cdo.server.admin.adminHandlers[WRONG] org.eclipse.net4j.util.container.FactoryNotFoundException: Factory not found: org.eclipse.emf.cdo.server.admin.adminHandlers[WRONG] at org.eclipse.net4j.util.container.ManagedContainer.getFactory(ManagedContainer.java:317) at org.eclipse.net4j.util.container.ManagedContainer.createElement(ManagedContainer.java:461) at org.eclipse.net4j.util.container.ManagedContainer.getElement(ManagedContainer.java:404) at org.eclipse.net4j.util.container.ManagedContainer.getElement(ManagedContainer.java:384) at org.eclipse.emf.cdo.server.internal.admin.CDOAdminServer.getAdminHandler(CDOAdminServer.java:367) at org.eclipse.emf.cdo.server.internal.admin.CDOAdminServer.doDeleteRepository(CDOAdminServer.java:142) at org.eclipse.emf.cdo.spi.common.admin.AbstractCDOAdmin.deleteRepository(AbstractCDOAdmin.java:129) at org.eclipse.emf.cdo.server.internal.admin.protocol.DeleteRepositoryIndication$1.call(DeleteRepositoryIndication.java:75) at org.eclipse.emf.cdo.server.internal.admin.protocol.DeleteRepositoryIndication$1.call(DeleteRepositoryIndication.java:1) at org.eclipse.emf.cdo.spi.server.AuthenticationUtil$1.doCall(AuthenticationUtil.java:52) at org.eclipse.emf.cdo.spi.server.AuthenticationUtil$AuthenticatingOperation.call(AuthenticationUtil.java:82) at org.eclipse.emf.cdo.server.internal.admin.protocol.DeleteRepositoryIndication.deleteRepository(DeleteRepositoryIndication.java:80) at org.eclipse.emf.cdo.server.internal.admin.protocol.DeleteRepositoryIndication.responding(DeleteRepositoryIndication.java:53) at org.eclipse.net4j.signal.IndicationWithResponse.doExtendedOutput(IndicationWithResponse.java:100) at org.eclipse.net4j.signal.Signal.doOutput(Signal.java:407) at org.eclipse.net4j.signal.IndicationWithResponse.execute(IndicationWithResponse.java:74) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) ******************************************************* Bugzilla_381472_Test.testInitial [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Bugzilla_381472_Test.testRepoAdded [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] The CDO system tables are not found in schema "repo2"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo3, repo1, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Bugzilla_381472_Test.testRepoAddedAdded [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] The CDO system tables are not found in schema "repo2"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo3, repo1, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] The CDO system tables are not found in schema "repo3"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo1, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Bugzilla_381472_Test.testRepoAddedEvent [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] The CDO system tables are not found in schema "repo2"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo3, repo1, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ContainerEvent[source=jvm://default, ADDED=repo2] ******************************************************* Bugzilla_381472_Test.testRepoAddedRemoved [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] The CDO system tables are not found in schema "repo2"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo3, repo1, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Bugzilla_381472_Test.testRepoAddedRemovedAdded [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] The CDO system tables are not found in schema "repo2"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo3, repo1, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] The CDO system tables are not found in schema "repo2"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo3, repo1, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Bugzilla_381472_Test.testRepoAddedRemovedAddedOther [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] The CDO system tables are not found in schema "repo2"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo3, repo1, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] The CDO system tables are not found in schema "repo3"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo1, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Bugzilla_381472_Test.testRepoRemovedEvent [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ContainerEvent[source=jvm://default, REMOVED=repo1] ******************************************************* Bugzilla_381472_Test.testRepoStateChangedEvent [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' RepositoryStateChangedEvent[source=repo1] ******************************************************* Bugzilla_381472_Test.testRepoTypeChangedEvent [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' RepositoryTypeChangedEvent[source=repo1] ******************************************************* Bugzilla_383370_Test.testSecondLevel [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Bugzilla_383370_Test.testSecondLevelWithChildren [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_383370_Test.testTopLevel [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_383370_Test.testTopLevelWithChildren [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_384496_Test.testSimplest [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_385268_Test.testDetachment [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_385268_Test.testReattachment [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_385268_Test.testReattachment2 [H2, JVM, Native] ******************************************************* Main RemoteUser Main ******************************************************* Bugzilla_387563_Test.testPartialLockOnCommit [H2, JVM, Native] ******************************************************* category1 --> oid4 category2 --> oid5 category4 --> oid6 category6 --> oid7 category5 --> oid8 category7 --> oid9 category3 --> oid10 category8 --> oid11 category10 --> oid12 category9 --> oid13 category11 --> oid14 ******************************************************* Bugzilla_387563_Test.testPartialUnlockOnCommit [H2, JVM, Native] ******************************************************* category1 --> oid4 category2 --> oid5 category4 --> oid6 category6 --> oid7 category5 --> oid8 category7 --> oid9 category3 --> oid10 category8 --> oid11 category10 --> oid12 category9 --> oid13 category11 --> oid14 ******************************************************* Bugzilla_387563b_Test.testExplicitLockingAndUnlockingOfNewObject [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_387563b_Test.testExplicitLockingOfNewObject [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_387563b_Test.testExplicitLockingOfNewObjectExemption [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_387563b_Test.testNoImplicitLockingOfNewObject [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_387564_Test.testLockEventAfterInvalidationEventDifferentSession [H2, JVM, Native] ******************************************************* Initial Changed ******************************************************* Bugzilla_387564_Test.testLockEventAfterInvalidationEventSameSession [H2, JVM, Native] ******************************************************* Initial Changed ******************************************************* Bugzilla_390185_Test.testInvalidationDeadlock [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_390283_Test.testAddAfterRemove [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_390283_Test.testRemoveFromMiddle [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_392956_Test.testPartialPersistence [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_395999_Test.testTwiceGetCDOResourceOnResourceSetImpl [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_395999_Test.testTwiceGetXMIResourceOnResourceSetImpl [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_396181_Test.testCreatePersist [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_397232_Test.testLoadNotification [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_397822_Test.testClear_attribute [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_397822_Test.testRemoveAll_attribute [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_397822_Test.testRemoveAll_containment [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_399279_Test.testRemoveAdapterViewsClosedAndResourcesRemoved [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_399279_Test.testRemoveAdapterWhileResourcesStillLoaded [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_399279_Test.testRemoveAdapterWhileViewStillOpen [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_399470_Test.testUnload [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] Security realm created in /security [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] Security realm created in /security [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] Security realm created in /security ******************************************************* Bugzilla_399641_Test.testContainerAwareFactories [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_399641_Test.testNet4jSessionFactory [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_399956_Test.testDetachment [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Bugzilla_400236_Test.testCommit [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_400311_Test.testOneFeature [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_400311_Test.testTwoFeaturesUndoOne [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_400311b_Test.testTouchModificationDoNotMakeObjectsDirtyOnMultiValuedAttribute [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_400311b_Test.testTouchModificationDoNotMakeObjectsDirtyOnMultiValuedAttributeMove [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_400311b_Test.testTouchModificationDoNotMakeObjectsDirtyOnMultiValuedEnum [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_400311b_Test.testTouchModificationDoNotMakeObjectsDirtyOnMultiValuedEnumMove [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_400311b_Test.testTouchModificationDoNotMakeObjectsDirtyOnMultiValuedReference [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_400311b_Test.testTouchModificationDoNotMakeObjectsDirtyOnMultiValuedReferenceMove [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_400311b_Test.testTouchModificationDoNotMakeObjectsDirtyOnSingleValuedAttribute [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_400311b_Test.testTouchModificationDoNotMakeObjectsDirtyOnSingleValuedEnum [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_400311b_Test.testTouchModificationDoNotMakeObjectsDirtyOnSingleValuedReference [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_400311b_Test.testUndoRevertsToCleanStateOnComplexModifications [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_400311b_Test.testUndoRevertsToCleanStateOnMultiValuedAttribute [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_400311b_Test.testUndoRevertsToCleanStateOnMultiValuedAttributeMove [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_400311b_Test.testUndoRevertsToCleanStateOnMultiValuedEnum [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_400311b_Test.testUndoRevertsToCleanStateOnMultiValuedEnumMove [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_400311b_Test.testUndoRevertsToCleanStateOnMultiValuedReference [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_400311b_Test.testUndoRevertsToCleanStateOnMultiValuedReferenceMove [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_400311b_Test.testUndoRevertsToCleanStateOnObjectCreation [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_400311b_Test.testUndoRevertsToCleanStateOnObjectDeletion [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_400311b_Test.testUndoRevertsToCleanStateOnSingleValuedAttribute [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_400311b_Test.testUndoRevertsToCleanStateOnSingleValuedEnum [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_400311b_Test.testUndoRevertsToCleanStateOnSingleValuedReference [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_402142_Test.testCheckLockByOther [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_402142_Test.testCheckLockByOtherAfterLockUnlock [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_402142_Test.testLockUnlockOnElementMovedBetweenResources [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_402670_Test.testRollbackOfBooleanValueChange [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_404318_Test.testUnloadedEClass [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_405191_Test.testAllTypesSetAndDefault [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_405191_Test.testAllTypesSetAndDefaultEMF [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_405191_Test.testAllTypesSetAndNull [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_405191_Test.testAllTypesSetAndUnset [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_405191_Test.testSetNonDefaultNullString [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_405400_Test.testRecreateCDOResource [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_405400_Test.testRecreateCDOResourceSeparateSession [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_405543_Test.testIsSetOnUnsettableReference [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_405543_Test.testIsSetOnUnsettableReference2 [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_405543_Test.testIsUnsetOnUnsettableReference [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_405606_Test.testUnchunkedRevisionWithPCL [H2, JVM, Native] ******************************************************* Unchunked: false Unchunked: true Test 0 Test 1 Test 2 Test 3 Test 4 Test 5 Test 6 Test 7 Test 8 Test 9 ******************************************************* Bugzilla_405850_Test.testIndexOutOfBounds [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_407157_Test.testUndoRedo [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_408534_Test.testListElementMove [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_409284_Test.testContainmentCycle [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_409287_Test.testListenersOnRollback [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_411927_Test.testWithFailureAfterTimeStamp [H2, JVM, Native] ******************************************************* [ERROR] org.h2.jdbc.JdbcSQLException: Timeout trying to lock table "cdo_commit_infos"; SQL statement: INSERT INTO "repo1"."cdo_commit_infos"("commit_time", "previous_time", "branch_id", "user_id", "commit_comment") VALUES (?, ?, ?, ?, ?) [50200-168] org.eclipse.net4j.db.DBException: org.h2.jdbc.JdbcSQLException: Timeout trying to lock table "cdo_commit_infos"; SQL statement: INSERT INTO "repo1"."cdo_commit_infos"("commit_time", "previous_time", "branch_id", "user_id", "commit_comment") VALUES (?, ?, ?, ?, ?) [50200-168] at org.eclipse.emf.cdo.server.internal.db.CommitInfoTable.writeCommitInfo(CommitInfoTable.java:107) at org.eclipse.emf.cdo.server.internal.db.DBStoreAccessor.writeCommitInfo(DBStoreAccessor.java:384) at org.eclipse.emf.cdo.spi.server.StoreAccessor.doWrite(StoreAccessor.java:84) at org.eclipse.emf.cdo.server.internal.db.DBStoreAccessor.doWrite(DBStoreAccessor.java:724) at org.eclipse.emf.cdo.spi.server.StoreAccessorBase.write(StoreAccessorBase.java:144) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.writeAccessor(TransactionCommitContext.java:1894) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.write(TransactionCommitContext.java:839) at org.eclipse.emf.cdo.spi.server.InternalCommitContext$1.runLoop(InternalCommitContext.java:49) at org.eclipse.emf.cdo.spi.server.InternalCommitContext$1.runLoop(InternalCommitContext.java:1) at org.eclipse.net4j.util.om.monitor.ProgressDistributor.run(ProgressDistributor.java:95) at org.eclipse.emf.cdo.internal.server.Repository.commitUnsynced(Repository.java:1562) at org.eclipse.emf.cdo.internal.server.Repository.commit(Repository.java:1550) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicatingCommit(CommitTransactionIndication.java:283) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicating(CommitTransactionIndication.java:96) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerIndicationWithMonitoring.indicating(CDOServerIndicationWithMonitoring.java:118) at org.eclipse.net4j.signal.IndicationWithMonitoring.indicating(IndicationWithMonitoring.java:62) at org.eclipse.net4j.signal.IndicationWithResponse.doExtendedInput(IndicationWithResponse.java:94) at org.eclipse.net4j.signal.Signal.doInput(Signal.java:434) at org.eclipse.net4j.signal.IndicationWithResponse.execute(IndicationWithResponse.java:72) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) Caused by: org.h2.jdbc.JdbcSQLException: Timeout trying to lock table "cdo_commit_infos"; SQL statement: INSERT INTO "repo1"."cdo_commit_infos"("commit_time", "previous_time", "branch_id", "user_id", "commit_comment") VALUES (?, ?, ?, ?, ?) [50200-168] at org.h2.message.DbException.getJdbcSQLException(DbException.java:329) at org.h2.message.DbException.get(DbException.java:169) at org.h2.message.DbException.get(DbException.java:146) at org.h2.table.RegularTable.doLock(RegularTable.java:500) at org.h2.table.RegularTable.lock(RegularTable.java:434) at org.h2.command.dml.Insert.insertRows(Insert.java:123) at org.h2.command.dml.Insert.update(Insert.java:84) at org.h2.command.CommandContainer.update(CommandContainer.java:75) at org.h2.command.Command.executeUpdate(Command.java:230) at org.h2.jdbc.JdbcPreparedStatement.executeUpdateInternal(JdbcPreparedStatement.java:156) at org.h2.jdbc.JdbcPreparedStatement.executeUpdate(JdbcPreparedStatement.java:142) at org.eclipse.net4j.db.jdbc.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:89) at org.eclipse.net4j.db.DBUtil.update(DBUtil.java:1018) at org.eclipse.emf.cdo.server.internal.db.CommitInfoTable.writeCommitInfo(CommitInfoTable.java:103) ... 24 more [ERROR] org.h2.jdbc.JdbcSQLException: Timeout trying to lock table "cdo_commit_infos"; SQL statement: INSERT INTO "repo1"."cdo_commit_infos"("commit_time", "previous_time", "branch_id", "user_id", "commit_comment") VALUES (?, ?, ?, ?, ?) [50200-168] org.eclipse.net4j.db.DBException: org.h2.jdbc.JdbcSQLException: Timeout trying to lock table "cdo_commit_infos"; SQL statement: INSERT INTO "repo1"."cdo_commit_infos"("commit_time", "previous_time", "branch_id", "user_id", "commit_comment") VALUES (?, ?, ?, ?, ?) [50200-168] at org.eclipse.emf.cdo.server.internal.db.CommitInfoTable.writeCommitInfo(CommitInfoTable.java:107) at org.eclipse.emf.cdo.server.internal.db.DBStoreAccessor.writeCommitInfo(DBStoreAccessor.java:384) at org.eclipse.emf.cdo.spi.server.StoreAccessor.doWrite(StoreAccessor.java:84) at org.eclipse.emf.cdo.server.internal.db.DBStoreAccessor.doWrite(DBStoreAccessor.java:724) at org.eclipse.emf.cdo.spi.server.StoreAccessorBase.write(StoreAccessorBase.java:144) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.writeAccessor(TransactionCommitContext.java:1894) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.write(TransactionCommitContext.java:839) at org.eclipse.emf.cdo.spi.server.InternalCommitContext$1.runLoop(InternalCommitContext.java:49) at org.eclipse.emf.cdo.spi.server.InternalCommitContext$1.runLoop(InternalCommitContext.java:1) at org.eclipse.net4j.util.om.monitor.ProgressDistributor.run(ProgressDistributor.java:95) at org.eclipse.emf.cdo.internal.server.Repository.commitUnsynced(Repository.java:1562) at org.eclipse.emf.cdo.internal.server.Repository.commit(Repository.java:1550) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicatingCommit(CommitTransactionIndication.java:283) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicating(CommitTransactionIndication.java:96) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerIndicationWithMonitoring.indicating(CDOServerIndicationWithMonitoring.java:118) at org.eclipse.net4j.signal.IndicationWithMonitoring.indicating(IndicationWithMonitoring.java:62) at org.eclipse.net4j.signal.IndicationWithResponse.doExtendedInput(IndicationWithResponse.java:94) at org.eclipse.net4j.signal.Signal.doInput(Signal.java:434) at org.eclipse.net4j.signal.IndicationWithResponse.execute(IndicationWithResponse.java:72) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) Caused by: org.h2.jdbc.JdbcSQLException: Timeout trying to lock table "cdo_commit_infos"; SQL statement: INSERT INTO "repo1"."cdo_commit_infos"("commit_time", "previous_time", "branch_id", "user_id", "commit_comment") VALUES (?, ?, ?, ?, ?) [50200-168] at org.h2.message.DbException.getJdbcSQLException(DbException.java:329) at org.h2.message.DbException.get(DbException.java:169) at org.h2.message.DbException.get(DbException.java:146) at org.h2.table.RegularTable.doLock(RegularTable.java:500) at org.h2.table.RegularTable.lock(RegularTable.java:434) at org.h2.command.dml.Insert.insertRows(Insert.java:123) at org.h2.command.dml.Insert.update(Insert.java:84) at org.h2.command.CommandContainer.update(CommandContainer.java:75) at org.h2.command.Command.executeUpdate(Command.java:230) at org.h2.jdbc.JdbcPreparedStatement.executeUpdateInternal(JdbcPreparedStatement.java:156) at org.h2.jdbc.JdbcPreparedStatement.executeUpdate(JdbcPreparedStatement.java:142) at org.eclipse.net4j.db.jdbc.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:89) at org.eclipse.net4j.db.DBUtil.update(DBUtil.java:1018) at org.eclipse.emf.cdo.server.internal.db.CommitInfoTable.writeCommitInfo(CommitInfoTable.java:103) ... 24 more [ERROR] org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 10001 millis org.eclipse.net4j.util.om.monitor.MonitorCanceledException: org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 10001 millis at org.eclipse.net4j.util.om.monitor.Monitor.checkCanceled(Monitor.java:58) at org.eclipse.net4j.util.om.monitor.TimeoutMonitor.checkCanceled(TimeoutMonitor.java:116) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.AbstractMonitor.begin(AbstractMonitor.java:48) at org.eclipse.net4j.util.om.monitor.NestedMonitor.begin(NestedMonitor.java:63) at org.eclipse.net4j.util.om.monitor.ProgressDistributor.run(ProgressDistributor.java:86) at org.eclipse.emf.cdo.internal.server.Repository.commitUnsynced(Repository.java:1562) at org.eclipse.emf.cdo.internal.server.Repository.commit(Repository.java:1550) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicatingCommit(CommitTransactionIndication.java:283) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicating(CommitTransactionIndication.java:96) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerIndicationWithMonitoring.indicating(CDOServerIndicationWithMonitoring.java:118) at org.eclipse.net4j.signal.IndicationWithMonitoring.indicating(IndicationWithMonitoring.java:62) at org.eclipse.net4j.signal.IndicationWithResponse.doExtendedInput(IndicationWithResponse.java:94) at org.eclipse.net4j.signal.Signal.doInput(Signal.java:434) at org.eclipse.net4j.signal.IndicationWithResponse.execute(IndicationWithResponse.java:72) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) Caused by: org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 10001 millis at org.eclipse.net4j.util.om.monitor.TimeoutMonitor.handleTimeout(TimeoutMonitor.java:121) at org.eclipse.net4j.util.om.monitor.TimeoutMonitor$1.handleTimeout(TimeoutMonitor.java:61) at org.eclipse.net4j.util.concurrent.Timeouter$1.run(Timeouter.java:89) at java.base/java.util.TimerThread.mainLoop(Timer.java:566) at java.base/java.util.TimerThread.run(Timer.java:516) [ERROR] org.h2.jdbc.JdbcSQLException: Timeout trying to lock table "cdo_commit_infos"; SQL statement: INSERT INTO "repo1"."cdo_commit_infos"("commit_time", "previous_time", "branch_id", "user_id", "commit_comment") VALUES (?, ?, ?, ?, ?) [50200-168] org.eclipse.net4j.db.DBException: org.h2.jdbc.JdbcSQLException: Timeout trying to lock table "cdo_commit_infos"; SQL statement: INSERT INTO "repo1"."cdo_commit_infos"("commit_time", "previous_time", "branch_id", "user_id", "commit_comment") VALUES (?, ?, ?, ?, ?) [50200-168] at org.eclipse.emf.cdo.server.internal.db.CommitInfoTable.writeCommitInfo(CommitInfoTable.java:107) at org.eclipse.emf.cdo.server.internal.db.DBStoreAccessor.writeCommitInfo(DBStoreAccessor.java:384) at org.eclipse.emf.cdo.spi.server.StoreAccessor.doWrite(StoreAccessor.java:84) at org.eclipse.emf.cdo.server.internal.db.DBStoreAccessor.doWrite(DBStoreAccessor.java:724) at org.eclipse.emf.cdo.spi.server.StoreAccessorBase.write(StoreAccessorBase.java:144) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.writeAccessor(TransactionCommitContext.java:1894) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.write(TransactionCommitContext.java:839) at org.eclipse.emf.cdo.spi.server.InternalCommitContext$1.runLoop(InternalCommitContext.java:49) at org.eclipse.emf.cdo.spi.server.InternalCommitContext$1.runLoop(InternalCommitContext.java:1) at org.eclipse.net4j.util.om.monitor.ProgressDistributor.run(ProgressDistributor.java:95) at org.eclipse.emf.cdo.internal.server.Repository.commitUnsynced(Repository.java:1562) at org.eclipse.emf.cdo.internal.server.Repository.commit(Repository.java:1550) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicatingCommit(CommitTransactionIndication.java:283) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicating(CommitTransactionIndication.java:96) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerIndicationWithMonitoring.indicating(CDOServerIndicationWithMonitoring.java:118) at org.eclipse.net4j.signal.IndicationWithMonitoring.indicating(IndicationWithMonitoring.java:62) at org.eclipse.net4j.signal.IndicationWithResponse.doExtendedInput(IndicationWithResponse.java:94) at org.eclipse.net4j.signal.Signal.doInput(Signal.java:434) at org.eclipse.net4j.signal.IndicationWithResponse.execute(IndicationWithResponse.java:72) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) Caused by: org.h2.jdbc.JdbcSQLException: Timeout trying to lock table "cdo_commit_infos"; SQL statement: INSERT INTO "repo1"."cdo_commit_infos"("commit_time", "previous_time", "branch_id", "user_id", "commit_comment") VALUES (?, ?, ?, ?, ?) [50200-168] at org.h2.message.DbException.getJdbcSQLException(DbException.java:329) at org.h2.message.DbException.get(DbException.java:169) at org.h2.message.DbException.get(DbException.java:146) at org.h2.table.RegularTable.doLock(RegularTable.java:500) at org.h2.table.RegularTable.lock(RegularTable.java:434) at org.h2.command.dml.Insert.insertRows(Insert.java:123) at org.h2.command.dml.Insert.update(Insert.java:84) at org.h2.command.CommandContainer.update(CommandContainer.java:75) at org.h2.command.Command.executeUpdate(Command.java:230) at org.h2.jdbc.JdbcPreparedStatement.executeUpdateInternal(JdbcPreparedStatement.java:156) at org.h2.jdbc.JdbcPreparedStatement.executeUpdate(JdbcPreparedStatement.java:142) at org.eclipse.net4j.db.jdbc.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:89) at org.eclipse.net4j.db.DBUtil.update(DBUtil.java:1018) at org.eclipse.emf.cdo.server.internal.db.CommitInfoTable.writeCommitInfo(CommitInfoTable.java:103) ... 24 more org.eclipse.emf.cdo.util.CommitException: Rollback in DBStore: org.eclipse.net4j.db.DBException: org.h2.jdbc.JdbcSQLException: Timeout trying to lock table "cdo_commit_infos"; SQL statement: INSERT INTO "repo1"."cdo_commit_infos"("commit_time", "previous_time", "branch_id", "user_id", "commit_comment") VALUES (?, ?, ?, ?, ?) [50200-168] at org.eclipse.emf.cdo.server.internal.db.CommitInfoTable.writeCommitInfo(CommitInfoTable.java:107) at org.eclipse.emf.cdo.server.internal.db.DBStoreAccessor.writeCommitInfo(DBStoreAccessor.java:384) at org.eclipse.emf.cdo.spi.server.StoreAccessor.doWrite(StoreAccessor.java:84) at org.eclipse.emf.cdo.server.internal.db.DBStoreAccessor.doWrite(DBStoreAccessor.java:724) at org.eclipse.emf.cdo.spi.server.StoreAccessorBase.write(StoreAccessorBase.java:144) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.writeAccessor(TransactionCommitContext.java:1894) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.write(TransactionCommitContext.java:839) at org.eclipse.emf.cdo.spi.server.InternalCommitContext$1.runLoop(InternalCommitContext.java:49) at org.eclipse.emf.cdo.spi.server.InternalCommitContext$1.runLoop(InternalCommitContext.java:1) at org.eclipse.net4j.util.om.monitor.ProgressDistributor.run(ProgressDistributor.java:95) at org.eclipse.emf.cdo.internal.server.Repository.commitUnsynced(Repository.java:1562) at org.eclipse.emf.cdo.internal.server.Repository.commit(Repository.java:1550) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicatingCommit(CommitTransactionIndication.java:283) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicating(CommitTransactionIndication.java:96) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerIndicationWithMonitoring.indicating(CDOServerIndicationWithMonitoring.java:118) at org.eclipse.net4j.signal.IndicationWithMonitoring.indicating(IndicationWithMonitoring.java:62) at org.eclipse.net4j.signal.IndicationWithResponse.doExtendedInput(IndicationWithResponse.java:94) at org.eclipse.net4j.signal.Signal.doInput(Signal.java:434) at org.eclipse.net4j.signal.IndicationWithResponse.execute(IndicationWithResponse.java:72) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) Caused by: org.h2.jdbc.JdbcSQLException: Timeout trying to lock table "cdo_commit_infos"; SQL statement: INSERT INTO "repo1"."cdo_commit_infos"("commit_time", "previous_time", "branch_id", "user_id", "commit_comment") VALUES (?, ?, ?, ?, ?) [50200-168] at org.h2.message.DbException.getJdbcSQLException(DbException.java:329) at org.h2.message.DbException.get(DbException.java:169) at org.h2.message.DbException.get(DbException.java:146) at org.h2.table.RegularTable.doLock(RegularTable.java:500) at org.h2.table.RegularTable.lock(RegularTable.java:434) at org.h2.command.dml.Insert.insertRows(Insert.java:123) at org.h2.command.dml.Insert.update(Insert.java:84) at org.h2.command.CommandContainer.update(CommandContainer.java:75) at org.h2.command.Command.executeUpdate(Command.java:230) at org.h2.jdbc.JdbcPreparedStatement.executeUpdateInternal(JdbcPreparedStatement.java:156) at org.h2.jdbc.JdbcPreparedStatement.executeUpdate(JdbcPreparedStatement.java:142) at org.eclipse.net4j.db.jdbc.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:89) at org.eclipse.net4j.db.DBUtil.update(DBUtil.java:1018) at org.eclipse.emf.cdo.server.internal.db.CommitInfoTable.writeCommitInfo(CommitInfoTable.java:103) ... 24 more at org.eclipse.emf.internal.cdo.transaction.CDOSingleTransactionStrategyImpl.commit(CDOSingleTransactionStrategyImpl.java:99) at org.eclipse.emf.internal.cdo.transaction.CDOTransactionImpl.commitSynced(CDOTransactionImpl.java:1812) at org.eclipse.emf.internal.cdo.transaction.CDOTransactionImpl.commitAfterResolveConflicts(CDOTransactionImpl.java:1771) at org.eclipse.emf.internal.cdo.transaction.CDOTransactionImpl.commit(CDOTransactionImpl.java:1702) at org.eclipse.emf.internal.cdo.transaction.CDOTransactionImpl.commit(CDOTransactionImpl.java:1693) at org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_411927_Test$GoodClient.run(Bugzilla_411927_Test.java:201) org.eclipse.emf.cdo.util.CommitException: Rollback in DBStore: org.eclipse.net4j.db.DBException: org.h2.jdbc.JdbcSQLException: Timeout trying to lock table "cdo_commit_infos"; SQL statement: INSERT INTO "repo1"."cdo_commit_infos"("commit_time", "previous_time", "branch_id", "user_id", "commit_comment") VALUES (?, ?, ?, ?, ?) [50200-168] at org.eclipse.emf.cdo.server.internal.db.CommitInfoTable.writeCommitInfo(CommitInfoTable.java:107) at org.eclipse.emf.cdo.server.internal.db.DBStoreAccessor.writeCommitInfo(DBStoreAccessor.java:384) at org.eclipse.emf.cdo.spi.server.StoreAccessor.doWrite(StoreAccessor.java:84) at org.eclipse.emf.cdo.server.internal.db.DBStoreAccessor.doWrite(DBStoreAccessor.java:724) at org.eclipse.emf.cdo.spi.server.StoreAccessorBase.write(StoreAccessorBase.java:144) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.writeAccessor(TransactionCommitContext.java:1894) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.write(TransactionCommitContext.java:839) at org.eclipse.emf.cdo.spi.server.InternalCommitContext$1.runLoop(InternalCommitContext.java:49) at org.eclipse.emf.cdo.spi.server.InternalCommitContext$1.runLoop(InternalCommitContext.java:1) at org.eclipse.net4j.util.om.monitor.ProgressDistributor.run(ProgressDistributor.java:95) at org.eclipse.emf.cdo.internal.server.Repository.commitUnsynced(Repository.java:1562) at org.eclipse.emf.cdo.internal.server.Repository.commit(Repository.java:1550) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicatingCommit(CommitTransactionIndication.java:283) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicating(CommitTransactionIndication.java:96) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerIndicationWithMonitoring.indicating(CDOServerIndicationWithMonitoring.java:118) at org.eclipse.net4j.signal.IndicationWithMonitoring.indicating(IndicationWithMonitoring.java:62) at org.eclipse.net4j.signal.IndicationWithResponse.doExtendedInput(IndicationWithResponse.java:94) at org.eclipse.net4j.signal.Signal.doInput(Signal.java:434) at org.eclipse.net4j.signal.IndicationWithResponse.execute(IndicationWithResponse.java:72) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) Caused by: org.h2.jdbc.JdbcSQLException: Timeout trying to lock table "cdo_commit_infos"; SQL statement: INSERT INTO "repo1"."cdo_commit_infos"("commit_time", "previous_time", "branch_id", "user_id", "commit_comment") VALUES (?, ?, ?, ?, ?) [50200-168] at org.h2.message.DbException.getJdbcSQLException(DbException.java:329) at org.h2.message.DbException.get(DbException.java:169) at org.h2.message.DbException.get(DbException.java:146) at org.h2.table.RegularTable.doLock(RegularTable.java:500) at org.h2.table.RegularTable.lock(RegularTable.java:434) at org.h2.command.dml.Insert.insertRows(Insert.java:123) at org.h2.command.dml.Insert.update(Insert.java:84) at org.h2.command.CommandContainer.update(CommandContainer.java:75) at org.h2.command.Command.executeUpdate(Command.java:230) at org.h2.jdbc.JdbcPreparedStatement.executeUpdateInternal(JdbcPreparedStatement.java:156) at org.h2.jdbc.JdbcPreparedStatement.executeUpdate(JdbcPreparedStatement.java:142) at org.eclipse.net4j.db.jdbc.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:89) at org.eclipse.net4j.db.DBUtil.update(DBUtil.java:1018) at org.eclipse.emf.cdo.server.internal.db.CommitInfoTable.writeCommitInfo(CommitInfoTable.java:103) ... 24 more at org.eclipse.emf.internal.cdo.transaction.CDOSingleTransactionStrategyImpl.commit(CDOSingleTransactionStrategyImpl.java:99) at org.eclipse.emf.internal.cdo.transaction.CDOTransactionImpl.commitSynced(CDOTransactionImpl.java:1812) at org.eclipse.emf.internal.cdo.transaction.CDOTransactionImpl.commitAfterResolveConflicts(CDOTransactionImpl.java:1771) at org.eclipse.emf.internal.cdo.transaction.CDOTransactionImpl.commit(CDOTransactionImpl.java:1702) at org.eclipse.emf.internal.cdo.transaction.CDOTransactionImpl.commit(CDOTransactionImpl.java:1693) at org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_411927_Test$GoodClient.run(Bugzilla_411927_Test.java:201) [ERROR] org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 10001 millis org.eclipse.net4j.util.om.monitor.MonitorCanceledException: org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 10001 millis at org.eclipse.net4j.util.om.monitor.Monitor.checkCanceled(Monitor.java:58) at org.eclipse.net4j.util.om.monitor.TimeoutMonitor.checkCanceled(TimeoutMonitor.java:116) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.AbstractMonitor.begin(AbstractMonitor.java:48) at org.eclipse.net4j.util.om.monitor.NestedMonitor.begin(NestedMonitor.java:63) at org.eclipse.emf.cdo.server.internal.db.DBStoreAccessor.writePackageUnits(DBStoreAccessor.java:735) at org.eclipse.emf.cdo.spi.server.StoreAccessor.doWrite(StoreAccessor.java:85) at org.eclipse.emf.cdo.server.internal.db.DBStoreAccessor.doWrite(DBStoreAccessor.java:724) at org.eclipse.emf.cdo.spi.server.StoreAccessorBase.write(StoreAccessorBase.java:144) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.writeAccessor(TransactionCommitContext.java:1894) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.write(TransactionCommitContext.java:839) at org.eclipse.emf.cdo.spi.server.InternalCommitContext$1.runLoop(InternalCommitContext.java:49) at org.eclipse.emf.cdo.spi.server.InternalCommitContext$1.runLoop(InternalCommitContext.java:1) at org.eclipse.net4j.util.om.monitor.ProgressDistributor.run(ProgressDistributor.java:95) at org.eclipse.emf.cdo.internal.server.Repository.commitUnsynced(Repository.java:1562) at org.eclipse.emf.cdo.internal.server.Repository.commit(Repository.java:1550) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicatingCommit(CommitTransactionIndication.java:283) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicating(CommitTransactionIndication.java:96) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerIndicationWithMonitoring.indicating(CDOServerIndicationWithMonitoring.java:118) at org.eclipse.net4j.signal.IndicationWithMonitoring.indicating(IndicationWithMonitoring.java:62) at org.eclipse.net4j.signal.IndicationWithResponse.doExtendedInput(IndicationWithResponse.java:94) at org.eclipse.net4j.signal.Signal.doInput(Signal.java:434) at org.eclipse.net4j.signal.IndicationWithResponse.execute(IndicationWithResponse.java:72) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) Caused by: org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 10001 millis at org.eclipse.net4j.util.om.monitor.TimeoutMonitor.handleTimeout(TimeoutMonitor.java:121) at org.eclipse.net4j.util.om.monitor.TimeoutMonitor$1.handleTimeout(TimeoutMonitor.java:61) at org.eclipse.net4j.util.concurrent.Timeouter$1.run(Timeouter.java:89) at java.base/java.util.TimerThread.mainLoop(Timer.java:566) at java.base/java.util.TimerThread.run(Timer.java:516) [ERROR] org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 10001 millis org.eclipse.net4j.util.om.monitor.MonitorCanceledException: org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 10001 millis at org.eclipse.net4j.util.om.monitor.Monitor.checkCanceled(Monitor.java:58) at org.eclipse.net4j.util.om.monitor.TimeoutMonitor.checkCanceled(TimeoutMonitor.java:116) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.AbstractMonitor.begin(AbstractMonitor.java:48) at org.eclipse.net4j.util.om.monitor.NestedMonitor.begin(NestedMonitor.java:63) at org.eclipse.emf.cdo.server.internal.db.DBStoreAccessor.writePackageUnits(DBStoreAccessor.java:735) at org.eclipse.emf.cdo.spi.server.StoreAccessor.doWrite(StoreAccessor.java:85) at org.eclipse.emf.cdo.server.internal.db.DBStoreAccessor.doWrite(DBStoreAccessor.java:724) at org.eclipse.emf.cdo.spi.server.StoreAccessorBase.write(StoreAccessorBase.java:144) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.writeAccessor(TransactionCommitContext.java:1894) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.write(TransactionCommitContext.java:839) at org.eclipse.emf.cdo.spi.server.InternalCommitContext$1.runLoop(InternalCommitContext.java:49) at org.eclipse.emf.cdo.spi.server.InternalCommitContext$1.runLoop(InternalCommitContext.java:1) at org.eclipse.net4j.util.om.monitor.ProgressDistributor.run(ProgressDistributor.java:95) at org.eclipse.emf.cdo.internal.server.Repository.commitUnsynced(Repository.java:1562) at org.eclipse.emf.cdo.internal.server.Repository.commit(Repository.java:1550) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicatingCommit(CommitTransactionIndication.java:283) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicating(CommitTransactionIndication.java:96) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerIndicationWithMonitoring.indicating(CDOServerIndicationWithMonitoring.java:118) at org.eclipse.net4j.signal.IndicationWithMonitoring.indicating(IndicationWithMonitoring.java:62) at org.eclipse.net4j.signal.IndicationWithResponse.doExtendedInput(IndicationWithResponse.java:94) at org.eclipse.net4j.signal.Signal.doInput(Signal.java:434) at org.eclipse.net4j.signal.IndicationWithResponse.execute(IndicationWithResponse.java:72) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) Caused by: org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 10001 millis at org.eclipse.net4j.util.om.monitor.TimeoutMonitor.handleTimeout(TimeoutMonitor.java:121) at org.eclipse.net4j.util.om.monitor.TimeoutMonitor$1.handleTimeout(TimeoutMonitor.java:61) at org.eclipse.net4j.util.concurrent.Timeouter$1.run(Timeouter.java:89) at java.base/java.util.TimerThread.mainLoop(Timer.java:566) at java.base/java.util.TimerThread.run(Timer.java:516) [ERROR] org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 10001 millis org.eclipse.net4j.util.om.monitor.MonitorCanceledException: org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 10001 millis at org.eclipse.net4j.util.om.monitor.Monitor.checkCanceled(Monitor.java:58) at org.eclipse.net4j.util.om.monitor.TimeoutMonitor.checkCanceled(TimeoutMonitor.java:116) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.AbstractMonitor.begin(AbstractMonitor.java:48) at org.eclipse.net4j.util.om.monitor.NestedMonitor.begin(NestedMonitor.java:63) at org.eclipse.net4j.util.om.monitor.ProgressDistributor.run(ProgressDistributor.java:86) at org.eclipse.emf.cdo.internal.server.Repository.commitUnsynced(Repository.java:1562) at org.eclipse.emf.cdo.internal.server.Repository.commit(Repository.java:1550) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicatingCommit(CommitTransactionIndication.java:283) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicating(CommitTransactionIndication.java:96) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerIndicationWithMonitoring.indicating(CDOServerIndicationWithMonitoring.java:118) at org.eclipse.net4j.signal.IndicationWithMonitoring.indicating(IndicationWithMonitoring.java:62) at org.eclipse.net4j.signal.IndicationWithResponse.doExtendedInput(IndicationWithResponse.java:94) at org.eclipse.net4j.signal.Signal.doInput(Signal.java:434) at org.eclipse.net4j.signal.IndicationWithResponse.execute(IndicationWithResponse.java:72) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) Caused by: org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 10001 millis at org.eclipse.net4j.util.om.monitor.TimeoutMonitor.handleTimeout(TimeoutMonitor.java:121) at org.eclipse.net4j.util.om.monitor.TimeoutMonitor$1.handleTimeout(TimeoutMonitor.java:61) at org.eclipse.net4j.util.concurrent.Timeouter$1.run(Timeouter.java:89) at java.base/java.util.TimerThread.mainLoop(Timer.java:566) at java.base/java.util.TimerThread.run(Timer.java:516) [ERROR] org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 10001 millis org.eclipse.net4j.util.om.monitor.MonitorCanceledException: org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 10001 millis at org.eclipse.net4j.util.om.monitor.Monitor.checkCanceled(Monitor.java:58) at org.eclipse.net4j.util.om.monitor.TimeoutMonitor.checkCanceled(TimeoutMonitor.java:116) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.AbstractMonitor.begin(AbstractMonitor.java:48) at org.eclipse.net4j.util.om.monitor.NestedMonitor.begin(NestedMonitor.java:63) at org.eclipse.net4j.util.om.monitor.ProgressDistributor.run(ProgressDistributor.java:86) at org.eclipse.emf.cdo.internal.server.Repository.commitUnsynced(Repository.java:1562) at org.eclipse.emf.cdo.internal.server.Repository.commit(Repository.java:1550) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicatingCommit(CommitTransactionIndication.java:283) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicating(CommitTransactionIndication.java:96) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerIndicationWithMonitoring.indicating(CDOServerIndicationWithMonitoring.java:118) at org.eclipse.net4j.signal.IndicationWithMonitoring.indicating(IndicationWithMonitoring.java:62) at org.eclipse.net4j.signal.IndicationWithResponse.doExtendedInput(IndicationWithResponse.java:94) at org.eclipse.net4j.signal.Signal.doInput(Signal.java:434) at org.eclipse.net4j.signal.IndicationWithResponse.execute(IndicationWithResponse.java:72) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) Caused by: org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 10001 millis at org.eclipse.net4j.util.om.monitor.TimeoutMonitor.handleTimeout(TimeoutMonitor.java:121) at org.eclipse.net4j.util.om.monitor.TimeoutMonitor$1.handleTimeout(TimeoutMonitor.java:61) at org.eclipse.net4j.util.concurrent.Timeouter$1.run(Timeouter.java:89) at java.base/java.util.TimerThread.mainLoop(Timer.java:566) at java.base/java.util.TimerThread.run(Timer.java:516) [ERROR] org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 10001 millis org.eclipse.net4j.util.om.monitor.MonitorCanceledException: org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 10001 millis at org.eclipse.net4j.util.om.monitor.Monitor.checkCanceled(Monitor.java:58) at org.eclipse.net4j.util.om.monitor.TimeoutMonitor.checkCanceled(TimeoutMonitor.java:116) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.AbstractMonitor.begin(AbstractMonitor.java:48) at org.eclipse.net4j.util.om.monitor.NestedMonitor.begin(NestedMonitor.java:63) at org.eclipse.emf.cdo.server.internal.db.DBStoreAccessor.writePackageUnits(DBStoreAccessor.java:735) at org.eclipse.emf.cdo.spi.server.StoreAccessor.doWrite(StoreAccessor.java:85) at org.eclipse.emf.cdo.server.internal.db.DBStoreAccessor.doWrite(DBStoreAccessor.java:724) at org.eclipse.emf.cdo.spi.server.StoreAccessorBase.write(StoreAccessorBase.java:144) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.writeAccessor(TransactionCommitContext.java:1894) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.write(TransactionCommitContext.java:839) at org.eclipse.emf.cdo.spi.server.InternalCommitContext$1.runLoop(InternalCommitContext.java:49) at org.eclipse.emf.cdo.spi.server.InternalCommitContext$1.runLoop(InternalCommitContext.java:1) at org.eclipse.net4j.util.om.monitor.ProgressDistributor.run(ProgressDistributor.java:95) at org.eclipse.emf.cdo.internal.server.Repository.commitUnsynced(Repository.java:1562) at org.eclipse.emf.cdo.internal.server.Repository.commit(Repository.java:1550) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicatingCommit(CommitTransactionIndication.java:283) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicating(CommitTransactionIndication.java:96) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerIndicationWithMonitoring.indicating(CDOServerIndicationWithMonitoring.java:118) at org.eclipse.net4j.signal.IndicationWithMonitoring.indicating(IndicationWithMonitoring.java:62) at org.eclipse.net4j.signal.IndicationWithResponse.doExtendedInput(IndicationWithResponse.java:94) at org.eclipse.net4j.signal.Signal.doInput(Signal.java:434) at org.eclipse.net4j.signal.IndicationWithResponse.execute(IndicationWithResponse.java:72) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) Caused by: org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 10001 millis at org.eclipse.net4j.util.om.monitor.TimeoutMonitor.handleTimeout(TimeoutMonitor.java:121) at org.eclipse.net4j.util.om.monitor.TimeoutMonitor$1.handleTimeout(TimeoutMonitor.java:61) at org.eclipse.net4j.util.concurrent.Timeouter$1.run(Timeouter.java:89) at java.base/java.util.TimerThread.mainLoop(Timer.java:566) at java.base/java.util.TimerThread.run(Timer.java:516) [ERROR] org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 10001 millis org.eclipse.net4j.util.om.monitor.MonitorCanceledException: org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 10001 millis at org.eclipse.net4j.util.om.monitor.Monitor.checkCanceled(Monitor.java:58) at org.eclipse.net4j.util.om.monitor.TimeoutMonitor.checkCanceled(TimeoutMonitor.java:116) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.AbstractMonitor.begin(AbstractMonitor.java:48) at org.eclipse.net4j.util.om.monitor.NestedMonitor.begin(NestedMonitor.java:63) at org.eclipse.net4j.util.om.monitor.ProgressDistributor.run(ProgressDistributor.java:86) at org.eclipse.emf.cdo.internal.server.Repository.commitUnsynced(Repository.java:1562) at org.eclipse.emf.cdo.internal.server.Repository.commit(Repository.java:1550) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicatingCommit(CommitTransactionIndication.java:283) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicating(CommitTransactionIndication.java:96) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerIndicationWithMonitoring.indicating(CDOServerIndicationWithMonitoring.java:118) at org.eclipse.net4j.signal.IndicationWithMonitoring.indicating(IndicationWithMonitoring.java:62) at org.eclipse.net4j.signal.IndicationWithResponse.doExtendedInput(IndicationWithResponse.java:94) at org.eclipse.net4j.signal.Signal.doInput(Signal.java:434) at org.eclipse.net4j.signal.IndicationWithResponse.execute(IndicationWithResponse.java:72) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) Caused by: org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 10001 millis at org.eclipse.net4j.util.om.monitor.TimeoutMonitor.handleTimeout(TimeoutMonitor.java:121) at org.eclipse.net4j.util.om.monitor.TimeoutMonitor$1.handleTimeout(TimeoutMonitor.java:61) at org.eclipse.net4j.util.concurrent.Timeouter$1.run(Timeouter.java:89) at java.base/java.util.TimerThread.mainLoop(Timer.java:566) at java.base/java.util.TimerThread.run(Timer.java:516) [ERROR] org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 10001 millis org.eclipse.net4j.util.om.monitor.MonitorCanceledException: org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 10001 millis at org.eclipse.net4j.util.om.monitor.Monitor.checkCanceled(Monitor.java:58) at org.eclipse.net4j.util.om.monitor.TimeoutMonitor.checkCanceled(TimeoutMonitor.java:116) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.AbstractMonitor.begin(AbstractMonitor.java:48) at org.eclipse.net4j.util.om.monitor.NestedMonitor.begin(NestedMonitor.java:63) at org.eclipse.emf.cdo.server.internal.db.DBStoreAccessor.writePackageUnits(DBStoreAccessor.java:735) at org.eclipse.emf.cdo.spi.server.StoreAccessor.doWrite(StoreAccessor.java:85) at org.eclipse.emf.cdo.server.internal.db.DBStoreAccessor.doWrite(DBStoreAccessor.java:724) at org.eclipse.emf.cdo.spi.server.StoreAccessorBase.write(StoreAccessorBase.java:144) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.writeAccessor(TransactionCommitContext.java:1894) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.write(TransactionCommitContext.java:839) at org.eclipse.emf.cdo.spi.server.InternalCommitContext$1.runLoop(InternalCommitContext.java:49) at org.eclipse.emf.cdo.spi.server.InternalCommitContext$1.runLoop(InternalCommitContext.java:1) at org.eclipse.net4j.util.om.monitor.ProgressDistributor.run(ProgressDistributor.java:95) at org.eclipse.emf.cdo.internal.server.Repository.commitUnsynced(Repository.java:1562) at org.eclipse.emf.cdo.internal.server.Repository.commit(Repository.java:1550) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicatingCommit(CommitTransactionIndication.java:283) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicating(CommitTransactionIndication.java:96) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerIndicationWithMonitoring.indicating(CDOServerIndicationWithMonitoring.java:118) at org.eclipse.net4j.signal.IndicationWithMonitoring.indicating(IndicationWithMonitoring.java:62) at org.eclipse.net4j.signal.IndicationWithResponse.doExtendedInput(IndicationWithResponse.java:94) at org.eclipse.net4j.signal.Signal.doInput(Signal.java:434) at org.eclipse.net4j.signal.IndicationWithResponse.execute(IndicationWithResponse.java:72) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) Caused by: org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 10001 millis at org.eclipse.net4j.util.om.monitor.TimeoutMonitor.handleTimeout(TimeoutMonitor.java:121) at org.eclipse.net4j.util.om.monitor.TimeoutMonitor$1.handleTimeout(TimeoutMonitor.java:61) at org.eclipse.net4j.util.concurrent.Timeouter$1.run(Timeouter.java:89) at java.base/java.util.TimerThread.mainLoop(Timer.java:566) at java.base/java.util.TimerThread.run(Timer.java:516) [ERROR] org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 10001 millis org.eclipse.net4j.util.om.monitor.MonitorCanceledException: org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 10001 millis at org.eclipse.net4j.util.om.monitor.Monitor.checkCanceled(Monitor.java:58) at org.eclipse.net4j.util.om.monitor.TimeoutMonitor.checkCanceled(TimeoutMonitor.java:116) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.AbstractMonitor.begin(AbstractMonitor.java:48) at org.eclipse.net4j.util.om.monitor.NestedMonitor.begin(NestedMonitor.java:63) at org.eclipse.emf.cdo.server.internal.db.DBStoreAccessor.writePackageUnits(DBStoreAccessor.java:735) at org.eclipse.emf.cdo.spi.server.StoreAccessor.doWrite(StoreAccessor.java:85) at org.eclipse.emf.cdo.server.internal.db.DBStoreAccessor.doWrite(DBStoreAccessor.java:724) at org.eclipse.emf.cdo.spi.server.StoreAccessorBase.write(StoreAccessorBase.java:144) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.writeAccessor(TransactionCommitContext.java:1894) at org.eclipse.emf.cdo.internal.server.TransactionCommitContext.write(TransactionCommitContext.java:839) at org.eclipse.emf.cdo.spi.server.InternalCommitContext$1.runLoop(InternalCommitContext.java:49) at org.eclipse.emf.cdo.spi.server.InternalCommitContext$1.runLoop(InternalCommitContext.java:1) at org.eclipse.net4j.util.om.monitor.ProgressDistributor.run(ProgressDistributor.java:95) at org.eclipse.emf.cdo.internal.server.Repository.commitUnsynced(Repository.java:1562) at org.eclipse.emf.cdo.internal.server.Repository.commit(Repository.java:1550) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicatingCommit(CommitTransactionIndication.java:283) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicating(CommitTransactionIndication.java:96) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerIndicationWithMonitoring.indicating(CDOServerIndicationWithMonitoring.java:118) at org.eclipse.net4j.signal.IndicationWithMonitoring.indicating(IndicationWithMonitoring.java:62) at org.eclipse.net4j.signal.IndicationWithResponse.doExtendedInput(IndicationWithResponse.java:94) at org.eclipse.net4j.signal.Signal.doInput(Signal.java:434) at org.eclipse.net4j.signal.IndicationWithResponse.execute(IndicationWithResponse.java:72) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) Caused by: org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 10001 millis at org.eclipse.net4j.util.om.monitor.TimeoutMonitor.handleTimeout(TimeoutMonitor.java:121) at org.eclipse.net4j.util.om.monitor.TimeoutMonitor$1.handleTimeout(TimeoutMonitor.java:61) at org.eclipse.net4j.util.concurrent.Timeouter$1.run(Timeouter.java:89) at java.base/java.util.TimerThread.mainLoop(Timer.java:566) at java.base/java.util.TimerThread.run(Timer.java:516) [ERROR] org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 10001 millis org.eclipse.net4j.util.om.monitor.MonitorCanceledException: org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 10001 millis at org.eclipse.net4j.util.om.monitor.Monitor.checkCanceled(Monitor.java:58) at org.eclipse.net4j.util.om.monitor.TimeoutMonitor.checkCanceled(TimeoutMonitor.java:116) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.AbstractMonitor.begin(AbstractMonitor.java:48) at org.eclipse.net4j.util.om.monitor.NestedMonitor.begin(NestedMonitor.java:63) at org.eclipse.net4j.util.om.monitor.ProgressDistributor.run(ProgressDistributor.java:86) at org.eclipse.emf.cdo.internal.server.Repository.commitUnsynced(Repository.java:1562) at org.eclipse.emf.cdo.internal.server.Repository.commit(Repository.java:1550) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicatingCommit(CommitTransactionIndication.java:283) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicating(CommitTransactionIndication.java:96) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerIndicationWithMonitoring.indicating(CDOServerIndicationWithMonitoring.java:118) at org.eclipse.net4j.signal.IndicationWithMonitoring.indicating(IndicationWithMonitoring.java:62) at org.eclipse.net4j.signal.IndicationWithResponse.doExtendedInput(IndicationWithResponse.java:94) at org.eclipse.net4j.signal.Signal.doInput(Signal.java:434) at org.eclipse.net4j.signal.IndicationWithResponse.execute(IndicationWithResponse.java:72) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) Caused by: org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 10001 millis at org.eclipse.net4j.util.om.monitor.TimeoutMonitor.handleTimeout(TimeoutMonitor.java:121) at org.eclipse.net4j.util.om.monitor.TimeoutMonitor$1.handleTimeout(TimeoutMonitor.java:61) at org.eclipse.net4j.util.concurrent.Timeouter$1.run(Timeouter.java:89) at java.base/java.util.TimerThread.mainLoop(Timer.java:566) at java.base/java.util.TimerThread.run(Timer.java:516) [ERROR] org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 10001 millis org.eclipse.net4j.util.om.monitor.MonitorCanceledException: org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 10001 millis at org.eclipse.net4j.util.om.monitor.Monitor.checkCanceled(Monitor.java:58) at org.eclipse.net4j.util.om.monitor.TimeoutMonitor.checkCanceled(TimeoutMonitor.java:116) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.AbstractMonitor.begin(AbstractMonitor.java:48) at org.eclipse.net4j.util.om.monitor.NestedMonitor.begin(NestedMonitor.java:63) at org.eclipse.net4j.util.om.monitor.ProgressDistributor.run(ProgressDistributor.java:86) at org.eclipse.emf.cdo.internal.server.Repository.commitUnsynced(Repository.java:1562) at org.eclipse.emf.cdo.internal.server.Repository.commit(Repository.java:1550) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicatingCommit(CommitTransactionIndication.java:283) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicating(CommitTransactionIndication.java:96) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerIndicationWithMonitoring.indicating(CDOServerIndicationWithMonitoring.java:118) at org.eclipse.net4j.signal.IndicationWithMonitoring.indicating(IndicationWithMonitoring.java:62) at org.eclipse.net4j.signal.IndicationWithResponse.doExtendedInput(IndicationWithResponse.java:94) at org.eclipse.net4j.signal.Signal.doInput(Signal.java:434) at org.eclipse.net4j.signal.IndicationWithResponse.execute(IndicationWithResponse.java:72) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) Caused by: org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 10001 millis at org.eclipse.net4j.util.om.monitor.TimeoutMonitor.handleTimeout(TimeoutMonitor.java:121) at org.eclipse.net4j.util.om.monitor.TimeoutMonitor$1.handleTimeout(TimeoutMonitor.java:61) at org.eclipse.net4j.util.concurrent.Timeouter$1.run(Timeouter.java:89) at java.base/java.util.TimerThread.mainLoop(Timer.java:566) at java.base/java.util.TimerThread.run(Timer.java:516) org.eclipse.emf.cdo.util.CommitException: org.eclipse.net4j.signal.RemoteException: org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 10001 millis at org.eclipse.emf.internal.cdo.transaction.CDOTransactionImpl.commitSynced(CDOTransactionImpl.java:1870) at org.eclipse.emf.internal.cdo.transaction.CDOTransactionImpl.commitAfterResolveConflicts(CDOTransactionImpl.java:1771) at org.eclipse.emf.internal.cdo.transaction.CDOTransactionImpl.commit(CDOTransactionImpl.java:1702) at org.eclipse.emf.internal.cdo.transaction.CDOTransactionImpl.commit(CDOTransactionImpl.java:1693) at org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_411927_Test$GoodClient.run(Bugzilla_411927_Test.java:201) Caused by: org.eclipse.net4j.signal.RemoteException: org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 10001 millis at org.eclipse.net4j.signal.RequestWithConfirmation.getRemoteException(RequestWithConfirmation.java:158) at org.eclipse.net4j.signal.RequestWithConfirmation.setRemoteException(RequestWithConfirmation.java:139) at org.eclipse.net4j.signal.SignalProtocol.handleRemoteException(SignalProtocol.java:582) at org.eclipse.net4j.signal.RemoteExceptionIndication.indicating(RemoteExceptionIndication.java:52) at org.eclipse.net4j.signal.Indication.doExtendedInput(Indication.java:57) at org.eclipse.net4j.signal.Signal.doInput(Signal.java:434) at org.eclipse.net4j.signal.Indication.execute(Indication.java:51) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) Caused by: org.eclipse.net4j.util.om.monitor.MonitorCanceledException: org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 10001 millis at org.eclipse.net4j.util.om.monitor.Monitor.checkCanceled(Monitor.java:58) at org.eclipse.net4j.util.om.monitor.TimeoutMonitor.checkCanceled(TimeoutMonitor.java:116) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.AbstractMonitor.begin(AbstractMonitor.java:48) at org.eclipse.net4j.util.om.monitor.NestedMonitor.begin(NestedMonitor.java:63) at org.eclipse.net4j.util.om.monitor.ProgressDistributor.run(ProgressDistributor.java:86) at org.eclipse.emf.cdo.internal.server.Repository.commitUnsynced(Repository.java:1562) at org.eclipse.emf.cdo.internal.server.Repository.commit(Repository.java:1550) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicatingCommit(CommitTransactionIndication.java:283) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicating(CommitTransactionIndication.java:96) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerIndicationWithMonitoring.indicating(CDOServerIndicationWithMonitoring.java:118) at org.eclipse.net4j.signal.IndicationWithMonitoring.indicating(IndicationWithMonitoring.java:62) at org.eclipse.net4j.signal.IndicationWithResponse.doExtendedInput(IndicationWithResponse.java:94) at org.eclipse.net4j.signal.Signal.doInput(Signal.java:434) at org.eclipse.net4j.signal.IndicationWithResponse.execute(IndicationWithResponse.java:72) ... 6 more Caused by: org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 10001 millis at org.eclipse.net4j.util.om.monitor.TimeoutMonitor.handleTimeout(TimeoutMonitor.java:121) at org.eclipse.net4j.util.om.monitor.TimeoutMonitor$1.handleTimeout(TimeoutMonitor.java:61) at org.eclipse.net4j.util.concurrent.Timeouter$1.run(Timeouter.java:89) at java.base/java.util.TimerThread.mainLoop(Timer.java:566) at java.base/java.util.TimerThread.run(Timer.java:516) org.eclipse.emf.cdo.util.CommitException: org.eclipse.net4j.signal.RemoteException: org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 10001 millis at org.eclipse.emf.internal.cdo.transaction.CDOTransactionImpl.commitSynced(CDOTransactionImpl.java:1870) at org.eclipse.emf.internal.cdo.transaction.CDOTransactionImpl.commitAfterResolveConflicts(CDOTransactionImpl.java:1771) at org.eclipse.emf.internal.cdo.transaction.CDOTransactionImpl.commit(CDOTransactionImpl.java:1702) at org.eclipse.emf.internal.cdo.transaction.CDOTransactionImpl.commit(CDOTransactionImpl.java:1693) at org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_411927_Test$GoodClient.run(Bugzilla_411927_Test.java:201) Caused by: org.eclipse.net4j.signal.RemoteException: org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 10001 millis at org.eclipse.net4j.signal.RequestWithConfirmation.getRemoteException(RequestWithConfirmation.java:158) at org.eclipse.net4j.signal.RequestWithConfirmation.setRemoteException(RequestWithConfirmation.java:139) at org.eclipse.net4j.signal.SignalProtocol.handleRemoteException(SignalProtocol.java:582) at org.eclipse.net4j.signal.RemoteExceptionIndication.indicating(RemoteExceptionIndication.java:52) at org.eclipse.net4j.signal.Indication.doExtendedInput(Indication.java:57) at org.eclipse.net4j.signal.Signal.doInput(Signal.java:434) at org.eclipse.net4j.signal.Indication.execute(Indication.java:51) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) Caused by: org.eclipse.net4j.util.om.monitor.MonitorCanceledException: org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 10001 millis at org.eclipse.net4j.util.om.monitor.Monitor.checkCanceled(Monitor.java:58) at org.eclipse.net4j.util.om.monitor.TimeoutMonitor.checkCanceled(TimeoutMonitor.java:116) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.AbstractMonitor.begin(AbstractMonitor.java:48) at org.eclipse.net4j.util.om.monitor.NestedMonitor.begin(NestedMonitor.java:63) at org.eclipse.net4j.util.om.monitor.ProgressDistributor.run(ProgressDistributor.java:86) at org.eclipse.emf.cdo.internal.server.Repository.commitUnsynced(Repository.java:1562) at org.eclipse.emf.cdo.internal.server.Repository.commit(Repository.java:1550) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicatingCommit(CommitTransactionIndication.java:283) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicating(CommitTransactionIndication.java:96) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerIndicationWithMonitoring.indicating(CDOServerIndicationWithMonitoring.java:118) at org.eclipse.net4j.signal.IndicationWithMonitoring.indicating(IndicationWithMonitoring.java:62) at org.eclipse.net4j.signal.IndicationWithResponse.doExtendedInput(IndicationWithResponse.java:94) at org.eclipse.net4j.signal.Signal.doInput(Signal.java:434) at org.eclipse.net4j.signal.IndicationWithResponse.execute(IndicationWithResponse.java:72) ... 6 more Caused by: org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 10001 millis at org.eclipse.net4j.util.om.monitor.TimeoutMonitor.handleTimeout(TimeoutMonitor.java:121) at org.eclipse.net4j.util.om.monitor.TimeoutMonitor$1.handleTimeout(TimeoutMonitor.java:61) at org.eclipse.net4j.util.concurrent.Timeouter$1.run(Timeouter.java:89) at java.base/java.util.TimerThread.mainLoop(Timer.java:566) at java.base/java.util.TimerThread.run(Timer.java:516) org.eclipse.emf.cdo.util.CommitException: org.eclipse.net4j.signal.RemoteException: org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 10001 millis at org.eclipse.emf.internal.cdo.transaction.CDOTransactionImpl.commitSynced(CDOTransactionImpl.java:1870) at org.eclipse.emf.internal.cdo.transaction.CDOTransactionImpl.commitAfterResolveConflicts(CDOTransactionImpl.java:1771) at org.eclipse.emf.internal.cdo.transaction.CDOTransactionImpl.commit(CDOTransactionImpl.java:1702) at org.eclipse.emf.internal.cdo.transaction.CDOTransactionImpl.commit(CDOTransactionImpl.java:1693) at org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_411927_Test$GoodClient.run(Bugzilla_411927_Test.java:201) Caused by: org.eclipse.net4j.signal.RemoteException: org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 10001 millis at org.eclipse.net4j.signal.RequestWithConfirmation.getRemoteException(RequestWithConfirmation.java:158) at org.eclipse.net4j.signal.RequestWithConfirmation.setRemoteException(RequestWithConfirmation.java:139) at org.eclipse.net4j.signal.SignalProtocol.handleRemoteException(SignalProtocol.java:582) at org.eclipse.net4j.signal.RemoteExceptionIndication.indicating(RemoteExceptionIndication.java:52) at org.eclipse.net4j.signal.Indication.doExtendedInput(Indication.java:57) at org.eclipse.net4j.signal.Signal.doInput(Signal.java:434) at org.eclipse.net4j.signal.Indication.execute(Indication.java:51) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) Caused by: org.eclipse.net4j.util.om.monitor.MonitorCanceledException: org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 10001 millis at org.eclipse.net4j.util.om.monitor.Monitor.checkCanceled(Monitor.java:58) at org.eclipse.net4j.util.om.monitor.TimeoutMonitor.checkCanceled(TimeoutMonitor.java:116) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.AbstractMonitor.begin(AbstractMonitor.java:48) at org.eclipse.net4j.util.om.monitor.NestedMonitor.begin(NestedMonitor.java:63) at org.eclipse.net4j.util.om.monitor.ProgressDistributor.run(ProgressDistributor.java:86) at org.eclipse.emf.cdo.internal.server.Repository.commitUnsynced(Repository.java:1562) at org.eclipse.emf.cdo.internal.server.Repository.commit(Repository.java:1550) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicatingCommit(CommitTransactionIndication.java:283) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicating(CommitTransactionIndication.java:96) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerIndicationWithMonitoring.indicating(CDOServerIndicationWithMonitoring.java:118) at org.eclipse.net4j.signal.IndicationWithMonitoring.indicating(IndicationWithMonitoring.java:62) at org.eclipse.net4j.signal.IndicationWithResponse.doExtendedInput(IndicationWithResponse.java:94) at org.eclipse.net4j.signal.Signal.doInput(Signal.java:434) at org.eclipse.net4j.signal.IndicationWithResponse.execute(IndicationWithResponse.java:72) ... 6 more Caused by: org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 10001 millis at org.eclipse.net4j.util.om.monitor.TimeoutMonitor.handleTimeout(TimeoutMonitor.java:121) at org.eclipse.net4j.util.om.monitor.TimeoutMonitor$1.handleTimeout(TimeoutMonitor.java:61) at org.eclipse.net4j.util.concurrent.Timeouter$1.run(Timeouter.java:89) at java.base/java.util.TimerThread.mainLoop(Timer.java:566) at java.base/java.util.TimerThread.run(Timer.java:516) org.eclipse.emf.cdo.util.CommitException: org.eclipse.net4j.signal.RemoteException: org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 10001 millis at org.eclipse.emf.internal.cdo.transaction.CDOTransactionImpl.commitSynced(CDOTransactionImpl.java:1870) at org.eclipse.emf.internal.cdo.transaction.CDOTransactionImpl.commitAfterResolveConflicts(CDOTransactionImpl.java:1771) at org.eclipse.emf.internal.cdo.transaction.CDOTransactionImpl.commit(CDOTransactionImpl.java:1702) at org.eclipse.emf.internal.cdo.transaction.CDOTransactionImpl.commit(CDOTransactionImpl.java:1693) at org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_411927_Test$GoodClient.run(Bugzilla_411927_Test.java:201) Caused by: org.eclipse.net4j.signal.RemoteException: org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 10001 millis at org.eclipse.net4j.signal.RequestWithConfirmation.getRemoteException(RequestWithConfirmation.java:158) at org.eclipse.net4j.signal.RequestWithConfirmation.setRemoteException(RequestWithConfirmation.java:139) at org.eclipse.net4j.signal.SignalProtocol.handleRemoteException(SignalProtocol.java:582) at org.eclipse.net4j.signal.RemoteExceptionIndication.indicating(RemoteExceptionIndication.java:52) at org.eclipse.net4j.signal.Indication.doExtendedInput(Indication.java:57) at org.eclipse.net4j.signal.Signal.doInput(Signal.java:434) at org.eclipse.net4j.signal.Indication.execute(Indication.java:51) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) Caused by: org.eclipse.net4j.util.om.monitor.MonitorCanceledException: org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 10001 millis at org.eclipse.net4j.util.om.monitor.Monitor.checkCanceled(Monitor.java:58) at org.eclipse.net4j.util.om.monitor.TimeoutMonitor.checkCanceled(TimeoutMonitor.java:116) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.AbstractMonitor.begin(AbstractMonitor.java:48) at org.eclipse.net4j.util.om.monitor.NestedMonitor.begin(NestedMonitor.java:63) at org.eclipse.net4j.util.om.monitor.ProgressDistributor.run(ProgressDistributor.java:86) at org.eclipse.emf.cdo.internal.server.Repository.commitUnsynced(Repository.java:1562) at org.eclipse.emf.cdo.internal.server.Repository.commit(Repository.java:1550) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicatingCommit(CommitTransactionIndication.java:283) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicating(CommitTransactionIndication.java:96) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerIndicationWithMonitoring.indicating(CDOServerIndicationWithMonitoring.java:118) at org.eclipse.net4j.signal.IndicationWithMonitoring.indicating(IndicationWithMonitoring.java:62) at org.eclipse.net4j.signal.IndicationWithResponse.doExtendedInput(IndicationWithResponse.java:94) at org.eclipse.net4j.signal.Signal.doInput(Signal.java:434) at org.eclipse.net4j.signal.IndicationWithResponse.execute(IndicationWithResponse.java:72) ... 6 more Caused by: org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 10001 millis at org.eclipse.net4j.util.om.monitor.TimeoutMonitor.handleTimeout(TimeoutMonitor.java:121) at org.eclipse.net4j.util.om.monitor.TimeoutMonitor$1.handleTimeout(TimeoutMonitor.java:61) at org.eclipse.net4j.util.concurrent.Timeouter$1.run(Timeouter.java:89) at java.base/java.util.TimerThread.mainLoop(Timer.java:566) at java.base/java.util.TimerThread.run(Timer.java:516) org.eclipse.emf.cdo.util.CommitException: org.eclipse.net4j.signal.RemoteException: org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 10001 millis at org.eclipse.emf.internal.cdo.transaction.CDOTransactionImpl.commitSynced(CDOTransactionImpl.java:1870) at org.eclipse.emf.internal.cdo.transaction.CDOTransactionImpl.commitAfterResolveConflicts(CDOTransactionImpl.java:1771) at org.eclipse.emf.internal.cdo.transaction.CDOTransactionImpl.commit(CDOTransactionImpl.java:1702) at org.eclipse.emf.internal.cdo.transaction.CDOTransactionImpl.commit(CDOTransactionImpl.java:1693) at org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_411927_Test$GoodClient.run(Bugzilla_411927_Test.java:201) Caused by: org.eclipse.net4j.signal.RemoteException: org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 10001 millis at org.eclipse.net4j.signal.RequestWithConfirmation.getRemoteException(RequestWithConfirmation.java:158) at org.eclipse.net4j.signal.RequestWithConfirmation.setRemoteException(RequestWithConfirmation.java:139) at org.eclipse.net4j.signal.SignalProtocol.handleRemoteException(SignalProtocol.java:582) at org.eclipse.net4j.signal.RemoteExceptionIndication.indicating(RemoteExceptionIndication.java:52) at org.eclipse.net4j.signal.Indication.doExtendedInput(Indication.java:57) at org.eclipse.net4j.signal.Signal.doInput(Signal.java:434) at org.eclipse.net4j.signal.Indication.execute(Indication.java:51) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) Caused by: org.eclipse.net4j.util.om.monitor.MonitorCanceledException: org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 10001 millis at org.eclipse.net4j.util.om.monitor.Monitor.checkCanceled(Monitor.java:58) at org.eclipse.net4j.util.om.monitor.TimeoutMonitor.checkCanceled(TimeoutMonitor.java:116) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.AbstractMonitor.begin(AbstractMonitor.java:48) at org.eclipse.net4j.util.om.monitor.NestedMonitor.begin(NestedMonitor.java:63) at org.eclipse.net4j.util.om.monitor.ProgressDistributor.run(ProgressDistributor.java:86) at org.eclipse.emf.cdo.internal.server.Repository.commitUnsynced(Repository.java:1562) at org.eclipse.emf.cdo.internal.server.Repository.commit(Repository.java:1550) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicatingCommit(CommitTransactionIndication.java:283) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicating(CommitTransactionIndication.java:96) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerIndicationWithMonitoring.indicating(CDOServerIndicationWithMonitoring.java:118) at org.eclipse.net4j.signal.IndicationWithMonitoring.indicating(IndicationWithMonitoring.java:62) at org.eclipse.net4j.signal.IndicationWithResponse.doExtendedInput(IndicationWithResponse.java:94) at org.eclipse.net4j.signal.Signal.doInput(Signal.java:434) at org.eclipse.net4j.signal.IndicationWithResponse.execute(IndicationWithResponse.java:72) ... 6 more Caused by: org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 10001 millis at org.eclipse.net4j.util.om.monitor.TimeoutMonitor.handleTimeout(TimeoutMonitor.java:121) at org.eclipse.net4j.util.om.monitor.TimeoutMonitor$1.handleTimeout(TimeoutMonitor.java:61) at org.eclipse.net4j.util.concurrent.Timeouter$1.run(Timeouter.java:89) at java.base/java.util.TimerThread.mainLoop(Timer.java:566) at java.base/java.util.TimerThread.run(Timer.java:516) ******************************************************* Bugzilla_411927_Test.testWithFailureBeforeTimeStamp [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_411927_Test.testWithoutFailure [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_414270_Test.testCreateBranch [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_414270_Test.testGetBranch [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_414270_Test.testGetBranches [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_414270_Test.testManagerGetBranchByID [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_414270_Test.testManagerGetBranchByPath [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_414270_Test.testManagerQuery [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_414270_Test.testManagerQueryNoResult [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_415415_Test.testStaleReferenceRemove_FromLocallyDirtyObjectToRemotelyDetachedObject [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_415415_Test.testStaleReferenceRemove_FromRemotelyDirtyObjectToLocallyDetachedObject [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_415836_Test.testCDOTransaction_GetOrCreateBinaryResourceWithEmptyResourcePath [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_415836_Test.testCDOTransaction_GetOrCreateBinaryResourceWithExistingResourceAndTimeoutException [H2, JVM, Native] ******************************************************* [ERROR] java.util.concurrent.TimeoutException: Buffer read timeout expired after 0 milliseconds org.eclipse.emf.cdo.common.util.TransportException: java.util.concurrent.TimeoutException: Buffer read timeout expired after 0 milliseconds at org.eclipse.emf.cdo.internal.net4j.protocol.CDOClientProtocol.send(CDOClientProtocol.java:684) at org.eclipse.emf.cdo.internal.net4j.protocol.CDOClientProtocol.closeView(CDOClientProtocol.java:297) at org.eclipse.emf.internal.cdo.view.CDOViewImpl.doDeactivate(CDOViewImpl.java:1682) at org.eclipse.emf.internal.cdo.transaction.CDOTransactionImpl.doDeactivate(CDOTransactionImpl.java:3937) at org.eclipse.net4j.util.lifecycle.Lifecycle.internalDeactivate(Lifecycle.java:151) at org.eclipse.net4j.util.lifecycle.Lifecycle.deactivate(Lifecycle.java:208) at org.eclipse.net4j.util.lifecycle.LifecycleUtil.deactivate(LifecycleUtil.java:254) at org.eclipse.net4j.util.lifecycle.LifecycleUtil.deactivate(LifecycleUtil.java:244) at org.eclipse.net4j.util.lifecycle.LifecycleUtil.deactivate(LifecycleUtil.java:271) at org.eclipse.emf.internal.cdo.view.AbstractCDOView.close(AbstractCDOView.java:3006) at org.eclipse.emf.internal.cdo.session.CDOViewContainerImpl.doDeactivate(CDOViewContainerImpl.java:252) at org.eclipse.emf.internal.cdo.session.CDOSessionImpl.doDeactivate(CDOSessionImpl.java:1710) at org.eclipse.emf.cdo.internal.net4j.CDONet4jSessionImpl.doDeactivate(CDONet4jSessionImpl.java:340) at org.eclipse.net4j.util.lifecycle.Lifecycle.internalDeactivate(Lifecycle.java:151) at org.eclipse.net4j.util.lifecycle.ShareableLifecycle.internalDeactivate(ShareableLifecycle.java:52) at org.eclipse.net4j.util.lifecycle.Lifecycle.deactivate(Lifecycle.java:208) at org.eclipse.net4j.util.lifecycle.LifecycleUtil.deactivate(LifecycleUtil.java:254) at org.eclipse.net4j.util.lifecycle.LifecycleUtil.deactivate(LifecycleUtil.java:244) at org.eclipse.emf.cdo.tests.config.impl.SessionConfig.closeAllSessions(SessionConfig.java:238) at org.eclipse.emf.cdo.tests.config.impl.SessionConfig.tearDown(SessionConfig.java:277) at org.eclipse.emf.cdo.tests.config.impl.SessionConfig$Net4j.tearDown(SessionConfig.java:478) at org.eclipse.emf.cdo.tests.config.impl.Scenario.tearDown(Scenario.java:241) at org.eclipse.emf.cdo.tests.config.impl.ConfigTest.doTearDown(ConfigTest.java:874) at org.eclipse.emf.cdo.tests.AbstractCDOTest.doTearDown(AbstractCDOTest.java:118) at org.eclipse.net4j.util.tests.AbstractOMTest.tearDown(AbstractOMTest.java:233) at org.eclipse.net4j.util.tests.AbstractOMTest$3.execute(AbstractOMTest.java:325) at org.eclipse.net4j.internal.util.test.TestExecuter.execute(TestExecuter.java:40) at org.eclipse.net4j.util.tests.AbstractOMTest.runBare(AbstractOMTest.java:301) at org.eclipse.emf.cdo.tests.config.impl.ConfigTest.runBare(ConfigTest.java:648) at junit.framework.TestResult$1.protect(TestResult.java:122) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.framework.TestResult.run(TestResult.java:125) at junit.framework.TestCase.run(TestCase.java:130) at org.eclipse.net4j.util.tests.AbstractOMTest.run(AbstractOMTest.java:375) at junit.framework.TestSuite.runTest(TestSuite.java:241) at org.eclipse.emf.cdo.tests.config.impl.ConfigTestSuite$TestClassWrapper.runTest(ConfigTestSuite.java:231) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at org.eclipse.emf.cdo.tests.config.impl.ConfigTestSuite$MainSuite.run(ConfigTestSuite.java:166) at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:364) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:237) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:158) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.apache.maven.surefire.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:167) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:142) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:28) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:679) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:616) at org.eclipse.equinox.launcher.Main.run(Main.java:1492) at org.eclipse.equinox.launcher.Main.main(Main.java:1465) Caused by: java.util.concurrent.TimeoutException: Buffer read timeout expired after 0 milliseconds at org.eclipse.net4j.util.io.IOTimeoutException.createTimeoutException(IOTimeoutException.java:46) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:348) at org.eclipse.net4j.signal.SignalProtocol.startSignal(SignalProtocol.java:557) at org.eclipse.net4j.signal.RequestWithConfirmation.doSend(RequestWithConfirmation.java:90) at org.eclipse.net4j.signal.RequestWithConfirmation.send(RequestWithConfirmation.java:76) at org.eclipse.emf.cdo.internal.net4j.protocol.CDOClientProtocol.send(CDOClientProtocol.java:676) ... 68 more Caused by: org.eclipse.net4j.util.io.IOTimeoutException: Buffer read timeout expired after 0 milliseconds at org.eclipse.net4j.buffer.BufferInputStream.computeTimeout(BufferInputStream.java:357) at org.eclipse.net4j.buffer.BufferInputStream.ensureBuffer(BufferInputStream.java:310) at org.eclipse.net4j.buffer.BufferInputStream.read(BufferInputStream.java:135) at java.base/java.io.DataInputStream.readBoolean(DataInputStream.java:248) at org.eclipse.net4j.util.io.ExtendedDataInput$Delegating.readBoolean(ExtendedDataInput.java:79) at org.eclipse.emf.cdo.internal.net4j.protocol.CloseViewRequest.confirming(CloseViewRequest.java:41) at org.eclipse.emf.cdo.internal.net4j.protocol.CloseViewRequest.confirming(CloseViewRequest.java:1) at org.eclipse.emf.cdo.internal.net4j.protocol.CDOClientRequest.confirming(CDOClientRequest.java:110) at org.eclipse.net4j.signal.RequestWithConfirmation.doExtendedInput(RequestWithConfirmation.java:126) at org.eclipse.net4j.signal.Signal.doInput(Signal.java:434) at org.eclipse.net4j.signal.RequestWithConfirmation.doExecute(RequestWithConfirmation.java:106) at org.eclipse.net4j.signal.SignalActor.execute(SignalActor.java:53) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) ... 72 more ******************************************************* Bugzilla_415836_Test.testCDOTransaction_GetOrCreateBinaryResourceWithNullResourcePath [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_415836_Test.testCDOTransaction_GetOrCreateResourceFolderWithEmptyResourcePath [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_415836_Test.testCDOTransaction_GetOrCreateResourceFolderWithExistingResourceAndTimeoutException [H2, JVM, Native] ******************************************************* [ERROR] java.util.concurrent.TimeoutException: Buffer read timeout expired after 0 milliseconds org.eclipse.emf.cdo.common.util.TransportException: java.util.concurrent.TimeoutException: Buffer read timeout expired after 0 milliseconds at org.eclipse.emf.cdo.internal.net4j.protocol.CDOClientProtocol.send(CDOClientProtocol.java:684) at org.eclipse.emf.cdo.internal.net4j.protocol.CDOClientProtocol.closeView(CDOClientProtocol.java:297) at org.eclipse.emf.internal.cdo.view.CDOViewImpl.doDeactivate(CDOViewImpl.java:1682) at org.eclipse.emf.internal.cdo.transaction.CDOTransactionImpl.doDeactivate(CDOTransactionImpl.java:3937) at org.eclipse.net4j.util.lifecycle.Lifecycle.internalDeactivate(Lifecycle.java:151) at org.eclipse.net4j.util.lifecycle.Lifecycle.deactivate(Lifecycle.java:208) at org.eclipse.net4j.util.lifecycle.LifecycleUtil.deactivate(LifecycleUtil.java:254) at org.eclipse.net4j.util.lifecycle.LifecycleUtil.deactivate(LifecycleUtil.java:244) at org.eclipse.net4j.util.lifecycle.LifecycleUtil.deactivate(LifecycleUtil.java:271) at org.eclipse.emf.internal.cdo.view.AbstractCDOView.close(AbstractCDOView.java:3006) at org.eclipse.emf.internal.cdo.session.CDOViewContainerImpl.doDeactivate(CDOViewContainerImpl.java:252) at org.eclipse.emf.internal.cdo.session.CDOSessionImpl.doDeactivate(CDOSessionImpl.java:1710) at org.eclipse.emf.cdo.internal.net4j.CDONet4jSessionImpl.doDeactivate(CDONet4jSessionImpl.java:340) at org.eclipse.net4j.util.lifecycle.Lifecycle.internalDeactivate(Lifecycle.java:151) at org.eclipse.net4j.util.lifecycle.ShareableLifecycle.internalDeactivate(ShareableLifecycle.java:52) at org.eclipse.net4j.util.lifecycle.Lifecycle.deactivate(Lifecycle.java:208) at org.eclipse.net4j.util.lifecycle.LifecycleUtil.deactivate(LifecycleUtil.java:254) at org.eclipse.net4j.util.lifecycle.LifecycleUtil.deactivate(LifecycleUtil.java:244) at org.eclipse.emf.cdo.tests.config.impl.SessionConfig.closeAllSessions(SessionConfig.java:238) at org.eclipse.emf.cdo.tests.config.impl.SessionConfig.tearDown(SessionConfig.java:277) at org.eclipse.emf.cdo.tests.config.impl.SessionConfig$Net4j.tearDown(SessionConfig.java:478) at org.eclipse.emf.cdo.tests.config.impl.Scenario.tearDown(Scenario.java:241) at org.eclipse.emf.cdo.tests.config.impl.ConfigTest.doTearDown(ConfigTest.java:874) at org.eclipse.emf.cdo.tests.AbstractCDOTest.doTearDown(AbstractCDOTest.java:118) at org.eclipse.net4j.util.tests.AbstractOMTest.tearDown(AbstractOMTest.java:233) at org.eclipse.net4j.util.tests.AbstractOMTest$3.execute(AbstractOMTest.java:325) at org.eclipse.net4j.internal.util.test.TestExecuter.execute(TestExecuter.java:40) at org.eclipse.net4j.util.tests.AbstractOMTest.runBare(AbstractOMTest.java:301) at org.eclipse.emf.cdo.tests.config.impl.ConfigTest.runBare(ConfigTest.java:648) at junit.framework.TestResult$1.protect(TestResult.java:122) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.framework.TestResult.run(TestResult.java:125) at junit.framework.TestCase.run(TestCase.java:130) at org.eclipse.net4j.util.tests.AbstractOMTest.run(AbstractOMTest.java:375) at junit.framework.TestSuite.runTest(TestSuite.java:241) at org.eclipse.emf.cdo.tests.config.impl.ConfigTestSuite$TestClassWrapper.runTest(ConfigTestSuite.java:231) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at org.eclipse.emf.cdo.tests.config.impl.ConfigTestSuite$MainSuite.run(ConfigTestSuite.java:166) at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:364) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:237) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:158) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.apache.maven.surefire.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:167) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:142) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:28) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:679) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:616) at org.eclipse.equinox.launcher.Main.run(Main.java:1492) at org.eclipse.equinox.launcher.Main.main(Main.java:1465) Caused by: java.util.concurrent.TimeoutException: Buffer read timeout expired after 0 milliseconds at org.eclipse.net4j.util.io.IOTimeoutException.createTimeoutException(IOTimeoutException.java:46) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:348) at org.eclipse.net4j.signal.SignalProtocol.startSignal(SignalProtocol.java:557) at org.eclipse.net4j.signal.RequestWithConfirmation.doSend(RequestWithConfirmation.java:90) at org.eclipse.net4j.signal.RequestWithConfirmation.send(RequestWithConfirmation.java:76) at org.eclipse.emf.cdo.internal.net4j.protocol.CDOClientProtocol.send(CDOClientProtocol.java:676) ... 68 more Caused by: org.eclipse.net4j.util.io.IOTimeoutException: Buffer read timeout expired after 0 milliseconds at org.eclipse.net4j.buffer.BufferInputStream.computeTimeout(BufferInputStream.java:357) at org.eclipse.net4j.buffer.BufferInputStream.ensureBuffer(BufferInputStream.java:310) at org.eclipse.net4j.buffer.BufferInputStream.read(BufferInputStream.java:135) at java.base/java.io.DataInputStream.readBoolean(DataInputStream.java:248) at org.eclipse.net4j.util.io.ExtendedDataInput$Delegating.readBoolean(ExtendedDataInput.java:79) at org.eclipse.emf.cdo.internal.net4j.protocol.CloseViewRequest.confirming(CloseViewRequest.java:41) at org.eclipse.emf.cdo.internal.net4j.protocol.CloseViewRequest.confirming(CloseViewRequest.java:1) at org.eclipse.emf.cdo.internal.net4j.protocol.CDOClientRequest.confirming(CDOClientRequest.java:110) at org.eclipse.net4j.signal.RequestWithConfirmation.doExtendedInput(RequestWithConfirmation.java:126) at org.eclipse.net4j.signal.Signal.doInput(Signal.java:434) at org.eclipse.net4j.signal.RequestWithConfirmation.doExecute(RequestWithConfirmation.java:106) at org.eclipse.net4j.signal.SignalActor.execute(SignalActor.java:53) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) ... 72 more ******************************************************* Bugzilla_415836_Test.testCDOTransaction_GetOrCreateResourceFolderWithNullResourcePath [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_415836_Test.testCDOTransaction_GetOrCreateResourceWithEmptyResourcePath [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_415836_Test.testCDOTransaction_GetOrCreateResourceWithExistingResourceAndTimeoutException [H2, JVM, Native] ******************************************************* [ERROR] java.util.concurrent.TimeoutException: Buffer read timeout expired after 0 milliseconds org.eclipse.emf.cdo.common.util.TransportException: java.util.concurrent.TimeoutException: Buffer read timeout expired after 0 milliseconds at org.eclipse.emf.cdo.internal.net4j.protocol.CDOClientProtocol.send(CDOClientProtocol.java:684) at org.eclipse.emf.cdo.internal.net4j.protocol.CDOClientProtocol.closeView(CDOClientProtocol.java:297) at org.eclipse.emf.internal.cdo.view.CDOViewImpl.doDeactivate(CDOViewImpl.java:1682) at org.eclipse.emf.internal.cdo.transaction.CDOTransactionImpl.doDeactivate(CDOTransactionImpl.java:3937) at org.eclipse.net4j.util.lifecycle.Lifecycle.internalDeactivate(Lifecycle.java:151) at org.eclipse.net4j.util.lifecycle.Lifecycle.deactivate(Lifecycle.java:208) at org.eclipse.net4j.util.lifecycle.LifecycleUtil.deactivate(LifecycleUtil.java:254) at org.eclipse.net4j.util.lifecycle.LifecycleUtil.deactivate(LifecycleUtil.java:244) at org.eclipse.net4j.util.lifecycle.LifecycleUtil.deactivate(LifecycleUtil.java:271) at org.eclipse.emf.internal.cdo.view.AbstractCDOView.close(AbstractCDOView.java:3006) at org.eclipse.emf.internal.cdo.session.CDOViewContainerImpl.doDeactivate(CDOViewContainerImpl.java:252) at org.eclipse.emf.internal.cdo.session.CDOSessionImpl.doDeactivate(CDOSessionImpl.java:1710) at org.eclipse.emf.cdo.internal.net4j.CDONet4jSessionImpl.doDeactivate(CDONet4jSessionImpl.java:340) at org.eclipse.net4j.util.lifecycle.Lifecycle.internalDeactivate(Lifecycle.java:151) at org.eclipse.net4j.util.lifecycle.ShareableLifecycle.internalDeactivate(ShareableLifecycle.java:52) at org.eclipse.net4j.util.lifecycle.Lifecycle.deactivate(Lifecycle.java:208) at org.eclipse.net4j.util.lifecycle.LifecycleUtil.deactivate(LifecycleUtil.java:254) at org.eclipse.net4j.util.lifecycle.LifecycleUtil.deactivate(LifecycleUtil.java:244) at org.eclipse.emf.cdo.tests.config.impl.SessionConfig.closeAllSessions(SessionConfig.java:238) at org.eclipse.emf.cdo.tests.config.impl.SessionConfig.tearDown(SessionConfig.java:277) at org.eclipse.emf.cdo.tests.config.impl.SessionConfig$Net4j.tearDown(SessionConfig.java:478) at org.eclipse.emf.cdo.tests.config.impl.Scenario.tearDown(Scenario.java:241) at org.eclipse.emf.cdo.tests.config.impl.ConfigTest.doTearDown(ConfigTest.java:874) at org.eclipse.emf.cdo.tests.AbstractCDOTest.doTearDown(AbstractCDOTest.java:118) at org.eclipse.net4j.util.tests.AbstractOMTest.tearDown(AbstractOMTest.java:233) at org.eclipse.net4j.util.tests.AbstractOMTest$3.execute(AbstractOMTest.java:325) at org.eclipse.net4j.internal.util.test.TestExecuter.execute(TestExecuter.java:40) at org.eclipse.net4j.util.tests.AbstractOMTest.runBare(AbstractOMTest.java:301) at org.eclipse.emf.cdo.tests.config.impl.ConfigTest.runBare(ConfigTest.java:648) at junit.framework.TestResult$1.protect(TestResult.java:122) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.framework.TestResult.run(TestResult.java:125) at junit.framework.TestCase.run(TestCase.java:130) at org.eclipse.net4j.util.tests.AbstractOMTest.run(AbstractOMTest.java:375) at junit.framework.TestSuite.runTest(TestSuite.java:241) at org.eclipse.emf.cdo.tests.config.impl.ConfigTestSuite$TestClassWrapper.runTest(ConfigTestSuite.java:231) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at org.eclipse.emf.cdo.tests.config.impl.ConfigTestSuite$MainSuite.run(ConfigTestSuite.java:166) at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:364) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:237) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:158) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.apache.maven.surefire.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:167) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:142) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:28) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:679) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:616) at org.eclipse.equinox.launcher.Main.run(Main.java:1492) at org.eclipse.equinox.launcher.Main.main(Main.java:1465) Caused by: java.util.concurrent.TimeoutException: Buffer read timeout expired after 0 milliseconds at org.eclipse.net4j.util.io.IOTimeoutException.createTimeoutException(IOTimeoutException.java:46) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:348) at org.eclipse.net4j.signal.SignalProtocol.startSignal(SignalProtocol.java:557) at org.eclipse.net4j.signal.RequestWithConfirmation.doSend(RequestWithConfirmation.java:90) at org.eclipse.net4j.signal.RequestWithConfirmation.send(RequestWithConfirmation.java:76) at org.eclipse.emf.cdo.internal.net4j.protocol.CDOClientProtocol.send(CDOClientProtocol.java:676) ... 68 more Caused by: org.eclipse.net4j.util.io.IOTimeoutException: Buffer read timeout expired after 0 milliseconds at org.eclipse.net4j.buffer.BufferInputStream.computeTimeout(BufferInputStream.java:357) at org.eclipse.net4j.buffer.BufferInputStream.ensureBuffer(BufferInputStream.java:310) at org.eclipse.net4j.buffer.BufferInputStream.read(BufferInputStream.java:135) at java.base/java.io.DataInputStream.readBoolean(DataInputStream.java:248) at org.eclipse.net4j.util.io.ExtendedDataInput$Delegating.readBoolean(ExtendedDataInput.java:79) at org.eclipse.emf.cdo.internal.net4j.protocol.CloseViewRequest.confirming(CloseViewRequest.java:41) at org.eclipse.emf.cdo.internal.net4j.protocol.CloseViewRequest.confirming(CloseViewRequest.java:1) at org.eclipse.emf.cdo.internal.net4j.protocol.CDOClientRequest.confirming(CDOClientRequest.java:110) at org.eclipse.net4j.signal.RequestWithConfirmation.doExtendedInput(RequestWithConfirmation.java:126) at org.eclipse.net4j.signal.Signal.doInput(Signal.java:434) at org.eclipse.net4j.signal.RequestWithConfirmation.doExecute(RequestWithConfirmation.java:106) at org.eclipse.net4j.signal.SignalActor.execute(SignalActor.java:53) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) ... 72 more ******************************************************* Bugzilla_415836_Test.testCDOTransaction_GetOrCreateResourceWithNullResourcePath [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_415836_Test.testCDOTransaction_GetOrCreateTextResourceWithEmptyResourcePath [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_415836_Test.testCDOTransaction_GetOrCreateTextResourceWithExistingResourceAndTimeoutException [H2, JVM, Native] ******************************************************* [ERROR] java.util.concurrent.TimeoutException: Buffer read timeout expired after 0 milliseconds org.eclipse.emf.cdo.common.util.TransportException: java.util.concurrent.TimeoutException: Buffer read timeout expired after 0 milliseconds at org.eclipse.emf.cdo.internal.net4j.protocol.CDOClientProtocol.send(CDOClientProtocol.java:684) at org.eclipse.emf.cdo.internal.net4j.protocol.CDOClientProtocol.closeView(CDOClientProtocol.java:297) at org.eclipse.emf.internal.cdo.view.CDOViewImpl.doDeactivate(CDOViewImpl.java:1682) at org.eclipse.emf.internal.cdo.transaction.CDOTransactionImpl.doDeactivate(CDOTransactionImpl.java:3937) at org.eclipse.net4j.util.lifecycle.Lifecycle.internalDeactivate(Lifecycle.java:151) at org.eclipse.net4j.util.lifecycle.Lifecycle.deactivate(Lifecycle.java:208) at org.eclipse.net4j.util.lifecycle.LifecycleUtil.deactivate(LifecycleUtil.java:254) at org.eclipse.net4j.util.lifecycle.LifecycleUtil.deactivate(LifecycleUtil.java:244) at org.eclipse.net4j.util.lifecycle.LifecycleUtil.deactivate(LifecycleUtil.java:271) at org.eclipse.emf.internal.cdo.view.AbstractCDOView.close(AbstractCDOView.java:3006) at org.eclipse.emf.internal.cdo.session.CDOViewContainerImpl.doDeactivate(CDOViewContainerImpl.java:252) at org.eclipse.emf.internal.cdo.session.CDOSessionImpl.doDeactivate(CDOSessionImpl.java:1710) at org.eclipse.emf.cdo.internal.net4j.CDONet4jSessionImpl.doDeactivate(CDONet4jSessionImpl.java:340) at org.eclipse.net4j.util.lifecycle.Lifecycle.internalDeactivate(Lifecycle.java:151) at org.eclipse.net4j.util.lifecycle.ShareableLifecycle.internalDeactivate(ShareableLifecycle.java:52) at org.eclipse.net4j.util.lifecycle.Lifecycle.deactivate(Lifecycle.java:208) at org.eclipse.net4j.util.lifecycle.LifecycleUtil.deactivate(LifecycleUtil.java:254) at org.eclipse.net4j.util.lifecycle.LifecycleUtil.deactivate(LifecycleUtil.java:244) at org.eclipse.emf.cdo.tests.config.impl.SessionConfig.closeAllSessions(SessionConfig.java:238) at org.eclipse.emf.cdo.tests.config.impl.SessionConfig.tearDown(SessionConfig.java:277) at org.eclipse.emf.cdo.tests.config.impl.SessionConfig$Net4j.tearDown(SessionConfig.java:478) at org.eclipse.emf.cdo.tests.config.impl.Scenario.tearDown(Scenario.java:241) at org.eclipse.emf.cdo.tests.config.impl.ConfigTest.doTearDown(ConfigTest.java:874) at org.eclipse.emf.cdo.tests.AbstractCDOTest.doTearDown(AbstractCDOTest.java:118) at org.eclipse.net4j.util.tests.AbstractOMTest.tearDown(AbstractOMTest.java:233) at org.eclipse.net4j.util.tests.AbstractOMTest$3.execute(AbstractOMTest.java:325) at org.eclipse.net4j.internal.util.test.TestExecuter.execute(TestExecuter.java:40) at org.eclipse.net4j.util.tests.AbstractOMTest.runBare(AbstractOMTest.java:301) at org.eclipse.emf.cdo.tests.config.impl.ConfigTest.runBare(ConfigTest.java:648) at junit.framework.TestResult$1.protect(TestResult.java:122) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.framework.TestResult.run(TestResult.java:125) at junit.framework.TestCase.run(TestCase.java:130) at org.eclipse.net4j.util.tests.AbstractOMTest.run(AbstractOMTest.java:375) at junit.framework.TestSuite.runTest(TestSuite.java:241) at org.eclipse.emf.cdo.tests.config.impl.ConfigTestSuite$TestClassWrapper.runTest(ConfigTestSuite.java:231) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at org.eclipse.emf.cdo.tests.config.impl.ConfigTestSuite$MainSuite.run(ConfigTestSuite.java:166) at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:364) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:237) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:158) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.apache.maven.surefire.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:167) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:142) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:28) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:679) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:616) at org.eclipse.equinox.launcher.Main.run(Main.java:1492) at org.eclipse.equinox.launcher.Main.main(Main.java:1465) Caused by: java.util.concurrent.TimeoutException: Buffer read timeout expired after 0 milliseconds at org.eclipse.net4j.util.io.IOTimeoutException.createTimeoutException(IOTimeoutException.java:46) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:348) at org.eclipse.net4j.signal.SignalProtocol.startSignal(SignalProtocol.java:557) at org.eclipse.net4j.signal.RequestWithConfirmation.doSend(RequestWithConfirmation.java:90) at org.eclipse.net4j.signal.RequestWithConfirmation.send(RequestWithConfirmation.java:76) at org.eclipse.emf.cdo.internal.net4j.protocol.CDOClientProtocol.send(CDOClientProtocol.java:676) ... 68 more Caused by: org.eclipse.net4j.util.io.IOTimeoutException: Buffer read timeout expired after 0 milliseconds at org.eclipse.net4j.buffer.BufferInputStream.computeTimeout(BufferInputStream.java:357) at org.eclipse.net4j.buffer.BufferInputStream.ensureBuffer(BufferInputStream.java:310) at org.eclipse.net4j.buffer.BufferInputStream.read(BufferInputStream.java:135) at java.base/java.io.DataInputStream.readBoolean(DataInputStream.java:248) at org.eclipse.net4j.util.io.ExtendedDataInput$Delegating.readBoolean(ExtendedDataInput.java:79) at org.eclipse.emf.cdo.internal.net4j.protocol.CloseViewRequest.confirming(CloseViewRequest.java:41) at org.eclipse.emf.cdo.internal.net4j.protocol.CloseViewRequest.confirming(CloseViewRequest.java:1) at org.eclipse.emf.cdo.internal.net4j.protocol.CDOClientRequest.confirming(CDOClientRequest.java:110) at org.eclipse.net4j.signal.RequestWithConfirmation.doExtendedInput(RequestWithConfirmation.java:126) at org.eclipse.net4j.signal.Signal.doInput(Signal.java:434) at org.eclipse.net4j.signal.RequestWithConfirmation.doExecute(RequestWithConfirmation.java:106) at org.eclipse.net4j.signal.SignalActor.execute(SignalActor.java:53) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) ... 72 more ******************************************************* Bugzilla_415836_Test.testCDOTransaction_GetOrCreateTextResourceWithNullResourcePath [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_415836_Test.testEnableDisableTimeoutException [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_416298_Test.testGetSetFolderPath [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_416298_Test.testGetSetResourcePath [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_416298_Test.testGetSetResourceURI [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_416366_Test.testImplicitEObjectFeatures [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_416474_Test.testAllProperContentsNoTypeFilter [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_416474_Test.testAllProperContentsTypeFilter [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_416474_Test.testMatchesAnyStringAttribute [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_416555_Test.testQueryInstances [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_416555_Test.testQueryInstancesAsync [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_417483_Test.testCommit_NoPermission [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] Security realm created in /security ******************************************************* Bugzilla_417483_Test.testCommit_ReadPermission [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] Security realm created in /security ******************************************************* Bugzilla_417483_Test.testCommit_WritePermission [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] Security realm created in /security ******************************************************* Bugzilla_417483_Test.testLoad_NoPermission [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] Security realm created in /security ******************************************************* Bugzilla_417483_Test.testLoad_ReadPermission [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] Security realm created in /security ******************************************************* Bugzilla_417483_Test.testPassiveUpdates_Additions [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] Security realm created in /security ******************************************************* Bugzilla_417483_Test.testPassiveUpdates_Additions_WithEditingDomain [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] Security realm created in /security ******************************************************* Bugzilla_417483_Test.testPassiveUpdates_Changes [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] Security realm created in /security ******************************************************* Bugzilla_417483_Test.testPassiveUpdates_Changes_WithEditingDomain [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] Security realm created in /security ******************************************************* Bugzilla_417483_Test.testPassiveUpdates_Invalidations [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] Security realm created in /security ******************************************************* Bugzilla_417483_Test.testPassiveUpdates_InvalidationsWithEditingDomain [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] Security realm created in /security ******************************************************* Bugzilla_417483_Test.testRemoveUser [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] Security realm created in /security ******************************************************* Bugzilla_417782_Test.testEObjectReference [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Bugzilla_417844_Test.testInvalidationRunnerLifecycle [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_418267_Test.testMoveFromNoneToNone [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] Security realm created in /security ******************************************************* Bugzilla_418267_Test.testMoveFromNoneToRead [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] Security realm created in /security ******************************************************* Bugzilla_418267_Test.testMoveFromNoneToWrite [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] Security realm created in /security ******************************************************* Bugzilla_418267_Test.testMoveFromReadToNone [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] Security realm created in /security ******************************************************* Bugzilla_418267_Test.testMoveFromReadToRead [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] Security realm created in /security ******************************************************* Bugzilla_418267_Test.testMoveFromReadToWrite [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] Security realm created in /security ******************************************************* Bugzilla_418267_Test.testMoveFromWriteToNone [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] Security realm created in /security ******************************************************* Bugzilla_418267_Test.testMoveFromWriteToRead [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] Security realm created in /security ******************************************************* Bugzilla_418267_Test.testMoveFromWriteToWrite [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] Security realm created in /security ******************************************************* Bugzilla_419574_Test.testConflict [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Bugzilla_419962_Test.testConflict [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_421287_Test.testAsyncQueryForUnknownEClass [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_421287_Test.testSyncQueryForUnknownEClass [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_422170_Test.testPermissionsWithDetachedObject [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] Security realm created in /security ******************************************************* Bugzilla_423699_Test.testUnlockDeletedElementsWithDurableLockingAndAutoReleaseLocks [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Bugzilla_423699_Test.testUnlockDeletedElementsWithDurableLockingAndNoAutoReleaseLocks [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_423699_Test.testUnlockDeletedElementsWithNoDurableLockingAndAutoReleaseLocks [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_423699_Test.testUnlockDeletedElementsWithNoDurableLockingAndNoAutoReleaseLocks [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_427773_Test.testParallelAuthenticatedSessionOpening [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_429659_Test.testUnsetOnNonUnsettableMultiValuedFeatureCDOResource [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Bugzilla_429659_Test.testUnsetOnNonUnsettableMultiValuedFeatureXMIResource [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_429659_Test.testUnsetOnNonUnsettableSingleValuedAttributeCDOResource [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_429659_Test.testUnsetOnNonUnsettableSingleValuedAttributeXMIResource [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_429659_Test.testUnsetOnUnsettableMultiValuedFeatureCDOResource [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_429659_Test.testUnsetOnUnsettableMultiValuedFeatureXMIResource [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_429659_Test.testUnsetOnUnsettableSingleValuedAttributeCDOResource [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_429659_Test.testUnsetOnUnsettableSingleValuedAttributeXMIResource [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_429709_Test.testContainmentAddAddSet [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_429709_Test.testContainmentAddSet [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_429709_Test.testContainmentSetSet [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_430251_Test.testMemoryLeakOnResourceSet [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_430794_Test.testConflictResolutionWithSavepoint [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_435198_Test.testAbstractCDOView_GetObjectWithCDOResourceId_ResourceSetAddition [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_435198_Test.testAbstractCDOView_GetObject_ResourceSetAddition [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_435198_Test.testAbstractCDOView_GetResource_ResourceSetAddition [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_435532_Test.testDragChildrenAtListBegin [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_435532_Test.testDragChildrenAtListEnd [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_435532_Test.testDragChildrenFromEndToBegin [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_438682_Test.testUnsetNonUnsettableFeatureAndCommit [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_438682_Test.testUnsetUnsettableFeatureAndCommit [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_439337_Test.testCDOLockStateWithPrefetch [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_439337_Test.testCDOLockStateWithoutPrefetch [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_441136_Test.testRequestWithMonitoringWithProgressMonitor [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_441136_Test.testRequestWithMonitoringWithoutProgressMonitor [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_442178_Test.testCDORevisionUtil_GetResourceNodePath_WithCDOResource [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_442178_Test.testCDORevisionUtil_GetResourceNodePath_WithCDOResourceFolder [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_442178_Test.testCDORevisionUtil_GetResourceNodePath_WithNotRootCDOObject [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_442178_Test.testCDORevisionUtil_GetResourceNodePath_WithNotRootCDOObjectInFragmentedResource [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_442178_Test.testCDORevisionUtil_GetResourceNodePath_WithRootCDOObject [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_442178_Test.testCDORevisionUtil_GetResourceNodePath_WithRootCDOObjectInFragmentedResource [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_443281_Test.testCDOResource_setURI [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_443281_Test.testXMIResource_setURI [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_449665_Test.testCDOObject_GetLockState [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_449665_Test.testCDOResource_GetLockState [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_449806_Test.testCDOFeatureAnalyzerModelBased [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_449806_Test.testCDOFeatureAnalyzerUI [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_450880_Test.testCDODeltaNotificationGetValueWithEnumTypedAttributeOnCDOResource [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_450880_Test.testCDODeltaNotificationGetValueWithEnumTypedAttributeOnXMIResource [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_458279_Test.testCDOMergingConflictResolverWithoutChangeSubscriptionRequestWithAdditionsPassiveUpdateMode [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_458279_Test.testCDOMergingConflictResolverWithoutChangeSubscriptionRequestWithChangesPassiveUpdateMode [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_458279_Test.testCDOMergingConflictResolverWithoutChangeSubscriptionRequestWithInvalidationsPassiveUpdateMode [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_459104_Test.testCDOObject_GetLockState [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_462953_Test.testRollBackWithACustomEContentAdapter [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_464590_Test.testEObjectEIsSetWithXMIResource [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_465115_Test.testCDOUtilGetViewSet [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_466721_Test.testObjectNotFoundExceptionWithLockStatePrefetchEnabled [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_466951_Test.testCDOObjectCDOLockState [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_467075_Test.testResourceSetRemoveCDOResource [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_467075_Test.testResourceSetRemoveXMIResource [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_467174_Test.testCDOObject_LockStateAndRevisionPrefetch [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_467593_Test.testEListHashCodeOnRefBeforeCommitWithCDOResource [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_467593_Test.testEListHashCodeOnRefBeforeCommitWithXMIResource [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_467616_Test.testTupleOCLQuery [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Bugzilla_468268_Test.testHashCodeCallOnAllFields [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_469301_Test.testLockDetachedObject [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_485394_Test.testReferentialIntegrityWithContainmentProxy [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Bugzilla_485487_Test.testTimeoutDuringCommit [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [ERROR] org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 1001 millis org.eclipse.net4j.util.om.monitor.MonitorCanceledException: org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 1001 millis at org.eclipse.net4j.util.om.monitor.Monitor.checkCanceled(Monitor.java:58) at org.eclipse.net4j.util.om.monitor.TimeoutMonitor.checkCanceled(TimeoutMonitor.java:116) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.NestedMonitor.checkCanceled(NestedMonitor.java:57) at org.eclipse.net4j.util.om.monitor.AbstractMonitor.begin(AbstractMonitor.java:48) at org.eclipse.net4j.util.om.monitor.NestedMonitor.begin(NestedMonitor.java:63) at org.eclipse.net4j.util.om.monitor.ProgressDistributor.run(ProgressDistributor.java:86) at org.eclipse.emf.cdo.internal.server.Repository.commitUnsynced(Repository.java:1562) at org.eclipse.emf.cdo.internal.server.Repository.commit(Repository.java:1550) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicatingCommit(CommitTransactionIndication.java:283) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CommitTransactionIndication.indicating(CommitTransactionIndication.java:96) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerIndicationWithMonitoring.indicating(CDOServerIndicationWithMonitoring.java:118) at org.eclipse.net4j.signal.IndicationWithMonitoring.indicating(IndicationWithMonitoring.java:62) at org.eclipse.net4j.signal.IndicationWithResponse.doExtendedInput(IndicationWithResponse.java:94) at org.eclipse.net4j.signal.Signal.doInput(Signal.java:434) at org.eclipse.net4j.signal.IndicationWithResponse.execute(IndicationWithResponse.java:72) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) Caused by: org.eclipse.net4j.util.concurrent.TimeoutRuntimeException: Timeout after 1001 millis at org.eclipse.net4j.util.om.monitor.TimeoutMonitor.handleTimeout(TimeoutMonitor.java:121) at org.eclipse.net4j.util.om.monitor.TimeoutMonitor$1.handleTimeout(TimeoutMonitor.java:61) at org.eclipse.net4j.util.concurrent.Timeouter$1.run(Timeouter.java:89) at java.base/java.util.TimerThread.mainLoop(Timer.java:566) at java.base/java.util.TimerThread.run(Timer.java:516) ******************************************************* Bugzilla_485489_Test.testTransactionCommitAfterAutoLocker [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Bugzilla_485489_Test.testViewCloseAfterAutoLocker [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_485961_Test.testProperContents [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_491499_Test.testObjectOrderWithObjectHandler [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_491859_Test.testExchangeContainerObject [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Bugzilla_492898_Test.testReferenceToExternalObject [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Bugzilla_492898_Test.testTouchModificationOnReferenceToExternalObject [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_494954_Test.testFolderNameChange [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Bugzilla_494954_Test.testFolderNameChangeInOtherTransaction [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Bugzilla_494954_Test.testFolderNameGenChange [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] Security realm created in /security ******************************************************* Bugzilla_503564_Test.testSetFeatureDelta_CDOID [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Bugzilla_503564_Test.testSetFeatureDelta_String [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_503573_Test.testCustomDatatype_Single [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_517225_Test.testStringCompressorLeak [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_528129_Test.testMoveToPersistentContainment [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_528129_Test.testMoveToTransientContainment [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_528129_Test.testMoveWithinView [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_528129_Test.testPersistentContainment [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_528129_Test.testPersistentContainmentTree [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_528129_Test.testTransientContainment [H2, JVM, Native] ******************************************************* ClassWithTransientContainment[PREPARED]: TRANSIENT --> PREPARED ClassWithTransientContainment@oid3[NEW]: PREPARED --> NEW ******************************************************* Bugzilla_528129_Test.testTransientContainmentTree [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_530498_Test.testNoNullRevisionAfterTransactionRollback [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_539332_Test.testRestartWithDynamicPackage [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_541003_Test.testLockStateWithPrefetcher [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_541003_Test.testLockStateWithoutPrefetcher [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_541437_Test.testUUIDAfterRestart [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Bugzilla_541437_Test.testUUIDWithoutOverride [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_552043_Test.testRollbackInverseCrossReferencer [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Bugzilla_552043_Test.testRollbackInverseCrossReferencer_WithAttachedRevisionsMap [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_552043_Test.testRollbackMultipleNewObject [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_552043_Test.testRollbackMultipleNewObject_WithAttachedRevisionsMap [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_552043_Test.testRollbackNewObject [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_552043_Test.testRollbackNewObject_WithAttachedRevisionsMap [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] Security realm created in /security [ERROR] Not active: SignalProtocol[cdo] org.eclipse.net4j.util.lifecycle.LifecycleException: Not active: SignalProtocol[cdo] at org.eclipse.net4j.util.lifecycle.LifecycleUtil.checkActive(LifecycleUtil.java:102) at org.eclipse.net4j.signal.Signal.getProtocol(Signal.java:104) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerIndication.getProtocol(CDOServerIndication.java:54) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerIndication.getProtocol(CDOServerIndication.java:1) at org.eclipse.net4j.signal.IndicationWithResponse.sendExceptionSignal(IndicationWithResponse.java:105) at org.eclipse.net4j.signal.IndicationWithResponse.execute(IndicationWithResponse.java:78) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerReadIndication.execute(CDOServerReadIndication.java:36) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) [ERROR] Not active: SignalProtocol[cdo] org.eclipse.net4j.util.lifecycle.LifecycleException: Not active: SignalProtocol[cdo] at org.eclipse.net4j.util.lifecycle.LifecycleUtil.checkActive(LifecycleUtil.java:102) at org.eclipse.net4j.signal.Signal.getProtocol(Signal.java:104) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerIndication.getProtocol(CDOServerIndication.java:54) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerIndication.getProtocol(CDOServerIndication.java:1) at org.eclipse.net4j.signal.IndicationWithResponse.sendExceptionSignal(IndicationWithResponse.java:105) at org.eclipse.net4j.signal.IndicationWithResponse.execute(IndicationWithResponse.java:78) at org.eclipse.emf.cdo.server.internal.net4j.protocol.CDOServerReadIndication.execute(CDOServerReadIndication.java:36) at org.eclipse.net4j.signal.Signal.runSync(Signal.java:344) at org.eclipse.net4j.signal.SignalReactor.runSync(SignalReactor.java:97) at org.eclipse.net4j.signal.Signal.run(Signal.java:201) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) ******************************************************* Bugzilla_560957_Test.testDeadlockOnViewGetBranch [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Bugzilla_561250_Test.testMapInitialization [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_562011_Test.testDocumentRoot_FeatureMap [H2, JVM, Native] ******************************************************* DocumentRoot[TRANSIENT] ******************************************************* Bugzilla_562246_Test.testLockAutoReleasePropagation_DifferentSession [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_562246_Test.testLockAutoReleasePropagation_SameSession [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_563616_Test.testImportProxyObject [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_566582_Test.testSubFolderDelete [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Bugzilla_570123_Test.testReattachInvalidate [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_579786_Test.testDisableResponseTimeout [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Bugzilla_579786_Test.testSlowQueryHandler [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Bugzilla_580001_Test.testTypeHandler [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Bugzilla_580974_Test.testCacheAdapter [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' [INFO] Ignoring attempt to add adapter(s) while view is closing: org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_580974_Test$CacheAdapter@52ad2255 org.eclipse.emf.cdo.common.util.CDOException: Ignoring attempt to add adapter(s) while view is closing: org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_580974_Test$CacheAdapter@52ad2255 at org.eclipse.emf.internal.cdo.CDOObjectImpl$1NonGrowingAdapterList.ignore(CDOObjectImpl.java:1564) at org.eclipse.emf.internal.cdo.CDOObjectImpl$1NonGrowingAdapterList.add(CDOObjectImpl.java:1487) at org.eclipse.emf.internal.cdo.CDOObjectImpl$1NonGrowingAdapterList.add(CDOObjectImpl.java:1) at org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_580974_Test$CacheAdapter.unsetTarget(Bugzilla_580974_Test.java:67) at org.eclipse.emf.ecore.impl.MinimalEObjectImpl$1ArrayDelegatingAdapterList.didRemove(MinimalEObjectImpl.java:617) at org.eclipse.emf.ecore.impl.MinimalEObjectImpl$1ArrayDelegatingAdapterList.didRemove(MinimalEObjectImpl.java:1) at org.eclipse.emf.common.util.ArrayDelegatingEList.remove(ArrayDelegatingEList.java:654) at org.eclipse.emf.common.util.DelegatingEList.delegateRemove(DelegatingEList.java:556) at org.eclipse.emf.common.util.DelegatingEList.remove(DelegatingEList.java:542) at org.eclipse.emf.internal.cdo.view.CDOViewImpl.clearAdapters(CDOViewImpl.java:1777) at org.eclipse.emf.internal.cdo.view.CDOViewImpl.clearAdapters(CDOViewImpl.java:1747) at org.eclipse.emf.internal.cdo.view.CDOViewImpl.doBeforeDeactivate(CDOViewImpl.java:1654) at org.eclipse.net4j.util.lifecycle.Lifecycle.internalDeactivate(Lifecycle.java:142) at org.eclipse.net4j.util.lifecycle.Lifecycle.deactivate(Lifecycle.java:208) at org.eclipse.net4j.util.lifecycle.LifecycleUtil.deactivate(LifecycleUtil.java:254) at org.eclipse.net4j.util.lifecycle.LifecycleUtil.deactivate(LifecycleUtil.java:244) at org.eclipse.net4j.util.lifecycle.LifecycleUtil.deactivate(LifecycleUtil.java:271) at org.eclipse.emf.internal.cdo.view.AbstractCDOView.close(AbstractCDOView.java:3006) at org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_580974_Test.testCacheAdapter(Bugzilla_580974_Test.java:53) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at junit.framework.TestCase.runTest(TestCase.java:177) at org.eclipse.net4j.util.tests.AbstractOMTest.access$0(AbstractOMTest.java:1) at org.eclipse.net4j.util.tests.AbstractOMTest$3.execute(AbstractOMTest.java:315) at org.eclipse.net4j.internal.util.test.TestExecuter.execute(TestExecuter.java:40) at org.eclipse.net4j.util.tests.AbstractOMTest.runBare(AbstractOMTest.java:301) at org.eclipse.emf.cdo.tests.config.impl.ConfigTest.runBare(ConfigTest.java:648) at junit.framework.TestResult$1.protect(TestResult.java:122) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.framework.TestResult.run(TestResult.java:125) at junit.framework.TestCase.run(TestCase.java:130) at org.eclipse.net4j.util.tests.AbstractOMTest.run(AbstractOMTest.java:375) at junit.framework.TestSuite.runTest(TestSuite.java:241) at org.eclipse.emf.cdo.tests.config.impl.ConfigTestSuite$TestClassWrapper.runTest(ConfigTestSuite.java:231) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at org.eclipse.emf.cdo.tests.config.impl.ConfigTestSuite$MainSuite.run(ConfigTestSuite.java:166) at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:364) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:237) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:158) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.apache.maven.surefire.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:167) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:142) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:28) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:679) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:616) at org.eclipse.equinox.launcher.Main.run(Main.java:1492) at org.eclipse.equinox.launcher.Main.main(Main.java:1465) [WARN] URI clash: resource being instantiated had same URI as a resource already present locally; local resource was renamed from res to res~renamed ### Resource: CDOResource@OID3("cdo://repo1/Bugzilla_580974_Test_testCacheAdapter/res") ******************************************************* Bugzilla_580991_Test.testDurableLockRelease [H2, JVM, Native] ******************************************************* ******************************************************* Bugzilla_351068_Test.testDelete [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Bugzilla_351068_Test.testDeleteWithChildren [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Bugzilla_351068_Test.testDeleteWithReferences [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Bugzilla_396743_Test.testWrongListSizeAdditions [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Bugzilla_527002_Test.testDelegatingMappingStrategy [H2, JVM, Native] ******************************************************* [INFO] The CDO system tables are not found in schema "repo1"! Other schemas may contain a CDO repository: authrepo2, authrepo3, authrepo4, authrepo5, authrepo6, authrepo7, commitinforepo, protectedrepo, repo2, repo3, authrepo1 [INFO] This can indicate an attempt to open an existing database with a newer CDO server. It may help to specify 'schemaName=...' and 'prependSchemaName=true' in cdo-server.xml, and/or the system property '-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true' ******************************************************* Bugzilla_534438_Test.testDBConnectionUsedByMultipleThreads [H2, JVM, Native] ******************************************************* Tests run: 1633, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 129.91 s - in org.eclipse.emf.cdo.tests.db.IntegrationTestsNonAudit org.eclipse.emf.cdo.tests.db.Net4jDBTest.testBigInt Time elapsed: 0.041 s org.eclipse.emf.cdo.tests.db.Net4jDBTest.testBinary Time elapsed: 0.004 s org.eclipse.emf.cdo.tests.db.Net4jDBTest.testBit Time elapsed: 0.003 s org.eclipse.emf.cdo.tests.db.Net4jDBTest.testBlob Time elapsed: 0.203 s org.eclipse.emf.cdo.tests.db.Net4jDBTest.testBlobLength0 Time elapsed: 0.005 s org.eclipse.emf.cdo.tests.db.Net4jDBTest.testBoolean Time elapsed: 0.003 s org.eclipse.emf.cdo.tests.db.Net4jDBTest.testChar Time elapsed: 0.004 s org.eclipse.emf.cdo.tests.db.Net4jDBTest.testClob Time elapsed: 0.442 s org.eclipse.emf.cdo.tests.db.Net4jDBTest.testClobLength0 Time elapsed: 0.005 s org.eclipse.emf.cdo.tests.db.Net4jDBTest.testDate Time elapsed: 0.004 s org.eclipse.emf.cdo.tests.db.Net4jDBTest.testDouble Time elapsed: 0.004 s org.eclipse.emf.cdo.tests.db.Net4jDBTest.testFloat Time elapsed: 0.003 s org.eclipse.emf.cdo.tests.db.Net4jDBTest.testInteger Time elapsed: 0.003 s org.eclipse.emf.cdo.tests.db.Net4jDBTest.testLongVarBinary Time elapsed: 0.004 s org.eclipse.emf.cdo.tests.db.Net4jDBTest.testLongVarChar Time elapsed: 0.003 s org.eclipse.emf.cdo.tests.db.Net4jDBTest.testReal Time elapsed: 0.003 s org.eclipse.emf.cdo.tests.db.Net4jDBTest.testSmallInt Time elapsed: 0.004 s org.eclipse.emf.cdo.tests.db.Net4jDBTest.testTime Time elapsed: 0.005 s org.eclipse.emf.cdo.tests.db.Net4jDBTest.testTimestamp Time elapsed: 0.003 s org.eclipse.emf.cdo.tests.db.Net4jDBTest.testTinyInt Time elapsed: 0.004 s org.eclipse.emf.cdo.tests.db.Net4jDBTest.testVarBinary Time elapsed: 0.003 s org.eclipse.emf.cdo.tests.db.Net4jDBTest.testVarChar Time elapsed: 0.003 s org.eclipse.emf.cdo.tests.db.DBAnnotationsTest.testColumnNameAnnotationByMetaData Time elapsed: 0.033 s org.eclipse.emf.cdo.tests.db.DBAnnotationsTest.testColumnNameTypeAnnotationByMetaData Time elapsed: 0.024 s org.eclipse.emf.cdo.tests.db.DBAnnotationsTest.testLengthAnnotationByMetaData Time elapsed: 0.024 s org.eclipse.emf.cdo.tests.db.DBAnnotationsTest.testLengthAnnotationNegative Time elapsed: 0.035 s org.eclipse.emf.cdo.tests.db.DBAnnotationsTest.testLengthAnnotationPositive Time elapsed: 0.02 s org.eclipse.emf.cdo.tests.db.DBAnnotationsTest.testTableMappingAnnotationByMetaData Time elapsed: 0.02 s org.eclipse.emf.cdo.tests.db.DBAnnotationsTest.testTableNameAnnotationByMetaData Time elapsed: 0.02 s org.eclipse.emf.cdo.tests.db.DBAnnotationsTest.testTypeAnnotationByMetaData Time elapsed: 0.046 s org.eclipse.emf.cdo.tests.db.DBStoreTest.testInsertNull Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.db.DBStoreTest.testStoreCustom Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.db.DBStoreTest.testStoreDate Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.db.DBStoreTest.testStoreStringContainingBackslash Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.db.DBStoreTest.testStoreStringContainingDoubleQuote Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.db.DBStoreTest.testStoreStringContainingSingleQuote Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.db.DBStoreTest.testStoreStringContainingTwoSingleQuote Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.db.DBStoreTest.testStoreStringTrailingBackslash Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.db.DBStoreTest.testStoreStringTrailingDoubleQuote Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.db.DBStoreTest.testStoreStringTrailingSingleQuote Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.db.DBStoreTest.testStoreStringTrailingTwoSingleQuote Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.db.DBStoreTest.testUnderscoreClass Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.db.DBStoreTest.testUnderscoreFeature Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.db.CustomTypeMappingTest.testCustomTypeMapping Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.db.SQLQueryTest.testComplexQuerySalesOrderJoinCustomerProduct Time elapsed: 0.107 s org.eclipse.emf.cdo.tests.db.SQLQueryTest.testDateParameter Time elapsed: 0.06 s org.eclipse.emf.cdo.tests.db.SQLQueryTest.testFunctions Time elapsed: 0.095 s org.eclipse.emf.cdo.tests.db.SQLQueryTest.testIterator Time elapsed: 0.066 s org.eclipse.emf.cdo.tests.db.SQLQueryTest.testIteratorCancelation Time elapsed: 1.914 s org.eclipse.emf.cdo.tests.db.SQLQueryTest.testNonCDOObjectQueries_Complex Time elapsed: 0.097 s org.eclipse.emf.cdo.tests.db.SQLQueryTest.testNonCDOObjectQueries_Complex_MAP Time elapsed: 0.068 s org.eclipse.emf.cdo.tests.db.SQLQueryTest.testPaging Time elapsed: 0.081 s org.eclipse.emf.cdo.tests.db.SQLQueryTest.testSimpleQueries Time elapsed: 0.074 s org.eclipse.emf.cdo.tests.AdapterManagerTest.testStrongReferencePolicy_ALL Time elapsed: 0.166 s org.eclipse.emf.cdo.tests.AdapterManagerTest.testStrongReferencePolicy_ALL_AttachObject Time elapsed: 0.131 s org.eclipse.emf.cdo.tests.AdapterManagerTest.testStrongReferencePolicy_ALL_DetachObject Time elapsed: 0.166 s org.eclipse.emf.cdo.tests.AdapterManagerTest.testStrongReferencePolicy_NONE Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.AttributeTest.testBigDecimalAndBigInteger Time elapsed: 0.023 s org.eclipse.emf.cdo.tests.AttributeTest.testBigDecimalAndBigIntegerNull Time elapsed: 0.018 s org.eclipse.emf.cdo.tests.AttributeTest.testByteArray Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.AttributeTest.testByteArrayEmpty Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.AttributeTest.testByteArrayNull Time elapsed: 0.021 s org.eclipse.emf.cdo.tests.AttributeTest.testEnumDefaults Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.AttributeTest.testJavaClass Time elapsed: 0.023 s org.eclipse.emf.cdo.tests.AttributeTest.testJavaObject Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.AttributeTest.testManyValuedCustomDataType_Bugzilla_319950 Time elapsed: 0.019 s org.eclipse.emf.cdo.tests.AttributeTest.testManyValuedCustomDataType_Contains Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.AttributeTest.testManyValuedCustomDataType_ContainsAll Time elapsed: 0.023 s org.eclipse.emf.cdo.tests.AttributeTest.testManyValuedCustomDataType_Get Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.AttributeTest.testManyValuedCustomDataType_IndexOf Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.AttributeTest.testManyValuedCustomDataType_LastIndexOf Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.AttributeTest.testNillableAttributeOfCustomType Time elapsed: 0.023 s org.eclipse.emf.cdo.tests.AttributeTest.testPrimitiveDefaults Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.AutoAttacherTest.testAddingObjectAndCrawl Time elapsed: 0.005 s org.eclipse.emf.cdo.tests.AutoAttacherTest.testSimple Time elapsed: 0.005 s org.eclipse.emf.cdo.tests.BackupBinaryTest.testImport Time elapsed: 0.16 s org.eclipse.emf.cdo.tests.BackupBinaryTest.testImportBlob Time elapsed: 0.26 s org.eclipse.emf.cdo.tests.BackupBinaryTest.testImportByteArray Time elapsed: 0.164 s org.eclipse.emf.cdo.tests.BackupBinaryTest.testImportClob Time elapsed: 0.249 s org.eclipse.emf.cdo.tests.BackupBinaryTest.testImportCustomDataType Time elapsed: 0.122 s org.eclipse.emf.cdo.tests.BackupBinaryTest.testImportDate Time elapsed: 0.126 s org.eclipse.emf.cdo.tests.BackupBinaryTest.testImportExternalReference Time elapsed: 0.168 s org.eclipse.emf.cdo.tests.BackupBinaryTest.testImportNIL Time elapsed: 0.219 s org.eclipse.emf.cdo.tests.BackupBinaryTest.testImportNullListElement Time elapsed: 0.116 s org.eclipse.emf.cdo.tests.BackupTest.testImport Time elapsed: 0.156 s org.eclipse.emf.cdo.tests.BackupTest.testImportBlob Time elapsed: 0.234 s org.eclipse.emf.cdo.tests.BackupTest.testImportByteArray Time elapsed: 0.171 s org.eclipse.emf.cdo.tests.BackupTest.testImportClob Time elapsed: 0.202 s org.eclipse.emf.cdo.tests.BackupTest.testImportCustomDataType Time elapsed: 0.182 s org.eclipse.emf.cdo.tests.BackupTest.testImportDate Time elapsed: 0.127 s org.eclipse.emf.cdo.tests.BackupTest.testImportExternalReference Time elapsed: 0.111 s org.eclipse.emf.cdo.tests.BackupTest.testImportNIL Time elapsed: 0.143 s org.eclipse.emf.cdo.tests.BackupTest.testImportNullListElement Time elapsed: 0.112 s org.eclipse.emf.cdo.tests.CDOIDTest.testGetLong_ExtId Time elapsed: 0.005 s org.eclipse.emf.cdo.tests.CDOIDTest.testGetLong_ExtTempId Time elapsed: 0.004 s org.eclipse.emf.cdo.tests.CDOIDTest.testGetLong_LongId Time elapsed: 0.003 s org.eclipse.emf.cdo.tests.CDOIDTest.testGetLong_Null Time elapsed: 0.002 s org.eclipse.emf.cdo.tests.CDOIDTest.testGetLong_NullId Time elapsed: 0.003 s org.eclipse.emf.cdo.tests.CDOIDTest.testGetLong_TempId Time elapsed: 0.003 s org.eclipse.emf.cdo.tests.CDOIDTest.testURIFragment Time elapsed: 0.024 s org.eclipse.emf.cdo.tests.CDOStaleReferencePolicyTest.testCDOStaleReferencePolicyWithCDOStoreGetContainer Time elapsed: 0.018 s org.eclipse.emf.cdo.tests.CDOStaleReferencePolicyTest.testCDOStaleReferencePolicyWithCDOStoreGetResource Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.ChangeSubscriptionTest.testInvalidationWithDeltas_SameBranch Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.ChangeSubscriptionTest.testNotificationChain Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.ChangeSubscriptionTest.testRemoveContained Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.ChangeSubscriptionTest.testRemoveManyContained Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.ChangeSubscriptionTest.testRemoveManyXRef Time elapsed: 0.02 s org.eclipse.emf.cdo.tests.ChangeSubscriptionTest.testRemoveXRef Time elapsed: 0.029 s org.eclipse.emf.cdo.tests.ChangeSubscriptionTest.testSameSession Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.ChangeSubscriptionTest.testSameSession_WithoutPolicy Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.ChangeSubscriptionTest.testSeparateSession Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.ChangeSubscriptionTest.testSeparateSession_CUSTOM Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.ChangeSubscriptionTest.testSeparateSession_WithoutPolicy Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.ChangeSubscriptionTest.testTemporaryObject Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.ChunkingClearCachedRevisionTest.testReadNative Time elapsed: 0.06 s org.eclipse.emf.cdo.tests.ChunkingClearCachedRevisionTest.testWriteNative Time elapsed: 0.048 s org.eclipse.emf.cdo.tests.ChunkingTest.testChunkWithTemporaryObject Time elapsed: 0.027 s org.eclipse.emf.cdo.tests.ChunkingTest.testEnsureChunk Time elapsed: 0.279 s org.eclipse.emf.cdo.tests.ChunkingTest.testPartiallyLoadedAdd Time elapsed: 0.027 s org.eclipse.emf.cdo.tests.ChunkingTest.testPartiallyLoadedAddAtIndex Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.ChunkingTest.testPartiallyLoadedRemoveIndex Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.ChunkingTest.testPartiallyLoadedSet Time elapsed: 0.022 s org.eclipse.emf.cdo.tests.ChunkingTest.testReadAfterUpdateAfterCommit Time elapsed: 0.057 s org.eclipse.emf.cdo.tests.ChunkingTest.testReadAfterUpdateBeforeCommit Time elapsed: 0.039 s org.eclipse.emf.cdo.tests.ChunkingTest.testReadNative Time elapsed: 0.055 s org.eclipse.emf.cdo.tests.ChunkingTest.testRemove Time elapsed: 0.018 s org.eclipse.emf.cdo.tests.ChunkingTest.testWriteNative Time elapsed: 0.071 s org.eclipse.emf.cdo.tests.CommitInfoTest.testClientBranch Time elapsed: 0.059 s org.eclipse.emf.cdo.tests.CommitInfoTest.testClientBranchWithBranch Time elapsed: 0.054 s org.eclipse.emf.cdo.tests.CommitInfoTest.testClientComment Time elapsed: 0.052 s org.eclipse.emf.cdo.tests.CommitInfoTest.testClientCommentWithBranch Time elapsed: 0.058 s org.eclipse.emf.cdo.tests.CommitInfoTest.testClientPreviousCommitInfo Time elapsed: 0.052 s org.eclipse.emf.cdo.tests.CommitInfoTest.testClientTimestamp Time elapsed: 0.057 s org.eclipse.emf.cdo.tests.CommitInfoTest.testClientTimestampWithBranch Time elapsed: 0.052 s org.eclipse.emf.cdo.tests.CommitInfoTest.testClientUser Time elapsed: 0.116 s org.eclipse.emf.cdo.tests.CommitInfoTest.testClientUserWithBranch Time elapsed: 0.098 s org.eclipse.emf.cdo.tests.CommitInfoTest.testLocalBranch Time elapsed: 0.041 s org.eclipse.emf.cdo.tests.CommitInfoTest.testLocalComment Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.CommitInfoTest.testLocalTimestamp Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.CommitInfoTest.testLocalUser Time elapsed: 0.075 s org.eclipse.emf.cdo.tests.CommitInfoTest.testMultipleEntries Time elapsed: 0.065 s org.eclipse.emf.cdo.tests.CommitInfoTest.testMultipleEntriesByCountDown Time elapsed: 0.063 s org.eclipse.emf.cdo.tests.CommitInfoTest.testMultipleEntriesByCountUp Time elapsed: 0.091 s org.eclipse.emf.cdo.tests.CommitInfoTest.testServerBranch Time elapsed: 0.052 s org.eclipse.emf.cdo.tests.CommitInfoTest.testServerBranchWithBranch Time elapsed: 0.042 s org.eclipse.emf.cdo.tests.CommitInfoTest.testServerComment Time elapsed: 0.058 s org.eclipse.emf.cdo.tests.CommitInfoTest.testServerCommentWithBranch Time elapsed: 0.041 s org.eclipse.emf.cdo.tests.CommitInfoTest.testServerTimestamp Time elapsed: 0.045 s org.eclipse.emf.cdo.tests.CommitInfoTest.testServerTimestampWithBranch Time elapsed: 0.041 s org.eclipse.emf.cdo.tests.CommitInfoTest.testServerUser Time elapsed: 0.16 s org.eclipse.emf.cdo.tests.CommitInfoTest.testServerUserWithBranch Time elapsed: 0.218 s org.eclipse.emf.cdo.tests.ComplexTest.testCrossResourceGenRefMultiNonContainedUnidirectional Time elapsed: 0.145 s org.eclipse.emf.cdo.tests.ComplexTest.testCrossResourceGenRefSingleNonContainedUnidirectional Time elapsed: 0.044 s org.eclipse.emf.cdo.tests.ComplexTest.testCrossResourceIfcimplMultiNonContainedBidirectional Time elapsed: 0.018 s org.eclipse.emf.cdo.tests.ComplexTest.testCrossResourceIfcimplMultiNonContainedUnidirectional Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.ComplexTest.testCrossResourceIfcimplSingleNonContainedBidirectional Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.ComplexTest.testCrossResourceIfcimplSingleNonContainedUnidirectional Time elapsed: 0.018 s org.eclipse.emf.cdo.tests.ComplexTest.testCrossResourcePlainMultiNonContainedBidirectional Time elapsed: 0.03 s org.eclipse.emf.cdo.tests.ComplexTest.testCrossResourcePlainMultiNonContainedUnidirectional Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.ComplexTest.testCrossResourcePlainSingleNonContainedBidirectional Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.ComplexTest.testCrossResourcePlainSingleNonContainedUnidirectional Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.ComplexTest.testGenRefMultiContainedUnidirectional Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.ComplexTest.testGenRefMultiNonContainedUnidirectional Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.ComplexTest.testGenRefSingleContainedUnidirectional Time elapsed: 0.019 s org.eclipse.emf.cdo.tests.ComplexTest.testGenRefSingleNonContainedUnidirectional Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.ComplexTest.testIfcimplMultiContainedBidirectional Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.ComplexTest.testIfcimplMultiContainedUnidirectional Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.ComplexTest.testIfcimplMultiNonContainedBidirectional Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.ComplexTest.testIfcimplMultiNonContainedUnidirectional Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.ComplexTest.testIfcimplSingleContainedBidirectional Time elapsed: 0.024 s org.eclipse.emf.cdo.tests.ComplexTest.testIfcimplSingleContainedUnidirectional Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.ComplexTest.testIfcimplSingleNonContainedBidirectional Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.ComplexTest.testIfcimplSingleNonContainedUnidirectional Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.ComplexTest.testMigrateContainmentMulti Time elapsed: 0.019 s org.eclipse.emf.cdo.tests.ComplexTest.testMigrateContainmentSingle Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.ComplexTest.testMultipleTransactions2 Time elapsed: 0.018 s org.eclipse.emf.cdo.tests.ComplexTest.testMultipleTransactions3 Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.ComplexTest.testPlainMultiContainedBidirectional Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.ComplexTest.testPlainMultiContainedUnidirectional Time elapsed: 0.018 s org.eclipse.emf.cdo.tests.ComplexTest.testPlainMultiNonContainedBidirectional Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.ComplexTest.testPlainMultiNonContainedUnidirectional Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.ComplexTest.testPlainSingleContainedBidirectional Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.ComplexTest.testPlainSingleContainedUnidirectional Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.ComplexTest.testPlainSingleNonContainedBidirectional Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.ComplexTest.testPlainSingleNonContainedUnidirectional Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testAddHeadAddHead Time elapsed: 0.035 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testAddHeadAddTail Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testAddHeadClear Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testAddHeadMoveHead Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testAddHeadMoveTail Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testAddHeadRemoveHead Time elapsed: 0.018 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testAddHeadRemoveTail Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testAddRemove Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testAddTailAddHead Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testAddTailAddTail Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testAddTailClear Time elapsed: 0.02 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testAddTailMoveHead Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testAddTailMoveTail Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testAddTailRemoveHead Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testAddTailRemoveTail Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testChangeChange Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testChangeRemove Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testClearAddHead Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testClearAddTail Time elapsed: 0.023 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testClearClear Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testClearMoveHead Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testClearMoveTail Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testClearRemoveHead Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testClearRemoveTail Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testContainerAddDifferentParent Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testManyValuedAddAdd Time elapsed: 0.027 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testManyValuedAddAddRemoveRemove Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testManyValuedAddAddRemoveRemove2 Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testManyValuedAddAdd_SameValue Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testManyValuedAddChange Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testManyValuedAddRemove Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testManyValuedAddSet_SameValue Time elapsed: 0.027 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testManyValuedChangeAdd Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testManyValuedChangeChange Time elapsed: 0.021 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testManyValuedChangeChangeTest2 Time elapsed: 0.022 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testManyValuedChangeRemove Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testManyValuedChangeRemoveTest2 Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testManyValuedRemoveAdd Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testManyValuedRemoveChange Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testManyValuedRemoveChangeTest2 Time elapsed: 0.027 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testManyValuedRemoveRemove Time elapsed: 0.018 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testManyValuedRemoveRemoveAddAdd Time elapsed: 0.027 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testManyValuedRemoveRemoveTest2 Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testManyValuedSetAdd_SameValue Time elapsed: 0.018 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testMoveHeadAddHead Time elapsed: 0.018 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testMoveHeadAddTail Time elapsed: 0.019 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testMoveHeadClear Time elapsed: 0.022 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testMoveHeadMoveHead Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testMoveHeadMoveHeadRemoveMiddle Time elapsed: 0.018 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testMoveHeadMoveTail Time elapsed: 0.019 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testMoveHeadRemoveHead Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testMoveHeadRemoveHeadRemoveMiddle Time elapsed: 0.031 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testMoveHeadRemoveTail Time elapsed: 0.018 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testMoveTailAddHead Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testMoveTailAddTail Time elapsed: 0.018 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testMoveTailClear Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testMoveTailMoveHead Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testMoveTailMoveTail Time elapsed: 0.025 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testMoveTailRemoveHead Time elapsed: 0.018 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testMoveTailRemoveTail Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testRemoveAdd Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testRemoveChange Time elapsed: 0.019 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testRemoveHeadAddChildHead Time elapsed: 0.027 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testRemoveHeadAddHead Time elapsed: 0.02 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testRemoveHeadAddTail Time elapsed: 0.018 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testRemoveHeadClear Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testRemoveHeadMoveChildHead Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testRemoveHeadMoveHead Time elapsed: 0.022 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testRemoveHeadMoveHeadRemoveMiddle Time elapsed: 0.019 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testRemoveHeadMoveTail Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testRemoveHeadReAttachHead Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testRemoveHeadRemoveChildChildHead Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testRemoveHeadRemoveChildHead Time elapsed: 0.031 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testRemoveHeadRemoveHead Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testRemoveHeadRemoveTail Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testRemoveHeadSetChildHead Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testRemoveRemove Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testRemoveTailAddHead Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testRemoveTailAddTail Time elapsed: 0.024 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testRemoveTailClear Time elapsed: 0.019 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testRemoveTailMoveHead Time elapsed: 0.018 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testRemoveTailMoveTail Time elapsed: 0.062 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testRemoveTailRemoveHead Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.testRemoveTailRemoveTail Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.ConflictResolverExtendedTest.test_RemoveRemove_MoveRemoveRemoveRemove Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.ConflictResolverTest.testCDOMergingConflictResolver Time elapsed: 0.022 s org.eclipse.emf.cdo.tests.ConflictResolverTest.testMergeLocalChangesPerFeature_Basic Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.ConflictResolverTest.testMergeLocalChangesPerFeature_BasicException Time elapsed: 0.026 s org.eclipse.emf.cdo.tests.ConflictResolverTest.testMergeLocalChangesPerFeature_Bug1 Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.ConflictResolverTest.testMergeLocalChangesPerFeature_Bug2 Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.ConflictResolverTest.testMergeLocalChangesPerFeature_Bug3 Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.ConflictResolverTest.testMerge_ManyValue Time elapsed: 0.022 s org.eclipse.emf.cdo.tests.ContainmentTest.test3Levels Time elapsed: 0.025 s org.eclipse.emf.cdo.tests.ContainmentTest.testBasicContainment Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.ContainmentTest.testContainmentChangeInSameResource Time elapsed: 0.003 s org.eclipse.emf.cdo.tests.ContainmentTest.testModeledBackPointer Time elapsed: 0.034 s org.eclipse.emf.cdo.tests.ContainmentTest.testModeledBackPointer_Transient Time elapsed: 0.02 s org.eclipse.emf.cdo.tests.ContainmentTest.testModeledBackPointer_Transient_Load Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.ContainmentTest.testObjectNotSameResourceThanItsContainerCDO Time elapsed: 0.023 s org.eclipse.emf.cdo.tests.ContainmentTest.testObjectNotSameResourceThanItsContainer_WithoutCDO Time elapsed: 0.004 s org.eclipse.emf.cdo.tests.ContainmentTest.testRemovedContainment Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.ContainmentTest.testSeparateSession Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.ContainmentTest.testSeparateView Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.ContainmentTest.testSetSingleContainment Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.ContainmentTest.testTransientContainment Time elapsed: 0.003 s org.eclipse.emf.cdo.tests.ContainmentTest.testUnsetSingleContainment Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.CrossReferenceTest.testCrossCreferenceBetweenContainerAndContained Time elapsed: 0.028 s org.eclipse.emf.cdo.tests.CrossReferenceTest.testDetachXRef Time elapsed: 0.025 s org.eclipse.emf.cdo.tests.CrossReferenceTest.testDetachXRefExternal Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.CrossReferenceTest.testDetachXRefReattach Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.CrossReferenceTest.testExternalMakeDangling Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.CrossReferenceTest.testExternalMakeNew Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.CrossReferenceTest.testLoadViaContainment Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.CrossReferenceTest.testLoadViaXRef Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.CrossReferenceTest.testNewMakeExternal Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.CrossReferenceTest.testTwoResources Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.DetachTest.testCleanObjectDeletion Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.DetachTest.testDetachEmptyNewResource Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.DetachTest.testDetachEmptyPersistedResource Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.DetachTest.testDetachNewResource Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.DetachTest.testDetachPersistedResource Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.DetachTest.testDetachPersistedResourceWithPersistedData Time elapsed: 0.02 s org.eclipse.emf.cdo.tests.DetachTest.testDetachProxyResource Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.DetachTest.testKeepValue Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.DetachTest.testNewObjectDeletion Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.DetachTest.testSavePointCleanObjectDeletion Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.DetachTest.testSavePointNewObjectDeletion Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.DynamicPackageTest.testDynamicMaps Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.DynamicXSDTest.testDynamicEcore Time elapsed: 0.027 s org.eclipse.emf.cdo.tests.EMapTest.testEMap Time elapsed: 0.026 s org.eclipse.emf.cdo.tests.EnumTest.testAttached Time elapsed: 0.024 s org.eclipse.emf.cdo.tests.EnumTest.testAttachedFresh Time elapsed: 0.018 s org.eclipse.emf.cdo.tests.EnumTest.testTransient Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.EnumTest.testTransientFresh Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.ExternalReferenceTest.testExternalWithDynamicEObject Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.ExternalReferenceTest.testExternalWithEClass Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.ExternalReferenceTest.testExternalWithEPackage Time elapsed: 0.024 s org.eclipse.emf.cdo.tests.ExternalReferenceTest.testManyViewsOnOneResourceSet Time elapsed: 0.102 s org.eclipse.emf.cdo.tests.ExternalReferenceTest.testObjectNotAttached Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.ExternalReferenceTest.testOneXMIResourceManyViewsOnOneResourceSet Time elapsed: 0.023 s org.eclipse.emf.cdo.tests.ExternalReferenceTest.testUsingObjectsBetweenSameTransaction Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.ExternalReferenceTest.testWithXML Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.ExternalReferenceTest.testWithXMLAndPrefetching Time elapsed: 0.026 s org.eclipse.emf.cdo.tests.ExternalReferenceTest.testXRefExternalObject Time elapsed: 0.128 s org.eclipse.emf.cdo.tests.IndexReconstructionTest.testAddAfter1 Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.IndexReconstructionTest.testAddAfter4 Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.IndexReconstructionTest.testAddBefore1 Time elapsed: 0.028 s org.eclipse.emf.cdo.tests.IndexReconstructionTest.testAddBefore4 Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.IndexReconstructionTest.testMoveBackward Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.IndexReconstructionTest.testMoveBehindEnd Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.IndexReconstructionTest.testMoveForward Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.IndexReconstructionTest.testReAdded Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.IndexReconstructionTest.testRemove1 Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.IndexReconstructionTest.testRemove4 Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.IndexReconstructionTest.testRemoveAdded Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.IndexReconstructionTest.testRemoveLastAdded Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.InitialTest.testAttachObject Time elapsed: 0.004 s org.eclipse.emf.cdo.tests.InitialTest.testCommitDirty Time elapsed: 0.005 s org.eclipse.emf.cdo.tests.InitialTest.testCommitDirtyInverseList Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.InitialTest.testCommitNew Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.InitialTest.testCommitNewInverseList Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.InitialTest.testCreateResource Time elapsed: 0.005 s org.eclipse.emf.cdo.tests.InitialTest.testDirectResource Time elapsed: 0.005 s org.eclipse.emf.cdo.tests.InitialTest.testDirectResourceEMF Time elapsed: 0.003 s org.eclipse.emf.cdo.tests.InitialTest.testGetContents Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.InitialTest.testGetResource Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.InitialTest.testLoadObject Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.InitialTest.testLoadObjectInverseList Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.InitialTest.testLoadResource Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.InitialTest.testMultipleInheritence Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.InitialTest.testNullReference Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.InitialTest.testOpenSession Time elapsed: 0.003 s org.eclipse.emf.cdo.tests.InitialTest.testReadObjectClean Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.InitialTest.testReadObjectProxy Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.InitialTest.testReadResourceClean Time elapsed: 0.005 s org.eclipse.emf.cdo.tests.InitialTest.testReadTransientValue Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.InitialTest.testReferenceIntoDifferentResource Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.InitialTest.testResourceAccessor Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.InitialTest.testStartTransaction Time elapsed: 0.003 s org.eclipse.emf.cdo.tests.InitialTest.testTransientObject Time elapsed: 0.003 s org.eclipse.emf.cdo.tests.InitialTest.testTransientResource Time elapsed: 0.002 s org.eclipse.emf.cdo.tests.InitialTest.testWriteClean Time elapsed: 0.005 s org.eclipse.emf.cdo.tests.InvalidationTest.testConflictDifferentSession Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.InvalidationTest.testConflictSameSession Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.InvalidationTest.testDetach Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.InvalidationTest.testDetachAndPassiveUpdate Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.InvalidationTest.testDetachAndPassiveUpdateWithoutRevisionTimestamp Time elapsed: 0.02 s org.eclipse.emf.cdo.tests.InvalidationTest.testDetachedConflictDifferentSession Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.InvalidationTest.testDetachedConflictSameSession Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.InvalidationTest.testInvalidateAndCache Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.InvalidationTest.testPassiveUpdateMode_CHANGES Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.InvalidationTest.testPassiveUpdateOnAndOff Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.InvalidationTest.testRefreshEmptyRepository Time elapsed: 0.003 s org.eclipse.emf.cdo.tests.InvalidationTest.testSeparateSession Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.InvalidationTest.testSeparateSession_PassiveUpdateDisable Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.InvalidationTest.testSeparateView Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.InvalidationTest.testSeparateViewNotification Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.LobTest.testCommitBlob Time elapsed: 0.026 s org.eclipse.emf.cdo.tests.LobTest.testCommitClob Time elapsed: 0.024 s org.eclipse.emf.cdo.tests.LobTest.testReadBlob Time elapsed: 0.124 s org.eclipse.emf.cdo.tests.LobTest.testReadClob Time elapsed: 2.529 s org.eclipse.emf.cdo.tests.LockStateCacheTest.testAddReadLockOwner Time elapsed: 0.035 s org.eclipse.emf.cdo.tests.LockStateCacheTest.testLockStateCache Time elapsed: 0.005 s org.eclipse.emf.cdo.tests.LockStateCacheTest.testRemoveOwner Time elapsed: 0.046 s org.eclipse.emf.cdo.tests.LockStateCacheTest.testRemoveReadLockOwner Time elapsed: 0.042 s org.eclipse.emf.cdo.tests.LockStateCacheTest.testSetWriteLockOwner Time elapsed: 0.041 s org.eclipse.emf.cdo.tests.LockStateCacheTest.testSetWriteOptionOwner Time elapsed: 0.028 s org.eclipse.emf.cdo.tests.LockStateCacheTest.testUnsetWriteLockOwner Time elapsed: 0.025 s org.eclipse.emf.cdo.tests.LockStateCacheTest.testUnsetWriteOptionOwner Time elapsed: 0.019 s org.eclipse.emf.cdo.tests.LockingManagerRestartRepositoryTest.testDisableDurableLocking Time elapsed: 0.046 s org.eclipse.emf.cdo.tests.LockingManagerRestartRepositoryTest.testDisableDurableLockingAfterRestart Time elapsed: 0.054 s org.eclipse.emf.cdo.tests.LockingManagerRestartRepositoryTest.testDisableDurableLockingAndReleaseLocks Time elapsed: 0.022 s org.eclipse.emf.cdo.tests.LockingManagerRestartRepositoryTest.testDuplicateOpenView Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.LockingManagerRestartRepositoryTest.testDuplicateOpenViewAfterRestart Time elapsed: 0.044 s org.eclipse.emf.cdo.tests.LockingManagerRestartRepositoryTest.testDurableViewHandler Time elapsed: 0.077 s org.eclipse.emf.cdo.tests.LockingManagerRestartRepositoryTest.testEnableDurableLockingWithNewObject Time elapsed: 0.041 s org.eclipse.emf.cdo.tests.LockingManagerRestartRepositoryTest.testGetDurableLockingID Time elapsed: 0.062 s org.eclipse.emf.cdo.tests.LockingManagerRestartRepositoryTest.testKeepDurableLockingID Time elapsed: 0.03 s org.eclipse.emf.cdo.tests.LockingManagerRestartRepositoryTest.testLockDowngradeAfterEnable Time elapsed: 0.073 s org.eclipse.emf.cdo.tests.LockingManagerRestartRepositoryTest.testLockDowngradeBeforeEnable Time elapsed: 0.04 s org.eclipse.emf.cdo.tests.LockingManagerRestartRepositoryTest.testLockUpgradeAfterEnable Time elapsed: 0.087 s org.eclipse.emf.cdo.tests.LockingManagerRestartRepositoryTest.testLockUpgradeBeforeEnable Time elapsed: 0.072 s org.eclipse.emf.cdo.tests.LockingManagerRestartRepositoryTest.testReadLockAfterEnable Time elapsed: 0.055 s org.eclipse.emf.cdo.tests.LockingManagerRestartRepositoryTest.testReadLockBeforeEnable Time elapsed: 0.053 s org.eclipse.emf.cdo.tests.LockingManagerRestartRepositoryTest.testWriteLockAfterEnable Time elapsed: 0.092 s org.eclipse.emf.cdo.tests.LockingManagerRestartRepositoryTest.testWriteLockBeforeEnable Time elapsed: 0.037 s org.eclipse.emf.cdo.tests.LockingManagerRestartRepositoryTest.testWriteOptionAfterEnable Time elapsed: 0.062 s org.eclipse.emf.cdo.tests.LockingManagerRestartRepositoryTest.testWriteOptionBeforeEnable Time elapsed: 0.036 s org.eclipse.emf.cdo.tests.LockingManagerRestartRepositoryTest.testWrongDurableLockingID Time elapsed: 0.086 s org.eclipse.emf.cdo.tests.LockingManagerRestartRepositoryTest.testWrongReadOnly Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.LockingManagerRestartRepositoryTest.testWrongReadOnlyAfterRestart Time elapsed: 0.055 s org.eclipse.emf.cdo.tests.LockingManagerRestartSessionTest.testDisableDurableLocking Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.LockingManagerRestartSessionTest.testDisableDurableLockingAfterRestart Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.LockingManagerRestartSessionTest.testDisableDurableLockingAndReleaseLocks Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.LockingManagerRestartSessionTest.testDuplicateOpenView Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.LockingManagerRestartSessionTest.testDuplicateOpenViewAfterRestart Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.LockingManagerRestartSessionTest.testDurableViewHandler Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.LockingManagerRestartSessionTest.testEnableDurableLockingWithNewObject Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.LockingManagerRestartSessionTest.testGetDurableLockingID Time elapsed: 0.023 s org.eclipse.emf.cdo.tests.LockingManagerRestartSessionTest.testKeepDurableLockingID Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.LockingManagerRestartSessionTest.testLockDowngradeAfterEnable Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.LockingManagerRestartSessionTest.testLockDowngradeBeforeEnable Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.LockingManagerRestartSessionTest.testLockUpgradeAfterEnable Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.LockingManagerRestartSessionTest.testLockUpgradeBeforeEnable Time elapsed: 0.065 s org.eclipse.emf.cdo.tests.LockingManagerRestartSessionTest.testReadLockAfterEnable Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.LockingManagerRestartSessionTest.testReadLockBeforeEnable Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.LockingManagerRestartSessionTest.testWriteLockAfterEnable Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.LockingManagerRestartSessionTest.testWriteLockBeforeEnable Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.LockingManagerRestartSessionTest.testWriteOptionAfterEnable Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.LockingManagerRestartSessionTest.testWriteOptionBeforeEnable Time elapsed: 0.032 s org.eclipse.emf.cdo.tests.LockingManagerRestartSessionTest.testWrongDurableLockingID Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.LockingManagerRestartSessionTest.testWrongReadOnly Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.LockingManagerRestartSessionTest.testWrongReadOnlyAfterRestart Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.LockingManagerRestartTransactionTest.testDisableDurableLocking Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.LockingManagerRestartTransactionTest.testDisableDurableLockingAfterRestart Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.LockingManagerRestartTransactionTest.testDisableDurableLockingAndReleaseLocks Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.LockingManagerRestartTransactionTest.testDuplicateOpenView Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.LockingManagerRestartTransactionTest.testDuplicateOpenViewAfterRestart Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.LockingManagerRestartTransactionTest.testDurableViewHandler Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.LockingManagerRestartTransactionTest.testEnableDurableLockingWithNewObject Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.LockingManagerRestartTransactionTest.testGetDurableLockingID Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.LockingManagerRestartTransactionTest.testKeepDurableLockingID Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.LockingManagerRestartTransactionTest.testLockDowngradeAfterEnable Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.LockingManagerRestartTransactionTest.testLockDowngradeBeforeEnable Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.LockingManagerRestartTransactionTest.testLockUpgradeAfterEnable Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.LockingManagerRestartTransactionTest.testLockUpgradeBeforeEnable Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.LockingManagerRestartTransactionTest.testReadLockAfterEnable Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.LockingManagerRestartTransactionTest.testReadLockBeforeEnable Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.LockingManagerRestartTransactionTest.testWriteLockAfterEnable Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.LockingManagerRestartTransactionTest.testWriteLockBeforeEnable Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.LockingManagerRestartTransactionTest.testWriteOptionAfterEnable Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.LockingManagerRestartTransactionTest.testWriteOptionBeforeEnable Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.LockingManagerRestartTransactionTest.testWrongDurableLockingID Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.LockingManagerRestartTransactionTest.testWrongReadOnly Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.LockingManagerRestartTransactionTest.testWrongReadOnlyAfterRestart Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.LockingManagerTest.testAcquiredLock Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.LockingManagerTest.testAutoReleaseExplicitLocks Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.LockingManagerTest.testAutoReleaseLockFalse_commit Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.LockingManagerTest.testAutoReleaseLockFalse_rollback Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.LockingManagerTest.testAutoReleaseLocks Time elapsed: 0.21 s org.eclipse.emf.cdo.tests.LockingManagerTest.testAutoReleaseLocksOnUnchangedObject Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.LockingManagerTest.testAutoReleaseReadLockWithLockedByOthers Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.LockingManagerTest.testAutoReleaseWriteLockWithLockedByOthers Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.LockingManagerTest.testBasicUpgradeFromReadToWriteLock Time elapsed: 2.004 s org.eclipse.emf.cdo.tests.LockingManagerTest.testBasicWrongUnlock Time elapsed: 0.003 s org.eclipse.emf.cdo.tests.LockingManagerTest.testBugzilla_270345 Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.LockingManagerTest.testDeleteLockedObject Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.LockingManagerTest.testDetachedObjects Time elapsed: 0.11 s org.eclipse.emf.cdo.tests.LockingManagerTest.testLockContention Time elapsed: 0.312 s org.eclipse.emf.cdo.tests.LockingManagerTest.testLockContentionRecursive Time elapsed: 1.33 s org.eclipse.emf.cdo.tests.LockingManagerTest.testLockDetached Time elapsed: 1.01 s org.eclipse.emf.cdo.tests.LockingManagerTest.testLockOnNewObject Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.LockingManagerTest.testLockRefreshForHeldLock Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.LockingManagerTest.testLockUnlock Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.LockingManagerTest.testReadLockAndCommitFromDifferentTransaction Time elapsed: 1.007 s org.eclipse.emf.cdo.tests.LockingManagerTest.testReadLockAndCommitSameTransaction Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.LockingManagerTest.testReadLockByOthers Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.LockingManagerTest.testReadLockMultiple Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.LockingManagerTest.testReadLockStaleRevision Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.LockingManagerTest.testReadLockedByOthers Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.LockingManagerTest.testReadTimeout Time elapsed: 1.008 s org.eclipse.emf.cdo.tests.LockingManagerTest.testReadUnlockMultiple Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.LockingManagerTest.testRecursiveLock Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.LockingManagerTest.testRefreshLockStates Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.LockingManagerTest.testSessionClose Time elapsed: 0.107 s org.eclipse.emf.cdo.tests.LockingManagerTest.testTransactionClose Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.LockingManagerTest.testTransactionGetLockStates Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.LockingManagerTest.testUnlockAll Time elapsed: 0.003 s org.eclipse.emf.cdo.tests.LockingManagerTest.testViewGetLockStates Time elapsed: 0.004 s org.eclipse.emf.cdo.tests.LockingManagerTest.testWriteLock Time elapsed: 2.008 s org.eclipse.emf.cdo.tests.LockingManagerTest.testWriteLockAndCommitFromDifferentTransaction Time elapsed: 1.009 s org.eclipse.emf.cdo.tests.LockingManagerTest.testWriteLockAndCommitSameTransaction Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.LockingManagerTest.testWriteLockAndRollback Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.LockingManagerTest.testWriteLockByOthers Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.LockingManagerTest.testWriteLockFromDifferenceTransaction Time elapsed: 1.008 s org.eclipse.emf.cdo.tests.LockingManagerTest.testWriteLockMultiple Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.LockingManagerTest.testWriteLockPerformance Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.LockingManagerTest.testWriteLockStaleRevision Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.LockingManagerTest.testWriteLockViaObject Time elapsed: 1.009 s org.eclipse.emf.cdo.tests.LockingManagerTest.testWriteOptions Time elapsed: 0.505 s org.eclipse.emf.cdo.tests.LockingManagerTest.testWriteUnlockMultiple Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.LockingNotificationsTest.testCloseViewDifferentSession Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.LockingNotificationsTest.testCloseViewSameSession Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.LockingNotificationsTest.testEnableDisableNotifications Time elapsed: 0.217 s org.eclipse.emf.cdo.tests.LockingNotificationsTest.testEnableDisableNotificationsSameSession Time elapsed: 0.218 s org.eclipse.emf.cdo.tests.LockingNotificationsTest.testEventForNewObjects Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.LockingNotificationsTest.testLockStateHeldByDurableView Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.LockingNotificationsTest.testLockStateTransientAndNew Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.LockingNotificationsTest.testSameBranchDifferentSession_WithAutoRelease Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.LockingNotificationsTest.testSameBranchDifferentSession_WithoutAutoRelease Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.LockingNotificationsTest.testSameBranchSameSession_WithAutoRelease Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.LockingNotificationsTest.testSameBranchSameSession_WithoutAutoRelease Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.LockingSequenceTest.testSafeCounter Time elapsed: 0.491 s org.eclipse.emf.cdo.tests.MapTest.testEObjectToEObjectBothContainedMap Time elapsed: 0.044 s org.eclipse.emf.cdo.tests.MapTest.testEObjectToEObjectKeyContainedMap Time elapsed: 0.029 s org.eclipse.emf.cdo.tests.MapTest.testEObjectToEObjectMap Time elapsed: 0.037 s org.eclipse.emf.cdo.tests.MapTest.testEObjectToEObjectValueContainedMap Time elapsed: 0.029 s org.eclipse.emf.cdo.tests.MapTest.testIntegerStringMap Time elapsed: 0.022 s org.eclipse.emf.cdo.tests.MapTest.testStringStringMap Time elapsed: 0.023 s org.eclipse.emf.cdo.tests.MapTest.testStringToAddressContainmentMap Time elapsed: 0.025 s org.eclipse.emf.cdo.tests.MapTest.testStringToAddressReferenceMap Time elapsed: 0.022 s org.eclipse.emf.cdo.tests.MapTest.testStringVATMap Time elapsed: 0.021 s org.eclipse.emf.cdo.tests.MapTest.testTransientMap Time elapsed: 0.019 s org.eclipse.emf.cdo.tests.MetaTest.testMetaReference Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.MetaTest.testMetaReference2 Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.MetaTest.testMetaReferenceAttachFirst Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.MultiValuedOfAttributeTest.testListOfBoolean Time elapsed: 0.024 s org.eclipse.emf.cdo.tests.MultiValuedOfAttributeTest.testListOfChar Time elapsed: 0.02 s org.eclipse.emf.cdo.tests.MultiValuedOfAttributeTest.testListOfDate Time elapsed: 0.019 s org.eclipse.emf.cdo.tests.MultiValuedOfAttributeTest.testListOfDouble Time elapsed: 0.018 s org.eclipse.emf.cdo.tests.MultiValuedOfAttributeTest.testListOfFloat Time elapsed: 0.02 s org.eclipse.emf.cdo.tests.MultiValuedOfAttributeTest.testListOfInt Time elapsed: 0.024 s org.eclipse.emf.cdo.tests.MultiValuedOfAttributeTest.testListOfInteger Time elapsed: 0.022 s org.eclipse.emf.cdo.tests.MultiValuedOfAttributeTest.testListOfShort Time elapsed: 0.022 s org.eclipse.emf.cdo.tests.MultiValuedOfAttributeTest.testListOfString Time elapsed: 0.024 s org.eclipse.emf.cdo.tests.OCLQueryTest$Lazy.testAllCustomers Time elapsed: 0.129 s org.eclipse.emf.cdo.tests.OCLQueryTest$Lazy.testAllEObjects Time elapsed: 0.092 s org.eclipse.emf.cdo.tests.OCLQueryTest$Lazy.testAllOrdersAndSubtypes Time elapsed: 0.088 s org.eclipse.emf.cdo.tests.OCLQueryTest$Lazy.testAllProductNames Time elapsed: 0.079 s org.eclipse.emf.cdo.tests.OCLQueryTest$Lazy.testAllProducts Time elapsed: 0.084 s org.eclipse.emf.cdo.tests.OCLQueryTest$Lazy.testAllProductsWithName Time elapsed: 0.074 s org.eclipse.emf.cdo.tests.OCLQueryTest$Lazy.testAllProductsWithNameParameter Time elapsed: 0.083 s org.eclipse.emf.cdo.tests.OCLQueryTest$Lazy.testAllProductsWithVAT Time elapsed: 0.082 s org.eclipse.emf.cdo.tests.OCLQueryTest$Lazy.testAllProductsWithVATParameter Time elapsed: 0.082 s org.eclipse.emf.cdo.tests.OCLQueryTest$Lazy.testDeletedObject Time elapsed: 0.085 s org.eclipse.emf.cdo.tests.OCLQueryTest$Lazy.testDetachedObject Time elapsed: 0.082 s org.eclipse.emf.cdo.tests.OCLQueryTest$Lazy.testDirtyObject Time elapsed: 0.076 s org.eclipse.emf.cdo.tests.OCLQueryTest$Lazy.testMultipleQueries Time elapsed: 0.108 s org.eclipse.emf.cdo.tests.OCLQueryTest$Lazy.testNewObject Time elapsed: 0.076 s org.eclipse.emf.cdo.tests.OCLQueryTest$Lazy.testProductIterator Time elapsed: 0.079 s org.eclipse.emf.cdo.tests.OCLQueryTest$Lazy.testSelfNavigation Time elapsed: 0.102 s org.eclipse.emf.cdo.tests.OCLQueryTest$Lazy.testTransactionWithDetachedObject Time elapsed: 0.084 s org.eclipse.emf.cdo.tests.OCLQueryTest.testAllCustomers Time elapsed: 0.078 s org.eclipse.emf.cdo.tests.OCLQueryTest.testAllEObjects Time elapsed: 0.078 s org.eclipse.emf.cdo.tests.OCLQueryTest.testAllOrdersAndSubtypes Time elapsed: 0.066 s org.eclipse.emf.cdo.tests.OCLQueryTest.testAllProductNames Time elapsed: 0.069 s org.eclipse.emf.cdo.tests.OCLQueryTest.testAllProducts Time elapsed: 0.078 s org.eclipse.emf.cdo.tests.OCLQueryTest.testAllProductsWithName Time elapsed: 0.082 s org.eclipse.emf.cdo.tests.OCLQueryTest.testAllProductsWithNameParameter Time elapsed: 0.065 s org.eclipse.emf.cdo.tests.OCLQueryTest.testAllProductsWithVAT Time elapsed: 0.064 s org.eclipse.emf.cdo.tests.OCLQueryTest.testAllProductsWithVATParameter Time elapsed: 0.095 s org.eclipse.emf.cdo.tests.OCLQueryTest.testDeletedObject Time elapsed: 0.066 s org.eclipse.emf.cdo.tests.OCLQueryTest.testDetachedObject Time elapsed: 0.069 s org.eclipse.emf.cdo.tests.OCLQueryTest.testDirtyObject Time elapsed: 0.081 s org.eclipse.emf.cdo.tests.OCLQueryTest.testMultipleQueries Time elapsed: 0.096 s org.eclipse.emf.cdo.tests.OCLQueryTest.testNewObject Time elapsed: 0.062 s org.eclipse.emf.cdo.tests.OCLQueryTest.testProductIterator Time elapsed: 0.084 s org.eclipse.emf.cdo.tests.OCLQueryTest.testSelfNavigation Time elapsed: 0.071 s org.eclipse.emf.cdo.tests.OCLQueryTest.testTransactionWithDetachedObject Time elapsed: 0.067 s org.eclipse.emf.cdo.tests.PackageRegistryTest.testCommitCircularPackages Time elapsed: 0.057 s org.eclipse.emf.cdo.tests.PackageRegistryTest.testCommitNestedPackages Time elapsed: 0.029 s org.eclipse.emf.cdo.tests.PackageRegistryTest.testCommitTopLevelPackages Time elapsed: 0.047 s org.eclipse.emf.cdo.tests.PackageRegistryTest.testCommitTwoPackages Time elapsed: 0.054 s org.eclipse.emf.cdo.tests.PackageRegistryTest.testCommitUnrelatedPackage Time elapsed: 0.055 s org.eclipse.emf.cdo.tests.PackageRegistryTest.testConcurrentPackageRegistration Time elapsed: 1.049 s org.eclipse.emf.cdo.tests.PackageRegistryTest.testConcurrentPackageRegistration2 Time elapsed: 0.053 s org.eclipse.emf.cdo.tests.PackageRegistryTest.testDuplicatePackageRegistration Time elapsed: 1.048 s org.eclipse.emf.cdo.tests.PackageRegistryTest.testDynamicPackageFactory Time elapsed: 0.051 s org.eclipse.emf.cdo.tests.PackageRegistryTest.testDynamicPackageLoaded Time elapsed: 0.044 s org.eclipse.emf.cdo.tests.PackageRegistryTest.testDynamicPackageNewInstance Time elapsed: 0.05 s org.eclipse.emf.cdo.tests.PackageRegistryTest.testGeneratedPackage Time elapsed: 0.044 s org.eclipse.emf.cdo.tests.PackageRegistryTest.testGlobalDynamicPackage Time elapsed: 0.037 s org.eclipse.emf.cdo.tests.PackageRegistryTest.testGlobalDynamicPackageEager Time elapsed: 0.037 s org.eclipse.emf.cdo.tests.PackageRegistryTest.testLaziness Time elapsed: 0.043 s org.eclipse.emf.cdo.tests.PackageRegistryTest.testLoadNestedPackages Time elapsed: 0.045 s org.eclipse.emf.cdo.tests.PackageRegistryTest.testPackageRegistry Time elapsed: 0.043 s org.eclipse.emf.cdo.tests.PackageRegistryTest.testPopulator Time elapsed: 0.045 s org.eclipse.emf.cdo.tests.PackageRegistryTest.testPopulatorGlobal Time elapsed: 0.07 s org.eclipse.emf.cdo.tests.PackageRegistryTest.testReuseCommittedPackage Time elapsed: 0.055 s org.eclipse.emf.cdo.tests.PackageRegistryTest.testSubclassCache Time elapsed: 0.065 s org.eclipse.emf.cdo.tests.PackageRegistryTest.testSubclassCacheInvalidation Time elapsed: 0.032 s org.eclipse.emf.cdo.tests.PartialCommitTest.testCheckWithoutCommit_exception Time elapsed: 0.08 s org.eclipse.emf.cdo.tests.PartialCommitTest.testCheckWithoutCommit_exceptionFast Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.PartialCommitTest.testCommittablesContainUncommittableObjects Time elapsed: 0.004 s org.eclipse.emf.cdo.tests.PartialCommitTest.testDetach Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.PartialCommitTest.testDetachSingleRef Time elapsed: 0.054 s org.eclipse.emf.cdo.tests.PartialCommitTest.testDetachSingleRef_containerOfDetachedObjectNotIncluded Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.PartialCommitTest.testDetachSingleRef_detachedObjectNotIncluded Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.PartialCommitTest.testDetach_containerOfDetachedObjectNotIncluded Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.PartialCommitTest.testDetach_detachedObjectNotIncluded Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.PartialCommitTest.testDirty Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.PartialCommitTest.testDirtyMultiBidiChanged Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.PartialCommitTest.testDirtyMultiBidiChanged_newTargetNotIncluded Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.PartialCommitTest.testDirtyMultiBidiChanged_oldTargetNotIncluded Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.PartialCommitTest.testDirtyMultiBidiNew Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.PartialCommitTest.testDirtyMultiBidiNew_newtargetNotIncluded Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.PartialCommitTest.testDirtyMultiBidiRemoved Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.PartialCommitTest.testDirtyMultiBidiRemoved_oldTargetNotIncluded Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.PartialCommitTest.testDirtySingleBidiChanged Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.PartialCommitTest.testDirtySingleBidiChanged_newTargetNotIncluded Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.PartialCommitTest.testDirtySingleBidiChanged_oldTargetNotIncluded Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.PartialCommitTest.testDirtySingleBidiNew Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.PartialCommitTest.testDirtySingleBidiNew_newtargetNotIncluded Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.PartialCommitTest.testDirtySingleBidiRemoved Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.PartialCommitTest.testDirtySingleBidiRemoved_oldTargetNotIncluded Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.PartialCommitTest.testDoubleMove Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.PartialCommitTest.testIgnoreDanglingMultiRef_dirtyToDetached Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.PartialCommitTest.testIgnoreDanglingMultiRef_dirtyToTransient Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.PartialCommitTest.testIgnoreDanglingMultiRef_dirtyToTransient2 Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.PartialCommitTest.testIgnoreDanglingMultiRef_newToDetached Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.PartialCommitTest.testIgnoreDanglingMultiRef_newToTransient Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.PartialCommitTest.testIgnoreDanglingSingleRef_dirtyToDetached Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.PartialCommitTest.testIgnoreDanglingSingleRef_dirtyToTransient Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.PartialCommitTest.testIgnoreDanglingSingleRef_dirtyToTransient2 Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.PartialCommitTest.testIgnoreDanglingSingleRef_newToDetached Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.PartialCommitTest.testIgnoreDanglingSingleRef_newToTransient Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.PartialCommitTest.testMove Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.PartialCommitTest.testMoveSingleRef Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.PartialCommitTest.testMoveSingleRef_movedObjectNotIncluded Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.PartialCommitTest.testMoveSingleRef_newContainerNotIncluded Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.PartialCommitTest.testMoveSingleRef_oldContainerNotIncluded Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.PartialCommitTest.testMoveSingleRef_onlyMovedObjectIncluded Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.PartialCommitTest.testMoveSingleRef_onlyNewContainerIncluded Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.PartialCommitTest.testMoveSingleRef_onlyOldContainerIncluded Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.PartialCommitTest.testMove_movedObjectNotIncluded Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.PartialCommitTest.testMove_newContainerNotIncluded Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.PartialCommitTest.testMove_oldContainerNotIncluded Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.PartialCommitTest.testMove_onlyMovedObjectIncluded Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.PartialCommitTest.testMove_onlyNewContainerIncluded Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.PartialCommitTest.testMove_onlyOldContainerIncluded Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.PartialCommitTest.testMultiBidiOnNewObject Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.PartialCommitTest.testMultiBidiOnNewObject_targetNotIncluded Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.PartialCommitTest.testMultiBidiOnRemovedObject Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.PartialCommitTest.testMultiBidiOnRemovedObject_targetNotIncluded Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.PartialCommitTest.testNew Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.PartialCommitTest.testNewNestedResource Time elapsed: 0.052 s org.eclipse.emf.cdo.tests.PartialCommitTest.testNewNestedResource_resourceFolderNotIncluded Time elapsed: 0.052 s org.eclipse.emf.cdo.tests.PartialCommitTest.testNewNestedResource_rootResourceNotIncluded Time elapsed: 0.083 s org.eclipse.emf.cdo.tests.PartialCommitTest.testNewSingle Time elapsed: 0.025 s org.eclipse.emf.cdo.tests.PartialCommitTest.testNewSingle_containerOfNewObjectNotIncluded Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.PartialCommitTest.testNewSingle_newObjectNotIncluded Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.PartialCommitTest.testNewTopLevel Time elapsed: 0.049 s org.eclipse.emf.cdo.tests.PartialCommitTest.testNewTopLevelResource Time elapsed: 0.052 s org.eclipse.emf.cdo.tests.PartialCommitTest.testNewTopLevelResource_rootResourceNotIncluded Time elapsed: 0.036 s org.eclipse.emf.cdo.tests.PartialCommitTest.testNewTopLevel_newObjectNotIncluded Time elapsed: 0.024 s org.eclipse.emf.cdo.tests.PartialCommitTest.testNewTopLevel_resourceNotIncluded Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.PartialCommitTest.testNew_containerOfNewObjectNotIncluded Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.PartialCommitTest.testNew_newObjectNotIncluded Time elapsed: 0.033 s org.eclipse.emf.cdo.tests.PartialCommitTest.testPartialCleanUp_detachedObjects Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.PartialCommitTest.testPartialCleanUp_dirtyObjects Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.PartialCommitTest.testPartialCleanUp_newObjects Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.PartialCommitTest.testSingleBidiOnNewObject Time elapsed: 0.023 s org.eclipse.emf.cdo.tests.PartialCommitTest.testSingleBidiOnNewObject_targetNotIncluded Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.PartialCommitTest.testSingleBidiOnRemovedObject Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.PartialCommitTest.testSingleBidiOnRemovedObject_targetNotIncluded Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.PartialCommitTest.test_noCommittablesAfterCommit Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.PushTransactionTest.testAddNewHierarchy Time elapsed: 0.075 s org.eclipse.emf.cdo.tests.PushTransactionTest.testAddNewObjectInObject Time elapsed: 0.02 s org.eclipse.emf.cdo.tests.PushTransactionTest.testAddNewObjectInObjectBetweenReloadAndPush Time elapsed: 0.034 s org.eclipse.emf.cdo.tests.PushTransactionTest.testAddNewObjectInObjectTwiceBetweenReloadAndPush Time elapsed: 0.019 s org.eclipse.emf.cdo.tests.PushTransactionTest.testAddNewObjectInResource Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.PushTransactionTest.testClearObjects Time elapsed: 0.081 s org.eclipse.emf.cdo.tests.PushTransactionTest.testConflictWithModifiedObject Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.PushTransactionTest.testConflictWithRemovedObject Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.PushTransactionTest.testDeleteExistingObject Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.PushTransactionTest.testMoveObject Time elapsed: 0.047 s org.eclipse.emf.cdo.tests.PushTransactionTest.testUnsetValue Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.PushTransactionTest.testUnsetValueWithoutPushTX Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.PushTransactionTest.testUpdateExistingObject Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.PushTransactionWithoutReconstructSavepointsTest.testAddNewHierarchy Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.PushTransactionWithoutReconstructSavepointsTest.testAddNewObjectInObject Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.PushTransactionWithoutReconstructSavepointsTest.testAddNewObjectInObjectBetweenReloadAndPush Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.PushTransactionWithoutReconstructSavepointsTest.testAddNewObjectInObjectTwiceBetweenReloadAndPush Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.PushTransactionWithoutReconstructSavepointsTest.testAddNewObjectInResource Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.PushTransactionWithoutReconstructSavepointsTest.testClearObjects Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.PushTransactionWithoutReconstructSavepointsTest.testConflictWithModifiedObject Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.PushTransactionWithoutReconstructSavepointsTest.testConflictWithRemovedObject Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.PushTransactionWithoutReconstructSavepointsTest.testDeleteExistingObject Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.PushTransactionWithoutReconstructSavepointsTest.testMoveObject Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.PushTransactionWithoutReconstructSavepointsTest.testUnsetValue Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.PushTransactionWithoutReconstructSavepointsTest.testUnsetValueWithoutPushTX Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.PushTransactionWithoutReconstructSavepointsTest.testUpdateExistingObject Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.RepositoryTest.testInsertProperties Time elapsed: 0.003 s org.eclipse.emf.cdo.tests.RepositoryTest.testLastCommitTime Time elapsed: 0.025 s org.eclipse.emf.cdo.tests.RepositoryTest.testObjectWriteAccessHandler Time elapsed: 0.034 s org.eclipse.emf.cdo.tests.RepositoryTest.testReadAccessHandlers Time elapsed: 0.125 s org.eclipse.emf.cdo.tests.RepositoryTest.testRemoveProperties Time elapsed: 0.003 s org.eclipse.emf.cdo.tests.RepositoryTest.testSessionClosed Time elapsed: 0.107 s org.eclipse.emf.cdo.tests.RepositoryTest.testUpdateProperties Time elapsed: 0.003 s org.eclipse.emf.cdo.tests.RepositoryTest.testWriteAccessHandlers Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.RepositoryTest.testWriteAccessHandlers_WithServerCDOView Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.ResourceModificationTrackingTest.testIgnoreChangesBeforeTrackingEnablement Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.ResourceModificationTrackingTest.testNewResourceModificationTracking Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.ResourceModificationTrackingTest.testNewResourceModificationTracking2 Time elapsed: 0.004 s org.eclipse.emf.cdo.tests.ResourceModificationTrackingTest.testPartialRollbackOperation Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.ResourceModificationTrackingTest.testResourceModificationTracking Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.ResourceModificationTrackingTest.testResourceModificationTracking2 Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.ResourceModificationTrackingTest.testResourceModificationTrackingNotification Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.ResourceModificationTrackingTest.testRollbackOperation Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.ResourceTest.testAttachDetachResourceDepth1_Delete Time elapsed: 0.043 s org.eclipse.emf.cdo.tests.ResourceTest.testAttachDetachResourceDepth1_Remove Time elapsed: 0.035 s org.eclipse.emf.cdo.tests.ResourceTest.testAttachDetachResourceDepth2_Delete Time elapsed: 0.038 s org.eclipse.emf.cdo.tests.ResourceTest.testAttachDetachResourceDepth2_Remove Time elapsed: 0.077 s org.eclipse.emf.cdo.tests.ResourceTest.testAttachDetachResourceDepth3_Delete Time elapsed: 0.083 s org.eclipse.emf.cdo.tests.ResourceTest.testAttachDetachResourceDepth3_Remove Time elapsed: 0.042 s org.eclipse.emf.cdo.tests.ResourceTest.testAttachDetachResourceDepth3_Remove_Tree Time elapsed: 0.111 s org.eclipse.emf.cdo.tests.ResourceTest.testAttachResource Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.ResourceTest.testBinaryResource Time elapsed: 0.142 s org.eclipse.emf.cdo.tests.ResourceTest.testChangePathFromDepth0ToDepth0 Time elapsed: 0.052 s org.eclipse.emf.cdo.tests.ResourceTest.testChangePathFromDepth0ToDepth1 Time elapsed: 0.075 s org.eclipse.emf.cdo.tests.ResourceTest.testChangePathFromDepth0ToDepth2 Time elapsed: 0.12 s org.eclipse.emf.cdo.tests.ResourceTest.testChangePathFromDepth0ToDepth3 Time elapsed: 0.082 s org.eclipse.emf.cdo.tests.ResourceTest.testChangePathFromDepth3ToDepth0 Time elapsed: 0.085 s org.eclipse.emf.cdo.tests.ResourceTest.testChangePathFromDepth3ToDepth1 Time elapsed: 0.107 s org.eclipse.emf.cdo.tests.ResourceTest.testChangePathFromDepth3ToDepth2 Time elapsed: 0.085 s org.eclipse.emf.cdo.tests.ResourceTest.testChangePathFromDepth3ToDepth3 Time elapsed: 0.09 s org.eclipse.emf.cdo.tests.ResourceTest.testChangeResourceFolderURI Time elapsed: 0.06 s org.eclipse.emf.cdo.tests.ResourceTest.testChangeResourceURI Time elapsed: 0.055 s org.eclipse.emf.cdo.tests.ResourceTest.testCommitMultipleResources Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.ResourceTest.testCreateNestedResource_FromResourceSet Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.ResourceTest.testCreateResource_FromResourceSet Time elapsed: 0.063 s org.eclipse.emf.cdo.tests.ResourceTest.testCreateResource_FromTransaction Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.ResourceTest.testCreateResource_WithDeepPath Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.ResourceTest.testDeleteResource Time elapsed: 0.042 s org.eclipse.emf.cdo.tests.ResourceTest.testDeleteResourceDifferentSession Time elapsed: 0.037 s org.eclipse.emf.cdo.tests.ResourceTest.testDeleteResourceDifferentSessionFresh Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.ResourceTest.testDeleteResourceFolder Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.ResourceTest.testDeleteResourceFolderDifferentSession Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.ResourceTest.testDeleteResourceFolderDifferentSessionFresh Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.ResourceTest.testDeleteResourceFolderFresh Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.ResourceTest.testDeleteResourceFresh Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.ResourceTest.testDeleteResourceFromRoot Time elapsed: 0.067 s org.eclipse.emf.cdo.tests.ResourceTest.testDuplicatePathAfterDetach Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.ResourceTest.testGetResourceNodeContract Time elapsed: 0.005 s org.eclipse.emf.cdo.tests.ResourceTest.testLoadAbsentResource_FromResourceSet Time elapsed: 0.004 s org.eclipse.emf.cdo.tests.ResourceTest.testLoadMultipleResources Time elapsed: 0.036 s org.eclipse.emf.cdo.tests.ResourceTest.testMove Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.ResourceTest.testMoveConflict Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.ResourceTest.testMoveFromRoot Time elapsed: 0.094 s org.eclipse.emf.cdo.tests.ResourceTest.testMoveToRoot Time elapsed: 0.043 s org.eclipse.emf.cdo.tests.ResourceTest.testNameChecks Time elapsed: 0.065 s org.eclipse.emf.cdo.tests.ResourceTest.testNoUneededResourcesLoadOnMove Time elapsed: 0.02 s org.eclipse.emf.cdo.tests.ResourceTest.testPathNotNull Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.ResourceTest.testPathWithSpaces Time elapsed: 0.045 s org.eclipse.emf.cdo.tests.ResourceTest.testPrefetchContents Time elapsed: 0.047 s org.eclipse.emf.cdo.tests.ResourceTest.testQueryModifiedResources Time elapsed: 0.069 s org.eclipse.emf.cdo.tests.ResourceTest.testQueryModifiedResourcesAsync Time elapsed: 0.034 s org.eclipse.emf.cdo.tests.ResourceTest.testQueryResources Time elapsed: 0.045 s org.eclipse.emf.cdo.tests.ResourceTest.testQueryResourcesAsync Time elapsed: 0.027 s org.eclipse.emf.cdo.tests.ResourceTest.testRemoveResourceByIndex Time elapsed: 0.061 s org.eclipse.emf.cdo.tests.ResourceTest.testRemoveResourceWithCloseView Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.ResourceTest.testRootResourceFromURI Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.ResourceTest.testSaveXMI_WithXRef Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.ResourceTest.testSaveXMI_WithXRef_OtherResource Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.ResourceTest.testSetFolder Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.ResourceTest.testSetFolderConflict Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.ResourceTest.testSetPathConflict Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.ResourceTest.testTextResource Time elapsed: 2.512 s org.eclipse.emf.cdo.tests.RevisionDeltaTest.testBasicRevisionDelta Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.RevisionDeltaTest.testBugzilla214374 Time elapsed: 0.02 s org.eclipse.emf.cdo.tests.RevisionDeltaTest.testBugzilla214374_HandleClear Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.RevisionDeltaTest.testBugzilla214431 Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.RevisionDeltaTest.testBugzilla243282_Exception Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.RevisionDeltaTest.testDetachWithXRef Time elapsed: 0.022 s org.eclipse.emf.cdo.tests.RevisionDeltaTest.testDetachWithXRef_Remove Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.RevisionDeltaTest.testInsertAndMove Time elapsed: 0.018 s org.eclipse.emf.cdo.tests.RevisionDeltaTest.testInsertAndMoveAndRemove Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.RevisionDeltaTest.testInsertAndRemove Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.RevisionDeltaTest.testInsertAndSet Time elapsed: 0.021 s org.eclipse.emf.cdo.tests.RevisionDeltaTest.testListInsertFirst Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.RevisionDeltaTest.testListInsertLast Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.RevisionDeltaTest.testListInsertMiddle Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.RevisionDeltaTest.testListMoveToFirst Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.RevisionDeltaTest.testListMoveToLast Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.RevisionDeltaTest.testListMultipleOps Time elapsed: 0.019 s org.eclipse.emf.cdo.tests.RevisionDeltaTest.testListMultipleOpsWithClear Time elapsed: 0.019 s org.eclipse.emf.cdo.tests.RevisionDeltaTest.testListRemoveFirst Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.RevisionDeltaTest.testListRemoveLast Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.RevisionDeltaTest.testListRemoveMiddle Time elapsed: 0.022 s org.eclipse.emf.cdo.tests.RevisionDeltaTest.testListSimpleMove Time elapsed: 0.02 s org.eclipse.emf.cdo.tests.RevisionDeltaTest.testListTwoIndependentMoves Time elapsed: 0.02 s org.eclipse.emf.cdo.tests.RevisionDeltaTest.testListTwoIntersectingMoves Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.RevisionDeltaTest.testMoveAndDelete Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.RevisionDeltaTest.testMultipleInserts Time elapsed: 0.022 s org.eclipse.emf.cdo.tests.RevisionDeltaTest.testMultipleRemoves Time elapsed: 0.018 s org.eclipse.emf.cdo.tests.RevisionDeltaTest.testSetAndRemove Time elapsed: 0.021 s org.eclipse.emf.cdo.tests.RollbackTest.testRollbackSameSession Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.RollbackTest.testRollbackSeparateSession Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.RollbackTest.test_Bugzilla_296680 Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.SavePointTest.testIsDirty Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.SavePointTest.testNotification Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.SavePointTest.testRollbackWithNewObject_Collection Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.SavePointTest.testRollbackWithNewObject_Commit Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.SavePointTest.testRollbackWithNewObject_Rollback Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.SavePointTest.testRollbackWithPersistedObject_Commit Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.SavePointTest.testRollbackWithPersistedObject_Rollback Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.SavePointTest.testWrongSavePoint Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.SecurityTest.testAndFilter Time elapsed: 0.003 s org.eclipse.emf.cdo.tests.SecurityTest.testNotFilter Time elapsed: 0.004 s org.eclipse.emf.cdo.tests.SecurityTest.testOrFilter Time elapsed: 0.003 s org.eclipse.emf.cdo.tests.SecurityTest.testResourceFilter_EXACT_NoParents Time elapsed: 0.004 s org.eclipse.emf.cdo.tests.SecurityTest.testResourceFilter_EXACT_Parents Time elapsed: 0.003 s org.eclipse.emf.cdo.tests.SecurityTest.testResourceFilter_TREE_NoParents Time elapsed: 0.004 s org.eclipse.emf.cdo.tests.SecurityTest.testResourceFilter_TREE_Parents Time elapsed: 0.003 s org.eclipse.emf.cdo.tests.SecurityTest.testResourceFilter_UserToken_EXACT_NoParents Time elapsed: 0.004 s org.eclipse.emf.cdo.tests.SecurityTest.testResourceFilter_UserToken_EXACT_Parents Time elapsed: 0.004 s org.eclipse.emf.cdo.tests.SecurityTest.testResourceFilter_UserToken_TREE_NoParents Time elapsed: 0.003 s org.eclipse.emf.cdo.tests.SecurityTest.testResourceFilter_UserToken_TREE_Parents Time elapsed: 0.003 s org.eclipse.emf.cdo.tests.SessionTest.testEContentAdapter Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.SessionTest.testIsSupportingAudits Time elapsed: 0.003 s org.eclipse.emf.cdo.tests.SessionTest.testLastUpdateLocal Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.SessionTest.testLastUpdateRemote Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.SessionTest.testNoAuthentication Time elapsed: 0.047 s org.eclipse.emf.cdo.tests.SessionTest.testProtocolTimeoutChangedEvent Time elapsed: 0.054 s org.eclipse.emf.cdo.tests.SessionTest.testRefresh Time elapsed: 0.023 s org.eclipse.emf.cdo.tests.SessionTest.testRefreshWithPackages Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.SessionTest.testRepositoryNotFound Time elapsed: 0.604 s org.eclipse.emf.cdo.tests.SessionTest.testSetProtocolTimeout Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.SessionTest.testWaitForUpdateLocal Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.SessionTest.testWaitForUpdateRemote Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.SessionTest.testWithAuthentication Time elapsed: 0.073 s org.eclipse.emf.cdo.tests.SessionTest.testWithAuthenticationNoCredentials Time elapsed: 0.067 s org.eclipse.emf.cdo.tests.SessionTest.testWithAuthenticationNoCredentialsProvider Time elapsed: 0.088 s org.eclipse.emf.cdo.tests.SessionTest.testWithAuthenticationNoPassword Time elapsed: 0.062 s org.eclipse.emf.cdo.tests.SessionTest.testWithAuthenticationNoUserID Time elapsed: 0.062 s org.eclipse.emf.cdo.tests.SessionTest.testWithAuthenticationWrongCredentials Time elapsed: 0.07 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableBooleanNoDefault Time elapsed: 0.058 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableBooleanNoDefault2 Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableBooleanNoDefault_SetDefault Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableByteNoDefault Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableByteNoDefault2 Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableByteNoDefault_SetDefault Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableCharNoDefault Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableCharNoDefault2 Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableCharNoDefault_SetDefault Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableDateNoDefault Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableDateNoDefault_SetDefault Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableDoubleNoDefault Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableDoubleNoDefault2 Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableDoubleNoDefault_SetDefault Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableFloatNoDefault Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableFloatNoDefault2 Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableFloatNoDefault_SetDefault Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableIntNoDefault Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableIntNoDefault2 Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableIntNoDefault_SetDefault Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableLongNoDefault Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableLongNoDefault2 Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableLongNoDefault_SetDefault Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableShortNoDefault Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableShortNoDefault2 Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableShortNoDefault_SetDefault Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableStringNoDefault Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableStringNoDefault2 Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableStringNoDefault_SetDefault Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableVATNoDefault Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableVATNoDefault_SetDefault Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableWithDefaultBoolean Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableWithDefaultBoolean2 Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableWithDefaultBoolean_SetDefault Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableWithDefaultByte Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableWithDefaultByte2 Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableWithDefaultByte_SetDefault Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableWithDefaultChar Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableWithDefaultChar_SetDefault Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableWithDefaultChart2 Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableWithDefaultDate Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableWithDefaultDate_SetDefault Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableWithDefaultDouble Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableWithDefaultDouble2 Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableWithDefaultDouble_SetDefault Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableWithDefaultVAT Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.SetFeatureTest.testNotUnsettableWithDefaultVAT_SetDefault Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableBooleanNoDefault Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableBooleanNoDefault2 Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableBooleanNoDefault_SetDefault Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableByteNoDefault Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableByteNoDefault2 Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableByteNoDefault_SetDefault Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableCharNoDefault Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableCharNoDefault2 Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableCharNoDefault_SetDefault Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableDateNoDefault Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableDateNoDefault_SetDefault Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableDoubleNoDefault Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableDoubleNoDefault2 Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableDoubleNoDefault_SetDefault Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableFloatNoDefault Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableFloatNoDefault2 Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableFloatNoDefault_SetDefault Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableIntNoDefault Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableIntNoDefault2 Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableIntNoDefault_SetDefault Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableLongNoDefault Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableShortNoDefault Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableShortNoDefault2 Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableShortNoDefault_SetDefault Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableStringNoDefault Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableStringNoDefault2 Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableStringNoDefault_SetDefault Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableVATNoDefault Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableVATNoDefault_SetDefault Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableWithDefaultBoolean Time elapsed: 0.02 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableWithDefaultBoolean2 Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableWithDefaultByte Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableWithDefaultByte2 Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableWithDefaultByte_SetDefault Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableWithDefaultChar Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableWithDefaultCharNo Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableWithDefaultChar_SetDefault Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableWithDefaultDate Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableWithDefaultDate_SetDefault Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableWithDefaultDouble Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableWithDefaultDouble2 Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableWithDefaultDouble_SetDefault Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableWithDefaultFloat Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableWithDefaultFloat2 Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableWithDefaultFloat_SetDefault Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableWithDefaultInt Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableWithDefaultInt2 Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableWithDefaultInt_SetDefault Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableWithDefaultLong Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableWithDefaultShort Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableWithDefaultShort2 Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableWithDefaultShort_SetDefault Time elapsed: 0.04 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableWithDefaultString Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableWithDefaultString2 Time elapsed: 0.034 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableWithDefaultString_SetDefault Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableWithDefaultVAT Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.SetFeatureTest.testUnsettableWithDefaultVAT_SetDefault Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.StateMachineTest.test_NEW_with_ATTACH Time elapsed: 0.004 s org.eclipse.emf.cdo.tests.StateMachineTest.test_NEW_with_COMMIT Time elapsed: 0.002 s org.eclipse.emf.cdo.tests.StateMachineTest.test_NEW_with_INVALIDATE Time elapsed: 0.003 s org.eclipse.emf.cdo.tests.StateMachineTest.test_NEW_with_READ Time elapsed: 0.002 s org.eclipse.emf.cdo.tests.StateMachineTest.test_NEW_with_ROLLBACK Time elapsed: 0.003 s org.eclipse.emf.cdo.tests.StateMachineTest.test_NEW_with_WRITE Time elapsed: 0.002 s org.eclipse.emf.cdo.tests.StateMachineTest.test_PREPARED_with_ATTACH Time elapsed: 0.003 s org.eclipse.emf.cdo.tests.StateMachineTest.test_PREPARED_with_DETACH Time elapsed: 0.003 s org.eclipse.emf.cdo.tests.StateMachineTest.test_PREPARED_with_INVALIDATE Time elapsed: 0.003 s org.eclipse.emf.cdo.tests.StateMachineTest.test_PREPARED_with_READ Time elapsed: 0.002 s org.eclipse.emf.cdo.tests.StateMachineTest.test_PREPARED_with_ROLLBACK Time elapsed: 0.002 s org.eclipse.emf.cdo.tests.StateMachineTest.test_PREPARED_with_WRITE Time elapsed: 0.003 s org.eclipse.emf.cdo.tests.StateMachineTest.test_REATTACH Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.StateMachineTest.test_TRANSIENT_with_ATTACH Time elapsed: 0.005 s org.eclipse.emf.cdo.tests.StateMachineTest.test_TRANSIENT_with_INVALIDATE Time elapsed: 0.002 s org.eclipse.emf.cdo.tests.StateMachineTest.test_TRANSIENT_with_READ Time elapsed: 0.003 s org.eclipse.emf.cdo.tests.StateMachineTest.test_TRANSIENT_with_ROLLBACK Time elapsed: 0.003 s org.eclipse.emf.cdo.tests.StateMachineTest.test_TRANSIENT_with_WRITE Time elapsed: 0.003 s org.eclipse.emf.cdo.tests.TransactionHandlerTest.testAsyncTransactionHandler Time elapsed: 0.308 s org.eclipse.emf.cdo.tests.TransactionHandlerTest.testAttachingObject Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.TransactionHandlerTest.testAttachingObjectVeto Time elapsed: 0.005 s org.eclipse.emf.cdo.tests.TransactionHandlerTest.testAttachingResourceVeto Time elapsed: 0.005 s org.eclipse.emf.cdo.tests.TransactionHandlerTest.testCommitting Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.TransactionHandlerTest.testDetachingObject Time elapsed: 0.005 s org.eclipse.emf.cdo.tests.TransactionHandlerTest.testDetachingObjectVeto Time elapsed: 0.005 s org.eclipse.emf.cdo.tests.TransactionHandlerTest.testModifyingObject Time elapsed: 0.005 s org.eclipse.emf.cdo.tests.TransactionHandlerTest.testModifyingObjectVeto Time elapsed: 0.005 s org.eclipse.emf.cdo.tests.TransactionHandlerTest.testModifyingResourceVeto Time elapsed: 0.005 s org.eclipse.emf.cdo.tests.TransactionHandlerTest.testRollbacked Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.TransactionTest.testAutoRollbackOnConflictEvent Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.TransactionTest.testCommitAfterClose Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.TransactionTest.testCommitManyTransactionsMultiThread Time elapsed: 0.417 s org.eclipse.emf.cdo.tests.TransactionTest.testCommitRedundantChanges Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.TransactionTest.testCreateManySessions Time elapsed: 0.274 s org.eclipse.emf.cdo.tests.TransactionTest.testCreateManySessionsAndTransactionsMultiThread Time elapsed: 0.331 s org.eclipse.emf.cdo.tests.TransactionTest.testCreateManyTransactions Time elapsed: 0.19 s org.eclipse.emf.cdo.tests.TransactionTest.testLastUpdateTime Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.TransactionTest.testLongCommit Time elapsed: 3.008 s org.eclipse.emf.cdo.tests.TransactionTest.testManualRollbackOnConflictException Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.TransactionTest.testPushModeDeltas Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.TransactionTest.testPushModeNewObjects Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.TransactionTest.testReattachCommit Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.TransactionTest.testReattachCommitWithSavepoints Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.TransactionTest.testReattachModifyCommit Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.TransactionTest.testReattachModifyCommitWithSavepoints Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.TransactionTest.testRollbackWithNotification Time elapsed: 0.005 s org.eclipse.emf.cdo.tests.UnsetTest.testIsSetBoolean Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.UnsetTest.testIsSetByte Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.UnsetTest.testIsSetChar Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.UnsetTest.testIsSetDate Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.UnsetTest.testIsSetDouble Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.UnsetTest.testIsSetElement Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.UnsetTest.testIsSetFloat Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.UnsetTest.testIsSetLong Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.UnsetTest.testIsSetMultipleTimes Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.UnsetTest.testIsSetShort Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.UnsetTest.testIsSetString Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.UnsetTest.testIsSetVAT Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.UnsetTest.testReadDefaultValue Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.UnsetTest.testUnsetNonDefaultValue Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.UnsetTest.testUnsettableBaseTypeVsObjectType Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.UnsetTest.testUnsettableObject Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.UnsetTest.testWriteDefaultValue Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.UnsetTest.testWriteNonDefaultValue Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.ViewProviderTest.testConnectionAware Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.ViewProviderTest.testNet4jViewProvider Time elapsed: 0.003 s org.eclipse.emf.cdo.tests.ViewProviderTest.testNormal Time elapsed: 0.019 s org.eclipse.emf.cdo.tests.ViewProviderTest.testPluginViewProvider Time elapsed: 0.003 s org.eclipse.emf.cdo.tests.ViewProviderTest.testSerialize Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.ViewProviderTest.testURIs Time elapsed: 0.004 s org.eclipse.emf.cdo.tests.ViewTest.testCacheReferences Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.ViewTest.testContextify Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.ViewTest.testContextifyDifferentRepository Time elapsed: 0.055 s org.eclipse.emf.cdo.tests.ViewTest.testContextifySameRepository Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.ViewTest.testDeactivateWithSession Time elapsed: 0.003 s org.eclipse.emf.cdo.tests.ViewTest.testExternalResourceSet Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.ViewTest.testGetOrCreateResource Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.ViewTest.testHasResource Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.ViewTest.testIsObjectRegisteredWithNull Time elapsed: 0.005 s org.eclipse.emf.cdo.tests.ViewTest.testNonUniqueResourceContents Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.ViewTest.testUniqueResourceContents Time elapsed: 0.021 s org.eclipse.emf.cdo.tests.ViewTest.testViewNotifiesDeactivation Time elapsed: 0.005 s org.eclipse.emf.cdo.tests.XATransactionTest.testCommitFromTransactionDisabled Time elapsed: 0.047 s org.eclipse.emf.cdo.tests.XATransactionTest.testRollback Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.XATransactionTest.testRollback_AfterSetpoint Time elapsed: 0.03 s org.eclipse.emf.cdo.tests.XATransactionTest.test_ExceptionInReadingStream Time elapsed: 0.03 s org.eclipse.emf.cdo.tests.XRefTest.testCrossReferenceMultivalueEReferenceQuery Time elapsed: 0.02 s org.eclipse.emf.cdo.tests.XRefTest.testLocallyDetachedTarget Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.XRefTest.testSpecificReferences0 Time elapsed: 0.021 s org.eclipse.emf.cdo.tests.XRefTest.testSpecificReferences1 Time elapsed: 0.023 s org.eclipse.emf.cdo.tests.XRefTest.testSpecificReferences2 Time elapsed: 0.022 s org.eclipse.emf.cdo.tests.XRefTest.testXRefsToMany Time elapsed: 0.025 s org.eclipse.emf.cdo.tests.XRefTest.testXRefsToOne Time elapsed: 0.022 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_241464_Test.testBugzilla_241464 Time elapsed: 2.01 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_243310_Test.testBugzilla_243310 Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_246442_Test.testBugzilla_246442 Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_246622_Test.testContainerAndMany Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_246622_Test.testSet Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_247141_Test.testBehaviorOnUncommittedObjects Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_247141_Test.testContentAdapterBehavior Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_248124_Test.testBugzilla_248124_getResourceWithCommit Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_248124_Test.testBugzilla_248124_getResourceWithoutCommit Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_248124_Test.testBugzilla_248124_hasResourceWithCommit Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_248124_Test.testBugzilla_248124_hasResourceWithoutCommit Time elapsed: 0.005 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_248915_Test.testBugzilla_248915_DuplicateID Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_248915_Test.testBugzilla_248915_IncompleteResource Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_250036_Test.testBugzilla_250036_Invalidation Time elapsed: 0.025 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_250757_Test.testAddAndModifyAndRemoveFromPersistedList Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_250757_Test.testAddAndMoveAndRemoveFromPersistedList Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_250757_Test.testAddAndMoveAndRemoveFromPersistedListWithManySavePoint Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_250757_Test.testAddAndMoveAndRemoveFromPersistedListWithSavePoint Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_250757_Test.testAddAndRemoveFromPersistedList Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_250910_Test.testBugzilla_250910 Time elapsed: 0.064 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_251087_Test.testSubscription Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_251263_Test.testEOpposite_AdjustMany Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_251263_Test.testEOpposite_AdjustMany_Persisted Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_251263_Test.testEOpposite_AdjustSingleRef Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_251263_Test.testEOpposite_AdjustSingleRef_NoCommit Time elapsed: 0.022 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_251544_Test.testFromPersistedToTransient Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_251544_Test.testFromTransientToPersisted Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_251752_Test.testBug_251752 Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_251752_Test.testBug_251752_XA Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_252909_Test.testBugzilla_252909 Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_254489_Test.testBugzilla_254489 Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_255662_Test.testBugzilla_255662 Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_256141_Test.testBugzilla_256141 Time elapsed: 0.023 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_258278_Test.testBugzilla_258278 Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_258850_Test.testBugzilla_258278 Time elapsed: 0.004 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_258933_Test.testBugzilla_258278_List Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_258933_Test.testBugzilla_258933 Time elapsed: 0.021 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_258933_Test.testBugzilla_258933_SetToDefaultValue Time elapsed: 0.018 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_258933_Test.testBugzilla_258933_String Time elapsed: 0.021 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_258933_Test.testBugzilla_258933_String_SetToDefaultValue Time elapsed: 0.02 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_258933_Test.testBugzilla_258933_String_SetToDefaultValue_unsettable Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_258933_Test.testBugzilla_258933_String_SetToNull Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_258933_Test.testBugzilla_258933_String_SetToNull_unsettable Time elapsed: 0.018 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_258933_Test.testBugzilla_258933_String_unsettable Time elapsed: 0.022 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_259695_Test.testBugzilla_259695_ClassCast Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_259949_Test.testBugzilla_259949 Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_260764_Test.testBugzilla_260764 Time elapsed: 0.018 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_261218_Test.testBugzilla_261218_Containment Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_265114_Test.testResourceSet Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_266857_Test.testBugzilla_266857 Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_266982_Test.testBugzilla_266982 Time elapsed: 0.712 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_267050_Test.testBugzilla_267050 Time elapsed: 0.072 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_270429_Test.testTwoWayReferenceDeletion Time elapsed: 0.03 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_272861_Test.test_Bugzilla_271861_Case1 Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_273233_Test.test_Bugzilla_273233_Simple Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_273233_Test.test_Bugzilla_273233_TwoSessions Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_273233_Test.test_Bugzilla_273233_TwoSessionsWithClearCache Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_273565_Test.testBugzilla_273565_NoThreads Time elapsed: 5.01 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_273758_Test.test_export_resource_contents Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_276696_Test.testModifiedUnset Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_278900_Test.testBugzilla_278900 Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_279565_Test.testBugzilla_279565 Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_279565_Test.testBugzilla_279565_AddedFromRemote Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_279565_Test.testBugzilla_279565_OwnResourceSet Time elapsed: 0.005 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_279565_Test.testBugzilla_279565_TXListener Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_279982_Test.testBugzilla_279982_Multi Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_279982_Test.testBugzilla_279982_Multi_RevisionPrefetchingPolicy Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_279982_Test.testBugzilla_279982_Single Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_280102_Test.testRootResourceInReadOnlyView Time elapsed: 0.004 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_280102_Test.testRootResourceInTransaction Time elapsed: 0.003 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_283131_Test.testRollbackManyConflictNotification Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_283131_Test.testRollbackManyNotification Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_283131_Test.testRollbackSingleAddNotification Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_283131_Test.testRollbackSingleConflictNotification Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_283131_Test.testRollbackSingleNotification Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_283131_Test.testRollbackSingleRemoveNotification Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_283985_1_Test.testAddRemoveSequence Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_283985_1_Test.testBugzilla283985_DragAndDropMultiple Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_283985_1_Test.testBugzilla283985_DragAndDropMultipleMultiparent Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_283985_1_Test.testBugzilla283985_DragAndDropSingle Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_283985_1_Test.testBugzilla283985_PlainMultiple Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_283985_1_Test.testBugzilla283985_PlainSingle Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_283985_1_Test.testBugzilla283985_RemoveAndAddMultiple Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_283985_1_Test.testBugzilla283985_RemoveAndAddSingle Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_283985_1_Test.testCanDaDmoreThanOnce Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_283985_1_Test.testCanReattachDirtyObject Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_283985_1_Test.testEReferencesCorrupted Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_283985_2_Test.testMoveOnce Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_283985_2_Test.testMoveOnceAndBack Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_283985_3_Test.test1 Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_283985_3_Test.test2 Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_283985_3_Test.test3 Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_283985_3_Test.test4 Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_285008_Test.testCDO_crossReferences Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_285008_Test.testCDO_isSet Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_293283_Test.test1 Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_293283_Test.test2 Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_293283_Test.test3 Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_293283_Test.test4 Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_293283_Test.test5 Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_293283_Test.test6 Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_294859_Test.test Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_296561_Test.testBugzilla_296561 Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_296561_Test.testBugzilla_296561__checkTransactionObjects Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_298561_Test.testDirty Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_298561_Test.testDirtyMulti Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_298561_Test.testNew Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_298561_Test.testNewMulti Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_299190_Test.testGenRefSingleContainedUnidirectionalCDO Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_299190_Test.testGenRefSingleContainedUnidirectionalResourceFirstCDO Time elapsed: 0.019 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_302233_Test.testRemove Time elapsed: 0.005 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_302233_Test.testUnset Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_302233_Test.testUnset2 Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_302414_Test.test1 Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_302414_Test.test2 Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_303466_Test.test_badUris Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_303466_Test.test_missingDependency Time elapsed: 0.037 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_306710_Test.testBugzilla_306710_addRemove Time elapsed: 0.018 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_306710_Test.testBugzilla_306710_remove Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_306998_Test.testInalidEENumLiteral Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_306998_Test.testValidEENumLiteral Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_308895_Test.testCustomDefaultDefault Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_308895_Test.testCustomDefaultInvalidLiteral Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_308895_Test.testCustomDefaultLiteral Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_308895_Test.testCustomRegular Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_310574_Test.testAddAndModifyAndRemoveFromPersistedList Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_310574_Test.testAddAndRemoveWithNull Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_310574_Test.testAddMoveMoveRemove Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_310574_Test.testAddRemoveWithAdditionalAdds Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_310574_Test.testAddRemoveWithAdditionalMoves Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_310574_Test.testListChanges01 Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_310574_Test.testListChanges02 Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_310574_Test.testListChanges03 Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_310574_Test.testListChanges04 Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_310574_Test.testListChanges05 Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_310574_Test.testListChanges06 Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_310574_Test.testListChanges07 Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_310574_Test.testMultipleMove Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_310574_Test.testOptimizeAddAndRemove Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_310574_Test.testOptimizeAddRemove Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_310574_Test.testOptimizeInterleavedAddMoveAndRemove Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_310574_Test.testOptimizeInterleavedAddRemove Time elapsed: 0.018 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_310574_Test.testOptimizeMove Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_310574_Test.testRemoveAdd Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_310574_Test.testRemoveFromContainerThenFromReferenceList Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_313913_Test.testAccessOldValue Time elapsed: 0.124 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_314186_Test.testEMFCompliance Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_315026_Test.test Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_316145_Test.testRevisionInListNull Time elapsed: 0.029 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_316273_Test.testXRef_Many Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_316273_Test.testXRef_Single Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_316434_Test.testInitial Time elapsed: 0.057 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_316444_Test.testLockParentWithEAttributeChange Time elapsed: 0.023 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_318518_Test.testCorrectNumberOfFeatureDeltas Time elapsed: 1.554 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_318844_Test.test Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_318876_Test.test Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_318919_Test.testPrefetchObject Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_318919_Test.testPrefetchResource_CLEAN Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_318919_Test.testPrefetchResource_PROXY Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_318998_Test.testQueryXRefMany Time elapsed: 0.051 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_318998_Test.testQueryXRefSingle Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_319836_Test.testNodeMovesInTreeCreatesCycle Time elapsed: 0.049 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_319836_Test.testNodeMovesInTreeDuplicatesNode Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_319836_Test.testNodeMovesInTreeEatsNode Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_320690_Test.testDeleteTarget Time elapsed: 0.06 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_320690_Test.testDeleteTargetAndReferenceAtOnce Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_320690_Test.testDeleteTargetRemoveAndAddReference Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_320690_Test.testLockRefTargets Time elapsed: 0.034 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_320837_Test.testLoadContainedBeforeContainer Time elapsed: 0.092 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_321699_Test.test Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_321986_Test.testRollback Time elapsed: 0.222 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_322218_Test.testMyEnumList Time elapsed: 0.019 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_322218_Test.testMyEnumList2 Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_322218_Test.testMyEnumList2PCL Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_322218_Test.testMyEnumList3 Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_322218_Test.testMyEnumList3PCL Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_322218_Test.testMyEnumList3PCL_Reload Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_322218_Test.testMyEnumListPCL Time elapsed: 0.005 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_322218_Test.testMyEnumListUnsettable Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_322218_Test.testMyEnumListUnsettable2 Time elapsed: 0.005 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_322218_Test.testMyEnumListUnsettable2PCL Time elapsed: 0.005 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_322218_Test.testMyEnumListUnsettable3 Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_322218_Test.testMyEnumListUnsettable3PCL Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_322218_Test.testMyEnumListUnsettable3PCL_Reload Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_322218_Test.testMyEnumListUnsettablePCL Time elapsed: 0.005 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_322754_Test.testResourceDelete Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_322754_Test.testResourceDeleteWithDanglingReferences Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_322804_Test.testAddElementToCustomTypedList Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_323930_Test.testAddXRefByReplace Time elapsed: 0.047 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_323930_Test.testAddXRefByReplace_PrecedingAdd Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_323930_Test.testChangeIndexesInSourceList Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_323930_Test.testChangeIndexesInTargetList Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_323930_Test.testRemoveXRefByReplace Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_323930_Test.testRemoveXRefByReplace_PrecedingAdd Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_323958_Test.testAdditionFromTransactionHandler Time elapsed: 0.047 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_323958_Test.testModificationFromTransactionHandler Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_324544_Test.testCommitRefresh Time elapsed: 0.02 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_324585_Test.testUpdate Time elapsed: 1.27 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_325603_Test.testModifyResource Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_326743_Test.testDefaultValue Time elapsed: 0.041 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_328790_Test.test_newThenAdd1 Time elapsed: 0.004 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_328790_Test.test_newThenAdd2 Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_328790_Test.test_newThenClear Time elapsed: 0.005 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_329752_Test.testLoadContainedBeforeContainer Time elapsed: 0.019 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_329869_Test.testDuplicateID Time elapsed: 0.041 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_330052_Test.test_otherView Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_331619_Test.testAbstractXRef Time elapsed: 0.024 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_333157_Test.testResourceFolderUpdate Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_333950_Test.testOpposites Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_334608_Test.testOpposites Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_334995_Test.testRename Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_334995_Test.testURIClash Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_335004_Test.testDuplicatePackageInSystem Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_335772_Test.testMapEntryAddition Time elapsed: 0.003 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_335772_Test.testMapEntryAdditionPersistence Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_335772_Test.testMapEntryReplacement Time elapsed: 0.003 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_335772_Test.testMapEntryReplacementPersistence Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_336314_Test.test1 Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_336314_Test.test2 Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_336590_Test.test Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_337523_Test.testRootResource_loadByID Time elapsed: 0.004 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_337587_Test.testRevisionCompare Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_338779_Test.test_passiveUpdate_additions Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_338779_Test.test_passiveUpdate_changes Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_338779_Test.test_passiveUpdate_invalidations Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_338779_Test.test_refresh Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_338884_Test.test_canHandleUnset Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_338884_Test.test_multi Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_338884_Test.test_nonBidiMultiRef_newTarget Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_338884_Test.test_nonBidiSingleRef_newTarget Time elapsed: 0.005 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_338884_Test.test_single Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_338921_Test.testLoadResourceAfterClearOnCleanResourceSet Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_338921_Test.testLoadResourceAfterClearOnDirtyResourceSet Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_338921_Test.testLoadResourceAfterSingleRemoval Time elapsed: 0.005 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_338921_Test.testRemoveDirtyResourceOnResourceSetWithMultipleResource Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_338921_Test.testRemoveDirtyResourceOnResourceSetWithSingleResource Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_339313_Test.test Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_339461_Test.test Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_339908_Test.testIDAttribute Time elapsed: 0.021 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_340961_Test.testMultiUserWork Time elapsed: 0.076 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_340961_Test.testObjectChildren Time elapsed: 0.06 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_341875_Test.test Time elapsed: 0.035 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_341995_Test.test Time elapsed: 2.022 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_342130_Test.test Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_343084_Test.testPermissionManagerNONE Time elapsed: 0.11 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_343084_Test.testPermissionManagerREAD Time elapsed: 0.107 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_343084_Test.testPermissionManagerWRITE Time elapsed: 0.112 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_343332_Test.test Time elapsed: 0.051 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_343471_Test.test Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_347964_Test.testIndexDeletion Time elapsed: 0.035 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_349793_Test.testOpeningTransactionDuringInvalidation Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_349804_Test.testDeadlockWithLocking Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_349804_Test.testInvalidation Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_350027_Test.testMoveFromLeftToRight Time elapsed: 0.003 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_350137_Test.testDefault Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_350137_Test.testExplicitZero Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_350987_Test.testRestoringReferences Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_351067_Test.testCommitBlob Time elapsed: 0.038 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_351096_Test.testCommit2Blob Time elapsed: 0.019 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_351096_Test.testCommit2Clob Time elapsed: 0.025 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_351393_Test.testExtRef Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_351921_Test.testDefaultValueNull Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_352204_Test.testWithReconstructSavepoints Time elapsed: 0.067 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_352204_Test.testWithoutReconstructSavepoints Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_352303_Test.testReadBlob Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_352832_Test.testNewSingle Time elapsed: 0.035 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_354395_Test.testContains Time elapsed: 0.026 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_354395_Test.testIndexOf Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_355045_Test.testLockOnCommitOfSingleNewObject Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_355045_Test.testRecursiveLockOfObjectsTreeContainingASubTreeOfNewObjects Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_355045_Test.testRecursiveLockOnCommitOfNewObjectsTree Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_357441_Test.testManyListChanges Time elapsed: 0.282 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_359669_Test.testReloadFromIndex Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_359669_Test.testReloadFromIndexComplex Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_359966_Test.testWithReconstructSavepoints Time elapsed: 0.031 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_359966_Test.testWithoutPushTransaction Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_359966_Test.testWithoutReconstructSavepoints Time elapsed: 0.021 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_361819_Test.testDoubleRefreshBug Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_362270_Test.testNotifierNotACDOLegacyAdapter Time elapsed: 0.027 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_362270b_Test.testRollback Time elapsed: 0.026 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_362270c_Test.testNotifierNotACDOLegacyAdapter Time elapsed: 0.019 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_362293_Test.testNewSingle Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_363287_Test.testDetach Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_363355_Test.testCDOTransactionDirtyOnInvalidation Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_363355_Test.testCannotModifyFrozenRevisionOnInvalidation Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_365832_Test.testWithReconstructSavepoints Time elapsed: 0.022 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_365832_Test.testWithoutPushTransaction Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_365832_Test.testWithoutReconstructSavepoints Time elapsed: 0.018 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_367738_Test.testOldValue_Attribute Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_367738_Test.testOldValue_ContainmentControl Time elapsed: 0.022 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_367738_Test.testOldValue_ContainmentDetach Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_367738_Test.testOldValue_ContainmentMove Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_367738_Test.testOldValue_ContainmentUncontrol Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_367738_Test.testOldValue_XRef Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_372307_Test.testMoveElementToOtherContainer Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_372307_Test.testMoveElementToOtherContainerSingleValued Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_373096_Test.testDragAndDrop Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_374418_Test.testControlUncontrol Time elapsed: 0.019 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_376075_Test.testTransientPut Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_376075_Test.testTransientRemove Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_376610_Test.testRemoveAllEnumLiterals Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_376610_Test.testRemoveOneEnumLiteral Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_376620b_Test.testBoolean Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_376620b_Test.testByte Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_376620b_Test.testChar Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_376620b_Test.testDouble Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_376620b_Test.testFloat Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_376620b_Test.testInt Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_376620b_Test.testLong Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_376620b_Test.testShort Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_377173_Test.testCancelCommitWithProgressMonitor Time elapsed: 2.12 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_377212_Test.testBalancedTree Time elapsed: 4.791 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_377212_Test.testBalancedTreeLocked Time elapsed: 3.011 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_381395_Test.testAdapterAddAfterCDOServerShutdown Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_381395_Test.testAdapterAddAfterCDOViewClosed Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_381395_Test.testAdapterRemoveAfterCDOServerShutdown Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_381395_Test.testAdapterRemoveAfterCDOViewClosed Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_381472_Test.testCreateRepo Time elapsed: 0.081 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_381472_Test.testCreateRepoWithPropertiesCDOID Time elapsed: 0.073 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_381472_Test.testCreateRepoWithPropertiesEmpty Time elapsed: 0.064 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_381472_Test.testCreateRepoWithPropertiesPrimitive Time elapsed: 0.064 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_381472_Test.testCreateRepoWrongHandlerType Time elapsed: 0.136 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_381472_Test.testDeleteRepo Time elapsed: 0.037 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_381472_Test.testDeleteRepoWrongHandlerType Time elapsed: 0.135 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_381472_Test.testInitial Time elapsed: 0.039 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_381472_Test.testRepoAdded Time elapsed: 0.063 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_381472_Test.testRepoAddedAdded Time elapsed: 0.098 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_381472_Test.testRepoAddedEvent Time elapsed: 0.047 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_381472_Test.testRepoAddedRemoved Time elapsed: 0.049 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_381472_Test.testRepoAddedRemovedAdded Time elapsed: 0.068 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_381472_Test.testRepoAddedRemovedAddedOther Time elapsed: 0.069 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_381472_Test.testRepoRemovedEvent Time elapsed: 0.03 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_381472_Test.testRepoStateChangedEvent Time elapsed: 0.032 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_381472_Test.testRepoTypeChangedEvent Time elapsed: 0.029 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_383370_Test.testSecondLevel Time elapsed: 0.041 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_383370_Test.testSecondLevelWithChildren Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_383370_Test.testTopLevel Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_383370_Test.testTopLevelWithChildren Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_384496_Test.testSimplest Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_385268_Test.testDetachment Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_385268_Test.testReattachment Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_385268_Test.testReattachment2 Time elapsed: 0.078 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_387563_Test.testPartialLockOnCommit Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_387563_Test.testPartialUnlockOnCommit Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_387563b_Test.testExplicitLockingAndUnlockingOfNewObject Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_387563b_Test.testExplicitLockingOfNewObject Time elapsed: 0.005 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_387563b_Test.testExplicitLockingOfNewObjectExemption Time elapsed: 0.005 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_387563b_Test.testNoImplicitLockingOfNewObject Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_387564_Test.testLockEventAfterInvalidationEventDifferentSession Time elapsed: 1.01 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_387564_Test.testLockEventAfterInvalidationEventSameSession Time elapsed: 1.009 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_390185_Test.testInvalidationDeadlock Time elapsed: 0.224 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_390283_Test.testAddAfterRemove Time elapsed: 0.021 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_390283_Test.testRemoveFromMiddle Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_392956_Test.testPartialPersistence Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_395999_Test.testTwiceGetCDOResourceOnResourceSetImpl Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_395999_Test.testTwiceGetXMIResourceOnResourceSetImpl Time elapsed: 0.004 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_396181_Test.testCreatePersist Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_397232_Test.testLoadNotification Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_397822_Test.testClear_attribute Time elapsed: 0.016 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_397822_Test.testRemoveAll_attribute Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_397822_Test.testRemoveAll_containment Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_399279_Test.testRemoveAdapterViewsClosedAndResourcesRemoved Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_399279_Test.testRemoveAdapterWhileResourcesStillLoaded Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_399279_Test.testRemoveAdapterWhileViewStillOpen Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_399470_Test.testUnload Time elapsed: 0.018 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_399487_Test.testCommitSafeChanges Time elapsed: 0.12 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_399487_Test.testGroupInheritanceCycle Time elapsed: 0.117 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_399487_Test.testRemoveAdministratorAccess Time elapsed: 0.118 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_399641_Test.testContainerAwareFactories Time elapsed: 0.005 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_399641_Test.testNet4jSessionFactory Time elapsed: 0.002 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_399956_Test.testDetachment Time elapsed: 0.049 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_400236_Test.testCommit Time elapsed: 0.025 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_400311_Test.testOneFeature Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_400311_Test.testTwoFeaturesUndoOne Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_400311b_Test.testTouchModificationDoNotMakeObjectsDirtyOnMultiValuedAttribute Time elapsed: 0.018 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_400311b_Test.testTouchModificationDoNotMakeObjectsDirtyOnMultiValuedAttributeMove Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_400311b_Test.testTouchModificationDoNotMakeObjectsDirtyOnMultiValuedEnum Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_400311b_Test.testTouchModificationDoNotMakeObjectsDirtyOnMultiValuedEnumMove Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_400311b_Test.testTouchModificationDoNotMakeObjectsDirtyOnMultiValuedReference Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_400311b_Test.testTouchModificationDoNotMakeObjectsDirtyOnMultiValuedReferenceMove Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_400311b_Test.testTouchModificationDoNotMakeObjectsDirtyOnSingleValuedAttribute Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_400311b_Test.testTouchModificationDoNotMakeObjectsDirtyOnSingleValuedEnum Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_400311b_Test.testTouchModificationDoNotMakeObjectsDirtyOnSingleValuedReference Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_400311b_Test.testUndoRevertsToCleanStateOnComplexModifications Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_400311b_Test.testUndoRevertsToCleanStateOnMultiValuedAttribute Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_400311b_Test.testUndoRevertsToCleanStateOnMultiValuedAttributeMove Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_400311b_Test.testUndoRevertsToCleanStateOnMultiValuedEnum Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_400311b_Test.testUndoRevertsToCleanStateOnMultiValuedEnumMove Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_400311b_Test.testUndoRevertsToCleanStateOnMultiValuedReference Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_400311b_Test.testUndoRevertsToCleanStateOnMultiValuedReferenceMove Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_400311b_Test.testUndoRevertsToCleanStateOnObjectCreation Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_400311b_Test.testUndoRevertsToCleanStateOnObjectDeletion Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_400311b_Test.testUndoRevertsToCleanStateOnSingleValuedAttribute Time elapsed: 0.005 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_400311b_Test.testUndoRevertsToCleanStateOnSingleValuedEnum Time elapsed: 0.005 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_400311b_Test.testUndoRevertsToCleanStateOnSingleValuedReference Time elapsed: 0.005 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_402142_Test.testCheckLockByOther Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_402142_Test.testCheckLockByOtherAfterLockUnlock Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_402142_Test.testLockUnlockOnElementMovedBetweenResources Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_402670_Test.testRollbackOfBooleanValueChange Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_404318_Test.testUnloadedEClass Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_405191_Test.testAllTypesSetAndDefault Time elapsed: 0.021 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_405191_Test.testAllTypesSetAndDefaultEMF Time elapsed: 0.003 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_405191_Test.testAllTypesSetAndNull Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_405191_Test.testAllTypesSetAndUnset Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_405191_Test.testSetNonDefaultNullString Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_405400_Test.testRecreateCDOResource Time elapsed: 0.018 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_405400_Test.testRecreateCDOResourceSeparateSession Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_405543_Test.testIsSetOnUnsettableReference Time elapsed: 0.028 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_405543_Test.testIsSetOnUnsettableReference2 Time elapsed: 0.018 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_405543_Test.testIsUnsetOnUnsettableReference Time elapsed: 0.02 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_405606_Test.testUnchunkedRevisionWithPCL Time elapsed: 0.022 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_405850_Test.testIndexOutOfBounds Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_407157_Test.testUndoRedo Time elapsed: 0.033 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_408534_Test.testListElementMove Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_409284_Test.testContainmentCycle Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_409287_Test.testListenersOnRollback Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_411927_Test.testWithFailureAfterTimeStamp Time elapsed: 10.384 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_411927_Test.testWithFailureBeforeTimeStamp Time elapsed: 0.463 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_411927_Test.testWithoutFailure Time elapsed: 0.156 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_414270_Test.testCreateBranch Time elapsed: 0.005 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_414270_Test.testGetBranch Time elapsed: 0.003 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_414270_Test.testGetBranches Time elapsed: 0.003 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_414270_Test.testManagerGetBranchByID Time elapsed: 0.003 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_414270_Test.testManagerGetBranchByPath Time elapsed: 0.003 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_414270_Test.testManagerQuery Time elapsed: 0.003 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_414270_Test.testManagerQueryNoResult Time elapsed: 0.003 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_415415_Test.testStaleReferenceRemove_FromLocallyDirtyObjectToRemotelyDetachedObject Time elapsed: 0.021 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_415415_Test.testStaleReferenceRemove_FromRemotelyDirtyObjectToLocallyDetachedObject Time elapsed: 0.027 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_415836_Test.testCDOTransaction_GetOrCreateBinaryResourceWithEmptyResourcePath Time elapsed: 0.003 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_415836_Test.testCDOTransaction_GetOrCreateBinaryResourceWithExistingResourceAndTimeoutException Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_415836_Test.testCDOTransaction_GetOrCreateBinaryResourceWithNullResourcePath Time elapsed: 0.004 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_415836_Test.testCDOTransaction_GetOrCreateResourceFolderWithEmptyResourcePath Time elapsed: 0.004 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_415836_Test.testCDOTransaction_GetOrCreateResourceFolderWithExistingResourceAndTimeoutException Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_415836_Test.testCDOTransaction_GetOrCreateResourceFolderWithNullResourcePath Time elapsed: 0.004 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_415836_Test.testCDOTransaction_GetOrCreateResourceWithEmptyResourcePath Time elapsed: 0.003 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_415836_Test.testCDOTransaction_GetOrCreateResourceWithExistingResourceAndTimeoutException Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_415836_Test.testCDOTransaction_GetOrCreateResourceWithNullResourcePath Time elapsed: 0.003 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_415836_Test.testCDOTransaction_GetOrCreateTextResourceWithEmptyResourcePath Time elapsed: 0.003 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_415836_Test.testCDOTransaction_GetOrCreateTextResourceWithExistingResourceAndTimeoutException Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_415836_Test.testCDOTransaction_GetOrCreateTextResourceWithNullResourcePath Time elapsed: 0.004 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_415836_Test.testEnableDisableTimeoutException Time elapsed: 0.003 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_416298_Test.testGetSetFolderPath Time elapsed: 0.019 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_416298_Test.testGetSetResourcePath Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_416298_Test.testGetSetResourceURI Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_416366_Test.testImplicitEObjectFeatures Time elapsed: 0.031 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_416474_Test.testAllProperContentsNoTypeFilter Time elapsed: 0.102 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_416474_Test.testAllProperContentsTypeFilter Time elapsed: 0.064 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_416474_Test.testMatchesAnyStringAttribute Time elapsed: 0.026 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_416555_Test.testQueryInstances Time elapsed: 0.026 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_416555_Test.testQueryInstancesAsync Time elapsed: 0.046 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_417483_Test.testCommit_NoPermission Time elapsed: 0.156 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_417483_Test.testCommit_ReadPermission Time elapsed: 0.146 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_417483_Test.testCommit_WritePermission Time elapsed: 0.144 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_417483_Test.testLoad_NoPermission Time elapsed: 0.18 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_417483_Test.testLoad_ReadPermission Time elapsed: 0.173 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_417483_Test.testPassiveUpdates_Additions Time elapsed: 0.186 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_417483_Test.testPassiveUpdates_Additions_WithEditingDomain Time elapsed: 0.178 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_417483_Test.testPassiveUpdates_Changes Time elapsed: 0.168 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_417483_Test.testPassiveUpdates_Changes_WithEditingDomain Time elapsed: 0.165 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_417483_Test.testPassiveUpdates_Invalidations Time elapsed: 0.164 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_417483_Test.testPassiveUpdates_InvalidationsWithEditingDomain Time elapsed: 0.148 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_417483_Test.testRemoveUser Time elapsed: 0.145 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_417782_Test.testEObjectReference Time elapsed: 0.051 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_417844_Test.testInvalidationRunnerLifecycle Time elapsed: 0.507 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_418267_Test.testMoveFromNoneToNone Time elapsed: 0.154 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_418267_Test.testMoveFromNoneToRead Time elapsed: 0.164 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_418267_Test.testMoveFromNoneToWrite Time elapsed: 0.176 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_418267_Test.testMoveFromReadToNone Time elapsed: 0.161 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_418267_Test.testMoveFromReadToRead Time elapsed: 0.193 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_418267_Test.testMoveFromReadToWrite Time elapsed: 0.151 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_418267_Test.testMoveFromWriteToNone Time elapsed: 0.154 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_418267_Test.testMoveFromWriteToRead Time elapsed: 0.147 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_418267_Test.testMoveFromWriteToWrite Time elapsed: 0.15 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_419574_Test.testConflict Time elapsed: 0.055 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_419962_Test.testConflict Time elapsed: 0.018 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_421287_Test.testAsyncQueryForUnknownEClass Time elapsed: 0.004 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_421287_Test.testSyncQueryForUnknownEClass Time elapsed: 0.004 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_422170_Test.testPermissionsWithDetachedObject Time elapsed: 0.161 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_423699_Test.testUnlockDeletedElementsWithDurableLockingAndAutoReleaseLocks Time elapsed: 0.053 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_423699_Test.testUnlockDeletedElementsWithDurableLockingAndNoAutoReleaseLocks Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_423699_Test.testUnlockDeletedElementsWithNoDurableLockingAndAutoReleaseLocks Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_423699_Test.testUnlockDeletedElementsWithNoDurableLockingAndNoAutoReleaseLocks Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_427773_Test.testParallelAuthenticatedSessionOpening Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_429659_Test.testUnsetOnNonUnsettableMultiValuedFeatureCDOResource Time elapsed: 0.043 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_429659_Test.testUnsetOnNonUnsettableMultiValuedFeatureXMIResource Time elapsed: 0.004 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_429659_Test.testUnsetOnNonUnsettableSingleValuedAttributeCDOResource Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_429659_Test.testUnsetOnNonUnsettableSingleValuedAttributeXMIResource Time elapsed: 0.003 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_429659_Test.testUnsetOnUnsettableMultiValuedFeatureCDOResource Time elapsed: 0.017 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_429659_Test.testUnsetOnUnsettableMultiValuedFeatureXMIResource Time elapsed: 0.004 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_429659_Test.testUnsetOnUnsettableSingleValuedAttributeCDOResource Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_429659_Test.testUnsetOnUnsettableSingleValuedAttributeXMIResource Time elapsed: 0.004 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_429709_Test.testContainmentAddAddSet Time elapsed: 0.018 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_429709_Test.testContainmentAddSet Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_429709_Test.testContainmentSetSet Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_430251_Test.testMemoryLeakOnResourceSet Time elapsed: 0.003 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_430794_Test.testConflictResolutionWithSavepoint Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_435198_Test.testAbstractCDOView_GetObjectWithCDOResourceId_ResourceSetAddition Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_435198_Test.testAbstractCDOView_GetObject_ResourceSetAddition Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_435198_Test.testAbstractCDOView_GetResource_ResourceSetAddition Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_435532_Test.testDragChildrenAtListBegin Time elapsed: 0.023 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_435532_Test.testDragChildrenAtListEnd Time elapsed: 0.02 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_435532_Test.testDragChildrenFromEndToBegin Time elapsed: 0.02 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_438682_Test.testUnsetNonUnsettableFeatureAndCommit Time elapsed: 0.028 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_438682_Test.testUnsetUnsettableFeatureAndCommit Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_439337_Test.testCDOLockStateWithPrefetch Time elapsed: 1.011 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_439337_Test.testCDOLockStateWithoutPrefetch Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_441136_Test.testRequestWithMonitoringWithProgressMonitor Time elapsed: 5.007 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_441136_Test.testRequestWithMonitoringWithoutProgressMonitor Time elapsed: 5.008 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_442178_Test.testCDORevisionUtil_GetResourceNodePath_WithCDOResource Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_442178_Test.testCDORevisionUtil_GetResourceNodePath_WithCDOResourceFolder Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_442178_Test.testCDORevisionUtil_GetResourceNodePath_WithNotRootCDOObject Time elapsed: 0.012 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_442178_Test.testCDORevisionUtil_GetResourceNodePath_WithNotRootCDOObjectInFragmentedResource Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_442178_Test.testCDORevisionUtil_GetResourceNodePath_WithRootCDOObject Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_442178_Test.testCDORevisionUtil_GetResourceNodePath_WithRootCDOObjectInFragmentedResource Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_443281_Test.testCDOResource_setURI Time elapsed: 0.004 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_443281_Test.testXMIResource_setURI Time elapsed: 0.003 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_449665_Test.testCDOObject_GetLockState Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_449665_Test.testCDOResource_GetLockState Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_449806_Test.testCDOFeatureAnalyzerModelBased Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_449806_Test.testCDOFeatureAnalyzerUI Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_450880_Test.testCDODeltaNotificationGetValueWithEnumTypedAttributeOnCDOResource Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_450880_Test.testCDODeltaNotificationGetValueWithEnumTypedAttributeOnXMIResource Time elapsed: 0.003 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_458279_Test.testCDOMergingConflictResolverWithoutChangeSubscriptionRequestWithAdditionsPassiveUpdateMode Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_458279_Test.testCDOMergingConflictResolverWithoutChangeSubscriptionRequestWithChangesPassiveUpdateMode Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_458279_Test.testCDOMergingConflictResolverWithoutChangeSubscriptionRequestWithInvalidationsPassiveUpdateMode Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_459104_Test.testCDOObject_GetLockState Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_462953_Test.testRollBackWithACustomEContentAdapter Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_464590_Test.testEObjectEIsSetWithXMIResource Time elapsed: 0.005 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_465115_Test.testCDOUtilGetViewSet Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_466721_Test.testObjectNotFoundExceptionWithLockStatePrefetchEnabled Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_466951_Test.testCDOObjectCDOLockState Time elapsed: 0.005 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_467075_Test.testResourceSetRemoveCDOResource Time elapsed: 0.005 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_467075_Test.testResourceSetRemoveXMIResource Time elapsed: 0.003 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_467174_Test.testCDOObject_LockStateAndRevisionPrefetch Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_467593_Test.testEListHashCodeOnRefBeforeCommitWithCDOResource Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_467593_Test.testEListHashCodeOnRefBeforeCommitWithXMIResource Time elapsed: 0.003 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_467616_Test.testTupleOCLQuery Time elapsed: 0.05 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_468268_Test.testHashCodeCallOnAllFields Time elapsed: 0.004 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_469301_Test.testLockDetachedObject Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_485394_Test.testReferentialIntegrityWithContainmentProxy Time elapsed: 0.042 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_485487_Test.testTimeoutDuringCommit Time elapsed: 2.137 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_485489_Test.testTransactionCommitAfterAutoLocker Time elapsed: 0.745 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_485489_Test.testViewCloseAfterAutoLocker Time elapsed: 0.711 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_485961_Test.testProperContents Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_491499_Test.testObjectOrderWithObjectHandler Time elapsed: 0.416 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_491859_Test.testExchangeContainerObject Time elapsed: 0.047 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_492898_Test.testReferenceToExternalObject Time elapsed: 0.052 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_492898_Test.testTouchModificationOnReferenceToExternalObject Time elapsed: 0.009 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_494954_Test.testFolderNameChange Time elapsed: 0.037 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_494954_Test.testFolderNameChangeInOtherTransaction Time elapsed: 0.036 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_494954_Test.testFolderNameGenChange Time elapsed: 0.056 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_501607_Test.testCommitChangesWhenModifyingRealmFirst Time elapsed: 0.116 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_503564_Test.testSetFeatureDelta_CDOID Time elapsed: 0.046 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_503564_Test.testSetFeatureDelta_String Time elapsed: 0.008 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_503573_Test.testCustomDatatype_Single Time elapsed: 0.014 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_517225_Test.testStringCompressorLeak Time elapsed: 6.14 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_528129_Test.testMoveToPersistentContainment Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_528129_Test.testMoveToTransientContainment Time elapsed: 0.005 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_528129_Test.testMoveWithinView Time elapsed: 0.005 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_528129_Test.testPersistentContainment Time elapsed: 0.005 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_528129_Test.testPersistentContainmentTree Time elapsed: 0.005 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_528129_Test.testTransientContainment Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_528129_Test.testTransientContainmentTree Time elapsed: 0.005 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_530498_Test.testNoNullRevisionAfterTransactionRollback Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_539332_Test.testRestartWithDynamicPackage Time elapsed: 0.028 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_541003_Test.testLockStateWithPrefetcher Time elapsed: 0.011 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_541003_Test.testLockStateWithoutPrefetcher Time elapsed: 0.01 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_541437_Test.testUUIDAfterRestart Time elapsed: 0.046 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_541437_Test.testUUIDWithoutOverride Time elapsed: 0.003 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_552043_Test.testRollbackInverseCrossReferencer Time elapsed: 0.045 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_552043_Test.testRollbackInverseCrossReferencer_WithAttachedRevisionsMap Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_552043_Test.testRollbackMultipleNewObject Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_552043_Test.testRollbackMultipleNewObject_WithAttachedRevisionsMap Time elapsed: 0.007 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_552043_Test.testRollbackNewObject Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_552043_Test.testRollbackNewObject_WithAttachedRevisionsMap Time elapsed: 0.005 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_560280_Test.testDeadlockBetweenInvalidationAndCommit Time elapsed: 0.149 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_560957_Test.testDeadlockOnViewGetBranch Time elapsed: 0.045 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_561250_Test.testMapInitialization Time elapsed: 0.018 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_562011_Test.testDocumentRoot_FeatureMap Time elapsed: 0.006 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_562246_Test.testLockAutoReleasePropagation_DifferentSession Time elapsed: 0.415 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_562246_Test.testLockAutoReleasePropagation_SameSession Time elapsed: 0.41 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_563616_Test.testImportProxyObject Time elapsed: 0.015 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_566582_Test.testSubFolderDelete Time elapsed: 0.035 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_570123_Test.testReattachInvalidate Time elapsed: 0.019 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_579786_Test.testDisableResponseTimeout Time elapsed: 1.63 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_579786_Test.testSlowQueryHandler Time elapsed: 1.629 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_580001_Test.testTypeHandler Time elapsed: 0.029 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_580974_Test.testCacheAdapter Time elapsed: 0.041 s org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_580991_Test.testDurableLockRelease Time elapsed: 0.013 s org.eclipse.emf.cdo.tests.db.bugzilla.Bugzilla_351068_Test.testDelete Time elapsed: 0.06 s org.eclipse.emf.cdo.tests.db.bugzilla.Bugzilla_351068_Test.testDeleteWithChildren Time elapsed: 0.047 s org.eclipse.emf.cdo.tests.db.bugzilla.Bugzilla_351068_Test.testDeleteWithReferences Time elapsed: 0.05 s org.eclipse.emf.cdo.tests.db.bugzilla.Bugzilla_396743_Test.testWrongListSizeAdditions Time elapsed: 0.055 s org.eclipse.emf.cdo.tests.db.bugzilla.Bugzilla_527002_Test.testDelegatingMappingStrategy Time elapsed: 0.042 s org.eclipse.emf.cdo.tests.db.bugzilla.Bugzilla_534438_Test.testDBConnectionUsedByMultipleThreads Time elapsed: 0.107 s Results: Tests run: 7185, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] ---------< org.eclipse.emf.cdo:org.eclipse.emf.cdo.tests.all >---------- [INFO] Building org.eclipse.emf.cdo.tests.all 4.4.1-SNAPSHOT [119/177] [INFO] from plugins/org.eclipse.emf.cdo.tests.all/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.emf.cdo.tests.all --- [INFO] [INFO] --- tycho-packaging:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.emf.cdo.tests.all --- [INFO] The project's OSGi version is 4.4.1.v20231014-0751 [INFO] [INFO] --- tycho-packaging:3.0.5:validate-id (default-validate-id) @ org.eclipse.emf.cdo.tests.all --- [INFO] [INFO] --- tycho-packaging:3.0.5:validate-version (default-validate-version) @ org.eclipse.emf.cdo.tests.all --- [INFO] [INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.emf.cdo.tests.all --- [INFO] [INFO] --- tycho-compiler:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.emf.cdo.tests.all --- [INFO] Resolving class path of org.eclipse.emf.cdo.tests.all... [INFO] [INFO] --- properties:1.0.0:read-project-properties (default) @ org.eclipse.emf.cdo.tests.all --- [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.emf.cdo.tests.all --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.all/src/main/resources [INFO] [INFO] --- tycho-compiler:3.0.5:compile (default-compile) @ org.eclipse.emf.cdo.tests.all --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.all/target/classes [INFO] [INFO] --- tycho-ds:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.emf.cdo.tests.all --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.emf.cdo.tests.all --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.all/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.5:testCompile (default-testCompile) @ org.eclipse.emf.cdo.tests.all --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.all/target/test-classes [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.emf.cdo.tests.all --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.cdo.tests.all --- [INFO] [INFO] --- tycho-source:3.0.5:plugin-source (attach-source) @ org.eclipse.emf.cdo.tests.all --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.all/target/org.eclipse.emf.cdo.tests.all-4.4.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.emf.cdo.tests.all --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.all/target/org.eclipse.emf.cdo.tests.all-4.4.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.cdo.tests.all --- [INFO] [INFO] --- eclipse-jarsigner:1.3.3:sign (sign) @ org.eclipse.emf.cdo.tests.all --- [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.all/target/org.eclipse.emf.cdo.tests.all-4.4.1-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.all/target/org.eclipse.emf.cdo.tests.all-4.4.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.cdo.tests.all --- [INFO] [INFO] --- tycho-surefire:3.0.5:integration-test (default-integration-test) @ org.eclipse.emf.cdo.tests.all --- [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.emf.cdo.tests.all --- [INFO] No tests to run. [INFO] [INFO] ----------< org.eclipse.emf.cdo:org.eclipse.emf.cdo.tests.lm >---------- [INFO] Building org.eclipse.emf.cdo.tests.lm 1.1.1-SNAPSHOT [120/177] [INFO] from plugins/org.eclipse.emf.cdo.tests.lm/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.emf.cdo.tests.lm --- [INFO] [INFO] --- tycho-packaging:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.emf.cdo.tests.lm --- [INFO] The project's OSGi version is 1.1.1.v20231014-0751 [INFO] [INFO] --- tycho-packaging:3.0.5:validate-id (default-validate-id) @ org.eclipse.emf.cdo.tests.lm --- [INFO] [INFO] --- tycho-packaging:3.0.5:validate-version (default-validate-version) @ org.eclipse.emf.cdo.tests.lm --- [INFO] [INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.emf.cdo.tests.lm --- [INFO] [INFO] --- tycho-compiler:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.emf.cdo.tests.lm --- [INFO] Resolving class path of org.eclipse.emf.cdo.tests.lm... [INFO] [INFO] --- properties:1.0.0:read-project-properties (default) @ org.eclipse.emf.cdo.tests.lm --- [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.emf.cdo.tests.lm --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.lm/src/main/resources [INFO] [INFO] --- tycho-compiler:3.0.5:compile (default-compile) @ org.eclipse.emf.cdo.tests.lm --- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.lm/target/classes [INFO] [INFO] --- tycho-ds:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.emf.cdo.tests.lm --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.emf.cdo.tests.lm --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.lm/src/test/resources [INFO] [INFO] --- tycho-packaging:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.cdo.tests.lm --- [INFO] [INFO] --- tycho-source:3.0.5:plugin-source (attach-source) @ org.eclipse.emf.cdo.tests.lm --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.lm/target/org.eclipse.emf.cdo.tests.lm-1.1.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.emf.cdo.tests.lm --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.lm/target/org.eclipse.emf.cdo.tests.lm-1.1.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.cdo.tests.lm --- [INFO] [INFO] --- eclipse-jarsigner:1.3.3:sign (sign) @ org.eclipse.emf.cdo.tests.lm --- [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.lm/target/org.eclipse.emf.cdo.tests.lm-1.1.1-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.lm/target/org.eclipse.emf.cdo.tests.lm-1.1.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.cdo.tests.lm --- [INFO] [INFO] --- tycho-surefire:3.0.5:test (default-test) @ org.eclipse.emf.cdo.tests.lm --- [INFO] Could not find a java toolchain of type jdk, using java from JAVA_HOME instead (/opt/tools/java/openjdk/jdk-17/latest/bin/java) [INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.lm/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-17/latest/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -Ddisable.main.suite.finished=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.800.v20240426-1701/org.eclipse.equinox.launcher-1.6.800.v20240426-1701.jar, -data, /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.lm/target/work/data, -install, /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.lm/target/work, -configuration, /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.lm/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.lm/target/surefire.properties] Running org.eclipse.emf.cdo.tests.lm.IntegrationTestsSuiteLM Test Folder: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.lm/target/work/data/.metadata/.plugins/org.eclipse.emf.cdo.tests.lm +++++++++++++++++++++++ LMFlowsTest.testEntireNormalFlow() +++++++++++++++++++++++ Test folder: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.lm/target/work/data/.metadata/.plugins/org.eclipse.emf.cdo.tests.lm/LMFlowsTest.testEntireNormalFlow [INFO] Initializing system resource [INFO] If no model contains feature maps commit performance can be slightly increased by specifying -Dorg.eclipse.emf.cdo.internal.server.Repository.DISABLE_FEATURE_MAP_CHECKS=true [INFO] Adding module ModuleSupplier to system System2022 [INFO] Adding module ModuleClient to system System2022 [ERROR] Check for updates in ModuleClient- Stream 0.1 org.eclipse.net4j.util.lifecycle.LifecycleException: Not active: View 2 [closed] at org.eclipse.net4j.util.lifecycle.LifecycleUtil.checkActive(LifecycleUtil.java:102) at org.eclipse.net4j.util.lifecycle.Lifecycle.checkActive(Lifecycle.java:247) at org.eclipse.emf.internal.cdo.view.AbstractCDOView.getStore(AbstractCDOView.java:463) at org.eclipse.emf.internal.cdo.CDOObjectImpl.cdoStore(CDOObjectImpl.java:684) at org.eclipse.emf.internal.cdo.CDOObjectImpl.eInternalContainer(CDOObjectImpl.java:918) at org.eclipse.emf.ecore.impl.BasicEObjectImpl.eContainmentFeature(BasicEObjectImpl.java:888) at org.eclipse.emf.ecore.impl.EStructuralFeatureImpl$InternalSettingDelegateSingleContainer.dynamicGet(EStructuralFeatureImpl.java:1869) at org.eclipse.emf.ecore.impl.BasicEObjectImpl.eDynamicGet(BasicEObjectImpl.java:1084) at org.eclipse.emf.cdo.lm.impl.BaselineImpl.getStream(BaselineImpl.java:255) at org.eclipse.emf.cdo.lm.impl.BaselineImpl.getModule(BaselineImpl.java:239) at org.eclipse.emf.cdo.lm.internal.client.SystemDescriptor.resolveDependencies(SystemDescriptor.java:873) at org.eclipse.emf.cdo.lm.internal.client.SystemDescriptor.resolve(SystemDescriptor.java:790) at org.eclipse.emf.cdo.lm.internal.client.AssemblyDescriptor.checkForUpdates(AssemblyDescriptor.java:344) at org.eclipse.emf.cdo.lm.internal.client.AssemblyManager$2.execute(AssemblyManager.java:152) at org.eclipse.emf.cdo.lm.internal.client.AssemblyManager$2.execute(AssemblyManager.java:1) at org.eclipse.net4j.util.concurrent.TaskQueue$TaskJob.run(TaskQueue.java:102) at org.eclipse.net4j.internal.util.om.OSGiPlatform$1.run(OSGiPlatform.java:96) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [ERROR] Check for updates in ModuleSupplier- Stream 0.1 org.eclipse.net4j.util.lifecycle.LifecycleException: Not active: View 2 [closed] at org.eclipse.net4j.util.lifecycle.LifecycleUtil.checkActive(LifecycleUtil.java:102) at org.eclipse.net4j.util.lifecycle.Lifecycle.checkActive(Lifecycle.java:247) at org.eclipse.emf.internal.cdo.view.AbstractCDOView.getStore(AbstractCDOView.java:463) at org.eclipse.emf.internal.cdo.CDOObjectImpl.cdoStore(CDOObjectImpl.java:684) at org.eclipse.emf.internal.cdo.CDOObjectImpl.eInternalContainer(CDOObjectImpl.java:918) at org.eclipse.emf.ecore.impl.BasicEObjectImpl.eContainmentFeature(BasicEObjectImpl.java:888) at org.eclipse.emf.ecore.impl.EStructuralFeatureImpl$InternalSettingDelegateSingleContainer.dynamicGet(EStructuralFeatureImpl.java:1869) at org.eclipse.emf.ecore.impl.BasicEObjectImpl.eDynamicGet(BasicEObjectImpl.java:1084) at org.eclipse.emf.cdo.lm.impl.StreamImpl.getModule(StreamImpl.java:176) at org.eclipse.emf.cdo.lm.internal.client.SystemDescriptor.extractModuleDefinition(SystemDescriptor.java:656) at org.eclipse.emf.cdo.lm.internal.client.AssemblyDescriptor.checkForUpdates(AssemblyDescriptor.java:328) at org.eclipse.emf.cdo.lm.internal.client.AssemblyManager$2.execute(AssemblyManager.java:152) at org.eclipse.emf.cdo.lm.internal.client.AssemblyManager$2.execute(AssemblyManager.java:1) at org.eclipse.net4j.util.concurrent.TaskQueue$TaskJob.run(TaskQueue.java:102) at org.eclipse.net4j.internal.util.om.OSGiPlatform$1.run(OSGiPlatform.java:96) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ +++++++++++++++++++++++ LMVersionEvolutionTest.testVersionEvolution() +++++++++++++++++++++++ Test folder: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.lm/target/work/data/.metadata/.plugins/org.eclipse.emf.cdo.tests.lm/LMVersionEvolutionTest.testVersionEvolution [INFO] Initializing system resource [INFO] Adding module ModuleSupplier to system System2022 [INFO] Adding module ModuleClient to system System2022 [ERROR] Check for updates in ModuleClient- Stream 0.1 org.eclipse.emf.cdo.lm.client.ISystemDescriptor$ResolutionException: The module definition could not be resolved: Missing dependency: ModuleClient 0.1.0 requires "ModuleSupplier [1.0.0,2.0.0)" but it could not be found at org.eclipse.emf.cdo.lm.internal.client.SystemDescriptor.createResolutionException(SystemDescriptor.java:1295) at org.eclipse.emf.cdo.lm.internal.client.SystemDescriptor.resolveDependencies(SystemDescriptor.java:860) at org.eclipse.emf.cdo.lm.internal.client.SystemDescriptor.resolve(SystemDescriptor.java:790) at org.eclipse.emf.cdo.lm.internal.client.AssemblyDescriptor.checkForUpdates(AssemblyDescriptor.java:344) at org.eclipse.emf.cdo.lm.internal.client.AssemblyManager$2.execute(AssemblyManager.java:152) at org.eclipse.emf.cdo.lm.internal.client.AssemblyManager$2.execute(AssemblyManager.java:1) at org.eclipse.net4j.util.concurrent.TaskQueue$TaskJob.run(TaskQueue.java:102) at org.eclipse.net4j.internal.util.om.OSGiPlatform$1.run(OSGiPlatform.java:96) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [ERROR] Check for updates in ModuleClient- Stream 0.1 java.lang.NullPointerException: Cannot read the array length because "reasons" is null at org.eclipse.emf.cdo.lm.internal.client.AssemblyManager.saveErrors(AssemblyManager.java:575) at org.eclipse.emf.cdo.lm.internal.client.AssemblyDescriptor.checkForUpdates(AssemblyDescriptor.java:350) at org.eclipse.emf.cdo.lm.internal.client.AssemblyManager$2.execute(AssemblyManager.java:152) at org.eclipse.emf.cdo.lm.internal.client.AssemblyManager$2.execute(AssemblyManager.java:1) at org.eclipse.net4j.util.concurrent.TaskQueue$TaskJob.run(TaskQueue.java:102) at org.eclipse.net4j.internal.util.om.OSGiPlatform$1.run(OSGiPlatform.java:96) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [ERROR] Check for updates in ModuleClient- Stream 0.1 org.eclipse.emf.cdo.lm.client.ISystemDescriptor$ResolutionException: The module definition could not be resolved: Missing dependency: ModuleClient 0.1.0 requires "ModuleSupplier [1.0.0,2.0.0)" but it could not be found at org.eclipse.emf.cdo.lm.internal.client.SystemDescriptor.createResolutionException(SystemDescriptor.java:1295) at org.eclipse.emf.cdo.lm.internal.client.SystemDescriptor.resolveDependencies(SystemDescriptor.java:860) at org.eclipse.emf.cdo.lm.internal.client.SystemDescriptor.resolve(SystemDescriptor.java:790) at org.eclipse.emf.cdo.lm.internal.client.AssemblyDescriptor.checkForUpdates(AssemblyDescriptor.java:344) at org.eclipse.emf.cdo.lm.internal.client.AssemblyManager$2.execute(AssemblyManager.java:152) at org.eclipse.emf.cdo.lm.internal.client.AssemblyManager$2.execute(AssemblyManager.java:1) at org.eclipse.net4j.util.concurrent.TaskQueue$TaskJob.run(TaskQueue.java:102) at org.eclipse.net4j.internal.util.om.OSGiPlatform$1.run(OSGiPlatform.java:96) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 20.144 s - in org.eclipse.emf.cdo.tests.lm.IntegrationTestsSuiteLM org.eclipse.emf.cdo.tests.lm.LMFlowsTest.testEntireNormalFlow Time elapsed: 6.297 s org.eclipse.emf.cdo.tests.lm.LMVersionEvolutionTest.testVersionEvolution Time elapsed: 13.475 s Results: Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] -------< org.eclipse.emf.cdo:org.eclipse.emf.cdo.tests.lissome >-------- [INFO] Building org.eclipse.emf.cdo.tests.lissome 4.5.1-SNAPSHOT [121/177] [INFO] from plugins/org.eclipse.emf.cdo.tests.lissome/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.emf.cdo.tests.lissome --- [INFO] [INFO] --- tycho-packaging:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.emf.cdo.tests.lissome --- [INFO] The project's OSGi version is 4.5.1.v20231014-0751 [INFO] [INFO] --- tycho-packaging:3.0.5:validate-id (default-validate-id) @ org.eclipse.emf.cdo.tests.lissome --- [INFO] [INFO] --- tycho-packaging:3.0.5:validate-version (default-validate-version) @ org.eclipse.emf.cdo.tests.lissome --- [INFO] [INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.emf.cdo.tests.lissome --- [INFO] [INFO] --- tycho-compiler:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.emf.cdo.tests.lissome --- [INFO] Resolving class path of org.eclipse.emf.cdo.tests.lissome... [INFO] [INFO] --- properties:1.0.0:read-project-properties (default) @ org.eclipse.emf.cdo.tests.lissome --- [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.emf.cdo.tests.lissome --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.lissome/src/main/resources [INFO] [INFO] --- tycho-compiler:3.0.5:compile (default-compile) @ org.eclipse.emf.cdo.tests.lissome --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.lissome/target/classes [INFO] [INFO] --- tycho-ds:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.emf.cdo.tests.lissome --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.emf.cdo.tests.lissome --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.lissome/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.5:testCompile (default-testCompile) @ org.eclipse.emf.cdo.tests.lissome --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.lissome/target/test-classes [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.emf.cdo.tests.lissome --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.cdo.tests.lissome --- [INFO] [INFO] --- tycho-source:3.0.5:plugin-source (attach-source) @ org.eclipse.emf.cdo.tests.lissome --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.lissome/target/org.eclipse.emf.cdo.tests.lissome-4.5.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.emf.cdo.tests.lissome --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.lissome/target/org.eclipse.emf.cdo.tests.lissome-4.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.cdo.tests.lissome --- [INFO] [INFO] --- eclipse-jarsigner:1.3.3:sign (sign) @ org.eclipse.emf.cdo.tests.lissome --- [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.lissome/target/org.eclipse.emf.cdo.tests.lissome-4.5.1-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.lissome/target/org.eclipse.emf.cdo.tests.lissome-4.5.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.cdo.tests.lissome --- [INFO] [INFO] --- tycho-surefire:3.0.5:integration-test (default-integration-test) @ org.eclipse.emf.cdo.tests.lissome --- [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.emf.cdo.tests.lissome --- [INFO] No tests to run. [INFO] [INFO] -------< org.eclipse.emf.cdo:org.eclipse.emf.cdo.tests.mongodb >-------- [INFO] Building org.eclipse.emf.cdo.tests.mongodb 4.3.1-SNAPSHOT [122/177] [INFO] from plugins/org.eclipse.emf.cdo.tests.mongodb/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.emf.cdo.tests.mongodb --- [INFO] [INFO] --- tycho-packaging:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.emf.cdo.tests.mongodb --- [INFO] The project's OSGi version is 4.3.1.v20231014-0751 [INFO] [INFO] --- tycho-packaging:3.0.5:validate-id (default-validate-id) @ org.eclipse.emf.cdo.tests.mongodb --- [INFO] [INFO] --- tycho-packaging:3.0.5:validate-version (default-validate-version) @ org.eclipse.emf.cdo.tests.mongodb --- [INFO] [INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.emf.cdo.tests.mongodb --- [INFO] [INFO] --- tycho-compiler:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.emf.cdo.tests.mongodb --- [INFO] Resolving class path of org.eclipse.emf.cdo.tests.mongodb... [INFO] [INFO] --- properties:1.0.0:read-project-properties (default) @ org.eclipse.emf.cdo.tests.mongodb --- [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.emf.cdo.tests.mongodb --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.mongodb/src/main/resources [INFO] [INFO] --- tycho-compiler:3.0.5:compile (default-compile) @ org.eclipse.emf.cdo.tests.mongodb --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.mongodb/target/classes [INFO] [INFO] --- tycho-ds:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.emf.cdo.tests.mongodb --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.emf.cdo.tests.mongodb --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.mongodb/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.5:testCompile (default-testCompile) @ org.eclipse.emf.cdo.tests.mongodb --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.mongodb/target/test-classes [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.emf.cdo.tests.mongodb --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.cdo.tests.mongodb --- [INFO] [INFO] --- tycho-source:3.0.5:plugin-source (attach-source) @ org.eclipse.emf.cdo.tests.mongodb --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.mongodb/target/org.eclipse.emf.cdo.tests.mongodb-4.3.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.emf.cdo.tests.mongodb --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.mongodb/target/org.eclipse.emf.cdo.tests.mongodb-4.3.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.cdo.tests.mongodb --- [INFO] [INFO] --- eclipse-jarsigner:1.3.3:sign (sign) @ org.eclipse.emf.cdo.tests.mongodb --- [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.mongodb/target/org.eclipse.emf.cdo.tests.mongodb-4.3.1-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.mongodb/target/org.eclipse.emf.cdo.tests.mongodb-4.3.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.cdo.tests.mongodb --- [INFO] [INFO] --- tycho-surefire:3.0.5:integration-test (default-integration-test) @ org.eclipse.emf.cdo.tests.mongodb --- [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.emf.cdo.tests.mongodb --- [INFO] No tests to run. [INFO] [INFO] -------< org.eclipse.emf.cdo.features:org.eclipse.emf.cdo.tests >------- [INFO] Building org.eclipse.emf.cdo.tests 4.7.3-SNAPSHOT [123/177] [INFO] from features/org.eclipse.emf.cdo.tests-feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier-aggregator (default-build-qualifier-aggregator)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier-aggregator (default-build-qualifier-aggregator)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-feature (default-package-feature)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-feature (default-package-feature)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.emf.cdo.tests --- [INFO] Deleting /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.tests-feature/target [INFO] [INFO] --- tycho-packaging:3.0.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.emf.cdo.tests --- [INFO] The project's OSGi version is 4.7.3.v20240319-1536 [INFO] [INFO] --- tycho-packaging:3.0.5:validate-id (default-validate-id) @ org.eclipse.emf.cdo.tests --- [INFO] [INFO] --- tycho-packaging:3.0.5:validate-version (default-validate-version) @ org.eclipse.emf.cdo.tests --- [INFO] [INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.emf.cdo.tests --- [INFO] [INFO] --- properties:1.0.0:read-project-properties (default) @ org.eclipse.emf.cdo.tests --- [INFO] [INFO] --- tycho-packaging:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.cdo.tests --- [INFO] [INFO] --- tycho-packaging:3.0.5:package-feature (default-package-feature) @ org.eclipse.emf.cdo.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.tests-feature/target/org.eclipse.emf.cdo.tests-4.7.3-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.cdo.tests --- [INFO] [INFO] --- tycho-p2:3.0.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.emf.cdo.tests --- [INFO] [INFO] --- tycho-source:3.0.5:feature-source (feature-source) @ org.eclipse.emf.cdo.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.tests-feature/target/org.eclipse.emf.cdo.tests-4.7.3-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- eclipse-jarsigner:1.3.3:sign (sign) @ org.eclipse.emf.cdo.tests --- [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.tests-feature/target/org.eclipse.emf.cdo.tests-4.7.3-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.tests-feature/target/org.eclipse.emf.cdo.tests-4.7.3-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.cdo.tests --- [INFO] [INFO] --< org.eclipse.emf.cdo.features:org.eclipse.emf.cdo.server.mongodb >--- [INFO] Building org.eclipse.emf.cdo.server.mongodb 5.1.8-SNAPSHOT [124/177] [INFO] from features/org.eclipse.emf.cdo.server.mongodb-feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier-aggregator (default-build-qualifier-aggregator)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier-aggregator (default-build-qualifier-aggregator)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-feature (default-package-feature)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-feature (default-package-feature)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.emf.cdo.server.mongodb --- [INFO] Deleting /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.server.mongodb-feature/target [INFO] [INFO] --- tycho-packaging:3.0.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.emf.cdo.server.mongodb --- [INFO] The project's OSGi version is 5.1.8.v20231124-1229 [INFO] [INFO] --- tycho-packaging:3.0.5:validate-id (default-validate-id) @ org.eclipse.emf.cdo.server.mongodb --- [INFO] [INFO] --- tycho-packaging:3.0.5:validate-version (default-validate-version) @ org.eclipse.emf.cdo.server.mongodb --- [INFO] [INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.emf.cdo.server.mongodb --- [INFO] [INFO] --- properties:1.0.0:read-project-properties (default) @ org.eclipse.emf.cdo.server.mongodb --- [INFO] [INFO] --- tycho-packaging:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.cdo.server.mongodb --- [INFO] [INFO] --- tycho-packaging:3.0.5:package-feature (default-package-feature) @ org.eclipse.emf.cdo.server.mongodb --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.server.mongodb-feature/target/org.eclipse.emf.cdo.server.mongodb-5.1.8-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.cdo.server.mongodb --- [INFO] [INFO] --- tycho-p2:3.0.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.emf.cdo.server.mongodb --- [INFO] [INFO] --- tycho-source:3.0.5:feature-source (feature-source) @ org.eclipse.emf.cdo.server.mongodb --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.server.mongodb-feature/target/org.eclipse.emf.cdo.server.mongodb-5.1.8-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- eclipse-jarsigner:1.3.3:sign (sign) @ org.eclipse.emf.cdo.server.mongodb --- [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.server.mongodb-feature/target/org.eclipse.emf.cdo.server.mongodb-5.1.8-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.server.mongodb-feature/target/org.eclipse.emf.cdo.server.mongodb-5.1.8-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.cdo.server.mongodb --- [INFO] [INFO] --< org.eclipse.emf.cdo.features:org.eclipse.emf.cdo.server.lissome >--- [INFO] Building org.eclipse.emf.cdo.server.lissome 4.3.8-SNAPSHOT [125/177] [INFO] from features/org.eclipse.emf.cdo.server.lissome-feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier-aggregator (default-build-qualifier-aggregator)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier-aggregator (default-build-qualifier-aggregator)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-feature (default-package-feature)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-feature (default-package-feature)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.emf.cdo.server.lissome --- [INFO] Deleting /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.server.lissome-feature/target [INFO] [INFO] --- tycho-packaging:3.0.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.emf.cdo.server.lissome --- [INFO] The project's OSGi version is 4.3.8.v20231122-0952 [INFO] [INFO] --- tycho-packaging:3.0.5:validate-id (default-validate-id) @ org.eclipse.emf.cdo.server.lissome --- [INFO] [INFO] --- tycho-packaging:3.0.5:validate-version (default-validate-version) @ org.eclipse.emf.cdo.server.lissome --- [INFO] [INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.emf.cdo.server.lissome --- [INFO] [INFO] --- properties:1.0.0:read-project-properties (default) @ org.eclipse.emf.cdo.server.lissome --- [INFO] [INFO] --- tycho-packaging:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.cdo.server.lissome --- [INFO] [INFO] --- tycho-packaging:3.0.5:package-feature (default-package-feature) @ org.eclipse.emf.cdo.server.lissome --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.server.lissome-feature/target/org.eclipse.emf.cdo.server.lissome-4.3.8-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.cdo.server.lissome --- [INFO] [INFO] --- tycho-p2:3.0.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.emf.cdo.server.lissome --- [INFO] [INFO] --- tycho-source:3.0.5:feature-source (feature-source) @ org.eclipse.emf.cdo.server.lissome --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.server.lissome-feature/target/org.eclipse.emf.cdo.server.lissome-4.3.8-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- eclipse-jarsigner:1.3.3:sign (sign) @ org.eclipse.emf.cdo.server.lissome --- [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.server.lissome-feature/target/org.eclipse.emf.cdo.server.lissome-4.3.8-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.server.lissome-feature/target/org.eclipse.emf.cdo.server.lissome-4.3.8-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.cdo.server.lissome --- [INFO] [INFO] ------< org.eclipse.emf.cdo.features:org.eclipse.net4j.db.derby >------- [INFO] Building org.eclipse.net4j.db.derby 4.2.504-SNAPSHOT [126/177] [INFO] from features/org.eclipse.net4j.db.derby-feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier-aggregator (default-build-qualifier-aggregator)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier-aggregator (default-build-qualifier-aggregator)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-feature (default-package-feature)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-feature (default-package-feature)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.net4j.db.derby --- [INFO] Deleting /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.net4j.db.derby-feature/target [INFO] [INFO] --- tycho-packaging:3.0.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.net4j.db.derby --- [INFO] The project's OSGi version is 4.2.504.v20231122-0952 [INFO] [INFO] --- tycho-packaging:3.0.5:validate-id (default-validate-id) @ org.eclipse.net4j.db.derby --- [INFO] [INFO] --- tycho-packaging:3.0.5:validate-version (default-validate-version) @ org.eclipse.net4j.db.derby --- [INFO] [INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.net4j.db.derby --- [INFO] [INFO] --- properties:1.0.0:read-project-properties (default) @ org.eclipse.net4j.db.derby --- [INFO] [INFO] --- tycho-packaging:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.net4j.db.derby --- [INFO] [INFO] --- tycho-packaging:3.0.5:package-feature (default-package-feature) @ org.eclipse.net4j.db.derby --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.net4j.db.derby-feature/target/org.eclipse.net4j.db.derby-4.2.504-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.net4j.db.derby --- [INFO] [INFO] --- tycho-p2:3.0.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.net4j.db.derby --- [INFO] [INFO] --- tycho-source:3.0.5:feature-source (feature-source) @ org.eclipse.net4j.db.derby --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.net4j.db.derby-feature/target/org.eclipse.net4j.db.derby-4.2.504-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- eclipse-jarsigner:1.3.3:sign (sign) @ org.eclipse.net4j.db.derby --- [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.net4j.db.derby-feature/target/org.eclipse.net4j.db.derby-4.2.504-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.net4j.db.derby-feature/target/org.eclipse.net4j.db.derby-4.2.504-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.net4j.db.derby --- [INFO] [INFO] ------< org.eclipse.emf.cdo.features:org.eclipse.net4j.db.hsqldb >------ [INFO] Building org.eclipse.net4j.db.hsqldb 4.4.4-SNAPSHOT [127/177] [INFO] from features/org.eclipse.net4j.db.hsqldb-feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier-aggregator (default-build-qualifier-aggregator)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier-aggregator (default-build-qualifier-aggregator)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-feature (default-package-feature)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-feature (default-package-feature)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.net4j.db.hsqldb --- [INFO] Deleting /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.net4j.db.hsqldb-feature/target [INFO] [INFO] --- tycho-packaging:3.0.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.net4j.db.hsqldb --- [INFO] The project's OSGi version is 4.4.4.v20231122-0952 [INFO] [INFO] --- tycho-packaging:3.0.5:validate-id (default-validate-id) @ org.eclipse.net4j.db.hsqldb --- [INFO] [INFO] --- tycho-packaging:3.0.5:validate-version (default-validate-version) @ org.eclipse.net4j.db.hsqldb --- [INFO] [INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.net4j.db.hsqldb --- [INFO] [INFO] --- properties:1.0.0:read-project-properties (default) @ org.eclipse.net4j.db.hsqldb --- [INFO] [INFO] --- tycho-packaging:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.net4j.db.hsqldb --- [INFO] [INFO] --- tycho-packaging:3.0.5:package-feature (default-package-feature) @ org.eclipse.net4j.db.hsqldb --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.net4j.db.hsqldb-feature/target/org.eclipse.net4j.db.hsqldb-4.4.4-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.net4j.db.hsqldb --- [INFO] [INFO] --- tycho-p2:3.0.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.net4j.db.hsqldb --- [INFO] [INFO] --- tycho-source:3.0.5:feature-source (feature-source) @ org.eclipse.net4j.db.hsqldb --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.net4j.db.hsqldb-feature/target/org.eclipse.net4j.db.hsqldb-4.4.4-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- eclipse-jarsigner:1.3.3:sign (sign) @ org.eclipse.net4j.db.hsqldb --- [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.net4j.db.hsqldb-feature/target/org.eclipse.net4j.db.hsqldb-4.4.4-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.net4j.db.hsqldb-feature/target/org.eclipse.net4j.db.hsqldb-4.4.4-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.net4j.db.hsqldb --- [INFO] [INFO] ------< org.eclipse.emf.cdo.features:org.eclipse.net4j.db.mysql >------- [INFO] Building org.eclipse.net4j.db.mysql 4.4.4-SNAPSHOT [128/177] [INFO] from features/org.eclipse.net4j.db.mysql-feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier-aggregator (default-build-qualifier-aggregator)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier-aggregator (default-build-qualifier-aggregator)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-feature (default-package-feature)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-feature (default-package-feature)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.net4j.db.mysql --- [INFO] Deleting /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.net4j.db.mysql-feature/target [INFO] [INFO] --- tycho-packaging:3.0.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.net4j.db.mysql --- [INFO] The project's OSGi version is 4.4.4.v20231122-0952 [INFO] [INFO] --- tycho-packaging:3.0.5:validate-id (default-validate-id) @ org.eclipse.net4j.db.mysql --- [INFO] [INFO] --- tycho-packaging:3.0.5:validate-version (default-validate-version) @ org.eclipse.net4j.db.mysql --- [INFO] [INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.net4j.db.mysql --- [INFO] [INFO] --- properties:1.0.0:read-project-properties (default) @ org.eclipse.net4j.db.mysql --- [INFO] [INFO] --- tycho-packaging:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.net4j.db.mysql --- [INFO] [INFO] --- tycho-packaging:3.0.5:package-feature (default-package-feature) @ org.eclipse.net4j.db.mysql --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.net4j.db.mysql-feature/target/org.eclipse.net4j.db.mysql-4.4.4-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.net4j.db.mysql --- [INFO] [INFO] --- tycho-p2:3.0.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.net4j.db.mysql --- [INFO] [INFO] --- tycho-source:3.0.5:feature-source (feature-source) @ org.eclipse.net4j.db.mysql --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.net4j.db.mysql-feature/target/org.eclipse.net4j.db.mysql-4.4.4-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- eclipse-jarsigner:1.3.3:sign (sign) @ org.eclipse.net4j.db.mysql --- [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.net4j.db.mysql-feature/target/org.eclipse.net4j.db.mysql-4.4.4-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.net4j.db.mysql-feature/target/org.eclipse.net4j.db.mysql-4.4.4-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.net4j.db.mysql --- [INFO] [INFO] ------< org.eclipse.emf.cdo.features:org.eclipse.net4j.db.oracle >------ [INFO] Building org.eclipse.net4j.db.oracle 1.3.5-SNAPSHOT [129/177] [INFO] from features/org.eclipse.net4j.db.oracle-feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier-aggregator (default-build-qualifier-aggregator)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier-aggregator (default-build-qualifier-aggregator)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-feature (default-package-feature)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-feature (default-package-feature)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.net4j.db.oracle --- [INFO] Deleting /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.net4j.db.oracle-feature/target [INFO] [INFO] --- tycho-packaging:3.0.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.net4j.db.oracle --- [INFO] The project's OSGi version is 1.3.5.v20231122-0952 [INFO] [INFO] --- tycho-packaging:3.0.5:validate-id (default-validate-id) @ org.eclipse.net4j.db.oracle --- [INFO] [INFO] --- tycho-packaging:3.0.5:validate-version (default-validate-version) @ org.eclipse.net4j.db.oracle --- [INFO] [INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.net4j.db.oracle --- [INFO] [INFO] --- properties:1.0.0:read-project-properties (default) @ org.eclipse.net4j.db.oracle --- [INFO] [INFO] --- tycho-packaging:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.net4j.db.oracle --- [INFO] [INFO] --- tycho-packaging:3.0.5:package-feature (default-package-feature) @ org.eclipse.net4j.db.oracle --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.net4j.db.oracle-feature/target/org.eclipse.net4j.db.oracle-1.3.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.net4j.db.oracle --- [INFO] [INFO] --- tycho-p2:3.0.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.net4j.db.oracle --- [INFO] [INFO] --- tycho-source:3.0.5:feature-source (feature-source) @ org.eclipse.net4j.db.oracle --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.net4j.db.oracle-feature/target/org.eclipse.net4j.db.oracle-1.3.5-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- eclipse-jarsigner:1.3.3:sign (sign) @ org.eclipse.net4j.db.oracle --- [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.net4j.db.oracle-feature/target/org.eclipse.net4j.db.oracle-1.3.5-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.net4j.db.oracle-feature/target/org.eclipse.net4j.db.oracle-1.3.5-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.net4j.db.oracle --- [INFO] [INFO] ----< org.eclipse.emf.cdo.features:org.eclipse.net4j.db.postgresql >---- [INFO] Building org.eclipse.net4j.db.postgresql 4.4.4-SNAPSHOT [130/177] [INFO] from features/org.eclipse.net4j.db.postgresql-feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier-aggregator (default-build-qualifier-aggregator)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier-aggregator (default-build-qualifier-aggregator)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-feature (default-package-feature)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-feature (default-package-feature)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.net4j.db.postgresql --- [INFO] Deleting /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.net4j.db.postgresql-feature/target [INFO] [INFO] --- tycho-packaging:3.0.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.net4j.db.postgresql --- [INFO] The project's OSGi version is 4.4.4.v20231122-0952 [INFO] [INFO] --- tycho-packaging:3.0.5:validate-id (default-validate-id) @ org.eclipse.net4j.db.postgresql --- [INFO] [INFO] --- tycho-packaging:3.0.5:validate-version (default-validate-version) @ org.eclipse.net4j.db.postgresql --- [INFO] [INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.net4j.db.postgresql --- [INFO] [INFO] --- properties:1.0.0:read-project-properties (default) @ org.eclipse.net4j.db.postgresql --- [INFO] [INFO] --- tycho-packaging:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.net4j.db.postgresql --- [INFO] [INFO] --- tycho-packaging:3.0.5:package-feature (default-package-feature) @ org.eclipse.net4j.db.postgresql --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.net4j.db.postgresql-feature/target/org.eclipse.net4j.db.postgresql-4.4.4-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.net4j.db.postgresql --- [INFO] [INFO] --- tycho-p2:3.0.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.net4j.db.postgresql --- [INFO] [INFO] --- tycho-source:3.0.5:feature-source (feature-source) @ org.eclipse.net4j.db.postgresql --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.net4j.db.postgresql-feature/target/org.eclipse.net4j.db.postgresql-4.4.4-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- eclipse-jarsigner:1.3.3:sign (sign) @ org.eclipse.net4j.db.postgresql --- [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.net4j.db.postgresql-feature/target/org.eclipse.net4j.db.postgresql-4.4.4-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.net4j.db.postgresql-feature/target/org.eclipse.net4j.db.postgresql-4.4.4-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.net4j.db.postgresql --- [INFO] [INFO] ---------< org.eclipse.emf.cdo.features:org.eclipse.net4j.ws >---------- [INFO] Building org.eclipse.net4j.ws 1.2.4-SNAPSHOT [131/177] [INFO] from features/org.eclipse.net4j.ws-feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier-aggregator (default-build-qualifier-aggregator)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier-aggregator (default-build-qualifier-aggregator)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-feature (default-package-feature)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-feature (default-package-feature)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.net4j.ws --- [INFO] Deleting /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.net4j.ws-feature/target [INFO] [INFO] --- tycho-packaging:3.0.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.net4j.ws --- [INFO] The project's OSGi version is 1.2.4.v20231122-0952 [INFO] [INFO] --- tycho-packaging:3.0.5:validate-id (default-validate-id) @ org.eclipse.net4j.ws --- [INFO] [INFO] --- tycho-packaging:3.0.5:validate-version (default-validate-version) @ org.eclipse.net4j.ws --- [INFO] [INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.net4j.ws --- [INFO] [INFO] --- properties:1.0.0:read-project-properties (default) @ org.eclipse.net4j.ws --- [INFO] [INFO] --- tycho-packaging:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.net4j.ws --- [INFO] [INFO] --- tycho-packaging:3.0.5:package-feature (default-package-feature) @ org.eclipse.net4j.ws --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.net4j.ws-feature/target/org.eclipse.net4j.ws-1.2.4-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.net4j.ws --- [INFO] [INFO] --- tycho-p2:3.0.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.net4j.ws --- [INFO] [INFO] --- tycho-source:3.0.5:feature-source (feature-source) @ org.eclipse.net4j.ws --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.net4j.ws-feature/target/org.eclipse.net4j.ws-1.2.4-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- eclipse-jarsigner:1.3.3:sign (sign) @ org.eclipse.net4j.ws --- [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.net4j.ws-feature/target/org.eclipse.net4j.ws-1.2.4-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.net4j.ws-feature/target/org.eclipse.net4j.ws-1.2.4-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.net4j.ws --- [INFO] [INFO] --------< org.eclipse.emf.cdo:org.eclipse.net4j.buddies.common >-------- [INFO] Building org.eclipse.net4j.buddies.common 4.1.3-SNAPSHOT [132/177] [INFO] from plugins/org.eclipse.net4j.buddies.common/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.net4j.buddies.common --- [INFO] [INFO] --- tycho-packaging:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.net4j.buddies.common --- [INFO] The project's OSGi version is 4.1.3.v20230221-1613 [INFO] [INFO] --- tycho-packaging:3.0.5:validate-id (default-validate-id) @ org.eclipse.net4j.buddies.common --- [INFO] [INFO] --- tycho-packaging:3.0.5:validate-version (default-validate-version) @ org.eclipse.net4j.buddies.common --- [INFO] [INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.net4j.buddies.common --- [INFO] [INFO] --- tycho-compiler:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.net4j.buddies.common --- [INFO] Resolving class path of org.eclipse.net4j.buddies.common... [INFO] [INFO] --- properties:1.0.0:read-project-properties (default) @ org.eclipse.net4j.buddies.common --- [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.net4j.buddies.common --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.buddies.common/src/main/resources [INFO] [INFO] --- tycho-compiler:3.0.5:compile (default-compile) @ org.eclipse.net4j.buddies.common --- [INFO] Compiling 40 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.buddies.common/target/classes [INFO] [INFO] --- tycho-ds:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.net4j.buddies.common --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.net4j.buddies.common --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.buddies.common/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.5:testCompile (default-testCompile) @ org.eclipse.net4j.buddies.common --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.net4j.buddies.common --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.net4j.buddies.common --- [INFO] [INFO] --- tycho-source:3.0.5:plugin-source (attach-source) @ org.eclipse.net4j.buddies.common --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.buddies.common/target/org.eclipse.net4j.buddies.common-4.1.3-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.net4j.buddies.common --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.buddies.common/target/org.eclipse.net4j.buddies.common-4.1.3-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.net4j.buddies.common --- [INFO] [INFO] --- eclipse-jarsigner:1.3.3:sign (sign) @ org.eclipse.net4j.buddies.common --- [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.buddies.common/target/org.eclipse.net4j.buddies.common-4.1.3-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.buddies.common/target/org.eclipse.net4j.buddies.common-4.1.3-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.net4j.buddies.common --- [INFO] [INFO] --- tycho-surefire:3.0.5:integration-test (default-integration-test) @ org.eclipse.net4j.buddies.common --- [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.net4j.buddies.common --- [INFO] No tests to run. [INFO] [INFO] -----------< org.eclipse.emf.cdo:org.eclipse.net4j.buddies >------------ [INFO] Building org.eclipse.net4j.buddies 4.1.1-SNAPSHOT [133/177] [INFO] from plugins/org.eclipse.net4j.buddies/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.net4j.buddies --- [INFO] [INFO] --- tycho-packaging:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.net4j.buddies --- [INFO] The project's OSGi version is 4.1.1.v20230221-1613 [INFO] [INFO] --- tycho-packaging:3.0.5:validate-id (default-validate-id) @ org.eclipse.net4j.buddies --- [INFO] [INFO] --- tycho-packaging:3.0.5:validate-version (default-validate-version) @ org.eclipse.net4j.buddies --- [INFO] [INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.net4j.buddies --- [INFO] [INFO] --- tycho-compiler:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.net4j.buddies --- [INFO] Resolving class path of org.eclipse.net4j.buddies... [INFO] [INFO] --- properties:1.0.0:read-project-properties (default) @ org.eclipse.net4j.buddies --- [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.net4j.buddies --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.buddies/src/main/resources [INFO] [INFO] --- tycho-compiler:3.0.5:compile (default-compile) @ org.eclipse.net4j.buddies --- [INFO] Compiling 23 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.buddies/target/classes [INFO] [INFO] --- tycho-ds:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.net4j.buddies --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.net4j.buddies --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.buddies/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.5:testCompile (default-testCompile) @ org.eclipse.net4j.buddies --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.net4j.buddies --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.net4j.buddies --- [INFO] [INFO] --- tycho-source:3.0.5:plugin-source (attach-source) @ org.eclipse.net4j.buddies --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.buddies/target/org.eclipse.net4j.buddies-4.1.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.net4j.buddies --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.buddies/target/org.eclipse.net4j.buddies-4.1.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.net4j.buddies --- [INFO] [INFO] --- eclipse-jarsigner:1.3.3:sign (sign) @ org.eclipse.net4j.buddies --- [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.buddies/target/org.eclipse.net4j.buddies-4.1.1-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.buddies/target/org.eclipse.net4j.buddies-4.1.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.net4j.buddies --- [INFO] [INFO] --- tycho-surefire:3.0.5:integration-test (default-integration-test) @ org.eclipse.net4j.buddies --- [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.net4j.buddies --- [INFO] No tests to run. [INFO] [INFO] ---------< org.eclipse.emf.cdo:org.eclipse.net4j.buddies.chat >--------- [INFO] Building org.eclipse.net4j.buddies.chat 4.1.3-SNAPSHOT [134/177] [INFO] from plugins/org.eclipse.net4j.buddies.chat/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.net4j.buddies.chat --- [INFO] [INFO] --- tycho-packaging:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.net4j.buddies.chat --- [INFO] The project's OSGi version is 4.1.3.v20230221-1613 [INFO] [INFO] --- tycho-packaging:3.0.5:validate-id (default-validate-id) @ org.eclipse.net4j.buddies.chat --- [INFO] [INFO] --- tycho-packaging:3.0.5:validate-version (default-validate-version) @ org.eclipse.net4j.buddies.chat --- [INFO] [INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.net4j.buddies.chat --- [INFO] [INFO] --- tycho-compiler:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.net4j.buddies.chat --- [INFO] Resolving class path of org.eclipse.net4j.buddies.chat... [INFO] [INFO] --- properties:1.0.0:read-project-properties (default) @ org.eclipse.net4j.buddies.chat --- [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.net4j.buddies.chat --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.buddies.chat/src/main/resources [INFO] [INFO] --- tycho-compiler:3.0.5:compile (default-compile) @ org.eclipse.net4j.buddies.chat --- [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.buddies.chat/target/classes [INFO] [INFO] --- tycho-ds:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.net4j.buddies.chat --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.net4j.buddies.chat --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.buddies.chat/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.5:testCompile (default-testCompile) @ org.eclipse.net4j.buddies.chat --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.net4j.buddies.chat --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.net4j.buddies.chat --- [INFO] [INFO] --- tycho-source:3.0.5:plugin-source (attach-source) @ org.eclipse.net4j.buddies.chat --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.buddies.chat/target/org.eclipse.net4j.buddies.chat-4.1.3-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.net4j.buddies.chat --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.buddies.chat/target/org.eclipse.net4j.buddies.chat-4.1.3-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.net4j.buddies.chat --- [INFO] [INFO] --- eclipse-jarsigner:1.3.3:sign (sign) @ org.eclipse.net4j.buddies.chat --- [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.buddies.chat/target/org.eclipse.net4j.buddies.chat-4.1.3-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.buddies.chat/target/org.eclipse.net4j.buddies.chat-4.1.3-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.net4j.buddies.chat --- [INFO] [INFO] --- tycho-surefire:3.0.5:integration-test (default-integration-test) @ org.eclipse.net4j.buddies.chat --- [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.net4j.buddies.chat --- [INFO] No tests to run. [INFO] [INFO] ----------< org.eclipse.emf.cdo:org.eclipse.net4j.buddies.ui >---------- [INFO] Building org.eclipse.net4j.buddies.ui 4.2.1-SNAPSHOT [135/177] [INFO] from plugins/org.eclipse.net4j.buddies.ui/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.net4j.buddies.ui --- [INFO] [INFO] --- tycho-packaging:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.net4j.buddies.ui --- [INFO] The project's OSGi version is 4.2.1.v20231014-0751 [INFO] [INFO] --- tycho-packaging:3.0.5:validate-id (default-validate-id) @ org.eclipse.net4j.buddies.ui --- [INFO] [INFO] --- tycho-packaging:3.0.5:validate-version (default-validate-version) @ org.eclipse.net4j.buddies.ui --- [INFO] [INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.net4j.buddies.ui --- [INFO] [INFO] --- tycho-compiler:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.net4j.buddies.ui --- [INFO] Resolving class path of org.eclipse.net4j.buddies.ui... [INFO] [INFO] --- properties:1.0.0:read-project-properties (default) @ org.eclipse.net4j.buddies.ui --- [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.net4j.buddies.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.buddies.ui/src/main/resources [INFO] [INFO] --- tycho-compiler:3.0.5:compile (default-compile) @ org.eclipse.net4j.buddies.ui --- [INFO] Compiling 24 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.buddies.ui/target/classes [INFO] [INFO] --- tycho-ds:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.net4j.buddies.ui --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.net4j.buddies.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.buddies.ui/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.5:testCompile (default-testCompile) @ org.eclipse.net4j.buddies.ui --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.net4j.buddies.ui --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.net4j.buddies.ui --- [INFO] [INFO] --- tycho-source:3.0.5:plugin-source (attach-source) @ org.eclipse.net4j.buddies.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.buddies.ui/target/org.eclipse.net4j.buddies.ui-4.2.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.net4j.buddies.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.buddies.ui/target/org.eclipse.net4j.buddies.ui-4.2.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.net4j.buddies.ui --- [INFO] [INFO] --- eclipse-jarsigner:1.3.3:sign (sign) @ org.eclipse.net4j.buddies.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.buddies.ui/target/org.eclipse.net4j.buddies.ui-4.2.1-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.buddies.ui/target/org.eclipse.net4j.buddies.ui-4.2.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.net4j.buddies.ui --- [INFO] [INFO] --- tycho-surefire:3.0.5:integration-test (default-integration-test) @ org.eclipse.net4j.buddies.ui --- [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.net4j.buddies.ui --- [INFO] No tests to run. [INFO] [INFO] -------< org.eclipse.emf.cdo:org.eclipse.net4j.buddies.chat.ui >-------- [INFO] Building org.eclipse.net4j.buddies.chat.ui 4.2.1-SNAPSHOT [136/177] [INFO] from plugins/org.eclipse.net4j.buddies.chat.ui/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.net4j.buddies.chat.ui --- [INFO] [INFO] --- tycho-packaging:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.net4j.buddies.chat.ui --- [INFO] The project's OSGi version is 4.2.1.v20231014-0751 [INFO] [INFO] --- tycho-packaging:3.0.5:validate-id (default-validate-id) @ org.eclipse.net4j.buddies.chat.ui --- [INFO] [INFO] --- tycho-packaging:3.0.5:validate-version (default-validate-version) @ org.eclipse.net4j.buddies.chat.ui --- [INFO] [INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.net4j.buddies.chat.ui --- [INFO] [INFO] --- tycho-compiler:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.net4j.buddies.chat.ui --- [INFO] Resolving class path of org.eclipse.net4j.buddies.chat.ui... [INFO] [INFO] --- properties:1.0.0:read-project-properties (default) @ org.eclipse.net4j.buddies.chat.ui --- [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.net4j.buddies.chat.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.buddies.chat.ui/src/main/resources [INFO] [INFO] --- tycho-compiler:3.0.5:compile (default-compile) @ org.eclipse.net4j.buddies.chat.ui --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.buddies.chat.ui/target/classes [INFO] [INFO] --- tycho-ds:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.net4j.buddies.chat.ui --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.net4j.buddies.chat.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.buddies.chat.ui/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.5:testCompile (default-testCompile) @ org.eclipse.net4j.buddies.chat.ui --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.net4j.buddies.chat.ui --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.net4j.buddies.chat.ui --- [INFO] [INFO] --- tycho-source:3.0.5:plugin-source (attach-source) @ org.eclipse.net4j.buddies.chat.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.buddies.chat.ui/target/org.eclipse.net4j.buddies.chat.ui-4.2.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.net4j.buddies.chat.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.buddies.chat.ui/target/org.eclipse.net4j.buddies.chat.ui-4.2.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.net4j.buddies.chat.ui --- [INFO] [INFO] --- eclipse-jarsigner:1.3.3:sign (sign) @ org.eclipse.net4j.buddies.chat.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.buddies.chat.ui/target/org.eclipse.net4j.buddies.chat.ui-4.2.1-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.buddies.chat.ui/target/org.eclipse.net4j.buddies.chat.ui-4.2.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.net4j.buddies.chat.ui --- [INFO] [INFO] --- tycho-surefire:3.0.5:integration-test (default-integration-test) @ org.eclipse.net4j.buddies.chat.ui --- [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.net4j.buddies.chat.ui --- [INFO] No tests to run. [INFO] [INFO] --------< org.eclipse.emf.cdo:org.eclipse.net4j.buddies.server >-------- [INFO] Building org.eclipse.net4j.buddies.server 4.1.0-SNAPSHOT [137/177] [INFO] from plugins/org.eclipse.net4j.buddies.server/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.net4j.buddies.server --- [INFO] [INFO] --- tycho-packaging:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.net4j.buddies.server --- [INFO] The project's OSGi version is 4.1.0.v20230625-0623 [INFO] [INFO] --- tycho-packaging:3.0.5:validate-id (default-validate-id) @ org.eclipse.net4j.buddies.server --- [INFO] [INFO] --- tycho-packaging:3.0.5:validate-version (default-validate-version) @ org.eclipse.net4j.buddies.server --- [INFO] [INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.net4j.buddies.server --- [INFO] [INFO] --- tycho-compiler:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.net4j.buddies.server --- [INFO] Resolving class path of org.eclipse.net4j.buddies.server... [INFO] [INFO] --- properties:1.0.0:read-project-properties (default) @ org.eclipse.net4j.buddies.server --- [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.net4j.buddies.server --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.buddies.server/src/main/resources [INFO] [INFO] --- tycho-compiler:3.0.5:compile (default-compile) @ org.eclipse.net4j.buddies.server --- [INFO] Compiling 19 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.buddies.server/target/classes [INFO] [INFO] --- tycho-ds:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.net4j.buddies.server --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.net4j.buddies.server --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.buddies.server/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.5:testCompile (default-testCompile) @ org.eclipse.net4j.buddies.server --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.net4j.buddies.server --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.net4j.buddies.server --- [INFO] [INFO] --- tycho-source:3.0.5:plugin-source (attach-source) @ org.eclipse.net4j.buddies.server --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.buddies.server/target/org.eclipse.net4j.buddies.server-4.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.net4j.buddies.server --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.buddies.server/target/org.eclipse.net4j.buddies.server-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.net4j.buddies.server --- [INFO] [INFO] --- eclipse-jarsigner:1.3.3:sign (sign) @ org.eclipse.net4j.buddies.server --- [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.buddies.server/target/org.eclipse.net4j.buddies.server-4.1.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.buddies.server/target/org.eclipse.net4j.buddies.server-4.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.net4j.buddies.server --- [INFO] [INFO] --- tycho-surefire:3.0.5:integration-test (default-integration-test) @ org.eclipse.net4j.buddies.server --- [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.net4j.buddies.server --- [INFO] No tests to run. [INFO] [INFO] -----------< org.eclipse.emf.cdo:org.eclipse.net4j.examples >----------- [INFO] Building org.eclipse.net4j.examples 4.1.5-SNAPSHOT [138/177] [INFO] from plugins/org.eclipse.net4j.examples/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.net4j.examples --- [INFO] [INFO] --- tycho-packaging:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.net4j.examples --- [INFO] The project's OSGi version is 4.1.5.v20231122-0952 [INFO] [INFO] --- tycho-packaging:3.0.5:validate-id (default-validate-id) @ org.eclipse.net4j.examples --- [INFO] [INFO] --- tycho-packaging:3.0.5:validate-version (default-validate-version) @ org.eclipse.net4j.examples --- [INFO] [INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.net4j.examples --- [INFO] [INFO] --- tycho-compiler:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.net4j.examples --- [INFO] Resolving class path of org.eclipse.net4j.examples... [INFO] [INFO] --- properties:1.0.0:read-project-properties (default) @ org.eclipse.net4j.examples --- [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.net4j.examples --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- tycho-compiler:3.0.5:compile (default-compile) @ org.eclipse.net4j.examples --- [INFO] Compiling 15 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.examples/target/classes [INFO] [INFO] --- tycho-ds:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.net4j.examples --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.net4j.examples --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.examples/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.5:testCompile (default-testCompile) @ org.eclipse.net4j.examples --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.net4j.examples --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.net4j.examples --- [INFO] [INFO] --- tycho-source:3.0.5:plugin-source (attach-source) @ org.eclipse.net4j.examples --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.examples/target/org.eclipse.net4j.examples-4.1.5-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.net4j.examples --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.examples/target/org.eclipse.net4j.examples-4.1.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.net4j.examples --- [INFO] [INFO] --- eclipse-jarsigner:1.3.3:sign (sign) @ org.eclipse.net4j.examples --- [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.examples/target/org.eclipse.net4j.examples-4.1.5-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.examples/target/org.eclipse.net4j.examples-4.1.5-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.net4j.examples --- [INFO] [INFO] --- tycho-surefire:3.0.5:integration-test (default-integration-test) @ org.eclipse.net4j.examples --- [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.net4j.examples --- [INFO] No tests to run. [INFO] [INFO] ------< org.eclipse.emf.cdo:org.eclipse.net4j.examples.installer >------ [INFO] Building org.eclipse.net4j.examples.installer 4.3.1-SNAPSHOT [139/177] [INFO] from plugins/org.eclipse.net4j.examples.installer/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.net4j.examples.installer --- [INFO] [INFO] --- tycho-packaging:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.net4j.examples.installer --- [INFO] The project's OSGi version is 4.3.1.v20231122-0952 [INFO] [INFO] --- tycho-packaging:3.0.5:validate-id (default-validate-id) @ org.eclipse.net4j.examples.installer --- [INFO] [INFO] --- tycho-packaging:3.0.5:validate-version (default-validate-version) @ org.eclipse.net4j.examples.installer --- [INFO] [INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.net4j.examples.installer --- [INFO] [INFO] --- tycho-compiler:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.net4j.examples.installer --- [INFO] Resolving class path of org.eclipse.net4j.examples.installer... [INFO] [INFO] --- properties:1.0.0:read-project-properties (default) @ org.eclipse.net4j.examples.installer --- [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.net4j.examples.installer --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- tycho-compiler:3.0.5:compile (default-compile) @ org.eclipse.net4j.examples.installer --- [INFO] [INFO] --- tycho-ds:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.net4j.examples.installer --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.net4j.examples.installer --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.examples.installer/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.5:testCompile (default-testCompile) @ org.eclipse.net4j.examples.installer --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.net4j.examples.installer --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.net4j.examples.installer --- [INFO] [INFO] --- tycho-source:3.0.5:plugin-source (attach-source) @ org.eclipse.net4j.examples.installer --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.examples.installer/target/org.eclipse.net4j.examples.installer-4.3.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.net4j.examples.installer --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.examples.installer/target/org.eclipse.net4j.examples.installer-4.3.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.net4j.examples.installer --- [INFO] [INFO] --- eclipse-jarsigner:1.3.3:sign (sign) @ org.eclipse.net4j.examples.installer --- [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.examples.installer/target/org.eclipse.net4j.examples.installer-4.3.1-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.examples.installer/target/org.eclipse.net4j.examples.installer-4.3.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.net4j.examples.installer --- [INFO] [INFO] --- tycho-surefire:3.0.5:integration-test (default-integration-test) @ org.eclipse.net4j.examples.installer --- [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.net4j.examples.installer --- [INFO] No tests to run. [INFO] [INFO] --< org.eclipse.emf.cdo.features:org.eclipse.net4j.examples.installer >-- [INFO] Building org.eclipse.net4j.examples.installer 4.4.1-SNAPSHOT [140/177] [INFO] from features/org.eclipse.net4j.examples.installer-feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier-aggregator (default-build-qualifier-aggregator)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier-aggregator (default-build-qualifier-aggregator)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-feature (default-package-feature)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-feature (default-package-feature)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.net4j.examples.installer --- [INFO] Deleting /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.net4j.examples.installer-feature/target [INFO] [INFO] --- tycho-packaging:3.0.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.net4j.examples.installer --- [INFO] The project's OSGi version is 4.4.1.v20231122-0952 [INFO] [INFO] --- tycho-packaging:3.0.5:validate-id (default-validate-id) @ org.eclipse.net4j.examples.installer --- [INFO] [INFO] --- tycho-packaging:3.0.5:validate-version (default-validate-version) @ org.eclipse.net4j.examples.installer --- [INFO] [INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.net4j.examples.installer --- [INFO] [INFO] --- properties:1.0.0:read-project-properties (default) @ org.eclipse.net4j.examples.installer --- [INFO] [INFO] --- tycho-packaging:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.net4j.examples.installer --- [INFO] [INFO] --- tycho-packaging:3.0.5:package-feature (default-package-feature) @ org.eclipse.net4j.examples.installer --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.net4j.examples.installer-feature/target/org.eclipse.net4j.examples.installer-4.4.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.net4j.examples.installer --- [INFO] [INFO] --- tycho-p2:3.0.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.net4j.examples.installer --- [INFO] [INFO] --- tycho-source:3.0.5:feature-source (feature-source) @ org.eclipse.net4j.examples.installer --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.net4j.examples.installer-feature/target/org.eclipse.net4j.examples.installer-4.4.1-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- eclipse-jarsigner:1.3.3:sign (sign) @ org.eclipse.net4j.examples.installer --- [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.net4j.examples.installer-feature/target/org.eclipse.net4j.examples.installer-4.4.1-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.net4j.examples.installer-feature/target/org.eclipse.net4j.examples.installer-4.4.1-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.net4j.examples.installer --- [INFO] [INFO] -----------< org.eclipse.emf.cdo:org.eclipse.net4j.jms.api >------------ [INFO] Building org.eclipse.net4j.jms.api 3.2.0-SNAPSHOT [141/177] [INFO] from plugins/org.eclipse.net4j.jms.api/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.net4j.jms.api --- [INFO] [INFO] --- tycho-packaging:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.net4j.jms.api --- [INFO] The project's OSGi version is 3.2.0.v20230221-1613 [INFO] [INFO] --- tycho-packaging:3.0.5:validate-id (default-validate-id) @ org.eclipse.net4j.jms.api --- [INFO] [INFO] --- tycho-packaging:3.0.5:validate-version (default-validate-version) @ org.eclipse.net4j.jms.api --- [INFO] [INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.net4j.jms.api --- [INFO] [INFO] --- tycho-compiler:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.net4j.jms.api --- [INFO] Resolving class path of org.eclipse.net4j.jms.api... [INFO] [INFO] --- properties:1.0.0:read-project-properties (default) @ org.eclipse.net4j.jms.api --- [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.net4j.jms.api --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.jms.api/src/main/resources [INFO] [INFO] --- tycho-compiler:3.0.5:compile (default-compile) @ org.eclipse.net4j.jms.api --- [INFO] Compiling 58 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.jms.api/target/classes [INFO] [INFO] --- tycho-ds:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.net4j.jms.api --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.net4j.jms.api --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.jms.api/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.5:testCompile (default-testCompile) @ org.eclipse.net4j.jms.api --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.net4j.jms.api --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.net4j.jms.api --- [INFO] [INFO] --- tycho-source:3.0.5:plugin-source (attach-source) @ org.eclipse.net4j.jms.api --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.jms.api/target/org.eclipse.net4j.jms.api-3.2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.net4j.jms.api --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.jms.api/target/org.eclipse.net4j.jms.api-3.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.net4j.jms.api --- [INFO] [INFO] --- eclipse-jarsigner:1.3.3:sign (sign) @ org.eclipse.net4j.jms.api --- [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.jms.api/target/org.eclipse.net4j.jms.api-3.2.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.jms.api/target/org.eclipse.net4j.jms.api-3.2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.net4j.jms.api --- [INFO] [INFO] --- tycho-surefire:3.0.5:integration-test (default-integration-test) @ org.eclipse.net4j.jms.api --- [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.net4j.jms.api --- [INFO] No tests to run. [INFO] [INFO] -------------< org.eclipse.emf.cdo:org.eclipse.net4j.jms >-------------- [INFO] Building org.eclipse.net4j.jms 4.1.3-SNAPSHOT [142/177] [INFO] from plugins/org.eclipse.net4j.jms/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.net4j.jms --- [INFO] [INFO] --- tycho-packaging:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.net4j.jms --- [INFO] The project's OSGi version is 4.1.3.v20230221-1613 [INFO] [INFO] --- tycho-packaging:3.0.5:validate-id (default-validate-id) @ org.eclipse.net4j.jms --- [INFO] [INFO] --- tycho-packaging:3.0.5:validate-version (default-validate-version) @ org.eclipse.net4j.jms --- [INFO] [INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.net4j.jms --- [INFO] [INFO] --- tycho-compiler:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.net4j.jms --- [INFO] Resolving class path of org.eclipse.net4j.jms... [INFO] [INFO] --- properties:1.0.0:read-project-properties (default) @ org.eclipse.net4j.jms --- [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.net4j.jms --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.jms/src/main/resources [INFO] [INFO] --- tycho-compiler:3.0.5:compile (default-compile) @ org.eclipse.net4j.jms --- [INFO] Compiling 48 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.jms/target/classes [INFO] [INFO] --- tycho-ds:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.net4j.jms --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.net4j.jms --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.jms/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.5:testCompile (default-testCompile) @ org.eclipse.net4j.jms --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.net4j.jms --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.net4j.jms --- [INFO] [INFO] --- tycho-source:3.0.5:plugin-source (attach-source) @ org.eclipse.net4j.jms --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.jms/target/org.eclipse.net4j.jms-4.1.3-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.net4j.jms --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.jms/target/org.eclipse.net4j.jms-4.1.3-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.net4j.jms --- [INFO] [INFO] --- eclipse-jarsigner:1.3.3:sign (sign) @ org.eclipse.net4j.jms --- [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.jms/target/org.eclipse.net4j.jms-4.1.3-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.jms/target/org.eclipse.net4j.jms-4.1.3-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.net4j.jms --- [INFO] [INFO] --- tycho-surefire:3.0.5:integration-test (default-integration-test) @ org.eclipse.net4j.jms --- [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.net4j.jms --- [INFO] No tests to run. [INFO] [INFO] ----------< org.eclipse.emf.cdo:org.eclipse.net4j.jms.admin >----------- [INFO] Building org.eclipse.net4j.jms.admin 4.1.0-SNAPSHOT [143/177] [INFO] from plugins/org.eclipse.net4j.jms.admin/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.net4j.jms.admin --- [INFO] [INFO] --- tycho-packaging:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.net4j.jms.admin --- [INFO] The project's OSGi version is 4.1.0.v20230221-1613 [INFO] [INFO] --- tycho-packaging:3.0.5:validate-id (default-validate-id) @ org.eclipse.net4j.jms.admin --- [INFO] [INFO] --- tycho-packaging:3.0.5:validate-version (default-validate-version) @ org.eclipse.net4j.jms.admin --- [INFO] [INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.net4j.jms.admin --- [INFO] [INFO] --- tycho-compiler:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.net4j.jms.admin --- [INFO] Resolving class path of org.eclipse.net4j.jms.admin... [INFO] [INFO] --- properties:1.0.0:read-project-properties (default) @ org.eclipse.net4j.jms.admin --- [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.net4j.jms.admin --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.jms.admin/src/main/resources [INFO] [INFO] --- tycho-compiler:3.0.5:compile (default-compile) @ org.eclipse.net4j.jms.admin --- [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.jms.admin/target/classes [INFO] [INFO] --- tycho-ds:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.net4j.jms.admin --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.net4j.jms.admin --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.jms.admin/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.5:testCompile (default-testCompile) @ org.eclipse.net4j.jms.admin --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.net4j.jms.admin --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.net4j.jms.admin --- [INFO] [INFO] --- tycho-source:3.0.5:plugin-source (attach-source) @ org.eclipse.net4j.jms.admin --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.jms.admin/target/org.eclipse.net4j.jms.admin-4.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.net4j.jms.admin --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.jms.admin/target/org.eclipse.net4j.jms.admin-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.net4j.jms.admin --- [INFO] [INFO] --- eclipse-jarsigner:1.3.3:sign (sign) @ org.eclipse.net4j.jms.admin --- [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.jms.admin/target/org.eclipse.net4j.jms.admin-4.1.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.jms.admin/target/org.eclipse.net4j.jms.admin-4.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.net4j.jms.admin --- [INFO] [INFO] --- tycho-surefire:3.0.5:integration-test (default-integration-test) @ org.eclipse.net4j.jms.admin --- [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.net4j.jms.admin --- [INFO] No tests to run. [INFO] [INFO] ----------< org.eclipse.emf.cdo:org.eclipse.net4j.jms.server >---------- [INFO] Building org.eclipse.net4j.jms.server 4.1.0-SNAPSHOT [144/177] [INFO] from plugins/org.eclipse.net4j.jms.server/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.net4j.jms.server --- [INFO] [INFO] --- tycho-packaging:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.net4j.jms.server --- [INFO] The project's OSGi version is 4.1.0.v20230221-1613 [INFO] [INFO] --- tycho-packaging:3.0.5:validate-id (default-validate-id) @ org.eclipse.net4j.jms.server --- [INFO] [INFO] --- tycho-packaging:3.0.5:validate-version (default-validate-version) @ org.eclipse.net4j.jms.server --- [INFO] [INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.net4j.jms.server --- [INFO] [INFO] --- tycho-compiler:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.net4j.jms.server --- [INFO] Resolving class path of org.eclipse.net4j.jms.server... [INFO] [INFO] --- properties:1.0.0:read-project-properties (default) @ org.eclipse.net4j.jms.server --- [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.net4j.jms.server --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.jms.server/src/main/resources [INFO] [INFO] --- tycho-compiler:3.0.5:compile (default-compile) @ org.eclipse.net4j.jms.server --- [INFO] Compiling 35 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.jms.server/target/classes [INFO] [INFO] --- tycho-ds:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.net4j.jms.server --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.net4j.jms.server --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.jms.server/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.5:testCompile (default-testCompile) @ org.eclipse.net4j.jms.server --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.net4j.jms.server --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.net4j.jms.server --- [INFO] [INFO] --- tycho-source:3.0.5:plugin-source (attach-source) @ org.eclipse.net4j.jms.server --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.jms.server/target/org.eclipse.net4j.jms.server-4.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.net4j.jms.server --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.jms.server/target/org.eclipse.net4j.jms.server-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.net4j.jms.server --- [INFO] [INFO] --- eclipse-jarsigner:1.3.3:sign (sign) @ org.eclipse.net4j.jms.server --- [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.jms.server/target/org.eclipse.net4j.jms.server-4.1.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.jms.server/target/org.eclipse.net4j.jms.server-4.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.net4j.jms.server --- [INFO] [INFO] --- tycho-surefire:3.0.5:integration-test (default-integration-test) @ org.eclipse.net4j.jms.server --- [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.net4j.jms.server --- [INFO] No tests to run. [INFO] [INFO] -------< org.eclipse.emf.cdo:org.eclipse.net4j.jms.server.jdbc >-------- [INFO] Building org.eclipse.net4j.jms.server.jdbc 4.1.0-SNAPSHOT [145/177] [INFO] from plugins/org.eclipse.net4j.jms.server.jdbc/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.net4j.jms.server.jdbc --- [INFO] [INFO] --- tycho-packaging:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.net4j.jms.server.jdbc --- [INFO] The project's OSGi version is 4.1.0.v20230221-1613 [INFO] [INFO] --- tycho-packaging:3.0.5:validate-id (default-validate-id) @ org.eclipse.net4j.jms.server.jdbc --- [INFO] [INFO] --- tycho-packaging:3.0.5:validate-version (default-validate-version) @ org.eclipse.net4j.jms.server.jdbc --- [INFO] [INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.net4j.jms.server.jdbc --- [INFO] [INFO] --- tycho-compiler:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.net4j.jms.server.jdbc --- [INFO] Resolving class path of org.eclipse.net4j.jms.server.jdbc... [INFO] [INFO] --- properties:1.0.0:read-project-properties (default) @ org.eclipse.net4j.jms.server.jdbc --- [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.net4j.jms.server.jdbc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.jms.server.jdbc/src/main/resources [INFO] [INFO] --- tycho-compiler:3.0.5:compile (default-compile) @ org.eclipse.net4j.jms.server.jdbc --- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.jms.server.jdbc/target/classes [INFO] [INFO] --- tycho-ds:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.net4j.jms.server.jdbc --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.net4j.jms.server.jdbc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.jms.server.jdbc/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.5:testCompile (default-testCompile) @ org.eclipse.net4j.jms.server.jdbc --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.net4j.jms.server.jdbc --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.net4j.jms.server.jdbc --- [INFO] [INFO] --- tycho-source:3.0.5:plugin-source (attach-source) @ org.eclipse.net4j.jms.server.jdbc --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.jms.server.jdbc/target/org.eclipse.net4j.jms.server.jdbc-4.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.net4j.jms.server.jdbc --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.jms.server.jdbc/target/org.eclipse.net4j.jms.server.jdbc-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.net4j.jms.server.jdbc --- [INFO] [INFO] --- eclipse-jarsigner:1.3.3:sign (sign) @ org.eclipse.net4j.jms.server.jdbc --- [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.jms.server.jdbc/target/org.eclipse.net4j.jms.server.jdbc-4.1.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.jms.server.jdbc/target/org.eclipse.net4j.jms.server.jdbc-4.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.net4j.jms.server.jdbc --- [INFO] [INFO] --- tycho-surefire:3.0.5:integration-test (default-integration-test) @ org.eclipse.net4j.jms.server.jdbc --- [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.net4j.jms.server.jdbc --- [INFO] No tests to run. [INFO] [INFO] ----------< org.eclipse.emf.cdo:org.eclipse.net4j.jms.tests >----------- [INFO] Building org.eclipse.net4j.jms.tests 4.1.0-SNAPSHOT [146/177] [INFO] from plugins/org.eclipse.net4j.jms.tests/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.net4j.jms.tests --- [INFO] [INFO] --- tycho-packaging:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.net4j.jms.tests --- [INFO] The project's OSGi version is 4.1.0.v20230221-1613 [INFO] [INFO] --- tycho-packaging:3.0.5:validate-id (default-validate-id) @ org.eclipse.net4j.jms.tests --- [INFO] [INFO] --- tycho-packaging:3.0.5:validate-version (default-validate-version) @ org.eclipse.net4j.jms.tests --- [INFO] [INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.net4j.jms.tests --- [INFO] [INFO] --- tycho-compiler:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.net4j.jms.tests --- [INFO] Resolving class path of org.eclipse.net4j.jms.tests... [INFO] [INFO] --- properties:1.0.0:read-project-properties (default) @ org.eclipse.net4j.jms.tests --- [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.net4j.jms.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.jms.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:3.0.5:compile (default-compile) @ org.eclipse.net4j.jms.tests --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.jms.tests/target/classes [INFO] [INFO] --- tycho-ds:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.net4j.jms.tests --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.net4j.jms.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.jms.tests/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.5:testCompile (default-testCompile) @ org.eclipse.net4j.jms.tests --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.jms.tests/target/test-classes [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.net4j.jms.tests --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.net4j.jms.tests --- [INFO] [INFO] --- tycho-source:3.0.5:plugin-source (attach-source) @ org.eclipse.net4j.jms.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.jms.tests/target/org.eclipse.net4j.jms.tests-4.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.net4j.jms.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.jms.tests/target/org.eclipse.net4j.jms.tests-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.net4j.jms.tests --- [INFO] [INFO] --- eclipse-jarsigner:1.3.3:sign (sign) @ org.eclipse.net4j.jms.tests --- [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.jms.tests/target/org.eclipse.net4j.jms.tests-4.1.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.jms.tests/target/org.eclipse.net4j.jms.tests-4.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.net4j.jms.tests --- [INFO] [INFO] --- tycho-surefire:3.0.5:integration-test (default-integration-test) @ org.eclipse.net4j.jms.tests --- [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.net4j.jms.tests --- [INFO] No tests to run. [INFO] [INFO] ------< org.eclipse.emf.cdo.features:org.eclipse.net4j.examples >------- [INFO] Building org.eclipse.net4j.examples 4.4.1-SNAPSHOT [147/177] [INFO] from features/org.eclipse.net4j.examples-feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier-aggregator (default-build-qualifier-aggregator)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier-aggregator (default-build-qualifier-aggregator)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-feature (default-package-feature)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-feature (default-package-feature)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.net4j.examples --- [INFO] Deleting /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.net4j.examples-feature/target [INFO] [INFO] --- tycho-packaging:3.0.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.net4j.examples --- [INFO] The project's OSGi version is 4.4.1.v20231122-0952 [INFO] [INFO] --- tycho-packaging:3.0.5:validate-id (default-validate-id) @ org.eclipse.net4j.examples --- [INFO] [INFO] --- tycho-packaging:3.0.5:validate-version (default-validate-version) @ org.eclipse.net4j.examples --- [INFO] [INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.net4j.examples --- [INFO] [INFO] --- properties:1.0.0:read-project-properties (default) @ org.eclipse.net4j.examples --- [INFO] [INFO] --- tycho-packaging:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.net4j.examples --- [INFO] [INFO] --- tycho-packaging:3.0.5:package-feature (default-package-feature) @ org.eclipse.net4j.examples --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.net4j.examples-feature/target/org.eclipse.net4j.examples-4.4.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.net4j.examples --- [INFO] [INFO] --- tycho-p2:3.0.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.net4j.examples --- [INFO] [INFO] --- tycho-source:3.0.5:feature-source (feature-source) @ org.eclipse.net4j.examples --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.net4j.examples-feature/target/org.eclipse.net4j.examples-4.4.1-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- eclipse-jarsigner:1.3.3:sign (sign) @ org.eclipse.net4j.examples --- [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.net4j.examples-feature/target/org.eclipse.net4j.examples-4.4.1-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.net4j.examples-feature/target/org.eclipse.net4j.examples-4.4.1-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.net4j.examples --- [INFO] [INFO] -------< org.eclipse.emf.cdo.features:org.eclipse.net4j.db.doc >-------- [INFO] Building org.eclipse.net4j.db.doc 4.4.2-SNAPSHOT [148/177] [INFO] from features/org.eclipse.net4j.db.doc-feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier-aggregator (default-build-qualifier-aggregator)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier-aggregator (default-build-qualifier-aggregator)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-feature (default-package-feature)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-feature (default-package-feature)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.net4j.db.doc --- [INFO] Deleting /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.net4j.db.doc-feature/target [INFO] [INFO] --- tycho-packaging:3.0.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.net4j.db.doc --- [INFO] The project's OSGi version is 4.4.2.v20231209-0827 [INFO] [INFO] --- tycho-packaging:3.0.5:validate-id (default-validate-id) @ org.eclipse.net4j.db.doc --- [INFO] [INFO] --- tycho-packaging:3.0.5:validate-version (default-validate-version) @ org.eclipse.net4j.db.doc --- [INFO] [INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.net4j.db.doc --- [INFO] [INFO] --- properties:1.0.0:read-project-properties (default) @ org.eclipse.net4j.db.doc --- [INFO] [INFO] --- tycho-packaging:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.net4j.db.doc --- [INFO] [INFO] --- tycho-packaging:3.0.5:package-feature (default-package-feature) @ org.eclipse.net4j.db.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.net4j.db.doc-feature/target/org.eclipse.net4j.db.doc-4.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.net4j.db.doc --- [INFO] [INFO] --- tycho-p2:3.0.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.net4j.db.doc --- [INFO] [INFO] --- tycho-source:3.0.5:feature-source (feature-source) @ org.eclipse.net4j.db.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.net4j.db.doc-feature/target/org.eclipse.net4j.db.doc-4.4.2-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- eclipse-jarsigner:1.3.3:sign (sign) @ org.eclipse.net4j.db.doc --- [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.net4j.db.doc-feature/target/org.eclipse.net4j.db.doc-4.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.net4j.db.doc-feature/target/org.eclipse.net4j.db.doc-4.4.2-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.net4j.db.doc --- [INFO] [INFO] --------< org.eclipse.emf.cdo.features:org.eclipse.net4j.db.h2 >-------- [INFO] Building org.eclipse.net4j.db.h2 4.5.4-SNAPSHOT [149/177] [INFO] from features/org.eclipse.net4j.db.h2-feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier-aggregator (default-build-qualifier-aggregator)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier-aggregator (default-build-qualifier-aggregator)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-feature (default-package-feature)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-feature (default-package-feature)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.net4j.db.h2 --- [INFO] Deleting /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.net4j.db.h2-feature/target [INFO] [INFO] --- tycho-packaging:3.0.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.net4j.db.h2 --- [INFO] The project's OSGi version is 4.5.4.v20231122-0952 [INFO] [INFO] --- tycho-packaging:3.0.5:validate-id (default-validate-id) @ org.eclipse.net4j.db.h2 --- [INFO] [INFO] --- tycho-packaging:3.0.5:validate-version (default-validate-version) @ org.eclipse.net4j.db.h2 --- [INFO] [INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.net4j.db.h2 --- [INFO] [INFO] --- properties:1.0.0:read-project-properties (default) @ org.eclipse.net4j.db.h2 --- [INFO] [INFO] --- tycho-packaging:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.net4j.db.h2 --- [INFO] [INFO] --- tycho-packaging:3.0.5:package-feature (default-package-feature) @ org.eclipse.net4j.db.h2 --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.net4j.db.h2-feature/target/org.eclipse.net4j.db.h2-4.5.4-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.net4j.db.h2 --- [INFO] [INFO] --- tycho-p2:3.0.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.net4j.db.h2 --- [INFO] [INFO] --- tycho-source:3.0.5:feature-source (feature-source) @ org.eclipse.net4j.db.h2 --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.net4j.db.h2-feature/target/org.eclipse.net4j.db.h2-4.5.4-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- eclipse-jarsigner:1.3.3:sign (sign) @ org.eclipse.net4j.db.h2 --- [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.net4j.db.h2-feature/target/org.eclipse.net4j.db.h2-4.5.4-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.net4j.db.h2-feature/target/org.eclipse.net4j.db.h2-4.5.4-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.net4j.db.h2 --- [INFO] [INFO] ---------< org.eclipse.emf.cdo.features:org.eclipse.net4j.db >---------- [INFO] Building org.eclipse.net4j.db 4.22.2-SNAPSHOT [150/177] [INFO] from features/org.eclipse.net4j.db-feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier-aggregator (default-build-qualifier-aggregator)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier-aggregator (default-build-qualifier-aggregator)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-feature (default-package-feature)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-feature (default-package-feature)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.net4j.db --- [INFO] Deleting /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.net4j.db-feature/target [INFO] [INFO] --- tycho-packaging:3.0.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.net4j.db --- [INFO] The project's OSGi version is 4.22.2.v20240322-0819 [INFO] [INFO] --- tycho-packaging:3.0.5:validate-id (default-validate-id) @ org.eclipse.net4j.db --- [INFO] [INFO] --- tycho-packaging:3.0.5:validate-version (default-validate-version) @ org.eclipse.net4j.db --- [INFO] [INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.net4j.db --- [INFO] [INFO] --- properties:1.0.0:read-project-properties (default) @ org.eclipse.net4j.db --- [INFO] [INFO] --- tycho-packaging:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.net4j.db --- [INFO] [INFO] --- tycho-packaging:3.0.5:package-feature (default-package-feature) @ org.eclipse.net4j.db --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.net4j.db-feature/target/org.eclipse.net4j.db-4.22.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.net4j.db --- [INFO] [INFO] --- tycho-p2:3.0.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.net4j.db --- [INFO] [INFO] --- tycho-source:3.0.5:feature-source (feature-source) @ org.eclipse.net4j.db --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.net4j.db-feature/target/org.eclipse.net4j.db-4.22.2-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- eclipse-jarsigner:1.3.3:sign (sign) @ org.eclipse.net4j.db --- [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.net4j.db-feature/target/org.eclipse.net4j.db-4.22.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.net4j.db-feature/target/org.eclipse.net4j.db-4.22.2-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.net4j.db --- [INFO] [INFO] ---------< org.eclipse.emf.cdo.features:org.eclipse.net4j.doc >--------- [INFO] Building org.eclipse.net4j.doc 4.3.8-SNAPSHOT [151/177] [INFO] from features/org.eclipse.net4j.doc-feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier-aggregator (default-build-qualifier-aggregator)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier-aggregator (default-build-qualifier-aggregator)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-feature (default-package-feature)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-feature (default-package-feature)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.net4j.doc --- [INFO] Deleting /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.net4j.doc-feature/target [INFO] [INFO] --- tycho-packaging:3.0.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.net4j.doc --- [INFO] The project's OSGi version is 4.3.8.v20231209-2009 [INFO] [INFO] --- tycho-packaging:3.0.5:validate-id (default-validate-id) @ org.eclipse.net4j.doc --- [INFO] [INFO] --- tycho-packaging:3.0.5:validate-version (default-validate-version) @ org.eclipse.net4j.doc --- [INFO] [INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.net4j.doc --- [INFO] [INFO] --- properties:1.0.0:read-project-properties (default) @ org.eclipse.net4j.doc --- [INFO] [INFO] --- tycho-packaging:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.net4j.doc --- [INFO] [INFO] --- tycho-packaging:3.0.5:package-feature (default-package-feature) @ org.eclipse.net4j.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.net4j.doc-feature/target/org.eclipse.net4j.doc-4.3.8-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.net4j.doc --- [INFO] [INFO] --- tycho-p2:3.0.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.net4j.doc --- [INFO] [INFO] --- tycho-source:3.0.5:feature-source (feature-source) @ org.eclipse.net4j.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.net4j.doc-feature/target/org.eclipse.net4j.doc-4.3.8-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- eclipse-jarsigner:1.3.3:sign (sign) @ org.eclipse.net4j.doc --- [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.net4j.doc-feature/target/org.eclipse.net4j.doc-4.3.8-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.net4j.doc-feature/target/org.eclipse.net4j.doc-4.3.8-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.net4j.doc --- [INFO] [INFO] --------< org.eclipse.emf.cdo.features:org.eclipse.net4j.util >--------- [INFO] Building org.eclipse.net4j.util 4.22.2-SNAPSHOT [152/177] [INFO] from features/org.eclipse.net4j.util-feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier-aggregator (default-build-qualifier-aggregator)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier-aggregator (default-build-qualifier-aggregator)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-feature (default-package-feature)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-feature (default-package-feature)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.net4j.util --- [INFO] Deleting /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.net4j.util-feature/target [INFO] [INFO] --- tycho-packaging:3.0.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.net4j.util --- [INFO] The project's OSGi version is 4.22.2.v20240322-0819 [INFO] [INFO] --- tycho-packaging:3.0.5:validate-id (default-validate-id) @ org.eclipse.net4j.util --- [INFO] [INFO] --- tycho-packaging:3.0.5:validate-version (default-validate-version) @ org.eclipse.net4j.util --- [INFO] [INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.net4j.util --- [INFO] [INFO] --- properties:1.0.0:read-project-properties (default) @ org.eclipse.net4j.util --- [INFO] [INFO] --- tycho-packaging:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.net4j.util --- [INFO] [INFO] --- tycho-packaging:3.0.5:package-feature (default-package-feature) @ org.eclipse.net4j.util --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.net4j.util-feature/target/org.eclipse.net4j.util-4.22.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.net4j.util --- [INFO] [INFO] --- tycho-p2:3.0.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.net4j.util --- [INFO] [INFO] --- tycho-source:3.0.5:feature-source (feature-source) @ org.eclipse.net4j.util --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.net4j.util-feature/target/org.eclipse.net4j.util-4.22.2-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- eclipse-jarsigner:1.3.3:sign (sign) @ org.eclipse.net4j.util --- [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.net4j.util-feature/target/org.eclipse.net4j.util-4.22.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.net4j.util-feature/target/org.eclipse.net4j.util-4.22.2-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.net4j.util --- [INFO] [INFO] -------< org.eclipse.emf.cdo.features:org.eclipse.net4j.util.ui >------- [INFO] Building org.eclipse.net4j.util.ui 4.22.2-SNAPSHOT [153/177] [INFO] from features/org.eclipse.net4j.util.ui-feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier-aggregator (default-build-qualifier-aggregator)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier-aggregator (default-build-qualifier-aggregator)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-feature (default-package-feature)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-feature (default-package-feature)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.net4j.util.ui --- [INFO] Deleting /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.net4j.util.ui-feature/target [INFO] [INFO] --- tycho-packaging:3.0.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.net4j.util.ui --- [INFO] The project's OSGi version is 4.22.2.v20240322-0819 [INFO] [INFO] --- tycho-packaging:3.0.5:validate-id (default-validate-id) @ org.eclipse.net4j.util.ui --- [INFO] [INFO] --- tycho-packaging:3.0.5:validate-version (default-validate-version) @ org.eclipse.net4j.util.ui --- [INFO] [INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.net4j.util.ui --- [INFO] [INFO] --- properties:1.0.0:read-project-properties (default) @ org.eclipse.net4j.util.ui --- [INFO] [INFO] --- tycho-packaging:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.net4j.util.ui --- [INFO] [INFO] --- tycho-packaging:3.0.5:package-feature (default-package-feature) @ org.eclipse.net4j.util.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.net4j.util.ui-feature/target/org.eclipse.net4j.util.ui-4.22.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.net4j.util.ui --- [INFO] [INFO] --- tycho-p2:3.0.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.net4j.util.ui --- [INFO] [INFO] --- tycho-source:3.0.5:feature-source (feature-source) @ org.eclipse.net4j.util.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.net4j.util.ui-feature/target/org.eclipse.net4j.util.ui-4.22.2-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- eclipse-jarsigner:1.3.3:sign (sign) @ org.eclipse.net4j.util.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.net4j.util.ui-feature/target/org.eclipse.net4j.util.ui-4.22.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.net4j.util.ui-feature/target/org.eclipse.net4j.util.ui-4.22.2-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.net4j.util.ui --- [INFO] [INFO] -----------< org.eclipse.emf.cdo.features:org.eclipse.net4j >----------- [INFO] Building org.eclipse.net4j 4.24.2-SNAPSHOT [154/177] [INFO] from features/org.eclipse.net4j-feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier-aggregator (default-build-qualifier-aggregator)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier-aggregator (default-build-qualifier-aggregator)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-feature (default-package-feature)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-feature (default-package-feature)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.net4j --- [INFO] Deleting /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.net4j-feature/target [INFO] [INFO] --- tycho-packaging:3.0.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.net4j --- [INFO] The project's OSGi version is 4.24.2.v20240322-0819 [INFO] [INFO] --- tycho-packaging:3.0.5:validate-id (default-validate-id) @ org.eclipse.net4j --- [INFO] [INFO] --- tycho-packaging:3.0.5:validate-version (default-validate-version) @ org.eclipse.net4j --- [INFO] [INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.net4j --- [INFO] [INFO] --- properties:1.0.0:read-project-properties (default) @ org.eclipse.net4j --- [INFO] [INFO] --- tycho-packaging:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.net4j --- [INFO] [INFO] --- tycho-packaging:3.0.5:package-feature (default-package-feature) @ org.eclipse.net4j --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.net4j-feature/target/org.eclipse.net4j-4.24.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.net4j --- [INFO] [INFO] --- tycho-p2:3.0.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.net4j --- [INFO] [INFO] --- tycho-source:3.0.5:feature-source (feature-source) @ org.eclipse.net4j --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.net4j-feature/target/org.eclipse.net4j-4.24.2-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- eclipse-jarsigner:1.3.3:sign (sign) @ org.eclipse.net4j --- [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.net4j-feature/target/org.eclipse.net4j-4.24.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.net4j-feature/target/org.eclipse.net4j-4.24.2-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.net4j --- [INFO] [INFO] ---------< org.eclipse.emf.cdo.features:org.eclipse.net4j.ui >---------- [INFO] Building org.eclipse.net4j.ui 4.8.1-SNAPSHOT [155/177] [INFO] from features/org.eclipse.net4j.ui-feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier-aggregator (default-build-qualifier-aggregator)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier-aggregator (default-build-qualifier-aggregator)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-feature (default-package-feature)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-feature (default-package-feature)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.net4j.ui --- [INFO] Deleting /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.net4j.ui-feature/target [INFO] [INFO] --- tycho-packaging:3.0.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.net4j.ui --- [INFO] The project's OSGi version is 4.8.1.v20231122-0952 [INFO] [INFO] --- tycho-packaging:3.0.5:validate-id (default-validate-id) @ org.eclipse.net4j.ui --- [INFO] [INFO] --- tycho-packaging:3.0.5:validate-version (default-validate-version) @ org.eclipse.net4j.ui --- [INFO] [INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.net4j.ui --- [INFO] [INFO] --- properties:1.0.0:read-project-properties (default) @ org.eclipse.net4j.ui --- [INFO] [INFO] --- tycho-packaging:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.net4j.ui --- [INFO] [INFO] --- tycho-packaging:3.0.5:package-feature (default-package-feature) @ org.eclipse.net4j.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.net4j.ui-feature/target/org.eclipse.net4j.ui-4.8.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.net4j.ui --- [INFO] [INFO] --- tycho-p2:3.0.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.net4j.ui --- [INFO] [INFO] --- tycho-source:3.0.5:feature-source (feature-source) @ org.eclipse.net4j.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.net4j.ui-feature/target/org.eclipse.net4j.ui-4.8.1-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- eclipse-jarsigner:1.3.3:sign (sign) @ org.eclipse.net4j.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.net4j.ui-feature/target/org.eclipse.net4j.ui-4.8.1-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.net4j.ui-feature/target/org.eclipse.net4j.ui-4.8.1-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.net4j.ui --- [INFO] [INFO] -------------< org.eclipse.emf.cdo:org.eclipse.net4j.sdk >-------------- [INFO] Building org.eclipse.net4j.sdk 4.1.605-SNAPSHOT [156/177] [INFO] from plugins/org.eclipse.net4j.sdk/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.net4j.sdk --- [INFO] [INFO] --- tycho-packaging:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.net4j.sdk --- [INFO] The project's OSGi version is 4.1.605.v20231122-0952 [INFO] [INFO] --- tycho-packaging:3.0.5:validate-id (default-validate-id) @ org.eclipse.net4j.sdk --- [INFO] [INFO] --- tycho-packaging:3.0.5:validate-version (default-validate-version) @ org.eclipse.net4j.sdk --- [INFO] [INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.net4j.sdk --- [INFO] [INFO] --- tycho-compiler:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.net4j.sdk --- [INFO] Resolving class path of org.eclipse.net4j.sdk... [INFO] [INFO] --- properties:1.0.0:read-project-properties (default) @ org.eclipse.net4j.sdk --- [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.net4j.sdk --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- tycho-compiler:3.0.5:compile (default-compile) @ org.eclipse.net4j.sdk --- [INFO] [INFO] --- tycho-ds:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.net4j.sdk --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.net4j.sdk --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.sdk/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.5:testCompile (default-testCompile) @ org.eclipse.net4j.sdk --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.net4j.sdk --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.net4j.sdk --- [INFO] [INFO] --- tycho-source:3.0.5:plugin-source (attach-source) @ org.eclipse.net4j.sdk --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.sdk/target/org.eclipse.net4j.sdk-4.1.605-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.net4j.sdk --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.sdk/target/org.eclipse.net4j.sdk-4.1.605-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.net4j.sdk --- [INFO] [INFO] --- eclipse-jarsigner:1.3.3:sign (sign) @ org.eclipse.net4j.sdk --- [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.sdk/target/org.eclipse.net4j.sdk-4.1.605-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.sdk/target/org.eclipse.net4j.sdk-4.1.605-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.net4j.sdk --- [INFO] [INFO] --- tycho-surefire:3.0.5:integration-test (default-integration-test) @ org.eclipse.net4j.sdk --- [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.net4j.sdk --- [INFO] No tests to run. [INFO] [INFO] ------< org.eclipse.emf.cdo.features:org.eclipse.net4j.util.doc >------- [INFO] Building org.eclipse.net4j.util.doc 4.3.8-SNAPSHOT [157/177] [INFO] from features/org.eclipse.net4j.util.doc-feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier-aggregator (default-build-qualifier-aggregator)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier-aggregator (default-build-qualifier-aggregator)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-feature (default-package-feature)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-feature (default-package-feature)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.net4j.util.doc --- [INFO] Deleting /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.net4j.util.doc-feature/target [INFO] [INFO] --- tycho-packaging:3.0.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.net4j.util.doc --- [INFO] The project's OSGi version is 4.3.8.v20231209-2009 [INFO] [INFO] --- tycho-packaging:3.0.5:validate-id (default-validate-id) @ org.eclipse.net4j.util.doc --- [INFO] [INFO] --- tycho-packaging:3.0.5:validate-version (default-validate-version) @ org.eclipse.net4j.util.doc --- [INFO] [INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.net4j.util.doc --- [INFO] [INFO] --- properties:1.0.0:read-project-properties (default) @ org.eclipse.net4j.util.doc --- [INFO] [INFO] --- tycho-packaging:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.net4j.util.doc --- [INFO] [INFO] --- tycho-packaging:3.0.5:package-feature (default-package-feature) @ org.eclipse.net4j.util.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.net4j.util.doc-feature/target/org.eclipse.net4j.util.doc-4.3.8-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.net4j.util.doc --- [INFO] [INFO] --- tycho-p2:3.0.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.net4j.util.doc --- [INFO] [INFO] --- tycho-source:3.0.5:feature-source (feature-source) @ org.eclipse.net4j.util.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.net4j.util.doc-feature/target/org.eclipse.net4j.util.doc-4.3.8-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- eclipse-jarsigner:1.3.3:sign (sign) @ org.eclipse.net4j.util.doc --- [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.net4j.util.doc-feature/target/org.eclipse.net4j.util.doc-4.3.8-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.net4j.util.doc-feature/target/org.eclipse.net4j.util.doc-4.3.8-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.net4j.util.doc --- [INFO] [INFO] ---------< org.eclipse.emf.cdo.features:org.eclipse.net4j.sdk >--------- [INFO] Building org.eclipse.net4j.sdk 4.24.2-SNAPSHOT [158/177] [INFO] from features/org.eclipse.net4j.sdk-feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier-aggregator (default-build-qualifier-aggregator)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier-aggregator (default-build-qualifier-aggregator)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-feature (default-package-feature)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-feature (default-package-feature)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.net4j.sdk --- [INFO] Deleting /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.net4j.sdk-feature/target [INFO] [INFO] --- tycho-packaging:3.0.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.net4j.sdk --- [INFO] The project's OSGi version is 4.24.2.v20240322-0819 [INFO] [INFO] --- tycho-packaging:3.0.5:validate-id (default-validate-id) @ org.eclipse.net4j.sdk --- [INFO] [INFO] --- tycho-packaging:3.0.5:validate-version (default-validate-version) @ org.eclipse.net4j.sdk --- [INFO] [INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.net4j.sdk --- [INFO] [INFO] --- properties:1.0.0:read-project-properties (default) @ org.eclipse.net4j.sdk --- [INFO] [INFO] --- tycho-packaging:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.net4j.sdk --- [INFO] [INFO] --- tycho-packaging:3.0.5:package-feature (default-package-feature) @ org.eclipse.net4j.sdk --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.net4j.sdk-feature/target/org.eclipse.net4j.sdk-4.24.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.net4j.sdk --- [INFO] [INFO] --- tycho-p2:3.0.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.net4j.sdk --- [INFO] [INFO] --- tycho-source:3.0.5:feature-source (feature-source) @ org.eclipse.net4j.sdk --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.net4j.sdk-feature/target/org.eclipse.net4j.sdk-4.24.2-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- eclipse-jarsigner:1.3.3:sign (sign) @ org.eclipse.net4j.sdk --- [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.net4j.sdk-feature/target/org.eclipse.net4j.sdk-4.24.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.net4j.sdk-feature/target/org.eclipse.net4j.sdk-4.24.2-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.net4j.sdk --- [INFO] [INFO] -----------< org.eclipse.emf.cdo:org.eclipse.net4j.db.tests >----------- [INFO] Building org.eclipse.net4j.db.tests 4.1.0-SNAPSHOT [159/177] [INFO] from plugins/org.eclipse.net4j.db.tests/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.net4j.db.tests --- [INFO] [INFO] --- tycho-packaging:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.net4j.db.tests --- [INFO] The project's OSGi version is 4.1.0.v20230221-1613 [INFO] [INFO] --- tycho-packaging:3.0.5:validate-id (default-validate-id) @ org.eclipse.net4j.db.tests --- [INFO] [INFO] --- tycho-packaging:3.0.5:validate-version (default-validate-version) @ org.eclipse.net4j.db.tests --- [INFO] [INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.net4j.db.tests --- [INFO] [INFO] --- tycho-compiler:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.net4j.db.tests --- [INFO] Resolving class path of org.eclipse.net4j.db.tests... [INFO] [INFO] --- properties:1.0.0:read-project-properties (default) @ org.eclipse.net4j.db.tests --- [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.net4j.db.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.db.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:3.0.5:compile (default-compile) @ org.eclipse.net4j.db.tests --- [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.db.tests/target/classes [INFO] [INFO] --- tycho-ds:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.net4j.db.tests --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.net4j.db.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.db.tests/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.5:testCompile (default-testCompile) @ org.eclipse.net4j.db.tests --- [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.db.tests/target/test-classes [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.net4j.db.tests --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.net4j.db.tests --- [INFO] [INFO] --- tycho-source:3.0.5:plugin-source (attach-source) @ org.eclipse.net4j.db.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.db.tests/target/org.eclipse.net4j.db.tests-4.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.net4j.db.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.db.tests/target/org.eclipse.net4j.db.tests-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.net4j.db.tests --- [INFO] [INFO] --- eclipse-jarsigner:1.3.3:sign (sign) @ org.eclipse.net4j.db.tests --- [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.db.tests/target/org.eclipse.net4j.db.tests-4.1.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.db.tests/target/org.eclipse.net4j.db.tests-4.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.net4j.db.tests --- [INFO] [INFO] --- tycho-surefire:3.0.5:integration-test (default-integration-test) @ org.eclipse.net4j.db.tests --- [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.net4j.db.tests --- [INFO] No tests to run. [INFO] [INFO] --------< org.eclipse.emf.cdo.features:org.eclipse.net4j.tests >-------- [INFO] Building org.eclipse.net4j.tests 4.3.11-SNAPSHOT [160/177] [INFO] from features/org.eclipse.net4j.tests-feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier-aggregator (default-build-qualifier-aggregator)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier-aggregator (default-build-qualifier-aggregator)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-feature (default-package-feature)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-feature (default-package-feature)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.net4j.tests --- [INFO] Deleting /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.net4j.tests-feature/target [INFO] [INFO] --- tycho-packaging:3.0.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.net4j.tests --- [INFO] The project's OSGi version is 4.3.11.v20231122-0952 [INFO] [INFO] --- tycho-packaging:3.0.5:validate-id (default-validate-id) @ org.eclipse.net4j.tests --- [INFO] [INFO] --- tycho-packaging:3.0.5:validate-version (default-validate-version) @ org.eclipse.net4j.tests --- [INFO] [INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.net4j.tests --- [INFO] [INFO] --- properties:1.0.0:read-project-properties (default) @ org.eclipse.net4j.tests --- [INFO] [INFO] --- tycho-packaging:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.net4j.tests --- [INFO] [INFO] --- tycho-packaging:3.0.5:package-feature (default-package-feature) @ org.eclipse.net4j.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.net4j.tests-feature/target/org.eclipse.net4j.tests-4.3.11-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.net4j.tests --- [INFO] [INFO] --- tycho-p2:3.0.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.net4j.tests --- [INFO] [INFO] --- tycho-source:3.0.5:feature-source (feature-source) @ org.eclipse.net4j.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.net4j.tests-feature/target/org.eclipse.net4j.tests-4.3.11-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- eclipse-jarsigner:1.3.3:sign (sign) @ org.eclipse.net4j.tests --- [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.net4j.tests-feature/target/org.eclipse.net4j.tests-4.3.11-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.net4j.tests-feature/target/org.eclipse.net4j.tests-4.3.11-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.net4j.tests --- [INFO] [INFO] ------< org.eclipse.emf.cdo:org.eclipse.emf.cdo.examples.server >------- [INFO] Building org.eclipse.emf.cdo.examples.server 4.1.0-SNAPSHOT [161/177] [INFO] from plugins/org.eclipse.emf.cdo.examples.server/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.emf.cdo.examples.server --- [INFO] [INFO] --- tycho-packaging:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.emf.cdo.examples.server --- [INFO] The project's OSGi version is 4.1.0.v20230221-1613 [INFO] [INFO] --- tycho-packaging:3.0.5:validate-id (default-validate-id) @ org.eclipse.emf.cdo.examples.server --- [INFO] [INFO] --- tycho-packaging:3.0.5:validate-version (default-validate-version) @ org.eclipse.emf.cdo.examples.server --- [INFO] [INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.emf.cdo.examples.server --- [INFO] [INFO] --- tycho-compiler:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.emf.cdo.examples.server --- [INFO] Resolving class path of org.eclipse.emf.cdo.examples.server... [INFO] [INFO] --- properties:1.0.0:read-project-properties (default) @ org.eclipse.emf.cdo.examples.server --- [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.emf.cdo.examples.server --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.examples.server/src/main/resources [INFO] [INFO] --- tycho-compiler:3.0.5:compile (default-compile) @ org.eclipse.emf.cdo.examples.server --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.examples.server/target/classes [INFO] [INFO] --- tycho-ds:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.emf.cdo.examples.server --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.emf.cdo.examples.server --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.examples.server/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.5:testCompile (default-testCompile) @ org.eclipse.emf.cdo.examples.server --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.emf.cdo.examples.server --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.cdo.examples.server --- [INFO] [INFO] --- tycho-source:3.0.5:plugin-source (attach-source) @ org.eclipse.emf.cdo.examples.server --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.examples.server/target/org.eclipse.emf.cdo.examples.server-4.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.emf.cdo.examples.server --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.examples.server/target/org.eclipse.emf.cdo.examples.server-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.cdo.examples.server --- [INFO] [INFO] --- eclipse-jarsigner:1.3.3:sign (sign) @ org.eclipse.emf.cdo.examples.server --- [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.examples.server/target/org.eclipse.emf.cdo.examples.server-4.1.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.examples.server/target/org.eclipse.emf.cdo.examples.server-4.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.cdo.examples.server --- [INFO] [INFO] --- tycho-surefire:3.0.5:integration-test (default-integration-test) @ org.eclipse.emf.cdo.examples.server --- [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.emf.cdo.examples.server --- [INFO] No tests to run. [INFO] [INFO] -----< org.eclipse.emf.cdo:org.eclipse.emf.cdo.releng.apireports >------ [INFO] Building org.eclipse.emf.cdo.releng.apireports 1.2.1-SNAPSHOT [162/177] [INFO] from releng/org.eclipse.emf.cdo.releng.apireports/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.emf.cdo.releng.apireports --- [INFO] [INFO] --- tycho-packaging:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.emf.cdo.releng.apireports --- [INFO] The project's OSGi version is 1.2.1.v20231014-0751 [INFO] [INFO] --- tycho-packaging:3.0.5:validate-id (default-validate-id) @ org.eclipse.emf.cdo.releng.apireports --- [INFO] [INFO] --- tycho-packaging:3.0.5:validate-version (default-validate-version) @ org.eclipse.emf.cdo.releng.apireports --- [INFO] [INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.emf.cdo.releng.apireports --- [INFO] [INFO] --- tycho-compiler:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.emf.cdo.releng.apireports --- [INFO] Resolving class path of org.eclipse.emf.cdo.releng.apireports... [INFO] [INFO] --- properties:1.0.0:read-project-properties (default) @ org.eclipse.emf.cdo.releng.apireports --- [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.emf.cdo.releng.apireports --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/releng/org.eclipse.emf.cdo.releng.apireports/src/main/resources [INFO] [INFO] --- tycho-compiler:3.0.5:compile (default-compile) @ org.eclipse.emf.cdo.releng.apireports --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/releng/org.eclipse.emf.cdo.releng.apireports/target/classes [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] org.eclipse.emf.cdo.releng.parent 1.0.0-SNAPSHOT ... SUCCESS [ 2.241 s] [INFO] org.eclipse.emf.cdo.features 4.7.0-SNAPSHOT ........ SUCCESS [ 1.805 s] [INFO] org.eclipse.emf.cdo.plugins 4.7.0-SNAPSHOT ......... SUCCESS [ 0.012 s] [INFO] org.eclipse.net4j.util 3.23.2-SNAPSHOT ............. SUCCESS [ 27.853 s] [INFO] org.eclipse.emf.cdo.common 4.22.0-SNAPSHOT ......... SUCCESS [ 7.200 s] [INFO] org.eclipse.emf.cdo 4.23.0-SNAPSHOT ................ SUCCESS [ 8.504 s] [INFO] org.eclipse.net4j 4.19.0-SNAPSHOT .................. SUCCESS [ 3.351 s] [INFO] org.eclipse.emf.cdo.net4j 4.6.3-SNAPSHOT ........... SUCCESS [ 4.136 s] [INFO] org.eclipse.emf.cdo.admin 4.4.0-SNAPSHOT ........... SUCCESS [ 2.296 s] [INFO] org.eclipse.emf.cdo.edit 4.6.1-SNAPSHOT ............ SUCCESS [ 3.629 s] [INFO] org.eclipse.emf.cdo.server 4.20.0-SNAPSHOT ......... SUCCESS [ 5.180 s] [INFO] org.eclipse.emf.cdo.server.net4j 4.7.0-SNAPSHOT .... SUCCESS [ 2.987 s] [INFO] org.eclipse.net4j.jvm 4.3.1-SNAPSHOT ............... SUCCESS [ 2.745 s] [INFO] org.eclipse.emf.cdo.workspace 4.4.5-SNAPSHOT ....... SUCCESS [ 3.155 s] [INFO] org.eclipse.net4j.db.jdbc 4.4.0-SNAPSHOT ........... SUCCESS [ 2.847 s] [INFO] org.eclipse.net4j.db 4.12.0-SNAPSHOT ............... SUCCESS [ 3.987 s] [INFO] org.eclipse.emf.cdo.server.db 4.13.1-SNAPSHOT ...... SUCCESS [ 3.819 s] [INFO] org.eclipse.emf.cdo.expressions 4.4.1-SNAPSHOT ..... SUCCESS [ 3.240 s] [INFO] org.eclipse.emf.cdo.security 4.7.1-SNAPSHOT ........ SUCCESS [ 3.936 s] [INFO] org.eclipse.emf.cdo.server.security 4.11.0-SNAPSHOT SUCCESS [ 3.853 s] [INFO] org.eclipse.emf.cdo.lm.modules 1.0.2-SNAPSHOT ...... SUCCESS [ 5.789 s] [INFO] org.eclipse.emf.cdo.lm 1.1.2-SNAPSHOT .............. SUCCESS [ 2.879 s] [INFO] org.eclipse.emf.cdo.server.embedded 4.10.3-SNAPSHOT SUCCESS [ 2.291 s] [INFO] org.eclipse.emf.cdo.lm.server 1.3.0-SNAPSHOT ....... SUCCESS [ 3.749 s] [INFO] org.eclipse.net4j.db.h2 4.5.4-SNAPSHOT ............. SUCCESS [ 2.730 s] [INFO] org.eclipse.emf.cdo.explorer 4.14.0-SNAPSHOT ....... SUCCESS [ 4.044 s] [INFO] org.eclipse.emf.cdo.compare 4.7.3-SNAPSHOT ......... SUCCESS [ 4.020 s] [INFO] org.eclipse.net4j.ui.shared 4.8.0-SNAPSHOT ......... SUCCESS [ 3.920 s] [INFO] org.eclipse.emf.cdo.transfer 4.4.6-SNAPSHOT ........ SUCCESS [ 1.998 s] [INFO] org.eclipse.emf.cdo.transfer.repository 4.3.5-SNAPSHOT SUCCESS [ 2.578 s] [INFO] org.eclipse.net4j.util.ui 3.18.1-SNAPSHOT .......... SUCCESS [ 4.535 s] [INFO] org.eclipse.emf.cdo.ui.shared 4.8.0-SNAPSHOT ....... SUCCESS [ 1.947 s] [INFO] org.eclipse.emf.cdo.transfer.workspace 4.4.4-SNAPSHOT SUCCESS [ 2.518 s] [INFO] org.eclipse.emf.cdo.transfer.ui 4.5.0-SNAPSHOT ..... SUCCESS [ 3.167 s] [INFO] org.eclipse.emf.cdo.ui 4.16.0-SNAPSHOT ............. SUCCESS [ 7.277 s] [INFO] org.eclipse.emf.cdo.ui.compare 4.7.3-SNAPSHOT ...... SUCCESS [ 3.369 s] [INFO] org.eclipse.emf.cdo.ui.team 4.4.3-SNAPSHOT ......... SUCCESS [ 3.449 s] [INFO] org.eclipse.emf.cdo.explorer.ui 4.7.11-SNAPSHOT .... SUCCESS [ 5.577 s] [INFO] org.eclipse.emf.cdo.expressions.edit 4.4.2-SNAPSHOT SUCCESS [ 2.498 s] [INFO] org.eclipse.emf.cdo.license 4.1.604-SNAPSHOT ....... SUCCESS [ 2.224 s] [INFO] org.eclipse.emf.cdo.security.edit 4.6.0-SNAPSHOT ... SUCCESS [ 2.437 s] [INFO] org.eclipse.emf.cdo.security.ui 4.5.3-SNAPSHOT ..... SUCCESS [ 3.108 s] [INFO] org.eclipse.net4j.tcp 4.4.1-SNAPSHOT ............... SUCCESS [ 2.175 s] [INFO] org.eclipse.net4j.ui 4.4.5-SNAPSHOT ................ SUCCESS [ 2.231 s] [INFO] org.eclipse.emf.cdo.ui.admin 4.3.0-SNAPSHOT ........ SUCCESS [ 2.517 s] [INFO] org.eclipse.emf.cdo.ui.jdt 1.0.0-SNAPSHOT .......... SUCCESS [ 2.453 s] [INFO] org.eclipse.emf.cdo.transfer.workspace.ui 4.4.3-SNAPSHOT SUCCESS [ 2.724 s] [INFO] org.eclipse.emf.cdo 4.24.0-SNAPSHOT ................ SUCCESS [ 2.074 s] [INFO] org.eclipse.emf.cdo.dawn.util 2.2.1-SNAPSHOT ....... SUCCESS [ 2.333 s] [INFO] org.eclipse.emf.cdo.dawn 2.3.6-SNAPSHOT ............ SUCCESS [ 2.434 s] [INFO] org.eclipse.emf.cdo.dawn.emf 2.2.2-SNAPSHOT ........ SUCCESS [ 2.811 s] [INFO] org.eclipse.emf.cdo.dawn.ui 2.3.0-SNAPSHOT ......... SUCCESS [ 3.437 s] [INFO] org.eclipse.emf.cdo.dawn.gmf 2.3.4-SNAPSHOT ........ SUCCESS [ 3.475 s] [INFO] org.eclipse.emf.cdo.dawn.graphiti 2.3.2-SNAPSHOT ... SUCCESS [ 3.644 s] [INFO] org.eclipse.emf.cdo.dawn 2.5.3-SNAPSHOT ............ SUCCESS [ 1.963 s] [INFO] org.eclipse.emf.cdo.lm.assembly 1.0.2-SNAPSHOT ..... SUCCESS [ 1.915 s] [INFO] org.eclipse.emf.cdo.lm.modules.edit 1.2.0-SNAPSHOT . SUCCESS [ 1.970 s] [INFO] org.eclipse.emf.cdo.lm.assembly.edit 1.1.1-SNAPSHOT SUCCESS [ 3.194 s] [INFO] org.eclipse.emf.cdo.lm.client 1.2.1-SNAPSHOT ....... SUCCESS [ 3.381 s] [INFO] org.eclipse.emf.cdo.lm.edit 1.1.1-SNAPSHOT ......... SUCCESS [ 2.789 s] [INFO] org.eclipse.emf.cdo.lm.ui 1.0.2-SNAPSHOT ........... SUCCESS [ 4.140 s] [INFO] org.eclipse.emf.cdo.lm.security 1.1.1-SNAPSHOT ..... SUCCESS [ 1.869 s] [INFO] org.eclipse.emf.cdo.lm.security.edit 1.0.1-SNAPSHOT SUCCESS [ 2.035 s] [INFO] org.eclipse.emf.cdo.lm 1.3.1-SNAPSHOT .............. SUCCESS [ 2.663 s] [INFO] org.eclipse.emf.cdo.examples.company 4.1.0-SNAPSHOT SUCCESS [ 2.806 s] [INFO] org.eclipse.emf.cdo.examples 4.1.9-SNAPSHOT ........ SUCCESS [ 3.500 s] [INFO] org.eclipse.emf.cdo.examples.company.edit 4.1.1-SNAPSHOT SUCCESS [ 2.286 s] [INFO] org.eclipse.emf.cdo.examples.installer 4.3.2-SNAPSHOT SUCCESS [ 4.164 s] [INFO] org.eclipse.emf.cdo.examples.installer 4.4.2-SNAPSHOT SUCCESS [ 2.450 s] [INFO] org.gastro.inventory 4.1.0-SNAPSHOT ................ SUCCESS [ 2.797 s] [INFO] org.gastro.business 4.1.0-SNAPSHOT ................. SUCCESS [ 2.535 s] [INFO] org.gastro.inventory.edit 4.1.1-SNAPSHOT ........... SUCCESS [ 2.491 s] [INFO] org.gastro.business.edit 4.1.1-SNAPSHOT ............ SUCCESS [ 1.918 s] [INFO] org.gastro.rcp 4.3.1-SNAPSHOT ...................... SUCCESS [ 3.339 s] [INFO] org.gastro.rcp.department 4.2.1-SNAPSHOT ........... SUCCESS [ 2.441 s] [INFO] org.gastro.rcp.table 4.2.1-SNAPSHOT ................ SUCCESS [ 2.880 s] [INFO] org.gastro.server 4.1.1-SNAPSHOT ................... SUCCESS [ 1.931 s] [INFO] org.gastro.server.web 4.4.1-SNAPSHOT ............... SUCCESS [ 2.921 s] [INFO] org.gastro.testclient 4.2.1-SNAPSHOT ............... SUCCESS [ 2.473 s] [INFO] org.eclipse.emf.cdo.examples 4.6.3-SNAPSHOT ........ SUCCESS [ 1.991 s] [INFO] org.eclipse.emf.cdo.compare 4.10.4-SNAPSHOT ........ SUCCESS [ 2.721 s] [INFO] org.eclipse.net4j.db.derby 4.3.4-SNAPSHOT .......... SUCCESS [ 1.844 s] [INFO] org.eclipse.net4j.util.doc 4.2.8-SNAPSHOT .......... SUCCESS [ 6.011 s] [INFO] org.eclipse.net4j.db.hsqldb 4.4.4-SNAPSHOT ......... SUCCESS [ 2.577 s] [INFO] org.eclipse.net4j.db.mysql 4.4.4-SNAPSHOT .......... SUCCESS [ 1.754 s] [INFO] org.eclipse.net4j.db.postgresql 4.4.4-SNAPSHOT ..... SUCCESS [ 1.936 s] [INFO] org.eclipse.net4j.db.doc 4.3.2-SNAPSHOT ............ SUCCESS [ 2.795 s] [INFO] org.eclipse.net4j.debug 3.2.0-SNAPSHOT ............. SUCCESS [ 2.660 s] [INFO] org.eclipse.net4j.ws 1.2.2-SNAPSHOT ................ SUCCESS [ 3.458 s] [INFO] org.eclipse.net4j.doc 4.2.8-SNAPSHOT ............... SUCCESS [ 3.365 s] [INFO] org.eclipse.emf.cdo.server.mongodb 4.1.4-SNAPSHOT .. SUCCESS [ 3.124 s] [INFO] org.eclipse.emf.cdo.server.ocl 4.5.0-SNAPSHOT ...... SUCCESS [ 3.444 s] [INFO] org.eclipse.emf.cdo.doc 4.2.10-SNAPSHOT ............ SUCCESS [ 13.413 s] [INFO] org.eclipse.emf.cdo.doc 4.3.10-SNAPSHOT ............ SUCCESS [ 2.463 s] [INFO] org.eclipse.emf.cdo.ecore.dependencies 1.0.4-SNAPSHOT SUCCESS [ 2.940 s] [INFO] org.eclipse.emf.cdo.ecore.dependencies 1.0.4-SNAPSHOT SUCCESS [ 1.809 s] [INFO] org.eclipse.emf.cdo.migrator 3.4.0-SNAPSHOT ........ SUCCESS [ 4.934 s] [INFO] org.eclipse.emf.cdo.migrator 4.6.0-SNAPSHOT ........ SUCCESS [ 2.687 s] [INFO] org.eclipse.emf.cdo.server.admin 4.4.0-SNAPSHOT .... SUCCESS [ 3.149 s] [INFO] org.eclipse.emf.cdo.server.product 4.2.8-SNAPSHOT .. SUCCESS [ 2.199 s] [INFO] org.eclipse.emf.cdo.server 4.24.1-SNAPSHOT ......... SUCCESS [ 2.452 s] [INFO] org.eclipse.emf.cdo.server.embedded 4.24.1-SNAPSHOT SUCCESS [ 2.683 s] [INFO] org.eclipse.emf.cdo.server.db 4.13.1-SNAPSHOT ...... SUCCESS [ 2.302 s] [INFO] org.eclipse.emf.cdo.sdk 4.1.605-SNAPSHOT ........... SUCCESS [ 1.790 s] [INFO] org.eclipse.emf.cdo.sdk 5.14.1-SNAPSHOT ............ SUCCESS [ 4.124 s] [INFO] org.eclipse.emf.cdo.server.lissome 4.3.6-SNAPSHOT .. SUCCESS [ 3.742 s] [INFO] org.eclipse.net4j.tests 4.2.11-SNAPSHOT ............ SUCCESS [ 7.227 s] [INFO] org.eclipse.emf.cdo.tests.mango 3.1.0-SNAPSHOT ..... SUCCESS [ 2.207 s] [INFO] org.eclipse.emf.cdo.tests.model1 3.1.1-SNAPSHOT .... SUCCESS [ 2.397 s] [INFO] org.eclipse.emf.cdo.tests.model2 3.1.0-SNAPSHOT .... SUCCESS [ 3.183 s] [INFO] org.eclipse.emf.cdo.tests.model3 3.1.0-SNAPSHOT .... SUCCESS [ 3.121 s] [INFO] org.eclipse.emf.cdo.tests.model4interfaces 3.1.0-SNAPSHOT SUCCESS [ 2.152 s] [INFO] org.eclipse.emf.cdo.tests.model4 3.1.0-SNAPSHOT .... SUCCESS [ 3.606 s] [INFO] org.eclipse.emf.cdo.tests.model5 3.1.2-SNAPSHOT .... SUCCESS [ 3.106 s] [INFO] org.eclipse.emf.cdo.tests.model6 4.1.1-SNAPSHOT .... SUCCESS [ 3.774 s] [INFO] org.eclipse.emf.cdo.tests 4.2.3-SNAPSHOT ........... SUCCESS [03:16 min] [INFO] org.eclipse.net4j.db.oracle 1.3.5-SNAPSHOT ......... SUCCESS [ 2.085 s] [INFO] org.eclipse.emf.cdo.tests.db 4.2.1-SNAPSHOT ........ SUCCESS [11:12 min] [INFO] org.eclipse.emf.cdo.tests.all 4.4.1-SNAPSHOT ....... SUCCESS [ 2.919 s] [INFO] org.eclipse.emf.cdo.tests.lm 1.1.1-SNAPSHOT ........ SUCCESS [ 27.408 s] [INFO] org.eclipse.emf.cdo.tests.lissome 4.5.1-SNAPSHOT ... SUCCESS [ 3.307 s] [INFO] org.eclipse.emf.cdo.tests.mongodb 4.3.1-SNAPSHOT ... SUCCESS [ 2.446 s] [INFO] org.eclipse.emf.cdo.tests 4.7.3-SNAPSHOT ........... SUCCESS [ 2.814 s] [INFO] org.eclipse.emf.cdo.server.mongodb 5.1.8-SNAPSHOT .. SUCCESS [ 3.102 s] [INFO] org.eclipse.emf.cdo.server.lissome 4.3.8-SNAPSHOT .. SUCCESS [ 1.721 s] [INFO] org.eclipse.net4j.db.derby 4.2.504-SNAPSHOT ........ SUCCESS [ 2.990 s] [INFO] org.eclipse.net4j.db.hsqldb 4.4.4-SNAPSHOT ......... SUCCESS [ 2.466 s] [INFO] org.eclipse.net4j.db.mysql 4.4.4-SNAPSHOT .......... SUCCESS [ 1.697 s] [INFO] org.eclipse.net4j.db.oracle 1.3.5-SNAPSHOT ......... SUCCESS [ 1.787 s] [INFO] org.eclipse.net4j.db.postgresql 4.4.4-SNAPSHOT ..... SUCCESS [ 1.902 s] [INFO] org.eclipse.net4j.ws 1.2.4-SNAPSHOT ................ SUCCESS [ 1.559 s] [INFO] org.eclipse.net4j.buddies.common 4.1.3-SNAPSHOT .... SUCCESS [ 2.247 s] [INFO] org.eclipse.net4j.buddies 4.1.1-SNAPSHOT ........... SUCCESS [ 1.974 s] [INFO] org.eclipse.net4j.buddies.chat 4.1.3-SNAPSHOT ...... SUCCESS [ 2.575 s] [INFO] org.eclipse.net4j.buddies.ui 4.2.1-SNAPSHOT ........ SUCCESS [ 2.385 s] [INFO] org.eclipse.net4j.buddies.chat.ui 4.2.1-SNAPSHOT ... SUCCESS [ 2.580 s] [INFO] org.eclipse.net4j.buddies.server 4.1.0-SNAPSHOT .... SUCCESS [ 2.143 s] [INFO] org.eclipse.net4j.examples 4.1.5-SNAPSHOT .......... SUCCESS [ 2.858 s] [INFO] org.eclipse.net4j.examples.installer 4.3.1-SNAPSHOT SUCCESS [ 3.728 s] [INFO] org.eclipse.net4j.examples.installer 4.4.1-SNAPSHOT SUCCESS [ 1.680 s] [INFO] org.eclipse.net4j.jms.api 3.2.0-SNAPSHOT ........... SUCCESS [ 2.157 s] [INFO] org.eclipse.net4j.jms 4.1.3-SNAPSHOT ............... SUCCESS [ 2.181 s] [INFO] org.eclipse.net4j.jms.admin 4.1.0-SNAPSHOT ......... SUCCESS [ 1.702 s] [INFO] org.eclipse.net4j.jms.server 4.1.0-SNAPSHOT ........ SUCCESS [ 2.653 s] [INFO] org.eclipse.net4j.jms.server.jdbc 4.1.0-SNAPSHOT ... SUCCESS [ 2.465 s] [INFO] org.eclipse.net4j.jms.tests 4.1.0-SNAPSHOT ......... SUCCESS [ 3.233 s] [INFO] org.eclipse.net4j.examples 4.4.1-SNAPSHOT .......... SUCCESS [ 2.419 s] [INFO] org.eclipse.net4j.db.doc 4.4.2-SNAPSHOT ............ SUCCESS [ 1.724 s] [INFO] org.eclipse.net4j.db.h2 4.5.4-SNAPSHOT ............. SUCCESS [ 1.736 s] [INFO] org.eclipse.net4j.db 4.22.2-SNAPSHOT ............... SUCCESS [ 1.658 s] [INFO] org.eclipse.net4j.doc 4.3.8-SNAPSHOT ............... SUCCESS [ 2.233 s] [INFO] org.eclipse.net4j.util 4.22.2-SNAPSHOT ............. SUCCESS [ 1.611 s] [INFO] org.eclipse.net4j.util.ui 4.22.2-SNAPSHOT .......... SUCCESS [ 2.349 s] [INFO] org.eclipse.net4j 4.24.2-SNAPSHOT .................. SUCCESS [ 2.982 s] [INFO] org.eclipse.net4j.ui 4.8.1-SNAPSHOT ................ SUCCESS [ 1.801 s] [INFO] org.eclipse.net4j.sdk 4.1.605-SNAPSHOT ............. SUCCESS [ 1.806 s] [INFO] org.eclipse.net4j.util.doc 4.3.8-SNAPSHOT .......... SUCCESS [ 1.494 s] [INFO] org.eclipse.net4j.sdk 4.24.2-SNAPSHOT .............. SUCCESS [ 2.391 s] [INFO] org.eclipse.net4j.db.tests 4.1.0-SNAPSHOT .......... SUCCESS [ 2.187 s] [INFO] org.eclipse.net4j.tests 4.3.11-SNAPSHOT ............ SUCCESS [ 2.115 s] [INFO] org.eclipse.emf.cdo.examples.server 4.1.0-SNAPSHOT . SUCCESS [ 2.401 s] [INFO] org.eclipse.emf.cdo.releng.apireports 1.2.1-SNAPSHOT FAILURE [ 1.283 s] [INFO] org.eclipse.emf.cdo.releng.help 4.2.7-SNAPSHOT ..... SKIPPED [INFO] org.eclipse.emf.cdo.ecore 1.1.4-SNAPSHOT ........... SKIPPED [INFO] org.eclipse.emf.cdo.gmf.notation 1.10.2-SNAPSHOT ... SKIPPED [INFO] org.eclipse.emf.cdo.genmodel 1.0.1-SNAPSHOT ........ SKIPPED [INFO] org.eclipse.net4j.trace 1.2.0-SNAPSHOT ............. SKIPPED [INFO] org.eclipse.net4j.trace.aspectj 1.1.6-SNAPSHOT ..... SKIPPED [INFO] org.eclipse.emf.cdo.all 4.24.2-SNAPSHOT ............ SKIPPED [INFO] org.eclipse.emf.cdo.examples.client 4.3.1-SNAPSHOT . SKIPPED [INFO] org.eclipse.emf.cdo.examples.client.offline 4.4.1-SNAPSHOT SKIPPED [INFO] org.eclipse.emf.cdo.examples.clone 4.2.1-SNAPSHOT .. SKIPPED [INFO] org.eclipse.emf.cdo.examples.master 4.2.7-SNAPSHOT . SKIPPED [INFO] org.eclipse.emf.cdo.releng.tp 1.0.0-SNAPSHOT ....... SKIPPED [INFO] org.eclipse.emf.cdo.releng 4.3.5-SNAPSHOT .......... SKIPPED [INFO] org.eclipse.emf.cdo.releng.site 1.0.0-SNAPSHOT ..... SKIPPED [INFO] org.eclipse.emf.cdo.root 4.7.0-SNAPSHOT ............ SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 25:56 min [INFO] Finished at: 2024-05-03T05:27:00Z [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:3.0.5:compile (default-compile) on project org.eclipse.emf.cdo.releng.apireports: Compilation failure: Compilation failure: [ERROR] /home/jenkins/agent/workspace/emf-cdo-integration/git/releng/org.eclipse.emf.cdo.releng.apireports/src/org/eclipse/emf/cdo/releng/apireports/ApiReportsGenerator.java:[143] [ERROR] writer.write(visitor.getXML()); [ERROR] ^^^^^^ [ERROR] The method getXML() is undefined for the type DeltaXmlVisitor [ERROR] 1 problem (1 error) [ERROR] -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException [ERROR] [ERROR] After correcting the problems, you can resume the build with the command [ERROR] mvn -rf :org.eclipse.emf.cdo.releng.apireports Build step 'Invoke top-level Maven targets' marked build as failure Recording test results No test report files were found. Configuration error? [Checks API] No suitable checks publisher found. Archiving artifacts Finished: FAILURE